diff --git a/.azure-pipelines/powershell-core.yml b/.azure-pipelines/powershell-core.yml index 9ff20d90df68..49a26d6254b6 100644 --- a/.azure-pipelines/powershell-core.yml +++ b/.azure-pipelines/powershell-core.yml @@ -5,7 +5,7 @@ variables: LinuxImage: ubuntu-18.04 MacOSName: macOS MacOSImage: macOS-10.14 - TestFramework: netcoreapp2.2 + TestFramework: netcoreapp2.1 TestTarget: Test Configuration: Debug DebugLocalBuildTasks: true @@ -22,9 +22,6 @@ jobs: linux: OSName: ${{ variables.LinuxName }} ImageName: ${{ variables.LinuxImage }} - macOS: - OSName: ${{ variables.MacOSName }} - ImageName: ${{ variables.MacOSImage }} pool: vmImage: $(ImageName) @@ -47,9 +44,6 @@ jobs: linux: OSName: ${{ variables.LinuxName }} ImageName: ${{ variables.LinuxImage }} - macOS: - OSName: ${{ variables.MacOSName }} - ImageName: ${{ variables.MacOSImage }} pool: vmImage: $(ImageName) @@ -72,9 +66,6 @@ jobs: linux: OSName: ${{ variables.LinuxName }} ImageName: ${{ variables.LinuxImage }} - macOS: - OSName: ${{ variables.MacOSName }} - ImageName: ${{ variables.MacOSImage }} pool: vmImage: $(ImageName) diff --git a/.azure-pipelines/util/test-steps.yml b/.azure-pipelines/util/test-steps.yml index e2e004c56e6d..a5e4a18de597 100644 --- a/.azure-pipelines/util/test-steps.yml +++ b/.azure-pipelines/util/test-steps.yml @@ -28,7 +28,8 @@ steps: - pwsh: | Install-Module -Name Pester -RequiredVersion 4.10.1 -Force Install-Module -Name Az.Accounts -Scope CurrentUser -Force - $env:PSModulePath = $env:PSModulePath + ";" + (pwd).Path + if ($IsWindows) { $sp = ";" } else { $sp = ":" } + $env:PSModulePath = $env:PSModulePath + $sp + (pwd).Path Get-ChildItem -Directory Az.* | ForEach-Object {if (Test-Path $_/test-module.ps1) {cd $_; ./test-module.ps1}} workingDirectory: 'artifacts/Debug' displayName: 'Test for AutoGen Modules With PowerShell Core' diff --git a/.azure-pipelines/windows-powershell.yml b/.azure-pipelines/windows-powershell.yml index 313f87bfa605..a1f2d77012d6 100644 --- a/.azure-pipelines/windows-powershell.yml +++ b/.azure-pipelines/windows-powershell.yml @@ -1,7 +1,7 @@ variables: WindowsName: windows WindowsImage: VS2017-Win2016 - TestFramework: netcoreapp2.2 + TestFramework: netcoreapp2.1 TestTarget: Test Configuration: Debug DebugLocalBuildTasks: true diff --git a/ChangeLog.md b/ChangeLog.md index 61c5c8537215..7754d8ae2b82 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -1,3 +1,136 @@ +## 4.3.0 - June 2020 +#### Az.Accounts +* Supported discovering environment setting by default and adding environment via 'Add-AzEnvironment' +* Update preloaded assemblies [#12024], [#11976] +* Updated Azure.Core assembly +* Fixed an issue that may cause 'Connect-AzAccount' to fail in multi-threaded execution [#11201] + +#### Az.Aks +* Replaced usage of old [AccessProfile API](https://docs.microsoft.com/rest/api/aks/managedclusters/getaccessprofile) with calls to [ListClusterAdmin](https://docs.microsoft.com/rest/api/aks/managedclusters/listclusteradmincredentials) and [ListClusterUser](https://docs.microsoft.com/rest/api/aks/managedclusters/listclusterusercredentials) APIs + +#### Az.Batch +* Updated Az.Batch to use 'Microsoft.Azure.Management.Batch' SDK version to 11.0.0 +* Added the ability to set the BatchAccount Identity in the 'New-AzBatchAccount' cmdlet + +#### Az.CognitiveServices +* Supported displaying account capabilities. +* Supported modifying PublicNetworkAccess. + +#### Az.Compute +* Added SimulateEviction parameter to Set-AzVM and Set-AzVmssVM cmdlets. +* Added 'Premium_LRS' to the argument completer of StorageAccountType parameter for New-AzGalleryImageVersion cmdlet. +* Added Substatuses to VMCustomScriptExtension [#11297] +* Added 'Delete' to the argument completer of EvictionPolicy parameter for New-AzVM and New-AzVMConfig cmdlets. +* Fixed name of new VM Extension for SAP + +#### Az.DataFactory +* Updated ADF .Net SDK version to 4.9.0 + +#### Az.EventHub +* Added Managed Identity parameters to 'New-AzEventHubNamespace' and 'Set-AzEventHubNamespace' cmdlets + +#### Az.Functions +* Added support to create PowerShell 7.0 and Java 11 function apps + +#### Az.HDInsight +* Supported listing hosts and restart specific hosts of the HDInsight cluster. + +#### Az.HealthcareApis +* Updated the SDK version to 1.1.0 +* Added support for Export settings and Managed Identity + +#### Az.Monitor +* Fixed input object parameter for 'Set-AzActivityLogAlert' +* Fixed 'InputObject' parameter for 'Set-AzActionGroup' [#10868] + +#### Az.Network +* Added support for AddressPrefixType parameter to 'Remove-AzExpressRouteCircuitConnectionConfig' +* Added new cmdlets for Azure FirewallPolicy + - 'New-AzFirewallPolicyDnsSetting' + - Support for Destination FQDN in Network Rules for Firewall Policy +* Added support for backend address pool operations + - 'New-AzLoadBalancerBackendAddressConfig' + - 'New-AzLoadBalancerBackendAddressPool' + - 'Set-AzLoadBalancerBackendAddressPool' + - 'Remove-AzLoadBalancerBackendAddressPool' + - 'Get-AzLoadBalancerBackendAddressPool' +* Added name validation for 'New-AzIpGroup' +* Added new cmdlets for Azure FirewallPolicy + - 'New-AzFirewallPolicyThreatIntelWhitelist' +* Updated below commands for feature: Custom dns servers set/remove on VirtualWan P2SVpnGateway. + - Updated New-AzP2sVpnGateway: Added optional parameter '-CustomDnsServer' for customers to specify their dns servers to set on P2SVpnGateway, which can be used by Point to site clients. + - Updated Update-AzP2sVpnGateway: Added optional parameter '-CustomDnsServer' for customers to specify their dns servers to set on P2SVpnGateway, which can be used by Point to site clients. +* Updated 'Update-AzVpnGateway' + - Added optional parameter '-BgpPeeringAddress' for customers to specify their custom bgps to set on VpnGateway. +* Added new cmdlet to support resetting the routing state of a VirtualHub resource: + - 'Reset-AzHubRouter' +* Updated below things based on recent swagger change for Firewall Policy + - Changes names for RuleGroup, RuleCollectionGroup and RuleType + - Added support for Firewall Policy NAT Rule Collections to support multiple NAT Rule Collection +* [Breaking Change] Added mandatory parameter 'SourceIpGroup' for 'New-AzFirewallPolicyApplicationRule' and 'New-AzFirewallPolicyNetworkRule'. +* [Breaking Change] Fixed 'New-AzFirewallPolicyApplicationRule', parameter 'SourceAddress' to be mandatory. +* [Breaking Change] Fixed 'New-AzFirewallPolicyApplicationRule', parameter 'SourceAddress' to be mandatory. +* [Breaking Change] Removed mandatory parameters: 'TranslatedAddress', 'TranslatedPort' for 'New-AzFirewallPolicyNatRuleCollection'. +* Added new cmdlets to support PrivateLink On Application Gateway + - 'New-AzApplicationGatewayPrivateLinkConfiguration' + - 'Get-AzApplicationGatewayPrivateLinkConfiguration' + - 'New-AzApplicationGatewayPrivateLinkConfiguration' + - 'Set-AzApplicationGatewayPrivateLinkConfiguration' + - 'Remove-AzApplicationGatewayPrivateLinkConfiguration' + - 'New-AzApplicationGatewayPrivateLinkIpConfiguration' +* Added new cmdlets for HubRouteTables child resource of VirtualHub. + - 'New-AzVHubRoute' + - 'New-AzVHubRouteTable' + - 'Get-AzVHubRouteTable' + - 'Update-AzVHubRouteTable' + - 'Remove-AzVHubRouteTable' +* Updated existing cmdlets to support optional RoutingConfiguration input parameter for custom routing in VirtualWan. + - 'New-AzExpressRouteConnection' + - 'Set-AzExpressRouteConnection' + - 'New-AzVirtualHubVnetConnection' + - 'Update-AzVirtualHubVnetConnection' + - 'New-AzVpnConnection' + - 'Update-AzVpnConnection' + - 'New-AzP2sVpnGateway' + - 'Update-AzP2sVpnGateway' + +#### Az.OperationalInsights +* Fixed bug PSWorkspace doesn't implement IOperationalInsightsWorkspace [#12135] +* Added 'pergb2018' to valid value set of parameter 'Sku' in 'Set-AzOperationalInsightsWorkspace' +* Added alias 'FunctionParameters' for parameter 'FunctionParameter' to + - 'New-AzOperationalInsightsSavedSearch' + - 'Set-AzOperationalInsightsSavedSearch' + +#### Az.RecoveryServices +* Azure Backup added support for fetching MAB items. +* Azure Site Recovery supports disk type 'StandardSSD_LRS' + +#### Az.Resources +* Added 'UsageLocation', 'GivenName', 'Surname', 'AccountEnabled', 'MailNickname', 'Mail' on 'PSADUser' [#10526] [#10497] +* Fixed issue that '-Mail' doesn't work on 'Get-AzADUser' [#11981] +* Added '-ExcludeChangeType' parameter to 'Get-AzDeploymentWhatIfResult' and 'Get-AzResourceGroupDeploymentWhatIfResult' +* Added '-WhatIfExcludeChangeType' parameter to 'New-AzDeployment' and 'New-AzResourceGroupDeployment' +* Updated 'Test-Az*Deployment' cmdlets to show better error messages +* Fixed help message for '-Name' parameter of deployment create and What-If cmdlets + +#### Az.Sql +* Added support for service principal for Set SQL Server Azure Active Directory Admin cmdlet +* Fixed sync issue in Data Classification cmdlets. +* Supported searching user by mail on 'Set-AzSqlServerActiveDirectoryAdministrator' [#12192] + +#### Az.Storage +* Supported create Storage account with RequireInfrastructureEncryption + - 'New-AzStorageAccount' +* Moved the logic of loading Azure.Core to Az.Accounts + +#### Az.Websites +* Added safeguard to delete created webapp if restore failed in 'Restore-AzDeletedWebApp' +* Added 'SourceWebApp.Location' for 'New-AzWebApp' and 'New-AzWebAppSlot' +* Fixed bug that prevented changing Container settings in 'Set-AzWebApp' and 'Set-AzWebAppSlot' +* Fixed bug to get SiteConfig when -Name is not given for Get-AzWebApp +* Added a support to create ASP for Linux Apps +* Added exceptions for clone across resource groups + ## 4.2.0 - June 2020 #### Az.Accounts * Fixed an issue that may cause Az to skip logs in Azure Automation or PowerShell jobs [#11492] diff --git a/src/Accounts/Accounts/Az.Accounts.psd1 b/src/Accounts/Accounts/Az.Accounts.psd1 index 85f7509d499a..4e057bb08023 100644 --- a/src/Accounts/Accounts/Az.Accounts.psd1 +++ b/src/Accounts/Accounts/Az.Accounts.psd1 @@ -3,7 +3,7 @@ # # Generated by: Microsoft Corporation # -# Generated on: 5/28/2020 +# Generated on: 6/17/2020 # @{ @@ -12,7 +12,7 @@ # RootModule = '' # Version number of this module. -ModuleVersion = '1.8.1' +ModuleVersion = '1.9.0' # Supported PSEditions CompatiblePSEditions = 'Core', 'Desktop' @@ -142,7 +142,10 @@ PrivateData = @{ # IconUri = '' # ReleaseNotes of this module - ReleaseNotes = '* Fixed an issue that may cause Az to skip logs in Azure Automation or PowerShell jobs [#11492]' + ReleaseNotes = '* Supported discovering environment setting by default and adding environment via ''Add-AzEnvironment'' +* Update preloaded assemblies [#12024], [#11976] +* Updated Azure.Core assembly +* Fixed an issue that may cause ''Connect-AzAccount'' to fail in multi-threaded execution [#11201]' # Prerelease string of this module # Prerelease = '' diff --git a/src/Accounts/Accounts/ChangeLog.md b/src/Accounts/Accounts/ChangeLog.md index d5c492474bb0..65b862a5396f 100644 --- a/src/Accounts/Accounts/ChangeLog.md +++ b/src/Accounts/Accounts/ChangeLog.md @@ -18,6 +18,8 @@ - Additional information about change #1 --> ## Upcoming Release + +## Version 1.9.0 * Supported discovering environment setting by default and adding environment via `Add-AzEnvironment` * Update preloaded assemblies [#12024], [#11976] * Updated Azure.Core assembly diff --git a/src/Accounts/Accounts/Properties/AssemblyInfo.cs b/src/Accounts/Accounts/Properties/AssemblyInfo.cs index 551477a3c7b5..abb5984aafb3 100644 --- a/src/Accounts/Accounts/Properties/AssemblyInfo.cs +++ b/src/Accounts/Accounts/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("1.8.1")] -[assembly: AssemblyFileVersion("1.8.1")] +[assembly: AssemblyVersion("1.9.0")] +[assembly: AssemblyFileVersion("1.9.0")] #if !SIGN [assembly: InternalsVisibleTo("Microsoft.Azure.PowerShell.Cmdlets.Accounts.Test")] #endif diff --git a/src/Accounts/Accounts/StartupScripts/InitializeAssemblyResolver.ps1 b/src/Accounts/Accounts/StartupScripts/InitializeAssemblyResolver.ps1 index 91c32b461788..0b7de449c2fa 100644 --- a/src/Accounts/Accounts/StartupScripts/InitializeAssemblyResolver.ps1 +++ b/src/Accounts/Accounts/StartupScripts/InitializeAssemblyResolver.ps1 @@ -1,5 +1,7 @@ if ($PSEdition -eq 'Desktop') { try { [Microsoft.Azure.Commands.Profile.Utilities.CustomAssemblyResolver]::Initialize() - } catch {} + } catch { + Write-Warning $_ + } } \ No newline at end of file diff --git a/src/Accounts/Accounts/Utilities/CustomAssemblyResolver.cs b/src/Accounts/Accounts/Utilities/CustomAssemblyResolver.cs deleted file mode 100644 index b45e206befe0..000000000000 --- a/src/Accounts/Accounts/Utilities/CustomAssemblyResolver.cs +++ /dev/null @@ -1,55 +0,0 @@ -using System; -using System.Collections.Generic; -using System.IO; -using System.Reflection; -using Newtonsoft.Json; - -namespace Microsoft.Azure.Commands.Profile.Utilities -{ - public static class CustomAssemblyResolver - { - private static IDictionary NetFxPreloadAssemblies = - new Dictionary(StringComparer.InvariantCultureIgnoreCase); - - private static string PreloadAssemblyFolder { get; set; } - - public static void Initialize() - { - var accountFolder = Path.GetDirectoryName(Assembly.GetExecutingAssembly().Location); - PreloadAssemblyFolder = Path.Combine(accountFolder, "PreloadAssemblies"); - var assemblyInfo = File.ReadAllText(Path.Combine(accountFolder, "PreloadAssemblyInfo.json")); - - var root = JsonConvert.DeserializeObject>>(assemblyInfo); - var netfx = root["netfx"]; - foreach(var info in netfx) - { - NetFxPreloadAssemblies[info.Key] = new Version(info.Value); - } - - AppDomain.CurrentDomain.AssemblyResolve += CurrentDomain_AssemblyResolve; - } - - /// - /// When the resolution of an assembly fails, if will try to redirect to the higher version - /// - public static Assembly CurrentDomain_AssemblyResolve(object sender, ResolveEventArgs args) - { - try - { - AssemblyName name = new AssemblyName(args.Name); - if (NetFxPreloadAssemblies.TryGetValue(name.Name, out Version version)) - { - if (version >= name.Version && version.Major == name.Version.Major) - { - string requiredAssembly = Path.Combine(PreloadAssemblyFolder, $"{name.Name}.dll"); - return Assembly.LoadFrom(requiredAssembly); - } - } - } - catch - { - } - return null; - } - } -} diff --git a/src/Accounts/Authentication/Properties/AssemblyInfo.cs b/src/Accounts/Authentication/Properties/AssemblyInfo.cs index 9e563dc2c780..24139736afaa 100644 --- a/src/Accounts/Authentication/Properties/AssemblyInfo.cs +++ b/src/Accounts/Authentication/Properties/AssemblyInfo.cs @@ -43,5 +43,5 @@ // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("1.8.1")] -[assembly: AssemblyFileVersion("1.8.1")] +[assembly: AssemblyVersion("1.9.0")] +[assembly: AssemblyFileVersion("1.9.0")] diff --git a/src/Accounts/Authentication/Utilities/CustomAssemblyResolver.cs b/src/Accounts/Authentication/Utilities/CustomAssemblyResolver.cs new file mode 100644 index 000000000000..6d83992d1b9d --- /dev/null +++ b/src/Accounts/Authentication/Utilities/CustomAssemblyResolver.cs @@ -0,0 +1,69 @@ +using System; +using System.Collections.Generic; +using System.IO; +using System.Reflection; + +namespace Microsoft.Azure.Commands.Profile.Utilities +{ + public static class CustomAssemblyResolver + { + private static IDictionary NetFxPreloadAssemblies = + new Dictionary(StringComparer.InvariantCultureIgnoreCase) + { + {"Azure.Core", new Version("1.2.1.0")}, + {"Microsoft.Bcl.AsyncInterfaces", new Version("1.0.0.0")}, + {"Microsoft.IdentityModel.Clients.ActiveDirectory", new Version("3.19.2.6005")}, + {"Microsoft.IdentityModel.Clients.ActiveDirectory.Platform", new Version("3.19.2.6005")}, + {"Newtonsoft.Json", new Version("10.0.0.0")}, + {"System.Buffers", new Version("4.0.2.0")}, + {"System.Diagnostics.DiagnosticSource", new Version("4.0.4.0")}, + {"System.Memory", new Version("4.0.1.1")}, + {"System.Net.Http.WinHttpHandler", new Version("4.0.2.0")}, + {"System.Numerics.Vectors", new Version("4.1.3.0")}, + {"System.Private.ServiceModel", new Version("4.1.2.1")}, + {"System.Reflection.DispatchProxy", new Version("4.0.3.0")}, + {"System.Runtime.CompilerServices.Unsafe", new Version("4.0.5.0")}, + {"System.Security.AccessControl", new Version("4.1.1.0")}, + {"System.Security.Permissions", new Version("4.0.1.0")}, + {"System.Security.Principal.Windows", new Version("4.1.1.0")}, + {"System.ServiceModel.Primitives", new Version("4.2.0.0")}, + {"System.Text.Encodings.Web", new Version("4.0.4.0")}, + {"System.Text.Json", new Version("4.0.0.0")}, + {"System.Threading.Tasks.Extensions", new Version("4.2.0.0")}, + {"System.Xml.ReaderWriter", new Version("4.1.0.0")} + }; + + private static string PreloadAssemblyFolder { get; set; } + + public static void Initialize() + { + //This function is call before loading assemblies in PreloadAssemblies folder, so NewtonSoft.Json could not be used here + var accountFolder = Path.GetDirectoryName(Assembly.GetExecutingAssembly().Location); + PreloadAssemblyFolder = Path.Combine(accountFolder, "PreloadAssemblies"); + AppDomain.CurrentDomain.AssemblyResolve += CurrentDomain_AssemblyResolve; + } + + /// + /// When the resolution of an assembly fails, if will try to redirect to the higher version + /// + public static Assembly CurrentDomain_AssemblyResolve(object sender, ResolveEventArgs args) + { + try + { + AssemblyName name = new AssemblyName(args.Name); + if (NetFxPreloadAssemblies.TryGetValue(name.Name, out Version version)) + { + if (version >= name.Version && version.Major == name.Version.Major) + { + string requiredAssembly = Path.Combine(PreloadAssemblyFolder, $"{name.Name}.dll"); + return Assembly.LoadFrom(requiredAssembly); + } + } + } + catch + { + } + return null; + } + } +} diff --git a/src/Advisor/Advisor/Az.Advisor.psd1 b/src/Advisor/Advisor/Az.Advisor.psd1 index 1e507884ca49..cb13e33572e5 100644 --- a/src/Advisor/Advisor/Az.Advisor.psd1 +++ b/src/Advisor/Advisor/Az.Advisor.psd1 @@ -51,7 +51,7 @@ DotNetFrameworkVersion = '4.7.2' # ProcessorArchitecture = '' # Modules that must be imported into the global environment prior to importing this module -RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.8.1'; }) +RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.9.0'; }) # Assemblies that must be loaded prior to importing this module RequiredAssemblies = 'Microsoft.Azure.Management.Advisor.dll' diff --git a/src/Aks/Aks/Az.Aks.psd1 b/src/Aks/Aks/Az.Aks.psd1 index 21dca6a513f8..a71a10abac58 100644 --- a/src/Aks/Aks/Az.Aks.psd1 +++ b/src/Aks/Aks/Az.Aks.psd1 @@ -3,7 +3,7 @@ # # Generated by: Microsoft Corporation # -# Generated on: 5/13/2020 +# Generated on: 6/17/2020 # @{ @@ -12,7 +12,7 @@ # RootModule = '' # Version number of this module. -ModuleVersion = '1.1.1' +ModuleVersion = '1.1.2' # Supported PSEditions CompatiblePSEditions = 'Core', 'Desktop' @@ -53,7 +53,7 @@ DotNetFrameworkVersion = '4.7.2' # ProcessorArchitecture = '' # Modules that must be imported into the global environment prior to importing this module -RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.8.1'; }) +RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.9.0'; }) # Assemblies that must be loaded prior to importing this module RequiredAssemblies = 'YamlDotNet.dll', 'AutoMapper.dll', @@ -113,10 +113,7 @@ PrivateData = @{ # IconUri = '' # ReleaseNotes of this module - ReleaseNotes = '* Upgraded API Version to 2019-10-01 -* Supported to create AKS using Windows container -* Provided new cmdlets: ''New-AzAksNodePool'', ''Update-AzAksNodePool'', ''Remove-AzAksNodePool'', - ''Get-AzAksNodePool'', ''Install-AzAksKubectl'', ''Get-AzAksVersion''' + ReleaseNotes = '* Replaced usage of old [AccessProfile API](https://docs.microsoft.com/rest/api/aks/managedclusters/getaccessprofile) with calls to [ListClusterAdmin](https://docs.microsoft.com/rest/api/aks/managedclusters/listclusteradmincredentials) and [ListClusterUser](https://docs.microsoft.com/rest/api/aks/managedclusters/listclusterusercredentials) APIs' # Prerelease string of this module # Prerelease = '' diff --git a/src/Aks/Aks/ChangeLog.md b/src/Aks/Aks/ChangeLog.md index 8d0df4a357f2..428d76ce276a 100644 --- a/src/Aks/Aks/ChangeLog.md +++ b/src/Aks/Aks/ChangeLog.md @@ -19,6 +19,8 @@ --> ## Upcoming Release +## Version 1.1.2 + * Replaced usage of old [AccessProfile API](https://docs.microsoft.com/rest/api/aks/managedclusters/getaccessprofile) with calls to [ListClusterAdmin](https://docs.microsoft.com/rest/api/aks/managedclusters/listclusteradmincredentials) and [ListClusterUser](https://docs.microsoft.com/rest/api/aks/managedclusters/listclusterusercredentials) APIs ## Version 1.1.1 diff --git a/src/Aks/Aks/Properties/AssemblyInfo.cs b/src/Aks/Aks/Properties/AssemblyInfo.cs index 2378d6df2ecf..418cec729480 100644 --- a/src/Aks/Aks/Properties/AssemblyInfo.cs +++ b/src/Aks/Aks/Properties/AssemblyInfo.cs @@ -23,5 +23,5 @@ [assembly: ComVisible(false)] [assembly: CLSCompliant(false)] [assembly: Guid("a97e0c3e-e389-46a6-b73d-2b9bd6909bdb")] -[assembly: AssemblyVersion("1.1.1")] -[assembly: AssemblyFileVersion("1.1.1")] +[assembly: AssemblyVersion("1.1.2")] +[assembly: AssemblyFileVersion("1.1.2")] diff --git a/src/AlertsManagement/AlertsManagement/Az.AlertsManagement.psd1 b/src/AlertsManagement/AlertsManagement/Az.AlertsManagement.psd1 index dea74efa0649..ced573560cb7 100644 --- a/src/AlertsManagement/AlertsManagement/Az.AlertsManagement.psd1 +++ b/src/AlertsManagement/AlertsManagement/Az.AlertsManagement.psd1 @@ -3,7 +3,7 @@ # # Generated by: Microsoft Corporation # -# Generated on: 5/28/2020 +# Generated on: 6/17/2020 # @{ @@ -12,7 +12,7 @@ # RootModule = '' # Version number of this module. -ModuleVersion = '0.1.2' +ModuleVersion = '0.1.3' # Supported PSEditions CompatiblePSEditions = 'Core', 'Desktop' @@ -53,7 +53,7 @@ DotNetFrameworkVersion = '4.7.2' # ProcessorArchitecture = '' # Modules that must be imported into the global environment prior to importing this module -RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.8.1'; }) +RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.9.0'; }) # Assemblies that must be loaded prior to importing this module RequiredAssemblies = 'Microsoft.Azure.Management.AlertsManagement.dll' @@ -114,7 +114,9 @@ PrivateData = @{ # IconUri = '' # ReleaseNotes of this module - ReleaseNotes = '* Updated help messages and document for ''Get-AzActionRule''' + ReleaseNotes = '* Updated AlertsManagement SDK version to 0.9.2-preview. +* Added Subscription Scope Type for Set-AzActionRule. +* Updated Examples for Set-AzActionRule, to show scope types as well.' # Prerelease string of this module # Prerelease = '' diff --git a/src/AlertsManagement/AlertsManagement/ChangeLog.md b/src/AlertsManagement/AlertsManagement/ChangeLog.md index 366916a524ce..42e919fdb03f 100644 --- a/src/AlertsManagement/AlertsManagement/ChangeLog.md +++ b/src/AlertsManagement/AlertsManagement/ChangeLog.md @@ -18,6 +18,8 @@ - Additional information about change #1 --> ## Upcoming Release + +## Version 0.1.3 * Updated AlertsManagement SDK version to 0.9.2-preview. * Added Subscription Scope Type for Set-AzActionRule. * Updated Examples for Set-AzActionRule, to show scope types as well. diff --git a/src/AlertsManagement/AlertsManagement/Properties/AssemblyInfo.cs b/src/AlertsManagement/AlertsManagement/Properties/AssemblyInfo.cs index d5485be99015..6caa8797baac 100644 --- a/src/AlertsManagement/AlertsManagement/Properties/AssemblyInfo.cs +++ b/src/AlertsManagement/AlertsManagement/Properties/AssemblyInfo.cs @@ -24,5 +24,5 @@ [assembly: ComVisible(false)] [assembly: CLSCompliant(false)] [assembly: Guid("4381ecdd-5486-46fb-bef0-c0b2fb16bd54")] -[assembly: AssemblyVersion("0.1.2")] -[assembly: AssemblyFileVersion("0.1.2")] +[assembly: AssemblyVersion("0.1.3")] +[assembly: AssemblyFileVersion("0.1.3")] diff --git a/src/AnalysisServices/AnalysisServices/Az.AnalysisServices.psd1 b/src/AnalysisServices/AnalysisServices/Az.AnalysisServices.psd1 index 22e6f4b6e9b3..0d41966784de 100644 --- a/src/AnalysisServices/AnalysisServices/Az.AnalysisServices.psd1 +++ b/src/AnalysisServices/AnalysisServices/Az.AnalysisServices.psd1 @@ -53,7 +53,7 @@ DotNetFrameworkVersion = '4.7.2' # ProcessorArchitecture = '' # Modules that must be imported into the global environment prior to importing this module -RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.8.1'; }) +RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.9.0'; }) # Assemblies that must be loaded prior to importing this module RequiredAssemblies = 'Microsoft.Azure.Management.Analysis.dll' diff --git a/src/ApiManagement/ApiManagement/Az.ApiManagement.psd1 b/src/ApiManagement/ApiManagement/Az.ApiManagement.psd1 index faea114185fb..3fb98de4a081 100644 --- a/src/ApiManagement/ApiManagement/Az.ApiManagement.psd1 +++ b/src/ApiManagement/ApiManagement/Az.ApiManagement.psd1 @@ -53,7 +53,7 @@ DotNetFrameworkVersion = '4.7.2' # ProcessorArchitecture = '' # Modules that must be imported into the global environment prior to importing this module -RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.8.1'; }) +RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.9.0'; }) # Assemblies that must be loaded prior to importing this module RequiredAssemblies = 'AutoMapper.dll', 'Microsoft.Azure.Management.ApiManagement.dll', diff --git a/src/AppConfiguration/Az.AppConfiguration.psd1 b/src/AppConfiguration/Az.AppConfiguration.psd1 index 6034fb59ef1f..e8e555610906 100644 --- a/src/AppConfiguration/Az.AppConfiguration.psd1 +++ b/src/AppConfiguration/Az.AppConfiguration.psd1 @@ -51,7 +51,7 @@ DotNetFrameworkVersion = '4.7.2' # ProcessorArchitecture = '' # Modules that must be imported into the global environment prior to importing this module -RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.8.1'; }) +RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.9.0'; }) # Assemblies that must be loaded prior to importing this module RequiredAssemblies = './bin/Az.AppConfiguration.private.dll' diff --git a/src/ApplicationInsights/ApplicationInsights/Az.ApplicationInsights.psd1 b/src/ApplicationInsights/ApplicationInsights/Az.ApplicationInsights.psd1 index 49c470b61890..fd520d7d3b54 100644 --- a/src/ApplicationInsights/ApplicationInsights/Az.ApplicationInsights.psd1 +++ b/src/ApplicationInsights/ApplicationInsights/Az.ApplicationInsights.psd1 @@ -53,7 +53,7 @@ DotNetFrameworkVersion = '4.7.2' # ProcessorArchitecture = '' # Modules that must be imported into the global environment prior to importing this module -RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.8.1'; }) +RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.9.0'; }) # Assemblies that must be loaded prior to importing this module RequiredAssemblies = 'Microsoft.Azure.Management.ApplicationInsights.dll' diff --git a/src/Attestation/Attestation/Az.Attestation.psd1 b/src/Attestation/Attestation/Az.Attestation.psd1 index 5168c07b7ac5..f3a7d45314a6 100644 --- a/src/Attestation/Attestation/Az.Attestation.psd1 +++ b/src/Attestation/Attestation/Az.Attestation.psd1 @@ -53,7 +53,7 @@ DotNetFrameworkVersion = '4.7.2' # ProcessorArchitecture = '' # Modules that must be imported into the global environment prior to importing this module -RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.8.1'; }) +RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.9.0'; }) # Assemblies that must be loaded prior to importing this module RequiredAssemblies = 'Microsoft.Azure.Management.Attestation.dll', diff --git a/src/Automation/Automation/Az.Automation.psd1 b/src/Automation/Automation/Az.Automation.psd1 index 488699fe0d24..47929b5ac2c1 100644 --- a/src/Automation/Automation/Az.Automation.psd1 +++ b/src/Automation/Automation/Az.Automation.psd1 @@ -53,7 +53,7 @@ DotNetFrameworkVersion = '4.7.2' # ProcessorArchitecture = '' # Modules that must be imported into the global environment prior to importing this module -RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.8.1'; }) +RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.9.0'; }) # Assemblies that must be loaded prior to importing this module RequiredAssemblies = 'Microsoft.Azure.Management.Automation.dll' diff --git a/src/Az.Test.props b/src/Az.Test.props index c09c945c1a48..0104c6950960 100644 --- a/src/Az.Test.props +++ b/src/Az.Test.props @@ -11,7 +11,7 @@ - netcoreapp2.2;netstandard2.0 + netcoreapp2.1;netstandard2.0 $(AzAssemblyPrefix)$(PsModuleName)$(AzTestAssemblySuffix) $(AzAssemblyPrefix)$(PsModuleName)$(AzTestAssemblySuffix) false @@ -40,4 +40,4 @@ - \ No newline at end of file + diff --git a/src/Batch/Batch/Az.Batch.psd1 b/src/Batch/Batch/Az.Batch.psd1 index ffdb9f9b80fc..32be30c9b566 100644 --- a/src/Batch/Batch/Az.Batch.psd1 +++ b/src/Batch/Batch/Az.Batch.psd1 @@ -3,7 +3,7 @@ # # Generated by: Microsoft Corporation # -# Generated on: 5/13/2020 +# Generated on: 6/17/2020 # @{ @@ -12,7 +12,7 @@ # RootModule = '' # Version number of this module. -ModuleVersion = '3.0.0' +ModuleVersion = '3.1.0' # Supported PSEditions CompatiblePSEditions = 'Core', 'Desktop' @@ -53,7 +53,7 @@ DotNetFrameworkVersion = '4.7.2' # ProcessorArchitecture = '' # Modules that must be imported into the global environment prior to importing this module -RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.8.1'; }) +RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.9.0'; }) # Assemblies that must be loaded prior to importing this module RequiredAssemblies = 'Microsoft.Azure.Batch.dll', 'Microsoft.Azure.Management.Batch.dll', @@ -152,13 +152,8 @@ PrivateData = @{ # IconUri = '' # ReleaseNotes of this module - ReleaseNotes = '* Updated Az.Batch to use ''Microsoft.Azure.Batch'' SDK version 13.0.0 and ''Microsoft.Azure.Management.Batch'' SDK version 9.0.0. -* Added the ability to select the kind of certificate being added using the new ''-CertificateKind'' parameter to ''New-AzBatchCertificate''. -* Removed ''ApplicationPackages'' property from ''PSApplication'' which was previously always ''''. - - The specific packages inside of an application now can be retrieved using ''Get-AzBatchApplicationPackage''. For example: ''Get-AzBatchApplication -AccountName myaccount -ResourceGroupName myresourcegroup -ApplicationId myapplication''. -* When creating a pool using ''New-AzBatchPool'', the ''VirtualMachineImageId'' property of ''PSImageReference'' can now only refer to a Shared Image Gallery image. -* When creating a pool using ''New-AzBatchPool'', the pool can be provisioned without a public IP using the new ''PublicIPAddressConfiguration'' property of ''PSNetworkConfiguration''. - - The ''PublicIPs'' property of ''PSNetworkConfiguration'' has moved in to ''PSPublicIPAddressConfiguration'' as well. This property can only be specified if ''IPAddressProvisioningType'' is ''UserManaged''.' + ReleaseNotes = '* Updated Az.Batch to use ''Microsoft.Azure.Management.Batch'' SDK version to 11.0.0 +* Added the ability to set the BatchAccount Identity in the ''New-AzBatchAccount'' cmdlet' # Prerelease string of this module # Prerelease = '' diff --git a/src/Batch/Batch/ChangeLog.md b/src/Batch/Batch/ChangeLog.md index a69bb5fd89a9..850a4313fe6f 100644 --- a/src/Batch/Batch/ChangeLog.md +++ b/src/Batch/Batch/ChangeLog.md @@ -18,6 +18,8 @@ - Additional information about change #1 --> ## Upcoming Release + +## Version 3.1.0 * Updated Az.Batch to use `Microsoft.Azure.Management.Batch` SDK version to 11.0.0 * Added the ability to set the BatchAccount Identity in the `New-AzBatchAccount` cmdlet diff --git a/src/Batch/Batch/Properties/AssemblyInfo.cs b/src/Batch/Batch/Properties/AssemblyInfo.cs index aa4aeec3c9c7..9c7572d1d816 100644 --- a/src/Batch/Batch/Properties/AssemblyInfo.cs +++ b/src/Batch/Batch/Properties/AssemblyInfo.cs @@ -25,8 +25,8 @@ [assembly: ComVisible(false)] [assembly: CLSCompliant(false)] [assembly: Guid("ed102280-3577-49bf-93dd-11b6e3a44a57")] -[assembly: AssemblyVersion("3.0.0")] -[assembly: AssemblyFileVersion("3.0.0")] +[assembly: AssemblyVersion("3.1.0")] +[assembly: AssemblyFileVersion("3.1.0")] #if !SIGN [assembly: InternalsVisibleTo("Microsoft.Azure.PowerShell.Cmdlets.Batch.Test")] #endif diff --git a/src/Billing/Billing/Az.Billing.psd1 b/src/Billing/Billing/Az.Billing.psd1 index 3161460ccb54..1a2984fb149c 100644 --- a/src/Billing/Billing/Az.Billing.psd1 +++ b/src/Billing/Billing/Az.Billing.psd1 @@ -53,7 +53,7 @@ DotNetFrameworkVersion = '4.7.2' # ProcessorArchitecture = '' # Modules that must be imported into the global environment prior to importing this module -RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.8.1'; }) +RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.9.0'; }) # Assemblies that must be loaded prior to importing this module RequiredAssemblies = 'Microsoft.Azure.Management.Billing.dll', diff --git a/src/Blockchain/Az.Blockchain.psd1 b/src/Blockchain/Az.Blockchain.psd1 index 5175a98e580d..c76fccaf43f0 100644 --- a/src/Blockchain/Az.Blockchain.psd1 +++ b/src/Blockchain/Az.Blockchain.psd1 @@ -10,7 +10,7 @@ PowerShellVersion = '5.1' DotNetFrameworkVersion = '4.7.2' RequiredAssemblies = './bin/Az.Blockchain.private.dll' - RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.8.1'; }) + RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.9.0'; }) FormatsToProcess = './Az.Blockchain.format.ps1xml' FunctionsToExport = 'Get-AzBlockchainConsortium', 'Get-AzBlockchainMember', 'Get-AzBlockchainMemberApiKey', 'Get-AzBlockchainMemberConsortiumMember', 'Get-AzBlockchainSku', 'Get-AzBlockchainTransactionNode', 'Get-AzBlockchainTransactionNodeApiKey', 'New-AzBlockchainMember', 'New-AzBlockchainMemberApiKey', 'New-AzBlockchainTransactionNode', 'New-AzBlockchainTransactionNodeApiKey', 'Remove-AzBlockchainMember', 'Remove-AzBlockchainTransactionNode', 'Test-AzBlockchainLocationNameAvailability', 'Update-AzBlockchainMember', 'Update-AzBlockchainTransactionNode' AliasesToExport = '*' diff --git a/src/Blueprint/Blueprint/Az.Blueprint.psd1 b/src/Blueprint/Blueprint/Az.Blueprint.psd1 index 52f68cc73ff5..2e9ffb55203d 100644 --- a/src/Blueprint/Blueprint/Az.Blueprint.psd1 +++ b/src/Blueprint/Blueprint/Az.Blueprint.psd1 @@ -53,7 +53,7 @@ DotNetFrameworkVersion = '4.7.2' # ProcessorArchitecture = '' # Modules that must be imported into the global environment prior to importing this module -RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.8.1'; }) +RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.9.0'; }) # Assemblies that must be loaded prior to importing this module RequiredAssemblies = 'Microsoft.Azure.Management.Blueprint.dll' diff --git a/src/Cdn/Cdn/Az.Cdn.psd1 b/src/Cdn/Cdn/Az.Cdn.psd1 index 547fc1ced2f0..5c6d910abb4e 100644 --- a/src/Cdn/Cdn/Az.Cdn.psd1 +++ b/src/Cdn/Cdn/Az.Cdn.psd1 @@ -53,7 +53,7 @@ DotNetFrameworkVersion = '4.7.2' # ProcessorArchitecture = '' # Modules that must be imported into the global environment prior to importing this module -RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.8.1'; }) +RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.9.0'; }) # Assemblies that must be loaded prior to importing this module RequiredAssemblies = 'Microsoft.Azure.Management.Cdn.dll' diff --git a/src/CognitiveServices/CognitiveServices/Az.CognitiveServices.psd1 b/src/CognitiveServices/CognitiveServices/Az.CognitiveServices.psd1 index ef6bf1c969b0..ac9ef1c85034 100644 --- a/src/CognitiveServices/CognitiveServices/Az.CognitiveServices.psd1 +++ b/src/CognitiveServices/CognitiveServices/Az.CognitiveServices.psd1 @@ -3,7 +3,7 @@ # # Generated by: Microsoft Corporation # -# Generated on: 5/28/2020 +# Generated on: 6/17/2020 # @{ @@ -12,7 +12,7 @@ # RootModule = '' # Version number of this module. -ModuleVersion = '1.4.0' +ModuleVersion = '1.5.0' # Supported PSEditions CompatiblePSEditions = 'Core', 'Desktop' @@ -53,7 +53,7 @@ DotNetFrameworkVersion = '4.7.2' # ProcessorArchitecture = '' # Modules that must be imported into the global environment prior to importing this module -RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.8.1'; }) +RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.9.0'; }) # Assemblies that must be loaded prior to importing this module RequiredAssemblies = 'Microsoft.Azure.Management.CognitiveServices.dll' @@ -121,7 +121,8 @@ PrivateData = @{ # IconUri = '' # ReleaseNotes of this module - ReleaseNotes = '* Support PrivateEndpoint and PublicNetworkAccess control. ' + ReleaseNotes = '* Supported displaying account capabilities. +* Supported modifying PublicNetworkAccess.' # Prerelease string of this module # Prerelease = '' diff --git a/src/CognitiveServices/CognitiveServices/ChangeLog.md b/src/CognitiveServices/CognitiveServices/ChangeLog.md index 7ba053c610de..07a85eaaf124 100644 --- a/src/CognitiveServices/CognitiveServices/ChangeLog.md +++ b/src/CognitiveServices/CognitiveServices/ChangeLog.md @@ -18,6 +18,8 @@ - Additional information about change #1 --> ## Upcoming Release + +## Version 1.5.0 * Supported displaying account capabilities. * Supported modifying PublicNetworkAccess. diff --git a/src/CognitiveServices/CognitiveServices/Properties/AssemblyInfo.cs b/src/CognitiveServices/CognitiveServices/Properties/AssemblyInfo.cs index 8391a5e6ead6..576d2db0a240 100644 --- a/src/CognitiveServices/CognitiveServices/Properties/AssemblyInfo.cs +++ b/src/CognitiveServices/CognitiveServices/Properties/AssemblyInfo.cs @@ -46,5 +46,5 @@ // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: -[assembly: AssemblyVersion("1.4.0")] -[assembly: AssemblyFileVersion("1.4.0")] +[assembly: AssemblyVersion("1.5.0")] +[assembly: AssemblyFileVersion("1.5.0")] diff --git a/src/Compute/Compute/Az.Compute.psd1 b/src/Compute/Compute/Az.Compute.psd1 index d8afa51e7c9c..df852381835a 100644 --- a/src/Compute/Compute/Az.Compute.psd1 +++ b/src/Compute/Compute/Az.Compute.psd1 @@ -3,7 +3,7 @@ # # Generated by: Microsoft Corporation # -# Generated on: 5/13/2020 +# Generated on: 6/17/2020 # @{ @@ -12,7 +12,7 @@ # RootModule = '' # Version number of this module. -ModuleVersion = '4.1.0' +ModuleVersion = '4.2.0' # Supported PSEditions CompatiblePSEditions = 'Core', 'Desktop' @@ -54,7 +54,7 @@ DotNetFrameworkVersion = '4.7.2' # ProcessorArchitecture = '' # Modules that must be imported into the global environment prior to importing this module -RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.8.1'; }) +RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.9.0'; }) # Assemblies that must be loaded prior to importing this module RequiredAssemblies = 'AutoMapper.dll', 'Microsoft.Azure.Management.Compute.dll', @@ -204,16 +204,11 @@ PrivateData = @{ # IconUri = '' # ReleaseNotes of this module - ReleaseNotes = '* Added HostId parameter to ''Update-AzVM'' cmdlet -* Updated Help documents for ''New-AzVMConfig'', ''New-AzVmssConfig'', ''Update-AzVmss'', ''Set-AzVMOperatingSystem'' and ''Set-AzVmssOsProfile'' cmdlets. -* Breaking changes - - FilterExpression parameter is removed from ''Get-AzVMImage'' cmdlet. - - AssignIdentity parameter is removed from ''New-AzVmssConfig'', ''New-AzVMConfig'' and ''Update-AzVM'' cmdlets. - - AutomaticRepairMaxInstanceRepairsPercent is removed from ''New-AzVmssConfig'' and ''Update-AzVmss'' cmdlets. - - AvailabilitySetsColocationStatus, VirtualMachinesColocationStatus and VirtualMachineScaleSetsColocationStatus properties are removed from ProximityPlacementGroup. - - MaxInstanceRepairsPercent property is removed from AutomaticRepairsPolicy. - - The types of AvailabilitySets, VirtualMachines and VirtualMachineScaleSets are changed from IList to IList. -* Description for ''Get-AzVM'' cmdlet has been updated to better describe it. ' + ReleaseNotes = '* Added SimulateEviction parameter to Set-AzVM and Set-AzVmssVM cmdlets. +* Added ''Premium_LRS'' to the argument completer of StorageAccountType parameter for New-AzGalleryImageVersion cmdlet. +* Added Substatuses to VMCustomScriptExtension [#11297] +* Added ''Delete'' to the argument completer of EvictionPolicy parameter for New-AzVM and New-AzVMConfig cmdlets. +* Fixed name of new VM Extension for SAP' # Prerelease string of this module # Prerelease = '' diff --git a/src/Compute/Compute/ChangeLog.md b/src/Compute/Compute/ChangeLog.md index e8051b3c26cd..a572a914eb46 100644 --- a/src/Compute/Compute/ChangeLog.md +++ b/src/Compute/Compute/ChangeLog.md @@ -19,6 +19,8 @@ - Additional information about change #1 --> ## Upcoming Release + +## Version 4.2.0 * Added SimulateEviction parameter to Set-AzVM and Set-AzVmssVM cmdlets. * Added 'Premium_LRS' to the argument completer of StorageAccountType parameter for New-AzGalleryImageVersion cmdlet. * Added Substatuses to VMCustomScriptExtension [#11297] diff --git a/src/Compute/Compute/Properties/AssemblyInfo.cs b/src/Compute/Compute/Properties/AssemblyInfo.cs index 56db087fb15f..c744be98052f 100644 --- a/src/Compute/Compute/Properties/AssemblyInfo.cs +++ b/src/Compute/Compute/Properties/AssemblyInfo.cs @@ -25,8 +25,8 @@ [assembly: ComVisible(false)] [assembly: CLSCompliant(false)] [assembly: Guid("91792853-487B-4DC2-BE6C-DD09A0A1BC10")] -[assembly: AssemblyVersion("4.1.0")] -[assembly: AssemblyFileVersion("4.1.0")] +[assembly: AssemblyVersion("4.2.0")] +[assembly: AssemblyFileVersion("4.2.0")] #if !SIGN [assembly: InternalsVisibleTo("Microsoft.Azure.PowerShell.Cmdlets.Compute.Test")] #endif diff --git a/src/Compute/Compute/help/Set-AzVMBootDiagnostic.md b/src/Compute/Compute/help/Set-AzVMBootDiagnostic.md index 130c7504f9a7..11c9c6e12bb8 100644 --- a/src/Compute/Compute/help/Set-AzVMBootDiagnostic.md +++ b/src/Compute/Compute/help/Set-AzVMBootDiagnostic.md @@ -34,6 +34,7 @@ The **Set-AzVMBootDiagnostic** cmdlet modifies boot diagnostics properties of a ``` PS C:\> $VM = Get-AzVM -ResourceGroupName "ResourceGroup11" -Name "ContosoVM07" PS C:\> Set-AzVMBootDiagnostic -VM $VM -Enable -ResourceGroupName "ResourceGroup11" -StorageAccountName "DiagnosticStorage" +PS C:\> Update-AzVM -VM $VM ``` The first command gets the virtual machine named ContosoVM07 by using **Get-AzVM**. diff --git a/src/ContainerInstance/ContainerInstance/Az.ContainerInstance.psd1 b/src/ContainerInstance/ContainerInstance/Az.ContainerInstance.psd1 index 93f56609ee03..1a2cf1e7111e 100644 --- a/src/ContainerInstance/ContainerInstance/Az.ContainerInstance.psd1 +++ b/src/ContainerInstance/ContainerInstance/Az.ContainerInstance.psd1 @@ -53,7 +53,7 @@ DotNetFrameworkVersion = '4.7.2' # ProcessorArchitecture = '' # Modules that must be imported into the global environment prior to importing this module -RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.8.1'; }) +RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.9.0'; }) # Assemblies that must be loaded prior to importing this module RequiredAssemblies = 'AutoMapper.dll', diff --git a/src/ContainerRegistry/ContainerRegistry/Az.ContainerRegistry.psd1 b/src/ContainerRegistry/ContainerRegistry/Az.ContainerRegistry.psd1 index 92aaae8ec656..155912655d05 100644 --- a/src/ContainerRegistry/ContainerRegistry/Az.ContainerRegistry.psd1 +++ b/src/ContainerRegistry/ContainerRegistry/Az.ContainerRegistry.psd1 @@ -53,7 +53,7 @@ DotNetFrameworkVersion = '4.7.2' # ProcessorArchitecture = '' # Modules that must be imported into the global environment prior to importing this module -RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.8.1'; }) +RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.9.0'; }) # Assemblies that must be loaded prior to importing this module RequiredAssemblies = 'Microsoft.Azure.Management.ContainerRegistry.dll' diff --git a/src/CosmosDB/CosmosDB/Az.CosmosDB.psd1 b/src/CosmosDB/CosmosDB/Az.CosmosDB.psd1 index 637b24f21c38..f8384aa09793 100644 --- a/src/CosmosDB/CosmosDB/Az.CosmosDB.psd1 +++ b/src/CosmosDB/CosmosDB/Az.CosmosDB.psd1 @@ -3,7 +3,7 @@ # # Generated by: Microsoft Corporation # -# Generated on: 5/13/2020 +# Generated on: 6/17/2020 # @{ @@ -12,7 +12,7 @@ # RootModule = '' # Version number of this module. -ModuleVersion = '0.1.5' +ModuleVersion = '0.1.6' # Supported PSEditions CompatiblePSEditions = 'Core', 'Desktop' @@ -53,7 +53,7 @@ DotNetFrameworkVersion = '4.7.2' # ProcessorArchitecture = '' # Modules that must be imported into the global environment prior to importing this module -RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.8.1'; }) +RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.9.0'; }) # Assemblies that must be loaded prior to importing this module RequiredAssemblies = 'Microsoft.Azure.Management.CosmosDB.dll' @@ -181,37 +181,11 @@ PrivateData = @{ # IconUri = '' # ReleaseNotes of this module - ReleaseNotes = '* PSDatabaseAccount is renamed to PSDatabaseAccountGetResults -* Detailed parameter is deprecated in the following cmdlets: - Get-AzCosmosDBSqlContainer, - Get-AzCosmosDBSqlDatabase, Get-AzCosmosDBGremlinDatabase, - Get-AzCosmosDBGremlinGraph, Get-AzCosmosDBTable, - Get-AzCosmosDBCassandraKeyspace, Get-AzCosmosDBCassandraTable, - Get-AzCosmosDBMongoDBCollection, Get-AzCosmosDBMongoDBDatabase -* Introduces KeyVaultKeyUri as a paramter in PSCosmosDBAccount, enabling BYOK feature -* Updates the Azure.Management.CosmosDB Sdk Version to 1.1.1 -* Replaces Set-AzCosmosDB* cmdlets with New-AzCosmosDB* and Update-AzComsosDB* cmdlets. -The following cmdlets are added: - New-AzCosmosDBSqlStoredProcedure, New-AzCosmosDBSqlTrigger, - New-AzCosmosDBSqlUserDefinedFunction, - Update-AzCosmosDBSqlStoredProcedure, Update-AzCosmosDBSqlTrigger, - Update-AzCosmosDBSqlUserDefinedFunction, New-AzCosmosDBSqlContainer, - New-AzCosmosDBSqlDatabase, Update-AzCosmosDBSqlContainer, - Update-AzCosmosDBSqlDatabase, - New-AzCosmosDBGremlinDatabase, New-AzCosmosDBGremlinGraph, - Update-AzCosmosDBGremlinDatabase, Update-AzCosmosDBGremlinGraph, - New-AzCosmosDBTable, Update-AzCosmosDBTable, - Update-AzCosmosDBCassandraKeyspace, Update-AzCosmosDBCassandraTable, - New-AzCosmosDBCassandraKeyspace, New-AzCosmosDBCassandraTable, - Update-AzCosmosDBMongoDBCollection, Update-AzCosmosDBMongoDBDatabase, - New-AzCosmosDBMongoDBCollection, New-AzCosmosDBMongoDBDatabase -The following cmdlets are deprecated and would no longer be maintained: - Set-AzCosmosDBSqlStoredProcedure, Set-AzCosmosDBSqlTrigger, - Set-AzCosmosDBSqlUserDefinedFunction, Set-AzCosmosDBSqlContainer, - Set-AzCosmosDBSqlDatabase, Set-AzCosmosDBGremlinDatabase, - Set-AzCosmosDBGremlinGraph, Set-AzCosmosDBTable, - Set-AzCosmosDBCassandraKeyspace, Set-AzCosmosDBCassandraTable, - Set-AzCosmosDBMongoDBCollection, Set-AzCosmosDBMongoDBDatabase' + ReleaseNotes = '* Introduced support for Autoscale, as a result of which all cmdlets which create or modify resources with throughput have an additional parameter called AutoscaleMaxThroughput. +* New-AzCosmosDBAccount cmdlet was updated with new paramters: EnableFreeTier, EnableAnalyticalStorage, ServerVersion, IpRule. +* Update-AzCosmosDBAccount was updated with: EnableAnalyticalStorage and IpRule. +* IpRangeFilter is deprecated, IpRule should be used, for both New-AzCosmosDBAccount and Update-AzCosmosDBAccount. +* New-AzCosmosDBMongoDBCollection, Update-AzCosmosDBMongoDBCollection, New-AzCosmosDBCassandraTable and Update-AzCosmosDBCassandraTable cmdlets allow specifying AnalyticalStorageTTL. ' # Prerelease string of this module # Prerelease = '' diff --git a/src/CosmosDB/CosmosDB/ChangeLog.md b/src/CosmosDB/CosmosDB/ChangeLog.md index e39728e45c3c..19fed0fe6a53 100644 --- a/src/CosmosDB/CosmosDB/ChangeLog.md +++ b/src/CosmosDB/CosmosDB/ChangeLog.md @@ -19,6 +19,8 @@ --> ## Upcoming Release + +## Version 0.1.6 * Introduced support for Autoscale, as a result of which all cmdlets which create or modify resources with throughput have an additional parameter called AutoscaleMaxThroughput. * New-AzCosmosDBAccount cmdlet was updated with new paramters: EnableFreeTier, EnableAnalyticalStorage, ServerVersion, IpRule. * Update-AzCosmosDBAccount was updated with: EnableAnalyticalStorage and IpRule. diff --git a/src/CosmosDB/CosmosDB/Properties/AssemblyInfo.cs b/src/CosmosDB/CosmosDB/Properties/AssemblyInfo.cs index 004508caa64a..4c8bc0d84963 100644 --- a/src/CosmosDB/CosmosDB/Properties/AssemblyInfo.cs +++ b/src/CosmosDB/CosmosDB/Properties/AssemblyInfo.cs @@ -25,5 +25,5 @@ [assembly: ComVisible(false)] [assembly: CLSCompliant(false)] [assembly: Guid("d90791a2-8102-47fc-8150-de25ae796eb1")] -[assembly: AssemblyVersion("0.1.5")] -[assembly: AssemblyFileVersion("0.1.5")] +[assembly: AssemblyVersion("0.1.6")] +[assembly: AssemblyFileVersion("0.1.6")] diff --git a/src/DataBox/DataBox/Az.DataBox.psd1 b/src/DataBox/DataBox/Az.DataBox.psd1 index 406750b1fba7..6c115aaa0533 100644 --- a/src/DataBox/DataBox/Az.DataBox.psd1 +++ b/src/DataBox/DataBox/Az.DataBox.psd1 @@ -53,7 +53,7 @@ DotNetFrameworkVersion = '4.7.2' # ProcessorArchitecture = '' # Modules that must be imported into the global environment prior to importing this module -RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.8.1'; }) +RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.9.0'; }) # Assemblies that must be loaded prior to importing this module RequiredAssemblies = 'Microsoft.Azure.Management.DataBox.dll' diff --git a/src/DataBoxEdge/DataBoxEdge/Az.DataBoxEdge.psd1 b/src/DataBoxEdge/DataBoxEdge/Az.DataBoxEdge.psd1 index cd7c3be2db4b..4ec9615e309c 100644 --- a/src/DataBoxEdge/DataBoxEdge/Az.DataBoxEdge.psd1 +++ b/src/DataBoxEdge/DataBoxEdge/Az.DataBoxEdge.psd1 @@ -53,7 +53,7 @@ DotNetFrameworkVersion = '4.7.2' # ProcessorArchitecture = '' # Modules that must be imported into the global environment prior to importing this module -RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.8.1'; }) +RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.9.0'; }) # Assemblies that must be loaded prior to importing this module RequiredAssemblies = 'Microsoft.Azure.Management.DataBoxEdge.dll' diff --git a/src/DataFactory/DataFactories/Properties/AssemblyInfo.cs b/src/DataFactory/DataFactories/Properties/AssemblyInfo.cs index d342d33b3c2b..1112d2ee21ef 100644 --- a/src/DataFactory/DataFactories/Properties/AssemblyInfo.cs +++ b/src/DataFactory/DataFactories/Properties/AssemblyInfo.cs @@ -25,8 +25,8 @@ [assembly: ComVisible(false)] [assembly: CLSCompliant(false)] [assembly: Guid("5d024af0-81c9-44f0-b3b0-7080f103fb4d")] -[assembly: AssemblyVersion("1.8.1")] -[assembly: AssemblyFileVersion("1.8.1")] +[assembly: AssemblyVersion("1.8.2")] +[assembly: AssemblyFileVersion("1.8.2")] #if !SIGN [assembly: InternalsVisibleTo("Microsoft.Azure.PowerShell.Cmdlets.DataFactories.Test")] #endif diff --git a/src/DataFactory/DataFactoryV2/Az.DataFactory.psd1 b/src/DataFactory/DataFactoryV2/Az.DataFactory.psd1 index 537f0de730a0..54a605f52729 100644 --- a/src/DataFactory/DataFactoryV2/Az.DataFactory.psd1 +++ b/src/DataFactory/DataFactoryV2/Az.DataFactory.psd1 @@ -3,7 +3,7 @@ # # Generated by: Microsoft Corporation # -# Generated on: 5/28/2020 +# Generated on: 6/17/2020 # @{ @@ -12,7 +12,7 @@ # RootModule = '' # Version number of this module. -ModuleVersion = '1.8.1' +ModuleVersion = '1.8.2' # Supported PSEditions CompatiblePSEditions = 'Core', 'Desktop' @@ -53,7 +53,7 @@ DotNetFrameworkVersion = '4.7.2' # ProcessorArchitecture = '' # Modules that must be imported into the global environment prior to importing this module -RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.8.1'; }) +RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.9.0'; }) # Assemblies that must be loaded prior to importing this module RequiredAssemblies = 'Microsoft.Azure.Management.DataFactory.dll', @@ -170,7 +170,7 @@ PrivateData = @{ # IconUri = '' # ReleaseNotes of this module - ReleaseNotes = '* Updated assembly version of data factory V2 cmdlets' + ReleaseNotes = '* Updated ADF .Net SDK version to 4.9.0' # Prerelease string of this module # Prerelease = '' diff --git a/src/DataFactory/DataFactoryV2/Changelog.md b/src/DataFactory/DataFactoryV2/Changelog.md index 923c62395da2..3bef4e63de70 100644 --- a/src/DataFactory/DataFactoryV2/Changelog.md +++ b/src/DataFactory/DataFactoryV2/Changelog.md @@ -18,6 +18,8 @@ - Additional information about change #1 --> ## Upcoming Release + +## Version 1.8.2 * Updated ADF .Net SDK version to 4.9.0 ## Version 1.8.1 diff --git a/src/DataFactory/DataFactoryV2/Properties/AssemblyInfo.cs b/src/DataFactory/DataFactoryV2/Properties/AssemblyInfo.cs index be89ff936dd3..49fb1919a433 100644 --- a/src/DataFactory/DataFactoryV2/Properties/AssemblyInfo.cs +++ b/src/DataFactory/DataFactoryV2/Properties/AssemblyInfo.cs @@ -25,8 +25,8 @@ [assembly: ComVisible(false)] [assembly: CLSCompliant(false)] [assembly: Guid("5d024af0-81c9-44f0-b3b0-7080f103fb4d")] -[assembly: AssemblyVersion("1.8.1")] -[assembly: AssemblyFileVersion("1.8.1")] +[assembly: AssemblyVersion("1.8.2")] +[assembly: AssemblyFileVersion("1.8.2")] #if !SIGN [assembly: InternalsVisibleTo("Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2.Test")] #endif diff --git a/src/DataLakeAnalytics/DataLakeAnalytics/Az.DataLakeAnalytics.psd1 b/src/DataLakeAnalytics/DataLakeAnalytics/Az.DataLakeAnalytics.psd1 index ab54f024c563..48d4b109fd7a 100644 --- a/src/DataLakeAnalytics/DataLakeAnalytics/Az.DataLakeAnalytics.psd1 +++ b/src/DataLakeAnalytics/DataLakeAnalytics/Az.DataLakeAnalytics.psd1 @@ -53,7 +53,7 @@ DotNetFrameworkVersion = '4.7.2' # ProcessorArchitecture = '' # Modules that must be imported into the global environment prior to importing this module -RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.8.1'; }) +RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.9.0'; }) # Assemblies that must be loaded prior to importing this module RequiredAssemblies = 'Microsoft.Azure.Management.DataLake.Analytics.dll' diff --git a/src/DataLakeStore/DataLakeStore/Az.DataLakeStore.psd1 b/src/DataLakeStore/DataLakeStore/Az.DataLakeStore.psd1 index de6a20a19445..d705a8f6ac4e 100644 --- a/src/DataLakeStore/DataLakeStore/Az.DataLakeStore.psd1 +++ b/src/DataLakeStore/DataLakeStore/Az.DataLakeStore.psd1 @@ -53,7 +53,7 @@ DotNetFrameworkVersion = '4.7.2' # ProcessorArchitecture = '' # Modules that must be imported into the global environment prior to importing this module -RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.8.1'; }) +RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.9.0'; }) # Assemblies that must be loaded prior to importing this module RequiredAssemblies = 'Microsoft.Azure.Management.DataLake.Store.dll', diff --git a/src/DataMigration/DataMigration/Az.DataMigration.psd1 b/src/DataMigration/DataMigration/Az.DataMigration.psd1 index e147d1fb88ed..b82fea717ee7 100644 --- a/src/DataMigration/DataMigration/Az.DataMigration.psd1 +++ b/src/DataMigration/DataMigration/Az.DataMigration.psd1 @@ -53,7 +53,7 @@ DotNetFrameworkVersion = '4.7.2' # ProcessorArchitecture = '' # Modules that must be imported into the global environment prior to importing this module -RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.8.1'; }) +RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.9.0'; }) # Assemblies that must be loaded prior to importing this module RequiredAssemblies = 'Microsoft.Azure.Management.DataMigration.dll' diff --git a/src/DataShare/DataShare/Az.DataShare.psd1 b/src/DataShare/DataShare/Az.DataShare.psd1 index 7d1e25acb872..40a5937b9a4e 100644 --- a/src/DataShare/DataShare/Az.DataShare.psd1 +++ b/src/DataShare/DataShare/Az.DataShare.psd1 @@ -51,7 +51,7 @@ DotNetFrameworkVersion = '4.7.2' # ProcessorArchitecture = '' # Modules that must be imported into the global environment prior to importing this module -RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.8.1'; }) +RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.9.0'; }) # Assemblies that must be loaded prior to importing this module RequiredAssemblies = 'Microsoft.Azure.Management.DataShare.dll' diff --git a/src/Databricks/Az.Databricks.psd1 b/src/Databricks/Az.Databricks.psd1 index 235d562afdde..409ddc5501de 100644 --- a/src/Databricks/Az.Databricks.psd1 +++ b/src/Databricks/Az.Databricks.psd1 @@ -3,7 +3,7 @@ # # Generated by: Microsoft Corporation # -# Generated on: 3/24/2020 +# Generated on: 6/17/2020 # @{ @@ -12,7 +12,7 @@ RootModule = './Az.Databricks.psm1' # Version number of this module. -ModuleVersion = '0.1.0' +ModuleVersion = '0.1.1' # Supported PSEditions CompatiblePSEditions = 'Core', 'Desktop' @@ -51,7 +51,7 @@ DotNetFrameworkVersion = '4.7.2' # ProcessorArchitecture = '' # Modules that must be imported into the global environment prior to importing this module -RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.8.1'; }) +RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.9.0'; }) # Assemblies that must be loaded prior to importing this module RequiredAssemblies = './bin/Az.Databricks.private.dll' @@ -73,7 +73,7 @@ FunctionsToExport = 'Get-AzDatabricksWorkspace', 'New-AzDatabricksWorkspace', 'Remove-AzDatabricksWorkspace', 'Update-AzDatabricksWorkspace' # 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 = @() +CmdletsToExport = @() # Variables to export from this module # VariablesToExport = @() @@ -108,7 +108,7 @@ PrivateData = @{ # IconUri = '' # ReleaseNotes of this module - ReleaseNotes = '* the first preview release' + ReleaseNotes = '* Added support for customer-managed keys.' # Prerelease string of this module # Prerelease = '' diff --git a/src/Databricks/ChangeLog.md b/src/Databricks/ChangeLog.md index b137c6aca132..2ce8625d2fe5 100644 --- a/src/Databricks/ChangeLog.md +++ b/src/Databricks/ChangeLog.md @@ -18,6 +18,8 @@ - Additional information about change #1 --> ## Upcoming Release + +## Version 0.1.1 * Added support for customer-managed keys. ## Version 0.1.0 diff --git a/src/Databricks/Properties/AssemblyInfo.cs b/src/Databricks/Properties/AssemblyInfo.cs index b79c5496ea3f..616a6c20b62e 100644 --- a/src/Databricks/Properties/AssemblyInfo.cs +++ b/src/Databricks/Properties/AssemblyInfo.cs @@ -24,5 +24,5 @@ [assembly: ComVisible(false)] [assembly: CLSCompliant(false)] [assembly: Guid("0FE1E430-10E7-474A-B48E-942EF7512F50")] -[assembly: AssemblyVersion("0.1.0")] -[assembly: AssemblyFileVersion("0.1.0")] \ No newline at end of file +[assembly: AssemblyVersion("0.1.1")] +[assembly: AssemblyFileVersion("0.1.1")] diff --git a/src/Databricks/help/Az.Databricks.md b/src/Databricks/help/Az.Databricks.md index 980a55e1365a..154104b34619 100644 --- a/src/Databricks/help/Az.Databricks.md +++ b/src/Databricks/help/Az.Databricks.md @@ -10,6 +10,10 @@ Locale: en-US ## Description Microsoft Azure PowerShell: Databricks cmdlets +While the Az.Databricks PowerShell module is in preview, you must install it separately from the Az PowerShell module using the following command: `Install-Module -Name Az.Databricks`. Once the Az.Databricks PowerShell module is generally available, it becomes part of future Az PowerShell module releases and available natively from within Azure Cloud Shell. + +This module allows the management of service features in preview which may not be available yet for your region or subscription. + ## Az.Databricks Cmdlets ### [Get-AzDatabricksWorkspace](Get-AzDatabricksWorkspace.md) Gets the workspace. diff --git a/src/DeploymentManager/DeploymentManager/Az.DeploymentManager.psd1 b/src/DeploymentManager/DeploymentManager/Az.DeploymentManager.psd1 index 699a679f3dea..9062ac2423e4 100644 --- a/src/DeploymentManager/DeploymentManager/Az.DeploymentManager.psd1 +++ b/src/DeploymentManager/DeploymentManager/Az.DeploymentManager.psd1 @@ -52,7 +52,7 @@ DotNetFrameworkVersion = '4.7.2' # ProcessorArchitecture = '' # Modules that must be imported into the global environment prior to importing this module -RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.8.1'; }) +RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.9.0'; }) # Assemblies that must be loaded prior to importing this module RequiredAssemblies = 'Microsoft.Azure.Management.DeploymentManager.dll' diff --git a/src/DesktopVirtualization/Az.DesktopVirtualization.psd1 b/src/DesktopVirtualization/Az.DesktopVirtualization.psd1 index 0f51acbd3a1d..92c1e641c26a 100644 --- a/src/DesktopVirtualization/Az.DesktopVirtualization.psd1 +++ b/src/DesktopVirtualization/Az.DesktopVirtualization.psd1 @@ -51,7 +51,7 @@ DotNetFrameworkVersion = '4.7.2' # ProcessorArchitecture = '' # Modules that must be imported into the global environment prior to importing this module -RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.8.1'; }) +RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.9.0'; }) # Assemblies that must be loaded prior to importing this module RequiredAssemblies = './bin/Az.DesktopVirtualization.private.dll' diff --git a/src/DevSpaces/DevSpaces/Az.DevSpaces.psd1 b/src/DevSpaces/DevSpaces/Az.DevSpaces.psd1 index 26a0ffc26b15..e3c9c425ae9f 100644 --- a/src/DevSpaces/DevSpaces/Az.DevSpaces.psd1 +++ b/src/DevSpaces/DevSpaces/Az.DevSpaces.psd1 @@ -53,7 +53,7 @@ DotNetFrameworkVersion = '4.7.2' # ProcessorArchitecture = '' # Modules that must be imported into the global environment prior to importing this module -RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.8.1'; }) +RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.9.0'; }) # Assemblies that must be loaded prior to importing this module RequiredAssemblies = 'Microsoft.Azure.Management.DevSpaces.dll' diff --git a/src/DevTestLabs/DevTestLabs/Az.DevTestLabs.psd1 b/src/DevTestLabs/DevTestLabs/Az.DevTestLabs.psd1 index 33dd6429184d..f4904101a697 100644 --- a/src/DevTestLabs/DevTestLabs/Az.DevTestLabs.psd1 +++ b/src/DevTestLabs/DevTestLabs/Az.DevTestLabs.psd1 @@ -53,7 +53,7 @@ DotNetFrameworkVersion = '4.7.2' # ProcessorArchitecture = '' # Modules that must be imported into the global environment prior to importing this module -RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.8.1'; }) +RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.9.0'; }) # Assemblies that must be loaded prior to importing this module RequiredAssemblies = 'Microsoft.Azure.Management.DevTestLabs.dll' diff --git a/src/DeviceProvisioningServices/DeviceProvisioningServices.sln b/src/DeviceProvisioningServices/DeviceProvisioningServices.sln index b8f8e9e483f6..e210462d3f4c 100644 --- a/src/DeviceProvisioningServices/DeviceProvisioningServices.sln +++ b/src/DeviceProvisioningServices/DeviceProvisioningServices.sln @@ -19,6 +19,8 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ScenarioTest.ResourceManage EndProject Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TestFx", "..\..\tools\TestFx\TestFx.csproj", "{BC80A1D0-FFA4-43D9-AA74-799F5CB54B58}" EndProject +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "IotHub", "..\IotHub\IotHub\IotHub.csproj", "{FD98F78A-2655-40A3-9330-A2B2CCBF7625}" +EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug|Any CPU = Debug|Any CPU @@ -53,12 +55,17 @@ Global {BC80A1D0-FFA4-43D9-AA74-799F5CB54B58}.Debug|Any CPU.Build.0 = Debug|Any CPU {BC80A1D0-FFA4-43D9-AA74-799F5CB54B58}.Release|Any CPU.ActiveCfg = Release|Any CPU {BC80A1D0-FFA4-43D9-AA74-799F5CB54B58}.Release|Any CPU.Build.0 = Release|Any CPU + {FD98F78A-2655-40A3-9330-A2B2CCBF7625}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {FD98F78A-2655-40A3-9330-A2B2CCBF7625}.Debug|Any CPU.Build.0 = Debug|Any CPU + {FD98F78A-2655-40A3-9330-A2B2CCBF7625}.Release|Any CPU.ActiveCfg = Release|Any CPU + {FD98F78A-2655-40A3-9330-A2B2CCBF7625}.Release|Any CPU.Build.0 = Release|Any CPU EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE EndGlobalSection GlobalSection(NestedProjects) = preSolution {4802BBF0-70F7-4FCB-81A6-381810234F14} = {DB3F9035-1533-4D52-B782-285C784EFDD4} + {FD98F78A-2655-40A3-9330-A2B2CCBF7625} = {DB3F9035-1533-4D52-B782-285C784EFDD4} EndGlobalSection GlobalSection(ExtensibilityGlobals) = postSolution SolutionGuid = {930E4484-D6C7-4C25-AE5B-05EDACF6ED88} diff --git a/src/DeviceProvisioningServices/DeviceProvisioningServices/Az.DeviceProvisioningServices.psd1 b/src/DeviceProvisioningServices/DeviceProvisioningServices/Az.DeviceProvisioningServices.psd1 index 599873cdbdfc..ad68c73d0d40 100644 --- a/src/DeviceProvisioningServices/DeviceProvisioningServices/Az.DeviceProvisioningServices.psd1 +++ b/src/DeviceProvisioningServices/DeviceProvisioningServices/Az.DeviceProvisioningServices.psd1 @@ -53,7 +53,7 @@ DotNetFrameworkVersion = '4.7.2' # ProcessorArchitecture = '' # Modules that must be imported into the global environment prior to importing this module -RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.8.1'; }) +RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.9.0'; }) # Assemblies that must be loaded prior to importing this module RequiredAssemblies = 'Microsoft.Azure.Management.DeviceProvisioningServices.dll', diff --git a/src/DeviceProvisioningServices/DeviceProvisioningServices/ChangeLog.md b/src/DeviceProvisioningServices/DeviceProvisioningServices/ChangeLog.md index 0c60347cc753..c5e5cad0239f 100644 --- a/src/DeviceProvisioningServices/DeviceProvisioningServices/ChangeLog.md +++ b/src/DeviceProvisioningServices/DeviceProvisioningServices/ChangeLog.md @@ -18,6 +18,7 @@ - Additional information about change #1 --> ## Upcoming Release +* Fixed debug: Enrollment does not retain/assign linked IotHubs while choosing Custom allocation policy. [#12154] ## Version 0.7.3 * Manage Device Enrollments. New cmdlets are: diff --git a/src/DeviceProvisioningServices/DeviceProvisioningServices/Cmdlet/IotDpsDataPlane/Enrollment/SetAzIotDeviceProvisioningServiceEnrollment.cs b/src/DeviceProvisioningServices/DeviceProvisioningServices/Cmdlet/IotDpsDataPlane/Enrollment/SetAzIotDeviceProvisioningServiceEnrollment.cs index 4ca2f76cdf06..90c343720a4b 100644 --- a/src/DeviceProvisioningServices/DeviceProvisioningServices/Cmdlet/IotDpsDataPlane/Enrollment/SetAzIotDeviceProvisioningServiceEnrollment.cs +++ b/src/DeviceProvisioningServices/DeviceProvisioningServices/Cmdlet/IotDpsDataPlane/Enrollment/SetAzIotDeviceProvisioningServiceEnrollment.cs @@ -239,8 +239,11 @@ public override void ExecuteCmdlet() apiVersion = this.IsParameterBound(c => c.ApiVersion) ? this.ApiVersion : enrollment.CustomAllocationDefinition.ApiVersion; enrollment.CustomAllocationDefinition = new CustomAllocationDefinition() { WebhookUrl = webhookUrl, ApiVersion = apiVersion }; - enrollment.IotHubs = null; enrollment.IotHubHostName = null; + if (this.IsParameterBound(c => c.IotHub)) + { + enrollment.IotHubs = this.IotHub; + } break; case Devices.Provisioning.Service.AllocationPolicy.Hashed: case Devices.Provisioning.Service.AllocationPolicy.GeoLatency: diff --git a/src/DeviceProvisioningServices/DeviceProvisioningServices/Cmdlet/IotDpsDataPlane/EnrollmentGroup/SetAzIotDeviceProvisioningServiceEnrollmentGroup.cs b/src/DeviceProvisioningServices/DeviceProvisioningServices/Cmdlet/IotDpsDataPlane/EnrollmentGroup/SetAzIotDeviceProvisioningServiceEnrollmentGroup.cs index 63286e0a5bac..7c086c706e33 100644 --- a/src/DeviceProvisioningServices/DeviceProvisioningServices/Cmdlet/IotDpsDataPlane/EnrollmentGroup/SetAzIotDeviceProvisioningServiceEnrollmentGroup.cs +++ b/src/DeviceProvisioningServices/DeviceProvisioningServices/Cmdlet/IotDpsDataPlane/EnrollmentGroup/SetAzIotDeviceProvisioningServiceEnrollmentGroup.cs @@ -228,8 +228,11 @@ public override void ExecuteCmdlet() apiVersion = this.IsParameterBound(c => c.ApiVersion) ? this.ApiVersion : enrollment.CustomAllocationDefinition.ApiVersion; enrollment.CustomAllocationDefinition = new CustomAllocationDefinition() { WebhookUrl = webhookUrl, ApiVersion = apiVersion }; - enrollment.IotHubs = null; enrollment.IotHubHostName = null; + if (this.IsParameterBound(c => c.IotHub)) + { + enrollment.IotHubs = this.IotHub; + } break; case Devices.Provisioning.Service.AllocationPolicy.Hashed: case Devices.Provisioning.Service.AllocationPolicy.GeoLatency: diff --git a/src/Dns/Dns/Az.Dns.psd1 b/src/Dns/Dns/Az.Dns.psd1 index 66cdd4d26007..d859f6e75581 100644 --- a/src/Dns/Dns/Az.Dns.psd1 +++ b/src/Dns/Dns/Az.Dns.psd1 @@ -53,7 +53,7 @@ DotNetFrameworkVersion = '4.7.2' # ProcessorArchitecture = '' # Modules that must be imported into the global environment prior to importing this module -RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.8.1'; }) +RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.9.0'; }) # Assemblies that must be loaded prior to importing this module RequiredAssemblies = 'Microsoft.Azure.Management.Dns.dll' diff --git a/src/EventGrid/EventGrid/Az.EventGrid.psd1 b/src/EventGrid/EventGrid/Az.EventGrid.psd1 index 27e4a1196594..4b72448fc8da 100644 --- a/src/EventGrid/EventGrid/Az.EventGrid.psd1 +++ b/src/EventGrid/EventGrid/Az.EventGrid.psd1 @@ -53,7 +53,7 @@ DotNetFrameworkVersion = '4.7.2' # ProcessorArchitecture = '' # Modules that must be imported into the global environment prior to importing this module -RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.8.1'; }) +RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.9.0'; }) # Assemblies that must be loaded prior to importing this module RequiredAssemblies = 'Microsoft.Azure.Management.EventGrid.dll' diff --git a/src/EventHub/EventHub/Az.EventHub.psd1 b/src/EventHub/EventHub/Az.EventHub.psd1 index 27c8a0aee5fa..c1c31127a7ed 100644 --- a/src/EventHub/EventHub/Az.EventHub.psd1 +++ b/src/EventHub/EventHub/Az.EventHub.psd1 @@ -3,7 +3,7 @@ # # Generated by: Microsoft Corporation # -# Generated on: 1/2/2020 +# Generated on: 6/17/2020 # @{ @@ -12,7 +12,7 @@ # RootModule = '' # Version number of this module. -ModuleVersion = '1.4.3' +ModuleVersion = '1.5.0' # Supported PSEditions CompatiblePSEditions = 'Core', 'Desktop' @@ -53,7 +53,7 @@ DotNetFrameworkVersion = '4.7.2' # ProcessorArchitecture = '' # Modules that must be imported into the global environment prior to importing this module -RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.8.1'; }) +RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.9.0'; }) # Assemblies that must be loaded prior to importing this module RequiredAssemblies = 'Microsoft.Azure.Management.EventHub.dll' @@ -128,7 +128,7 @@ PrivateData = @{ # IconUri = '' # ReleaseNotes of this module - ReleaseNotes = '* Fix for issue 10634 : Fix the null Object reference for remove eventhubnamespace' + ReleaseNotes = '* Added Managed Identity parameters to ''New-AzEventHubNamespace'' and ''Set-AzEventHubNamespace'' cmdlets' # Prerelease string of this module # Prerelease = '' diff --git a/src/EventHub/EventHub/ChangeLog.md b/src/EventHub/EventHub/ChangeLog.md index 2dece3df39cc..528ed14e0e59 100644 --- a/src/EventHub/EventHub/ChangeLog.md +++ b/src/EventHub/EventHub/ChangeLog.md @@ -18,6 +18,8 @@ - Additional information about change #1 --> ## Upcoming Release + +## Version 1.5.0 * Added Managed Identity parameters to `New-AzEventHubNamespace` and `Set-AzEventHubNamespace` cmdlets ## Version 1.4.3 diff --git a/src/EventHub/EventHub/Properties/AssemblyInfo.cs b/src/EventHub/EventHub/Properties/AssemblyInfo.cs index eb7f85eb98e5..c5213a65a902 100644 --- a/src/EventHub/EventHub/Properties/AssemblyInfo.cs +++ b/src/EventHub/EventHub/Properties/AssemblyInfo.cs @@ -25,5 +25,5 @@ [assembly: ComVisible(false)] [assembly: CLSCompliant(false)] [assembly: Guid("3ea250fe-7987-426b-8ca0-2dd65deda73c")] -[assembly: AssemblyVersion("1.4.3")] -[assembly: AssemblyFileVersion("1.4.3")] +[assembly: AssemblyVersion("1.5.0")] +[assembly: AssemblyFileVersion("1.5.0")] diff --git a/src/FrontDoor/FrontDoor/Az.FrontDoor.psd1 b/src/FrontDoor/FrontDoor/Az.FrontDoor.psd1 index 555c86b3a92f..bd311f82b971 100644 --- a/src/FrontDoor/FrontDoor/Az.FrontDoor.psd1 +++ b/src/FrontDoor/FrontDoor/Az.FrontDoor.psd1 @@ -53,7 +53,7 @@ DotNetFrameworkVersion = '4.7.2' # ProcessorArchitecture = '' # Modules that must be imported into the global environment prior to importing this module -RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.8.1'; }) +RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.9.0'; }) # Assemblies that must be loaded prior to importing this module RequiredAssemblies = 'Microsoft.Azure.Management.FrontDoor.dll' diff --git a/src/Functions/Az.Functions.psd1 b/src/Functions/Az.Functions.psd1 index 8299fd5cb6d2..093bd391dab7 100644 --- a/src/Functions/Az.Functions.psd1 +++ b/src/Functions/Az.Functions.psd1 @@ -3,7 +3,7 @@ # # Generated by: Microsoft Corporation # -# Generated on: 5/13/2020 +# Generated on: 6/17/2020 # @{ @@ -12,7 +12,7 @@ RootModule = './Az.Functions.psm1' # Version number of this module. -ModuleVersion = '1.0.0' +ModuleVersion = '1.0.1' # Supported PSEditions CompatiblePSEditions = 'Core', 'Desktop' @@ -53,7 +53,7 @@ DotNetFrameworkVersion = '4.7.2' # ProcessorArchitecture = '' # Modules that must be imported into the global environment prior to importing this module -RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.8.1'; }) +RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.9.0'; }) # Assemblies that must be loaded prior to importing this module RequiredAssemblies = './bin/Az.Functions.private.dll' @@ -115,7 +115,7 @@ PrivateData = @{ # IconUri = '' # ReleaseNotes of this module - ReleaseNotes = '* General availability of ''Az.Functions'' module' + ReleaseNotes = '* Added support to create PowerShell 7.0 and Java 11 function apps' # Prerelease string of this module # Prerelease = '' diff --git a/src/Functions/ChangeLog.md b/src/Functions/ChangeLog.md index f88b8a629dbf..ae19fd45e3a0 100644 --- a/src/Functions/ChangeLog.md +++ b/src/Functions/ChangeLog.md @@ -18,6 +18,8 @@ - Additional information about change #1 --> ## Upcoming Release + +## Version 1.0.1 * Added support to create PowerShell 7.0 and Java 11 function apps ## Version 1.0.0 diff --git a/src/Functions/Properties/AssemblyInfo.cs b/src/Functions/Properties/AssemblyInfo.cs index c2a7c1c16f3f..aa13dbed2d30 100644 --- a/src/Functions/Properties/AssemblyInfo.cs +++ b/src/Functions/Properties/AssemblyInfo.cs @@ -24,5 +24,5 @@ [assembly: ComVisible(false)] [assembly: CLSCompliant(false)] [assembly: Guid("A92CAC7D-41F1-47CA-BC10-F6736BCD4072")] -[assembly: AssemblyVersion("1.0.0")] -[assembly: AssemblyFileVersion("1.0.0")] +[assembly: AssemblyVersion("1.0.1")] +[assembly: AssemblyFileVersion("1.0.1")] diff --git a/src/GuestConfiguration/GuestConfiguration/Az.GuestConfiguration.psd1 b/src/GuestConfiguration/GuestConfiguration/Az.GuestConfiguration.psd1 index 97f5bc3bd660..dbf4669c81a1 100644 --- a/src/GuestConfiguration/GuestConfiguration/Az.GuestConfiguration.psd1 +++ b/src/GuestConfiguration/GuestConfiguration/Az.GuestConfiguration.psd1 @@ -3,7 +3,7 @@ # # Generated by: Microsoft Corporation # -# Generated on: 12/11/2019 +# Generated on: 6/17/2020 # @{ @@ -12,7 +12,7 @@ # RootModule = '' # Version number of this module. -ModuleVersion = '0.10.7' +ModuleVersion = '0.10.8' # Supported PSEditions CompatiblePSEditions = 'Core', 'Desktop' @@ -51,7 +51,7 @@ DotNetFrameworkVersion = '4.7.2' # ProcessorArchitecture = '' # Modules that must be imported into the global environment prior to importing this module -RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.8.1'; }) +RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.9.0'; }) # Assemblies that must be loaded prior to importing this module RequiredAssemblies = 'Microsoft.Azure.Management.GuestConfiguration.dll' @@ -107,7 +107,7 @@ PrivateData = @{ # IconUri = '' # ReleaseNotes of this module - ReleaseNotes = '* Update references in .psd1 to use relative path' + ReleaseNotes = '* Support ARC machines' # Prerelease string of this module # Prerelease = '' diff --git a/src/GuestConfiguration/GuestConfiguration/ChangeLog.md b/src/GuestConfiguration/GuestConfiguration/ChangeLog.md index fcb67634059c..13491a7fd3c9 100644 --- a/src/GuestConfiguration/GuestConfiguration/ChangeLog.md +++ b/src/GuestConfiguration/GuestConfiguration/ChangeLog.md @@ -18,6 +18,8 @@ - Additional information about change #1 --> ## Upcoming Release + +## Version 0.10.8 * Support ARC machines ## Version 0.10.7 diff --git a/src/GuestConfiguration/GuestConfiguration/Properties/AssemblyInfo.cs b/src/GuestConfiguration/GuestConfiguration/Properties/AssemblyInfo.cs index cf6926e37553..a6385008ce2b 100644 --- a/src/GuestConfiguration/GuestConfiguration/Properties/AssemblyInfo.cs +++ b/src/GuestConfiguration/GuestConfiguration/Properties/AssemblyInfo.cs @@ -25,5 +25,5 @@ [assembly: CLSCompliant(false)] [assembly: Guid("d28548d3-2673-4508-a28b-a69e0470faf7")] -[assembly: AssemblyVersion("0.10.7")] -[assembly: AssemblyFileVersion("0.10.7")] +[assembly: AssemblyVersion("0.10.8")] +[assembly: AssemblyFileVersion("0.10.8")] diff --git a/src/HDInsight/HDInsight/Az.HDInsight.psd1 b/src/HDInsight/HDInsight/Az.HDInsight.psd1 index 746cac76bd2d..a840a80c3f36 100644 --- a/src/HDInsight/HDInsight/Az.HDInsight.psd1 +++ b/src/HDInsight/HDInsight/Az.HDInsight.psd1 @@ -3,7 +3,7 @@ # # Generated by: Microsoft Corporation # -# Generated on: 5/13/2020 +# Generated on: 6/17/2020 # @{ @@ -12,7 +12,7 @@ # RootModule = '' # Version number of this module. -ModuleVersion = '3.2.0' +ModuleVersion = '3.3.0' # Supported PSEditions CompatiblePSEditions = 'Core', 'Desktop' @@ -53,7 +53,7 @@ DotNetFrameworkVersion = '4.7.2' # ProcessorArchitecture = '' # Modules that must be imported into the global environment prior to importing this module -RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.8.1'; }) +RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.9.0'; }) # Assemblies that must be loaded prior to importing this module RequiredAssemblies = 'Microsoft.Azure.Management.HDInsight.dll', @@ -98,8 +98,8 @@ CmdletsToExport = 'Get-AzHDInsightJob', 'New-AzHDInsightSqoopJobDefinition', 'New-AzHDInsightCluster', 'Add-AzHDInsightClusterIdentity', 'Enable-AzHDInsightMonitoring', 'Disable-AzHDInsightMonitoring', 'Get-AzHDInsightMonitoring', - 'Set-AzHDInsightClusterDiskEncryptionKey', - 'Get-AzHDInsightHost', 'Restart-AzHDInsightHost' + 'Set-AzHDInsightClusterDiskEncryptionKey', 'Get-AzHDInsightHost', + 'Restart-AzHDInsightHost' # Variables to export from this module # VariablesToExport = @() @@ -134,7 +134,7 @@ PrivateData = @{ # IconUri = '' # ReleaseNotes of this module - ReleaseNotes = '* Supported Customer-managed key disk encryption.' + ReleaseNotes = '* Supported listing hosts and restart specific hosts of the HDInsight cluster.' # Prerelease string of this module # Prerelease = '' diff --git a/src/HDInsight/HDInsight/ChangeLog.md b/src/HDInsight/HDInsight/ChangeLog.md index bdb65e597eee..45b1b1aca5ca 100644 --- a/src/HDInsight/HDInsight/ChangeLog.md +++ b/src/HDInsight/HDInsight/ChangeLog.md @@ -18,6 +18,8 @@ - Additional information about change #1 --> ## Upcoming Release + +## Version 3.3.0 * Supported listing hosts and restart specific hosts of the HDInsight cluster. ## Version 3.2.0 diff --git a/src/HDInsight/HDInsight/Properties/AssemblyInfo.cs b/src/HDInsight/HDInsight/Properties/AssemblyInfo.cs index 9b2956b617e2..1dd57fe002b4 100644 --- a/src/HDInsight/HDInsight/Properties/AssemblyInfo.cs +++ b/src/HDInsight/HDInsight/Properties/AssemblyInfo.cs @@ -27,5 +27,5 @@ [assembly: ComVisible(false)] [assembly: CLSCompliant(false)] [assembly: Guid("57ad7b0e-1f56-4166-b1f9-ec6512139a54")] -[assembly: AssemblyVersion("3.2.0")] -[assembly: AssemblyFileVersion("3.2.0")] +[assembly: AssemblyVersion("3.3.0")] +[assembly: AssemblyFileVersion("3.3.0")] diff --git a/src/HPCCache/HPCCache/Az.HPCCache.psd1 b/src/HPCCache/HPCCache/Az.HPCCache.psd1 index b52174fee8c5..d40bc462a758 100644 --- a/src/HPCCache/HPCCache/Az.HPCCache.psd1 +++ b/src/HPCCache/HPCCache/Az.HPCCache.psd1 @@ -3,7 +3,7 @@ # # Generated by: Microsoft Corporation # -# Generated on: 4/28/2020 +# Generated on: 6/17/2020 # @{ @@ -12,7 +12,7 @@ # RootModule = '' # Version number of this module. -ModuleVersion = '0.1.0' +ModuleVersion = '0.1.1' # Supported PSEditions CompatiblePSEditions = 'Core', 'Desktop' @@ -51,7 +51,7 @@ DotNetFrameworkVersion = '4.7.2' # ProcessorArchitecture = '' # Modules that must be imported into the global environment prior to importing this module -RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.8.1'; }) +RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.9.0'; }) # Assemblies that must be loaded prior to importing this module RequiredAssemblies = 'Microsoft.Azure.Management.StorageCache.dll' @@ -72,10 +72,10 @@ NestedModules = @('Microsoft.Azure.PowerShell.Cmdlets.HPCCache.dll') 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-AzHpcCacheSku', 'Get-AzHpcCacheUsageModel', 'Get-AzHpcCache', - 'New-AzHpcCache', 'Remove-AzHpcCache', 'Set-AzHpcCache', - 'Start-AzHpcCache', 'Stop-AzHpcCache', 'Update-AzHpcCache', - 'Remove-AzHpcCacheStorageTarget', 'New-AzHpcCacheStorageTarget', +CmdletsToExport = 'Get-AzHpcCacheSku', 'Get-AzHpcCacheUsageModel', 'Get-AzHpcCache', + 'New-AzHpcCache', 'Remove-AzHpcCache', 'Set-AzHpcCache', + 'Start-AzHpcCache', 'Stop-AzHpcCache', 'Update-AzHpcCache', + 'Remove-AzHpcCacheStorageTarget', 'New-AzHpcCacheStorageTarget', 'Get-AzHpcCacheStorageTarget', 'Set-AzHpcCacheStorageTarget' # Variables to export from this module @@ -111,10 +111,10 @@ PrivateData = @{ # IconUri = '' # ReleaseNotes of this module - ReleaseNotes = '* Public release of ''Az.HPCCache'' module' + ReleaseNotes = '* Fixed bug for ''New-AzHpcCacheStorageTarget'' and help text.' # Prerelease string of this module - # Prerelease = 'preview' + # Prerelease = '' # Flag to indicate whether the module requires explicit user acceptance for install/update/save # RequireLicenseAcceptance = $false diff --git a/src/HPCCache/HPCCache/ChangeLog.md b/src/HPCCache/HPCCache/ChangeLog.md index c59adddb3efb..01b37af7ea3e 100644 --- a/src/HPCCache/HPCCache/ChangeLog.md +++ b/src/HPCCache/HPCCache/ChangeLog.md @@ -18,6 +18,8 @@ - Additional information about change #1 --> ## Upcoming Release + +## Version 0.1.1 * Fixed bug for `New-AzHpcCacheStorageTarget` and help text. ## Version 0.1.0 diff --git a/src/HPCCache/HPCCache/Properties/AssemblyInfo.cs b/src/HPCCache/HPCCache/Properties/AssemblyInfo.cs index 6bdba17ec6a0..68742f11bd37 100644 --- a/src/HPCCache/HPCCache/Properties/AssemblyInfo.cs +++ b/src/HPCCache/HPCCache/Properties/AssemblyInfo.cs @@ -24,5 +24,5 @@ [assembly: ComVisible(false)] [assembly: CLSCompliant(false)] [assembly: Guid("77c1e905-4cc3-4a3d-bf4e-b42ad50bb2ba")] -[assembly: AssemblyVersion("0.1.0")] -[assembly: AssemblyFileVersion("0.1.0")] +[assembly: AssemblyVersion("0.1.1")] +[assembly: AssemblyFileVersion("0.1.1")] diff --git a/src/HealthcareApis/HealthcareApis/Az.HealthcareApis.psd1 b/src/HealthcareApis/HealthcareApis/Az.HealthcareApis.psd1 index c0d6a815cd20..6d104503ce8b 100644 --- a/src/HealthcareApis/HealthcareApis/Az.HealthcareApis.psd1 +++ b/src/HealthcareApis/HealthcareApis/Az.HealthcareApis.psd1 @@ -3,7 +3,7 @@ # # Generated by: Microsoft Corporation # -# Generated on: 5/13/2020 +# Generated on: 6/17/2020 # @{ @@ -12,7 +12,7 @@ # RootModule = '' # Version number of this module. -ModuleVersion = '1.0.2' +ModuleVersion = '1.1.0' # Supported PSEditions CompatiblePSEditions = 'Core', 'Desktop' @@ -53,7 +53,7 @@ DotNetFrameworkVersion = '4.7.2' # ProcessorArchitecture = '' # Modules that must be imported into the global environment prior to importing this module -RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.8.1'; }) +RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.9.0'; }) # Assemblies that must be loaded prior to importing this module RequiredAssemblies = 'Microsoft.Azure.Management.HealthcareApis.dll' @@ -110,7 +110,8 @@ PrivateData = @{ # IconUri = '' # ReleaseNotes of this module - ReleaseNotes = '* Access policies are no longer defaulted to the current principal' + ReleaseNotes = '* Updated the SDK version to 1.1.0 +* Added support for Export settings and Managed Identity' # Prerelease string of this module # Prerelease = '' diff --git a/src/HealthcareApis/HealthcareApis/ChangeLog.md b/src/HealthcareApis/HealthcareApis/ChangeLog.md index c2306ee071ea..bde18e7e6a73 100644 --- a/src/HealthcareApis/HealthcareApis/ChangeLog.md +++ b/src/HealthcareApis/HealthcareApis/ChangeLog.md @@ -18,6 +18,8 @@ - Additional information about change #1 --> ## Upcoming Release + +## Version 1.1.0 * Updated the SDK version to 1.1.0 * Added support for Export settings and Managed Identity diff --git a/src/HealthcareApis/HealthcareApis/Properties/AssemblyInfo.cs b/src/HealthcareApis/HealthcareApis/Properties/AssemblyInfo.cs index 9f6f3d362519..26eb83984f2c 100644 --- a/src/HealthcareApis/HealthcareApis/Properties/AssemblyInfo.cs +++ b/src/HealthcareApis/HealthcareApis/Properties/AssemblyInfo.cs @@ -45,5 +45,5 @@ // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: // [assembly: AssemblyVersion("0.7.1")] -[assembly: AssemblyVersion("1.0.2")] -[assembly: AssemblyFileVersion("1.0.2")] +[assembly: AssemblyVersion("1.1.0")] +[assembly: AssemblyFileVersion("1.1.0")] diff --git a/src/ImageBuilder/Az.ImageBuilder.psd1 b/src/ImageBuilder/Az.ImageBuilder.psd1 index 94ab21b8caf3..71469d0bbcb4 100644 --- a/src/ImageBuilder/Az.ImageBuilder.psd1 +++ b/src/ImageBuilder/Az.ImageBuilder.psd1 @@ -10,7 +10,7 @@ PowerShellVersion = '5.1' DotNetFrameworkVersion = '4.7.2' RequiredAssemblies = './bin/Az.ImageBuilder.private.dll' - RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.8.1'; }) + RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.9.0'; }) FormatsToProcess = './Az.ImageBuilder.format.ps1xml' FunctionsToExport = 'Get-AzImageBuilderRunOutput', 'Get-AzImageBuilderTemplate', 'New-AzImageBuilderCustomizerObject', 'New-AzImageBuilderDistributorObject', 'New-AzImageBuilderSourceObject', 'New-AzImageBuilderTemplate', 'Remove-AzImageBuilderTemplate', 'Start-AzImageBuilderTemplate', 'Stop-AzImageBuilderTemplate' AliasesToExport = '*' diff --git a/src/ImportExport/Az.ImportExport.psd1 b/src/ImportExport/Az.ImportExport.psd1 index f53c46262ba1..7d5e9d1abf0d 100644 --- a/src/ImportExport/Az.ImportExport.psd1 +++ b/src/ImportExport/Az.ImportExport.psd1 @@ -10,7 +10,7 @@ PowerShellVersion = '5.1' DotNetFrameworkVersion = '4.7.2' RequiredAssemblies = './bin/Az.ImportExport.private.dll' - RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.8.1'; }) + RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.9.0'; }) FormatsToProcess = './Az.ImportExport.format.ps1xml' FunctionsToExport = 'Get-AzImportExport', 'Get-AzImportExportBitLockerKey', 'Get-AzImportExportLocation', 'New-AzImportExport', 'New-AzImportExportDriveListObject', 'Remove-AzImportExport', 'Update-AzImportExport' AliasesToExport = '*' diff --git a/src/IotCentral/IotCentral/Az.IotCentral.psd1 b/src/IotCentral/IotCentral/Az.IotCentral.psd1 index 3e237f78fc06..034b3c7e18f4 100644 --- a/src/IotCentral/IotCentral/Az.IotCentral.psd1 +++ b/src/IotCentral/IotCentral/Az.IotCentral.psd1 @@ -53,7 +53,7 @@ DotNetFrameworkVersion = '4.7.2' # ProcessorArchitecture = '' # Modules that must be imported into the global environment prior to importing this module -RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.8.1'; }) +RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.9.0'; }) # Assemblies that must be loaded prior to importing this module RequiredAssemblies = 'Microsoft.Azure.Management.IotCentral.dll' diff --git a/src/IotHub/IotHub/Az.IotHub.psd1 b/src/IotHub/IotHub/Az.IotHub.psd1 index 23db3e17051d..c3564c5efa1a 100644 --- a/src/IotHub/IotHub/Az.IotHub.psd1 +++ b/src/IotHub/IotHub/Az.IotHub.psd1 @@ -53,7 +53,7 @@ DotNetFrameworkVersion = '4.7.2' # ProcessorArchitecture = '' # Modules that must be imported into the global environment prior to importing this module -RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.8.1'; }) +RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.9.0'; }) # Assemblies that must be loaded prior to importing this module RequiredAssemblies = 'Microsoft.Azure.Management.IotHub.dll', diff --git a/src/KeyVault/KeyVault/Az.KeyVault.psd1 b/src/KeyVault/KeyVault/Az.KeyVault.psd1 index bde025ad8739..8ea8c5e8d1e3 100644 --- a/src/KeyVault/KeyVault/Az.KeyVault.psd1 +++ b/src/KeyVault/KeyVault/Az.KeyVault.psd1 @@ -53,7 +53,7 @@ DotNetFrameworkVersion = '4.7.2' # ProcessorArchitecture = '' # Modules that must be imported into the global environment prior to importing this module -RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.8.1'; }) +RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.9.0'; }) # Assemblies that must be loaded prior to importing this module RequiredAssemblies = 'Microsoft.Azure.KeyVault.dll', diff --git a/src/Kusto/Az.Kusto.psd1 b/src/Kusto/Az.Kusto.psd1 index a658b9bfd5d3..80d37a203584 100644 --- a/src/Kusto/Az.Kusto.psd1 +++ b/src/Kusto/Az.Kusto.psd1 @@ -51,7 +51,7 @@ DotNetFrameworkVersion = '4.7.2' # ProcessorArchitecture = '' # Modules that must be imported into the global environment prior to importing this module -RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.8.1'; }) +RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.9.0'; }) # Assemblies that must be loaded prior to importing this module RequiredAssemblies = './bin/Az.Kusto.private.dll' diff --git a/src/LogicApp/LogicApp/Az.LogicApp.psd1 b/src/LogicApp/LogicApp/Az.LogicApp.psd1 index 8eade9ebc758..2c900bf0654b 100644 --- a/src/LogicApp/LogicApp/Az.LogicApp.psd1 +++ b/src/LogicApp/LogicApp/Az.LogicApp.psd1 @@ -53,7 +53,7 @@ DotNetFrameworkVersion = '4.7.2' # ProcessorArchitecture = '' # Modules that must be imported into the global environment prior to importing this module -RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.8.1'; }) +RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.9.0'; }) # Assemblies that must be loaded prior to importing this module RequiredAssemblies = 'Microsoft.Azure.Management.Logic.dll' diff --git a/src/MachineLearning/MachineLearning/Az.MachineLearning.psd1 b/src/MachineLearning/MachineLearning/Az.MachineLearning.psd1 index 679827d3d479..6e1efcbebdf6 100644 --- a/src/MachineLearning/MachineLearning/Az.MachineLearning.psd1 +++ b/src/MachineLearning/MachineLearning/Az.MachineLearning.psd1 @@ -53,7 +53,7 @@ DotNetFrameworkVersion = '4.7.2' # ProcessorArchitecture = '' # Modules that must be imported into the global environment prior to importing this module -RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.8.1'; }) +RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.9.0'; }) # Assemblies that must be loaded prior to importing this module RequiredAssemblies = 'Microsoft.Azure.Management.MachineLearning.dll', diff --git a/src/Maintenance/Maintenance/Az.Maintenance.psd1 b/src/Maintenance/Maintenance/Az.Maintenance.psd1 index 7cff46d255ec..22458b0e550b 100644 --- a/src/Maintenance/Maintenance/Az.Maintenance.psd1 +++ b/src/Maintenance/Maintenance/Az.Maintenance.psd1 @@ -53,7 +53,7 @@ DotNetFrameworkVersion = '4.7.2' # ProcessorArchitecture = '' # Modules that must be imported into the global environment prior to importing this module -RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.8.1'; }) +RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.9.0'; }) # Assemblies that must be loaded prior to importing this module RequiredAssemblies = 'AutoMapper.dll', 'Microsoft.Azure.Management.Maintenance.dll' diff --git a/src/ManagedServiceIdentity/ManagedServiceIdentity/Az.ManagedServiceIdentity.psd1 b/src/ManagedServiceIdentity/ManagedServiceIdentity/Az.ManagedServiceIdentity.psd1 index 0fa49ea811ff..c5c937322751 100644 --- a/src/ManagedServiceIdentity/ManagedServiceIdentity/Az.ManagedServiceIdentity.psd1 +++ b/src/ManagedServiceIdentity/ManagedServiceIdentity/Az.ManagedServiceIdentity.psd1 @@ -53,7 +53,7 @@ DotNetFrameworkVersion = '4.7.2' # ProcessorArchitecture = '' # Modules that must be imported into the global environment prior to importing this module -RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.8.1'; }) +RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.9.0'; }) # Assemblies that must be loaded prior to importing this module RequiredAssemblies = 'Microsoft.Azure.Management.ManagedServiceIdentity.dll' diff --git a/src/ManagedServices/ManagedServices/Az.ManagedServices.psd1 b/src/ManagedServices/ManagedServices/Az.ManagedServices.psd1 index be69bda29274..1c9c1d7be951 100644 --- a/src/ManagedServices/ManagedServices/Az.ManagedServices.psd1 +++ b/src/ManagedServices/ManagedServices/Az.ManagedServices.psd1 @@ -51,7 +51,7 @@ DotNetFrameworkVersion = '4.7.2' # ProcessorArchitecture = '' # Modules that must be imported into the global environment prior to importing this module -RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.8.1'; }) +RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.9.0'; }) # Assemblies that must be loaded prior to importing this module RequiredAssemblies = 'Microsoft.Azure.Management.ManagedServices.dll' diff --git a/src/ManagementPartner/ManagementPartner/Az.ManagementPartner.psd1 b/src/ManagementPartner/ManagementPartner/Az.ManagementPartner.psd1 index 8b1b9365da57..8720fe2b229b 100644 --- a/src/ManagementPartner/ManagementPartner/Az.ManagementPartner.psd1 +++ b/src/ManagementPartner/ManagementPartner/Az.ManagementPartner.psd1 @@ -51,7 +51,7 @@ DotNetFrameworkVersion = '4.7.2' # ProcessorArchitecture = '' # Modules that must be imported into the global environment prior to importing this module -RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.8.1'; }) +RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.9.0'; }) # Assemblies that must be loaded prior to importing this module RequiredAssemblies = 'Microsoft.Azure.Management.ManagementPartner.dll' diff --git a/src/Maps/Maps/Az.Maps.psd1 b/src/Maps/Maps/Az.Maps.psd1 index 183f10cf0233..3bd364d582ed 100644 --- a/src/Maps/Maps/Az.Maps.psd1 +++ b/src/Maps/Maps/Az.Maps.psd1 @@ -53,7 +53,7 @@ DotNetFrameworkVersion = '4.7.2' # ProcessorArchitecture = '' # Modules that must be imported into the global environment prior to importing this module -RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.8.1'; }) +RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.9.0'; }) # Assemblies that must be loaded prior to importing this module RequiredAssemblies = 'Microsoft.Azure.Management.Maps.dll' diff --git a/src/MariaDb/Az.MariaDb.psd1 b/src/MariaDb/Az.MariaDb.psd1 index 67df50bbe3d3..21c8a14eaa59 100644 --- a/src/MariaDb/Az.MariaDb.psd1 +++ b/src/MariaDb/Az.MariaDb.psd1 @@ -51,7 +51,7 @@ DotNetFrameworkVersion = '4.7.2' # ProcessorArchitecture = '' # Modules that must be imported into the global environment prior to importing this module -RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.8.1'; }) +RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.9.0'; }) # Assemblies that must be loaded prior to importing this module RequiredAssemblies = './bin/Az.MariaDb.private.dll' diff --git a/src/Marketplace/Marketplace/Az.Marketplace.psd1 b/src/Marketplace/Marketplace/Az.Marketplace.psd1 index 02c62cf3eb7d..c47ae94b3247 100644 --- a/src/Marketplace/Marketplace/Az.Marketplace.psd1 +++ b/src/Marketplace/Marketplace/Az.Marketplace.psd1 @@ -53,7 +53,7 @@ DotNetFrameworkVersion = '4.7.2' # ProcessorArchitecture = '' # Modules that must be imported into the global environment prior to importing this module -RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.8.1'; }) +RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.9.0'; }) # Assemblies that must be loaded prior to importing this module RequiredAssemblies = 'Microsoft.Azure.Management.Marketplace.dll' diff --git a/src/MarketplaceOrdering/MarketplaceOrdering/Az.MarketplaceOrdering.psd1 b/src/MarketplaceOrdering/MarketplaceOrdering/Az.MarketplaceOrdering.psd1 index 2cf02116970b..514353a376b3 100644 --- a/src/MarketplaceOrdering/MarketplaceOrdering/Az.MarketplaceOrdering.psd1 +++ b/src/MarketplaceOrdering/MarketplaceOrdering/Az.MarketplaceOrdering.psd1 @@ -53,7 +53,7 @@ DotNetFrameworkVersion = '4.7.2' # ProcessorArchitecture = '' # Modules that must be imported into the global environment prior to importing this module -RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.8.1'; }) +RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.9.0'; }) # Assemblies that must be loaded prior to importing this module RequiredAssemblies = 'Microsoft.Azure.Management.MarketplaceOrdering.dll' diff --git a/src/Media/Media/Az.Media.psd1 b/src/Media/Media/Az.Media.psd1 index eef0cf143abe..e92e21dcbbca 100644 --- a/src/Media/Media/Az.Media.psd1 +++ b/src/Media/Media/Az.Media.psd1 @@ -53,7 +53,7 @@ DotNetFrameworkVersion = '4.7.2' # ProcessorArchitecture = '' # Modules that must be imported into the global environment prior to importing this module -RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.8.1'; }) +RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.9.0'; }) # Assemblies that must be loaded prior to importing this module RequiredAssemblies = 'Microsoft.Azure.Management.Media.dll' diff --git a/src/MixedReality/MixedReality/Az.MixedReality.psd1 b/src/MixedReality/MixedReality/Az.MixedReality.psd1 index 1297edcd8cdb..34f49925289a 100644 --- a/src/MixedReality/MixedReality/Az.MixedReality.psd1 +++ b/src/MixedReality/MixedReality/Az.MixedReality.psd1 @@ -53,7 +53,7 @@ DotNetFrameworkVersion = '4.7.2' # ProcessorArchitecture = '' # Modules that must be imported into the global environment prior to importing this module -RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.8.1'; }) +RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.9.0'; }) # Assemblies that must be loaded prior to importing this module RequiredAssemblies = 'Microsoft.Azure.Management.MixedReality.dll' diff --git a/src/Monitor/Monitor/Az.Monitor.psd1 b/src/Monitor/Monitor/Az.Monitor.psd1 index 9af8fecf5165..9b4429207d88 100644 --- a/src/Monitor/Monitor/Az.Monitor.psd1 +++ b/src/Monitor/Monitor/Az.Monitor.psd1 @@ -3,7 +3,7 @@ # # Generated by: Microsoft Corporation # -# Generated on: 5/13/2020 +# Generated on: 6/17/2020 # @{ @@ -12,7 +12,7 @@ # RootModule = '' # Version number of this module. -ModuleVersion = '2.0.0' +ModuleVersion = '2.0.1' # Supported PSEditions CompatiblePSEditions = 'Core', 'Desktop' @@ -53,7 +53,7 @@ DotNetFrameworkVersion = '4.7.2' # ProcessorArchitecture = '' # Modules that must be imported into the global environment prior to importing this module -RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.8.1'; }) +RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.9.0'; }) # Assemblies that must be loaded prior to importing this module RequiredAssemblies = 'Microsoft.Azure.Management.Monitor.dll', 'AutoMapper.dll' @@ -142,13 +142,8 @@ PrivateData = @{ # IconUri = '' # ReleaseNotes of this module - ReleaseNotes = '* Fixed bug for ''Set-AzDiagnosticSettings'', retention policy won''t apply to all categories [#11589] -* Supported WebTest availability criteria for metric alert V2 - - ''New-AzMetricAlertRuleV2Criteria'': an option to create webtest availability criteria was added - - ''Add-AzMetricAlertRuleV2'': supports the new webtest availability criteria -* Removed redundant definition for RetentionPolicy in PSLogProfile [#7608] -* Removed redundant properties difined in PSEventData [#11353] -* Renamed ''Get-AzLog'' to ''Get-AzActivityLog''' + ReleaseNotes = '* Fixed input object parameter for ''Set-AzActivityLogAlert'' +* Fixed ''InputObject'' parameter for ''Set-AzActionGroup'' [#10868]' # Prerelease string of this module # Prerelease = '' diff --git a/src/Monitor/Monitor/ChangeLog.md b/src/Monitor/Monitor/ChangeLog.md index d367380a72ba..b9bf9ba9433d 100644 --- a/src/Monitor/Monitor/ChangeLog.md +++ b/src/Monitor/Monitor/ChangeLog.md @@ -19,6 +19,8 @@ --> ## Upcoming Release + +## Version 2.0.1 * Fixed input object parameter for `Set-AzActivityLogAlert` * Fixed `InputObject` parameter for `Set-AzActionGroup` [#10868] diff --git a/src/Monitor/Monitor/Properties/AssemblyInfo.cs b/src/Monitor/Monitor/Properties/AssemblyInfo.cs index 4fce3fe6bf25..fe97bd98a295 100644 --- a/src/Monitor/Monitor/Properties/AssemblyInfo.cs +++ b/src/Monitor/Monitor/Properties/AssemblyInfo.cs @@ -24,5 +24,5 @@ [assembly: ComVisible(false)] [assembly: CLSCompliant(false)] [assembly: Guid("ed102280-3577-49bf-93dd-11b6e3a44a57")] -[assembly: AssemblyVersion("2.0.0")] -[assembly: AssemblyFileVersion("2.0.0")] +[assembly: AssemblyVersion("2.0.1")] +[assembly: AssemblyFileVersion("2.0.1")] diff --git a/src/MySql/Az.MySql.psd1 b/src/MySql/Az.MySql.psd1 index fa7ec59cb616..3745b6eda476 100644 --- a/src/MySql/Az.MySql.psd1 +++ b/src/MySql/Az.MySql.psd1 @@ -51,7 +51,7 @@ DotNetFrameworkVersion = '4.7.2' # ProcessorArchitecture = '' # Modules that must be imported into the global environment prior to importing this module -RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.8.1'; }) +RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.9.0'; }) # Assemblies that must be loaded prior to importing this module RequiredAssemblies = './bin/Az.MySql.private.dll' diff --git a/src/NetAppFiles/NetAppFiles/Az.NetAppFiles.psd1 b/src/NetAppFiles/NetAppFiles/Az.NetAppFiles.psd1 index 94855d277c9d..86f8d0df6eab 100644 --- a/src/NetAppFiles/NetAppFiles/Az.NetAppFiles.psd1 +++ b/src/NetAppFiles/NetAppFiles/Az.NetAppFiles.psd1 @@ -53,7 +53,7 @@ DotNetFrameworkVersion = '4.7.2' # ProcessorArchitecture = '' # Modules that must be imported into the global environment prior to importing this module -RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.8.1'; }) +RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.9.0'; }) # Assemblies that must be loaded prior to importing this module RequiredAssemblies = 'Microsoft.Azure.Management.NetApp.dll' diff --git a/src/Network/Network.Test/Network.Test.csproj b/src/Network/Network.Test/Network.Test.csproj index 9269a5b96d70..772200db410d 100644 --- a/src/Network/Network.Test/Network.Test.csproj +++ b/src/Network/Network.Test/Network.Test.csproj @@ -23,6 +23,10 @@ + + + + @@ -35,4 +39,8 @@ + + + + diff --git a/src/Network/Network.Test/ScenarioTests/ApplicationGatewayTests.cs b/src/Network/Network.Test/ScenarioTests/ApplicationGatewayTests.cs index 82063c72bac1..0838041a9d1a 100644 --- a/src/Network/Network.Test/ScenarioTests/ApplicationGatewayTests.cs +++ b/src/Network/Network.Test/ScenarioTests/ApplicationGatewayTests.cs @@ -145,5 +145,13 @@ public void TestApplicationGatewayWithPrivateLinkConfiguration() { TestRunner.RunTestScript(string.Format("Test-ApplicationGatewayWithPrivateLinkConfiguration -baseDir '{0}'", AppDomain.CurrentDomain.BaseDirectory)); } + + [Fact] + [Trait(Category.AcceptanceType, Category.CheckIn)] + [Trait(Category.Owner, NrpTeamAlias.nvadev_subset1)] + public void TestApplicationGatewayPrivateEndpointConnectionsWorkFlows() + { + TestRunner.RunTestScript(string.Format("Test-ApplicationGatewayPrivateEndpointWorkFlows -baseDir '{0}'", AppDomain.CurrentDomain.BaseDirectory)); + } } } diff --git a/src/Network/Network.Test/ScenarioTests/ApplicationGatewayTests.ps1 b/src/Network/Network.Test/ScenarioTests/ApplicationGatewayTests.ps1 index e202f4b6b345..2ae19d98c70d 100644 --- a/src/Network/Network.Test/ScenarioTests/ApplicationGatewayTests.ps1 +++ b/src/Network/Network.Test/ScenarioTests/ApplicationGatewayTests.ps1 @@ -2946,3 +2946,174 @@ function Test-ApplicationGatewayWithPrivateLinkConfiguration Clean-ResourceGroup $rgname } } + +function Test-ApplicationGatewayPrivateEndpointWorkFlows +{ + param + ( + $basedir = "./" + ) + + # Setup + $location = Get-ProviderLocation "Microsoft.Network/applicationGateways" "westus2" + + $rgname = Get-ResourceGroupName + $appgwName = Get-ResourceName + $vnetName = Get-ResourceName + $gwSubnetName = Get-ResourceName + $plsSubnetName = Get-ResourceName + $publicIpName = Get-ResourceName + $gipconfigname = Get-ResourceName + + $frontendPort01Name = Get-ResourceName + $fipconfigName = Get-ResourceName + $listener01Name = Get-ResourceName + + $poolName = Get-ResourceName + $trustedRootCertName = Get-ResourceName + $poolSetting01Name = Get-ResourceName + + $rule01Name = Get-ResourceName + + $probeHttpName = Get-ResourceName + + $privateLinkIpConfigName = Get-ResourceName + $privateLinkConfigName = Get-ResourceName + + $peRgName = Get-ResourceGroupName + $peVnetName = Get-ResourceName + $peSubnetName = Get-ResourceName + $peName = Get-ResourceName + $peConnName = Get-ResourceName + + try + { + # Create the appgw resource group + $resourceGroup = New-AzResourceGroup -Name $rgname -Location $location -Tags @{ testtag = "APPGw tag"} + # Create the Virtual Network + $gwSubnet = New-AzVirtualNetworkSubnetConfig -Name $gwSubnetName -AddressPrefix 10.0.0.0/24 -PrivateLinkServiceNetworkPoliciesFlag "Disabled" + $plsSubnet = New-AzVirtualNetworkSubnetConfig -Name $plsSubnetName -AddressPrefix 10.0.1.0/24 -PrivateLinkServiceNetworkPoliciesFlag "Disabled" + $vnet = New-AzVirtualNetwork -Name $vnetName -ResourceGroupName $rgname -Location $location -AddressPrefix 10.0.0.0/16 -Subnet $gwSubnet, $plsSubnet + $vnet = Get-AzVirtualNetwork -Name $vnetName -ResourceGroupName $rgname + $gwSubnet = Get-AzVirtualNetworkSubnetConfig -Name $gwSubnetName -VirtualNetwork $vnet + $plsSubnet = Get-AzVirtualNetworkSubnetConfig -Name $plsSubnetName -VirtualNetwork $vnet + + # Create public ip + $publicip = New-AzPublicIpAddress -ResourceGroupName $rgname -name $publicIpName -location $location -AllocationMethod Static -sku Standard + + # Create ip configuration + $gipconfig = New-AzApplicationGatewayIPConfiguration -Name $gipconfigname -Subnet $gwSubnet + + # private link configuration + $privateLinkIpConfiguration = New-AzApplicationGatewayPrivateLinkIpConfiguration -Name $privateLinkIpConfigName -Subnet $plsSubnet -Primary + $privateLinkConfiguration = New-AzApplicationGatewayPrivateLinkConfiguration -Name $privateLinkConfigName -IpConfiguration $privateLinkIpConfiguration + + $fipconfig = New-AzApplicationGatewayFrontendIPConfig -Name $fipconfigName -PublicIPAddress $publicip -PrivateLinkConfiguration $privateLinkConfiguration + $fp01 = New-AzApplicationGatewayFrontendPort -Name $frontendPort01Name  -Port 80 + $listener01 = New-AzApplicationGatewayHttpListener -Name $listener01Name -Protocol Http -FrontendIPConfiguration $fipconfig -FrontendPort $fp01 + + # backend part + # trusted root cert part + $certFilePath = $basedir + "/ScenarioTests/Data/ApplicationGatewayAuthCert.cer" + $trustedRoot01 = New-AzApplicationGatewayTrustedRootCertificate -Name $trustedRootCertName -CertificateFile $certFilePath + $pool = New-AzApplicationGatewayBackendAddressPool -Name $poolName -BackendIPAddresses www.microsoft.com, www.bing.com + $probeHttp = New-AzApplicationGatewayProbeConfig -Name $probeHttpName -Protocol Https -HostName "probe.com" -Path "/path/path.htm" -Interval 89 -Timeout 88 -UnhealthyThreshold 8 -port 1234 + $poolSetting01 = New-AzApplicationGatewayBackendHttpSetting -Name $poolSetting01Name -Port 443 -Protocol Https -Probe $probeHttp -CookieBasedAffinity Enabled -PickHostNameFromBackendAddress -TrustedRootCertificate $trustedRoot01 + + #rule + $rule01 = New-AzApplicationGatewayRequestRoutingRule -Name $rule01Name -RuleType basic -BackendHttpSettings $poolSetting01 -HttpListener $listener01 -BackendAddressPool $pool + + # sku + $sku = New-AzApplicationGatewaySku -Name Standard_v2 -Tier Standard_v2 + + # autoscale configuration + $autoscaleConfig = New-AzApplicationGatewayAutoscaleConfiguration -MinCapacity 3 + + # Create Application Gateway + $appgw = New-AzApplicationGateway -Name $appgwName -ResourceGroupName $rgname -Zone 1,2 -Location $location -Probes $probeHttp -BackendAddressPools $pool -BackendHttpSettingsCollection $poolSetting01 -FrontendIpConfigurations $fipconfig -GatewayIpConfigurations $gipconfig -FrontendPorts $fp01 -HttpListeners $listener01 -RequestRoutingRules $rule01 -Sku $sku -TrustedRootCertificate $trustedRoot01 -AutoscaleConfiguration $autoscaleConfig -PrivateLinkConfiguration $privateLinkConfiguration + + # Get Application Gateway + $getgw = Get-AzApplicationGateway -Name $appgwName -ResourceGroupName $rgname + + # Operational State + Assert-AreEqual "Running" $getgw.OperationalState + + # Verify PrivateLink Configuration + Assert-NotNull $getgw.PrivateLinkConfigurations + Assert-AreEqual 1 $getgw.PrivateLinkConfigurations.Count + $getPrivateLinkConfig = Get-AzApplicationGatewayPrivateLinkConfiguration -Name $privateLinkConfigName -ApplicationGateway $getgw + Assert-NotNull $getPrivateLinkConfig + Assert-AreEqual $getPrivateLinkConfig.IpConfigurations.Count 1 + + # Get Private Link Resource + $privateLinkResource = Get-AzPrivateLinkResource -PrivateLinkResourceId $getgw.Id + Assert-AreEqual $privateLinkResource.Name $fipconfigName + Assert-AreEqual $privateLinkResource.GroupId $fipconfigName + + # Create the private endpoint resource group, vnet and subnet + $peRg = New-AzResourceGroup -Name $peRgName -Location $location -Tags @{ testtag = "APPGw PrivateEndpoint tag"} + $peSubnet = New-AzVirtualNetworkSubnetConfig -Name $peSubnetName -AddressPrefix 20.0.1.0/24 -PrivateEndpointNetworkPolicies "Disabled" + $peVnet = New-AzVirtualNetwork -Name $peVnetName -ResourceGroupName $peRgName -Location $location -AddressPrefix 20.0.0.0/16 -Subnet $peSubnet + $peVnet = Get-AzVirtualNetwork -Name $peVnetName -ResourceGroupName $peRgName + $peSubnet = Get-AzVirtualNetworkSubnetConfig -Name $peSubnetName -VirtualNetwork $peVnet + + # Set Private Endpoint Connection in memory + $connection = New-AzPrivateLinkServiceConnection -Name $peConnName -PrivateLinkServiceId $getgw.Id -GroupId $privateLinkResource.GroupId + $privateEndpoint = New-AzPrivateEndpoint -ResourceGroupName $peRgName -Name $peName -Location $location -Subnet $peSubnet -PrivateLinkServiceConnection $connection -ByManualRequest + + # Get Private Endpoint and verify + $privateEndpoint = Get-AzPrivateEndpoint -ResourceGroupName $peRgName -Name $peName + Assert-AreEqual "Succeeded" $privateEndpoint.ProvisioningState + + # Verify PrivateEndpointConnections using appgw Id + $connection = Get-AzPrivateEndpointConnection -PrivateLinkResourceId $getgw.Id + Assert-AreEqual 1 $connection.Count + Assert-NotNull $connection.PrivateEndpoint + Assert-NotNull $connection.PrivateLinkServiceConnectionState + Assert-AreEqual $privateEndpoint.Id $connection.PrivateEndpoint.Id + Assert-AreEqual "Pending" $connection.PrivateLinkServiceConnectionState.Status + + # Verify PrivateEndpointConnections using connection Id + $connection = Get-AzPrivateEndpointConnection -ResourceId $connection.Id + Assert-NotNull $connection.PrivateEndpoint + Assert-NotNull $connection.PrivateLinkServiceConnectionState + Assert-AreEqual $privateEndpoint.Id $connection.PrivateEndpoint.Id + Assert-AreEqual "Pending" $connection.PrivateLinkServiceConnectionState.Status + + # Verify PrivateEndpointConnections on Application Gateway + $getgw = Get-AzApplicationGateway -Name $appgwName -ResourceGroupName $rgname + Assert-AreEqual 1 $getgw.PrivateEndpointConnections.Count + $connection = $getgw.PrivateEndpointConnections + + # Approve Connection + $approve = Approve-AzPrivateEndpointConnection -ResourceId $connection.Id + Assert-NotNull $approve; + Assert-AreEqual "Approved" $approve.PrivateLinkServiceConnectionState.Status + Start-Sleep -s 30 + + # Deny Connection + $deny = Deny-AzPrivateEndpointConnection -ResourceId $connection.Id + Assert-NotNull $deny; + Assert-AreEqual "Rejected" $deny.PrivateLinkServiceConnectionState.Status + Start-Sleep -s 30 + + # Remove Connection + $remove = Remove-AzPrivateEndpointConnection -ResourceId $connection.Id -Force + Start-Sleep -s 30 + + # Verify PrivateEndpointConnections on Application Gateway + $getgw = Get-AzApplicationGateway -Name $appgwName -ResourceGroupName $rgname + Assert-AreEqual 0 $getgw.PrivateEndpointConnections.Count + + # Delete Application Gateway + Remove-AzApplicationGateway -Name $appgwName -ResourceGroupName $rgname -Force + } + finally + { + # Cleanup + Clean-ResourceGroup $peRgName + + # Cleanup + Clean-ResourceGroup $rgname + } +} diff --git a/src/Network/Network.Test/ScenarioTests/NetworkVirtualApplianceTests.cs b/src/Network/Network.Test/ScenarioTests/NetworkVirtualApplianceTests.cs new file mode 100644 index 000000000000..edfc1201ca24 --- /dev/null +++ b/src/Network/Network.Test/ScenarioTests/NetworkVirtualApplianceTests.cs @@ -0,0 +1,44 @@ +// ---------------------------------------------------------------------------------- +// +// 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.Network.Test.ScenarioTests; +using Microsoft.WindowsAzure.Commands.ScenarioTest; +using Xunit; + +namespace Commands.Network.Test.ScenarioTests +{ + public class NetworkVirtualApplianceTests : NetworkTestRunner + { + public NetworkVirtualApplianceTests(Xunit.Abstractions.ITestOutputHelper output) + : base(output) + { + } + + [Fact] + [Trait(Category.AcceptanceType, Category.CheckIn)] + [Trait(Category.Owner, NrpTeamAlias.pgtm)] + public void TestNetworkVirtualApplianceCRUD() + { + TestRunner.RunTestScript(string.Format("Test-NetworkVirtualApplianceCRUD")); + } + + [Fact(Skip = "A bug is being fixed by Nfv-Rp team")] + [Trait(Category.AcceptanceType, Category.CheckIn)] + [Trait(Category.Owner, NrpTeamAlias.pgtm)] + public void TestVirtualApplianceSiteCRUD() + { + TestRunner.RunTestScript("Test-VirtualApplianceSiteCRUD"); + } + } +} diff --git a/src/Network/Network.Test/ScenarioTests/NetworkVirtualApplianceTests.ps1 b/src/Network/Network.Test/ScenarioTests/NetworkVirtualApplianceTests.ps1 new file mode 100644 index 000000000000..be68c39c4c86 --- /dev/null +++ b/src/Network/Network.Test/ScenarioTests/NetworkVirtualApplianceTests.ps1 @@ -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. +# ---------------------------------------------------------------------------------- + +function Check-CmdletReturnType +{ + param($cmdletName, $cmdletReturn) + + $cmdletData = Get-Command $cmdletName + Assert-NotNull $cmdletData + [array]$cmdletReturnTypes = $cmdletData.OutputType.Name | Foreach-Object { return ($_ -replace "Microsoft.Azure.Commands.Network.Models.","") } + [array]$cmdletReturnTypes = $cmdletReturnTypes | Foreach-Object { return ($_ -replace "System.","") } + $realReturnType = $cmdletReturn.GetType().Name -replace "Microsoft.Azure.Commands.Network.Models.","" + return $cmdletReturnTypes -contains $realReturnType +} + +<# +.SYNOPSIS +Test creating new NetworkVirtualAppliance +#> +function Test-NetworkVirtualApplianceCRUD +{ + $rgname = Get-ResourceGroupName + + # The commands are not supported in all regions yet. + $location = "eastus2" + $nvaname = Get-ResourceName + $wanname = Get-ResourceName + $hubname = Get-ResourceName + $resourceTypeParent = "Microsoft.Network/networkVirtualAppliance" + $vendor = "barracuda sdwan release" + $scaleunit = 1 + $version = 'latest' + $newasn = 1271 + $asn=1270 + $prefix = "10.0.0.0/16" + try{ + $resourceGroup = New-AzResourceGroup -Name $rgname -Location $location + $sku = New-AzVirtualApplianceSkuProperty -VendorName $vendor -BundledScaleUnit $scaleunit -MarketPlaceVersion $version + Assert-NotNull $sku + + $wan = New-AzVirtualWan -ResourceGroupName $rgname -Name $wanname -Location $location + $hub = New-AzVirtualHub -ResourceGroupName $rgname -Name $hubname -Location $location -VirtualWan $wan -AddressPrefix $prefix + $nva = New-AzNetworkVirtualAppliance -ResourceGroupName $rgname -Name $nvaname -Location $location -VirtualApplianceAsn $asn -VirtualHubId $hub.Id -Sku $sku -CloudInitConfiguration "echo hi" + Assert-NotNull $nva + + $getnva = Get-AzNetworkVirtualAppliance -ResourceGroupName $rgname -Name $nvaname + Assert-NotNull $getnva + + ## There is a bug in the update call in the nfvrp. The NfvRp team will record the powershell tests once fixed. + # $updatednva = Update-AzNetworkVirtualAppliance -ResourceGroupName $rgname -Name $nvaname -VirtualApplianceAsn $newasn -Force + # Assert-True { $updatednva.VirtualApplianceAsn -eq $newasn} + + $rmresult = Remove-AzNetworkVirtualAppliance -ResourceGroupName $rgname -Name $nvaname -Force -PassThru + Assert-True { $true } + } + finally{ + # Clean up. + Clean-ResourceGroup $rgname + } +} + +<# +.SYNOPSIS +Test creating new VirtualApplianceSite +#> +function Test-VirtualApplianceSiteCRUD +{ + $rgname = Get-ResourceGroupName + + # The commands are not supported in all regions yet. + $location = "eastus2" + $nvaname = Get-ResourceName + $wanname = Get-ResourceName + $hubname = Get-ResourceName + $sitename = Get-ResourceName + $resourceTypeParent = "Microsoft.Network/networkVirtualAppliance" + $vendor = "barracuda sdwan release" + $scaleunit = 1 + $version = 'latest' + $asn = 1270 + $prefix = "10.0.0.0/16" + $siteprefix = "10.0.1.0/24" + $newsiteprefix = "10.0.2.0/24" + try{ + $resourceGroup = New-AzResourceGroup -Name $rgname -Location $location + $sku = New-AzVirtualApplianceSkuProperty -VendorName $vendor -BundledScaleUnit $scaleunit -MarketPlaceVersion $version + Assert-NotNull $sku + + $wan = New-AzVirtualWan -ResourceGroupName $rgname -Name $wanname -Location $location + $hub = New-AzVirtualHub -ResourceGroupName $rgname -Name $hubname -Location $location -VirtualWan $wan -AddressPrefix $prefix + $nva = New-AzNetworkVirtualAppliance -ResourceGroupName $rgname -Name $nvaname -Location $location -VirtualApplianceAsn $asn -VirtualHubId /subscriptions/5e1e8156-5dec-452a-bfe5-6b6e0947c27a/resourceGroups/sliceTestRG/providers/Microsoft.Network/virtualHubs/sliceHub -Sku $sku -CloudInitConfiguration "echo hi" + $getnva = Get-AzNetworkVirtualAppliance -ResourceGroupName $rgname -Name $nvaname + + $o365Policy = New-AzOffice365PolicyProperty -Allow -Optimize + $site = New-AzVirtualApplianceSite -Name $sitename -ResourceGroupName $rgname -AddressPrefix $siteprefix -O365Policy $o365Policy -NetworkVirtualApplianceId $getnva.Id + $getsite = Get-AzVirtualApplianceSite -Name $sitename -ResourceGroupName $rgname -NetworkVirtualApplianceId $getnva.Id + $setsite = Update-AzVirtualApplianceSite -Name $sitename -ResourceGroupName $rgname -NetworkVirtualApplianceId $getnva.Id -AddressPrefix $newsiteprefix -Force + Remove-AzVirtualApplianceSite -Name $sitename -ResourceGroupName $rgname -NetworkVirtualApplianceId $getnva.Id -Force + Remove-AzNetworkVirtualAppliance -ResourceGroupName $rgname -Name $nvaname -Force + } + finally{ + # Clean up. + Clean-ResourceGroup $rgname + } +} + + diff --git a/src/Network/Network.Test/SessionRecords/Commands.Network.Test.ScenarioTests.ApplicationGatewayTests/TestApplicationGatewayPrivateEndpointConnectionsWorkFlows.json b/src/Network/Network.Test/SessionRecords/Commands.Network.Test.ScenarioTests.ApplicationGatewayTests/TestApplicationGatewayPrivateEndpointConnectionsWorkFlows.json new file mode 100644 index 000000000000..d3c4ac5e6130 --- /dev/null +++ b/src/Network/Network.Test/SessionRecords/Commands.Network.Test.ScenarioTests.ApplicationGatewayTests/TestApplicationGatewayPrivateEndpointConnectionsWorkFlows.json @@ -0,0 +1,9276 @@ +{ + "Entries": [ + { + "RequestUri": "/subscriptions/668f1741-ef48-4132-bf98-28b3a3d3f257/providers/Microsoft.Network?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjY4ZjE3NDEtZWY0OC00MTMyLWJmOTgtMjhiM2EzZDNmMjU3L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yaz9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "7299fa39-9690-4c1e-9fa8-951107f43e95" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.15" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11999" + ], + "x-ms-request-id": [ + "0710fed9-ea6a-4510-8093-55fbdbc81d59" + ], + "x-ms-correlation-request-id": [ + "0710fed9-ea6a-4510-8093-55fbdbc81d59" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200621T041629Z:0710fed9-ea6a-4510-8093-55fbdbc81d59" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Sun, 21 Jun 2020 04:16:28 GMT" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "73798" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/668f1741-ef48-4132-bf98-28b3a3d3f257/providers/Microsoft.Network\",\r\n \"namespace\": \"Microsoft.Network\",\r\n \"authorizations\": [\r\n {\r\n \"applicationId\": \"2cf9eb86-36b5-49dc-86ae-9a63135dfa8c\",\r\n \"roleDefinitionId\": \"13ba9ab4-19f0-4804-adc4-14ece36cc7a1\"\r\n },\r\n {\r\n \"applicationId\": \"7c33bfcb-8d33-48d6-8e60-dc6404003489\",\r\n \"roleDefinitionId\": \"ad6261e4-fa9a-4642-aa5f-104f1b67e9e3\"\r\n },\r\n {\r\n \"applicationId\": \"1e3e4475-288f-4018-a376-df66fd7fac5f\",\r\n \"roleDefinitionId\": \"1d538b69-3d87-4e56-8ff8-25786fd48261\"\r\n },\r\n {\r\n \"applicationId\": \"a0be0c72-870e-46f0-9c49-c98333a996f7\",\r\n \"roleDefinitionId\": \"7ce22727-ffce-45a9-930c-ddb2e56fa131\"\r\n },\r\n {\r\n \"applicationId\": \"486c78bf-a0f7-45f1-92fd-37215929e116\",\r\n \"roleDefinitionId\": \"98a9e526-0a60-4c1f-a33a-ae46e1f8dc0d\"\r\n },\r\n {\r\n \"applicationId\": \"19947cfd-0303-466c-ac3c-fcc19a7a1570\",\r\n \"roleDefinitionId\": \"d813ab6c-bfb7-413e-9462-005b21f0ce09\"\r\n },\r\n {\r\n \"applicationId\": \"341b7f3d-69b3-47f9-9ce7-5b7f4945fdbd\",\r\n \"roleDefinitionId\": \"8141843c-c51c-4c1e-a5bf-0d351594b86c\"\r\n },\r\n {\r\n \"applicationId\": \"328fd23b-de6e-462c-9433-e207470a5727\",\r\n \"roleDefinitionId\": \"79e29e06-4056-41e5-a6b2-959f1f47747e\"\r\n },\r\n {\r\n \"applicationId\": \"6d057c82-a784-47ae-8d12-ca7b38cf06b4\",\r\n \"roleDefinitionId\": \"c27dd31e-c1e5-4ab0-93e1-a12ba34f182e\"\r\n }\r\n ],\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-05-01\",\r\n \"2020-04-01\",\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\",\r\n \"2016-11-01\",\r\n \"2016-10-01\",\r\n \"2016-09-01\",\r\n \"2016-08-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-03-30\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\",\r\n \"2014-12-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"natGateways\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-05-01\",\r\n \"2020-04-01\",\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\"\r\n ],\r\n \"zoneMappings\": [\r\n {\r\n \"location\": \"East US 2\",\r\n \"zones\": [\r\n \"3\",\r\n \"2\",\r\n \"1\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Central US\",\r\n \"zones\": [\r\n \"3\",\r\n \"2\",\r\n \"1\"\r\n ]\r\n },\r\n {\r\n \"location\": \"West Europe\",\r\n \"zones\": [\r\n \"3\",\r\n \"2\",\r\n \"1\"\r\n ]\r\n },\r\n {\r\n \"location\": \"France Central\",\r\n \"zones\": [\r\n \"3\",\r\n \"2\",\r\n \"1\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Southeast Asia\",\r\n \"zones\": [\r\n \"3\",\r\n \"2\",\r\n \"1\"\r\n ]\r\n },\r\n {\r\n \"location\": \"West US 2\",\r\n \"zones\": [\r\n \"3\",\r\n \"2\",\r\n \"1\"\r\n ]\r\n },\r\n {\r\n \"location\": \"North Europe\",\r\n \"zones\": [\r\n \"3\",\r\n \"2\",\r\n \"1\"\r\n ]\r\n },\r\n {\r\n \"location\": \"East US\",\r\n \"zones\": [\r\n \"3\",\r\n \"2\",\r\n \"1\"\r\n ]\r\n },\r\n {\r\n \"location\": \"UK South\",\r\n \"zones\": [\r\n \"3\",\r\n \"2\",\r\n \"1\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Japan East\",\r\n \"zones\": [\r\n \"3\",\r\n \"2\",\r\n \"1\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Australia East\",\r\n \"zones\": []\r\n },\r\n {\r\n \"location\": \"South Africa North\",\r\n \"zones\": []\r\n },\r\n {\r\n \"location\": \"South Central US\",\r\n \"zones\": []\r\n },\r\n {\r\n \"location\": \"Canada Central\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"publicIPAddresses\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-05-01\",\r\n \"2020-04-01\",\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\",\r\n \"2016-11-01\",\r\n \"2016-10-01\",\r\n \"2016-09-01\",\r\n \"2016-08-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-03-30\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\",\r\n \"2014-12-01-preview\"\r\n ],\r\n \"zoneMappings\": [\r\n {\r\n \"location\": \"East US 2\",\r\n \"zones\": [\r\n \"3\",\r\n \"2\",\r\n \"1\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Central US\",\r\n \"zones\": [\r\n \"3\",\r\n \"2\",\r\n \"1\"\r\n ]\r\n },\r\n {\r\n \"location\": \"West Europe\",\r\n \"zones\": [\r\n \"3\",\r\n \"2\",\r\n \"1\"\r\n ]\r\n },\r\n {\r\n \"location\": \"France Central\",\r\n \"zones\": [\r\n \"3\",\r\n \"2\",\r\n \"1\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Southeast Asia\",\r\n \"zones\": [\r\n \"3\",\r\n \"2\",\r\n \"1\"\r\n ]\r\n },\r\n {\r\n \"location\": \"West US 2\",\r\n \"zones\": [\r\n \"3\",\r\n \"2\",\r\n \"1\"\r\n ]\r\n },\r\n {\r\n \"location\": \"North Europe\",\r\n \"zones\": [\r\n \"3\",\r\n \"2\",\r\n \"1\"\r\n ]\r\n },\r\n {\r\n \"location\": \"East US\",\r\n \"zones\": [\r\n \"3\",\r\n \"2\",\r\n \"1\"\r\n ]\r\n },\r\n {\r\n \"location\": \"UK South\",\r\n \"zones\": [\r\n \"3\",\r\n \"2\",\r\n \"1\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Japan East\",\r\n \"zones\": [\r\n \"3\",\r\n \"2\",\r\n \"1\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Australia East\",\r\n \"zones\": []\r\n },\r\n {\r\n \"location\": \"South Africa North\",\r\n \"zones\": []\r\n },\r\n {\r\n \"location\": \"South Central US\",\r\n \"zones\": []\r\n },\r\n {\r\n \"location\": \"Canada Central\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-05-01\",\r\n \"2020-04-01\",\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\",\r\n \"2016-11-01\",\r\n \"2016-10-01\",\r\n \"2016-09-01\",\r\n \"2016-08-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-03-30\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\",\r\n \"2014-12-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"privateEndpoints\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-05-01\",\r\n \"2020-04-01\",\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"privateEndpointRedirectMaps\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-05-01\",\r\n \"2020-04-01\",\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"loadBalancers\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-05-01\",\r\n \"2020-04-01\",\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\",\r\n \"2016-11-01\",\r\n \"2016-10-01\",\r\n \"2016-09-01\",\r\n \"2016-08-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-03-30\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\",\r\n \"2014-12-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-05-01\",\r\n \"2020-04-01\",\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\",\r\n \"2016-11-01\",\r\n \"2016-10-01\",\r\n \"2016-09-01\",\r\n \"2016-08-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-03-30\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\",\r\n \"2014-12-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"applicationSecurityGroups\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-05-01\",\r\n \"2020-04-01\",\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"serviceEndpointPolicies\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-05-01\",\r\n \"2020-04-01\",\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"networkIntentPolicies\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-05-01\",\r\n \"2020-04-01\",\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-05-01\",\r\n \"2020-04-01\",\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\",\r\n \"2016-11-01\",\r\n \"2016-10-01\",\r\n \"2016-09-01\",\r\n \"2016-08-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-03-30\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\",\r\n \"2014-12-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"publicIPPrefixes\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-05-01\",\r\n \"2020-04-01\",\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\"\r\n ],\r\n \"zoneMappings\": [\r\n {\r\n \"location\": \"East US 2\",\r\n \"zones\": [\r\n \"3\",\r\n \"2\",\r\n \"1\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Central US\",\r\n \"zones\": [\r\n \"3\",\r\n \"2\",\r\n \"1\"\r\n ]\r\n },\r\n {\r\n \"location\": \"West Europe\",\r\n \"zones\": [\r\n \"3\",\r\n \"2\",\r\n \"1\"\r\n ]\r\n },\r\n {\r\n \"location\": \"France Central\",\r\n \"zones\": [\r\n \"3\",\r\n \"2\",\r\n \"1\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Southeast Asia\",\r\n \"zones\": [\r\n \"3\",\r\n \"2\",\r\n \"1\"\r\n ]\r\n },\r\n {\r\n \"location\": \"West US 2\",\r\n \"zones\": [\r\n \"3\",\r\n \"2\",\r\n \"1\"\r\n ]\r\n },\r\n {\r\n \"location\": \"North Europe\",\r\n \"zones\": [\r\n \"3\",\r\n \"2\",\r\n \"1\"\r\n ]\r\n },\r\n {\r\n \"location\": \"East US\",\r\n \"zones\": [\r\n \"3\",\r\n \"2\",\r\n \"1\"\r\n ]\r\n },\r\n {\r\n \"location\": \"UK South\",\r\n \"zones\": [\r\n \"3\",\r\n \"2\",\r\n \"1\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Japan East\",\r\n \"zones\": [\r\n \"3\",\r\n \"2\",\r\n \"1\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Australia East\",\r\n \"zones\": []\r\n },\r\n {\r\n \"location\": \"South Africa North\",\r\n \"zones\": []\r\n },\r\n {\r\n \"location\": \"South Central US\",\r\n \"zones\": []\r\n },\r\n {\r\n \"location\": \"Canada Central\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"ddosCustomPolicies\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-05-01\",\r\n \"2020-04-01\",\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"networkWatchers\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-05-01\",\r\n \"2020-04-01\",\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\",\r\n \"2016-11-01\",\r\n \"2016-10-01\",\r\n \"2016-09-01\",\r\n \"2016-08-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-03-30\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"networkWatchers/connectionMonitors\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-05-01\",\r\n \"2020-04-01\",\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"networkWatchers/flowLogs\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-05-01\",\r\n \"2020-04-01\",\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"networkWatchers/pingMeshes\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-05-01\",\r\n \"2020-04-01\",\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworkGateways\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-05-01\",\r\n \"2020-04-01\",\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\",\r\n \"2016-11-01\",\r\n \"2016-10-01\",\r\n \"2016-09-01\",\r\n \"2016-08-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-03-30\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\",\r\n \"2014-12-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"localNetworkGateways\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-05-01\",\r\n \"2020-04-01\",\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\",\r\n \"2016-11-01\",\r\n \"2016-10-01\",\r\n \"2016-09-01\",\r\n \"2016-08-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-03-30\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\",\r\n \"2014-12-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"connections\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-05-01\",\r\n \"2020-04-01\",\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\",\r\n \"2016-11-01\",\r\n \"2016-10-01\",\r\n \"2016-09-01\",\r\n \"2016-08-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-03-30\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\",\r\n \"2014-12-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"applicationGateways\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-05-01\",\r\n \"2020-04-01\",\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\",\r\n \"2016-11-01\",\r\n \"2016-10-01\",\r\n \"2016-09-01\",\r\n \"2016-08-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-03-30\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\",\r\n \"2014-12-01-preview\"\r\n ],\r\n \"zoneMappings\": [\r\n {\r\n \"location\": \"East US 2\",\r\n \"zones\": [\r\n \"3\",\r\n \"2\",\r\n \"1\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Central US\",\r\n \"zones\": [\r\n \"3\",\r\n \"2\",\r\n \"1\"\r\n ]\r\n },\r\n {\r\n \"location\": \"West Europe\",\r\n \"zones\": [\r\n \"3\",\r\n \"2\",\r\n \"1\"\r\n ]\r\n },\r\n {\r\n \"location\": \"France Central\",\r\n \"zones\": [\r\n \"3\",\r\n \"2\",\r\n \"1\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Southeast Asia\",\r\n \"zones\": [\r\n \"3\",\r\n \"2\",\r\n \"1\"\r\n ]\r\n },\r\n {\r\n \"location\": \"West US 2\",\r\n \"zones\": [\r\n \"3\",\r\n \"2\",\r\n \"1\"\r\n ]\r\n },\r\n {\r\n \"location\": \"North Europe\",\r\n \"zones\": [\r\n \"3\",\r\n \"2\",\r\n \"1\"\r\n ]\r\n },\r\n {\r\n \"location\": \"East US\",\r\n \"zones\": [\r\n \"3\",\r\n \"2\",\r\n \"1\"\r\n ]\r\n },\r\n {\r\n \"location\": \"UK South\",\r\n \"zones\": [\r\n \"3\",\r\n \"2\",\r\n \"1\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Japan East\",\r\n \"zones\": [\r\n \"3\",\r\n \"2\",\r\n \"1\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Australia East\",\r\n \"zones\": []\r\n },\r\n {\r\n \"location\": \"South Africa North\",\r\n \"zones\": []\r\n },\r\n {\r\n \"location\": \"South Central US\",\r\n \"zones\": []\r\n },\r\n {\r\n \"location\": \"Canada Central\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"applicationGatewayWebApplicationFirewallPolicies\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-05-01\",\r\n \"2020-04-01\",\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-05-01\",\r\n \"2020-04-01\",\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\",\r\n \"2016-11-01\",\r\n \"2016-10-01\",\r\n \"2016-09-01\",\r\n \"2016-08-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-03-30\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\",\r\n \"2014-12-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-05-01\",\r\n \"2020-04-01\",\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\",\r\n \"2016-11-01\",\r\n \"2016-10-01\",\r\n \"2016-09-01\",\r\n \"2016-08-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-03-30\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\",\r\n \"2014-12-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operationResults\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-05-01\",\r\n \"2020-04-01\",\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\",\r\n \"2016-11-01\",\r\n \"2016-10-01\",\r\n \"2016-09-01\",\r\n \"2016-08-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-03-30\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\",\r\n \"2014-12-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/CheckDnsNameAvailability\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-05-01\",\r\n \"2020-04-01\",\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\",\r\n \"2016-11-01\",\r\n \"2016-10-01\",\r\n \"2016-09-01\",\r\n \"2016-08-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-03-30\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\",\r\n \"2014-12-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/usages\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-05-01\",\r\n \"2020-04-01\",\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\",\r\n \"2016-11-01\",\r\n \"2016-10-01\",\r\n \"2016-09-01\",\r\n \"2016-08-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-03-30\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\",\r\n \"2014-12-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/virtualNetworkAvailableEndpointServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-05-01\",\r\n \"2020-04-01\",\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/availableDelegations\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-05-01\",\r\n \"2020-04-01\",\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/serviceTags\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-05-01\",\r\n \"2020-04-01\",\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/availablePrivateEndpointTypes\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-05-01\",\r\n \"2020-04-01\",\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/availableServiceAliases\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-05-01\",\r\n \"2020-04-01\",\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/checkPrivateLinkServiceVisibility\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-05-01\",\r\n \"2020-04-01\",\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/autoApprovedPrivateLinkServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-05-01\",\r\n \"2020-04-01\",\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/batchValidatePrivateEndpointsForResourceMove\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-05-01\",\r\n \"2020-04-01\",\r\n \"2020-03-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/batchNotifyPrivateEndpointsForResourceMove\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-05-01\",\r\n \"2020-04-01\",\r\n \"2020-03-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/supportedVirtualMachineSizes\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-05-01\",\r\n \"2020-04-01\",\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/checkAcceleratedNetworkingSupport\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-05-01\",\r\n \"2020-04-01\",\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/validateResourceOwnership\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-05-01\",\r\n \"2020-04-01\",\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/setResourceOwnership\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-05-01\",\r\n \"2020-04-01\",\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/effectiveResourceOwnership\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-05-01\",\r\n \"2020-04-01\",\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-05-01\",\r\n \"2020-04-01\",\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\",\r\n \"2016-11-01\",\r\n \"2016-10-01\",\r\n \"2016-09-01\",\r\n \"2016-08-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-03-30\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\",\r\n \"2014-12-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"dnszones\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-05-01\",\r\n \"2018-03-01-preview\",\r\n \"2017-10-01\",\r\n \"2017-09-15-preview\",\r\n \"2017-09-01\",\r\n \"2016-04-01\",\r\n \"2015-05-04-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"dnsOperationResults\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-05-01\",\r\n \"2018-03-01-preview\",\r\n \"2017-10-01\",\r\n \"2017-09-15-preview\",\r\n \"2017-09-01\",\r\n \"2016-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"dnsOperationStatuses\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-05-01\",\r\n \"2018-03-01-preview\",\r\n \"2017-10-01\",\r\n \"2017-09-15-preview\",\r\n \"2017-09-01\",\r\n \"2016-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"getDnsResourceReference\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"internalNotify\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"dnszones/A\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-05-01\",\r\n \"2018-03-01-preview\",\r\n \"2017-10-01\",\r\n \"2017-09-15-preview\",\r\n \"2017-09-01\",\r\n \"2016-04-01\",\r\n \"2015-05-04-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"dnszones/AAAA\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-05-01\",\r\n \"2018-03-01-preview\",\r\n \"2017-10-01\",\r\n \"2017-09-15-preview\",\r\n \"2017-09-01\",\r\n \"2016-04-01\",\r\n \"2015-05-04-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"dnszones/CNAME\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-05-01\",\r\n \"2018-03-01-preview\",\r\n \"2017-10-01\",\r\n \"2017-09-15-preview\",\r\n \"2017-09-01\",\r\n \"2016-04-01\",\r\n \"2015-05-04-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"dnszones/PTR\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-05-01\",\r\n \"2018-03-01-preview\",\r\n \"2017-10-01\",\r\n \"2017-09-15-preview\",\r\n \"2017-09-01\",\r\n \"2016-04-01\",\r\n \"2015-05-04-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"dnszones/MX\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-05-01\",\r\n \"2018-03-01-preview\",\r\n \"2017-10-01\",\r\n \"2017-09-15-preview\",\r\n \"2017-09-01\",\r\n \"2016-04-01\",\r\n \"2015-05-04-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"dnszones/TXT\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-05-01\",\r\n \"2018-03-01-preview\",\r\n \"2017-10-01\",\r\n \"2017-09-15-preview\",\r\n \"2017-09-01\",\r\n \"2016-04-01\",\r\n \"2015-05-04-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"dnszones/SRV\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-05-01\",\r\n \"2018-03-01-preview\",\r\n \"2017-10-01\",\r\n \"2017-09-15-preview\",\r\n \"2017-09-01\",\r\n \"2016-04-01\",\r\n \"2015-05-04-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"dnszones/SOA\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-05-01\",\r\n \"2018-03-01-preview\",\r\n \"2017-10-01\",\r\n \"2017-09-15-preview\",\r\n \"2017-09-01\",\r\n \"2016-04-01\",\r\n \"2015-05-04-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"dnszones/NS\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-05-01\",\r\n \"2018-03-01-preview\",\r\n \"2017-10-01\",\r\n \"2017-09-15-preview\",\r\n \"2017-09-01\",\r\n \"2016-04-01\",\r\n \"2015-05-04-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"dnszones/CAA\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-05-01\",\r\n \"2018-03-01-preview\",\r\n \"2017-10-01\",\r\n \"2017-09-15-preview\",\r\n \"2017-09-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"dnszones/recordsets\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-05-01\",\r\n \"2018-03-01-preview\",\r\n \"2017-10-01\",\r\n \"2017-09-15-preview\",\r\n \"2017-09-01\",\r\n \"2016-04-01\",\r\n \"2015-05-04-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"dnszones/all\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-05-01\",\r\n \"2018-03-01-preview\",\r\n \"2017-10-01\",\r\n \"2017-09-15-preview\",\r\n \"2017-09-01\",\r\n \"2016-04-01\",\r\n \"2015-05-04-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"privateDnsZones\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-01-01\",\r\n \"2018-09-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"privateDnsZones/virtualNetworkLinks\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-01-01\",\r\n \"2018-09-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"privateDnsOperationResults\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-01-01\",\r\n \"2018-09-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"privateDnsOperationStatuses\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-01-01\",\r\n \"2018-09-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"privateDnsZonesInternal\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-01-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"privateDnsZones/A\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-01-01\",\r\n \"2018-09-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"privateDnsZones/AAAA\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-01-01\",\r\n \"2018-09-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"privateDnsZones/CNAME\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-01-01\",\r\n \"2018-09-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"privateDnsZones/PTR\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-01-01\",\r\n \"2018-09-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"privateDnsZones/MX\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-01-01\",\r\n \"2018-09-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"privateDnsZones/TXT\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-01-01\",\r\n \"2018-09-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"privateDnsZones/SRV\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-01-01\",\r\n \"2018-09-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"privateDnsZones/SOA\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-01-01\",\r\n \"2018-09-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"privateDnsZones/all\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-01-01\",\r\n \"2018-09-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"trafficmanagerprofiles\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-08-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2015-11-01\",\r\n \"2015-04-28-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"trafficmanagerprofiles/heatMaps\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-08-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2017-09-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkTrafficManagerNameAvailability\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-08-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2015-11-01\",\r\n \"2015-04-28-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"trafficManagerUserMetricsKeys\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-08-01\",\r\n \"2018-04-01\",\r\n \"2017-09-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"trafficManagerGeographicHierarchies\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-08-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2017-05-01\",\r\n \"2017-03-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"expressRouteCircuits\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-05-01\",\r\n \"2020-04-01\",\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\",\r\n \"2016-11-01\",\r\n \"2016-10-01\",\r\n \"2016-09-01\",\r\n \"2016-08-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-03-30\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\",\r\n \"2014-12-01-preview\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"expressRouteServiceProviders\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-05-01\",\r\n \"2020-04-01\",\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\",\r\n \"2016-11-01\",\r\n \"2016-10-01\",\r\n \"2016-09-01\",\r\n \"2016-08-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-03-30\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\",\r\n \"2014-12-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"applicationGatewayAvailableWafRuleSets\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-05-01\",\r\n \"2020-04-01\",\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"applicationGatewayAvailableSslOptions\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-05-01\",\r\n \"2020-04-01\",\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"applicationGatewayAvailableServerVariables\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-05-01\",\r\n \"2020-04-01\",\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"applicationGatewayAvailableRequestHeaders\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-05-01\",\r\n \"2020-04-01\",\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"applicationGatewayAvailableResponseHeaders\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-05-01\",\r\n \"2020-04-01\",\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"routeFilters\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-05-01\",\r\n \"2020-04-01\",\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"bgpServiceCommunities\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-05-01\",\r\n \"2020-04-01\",\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualWans\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-05-01\",\r\n \"2020-04-01\",\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"vpnSites\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-05-01\",\r\n \"2020-04-01\",\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"vpnServerConfigurations\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-05-01\",\r\n \"2020-04-01\",\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"virtualHubs\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-05-01\",\r\n \"2020-04-01\",\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"vpnGateways\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-05-01\",\r\n \"2020-04-01\",\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"p2sVpnGateways\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"UAE North\",\r\n \"South Africa North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-05-01\",\r\n \"2020-04-01\",\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"expressRouteGateways\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-05-01\",\r\n \"2020-04-01\",\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"firewallPolicies\",\r\n \"locations\": [\r\n \"UAE North\",\r\n \"Australia Central 2\",\r\n \"UAE Central\",\r\n \"Germany North\",\r\n \"Central India\",\r\n \"Korea South\",\r\n \"Switzerland North\",\r\n \"Switzerland West\",\r\n \"Japan West\",\r\n \"France South\",\r\n \"South Africa West\",\r\n \"West India\",\r\n \"Canada East\",\r\n \"South India\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"Norway West\",\r\n \"South Africa North\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Korea Central\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"UK West\",\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"West Central US\",\r\n \"South Central US\",\r\n \"Australia East\",\r\n \"Australia Central\",\r\n \"Australia Southeast\",\r\n \"UK South\",\r\n \"East US 2\",\r\n \"West US 2\",\r\n \"North Central US\",\r\n \"Canada Central\",\r\n \"France Central\",\r\n \"Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-05-01\",\r\n \"2020-04-01\",\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"ipGroups\",\r\n \"locations\": [\r\n \"UAE North\",\r\n \"Australia Central 2\",\r\n \"UAE Central\",\r\n \"Germany North\",\r\n \"Central India\",\r\n \"Korea South\",\r\n \"Switzerland North\",\r\n \"Switzerland West\",\r\n \"Japan West\",\r\n \"France South\",\r\n \"South Africa West\",\r\n \"West India\",\r\n \"Canada East\",\r\n \"South India\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"Norway West\",\r\n \"South Africa North\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Korea Central\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"UK West\",\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"South Central US\",\r\n \"Australia East\",\r\n \"Australia Central\",\r\n \"Australia Southeast\",\r\n \"UK South\",\r\n \"East US 2\",\r\n \"West US 2\",\r\n \"North Central US\",\r\n \"Canada Central\",\r\n \"France Central\",\r\n \"West Central US\",\r\n \"Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-05-01\",\r\n \"2020-04-01\",\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"locations/nfvOperations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-05-01\",\r\n \"2020-04-01\",\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/nfvOperationResults\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-05-01\",\r\n \"2020-04-01\",\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"securityPartnerProviders\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-05-01\",\r\n \"2020-04-01\",\r\n \"2020-03-01\",\r\n \"2020-01-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"azureFirewalls\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"Japan West\",\r\n \"Japan East\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-05-01\",\r\n \"2020-04-01\",\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\"\r\n ],\r\n \"zoneMappings\": [\r\n {\r\n \"location\": \"East US 2\",\r\n \"zones\": [\r\n \"3\",\r\n \"2\",\r\n \"1\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Central US\",\r\n \"zones\": [\r\n \"3\",\r\n \"2\",\r\n \"1\"\r\n ]\r\n },\r\n {\r\n \"location\": \"West Europe\",\r\n \"zones\": [\r\n \"3\",\r\n \"2\",\r\n \"1\"\r\n ]\r\n },\r\n {\r\n \"location\": \"France Central\",\r\n \"zones\": [\r\n \"3\",\r\n \"2\",\r\n \"1\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Southeast Asia\",\r\n \"zones\": [\r\n \"3\",\r\n \"2\",\r\n \"1\"\r\n ]\r\n },\r\n {\r\n \"location\": \"West US 2\",\r\n \"zones\": [\r\n \"3\",\r\n \"2\",\r\n \"1\"\r\n ]\r\n },\r\n {\r\n \"location\": \"North Europe\",\r\n \"zones\": [\r\n \"3\",\r\n \"2\",\r\n \"1\"\r\n ]\r\n },\r\n {\r\n \"location\": \"East US\",\r\n \"zones\": [\r\n \"3\",\r\n \"2\",\r\n \"1\"\r\n ]\r\n },\r\n {\r\n \"location\": \"UK South\",\r\n \"zones\": [\r\n \"3\",\r\n \"2\",\r\n \"1\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Japan East\",\r\n \"zones\": [\r\n \"3\",\r\n \"2\",\r\n \"1\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Australia East\",\r\n \"zones\": []\r\n },\r\n {\r\n \"location\": \"South Africa North\",\r\n \"zones\": []\r\n },\r\n {\r\n \"location\": \"South Central US\",\r\n \"zones\": []\r\n },\r\n {\r\n \"location\": \"Canada Central\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"azureFirewallFqdnTags\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-05-01\",\r\n \"2020-04-01\",\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworkTaps\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-05-01\",\r\n \"2020-04-01\",\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"privateLinkServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-05-01\",\r\n \"2020-04-01\",\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"ddosProtectionPlans\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-05-01\",\r\n \"2020-04-01\",\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"networkProfiles\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-05-01\",\r\n \"2020-04-01\",\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"frontdoorOperationResults\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-05-01\",\r\n \"2020-04-01\",\r\n \"2020-01-01\",\r\n \"2019-11-01\",\r\n \"2019-10-01\",\r\n \"2019-08-01\",\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-08-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkFrontdoorNameAvailability\",\r\n \"locations\": [\r\n \"global\",\r\n \"Central US\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"West US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-05-01\",\r\n \"2020-01-01\",\r\n \"2019-08-01\",\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2018-08-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"frontdoors\",\r\n \"locations\": [\r\n \"global\",\r\n \"Central US\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"West US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-05-01\",\r\n \"2020-04-01\",\r\n \"2020-01-01\",\r\n \"2019-08-01\",\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2018-08-01\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"frontdoors/frontendEndpoints\",\r\n \"locations\": [\r\n \"global\",\r\n \"Central US\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"West US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-05-01\",\r\n \"2020-04-01\",\r\n \"2020-01-01\",\r\n \"2019-08-01\",\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2018-08-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"frontdoorWebApplicationFirewallPolicies\",\r\n \"locations\": [\r\n \"global\",\r\n \"Central US\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"West US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-04-01\",\r\n \"2019-10-01\",\r\n \"2019-03-01\",\r\n \"2018-08-01\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"frontdoorWebApplicationFirewallManagedRuleSets\",\r\n \"locations\": [\r\n \"global\",\r\n \"Central US\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"West US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-04-01\",\r\n \"2019-10-01\",\r\n \"2019-03-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkExperimentProfiles\",\r\n \"locations\": [\r\n \"global\",\r\n \"Central US\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-11-01\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"locations/bareMetalTenants\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-05-01\",\r\n \"2020-04-01\",\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"bastionHosts\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-05-01\",\r\n \"2020-04-01\",\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"virtualRouters\",\r\n \"locations\": [\r\n \"UAE North\",\r\n \"Australia Central 2\",\r\n \"UAE Central\",\r\n \"Germany North\",\r\n \"Central India\",\r\n \"Korea South\",\r\n \"Switzerland North\",\r\n \"Switzerland West\",\r\n \"Japan West\",\r\n \"France South\",\r\n \"South Africa West\",\r\n \"West India\",\r\n \"Canada East\",\r\n \"South India\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"Norway West\",\r\n \"South Africa North\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Korea Central\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"UK West\",\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"West Central US\",\r\n \"South Central US\",\r\n \"Australia East\",\r\n \"Australia Central\",\r\n \"Australia Southeast\",\r\n \"UK South\",\r\n \"East US 2\",\r\n \"West US 2\",\r\n \"North Central US\",\r\n \"Canada Central\",\r\n \"France Central\",\r\n \"Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-05-01\",\r\n \"2020-04-01\",\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"ipAllocations\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-05-01\",\r\n \"2020-04-01\",\r\n \"2020-03-01\",\r\n \"2020-01-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"locations/commitInternalAzureNetworkManagerConfiguration\",\r\n \"locations\": [\r\n \"West Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-05-01\",\r\n \"2020-04-01\",\r\n \"2020-03-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/668f1741-ef48-4132-bf98-28b3a3d3f257/resourcegroups/ps6917?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjY4ZjE3NDEtZWY0OC00MTMyLWJmOTgtMjhiM2EzZDNmMjU3L3Jlc291cmNlZ3JvdXBzL3BzNjkxNz9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestMethod": "PUT", + "RequestBody": "{\r\n \"location\": \"westus2\"\r\n}", + "RequestHeaders": { + "x-ms-client-request-id": [ + "5645dc65-8121-4e62-aaf6-67d1a7166be3" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.15" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Content-Length": [ + "29" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-writes": [ + "1199" + ], + "x-ms-request-id": [ + "248cdb89-eeba-4723-afef-c8a23d52d8d0" + ], + "x-ms-correlation-request-id": [ + "248cdb89-eeba-4723-afef-c8a23d52d8d0" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200621T041630Z:248cdb89-eeba-4723-afef-c8a23d52d8d0" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Sun, 21 Jun 2020 04:16:30 GMT" + ], + "Content-Length": [ + "166" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/668f1741-ef48-4132-bf98-28b3a3d3f257/resourceGroups/ps6917\",\r\n \"name\": \"ps6917\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "StatusCode": 201 + }, + { + "RequestUri": "/subscriptions/668f1741-ef48-4132-bf98-28b3a3d3f257/resourceGroups/ps6917/providers/Microsoft.Network/virtualNetworks/ps5974?api-version=2020-05-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjY4ZjE3NDEtZWY0OC00MTMyLWJmOTgtMjhiM2EzZDNmMjU3L3Jlc291cmNlR3JvdXBzL3BzNjkxNy9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdmlydHVhbE5ldHdvcmtzL3BzNTk3ND9hcGktdmVyc2lvbj0yMDIwLTA1LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "e55e9e01-4e34-4f37-aa3f-f8483d864d2a" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.2.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-failure-cause": [ + "gateway" + ], + "x-ms-request-id": [ + "398bb2a0-bd11-4e69-988d-98669fd596d1" + ], + "x-ms-correlation-request-id": [ + "398bb2a0-bd11-4e69-988d-98669fd596d1" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200621T041630Z:398bb2a0-bd11-4e69-988d-98669fd596d1" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Sun, 21 Jun 2020 04:16:29 GMT" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "218" + ] + }, + "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.Network/virtualNetworks/ps5974' under resource group 'ps6917' was not found. For more details please go to https://aka.ms/ARMResourceNotFoundFix\"\r\n }\r\n}", + "StatusCode": 404 + }, + { + "RequestUri": "/subscriptions/668f1741-ef48-4132-bf98-28b3a3d3f257/resourceGroups/ps6917/providers/Microsoft.Network/virtualNetworks/ps5974?api-version=2020-05-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjY4ZjE3NDEtZWY0OC00MTMyLWJmOTgtMjhiM2EzZDNmMjU3L3Jlc291cmNlR3JvdXBzL3BzNjkxNy9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdmlydHVhbE5ldHdvcmtzL3BzNTk3ND9hcGktdmVyc2lvbj0yMDIwLTA1LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.2.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "ETag": [ + "W/\"f927ccc0-a92e-47e1-8b99-7411c9278ea6\"" + ], + "x-ms-request-id": [ + "d88dd23d-d980-46a5-8552-309e4492ce94" + ], + "x-ms-correlation-request-id": [ + "62e92216-72e7-4e7f-8b46-27cf20a50585" + ], + "x-ms-arm-service-request-id": [ + "55bff36b-9819-4c45-977f-61c50efb404e" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11997" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200621T041636Z:62e92216-72e7-4e7f-8b46-27cf20a50585" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Sun, 21 Jun 2020 04:16:36 GMT" + ], + "Content-Length": [ + "1903" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"ps5974\",\r\n \"id\": \"/subscriptions/668f1741-ef48-4132-bf98-28b3a3d3f257/resourceGroups/ps6917/providers/Microsoft.Network/virtualNetworks/ps5974\",\r\n \"etag\": \"W/\\\"f927ccc0-a92e-47e1-8b99-7411c9278ea6\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"eff23eba-2440-4261-8f44-d561f5841da0\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"ps5192\",\r\n \"id\": \"/subscriptions/668f1741-ef48-4132-bf98-28b3a3d3f257/resourceGroups/ps6917/providers/Microsoft.Network/virtualNetworks/ps5974/subnets/ps5192\",\r\n \"etag\": \"W/\\\"f927ccc0-a92e-47e1-8b99-7411c9278ea6\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"serviceEndpoints\": [],\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Disabled\"\r\n },\r\n \"type\": \"Microsoft.Network/virtualNetworks/subnets\"\r\n },\r\n {\r\n \"name\": \"ps7780\",\r\n \"id\": \"/subscriptions/668f1741-ef48-4132-bf98-28b3a3d3f257/resourceGroups/ps6917/providers/Microsoft.Network/virtualNetworks/ps5974/subnets/ps7780\",\r\n \"etag\": \"W/\\\"f927ccc0-a92e-47e1-8b99-7411c9278ea6\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.1.0/24\",\r\n \"serviceEndpoints\": [],\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Disabled\"\r\n },\r\n \"type\": \"Microsoft.Network/virtualNetworks/subnets\"\r\n }\r\n ],\r\n \"virtualNetworkPeerings\": [],\r\n \"enableDdosProtection\": false,\r\n \"enableVmProtection\": false\r\n }\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/668f1741-ef48-4132-bf98-28b3a3d3f257/resourceGroups/ps6917/providers/Microsoft.Network/virtualNetworks/ps5974?api-version=2020-05-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjY4ZjE3NDEtZWY0OC00MTMyLWJmOTgtMjhiM2EzZDNmMjU3L3Jlc291cmNlR3JvdXBzL3BzNjkxNy9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdmlydHVhbE5ldHdvcmtzL3BzNTk3ND9hcGktdmVyc2lvbj0yMDIwLTA1LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "9b539800-d426-47de-bf77-92972dc058f1" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.2.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "ETag": [ + "W/\"f927ccc0-a92e-47e1-8b99-7411c9278ea6\"" + ], + "x-ms-request-id": [ + "835a84b7-e960-4916-9007-dc47814e0f40" + ], + "x-ms-correlation-request-id": [ + "c07aad12-86a3-46d7-bf08-a27fc8d00668" + ], + "x-ms-arm-service-request-id": [ + "ba66a370-4565-4ae0-88c0-a6e528ceff52" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11996" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200621T041636Z:c07aad12-86a3-46d7-bf08-a27fc8d00668" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Sun, 21 Jun 2020 04:16:36 GMT" + ], + "Content-Length": [ + "1903" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"ps5974\",\r\n \"id\": \"/subscriptions/668f1741-ef48-4132-bf98-28b3a3d3f257/resourceGroups/ps6917/providers/Microsoft.Network/virtualNetworks/ps5974\",\r\n \"etag\": \"W/\\\"f927ccc0-a92e-47e1-8b99-7411c9278ea6\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"eff23eba-2440-4261-8f44-d561f5841da0\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"ps5192\",\r\n \"id\": \"/subscriptions/668f1741-ef48-4132-bf98-28b3a3d3f257/resourceGroups/ps6917/providers/Microsoft.Network/virtualNetworks/ps5974/subnets/ps5192\",\r\n \"etag\": \"W/\\\"f927ccc0-a92e-47e1-8b99-7411c9278ea6\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"serviceEndpoints\": [],\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Disabled\"\r\n },\r\n \"type\": \"Microsoft.Network/virtualNetworks/subnets\"\r\n },\r\n {\r\n \"name\": \"ps7780\",\r\n \"id\": \"/subscriptions/668f1741-ef48-4132-bf98-28b3a3d3f257/resourceGroups/ps6917/providers/Microsoft.Network/virtualNetworks/ps5974/subnets/ps7780\",\r\n \"etag\": \"W/\\\"f927ccc0-a92e-47e1-8b99-7411c9278ea6\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.1.0/24\",\r\n \"serviceEndpoints\": [],\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Disabled\"\r\n },\r\n \"type\": \"Microsoft.Network/virtualNetworks/subnets\"\r\n }\r\n ],\r\n \"virtualNetworkPeerings\": [],\r\n \"enableDdosProtection\": false,\r\n \"enableVmProtection\": false\r\n }\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/668f1741-ef48-4132-bf98-28b3a3d3f257/resourceGroups/ps6917/providers/Microsoft.Network/virtualNetworks/ps5974?api-version=2020-05-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjY4ZjE3NDEtZWY0OC00MTMyLWJmOTgtMjhiM2EzZDNmMjU3L3Jlc291cmNlR3JvdXBzL3BzNjkxNy9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdmlydHVhbE5ldHdvcmtzL3BzNTk3ND9hcGktdmVyc2lvbj0yMDIwLTA1LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "b5740965-4933-474d-9338-050c0e1939c8" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.2.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "ETag": [ + "W/\"f927ccc0-a92e-47e1-8b99-7411c9278ea6\"" + ], + "x-ms-request-id": [ + "ae125139-6364-429c-a776-726ba30c9f3f" + ], + "x-ms-correlation-request-id": [ + "fffdeccd-00d1-475b-a2b2-115f5f75db5d" + ], + "x-ms-arm-service-request-id": [ + "f13a9834-068e-4f73-8c87-638cca34c6b6" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11999" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200621T041637Z:fffdeccd-00d1-475b-a2b2-115f5f75db5d" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Sun, 21 Jun 2020 04:16:36 GMT" + ], + "Content-Length": [ + "1903" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"ps5974\",\r\n \"id\": \"/subscriptions/668f1741-ef48-4132-bf98-28b3a3d3f257/resourceGroups/ps6917/providers/Microsoft.Network/virtualNetworks/ps5974\",\r\n \"etag\": \"W/\\\"f927ccc0-a92e-47e1-8b99-7411c9278ea6\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"eff23eba-2440-4261-8f44-d561f5841da0\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"ps5192\",\r\n \"id\": \"/subscriptions/668f1741-ef48-4132-bf98-28b3a3d3f257/resourceGroups/ps6917/providers/Microsoft.Network/virtualNetworks/ps5974/subnets/ps5192\",\r\n \"etag\": \"W/\\\"f927ccc0-a92e-47e1-8b99-7411c9278ea6\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"serviceEndpoints\": [],\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Disabled\"\r\n },\r\n \"type\": \"Microsoft.Network/virtualNetworks/subnets\"\r\n },\r\n {\r\n \"name\": \"ps7780\",\r\n \"id\": \"/subscriptions/668f1741-ef48-4132-bf98-28b3a3d3f257/resourceGroups/ps6917/providers/Microsoft.Network/virtualNetworks/ps5974/subnets/ps7780\",\r\n \"etag\": \"W/\\\"f927ccc0-a92e-47e1-8b99-7411c9278ea6\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.1.0/24\",\r\n \"serviceEndpoints\": [],\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Disabled\"\r\n },\r\n \"type\": \"Microsoft.Network/virtualNetworks/subnets\"\r\n }\r\n ],\r\n \"virtualNetworkPeerings\": [],\r\n \"enableDdosProtection\": false,\r\n \"enableVmProtection\": false\r\n }\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/668f1741-ef48-4132-bf98-28b3a3d3f257/resourceGroups/ps6917/providers/Microsoft.Network/virtualNetworks/ps5974?api-version=2020-05-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjY4ZjE3NDEtZWY0OC00MTMyLWJmOTgtMjhiM2EzZDNmMjU3L3Jlc291cmNlR3JvdXBzL3BzNjkxNy9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdmlydHVhbE5ldHdvcmtzL3BzNTk3ND9hcGktdmVyc2lvbj0yMDIwLTA1LTAx", + "RequestMethod": "PUT", + "RequestBody": "{\r\n \"properties\": {\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"addressPrefixes\": [],\r\n \"serviceEndpoints\": [],\r\n \"serviceEndpointPolicies\": [],\r\n \"ipAllocations\": [],\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Disabled\"\r\n },\r\n \"name\": \"ps5192\"\r\n },\r\n {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.1.0/24\",\r\n \"addressPrefixes\": [],\r\n \"serviceEndpoints\": [],\r\n \"serviceEndpointPolicies\": [],\r\n \"ipAllocations\": [],\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Disabled\"\r\n },\r\n \"name\": \"ps7780\"\r\n }\r\n ],\r\n \"virtualNetworkPeerings\": [],\r\n \"enableDdosProtection\": false,\r\n \"ipAllocations\": []\r\n },\r\n \"location\": \"westus2\"\r\n}", + "RequestHeaders": { + "x-ms-client-request-id": [ + "21eab59d-40a8-419e-abeb-6212e3af4268" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.2.0" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Content-Length": [ + "1092" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "3" + ], + "x-ms-request-id": [ + "9153ddbd-df83-4239-b8b2-c2c70ae52aae" + ], + "Azure-AsyncOperation": [ + "https://management.azure.com/subscriptions/668f1741-ef48-4132-bf98-28b3a3d3f257/providers/Microsoft.Network/locations/westus2/operations/9153ddbd-df83-4239-b8b2-c2c70ae52aae?api-version=2020-05-01" + ], + "x-ms-correlation-request-id": [ + "e1e0e7c7-7506-4f67-bc3e-785bbd2bfbee" + ], + "Azure-AsyncNotification": [ + "Enabled" + ], + "x-ms-arm-service-request-id": [ + "f13ba7c7-9f4c-4c55-83a3-c2ca7653983a" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-writes": [ + "1199" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200621T041633Z:e1e0e7c7-7506-4f67-bc3e-785bbd2bfbee" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Sun, 21 Jun 2020 04:16:33 GMT" + ], + "Content-Length": [ + "1900" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"ps5974\",\r\n \"id\": \"/subscriptions/668f1741-ef48-4132-bf98-28b3a3d3f257/resourceGroups/ps6917/providers/Microsoft.Network/virtualNetworks/ps5974\",\r\n \"etag\": \"W/\\\"bec4cb51-b9e7-4378-924b-f1cf42337196\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"eff23eba-2440-4261-8f44-d561f5841da0\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"ps5192\",\r\n \"id\": \"/subscriptions/668f1741-ef48-4132-bf98-28b3a3d3f257/resourceGroups/ps6917/providers/Microsoft.Network/virtualNetworks/ps5974/subnets/ps5192\",\r\n \"etag\": \"W/\\\"bec4cb51-b9e7-4378-924b-f1cf42337196\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"serviceEndpoints\": [],\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Disabled\"\r\n },\r\n \"type\": \"Microsoft.Network/virtualNetworks/subnets\"\r\n },\r\n {\r\n \"name\": \"ps7780\",\r\n \"id\": \"/subscriptions/668f1741-ef48-4132-bf98-28b3a3d3f257/resourceGroups/ps6917/providers/Microsoft.Network/virtualNetworks/ps5974/subnets/ps7780\",\r\n \"etag\": \"W/\\\"bec4cb51-b9e7-4378-924b-f1cf42337196\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"addressPrefix\": \"10.0.1.0/24\",\r\n \"serviceEndpoints\": [],\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Disabled\"\r\n },\r\n \"type\": \"Microsoft.Network/virtualNetworks/subnets\"\r\n }\r\n ],\r\n \"virtualNetworkPeerings\": [],\r\n \"enableDdosProtection\": false,\r\n \"enableVmProtection\": false\r\n }\r\n}", + "StatusCode": 201 + }, + { + "RequestUri": "/subscriptions/668f1741-ef48-4132-bf98-28b3a3d3f257/providers/Microsoft.Network/locations/westus2/operations/9153ddbd-df83-4239-b8b2-c2c70ae52aae?api-version=2020-05-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjY4ZjE3NDEtZWY0OC00MTMyLWJmOTgtMjhiM2EzZDNmMjU3L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzkxNTNkZGJkLWRmODMtNDIzOS1iOGIyLWMyYzcwYWU1MmFhZT9hcGktdmVyc2lvbj0yMDIwLTA1LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.2.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-request-id": [ + "9a4d91cd-9d31-42d3-997a-0d939a28e728" + ], + "x-ms-correlation-request-id": [ + "d57c54d2-3ca5-4590-b664-cb532ccc5bf9" + ], + "x-ms-arm-service-request-id": [ + "7cd3f0ea-4cde-400f-8e0f-8fe84e496477" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11998" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200621T041636Z:d57c54d2-3ca5-4590-b664-cb532ccc5bf9" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Sun, 21 Jun 2020 04:16:36 GMT" + ], + "Content-Length": [ + "29" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"status\": \"Succeeded\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/668f1741-ef48-4132-bf98-28b3a3d3f257/resourceGroups/ps6917/providers/Microsoft.Network/publicIPAddresses/ps6504?api-version=2020-05-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjY4ZjE3NDEtZWY0OC00MTMyLWJmOTgtMjhiM2EzZDNmMjU3L3Jlc291cmNlR3JvdXBzL3BzNjkxNy9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvcHVibGljSVBBZGRyZXNzZXMvcHM2NTA0P2FwaS12ZXJzaW9uPTIwMjAtMDUtMDE=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "52f81694-542d-40ef-aedc-1be31161120a" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.2.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-failure-cause": [ + "gateway" + ], + "x-ms-request-id": [ + "83ae9494-74fa-4e5e-9985-bbcead2b0b8a" + ], + "x-ms-correlation-request-id": [ + "83ae9494-74fa-4e5e-9985-bbcead2b0b8a" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200621T041637Z:83ae9494-74fa-4e5e-9985-bbcead2b0b8a" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Sun, 21 Jun 2020 04:16:37 GMT" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "220" + ] + }, + "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.Network/publicIPAddresses/ps6504' under resource group 'ps6917' was not found. For more details please go to https://aka.ms/ARMResourceNotFoundFix\"\r\n }\r\n}", + "StatusCode": 404 + }, + { + "RequestUri": "/subscriptions/668f1741-ef48-4132-bf98-28b3a3d3f257/resourceGroups/ps6917/providers/Microsoft.Network/publicIPAddresses/ps6504?api-version=2020-05-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjY4ZjE3NDEtZWY0OC00MTMyLWJmOTgtMjhiM2EzZDNmMjU3L3Jlc291cmNlR3JvdXBzL3BzNjkxNy9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvcHVibGljSVBBZGRyZXNzZXMvcHM2NTA0P2FwaS12ZXJzaW9uPTIwMjAtMDUtMDE=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.2.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "ETag": [ + "W/\"458714f9-6cf2-44c7-b0de-c919791ded8c\"" + ], + "x-ms-request-id": [ + "f2830ccc-0b03-4bd3-8313-ac1fa7f4a50f" + ], + "x-ms-correlation-request-id": [ + "39f66cc0-28f5-4c90-8080-eda5cacaebd4" + ], + "x-ms-arm-service-request-id": [ + "bb54c392-33bd-4c6c-a6d8-ff6479a6b77d" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11996" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200621T041641Z:39f66cc0-28f5-4c90-8080-eda5cacaebd4" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Sun, 21 Jun 2020 04:16:41 GMT" + ], + "Content-Length": [ + "628" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"ps6504\",\r\n \"id\": \"/subscriptions/668f1741-ef48-4132-bf98-28b3a3d3f257/resourceGroups/ps6917/providers/Microsoft.Network/publicIPAddresses/ps6504\",\r\n \"etag\": \"W/\\\"458714f9-6cf2-44c7-b0de-c919791ded8c\\\"\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"a2c46901-ced8-409a-85e4-1bd8e74b43ee\",\r\n \"ipAddress\": \"52.149.22.5\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Static\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Standard\"\r\n }\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/668f1741-ef48-4132-bf98-28b3a3d3f257/resourceGroups/ps6917/providers/Microsoft.Network/publicIPAddresses/ps6504?api-version=2020-05-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjY4ZjE3NDEtZWY0OC00MTMyLWJmOTgtMjhiM2EzZDNmMjU3L3Jlc291cmNlR3JvdXBzL3BzNjkxNy9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvcHVibGljSVBBZGRyZXNzZXMvcHM2NTA0P2FwaS12ZXJzaW9uPTIwMjAtMDUtMDE=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "71da87b5-f31c-41df-8887-69f3f614d6a8" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.2.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "ETag": [ + "W/\"458714f9-6cf2-44c7-b0de-c919791ded8c\"" + ], + "x-ms-request-id": [ + "5a1e562e-97dc-43ec-aabb-3e124561ea72" + ], + "x-ms-correlation-request-id": [ + "caa403a1-b08a-4b56-a3ad-672f65f20660" + ], + "x-ms-arm-service-request-id": [ + "7149138c-6e95-48bd-8208-3cc5e541e0f1" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11995" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200621T041641Z:caa403a1-b08a-4b56-a3ad-672f65f20660" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Sun, 21 Jun 2020 04:16:41 GMT" + ], + "Content-Length": [ + "628" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"ps6504\",\r\n \"id\": \"/subscriptions/668f1741-ef48-4132-bf98-28b3a3d3f257/resourceGroups/ps6917/providers/Microsoft.Network/publicIPAddresses/ps6504\",\r\n \"etag\": \"W/\\\"458714f9-6cf2-44c7-b0de-c919791ded8c\\\"\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"a2c46901-ced8-409a-85e4-1bd8e74b43ee\",\r\n \"ipAddress\": \"52.149.22.5\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Static\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Standard\"\r\n }\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/668f1741-ef48-4132-bf98-28b3a3d3f257/resourceGroups/ps6917/providers/Microsoft.Network/publicIPAddresses/ps6504?api-version=2020-05-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjY4ZjE3NDEtZWY0OC00MTMyLWJmOTgtMjhiM2EzZDNmMjU3L3Jlc291cmNlR3JvdXBzL3BzNjkxNy9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvcHVibGljSVBBZGRyZXNzZXMvcHM2NTA0P2FwaS12ZXJzaW9uPTIwMjAtMDUtMDE=", + "RequestMethod": "PUT", + "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard\"\r\n },\r\n \"properties\": {\r\n \"publicIPAllocationMethod\": \"Static\",\r\n \"ipTags\": []\r\n },\r\n \"zones\": [],\r\n \"location\": \"westus2\"\r\n}", + "RequestHeaders": { + "x-ms-client-request-id": [ + "7b85bae4-8cd1-4dee-bc2f-2b85585ea8a3" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.2.0" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Content-Length": [ + "173" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "1" + ], + "x-ms-request-id": [ + "ef65a064-7473-43fd-8f9d-9d803deeaf71" + ], + "Azure-AsyncOperation": [ + "https://management.azure.com/subscriptions/668f1741-ef48-4132-bf98-28b3a3d3f257/providers/Microsoft.Network/locations/westus2/operations/ef65a064-7473-43fd-8f9d-9d803deeaf71?api-version=2020-05-01" + ], + "x-ms-correlation-request-id": [ + "90a9bcb2-8e86-4f82-ad23-ec5cd895c5c3" + ], + "Azure-AsyncNotification": [ + "Enabled" + ], + "x-ms-arm-service-request-id": [ + "35dd1830-c256-443d-ad29-63e8836422ee" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-writes": [ + "1199" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200621T041638Z:90a9bcb2-8e86-4f82-ad23-ec5cd895c5c3" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Sun, 21 Jun 2020 04:16:38 GMT" + ], + "Content-Length": [ + "594" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"ps6504\",\r\n \"id\": \"/subscriptions/668f1741-ef48-4132-bf98-28b3a3d3f257/resourceGroups/ps6917/providers/Microsoft.Network/publicIPAddresses/ps6504\",\r\n \"etag\": \"W/\\\"4cf88370-1cdc-4c17-a5c7-ed7f0e500674\\\"\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"a2c46901-ced8-409a-85e4-1bd8e74b43ee\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Static\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Standard\"\r\n }\r\n}", + "StatusCode": 201 + }, + { + "RequestUri": "/subscriptions/668f1741-ef48-4132-bf98-28b3a3d3f257/providers/Microsoft.Network/locations/westus2/operations/ef65a064-7473-43fd-8f9d-9d803deeaf71?api-version=2020-05-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjY4ZjE3NDEtZWY0OC00MTMyLWJmOTgtMjhiM2EzZDNmMjU3L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2VmNjVhMDY0LTc0NzMtNDNmZC04ZjlkLTlkODAzZGVlYWY3MT9hcGktdmVyc2lvbj0yMDIwLTA1LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.2.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "2" + ], + "x-ms-request-id": [ + "00f6ef6e-f15d-47c9-8f9a-21c91a8c3ead" + ], + "x-ms-correlation-request-id": [ + "c484c624-64e5-43ef-8c0e-a544c3562ab8" + ], + "x-ms-arm-service-request-id": [ + "9671fc70-cb23-4099-b9e1-423ffd2a82d7" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11998" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200621T041639Z:c484c624-64e5-43ef-8c0e-a544c3562ab8" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Sun, 21 Jun 2020 04:16:39 GMT" + ], + "Content-Length": [ + "30" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/668f1741-ef48-4132-bf98-28b3a3d3f257/providers/Microsoft.Network/locations/westus2/operations/ef65a064-7473-43fd-8f9d-9d803deeaf71?api-version=2020-05-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjY4ZjE3NDEtZWY0OC00MTMyLWJmOTgtMjhiM2EzZDNmMjU3L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2VmNjVhMDY0LTc0NzMtNDNmZC04ZjlkLTlkODAzZGVlYWY3MT9hcGktdmVyc2lvbj0yMDIwLTA1LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.2.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-request-id": [ + "57efcfca-a7be-4f3b-9c10-f2217ca79382" + ], + "x-ms-correlation-request-id": [ + "5ba93044-bcf4-4806-a724-f7c8dc84c4cf" + ], + "x-ms-arm-service-request-id": [ + "ae15ef06-1c39-45ca-8ba7-df0af8ed5c2c" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11997" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200621T041641Z:5ba93044-bcf4-4806-a724-f7c8dc84c4cf" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Sun, 21 Jun 2020 04:16:41 GMT" + ], + "Content-Length": [ + "29" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"status\": \"Succeeded\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/668f1741-ef48-4132-bf98-28b3a3d3f257/resourceGroups/ps6917/providers/Microsoft.Network/applicationGateways/ps3765?api-version=2020-05-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjY4ZjE3NDEtZWY0OC00MTMyLWJmOTgtMjhiM2EzZDNmMjU3L3Jlc291cmNlR3JvdXBzL3BzNjkxNy9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvYXBwbGljYXRpb25HYXRld2F5cy9wczM3NjU/YXBpLXZlcnNpb249MjAyMC0wNS0wMQ==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "2aabe985-6d6f-4902-a9af-25db8a99be4b" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.2.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-failure-cause": [ + "gateway" + ], + "x-ms-request-id": [ + "be42f1b1-2c2c-4c39-9a67-64b03b6fbb08" + ], + "x-ms-correlation-request-id": [ + "be42f1b1-2c2c-4c39-9a67-64b03b6fbb08" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200621T041642Z:be42f1b1-2c2c-4c39-9a67-64b03b6fbb08" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Sun, 21 Jun 2020 04:16:41 GMT" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "222" + ] + }, + "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.Network/applicationGateways/ps3765' under resource group 'ps6917' was not found. For more details please go to https://aka.ms/ARMResourceNotFoundFix\"\r\n }\r\n}", + "StatusCode": 404 + }, + { + "RequestUri": "/subscriptions/668f1741-ef48-4132-bf98-28b3a3d3f257/resourceGroups/ps6917/providers/Microsoft.Network/applicationGateways/ps3765?api-version=2020-05-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjY4ZjE3NDEtZWY0OC00MTMyLWJmOTgtMjhiM2EzZDNmMjU3L3Jlc291cmNlR3JvdXBzL3BzNjkxNy9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvYXBwbGljYXRpb25HYXRld2F5cy9wczM3NjU/YXBpLXZlcnNpb249MjAyMC0wNS0wMQ==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.2.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "ETag": [ + "W/\"35558f1d-7e13-45fd-bedf-83d3664e8976\"" + ], + "x-ms-request-id": [ + "81e49b67-f05e-427b-ad69-6d4c25b528f0" + ], + "x-ms-correlation-request-id": [ + "dd81f647-d709-4d83-8c5f-7f05c9b7c4ec" + ], + "x-ms-arm-service-request-id": [ + "1e34a916-02e6-4972-9830-7eee9fb7fc4f" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11967" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200621T042155Z:dd81f647-d709-4d83-8c5f-7f05c9b7c4ec" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Sun, 21 Jun 2020 04:21:55 GMT" + ], + "Content-Length": [ + "13056" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"ps3765\",\r\n \"id\": \"/subscriptions/668f1741-ef48-4132-bf98-28b3a3d3f257/resourceGroups/ps6917/providers/Microsoft.Network/applicationGateways/ps3765\",\r\n \"etag\": \"W/\\\"35558f1d-7e13-45fd-bedf-83d3664e8976\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways\",\r\n \"location\": \"westus2\",\r\n \"zones\": [\r\n \"1\",\r\n \"2\"\r\n ],\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"da1e4082-6b80-4c04-92a0-d9ad544214d9\",\r\n \"sku\": {\r\n \"name\": \"Standard_v2\",\r\n \"tier\": \"Standard_v2\"\r\n },\r\n \"operationalState\": \"Running\",\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"name\": \"ps1996\",\r\n \"id\": \"/subscriptions/668f1741-ef48-4132-bf98-28b3a3d3f257/resourceGroups/ps6917/providers/Microsoft.Network/applicationGateways/ps3765/gatewayIPConfigurations/ps1996\",\r\n \"etag\": \"W/\\\"35558f1d-7e13-45fd-bedf-83d3664e8976\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/668f1741-ef48-4132-bf98-28b3a3d3f257/resourceGroups/ps6917/providers/Microsoft.Network/virtualNetworks/ps5974/subnets/ps5192\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/gatewayIPConfigurations\"\r\n }\r\n ],\r\n \"sslCertificates\": [],\r\n \"trustedRootCertificates\": [\r\n {\r\n \"name\": \"ps7335\",\r\n \"id\": \"/subscriptions/668f1741-ef48-4132-bf98-28b3a3d3f257/resourceGroups/ps6917/providers/Microsoft.Network/applicationGateways/ps3765/trustedRootCertificates/ps7335\",\r\n \"etag\": \"W/\\\"35558f1d-7e13-45fd-bedf-83d3664e8976\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"data\": \"MIIDTzCCAjegAwIBAgIQj5oTlR6oyJ1NlX9Wb9aFyjANBgkqhkiG9w0BAQsFADAwMS4wLAYDVQQDEyVBcHBsaWNhdGlvbkdhdGV3YXlTc2xDZXJ0LVVuaXRUZXN0LTAxMB4XDTE2MDIxNzA3MDc1M1oXDTM5MTIzMTIzNTk1OVowMDEuMCwGA1UEAxMlQXBwbGljYXRpb25HYXRld2F5U3NsQ2VydC1Vbml0VGVzdC0wMTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBANOUOFVmm+P4ht/qaiGZaiMzZSXwqGP8W/XWZRfJSc1mS6B4zBm8MtndmO9NbPUeGetk3E4jI0egP7NufuTAtfZY5nG9/gsZh8Hp4o+x+6F1wCUtK5pQ5Fne4Vwg0Q9k1CgUfQfK0zEoanOTEylcyp1nVpoGc3v4FZ9pQr8/xQ7+PSwgNpmGpU1gmgorDlXIO8jiKb+WfSoPAhHcavoPFg6DeGv30AK2m8ULFezOqbprrozRxXaKzt8fBaDSP1XMakFaO6ffZU4uNgrehW4zMnpdgAjT5koymDKGAfl/7+5QpLxSKc2478J+PvTwy/rfWKJLbEImoM7WE3imWgrHUNMCAwEAAaNlMGMwYQYDVR0BBFowWIAQxDXqD2PYxSlriJ6HuzZ+b6EyMDAxLjAsBgNVBAMTJUFwcGxpY2F0aW9uR2F0ZXdheVNzbENlcnQtVW5pdFRlc3QtMDGCEI+aE5UeqMidTZV/Vm/WhcowDQYJKoZIhvcNAQELBQADggEBADSC6PHkVYmoVOyyW2g7q3GG3MmXa43/HQNTM+pT3HENAlhGg8T9EFrOQ/0QAoEQbrtsP8Isj5u2Bd4MOlYA180ExyfL/NFb7QpXq/pRLbePMQAQicdSvk/9RyrNRBfNjT2KNlBp3RZtCkJjQWlc5ylWydPy4JPUZxit/5ygCRT+cmN1ioF469Ki8hzBlKmrDg8jkFUwFyD7B0fEfPP0gSZI3F6HqgCK2hzBTjujZjddZyn2XxXlxLu57C83CNPP8fbsGW2CwolgmYvt+dJsdDnT7VKX5RS4cOPp/JGG7QdhzqVBoK0vZP6gHEAOPoqBVUWf8SmlVuAVGmDl8EjLnK8=\",\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/668f1741-ef48-4132-bf98-28b3a3d3f257/resourceGroups/ps6917/providers/Microsoft.Network/applicationGateways/ps3765/backendHttpSettingsCollection/ps9043\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/trustedRootCertificates\"\r\n }\r\n ],\r\n \"trustedClientCertificates\": [],\r\n \"sslProfiles\": [],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"name\": \"ps2653\",\r\n \"id\": \"/subscriptions/668f1741-ef48-4132-bf98-28b3a3d3f257/resourceGroups/ps6917/providers/Microsoft.Network/applicationGateways/ps3765/frontendIPConfigurations/ps2653\",\r\n \"etag\": \"W/\\\"35558f1d-7e13-45fd-bedf-83d3664e8976\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/668f1741-ef48-4132-bf98-28b3a3d3f257/resourceGroups/ps6917/providers/Microsoft.Network/publicIPAddresses/ps6504\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/668f1741-ef48-4132-bf98-28b3a3d3f257/resourceGroups/ps6917/providers/Microsoft.Network/applicationGateways/ps3765/httpListeners/ps7318\"\r\n }\r\n ],\r\n \"privateLinkConfiguration\": {\r\n \"id\": \"/subscriptions/668f1741-ef48-4132-bf98-28b3a3d3f257/resourceGroups/ps6917/providers/Microsoft.Network/applicationGateways/ps3765/privateLinkConfigurations/ps9392\"\r\n }\r\n }\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"name\": \"ps4412\",\r\n \"id\": \"/subscriptions/668f1741-ef48-4132-bf98-28b3a3d3f257/resourceGroups/ps6917/providers/Microsoft.Network/applicationGateways/ps3765/frontendPorts/ps4412\",\r\n \"etag\": \"W/\\\"35558f1d-7e13-45fd-bedf-83d3664e8976\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/668f1741-ef48-4132-bf98-28b3a3d3f257/resourceGroups/ps6917/providers/Microsoft.Network/applicationGateways/ps3765/httpListeners/ps7318\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"name\": \"ps5046\",\r\n \"id\": \"/subscriptions/668f1741-ef48-4132-bf98-28b3a3d3f257/resourceGroups/ps6917/providers/Microsoft.Network/applicationGateways/ps3765/backendAddressPools/ps5046\",\r\n \"etag\": \"W/\\\"35558f1d-7e13-45fd-bedf-83d3664e8976\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"www.microsoft.com\"\r\n },\r\n {\r\n \"ipAddress\": \"www.bing.com\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/668f1741-ef48-4132-bf98-28b3a3d3f257/resourceGroups/ps6917/providers/Microsoft.Network/applicationGateways/ps3765/requestRoutingRules/ps1349\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n }\r\n ],\r\n \"loadDistributionPolicies\": [],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"name\": \"ps9043\",\r\n \"id\": \"/subscriptions/668f1741-ef48-4132-bf98-28b3a3d3f257/resourceGroups/ps6917/providers/Microsoft.Network/applicationGateways/ps3765/backendHttpSettingsCollection/ps9043\",\r\n \"etag\": \"W/\\\"35558f1d-7e13-45fd-bedf-83d3664e8976\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 443,\r\n \"protocol\": \"Https\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"pickHostNameFromBackendAddress\": true,\r\n \"requestTimeout\": 30,\r\n \"probe\": {\r\n \"id\": \"/subscriptions/668f1741-ef48-4132-bf98-28b3a3d3f257/resourceGroups/ps6917/providers/Microsoft.Network/applicationGateways/ps3765/probes/ps1619\"\r\n },\r\n \"trustedRootCertificates\": [\r\n {\r\n \"id\": \"/subscriptions/668f1741-ef48-4132-bf98-28b3a3d3f257/resourceGroups/ps6917/providers/Microsoft.Network/applicationGateways/ps3765/trustedRootCertificates/ps7335\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/668f1741-ef48-4132-bf98-28b3a3d3f257/resourceGroups/ps6917/providers/Microsoft.Network/applicationGateways/ps3765/requestRoutingRules/ps1349\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"name\": \"ps7318\",\r\n \"id\": \"/subscriptions/668f1741-ef48-4132-bf98-28b3a3d3f257/resourceGroups/ps6917/providers/Microsoft.Network/applicationGateways/ps3765/httpListeners/ps7318\",\r\n \"etag\": \"W/\\\"35558f1d-7e13-45fd-bedf-83d3664e8976\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/668f1741-ef48-4132-bf98-28b3a3d3f257/resourceGroups/ps6917/providers/Microsoft.Network/applicationGateways/ps3765/frontendIPConfigurations/ps2653\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/668f1741-ef48-4132-bf98-28b3a3d3f257/resourceGroups/ps6917/providers/Microsoft.Network/applicationGateways/ps3765/frontendPorts/ps4412\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/668f1741-ef48-4132-bf98-28b3a3d3f257/resourceGroups/ps6917/providers/Microsoft.Network/applicationGateways/ps3765/requestRoutingRules/ps1349\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n }\r\n ],\r\n \"urlPathMaps\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"name\": \"ps1349\",\r\n \"id\": \"/subscriptions/668f1741-ef48-4132-bf98-28b3a3d3f257/resourceGroups/ps6917/providers/Microsoft.Network/applicationGateways/ps3765/requestRoutingRules/ps1349\",\r\n \"etag\": \"W/\\\"35558f1d-7e13-45fd-bedf-83d3664e8976\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/668f1741-ef48-4132-bf98-28b3a3d3f257/resourceGroups/ps6917/providers/Microsoft.Network/applicationGateways/ps3765/httpListeners/ps7318\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/668f1741-ef48-4132-bf98-28b3a3d3f257/resourceGroups/ps6917/providers/Microsoft.Network/applicationGateways/ps3765/backendAddressPools/ps5046\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/668f1741-ef48-4132-bf98-28b3a3d3f257/resourceGroups/ps6917/providers/Microsoft.Network/applicationGateways/ps3765/backendHttpSettingsCollection/ps9043\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"name\": \"ps1619\",\r\n \"id\": \"/subscriptions/668f1741-ef48-4132-bf98-28b3a3d3f257/resourceGroups/ps6917/providers/Microsoft.Network/applicationGateways/ps3765/probes/ps1619\",\r\n \"etag\": \"W/\\\"35558f1d-7e13-45fd-bedf-83d3664e8976\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"protocol\": \"Https\",\r\n \"host\": \"probe.com\",\r\n \"port\": 1234,\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": false,\r\n \"minServers\": 0,\r\n \"match\": {},\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/668f1741-ef48-4132-bf98-28b3a3d3f257/resourceGroups/ps6917/providers/Microsoft.Network/applicationGateways/ps3765/backendHttpSettingsCollection/ps9043\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n }\r\n ],\r\n \"rewriteRuleSets\": [],\r\n \"redirectConfigurations\": [],\r\n \"privateLinkConfigurations\": [\r\n {\r\n \"name\": \"ps9392\",\r\n \"id\": \"/subscriptions/668f1741-ef48-4132-bf98-28b3a3d3f257/resourceGroups/ps6917/providers/Microsoft.Network/applicationGateways/ps3765/privateLinkConfigurations/ps9392\",\r\n \"etag\": \"W/\\\"35558f1d-7e13-45fd-bedf-83d3664e8976\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/privateLinkConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ps2039\",\r\n \"id\": \"/subscriptions/668f1741-ef48-4132-bf98-28b3a3d3f257/resourceGroups/ps6917/providers/Microsoft.Network/applicationGateways/ps3765/privateLinkConfigurations/ps9392/ipConfigurations/ps2039\",\r\n \"etag\": \"W/\\\"35558f1d-7e13-45fd-bedf-83d3664e8976\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/privateLinkConfigurations/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"primary\": true,\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/668f1741-ef48-4132-bf98-28b3a3d3f257/resourceGroups/ps6917/providers/Microsoft.Network/virtualNetworks/ps5974/subnets/ps7780\"\r\n }\r\n }\r\n }\r\n ],\r\n \"frontendIpConfigurations\": [\r\n {\r\n \"id\": \"/subscriptions/668f1741-ef48-4132-bf98-28b3a3d3f257/resourceGroups/ps6917/providers/Microsoft.Network/applicationGateways/ps3765/frontendIPConfigurations/ps2653\"\r\n }\r\n ]\r\n }\r\n }\r\n ],\r\n \"privateEndpointConnections\": [],\r\n \"autoscaleConfiguration\": {\r\n \"minCapacity\": 3\r\n },\r\n \"customErrorConfigurations\": []\r\n }\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/668f1741-ef48-4132-bf98-28b3a3d3f257/resourceGroups/ps6917/providers/Microsoft.Network/applicationGateways/ps3765?api-version=2020-05-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjY4ZjE3NDEtZWY0OC00MTMyLWJmOTgtMjhiM2EzZDNmMjU3L3Jlc291cmNlR3JvdXBzL3BzNjkxNy9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvYXBwbGljYXRpb25HYXRld2F5cy9wczM3NjU/YXBpLXZlcnNpb249MjAyMC0wNS0wMQ==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "bb7e3335-3495-47ab-9e84-e4d109d096d9" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.2.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "ETag": [ + "W/\"35558f1d-7e13-45fd-bedf-83d3664e8976\"" + ], + "x-ms-request-id": [ + "a873fb33-0a6a-454f-a7fa-44955d14cdc7" + ], + "x-ms-correlation-request-id": [ + "813e94ac-f58a-411e-a57b-a6e9673dc225" + ], + "x-ms-arm-service-request-id": [ + "11bed373-869f-4e57-b52e-256acab74930" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11966" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200621T042155Z:813e94ac-f58a-411e-a57b-a6e9673dc225" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Sun, 21 Jun 2020 04:21:55 GMT" + ], + "Content-Length": [ + "13056" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"ps3765\",\r\n \"id\": \"/subscriptions/668f1741-ef48-4132-bf98-28b3a3d3f257/resourceGroups/ps6917/providers/Microsoft.Network/applicationGateways/ps3765\",\r\n \"etag\": \"W/\\\"35558f1d-7e13-45fd-bedf-83d3664e8976\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways\",\r\n \"location\": \"westus2\",\r\n \"zones\": [\r\n \"1\",\r\n \"2\"\r\n ],\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"da1e4082-6b80-4c04-92a0-d9ad544214d9\",\r\n \"sku\": {\r\n \"name\": \"Standard_v2\",\r\n \"tier\": \"Standard_v2\"\r\n },\r\n \"operationalState\": \"Running\",\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"name\": \"ps1996\",\r\n \"id\": \"/subscriptions/668f1741-ef48-4132-bf98-28b3a3d3f257/resourceGroups/ps6917/providers/Microsoft.Network/applicationGateways/ps3765/gatewayIPConfigurations/ps1996\",\r\n \"etag\": \"W/\\\"35558f1d-7e13-45fd-bedf-83d3664e8976\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/668f1741-ef48-4132-bf98-28b3a3d3f257/resourceGroups/ps6917/providers/Microsoft.Network/virtualNetworks/ps5974/subnets/ps5192\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/gatewayIPConfigurations\"\r\n }\r\n ],\r\n \"sslCertificates\": [],\r\n \"trustedRootCertificates\": [\r\n {\r\n \"name\": \"ps7335\",\r\n \"id\": \"/subscriptions/668f1741-ef48-4132-bf98-28b3a3d3f257/resourceGroups/ps6917/providers/Microsoft.Network/applicationGateways/ps3765/trustedRootCertificates/ps7335\",\r\n \"etag\": \"W/\\\"35558f1d-7e13-45fd-bedf-83d3664e8976\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"data\": \"MIIDTzCCAjegAwIBAgIQj5oTlR6oyJ1NlX9Wb9aFyjANBgkqhkiG9w0BAQsFADAwMS4wLAYDVQQDEyVBcHBsaWNhdGlvbkdhdGV3YXlTc2xDZXJ0LVVuaXRUZXN0LTAxMB4XDTE2MDIxNzA3MDc1M1oXDTM5MTIzMTIzNTk1OVowMDEuMCwGA1UEAxMlQXBwbGljYXRpb25HYXRld2F5U3NsQ2VydC1Vbml0VGVzdC0wMTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBANOUOFVmm+P4ht/qaiGZaiMzZSXwqGP8W/XWZRfJSc1mS6B4zBm8MtndmO9NbPUeGetk3E4jI0egP7NufuTAtfZY5nG9/gsZh8Hp4o+x+6F1wCUtK5pQ5Fne4Vwg0Q9k1CgUfQfK0zEoanOTEylcyp1nVpoGc3v4FZ9pQr8/xQ7+PSwgNpmGpU1gmgorDlXIO8jiKb+WfSoPAhHcavoPFg6DeGv30AK2m8ULFezOqbprrozRxXaKzt8fBaDSP1XMakFaO6ffZU4uNgrehW4zMnpdgAjT5koymDKGAfl/7+5QpLxSKc2478J+PvTwy/rfWKJLbEImoM7WE3imWgrHUNMCAwEAAaNlMGMwYQYDVR0BBFowWIAQxDXqD2PYxSlriJ6HuzZ+b6EyMDAxLjAsBgNVBAMTJUFwcGxpY2F0aW9uR2F0ZXdheVNzbENlcnQtVW5pdFRlc3QtMDGCEI+aE5UeqMidTZV/Vm/WhcowDQYJKoZIhvcNAQELBQADggEBADSC6PHkVYmoVOyyW2g7q3GG3MmXa43/HQNTM+pT3HENAlhGg8T9EFrOQ/0QAoEQbrtsP8Isj5u2Bd4MOlYA180ExyfL/NFb7QpXq/pRLbePMQAQicdSvk/9RyrNRBfNjT2KNlBp3RZtCkJjQWlc5ylWydPy4JPUZxit/5ygCRT+cmN1ioF469Ki8hzBlKmrDg8jkFUwFyD7B0fEfPP0gSZI3F6HqgCK2hzBTjujZjddZyn2XxXlxLu57C83CNPP8fbsGW2CwolgmYvt+dJsdDnT7VKX5RS4cOPp/JGG7QdhzqVBoK0vZP6gHEAOPoqBVUWf8SmlVuAVGmDl8EjLnK8=\",\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/668f1741-ef48-4132-bf98-28b3a3d3f257/resourceGroups/ps6917/providers/Microsoft.Network/applicationGateways/ps3765/backendHttpSettingsCollection/ps9043\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/trustedRootCertificates\"\r\n }\r\n ],\r\n \"trustedClientCertificates\": [],\r\n \"sslProfiles\": [],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"name\": \"ps2653\",\r\n \"id\": \"/subscriptions/668f1741-ef48-4132-bf98-28b3a3d3f257/resourceGroups/ps6917/providers/Microsoft.Network/applicationGateways/ps3765/frontendIPConfigurations/ps2653\",\r\n \"etag\": \"W/\\\"35558f1d-7e13-45fd-bedf-83d3664e8976\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/668f1741-ef48-4132-bf98-28b3a3d3f257/resourceGroups/ps6917/providers/Microsoft.Network/publicIPAddresses/ps6504\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/668f1741-ef48-4132-bf98-28b3a3d3f257/resourceGroups/ps6917/providers/Microsoft.Network/applicationGateways/ps3765/httpListeners/ps7318\"\r\n }\r\n ],\r\n \"privateLinkConfiguration\": {\r\n \"id\": \"/subscriptions/668f1741-ef48-4132-bf98-28b3a3d3f257/resourceGroups/ps6917/providers/Microsoft.Network/applicationGateways/ps3765/privateLinkConfigurations/ps9392\"\r\n }\r\n }\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"name\": \"ps4412\",\r\n \"id\": \"/subscriptions/668f1741-ef48-4132-bf98-28b3a3d3f257/resourceGroups/ps6917/providers/Microsoft.Network/applicationGateways/ps3765/frontendPorts/ps4412\",\r\n \"etag\": \"W/\\\"35558f1d-7e13-45fd-bedf-83d3664e8976\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/668f1741-ef48-4132-bf98-28b3a3d3f257/resourceGroups/ps6917/providers/Microsoft.Network/applicationGateways/ps3765/httpListeners/ps7318\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"name\": \"ps5046\",\r\n \"id\": \"/subscriptions/668f1741-ef48-4132-bf98-28b3a3d3f257/resourceGroups/ps6917/providers/Microsoft.Network/applicationGateways/ps3765/backendAddressPools/ps5046\",\r\n \"etag\": \"W/\\\"35558f1d-7e13-45fd-bedf-83d3664e8976\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"www.microsoft.com\"\r\n },\r\n {\r\n \"ipAddress\": \"www.bing.com\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/668f1741-ef48-4132-bf98-28b3a3d3f257/resourceGroups/ps6917/providers/Microsoft.Network/applicationGateways/ps3765/requestRoutingRules/ps1349\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n }\r\n ],\r\n \"loadDistributionPolicies\": [],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"name\": \"ps9043\",\r\n \"id\": \"/subscriptions/668f1741-ef48-4132-bf98-28b3a3d3f257/resourceGroups/ps6917/providers/Microsoft.Network/applicationGateways/ps3765/backendHttpSettingsCollection/ps9043\",\r\n \"etag\": \"W/\\\"35558f1d-7e13-45fd-bedf-83d3664e8976\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 443,\r\n \"protocol\": \"Https\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"pickHostNameFromBackendAddress\": true,\r\n \"requestTimeout\": 30,\r\n \"probe\": {\r\n \"id\": \"/subscriptions/668f1741-ef48-4132-bf98-28b3a3d3f257/resourceGroups/ps6917/providers/Microsoft.Network/applicationGateways/ps3765/probes/ps1619\"\r\n },\r\n \"trustedRootCertificates\": [\r\n {\r\n \"id\": \"/subscriptions/668f1741-ef48-4132-bf98-28b3a3d3f257/resourceGroups/ps6917/providers/Microsoft.Network/applicationGateways/ps3765/trustedRootCertificates/ps7335\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/668f1741-ef48-4132-bf98-28b3a3d3f257/resourceGroups/ps6917/providers/Microsoft.Network/applicationGateways/ps3765/requestRoutingRules/ps1349\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"name\": \"ps7318\",\r\n \"id\": \"/subscriptions/668f1741-ef48-4132-bf98-28b3a3d3f257/resourceGroups/ps6917/providers/Microsoft.Network/applicationGateways/ps3765/httpListeners/ps7318\",\r\n \"etag\": \"W/\\\"35558f1d-7e13-45fd-bedf-83d3664e8976\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/668f1741-ef48-4132-bf98-28b3a3d3f257/resourceGroups/ps6917/providers/Microsoft.Network/applicationGateways/ps3765/frontendIPConfigurations/ps2653\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/668f1741-ef48-4132-bf98-28b3a3d3f257/resourceGroups/ps6917/providers/Microsoft.Network/applicationGateways/ps3765/frontendPorts/ps4412\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/668f1741-ef48-4132-bf98-28b3a3d3f257/resourceGroups/ps6917/providers/Microsoft.Network/applicationGateways/ps3765/requestRoutingRules/ps1349\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n }\r\n ],\r\n \"urlPathMaps\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"name\": \"ps1349\",\r\n \"id\": \"/subscriptions/668f1741-ef48-4132-bf98-28b3a3d3f257/resourceGroups/ps6917/providers/Microsoft.Network/applicationGateways/ps3765/requestRoutingRules/ps1349\",\r\n \"etag\": \"W/\\\"35558f1d-7e13-45fd-bedf-83d3664e8976\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/668f1741-ef48-4132-bf98-28b3a3d3f257/resourceGroups/ps6917/providers/Microsoft.Network/applicationGateways/ps3765/httpListeners/ps7318\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/668f1741-ef48-4132-bf98-28b3a3d3f257/resourceGroups/ps6917/providers/Microsoft.Network/applicationGateways/ps3765/backendAddressPools/ps5046\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/668f1741-ef48-4132-bf98-28b3a3d3f257/resourceGroups/ps6917/providers/Microsoft.Network/applicationGateways/ps3765/backendHttpSettingsCollection/ps9043\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"name\": \"ps1619\",\r\n \"id\": \"/subscriptions/668f1741-ef48-4132-bf98-28b3a3d3f257/resourceGroups/ps6917/providers/Microsoft.Network/applicationGateways/ps3765/probes/ps1619\",\r\n \"etag\": \"W/\\\"35558f1d-7e13-45fd-bedf-83d3664e8976\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"protocol\": \"Https\",\r\n \"host\": \"probe.com\",\r\n \"port\": 1234,\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": false,\r\n \"minServers\": 0,\r\n \"match\": {},\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/668f1741-ef48-4132-bf98-28b3a3d3f257/resourceGroups/ps6917/providers/Microsoft.Network/applicationGateways/ps3765/backendHttpSettingsCollection/ps9043\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n }\r\n ],\r\n \"rewriteRuleSets\": [],\r\n \"redirectConfigurations\": [],\r\n \"privateLinkConfigurations\": [\r\n {\r\n \"name\": \"ps9392\",\r\n \"id\": \"/subscriptions/668f1741-ef48-4132-bf98-28b3a3d3f257/resourceGroups/ps6917/providers/Microsoft.Network/applicationGateways/ps3765/privateLinkConfigurations/ps9392\",\r\n \"etag\": \"W/\\\"35558f1d-7e13-45fd-bedf-83d3664e8976\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/privateLinkConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ps2039\",\r\n \"id\": \"/subscriptions/668f1741-ef48-4132-bf98-28b3a3d3f257/resourceGroups/ps6917/providers/Microsoft.Network/applicationGateways/ps3765/privateLinkConfigurations/ps9392/ipConfigurations/ps2039\",\r\n \"etag\": \"W/\\\"35558f1d-7e13-45fd-bedf-83d3664e8976\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/privateLinkConfigurations/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"primary\": true,\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/668f1741-ef48-4132-bf98-28b3a3d3f257/resourceGroups/ps6917/providers/Microsoft.Network/virtualNetworks/ps5974/subnets/ps7780\"\r\n }\r\n }\r\n }\r\n ],\r\n \"frontendIpConfigurations\": [\r\n {\r\n \"id\": \"/subscriptions/668f1741-ef48-4132-bf98-28b3a3d3f257/resourceGroups/ps6917/providers/Microsoft.Network/applicationGateways/ps3765/frontendIPConfigurations/ps2653\"\r\n }\r\n ]\r\n }\r\n }\r\n ],\r\n \"privateEndpointConnections\": [],\r\n \"autoscaleConfiguration\": {\r\n \"minCapacity\": 3\r\n },\r\n \"customErrorConfigurations\": []\r\n }\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/668f1741-ef48-4132-bf98-28b3a3d3f257/resourceGroups/ps6917/providers/Microsoft.Network/applicationGateways/ps3765?api-version=2020-05-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjY4ZjE3NDEtZWY0OC00MTMyLWJmOTgtMjhiM2EzZDNmMjU3L3Jlc291cmNlR3JvdXBzL3BzNjkxNy9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvYXBwbGljYXRpb25HYXRld2F5cy9wczM3NjU/YXBpLXZlcnNpb249MjAyMC0wNS0wMQ==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "b023f0f2-9eb9-4440-8bcb-17ee929fca2e" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.2.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "ETag": [ + "W/\"35558f1d-7e13-45fd-bedf-83d3664e8976\"" + ], + "x-ms-request-id": [ + "50659d89-2401-493e-bce3-f9248c68986e" + ], + "x-ms-correlation-request-id": [ + "226827b7-f17d-4919-b379-7f38c8b1a90c" + ], + "x-ms-arm-service-request-id": [ + "e3d84e1d-9b10-4bb1-bdf2-ab52014e9f54" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11999" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200621T042156Z:226827b7-f17d-4919-b379-7f38c8b1a90c" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Sun, 21 Jun 2020 04:21:55 GMT" + ], + "Content-Length": [ + "13056" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"ps3765\",\r\n \"id\": \"/subscriptions/668f1741-ef48-4132-bf98-28b3a3d3f257/resourceGroups/ps6917/providers/Microsoft.Network/applicationGateways/ps3765\",\r\n \"etag\": \"W/\\\"35558f1d-7e13-45fd-bedf-83d3664e8976\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways\",\r\n \"location\": \"westus2\",\r\n \"zones\": [\r\n \"1\",\r\n \"2\"\r\n ],\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"da1e4082-6b80-4c04-92a0-d9ad544214d9\",\r\n \"sku\": {\r\n \"name\": \"Standard_v2\",\r\n \"tier\": \"Standard_v2\"\r\n },\r\n \"operationalState\": \"Running\",\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"name\": \"ps1996\",\r\n \"id\": \"/subscriptions/668f1741-ef48-4132-bf98-28b3a3d3f257/resourceGroups/ps6917/providers/Microsoft.Network/applicationGateways/ps3765/gatewayIPConfigurations/ps1996\",\r\n \"etag\": \"W/\\\"35558f1d-7e13-45fd-bedf-83d3664e8976\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/668f1741-ef48-4132-bf98-28b3a3d3f257/resourceGroups/ps6917/providers/Microsoft.Network/virtualNetworks/ps5974/subnets/ps5192\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/gatewayIPConfigurations\"\r\n }\r\n ],\r\n \"sslCertificates\": [],\r\n \"trustedRootCertificates\": [\r\n {\r\n \"name\": \"ps7335\",\r\n \"id\": \"/subscriptions/668f1741-ef48-4132-bf98-28b3a3d3f257/resourceGroups/ps6917/providers/Microsoft.Network/applicationGateways/ps3765/trustedRootCertificates/ps7335\",\r\n \"etag\": \"W/\\\"35558f1d-7e13-45fd-bedf-83d3664e8976\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"data\": \"MIIDTzCCAjegAwIBAgIQj5oTlR6oyJ1NlX9Wb9aFyjANBgkqhkiG9w0BAQsFADAwMS4wLAYDVQQDEyVBcHBsaWNhdGlvbkdhdGV3YXlTc2xDZXJ0LVVuaXRUZXN0LTAxMB4XDTE2MDIxNzA3MDc1M1oXDTM5MTIzMTIzNTk1OVowMDEuMCwGA1UEAxMlQXBwbGljYXRpb25HYXRld2F5U3NsQ2VydC1Vbml0VGVzdC0wMTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBANOUOFVmm+P4ht/qaiGZaiMzZSXwqGP8W/XWZRfJSc1mS6B4zBm8MtndmO9NbPUeGetk3E4jI0egP7NufuTAtfZY5nG9/gsZh8Hp4o+x+6F1wCUtK5pQ5Fne4Vwg0Q9k1CgUfQfK0zEoanOTEylcyp1nVpoGc3v4FZ9pQr8/xQ7+PSwgNpmGpU1gmgorDlXIO8jiKb+WfSoPAhHcavoPFg6DeGv30AK2m8ULFezOqbprrozRxXaKzt8fBaDSP1XMakFaO6ffZU4uNgrehW4zMnpdgAjT5koymDKGAfl/7+5QpLxSKc2478J+PvTwy/rfWKJLbEImoM7WE3imWgrHUNMCAwEAAaNlMGMwYQYDVR0BBFowWIAQxDXqD2PYxSlriJ6HuzZ+b6EyMDAxLjAsBgNVBAMTJUFwcGxpY2F0aW9uR2F0ZXdheVNzbENlcnQtVW5pdFRlc3QtMDGCEI+aE5UeqMidTZV/Vm/WhcowDQYJKoZIhvcNAQELBQADggEBADSC6PHkVYmoVOyyW2g7q3GG3MmXa43/HQNTM+pT3HENAlhGg8T9EFrOQ/0QAoEQbrtsP8Isj5u2Bd4MOlYA180ExyfL/NFb7QpXq/pRLbePMQAQicdSvk/9RyrNRBfNjT2KNlBp3RZtCkJjQWlc5ylWydPy4JPUZxit/5ygCRT+cmN1ioF469Ki8hzBlKmrDg8jkFUwFyD7B0fEfPP0gSZI3F6HqgCK2hzBTjujZjddZyn2XxXlxLu57C83CNPP8fbsGW2CwolgmYvt+dJsdDnT7VKX5RS4cOPp/JGG7QdhzqVBoK0vZP6gHEAOPoqBVUWf8SmlVuAVGmDl8EjLnK8=\",\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/668f1741-ef48-4132-bf98-28b3a3d3f257/resourceGroups/ps6917/providers/Microsoft.Network/applicationGateways/ps3765/backendHttpSettingsCollection/ps9043\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/trustedRootCertificates\"\r\n }\r\n ],\r\n \"trustedClientCertificates\": [],\r\n \"sslProfiles\": [],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"name\": \"ps2653\",\r\n \"id\": \"/subscriptions/668f1741-ef48-4132-bf98-28b3a3d3f257/resourceGroups/ps6917/providers/Microsoft.Network/applicationGateways/ps3765/frontendIPConfigurations/ps2653\",\r\n \"etag\": \"W/\\\"35558f1d-7e13-45fd-bedf-83d3664e8976\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/668f1741-ef48-4132-bf98-28b3a3d3f257/resourceGroups/ps6917/providers/Microsoft.Network/publicIPAddresses/ps6504\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/668f1741-ef48-4132-bf98-28b3a3d3f257/resourceGroups/ps6917/providers/Microsoft.Network/applicationGateways/ps3765/httpListeners/ps7318\"\r\n }\r\n ],\r\n \"privateLinkConfiguration\": {\r\n \"id\": \"/subscriptions/668f1741-ef48-4132-bf98-28b3a3d3f257/resourceGroups/ps6917/providers/Microsoft.Network/applicationGateways/ps3765/privateLinkConfigurations/ps9392\"\r\n }\r\n }\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"name\": \"ps4412\",\r\n \"id\": \"/subscriptions/668f1741-ef48-4132-bf98-28b3a3d3f257/resourceGroups/ps6917/providers/Microsoft.Network/applicationGateways/ps3765/frontendPorts/ps4412\",\r\n \"etag\": \"W/\\\"35558f1d-7e13-45fd-bedf-83d3664e8976\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/668f1741-ef48-4132-bf98-28b3a3d3f257/resourceGroups/ps6917/providers/Microsoft.Network/applicationGateways/ps3765/httpListeners/ps7318\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"name\": \"ps5046\",\r\n \"id\": \"/subscriptions/668f1741-ef48-4132-bf98-28b3a3d3f257/resourceGroups/ps6917/providers/Microsoft.Network/applicationGateways/ps3765/backendAddressPools/ps5046\",\r\n \"etag\": \"W/\\\"35558f1d-7e13-45fd-bedf-83d3664e8976\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"www.microsoft.com\"\r\n },\r\n {\r\n \"ipAddress\": \"www.bing.com\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/668f1741-ef48-4132-bf98-28b3a3d3f257/resourceGroups/ps6917/providers/Microsoft.Network/applicationGateways/ps3765/requestRoutingRules/ps1349\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n }\r\n ],\r\n \"loadDistributionPolicies\": [],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"name\": \"ps9043\",\r\n \"id\": \"/subscriptions/668f1741-ef48-4132-bf98-28b3a3d3f257/resourceGroups/ps6917/providers/Microsoft.Network/applicationGateways/ps3765/backendHttpSettingsCollection/ps9043\",\r\n \"etag\": \"W/\\\"35558f1d-7e13-45fd-bedf-83d3664e8976\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 443,\r\n \"protocol\": \"Https\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"pickHostNameFromBackendAddress\": true,\r\n \"requestTimeout\": 30,\r\n \"probe\": {\r\n \"id\": \"/subscriptions/668f1741-ef48-4132-bf98-28b3a3d3f257/resourceGroups/ps6917/providers/Microsoft.Network/applicationGateways/ps3765/probes/ps1619\"\r\n },\r\n \"trustedRootCertificates\": [\r\n {\r\n \"id\": \"/subscriptions/668f1741-ef48-4132-bf98-28b3a3d3f257/resourceGroups/ps6917/providers/Microsoft.Network/applicationGateways/ps3765/trustedRootCertificates/ps7335\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/668f1741-ef48-4132-bf98-28b3a3d3f257/resourceGroups/ps6917/providers/Microsoft.Network/applicationGateways/ps3765/requestRoutingRules/ps1349\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"name\": \"ps7318\",\r\n \"id\": \"/subscriptions/668f1741-ef48-4132-bf98-28b3a3d3f257/resourceGroups/ps6917/providers/Microsoft.Network/applicationGateways/ps3765/httpListeners/ps7318\",\r\n \"etag\": \"W/\\\"35558f1d-7e13-45fd-bedf-83d3664e8976\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/668f1741-ef48-4132-bf98-28b3a3d3f257/resourceGroups/ps6917/providers/Microsoft.Network/applicationGateways/ps3765/frontendIPConfigurations/ps2653\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/668f1741-ef48-4132-bf98-28b3a3d3f257/resourceGroups/ps6917/providers/Microsoft.Network/applicationGateways/ps3765/frontendPorts/ps4412\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/668f1741-ef48-4132-bf98-28b3a3d3f257/resourceGroups/ps6917/providers/Microsoft.Network/applicationGateways/ps3765/requestRoutingRules/ps1349\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n }\r\n ],\r\n \"urlPathMaps\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"name\": \"ps1349\",\r\n \"id\": \"/subscriptions/668f1741-ef48-4132-bf98-28b3a3d3f257/resourceGroups/ps6917/providers/Microsoft.Network/applicationGateways/ps3765/requestRoutingRules/ps1349\",\r\n \"etag\": \"W/\\\"35558f1d-7e13-45fd-bedf-83d3664e8976\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/668f1741-ef48-4132-bf98-28b3a3d3f257/resourceGroups/ps6917/providers/Microsoft.Network/applicationGateways/ps3765/httpListeners/ps7318\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/668f1741-ef48-4132-bf98-28b3a3d3f257/resourceGroups/ps6917/providers/Microsoft.Network/applicationGateways/ps3765/backendAddressPools/ps5046\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/668f1741-ef48-4132-bf98-28b3a3d3f257/resourceGroups/ps6917/providers/Microsoft.Network/applicationGateways/ps3765/backendHttpSettingsCollection/ps9043\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"name\": \"ps1619\",\r\n \"id\": \"/subscriptions/668f1741-ef48-4132-bf98-28b3a3d3f257/resourceGroups/ps6917/providers/Microsoft.Network/applicationGateways/ps3765/probes/ps1619\",\r\n \"etag\": \"W/\\\"35558f1d-7e13-45fd-bedf-83d3664e8976\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"protocol\": \"Https\",\r\n \"host\": \"probe.com\",\r\n \"port\": 1234,\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": false,\r\n \"minServers\": 0,\r\n \"match\": {},\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/668f1741-ef48-4132-bf98-28b3a3d3f257/resourceGroups/ps6917/providers/Microsoft.Network/applicationGateways/ps3765/backendHttpSettingsCollection/ps9043\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n }\r\n ],\r\n \"rewriteRuleSets\": [],\r\n \"redirectConfigurations\": [],\r\n \"privateLinkConfigurations\": [\r\n {\r\n \"name\": \"ps9392\",\r\n \"id\": \"/subscriptions/668f1741-ef48-4132-bf98-28b3a3d3f257/resourceGroups/ps6917/providers/Microsoft.Network/applicationGateways/ps3765/privateLinkConfigurations/ps9392\",\r\n \"etag\": \"W/\\\"35558f1d-7e13-45fd-bedf-83d3664e8976\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/privateLinkConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ps2039\",\r\n \"id\": \"/subscriptions/668f1741-ef48-4132-bf98-28b3a3d3f257/resourceGroups/ps6917/providers/Microsoft.Network/applicationGateways/ps3765/privateLinkConfigurations/ps9392/ipConfigurations/ps2039\",\r\n \"etag\": \"W/\\\"35558f1d-7e13-45fd-bedf-83d3664e8976\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/privateLinkConfigurations/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"primary\": true,\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/668f1741-ef48-4132-bf98-28b3a3d3f257/resourceGroups/ps6917/providers/Microsoft.Network/virtualNetworks/ps5974/subnets/ps7780\"\r\n }\r\n }\r\n }\r\n ],\r\n \"frontendIpConfigurations\": [\r\n {\r\n \"id\": \"/subscriptions/668f1741-ef48-4132-bf98-28b3a3d3f257/resourceGroups/ps6917/providers/Microsoft.Network/applicationGateways/ps3765/frontendIPConfigurations/ps2653\"\r\n }\r\n ]\r\n }\r\n }\r\n ],\r\n \"privateEndpointConnections\": [],\r\n \"autoscaleConfiguration\": {\r\n \"minCapacity\": 3\r\n },\r\n \"customErrorConfigurations\": []\r\n }\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/668f1741-ef48-4132-bf98-28b3a3d3f257/resourceGroups/ps6917/providers/Microsoft.Network/applicationGateways/ps3765?api-version=2020-05-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjY4ZjE3NDEtZWY0OC00MTMyLWJmOTgtMjhiM2EzZDNmMjU3L3Jlc291cmNlR3JvdXBzL3BzNjkxNy9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvYXBwbGljYXRpb25HYXRld2F5cy9wczM3NjU/YXBpLXZlcnNpb249MjAyMC0wNS0wMQ==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "31c5ce6c-489e-474e-b27d-adffc49cdcac" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.2.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "ETag": [ + "W/\"35558f1d-7e13-45fd-bedf-83d3664e8976\"" + ], + "x-ms-request-id": [ + "a25542eb-45e7-4f94-835a-59e50f301e7f" + ], + "x-ms-correlation-request-id": [ + "7a55aa09-e358-4b77-9134-d014a7c61814" + ], + "x-ms-arm-service-request-id": [ + "f9175962-e61b-4893-b7ff-384a58ceedd5" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11999" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200621T042235Z:7a55aa09-e358-4b77-9134-d014a7c61814" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Sun, 21 Jun 2020 04:22:34 GMT" + ], + "Content-Length": [ + "13948" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"ps3765\",\r\n \"id\": \"/subscriptions/668f1741-ef48-4132-bf98-28b3a3d3f257/resourceGroups/ps6917/providers/Microsoft.Network/applicationGateways/ps3765\",\r\n \"etag\": \"W/\\\"35558f1d-7e13-45fd-bedf-83d3664e8976\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways\",\r\n \"location\": \"westus2\",\r\n \"zones\": [\r\n \"1\",\r\n \"2\"\r\n ],\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"da1e4082-6b80-4c04-92a0-d9ad544214d9\",\r\n \"sku\": {\r\n \"name\": \"Standard_v2\",\r\n \"tier\": \"Standard_v2\"\r\n },\r\n \"operationalState\": \"Running\",\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"name\": \"ps1996\",\r\n \"id\": \"/subscriptions/668f1741-ef48-4132-bf98-28b3a3d3f257/resourceGroups/ps6917/providers/Microsoft.Network/applicationGateways/ps3765/gatewayIPConfigurations/ps1996\",\r\n \"etag\": \"W/\\\"35558f1d-7e13-45fd-bedf-83d3664e8976\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/668f1741-ef48-4132-bf98-28b3a3d3f257/resourceGroups/ps6917/providers/Microsoft.Network/virtualNetworks/ps5974/subnets/ps5192\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/gatewayIPConfigurations\"\r\n }\r\n ],\r\n \"sslCertificates\": [],\r\n \"trustedRootCertificates\": [\r\n {\r\n \"name\": \"ps7335\",\r\n \"id\": \"/subscriptions/668f1741-ef48-4132-bf98-28b3a3d3f257/resourceGroups/ps6917/providers/Microsoft.Network/applicationGateways/ps3765/trustedRootCertificates/ps7335\",\r\n \"etag\": \"W/\\\"35558f1d-7e13-45fd-bedf-83d3664e8976\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"data\": \"MIIDTzCCAjegAwIBAgIQj5oTlR6oyJ1NlX9Wb9aFyjANBgkqhkiG9w0BAQsFADAwMS4wLAYDVQQDEyVBcHBsaWNhdGlvbkdhdGV3YXlTc2xDZXJ0LVVuaXRUZXN0LTAxMB4XDTE2MDIxNzA3MDc1M1oXDTM5MTIzMTIzNTk1OVowMDEuMCwGA1UEAxMlQXBwbGljYXRpb25HYXRld2F5U3NsQ2VydC1Vbml0VGVzdC0wMTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBANOUOFVmm+P4ht/qaiGZaiMzZSXwqGP8W/XWZRfJSc1mS6B4zBm8MtndmO9NbPUeGetk3E4jI0egP7NufuTAtfZY5nG9/gsZh8Hp4o+x+6F1wCUtK5pQ5Fne4Vwg0Q9k1CgUfQfK0zEoanOTEylcyp1nVpoGc3v4FZ9pQr8/xQ7+PSwgNpmGpU1gmgorDlXIO8jiKb+WfSoPAhHcavoPFg6DeGv30AK2m8ULFezOqbprrozRxXaKzt8fBaDSP1XMakFaO6ffZU4uNgrehW4zMnpdgAjT5koymDKGAfl/7+5QpLxSKc2478J+PvTwy/rfWKJLbEImoM7WE3imWgrHUNMCAwEAAaNlMGMwYQYDVR0BBFowWIAQxDXqD2PYxSlriJ6HuzZ+b6EyMDAxLjAsBgNVBAMTJUFwcGxpY2F0aW9uR2F0ZXdheVNzbENlcnQtVW5pdFRlc3QtMDGCEI+aE5UeqMidTZV/Vm/WhcowDQYJKoZIhvcNAQELBQADggEBADSC6PHkVYmoVOyyW2g7q3GG3MmXa43/HQNTM+pT3HENAlhGg8T9EFrOQ/0QAoEQbrtsP8Isj5u2Bd4MOlYA180ExyfL/NFb7QpXq/pRLbePMQAQicdSvk/9RyrNRBfNjT2KNlBp3RZtCkJjQWlc5ylWydPy4JPUZxit/5ygCRT+cmN1ioF469Ki8hzBlKmrDg8jkFUwFyD7B0fEfPP0gSZI3F6HqgCK2hzBTjujZjddZyn2XxXlxLu57C83CNPP8fbsGW2CwolgmYvt+dJsdDnT7VKX5RS4cOPp/JGG7QdhzqVBoK0vZP6gHEAOPoqBVUWf8SmlVuAVGmDl8EjLnK8=\",\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/668f1741-ef48-4132-bf98-28b3a3d3f257/resourceGroups/ps6917/providers/Microsoft.Network/applicationGateways/ps3765/backendHttpSettingsCollection/ps9043\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/trustedRootCertificates\"\r\n }\r\n ],\r\n \"trustedClientCertificates\": [],\r\n \"sslProfiles\": [],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"name\": \"ps2653\",\r\n \"id\": \"/subscriptions/668f1741-ef48-4132-bf98-28b3a3d3f257/resourceGroups/ps6917/providers/Microsoft.Network/applicationGateways/ps3765/frontendIPConfigurations/ps2653\",\r\n \"etag\": \"W/\\\"35558f1d-7e13-45fd-bedf-83d3664e8976\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/668f1741-ef48-4132-bf98-28b3a3d3f257/resourceGroups/ps6917/providers/Microsoft.Network/publicIPAddresses/ps6504\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/668f1741-ef48-4132-bf98-28b3a3d3f257/resourceGroups/ps6917/providers/Microsoft.Network/applicationGateways/ps3765/httpListeners/ps7318\"\r\n }\r\n ],\r\n \"privateLinkConfiguration\": {\r\n \"id\": \"/subscriptions/668f1741-ef48-4132-bf98-28b3a3d3f257/resourceGroups/ps6917/providers/Microsoft.Network/applicationGateways/ps3765/privateLinkConfigurations/ps9392\"\r\n }\r\n }\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"name\": \"ps4412\",\r\n \"id\": \"/subscriptions/668f1741-ef48-4132-bf98-28b3a3d3f257/resourceGroups/ps6917/providers/Microsoft.Network/applicationGateways/ps3765/frontendPorts/ps4412\",\r\n \"etag\": \"W/\\\"35558f1d-7e13-45fd-bedf-83d3664e8976\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/668f1741-ef48-4132-bf98-28b3a3d3f257/resourceGroups/ps6917/providers/Microsoft.Network/applicationGateways/ps3765/httpListeners/ps7318\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"name\": \"ps5046\",\r\n \"id\": \"/subscriptions/668f1741-ef48-4132-bf98-28b3a3d3f257/resourceGroups/ps6917/providers/Microsoft.Network/applicationGateways/ps3765/backendAddressPools/ps5046\",\r\n \"etag\": \"W/\\\"35558f1d-7e13-45fd-bedf-83d3664e8976\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"www.microsoft.com\"\r\n },\r\n {\r\n \"ipAddress\": \"www.bing.com\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/668f1741-ef48-4132-bf98-28b3a3d3f257/resourceGroups/ps6917/providers/Microsoft.Network/applicationGateways/ps3765/requestRoutingRules/ps1349\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n }\r\n ],\r\n \"loadDistributionPolicies\": [],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"name\": \"ps9043\",\r\n \"id\": \"/subscriptions/668f1741-ef48-4132-bf98-28b3a3d3f257/resourceGroups/ps6917/providers/Microsoft.Network/applicationGateways/ps3765/backendHttpSettingsCollection/ps9043\",\r\n \"etag\": \"W/\\\"35558f1d-7e13-45fd-bedf-83d3664e8976\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 443,\r\n \"protocol\": \"Https\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"pickHostNameFromBackendAddress\": true,\r\n \"requestTimeout\": 30,\r\n \"probe\": {\r\n \"id\": \"/subscriptions/668f1741-ef48-4132-bf98-28b3a3d3f257/resourceGroups/ps6917/providers/Microsoft.Network/applicationGateways/ps3765/probes/ps1619\"\r\n },\r\n \"trustedRootCertificates\": [\r\n {\r\n \"id\": \"/subscriptions/668f1741-ef48-4132-bf98-28b3a3d3f257/resourceGroups/ps6917/providers/Microsoft.Network/applicationGateways/ps3765/trustedRootCertificates/ps7335\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/668f1741-ef48-4132-bf98-28b3a3d3f257/resourceGroups/ps6917/providers/Microsoft.Network/applicationGateways/ps3765/requestRoutingRules/ps1349\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"name\": \"ps7318\",\r\n \"id\": \"/subscriptions/668f1741-ef48-4132-bf98-28b3a3d3f257/resourceGroups/ps6917/providers/Microsoft.Network/applicationGateways/ps3765/httpListeners/ps7318\",\r\n \"etag\": \"W/\\\"35558f1d-7e13-45fd-bedf-83d3664e8976\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/668f1741-ef48-4132-bf98-28b3a3d3f257/resourceGroups/ps6917/providers/Microsoft.Network/applicationGateways/ps3765/frontendIPConfigurations/ps2653\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/668f1741-ef48-4132-bf98-28b3a3d3f257/resourceGroups/ps6917/providers/Microsoft.Network/applicationGateways/ps3765/frontendPorts/ps4412\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/668f1741-ef48-4132-bf98-28b3a3d3f257/resourceGroups/ps6917/providers/Microsoft.Network/applicationGateways/ps3765/requestRoutingRules/ps1349\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n }\r\n ],\r\n \"urlPathMaps\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"name\": \"ps1349\",\r\n \"id\": \"/subscriptions/668f1741-ef48-4132-bf98-28b3a3d3f257/resourceGroups/ps6917/providers/Microsoft.Network/applicationGateways/ps3765/requestRoutingRules/ps1349\",\r\n \"etag\": \"W/\\\"35558f1d-7e13-45fd-bedf-83d3664e8976\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/668f1741-ef48-4132-bf98-28b3a3d3f257/resourceGroups/ps6917/providers/Microsoft.Network/applicationGateways/ps3765/httpListeners/ps7318\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/668f1741-ef48-4132-bf98-28b3a3d3f257/resourceGroups/ps6917/providers/Microsoft.Network/applicationGateways/ps3765/backendAddressPools/ps5046\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/668f1741-ef48-4132-bf98-28b3a3d3f257/resourceGroups/ps6917/providers/Microsoft.Network/applicationGateways/ps3765/backendHttpSettingsCollection/ps9043\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"name\": \"ps1619\",\r\n \"id\": \"/subscriptions/668f1741-ef48-4132-bf98-28b3a3d3f257/resourceGroups/ps6917/providers/Microsoft.Network/applicationGateways/ps3765/probes/ps1619\",\r\n \"etag\": \"W/\\\"35558f1d-7e13-45fd-bedf-83d3664e8976\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"protocol\": \"Https\",\r\n \"host\": \"probe.com\",\r\n \"port\": 1234,\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": false,\r\n \"minServers\": 0,\r\n \"match\": {},\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/668f1741-ef48-4132-bf98-28b3a3d3f257/resourceGroups/ps6917/providers/Microsoft.Network/applicationGateways/ps3765/backendHttpSettingsCollection/ps9043\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n }\r\n ],\r\n \"rewriteRuleSets\": [],\r\n \"redirectConfigurations\": [],\r\n \"privateLinkConfigurations\": [\r\n {\r\n \"name\": \"ps9392\",\r\n \"id\": \"/subscriptions/668f1741-ef48-4132-bf98-28b3a3d3f257/resourceGroups/ps6917/providers/Microsoft.Network/applicationGateways/ps3765/privateLinkConfigurations/ps9392\",\r\n \"etag\": \"W/\\\"35558f1d-7e13-45fd-bedf-83d3664e8976\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/privateLinkConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ps2039\",\r\n \"id\": \"/subscriptions/668f1741-ef48-4132-bf98-28b3a3d3f257/resourceGroups/ps6917/providers/Microsoft.Network/applicationGateways/ps3765/privateLinkConfigurations/ps9392/ipConfigurations/ps2039\",\r\n \"etag\": \"W/\\\"35558f1d-7e13-45fd-bedf-83d3664e8976\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/privateLinkConfigurations/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"primary\": true,\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/668f1741-ef48-4132-bf98-28b3a3d3f257/resourceGroups/ps6917/providers/Microsoft.Network/virtualNetworks/ps5974/subnets/ps7780\"\r\n }\r\n }\r\n }\r\n ],\r\n \"frontendIpConfigurations\": [\r\n {\r\n \"id\": \"/subscriptions/668f1741-ef48-4132-bf98-28b3a3d3f257/resourceGroups/ps6917/providers/Microsoft.Network/applicationGateways/ps3765/frontendIPConfigurations/ps2653\"\r\n }\r\n ]\r\n }\r\n }\r\n ],\r\n \"privateEndpointConnections\": [\r\n {\r\n \"name\": \"ps4220.f2814534-6553-4f6e-bb50-0af064c19874\",\r\n \"id\": \"/subscriptions/668f1741-ef48-4132-bf98-28b3a3d3f257/resourceGroups/ps6917/providers/Microsoft.Network/applicationGateways/ps3765/privateEndpointConnections/ps4220.f2814534-6553-4f6e-bb50-0af064c19874\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateEndpoint\": {\r\n \"id\": \"/subscriptions/668f1741-ef48-4132-bf98-28b3a3d3f257/resourceGroups/ps4027/providers/Microsoft.Network/privateEndpoints/ps4220\"\r\n },\r\n \"privateLinkServiceConnectionState\": {\r\n \"status\": \"Pending\",\r\n \"description\": \"Awaiting Approval\",\r\n \"actionsRequired\": \"None\"\r\n },\r\n \"linkIdentifier\": \"637581470\"\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/privateEndpointConnections\"\r\n }\r\n ],\r\n \"autoscaleConfiguration\": {\r\n \"minCapacity\": 3\r\n },\r\n \"customErrorConfigurations\": []\r\n }\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/668f1741-ef48-4132-bf98-28b3a3d3f257/resourceGroups/ps6917/providers/Microsoft.Network/applicationGateways/ps3765?api-version=2020-05-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjY4ZjE3NDEtZWY0OC00MTMyLWJmOTgtMjhiM2EzZDNmMjU3L3Jlc291cmNlR3JvdXBzL3BzNjkxNy9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvYXBwbGljYXRpb25HYXRld2F5cy9wczM3NjU/YXBpLXZlcnNpb249MjAyMC0wNS0wMQ==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "75676ec9-3419-463c-aaae-01cf31e1fb11" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.2.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "ETag": [ + "W/\"35558f1d-7e13-45fd-bedf-83d3664e8976\"" + ], + "x-ms-request-id": [ + "d351432b-457d-47b9-9231-b27be17bae55" + ], + "x-ms-correlation-request-id": [ + "f9de00ae-b646-45b0-93a7-a5504eb34403" + ], + "x-ms-arm-service-request-id": [ + "0b84b169-4ee5-473a-b88c-6dd3ac9616fd" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11999" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200621T042407Z:f9de00ae-b646-45b0-93a7-a5504eb34403" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Sun, 21 Jun 2020 04:24:06 GMT" + ], + "Content-Length": [ + "13056" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"ps3765\",\r\n \"id\": \"/subscriptions/668f1741-ef48-4132-bf98-28b3a3d3f257/resourceGroups/ps6917/providers/Microsoft.Network/applicationGateways/ps3765\",\r\n \"etag\": \"W/\\\"35558f1d-7e13-45fd-bedf-83d3664e8976\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways\",\r\n \"location\": \"westus2\",\r\n \"zones\": [\r\n \"1\",\r\n \"2\"\r\n ],\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"da1e4082-6b80-4c04-92a0-d9ad544214d9\",\r\n \"sku\": {\r\n \"name\": \"Standard_v2\",\r\n \"tier\": \"Standard_v2\"\r\n },\r\n \"operationalState\": \"Running\",\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"name\": \"ps1996\",\r\n \"id\": \"/subscriptions/668f1741-ef48-4132-bf98-28b3a3d3f257/resourceGroups/ps6917/providers/Microsoft.Network/applicationGateways/ps3765/gatewayIPConfigurations/ps1996\",\r\n \"etag\": \"W/\\\"35558f1d-7e13-45fd-bedf-83d3664e8976\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/668f1741-ef48-4132-bf98-28b3a3d3f257/resourceGroups/ps6917/providers/Microsoft.Network/virtualNetworks/ps5974/subnets/ps5192\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/gatewayIPConfigurations\"\r\n }\r\n ],\r\n \"sslCertificates\": [],\r\n \"trustedRootCertificates\": [\r\n {\r\n \"name\": \"ps7335\",\r\n \"id\": \"/subscriptions/668f1741-ef48-4132-bf98-28b3a3d3f257/resourceGroups/ps6917/providers/Microsoft.Network/applicationGateways/ps3765/trustedRootCertificates/ps7335\",\r\n \"etag\": \"W/\\\"35558f1d-7e13-45fd-bedf-83d3664e8976\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"data\": \"MIIDTzCCAjegAwIBAgIQj5oTlR6oyJ1NlX9Wb9aFyjANBgkqhkiG9w0BAQsFADAwMS4wLAYDVQQDEyVBcHBsaWNhdGlvbkdhdGV3YXlTc2xDZXJ0LVVuaXRUZXN0LTAxMB4XDTE2MDIxNzA3MDc1M1oXDTM5MTIzMTIzNTk1OVowMDEuMCwGA1UEAxMlQXBwbGljYXRpb25HYXRld2F5U3NsQ2VydC1Vbml0VGVzdC0wMTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBANOUOFVmm+P4ht/qaiGZaiMzZSXwqGP8W/XWZRfJSc1mS6B4zBm8MtndmO9NbPUeGetk3E4jI0egP7NufuTAtfZY5nG9/gsZh8Hp4o+x+6F1wCUtK5pQ5Fne4Vwg0Q9k1CgUfQfK0zEoanOTEylcyp1nVpoGc3v4FZ9pQr8/xQ7+PSwgNpmGpU1gmgorDlXIO8jiKb+WfSoPAhHcavoPFg6DeGv30AK2m8ULFezOqbprrozRxXaKzt8fBaDSP1XMakFaO6ffZU4uNgrehW4zMnpdgAjT5koymDKGAfl/7+5QpLxSKc2478J+PvTwy/rfWKJLbEImoM7WE3imWgrHUNMCAwEAAaNlMGMwYQYDVR0BBFowWIAQxDXqD2PYxSlriJ6HuzZ+b6EyMDAxLjAsBgNVBAMTJUFwcGxpY2F0aW9uR2F0ZXdheVNzbENlcnQtVW5pdFRlc3QtMDGCEI+aE5UeqMidTZV/Vm/WhcowDQYJKoZIhvcNAQELBQADggEBADSC6PHkVYmoVOyyW2g7q3GG3MmXa43/HQNTM+pT3HENAlhGg8T9EFrOQ/0QAoEQbrtsP8Isj5u2Bd4MOlYA180ExyfL/NFb7QpXq/pRLbePMQAQicdSvk/9RyrNRBfNjT2KNlBp3RZtCkJjQWlc5ylWydPy4JPUZxit/5ygCRT+cmN1ioF469Ki8hzBlKmrDg8jkFUwFyD7B0fEfPP0gSZI3F6HqgCK2hzBTjujZjddZyn2XxXlxLu57C83CNPP8fbsGW2CwolgmYvt+dJsdDnT7VKX5RS4cOPp/JGG7QdhzqVBoK0vZP6gHEAOPoqBVUWf8SmlVuAVGmDl8EjLnK8=\",\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/668f1741-ef48-4132-bf98-28b3a3d3f257/resourceGroups/ps6917/providers/Microsoft.Network/applicationGateways/ps3765/backendHttpSettingsCollection/ps9043\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/trustedRootCertificates\"\r\n }\r\n ],\r\n \"trustedClientCertificates\": [],\r\n \"sslProfiles\": [],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"name\": \"ps2653\",\r\n \"id\": \"/subscriptions/668f1741-ef48-4132-bf98-28b3a3d3f257/resourceGroups/ps6917/providers/Microsoft.Network/applicationGateways/ps3765/frontendIPConfigurations/ps2653\",\r\n \"etag\": \"W/\\\"35558f1d-7e13-45fd-bedf-83d3664e8976\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/668f1741-ef48-4132-bf98-28b3a3d3f257/resourceGroups/ps6917/providers/Microsoft.Network/publicIPAddresses/ps6504\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/668f1741-ef48-4132-bf98-28b3a3d3f257/resourceGroups/ps6917/providers/Microsoft.Network/applicationGateways/ps3765/httpListeners/ps7318\"\r\n }\r\n ],\r\n \"privateLinkConfiguration\": {\r\n \"id\": \"/subscriptions/668f1741-ef48-4132-bf98-28b3a3d3f257/resourceGroups/ps6917/providers/Microsoft.Network/applicationGateways/ps3765/privateLinkConfigurations/ps9392\"\r\n }\r\n }\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"name\": \"ps4412\",\r\n \"id\": \"/subscriptions/668f1741-ef48-4132-bf98-28b3a3d3f257/resourceGroups/ps6917/providers/Microsoft.Network/applicationGateways/ps3765/frontendPorts/ps4412\",\r\n \"etag\": \"W/\\\"35558f1d-7e13-45fd-bedf-83d3664e8976\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/668f1741-ef48-4132-bf98-28b3a3d3f257/resourceGroups/ps6917/providers/Microsoft.Network/applicationGateways/ps3765/httpListeners/ps7318\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"name\": \"ps5046\",\r\n \"id\": \"/subscriptions/668f1741-ef48-4132-bf98-28b3a3d3f257/resourceGroups/ps6917/providers/Microsoft.Network/applicationGateways/ps3765/backendAddressPools/ps5046\",\r\n \"etag\": \"W/\\\"35558f1d-7e13-45fd-bedf-83d3664e8976\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"www.microsoft.com\"\r\n },\r\n {\r\n \"ipAddress\": \"www.bing.com\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/668f1741-ef48-4132-bf98-28b3a3d3f257/resourceGroups/ps6917/providers/Microsoft.Network/applicationGateways/ps3765/requestRoutingRules/ps1349\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n }\r\n ],\r\n \"loadDistributionPolicies\": [],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"name\": \"ps9043\",\r\n \"id\": \"/subscriptions/668f1741-ef48-4132-bf98-28b3a3d3f257/resourceGroups/ps6917/providers/Microsoft.Network/applicationGateways/ps3765/backendHttpSettingsCollection/ps9043\",\r\n \"etag\": \"W/\\\"35558f1d-7e13-45fd-bedf-83d3664e8976\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 443,\r\n \"protocol\": \"Https\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"pickHostNameFromBackendAddress\": true,\r\n \"requestTimeout\": 30,\r\n \"probe\": {\r\n \"id\": \"/subscriptions/668f1741-ef48-4132-bf98-28b3a3d3f257/resourceGroups/ps6917/providers/Microsoft.Network/applicationGateways/ps3765/probes/ps1619\"\r\n },\r\n \"trustedRootCertificates\": [\r\n {\r\n \"id\": \"/subscriptions/668f1741-ef48-4132-bf98-28b3a3d3f257/resourceGroups/ps6917/providers/Microsoft.Network/applicationGateways/ps3765/trustedRootCertificates/ps7335\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/668f1741-ef48-4132-bf98-28b3a3d3f257/resourceGroups/ps6917/providers/Microsoft.Network/applicationGateways/ps3765/requestRoutingRules/ps1349\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"name\": \"ps7318\",\r\n \"id\": \"/subscriptions/668f1741-ef48-4132-bf98-28b3a3d3f257/resourceGroups/ps6917/providers/Microsoft.Network/applicationGateways/ps3765/httpListeners/ps7318\",\r\n \"etag\": \"W/\\\"35558f1d-7e13-45fd-bedf-83d3664e8976\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/668f1741-ef48-4132-bf98-28b3a3d3f257/resourceGroups/ps6917/providers/Microsoft.Network/applicationGateways/ps3765/frontendIPConfigurations/ps2653\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/668f1741-ef48-4132-bf98-28b3a3d3f257/resourceGroups/ps6917/providers/Microsoft.Network/applicationGateways/ps3765/frontendPorts/ps4412\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/668f1741-ef48-4132-bf98-28b3a3d3f257/resourceGroups/ps6917/providers/Microsoft.Network/applicationGateways/ps3765/requestRoutingRules/ps1349\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n }\r\n ],\r\n \"urlPathMaps\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"name\": \"ps1349\",\r\n \"id\": \"/subscriptions/668f1741-ef48-4132-bf98-28b3a3d3f257/resourceGroups/ps6917/providers/Microsoft.Network/applicationGateways/ps3765/requestRoutingRules/ps1349\",\r\n \"etag\": \"W/\\\"35558f1d-7e13-45fd-bedf-83d3664e8976\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/668f1741-ef48-4132-bf98-28b3a3d3f257/resourceGroups/ps6917/providers/Microsoft.Network/applicationGateways/ps3765/httpListeners/ps7318\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/668f1741-ef48-4132-bf98-28b3a3d3f257/resourceGroups/ps6917/providers/Microsoft.Network/applicationGateways/ps3765/backendAddressPools/ps5046\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/668f1741-ef48-4132-bf98-28b3a3d3f257/resourceGroups/ps6917/providers/Microsoft.Network/applicationGateways/ps3765/backendHttpSettingsCollection/ps9043\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"name\": \"ps1619\",\r\n \"id\": \"/subscriptions/668f1741-ef48-4132-bf98-28b3a3d3f257/resourceGroups/ps6917/providers/Microsoft.Network/applicationGateways/ps3765/probes/ps1619\",\r\n \"etag\": \"W/\\\"35558f1d-7e13-45fd-bedf-83d3664e8976\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"protocol\": \"Https\",\r\n \"host\": \"probe.com\",\r\n \"port\": 1234,\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": false,\r\n \"minServers\": 0,\r\n \"match\": {},\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/668f1741-ef48-4132-bf98-28b3a3d3f257/resourceGroups/ps6917/providers/Microsoft.Network/applicationGateways/ps3765/backendHttpSettingsCollection/ps9043\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n }\r\n ],\r\n \"rewriteRuleSets\": [],\r\n \"redirectConfigurations\": [],\r\n \"privateLinkConfigurations\": [\r\n {\r\n \"name\": \"ps9392\",\r\n \"id\": \"/subscriptions/668f1741-ef48-4132-bf98-28b3a3d3f257/resourceGroups/ps6917/providers/Microsoft.Network/applicationGateways/ps3765/privateLinkConfigurations/ps9392\",\r\n \"etag\": \"W/\\\"35558f1d-7e13-45fd-bedf-83d3664e8976\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/privateLinkConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ps2039\",\r\n \"id\": \"/subscriptions/668f1741-ef48-4132-bf98-28b3a3d3f257/resourceGroups/ps6917/providers/Microsoft.Network/applicationGateways/ps3765/privateLinkConfigurations/ps9392/ipConfigurations/ps2039\",\r\n \"etag\": \"W/\\\"35558f1d-7e13-45fd-bedf-83d3664e8976\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/privateLinkConfigurations/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"primary\": true,\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/668f1741-ef48-4132-bf98-28b3a3d3f257/resourceGroups/ps6917/providers/Microsoft.Network/virtualNetworks/ps5974/subnets/ps7780\"\r\n }\r\n }\r\n }\r\n ],\r\n \"frontendIpConfigurations\": [\r\n {\r\n \"id\": \"/subscriptions/668f1741-ef48-4132-bf98-28b3a3d3f257/resourceGroups/ps6917/providers/Microsoft.Network/applicationGateways/ps3765/frontendIPConfigurations/ps2653\"\r\n }\r\n ]\r\n }\r\n }\r\n ],\r\n \"privateEndpointConnections\": [],\r\n \"autoscaleConfiguration\": {\r\n \"minCapacity\": 3\r\n },\r\n \"customErrorConfigurations\": []\r\n }\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/668f1741-ef48-4132-bf98-28b3a3d3f257/resourceGroups/ps6917/providers/Microsoft.Network/applicationGateways/ps3765?api-version=2020-05-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjY4ZjE3NDEtZWY0OC00MTMyLWJmOTgtMjhiM2EzZDNmMjU3L3Jlc291cmNlR3JvdXBzL3BzNjkxNy9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvYXBwbGljYXRpb25HYXRld2F5cy9wczM3NjU/YXBpLXZlcnNpb249MjAyMC0wNS0wMQ==", + "RequestMethod": "PUT", + "RequestBody": "{\r\n \"properties\": {\r\n \"sku\": {\r\n \"name\": \"Standard_v2\",\r\n \"tier\": \"Standard_v2\"\r\n },\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/668f1741-ef48-4132-bf98-28b3a3d3f257/resourceGroups/ps6917/providers/Microsoft.Network/virtualNetworks/ps5974/subnets/ps5192\"\r\n }\r\n },\r\n \"name\": \"ps1996\",\r\n \"id\": \"/subscriptions/668f1741-ef48-4132-bf98-28b3a3d3f257/resourceGroups/ps6917/providers/Microsoft.Network/applicationGateways/ps3765/gatewayIpConfigurations/ps1996\"\r\n }\r\n ],\r\n \"authenticationCertificates\": [],\r\n \"trustedRootCertificates\": [\r\n {\r\n \"properties\": {\r\n \"data\": \"MIIDTzCCAjegAwIBAgIQj5oTlR6oyJ1NlX9Wb9aFyjANBgkqhkiG9w0BAQsFADAwMS4wLAYDVQQDEyVBcHBsaWNhdGlvbkdhdGV3YXlTc2xDZXJ0LVVuaXRUZXN0LTAxMB4XDTE2MDIxNzA3MDc1M1oXDTM5MTIzMTIzNTk1OVowMDEuMCwGA1UEAxMlQXBwbGljYXRpb25HYXRld2F5U3NsQ2VydC1Vbml0VGVzdC0wMTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBANOUOFVmm+P4ht/qaiGZaiMzZSXwqGP8W/XWZRfJSc1mS6B4zBm8MtndmO9NbPUeGetk3E4jI0egP7NufuTAtfZY5nG9/gsZh8Hp4o+x+6F1wCUtK5pQ5Fne4Vwg0Q9k1CgUfQfK0zEoanOTEylcyp1nVpoGc3v4FZ9pQr8/xQ7+PSwgNpmGpU1gmgorDlXIO8jiKb+WfSoPAhHcavoPFg6DeGv30AK2m8ULFezOqbprrozRxXaKzt8fBaDSP1XMakFaO6ffZU4uNgrehW4zMnpdgAjT5koymDKGAfl/7+5QpLxSKc2478J+PvTwy/rfWKJLbEImoM7WE3imWgrHUNMCAwEAAaNlMGMwYQYDVR0BBFowWIAQxDXqD2PYxSlriJ6HuzZ+b6EyMDAxLjAsBgNVBAMTJUFwcGxpY2F0aW9uR2F0ZXdheVNzbENlcnQtVW5pdFRlc3QtMDGCEI+aE5UeqMidTZV/Vm/WhcowDQYJKoZIhvcNAQELBQADggEBADSC6PHkVYmoVOyyW2g7q3GG3MmXa43/HQNTM+pT3HENAlhGg8T9EFrOQ/0QAoEQbrtsP8Isj5u2Bd4MOlYA180ExyfL/NFb7QpXq/pRLbePMQAQicdSvk/9RyrNRBfNjT2KNlBp3RZtCkJjQWlc5ylWydPy4JPUZxit/5ygCRT+cmN1ioF469Ki8hzBlKmrDg8jkFUwFyD7B0fEfPP0gSZI3F6HqgCK2hzBTjujZjddZyn2XxXlxLu57C83CNPP8fbsGW2CwolgmYvt+dJsdDnT7VKX5RS4cOPp/JGG7QdhzqVBoK0vZP6gHEAOPoqBVUWf8SmlVuAVGmDl8EjLnK8=\"\r\n },\r\n \"name\": \"ps7335\",\r\n \"id\": \"/subscriptions/668f1741-ef48-4132-bf98-28b3a3d3f257/resourceGroups/ps6917/providers/Microsoft.Network/applicationGateways/ps3765/trustedRootCertificates/ps7335\"\r\n }\r\n ],\r\n \"sslCertificates\": [],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"properties\": {\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/668f1741-ef48-4132-bf98-28b3a3d3f257/resourceGroups/ps6917/providers/Microsoft.Network/publicIPAddresses/ps6504\"\r\n },\r\n \"privateLinkConfiguration\": {\r\n \"id\": \"/subscriptions/668f1741-ef48-4132-bf98-28b3a3d3f257/resourceGroups/ps6917/providers/Microsoft.Network/applicationGateways/ps3765/privateLinkConfigurations/ps9392\"\r\n }\r\n },\r\n \"name\": \"ps2653\",\r\n \"id\": \"/subscriptions/668f1741-ef48-4132-bf98-28b3a3d3f257/resourceGroups/ps6917/providers/Microsoft.Network/applicationGateways/ps3765/frontendIpConfigurations/ps2653\"\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"properties\": {\r\n \"port\": 80\r\n },\r\n \"name\": \"ps4412\",\r\n \"id\": \"/subscriptions/668f1741-ef48-4132-bf98-28b3a3d3f257/resourceGroups/ps6917/providers/Microsoft.Network/applicationGateways/ps3765/frontendPorts/ps4412\"\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"properties\": {\r\n \"protocol\": \"Https\",\r\n \"host\": \"probe.com\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"minServers\": 0,\r\n \"port\": 1234\r\n },\r\n \"name\": \"ps1619\",\r\n \"id\": \"/subscriptions/668f1741-ef48-4132-bf98-28b3a3d3f257/resourceGroups/ps6917/providers/Microsoft.Network/applicationGateways/ps3765/probes/ps1619\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"properties\": {\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"www.microsoft.com\"\r\n },\r\n {\r\n \"ipAddress\": \"www.bing.com\"\r\n }\r\n ]\r\n },\r\n \"name\": \"ps5046\",\r\n \"id\": \"/subscriptions/668f1741-ef48-4132-bf98-28b3a3d3f257/resourceGroups/ps6917/providers/Microsoft.Network/applicationGateways/ps3765/backendAddressPools/ps5046\"\r\n }\r\n ],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"properties\": {\r\n \"port\": 443,\r\n \"protocol\": \"Https\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"requestTimeout\": 30,\r\n \"probe\": {\r\n \"id\": \"/subscriptions/668f1741-ef48-4132-bf98-28b3a3d3f257/resourceGroups/ps6917/providers/Microsoft.Network/applicationGateways/ps3765/probes/ps1619\"\r\n },\r\n \"authenticationCertificates\": [],\r\n \"trustedRootCertificates\": [\r\n {\r\n \"id\": \"/subscriptions/668f1741-ef48-4132-bf98-28b3a3d3f257/resourceGroups/ps6917/providers/Microsoft.Network/applicationGateways/ps3765/trustedRootCertificates/ps7335\"\r\n }\r\n ],\r\n \"pickHostNameFromBackendAddress\": true\r\n },\r\n \"name\": \"ps9043\",\r\n \"id\": \"/subscriptions/668f1741-ef48-4132-bf98-28b3a3d3f257/resourceGroups/ps6917/providers/Microsoft.Network/applicationGateways/ps3765/backendHttpSettingsCollection/ps9043\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"properties\": {\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/668f1741-ef48-4132-bf98-28b3a3d3f257/resourceGroups/ps6917/providers/Microsoft.Network/applicationGateways/ps3765/frontendIpConfigurations/ps2653\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/668f1741-ef48-4132-bf98-28b3a3d3f257/resourceGroups/ps6917/providers/Microsoft.Network/applicationGateways/ps3765/frontendPorts/ps4412\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [],\r\n \"hostNames\": []\r\n },\r\n \"name\": \"ps7318\",\r\n \"id\": \"/subscriptions/668f1741-ef48-4132-bf98-28b3a3d3f257/resourceGroups/ps6917/providers/Microsoft.Network/applicationGateways/ps3765/httpListeners/ps7318\"\r\n }\r\n ],\r\n \"urlPathMaps\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"properties\": {\r\n \"ruleType\": \"basic\",\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/668f1741-ef48-4132-bf98-28b3a3d3f257/resourceGroups/ps6917/providers/Microsoft.Network/applicationGateways/ps3765/backendAddressPools/ps5046\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/668f1741-ef48-4132-bf98-28b3a3d3f257/resourceGroups/ps6917/providers/Microsoft.Network/applicationGateways/ps3765/backendHttpSettingsCollection/ps9043\"\r\n },\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/668f1741-ef48-4132-bf98-28b3a3d3f257/resourceGroups/ps6917/providers/Microsoft.Network/applicationGateways/ps3765/httpListeners/ps7318\"\r\n }\r\n },\r\n \"name\": \"ps1349\",\r\n \"id\": \"/subscriptions/668f1741-ef48-4132-bf98-28b3a3d3f257/resourceGroups/ps6917/providers/Microsoft.Network/applicationGateways/ps3765/requestRoutingRules/ps1349\"\r\n }\r\n ],\r\n \"rewriteRuleSets\": [],\r\n \"redirectConfigurations\": [],\r\n \"autoscaleConfiguration\": {\r\n \"minCapacity\": 3\r\n },\r\n \"privateLinkConfigurations\": [\r\n {\r\n \"properties\": {\r\n \"ipConfigurations\": [\r\n {\r\n \"properties\": {\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/668f1741-ef48-4132-bf98-28b3a3d3f257/resourceGroups/ps6917/providers/Microsoft.Network/virtualNetworks/ps5974/subnets/ps7780\"\r\n },\r\n \"primary\": true\r\n },\r\n \"name\": \"ps2039\"\r\n }\r\n ]\r\n },\r\n \"name\": \"ps9392\",\r\n \"id\": \"/subscriptions/668f1741-ef48-4132-bf98-28b3a3d3f257/resourceGroups/ps6917/providers/Microsoft.Network/applicationGateways/ps3765/privateLinkConfigurations/ps9392\"\r\n }\r\n ],\r\n \"customErrorConfigurations\": []\r\n },\r\n \"zones\": [\r\n \"1\",\r\n \"2\"\r\n ],\r\n \"location\": \"westus2\"\r\n}", + "RequestHeaders": { + "x-ms-client-request-id": [ + "7f00b0b2-e382-4b04-89a6-744f778bccf9" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.2.0" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Content-Length": [ + "8084" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "10" + ], + "x-ms-request-id": [ + "f2a4ce7b-7b0b-40d3-acdc-8d2e56167166" + ], + "Azure-AsyncOperation": [ + "https://management.azure.com/subscriptions/668f1741-ef48-4132-bf98-28b3a3d3f257/providers/Microsoft.Network/locations/westus2/operations/f2a4ce7b-7b0b-40d3-acdc-8d2e56167166?api-version=2020-05-01" + ], + "x-ms-correlation-request-id": [ + "dd047297-010e-4fab-a281-247534a48619" + ], + "Azure-AsyncNotification": [ + "Enabled" + ], + "x-ms-arm-service-request-id": [ + "735b41bf-9958-465e-a26f-2fd61f31488f" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-writes": [ + "1199" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200621T041643Z:dd047297-010e-4fab-a281-247534a48619" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Sun, 21 Jun 2020 04:16:43 GMT" + ], + "Content-Length": [ + "13044" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"ps3765\",\r\n \"id\": \"/subscriptions/668f1741-ef48-4132-bf98-28b3a3d3f257/resourceGroups/ps6917/providers/Microsoft.Network/applicationGateways/ps3765\",\r\n \"etag\": \"W/\\\"f38f6a61-d895-4542-87b3-fec7f63f16bd\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways\",\r\n \"location\": \"westus2\",\r\n \"zones\": [\r\n \"1\",\r\n \"2\"\r\n ],\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"da1e4082-6b80-4c04-92a0-d9ad544214d9\",\r\n \"sku\": {\r\n \"name\": \"Standard_v2\",\r\n \"tier\": \"Standard_v2\"\r\n },\r\n \"operationalState\": \"Stopped\",\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"name\": \"ps1996\",\r\n \"id\": \"/subscriptions/668f1741-ef48-4132-bf98-28b3a3d3f257/resourceGroups/ps6917/providers/Microsoft.Network/applicationGateways/ps3765/gatewayIPConfigurations/ps1996\",\r\n \"etag\": \"W/\\\"f38f6a61-d895-4542-87b3-fec7f63f16bd\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/668f1741-ef48-4132-bf98-28b3a3d3f257/resourceGroups/ps6917/providers/Microsoft.Network/virtualNetworks/ps5974/subnets/ps5192\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/gatewayIPConfigurations\"\r\n }\r\n ],\r\n \"sslCertificates\": [],\r\n \"trustedRootCertificates\": [\r\n {\r\n \"name\": \"ps7335\",\r\n \"id\": \"/subscriptions/668f1741-ef48-4132-bf98-28b3a3d3f257/resourceGroups/ps6917/providers/Microsoft.Network/applicationGateways/ps3765/trustedRootCertificates/ps7335\",\r\n \"etag\": \"W/\\\"f38f6a61-d895-4542-87b3-fec7f63f16bd\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"data\": \"MIIDTzCCAjegAwIBAgIQj5oTlR6oyJ1NlX9Wb9aFyjANBgkqhkiG9w0BAQsFADAwMS4wLAYDVQQDEyVBcHBsaWNhdGlvbkdhdGV3YXlTc2xDZXJ0LVVuaXRUZXN0LTAxMB4XDTE2MDIxNzA3MDc1M1oXDTM5MTIzMTIzNTk1OVowMDEuMCwGA1UEAxMlQXBwbGljYXRpb25HYXRld2F5U3NsQ2VydC1Vbml0VGVzdC0wMTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBANOUOFVmm+P4ht/qaiGZaiMzZSXwqGP8W/XWZRfJSc1mS6B4zBm8MtndmO9NbPUeGetk3E4jI0egP7NufuTAtfZY5nG9/gsZh8Hp4o+x+6F1wCUtK5pQ5Fne4Vwg0Q9k1CgUfQfK0zEoanOTEylcyp1nVpoGc3v4FZ9pQr8/xQ7+PSwgNpmGpU1gmgorDlXIO8jiKb+WfSoPAhHcavoPFg6DeGv30AK2m8ULFezOqbprrozRxXaKzt8fBaDSP1XMakFaO6ffZU4uNgrehW4zMnpdgAjT5koymDKGAfl/7+5QpLxSKc2478J+PvTwy/rfWKJLbEImoM7WE3imWgrHUNMCAwEAAaNlMGMwYQYDVR0BBFowWIAQxDXqD2PYxSlriJ6HuzZ+b6EyMDAxLjAsBgNVBAMTJUFwcGxpY2F0aW9uR2F0ZXdheVNzbENlcnQtVW5pdFRlc3QtMDGCEI+aE5UeqMidTZV/Vm/WhcowDQYJKoZIhvcNAQELBQADggEBADSC6PHkVYmoVOyyW2g7q3GG3MmXa43/HQNTM+pT3HENAlhGg8T9EFrOQ/0QAoEQbrtsP8Isj5u2Bd4MOlYA180ExyfL/NFb7QpXq/pRLbePMQAQicdSvk/9RyrNRBfNjT2KNlBp3RZtCkJjQWlc5ylWydPy4JPUZxit/5ygCRT+cmN1ioF469Ki8hzBlKmrDg8jkFUwFyD7B0fEfPP0gSZI3F6HqgCK2hzBTjujZjddZyn2XxXlxLu57C83CNPP8fbsGW2CwolgmYvt+dJsdDnT7VKX5RS4cOPp/JGG7QdhzqVBoK0vZP6gHEAOPoqBVUWf8SmlVuAVGmDl8EjLnK8=\",\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/668f1741-ef48-4132-bf98-28b3a3d3f257/resourceGroups/ps6917/providers/Microsoft.Network/applicationGateways/ps3765/backendHttpSettingsCollection/ps9043\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/trustedRootCertificates\"\r\n }\r\n ],\r\n \"trustedClientCertificates\": [],\r\n \"sslProfiles\": [],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"name\": \"ps2653\",\r\n \"id\": \"/subscriptions/668f1741-ef48-4132-bf98-28b3a3d3f257/resourceGroups/ps6917/providers/Microsoft.Network/applicationGateways/ps3765/frontendIPConfigurations/ps2653\",\r\n \"etag\": \"W/\\\"f38f6a61-d895-4542-87b3-fec7f63f16bd\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/668f1741-ef48-4132-bf98-28b3a3d3f257/resourceGroups/ps6917/providers/Microsoft.Network/publicIPAddresses/ps6504\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/668f1741-ef48-4132-bf98-28b3a3d3f257/resourceGroups/ps6917/providers/Microsoft.Network/applicationGateways/ps3765/httpListeners/ps7318\"\r\n }\r\n ],\r\n \"privateLinkConfiguration\": {\r\n \"id\": \"/subscriptions/668f1741-ef48-4132-bf98-28b3a3d3f257/resourceGroups/ps6917/providers/Microsoft.Network/applicationGateways/ps3765/privateLinkConfigurations/ps9392\"\r\n }\r\n }\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"name\": \"ps4412\",\r\n \"id\": \"/subscriptions/668f1741-ef48-4132-bf98-28b3a3d3f257/resourceGroups/ps6917/providers/Microsoft.Network/applicationGateways/ps3765/frontendPorts/ps4412\",\r\n \"etag\": \"W/\\\"f38f6a61-d895-4542-87b3-fec7f63f16bd\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"port\": 80,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/668f1741-ef48-4132-bf98-28b3a3d3f257/resourceGroups/ps6917/providers/Microsoft.Network/applicationGateways/ps3765/httpListeners/ps7318\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"name\": \"ps5046\",\r\n \"id\": \"/subscriptions/668f1741-ef48-4132-bf98-28b3a3d3f257/resourceGroups/ps6917/providers/Microsoft.Network/applicationGateways/ps3765/backendAddressPools/ps5046\",\r\n \"etag\": \"W/\\\"f38f6a61-d895-4542-87b3-fec7f63f16bd\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"www.microsoft.com\"\r\n },\r\n {\r\n \"ipAddress\": \"www.bing.com\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/668f1741-ef48-4132-bf98-28b3a3d3f257/resourceGroups/ps6917/providers/Microsoft.Network/applicationGateways/ps3765/requestRoutingRules/ps1349\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n }\r\n ],\r\n \"loadDistributionPolicies\": [],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"name\": \"ps9043\",\r\n \"id\": \"/subscriptions/668f1741-ef48-4132-bf98-28b3a3d3f257/resourceGroups/ps6917/providers/Microsoft.Network/applicationGateways/ps3765/backendHttpSettingsCollection/ps9043\",\r\n \"etag\": \"W/\\\"f38f6a61-d895-4542-87b3-fec7f63f16bd\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"port\": 443,\r\n \"protocol\": \"Https\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"pickHostNameFromBackendAddress\": true,\r\n \"requestTimeout\": 30,\r\n \"probe\": {\r\n \"id\": \"/subscriptions/668f1741-ef48-4132-bf98-28b3a3d3f257/resourceGroups/ps6917/providers/Microsoft.Network/applicationGateways/ps3765/probes/ps1619\"\r\n },\r\n \"trustedRootCertificates\": [\r\n {\r\n \"id\": \"/subscriptions/668f1741-ef48-4132-bf98-28b3a3d3f257/resourceGroups/ps6917/providers/Microsoft.Network/applicationGateways/ps3765/trustedRootCertificates/ps7335\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/668f1741-ef48-4132-bf98-28b3a3d3f257/resourceGroups/ps6917/providers/Microsoft.Network/applicationGateways/ps3765/requestRoutingRules/ps1349\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"name\": \"ps7318\",\r\n \"id\": \"/subscriptions/668f1741-ef48-4132-bf98-28b3a3d3f257/resourceGroups/ps6917/providers/Microsoft.Network/applicationGateways/ps3765/httpListeners/ps7318\",\r\n \"etag\": \"W/\\\"f38f6a61-d895-4542-87b3-fec7f63f16bd\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/668f1741-ef48-4132-bf98-28b3a3d3f257/resourceGroups/ps6917/providers/Microsoft.Network/applicationGateways/ps3765/frontendIPConfigurations/ps2653\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/668f1741-ef48-4132-bf98-28b3a3d3f257/resourceGroups/ps6917/providers/Microsoft.Network/applicationGateways/ps3765/frontendPorts/ps4412\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/668f1741-ef48-4132-bf98-28b3a3d3f257/resourceGroups/ps6917/providers/Microsoft.Network/applicationGateways/ps3765/requestRoutingRules/ps1349\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n }\r\n ],\r\n \"urlPathMaps\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"name\": \"ps1349\",\r\n \"id\": \"/subscriptions/668f1741-ef48-4132-bf98-28b3a3d3f257/resourceGroups/ps6917/providers/Microsoft.Network/applicationGateways/ps3765/requestRoutingRules/ps1349\",\r\n \"etag\": \"W/\\\"f38f6a61-d895-4542-87b3-fec7f63f16bd\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/668f1741-ef48-4132-bf98-28b3a3d3f257/resourceGroups/ps6917/providers/Microsoft.Network/applicationGateways/ps3765/httpListeners/ps7318\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/668f1741-ef48-4132-bf98-28b3a3d3f257/resourceGroups/ps6917/providers/Microsoft.Network/applicationGateways/ps3765/backendAddressPools/ps5046\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/668f1741-ef48-4132-bf98-28b3a3d3f257/resourceGroups/ps6917/providers/Microsoft.Network/applicationGateways/ps3765/backendHttpSettingsCollection/ps9043\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"name\": \"ps1619\",\r\n \"id\": \"/subscriptions/668f1741-ef48-4132-bf98-28b3a3d3f257/resourceGroups/ps6917/providers/Microsoft.Network/applicationGateways/ps3765/probes/ps1619\",\r\n \"etag\": \"W/\\\"f38f6a61-d895-4542-87b3-fec7f63f16bd\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"protocol\": \"Https\",\r\n \"host\": \"probe.com\",\r\n \"port\": 1234,\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": false,\r\n \"minServers\": 0,\r\n \"match\": {},\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/668f1741-ef48-4132-bf98-28b3a3d3f257/resourceGroups/ps6917/providers/Microsoft.Network/applicationGateways/ps3765/backendHttpSettingsCollection/ps9043\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n }\r\n ],\r\n \"rewriteRuleSets\": [],\r\n \"redirectConfigurations\": [],\r\n \"privateLinkConfigurations\": [\r\n {\r\n \"name\": \"ps9392\",\r\n \"id\": \"/subscriptions/668f1741-ef48-4132-bf98-28b3a3d3f257/resourceGroups/ps6917/providers/Microsoft.Network/applicationGateways/ps3765/privateLinkConfigurations/ps9392\",\r\n \"etag\": \"W/\\\"f38f6a61-d895-4542-87b3-fec7f63f16bd\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/privateLinkConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ps2039\",\r\n \"id\": \"/subscriptions/668f1741-ef48-4132-bf98-28b3a3d3f257/resourceGroups/ps6917/providers/Microsoft.Network/applicationGateways/ps3765/privateLinkConfigurations/ps9392/ipConfigurations/ps2039\",\r\n \"etag\": \"W/\\\"f38f6a61-d895-4542-87b3-fec7f63f16bd\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/privateLinkConfigurations/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"primary\": true,\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/668f1741-ef48-4132-bf98-28b3a3d3f257/resourceGroups/ps6917/providers/Microsoft.Network/virtualNetworks/ps5974/subnets/ps7780\"\r\n }\r\n }\r\n }\r\n ],\r\n \"frontendIpConfigurations\": [\r\n {\r\n \"id\": \"/subscriptions/668f1741-ef48-4132-bf98-28b3a3d3f257/resourceGroups/ps6917/providers/Microsoft.Network/applicationGateways/ps3765/frontendIPConfigurations/ps2653\"\r\n }\r\n ]\r\n }\r\n }\r\n ],\r\n \"privateEndpointConnections\": [],\r\n \"autoscaleConfiguration\": {\r\n \"minCapacity\": 3\r\n },\r\n \"customErrorConfigurations\": []\r\n }\r\n}", + "StatusCode": 201 + }, + { + "RequestUri": "/subscriptions/668f1741-ef48-4132-bf98-28b3a3d3f257/providers/Microsoft.Network/locations/westus2/operations/f2a4ce7b-7b0b-40d3-acdc-8d2e56167166?api-version=2020-05-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjY4ZjE3NDEtZWY0OC00MTMyLWJmOTgtMjhiM2EzZDNmMjU3L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2YyYTRjZTdiLTdiMGItNDBkMy1hY2RjLThkMmU1NjE2NzE2Nj9hcGktdmVyc2lvbj0yMDIwLTA1LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.2.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "10" + ], + "x-ms-request-id": [ + "fb293829-ffe7-4e74-9d0a-e36ae4380f92" + ], + "x-ms-correlation-request-id": [ + "89b9770f-cba8-47a0-b0a1-f23c1bce811e" + ], + "x-ms-arm-service-request-id": [ + "710e1ccc-93dd-44c0-a80d-8930fba64ba1" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11998" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200621T041653Z:89b9770f-cba8-47a0-b0a1-f23c1bce811e" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Sun, 21 Jun 2020 04:16:53 GMT" + ], + "Content-Length": [ + "30" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/668f1741-ef48-4132-bf98-28b3a3d3f257/providers/Microsoft.Network/locations/westus2/operations/f2a4ce7b-7b0b-40d3-acdc-8d2e56167166?api-version=2020-05-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjY4ZjE3NDEtZWY0OC00MTMyLWJmOTgtMjhiM2EzZDNmMjU3L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2YyYTRjZTdiLTdiMGItNDBkMy1hY2RjLThkMmU1NjE2NzE2Nj9hcGktdmVyc2lvbj0yMDIwLTA1LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.2.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "10" + ], + "x-ms-request-id": [ + "b62d7c09-93ea-497f-b6d0-9c0914e5c2e8" + ], + "x-ms-correlation-request-id": [ + "0d03be06-d4f4-4724-82bb-c652f2645b7a" + ], + "x-ms-arm-service-request-id": [ + "493f45a2-32f7-4cdd-a632-93dda96ecfbb" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11997" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200621T041703Z:0d03be06-d4f4-4724-82bb-c652f2645b7a" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Sun, 21 Jun 2020 04:17:03 GMT" + ], + "Content-Length": [ + "30" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/668f1741-ef48-4132-bf98-28b3a3d3f257/providers/Microsoft.Network/locations/westus2/operations/f2a4ce7b-7b0b-40d3-acdc-8d2e56167166?api-version=2020-05-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjY4ZjE3NDEtZWY0OC00MTMyLWJmOTgtMjhiM2EzZDNmMjU3L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2YyYTRjZTdiLTdiMGItNDBkMy1hY2RjLThkMmU1NjE2NzE2Nj9hcGktdmVyc2lvbj0yMDIwLTA1LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.2.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "10" + ], + "x-ms-request-id": [ + "35eb9ad2-b055-49c4-b45f-4e0e0ae16696" + ], + "x-ms-correlation-request-id": [ + "5cd885e0-b271-4965-85be-b7647439d341" + ], + "x-ms-arm-service-request-id": [ + "1103e615-d49c-48c8-8276-2df0ccf26a16" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11996" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200621T041713Z:5cd885e0-b271-4965-85be-b7647439d341" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Sun, 21 Jun 2020 04:17:13 GMT" + ], + "Content-Length": [ + "30" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/668f1741-ef48-4132-bf98-28b3a3d3f257/providers/Microsoft.Network/locations/westus2/operations/f2a4ce7b-7b0b-40d3-acdc-8d2e56167166?api-version=2020-05-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjY4ZjE3NDEtZWY0OC00MTMyLWJmOTgtMjhiM2EzZDNmMjU3L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2YyYTRjZTdiLTdiMGItNDBkMy1hY2RjLThkMmU1NjE2NzE2Nj9hcGktdmVyc2lvbj0yMDIwLTA1LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.2.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "10" + ], + "x-ms-request-id": [ + "8591a621-8099-4c81-8256-5672ecd6f1bf" + ], + "x-ms-correlation-request-id": [ + "4902e4f6-b78a-4655-8e1a-e602a7a2a590" + ], + "x-ms-arm-service-request-id": [ + "7ebc388e-34c7-4d94-b4a9-9168e54e2b84" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11995" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200621T041724Z:4902e4f6-b78a-4655-8e1a-e602a7a2a590" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Sun, 21 Jun 2020 04:17:23 GMT" + ], + "Content-Length": [ + "30" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/668f1741-ef48-4132-bf98-28b3a3d3f257/providers/Microsoft.Network/locations/westus2/operations/f2a4ce7b-7b0b-40d3-acdc-8d2e56167166?api-version=2020-05-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjY4ZjE3NDEtZWY0OC00MTMyLWJmOTgtMjhiM2EzZDNmMjU3L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2YyYTRjZTdiLTdiMGItNDBkMy1hY2RjLThkMmU1NjE2NzE2Nj9hcGktdmVyc2lvbj0yMDIwLTA1LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.2.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "10" + ], + "x-ms-request-id": [ + "047979bf-764a-43a6-a994-650b980a44a9" + ], + "x-ms-correlation-request-id": [ + "5b494083-c8fd-4c7f-bd6d-97fdb38940df" + ], + "x-ms-arm-service-request-id": [ + "95021dc7-510e-4efb-9283-6d8de4dee0eb" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11994" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200621T041734Z:5b494083-c8fd-4c7f-bd6d-97fdb38940df" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Sun, 21 Jun 2020 04:17:33 GMT" + ], + "Content-Length": [ + "30" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/668f1741-ef48-4132-bf98-28b3a3d3f257/providers/Microsoft.Network/locations/westus2/operations/f2a4ce7b-7b0b-40d3-acdc-8d2e56167166?api-version=2020-05-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjY4ZjE3NDEtZWY0OC00MTMyLWJmOTgtMjhiM2EzZDNmMjU3L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2YyYTRjZTdiLTdiMGItNDBkMy1hY2RjLThkMmU1NjE2NzE2Nj9hcGktdmVyc2lvbj0yMDIwLTA1LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.2.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "10" + ], + "x-ms-request-id": [ + "1d963da2-de93-49d4-8d3d-d15263df1dbc" + ], + "x-ms-correlation-request-id": [ + "3536f0e9-8332-4097-9951-823d8d3b45cb" + ], + "x-ms-arm-service-request-id": [ + "a87c1800-ebb1-4366-88dd-77158cbff33d" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11993" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200621T041744Z:3536f0e9-8332-4097-9951-823d8d3b45cb" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Sun, 21 Jun 2020 04:17:43 GMT" + ], + "Content-Length": [ + "30" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/668f1741-ef48-4132-bf98-28b3a3d3f257/providers/Microsoft.Network/locations/westus2/operations/f2a4ce7b-7b0b-40d3-acdc-8d2e56167166?api-version=2020-05-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjY4ZjE3NDEtZWY0OC00MTMyLWJmOTgtMjhiM2EzZDNmMjU3L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2YyYTRjZTdiLTdiMGItNDBkMy1hY2RjLThkMmU1NjE2NzE2Nj9hcGktdmVyc2lvbj0yMDIwLTA1LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.2.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "10" + ], + "x-ms-request-id": [ + "c78a744f-c347-4551-8e8b-c4625e570b3f" + ], + "x-ms-correlation-request-id": [ + "6fb64fac-dad1-4376-99c1-6b8a349c4130" + ], + "x-ms-arm-service-request-id": [ + "2c134c8d-ae4f-4e73-91bf-c87eb4bc9a86" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11992" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200621T041754Z:6fb64fac-dad1-4376-99c1-6b8a349c4130" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Sun, 21 Jun 2020 04:17:53 GMT" + ], + "Content-Length": [ + "30" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/668f1741-ef48-4132-bf98-28b3a3d3f257/providers/Microsoft.Network/locations/westus2/operations/f2a4ce7b-7b0b-40d3-acdc-8d2e56167166?api-version=2020-05-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjY4ZjE3NDEtZWY0OC00MTMyLWJmOTgtMjhiM2EzZDNmMjU3L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2YyYTRjZTdiLTdiMGItNDBkMy1hY2RjLThkMmU1NjE2NzE2Nj9hcGktdmVyc2lvbj0yMDIwLTA1LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.2.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "10" + ], + "x-ms-request-id": [ + "babfc96f-38ab-4750-b5d1-e681bf99405f" + ], + "x-ms-correlation-request-id": [ + "16775bde-e7af-4f55-8580-e23793da2394" + ], + "x-ms-arm-service-request-id": [ + "78257021-a3f8-41cb-907f-1a1c22159c4c" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11991" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200621T041804Z:16775bde-e7af-4f55-8580-e23793da2394" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Sun, 21 Jun 2020 04:18:04 GMT" + ], + "Content-Length": [ + "30" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/668f1741-ef48-4132-bf98-28b3a3d3f257/providers/Microsoft.Network/locations/westus2/operations/f2a4ce7b-7b0b-40d3-acdc-8d2e56167166?api-version=2020-05-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjY4ZjE3NDEtZWY0OC00MTMyLWJmOTgtMjhiM2EzZDNmMjU3L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2YyYTRjZTdiLTdiMGItNDBkMy1hY2RjLThkMmU1NjE2NzE2Nj9hcGktdmVyc2lvbj0yMDIwLTA1LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.2.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "10" + ], + "x-ms-request-id": [ + "d53c0e5c-e42d-4108-afa0-e6e8d37744a8" + ], + "x-ms-correlation-request-id": [ + "3bc8871f-b4fe-4700-8c6e-d7d2b135c1e2" + ], + "x-ms-arm-service-request-id": [ + "f932db5f-4edd-438e-a356-8f32b78b1a4a" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11990" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200621T041814Z:3bc8871f-b4fe-4700-8c6e-d7d2b135c1e2" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Sun, 21 Jun 2020 04:18:14 GMT" + ], + "Content-Length": [ + "30" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/668f1741-ef48-4132-bf98-28b3a3d3f257/providers/Microsoft.Network/locations/westus2/operations/f2a4ce7b-7b0b-40d3-acdc-8d2e56167166?api-version=2020-05-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjY4ZjE3NDEtZWY0OC00MTMyLWJmOTgtMjhiM2EzZDNmMjU3L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2YyYTRjZTdiLTdiMGItNDBkMy1hY2RjLThkMmU1NjE2NzE2Nj9hcGktdmVyc2lvbj0yMDIwLTA1LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.2.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "10" + ], + "x-ms-request-id": [ + "f937991e-8c91-431f-8231-1869a787b0a2" + ], + "x-ms-correlation-request-id": [ + "4c82ce8b-2910-46b5-ab9e-40b63d8bf3ec" + ], + "x-ms-arm-service-request-id": [ + "581b8642-3057-4e75-b33f-5d5effee5db1" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11989" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200621T041824Z:4c82ce8b-2910-46b5-ab9e-40b63d8bf3ec" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Sun, 21 Jun 2020 04:18:24 GMT" + ], + "Content-Length": [ + "30" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/668f1741-ef48-4132-bf98-28b3a3d3f257/providers/Microsoft.Network/locations/westus2/operations/f2a4ce7b-7b0b-40d3-acdc-8d2e56167166?api-version=2020-05-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjY4ZjE3NDEtZWY0OC00MTMyLWJmOTgtMjhiM2EzZDNmMjU3L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2YyYTRjZTdiLTdiMGItNDBkMy1hY2RjLThkMmU1NjE2NzE2Nj9hcGktdmVyc2lvbj0yMDIwLTA1LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.2.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "10" + ], + "x-ms-request-id": [ + "39176fa9-6727-491f-871a-b372341fe376" + ], + "x-ms-correlation-request-id": [ + "aa269461-5c4a-47a2-9d9f-2db6e00c2770" + ], + "x-ms-arm-service-request-id": [ + "f15f3738-730a-4015-bf0e-650e3703270c" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11988" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200621T041834Z:aa269461-5c4a-47a2-9d9f-2db6e00c2770" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Sun, 21 Jun 2020 04:18:34 GMT" + ], + "Content-Length": [ + "30" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/668f1741-ef48-4132-bf98-28b3a3d3f257/providers/Microsoft.Network/locations/westus2/operations/f2a4ce7b-7b0b-40d3-acdc-8d2e56167166?api-version=2020-05-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjY4ZjE3NDEtZWY0OC00MTMyLWJmOTgtMjhiM2EzZDNmMjU3L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2YyYTRjZTdiLTdiMGItNDBkMy1hY2RjLThkMmU1NjE2NzE2Nj9hcGktdmVyc2lvbj0yMDIwLTA1LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.2.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "10" + ], + "x-ms-request-id": [ + "7c268a4d-fd38-4006-a202-97facd038995" + ], + "x-ms-correlation-request-id": [ + "8765618e-13e3-45f9-900e-4508deb3915d" + ], + "x-ms-arm-service-request-id": [ + "923750c5-54f8-46a8-858c-3e693a67c87e" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11987" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200621T041844Z:8765618e-13e3-45f9-900e-4508deb3915d" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Sun, 21 Jun 2020 04:18:44 GMT" + ], + "Content-Length": [ + "30" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/668f1741-ef48-4132-bf98-28b3a3d3f257/providers/Microsoft.Network/locations/westus2/operations/f2a4ce7b-7b0b-40d3-acdc-8d2e56167166?api-version=2020-05-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjY4ZjE3NDEtZWY0OC00MTMyLWJmOTgtMjhiM2EzZDNmMjU3L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2YyYTRjZTdiLTdiMGItNDBkMy1hY2RjLThkMmU1NjE2NzE2Nj9hcGktdmVyc2lvbj0yMDIwLTA1LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.2.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "10" + ], + "x-ms-request-id": [ + "cf21b9bf-f019-40ad-b038-d798c93db7a0" + ], + "x-ms-correlation-request-id": [ + "d409a66b-4f9a-41b1-8afa-5456ccf239d0" + ], + "x-ms-arm-service-request-id": [ + "33a1fbb7-f638-4fbe-9996-1311a364e65b" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11986" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200621T041854Z:d409a66b-4f9a-41b1-8afa-5456ccf239d0" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Sun, 21 Jun 2020 04:18:53 GMT" + ], + "Content-Length": [ + "30" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/668f1741-ef48-4132-bf98-28b3a3d3f257/providers/Microsoft.Network/locations/westus2/operations/f2a4ce7b-7b0b-40d3-acdc-8d2e56167166?api-version=2020-05-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjY4ZjE3NDEtZWY0OC00MTMyLWJmOTgtMjhiM2EzZDNmMjU3L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2YyYTRjZTdiLTdiMGItNDBkMy1hY2RjLThkMmU1NjE2NzE2Nj9hcGktdmVyc2lvbj0yMDIwLTA1LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.2.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "10" + ], + "x-ms-request-id": [ + "779ddd6a-e1de-4634-aa24-0677c9ad549e" + ], + "x-ms-correlation-request-id": [ + "65df111e-5dee-4d0d-9460-63e57d5f193c" + ], + "x-ms-arm-service-request-id": [ + "f614c9e0-2863-40ff-99cd-253bf11584cd" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11985" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200621T041904Z:65df111e-5dee-4d0d-9460-63e57d5f193c" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Sun, 21 Jun 2020 04:19:03 GMT" + ], + "Content-Length": [ + "30" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/668f1741-ef48-4132-bf98-28b3a3d3f257/providers/Microsoft.Network/locations/westus2/operations/f2a4ce7b-7b0b-40d3-acdc-8d2e56167166?api-version=2020-05-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjY4ZjE3NDEtZWY0OC00MTMyLWJmOTgtMjhiM2EzZDNmMjU3L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2YyYTRjZTdiLTdiMGItNDBkMy1hY2RjLThkMmU1NjE2NzE2Nj9hcGktdmVyc2lvbj0yMDIwLTA1LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.2.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "10" + ], + "x-ms-request-id": [ + "5d731562-ec00-48ba-bfd9-3a1960a8d828" + ], + "x-ms-correlation-request-id": [ + "b297bcc5-c2f4-4f4f-b053-04848f841717" + ], + "x-ms-arm-service-request-id": [ + "37d32a8f-56e2-4ceb-9a61-864edaa3db0d" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11984" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200621T041914Z:b297bcc5-c2f4-4f4f-b053-04848f841717" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Sun, 21 Jun 2020 04:19:13 GMT" + ], + "Content-Length": [ + "30" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/668f1741-ef48-4132-bf98-28b3a3d3f257/providers/Microsoft.Network/locations/westus2/operations/f2a4ce7b-7b0b-40d3-acdc-8d2e56167166?api-version=2020-05-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjY4ZjE3NDEtZWY0OC00MTMyLWJmOTgtMjhiM2EzZDNmMjU3L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2YyYTRjZTdiLTdiMGItNDBkMy1hY2RjLThkMmU1NjE2NzE2Nj9hcGktdmVyc2lvbj0yMDIwLTA1LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.2.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "10" + ], + "x-ms-request-id": [ + "3bf2ee1b-7be5-4fd5-94d1-3113f5722c0f" + ], + "x-ms-correlation-request-id": [ + "440866fb-f07c-4d6a-84af-90f42c0ed7ff" + ], + "x-ms-arm-service-request-id": [ + "147f1940-037b-430d-b057-539bcb29367a" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11983" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200621T041924Z:440866fb-f07c-4d6a-84af-90f42c0ed7ff" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Sun, 21 Jun 2020 04:19:23 GMT" + ], + "Content-Length": [ + "30" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/668f1741-ef48-4132-bf98-28b3a3d3f257/providers/Microsoft.Network/locations/westus2/operations/f2a4ce7b-7b0b-40d3-acdc-8d2e56167166?api-version=2020-05-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjY4ZjE3NDEtZWY0OC00MTMyLWJmOTgtMjhiM2EzZDNmMjU3L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2YyYTRjZTdiLTdiMGItNDBkMy1hY2RjLThkMmU1NjE2NzE2Nj9hcGktdmVyc2lvbj0yMDIwLTA1LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.2.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "10" + ], + "x-ms-request-id": [ + "41732596-a168-4902-ba9c-89d2b03c558c" + ], + "x-ms-correlation-request-id": [ + "7c9435dd-2af4-4d3d-938c-20be642e8a58" + ], + "x-ms-arm-service-request-id": [ + "5516c154-1f58-48e3-ab2e-844906febaf3" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11982" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200621T041934Z:7c9435dd-2af4-4d3d-938c-20be642e8a58" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Sun, 21 Jun 2020 04:19:33 GMT" + ], + "Content-Length": [ + "30" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/668f1741-ef48-4132-bf98-28b3a3d3f257/providers/Microsoft.Network/locations/westus2/operations/f2a4ce7b-7b0b-40d3-acdc-8d2e56167166?api-version=2020-05-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjY4ZjE3NDEtZWY0OC00MTMyLWJmOTgtMjhiM2EzZDNmMjU3L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2YyYTRjZTdiLTdiMGItNDBkMy1hY2RjLThkMmU1NjE2NzE2Nj9hcGktdmVyc2lvbj0yMDIwLTA1LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.2.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "10" + ], + "x-ms-request-id": [ + "94726042-675f-4956-ac89-caf1707b2780" + ], + "x-ms-correlation-request-id": [ + "a0d8a122-1f5a-480a-8ac6-9889987458b3" + ], + "x-ms-arm-service-request-id": [ + "585da2df-dd62-4cf0-8edc-292fd50b24c7" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11981" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200621T041944Z:a0d8a122-1f5a-480a-8ac6-9889987458b3" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Sun, 21 Jun 2020 04:19:43 GMT" + ], + "Content-Length": [ + "30" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/668f1741-ef48-4132-bf98-28b3a3d3f257/providers/Microsoft.Network/locations/westus2/operations/f2a4ce7b-7b0b-40d3-acdc-8d2e56167166?api-version=2020-05-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjY4ZjE3NDEtZWY0OC00MTMyLWJmOTgtMjhiM2EzZDNmMjU3L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2YyYTRjZTdiLTdiMGItNDBkMy1hY2RjLThkMmU1NjE2NzE2Nj9hcGktdmVyc2lvbj0yMDIwLTA1LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.2.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "10" + ], + "x-ms-request-id": [ + "6e65bd05-8364-4e15-92bb-b8cd6009b2d7" + ], + "x-ms-correlation-request-id": [ + "b33e5740-3886-417f-ad20-71833eef0559" + ], + "x-ms-arm-service-request-id": [ + "27253e80-3e57-42fb-ae5a-c0a59395afd8" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11980" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200621T041954Z:b33e5740-3886-417f-ad20-71833eef0559" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Sun, 21 Jun 2020 04:19:53 GMT" + ], + "Content-Length": [ + "30" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/668f1741-ef48-4132-bf98-28b3a3d3f257/providers/Microsoft.Network/locations/westus2/operations/f2a4ce7b-7b0b-40d3-acdc-8d2e56167166?api-version=2020-05-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjY4ZjE3NDEtZWY0OC00MTMyLWJmOTgtMjhiM2EzZDNmMjU3L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2YyYTRjZTdiLTdiMGItNDBkMy1hY2RjLThkMmU1NjE2NzE2Nj9hcGktdmVyc2lvbj0yMDIwLTA1LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.2.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "10" + ], + "x-ms-request-id": [ + "7ed46ee0-5ea6-4750-9c20-39ae2f3046f7" + ], + "x-ms-correlation-request-id": [ + "fdbee0dd-8317-4c8f-be89-154a5786e107" + ], + "x-ms-arm-service-request-id": [ + "a080c85c-39c2-4840-b7e7-d3f9b60bde2e" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11979" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200621T042004Z:fdbee0dd-8317-4c8f-be89-154a5786e107" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Sun, 21 Jun 2020 04:20:04 GMT" + ], + "Content-Length": [ + "30" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/668f1741-ef48-4132-bf98-28b3a3d3f257/providers/Microsoft.Network/locations/westus2/operations/f2a4ce7b-7b0b-40d3-acdc-8d2e56167166?api-version=2020-05-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjY4ZjE3NDEtZWY0OC00MTMyLWJmOTgtMjhiM2EzZDNmMjU3L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2YyYTRjZTdiLTdiMGItNDBkMy1hY2RjLThkMmU1NjE2NzE2Nj9hcGktdmVyc2lvbj0yMDIwLTA1LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.2.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "10" + ], + "x-ms-request-id": [ + "dbbe9417-1187-48b8-bae0-01068752bd30" + ], + "x-ms-correlation-request-id": [ + "83d85512-ef59-4500-bca3-6720149b5fe4" + ], + "x-ms-arm-service-request-id": [ + "3123d0c3-e83f-45e5-abf6-3baec6db8908" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11978" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200621T042014Z:83d85512-ef59-4500-bca3-6720149b5fe4" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Sun, 21 Jun 2020 04:20:14 GMT" + ], + "Content-Length": [ + "30" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/668f1741-ef48-4132-bf98-28b3a3d3f257/providers/Microsoft.Network/locations/westus2/operations/f2a4ce7b-7b0b-40d3-acdc-8d2e56167166?api-version=2020-05-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjY4ZjE3NDEtZWY0OC00MTMyLWJmOTgtMjhiM2EzZDNmMjU3L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2YyYTRjZTdiLTdiMGItNDBkMy1hY2RjLThkMmU1NjE2NzE2Nj9hcGktdmVyc2lvbj0yMDIwLTA1LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.2.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "10" + ], + "x-ms-request-id": [ + "4c99593a-9c15-40a5-954a-3ec6290b2c58" + ], + "x-ms-correlation-request-id": [ + "f6d3de82-2817-41d2-ad6c-d9103c121bd9" + ], + "x-ms-arm-service-request-id": [ + "44a63450-766d-493b-a625-a3c83f5196fd" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11977" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200621T042025Z:f6d3de82-2817-41d2-ad6c-d9103c121bd9" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Sun, 21 Jun 2020 04:20:24 GMT" + ], + "Content-Length": [ + "30" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/668f1741-ef48-4132-bf98-28b3a3d3f257/providers/Microsoft.Network/locations/westus2/operations/f2a4ce7b-7b0b-40d3-acdc-8d2e56167166?api-version=2020-05-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjY4ZjE3NDEtZWY0OC00MTMyLWJmOTgtMjhiM2EzZDNmMjU3L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2YyYTRjZTdiLTdiMGItNDBkMy1hY2RjLThkMmU1NjE2NzE2Nj9hcGktdmVyc2lvbj0yMDIwLTA1LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.2.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "10" + ], + "x-ms-request-id": [ + "cbd8c3a0-7b7b-4965-90fd-8aea0a01b84e" + ], + "x-ms-correlation-request-id": [ + "8c1f7a8c-34d0-46e8-b9b3-4de58456ae40" + ], + "x-ms-arm-service-request-id": [ + "75ea9ea0-3457-4f3c-8678-06f7befa1464" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11976" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200621T042035Z:8c1f7a8c-34d0-46e8-b9b3-4de58456ae40" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Sun, 21 Jun 2020 04:20:34 GMT" + ], + "Content-Length": [ + "30" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/668f1741-ef48-4132-bf98-28b3a3d3f257/providers/Microsoft.Network/locations/westus2/operations/f2a4ce7b-7b0b-40d3-acdc-8d2e56167166?api-version=2020-05-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjY4ZjE3NDEtZWY0OC00MTMyLWJmOTgtMjhiM2EzZDNmMjU3L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2YyYTRjZTdiLTdiMGItNDBkMy1hY2RjLThkMmU1NjE2NzE2Nj9hcGktdmVyc2lvbj0yMDIwLTA1LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.2.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "10" + ], + "x-ms-request-id": [ + "1ba860e6-b7fb-49ed-b935-ad1a250d4d53" + ], + "x-ms-correlation-request-id": [ + "bf71f06f-69c3-4fae-adb7-a454d880b9a2" + ], + "x-ms-arm-service-request-id": [ + "cc326938-b4bd-46da-b17d-9ec97338c957" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11975" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200621T042045Z:bf71f06f-69c3-4fae-adb7-a454d880b9a2" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Sun, 21 Jun 2020 04:20:44 GMT" + ], + "Content-Length": [ + "30" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/668f1741-ef48-4132-bf98-28b3a3d3f257/providers/Microsoft.Network/locations/westus2/operations/f2a4ce7b-7b0b-40d3-acdc-8d2e56167166?api-version=2020-05-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjY4ZjE3NDEtZWY0OC00MTMyLWJmOTgtMjhiM2EzZDNmMjU3L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2YyYTRjZTdiLTdiMGItNDBkMy1hY2RjLThkMmU1NjE2NzE2Nj9hcGktdmVyc2lvbj0yMDIwLTA1LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.2.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "10" + ], + "x-ms-request-id": [ + "5f26a82a-9c7b-4fa2-92e4-01f48414362a" + ], + "x-ms-correlation-request-id": [ + "1bebf4c9-8731-4474-866f-7bd2c959c8b5" + ], + "x-ms-arm-service-request-id": [ + "5a2bfbe8-b520-491b-b6e5-1b845f71ec21" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11974" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200621T042055Z:1bebf4c9-8731-4474-866f-7bd2c959c8b5" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Sun, 21 Jun 2020 04:20:54 GMT" + ], + "Content-Length": [ + "30" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/668f1741-ef48-4132-bf98-28b3a3d3f257/providers/Microsoft.Network/locations/westus2/operations/f2a4ce7b-7b0b-40d3-acdc-8d2e56167166?api-version=2020-05-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjY4ZjE3NDEtZWY0OC00MTMyLWJmOTgtMjhiM2EzZDNmMjU3L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2YyYTRjZTdiLTdiMGItNDBkMy1hY2RjLThkMmU1NjE2NzE2Nj9hcGktdmVyc2lvbj0yMDIwLTA1LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.2.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "10" + ], + "x-ms-request-id": [ + "f0129be4-28c7-4436-8a62-2141c66c47ee" + ], + "x-ms-correlation-request-id": [ + "96a8214f-5fb4-4132-9c54-a6ace2076fdc" + ], + "x-ms-arm-service-request-id": [ + "b804a4a5-0f58-4199-aa15-3af437c30e2a" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11973" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200621T042105Z:96a8214f-5fb4-4132-9c54-a6ace2076fdc" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Sun, 21 Jun 2020 04:21:04 GMT" + ], + "Content-Length": [ + "30" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/668f1741-ef48-4132-bf98-28b3a3d3f257/providers/Microsoft.Network/locations/westus2/operations/f2a4ce7b-7b0b-40d3-acdc-8d2e56167166?api-version=2020-05-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjY4ZjE3NDEtZWY0OC00MTMyLWJmOTgtMjhiM2EzZDNmMjU3L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2YyYTRjZTdiLTdiMGItNDBkMy1hY2RjLThkMmU1NjE2NzE2Nj9hcGktdmVyc2lvbj0yMDIwLTA1LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.2.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "10" + ], + "x-ms-request-id": [ + "8dc2e27f-96ed-4678-a427-f1d06ac3d3d1" + ], + "x-ms-correlation-request-id": [ + "d53e60e6-a64a-4f10-ab8c-6aa3c2dde22b" + ], + "x-ms-arm-service-request-id": [ + "6ad9a3da-4d78-4e6d-a8f1-7b9df2bd818e" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11972" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200621T042115Z:d53e60e6-a64a-4f10-ab8c-6aa3c2dde22b" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Sun, 21 Jun 2020 04:21:14 GMT" + ], + "Content-Length": [ + "30" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/668f1741-ef48-4132-bf98-28b3a3d3f257/providers/Microsoft.Network/locations/westus2/operations/f2a4ce7b-7b0b-40d3-acdc-8d2e56167166?api-version=2020-05-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjY4ZjE3NDEtZWY0OC00MTMyLWJmOTgtMjhiM2EzZDNmMjU3L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2YyYTRjZTdiLTdiMGItNDBkMy1hY2RjLThkMmU1NjE2NzE2Nj9hcGktdmVyc2lvbj0yMDIwLTA1LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.2.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "10" + ], + "x-ms-request-id": [ + "f943d3c5-8db4-44fc-8a60-135de2519492" + ], + "x-ms-correlation-request-id": [ + "97a29072-da04-4807-a500-50527981b785" + ], + "x-ms-arm-service-request-id": [ + "1f5b0926-98d5-4acc-83f3-5a2ff7696940" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11971" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200621T042125Z:97a29072-da04-4807-a500-50527981b785" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Sun, 21 Jun 2020 04:21:24 GMT" + ], + "Content-Length": [ + "30" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/668f1741-ef48-4132-bf98-28b3a3d3f257/providers/Microsoft.Network/locations/westus2/operations/f2a4ce7b-7b0b-40d3-acdc-8d2e56167166?api-version=2020-05-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjY4ZjE3NDEtZWY0OC00MTMyLWJmOTgtMjhiM2EzZDNmMjU3L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2YyYTRjZTdiLTdiMGItNDBkMy1hY2RjLThkMmU1NjE2NzE2Nj9hcGktdmVyc2lvbj0yMDIwLTA1LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.2.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "10" + ], + "x-ms-request-id": [ + "5b33bec4-bed9-43f4-a086-378692af00d3" + ], + "x-ms-correlation-request-id": [ + "72205968-9d1b-42a4-ad0f-43737e33435d" + ], + "x-ms-arm-service-request-id": [ + "74552d98-acae-4bd6-8384-6963bc55420a" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11970" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200621T042135Z:72205968-9d1b-42a4-ad0f-43737e33435d" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Sun, 21 Jun 2020 04:21:34 GMT" + ], + "Content-Length": [ + "30" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/668f1741-ef48-4132-bf98-28b3a3d3f257/providers/Microsoft.Network/locations/westus2/operations/f2a4ce7b-7b0b-40d3-acdc-8d2e56167166?api-version=2020-05-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjY4ZjE3NDEtZWY0OC00MTMyLWJmOTgtMjhiM2EzZDNmMjU3L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2YyYTRjZTdiLTdiMGItNDBkMy1hY2RjLThkMmU1NjE2NzE2Nj9hcGktdmVyc2lvbj0yMDIwLTA1LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.2.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "10" + ], + "x-ms-request-id": [ + "c9e3d7c2-868b-4951-bdd8-ef2ddddebcb9" + ], + "x-ms-correlation-request-id": [ + "5892db91-4baa-4b00-aae1-66841ef2955a" + ], + "x-ms-arm-service-request-id": [ + "c396fff5-71b2-45ea-a736-f81ccf2f59c4" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11969" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200621T042145Z:5892db91-4baa-4b00-aae1-66841ef2955a" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Sun, 21 Jun 2020 04:21:44 GMT" + ], + "Content-Length": [ + "30" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/668f1741-ef48-4132-bf98-28b3a3d3f257/providers/Microsoft.Network/locations/westus2/operations/f2a4ce7b-7b0b-40d3-acdc-8d2e56167166?api-version=2020-05-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjY4ZjE3NDEtZWY0OC00MTMyLWJmOTgtMjhiM2EzZDNmMjU3L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2YyYTRjZTdiLTdiMGItNDBkMy1hY2RjLThkMmU1NjE2NzE2Nj9hcGktdmVyc2lvbj0yMDIwLTA1LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.2.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-request-id": [ + "192a2a45-86c5-4b74-83a0-f9aa73a10597" + ], + "x-ms-correlation-request-id": [ + "3b6f83e3-6bad-4840-beac-5ab19a98778a" + ], + "x-ms-arm-service-request-id": [ + "d0d76b6c-b036-49f1-aefa-4d6d83fab8f1" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11968" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200621T042155Z:3b6f83e3-6bad-4840-beac-5ab19a98778a" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Sun, 21 Jun 2020 04:21:55 GMT" + ], + "Content-Length": [ + "29" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"status\": \"Succeeded\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/668f1741-ef48-4132-bf98-28b3a3d3f257/resourceGroups/ps6917/providers/Microsoft.Network/applicationgateways/ps3765/privateLinkResources?api-version=2020-05-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjY4ZjE3NDEtZWY0OC00MTMyLWJmOTgtMjhiM2EzZDNmMjU3L3Jlc291cmNlR3JvdXBzL3BzNjkxNy9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvYXBwbGljYXRpb25nYXRld2F5cy9wczM3NjUvcHJpdmF0ZUxpbmtSZXNvdXJjZXM/YXBpLXZlcnNpb249MjAyMC0wNS0wMQ==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "ad70ad74-21bc-4fd0-9403-a0ce26db37b3" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Internal.Common.AzureRestClient/1.3.15" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-request-id": [ + "016814cd-0ef8-4aec-b9ad-1981ea3a0059" + ], + "x-ms-correlation-request-id": [ + "47208f4d-ca99-4de5-9d4a-e16b449e44b6" + ], + "x-ms-arm-service-request-id": [ + "001b0254-afad-45a6-99c8-f11be1dccd33" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11999" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200621T042156Z:47208f4d-ca99-4de5-9d4a-e16b449e44b6" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Sun, 21 Jun 2020 04:21:55 GMT" + ], + "Content-Length": [ + "469" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": \"ps2653\",\r\n \"id\": \"/subscriptions/668f1741-ef48-4132-bf98-28b3a3d3f257/resourceGroups/ps6917/providers/Microsoft.Network/applicationGateways/ps3765/privateLinkResources/ps2653\",\r\n \"properties\": {\r\n \"groupId\": \"ps2653\",\r\n \"requiredMembers\": [\r\n \"ps2653\"\r\n ],\r\n \"requiredZoneNames\": []\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/privateLinkResources\"\r\n }\r\n ]\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/668f1741-ef48-4132-bf98-28b3a3d3f257/resourcegroups/ps4027?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjY4ZjE3NDEtZWY0OC00MTMyLWJmOTgtMjhiM2EzZDNmMjU3L3Jlc291cmNlZ3JvdXBzL3BzNDAyNz9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestMethod": "PUT", + "RequestBody": "{\r\n \"location\": \"westus2\"\r\n}", + "RequestHeaders": { + "x-ms-client-request-id": [ + "cfbb6430-f48e-4dec-ba90-de1856658135" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.15" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Content-Length": [ + "29" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-writes": [ + "1199" + ], + "x-ms-request-id": [ + "7c0391ea-4062-40d0-9df9-cabc7ad6ce25" + ], + "x-ms-correlation-request-id": [ + "7c0391ea-4062-40d0-9df9-cabc7ad6ce25" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200621T042156Z:7c0391ea-4062-40d0-9df9-cabc7ad6ce25" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Sun, 21 Jun 2020 04:21:56 GMT" + ], + "Content-Length": [ + "166" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/668f1741-ef48-4132-bf98-28b3a3d3f257/resourceGroups/ps4027\",\r\n \"name\": \"ps4027\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "StatusCode": 201 + }, + { + "RequestUri": "/subscriptions/668f1741-ef48-4132-bf98-28b3a3d3f257/resourceGroups/ps4027/providers/Microsoft.Network/virtualNetworks/ps5699?api-version=2020-05-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjY4ZjE3NDEtZWY0OC00MTMyLWJmOTgtMjhiM2EzZDNmMjU3L3Jlc291cmNlR3JvdXBzL3BzNDAyNy9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdmlydHVhbE5ldHdvcmtzL3BzNTY5OT9hcGktdmVyc2lvbj0yMDIwLTA1LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "6e7d890e-2d1c-4480-a681-e591410acf9e" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.2.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-failure-cause": [ + "gateway" + ], + "x-ms-request-id": [ + "dfac9656-2140-4c36-8eac-55e6a95ae446" + ], + "x-ms-correlation-request-id": [ + "dfac9656-2140-4c36-8eac-55e6a95ae446" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200621T042157Z:dfac9656-2140-4c36-8eac-55e6a95ae446" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Sun, 21 Jun 2020 04:21:56 GMT" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "218" + ] + }, + "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.Network/virtualNetworks/ps5699' under resource group 'ps4027' was not found. For more details please go to https://aka.ms/ARMResourceNotFoundFix\"\r\n }\r\n}", + "StatusCode": 404 + }, + { + "RequestUri": "/subscriptions/668f1741-ef48-4132-bf98-28b3a3d3f257/resourceGroups/ps4027/providers/Microsoft.Network/virtualNetworks/ps5699?api-version=2020-05-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjY4ZjE3NDEtZWY0OC00MTMyLWJmOTgtMjhiM2EzZDNmMjU3L3Jlc291cmNlR3JvdXBzL3BzNDAyNy9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdmlydHVhbE5ldHdvcmtzL3BzNTY5OT9hcGktdmVyc2lvbj0yMDIwLTA1LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.2.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "ETag": [ + "W/\"0cccec57-f4bc-4b47-8617-9de8e457ee4f\"" + ], + "x-ms-request-id": [ + "b0694c7c-68cc-4ec0-a4f7-f195f0ffc5da" + ], + "x-ms-correlation-request-id": [ + "34dccb18-d260-4ebe-b49f-eb53bff74355" + ], + "x-ms-arm-service-request-id": [ + "3e08bd9e-c0bf-448a-b649-6532c915fcda" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11997" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200621T042201Z:34dccb18-d260-4ebe-b49f-eb53bff74355" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Sun, 21 Jun 2020 04:22:00 GMT" + ], + "Content-Length": [ + "1270" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"ps5699\",\r\n \"id\": \"/subscriptions/668f1741-ef48-4132-bf98-28b3a3d3f257/resourceGroups/ps4027/providers/Microsoft.Network/virtualNetworks/ps5699\",\r\n \"etag\": \"W/\\\"0cccec57-f4bc-4b47-8617-9de8e457ee4f\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"5231c537-5cc9-44fd-8c95-0800db8a5950\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"20.0.0.0/16\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"ps5964\",\r\n \"id\": \"/subscriptions/668f1741-ef48-4132-bf98-28b3a3d3f257/resourceGroups/ps4027/providers/Microsoft.Network/virtualNetworks/ps5699/subnets/ps5964\",\r\n \"etag\": \"W/\\\"0cccec57-f4bc-4b47-8617-9de8e457ee4f\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"20.0.1.0/24\",\r\n \"serviceEndpoints\": [],\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Disabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"type\": \"Microsoft.Network/virtualNetworks/subnets\"\r\n }\r\n ],\r\n \"virtualNetworkPeerings\": [],\r\n \"enableDdosProtection\": false,\r\n \"enableVmProtection\": false\r\n }\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/668f1741-ef48-4132-bf98-28b3a3d3f257/resourceGroups/ps4027/providers/Microsoft.Network/virtualNetworks/ps5699?api-version=2020-05-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjY4ZjE3NDEtZWY0OC00MTMyLWJmOTgtMjhiM2EzZDNmMjU3L3Jlc291cmNlR3JvdXBzL3BzNDAyNy9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdmlydHVhbE5ldHdvcmtzL3BzNTY5OT9hcGktdmVyc2lvbj0yMDIwLTA1LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "c1efc7a3-d65c-4c66-818b-9ae36610a1d0" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.2.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "ETag": [ + "W/\"0cccec57-f4bc-4b47-8617-9de8e457ee4f\"" + ], + "x-ms-request-id": [ + "8398cf11-0440-4e7f-b19e-0a4ec5bb526b" + ], + "x-ms-correlation-request-id": [ + "0ad8c1a4-e3e3-4885-b415-9225a5af9fd3" + ], + "x-ms-arm-service-request-id": [ + "3c0cb05e-4ce3-4c3d-8806-b4759252d19b" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11996" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200621T042201Z:0ad8c1a4-e3e3-4885-b415-9225a5af9fd3" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Sun, 21 Jun 2020 04:22:00 GMT" + ], + "Content-Length": [ + "1270" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"ps5699\",\r\n \"id\": \"/subscriptions/668f1741-ef48-4132-bf98-28b3a3d3f257/resourceGroups/ps4027/providers/Microsoft.Network/virtualNetworks/ps5699\",\r\n \"etag\": \"W/\\\"0cccec57-f4bc-4b47-8617-9de8e457ee4f\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"5231c537-5cc9-44fd-8c95-0800db8a5950\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"20.0.0.0/16\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"ps5964\",\r\n \"id\": \"/subscriptions/668f1741-ef48-4132-bf98-28b3a3d3f257/resourceGroups/ps4027/providers/Microsoft.Network/virtualNetworks/ps5699/subnets/ps5964\",\r\n \"etag\": \"W/\\\"0cccec57-f4bc-4b47-8617-9de8e457ee4f\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"20.0.1.0/24\",\r\n \"serviceEndpoints\": [],\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Disabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"type\": \"Microsoft.Network/virtualNetworks/subnets\"\r\n }\r\n ],\r\n \"virtualNetworkPeerings\": [],\r\n \"enableDdosProtection\": false,\r\n \"enableVmProtection\": false\r\n }\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/668f1741-ef48-4132-bf98-28b3a3d3f257/resourceGroups/ps4027/providers/Microsoft.Network/virtualNetworks/ps5699?api-version=2020-05-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjY4ZjE3NDEtZWY0OC00MTMyLWJmOTgtMjhiM2EzZDNmMjU3L3Jlc291cmNlR3JvdXBzL3BzNDAyNy9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdmlydHVhbE5ldHdvcmtzL3BzNTY5OT9hcGktdmVyc2lvbj0yMDIwLTA1LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "4520aaf8-b932-4ffb-b4dd-741c52ee270c" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.2.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "ETag": [ + "W/\"0cccec57-f4bc-4b47-8617-9de8e457ee4f\"" + ], + "x-ms-request-id": [ + "18aba810-b137-42d8-8f9f-d7f1f67e202b" + ], + "x-ms-correlation-request-id": [ + "84eed7f3-5a34-4f54-8d2a-021239e1e2be" + ], + "x-ms-arm-service-request-id": [ + "977acd30-9df7-4c31-94d0-17bbd62abbbc" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11999" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200621T042202Z:84eed7f3-5a34-4f54-8d2a-021239e1e2be" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Sun, 21 Jun 2020 04:22:01 GMT" + ], + "Content-Length": [ + "1270" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"ps5699\",\r\n \"id\": \"/subscriptions/668f1741-ef48-4132-bf98-28b3a3d3f257/resourceGroups/ps4027/providers/Microsoft.Network/virtualNetworks/ps5699\",\r\n \"etag\": \"W/\\\"0cccec57-f4bc-4b47-8617-9de8e457ee4f\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"5231c537-5cc9-44fd-8c95-0800db8a5950\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"20.0.0.0/16\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"ps5964\",\r\n \"id\": \"/subscriptions/668f1741-ef48-4132-bf98-28b3a3d3f257/resourceGroups/ps4027/providers/Microsoft.Network/virtualNetworks/ps5699/subnets/ps5964\",\r\n \"etag\": \"W/\\\"0cccec57-f4bc-4b47-8617-9de8e457ee4f\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"20.0.1.0/24\",\r\n \"serviceEndpoints\": [],\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Disabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"type\": \"Microsoft.Network/virtualNetworks/subnets\"\r\n }\r\n ],\r\n \"virtualNetworkPeerings\": [],\r\n \"enableDdosProtection\": false,\r\n \"enableVmProtection\": false\r\n }\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/668f1741-ef48-4132-bf98-28b3a3d3f257/resourceGroups/ps4027/providers/Microsoft.Network/virtualNetworks/ps5699?api-version=2020-05-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjY4ZjE3NDEtZWY0OC00MTMyLWJmOTgtMjhiM2EzZDNmMjU3L3Jlc291cmNlR3JvdXBzL3BzNDAyNy9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdmlydHVhbE5ldHdvcmtzL3BzNTY5OT9hcGktdmVyc2lvbj0yMDIwLTA1LTAx", + "RequestMethod": "PUT", + "RequestBody": "{\r\n \"properties\": {\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"20.0.0.0/16\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"properties\": {\r\n \"addressPrefix\": \"20.0.1.0/24\",\r\n \"addressPrefixes\": [],\r\n \"serviceEndpoints\": [],\r\n \"serviceEndpointPolicies\": [],\r\n \"ipAllocations\": [],\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Disabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"name\": \"ps5964\"\r\n }\r\n ],\r\n \"virtualNetworkPeerings\": [],\r\n \"enableDdosProtection\": false,\r\n \"ipAllocations\": []\r\n },\r\n \"location\": \"westus2\"\r\n}", + "RequestHeaders": { + "x-ms-client-request-id": [ + "85129fe3-8788-4c36-a533-534a302f9548" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.2.0" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Content-Length": [ + "679" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "3" + ], + "x-ms-request-id": [ + "0ce79797-709f-42dc-89de-0d2aaa90527a" + ], + "Azure-AsyncOperation": [ + "https://management.azure.com/subscriptions/668f1741-ef48-4132-bf98-28b3a3d3f257/providers/Microsoft.Network/locations/westus2/operations/0ce79797-709f-42dc-89de-0d2aaa90527a?api-version=2020-05-01" + ], + "x-ms-correlation-request-id": [ + "8c44132b-5192-44ee-af8d-549b3a35df29" + ], + "Azure-AsyncNotification": [ + "Enabled" + ], + "x-ms-arm-service-request-id": [ + "8a2dd0ea-ed59-455c-9249-43975e82c2a1" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-writes": [ + "1199" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200621T042158Z:8c44132b-5192-44ee-af8d-549b3a35df29" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Sun, 21 Jun 2020 04:21:57 GMT" + ], + "Content-Length": [ + "1268" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"ps5699\",\r\n \"id\": \"/subscriptions/668f1741-ef48-4132-bf98-28b3a3d3f257/resourceGroups/ps4027/providers/Microsoft.Network/virtualNetworks/ps5699\",\r\n \"etag\": \"W/\\\"25ef873a-d0a4-4092-b7f8-2d4e8d742fe6\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"5231c537-5cc9-44fd-8c95-0800db8a5950\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"20.0.0.0/16\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"ps5964\",\r\n \"id\": \"/subscriptions/668f1741-ef48-4132-bf98-28b3a3d3f257/resourceGroups/ps4027/providers/Microsoft.Network/virtualNetworks/ps5699/subnets/ps5964\",\r\n \"etag\": \"W/\\\"25ef873a-d0a4-4092-b7f8-2d4e8d742fe6\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"addressPrefix\": \"20.0.1.0/24\",\r\n \"serviceEndpoints\": [],\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Disabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"type\": \"Microsoft.Network/virtualNetworks/subnets\"\r\n }\r\n ],\r\n \"virtualNetworkPeerings\": [],\r\n \"enableDdosProtection\": false,\r\n \"enableVmProtection\": false\r\n }\r\n}", + "StatusCode": 201 + }, + { + "RequestUri": "/subscriptions/668f1741-ef48-4132-bf98-28b3a3d3f257/providers/Microsoft.Network/locations/westus2/operations/0ce79797-709f-42dc-89de-0d2aaa90527a?api-version=2020-05-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjY4ZjE3NDEtZWY0OC00MTMyLWJmOTgtMjhiM2EzZDNmMjU3L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzBjZTc5Nzk3LTcwOWYtNDJkYy04OWRlLTBkMmFhYTkwNTI3YT9hcGktdmVyc2lvbj0yMDIwLTA1LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.2.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-request-id": [ + "5d0d3d39-952e-48b4-a8ff-a2cb454581b8" + ], + "x-ms-correlation-request-id": [ + "c3743e9a-a127-4761-a306-674b03351343" + ], + "x-ms-arm-service-request-id": [ + "8e422d6a-c757-4d62-98e8-7120a6d09780" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11998" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200621T042201Z:c3743e9a-a127-4761-a306-674b03351343" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Sun, 21 Jun 2020 04:22:00 GMT" + ], + "Content-Length": [ + "29" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"status\": \"Succeeded\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/668f1741-ef48-4132-bf98-28b3a3d3f257/resourceGroups/ps4027/providers/Microsoft.Network/privateEndpoints/ps4220?api-version=2020-05-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjY4ZjE3NDEtZWY0OC00MTMyLWJmOTgtMjhiM2EzZDNmMjU3L3Jlc291cmNlR3JvdXBzL3BzNDAyNy9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvcHJpdmF0ZUVuZHBvaW50cy9wczQyMjA/YXBpLXZlcnNpb249MjAyMC0wNS0wMQ==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "23502dc7-b212-46b7-bd67-c4b34ae6c276" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.2.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-failure-cause": [ + "gateway" + ], + "x-ms-request-id": [ + "ae6999ca-3baa-4d90-ad1c-b915db4656b7" + ], + "x-ms-correlation-request-id": [ + "ae6999ca-3baa-4d90-ad1c-b915db4656b7" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200621T042202Z:ae6999ca-3baa-4d90-ad1c-b915db4656b7" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Sun, 21 Jun 2020 04:22:02 GMT" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "219" + ] + }, + "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.Network/privateEndpoints/ps4220' under resource group 'ps4027' was not found. For more details please go to https://aka.ms/ARMResourceNotFoundFix\"\r\n }\r\n}", + "StatusCode": 404 + }, + { + "RequestUri": "/subscriptions/668f1741-ef48-4132-bf98-28b3a3d3f257/resourceGroups/ps4027/providers/Microsoft.Network/privateEndpoints/ps4220?api-version=2020-05-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjY4ZjE3NDEtZWY0OC00MTMyLWJmOTgtMjhiM2EzZDNmMjU3L3Jlc291cmNlR3JvdXBzL3BzNDAyNy9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvcHJpdmF0ZUVuZHBvaW50cy9wczQyMjA/YXBpLXZlcnNpb249MjAyMC0wNS0wMQ==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.2.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "ETag": [ + "W/\"a0ded98c-7861-4068-9bae-05aa5c22e736\"" + ], + "x-ms-request-id": [ + "b91216e1-30cf-448d-ae7e-b2635d0a656c" + ], + "x-ms-correlation-request-id": [ + "257a5fe8-823b-4ddf-8e28-bcf3b04323f0" + ], + "x-ms-arm-service-request-id": [ + "38bc5fe1-2bda-45ba-b189-21868d98e7f5" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11995" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200621T042234Z:257a5fe8-823b-4ddf-8e28-bcf3b04323f0" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Sun, 21 Jun 2020 04:22:34 GMT" + ], + "Content-Length": [ + "1842" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"ps4220\",\r\n \"id\": \"/subscriptions/668f1741-ef48-4132-bf98-28b3a3d3f257/resourceGroups/ps4027/providers/Microsoft.Network/privateEndpoints/ps4220\",\r\n \"etag\": \"W/\\\"a0ded98c-7861-4068-9bae-05aa5c22e736\\\"\",\r\n \"type\": \"Microsoft.Network/privateEndpoints\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"f2814534-6553-4f6e-bb50-0af064c19874\",\r\n \"privateLinkServiceConnections\": [],\r\n \"manualPrivateLinkServiceConnections\": [\r\n {\r\n \"name\": \"ps5906\",\r\n \"id\": \"/subscriptions/668f1741-ef48-4132-bf98-28b3a3d3f257/resourceGroups/ps4027/providers/Microsoft.Network/privateEndpoints/ps4220/manualPrivateLinkServiceConnections/ps5906\",\r\n \"etag\": \"W/\\\"a0ded98c-7861-4068-9bae-05aa5c22e736\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateLinkServiceId\": \"/subscriptions/668f1741-ef48-4132-bf98-28b3a3d3f257/resourceGroups/ps6917/providers/Microsoft.Network/applicationGateways/ps3765\",\r\n \"groupIds\": [\r\n \"ps2653\"\r\n ],\r\n \"privateLinkServiceConnectionState\": {\r\n \"status\": \"Pending\",\r\n \"description\": \"Awaiting Approval\",\r\n \"actionsRequired\": \"None\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/privateEndpoints/manualPrivateLinkServiceConnections\"\r\n }\r\n ],\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/668f1741-ef48-4132-bf98-28b3a3d3f257/resourceGroups/ps4027/providers/Microsoft.Network/virtualNetworks/ps5699/subnets/ps5964\"\r\n },\r\n \"networkInterfaces\": [\r\n {\r\n \"id\": \"/subscriptions/668f1741-ef48-4132-bf98-28b3a3d3f257/resourceGroups/ps4027/providers/Microsoft.Network/networkInterfaces/ps4220.nic.20197346-fa41-4300-b22e-38b415931a29\"\r\n }\r\n ],\r\n \"customDnsConfigs\": []\r\n }\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/668f1741-ef48-4132-bf98-28b3a3d3f257/resourceGroups/ps4027/providers/Microsoft.Network/privateEndpoints/ps4220?api-version=2020-05-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjY4ZjE3NDEtZWY0OC00MTMyLWJmOTgtMjhiM2EzZDNmMjU3L3Jlc291cmNlR3JvdXBzL3BzNDAyNy9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvcHJpdmF0ZUVuZHBvaW50cy9wczQyMjA/YXBpLXZlcnNpb249MjAyMC0wNS0wMQ==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "24e98e9b-5185-4fa0-8dc7-17d1d21011cf" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.2.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "ETag": [ + "W/\"a0ded98c-7861-4068-9bae-05aa5c22e736\"" + ], + "x-ms-request-id": [ + "6f952aa8-873b-4adf-86f3-703eb64fc588" + ], + "x-ms-correlation-request-id": [ + "71051ea9-fc65-43dc-ba47-f9ba7c44dd71" + ], + "x-ms-arm-service-request-id": [ + "a59ff956-dfcd-4e68-a834-9bf9782364d9" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11994" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200621T042235Z:71051ea9-fc65-43dc-ba47-f9ba7c44dd71" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Sun, 21 Jun 2020 04:22:34 GMT" + ], + "Content-Length": [ + "1842" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"ps4220\",\r\n \"id\": \"/subscriptions/668f1741-ef48-4132-bf98-28b3a3d3f257/resourceGroups/ps4027/providers/Microsoft.Network/privateEndpoints/ps4220\",\r\n \"etag\": \"W/\\\"a0ded98c-7861-4068-9bae-05aa5c22e736\\\"\",\r\n \"type\": \"Microsoft.Network/privateEndpoints\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"f2814534-6553-4f6e-bb50-0af064c19874\",\r\n \"privateLinkServiceConnections\": [],\r\n \"manualPrivateLinkServiceConnections\": [\r\n {\r\n \"name\": \"ps5906\",\r\n \"id\": \"/subscriptions/668f1741-ef48-4132-bf98-28b3a3d3f257/resourceGroups/ps4027/providers/Microsoft.Network/privateEndpoints/ps4220/manualPrivateLinkServiceConnections/ps5906\",\r\n \"etag\": \"W/\\\"a0ded98c-7861-4068-9bae-05aa5c22e736\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateLinkServiceId\": \"/subscriptions/668f1741-ef48-4132-bf98-28b3a3d3f257/resourceGroups/ps6917/providers/Microsoft.Network/applicationGateways/ps3765\",\r\n \"groupIds\": [\r\n \"ps2653\"\r\n ],\r\n \"privateLinkServiceConnectionState\": {\r\n \"status\": \"Pending\",\r\n \"description\": \"Awaiting Approval\",\r\n \"actionsRequired\": \"None\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/privateEndpoints/manualPrivateLinkServiceConnections\"\r\n }\r\n ],\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/668f1741-ef48-4132-bf98-28b3a3d3f257/resourceGroups/ps4027/providers/Microsoft.Network/virtualNetworks/ps5699/subnets/ps5964\"\r\n },\r\n \"networkInterfaces\": [\r\n {\r\n \"id\": \"/subscriptions/668f1741-ef48-4132-bf98-28b3a3d3f257/resourceGroups/ps4027/providers/Microsoft.Network/networkInterfaces/ps4220.nic.20197346-fa41-4300-b22e-38b415931a29\"\r\n }\r\n ],\r\n \"customDnsConfigs\": []\r\n }\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/668f1741-ef48-4132-bf98-28b3a3d3f257/resourceGroups/ps4027/providers/Microsoft.Network/privateEndpoints/ps4220?api-version=2020-05-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjY4ZjE3NDEtZWY0OC00MTMyLWJmOTgtMjhiM2EzZDNmMjU3L3Jlc291cmNlR3JvdXBzL3BzNDAyNy9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvcHJpdmF0ZUVuZHBvaW50cy9wczQyMjA/YXBpLXZlcnNpb249MjAyMC0wNS0wMQ==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "b1435bfd-c277-4397-802a-ba1b5b3ff65e" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.2.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "ETag": [ + "W/\"a0ded98c-7861-4068-9bae-05aa5c22e736\"" + ], + "x-ms-request-id": [ + "4a8d5d8d-ddc1-48f7-a5b5-a9c10a896342" + ], + "x-ms-correlation-request-id": [ + "d5b6d755-8040-46f7-8f2a-8b6332aece37" + ], + "x-ms-arm-service-request-id": [ + "f6d09293-dddb-4698-ad35-f375132239e5" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11999" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200621T042235Z:d5b6d755-8040-46f7-8f2a-8b6332aece37" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Sun, 21 Jun 2020 04:22:34 GMT" + ], + "Content-Length": [ + "1842" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"ps4220\",\r\n \"id\": \"/subscriptions/668f1741-ef48-4132-bf98-28b3a3d3f257/resourceGroups/ps4027/providers/Microsoft.Network/privateEndpoints/ps4220\",\r\n \"etag\": \"W/\\\"a0ded98c-7861-4068-9bae-05aa5c22e736\\\"\",\r\n \"type\": \"Microsoft.Network/privateEndpoints\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"f2814534-6553-4f6e-bb50-0af064c19874\",\r\n \"privateLinkServiceConnections\": [],\r\n \"manualPrivateLinkServiceConnections\": [\r\n {\r\n \"name\": \"ps5906\",\r\n \"id\": \"/subscriptions/668f1741-ef48-4132-bf98-28b3a3d3f257/resourceGroups/ps4027/providers/Microsoft.Network/privateEndpoints/ps4220/manualPrivateLinkServiceConnections/ps5906\",\r\n \"etag\": \"W/\\\"a0ded98c-7861-4068-9bae-05aa5c22e736\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateLinkServiceId\": \"/subscriptions/668f1741-ef48-4132-bf98-28b3a3d3f257/resourceGroups/ps6917/providers/Microsoft.Network/applicationGateways/ps3765\",\r\n \"groupIds\": [\r\n \"ps2653\"\r\n ],\r\n \"privateLinkServiceConnectionState\": {\r\n \"status\": \"Pending\",\r\n \"description\": \"Awaiting Approval\",\r\n \"actionsRequired\": \"None\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/privateEndpoints/manualPrivateLinkServiceConnections\"\r\n }\r\n ],\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/668f1741-ef48-4132-bf98-28b3a3d3f257/resourceGroups/ps4027/providers/Microsoft.Network/virtualNetworks/ps5699/subnets/ps5964\"\r\n },\r\n \"networkInterfaces\": [\r\n {\r\n \"id\": \"/subscriptions/668f1741-ef48-4132-bf98-28b3a3d3f257/resourceGroups/ps4027/providers/Microsoft.Network/networkInterfaces/ps4220.nic.20197346-fa41-4300-b22e-38b415931a29\"\r\n }\r\n ],\r\n \"customDnsConfigs\": []\r\n }\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/668f1741-ef48-4132-bf98-28b3a3d3f257/resourceGroups/ps4027/providers/Microsoft.Network/privateEndpoints/ps4220?api-version=2020-05-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjY4ZjE3NDEtZWY0OC00MTMyLWJmOTgtMjhiM2EzZDNmMjU3L3Jlc291cmNlR3JvdXBzL3BzNDAyNy9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvcHJpdmF0ZUVuZHBvaW50cy9wczQyMjA/YXBpLXZlcnNpb249MjAyMC0wNS0wMQ==", + "RequestMethod": "PUT", + "RequestBody": "{\r\n \"properties\": {\r\n \"subnet\": {\r\n \"properties\": {\r\n \"addressPrefix\": \"20.0.1.0/24\",\r\n \"addressPrefixes\": [],\r\n \"serviceEndpoints\": [],\r\n \"serviceEndpointPolicies\": [],\r\n \"ipAllocations\": [],\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Disabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"name\": \"ps5964\",\r\n \"id\": \"/subscriptions/668f1741-ef48-4132-bf98-28b3a3d3f257/resourceGroups/ps4027/providers/Microsoft.Network/virtualNetworks/ps5699/subnets/ps5964\"\r\n },\r\n \"privateLinkServiceConnections\": [],\r\n \"manualPrivateLinkServiceConnections\": [\r\n {\r\n \"properties\": {\r\n \"privateLinkServiceId\": \"/subscriptions/668f1741-ef48-4132-bf98-28b3a3d3f257/resourceGroups/ps6917/providers/Microsoft.Network/applicationGateways/ps3765\",\r\n \"groupIds\": [\r\n \"ps2653\"\r\n ]\r\n },\r\n \"name\": \"ps5906\"\r\n }\r\n ],\r\n \"customDnsConfigs\": []\r\n },\r\n \"location\": \"westus2\"\r\n}", + "RequestHeaders": { + "x-ms-client-request-id": [ + "ce376c1d-a231-4c01-8751-030bac15c6fa" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.2.0" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Content-Length": [ + "1039" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "10" + ], + "x-ms-request-id": [ + "11850b3c-4877-437e-9774-5bbe04264827" + ], + "Azure-AsyncOperation": [ + "https://management.azure.com/subscriptions/668f1741-ef48-4132-bf98-28b3a3d3f257/providers/Microsoft.Network/locations/westus2/operations/11850b3c-4877-437e-9774-5bbe04264827?api-version=2020-05-01" + ], + "x-ms-correlation-request-id": [ + "39bb4285-3876-472f-a730-30ed532efbbd" + ], + "Azure-AsyncNotification": [ + "Enabled" + ], + "x-ms-arm-service-request-id": [ + "c9b2f83d-1216-46c4-922a-f26197798db2" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-writes": [ + "1199" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200621T042204Z:39bb4285-3876-472f-a730-30ed532efbbd" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Sun, 21 Jun 2020 04:22:04 GMT" + ], + "Content-Length": [ + "1841" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"ps4220\",\r\n \"id\": \"/subscriptions/668f1741-ef48-4132-bf98-28b3a3d3f257/resourceGroups/ps4027/providers/Microsoft.Network/privateEndpoints/ps4220\",\r\n \"etag\": \"W/\\\"5dc374ea-f972-4b89-8f50-9ee8af0fc4d5\\\"\",\r\n \"type\": \"Microsoft.Network/privateEndpoints\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"f2814534-6553-4f6e-bb50-0af064c19874\",\r\n \"privateLinkServiceConnections\": [],\r\n \"manualPrivateLinkServiceConnections\": [\r\n {\r\n \"name\": \"ps5906\",\r\n \"id\": \"/subscriptions/668f1741-ef48-4132-bf98-28b3a3d3f257/resourceGroups/ps4027/providers/Microsoft.Network/privateEndpoints/ps4220/manualPrivateLinkServiceConnections/ps5906\",\r\n \"etag\": \"W/\\\"5dc374ea-f972-4b89-8f50-9ee8af0fc4d5\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateLinkServiceId\": \"/subscriptions/668f1741-ef48-4132-bf98-28b3a3d3f257/resourceGroups/ps6917/providers/Microsoft.Network/applicationGateways/ps3765\",\r\n \"groupIds\": [\r\n \"ps2653\"\r\n ],\r\n \"privateLinkServiceConnectionState\": {\r\n \"status\": \"Pending\",\r\n \"description\": \"Awaiting Approval\",\r\n \"actionsRequired\": \"None\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/privateEndpoints/manualPrivateLinkServiceConnections\"\r\n }\r\n ],\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/668f1741-ef48-4132-bf98-28b3a3d3f257/resourceGroups/ps4027/providers/Microsoft.Network/virtualNetworks/ps5699/subnets/ps5964\"\r\n },\r\n \"networkInterfaces\": [\r\n {\r\n \"id\": \"/subscriptions/668f1741-ef48-4132-bf98-28b3a3d3f257/resourceGroups/ps4027/providers/Microsoft.Network/networkInterfaces/ps4220.nic.20197346-fa41-4300-b22e-38b415931a29\"\r\n }\r\n ],\r\n \"customDnsConfigs\": []\r\n }\r\n}", + "StatusCode": 201 + }, + { + "RequestUri": "/subscriptions/668f1741-ef48-4132-bf98-28b3a3d3f257/providers/Microsoft.Network/locations/westus2/operations/11850b3c-4877-437e-9774-5bbe04264827?api-version=2020-05-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjY4ZjE3NDEtZWY0OC00MTMyLWJmOTgtMjhiM2EzZDNmMjU3L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzExODUwYjNjLTQ4NzctNDM3ZS05Nzc0LTViYmUwNDI2NDgyNz9hcGktdmVyc2lvbj0yMDIwLTA1LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.2.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "10" + ], + "x-ms-request-id": [ + "28a778f3-c657-49d5-ad56-93859aa6bf85" + ], + "x-ms-correlation-request-id": [ + "bd76bf1f-58ab-48e0-9287-e42a5752a4f4" + ], + "x-ms-arm-service-request-id": [ + "a701ef57-588c-41fb-9679-91543c8a4ce4" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11998" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200621T042214Z:bd76bf1f-58ab-48e0-9287-e42a5752a4f4" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Sun, 21 Jun 2020 04:22:14 GMT" + ], + "Content-Length": [ + "30" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/668f1741-ef48-4132-bf98-28b3a3d3f257/providers/Microsoft.Network/locations/westus2/operations/11850b3c-4877-437e-9774-5bbe04264827?api-version=2020-05-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjY4ZjE3NDEtZWY0OC00MTMyLWJmOTgtMjhiM2EzZDNmMjU3L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzExODUwYjNjLTQ4NzctNDM3ZS05Nzc0LTViYmUwNDI2NDgyNz9hcGktdmVyc2lvbj0yMDIwLTA1LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.2.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "10" + ], + "x-ms-request-id": [ + "7eb663f5-e7cb-4cf6-b7ba-6227ce2b86fd" + ], + "x-ms-correlation-request-id": [ + "088a7a2f-f238-4c11-89a0-7c7771227dc0" + ], + "x-ms-arm-service-request-id": [ + "e6176efb-74d4-4642-a89f-c9b91b24274c" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11997" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200621T042224Z:088a7a2f-f238-4c11-89a0-7c7771227dc0" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Sun, 21 Jun 2020 04:22:24 GMT" + ], + "Content-Length": [ + "30" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/668f1741-ef48-4132-bf98-28b3a3d3f257/providers/Microsoft.Network/locations/westus2/operations/11850b3c-4877-437e-9774-5bbe04264827?api-version=2020-05-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjY4ZjE3NDEtZWY0OC00MTMyLWJmOTgtMjhiM2EzZDNmMjU3L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzExODUwYjNjLTQ4NzctNDM3ZS05Nzc0LTViYmUwNDI2NDgyNz9hcGktdmVyc2lvbj0yMDIwLTA1LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.2.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-request-id": [ + "08d2abd0-1f9c-4ae0-8634-e0c1bc837a66" + ], + "x-ms-correlation-request-id": [ + "ad50c213-dd77-4216-9d8d-28f4a46dfab6" + ], + "x-ms-arm-service-request-id": [ + "93647f73-e4a6-46fa-9a8a-0ba153890e61" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11996" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200621T042234Z:ad50c213-dd77-4216-9d8d-28f4a46dfab6" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Sun, 21 Jun 2020 04:22:34 GMT" + ], + "Content-Length": [ + "29" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"status\": \"Succeeded\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/668f1741-ef48-4132-bf98-28b3a3d3f257/resourceGroups/ps6917/providers/Microsoft.Network/applicationgateways/ps3765/privateEndpointConnections?api-version=2020-05-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjY4ZjE3NDEtZWY0OC00MTMyLWJmOTgtMjhiM2EzZDNmMjU3L3Jlc291cmNlR3JvdXBzL3BzNjkxNy9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvYXBwbGljYXRpb25nYXRld2F5cy9wczM3NjUvcHJpdmF0ZUVuZHBvaW50Q29ubmVjdGlvbnM/YXBpLXZlcnNpb249MjAyMC0wNS0wMQ==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "c02a1a2d-f5e6-4cca-a69f-ca122441c094" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Internal.Common.AzureRestClient/1.3.15" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-request-id": [ + "6e21def8-e29f-4b95-95a8-0cb31db386b1" + ], + "x-ms-correlation-request-id": [ + "89fe87a3-aae1-4c9d-a063-96ec38c9191d" + ], + "x-ms-arm-service-request-id": [ + "90289dd5-07ca-4b2e-af3f-39924838771d" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11999" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200621T042235Z:89fe87a3-aae1-4c9d-a063-96ec38c9191d" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Sun, 21 Jun 2020 04:22:35 GMT" + ], + "Content-Length": [ + "875" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": \"ps4220.f2814534-6553-4f6e-bb50-0af064c19874\",\r\n \"id\": \"/subscriptions/668f1741-ef48-4132-bf98-28b3a3d3f257/resourceGroups/ps6917/providers/Microsoft.Network/applicationGateways/ps3765/privateEndpointConnections/ps4220.f2814534-6553-4f6e-bb50-0af064c19874\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateEndpoint\": {\r\n \"id\": \"/subscriptions/668f1741-ef48-4132-bf98-28b3a3d3f257/resourceGroups/ps4027/providers/Microsoft.Network/privateEndpoints/ps4220\"\r\n },\r\n \"privateLinkServiceConnectionState\": {\r\n \"status\": \"Pending\",\r\n \"description\": \"Awaiting Approval\",\r\n \"actionsRequired\": \"None\"\r\n },\r\n \"linkIdentifier\": \"637581470\"\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/privateEndpointConnections\"\r\n }\r\n ]\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/668f1741-ef48-4132-bf98-28b3a3d3f257/resourceGroups/ps6917/providers/Microsoft.Network/applicationgateways/ps3765/privateEndpointConnections/ps4220.f2814534-6553-4f6e-bb50-0af064c19874?api-version=2020-05-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjY4ZjE3NDEtZWY0OC00MTMyLWJmOTgtMjhiM2EzZDNmMjU3L3Jlc291cmNlR3JvdXBzL3BzNjkxNy9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvYXBwbGljYXRpb25nYXRld2F5cy9wczM3NjUvcHJpdmF0ZUVuZHBvaW50Q29ubmVjdGlvbnMvcHM0MjIwLmYyODE0NTM0LTY1NTMtNGY2ZS1iYjUwLTBhZjA2NGMxOTg3ND9hcGktdmVyc2lvbj0yMDIwLTA1LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "38404bf9-9070-480e-af4b-8acb8a6a4975" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Internal.Common.AzureRestClient/1.3.15" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-request-id": [ + "954a2bcf-f53b-40fe-9768-5d4d870ba9b3" + ], + "x-ms-correlation-request-id": [ + "2ced0423-8fa2-4a2f-a70e-0c35c8613dc2" + ], + "x-ms-arm-service-request-id": [ + "910b0373-5feb-4a32-951f-277cdf461912" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11999" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200621T042235Z:2ced0423-8fa2-4a2f-a70e-0c35c8613dc2" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Sun, 21 Jun 2020 04:22:35 GMT" + ], + "Content-Length": [ + "782" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"ps4220.f2814534-6553-4f6e-bb50-0af064c19874\",\r\n \"id\": \"/subscriptions/668f1741-ef48-4132-bf98-28b3a3d3f257/resourceGroups/ps6917/providers/Microsoft.Network/applicationGateways/ps3765/privateEndpointConnections/ps4220.f2814534-6553-4f6e-bb50-0af064c19874\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateEndpoint\": {\r\n \"id\": \"/subscriptions/668f1741-ef48-4132-bf98-28b3a3d3f257/resourceGroups/ps4027/providers/Microsoft.Network/privateEndpoints/ps4220\"\r\n },\r\n \"privateLinkServiceConnectionState\": {\r\n \"status\": \"Pending\",\r\n \"description\": \"Awaiting Approval\",\r\n \"actionsRequired\": \"None\"\r\n },\r\n \"linkIdentifier\": \"637581470\"\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/privateEndpointConnections\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/668f1741-ef48-4132-bf98-28b3a3d3f257/resourceGroups/ps6917/providers/Microsoft.Network/applicationgateways/ps3765/privateEndpointConnections/ps4220.f2814534-6553-4f6e-bb50-0af064c19874?api-version=2020-05-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjY4ZjE3NDEtZWY0OC00MTMyLWJmOTgtMjhiM2EzZDNmMjU3L3Jlc291cmNlR3JvdXBzL3BzNjkxNy9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvYXBwbGljYXRpb25nYXRld2F5cy9wczM3NjUvcHJpdmF0ZUVuZHBvaW50Q29ubmVjdGlvbnMvcHM0MjIwLmYyODE0NTM0LTY1NTMtNGY2ZS1iYjUwLTBhZjA2NGMxOTg3ND9hcGktdmVyc2lvbj0yMDIwLTA1LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "369b7b78-13a8-4d24-98f8-77e81419f9be" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Internal.Common.AzureRestClient/1.3.15" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-request-id": [ + "137298dd-19eb-4466-ade1-eb5b1885b58e" + ], + "x-ms-correlation-request-id": [ + "b08a3ba9-67a9-42d4-9063-41874ebcd9e5" + ], + "x-ms-arm-service-request-id": [ + "df048c52-c828-4019-a34b-e7f8c290193a" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11999" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200621T042235Z:b08a3ba9-67a9-42d4-9063-41874ebcd9e5" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Sun, 21 Jun 2020 04:22:35 GMT" + ], + "Content-Length": [ + "782" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"ps4220.f2814534-6553-4f6e-bb50-0af064c19874\",\r\n \"id\": \"/subscriptions/668f1741-ef48-4132-bf98-28b3a3d3f257/resourceGroups/ps6917/providers/Microsoft.Network/applicationGateways/ps3765/privateEndpointConnections/ps4220.f2814534-6553-4f6e-bb50-0af064c19874\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateEndpoint\": {\r\n \"id\": \"/subscriptions/668f1741-ef48-4132-bf98-28b3a3d3f257/resourceGroups/ps4027/providers/Microsoft.Network/privateEndpoints/ps4220\"\r\n },\r\n \"privateLinkServiceConnectionState\": {\r\n \"status\": \"Pending\",\r\n \"description\": \"Awaiting Approval\",\r\n \"actionsRequired\": \"None\"\r\n },\r\n \"linkIdentifier\": \"637581470\"\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/privateEndpointConnections\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/668f1741-ef48-4132-bf98-28b3a3d3f257/resourceGroups/ps6917/providers/Microsoft.Network/applicationgateways/ps3765/privateEndpointConnections/ps4220.f2814534-6553-4f6e-bb50-0af064c19874?api-version=2020-05-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjY4ZjE3NDEtZWY0OC00MTMyLWJmOTgtMjhiM2EzZDNmMjU3L3Jlc291cmNlR3JvdXBzL3BzNjkxNy9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvYXBwbGljYXRpb25nYXRld2F5cy9wczM3NjUvcHJpdmF0ZUVuZHBvaW50Q29ubmVjdGlvbnMvcHM0MjIwLmYyODE0NTM0LTY1NTMtNGY2ZS1iYjUwLTBhZjA2NGMxOTg3ND9hcGktdmVyc2lvbj0yMDIwLTA1LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "f4bf6fce-e175-41b1-a591-0df9522ec36b" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Internal.Common.AzureRestClient/1.3.15" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-request-id": [ + "269283d4-11f5-4aff-8c2e-d22e538a40bb" + ], + "x-ms-correlation-request-id": [ + "5383e9d5-548d-4c55-8193-f98c75216e30" + ], + "x-ms-arm-service-request-id": [ + "425b61e1-f07e-4e8f-97ea-2bc23c6ec16c" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11998" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200621T042236Z:5383e9d5-548d-4c55-8193-f98c75216e30" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Sun, 21 Jun 2020 04:22:35 GMT" + ], + "Content-Length": [ + "782" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"ps4220.f2814534-6553-4f6e-bb50-0af064c19874\",\r\n \"id\": \"/subscriptions/668f1741-ef48-4132-bf98-28b3a3d3f257/resourceGroups/ps6917/providers/Microsoft.Network/applicationGateways/ps3765/privateEndpointConnections/ps4220.f2814534-6553-4f6e-bb50-0af064c19874\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"privateEndpoint\": {\r\n \"id\": \"/subscriptions/668f1741-ef48-4132-bf98-28b3a3d3f257/resourceGroups/ps4027/providers/Microsoft.Network/privateEndpoints/ps4220\"\r\n },\r\n \"privateLinkServiceConnectionState\": {\r\n \"status\": \"Approved\",\r\n \"description\": \"Awaiting Approval\",\r\n \"actionsRequired\": \"None\"\r\n },\r\n \"linkIdentifier\": \"637581470\"\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/privateEndpointConnections\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/668f1741-ef48-4132-bf98-28b3a3d3f257/resourceGroups/ps6917/providers/Microsoft.Network/applicationgateways/ps3765/privateEndpointConnections/ps4220.f2814534-6553-4f6e-bb50-0af064c19874?api-version=2020-05-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjY4ZjE3NDEtZWY0OC00MTMyLWJmOTgtMjhiM2EzZDNmMjU3L3Jlc291cmNlR3JvdXBzL3BzNjkxNy9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvYXBwbGljYXRpb25nYXRld2F5cy9wczM3NjUvcHJpdmF0ZUVuZHBvaW50Q29ubmVjdGlvbnMvcHM0MjIwLmYyODE0NTM0LTY1NTMtNGY2ZS1iYjUwLTBhZjA2NGMxOTg3ND9hcGktdmVyc2lvbj0yMDIwLTA1LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "5481d9c4-e0d3-48bf-ab88-e5b55f099558" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Internal.Common.AzureRestClient/1.3.15" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-request-id": [ + "56566e5c-184d-44ea-af05-d53e1d8161bf" + ], + "x-ms-correlation-request-id": [ + "15b28603-5d1d-4eee-ab57-bc130abfe3e3" + ], + "x-ms-arm-service-request-id": [ + "81c24946-c7c3-46e4-b442-bf150b532871" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11999" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200621T042306Z:15b28603-5d1d-4eee-ab57-bc130abfe3e3" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Sun, 21 Jun 2020 04:23:05 GMT" + ], + "Content-Length": [ + "783" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"ps4220.f2814534-6553-4f6e-bb50-0af064c19874\",\r\n \"id\": \"/subscriptions/668f1741-ef48-4132-bf98-28b3a3d3f257/resourceGroups/ps6917/providers/Microsoft.Network/applicationGateways/ps3765/privateEndpointConnections/ps4220.f2814534-6553-4f6e-bb50-0af064c19874\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateEndpoint\": {\r\n \"id\": \"/subscriptions/668f1741-ef48-4132-bf98-28b3a3d3f257/resourceGroups/ps4027/providers/Microsoft.Network/privateEndpoints/ps4220\"\r\n },\r\n \"privateLinkServiceConnectionState\": {\r\n \"status\": \"Approved\",\r\n \"description\": \"Awaiting Approval\",\r\n \"actionsRequired\": \"None\"\r\n },\r\n \"linkIdentifier\": \"637581470\"\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/privateEndpointConnections\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/668f1741-ef48-4132-bf98-28b3a3d3f257/resourceGroups/ps6917/providers/Microsoft.Network/applicationgateways/ps3765/privateEndpointConnections/ps4220.f2814534-6553-4f6e-bb50-0af064c19874?api-version=2020-05-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjY4ZjE3NDEtZWY0OC00MTMyLWJmOTgtMjhiM2EzZDNmMjU3L3Jlc291cmNlR3JvdXBzL3BzNjkxNy9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvYXBwbGljYXRpb25nYXRld2F5cy9wczM3NjUvcHJpdmF0ZUVuZHBvaW50Q29ubmVjdGlvbnMvcHM0MjIwLmYyODE0NTM0LTY1NTMtNGY2ZS1iYjUwLTBhZjA2NGMxOTg3ND9hcGktdmVyc2lvbj0yMDIwLTA1LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "91a99d94-68e5-4d39-9ef4-cb1dd69c1887" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Internal.Common.AzureRestClient/1.3.15" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-request-id": [ + "19496ac4-ce86-497b-8bf5-25a7dd4da662" + ], + "x-ms-correlation-request-id": [ + "c1902724-9b95-46b0-acd9-50e4c7c3716c" + ], + "x-ms-arm-service-request-id": [ + "d4b439f1-f367-4d03-bb9e-e4a70292df79" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11998" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200621T042306Z:c1902724-9b95-46b0-acd9-50e4c7c3716c" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Sun, 21 Jun 2020 04:23:05 GMT" + ], + "Content-Length": [ + "782" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"ps4220.f2814534-6553-4f6e-bb50-0af064c19874\",\r\n \"id\": \"/subscriptions/668f1741-ef48-4132-bf98-28b3a3d3f257/resourceGroups/ps6917/providers/Microsoft.Network/applicationGateways/ps3765/privateEndpointConnections/ps4220.f2814534-6553-4f6e-bb50-0af064c19874\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"privateEndpoint\": {\r\n \"id\": \"/subscriptions/668f1741-ef48-4132-bf98-28b3a3d3f257/resourceGroups/ps4027/providers/Microsoft.Network/privateEndpoints/ps4220\"\r\n },\r\n \"privateLinkServiceConnectionState\": {\r\n \"status\": \"Rejected\",\r\n \"description\": \"Awaiting Approval\",\r\n \"actionsRequired\": \"None\"\r\n },\r\n \"linkIdentifier\": \"637581470\"\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/privateEndpointConnections\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/668f1741-ef48-4132-bf98-28b3a3d3f257/resourceGroups/ps6917/providers/Microsoft.Network/applicationgateways/ps3765/privateEndpointConnections/ps4220.f2814534-6553-4f6e-bb50-0af064c19874?api-version=2020-05-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjY4ZjE3NDEtZWY0OC00MTMyLWJmOTgtMjhiM2EzZDNmMjU3L3Jlc291cmNlR3JvdXBzL3BzNjkxNy9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvYXBwbGljYXRpb25nYXRld2F5cy9wczM3NjUvcHJpdmF0ZUVuZHBvaW50Q29ubmVjdGlvbnMvcHM0MjIwLmYyODE0NTM0LTY1NTMtNGY2ZS1iYjUwLTBhZjA2NGMxOTg3ND9hcGktdmVyc2lvbj0yMDIwLTA1LTAx", + "RequestMethod": "PUT", + "RequestBody": "{\r\n \"properties\": {\r\n \"privateEndpoint\": {\r\n \"id\": \"/subscriptions/668f1741-ef48-4132-bf98-28b3a3d3f257/resourceGroups/ps4027/providers/Microsoft.Network/privateEndpoints/ps4220\"\r\n },\r\n \"privateLinkServiceConnectionState\": {\r\n \"status\": \"Approved\",\r\n \"description\": \"Awaiting Approval\"\r\n }\r\n }\r\n}", + "RequestHeaders": { + "x-ms-client-request-id": [ + "f4b51677-9913-4f8c-b058-360e08d4670f" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Internal.Common.AzureRestClient/1.3.15" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Content-Length": [ + "325" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "10" + ], + "x-ms-request-id": [ + "d967cc73-9ae5-4ae6-adc3-f7a1cfd17740" + ], + "Azure-AsyncOperation": [ + "https://management.azure.com/subscriptions/668f1741-ef48-4132-bf98-28b3a3d3f257/providers/Microsoft.Network/locations/westus2/operations/d967cc73-9ae5-4ae6-adc3-f7a1cfd17740?api-version=2020-05-01" + ], + "x-ms-correlation-request-id": [ + "1f38c504-c8d4-4517-bd8f-205fad446880" + ], + "x-ms-arm-service-request-id": [ + "a1d89405-953c-4b68-b6ee-554db1ae9371" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-writes": [ + "1199" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200621T042236Z:1f38c504-c8d4-4517-bd8f-205fad446880" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Sun, 21 Jun 2020 04:22:35 GMT" + ], + "Content-Length": [ + "742" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"ps4220.f2814534-6553-4f6e-bb50-0af064c19874\",\r\n \"id\": \"/subscriptions/668f1741-ef48-4132-bf98-28b3a3d3f257/resourceGroups/ps6917/providers/Microsoft.Network/applicationGateways/ps3765/privateEndpointConnections/ps4220.f2814534-6553-4f6e-bb50-0af064c19874\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"privateEndpoint\": {\r\n \"id\": \"/subscriptions/668f1741-ef48-4132-bf98-28b3a3d3f257/resourceGroups/ps4027/providers/Microsoft.Network/privateEndpoints/ps4220\"\r\n },\r\n \"privateLinkServiceConnectionState\": {\r\n \"status\": \"Approved\",\r\n \"description\": \"Awaiting Approval\",\r\n \"actionsRequired\": \"\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/privateEndpointConnections\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/668f1741-ef48-4132-bf98-28b3a3d3f257/resourceGroups/ps6917/providers/Microsoft.Network/applicationgateways/ps3765/privateEndpointConnections/ps4220.f2814534-6553-4f6e-bb50-0af064c19874?api-version=2020-05-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjY4ZjE3NDEtZWY0OC00MTMyLWJmOTgtMjhiM2EzZDNmMjU3L3Jlc291cmNlR3JvdXBzL3BzNjkxNy9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvYXBwbGljYXRpb25nYXRld2F5cy9wczM3NjUvcHJpdmF0ZUVuZHBvaW50Q29ubmVjdGlvbnMvcHM0MjIwLmYyODE0NTM0LTY1NTMtNGY2ZS1iYjUwLTBhZjA2NGMxOTg3ND9hcGktdmVyc2lvbj0yMDIwLTA1LTAx", + "RequestMethod": "PUT", + "RequestBody": "{\r\n \"properties\": {\r\n \"privateEndpoint\": {\r\n \"id\": \"/subscriptions/668f1741-ef48-4132-bf98-28b3a3d3f257/resourceGroups/ps4027/providers/Microsoft.Network/privateEndpoints/ps4220\"\r\n },\r\n \"privateLinkServiceConnectionState\": {\r\n \"status\": \"Rejected\",\r\n \"description\": \"Awaiting Approval\"\r\n }\r\n }\r\n}", + "RequestHeaders": { + "x-ms-client-request-id": [ + "44ca9a97-a2f2-496e-a6c1-4dda3775a916" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Internal.Common.AzureRestClient/1.3.15" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Content-Length": [ + "325" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "10" + ], + "x-ms-request-id": [ + "0dde63e7-5840-49ff-b09f-ccb3f8cace9b" + ], + "Azure-AsyncOperation": [ + "https://management.azure.com/subscriptions/668f1741-ef48-4132-bf98-28b3a3d3f257/providers/Microsoft.Network/locations/westus2/operations/0dde63e7-5840-49ff-b09f-ccb3f8cace9b?api-version=2020-05-01" + ], + "x-ms-correlation-request-id": [ + "6e0bf8e6-36f5-4c27-ac56-7731081c0e4a" + ], + "x-ms-arm-service-request-id": [ + "f5f1ec9a-0369-425f-a763-fb9ddb80fd26" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-writes": [ + "1199" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200621T042306Z:6e0bf8e6-36f5-4c27-ac56-7731081c0e4a" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Sun, 21 Jun 2020 04:23:05 GMT" + ], + "Content-Length": [ + "742" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"ps4220.f2814534-6553-4f6e-bb50-0af064c19874\",\r\n \"id\": \"/subscriptions/668f1741-ef48-4132-bf98-28b3a3d3f257/resourceGroups/ps6917/providers/Microsoft.Network/applicationGateways/ps3765/privateEndpointConnections/ps4220.f2814534-6553-4f6e-bb50-0af064c19874\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"privateEndpoint\": {\r\n \"id\": \"/subscriptions/668f1741-ef48-4132-bf98-28b3a3d3f257/resourceGroups/ps4027/providers/Microsoft.Network/privateEndpoints/ps4220\"\r\n },\r\n \"privateLinkServiceConnectionState\": {\r\n \"status\": \"Rejected\",\r\n \"description\": \"Awaiting Approval\",\r\n \"actionsRequired\": \"\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/privateEndpointConnections\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/668f1741-ef48-4132-bf98-28b3a3d3f257/resourceGroups/ps6917/providers/Microsoft.Network/applicationgateways/ps3765/privateEndpointConnections/ps4220.f2814534-6553-4f6e-bb50-0af064c19874?api-version=2020-05-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjY4ZjE3NDEtZWY0OC00MTMyLWJmOTgtMjhiM2EzZDNmMjU3L3Jlc291cmNlR3JvdXBzL3BzNjkxNy9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvYXBwbGljYXRpb25nYXRld2F5cy9wczM3NjUvcHJpdmF0ZUVuZHBvaW50Q29ubmVjdGlvbnMvcHM0MjIwLmYyODE0NTM0LTY1NTMtNGY2ZS1iYjUwLTBhZjA2NGMxOTg3ND9hcGktdmVyc2lvbj0yMDIwLTA1LTAx", + "RequestMethod": "DELETE", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "14ea236b-e794-4141-9de0-bd20f4188576" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Internal.Common.AzureRestClient/1.3.15" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/668f1741-ef48-4132-bf98-28b3a3d3f257/providers/Microsoft.Network/locations/westus2/operationResults/0fa474f9-a439-4fe2-a18b-29d1f5383625?api-version=2020-05-01" + ], + "Retry-After": [ + "10" + ], + "x-ms-request-id": [ + "0fa474f9-a439-4fe2-a18b-29d1f5383625" + ], + "Azure-AsyncOperation": [ + "https://management.azure.com/subscriptions/668f1741-ef48-4132-bf98-28b3a3d3f257/providers/Microsoft.Network/locations/westus2/operations/0fa474f9-a439-4fe2-a18b-29d1f5383625?api-version=2020-05-01" + ], + "x-ms-correlation-request-id": [ + "5aaa3f4f-0029-4013-b237-c10b7766e812" + ], + "x-ms-arm-service-request-id": [ + "bd75f201-90f3-4eaa-8cb2-295c0abd8ebd" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-deletes": [ + "14999" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200621T042337Z:5aaa3f4f-0029-4013-b237-c10b7766e812" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Sun, 21 Jun 2020 04:23:36 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/668f1741-ef48-4132-bf98-28b3a3d3f257/resourceGroups/ps6917/providers/Microsoft.Network/applicationGateways/ps3765?api-version=2020-05-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjY4ZjE3NDEtZWY0OC00MTMyLWJmOTgtMjhiM2EzZDNmMjU3L3Jlc291cmNlR3JvdXBzL3BzNjkxNy9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvYXBwbGljYXRpb25HYXRld2F5cy9wczM3NjU/YXBpLXZlcnNpb249MjAyMC0wNS0wMQ==", + "RequestMethod": "DELETE", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "ad9f21a3-e035-4ec1-ba51-a278c71d0885" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.2.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/668f1741-ef48-4132-bf98-28b3a3d3f257/providers/Microsoft.Network/locations/westus2/operationResults/ade863bb-1f3d-45ba-bddc-d61704662779?api-version=2020-05-01" + ], + "Retry-After": [ + "10" + ], + "x-ms-request-id": [ + "ade863bb-1f3d-45ba-bddc-d61704662779" + ], + "Azure-AsyncOperation": [ + "https://management.azure.com/subscriptions/668f1741-ef48-4132-bf98-28b3a3d3f257/providers/Microsoft.Network/locations/westus2/operations/ade863bb-1f3d-45ba-bddc-d61704662779?api-version=2020-05-01" + ], + "x-ms-correlation-request-id": [ + "8db4b852-2583-4bce-a37f-da208a2fded8" + ], + "Azure-AsyncNotification": [ + "Enabled" + ], + "x-ms-arm-service-request-id": [ + "0d0c537d-c5c1-4167-b88d-ec1e3df75077" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-deletes": [ + "14999" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200621T042407Z:8db4b852-2583-4bce-a37f-da208a2fded8" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Sun, 21 Jun 2020 04:24:06 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/668f1741-ef48-4132-bf98-28b3a3d3f257/providers/Microsoft.Network/locations/westus2/operations/ade863bb-1f3d-45ba-bddc-d61704662779?api-version=2020-05-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjY4ZjE3NDEtZWY0OC00MTMyLWJmOTgtMjhiM2EzZDNmMjU3L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2FkZTg2M2JiLTFmM2QtNDViYS1iZGRjLWQ2MTcwNDY2Mjc3OT9hcGktdmVyc2lvbj0yMDIwLTA1LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.2.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "10" + ], + "x-ms-request-id": [ + "c72a9da3-2d45-4dde-97e3-cf5b0f54e340" + ], + "x-ms-correlation-request-id": [ + "482f2235-0487-49a6-90a7-53bd2733fb78" + ], + "x-ms-arm-service-request-id": [ + "b71d36b6-9c67-4620-8570-1c238cafce89" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11999" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200621T042417Z:482f2235-0487-49a6-90a7-53bd2733fb78" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Sun, 21 Jun 2020 04:24:16 GMT" + ], + "Content-Length": [ + "30" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/668f1741-ef48-4132-bf98-28b3a3d3f257/providers/Microsoft.Network/locations/westus2/operations/ade863bb-1f3d-45ba-bddc-d61704662779?api-version=2020-05-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjY4ZjE3NDEtZWY0OC00MTMyLWJmOTgtMjhiM2EzZDNmMjU3L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2FkZTg2M2JiLTFmM2QtNDViYS1iZGRjLWQ2MTcwNDY2Mjc3OT9hcGktdmVyc2lvbj0yMDIwLTA1LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.2.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "10" + ], + "x-ms-request-id": [ + "7a12bbc8-f476-4f3b-95f5-1cd15145d87c" + ], + "x-ms-correlation-request-id": [ + "7e37741d-499a-4166-a3eb-030e25c94085" + ], + "x-ms-arm-service-request-id": [ + "89c6b129-a440-432b-bdfc-944f67eed787" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11998" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200621T042427Z:7e37741d-499a-4166-a3eb-030e25c94085" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Sun, 21 Jun 2020 04:24:26 GMT" + ], + "Content-Length": [ + "30" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/668f1741-ef48-4132-bf98-28b3a3d3f257/providers/Microsoft.Network/locations/westus2/operations/ade863bb-1f3d-45ba-bddc-d61704662779?api-version=2020-05-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjY4ZjE3NDEtZWY0OC00MTMyLWJmOTgtMjhiM2EzZDNmMjU3L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2FkZTg2M2JiLTFmM2QtNDViYS1iZGRjLWQ2MTcwNDY2Mjc3OT9hcGktdmVyc2lvbj0yMDIwLTA1LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.2.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "10" + ], + "x-ms-request-id": [ + "fbf7ff9c-3308-4eca-8d9e-e77eb48b1310" + ], + "x-ms-correlation-request-id": [ + "83fb4502-60e7-4cbb-85fa-099abbd6cbc2" + ], + "x-ms-arm-service-request-id": [ + "e345f9e5-cc66-4a67-8f07-2c7426f42635" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11997" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200621T042437Z:83fb4502-60e7-4cbb-85fa-099abbd6cbc2" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Sun, 21 Jun 2020 04:24:37 GMT" + ], + "Content-Length": [ + "30" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/668f1741-ef48-4132-bf98-28b3a3d3f257/providers/Microsoft.Network/locations/westus2/operations/ade863bb-1f3d-45ba-bddc-d61704662779?api-version=2020-05-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjY4ZjE3NDEtZWY0OC00MTMyLWJmOTgtMjhiM2EzZDNmMjU3L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2FkZTg2M2JiLTFmM2QtNDViYS1iZGRjLWQ2MTcwNDY2Mjc3OT9hcGktdmVyc2lvbj0yMDIwLTA1LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.2.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "10" + ], + "x-ms-request-id": [ + "a82f832c-fe25-4f4e-ad99-1a73750eb8c1" + ], + "x-ms-correlation-request-id": [ + "e702e9c9-98b9-43d3-9022-af735c4ad13f" + ], + "x-ms-arm-service-request-id": [ + "8e32c8f2-1bc8-49b0-8a7f-366dc45e30d0" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11996" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200621T042447Z:e702e9c9-98b9-43d3-9022-af735c4ad13f" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Sun, 21 Jun 2020 04:24:47 GMT" + ], + "Content-Length": [ + "30" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/668f1741-ef48-4132-bf98-28b3a3d3f257/providers/Microsoft.Network/locations/westus2/operations/ade863bb-1f3d-45ba-bddc-d61704662779?api-version=2020-05-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjY4ZjE3NDEtZWY0OC00MTMyLWJmOTgtMjhiM2EzZDNmMjU3L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2FkZTg2M2JiLTFmM2QtNDViYS1iZGRjLWQ2MTcwNDY2Mjc3OT9hcGktdmVyc2lvbj0yMDIwLTA1LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.2.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "10" + ], + "x-ms-request-id": [ + "43bba63a-2c20-4cb6-9340-ed2466586a4f" + ], + "x-ms-correlation-request-id": [ + "d87149b8-b952-4342-8dd1-07e6675349da" + ], + "x-ms-arm-service-request-id": [ + "f00d3402-418a-4d09-bdb4-390222ae9d0f" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11995" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200621T042457Z:d87149b8-b952-4342-8dd1-07e6675349da" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Sun, 21 Jun 2020 04:24:57 GMT" + ], + "Content-Length": [ + "30" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/668f1741-ef48-4132-bf98-28b3a3d3f257/providers/Microsoft.Network/locations/westus2/operations/ade863bb-1f3d-45ba-bddc-d61704662779?api-version=2020-05-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjY4ZjE3NDEtZWY0OC00MTMyLWJmOTgtMjhiM2EzZDNmMjU3L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2FkZTg2M2JiLTFmM2QtNDViYS1iZGRjLWQ2MTcwNDY2Mjc3OT9hcGktdmVyc2lvbj0yMDIwLTA1LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.2.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "10" + ], + "x-ms-request-id": [ + "0cc692eb-f46c-4f65-838b-c6446156e9bf" + ], + "x-ms-correlation-request-id": [ + "1caaaad5-b082-45a1-8747-3e13a2d43e20" + ], + "x-ms-arm-service-request-id": [ + "4c3be430-23c1-4435-810e-f3716dce0808" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11994" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200621T042507Z:1caaaad5-b082-45a1-8747-3e13a2d43e20" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Sun, 21 Jun 2020 04:25:07 GMT" + ], + "Content-Length": [ + "30" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/668f1741-ef48-4132-bf98-28b3a3d3f257/providers/Microsoft.Network/locations/westus2/operations/ade863bb-1f3d-45ba-bddc-d61704662779?api-version=2020-05-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjY4ZjE3NDEtZWY0OC00MTMyLWJmOTgtMjhiM2EzZDNmMjU3L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2FkZTg2M2JiLTFmM2QtNDViYS1iZGRjLWQ2MTcwNDY2Mjc3OT9hcGktdmVyc2lvbj0yMDIwLTA1LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.2.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "10" + ], + "x-ms-request-id": [ + "f44613b0-a867-4646-9f3b-ee5c857115f4" + ], + "x-ms-correlation-request-id": [ + "fad3e35f-9642-4978-af51-915766b699e2" + ], + "x-ms-arm-service-request-id": [ + "407cc198-b2a9-438f-916a-0ef886e978a6" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11993" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200621T042518Z:fad3e35f-9642-4978-af51-915766b699e2" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Sun, 21 Jun 2020 04:25:17 GMT" + ], + "Content-Length": [ + "30" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/668f1741-ef48-4132-bf98-28b3a3d3f257/providers/Microsoft.Network/locations/westus2/operations/ade863bb-1f3d-45ba-bddc-d61704662779?api-version=2020-05-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjY4ZjE3NDEtZWY0OC00MTMyLWJmOTgtMjhiM2EzZDNmMjU3L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2FkZTg2M2JiLTFmM2QtNDViYS1iZGRjLWQ2MTcwNDY2Mjc3OT9hcGktdmVyc2lvbj0yMDIwLTA1LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.2.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "10" + ], + "x-ms-request-id": [ + "2aaba0a5-d4e4-4a62-8680-604d0cbe9760" + ], + "x-ms-correlation-request-id": [ + "6345cc0d-46c1-469a-9524-e3edb5eb8b9d" + ], + "x-ms-arm-service-request-id": [ + "5d630be4-4354-4043-8e0c-8d988ec0f5d8" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11992" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200621T042528Z:6345cc0d-46c1-469a-9524-e3edb5eb8b9d" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Sun, 21 Jun 2020 04:25:27 GMT" + ], + "Content-Length": [ + "30" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/668f1741-ef48-4132-bf98-28b3a3d3f257/providers/Microsoft.Network/locations/westus2/operations/ade863bb-1f3d-45ba-bddc-d61704662779?api-version=2020-05-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjY4ZjE3NDEtZWY0OC00MTMyLWJmOTgtMjhiM2EzZDNmMjU3L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2FkZTg2M2JiLTFmM2QtNDViYS1iZGRjLWQ2MTcwNDY2Mjc3OT9hcGktdmVyc2lvbj0yMDIwLTA1LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.2.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "10" + ], + "x-ms-request-id": [ + "f3517252-ff30-4df2-b0d7-bbb0a4ceaf67" + ], + "x-ms-correlation-request-id": [ + "3b567aa4-9df5-4ede-84c0-8d8ccb8267a4" + ], + "x-ms-arm-service-request-id": [ + "767a7c0f-09aa-4c94-9961-c0d60d6000e0" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11991" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200621T042538Z:3b567aa4-9df5-4ede-84c0-8d8ccb8267a4" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Sun, 21 Jun 2020 04:25:37 GMT" + ], + "Content-Length": [ + "30" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/668f1741-ef48-4132-bf98-28b3a3d3f257/providers/Microsoft.Network/locations/westus2/operations/ade863bb-1f3d-45ba-bddc-d61704662779?api-version=2020-05-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjY4ZjE3NDEtZWY0OC00MTMyLWJmOTgtMjhiM2EzZDNmMjU3L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2FkZTg2M2JiLTFmM2QtNDViYS1iZGRjLWQ2MTcwNDY2Mjc3OT9hcGktdmVyc2lvbj0yMDIwLTA1LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.2.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "10" + ], + "x-ms-request-id": [ + "771a2a0c-fb2e-4175-9adb-6482724c9424" + ], + "x-ms-correlation-request-id": [ + "b46e2310-92d6-43a2-b80d-6fb6e4111ff5" + ], + "x-ms-arm-service-request-id": [ + "10c7efbd-3b30-4696-a138-e74d14ff242f" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11990" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200621T042548Z:b46e2310-92d6-43a2-b80d-6fb6e4111ff5" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Sun, 21 Jun 2020 04:25:47 GMT" + ], + "Content-Length": [ + "30" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/668f1741-ef48-4132-bf98-28b3a3d3f257/providers/Microsoft.Network/locations/westus2/operations/ade863bb-1f3d-45ba-bddc-d61704662779?api-version=2020-05-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjY4ZjE3NDEtZWY0OC00MTMyLWJmOTgtMjhiM2EzZDNmMjU3L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2FkZTg2M2JiLTFmM2QtNDViYS1iZGRjLWQ2MTcwNDY2Mjc3OT9hcGktdmVyc2lvbj0yMDIwLTA1LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.2.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "10" + ], + "x-ms-request-id": [ + "848b0bad-bc07-4846-962e-1e69ec280b84" + ], + "x-ms-correlation-request-id": [ + "5103eb3f-3c74-42f0-8c90-a3066af3d8df" + ], + "x-ms-arm-service-request-id": [ + "b0b53e5d-8646-40d2-8f14-9d9318d4e6f4" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11989" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200621T042558Z:5103eb3f-3c74-42f0-8c90-a3066af3d8df" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Sun, 21 Jun 2020 04:25:57 GMT" + ], + "Content-Length": [ + "30" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/668f1741-ef48-4132-bf98-28b3a3d3f257/providers/Microsoft.Network/locations/westus2/operations/ade863bb-1f3d-45ba-bddc-d61704662779?api-version=2020-05-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjY4ZjE3NDEtZWY0OC00MTMyLWJmOTgtMjhiM2EzZDNmMjU3L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2FkZTg2M2JiLTFmM2QtNDViYS1iZGRjLWQ2MTcwNDY2Mjc3OT9hcGktdmVyc2lvbj0yMDIwLTA1LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.2.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "10" + ], + "x-ms-request-id": [ + "5f18a4a8-4fc9-41bb-a3ff-efba5d581f80" + ], + "x-ms-correlation-request-id": [ + "7106f868-002c-44ae-bc57-ad4265297648" + ], + "x-ms-arm-service-request-id": [ + "eec30329-dcc3-450b-8ec2-7f26aa939170" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11988" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200621T042608Z:7106f868-002c-44ae-bc57-ad4265297648" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Sun, 21 Jun 2020 04:26:07 GMT" + ], + "Content-Length": [ + "30" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/668f1741-ef48-4132-bf98-28b3a3d3f257/providers/Microsoft.Network/locations/westus2/operations/ade863bb-1f3d-45ba-bddc-d61704662779?api-version=2020-05-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjY4ZjE3NDEtZWY0OC00MTMyLWJmOTgtMjhiM2EzZDNmMjU3L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2FkZTg2M2JiLTFmM2QtNDViYS1iZGRjLWQ2MTcwNDY2Mjc3OT9hcGktdmVyc2lvbj0yMDIwLTA1LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.2.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "10" + ], + "x-ms-request-id": [ + "0e504ebe-72f7-4ee3-8772-f160621b72be" + ], + "x-ms-correlation-request-id": [ + "5cb5a8ae-698a-428d-b79f-41b333557472" + ], + "x-ms-arm-service-request-id": [ + "b72a4f07-3602-4f29-bc1f-6e4931bdc11c" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11987" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200621T042618Z:5cb5a8ae-698a-428d-b79f-41b333557472" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Sun, 21 Jun 2020 04:26:17 GMT" + ], + "Content-Length": [ + "30" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/668f1741-ef48-4132-bf98-28b3a3d3f257/providers/Microsoft.Network/locations/westus2/operations/ade863bb-1f3d-45ba-bddc-d61704662779?api-version=2020-05-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjY4ZjE3NDEtZWY0OC00MTMyLWJmOTgtMjhiM2EzZDNmMjU3L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2FkZTg2M2JiLTFmM2QtNDViYS1iZGRjLWQ2MTcwNDY2Mjc3OT9hcGktdmVyc2lvbj0yMDIwLTA1LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.2.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "10" + ], + "x-ms-request-id": [ + "b2dad619-0036-4c41-a845-b003dee8a270" + ], + "x-ms-correlation-request-id": [ + "29593221-28b8-46ea-bf94-d60a05129cf0" + ], + "x-ms-arm-service-request-id": [ + "ff219a03-7f15-4054-ba62-06870e392372" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11986" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200621T042628Z:29593221-28b8-46ea-bf94-d60a05129cf0" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Sun, 21 Jun 2020 04:26:28 GMT" + ], + "Content-Length": [ + "30" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/668f1741-ef48-4132-bf98-28b3a3d3f257/providers/Microsoft.Network/locations/westus2/operations/ade863bb-1f3d-45ba-bddc-d61704662779?api-version=2020-05-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjY4ZjE3NDEtZWY0OC00MTMyLWJmOTgtMjhiM2EzZDNmMjU3L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2FkZTg2M2JiLTFmM2QtNDViYS1iZGRjLWQ2MTcwNDY2Mjc3OT9hcGktdmVyc2lvbj0yMDIwLTA1LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.2.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "10" + ], + "x-ms-request-id": [ + "91137392-5da0-4a94-a571-8bfb4b977272" + ], + "x-ms-correlation-request-id": [ + "457dd6ec-aa80-403c-8e42-dc6110bb7dd2" + ], + "x-ms-arm-service-request-id": [ + "0b540915-3d33-4ece-a6ff-a781fc6d0bed" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11985" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200621T042638Z:457dd6ec-aa80-403c-8e42-dc6110bb7dd2" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Sun, 21 Jun 2020 04:26:38 GMT" + ], + "Content-Length": [ + "30" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/668f1741-ef48-4132-bf98-28b3a3d3f257/providers/Microsoft.Network/locations/westus2/operations/ade863bb-1f3d-45ba-bddc-d61704662779?api-version=2020-05-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjY4ZjE3NDEtZWY0OC00MTMyLWJmOTgtMjhiM2EzZDNmMjU3L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2FkZTg2M2JiLTFmM2QtNDViYS1iZGRjLWQ2MTcwNDY2Mjc3OT9hcGktdmVyc2lvbj0yMDIwLTA1LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.2.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "10" + ], + "x-ms-request-id": [ + "9115cfff-e6d1-4f51-a978-673e8eb652d3" + ], + "x-ms-correlation-request-id": [ + "20313bce-35a7-41b8-9304-ab10a25ad5f2" + ], + "x-ms-arm-service-request-id": [ + "9338e30c-0dc2-463d-b2c8-ebf6a7af925d" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11984" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200621T042648Z:20313bce-35a7-41b8-9304-ab10a25ad5f2" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Sun, 21 Jun 2020 04:26:48 GMT" + ], + "Content-Length": [ + "30" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/668f1741-ef48-4132-bf98-28b3a3d3f257/providers/Microsoft.Network/locations/westus2/operations/ade863bb-1f3d-45ba-bddc-d61704662779?api-version=2020-05-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjY4ZjE3NDEtZWY0OC00MTMyLWJmOTgtMjhiM2EzZDNmMjU3L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2FkZTg2M2JiLTFmM2QtNDViYS1iZGRjLWQ2MTcwNDY2Mjc3OT9hcGktdmVyc2lvbj0yMDIwLTA1LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.2.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "10" + ], + "x-ms-request-id": [ + "eab4dcb8-cb85-41ee-a4e2-97815422a9ee" + ], + "x-ms-correlation-request-id": [ + "dadd396e-c999-4f38-a3ab-6e4e66e7c4d9" + ], + "x-ms-arm-service-request-id": [ + "63061b0f-f106-437f-a9cc-893e9a225de3" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11983" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200621T042658Z:dadd396e-c999-4f38-a3ab-6e4e66e7c4d9" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Sun, 21 Jun 2020 04:26:58 GMT" + ], + "Content-Length": [ + "30" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/668f1741-ef48-4132-bf98-28b3a3d3f257/providers/Microsoft.Network/locations/westus2/operations/ade863bb-1f3d-45ba-bddc-d61704662779?api-version=2020-05-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjY4ZjE3NDEtZWY0OC00MTMyLWJmOTgtMjhiM2EzZDNmMjU3L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2FkZTg2M2JiLTFmM2QtNDViYS1iZGRjLWQ2MTcwNDY2Mjc3OT9hcGktdmVyc2lvbj0yMDIwLTA1LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.2.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "10" + ], + "x-ms-request-id": [ + "332ff1b3-bf0a-4c4a-839e-0c88750a421d" + ], + "x-ms-correlation-request-id": [ + "6241b1fe-fac9-4288-a0f2-94c5845675a4" + ], + "x-ms-arm-service-request-id": [ + "6a5a5762-006d-47fd-b04f-6191e5b97479" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11982" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200621T042708Z:6241b1fe-fac9-4288-a0f2-94c5845675a4" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Sun, 21 Jun 2020 04:27:08 GMT" + ], + "Content-Length": [ + "30" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/668f1741-ef48-4132-bf98-28b3a3d3f257/providers/Microsoft.Network/locations/westus2/operations/ade863bb-1f3d-45ba-bddc-d61704662779?api-version=2020-05-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjY4ZjE3NDEtZWY0OC00MTMyLWJmOTgtMjhiM2EzZDNmMjU3L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2FkZTg2M2JiLTFmM2QtNDViYS1iZGRjLWQ2MTcwNDY2Mjc3OT9hcGktdmVyc2lvbj0yMDIwLTA1LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.2.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "10" + ], + "x-ms-request-id": [ + "9cea55c8-cb89-473d-ad53-3d16becf0642" + ], + "x-ms-correlation-request-id": [ + "d9582f92-a32e-4564-a6aa-8efe797c5516" + ], + "x-ms-arm-service-request-id": [ + "72732d02-6313-4bbf-8eda-91755442236a" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11981" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200621T042718Z:d9582f92-a32e-4564-a6aa-8efe797c5516" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Sun, 21 Jun 2020 04:27:18 GMT" + ], + "Content-Length": [ + "30" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/668f1741-ef48-4132-bf98-28b3a3d3f257/providers/Microsoft.Network/locations/westus2/operations/ade863bb-1f3d-45ba-bddc-d61704662779?api-version=2020-05-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjY4ZjE3NDEtZWY0OC00MTMyLWJmOTgtMjhiM2EzZDNmMjU3L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2FkZTg2M2JiLTFmM2QtNDViYS1iZGRjLWQ2MTcwNDY2Mjc3OT9hcGktdmVyc2lvbj0yMDIwLTA1LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.2.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "10" + ], + "x-ms-request-id": [ + "800d6f3e-988d-4a85-8436-6ae5963c3957" + ], + "x-ms-correlation-request-id": [ + "a017f1c0-6be0-48ba-aa1b-15e4ef809fff" + ], + "x-ms-arm-service-request-id": [ + "af694f9d-80d5-4772-91d6-bbc0bdaaabad" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11980" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200621T042728Z:a017f1c0-6be0-48ba-aa1b-15e4ef809fff" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Sun, 21 Jun 2020 04:27:28 GMT" + ], + "Content-Length": [ + "30" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/668f1741-ef48-4132-bf98-28b3a3d3f257/providers/Microsoft.Network/locations/westus2/operations/ade863bb-1f3d-45ba-bddc-d61704662779?api-version=2020-05-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjY4ZjE3NDEtZWY0OC00MTMyLWJmOTgtMjhiM2EzZDNmMjU3L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2FkZTg2M2JiLTFmM2QtNDViYS1iZGRjLWQ2MTcwNDY2Mjc3OT9hcGktdmVyc2lvbj0yMDIwLTA1LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.2.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "10" + ], + "x-ms-request-id": [ + "ef60909d-376d-4721-b14f-dd06983ad5e8" + ], + "x-ms-correlation-request-id": [ + "8051bcbe-1b68-4e74-85ba-b69a449d1864" + ], + "x-ms-arm-service-request-id": [ + "8fcc31c2-acbc-444c-ba66-02ae3f3d8ba9" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11979" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200621T042738Z:8051bcbe-1b68-4e74-85ba-b69a449d1864" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Sun, 21 Jun 2020 04:27:38 GMT" + ], + "Content-Length": [ + "30" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/668f1741-ef48-4132-bf98-28b3a3d3f257/providers/Microsoft.Network/locations/westus2/operations/ade863bb-1f3d-45ba-bddc-d61704662779?api-version=2020-05-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjY4ZjE3NDEtZWY0OC00MTMyLWJmOTgtMjhiM2EzZDNmMjU3L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2FkZTg2M2JiLTFmM2QtNDViYS1iZGRjLWQ2MTcwNDY2Mjc3OT9hcGktdmVyc2lvbj0yMDIwLTA1LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.2.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "10" + ], + "x-ms-request-id": [ + "075e5740-9a20-48ae-b7c4-db5e3dec39aa" + ], + "x-ms-correlation-request-id": [ + "e954eb19-4750-478f-b250-28f2c7f6edd0" + ], + "x-ms-arm-service-request-id": [ + "9c051f1c-87c5-437d-ab5a-68ffa04f1ae4" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11978" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200621T042749Z:e954eb19-4750-478f-b250-28f2c7f6edd0" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Sun, 21 Jun 2020 04:27:48 GMT" + ], + "Content-Length": [ + "30" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/668f1741-ef48-4132-bf98-28b3a3d3f257/providers/Microsoft.Network/locations/westus2/operations/ade863bb-1f3d-45ba-bddc-d61704662779?api-version=2020-05-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjY4ZjE3NDEtZWY0OC00MTMyLWJmOTgtMjhiM2EzZDNmMjU3L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2FkZTg2M2JiLTFmM2QtNDViYS1iZGRjLWQ2MTcwNDY2Mjc3OT9hcGktdmVyc2lvbj0yMDIwLTA1LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.2.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "10" + ], + "x-ms-request-id": [ + "67689703-73cd-419c-8c82-45a8e8ffee28" + ], + "x-ms-correlation-request-id": [ + "8a1fd645-b875-4cd8-855f-edb72bee60d2" + ], + "x-ms-arm-service-request-id": [ + "3f0e7b3b-b1ed-4158-b146-f8c937cb868c" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11977" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200621T042759Z:8a1fd645-b875-4cd8-855f-edb72bee60d2" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Sun, 21 Jun 2020 04:27:58 GMT" + ], + "Content-Length": [ + "30" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/668f1741-ef48-4132-bf98-28b3a3d3f257/providers/Microsoft.Network/locations/westus2/operations/ade863bb-1f3d-45ba-bddc-d61704662779?api-version=2020-05-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjY4ZjE3NDEtZWY0OC00MTMyLWJmOTgtMjhiM2EzZDNmMjU3L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2FkZTg2M2JiLTFmM2QtNDViYS1iZGRjLWQ2MTcwNDY2Mjc3OT9hcGktdmVyc2lvbj0yMDIwLTA1LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.2.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "10" + ], + "x-ms-request-id": [ + "45a8ab9f-e17f-4927-95ed-18a200656ab1" + ], + "x-ms-correlation-request-id": [ + "2787c6df-8908-45c6-bf24-633d9900789d" + ], + "x-ms-arm-service-request-id": [ + "0d4f2c6c-fde4-415f-84ae-dc3e2161ea49" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11976" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200621T042809Z:2787c6df-8908-45c6-bf24-633d9900789d" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Sun, 21 Jun 2020 04:28:09 GMT" + ], + "Content-Length": [ + "30" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/668f1741-ef48-4132-bf98-28b3a3d3f257/providers/Microsoft.Network/locations/westus2/operations/ade863bb-1f3d-45ba-bddc-d61704662779?api-version=2020-05-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjY4ZjE3NDEtZWY0OC00MTMyLWJmOTgtMjhiM2EzZDNmMjU3L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2FkZTg2M2JiLTFmM2QtNDViYS1iZGRjLWQ2MTcwNDY2Mjc3OT9hcGktdmVyc2lvbj0yMDIwLTA1LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.2.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "10" + ], + "x-ms-request-id": [ + "7b893600-f75f-4d1b-9d95-e33f209dd921" + ], + "x-ms-correlation-request-id": [ + "f81c3226-19e8-4166-adce-7a251b86e464" + ], + "x-ms-arm-service-request-id": [ + "bafe4838-b52e-496e-9751-fa5038b0967b" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11975" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200621T042819Z:f81c3226-19e8-4166-adce-7a251b86e464" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Sun, 21 Jun 2020 04:28:19 GMT" + ], + "Content-Length": [ + "30" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/668f1741-ef48-4132-bf98-28b3a3d3f257/providers/Microsoft.Network/locations/westus2/operations/ade863bb-1f3d-45ba-bddc-d61704662779?api-version=2020-05-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjY4ZjE3NDEtZWY0OC00MTMyLWJmOTgtMjhiM2EzZDNmMjU3L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2FkZTg2M2JiLTFmM2QtNDViYS1iZGRjLWQ2MTcwNDY2Mjc3OT9hcGktdmVyc2lvbj0yMDIwLTA1LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.2.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "10" + ], + "x-ms-request-id": [ + "1bf81cce-b898-414b-944b-688ddc9e6a62" + ], + "x-ms-correlation-request-id": [ + "2f2ea070-6325-4cf8-8a03-ec8877683ae7" + ], + "x-ms-arm-service-request-id": [ + "8db74cbe-2492-473e-80e9-2dd330b04ef3" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11974" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200621T042829Z:2f2ea070-6325-4cf8-8a03-ec8877683ae7" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Sun, 21 Jun 2020 04:28:29 GMT" + ], + "Content-Length": [ + "30" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/668f1741-ef48-4132-bf98-28b3a3d3f257/providers/Microsoft.Network/locations/westus2/operations/ade863bb-1f3d-45ba-bddc-d61704662779?api-version=2020-05-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjY4ZjE3NDEtZWY0OC00MTMyLWJmOTgtMjhiM2EzZDNmMjU3L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2FkZTg2M2JiLTFmM2QtNDViYS1iZGRjLWQ2MTcwNDY2Mjc3OT9hcGktdmVyc2lvbj0yMDIwLTA1LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.2.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "10" + ], + "x-ms-request-id": [ + "edd3d85a-825f-436c-9e3c-f51d27ab95ec" + ], + "x-ms-correlation-request-id": [ + "d7d1bf5f-ef02-424e-92e5-ac0d0459feb2" + ], + "x-ms-arm-service-request-id": [ + "d44c8d7e-929f-49ae-b8d3-db52bd658c18" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11973" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200621T042839Z:d7d1bf5f-ef02-424e-92e5-ac0d0459feb2" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Sun, 21 Jun 2020 04:28:39 GMT" + ], + "Content-Length": [ + "30" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/668f1741-ef48-4132-bf98-28b3a3d3f257/providers/Microsoft.Network/locations/westus2/operations/ade863bb-1f3d-45ba-bddc-d61704662779?api-version=2020-05-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjY4ZjE3NDEtZWY0OC00MTMyLWJmOTgtMjhiM2EzZDNmMjU3L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2FkZTg2M2JiLTFmM2QtNDViYS1iZGRjLWQ2MTcwNDY2Mjc3OT9hcGktdmVyc2lvbj0yMDIwLTA1LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.2.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "10" + ], + "x-ms-request-id": [ + "aa9519c3-2c53-4f0d-9361-afd051727853" + ], + "x-ms-correlation-request-id": [ + "7582de6e-3aa7-4f5a-b4ad-8aabe65fe54f" + ], + "x-ms-arm-service-request-id": [ + "6addbe20-b66b-4f9c-aa75-5918ee0b8f75" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11972" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200621T042849Z:7582de6e-3aa7-4f5a-b4ad-8aabe65fe54f" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Sun, 21 Jun 2020 04:28:48 GMT" + ], + "Content-Length": [ + "30" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/668f1741-ef48-4132-bf98-28b3a3d3f257/providers/Microsoft.Network/locations/westus2/operations/ade863bb-1f3d-45ba-bddc-d61704662779?api-version=2020-05-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjY4ZjE3NDEtZWY0OC00MTMyLWJmOTgtMjhiM2EzZDNmMjU3L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2FkZTg2M2JiLTFmM2QtNDViYS1iZGRjLWQ2MTcwNDY2Mjc3OT9hcGktdmVyc2lvbj0yMDIwLTA1LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.2.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "10" + ], + "x-ms-request-id": [ + "5c94f3aa-f0f4-4aaf-a014-7e5db48ca3d4" + ], + "x-ms-correlation-request-id": [ + "a6422a5f-811f-4b7d-8c40-5f5c0c20d141" + ], + "x-ms-arm-service-request-id": [ + "e0aeff63-40a4-4804-8e6c-b921c56585d8" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11971" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200621T042859Z:a6422a5f-811f-4b7d-8c40-5f5c0c20d141" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Sun, 21 Jun 2020 04:28:58 GMT" + ], + "Content-Length": [ + "30" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/668f1741-ef48-4132-bf98-28b3a3d3f257/providers/Microsoft.Network/locations/westus2/operations/ade863bb-1f3d-45ba-bddc-d61704662779?api-version=2020-05-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjY4ZjE3NDEtZWY0OC00MTMyLWJmOTgtMjhiM2EzZDNmMjU3L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2FkZTg2M2JiLTFmM2QtNDViYS1iZGRjLWQ2MTcwNDY2Mjc3OT9hcGktdmVyc2lvbj0yMDIwLTA1LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.2.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "10" + ], + "x-ms-request-id": [ + "b033ea35-265e-4311-85f5-f27468a44400" + ], + "x-ms-correlation-request-id": [ + "440109f1-34df-4ed6-84dc-180a359fb291" + ], + "x-ms-arm-service-request-id": [ + "03b392fa-16db-4175-8b37-03bda7309707" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11970" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200621T042909Z:440109f1-34df-4ed6-84dc-180a359fb291" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Sun, 21 Jun 2020 04:29:08 GMT" + ], + "Content-Length": [ + "30" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/668f1741-ef48-4132-bf98-28b3a3d3f257/providers/Microsoft.Network/locations/westus2/operations/ade863bb-1f3d-45ba-bddc-d61704662779?api-version=2020-05-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjY4ZjE3NDEtZWY0OC00MTMyLWJmOTgtMjhiM2EzZDNmMjU3L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2FkZTg2M2JiLTFmM2QtNDViYS1iZGRjLWQ2MTcwNDY2Mjc3OT9hcGktdmVyc2lvbj0yMDIwLTA1LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.2.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "10" + ], + "x-ms-request-id": [ + "b76b7d58-a164-4194-af5d-45f33f9cf202" + ], + "x-ms-correlation-request-id": [ + "ce0cbaf6-0c88-4dde-b3bc-4642887574f7" + ], + "x-ms-arm-service-request-id": [ + "e8f9c111-5e88-4706-886e-038d716ee6f0" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11969" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200621T042919Z:ce0cbaf6-0c88-4dde-b3bc-4642887574f7" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Sun, 21 Jun 2020 04:29:18 GMT" + ], + "Content-Length": [ + "30" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/668f1741-ef48-4132-bf98-28b3a3d3f257/providers/Microsoft.Network/locations/westus2/operations/ade863bb-1f3d-45ba-bddc-d61704662779?api-version=2020-05-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjY4ZjE3NDEtZWY0OC00MTMyLWJmOTgtMjhiM2EzZDNmMjU3L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2FkZTg2M2JiLTFmM2QtNDViYS1iZGRjLWQ2MTcwNDY2Mjc3OT9hcGktdmVyc2lvbj0yMDIwLTA1LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.2.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "10" + ], + "x-ms-request-id": [ + "f1356718-6769-4b2c-be98-77be1d5e476d" + ], + "x-ms-correlation-request-id": [ + "1dd9abbc-e87e-49b9-8626-024868921a69" + ], + "x-ms-arm-service-request-id": [ + "f75f372c-f6ed-4015-b9e1-1d5e1c2acd50" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11968" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200621T042929Z:1dd9abbc-e87e-49b9-8626-024868921a69" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Sun, 21 Jun 2020 04:29:28 GMT" + ], + "Content-Length": [ + "30" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/668f1741-ef48-4132-bf98-28b3a3d3f257/providers/Microsoft.Network/locations/westus2/operations/ade863bb-1f3d-45ba-bddc-d61704662779?api-version=2020-05-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjY4ZjE3NDEtZWY0OC00MTMyLWJmOTgtMjhiM2EzZDNmMjU3L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2FkZTg2M2JiLTFmM2QtNDViYS1iZGRjLWQ2MTcwNDY2Mjc3OT9hcGktdmVyc2lvbj0yMDIwLTA1LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.2.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "10" + ], + "x-ms-request-id": [ + "1693eca1-a590-49ee-83ae-66fa75f9c640" + ], + "x-ms-correlation-request-id": [ + "825e3735-aae3-4042-a271-552346da4ee5" + ], + "x-ms-arm-service-request-id": [ + "e6059104-fac9-4f67-94ce-a9233e04260a" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11967" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200621T042939Z:825e3735-aae3-4042-a271-552346da4ee5" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Sun, 21 Jun 2020 04:29:38 GMT" + ], + "Content-Length": [ + "30" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/668f1741-ef48-4132-bf98-28b3a3d3f257/providers/Microsoft.Network/locations/westus2/operations/ade863bb-1f3d-45ba-bddc-d61704662779?api-version=2020-05-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjY4ZjE3NDEtZWY0OC00MTMyLWJmOTgtMjhiM2EzZDNmMjU3L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2FkZTg2M2JiLTFmM2QtNDViYS1iZGRjLWQ2MTcwNDY2Mjc3OT9hcGktdmVyc2lvbj0yMDIwLTA1LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.2.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "10" + ], + "x-ms-request-id": [ + "3b08acfb-4d3b-4cd0-bad4-468b9dc51097" + ], + "x-ms-correlation-request-id": [ + "59a817ea-780b-4409-a0f1-989950b58344" + ], + "x-ms-arm-service-request-id": [ + "3a879871-6f52-480e-a6d5-6a24ceba46b8" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11966" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200621T042949Z:59a817ea-780b-4409-a0f1-989950b58344" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Sun, 21 Jun 2020 04:29:49 GMT" + ], + "Content-Length": [ + "30" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/668f1741-ef48-4132-bf98-28b3a3d3f257/providers/Microsoft.Network/locations/westus2/operations/ade863bb-1f3d-45ba-bddc-d61704662779?api-version=2020-05-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjY4ZjE3NDEtZWY0OC00MTMyLWJmOTgtMjhiM2EzZDNmMjU3L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2FkZTg2M2JiLTFmM2QtNDViYS1iZGRjLWQ2MTcwNDY2Mjc3OT9hcGktdmVyc2lvbj0yMDIwLTA1LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.2.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "10" + ], + "x-ms-request-id": [ + "147b38c8-c17d-4b63-8fc6-38013c77968d" + ], + "x-ms-correlation-request-id": [ + "21d6cd7d-c506-4712-b6c1-1307cb27149d" + ], + "x-ms-arm-service-request-id": [ + "69cd5793-69ed-4ac4-b599-fdb90b8bb1fa" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11965" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200621T042959Z:21d6cd7d-c506-4712-b6c1-1307cb27149d" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Sun, 21 Jun 2020 04:29:59 GMT" + ], + "Content-Length": [ + "30" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/668f1741-ef48-4132-bf98-28b3a3d3f257/providers/Microsoft.Network/locations/westus2/operations/ade863bb-1f3d-45ba-bddc-d61704662779?api-version=2020-05-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjY4ZjE3NDEtZWY0OC00MTMyLWJmOTgtMjhiM2EzZDNmMjU3L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2FkZTg2M2JiLTFmM2QtNDViYS1iZGRjLWQ2MTcwNDY2Mjc3OT9hcGktdmVyc2lvbj0yMDIwLTA1LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.2.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "10" + ], + "x-ms-request-id": [ + "d179fc75-e521-4037-a8a0-0828c865c0d1" + ], + "x-ms-correlation-request-id": [ + "11a0e234-c19f-4b0c-896d-54ca234c2052" + ], + "x-ms-arm-service-request-id": [ + "eff26101-275c-46dc-856d-328267fbf3eb" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11964" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200621T043009Z:11a0e234-c19f-4b0c-896d-54ca234c2052" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Sun, 21 Jun 2020 04:30:09 GMT" + ], + "Content-Length": [ + "30" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/668f1741-ef48-4132-bf98-28b3a3d3f257/providers/Microsoft.Network/locations/westus2/operations/ade863bb-1f3d-45ba-bddc-d61704662779?api-version=2020-05-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjY4ZjE3NDEtZWY0OC00MTMyLWJmOTgtMjhiM2EzZDNmMjU3L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2FkZTg2M2JiLTFmM2QtNDViYS1iZGRjLWQ2MTcwNDY2Mjc3OT9hcGktdmVyc2lvbj0yMDIwLTA1LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.2.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "10" + ], + "x-ms-request-id": [ + "443c4600-fef6-4691-b6ae-f091d569c4be" + ], + "x-ms-correlation-request-id": [ + "4e2e7922-b1f5-4dc4-ad3f-dc3140837115" + ], + "x-ms-arm-service-request-id": [ + "19dd6881-22b4-4669-af29-e1886b690a17" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11963" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200621T043019Z:4e2e7922-b1f5-4dc4-ad3f-dc3140837115" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Sun, 21 Jun 2020 04:30:19 GMT" + ], + "Content-Length": [ + "30" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/668f1741-ef48-4132-bf98-28b3a3d3f257/providers/Microsoft.Network/locations/westus2/operations/ade863bb-1f3d-45ba-bddc-d61704662779?api-version=2020-05-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjY4ZjE3NDEtZWY0OC00MTMyLWJmOTgtMjhiM2EzZDNmMjU3L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2FkZTg2M2JiLTFmM2QtNDViYS1iZGRjLWQ2MTcwNDY2Mjc3OT9hcGktdmVyc2lvbj0yMDIwLTA1LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.2.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "10" + ], + "x-ms-request-id": [ + "9a71f074-0437-46b2-8e7d-d7068ec050fa" + ], + "x-ms-correlation-request-id": [ + "d5737f69-8739-45e1-b3fa-6496519187fc" + ], + "x-ms-arm-service-request-id": [ + "af18cf5a-ad09-4883-9e46-3f97ee0983be" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11962" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200621T043029Z:d5737f69-8739-45e1-b3fa-6496519187fc" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Sun, 21 Jun 2020 04:30:29 GMT" + ], + "Content-Length": [ + "30" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/668f1741-ef48-4132-bf98-28b3a3d3f257/providers/Microsoft.Network/locations/westus2/operations/ade863bb-1f3d-45ba-bddc-d61704662779?api-version=2020-05-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjY4ZjE3NDEtZWY0OC00MTMyLWJmOTgtMjhiM2EzZDNmMjU3L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2FkZTg2M2JiLTFmM2QtNDViYS1iZGRjLWQ2MTcwNDY2Mjc3OT9hcGktdmVyc2lvbj0yMDIwLTA1LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.2.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "10" + ], + "x-ms-request-id": [ + "7dda4e05-335b-4241-bc3f-f8d059911dbf" + ], + "x-ms-correlation-request-id": [ + "16616098-9a74-49ed-ade9-eee018a8eadc" + ], + "x-ms-arm-service-request-id": [ + "9b667dde-7f35-4fc1-8495-c6b2ea558a2f" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11961" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200621T043040Z:16616098-9a74-49ed-ade9-eee018a8eadc" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Sun, 21 Jun 2020 04:30:39 GMT" + ], + "Content-Length": [ + "30" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/668f1741-ef48-4132-bf98-28b3a3d3f257/providers/Microsoft.Network/locations/westus2/operations/ade863bb-1f3d-45ba-bddc-d61704662779?api-version=2020-05-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjY4ZjE3NDEtZWY0OC00MTMyLWJmOTgtMjhiM2EzZDNmMjU3L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2FkZTg2M2JiLTFmM2QtNDViYS1iZGRjLWQ2MTcwNDY2Mjc3OT9hcGktdmVyc2lvbj0yMDIwLTA1LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.2.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "10" + ], + "x-ms-request-id": [ + "0f1ed028-df39-4e54-9c95-01ed25ca30e5" + ], + "x-ms-correlation-request-id": [ + "357bc6bb-d052-4c7a-ab81-97babd8b7f5a" + ], + "x-ms-arm-service-request-id": [ + "5165cdea-4863-45b7-b21e-50a2dd2f2503" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11960" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200621T043050Z:357bc6bb-d052-4c7a-ab81-97babd8b7f5a" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Sun, 21 Jun 2020 04:30:49 GMT" + ], + "Content-Length": [ + "30" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/668f1741-ef48-4132-bf98-28b3a3d3f257/providers/Microsoft.Network/locations/westus2/operations/ade863bb-1f3d-45ba-bddc-d61704662779?api-version=2020-05-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjY4ZjE3NDEtZWY0OC00MTMyLWJmOTgtMjhiM2EzZDNmMjU3L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2FkZTg2M2JiLTFmM2QtNDViYS1iZGRjLWQ2MTcwNDY2Mjc3OT9hcGktdmVyc2lvbj0yMDIwLTA1LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.2.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "10" + ], + "x-ms-request-id": [ + "bda5737b-caee-4aaa-a9cf-3cf3e11308d9" + ], + "x-ms-correlation-request-id": [ + "7f109130-a856-4109-8283-ebf8da1df7c7" + ], + "x-ms-arm-service-request-id": [ + "f12552c2-c57e-4773-9f0a-1ebc348d1617" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11959" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200621T043100Z:7f109130-a856-4109-8283-ebf8da1df7c7" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Sun, 21 Jun 2020 04:30:59 GMT" + ], + "Content-Length": [ + "30" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/668f1741-ef48-4132-bf98-28b3a3d3f257/providers/Microsoft.Network/locations/westus2/operations/ade863bb-1f3d-45ba-bddc-d61704662779?api-version=2020-05-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjY4ZjE3NDEtZWY0OC00MTMyLWJmOTgtMjhiM2EzZDNmMjU3L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2FkZTg2M2JiLTFmM2QtNDViYS1iZGRjLWQ2MTcwNDY2Mjc3OT9hcGktdmVyc2lvbj0yMDIwLTA1LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.2.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "10" + ], + "x-ms-request-id": [ + "37166304-8803-4784-a4ed-16f6e3e32190" + ], + "x-ms-correlation-request-id": [ + "a193acb8-0b53-42fb-adf2-f0a5dce04642" + ], + "x-ms-arm-service-request-id": [ + "4f062ce0-2f41-4b2e-b864-daecc3989d51" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11958" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200621T043110Z:a193acb8-0b53-42fb-adf2-f0a5dce04642" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Sun, 21 Jun 2020 04:31:10 GMT" + ], + "Content-Length": [ + "30" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/668f1741-ef48-4132-bf98-28b3a3d3f257/providers/Microsoft.Network/locations/westus2/operations/ade863bb-1f3d-45ba-bddc-d61704662779?api-version=2020-05-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjY4ZjE3NDEtZWY0OC00MTMyLWJmOTgtMjhiM2EzZDNmMjU3L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2FkZTg2M2JiLTFmM2QtNDViYS1iZGRjLWQ2MTcwNDY2Mjc3OT9hcGktdmVyc2lvbj0yMDIwLTA1LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.2.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-request-id": [ + "ceaa0fb9-204f-4407-b2bf-367622226753" + ], + "x-ms-correlation-request-id": [ + "9e0947b9-7cac-4e1b-9c80-d26eb145f3a8" + ], + "x-ms-arm-service-request-id": [ + "8239034f-cb62-4eaa-9fc1-f364b7831e2e" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11957" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200621T043120Z:9e0947b9-7cac-4e1b-9c80-d26eb145f3a8" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Sun, 21 Jun 2020 04:31:20 GMT" + ], + "Content-Length": [ + "29" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"status\": \"Succeeded\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/668f1741-ef48-4132-bf98-28b3a3d3f257/providers/Microsoft.Network/locations/westus2/operationResults/ade863bb-1f3d-45ba-bddc-d61704662779?api-version=2020-05-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjY4ZjE3NDEtZWY0OC00MTMyLWJmOTgtMjhiM2EzZDNmMjU3L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25SZXN1bHRzL2FkZTg2M2JiLTFmM2QtNDViYS1iZGRjLWQ2MTcwNDY2Mjc3OT9hcGktdmVyc2lvbj0yMDIwLTA1LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.2.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/668f1741-ef48-4132-bf98-28b3a3d3f257/providers/Microsoft.Network/locations/westus2/operationResults/ade863bb-1f3d-45ba-bddc-d61704662779?api-version=2020-05-01" + ], + "x-ms-request-id": [ + "ade863bb-1f3d-45ba-bddc-d61704662779" + ], + "Azure-AsyncOperation": [ + "https://management.azure.com/subscriptions/668f1741-ef48-4132-bf98-28b3a3d3f257/providers/Microsoft.Network/locations/westus2/operations/ade863bb-1f3d-45ba-bddc-d61704662779?api-version=2020-05-01" + ], + "x-ms-correlation-request-id": [ + "8db4b852-2583-4bce-a37f-da208a2fded8" + ], + "Azure-AsyncNotification": [ + "Enabled" + ], + "x-ms-arm-service-request-id": [ + "0d0c537d-c5c1-4167-b88d-ec1e3df75077" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11956" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200621T043120Z:cf73c64b-886c-4232-b057-1a508ff44c67" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Sun, 21 Jun 2020 04:31:20 GMT" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "", + "StatusCode": 204 + }, + { + "RequestUri": "/subscriptions/668f1741-ef48-4132-bf98-28b3a3d3f257/resourcegroups/ps4027?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjY4ZjE3NDEtZWY0OC00MTMyLWJmOTgtMjhiM2EzZDNmMjU3L3Jlc291cmNlZ3JvdXBzL3BzNDAyNz9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestMethod": "DELETE", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "503cadf8-1660-4573-b72a-7938545c1b1d" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.15" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/668f1741-ef48-4132-bf98-28b3a3d3f257/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQwMjctV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01" + ], + "Retry-After": [ + "15" + ], + "x-ms-ratelimit-remaining-subscription-deletes": [ + "14999" + ], + "x-ms-request-id": [ + "7770635b-5bc0-4666-820f-2b812a7009ff" + ], + "x-ms-correlation-request-id": [ + "7770635b-5bc0-4666-820f-2b812a7009ff" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200621T043121Z:7770635b-5bc0-4666-820f-2b812a7009ff" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Sun, 21 Jun 2020 04:31:20 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/668f1741-ef48-4132-bf98-28b3a3d3f257/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQwMjctV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjY4ZjE3NDEtZWY0OC00MTMyLWJmOTgtMjhiM2EzZDNmMjU3L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpRd01qY3RWMFZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaWQyVnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.15" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/668f1741-ef48-4132-bf98-28b3a3d3f257/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQwMjctV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01" + ], + "Retry-After": [ + "15" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11999" + ], + "x-ms-request-id": [ + "b91a2689-47e5-41cf-8f2c-3b4f7323cf9a" + ], + "x-ms-correlation-request-id": [ + "b91a2689-47e5-41cf-8f2c-3b4f7323cf9a" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200621T043136Z:b91a2689-47e5-41cf-8f2c-3b4f7323cf9a" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Sun, 21 Jun 2020 04:31:35 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/668f1741-ef48-4132-bf98-28b3a3d3f257/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQwMjctV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjY4ZjE3NDEtZWY0OC00MTMyLWJmOTgtMjhiM2EzZDNmMjU3L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpRd01qY3RWMFZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaWQyVnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.15" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/668f1741-ef48-4132-bf98-28b3a3d3f257/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQwMjctV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01" + ], + "Retry-After": [ + "15" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11998" + ], + "x-ms-request-id": [ + "5c68df49-3ebf-4427-94bc-a9a8d522e27f" + ], + "x-ms-correlation-request-id": [ + "5c68df49-3ebf-4427-94bc-a9a8d522e27f" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200621T043151Z:5c68df49-3ebf-4427-94bc-a9a8d522e27f" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Sun, 21 Jun 2020 04:31:50 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/668f1741-ef48-4132-bf98-28b3a3d3f257/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQwMjctV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjY4ZjE3NDEtZWY0OC00MTMyLWJmOTgtMjhiM2EzZDNmMjU3L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpRd01qY3RWMFZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaWQyVnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.15" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/668f1741-ef48-4132-bf98-28b3a3d3f257/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQwMjctV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01" + ], + "Retry-After": [ + "15" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11997" + ], + "x-ms-request-id": [ + "c339a731-2568-45c2-871d-5cb5b503a9fe" + ], + "x-ms-correlation-request-id": [ + "c339a731-2568-45c2-871d-5cb5b503a9fe" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200621T043206Z:c339a731-2568-45c2-871d-5cb5b503a9fe" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Sun, 21 Jun 2020 04:32:05 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/668f1741-ef48-4132-bf98-28b3a3d3f257/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQwMjctV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjY4ZjE3NDEtZWY0OC00MTMyLWJmOTgtMjhiM2EzZDNmMjU3L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpRd01qY3RWMFZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaWQyVnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.15" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/668f1741-ef48-4132-bf98-28b3a3d3f257/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQwMjctV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01" + ], + "Retry-After": [ + "15" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11996" + ], + "x-ms-request-id": [ + "97f5a396-9d1a-42a1-9c65-8cf585ded944" + ], + "x-ms-correlation-request-id": [ + "97f5a396-9d1a-42a1-9c65-8cf585ded944" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200621T043221Z:97f5a396-9d1a-42a1-9c65-8cf585ded944" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Sun, 21 Jun 2020 04:32:20 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/668f1741-ef48-4132-bf98-28b3a3d3f257/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQwMjctV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjY4ZjE3NDEtZWY0OC00MTMyLWJmOTgtMjhiM2EzZDNmMjU3L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpRd01qY3RWMFZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaWQyVnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.15" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/668f1741-ef48-4132-bf98-28b3a3d3f257/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQwMjctV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01" + ], + "Retry-After": [ + "15" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11995" + ], + "x-ms-request-id": [ + "1bbb1554-fef9-4738-9e06-dc6a805a699f" + ], + "x-ms-correlation-request-id": [ + "1bbb1554-fef9-4738-9e06-dc6a805a699f" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200621T043236Z:1bbb1554-fef9-4738-9e06-dc6a805a699f" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Sun, 21 Jun 2020 04:32:35 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/668f1741-ef48-4132-bf98-28b3a3d3f257/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQwMjctV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjY4ZjE3NDEtZWY0OC00MTMyLWJmOTgtMjhiM2EzZDNmMjU3L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpRd01qY3RWMFZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaWQyVnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.15" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/668f1741-ef48-4132-bf98-28b3a3d3f257/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQwMjctV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01" + ], + "Retry-After": [ + "15" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11994" + ], + "x-ms-request-id": [ + "9d165fa5-dd17-41e4-b141-4fa932141eea" + ], + "x-ms-correlation-request-id": [ + "9d165fa5-dd17-41e4-b141-4fa932141eea" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200621T043251Z:9d165fa5-dd17-41e4-b141-4fa932141eea" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Sun, 21 Jun 2020 04:32:50 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/668f1741-ef48-4132-bf98-28b3a3d3f257/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQwMjctV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjY4ZjE3NDEtZWY0OC00MTMyLWJmOTgtMjhiM2EzZDNmMjU3L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpRd01qY3RWMFZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaWQyVnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.15" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/668f1741-ef48-4132-bf98-28b3a3d3f257/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQwMjctV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01" + ], + "Retry-After": [ + "15" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11993" + ], + "x-ms-request-id": [ + "0992ea50-4264-47c1-903e-9362bfad8c1e" + ], + "x-ms-correlation-request-id": [ + "0992ea50-4264-47c1-903e-9362bfad8c1e" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200621T043306Z:0992ea50-4264-47c1-903e-9362bfad8c1e" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Sun, 21 Jun 2020 04:33:06 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/668f1741-ef48-4132-bf98-28b3a3d3f257/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQwMjctV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjY4ZjE3NDEtZWY0OC00MTMyLWJmOTgtMjhiM2EzZDNmMjU3L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpRd01qY3RWMFZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaWQyVnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.15" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/668f1741-ef48-4132-bf98-28b3a3d3f257/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQwMjctV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01" + ], + "Retry-After": [ + "15" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11992" + ], + "x-ms-request-id": [ + "d308883d-b3bc-4ac9-9811-a4337cb7e8f1" + ], + "x-ms-correlation-request-id": [ + "d308883d-b3bc-4ac9-9811-a4337cb7e8f1" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200621T043321Z:d308883d-b3bc-4ac9-9811-a4337cb7e8f1" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Sun, 21 Jun 2020 04:33:21 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/668f1741-ef48-4132-bf98-28b3a3d3f257/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQwMjctV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjY4ZjE3NDEtZWY0OC00MTMyLWJmOTgtMjhiM2EzZDNmMjU3L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpRd01qY3RWMFZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaWQyVnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.15" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/668f1741-ef48-4132-bf98-28b3a3d3f257/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQwMjctV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01" + ], + "Retry-After": [ + "15" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11991" + ], + "x-ms-request-id": [ + "727f9459-fdb4-4e2a-af8a-4f2270f487d8" + ], + "x-ms-correlation-request-id": [ + "727f9459-fdb4-4e2a-af8a-4f2270f487d8" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200621T043336Z:727f9459-fdb4-4e2a-af8a-4f2270f487d8" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Sun, 21 Jun 2020 04:33:36 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/668f1741-ef48-4132-bf98-28b3a3d3f257/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQwMjctV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjY4ZjE3NDEtZWY0OC00MTMyLWJmOTgtMjhiM2EzZDNmMjU3L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpRd01qY3RWMFZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaWQyVnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.15" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/668f1741-ef48-4132-bf98-28b3a3d3f257/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQwMjctV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01" + ], + "Retry-After": [ + "15" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11990" + ], + "x-ms-request-id": [ + "99ff5482-aa36-4815-bb96-b23a61bac7e8" + ], + "x-ms-correlation-request-id": [ + "99ff5482-aa36-4815-bb96-b23a61bac7e8" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200621T043351Z:99ff5482-aa36-4815-bb96-b23a61bac7e8" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Sun, 21 Jun 2020 04:33:51 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/668f1741-ef48-4132-bf98-28b3a3d3f257/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQwMjctV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjY4ZjE3NDEtZWY0OC00MTMyLWJmOTgtMjhiM2EzZDNmMjU3L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpRd01qY3RWMFZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaWQyVnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.15" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11989" + ], + "x-ms-request-id": [ + "e82384bb-bed9-4b37-a009-7abb39b6d92a" + ], + "x-ms-correlation-request-id": [ + "e82384bb-bed9-4b37-a009-7abb39b6d92a" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200621T043406Z:e82384bb-bed9-4b37-a009-7abb39b6d92a" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Sun, 21 Jun 2020 04:34:06 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/668f1741-ef48-4132-bf98-28b3a3d3f257/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQwMjctV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjY4ZjE3NDEtZWY0OC00MTMyLWJmOTgtMjhiM2EzZDNmMjU3L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpRd01qY3RWMFZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaWQyVnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.15" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11988" + ], + "x-ms-request-id": [ + "fb5c4ba3-8afa-4609-84a9-b1b6618299eb" + ], + "x-ms-correlation-request-id": [ + "fb5c4ba3-8afa-4609-84a9-b1b6618299eb" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200621T043406Z:fb5c4ba3-8afa-4609-84a9-b1b6618299eb" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Sun, 21 Jun 2020 04:34:06 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/668f1741-ef48-4132-bf98-28b3a3d3f257/resourcegroups/ps6917?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjY4ZjE3NDEtZWY0OC00MTMyLWJmOTgtMjhiM2EzZDNmMjU3L3Jlc291cmNlZ3JvdXBzL3BzNjkxNz9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestMethod": "DELETE", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "02648ed5-f17d-47d0-9c25-8b8f6d0b677a" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.15" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/668f1741-ef48-4132-bf98-28b3a3d3f257/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzY5MTctV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01" + ], + "Retry-After": [ + "15" + ], + "x-ms-ratelimit-remaining-subscription-deletes": [ + "14999" + ], + "x-ms-request-id": [ + "8c603ac2-9ac1-47e6-849b-2d916db33a82" + ], + "x-ms-correlation-request-id": [ + "8c603ac2-9ac1-47e6-849b-2d916db33a82" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200621T043407Z:8c603ac2-9ac1-47e6-849b-2d916db33a82" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Sun, 21 Jun 2020 04:34:06 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/668f1741-ef48-4132-bf98-28b3a3d3f257/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzY5MTctV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjY4ZjE3NDEtZWY0OC00MTMyLWJmOTgtMjhiM2EzZDNmMjU3L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpZNU1UY3RWMFZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaWQyVnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.15" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/668f1741-ef48-4132-bf98-28b3a3d3f257/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzY5MTctV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01" + ], + "Retry-After": [ + "15" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11999" + ], + "x-ms-request-id": [ + "0b859142-5c14-42ab-b15b-b6d50f3a3d76" + ], + "x-ms-correlation-request-id": [ + "0b859142-5c14-42ab-b15b-b6d50f3a3d76" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200621T043422Z:0b859142-5c14-42ab-b15b-b6d50f3a3d76" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Sun, 21 Jun 2020 04:34:22 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/668f1741-ef48-4132-bf98-28b3a3d3f257/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzY5MTctV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjY4ZjE3NDEtZWY0OC00MTMyLWJmOTgtMjhiM2EzZDNmMjU3L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpZNU1UY3RWMFZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaWQyVnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.15" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/668f1741-ef48-4132-bf98-28b3a3d3f257/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzY5MTctV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01" + ], + "Retry-After": [ + "15" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11998" + ], + "x-ms-request-id": [ + "2a8356fa-9b71-4559-8dab-1ae2a00b42bd" + ], + "x-ms-correlation-request-id": [ + "2a8356fa-9b71-4559-8dab-1ae2a00b42bd" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200621T043437Z:2a8356fa-9b71-4559-8dab-1ae2a00b42bd" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Sun, 21 Jun 2020 04:34:37 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/668f1741-ef48-4132-bf98-28b3a3d3f257/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzY5MTctV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjY4ZjE3NDEtZWY0OC00MTMyLWJmOTgtMjhiM2EzZDNmMjU3L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpZNU1UY3RWMFZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaWQyVnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.15" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/668f1741-ef48-4132-bf98-28b3a3d3f257/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzY5MTctV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01" + ], + "Retry-After": [ + "15" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11997" + ], + "x-ms-request-id": [ + "15de35d1-c345-4e98-94be-2e6f6a8660dc" + ], + "x-ms-correlation-request-id": [ + "15de35d1-c345-4e98-94be-2e6f6a8660dc" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200621T043452Z:15de35d1-c345-4e98-94be-2e6f6a8660dc" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Sun, 21 Jun 2020 04:34:52 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/668f1741-ef48-4132-bf98-28b3a3d3f257/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzY5MTctV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjY4ZjE3NDEtZWY0OC00MTMyLWJmOTgtMjhiM2EzZDNmMjU3L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpZNU1UY3RWMFZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaWQyVnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.15" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/668f1741-ef48-4132-bf98-28b3a3d3f257/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzY5MTctV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01" + ], + "Retry-After": [ + "15" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11996" + ], + "x-ms-request-id": [ + "e2abaa22-7023-46b7-bbc8-a21912714e4c" + ], + "x-ms-correlation-request-id": [ + "e2abaa22-7023-46b7-bbc8-a21912714e4c" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200621T043507Z:e2abaa22-7023-46b7-bbc8-a21912714e4c" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Sun, 21 Jun 2020 04:35:07 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/668f1741-ef48-4132-bf98-28b3a3d3f257/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzY5MTctV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjY4ZjE3NDEtZWY0OC00MTMyLWJmOTgtMjhiM2EzZDNmMjU3L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpZNU1UY3RWMFZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaWQyVnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.15" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/668f1741-ef48-4132-bf98-28b3a3d3f257/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzY5MTctV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01" + ], + "Retry-After": [ + "15" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11995" + ], + "x-ms-request-id": [ + "2e885bc1-4657-410e-aed5-efeff9b96456" + ], + "x-ms-correlation-request-id": [ + "2e885bc1-4657-410e-aed5-efeff9b96456" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200621T043523Z:2e885bc1-4657-410e-aed5-efeff9b96456" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Sun, 21 Jun 2020 04:35:22 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/668f1741-ef48-4132-bf98-28b3a3d3f257/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzY5MTctV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjY4ZjE3NDEtZWY0OC00MTMyLWJmOTgtMjhiM2EzZDNmMjU3L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpZNU1UY3RWMFZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaWQyVnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.15" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/668f1741-ef48-4132-bf98-28b3a3d3f257/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzY5MTctV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01" + ], + "Retry-After": [ + "15" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11994" + ], + "x-ms-request-id": [ + "03f68802-9107-4db5-bda2-165417cec6d9" + ], + "x-ms-correlation-request-id": [ + "03f68802-9107-4db5-bda2-165417cec6d9" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200621T043538Z:03f68802-9107-4db5-bda2-165417cec6d9" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Sun, 21 Jun 2020 04:35:37 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/668f1741-ef48-4132-bf98-28b3a3d3f257/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzY5MTctV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjY4ZjE3NDEtZWY0OC00MTMyLWJmOTgtMjhiM2EzZDNmMjU3L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpZNU1UY3RWMFZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaWQyVnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.15" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11993" + ], + "x-ms-request-id": [ + "11be8abe-0f8b-4964-b2b0-cad6215524b8" + ], + "x-ms-correlation-request-id": [ + "11be8abe-0f8b-4964-b2b0-cad6215524b8" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200621T043553Z:11be8abe-0f8b-4964-b2b0-cad6215524b8" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Sun, 21 Jun 2020 04:35:52 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/668f1741-ef48-4132-bf98-28b3a3d3f257/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzY5MTctV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjY4ZjE3NDEtZWY0OC00MTMyLWJmOTgtMjhiM2EzZDNmMjU3L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpZNU1UY3RWMFZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaWQyVnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.15" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11992" + ], + "x-ms-request-id": [ + "36ecb93a-a74d-4c26-8f7c-b8516966adbb" + ], + "x-ms-correlation-request-id": [ + "36ecb93a-a74d-4c26-8f7c-b8516966adbb" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200621T043553Z:36ecb93a-a74d-4c26-8f7c-b8516966adbb" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Sun, 21 Jun 2020 04:35:52 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 200 + } + ], + "Names": { + "Test-ApplicationGatewayPrivateEndpointWorkFlows": [ + "ps6917", + "ps3765", + "ps5974", + "ps5192", + "ps7780", + "ps6504", + "ps1996", + "ps4412", + "ps2653", + "ps7318", + "ps5046", + "ps7335", + "ps9043", + "ps1349", + "ps1619", + "ps2039", + "ps9392", + "ps4027", + "ps5699", + "ps5964", + "ps4220", + "ps5906" + ] + }, + "Variables": { + "SubscriptionId": "668f1741-ef48-4132-bf98-28b3a3d3f257" + } +} \ No newline at end of file diff --git a/src/Network/Network.Test/SessionRecords/Commands.Network.Test.ScenarioTests.NetworkVirtualApplianceTests/TestNetworkVirtualApplianceCRUD.json b/src/Network/Network.Test/SessionRecords/Commands.Network.Test.ScenarioTests.NetworkVirtualApplianceTests/TestNetworkVirtualApplianceCRUD.json new file mode 100644 index 000000000000..aa3d88ed4aac --- /dev/null +++ b/src/Network/Network.Test/SessionRecords/Commands.Network.Test.ScenarioTests.NetworkVirtualApplianceTests/TestNetworkVirtualApplianceCRUD.json @@ -0,0 +1,14031 @@ +{ + "Entries": [ + { + "RequestUri": "/subscriptions/5e1e8156-5dec-452a-bfe5-6b6e0947c27a/resourcegroups/ps7173?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNWUxZTgxNTYtNWRlYy00NTJhLWJmZTUtNmI2ZTA5NDdjMjdhL3Jlc291cmNlZ3JvdXBzL3BzNzE3Mz9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestMethod": "PUT", + "RequestBody": "{\r\n \"location\": \"eastus2\"\r\n}", + "RequestHeaders": { + "x-ms-client-request-id": [ + "d812d4b1-5be5-4a9f-b87a-7dfd852a079b" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.14" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Content-Length": [ + "29" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-writes": [ + "1198" + ], + "x-ms-request-id": [ + "43e5a24f-1541-44a4-becd-423793b4b93c" + ], + "x-ms-correlation-request-id": [ + "43e5a24f-1541-44a4-becd-423793b4b93c" + ], + "x-ms-routing-request-id": [ + "BRAZILUS:20200618T052616Z:43e5a24f-1541-44a4-becd-423793b4b93c" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Thu, 18 Jun 2020 05:26:16 GMT" + ], + "Content-Length": [ + "166" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/5e1e8156-5dec-452a-bfe5-6b6e0947c27a/resourceGroups/ps7173\",\r\n \"name\": \"ps7173\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "StatusCode": 201 + }, + { + "RequestUri": "/subscriptions/5e1e8156-5dec-452a-bfe5-6b6e0947c27a/resourceGroups/ps7173/providers/Microsoft.Network/virtualWans/ps587?api-version=2020-05-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNWUxZTgxNTYtNWRlYy00NTJhLWJmZTUtNmI2ZTA5NDdjMjdhL3Jlc291cmNlR3JvdXBzL3BzNzE3My9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdmlydHVhbFdhbnMvcHM1ODc/YXBpLXZlcnNpb249MjAyMC0wNS0wMQ==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "987ec55a-9c7f-4749-aac2-82ba75c50536" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Network.NetworkManagementClient/616.830.54562.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-failure-cause": [ + "gateway" + ], + "x-ms-request-id": [ + "b48d3c71-31ea-4cac-9232-47c5681ec4b4" + ], + "x-ms-correlation-request-id": [ + "b48d3c71-31ea-4cac-9232-47c5681ec4b4" + ], + "x-ms-routing-request-id": [ + "BRAZILUS:20200618T052618Z:b48d3c71-31ea-4cac-9232-47c5681ec4b4" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Thu, 18 Jun 2020 05:26:18 GMT" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "213" + ] + }, + "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.Network/virtualWans/ps587' under resource group 'ps7173' was not found. For more details please go to https://aka.ms/ARMResourceNotFoundFix\"\r\n }\r\n}", + "StatusCode": 404 + }, + { + "RequestUri": "/subscriptions/5e1e8156-5dec-452a-bfe5-6b6e0947c27a/resourceGroups/ps7173/providers/Microsoft.Network/virtualWans/ps587?api-version=2020-05-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNWUxZTgxNTYtNWRlYy00NTJhLWJmZTUtNmI2ZTA5NDdjMjdhL3Jlc291cmNlR3JvdXBzL3BzNzE3My9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdmlydHVhbFdhbnMvcHM1ODc/YXBpLXZlcnNpb249MjAyMC0wNS0wMQ==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Network.NetworkManagementClient/616.830.54562.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "ETag": [ + "W/\"f41eb873-3e03-4336-8df5-6c445f6099b5\"" + ], + "x-ms-request-id": [ + "29562919-9638-499d-b50f-fbf38ea1f70d" + ], + "x-ms-correlation-request-id": [ + "05c7f477-5caf-42ae-8ee5-fd477409ae74" + ], + "x-ms-arm-service-request-id": [ + "e9eeaadd-291e-4115-9dcb-980af64dd3cd" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11916" + ], + "x-ms-routing-request-id": [ + "BRAZILUS:20200618T052635Z:05c7f477-5caf-42ae-8ee5-fd477409ae74" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Thu, 18 Jun 2020 05:26:34 GMT" + ], + "Content-Length": [ + "495" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"ps587\",\r\n \"id\": \"/subscriptions/5e1e8156-5dec-452a-bfe5-6b6e0947c27a/resourceGroups/ps7173/providers/Microsoft.Network/virtualWans/ps587\",\r\n \"etag\": \"W/\\\"f41eb873-3e03-4336-8df5-6c445f6099b5\\\"\",\r\n \"type\": \"Microsoft.Network/virtualWans\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"disableVpnEncryption\": false,\r\n \"allowBranchToBranchTraffic\": false,\r\n \"office365LocalBreakoutCategory\": \"None\",\r\n \"type\": \"Standard\"\r\n }\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/5e1e8156-5dec-452a-bfe5-6b6e0947c27a/resourceGroups/ps7173/providers/Microsoft.Network/virtualWans/ps587?api-version=2020-05-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNWUxZTgxNTYtNWRlYy00NTJhLWJmZTUtNmI2ZTA5NDdjMjdhL3Jlc291cmNlR3JvdXBzL3BzNzE3My9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdmlydHVhbFdhbnMvcHM1ODc/YXBpLXZlcnNpb249MjAyMC0wNS0wMQ==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "d35d9743-461f-459f-b763-5a24c13331f8" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Network.NetworkManagementClient/616.830.54562.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "ETag": [ + "W/\"f41eb873-3e03-4336-8df5-6c445f6099b5\"" + ], + "x-ms-request-id": [ + "87190233-2998-4014-bf08-d70ca96e980c" + ], + "x-ms-correlation-request-id": [ + "a731c6d7-3f0c-494a-815a-26f635fb0306" + ], + "x-ms-arm-service-request-id": [ + "a8faf330-7b21-4f8b-927a-4dea68ec60fc" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11915" + ], + "x-ms-routing-request-id": [ + "BRAZILUS:20200618T052635Z:a731c6d7-3f0c-494a-815a-26f635fb0306" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Thu, 18 Jun 2020 05:26:34 GMT" + ], + "Content-Length": [ + "495" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"ps587\",\r\n \"id\": \"/subscriptions/5e1e8156-5dec-452a-bfe5-6b6e0947c27a/resourceGroups/ps7173/providers/Microsoft.Network/virtualWans/ps587\",\r\n \"etag\": \"W/\\\"f41eb873-3e03-4336-8df5-6c445f6099b5\\\"\",\r\n \"type\": \"Microsoft.Network/virtualWans\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"disableVpnEncryption\": false,\r\n \"allowBranchToBranchTraffic\": false,\r\n \"office365LocalBreakoutCategory\": \"None\",\r\n \"type\": \"Standard\"\r\n }\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/5e1e8156-5dec-452a-bfe5-6b6e0947c27a/resourceGroups/ps7173/providers/Microsoft.Network/virtualWans/ps587?api-version=2020-05-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNWUxZTgxNTYtNWRlYy00NTJhLWJmZTUtNmI2ZTA5NDdjMjdhL3Jlc291cmNlR3JvdXBzL3BzNzE3My9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdmlydHVhbFdhbnMvcHM1ODc/YXBpLXZlcnNpb249MjAyMC0wNS0wMQ==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "50712d9e-2df9-4abb-8d60-8bca766d86b4" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Network.NetworkManagementClient/616.830.54562.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "ETag": [ + "W/\"f41eb873-3e03-4336-8df5-6c445f6099b5\"" + ], + "x-ms-request-id": [ + "6a8adef3-31df-4963-9492-62d1306cb5ff" + ], + "x-ms-correlation-request-id": [ + "f78bd96f-c912-4bfb-b7c7-2ff131e1bbac" + ], + "x-ms-arm-service-request-id": [ + "b2f573f9-fcc4-484d-a823-f0a5450c2545" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11991" + ], + "x-ms-routing-request-id": [ + "BRAZILUS:20200618T052638Z:f78bd96f-c912-4bfb-b7c7-2ff131e1bbac" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Thu, 18 Jun 2020 05:26:38 GMT" + ], + "Content-Length": [ + "495" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"ps587\",\r\n \"id\": \"/subscriptions/5e1e8156-5dec-452a-bfe5-6b6e0947c27a/resourceGroups/ps7173/providers/Microsoft.Network/virtualWans/ps587\",\r\n \"etag\": \"W/\\\"f41eb873-3e03-4336-8df5-6c445f6099b5\\\"\",\r\n \"type\": \"Microsoft.Network/virtualWans\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"disableVpnEncryption\": false,\r\n \"allowBranchToBranchTraffic\": false,\r\n \"office365LocalBreakoutCategory\": \"None\",\r\n \"type\": \"Standard\"\r\n }\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/5e1e8156-5dec-452a-bfe5-6b6e0947c27a/resourceGroups/ps7173/providers/Microsoft.Network/virtualWans/ps587?api-version=2020-05-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNWUxZTgxNTYtNWRlYy00NTJhLWJmZTUtNmI2ZTA5NDdjMjdhL3Jlc291cmNlR3JvdXBzL3BzNzE3My9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdmlydHVhbFdhbnMvcHM1ODc/YXBpLXZlcnNpb249MjAyMC0wNS0wMQ==", + "RequestMethod": "PUT", + "RequestBody": "{\r\n \"properties\": {\r\n \"allowBranchToBranchTraffic\": false,\r\n \"allowVnetToVnetTraffic\": true,\r\n \"type\": \"Standard\"\r\n },\r\n \"location\": \"eastus2\"\r\n}", + "RequestHeaders": { + "x-ms-client-request-id": [ + "5e41464c-4a73-40e7-b308-f8440a25cd87" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Network.NetworkManagementClient/616.830.54562.0" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Content-Length": [ + "157" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "10" + ], + "x-ms-request-id": [ + "fd8af0df-ef7f-4ccf-b23b-300a1a37d758" + ], + "Azure-AsyncOperation": [ + "https://brazilus.management.azure.com/subscriptions/5e1e8156-5dec-452a-bfe5-6b6e0947c27a/providers/Microsoft.Network/locations/eastus2/operations/fd8af0df-ef7f-4ccf-b23b-300a1a37d758?api-version=2020-05-01" + ], + "x-ms-correlation-request-id": [ + "914f8433-30cc-4a00-9dd6-2faabeb14718" + ], + "Azure-AsyncNotification": [ + "Enabled" + ], + "x-ms-arm-service-request-id": [ + "6a1b83df-4a32-407d-8b96-12dc110d3912" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-writes": [ + "1199" + ], + "x-ms-routing-request-id": [ + "BRAZILUS:20200618T052624Z:914f8433-30cc-4a00-9dd6-2faabeb14718" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Thu, 18 Jun 2020 05:26:23 GMT" + ], + "Content-Length": [ + "494" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"ps587\",\r\n \"id\": \"/subscriptions/5e1e8156-5dec-452a-bfe5-6b6e0947c27a/resourceGroups/ps7173/providers/Microsoft.Network/virtualWans/ps587\",\r\n \"etag\": \"W/\\\"ea600113-5756-45e9-b152-70bf08a03860\\\"\",\r\n \"type\": \"Microsoft.Network/virtualWans\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"disableVpnEncryption\": false,\r\n \"allowBranchToBranchTraffic\": false,\r\n \"office365LocalBreakoutCategory\": \"None\",\r\n \"type\": \"Standard\"\r\n }\r\n}", + "StatusCode": 201 + }, + { + "RequestUri": "/subscriptions/5e1e8156-5dec-452a-bfe5-6b6e0947c27a/providers/Microsoft.Network/locations/eastus2/operations/fd8af0df-ef7f-4ccf-b23b-300a1a37d758?api-version=2020-05-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNWUxZTgxNTYtNWRlYy00NTJhLWJmZTUtNmI2ZTA5NDdjMjdhL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zL2ZkOGFmMGRmLWVmN2YtNGNjZi1iMjNiLTMwMGExYTM3ZDc1OD9hcGktdmVyc2lvbj0yMDIwLTA1LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Network.NetworkManagementClient/616.830.54562.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-request-id": [ + "c3c1febd-8402-435e-8878-f59e99385637" + ], + "x-ms-correlation-request-id": [ + "9c250a63-d3c6-4399-ab71-677b2f182cc5" + ], + "x-ms-arm-service-request-id": [ + "97701708-8899-4a46-815a-12105fe2a335" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11917" + ], + "x-ms-routing-request-id": [ + "BRAZILUS:20200618T052635Z:9c250a63-d3c6-4399-ab71-677b2f182cc5" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Thu, 18 Jun 2020 05:26:34 GMT" + ], + "Content-Length": [ + "29" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"status\": \"Succeeded\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/5e1e8156-5dec-452a-bfe5-6b6e0947c27a/resourceGroups/ps7173/providers/Microsoft.Network/virtualHubs/ps6483?api-version=2020-05-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNWUxZTgxNTYtNWRlYy00NTJhLWJmZTUtNmI2ZTA5NDdjMjdhL3Jlc291cmNlR3JvdXBzL3BzNzE3My9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdmlydHVhbEh1YnMvcHM2NDgzP2FwaS12ZXJzaW9uPTIwMjAtMDUtMDE=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "abc59930-b195-41d8-879d-6bec24c7108c" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Network.NetworkManagementClient/616.830.54562.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-failure-cause": [ + "gateway" + ], + "x-ms-request-id": [ + "e07369e4-aef9-4fbe-81b4-15541a85856f" + ], + "x-ms-correlation-request-id": [ + "e07369e4-aef9-4fbe-81b4-15541a85856f" + ], + "x-ms-routing-request-id": [ + "BRAZILUS:20200618T052637Z:e07369e4-aef9-4fbe-81b4-15541a85856f" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Thu, 18 Jun 2020 05:26:37 GMT" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "214" + ] + }, + "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.Network/virtualHubs/ps6483' under resource group 'ps7173' was not found. For more details please go to https://aka.ms/ARMResourceNotFoundFix\"\r\n }\r\n}", + "StatusCode": 404 + }, + { + "RequestUri": "/subscriptions/5e1e8156-5dec-452a-bfe5-6b6e0947c27a/resourceGroups/ps7173/providers/Microsoft.Network/virtualHubs/ps6483?api-version=2020-05-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNWUxZTgxNTYtNWRlYy00NTJhLWJmZTUtNmI2ZTA5NDdjMjdhL3Jlc291cmNlR3JvdXBzL3BzNzE3My9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdmlydHVhbEh1YnMvcHM2NDgzP2FwaS12ZXJzaW9uPTIwMjAtMDUtMDE=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Network.NetworkManagementClient/616.830.54562.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-request-id": [ + "b20c647d-2f55-4f0a-b29f-c58203f15920" + ], + "x-ms-correlation-request-id": [ + "97016730-7e6b-4006-9c46-357094c3904b" + ], + "x-ms-arm-service-request-id": [ + "e7cc9dfc-175a-4f72-b5f3-fd9bea6ace4f" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11958" + ], + "x-ms-routing-request-id": [ + "BRAZILUS:20200618T053214Z:97016730-7e6b-4006-9c46-357094c3904b" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Thu, 18 Jun 2020 05:32:14 GMT" + ], + "Content-Length": [ + "751" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"ps6483\",\r\n \"id\": \"/subscriptions/5e1e8156-5dec-452a-bfe5-6b6e0947c27a/resourceGroups/ps7173/providers/Microsoft.Network/virtualHubs/ps6483\",\r\n \"etag\": \"W/\\\"4c1cf3bf-1cbc-4dd7-bcb6-50e114cc54cb\\\"\",\r\n \"type\": \"Microsoft.Network/virtualHubs\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"virtualHubRouteTableV2s\": [],\r\n \"addressPrefix\": \"10.0.0.0/16\",\r\n \"virtualRouterAsn\": 0,\r\n \"virtualRouterIps\": [],\r\n \"routeTable\": {\r\n \"routes\": []\r\n },\r\n \"virtualWan\": {\r\n \"id\": \"/subscriptions/5e1e8156-5dec-452a-bfe5-6b6e0947c27a/resourceGroups/ps7173/providers/Microsoft.Network/virtualWans/ps587\"\r\n },\r\n \"sku\": \"Standard\",\r\n \"routingState\": \"Provisioning\"\r\n }\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/5e1e8156-5dec-452a-bfe5-6b6e0947c27a/resourceGroups/ps7173/providers/Microsoft.Network/virtualHubs/ps6483?api-version=2020-05-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNWUxZTgxNTYtNWRlYy00NTJhLWJmZTUtNmI2ZTA5NDdjMjdhL3Jlc291cmNlR3JvdXBzL3BzNzE3My9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdmlydHVhbEh1YnMvcHM2NDgzP2FwaS12ZXJzaW9uPTIwMjAtMDUtMDE=", + "RequestMethod": "PUT", + "RequestBody": "{\r\n \"properties\": {\r\n \"virtualWan\": {\r\n \"id\": \"/subscriptions/5e1e8156-5dec-452a-bfe5-6b6e0947c27a/resourceGroups/ps7173/providers/Microsoft.Network/virtualWans/ps587\"\r\n },\r\n \"addressPrefix\": \"10.0.0.0/16\",\r\n \"virtualHubRouteTableV2s\": [],\r\n \"sku\": \"Standard\",\r\n \"virtualRouterIps\": []\r\n },\r\n \"location\": \"eastus2\"\r\n}", + "RequestHeaders": { + "x-ms-client-request-id": [ + "ee5afd7b-1f24-43c8-9371-5c97d614c8e5" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Network.NetworkManagementClient/616.830.54562.0" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Content-Length": [ + "343" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "10" + ], + "x-ms-request-id": [ + "885662bc-7997-443a-8e54-50ad96204a12" + ], + "Azure-AsyncOperation": [ + "https://brazilus.management.azure.com/subscriptions/5e1e8156-5dec-452a-bfe5-6b6e0947c27a/providers/Microsoft.Network/locations/eastus2/operations/885662bc-7997-443a-8e54-50ad96204a12?api-version=2020-05-01" + ], + "x-ms-correlation-request-id": [ + "df4a8289-52ae-4cf8-9d36-e7ad3cd5fec6" + ], + "Azure-AsyncNotification": [ + "Enabled" + ], + "x-ms-arm-service-request-id": [ + "c2a658c6-6c48-4ebd-949a-304ec628343a" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-writes": [ + "1198" + ], + "x-ms-routing-request-id": [ + "BRAZILUS:20200618T052642Z:df4a8289-52ae-4cf8-9d36-e7ad3cd5fec6" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Thu, 18 Jun 2020 05:26:42 GMT" + ], + "Content-Length": [ + "742" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"ps6483\",\r\n \"id\": \"/subscriptions/5e1e8156-5dec-452a-bfe5-6b6e0947c27a/resourceGroups/ps7173/providers/Microsoft.Network/virtualHubs/ps6483\",\r\n \"etag\": \"W/\\\"ac61c7e2-b789-46f6-b89a-98df01c1e94a\\\"\",\r\n \"type\": \"Microsoft.Network/virtualHubs\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"virtualHubRouteTableV2s\": [],\r\n \"addressPrefix\": \"10.0.0.0/16\",\r\n \"virtualRouterAsn\": 0,\r\n \"virtualRouterIps\": [],\r\n \"routeTable\": {\r\n \"routes\": []\r\n },\r\n \"virtualWan\": {\r\n \"id\": \"/subscriptions/5e1e8156-5dec-452a-bfe5-6b6e0947c27a/resourceGroups/ps7173/providers/Microsoft.Network/virtualWans/ps587\"\r\n },\r\n \"sku\": \"Standard\",\r\n \"routingState\": \"None\"\r\n }\r\n}", + "StatusCode": 201 + }, + { + "RequestUri": "/subscriptions/5e1e8156-5dec-452a-bfe5-6b6e0947c27a/providers/Microsoft.Network/locations/eastus2/operations/885662bc-7997-443a-8e54-50ad96204a12?api-version=2020-05-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNWUxZTgxNTYtNWRlYy00NTJhLWJmZTUtNmI2ZTA5NDdjMjdhL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zLzg4NTY2MmJjLTc5OTctNDQzYS04ZTU0LTUwYWQ5NjIwNGExMj9hcGktdmVyc2lvbj0yMDIwLTA1LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Network.NetworkManagementClient/616.830.54562.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "10" + ], + "x-ms-request-id": [ + "63727669-e954-4074-8f6b-d47dc6a85f4e" + ], + "x-ms-correlation-request-id": [ + "19f89b20-71f5-46d0-932e-f2cef0c845ec" + ], + "x-ms-arm-service-request-id": [ + "8138b065-6a39-446b-9b47-ff3ffe3111d0" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11990" + ], + "x-ms-routing-request-id": [ + "BRAZILUS:20200618T052652Z:19f89b20-71f5-46d0-932e-f2cef0c845ec" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Thu, 18 Jun 2020 05:26:52 GMT" + ], + "Content-Length": [ + "30" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/5e1e8156-5dec-452a-bfe5-6b6e0947c27a/providers/Microsoft.Network/locations/eastus2/operations/885662bc-7997-443a-8e54-50ad96204a12?api-version=2020-05-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNWUxZTgxNTYtNWRlYy00NTJhLWJmZTUtNmI2ZTA5NDdjMjdhL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zLzg4NTY2MmJjLTc5OTctNDQzYS04ZTU0LTUwYWQ5NjIwNGExMj9hcGktdmVyc2lvbj0yMDIwLTA1LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Network.NetworkManagementClient/616.830.54562.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "10" + ], + "x-ms-request-id": [ + "4a3d980e-fdb9-470e-b0d4-5f44c5ddc97e" + ], + "x-ms-correlation-request-id": [ + "86008360-649a-433d-a78f-8576175afbc3" + ], + "x-ms-arm-service-request-id": [ + "b8796976-451d-4ebc-9529-6c4293e6e476" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11989" + ], + "x-ms-routing-request-id": [ + "BRAZILUS:20200618T052703Z:86008360-649a-433d-a78f-8576175afbc3" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Thu, 18 Jun 2020 05:27:02 GMT" + ], + "Content-Length": [ + "30" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/5e1e8156-5dec-452a-bfe5-6b6e0947c27a/providers/Microsoft.Network/locations/eastus2/operations/885662bc-7997-443a-8e54-50ad96204a12?api-version=2020-05-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNWUxZTgxNTYtNWRlYy00NTJhLWJmZTUtNmI2ZTA5NDdjMjdhL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zLzg4NTY2MmJjLTc5OTctNDQzYS04ZTU0LTUwYWQ5NjIwNGExMj9hcGktdmVyc2lvbj0yMDIwLTA1LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Network.NetworkManagementClient/616.830.54562.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "10" + ], + "x-ms-request-id": [ + "c906a2b4-52a6-4333-8629-6c4b155ecf42" + ], + "x-ms-correlation-request-id": [ + "5aeaa646-4800-4199-a336-8f102cd161e0" + ], + "x-ms-arm-service-request-id": [ + "898aeed0-e800-40ba-b118-d19d794f8243" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11988" + ], + "x-ms-routing-request-id": [ + "BRAZILUS:20200618T052713Z:5aeaa646-4800-4199-a336-8f102cd161e0" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Thu, 18 Jun 2020 05:27:13 GMT" + ], + "Content-Length": [ + "30" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/5e1e8156-5dec-452a-bfe5-6b6e0947c27a/providers/Microsoft.Network/locations/eastus2/operations/885662bc-7997-443a-8e54-50ad96204a12?api-version=2020-05-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNWUxZTgxNTYtNWRlYy00NTJhLWJmZTUtNmI2ZTA5NDdjMjdhL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zLzg4NTY2MmJjLTc5OTctNDQzYS04ZTU0LTUwYWQ5NjIwNGExMj9hcGktdmVyc2lvbj0yMDIwLTA1LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Network.NetworkManagementClient/616.830.54562.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "10" + ], + "x-ms-request-id": [ + "e30a4deb-eedd-48cb-8fe7-ef6367b89e8b" + ], + "x-ms-correlation-request-id": [ + "d365bada-9758-475d-90ad-508100662e36" + ], + "x-ms-arm-service-request-id": [ + "5370800a-26f7-4cd3-84bc-73cfd51481a2" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11987" + ], + "x-ms-routing-request-id": [ + "BRAZILUS:20200618T052723Z:d365bada-9758-475d-90ad-508100662e36" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Thu, 18 Jun 2020 05:27:23 GMT" + ], + "Content-Length": [ + "30" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/5e1e8156-5dec-452a-bfe5-6b6e0947c27a/providers/Microsoft.Network/locations/eastus2/operations/885662bc-7997-443a-8e54-50ad96204a12?api-version=2020-05-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNWUxZTgxNTYtNWRlYy00NTJhLWJmZTUtNmI2ZTA5NDdjMjdhL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zLzg4NTY2MmJjLTc5OTctNDQzYS04ZTU0LTUwYWQ5NjIwNGExMj9hcGktdmVyc2lvbj0yMDIwLTA1LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Network.NetworkManagementClient/616.830.54562.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "10" + ], + "x-ms-request-id": [ + "47fd48be-a6a1-49f2-91b1-6021addeab91" + ], + "x-ms-correlation-request-id": [ + "1dded6c7-013c-4869-8d23-8bc368666f93" + ], + "x-ms-arm-service-request-id": [ + "be9da69e-7ba8-4845-a83b-fd31f16b12ab" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11986" + ], + "x-ms-routing-request-id": [ + "BRAZILUS:20200618T052734Z:1dded6c7-013c-4869-8d23-8bc368666f93" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Thu, 18 Jun 2020 05:27:33 GMT" + ], + "Content-Length": [ + "30" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/5e1e8156-5dec-452a-bfe5-6b6e0947c27a/providers/Microsoft.Network/locations/eastus2/operations/885662bc-7997-443a-8e54-50ad96204a12?api-version=2020-05-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNWUxZTgxNTYtNWRlYy00NTJhLWJmZTUtNmI2ZTA5NDdjMjdhL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zLzg4NTY2MmJjLTc5OTctNDQzYS04ZTU0LTUwYWQ5NjIwNGExMj9hcGktdmVyc2lvbj0yMDIwLTA1LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Network.NetworkManagementClient/616.830.54562.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "10" + ], + "x-ms-request-id": [ + "d07e910b-5660-4c1c-b3fd-d8041362f4cf" + ], + "x-ms-correlation-request-id": [ + "e5de14c3-e619-45f8-8f58-26ac56efb38a" + ], + "x-ms-arm-service-request-id": [ + "3b60e1f7-cbe2-4224-9c85-037166e0f15d" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11985" + ], + "x-ms-routing-request-id": [ + "BRAZILUS:20200618T052744Z:e5de14c3-e619-45f8-8f58-26ac56efb38a" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Thu, 18 Jun 2020 05:27:44 GMT" + ], + "Content-Length": [ + "30" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/5e1e8156-5dec-452a-bfe5-6b6e0947c27a/providers/Microsoft.Network/locations/eastus2/operations/885662bc-7997-443a-8e54-50ad96204a12?api-version=2020-05-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNWUxZTgxNTYtNWRlYy00NTJhLWJmZTUtNmI2ZTA5NDdjMjdhL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zLzg4NTY2MmJjLTc5OTctNDQzYS04ZTU0LTUwYWQ5NjIwNGExMj9hcGktdmVyc2lvbj0yMDIwLTA1LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Network.NetworkManagementClient/616.830.54562.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "10" + ], + "x-ms-request-id": [ + "198a3e20-d6ef-458b-95b6-2210a6273695" + ], + "x-ms-correlation-request-id": [ + "d5a03ee0-d74e-4edf-b8d4-8422697250ae" + ], + "x-ms-arm-service-request-id": [ + "b4d4dbdf-4c91-46ff-b78d-52772c9939dc" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11984" + ], + "x-ms-routing-request-id": [ + "BRAZILUS:20200618T052754Z:d5a03ee0-d74e-4edf-b8d4-8422697250ae" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Thu, 18 Jun 2020 05:27:54 GMT" + ], + "Content-Length": [ + "30" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/5e1e8156-5dec-452a-bfe5-6b6e0947c27a/providers/Microsoft.Network/locations/eastus2/operations/885662bc-7997-443a-8e54-50ad96204a12?api-version=2020-05-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNWUxZTgxNTYtNWRlYy00NTJhLWJmZTUtNmI2ZTA5NDdjMjdhL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zLzg4NTY2MmJjLTc5OTctNDQzYS04ZTU0LTUwYWQ5NjIwNGExMj9hcGktdmVyc2lvbj0yMDIwLTA1LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Network.NetworkManagementClient/616.830.54562.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "10" + ], + "x-ms-request-id": [ + "97819913-3ffd-49cf-93e4-d5f51c13a76f" + ], + "x-ms-correlation-request-id": [ + "8aab3881-34dc-4d0a-8069-d3f2fb966f40" + ], + "x-ms-arm-service-request-id": [ + "c0c89629-2f14-4af5-bfe3-a618bbc0faa3" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11983" + ], + "x-ms-routing-request-id": [ + "BRAZILUS:20200618T052805Z:8aab3881-34dc-4d0a-8069-d3f2fb966f40" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Thu, 18 Jun 2020 05:28:04 GMT" + ], + "Content-Length": [ + "30" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/5e1e8156-5dec-452a-bfe5-6b6e0947c27a/providers/Microsoft.Network/locations/eastus2/operations/885662bc-7997-443a-8e54-50ad96204a12?api-version=2020-05-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNWUxZTgxNTYtNWRlYy00NTJhLWJmZTUtNmI2ZTA5NDdjMjdhL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zLzg4NTY2MmJjLTc5OTctNDQzYS04ZTU0LTUwYWQ5NjIwNGExMj9hcGktdmVyc2lvbj0yMDIwLTA1LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Network.NetworkManagementClient/616.830.54562.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "10" + ], + "x-ms-request-id": [ + "c57e5392-0829-4051-ae5e-c11dbb2c60e1" + ], + "x-ms-correlation-request-id": [ + "2cc6b0e7-a1e2-4b92-b033-c7f852b78d83" + ], + "x-ms-arm-service-request-id": [ + "ee76a31d-6d0c-423e-8d14-a6403a1633d1" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11982" + ], + "x-ms-routing-request-id": [ + "BRAZILUS:20200618T052815Z:2cc6b0e7-a1e2-4b92-b033-c7f852b78d83" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Thu, 18 Jun 2020 05:28:15 GMT" + ], + "Content-Length": [ + "30" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/5e1e8156-5dec-452a-bfe5-6b6e0947c27a/providers/Microsoft.Network/locations/eastus2/operations/885662bc-7997-443a-8e54-50ad96204a12?api-version=2020-05-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNWUxZTgxNTYtNWRlYy00NTJhLWJmZTUtNmI2ZTA5NDdjMjdhL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zLzg4NTY2MmJjLTc5OTctNDQzYS04ZTU0LTUwYWQ5NjIwNGExMj9hcGktdmVyc2lvbj0yMDIwLTA1LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Network.NetworkManagementClient/616.830.54562.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "10" + ], + "x-ms-request-id": [ + "36de7f50-d051-4754-abcd-b12ccc99e256" + ], + "x-ms-correlation-request-id": [ + "1605fb39-4ca6-44b1-b665-e55ccfd2e727" + ], + "x-ms-arm-service-request-id": [ + "071002ec-0d80-4f88-bf2b-7282952fd1c1" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11981" + ], + "x-ms-routing-request-id": [ + "BRAZILUS:20200618T052825Z:1605fb39-4ca6-44b1-b665-e55ccfd2e727" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Thu, 18 Jun 2020 05:28:25 GMT" + ], + "Content-Length": [ + "30" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/5e1e8156-5dec-452a-bfe5-6b6e0947c27a/providers/Microsoft.Network/locations/eastus2/operations/885662bc-7997-443a-8e54-50ad96204a12?api-version=2020-05-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNWUxZTgxNTYtNWRlYy00NTJhLWJmZTUtNmI2ZTA5NDdjMjdhL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zLzg4NTY2MmJjLTc5OTctNDQzYS04ZTU0LTUwYWQ5NjIwNGExMj9hcGktdmVyc2lvbj0yMDIwLTA1LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Network.NetworkManagementClient/616.830.54562.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "10" + ], + "x-ms-request-id": [ + "8b8fc42f-fe1f-48d9-9d9a-9725209551d3" + ], + "x-ms-correlation-request-id": [ + "cd03e773-5a91-4b4f-a5e2-3ff9e9f71c55" + ], + "x-ms-arm-service-request-id": [ + "e4daa93e-a9bc-4d9e-aa53-49e44c72cd75" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11980" + ], + "x-ms-routing-request-id": [ + "BRAZILUS:20200618T052836Z:cd03e773-5a91-4b4f-a5e2-3ff9e9f71c55" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Thu, 18 Jun 2020 05:28:35 GMT" + ], + "Content-Length": [ + "30" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/5e1e8156-5dec-452a-bfe5-6b6e0947c27a/providers/Microsoft.Network/locations/eastus2/operations/885662bc-7997-443a-8e54-50ad96204a12?api-version=2020-05-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNWUxZTgxNTYtNWRlYy00NTJhLWJmZTUtNmI2ZTA5NDdjMjdhL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zLzg4NTY2MmJjLTc5OTctNDQzYS04ZTU0LTUwYWQ5NjIwNGExMj9hcGktdmVyc2lvbj0yMDIwLTA1LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Network.NetworkManagementClient/616.830.54562.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "10" + ], + "x-ms-request-id": [ + "3555d3d6-1dfe-4f53-9840-893461361e6e" + ], + "x-ms-correlation-request-id": [ + "72f0a958-c7fd-4519-997d-3fc3a64af55d" + ], + "x-ms-arm-service-request-id": [ + "38884564-4dbb-4356-aacf-313fe998ec4f" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11979" + ], + "x-ms-routing-request-id": [ + "BRAZILUS:20200618T052846Z:72f0a958-c7fd-4519-997d-3fc3a64af55d" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Thu, 18 Jun 2020 05:28:45 GMT" + ], + "Content-Length": [ + "30" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/5e1e8156-5dec-452a-bfe5-6b6e0947c27a/providers/Microsoft.Network/locations/eastus2/operations/885662bc-7997-443a-8e54-50ad96204a12?api-version=2020-05-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNWUxZTgxNTYtNWRlYy00NTJhLWJmZTUtNmI2ZTA5NDdjMjdhL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zLzg4NTY2MmJjLTc5OTctNDQzYS04ZTU0LTUwYWQ5NjIwNGExMj9hcGktdmVyc2lvbj0yMDIwLTA1LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Network.NetworkManagementClient/616.830.54562.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "10" + ], + "x-ms-request-id": [ + "5f409545-c0df-4988-bf93-db15cb9e6c01" + ], + "x-ms-correlation-request-id": [ + "b72ac343-eb9c-4b3a-b07a-f52d204c809e" + ], + "x-ms-arm-service-request-id": [ + "ded8299b-93e4-4463-8779-dbb22b91f02c" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11978" + ], + "x-ms-routing-request-id": [ + "BRAZILUS:20200618T052856Z:b72ac343-eb9c-4b3a-b07a-f52d204c809e" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Thu, 18 Jun 2020 05:28:56 GMT" + ], + "Content-Length": [ + "30" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/5e1e8156-5dec-452a-bfe5-6b6e0947c27a/providers/Microsoft.Network/locations/eastus2/operations/885662bc-7997-443a-8e54-50ad96204a12?api-version=2020-05-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNWUxZTgxNTYtNWRlYy00NTJhLWJmZTUtNmI2ZTA5NDdjMjdhL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zLzg4NTY2MmJjLTc5OTctNDQzYS04ZTU0LTUwYWQ5NjIwNGExMj9hcGktdmVyc2lvbj0yMDIwLTA1LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Network.NetworkManagementClient/616.830.54562.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "10" + ], + "x-ms-request-id": [ + "e7860e2e-108c-4a93-b398-b508ee4b6a20" + ], + "x-ms-correlation-request-id": [ + "384ecaf4-374b-4de2-9b3b-e06b90520557" + ], + "x-ms-arm-service-request-id": [ + "cae3bac2-093d-4698-9699-0bb73f8064cf" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11977" + ], + "x-ms-routing-request-id": [ + "BRAZILUS:20200618T052907Z:384ecaf4-374b-4de2-9b3b-e06b90520557" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Thu, 18 Jun 2020 05:29:07 GMT" + ], + "Content-Length": [ + "30" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/5e1e8156-5dec-452a-bfe5-6b6e0947c27a/providers/Microsoft.Network/locations/eastus2/operations/885662bc-7997-443a-8e54-50ad96204a12?api-version=2020-05-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNWUxZTgxNTYtNWRlYy00NTJhLWJmZTUtNmI2ZTA5NDdjMjdhL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zLzg4NTY2MmJjLTc5OTctNDQzYS04ZTU0LTUwYWQ5NjIwNGExMj9hcGktdmVyc2lvbj0yMDIwLTA1LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Network.NetworkManagementClient/616.830.54562.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "10" + ], + "x-ms-request-id": [ + "189c7e28-8529-4557-aabb-15c6e3cf6e8d" + ], + "x-ms-correlation-request-id": [ + "46882807-0530-4864-beeb-85e939bba3d3" + ], + "x-ms-arm-service-request-id": [ + "4d949fda-d786-4e52-b826-e6774af2f1d9" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11976" + ], + "x-ms-routing-request-id": [ + "BRAZILUS:20200618T052917Z:46882807-0530-4864-beeb-85e939bba3d3" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Thu, 18 Jun 2020 05:29:17 GMT" + ], + "Content-Length": [ + "30" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/5e1e8156-5dec-452a-bfe5-6b6e0947c27a/providers/Microsoft.Network/locations/eastus2/operations/885662bc-7997-443a-8e54-50ad96204a12?api-version=2020-05-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNWUxZTgxNTYtNWRlYy00NTJhLWJmZTUtNmI2ZTA5NDdjMjdhL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zLzg4NTY2MmJjLTc5OTctNDQzYS04ZTU0LTUwYWQ5NjIwNGExMj9hcGktdmVyc2lvbj0yMDIwLTA1LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Network.NetworkManagementClient/616.830.54562.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "10" + ], + "x-ms-request-id": [ + "ce6804ac-baba-4988-9641-b80e0a7152ad" + ], + "x-ms-correlation-request-id": [ + "a893f829-a625-4a22-9aff-91a6c80e9a00" + ], + "x-ms-arm-service-request-id": [ + "c714fb0d-ef38-4b73-a4a1-9f4953ee50b7" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11975" + ], + "x-ms-routing-request-id": [ + "BRAZILUS:20200618T052928Z:a893f829-a625-4a22-9aff-91a6c80e9a00" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Thu, 18 Jun 2020 05:29:27 GMT" + ], + "Content-Length": [ + "30" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/5e1e8156-5dec-452a-bfe5-6b6e0947c27a/providers/Microsoft.Network/locations/eastus2/operations/885662bc-7997-443a-8e54-50ad96204a12?api-version=2020-05-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNWUxZTgxNTYtNWRlYy00NTJhLWJmZTUtNmI2ZTA5NDdjMjdhL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zLzg4NTY2MmJjLTc5OTctNDQzYS04ZTU0LTUwYWQ5NjIwNGExMj9hcGktdmVyc2lvbj0yMDIwLTA1LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Network.NetworkManagementClient/616.830.54562.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "10" + ], + "x-ms-request-id": [ + "d21cb95c-799d-4cf4-b5e0-3c9ebc471402" + ], + "x-ms-correlation-request-id": [ + "7ba2d202-3133-49d8-845e-3e7aad6c121c" + ], + "x-ms-arm-service-request-id": [ + "4ea4028b-d1e9-4699-8bf7-437e34e2737b" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11974" + ], + "x-ms-routing-request-id": [ + "BRAZILUS:20200618T052938Z:7ba2d202-3133-49d8-845e-3e7aad6c121c" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Thu, 18 Jun 2020 05:29:37 GMT" + ], + "Content-Length": [ + "30" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/5e1e8156-5dec-452a-bfe5-6b6e0947c27a/providers/Microsoft.Network/locations/eastus2/operations/885662bc-7997-443a-8e54-50ad96204a12?api-version=2020-05-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNWUxZTgxNTYtNWRlYy00NTJhLWJmZTUtNmI2ZTA5NDdjMjdhL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zLzg4NTY2MmJjLTc5OTctNDQzYS04ZTU0LTUwYWQ5NjIwNGExMj9hcGktdmVyc2lvbj0yMDIwLTA1LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Network.NetworkManagementClient/616.830.54562.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "10" + ], + "x-ms-request-id": [ + "cc0b03d6-804b-4de4-a532-2fdef0e6e2de" + ], + "x-ms-correlation-request-id": [ + "8080bab5-af07-41be-842c-028b32161563" + ], + "x-ms-arm-service-request-id": [ + "1047f271-0eba-4813-97e0-fe2d93d1f852" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11973" + ], + "x-ms-routing-request-id": [ + "BRAZILUS:20200618T052948Z:8080bab5-af07-41be-842c-028b32161563" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Thu, 18 Jun 2020 05:29:48 GMT" + ], + "Content-Length": [ + "30" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/5e1e8156-5dec-452a-bfe5-6b6e0947c27a/providers/Microsoft.Network/locations/eastus2/operations/885662bc-7997-443a-8e54-50ad96204a12?api-version=2020-05-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNWUxZTgxNTYtNWRlYy00NTJhLWJmZTUtNmI2ZTA5NDdjMjdhL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zLzg4NTY2MmJjLTc5OTctNDQzYS04ZTU0LTUwYWQ5NjIwNGExMj9hcGktdmVyc2lvbj0yMDIwLTA1LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Network.NetworkManagementClient/616.830.54562.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "10" + ], + "x-ms-request-id": [ + "2939a04d-33f5-45e1-8208-934d033aa6cf" + ], + "x-ms-correlation-request-id": [ + "27479c64-9ef2-4c7e-8d76-0dc874d0d770" + ], + "x-ms-arm-service-request-id": [ + "62d3bbe8-fff1-4f48-82e5-bfdc1c56ad12" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11972" + ], + "x-ms-routing-request-id": [ + "BRAZILUS:20200618T052959Z:27479c64-9ef2-4c7e-8d76-0dc874d0d770" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Thu, 18 Jun 2020 05:29:59 GMT" + ], + "Content-Length": [ + "30" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/5e1e8156-5dec-452a-bfe5-6b6e0947c27a/providers/Microsoft.Network/locations/eastus2/operations/885662bc-7997-443a-8e54-50ad96204a12?api-version=2020-05-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNWUxZTgxNTYtNWRlYy00NTJhLWJmZTUtNmI2ZTA5NDdjMjdhL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zLzg4NTY2MmJjLTc5OTctNDQzYS04ZTU0LTUwYWQ5NjIwNGExMj9hcGktdmVyc2lvbj0yMDIwLTA1LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Network.NetworkManagementClient/616.830.54562.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "10" + ], + "x-ms-request-id": [ + "f8602f0f-f174-4843-bcad-2139ad4bb842" + ], + "x-ms-correlation-request-id": [ + "4980c34e-5955-448f-80e7-91f989a49f98" + ], + "x-ms-arm-service-request-id": [ + "0e56eade-9dca-45fd-a123-73731d6c7bb9" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11971" + ], + "x-ms-routing-request-id": [ + "BRAZILUS:20200618T053009Z:4980c34e-5955-448f-80e7-91f989a49f98" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Thu, 18 Jun 2020 05:30:09 GMT" + ], + "Content-Length": [ + "30" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/5e1e8156-5dec-452a-bfe5-6b6e0947c27a/providers/Microsoft.Network/locations/eastus2/operations/885662bc-7997-443a-8e54-50ad96204a12?api-version=2020-05-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNWUxZTgxNTYtNWRlYy00NTJhLWJmZTUtNmI2ZTA5NDdjMjdhL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zLzg4NTY2MmJjLTc5OTctNDQzYS04ZTU0LTUwYWQ5NjIwNGExMj9hcGktdmVyc2lvbj0yMDIwLTA1LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Network.NetworkManagementClient/616.830.54562.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "10" + ], + "x-ms-request-id": [ + "61845ef5-c380-4b5e-941d-662d33e48d58" + ], + "x-ms-correlation-request-id": [ + "3eb477a7-e46a-48c1-a6ab-a8c0a7c67a91" + ], + "x-ms-arm-service-request-id": [ + "757cbe34-2862-4f51-8ddb-04cad8ae86e4" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11970" + ], + "x-ms-routing-request-id": [ + "BRAZILUS:20200618T053019Z:3eb477a7-e46a-48c1-a6ab-a8c0a7c67a91" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Thu, 18 Jun 2020 05:30:19 GMT" + ], + "Content-Length": [ + "30" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/5e1e8156-5dec-452a-bfe5-6b6e0947c27a/providers/Microsoft.Network/locations/eastus2/operations/885662bc-7997-443a-8e54-50ad96204a12?api-version=2020-05-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNWUxZTgxNTYtNWRlYy00NTJhLWJmZTUtNmI2ZTA5NDdjMjdhL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zLzg4NTY2MmJjLTc5OTctNDQzYS04ZTU0LTUwYWQ5NjIwNGExMj9hcGktdmVyc2lvbj0yMDIwLTA1LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Network.NetworkManagementClient/616.830.54562.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "10" + ], + "x-ms-request-id": [ + "52d5ed80-340c-4efb-9dfa-8adb3a3c36dd" + ], + "x-ms-correlation-request-id": [ + "42fc23dd-ce83-4dce-b0fc-721cffa86a1a" + ], + "x-ms-arm-service-request-id": [ + "1675ef0f-6d8b-4608-a14c-07914d9f9b25" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11969" + ], + "x-ms-routing-request-id": [ + "BRAZILUS:20200618T053030Z:42fc23dd-ce83-4dce-b0fc-721cffa86a1a" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Thu, 18 Jun 2020 05:30:29 GMT" + ], + "Content-Length": [ + "30" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/5e1e8156-5dec-452a-bfe5-6b6e0947c27a/providers/Microsoft.Network/locations/eastus2/operations/885662bc-7997-443a-8e54-50ad96204a12?api-version=2020-05-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNWUxZTgxNTYtNWRlYy00NTJhLWJmZTUtNmI2ZTA5NDdjMjdhL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zLzg4NTY2MmJjLTc5OTctNDQzYS04ZTU0LTUwYWQ5NjIwNGExMj9hcGktdmVyc2lvbj0yMDIwLTA1LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Network.NetworkManagementClient/616.830.54562.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "10" + ], + "x-ms-request-id": [ + "36006bc1-2155-45af-b19f-7686c76e46dd" + ], + "x-ms-correlation-request-id": [ + "04a0597e-c87c-4c98-a1b4-49a800c84bc8" + ], + "x-ms-arm-service-request-id": [ + "d78ab273-755b-4828-9663-b18d02ea5492" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11968" + ], + "x-ms-routing-request-id": [ + "BRAZILUS:20200618T053040Z:04a0597e-c87c-4c98-a1b4-49a800c84bc8" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Thu, 18 Jun 2020 05:30:40 GMT" + ], + "Content-Length": [ + "30" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/5e1e8156-5dec-452a-bfe5-6b6e0947c27a/providers/Microsoft.Network/locations/eastus2/operations/885662bc-7997-443a-8e54-50ad96204a12?api-version=2020-05-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNWUxZTgxNTYtNWRlYy00NTJhLWJmZTUtNmI2ZTA5NDdjMjdhL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zLzg4NTY2MmJjLTc5OTctNDQzYS04ZTU0LTUwYWQ5NjIwNGExMj9hcGktdmVyc2lvbj0yMDIwLTA1LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Network.NetworkManagementClient/616.830.54562.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "10" + ], + "x-ms-request-id": [ + "18631c80-fcae-404c-b257-b795582a58ae" + ], + "x-ms-correlation-request-id": [ + "dd52a4a7-8a0b-4de6-ab47-fae0bd83febd" + ], + "x-ms-arm-service-request-id": [ + "5309f572-b735-4110-b675-a2faecd8cfe5" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11967" + ], + "x-ms-routing-request-id": [ + "BRAZILUS:20200618T053050Z:dd52a4a7-8a0b-4de6-ab47-fae0bd83febd" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Thu, 18 Jun 2020 05:30:50 GMT" + ], + "Content-Length": [ + "30" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/5e1e8156-5dec-452a-bfe5-6b6e0947c27a/providers/Microsoft.Network/locations/eastus2/operations/885662bc-7997-443a-8e54-50ad96204a12?api-version=2020-05-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNWUxZTgxNTYtNWRlYy00NTJhLWJmZTUtNmI2ZTA5NDdjMjdhL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zLzg4NTY2MmJjLTc5OTctNDQzYS04ZTU0LTUwYWQ5NjIwNGExMj9hcGktdmVyc2lvbj0yMDIwLTA1LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Network.NetworkManagementClient/616.830.54562.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "10" + ], + "x-ms-request-id": [ + "14fa700f-c11c-4767-8652-b17366caee5c" + ], + "x-ms-correlation-request-id": [ + "f44a6c83-7a7a-4781-9ba7-7bb02149d988" + ], + "x-ms-arm-service-request-id": [ + "cdecc70e-0028-4b81-851d-f6885356a28c" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11966" + ], + "x-ms-routing-request-id": [ + "BRAZILUS:20200618T053101Z:f44a6c83-7a7a-4781-9ba7-7bb02149d988" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Thu, 18 Jun 2020 05:31:01 GMT" + ], + "Content-Length": [ + "30" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/5e1e8156-5dec-452a-bfe5-6b6e0947c27a/providers/Microsoft.Network/locations/eastus2/operations/885662bc-7997-443a-8e54-50ad96204a12?api-version=2020-05-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNWUxZTgxNTYtNWRlYy00NTJhLWJmZTUtNmI2ZTA5NDdjMjdhL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zLzg4NTY2MmJjLTc5OTctNDQzYS04ZTU0LTUwYWQ5NjIwNGExMj9hcGktdmVyc2lvbj0yMDIwLTA1LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Network.NetworkManagementClient/616.830.54562.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "10" + ], + "x-ms-request-id": [ + "0d151c7a-727c-4019-8910-442bd7922eb0" + ], + "x-ms-correlation-request-id": [ + "c3ec9a79-9044-4b22-a578-e38d963fc013" + ], + "x-ms-arm-service-request-id": [ + "d2c58b94-53aa-48ff-a20d-ff71cdd44b9b" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11965" + ], + "x-ms-routing-request-id": [ + "BRAZILUS:20200618T053111Z:c3ec9a79-9044-4b22-a578-e38d963fc013" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Thu, 18 Jun 2020 05:31:10 GMT" + ], + "Content-Length": [ + "30" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/5e1e8156-5dec-452a-bfe5-6b6e0947c27a/providers/Microsoft.Network/locations/eastus2/operations/885662bc-7997-443a-8e54-50ad96204a12?api-version=2020-05-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNWUxZTgxNTYtNWRlYy00NTJhLWJmZTUtNmI2ZTA5NDdjMjdhL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zLzg4NTY2MmJjLTc5OTctNDQzYS04ZTU0LTUwYWQ5NjIwNGExMj9hcGktdmVyc2lvbj0yMDIwLTA1LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Network.NetworkManagementClient/616.830.54562.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "10" + ], + "x-ms-request-id": [ + "dd002935-695e-4e38-8061-0131ae7f6b64" + ], + "x-ms-correlation-request-id": [ + "12c48b4f-46b3-494a-98c8-ec5ca8dc7102" + ], + "x-ms-arm-service-request-id": [ + "3b2c92f0-d333-41e8-90a4-5cbc59da7d34" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11964" + ], + "x-ms-routing-request-id": [ + "BRAZILUS:20200618T053122Z:12c48b4f-46b3-494a-98c8-ec5ca8dc7102" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Thu, 18 Jun 2020 05:31:22 GMT" + ], + "Content-Length": [ + "30" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/5e1e8156-5dec-452a-bfe5-6b6e0947c27a/providers/Microsoft.Network/locations/eastus2/operations/885662bc-7997-443a-8e54-50ad96204a12?api-version=2020-05-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNWUxZTgxNTYtNWRlYy00NTJhLWJmZTUtNmI2ZTA5NDdjMjdhL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zLzg4NTY2MmJjLTc5OTctNDQzYS04ZTU0LTUwYWQ5NjIwNGExMj9hcGktdmVyc2lvbj0yMDIwLTA1LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Network.NetworkManagementClient/616.830.54562.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "10" + ], + "x-ms-request-id": [ + "50531fe1-2993-4549-a83f-802adb03dd0c" + ], + "x-ms-correlation-request-id": [ + "523159aa-7fa3-401d-9f5e-24f0c4d3a0a2" + ], + "x-ms-arm-service-request-id": [ + "e30b24cd-d7c4-4da6-ba94-fcddd3b78ec8" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11963" + ], + "x-ms-routing-request-id": [ + "BRAZILUS:20200618T053132Z:523159aa-7fa3-401d-9f5e-24f0c4d3a0a2" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Thu, 18 Jun 2020 05:31:32 GMT" + ], + "Content-Length": [ + "30" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/5e1e8156-5dec-452a-bfe5-6b6e0947c27a/providers/Microsoft.Network/locations/eastus2/operations/885662bc-7997-443a-8e54-50ad96204a12?api-version=2020-05-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNWUxZTgxNTYtNWRlYy00NTJhLWJmZTUtNmI2ZTA5NDdjMjdhL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zLzg4NTY2MmJjLTc5OTctNDQzYS04ZTU0LTUwYWQ5NjIwNGExMj9hcGktdmVyc2lvbj0yMDIwLTA1LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Network.NetworkManagementClient/616.830.54562.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "10" + ], + "x-ms-request-id": [ + "350d05aa-741d-4f0b-867b-83da414479e4" + ], + "x-ms-correlation-request-id": [ + "72a46c83-0802-474f-a6cc-2e0a4b26aa42" + ], + "x-ms-arm-service-request-id": [ + "0e44ccd7-89d9-4859-835e-d452830fc022" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11962" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-routing-request-id": [ + "BRAZILUS:20200618T053142Z:72a46c83-0802-474f-a6cc-2e0a4b26aa42" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Thu, 18 Jun 2020 05:31:42 GMT" + ], + "Content-Length": [ + "30" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/5e1e8156-5dec-452a-bfe5-6b6e0947c27a/providers/Microsoft.Network/locations/eastus2/operations/885662bc-7997-443a-8e54-50ad96204a12?api-version=2020-05-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNWUxZTgxNTYtNWRlYy00NTJhLWJmZTUtNmI2ZTA5NDdjMjdhL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zLzg4NTY2MmJjLTc5OTctNDQzYS04ZTU0LTUwYWQ5NjIwNGExMj9hcGktdmVyc2lvbj0yMDIwLTA1LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Network.NetworkManagementClient/616.830.54562.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "10" + ], + "x-ms-request-id": [ + "36c9a868-9ab4-47f9-ae89-de5c1b01739e" + ], + "x-ms-correlation-request-id": [ + "2cb03007-c385-4aee-b550-adf7fce83f7a" + ], + "x-ms-arm-service-request-id": [ + "f1e2725c-be2d-48af-8e82-45779633eab3" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11961" + ], + "x-ms-routing-request-id": [ + "BRAZILUS:20200618T053153Z:2cb03007-c385-4aee-b550-adf7fce83f7a" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Thu, 18 Jun 2020 05:31:53 GMT" + ], + "Content-Length": [ + "30" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/5e1e8156-5dec-452a-bfe5-6b6e0947c27a/providers/Microsoft.Network/locations/eastus2/operations/885662bc-7997-443a-8e54-50ad96204a12?api-version=2020-05-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNWUxZTgxNTYtNWRlYy00NTJhLWJmZTUtNmI2ZTA5NDdjMjdhL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zLzg4NTY2MmJjLTc5OTctNDQzYS04ZTU0LTUwYWQ5NjIwNGExMj9hcGktdmVyc2lvbj0yMDIwLTA1LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Network.NetworkManagementClient/616.830.54562.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "10" + ], + "x-ms-request-id": [ + "dd1a3b4c-6d8d-46c2-a631-a68be2976518" + ], + "x-ms-correlation-request-id": [ + "1e9fa7d3-f9a3-4035-93cd-556ff9f83e61" + ], + "x-ms-arm-service-request-id": [ + "5f7f9596-2bed-4f07-a3f2-83181e26be1f" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11960" + ], + "x-ms-routing-request-id": [ + "BRAZILUS:20200618T053203Z:1e9fa7d3-f9a3-4035-93cd-556ff9f83e61" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Thu, 18 Jun 2020 05:32:03 GMT" + ], + "Content-Length": [ + "30" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/5e1e8156-5dec-452a-bfe5-6b6e0947c27a/providers/Microsoft.Network/locations/eastus2/operations/885662bc-7997-443a-8e54-50ad96204a12?api-version=2020-05-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNWUxZTgxNTYtNWRlYy00NTJhLWJmZTUtNmI2ZTA5NDdjMjdhL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zLzg4NTY2MmJjLTc5OTctNDQzYS04ZTU0LTUwYWQ5NjIwNGExMj9hcGktdmVyc2lvbj0yMDIwLTA1LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Network.NetworkManagementClient/616.830.54562.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-request-id": [ + "06e2947a-b843-4263-8c61-bd9aa4cf2a9e" + ], + "x-ms-correlation-request-id": [ + "ba26cb4f-e83c-4ecf-8f9d-9f90cf808ab5" + ], + "x-ms-arm-service-request-id": [ + "e08c81d0-fb9a-488a-bfc0-e42422d0a85c" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11959" + ], + "x-ms-routing-request-id": [ + "BRAZILUS:20200618T053214Z:ba26cb4f-e83c-4ecf-8f9d-9f90cf808ab5" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Thu, 18 Jun 2020 05:32:14 GMT" + ], + "Content-Length": [ + "29" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"status\": \"Succeeded\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/5e1e8156-5dec-452a-bfe5-6b6e0947c27a/resourceGroups/ps7173/providers/Microsoft.Network/networkVirtualAppliances/ps4399?api-version=2020-05-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNWUxZTgxNTYtNWRlYy00NTJhLWJmZTUtNmI2ZTA5NDdjMjdhL3Jlc291cmNlR3JvdXBzL3BzNzE3My9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvbmV0d29ya1ZpcnR1YWxBcHBsaWFuY2VzL3BzNDM5OT9hcGktdmVyc2lvbj0yMDIwLTA1LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "db4390ad-1a09-4892-a65c-eb7442459c88" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Network.NetworkManagementClient/616.830.54562.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-failure-cause": [ + "gateway" + ], + "x-ms-request-id": [ + "5f390410-0e6d-4476-9e47-f3d34d99ecfd" + ], + "x-ms-correlation-request-id": [ + "5f390410-0e6d-4476-9e47-f3d34d99ecfd" + ], + "x-ms-routing-request-id": [ + "BRAZILUS:20200618T053216Z:5f390410-0e6d-4476-9e47-f3d34d99ecfd" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Thu, 18 Jun 2020 05:32:15 GMT" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "227" + ] + }, + "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.Network/networkVirtualAppliances/ps4399' under resource group 'ps7173' was not found. For more details please go to https://aka.ms/ARMResourceNotFoundFix\"\r\n }\r\n}", + "StatusCode": 404 + }, + { + "RequestUri": "/subscriptions/5e1e8156-5dec-452a-bfe5-6b6e0947c27a/resourceGroups/ps7173/providers/Microsoft.Network/networkVirtualAppliances/ps4399?api-version=2020-05-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNWUxZTgxNTYtNWRlYy00NTJhLWJmZTUtNmI2ZTA5NDdjMjdhL3Jlc291cmNlR3JvdXBzL3BzNzE3My9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvbmV0d29ya1ZpcnR1YWxBcHBsaWFuY2VzL3BzNDM5OT9hcGktdmVyc2lvbj0yMDIwLTA1LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Network.NetworkManagementClient/616.830.54562.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11811" + ], + "x-ms-request-id": [ + "ff9440fb-19da-4a30-982e-0fddb9880c74" + ], + "x-ms-correlation-request-id": [ + "ff9440fb-19da-4a30-982e-0fddb9880c74" + ], + "x-ms-routing-request-id": [ + "BRAZILUS:20200618T054847Z:ff9440fb-19da-4a30-982e-0fddb9880c74" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Thu, 18 Jun 2020 05:48:47 GMT" + ], + "Content-Length": [ + "1593" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"properties\": {\r\n \"nvaSku\": {\r\n \"vendor\": \"barracuda sdwan release\",\r\n \"bundledScaleUnit\": \"1\",\r\n \"marketPlaceVersion\": \"latest\"\r\n },\r\n \"virtualHub\": {\r\n \"id\": \"/subscriptions/5e1e8156-5dec-452a-bfe5-6b6e0947c27a/resourceGroups/ps7173/providers/Microsoft.Network/virtualHubs/ps6483\"\r\n },\r\n \"virtualApplianceAsn\": 1270,\r\n \"bootStrapConfigurationBlobs\": [],\r\n \"cloudInitConfigurationBlobs\": [],\r\n \"cloudInitConfiguration\": \"echo hi\",\r\n \"virtualApplianceNics\": [\r\n {\r\n \"name\": \"privatenicipconfig\",\r\n \"publicIpAddress\": \"\",\r\n \"privateIpAddress\": \"10.0.96.4\",\r\n \"instanceName\": \"ps4399_0\"\r\n },\r\n {\r\n \"name\": \"publicnicipconfig\",\r\n \"publicIpAddress\": \"40.123.29.129\",\r\n \"privateIpAddress\": \"10.0.0.4\",\r\n \"instanceName\": \"ps4399_0\"\r\n },\r\n {\r\n \"name\": \"privatenicipconfig\",\r\n \"publicIpAddress\": \"\",\r\n \"privateIpAddress\": \"10.0.96.5\",\r\n \"instanceName\": \"ps4399_1\"\r\n },\r\n {\r\n \"name\": \"publicnicipconfig\",\r\n \"publicIpAddress\": \"40.123.29.133\",\r\n \"privateIpAddress\": \"10.0.0.5\",\r\n \"instanceName\": \"ps4399_1\"\r\n }\r\n ],\r\n \"virtualApplianceSites\": [],\r\n \"provisioningState\": \"Succeeded\"\r\n },\r\n \"id\": \"/subscriptions/5e1e8156-5dec-452a-bfe5-6b6e0947c27a/resourceGroups/ps7173/providers/Microsoft.Network/networkVirtualAppliances/ps4399\",\r\n \"name\": \"ps4399\",\r\n \"type\": \"Microsoft.Network/NetworkVirtualAppliances\",\r\n \"etag\": \"a9f68dcb-0a0d-41a6-a629-08e58f8d8637\",\r\n \"location\": \"eastus2\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/5e1e8156-5dec-452a-bfe5-6b6e0947c27a/resourceGroups/ps7173/providers/Microsoft.Network/networkVirtualAppliances/ps4399?api-version=2020-05-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNWUxZTgxNTYtNWRlYy00NTJhLWJmZTUtNmI2ZTA5NDdjMjdhL3Jlc291cmNlR3JvdXBzL3BzNzE3My9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvbmV0d29ya1ZpcnR1YWxBcHBsaWFuY2VzL3BzNDM5OT9hcGktdmVyc2lvbj0yMDIwLTA1LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "25f9048b-661e-46cb-9eea-e3e34ac9f214" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Network.NetworkManagementClient/616.830.54562.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11810" + ], + "x-ms-request-id": [ + "f74f1200-877b-462a-b51e-46e1e3828cc6" + ], + "x-ms-correlation-request-id": [ + "f74f1200-877b-462a-b51e-46e1e3828cc6" + ], + "x-ms-routing-request-id": [ + "BRAZILUS:20200618T054847Z:f74f1200-877b-462a-b51e-46e1e3828cc6" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Thu, 18 Jun 2020 05:48:47 GMT" + ], + "Content-Length": [ + "1593" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"properties\": {\r\n \"nvaSku\": {\r\n \"vendor\": \"barracuda sdwan release\",\r\n \"bundledScaleUnit\": \"1\",\r\n \"marketPlaceVersion\": \"latest\"\r\n },\r\n \"virtualHub\": {\r\n \"id\": \"/subscriptions/5e1e8156-5dec-452a-bfe5-6b6e0947c27a/resourceGroups/ps7173/providers/Microsoft.Network/virtualHubs/ps6483\"\r\n },\r\n \"virtualApplianceAsn\": 1270,\r\n \"bootStrapConfigurationBlobs\": [],\r\n \"cloudInitConfigurationBlobs\": [],\r\n \"cloudInitConfiguration\": \"echo hi\",\r\n \"virtualApplianceNics\": [\r\n {\r\n \"name\": \"privatenicipconfig\",\r\n \"publicIpAddress\": \"\",\r\n \"privateIpAddress\": \"10.0.96.4\",\r\n \"instanceName\": \"ps4399_0\"\r\n },\r\n {\r\n \"name\": \"publicnicipconfig\",\r\n \"publicIpAddress\": \"40.123.29.129\",\r\n \"privateIpAddress\": \"10.0.0.4\",\r\n \"instanceName\": \"ps4399_0\"\r\n },\r\n {\r\n \"name\": \"privatenicipconfig\",\r\n \"publicIpAddress\": \"\",\r\n \"privateIpAddress\": \"10.0.96.5\",\r\n \"instanceName\": \"ps4399_1\"\r\n },\r\n {\r\n \"name\": \"publicnicipconfig\",\r\n \"publicIpAddress\": \"40.123.29.133\",\r\n \"privateIpAddress\": \"10.0.0.5\",\r\n \"instanceName\": \"ps4399_1\"\r\n }\r\n ],\r\n \"virtualApplianceSites\": [],\r\n \"provisioningState\": \"Succeeded\"\r\n },\r\n \"id\": \"/subscriptions/5e1e8156-5dec-452a-bfe5-6b6e0947c27a/resourceGroups/ps7173/providers/Microsoft.Network/networkVirtualAppliances/ps4399\",\r\n \"name\": \"ps4399\",\r\n \"type\": \"Microsoft.Network/NetworkVirtualAppliances\",\r\n \"etag\": \"a9f68dcb-0a0d-41a6-a629-08e58f8d8637\",\r\n \"location\": \"eastus2\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/5e1e8156-5dec-452a-bfe5-6b6e0947c27a/resourceGroups/ps7173/providers/Microsoft.Network/networkVirtualAppliances/ps4399?api-version=2020-05-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNWUxZTgxNTYtNWRlYy00NTJhLWJmZTUtNmI2ZTA5NDdjMjdhL3Jlc291cmNlR3JvdXBzL3BzNzE3My9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvbmV0d29ya1ZpcnR1YWxBcHBsaWFuY2VzL3BzNDM5OT9hcGktdmVyc2lvbj0yMDIwLTA1LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "b2956793-f2af-4354-9d62-e00a6de84f2a" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Network.NetworkManagementClient/616.830.54562.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11963" + ], + "x-ms-request-id": [ + "7594015d-4e4a-40c2-a900-6ffd701428af" + ], + "x-ms-correlation-request-id": [ + "7594015d-4e4a-40c2-a900-6ffd701428af" + ], + "x-ms-routing-request-id": [ + "BRAZILUS:20200618T054849Z:7594015d-4e4a-40c2-a900-6ffd701428af" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Thu, 18 Jun 2020 05:48:48 GMT" + ], + "Content-Length": [ + "1593" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"properties\": {\r\n \"nvaSku\": {\r\n \"vendor\": \"barracuda sdwan release\",\r\n \"bundledScaleUnit\": \"1\",\r\n \"marketPlaceVersion\": \"latest\"\r\n },\r\n \"virtualHub\": {\r\n \"id\": \"/subscriptions/5e1e8156-5dec-452a-bfe5-6b6e0947c27a/resourceGroups/ps7173/providers/Microsoft.Network/virtualHubs/ps6483\"\r\n },\r\n \"virtualApplianceAsn\": 1270,\r\n \"bootStrapConfigurationBlobs\": [],\r\n \"cloudInitConfigurationBlobs\": [],\r\n \"cloudInitConfiguration\": \"echo hi\",\r\n \"virtualApplianceNics\": [\r\n {\r\n \"name\": \"privatenicipconfig\",\r\n \"publicIpAddress\": \"\",\r\n \"privateIpAddress\": \"10.0.96.4\",\r\n \"instanceName\": \"ps4399_0\"\r\n },\r\n {\r\n \"name\": \"publicnicipconfig\",\r\n \"publicIpAddress\": \"40.123.29.129\",\r\n \"privateIpAddress\": \"10.0.0.4\",\r\n \"instanceName\": \"ps4399_0\"\r\n },\r\n {\r\n \"name\": \"privatenicipconfig\",\r\n \"publicIpAddress\": \"\",\r\n \"privateIpAddress\": \"10.0.96.5\",\r\n \"instanceName\": \"ps4399_1\"\r\n },\r\n {\r\n \"name\": \"publicnicipconfig\",\r\n \"publicIpAddress\": \"40.123.29.133\",\r\n \"privateIpAddress\": \"10.0.0.5\",\r\n \"instanceName\": \"ps4399_1\"\r\n }\r\n ],\r\n \"virtualApplianceSites\": [],\r\n \"provisioningState\": \"Succeeded\"\r\n },\r\n \"id\": \"/subscriptions/5e1e8156-5dec-452a-bfe5-6b6e0947c27a/resourceGroups/ps7173/providers/Microsoft.Network/networkVirtualAppliances/ps4399\",\r\n \"name\": \"ps4399\",\r\n \"type\": \"Microsoft.Network/NetworkVirtualAppliances\",\r\n \"etag\": \"a9f68dcb-0a0d-41a6-a629-08e58f8d8637\",\r\n \"location\": \"eastus2\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/5e1e8156-5dec-452a-bfe5-6b6e0947c27a/resourceGroups/ps7173/providers/Microsoft.Network/networkVirtualAppliances/ps4399?api-version=2020-05-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNWUxZTgxNTYtNWRlYy00NTJhLWJmZTUtNmI2ZTA5NDdjMjdhL3Jlc291cmNlR3JvdXBzL3BzNzE3My9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvbmV0d29ya1ZpcnR1YWxBcHBsaWFuY2VzL3BzNDM5OT9hcGktdmVyc2lvbj0yMDIwLTA1LTAx", + "RequestMethod": "PUT", + "RequestBody": "{\r\n \"properties\": {\r\n \"nvaSku\": {\r\n \"vendor\": \"barracuda sdwan release\",\r\n \"bundledScaleUnit\": \"1\",\r\n \"marketPlaceVersion\": \"latest\"\r\n },\r\n \"bootStrapConfigurationBlobs\": [],\r\n \"virtualHub\": {\r\n \"id\": \"/subscriptions/5e1e8156-5dec-452a-bfe5-6b6e0947c27a/resourceGroups/ps7173/providers/Microsoft.Network/virtualHubs/ps6483\"\r\n },\r\n \"cloudInitConfigurationBlobs\": [],\r\n \"cloudInitConfiguration\": \"echo hi\",\r\n \"virtualApplianceAsn\": 1270\r\n },\r\n \"location\": \"eastus2\"\r\n}", + "RequestHeaders": { + "x-ms-client-request-id": [ + "8022850f-866e-47cb-89cf-a37f0735a38a" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Network.NetworkManagementClient/616.830.54562.0" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Content-Length": [ + "513" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "10" + ], + "x-ms-request-id": [ + "1e0b84e3-14eb-4b6e-bf14-3dfadb66a8c9" + ], + "x-ms-correlation-request-id": [ + "1327037f-2152-46b6-b438-228c5f777506" + ], + "Azure-AsyncOperation": [ + "https://brazilus.management.azure.com/subscriptions/5e1e8156-5dec-452a-bfe5-6b6e0947c27a/providers/Microsoft.Network/locations/eastus2/nfvOperations/1e0b84e3-14eb-4b6e-bf14-3dfadb66a8c9?api-version=2020-05-01" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-writes": [ + "1195" + ], + "x-ms-routing-request-id": [ + "BRAZILUS:20200618T053219Z:1327037f-2152-46b6-b438-228c5f777506" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Thu, 18 Jun 2020 05:32:19 GMT" + ], + "Content-Length": [ + "860" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"properties\": {\r\n \"nvaSku\": {\r\n \"vendor\": \"barracuda sdwan release\",\r\n \"bundledScaleUnit\": \"1\",\r\n \"marketPlaceVersion\": \"latest\"\r\n },\r\n \"virtualHub\": {\r\n \"id\": \"/subscriptions/5e1e8156-5dec-452a-bfe5-6b6e0947c27a/resourceGroups/ps7173/providers/Microsoft.Network/virtualHubs/ps6483\"\r\n },\r\n \"virtualApplianceAsn\": 1270,\r\n \"bootStrapConfigurationBlobs\": [],\r\n \"cloudInitConfigurationBlobs\": [],\r\n \"cloudInitConfiguration\": \"echo hi\",\r\n \"virtualApplianceSites\": [],\r\n \"provisioningState\": \"Updating\"\r\n },\r\n \"id\": \"/subscriptions/5e1e8156-5dec-452a-bfe5-6b6e0947c27a/resourceGroups/ps7173/providers/Microsoft.Network/networkVirtualAppliances/ps4399\",\r\n \"name\": \"ps4399\",\r\n \"type\": \"Microsoft.Network/NetworkVirtualAppliances\",\r\n \"etag\": \"a9f68dcb-0a0d-41a6-a629-08e58f8d8637\",\r\n \"location\": \"eastus2\"\r\n}", + "StatusCode": 201 + }, + { + "RequestUri": "/subscriptions/5e1e8156-5dec-452a-bfe5-6b6e0947c27a/providers/Microsoft.Network/locations/eastus2/nfvOperations/1e0b84e3-14eb-4b6e-bf14-3dfadb66a8c9?api-version=2020-05-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNWUxZTgxNTYtNWRlYy00NTJhLWJmZTUtNmI2ZTA5NDdjMjdhL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvZWFzdHVzMi9uZnZPcGVyYXRpb25zLzFlMGI4NGUzLTE0ZWItNGI2ZS1iZjE0LTNkZmFkYjY2YThjOT9hcGktdmVyc2lvbj0yMDIwLTA1LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Network.NetworkManagementClient/616.830.54562.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "10" + ], + "x-ms-request-id": [ + "32a80303-bace-4c07-98d4-a2f43b4dce23" + ], + "x-ms-correlation-request-id": [ + "9597cbcb-1f76-4136-9762-a97288372abb" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11902" + ], + "x-ms-routing-request-id": [ + "BRAZILUS:20200618T053230Z:9597cbcb-1f76-4136-9762-a97288372abb" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Thu, 18 Jun 2020 05:32:30 GMT" + ], + "Content-Length": [ + "30" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/5e1e8156-5dec-452a-bfe5-6b6e0947c27a/providers/Microsoft.Network/locations/eastus2/nfvOperations/1e0b84e3-14eb-4b6e-bf14-3dfadb66a8c9?api-version=2020-05-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNWUxZTgxNTYtNWRlYy00NTJhLWJmZTUtNmI2ZTA5NDdjMjdhL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvZWFzdHVzMi9uZnZPcGVyYXRpb25zLzFlMGI4NGUzLTE0ZWItNGI2ZS1iZjE0LTNkZmFkYjY2YThjOT9hcGktdmVyc2lvbj0yMDIwLTA1LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Network.NetworkManagementClient/616.830.54562.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "10" + ], + "x-ms-request-id": [ + "9d360766-42f3-4db7-bb92-f734decba492" + ], + "x-ms-correlation-request-id": [ + "3533fadd-d819-4b91-b6a5-09e89ab98eb6" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11901" + ], + "x-ms-routing-request-id": [ + "BRAZILUS:20200618T053240Z:3533fadd-d819-4b91-b6a5-09e89ab98eb6" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Thu, 18 Jun 2020 05:32:40 GMT" + ], + "Content-Length": [ + "30" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/5e1e8156-5dec-452a-bfe5-6b6e0947c27a/providers/Microsoft.Network/locations/eastus2/nfvOperations/1e0b84e3-14eb-4b6e-bf14-3dfadb66a8c9?api-version=2020-05-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNWUxZTgxNTYtNWRlYy00NTJhLWJmZTUtNmI2ZTA5NDdjMjdhL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvZWFzdHVzMi9uZnZPcGVyYXRpb25zLzFlMGI4NGUzLTE0ZWItNGI2ZS1iZjE0LTNkZmFkYjY2YThjOT9hcGktdmVyc2lvbj0yMDIwLTA1LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Network.NetworkManagementClient/616.830.54562.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "10" + ], + "x-ms-request-id": [ + "f8ee665e-9b20-46d6-ae9b-6c714d866035" + ], + "x-ms-correlation-request-id": [ + "c53cebdc-546c-4a3e-a193-8e6e8a83a449" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11900" + ], + "x-ms-routing-request-id": [ + "BRAZILUS:20200618T053251Z:c53cebdc-546c-4a3e-a193-8e6e8a83a449" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Thu, 18 Jun 2020 05:32:51 GMT" + ], + "Content-Length": [ + "30" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/5e1e8156-5dec-452a-bfe5-6b6e0947c27a/providers/Microsoft.Network/locations/eastus2/nfvOperations/1e0b84e3-14eb-4b6e-bf14-3dfadb66a8c9?api-version=2020-05-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNWUxZTgxNTYtNWRlYy00NTJhLWJmZTUtNmI2ZTA5NDdjMjdhL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvZWFzdHVzMi9uZnZPcGVyYXRpb25zLzFlMGI4NGUzLTE0ZWItNGI2ZS1iZjE0LTNkZmFkYjY2YThjOT9hcGktdmVyc2lvbj0yMDIwLTA1LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Network.NetworkManagementClient/616.830.54562.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "10" + ], + "x-ms-request-id": [ + "be325ae1-ba3b-44e5-a0b9-66b9636d5ab8" + ], + "x-ms-correlation-request-id": [ + "3cf48709-75aa-4e7a-a396-adcbc015fc5f" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11899" + ], + "x-ms-routing-request-id": [ + "BRAZILUS:20200618T053301Z:3cf48709-75aa-4e7a-a396-adcbc015fc5f" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Thu, 18 Jun 2020 05:33:01 GMT" + ], + "Content-Length": [ + "30" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/5e1e8156-5dec-452a-bfe5-6b6e0947c27a/providers/Microsoft.Network/locations/eastus2/nfvOperations/1e0b84e3-14eb-4b6e-bf14-3dfadb66a8c9?api-version=2020-05-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNWUxZTgxNTYtNWRlYy00NTJhLWJmZTUtNmI2ZTA5NDdjMjdhL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvZWFzdHVzMi9uZnZPcGVyYXRpb25zLzFlMGI4NGUzLTE0ZWItNGI2ZS1iZjE0LTNkZmFkYjY2YThjOT9hcGktdmVyc2lvbj0yMDIwLTA1LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Network.NetworkManagementClient/616.830.54562.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "10" + ], + "x-ms-request-id": [ + "2566a565-a889-4c09-9cd4-a69133affc63" + ], + "x-ms-correlation-request-id": [ + "a1cea0fd-43da-424a-b056-1d38f0c786eb" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11898" + ], + "x-ms-routing-request-id": [ + "BRAZILUS:20200618T053311Z:a1cea0fd-43da-424a-b056-1d38f0c786eb" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Thu, 18 Jun 2020 05:33:11 GMT" + ], + "Content-Length": [ + "30" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/5e1e8156-5dec-452a-bfe5-6b6e0947c27a/providers/Microsoft.Network/locations/eastus2/nfvOperations/1e0b84e3-14eb-4b6e-bf14-3dfadb66a8c9?api-version=2020-05-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNWUxZTgxNTYtNWRlYy00NTJhLWJmZTUtNmI2ZTA5NDdjMjdhL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvZWFzdHVzMi9uZnZPcGVyYXRpb25zLzFlMGI4NGUzLTE0ZWItNGI2ZS1iZjE0LTNkZmFkYjY2YThjOT9hcGktdmVyc2lvbj0yMDIwLTA1LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Network.NetworkManagementClient/616.830.54562.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "10" + ], + "x-ms-request-id": [ + "ca855285-0a96-4c66-ad65-a6ccc11e6d45" + ], + "x-ms-correlation-request-id": [ + "cc58b66b-5875-4250-9fe7-8b429c72fe7b" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11897" + ], + "x-ms-routing-request-id": [ + "BRAZILUS:20200618T053322Z:cc58b66b-5875-4250-9fe7-8b429c72fe7b" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Thu, 18 Jun 2020 05:33:21 GMT" + ], + "Content-Length": [ + "30" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/5e1e8156-5dec-452a-bfe5-6b6e0947c27a/providers/Microsoft.Network/locations/eastus2/nfvOperations/1e0b84e3-14eb-4b6e-bf14-3dfadb66a8c9?api-version=2020-05-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNWUxZTgxNTYtNWRlYy00NTJhLWJmZTUtNmI2ZTA5NDdjMjdhL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvZWFzdHVzMi9uZnZPcGVyYXRpb25zLzFlMGI4NGUzLTE0ZWItNGI2ZS1iZjE0LTNkZmFkYjY2YThjOT9hcGktdmVyc2lvbj0yMDIwLTA1LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Network.NetworkManagementClient/616.830.54562.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "10" + ], + "x-ms-request-id": [ + "31650e94-3cda-4ca8-8c79-e657a95c9e93" + ], + "x-ms-correlation-request-id": [ + "ed96cd02-6bd6-4a69-88dd-102177350f4d" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11896" + ], + "x-ms-routing-request-id": [ + "BRAZILUS:20200618T053332Z:ed96cd02-6bd6-4a69-88dd-102177350f4d" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Thu, 18 Jun 2020 05:33:32 GMT" + ], + "Content-Length": [ + "30" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/5e1e8156-5dec-452a-bfe5-6b6e0947c27a/providers/Microsoft.Network/locations/eastus2/nfvOperations/1e0b84e3-14eb-4b6e-bf14-3dfadb66a8c9?api-version=2020-05-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNWUxZTgxNTYtNWRlYy00NTJhLWJmZTUtNmI2ZTA5NDdjMjdhL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvZWFzdHVzMi9uZnZPcGVyYXRpb25zLzFlMGI4NGUzLTE0ZWItNGI2ZS1iZjE0LTNkZmFkYjY2YThjOT9hcGktdmVyc2lvbj0yMDIwLTA1LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Network.NetworkManagementClient/616.830.54562.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "10" + ], + "x-ms-request-id": [ + "3b34f759-249a-4d9f-9fdb-0d319c8002e2" + ], + "x-ms-correlation-request-id": [ + "0a08b597-9bf4-4eb8-a3dd-3829b9c1b349" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11895" + ], + "x-ms-routing-request-id": [ + "BRAZILUS:20200618T053344Z:0a08b597-9bf4-4eb8-a3dd-3829b9c1b349" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Thu, 18 Jun 2020 05:33:44 GMT" + ], + "Content-Length": [ + "30" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/5e1e8156-5dec-452a-bfe5-6b6e0947c27a/providers/Microsoft.Network/locations/eastus2/nfvOperations/1e0b84e3-14eb-4b6e-bf14-3dfadb66a8c9?api-version=2020-05-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNWUxZTgxNTYtNWRlYy00NTJhLWJmZTUtNmI2ZTA5NDdjMjdhL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvZWFzdHVzMi9uZnZPcGVyYXRpb25zLzFlMGI4NGUzLTE0ZWItNGI2ZS1iZjE0LTNkZmFkYjY2YThjOT9hcGktdmVyc2lvbj0yMDIwLTA1LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Network.NetworkManagementClient/616.830.54562.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "10" + ], + "x-ms-request-id": [ + "59817a3c-28f1-4593-8718-dff1afbde457" + ], + "x-ms-correlation-request-id": [ + "5c0cd83d-533b-4a4e-8fbe-c913ba2b4103" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11894" + ], + "x-ms-routing-request-id": [ + "BRAZILUS:20200618T053354Z:5c0cd83d-533b-4a4e-8fbe-c913ba2b4103" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Thu, 18 Jun 2020 05:33:54 GMT" + ], + "Content-Length": [ + "30" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/5e1e8156-5dec-452a-bfe5-6b6e0947c27a/providers/Microsoft.Network/locations/eastus2/nfvOperations/1e0b84e3-14eb-4b6e-bf14-3dfadb66a8c9?api-version=2020-05-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNWUxZTgxNTYtNWRlYy00NTJhLWJmZTUtNmI2ZTA5NDdjMjdhL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvZWFzdHVzMi9uZnZPcGVyYXRpb25zLzFlMGI4NGUzLTE0ZWItNGI2ZS1iZjE0LTNkZmFkYjY2YThjOT9hcGktdmVyc2lvbj0yMDIwLTA1LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Network.NetworkManagementClient/616.830.54562.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "10" + ], + "x-ms-request-id": [ + "9ea8846b-9b7e-4039-a3b3-a95f3925f7c9" + ], + "x-ms-correlation-request-id": [ + "4b595e30-50e1-4500-bab4-318e1d9dc2f4" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11893" + ], + "x-ms-routing-request-id": [ + "BRAZILUS:20200618T053405Z:4b595e30-50e1-4500-bab4-318e1d9dc2f4" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Thu, 18 Jun 2020 05:34:04 GMT" + ], + "Content-Length": [ + "30" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/5e1e8156-5dec-452a-bfe5-6b6e0947c27a/providers/Microsoft.Network/locations/eastus2/nfvOperations/1e0b84e3-14eb-4b6e-bf14-3dfadb66a8c9?api-version=2020-05-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNWUxZTgxNTYtNWRlYy00NTJhLWJmZTUtNmI2ZTA5NDdjMjdhL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvZWFzdHVzMi9uZnZPcGVyYXRpb25zLzFlMGI4NGUzLTE0ZWItNGI2ZS1iZjE0LTNkZmFkYjY2YThjOT9hcGktdmVyc2lvbj0yMDIwLTA1LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Network.NetworkManagementClient/616.830.54562.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "10" + ], + "x-ms-request-id": [ + "40456f99-77dc-488d-8b10-fc6f8dbc29c7" + ], + "x-ms-correlation-request-id": [ + "d9766e59-0f03-463e-a835-74e8d35d0955" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11892" + ], + "x-ms-routing-request-id": [ + "BRAZILUS:20200618T053415Z:d9766e59-0f03-463e-a835-74e8d35d0955" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Thu, 18 Jun 2020 05:34:14 GMT" + ], + "Content-Length": [ + "30" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/5e1e8156-5dec-452a-bfe5-6b6e0947c27a/providers/Microsoft.Network/locations/eastus2/nfvOperations/1e0b84e3-14eb-4b6e-bf14-3dfadb66a8c9?api-version=2020-05-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNWUxZTgxNTYtNWRlYy00NTJhLWJmZTUtNmI2ZTA5NDdjMjdhL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvZWFzdHVzMi9uZnZPcGVyYXRpb25zLzFlMGI4NGUzLTE0ZWItNGI2ZS1iZjE0LTNkZmFkYjY2YThjOT9hcGktdmVyc2lvbj0yMDIwLTA1LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Network.NetworkManagementClient/616.830.54562.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "10" + ], + "x-ms-request-id": [ + "6f39f5a6-4ed5-479f-9e35-346038b4efca" + ], + "x-ms-correlation-request-id": [ + "ec6c5d8d-84eb-4cc0-a658-5f4f5d544ee7" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11891" + ], + "x-ms-routing-request-id": [ + "BRAZILUS:20200618T053425Z:ec6c5d8d-84eb-4cc0-a658-5f4f5d544ee7" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Thu, 18 Jun 2020 05:34:25 GMT" + ], + "Content-Length": [ + "30" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/5e1e8156-5dec-452a-bfe5-6b6e0947c27a/providers/Microsoft.Network/locations/eastus2/nfvOperations/1e0b84e3-14eb-4b6e-bf14-3dfadb66a8c9?api-version=2020-05-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNWUxZTgxNTYtNWRlYy00NTJhLWJmZTUtNmI2ZTA5NDdjMjdhL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvZWFzdHVzMi9uZnZPcGVyYXRpb25zLzFlMGI4NGUzLTE0ZWItNGI2ZS1iZjE0LTNkZmFkYjY2YThjOT9hcGktdmVyc2lvbj0yMDIwLTA1LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Network.NetworkManagementClient/616.830.54562.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "10" + ], + "x-ms-request-id": [ + "cc9e3b49-b170-465a-b81f-2ad09d0f80b6" + ], + "x-ms-correlation-request-id": [ + "9caf60be-2f09-454d-b354-07b25b1d43ac" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11890" + ], + "x-ms-routing-request-id": [ + "BRAZILUS:20200618T053436Z:9caf60be-2f09-454d-b354-07b25b1d43ac" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Thu, 18 Jun 2020 05:34:36 GMT" + ], + "Content-Length": [ + "30" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/5e1e8156-5dec-452a-bfe5-6b6e0947c27a/providers/Microsoft.Network/locations/eastus2/nfvOperations/1e0b84e3-14eb-4b6e-bf14-3dfadb66a8c9?api-version=2020-05-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNWUxZTgxNTYtNWRlYy00NTJhLWJmZTUtNmI2ZTA5NDdjMjdhL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvZWFzdHVzMi9uZnZPcGVyYXRpb25zLzFlMGI4NGUzLTE0ZWItNGI2ZS1iZjE0LTNkZmFkYjY2YThjOT9hcGktdmVyc2lvbj0yMDIwLTA1LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Network.NetworkManagementClient/616.830.54562.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "10" + ], + "x-ms-request-id": [ + "627394a1-14b6-4944-a295-c9a735c6946f" + ], + "x-ms-correlation-request-id": [ + "655559c3-40f2-45df-b6ec-ed1c2516b762" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11889" + ], + "x-ms-routing-request-id": [ + "BRAZILUS:20200618T053446Z:655559c3-40f2-45df-b6ec-ed1c2516b762" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Thu, 18 Jun 2020 05:34:45 GMT" + ], + "Content-Length": [ + "30" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/5e1e8156-5dec-452a-bfe5-6b6e0947c27a/providers/Microsoft.Network/locations/eastus2/nfvOperations/1e0b84e3-14eb-4b6e-bf14-3dfadb66a8c9?api-version=2020-05-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNWUxZTgxNTYtNWRlYy00NTJhLWJmZTUtNmI2ZTA5NDdjMjdhL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvZWFzdHVzMi9uZnZPcGVyYXRpb25zLzFlMGI4NGUzLTE0ZWItNGI2ZS1iZjE0LTNkZmFkYjY2YThjOT9hcGktdmVyc2lvbj0yMDIwLTA1LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Network.NetworkManagementClient/616.830.54562.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "10" + ], + "x-ms-request-id": [ + "8c6ac8c2-25ef-4e72-9ebc-4ec6eaea12f6" + ], + "x-ms-correlation-request-id": [ + "1cb257aa-9155-48f3-8073-ce53c4854f48" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11888" + ], + "x-ms-routing-request-id": [ + "BRAZILUS:20200618T053456Z:1cb257aa-9155-48f3-8073-ce53c4854f48" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Thu, 18 Jun 2020 05:34:56 GMT" + ], + "Content-Length": [ + "30" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/5e1e8156-5dec-452a-bfe5-6b6e0947c27a/providers/Microsoft.Network/locations/eastus2/nfvOperations/1e0b84e3-14eb-4b6e-bf14-3dfadb66a8c9?api-version=2020-05-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNWUxZTgxNTYtNWRlYy00NTJhLWJmZTUtNmI2ZTA5NDdjMjdhL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvZWFzdHVzMi9uZnZPcGVyYXRpb25zLzFlMGI4NGUzLTE0ZWItNGI2ZS1iZjE0LTNkZmFkYjY2YThjOT9hcGktdmVyc2lvbj0yMDIwLTA1LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Network.NetworkManagementClient/616.830.54562.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "10" + ], + "x-ms-request-id": [ + "4bff7e96-915d-483f-9951-fccbf75ffb88" + ], + "x-ms-correlation-request-id": [ + "32017b1a-52bf-47ed-84a3-35e9714205c0" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11887" + ], + "x-ms-routing-request-id": [ + "BRAZILUS:20200618T053507Z:32017b1a-52bf-47ed-84a3-35e9714205c0" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Thu, 18 Jun 2020 05:35:07 GMT" + ], + "Content-Length": [ + "30" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/5e1e8156-5dec-452a-bfe5-6b6e0947c27a/providers/Microsoft.Network/locations/eastus2/nfvOperations/1e0b84e3-14eb-4b6e-bf14-3dfadb66a8c9?api-version=2020-05-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNWUxZTgxNTYtNWRlYy00NTJhLWJmZTUtNmI2ZTA5NDdjMjdhL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvZWFzdHVzMi9uZnZPcGVyYXRpb25zLzFlMGI4NGUzLTE0ZWItNGI2ZS1iZjE0LTNkZmFkYjY2YThjOT9hcGktdmVyc2lvbj0yMDIwLTA1LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Network.NetworkManagementClient/616.830.54562.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "10" + ], + "x-ms-request-id": [ + "4e7d6254-a658-4976-9404-6893d9cdbc82" + ], + "x-ms-correlation-request-id": [ + "8bb5471a-a585-4fd8-b3a6-abfa971b955b" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11886" + ], + "x-ms-routing-request-id": [ + "BRAZILUS:20200618T053517Z:8bb5471a-a585-4fd8-b3a6-abfa971b955b" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Thu, 18 Jun 2020 05:35:17 GMT" + ], + "Content-Length": [ + "30" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/5e1e8156-5dec-452a-bfe5-6b6e0947c27a/providers/Microsoft.Network/locations/eastus2/nfvOperations/1e0b84e3-14eb-4b6e-bf14-3dfadb66a8c9?api-version=2020-05-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNWUxZTgxNTYtNWRlYy00NTJhLWJmZTUtNmI2ZTA5NDdjMjdhL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvZWFzdHVzMi9uZnZPcGVyYXRpb25zLzFlMGI4NGUzLTE0ZWItNGI2ZS1iZjE0LTNkZmFkYjY2YThjOT9hcGktdmVyc2lvbj0yMDIwLTA1LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Network.NetworkManagementClient/616.830.54562.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "10" + ], + "x-ms-request-id": [ + "59dbe392-f1a3-4d64-925a-1302ad52f5ea" + ], + "x-ms-correlation-request-id": [ + "951535db-4ce2-44f8-a62a-ed5ad17c354d" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11885" + ], + "x-ms-routing-request-id": [ + "BRAZILUS:20200618T053527Z:951535db-4ce2-44f8-a62a-ed5ad17c354d" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Thu, 18 Jun 2020 05:35:27 GMT" + ], + "Content-Length": [ + "30" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/5e1e8156-5dec-452a-bfe5-6b6e0947c27a/providers/Microsoft.Network/locations/eastus2/nfvOperations/1e0b84e3-14eb-4b6e-bf14-3dfadb66a8c9?api-version=2020-05-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNWUxZTgxNTYtNWRlYy00NTJhLWJmZTUtNmI2ZTA5NDdjMjdhL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvZWFzdHVzMi9uZnZPcGVyYXRpb25zLzFlMGI4NGUzLTE0ZWItNGI2ZS1iZjE0LTNkZmFkYjY2YThjOT9hcGktdmVyc2lvbj0yMDIwLTA1LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Network.NetworkManagementClient/616.830.54562.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "10" + ], + "x-ms-request-id": [ + "d573ea8a-0e95-434d-8a83-ac10ae01e3e8" + ], + "x-ms-correlation-request-id": [ + "7955f795-939f-4d41-b7e2-c2be2d99ee44" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11884" + ], + "x-ms-routing-request-id": [ + "BRAZILUS:20200618T053538Z:7955f795-939f-4d41-b7e2-c2be2d99ee44" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Thu, 18 Jun 2020 05:35:37 GMT" + ], + "Content-Length": [ + "30" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/5e1e8156-5dec-452a-bfe5-6b6e0947c27a/providers/Microsoft.Network/locations/eastus2/nfvOperations/1e0b84e3-14eb-4b6e-bf14-3dfadb66a8c9?api-version=2020-05-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNWUxZTgxNTYtNWRlYy00NTJhLWJmZTUtNmI2ZTA5NDdjMjdhL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvZWFzdHVzMi9uZnZPcGVyYXRpb25zLzFlMGI4NGUzLTE0ZWItNGI2ZS1iZjE0LTNkZmFkYjY2YThjOT9hcGktdmVyc2lvbj0yMDIwLTA1LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Network.NetworkManagementClient/616.830.54562.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "10" + ], + "x-ms-request-id": [ + "47b3e849-fb8c-485a-ae4c-33b28ea3a7d6" + ], + "x-ms-correlation-request-id": [ + "d149f02b-fc7c-4d08-a5bb-f5cef3762811" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11883" + ], + "x-ms-routing-request-id": [ + "BRAZILUS:20200618T053548Z:d149f02b-fc7c-4d08-a5bb-f5cef3762811" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Thu, 18 Jun 2020 05:35:48 GMT" + ], + "Content-Length": [ + "30" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/5e1e8156-5dec-452a-bfe5-6b6e0947c27a/providers/Microsoft.Network/locations/eastus2/nfvOperations/1e0b84e3-14eb-4b6e-bf14-3dfadb66a8c9?api-version=2020-05-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNWUxZTgxNTYtNWRlYy00NTJhLWJmZTUtNmI2ZTA5NDdjMjdhL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvZWFzdHVzMi9uZnZPcGVyYXRpb25zLzFlMGI4NGUzLTE0ZWItNGI2ZS1iZjE0LTNkZmFkYjY2YThjOT9hcGktdmVyc2lvbj0yMDIwLTA1LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Network.NetworkManagementClient/616.830.54562.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "10" + ], + "x-ms-request-id": [ + "4a7d77a1-5bb2-475f-a6fd-5b781d8bf20e" + ], + "x-ms-correlation-request-id": [ + "4f8e42e4-0b6c-47cf-b532-c2df5b1ae382" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11882" + ], + "x-ms-routing-request-id": [ + "BRAZILUS:20200618T053559Z:4f8e42e4-0b6c-47cf-b532-c2df5b1ae382" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Thu, 18 Jun 2020 05:35:58 GMT" + ], + "Content-Length": [ + "30" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/5e1e8156-5dec-452a-bfe5-6b6e0947c27a/providers/Microsoft.Network/locations/eastus2/nfvOperations/1e0b84e3-14eb-4b6e-bf14-3dfadb66a8c9?api-version=2020-05-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNWUxZTgxNTYtNWRlYy00NTJhLWJmZTUtNmI2ZTA5NDdjMjdhL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvZWFzdHVzMi9uZnZPcGVyYXRpb25zLzFlMGI4NGUzLTE0ZWItNGI2ZS1iZjE0LTNkZmFkYjY2YThjOT9hcGktdmVyc2lvbj0yMDIwLTA1LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Network.NetworkManagementClient/616.830.54562.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "10" + ], + "x-ms-request-id": [ + "877d815a-050f-446f-ab45-f9790adaa6dc" + ], + "x-ms-correlation-request-id": [ + "7b576392-7c0f-45dd-b2eb-03ba7983623b" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11881" + ], + "x-ms-routing-request-id": [ + "BRAZILUS:20200618T053609Z:7b576392-7c0f-45dd-b2eb-03ba7983623b" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Thu, 18 Jun 2020 05:36:09 GMT" + ], + "Content-Length": [ + "30" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/5e1e8156-5dec-452a-bfe5-6b6e0947c27a/providers/Microsoft.Network/locations/eastus2/nfvOperations/1e0b84e3-14eb-4b6e-bf14-3dfadb66a8c9?api-version=2020-05-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNWUxZTgxNTYtNWRlYy00NTJhLWJmZTUtNmI2ZTA5NDdjMjdhL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvZWFzdHVzMi9uZnZPcGVyYXRpb25zLzFlMGI4NGUzLTE0ZWItNGI2ZS1iZjE0LTNkZmFkYjY2YThjOT9hcGktdmVyc2lvbj0yMDIwLTA1LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Network.NetworkManagementClient/616.830.54562.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "10" + ], + "x-ms-request-id": [ + "c26c61b5-e3bb-4262-90d2-66df0da24878" + ], + "x-ms-correlation-request-id": [ + "cff24b5b-bd84-4819-9466-30c97b717c80" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11880" + ], + "x-ms-routing-request-id": [ + "BRAZILUS:20200618T053620Z:cff24b5b-bd84-4819-9466-30c97b717c80" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Thu, 18 Jun 2020 05:36:19 GMT" + ], + "Content-Length": [ + "30" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/5e1e8156-5dec-452a-bfe5-6b6e0947c27a/providers/Microsoft.Network/locations/eastus2/nfvOperations/1e0b84e3-14eb-4b6e-bf14-3dfadb66a8c9?api-version=2020-05-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNWUxZTgxNTYtNWRlYy00NTJhLWJmZTUtNmI2ZTA5NDdjMjdhL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvZWFzdHVzMi9uZnZPcGVyYXRpb25zLzFlMGI4NGUzLTE0ZWItNGI2ZS1iZjE0LTNkZmFkYjY2YThjOT9hcGktdmVyc2lvbj0yMDIwLTA1LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Network.NetworkManagementClient/616.830.54562.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "10" + ], + "x-ms-request-id": [ + "341be9bd-6081-427f-b960-77f088a40d85" + ], + "x-ms-correlation-request-id": [ + "74cf4579-634d-49aa-8c1e-3f39928da6ba" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11879" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-routing-request-id": [ + "BRAZILUS:20200618T053630Z:74cf4579-634d-49aa-8c1e-3f39928da6ba" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Thu, 18 Jun 2020 05:36:29 GMT" + ], + "Content-Length": [ + "30" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/5e1e8156-5dec-452a-bfe5-6b6e0947c27a/providers/Microsoft.Network/locations/eastus2/nfvOperations/1e0b84e3-14eb-4b6e-bf14-3dfadb66a8c9?api-version=2020-05-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNWUxZTgxNTYtNWRlYy00NTJhLWJmZTUtNmI2ZTA5NDdjMjdhL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvZWFzdHVzMi9uZnZPcGVyYXRpb25zLzFlMGI4NGUzLTE0ZWItNGI2ZS1iZjE0LTNkZmFkYjY2YThjOT9hcGktdmVyc2lvbj0yMDIwLTA1LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Network.NetworkManagementClient/616.830.54562.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "10" + ], + "x-ms-request-id": [ + "0087e809-e03f-444f-a58c-3642c143aec8" + ], + "x-ms-correlation-request-id": [ + "47378df2-f58c-40f2-93d2-5b0f70ccd3a3" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11878" + ], + "x-ms-routing-request-id": [ + "BRAZILUS:20200618T053640Z:47378df2-f58c-40f2-93d2-5b0f70ccd3a3" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Thu, 18 Jun 2020 05:36:40 GMT" + ], + "Content-Length": [ + "30" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/5e1e8156-5dec-452a-bfe5-6b6e0947c27a/providers/Microsoft.Network/locations/eastus2/nfvOperations/1e0b84e3-14eb-4b6e-bf14-3dfadb66a8c9?api-version=2020-05-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNWUxZTgxNTYtNWRlYy00NTJhLWJmZTUtNmI2ZTA5NDdjMjdhL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvZWFzdHVzMi9uZnZPcGVyYXRpb25zLzFlMGI4NGUzLTE0ZWItNGI2ZS1iZjE0LTNkZmFkYjY2YThjOT9hcGktdmVyc2lvbj0yMDIwLTA1LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Network.NetworkManagementClient/616.830.54562.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "10" + ], + "x-ms-request-id": [ + "e27bfa3b-c976-48c5-8286-1a262719e20c" + ], + "x-ms-correlation-request-id": [ + "ace319f4-a2fa-4ac5-95fb-d7dfb2ff33b7" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11877" + ], + "x-ms-routing-request-id": [ + "BRAZILUS:20200618T053651Z:ace319f4-a2fa-4ac5-95fb-d7dfb2ff33b7" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Thu, 18 Jun 2020 05:36:51 GMT" + ], + "Content-Length": [ + "30" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/5e1e8156-5dec-452a-bfe5-6b6e0947c27a/providers/Microsoft.Network/locations/eastus2/nfvOperations/1e0b84e3-14eb-4b6e-bf14-3dfadb66a8c9?api-version=2020-05-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNWUxZTgxNTYtNWRlYy00NTJhLWJmZTUtNmI2ZTA5NDdjMjdhL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvZWFzdHVzMi9uZnZPcGVyYXRpb25zLzFlMGI4NGUzLTE0ZWItNGI2ZS1iZjE0LTNkZmFkYjY2YThjOT9hcGktdmVyc2lvbj0yMDIwLTA1LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Network.NetworkManagementClient/616.830.54562.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "10" + ], + "x-ms-request-id": [ + "0be35cbc-a0e0-4c3a-a3bc-3e49ed5ffe58" + ], + "x-ms-correlation-request-id": [ + "0b28bfe2-6650-4ee0-8055-7ab86b42fd71" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11876" + ], + "x-ms-routing-request-id": [ + "BRAZILUS:20200618T053701Z:0b28bfe2-6650-4ee0-8055-7ab86b42fd71" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Thu, 18 Jun 2020 05:37:01 GMT" + ], + "Content-Length": [ + "30" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/5e1e8156-5dec-452a-bfe5-6b6e0947c27a/providers/Microsoft.Network/locations/eastus2/nfvOperations/1e0b84e3-14eb-4b6e-bf14-3dfadb66a8c9?api-version=2020-05-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNWUxZTgxNTYtNWRlYy00NTJhLWJmZTUtNmI2ZTA5NDdjMjdhL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvZWFzdHVzMi9uZnZPcGVyYXRpb25zLzFlMGI4NGUzLTE0ZWItNGI2ZS1iZjE0LTNkZmFkYjY2YThjOT9hcGktdmVyc2lvbj0yMDIwLTA1LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Network.NetworkManagementClient/616.830.54562.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "10" + ], + "x-ms-request-id": [ + "01eaf49d-cbd2-4a1c-92e4-8176de5df944" + ], + "x-ms-correlation-request-id": [ + "c0adb3ec-2d16-4250-920f-71663899958c" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11875" + ], + "x-ms-routing-request-id": [ + "BRAZILUS:20200618T053712Z:c0adb3ec-2d16-4250-920f-71663899958c" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Thu, 18 Jun 2020 05:37:12 GMT" + ], + "Content-Length": [ + "30" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/5e1e8156-5dec-452a-bfe5-6b6e0947c27a/providers/Microsoft.Network/locations/eastus2/nfvOperations/1e0b84e3-14eb-4b6e-bf14-3dfadb66a8c9?api-version=2020-05-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNWUxZTgxNTYtNWRlYy00NTJhLWJmZTUtNmI2ZTA5NDdjMjdhL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvZWFzdHVzMi9uZnZPcGVyYXRpb25zLzFlMGI4NGUzLTE0ZWItNGI2ZS1iZjE0LTNkZmFkYjY2YThjOT9hcGktdmVyc2lvbj0yMDIwLTA1LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Network.NetworkManagementClient/616.830.54562.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "10" + ], + "x-ms-request-id": [ + "f43b3b82-1e6b-4d1a-85d6-e5347d5473ad" + ], + "x-ms-correlation-request-id": [ + "8dd4110a-db8b-4763-b8e7-694bc0fe606e" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11874" + ], + "x-ms-routing-request-id": [ + "BRAZILUS:20200618T053722Z:8dd4110a-db8b-4763-b8e7-694bc0fe606e" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Thu, 18 Jun 2020 05:37:22 GMT" + ], + "Content-Length": [ + "30" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/5e1e8156-5dec-452a-bfe5-6b6e0947c27a/providers/Microsoft.Network/locations/eastus2/nfvOperations/1e0b84e3-14eb-4b6e-bf14-3dfadb66a8c9?api-version=2020-05-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNWUxZTgxNTYtNWRlYy00NTJhLWJmZTUtNmI2ZTA5NDdjMjdhL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvZWFzdHVzMi9uZnZPcGVyYXRpb25zLzFlMGI4NGUzLTE0ZWItNGI2ZS1iZjE0LTNkZmFkYjY2YThjOT9hcGktdmVyc2lvbj0yMDIwLTA1LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Network.NetworkManagementClient/616.830.54562.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "10" + ], + "x-ms-request-id": [ + "45df41e0-57ad-4f91-8895-4b3c100dc099" + ], + "x-ms-correlation-request-id": [ + "ef936d1b-f1a8-40dc-bf56-a692c7cca693" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11873" + ], + "x-ms-routing-request-id": [ + "BRAZILUS:20200618T053732Z:ef936d1b-f1a8-40dc-bf56-a692c7cca693" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Thu, 18 Jun 2020 05:37:32 GMT" + ], + "Content-Length": [ + "30" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/5e1e8156-5dec-452a-bfe5-6b6e0947c27a/providers/Microsoft.Network/locations/eastus2/nfvOperations/1e0b84e3-14eb-4b6e-bf14-3dfadb66a8c9?api-version=2020-05-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNWUxZTgxNTYtNWRlYy00NTJhLWJmZTUtNmI2ZTA5NDdjMjdhL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvZWFzdHVzMi9uZnZPcGVyYXRpb25zLzFlMGI4NGUzLTE0ZWItNGI2ZS1iZjE0LTNkZmFkYjY2YThjOT9hcGktdmVyc2lvbj0yMDIwLTA1LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Network.NetworkManagementClient/616.830.54562.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "10" + ], + "x-ms-request-id": [ + "1c82eb5a-87da-4494-a5dc-552ffb307892" + ], + "x-ms-correlation-request-id": [ + "b0b057d0-50d7-4311-9106-e3ce239245f4" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11872" + ], + "x-ms-routing-request-id": [ + "BRAZILUS:20200618T053743Z:b0b057d0-50d7-4311-9106-e3ce239245f4" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Thu, 18 Jun 2020 05:37:42 GMT" + ], + "Content-Length": [ + "30" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/5e1e8156-5dec-452a-bfe5-6b6e0947c27a/providers/Microsoft.Network/locations/eastus2/nfvOperations/1e0b84e3-14eb-4b6e-bf14-3dfadb66a8c9?api-version=2020-05-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNWUxZTgxNTYtNWRlYy00NTJhLWJmZTUtNmI2ZTA5NDdjMjdhL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvZWFzdHVzMi9uZnZPcGVyYXRpb25zLzFlMGI4NGUzLTE0ZWItNGI2ZS1iZjE0LTNkZmFkYjY2YThjOT9hcGktdmVyc2lvbj0yMDIwLTA1LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Network.NetworkManagementClient/616.830.54562.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "10" + ], + "x-ms-request-id": [ + "719a7e3b-3326-4551-b2ed-fa5c496bdff0" + ], + "x-ms-correlation-request-id": [ + "e6b5a8ec-7904-47e5-8218-2d5a04691f10" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11871" + ], + "x-ms-routing-request-id": [ + "BRAZILUS:20200618T053753Z:e6b5a8ec-7904-47e5-8218-2d5a04691f10" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Thu, 18 Jun 2020 05:37:52 GMT" + ], + "Content-Length": [ + "30" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/5e1e8156-5dec-452a-bfe5-6b6e0947c27a/providers/Microsoft.Network/locations/eastus2/nfvOperations/1e0b84e3-14eb-4b6e-bf14-3dfadb66a8c9?api-version=2020-05-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNWUxZTgxNTYtNWRlYy00NTJhLWJmZTUtNmI2ZTA5NDdjMjdhL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvZWFzdHVzMi9uZnZPcGVyYXRpb25zLzFlMGI4NGUzLTE0ZWItNGI2ZS1iZjE0LTNkZmFkYjY2YThjOT9hcGktdmVyc2lvbj0yMDIwLTA1LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Network.NetworkManagementClient/616.830.54562.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "10" + ], + "x-ms-request-id": [ + "c8c94b49-2e24-434c-8c24-55a8b378c469" + ], + "x-ms-correlation-request-id": [ + "46586084-c388-4718-b764-c4150d7c7de6" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11870" + ], + "x-ms-routing-request-id": [ + "BRAZILUS:20200618T053803Z:46586084-c388-4718-b764-c4150d7c7de6" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Thu, 18 Jun 2020 05:38:03 GMT" + ], + "Content-Length": [ + "30" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/5e1e8156-5dec-452a-bfe5-6b6e0947c27a/providers/Microsoft.Network/locations/eastus2/nfvOperations/1e0b84e3-14eb-4b6e-bf14-3dfadb66a8c9?api-version=2020-05-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNWUxZTgxNTYtNWRlYy00NTJhLWJmZTUtNmI2ZTA5NDdjMjdhL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvZWFzdHVzMi9uZnZPcGVyYXRpb25zLzFlMGI4NGUzLTE0ZWItNGI2ZS1iZjE0LTNkZmFkYjY2YThjOT9hcGktdmVyc2lvbj0yMDIwLTA1LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Network.NetworkManagementClient/616.830.54562.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "10" + ], + "x-ms-request-id": [ + "32097de8-b8fc-4307-a31b-b9a7087cb33c" + ], + "x-ms-correlation-request-id": [ + "d59b6dae-cfb1-4d44-a08a-6cbb081d0490" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11869" + ], + "x-ms-routing-request-id": [ + "BRAZILUS:20200618T053814Z:d59b6dae-cfb1-4d44-a08a-6cbb081d0490" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Thu, 18 Jun 2020 05:38:14 GMT" + ], + "Content-Length": [ + "30" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/5e1e8156-5dec-452a-bfe5-6b6e0947c27a/providers/Microsoft.Network/locations/eastus2/nfvOperations/1e0b84e3-14eb-4b6e-bf14-3dfadb66a8c9?api-version=2020-05-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNWUxZTgxNTYtNWRlYy00NTJhLWJmZTUtNmI2ZTA5NDdjMjdhL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvZWFzdHVzMi9uZnZPcGVyYXRpb25zLzFlMGI4NGUzLTE0ZWItNGI2ZS1iZjE0LTNkZmFkYjY2YThjOT9hcGktdmVyc2lvbj0yMDIwLTA1LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Network.NetworkManagementClient/616.830.54562.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "10" + ], + "x-ms-request-id": [ + "ecd82b33-ddcf-463d-9af1-647ab63f5c6d" + ], + "x-ms-correlation-request-id": [ + "3a94fc2f-be63-430f-b4de-4428f8d8dd14" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11868" + ], + "x-ms-routing-request-id": [ + "BRAZILUS:20200618T053824Z:3a94fc2f-be63-430f-b4de-4428f8d8dd14" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Thu, 18 Jun 2020 05:38:23 GMT" + ], + "Content-Length": [ + "30" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/5e1e8156-5dec-452a-bfe5-6b6e0947c27a/providers/Microsoft.Network/locations/eastus2/nfvOperations/1e0b84e3-14eb-4b6e-bf14-3dfadb66a8c9?api-version=2020-05-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNWUxZTgxNTYtNWRlYy00NTJhLWJmZTUtNmI2ZTA5NDdjMjdhL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvZWFzdHVzMi9uZnZPcGVyYXRpb25zLzFlMGI4NGUzLTE0ZWItNGI2ZS1iZjE0LTNkZmFkYjY2YThjOT9hcGktdmVyc2lvbj0yMDIwLTA1LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Network.NetworkManagementClient/616.830.54562.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "10" + ], + "x-ms-request-id": [ + "f28623e5-00c0-43b5-866a-7c2f547ccc45" + ], + "x-ms-correlation-request-id": [ + "1e4c229e-ee18-44e1-bea6-b677b912061f" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11867" + ], + "x-ms-routing-request-id": [ + "BRAZILUS:20200618T053835Z:1e4c229e-ee18-44e1-bea6-b677b912061f" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Thu, 18 Jun 2020 05:38:34 GMT" + ], + "Content-Length": [ + "30" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/5e1e8156-5dec-452a-bfe5-6b6e0947c27a/providers/Microsoft.Network/locations/eastus2/nfvOperations/1e0b84e3-14eb-4b6e-bf14-3dfadb66a8c9?api-version=2020-05-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNWUxZTgxNTYtNWRlYy00NTJhLWJmZTUtNmI2ZTA5NDdjMjdhL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvZWFzdHVzMi9uZnZPcGVyYXRpb25zLzFlMGI4NGUzLTE0ZWItNGI2ZS1iZjE0LTNkZmFkYjY2YThjOT9hcGktdmVyc2lvbj0yMDIwLTA1LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Network.NetworkManagementClient/616.830.54562.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "10" + ], + "x-ms-request-id": [ + "e1c22a1a-9f50-4bd6-b1f6-e4b8f45d8b58" + ], + "x-ms-correlation-request-id": [ + "ee6b4a52-f90c-40b0-8876-36507fe2b1cf" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11866" + ], + "x-ms-routing-request-id": [ + "BRAZILUS:20200618T053845Z:ee6b4a52-f90c-40b0-8876-36507fe2b1cf" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Thu, 18 Jun 2020 05:38:45 GMT" + ], + "Content-Length": [ + "30" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/5e1e8156-5dec-452a-bfe5-6b6e0947c27a/providers/Microsoft.Network/locations/eastus2/nfvOperations/1e0b84e3-14eb-4b6e-bf14-3dfadb66a8c9?api-version=2020-05-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNWUxZTgxNTYtNWRlYy00NTJhLWJmZTUtNmI2ZTA5NDdjMjdhL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvZWFzdHVzMi9uZnZPcGVyYXRpb25zLzFlMGI4NGUzLTE0ZWItNGI2ZS1iZjE0LTNkZmFkYjY2YThjOT9hcGktdmVyc2lvbj0yMDIwLTA1LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Network.NetworkManagementClient/616.830.54562.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "10" + ], + "x-ms-request-id": [ + "26b2a8d5-4378-4b36-92da-a5c3d3844643" + ], + "x-ms-correlation-request-id": [ + "d7941a0b-160e-41ff-965a-f484ad751502" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11865" + ], + "x-ms-routing-request-id": [ + "BRAZILUS:20200618T053855Z:d7941a0b-160e-41ff-965a-f484ad751502" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Thu, 18 Jun 2020 05:38:55 GMT" + ], + "Content-Length": [ + "30" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/5e1e8156-5dec-452a-bfe5-6b6e0947c27a/providers/Microsoft.Network/locations/eastus2/nfvOperations/1e0b84e3-14eb-4b6e-bf14-3dfadb66a8c9?api-version=2020-05-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNWUxZTgxNTYtNWRlYy00NTJhLWJmZTUtNmI2ZTA5NDdjMjdhL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvZWFzdHVzMi9uZnZPcGVyYXRpb25zLzFlMGI4NGUzLTE0ZWItNGI2ZS1iZjE0LTNkZmFkYjY2YThjOT9hcGktdmVyc2lvbj0yMDIwLTA1LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Network.NetworkManagementClient/616.830.54562.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "10" + ], + "x-ms-request-id": [ + "8ab3bc66-055a-4646-ab35-8878e958a973" + ], + "x-ms-correlation-request-id": [ + "98337c08-7bb5-423b-920f-30aa47598248" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11864" + ], + "x-ms-routing-request-id": [ + "BRAZILUS:20200618T053906Z:98337c08-7bb5-423b-920f-30aa47598248" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Thu, 18 Jun 2020 05:39:05 GMT" + ], + "Content-Length": [ + "30" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/5e1e8156-5dec-452a-bfe5-6b6e0947c27a/providers/Microsoft.Network/locations/eastus2/nfvOperations/1e0b84e3-14eb-4b6e-bf14-3dfadb66a8c9?api-version=2020-05-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNWUxZTgxNTYtNWRlYy00NTJhLWJmZTUtNmI2ZTA5NDdjMjdhL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvZWFzdHVzMi9uZnZPcGVyYXRpb25zLzFlMGI4NGUzLTE0ZWItNGI2ZS1iZjE0LTNkZmFkYjY2YThjOT9hcGktdmVyc2lvbj0yMDIwLTA1LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Network.NetworkManagementClient/616.830.54562.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "10" + ], + "x-ms-request-id": [ + "5c3ab7bf-7f58-4dee-bd5d-e0dc471278a8" + ], + "x-ms-correlation-request-id": [ + "9bfd8101-4bc5-49d3-b9bf-13ffd008f83d" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11863" + ], + "x-ms-routing-request-id": [ + "BRAZILUS:20200618T053916Z:9bfd8101-4bc5-49d3-b9bf-13ffd008f83d" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Thu, 18 Jun 2020 05:39:16 GMT" + ], + "Content-Length": [ + "30" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/5e1e8156-5dec-452a-bfe5-6b6e0947c27a/providers/Microsoft.Network/locations/eastus2/nfvOperations/1e0b84e3-14eb-4b6e-bf14-3dfadb66a8c9?api-version=2020-05-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNWUxZTgxNTYtNWRlYy00NTJhLWJmZTUtNmI2ZTA5NDdjMjdhL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvZWFzdHVzMi9uZnZPcGVyYXRpb25zLzFlMGI4NGUzLTE0ZWItNGI2ZS1iZjE0LTNkZmFkYjY2YThjOT9hcGktdmVyc2lvbj0yMDIwLTA1LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Network.NetworkManagementClient/616.830.54562.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "10" + ], + "x-ms-request-id": [ + "f67cbf04-47c9-4dbb-8182-86228653299b" + ], + "x-ms-correlation-request-id": [ + "9d8137f1-66f5-4d3c-bfba-56a080e5c01d" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11862" + ], + "x-ms-routing-request-id": [ + "BRAZILUS:20200618T053926Z:9d8137f1-66f5-4d3c-bfba-56a080e5c01d" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Thu, 18 Jun 2020 05:39:26 GMT" + ], + "Content-Length": [ + "30" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/5e1e8156-5dec-452a-bfe5-6b6e0947c27a/providers/Microsoft.Network/locations/eastus2/nfvOperations/1e0b84e3-14eb-4b6e-bf14-3dfadb66a8c9?api-version=2020-05-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNWUxZTgxNTYtNWRlYy00NTJhLWJmZTUtNmI2ZTA5NDdjMjdhL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvZWFzdHVzMi9uZnZPcGVyYXRpb25zLzFlMGI4NGUzLTE0ZWItNGI2ZS1iZjE0LTNkZmFkYjY2YThjOT9hcGktdmVyc2lvbj0yMDIwLTA1LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Network.NetworkManagementClient/616.830.54562.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "10" + ], + "x-ms-request-id": [ + "0601d8c5-eada-4275-b6a5-491d10283fa0" + ], + "x-ms-correlation-request-id": [ + "e611a042-ef80-4f40-9303-d8af851ef03a" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11861" + ], + "x-ms-routing-request-id": [ + "BRAZILUS:20200618T053937Z:e611a042-ef80-4f40-9303-d8af851ef03a" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Thu, 18 Jun 2020 05:39:36 GMT" + ], + "Content-Length": [ + "30" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/5e1e8156-5dec-452a-bfe5-6b6e0947c27a/providers/Microsoft.Network/locations/eastus2/nfvOperations/1e0b84e3-14eb-4b6e-bf14-3dfadb66a8c9?api-version=2020-05-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNWUxZTgxNTYtNWRlYy00NTJhLWJmZTUtNmI2ZTA5NDdjMjdhL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvZWFzdHVzMi9uZnZPcGVyYXRpb25zLzFlMGI4NGUzLTE0ZWItNGI2ZS1iZjE0LTNkZmFkYjY2YThjOT9hcGktdmVyc2lvbj0yMDIwLTA1LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Network.NetworkManagementClient/616.830.54562.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "10" + ], + "x-ms-request-id": [ + "6a219644-abce-4bc8-9527-e2b1489cf403" + ], + "x-ms-correlation-request-id": [ + "02f7a15d-fb31-46bb-b055-be75c779ef37" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11860" + ], + "x-ms-routing-request-id": [ + "BRAZILUS:20200618T053948Z:02f7a15d-fb31-46bb-b055-be75c779ef37" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Thu, 18 Jun 2020 05:39:47 GMT" + ], + "Content-Length": [ + "30" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/5e1e8156-5dec-452a-bfe5-6b6e0947c27a/providers/Microsoft.Network/locations/eastus2/nfvOperations/1e0b84e3-14eb-4b6e-bf14-3dfadb66a8c9?api-version=2020-05-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNWUxZTgxNTYtNWRlYy00NTJhLWJmZTUtNmI2ZTA5NDdjMjdhL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvZWFzdHVzMi9uZnZPcGVyYXRpb25zLzFlMGI4NGUzLTE0ZWItNGI2ZS1iZjE0LTNkZmFkYjY2YThjOT9hcGktdmVyc2lvbj0yMDIwLTA1LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Network.NetworkManagementClient/616.830.54562.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "10" + ], + "x-ms-request-id": [ + "79aa2ad2-2b6a-488f-b54a-db1c59abcf15" + ], + "x-ms-correlation-request-id": [ + "907caa5d-dc14-401a-b3aa-ea211c735d20" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11859" + ], + "x-ms-routing-request-id": [ + "BRAZILUS:20200618T053958Z:907caa5d-dc14-401a-b3aa-ea211c735d20" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Thu, 18 Jun 2020 05:39:58 GMT" + ], + "Content-Length": [ + "30" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/5e1e8156-5dec-452a-bfe5-6b6e0947c27a/providers/Microsoft.Network/locations/eastus2/nfvOperations/1e0b84e3-14eb-4b6e-bf14-3dfadb66a8c9?api-version=2020-05-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNWUxZTgxNTYtNWRlYy00NTJhLWJmZTUtNmI2ZTA5NDdjMjdhL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvZWFzdHVzMi9uZnZPcGVyYXRpb25zLzFlMGI4NGUzLTE0ZWItNGI2ZS1iZjE0LTNkZmFkYjY2YThjOT9hcGktdmVyc2lvbj0yMDIwLTA1LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Network.NetworkManagementClient/616.830.54562.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "10" + ], + "x-ms-request-id": [ + "ca1faefb-539a-4344-b36d-ad132a5dcdd9" + ], + "x-ms-correlation-request-id": [ + "aba05957-e62d-43f9-8dca-6f80a678766d" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11858" + ], + "x-ms-routing-request-id": [ + "BRAZILUS:20200618T054008Z:aba05957-e62d-43f9-8dca-6f80a678766d" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Thu, 18 Jun 2020 05:40:08 GMT" + ], + "Content-Length": [ + "30" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/5e1e8156-5dec-452a-bfe5-6b6e0947c27a/providers/Microsoft.Network/locations/eastus2/nfvOperations/1e0b84e3-14eb-4b6e-bf14-3dfadb66a8c9?api-version=2020-05-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNWUxZTgxNTYtNWRlYy00NTJhLWJmZTUtNmI2ZTA5NDdjMjdhL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvZWFzdHVzMi9uZnZPcGVyYXRpb25zLzFlMGI4NGUzLTE0ZWItNGI2ZS1iZjE0LTNkZmFkYjY2YThjOT9hcGktdmVyc2lvbj0yMDIwLTA1LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Network.NetworkManagementClient/616.830.54562.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "10" + ], + "x-ms-request-id": [ + "3186e8d4-149c-418e-bf1a-cf630b8e9278" + ], + "x-ms-correlation-request-id": [ + "79d8d76a-a9f7-49ce-b68b-117b5ce08fff" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11857" + ], + "x-ms-routing-request-id": [ + "BRAZILUS:20200618T054019Z:79d8d76a-a9f7-49ce-b68b-117b5ce08fff" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Thu, 18 Jun 2020 05:40:18 GMT" + ], + "Content-Length": [ + "30" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/5e1e8156-5dec-452a-bfe5-6b6e0947c27a/providers/Microsoft.Network/locations/eastus2/nfvOperations/1e0b84e3-14eb-4b6e-bf14-3dfadb66a8c9?api-version=2020-05-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNWUxZTgxNTYtNWRlYy00NTJhLWJmZTUtNmI2ZTA5NDdjMjdhL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvZWFzdHVzMi9uZnZPcGVyYXRpb25zLzFlMGI4NGUzLTE0ZWItNGI2ZS1iZjE0LTNkZmFkYjY2YThjOT9hcGktdmVyc2lvbj0yMDIwLTA1LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Network.NetworkManagementClient/616.830.54562.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "10" + ], + "x-ms-request-id": [ + "ddf6415b-9553-404a-9421-75a11d9bb78a" + ], + "x-ms-correlation-request-id": [ + "32120e15-6331-41e3-aaa3-b545c2d2d722" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11856" + ], + "x-ms-routing-request-id": [ + "BRAZILUS:20200618T054029Z:32120e15-6331-41e3-aaa3-b545c2d2d722" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Thu, 18 Jun 2020 05:40:28 GMT" + ], + "Content-Length": [ + "30" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/5e1e8156-5dec-452a-bfe5-6b6e0947c27a/providers/Microsoft.Network/locations/eastus2/nfvOperations/1e0b84e3-14eb-4b6e-bf14-3dfadb66a8c9?api-version=2020-05-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNWUxZTgxNTYtNWRlYy00NTJhLWJmZTUtNmI2ZTA5NDdjMjdhL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvZWFzdHVzMi9uZnZPcGVyYXRpb25zLzFlMGI4NGUzLTE0ZWItNGI2ZS1iZjE0LTNkZmFkYjY2YThjOT9hcGktdmVyc2lvbj0yMDIwLTA1LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Network.NetworkManagementClient/616.830.54562.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "10" + ], + "x-ms-request-id": [ + "2382c9c4-dc0f-4930-8525-99229d7fd63f" + ], + "x-ms-correlation-request-id": [ + "68d49d30-2788-469b-90b9-8c64ed487e96" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11855" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-routing-request-id": [ + "BRAZILUS:20200618T054039Z:68d49d30-2788-469b-90b9-8c64ed487e96" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Thu, 18 Jun 2020 05:40:39 GMT" + ], + "Content-Length": [ + "30" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/5e1e8156-5dec-452a-bfe5-6b6e0947c27a/providers/Microsoft.Network/locations/eastus2/nfvOperations/1e0b84e3-14eb-4b6e-bf14-3dfadb66a8c9?api-version=2020-05-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNWUxZTgxNTYtNWRlYy00NTJhLWJmZTUtNmI2ZTA5NDdjMjdhL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvZWFzdHVzMi9uZnZPcGVyYXRpb25zLzFlMGI4NGUzLTE0ZWItNGI2ZS1iZjE0LTNkZmFkYjY2YThjOT9hcGktdmVyc2lvbj0yMDIwLTA1LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Network.NetworkManagementClient/616.830.54562.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "10" + ], + "x-ms-request-id": [ + "787db203-6bf9-4258-bbf2-8e9587fe76e4" + ], + "x-ms-correlation-request-id": [ + "af0ad635-ce8e-4b5c-b987-86752dd337e4" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11854" + ], + "x-ms-routing-request-id": [ + "BRAZILUS:20200618T054050Z:af0ad635-ce8e-4b5c-b987-86752dd337e4" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Thu, 18 Jun 2020 05:40:49 GMT" + ], + "Content-Length": [ + "30" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/5e1e8156-5dec-452a-bfe5-6b6e0947c27a/providers/Microsoft.Network/locations/eastus2/nfvOperations/1e0b84e3-14eb-4b6e-bf14-3dfadb66a8c9?api-version=2020-05-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNWUxZTgxNTYtNWRlYy00NTJhLWJmZTUtNmI2ZTA5NDdjMjdhL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvZWFzdHVzMi9uZnZPcGVyYXRpb25zLzFlMGI4NGUzLTE0ZWItNGI2ZS1iZjE0LTNkZmFkYjY2YThjOT9hcGktdmVyc2lvbj0yMDIwLTA1LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Network.NetworkManagementClient/616.830.54562.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "10" + ], + "x-ms-request-id": [ + "99e7c8cf-bf7d-4c52-961c-5727d65523f6" + ], + "x-ms-correlation-request-id": [ + "85eaeb22-9b92-43ec-9fd5-4a60da2f82a1" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11853" + ], + "x-ms-routing-request-id": [ + "BRAZILUS:20200618T054100Z:85eaeb22-9b92-43ec-9fd5-4a60da2f82a1" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Thu, 18 Jun 2020 05:41:00 GMT" + ], + "Content-Length": [ + "30" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/5e1e8156-5dec-452a-bfe5-6b6e0947c27a/providers/Microsoft.Network/locations/eastus2/nfvOperations/1e0b84e3-14eb-4b6e-bf14-3dfadb66a8c9?api-version=2020-05-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNWUxZTgxNTYtNWRlYy00NTJhLWJmZTUtNmI2ZTA5NDdjMjdhL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvZWFzdHVzMi9uZnZPcGVyYXRpb25zLzFlMGI4NGUzLTE0ZWItNGI2ZS1iZjE0LTNkZmFkYjY2YThjOT9hcGktdmVyc2lvbj0yMDIwLTA1LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Network.NetworkManagementClient/616.830.54562.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "10" + ], + "x-ms-request-id": [ + "7ce7568a-9387-4a71-b1db-e947627e0922" + ], + "x-ms-correlation-request-id": [ + "ee5e51c3-495d-4209-8900-6bda0a898d00" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11852" + ], + "x-ms-routing-request-id": [ + "BRAZILUS:20200618T054111Z:ee5e51c3-495d-4209-8900-6bda0a898d00" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Thu, 18 Jun 2020 05:41:11 GMT" + ], + "Content-Length": [ + "30" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/5e1e8156-5dec-452a-bfe5-6b6e0947c27a/providers/Microsoft.Network/locations/eastus2/nfvOperations/1e0b84e3-14eb-4b6e-bf14-3dfadb66a8c9?api-version=2020-05-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNWUxZTgxNTYtNWRlYy00NTJhLWJmZTUtNmI2ZTA5NDdjMjdhL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvZWFzdHVzMi9uZnZPcGVyYXRpb25zLzFlMGI4NGUzLTE0ZWItNGI2ZS1iZjE0LTNkZmFkYjY2YThjOT9hcGktdmVyc2lvbj0yMDIwLTA1LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Network.NetworkManagementClient/616.830.54562.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "10" + ], + "x-ms-request-id": [ + "f8dc8d2c-f0a2-40a6-b22e-f81302e3ffba" + ], + "x-ms-correlation-request-id": [ + "a9a58e5a-2260-45b7-b72e-a82577be5510" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11851" + ], + "x-ms-routing-request-id": [ + "BRAZILUS:20200618T054121Z:a9a58e5a-2260-45b7-b72e-a82577be5510" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Thu, 18 Jun 2020 05:41:21 GMT" + ], + "Content-Length": [ + "30" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/5e1e8156-5dec-452a-bfe5-6b6e0947c27a/providers/Microsoft.Network/locations/eastus2/nfvOperations/1e0b84e3-14eb-4b6e-bf14-3dfadb66a8c9?api-version=2020-05-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNWUxZTgxNTYtNWRlYy00NTJhLWJmZTUtNmI2ZTA5NDdjMjdhL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvZWFzdHVzMi9uZnZPcGVyYXRpb25zLzFlMGI4NGUzLTE0ZWItNGI2ZS1iZjE0LTNkZmFkYjY2YThjOT9hcGktdmVyc2lvbj0yMDIwLTA1LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Network.NetworkManagementClient/616.830.54562.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "10" + ], + "x-ms-request-id": [ + "4fa4b200-e3f7-42ee-9332-9c0d6b253c5f" + ], + "x-ms-correlation-request-id": [ + "f10c9a7c-e1ca-4bfd-a68d-d3dd53cbbb98" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11850" + ], + "x-ms-routing-request-id": [ + "BRAZILUS:20200618T054131Z:f10c9a7c-e1ca-4bfd-a68d-d3dd53cbbb98" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Thu, 18 Jun 2020 05:41:31 GMT" + ], + "Content-Length": [ + "30" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/5e1e8156-5dec-452a-bfe5-6b6e0947c27a/providers/Microsoft.Network/locations/eastus2/nfvOperations/1e0b84e3-14eb-4b6e-bf14-3dfadb66a8c9?api-version=2020-05-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNWUxZTgxNTYtNWRlYy00NTJhLWJmZTUtNmI2ZTA5NDdjMjdhL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvZWFzdHVzMi9uZnZPcGVyYXRpb25zLzFlMGI4NGUzLTE0ZWItNGI2ZS1iZjE0LTNkZmFkYjY2YThjOT9hcGktdmVyc2lvbj0yMDIwLTA1LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Network.NetworkManagementClient/616.830.54562.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "10" + ], + "x-ms-request-id": [ + "cd5c9ceb-77df-494c-aacb-efb7bfd26a8a" + ], + "x-ms-correlation-request-id": [ + "8a9c1479-afc3-4a52-805f-69e25275b8f3" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11849" + ], + "x-ms-routing-request-id": [ + "BRAZILUS:20200618T054142Z:8a9c1479-afc3-4a52-805f-69e25275b8f3" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Thu, 18 Jun 2020 05:41:42 GMT" + ], + "Content-Length": [ + "30" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/5e1e8156-5dec-452a-bfe5-6b6e0947c27a/providers/Microsoft.Network/locations/eastus2/nfvOperations/1e0b84e3-14eb-4b6e-bf14-3dfadb66a8c9?api-version=2020-05-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNWUxZTgxNTYtNWRlYy00NTJhLWJmZTUtNmI2ZTA5NDdjMjdhL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvZWFzdHVzMi9uZnZPcGVyYXRpb25zLzFlMGI4NGUzLTE0ZWItNGI2ZS1iZjE0LTNkZmFkYjY2YThjOT9hcGktdmVyc2lvbj0yMDIwLTA1LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Network.NetworkManagementClient/616.830.54562.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "10" + ], + "x-ms-request-id": [ + "cce35b89-adcd-486f-8689-890ae379b670" + ], + "x-ms-correlation-request-id": [ + "be37dfe0-eb3f-4a8b-9e58-7f6ea41bbcbd" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11848" + ], + "x-ms-routing-request-id": [ + "BRAZILUS:20200618T054152Z:be37dfe0-eb3f-4a8b-9e58-7f6ea41bbcbd" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Thu, 18 Jun 2020 05:41:52 GMT" + ], + "Content-Length": [ + "30" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/5e1e8156-5dec-452a-bfe5-6b6e0947c27a/providers/Microsoft.Network/locations/eastus2/nfvOperations/1e0b84e3-14eb-4b6e-bf14-3dfadb66a8c9?api-version=2020-05-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNWUxZTgxNTYtNWRlYy00NTJhLWJmZTUtNmI2ZTA5NDdjMjdhL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvZWFzdHVzMi9uZnZPcGVyYXRpb25zLzFlMGI4NGUzLTE0ZWItNGI2ZS1iZjE0LTNkZmFkYjY2YThjOT9hcGktdmVyc2lvbj0yMDIwLTA1LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Network.NetworkManagementClient/616.830.54562.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "10" + ], + "x-ms-request-id": [ + "03fd1207-1303-42b4-b94f-7d625b3fbd3b" + ], + "x-ms-correlation-request-id": [ + "4f65f01c-82e6-47f4-8edb-ed5316242af4" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11847" + ], + "x-ms-routing-request-id": [ + "BRAZILUS:20200618T054202Z:4f65f01c-82e6-47f4-8edb-ed5316242af4" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Thu, 18 Jun 2020 05:42:02 GMT" + ], + "Content-Length": [ + "30" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/5e1e8156-5dec-452a-bfe5-6b6e0947c27a/providers/Microsoft.Network/locations/eastus2/nfvOperations/1e0b84e3-14eb-4b6e-bf14-3dfadb66a8c9?api-version=2020-05-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNWUxZTgxNTYtNWRlYy00NTJhLWJmZTUtNmI2ZTA5NDdjMjdhL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvZWFzdHVzMi9uZnZPcGVyYXRpb25zLzFlMGI4NGUzLTE0ZWItNGI2ZS1iZjE0LTNkZmFkYjY2YThjOT9hcGktdmVyc2lvbj0yMDIwLTA1LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Network.NetworkManagementClient/616.830.54562.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "10" + ], + "x-ms-request-id": [ + "7993de72-4ff7-4a7a-b70c-23c158da63e8" + ], + "x-ms-correlation-request-id": [ + "61e4a011-2b87-40d9-83be-2a3ae316159d" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11846" + ], + "x-ms-routing-request-id": [ + "BRAZILUS:20200618T054213Z:61e4a011-2b87-40d9-83be-2a3ae316159d" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Thu, 18 Jun 2020 05:42:13 GMT" + ], + "Content-Length": [ + "30" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/5e1e8156-5dec-452a-bfe5-6b6e0947c27a/providers/Microsoft.Network/locations/eastus2/nfvOperations/1e0b84e3-14eb-4b6e-bf14-3dfadb66a8c9?api-version=2020-05-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNWUxZTgxNTYtNWRlYy00NTJhLWJmZTUtNmI2ZTA5NDdjMjdhL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvZWFzdHVzMi9uZnZPcGVyYXRpb25zLzFlMGI4NGUzLTE0ZWItNGI2ZS1iZjE0LTNkZmFkYjY2YThjOT9hcGktdmVyc2lvbj0yMDIwLTA1LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Network.NetworkManagementClient/616.830.54562.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "10" + ], + "x-ms-request-id": [ + "ea212a59-09db-44a4-a044-672f5888ba65" + ], + "x-ms-correlation-request-id": [ + "69b1c9f3-a845-4a70-9fd7-c9d0e4d4584b" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11845" + ], + "x-ms-routing-request-id": [ + "BRAZILUS:20200618T054223Z:69b1c9f3-a845-4a70-9fd7-c9d0e4d4584b" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Thu, 18 Jun 2020 05:42:22 GMT" + ], + "Content-Length": [ + "30" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/5e1e8156-5dec-452a-bfe5-6b6e0947c27a/providers/Microsoft.Network/locations/eastus2/nfvOperations/1e0b84e3-14eb-4b6e-bf14-3dfadb66a8c9?api-version=2020-05-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNWUxZTgxNTYtNWRlYy00NTJhLWJmZTUtNmI2ZTA5NDdjMjdhL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvZWFzdHVzMi9uZnZPcGVyYXRpb25zLzFlMGI4NGUzLTE0ZWItNGI2ZS1iZjE0LTNkZmFkYjY2YThjOT9hcGktdmVyc2lvbj0yMDIwLTA1LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Network.NetworkManagementClient/616.830.54562.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "10" + ], + "x-ms-request-id": [ + "b5aa709c-651e-4b4c-9407-1817cc32e205" + ], + "x-ms-correlation-request-id": [ + "8601d0ca-9510-409e-bca4-086851899286" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11844" + ], + "x-ms-routing-request-id": [ + "BRAZILUS:20200618T054233Z:8601d0ca-9510-409e-bca4-086851899286" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Thu, 18 Jun 2020 05:42:32 GMT" + ], + "Content-Length": [ + "30" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/5e1e8156-5dec-452a-bfe5-6b6e0947c27a/providers/Microsoft.Network/locations/eastus2/nfvOperations/1e0b84e3-14eb-4b6e-bf14-3dfadb66a8c9?api-version=2020-05-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNWUxZTgxNTYtNWRlYy00NTJhLWJmZTUtNmI2ZTA5NDdjMjdhL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvZWFzdHVzMi9uZnZPcGVyYXRpb25zLzFlMGI4NGUzLTE0ZWItNGI2ZS1iZjE0LTNkZmFkYjY2YThjOT9hcGktdmVyc2lvbj0yMDIwLTA1LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Network.NetworkManagementClient/616.830.54562.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "10" + ], + "x-ms-request-id": [ + "0242c6d7-d6b5-42f6-b7f0-0cef6937a1a4" + ], + "x-ms-correlation-request-id": [ + "23423c1b-9d46-487c-8877-ea1d79ea2fd8" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11843" + ], + "x-ms-routing-request-id": [ + "BRAZILUS:20200618T054244Z:23423c1b-9d46-487c-8877-ea1d79ea2fd8" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Thu, 18 Jun 2020 05:42:44 GMT" + ], + "Content-Length": [ + "30" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/5e1e8156-5dec-452a-bfe5-6b6e0947c27a/providers/Microsoft.Network/locations/eastus2/nfvOperations/1e0b84e3-14eb-4b6e-bf14-3dfadb66a8c9?api-version=2020-05-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNWUxZTgxNTYtNWRlYy00NTJhLWJmZTUtNmI2ZTA5NDdjMjdhL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvZWFzdHVzMi9uZnZPcGVyYXRpb25zLzFlMGI4NGUzLTE0ZWItNGI2ZS1iZjE0LTNkZmFkYjY2YThjOT9hcGktdmVyc2lvbj0yMDIwLTA1LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Network.NetworkManagementClient/616.830.54562.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "10" + ], + "x-ms-request-id": [ + "2ce215e9-50cc-4f1a-8a03-50c1e59a571a" + ], + "x-ms-correlation-request-id": [ + "82e6c5fc-7650-488f-9bb6-2271569bb3b5" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11842" + ], + "x-ms-routing-request-id": [ + "BRAZILUS:20200618T054254Z:82e6c5fc-7650-488f-9bb6-2271569bb3b5" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Thu, 18 Jun 2020 05:42:53 GMT" + ], + "Content-Length": [ + "30" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/5e1e8156-5dec-452a-bfe5-6b6e0947c27a/providers/Microsoft.Network/locations/eastus2/nfvOperations/1e0b84e3-14eb-4b6e-bf14-3dfadb66a8c9?api-version=2020-05-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNWUxZTgxNTYtNWRlYy00NTJhLWJmZTUtNmI2ZTA5NDdjMjdhL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvZWFzdHVzMi9uZnZPcGVyYXRpb25zLzFlMGI4NGUzLTE0ZWItNGI2ZS1iZjE0LTNkZmFkYjY2YThjOT9hcGktdmVyc2lvbj0yMDIwLTA1LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Network.NetworkManagementClient/616.830.54562.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "10" + ], + "x-ms-request-id": [ + "e8c1829f-ea67-416c-b39c-e7f6b144f995" + ], + "x-ms-correlation-request-id": [ + "2e610ad2-2ff6-43d8-a77f-99d5f5dd41c6" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11841" + ], + "x-ms-routing-request-id": [ + "BRAZILUS:20200618T054304Z:2e610ad2-2ff6-43d8-a77f-99d5f5dd41c6" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Thu, 18 Jun 2020 05:43:04 GMT" + ], + "Content-Length": [ + "30" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/5e1e8156-5dec-452a-bfe5-6b6e0947c27a/providers/Microsoft.Network/locations/eastus2/nfvOperations/1e0b84e3-14eb-4b6e-bf14-3dfadb66a8c9?api-version=2020-05-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNWUxZTgxNTYtNWRlYy00NTJhLWJmZTUtNmI2ZTA5NDdjMjdhL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvZWFzdHVzMi9uZnZPcGVyYXRpb25zLzFlMGI4NGUzLTE0ZWItNGI2ZS1iZjE0LTNkZmFkYjY2YThjOT9hcGktdmVyc2lvbj0yMDIwLTA1LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Network.NetworkManagementClient/616.830.54562.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "10" + ], + "x-ms-request-id": [ + "7e54674b-49e9-4004-8b4f-fd17ae82667f" + ], + "x-ms-correlation-request-id": [ + "34bc7f67-df65-4bad-9ba7-edaabaa478bf" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11840" + ], + "x-ms-routing-request-id": [ + "BRAZILUS:20200618T054315Z:34bc7f67-df65-4bad-9ba7-edaabaa478bf" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Thu, 18 Jun 2020 05:43:15 GMT" + ], + "Content-Length": [ + "30" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/5e1e8156-5dec-452a-bfe5-6b6e0947c27a/providers/Microsoft.Network/locations/eastus2/nfvOperations/1e0b84e3-14eb-4b6e-bf14-3dfadb66a8c9?api-version=2020-05-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNWUxZTgxNTYtNWRlYy00NTJhLWJmZTUtNmI2ZTA5NDdjMjdhL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvZWFzdHVzMi9uZnZPcGVyYXRpb25zLzFlMGI4NGUzLTE0ZWItNGI2ZS1iZjE0LTNkZmFkYjY2YThjOT9hcGktdmVyc2lvbj0yMDIwLTA1LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Network.NetworkManagementClient/616.830.54562.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "10" + ], + "x-ms-request-id": [ + "0e1c8bbd-0617-42bd-a5c5-8e21d1ab31ad" + ], + "x-ms-correlation-request-id": [ + "9732c66a-86bb-485d-8ce3-3dec27c0ed72" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11839" + ], + "x-ms-routing-request-id": [ + "BRAZILUS:20200618T054325Z:9732c66a-86bb-485d-8ce3-3dec27c0ed72" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Thu, 18 Jun 2020 05:43:25 GMT" + ], + "Content-Length": [ + "30" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/5e1e8156-5dec-452a-bfe5-6b6e0947c27a/providers/Microsoft.Network/locations/eastus2/nfvOperations/1e0b84e3-14eb-4b6e-bf14-3dfadb66a8c9?api-version=2020-05-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNWUxZTgxNTYtNWRlYy00NTJhLWJmZTUtNmI2ZTA5NDdjMjdhL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvZWFzdHVzMi9uZnZPcGVyYXRpb25zLzFlMGI4NGUzLTE0ZWItNGI2ZS1iZjE0LTNkZmFkYjY2YThjOT9hcGktdmVyc2lvbj0yMDIwLTA1LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Network.NetworkManagementClient/616.830.54562.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "10" + ], + "x-ms-request-id": [ + "0888dd5f-5439-438f-9570-e0ee99d1d0e0" + ], + "x-ms-correlation-request-id": [ + "a0ab7a66-82c6-4e1f-93e6-353a5a03dad7" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11838" + ], + "x-ms-routing-request-id": [ + "BRAZILUS:20200618T054335Z:a0ab7a66-82c6-4e1f-93e6-353a5a03dad7" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Thu, 18 Jun 2020 05:43:35 GMT" + ], + "Content-Length": [ + "30" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/5e1e8156-5dec-452a-bfe5-6b6e0947c27a/providers/Microsoft.Network/locations/eastus2/nfvOperations/1e0b84e3-14eb-4b6e-bf14-3dfadb66a8c9?api-version=2020-05-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNWUxZTgxNTYtNWRlYy00NTJhLWJmZTUtNmI2ZTA5NDdjMjdhL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvZWFzdHVzMi9uZnZPcGVyYXRpb25zLzFlMGI4NGUzLTE0ZWItNGI2ZS1iZjE0LTNkZmFkYjY2YThjOT9hcGktdmVyc2lvbj0yMDIwLTA1LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Network.NetworkManagementClient/616.830.54562.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "10" + ], + "x-ms-request-id": [ + "78b47ef7-72b4-487e-925c-25b130e05910" + ], + "x-ms-correlation-request-id": [ + "521edd0a-d3fa-4dc1-a0bf-7b10deeb5f95" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11837" + ], + "x-ms-routing-request-id": [ + "BRAZILUS:20200618T054346Z:521edd0a-d3fa-4dc1-a0bf-7b10deeb5f95" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Thu, 18 Jun 2020 05:43:46 GMT" + ], + "Content-Length": [ + "30" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/5e1e8156-5dec-452a-bfe5-6b6e0947c27a/providers/Microsoft.Network/locations/eastus2/nfvOperations/1e0b84e3-14eb-4b6e-bf14-3dfadb66a8c9?api-version=2020-05-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNWUxZTgxNTYtNWRlYy00NTJhLWJmZTUtNmI2ZTA5NDdjMjdhL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvZWFzdHVzMi9uZnZPcGVyYXRpb25zLzFlMGI4NGUzLTE0ZWItNGI2ZS1iZjE0LTNkZmFkYjY2YThjOT9hcGktdmVyc2lvbj0yMDIwLTA1LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Network.NetworkManagementClient/616.830.54562.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "10" + ], + "x-ms-request-id": [ + "e109b576-b1b8-42a4-bcef-e5079263f59c" + ], + "x-ms-correlation-request-id": [ + "191c0feb-8d7c-41f4-9fe1-7e554fb1836b" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11836" + ], + "x-ms-routing-request-id": [ + "BRAZILUS:20200618T054356Z:191c0feb-8d7c-41f4-9fe1-7e554fb1836b" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Thu, 18 Jun 2020 05:43:56 GMT" + ], + "Content-Length": [ + "30" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/5e1e8156-5dec-452a-bfe5-6b6e0947c27a/providers/Microsoft.Network/locations/eastus2/nfvOperations/1e0b84e3-14eb-4b6e-bf14-3dfadb66a8c9?api-version=2020-05-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNWUxZTgxNTYtNWRlYy00NTJhLWJmZTUtNmI2ZTA5NDdjMjdhL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvZWFzdHVzMi9uZnZPcGVyYXRpb25zLzFlMGI4NGUzLTE0ZWItNGI2ZS1iZjE0LTNkZmFkYjY2YThjOT9hcGktdmVyc2lvbj0yMDIwLTA1LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Network.NetworkManagementClient/616.830.54562.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "10" + ], + "x-ms-request-id": [ + "2eaf9e31-d4e4-4cf5-be7a-ebc58b8bfb3e" + ], + "x-ms-correlation-request-id": [ + "ed84a0b3-5190-437c-8de3-bcd6e33ff120" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11835" + ], + "x-ms-routing-request-id": [ + "BRAZILUS:20200618T054406Z:ed84a0b3-5190-437c-8de3-bcd6e33ff120" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Thu, 18 Jun 2020 05:44:06 GMT" + ], + "Content-Length": [ + "30" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/5e1e8156-5dec-452a-bfe5-6b6e0947c27a/providers/Microsoft.Network/locations/eastus2/nfvOperations/1e0b84e3-14eb-4b6e-bf14-3dfadb66a8c9?api-version=2020-05-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNWUxZTgxNTYtNWRlYy00NTJhLWJmZTUtNmI2ZTA5NDdjMjdhL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvZWFzdHVzMi9uZnZPcGVyYXRpb25zLzFlMGI4NGUzLTE0ZWItNGI2ZS1iZjE0LTNkZmFkYjY2YThjOT9hcGktdmVyc2lvbj0yMDIwLTA1LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Network.NetworkManagementClient/616.830.54562.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "10" + ], + "x-ms-request-id": [ + "e65d1f8f-2d73-4ecc-99b9-a808403eba8c" + ], + "x-ms-correlation-request-id": [ + "919cc392-4bc1-44d1-b951-bc582f850bee" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11834" + ], + "x-ms-routing-request-id": [ + "BRAZILUS:20200618T054417Z:919cc392-4bc1-44d1-b951-bc582f850bee" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Thu, 18 Jun 2020 05:44:16 GMT" + ], + "Content-Length": [ + "30" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/5e1e8156-5dec-452a-bfe5-6b6e0947c27a/providers/Microsoft.Network/locations/eastus2/nfvOperations/1e0b84e3-14eb-4b6e-bf14-3dfadb66a8c9?api-version=2020-05-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNWUxZTgxNTYtNWRlYy00NTJhLWJmZTUtNmI2ZTA5NDdjMjdhL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvZWFzdHVzMi9uZnZPcGVyYXRpb25zLzFlMGI4NGUzLTE0ZWItNGI2ZS1iZjE0LTNkZmFkYjY2YThjOT9hcGktdmVyc2lvbj0yMDIwLTA1LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Network.NetworkManagementClient/616.830.54562.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "10" + ], + "x-ms-request-id": [ + "bbc87ee8-31f7-487e-bf00-f6b0e208e3f0" + ], + "x-ms-correlation-request-id": [ + "6072bed7-2f75-490e-9626-22353337dec2" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11833" + ], + "x-ms-routing-request-id": [ + "BRAZILUS:20200618T054427Z:6072bed7-2f75-490e-9626-22353337dec2" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Thu, 18 Jun 2020 05:44:27 GMT" + ], + "Content-Length": [ + "30" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/5e1e8156-5dec-452a-bfe5-6b6e0947c27a/providers/Microsoft.Network/locations/eastus2/nfvOperations/1e0b84e3-14eb-4b6e-bf14-3dfadb66a8c9?api-version=2020-05-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNWUxZTgxNTYtNWRlYy00NTJhLWJmZTUtNmI2ZTA5NDdjMjdhL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvZWFzdHVzMi9uZnZPcGVyYXRpb25zLzFlMGI4NGUzLTE0ZWItNGI2ZS1iZjE0LTNkZmFkYjY2YThjOT9hcGktdmVyc2lvbj0yMDIwLTA1LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Network.NetworkManagementClient/616.830.54562.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "10" + ], + "x-ms-request-id": [ + "116a4220-c4f7-4c49-a608-bea47cd7bbae" + ], + "x-ms-correlation-request-id": [ + "d068aefd-5c1c-4906-82ae-4da895a3b0ac" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11832" + ], + "x-ms-routing-request-id": [ + "BRAZILUS:20200618T054437Z:d068aefd-5c1c-4906-82ae-4da895a3b0ac" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Thu, 18 Jun 2020 05:44:36 GMT" + ], + "Content-Length": [ + "30" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/5e1e8156-5dec-452a-bfe5-6b6e0947c27a/providers/Microsoft.Network/locations/eastus2/nfvOperations/1e0b84e3-14eb-4b6e-bf14-3dfadb66a8c9?api-version=2020-05-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNWUxZTgxNTYtNWRlYy00NTJhLWJmZTUtNmI2ZTA5NDdjMjdhL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvZWFzdHVzMi9uZnZPcGVyYXRpb25zLzFlMGI4NGUzLTE0ZWItNGI2ZS1iZjE0LTNkZmFkYjY2YThjOT9hcGktdmVyc2lvbj0yMDIwLTA1LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Network.NetworkManagementClient/616.830.54562.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "10" + ], + "x-ms-request-id": [ + "eb3ff1b5-f55a-46ba-8ce8-ead82ff5db02" + ], + "x-ms-correlation-request-id": [ + "784ad67d-ece0-46ac-bc77-7d963b185c8f" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11831" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-routing-request-id": [ + "BRAZILUS:20200618T054448Z:784ad67d-ece0-46ac-bc77-7d963b185c8f" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Thu, 18 Jun 2020 05:44:48 GMT" + ], + "Content-Length": [ + "30" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/5e1e8156-5dec-452a-bfe5-6b6e0947c27a/providers/Microsoft.Network/locations/eastus2/nfvOperations/1e0b84e3-14eb-4b6e-bf14-3dfadb66a8c9?api-version=2020-05-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNWUxZTgxNTYtNWRlYy00NTJhLWJmZTUtNmI2ZTA5NDdjMjdhL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvZWFzdHVzMi9uZnZPcGVyYXRpb25zLzFlMGI4NGUzLTE0ZWItNGI2ZS1iZjE0LTNkZmFkYjY2YThjOT9hcGktdmVyc2lvbj0yMDIwLTA1LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Network.NetworkManagementClient/616.830.54562.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "10" + ], + "x-ms-request-id": [ + "07375a98-ffb8-4d0c-9d28-2297419b5de5" + ], + "x-ms-correlation-request-id": [ + "1b044191-ce0f-4333-840d-b6b1dac42105" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11830" + ], + "x-ms-routing-request-id": [ + "BRAZILUS:20200618T054458Z:1b044191-ce0f-4333-840d-b6b1dac42105" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Thu, 18 Jun 2020 05:44:58 GMT" + ], + "Content-Length": [ + "30" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/5e1e8156-5dec-452a-bfe5-6b6e0947c27a/providers/Microsoft.Network/locations/eastus2/nfvOperations/1e0b84e3-14eb-4b6e-bf14-3dfadb66a8c9?api-version=2020-05-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNWUxZTgxNTYtNWRlYy00NTJhLWJmZTUtNmI2ZTA5NDdjMjdhL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvZWFzdHVzMi9uZnZPcGVyYXRpb25zLzFlMGI4NGUzLTE0ZWItNGI2ZS1iZjE0LTNkZmFkYjY2YThjOT9hcGktdmVyc2lvbj0yMDIwLTA1LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Network.NetworkManagementClient/616.830.54562.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "10" + ], + "x-ms-request-id": [ + "1ed98baa-0b47-480e-a81e-1a99a8a09ad9" + ], + "x-ms-correlation-request-id": [ + "af0f261f-719e-476c-9fc5-058022590454" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11833" + ], + "x-ms-routing-request-id": [ + "BRAZILUS:20200618T054509Z:af0f261f-719e-476c-9fc5-058022590454" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Thu, 18 Jun 2020 05:45:08 GMT" + ], + "Content-Length": [ + "30" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/5e1e8156-5dec-452a-bfe5-6b6e0947c27a/providers/Microsoft.Network/locations/eastus2/nfvOperations/1e0b84e3-14eb-4b6e-bf14-3dfadb66a8c9?api-version=2020-05-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNWUxZTgxNTYtNWRlYy00NTJhLWJmZTUtNmI2ZTA5NDdjMjdhL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvZWFzdHVzMi9uZnZPcGVyYXRpb25zLzFlMGI4NGUzLTE0ZWItNGI2ZS1iZjE0LTNkZmFkYjY2YThjOT9hcGktdmVyc2lvbj0yMDIwLTA1LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Network.NetworkManagementClient/616.830.54562.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "10" + ], + "x-ms-request-id": [ + "289be2c3-4591-4a66-8159-69603caa0984" + ], + "x-ms-correlation-request-id": [ + "8011a930-c54c-4c6d-8283-033153c10e6a" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11832" + ], + "x-ms-routing-request-id": [ + "BRAZILUS:20200618T054519Z:8011a930-c54c-4c6d-8283-033153c10e6a" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Thu, 18 Jun 2020 05:45:19 GMT" + ], + "Content-Length": [ + "30" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/5e1e8156-5dec-452a-bfe5-6b6e0947c27a/providers/Microsoft.Network/locations/eastus2/nfvOperations/1e0b84e3-14eb-4b6e-bf14-3dfadb66a8c9?api-version=2020-05-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNWUxZTgxNTYtNWRlYy00NTJhLWJmZTUtNmI2ZTA5NDdjMjdhL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvZWFzdHVzMi9uZnZPcGVyYXRpb25zLzFlMGI4NGUzLTE0ZWItNGI2ZS1iZjE0LTNkZmFkYjY2YThjOT9hcGktdmVyc2lvbj0yMDIwLTA1LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Network.NetworkManagementClient/616.830.54562.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "10" + ], + "x-ms-request-id": [ + "342d200d-b65c-4d0b-821c-44e1145c556e" + ], + "x-ms-correlation-request-id": [ + "39357f34-a866-4317-ae96-3adf0097bdb4" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11831" + ], + "x-ms-routing-request-id": [ + "BRAZILUS:20200618T054529Z:39357f34-a866-4317-ae96-3adf0097bdb4" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Thu, 18 Jun 2020 05:45:29 GMT" + ], + "Content-Length": [ + "30" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/5e1e8156-5dec-452a-bfe5-6b6e0947c27a/providers/Microsoft.Network/locations/eastus2/nfvOperations/1e0b84e3-14eb-4b6e-bf14-3dfadb66a8c9?api-version=2020-05-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNWUxZTgxNTYtNWRlYy00NTJhLWJmZTUtNmI2ZTA5NDdjMjdhL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvZWFzdHVzMi9uZnZPcGVyYXRpb25zLzFlMGI4NGUzLTE0ZWItNGI2ZS1iZjE0LTNkZmFkYjY2YThjOT9hcGktdmVyc2lvbj0yMDIwLTA1LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Network.NetworkManagementClient/616.830.54562.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "10" + ], + "x-ms-request-id": [ + "99a1153f-8188-4fc6-b570-42518e82d120" + ], + "x-ms-correlation-request-id": [ + "8f87f2dd-ee6b-4a50-99d9-67ee7a620278" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11830" + ], + "x-ms-routing-request-id": [ + "BRAZILUS:20200618T054540Z:8f87f2dd-ee6b-4a50-99d9-67ee7a620278" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Thu, 18 Jun 2020 05:45:40 GMT" + ], + "Content-Length": [ + "30" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/5e1e8156-5dec-452a-bfe5-6b6e0947c27a/providers/Microsoft.Network/locations/eastus2/nfvOperations/1e0b84e3-14eb-4b6e-bf14-3dfadb66a8c9?api-version=2020-05-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNWUxZTgxNTYtNWRlYy00NTJhLWJmZTUtNmI2ZTA5NDdjMjdhL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvZWFzdHVzMi9uZnZPcGVyYXRpb25zLzFlMGI4NGUzLTE0ZWItNGI2ZS1iZjE0LTNkZmFkYjY2YThjOT9hcGktdmVyc2lvbj0yMDIwLTA1LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Network.NetworkManagementClient/616.830.54562.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "10" + ], + "x-ms-request-id": [ + "4469d1d6-72aa-478d-afad-29cd4f46ddd2" + ], + "x-ms-correlation-request-id": [ + "6304d34b-f3fc-43b4-8a64-a243e87fcfd0" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11829" + ], + "x-ms-routing-request-id": [ + "BRAZILUS:20200618T054550Z:6304d34b-f3fc-43b4-8a64-a243e87fcfd0" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Thu, 18 Jun 2020 05:45:50 GMT" + ], + "Content-Length": [ + "30" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/5e1e8156-5dec-452a-bfe5-6b6e0947c27a/providers/Microsoft.Network/locations/eastus2/nfvOperations/1e0b84e3-14eb-4b6e-bf14-3dfadb66a8c9?api-version=2020-05-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNWUxZTgxNTYtNWRlYy00NTJhLWJmZTUtNmI2ZTA5NDdjMjdhL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvZWFzdHVzMi9uZnZPcGVyYXRpb25zLzFlMGI4NGUzLTE0ZWItNGI2ZS1iZjE0LTNkZmFkYjY2YThjOT9hcGktdmVyc2lvbj0yMDIwLTA1LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Network.NetworkManagementClient/616.830.54562.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "10" + ], + "x-ms-request-id": [ + "e264d3d2-8f7b-4bc4-b994-427690e95d08" + ], + "x-ms-correlation-request-id": [ + "71173ce8-6805-4fa2-902f-cc1d50c981c2" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11828" + ], + "x-ms-routing-request-id": [ + "BRAZILUS:20200618T054601Z:71173ce8-6805-4fa2-902f-cc1d50c981c2" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Thu, 18 Jun 2020 05:46:01 GMT" + ], + "Content-Length": [ + "30" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/5e1e8156-5dec-452a-bfe5-6b6e0947c27a/providers/Microsoft.Network/locations/eastus2/nfvOperations/1e0b84e3-14eb-4b6e-bf14-3dfadb66a8c9?api-version=2020-05-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNWUxZTgxNTYtNWRlYy00NTJhLWJmZTUtNmI2ZTA5NDdjMjdhL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvZWFzdHVzMi9uZnZPcGVyYXRpb25zLzFlMGI4NGUzLTE0ZWItNGI2ZS1iZjE0LTNkZmFkYjY2YThjOT9hcGktdmVyc2lvbj0yMDIwLTA1LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Network.NetworkManagementClient/616.830.54562.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "10" + ], + "x-ms-request-id": [ + "8ba405d3-0f4e-446b-8892-34fabf91fe4d" + ], + "x-ms-correlation-request-id": [ + "83427727-1804-4159-bcec-afbd64312f6e" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11827" + ], + "x-ms-routing-request-id": [ + "BRAZILUS:20200618T054611Z:83427727-1804-4159-bcec-afbd64312f6e" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Thu, 18 Jun 2020 05:46:11 GMT" + ], + "Content-Length": [ + "30" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/5e1e8156-5dec-452a-bfe5-6b6e0947c27a/providers/Microsoft.Network/locations/eastus2/nfvOperations/1e0b84e3-14eb-4b6e-bf14-3dfadb66a8c9?api-version=2020-05-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNWUxZTgxNTYtNWRlYy00NTJhLWJmZTUtNmI2ZTA5NDdjMjdhL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvZWFzdHVzMi9uZnZPcGVyYXRpb25zLzFlMGI4NGUzLTE0ZWItNGI2ZS1iZjE0LTNkZmFkYjY2YThjOT9hcGktdmVyc2lvbj0yMDIwLTA1LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Network.NetworkManagementClient/616.830.54562.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "10" + ], + "x-ms-request-id": [ + "b27740a7-dbb5-4e4f-a5c7-f11d8ca4cf60" + ], + "x-ms-correlation-request-id": [ + "fe63c670-c96a-4648-958c-7bc5d5e929b5" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11826" + ], + "x-ms-routing-request-id": [ + "BRAZILUS:20200618T054621Z:fe63c670-c96a-4648-958c-7bc5d5e929b5" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Thu, 18 Jun 2020 05:46:21 GMT" + ], + "Content-Length": [ + "30" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/5e1e8156-5dec-452a-bfe5-6b6e0947c27a/providers/Microsoft.Network/locations/eastus2/nfvOperations/1e0b84e3-14eb-4b6e-bf14-3dfadb66a8c9?api-version=2020-05-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNWUxZTgxNTYtNWRlYy00NTJhLWJmZTUtNmI2ZTA5NDdjMjdhL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvZWFzdHVzMi9uZnZPcGVyYXRpb25zLzFlMGI4NGUzLTE0ZWItNGI2ZS1iZjE0LTNkZmFkYjY2YThjOT9hcGktdmVyc2lvbj0yMDIwLTA1LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Network.NetworkManagementClient/616.830.54562.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "10" + ], + "x-ms-request-id": [ + "2e840316-7351-424b-b381-9f820a6c0ade" + ], + "x-ms-correlation-request-id": [ + "7878d8ff-3b6a-4557-ad5f-35ac6bc39b8a" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11825" + ], + "x-ms-routing-request-id": [ + "BRAZILUS:20200618T054632Z:7878d8ff-3b6a-4557-ad5f-35ac6bc39b8a" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Thu, 18 Jun 2020 05:46:32 GMT" + ], + "Content-Length": [ + "30" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/5e1e8156-5dec-452a-bfe5-6b6e0947c27a/providers/Microsoft.Network/locations/eastus2/nfvOperations/1e0b84e3-14eb-4b6e-bf14-3dfadb66a8c9?api-version=2020-05-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNWUxZTgxNTYtNWRlYy00NTJhLWJmZTUtNmI2ZTA5NDdjMjdhL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvZWFzdHVzMi9uZnZPcGVyYXRpb25zLzFlMGI4NGUzLTE0ZWItNGI2ZS1iZjE0LTNkZmFkYjY2YThjOT9hcGktdmVyc2lvbj0yMDIwLTA1LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Network.NetworkManagementClient/616.830.54562.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "10" + ], + "x-ms-request-id": [ + "3692c4c7-e0b6-4691-a97a-20245cf06a77" + ], + "x-ms-correlation-request-id": [ + "9e74363b-e45d-439f-a685-e575a6e7011b" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11824" + ], + "x-ms-routing-request-id": [ + "BRAZILUS:20200618T054642Z:9e74363b-e45d-439f-a685-e575a6e7011b" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Thu, 18 Jun 2020 05:46:42 GMT" + ], + "Content-Length": [ + "30" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/5e1e8156-5dec-452a-bfe5-6b6e0947c27a/providers/Microsoft.Network/locations/eastus2/nfvOperations/1e0b84e3-14eb-4b6e-bf14-3dfadb66a8c9?api-version=2020-05-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNWUxZTgxNTYtNWRlYy00NTJhLWJmZTUtNmI2ZTA5NDdjMjdhL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvZWFzdHVzMi9uZnZPcGVyYXRpb25zLzFlMGI4NGUzLTE0ZWItNGI2ZS1iZjE0LTNkZmFkYjY2YThjOT9hcGktdmVyc2lvbj0yMDIwLTA1LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Network.NetworkManagementClient/616.830.54562.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "10" + ], + "x-ms-request-id": [ + "f93da26e-1a63-4d6b-b787-fa986e253c9c" + ], + "x-ms-correlation-request-id": [ + "6a946cfe-7b30-44d4-a21d-a3f8d4576d41" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11823" + ], + "x-ms-routing-request-id": [ + "BRAZILUS:20200618T054652Z:6a946cfe-7b30-44d4-a21d-a3f8d4576d41" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Thu, 18 Jun 2020 05:46:52 GMT" + ], + "Content-Length": [ + "30" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/5e1e8156-5dec-452a-bfe5-6b6e0947c27a/providers/Microsoft.Network/locations/eastus2/nfvOperations/1e0b84e3-14eb-4b6e-bf14-3dfadb66a8c9?api-version=2020-05-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNWUxZTgxNTYtNWRlYy00NTJhLWJmZTUtNmI2ZTA5NDdjMjdhL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvZWFzdHVzMi9uZnZPcGVyYXRpb25zLzFlMGI4NGUzLTE0ZWItNGI2ZS1iZjE0LTNkZmFkYjY2YThjOT9hcGktdmVyc2lvbj0yMDIwLTA1LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Network.NetworkManagementClient/616.830.54562.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "10" + ], + "x-ms-request-id": [ + "1132b136-29e8-47e1-b5c9-1d3acfe503ae" + ], + "x-ms-correlation-request-id": [ + "eb963240-a647-40e1-afe0-2062fc21302c" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11822" + ], + "x-ms-routing-request-id": [ + "BRAZILUS:20200618T054703Z:eb963240-a647-40e1-afe0-2062fc21302c" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Thu, 18 Jun 2020 05:47:02 GMT" + ], + "Content-Length": [ + "30" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/5e1e8156-5dec-452a-bfe5-6b6e0947c27a/providers/Microsoft.Network/locations/eastus2/nfvOperations/1e0b84e3-14eb-4b6e-bf14-3dfadb66a8c9?api-version=2020-05-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNWUxZTgxNTYtNWRlYy00NTJhLWJmZTUtNmI2ZTA5NDdjMjdhL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvZWFzdHVzMi9uZnZPcGVyYXRpb25zLzFlMGI4NGUzLTE0ZWItNGI2ZS1iZjE0LTNkZmFkYjY2YThjOT9hcGktdmVyc2lvbj0yMDIwLTA1LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Network.NetworkManagementClient/616.830.54562.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "10" + ], + "x-ms-request-id": [ + "19f28aa3-acc7-4014-9a1c-d3487c179464" + ], + "x-ms-correlation-request-id": [ + "229f2186-4ec1-47d1-923d-52bd6de940e5" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11821" + ], + "x-ms-routing-request-id": [ + "BRAZILUS:20200618T054713Z:229f2186-4ec1-47d1-923d-52bd6de940e5" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Thu, 18 Jun 2020 05:47:13 GMT" + ], + "Content-Length": [ + "30" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/5e1e8156-5dec-452a-bfe5-6b6e0947c27a/providers/Microsoft.Network/locations/eastus2/nfvOperations/1e0b84e3-14eb-4b6e-bf14-3dfadb66a8c9?api-version=2020-05-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNWUxZTgxNTYtNWRlYy00NTJhLWJmZTUtNmI2ZTA5NDdjMjdhL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvZWFzdHVzMi9uZnZPcGVyYXRpb25zLzFlMGI4NGUzLTE0ZWItNGI2ZS1iZjE0LTNkZmFkYjY2YThjOT9hcGktdmVyc2lvbj0yMDIwLTA1LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Network.NetworkManagementClient/616.830.54562.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "10" + ], + "x-ms-request-id": [ + "3a420327-87b6-4b55-a913-ffa78e1f2afc" + ], + "x-ms-correlation-request-id": [ + "c16926af-084c-4ee4-8614-d0605b4ee53b" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11820" + ], + "x-ms-routing-request-id": [ + "BRAZILUS:20200618T054723Z:c16926af-084c-4ee4-8614-d0605b4ee53b" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Thu, 18 Jun 2020 05:47:23 GMT" + ], + "Content-Length": [ + "30" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/5e1e8156-5dec-452a-bfe5-6b6e0947c27a/providers/Microsoft.Network/locations/eastus2/nfvOperations/1e0b84e3-14eb-4b6e-bf14-3dfadb66a8c9?api-version=2020-05-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNWUxZTgxNTYtNWRlYy00NTJhLWJmZTUtNmI2ZTA5NDdjMjdhL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvZWFzdHVzMi9uZnZPcGVyYXRpb25zLzFlMGI4NGUzLTE0ZWItNGI2ZS1iZjE0LTNkZmFkYjY2YThjOT9hcGktdmVyc2lvbj0yMDIwLTA1LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Network.NetworkManagementClient/616.830.54562.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "10" + ], + "x-ms-request-id": [ + "f9bb60ff-fc08-4825-9e2b-9bba0e68e745" + ], + "x-ms-correlation-request-id": [ + "b8a62814-7a3e-4884-ab6d-22fa9a1b09c9" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11819" + ], + "x-ms-routing-request-id": [ + "BRAZILUS:20200618T054734Z:b8a62814-7a3e-4884-ab6d-22fa9a1b09c9" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Thu, 18 Jun 2020 05:47:33 GMT" + ], + "Content-Length": [ + "30" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/5e1e8156-5dec-452a-bfe5-6b6e0947c27a/providers/Microsoft.Network/locations/eastus2/nfvOperations/1e0b84e3-14eb-4b6e-bf14-3dfadb66a8c9?api-version=2020-05-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNWUxZTgxNTYtNWRlYy00NTJhLWJmZTUtNmI2ZTA5NDdjMjdhL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvZWFzdHVzMi9uZnZPcGVyYXRpb25zLzFlMGI4NGUzLTE0ZWItNGI2ZS1iZjE0LTNkZmFkYjY2YThjOT9hcGktdmVyc2lvbj0yMDIwLTA1LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Network.NetworkManagementClient/616.830.54562.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "10" + ], + "x-ms-request-id": [ + "b07b592b-a127-451f-8a5f-7b8fcac711cd" + ], + "x-ms-correlation-request-id": [ + "9df0e6b8-7bb2-4bf8-9dc9-2f3961a136ee" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11818" + ], + "x-ms-routing-request-id": [ + "BRAZILUS:20200618T054744Z:9df0e6b8-7bb2-4bf8-9dc9-2f3961a136ee" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Thu, 18 Jun 2020 05:47:44 GMT" + ], + "Content-Length": [ + "30" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/5e1e8156-5dec-452a-bfe5-6b6e0947c27a/providers/Microsoft.Network/locations/eastus2/nfvOperations/1e0b84e3-14eb-4b6e-bf14-3dfadb66a8c9?api-version=2020-05-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNWUxZTgxNTYtNWRlYy00NTJhLWJmZTUtNmI2ZTA5NDdjMjdhL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvZWFzdHVzMi9uZnZPcGVyYXRpb25zLzFlMGI4NGUzLTE0ZWItNGI2ZS1iZjE0LTNkZmFkYjY2YThjOT9hcGktdmVyc2lvbj0yMDIwLTA1LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Network.NetworkManagementClient/616.830.54562.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "10" + ], + "x-ms-request-id": [ + "9006e71a-0d2b-40f8-9320-db31a743d36b" + ], + "x-ms-correlation-request-id": [ + "ef7beea5-a2f6-4086-8773-25ba556cd469" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11817" + ], + "x-ms-routing-request-id": [ + "BRAZILUS:20200618T054754Z:ef7beea5-a2f6-4086-8773-25ba556cd469" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Thu, 18 Jun 2020 05:47:54 GMT" + ], + "Content-Length": [ + "30" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/5e1e8156-5dec-452a-bfe5-6b6e0947c27a/providers/Microsoft.Network/locations/eastus2/nfvOperations/1e0b84e3-14eb-4b6e-bf14-3dfadb66a8c9?api-version=2020-05-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNWUxZTgxNTYtNWRlYy00NTJhLWJmZTUtNmI2ZTA5NDdjMjdhL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvZWFzdHVzMi9uZnZPcGVyYXRpb25zLzFlMGI4NGUzLTE0ZWItNGI2ZS1iZjE0LTNkZmFkYjY2YThjOT9hcGktdmVyc2lvbj0yMDIwLTA1LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Network.NetworkManagementClient/616.830.54562.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "10" + ], + "x-ms-request-id": [ + "2a2b0e6e-df7d-41ec-921d-56a00cebfac1" + ], + "x-ms-correlation-request-id": [ + "df28ff32-f12d-4878-a775-03e8f8e61d09" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11816" + ], + "x-ms-routing-request-id": [ + "BRAZILUS:20200618T054805Z:df28ff32-f12d-4878-a775-03e8f8e61d09" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Thu, 18 Jun 2020 05:48:05 GMT" + ], + "Content-Length": [ + "30" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/5e1e8156-5dec-452a-bfe5-6b6e0947c27a/providers/Microsoft.Network/locations/eastus2/nfvOperations/1e0b84e3-14eb-4b6e-bf14-3dfadb66a8c9?api-version=2020-05-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNWUxZTgxNTYtNWRlYy00NTJhLWJmZTUtNmI2ZTA5NDdjMjdhL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvZWFzdHVzMi9uZnZPcGVyYXRpb25zLzFlMGI4NGUzLTE0ZWItNGI2ZS1iZjE0LTNkZmFkYjY2YThjOT9hcGktdmVyc2lvbj0yMDIwLTA1LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Network.NetworkManagementClient/616.830.54562.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "10" + ], + "x-ms-request-id": [ + "2612b76a-5ba7-4e6a-bbc6-b0ac9e6aac33" + ], + "x-ms-correlation-request-id": [ + "d3c1902c-fe82-4269-b68c-7758e56de1e5" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11815" + ], + "x-ms-routing-request-id": [ + "BRAZILUS:20200618T054815Z:d3c1902c-fe82-4269-b68c-7758e56de1e5" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Thu, 18 Jun 2020 05:48:15 GMT" + ], + "Content-Length": [ + "30" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/5e1e8156-5dec-452a-bfe5-6b6e0947c27a/providers/Microsoft.Network/locations/eastus2/nfvOperations/1e0b84e3-14eb-4b6e-bf14-3dfadb66a8c9?api-version=2020-05-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNWUxZTgxNTYtNWRlYy00NTJhLWJmZTUtNmI2ZTA5NDdjMjdhL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvZWFzdHVzMi9uZnZPcGVyYXRpb25zLzFlMGI4NGUzLTE0ZWItNGI2ZS1iZjE0LTNkZmFkYjY2YThjOT9hcGktdmVyc2lvbj0yMDIwLTA1LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Network.NetworkManagementClient/616.830.54562.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "10" + ], + "x-ms-request-id": [ + "889277e0-5d2a-411d-a3e2-bad2aaf0d6d7" + ], + "x-ms-correlation-request-id": [ + "23446515-57b6-4e5f-aa3c-11b63f5d6fd6" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11814" + ], + "x-ms-routing-request-id": [ + "BRAZILUS:20200618T054825Z:23446515-57b6-4e5f-aa3c-11b63f5d6fd6" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Thu, 18 Jun 2020 05:48:25 GMT" + ], + "Content-Length": [ + "30" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/5e1e8156-5dec-452a-bfe5-6b6e0947c27a/providers/Microsoft.Network/locations/eastus2/nfvOperations/1e0b84e3-14eb-4b6e-bf14-3dfadb66a8c9?api-version=2020-05-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNWUxZTgxNTYtNWRlYy00NTJhLWJmZTUtNmI2ZTA5NDdjMjdhL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvZWFzdHVzMi9uZnZPcGVyYXRpb25zLzFlMGI4NGUzLTE0ZWItNGI2ZS1iZjE0LTNkZmFkYjY2YThjOT9hcGktdmVyc2lvbj0yMDIwLTA1LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Network.NetworkManagementClient/616.830.54562.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "10" + ], + "x-ms-request-id": [ + "8525d4a6-1e4b-42de-8005-c900913c2f7e" + ], + "x-ms-correlation-request-id": [ + "b7a0dd96-c5eb-4210-be6b-32663185c023" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11813" + ], + "x-ms-routing-request-id": [ + "BRAZILUS:20200618T054836Z:b7a0dd96-c5eb-4210-be6b-32663185c023" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Thu, 18 Jun 2020 05:48:36 GMT" + ], + "Content-Length": [ + "30" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/5e1e8156-5dec-452a-bfe5-6b6e0947c27a/providers/Microsoft.Network/locations/eastus2/nfvOperations/1e0b84e3-14eb-4b6e-bf14-3dfadb66a8c9?api-version=2020-05-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNWUxZTgxNTYtNWRlYy00NTJhLWJmZTUtNmI2ZTA5NDdjMjdhL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvZWFzdHVzMi9uZnZPcGVyYXRpb25zLzFlMGI4NGUzLTE0ZWItNGI2ZS1iZjE0LTNkZmFkYjY2YThjOT9hcGktdmVyc2lvbj0yMDIwLTA1LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Network.NetworkManagementClient/616.830.54562.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-request-id": [ + "52c6e5b1-3a64-4158-bbbc-10d8884cee02" + ], + "x-ms-correlation-request-id": [ + "cbaf7387-9fde-49bb-977b-ef909664a25e" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11812" + ], + "x-ms-routing-request-id": [ + "BRAZILUS:20200618T054846Z:cbaf7387-9fde-49bb-977b-ef909664a25e" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Thu, 18 Jun 2020 05:48:45 GMT" + ], + "Content-Length": [ + "29" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"status\": \"Succeeded\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/5e1e8156-5dec-452a-bfe5-6b6e0947c27a/resourceGroups/ps7173/providers/Microsoft.Network/networkVirtualAppliances/ps4399?api-version=2020-05-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNWUxZTgxNTYtNWRlYy00NTJhLWJmZTUtNmI2ZTA5NDdjMjdhL3Jlc291cmNlR3JvdXBzL3BzNzE3My9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvbmV0d29ya1ZpcnR1YWxBcHBsaWFuY2VzL3BzNDM5OT9hcGktdmVyc2lvbj0yMDIwLTA1LTAx", + "RequestMethod": "DELETE", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "959858e2-6d3c-42cd-a52a-20935c274231" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Network.NetworkManagementClient/616.830.54562.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://brazilus.management.azure.com/subscriptions/5e1e8156-5dec-452a-bfe5-6b6e0947c27a/providers/Microsoft.Network/locations/eastus2/nfvOperationResults/24df2e0c-dc45-4a3b-84ec-001c4cface41?api-version=2020-05-01" + ], + "Retry-After": [ + "10" + ], + "x-ms-request-id": [ + "24df2e0c-dc45-4a3b-84ec-001c4cface41" + ], + "x-ms-correlation-request-id": [ + "957d6e59-0461-42c2-8f12-7401ca901d7f" + ], + "Azure-AsyncOperation": [ + "https://brazilus.management.azure.com/subscriptions/5e1e8156-5dec-452a-bfe5-6b6e0947c27a/providers/Microsoft.Network/locations/eastus2/nfvOperations/24df2e0c-dc45-4a3b-84ec-001c4cface41?api-version=2020-05-01" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-deletes": [ + "14998" + ], + "x-ms-routing-request-id": [ + "BRAZILUS:20200618T054853Z:957d6e59-0461-42c2-8f12-7401ca901d7f" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Thu, 18 Jun 2020 05:48:53 GMT" + ], + "Content-Length": [ + "4" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "null", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/5e1e8156-5dec-452a-bfe5-6b6e0947c27a/providers/Microsoft.Network/locations/eastus2/nfvOperations/24df2e0c-dc45-4a3b-84ec-001c4cface41?api-version=2020-05-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNWUxZTgxNTYtNWRlYy00NTJhLWJmZTUtNmI2ZTA5NDdjMjdhL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvZWFzdHVzMi9uZnZPcGVyYXRpb25zLzI0ZGYyZTBjLWRjNDUtNGEzYi04NGVjLTAwMWM0Y2ZhY2U0MT9hcGktdmVyc2lvbj0yMDIwLTA1LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Network.NetworkManagementClient/616.830.54562.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "10" + ], + "x-ms-request-id": [ + "7ac6f3cc-0a8e-4ae5-9f55-f83a121e04ca" + ], + "x-ms-correlation-request-id": [ + "c37efe55-7237-488c-8ebb-b10dff18a78c" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11960" + ], + "x-ms-routing-request-id": [ + "BRAZILUS:20200618T054904Z:c37efe55-7237-488c-8ebb-b10dff18a78c" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Thu, 18 Jun 2020 05:49:03 GMT" + ], + "Content-Length": [ + "30" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/5e1e8156-5dec-452a-bfe5-6b6e0947c27a/providers/Microsoft.Network/locations/eastus2/nfvOperations/24df2e0c-dc45-4a3b-84ec-001c4cface41?api-version=2020-05-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNWUxZTgxNTYtNWRlYy00NTJhLWJmZTUtNmI2ZTA5NDdjMjdhL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvZWFzdHVzMi9uZnZPcGVyYXRpb25zLzI0ZGYyZTBjLWRjNDUtNGEzYi04NGVjLTAwMWM0Y2ZhY2U0MT9hcGktdmVyc2lvbj0yMDIwLTA1LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Network.NetworkManagementClient/616.830.54562.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "10" + ], + "x-ms-request-id": [ + "33165931-2de4-458e-8af4-7cf3a5da8f6e" + ], + "x-ms-correlation-request-id": [ + "5ea8c31b-808a-4dbe-92d7-e382c04b9b86" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11959" + ], + "x-ms-routing-request-id": [ + "BRAZILUS:20200618T054914Z:5ea8c31b-808a-4dbe-92d7-e382c04b9b86" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Thu, 18 Jun 2020 05:49:13 GMT" + ], + "Content-Length": [ + "30" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/5e1e8156-5dec-452a-bfe5-6b6e0947c27a/providers/Microsoft.Network/locations/eastus2/nfvOperations/24df2e0c-dc45-4a3b-84ec-001c4cface41?api-version=2020-05-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNWUxZTgxNTYtNWRlYy00NTJhLWJmZTUtNmI2ZTA5NDdjMjdhL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvZWFzdHVzMi9uZnZPcGVyYXRpb25zLzI0ZGYyZTBjLWRjNDUtNGEzYi04NGVjLTAwMWM0Y2ZhY2U0MT9hcGktdmVyc2lvbj0yMDIwLTA1LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Network.NetworkManagementClient/616.830.54562.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "10" + ], + "x-ms-request-id": [ + "7bf9289d-8997-4a58-ac01-f7ece5cbd0d0" + ], + "x-ms-correlation-request-id": [ + "c61c1187-db79-4166-a928-a7e8b978f37c" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11958" + ], + "x-ms-routing-request-id": [ + "BRAZILUS:20200618T054925Z:c61c1187-db79-4166-a928-a7e8b978f37c" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Thu, 18 Jun 2020 05:49:25 GMT" + ], + "Content-Length": [ + "30" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/5e1e8156-5dec-452a-bfe5-6b6e0947c27a/providers/Microsoft.Network/locations/eastus2/nfvOperations/24df2e0c-dc45-4a3b-84ec-001c4cface41?api-version=2020-05-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNWUxZTgxNTYtNWRlYy00NTJhLWJmZTUtNmI2ZTA5NDdjMjdhL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvZWFzdHVzMi9uZnZPcGVyYXRpb25zLzI0ZGYyZTBjLWRjNDUtNGEzYi04NGVjLTAwMWM0Y2ZhY2U0MT9hcGktdmVyc2lvbj0yMDIwLTA1LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Network.NetworkManagementClient/616.830.54562.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "10" + ], + "x-ms-request-id": [ + "ac4650d2-abce-4a16-a803-de1d76dbf7c8" + ], + "x-ms-correlation-request-id": [ + "cf1b3f4f-16df-430d-b04f-5cf010eae11d" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11957" + ], + "x-ms-routing-request-id": [ + "BRAZILUS:20200618T054935Z:cf1b3f4f-16df-430d-b04f-5cf010eae11d" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Thu, 18 Jun 2020 05:49:35 GMT" + ], + "Content-Length": [ + "30" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/5e1e8156-5dec-452a-bfe5-6b6e0947c27a/providers/Microsoft.Network/locations/eastus2/nfvOperations/24df2e0c-dc45-4a3b-84ec-001c4cface41?api-version=2020-05-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNWUxZTgxNTYtNWRlYy00NTJhLWJmZTUtNmI2ZTA5NDdjMjdhL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvZWFzdHVzMi9uZnZPcGVyYXRpb25zLzI0ZGYyZTBjLWRjNDUtNGEzYi04NGVjLTAwMWM0Y2ZhY2U0MT9hcGktdmVyc2lvbj0yMDIwLTA1LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Network.NetworkManagementClient/616.830.54562.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "10" + ], + "x-ms-request-id": [ + "537843f8-c3d3-421d-973f-b45562a13122" + ], + "x-ms-correlation-request-id": [ + "506bdbc9-6702-42a7-9020-9d290deaceca" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11956" + ], + "x-ms-routing-request-id": [ + "BRAZILUS:20200618T054945Z:506bdbc9-6702-42a7-9020-9d290deaceca" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Thu, 18 Jun 2020 05:49:45 GMT" + ], + "Content-Length": [ + "30" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/5e1e8156-5dec-452a-bfe5-6b6e0947c27a/providers/Microsoft.Network/locations/eastus2/nfvOperations/24df2e0c-dc45-4a3b-84ec-001c4cface41?api-version=2020-05-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNWUxZTgxNTYtNWRlYy00NTJhLWJmZTUtNmI2ZTA5NDdjMjdhL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvZWFzdHVzMi9uZnZPcGVyYXRpb25zLzI0ZGYyZTBjLWRjNDUtNGEzYi04NGVjLTAwMWM0Y2ZhY2U0MT9hcGktdmVyc2lvbj0yMDIwLTA1LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Network.NetworkManagementClient/616.830.54562.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "10" + ], + "x-ms-request-id": [ + "eb020df3-d329-42a5-b8d3-742a1e1f5250" + ], + "x-ms-correlation-request-id": [ + "ac0fb370-2425-458b-9696-7ecc7e3d5fa6" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11955" + ], + "x-ms-routing-request-id": [ + "BRAZILUS:20200618T054956Z:ac0fb370-2425-458b-9696-7ecc7e3d5fa6" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Thu, 18 Jun 2020 05:49:55 GMT" + ], + "Content-Length": [ + "30" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/5e1e8156-5dec-452a-bfe5-6b6e0947c27a/providers/Microsoft.Network/locations/eastus2/nfvOperations/24df2e0c-dc45-4a3b-84ec-001c4cface41?api-version=2020-05-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNWUxZTgxNTYtNWRlYy00NTJhLWJmZTUtNmI2ZTA5NDdjMjdhL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvZWFzdHVzMi9uZnZPcGVyYXRpb25zLzI0ZGYyZTBjLWRjNDUtNGEzYi04NGVjLTAwMWM0Y2ZhY2U0MT9hcGktdmVyc2lvbj0yMDIwLTA1LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Network.NetworkManagementClient/616.830.54562.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "10" + ], + "x-ms-request-id": [ + "7f4da476-6d15-48e0-a7ba-dafec444a759" + ], + "x-ms-correlation-request-id": [ + "79c4b63f-9d07-4dbe-be47-fde8bce3dd1c" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11954" + ], + "x-ms-routing-request-id": [ + "BRAZILUS:20200618T055006Z:79c4b63f-9d07-4dbe-be47-fde8bce3dd1c" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Thu, 18 Jun 2020 05:50:05 GMT" + ], + "Content-Length": [ + "30" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/5e1e8156-5dec-452a-bfe5-6b6e0947c27a/providers/Microsoft.Network/locations/eastus2/nfvOperations/24df2e0c-dc45-4a3b-84ec-001c4cface41?api-version=2020-05-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNWUxZTgxNTYtNWRlYy00NTJhLWJmZTUtNmI2ZTA5NDdjMjdhL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvZWFzdHVzMi9uZnZPcGVyYXRpb25zLzI0ZGYyZTBjLWRjNDUtNGEzYi04NGVjLTAwMWM0Y2ZhY2U0MT9hcGktdmVyc2lvbj0yMDIwLTA1LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Network.NetworkManagementClient/616.830.54562.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "10" + ], + "x-ms-request-id": [ + "f3ee69fc-ef1a-4916-80c1-fd7203866e6b" + ], + "x-ms-correlation-request-id": [ + "7bb9d530-4cae-4fae-a527-7e50ff168584" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11953" + ], + "x-ms-routing-request-id": [ + "BRAZILUS:20200618T055016Z:7bb9d530-4cae-4fae-a527-7e50ff168584" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Thu, 18 Jun 2020 05:50:16 GMT" + ], + "Content-Length": [ + "30" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/5e1e8156-5dec-452a-bfe5-6b6e0947c27a/providers/Microsoft.Network/locations/eastus2/nfvOperations/24df2e0c-dc45-4a3b-84ec-001c4cface41?api-version=2020-05-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNWUxZTgxNTYtNWRlYy00NTJhLWJmZTUtNmI2ZTA5NDdjMjdhL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvZWFzdHVzMi9uZnZPcGVyYXRpb25zLzI0ZGYyZTBjLWRjNDUtNGEzYi04NGVjLTAwMWM0Y2ZhY2U0MT9hcGktdmVyc2lvbj0yMDIwLTA1LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Network.NetworkManagementClient/616.830.54562.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "10" + ], + "x-ms-request-id": [ + "f6f09eb6-b8e6-433f-b8d7-7a9ba55cfa7a" + ], + "x-ms-correlation-request-id": [ + "ac004f60-65c7-40e4-9cee-9bb626c68eb0" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11952" + ], + "x-ms-routing-request-id": [ + "BRAZILUS:20200618T055027Z:ac004f60-65c7-40e4-9cee-9bb626c68eb0" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Thu, 18 Jun 2020 05:50:26 GMT" + ], + "Content-Length": [ + "30" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/5e1e8156-5dec-452a-bfe5-6b6e0947c27a/providers/Microsoft.Network/locations/eastus2/nfvOperations/24df2e0c-dc45-4a3b-84ec-001c4cface41?api-version=2020-05-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNWUxZTgxNTYtNWRlYy00NTJhLWJmZTUtNmI2ZTA5NDdjMjdhL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvZWFzdHVzMi9uZnZPcGVyYXRpb25zLzI0ZGYyZTBjLWRjNDUtNGEzYi04NGVjLTAwMWM0Y2ZhY2U0MT9hcGktdmVyc2lvbj0yMDIwLTA1LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Network.NetworkManagementClient/616.830.54562.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "10" + ], + "x-ms-request-id": [ + "f48aa452-2891-4c7d-8810-a339ecda998d" + ], + "x-ms-correlation-request-id": [ + "9844ea0f-a945-43f5-ac66-40a3bca279db" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11951" + ], + "x-ms-routing-request-id": [ + "BRAZILUS:20200618T055037Z:9844ea0f-a945-43f5-ac66-40a3bca279db" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Thu, 18 Jun 2020 05:50:36 GMT" + ], + "Content-Length": [ + "30" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/5e1e8156-5dec-452a-bfe5-6b6e0947c27a/providers/Microsoft.Network/locations/eastus2/nfvOperations/24df2e0c-dc45-4a3b-84ec-001c4cface41?api-version=2020-05-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNWUxZTgxNTYtNWRlYy00NTJhLWJmZTUtNmI2ZTA5NDdjMjdhL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvZWFzdHVzMi9uZnZPcGVyYXRpb25zLzI0ZGYyZTBjLWRjNDUtNGEzYi04NGVjLTAwMWM0Y2ZhY2U0MT9hcGktdmVyc2lvbj0yMDIwLTA1LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Network.NetworkManagementClient/616.830.54562.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "10" + ], + "x-ms-request-id": [ + "ef5716f1-dacb-42ab-b692-9276f4b02019" + ], + "x-ms-correlation-request-id": [ + "96100b27-4e3f-4c7a-8b47-81e880fb9cc8" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11950" + ], + "x-ms-routing-request-id": [ + "BRAZILUS:20200618T055047Z:96100b27-4e3f-4c7a-8b47-81e880fb9cc8" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Thu, 18 Jun 2020 05:50:47 GMT" + ], + "Content-Length": [ + "30" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/5e1e8156-5dec-452a-bfe5-6b6e0947c27a/providers/Microsoft.Network/locations/eastus2/nfvOperations/24df2e0c-dc45-4a3b-84ec-001c4cface41?api-version=2020-05-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNWUxZTgxNTYtNWRlYy00NTJhLWJmZTUtNmI2ZTA5NDdjMjdhL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvZWFzdHVzMi9uZnZPcGVyYXRpb25zLzI0ZGYyZTBjLWRjNDUtNGEzYi04NGVjLTAwMWM0Y2ZhY2U0MT9hcGktdmVyc2lvbj0yMDIwLTA1LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Network.NetworkManagementClient/616.830.54562.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "10" + ], + "x-ms-request-id": [ + "f8d21b63-ef27-487d-ae67-e55c44da19b4" + ], + "x-ms-correlation-request-id": [ + "40583b7d-be6b-45a9-8594-797e5fff0219" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11949" + ], + "x-ms-routing-request-id": [ + "BRAZILUS:20200618T055058Z:40583b7d-be6b-45a9-8594-797e5fff0219" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Thu, 18 Jun 2020 05:50:57 GMT" + ], + "Content-Length": [ + "30" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/5e1e8156-5dec-452a-bfe5-6b6e0947c27a/providers/Microsoft.Network/locations/eastus2/nfvOperations/24df2e0c-dc45-4a3b-84ec-001c4cface41?api-version=2020-05-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNWUxZTgxNTYtNWRlYy00NTJhLWJmZTUtNmI2ZTA5NDdjMjdhL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvZWFzdHVzMi9uZnZPcGVyYXRpb25zLzI0ZGYyZTBjLWRjNDUtNGEzYi04NGVjLTAwMWM0Y2ZhY2U0MT9hcGktdmVyc2lvbj0yMDIwLTA1LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Network.NetworkManagementClient/616.830.54562.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "10" + ], + "x-ms-request-id": [ + "13b301b9-b6b0-4650-bd6e-06052417a540" + ], + "x-ms-correlation-request-id": [ + "81576b4a-de67-44d2-9565-078008a75b96" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11948" + ], + "x-ms-routing-request-id": [ + "BRAZILUS:20200618T055108Z:81576b4a-de67-44d2-9565-078008a75b96" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Thu, 18 Jun 2020 05:51:08 GMT" + ], + "Content-Length": [ + "30" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/5e1e8156-5dec-452a-bfe5-6b6e0947c27a/providers/Microsoft.Network/locations/eastus2/nfvOperations/24df2e0c-dc45-4a3b-84ec-001c4cface41?api-version=2020-05-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNWUxZTgxNTYtNWRlYy00NTJhLWJmZTUtNmI2ZTA5NDdjMjdhL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvZWFzdHVzMi9uZnZPcGVyYXRpb25zLzI0ZGYyZTBjLWRjNDUtNGEzYi04NGVjLTAwMWM0Y2ZhY2U0MT9hcGktdmVyc2lvbj0yMDIwLTA1LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Network.NetworkManagementClient/616.830.54562.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "10" + ], + "x-ms-request-id": [ + "7888dbf4-b77f-4336-b5b1-6e57df7380e5" + ], + "x-ms-correlation-request-id": [ + "08a6a2ce-0428-4005-b080-3dc6f42c2601" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11947" + ], + "x-ms-routing-request-id": [ + "BRAZILUS:20200618T055118Z:08a6a2ce-0428-4005-b080-3dc6f42c2601" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Thu, 18 Jun 2020 05:51:18 GMT" + ], + "Content-Length": [ + "30" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/5e1e8156-5dec-452a-bfe5-6b6e0947c27a/providers/Microsoft.Network/locations/eastus2/nfvOperations/24df2e0c-dc45-4a3b-84ec-001c4cface41?api-version=2020-05-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNWUxZTgxNTYtNWRlYy00NTJhLWJmZTUtNmI2ZTA5NDdjMjdhL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvZWFzdHVzMi9uZnZPcGVyYXRpb25zLzI0ZGYyZTBjLWRjNDUtNGEzYi04NGVjLTAwMWM0Y2ZhY2U0MT9hcGktdmVyc2lvbj0yMDIwLTA1LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Network.NetworkManagementClient/616.830.54562.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "10" + ], + "x-ms-request-id": [ + "5ec7ea0e-e433-4d89-8fc8-1ffe5add0cd9" + ], + "x-ms-correlation-request-id": [ + "656f1b02-8176-4ccb-ac3c-259ce65f6428" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11946" + ], + "x-ms-routing-request-id": [ + "BRAZILUS:20200618T055129Z:656f1b02-8176-4ccb-ac3c-259ce65f6428" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Thu, 18 Jun 2020 05:51:28 GMT" + ], + "Content-Length": [ + "30" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/5e1e8156-5dec-452a-bfe5-6b6e0947c27a/providers/Microsoft.Network/locations/eastus2/nfvOperations/24df2e0c-dc45-4a3b-84ec-001c4cface41?api-version=2020-05-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNWUxZTgxNTYtNWRlYy00NTJhLWJmZTUtNmI2ZTA5NDdjMjdhL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvZWFzdHVzMi9uZnZPcGVyYXRpb25zLzI0ZGYyZTBjLWRjNDUtNGEzYi04NGVjLTAwMWM0Y2ZhY2U0MT9hcGktdmVyc2lvbj0yMDIwLTA1LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Network.NetworkManagementClient/616.830.54562.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "10" + ], + "x-ms-request-id": [ + "3cebcb38-1a7e-4c55-b936-1c8deaa9a0e6" + ], + "x-ms-correlation-request-id": [ + "e5a2c9a9-b6aa-4fdf-8ceb-ad92756f968e" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11945" + ], + "x-ms-routing-request-id": [ + "BRAZILUS:20200618T055139Z:e5a2c9a9-b6aa-4fdf-8ceb-ad92756f968e" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Thu, 18 Jun 2020 05:51:38 GMT" + ], + "Content-Length": [ + "30" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/5e1e8156-5dec-452a-bfe5-6b6e0947c27a/providers/Microsoft.Network/locations/eastus2/nfvOperations/24df2e0c-dc45-4a3b-84ec-001c4cface41?api-version=2020-05-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNWUxZTgxNTYtNWRlYy00NTJhLWJmZTUtNmI2ZTA5NDdjMjdhL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvZWFzdHVzMi9uZnZPcGVyYXRpb25zLzI0ZGYyZTBjLWRjNDUtNGEzYi04NGVjLTAwMWM0Y2ZhY2U0MT9hcGktdmVyc2lvbj0yMDIwLTA1LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Network.NetworkManagementClient/616.830.54562.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "10" + ], + "x-ms-request-id": [ + "0eca50a4-28aa-4d7d-8bd5-80af85e93d9e" + ], + "x-ms-correlation-request-id": [ + "1031f581-8159-4829-ac33-2dbcddad6a40" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11944" + ], + "x-ms-routing-request-id": [ + "BRAZILUS:20200618T055149Z:1031f581-8159-4829-ac33-2dbcddad6a40" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Thu, 18 Jun 2020 05:51:49 GMT" + ], + "Content-Length": [ + "30" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/5e1e8156-5dec-452a-bfe5-6b6e0947c27a/providers/Microsoft.Network/locations/eastus2/nfvOperations/24df2e0c-dc45-4a3b-84ec-001c4cface41?api-version=2020-05-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNWUxZTgxNTYtNWRlYy00NTJhLWJmZTUtNmI2ZTA5NDdjMjdhL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvZWFzdHVzMi9uZnZPcGVyYXRpb25zLzI0ZGYyZTBjLWRjNDUtNGEzYi04NGVjLTAwMWM0Y2ZhY2U0MT9hcGktdmVyc2lvbj0yMDIwLTA1LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Network.NetworkManagementClient/616.830.54562.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "10" + ], + "x-ms-request-id": [ + "a5d18ca2-8ca9-4cbd-a76c-a40c42783b26" + ], + "x-ms-correlation-request-id": [ + "0561fdec-ff69-41c8-ad30-7d59222cfade" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11943" + ], + "x-ms-routing-request-id": [ + "BRAZILUS:20200618T055200Z:0561fdec-ff69-41c8-ad30-7d59222cfade" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Thu, 18 Jun 2020 05:52:00 GMT" + ], + "Content-Length": [ + "30" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/5e1e8156-5dec-452a-bfe5-6b6e0947c27a/providers/Microsoft.Network/locations/eastus2/nfvOperations/24df2e0c-dc45-4a3b-84ec-001c4cface41?api-version=2020-05-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNWUxZTgxNTYtNWRlYy00NTJhLWJmZTUtNmI2ZTA5NDdjMjdhL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvZWFzdHVzMi9uZnZPcGVyYXRpb25zLzI0ZGYyZTBjLWRjNDUtNGEzYi04NGVjLTAwMWM0Y2ZhY2U0MT9hcGktdmVyc2lvbj0yMDIwLTA1LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Network.NetworkManagementClient/616.830.54562.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "10" + ], + "x-ms-request-id": [ + "69c9e4a3-478d-477a-886e-76e69da620e2" + ], + "x-ms-correlation-request-id": [ + "90956a3b-26d2-42fb-9119-c5dd13cd40ac" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11942" + ], + "x-ms-routing-request-id": [ + "BRAZILUS:20200618T055210Z:90956a3b-26d2-42fb-9119-c5dd13cd40ac" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Thu, 18 Jun 2020 05:52:10 GMT" + ], + "Content-Length": [ + "30" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/5e1e8156-5dec-452a-bfe5-6b6e0947c27a/providers/Microsoft.Network/locations/eastus2/nfvOperations/24df2e0c-dc45-4a3b-84ec-001c4cface41?api-version=2020-05-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNWUxZTgxNTYtNWRlYy00NTJhLWJmZTUtNmI2ZTA5NDdjMjdhL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvZWFzdHVzMi9uZnZPcGVyYXRpb25zLzI0ZGYyZTBjLWRjNDUtNGEzYi04NGVjLTAwMWM0Y2ZhY2U0MT9hcGktdmVyc2lvbj0yMDIwLTA1LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Network.NetworkManagementClient/616.830.54562.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "10" + ], + "x-ms-request-id": [ + "38762793-b585-41dc-b10d-45bd8c5a9b01" + ], + "x-ms-correlation-request-id": [ + "5ab7a0e5-8453-42da-99be-3bf7bba25d54" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11941" + ], + "x-ms-routing-request-id": [ + "BRAZILUS:20200618T055220Z:5ab7a0e5-8453-42da-99be-3bf7bba25d54" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Thu, 18 Jun 2020 05:52:20 GMT" + ], + "Content-Length": [ + "30" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/5e1e8156-5dec-452a-bfe5-6b6e0947c27a/providers/Microsoft.Network/locations/eastus2/nfvOperations/24df2e0c-dc45-4a3b-84ec-001c4cface41?api-version=2020-05-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNWUxZTgxNTYtNWRlYy00NTJhLWJmZTUtNmI2ZTA5NDdjMjdhL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvZWFzdHVzMi9uZnZPcGVyYXRpb25zLzI0ZGYyZTBjLWRjNDUtNGEzYi04NGVjLTAwMWM0Y2ZhY2U0MT9hcGktdmVyc2lvbj0yMDIwLTA1LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Network.NetworkManagementClient/616.830.54562.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "10" + ], + "x-ms-request-id": [ + "04650584-3b01-4c26-a75e-a08366f4802e" + ], + "x-ms-correlation-request-id": [ + "b4fc89c0-4ca8-46aa-88fb-1951da559484" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11940" + ], + "x-ms-routing-request-id": [ + "BRAZILUS:20200618T055231Z:b4fc89c0-4ca8-46aa-88fb-1951da559484" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Thu, 18 Jun 2020 05:52:31 GMT" + ], + "Content-Length": [ + "30" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/5e1e8156-5dec-452a-bfe5-6b6e0947c27a/providers/Microsoft.Network/locations/eastus2/nfvOperations/24df2e0c-dc45-4a3b-84ec-001c4cface41?api-version=2020-05-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNWUxZTgxNTYtNWRlYy00NTJhLWJmZTUtNmI2ZTA5NDdjMjdhL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvZWFzdHVzMi9uZnZPcGVyYXRpb25zLzI0ZGYyZTBjLWRjNDUtNGEzYi04NGVjLTAwMWM0Y2ZhY2U0MT9hcGktdmVyc2lvbj0yMDIwLTA1LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Network.NetworkManagementClient/616.830.54562.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "10" + ], + "x-ms-request-id": [ + "3ba9c154-9113-435f-a364-43c69af4060a" + ], + "x-ms-correlation-request-id": [ + "2eae0599-b368-4601-a7fd-07d0fb029dcf" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11939" + ], + "x-ms-routing-request-id": [ + "BRAZILUS:20200618T055241Z:2eae0599-b368-4601-a7fd-07d0fb029dcf" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Thu, 18 Jun 2020 05:52:41 GMT" + ], + "Content-Length": [ + "30" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/5e1e8156-5dec-452a-bfe5-6b6e0947c27a/providers/Microsoft.Network/locations/eastus2/nfvOperations/24df2e0c-dc45-4a3b-84ec-001c4cface41?api-version=2020-05-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNWUxZTgxNTYtNWRlYy00NTJhLWJmZTUtNmI2ZTA5NDdjMjdhL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvZWFzdHVzMi9uZnZPcGVyYXRpb25zLzI0ZGYyZTBjLWRjNDUtNGEzYi04NGVjLTAwMWM0Y2ZhY2U0MT9hcGktdmVyc2lvbj0yMDIwLTA1LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Network.NetworkManagementClient/616.830.54562.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "10" + ], + "x-ms-request-id": [ + "43b1a93a-0ffa-40c9-a291-ddb996dce5fc" + ], + "x-ms-correlation-request-id": [ + "9984add9-9704-458e-bfae-494b38f01d36" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11938" + ], + "x-ms-routing-request-id": [ + "BRAZILUS:20200618T055251Z:9984add9-9704-458e-bfae-494b38f01d36" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Thu, 18 Jun 2020 05:52:51 GMT" + ], + "Content-Length": [ + "30" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/5e1e8156-5dec-452a-bfe5-6b6e0947c27a/providers/Microsoft.Network/locations/eastus2/nfvOperations/24df2e0c-dc45-4a3b-84ec-001c4cface41?api-version=2020-05-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNWUxZTgxNTYtNWRlYy00NTJhLWJmZTUtNmI2ZTA5NDdjMjdhL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvZWFzdHVzMi9uZnZPcGVyYXRpb25zLzI0ZGYyZTBjLWRjNDUtNGEzYi04NGVjLTAwMWM0Y2ZhY2U0MT9hcGktdmVyc2lvbj0yMDIwLTA1LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Network.NetworkManagementClient/616.830.54562.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "10" + ], + "x-ms-request-id": [ + "d99dc94e-1613-4a76-8c16-7efabd1c398d" + ], + "x-ms-correlation-request-id": [ + "56a824ee-bd8e-43d1-8866-e8273172a819" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11937" + ], + "x-ms-routing-request-id": [ + "BRAZILUS:20200618T055302Z:56a824ee-bd8e-43d1-8866-e8273172a819" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Thu, 18 Jun 2020 05:53:02 GMT" + ], + "Content-Length": [ + "30" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/5e1e8156-5dec-452a-bfe5-6b6e0947c27a/providers/Microsoft.Network/locations/eastus2/nfvOperations/24df2e0c-dc45-4a3b-84ec-001c4cface41?api-version=2020-05-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNWUxZTgxNTYtNWRlYy00NTJhLWJmZTUtNmI2ZTA5NDdjMjdhL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvZWFzdHVzMi9uZnZPcGVyYXRpb25zLzI0ZGYyZTBjLWRjNDUtNGEzYi04NGVjLTAwMWM0Y2ZhY2U0MT9hcGktdmVyc2lvbj0yMDIwLTA1LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Network.NetworkManagementClient/616.830.54562.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "10" + ], + "x-ms-request-id": [ + "c58d36f3-1435-4b8d-8c47-8b58c539db2d" + ], + "x-ms-correlation-request-id": [ + "b530301a-bd83-45a1-8852-76474c86aabb" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11936" + ], + "x-ms-routing-request-id": [ + "BRAZILUS:20200618T055312Z:b530301a-bd83-45a1-8852-76474c86aabb" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Thu, 18 Jun 2020 05:53:11 GMT" + ], + "Content-Length": [ + "30" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/5e1e8156-5dec-452a-bfe5-6b6e0947c27a/providers/Microsoft.Network/locations/eastus2/nfvOperations/24df2e0c-dc45-4a3b-84ec-001c4cface41?api-version=2020-05-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNWUxZTgxNTYtNWRlYy00NTJhLWJmZTUtNmI2ZTA5NDdjMjdhL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvZWFzdHVzMi9uZnZPcGVyYXRpb25zLzI0ZGYyZTBjLWRjNDUtNGEzYi04NGVjLTAwMWM0Y2ZhY2U0MT9hcGktdmVyc2lvbj0yMDIwLTA1LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Network.NetworkManagementClient/616.830.54562.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "10" + ], + "x-ms-request-id": [ + "1c25248e-294e-4261-a3d1-e113abfff169" + ], + "x-ms-correlation-request-id": [ + "91b08335-692d-4884-823c-f07222371ba8" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11935" + ], + "x-ms-routing-request-id": [ + "BRAZILUS:20200618T055322Z:91b08335-692d-4884-823c-f07222371ba8" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Thu, 18 Jun 2020 05:53:22 GMT" + ], + "Content-Length": [ + "30" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/5e1e8156-5dec-452a-bfe5-6b6e0947c27a/providers/Microsoft.Network/locations/eastus2/nfvOperations/24df2e0c-dc45-4a3b-84ec-001c4cface41?api-version=2020-05-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNWUxZTgxNTYtNWRlYy00NTJhLWJmZTUtNmI2ZTA5NDdjMjdhL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvZWFzdHVzMi9uZnZPcGVyYXRpb25zLzI0ZGYyZTBjLWRjNDUtNGEzYi04NGVjLTAwMWM0Y2ZhY2U0MT9hcGktdmVyc2lvbj0yMDIwLTA1LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Network.NetworkManagementClient/616.830.54562.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "10" + ], + "x-ms-request-id": [ + "b8b65c9a-2798-4325-a1b0-1584299f49ca" + ], + "x-ms-correlation-request-id": [ + "9f84ff6e-ac9c-4518-8f31-5245c27a4a9d" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11934" + ], + "x-ms-routing-request-id": [ + "BRAZILUS:20200618T055333Z:9f84ff6e-ac9c-4518-8f31-5245c27a4a9d" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Thu, 18 Jun 2020 05:53:33 GMT" + ], + "Content-Length": [ + "30" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/5e1e8156-5dec-452a-bfe5-6b6e0947c27a/providers/Microsoft.Network/locations/eastus2/nfvOperations/24df2e0c-dc45-4a3b-84ec-001c4cface41?api-version=2020-05-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNWUxZTgxNTYtNWRlYy00NTJhLWJmZTUtNmI2ZTA5NDdjMjdhL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvZWFzdHVzMi9uZnZPcGVyYXRpb25zLzI0ZGYyZTBjLWRjNDUtNGEzYi04NGVjLTAwMWM0Y2ZhY2U0MT9hcGktdmVyc2lvbj0yMDIwLTA1LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Network.NetworkManagementClient/616.830.54562.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "10" + ], + "x-ms-request-id": [ + "af909da1-9d2f-4607-ba6c-d59da25ebc43" + ], + "x-ms-correlation-request-id": [ + "d4327939-1450-4cf2-95b6-8316b25de9f0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11933" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-routing-request-id": [ + "BRAZILUS:20200618T055343Z:d4327939-1450-4cf2-95b6-8316b25de9f0" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Thu, 18 Jun 2020 05:53:42 GMT" + ], + "Content-Length": [ + "30" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/5e1e8156-5dec-452a-bfe5-6b6e0947c27a/providers/Microsoft.Network/locations/eastus2/nfvOperations/24df2e0c-dc45-4a3b-84ec-001c4cface41?api-version=2020-05-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNWUxZTgxNTYtNWRlYy00NTJhLWJmZTUtNmI2ZTA5NDdjMjdhL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvZWFzdHVzMi9uZnZPcGVyYXRpb25zLzI0ZGYyZTBjLWRjNDUtNGEzYi04NGVjLTAwMWM0Y2ZhY2U0MT9hcGktdmVyc2lvbj0yMDIwLTA1LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Network.NetworkManagementClient/616.830.54562.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "10" + ], + "x-ms-request-id": [ + "30c1712b-1ff3-462f-9fcf-8b2894495679" + ], + "x-ms-correlation-request-id": [ + "bdb43ec6-e709-49e4-a4d5-3461b0e71e3f" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11932" + ], + "x-ms-routing-request-id": [ + "BRAZILUS:20200618T055353Z:bdb43ec6-e709-49e4-a4d5-3461b0e71e3f" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Thu, 18 Jun 2020 05:53:53 GMT" + ], + "Content-Length": [ + "30" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/5e1e8156-5dec-452a-bfe5-6b6e0947c27a/providers/Microsoft.Network/locations/eastus2/nfvOperations/24df2e0c-dc45-4a3b-84ec-001c4cface41?api-version=2020-05-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNWUxZTgxNTYtNWRlYy00NTJhLWJmZTUtNmI2ZTA5NDdjMjdhL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvZWFzdHVzMi9uZnZPcGVyYXRpb25zLzI0ZGYyZTBjLWRjNDUtNGEzYi04NGVjLTAwMWM0Y2ZhY2U0MT9hcGktdmVyc2lvbj0yMDIwLTA1LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Network.NetworkManagementClient/616.830.54562.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "10" + ], + "x-ms-request-id": [ + "7302325b-da37-4864-ab3f-6319d93d92c0" + ], + "x-ms-correlation-request-id": [ + "85476d9c-b7bb-41b6-b7e1-ad3360693a67" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11931" + ], + "x-ms-routing-request-id": [ + "BRAZILUS:20200618T055404Z:85476d9c-b7bb-41b6-b7e1-ad3360693a67" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Thu, 18 Jun 2020 05:54:04 GMT" + ], + "Content-Length": [ + "30" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/5e1e8156-5dec-452a-bfe5-6b6e0947c27a/providers/Microsoft.Network/locations/eastus2/nfvOperations/24df2e0c-dc45-4a3b-84ec-001c4cface41?api-version=2020-05-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNWUxZTgxNTYtNWRlYy00NTJhLWJmZTUtNmI2ZTA5NDdjMjdhL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvZWFzdHVzMi9uZnZPcGVyYXRpb25zLzI0ZGYyZTBjLWRjNDUtNGEzYi04NGVjLTAwMWM0Y2ZhY2U0MT9hcGktdmVyc2lvbj0yMDIwLTA1LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Network.NetworkManagementClient/616.830.54562.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "10" + ], + "x-ms-request-id": [ + "dcc31b12-cd5a-4976-a8a7-3c1955354831" + ], + "x-ms-correlation-request-id": [ + "a0784c10-d7c4-4071-a76d-767350533473" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11930" + ], + "x-ms-routing-request-id": [ + "BRAZILUS:20200618T055414Z:a0784c10-d7c4-4071-a76d-767350533473" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Thu, 18 Jun 2020 05:54:13 GMT" + ], + "Content-Length": [ + "30" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/5e1e8156-5dec-452a-bfe5-6b6e0947c27a/providers/Microsoft.Network/locations/eastus2/nfvOperations/24df2e0c-dc45-4a3b-84ec-001c4cface41?api-version=2020-05-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNWUxZTgxNTYtNWRlYy00NTJhLWJmZTUtNmI2ZTA5NDdjMjdhL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvZWFzdHVzMi9uZnZPcGVyYXRpb25zLzI0ZGYyZTBjLWRjNDUtNGEzYi04NGVjLTAwMWM0Y2ZhY2U0MT9hcGktdmVyc2lvbj0yMDIwLTA1LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Network.NetworkManagementClient/616.830.54562.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "10" + ], + "x-ms-request-id": [ + "1e29c54b-f21c-4377-b86b-20861e5eb5e2" + ], + "x-ms-correlation-request-id": [ + "9d99ea44-c7eb-4f2d-ad3c-31418f76f10f" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11929" + ], + "x-ms-routing-request-id": [ + "BRAZILUS:20200618T055424Z:9d99ea44-c7eb-4f2d-ad3c-31418f76f10f" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Thu, 18 Jun 2020 05:54:24 GMT" + ], + "Content-Length": [ + "30" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/5e1e8156-5dec-452a-bfe5-6b6e0947c27a/providers/Microsoft.Network/locations/eastus2/nfvOperations/24df2e0c-dc45-4a3b-84ec-001c4cface41?api-version=2020-05-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNWUxZTgxNTYtNWRlYy00NTJhLWJmZTUtNmI2ZTA5NDdjMjdhL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvZWFzdHVzMi9uZnZPcGVyYXRpb25zLzI0ZGYyZTBjLWRjNDUtNGEzYi04NGVjLTAwMWM0Y2ZhY2U0MT9hcGktdmVyc2lvbj0yMDIwLTA1LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Network.NetworkManagementClient/616.830.54562.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "10" + ], + "x-ms-request-id": [ + "593932af-7ad8-43e0-8590-c89303b1e3ec" + ], + "x-ms-correlation-request-id": [ + "58c8c7af-f373-4278-8f15-f1d245bce341" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11928" + ], + "x-ms-routing-request-id": [ + "BRAZILUS:20200618T055435Z:58c8c7af-f373-4278-8f15-f1d245bce341" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Thu, 18 Jun 2020 05:54:35 GMT" + ], + "Content-Length": [ + "30" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/5e1e8156-5dec-452a-bfe5-6b6e0947c27a/providers/Microsoft.Network/locations/eastus2/nfvOperations/24df2e0c-dc45-4a3b-84ec-001c4cface41?api-version=2020-05-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNWUxZTgxNTYtNWRlYy00NTJhLWJmZTUtNmI2ZTA5NDdjMjdhL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvZWFzdHVzMi9uZnZPcGVyYXRpb25zLzI0ZGYyZTBjLWRjNDUtNGEzYi04NGVjLTAwMWM0Y2ZhY2U0MT9hcGktdmVyc2lvbj0yMDIwLTA1LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Network.NetworkManagementClient/616.830.54562.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "10" + ], + "x-ms-request-id": [ + "ad50aa8a-d76b-4efc-868b-33d33f483878" + ], + "x-ms-correlation-request-id": [ + "787c727c-6f5f-4bfa-9999-814290b96926" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11927" + ], + "x-ms-routing-request-id": [ + "BRAZILUS:20200618T055445Z:787c727c-6f5f-4bfa-9999-814290b96926" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Thu, 18 Jun 2020 05:54:45 GMT" + ], + "Content-Length": [ + "30" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/5e1e8156-5dec-452a-bfe5-6b6e0947c27a/providers/Microsoft.Network/locations/eastus2/nfvOperations/24df2e0c-dc45-4a3b-84ec-001c4cface41?api-version=2020-05-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNWUxZTgxNTYtNWRlYy00NTJhLWJmZTUtNmI2ZTA5NDdjMjdhL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvZWFzdHVzMi9uZnZPcGVyYXRpb25zLzI0ZGYyZTBjLWRjNDUtNGEzYi04NGVjLTAwMWM0Y2ZhY2U0MT9hcGktdmVyc2lvbj0yMDIwLTA1LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Network.NetworkManagementClient/616.830.54562.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "10" + ], + "x-ms-request-id": [ + "ec77611e-b5ff-40b2-bdce-1ba123c73d81" + ], + "x-ms-correlation-request-id": [ + "0bef2532-81bb-4a03-9565-f2f34901f4fa" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11926" + ], + "x-ms-routing-request-id": [ + "BRAZILUS:20200618T055455Z:0bef2532-81bb-4a03-9565-f2f34901f4fa" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Thu, 18 Jun 2020 05:54:55 GMT" + ], + "Content-Length": [ + "30" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/5e1e8156-5dec-452a-bfe5-6b6e0947c27a/providers/Microsoft.Network/locations/eastus2/nfvOperations/24df2e0c-dc45-4a3b-84ec-001c4cface41?api-version=2020-05-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNWUxZTgxNTYtNWRlYy00NTJhLWJmZTUtNmI2ZTA5NDdjMjdhL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvZWFzdHVzMi9uZnZPcGVyYXRpb25zLzI0ZGYyZTBjLWRjNDUtNGEzYi04NGVjLTAwMWM0Y2ZhY2U0MT9hcGktdmVyc2lvbj0yMDIwLTA1LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Network.NetworkManagementClient/616.830.54562.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "10" + ], + "x-ms-request-id": [ + "0bda68b7-82a1-462d-8c3a-e428220a8b7c" + ], + "x-ms-correlation-request-id": [ + "4aa4a504-83cf-4ea3-9546-31708e9b57e5" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11925" + ], + "x-ms-routing-request-id": [ + "BRAZILUS:20200618T055506Z:4aa4a504-83cf-4ea3-9546-31708e9b57e5" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Thu, 18 Jun 2020 05:55:05 GMT" + ], + "Content-Length": [ + "30" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/5e1e8156-5dec-452a-bfe5-6b6e0947c27a/providers/Microsoft.Network/locations/eastus2/nfvOperations/24df2e0c-dc45-4a3b-84ec-001c4cface41?api-version=2020-05-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNWUxZTgxNTYtNWRlYy00NTJhLWJmZTUtNmI2ZTA5NDdjMjdhL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvZWFzdHVzMi9uZnZPcGVyYXRpb25zLzI0ZGYyZTBjLWRjNDUtNGEzYi04NGVjLTAwMWM0Y2ZhY2U0MT9hcGktdmVyc2lvbj0yMDIwLTA1LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Network.NetworkManagementClient/616.830.54562.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "10" + ], + "x-ms-request-id": [ + "3da4db9b-009d-4c79-9f3a-30bdf7a262d6" + ], + "x-ms-correlation-request-id": [ + "c7316831-75a3-40fc-90eb-cbe015248c1f" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11924" + ], + "x-ms-routing-request-id": [ + "BRAZILUS:20200618T055516Z:c7316831-75a3-40fc-90eb-cbe015248c1f" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Thu, 18 Jun 2020 05:55:15 GMT" + ], + "Content-Length": [ + "30" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/5e1e8156-5dec-452a-bfe5-6b6e0947c27a/providers/Microsoft.Network/locations/eastus2/nfvOperations/24df2e0c-dc45-4a3b-84ec-001c4cface41?api-version=2020-05-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNWUxZTgxNTYtNWRlYy00NTJhLWJmZTUtNmI2ZTA5NDdjMjdhL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvZWFzdHVzMi9uZnZPcGVyYXRpb25zLzI0ZGYyZTBjLWRjNDUtNGEzYi04NGVjLTAwMWM0Y2ZhY2U0MT9hcGktdmVyc2lvbj0yMDIwLTA1LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Network.NetworkManagementClient/616.830.54562.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "10" + ], + "x-ms-request-id": [ + "860f113f-b820-492f-baec-ffede81483a3" + ], + "x-ms-correlation-request-id": [ + "5b78e605-d3a5-48fa-8ce9-d17b9441a95f" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11923" + ], + "x-ms-routing-request-id": [ + "BRAZILUS:20200618T055526Z:5b78e605-d3a5-48fa-8ce9-d17b9441a95f" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Thu, 18 Jun 2020 05:55:26 GMT" + ], + "Content-Length": [ + "30" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/5e1e8156-5dec-452a-bfe5-6b6e0947c27a/providers/Microsoft.Network/locations/eastus2/nfvOperations/24df2e0c-dc45-4a3b-84ec-001c4cface41?api-version=2020-05-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNWUxZTgxNTYtNWRlYy00NTJhLWJmZTUtNmI2ZTA5NDdjMjdhL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvZWFzdHVzMi9uZnZPcGVyYXRpb25zLzI0ZGYyZTBjLWRjNDUtNGEzYi04NGVjLTAwMWM0Y2ZhY2U0MT9hcGktdmVyc2lvbj0yMDIwLTA1LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Network.NetworkManagementClient/616.830.54562.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "10" + ], + "x-ms-request-id": [ + "3c7b0ba8-fec7-4d24-8b28-24cdd818dfa2" + ], + "x-ms-correlation-request-id": [ + "8fec8310-eb57-497a-abb1-10d9ee149a02" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11922" + ], + "x-ms-routing-request-id": [ + "BRAZILUS:20200618T055537Z:8fec8310-eb57-497a-abb1-10d9ee149a02" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Thu, 18 Jun 2020 05:55:36 GMT" + ], + "Content-Length": [ + "30" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/5e1e8156-5dec-452a-bfe5-6b6e0947c27a/providers/Microsoft.Network/locations/eastus2/nfvOperations/24df2e0c-dc45-4a3b-84ec-001c4cface41?api-version=2020-05-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNWUxZTgxNTYtNWRlYy00NTJhLWJmZTUtNmI2ZTA5NDdjMjdhL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvZWFzdHVzMi9uZnZPcGVyYXRpb25zLzI0ZGYyZTBjLWRjNDUtNGEzYi04NGVjLTAwMWM0Y2ZhY2U0MT9hcGktdmVyc2lvbj0yMDIwLTA1LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Network.NetworkManagementClient/616.830.54562.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "10" + ], + "x-ms-request-id": [ + "7049860a-d0ee-4607-8089-43a981157908" + ], + "x-ms-correlation-request-id": [ + "65b375e4-2b66-4b15-8213-719e3f7a1174" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11921" + ], + "x-ms-routing-request-id": [ + "BRAZILUS:20200618T055547Z:65b375e4-2b66-4b15-8213-719e3f7a1174" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Thu, 18 Jun 2020 05:55:47 GMT" + ], + "Content-Length": [ + "30" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/5e1e8156-5dec-452a-bfe5-6b6e0947c27a/providers/Microsoft.Network/locations/eastus2/nfvOperations/24df2e0c-dc45-4a3b-84ec-001c4cface41?api-version=2020-05-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNWUxZTgxNTYtNWRlYy00NTJhLWJmZTUtNmI2ZTA5NDdjMjdhL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvZWFzdHVzMi9uZnZPcGVyYXRpb25zLzI0ZGYyZTBjLWRjNDUtNGEzYi04NGVjLTAwMWM0Y2ZhY2U0MT9hcGktdmVyc2lvbj0yMDIwLTA1LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Network.NetworkManagementClient/616.830.54562.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "10" + ], + "x-ms-request-id": [ + "6d4749d5-4072-45e2-b39b-0a3eee443650" + ], + "x-ms-correlation-request-id": [ + "6f905544-41c8-4080-b6b9-181de538144b" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11920" + ], + "x-ms-routing-request-id": [ + "BRAZILUS:20200618T055557Z:6f905544-41c8-4080-b6b9-181de538144b" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Thu, 18 Jun 2020 05:55:57 GMT" + ], + "Content-Length": [ + "30" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/5e1e8156-5dec-452a-bfe5-6b6e0947c27a/providers/Microsoft.Network/locations/eastus2/nfvOperations/24df2e0c-dc45-4a3b-84ec-001c4cface41?api-version=2020-05-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNWUxZTgxNTYtNWRlYy00NTJhLWJmZTUtNmI2ZTA5NDdjMjdhL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvZWFzdHVzMi9uZnZPcGVyYXRpb25zLzI0ZGYyZTBjLWRjNDUtNGEzYi04NGVjLTAwMWM0Y2ZhY2U0MT9hcGktdmVyc2lvbj0yMDIwLTA1LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Network.NetworkManagementClient/616.830.54562.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "10" + ], + "x-ms-request-id": [ + "8ffb6820-174e-4f7f-83b8-5b346ef6e3ec" + ], + "x-ms-correlation-request-id": [ + "475b34fa-d9dd-49a0-a628-90b6de9c0d6d" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11919" + ], + "x-ms-routing-request-id": [ + "BRAZILUS:20200618T055608Z:475b34fa-d9dd-49a0-a628-90b6de9c0d6d" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Thu, 18 Jun 2020 05:56:08 GMT" + ], + "Content-Length": [ + "30" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/5e1e8156-5dec-452a-bfe5-6b6e0947c27a/providers/Microsoft.Network/locations/eastus2/nfvOperations/24df2e0c-dc45-4a3b-84ec-001c4cface41?api-version=2020-05-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNWUxZTgxNTYtNWRlYy00NTJhLWJmZTUtNmI2ZTA5NDdjMjdhL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvZWFzdHVzMi9uZnZPcGVyYXRpb25zLzI0ZGYyZTBjLWRjNDUtNGEzYi04NGVjLTAwMWM0Y2ZhY2U0MT9hcGktdmVyc2lvbj0yMDIwLTA1LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Network.NetworkManagementClient/616.830.54562.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "10" + ], + "x-ms-request-id": [ + "bb317451-aa04-4e42-9821-56ae9c89b180" + ], + "x-ms-correlation-request-id": [ + "d3f8c020-4858-4d12-a85c-85bbe722a563" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11918" + ], + "x-ms-routing-request-id": [ + "BRAZILUS:20200618T055618Z:d3f8c020-4858-4d12-a85c-85bbe722a563" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Thu, 18 Jun 2020 05:56:18 GMT" + ], + "Content-Length": [ + "30" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/5e1e8156-5dec-452a-bfe5-6b6e0947c27a/providers/Microsoft.Network/locations/eastus2/nfvOperations/24df2e0c-dc45-4a3b-84ec-001c4cface41?api-version=2020-05-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNWUxZTgxNTYtNWRlYy00NTJhLWJmZTUtNmI2ZTA5NDdjMjdhL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvZWFzdHVzMi9uZnZPcGVyYXRpb25zLzI0ZGYyZTBjLWRjNDUtNGEzYi04NGVjLTAwMWM0Y2ZhY2U0MT9hcGktdmVyc2lvbj0yMDIwLTA1LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Network.NetworkManagementClient/616.830.54562.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "10" + ], + "x-ms-request-id": [ + "7da4c504-5bcb-4434-a23f-7f9e25ed038a" + ], + "x-ms-correlation-request-id": [ + "54d3533e-5caa-4871-8299-bd98366cd501" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11917" + ], + "x-ms-routing-request-id": [ + "BRAZILUS:20200618T055629Z:54d3533e-5caa-4871-8299-bd98366cd501" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Thu, 18 Jun 2020 05:56:28 GMT" + ], + "Content-Length": [ + "30" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/5e1e8156-5dec-452a-bfe5-6b6e0947c27a/providers/Microsoft.Network/locations/eastus2/nfvOperations/24df2e0c-dc45-4a3b-84ec-001c4cface41?api-version=2020-05-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNWUxZTgxNTYtNWRlYy00NTJhLWJmZTUtNmI2ZTA5NDdjMjdhL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvZWFzdHVzMi9uZnZPcGVyYXRpb25zLzI0ZGYyZTBjLWRjNDUtNGEzYi04NGVjLTAwMWM0Y2ZhY2U0MT9hcGktdmVyc2lvbj0yMDIwLTA1LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Network.NetworkManagementClient/616.830.54562.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "10" + ], + "x-ms-request-id": [ + "16265e8a-cb05-452b-99f3-fd0b4f1f3930" + ], + "x-ms-correlation-request-id": [ + "8689c382-8f3a-4eab-8c6d-008de0cdded1" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11916" + ], + "x-ms-routing-request-id": [ + "BRAZILUS:20200618T055639Z:8689c382-8f3a-4eab-8c6d-008de0cdded1" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Thu, 18 Jun 2020 05:56:39 GMT" + ], + "Content-Length": [ + "30" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/5e1e8156-5dec-452a-bfe5-6b6e0947c27a/providers/Microsoft.Network/locations/eastus2/nfvOperations/24df2e0c-dc45-4a3b-84ec-001c4cface41?api-version=2020-05-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNWUxZTgxNTYtNWRlYy00NTJhLWJmZTUtNmI2ZTA5NDdjMjdhL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvZWFzdHVzMi9uZnZPcGVyYXRpb25zLzI0ZGYyZTBjLWRjNDUtNGEzYi04NGVjLTAwMWM0Y2ZhY2U0MT9hcGktdmVyc2lvbj0yMDIwLTA1LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Network.NetworkManagementClient/616.830.54562.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "10" + ], + "x-ms-request-id": [ + "40a38e3a-a130-40d7-9c48-ce6bd1063e9f" + ], + "x-ms-correlation-request-id": [ + "5b509f20-ec6e-4dbf-9ea4-f0e2f07ec4be" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11915" + ], + "x-ms-routing-request-id": [ + "BRAZILUS:20200618T055649Z:5b509f20-ec6e-4dbf-9ea4-f0e2f07ec4be" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Thu, 18 Jun 2020 05:56:49 GMT" + ], + "Content-Length": [ + "30" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/5e1e8156-5dec-452a-bfe5-6b6e0947c27a/providers/Microsoft.Network/locations/eastus2/nfvOperations/24df2e0c-dc45-4a3b-84ec-001c4cface41?api-version=2020-05-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNWUxZTgxNTYtNWRlYy00NTJhLWJmZTUtNmI2ZTA5NDdjMjdhL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvZWFzdHVzMi9uZnZPcGVyYXRpb25zLzI0ZGYyZTBjLWRjNDUtNGEzYi04NGVjLTAwMWM0Y2ZhY2U0MT9hcGktdmVyc2lvbj0yMDIwLTA1LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Network.NetworkManagementClient/616.830.54562.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "10" + ], + "x-ms-request-id": [ + "bd1359c3-4ed2-43c5-87e5-bed57dc034c6" + ], + "x-ms-correlation-request-id": [ + "d1ebd4ae-27f7-4df7-9487-340472525aef" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11914" + ], + "x-ms-routing-request-id": [ + "BRAZILUS:20200618T055700Z:d1ebd4ae-27f7-4df7-9487-340472525aef" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Thu, 18 Jun 2020 05:57:00 GMT" + ], + "Content-Length": [ + "30" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/5e1e8156-5dec-452a-bfe5-6b6e0947c27a/providers/Microsoft.Network/locations/eastus2/nfvOperations/24df2e0c-dc45-4a3b-84ec-001c4cface41?api-version=2020-05-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNWUxZTgxNTYtNWRlYy00NTJhLWJmZTUtNmI2ZTA5NDdjMjdhL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvZWFzdHVzMi9uZnZPcGVyYXRpb25zLzI0ZGYyZTBjLWRjNDUtNGEzYi04NGVjLTAwMWM0Y2ZhY2U0MT9hcGktdmVyc2lvbj0yMDIwLTA1LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Network.NetworkManagementClient/616.830.54562.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-request-id": [ + "39fad03a-110a-45ea-8e3d-d353ec1633c0" + ], + "x-ms-correlation-request-id": [ + "bb474c0e-634d-43b5-b6ad-34341d87aeab" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11913" + ], + "x-ms-routing-request-id": [ + "BRAZILUS:20200618T055710Z:bb474c0e-634d-43b5-b6ad-34341d87aeab" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Thu, 18 Jun 2020 05:57:09 GMT" + ], + "Content-Length": [ + "29" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"status\": \"Succeeded\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/5e1e8156-5dec-452a-bfe5-6b6e0947c27a/providers/Microsoft.Network/locations/eastus2/nfvOperationResults/24df2e0c-dc45-4a3b-84ec-001c4cface41?api-version=2020-05-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNWUxZTgxNTYtNWRlYy00NTJhLWJmZTUtNmI2ZTA5NDdjMjdhL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvZWFzdHVzMi9uZnZPcGVyYXRpb25SZXN1bHRzLzI0ZGYyZTBjLWRjNDUtNGEzYi04NGVjLTAwMWM0Y2ZhY2U0MT9hcGktdmVyc2lvbj0yMDIwLTA1LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Network.NetworkManagementClient/616.830.54562.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-request-id": [ + "dca2e9c8-21f8-420b-8f0c-1f1d19098987" + ], + "x-ms-correlation-request-id": [ + "3a8be15c-1363-4e07-858c-0abd74eda727" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11912" + ], + "x-ms-routing-request-id": [ + "BRAZILUS:20200618T055711Z:3a8be15c-1363-4e07-858c-0abd74eda727" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Thu, 18 Jun 2020 05:57:11 GMT" + ], + "Content-Length": [ + "2" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "\"\"", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/5e1e8156-5dec-452a-bfe5-6b6e0947c27a/resourcegroups/ps7173?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNWUxZTgxNTYtNWRlYy00NTJhLWJmZTUtNmI2ZTA5NDdjMjdhL3Jlc291cmNlZ3JvdXBzL3BzNzE3Mz9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestMethod": "DELETE", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "382c9c0c-5140-440a-8625-02255ae2d401" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.14" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://brazilus.management.azure.com/subscriptions/5e1e8156-5dec-452a-bfe5-6b6e0947c27a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzcxNzMtRUFTVFVTMiIsImpvYkxvY2F0aW9uIjoiZWFzdHVzMiJ9?api-version=2016-09-01" + ], + "Retry-After": [ + "15" + ], + "x-ms-ratelimit-remaining-subscription-deletes": [ + "14998" + ], + "x-ms-request-id": [ + "3d0aac4c-b5b3-42c8-b95f-3c1a50419709" + ], + "x-ms-correlation-request-id": [ + "3d0aac4c-b5b3-42c8-b95f-3c1a50419709" + ], + "x-ms-routing-request-id": [ + "BRAZILUS:20200618T055714Z:3d0aac4c-b5b3-42c8-b95f-3c1a50419709" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Thu, 18 Jun 2020 05:57:13 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/5e1e8156-5dec-452a-bfe5-6b6e0947c27a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzcxNzMtRUFTVFVTMiIsImpvYkxvY2F0aW9uIjoiZWFzdHVzMiJ9?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNWUxZTgxNTYtNWRlYy00NTJhLWJmZTUtNmI2ZTA5NDdjMjdhL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpjeE56TXRSVUZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaVpXRnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.14" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://brazilus.management.azure.com/subscriptions/5e1e8156-5dec-452a-bfe5-6b6e0947c27a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzcxNzMtRUFTVFVTMiIsImpvYkxvY2F0aW9uIjoiZWFzdHVzMiJ9?api-version=2016-09-01" + ], + "Retry-After": [ + "15" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11836" + ], + "x-ms-request-id": [ + "a1d016c5-893d-42e9-a07b-751c195ac602" + ], + "x-ms-correlation-request-id": [ + "a1d016c5-893d-42e9-a07b-751c195ac602" + ], + "x-ms-routing-request-id": [ + "BRAZILUS:20200618T055729Z:a1d016c5-893d-42e9-a07b-751c195ac602" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Thu, 18 Jun 2020 05:57:28 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/5e1e8156-5dec-452a-bfe5-6b6e0947c27a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzcxNzMtRUFTVFVTMiIsImpvYkxvY2F0aW9uIjoiZWFzdHVzMiJ9?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNWUxZTgxNTYtNWRlYy00NTJhLWJmZTUtNmI2ZTA5NDdjMjdhL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpjeE56TXRSVUZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaVpXRnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.14" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://brazilus.management.azure.com/subscriptions/5e1e8156-5dec-452a-bfe5-6b6e0947c27a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzcxNzMtRUFTVFVTMiIsImpvYkxvY2F0aW9uIjoiZWFzdHVzMiJ9?api-version=2016-09-01" + ], + "Retry-After": [ + "15" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11835" + ], + "x-ms-request-id": [ + "1dd121b9-6f6f-4c8c-ad3b-21871c7f4996" + ], + "x-ms-correlation-request-id": [ + "1dd121b9-6f6f-4c8c-ad3b-21871c7f4996" + ], + "x-ms-routing-request-id": [ + "BRAZILUS:20200618T055744Z:1dd121b9-6f6f-4c8c-ad3b-21871c7f4996" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Thu, 18 Jun 2020 05:57:44 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/5e1e8156-5dec-452a-bfe5-6b6e0947c27a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzcxNzMtRUFTVFVTMiIsImpvYkxvY2F0aW9uIjoiZWFzdHVzMiJ9?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNWUxZTgxNTYtNWRlYy00NTJhLWJmZTUtNmI2ZTA5NDdjMjdhL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpjeE56TXRSVUZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaVpXRnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.14" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://brazilus.management.azure.com/subscriptions/5e1e8156-5dec-452a-bfe5-6b6e0947c27a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzcxNzMtRUFTVFVTMiIsImpvYkxvY2F0aW9uIjoiZWFzdHVzMiJ9?api-version=2016-09-01" + ], + "Retry-After": [ + "15" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11834" + ], + "x-ms-request-id": [ + "ceda9578-8cc7-4d1b-b638-905891e66d5f" + ], + "x-ms-correlation-request-id": [ + "ceda9578-8cc7-4d1b-b638-905891e66d5f" + ], + "x-ms-routing-request-id": [ + "BRAZILUS:20200618T055800Z:ceda9578-8cc7-4d1b-b638-905891e66d5f" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Thu, 18 Jun 2020 05:58:00 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/5e1e8156-5dec-452a-bfe5-6b6e0947c27a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzcxNzMtRUFTVFVTMiIsImpvYkxvY2F0aW9uIjoiZWFzdHVzMiJ9?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNWUxZTgxNTYtNWRlYy00NTJhLWJmZTUtNmI2ZTA5NDdjMjdhL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpjeE56TXRSVUZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaVpXRnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.14" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://brazilus.management.azure.com/subscriptions/5e1e8156-5dec-452a-bfe5-6b6e0947c27a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzcxNzMtRUFTVFVTMiIsImpvYkxvY2F0aW9uIjoiZWFzdHVzMiJ9?api-version=2016-09-01" + ], + "Retry-After": [ + "15" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11833" + ], + "x-ms-request-id": [ + "b9f7119d-5003-497b-95bf-f48ce18022f1" + ], + "x-ms-correlation-request-id": [ + "b9f7119d-5003-497b-95bf-f48ce18022f1" + ], + "x-ms-routing-request-id": [ + "BRAZILUS:20200618T055815Z:b9f7119d-5003-497b-95bf-f48ce18022f1" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Thu, 18 Jun 2020 05:58:14 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/5e1e8156-5dec-452a-bfe5-6b6e0947c27a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzcxNzMtRUFTVFVTMiIsImpvYkxvY2F0aW9uIjoiZWFzdHVzMiJ9?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNWUxZTgxNTYtNWRlYy00NTJhLWJmZTUtNmI2ZTA5NDdjMjdhL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpjeE56TXRSVUZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaVpXRnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.14" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://brazilus.management.azure.com/subscriptions/5e1e8156-5dec-452a-bfe5-6b6e0947c27a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzcxNzMtRUFTVFVTMiIsImpvYkxvY2F0aW9uIjoiZWFzdHVzMiJ9?api-version=2016-09-01" + ], + "Retry-After": [ + "15" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11832" + ], + "x-ms-request-id": [ + "7b08eda6-6a4e-4015-b29f-89857fe2443f" + ], + "x-ms-correlation-request-id": [ + "7b08eda6-6a4e-4015-b29f-89857fe2443f" + ], + "x-ms-routing-request-id": [ + "BRAZILUS:20200618T055831Z:7b08eda6-6a4e-4015-b29f-89857fe2443f" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Thu, 18 Jun 2020 05:58:31 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/5e1e8156-5dec-452a-bfe5-6b6e0947c27a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzcxNzMtRUFTVFVTMiIsImpvYkxvY2F0aW9uIjoiZWFzdHVzMiJ9?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNWUxZTgxNTYtNWRlYy00NTJhLWJmZTUtNmI2ZTA5NDdjMjdhL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpjeE56TXRSVUZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaVpXRnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.14" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://brazilus.management.azure.com/subscriptions/5e1e8156-5dec-452a-bfe5-6b6e0947c27a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzcxNzMtRUFTVFVTMiIsImpvYkxvY2F0aW9uIjoiZWFzdHVzMiJ9?api-version=2016-09-01" + ], + "Retry-After": [ + "15" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11831" + ], + "x-ms-request-id": [ + "c38df3d3-c5c0-402a-bac4-996ce1cbf36a" + ], + "x-ms-correlation-request-id": [ + "c38df3d3-c5c0-402a-bac4-996ce1cbf36a" + ], + "x-ms-routing-request-id": [ + "BRAZILUS:20200618T055846Z:c38df3d3-c5c0-402a-bac4-996ce1cbf36a" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Thu, 18 Jun 2020 05:58:45 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/5e1e8156-5dec-452a-bfe5-6b6e0947c27a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzcxNzMtRUFTVFVTMiIsImpvYkxvY2F0aW9uIjoiZWFzdHVzMiJ9?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNWUxZTgxNTYtNWRlYy00NTJhLWJmZTUtNmI2ZTA5NDdjMjdhL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpjeE56TXRSVUZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaVpXRnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.14" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://brazilus.management.azure.com/subscriptions/5e1e8156-5dec-452a-bfe5-6b6e0947c27a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzcxNzMtRUFTVFVTMiIsImpvYkxvY2F0aW9uIjoiZWFzdHVzMiJ9?api-version=2016-09-01" + ], + "Retry-After": [ + "15" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11830" + ], + "x-ms-request-id": [ + "8598be12-0b93-4263-8d9e-4edde58a56aa" + ], + "x-ms-correlation-request-id": [ + "8598be12-0b93-4263-8d9e-4edde58a56aa" + ], + "x-ms-routing-request-id": [ + "BRAZILUS:20200618T055901Z:8598be12-0b93-4263-8d9e-4edde58a56aa" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Thu, 18 Jun 2020 05:59:01 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/5e1e8156-5dec-452a-bfe5-6b6e0947c27a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzcxNzMtRUFTVFVTMiIsImpvYkxvY2F0aW9uIjoiZWFzdHVzMiJ9?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNWUxZTgxNTYtNWRlYy00NTJhLWJmZTUtNmI2ZTA5NDdjMjdhL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpjeE56TXRSVUZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaVpXRnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.14" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://brazilus.management.azure.com/subscriptions/5e1e8156-5dec-452a-bfe5-6b6e0947c27a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzcxNzMtRUFTVFVTMiIsImpvYkxvY2F0aW9uIjoiZWFzdHVzMiJ9?api-version=2016-09-01" + ], + "Retry-After": [ + "15" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11829" + ], + "x-ms-request-id": [ + "e61fc057-3650-4623-a1d7-300e2bb02a2c" + ], + "x-ms-correlation-request-id": [ + "e61fc057-3650-4623-a1d7-300e2bb02a2c" + ], + "x-ms-routing-request-id": [ + "BRAZILUS:20200618T055917Z:e61fc057-3650-4623-a1d7-300e2bb02a2c" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Thu, 18 Jun 2020 05:59:16 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/5e1e8156-5dec-452a-bfe5-6b6e0947c27a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzcxNzMtRUFTVFVTMiIsImpvYkxvY2F0aW9uIjoiZWFzdHVzMiJ9?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNWUxZTgxNTYtNWRlYy00NTJhLWJmZTUtNmI2ZTA5NDdjMjdhL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpjeE56TXRSVUZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaVpXRnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.14" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://brazilus.management.azure.com/subscriptions/5e1e8156-5dec-452a-bfe5-6b6e0947c27a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzcxNzMtRUFTVFVTMiIsImpvYkxvY2F0aW9uIjoiZWFzdHVzMiJ9?api-version=2016-09-01" + ], + "Retry-After": [ + "15" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11828" + ], + "x-ms-request-id": [ + "ec707d93-bd60-4456-b29d-a588378c8397" + ], + "x-ms-correlation-request-id": [ + "ec707d93-bd60-4456-b29d-a588378c8397" + ], + "x-ms-routing-request-id": [ + "BRAZILUS:20200618T055932Z:ec707d93-bd60-4456-b29d-a588378c8397" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Thu, 18 Jun 2020 05:59:32 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/5e1e8156-5dec-452a-bfe5-6b6e0947c27a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzcxNzMtRUFTVFVTMiIsImpvYkxvY2F0aW9uIjoiZWFzdHVzMiJ9?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNWUxZTgxNTYtNWRlYy00NTJhLWJmZTUtNmI2ZTA5NDdjMjdhL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpjeE56TXRSVUZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaVpXRnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.14" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://brazilus.management.azure.com/subscriptions/5e1e8156-5dec-452a-bfe5-6b6e0947c27a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzcxNzMtRUFTVFVTMiIsImpvYkxvY2F0aW9uIjoiZWFzdHVzMiJ9?api-version=2016-09-01" + ], + "Retry-After": [ + "15" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11827" + ], + "x-ms-request-id": [ + "e2f85cdf-a09b-41c6-9d66-96b4d814b9e1" + ], + "x-ms-correlation-request-id": [ + "e2f85cdf-a09b-41c6-9d66-96b4d814b9e1" + ], + "x-ms-routing-request-id": [ + "BRAZILUS:20200618T055947Z:e2f85cdf-a09b-41c6-9d66-96b4d814b9e1" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Thu, 18 Jun 2020 05:59:47 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/5e1e8156-5dec-452a-bfe5-6b6e0947c27a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzcxNzMtRUFTVFVTMiIsImpvYkxvY2F0aW9uIjoiZWFzdHVzMiJ9?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNWUxZTgxNTYtNWRlYy00NTJhLWJmZTUtNmI2ZTA5NDdjMjdhL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpjeE56TXRSVUZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaVpXRnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.14" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://brazilus.management.azure.com/subscriptions/5e1e8156-5dec-452a-bfe5-6b6e0947c27a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzcxNzMtRUFTVFVTMiIsImpvYkxvY2F0aW9uIjoiZWFzdHVzMiJ9?api-version=2016-09-01" + ], + "Retry-After": [ + "15" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11855" + ], + "x-ms-request-id": [ + "58284ea8-9fca-4ef0-93ad-825b5ebc595e" + ], + "x-ms-correlation-request-id": [ + "58284ea8-9fca-4ef0-93ad-825b5ebc595e" + ], + "x-ms-routing-request-id": [ + "BRAZILUS:20200618T060003Z:58284ea8-9fca-4ef0-93ad-825b5ebc595e" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Thu, 18 Jun 2020 06:00:03 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/5e1e8156-5dec-452a-bfe5-6b6e0947c27a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzcxNzMtRUFTVFVTMiIsImpvYkxvY2F0aW9uIjoiZWFzdHVzMiJ9?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNWUxZTgxNTYtNWRlYy00NTJhLWJmZTUtNmI2ZTA5NDdjMjdhL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpjeE56TXRSVUZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaVpXRnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.14" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://brazilus.management.azure.com/subscriptions/5e1e8156-5dec-452a-bfe5-6b6e0947c27a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzcxNzMtRUFTVFVTMiIsImpvYkxvY2F0aW9uIjoiZWFzdHVzMiJ9?api-version=2016-09-01" + ], + "Retry-After": [ + "15" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11854" + ], + "x-ms-request-id": [ + "1c8db6f6-9c92-45c6-ad8d-01376b11d43b" + ], + "x-ms-correlation-request-id": [ + "1c8db6f6-9c92-45c6-ad8d-01376b11d43b" + ], + "x-ms-routing-request-id": [ + "BRAZILUS:20200618T060018Z:1c8db6f6-9c92-45c6-ad8d-01376b11d43b" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Thu, 18 Jun 2020 06:00:18 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/5e1e8156-5dec-452a-bfe5-6b6e0947c27a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzcxNzMtRUFTVFVTMiIsImpvYkxvY2F0aW9uIjoiZWFzdHVzMiJ9?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNWUxZTgxNTYtNWRlYy00NTJhLWJmZTUtNmI2ZTA5NDdjMjdhL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpjeE56TXRSVUZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaVpXRnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.14" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://brazilus.management.azure.com/subscriptions/5e1e8156-5dec-452a-bfe5-6b6e0947c27a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzcxNzMtRUFTVFVTMiIsImpvYkxvY2F0aW9uIjoiZWFzdHVzMiJ9?api-version=2016-09-01" + ], + "Retry-After": [ + "15" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11853" + ], + "x-ms-request-id": [ + "6e08e9cc-69a5-4ce2-9495-fd18154c5683" + ], + "x-ms-correlation-request-id": [ + "6e08e9cc-69a5-4ce2-9495-fd18154c5683" + ], + "x-ms-routing-request-id": [ + "BRAZILUS:20200618T060033Z:6e08e9cc-69a5-4ce2-9495-fd18154c5683" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Thu, 18 Jun 2020 06:00:33 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/5e1e8156-5dec-452a-bfe5-6b6e0947c27a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzcxNzMtRUFTVFVTMiIsImpvYkxvY2F0aW9uIjoiZWFzdHVzMiJ9?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNWUxZTgxNTYtNWRlYy00NTJhLWJmZTUtNmI2ZTA5NDdjMjdhL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpjeE56TXRSVUZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaVpXRnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.14" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://brazilus.management.azure.com/subscriptions/5e1e8156-5dec-452a-bfe5-6b6e0947c27a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzcxNzMtRUFTVFVTMiIsImpvYkxvY2F0aW9uIjoiZWFzdHVzMiJ9?api-version=2016-09-01" + ], + "Retry-After": [ + "15" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11852" + ], + "x-ms-request-id": [ + "0cfa4fd0-f17f-45ac-9da0-16d33eec2f3f" + ], + "x-ms-correlation-request-id": [ + "0cfa4fd0-f17f-45ac-9da0-16d33eec2f3f" + ], + "x-ms-routing-request-id": [ + "BRAZILUS:20200618T060049Z:0cfa4fd0-f17f-45ac-9da0-16d33eec2f3f" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Thu, 18 Jun 2020 06:00:48 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/5e1e8156-5dec-452a-bfe5-6b6e0947c27a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzcxNzMtRUFTVFVTMiIsImpvYkxvY2F0aW9uIjoiZWFzdHVzMiJ9?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNWUxZTgxNTYtNWRlYy00NTJhLWJmZTUtNmI2ZTA5NDdjMjdhL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpjeE56TXRSVUZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaVpXRnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.14" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://brazilus.management.azure.com/subscriptions/5e1e8156-5dec-452a-bfe5-6b6e0947c27a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzcxNzMtRUFTVFVTMiIsImpvYkxvY2F0aW9uIjoiZWFzdHVzMiJ9?api-version=2016-09-01" + ], + "Retry-After": [ + "15" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11851" + ], + "x-ms-request-id": [ + "c2fa6782-6427-4c8b-9bd6-15bcc88125c1" + ], + "x-ms-correlation-request-id": [ + "c2fa6782-6427-4c8b-9bd6-15bcc88125c1" + ], + "x-ms-routing-request-id": [ + "BRAZILUS:20200618T060104Z:c2fa6782-6427-4c8b-9bd6-15bcc88125c1" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Thu, 18 Jun 2020 06:01:04 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/5e1e8156-5dec-452a-bfe5-6b6e0947c27a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzcxNzMtRUFTVFVTMiIsImpvYkxvY2F0aW9uIjoiZWFzdHVzMiJ9?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNWUxZTgxNTYtNWRlYy00NTJhLWJmZTUtNmI2ZTA5NDdjMjdhL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpjeE56TXRSVUZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaVpXRnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.14" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://brazilus.management.azure.com/subscriptions/5e1e8156-5dec-452a-bfe5-6b6e0947c27a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzcxNzMtRUFTVFVTMiIsImpvYkxvY2F0aW9uIjoiZWFzdHVzMiJ9?api-version=2016-09-01" + ], + "Retry-After": [ + "15" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11850" + ], + "x-ms-request-id": [ + "b60f14fa-d716-4935-93bd-675ebec69bea" + ], + "x-ms-correlation-request-id": [ + "b60f14fa-d716-4935-93bd-675ebec69bea" + ], + "x-ms-routing-request-id": [ + "BRAZILUS:20200618T060119Z:b60f14fa-d716-4935-93bd-675ebec69bea" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Thu, 18 Jun 2020 06:01:19 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/5e1e8156-5dec-452a-bfe5-6b6e0947c27a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzcxNzMtRUFTVFVTMiIsImpvYkxvY2F0aW9uIjoiZWFzdHVzMiJ9?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNWUxZTgxNTYtNWRlYy00NTJhLWJmZTUtNmI2ZTA5NDdjMjdhL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpjeE56TXRSVUZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaVpXRnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.14" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://brazilus.management.azure.com/subscriptions/5e1e8156-5dec-452a-bfe5-6b6e0947c27a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzcxNzMtRUFTVFVTMiIsImpvYkxvY2F0aW9uIjoiZWFzdHVzMiJ9?api-version=2016-09-01" + ], + "Retry-After": [ + "15" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11849" + ], + "x-ms-request-id": [ + "11169eef-4b7f-40a7-ba59-4f6383a3d183" + ], + "x-ms-correlation-request-id": [ + "11169eef-4b7f-40a7-ba59-4f6383a3d183" + ], + "x-ms-routing-request-id": [ + "BRAZILUS:20200618T060135Z:11169eef-4b7f-40a7-ba59-4f6383a3d183" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Thu, 18 Jun 2020 06:01:34 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/5e1e8156-5dec-452a-bfe5-6b6e0947c27a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzcxNzMtRUFTVFVTMiIsImpvYkxvY2F0aW9uIjoiZWFzdHVzMiJ9?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNWUxZTgxNTYtNWRlYy00NTJhLWJmZTUtNmI2ZTA5NDdjMjdhL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpjeE56TXRSVUZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaVpXRnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.14" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://brazilus.management.azure.com/subscriptions/5e1e8156-5dec-452a-bfe5-6b6e0947c27a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzcxNzMtRUFTVFVTMiIsImpvYkxvY2F0aW9uIjoiZWFzdHVzMiJ9?api-version=2016-09-01" + ], + "Retry-After": [ + "15" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11848" + ], + "x-ms-request-id": [ + "497c01ea-2326-4414-be42-06b8a51fe5e4" + ], + "x-ms-correlation-request-id": [ + "497c01ea-2326-4414-be42-06b8a51fe5e4" + ], + "x-ms-routing-request-id": [ + "BRAZILUS:20200618T060150Z:497c01ea-2326-4414-be42-06b8a51fe5e4" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Thu, 18 Jun 2020 06:01:50 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/5e1e8156-5dec-452a-bfe5-6b6e0947c27a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzcxNzMtRUFTVFVTMiIsImpvYkxvY2F0aW9uIjoiZWFzdHVzMiJ9?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNWUxZTgxNTYtNWRlYy00NTJhLWJmZTUtNmI2ZTA5NDdjMjdhL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpjeE56TXRSVUZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaVpXRnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.14" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://brazilus.management.azure.com/subscriptions/5e1e8156-5dec-452a-bfe5-6b6e0947c27a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzcxNzMtRUFTVFVTMiIsImpvYkxvY2F0aW9uIjoiZWFzdHVzMiJ9?api-version=2016-09-01" + ], + "Retry-After": [ + "15" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11847" + ], + "x-ms-request-id": [ + "af8d709d-8d03-4dc8-bdaa-728ebaa38580" + ], + "x-ms-correlation-request-id": [ + "af8d709d-8d03-4dc8-bdaa-728ebaa38580" + ], + "x-ms-routing-request-id": [ + "BRAZILUS:20200618T060205Z:af8d709d-8d03-4dc8-bdaa-728ebaa38580" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Thu, 18 Jun 2020 06:02:05 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/5e1e8156-5dec-452a-bfe5-6b6e0947c27a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzcxNzMtRUFTVFVTMiIsImpvYkxvY2F0aW9uIjoiZWFzdHVzMiJ9?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNWUxZTgxNTYtNWRlYy00NTJhLWJmZTUtNmI2ZTA5NDdjMjdhL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpjeE56TXRSVUZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaVpXRnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.14" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://brazilus.management.azure.com/subscriptions/5e1e8156-5dec-452a-bfe5-6b6e0947c27a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzcxNzMtRUFTVFVTMiIsImpvYkxvY2F0aW9uIjoiZWFzdHVzMiJ9?api-version=2016-09-01" + ], + "Retry-After": [ + "15" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11846" + ], + "x-ms-request-id": [ + "cfd0555b-3c23-4019-898d-2d125c735f77" + ], + "x-ms-correlation-request-id": [ + "cfd0555b-3c23-4019-898d-2d125c735f77" + ], + "x-ms-routing-request-id": [ + "BRAZILUS:20200618T060221Z:cfd0555b-3c23-4019-898d-2d125c735f77" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Thu, 18 Jun 2020 06:02:21 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/5e1e8156-5dec-452a-bfe5-6b6e0947c27a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzcxNzMtRUFTVFVTMiIsImpvYkxvY2F0aW9uIjoiZWFzdHVzMiJ9?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNWUxZTgxNTYtNWRlYy00NTJhLWJmZTUtNmI2ZTA5NDdjMjdhL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpjeE56TXRSVUZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaVpXRnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.14" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://brazilus.management.azure.com/subscriptions/5e1e8156-5dec-452a-bfe5-6b6e0947c27a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzcxNzMtRUFTVFVTMiIsImpvYkxvY2F0aW9uIjoiZWFzdHVzMiJ9?api-version=2016-09-01" + ], + "Retry-After": [ + "15" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11845" + ], + "x-ms-request-id": [ + "ce8608fb-c27f-4174-b265-4bec2b410ac6" + ], + "x-ms-correlation-request-id": [ + "ce8608fb-c27f-4174-b265-4bec2b410ac6" + ], + "x-ms-routing-request-id": [ + "BRAZILUS:20200618T060236Z:ce8608fb-c27f-4174-b265-4bec2b410ac6" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Thu, 18 Jun 2020 06:02:36 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/5e1e8156-5dec-452a-bfe5-6b6e0947c27a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzcxNzMtRUFTVFVTMiIsImpvYkxvY2F0aW9uIjoiZWFzdHVzMiJ9?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNWUxZTgxNTYtNWRlYy00NTJhLWJmZTUtNmI2ZTA5NDdjMjdhL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpjeE56TXRSVUZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaVpXRnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.14" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://brazilus.management.azure.com/subscriptions/5e1e8156-5dec-452a-bfe5-6b6e0947c27a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzcxNzMtRUFTVFVTMiIsImpvYkxvY2F0aW9uIjoiZWFzdHVzMiJ9?api-version=2016-09-01" + ], + "Retry-After": [ + "15" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11844" + ], + "x-ms-request-id": [ + "998806b8-4760-4755-9cec-a1992cbc7531" + ], + "x-ms-correlation-request-id": [ + "998806b8-4760-4755-9cec-a1992cbc7531" + ], + "x-ms-routing-request-id": [ + "BRAZILUS:20200618T060252Z:998806b8-4760-4755-9cec-a1992cbc7531" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Thu, 18 Jun 2020 06:02:51 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/5e1e8156-5dec-452a-bfe5-6b6e0947c27a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzcxNzMtRUFTVFVTMiIsImpvYkxvY2F0aW9uIjoiZWFzdHVzMiJ9?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNWUxZTgxNTYtNWRlYy00NTJhLWJmZTUtNmI2ZTA5NDdjMjdhL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpjeE56TXRSVUZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaVpXRnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.14" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://brazilus.management.azure.com/subscriptions/5e1e8156-5dec-452a-bfe5-6b6e0947c27a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzcxNzMtRUFTVFVTMiIsImpvYkxvY2F0aW9uIjoiZWFzdHVzMiJ9?api-version=2016-09-01" + ], + "Retry-After": [ + "15" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11843" + ], + "x-ms-request-id": [ + "3f31b482-afe7-408a-9a71-01050943359f" + ], + "x-ms-correlation-request-id": [ + "3f31b482-afe7-408a-9a71-01050943359f" + ], + "x-ms-routing-request-id": [ + "BRAZILUS:20200618T060307Z:3f31b482-afe7-408a-9a71-01050943359f" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Thu, 18 Jun 2020 06:03:07 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/5e1e8156-5dec-452a-bfe5-6b6e0947c27a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzcxNzMtRUFTVFVTMiIsImpvYkxvY2F0aW9uIjoiZWFzdHVzMiJ9?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNWUxZTgxNTYtNWRlYy00NTJhLWJmZTUtNmI2ZTA5NDdjMjdhL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpjeE56TXRSVUZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaVpXRnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.14" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://brazilus.management.azure.com/subscriptions/5e1e8156-5dec-452a-bfe5-6b6e0947c27a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzcxNzMtRUFTVFVTMiIsImpvYkxvY2F0aW9uIjoiZWFzdHVzMiJ9?api-version=2016-09-01" + ], + "Retry-After": [ + "15" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11842" + ], + "x-ms-request-id": [ + "9f8df43f-c644-49b0-98e1-48378c49b194" + ], + "x-ms-correlation-request-id": [ + "9f8df43f-c644-49b0-98e1-48378c49b194" + ], + "x-ms-routing-request-id": [ + "BRAZILUS:20200618T060322Z:9f8df43f-c644-49b0-98e1-48378c49b194" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Thu, 18 Jun 2020 06:03:22 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/5e1e8156-5dec-452a-bfe5-6b6e0947c27a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzcxNzMtRUFTVFVTMiIsImpvYkxvY2F0aW9uIjoiZWFzdHVzMiJ9?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNWUxZTgxNTYtNWRlYy00NTJhLWJmZTUtNmI2ZTA5NDdjMjdhL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpjeE56TXRSVUZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaVpXRnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.14" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://brazilus.management.azure.com/subscriptions/5e1e8156-5dec-452a-bfe5-6b6e0947c27a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzcxNzMtRUFTVFVTMiIsImpvYkxvY2F0aW9uIjoiZWFzdHVzMiJ9?api-version=2016-09-01" + ], + "Retry-After": [ + "15" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11841" + ], + "x-ms-request-id": [ + "4c759072-fea7-4426-b026-d9fc62b563a9" + ], + "x-ms-correlation-request-id": [ + "4c759072-fea7-4426-b026-d9fc62b563a9" + ], + "x-ms-routing-request-id": [ + "BRAZILUS:20200618T060338Z:4c759072-fea7-4426-b026-d9fc62b563a9" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Thu, 18 Jun 2020 06:03:37 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/5e1e8156-5dec-452a-bfe5-6b6e0947c27a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzcxNzMtRUFTVFVTMiIsImpvYkxvY2F0aW9uIjoiZWFzdHVzMiJ9?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNWUxZTgxNTYtNWRlYy00NTJhLWJmZTUtNmI2ZTA5NDdjMjdhL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpjeE56TXRSVUZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaVpXRnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.14" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://brazilus.management.azure.com/subscriptions/5e1e8156-5dec-452a-bfe5-6b6e0947c27a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzcxNzMtRUFTVFVTMiIsImpvYkxvY2F0aW9uIjoiZWFzdHVzMiJ9?api-version=2016-09-01" + ], + "Retry-After": [ + "15" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11840" + ], + "x-ms-request-id": [ + "e9bb52a1-b54c-46d6-a49f-a355dc04149e" + ], + "x-ms-correlation-request-id": [ + "e9bb52a1-b54c-46d6-a49f-a355dc04149e" + ], + "x-ms-routing-request-id": [ + "BRAZILUS:20200618T060353Z:e9bb52a1-b54c-46d6-a49f-a355dc04149e" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Thu, 18 Jun 2020 06:03:53 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/5e1e8156-5dec-452a-bfe5-6b6e0947c27a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzcxNzMtRUFTVFVTMiIsImpvYkxvY2F0aW9uIjoiZWFzdHVzMiJ9?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNWUxZTgxNTYtNWRlYy00NTJhLWJmZTUtNmI2ZTA5NDdjMjdhL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpjeE56TXRSVUZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaVpXRnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.14" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://brazilus.management.azure.com/subscriptions/5e1e8156-5dec-452a-bfe5-6b6e0947c27a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzcxNzMtRUFTVFVTMiIsImpvYkxvY2F0aW9uIjoiZWFzdHVzMiJ9?api-version=2016-09-01" + ], + "Retry-After": [ + "15" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11839" + ], + "x-ms-request-id": [ + "ff7ec770-7e87-4979-b90f-361d441b4f63" + ], + "x-ms-correlation-request-id": [ + "ff7ec770-7e87-4979-b90f-361d441b4f63" + ], + "x-ms-routing-request-id": [ + "BRAZILUS:20200618T060408Z:ff7ec770-7e87-4979-b90f-361d441b4f63" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Thu, 18 Jun 2020 06:04:08 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/5e1e8156-5dec-452a-bfe5-6b6e0947c27a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzcxNzMtRUFTVFVTMiIsImpvYkxvY2F0aW9uIjoiZWFzdHVzMiJ9?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNWUxZTgxNTYtNWRlYy00NTJhLWJmZTUtNmI2ZTA5NDdjMjdhL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpjeE56TXRSVUZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaVpXRnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.14" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://brazilus.management.azure.com/subscriptions/5e1e8156-5dec-452a-bfe5-6b6e0947c27a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzcxNzMtRUFTVFVTMiIsImpvYkxvY2F0aW9uIjoiZWFzdHVzMiJ9?api-version=2016-09-01" + ], + "Retry-After": [ + "15" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11838" + ], + "x-ms-request-id": [ + "fc85eb2a-7c12-4a36-8898-fa7f480a58d3" + ], + "x-ms-correlation-request-id": [ + "fc85eb2a-7c12-4a36-8898-fa7f480a58d3" + ], + "x-ms-routing-request-id": [ + "BRAZILUS:20200618T060424Z:fc85eb2a-7c12-4a36-8898-fa7f480a58d3" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Thu, 18 Jun 2020 06:04:24 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/5e1e8156-5dec-452a-bfe5-6b6e0947c27a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzcxNzMtRUFTVFVTMiIsImpvYkxvY2F0aW9uIjoiZWFzdHVzMiJ9?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNWUxZTgxNTYtNWRlYy00NTJhLWJmZTUtNmI2ZTA5NDdjMjdhL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpjeE56TXRSVUZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaVpXRnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.14" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://brazilus.management.azure.com/subscriptions/5e1e8156-5dec-452a-bfe5-6b6e0947c27a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzcxNzMtRUFTVFVTMiIsImpvYkxvY2F0aW9uIjoiZWFzdHVzMiJ9?api-version=2016-09-01" + ], + "Retry-After": [ + "15" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11837" + ], + "x-ms-request-id": [ + "a633e84c-137a-498b-be12-06a94fa845dd" + ], + "x-ms-correlation-request-id": [ + "a633e84c-137a-498b-be12-06a94fa845dd" + ], + "x-ms-routing-request-id": [ + "BRAZILUS:20200618T060439Z:a633e84c-137a-498b-be12-06a94fa845dd" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Thu, 18 Jun 2020 06:04:39 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/5e1e8156-5dec-452a-bfe5-6b6e0947c27a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzcxNzMtRUFTVFVTMiIsImpvYkxvY2F0aW9uIjoiZWFzdHVzMiJ9?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNWUxZTgxNTYtNWRlYy00NTJhLWJmZTUtNmI2ZTA5NDdjMjdhL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpjeE56TXRSVUZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaVpXRnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.14" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://brazilus.management.azure.com/subscriptions/5e1e8156-5dec-452a-bfe5-6b6e0947c27a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzcxNzMtRUFTVFVTMiIsImpvYkxvY2F0aW9uIjoiZWFzdHVzMiJ9?api-version=2016-09-01" + ], + "Retry-After": [ + "15" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11836" + ], + "x-ms-request-id": [ + "bc511fc5-bde3-4434-aa00-0d49f85b0553" + ], + "x-ms-correlation-request-id": [ + "bc511fc5-bde3-4434-aa00-0d49f85b0553" + ], + "x-ms-routing-request-id": [ + "BRAZILUS:20200618T060455Z:bc511fc5-bde3-4434-aa00-0d49f85b0553" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Thu, 18 Jun 2020 06:04:55 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/5e1e8156-5dec-452a-bfe5-6b6e0947c27a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzcxNzMtRUFTVFVTMiIsImpvYkxvY2F0aW9uIjoiZWFzdHVzMiJ9?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNWUxZTgxNTYtNWRlYy00NTJhLWJmZTUtNmI2ZTA5NDdjMjdhL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpjeE56TXRSVUZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaVpXRnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.14" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://brazilus.management.azure.com/subscriptions/5e1e8156-5dec-452a-bfe5-6b6e0947c27a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzcxNzMtRUFTVFVTMiIsImpvYkxvY2F0aW9uIjoiZWFzdHVzMiJ9?api-version=2016-09-01" + ], + "Retry-After": [ + "15" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11864" + ], + "x-ms-request-id": [ + "38208b16-e249-436a-b5f6-acbae5c8e972" + ], + "x-ms-correlation-request-id": [ + "38208b16-e249-436a-b5f6-acbae5c8e972" + ], + "x-ms-routing-request-id": [ + "BRAZILUS:20200618T060510Z:38208b16-e249-436a-b5f6-acbae5c8e972" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Thu, 18 Jun 2020 06:05:09 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/5e1e8156-5dec-452a-bfe5-6b6e0947c27a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzcxNzMtRUFTVFVTMiIsImpvYkxvY2F0aW9uIjoiZWFzdHVzMiJ9?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNWUxZTgxNTYtNWRlYy00NTJhLWJmZTUtNmI2ZTA5NDdjMjdhL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpjeE56TXRSVUZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaVpXRnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.14" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://brazilus.management.azure.com/subscriptions/5e1e8156-5dec-452a-bfe5-6b6e0947c27a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzcxNzMtRUFTVFVTMiIsImpvYkxvY2F0aW9uIjoiZWFzdHVzMiJ9?api-version=2016-09-01" + ], + "Retry-After": [ + "15" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11863" + ], + "x-ms-request-id": [ + "e0ef7cc5-a145-43dd-aae1-c4574b292b05" + ], + "x-ms-correlation-request-id": [ + "e0ef7cc5-a145-43dd-aae1-c4574b292b05" + ], + "x-ms-routing-request-id": [ + "BRAZILUS:20200618T060526Z:e0ef7cc5-a145-43dd-aae1-c4574b292b05" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Thu, 18 Jun 2020 06:05:26 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/5e1e8156-5dec-452a-bfe5-6b6e0947c27a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzcxNzMtRUFTVFVTMiIsImpvYkxvY2F0aW9uIjoiZWFzdHVzMiJ9?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNWUxZTgxNTYtNWRlYy00NTJhLWJmZTUtNmI2ZTA5NDdjMjdhL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpjeE56TXRSVUZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaVpXRnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.14" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://brazilus.management.azure.com/subscriptions/5e1e8156-5dec-452a-bfe5-6b6e0947c27a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzcxNzMtRUFTVFVTMiIsImpvYkxvY2F0aW9uIjoiZWFzdHVzMiJ9?api-version=2016-09-01" + ], + "Retry-After": [ + "15" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11862" + ], + "x-ms-request-id": [ + "54c05852-7695-4dd9-8ec6-f99a945fa848" + ], + "x-ms-correlation-request-id": [ + "54c05852-7695-4dd9-8ec6-f99a945fa848" + ], + "x-ms-routing-request-id": [ + "BRAZILUS:20200618T060542Z:54c05852-7695-4dd9-8ec6-f99a945fa848" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Thu, 18 Jun 2020 06:05:41 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/5e1e8156-5dec-452a-bfe5-6b6e0947c27a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzcxNzMtRUFTVFVTMiIsImpvYkxvY2F0aW9uIjoiZWFzdHVzMiJ9?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNWUxZTgxNTYtNWRlYy00NTJhLWJmZTUtNmI2ZTA5NDdjMjdhL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpjeE56TXRSVUZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaVpXRnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.14" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://brazilus.management.azure.com/subscriptions/5e1e8156-5dec-452a-bfe5-6b6e0947c27a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzcxNzMtRUFTVFVTMiIsImpvYkxvY2F0aW9uIjoiZWFzdHVzMiJ9?api-version=2016-09-01" + ], + "Retry-After": [ + "15" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11861" + ], + "x-ms-request-id": [ + "05e2d003-8457-458a-990d-edb1515d2528" + ], + "x-ms-correlation-request-id": [ + "05e2d003-8457-458a-990d-edb1515d2528" + ], + "x-ms-routing-request-id": [ + "BRAZILUS:20200618T060557Z:05e2d003-8457-458a-990d-edb1515d2528" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Thu, 18 Jun 2020 06:05:57 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/5e1e8156-5dec-452a-bfe5-6b6e0947c27a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzcxNzMtRUFTVFVTMiIsImpvYkxvY2F0aW9uIjoiZWFzdHVzMiJ9?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNWUxZTgxNTYtNWRlYy00NTJhLWJmZTUtNmI2ZTA5NDdjMjdhL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpjeE56TXRSVUZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaVpXRnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.14" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://brazilus.management.azure.com/subscriptions/5e1e8156-5dec-452a-bfe5-6b6e0947c27a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzcxNzMtRUFTVFVTMiIsImpvYkxvY2F0aW9uIjoiZWFzdHVzMiJ9?api-version=2016-09-01" + ], + "Retry-After": [ + "15" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11860" + ], + "x-ms-request-id": [ + "82733af8-9cbb-4faf-925e-fd5674b7c730" + ], + "x-ms-correlation-request-id": [ + "82733af8-9cbb-4faf-925e-fd5674b7c730" + ], + "x-ms-routing-request-id": [ + "BRAZILUS:20200618T060612Z:82733af8-9cbb-4faf-925e-fd5674b7c730" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Thu, 18 Jun 2020 06:06:12 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/5e1e8156-5dec-452a-bfe5-6b6e0947c27a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzcxNzMtRUFTVFVTMiIsImpvYkxvY2F0aW9uIjoiZWFzdHVzMiJ9?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNWUxZTgxNTYtNWRlYy00NTJhLWJmZTUtNmI2ZTA5NDdjMjdhL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpjeE56TXRSVUZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaVpXRnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.14" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://brazilus.management.azure.com/subscriptions/5e1e8156-5dec-452a-bfe5-6b6e0947c27a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzcxNzMtRUFTVFVTMiIsImpvYkxvY2F0aW9uIjoiZWFzdHVzMiJ9?api-version=2016-09-01" + ], + "Retry-After": [ + "15" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11859" + ], + "x-ms-request-id": [ + "bb417695-0b0f-4448-b63b-50704b164d28" + ], + "x-ms-correlation-request-id": [ + "bb417695-0b0f-4448-b63b-50704b164d28" + ], + "x-ms-routing-request-id": [ + "BRAZILUS:20200618T060628Z:bb417695-0b0f-4448-b63b-50704b164d28" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Thu, 18 Jun 2020 06:06:28 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/5e1e8156-5dec-452a-bfe5-6b6e0947c27a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzcxNzMtRUFTVFVTMiIsImpvYkxvY2F0aW9uIjoiZWFzdHVzMiJ9?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNWUxZTgxNTYtNWRlYy00NTJhLWJmZTUtNmI2ZTA5NDdjMjdhL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpjeE56TXRSVUZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaVpXRnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.14" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://brazilus.management.azure.com/subscriptions/5e1e8156-5dec-452a-bfe5-6b6e0947c27a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzcxNzMtRUFTVFVTMiIsImpvYkxvY2F0aW9uIjoiZWFzdHVzMiJ9?api-version=2016-09-01" + ], + "Retry-After": [ + "15" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11858" + ], + "x-ms-request-id": [ + "e3529e09-e81d-47cd-a6d0-4cf0e4570714" + ], + "x-ms-correlation-request-id": [ + "e3529e09-e81d-47cd-a6d0-4cf0e4570714" + ], + "x-ms-routing-request-id": [ + "BRAZILUS:20200618T060644Z:e3529e09-e81d-47cd-a6d0-4cf0e4570714" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Thu, 18 Jun 2020 06:06:43 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/5e1e8156-5dec-452a-bfe5-6b6e0947c27a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzcxNzMtRUFTVFVTMiIsImpvYkxvY2F0aW9uIjoiZWFzdHVzMiJ9?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNWUxZTgxNTYtNWRlYy00NTJhLWJmZTUtNmI2ZTA5NDdjMjdhL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpjeE56TXRSVUZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaVpXRnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.14" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11857" + ], + "x-ms-request-id": [ + "f708df77-637c-4159-8d04-c6a7d30d052f" + ], + "x-ms-correlation-request-id": [ + "f708df77-637c-4159-8d04-c6a7d30d052f" + ], + "x-ms-routing-request-id": [ + "BRAZILUS:20200618T060659Z:f708df77-637c-4159-8d04-c6a7d30d052f" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Thu, 18 Jun 2020 06:06:58 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/5e1e8156-5dec-452a-bfe5-6b6e0947c27a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzcxNzMtRUFTVFVTMiIsImpvYkxvY2F0aW9uIjoiZWFzdHVzMiJ9?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNWUxZTgxNTYtNWRlYy00NTJhLWJmZTUtNmI2ZTA5NDdjMjdhL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpjeE56TXRSVUZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaVpXRnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.14" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11856" + ], + "x-ms-request-id": [ + "a566b21c-3db8-4d1d-8f66-47208964737a" + ], + "x-ms-correlation-request-id": [ + "a566b21c-3db8-4d1d-8f66-47208964737a" + ], + "x-ms-routing-request-id": [ + "BRAZILUS:20200618T060700Z:a566b21c-3db8-4d1d-8f66-47208964737a" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Thu, 18 Jun 2020 06:07:00 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 200 + } + ], + "Names": { + "Test-NetworkVirtualApplianceCRUD": [ + "ps7173", + "ps4399", + "ps587", + "ps6483" + ] + }, + "Variables": { + "SubscriptionId": "5e1e8156-5dec-452a-bfe5-6b6e0947c27a" + } +} \ No newline at end of file diff --git a/src/Network/Network/Az.Network.psd1 b/src/Network/Network/Az.Network.psd1 index fc5da1695f1b..30758b6bd350 100644 --- a/src/Network/Network/Az.Network.psd1 +++ b/src/Network/Network/Az.Network.psd1 @@ -3,7 +3,7 @@ # # Generated by: Microsoft Corporation # -# Generated on: 5/13/2020 +# Generated on: 6/17/2020 # @{ @@ -12,7 +12,7 @@ # RootModule = '' # Version number of this module. -ModuleVersion = '3.0.0' +ModuleVersion = '3.1.0' # Supported PSEditions CompatiblePSEditions = 'Core', 'Desktop' @@ -53,7 +53,7 @@ DotNetFrameworkVersion = '4.7.2' # ProcessorArchitecture = '' # Modules that must be imported into the global environment prior to importing this module -RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.8.1'; }) +RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.9.0'; }) # Assemblies that must be loaded prior to importing this module RequiredAssemblies = 'AutoMapper.dll', 'Microsoft.Azure.Management.Network.dll' @@ -203,12 +203,12 @@ CmdletsToExport = 'Add-AzApplicationGatewayAuthenticationCertificate', 'New-AzApplicationGatewayUrlPathMapConfig', 'Remove-AzApplicationGatewayUrlPathMapConfig', 'Set-AzApplicationGatewayUrlPathMapConfig', - 'New-AzApplicationGatewayPrivateLinkConfiguration', - 'Add-AzApplicationGatewayPrivateLinkConfiguration', - 'Set-AzApplicationGatewayPrivateLinkConfiguration', - 'Get-AzApplicationGatewayPrivateLinkConfiguration', - 'Remove-AzApplicationGatewayPrivateLinkConfiguration', - 'New-AzApplicationGatewayPrivateLinkIpConfiguration', + 'New-AzApplicationGatewayPrivateLinkConfiguration', + 'Add-AzApplicationGatewayPrivateLinkConfiguration', + 'Set-AzApplicationGatewayPrivateLinkConfiguration', + 'Get-AzApplicationGatewayPrivateLinkConfiguration', + 'Remove-AzApplicationGatewayPrivateLinkConfiguration', + 'New-AzApplicationGatewayPrivateLinkIpConfiguration', 'Add-AzExpressRouteCircuitAuthorization', 'Get-AzExpressRouteCircuitAuthorization', 'New-AzExpressRouteCircuitAuthorization', @@ -314,11 +314,11 @@ CmdletsToExport = 'Add-AzApplicationGatewayAuthenticationCertificate', 'Set-AzVirtualNetworkGatewayConnectionSharedKey', 'Set-AzVirtualNetworkGatewayConnection', 'New-AzIpsecPolicy', 'New-AzIpsecTrafficSelectorPolicy', - 'Get-AzLoadBalancerBackendAddressPool', - 'New-AzLoadBalancerBackendAddressPool', - 'Remove-AzLoadBalancerBackendAddressPool', - 'Set-AzLoadBalancerBackendAddressPool', - 'New-AzLoadBalancerBackendAddressConfig', + 'Get-AzLoadBalancerBackendAddressPool', + 'New-AzLoadBalancerBackendAddressPool', + 'Remove-AzLoadBalancerBackendAddressPool', + 'Set-AzLoadBalancerBackendAddressPool', + 'New-AzLoadBalancerBackendAddressConfig', 'Get-AzLoadBalancerBackendAddressPoolConfig', 'Add-AzLoadBalancerBackendAddressPoolConfig', 'New-AzLoadBalancerBackendAddressPoolConfig', @@ -421,12 +421,11 @@ CmdletsToExport = 'Add-AzApplicationGatewayAuthenticationCertificate', 'New-AzFirewallApplicationRule', 'New-AzFirewallNatRuleCollection', 'New-AzFirewallNatRule', 'New-AzFirewallNetworkRuleCollection', 'New-AzFirewallNetworkRule', 'New-AzFirewallThreatIntelWhitelist', - 'New-AzFirewallHubPublicIpAddress','New-AzFirewallHubIpAddress', - 'New-AzFirewallPublicIpAddress', - 'Get-AzFirewallFqdnTag', 'Get-AzNetworkProfile', - 'New-AzNetworkProfile', 'Remove-AzNetworkProfile', - 'Set-AzNetworkProfile', 'New-AzContainerNicConfig', - 'New-AzContainerNicConfigIpConfig', + 'New-AzFirewallHubPublicIpAddress', 'New-AzFirewallHubIpAddress', + 'New-AzFirewallPublicIpAddress', 'Get-AzFirewallFqdnTag', + 'Get-AzNetworkProfile', 'New-AzNetworkProfile', + 'Remove-AzNetworkProfile', 'Set-AzNetworkProfile', + 'New-AzContainerNicConfig', 'New-AzContainerNicConfigIpConfig', 'Add-AzNetworkInterfaceTapConfig', 'Get-AzNetworkInterfaceTapConfig', 'Set-AzNetworkInterfaceTapConfig', @@ -467,8 +466,7 @@ CmdletsToExport = 'Add-AzApplicationGatewayAuthenticationCertificate', 'Start-AzVirtualNetworkGatewayConnectionPacketCapture', 'Stop-AzVirtualNetworkGatewayConnectionPacketCapture', 'Disconnect-AzVirtualNetworkGatewayVpnConnection', - 'New-AzFirewallPolicyNetworkRule', - 'New-AzFirewallPolicyNatRule', + 'New-AzFirewallPolicyNetworkRule', 'New-AzFirewallPolicyNatRule', 'New-AzFirewallPolicyApplicationRule', 'New-AzFirewallPolicyNatRuleCollection', 'New-AzFirewallPolicyFilterRuleCollection', @@ -478,22 +476,31 @@ CmdletsToExport = 'Add-AzApplicationGatewayAuthenticationCertificate', 'Remove-AzFirewallPolicyRuleCollectionGroup', 'New-AzFirewallPolicy', 'Get-AzFirewallPolicy', 'Set-AzFirewallPolicy', 'Remove-AzFirewallPolicy', - 'New-AzFirewallPolicyThreatIntelWhitelist', - 'New-AzFirewallPolicyDnsSetting', - 'New-AzVirtualRouter', 'Remove-AzVirtualRouter', - 'Get-AzVirtualRouter', 'Add-AzVirtualRouterPeer', - 'Update-AzVirtualRouterPeer', 'Remove-AzVirtualRouterPeer', - 'Get-AzVirtualRouterPeer', 'New-AzIpGroup', 'Remove-AzIpGroup', - 'Get-AzIpGroup', 'Set-AzIpGroup', + 'New-AzFirewallPolicyThreatIntelWhitelist', + 'New-AzFirewallPolicyDnsSetting', 'New-AzVirtualRouter', + 'Remove-AzVirtualRouter', 'Get-AzVirtualRouter', + 'Add-AzVirtualRouterPeer', 'Update-AzVirtualRouterPeer', + 'Remove-AzVirtualRouterPeer', 'Get-AzVirtualRouterPeer', + 'New-AzIpGroup', 'Remove-AzIpGroup', 'Get-AzIpGroup', 'Set-AzIpGroup', 'New-AzIpConfigurationBgpPeeringAddressObject', 'New-AzIpAllocation', 'Get-AzIpAllocation', 'Remove-AzIpAllocation', 'Set-AzIpAllocation', 'New-AzSecurityPartnerProvider', 'Remove-AzSecurityPartnerProvider', 'Get-AzSecurityPartnerProvider', - 'Set-AzSecurityPartnerProvider', - 'Reset-AzHubRouter', - 'New-AzVHubRoute', 'New-AzStaticRoute', 'New-AzRoutingConfiguration', - 'New-AzVHubRouteTable', 'Get-AzVHubRouteTable', - 'Update-AzVHubRouteTable', 'Remove-AzVHubRouteTable' + 'Set-AzSecurityPartnerProvider', 'Reset-AzHubRouter', + 'New-AzVHubRoute', 'New-AzStaticRoute', 'New-AzRoutingConfiguration', + 'New-AzVHubRouteTable', 'Get-AzVHubRouteTable', + 'Update-AzVHubRouteTable', 'Remove-AzVHubRouteTable', + 'Get-AzNetworkVirtualAppliance', + 'New-AzNetworkVirtualAppliance', + 'Remove-AzNetworkVirtualAppliance', + 'Update-AzNetworkVirtualAppliance', + 'Get-AzVirtualApplianceSite', + 'New-AzVirtualApplianceSite', + 'Remove-AzVirtualApplianceSite', + 'Update-AzVirtualApplianceSite', + 'New-AzOffice365PolicyProperty', + 'Get-AzNetworkVirtualApplianceSku', + 'New-AzVirtualApplianceSkuProperty' # Variables to export from this module # VariablesToExport = @() @@ -541,31 +548,55 @@ PrivateData = @{ # IconUri = '' # ReleaseNotes of this module - ReleaseNotes = '* Added breaking change attribute to notify that Zone default behaviour will be changed - - ''New-AzPublicIpAddress'' - - ''New-AzPublicIpPrefix'' - - ''New-AzLoadBalancerFrontendIpConfig'' -* Added support for a new top level resource SecurityPartnerProvider - - New cmdlets added: - - New-AzSecurityPartnerProvider - - Remove-AzSecurityPartnerProvider - - Get-AzSecurityPartnerProvider - - Set-AzSecurityPartnerProvider -* Added ''RequiredZoneNames'' on ''PSPrivateLinkResource'' and ''GroupId'' on ''PSPrivateEndpointConnection'' -* Fixed incorrect type of SuccessThresholdRoundTripTimeMs parameter for New-AzNetworkWatcherConnectionMonitorTestConfigurationObject -* Updated VirtualWan cmdlets to set default value of AllowVnetToVnetTraffic argument to True. - - ''New-AzVirtualWan'' - - ''Update-AzVirtualWan'' -* Added new cmdlets to support DNS zone group for private endpoint - - ''New-AzPrivateDnsZoneConfig'' - - ''Get-AzPrivateDnsZoneGroup'' - - ''New-AzPrivateDnsZoneGroup'' - - ''Set-AzPrivateDnsZoneGroup'' - - ''Remove-AzPrivateDnsZoneGroup'' -* Add ''DNSEnableProxy'', ''DNSRequireProxyForNetworkRules'' and ''DNSServers'' parameters to ''AzureFirewall'' -* Add ''EnableDnsProxy'', ''DnsProxyNotRequiredForNetworkRule'' and ''DnsServer'' parameters to ''AzureFirewall'' - - Updated cmdlet: - - New-AzFirewall' + ReleaseNotes = '* Added support for AddressPrefixType parameter to ''Remove-AzExpressRouteCircuitConnectionConfig'' +* Added new cmdlets for Azure FirewallPolicy + - ''New-AzFirewallPolicyDnsSetting'' + - Support for Destination FQDN in Network Rules for Firewall Policy +* Added support for backend address pool operations + - ''New-AzLoadBalancerBackendAddressConfig'' + - ''New-AzLoadBalancerBackendAddressPool'' + - ''Set-AzLoadBalancerBackendAddressPool'' + - ''Remove-AzLoadBalancerBackendAddressPool'' + - ''Get-AzLoadBalancerBackendAddressPool'' +* Added name validation for ''New-AzIpGroup'' +* Added new cmdlets for Azure FirewallPolicy + - ''New-AzFirewallPolicyThreatIntelWhitelist'' +* Updated below commands for feature: Custom dns servers set/remove on VirtualWan P2SVpnGateway. + - Updated New-AzP2sVpnGateway: Added optional parameter ''-CustomDnsServer'' for customers to specify their dns servers to set on P2SVpnGateway, which can be used by Point to site clients. + - Updated Update-AzP2sVpnGateway: Added optional parameter ''-CustomDnsServer'' for customers to specify their dns servers to set on P2SVpnGateway, which can be used by Point to site clients. +* Updated ''Update-AzVpnGateway'' + - Added optional parameter ''-BgpPeeringAddress'' for customers to specify their custom bgps to set on VpnGateway. +* Added new cmdlet to support resetting the routing state of a VirtualHub resource: + - ''Reset-AzHubRouter'' +* Updated below things based on recent swagger change for Firewall Policy + - Changes names for RuleGroup, RuleCollectionGroup and RuleType + - Added support for Firewall Policy NAT Rule Collections to support multiple NAT Rule Collection +* [Breaking Change] Added mandatory parameter ''SourceIpGroup'' for ''New-AzFirewallPolicyApplicationRule'' and ''New-AzFirewallPolicyNetworkRule''. +* [Breaking Change] Fixed ''New-AzFirewallPolicyApplicationRule'', parameter ''SourceAddress'' to be mandatory. +* [Breaking Change] Fixed ''New-AzFirewallPolicyApplicationRule'', parameter ''SourceAddress'' to be mandatory. +* [Breaking Change] Removed mandatory parameters: ''TranslatedAddress'', ''TranslatedPort'' for ''New-AzFirewallPolicyNatRuleCollection''. +* Added new cmdlets to support PrivateLink On Application Gateway + - ''New-AzApplicationGatewayPrivateLinkConfiguration'' + - ''Get-AzApplicationGatewayPrivateLinkConfiguration'' + - ''New-AzApplicationGatewayPrivateLinkConfiguration'' + - ''Set-AzApplicationGatewayPrivateLinkConfiguration'' + - ''Remove-AzApplicationGatewayPrivateLinkConfiguration'' + - ''New-AzApplicationGatewayPrivateLinkIpConfiguration'' +* Added new cmdlets for HubRouteTables child resource of VirtualHub. + - ''New-AzVHubRoute'' + - ''New-AzVHubRouteTable'' + - ''Get-AzVHubRouteTable'' + - ''Update-AzVHubRouteTable'' + - ''Remove-AzVHubRouteTable'' +* Updated existing cmdlets to support optional RoutingConfiguration input parameter for custom routing in VirtualWan. + - ''New-AzExpressRouteConnection'' + - ''Set-AzExpressRouteConnection'' + - ''New-AzVirtualHubVnetConnection'' + - ''Update-AzVirtualHubVnetConnection'' + - ''New-AzVpnConnection'' + - ''Update-AzVpnConnection'' + - ''New-AzP2sVpnGateway'' + - ''Update-AzP2sVpnGateway''' # Prerelease string of this module # Prerelease = '' diff --git a/src/Network/Network/ChangeLog.md b/src/Network/Network/ChangeLog.md index 75dd081cfcbf..e1c25e2fd871 100644 --- a/src/Network/Network/ChangeLog.md +++ b/src/Network/Network/ChangeLog.md @@ -19,11 +19,27 @@ ---> ## Upcoming Release +* Added new cmdlets for Azure Network Virtual Appliance Sites + - `Get-AzVirtualApplianceSite` + - `New-AzVirtualApplianceSite` + - `Remove-AzVirtualApplianceSite` + - `Update-AzVirtualApplianceSite` + - `New-AzOffice365PolicyProperty` +* Added new cmdlets for Azure Network Virtual Appliance + - `Get-AzNetworkVirtualAppliance` + - `New-AzNetworkVirtualAppliance` + - `Remove-AzNetworkVirtualAppliance` + - `Update-AzNetworkVirtualAppliance` + - `Get-AzNetworkVirtualApplianceSku` + - `New-AzVirtualApplianceSkuProperty` +* Onboard Application Gateway to Private Link Common Cmdlets + +## Version 3.1.0 * Added support for AddressPrefixType parameter to `Remove-AzExpressRouteCircuitConnectionConfig` * Added new cmdlets for Azure FirewallPolicy - - New-AzFirewallPolicyDnsSetting + - `New-AzFirewallPolicyDnsSetting` - Support for Destination FQDN in Network Rules for Firewall Policy - Added support for backend address pool operations +* Added support for backend address pool operations - `New-AzLoadBalancerBackendAddressConfig` - `New-AzLoadBalancerBackendAddressPool` - `Set-AzLoadBalancerBackendAddressPool` @@ -54,20 +70,20 @@ - `Remove-AzApplicationGatewayPrivateLinkConfiguration` - `New-AzApplicationGatewayPrivateLinkIpConfiguration` * Added new cmdlets for HubRouteTables child resource of VirtualHub. - -`New-AzVHubRoute` - -`New-AzVHubRouteTable` - -`Get-AzVHubRouteTable` - -`Update-AzVHubRouteTable` - -`Remove-AzVHubRouteTable` + - `New-AzVHubRoute` + - `New-AzVHubRouteTable` + - `Get-AzVHubRouteTable` + - `Update-AzVHubRouteTable` + - `Remove-AzVHubRouteTable` * Updated existing cmdlets to support optional RoutingConfiguration input parameter for custom routing in VirtualWan. - -`New-AzExpressRouteConnection` - -`Set-AzExpressRouteConnection` - -`New-AzVirtualHubVnetConnection` - -`Update-AzVirtualHubVnetConnection` - -`New-AzVpnConnection` - -`Update-AzVpnConnection` - -`New-AzP2sVpnGateway` - -`Update-AzP2sVpnGateway` + - `New-AzExpressRouteConnection` + - `Set-AzExpressRouteConnection` + - `New-AzVirtualHubVnetConnection` + - `Update-AzVirtualHubVnetConnection` + - `New-AzVpnConnection` + - `Update-AzVpnConnection` + - `New-AzP2sVpnGateway` + - `Update-AzP2sVpnGateway` ## Version 3.0.0 * Added breaking change attribute to notify that Zone default behaviour will be changed diff --git a/src/Network/Network/Common/NetworkBaseCmdlet.cs b/src/Network/Network/Common/NetworkBaseCmdlet.cs index 43e88249c20f..c4c8feb8317d 100644 --- a/src/Network/Network/Common/NetworkBaseCmdlet.cs +++ b/src/Network/Network/Common/NetworkBaseCmdlet.cs @@ -16,6 +16,7 @@ using Microsoft.Azure.Commands.ResourceManager.Common; using Microsoft.Azure.Commands.Network.Common; using System.Collections.Generic; +using System.Text.RegularExpressions; namespace Microsoft.Azure.Commands.Network { @@ -82,6 +83,16 @@ public static string GetResourceGroup(string resourceId) return resourceId.Substring(startIndex, endIndex - startIndex); } + public static string GetResourceName(string resourceId, string resourceName, string instanceName = null, string version = null) + { + if (string.IsNullOrEmpty(resourceId)) { return null; } + Regex r = (instanceName == null && version == null) + ? new Regex(@"(.*?)/" + resourceName + @"/(?\S+)", RegexOptions.IgnoreCase) + : new Regex(@"(.*?)/" + resourceName + @"/(?\S+)/" + instanceName + @"/(?\S+)", RegexOptions.IgnoreCase); + Match m = r.Match(resourceId); + return m.Success ? m.Groups["rgname"].Value : null; + } + public static bool IsResourcePresent(Action fn) { try diff --git a/src/Network/Network/Common/NetworkResourceManagerProfile.cs b/src/Network/Network/Common/NetworkResourceManagerProfile.cs index 93969c899a90..65cdf7fd0c0d 100644 --- a/src/Network/Network/Common/NetworkResourceManagerProfile.cs +++ b/src/Network/Network/Common/NetworkResourceManagerProfile.cs @@ -1389,6 +1389,28 @@ private static void Initialize() // IpAllocation cfg.CreateMap(); cfg.CreateMap(); + + // Network Virtual Appliance & Sites + // CNM to MNM + cfg.CreateMap(); + cfg.CreateMap(); + cfg.CreateMap(); + cfg.CreateMap(); + cfg.CreateMap(); + cfg.CreateMap(); + cfg.CreateMap(); + cfg.CreateMap(); + + // MNM to CNM + cfg.CreateMap(); + cfg.CreateMap(); + cfg.CreateMap(); + cfg.CreateMap(); + cfg.CreateMap(); + cfg.CreateMap(); + cfg.CreateMap(); + cfg.CreateMap(); + }); _mapper = config.CreateMapper(); diff --git a/src/Network/Network/Models/PSBreakOutCategoryPolicies.cs b/src/Network/Network/Models/PSBreakOutCategoryPolicies.cs new file mode 100644 index 000000000000..2d8f0885d93d --- /dev/null +++ b/src/Network/Network/Models/PSBreakOutCategoryPolicies.cs @@ -0,0 +1,28 @@ +// ---------------------------------------------------------------------------------- +// +// Copyright Microsoft Corporation +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// http://www.apache.org/licenses/LICENSE-2.0 +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// ---------------------------------------------------------------------------------- + + +using System; +using System.Collections.Generic; +using System.Text; + +namespace Microsoft.Azure.Commands.Network.Models +{ + public class PSBreakOutCategoryPolicies + { + public bool? Allow { get; set; } + public bool? Optimize { get; set; } + public bool? DefaultProperty { get; set; } + } +} diff --git a/src/Network/Network/Models/PSNetworkVirtualAppliance.cs b/src/Network/Network/Models/PSNetworkVirtualAppliance.cs new file mode 100644 index 000000000000..34ed0305e7ab --- /dev/null +++ b/src/Network/Network/Models/PSNetworkVirtualAppliance.cs @@ -0,0 +1,46 @@ +// ---------------------------------------------------------------------------------- +// +// Copyright Microsoft Corporation +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// http://www.apache.org/licenses/LICENSE-2.0 +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// ---------------------------------------------------------------------------------- + + +namespace Microsoft.Azure.Commands.Network.Models +{ + using Microsoft.Azure.Management.Internal.Network.Common; + using Newtonsoft.Json; + using System.Collections.Generic; + using WindowsAzure.Commands.Common.Attributes; + using Microsoft.Azure.Management.Network.Models; + public class PSNetworkVirtualAppliance : PSTopLevelResource + { + + public IList BootStrapConfigurationBlobs { get; set; } + + public PSResourceId VirtualHub { get; set; } + + public IList CloudInitConfigurationBlobs { get; set; } + + public string CloudInitConfiguration { get; set; } + + public long? VirtualApplianceAsn { get; set; } + + public IList VirtualApplianceNics { get; set; } + + public IList VirtualApplianceSites { get; set; } + + public string ProvisioningState { get; set; } + + public PSManagedServiceIdentity Identity { get; set; } + + public PSVirtualApplianceSkuProperties NvaSku { get; set; } + } +} diff --git a/src/Network/Network/Models/PSNetworkVirtualApplianceSku.cs b/src/Network/Network/Models/PSNetworkVirtualApplianceSku.cs new file mode 100644 index 000000000000..d48f2b099f50 --- /dev/null +++ b/src/Network/Network/Models/PSNetworkVirtualApplianceSku.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. +// ---------------------------------------------------------------------------------- + + +using Microsoft.Azure.Management.Network.Models; +using System; +using System.Collections.Generic; +using System.Text; + +namespace Microsoft.Azure.Commands.Network.Models +{ + public class PSNetworkVirtualApplianceSku : PSChildResource + { + public string Vendor { get; set; } + public IList AvailableVersions { get; set; } + public IList AvailableScaleUnits { get; set; } + } +} diff --git a/src/Network/Network/Models/PSNetworkVirtualApplianceSkuInstances.cs b/src/Network/Network/Models/PSNetworkVirtualApplianceSkuInstances.cs new file mode 100644 index 000000000000..4cc8f3ab7c6d --- /dev/null +++ b/src/Network/Network/Models/PSNetworkVirtualApplianceSkuInstances.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. +// ---------------------------------------------------------------------------------- + + +using System; +using System.Collections.Generic; +using System.Text; + +namespace Microsoft.Azure.Commands.Network.Models +{ + public class PSNetworkVirtualApplianceSkuInstances + { + public string ScaleUnit { get; set; } + public int? InstanceCount { get; set; } + } +} diff --git a/src/Network/Network/Models/PSOffice365PolicyProperties.cs b/src/Network/Network/Models/PSOffice365PolicyProperties.cs new file mode 100644 index 000000000000..e62f5394d735 --- /dev/null +++ b/src/Network/Network/Models/PSOffice365PolicyProperties.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. +// ---------------------------------------------------------------------------------- + + +using Microsoft.Azure.Management.Network.Models; +using System; +using System.Collections.Generic; +using System.Text; + +namespace Microsoft.Azure.Commands.Network.Models +{ + public class PSOffice365PolicyProperties + { + public PSBreakOutCategoryPolicies BreakOutCategories { get; set; } + } +} diff --git a/src/Network/Network/Models/PSVirtualApplianceNicProperties.cs b/src/Network/Network/Models/PSVirtualApplianceNicProperties.cs new file mode 100644 index 000000000000..0bfe0a08a435 --- /dev/null +++ b/src/Network/Network/Models/PSVirtualApplianceNicProperties.cs @@ -0,0 +1,28 @@ +// ---------------------------------------------------------------------------------- +// +// Copyright Microsoft Corporation +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// http://www.apache.org/licenses/LICENSE-2.0 +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// ---------------------------------------------------------------------------------- + + +using System; +using System.Collections.Generic; +using System.Text; + +namespace Microsoft.Azure.Commands.Network.Models +{ + public class PSVirtualApplianceNicProperties + { + public string Name { get; set; } + public string PublicIpAddress { get; set; } + public string PrivateIpAddress { get; set; } + } +} diff --git a/src/Network/Network/Models/PSVirtualApplianceSite.cs b/src/Network/Network/Models/PSVirtualApplianceSite.cs new file mode 100644 index 000000000000..2f5f06155a1e --- /dev/null +++ b/src/Network/Network/Models/PSVirtualApplianceSite.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. +// ---------------------------------------------------------------------------------- + + +using Microsoft.Azure.Management.Network.Models; +using System; +using System.Collections.Generic; +using System.Text; + +namespace Microsoft.Azure.Commands.Network.Models +{ + public class PSVirtualApplianceSite : PSChildResource + { + public string AddressPrefix { get; set; } + public PSOffice365PolicyProperties O365Policy { get; set; } + public string ProvisioningState { get; set; } + } +} diff --git a/src/Network/Network/Models/PSVirtualApplianceSkuProperties.cs b/src/Network/Network/Models/PSVirtualApplianceSkuProperties.cs new file mode 100644 index 000000000000..272ca1e59dce --- /dev/null +++ b/src/Network/Network/Models/PSVirtualApplianceSkuProperties.cs @@ -0,0 +1,28 @@ +// ---------------------------------------------------------------------------------- +// +// Copyright Microsoft Corporation +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// http://www.apache.org/licenses/LICENSE-2.0 +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// ---------------------------------------------------------------------------------- + + +using System; +using System.Collections.Generic; +using System.Text; + +namespace Microsoft.Azure.Commands.Network.Models +{ + public class PSVirtualApplianceSkuProperties + { + public string Vendor { get; set; } + public string BundledScaleUnit { get; set; } + public string MarketPlaceVersion { get; set; } + } +} diff --git a/src/Network/Network/NetworkVirtualAppliance/GetNetworkVirtualApplianceCommand.cs b/src/Network/Network/NetworkVirtualAppliance/GetNetworkVirtualApplianceCommand.cs new file mode 100644 index 000000000000..cb98f9c2d73e --- /dev/null +++ b/src/Network/Network/NetworkVirtualAppliance/GetNetworkVirtualApplianceCommand.cs @@ -0,0 +1,103 @@ +// ---------------------------------------------------------------------------------- +// +// 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.Network.Models; +using Microsoft.Azure.Commands.ResourceManager.Common.ArgumentCompleters; +using Microsoft.Azure.Graph.RBAC.Version1_6.ActiveDirectory; +using Microsoft.Azure.Management.Network; +using Microsoft.Azure.Management.Network.Models; +using Microsoft.Rest.Azure; +using System; +using System.Collections.Generic; +using System.Management.Automation; +using System.Text; + +namespace Microsoft.Azure.Commands.Network +{ + [Cmdlet("Get", ResourceManager.Common.AzureRMConstants.AzureRMPrefix + "NetworkVirtualAppliance", DefaultParameterSetName = ResourceNameParameterSet), OutputType(typeof(PSNetworkVirtualAppliance))] + public class GetNetworkVirtualApplianceCommand : NetworkVirtualApplianceBaseCmdlet + { + private const string ResourceNameParameterSet = "ResourceNameParameterSet"; + private const string ResourceIdParameterSet = "ResourceIdParameterSet"; + + [Alias("ResourceName")] + [Parameter( + Mandatory = false, + ValueFromPipelineByPropertyName = true, + HelpMessage = "The resource name.", + ParameterSetName = ResourceNameParameterSet)] + [ValidateNotNullOrEmpty] + public virtual string Name { get; set; } + + [Parameter( + Mandatory = false, + ValueFromPipelineByPropertyName = true, + HelpMessage = "The resource group name.", + ParameterSetName = ResourceNameParameterSet)] + [ResourceGroupCompleter] + [ValidateNotNullOrEmpty] + public virtual string ResourceGroupName { get; set; } + + [Parameter( + Mandatory = true, + ValueFromPipelineByPropertyName = true, + HelpMessage = "The resource Id.", + ParameterSetName = ResourceIdParameterSet)] + [ValidateNotNullOrEmpty] + public virtual string ResourceId { get; set; } + + public override void Execute() + { + base.Execute(); + if (ParameterSetName.Equals(ResourceIdParameterSet)) + { + this.ResourceGroupName = GetResourceGroup(this.ResourceId); + this.Name = GetResourceName(this.ResourceId, "Microsoft.Network/networkVirtualAppliances"); + } + + if (ShouldGetByName(this.ResourceGroupName, this.Name)) + { + var nva = this.GetNetworkVirtualAppliance(this.ResourceGroupName, this.Name); + WriteObject(nva); + } + else + { + IPage nvaPage; + if (ShouldListByResourceGroup(this.ResourceGroupName, this.Name)) + { + nvaPage = this.NetworkVirtualAppliancesClient.ListByResourceGroup(this.ResourceGroupName); + } + else + { + nvaPage = this.NetworkVirtualAppliancesClient.List(); + } + + // Get all resources by polling on next page link + var nvaList = ListNextLink.GetAllResourcesByPollingNextLink(nvaPage, this.NetworkVirtualAppliancesClient.ListNext); + + var psNvas= new List(); + + foreach (var nva in nvaList) + { + var psNva = this.ToPsNetworkVirtualAppliance(nva); + psNva.ResourceGroupName = NetworkBaseCmdlet.GetResourceGroup(nva.Id); + psNvas.Add(psNva); + } + + WriteObject(TopLevelWildcardFilter(this.ResourceGroupName, this.Name, psNvas), true); + } + } + } +} diff --git a/src/Network/Network/NetworkVirtualAppliance/NetworkVirtualApplianceBaseCmdlet.cs b/src/Network/Network/NetworkVirtualAppliance/NetworkVirtualApplianceBaseCmdlet.cs new file mode 100644 index 000000000000..ae4388b3c475 --- /dev/null +++ b/src/Network/Network/NetworkVirtualAppliance/NetworkVirtualApplianceBaseCmdlet.cs @@ -0,0 +1,71 @@ +// ---------------------------------------------------------------------------------- +// +// 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.Network.Models; +using Microsoft.Azure.Commands.ResourceManager.Common.Tags; +using Microsoft.Azure.Management.Network; +using System; +using System.Collections.Generic; +using System.Net; +using System.Text; +using Microsoft.Azure.Management.Network.Models; + +namespace Microsoft.Azure.Commands.Network +{ + public abstract class NetworkVirtualApplianceBaseCmdlet : NetworkBaseCmdlet + { + public INetworkVirtualAppliancesOperations NetworkVirtualAppliancesClient + { + get + { + return NetworkClient.NetworkManagementClient.NetworkVirtualAppliances; + } + } + + public bool IsNetworkVirtualAppliancePresent(string resourceGroupName, string name) + { + try + { + GetNetworkVirtualAppliance(resourceGroupName, name); + } + catch (Microsoft.Rest.Azure.CloudException exception) + { + if (exception.Response.StatusCode == HttpStatusCode.NotFound) + { + // Resource is not present + return false; + } + throw; + } + return true; + } + + public PSNetworkVirtualAppliance GetNetworkVirtualAppliance(string resourceGroupName, string name, string expandResource = null) + { + var nva = this.NetworkVirtualAppliancesClient.Get(resourceGroupName, name, expandResource); + var psNva= NetworkResourceManagerProfile.Mapper.Map(nva); + psNva.ResourceGroupName = resourceGroupName; + psNva.Tag = + TagsConversionHelper.CreateTagHashtable(nva.Tags); + return psNva; + } + public PSNetworkVirtualAppliance ToPsNetworkVirtualAppliance(NetworkVirtualAppliance nva) + { + var psNva = NetworkResourceManagerProfile.Mapper.Map(nva); + psNva.Tag = TagsConversionHelper.CreateTagHashtable(nva.Tags); + return psNva; + } + } +} diff --git a/src/Network/Network/NetworkVirtualAppliance/NewNetworkVirtualApplianceCommand.cs b/src/Network/Network/NetworkVirtualAppliance/NewNetworkVirtualApplianceCommand.cs new file mode 100644 index 000000000000..2a5d08675e3a --- /dev/null +++ b/src/Network/Network/NetworkVirtualAppliance/NewNetworkVirtualApplianceCommand.cs @@ -0,0 +1,182 @@ +// ---------------------------------------------------------------------------------- +// +// 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.Network.Models; +using Microsoft.Azure.Commands.ResourceManager.Common.ArgumentCompleters; +using Microsoft.Azure.Commands.ResourceManager.Common.Tags; +using Microsoft.Azure.Management.Network; +using System; +using System.Collections; +using System.Collections.Generic; +using System.Management.Automation; +using System.Management.Automation.Remoting; +using System.Text; +using MNM = Microsoft.Azure.Management.Network.Models; + +namespace Microsoft.Azure.Commands.Network +{ + [Cmdlet("New", ResourceManager.Common.AzureRMConstants.AzureRMPrefix + "NetworkVirtualAppliance", SupportsShouldProcess = true, DefaultParameterSetName = ResourceNameParameterSet), OutputType(typeof(PSNetworkVirtualAppliance))] + public class NewNetworkVirtualApplianceCommand : NetworkVirtualApplianceBaseCmdlet + { + private const string ResourceNameParameterSet = "ResourceNameParameterSet"; + private const string ResourceIdParameterSet = "ResourceIdParameterSet"; + + [Alias("ResourceName")] + [Parameter( + Mandatory = true, + ValueFromPipelineByPropertyName = true, + ParameterSetName = ResourceNameParameterSet, + HelpMessage = "The resource name.")] + [ValidateNotNullOrEmpty] + public virtual string Name { get; set; } + + [Parameter( + Mandatory = true, + ValueFromPipelineByPropertyName = true, + ParameterSetName = ResourceNameParameterSet, + HelpMessage = "The resource group name.")] + [ResourceGroupCompleter] + [ValidateNotNullOrEmpty] + public virtual string ResourceGroupName { get; set; } + + [Parameter( + Mandatory = true, + ValueFromPipelineByPropertyName = true, + ParameterSetName = ResourceIdParameterSet, + HelpMessage = "The resource Id.")] + [ValidateNotNullOrEmpty] + public virtual string ResourceId { get; set; } + + [Parameter( + Mandatory = true, + ValueFromPipelineByPropertyName = true, + HelpMessage = "The public IP address location.")] + [ValidateNotNullOrEmpty] + public string Location { get; set; } + + [Parameter( + Mandatory = true, + ValueFromPipelineByPropertyName = true, + HelpMessage = "The Resource Id of the Virtual Hub.")] + [ValidateNotNullOrEmpty] + public string VirtualHubId { get; set; } + + [Parameter( + Mandatory = true, + ValueFromPipelineByPropertyName = true, + HelpMessage = "The Sku of the Virtual Appliance.")] + public PSVirtualApplianceSkuProperties Sku{ get; set; } + + [Parameter( + Mandatory = true, + ValueFromPipelineByPropertyName = true, + HelpMessage = "The ASN number of the Virtual Appliance.")] + [ValidateNotNullOrEmpty] + public int VirtualApplianceAsn { get; set; } + + [Parameter( + Mandatory = false, + ValueFromPipelineByPropertyName = true, + HelpMessage = "The Managed identity.")] + [ValidateNotNullOrEmpty] + public PSManagedServiceIdentity Identity { get; set; } + + [Parameter( + Mandatory = false, + ValueFromPipelineByPropertyName = true, + HelpMessage = "The Bootstrap configuration blob URL.")] + [ValidateNotNullOrEmpty] + public string[] BootStrapConfigurationBlob { get; set; } + + [Parameter( + Mandatory = false, + ValueFromPipelineByPropertyName = true, + HelpMessage = "The Cloudinit configuration blob storage URL.")] + [ValidateNotNullOrEmpty] + public string[] CloudInitConfigurationBlob { get; set; } + + [Parameter( + Mandatory = false, + ValueFromPipelineByPropertyName = true, + HelpMessage = "The Cloudinit configuration as plain text.")] + [ValidateNotNullOrEmpty] + public string CloudInitConfiguration { get; set; } + + [Parameter( + Mandatory = false, + ValueFromPipelineByPropertyName = true, + HelpMessage = "A hashtable which represents resource tags.")] + public Hashtable Tag { get; set; } + + [Parameter( + Mandatory = false, + HelpMessage = "Do not ask for confirmation if you want to overwrite a resource")] + public SwitchParameter Force { get; set; } + + [Parameter(Mandatory = false, HelpMessage = "Run cmdlet in the background")] + public SwitchParameter AsJob { get; set; } + + public override void Execute() + { + base.Execute(); + if (ParameterSetName.Equals(ResourceIdParameterSet)) + { + this.ResourceGroupName = GetResourceGroup(this.ResourceId); + this.Name = GetResourceName(this.ResourceId, "Microsoft.Network/networkVirtualAppliances"); + } + var present = this.IsNetworkVirtualAppliancePresent(this.ResourceGroupName, this.Name); + ConfirmAction( + Force.IsPresent, + string.Format(Properties.Resources.OverwritingResource, Name), + Properties.Resources.CreatingResourceMessage, + Name, + () => + { + var nva = CreateNetworkVirtualAppliance(); + if (present) + { + nva = this.GetNetworkVirtualAppliance(this.ResourceGroupName, this.Name); + } + + WriteObject(nva); + }, + () => present); + } + + private PSNetworkVirtualAppliance CreateNetworkVirtualAppliance() + { + var networkVirtualAppliance = new PSNetworkVirtualAppliance(); + networkVirtualAppliance.Name = this.Name; + networkVirtualAppliance.Location = this.Location; + networkVirtualAppliance.VirtualHub = new PSResourceId(); + networkVirtualAppliance.VirtualHub.Id = this.VirtualHubId; + networkVirtualAppliance.VirtualApplianceAsn = this.VirtualApplianceAsn; + networkVirtualAppliance.NvaSku = this.Sku; + networkVirtualAppliance.Identity = this.Identity; + networkVirtualAppliance.BootStrapConfigurationBlobs = this.BootStrapConfigurationBlob; + networkVirtualAppliance.CloudInitConfigurationBlobs = this.CloudInitConfigurationBlob; + networkVirtualAppliance.CloudInitConfiguration = this.CloudInitConfiguration; + + var networkVirtualApplianceModel = NetworkResourceManagerProfile.Mapper.Map(networkVirtualAppliance); + + networkVirtualApplianceModel.Tags = TagsConversionHelper.CreateTagDictionary(this.Tag, validate: true); + + this.NetworkVirtualAppliancesClient.CreateOrUpdate(this.ResourceGroupName, this.Name, networkVirtualApplianceModel); + + var getNetworkVirtualAppliance = this.GetNetworkVirtualAppliance(this.ResourceGroupName, this.Name); + return getNetworkVirtualAppliance; + } + } +} diff --git a/src/Network/Network/NetworkVirtualAppliance/RemoveNetworkVirtualApplianceCommand.cs b/src/Network/Network/NetworkVirtualAppliance/RemoveNetworkVirtualApplianceCommand.cs new file mode 100644 index 000000000000..e631fa666409 --- /dev/null +++ b/src/Network/Network/NetworkVirtualAppliance/RemoveNetworkVirtualApplianceCommand.cs @@ -0,0 +1,107 @@ +// ---------------------------------------------------------------------------------- +// +// 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.Network.Models; +using Microsoft.Azure.Commands.ResourceManager.Common.ArgumentCompleters; +using Microsoft.Azure.Management.Network; +using System; +using System.Collections.Generic; +using System.Management.Automation; +using System.Text; + +namespace Microsoft.Azure.Commands.Network +{ + [Cmdlet("Remove", ResourceManager.Common.AzureRMConstants.AzureRMPrefix + "NetworkVirtualAppliance", SupportsShouldProcess = true, DefaultParameterSetName = ResourceNameParameterSet), OutputType(typeof(bool))] + public class RemoveNetworkVirtualApplianceCommand : NetworkVirtualApplianceBaseCmdlet + { + private const string ResourceNameParameterSet = "ResourceNameParameterSet"; + private const string ResourceIdParameterSet = "ResourceIdParameterSet"; + private const string ResourceObjectParameterSet = "ResourceObjectParameterSet"; + + [Alias("ResourceName")] + [Parameter( + Mandatory = true, + ValueFromPipelineByPropertyName = true, + ParameterSetName = ResourceNameParameterSet, + HelpMessage = "The resource name.")] + [ValidateNotNullOrEmpty] + public string Name { get; set; } + + [Parameter( + Mandatory = true, + ValueFromPipelineByPropertyName = true, + ParameterSetName = ResourceNameParameterSet, + HelpMessage = "The resource group name.")] + [ResourceGroupCompleter] + [ValidateNotNullOrEmpty] + public string ResourceGroupName { get; set; } + + [Parameter( + Mandatory = true, + ValueFromPipelineByPropertyName = true, + ParameterSetName = ResourceIdParameterSet, + HelpMessage = "The Resource Id.")] + [ValidateNotNullOrEmpty] + public string ResourceId{ get; set; } + + [Parameter( + Mandatory = true, + ValueFromPipelineByPropertyName = true, + ParameterSetName = ResourceObjectParameterSet, + HelpMessage = "The resource object.")] + [ValidateNotNullOrEmpty] + public PSNetworkVirtualAppliance NetworkVirtualAppliance { get; set; } + + [Parameter( + Mandatory = false, + HelpMessage = "Do not ask for confirmation.")] + public SwitchParameter Force { get; set; } + + [Parameter(Mandatory = false)] + public SwitchParameter PassThru { get; set; } + + [Parameter(Mandatory = false, HelpMessage = "Run cmdlet in the background")] + public SwitchParameter AsJob { get; set; } + + public override void Execute() + { + base.Execute(); + + if (ParameterSetName.Equals(ResourceObjectParameterSet)) + { + this.ResourceGroupName = GetResourceGroup(NetworkVirtualAppliance.Id); + this.Name = NetworkVirtualAppliance.Name; + } + else if (ParameterSetName.Equals(ResourceIdParameterSet)) + { + this.ResourceGroupName = GetResourceGroup(ResourceId); + this.Name = GetResourceName(ResourceId, "Microsoft.Network/networkVirtualAppliances"); + } + ConfirmAction( + Force.IsPresent, + string.Format(Properties.Resources.RemovingResource, Name), + Properties.Resources.RemoveResourceMessage, + Name, + () => + { + this.NetworkVirtualAppliancesClient.Delete(this.ResourceGroupName, this.Name); + if (PassThru) + { + WriteObject(true); + } + }); + } + } +} diff --git a/src/Network/Network/NetworkVirtualAppliance/Sites/GetVirtualApplianceSiteCommand.cs b/src/Network/Network/NetworkVirtualAppliance/Sites/GetVirtualApplianceSiteCommand.cs new file mode 100644 index 000000000000..13be562ae309 --- /dev/null +++ b/src/Network/Network/NetworkVirtualAppliance/Sites/GetVirtualApplianceSiteCommand.cs @@ -0,0 +1,170 @@ +// ---------------------------------------------------------------------------------- +// +// 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.Network.Models; +using Microsoft.Azure.Commands.ResourceManager.Common.ArgumentCompleters; +using Microsoft.Azure.Management.Network; +using Microsoft.Azure.Management.Network.Models; +using Microsoft.Rest.Azure; +using System; +using System.Collections.Generic; +using System.Management.Automation; + +namespace Microsoft.Azure.Commands.Network +{ + [Cmdlet("Get", ResourceManager.Common.AzureRMConstants.AzureRMPrefix + "VirtualApplianceSite", DefaultParameterSetName = ResourceNameParameterSet), OutputType(typeof(PSVirtualApplianceSite))] + public class GetVirtualApplianceSiteCommand : VirtualApplianceSiteBaseCmdlet + { + private const string ResourceNameParameterSet = "ResourceNameParameterSet"; + private const string ResourceIdParameterSet = "ResourceIdParameterSet"; + + private string NvaName; + + [Alias("ResourceName")] + [Parameter( + Mandatory = false, + ValueFromPipelineByPropertyName = true, + HelpMessage = "The resource name.", + ParameterSetName = ResourceNameParameterSet)] + public virtual string Name { get; set; } + + [Parameter( + Mandatory = false, + ValueFromPipelineByPropertyName = true, + HelpMessage = "The Network Virtual Appliance that the site is attached.", + ParameterSetName = ResourceNameParameterSet)] + public virtual string NetworkVirtualApplianceId { get; set; } + + [Parameter( + Mandatory = false, + ValueFromPipelineByPropertyName = true, + HelpMessage = "The resource group name.", + ParameterSetName = ResourceNameParameterSet)] + [ResourceGroupCompleter] + public virtual string ResourceGroupName { get; set; } + + [Parameter( + Mandatory = true, + ValueFromPipelineByPropertyName = true, + HelpMessage = "The resource Id of the Virtual Appliance Site.", + ParameterSetName = ResourceIdParameterSet)] + public virtual string ResourceId { get; set; } + + public override void Execute() + { + base.Execute(); + if (ParameterSetName.Equals(ResourceIdParameterSet)) + { + this.ResourceGroupName = GetResourceGroup(this.ResourceId); + this.NvaName = GetResourceName(this.ResourceId, "Microsoft.Network/networkVirtualAppliances", "virtualApplianceSites"); + this.Name = GetResourceName(this.ResourceId, "virtualAppliancesites"); + } + else + { + this.NvaName = GetResourceName(this.NetworkVirtualApplianceId, "Microsoft.Network/networkVirtualAppliances"); + if (!(String.IsNullOrEmpty(NetworkVirtualApplianceId))) + { + string nvaRg = GetResourceGroup(NetworkVirtualApplianceId); + if (!nvaRg.Equals(this.ResourceGroupName)) + { + throw new Exception("The resource group for Network Virtual Appliance is not same as that of site."); + } + } + } + if (ShouldGetByName(this.ResourceGroupName, this.NvaName, this.Name)) + { + var site = this.GetVirtualApplianceSite(this.ResourceGroupName, this.NvaName, this.Name); + WriteObject(site); + } + else + { + IPage sitePage; + + if(ShouldListByNva(this.ResourceGroupName, this.NvaName, this.Name)) + { + sitePage = this.VirtualApplianceSitesClient.List(this.ResourceGroupName, this.NvaName); + // Get all resources by polling on next page link + var siteList = ListNextLink.GetAllResourcesByPollingNextLink(sitePage, this.VirtualApplianceSitesClient.ListNext); + + var psSites = new List(); + + foreach (var site in siteList) + { + var psSite = this.ToPsVirtualApplianceSite(site); + psSites.Add(psSite); + } + WriteObject(TopLevelWildcardFilter(this.ResourceGroupName, this.Name, psSites), true); + } + if (ShouldListByResourceGroup(this.ResourceGroupName, this.NvaName)) + { + var nvaClient = this.NetworkClient.NetworkManagementClient.NetworkVirtualAppliances; + var nvaPage = nvaClient.ListByResourceGroup(this.ResourceGroupName); + var nvas = ListNextLink.GetAllResourcesByPollingNextLink(nvaPage, nvaClient.ListNext); + var psSites = new List(); + foreach (var nva in nvas) + { + sitePage = this.VirtualApplianceSitesClient.List(this.ResourceGroupName, nva.Name); + // Get all resources by polling on next page link + var siteList = ListNextLink.GetAllResourcesByPollingNextLink(sitePage, this.VirtualApplianceSitesClient.ListNext); + foreach (var site in siteList) + { + var psSite = this.ToPsVirtualApplianceSite(site); + psSites.Add(psSite); + } + } + WriteObject(TopLevelWildcardFilter(this.ResourceGroupName, this.Name, psSites), true); + } + else if(ShouldListBySubscription(this.ResourceGroupName, this.NvaName)) + { + var nvaClient = this.NetworkClient.NetworkManagementClient.NetworkVirtualAppliances; + var nvaPage = nvaClient.List(); + var nvas = ListNextLink.GetAllResourcesByPollingNextLink(nvaPage, nvaClient.ListNext); + var psSites = new List(); + foreach (var nva in nvas) + { + var rg = GetResourceGroup(nva.Id); + sitePage = this.VirtualApplianceSitesClient.List(rg, nva.Name); + // Get all resources by polling on next page link + var siteList = ListNextLink.GetAllResourcesByPollingNextLink(sitePage, this.VirtualApplianceSitesClient.ListNext); + foreach (var site in siteList) + { + var psSite = this.ToPsVirtualApplianceSite(site); + psSites.Add(psSite); + } + } + WriteObject(TopLevelWildcardFilter(this.ResourceGroupName, this.Name, psSites), true); + } + } + } + + private bool ShouldListByNva(string resourceGroupName, string nvaName, string name) + { + return !string.IsNullOrEmpty(resourceGroupName) && + !WildcardPattern.ContainsWildcardCharacters(resourceGroupName) && + !string.IsNullOrEmpty(nvaName) && + !WildcardPattern.ContainsWildcardCharacters(nvaName) && + (string.IsNullOrEmpty(name) || WildcardPattern.ContainsWildcardCharacters(name)); + } + private bool ShouldGetByName(string resourceGroupName, string nvaName, string name) + { + return !string.IsNullOrEmpty(resourceGroupName) && + !WildcardPattern.ContainsWildcardCharacters(resourceGroupName) && + !string.IsNullOrEmpty(nvaName) && + !WildcardPattern.ContainsWildcardCharacters(nvaName) && + !string.IsNullOrEmpty(name) && + !WildcardPattern.ContainsWildcardCharacters(name); + } + } +} diff --git a/src/Network/Network/NetworkVirtualAppliance/Sites/NewVirtualApplianceSiteCommand.cs b/src/Network/Network/NetworkVirtualAppliance/Sites/NewVirtualApplianceSiteCommand.cs new file mode 100644 index 000000000000..8f11a4b06489 --- /dev/null +++ b/src/Network/Network/NetworkVirtualAppliance/Sites/NewVirtualApplianceSiteCommand.cs @@ -0,0 +1,147 @@ +// ---------------------------------------------------------------------------------- +// +// 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.Network.Models; +using Microsoft.Azure.Commands.ResourceManager.Common.ArgumentCompleters; +using Microsoft.Azure.Management.Network; +using System; +using System.Collections; +using System.Management.Automation; +using MNM = Microsoft.Azure.Management.Network.Models; +namespace Microsoft.Azure.Commands.Network +{ + [Cmdlet("New", ResourceManager.Common.AzureRMConstants.AzureRMPrefix + "VirtualApplianceSite", SupportsShouldProcess = true, DefaultParameterSetName = ResourceNameParameterSet), OutputType(typeof(PSVirtualApplianceSite))] + public class NewVirtualApplianceSiteCommand : VirtualApplianceSiteBaseCmdlet + { + + private const string ResourceNameParameterSet = "ResourceNameParameterSet"; + private const string ResourceIdParameterSet = "ResourceIdParameterSet"; + + private string NvaName; + + [Alias("ResourceName")] + [Parameter( + Mandatory = true, + ValueFromPipelineByPropertyName = true, + ParameterSetName = ResourceNameParameterSet, + HelpMessage = "The resource name.")] + [ValidateNotNullOrEmpty] + public virtual string Name { get; set; } + + [Parameter( + Mandatory = true, + ValueFromPipelineByPropertyName = true, + ParameterSetName = ResourceNameParameterSet, + HelpMessage = "The resource group name.")] + [ResourceGroupCompleter] + [ValidateNotNullOrEmpty] + public virtual string ResourceGroupName { get; set; } + + [Parameter( + Mandatory = true, + ValueFromPipelineByPropertyName = true, + ParameterSetName = ResourceIdParameterSet, + HelpMessage = "The resource id.")] + [ValidateNotNullOrEmpty] + public virtual string ResourceId { get; set; } + + [Parameter( + Mandatory = true, + ValueFromPipelineByPropertyName = true, + HelpMessage = "The address prefix for the site.")] + [ValidateNotNullOrEmpty] + public string AddressPrefix { get; set; } + + [Parameter( + Mandatory = true, + ValueFromPipelineByPropertyName = true, + HelpMessage = "The Office 365 breakout policy.")] + [ValidateNotNullOrEmpty] + public PSOffice365PolicyProperties O365Policy { get; set; } + + [Parameter( + Mandatory = true, + ValueFromPipelineByPropertyName = true, + HelpMessage = "The Network virtual appliance that this site is attached to.")] + public string NetworkVirtualApplianceId { get; set; } + + [Parameter( + Mandatory = false, + ValueFromPipelineByPropertyName = true, + HelpMessage = "A hashtable which represents resource tags.")] + public Hashtable Tag { get; set; } + + [Parameter( + Mandatory = false, + HelpMessage = "Do not ask for confirmation if you want to overwrite a resource")] + public SwitchParameter Force { get; set; } + + [Parameter(Mandatory = false, HelpMessage = "Run cmdlet in the background")] + public SwitchParameter AsJob { get; set; } + + + public override void Execute() + { + base.Execute(); + if (ParameterSetName.Equals(ResourceIdParameterSet)) + { + this.ResourceGroupName = GetResourceGroup(this.ResourceId); + this.NvaName = GetResourceName(this.ResourceId, "Microsoft.Network/networkVirtualAppliances", "virtualApplianceSites"); + this.Name = GetResourceName(this.ResourceId, "virtualAppliancesites"); + } + else + { + this.NvaName = GetResourceName(NetworkVirtualApplianceId, "Microsoft.Network/networkVirtualAppliances"); + string nvaRg = GetResourceGroup(NetworkVirtualApplianceId); + if (!nvaRg.Equals(this.ResourceGroupName)) + { + throw new Exception("The resource group for Network Virtual Appliance is not same as that of site."); + } + } + var present = this.IsVirtualApplianceSitePresent(this.ResourceGroupName, this.NvaName, this.Name); + ConfirmAction( + Force.IsPresent, + string.Format(Properties.Resources.OverwritingResource, Name), + Properties.Resources.CreatingResourceMessage, + Name, + () => + { + var site = CreateVirtualApplianceSite(); + if (present) + { + site = this.GetVirtualApplianceSite(this.ResourceGroupName, this.NvaName, this.Name); + } + + WriteObject(site); + }, + () => present); + } + + private PSVirtualApplianceSite CreateVirtualApplianceSite() + { + var psSite = new PSVirtualApplianceSite(); + psSite.Name = this.Name; + psSite.O365Policy = this.O365Policy; + psSite.AddressPrefix = this.AddressPrefix; + + var siteModel = NetworkResourceManagerProfile.Mapper.Map(psSite); + + this.VirtualApplianceSitesClient.CreateOrUpdate(this.ResourceGroupName, this.NvaName, this.Name, siteModel); + + var getSite = this.GetVirtualApplianceSite(this.ResourceGroupName, this.NvaName, this.Name); + return getSite; + } + } +} \ No newline at end of file diff --git a/src/Network/Network/NetworkVirtualAppliance/Sites/Office365PolicyProperties/NewOffice365PolicyPropertyCommand.cs b/src/Network/Network/NetworkVirtualAppliance/Sites/Office365PolicyProperties/NewOffice365PolicyPropertyCommand.cs new file mode 100644 index 000000000000..bee5f1ea0765 --- /dev/null +++ b/src/Network/Network/NetworkVirtualAppliance/Sites/Office365PolicyProperties/NewOffice365PolicyPropertyCommand.cs @@ -0,0 +1,56 @@ +// ---------------------------------------------------------------------------------- +// +// 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.Network.Models; +using System; +using System.Collections.Generic; +using System.Management.Automation; +using System.Text; + +namespace Microsoft.Azure.Commands.Network +{ + [Cmdlet("New", ResourceManager.Common.AzureRMConstants.AzureRMPrefix + "Office365PolicyProperty"), OutputType(typeof(PSOffice365PolicyProperties))] + public class NewOffice365PolicyPropertyCommand : NetworkBaseCmdlet + { + [Parameter( + Mandatory = false, + ValueFromPipelineByPropertyName = false, + HelpMessage = "Breakout the allow category traffic.")] + public SwitchParameter Allow { get; set; } + + [Parameter( + Mandatory = false, + ValueFromPipelineByPropertyName = false, + HelpMessage = "Breakout the optimize category traffic.")] + public SwitchParameter Optimize { get; set; } + + [Parameter( + Mandatory = false, + ValueFromPipelineByPropertyName = false, + HelpMessage = "Breakout the default category traffic.")] + public SwitchParameter Default { get; set; } + + public override void Execute() + { + base.Execute(); + var o365Policy = new PSOffice365PolicyProperties(); + o365Policy.BreakOutCategories = new PSBreakOutCategoryPolicies(); + o365Policy.BreakOutCategories.Allow = this.Allow; + o365Policy.BreakOutCategories.Optimize = this.Optimize; + o365Policy.BreakOutCategories.DefaultProperty = this.Default; + WriteObject(o365Policy); + } + } +} diff --git a/src/Network/Network/NetworkVirtualAppliance/Sites/RemoveVirtualApplianceSiteCommand.cs b/src/Network/Network/NetworkVirtualAppliance/Sites/RemoveVirtualApplianceSiteCommand.cs new file mode 100644 index 000000000000..b0f6f33e6ac3 --- /dev/null +++ b/src/Network/Network/NetworkVirtualAppliance/Sites/RemoveVirtualApplianceSiteCommand.cs @@ -0,0 +1,127 @@ +// ---------------------------------------------------------------------------------- +// +// 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.Network.Models; +using Microsoft.Azure.Commands.ResourceManager.Common.ArgumentCompleters; +using Microsoft.Azure.Management.Network; +using System; +using System.Collections.Generic; +using System.Management.Automation; +using System.Text; + +namespace Microsoft.Azure.Commands.Network +{ + [Cmdlet("Remove", ResourceManager.Common.AzureRMConstants.AzureRMPrefix + "VirtualApplianceSite", SupportsShouldProcess = true, DefaultParameterSetName = ResourceNameParameterSet), OutputType(typeof(bool))] + public class RemoveVirtualApplianceSiteCommand : VirtualApplianceSiteBaseCmdlet + { + private const string ResourceNameParameterSet = "ResourceNameParameterSet"; + private const string ResourceIdParameterSet = "ResourceIdParameterSet"; + private const string ResourceObjectParameterSet = "ResourceObjectParameterSet"; + + private string NvaName; + [Alias("ResourceName")] + [Parameter( + Mandatory = true, + ValueFromPipelineByPropertyName = true, + ParameterSetName = ResourceNameParameterSet, + HelpMessage = "The resource name.")] + [ValidateNotNullOrEmpty] + public virtual string Name { get; set; } + + [Parameter( + Mandatory = true, + ValueFromPipelineByPropertyName = true, + ParameterSetName = ResourceNameParameterSet, + HelpMessage = "The resource ID of the Network Virtual Appliance associated with this site.")] + [ValidateNotNullOrEmpty] + public virtual string NetworkVirtualApplianceId { get; set; } + + [Parameter( + Mandatory = true, + ValueFromPipelineByPropertyName = true, + ParameterSetName = ResourceNameParameterSet, + HelpMessage = "The resource group name.")] + [ResourceGroupCompleter] + [ValidateNotNullOrEmpty] + public virtual string ResourceGroupName { get; set; } + + [Parameter( + Mandatory = true, + ValueFromPipelineByPropertyName = true, + ParameterSetName = ResourceIdParameterSet, + HelpMessage = "The resource id.")] + [ValidateNotNullOrEmpty] + public virtual string ResourceId { get; set; } + + [Parameter( + Mandatory = true, + ValueFromPipelineByPropertyName = true, + ParameterSetName = ResourceObjectParameterSet, + HelpMessage = "The virtual appliance site object.")] + [ValidateNotNullOrEmpty] + public virtual PSVirtualApplianceSite VirtualApplianceSite { get; set; } + + [Parameter( + Mandatory = false, + HelpMessage = "Do not ask for confirmation.")] + public SwitchParameter Force { get; set; } + + [Parameter(Mandatory = false)] + public SwitchParameter PassThru { get; set; } + + [Parameter(Mandatory = false, HelpMessage = "Run cmdlet in the background")] + public SwitchParameter AsJob { get; set; } + + public override void Execute() + { + base.Execute(); + if (ParameterSetName.Equals(ResourceIdParameterSet)) + { + this.ResourceGroupName = GetResourceGroup(this.ResourceId); + this.NvaName = GetResourceName(this.ResourceId, "Microsoft.Network/networkVirtualAppliances", "virtualApplianceSites"); + this.Name = GetResourceName(this.ResourceId, "virtualAppliancesites"); + } + else if (ParameterSetName.Equals(ResourceObjectParameterSet)) + { + this.ResourceGroupName = GetResourceGroup(VirtualApplianceSite.Id); + this.Name = VirtualApplianceSite.Name; + this.NvaName = GetResourceName(VirtualApplianceSite.Id, "Microsoft.Network/networkVirtualAppliances", "virtualApplianceSites"); + } + else + { + this.NvaName = GetResourceName(NetworkVirtualApplianceId, "Microsoft.Network/networkVirtualAppliances"); + string nvaRg = GetResourceGroup(NetworkVirtualApplianceId); + if (!nvaRg.Equals(this.ResourceGroupName)) + { + throw new Exception("The resource group for Network Virtual Appliance is not same as that of site."); + } + } + + ConfirmAction( + Force.IsPresent, + string.Format(Properties.Resources.RemovingResource, Name), + Properties.Resources.RemoveResourceMessage, + Name, + () => + { + this.VirtualApplianceSitesClient.Delete(this.ResourceGroupName, this.NvaName, this.Name); + if (PassThru) + { + WriteObject(true); + } + }); + } + } +} diff --git a/src/Network/Network/NetworkVirtualAppliance/Sites/UpdateVirtualApplianceSiteCommand.cs b/src/Network/Network/NetworkVirtualAppliance/Sites/UpdateVirtualApplianceSiteCommand.cs new file mode 100644 index 000000000000..3a3365e69d22 --- /dev/null +++ b/src/Network/Network/NetworkVirtualAppliance/Sites/UpdateVirtualApplianceSiteCommand.cs @@ -0,0 +1,127 @@ +// ---------------------------------------------------------------------------------- +// +// 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.Network.Models; +using Microsoft.Azure.Commands.ResourceManager.Common.ArgumentCompleters; +using Microsoft.Azure.Management.Network; +using System; +using System.Collections; +using System.Collections.Generic; +using System.Management.Automation; +using System.Text; +using MNM = Microsoft.Azure.Management.Network.Models; +namespace Microsoft.Azure.Commands.Network +{ + [Cmdlet("Update", ResourceManager.Common.AzureRMConstants.AzureRMPrefix + "VirtualApplianceSite", SupportsShouldProcess = true), OutputType(typeof(PSVirtualApplianceSite))] + public class UpdateVirtualApplianceSiteCommand : VirtualApplianceSiteBaseCmdlet + { + private const string ResourceNameParameterSet = "ResourceNameParameterSet"; + + private string NvaName; + + [Alias("ResourceName")] + [Parameter( + Mandatory = true, + ValueFromPipelineByPropertyName = true, + ParameterSetName = ResourceNameParameterSet, + HelpMessage = "The resource name.")] + [ValidateNotNullOrEmpty] + public virtual string Name { get; set; } + + [Parameter( + Mandatory = true, + ValueFromPipelineByPropertyName = true, + ParameterSetName = ResourceNameParameterSet, + HelpMessage = "The resource group name.")] + [ResourceGroupCompleter] + [ValidateNotNullOrEmpty] + public virtual string ResourceGroupName { get; set; } + + [Parameter( + Mandatory = true, + ValueFromPipelineByPropertyName = true, + HelpMessage = "Network virtual appliance that this site is attached to.")] + [ValidateNotNullOrEmpty] + public string NetworkVirtualApplianceId { get; set; } + + [Parameter( + Mandatory = false, + ValueFromPipelineByPropertyName = true, + HelpMessage = "The address prefix for the site.")] + [ValidateNotNullOrEmpty] + public string AddresssPrefix { get; set; } + + [Parameter( + Mandatory = false, + ValueFromPipelineByPropertyName = true, + HelpMessage = "Office 365 breakout policy.")] + [ValidateNotNullOrEmpty] + public PSOffice365PolicyProperties O365Policy { get; set; } + + [Parameter( + Mandatory = false, + ValueFromPipelineByPropertyName = true, + HelpMessage = "A hashtable which represents resource tags.")] + public Hashtable Tag { get; set; } + + [Parameter( + Mandatory = false, + HelpMessage = "Do not ask for confirmation if you want to overwrite a resource")] + public SwitchParameter Force { get; set; } + + [Parameter(Mandatory = false, HelpMessage = "Run cmdlet in the background")] + public SwitchParameter AsJob { get; set; } + + + public override void Execute() + { + base.Execute(); + + this.NvaName = GetResourceName(NetworkVirtualApplianceId, "Microsoft.Network/networkVirtualAppliances"); + string nvaRg = GetResourceGroup(NetworkVirtualApplianceId); + if (!nvaRg.Equals(this.ResourceGroupName)) + { + throw new Exception("The resource group for Network Virtual Appliance is not same as that of site."); + } + if(!(this.IsVirtualApplianceSitePresent(this.ResourceGroupName, this.NvaName, this.Name))) + { + throw new ArgumentException(Properties.Resources.ResourceNotFound); + } + ConfirmAction( + Force.IsPresent, + string.Format(Properties.Resources.OverwritingResource, Name), + Properties.Resources.CreatingResourceMessage, + Name, + () => + { + var site = UpdateVirtualApplianceSite(); + WriteObject(site); + }); + } + + private PSVirtualApplianceSite UpdateVirtualApplianceSite() + { + var psSite = this.GetVirtualApplianceSite(this.ResourceGroupName, this.NvaName, this.Name); + psSite.O365Policy = this.O365Policy??psSite.O365Policy; + psSite.AddressPrefix = this.AddresssPrefix??psSite.AddressPrefix; + + var siteModel = NetworkResourceManagerProfile.Mapper.Map(psSite); + this.VirtualApplianceSitesClient.CreateOrUpdate(this.ResourceGroupName, this.NvaName, this.Name, siteModel); + + var nvaSite = this.GetVirtualApplianceSite(this.ResourceGroupName, this.NvaName, this.Name); + return nvaSite; + } + } +} diff --git a/src/Network/Network/NetworkVirtualAppliance/Sites/VirtualApplianceSiteBaseCmdlet.cs b/src/Network/Network/NetworkVirtualAppliance/Sites/VirtualApplianceSiteBaseCmdlet.cs new file mode 100644 index 000000000000..a7fbb2f5eabd --- /dev/null +++ b/src/Network/Network/NetworkVirtualAppliance/Sites/VirtualApplianceSiteBaseCmdlet.cs @@ -0,0 +1,66 @@ +// ---------------------------------------------------------------------------------- +// +// Copyright Microsoft Corporation +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// http://www.apache.org/licenses/LICENSE-2.0 +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// ---------------------------------------------------------------------------------- + + +using Microsoft.Azure.Commands.Network.Models; +using Microsoft.Azure.Management.Network; +using Microsoft.Azure.Management.Network.Models; +using System.Net; + +namespace Microsoft.Azure.Commands.Network +{ + public abstract class VirtualApplianceSiteBaseCmdlet : NetworkBaseCmdlet + { + public IVirtualApplianceSitesOperations VirtualApplianceSitesClient + { + get + { + return NetworkClient.NetworkManagementClient.VirtualApplianceSites; + } + } + + public bool IsVirtualApplianceSitePresent(string resourceGroupName, string nvaName, string name) + { + try + { + GetVirtualApplianceSite(resourceGroupName, nvaName, name); + } + catch (Microsoft.Rest.Azure.CloudException exception) + { + if (exception.Response.StatusCode == HttpStatusCode.NotFound) + { + // Resource is not present + return false; + } + + throw; + } + + return true; + } + + public PSVirtualApplianceSite GetVirtualApplianceSite(string resourceGroupName, string nvaName, string name) + { + var nvaSite = this.VirtualApplianceSitesClient.Get(resourceGroupName, nvaName, name); + + var psSite = NetworkResourceManagerProfile.Mapper.Map(nvaSite); + return psSite; + } + public PSVirtualApplianceSite ToPsVirtualApplianceSite(VirtualApplianceSite nvasite) + { + var psSite = NetworkResourceManagerProfile.Mapper.Map(nvasite); + return psSite; + } + } +} diff --git a/src/Network/Network/NetworkVirtualAppliance/Sku/GetVirtualApplianceSkuCommand.cs b/src/Network/Network/NetworkVirtualAppliance/Sku/GetVirtualApplianceSkuCommand.cs new file mode 100644 index 000000000000..6e63005f530c --- /dev/null +++ b/src/Network/Network/NetworkVirtualAppliance/Sku/GetVirtualApplianceSkuCommand.cs @@ -0,0 +1,78 @@ +// ---------------------------------------------------------------------------------- +// +// 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.Network.Models; +using Microsoft.Azure.Management.Network; +using Microsoft.Azure.Management.Network.Models; +using Microsoft.Rest.Azure; +using System; +using System.Collections.Generic; +using System.Management.Automation; +using System.Linq; + +namespace Microsoft.Azure.Commands.Network +{ + [Cmdlet("Get", ResourceManager.Common.AzureRMConstants.AzureRMPrefix + "NetworkVirtualApplianceSku"), OutputType(typeof(PSNetworkVirtualApplianceSku))] + public class GetVirtualApplianceSkuCommand : VirtualApplianceSkuBaseCmdlet + { + [Parameter( + Mandatory = false, + ValueFromPipelineByPropertyName = false, + HelpMessage = "The Sku name.", + ParameterSetName = "ResourceName")] + [ValidateNotNullOrEmpty] + public virtual string SkuName { get; set; } + + public override void Execute() + { + base.Execute(); + if (ShouldGetByName(this.SkuName)) + { + var sku = this.GetVirtualApplianceSku(this.SkuName); + WriteObject(sku); + } + else + { + IPage skuPage; + skuPage = this.VirtualApplianceSkusClient.List(); + // Get all resources by polling on next page link + var skuList = ListNextLink.GetAllResourcesByPollingNextLink(skuPage, this.VirtualApplianceSkusClient.ListNext); + var psSkus = new List(); + foreach (var sku in skuList) + { + var psSku = this.ToPsNetworkVirtualApplianceSku(sku); + psSkus.Add(psSku); + } + WriteObject(Filter(this.SkuName, psSkus), true); + } + } + + private bool ShouldGetByName(string name) + { + return !string.IsNullOrEmpty(name) && !WildcardPattern.ContainsWildcardCharacters(name); + } + + private List Filter(string skuname, List resources) + { + if (!string.IsNullOrEmpty(skuname)) + { + WildcardPattern pattern = new WildcardPattern(skuname, WildcardOptions.IgnoreCase); + var tmp = resources.Where(p => pattern.IsMatch(p.Vendor)).ToList(); + return tmp; + } + return resources; + } + } +} diff --git a/src/Network/Network/NetworkVirtualAppliance/Sku/VirtualApplianceSkuBaseCmdlet.cs b/src/Network/Network/NetworkVirtualAppliance/Sku/VirtualApplianceSkuBaseCmdlet.cs new file mode 100644 index 000000000000..28c08f7c5af5 --- /dev/null +++ b/src/Network/Network/NetworkVirtualAppliance/Sku/VirtualApplianceSkuBaseCmdlet.cs @@ -0,0 +1,67 @@ +// ---------------------------------------------------------------------------------- +// +// 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.Network.Models; +using Microsoft.Azure.Commands.ResourceManager.Common.Tags; +using Microsoft.Azure.Management.Network; +using Microsoft.Azure.Management.Network.Models; +using System; +using System.Collections.Generic; +using System.Net; +using System.Text; +namespace Microsoft.Azure.Commands.Network +{ + public abstract class VirtualApplianceSkuBaseCmdlet : NetworkBaseCmdlet + { + public IVirtualApplianceSkusOperations VirtualApplianceSkusClient + { + get + { + return NetworkClient.NetworkManagementClient.VirtualApplianceSkus; + } + } + + public bool IsVirtualApplianceSkuPresent(string name) + { + try + { + GetVirtualApplianceSku(name); + } + catch (Microsoft.Rest.Azure.CloudException exception) + { + if (exception.Response.StatusCode == HttpStatusCode.NotFound) + { + // Resource is not present + return false; + } + throw; + } + return true; + } + + public PSNetworkVirtualApplianceSku GetVirtualApplianceSku(string name) + { + var nvaSku = this.VirtualApplianceSkusClient.Get(name); + var psSku = NetworkResourceManagerProfile.Mapper.Map(nvaSku); + return psSku; + } + + public PSNetworkVirtualApplianceSku ToPsNetworkVirtualApplianceSku(NetworkVirtualApplianceSku nvaSku) + { + var psSku = NetworkResourceManagerProfile.Mapper.Map(nvaSku); + return psSku; + } + } +} diff --git a/src/Network/Network/NetworkVirtualAppliance/SkuProperties/NewVirtualApplianceSkuPropertyCommand.cs b/src/Network/Network/NetworkVirtualAppliance/SkuProperties/NewVirtualApplianceSkuPropertyCommand.cs new file mode 100644 index 000000000000..5a9a36ec3eff --- /dev/null +++ b/src/Network/Network/NetworkVirtualAppliance/SkuProperties/NewVirtualApplianceSkuPropertyCommand.cs @@ -0,0 +1,57 @@ +// ---------------------------------------------------------------------------------- +// +// 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.Common.Compute.Version2016_04_preview.Models; +using Microsoft.Azure.Commands.Network.Models; +using System; +using System.Collections.Generic; +using System.Management.Automation; +using System.Text; + +namespace Microsoft.Azure.Commands.Network +{ + [Cmdlet("New", ResourceManager.Common.AzureRMConstants.AzureRMPrefix + "VirtualApplianceSkuProperty"), OutputType(typeof(PSVirtualApplianceSkuProperties))] + public class NewVirtualApplianceSkuPropertyCommand : VirtualApplianceSkuPropertiesBaseCmdlet + { + [Alias("Name")] + [Parameter( + Mandatory = true, + ValueFromPipelineByPropertyName = false, + HelpMessage = "The name of the vendor.")] + public virtual string VendorName { get; set; } + + [Parameter( + Mandatory = true, + ValueFromPipelineByPropertyName = false, + HelpMessage = "The bundled scale unit.")] + public virtual string BundledScaleUnit { get; set; } + + [Parameter( + Mandatory = true, + ValueFromPipelineByPropertyName = false, + HelpMessage = "The market place version.")] + public virtual string MarketPlaceVersion { get; set; } + + public override void Execute() + { + base.Execute(); + var skuProperties = new PSVirtualApplianceSkuProperties(); + skuProperties.BundledScaleUnit = this.BundledScaleUnit; + skuProperties.MarketPlaceVersion = this.MarketPlaceVersion; + skuProperties.Vendor = this.VendorName; + WriteObject(skuProperties); + } + } +} diff --git a/src/Network/Network/NetworkVirtualAppliance/SkuProperties/VirtualApplianceSkuPropertiesBaseCmdlet.cs b/src/Network/Network/NetworkVirtualAppliance/SkuProperties/VirtualApplianceSkuPropertiesBaseCmdlet.cs new file mode 100644 index 000000000000..e215488e5e5d --- /dev/null +++ b/src/Network/Network/NetworkVirtualAppliance/SkuProperties/VirtualApplianceSkuPropertiesBaseCmdlet.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. +// ---------------------------------------------------------------------------------- + + +using System; +using System.Collections.Generic; +using System.Text; + +namespace Microsoft.Azure.Commands.Network +{ + public class VirtualApplianceSkuPropertiesBaseCmdlet : NetworkBaseCmdlet + { + // Empty class for future development of Get/Set/Update commands. + } +} diff --git a/src/Network/Network/NetworkVirtualAppliance/UpdateNetworkVirtualApplianceCommand.cs b/src/Network/Network/NetworkVirtualAppliance/UpdateNetworkVirtualApplianceCommand.cs new file mode 100644 index 000000000000..8c722eeb36fc --- /dev/null +++ b/src/Network/Network/NetworkVirtualAppliance/UpdateNetworkVirtualApplianceCommand.cs @@ -0,0 +1,115 @@ +// ---------------------------------------------------------------------------------- +// +// 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.Network.Models; +using Microsoft.Azure.Commands.ResourceManager.Common.ArgumentCompleters; +using Microsoft.Azure.Commands.ResourceManager.Common.Tags; +using Microsoft.Azure.Management.Network; +using System; +using System.Collections; +using System.Collections.Generic; +using System.Management.Automation; +using System.Text; +using MNM = Microsoft.Azure.Management.Network.Models; +namespace Microsoft.Azure.Commands.Network +{ + [Cmdlet("Update", ResourceManager.Common.AzureRMConstants.AzureRMPrefix + "NetworkVirtualAppliance", SupportsShouldProcess = true), OutputType(typeof(PSNetworkVirtualAppliance))] + public class UpdateNetworkVirtualApplianceCommand : NetworkVirtualApplianceBaseCmdlet + { + + [Alias("ResourceName")] + [Parameter( + Mandatory = true, + ValueFromPipelineByPropertyName = true, + HelpMessage = "The resource name.")] + [ValidateNotNullOrEmpty] + public virtual string Name { get; set; } + + [Parameter( + Mandatory = true, + ValueFromPipelineByPropertyName = true, + HelpMessage = "The resource group name.")] + [ResourceGroupCompleter] + [ValidateNotNullOrEmpty] + public virtual string ResourceGroupName { get; set; } + + [Parameter( + Mandatory = false, + ValueFromPipelineByPropertyName = true, + HelpMessage = "The Sku of the Virtual Appliance.")] + [ValidateNotNullOrEmpty] + public PSVirtualApplianceSkuProperties Sku { get; set; } + + [Parameter( + Mandatory = false, + ValueFromPipelineByPropertyName = true, + HelpMessage = "The ASN number of the Virtual Appliance.")] + [ValidateNotNullOrEmpty] + public int VirtualApplianceAsn { get; set; } + + [Parameter( + Mandatory = false, + ValueFromPipelineByPropertyName = true, + HelpMessage = "A hashtable which represents resource tags.")] + public Hashtable Tag { get; set; } + + [Parameter( + Mandatory = false, + HelpMessage = "Do not ask for confirmation if you want to overwrite a resource")] + public SwitchParameter Force { get; set; } + + [Parameter(Mandatory = false, HelpMessage = "Run cmdlet in the background")] + public SwitchParameter AsJob { get; set; } + + public override void Execute() + { + base.Execute(); + if(!this.IsNetworkVirtualAppliancePresent(this.ResourceGroupName, this.Name)) + { + throw new ArgumentException(Properties.Resources.ResourceNotFound); + } + ConfirmAction( + Force.IsPresent, + string.Format(Properties.Resources.OverwritingResource, Name), + Properties.Resources.CreatingResourceMessage, + Name, + () => + { + var nva = UpdateNetworkVirtualAppliance(); + WriteObject(nva); + } + ); + } + + private PSNetworkVirtualAppliance UpdateNetworkVirtualAppliance() + { + var networkVirtualAppliance = this.GetNetworkVirtualAppliance(this.ResourceGroupName, this.Name); + if (this.VirtualApplianceAsn != 0) + { + networkVirtualAppliance.VirtualApplianceAsn = this.VirtualApplianceAsn; + } + networkVirtualAppliance.NvaSku = this.Sku??networkVirtualAppliance.NvaSku; + + var networkVirtualApplianceModel = NetworkResourceManagerProfile.Mapper.Map(networkVirtualAppliance); + + networkVirtualApplianceModel.Tags = TagsConversionHelper.CreateTagDictionary(this.Tag, validate: true); + + this.NetworkVirtualAppliancesClient.CreateOrUpdate(this.ResourceGroupName, this.Name, networkVirtualApplianceModel); + + var getNetworkVirtualAppliance = this.GetNetworkVirtualAppliance(this.ResourceGroupName, this.Name); + return getNetworkVirtualAppliance; + } + } +} diff --git a/src/Network/Network/PrivateLinkService/PrivateLinkServiceProvider/GenericProvider.cs b/src/Network/Network/PrivateLinkService/PrivateLinkServiceProvider/GenericProvider.cs index c9d6c01768d7..37b9c4bb8414 100644 --- a/src/Network/Network/PrivateLinkService/PrivateLinkServiceProvider/GenericProvider.cs +++ b/src/Network/Network/PrivateLinkService/PrivateLinkServiceProvider/GenericProvider.cs @@ -64,7 +64,7 @@ private IAzureRestClient ServiceClient public PSPrivateEndpointConnection GetPrivateEndpointConnection(string resourceGroupName, string serviceName, string name) { string url = BuildPrivateEndpointConnectionURL(resourceGroupName, serviceName, name); - PrivateEndpointConnection connnection = ServiceClient.Operations.GetResouce(url, _configuration.ApiVersion); + PrivateEndpointConnection connnection = ServiceClient.Operations.GetResource(url, _configuration.ApiVersion); return ToPsPrivateEndpointConnection(connnection); } @@ -74,7 +74,7 @@ public List ListPrivateEndpointConnections(string r if(_configuration.HasConnectionsURI) { string url = BuildPrivateEndpointConnectionsURL(resourceGroupName, serviceName); - IPage list = ServiceClient.Operations.GetResoucePage, PrivateEndpointConnection>(url, _configuration.ApiVersion); + IPage list = ServiceClient.Operations.GetResourcePage, PrivateEndpointConnection>(url, _configuration.ApiVersion); foreach (var pec in list) { var psPec = ToPsPrivateEndpointConnection(pec); @@ -82,7 +82,7 @@ public List ListPrivateEndpointConnections(string r } while (list.NextPageLink != null) { - list = ServiceClient.Operations.GetResoucePage, PrivateEndpointConnection>(list.NextPageLink, null); + list = ServiceClient.Operations.GetResourcePage, PrivateEndpointConnection>(list.NextPageLink, null); foreach (var pec in list) { var psPec = ToPsPrivateEndpointConnection(pec); @@ -93,7 +93,7 @@ public List ListPrivateEndpointConnections(string r else { string url = BuildPrivateEndpointConnectionsOwnerURL(resourceGroupName, serviceName); - TrackedResource resource = ServiceClient.Operations.GetResouce(url, _configuration.ApiVersion); + TrackedResource resource = ServiceClient.Operations.GetResource(url, _configuration.ApiVersion); if(resource?.PrivateEndpointConnections != null) { foreach (var pec in resource.PrivateEndpointConnections) @@ -110,7 +110,7 @@ public List ListPrivateEndpointConnections(string r public PSPrivateEndpointConnection UpdatePrivateEndpointConnectionStatus(string resourceGroupName, string serviceName, string name, string status, string description = null) { string url = BuildPrivateEndpointConnectionURL(resourceGroupName, serviceName, name); - PrivateEndpointConnection privateEndpointConnection = ServiceClient.Operations.GetResouce(url, _configuration.ApiVersion); + PrivateEndpointConnection privateEndpointConnection = ServiceClient.Operations.GetResource(url, _configuration.ApiVersion); privateEndpointConnection.PrivateLinkServiceConnectionState.Status = status; @@ -119,7 +119,7 @@ public PSPrivateEndpointConnection UpdatePrivateEndpointConnectionStatus(string privateEndpointConnection.PrivateLinkServiceConnectionState.Description = description; } - ServiceClient.Operations.PutResouce(url, _configuration.ApiVersion, privateEndpointConnection); + ServiceClient.Operations.PutResource(url, _configuration.ApiVersion, privateEndpointConnection); return GetPrivateEndpointConnection(resourceGroupName, serviceName, name); } @@ -127,13 +127,13 @@ public PSPrivateEndpointConnection UpdatePrivateEndpointConnectionStatus(string public void DeletePrivateEndpointConnection(string resourceGroupName, string serviceName, string name) { string url = BuildPrivateEndpointConnectionURL(resourceGroupName, serviceName, name); - ServiceClient.Operations.DeleteResouce(url, _configuration.ApiVersion); + ServiceClient.Operations.DeleteResource(url, _configuration.ApiVersion); } public PSPrivateLinkResource GetPrivateLinkResource(string resourceGroupName, string serviceName, string name) { string url = BuildPrivateLinkResourceURL(resourceGroupName, serviceName, name); - PrivateLinkResource resource = ServiceClient.Operations.GetResouce(url, _configuration.ApiVersion); + PrivateLinkResource resource = ServiceClient.Operations.GetResource(url, _configuration.ApiVersion); return ToPsPrivateLinkResource(resource); } @@ -141,7 +141,7 @@ public List ListPrivateLinkResource(string resourceGroupN { var psPLRs = new List(); string url = BuildPrivateLinkResourcesURL(resourceGroupName, serviceName); - IPage list = ServiceClient.Operations.GetResoucePage, PrivateLinkResource>(url, _configuration.ApiVersion); + IPage list = ServiceClient.Operations.GetResourcePage, PrivateLinkResource>(url, _configuration.ApiVersion); foreach (var plr in list) { var psPlr = ToPsPrivateLinkResource(plr); @@ -149,7 +149,7 @@ public List ListPrivateLinkResource(string resourceGroupN } while (list.NextPageLink != null) { - list = ServiceClient.Operations.GetResoucePage, PrivateLinkResource>(list.NextPageLink, null); + list = ServiceClient.Operations.GetResourcePage, PrivateLinkResource>(list.NextPageLink, null); foreach (var plr in list) { var psPlr = ToPsPrivateLinkResource(plr); diff --git a/src/Network/Network/PrivateLinkService/PrivateLinkServiceProvider/ProviderConfiguration.cs b/src/Network/Network/PrivateLinkService/PrivateLinkServiceProvider/ProviderConfiguration.cs index c563d856ee89..2d2d0fa6b76a 100644 --- a/src/Network/Network/PrivateLinkService/PrivateLinkServiceProvider/ProviderConfiguration.cs +++ b/src/Network/Network/PrivateLinkService/PrivateLinkServiceProvider/ProviderConfiguration.cs @@ -26,6 +26,7 @@ static ProviderConfiguration() RegisterConfiguration("Microsoft.Devices/IotHubs", "2020-03-01"); RegisterConfiguration("Microsoft.EventGrid/topics", "2020-04-01-preview"); RegisterConfiguration("Microsoft.EventGrid/domains", "2020-04-01-preview"); + RegisterConfiguration("Microsoft.Network/applicationgateways", "2020-05-01"); } private static void RegisterConfiguration(string type, string apiVersion, bool hasConnectionsURI = true) diff --git a/src/Network/Network/Properties/AssemblyInfo.cs b/src/Network/Network/Properties/AssemblyInfo.cs index 2d9b508f6a34..ccfdbf6a2b94 100644 --- a/src/Network/Network/Properties/AssemblyInfo.cs +++ b/src/Network/Network/Properties/AssemblyInfo.cs @@ -25,8 +25,8 @@ [assembly: ComVisible(false)] [assembly: CLSCompliant(false)] [assembly: Guid("be2ca022-590c-48ba-b465-9ab61d6e2ea0")] -[assembly: AssemblyVersion("3.0.0")] -[assembly: AssemblyFileVersion("3.0.0")] +[assembly: AssemblyVersion("3.1.0")] +[assembly: AssemblyFileVersion("3.1.0")] #if !SIGN [assembly: InternalsVisibleTo("Microsoft.Azure.PowerShell.Cmdlets.Network.Test")] #endif diff --git a/src/Network/Network/help/Get-AzNetworkVirtualAppliance.md b/src/Network/Network/help/Get-AzNetworkVirtualAppliance.md new file mode 100644 index 000000000000..d3525f324f25 --- /dev/null +++ b/src/Network/Network/help/Get-AzNetworkVirtualAppliance.md @@ -0,0 +1,134 @@ +--- +external help file: Microsoft.Azure.PowerShell.Cmdlets.Network.dll-Help.xml +Module Name: Az.Network +online version: https://docs.microsoft.com/en-us/powershell/module/az.network/get-aznetworkvirtualappliance +schema: 2.0.0 +--- + +# Get-AzNetworkVirtualAppliance + +## SYNOPSIS +Get or List Network Virtual Appliances. + +## SYNTAX + +### ResourceNameParameterSet (Default) +``` +Get-AzNetworkVirtualAppliance [-Name ] [-ResourceGroupName ] + [-DefaultProfile ] [] +``` + +### ResourceIdParameterSet +``` +Get-AzNetworkVirtualAppliance -ResourceId [-DefaultProfile ] + [] +``` + +## DESCRIPTION +The Get-AzNetworkVirtualAppliance commands gets or lists Network Virtual Appliance resources. + +## EXAMPLES + +### Example 1 +```powershell +PS C:\> Get-AzNetworkVirtualAppliance -ResourceGroupName testrg -Name nva + +BootStrapConfigurationBlobs : {} +VirtualHub : Microsoft.Azure.Commands.Network.Models.PSResourceId +CloudInitConfigurationBlobs : {} +CloudInitConfiguration : echo hi +VirtualApplianceAsn : 1270 +VirtualApplianceNics : {privatenicipconfig, publicnicipconfig, privatenicipconfig, publicnicipconfig} +VirtualApplianceSites : {} +ProvisioningState : Succeeded +Identity : +NvaSku : Microsoft.Azure.Commands.Network.Models.PSVirtualApplianceSkuProperties +ResourceGroupName : testrg +Location : eastus2 +ResourceGuid : +Type : Microsoft.Network/NetworkVirtualAppliances +Tag : +TagsTable : +Name : nva +Etag : 00000000-0000-0000-0000-000000000000 +Id : /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/testrg/providers/Microsoft.Network/networkVirtualAppliances/nva +``` + +Get a Network Virtual Appliance resource. + +## PARAMETERS + +### -DefaultProfile +The credentials, account, tenant, and subscription used for communication with Azure. + +```yaml +Type: Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer +Parameter Sets: (All) +Aliases: AzContext, AzureRmContext, AzureCredential + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Name +The resource name. + +```yaml +Type: System.String +Parameter Sets: ResourceNameParameterSet +Aliases: ResourceName + +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: ResourceNameParameterSet +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: True (ByPropertyName) +Accept wildcard characters: False +``` + +### -ResourceId +The resource Id. + +```yaml +Type: System.String +Parameter Sets: ResourceIdParameterSet +Aliases: + +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 + +## OUTPUTS + +### Microsoft.Azure.Commands.Network.Models.PSNetworkVirtualAppliance + +## NOTES + +## RELATED LINKS diff --git a/src/Network/Network/help/Get-AzNetworkVirtualApplianceSku.md b/src/Network/Network/help/Get-AzNetworkVirtualApplianceSku.md new file mode 100644 index 000000000000..c75c0d73c6b8 --- /dev/null +++ b/src/Network/Network/help/Get-AzNetworkVirtualApplianceSku.md @@ -0,0 +1,112 @@ +--- +external help file: Microsoft.Azure.PowerShell.Cmdlets.Network.dll-Help.xml +Module Name: Az.Network +online version: https://docs.microsoft.com/en-us/powershell/module/az.network/get-aznetworkvirtualappliancesku +schema: 2.0.0 +--- + +# Get-AzNetworkVirtualApplianceSku + +## SYNOPSIS +Get or List available Network Virtual Appliance Skus in the inventory. + +## SYNTAX + +``` +Get-AzNetworkVirtualApplianceSku [-SkuName ] [-DefaultProfile ] + [] +``` + +## DESCRIPTION +The Get-AzNetworkVirtualApplianceSku gets or lists available Network Virtual Appliance Skus in the Microsoft Azure inventory. + +## EXAMPLES + +### Example 1 +```powershell +PS C:\> Get-AzNetworkVirtualApplianceSku -SkuName barracudasdwanrelease + +Vendor : barracudasdwanrelease +AvailableVersions : {8.1.0038301, latest} +AvailableScaleUnits : {Microsoft.Azure.Commands.Network.Models.PSNetworkVirtualApplianceSkuInstances, Microsoft.Azure.Commands.Network.Models.PSNetworkVirtualApplianceSkuInstances} +Name : barracudasdwanrelease +Etag : 00000000-0000-0000-0000-000000000000 +Id : +``` + +Get a sku by name. + +### Example 2 +```powershell +PS C:\> Get-AzNetworkVirtualApplianceSku + +Vendor : barracuda sdwan nightly +AvailableVersions : {latest} +AvailableScaleUnits : {Microsoft.Azure.Commands.Network.Models.PSNetworkVirtualApplianceSkuInstances} +Name : barracuda sdwan nightly +Etag : 00000000-0000-0000-0000-000000000000 +Id : + +Vendor : barracuda sdwan +AvailableVersions : {latest} +AvailableScaleUnits : {Microsoft.Azure.Commands.Network.Models.PSNetworkVirtualApplianceSkuInstances} +Name : barracuda sdwan +Etag : 00000000-0000-0000-0000-000000000000 +Id : + +Vendor : barracudasdwanrelease +AvailableVersions : {8.1.0038301, latest} +AvailableScaleUnits : {Microsoft.Azure.Commands.Network.Models.PSNetworkVirtualApplianceSkuInstances, Microsoft.Azure.Commands.Network.Models.PSNetworkVirtualApplianceSkuInstances} +Name : barracudasdwanrelease +Etag : 00000000-0000-0000-0000-000000000000 +Id : +``` + +List all available Skus of Network Virtual Appliance. + +## PARAMETERS + +### -DefaultProfile +The credentials, account, tenant, and subscription used for communication with Azure. + +```yaml +Type: Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer +Parameter Sets: (All) +Aliases: AzContext, AzureRmContext, AzureCredential + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -SkuName +The Sku name. + +```yaml +Type: System.String +Parameter Sets: (All) +Aliases: + +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 + +### None + +## OUTPUTS + +### Microsoft.Azure.Commands.Network.Models.PSNetworkVirtualApplianceSku + +## NOTES + +## RELATED LINKS diff --git a/src/Network/Network/help/Get-AzVirtualApplianceSite.md b/src/Network/Network/help/Get-AzVirtualApplianceSite.md new file mode 100644 index 000000000000..56002cf49fce --- /dev/null +++ b/src/Network/Network/help/Get-AzVirtualApplianceSite.md @@ -0,0 +1,159 @@ +--- +external help file: Microsoft.Azure.PowerShell.Cmdlets.Network.dll-Help.xml +Module Name: Az.Network +online version: https://docs.microsoft.com/en-us/powershell/module/az.network/get-azvirtualappliancesite +schema: 2.0.0 +--- + +# Get-AzVirtualApplianceSite + +## SYNOPSIS +Get or List sites connected to Network Virtual Appliance resource(s). + +## SYNTAX + +### ResourceNameParameterSet (Default) +``` +Get-AzVirtualApplianceSite [-Name ] [-NetworkVirtualApplianceId ] [-ResourceGroupName ] + [-DefaultProfile ] [] +``` + +### ResourceIdParameterSet +``` +Get-AzVirtualApplianceSite -ResourceId [-DefaultProfile ] [] +``` + +## DESCRIPTION +The Get-AzVirtualApplianceSite gets or lists sites connected to one or more Network Virtual Appliance resources. + +## EXAMPLES + +### Example 1 +```powershell +PS C:\> Get-AzVirtualApplianceSite -Name testsite -NetworkVirtualApplianceId $nva.Id -ResourceGroupName testrg + + +AddressPrefix : 10.0.1.0/24 +O365Policy : Microsoft.Azure.Commands.Network.Models.PSOffice365PolicyProperties +ProvisioningState : Succeeded +Name : testsite +Etag : 00000000-0000-0000-0000-000000000000 +Id : /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/testrg/providers/Microsoft.Network/networkVirtualAppliances/nva/virtualApplianceSites/testsite +``` + +Get a Virtual Appliance site resource. + +### Example 2 +```powershell +PS C:\> Get-AzVirtualApplianceSite -NetworkVirtualApplianceId $nva.Id -ResourceGroupName testrg + + +AddressPrefix : 10.0.1.0/24 +O365Policy : Microsoft.Azure.Commands.Network.Models.PSOffice365PolicyProperties +ProvisioningState : Succeeded +Name : testsite +Etag : 00000000-0000-0000-0000-000000000000 +Id : /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/testrg/providers/Microsoft.Network/networkVirtualAppliances/nva/virtualApplianceSites/testsite + +AddressPrefix : 10.0.2.0/24 +O365Policy : Microsoft.Azure.Commands.Network.Models.PSOffice365PolicyProperties +ProvisioningState : Succeeded +Name : testsite2 +Etag : 00000000-0000-0000-0000-000000000000 +Id : /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/testrg/providers/Microsoft.Network/networkVirtualAppliances/nva/virtualApplianceSites/testsite2 +``` + +List Virtual Appliance site resources in a Network Virtual Appliance. + + +## PARAMETERS + +### -DefaultProfile +The credentials, account, tenant, and subscription used for communication with Azure. + +```yaml +Type: Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer +Parameter Sets: (All) +Aliases: AzContext, AzureRmContext, AzureCredential + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Name +The resource name. + +```yaml +Type: System.String +Parameter Sets: ResourceNameParameterSet +Aliases: ResourceName + +Required: False +Position: Named +Default value: None +Accept pipeline input: True (ByPropertyName) +Accept wildcard characters: False +``` + +### -NetworkVirtualApplianceId +The Network Virtual Appliance that the site is attached. + +```yaml +Type: System.String +Parameter Sets: ResourceNameParameterSet +Aliases: + +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: ResourceNameParameterSet +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: True (ByPropertyName) +Accept wildcard characters: False +``` + +### -ResourceId +The resource Id of the Virtual Appliance Site. + +```yaml +Type: System.String +Parameter Sets: ResourceIdParameterSet +Aliases: + +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 + +## OUTPUTS + +### Microsoft.Azure.Commands.Network.Models.PSVirtualApplianceSite + +## NOTES + +## RELATED LINKS diff --git a/src/Network/Network/help/New-AzNetworkVirtualAppliance.md b/src/Network/Network/help/New-AzNetworkVirtualAppliance.md new file mode 100644 index 000000000000..7f9504603f7a --- /dev/null +++ b/src/Network/Network/help/New-AzNetworkVirtualAppliance.md @@ -0,0 +1,329 @@ +--- +external help file: Microsoft.Azure.PowerShell.Cmdlets.Network.dll-Help.xml +Module Name: Az.Network +online version: https://docs.microsoft.com/en-us/powershell/module/az.network/new-aznetworkvirtualappliance +schema: 2.0.0 +--- + +# New-AzNetworkVirtualAppliance + +## SYNOPSIS +Create a Network Virtual Appliance resource. + +## SYNTAX + +### ResourceNameParameterSet (Default) +``` +New-AzNetworkVirtualAppliance -Name -ResourceGroupName -Location + -VirtualHubId -Sku -VirtualApplianceAsn + [-Identity ] [-BootStrapConfigurationBlob ] + [-CloudInitConfigurationBlob ] [-CloudInitConfiguration ] [-Tag ] [-Force] + [-AsJob] [-DefaultProfile ] [-WhatIf] [-Confirm] [] +``` + +### ResourceIdParameterSet +``` +New-AzNetworkVirtualAppliance -ResourceId -Location -VirtualHubId + -Sku -VirtualApplianceAsn [-Identity ] + [-BootStrapConfigurationBlob ] [-CloudInitConfigurationBlob ] + [-CloudInitConfiguration ] [-Tag ] [-Force] [-AsJob] + [-DefaultProfile ] [-WhatIf] [-Confirm] [] +``` + +## DESCRIPTION +The New-AzNetworkVirtualAppliance command creates a Network Virtual Appliance resource in Azure. + +## EXAMPLES + +### Example 1 +```powershell +PS C:\> $sku=New-AzVirtualApplianceSkuProperty -VendorName "barracudasdwanrelease" -BundledScaleUnit 1 -MarketPlaceVersion 'latest' +PS C:\> $hub=Get-AzVirtualHub -ResourceGroupName testrg -Name hub +PS C:\> $nva=New-AzNetworkVirtualAppliance -ResourceGroupName testrg -Name nva -Location eastus2 -VirtualApplianceAsn 1270 -VirtualHubId $hub.Id -Sku $sku -CloudInitConfiguration "echo Hello World!" + +``` + +Creates a new Network Virtual Appliance resource in resource group: testrg. + +## PARAMETERS + +### -AsJob +Run cmdlet in the background + +```yaml +Type: System.Management.Automation.SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -BootStrapConfigurationBlob +The Bootstrap configuration blob URL. + +```yaml +Type: System.String[] +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: True (ByPropertyName) +Accept wildcard characters: False +``` + +### -CloudInitConfiguration +The Cloudinit configuration as plain text. + +```yaml +Type: System.String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: True (ByPropertyName) +Accept wildcard characters: False +``` + +### -CloudInitConfigurationBlob +The Cloudinit configuration blob storage URL. + +```yaml +Type: System.String[] +Parameter Sets: (All) +Aliases: + +Required: False +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.Core.IAzureContextContainer +Parameter Sets: (All) +Aliases: AzContext, AzureRmContext, AzureCredential + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Force +Do not ask for confirmation if you want to overwrite a resource + +```yaml +Type: System.Management.Automation.SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Identity +The Managed identity. + +```yaml +Type: Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: True (ByPropertyName) +Accept wildcard characters: False +``` + +### -Location +The public IP address location. + +```yaml +Type: System.String +Parameter Sets: (All) +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: True (ByPropertyName) +Accept wildcard characters: False +``` + +### -Name +The resource name. + +```yaml +Type: System.String +Parameter Sets: ResourceNameParameterSet +Aliases: ResourceName + +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: ResourceNameParameterSet +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: True (ByPropertyName) +Accept wildcard characters: False +``` + +### -ResourceId +The resource Id. + +```yaml +Type: System.String +Parameter Sets: ResourceIdParameterSet +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: True (ByPropertyName) +Accept wildcard characters: False +``` + +### -Sku +The Sku of the Virtual Appliance. + +```yaml +Type: Microsoft.Azure.Commands.Network.Models.PSVirtualApplianceSkuProperties +Parameter Sets: (All) +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: True (ByPropertyName) +Accept wildcard characters: False +``` + +### -Tag +A hashtable which represents resource tags. + +```yaml +Type: System.Collections.Hashtable +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: True (ByPropertyName) +Accept wildcard characters: False +``` + +### -VirtualApplianceAsn +The ASN number of the Virtual Appliance. + +```yaml +Type: System.Int32 +Parameter Sets: (All) +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: True (ByPropertyName) +Accept wildcard characters: False +``` + +### -VirtualHubId +The Resource Id of the Virtual Hub. + +```yaml +Type: System.String +Parameter Sets: (All) +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: True (ByPropertyName) +Accept wildcard characters: False +``` + +### -Confirm +Prompts you for confirmation before running the cmdlet. + +```yaml +Type: System.Management.Automation.SwitchParameter +Parameter Sets: (All) +Aliases: cf + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -WhatIf +Shows what would happen if the cmdlet runs. +The cmdlet is not run. + +```yaml +Type: System.Management.Automation.SwitchParameter +Parameter Sets: (All) +Aliases: wi + +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 + +### Microsoft.Azure.Commands.Network.Models.PSVirtualApplianceSkuProperties + +### System.Int32 + +### Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity + +### System.String[] + +### System.Collections.Hashtable + +## OUTPUTS + +### Microsoft.Azure.Commands.Network.Models.PSNetworkVirtualAppliance + +## NOTES + +## RELATED LINKS diff --git a/src/Network/Network/help/New-AzOffice365PolicyProperty.md b/src/Network/Network/help/New-AzOffice365PolicyProperty.md new file mode 100644 index 000000000000..dd0b4f32a7af --- /dev/null +++ b/src/Network/Network/help/New-AzOffice365PolicyProperty.md @@ -0,0 +1,107 @@ +--- +external help file: Microsoft.Azure.PowerShell.Cmdlets.Network.dll-Help.xml +Module Name: Az.Network +online version: https://docs.microsoft.com/en-us/powershell/module/az.network/new-azoffice365policyproperty +schema: 2.0.0 +--- + +# New-AzOffice365PolicyProperty + +## SYNOPSIS +Define a new Office 365 traffic breakout policy to be used with a Virtual Appliance site. + +## SYNTAX + +``` +New-AzOffice365PolicyProperty [-Allow] [-Optimize] [-Default] [-DefaultProfile ] + [] +``` + +## DESCRIPTION +The New-AzOffice365PolicyProperties command defines an Office 365 breakout policy that is to be used woith a Virtual Appliance site. + +## EXAMPLES + +### Example 1 +```powershell +PS C:\> $o365Policy = New-AzOffice365PolicyProperty -Allow -Optimize +``` + +Create Office 365 traffic breakout policy object to be used with Virtual Appliance site commands. + +## PARAMETERS + +### -Allow +Breakout the allow category traffic. + +```yaml +Type: System.Management.Automation.SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Default +Breakout the default category traffic. + +```yaml +Type: System.Management.Automation.SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -DefaultProfile +The credentials, account, tenant, and subscription used for communication with Azure. + +```yaml +Type: Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer +Parameter Sets: (All) +Aliases: AzContext, AzureRmContext, AzureCredential + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Optimize +Breakout the optimize category traffic. + +```yaml +Type: System.Management.Automation.SwitchParameter +Parameter Sets: (All) +Aliases: + +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 + +### None + +## OUTPUTS + +### Microsoft.Azure.Commands.Network.Models.PSOffice365PolicyProperties + +## NOTES + +## RELATED LINKS diff --git a/src/Network/Network/help/New-AzVirtualApplianceSite.md b/src/Network/Network/help/New-AzVirtualApplianceSite.md new file mode 100644 index 000000000000..8dc182df50fb --- /dev/null +++ b/src/Network/Network/help/New-AzVirtualApplianceSite.md @@ -0,0 +1,243 @@ +--- +external help file: Microsoft.Azure.PowerShell.Cmdlets.Network.dll-Help.xml +Module Name: Az.Network +online version: https://docs.microsoft.com/en-us/powershell/module/az.network/new-azvirtualappliancesite +schema: 2.0.0 +--- + +# New-AzVirtualApplianceSite + +## SYNOPSIS +Create a site connected to a Network Virtual Appliance. + +## SYNTAX + +### ResourceNameParameterSet (Default) +``` +New-AzVirtualApplianceSite -Name -ResourceGroupName -AddressPrefix + -O365Policy -NetworkVirtualApplianceId [-Tag ] [-Force] + [-AsJob] [-DefaultProfile ] [-WhatIf] [-Confirm] [] +``` + +### ResourceIdParameterSet +``` +New-AzVirtualApplianceSite -ResourceId -AddressPrefix + -O365Policy -NetworkVirtualApplianceId [-Tag ] [-Force] + [-AsJob] [-DefaultProfile ] [-WhatIf] [-Confirm] [] +``` + +## DESCRIPTION +The New-AzVirtualApplianceSite command creates a Virtual Appliance site connected to a Network Virtual Appliance resource. + +## EXAMPLES + +### Example 1 +```powershell +PS C:\> $nva = Get-AzNetworkVirtualAppliance -ResourceGroupName testrg -Name nva +PS C:\> $o365Policy = New-AzOffice365PolicyProperty -Allow -Optimize +PS C:\> $site = New-AzVirtualApplianceSite -ResourceGroupName testrg -Name testsite -NetworkVirtualApplianceId $nva.Id -AddressPrefix 10.0.1.0/24 -O365Policy $o365Policy +``` + +Create a new Virtual Appliance site in the resource group: testrg. + +## PARAMETERS + +### -AddressPrefix +The address prefix for the site. + +```yaml +Type: System.String +Parameter Sets: (All) +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: True (ByPropertyName) +Accept wildcard characters: False +``` + +### -AsJob +Run cmdlet in the background + +```yaml +Type: System.Management.Automation.SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -DefaultProfile +The credentials, account, tenant, and subscription used for communication with Azure. + +```yaml +Type: Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer +Parameter Sets: (All) +Aliases: AzContext, AzureRmContext, AzureCredential + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Force +Do not ask for confirmation if you want to overwrite a resource + +```yaml +Type: System.Management.Automation.SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Name +The resource name. + +```yaml +Type: System.String +Parameter Sets: ResourceNameParameterSet +Aliases: ResourceName + +Required: True +Position: Named +Default value: None +Accept pipeline input: True (ByPropertyName) +Accept wildcard characters: False +``` + +### -NetworkVirtualApplianceId +The Network virtual appliance that this site is attached to. + +```yaml +Type: System.String +Parameter Sets: (All) +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: True (ByPropertyName) +Accept wildcard characters: False +``` + +### -O365Policy +The Office 365 breakout policy. + +```yaml +Type: Microsoft.Azure.Commands.Network.Models.PSOffice365PolicyProperties +Parameter Sets: (All) +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: ResourceNameParameterSet +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: True (ByPropertyName) +Accept wildcard characters: False +``` + +### -ResourceId +The resource id. + +```yaml +Type: System.String +Parameter Sets: ResourceIdParameterSet +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: True (ByPropertyName) +Accept wildcard characters: False +``` + +### -Tag +A hashtable which represents resource tags. + +```yaml +Type: System.Collections.Hashtable +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: True (ByPropertyName) +Accept wildcard characters: False +``` + +### -Confirm +Prompts you for confirmation before running the cmdlet. + +```yaml +Type: System.Management.Automation.SwitchParameter +Parameter Sets: (All) +Aliases: cf + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -WhatIf +Shows what would happen if the cmdlet runs. +The cmdlet is not run. + +```yaml +Type: System.Management.Automation.SwitchParameter +Parameter Sets: (All) +Aliases: wi + +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 + +### Microsoft.Azure.Commands.Network.Models.PSOffice365PolicyProperties + +### System.Collections.Hashtable + +## OUTPUTS + +### Microsoft.Azure.Commands.Network.Models.PSVirtualApplianceSite + +## NOTES + +## RELATED LINKS diff --git a/src/Network/Network/help/New-AzVirtualApplianceSkuProperty.md b/src/Network/Network/help/New-AzVirtualApplianceSkuProperty.md new file mode 100644 index 000000000000..a531e7e4fda6 --- /dev/null +++ b/src/Network/Network/help/New-AzVirtualApplianceSkuProperty.md @@ -0,0 +1,107 @@ +--- +external help file: Microsoft.Azure.PowerShell.Cmdlets.Network.dll-Help.xml +Module Name: Az.Network +online version: https://docs.microsoft.com/en-us/powershell/module/az.network/new-azvirtualapplianceskuproperty +schema: 2.0.0 +--- + +# New-AzVirtualApplianceSkuProperty + +## SYNOPSIS +Define a Network Virtual Appliance sku for the resource. + +## SYNTAX + +``` +New-AzVirtualApplianceSkuProperty -VendorName -BundledScaleUnit -MarketPlaceVersion + [-DefaultProfile ] [] +``` + +## DESCRIPTION +The New-AzVirtualApplianceSkuProperties command defines a Sku for Network Virtual Appliance resource. + +## EXAMPLES + +### Example 1 +```powershell +PS C:\> $var=New-AzVirtualApplianceSkuProperty -VendorName "barracudasdwanrelease" -BundledScaleUnit 1 -MarketPlaceVersion 'latest' +``` + +Create a Virtual Appliance Sku Properties object to be used with New-AzNetworkVirtualAppliance command. + +## PARAMETERS + +### -BundledScaleUnit +The bundled scale unit. + +```yaml +Type: System.String +Parameter Sets: (All) +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -DefaultProfile +The credentials, account, tenant, and subscription used for communication with Azure. + +```yaml +Type: Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer +Parameter Sets: (All) +Aliases: AzContext, AzureRmContext, AzureCredential + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -MarketPlaceVersion +The market place version. + +```yaml +Type: System.String +Parameter Sets: (All) +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -VendorName +The name of the vendor. + +```yaml +Type: System.String +Parameter Sets: (All) +Aliases: Name + +Required: True +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 + +### None + +## OUTPUTS + +### Microsoft.Azure.Commands.Network.Models.PSVirtualApplianceSkuProperties + +## NOTES + +## RELATED LINKS diff --git a/src/Network/Network/help/Remove-AzNetworkVirtualAppliance.md b/src/Network/Network/help/Remove-AzNetworkVirtualAppliance.md new file mode 100644 index 000000000000..9f843e0ce9fb --- /dev/null +++ b/src/Network/Network/help/Remove-AzNetworkVirtualAppliance.md @@ -0,0 +1,213 @@ +--- +external help file: Microsoft.Azure.PowerShell.Cmdlets.Network.dll-Help.xml +Module Name: Az.Network +online version: https://docs.microsoft.com/en-us/powershell/module/az.network/remove-aznetworkvirtualappliance +schema: 2.0.0 +--- + +# Remove-AzNetworkVirtualAppliance + +## SYNOPSIS +Remove a Network Virtual Appliance resource. + +## SYNTAX + +### ResourceNameParameterSet (Default) +``` +Remove-AzNetworkVirtualAppliance -Name -ResourceGroupName [-Force] [-PassThru] [-AsJob] + [-DefaultProfile ] [-WhatIf] [-Confirm] [] +``` + +### ResourceIdParameterSet +``` +Remove-AzNetworkVirtualAppliance -ResourceId [-Force] [-PassThru] [-AsJob] + [-DefaultProfile ] [-WhatIf] [-Confirm] [] +``` + +### ResourceObjectParameterSet +``` +Remove-AzNetworkVirtualAppliance -NetworkVirtualAppliance [-Force] [-PassThru] + [-AsJob] [-DefaultProfile ] [-WhatIf] [-Confirm] [] +``` + +## DESCRIPTION +The Remove-AzNetworkVirtualAppliance command removes a Network Virtual Appliance resource. + +## EXAMPLES + +### Example 1 +```powershell +PS C:\> Remove-AzNetworkVirtualAppliance -ResourceGroupName testrg -Name nva +``` + +Delete a Network Virtual Appliance resource. + +## PARAMETERS + +### -AsJob +Run cmdlet in the background + +```yaml +Type: System.Management.Automation.SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -DefaultProfile +The credentials, account, tenant, and subscription used for communication with Azure. + +```yaml +Type: Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer +Parameter Sets: (All) +Aliases: AzContext, AzureRmContext, AzureCredential + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Force +Do not ask for confirmation. + +```yaml +Type: System.Management.Automation.SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Name +The resource name. + +```yaml +Type: System.String +Parameter Sets: ResourceNameParameterSet +Aliases: ResourceName + +Required: True +Position: Named +Default value: None +Accept pipeline input: True (ByPropertyName) +Accept wildcard characters: False +``` + +### -NetworkVirtualAppliance +The resource object. + +```yaml +Type: Microsoft.Azure.Commands.Network.Models.PSNetworkVirtualAppliance +Parameter Sets: ResourceObjectParameterSet +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: True (ByPropertyName) +Accept wildcard characters: False +``` + +### -PassThru +Returns an object representing the item with which you are working. By default, this cmdlet does not generate any output. + +```yaml +Type: System.Management.Automation.SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -ResourceGroupName +The resource group name. + +```yaml +Type: System.String +Parameter Sets: ResourceNameParameterSet +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: True (ByPropertyName) +Accept wildcard characters: False +``` + +### -ResourceId +The Resource Id. + +```yaml +Type: System.String +Parameter Sets: ResourceIdParameterSet +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: True (ByPropertyName) +Accept wildcard characters: False +``` + +### -Confirm +Prompts you for confirmation before running the cmdlet. + +```yaml +Type: System.Management.Automation.SwitchParameter +Parameter Sets: (All) +Aliases: cf + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -WhatIf +Shows what would happen if the cmdlet runs. +The cmdlet is not run. + +```yaml +Type: System.Management.Automation.SwitchParameter +Parameter Sets: (All) +Aliases: wi + +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 + +### Microsoft.Azure.Commands.Network.Models.PSNetworkVirtualAppliance + +## OUTPUTS + +### System.Boolean + +## NOTES + +## RELATED LINKS diff --git a/src/Network/Network/help/Remove-AzVirtualApplianceSite.md b/src/Network/Network/help/Remove-AzVirtualApplianceSite.md new file mode 100644 index 000000000000..ee10ce20bf38 --- /dev/null +++ b/src/Network/Network/help/Remove-AzVirtualApplianceSite.md @@ -0,0 +1,229 @@ +--- +external help file: Microsoft.Azure.PowerShell.Cmdlets.Network.dll-Help.xml +Module Name: Az.Network +online version: https://docs.microsoft.com/en-us/powershell/module/az.network/remove-azvirtualappliancesite +schema: 2.0.0 +--- + +# Remove-AzVirtualApplianceSite + +## SYNOPSIS +Remove a virtual appliance site from a Network Virtual Appliance resource. + +## SYNTAX + +### ResourceNameParameterSet (Default) +``` +Remove-AzVirtualApplianceSite -Name -NetworkVirtualApplianceId -ResourceGroupName + [-Force] [-PassThru] [-AsJob] [-DefaultProfile ] [-WhatIf] [-Confirm] + [] +``` + +### ResourceIdParameterSet +``` +Remove-AzVirtualApplianceSite -ResourceId [-Force] [-PassThru] [-AsJob] + [-DefaultProfile ] [-WhatIf] [-Confirm] [] +``` + +### ResourceObjectParameterSet +``` +Remove-AzVirtualApplianceSite -VirtualApplianceSite [-Force] [-PassThru] [-AsJob] + [-DefaultProfile ] [-WhatIf] [-Confirm] [] +``` + +## DESCRIPTION +The Remove-AzVirtualApplianceSite command removes a Virtual Appliance site from a Network Virtual Appliance resource. + +## EXAMPLES + +### Example 1 +```powershell +PS C:\> Remove-AzVirtualApplianceSite -Name testsite -ResourceGroupName testrg -NetworkVirtualApplianceId $nva.Id +``` + +Delete a Virtual Appliance site resource. + +## PARAMETERS + +### -AsJob +Run cmdlet in the background + +```yaml +Type: System.Management.Automation.SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -DefaultProfile +The credentials, account, tenant, and subscription used for communication with Azure. + +```yaml +Type: Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer +Parameter Sets: (All) +Aliases: AzContext, AzureRmContext, AzureCredential + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Force +Do not ask for confirmation. + +```yaml +Type: System.Management.Automation.SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Name +The resource name. + +```yaml +Type: System.String +Parameter Sets: ResourceNameParameterSet +Aliases: ResourceName + +Required: True +Position: Named +Default value: None +Accept pipeline input: True (ByPropertyName) +Accept wildcard characters: False +``` + +### -NetworkVirtualApplianceId +The resource ID of the Network Virtual Appliance associated with this site. + +```yaml +Type: System.String +Parameter Sets: ResourceNameParameterSet +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: True (ByPropertyName) +Accept wildcard characters: False +``` + +### -PassThru +Returns an object representing the item with which you are working. By default, this cmdlet does not generate any output. + +```yaml +Type: System.Management.Automation.SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -ResourceGroupName +The resource group name. + +```yaml +Type: System.String +Parameter Sets: ResourceNameParameterSet +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: True (ByPropertyName) +Accept wildcard characters: False +``` + +### -ResourceId +The resource id. + +```yaml +Type: System.String +Parameter Sets: ResourceIdParameterSet +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: True (ByPropertyName) +Accept wildcard characters: False +``` + +### -VirtualApplianceSite +The virtual appliance site object. + +```yaml +Type: Microsoft.Azure.Commands.Network.Models.PSVirtualApplianceSite +Parameter Sets: ResourceObjectParameterSet +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: True (ByPropertyName) +Accept wildcard characters: False +``` + +### -Confirm +Prompts you for confirmation before running the cmdlet. + +```yaml +Type: System.Management.Automation.SwitchParameter +Parameter Sets: (All) +Aliases: cf + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -WhatIf +Shows what would happen if the cmdlet runs. +The cmdlet is not run. + +```yaml +Type: System.Management.Automation.SwitchParameter +Parameter Sets: (All) +Aliases: wi + +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 + +### Microsoft.Azure.Commands.Network.Models.PSVirtualApplianceSite + +## OUTPUTS + +### System.Boolean + +## NOTES + +## RELATED LINKS diff --git a/src/Network/Network/help/Update-AzNetworkVirtualAppliance.md b/src/Network/Network/help/Update-AzNetworkVirtualAppliance.md new file mode 100644 index 000000000000..be07fd4bb622 --- /dev/null +++ b/src/Network/Network/help/Update-AzNetworkVirtualAppliance.md @@ -0,0 +1,205 @@ +--- +external help file: Microsoft.Azure.PowerShell.Cmdlets.Network.dll-Help.xml +Module Name: Az.Network +online version: https://docs.microsoft.com/en-us/powershell/module/az.network/update-aznetworkvirtualappliance +schema: 2.0.0 +--- + +# Update-AzNetworkVirtualAppliance + +## SYNOPSIS +Update or Change a Network Virtual Appliance resource. + +## SYNTAX + +``` +Update-AzNetworkVirtualAppliance -Name -ResourceGroupName + [-Sku ] [-VirtualApplianceAsn ] [-Tag ] [-Force] [-AsJob] + [-DefaultProfile ] [-WhatIf] [-Confirm] [] +``` + +## DESCRIPTION +The Update-AzNetworkVirtualAppliance modifies a Network Virtual Appliance resource. + +## EXAMPLES + +### Example 1 +```powershell +PS C:\> Update-AzNetworkVirtualAppliance -ResourceGroupName testrg -Name nva -VirtualApplianceAsn 1234 +``` + +Modify the Virtual Appliance ASN number. + +## PARAMETERS + +### -AsJob +Run cmdlet in the background + +```yaml +Type: System.Management.Automation.SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -DefaultProfile +The credentials, account, tenant, and subscription used for communication with Azure. + +```yaml +Type: Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer +Parameter Sets: (All) +Aliases: AzContext, AzureRmContext, AzureCredential + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Force +Do not ask for confirmation if you want to overwrite a resource + +```yaml +Type: System.Management.Automation.SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Name +The resource name. + +```yaml +Type: System.String +Parameter Sets: (All) +Aliases: ResourceName + +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: Named +Default value: None +Accept pipeline input: True (ByPropertyName) +Accept wildcard characters: False +``` + +### -Sku +The Sku of the Virtual Appliance. + +```yaml +Type: Microsoft.Azure.Commands.Network.Models.PSVirtualApplianceSkuProperties +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: True (ByPropertyName) +Accept wildcard characters: False +``` + +### -Tag +A hashtable which represents resource tags. + +```yaml +Type: System.Collections.Hashtable +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: True (ByPropertyName) +Accept wildcard characters: False +``` + +### -VirtualApplianceAsn +The ASN number of the Virtual Appliance. + +```yaml +Type: System.Int32 +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: True (ByPropertyName) +Accept wildcard characters: False +``` + +### -Confirm +Prompts you for confirmation before running the cmdlet. + +```yaml +Type: System.Management.Automation.SwitchParameter +Parameter Sets: (All) +Aliases: cf + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -WhatIf +Shows what would happen if the cmdlet runs. +The cmdlet is not run. + +```yaml +Type: System.Management.Automation.SwitchParameter +Parameter Sets: (All) +Aliases: wi + +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 + +### Microsoft.Azure.Commands.Network.Models.PSVirtualApplianceSkuProperties + +### System.Int32 + +### System.Collections.Hashtable + +## OUTPUTS + +### Microsoft.Azure.Commands.Network.Models.PSNetworkVirtualAppliance + +## NOTES + +## RELATED LINKS diff --git a/src/Network/Network/help/Update-AzVirtualApplianceSite.md b/src/Network/Network/help/Update-AzVirtualApplianceSite.md new file mode 100644 index 000000000000..7c20da31ac1b --- /dev/null +++ b/src/Network/Network/help/Update-AzVirtualApplianceSite.md @@ -0,0 +1,219 @@ +--- +external help file: Microsoft.Azure.PowerShell.Cmdlets.Network.dll-Help.xml +Module Name: Az.Network +online version: https://docs.microsoft.com/en-us/powershell/module/az.network/update-azvirtualappliancesite +schema: 2.0.0 +--- + +# Update-AzVirtualApplianceSite + +## SYNOPSIS +Change or Modify a Virtual Appliance site connected to a Network Virtual Appliance resource. + +## SYNTAX + +``` +Update-AzVirtualApplianceSite -Name -ResourceGroupName -NetworkVirtualApplianceId + [-AddresssPrefix ] [-O365Policy ] [-Tag ] [-Force] [-AsJob] + [-DefaultProfile ] [-WhatIf] [-Confirm] [] +``` + +## DESCRIPTION +The Update-AzVirtualApplianceSite command modifies a Virtual Appliance site resource. + +## EXAMPLES + +### Example 1 +```powershell +PS C:\> $nva=Get-AzNetworkVirtualAppliance -ResourceGroupName testrg -Name nva +PS C:\> Update-AzVirtualApplianceSite -Name testsite -ResourceGroupName testrg -AddresssPrefix 10.0.4.0/24 -NetworkVirtualApplianceId $nva.Id +``` + +Modify the address prefix for a Virtual Appliance site resource. + +## PARAMETERS + +### -AddresssPrefix +The address prefix for the site. + +```yaml +Type: System.String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: True (ByPropertyName) +Accept wildcard characters: False +``` + +### -AsJob +Run cmdlet in the background + +```yaml +Type: System.Management.Automation.SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -DefaultProfile +The credentials, account, tenant, and subscription used for communication with Azure. + +```yaml +Type: Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer +Parameter Sets: (All) +Aliases: AzContext, AzureRmContext, AzureCredential + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Force +Do not ask for confirmation if you want to overwrite a resource + +```yaml +Type: System.Management.Automation.SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Name +The resource name. + +```yaml +Type: System.String +Parameter Sets: (All) +Aliases: ResourceName + +Required: True +Position: Named +Default value: None +Accept pipeline input: True (ByPropertyName) +Accept wildcard characters: False +``` + +### -NetworkVirtualApplianceId +Network virtual appliance that this site is attached to. + +```yaml +Type: System.String +Parameter Sets: (All) +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: True (ByPropertyName) +Accept wildcard characters: False +``` + +### -O365Policy +Office 365 breakout policy. + +```yaml +Type: Microsoft.Azure.Commands.Network.Models.PSOffice365PolicyProperties +Parameter Sets: (All) +Aliases: + +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: Named +Default value: None +Accept pipeline input: True (ByPropertyName) +Accept wildcard characters: False +``` + +### -Tag +A hashtable which represents resource tags. + +```yaml +Type: System.Collections.Hashtable +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: True (ByPropertyName) +Accept wildcard characters: False +``` + +### -Confirm +Prompts you for confirmation before running the cmdlet. + +```yaml +Type: System.Management.Automation.SwitchParameter +Parameter Sets: (All) +Aliases: cf + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -WhatIf +Shows what would happen if the cmdlet runs. +The cmdlet is not run. + +```yaml +Type: System.Management.Automation.SwitchParameter +Parameter Sets: (All) +Aliases: wi + +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 + +### Microsoft.Azure.Commands.Network.Models.PSOffice365PolicyProperties + +### System.Collections.Hashtable + +## OUTPUTS + +### Microsoft.Azure.Commands.Network.Models.PSVirtualApplianceSite + +## NOTES + +## RELATED LINKS diff --git a/src/NotificationHubs/NotificationHubs/Az.NotificationHubs.psd1 b/src/NotificationHubs/NotificationHubs/Az.NotificationHubs.psd1 index a46a36057583..2039b0066c72 100644 --- a/src/NotificationHubs/NotificationHubs/Az.NotificationHubs.psd1 +++ b/src/NotificationHubs/NotificationHubs/Az.NotificationHubs.psd1 @@ -53,7 +53,7 @@ DotNetFrameworkVersion = '4.7.2' # ProcessorArchitecture = '' # Modules that must be imported into the global environment prior to importing this module -RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.8.1'; }) +RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.9.0'; }) # Assemblies that must be loaded prior to importing this module RequiredAssemblies = 'Microsoft.Azure.Management.NotificationHubs.dll' diff --git a/src/OperationalInsights/OperationalInsights/Az.OperationalInsights.psd1 b/src/OperationalInsights/OperationalInsights/Az.OperationalInsights.psd1 index adcdca2a1c58..13948d509f86 100644 --- a/src/OperationalInsights/OperationalInsights/Az.OperationalInsights.psd1 +++ b/src/OperationalInsights/OperationalInsights/Az.OperationalInsights.psd1 @@ -3,7 +3,7 @@ # # Generated by: Microsoft Corporation # -# Generated on: 5/28/2020 +# Generated on: 6/17/2020 # @{ @@ -12,7 +12,7 @@ # RootModule = '' # Version number of this module. -ModuleVersion = '2.1.0' +ModuleVersion = '2.2.0' # Supported PSEditions CompatiblePSEditions = 'Core', 'Desktop' @@ -51,7 +51,7 @@ DotNetFrameworkVersion = '4.7.2' # ProcessorArchitecture = '' # Modules that must be imported into the global environment prior to importing this module -RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.8.1'; }) +RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.9.0'; }) # Assemblies that must be loaded prior to importing this module RequiredAssemblies = 'Microsoft.Azure.Management.OperationalInsights.dll', @@ -159,8 +159,9 @@ PrivateData = @{ # IconUri = '' # ReleaseNotes of this module - ReleaseNotes = '* Upgraded SDK to 0.21.0 -* Added optional parameters to + ReleaseNotes = '* Fixed bug PSWorkspace doesn''t implement IOperationalInsightsWorkspace [#12135] +* Added ''pergb2018'' to valid value set of parameter ''Sku'' in ''Set-AzOperationalInsightsWorkspace'' +* Added alias ''FunctionParameters'' for parameter ''FunctionParameter'' to - ''New-AzOperationalInsightsSavedSearch'' - ''Set-AzOperationalInsightsSavedSearch''' diff --git a/src/OperationalInsights/OperationalInsights/ChangeLog.md b/src/OperationalInsights/OperationalInsights/ChangeLog.md index f31c0642d120..ae69d16b80c9 100644 --- a/src/OperationalInsights/OperationalInsights/ChangeLog.md +++ b/src/OperationalInsights/OperationalInsights/ChangeLog.md @@ -18,6 +18,8 @@ - Additional information about change #1 --> ## Upcoming Release + +## Version 2.2.0 * Fixed bug PSWorkspace doesn't implement IOperationalInsightsWorkspace [#12135] * Added "pergb2018" to valid value set of parameter `Sku` in `Set-AzOperationalInsightsWorkspace` * Added alias "FunctionParameters" for parameter `FunctionParameter` to diff --git a/src/OperationalInsights/OperationalInsights/Properties/AssemblyInfo.cs b/src/OperationalInsights/OperationalInsights/Properties/AssemblyInfo.cs index 20a85c5474a3..9ad03d98725d 100644 --- a/src/OperationalInsights/OperationalInsights/Properties/AssemblyInfo.cs +++ b/src/OperationalInsights/OperationalInsights/Properties/AssemblyInfo.cs @@ -25,8 +25,8 @@ [assembly: ComVisible(false)] [assembly: CLSCompliant(false)] [assembly: Guid("5be35a94-c20f-4659-aa29-9b9aebcfaf36")] -[assembly: AssemblyVersion("2.1.0")] -[assembly: AssemblyFileVersion("2.1.0")] +[assembly: AssemblyVersion("2.2.0")] +[assembly: AssemblyFileVersion("2.2.0")] #if !SIGN [assembly: InternalsVisibleTo("Microsoft.Azure.PowerShell.Cmdlets.OperationalInsights.Test")] #endif diff --git a/src/Peering/Peering/Az.Peering.psd1 b/src/Peering/Peering/Az.Peering.psd1 index 8017bfa2eadd..55ba191ed95e 100644 --- a/src/Peering/Peering/Az.Peering.psd1 +++ b/src/Peering/Peering/Az.Peering.psd1 @@ -3,7 +3,7 @@ # # Generated by: Microsoft Corporation # -# Generated on: 5/13/2020 +# Generated on: 6/17/2020 # @{ @@ -12,7 +12,7 @@ # RootModule = '' # Version number of this module. -ModuleVersion = '0.1.8' +ModuleVersion = '0.1.9' # Supported PSEditions CompatiblePSEditions = 'Core', 'Desktop' @@ -53,7 +53,7 @@ DotNetFrameworkVersion = '4.7.2' # ProcessorArchitecture = '' # Modules that must be imported into the global environment prior to importing this module -RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.8.1'; }) +RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.9.0'; }) # Assemblies that must be loaded prior to importing this module RequiredAssemblies = 'Microsoft.Azure.Management.Peering.dll', 'AutoMapper.dll' @@ -86,9 +86,9 @@ CmdletsToExport = 'Get-AzPeering', 'Get-AzPeerAsn', 'New-AzPeerAsn', 'New-AzPeer 'Get-AzPeeringServiceProvider', 'Get-AzPeeringService', 'New-AzPeeringService', 'Get-AzPeeringServiceCountry', 'New-AzPeeringRegisteredPrefix', 'Set-AzPeeringRegisteredPrefix', - 'Get-AzPeeringRegisteredPrefix', 'Remove-AzPeeringRegisteredPrefix', - 'New-AzPeeringRegisteredAsn', 'Set-AzPeeringRegisteredAsn', - 'Get-AzPeeringRegisteredAsn', 'Remove-AzPeeringRegisteredAsn', + 'Get-AzPeeringRegisteredPrefix', 'Remove-AzPeeringRegisteredPrefix', + 'New-AzPeeringRegisteredAsn', 'Set-AzPeeringRegisteredAsn', + 'Get-AzPeeringRegisteredAsn', 'Remove-AzPeeringRegisteredAsn', 'New-AzPeerAsnContactDetail', 'Get-AzPeeringReceivedRoute' # Variables to export from this module @@ -124,12 +124,7 @@ PrivateData = @{ # IconUri = '' # ReleaseNotes of this module - ReleaseNotes = '* Adding support for Peering Registered Prefix -* Adding support for Peering Registered ASN -* Adding filter to Legacy Peering -* Adding filter to Peering Service Countries -* Adding contact details to peer asn -* Bug fixes' + ReleaseNotes = '* Adding support for Received routes' # Prerelease string of this module # Prerelease = '' diff --git a/src/Peering/Peering/ChangeLog.md b/src/Peering/Peering/ChangeLog.md index 25f886bee248..fdbe877f12a8 100644 --- a/src/Peering/Peering/ChangeLog.md +++ b/src/Peering/Peering/ChangeLog.md @@ -18,6 +18,8 @@ - Additional information about change #1 --> ## Upcoming Release + +## Version 0.1.9 * Adding support for Received routes ## Version 0.1.8 diff --git a/src/Peering/Peering/Properties/AssemblyInfo.cs b/src/Peering/Peering/Properties/AssemblyInfo.cs index 531158576fc3..f443f6e6c02a 100644 --- a/src/Peering/Peering/Properties/AssemblyInfo.cs +++ b/src/Peering/Peering/Properties/AssemblyInfo.cs @@ -23,5 +23,5 @@ [assembly: ComVisible(false)] [assembly: CLSCompliant(false)] [assembly: Guid("65C9118E-0F63-42F7-BC61-55D69073B75D")] -[assembly: AssemblyVersion("0.1.8")] -[assembly: AssemblyFileVersion("0.1.8")] +[assembly: AssemblyVersion("0.1.9")] +[assembly: AssemblyFileVersion("0.1.9")] diff --git a/src/PolicyInsights/PolicyInsights/Az.PolicyInsights.psd1 b/src/PolicyInsights/PolicyInsights/Az.PolicyInsights.psd1 index d2226d1b2607..df89ab47a018 100644 --- a/src/PolicyInsights/PolicyInsights/Az.PolicyInsights.psd1 +++ b/src/PolicyInsights/PolicyInsights/Az.PolicyInsights.psd1 @@ -53,7 +53,7 @@ DotNetFrameworkVersion = '4.7.2' # ProcessorArchitecture = '' # Modules that must be imported into the global environment prior to importing this module -RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.8.1'; }) +RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.9.0'; }) # Assemblies that must be loaded prior to importing this module RequiredAssemblies = 'Microsoft.Azure.Management.PolicyInsights.dll' diff --git a/src/Portal/Az.Portal.psd1 b/src/Portal/Az.Portal.psd1 index 045b7bd4a467..b56388ed15dd 100644 --- a/src/Portal/Az.Portal.psd1 +++ b/src/Portal/Az.Portal.psd1 @@ -51,7 +51,7 @@ DotNetFrameworkVersion = '4.7.2' # ProcessorArchitecture = '' # Modules that must be imported into the global environment prior to importing this module -RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.8.1'; }) +RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.9.0'; }) # Assemblies that must be loaded prior to importing this module RequiredAssemblies = './bin/Az.Portal.private.dll' diff --git a/src/PostgreSql/Az.PostgreSql.psd1 b/src/PostgreSql/Az.PostgreSql.psd1 index 80022e88c98b..aa8684435f68 100644 --- a/src/PostgreSql/Az.PostgreSql.psd1 +++ b/src/PostgreSql/Az.PostgreSql.psd1 @@ -51,7 +51,7 @@ DotNetFrameworkVersion = '4.7.2' # ProcessorArchitecture = '' # Modules that must be imported into the global environment prior to importing this module -RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.8.1'; }) +RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.9.0'; }) # Assemblies that must be loaded prior to importing this module RequiredAssemblies = './bin/Az.PostgreSql.private.dll' diff --git a/src/PowerBIEmbedded/PowerBIEmbedded/Az.PowerBIEmbedded.psd1 b/src/PowerBIEmbedded/PowerBIEmbedded/Az.PowerBIEmbedded.psd1 index bc129e85649f..46cb575869aa 100644 --- a/src/PowerBIEmbedded/PowerBIEmbedded/Az.PowerBIEmbedded.psd1 +++ b/src/PowerBIEmbedded/PowerBIEmbedded/Az.PowerBIEmbedded.psd1 @@ -53,7 +53,7 @@ DotNetFrameworkVersion = '4.7.2' # ProcessorArchitecture = '' # Modules that must be imported into the global environment prior to importing this module -RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.8.1'; }) +RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.9.0'; }) # Assemblies that must be loaded prior to importing this module RequiredAssemblies = 'Microsoft.Azure.Management.PowerBIEmbedded.dll', diff --git a/src/PrivateDns/PrivateDns/Az.PrivateDns.psd1 b/src/PrivateDns/PrivateDns/Az.PrivateDns.psd1 index fb97be9c6b23..7013cbd63cad 100644 --- a/src/PrivateDns/PrivateDns/Az.PrivateDns.psd1 +++ b/src/PrivateDns/PrivateDns/Az.PrivateDns.psd1 @@ -53,7 +53,7 @@ DotNetFrameworkVersion = '4.7.2' # ProcessorArchitecture = '' # Modules that must be imported into the global environment prior to importing this module -RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.8.1'; }) +RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.9.0'; }) # Assemblies that must be loaded prior to importing this module RequiredAssemblies = 'Microsoft.Azure.Management.PrivateDns.dll' diff --git a/src/RecoveryServices/RecoveryServices.Backup.Helpers/Properties/AssemblyInfo.cs b/src/RecoveryServices/RecoveryServices.Backup.Helpers/Properties/AssemblyInfo.cs index 5b291540d07f..0d4c5d80ee69 100644 --- a/src/RecoveryServices/RecoveryServices.Backup.Helpers/Properties/AssemblyInfo.cs +++ b/src/RecoveryServices/RecoveryServices.Backup.Helpers/Properties/AssemblyInfo.cs @@ -41,5 +41,5 @@ // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.0")] -[assembly: AssemblyVersion("2.9.1")] -[assembly: AssemblyFileVersion("2.9.1")] +[assembly: AssemblyVersion("2.10.0")] +[assembly: AssemblyFileVersion("2.10.0")] diff --git a/src/RecoveryServices/RecoveryServices.Backup.Logger/Properties/AssemblyInfo.cs b/src/RecoveryServices/RecoveryServices.Backup.Logger/Properties/AssemblyInfo.cs index 5b291540d07f..0d4c5d80ee69 100644 --- a/src/RecoveryServices/RecoveryServices.Backup.Logger/Properties/AssemblyInfo.cs +++ b/src/RecoveryServices/RecoveryServices.Backup.Logger/Properties/AssemblyInfo.cs @@ -41,5 +41,5 @@ // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.0")] -[assembly: AssemblyVersion("2.9.1")] -[assembly: AssemblyFileVersion("2.9.1")] +[assembly: AssemblyVersion("2.10.0")] +[assembly: AssemblyFileVersion("2.10.0")] diff --git a/src/RecoveryServices/RecoveryServices.Backup.Models/Properties/AssemblyInfo.cs b/src/RecoveryServices/RecoveryServices.Backup.Models/Properties/AssemblyInfo.cs index 5b291540d07f..0d4c5d80ee69 100644 --- a/src/RecoveryServices/RecoveryServices.Backup.Models/Properties/AssemblyInfo.cs +++ b/src/RecoveryServices/RecoveryServices.Backup.Models/Properties/AssemblyInfo.cs @@ -41,5 +41,5 @@ // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.0")] -[assembly: AssemblyVersion("2.9.1")] -[assembly: AssemblyFileVersion("2.9.1")] +[assembly: AssemblyVersion("2.10.0")] +[assembly: AssemblyFileVersion("2.10.0")] diff --git a/src/RecoveryServices/RecoveryServices.Backup.Providers/Properties/AssemblyInfo.cs b/src/RecoveryServices/RecoveryServices.Backup.Providers/Properties/AssemblyInfo.cs index 5b291540d07f..0d4c5d80ee69 100644 --- a/src/RecoveryServices/RecoveryServices.Backup.Providers/Properties/AssemblyInfo.cs +++ b/src/RecoveryServices/RecoveryServices.Backup.Providers/Properties/AssemblyInfo.cs @@ -41,5 +41,5 @@ // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.0")] -[assembly: AssemblyVersion("2.9.1")] -[assembly: AssemblyFileVersion("2.9.1")] +[assembly: AssemblyVersion("2.10.0")] +[assembly: AssemblyFileVersion("2.10.0")] diff --git a/src/RecoveryServices/RecoveryServices.Backup.ServiceClientAdapter/Properties/AssemblyInfo.cs b/src/RecoveryServices/RecoveryServices.Backup.ServiceClientAdapter/Properties/AssemblyInfo.cs index 5b291540d07f..0d4c5d80ee69 100644 --- a/src/RecoveryServices/RecoveryServices.Backup.ServiceClientAdapter/Properties/AssemblyInfo.cs +++ b/src/RecoveryServices/RecoveryServices.Backup.ServiceClientAdapter/Properties/AssemblyInfo.cs @@ -41,5 +41,5 @@ // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.0")] -[assembly: AssemblyVersion("2.9.1")] -[assembly: AssemblyFileVersion("2.9.1")] +[assembly: AssemblyVersion("2.10.0")] +[assembly: AssemblyFileVersion("2.10.0")] diff --git a/src/RecoveryServices/RecoveryServices.Backup/Properties/AssemblyInfo.cs b/src/RecoveryServices/RecoveryServices.Backup/Properties/AssemblyInfo.cs index e5fb4bea8a7c..570951c1d7f3 100644 --- a/src/RecoveryServices/RecoveryServices.Backup/Properties/AssemblyInfo.cs +++ b/src/RecoveryServices/RecoveryServices.Backup/Properties/AssemblyInfo.cs @@ -41,5 +41,5 @@ // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.0")] -[assembly: AssemblyVersion("2.9.1")] -[assembly: AssemblyFileVersion("2.9.1")] +[assembly: AssemblyVersion("2.10.0")] +[assembly: AssemblyFileVersion("2.10.0")] diff --git a/src/RecoveryServices/RecoveryServices.SiteRecovery/Properties/AssemblyInfo.cs b/src/RecoveryServices/RecoveryServices.SiteRecovery/Properties/AssemblyInfo.cs index a9c456fbe0c4..2d1b59137567 100644 --- a/src/RecoveryServices/RecoveryServices.SiteRecovery/Properties/AssemblyInfo.cs +++ b/src/RecoveryServices/RecoveryServices.SiteRecovery/Properties/AssemblyInfo.cs @@ -42,5 +42,5 @@ // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: -[assembly: AssemblyVersion("2.9.1")] -[assembly: AssemblyFileVersion("2.9.1")] +[assembly: AssemblyVersion("2.10.0")] +[assembly: AssemblyFileVersion("2.10.0")] diff --git a/src/RecoveryServices/RecoveryServices/Az.RecoveryServices.psd1 b/src/RecoveryServices/RecoveryServices/Az.RecoveryServices.psd1 index 9aca470f9433..86d01d28b87d 100644 --- a/src/RecoveryServices/RecoveryServices/Az.RecoveryServices.psd1 +++ b/src/RecoveryServices/RecoveryServices/Az.RecoveryServices.psd1 @@ -3,7 +3,7 @@ # # Generated by: Microsoft Corporation # -# Generated on: 5/28/2020 +# Generated on: 6/17/2020 # @{ @@ -12,7 +12,7 @@ # RootModule = '' # Version number of this module. -ModuleVersion = '2.9.1' +ModuleVersion = '2.10.0' # Supported PSEditions CompatiblePSEditions = 'Core', 'Desktop' @@ -54,7 +54,7 @@ DotNetFrameworkVersion = '4.7.2' # ProcessorArchitecture = '' # Modules that must be imported into the global environment prior to importing this module -RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.8.1'; }) +RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.9.0'; }) # Assemblies that must be loaded prior to importing this module RequiredAssemblies = 'AutoMapper.dll', @@ -266,8 +266,8 @@ PrivateData = @{ # IconUri = '' # ReleaseNotes of this module - ReleaseNotes = '* Azure Site Recovery support for creating recovery plan for zone to zone replication from xml input. -* Updated assembly version of SiteRecovery and Backup cmdlets' + ReleaseNotes = '* Azure Backup added support for fetching MAB items. +* Azure Site Recovery supports disk type ''StandardSSD_LRS''' # Prerelease string of this module # Prerelease = '' diff --git a/src/RecoveryServices/RecoveryServices/ChangeLog.md b/src/RecoveryServices/RecoveryServices/ChangeLog.md index 90f51611efb6..cf56c34a47b4 100644 --- a/src/RecoveryServices/RecoveryServices/ChangeLog.md +++ b/src/RecoveryServices/RecoveryServices/ChangeLog.md @@ -18,6 +18,8 @@ - Additional information about change #1 --> ## Upcoming Release + +## Version 2.10.0 * Azure Backup added support for fetching MAB items. * Azure Site Recovery supports disk type "StandardSSD_LRS" diff --git a/src/RecoveryServices/RecoveryServices/Properties/AssemblyInfo.cs b/src/RecoveryServices/RecoveryServices/Properties/AssemblyInfo.cs index 71666bfa4299..e815ecbbe2d9 100644 --- a/src/RecoveryServices/RecoveryServices/Properties/AssemblyInfo.cs +++ b/src/RecoveryServices/RecoveryServices/Properties/AssemblyInfo.cs @@ -42,5 +42,5 @@ // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: -[assembly: AssemblyVersion("2.9.1")] -[assembly: AssemblyFileVersion("2.9.1")] +[assembly: AssemblyVersion("2.10.0")] +[assembly: AssemblyFileVersion("2.10.0")] diff --git a/src/RedisCache/RedisCache/Az.RedisCache.psd1 b/src/RedisCache/RedisCache/Az.RedisCache.psd1 index a9eb03342643..b8eb9df6b2ac 100644 --- a/src/RedisCache/RedisCache/Az.RedisCache.psd1 +++ b/src/RedisCache/RedisCache/Az.RedisCache.psd1 @@ -53,7 +53,7 @@ DotNetFrameworkVersion = '4.7.2' # ProcessorArchitecture = '' # Modules that must be imported into the global environment prior to importing this module -RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.8.1'; }) +RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.9.0'; }) # Assemblies that must be loaded prior to importing this module RequiredAssemblies = 'Microsoft.Azure.Insights.dll', diff --git a/src/Relay/Relay/Az.Relay.psd1 b/src/Relay/Relay/Az.Relay.psd1 index fec916e6223d..6ade4f8dc378 100644 --- a/src/Relay/Relay/Az.Relay.psd1 +++ b/src/Relay/Relay/Az.Relay.psd1 @@ -53,7 +53,7 @@ DotNetFrameworkVersion = '4.7.2' # ProcessorArchitecture = '' # Modules that must be imported into the global environment prior to importing this module -RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.8.1'; }) +RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.9.0'; }) # Assemblies that must be loaded prior to importing this module RequiredAssemblies = 'Microsoft.Azure.Management.Relay.dll' diff --git a/src/Reservations/Reservations/Az.Reservations.psd1 b/src/Reservations/Reservations/Az.Reservations.psd1 index 3aaa090f26fb..3fd6ccc5b16d 100644 --- a/src/Reservations/Reservations/Az.Reservations.psd1 +++ b/src/Reservations/Reservations/Az.Reservations.psd1 @@ -53,7 +53,7 @@ DotNetFrameworkVersion = '4.7.2' # ProcessorArchitecture = '' # Modules that must be imported into the global environment prior to importing this module -RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.8.1'; }) +RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.9.0'; }) # Assemblies that must be loaded prior to importing this module RequiredAssemblies = 'Microsoft.Azure.Management.Reservations.dll' diff --git a/src/ResourceGraph/ResourceGraph/Az.ResourceGraph.psd1 b/src/ResourceGraph/ResourceGraph/Az.ResourceGraph.psd1 index 9fb50d8bfdb8..7722ec7c709a 100644 --- a/src/ResourceGraph/ResourceGraph/Az.ResourceGraph.psd1 +++ b/src/ResourceGraph/ResourceGraph/Az.ResourceGraph.psd1 @@ -53,7 +53,7 @@ DotNetFrameworkVersion = '4.7.2' # ProcessorArchitecture = '' # Modules that must be imported into the global environment prior to importing this module -RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.8.1'; }) +RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.9.0'; }) # Assemblies that must be loaded prior to importing this module RequiredAssemblies = 'Microsoft.Azure.Management.ResourceGraph.dll' diff --git a/src/Resources/ResourceManager/Implementation/ResourceGroupDeployments/GetAzureResourceGroupDeploymentOperationCmdlet.cs b/src/Resources/ResourceManager/Implementation/ResourceGroupDeployments/GetAzureResourceGroupDeploymentOperationCmdlet.cs index d0ef40ac615a..0a05b38972a7 100644 --- a/src/Resources/ResourceManager/Implementation/ResourceGroupDeployments/GetAzureResourceGroupDeploymentOperationCmdlet.cs +++ b/src/Resources/ResourceManager/Implementation/ResourceGroupDeployments/GetAzureResourceGroupDeploymentOperationCmdlet.cs @@ -14,20 +14,16 @@ namespace Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation { - using Commands.Common.Authentication.Abstractions; using Common.ArgumentCompleters; - using Microsoft.Azure.Commands.ResourceManager.Cmdlets.Components; - using Microsoft.Azure.Commands.ResourceManager.Cmdlets.Extensions; - using Microsoft.Azure.Commands.ResourceManager.Common; - using Newtonsoft.Json.Linq; using System; using System.Management.Automation; - using System.Threading.Tasks; + using Microsoft.WindowsAzure.Commands.Common.CustomAttributes; + using Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels; /// /// Gets the deployment operation. /// - [Cmdlet("Get", ResourceManager.Common.AzureRMConstants.AzureRMPrefix + "ResourceGroupDeploymentOperation"), OutputType(typeof(PSObject))] + [Cmdlet("Get", ResourceManager.Common.AzureRMConstants.AzureRMPrefix + "ResourceGroupDeploymentOperation"), OutputType(typeof(PSDeploymentOperation))] public class GetAzureResourceGroupDeploymentOperationCmdlet : ResourceManagerCmdletBase { /// @@ -41,6 +37,7 @@ public class GetAzureResourceGroupDeploymentOperationCmdlet : ResourceManagerCmd /// /// Gets or sets the subscription id parameter. /// + [CmdletParameterBreakingChange("SubscriptionId", ChangeDescription = "Parameter is deprecated and is a no-op parameter. It will be retired in a future release")] [Parameter(Mandatory = false, ValueFromPipeline = true, ValueFromPipelineByPropertyName = true, HelpMessage = "The subscription to use.")] [ValidateNotNullOrEmpty] public Guid? SubscriptionId { get; set; } @@ -58,68 +55,11 @@ public class GetAzureResourceGroupDeploymentOperationCmdlet : ResourceManagerCmd /// protected override void OnProcessRecord() { - base.OnProcessRecord(); + var deploymentOperations = ResourceManagerSdkClient.ListDeploymentOperationsAtResourceGroup( + ResourceGroupName, DeploymentName); - if (this.SubscriptionId == null) - { - this.SubscriptionId = DefaultContext.Subscription.GetId(); - } - - this.RunCmdlet(); - } - - /// - /// Contains the cmdlet's execution logic. - /// - private void RunCmdlet() - { - PaginatedResponseHelper.ForEach( - getFirstPage: () => this.GetResources(), - getNextPage: nextLink => this.GetNextLink(nextLink), - cancellationToken: this.CancellationToken, - action: resources => this.WriteObject(sendToPipeline: resources.CoalesceEnumerable().SelectArray(resource => - resource.ToPsObject("System.Management.Automation.PSCustomObject#DeploymentOperation")), enumerateCollection: true)); - } - - /// - /// Queries the ARM cache and returns the cached resource that match the query specified. - /// - private async Task> GetResources() - { - var resourceId = this.GetResourceId(); - - var apiVersion = string.IsNullOrWhiteSpace(this.ApiVersion) ? Constants.DeploymentOperationApiVersion : this.ApiVersion; - - return await this - .GetResourcesClient() - .ListObjectColleciton( - resourceCollectionId: resourceId, - apiVersion: apiVersion, - cancellationToken: this.CancellationToken.Value) - .ConfigureAwait(continueOnCapturedContext: false); + WriteObject(deploymentOperations, true); } - /// - /// Gets the next set of resources using the - /// - /// The next link. - private Task> GetNextLink(string nextLink) - { - return this - .GetResourcesClient() - .ListNextBatch(nextLink: nextLink, cancellationToken: this.CancellationToken.Value); - } - - /// - /// Gets the resource Id from the supplied PowerShell parameters. - /// - protected string GetResourceId() - { - return ResourceIdUtility.GetResourceId( - subscriptionId: this.SubscriptionId, - resourceGroupName: this.ResourceGroupName, - resourceType: Constants.MicrosoftResourcesDeploymentOperationsType, - resourceName: this.DeploymentName); - } } } diff --git a/src/Resources/ResourceManager/Implementation/ResourceGroupDeployments/SaveAzureResourceGroupDeploymentTemplateCmdlet.cs b/src/Resources/ResourceManager/Implementation/ResourceGroupDeployments/SaveAzureResourceGroupDeploymentTemplateCmdlet.cs index 1dd34aa967b0..51ee521058b0 100644 --- a/src/Resources/ResourceManager/Implementation/ResourceGroupDeployments/SaveAzureResourceGroupDeploymentTemplateCmdlet.cs +++ b/src/Resources/ResourceManager/Implementation/ResourceGroupDeployments/SaveAzureResourceGroupDeploymentTemplateCmdlet.cs @@ -66,30 +66,7 @@ protected override void OnProcessRecord() base.OnProcessRecord(); if (ShouldProcess(DeploymentName, VerbsData.Save)) { - var resourceId = this.GetResourceId(); - - var apiVersion = this.DetermineApiVersion(resourceId: resourceId).Result; - - var operationResult = this.GetResourcesClient() - .InvokeActionOnResource( - resourceId: resourceId, - action: Constants.ExportTemplate, - apiVersion: apiVersion, - cancellationToken: this.CancellationToken.Value) - .Result; - - var managementUri = this.GetResourcesClient() - .GetResourceManagementRequestUri( - resourceId: resourceId, - apiVersion: apiVersion, - action: Constants.ExportTemplate); - - var activity = string.Format("POST {0}", managementUri.PathAndQuery); - var resultString = this.GetLongRunningOperationTracker(activityName: activity, - isResourceCreateOrUpdate: false) - .WaitOnOperation(operationResult: operationResult); - - var template = JToken.FromObject(JObject.Parse(resultString)["template"]); + var template = ResourceManagerSdkClient.GetDeploymentTemplateAtResourceGroup(ResourceGroupName, DeploymentName); string path = FileUtility.SaveTemplateFile( templateName: this.DeploymentName, @@ -104,17 +81,5 @@ protected override void OnProcessRecord() WriteObject(PowerShellUtilities.ConstructPSObject(null, "Path", path)); } } - - /// - /// Gets the resource Id from the supplied PowerShell parameters. - /// - protected string GetResourceId() - { - return ResourceIdUtility.GetResourceId( - subscriptionId: DefaultContext.Subscription.GetId(), - resourceGroupName: this.ResourceGroupName, - resourceType: Constants.MicrosoftResourcesDeploymentType, - resourceName: this.DeploymentName); - } } } diff --git a/src/Resources/ResourceManager/Properties/AssemblyInfo.cs b/src/Resources/ResourceManager/Properties/AssemblyInfo.cs index 266e26336676..0b1b58a8fbee 100644 --- a/src/Resources/ResourceManager/Properties/AssemblyInfo.cs +++ b/src/Resources/ResourceManager/Properties/AssemblyInfo.cs @@ -25,8 +25,8 @@ [assembly: ComVisible(false)] [assembly: CLSCompliant(false)] [assembly: Guid("e8f34267-c461-4eae-b156-5f3528553d10")] -[assembly: AssemblyVersion("2.1.0")] -[assembly: AssemblyFileVersion("2.1.0")] +[assembly: AssemblyVersion("2.2.0")] +[assembly: AssemblyFileVersion("2.2.0")] #if !SIGN [assembly: InternalsVisibleTo("Microsoft.Azure.PowerShell.Cmdlets.Resources.Test")] [assembly: InternalsVisibleTo("Microsoft.Azure.PowerShell.Cmdlets.MachineLearning.Test")] diff --git a/src/Resources/Resources.Test/SessionRecords/Microsoft.Azure.Commands.Resources.Test.ScenarioTests.DeploymentScopeTests/ResourceGroupDeploymentEndToEnd.json b/src/Resources/Resources.Test/SessionRecords/Microsoft.Azure.Commands.Resources.Test.ScenarioTests.DeploymentScopeTests/ResourceGroupDeploymentEndToEnd.json index 9854d2170d59..e288114b207e 100644 --- a/src/Resources/Resources.Test/SessionRecords/Microsoft.Azure.Commands.Resources.Test.ScenarioTests.DeploymentScopeTests/ResourceGroupDeploymentEndToEnd.json +++ b/src/Resources/Resources.Test/SessionRecords/Microsoft.Azure.Commands.Resources.Test.ScenarioTests.DeploymentScopeTests/ResourceGroupDeploymentEndToEnd.json @@ -1,22 +1,22 @@ { "Entries": [ { - "RequestUri": "/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/resourcegroups/ps6304?api-version=2019-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYjlmMTM4YTEtMWQ2NC00MTA4LTg0MTMtOWVhM2JlMWMxYjJkL3Jlc291cmNlZ3JvdXBzL3BzNjMwND9hcGktdmVyc2lvbj0yMDE5LTEwLTAx", + "RequestUri": "/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourcegroups/ps2509?api-version=2019-10-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTFiZmE2MzUtZjJiZi00MmYxLTg2YjUtODQ4YzY3NGZjMzIxL3Jlc291cmNlZ3JvdXBzL3BzMjUwOT9hcGktdmVyc2lvbj0yMDE5LTEwLTAx", "RequestMethod": "HEAD", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "3c2e3911-ba1f-46ef-9d8b-6fcf6379c259" + "dc23913f-0385-4ffe-87a8-38e27ef8d022" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27110.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/3.4.0.0" + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/3.7.1.0" ] }, "ResponseHeaders": { @@ -33,13 +33,13 @@ "11999" ], "x-ms-request-id": [ - "c86a0c57-e061-47e8-b167-a7cb59463d1d" + "a3c3b954-06b7-4b14-aaf1-12b05e1e1bf4" ], "x-ms-correlation-request-id": [ - "c86a0c57-e061-47e8-b167-a7cb59463d1d" + "a3c3b954-06b7-4b14-aaf1-12b05e1e1bf4" ], "x-ms-routing-request-id": [ - "WESTUS2:20200325T091307Z:c86a0c57-e061-47e8-b167-a7cb59463d1d" + "NORTHCENTRALUS:20200612T213910Z:a3c3b954-06b7-4b14-aaf1-12b05e1e1bf4" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -48,7 +48,7 @@ "nosniff" ], "Date": [ - "Wed, 25 Mar 2020 09:13:06 GMT" + "Fri, 12 Jun 2020 21:39:10 GMT" ], "Content-Length": [ "98" @@ -67,22 +67,22 @@ "StatusCode": 404 }, { - "RequestUri": "/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/resourcegroups/ps6304?api-version=2019-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYjlmMTM4YTEtMWQ2NC00MTA4LTg0MTMtOWVhM2JlMWMxYjJkL3Jlc291cmNlZ3JvdXBzL3BzNjMwND9hcGktdmVyc2lvbj0yMDE5LTEwLTAx", + "RequestUri": "/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourcegroups/ps2509?api-version=2019-10-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTFiZmE2MzUtZjJiZi00MmYxLTg2YjUtODQ4YzY3NGZjMzIxL3Jlc291cmNlZ3JvdXBzL3BzMjUwOT9hcGktdmVyc2lvbj0yMDE5LTEwLTAx", "RequestMethod": "HEAD", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "7887ce17-2afd-4bc1-b779-f10c50040a6c" + "c02a097c-a14f-4ec2-8ac2-34191777ab66" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27110.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/3.4.0.0" + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/3.7.1.0" ] }, "ResponseHeaders": { @@ -93,16 +93,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11807" + "11876" ], "x-ms-request-id": [ - "0652647c-f2d7-45b6-87c5-6a6d41fa2ce7" + "74d80e94-faa5-4764-8e19-e01b81ef8b0b" ], "x-ms-correlation-request-id": [ - "0652647c-f2d7-45b6-87c5-6a6d41fa2ce7" + "74d80e94-faa5-4764-8e19-e01b81ef8b0b" ], "x-ms-routing-request-id": [ - "WESTUS2:20200325T091448Z:0652647c-f2d7-45b6-87c5-6a6d41fa2ce7" + "NORTHCENTRALUS:20200612T214012Z:74d80e94-faa5-4764-8e19-e01b81ef8b0b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -111,7 +111,7 @@ "nosniff" ], "Date": [ - "Wed, 25 Mar 2020 09:14:47 GMT" + "Fri, 12 Jun 2020 21:40:12 GMT" ], "Content-Length": [ "0" @@ -127,22 +127,22 @@ "StatusCode": 204 }, { - "RequestUri": "/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/resourcegroups/ps6304?api-version=2019-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYjlmMTM4YTEtMWQ2NC00MTA4LTg0MTMtOWVhM2JlMWMxYjJkL3Jlc291cmNlZ3JvdXBzL3BzNjMwND9hcGktdmVyc2lvbj0yMDE5LTEwLTAx", + "RequestUri": "/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourcegroups/ps2509?api-version=2019-10-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTFiZmE2MzUtZjJiZi00MmYxLTg2YjUtODQ4YzY3NGZjMzIxL3Jlc291cmNlZ3JvdXBzL3BzMjUwOT9hcGktdmVyc2lvbj0yMDE5LTEwLTAx", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"WestUS\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "a698d3af-650e-4745-be71-cb16719735a2" + "a11df187-c793-4287-8f35-03152d42796b" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27110.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/3.4.0.0" + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/3.7.1.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -162,13 +162,13 @@ "1199" ], "x-ms-request-id": [ - "778bb1cd-a35e-4641-8344-eaf33be8ba11" + "b0a7a369-1fa6-4425-8f34-e9ff01f32362" ], "x-ms-correlation-request-id": [ - "778bb1cd-a35e-4641-8344-eaf33be8ba11" + "b0a7a369-1fa6-4425-8f34-e9ff01f32362" ], "x-ms-routing-request-id": [ - "WESTUS2:20200325T091308Z:778bb1cd-a35e-4641-8344-eaf33be8ba11" + "NORTHCENTRALUS:20200612T213911Z:b0a7a369-1fa6-4425-8f34-e9ff01f32362" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -177,7 +177,7 @@ "nosniff" ], "Date": [ - "Wed, 25 Mar 2020 09:13:07 GMT" + "Fri, 12 Jun 2020 21:39:11 GMT" ], "Content-Length": [ "209" @@ -192,26 +192,26 @@ "0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/resourceGroups/ps6304\",\r\n \"name\": \"ps6304\",\r\n \"type\": \"Microsoft.Resources/resourceGroups\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/ps2509\",\r\n \"name\": \"ps2509\",\r\n \"type\": \"Microsoft.Resources/resourceGroups\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/resourcegroups/ps6304/providers/Microsoft.Resources/deployments/ps7102/validate?api-version=2019-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYjlmMTM4YTEtMWQ2NC00MTA4LTg0MTMtOWVhM2JlMWMxYjJkL3Jlc291cmNlZ3JvdXBzL3BzNjMwNC9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9wczcxMDIvdmFsaWRhdGU/YXBpLXZlcnNpb249MjAxOS0xMC0wMQ==", + "RequestUri": "/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourcegroups/ps2509/providers/Microsoft.Resources/deployments/ps296/validate?api-version=2019-10-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTFiZmE2MzUtZjJiZi00MmYxLTg2YjUtODQ4YzY3NGZjMzIxL3Jlc291cmNlZ3JvdXBzL3BzMjUwOS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9wczI5Ni92YWxpZGF0ZT9hcGktdmVyc2lvbj0yMDE5LTEwLTAx", "RequestMethod": "POST", - "RequestBody": "{\r\n \"properties\": {\r\n \"template\": {\r\n \"$schema\": \"https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#\",\r\n \"contentVersion\": \"1.0.0.0\",\r\n \"parameters\": {\r\n \"storageAccountName\": {\r\n \"type\": \"String\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"string\",\r\n \"defaultValue\": \"Standard_LRS\",\r\n \"allowedValues\": [\r\n \"Standard_LRS\",\r\n \"Standard_GRS\",\r\n \"Standard_ZRS\"\r\n ]\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"defaultValue\": \"East US\",\r\n \"allowedValues\": [\r\n \"West US\",\r\n \"East US\"\r\n ]\r\n }\r\n },\r\n \"resources\": [\r\n {\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"name\": \"[parameters('StorageAccountName')]\",\r\n \"apiVersion\": \"2015-06-15\",\r\n \"location\": \"[parameters('location')]\",\r\n \"properties\": {\r\n \"accountType\": \"[parameters('storageAccountType')]\"\r\n }\r\n }\r\n ],\r\n \"outputs\": {\r\n \"storageAccountInfo\": {\r\n \"value\": \"[reference(concat('Microsoft.Storage/storageAccounts/', parameters('StorageAccountName')),providers('Microsoft.Storage', 'storageAccounts').apiVersions[0])]\",\r\n \"type\": \"object\"\r\n }\r\n }\r\n },\r\n \"parameters\": {\r\n \"storageAccountName\": {\r\n \"value\": \"ps2757\"\r\n }\r\n },\r\n \"mode\": \"Incremental\"\r\n },\r\n \"tags\": {\r\n \"key2\": \"value2\",\r\n \"key1\": \"value1\"\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"template\": {\r\n \"$schema\": \"https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#\",\r\n \"contentVersion\": \"1.0.0.0\",\r\n \"parameters\": {\r\n \"storageAccountName\": {\r\n \"type\": \"String\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"string\",\r\n \"defaultValue\": \"Standard_LRS\",\r\n \"allowedValues\": [\r\n \"Standard_LRS\",\r\n \"Standard_GRS\",\r\n \"Standard_ZRS\"\r\n ]\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"defaultValue\": \"East US\",\r\n \"allowedValues\": [\r\n \"West US\",\r\n \"East US\"\r\n ]\r\n }\r\n },\r\n \"resources\": [\r\n {\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"name\": \"[parameters('StorageAccountName')]\",\r\n \"apiVersion\": \"2015-06-15\",\r\n \"location\": \"[parameters('location')]\",\r\n \"properties\": {\r\n \"accountType\": \"[parameters('storageAccountType')]\"\r\n }\r\n }\r\n ],\r\n \"outputs\": {\r\n \"storageAccountInfo\": {\r\n \"value\": \"[reference(concat('Microsoft.Storage/storageAccounts/', parameters('StorageAccountName')),providers('Microsoft.Storage', 'storageAccounts').apiVersions[0])]\",\r\n \"type\": \"object\"\r\n }\r\n }\r\n },\r\n \"parameters\": {\r\n \"storageAccountName\": {\r\n \"value\": \"ps4924\"\r\n }\r\n },\r\n \"mode\": \"Incremental\"\r\n },\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "549aab22-f998-4353-bab8-372749872518" + "887c8036-32aa-49e7-a3a2-c6b6a1ce2370" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27110.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/3.4.0.0" + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/3.7.1.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -231,13 +231,13 @@ "1199" ], "x-ms-request-id": [ - "bb155e43-0644-4eaf-b343-82f55737b6d9" + "e2ca3dd1-12e6-45f9-8a3d-5b724cd84b8f" ], "x-ms-correlation-request-id": [ - "bb155e43-0644-4eaf-b343-82f55737b6d9" + "e2ca3dd1-12e6-45f9-8a3d-5b724cd84b8f" ], "x-ms-routing-request-id": [ - "WESTUS2:20200325T091310Z:bb155e43-0644-4eaf-b343-82f55737b6d9" + "NORTHCENTRALUS:20200612T213913Z:e2ca3dd1-12e6-45f9-8a3d-5b724cd84b8f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -246,10 +246,10 @@ "nosniff" ], "Date": [ - "Wed, 25 Mar 2020 09:13:09 GMT" + "Fri, 12 Jun 2020 21:39:13 GMT" ], "Content-Length": [ - "930" + "928" ], "Content-Type": [ "application/json; charset=utf-8" @@ -261,26 +261,26 @@ "0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/resourceGroups/ps6304/providers/Microsoft.Resources/deployments/ps7102\",\r\n \"name\": \"ps7102\",\r\n \"type\": \"Microsoft.Resources/deployments\",\r\n \"tags\": {\r\n \"key2\": \"value2\",\r\n \"key1\": \"value1\"\r\n },\r\n \"properties\": {\r\n \"templateHash\": \"11821504941859434205\",\r\n \"parameters\": {\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2757\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"East US\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2020-03-25T09:13:09.7693059Z\",\r\n \"duration\": \"PT0S\",\r\n \"correlationId\": \"bb155e43-0644-4eaf-b343-82f55737b6d9\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"eastus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [],\r\n \"validatedResources\": [\r\n {\r\n \"id\": \"/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/resourceGroups/ps6304/providers/Microsoft.Storage/storageAccounts/ps2757\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/ps2509/providers/Microsoft.Resources/deployments/ps296\",\r\n \"name\": \"ps296\",\r\n \"type\": \"Microsoft.Resources/deployments\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n },\r\n \"properties\": {\r\n \"templateHash\": \"11821504941859434205\",\r\n \"parameters\": {\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4924\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"East US\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2020-06-12T21:39:13.0259553Z\",\r\n \"duration\": \"PT0S\",\r\n \"correlationId\": \"e2ca3dd1-12e6-45f9-8a3d-5b724cd84b8f\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"eastus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [],\r\n \"validatedResources\": [\r\n {\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/ps2509/providers/Microsoft.Storage/storageAccounts/ps4924\"\r\n }\r\n ]\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/resourcegroups/ps6304/providers/Microsoft.Resources/deployments/ps7102?api-version=2019-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYjlmMTM4YTEtMWQ2NC00MTA4LTg0MTMtOWVhM2JlMWMxYjJkL3Jlc291cmNlZ3JvdXBzL3BzNjMwNC9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9wczcxMDI/YXBpLXZlcnNpb249MjAxOS0xMC0wMQ==", + "RequestUri": "/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourcegroups/ps2509/providers/Microsoft.Resources/deployments/ps296?api-version=2019-10-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTFiZmE2MzUtZjJiZi00MmYxLTg2YjUtODQ4YzY3NGZjMzIxL3Jlc291cmNlZ3JvdXBzL3BzMjUwOS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9wczI5Nj9hcGktdmVyc2lvbj0yMDE5LTEwLTAx", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"template\": {\r\n \"$schema\": \"https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#\",\r\n \"contentVersion\": \"1.0.0.0\",\r\n \"parameters\": {\r\n \"storageAccountName\": {\r\n \"type\": \"String\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"string\",\r\n \"defaultValue\": \"Standard_LRS\",\r\n \"allowedValues\": [\r\n \"Standard_LRS\",\r\n \"Standard_GRS\",\r\n \"Standard_ZRS\"\r\n ]\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"defaultValue\": \"East US\",\r\n \"allowedValues\": [\r\n \"West US\",\r\n \"East US\"\r\n ]\r\n }\r\n },\r\n \"resources\": [\r\n {\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"name\": \"[parameters('StorageAccountName')]\",\r\n \"apiVersion\": \"2015-06-15\",\r\n \"location\": \"[parameters('location')]\",\r\n \"properties\": {\r\n \"accountType\": \"[parameters('storageAccountType')]\"\r\n }\r\n }\r\n ],\r\n \"outputs\": {\r\n \"storageAccountInfo\": {\r\n \"value\": \"[reference(concat('Microsoft.Storage/storageAccounts/', parameters('StorageAccountName')),providers('Microsoft.Storage', 'storageAccounts').apiVersions[0])]\",\r\n \"type\": \"object\"\r\n }\r\n }\r\n },\r\n \"parameters\": {\r\n \"storageAccountName\": {\r\n \"value\": \"ps2757\"\r\n }\r\n },\r\n \"mode\": \"Incremental\"\r\n },\r\n \"tags\": {\r\n \"key2\": \"value2\",\r\n \"key1\": \"value1\"\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"template\": {\r\n \"$schema\": \"https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#\",\r\n \"contentVersion\": \"1.0.0.0\",\r\n \"parameters\": {\r\n \"storageAccountName\": {\r\n \"type\": \"String\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"string\",\r\n \"defaultValue\": \"Standard_LRS\",\r\n \"allowedValues\": [\r\n \"Standard_LRS\",\r\n \"Standard_GRS\",\r\n \"Standard_ZRS\"\r\n ]\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"defaultValue\": \"East US\",\r\n \"allowedValues\": [\r\n \"West US\",\r\n \"East US\"\r\n ]\r\n }\r\n },\r\n \"resources\": [\r\n {\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"name\": \"[parameters('StorageAccountName')]\",\r\n \"apiVersion\": \"2015-06-15\",\r\n \"location\": \"[parameters('location')]\",\r\n \"properties\": {\r\n \"accountType\": \"[parameters('storageAccountType')]\"\r\n }\r\n }\r\n ],\r\n \"outputs\": {\r\n \"storageAccountInfo\": {\r\n \"value\": \"[reference(concat('Microsoft.Storage/storageAccounts/', parameters('StorageAccountName')),providers('Microsoft.Storage', 'storageAccounts').apiVersions[0])]\",\r\n \"type\": \"object\"\r\n }\r\n }\r\n },\r\n \"parameters\": {\r\n \"storageAccountName\": {\r\n \"value\": \"ps4924\"\r\n }\r\n },\r\n \"mode\": \"Incremental\"\r\n },\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "b9d964a0-c7ec-4bfa-9cc0-08590420af80" + "17716870-d404-4a27-96a2-f7dbf69125ff" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27110.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/3.4.0.0" + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/3.7.1.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -297,19 +297,19 @@ "no-cache" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/resourcegroups/ps6304/providers/Microsoft.Resources/deployments/ps7102/operationStatuses/08586164792943246485?api-version=2019-10-01" + "https://management.azure.com/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourcegroups/ps2509/providers/Microsoft.Resources/deployments/ps296/operationStatuses/08586096089309966057?api-version=2019-10-01" ], "x-ms-ratelimit-remaining-subscription-writes": [ "1198" ], "x-ms-request-id": [ - "d739b9ad-582a-4653-8eaf-c9d0298ba601" + "6e296f26-2639-41f3-9c97-bb57b5e5459a" ], "x-ms-correlation-request-id": [ - "d739b9ad-582a-4653-8eaf-c9d0298ba601" + "6e296f26-2639-41f3-9c97-bb57b5e5459a" ], "x-ms-routing-request-id": [ - "WESTUS2:20200325T091311Z:d739b9ad-582a-4653-8eaf-c9d0298ba601" + "NORTHCENTRALUS:20200612T213916Z:6e296f26-2639-41f3-9c97-bb57b5e5459a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -318,10 +318,10 @@ "nosniff" ], "Date": [ - "Wed, 25 Mar 2020 09:13:11 GMT" + "Fri, 12 Jun 2020 21:39:15 GMT" ], "Content-Length": [ - "780" + "778" ], "Content-Type": [ "application/json; charset=utf-8" @@ -333,26 +333,26 @@ "0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/resourceGroups/ps6304/providers/Microsoft.Resources/deployments/ps7102\",\r\n \"name\": \"ps7102\",\r\n \"type\": \"Microsoft.Resources/deployments\",\r\n \"tags\": {\r\n \"key2\": \"value2\",\r\n \"key1\": \"value1\"\r\n },\r\n \"properties\": {\r\n \"templateHash\": \"11821504941859434205\",\r\n \"parameters\": {\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2757\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"East US\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Accepted\",\r\n \"timestamp\": \"2020-03-25T09:13:11.6918319Z\",\r\n \"duration\": \"PT0.5388692S\",\r\n \"correlationId\": \"d739b9ad-582a-4653-8eaf-c9d0298ba601\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"eastus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": []\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/ps2509/providers/Microsoft.Resources/deployments/ps296\",\r\n \"name\": \"ps296\",\r\n \"type\": \"Microsoft.Resources/deployments\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n },\r\n \"properties\": {\r\n \"templateHash\": \"11821504941859434205\",\r\n \"parameters\": {\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4924\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"East US\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Accepted\",\r\n \"timestamp\": \"2020-06-12T21:39:15.2632485Z\",\r\n \"duration\": \"PT0.7822443S\",\r\n \"correlationId\": \"6e296f26-2639-41f3-9c97-bb57b5e5459a\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"eastus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": []\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/resourcegroups/ps6304/deployments/ps7102/operations?api-version=2019-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYjlmMTM4YTEtMWQ2NC00MTA4LTg0MTMtOWVhM2JlMWMxYjJkL3Jlc291cmNlZ3JvdXBzL3BzNjMwNC9kZXBsb3ltZW50cy9wczcxMDIvb3BlcmF0aW9ucz9hcGktdmVyc2lvbj0yMDE5LTEwLTAx", + "RequestUri": "/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourcegroups/ps2509/deployments/ps296/operations?api-version=2019-10-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTFiZmE2MzUtZjJiZi00MmYxLTg2YjUtODQ4YzY3NGZjMzIxL3Jlc291cmNlZ3JvdXBzL3BzMjUwOS9kZXBsb3ltZW50cy9wczI5Ni9vcGVyYXRpb25zP2FwaS12ZXJzaW9uPTIwMTktMTAtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "350177cb-36fd-4e14-bd45-4c8db62ec6d6" + "d687f6b6-d084-4693-a372-a56a2decded2" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27110.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/3.4.0.0" + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/3.7.1.0" ] }, "ResponseHeaders": { @@ -366,13 +366,13 @@ "11998" ], "x-ms-request-id": [ - "6a3187d2-6aeb-4ca3-9eea-613ceabb0497" + "002eab36-8606-411c-93f2-1650448875b2" ], "x-ms-correlation-request-id": [ - "6a3187d2-6aeb-4ca3-9eea-613ceabb0497" + "002eab36-8606-411c-93f2-1650448875b2" ], "x-ms-routing-request-id": [ - "WESTUS2:20200325T091312Z:6a3187d2-6aeb-4ca3-9eea-613ceabb0497" + "NORTHCENTRALUS:20200612T213916Z:002eab36-8606-411c-93f2-1650448875b2" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -381,7 +381,7 @@ "nosniff" ], "Date": [ - "Wed, 25 Mar 2020 09:13:11 GMT" + "Fri, 12 Jun 2020 21:39:16 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -400,22 +400,22 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/resourcegroups/ps6304/deployments/ps7102/operations?api-version=2019-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYjlmMTM4YTEtMWQ2NC00MTA4LTg0MTMtOWVhM2JlMWMxYjJkL3Jlc291cmNlZ3JvdXBzL3BzNjMwNC9kZXBsb3ltZW50cy9wczcxMDIvb3BlcmF0aW9ucz9hcGktdmVyc2lvbj0yMDE5LTEwLTAx", + "RequestUri": "/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourcegroups/ps2509/deployments/ps296/operations?api-version=2019-10-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTFiZmE2MzUtZjJiZi00MmYxLTg2YjUtODQ4YzY3NGZjMzIxL3Jlc291cmNlZ3JvdXBzL3BzMjUwOS9kZXBsb3ltZW50cy9wczI5Ni9vcGVyYXRpb25zP2FwaS12ZXJzaW9uPTIwMTktMTAtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "a8ba2604-09cb-46fb-b089-8894e582f53d" + "a12e09d7-9e6f-4510-b7bc-d79ffc93f422" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27110.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/3.4.0.0" + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/3.7.1.0" ] }, "ResponseHeaders": { @@ -429,13 +429,13 @@ "11996" ], "x-ms-request-id": [ - "d4822a9b-764d-4499-83f6-78c7d9a0d1a8" + "607db96a-7fa3-4dda-89f2-ffa6e7c52382" ], "x-ms-correlation-request-id": [ - "d4822a9b-764d-4499-83f6-78c7d9a0d1a8" + "607db96a-7fa3-4dda-89f2-ffa6e7c52382" ], "x-ms-routing-request-id": [ - "WESTUS2:20200325T091312Z:d4822a9b-764d-4499-83f6-78c7d9a0d1a8" + "NORTHCENTRALUS:20200612T213916Z:607db96a-7fa3-4dda-89f2-ffa6e7c52382" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -444,7 +444,7 @@ "nosniff" ], "Date": [ - "Wed, 25 Mar 2020 09:13:12 GMT" + "Fri, 12 Jun 2020 21:39:16 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -463,22 +463,22 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/resourcegroups/ps6304/deployments/ps7102/operations?api-version=2019-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYjlmMTM4YTEtMWQ2NC00MTA4LTg0MTMtOWVhM2JlMWMxYjJkL3Jlc291cmNlZ3JvdXBzL3BzNjMwNC9kZXBsb3ltZW50cy9wczcxMDIvb3BlcmF0aW9ucz9hcGktdmVyc2lvbj0yMDE5LTEwLTAx", + "RequestUri": "/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourcegroups/ps2509/deployments/ps296/operations?api-version=2019-10-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTFiZmE2MzUtZjJiZi00MmYxLTg2YjUtODQ4YzY3NGZjMzIxL3Jlc291cmNlZ3JvdXBzL3BzMjUwOS9kZXBsb3ltZW50cy9wczI5Ni9vcGVyYXRpb25zP2FwaS12ZXJzaW9uPTIwMTktMTAtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "76ee6a07-c52f-48a2-9e47-f44ba6201eff" + "a80a9503-5a34-4744-888c-0cc68f8e005f" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27110.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/3.4.0.0" + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/3.7.1.0" ] }, "ResponseHeaders": { @@ -492,13 +492,13 @@ "11994" ], "x-ms-request-id": [ - "9e097fc3-a72b-47a7-ab78-5fec33273af6" + "e783ff96-2a51-467b-95f5-ab82da733fb2" ], "x-ms-correlation-request-id": [ - "9e097fc3-a72b-47a7-ab78-5fec33273af6" + "e783ff96-2a51-467b-95f5-ab82da733fb2" ], "x-ms-routing-request-id": [ - "WESTUS2:20200325T091313Z:9e097fc3-a72b-47a7-ab78-5fec33273af6" + "NORTHCENTRALUS:20200612T213917Z:e783ff96-2a51-467b-95f5-ab82da733fb2" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -507,7 +507,7 @@ "nosniff" ], "Date": [ - "Wed, 25 Mar 2020 09:13:12 GMT" + "Fri, 12 Jun 2020 21:39:16 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -526,22 +526,22 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/resourcegroups/ps6304/deployments/ps7102/operations?api-version=2019-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYjlmMTM4YTEtMWQ2NC00MTA4LTg0MTMtOWVhM2JlMWMxYjJkL3Jlc291cmNlZ3JvdXBzL3BzNjMwNC9kZXBsb3ltZW50cy9wczcxMDIvb3BlcmF0aW9ucz9hcGktdmVyc2lvbj0yMDE5LTEwLTAx", + "RequestUri": "/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourcegroups/ps2509/deployments/ps296/operations?api-version=2019-10-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTFiZmE2MzUtZjJiZi00MmYxLTg2YjUtODQ4YzY3NGZjMzIxL3Jlc291cmNlZ3JvdXBzL3BzMjUwOS9kZXBsb3ltZW50cy9wczI5Ni9vcGVyYXRpb25zP2FwaS12ZXJzaW9uPTIwMTktMTAtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "7f7b756e-c297-4fff-869d-b8ad198506b2" + "13951cab-9e1a-4f08-8742-7d9e0821ccef" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27110.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/3.4.0.0" + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/3.7.1.0" ] }, "ResponseHeaders": { @@ -555,13 +555,13 @@ "11992" ], "x-ms-request-id": [ - "2c7f4b1b-31b3-4830-aeb0-9445a24f671f" + "d17c49ad-914f-49d2-9db2-cb004602c26e" ], "x-ms-correlation-request-id": [ - "2c7f4b1b-31b3-4830-aeb0-9445a24f671f" + "d17c49ad-914f-49d2-9db2-cb004602c26e" ], "x-ms-routing-request-id": [ - "WESTUS2:20200325T091313Z:2c7f4b1b-31b3-4830-aeb0-9445a24f671f" + "NORTHCENTRALUS:20200612T213917Z:d17c49ad-914f-49d2-9db2-cb004602c26e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -570,7 +570,7 @@ "nosniff" ], "Date": [ - "Wed, 25 Mar 2020 09:13:12 GMT" + "Fri, 12 Jun 2020 21:39:17 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -589,22 +589,22 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/resourcegroups/ps6304/deployments/ps7102/operations?api-version=2019-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYjlmMTM4YTEtMWQ2NC00MTA4LTg0MTMtOWVhM2JlMWMxYjJkL3Jlc291cmNlZ3JvdXBzL3BzNjMwNC9kZXBsb3ltZW50cy9wczcxMDIvb3BlcmF0aW9ucz9hcGktdmVyc2lvbj0yMDE5LTEwLTAx", + "RequestUri": "/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourcegroups/ps2509/deployments/ps296/operations?api-version=2019-10-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTFiZmE2MzUtZjJiZi00MmYxLTg2YjUtODQ4YzY3NGZjMzIxL3Jlc291cmNlZ3JvdXBzL3BzMjUwOS9kZXBsb3ltZW50cy9wczI5Ni9vcGVyYXRpb25zP2FwaS12ZXJzaW9uPTIwMTktMTAtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "bc57efee-a5e0-46c7-b39e-1833b0e7d0fb" + "4aba0d0c-7762-49c8-a428-dfddfc75b591" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27110.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/3.4.0.0" + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/3.7.1.0" ] }, "ResponseHeaders": { @@ -618,13 +618,13 @@ "11990" ], "x-ms-request-id": [ - "0e729507-799d-450d-9bff-b82771820bc6" + "cf4b5905-2961-402c-ae65-80f983d3ec79" ], "x-ms-correlation-request-id": [ - "0e729507-799d-450d-9bff-b82771820bc6" + "cf4b5905-2961-402c-ae65-80f983d3ec79" ], "x-ms-routing-request-id": [ - "WESTUS2:20200325T091313Z:0e729507-799d-450d-9bff-b82771820bc6" + "NORTHCENTRALUS:20200612T213918Z:cf4b5905-2961-402c-ae65-80f983d3ec79" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -633,7 +633,7 @@ "nosniff" ], "Date": [ - "Wed, 25 Mar 2020 09:13:13 GMT" + "Fri, 12 Jun 2020 21:39:17 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -652,22 +652,22 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/resourcegroups/ps6304/deployments/ps7102/operations?api-version=2019-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYjlmMTM4YTEtMWQ2NC00MTA4LTg0MTMtOWVhM2JlMWMxYjJkL3Jlc291cmNlZ3JvdXBzL3BzNjMwNC9kZXBsb3ltZW50cy9wczcxMDIvb3BlcmF0aW9ucz9hcGktdmVyc2lvbj0yMDE5LTEwLTAx", + "RequestUri": "/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourcegroups/ps2509/deployments/ps296/operations?api-version=2019-10-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTFiZmE2MzUtZjJiZi00MmYxLTg2YjUtODQ4YzY3NGZjMzIxL3Jlc291cmNlZ3JvdXBzL3BzMjUwOS9kZXBsb3ltZW50cy9wczI5Ni9vcGVyYXRpb25zP2FwaS12ZXJzaW9uPTIwMTktMTAtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "7e651a9e-7e64-4db9-ab3f-672e20d6fcc4" + "4b07e78e-876c-4c77-a047-3cbb2212af17" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27110.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/3.4.0.0" + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/3.7.1.0" ] }, "ResponseHeaders": { @@ -681,13 +681,13 @@ "11988" ], "x-ms-request-id": [ - "64667883-4b57-43b4-9c4c-409f12de16da" + "fda907b6-0d1b-44e4-b1bd-581dd2216090" ], "x-ms-correlation-request-id": [ - "64667883-4b57-43b4-9c4c-409f12de16da" + "fda907b6-0d1b-44e4-b1bd-581dd2216090" ], "x-ms-routing-request-id": [ - "WESTUS2:20200325T091313Z:64667883-4b57-43b4-9c4c-409f12de16da" + "NORTHCENTRALUS:20200612T213918Z:fda907b6-0d1b-44e4-b1bd-581dd2216090" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -696,7 +696,7 @@ "nosniff" ], "Date": [ - "Wed, 25 Mar 2020 09:13:13 GMT" + "Fri, 12 Jun 2020 21:39:18 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -715,22 +715,22 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/resourcegroups/ps6304/deployments/ps7102/operations?api-version=2019-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYjlmMTM4YTEtMWQ2NC00MTA4LTg0MTMtOWVhM2JlMWMxYjJkL3Jlc291cmNlZ3JvdXBzL3BzNjMwNC9kZXBsb3ltZW50cy9wczcxMDIvb3BlcmF0aW9ucz9hcGktdmVyc2lvbj0yMDE5LTEwLTAx", + "RequestUri": "/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourcegroups/ps2509/deployments/ps296/operations?api-version=2019-10-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTFiZmE2MzUtZjJiZi00MmYxLTg2YjUtODQ4YzY3NGZjMzIxL3Jlc291cmNlZ3JvdXBzL3BzMjUwOS9kZXBsb3ltZW50cy9wczI5Ni9vcGVyYXRpb25zP2FwaS12ZXJzaW9uPTIwMTktMTAtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "88226c80-659d-4877-badd-6c1d856b5457" + "ee89e80f-7476-4b85-a234-3af7b4ada214" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27110.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/3.4.0.0" + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/3.7.1.0" ] }, "ResponseHeaders": { @@ -744,13 +744,13 @@ "11986" ], "x-ms-request-id": [ - "72abe8f7-7e0c-4c7c-aeae-fb3b5493c872" + "b7717da0-c380-4cb1-b25c-2ce9a404c3c7" ], "x-ms-correlation-request-id": [ - "72abe8f7-7e0c-4c7c-aeae-fb3b5493c872" + "b7717da0-c380-4cb1-b25c-2ce9a404c3c7" ], "x-ms-routing-request-id": [ - "WESTUS2:20200325T091314Z:72abe8f7-7e0c-4c7c-aeae-fb3b5493c872" + "NORTHCENTRALUS:20200612T213918Z:b7717da0-c380-4cb1-b25c-2ce9a404c3c7" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -759,7 +759,7 @@ "nosniff" ], "Date": [ - "Wed, 25 Mar 2020 09:13:13 GMT" + "Fri, 12 Jun 2020 21:39:18 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -778,22 +778,22 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/resourcegroups/ps6304/deployments/ps7102/operations?api-version=2019-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYjlmMTM4YTEtMWQ2NC00MTA4LTg0MTMtOWVhM2JlMWMxYjJkL3Jlc291cmNlZ3JvdXBzL3BzNjMwNC9kZXBsb3ltZW50cy9wczcxMDIvb3BlcmF0aW9ucz9hcGktdmVyc2lvbj0yMDE5LTEwLTAx", + "RequestUri": "/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourcegroups/ps2509/deployments/ps296/operations?api-version=2019-10-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTFiZmE2MzUtZjJiZi00MmYxLTg2YjUtODQ4YzY3NGZjMzIxL3Jlc291cmNlZ3JvdXBzL3BzMjUwOS9kZXBsb3ltZW50cy9wczI5Ni9vcGVyYXRpb25zP2FwaS12ZXJzaW9uPTIwMTktMTAtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "8adc28c6-c55f-4a05-a90b-0067312b2827" + "48fa4a6f-1c8e-4496-b878-cdbd83408800" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27110.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/3.4.0.0" + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/3.7.1.0" ] }, "ResponseHeaders": { @@ -807,13 +807,13 @@ "11984" ], "x-ms-request-id": [ - "262ab756-57f8-4138-b603-64ba51c2b189" + "d9fde0e9-41f7-4c4d-be43-08ba7e628f6c" ], "x-ms-correlation-request-id": [ - "262ab756-57f8-4138-b603-64ba51c2b189" + "d9fde0e9-41f7-4c4d-be43-08ba7e628f6c" ], "x-ms-routing-request-id": [ - "WESTUS2:20200325T091314Z:262ab756-57f8-4138-b603-64ba51c2b189" + "NORTHCENTRALUS:20200612T213919Z:d9fde0e9-41f7-4c4d-be43-08ba7e628f6c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -822,7 +822,7 @@ "nosniff" ], "Date": [ - "Wed, 25 Mar 2020 09:13:13 GMT" + "Fri, 12 Jun 2020 21:39:18 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -841,22 +841,22 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/resourcegroups/ps6304/deployments/ps7102/operations?api-version=2019-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYjlmMTM4YTEtMWQ2NC00MTA4LTg0MTMtOWVhM2JlMWMxYjJkL3Jlc291cmNlZ3JvdXBzL3BzNjMwNC9kZXBsb3ltZW50cy9wczcxMDIvb3BlcmF0aW9ucz9hcGktdmVyc2lvbj0yMDE5LTEwLTAx", + "RequestUri": "/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourcegroups/ps2509/deployments/ps296/operations?api-version=2019-10-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTFiZmE2MzUtZjJiZi00MmYxLTg2YjUtODQ4YzY3NGZjMzIxL3Jlc291cmNlZ3JvdXBzL3BzMjUwOS9kZXBsb3ltZW50cy9wczI5Ni9vcGVyYXRpb25zP2FwaS12ZXJzaW9uPTIwMTktMTAtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "2d676f47-7e3c-4ece-ab36-1b2b6b9c6237" + "f2a62d2f-26a5-4a8f-b057-c9bce2277dcf" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27110.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/3.4.0.0" + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/3.7.1.0" ] }, "ResponseHeaders": { @@ -870,13 +870,13 @@ "11982" ], "x-ms-request-id": [ - "6e1705e2-edd1-4c7a-a6fe-382471b19ff1" + "b7a3dd02-29c7-4cd9-85fa-0c63f7556493" ], "x-ms-correlation-request-id": [ - "6e1705e2-edd1-4c7a-a6fe-382471b19ff1" + "b7a3dd02-29c7-4cd9-85fa-0c63f7556493" ], "x-ms-routing-request-id": [ - "WESTUS2:20200325T091314Z:6e1705e2-edd1-4c7a-a6fe-382471b19ff1" + "NORTHCENTRALUS:20200612T213919Z:b7a3dd02-29c7-4cd9-85fa-0c63f7556493" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -885,7 +885,7 @@ "nosniff" ], "Date": [ - "Wed, 25 Mar 2020 09:13:14 GMT" + "Fri, 12 Jun 2020 21:39:19 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -894,32 +894,32 @@ "-1" ], "Content-Length": [ - "12" + "710" ], "Retry-After": [ "0" ] }, - "ResponseBody": "{\r\n \"value\": []\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/ps2509/providers/Microsoft.Resources/deployments/ps296/operations/DBA470C2D7C0EDAC\",\r\n \"operationId\": \"DBA470C2D7C0EDAC\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2020-06-12T21:39:19.4287701Z\",\r\n \"duration\": \"PT2.9654116S\",\r\n \"trackingId\": \"d2d519e0-3aaa-4af3-9727-00518ba9e109\",\r\n \"serviceRequestId\": \"a64aecdb-986c-4e12-ba0c-e75d1cee6429\",\r\n \"statusCode\": \"Accepted\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/ps2509/providers/Microsoft.Storage/storageAccounts/ps4924\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps4924\"\r\n }\r\n }\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/resourcegroups/ps6304/deployments/ps7102/operations?api-version=2019-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYjlmMTM4YTEtMWQ2NC00MTA4LTg0MTMtOWVhM2JlMWMxYjJkL3Jlc291cmNlZ3JvdXBzL3BzNjMwNC9kZXBsb3ltZW50cy9wczcxMDIvb3BlcmF0aW9ucz9hcGktdmVyc2lvbj0yMDE5LTEwLTAx", + "RequestUri": "/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourcegroups/ps2509/deployments/ps296/operations?api-version=2019-10-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTFiZmE2MzUtZjJiZi00MmYxLTg2YjUtODQ4YzY3NGZjMzIxL3Jlc291cmNlZ3JvdXBzL3BzMjUwOS9kZXBsb3ltZW50cy9wczI5Ni9vcGVyYXRpb25zP2FwaS12ZXJzaW9uPTIwMTktMTAtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "e26c00be-050b-482e-8615-498c1646df5b" + "2e5dbb0b-171b-419b-8ea3-792551d0e0af" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27110.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/3.4.0.0" + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/3.7.1.0" ] }, "ResponseHeaders": { @@ -933,13 +933,13 @@ "11980" ], "x-ms-request-id": [ - "efe1c855-52f3-4fe9-a688-de75e9ee318b" + "171998da-92db-4399-9fc5-6015ff0a3b53" ], "x-ms-correlation-request-id": [ - "efe1c855-52f3-4fe9-a688-de75e9ee318b" + "171998da-92db-4399-9fc5-6015ff0a3b53" ], "x-ms-routing-request-id": [ - "WESTUS2:20200325T091315Z:efe1c855-52f3-4fe9-a688-de75e9ee318b" + "NORTHCENTRALUS:20200612T213920Z:171998da-92db-4399-9fc5-6015ff0a3b53" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -948,7 +948,7 @@ "nosniff" ], "Date": [ - "Wed, 25 Mar 2020 09:13:14 GMT" + "Fri, 12 Jun 2020 21:39:19 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -957,32 +957,32 @@ "-1" ], "Content-Length": [ - "12" + "710" ], "Retry-After": [ "0" ] }, - "ResponseBody": "{\r\n \"value\": []\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/ps2509/providers/Microsoft.Resources/deployments/ps296/operations/DBA470C2D7C0EDAC\",\r\n \"operationId\": \"DBA470C2D7C0EDAC\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2020-06-12T21:39:19.4287701Z\",\r\n \"duration\": \"PT2.9654116S\",\r\n \"trackingId\": \"d2d519e0-3aaa-4af3-9727-00518ba9e109\",\r\n \"serviceRequestId\": \"a64aecdb-986c-4e12-ba0c-e75d1cee6429\",\r\n \"statusCode\": \"Accepted\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/ps2509/providers/Microsoft.Storage/storageAccounts/ps4924\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps4924\"\r\n }\r\n }\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/resourcegroups/ps6304/deployments/ps7102/operations?api-version=2019-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYjlmMTM4YTEtMWQ2NC00MTA4LTg0MTMtOWVhM2JlMWMxYjJkL3Jlc291cmNlZ3JvdXBzL3BzNjMwNC9kZXBsb3ltZW50cy9wczcxMDIvb3BlcmF0aW9ucz9hcGktdmVyc2lvbj0yMDE5LTEwLTAx", + "RequestUri": "/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourcegroups/ps2509/deployments/ps296/operations?api-version=2019-10-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTFiZmE2MzUtZjJiZi00MmYxLTg2YjUtODQ4YzY3NGZjMzIxL3Jlc291cmNlZ3JvdXBzL3BzMjUwOS9kZXBsb3ltZW50cy9wczI5Ni9vcGVyYXRpb25zP2FwaS12ZXJzaW9uPTIwMTktMTAtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "1b398e21-3121-4c18-b110-3730ea8f5713" + "efc0be7e-03a2-4f14-b7f9-4e5c1bbb77de" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27110.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/3.4.0.0" + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/3.7.1.0" ] }, "ResponseHeaders": { @@ -996,13 +996,13 @@ "11978" ], "x-ms-request-id": [ - "799012d8-b90d-44d0-9f03-5181503202ee" + "00b714c6-d852-42c7-9069-760ccb8a3bab" ], "x-ms-correlation-request-id": [ - "799012d8-b90d-44d0-9f03-5181503202ee" + "00b714c6-d852-42c7-9069-760ccb8a3bab" ], "x-ms-routing-request-id": [ - "WESTUS2:20200325T091315Z:799012d8-b90d-44d0-9f03-5181503202ee" + "NORTHCENTRALUS:20200612T213920Z:00b714c6-d852-42c7-9069-760ccb8a3bab" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1011,7 +1011,7 @@ "nosniff" ], "Date": [ - "Wed, 25 Mar 2020 09:13:15 GMT" + "Fri, 12 Jun 2020 21:39:20 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1020,32 +1020,32 @@ "-1" ], "Content-Length": [ - "12" + "710" ], "Retry-After": [ "0" ] }, - "ResponseBody": "{\r\n \"value\": []\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/ps2509/providers/Microsoft.Resources/deployments/ps296/operations/DBA470C2D7C0EDAC\",\r\n \"operationId\": \"DBA470C2D7C0EDAC\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2020-06-12T21:39:19.4287701Z\",\r\n \"duration\": \"PT2.9654116S\",\r\n \"trackingId\": \"d2d519e0-3aaa-4af3-9727-00518ba9e109\",\r\n \"serviceRequestId\": \"a64aecdb-986c-4e12-ba0c-e75d1cee6429\",\r\n \"statusCode\": \"Accepted\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/ps2509/providers/Microsoft.Storage/storageAccounts/ps4924\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps4924\"\r\n }\r\n }\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/resourcegroups/ps6304/deployments/ps7102/operations?api-version=2019-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYjlmMTM4YTEtMWQ2NC00MTA4LTg0MTMtOWVhM2JlMWMxYjJkL3Jlc291cmNlZ3JvdXBzL3BzNjMwNC9kZXBsb3ltZW50cy9wczcxMDIvb3BlcmF0aW9ucz9hcGktdmVyc2lvbj0yMDE5LTEwLTAx", + "RequestUri": "/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourcegroups/ps2509/deployments/ps296/operations?api-version=2019-10-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTFiZmE2MzUtZjJiZi00MmYxLTg2YjUtODQ4YzY3NGZjMzIxL3Jlc291cmNlZ3JvdXBzL3BzMjUwOS9kZXBsb3ltZW50cy9wczI5Ni9vcGVyYXRpb25zP2FwaS12ZXJzaW9uPTIwMTktMTAtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "938c1bbe-d92e-41a5-97c9-3d34c952a776" + "08aea369-1a5f-4efe-85db-3976b7c30db0" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27110.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/3.4.0.0" + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/3.7.1.0" ] }, "ResponseHeaders": { @@ -1059,13 +1059,13 @@ "11976" ], "x-ms-request-id": [ - "48a97049-2b32-4e7e-81c6-847dc2571aae" + "f398d5a3-1935-4043-8ae6-9afbd2dd1775" ], "x-ms-correlation-request-id": [ - "48a97049-2b32-4e7e-81c6-847dc2571aae" + "f398d5a3-1935-4043-8ae6-9afbd2dd1775" ], "x-ms-routing-request-id": [ - "WESTUS2:20200325T091316Z:48a97049-2b32-4e7e-81c6-847dc2571aae" + "NORTHCENTRALUS:20200612T213920Z:f398d5a3-1935-4043-8ae6-9afbd2dd1775" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1074,7 +1074,7 @@ "nosniff" ], "Date": [ - "Wed, 25 Mar 2020 09:13:15 GMT" + "Fri, 12 Jun 2020 21:39:20 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1083,32 +1083,32 @@ "-1" ], "Content-Length": [ - "12" + "710" ], "Retry-After": [ "0" ] }, - "ResponseBody": "{\r\n \"value\": []\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/ps2509/providers/Microsoft.Resources/deployments/ps296/operations/DBA470C2D7C0EDAC\",\r\n \"operationId\": \"DBA470C2D7C0EDAC\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2020-06-12T21:39:19.4287701Z\",\r\n \"duration\": \"PT2.9654116S\",\r\n \"trackingId\": \"d2d519e0-3aaa-4af3-9727-00518ba9e109\",\r\n \"serviceRequestId\": \"a64aecdb-986c-4e12-ba0c-e75d1cee6429\",\r\n \"statusCode\": \"Accepted\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/ps2509/providers/Microsoft.Storage/storageAccounts/ps4924\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps4924\"\r\n }\r\n }\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/resourcegroups/ps6304/deployments/ps7102/operations?api-version=2019-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYjlmMTM4YTEtMWQ2NC00MTA4LTg0MTMtOWVhM2JlMWMxYjJkL3Jlc291cmNlZ3JvdXBzL3BzNjMwNC9kZXBsb3ltZW50cy9wczcxMDIvb3BlcmF0aW9ucz9hcGktdmVyc2lvbj0yMDE5LTEwLTAx", + "RequestUri": "/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourcegroups/ps2509/deployments/ps296/operations?api-version=2019-10-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTFiZmE2MzUtZjJiZi00MmYxLTg2YjUtODQ4YzY3NGZjMzIxL3Jlc291cmNlZ3JvdXBzL3BzMjUwOS9kZXBsb3ltZW50cy9wczI5Ni9vcGVyYXRpb25zP2FwaS12ZXJzaW9uPTIwMTktMTAtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "56dea4a0-723b-49b5-a19e-2f4f7926ab8c" + "ed65d18b-efef-4991-b4a4-dae3ea7a1944" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27110.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/3.4.0.0" + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/3.7.1.0" ] }, "ResponseHeaders": { @@ -1122,13 +1122,13 @@ "11974" ], "x-ms-request-id": [ - "5fee4b29-4bad-4b38-a1aa-3949deed88ec" + "93af9c3a-1022-485c-89ac-529078a2f46f" ], "x-ms-correlation-request-id": [ - "5fee4b29-4bad-4b38-a1aa-3949deed88ec" + "93af9c3a-1022-485c-89ac-529078a2f46f" ], "x-ms-routing-request-id": [ - "WESTUS2:20200325T091316Z:5fee4b29-4bad-4b38-a1aa-3949deed88ec" + "NORTHCENTRALUS:20200612T213921Z:93af9c3a-1022-485c-89ac-529078a2f46f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1137,7 +1137,7 @@ "nosniff" ], "Date": [ - "Wed, 25 Mar 2020 09:13:15 GMT" + "Fri, 12 Jun 2020 21:39:20 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1146,32 +1146,32 @@ "-1" ], "Content-Length": [ - "12" + "710" ], "Retry-After": [ "0" ] }, - "ResponseBody": "{\r\n \"value\": []\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/ps2509/providers/Microsoft.Resources/deployments/ps296/operations/DBA470C2D7C0EDAC\",\r\n \"operationId\": \"DBA470C2D7C0EDAC\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2020-06-12T21:39:19.4287701Z\",\r\n \"duration\": \"PT2.9654116S\",\r\n \"trackingId\": \"d2d519e0-3aaa-4af3-9727-00518ba9e109\",\r\n \"serviceRequestId\": \"a64aecdb-986c-4e12-ba0c-e75d1cee6429\",\r\n \"statusCode\": \"Accepted\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/ps2509/providers/Microsoft.Storage/storageAccounts/ps4924\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps4924\"\r\n }\r\n }\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/resourcegroups/ps6304/deployments/ps7102/operations?api-version=2019-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYjlmMTM4YTEtMWQ2NC00MTA4LTg0MTMtOWVhM2JlMWMxYjJkL3Jlc291cmNlZ3JvdXBzL3BzNjMwNC9kZXBsb3ltZW50cy9wczcxMDIvb3BlcmF0aW9ucz9hcGktdmVyc2lvbj0yMDE5LTEwLTAx", + "RequestUri": "/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourcegroups/ps2509/deployments/ps296/operations?api-version=2019-10-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTFiZmE2MzUtZjJiZi00MmYxLTg2YjUtODQ4YzY3NGZjMzIxL3Jlc291cmNlZ3JvdXBzL3BzMjUwOS9kZXBsb3ltZW50cy9wczI5Ni9vcGVyYXRpb25zP2FwaS12ZXJzaW9uPTIwMTktMTAtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "434d0d68-ae6a-4884-b6ad-271c344b25a6" + "10aff805-6079-47d1-9f80-c11c8aeb3483" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27110.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/3.4.0.0" + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/3.7.1.0" ] }, "ResponseHeaders": { @@ -1185,13 +1185,13 @@ "11972" ], "x-ms-request-id": [ - "c699489e-8a7e-4fa3-9677-c68b87e3b3cb" + "9ddf2a4b-24d4-456d-82f1-24607c9dee68" ], "x-ms-correlation-request-id": [ - "c699489e-8a7e-4fa3-9677-c68b87e3b3cb" + "9ddf2a4b-24d4-456d-82f1-24607c9dee68" ], "x-ms-routing-request-id": [ - "WESTUS2:20200325T091317Z:c699489e-8a7e-4fa3-9677-c68b87e3b3cb" + "NORTHCENTRALUS:20200612T213921Z:9ddf2a4b-24d4-456d-82f1-24607c9dee68" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1200,7 +1200,7 @@ "nosniff" ], "Date": [ - "Wed, 25 Mar 2020 09:13:16 GMT" + "Fri, 12 Jun 2020 21:39:21 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1209,32 +1209,32 @@ "-1" ], "Content-Length": [ - "12" + "710" ], "Retry-After": [ "0" ] }, - "ResponseBody": "{\r\n \"value\": []\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/ps2509/providers/Microsoft.Resources/deployments/ps296/operations/DBA470C2D7C0EDAC\",\r\n \"operationId\": \"DBA470C2D7C0EDAC\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2020-06-12T21:39:19.4287701Z\",\r\n \"duration\": \"PT2.9654116S\",\r\n \"trackingId\": \"d2d519e0-3aaa-4af3-9727-00518ba9e109\",\r\n \"serviceRequestId\": \"a64aecdb-986c-4e12-ba0c-e75d1cee6429\",\r\n \"statusCode\": \"Accepted\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/ps2509/providers/Microsoft.Storage/storageAccounts/ps4924\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps4924\"\r\n }\r\n }\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/resourcegroups/ps6304/deployments/ps7102/operations?api-version=2019-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYjlmMTM4YTEtMWQ2NC00MTA4LTg0MTMtOWVhM2JlMWMxYjJkL3Jlc291cmNlZ3JvdXBzL3BzNjMwNC9kZXBsb3ltZW50cy9wczcxMDIvb3BlcmF0aW9ucz9hcGktdmVyc2lvbj0yMDE5LTEwLTAx", + "RequestUri": "/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourcegroups/ps2509/deployments/ps296/operations?api-version=2019-10-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTFiZmE2MzUtZjJiZi00MmYxLTg2YjUtODQ4YzY3NGZjMzIxL3Jlc291cmNlZ3JvdXBzL3BzMjUwOS9kZXBsb3ltZW50cy9wczI5Ni9vcGVyYXRpb25zP2FwaS12ZXJzaW9uPTIwMTktMTAtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "dcc03c7f-8cc1-47cc-a824-3b4f8ff6ce50" + "1f506bf3-1b8d-4546-8223-c2a526326228" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27110.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/3.4.0.0" + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/3.7.1.0" ] }, "ResponseHeaders": { @@ -1248,13 +1248,13 @@ "11970" ], "x-ms-request-id": [ - "51ba4924-8035-48ee-82fe-fa04d8421e7e" + "9a38cabb-0870-4d60-9d13-d098890bc812" ], "x-ms-correlation-request-id": [ - "51ba4924-8035-48ee-82fe-fa04d8421e7e" + "9a38cabb-0870-4d60-9d13-d098890bc812" ], "x-ms-routing-request-id": [ - "WESTUS2:20200325T091317Z:51ba4924-8035-48ee-82fe-fa04d8421e7e" + "NORTHCENTRALUS:20200612T213922Z:9a38cabb-0870-4d60-9d13-d098890bc812" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1263,7 +1263,7 @@ "nosniff" ], "Date": [ - "Wed, 25 Mar 2020 09:13:16 GMT" + "Fri, 12 Jun 2020 21:39:21 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1272,32 +1272,32 @@ "-1" ], "Content-Length": [ - "12" + "710" ], "Retry-After": [ "0" ] }, - "ResponseBody": "{\r\n \"value\": []\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/ps2509/providers/Microsoft.Resources/deployments/ps296/operations/DBA470C2D7C0EDAC\",\r\n \"operationId\": \"DBA470C2D7C0EDAC\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2020-06-12T21:39:19.4287701Z\",\r\n \"duration\": \"PT2.9654116S\",\r\n \"trackingId\": \"d2d519e0-3aaa-4af3-9727-00518ba9e109\",\r\n \"serviceRequestId\": \"a64aecdb-986c-4e12-ba0c-e75d1cee6429\",\r\n \"statusCode\": \"Accepted\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/ps2509/providers/Microsoft.Storage/storageAccounts/ps4924\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps4924\"\r\n }\r\n }\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/resourcegroups/ps6304/deployments/ps7102/operations?api-version=2019-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYjlmMTM4YTEtMWQ2NC00MTA4LTg0MTMtOWVhM2JlMWMxYjJkL3Jlc291cmNlZ3JvdXBzL3BzNjMwNC9kZXBsb3ltZW50cy9wczcxMDIvb3BlcmF0aW9ucz9hcGktdmVyc2lvbj0yMDE5LTEwLTAx", + "RequestUri": "/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourcegroups/ps2509/deployments/ps296/operations?api-version=2019-10-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTFiZmE2MzUtZjJiZi00MmYxLTg2YjUtODQ4YzY3NGZjMzIxL3Jlc291cmNlZ3JvdXBzL3BzMjUwOS9kZXBsb3ltZW50cy9wczI5Ni9vcGVyYXRpb25zP2FwaS12ZXJzaW9uPTIwMTktMTAtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "4f5120de-234c-41a5-a499-02fbe9bd168e" + "0fc3380b-e32f-4e47-8524-9d1db44e8e43" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27110.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/3.4.0.0" + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/3.7.1.0" ] }, "ResponseHeaders": { @@ -1311,13 +1311,13 @@ "11968" ], "x-ms-request-id": [ - "a90c98c8-7bd9-4778-bcef-1d57954dcae3" + "1baba80e-be7c-43c0-af72-e59038c152f3" ], "x-ms-correlation-request-id": [ - "a90c98c8-7bd9-4778-bcef-1d57954dcae3" + "1baba80e-be7c-43c0-af72-e59038c152f3" ], "x-ms-routing-request-id": [ - "WESTUS2:20200325T091317Z:a90c98c8-7bd9-4778-bcef-1d57954dcae3" + "NORTHCENTRALUS:20200612T213922Z:1baba80e-be7c-43c0-af72-e59038c152f3" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1326,7 +1326,7 @@ "nosniff" ], "Date": [ - "Wed, 25 Mar 2020 09:13:16 GMT" + "Fri, 12 Jun 2020 21:39:22 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1335,32 +1335,32 @@ "-1" ], "Content-Length": [ - "12" + "710" ], "Retry-After": [ "0" ] }, - "ResponseBody": "{\r\n \"value\": []\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/ps2509/providers/Microsoft.Resources/deployments/ps296/operations/DBA470C2D7C0EDAC\",\r\n \"operationId\": \"DBA470C2D7C0EDAC\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2020-06-12T21:39:19.4287701Z\",\r\n \"duration\": \"PT2.9654116S\",\r\n \"trackingId\": \"d2d519e0-3aaa-4af3-9727-00518ba9e109\",\r\n \"serviceRequestId\": \"a64aecdb-986c-4e12-ba0c-e75d1cee6429\",\r\n \"statusCode\": \"Accepted\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/ps2509/providers/Microsoft.Storage/storageAccounts/ps4924\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps4924\"\r\n }\r\n }\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/resourcegroups/ps6304/deployments/ps7102/operations?api-version=2019-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYjlmMTM4YTEtMWQ2NC00MTA4LTg0MTMtOWVhM2JlMWMxYjJkL3Jlc291cmNlZ3JvdXBzL3BzNjMwNC9kZXBsb3ltZW50cy9wczcxMDIvb3BlcmF0aW9ucz9hcGktdmVyc2lvbj0yMDE5LTEwLTAx", + "RequestUri": "/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourcegroups/ps2509/deployments/ps296/operations?api-version=2019-10-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTFiZmE2MzUtZjJiZi00MmYxLTg2YjUtODQ4YzY3NGZjMzIxL3Jlc291cmNlZ3JvdXBzL3BzMjUwOS9kZXBsb3ltZW50cy9wczI5Ni9vcGVyYXRpb25zP2FwaS12ZXJzaW9uPTIwMTktMTAtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "1cd2cb96-83f2-42b6-bcc7-fedc766c73ae" + "55d79167-1d12-43fa-92b0-85e1db2169b5" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27110.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/3.4.0.0" + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/3.7.1.0" ] }, "ResponseHeaders": { @@ -1374,13 +1374,13 @@ "11966" ], "x-ms-request-id": [ - "f23d79a8-317e-4061-b7cb-f9c61eb975b1" + "8d9db10e-b2c3-473d-a64e-a8ee736d181e" ], "x-ms-correlation-request-id": [ - "f23d79a8-317e-4061-b7cb-f9c61eb975b1" + "8d9db10e-b2c3-473d-a64e-a8ee736d181e" ], "x-ms-routing-request-id": [ - "WESTUS2:20200325T091317Z:f23d79a8-317e-4061-b7cb-f9c61eb975b1" + "NORTHCENTRALUS:20200612T213922Z:8d9db10e-b2c3-473d-a64e-a8ee736d181e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1389,7 +1389,7 @@ "nosniff" ], "Date": [ - "Wed, 25 Mar 2020 09:13:17 GMT" + "Fri, 12 Jun 2020 21:39:22 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1398,32 +1398,32 @@ "-1" ], "Content-Length": [ - "12" + "710" ], "Retry-After": [ "0" ] }, - "ResponseBody": "{\r\n \"value\": []\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/ps2509/providers/Microsoft.Resources/deployments/ps296/operations/DBA470C2D7C0EDAC\",\r\n \"operationId\": \"DBA470C2D7C0EDAC\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2020-06-12T21:39:19.4287701Z\",\r\n \"duration\": \"PT2.9654116S\",\r\n \"trackingId\": \"d2d519e0-3aaa-4af3-9727-00518ba9e109\",\r\n \"serviceRequestId\": \"a64aecdb-986c-4e12-ba0c-e75d1cee6429\",\r\n \"statusCode\": \"Accepted\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/ps2509/providers/Microsoft.Storage/storageAccounts/ps4924\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps4924\"\r\n }\r\n }\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/resourcegroups/ps6304/deployments/ps7102/operations?api-version=2019-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYjlmMTM4YTEtMWQ2NC00MTA4LTg0MTMtOWVhM2JlMWMxYjJkL3Jlc291cmNlZ3JvdXBzL3BzNjMwNC9kZXBsb3ltZW50cy9wczcxMDIvb3BlcmF0aW9ucz9hcGktdmVyc2lvbj0yMDE5LTEwLTAx", + "RequestUri": "/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourcegroups/ps2509/deployments/ps296/operations?api-version=2019-10-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTFiZmE2MzUtZjJiZi00MmYxLTg2YjUtODQ4YzY3NGZjMzIxL3Jlc291cmNlZ3JvdXBzL3BzMjUwOS9kZXBsb3ltZW50cy9wczI5Ni9vcGVyYXRpb25zP2FwaS12ZXJzaW9uPTIwMTktMTAtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "55da7cc8-a8fc-4fb5-a55a-dfcf97eeabe3" + "15194dc4-89d1-4daa-b538-5399840e4dc1" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27110.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/3.4.0.0" + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/3.7.1.0" ] }, "ResponseHeaders": { @@ -1437,13 +1437,13 @@ "11964" ], "x-ms-request-id": [ - "3bf29308-c7dc-4ebd-b357-11b80c2c1401" + "eaa09285-2cec-4093-afbf-98075b5c2eeb" ], "x-ms-correlation-request-id": [ - "3bf29308-c7dc-4ebd-b357-11b80c2c1401" + "eaa09285-2cec-4093-afbf-98075b5c2eeb" ], "x-ms-routing-request-id": [ - "WESTUS2:20200325T091318Z:3bf29308-c7dc-4ebd-b357-11b80c2c1401" + "NORTHCENTRALUS:20200612T213923Z:eaa09285-2cec-4093-afbf-98075b5c2eeb" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1452,7 +1452,7 @@ "nosniff" ], "Date": [ - "Wed, 25 Mar 2020 09:13:17 GMT" + "Fri, 12 Jun 2020 21:39:22 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1461,32 +1461,32 @@ "-1" ], "Content-Length": [ - "12" + "710" ], "Retry-After": [ "0" ] }, - "ResponseBody": "{\r\n \"value\": []\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/ps2509/providers/Microsoft.Resources/deployments/ps296/operations/DBA470C2D7C0EDAC\",\r\n \"operationId\": \"DBA470C2D7C0EDAC\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2020-06-12T21:39:19.4287701Z\",\r\n \"duration\": \"PT2.9654116S\",\r\n \"trackingId\": \"d2d519e0-3aaa-4af3-9727-00518ba9e109\",\r\n \"serviceRequestId\": \"a64aecdb-986c-4e12-ba0c-e75d1cee6429\",\r\n \"statusCode\": \"Accepted\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/ps2509/providers/Microsoft.Storage/storageAccounts/ps4924\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps4924\"\r\n }\r\n }\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/resourcegroups/ps6304/deployments/ps7102/operations?api-version=2019-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYjlmMTM4YTEtMWQ2NC00MTA4LTg0MTMtOWVhM2JlMWMxYjJkL3Jlc291cmNlZ3JvdXBzL3BzNjMwNC9kZXBsb3ltZW50cy9wczcxMDIvb3BlcmF0aW9ucz9hcGktdmVyc2lvbj0yMDE5LTEwLTAx", + "RequestUri": "/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourcegroups/ps2509/deployments/ps296/operations?api-version=2019-10-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTFiZmE2MzUtZjJiZi00MmYxLTg2YjUtODQ4YzY3NGZjMzIxL3Jlc291cmNlZ3JvdXBzL3BzMjUwOS9kZXBsb3ltZW50cy9wczI5Ni9vcGVyYXRpb25zP2FwaS12ZXJzaW9uPTIwMTktMTAtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "f5382f60-9ab5-40dc-b3ee-f6bf6b57872f" + "0eb815c4-19af-4c6a-adaa-b322ff4f2ec8" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27110.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/3.4.0.0" + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/3.7.1.0" ] }, "ResponseHeaders": { @@ -1500,13 +1500,13 @@ "11962" ], "x-ms-request-id": [ - "b7c3f8d5-a9bf-49cb-8e67-9659e8d147e5" + "a24d5e8b-157c-4cb2-8e7f-f941e3a8d8b4" ], "x-ms-correlation-request-id": [ - "b7c3f8d5-a9bf-49cb-8e67-9659e8d147e5" + "a24d5e8b-157c-4cb2-8e7f-f941e3a8d8b4" ], "x-ms-routing-request-id": [ - "WESTUS2:20200325T091318Z:b7c3f8d5-a9bf-49cb-8e67-9659e8d147e5" + "NORTHCENTRALUS:20200612T213923Z:a24d5e8b-157c-4cb2-8e7f-f941e3a8d8b4" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1515,7 +1515,7 @@ "nosniff" ], "Date": [ - "Wed, 25 Mar 2020 09:13:17 GMT" + "Fri, 12 Jun 2020 21:39:23 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1524,32 +1524,32 @@ "-1" ], "Content-Length": [ - "12" + "710" ], "Retry-After": [ "0" ] }, - "ResponseBody": "{\r\n \"value\": []\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/ps2509/providers/Microsoft.Resources/deployments/ps296/operations/DBA470C2D7C0EDAC\",\r\n \"operationId\": \"DBA470C2D7C0EDAC\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2020-06-12T21:39:19.4287701Z\",\r\n \"duration\": \"PT2.9654116S\",\r\n \"trackingId\": \"d2d519e0-3aaa-4af3-9727-00518ba9e109\",\r\n \"serviceRequestId\": \"a64aecdb-986c-4e12-ba0c-e75d1cee6429\",\r\n \"statusCode\": \"Accepted\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/ps2509/providers/Microsoft.Storage/storageAccounts/ps4924\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps4924\"\r\n }\r\n }\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/resourcegroups/ps6304/deployments/ps7102/operations?api-version=2019-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYjlmMTM4YTEtMWQ2NC00MTA4LTg0MTMtOWVhM2JlMWMxYjJkL3Jlc291cmNlZ3JvdXBzL3BzNjMwNC9kZXBsb3ltZW50cy9wczcxMDIvb3BlcmF0aW9ucz9hcGktdmVyc2lvbj0yMDE5LTEwLTAx", + "RequestUri": "/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourcegroups/ps2509/deployments/ps296/operations?api-version=2019-10-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTFiZmE2MzUtZjJiZi00MmYxLTg2YjUtODQ4YzY3NGZjMzIxL3Jlc291cmNlZ3JvdXBzL3BzMjUwOS9kZXBsb3ltZW50cy9wczI5Ni9vcGVyYXRpb25zP2FwaS12ZXJzaW9uPTIwMTktMTAtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "a4ed5804-3e79-463c-ab42-2519a4e0c384" + "e1192b0c-39ab-4a64-8bf1-c636f2df4522" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27110.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/3.4.0.0" + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/3.7.1.0" ] }, "ResponseHeaders": { @@ -1563,13 +1563,13 @@ "11960" ], "x-ms-request-id": [ - "5e1e8d53-cb7b-4253-9a68-2bc7acb803c0" + "ed993dd0-a971-454c-be7d-9ad4c351aad6" ], "x-ms-correlation-request-id": [ - "5e1e8d53-cb7b-4253-9a68-2bc7acb803c0" + "ed993dd0-a971-454c-be7d-9ad4c351aad6" ], "x-ms-routing-request-id": [ - "WESTUS2:20200325T091318Z:5e1e8d53-cb7b-4253-9a68-2bc7acb803c0" + "NORTHCENTRALUS:20200612T213924Z:ed993dd0-a971-454c-be7d-9ad4c351aad6" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1578,7 +1578,7 @@ "nosniff" ], "Date": [ - "Wed, 25 Mar 2020 09:13:18 GMT" + "Fri, 12 Jun 2020 21:39:23 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1587,32 +1587,32 @@ "-1" ], "Content-Length": [ - "711" + "710" ], "Retry-After": [ "0" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/resourceGroups/ps6304/providers/Microsoft.Resources/deployments/ps7102/operations/D60BABBFE7AE59B2\",\r\n \"operationId\": \"D60BABBFE7AE59B2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2020-03-25T09:13:18.8195494Z\",\r\n \"duration\": \"PT2.7531945S\",\r\n \"trackingId\": \"479ff780-28ec-4fd7-8836-c0462825967c\",\r\n \"serviceRequestId\": \"e60d7e65-f3b9-4984-9501-ea7b36aedca4\",\r\n \"statusCode\": \"Accepted\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/resourceGroups/ps6304/providers/Microsoft.Storage/storageAccounts/ps2757\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps2757\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/ps2509/providers/Microsoft.Resources/deployments/ps296/operations/DBA470C2D7C0EDAC\",\r\n \"operationId\": \"DBA470C2D7C0EDAC\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2020-06-12T21:39:19.4287701Z\",\r\n \"duration\": \"PT2.9654116S\",\r\n \"trackingId\": \"d2d519e0-3aaa-4af3-9727-00518ba9e109\",\r\n \"serviceRequestId\": \"a64aecdb-986c-4e12-ba0c-e75d1cee6429\",\r\n \"statusCode\": \"Accepted\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/ps2509/providers/Microsoft.Storage/storageAccounts/ps4924\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps4924\"\r\n }\r\n }\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/resourcegroups/ps6304/deployments/ps7102/operations?api-version=2019-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYjlmMTM4YTEtMWQ2NC00MTA4LTg0MTMtOWVhM2JlMWMxYjJkL3Jlc291cmNlZ3JvdXBzL3BzNjMwNC9kZXBsb3ltZW50cy9wczcxMDIvb3BlcmF0aW9ucz9hcGktdmVyc2lvbj0yMDE5LTEwLTAx", + "RequestUri": "/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourcegroups/ps2509/deployments/ps296/operations?api-version=2019-10-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTFiZmE2MzUtZjJiZi00MmYxLTg2YjUtODQ4YzY3NGZjMzIxL3Jlc291cmNlZ3JvdXBzL3BzMjUwOS9kZXBsb3ltZW50cy9wczI5Ni9vcGVyYXRpb25zP2FwaS12ZXJzaW9uPTIwMTktMTAtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "b7041a1e-7767-4932-af87-d2796f8e7e6d" + "31cdc1ee-4340-4efe-afe9-5fabcd48cf3a" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27110.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/3.4.0.0" + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/3.7.1.0" ] }, "ResponseHeaders": { @@ -1626,13 +1626,13 @@ "11958" ], "x-ms-request-id": [ - "7c9a81ad-9d09-44d5-a73e-339aaf8f9a35" + "ded3a6e3-6b57-4dd8-9b47-6e442260bd89" ], "x-ms-correlation-request-id": [ - "7c9a81ad-9d09-44d5-a73e-339aaf8f9a35" + "ded3a6e3-6b57-4dd8-9b47-6e442260bd89" ], "x-ms-routing-request-id": [ - "WESTUS2:20200325T091319Z:7c9a81ad-9d09-44d5-a73e-339aaf8f9a35" + "NORTHCENTRALUS:20200612T213924Z:ded3a6e3-6b57-4dd8-9b47-6e442260bd89" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1641,7 +1641,7 @@ "nosniff" ], "Date": [ - "Wed, 25 Mar 2020 09:13:18 GMT" + "Fri, 12 Jun 2020 21:39:24 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1650,32 +1650,32 @@ "-1" ], "Content-Length": [ - "711" + "710" ], "Retry-After": [ "0" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/resourceGroups/ps6304/providers/Microsoft.Resources/deployments/ps7102/operations/D60BABBFE7AE59B2\",\r\n \"operationId\": \"D60BABBFE7AE59B2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2020-03-25T09:13:18.8195494Z\",\r\n \"duration\": \"PT2.7531945S\",\r\n \"trackingId\": \"479ff780-28ec-4fd7-8836-c0462825967c\",\r\n \"serviceRequestId\": \"e60d7e65-f3b9-4984-9501-ea7b36aedca4\",\r\n \"statusCode\": \"Accepted\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/resourceGroups/ps6304/providers/Microsoft.Storage/storageAccounts/ps2757\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps2757\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/ps2509/providers/Microsoft.Resources/deployments/ps296/operations/DBA470C2D7C0EDAC\",\r\n \"operationId\": \"DBA470C2D7C0EDAC\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2020-06-12T21:39:19.4287701Z\",\r\n \"duration\": \"PT2.9654116S\",\r\n \"trackingId\": \"d2d519e0-3aaa-4af3-9727-00518ba9e109\",\r\n \"serviceRequestId\": \"a64aecdb-986c-4e12-ba0c-e75d1cee6429\",\r\n \"statusCode\": \"Accepted\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/ps2509/providers/Microsoft.Storage/storageAccounts/ps4924\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps4924\"\r\n }\r\n }\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/resourcegroups/ps6304/deployments/ps7102/operations?api-version=2019-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYjlmMTM4YTEtMWQ2NC00MTA4LTg0MTMtOWVhM2JlMWMxYjJkL3Jlc291cmNlZ3JvdXBzL3BzNjMwNC9kZXBsb3ltZW50cy9wczcxMDIvb3BlcmF0aW9ucz9hcGktdmVyc2lvbj0yMDE5LTEwLTAx", + "RequestUri": "/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourcegroups/ps2509/deployments/ps296/operations?api-version=2019-10-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTFiZmE2MzUtZjJiZi00MmYxLTg2YjUtODQ4YzY3NGZjMzIxL3Jlc291cmNlZ3JvdXBzL3BzMjUwOS9kZXBsb3ltZW50cy9wczI5Ni9vcGVyYXRpb25zP2FwaS12ZXJzaW9uPTIwMTktMTAtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "a177e5c7-7827-4aec-bc80-7b1f240b1ecd" + "cbc7dfcf-27f9-4901-99f7-1200263b2c80" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27110.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/3.4.0.0" + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/3.7.1.0" ] }, "ResponseHeaders": { @@ -1689,13 +1689,13 @@ "11956" ], "x-ms-request-id": [ - "4f5079ef-c7fb-4632-af31-4c25a4e0dd6d" + "c2c81b5e-ee45-4493-a228-76ca49b25d39" ], "x-ms-correlation-request-id": [ - "4f5079ef-c7fb-4632-af31-4c25a4e0dd6d" + "c2c81b5e-ee45-4493-a228-76ca49b25d39" ], "x-ms-routing-request-id": [ - "WESTUS2:20200325T091319Z:4f5079ef-c7fb-4632-af31-4c25a4e0dd6d" + "NORTHCENTRALUS:20200612T213925Z:c2c81b5e-ee45-4493-a228-76ca49b25d39" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1704,7 +1704,7 @@ "nosniff" ], "Date": [ - "Wed, 25 Mar 2020 09:13:18 GMT" + "Fri, 12 Jun 2020 21:39:24 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1713,32 +1713,32 @@ "-1" ], "Content-Length": [ - "711" + "710" ], "Retry-After": [ "0" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/resourceGroups/ps6304/providers/Microsoft.Resources/deployments/ps7102/operations/D60BABBFE7AE59B2\",\r\n \"operationId\": \"D60BABBFE7AE59B2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2020-03-25T09:13:18.8195494Z\",\r\n \"duration\": \"PT2.7531945S\",\r\n \"trackingId\": \"479ff780-28ec-4fd7-8836-c0462825967c\",\r\n \"serviceRequestId\": \"e60d7e65-f3b9-4984-9501-ea7b36aedca4\",\r\n \"statusCode\": \"Accepted\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/resourceGroups/ps6304/providers/Microsoft.Storage/storageAccounts/ps2757\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps2757\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/ps2509/providers/Microsoft.Resources/deployments/ps296/operations/DBA470C2D7C0EDAC\",\r\n \"operationId\": \"DBA470C2D7C0EDAC\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2020-06-12T21:39:19.4287701Z\",\r\n \"duration\": \"PT2.9654116S\",\r\n \"trackingId\": \"d2d519e0-3aaa-4af3-9727-00518ba9e109\",\r\n \"serviceRequestId\": \"a64aecdb-986c-4e12-ba0c-e75d1cee6429\",\r\n \"statusCode\": \"Accepted\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/ps2509/providers/Microsoft.Storage/storageAccounts/ps4924\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps4924\"\r\n }\r\n }\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/resourcegroups/ps6304/deployments/ps7102/operations?api-version=2019-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYjlmMTM4YTEtMWQ2NC00MTA4LTg0MTMtOWVhM2JlMWMxYjJkL3Jlc291cmNlZ3JvdXBzL3BzNjMwNC9kZXBsb3ltZW50cy9wczcxMDIvb3BlcmF0aW9ucz9hcGktdmVyc2lvbj0yMDE5LTEwLTAx", + "RequestUri": "/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourcegroups/ps2509/deployments/ps296/operations?api-version=2019-10-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTFiZmE2MzUtZjJiZi00MmYxLTg2YjUtODQ4YzY3NGZjMzIxL3Jlc291cmNlZ3JvdXBzL3BzMjUwOS9kZXBsb3ltZW50cy9wczI5Ni9vcGVyYXRpb25zP2FwaS12ZXJzaW9uPTIwMTktMTAtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "ecd80c4c-809d-4bb1-9677-a975a0f3f7c8" + "466d5683-3ea4-4c90-a0dd-581a45b955bf" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27110.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/3.4.0.0" + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/3.7.1.0" ] }, "ResponseHeaders": { @@ -1752,13 +1752,13 @@ "11954" ], "x-ms-request-id": [ - "934a0077-6ce1-4dec-8b61-ff16ae0c3982" + "4280117b-c3e9-4f6f-b8e1-f90e2b768dea" ], "x-ms-correlation-request-id": [ - "934a0077-6ce1-4dec-8b61-ff16ae0c3982" + "4280117b-c3e9-4f6f-b8e1-f90e2b768dea" ], "x-ms-routing-request-id": [ - "WESTUS2:20200325T091319Z:934a0077-6ce1-4dec-8b61-ff16ae0c3982" + "NORTHCENTRALUS:20200612T213925Z:4280117b-c3e9-4f6f-b8e1-f90e2b768dea" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1767,7 +1767,7 @@ "nosniff" ], "Date": [ - "Wed, 25 Mar 2020 09:13:19 GMT" + "Fri, 12 Jun 2020 21:39:24 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1776,32 +1776,32 @@ "-1" ], "Content-Length": [ - "711" + "710" ], "Retry-After": [ "0" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/resourceGroups/ps6304/providers/Microsoft.Resources/deployments/ps7102/operations/D60BABBFE7AE59B2\",\r\n \"operationId\": \"D60BABBFE7AE59B2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2020-03-25T09:13:18.8195494Z\",\r\n \"duration\": \"PT2.7531945S\",\r\n \"trackingId\": \"479ff780-28ec-4fd7-8836-c0462825967c\",\r\n \"serviceRequestId\": \"e60d7e65-f3b9-4984-9501-ea7b36aedca4\",\r\n \"statusCode\": \"Accepted\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/resourceGroups/ps6304/providers/Microsoft.Storage/storageAccounts/ps2757\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps2757\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/ps2509/providers/Microsoft.Resources/deployments/ps296/operations/DBA470C2D7C0EDAC\",\r\n \"operationId\": \"DBA470C2D7C0EDAC\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2020-06-12T21:39:19.4287701Z\",\r\n \"duration\": \"PT2.9654116S\",\r\n \"trackingId\": \"d2d519e0-3aaa-4af3-9727-00518ba9e109\",\r\n \"serviceRequestId\": \"a64aecdb-986c-4e12-ba0c-e75d1cee6429\",\r\n \"statusCode\": \"Accepted\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/ps2509/providers/Microsoft.Storage/storageAccounts/ps4924\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps4924\"\r\n }\r\n }\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/resourcegroups/ps6304/deployments/ps7102/operations?api-version=2019-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYjlmMTM4YTEtMWQ2NC00MTA4LTg0MTMtOWVhM2JlMWMxYjJkL3Jlc291cmNlZ3JvdXBzL3BzNjMwNC9kZXBsb3ltZW50cy9wczcxMDIvb3BlcmF0aW9ucz9hcGktdmVyc2lvbj0yMDE5LTEwLTAx", + "RequestUri": "/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourcegroups/ps2509/deployments/ps296/operations?api-version=2019-10-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTFiZmE2MzUtZjJiZi00MmYxLTg2YjUtODQ4YzY3NGZjMzIxL3Jlc291cmNlZ3JvdXBzL3BzMjUwOS9kZXBsb3ltZW50cy9wczI5Ni9vcGVyYXRpb25zP2FwaS12ZXJzaW9uPTIwMTktMTAtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "bf5f960c-99c3-45ce-886b-6fd2cc4e5da1" + "1dc69eb3-5596-4fd2-ae06-61490fce73a1" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27110.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/3.4.0.0" + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/3.7.1.0" ] }, "ResponseHeaders": { @@ -1815,13 +1815,13 @@ "11952" ], "x-ms-request-id": [ - "e68ac93a-45ff-4331-9970-4454d06bc62b" + "a5b478ed-08d1-480d-8278-c37408935fb0" ], "x-ms-correlation-request-id": [ - "e68ac93a-45ff-4331-9970-4454d06bc62b" + "a5b478ed-08d1-480d-8278-c37408935fb0" ], "x-ms-routing-request-id": [ - "WESTUS2:20200325T091320Z:e68ac93a-45ff-4331-9970-4454d06bc62b" + "NORTHCENTRALUS:20200612T213925Z:a5b478ed-08d1-480d-8278-c37408935fb0" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1830,7 +1830,7 @@ "nosniff" ], "Date": [ - "Wed, 25 Mar 2020 09:13:19 GMT" + "Fri, 12 Jun 2020 21:39:25 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1839,32 +1839,32 @@ "-1" ], "Content-Length": [ - "711" + "710" ], "Retry-After": [ "0" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/resourceGroups/ps6304/providers/Microsoft.Resources/deployments/ps7102/operations/D60BABBFE7AE59B2\",\r\n \"operationId\": \"D60BABBFE7AE59B2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2020-03-25T09:13:18.8195494Z\",\r\n \"duration\": \"PT2.7531945S\",\r\n \"trackingId\": \"479ff780-28ec-4fd7-8836-c0462825967c\",\r\n \"serviceRequestId\": \"e60d7e65-f3b9-4984-9501-ea7b36aedca4\",\r\n \"statusCode\": \"Accepted\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/resourceGroups/ps6304/providers/Microsoft.Storage/storageAccounts/ps2757\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps2757\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/ps2509/providers/Microsoft.Resources/deployments/ps296/operations/DBA470C2D7C0EDAC\",\r\n \"operationId\": \"DBA470C2D7C0EDAC\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2020-06-12T21:39:19.4287701Z\",\r\n \"duration\": \"PT2.9654116S\",\r\n \"trackingId\": \"d2d519e0-3aaa-4af3-9727-00518ba9e109\",\r\n \"serviceRequestId\": \"a64aecdb-986c-4e12-ba0c-e75d1cee6429\",\r\n \"statusCode\": \"Accepted\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/ps2509/providers/Microsoft.Storage/storageAccounts/ps4924\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps4924\"\r\n }\r\n }\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/resourcegroups/ps6304/deployments/ps7102/operations?api-version=2019-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYjlmMTM4YTEtMWQ2NC00MTA4LTg0MTMtOWVhM2JlMWMxYjJkL3Jlc291cmNlZ3JvdXBzL3BzNjMwNC9kZXBsb3ltZW50cy9wczcxMDIvb3BlcmF0aW9ucz9hcGktdmVyc2lvbj0yMDE5LTEwLTAx", + "RequestUri": "/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourcegroups/ps2509/deployments/ps296/operations?api-version=2019-10-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTFiZmE2MzUtZjJiZi00MmYxLTg2YjUtODQ4YzY3NGZjMzIxL3Jlc291cmNlZ3JvdXBzL3BzMjUwOS9kZXBsb3ltZW50cy9wczI5Ni9vcGVyYXRpb25zP2FwaS12ZXJzaW9uPTIwMTktMTAtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "beff0c50-d96a-4a01-83d4-9811881f8992" + "4b968daf-d197-4c6a-8a49-c461cdae621d" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27110.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/3.4.0.0" + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/3.7.1.0" ] }, "ResponseHeaders": { @@ -1878,13 +1878,13 @@ "11950" ], "x-ms-request-id": [ - "9425d71b-34d6-4666-9bd4-e0b04f84233c" + "f880f0ea-540e-43d1-97a0-39b29813e256" ], "x-ms-correlation-request-id": [ - "9425d71b-34d6-4666-9bd4-e0b04f84233c" + "f880f0ea-540e-43d1-97a0-39b29813e256" ], "x-ms-routing-request-id": [ - "WESTUS2:20200325T091320Z:9425d71b-34d6-4666-9bd4-e0b04f84233c" + "NORTHCENTRALUS:20200612T213926Z:f880f0ea-540e-43d1-97a0-39b29813e256" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1893,7 +1893,7 @@ "nosniff" ], "Date": [ - "Wed, 25 Mar 2020 09:13:20 GMT" + "Fri, 12 Jun 2020 21:39:25 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1902,32 +1902,32 @@ "-1" ], "Content-Length": [ - "711" + "710" ], "Retry-After": [ "0" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/resourceGroups/ps6304/providers/Microsoft.Resources/deployments/ps7102/operations/D60BABBFE7AE59B2\",\r\n \"operationId\": \"D60BABBFE7AE59B2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2020-03-25T09:13:18.8195494Z\",\r\n \"duration\": \"PT2.7531945S\",\r\n \"trackingId\": \"479ff780-28ec-4fd7-8836-c0462825967c\",\r\n \"serviceRequestId\": \"e60d7e65-f3b9-4984-9501-ea7b36aedca4\",\r\n \"statusCode\": \"Accepted\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/resourceGroups/ps6304/providers/Microsoft.Storage/storageAccounts/ps2757\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps2757\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/ps2509/providers/Microsoft.Resources/deployments/ps296/operations/DBA470C2D7C0EDAC\",\r\n \"operationId\": \"DBA470C2D7C0EDAC\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2020-06-12T21:39:19.4287701Z\",\r\n \"duration\": \"PT2.9654116S\",\r\n \"trackingId\": \"d2d519e0-3aaa-4af3-9727-00518ba9e109\",\r\n \"serviceRequestId\": \"a64aecdb-986c-4e12-ba0c-e75d1cee6429\",\r\n \"statusCode\": \"Accepted\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/ps2509/providers/Microsoft.Storage/storageAccounts/ps4924\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps4924\"\r\n }\r\n }\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/resourcegroups/ps6304/deployments/ps7102/operations?api-version=2019-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYjlmMTM4YTEtMWQ2NC00MTA4LTg0MTMtOWVhM2JlMWMxYjJkL3Jlc291cmNlZ3JvdXBzL3BzNjMwNC9kZXBsb3ltZW50cy9wczcxMDIvb3BlcmF0aW9ucz9hcGktdmVyc2lvbj0yMDE5LTEwLTAx", + "RequestUri": "/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourcegroups/ps2509/deployments/ps296/operations?api-version=2019-10-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTFiZmE2MzUtZjJiZi00MmYxLTg2YjUtODQ4YzY3NGZjMzIxL3Jlc291cmNlZ3JvdXBzL3BzMjUwOS9kZXBsb3ltZW50cy9wczI5Ni9vcGVyYXRpb25zP2FwaS12ZXJzaW9uPTIwMTktMTAtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "d7b054ba-291f-41d9-825a-05b75f59dcf5" + "dee50651-5d57-49e9-bbd6-59b0cd64f660" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27110.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/3.4.0.0" + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/3.7.1.0" ] }, "ResponseHeaders": { @@ -1941,13 +1941,13 @@ "11948" ], "x-ms-request-id": [ - "ec83dce6-f69c-400e-be5b-215c9c029264" + "2594ce58-7e1a-489e-8257-aefa20921afb" ], "x-ms-correlation-request-id": [ - "ec83dce6-f69c-400e-be5b-215c9c029264" + "2594ce58-7e1a-489e-8257-aefa20921afb" ], "x-ms-routing-request-id": [ - "WESTUS2:20200325T091321Z:ec83dce6-f69c-400e-be5b-215c9c029264" + "NORTHCENTRALUS:20200612T213926Z:2594ce58-7e1a-489e-8257-aefa20921afb" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1956,7 +1956,7 @@ "nosniff" ], "Date": [ - "Wed, 25 Mar 2020 09:13:20 GMT" + "Fri, 12 Jun 2020 21:39:26 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1965,32 +1965,32 @@ "-1" ], "Content-Length": [ - "711" + "710" ], "Retry-After": [ "0" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/resourceGroups/ps6304/providers/Microsoft.Resources/deployments/ps7102/operations/D60BABBFE7AE59B2\",\r\n \"operationId\": \"D60BABBFE7AE59B2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2020-03-25T09:13:18.8195494Z\",\r\n \"duration\": \"PT2.7531945S\",\r\n \"trackingId\": \"479ff780-28ec-4fd7-8836-c0462825967c\",\r\n \"serviceRequestId\": \"e60d7e65-f3b9-4984-9501-ea7b36aedca4\",\r\n \"statusCode\": \"Accepted\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/resourceGroups/ps6304/providers/Microsoft.Storage/storageAccounts/ps2757\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps2757\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/ps2509/providers/Microsoft.Resources/deployments/ps296/operations/DBA470C2D7C0EDAC\",\r\n \"operationId\": \"DBA470C2D7C0EDAC\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2020-06-12T21:39:19.4287701Z\",\r\n \"duration\": \"PT2.9654116S\",\r\n \"trackingId\": \"d2d519e0-3aaa-4af3-9727-00518ba9e109\",\r\n \"serviceRequestId\": \"a64aecdb-986c-4e12-ba0c-e75d1cee6429\",\r\n \"statusCode\": \"Accepted\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/ps2509/providers/Microsoft.Storage/storageAccounts/ps4924\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps4924\"\r\n }\r\n }\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/resourcegroups/ps6304/deployments/ps7102/operations?api-version=2019-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYjlmMTM4YTEtMWQ2NC00MTA4LTg0MTMtOWVhM2JlMWMxYjJkL3Jlc291cmNlZ3JvdXBzL3BzNjMwNC9kZXBsb3ltZW50cy9wczcxMDIvb3BlcmF0aW9ucz9hcGktdmVyc2lvbj0yMDE5LTEwLTAx", + "RequestUri": "/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourcegroups/ps2509/deployments/ps296/operations?api-version=2019-10-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTFiZmE2MzUtZjJiZi00MmYxLTg2YjUtODQ4YzY3NGZjMzIxL3Jlc291cmNlZ3JvdXBzL3BzMjUwOS9kZXBsb3ltZW50cy9wczI5Ni9vcGVyYXRpb25zP2FwaS12ZXJzaW9uPTIwMTktMTAtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "2e46eb8f-090f-4de1-8541-ce6635921149" + "ef7c21fb-7eac-406b-a666-f982ef299a24" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27110.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/3.4.0.0" + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/3.7.1.0" ] }, "ResponseHeaders": { @@ -2004,13 +2004,13 @@ "11946" ], "x-ms-request-id": [ - "f10d50cd-d56c-4d8b-a13d-d9864968d20e" + "b9798b9a-c70b-4e14-bbc0-9855a5b4b0c2" ], "x-ms-correlation-request-id": [ - "f10d50cd-d56c-4d8b-a13d-d9864968d20e" + "b9798b9a-c70b-4e14-bbc0-9855a5b4b0c2" ], "x-ms-routing-request-id": [ - "WESTUS2:20200325T091321Z:f10d50cd-d56c-4d8b-a13d-d9864968d20e" + "NORTHCENTRALUS:20200612T213927Z:b9798b9a-c70b-4e14-bbc0-9855a5b4b0c2" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2019,7 +2019,7 @@ "nosniff" ], "Date": [ - "Wed, 25 Mar 2020 09:13:20 GMT" + "Fri, 12 Jun 2020 21:39:26 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2028,32 +2028,32 @@ "-1" ], "Content-Length": [ - "711" + "710" ], "Retry-After": [ "0" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/resourceGroups/ps6304/providers/Microsoft.Resources/deployments/ps7102/operations/D60BABBFE7AE59B2\",\r\n \"operationId\": \"D60BABBFE7AE59B2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2020-03-25T09:13:18.8195494Z\",\r\n \"duration\": \"PT2.7531945S\",\r\n \"trackingId\": \"479ff780-28ec-4fd7-8836-c0462825967c\",\r\n \"serviceRequestId\": \"e60d7e65-f3b9-4984-9501-ea7b36aedca4\",\r\n \"statusCode\": \"Accepted\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/resourceGroups/ps6304/providers/Microsoft.Storage/storageAccounts/ps2757\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps2757\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/ps2509/providers/Microsoft.Resources/deployments/ps296/operations/DBA470C2D7C0EDAC\",\r\n \"operationId\": \"DBA470C2D7C0EDAC\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2020-06-12T21:39:19.4287701Z\",\r\n \"duration\": \"PT2.9654116S\",\r\n \"trackingId\": \"d2d519e0-3aaa-4af3-9727-00518ba9e109\",\r\n \"serviceRequestId\": \"a64aecdb-986c-4e12-ba0c-e75d1cee6429\",\r\n \"statusCode\": \"Accepted\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/ps2509/providers/Microsoft.Storage/storageAccounts/ps4924\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps4924\"\r\n }\r\n }\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/resourcegroups/ps6304/deployments/ps7102/operations?api-version=2019-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYjlmMTM4YTEtMWQ2NC00MTA4LTg0MTMtOWVhM2JlMWMxYjJkL3Jlc291cmNlZ3JvdXBzL3BzNjMwNC9kZXBsb3ltZW50cy9wczcxMDIvb3BlcmF0aW9ucz9hcGktdmVyc2lvbj0yMDE5LTEwLTAx", + "RequestUri": "/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourcegroups/ps2509/deployments/ps296/operations?api-version=2019-10-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTFiZmE2MzUtZjJiZi00MmYxLTg2YjUtODQ4YzY3NGZjMzIxL3Jlc291cmNlZ3JvdXBzL3BzMjUwOS9kZXBsb3ltZW50cy9wczI5Ni9vcGVyYXRpb25zP2FwaS12ZXJzaW9uPTIwMTktMTAtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "55ef043e-86bb-4827-8174-8bb3a4ea1a07" + "006bb0ee-33c7-4c75-a796-f1503868a4fa" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27110.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/3.4.0.0" + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/3.7.1.0" ] }, "ResponseHeaders": { @@ -2067,13 +2067,13 @@ "11944" ], "x-ms-request-id": [ - "65576fc4-592d-4570-83f9-3013066f350b" + "7c4b3440-78c6-4aa5-bca1-3cefdc4f2712" ], "x-ms-correlation-request-id": [ - "65576fc4-592d-4570-83f9-3013066f350b" + "7c4b3440-78c6-4aa5-bca1-3cefdc4f2712" ], "x-ms-routing-request-id": [ - "WESTUS2:20200325T091321Z:65576fc4-592d-4570-83f9-3013066f350b" + "NORTHCENTRALUS:20200612T213927Z:7c4b3440-78c6-4aa5-bca1-3cefdc4f2712" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2082,7 +2082,7 @@ "nosniff" ], "Date": [ - "Wed, 25 Mar 2020 09:13:21 GMT" + "Fri, 12 Jun 2020 21:39:26 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2091,32 +2091,32 @@ "-1" ], "Content-Length": [ - "711" + "710" ], "Retry-After": [ "0" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/resourceGroups/ps6304/providers/Microsoft.Resources/deployments/ps7102/operations/D60BABBFE7AE59B2\",\r\n \"operationId\": \"D60BABBFE7AE59B2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2020-03-25T09:13:18.8195494Z\",\r\n \"duration\": \"PT2.7531945S\",\r\n \"trackingId\": \"479ff780-28ec-4fd7-8836-c0462825967c\",\r\n \"serviceRequestId\": \"e60d7e65-f3b9-4984-9501-ea7b36aedca4\",\r\n \"statusCode\": \"Accepted\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/resourceGroups/ps6304/providers/Microsoft.Storage/storageAccounts/ps2757\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps2757\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/ps2509/providers/Microsoft.Resources/deployments/ps296/operations/DBA470C2D7C0EDAC\",\r\n \"operationId\": \"DBA470C2D7C0EDAC\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2020-06-12T21:39:19.4287701Z\",\r\n \"duration\": \"PT2.9654116S\",\r\n \"trackingId\": \"d2d519e0-3aaa-4af3-9727-00518ba9e109\",\r\n \"serviceRequestId\": \"a64aecdb-986c-4e12-ba0c-e75d1cee6429\",\r\n \"statusCode\": \"Accepted\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/ps2509/providers/Microsoft.Storage/storageAccounts/ps4924\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps4924\"\r\n }\r\n }\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/resourcegroups/ps6304/deployments/ps7102/operations?api-version=2019-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYjlmMTM4YTEtMWQ2NC00MTA4LTg0MTMtOWVhM2JlMWMxYjJkL3Jlc291cmNlZ3JvdXBzL3BzNjMwNC9kZXBsb3ltZW50cy9wczcxMDIvb3BlcmF0aW9ucz9hcGktdmVyc2lvbj0yMDE5LTEwLTAx", + "RequestUri": "/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourcegroups/ps2509/deployments/ps296/operations?api-version=2019-10-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTFiZmE2MzUtZjJiZi00MmYxLTg2YjUtODQ4YzY3NGZjMzIxL3Jlc291cmNlZ3JvdXBzL3BzMjUwOS9kZXBsb3ltZW50cy9wczI5Ni9vcGVyYXRpb25zP2FwaS12ZXJzaW9uPTIwMTktMTAtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "a9151372-b026-4d46-b754-ec3970c1b519" + "4673fb46-aafe-440f-8004-f4f7c5ebabf4" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27110.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/3.4.0.0" + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/3.7.1.0" ] }, "ResponseHeaders": { @@ -2130,13 +2130,13 @@ "11942" ], "x-ms-request-id": [ - "36f4ac24-e013-435f-9b08-446bbd3df727" + "a943a2ab-1207-4e27-94db-735b2e1db0be" ], "x-ms-correlation-request-id": [ - "36f4ac24-e013-435f-9b08-446bbd3df727" + "a943a2ab-1207-4e27-94db-735b2e1db0be" ], "x-ms-routing-request-id": [ - "WESTUS2:20200325T091322Z:36f4ac24-e013-435f-9b08-446bbd3df727" + "NORTHCENTRALUS:20200612T213927Z:a943a2ab-1207-4e27-94db-735b2e1db0be" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2145,7 +2145,7 @@ "nosniff" ], "Date": [ - "Wed, 25 Mar 2020 09:13:21 GMT" + "Fri, 12 Jun 2020 21:39:27 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2154,32 +2154,32 @@ "-1" ], "Content-Length": [ - "711" + "710" ], "Retry-After": [ "0" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/resourceGroups/ps6304/providers/Microsoft.Resources/deployments/ps7102/operations/D60BABBFE7AE59B2\",\r\n \"operationId\": \"D60BABBFE7AE59B2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2020-03-25T09:13:18.8195494Z\",\r\n \"duration\": \"PT2.7531945S\",\r\n \"trackingId\": \"479ff780-28ec-4fd7-8836-c0462825967c\",\r\n \"serviceRequestId\": \"e60d7e65-f3b9-4984-9501-ea7b36aedca4\",\r\n \"statusCode\": \"Accepted\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/resourceGroups/ps6304/providers/Microsoft.Storage/storageAccounts/ps2757\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps2757\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/ps2509/providers/Microsoft.Resources/deployments/ps296/operations/DBA470C2D7C0EDAC\",\r\n \"operationId\": \"DBA470C2D7C0EDAC\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2020-06-12T21:39:19.4287701Z\",\r\n \"duration\": \"PT2.9654116S\",\r\n \"trackingId\": \"d2d519e0-3aaa-4af3-9727-00518ba9e109\",\r\n \"serviceRequestId\": \"a64aecdb-986c-4e12-ba0c-e75d1cee6429\",\r\n \"statusCode\": \"Accepted\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/ps2509/providers/Microsoft.Storage/storageAccounts/ps4924\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps4924\"\r\n }\r\n }\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/resourcegroups/ps6304/deployments/ps7102/operations?api-version=2019-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYjlmMTM4YTEtMWQ2NC00MTA4LTg0MTMtOWVhM2JlMWMxYjJkL3Jlc291cmNlZ3JvdXBzL3BzNjMwNC9kZXBsb3ltZW50cy9wczcxMDIvb3BlcmF0aW9ucz9hcGktdmVyc2lvbj0yMDE5LTEwLTAx", + "RequestUri": "/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourcegroups/ps2509/deployments/ps296/operations?api-version=2019-10-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTFiZmE2MzUtZjJiZi00MmYxLTg2YjUtODQ4YzY3NGZjMzIxL3Jlc291cmNlZ3JvdXBzL3BzMjUwOS9kZXBsb3ltZW50cy9wczI5Ni9vcGVyYXRpb25zP2FwaS12ZXJzaW9uPTIwMTktMTAtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "04f95080-88d5-4ba6-abf2-0ce36a336e24" + "1f7cb457-8cc9-4084-ba93-e915220a35db" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27110.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/3.4.0.0" + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/3.7.1.0" ] }, "ResponseHeaders": { @@ -2193,13 +2193,13 @@ "11940" ], "x-ms-request-id": [ - "6b5f5391-196e-458c-ab92-86779be1fbb9" + "a674443a-4929-4106-9bc6-ff66fda498c3" ], "x-ms-correlation-request-id": [ - "6b5f5391-196e-458c-ab92-86779be1fbb9" + "a674443a-4929-4106-9bc6-ff66fda498c3" ], "x-ms-routing-request-id": [ - "WESTUS2:20200325T091322Z:6b5f5391-196e-458c-ab92-86779be1fbb9" + "NORTHCENTRALUS:20200612T213928Z:a674443a-4929-4106-9bc6-ff66fda498c3" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2208,7 +2208,7 @@ "nosniff" ], "Date": [ - "Wed, 25 Mar 2020 09:13:21 GMT" + "Fri, 12 Jun 2020 21:39:27 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2217,32 +2217,32 @@ "-1" ], "Content-Length": [ - "711" + "710" ], "Retry-After": [ "0" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/resourceGroups/ps6304/providers/Microsoft.Resources/deployments/ps7102/operations/D60BABBFE7AE59B2\",\r\n \"operationId\": \"D60BABBFE7AE59B2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2020-03-25T09:13:18.8195494Z\",\r\n \"duration\": \"PT2.7531945S\",\r\n \"trackingId\": \"479ff780-28ec-4fd7-8836-c0462825967c\",\r\n \"serviceRequestId\": \"e60d7e65-f3b9-4984-9501-ea7b36aedca4\",\r\n \"statusCode\": \"Accepted\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/resourceGroups/ps6304/providers/Microsoft.Storage/storageAccounts/ps2757\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps2757\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/ps2509/providers/Microsoft.Resources/deployments/ps296/operations/DBA470C2D7C0EDAC\",\r\n \"operationId\": \"DBA470C2D7C0EDAC\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2020-06-12T21:39:19.4287701Z\",\r\n \"duration\": \"PT2.9654116S\",\r\n \"trackingId\": \"d2d519e0-3aaa-4af3-9727-00518ba9e109\",\r\n \"serviceRequestId\": \"a64aecdb-986c-4e12-ba0c-e75d1cee6429\",\r\n \"statusCode\": \"Accepted\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/ps2509/providers/Microsoft.Storage/storageAccounts/ps4924\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps4924\"\r\n }\r\n }\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/resourcegroups/ps6304/deployments/ps7102/operations?api-version=2019-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYjlmMTM4YTEtMWQ2NC00MTA4LTg0MTMtOWVhM2JlMWMxYjJkL3Jlc291cmNlZ3JvdXBzL3BzNjMwNC9kZXBsb3ltZW50cy9wczcxMDIvb3BlcmF0aW9ucz9hcGktdmVyc2lvbj0yMDE5LTEwLTAx", + "RequestUri": "/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourcegroups/ps2509/deployments/ps296/operations?api-version=2019-10-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTFiZmE2MzUtZjJiZi00MmYxLTg2YjUtODQ4YzY3NGZjMzIxL3Jlc291cmNlZ3JvdXBzL3BzMjUwOS9kZXBsb3ltZW50cy9wczI5Ni9vcGVyYXRpb25zP2FwaS12ZXJzaW9uPTIwMTktMTAtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "226bdc15-3118-4010-9cdd-d1d460a25708" + "e2bd75c9-96a5-4dbf-bbc7-9672412682e1" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27110.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/3.4.0.0" + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/3.7.1.0" ] }, "ResponseHeaders": { @@ -2256,13 +2256,13 @@ "11938" ], "x-ms-request-id": [ - "dbb6cbf3-52e5-44bc-b795-28ac11df7624" + "ac9d3dca-b01d-454e-9e32-a0616b28e679" ], "x-ms-correlation-request-id": [ - "dbb6cbf3-52e5-44bc-b795-28ac11df7624" + "ac9d3dca-b01d-454e-9e32-a0616b28e679" ], "x-ms-routing-request-id": [ - "WESTUS2:20200325T091322Z:dbb6cbf3-52e5-44bc-b795-28ac11df7624" + "NORTHCENTRALUS:20200612T213928Z:ac9d3dca-b01d-454e-9e32-a0616b28e679" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2271,7 +2271,7 @@ "nosniff" ], "Date": [ - "Wed, 25 Mar 2020 09:13:21 GMT" + "Fri, 12 Jun 2020 21:39:28 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2280,32 +2280,32 @@ "-1" ], "Content-Length": [ - "711" + "710" ], "Retry-After": [ "0" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/resourceGroups/ps6304/providers/Microsoft.Resources/deployments/ps7102/operations/D60BABBFE7AE59B2\",\r\n \"operationId\": \"D60BABBFE7AE59B2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2020-03-25T09:13:18.8195494Z\",\r\n \"duration\": \"PT2.7531945S\",\r\n \"trackingId\": \"479ff780-28ec-4fd7-8836-c0462825967c\",\r\n \"serviceRequestId\": \"e60d7e65-f3b9-4984-9501-ea7b36aedca4\",\r\n \"statusCode\": \"Accepted\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/resourceGroups/ps6304/providers/Microsoft.Storage/storageAccounts/ps2757\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps2757\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/ps2509/providers/Microsoft.Resources/deployments/ps296/operations/DBA470C2D7C0EDAC\",\r\n \"operationId\": \"DBA470C2D7C0EDAC\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2020-06-12T21:39:19.4287701Z\",\r\n \"duration\": \"PT2.9654116S\",\r\n \"trackingId\": \"d2d519e0-3aaa-4af3-9727-00518ba9e109\",\r\n \"serviceRequestId\": \"a64aecdb-986c-4e12-ba0c-e75d1cee6429\",\r\n \"statusCode\": \"Accepted\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/ps2509/providers/Microsoft.Storage/storageAccounts/ps4924\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps4924\"\r\n }\r\n }\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/resourcegroups/ps6304/deployments/ps7102/operations?api-version=2019-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYjlmMTM4YTEtMWQ2NC00MTA4LTg0MTMtOWVhM2JlMWMxYjJkL3Jlc291cmNlZ3JvdXBzL3BzNjMwNC9kZXBsb3ltZW50cy9wczcxMDIvb3BlcmF0aW9ucz9hcGktdmVyc2lvbj0yMDE5LTEwLTAx", + "RequestUri": "/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourcegroups/ps2509/deployments/ps296/operations?api-version=2019-10-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTFiZmE2MzUtZjJiZi00MmYxLTg2YjUtODQ4YzY3NGZjMzIxL3Jlc291cmNlZ3JvdXBzL3BzMjUwOS9kZXBsb3ltZW50cy9wczI5Ni9vcGVyYXRpb25zP2FwaS12ZXJzaW9uPTIwMTktMTAtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "3b07be28-7fc7-4719-bf78-fe437b1d0fa2" + "f45581b0-3e65-49c6-a354-50162f7a69ad" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27110.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/3.4.0.0" + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/3.7.1.0" ] }, "ResponseHeaders": { @@ -2319,13 +2319,13 @@ "11936" ], "x-ms-request-id": [ - "89620d3c-3119-4237-9625-a1f5b0fec547" + "c699afcb-8569-4d68-b370-3d2eda4605e0" ], "x-ms-correlation-request-id": [ - "89620d3c-3119-4237-9625-a1f5b0fec547" + "c699afcb-8569-4d68-b370-3d2eda4605e0" ], "x-ms-routing-request-id": [ - "WESTUS2:20200325T091323Z:89620d3c-3119-4237-9625-a1f5b0fec547" + "NORTHCENTRALUS:20200612T213929Z:c699afcb-8569-4d68-b370-3d2eda4605e0" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2334,7 +2334,7 @@ "nosniff" ], "Date": [ - "Wed, 25 Mar 2020 09:13:22 GMT" + "Fri, 12 Jun 2020 21:39:28 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2343,32 +2343,32 @@ "-1" ], "Content-Length": [ - "711" + "710" ], "Retry-After": [ "0" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/resourceGroups/ps6304/providers/Microsoft.Resources/deployments/ps7102/operations/D60BABBFE7AE59B2\",\r\n \"operationId\": \"D60BABBFE7AE59B2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2020-03-25T09:13:18.8195494Z\",\r\n \"duration\": \"PT2.7531945S\",\r\n \"trackingId\": \"479ff780-28ec-4fd7-8836-c0462825967c\",\r\n \"serviceRequestId\": \"e60d7e65-f3b9-4984-9501-ea7b36aedca4\",\r\n \"statusCode\": \"Accepted\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/resourceGroups/ps6304/providers/Microsoft.Storage/storageAccounts/ps2757\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps2757\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/ps2509/providers/Microsoft.Resources/deployments/ps296/operations/DBA470C2D7C0EDAC\",\r\n \"operationId\": \"DBA470C2D7C0EDAC\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2020-06-12T21:39:19.4287701Z\",\r\n \"duration\": \"PT2.9654116S\",\r\n \"trackingId\": \"d2d519e0-3aaa-4af3-9727-00518ba9e109\",\r\n \"serviceRequestId\": \"a64aecdb-986c-4e12-ba0c-e75d1cee6429\",\r\n \"statusCode\": \"Accepted\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/ps2509/providers/Microsoft.Storage/storageAccounts/ps4924\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps4924\"\r\n }\r\n }\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/resourcegroups/ps6304/deployments/ps7102/operations?api-version=2019-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYjlmMTM4YTEtMWQ2NC00MTA4LTg0MTMtOWVhM2JlMWMxYjJkL3Jlc291cmNlZ3JvdXBzL3BzNjMwNC9kZXBsb3ltZW50cy9wczcxMDIvb3BlcmF0aW9ucz9hcGktdmVyc2lvbj0yMDE5LTEwLTAx", + "RequestUri": "/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourcegroups/ps2509/deployments/ps296/operations?api-version=2019-10-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTFiZmE2MzUtZjJiZi00MmYxLTg2YjUtODQ4YzY3NGZjMzIxL3Jlc291cmNlZ3JvdXBzL3BzMjUwOS9kZXBsb3ltZW50cy9wczI5Ni9vcGVyYXRpb25zP2FwaS12ZXJzaW9uPTIwMTktMTAtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "1c4b6bb8-b68d-4a60-8974-0c0d81fd5b29" + "372b82c6-84a3-4227-8430-9bdc3c7983d6" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27110.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/3.4.0.0" + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/3.7.1.0" ] }, "ResponseHeaders": { @@ -2382,13 +2382,13 @@ "11934" ], "x-ms-request-id": [ - "7706ba29-6464-46b7-b9b5-48b214b26cf2" + "174aa851-cb11-49ee-a6e5-ecc26fbd8ee8" ], "x-ms-correlation-request-id": [ - "7706ba29-6464-46b7-b9b5-48b214b26cf2" + "174aa851-cb11-49ee-a6e5-ecc26fbd8ee8" ], "x-ms-routing-request-id": [ - "WESTUS2:20200325T091323Z:7706ba29-6464-46b7-b9b5-48b214b26cf2" + "NORTHCENTRALUS:20200612T213929Z:174aa851-cb11-49ee-a6e5-ecc26fbd8ee8" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2397,7 +2397,7 @@ "nosniff" ], "Date": [ - "Wed, 25 Mar 2020 09:13:22 GMT" + "Fri, 12 Jun 2020 21:39:28 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2406,32 +2406,32 @@ "-1" ], "Content-Length": [ - "711" + "710" ], "Retry-After": [ "0" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/resourceGroups/ps6304/providers/Microsoft.Resources/deployments/ps7102/operations/D60BABBFE7AE59B2\",\r\n \"operationId\": \"D60BABBFE7AE59B2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2020-03-25T09:13:18.8195494Z\",\r\n \"duration\": \"PT2.7531945S\",\r\n \"trackingId\": \"479ff780-28ec-4fd7-8836-c0462825967c\",\r\n \"serviceRequestId\": \"e60d7e65-f3b9-4984-9501-ea7b36aedca4\",\r\n \"statusCode\": \"Accepted\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/resourceGroups/ps6304/providers/Microsoft.Storage/storageAccounts/ps2757\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps2757\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/ps2509/providers/Microsoft.Resources/deployments/ps296/operations/DBA470C2D7C0EDAC\",\r\n \"operationId\": \"DBA470C2D7C0EDAC\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2020-06-12T21:39:19.4287701Z\",\r\n \"duration\": \"PT2.9654116S\",\r\n \"trackingId\": \"d2d519e0-3aaa-4af3-9727-00518ba9e109\",\r\n \"serviceRequestId\": \"a64aecdb-986c-4e12-ba0c-e75d1cee6429\",\r\n \"statusCode\": \"Accepted\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/ps2509/providers/Microsoft.Storage/storageAccounts/ps4924\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps4924\"\r\n }\r\n }\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/resourcegroups/ps6304/deployments/ps7102/operations?api-version=2019-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYjlmMTM4YTEtMWQ2NC00MTA4LTg0MTMtOWVhM2JlMWMxYjJkL3Jlc291cmNlZ3JvdXBzL3BzNjMwNC9kZXBsb3ltZW50cy9wczcxMDIvb3BlcmF0aW9ucz9hcGktdmVyc2lvbj0yMDE5LTEwLTAx", + "RequestUri": "/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourcegroups/ps2509/deployments/ps296/operations?api-version=2019-10-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTFiZmE2MzUtZjJiZi00MmYxLTg2YjUtODQ4YzY3NGZjMzIxL3Jlc291cmNlZ3JvdXBzL3BzMjUwOS9kZXBsb3ltZW50cy9wczI5Ni9vcGVyYXRpb25zP2FwaS12ZXJzaW9uPTIwMTktMTAtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "18f9d7c2-7a29-42df-978d-82810ccd1695" + "105251ea-5f62-4c90-87c4-7e9c8a862f35" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27110.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/3.4.0.0" + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/3.7.1.0" ] }, "ResponseHeaders": { @@ -2445,13 +2445,13 @@ "11932" ], "x-ms-request-id": [ - "135c2069-cda3-4e81-a1f4-e20b5fdeb37f" + "32a554a7-0cce-4b74-b84f-d27ee80e2d8b" ], "x-ms-correlation-request-id": [ - "135c2069-cda3-4e81-a1f4-e20b5fdeb37f" + "32a554a7-0cce-4b74-b84f-d27ee80e2d8b" ], "x-ms-routing-request-id": [ - "WESTUS2:20200325T091323Z:135c2069-cda3-4e81-a1f4-e20b5fdeb37f" + "NORTHCENTRALUS:20200612T213929Z:32a554a7-0cce-4b74-b84f-d27ee80e2d8b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2460,7 +2460,7 @@ "nosniff" ], "Date": [ - "Wed, 25 Mar 2020 09:13:22 GMT" + "Fri, 12 Jun 2020 21:39:29 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2469,32 +2469,32 @@ "-1" ], "Content-Length": [ - "711" + "710" ], "Retry-After": [ "0" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/resourceGroups/ps6304/providers/Microsoft.Resources/deployments/ps7102/operations/D60BABBFE7AE59B2\",\r\n \"operationId\": \"D60BABBFE7AE59B2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2020-03-25T09:13:18.8195494Z\",\r\n \"duration\": \"PT2.7531945S\",\r\n \"trackingId\": \"479ff780-28ec-4fd7-8836-c0462825967c\",\r\n \"serviceRequestId\": \"e60d7e65-f3b9-4984-9501-ea7b36aedca4\",\r\n \"statusCode\": \"Accepted\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/resourceGroups/ps6304/providers/Microsoft.Storage/storageAccounts/ps2757\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps2757\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/ps2509/providers/Microsoft.Resources/deployments/ps296/operations/DBA470C2D7C0EDAC\",\r\n \"operationId\": \"DBA470C2D7C0EDAC\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2020-06-12T21:39:19.4287701Z\",\r\n \"duration\": \"PT2.9654116S\",\r\n \"trackingId\": \"d2d519e0-3aaa-4af3-9727-00518ba9e109\",\r\n \"serviceRequestId\": \"a64aecdb-986c-4e12-ba0c-e75d1cee6429\",\r\n \"statusCode\": \"Accepted\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/ps2509/providers/Microsoft.Storage/storageAccounts/ps4924\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps4924\"\r\n }\r\n }\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/resourcegroups/ps6304/deployments/ps7102/operations?api-version=2019-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYjlmMTM4YTEtMWQ2NC00MTA4LTg0MTMtOWVhM2JlMWMxYjJkL3Jlc291cmNlZ3JvdXBzL3BzNjMwNC9kZXBsb3ltZW50cy9wczcxMDIvb3BlcmF0aW9ucz9hcGktdmVyc2lvbj0yMDE5LTEwLTAx", + "RequestUri": "/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourcegroups/ps2509/deployments/ps296/operations?api-version=2019-10-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTFiZmE2MzUtZjJiZi00MmYxLTg2YjUtODQ4YzY3NGZjMzIxL3Jlc291cmNlZ3JvdXBzL3BzMjUwOS9kZXBsb3ltZW50cy9wczI5Ni9vcGVyYXRpb25zP2FwaS12ZXJzaW9uPTIwMTktMTAtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "8afecb51-21dc-461a-aa0d-275457a9816a" + "7b357a56-adb5-40be-991b-8fa237d16c1a" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27110.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/3.4.0.0" + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/3.7.1.0" ] }, "ResponseHeaders": { @@ -2508,13 +2508,13 @@ "11930" ], "x-ms-request-id": [ - "3ad5139b-2b26-417c-b550-6e6cca58820c" + "76feba63-c1dd-4171-b0be-320d43b3fdcf" ], "x-ms-correlation-request-id": [ - "3ad5139b-2b26-417c-b550-6e6cca58820c" + "76feba63-c1dd-4171-b0be-320d43b3fdcf" ], "x-ms-routing-request-id": [ - "WESTUS2:20200325T091323Z:3ad5139b-2b26-417c-b550-6e6cca58820c" + "NORTHCENTRALUS:20200612T213930Z:76feba63-c1dd-4171-b0be-320d43b3fdcf" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2523,7 +2523,7 @@ "nosniff" ], "Date": [ - "Wed, 25 Mar 2020 09:13:23 GMT" + "Fri, 12 Jun 2020 21:39:29 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2532,32 +2532,32 @@ "-1" ], "Content-Length": [ - "711" + "710" ], "Retry-After": [ "0" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/resourceGroups/ps6304/providers/Microsoft.Resources/deployments/ps7102/operations/D60BABBFE7AE59B2\",\r\n \"operationId\": \"D60BABBFE7AE59B2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2020-03-25T09:13:18.8195494Z\",\r\n \"duration\": \"PT2.7531945S\",\r\n \"trackingId\": \"479ff780-28ec-4fd7-8836-c0462825967c\",\r\n \"serviceRequestId\": \"e60d7e65-f3b9-4984-9501-ea7b36aedca4\",\r\n \"statusCode\": \"Accepted\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/resourceGroups/ps6304/providers/Microsoft.Storage/storageAccounts/ps2757\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps2757\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/ps2509/providers/Microsoft.Resources/deployments/ps296/operations/DBA470C2D7C0EDAC\",\r\n \"operationId\": \"DBA470C2D7C0EDAC\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2020-06-12T21:39:19.4287701Z\",\r\n \"duration\": \"PT2.9654116S\",\r\n \"trackingId\": \"d2d519e0-3aaa-4af3-9727-00518ba9e109\",\r\n \"serviceRequestId\": \"a64aecdb-986c-4e12-ba0c-e75d1cee6429\",\r\n \"statusCode\": \"Accepted\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/ps2509/providers/Microsoft.Storage/storageAccounts/ps4924\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps4924\"\r\n }\r\n }\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/resourcegroups/ps6304/deployments/ps7102/operations?api-version=2019-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYjlmMTM4YTEtMWQ2NC00MTA4LTg0MTMtOWVhM2JlMWMxYjJkL3Jlc291cmNlZ3JvdXBzL3BzNjMwNC9kZXBsb3ltZW50cy9wczcxMDIvb3BlcmF0aW9ucz9hcGktdmVyc2lvbj0yMDE5LTEwLTAx", + "RequestUri": "/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourcegroups/ps2509/deployments/ps296/operations?api-version=2019-10-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTFiZmE2MzUtZjJiZi00MmYxLTg2YjUtODQ4YzY3NGZjMzIxL3Jlc291cmNlZ3JvdXBzL3BzMjUwOS9kZXBsb3ltZW50cy9wczI5Ni9vcGVyYXRpb25zP2FwaS12ZXJzaW9uPTIwMTktMTAtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "554760ce-2d9b-4ccd-8e44-9d0555d9380b" + "7872b1c8-ce9a-4cde-9cbf-d064cb466b1f" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27110.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/3.4.0.0" + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/3.7.1.0" ] }, "ResponseHeaders": { @@ -2571,13 +2571,13 @@ "11928" ], "x-ms-request-id": [ - "eb58cfd6-c8b5-4164-9ced-824c330d0ee6" + "0e64d4c1-4d87-4f17-9a65-666f9198c538" ], "x-ms-correlation-request-id": [ - "eb58cfd6-c8b5-4164-9ced-824c330d0ee6" + "0e64d4c1-4d87-4f17-9a65-666f9198c538" ], "x-ms-routing-request-id": [ - "WESTUS2:20200325T091324Z:eb58cfd6-c8b5-4164-9ced-824c330d0ee6" + "NORTHCENTRALUS:20200612T213930Z:0e64d4c1-4d87-4f17-9a65-666f9198c538" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2586,7 +2586,7 @@ "nosniff" ], "Date": [ - "Wed, 25 Mar 2020 09:13:23 GMT" + "Fri, 12 Jun 2020 21:39:30 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2595,32 +2595,32 @@ "-1" ], "Content-Length": [ - "711" + "710" ], "Retry-After": [ "0" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/resourceGroups/ps6304/providers/Microsoft.Resources/deployments/ps7102/operations/D60BABBFE7AE59B2\",\r\n \"operationId\": \"D60BABBFE7AE59B2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2020-03-25T09:13:18.8195494Z\",\r\n \"duration\": \"PT2.7531945S\",\r\n \"trackingId\": \"479ff780-28ec-4fd7-8836-c0462825967c\",\r\n \"serviceRequestId\": \"e60d7e65-f3b9-4984-9501-ea7b36aedca4\",\r\n \"statusCode\": \"Accepted\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/resourceGroups/ps6304/providers/Microsoft.Storage/storageAccounts/ps2757\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps2757\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/ps2509/providers/Microsoft.Resources/deployments/ps296/operations/DBA470C2D7C0EDAC\",\r\n \"operationId\": \"DBA470C2D7C0EDAC\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2020-06-12T21:39:19.4287701Z\",\r\n \"duration\": \"PT2.9654116S\",\r\n \"trackingId\": \"d2d519e0-3aaa-4af3-9727-00518ba9e109\",\r\n \"serviceRequestId\": \"a64aecdb-986c-4e12-ba0c-e75d1cee6429\",\r\n \"statusCode\": \"Accepted\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/ps2509/providers/Microsoft.Storage/storageAccounts/ps4924\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps4924\"\r\n }\r\n }\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/resourcegroups/ps6304/deployments/ps7102/operations?api-version=2019-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYjlmMTM4YTEtMWQ2NC00MTA4LTg0MTMtOWVhM2JlMWMxYjJkL3Jlc291cmNlZ3JvdXBzL3BzNjMwNC9kZXBsb3ltZW50cy9wczcxMDIvb3BlcmF0aW9ucz9hcGktdmVyc2lvbj0yMDE5LTEwLTAx", + "RequestUri": "/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourcegroups/ps2509/deployments/ps296/operations?api-version=2019-10-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTFiZmE2MzUtZjJiZi00MmYxLTg2YjUtODQ4YzY3NGZjMzIxL3Jlc291cmNlZ3JvdXBzL3BzMjUwOS9kZXBsb3ltZW50cy9wczI5Ni9vcGVyYXRpb25zP2FwaS12ZXJzaW9uPTIwMTktMTAtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "3540f728-4a51-4627-ad01-9c2971cf3615" + "dfbbe1df-fb98-4eb5-924b-8ed062cb3645" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27110.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/3.4.0.0" + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/3.7.1.0" ] }, "ResponseHeaders": { @@ -2634,13 +2634,13 @@ "11926" ], "x-ms-request-id": [ - "e6d4d86f-9658-4eac-a346-2424c75065b2" + "8454186f-cd85-4799-b5e2-e43ff3bf83ba" ], "x-ms-correlation-request-id": [ - "e6d4d86f-9658-4eac-a346-2424c75065b2" + "8454186f-cd85-4799-b5e2-e43ff3bf83ba" ], "x-ms-routing-request-id": [ - "WESTUS2:20200325T091324Z:e6d4d86f-9658-4eac-a346-2424c75065b2" + "NORTHCENTRALUS:20200612T213931Z:8454186f-cd85-4799-b5e2-e43ff3bf83ba" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2649,7 +2649,7 @@ "nosniff" ], "Date": [ - "Wed, 25 Mar 2020 09:13:23 GMT" + "Fri, 12 Jun 2020 21:39:30 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2658,32 +2658,32 @@ "-1" ], "Content-Length": [ - "711" + "710" ], "Retry-After": [ "0" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/resourceGroups/ps6304/providers/Microsoft.Resources/deployments/ps7102/operations/D60BABBFE7AE59B2\",\r\n \"operationId\": \"D60BABBFE7AE59B2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2020-03-25T09:13:18.8195494Z\",\r\n \"duration\": \"PT2.7531945S\",\r\n \"trackingId\": \"479ff780-28ec-4fd7-8836-c0462825967c\",\r\n \"serviceRequestId\": \"e60d7e65-f3b9-4984-9501-ea7b36aedca4\",\r\n \"statusCode\": \"Accepted\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/resourceGroups/ps6304/providers/Microsoft.Storage/storageAccounts/ps2757\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps2757\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/ps2509/providers/Microsoft.Resources/deployments/ps296/operations/DBA470C2D7C0EDAC\",\r\n \"operationId\": \"DBA470C2D7C0EDAC\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2020-06-12T21:39:19.4287701Z\",\r\n \"duration\": \"PT2.9654116S\",\r\n \"trackingId\": \"d2d519e0-3aaa-4af3-9727-00518ba9e109\",\r\n \"serviceRequestId\": \"a64aecdb-986c-4e12-ba0c-e75d1cee6429\",\r\n \"statusCode\": \"Accepted\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/ps2509/providers/Microsoft.Storage/storageAccounts/ps4924\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps4924\"\r\n }\r\n }\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/resourcegroups/ps6304/deployments/ps7102/operations?api-version=2019-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYjlmMTM4YTEtMWQ2NC00MTA4LTg0MTMtOWVhM2JlMWMxYjJkL3Jlc291cmNlZ3JvdXBzL3BzNjMwNC9kZXBsb3ltZW50cy9wczcxMDIvb3BlcmF0aW9ucz9hcGktdmVyc2lvbj0yMDE5LTEwLTAx", + "RequestUri": "/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourcegroups/ps2509/deployments/ps296/operations?api-version=2019-10-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTFiZmE2MzUtZjJiZi00MmYxLTg2YjUtODQ4YzY3NGZjMzIxL3Jlc291cmNlZ3JvdXBzL3BzMjUwOS9kZXBsb3ltZW50cy9wczI5Ni9vcGVyYXRpb25zP2FwaS12ZXJzaW9uPTIwMTktMTAtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "31d086cd-8bac-4486-b1fd-6bca93e0b28f" + "8438befb-0097-4afe-91fc-4ded78d007e5" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27110.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/3.4.0.0" + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/3.7.1.0" ] }, "ResponseHeaders": { @@ -2697,13 +2697,13 @@ "11924" ], "x-ms-request-id": [ - "4bea05e0-91a1-4ea1-b0ba-4e49fe9b8fe1" + "42ac6348-408a-487d-a3fa-be344e214cfa" ], "x-ms-correlation-request-id": [ - "4bea05e0-91a1-4ea1-b0ba-4e49fe9b8fe1" + "42ac6348-408a-487d-a3fa-be344e214cfa" ], "x-ms-routing-request-id": [ - "WESTUS2:20200325T091324Z:4bea05e0-91a1-4ea1-b0ba-4e49fe9b8fe1" + "NORTHCENTRALUS:20200612T213931Z:42ac6348-408a-487d-a3fa-be344e214cfa" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2712,7 +2712,7 @@ "nosniff" ], "Date": [ - "Wed, 25 Mar 2020 09:13:24 GMT" + "Fri, 12 Jun 2020 21:39:30 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2721,32 +2721,32 @@ "-1" ], "Content-Length": [ - "711" + "710" ], "Retry-After": [ "0" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/resourceGroups/ps6304/providers/Microsoft.Resources/deployments/ps7102/operations/D60BABBFE7AE59B2\",\r\n \"operationId\": \"D60BABBFE7AE59B2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2020-03-25T09:13:18.8195494Z\",\r\n \"duration\": \"PT2.7531945S\",\r\n \"trackingId\": \"479ff780-28ec-4fd7-8836-c0462825967c\",\r\n \"serviceRequestId\": \"e60d7e65-f3b9-4984-9501-ea7b36aedca4\",\r\n \"statusCode\": \"Accepted\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/resourceGroups/ps6304/providers/Microsoft.Storage/storageAccounts/ps2757\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps2757\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/ps2509/providers/Microsoft.Resources/deployments/ps296/operations/DBA470C2D7C0EDAC\",\r\n \"operationId\": \"DBA470C2D7C0EDAC\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2020-06-12T21:39:19.4287701Z\",\r\n \"duration\": \"PT2.9654116S\",\r\n \"trackingId\": \"d2d519e0-3aaa-4af3-9727-00518ba9e109\",\r\n \"serviceRequestId\": \"a64aecdb-986c-4e12-ba0c-e75d1cee6429\",\r\n \"statusCode\": \"Accepted\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/ps2509/providers/Microsoft.Storage/storageAccounts/ps4924\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps4924\"\r\n }\r\n }\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/resourcegroups/ps6304/deployments/ps7102/operations?api-version=2019-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYjlmMTM4YTEtMWQ2NC00MTA4LTg0MTMtOWVhM2JlMWMxYjJkL3Jlc291cmNlZ3JvdXBzL3BzNjMwNC9kZXBsb3ltZW50cy9wczcxMDIvb3BlcmF0aW9ucz9hcGktdmVyc2lvbj0yMDE5LTEwLTAx", + "RequestUri": "/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourcegroups/ps2509/deployments/ps296/operations?api-version=2019-10-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTFiZmE2MzUtZjJiZi00MmYxLTg2YjUtODQ4YzY3NGZjMzIxL3Jlc291cmNlZ3JvdXBzL3BzMjUwOS9kZXBsb3ltZW50cy9wczI5Ni9vcGVyYXRpb25zP2FwaS12ZXJzaW9uPTIwMTktMTAtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "75e53428-2955-4832-b2d1-30fe8b798aa0" + "beb5f17d-701b-417a-ad9c-f01979b56d2d" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27110.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/3.4.0.0" + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/3.7.1.0" ] }, "ResponseHeaders": { @@ -2760,13 +2760,13 @@ "11922" ], "x-ms-request-id": [ - "33dc8f2c-a431-4f9f-88e6-338729ac126b" + "d5c78ba4-bf3f-4405-bf87-96d62921a76d" ], "x-ms-correlation-request-id": [ - "33dc8f2c-a431-4f9f-88e6-338729ac126b" + "d5c78ba4-bf3f-4405-bf87-96d62921a76d" ], "x-ms-routing-request-id": [ - "WESTUS2:20200325T091325Z:33dc8f2c-a431-4f9f-88e6-338729ac126b" + "NORTHCENTRALUS:20200612T213931Z:d5c78ba4-bf3f-4405-bf87-96d62921a76d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2775,7 +2775,7 @@ "nosniff" ], "Date": [ - "Wed, 25 Mar 2020 09:13:24 GMT" + "Fri, 12 Jun 2020 21:39:31 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2784,32 +2784,32 @@ "-1" ], "Content-Length": [ - "711" + "710" ], "Retry-After": [ "0" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/resourceGroups/ps6304/providers/Microsoft.Resources/deployments/ps7102/operations/D60BABBFE7AE59B2\",\r\n \"operationId\": \"D60BABBFE7AE59B2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2020-03-25T09:13:18.8195494Z\",\r\n \"duration\": \"PT2.7531945S\",\r\n \"trackingId\": \"479ff780-28ec-4fd7-8836-c0462825967c\",\r\n \"serviceRequestId\": \"e60d7e65-f3b9-4984-9501-ea7b36aedca4\",\r\n \"statusCode\": \"Accepted\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/resourceGroups/ps6304/providers/Microsoft.Storage/storageAccounts/ps2757\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps2757\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/ps2509/providers/Microsoft.Resources/deployments/ps296/operations/DBA470C2D7C0EDAC\",\r\n \"operationId\": \"DBA470C2D7C0EDAC\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2020-06-12T21:39:19.4287701Z\",\r\n \"duration\": \"PT2.9654116S\",\r\n \"trackingId\": \"d2d519e0-3aaa-4af3-9727-00518ba9e109\",\r\n \"serviceRequestId\": \"a64aecdb-986c-4e12-ba0c-e75d1cee6429\",\r\n \"statusCode\": \"Accepted\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/ps2509/providers/Microsoft.Storage/storageAccounts/ps4924\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps4924\"\r\n }\r\n }\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/resourcegroups/ps6304/deployments/ps7102/operations?api-version=2019-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYjlmMTM4YTEtMWQ2NC00MTA4LTg0MTMtOWVhM2JlMWMxYjJkL3Jlc291cmNlZ3JvdXBzL3BzNjMwNC9kZXBsb3ltZW50cy9wczcxMDIvb3BlcmF0aW9ucz9hcGktdmVyc2lvbj0yMDE5LTEwLTAx", + "RequestUri": "/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourcegroups/ps2509/deployments/ps296/operations?api-version=2019-10-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTFiZmE2MzUtZjJiZi00MmYxLTg2YjUtODQ4YzY3NGZjMzIxL3Jlc291cmNlZ3JvdXBzL3BzMjUwOS9kZXBsb3ltZW50cy9wczI5Ni9vcGVyYXRpb25zP2FwaS12ZXJzaW9uPTIwMTktMTAtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "3a10f638-e6ed-4da3-aaa5-d3f0c57635e6" + "2d4f20ed-4a87-4790-b158-8ec2b1aa98be" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27110.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/3.4.0.0" + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/3.7.1.0" ] }, "ResponseHeaders": { @@ -2823,13 +2823,13 @@ "11920" ], "x-ms-request-id": [ - "1d8c0a10-16fc-48a0-bba2-12cd8cc59792" + "75c44d38-849c-41f4-94fa-511b6fb8c0c1" ], "x-ms-correlation-request-id": [ - "1d8c0a10-16fc-48a0-bba2-12cd8cc59792" + "75c44d38-849c-41f4-94fa-511b6fb8c0c1" ], "x-ms-routing-request-id": [ - "WESTUS2:20200325T091325Z:1d8c0a10-16fc-48a0-bba2-12cd8cc59792" + "NORTHCENTRALUS:20200612T213932Z:75c44d38-849c-41f4-94fa-511b6fb8c0c1" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2838,7 +2838,7 @@ "nosniff" ], "Date": [ - "Wed, 25 Mar 2020 09:13:24 GMT" + "Fri, 12 Jun 2020 21:39:31 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2847,32 +2847,32 @@ "-1" ], "Content-Length": [ - "711" + "710" ], "Retry-After": [ "0" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/resourceGroups/ps6304/providers/Microsoft.Resources/deployments/ps7102/operations/D60BABBFE7AE59B2\",\r\n \"operationId\": \"D60BABBFE7AE59B2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2020-03-25T09:13:18.8195494Z\",\r\n \"duration\": \"PT2.7531945S\",\r\n \"trackingId\": \"479ff780-28ec-4fd7-8836-c0462825967c\",\r\n \"serviceRequestId\": \"e60d7e65-f3b9-4984-9501-ea7b36aedca4\",\r\n \"statusCode\": \"Accepted\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/resourceGroups/ps6304/providers/Microsoft.Storage/storageAccounts/ps2757\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps2757\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/ps2509/providers/Microsoft.Resources/deployments/ps296/operations/DBA470C2D7C0EDAC\",\r\n \"operationId\": \"DBA470C2D7C0EDAC\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2020-06-12T21:39:19.4287701Z\",\r\n \"duration\": \"PT2.9654116S\",\r\n \"trackingId\": \"d2d519e0-3aaa-4af3-9727-00518ba9e109\",\r\n \"serviceRequestId\": \"a64aecdb-986c-4e12-ba0c-e75d1cee6429\",\r\n \"statusCode\": \"Accepted\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/ps2509/providers/Microsoft.Storage/storageAccounts/ps4924\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps4924\"\r\n }\r\n }\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/resourcegroups/ps6304/deployments/ps7102/operations?api-version=2019-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYjlmMTM4YTEtMWQ2NC00MTA4LTg0MTMtOWVhM2JlMWMxYjJkL3Jlc291cmNlZ3JvdXBzL3BzNjMwNC9kZXBsb3ltZW50cy9wczcxMDIvb3BlcmF0aW9ucz9hcGktdmVyc2lvbj0yMDE5LTEwLTAx", + "RequestUri": "/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourcegroups/ps2509/deployments/ps296/operations?api-version=2019-10-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTFiZmE2MzUtZjJiZi00MmYxLTg2YjUtODQ4YzY3NGZjMzIxL3Jlc291cmNlZ3JvdXBzL3BzMjUwOS9kZXBsb3ltZW50cy9wczI5Ni9vcGVyYXRpb25zP2FwaS12ZXJzaW9uPTIwMTktMTAtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "08376e17-5ad7-468b-8bcf-dde015911ad7" + "1c66d63a-2297-424b-a957-9c0cf09e913d" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27110.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/3.4.0.0" + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/3.7.1.0" ] }, "ResponseHeaders": { @@ -2886,13 +2886,13 @@ "11918" ], "x-ms-request-id": [ - "ef826382-12be-4186-af8d-55df1d7111d2" + "bd3b8f21-91f3-4222-b745-c96c1079c0a7" ], "x-ms-correlation-request-id": [ - "ef826382-12be-4186-af8d-55df1d7111d2" + "bd3b8f21-91f3-4222-b745-c96c1079c0a7" ], "x-ms-routing-request-id": [ - "WESTUS2:20200325T091325Z:ef826382-12be-4186-af8d-55df1d7111d2" + "NORTHCENTRALUS:20200612T213932Z:bd3b8f21-91f3-4222-b745-c96c1079c0a7" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2901,7 +2901,7 @@ "nosniff" ], "Date": [ - "Wed, 25 Mar 2020 09:13:25 GMT" + "Fri, 12 Jun 2020 21:39:32 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2910,32 +2910,32 @@ "-1" ], "Content-Length": [ - "711" + "710" ], "Retry-After": [ "0" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/resourceGroups/ps6304/providers/Microsoft.Resources/deployments/ps7102/operations/D60BABBFE7AE59B2\",\r\n \"operationId\": \"D60BABBFE7AE59B2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2020-03-25T09:13:18.8195494Z\",\r\n \"duration\": \"PT2.7531945S\",\r\n \"trackingId\": \"479ff780-28ec-4fd7-8836-c0462825967c\",\r\n \"serviceRequestId\": \"e60d7e65-f3b9-4984-9501-ea7b36aedca4\",\r\n \"statusCode\": \"Accepted\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/resourceGroups/ps6304/providers/Microsoft.Storage/storageAccounts/ps2757\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps2757\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/ps2509/providers/Microsoft.Resources/deployments/ps296/operations/DBA470C2D7C0EDAC\",\r\n \"operationId\": \"DBA470C2D7C0EDAC\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2020-06-12T21:39:19.4287701Z\",\r\n \"duration\": \"PT2.9654116S\",\r\n \"trackingId\": \"d2d519e0-3aaa-4af3-9727-00518ba9e109\",\r\n \"serviceRequestId\": \"a64aecdb-986c-4e12-ba0c-e75d1cee6429\",\r\n \"statusCode\": \"Accepted\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/ps2509/providers/Microsoft.Storage/storageAccounts/ps4924\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps4924\"\r\n }\r\n }\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/resourcegroups/ps6304/deployments/ps7102/operations?api-version=2019-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYjlmMTM4YTEtMWQ2NC00MTA4LTg0MTMtOWVhM2JlMWMxYjJkL3Jlc291cmNlZ3JvdXBzL3BzNjMwNC9kZXBsb3ltZW50cy9wczcxMDIvb3BlcmF0aW9ucz9hcGktdmVyc2lvbj0yMDE5LTEwLTAx", + "RequestUri": "/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourcegroups/ps2509/deployments/ps296/operations?api-version=2019-10-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTFiZmE2MzUtZjJiZi00MmYxLTg2YjUtODQ4YzY3NGZjMzIxL3Jlc291cmNlZ3JvdXBzL3BzMjUwOS9kZXBsb3ltZW50cy9wczI5Ni9vcGVyYXRpb25zP2FwaS12ZXJzaW9uPTIwMTktMTAtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "6696b2af-844e-452a-b0b6-b079c735a7b6" + "84f4d72d-d869-4ad9-a347-8e4eba48d4d9" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27110.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/3.4.0.0" + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/3.7.1.0" ] }, "ResponseHeaders": { @@ -2949,13 +2949,13 @@ "11916" ], "x-ms-request-id": [ - "f3928a0e-daf8-4e89-9e0b-cfa300c4fecb" + "abbf8d2d-da48-4f13-9e3a-740788ae1196" ], "x-ms-correlation-request-id": [ - "f3928a0e-daf8-4e89-9e0b-cfa300c4fecb" + "abbf8d2d-da48-4f13-9e3a-740788ae1196" ], "x-ms-routing-request-id": [ - "WESTUS2:20200325T091326Z:f3928a0e-daf8-4e89-9e0b-cfa300c4fecb" + "NORTHCENTRALUS:20200612T213933Z:abbf8d2d-da48-4f13-9e3a-740788ae1196" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2964,7 +2964,7 @@ "nosniff" ], "Date": [ - "Wed, 25 Mar 2020 09:13:25 GMT" + "Fri, 12 Jun 2020 21:39:32 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2973,32 +2973,32 @@ "-1" ], "Content-Length": [ - "711" + "710" ], "Retry-After": [ "0" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/resourceGroups/ps6304/providers/Microsoft.Resources/deployments/ps7102/operations/D60BABBFE7AE59B2\",\r\n \"operationId\": \"D60BABBFE7AE59B2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2020-03-25T09:13:18.8195494Z\",\r\n \"duration\": \"PT2.7531945S\",\r\n \"trackingId\": \"479ff780-28ec-4fd7-8836-c0462825967c\",\r\n \"serviceRequestId\": \"e60d7e65-f3b9-4984-9501-ea7b36aedca4\",\r\n \"statusCode\": \"Accepted\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/resourceGroups/ps6304/providers/Microsoft.Storage/storageAccounts/ps2757\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps2757\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/ps2509/providers/Microsoft.Resources/deployments/ps296/operations/DBA470C2D7C0EDAC\",\r\n \"operationId\": \"DBA470C2D7C0EDAC\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2020-06-12T21:39:19.4287701Z\",\r\n \"duration\": \"PT2.9654116S\",\r\n \"trackingId\": \"d2d519e0-3aaa-4af3-9727-00518ba9e109\",\r\n \"serviceRequestId\": \"a64aecdb-986c-4e12-ba0c-e75d1cee6429\",\r\n \"statusCode\": \"Accepted\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/ps2509/providers/Microsoft.Storage/storageAccounts/ps4924\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps4924\"\r\n }\r\n }\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/resourcegroups/ps6304/deployments/ps7102/operations?api-version=2019-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYjlmMTM4YTEtMWQ2NC00MTA4LTg0MTMtOWVhM2JlMWMxYjJkL3Jlc291cmNlZ3JvdXBzL3BzNjMwNC9kZXBsb3ltZW50cy9wczcxMDIvb3BlcmF0aW9ucz9hcGktdmVyc2lvbj0yMDE5LTEwLTAx", + "RequestUri": "/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourcegroups/ps2509/deployments/ps296/operations?api-version=2019-10-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTFiZmE2MzUtZjJiZi00MmYxLTg2YjUtODQ4YzY3NGZjMzIxL3Jlc291cmNlZ3JvdXBzL3BzMjUwOS9kZXBsb3ltZW50cy9wczI5Ni9vcGVyYXRpb25zP2FwaS12ZXJzaW9uPTIwMTktMTAtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "f04719ed-abbf-4d88-ad71-a12b9eadbc30" + "83963fbe-9188-4092-b445-8678814d5542" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27110.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/3.4.0.0" + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/3.7.1.0" ] }, "ResponseHeaders": { @@ -3012,13 +3012,13 @@ "11914" ], "x-ms-request-id": [ - "b4775aa0-1b2e-4e42-9c40-06d03f19ddf9" + "bd61bf05-7101-4c24-987d-cebf4a087395" ], "x-ms-correlation-request-id": [ - "b4775aa0-1b2e-4e42-9c40-06d03f19ddf9" + "bd61bf05-7101-4c24-987d-cebf4a087395" ], "x-ms-routing-request-id": [ - "WESTUS2:20200325T091326Z:b4775aa0-1b2e-4e42-9c40-06d03f19ddf9" + "NORTHCENTRALUS:20200612T213933Z:bd61bf05-7101-4c24-987d-cebf4a087395" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3027,7 +3027,7 @@ "nosniff" ], "Date": [ - "Wed, 25 Mar 2020 09:13:25 GMT" + "Fri, 12 Jun 2020 21:39:32 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -3036,32 +3036,32 @@ "-1" ], "Content-Length": [ - "711" + "710" ], "Retry-After": [ "0" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/resourceGroups/ps6304/providers/Microsoft.Resources/deployments/ps7102/operations/D60BABBFE7AE59B2\",\r\n \"operationId\": \"D60BABBFE7AE59B2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2020-03-25T09:13:18.8195494Z\",\r\n \"duration\": \"PT2.7531945S\",\r\n \"trackingId\": \"479ff780-28ec-4fd7-8836-c0462825967c\",\r\n \"serviceRequestId\": \"e60d7e65-f3b9-4984-9501-ea7b36aedca4\",\r\n \"statusCode\": \"Accepted\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/resourceGroups/ps6304/providers/Microsoft.Storage/storageAccounts/ps2757\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps2757\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/ps2509/providers/Microsoft.Resources/deployments/ps296/operations/DBA470C2D7C0EDAC\",\r\n \"operationId\": \"DBA470C2D7C0EDAC\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2020-06-12T21:39:19.4287701Z\",\r\n \"duration\": \"PT2.9654116S\",\r\n \"trackingId\": \"d2d519e0-3aaa-4af3-9727-00518ba9e109\",\r\n \"serviceRequestId\": \"a64aecdb-986c-4e12-ba0c-e75d1cee6429\",\r\n \"statusCode\": \"Accepted\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/ps2509/providers/Microsoft.Storage/storageAccounts/ps4924\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps4924\"\r\n }\r\n }\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/resourcegroups/ps6304/deployments/ps7102/operations?api-version=2019-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYjlmMTM4YTEtMWQ2NC00MTA4LTg0MTMtOWVhM2JlMWMxYjJkL3Jlc291cmNlZ3JvdXBzL3BzNjMwNC9kZXBsb3ltZW50cy9wczcxMDIvb3BlcmF0aW9ucz9hcGktdmVyc2lvbj0yMDE5LTEwLTAx", + "RequestUri": "/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourcegroups/ps2509/deployments/ps296/operations?api-version=2019-10-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTFiZmE2MzUtZjJiZi00MmYxLTg2YjUtODQ4YzY3NGZjMzIxL3Jlc291cmNlZ3JvdXBzL3BzMjUwOS9kZXBsb3ltZW50cy9wczI5Ni9vcGVyYXRpb25zP2FwaS12ZXJzaW9uPTIwMTktMTAtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "629ccb8f-d2f0-46b9-8474-cbd30f025144" + "afe1b47d-1acb-4f06-8e48-071d2e319f23" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27110.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/3.4.0.0" + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/3.7.1.0" ] }, "ResponseHeaders": { @@ -3075,13 +3075,13 @@ "11912" ], "x-ms-request-id": [ - "4767e554-204f-42b6-96e1-b6e1664902b5" + "29e453ac-96e6-4323-84e0-9921784acdce" ], "x-ms-correlation-request-id": [ - "4767e554-204f-42b6-96e1-b6e1664902b5" + "29e453ac-96e6-4323-84e0-9921784acdce" ], "x-ms-routing-request-id": [ - "WESTUS2:20200325T091326Z:4767e554-204f-42b6-96e1-b6e1664902b5" + "NORTHCENTRALUS:20200612T213933Z:29e453ac-96e6-4323-84e0-9921784acdce" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3090,7 +3090,7 @@ "nosniff" ], "Date": [ - "Wed, 25 Mar 2020 09:13:25 GMT" + "Fri, 12 Jun 2020 21:39:33 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -3099,32 +3099,32 @@ "-1" ], "Content-Length": [ - "711" + "710" ], "Retry-After": [ "0" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/resourceGroups/ps6304/providers/Microsoft.Resources/deployments/ps7102/operations/D60BABBFE7AE59B2\",\r\n \"operationId\": \"D60BABBFE7AE59B2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2020-03-25T09:13:18.8195494Z\",\r\n \"duration\": \"PT2.7531945S\",\r\n \"trackingId\": \"479ff780-28ec-4fd7-8836-c0462825967c\",\r\n \"serviceRequestId\": \"e60d7e65-f3b9-4984-9501-ea7b36aedca4\",\r\n \"statusCode\": \"Accepted\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/resourceGroups/ps6304/providers/Microsoft.Storage/storageAccounts/ps2757\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps2757\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/ps2509/providers/Microsoft.Resources/deployments/ps296/operations/DBA470C2D7C0EDAC\",\r\n \"operationId\": \"DBA470C2D7C0EDAC\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2020-06-12T21:39:19.4287701Z\",\r\n \"duration\": \"PT2.9654116S\",\r\n \"trackingId\": \"d2d519e0-3aaa-4af3-9727-00518ba9e109\",\r\n \"serviceRequestId\": \"a64aecdb-986c-4e12-ba0c-e75d1cee6429\",\r\n \"statusCode\": \"Accepted\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/ps2509/providers/Microsoft.Storage/storageAccounts/ps4924\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps4924\"\r\n }\r\n }\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/resourcegroups/ps6304/deployments/ps7102/operations?api-version=2019-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYjlmMTM4YTEtMWQ2NC00MTA4LTg0MTMtOWVhM2JlMWMxYjJkL3Jlc291cmNlZ3JvdXBzL3BzNjMwNC9kZXBsb3ltZW50cy9wczcxMDIvb3BlcmF0aW9ucz9hcGktdmVyc2lvbj0yMDE5LTEwLTAx", + "RequestUri": "/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourcegroups/ps2509/deployments/ps296/operations?api-version=2019-10-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTFiZmE2MzUtZjJiZi00MmYxLTg2YjUtODQ4YzY3NGZjMzIxL3Jlc291cmNlZ3JvdXBzL3BzMjUwOS9kZXBsb3ltZW50cy9wczI5Ni9vcGVyYXRpb25zP2FwaS12ZXJzaW9uPTIwMTktMTAtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "cbb828b8-ac22-4e02-a3f3-c7b0c51f1375" + "66a6ddd6-19f0-4e32-8e16-5777fde8ea05" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27110.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/3.4.0.0" + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/3.7.1.0" ] }, "ResponseHeaders": { @@ -3138,13 +3138,13 @@ "11910" ], "x-ms-request-id": [ - "0a5665cc-3ed1-41c6-86d9-cdc27bf55a77" + "f003fbe4-45d7-43df-99f5-7ed5097f744d" ], "x-ms-correlation-request-id": [ - "0a5665cc-3ed1-41c6-86d9-cdc27bf55a77" + "f003fbe4-45d7-43df-99f5-7ed5097f744d" ], "x-ms-routing-request-id": [ - "WESTUS2:20200325T091327Z:0a5665cc-3ed1-41c6-86d9-cdc27bf55a77" + "NORTHCENTRALUS:20200612T213934Z:f003fbe4-45d7-43df-99f5-7ed5097f744d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3153,7 +3153,7 @@ "nosniff" ], "Date": [ - "Wed, 25 Mar 2020 09:13:26 GMT" + "Fri, 12 Jun 2020 21:39:33 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -3162,32 +3162,32 @@ "-1" ], "Content-Length": [ - "711" + "710" ], "Retry-After": [ "0" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/resourceGroups/ps6304/providers/Microsoft.Resources/deployments/ps7102/operations/D60BABBFE7AE59B2\",\r\n \"operationId\": \"D60BABBFE7AE59B2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2020-03-25T09:13:18.8195494Z\",\r\n \"duration\": \"PT2.7531945S\",\r\n \"trackingId\": \"479ff780-28ec-4fd7-8836-c0462825967c\",\r\n \"serviceRequestId\": \"e60d7e65-f3b9-4984-9501-ea7b36aedca4\",\r\n \"statusCode\": \"Accepted\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/resourceGroups/ps6304/providers/Microsoft.Storage/storageAccounts/ps2757\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps2757\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/ps2509/providers/Microsoft.Resources/deployments/ps296/operations/DBA470C2D7C0EDAC\",\r\n \"operationId\": \"DBA470C2D7C0EDAC\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2020-06-12T21:39:19.4287701Z\",\r\n \"duration\": \"PT2.9654116S\",\r\n \"trackingId\": \"d2d519e0-3aaa-4af3-9727-00518ba9e109\",\r\n \"serviceRequestId\": \"a64aecdb-986c-4e12-ba0c-e75d1cee6429\",\r\n \"statusCode\": \"Accepted\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/ps2509/providers/Microsoft.Storage/storageAccounts/ps4924\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps4924\"\r\n }\r\n }\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/resourcegroups/ps6304/deployments/ps7102/operations?api-version=2019-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYjlmMTM4YTEtMWQ2NC00MTA4LTg0MTMtOWVhM2JlMWMxYjJkL3Jlc291cmNlZ3JvdXBzL3BzNjMwNC9kZXBsb3ltZW50cy9wczcxMDIvb3BlcmF0aW9ucz9hcGktdmVyc2lvbj0yMDE5LTEwLTAx", + "RequestUri": "/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourcegroups/ps2509/deployments/ps296/operations?api-version=2019-10-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTFiZmE2MzUtZjJiZi00MmYxLTg2YjUtODQ4YzY3NGZjMzIxL3Jlc291cmNlZ3JvdXBzL3BzMjUwOS9kZXBsb3ltZW50cy9wczI5Ni9vcGVyYXRpb25zP2FwaS12ZXJzaW9uPTIwMTktMTAtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "e0246b7c-b756-443a-9c45-fbd08b8e6160" + "1abd77e5-ce4e-49c2-a994-bdda83c9047a" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27110.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/3.4.0.0" + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/3.7.1.0" ] }, "ResponseHeaders": { @@ -3201,13 +3201,13 @@ "11908" ], "x-ms-request-id": [ - "6ff9aa3d-dc81-408d-a72d-6ff7cdb7eb96" + "66ad4cfe-60e4-473f-a678-36fad85547ab" ], "x-ms-correlation-request-id": [ - "6ff9aa3d-dc81-408d-a72d-6ff7cdb7eb96" + "66ad4cfe-60e4-473f-a678-36fad85547ab" ], "x-ms-routing-request-id": [ - "WESTUS2:20200325T091327Z:6ff9aa3d-dc81-408d-a72d-6ff7cdb7eb96" + "NORTHCENTRALUS:20200612T213934Z:66ad4cfe-60e4-473f-a678-36fad85547ab" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3216,7 +3216,7 @@ "nosniff" ], "Date": [ - "Wed, 25 Mar 2020 09:13:26 GMT" + "Fri, 12 Jun 2020 21:39:34 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -3225,32 +3225,32 @@ "-1" ], "Content-Length": [ - "711" + "710" ], "Retry-After": [ "0" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/resourceGroups/ps6304/providers/Microsoft.Resources/deployments/ps7102/operations/D60BABBFE7AE59B2\",\r\n \"operationId\": \"D60BABBFE7AE59B2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2020-03-25T09:13:18.8195494Z\",\r\n \"duration\": \"PT2.7531945S\",\r\n \"trackingId\": \"479ff780-28ec-4fd7-8836-c0462825967c\",\r\n \"serviceRequestId\": \"e60d7e65-f3b9-4984-9501-ea7b36aedca4\",\r\n \"statusCode\": \"Accepted\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/resourceGroups/ps6304/providers/Microsoft.Storage/storageAccounts/ps2757\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps2757\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/ps2509/providers/Microsoft.Resources/deployments/ps296/operations/DBA470C2D7C0EDAC\",\r\n \"operationId\": \"DBA470C2D7C0EDAC\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2020-06-12T21:39:19.4287701Z\",\r\n \"duration\": \"PT2.9654116S\",\r\n \"trackingId\": \"d2d519e0-3aaa-4af3-9727-00518ba9e109\",\r\n \"serviceRequestId\": \"a64aecdb-986c-4e12-ba0c-e75d1cee6429\",\r\n \"statusCode\": \"Accepted\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/ps2509/providers/Microsoft.Storage/storageAccounts/ps4924\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps4924\"\r\n }\r\n }\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/resourcegroups/ps6304/deployments/ps7102/operations?api-version=2019-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYjlmMTM4YTEtMWQ2NC00MTA4LTg0MTMtOWVhM2JlMWMxYjJkL3Jlc291cmNlZ3JvdXBzL3BzNjMwNC9kZXBsb3ltZW50cy9wczcxMDIvb3BlcmF0aW9ucz9hcGktdmVyc2lvbj0yMDE5LTEwLTAx", + "RequestUri": "/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourcegroups/ps2509/deployments/ps296/operations?api-version=2019-10-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTFiZmE2MzUtZjJiZi00MmYxLTg2YjUtODQ4YzY3NGZjMzIxL3Jlc291cmNlZ3JvdXBzL3BzMjUwOS9kZXBsb3ltZW50cy9wczI5Ni9vcGVyYXRpb25zP2FwaS12ZXJzaW9uPTIwMTktMTAtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "08affdae-9737-44c3-8b60-0d6a0b8867ab" + "b90b66de-20c6-47bd-b149-5f67c65d56eb" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27110.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/3.4.0.0" + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/3.7.1.0" ] }, "ResponseHeaders": { @@ -3264,13 +3264,13 @@ "11906" ], "x-ms-request-id": [ - "6d5c009c-2a55-4663-a342-c6b7b64a7dfa" + "d1f041c6-d04d-40e4-ba99-8fc5f94a032f" ], "x-ms-correlation-request-id": [ - "6d5c009c-2a55-4663-a342-c6b7b64a7dfa" + "d1f041c6-d04d-40e4-ba99-8fc5f94a032f" ], "x-ms-routing-request-id": [ - "WESTUS2:20200325T091327Z:6d5c009c-2a55-4663-a342-c6b7b64a7dfa" + "NORTHCENTRALUS:20200612T213935Z:d1f041c6-d04d-40e4-ba99-8fc5f94a032f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3279,7 +3279,7 @@ "nosniff" ], "Date": [ - "Wed, 25 Mar 2020 09:13:26 GMT" + "Fri, 12 Jun 2020 21:39:34 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -3288,32 +3288,32 @@ "-1" ], "Content-Length": [ - "711" + "710" ], "Retry-After": [ "0" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/resourceGroups/ps6304/providers/Microsoft.Resources/deployments/ps7102/operations/D60BABBFE7AE59B2\",\r\n \"operationId\": \"D60BABBFE7AE59B2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2020-03-25T09:13:18.8195494Z\",\r\n \"duration\": \"PT2.7531945S\",\r\n \"trackingId\": \"479ff780-28ec-4fd7-8836-c0462825967c\",\r\n \"serviceRequestId\": \"e60d7e65-f3b9-4984-9501-ea7b36aedca4\",\r\n \"statusCode\": \"Accepted\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/resourceGroups/ps6304/providers/Microsoft.Storage/storageAccounts/ps2757\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps2757\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/ps2509/providers/Microsoft.Resources/deployments/ps296/operations/DBA470C2D7C0EDAC\",\r\n \"operationId\": \"DBA470C2D7C0EDAC\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2020-06-12T21:39:19.4287701Z\",\r\n \"duration\": \"PT2.9654116S\",\r\n \"trackingId\": \"d2d519e0-3aaa-4af3-9727-00518ba9e109\",\r\n \"serviceRequestId\": \"a64aecdb-986c-4e12-ba0c-e75d1cee6429\",\r\n \"statusCode\": \"Accepted\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/ps2509/providers/Microsoft.Storage/storageAccounts/ps4924\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps4924\"\r\n }\r\n }\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/resourcegroups/ps6304/deployments/ps7102/operations?api-version=2019-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYjlmMTM4YTEtMWQ2NC00MTA4LTg0MTMtOWVhM2JlMWMxYjJkL3Jlc291cmNlZ3JvdXBzL3BzNjMwNC9kZXBsb3ltZW50cy9wczcxMDIvb3BlcmF0aW9ucz9hcGktdmVyc2lvbj0yMDE5LTEwLTAx", + "RequestUri": "/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourcegroups/ps2509/deployments/ps296/operations?api-version=2019-10-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTFiZmE2MzUtZjJiZi00MmYxLTg2YjUtODQ4YzY3NGZjMzIxL3Jlc291cmNlZ3JvdXBzL3BzMjUwOS9kZXBsb3ltZW50cy9wczI5Ni9vcGVyYXRpb25zP2FwaS12ZXJzaW9uPTIwMTktMTAtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "c6dd59e9-74f4-4194-bd27-ad996e441359" + "2ea399cb-f22d-4242-9056-31d5fe1120fa" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27110.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/3.4.0.0" + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/3.7.1.0" ] }, "ResponseHeaders": { @@ -3327,13 +3327,13 @@ "11904" ], "x-ms-request-id": [ - "5a233f44-8567-474b-97e5-3714f46c6da7" + "c606358e-b6ce-448d-8ab3-c3943a5564a3" ], "x-ms-correlation-request-id": [ - "5a233f44-8567-474b-97e5-3714f46c6da7" + "c606358e-b6ce-448d-8ab3-c3943a5564a3" ], "x-ms-routing-request-id": [ - "WESTUS2:20200325T091328Z:5a233f44-8567-474b-97e5-3714f46c6da7" + "NORTHCENTRALUS:20200612T213935Z:c606358e-b6ce-448d-8ab3-c3943a5564a3" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3342,7 +3342,7 @@ "nosniff" ], "Date": [ - "Wed, 25 Mar 2020 09:13:27 GMT" + "Fri, 12 Jun 2020 21:39:34 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -3351,32 +3351,32 @@ "-1" ], "Content-Length": [ - "711" + "710" ], "Retry-After": [ "0" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/resourceGroups/ps6304/providers/Microsoft.Resources/deployments/ps7102/operations/D60BABBFE7AE59B2\",\r\n \"operationId\": \"D60BABBFE7AE59B2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2020-03-25T09:13:18.8195494Z\",\r\n \"duration\": \"PT2.7531945S\",\r\n \"trackingId\": \"479ff780-28ec-4fd7-8836-c0462825967c\",\r\n \"serviceRequestId\": \"e60d7e65-f3b9-4984-9501-ea7b36aedca4\",\r\n \"statusCode\": \"Accepted\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/resourceGroups/ps6304/providers/Microsoft.Storage/storageAccounts/ps2757\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps2757\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/ps2509/providers/Microsoft.Resources/deployments/ps296/operations/DBA470C2D7C0EDAC\",\r\n \"operationId\": \"DBA470C2D7C0EDAC\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2020-06-12T21:39:19.4287701Z\",\r\n \"duration\": \"PT2.9654116S\",\r\n \"trackingId\": \"d2d519e0-3aaa-4af3-9727-00518ba9e109\",\r\n \"serviceRequestId\": \"a64aecdb-986c-4e12-ba0c-e75d1cee6429\",\r\n \"statusCode\": \"Accepted\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/ps2509/providers/Microsoft.Storage/storageAccounts/ps4924\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps4924\"\r\n }\r\n }\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/resourcegroups/ps6304/deployments/ps7102/operations?api-version=2019-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYjlmMTM4YTEtMWQ2NC00MTA4LTg0MTMtOWVhM2JlMWMxYjJkL3Jlc291cmNlZ3JvdXBzL3BzNjMwNC9kZXBsb3ltZW50cy9wczcxMDIvb3BlcmF0aW9ucz9hcGktdmVyc2lvbj0yMDE5LTEwLTAx", + "RequestUri": "/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourcegroups/ps2509/deployments/ps296/operations?api-version=2019-10-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTFiZmE2MzUtZjJiZi00MmYxLTg2YjUtODQ4YzY3NGZjMzIxL3Jlc291cmNlZ3JvdXBzL3BzMjUwOS9kZXBsb3ltZW50cy9wczI5Ni9vcGVyYXRpb25zP2FwaS12ZXJzaW9uPTIwMTktMTAtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "6b9f8895-6258-4e5a-a07d-6902e9cf38fc" + "50618d7f-951c-42c0-a49d-0232b17abac2" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27110.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/3.4.0.0" + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/3.7.1.0" ] }, "ResponseHeaders": { @@ -3390,13 +3390,13 @@ "11902" ], "x-ms-request-id": [ - "9ed3281d-240d-4394-a83d-c0a7ff7dc1f1" + "0df6bb34-cc9a-4fda-867f-efb2c7f9521a" ], "x-ms-correlation-request-id": [ - "9ed3281d-240d-4394-a83d-c0a7ff7dc1f1" + "0df6bb34-cc9a-4fda-867f-efb2c7f9521a" ], "x-ms-routing-request-id": [ - "WESTUS2:20200325T091328Z:9ed3281d-240d-4394-a83d-c0a7ff7dc1f1" + "NORTHCENTRALUS:20200612T213935Z:0df6bb34-cc9a-4fda-867f-efb2c7f9521a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3405,7 +3405,7 @@ "nosniff" ], "Date": [ - "Wed, 25 Mar 2020 09:13:27 GMT" + "Fri, 12 Jun 2020 21:39:35 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -3414,32 +3414,32 @@ "-1" ], "Content-Length": [ - "711" + "710" ], "Retry-After": [ "0" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/resourceGroups/ps6304/providers/Microsoft.Resources/deployments/ps7102/operations/D60BABBFE7AE59B2\",\r\n \"operationId\": \"D60BABBFE7AE59B2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2020-03-25T09:13:18.8195494Z\",\r\n \"duration\": \"PT2.7531945S\",\r\n \"trackingId\": \"479ff780-28ec-4fd7-8836-c0462825967c\",\r\n \"serviceRequestId\": \"e60d7e65-f3b9-4984-9501-ea7b36aedca4\",\r\n \"statusCode\": \"Accepted\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/resourceGroups/ps6304/providers/Microsoft.Storage/storageAccounts/ps2757\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps2757\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/ps2509/providers/Microsoft.Resources/deployments/ps296/operations/DBA470C2D7C0EDAC\",\r\n \"operationId\": \"DBA470C2D7C0EDAC\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2020-06-12T21:39:19.4287701Z\",\r\n \"duration\": \"PT2.9654116S\",\r\n \"trackingId\": \"d2d519e0-3aaa-4af3-9727-00518ba9e109\",\r\n \"serviceRequestId\": \"a64aecdb-986c-4e12-ba0c-e75d1cee6429\",\r\n \"statusCode\": \"Accepted\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/ps2509/providers/Microsoft.Storage/storageAccounts/ps4924\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps4924\"\r\n }\r\n }\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/resourcegroups/ps6304/deployments/ps7102/operations?api-version=2019-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYjlmMTM4YTEtMWQ2NC00MTA4LTg0MTMtOWVhM2JlMWMxYjJkL3Jlc291cmNlZ3JvdXBzL3BzNjMwNC9kZXBsb3ltZW50cy9wczcxMDIvb3BlcmF0aW9ucz9hcGktdmVyc2lvbj0yMDE5LTEwLTAx", + "RequestUri": "/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourcegroups/ps2509/deployments/ps296/operations?api-version=2019-10-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTFiZmE2MzUtZjJiZi00MmYxLTg2YjUtODQ4YzY3NGZjMzIxL3Jlc291cmNlZ3JvdXBzL3BzMjUwOS9kZXBsb3ltZW50cy9wczI5Ni9vcGVyYXRpb25zP2FwaS12ZXJzaW9uPTIwMTktMTAtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "dabfec3c-95d6-4682-b30d-4e30746d798b" + "ed7658ac-81cd-4738-8b13-8aacc420e702" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27110.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/3.4.0.0" + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/3.7.1.0" ] }, "ResponseHeaders": { @@ -3453,13 +3453,13 @@ "11900" ], "x-ms-request-id": [ - "8d1cb157-7574-497d-9579-328b4fdc8ef5" + "35a99f37-b29b-4dfe-a438-4eac5b22e9a0" ], "x-ms-correlation-request-id": [ - "8d1cb157-7574-497d-9579-328b4fdc8ef5" + "35a99f37-b29b-4dfe-a438-4eac5b22e9a0" ], "x-ms-routing-request-id": [ - "WESTUS2:20200325T091328Z:8d1cb157-7574-497d-9579-328b4fdc8ef5" + "NORTHCENTRALUS:20200612T213936Z:35a99f37-b29b-4dfe-a438-4eac5b22e9a0" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3468,7 +3468,7 @@ "nosniff" ], "Date": [ - "Wed, 25 Mar 2020 09:13:27 GMT" + "Fri, 12 Jun 2020 21:39:35 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -3477,32 +3477,32 @@ "-1" ], "Content-Length": [ - "711" + "710" ], "Retry-After": [ "0" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/resourceGroups/ps6304/providers/Microsoft.Resources/deployments/ps7102/operations/D60BABBFE7AE59B2\",\r\n \"operationId\": \"D60BABBFE7AE59B2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2020-03-25T09:13:18.8195494Z\",\r\n \"duration\": \"PT2.7531945S\",\r\n \"trackingId\": \"479ff780-28ec-4fd7-8836-c0462825967c\",\r\n \"serviceRequestId\": \"e60d7e65-f3b9-4984-9501-ea7b36aedca4\",\r\n \"statusCode\": \"Accepted\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/resourceGroups/ps6304/providers/Microsoft.Storage/storageAccounts/ps2757\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps2757\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/ps2509/providers/Microsoft.Resources/deployments/ps296/operations/DBA470C2D7C0EDAC\",\r\n \"operationId\": \"DBA470C2D7C0EDAC\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2020-06-12T21:39:19.4287701Z\",\r\n \"duration\": \"PT2.9654116S\",\r\n \"trackingId\": \"d2d519e0-3aaa-4af3-9727-00518ba9e109\",\r\n \"serviceRequestId\": \"a64aecdb-986c-4e12-ba0c-e75d1cee6429\",\r\n \"statusCode\": \"Accepted\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/ps2509/providers/Microsoft.Storage/storageAccounts/ps4924\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps4924\"\r\n }\r\n }\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/resourcegroups/ps6304/deployments/ps7102/operations?api-version=2019-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYjlmMTM4YTEtMWQ2NC00MTA4LTg0MTMtOWVhM2JlMWMxYjJkL3Jlc291cmNlZ3JvdXBzL3BzNjMwNC9kZXBsb3ltZW50cy9wczcxMDIvb3BlcmF0aW9ucz9hcGktdmVyc2lvbj0yMDE5LTEwLTAx", + "RequestUri": "/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourcegroups/ps2509/deployments/ps296/operations?api-version=2019-10-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTFiZmE2MzUtZjJiZi00MmYxLTg2YjUtODQ4YzY3NGZjMzIxL3Jlc291cmNlZ3JvdXBzL3BzMjUwOS9kZXBsb3ltZW50cy9wczI5Ni9vcGVyYXRpb25zP2FwaS12ZXJzaW9uPTIwMTktMTAtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "53ba7229-2dca-4957-a888-8e0dfd718095" + "19414252-3e39-4857-bfd2-bc2dbd1b937c" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27110.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/3.4.0.0" + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/3.7.1.0" ] }, "ResponseHeaders": { @@ -3516,13 +3516,13 @@ "11898" ], "x-ms-request-id": [ - "16b48165-f6e7-4fe2-ac69-9635687d5b2b" + "557775e6-f044-4019-a15e-e3ef57fb7e75" ], "x-ms-correlation-request-id": [ - "16b48165-f6e7-4fe2-ac69-9635687d5b2b" + "557775e6-f044-4019-a15e-e3ef57fb7e75" ], "x-ms-routing-request-id": [ - "WESTUS2:20200325T091329Z:16b48165-f6e7-4fe2-ac69-9635687d5b2b" + "NORTHCENTRALUS:20200612T213936Z:557775e6-f044-4019-a15e-e3ef57fb7e75" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3531,7 +3531,7 @@ "nosniff" ], "Date": [ - "Wed, 25 Mar 2020 09:13:28 GMT" + "Fri, 12 Jun 2020 21:39:36 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -3540,32 +3540,32 @@ "-1" ], "Content-Length": [ - "711" + "710" ], "Retry-After": [ "0" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/resourceGroups/ps6304/providers/Microsoft.Resources/deployments/ps7102/operations/D60BABBFE7AE59B2\",\r\n \"operationId\": \"D60BABBFE7AE59B2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2020-03-25T09:13:18.8195494Z\",\r\n \"duration\": \"PT2.7531945S\",\r\n \"trackingId\": \"479ff780-28ec-4fd7-8836-c0462825967c\",\r\n \"serviceRequestId\": \"e60d7e65-f3b9-4984-9501-ea7b36aedca4\",\r\n \"statusCode\": \"Accepted\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/resourceGroups/ps6304/providers/Microsoft.Storage/storageAccounts/ps2757\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps2757\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/ps2509/providers/Microsoft.Resources/deployments/ps296/operations/DBA470C2D7C0EDAC\",\r\n \"operationId\": \"DBA470C2D7C0EDAC\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2020-06-12T21:39:19.4287701Z\",\r\n \"duration\": \"PT2.9654116S\",\r\n \"trackingId\": \"d2d519e0-3aaa-4af3-9727-00518ba9e109\",\r\n \"serviceRequestId\": \"a64aecdb-986c-4e12-ba0c-e75d1cee6429\",\r\n \"statusCode\": \"Accepted\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/ps2509/providers/Microsoft.Storage/storageAccounts/ps4924\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps4924\"\r\n }\r\n }\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/resourcegroups/ps6304/deployments/ps7102/operations?api-version=2019-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYjlmMTM4YTEtMWQ2NC00MTA4LTg0MTMtOWVhM2JlMWMxYjJkL3Jlc291cmNlZ3JvdXBzL3BzNjMwNC9kZXBsb3ltZW50cy9wczcxMDIvb3BlcmF0aW9ucz9hcGktdmVyc2lvbj0yMDE5LTEwLTAx", + "RequestUri": "/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourcegroups/ps2509/deployments/ps296/operations?api-version=2019-10-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTFiZmE2MzUtZjJiZi00MmYxLTg2YjUtODQ4YzY3NGZjMzIxL3Jlc291cmNlZ3JvdXBzL3BzMjUwOS9kZXBsb3ltZW50cy9wczI5Ni9vcGVyYXRpb25zP2FwaS12ZXJzaW9uPTIwMTktMTAtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "8f3b4227-9c27-4c11-802d-4ce45917f2a1" + "2e75b10c-e62f-4b13-9ee1-41f7af6605c3" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27110.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/3.4.0.0" + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/3.7.1.0" ] }, "ResponseHeaders": { @@ -3579,13 +3579,13 @@ "11896" ], "x-ms-request-id": [ - "097ce821-8aab-4d09-82cc-0e05216feb40" + "6b94ebbb-f821-43e8-a575-a7d6680d2085" ], "x-ms-correlation-request-id": [ - "097ce821-8aab-4d09-82cc-0e05216feb40" + "6b94ebbb-f821-43e8-a575-a7d6680d2085" ], "x-ms-routing-request-id": [ - "WESTUS2:20200325T091329Z:097ce821-8aab-4d09-82cc-0e05216feb40" + "NORTHCENTRALUS:20200612T213937Z:6b94ebbb-f821-43e8-a575-a7d6680d2085" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3594,7 +3594,7 @@ "nosniff" ], "Date": [ - "Wed, 25 Mar 2020 09:13:28 GMT" + "Fri, 12 Jun 2020 21:39:36 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -3603,32 +3603,32 @@ "-1" ], "Content-Length": [ - "711" + "710" ], "Retry-After": [ "0" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/resourceGroups/ps6304/providers/Microsoft.Resources/deployments/ps7102/operations/D60BABBFE7AE59B2\",\r\n \"operationId\": \"D60BABBFE7AE59B2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2020-03-25T09:13:18.8195494Z\",\r\n \"duration\": \"PT2.7531945S\",\r\n \"trackingId\": \"479ff780-28ec-4fd7-8836-c0462825967c\",\r\n \"serviceRequestId\": \"e60d7e65-f3b9-4984-9501-ea7b36aedca4\",\r\n \"statusCode\": \"Accepted\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/resourceGroups/ps6304/providers/Microsoft.Storage/storageAccounts/ps2757\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps2757\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/ps2509/providers/Microsoft.Resources/deployments/ps296/operations/DBA470C2D7C0EDAC\",\r\n \"operationId\": \"DBA470C2D7C0EDAC\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2020-06-12T21:39:19.4287701Z\",\r\n \"duration\": \"PT2.9654116S\",\r\n \"trackingId\": \"d2d519e0-3aaa-4af3-9727-00518ba9e109\",\r\n \"serviceRequestId\": \"a64aecdb-986c-4e12-ba0c-e75d1cee6429\",\r\n \"statusCode\": \"Accepted\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/ps2509/providers/Microsoft.Storage/storageAccounts/ps4924\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps4924\"\r\n }\r\n }\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/resourcegroups/ps6304/deployments/ps7102/operations?api-version=2019-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYjlmMTM4YTEtMWQ2NC00MTA4LTg0MTMtOWVhM2JlMWMxYjJkL3Jlc291cmNlZ3JvdXBzL3BzNjMwNC9kZXBsb3ltZW50cy9wczcxMDIvb3BlcmF0aW9ucz9hcGktdmVyc2lvbj0yMDE5LTEwLTAx", + "RequestUri": "/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourcegroups/ps2509/deployments/ps296/operations?api-version=2019-10-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTFiZmE2MzUtZjJiZi00MmYxLTg2YjUtODQ4YzY3NGZjMzIxL3Jlc291cmNlZ3JvdXBzL3BzMjUwOS9kZXBsb3ltZW50cy9wczI5Ni9vcGVyYXRpb25zP2FwaS12ZXJzaW9uPTIwMTktMTAtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "622447ee-e148-4448-811e-e9d141eaa6e4" + "4ed558e1-d234-4bdf-8945-955c09b4b56a" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27110.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/3.4.0.0" + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/3.7.1.0" ] }, "ResponseHeaders": { @@ -3642,13 +3642,13 @@ "11894" ], "x-ms-request-id": [ - "2dd4e70d-c2a2-478d-bd6f-3a0329cdea27" + "fa0d8cdb-01ea-4880-acb4-f3053af346ce" ], "x-ms-correlation-request-id": [ - "2dd4e70d-c2a2-478d-bd6f-3a0329cdea27" + "fa0d8cdb-01ea-4880-acb4-f3053af346ce" ], "x-ms-routing-request-id": [ - "WESTUS2:20200325T091329Z:2dd4e70d-c2a2-478d-bd6f-3a0329cdea27" + "NORTHCENTRALUS:20200612T213937Z:fa0d8cdb-01ea-4880-acb4-f3053af346ce" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3657,7 +3657,7 @@ "nosniff" ], "Date": [ - "Wed, 25 Mar 2020 09:13:29 GMT" + "Fri, 12 Jun 2020 21:39:36 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -3666,32 +3666,32 @@ "-1" ], "Content-Length": [ - "711" + "710" ], "Retry-After": [ "0" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/resourceGroups/ps6304/providers/Microsoft.Resources/deployments/ps7102/operations/D60BABBFE7AE59B2\",\r\n \"operationId\": \"D60BABBFE7AE59B2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2020-03-25T09:13:18.8195494Z\",\r\n \"duration\": \"PT2.7531945S\",\r\n \"trackingId\": \"479ff780-28ec-4fd7-8836-c0462825967c\",\r\n \"serviceRequestId\": \"e60d7e65-f3b9-4984-9501-ea7b36aedca4\",\r\n \"statusCode\": \"Accepted\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/resourceGroups/ps6304/providers/Microsoft.Storage/storageAccounts/ps2757\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps2757\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/ps2509/providers/Microsoft.Resources/deployments/ps296/operations/DBA470C2D7C0EDAC\",\r\n \"operationId\": \"DBA470C2D7C0EDAC\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2020-06-12T21:39:19.4287701Z\",\r\n \"duration\": \"PT2.9654116S\",\r\n \"trackingId\": \"d2d519e0-3aaa-4af3-9727-00518ba9e109\",\r\n \"serviceRequestId\": \"a64aecdb-986c-4e12-ba0c-e75d1cee6429\",\r\n \"statusCode\": \"Accepted\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/ps2509/providers/Microsoft.Storage/storageAccounts/ps4924\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps4924\"\r\n }\r\n }\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/resourcegroups/ps6304/deployments/ps7102/operations?api-version=2019-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYjlmMTM4YTEtMWQ2NC00MTA4LTg0MTMtOWVhM2JlMWMxYjJkL3Jlc291cmNlZ3JvdXBzL3BzNjMwNC9kZXBsb3ltZW50cy9wczcxMDIvb3BlcmF0aW9ucz9hcGktdmVyc2lvbj0yMDE5LTEwLTAx", + "RequestUri": "/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourcegroups/ps2509/deployments/ps296/operations?api-version=2019-10-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTFiZmE2MzUtZjJiZi00MmYxLTg2YjUtODQ4YzY3NGZjMzIxL3Jlc291cmNlZ3JvdXBzL3BzMjUwOS9kZXBsb3ltZW50cy9wczI5Ni9vcGVyYXRpb25zP2FwaS12ZXJzaW9uPTIwMTktMTAtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "a16429bc-734f-4d7c-9ef5-0827fd2215bc" + "863609d7-0c58-4776-82d9-3ce50a8dc76a" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27110.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/3.4.0.0" + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/3.7.1.0" ] }, "ResponseHeaders": { @@ -3705,13 +3705,13 @@ "11892" ], "x-ms-request-id": [ - "75fcd848-ec76-4afb-9306-21f5ce9e9797" + "783d46b7-7f69-416b-8545-d6a5e96b70db" ], "x-ms-correlation-request-id": [ - "75fcd848-ec76-4afb-9306-21f5ce9e9797" + "783d46b7-7f69-416b-8545-d6a5e96b70db" ], "x-ms-routing-request-id": [ - "WESTUS2:20200325T091330Z:75fcd848-ec76-4afb-9306-21f5ce9e9797" + "NORTHCENTRALUS:20200612T213938Z:783d46b7-7f69-416b-8545-d6a5e96b70db" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3720,7 +3720,7 @@ "nosniff" ], "Date": [ - "Wed, 25 Mar 2020 09:13:29 GMT" + "Fri, 12 Jun 2020 21:39:37 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -3729,32 +3729,32 @@ "-1" ], "Content-Length": [ - "711" + "710" ], "Retry-After": [ "0" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/resourceGroups/ps6304/providers/Microsoft.Resources/deployments/ps7102/operations/D60BABBFE7AE59B2\",\r\n \"operationId\": \"D60BABBFE7AE59B2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2020-03-25T09:13:18.8195494Z\",\r\n \"duration\": \"PT2.7531945S\",\r\n \"trackingId\": \"479ff780-28ec-4fd7-8836-c0462825967c\",\r\n \"serviceRequestId\": \"e60d7e65-f3b9-4984-9501-ea7b36aedca4\",\r\n \"statusCode\": \"Accepted\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/resourceGroups/ps6304/providers/Microsoft.Storage/storageAccounts/ps2757\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps2757\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/ps2509/providers/Microsoft.Resources/deployments/ps296/operations/DBA470C2D7C0EDAC\",\r\n \"operationId\": \"DBA470C2D7C0EDAC\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2020-06-12T21:39:19.4287701Z\",\r\n \"duration\": \"PT2.9654116S\",\r\n \"trackingId\": \"d2d519e0-3aaa-4af3-9727-00518ba9e109\",\r\n \"serviceRequestId\": \"a64aecdb-986c-4e12-ba0c-e75d1cee6429\",\r\n \"statusCode\": \"Accepted\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/ps2509/providers/Microsoft.Storage/storageAccounts/ps4924\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps4924\"\r\n }\r\n }\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/resourcegroups/ps6304/deployments/ps7102/operations?api-version=2019-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYjlmMTM4YTEtMWQ2NC00MTA4LTg0MTMtOWVhM2JlMWMxYjJkL3Jlc291cmNlZ3JvdXBzL3BzNjMwNC9kZXBsb3ltZW50cy9wczcxMDIvb3BlcmF0aW9ucz9hcGktdmVyc2lvbj0yMDE5LTEwLTAx", + "RequestUri": "/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourcegroups/ps2509/deployments/ps296/operations?api-version=2019-10-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTFiZmE2MzUtZjJiZi00MmYxLTg2YjUtODQ4YzY3NGZjMzIxL3Jlc291cmNlZ3JvdXBzL3BzMjUwOS9kZXBsb3ltZW50cy9wczI5Ni9vcGVyYXRpb25zP2FwaS12ZXJzaW9uPTIwMTktMTAtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "2826a1cc-c47e-45c8-88e8-83f96a353357" + "6408190c-34ab-4944-a912-9d5797fe4133" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27110.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/3.4.0.0" + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/3.7.1.0" ] }, "ResponseHeaders": { @@ -3768,13 +3768,13 @@ "11890" ], "x-ms-request-id": [ - "adc4403b-c692-4ac9-bd32-254623d000f2" + "fcd5516d-253d-47c9-9782-0cab8abcb4bd" ], "x-ms-correlation-request-id": [ - "adc4403b-c692-4ac9-bd32-254623d000f2" + "fcd5516d-253d-47c9-9782-0cab8abcb4bd" ], "x-ms-routing-request-id": [ - "WESTUS2:20200325T091330Z:adc4403b-c692-4ac9-bd32-254623d000f2" + "NORTHCENTRALUS:20200612T213938Z:fcd5516d-253d-47c9-9782-0cab8abcb4bd" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3783,7 +3783,7 @@ "nosniff" ], "Date": [ - "Wed, 25 Mar 2020 09:13:29 GMT" + "Fri, 12 Jun 2020 21:39:37 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -3792,32 +3792,32 @@ "-1" ], "Content-Length": [ - "711" + "710" ], "Retry-After": [ "0" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/resourceGroups/ps6304/providers/Microsoft.Resources/deployments/ps7102/operations/D60BABBFE7AE59B2\",\r\n \"operationId\": \"D60BABBFE7AE59B2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2020-03-25T09:13:18.8195494Z\",\r\n \"duration\": \"PT2.7531945S\",\r\n \"trackingId\": \"479ff780-28ec-4fd7-8836-c0462825967c\",\r\n \"serviceRequestId\": \"e60d7e65-f3b9-4984-9501-ea7b36aedca4\",\r\n \"statusCode\": \"Accepted\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/resourceGroups/ps6304/providers/Microsoft.Storage/storageAccounts/ps2757\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps2757\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/ps2509/providers/Microsoft.Resources/deployments/ps296/operations/DBA470C2D7C0EDAC\",\r\n \"operationId\": \"DBA470C2D7C0EDAC\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2020-06-12T21:39:19.4287701Z\",\r\n \"duration\": \"PT2.9654116S\",\r\n \"trackingId\": \"d2d519e0-3aaa-4af3-9727-00518ba9e109\",\r\n \"serviceRequestId\": \"a64aecdb-986c-4e12-ba0c-e75d1cee6429\",\r\n \"statusCode\": \"Accepted\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/ps2509/providers/Microsoft.Storage/storageAccounts/ps4924\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps4924\"\r\n }\r\n }\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/resourcegroups/ps6304/deployments/ps7102/operations?api-version=2019-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYjlmMTM4YTEtMWQ2NC00MTA4LTg0MTMtOWVhM2JlMWMxYjJkL3Jlc291cmNlZ3JvdXBzL3BzNjMwNC9kZXBsb3ltZW50cy9wczcxMDIvb3BlcmF0aW9ucz9hcGktdmVyc2lvbj0yMDE5LTEwLTAx", + "RequestUri": "/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourcegroups/ps2509/deployments/ps296/operations?api-version=2019-10-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTFiZmE2MzUtZjJiZi00MmYxLTg2YjUtODQ4YzY3NGZjMzIxL3Jlc291cmNlZ3JvdXBzL3BzMjUwOS9kZXBsb3ltZW50cy9wczI5Ni9vcGVyYXRpb25zP2FwaS12ZXJzaW9uPTIwMTktMTAtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "39825238-2026-4076-b663-52ec56bc01ce" + "7212cc3c-c004-4753-9c80-49b09e72837b" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27110.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/3.4.0.0" + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/3.7.1.0" ] }, "ResponseHeaders": { @@ -3831,13 +3831,13 @@ "11888" ], "x-ms-request-id": [ - "97caee73-b909-472d-b0a4-680b8382927e" + "ff850eae-835e-48b0-81a9-79650c11286d" ], "x-ms-correlation-request-id": [ - "97caee73-b909-472d-b0a4-680b8382927e" + "ff850eae-835e-48b0-81a9-79650c11286d" ], "x-ms-routing-request-id": [ - "WESTUS2:20200325T091330Z:97caee73-b909-472d-b0a4-680b8382927e" + "NORTHCENTRALUS:20200612T213938Z:ff850eae-835e-48b0-81a9-79650c11286d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3846,7 +3846,7 @@ "nosniff" ], "Date": [ - "Wed, 25 Mar 2020 09:13:30 GMT" + "Fri, 12 Jun 2020 21:39:38 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -3855,32 +3855,32 @@ "-1" ], "Content-Length": [ - "711" + "710" ], "Retry-After": [ "0" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/resourceGroups/ps6304/providers/Microsoft.Resources/deployments/ps7102/operations/D60BABBFE7AE59B2\",\r\n \"operationId\": \"D60BABBFE7AE59B2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2020-03-25T09:13:18.8195494Z\",\r\n \"duration\": \"PT2.7531945S\",\r\n \"trackingId\": \"479ff780-28ec-4fd7-8836-c0462825967c\",\r\n \"serviceRequestId\": \"e60d7e65-f3b9-4984-9501-ea7b36aedca4\",\r\n \"statusCode\": \"Accepted\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/resourceGroups/ps6304/providers/Microsoft.Storage/storageAccounts/ps2757\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps2757\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/ps2509/providers/Microsoft.Resources/deployments/ps296/operations/DBA470C2D7C0EDAC\",\r\n \"operationId\": \"DBA470C2D7C0EDAC\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2020-06-12T21:39:19.4287701Z\",\r\n \"duration\": \"PT2.9654116S\",\r\n \"trackingId\": \"d2d519e0-3aaa-4af3-9727-00518ba9e109\",\r\n \"serviceRequestId\": \"a64aecdb-986c-4e12-ba0c-e75d1cee6429\",\r\n \"statusCode\": \"Accepted\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/ps2509/providers/Microsoft.Storage/storageAccounts/ps4924\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps4924\"\r\n }\r\n }\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/resourcegroups/ps6304/deployments/ps7102/operations?api-version=2019-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYjlmMTM4YTEtMWQ2NC00MTA4LTg0MTMtOWVhM2JlMWMxYjJkL3Jlc291cmNlZ3JvdXBzL3BzNjMwNC9kZXBsb3ltZW50cy9wczcxMDIvb3BlcmF0aW9ucz9hcGktdmVyc2lvbj0yMDE5LTEwLTAx", + "RequestUri": "/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourcegroups/ps2509/deployments/ps296/operations?api-version=2019-10-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTFiZmE2MzUtZjJiZi00MmYxLTg2YjUtODQ4YzY3NGZjMzIxL3Jlc291cmNlZ3JvdXBzL3BzMjUwOS9kZXBsb3ltZW50cy9wczI5Ni9vcGVyYXRpb25zP2FwaS12ZXJzaW9uPTIwMTktMTAtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "069a6b46-024a-44cb-b650-bd065b4accbc" + "62a8f5df-f462-4f4a-8f56-663b17c6a176" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27110.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/3.4.0.0" + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/3.7.1.0" ] }, "ResponseHeaders": { @@ -3894,13 +3894,13 @@ "11886" ], "x-ms-request-id": [ - "c9191da9-c83d-4c13-8c3f-3f248afdbbb4" + "e53efe30-48f8-418a-96c2-d0f76c49e2e5" ], "x-ms-correlation-request-id": [ - "c9191da9-c83d-4c13-8c3f-3f248afdbbb4" + "e53efe30-48f8-418a-96c2-d0f76c49e2e5" ], "x-ms-routing-request-id": [ - "WESTUS2:20200325T091331Z:c9191da9-c83d-4c13-8c3f-3f248afdbbb4" + "NORTHCENTRALUS:20200612T213939Z:e53efe30-48f8-418a-96c2-d0f76c49e2e5" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3909,7 +3909,7 @@ "nosniff" ], "Date": [ - "Wed, 25 Mar 2020 09:13:30 GMT" + "Fri, 12 Jun 2020 21:39:38 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -3918,32 +3918,32 @@ "-1" ], "Content-Length": [ - "711" + "707" ], "Retry-After": [ "0" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/resourceGroups/ps6304/providers/Microsoft.Resources/deployments/ps7102/operations/D60BABBFE7AE59B2\",\r\n \"operationId\": \"D60BABBFE7AE59B2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2020-03-25T09:13:18.8195494Z\",\r\n \"duration\": \"PT2.7531945S\",\r\n \"trackingId\": \"479ff780-28ec-4fd7-8836-c0462825967c\",\r\n \"serviceRequestId\": \"e60d7e65-f3b9-4984-9501-ea7b36aedca4\",\r\n \"statusCode\": \"Accepted\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/resourceGroups/ps6304/providers/Microsoft.Storage/storageAccounts/ps2757\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps2757\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/ps2509/providers/Microsoft.Resources/deployments/ps296/operations/DBA470C2D7C0EDAC\",\r\n \"operationId\": \"DBA470C2D7C0EDAC\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2020-06-12T21:39:39.0791606Z\",\r\n \"duration\": \"PT22.6158021S\",\r\n \"trackingId\": \"d8751602-0434-4c69-bd9f-5562451d350a\",\r\n \"serviceRequestId\": \"a64aecdb-986c-4e12-ba0c-e75d1cee6429\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/ps2509/providers/Microsoft.Storage/storageAccounts/ps4924\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps4924\"\r\n }\r\n }\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/resourcegroups/ps6304/deployments/ps7102/operations?api-version=2019-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYjlmMTM4YTEtMWQ2NC00MTA4LTg0MTMtOWVhM2JlMWMxYjJkL3Jlc291cmNlZ3JvdXBzL3BzNjMwNC9kZXBsb3ltZW50cy9wczcxMDIvb3BlcmF0aW9ucz9hcGktdmVyc2lvbj0yMDE5LTEwLTAx", + "RequestUri": "/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourcegroups/ps2509/deployments/ps296/operations?api-version=2019-10-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTFiZmE2MzUtZjJiZi00MmYxLTg2YjUtODQ4YzY3NGZjMzIxL3Jlc291cmNlZ3JvdXBzL3BzMjUwOS9kZXBsb3ltZW50cy9wczI5Ni9vcGVyYXRpb25zP2FwaS12ZXJzaW9uPTIwMTktMTAtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "a447724e-f3d7-4103-97b7-52392a15fb38" + "f2506152-50ca-46b6-ace2-90787c2f3bbe" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27110.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/3.4.0.0" + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/3.7.1.0" ] }, "ResponseHeaders": { @@ -3957,13 +3957,13 @@ "11884" ], "x-ms-request-id": [ - "851f4450-c648-4cbc-b01d-ac1658194f52" + "db731748-375f-4716-b0d3-4ba69850c0cd" ], "x-ms-correlation-request-id": [ - "851f4450-c648-4cbc-b01d-ac1658194f52" + "db731748-375f-4716-b0d3-4ba69850c0cd" ], "x-ms-routing-request-id": [ - "WESTUS2:20200325T091331Z:851f4450-c648-4cbc-b01d-ac1658194f52" + "NORTHCENTRALUS:20200612T213939Z:db731748-375f-4716-b0d3-4ba69850c0cd" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3972,7 +3972,7 @@ "nosniff" ], "Date": [ - "Wed, 25 Mar 2020 09:13:30 GMT" + "Fri, 12 Jun 2020 21:39:38 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -3981,32 +3981,32 @@ "-1" ], "Content-Length": [ - "711" + "1826" ], "Retry-After": [ "0" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/resourceGroups/ps6304/providers/Microsoft.Resources/deployments/ps7102/operations/D60BABBFE7AE59B2\",\r\n \"operationId\": \"D60BABBFE7AE59B2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2020-03-25T09:13:18.8195494Z\",\r\n \"duration\": \"PT2.7531945S\",\r\n \"trackingId\": \"479ff780-28ec-4fd7-8836-c0462825967c\",\r\n \"serviceRequestId\": \"e60d7e65-f3b9-4984-9501-ea7b36aedca4\",\r\n \"statusCode\": \"Accepted\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/resourceGroups/ps6304/providers/Microsoft.Storage/storageAccounts/ps2757\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps2757\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/ps2509/providers/Microsoft.Resources/deployments/ps296/operations/98F9B35C0BE43115\",\r\n \"operationId\": \"98F9B35C0BE43115\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2020-06-12T21:39:39.3190186Z\",\r\n \"duration\": \"PT0.1950994S\",\r\n \"trackingId\": \"4afffa59-df2d-4cbb-b6e7-209556df769e\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/ps2509/providers/Microsoft.Storage/storageAccounts/ps4924\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps4924\",\r\n \"apiVersion\": \"2019-06-01\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/ps2509/providers/Microsoft.Resources/deployments/ps296/operations/DBA470C2D7C0EDAC\",\r\n \"operationId\": \"DBA470C2D7C0EDAC\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2020-06-12T21:39:39.0791606Z\",\r\n \"duration\": \"PT22.6158021S\",\r\n \"trackingId\": \"d8751602-0434-4c69-bd9f-5562451d350a\",\r\n \"serviceRequestId\": \"a64aecdb-986c-4e12-ba0c-e75d1cee6429\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/ps2509/providers/Microsoft.Storage/storageAccounts/ps4924\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps4924\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/ps2509/providers/Microsoft.Resources/deployments/ps296/operations/08586096089309966057\",\r\n \"operationId\": \"08586096089309966057\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"EvaluateDeploymentOutput\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2020-06-12T21:39:39.4404657Z\",\r\n \"duration\": \"PT0.0874309S\",\r\n \"trackingId\": \"60c0fb55-8136-4b6c-9aab-2fdf3d30d8b0\",\r\n \"statusCode\": \"OK\",\r\n \"statusMessage\": null\r\n }\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/resourcegroups/ps6304/deployments/ps7102/operations?api-version=2019-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYjlmMTM4YTEtMWQ2NC00MTA4LTg0MTMtOWVhM2JlMWMxYjJkL3Jlc291cmNlZ3JvdXBzL3BzNjMwNC9kZXBsb3ltZW50cy9wczcxMDIvb3BlcmF0aW9ucz9hcGktdmVyc2lvbj0yMDE5LTEwLTAx", + "RequestUri": "/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourcegroups/ps2509/deployments/ps296/operations?api-version=2019-10-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTFiZmE2MzUtZjJiZi00MmYxLTg2YjUtODQ4YzY3NGZjMzIxL3Jlc291cmNlZ3JvdXBzL3BzMjUwOS9kZXBsb3ltZW50cy9wczI5Ni9vcGVyYXRpb25zP2FwaS12ZXJzaW9uPTIwMTktMTAtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "c3f90ef7-099d-48cc-8f69-a8c4ec66c841" + "fd3b9026-e009-40d3-ae38-9626a0bbf557" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27110.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/3.4.0.0" + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/3.7.1.0" ] }, "ResponseHeaders": { @@ -4017,16 +4017,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11882" + "11881" ], "x-ms-request-id": [ - "0efd9f68-95f8-4cd8-9744-d3f1a8b9468d" + "b609c003-876f-48f8-bb48-5a9de1696c41" ], "x-ms-correlation-request-id": [ - "0efd9f68-95f8-4cd8-9744-d3f1a8b9468d" + "b609c003-876f-48f8-bb48-5a9de1696c41" ], "x-ms-routing-request-id": [ - "WESTUS2:20200325T091331Z:0efd9f68-95f8-4cd8-9744-d3f1a8b9468d" + "NORTHCENTRALUS:20200612T213940Z:b609c003-876f-48f8-bb48-5a9de1696c41" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4035,7 +4035,7 @@ "nosniff" ], "Date": [ - "Wed, 25 Mar 2020 09:13:30 GMT" + "Fri, 12 Jun 2020 21:39:40 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -4044,32 +4044,32 @@ "-1" ], "Content-Length": [ - "711" + "1826" ], "Retry-After": [ "0" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/resourceGroups/ps6304/providers/Microsoft.Resources/deployments/ps7102/operations/D60BABBFE7AE59B2\",\r\n \"operationId\": \"D60BABBFE7AE59B2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2020-03-25T09:13:18.8195494Z\",\r\n \"duration\": \"PT2.7531945S\",\r\n \"trackingId\": \"479ff780-28ec-4fd7-8836-c0462825967c\",\r\n \"serviceRequestId\": \"e60d7e65-f3b9-4984-9501-ea7b36aedca4\",\r\n \"statusCode\": \"Accepted\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/resourceGroups/ps6304/providers/Microsoft.Storage/storageAccounts/ps2757\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps2757\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/ps2509/providers/Microsoft.Resources/deployments/ps296/operations/98F9B35C0BE43115\",\r\n \"operationId\": \"98F9B35C0BE43115\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2020-06-12T21:39:39.3190186Z\",\r\n \"duration\": \"PT0.1950994S\",\r\n \"trackingId\": \"4afffa59-df2d-4cbb-b6e7-209556df769e\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/ps2509/providers/Microsoft.Storage/storageAccounts/ps4924\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps4924\",\r\n \"apiVersion\": \"2019-06-01\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/ps2509/providers/Microsoft.Resources/deployments/ps296/operations/DBA470C2D7C0EDAC\",\r\n \"operationId\": \"DBA470C2D7C0EDAC\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2020-06-12T21:39:39.0791606Z\",\r\n \"duration\": \"PT22.6158021S\",\r\n \"trackingId\": \"d8751602-0434-4c69-bd9f-5562451d350a\",\r\n \"serviceRequestId\": \"a64aecdb-986c-4e12-ba0c-e75d1cee6429\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/ps2509/providers/Microsoft.Storage/storageAccounts/ps4924\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps4924\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/ps2509/providers/Microsoft.Resources/deployments/ps296/operations/08586096089309966057\",\r\n \"operationId\": \"08586096089309966057\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"EvaluateDeploymentOutput\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2020-06-12T21:39:39.4404657Z\",\r\n \"duration\": \"PT0.0874309S\",\r\n \"trackingId\": \"60c0fb55-8136-4b6c-9aab-2fdf3d30d8b0\",\r\n \"statusCode\": \"OK\",\r\n \"statusMessage\": null\r\n }\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/resourcegroups/ps6304/deployments/ps7102/operations?api-version=2019-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYjlmMTM4YTEtMWQ2NC00MTA4LTg0MTMtOWVhM2JlMWMxYjJkL3Jlc291cmNlZ3JvdXBzL3BzNjMwNC9kZXBsb3ltZW50cy9wczcxMDIvb3BlcmF0aW9ucz9hcGktdmVyc2lvbj0yMDE5LTEwLTAx", + "RequestUri": "/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourcegroups/ps2509/providers/Microsoft.Resources/deployments/ps296?api-version=2019-10-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTFiZmE2MzUtZjJiZi00MmYxLTg2YjUtODQ4YzY3NGZjMzIxL3Jlc291cmNlZ3JvdXBzL3BzMjUwOS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9wczI5Nj9hcGktdmVyc2lvbj0yMDE5LTEwLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "90335ed2-345f-45a3-a83e-ae935d6ce3da" + "8c33d75d-578c-4076-8a56-ebb7a27da461" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27110.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/3.4.0.0" + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/3.7.1.0" ] }, "ResponseHeaders": { @@ -4079,17 +4079,20 @@ "Pragma": [ "no-cache" ], + "Retry-After": [ + "0" + ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11880" + "11997" ], "x-ms-request-id": [ - "3f455714-99a7-41fe-91f2-e2d430686cd5" + "701f354b-bf33-4602-8d7a-9f58a9f3da97" ], "x-ms-correlation-request-id": [ - "3f455714-99a7-41fe-91f2-e2d430686cd5" + "701f354b-bf33-4602-8d7a-9f58a9f3da97" ], "x-ms-routing-request-id": [ - "WESTUS2:20200325T091331Z:3f455714-99a7-41fe-91f2-e2d430686cd5" + "NORTHCENTRALUS:20200612T213916Z:701f354b-bf33-4602-8d7a-9f58a9f3da97" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4098,7 +4101,7 @@ "nosniff" ], "Date": [ - "Wed, 25 Mar 2020 09:13:31 GMT" + "Fri, 12 Jun 2020 21:39:16 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -4107,32 +4110,29 @@ "-1" ], "Content-Length": [ - "711" - ], - "Retry-After": [ - "0" + "777" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/resourceGroups/ps6304/providers/Microsoft.Resources/deployments/ps7102/operations/D60BABBFE7AE59B2\",\r\n \"operationId\": \"D60BABBFE7AE59B2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2020-03-25T09:13:18.8195494Z\",\r\n \"duration\": \"PT2.7531945S\",\r\n \"trackingId\": \"479ff780-28ec-4fd7-8836-c0462825967c\",\r\n \"serviceRequestId\": \"e60d7e65-f3b9-4984-9501-ea7b36aedca4\",\r\n \"statusCode\": \"Accepted\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/resourceGroups/ps6304/providers/Microsoft.Storage/storageAccounts/ps2757\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps2757\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/ps2509/providers/Microsoft.Resources/deployments/ps296\",\r\n \"name\": \"ps296\",\r\n \"type\": \"Microsoft.Resources/deployments\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n },\r\n \"properties\": {\r\n \"templateHash\": \"11821504941859434205\",\r\n \"parameters\": {\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4924\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"East US\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2020-06-12T21:39:16.3785624Z\",\r\n \"duration\": \"PT1.8975582S\",\r\n \"correlationId\": \"6e296f26-2639-41f3-9c97-bb57b5e5459a\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"eastus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": []\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/resourcegroups/ps6304/deployments/ps7102/operations?api-version=2019-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYjlmMTM4YTEtMWQ2NC00MTA4LTg0MTMtOWVhM2JlMWMxYjJkL3Jlc291cmNlZ3JvdXBzL3BzNjMwNC9kZXBsb3ltZW50cy9wczcxMDIvb3BlcmF0aW9ucz9hcGktdmVyc2lvbj0yMDE5LTEwLTAx", + "RequestUri": "/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourcegroups/ps2509/providers/Microsoft.Resources/deployments/ps296?api-version=2019-10-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTFiZmE2MzUtZjJiZi00MmYxLTg2YjUtODQ4YzY3NGZjMzIxL3Jlc291cmNlZ3JvdXBzL3BzMjUwOS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9wczI5Nj9hcGktdmVyc2lvbj0yMDE5LTEwLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "e8739690-d10d-4183-91b2-ced8a15d65a9" + "c272fae9-48fc-47cc-bd70-562d3f52bb70" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27110.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/3.4.0.0" + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/3.7.1.0" ] }, "ResponseHeaders": { @@ -4142,17 +4142,20 @@ "Pragma": [ "no-cache" ], + "Retry-After": [ + "0" + ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11878" + "11995" ], "x-ms-request-id": [ - "f8ac509e-0c26-4870-be83-6f156d82c8c7" + "1022635b-70a6-406d-9963-f5b5a59c7085" ], "x-ms-correlation-request-id": [ - "f8ac509e-0c26-4870-be83-6f156d82c8c7" + "1022635b-70a6-406d-9963-f5b5a59c7085" ], "x-ms-routing-request-id": [ - "WESTUS2:20200325T091332Z:f8ac509e-0c26-4870-be83-6f156d82c8c7" + "NORTHCENTRALUS:20200612T213917Z:1022635b-70a6-406d-9963-f5b5a59c7085" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4161,7 +4164,7 @@ "nosniff" ], "Date": [ - "Wed, 25 Mar 2020 09:13:31 GMT" + "Fri, 12 Jun 2020 21:39:16 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -4170,32 +4173,29 @@ "-1" ], "Content-Length": [ - "711" - ], - "Retry-After": [ - "0" + "777" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/resourceGroups/ps6304/providers/Microsoft.Resources/deployments/ps7102/operations/D60BABBFE7AE59B2\",\r\n \"operationId\": \"D60BABBFE7AE59B2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2020-03-25T09:13:18.8195494Z\",\r\n \"duration\": \"PT2.7531945S\",\r\n \"trackingId\": \"479ff780-28ec-4fd7-8836-c0462825967c\",\r\n \"serviceRequestId\": \"e60d7e65-f3b9-4984-9501-ea7b36aedca4\",\r\n \"statusCode\": \"Accepted\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/resourceGroups/ps6304/providers/Microsoft.Storage/storageAccounts/ps2757\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps2757\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/ps2509/providers/Microsoft.Resources/deployments/ps296\",\r\n \"name\": \"ps296\",\r\n \"type\": \"Microsoft.Resources/deployments\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n },\r\n \"properties\": {\r\n \"templateHash\": \"11821504941859434205\",\r\n \"parameters\": {\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4924\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"East US\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2020-06-12T21:39:16.3785624Z\",\r\n \"duration\": \"PT1.8975582S\",\r\n \"correlationId\": \"6e296f26-2639-41f3-9c97-bb57b5e5459a\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"eastus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": []\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/resourcegroups/ps6304/deployments/ps7102/operations?api-version=2019-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYjlmMTM4YTEtMWQ2NC00MTA4LTg0MTMtOWVhM2JlMWMxYjJkL3Jlc291cmNlZ3JvdXBzL3BzNjMwNC9kZXBsb3ltZW50cy9wczcxMDIvb3BlcmF0aW9ucz9hcGktdmVyc2lvbj0yMDE5LTEwLTAx", + "RequestUri": "/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourcegroups/ps2509/providers/Microsoft.Resources/deployments/ps296?api-version=2019-10-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTFiZmE2MzUtZjJiZi00MmYxLTg2YjUtODQ4YzY3NGZjMzIxL3Jlc291cmNlZ3JvdXBzL3BzMjUwOS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9wczI5Nj9hcGktdmVyc2lvbj0yMDE5LTEwLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "e50bf1f7-a549-41ab-a050-233818593c59" + "e710851d-3092-4fad-a95a-990729925880" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27110.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/3.4.0.0" + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/3.7.1.0" ] }, "ResponseHeaders": { @@ -4205,17 +4205,20 @@ "Pragma": [ "no-cache" ], + "Retry-After": [ + "0" + ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11876" + "11993" ], "x-ms-request-id": [ - "6dba7671-3390-4a06-b3b9-2f6ba1c7927e" + "ac2a70c1-a397-4656-ac62-ec68fcd934f0" ], "x-ms-correlation-request-id": [ - "6dba7671-3390-4a06-b3b9-2f6ba1c7927e" + "ac2a70c1-a397-4656-ac62-ec68fcd934f0" ], "x-ms-routing-request-id": [ - "WESTUS2:20200325T091332Z:6dba7671-3390-4a06-b3b9-2f6ba1c7927e" + "NORTHCENTRALUS:20200612T213917Z:ac2a70c1-a397-4656-ac62-ec68fcd934f0" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4224,7 +4227,7 @@ "nosniff" ], "Date": [ - "Wed, 25 Mar 2020 09:13:31 GMT" + "Fri, 12 Jun 2020 21:39:17 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -4233,32 +4236,29 @@ "-1" ], "Content-Length": [ - "711" - ], - "Retry-After": [ - "0" + "777" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/resourceGroups/ps6304/providers/Microsoft.Resources/deployments/ps7102/operations/D60BABBFE7AE59B2\",\r\n \"operationId\": \"D60BABBFE7AE59B2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2020-03-25T09:13:18.8195494Z\",\r\n \"duration\": \"PT2.7531945S\",\r\n \"trackingId\": \"479ff780-28ec-4fd7-8836-c0462825967c\",\r\n \"serviceRequestId\": \"e60d7e65-f3b9-4984-9501-ea7b36aedca4\",\r\n \"statusCode\": \"Accepted\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/resourceGroups/ps6304/providers/Microsoft.Storage/storageAccounts/ps2757\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps2757\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/ps2509/providers/Microsoft.Resources/deployments/ps296\",\r\n \"name\": \"ps296\",\r\n \"type\": \"Microsoft.Resources/deployments\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n },\r\n \"properties\": {\r\n \"templateHash\": \"11821504941859434205\",\r\n \"parameters\": {\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4924\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"East US\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2020-06-12T21:39:16.3785624Z\",\r\n \"duration\": \"PT1.8975582S\",\r\n \"correlationId\": \"6e296f26-2639-41f3-9c97-bb57b5e5459a\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"eastus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": []\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/resourcegroups/ps6304/deployments/ps7102/operations?api-version=2019-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYjlmMTM4YTEtMWQ2NC00MTA4LTg0MTMtOWVhM2JlMWMxYjJkL3Jlc291cmNlZ3JvdXBzL3BzNjMwNC9kZXBsb3ltZW50cy9wczcxMDIvb3BlcmF0aW9ucz9hcGktdmVyc2lvbj0yMDE5LTEwLTAx", + "RequestUri": "/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourcegroups/ps2509/providers/Microsoft.Resources/deployments/ps296?api-version=2019-10-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTFiZmE2MzUtZjJiZi00MmYxLTg2YjUtODQ4YzY3NGZjMzIxL3Jlc291cmNlZ3JvdXBzL3BzMjUwOS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9wczI5Nj9hcGktdmVyc2lvbj0yMDE5LTEwLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "cd911bb7-b2af-43c4-a55f-ef05a8922790" + "c1ae6c9f-f3e3-4df1-92ea-5036f996c4a1" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27110.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/3.4.0.0" + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/3.7.1.0" ] }, "ResponseHeaders": { @@ -4268,17 +4268,20 @@ "Pragma": [ "no-cache" ], + "Retry-After": [ + "0" + ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11874" + "11991" ], "x-ms-request-id": [ - "78650f32-bdf3-4293-9292-1a04b2e913f3" + "10bec509-7efe-4eb8-8b63-d1917b49d6ba" ], "x-ms-correlation-request-id": [ - "78650f32-bdf3-4293-9292-1a04b2e913f3" + "10bec509-7efe-4eb8-8b63-d1917b49d6ba" ], "x-ms-routing-request-id": [ - "WESTUS2:20200325T091332Z:78650f32-bdf3-4293-9292-1a04b2e913f3" + "NORTHCENTRALUS:20200612T213917Z:10bec509-7efe-4eb8-8b63-d1917b49d6ba" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4287,7 +4290,7 @@ "nosniff" ], "Date": [ - "Wed, 25 Mar 2020 09:13:31 GMT" + "Fri, 12 Jun 2020 21:39:17 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -4296,32 +4299,29 @@ "-1" ], "Content-Length": [ - "711" - ], - "Retry-After": [ - "0" + "777" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/resourceGroups/ps6304/providers/Microsoft.Resources/deployments/ps7102/operations/D60BABBFE7AE59B2\",\r\n \"operationId\": \"D60BABBFE7AE59B2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2020-03-25T09:13:18.8195494Z\",\r\n \"duration\": \"PT2.7531945S\",\r\n \"trackingId\": \"479ff780-28ec-4fd7-8836-c0462825967c\",\r\n \"serviceRequestId\": \"e60d7e65-f3b9-4984-9501-ea7b36aedca4\",\r\n \"statusCode\": \"Accepted\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/resourceGroups/ps6304/providers/Microsoft.Storage/storageAccounts/ps2757\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps2757\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/ps2509/providers/Microsoft.Resources/deployments/ps296\",\r\n \"name\": \"ps296\",\r\n \"type\": \"Microsoft.Resources/deployments\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n },\r\n \"properties\": {\r\n \"templateHash\": \"11821504941859434205\",\r\n \"parameters\": {\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4924\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"East US\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2020-06-12T21:39:16.3785624Z\",\r\n \"duration\": \"PT1.8975582S\",\r\n \"correlationId\": \"6e296f26-2639-41f3-9c97-bb57b5e5459a\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"eastus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": []\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/resourcegroups/ps6304/deployments/ps7102/operations?api-version=2019-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYjlmMTM4YTEtMWQ2NC00MTA4LTg0MTMtOWVhM2JlMWMxYjJkL3Jlc291cmNlZ3JvdXBzL3BzNjMwNC9kZXBsb3ltZW50cy9wczcxMDIvb3BlcmF0aW9ucz9hcGktdmVyc2lvbj0yMDE5LTEwLTAx", + "RequestUri": "/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourcegroups/ps2509/providers/Microsoft.Resources/deployments/ps296?api-version=2019-10-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTFiZmE2MzUtZjJiZi00MmYxLTg2YjUtODQ4YzY3NGZjMzIxL3Jlc291cmNlZ3JvdXBzL3BzMjUwOS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9wczI5Nj9hcGktdmVyc2lvbj0yMDE5LTEwLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "27bbf683-b2bd-4cd2-92af-813cb8bc536b" + "72c9e6e3-a1bd-4fd1-931d-6135332d1bea" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27110.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/3.4.0.0" + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/3.7.1.0" ] }, "ResponseHeaders": { @@ -4331,17 +4331,20 @@ "Pragma": [ "no-cache" ], + "Retry-After": [ + "0" + ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11872" + "11989" ], "x-ms-request-id": [ - "c80deb71-5617-4885-ba5a-a3319623c514" + "02d24c4e-166a-4620-9d92-7578f7c8b6f1" ], "x-ms-correlation-request-id": [ - "c80deb71-5617-4885-ba5a-a3319623c514" + "02d24c4e-166a-4620-9d92-7578f7c8b6f1" ], "x-ms-routing-request-id": [ - "WESTUS2:20200325T091333Z:c80deb71-5617-4885-ba5a-a3319623c514" + "NORTHCENTRALUS:20200612T213918Z:02d24c4e-166a-4620-9d92-7578f7c8b6f1" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4350,7 +4353,7 @@ "nosniff" ], "Date": [ - "Wed, 25 Mar 2020 09:13:32 GMT" + "Fri, 12 Jun 2020 21:39:17 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -4359,32 +4362,29 @@ "-1" ], "Content-Length": [ - "711" - ], - "Retry-After": [ - "0" + "777" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/resourceGroups/ps6304/providers/Microsoft.Resources/deployments/ps7102/operations/D60BABBFE7AE59B2\",\r\n \"operationId\": \"D60BABBFE7AE59B2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2020-03-25T09:13:18.8195494Z\",\r\n \"duration\": \"PT2.7531945S\",\r\n \"trackingId\": \"479ff780-28ec-4fd7-8836-c0462825967c\",\r\n \"serviceRequestId\": \"e60d7e65-f3b9-4984-9501-ea7b36aedca4\",\r\n \"statusCode\": \"Accepted\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/resourceGroups/ps6304/providers/Microsoft.Storage/storageAccounts/ps2757\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps2757\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/ps2509/providers/Microsoft.Resources/deployments/ps296\",\r\n \"name\": \"ps296\",\r\n \"type\": \"Microsoft.Resources/deployments\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n },\r\n \"properties\": {\r\n \"templateHash\": \"11821504941859434205\",\r\n \"parameters\": {\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4924\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"East US\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2020-06-12T21:39:16.3785624Z\",\r\n \"duration\": \"PT1.8975582S\",\r\n \"correlationId\": \"6e296f26-2639-41f3-9c97-bb57b5e5459a\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"eastus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": []\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/resourcegroups/ps6304/deployments/ps7102/operations?api-version=2019-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYjlmMTM4YTEtMWQ2NC00MTA4LTg0MTMtOWVhM2JlMWMxYjJkL3Jlc291cmNlZ3JvdXBzL3BzNjMwNC9kZXBsb3ltZW50cy9wczcxMDIvb3BlcmF0aW9ucz9hcGktdmVyc2lvbj0yMDE5LTEwLTAx", + "RequestUri": "/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourcegroups/ps2509/providers/Microsoft.Resources/deployments/ps296?api-version=2019-10-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTFiZmE2MzUtZjJiZi00MmYxLTg2YjUtODQ4YzY3NGZjMzIxL3Jlc291cmNlZ3JvdXBzL3BzMjUwOS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9wczI5Nj9hcGktdmVyc2lvbj0yMDE5LTEwLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "68a0a0d0-061d-45c2-a81d-04cc7755418a" + "6a6a217f-cd66-462d-a17c-41a115771fdf" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27110.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/3.4.0.0" + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/3.7.1.0" ] }, "ResponseHeaders": { @@ -4394,17 +4394,20 @@ "Pragma": [ "no-cache" ], + "Retry-After": [ + "0" + ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11870" + "11987" ], "x-ms-request-id": [ - "0a1c87ea-be86-4391-96d8-c34775ffbfaf" + "60b79989-5b05-47ec-a548-8fb4e41d21b9" ], "x-ms-correlation-request-id": [ - "0a1c87ea-be86-4391-96d8-c34775ffbfaf" + "60b79989-5b05-47ec-a548-8fb4e41d21b9" ], "x-ms-routing-request-id": [ - "WESTUS2:20200325T091333Z:0a1c87ea-be86-4391-96d8-c34775ffbfaf" + "NORTHCENTRALUS:20200612T213918Z:60b79989-5b05-47ec-a548-8fb4e41d21b9" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4413,7 +4416,7 @@ "nosniff" ], "Date": [ - "Wed, 25 Mar 2020 09:13:32 GMT" + "Fri, 12 Jun 2020 21:39:18 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -4422,32 +4425,29 @@ "-1" ], "Content-Length": [ - "711" - ], - "Retry-After": [ - "0" + "777" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/resourceGroups/ps6304/providers/Microsoft.Resources/deployments/ps7102/operations/D60BABBFE7AE59B2\",\r\n \"operationId\": \"D60BABBFE7AE59B2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2020-03-25T09:13:18.8195494Z\",\r\n \"duration\": \"PT2.7531945S\",\r\n \"trackingId\": \"479ff780-28ec-4fd7-8836-c0462825967c\",\r\n \"serviceRequestId\": \"e60d7e65-f3b9-4984-9501-ea7b36aedca4\",\r\n \"statusCode\": \"Accepted\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/resourceGroups/ps6304/providers/Microsoft.Storage/storageAccounts/ps2757\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps2757\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/ps2509/providers/Microsoft.Resources/deployments/ps296\",\r\n \"name\": \"ps296\",\r\n \"type\": \"Microsoft.Resources/deployments\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n },\r\n \"properties\": {\r\n \"templateHash\": \"11821504941859434205\",\r\n \"parameters\": {\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4924\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"East US\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2020-06-12T21:39:16.3785624Z\",\r\n \"duration\": \"PT1.8975582S\",\r\n \"correlationId\": \"6e296f26-2639-41f3-9c97-bb57b5e5459a\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"eastus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": []\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/resourcegroups/ps6304/deployments/ps7102/operations?api-version=2019-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYjlmMTM4YTEtMWQ2NC00MTA4LTg0MTMtOWVhM2JlMWMxYjJkL3Jlc291cmNlZ3JvdXBzL3BzNjMwNC9kZXBsb3ltZW50cy9wczcxMDIvb3BlcmF0aW9ucz9hcGktdmVyc2lvbj0yMDE5LTEwLTAx", + "RequestUri": "/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourcegroups/ps2509/providers/Microsoft.Resources/deployments/ps296?api-version=2019-10-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTFiZmE2MzUtZjJiZi00MmYxLTg2YjUtODQ4YzY3NGZjMzIxL3Jlc291cmNlZ3JvdXBzL3BzMjUwOS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9wczI5Nj9hcGktdmVyc2lvbj0yMDE5LTEwLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "2ad22162-0cab-4eb4-9f20-dac6c4ab2deb" + "b46e0ac7-4e00-489f-bacc-0b0dc5b8632c" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27110.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/3.4.0.0" + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/3.7.1.0" ] }, "ResponseHeaders": { @@ -4457,17 +4457,20 @@ "Pragma": [ "no-cache" ], + "Retry-After": [ + "0" + ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11868" + "11985" ], "x-ms-request-id": [ - "c1a201c1-7197-40ac-9e04-17d44c3b92eb" + "4a7a1fbf-172d-49f7-b52e-f39bbf1b1a08" ], "x-ms-correlation-request-id": [ - "c1a201c1-7197-40ac-9e04-17d44c3b92eb" + "4a7a1fbf-172d-49f7-b52e-f39bbf1b1a08" ], "x-ms-routing-request-id": [ - "WESTUS2:20200325T091333Z:c1a201c1-7197-40ac-9e04-17d44c3b92eb" + "NORTHCENTRALUS:20200612T213919Z:4a7a1fbf-172d-49f7-b52e-f39bbf1b1a08" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4476,7 +4479,7 @@ "nosniff" ], "Date": [ - "Wed, 25 Mar 2020 09:13:32 GMT" + "Fri, 12 Jun 2020 21:39:18 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -4485,32 +4488,29 @@ "-1" ], "Content-Length": [ - "711" - ], - "Retry-After": [ - "0" + "777" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/resourceGroups/ps6304/providers/Microsoft.Resources/deployments/ps7102/operations/D60BABBFE7AE59B2\",\r\n \"operationId\": \"D60BABBFE7AE59B2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2020-03-25T09:13:18.8195494Z\",\r\n \"duration\": \"PT2.7531945S\",\r\n \"trackingId\": \"479ff780-28ec-4fd7-8836-c0462825967c\",\r\n \"serviceRequestId\": \"e60d7e65-f3b9-4984-9501-ea7b36aedca4\",\r\n \"statusCode\": \"Accepted\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/resourceGroups/ps6304/providers/Microsoft.Storage/storageAccounts/ps2757\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps2757\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/ps2509/providers/Microsoft.Resources/deployments/ps296\",\r\n \"name\": \"ps296\",\r\n \"type\": \"Microsoft.Resources/deployments\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n },\r\n \"properties\": {\r\n \"templateHash\": \"11821504941859434205\",\r\n \"parameters\": {\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4924\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"East US\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2020-06-12T21:39:16.3785624Z\",\r\n \"duration\": \"PT1.8975582S\",\r\n \"correlationId\": \"6e296f26-2639-41f3-9c97-bb57b5e5459a\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"eastus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": []\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/resourcegroups/ps6304/deployments/ps7102/operations?api-version=2019-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYjlmMTM4YTEtMWQ2NC00MTA4LTg0MTMtOWVhM2JlMWMxYjJkL3Jlc291cmNlZ3JvdXBzL3BzNjMwNC9kZXBsb3ltZW50cy9wczcxMDIvb3BlcmF0aW9ucz9hcGktdmVyc2lvbj0yMDE5LTEwLTAx", + "RequestUri": "/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourcegroups/ps2509/providers/Microsoft.Resources/deployments/ps296?api-version=2019-10-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTFiZmE2MzUtZjJiZi00MmYxLTg2YjUtODQ4YzY3NGZjMzIxL3Jlc291cmNlZ3JvdXBzL3BzMjUwOS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9wczI5Nj9hcGktdmVyc2lvbj0yMDE5LTEwLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "8729be03-cfbd-417c-8d82-4735135829b7" + "b31665bc-0c6e-443a-94da-10f350354165" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27110.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/3.4.0.0" + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/3.7.1.0" ] }, "ResponseHeaders": { @@ -4520,17 +4520,20 @@ "Pragma": [ "no-cache" ], + "Retry-After": [ + "0" + ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11866" + "11983" ], "x-ms-request-id": [ - "090ddf77-977c-4477-b683-2ac1ff40a436" + "80db4fa4-dcb9-467b-94d7-00f1bd0d8808" ], "x-ms-correlation-request-id": [ - "090ddf77-977c-4477-b683-2ac1ff40a436" + "80db4fa4-dcb9-467b-94d7-00f1bd0d8808" ], "x-ms-routing-request-id": [ - "WESTUS2:20200325T091333Z:090ddf77-977c-4477-b683-2ac1ff40a436" + "NORTHCENTRALUS:20200612T213919Z:80db4fa4-dcb9-467b-94d7-00f1bd0d8808" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4539,7 +4542,7 @@ "nosniff" ], "Date": [ - "Wed, 25 Mar 2020 09:13:33 GMT" + "Fri, 12 Jun 2020 21:39:19 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -4548,32 +4551,29 @@ "-1" ], "Content-Length": [ - "711" - ], - "Retry-After": [ - "0" + "777" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/resourceGroups/ps6304/providers/Microsoft.Resources/deployments/ps7102/operations/D60BABBFE7AE59B2\",\r\n \"operationId\": \"D60BABBFE7AE59B2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2020-03-25T09:13:18.8195494Z\",\r\n \"duration\": \"PT2.7531945S\",\r\n \"trackingId\": \"479ff780-28ec-4fd7-8836-c0462825967c\",\r\n \"serviceRequestId\": \"e60d7e65-f3b9-4984-9501-ea7b36aedca4\",\r\n \"statusCode\": \"Accepted\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/resourceGroups/ps6304/providers/Microsoft.Storage/storageAccounts/ps2757\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps2757\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/ps2509/providers/Microsoft.Resources/deployments/ps296\",\r\n \"name\": \"ps296\",\r\n \"type\": \"Microsoft.Resources/deployments\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n },\r\n \"properties\": {\r\n \"templateHash\": \"11821504941859434205\",\r\n \"parameters\": {\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4924\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"East US\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2020-06-12T21:39:16.3785624Z\",\r\n \"duration\": \"PT1.8975582S\",\r\n \"correlationId\": \"6e296f26-2639-41f3-9c97-bb57b5e5459a\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"eastus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": []\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/resourcegroups/ps6304/deployments/ps7102/operations?api-version=2019-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYjlmMTM4YTEtMWQ2NC00MTA4LTg0MTMtOWVhM2JlMWMxYjJkL3Jlc291cmNlZ3JvdXBzL3BzNjMwNC9kZXBsb3ltZW50cy9wczcxMDIvb3BlcmF0aW9ucz9hcGktdmVyc2lvbj0yMDE5LTEwLTAx", + "RequestUri": "/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourcegroups/ps2509/providers/Microsoft.Resources/deployments/ps296?api-version=2019-10-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTFiZmE2MzUtZjJiZi00MmYxLTg2YjUtODQ4YzY3NGZjMzIxL3Jlc291cmNlZ3JvdXBzL3BzMjUwOS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9wczI5Nj9hcGktdmVyc2lvbj0yMDE5LTEwLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "896a7609-45ca-42cb-b7b5-1c5348f5f35c" + "20f19594-aaed-47dd-84b9-37525683f9a2" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27110.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/3.4.0.0" + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/3.7.1.0" ] }, "ResponseHeaders": { @@ -4583,17 +4583,20 @@ "Pragma": [ "no-cache" ], + "Retry-After": [ + "0" + ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11864" + "11981" ], "x-ms-request-id": [ - "34c19ded-c850-4b4a-90da-6d6469df4c20" + "72669833-fbc9-4314-a068-d268d1dbbef6" ], "x-ms-correlation-request-id": [ - "34c19ded-c850-4b4a-90da-6d6469df4c20" + "72669833-fbc9-4314-a068-d268d1dbbef6" ], "x-ms-routing-request-id": [ - "WESTUS2:20200325T091334Z:34c19ded-c850-4b4a-90da-6d6469df4c20" + "NORTHCENTRALUS:20200612T213919Z:72669833-fbc9-4314-a068-d268d1dbbef6" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4602,7 +4605,7 @@ "nosniff" ], "Date": [ - "Wed, 25 Mar 2020 09:13:33 GMT" + "Fri, 12 Jun 2020 21:39:19 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -4611,32 +4614,29 @@ "-1" ], "Content-Length": [ - "711" - ], - "Retry-After": [ - "0" + "777" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/resourceGroups/ps6304/providers/Microsoft.Resources/deployments/ps7102/operations/D60BABBFE7AE59B2\",\r\n \"operationId\": \"D60BABBFE7AE59B2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2020-03-25T09:13:18.8195494Z\",\r\n \"duration\": \"PT2.7531945S\",\r\n \"trackingId\": \"479ff780-28ec-4fd7-8836-c0462825967c\",\r\n \"serviceRequestId\": \"e60d7e65-f3b9-4984-9501-ea7b36aedca4\",\r\n \"statusCode\": \"Accepted\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/resourceGroups/ps6304/providers/Microsoft.Storage/storageAccounts/ps2757\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps2757\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/ps2509/providers/Microsoft.Resources/deployments/ps296\",\r\n \"name\": \"ps296\",\r\n \"type\": \"Microsoft.Resources/deployments\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n },\r\n \"properties\": {\r\n \"templateHash\": \"11821504941859434205\",\r\n \"parameters\": {\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4924\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"East US\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2020-06-12T21:39:19.3168019Z\",\r\n \"duration\": \"PT4.8357977S\",\r\n \"correlationId\": \"6e296f26-2639-41f3-9c97-bb57b5e5459a\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"eastus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": []\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/resourcegroups/ps6304/deployments/ps7102/operations?api-version=2019-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYjlmMTM4YTEtMWQ2NC00MTA4LTg0MTMtOWVhM2JlMWMxYjJkL3Jlc291cmNlZ3JvdXBzL3BzNjMwNC9kZXBsb3ltZW50cy9wczcxMDIvb3BlcmF0aW9ucz9hcGktdmVyc2lvbj0yMDE5LTEwLTAx", + "RequestUri": "/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourcegroups/ps2509/providers/Microsoft.Resources/deployments/ps296?api-version=2019-10-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTFiZmE2MzUtZjJiZi00MmYxLTg2YjUtODQ4YzY3NGZjMzIxL3Jlc291cmNlZ3JvdXBzL3BzMjUwOS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9wczI5Nj9hcGktdmVyc2lvbj0yMDE5LTEwLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "e4f64e9b-3298-4ffe-b496-c528d359ef0d" + "ddbfc6e8-52b1-4593-b209-edfba2d2fed1" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27110.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/3.4.0.0" + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/3.7.1.0" ] }, "ResponseHeaders": { @@ -4646,17 +4646,20 @@ "Pragma": [ "no-cache" ], + "Retry-After": [ + "0" + ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11862" + "11979" ], "x-ms-request-id": [ - "e39be3e2-0935-44bc-a4db-60e50044aa2c" + "18a2d6ee-5645-4bd1-90ba-1d857421e682" ], "x-ms-correlation-request-id": [ - "e39be3e2-0935-44bc-a4db-60e50044aa2c" + "18a2d6ee-5645-4bd1-90ba-1d857421e682" ], "x-ms-routing-request-id": [ - "WESTUS2:20200325T091334Z:e39be3e2-0935-44bc-a4db-60e50044aa2c" + "NORTHCENTRALUS:20200612T213920Z:18a2d6ee-5645-4bd1-90ba-1d857421e682" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4665,7 +4668,7 @@ "nosniff" ], "Date": [ - "Wed, 25 Mar 2020 09:13:33 GMT" + "Fri, 12 Jun 2020 21:39:19 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -4674,32 +4677,29 @@ "-1" ], "Content-Length": [ - "711" - ], - "Retry-After": [ - "0" + "777" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/resourceGroups/ps6304/providers/Microsoft.Resources/deployments/ps7102/operations/D60BABBFE7AE59B2\",\r\n \"operationId\": \"D60BABBFE7AE59B2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2020-03-25T09:13:18.8195494Z\",\r\n \"duration\": \"PT2.7531945S\",\r\n \"trackingId\": \"479ff780-28ec-4fd7-8836-c0462825967c\",\r\n \"serviceRequestId\": \"e60d7e65-f3b9-4984-9501-ea7b36aedca4\",\r\n \"statusCode\": \"Accepted\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/resourceGroups/ps6304/providers/Microsoft.Storage/storageAccounts/ps2757\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps2757\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/ps2509/providers/Microsoft.Resources/deployments/ps296\",\r\n \"name\": \"ps296\",\r\n \"type\": \"Microsoft.Resources/deployments\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n },\r\n \"properties\": {\r\n \"templateHash\": \"11821504941859434205\",\r\n \"parameters\": {\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4924\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"East US\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2020-06-12T21:39:19.3168019Z\",\r\n \"duration\": \"PT4.8357977S\",\r\n \"correlationId\": \"6e296f26-2639-41f3-9c97-bb57b5e5459a\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"eastus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": []\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/resourcegroups/ps6304/deployments/ps7102/operations?api-version=2019-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYjlmMTM4YTEtMWQ2NC00MTA4LTg0MTMtOWVhM2JlMWMxYjJkL3Jlc291cmNlZ3JvdXBzL3BzNjMwNC9kZXBsb3ltZW50cy9wczcxMDIvb3BlcmF0aW9ucz9hcGktdmVyc2lvbj0yMDE5LTEwLTAx", + "RequestUri": "/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourcegroups/ps2509/providers/Microsoft.Resources/deployments/ps296?api-version=2019-10-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTFiZmE2MzUtZjJiZi00MmYxLTg2YjUtODQ4YzY3NGZjMzIxL3Jlc291cmNlZ3JvdXBzL3BzMjUwOS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9wczI5Nj9hcGktdmVyc2lvbj0yMDE5LTEwLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "034ac022-42ce-4a8a-b61e-9045fdfbde0a" + "428ec829-def0-4912-92ec-573b94438dcf" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27110.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/3.4.0.0" + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/3.7.1.0" ] }, "ResponseHeaders": { @@ -4709,17 +4709,20 @@ "Pragma": [ "no-cache" ], + "Retry-After": [ + "0" + ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11860" + "11977" ], "x-ms-request-id": [ - "58d56c20-bcf6-4927-83b9-1f15f604857b" + "5828d1a0-0bbe-436d-9c48-c654a0c179c3" ], "x-ms-correlation-request-id": [ - "58d56c20-bcf6-4927-83b9-1f15f604857b" + "5828d1a0-0bbe-436d-9c48-c654a0c179c3" ], "x-ms-routing-request-id": [ - "WESTUS2:20200325T091334Z:58d56c20-bcf6-4927-83b9-1f15f604857b" + "NORTHCENTRALUS:20200612T213920Z:5828d1a0-0bbe-436d-9c48-c654a0c179c3" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4728,7 +4731,7 @@ "nosniff" ], "Date": [ - "Wed, 25 Mar 2020 09:13:33 GMT" + "Fri, 12 Jun 2020 21:39:20 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -4737,32 +4740,29 @@ "-1" ], "Content-Length": [ - "711" - ], - "Retry-After": [ - "0" + "777" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/resourceGroups/ps6304/providers/Microsoft.Resources/deployments/ps7102/operations/D60BABBFE7AE59B2\",\r\n \"operationId\": \"D60BABBFE7AE59B2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2020-03-25T09:13:18.8195494Z\",\r\n \"duration\": \"PT2.7531945S\",\r\n \"trackingId\": \"479ff780-28ec-4fd7-8836-c0462825967c\",\r\n \"serviceRequestId\": \"e60d7e65-f3b9-4984-9501-ea7b36aedca4\",\r\n \"statusCode\": \"Accepted\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/resourceGroups/ps6304/providers/Microsoft.Storage/storageAccounts/ps2757\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps2757\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/ps2509/providers/Microsoft.Resources/deployments/ps296\",\r\n \"name\": \"ps296\",\r\n \"type\": \"Microsoft.Resources/deployments\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n },\r\n \"properties\": {\r\n \"templateHash\": \"11821504941859434205\",\r\n \"parameters\": {\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4924\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"East US\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2020-06-12T21:39:19.3168019Z\",\r\n \"duration\": \"PT4.8357977S\",\r\n \"correlationId\": \"6e296f26-2639-41f3-9c97-bb57b5e5459a\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"eastus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": []\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/resourcegroups/ps6304/deployments/ps7102/operations?api-version=2019-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYjlmMTM4YTEtMWQ2NC00MTA4LTg0MTMtOWVhM2JlMWMxYjJkL3Jlc291cmNlZ3JvdXBzL3BzNjMwNC9kZXBsb3ltZW50cy9wczcxMDIvb3BlcmF0aW9ucz9hcGktdmVyc2lvbj0yMDE5LTEwLTAx", + "RequestUri": "/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourcegroups/ps2509/providers/Microsoft.Resources/deployments/ps296?api-version=2019-10-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTFiZmE2MzUtZjJiZi00MmYxLTg2YjUtODQ4YzY3NGZjMzIxL3Jlc291cmNlZ3JvdXBzL3BzMjUwOS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9wczI5Nj9hcGktdmVyc2lvbj0yMDE5LTEwLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "cda06b44-b9cb-4d4e-ae78-52ba6e43de9f" + "16cf8d1c-2220-4b51-9db8-2f224bc8184d" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27110.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/3.4.0.0" + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/3.7.1.0" ] }, "ResponseHeaders": { @@ -4772,17 +4772,20 @@ "Pragma": [ "no-cache" ], + "Retry-After": [ + "0" + ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11858" + "11975" ], "x-ms-request-id": [ - "f14298ec-970b-4d6c-8a2c-a9497b0dcc0c" + "e4c08539-8361-4b4f-9825-4b62ba3c36c7" ], "x-ms-correlation-request-id": [ - "f14298ec-970b-4d6c-8a2c-a9497b0dcc0c" + "e4c08539-8361-4b4f-9825-4b62ba3c36c7" ], "x-ms-routing-request-id": [ - "WESTUS2:20200325T091335Z:f14298ec-970b-4d6c-8a2c-a9497b0dcc0c" + "NORTHCENTRALUS:20200612T213921Z:e4c08539-8361-4b4f-9825-4b62ba3c36c7" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4791,7 +4794,7 @@ "nosniff" ], "Date": [ - "Wed, 25 Mar 2020 09:13:34 GMT" + "Fri, 12 Jun 2020 21:39:20 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -4800,32 +4803,29 @@ "-1" ], "Content-Length": [ - "711" - ], - "Retry-After": [ - "0" + "777" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/resourceGroups/ps6304/providers/Microsoft.Resources/deployments/ps7102/operations/D60BABBFE7AE59B2\",\r\n \"operationId\": \"D60BABBFE7AE59B2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2020-03-25T09:13:18.8195494Z\",\r\n \"duration\": \"PT2.7531945S\",\r\n \"trackingId\": \"479ff780-28ec-4fd7-8836-c0462825967c\",\r\n \"serviceRequestId\": \"e60d7e65-f3b9-4984-9501-ea7b36aedca4\",\r\n \"statusCode\": \"Accepted\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/resourceGroups/ps6304/providers/Microsoft.Storage/storageAccounts/ps2757\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps2757\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/ps2509/providers/Microsoft.Resources/deployments/ps296\",\r\n \"name\": \"ps296\",\r\n \"type\": \"Microsoft.Resources/deployments\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n },\r\n \"properties\": {\r\n \"templateHash\": \"11821504941859434205\",\r\n \"parameters\": {\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4924\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"East US\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2020-06-12T21:39:19.3168019Z\",\r\n \"duration\": \"PT4.8357977S\",\r\n \"correlationId\": \"6e296f26-2639-41f3-9c97-bb57b5e5459a\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"eastus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": []\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/resourcegroups/ps6304/deployments/ps7102/operations?api-version=2019-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYjlmMTM4YTEtMWQ2NC00MTA4LTg0MTMtOWVhM2JlMWMxYjJkL3Jlc291cmNlZ3JvdXBzL3BzNjMwNC9kZXBsb3ltZW50cy9wczcxMDIvb3BlcmF0aW9ucz9hcGktdmVyc2lvbj0yMDE5LTEwLTAx", + "RequestUri": "/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourcegroups/ps2509/providers/Microsoft.Resources/deployments/ps296?api-version=2019-10-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTFiZmE2MzUtZjJiZi00MmYxLTg2YjUtODQ4YzY3NGZjMzIxL3Jlc291cmNlZ3JvdXBzL3BzMjUwOS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9wczI5Nj9hcGktdmVyc2lvbj0yMDE5LTEwLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "a8c9248b-bfa4-45e5-9d0a-f7a87b8730ab" + "0898b7b2-3e90-4db5-921f-5d6ddfc8fed6" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27110.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/3.4.0.0" + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/3.7.1.0" ] }, "ResponseHeaders": { @@ -4835,17 +4835,20 @@ "Pragma": [ "no-cache" ], + "Retry-After": [ + "0" + ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11856" + "11973" ], "x-ms-request-id": [ - "5eddf39e-afc9-4079-af52-1f76fbd86c85" + "a44a444b-782f-4311-ada4-e972bfa7fd6f" ], "x-ms-correlation-request-id": [ - "5eddf39e-afc9-4079-af52-1f76fbd86c85" + "a44a444b-782f-4311-ada4-e972bfa7fd6f" ], "x-ms-routing-request-id": [ - "WESTUS2:20200325T091335Z:5eddf39e-afc9-4079-af52-1f76fbd86c85" + "NORTHCENTRALUS:20200612T213921Z:a44a444b-782f-4311-ada4-e972bfa7fd6f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4854,7 +4857,7 @@ "nosniff" ], "Date": [ - "Wed, 25 Mar 2020 09:13:34 GMT" + "Fri, 12 Jun 2020 21:39:21 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -4863,32 +4866,29 @@ "-1" ], "Content-Length": [ - "711" - ], - "Retry-After": [ - "0" + "777" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/resourceGroups/ps6304/providers/Microsoft.Resources/deployments/ps7102/operations/D60BABBFE7AE59B2\",\r\n \"operationId\": \"D60BABBFE7AE59B2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2020-03-25T09:13:18.8195494Z\",\r\n \"duration\": \"PT2.7531945S\",\r\n \"trackingId\": \"479ff780-28ec-4fd7-8836-c0462825967c\",\r\n \"serviceRequestId\": \"e60d7e65-f3b9-4984-9501-ea7b36aedca4\",\r\n \"statusCode\": \"Accepted\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/resourceGroups/ps6304/providers/Microsoft.Storage/storageAccounts/ps2757\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps2757\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/ps2509/providers/Microsoft.Resources/deployments/ps296\",\r\n \"name\": \"ps296\",\r\n \"type\": \"Microsoft.Resources/deployments\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n },\r\n \"properties\": {\r\n \"templateHash\": \"11821504941859434205\",\r\n \"parameters\": {\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4924\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"East US\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2020-06-12T21:39:19.3168019Z\",\r\n \"duration\": \"PT4.8357977S\",\r\n \"correlationId\": \"6e296f26-2639-41f3-9c97-bb57b5e5459a\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"eastus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": []\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/resourcegroups/ps6304/deployments/ps7102/operations?api-version=2019-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYjlmMTM4YTEtMWQ2NC00MTA4LTg0MTMtOWVhM2JlMWMxYjJkL3Jlc291cmNlZ3JvdXBzL3BzNjMwNC9kZXBsb3ltZW50cy9wczcxMDIvb3BlcmF0aW9ucz9hcGktdmVyc2lvbj0yMDE5LTEwLTAx", + "RequestUri": "/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourcegroups/ps2509/providers/Microsoft.Resources/deployments/ps296?api-version=2019-10-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTFiZmE2MzUtZjJiZi00MmYxLTg2YjUtODQ4YzY3NGZjMzIxL3Jlc291cmNlZ3JvdXBzL3BzMjUwOS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9wczI5Nj9hcGktdmVyc2lvbj0yMDE5LTEwLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "1f97cec4-bbfb-4c21-94d3-6076e2fda7fc" + "1a5a1090-d5d2-4237-a0c2-1dcff280953a" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27110.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/3.4.0.0" + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/3.7.1.0" ] }, "ResponseHeaders": { @@ -4898,17 +4898,20 @@ "Pragma": [ "no-cache" ], + "Retry-After": [ + "0" + ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11854" + "11971" ], "x-ms-request-id": [ - "ce7a08fb-ed2c-4a93-a196-0980ac786c1c" + "bc631872-9a15-465b-95dc-7e87f47f30d6" ], "x-ms-correlation-request-id": [ - "ce7a08fb-ed2c-4a93-a196-0980ac786c1c" + "bc631872-9a15-465b-95dc-7e87f47f30d6" ], "x-ms-routing-request-id": [ - "WESTUS2:20200325T091336Z:ce7a08fb-ed2c-4a93-a196-0980ac786c1c" + "NORTHCENTRALUS:20200612T213921Z:bc631872-9a15-465b-95dc-7e87f47f30d6" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4917,7 +4920,7 @@ "nosniff" ], "Date": [ - "Wed, 25 Mar 2020 09:13:35 GMT" + "Fri, 12 Jun 2020 21:39:21 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -4926,32 +4929,29 @@ "-1" ], "Content-Length": [ - "711" - ], - "Retry-After": [ - "0" + "777" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/resourceGroups/ps6304/providers/Microsoft.Resources/deployments/ps7102/operations/D60BABBFE7AE59B2\",\r\n \"operationId\": \"D60BABBFE7AE59B2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2020-03-25T09:13:18.8195494Z\",\r\n \"duration\": \"PT2.7531945S\",\r\n \"trackingId\": \"479ff780-28ec-4fd7-8836-c0462825967c\",\r\n \"serviceRequestId\": \"e60d7e65-f3b9-4984-9501-ea7b36aedca4\",\r\n \"statusCode\": \"Accepted\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/resourceGroups/ps6304/providers/Microsoft.Storage/storageAccounts/ps2757\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps2757\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/ps2509/providers/Microsoft.Resources/deployments/ps296\",\r\n \"name\": \"ps296\",\r\n \"type\": \"Microsoft.Resources/deployments\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n },\r\n \"properties\": {\r\n \"templateHash\": \"11821504941859434205\",\r\n \"parameters\": {\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4924\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"East US\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2020-06-12T21:39:19.3168019Z\",\r\n \"duration\": \"PT4.8357977S\",\r\n \"correlationId\": \"6e296f26-2639-41f3-9c97-bb57b5e5459a\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"eastus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": []\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/resourcegroups/ps6304/deployments/ps7102/operations?api-version=2019-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYjlmMTM4YTEtMWQ2NC00MTA4LTg0MTMtOWVhM2JlMWMxYjJkL3Jlc291cmNlZ3JvdXBzL3BzNjMwNC9kZXBsb3ltZW50cy9wczcxMDIvb3BlcmF0aW9ucz9hcGktdmVyc2lvbj0yMDE5LTEwLTAx", + "RequestUri": "/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourcegroups/ps2509/providers/Microsoft.Resources/deployments/ps296?api-version=2019-10-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTFiZmE2MzUtZjJiZi00MmYxLTg2YjUtODQ4YzY3NGZjMzIxL3Jlc291cmNlZ3JvdXBzL3BzMjUwOS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9wczI5Nj9hcGktdmVyc2lvbj0yMDE5LTEwLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "3d2250bb-53ec-4f98-a972-e059ab21b315" + "c439d7de-909e-415f-9a0a-b897f49ba313" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27110.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/3.4.0.0" + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/3.7.1.0" ] }, "ResponseHeaders": { @@ -4961,17 +4961,20 @@ "Pragma": [ "no-cache" ], + "Retry-After": [ + "0" + ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11852" + "11969" ], "x-ms-request-id": [ - "d8cf231c-79c5-4ced-a29c-9fc1066904cb" + "16709400-72e7-44ac-aac2-f13d7e5a8470" ], "x-ms-correlation-request-id": [ - "d8cf231c-79c5-4ced-a29c-9fc1066904cb" + "16709400-72e7-44ac-aac2-f13d7e5a8470" ], "x-ms-routing-request-id": [ - "WESTUS2:20200325T091336Z:d8cf231c-79c5-4ced-a29c-9fc1066904cb" + "NORTHCENTRALUS:20200612T213922Z:16709400-72e7-44ac-aac2-f13d7e5a8470" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4980,7 +4983,7 @@ "nosniff" ], "Date": [ - "Wed, 25 Mar 2020 09:13:35 GMT" + "Fri, 12 Jun 2020 21:39:21 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -4989,32 +4992,29 @@ "-1" ], "Content-Length": [ - "711" - ], - "Retry-After": [ - "0" + "777" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/resourceGroups/ps6304/providers/Microsoft.Resources/deployments/ps7102/operations/D60BABBFE7AE59B2\",\r\n \"operationId\": \"D60BABBFE7AE59B2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2020-03-25T09:13:18.8195494Z\",\r\n \"duration\": \"PT2.7531945S\",\r\n \"trackingId\": \"479ff780-28ec-4fd7-8836-c0462825967c\",\r\n \"serviceRequestId\": \"e60d7e65-f3b9-4984-9501-ea7b36aedca4\",\r\n \"statusCode\": \"Accepted\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/resourceGroups/ps6304/providers/Microsoft.Storage/storageAccounts/ps2757\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps2757\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/ps2509/providers/Microsoft.Resources/deployments/ps296\",\r\n \"name\": \"ps296\",\r\n \"type\": \"Microsoft.Resources/deployments\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n },\r\n \"properties\": {\r\n \"templateHash\": \"11821504941859434205\",\r\n \"parameters\": {\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4924\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"East US\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2020-06-12T21:39:19.3168019Z\",\r\n \"duration\": \"PT4.8357977S\",\r\n \"correlationId\": \"6e296f26-2639-41f3-9c97-bb57b5e5459a\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"eastus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": []\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/resourcegroups/ps6304/deployments/ps7102/operations?api-version=2019-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYjlmMTM4YTEtMWQ2NC00MTA4LTg0MTMtOWVhM2JlMWMxYjJkL3Jlc291cmNlZ3JvdXBzL3BzNjMwNC9kZXBsb3ltZW50cy9wczcxMDIvb3BlcmF0aW9ucz9hcGktdmVyc2lvbj0yMDE5LTEwLTAx", + "RequestUri": "/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourcegroups/ps2509/providers/Microsoft.Resources/deployments/ps296?api-version=2019-10-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTFiZmE2MzUtZjJiZi00MmYxLTg2YjUtODQ4YzY3NGZjMzIxL3Jlc291cmNlZ3JvdXBzL3BzMjUwOS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9wczI5Nj9hcGktdmVyc2lvbj0yMDE5LTEwLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "70390833-12a4-4d10-8906-52f8f13c18ca" + "9915563d-deaa-426b-98b5-5abefb0fd21f" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27110.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/3.4.0.0" + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/3.7.1.0" ] }, "ResponseHeaders": { @@ -5024,17 +5024,20 @@ "Pragma": [ "no-cache" ], + "Retry-After": [ + "0" + ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11850" + "11967" ], "x-ms-request-id": [ - "4b1bcaad-1dce-4363-a692-c94ebb1b204b" + "84065764-9d30-456e-8655-9d6c937eaa6a" ], "x-ms-correlation-request-id": [ - "4b1bcaad-1dce-4363-a692-c94ebb1b204b" + "84065764-9d30-456e-8655-9d6c937eaa6a" ], "x-ms-routing-request-id": [ - "WESTUS2:20200325T091336Z:4b1bcaad-1dce-4363-a692-c94ebb1b204b" + "NORTHCENTRALUS:20200612T213922Z:84065764-9d30-456e-8655-9d6c937eaa6a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -5043,7 +5046,7 @@ "nosniff" ], "Date": [ - "Wed, 25 Mar 2020 09:13:35 GMT" + "Fri, 12 Jun 2020 21:39:22 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -5052,32 +5055,29 @@ "-1" ], "Content-Length": [ - "711" - ], - "Retry-After": [ - "0" + "777" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/resourceGroups/ps6304/providers/Microsoft.Resources/deployments/ps7102/operations/D60BABBFE7AE59B2\",\r\n \"operationId\": \"D60BABBFE7AE59B2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2020-03-25T09:13:18.8195494Z\",\r\n \"duration\": \"PT2.7531945S\",\r\n \"trackingId\": \"479ff780-28ec-4fd7-8836-c0462825967c\",\r\n \"serviceRequestId\": \"e60d7e65-f3b9-4984-9501-ea7b36aedca4\",\r\n \"statusCode\": \"Accepted\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/resourceGroups/ps6304/providers/Microsoft.Storage/storageAccounts/ps2757\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps2757\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/ps2509/providers/Microsoft.Resources/deployments/ps296\",\r\n \"name\": \"ps296\",\r\n \"type\": \"Microsoft.Resources/deployments\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n },\r\n \"properties\": {\r\n \"templateHash\": \"11821504941859434205\",\r\n \"parameters\": {\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4924\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"East US\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2020-06-12T21:39:19.3168019Z\",\r\n \"duration\": \"PT4.8357977S\",\r\n \"correlationId\": \"6e296f26-2639-41f3-9c97-bb57b5e5459a\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"eastus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": []\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/resourcegroups/ps6304/deployments/ps7102/operations?api-version=2019-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYjlmMTM4YTEtMWQ2NC00MTA4LTg0MTMtOWVhM2JlMWMxYjJkL3Jlc291cmNlZ3JvdXBzL3BzNjMwNC9kZXBsb3ltZW50cy9wczcxMDIvb3BlcmF0aW9ucz9hcGktdmVyc2lvbj0yMDE5LTEwLTAx", + "RequestUri": "/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourcegroups/ps2509/providers/Microsoft.Resources/deployments/ps296?api-version=2019-10-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTFiZmE2MzUtZjJiZi00MmYxLTg2YjUtODQ4YzY3NGZjMzIxL3Jlc291cmNlZ3JvdXBzL3BzMjUwOS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9wczI5Nj9hcGktdmVyc2lvbj0yMDE5LTEwLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "00ab3c17-49c7-40c4-8484-f726c39711eb" + "15808994-4ef0-45f3-a0f7-7b71fc93cadf" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27110.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/3.4.0.0" + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/3.7.1.0" ] }, "ResponseHeaders": { @@ -5087,17 +5087,20 @@ "Pragma": [ "no-cache" ], + "Retry-After": [ + "0" + ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11848" + "11965" ], "x-ms-request-id": [ - "f4e59ae7-e770-43ae-94c5-2d28a3456630" + "98903463-d71c-4022-aceb-651f7910c857" ], "x-ms-correlation-request-id": [ - "f4e59ae7-e770-43ae-94c5-2d28a3456630" + "98903463-d71c-4022-aceb-651f7910c857" ], "x-ms-routing-request-id": [ - "WESTUS2:20200325T091337Z:f4e59ae7-e770-43ae-94c5-2d28a3456630" + "NORTHCENTRALUS:20200612T213923Z:98903463-d71c-4022-aceb-651f7910c857" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -5106,7 +5109,7 @@ "nosniff" ], "Date": [ - "Wed, 25 Mar 2020 09:13:36 GMT" + "Fri, 12 Jun 2020 21:39:22 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -5115,32 +5118,29 @@ "-1" ], "Content-Length": [ - "711" - ], - "Retry-After": [ - "0" + "777" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/resourceGroups/ps6304/providers/Microsoft.Resources/deployments/ps7102/operations/D60BABBFE7AE59B2\",\r\n \"operationId\": \"D60BABBFE7AE59B2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2020-03-25T09:13:18.8195494Z\",\r\n \"duration\": \"PT2.7531945S\",\r\n \"trackingId\": \"479ff780-28ec-4fd7-8836-c0462825967c\",\r\n \"serviceRequestId\": \"e60d7e65-f3b9-4984-9501-ea7b36aedca4\",\r\n \"statusCode\": \"Accepted\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/resourceGroups/ps6304/providers/Microsoft.Storage/storageAccounts/ps2757\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps2757\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/ps2509/providers/Microsoft.Resources/deployments/ps296\",\r\n \"name\": \"ps296\",\r\n \"type\": \"Microsoft.Resources/deployments\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n },\r\n \"properties\": {\r\n \"templateHash\": \"11821504941859434205\",\r\n \"parameters\": {\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4924\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"East US\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2020-06-12T21:39:19.3168019Z\",\r\n \"duration\": \"PT4.8357977S\",\r\n \"correlationId\": \"6e296f26-2639-41f3-9c97-bb57b5e5459a\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"eastus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": []\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/resourcegroups/ps6304/deployments/ps7102/operations?api-version=2019-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYjlmMTM4YTEtMWQ2NC00MTA4LTg0MTMtOWVhM2JlMWMxYjJkL3Jlc291cmNlZ3JvdXBzL3BzNjMwNC9kZXBsb3ltZW50cy9wczcxMDIvb3BlcmF0aW9ucz9hcGktdmVyc2lvbj0yMDE5LTEwLTAx", + "RequestUri": "/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourcegroups/ps2509/providers/Microsoft.Resources/deployments/ps296?api-version=2019-10-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTFiZmE2MzUtZjJiZi00MmYxLTg2YjUtODQ4YzY3NGZjMzIxL3Jlc291cmNlZ3JvdXBzL3BzMjUwOS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9wczI5Nj9hcGktdmVyc2lvbj0yMDE5LTEwLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "25cc958e-8c3a-405c-b0b5-85eb6eb45bf6" + "734552b7-e43e-454f-8673-2098855445ac" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27110.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/3.4.0.0" + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/3.7.1.0" ] }, "ResponseHeaders": { @@ -5150,17 +5150,20 @@ "Pragma": [ "no-cache" ], + "Retry-After": [ + "0" + ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11846" + "11963" ], "x-ms-request-id": [ - "d948e844-5902-4a07-be1f-315ea48fd784" + "1e42209c-2570-46ef-9abe-8e06994138f4" ], "x-ms-correlation-request-id": [ - "d948e844-5902-4a07-be1f-315ea48fd784" + "1e42209c-2570-46ef-9abe-8e06994138f4" ], "x-ms-routing-request-id": [ - "WESTUS2:20200325T091337Z:d948e844-5902-4a07-be1f-315ea48fd784" + "NORTHCENTRALUS:20200612T213923Z:1e42209c-2570-46ef-9abe-8e06994138f4" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -5169,7 +5172,7 @@ "nosniff" ], "Date": [ - "Wed, 25 Mar 2020 09:13:36 GMT" + "Fri, 12 Jun 2020 21:39:23 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -5178,32 +5181,29 @@ "-1" ], "Content-Length": [ - "711" - ], - "Retry-After": [ - "0" + "777" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/resourceGroups/ps6304/providers/Microsoft.Resources/deployments/ps7102/operations/D60BABBFE7AE59B2\",\r\n \"operationId\": \"D60BABBFE7AE59B2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2020-03-25T09:13:18.8195494Z\",\r\n \"duration\": \"PT2.7531945S\",\r\n \"trackingId\": \"479ff780-28ec-4fd7-8836-c0462825967c\",\r\n \"serviceRequestId\": \"e60d7e65-f3b9-4984-9501-ea7b36aedca4\",\r\n \"statusCode\": \"Accepted\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/resourceGroups/ps6304/providers/Microsoft.Storage/storageAccounts/ps2757\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps2757\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/ps2509/providers/Microsoft.Resources/deployments/ps296\",\r\n \"name\": \"ps296\",\r\n \"type\": \"Microsoft.Resources/deployments\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n },\r\n \"properties\": {\r\n \"templateHash\": \"11821504941859434205\",\r\n \"parameters\": {\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4924\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"East US\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2020-06-12T21:39:19.3168019Z\",\r\n \"duration\": \"PT4.8357977S\",\r\n \"correlationId\": \"6e296f26-2639-41f3-9c97-bb57b5e5459a\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"eastus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": []\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/resourcegroups/ps6304/deployments/ps7102/operations?api-version=2019-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYjlmMTM4YTEtMWQ2NC00MTA4LTg0MTMtOWVhM2JlMWMxYjJkL3Jlc291cmNlZ3JvdXBzL3BzNjMwNC9kZXBsb3ltZW50cy9wczcxMDIvb3BlcmF0aW9ucz9hcGktdmVyc2lvbj0yMDE5LTEwLTAx", + "RequestUri": "/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourcegroups/ps2509/providers/Microsoft.Resources/deployments/ps296?api-version=2019-10-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTFiZmE2MzUtZjJiZi00MmYxLTg2YjUtODQ4YzY3NGZjMzIxL3Jlc291cmNlZ3JvdXBzL3BzMjUwOS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9wczI5Nj9hcGktdmVyc2lvbj0yMDE5LTEwLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "fefd137e-ad0e-49f3-b6b6-5ade6801bb70" + "2e6a34a5-5bb0-4eef-99e6-d178911f1b1b" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27110.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/3.4.0.0" + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/3.7.1.0" ] }, "ResponseHeaders": { @@ -5213,17 +5213,20 @@ "Pragma": [ "no-cache" ], + "Retry-After": [ + "0" + ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11844" + "11961" ], "x-ms-request-id": [ - "ad66e84b-f0ef-4056-93f3-fd761d25ba4e" + "a6e91b09-6f3c-493e-9827-e3db715847d8" ], "x-ms-correlation-request-id": [ - "ad66e84b-f0ef-4056-93f3-fd761d25ba4e" + "a6e91b09-6f3c-493e-9827-e3db715847d8" ], "x-ms-routing-request-id": [ - "WESTUS2:20200325T091337Z:ad66e84b-f0ef-4056-93f3-fd761d25ba4e" + "NORTHCENTRALUS:20200612T213923Z:a6e91b09-6f3c-493e-9827-e3db715847d8" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -5232,7 +5235,7 @@ "nosniff" ], "Date": [ - "Wed, 25 Mar 2020 09:13:36 GMT" + "Fri, 12 Jun 2020 21:39:23 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -5241,32 +5244,29 @@ "-1" ], "Content-Length": [ - "711" - ], - "Retry-After": [ - "0" + "777" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/resourceGroups/ps6304/providers/Microsoft.Resources/deployments/ps7102/operations/D60BABBFE7AE59B2\",\r\n \"operationId\": \"D60BABBFE7AE59B2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2020-03-25T09:13:18.8195494Z\",\r\n \"duration\": \"PT2.7531945S\",\r\n \"trackingId\": \"479ff780-28ec-4fd7-8836-c0462825967c\",\r\n \"serviceRequestId\": \"e60d7e65-f3b9-4984-9501-ea7b36aedca4\",\r\n \"statusCode\": \"Accepted\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/resourceGroups/ps6304/providers/Microsoft.Storage/storageAccounts/ps2757\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps2757\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/ps2509/providers/Microsoft.Resources/deployments/ps296\",\r\n \"name\": \"ps296\",\r\n \"type\": \"Microsoft.Resources/deployments\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n },\r\n \"properties\": {\r\n \"templateHash\": \"11821504941859434205\",\r\n \"parameters\": {\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4924\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"East US\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2020-06-12T21:39:19.3168019Z\",\r\n \"duration\": \"PT4.8357977S\",\r\n \"correlationId\": \"6e296f26-2639-41f3-9c97-bb57b5e5459a\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"eastus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": []\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/resourcegroups/ps6304/deployments/ps7102/operations?api-version=2019-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYjlmMTM4YTEtMWQ2NC00MTA4LTg0MTMtOWVhM2JlMWMxYjJkL3Jlc291cmNlZ3JvdXBzL3BzNjMwNC9kZXBsb3ltZW50cy9wczcxMDIvb3BlcmF0aW9ucz9hcGktdmVyc2lvbj0yMDE5LTEwLTAx", + "RequestUri": "/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourcegroups/ps2509/providers/Microsoft.Resources/deployments/ps296?api-version=2019-10-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTFiZmE2MzUtZjJiZi00MmYxLTg2YjUtODQ4YzY3NGZjMzIxL3Jlc291cmNlZ3JvdXBzL3BzMjUwOS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9wczI5Nj9hcGktdmVyc2lvbj0yMDE5LTEwLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "e02b92bb-38bd-4da7-9b92-6bc08f0cd6ef" + "5bfa73a5-9292-4c79-9eeb-01f393300ab6" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27110.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/3.4.0.0" + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/3.7.1.0" ] }, "ResponseHeaders": { @@ -5276,17 +5276,20 @@ "Pragma": [ "no-cache" ], + "Retry-After": [ + "0" + ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11842" + "11959" ], "x-ms-request-id": [ - "015f36a1-ccd3-4c02-b852-a30f391addb6" + "8f4772b7-db7e-4459-888a-0293af8cf9a9" ], "x-ms-correlation-request-id": [ - "015f36a1-ccd3-4c02-b852-a30f391addb6" + "8f4772b7-db7e-4459-888a-0293af8cf9a9" ], "x-ms-routing-request-id": [ - "WESTUS2:20200325T091337Z:015f36a1-ccd3-4c02-b852-a30f391addb6" + "NORTHCENTRALUS:20200612T213924Z:8f4772b7-db7e-4459-888a-0293af8cf9a9" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -5295,7 +5298,7 @@ "nosniff" ], "Date": [ - "Wed, 25 Mar 2020 09:13:36 GMT" + "Fri, 12 Jun 2020 21:39:23 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -5304,32 +5307,29 @@ "-1" ], "Content-Length": [ - "711" - ], - "Retry-After": [ - "0" + "777" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/resourceGroups/ps6304/providers/Microsoft.Resources/deployments/ps7102/operations/D60BABBFE7AE59B2\",\r\n \"operationId\": \"D60BABBFE7AE59B2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2020-03-25T09:13:18.8195494Z\",\r\n \"duration\": \"PT2.7531945S\",\r\n \"trackingId\": \"479ff780-28ec-4fd7-8836-c0462825967c\",\r\n \"serviceRequestId\": \"e60d7e65-f3b9-4984-9501-ea7b36aedca4\",\r\n \"statusCode\": \"Accepted\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/resourceGroups/ps6304/providers/Microsoft.Storage/storageAccounts/ps2757\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps2757\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/ps2509/providers/Microsoft.Resources/deployments/ps296\",\r\n \"name\": \"ps296\",\r\n \"type\": \"Microsoft.Resources/deployments\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n },\r\n \"properties\": {\r\n \"templateHash\": \"11821504941859434205\",\r\n \"parameters\": {\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4924\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"East US\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2020-06-12T21:39:19.3168019Z\",\r\n \"duration\": \"PT4.8357977S\",\r\n \"correlationId\": \"6e296f26-2639-41f3-9c97-bb57b5e5459a\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"eastus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": []\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/resourcegroups/ps6304/deployments/ps7102/operations?api-version=2019-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYjlmMTM4YTEtMWQ2NC00MTA4LTg0MTMtOWVhM2JlMWMxYjJkL3Jlc291cmNlZ3JvdXBzL3BzNjMwNC9kZXBsb3ltZW50cy9wczcxMDIvb3BlcmF0aW9ucz9hcGktdmVyc2lvbj0yMDE5LTEwLTAx", + "RequestUri": "/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourcegroups/ps2509/providers/Microsoft.Resources/deployments/ps296?api-version=2019-10-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTFiZmE2MzUtZjJiZi00MmYxLTg2YjUtODQ4YzY3NGZjMzIxL3Jlc291cmNlZ3JvdXBzL3BzMjUwOS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9wczI5Nj9hcGktdmVyc2lvbj0yMDE5LTEwLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "f3c1547c-f605-4970-996b-1c3970483a64" + "22135c84-90ec-45c4-99df-c77eba2daed5" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27110.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/3.4.0.0" + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/3.7.1.0" ] }, "ResponseHeaders": { @@ -5339,17 +5339,20 @@ "Pragma": [ "no-cache" ], + "Retry-After": [ + "0" + ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11840" + "11957" ], "x-ms-request-id": [ - "3f2e8064-44b2-465f-aaab-085e57d8904d" + "c5b08c95-e2be-4c47-ba83-de142d2fd393" ], "x-ms-correlation-request-id": [ - "3f2e8064-44b2-465f-aaab-085e57d8904d" + "c5b08c95-e2be-4c47-ba83-de142d2fd393" ], "x-ms-routing-request-id": [ - "WESTUS2:20200325T091338Z:3f2e8064-44b2-465f-aaab-085e57d8904d" + "NORTHCENTRALUS:20200612T213924Z:c5b08c95-e2be-4c47-ba83-de142d2fd393" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -5358,7 +5361,7 @@ "nosniff" ], "Date": [ - "Wed, 25 Mar 2020 09:13:37 GMT" + "Fri, 12 Jun 2020 21:39:24 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -5367,32 +5370,29 @@ "-1" ], "Content-Length": [ - "706" - ], - "Retry-After": [ - "0" + "777" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/resourceGroups/ps6304/providers/Microsoft.Resources/deployments/ps7102/operations/D60BABBFE7AE59B2\",\r\n \"operationId\": \"D60BABBFE7AE59B2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2020-03-25T09:13:37.9842711Z\",\r\n \"duration\": \"PT21.9179162S\",\r\n \"trackingId\": \"f77a00ec-52b3-468c-bb0b-39c358129c91\",\r\n \"serviceRequestId\": \"e60d7e65-f3b9-4984-9501-ea7b36aedca4\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/resourceGroups/ps6304/providers/Microsoft.Storage/storageAccounts/ps2757\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps2757\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/ps2509/providers/Microsoft.Resources/deployments/ps296\",\r\n \"name\": \"ps296\",\r\n \"type\": \"Microsoft.Resources/deployments\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n },\r\n \"properties\": {\r\n \"templateHash\": \"11821504941859434205\",\r\n \"parameters\": {\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4924\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"East US\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2020-06-12T21:39:19.3168019Z\",\r\n \"duration\": \"PT4.8357977S\",\r\n \"correlationId\": \"6e296f26-2639-41f3-9c97-bb57b5e5459a\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"eastus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": []\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/resourcegroups/ps6304/deployments/ps7102/operations?api-version=2019-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYjlmMTM4YTEtMWQ2NC00MTA4LTg0MTMtOWVhM2JlMWMxYjJkL3Jlc291cmNlZ3JvdXBzL3BzNjMwNC9kZXBsb3ltZW50cy9wczcxMDIvb3BlcmF0aW9ucz9hcGktdmVyc2lvbj0yMDE5LTEwLTAx", + "RequestUri": "/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourcegroups/ps2509/providers/Microsoft.Resources/deployments/ps296?api-version=2019-10-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTFiZmE2MzUtZjJiZi00MmYxLTg2YjUtODQ4YzY3NGZjMzIxL3Jlc291cmNlZ3JvdXBzL3BzMjUwOS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9wczI5Nj9hcGktdmVyc2lvbj0yMDE5LTEwLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "426bfb59-026f-4432-9181-1eae95fdcbfa" + "c9711169-8a3a-4e2b-aad2-626f3ad83f08" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27110.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/3.4.0.0" + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/3.7.1.0" ] }, "ResponseHeaders": { @@ -5402,17 +5402,20 @@ "Pragma": [ "no-cache" ], + "Retry-After": [ + "0" + ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11838" + "11955" ], "x-ms-request-id": [ - "c7afe3f6-ef4f-4c1c-bc94-00c0bb98fa74" + "8171517b-a0a3-49dd-920d-ffdadc8ba3a4" ], "x-ms-correlation-request-id": [ - "c7afe3f6-ef4f-4c1c-bc94-00c0bb98fa74" + "8171517b-a0a3-49dd-920d-ffdadc8ba3a4" ], "x-ms-routing-request-id": [ - "WESTUS2:20200325T091338Z:c7afe3f6-ef4f-4c1c-bc94-00c0bb98fa74" + "NORTHCENTRALUS:20200612T213925Z:8171517b-a0a3-49dd-920d-ffdadc8ba3a4" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -5421,7 +5424,7 @@ "nosniff" ], "Date": [ - "Wed, 25 Mar 2020 09:13:37 GMT" + "Fri, 12 Jun 2020 21:39:24 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -5430,32 +5433,29 @@ "-1" ], "Content-Length": [ - "706" - ], - "Retry-After": [ - "0" + "777" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/resourceGroups/ps6304/providers/Microsoft.Resources/deployments/ps7102/operations/D60BABBFE7AE59B2\",\r\n \"operationId\": \"D60BABBFE7AE59B2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2020-03-25T09:13:37.9842711Z\",\r\n \"duration\": \"PT21.9179162S\",\r\n \"trackingId\": \"f77a00ec-52b3-468c-bb0b-39c358129c91\",\r\n \"serviceRequestId\": \"e60d7e65-f3b9-4984-9501-ea7b36aedca4\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/resourceGroups/ps6304/providers/Microsoft.Storage/storageAccounts/ps2757\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps2757\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/ps2509/providers/Microsoft.Resources/deployments/ps296\",\r\n \"name\": \"ps296\",\r\n \"type\": \"Microsoft.Resources/deployments\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n },\r\n \"properties\": {\r\n \"templateHash\": \"11821504941859434205\",\r\n \"parameters\": {\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4924\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"East US\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2020-06-12T21:39:19.3168019Z\",\r\n \"duration\": \"PT4.8357977S\",\r\n \"correlationId\": \"6e296f26-2639-41f3-9c97-bb57b5e5459a\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"eastus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": []\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/resourcegroups/ps6304/deployments/ps7102/operations?api-version=2019-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYjlmMTM4YTEtMWQ2NC00MTA4LTg0MTMtOWVhM2JlMWMxYjJkL3Jlc291cmNlZ3JvdXBzL3BzNjMwNC9kZXBsb3ltZW50cy9wczcxMDIvb3BlcmF0aW9ucz9hcGktdmVyc2lvbj0yMDE5LTEwLTAx", + "RequestUri": "/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourcegroups/ps2509/providers/Microsoft.Resources/deployments/ps296?api-version=2019-10-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTFiZmE2MzUtZjJiZi00MmYxLTg2YjUtODQ4YzY3NGZjMzIxL3Jlc291cmNlZ3JvdXBzL3BzMjUwOS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9wczI5Nj9hcGktdmVyc2lvbj0yMDE5LTEwLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "b8d4993f-e3ca-4271-8295-bb685887f137" + "00fc4f34-128e-4ec5-8c66-80da56084953" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27110.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/3.4.0.0" + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/3.7.1.0" ] }, "ResponseHeaders": { @@ -5465,17 +5465,20 @@ "Pragma": [ "no-cache" ], + "Retry-After": [ + "0" + ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11836" + "11953" ], "x-ms-request-id": [ - "8857940b-fe7a-4d1f-a178-2099211cae53" + "9fa56238-2aaa-4773-b941-319af778806e" ], "x-ms-correlation-request-id": [ - "8857940b-fe7a-4d1f-a178-2099211cae53" + "9fa56238-2aaa-4773-b941-319af778806e" ], "x-ms-routing-request-id": [ - "WESTUS2:20200325T091338Z:8857940b-fe7a-4d1f-a178-2099211cae53" + "NORTHCENTRALUS:20200612T213925Z:9fa56238-2aaa-4773-b941-319af778806e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -5484,7 +5487,7 @@ "nosniff" ], "Date": [ - "Wed, 25 Mar 2020 09:13:37 GMT" + "Fri, 12 Jun 2020 21:39:25 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -5493,32 +5496,29 @@ "-1" ], "Content-Length": [ - "706" - ], - "Retry-After": [ - "0" + "777" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/resourceGroups/ps6304/providers/Microsoft.Resources/deployments/ps7102/operations/D60BABBFE7AE59B2\",\r\n \"operationId\": \"D60BABBFE7AE59B2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2020-03-25T09:13:37.9842711Z\",\r\n \"duration\": \"PT21.9179162S\",\r\n \"trackingId\": \"f77a00ec-52b3-468c-bb0b-39c358129c91\",\r\n \"serviceRequestId\": \"e60d7e65-f3b9-4984-9501-ea7b36aedca4\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/resourceGroups/ps6304/providers/Microsoft.Storage/storageAccounts/ps2757\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps2757\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/ps2509/providers/Microsoft.Resources/deployments/ps296\",\r\n \"name\": \"ps296\",\r\n \"type\": \"Microsoft.Resources/deployments\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n },\r\n \"properties\": {\r\n \"templateHash\": \"11821504941859434205\",\r\n \"parameters\": {\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4924\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"East US\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2020-06-12T21:39:19.3168019Z\",\r\n \"duration\": \"PT4.8357977S\",\r\n \"correlationId\": \"6e296f26-2639-41f3-9c97-bb57b5e5459a\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"eastus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": []\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/resourcegroups/ps6304/deployments/ps7102/operations?api-version=2019-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYjlmMTM4YTEtMWQ2NC00MTA4LTg0MTMtOWVhM2JlMWMxYjJkL3Jlc291cmNlZ3JvdXBzL3BzNjMwNC9kZXBsb3ltZW50cy9wczcxMDIvb3BlcmF0aW9ucz9hcGktdmVyc2lvbj0yMDE5LTEwLTAx", + "RequestUri": "/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourcegroups/ps2509/providers/Microsoft.Resources/deployments/ps296?api-version=2019-10-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTFiZmE2MzUtZjJiZi00MmYxLTg2YjUtODQ4YzY3NGZjMzIxL3Jlc291cmNlZ3JvdXBzL3BzMjUwOS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9wczI5Nj9hcGktdmVyc2lvbj0yMDE5LTEwLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "4ed08df1-6424-42d7-9c31-9e7d3f1f51d2" + "3c79334c-a31c-4f6a-bf9a-4a6e0fc8c9dd" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27110.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/3.4.0.0" + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/3.7.1.0" ] }, "ResponseHeaders": { @@ -5528,17 +5528,20 @@ "Pragma": [ "no-cache" ], + "Retry-After": [ + "0" + ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11834" + "11951" ], "x-ms-request-id": [ - "f74c22eb-8d0a-4aca-989d-0510cb6625e1" + "c135f451-be19-4368-ac83-85492616f9ff" ], "x-ms-correlation-request-id": [ - "f74c22eb-8d0a-4aca-989d-0510cb6625e1" + "c135f451-be19-4368-ac83-85492616f9ff" ], "x-ms-routing-request-id": [ - "WESTUS2:20200325T091339Z:f74c22eb-8d0a-4aca-989d-0510cb6625e1" + "NORTHCENTRALUS:20200612T213926Z:c135f451-be19-4368-ac83-85492616f9ff" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -5547,7 +5550,7 @@ "nosniff" ], "Date": [ - "Wed, 25 Mar 2020 09:13:38 GMT" + "Fri, 12 Jun 2020 21:39:25 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -5556,32 +5559,29 @@ "-1" ], "Content-Length": [ - "708" - ], - "Retry-After": [ - "0" + "777" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/resourceGroups/ps6304/providers/Microsoft.Resources/deployments/ps7102/operations/D60BABBFE7AE59B2\",\r\n \"operationId\": \"D60BABBFE7AE59B2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2020-03-25T09:13:38.9206007Z\",\r\n \"duration\": \"PT22.8542458S\",\r\n \"trackingId\": \"f4194718-4948-424c-90b2-447aa5140319\",\r\n \"serviceRequestId\": \"e60d7e65-f3b9-4984-9501-ea7b36aedca4\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/resourceGroups/ps6304/providers/Microsoft.Storage/storageAccounts/ps2757\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps2757\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/ps2509/providers/Microsoft.Resources/deployments/ps296\",\r\n \"name\": \"ps296\",\r\n \"type\": \"Microsoft.Resources/deployments\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n },\r\n \"properties\": {\r\n \"templateHash\": \"11821504941859434205\",\r\n \"parameters\": {\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4924\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"East US\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2020-06-12T21:39:19.3168019Z\",\r\n \"duration\": \"PT4.8357977S\",\r\n \"correlationId\": \"6e296f26-2639-41f3-9c97-bb57b5e5459a\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"eastus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": []\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/resourcegroups/ps6304/deployments/ps7102/operations?api-version=2019-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYjlmMTM4YTEtMWQ2NC00MTA4LTg0MTMtOWVhM2JlMWMxYjJkL3Jlc291cmNlZ3JvdXBzL3BzNjMwNC9kZXBsb3ltZW50cy9wczcxMDIvb3BlcmF0aW9ucz9hcGktdmVyc2lvbj0yMDE5LTEwLTAx", + "RequestUri": "/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourcegroups/ps2509/providers/Microsoft.Resources/deployments/ps296?api-version=2019-10-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTFiZmE2MzUtZjJiZi00MmYxLTg2YjUtODQ4YzY3NGZjMzIxL3Jlc291cmNlZ3JvdXBzL3BzMjUwOS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9wczI5Nj9hcGktdmVyc2lvbj0yMDE5LTEwLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "c6ec2be2-d2fc-43e6-88bb-50480e23dc12" + "e36f30b7-f5b7-45c4-9166-44e744772375" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27110.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/3.4.0.0" + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/3.7.1.0" ] }, "ResponseHeaders": { @@ -5591,17 +5591,20 @@ "Pragma": [ "no-cache" ], + "Retry-After": [ + "0" + ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11832" + "11949" ], "x-ms-request-id": [ - "f41677c0-1a6e-49e6-aa7d-5c07cdc2ee68" + "13627178-5271-4c49-b69a-a0d5d39f3f09" ], "x-ms-correlation-request-id": [ - "f41677c0-1a6e-49e6-aa7d-5c07cdc2ee68" + "13627178-5271-4c49-b69a-a0d5d39f3f09" ], "x-ms-routing-request-id": [ - "WESTUS2:20200325T091339Z:f41677c0-1a6e-49e6-aa7d-5c07cdc2ee68" + "NORTHCENTRALUS:20200612T213926Z:13627178-5271-4c49-b69a-a0d5d39f3f09" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -5610,7 +5613,7 @@ "nosniff" ], "Date": [ - "Wed, 25 Mar 2020 09:13:38 GMT" + "Fri, 12 Jun 2020 21:39:25 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -5619,32 +5622,29 @@ "-1" ], "Content-Length": [ - "708" - ], - "Retry-After": [ - "0" + "777" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/resourceGroups/ps6304/providers/Microsoft.Resources/deployments/ps7102/operations/D60BABBFE7AE59B2\",\r\n \"operationId\": \"D60BABBFE7AE59B2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2020-03-25T09:13:38.9206007Z\",\r\n \"duration\": \"PT22.8542458S\",\r\n \"trackingId\": \"f4194718-4948-424c-90b2-447aa5140319\",\r\n \"serviceRequestId\": \"e60d7e65-f3b9-4984-9501-ea7b36aedca4\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/resourceGroups/ps6304/providers/Microsoft.Storage/storageAccounts/ps2757\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps2757\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/ps2509/providers/Microsoft.Resources/deployments/ps296\",\r\n \"name\": \"ps296\",\r\n \"type\": \"Microsoft.Resources/deployments\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n },\r\n \"properties\": {\r\n \"templateHash\": \"11821504941859434205\",\r\n \"parameters\": {\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4924\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"East US\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2020-06-12T21:39:19.3168019Z\",\r\n \"duration\": \"PT4.8357977S\",\r\n \"correlationId\": \"6e296f26-2639-41f3-9c97-bb57b5e5459a\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"eastus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": []\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/resourcegroups/ps6304/deployments/ps7102/operations?api-version=2019-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYjlmMTM4YTEtMWQ2NC00MTA4LTg0MTMtOWVhM2JlMWMxYjJkL3Jlc291cmNlZ3JvdXBzL3BzNjMwNC9kZXBsb3ltZW50cy9wczcxMDIvb3BlcmF0aW9ucz9hcGktdmVyc2lvbj0yMDE5LTEwLTAx", + "RequestUri": "/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourcegroups/ps2509/providers/Microsoft.Resources/deployments/ps296?api-version=2019-10-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTFiZmE2MzUtZjJiZi00MmYxLTg2YjUtODQ4YzY3NGZjMzIxL3Jlc291cmNlZ3JvdXBzL3BzMjUwOS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9wczI5Nj9hcGktdmVyc2lvbj0yMDE5LTEwLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "7cb17abb-46f5-484f-ab59-6df5a06a3aae" + "0a895cb3-b46b-416d-88e6-f854513646d3" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27110.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/3.4.0.0" + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/3.7.1.0" ] }, "ResponseHeaders": { @@ -5654,17 +5654,20 @@ "Pragma": [ "no-cache" ], + "Retry-After": [ + "0" + ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11830" + "11947" ], "x-ms-request-id": [ - "b796661c-ef3b-42d8-b5d2-9eb44cd8a91b" + "317ef2ab-f6e3-4912-a54a-5a7b470975d1" ], "x-ms-correlation-request-id": [ - "b796661c-ef3b-42d8-b5d2-9eb44cd8a91b" + "317ef2ab-f6e3-4912-a54a-5a7b470975d1" ], "x-ms-routing-request-id": [ - "WESTUS2:20200325T091340Z:b796661c-ef3b-42d8-b5d2-9eb44cd8a91b" + "NORTHCENTRALUS:20200612T213926Z:317ef2ab-f6e3-4912-a54a-5a7b470975d1" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -5673,7 +5676,7 @@ "nosniff" ], "Date": [ - "Wed, 25 Mar 2020 09:13:39 GMT" + "Fri, 12 Jun 2020 21:39:26 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -5682,32 +5685,29 @@ "-1" ], "Content-Length": [ - "708" - ], - "Retry-After": [ - "0" + "777" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/resourceGroups/ps6304/providers/Microsoft.Resources/deployments/ps7102/operations/D60BABBFE7AE59B2\",\r\n \"operationId\": \"D60BABBFE7AE59B2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2020-03-25T09:13:38.9206007Z\",\r\n \"duration\": \"PT22.8542458S\",\r\n \"trackingId\": \"f4194718-4948-424c-90b2-447aa5140319\",\r\n \"serviceRequestId\": \"e60d7e65-f3b9-4984-9501-ea7b36aedca4\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/resourceGroups/ps6304/providers/Microsoft.Storage/storageAccounts/ps2757\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps2757\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/ps2509/providers/Microsoft.Resources/deployments/ps296\",\r\n \"name\": \"ps296\",\r\n \"type\": \"Microsoft.Resources/deployments\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n },\r\n \"properties\": {\r\n \"templateHash\": \"11821504941859434205\",\r\n \"parameters\": {\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4924\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"East US\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2020-06-12T21:39:19.3168019Z\",\r\n \"duration\": \"PT4.8357977S\",\r\n \"correlationId\": \"6e296f26-2639-41f3-9c97-bb57b5e5459a\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"eastus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": []\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/resourcegroups/ps6304/deployments/ps7102/operations?api-version=2019-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYjlmMTM4YTEtMWQ2NC00MTA4LTg0MTMtOWVhM2JlMWMxYjJkL3Jlc291cmNlZ3JvdXBzL3BzNjMwNC9kZXBsb3ltZW50cy9wczcxMDIvb3BlcmF0aW9ucz9hcGktdmVyc2lvbj0yMDE5LTEwLTAx", + "RequestUri": "/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourcegroups/ps2509/providers/Microsoft.Resources/deployments/ps296?api-version=2019-10-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTFiZmE2MzUtZjJiZi00MmYxLTg2YjUtODQ4YzY3NGZjMzIxL3Jlc291cmNlZ3JvdXBzL3BzMjUwOS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9wczI5Nj9hcGktdmVyc2lvbj0yMDE5LTEwLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "63350028-5025-420d-9622-a46ff542ca3e" + "af25289d-612c-47f6-8933-e6b15268ea72" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27110.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/3.4.0.0" + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/3.7.1.0" ] }, "ResponseHeaders": { @@ -5717,17 +5717,20 @@ "Pragma": [ "no-cache" ], + "Retry-After": [ + "0" + ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11828" + "11945" ], "x-ms-request-id": [ - "53843e0d-7660-4f6f-9913-5a2ac600a128" + "3973cc2b-4fc6-4172-87b8-b0f9161624d2" ], "x-ms-correlation-request-id": [ - "53843e0d-7660-4f6f-9913-5a2ac600a128" + "3973cc2b-4fc6-4172-87b8-b0f9161624d2" ], "x-ms-routing-request-id": [ - "WESTUS2:20200325T091340Z:53843e0d-7660-4f6f-9913-5a2ac600a128" + "NORTHCENTRALUS:20200612T213927Z:3973cc2b-4fc6-4172-87b8-b0f9161624d2" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -5736,7 +5739,7 @@ "nosniff" ], "Date": [ - "Wed, 25 Mar 2020 09:13:39 GMT" + "Fri, 12 Jun 2020 21:39:26 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -5745,32 +5748,29 @@ "-1" ], "Content-Length": [ - "708" - ], - "Retry-After": [ - "0" + "777" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/resourceGroups/ps6304/providers/Microsoft.Resources/deployments/ps7102/operations/D60BABBFE7AE59B2\",\r\n \"operationId\": \"D60BABBFE7AE59B2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2020-03-25T09:13:38.9206007Z\",\r\n \"duration\": \"PT22.8542458S\",\r\n \"trackingId\": \"f4194718-4948-424c-90b2-447aa5140319\",\r\n \"serviceRequestId\": \"e60d7e65-f3b9-4984-9501-ea7b36aedca4\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/resourceGroups/ps6304/providers/Microsoft.Storage/storageAccounts/ps2757\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps2757\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/ps2509/providers/Microsoft.Resources/deployments/ps296\",\r\n \"name\": \"ps296\",\r\n \"type\": \"Microsoft.Resources/deployments\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n },\r\n \"properties\": {\r\n \"templateHash\": \"11821504941859434205\",\r\n \"parameters\": {\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4924\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"East US\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2020-06-12T21:39:19.3168019Z\",\r\n \"duration\": \"PT4.8357977S\",\r\n \"correlationId\": \"6e296f26-2639-41f3-9c97-bb57b5e5459a\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"eastus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": []\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/resourcegroups/ps6304/deployments/ps7102/operations?api-version=2019-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYjlmMTM4YTEtMWQ2NC00MTA4LTg0MTMtOWVhM2JlMWMxYjJkL3Jlc291cmNlZ3JvdXBzL3BzNjMwNC9kZXBsb3ltZW50cy9wczcxMDIvb3BlcmF0aW9ucz9hcGktdmVyc2lvbj0yMDE5LTEwLTAx", + "RequestUri": "/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourcegroups/ps2509/providers/Microsoft.Resources/deployments/ps296?api-version=2019-10-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTFiZmE2MzUtZjJiZi00MmYxLTg2YjUtODQ4YzY3NGZjMzIxL3Jlc291cmNlZ3JvdXBzL3BzMjUwOS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9wczI5Nj9hcGktdmVyc2lvbj0yMDE5LTEwLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "017806d8-697b-45d3-b7f6-4901a6d21f79" + "3e34e9f4-73d3-4483-9768-577c02fd263a" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27110.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/3.4.0.0" + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/3.7.1.0" ] }, "ResponseHeaders": { @@ -5780,17 +5780,20 @@ "Pragma": [ "no-cache" ], + "Retry-After": [ + "0" + ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11826" + "11943" ], "x-ms-request-id": [ - "6a713ae3-a269-4446-9e5e-2d40a636855c" + "de6fefd8-4132-4926-ac65-bb8efcd6fb35" ], "x-ms-correlation-request-id": [ - "6a713ae3-a269-4446-9e5e-2d40a636855c" + "de6fefd8-4132-4926-ac65-bb8efcd6fb35" ], "x-ms-routing-request-id": [ - "WESTUS2:20200325T091340Z:6a713ae3-a269-4446-9e5e-2d40a636855c" + "NORTHCENTRALUS:20200612T213927Z:de6fefd8-4132-4926-ac65-bb8efcd6fb35" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -5799,7 +5802,7 @@ "nosniff" ], "Date": [ - "Wed, 25 Mar 2020 09:13:39 GMT" + "Fri, 12 Jun 2020 21:39:27 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -5808,32 +5811,29 @@ "-1" ], "Content-Length": [ - "1370" - ], - "Retry-After": [ - "0" + "777" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/resourceGroups/ps6304/providers/Microsoft.Resources/deployments/ps7102/operations/9B87AD3AC82D5CB1\",\r\n \"operationId\": \"9B87AD3AC82D5CB1\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2020-03-25T09:13:40.2633922Z\",\r\n \"duration\": \"PT0.8840342S\",\r\n \"trackingId\": \"ef9a237a-cfde-4e0d-a76d-ebeb43788814\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/resourceGroups/ps6304/providers/Microsoft.Storage/storageAccounts/ps2757\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps2757\",\r\n \"apiVersion\": \"2019-06-01\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/resourceGroups/ps6304/providers/Microsoft.Resources/deployments/ps7102/operations/D60BABBFE7AE59B2\",\r\n \"operationId\": \"D60BABBFE7AE59B2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2020-03-25T09:13:38.9206007Z\",\r\n \"duration\": \"PT22.8542458S\",\r\n \"trackingId\": \"f4194718-4948-424c-90b2-447aa5140319\",\r\n \"serviceRequestId\": \"e60d7e65-f3b9-4984-9501-ea7b36aedca4\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/resourceGroups/ps6304/providers/Microsoft.Storage/storageAccounts/ps2757\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps2757\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/ps2509/providers/Microsoft.Resources/deployments/ps296\",\r\n \"name\": \"ps296\",\r\n \"type\": \"Microsoft.Resources/deployments\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n },\r\n \"properties\": {\r\n \"templateHash\": \"11821504941859434205\",\r\n \"parameters\": {\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4924\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"East US\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2020-06-12T21:39:19.3168019Z\",\r\n \"duration\": \"PT4.8357977S\",\r\n \"correlationId\": \"6e296f26-2639-41f3-9c97-bb57b5e5459a\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"eastus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": []\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/resourcegroups/ps6304/deployments/ps7102/operations?api-version=2019-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYjlmMTM4YTEtMWQ2NC00MTA4LTg0MTMtOWVhM2JlMWMxYjJkL3Jlc291cmNlZ3JvdXBzL3BzNjMwNC9kZXBsb3ltZW50cy9wczcxMDIvb3BlcmF0aW9ucz9hcGktdmVyc2lvbj0yMDE5LTEwLTAx", + "RequestUri": "/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourcegroups/ps2509/providers/Microsoft.Resources/deployments/ps296?api-version=2019-10-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTFiZmE2MzUtZjJiZi00MmYxLTg2YjUtODQ4YzY3NGZjMzIxL3Jlc291cmNlZ3JvdXBzL3BzMjUwOS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9wczI5Nj9hcGktdmVyc2lvbj0yMDE5LTEwLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "3bbacab8-2cd8-4e60-be09-c2e5fc11a2bc" + "45adcebc-6dd2-4f61-b692-394b6052cb51" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27110.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/3.4.0.0" + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/3.7.1.0" ] }, "ResponseHeaders": { @@ -5843,17 +5843,20 @@ "Pragma": [ "no-cache" ], + "Retry-After": [ + "0" + ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11824" + "11941" ], "x-ms-request-id": [ - "f2d495bc-22a6-4b29-a8fc-15e987f76995" + "aee05b90-291a-41b4-bf1d-bd0efcd6e5c4" ], "x-ms-correlation-request-id": [ - "f2d495bc-22a6-4b29-a8fc-15e987f76995" + "aee05b90-291a-41b4-bf1d-bd0efcd6e5c4" ], "x-ms-routing-request-id": [ - "WESTUS2:20200325T091340Z:f2d495bc-22a6-4b29-a8fc-15e987f76995" + "NORTHCENTRALUS:20200612T213928Z:aee05b90-291a-41b4-bf1d-bd0efcd6e5c4" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -5862,7 +5865,7 @@ "nosniff" ], "Date": [ - "Wed, 25 Mar 2020 09:13:39 GMT" + "Fri, 12 Jun 2020 21:39:27 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -5871,32 +5874,29 @@ "-1" ], "Content-Length": [ - "1370" - ], - "Retry-After": [ - "0" + "777" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/resourceGroups/ps6304/providers/Microsoft.Resources/deployments/ps7102/operations/9B87AD3AC82D5CB1\",\r\n \"operationId\": \"9B87AD3AC82D5CB1\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2020-03-25T09:13:40.2633922Z\",\r\n \"duration\": \"PT0.8840342S\",\r\n \"trackingId\": \"ef9a237a-cfde-4e0d-a76d-ebeb43788814\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/resourceGroups/ps6304/providers/Microsoft.Storage/storageAccounts/ps2757\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps2757\",\r\n \"apiVersion\": \"2019-06-01\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/resourceGroups/ps6304/providers/Microsoft.Resources/deployments/ps7102/operations/D60BABBFE7AE59B2\",\r\n \"operationId\": \"D60BABBFE7AE59B2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2020-03-25T09:13:38.9206007Z\",\r\n \"duration\": \"PT22.8542458S\",\r\n \"trackingId\": \"f4194718-4948-424c-90b2-447aa5140319\",\r\n \"serviceRequestId\": \"e60d7e65-f3b9-4984-9501-ea7b36aedca4\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/resourceGroups/ps6304/providers/Microsoft.Storage/storageAccounts/ps2757\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps2757\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/ps2509/providers/Microsoft.Resources/deployments/ps296\",\r\n \"name\": \"ps296\",\r\n \"type\": \"Microsoft.Resources/deployments\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n },\r\n \"properties\": {\r\n \"templateHash\": \"11821504941859434205\",\r\n \"parameters\": {\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4924\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"East US\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2020-06-12T21:39:19.3168019Z\",\r\n \"duration\": \"PT4.8357977S\",\r\n \"correlationId\": \"6e296f26-2639-41f3-9c97-bb57b5e5459a\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"eastus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": []\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/resourcegroups/ps6304/deployments/ps7102/operations?api-version=2019-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYjlmMTM4YTEtMWQ2NC00MTA4LTg0MTMtOWVhM2JlMWMxYjJkL3Jlc291cmNlZ3JvdXBzL3BzNjMwNC9kZXBsb3ltZW50cy9wczcxMDIvb3BlcmF0aW9ucz9hcGktdmVyc2lvbj0yMDE5LTEwLTAx", + "RequestUri": "/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourcegroups/ps2509/providers/Microsoft.Resources/deployments/ps296?api-version=2019-10-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTFiZmE2MzUtZjJiZi00MmYxLTg2YjUtODQ4YzY3NGZjMzIxL3Jlc291cmNlZ3JvdXBzL3BzMjUwOS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9wczI5Nj9hcGktdmVyc2lvbj0yMDE5LTEwLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "334eb6d6-edcb-4ba0-9cfa-ffcae169fe98" + "15e4a29c-7423-45d2-9601-9518fa0950b1" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27110.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/3.4.0.0" + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/3.7.1.0" ] }, "ResponseHeaders": { @@ -5906,17 +5906,20 @@ "Pragma": [ "no-cache" ], + "Retry-After": [ + "0" + ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11822" + "11939" ], "x-ms-request-id": [ - "9b8d462e-1387-4704-8b07-7da057d32bbd" + "52826e51-267d-4d89-a1e7-1d8679b84bd8" ], "x-ms-correlation-request-id": [ - "9b8d462e-1387-4704-8b07-7da057d32bbd" + "52826e51-267d-4d89-a1e7-1d8679b84bd8" ], "x-ms-routing-request-id": [ - "WESTUS2:20200325T091341Z:9b8d462e-1387-4704-8b07-7da057d32bbd" + "NORTHCENTRALUS:20200612T213928Z:52826e51-267d-4d89-a1e7-1d8679b84bd8" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -5925,7 +5928,7 @@ "nosniff" ], "Date": [ - "Wed, 25 Mar 2020 09:13:40 GMT" + "Fri, 12 Jun 2020 21:39:27 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -5934,32 +5937,29 @@ "-1" ], "Content-Length": [ - "1370" - ], - "Retry-After": [ - "0" + "777" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/resourceGroups/ps6304/providers/Microsoft.Resources/deployments/ps7102/operations/9B87AD3AC82D5CB1\",\r\n \"operationId\": \"9B87AD3AC82D5CB1\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2020-03-25T09:13:40.2633922Z\",\r\n \"duration\": \"PT0.8840342S\",\r\n \"trackingId\": \"ef9a237a-cfde-4e0d-a76d-ebeb43788814\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/resourceGroups/ps6304/providers/Microsoft.Storage/storageAccounts/ps2757\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps2757\",\r\n \"apiVersion\": \"2019-06-01\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/resourceGroups/ps6304/providers/Microsoft.Resources/deployments/ps7102/operations/D60BABBFE7AE59B2\",\r\n \"operationId\": \"D60BABBFE7AE59B2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2020-03-25T09:13:38.9206007Z\",\r\n \"duration\": \"PT22.8542458S\",\r\n \"trackingId\": \"f4194718-4948-424c-90b2-447aa5140319\",\r\n \"serviceRequestId\": \"e60d7e65-f3b9-4984-9501-ea7b36aedca4\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/resourceGroups/ps6304/providers/Microsoft.Storage/storageAccounts/ps2757\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps2757\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/ps2509/providers/Microsoft.Resources/deployments/ps296\",\r\n \"name\": \"ps296\",\r\n \"type\": \"Microsoft.Resources/deployments\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n },\r\n \"properties\": {\r\n \"templateHash\": \"11821504941859434205\",\r\n \"parameters\": {\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4924\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"East US\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2020-06-12T21:39:19.3168019Z\",\r\n \"duration\": \"PT4.8357977S\",\r\n \"correlationId\": \"6e296f26-2639-41f3-9c97-bb57b5e5459a\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"eastus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": []\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/resourcegroups/ps6304/deployments/ps7102/operations?api-version=2019-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYjlmMTM4YTEtMWQ2NC00MTA4LTg0MTMtOWVhM2JlMWMxYjJkL3Jlc291cmNlZ3JvdXBzL3BzNjMwNC9kZXBsb3ltZW50cy9wczcxMDIvb3BlcmF0aW9ucz9hcGktdmVyc2lvbj0yMDE5LTEwLTAx", + "RequestUri": "/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourcegroups/ps2509/providers/Microsoft.Resources/deployments/ps296?api-version=2019-10-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTFiZmE2MzUtZjJiZi00MmYxLTg2YjUtODQ4YzY3NGZjMzIxL3Jlc291cmNlZ3JvdXBzL3BzMjUwOS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9wczI5Nj9hcGktdmVyc2lvbj0yMDE5LTEwLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "43448e67-c18d-4643-aead-8ff465221025" + "7646d8c5-8d80-4bee-bb23-81594f07579c" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27110.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/3.4.0.0" + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/3.7.1.0" ] }, "ResponseHeaders": { @@ -5969,17 +5969,20 @@ "Pragma": [ "no-cache" ], + "Retry-After": [ + "0" + ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11820" + "11937" ], "x-ms-request-id": [ - "12fdd983-4d91-4580-aecd-4795114bd6ad" + "cb481887-16f2-4056-8154-9686ece7be78" ], "x-ms-correlation-request-id": [ - "12fdd983-4d91-4580-aecd-4795114bd6ad" + "cb481887-16f2-4056-8154-9686ece7be78" ], "x-ms-routing-request-id": [ - "WESTUS2:20200325T091341Z:12fdd983-4d91-4580-aecd-4795114bd6ad" + "NORTHCENTRALUS:20200612T213928Z:cb481887-16f2-4056-8154-9686ece7be78" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -5988,7 +5991,7 @@ "nosniff" ], "Date": [ - "Wed, 25 Mar 2020 09:13:40 GMT" + "Fri, 12 Jun 2020 21:39:28 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -5997,32 +6000,29 @@ "-1" ], "Content-Length": [ - "1370" - ], - "Retry-After": [ - "0" + "777" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/resourceGroups/ps6304/providers/Microsoft.Resources/deployments/ps7102/operations/9B87AD3AC82D5CB1\",\r\n \"operationId\": \"9B87AD3AC82D5CB1\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2020-03-25T09:13:40.2633922Z\",\r\n \"duration\": \"PT0.8840342S\",\r\n \"trackingId\": \"ef9a237a-cfde-4e0d-a76d-ebeb43788814\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/resourceGroups/ps6304/providers/Microsoft.Storage/storageAccounts/ps2757\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps2757\",\r\n \"apiVersion\": \"2019-06-01\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/resourceGroups/ps6304/providers/Microsoft.Resources/deployments/ps7102/operations/D60BABBFE7AE59B2\",\r\n \"operationId\": \"D60BABBFE7AE59B2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2020-03-25T09:13:38.9206007Z\",\r\n \"duration\": \"PT22.8542458S\",\r\n \"trackingId\": \"f4194718-4948-424c-90b2-447aa5140319\",\r\n \"serviceRequestId\": \"e60d7e65-f3b9-4984-9501-ea7b36aedca4\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/resourceGroups/ps6304/providers/Microsoft.Storage/storageAccounts/ps2757\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps2757\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/ps2509/providers/Microsoft.Resources/deployments/ps296\",\r\n \"name\": \"ps296\",\r\n \"type\": \"Microsoft.Resources/deployments\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n },\r\n \"properties\": {\r\n \"templateHash\": \"11821504941859434205\",\r\n \"parameters\": {\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4924\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"East US\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2020-06-12T21:39:19.3168019Z\",\r\n \"duration\": \"PT4.8357977S\",\r\n \"correlationId\": \"6e296f26-2639-41f3-9c97-bb57b5e5459a\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"eastus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": []\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/resourcegroups/ps6304/deployments/ps7102/operations?api-version=2019-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYjlmMTM4YTEtMWQ2NC00MTA4LTg0MTMtOWVhM2JlMWMxYjJkL3Jlc291cmNlZ3JvdXBzL3BzNjMwNC9kZXBsb3ltZW50cy9wczcxMDIvb3BlcmF0aW9ucz9hcGktdmVyc2lvbj0yMDE5LTEwLTAx", + "RequestUri": "/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourcegroups/ps2509/providers/Microsoft.Resources/deployments/ps296?api-version=2019-10-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTFiZmE2MzUtZjJiZi00MmYxLTg2YjUtODQ4YzY3NGZjMzIxL3Jlc291cmNlZ3JvdXBzL3BzMjUwOS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9wczI5Nj9hcGktdmVyc2lvbj0yMDE5LTEwLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "b1a05401-9095-4e8b-91fb-05aa7cb996fa" + "5d72827d-4386-4358-8a57-61724def04ce" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27110.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/3.4.0.0" + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/3.7.1.0" ] }, "ResponseHeaders": { @@ -6032,17 +6032,20 @@ "Pragma": [ "no-cache" ], + "Retry-After": [ + "0" + ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11818" + "11935" ], "x-ms-request-id": [ - "161bcf5f-4461-4187-8b53-d4c89b415418" + "94faa454-806a-47e0-8555-97b305be0be8" ], "x-ms-correlation-request-id": [ - "161bcf5f-4461-4187-8b53-d4c89b415418" + "94faa454-806a-47e0-8555-97b305be0be8" ], "x-ms-routing-request-id": [ - "WESTUS2:20200325T091341Z:161bcf5f-4461-4187-8b53-d4c89b415418" + "NORTHCENTRALUS:20200612T213929Z:94faa454-806a-47e0-8555-97b305be0be8" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -6051,7 +6054,7 @@ "nosniff" ], "Date": [ - "Wed, 25 Mar 2020 09:13:40 GMT" + "Fri, 12 Jun 2020 21:39:28 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -6060,4253 +6063,29 @@ "-1" ], "Content-Length": [ - "1829" - ], - "Retry-After": [ - "0" + "777" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/resourceGroups/ps6304/providers/Microsoft.Resources/deployments/ps7102/operations/9B87AD3AC82D5CB1\",\r\n \"operationId\": \"9B87AD3AC82D5CB1\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2020-03-25T09:13:40.2633922Z\",\r\n \"duration\": \"PT0.8840342S\",\r\n \"trackingId\": \"ef9a237a-cfde-4e0d-a76d-ebeb43788814\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/resourceGroups/ps6304/providers/Microsoft.Storage/storageAccounts/ps2757\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps2757\",\r\n \"apiVersion\": \"2019-06-01\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/resourceGroups/ps6304/providers/Microsoft.Resources/deployments/ps7102/operations/D60BABBFE7AE59B2\",\r\n \"operationId\": \"D60BABBFE7AE59B2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2020-03-25T09:13:38.9206007Z\",\r\n \"duration\": \"PT22.8542458S\",\r\n \"trackingId\": \"f4194718-4948-424c-90b2-447aa5140319\",\r\n \"serviceRequestId\": \"e60d7e65-f3b9-4984-9501-ea7b36aedca4\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/resourceGroups/ps6304/providers/Microsoft.Storage/storageAccounts/ps2757\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps2757\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/resourceGroups/ps6304/providers/Microsoft.Resources/deployments/ps7102/operations/08586164792943246485\",\r\n \"operationId\": \"08586164792943246485\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"EvaluateDeploymentOutput\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2020-03-25T09:13:41.3973123Z\",\r\n \"duration\": \"PT0.8461635S\",\r\n \"trackingId\": \"1de0b83e-3943-4049-a50b-ebb965d6027e\",\r\n \"statusCode\": \"OK\",\r\n \"statusMessage\": null\r\n }\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/ps2509/providers/Microsoft.Resources/deployments/ps296\",\r\n \"name\": \"ps296\",\r\n \"type\": \"Microsoft.Resources/deployments\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n },\r\n \"properties\": {\r\n \"templateHash\": \"11821504941859434205\",\r\n \"parameters\": {\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4924\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"East US\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2020-06-12T21:39:19.3168019Z\",\r\n \"duration\": \"PT4.8357977S\",\r\n \"correlationId\": \"6e296f26-2639-41f3-9c97-bb57b5e5459a\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"eastus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": []\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/resourcegroups/ps6304/deployments/ps7102/operations?api-version=2019-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYjlmMTM4YTEtMWQ2NC00MTA4LTg0MTMtOWVhM2JlMWMxYjJkL3Jlc291cmNlZ3JvdXBzL3BzNjMwNC9kZXBsb3ltZW50cy9wczcxMDIvb3BlcmF0aW9ucz9hcGktdmVyc2lvbj0yMDE5LTEwLTAx", + "RequestUri": "/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourcegroups/ps2509/providers/Microsoft.Resources/deployments/ps296?api-version=2019-10-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTFiZmE2MzUtZjJiZi00MmYxLTg2YjUtODQ4YzY3NGZjMzIxL3Jlc291cmNlZ3JvdXBzL3BzMjUwOS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9wczI5Nj9hcGktdmVyc2lvbj0yMDE5LTEwLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "f4bb5074-e6eb-4072-ae92-02d566a59357" + "24491212-bd03-4fde-b208-f2547fa19643" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27110.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/3.4.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11816" - ], - "x-ms-request-id": [ - "10bbea63-7000-43d0-adb2-2fb9854b5771" - ], - "x-ms-correlation-request-id": [ - "10bbea63-7000-43d0-adb2-2fb9854b5771" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20200325T091342Z:10bbea63-7000-43d0-adb2-2fb9854b5771" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Wed, 25 Mar 2020 09:13:42 GMT" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Content-Length": [ - "1829" - ], - "Retry-After": [ - "0" - ] - }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/resourceGroups/ps6304/providers/Microsoft.Resources/deployments/ps7102/operations/9B87AD3AC82D5CB1\",\r\n \"operationId\": \"9B87AD3AC82D5CB1\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2020-03-25T09:13:40.2633922Z\",\r\n \"duration\": \"PT0.8840342S\",\r\n \"trackingId\": \"ef9a237a-cfde-4e0d-a76d-ebeb43788814\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/resourceGroups/ps6304/providers/Microsoft.Storage/storageAccounts/ps2757\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps2757\",\r\n \"apiVersion\": \"2019-06-01\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/resourceGroups/ps6304/providers/Microsoft.Resources/deployments/ps7102/operations/D60BABBFE7AE59B2\",\r\n \"operationId\": \"D60BABBFE7AE59B2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2020-03-25T09:13:38.9206007Z\",\r\n \"duration\": \"PT22.8542458S\",\r\n \"trackingId\": \"f4194718-4948-424c-90b2-447aa5140319\",\r\n \"serviceRequestId\": \"e60d7e65-f3b9-4984-9501-ea7b36aedca4\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/resourceGroups/ps6304/providers/Microsoft.Storage/storageAccounts/ps2757\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps2757\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/resourceGroups/ps6304/providers/Microsoft.Resources/deployments/ps7102/operations/08586164792943246485\",\r\n \"operationId\": \"08586164792943246485\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"EvaluateDeploymentOutput\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2020-03-25T09:13:41.3973123Z\",\r\n \"duration\": \"PT0.8461635S\",\r\n \"trackingId\": \"1de0b83e-3943-4049-a50b-ebb965d6027e\",\r\n \"statusCode\": \"OK\",\r\n \"statusMessage\": null\r\n }\r\n }\r\n ]\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/resourcegroups/ps6304/providers/Microsoft.Resources/deployments/ps7102?api-version=2019-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYjlmMTM4YTEtMWQ2NC00MTA4LTg0MTMtOWVhM2JlMWMxYjJkL3Jlc291cmNlZ3JvdXBzL3BzNjMwNC9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9wczcxMDI/YXBpLXZlcnNpb249MjAxOS0xMC0wMQ==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "75b547b5-9eb3-44d9-9e69-1575b3e3e3b7" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.27110.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/3.4.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Retry-After": [ - "0" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11997" - ], - "x-ms-request-id": [ - "7d6cc676-00b4-4376-851b-ade82224a2ca" - ], - "x-ms-correlation-request-id": [ - "7d6cc676-00b4-4376-851b-ade82224a2ca" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20200325T091312Z:7d6cc676-00b4-4376-851b-ade82224a2ca" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Wed, 25 Mar 2020 09:13:11 GMT" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Content-Length": [ - "780" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/resourceGroups/ps6304/providers/Microsoft.Resources/deployments/ps7102\",\r\n \"name\": \"ps7102\",\r\n \"type\": \"Microsoft.Resources/deployments\",\r\n \"tags\": {\r\n \"key2\": \"value2\",\r\n \"key1\": \"value1\"\r\n },\r\n \"properties\": {\r\n \"templateHash\": \"11821504941859434205\",\r\n \"parameters\": {\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2757\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"East US\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Accepted\",\r\n \"timestamp\": \"2020-03-25T09:13:11.6918319Z\",\r\n \"duration\": \"PT0.5388692S\",\r\n \"correlationId\": \"d739b9ad-582a-4653-8eaf-c9d0298ba601\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"eastus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": []\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/resourcegroups/ps6304/providers/Microsoft.Resources/deployments/ps7102?api-version=2019-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYjlmMTM4YTEtMWQ2NC00MTA4LTg0MTMtOWVhM2JlMWMxYjJkL3Jlc291cmNlZ3JvdXBzL3BzNjMwNC9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9wczcxMDI/YXBpLXZlcnNpb249MjAxOS0xMC0wMQ==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "8f61aba1-ba7f-40d7-87d0-ca7cb8936012" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.27110.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/3.4.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Retry-After": [ - "0" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11995" - ], - "x-ms-request-id": [ - "707d93fe-474c-4e3a-9d06-ac1d4454054c" - ], - "x-ms-correlation-request-id": [ - "707d93fe-474c-4e3a-9d06-ac1d4454054c" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20200325T091313Z:707d93fe-474c-4e3a-9d06-ac1d4454054c" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Wed, 25 Mar 2020 09:13:12 GMT" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Content-Length": [ - "780" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/resourceGroups/ps6304/providers/Microsoft.Resources/deployments/ps7102\",\r\n \"name\": \"ps7102\",\r\n \"type\": \"Microsoft.Resources/deployments\",\r\n \"tags\": {\r\n \"key2\": \"value2\",\r\n \"key1\": \"value1\"\r\n },\r\n \"properties\": {\r\n \"templateHash\": \"11821504941859434205\",\r\n \"parameters\": {\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2757\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"East US\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Accepted\",\r\n \"timestamp\": \"2020-03-25T09:13:11.6918319Z\",\r\n \"duration\": \"PT0.5388692S\",\r\n \"correlationId\": \"d739b9ad-582a-4653-8eaf-c9d0298ba601\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"eastus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": []\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/resourcegroups/ps6304/providers/Microsoft.Resources/deployments/ps7102?api-version=2019-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYjlmMTM4YTEtMWQ2NC00MTA4LTg0MTMtOWVhM2JlMWMxYjJkL3Jlc291cmNlZ3JvdXBzL3BzNjMwNC9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9wczcxMDI/YXBpLXZlcnNpb249MjAxOS0xMC0wMQ==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "ca14b66c-fad1-41c7-9873-9b7c6c12e05d" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.27110.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/3.4.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Retry-After": [ - "0" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11993" - ], - "x-ms-request-id": [ - "5d767d66-913a-4981-8d99-4afc081fd6e8" - ], - "x-ms-correlation-request-id": [ - "5d767d66-913a-4981-8d99-4afc081fd6e8" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20200325T091313Z:5d767d66-913a-4981-8d99-4afc081fd6e8" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Wed, 25 Mar 2020 09:13:12 GMT" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Content-Length": [ - "780" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/resourceGroups/ps6304/providers/Microsoft.Resources/deployments/ps7102\",\r\n \"name\": \"ps7102\",\r\n \"type\": \"Microsoft.Resources/deployments\",\r\n \"tags\": {\r\n \"key2\": \"value2\",\r\n \"key1\": \"value1\"\r\n },\r\n \"properties\": {\r\n \"templateHash\": \"11821504941859434205\",\r\n \"parameters\": {\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2757\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"East US\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Accepted\",\r\n \"timestamp\": \"2020-03-25T09:13:11.6918319Z\",\r\n \"duration\": \"PT0.5388692S\",\r\n \"correlationId\": \"d739b9ad-582a-4653-8eaf-c9d0298ba601\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"eastus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": []\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/resourcegroups/ps6304/providers/Microsoft.Resources/deployments/ps7102?api-version=2019-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYjlmMTM4YTEtMWQ2NC00MTA4LTg0MTMtOWVhM2JlMWMxYjJkL3Jlc291cmNlZ3JvdXBzL3BzNjMwNC9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9wczcxMDI/YXBpLXZlcnNpb249MjAxOS0xMC0wMQ==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "3a188a08-efae-4b89-a1e2-3fa2e74ad6bb" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.27110.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/3.4.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Retry-After": [ - "0" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11991" - ], - "x-ms-request-id": [ - "db0cc549-0eba-4e32-9622-e963ea142c46" - ], - "x-ms-correlation-request-id": [ - "db0cc549-0eba-4e32-9622-e963ea142c46" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20200325T091313Z:db0cc549-0eba-4e32-9622-e963ea142c46" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Wed, 25 Mar 2020 09:13:12 GMT" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Content-Length": [ - "780" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/resourceGroups/ps6304/providers/Microsoft.Resources/deployments/ps7102\",\r\n \"name\": \"ps7102\",\r\n \"type\": \"Microsoft.Resources/deployments\",\r\n \"tags\": {\r\n \"key2\": \"value2\",\r\n \"key1\": \"value1\"\r\n },\r\n \"properties\": {\r\n \"templateHash\": \"11821504941859434205\",\r\n \"parameters\": {\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2757\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"East US\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Accepted\",\r\n \"timestamp\": \"2020-03-25T09:13:11.6918319Z\",\r\n \"duration\": \"PT0.5388692S\",\r\n \"correlationId\": \"d739b9ad-582a-4653-8eaf-c9d0298ba601\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"eastus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": []\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/resourcegroups/ps6304/providers/Microsoft.Resources/deployments/ps7102?api-version=2019-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYjlmMTM4YTEtMWQ2NC00MTA4LTg0MTMtOWVhM2JlMWMxYjJkL3Jlc291cmNlZ3JvdXBzL3BzNjMwNC9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9wczcxMDI/YXBpLXZlcnNpb249MjAxOS0xMC0wMQ==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "f389917a-0418-466d-9acb-c4207aee9a56" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.27110.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/3.4.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Retry-After": [ - "0" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11989" - ], - "x-ms-request-id": [ - "8c69285b-de67-4024-889c-492be85f4ef4" - ], - "x-ms-correlation-request-id": [ - "8c69285b-de67-4024-889c-492be85f4ef4" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20200325T091313Z:8c69285b-de67-4024-889c-492be85f4ef4" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Wed, 25 Mar 2020 09:13:13 GMT" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Content-Length": [ - "780" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/resourceGroups/ps6304/providers/Microsoft.Resources/deployments/ps7102\",\r\n \"name\": \"ps7102\",\r\n \"type\": \"Microsoft.Resources/deployments\",\r\n \"tags\": {\r\n \"key2\": \"value2\",\r\n \"key1\": \"value1\"\r\n },\r\n \"properties\": {\r\n \"templateHash\": \"11821504941859434205\",\r\n \"parameters\": {\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2757\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"East US\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Accepted\",\r\n \"timestamp\": \"2020-03-25T09:13:11.6918319Z\",\r\n \"duration\": \"PT0.5388692S\",\r\n \"correlationId\": \"d739b9ad-582a-4653-8eaf-c9d0298ba601\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"eastus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": []\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/resourcegroups/ps6304/providers/Microsoft.Resources/deployments/ps7102?api-version=2019-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYjlmMTM4YTEtMWQ2NC00MTA4LTg0MTMtOWVhM2JlMWMxYjJkL3Jlc291cmNlZ3JvdXBzL3BzNjMwNC9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9wczcxMDI/YXBpLXZlcnNpb249MjAxOS0xMC0wMQ==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "d0633edc-d79c-4e9d-86e8-2f90a1ab2078" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.27110.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/3.4.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Retry-After": [ - "0" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11987" - ], - "x-ms-request-id": [ - "0c464119-162f-492f-8e58-7415b92d3383" - ], - "x-ms-correlation-request-id": [ - "0c464119-162f-492f-8e58-7415b92d3383" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20200325T091314Z:0c464119-162f-492f-8e58-7415b92d3383" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Wed, 25 Mar 2020 09:13:13 GMT" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Content-Length": [ - "780" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/resourceGroups/ps6304/providers/Microsoft.Resources/deployments/ps7102\",\r\n \"name\": \"ps7102\",\r\n \"type\": \"Microsoft.Resources/deployments\",\r\n \"tags\": {\r\n \"key2\": \"value2\",\r\n \"key1\": \"value1\"\r\n },\r\n \"properties\": {\r\n \"templateHash\": \"11821504941859434205\",\r\n \"parameters\": {\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2757\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"East US\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Accepted\",\r\n \"timestamp\": \"2020-03-25T09:13:11.6918319Z\",\r\n \"duration\": \"PT0.5388692S\",\r\n \"correlationId\": \"d739b9ad-582a-4653-8eaf-c9d0298ba601\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"eastus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": []\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/resourcegroups/ps6304/providers/Microsoft.Resources/deployments/ps7102?api-version=2019-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYjlmMTM4YTEtMWQ2NC00MTA4LTg0MTMtOWVhM2JlMWMxYjJkL3Jlc291cmNlZ3JvdXBzL3BzNjMwNC9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9wczcxMDI/YXBpLXZlcnNpb249MjAxOS0xMC0wMQ==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "41a586c6-c36a-4816-95d4-0d9d735283fb" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.27110.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/3.4.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Retry-After": [ - "0" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11985" - ], - "x-ms-request-id": [ - "733e36d0-d394-4f5c-bfaa-807ea467b0f7" - ], - "x-ms-correlation-request-id": [ - "733e36d0-d394-4f5c-bfaa-807ea467b0f7" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20200325T091314Z:733e36d0-d394-4f5c-bfaa-807ea467b0f7" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Wed, 25 Mar 2020 09:13:13 GMT" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Content-Length": [ - "780" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/resourceGroups/ps6304/providers/Microsoft.Resources/deployments/ps7102\",\r\n \"name\": \"ps7102\",\r\n \"type\": \"Microsoft.Resources/deployments\",\r\n \"tags\": {\r\n \"key2\": \"value2\",\r\n \"key1\": \"value1\"\r\n },\r\n \"properties\": {\r\n \"templateHash\": \"11821504941859434205\",\r\n \"parameters\": {\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2757\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"East US\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Accepted\",\r\n \"timestamp\": \"2020-03-25T09:13:11.6918319Z\",\r\n \"duration\": \"PT0.5388692S\",\r\n \"correlationId\": \"d739b9ad-582a-4653-8eaf-c9d0298ba601\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"eastus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": []\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/resourcegroups/ps6304/providers/Microsoft.Resources/deployments/ps7102?api-version=2019-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYjlmMTM4YTEtMWQ2NC00MTA4LTg0MTMtOWVhM2JlMWMxYjJkL3Jlc291cmNlZ3JvdXBzL3BzNjMwNC9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9wczcxMDI/YXBpLXZlcnNpb249MjAxOS0xMC0wMQ==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "c8ff7597-ce47-47e9-b165-067bbcb0d8e2" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.27110.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/3.4.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Retry-After": [ - "0" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11983" - ], - "x-ms-request-id": [ - "885b7ac7-f573-4fc8-972e-e86ba830c58b" - ], - "x-ms-correlation-request-id": [ - "885b7ac7-f573-4fc8-972e-e86ba830c58b" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20200325T091314Z:885b7ac7-f573-4fc8-972e-e86ba830c58b" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Wed, 25 Mar 2020 09:13:13 GMT" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Content-Length": [ - "780" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/resourceGroups/ps6304/providers/Microsoft.Resources/deployments/ps7102\",\r\n \"name\": \"ps7102\",\r\n \"type\": \"Microsoft.Resources/deployments\",\r\n \"tags\": {\r\n \"key2\": \"value2\",\r\n \"key1\": \"value1\"\r\n },\r\n \"properties\": {\r\n \"templateHash\": \"11821504941859434205\",\r\n \"parameters\": {\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2757\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"East US\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Accepted\",\r\n \"timestamp\": \"2020-03-25T09:13:11.6918319Z\",\r\n \"duration\": \"PT0.5388692S\",\r\n \"correlationId\": \"d739b9ad-582a-4653-8eaf-c9d0298ba601\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"eastus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": []\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/resourcegroups/ps6304/providers/Microsoft.Resources/deployments/ps7102?api-version=2019-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYjlmMTM4YTEtMWQ2NC00MTA4LTg0MTMtOWVhM2JlMWMxYjJkL3Jlc291cmNlZ3JvdXBzL3BzNjMwNC9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9wczcxMDI/YXBpLXZlcnNpb249MjAxOS0xMC0wMQ==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "cfb1a441-ebcc-45ae-8d65-f947680b2432" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.27110.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/3.4.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Retry-After": [ - "0" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11981" - ], - "x-ms-request-id": [ - "757f1835-5cae-4ebc-badf-d336fa61db6a" - ], - "x-ms-correlation-request-id": [ - "757f1835-5cae-4ebc-badf-d336fa61db6a" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20200325T091315Z:757f1835-5cae-4ebc-badf-d336fa61db6a" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Wed, 25 Mar 2020 09:13:14 GMT" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Content-Length": [ - "780" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/resourceGroups/ps6304/providers/Microsoft.Resources/deployments/ps7102\",\r\n \"name\": \"ps7102\",\r\n \"type\": \"Microsoft.Resources/deployments\",\r\n \"tags\": {\r\n \"key2\": \"value2\",\r\n \"key1\": \"value1\"\r\n },\r\n \"properties\": {\r\n \"templateHash\": \"11821504941859434205\",\r\n \"parameters\": {\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2757\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"East US\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Accepted\",\r\n \"timestamp\": \"2020-03-25T09:13:11.6918319Z\",\r\n \"duration\": \"PT0.5388692S\",\r\n \"correlationId\": \"d739b9ad-582a-4653-8eaf-c9d0298ba601\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"eastus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": []\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/resourcegroups/ps6304/providers/Microsoft.Resources/deployments/ps7102?api-version=2019-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYjlmMTM4YTEtMWQ2NC00MTA4LTg0MTMtOWVhM2JlMWMxYjJkL3Jlc291cmNlZ3JvdXBzL3BzNjMwNC9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9wczcxMDI/YXBpLXZlcnNpb249MjAxOS0xMC0wMQ==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "f7285815-f9d8-4bd2-9323-719cec8a4327" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.27110.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/3.4.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Retry-After": [ - "0" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11979" - ], - "x-ms-request-id": [ - "3e2b8ea2-21ad-45e5-9d74-40475ec0d5e7" - ], - "x-ms-correlation-request-id": [ - "3e2b8ea2-21ad-45e5-9d74-40475ec0d5e7" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20200325T091315Z:3e2b8ea2-21ad-45e5-9d74-40475ec0d5e7" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Wed, 25 Mar 2020 09:13:14 GMT" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Content-Length": [ - "780" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/resourceGroups/ps6304/providers/Microsoft.Resources/deployments/ps7102\",\r\n \"name\": \"ps7102\",\r\n \"type\": \"Microsoft.Resources/deployments\",\r\n \"tags\": {\r\n \"key2\": \"value2\",\r\n \"key1\": \"value1\"\r\n },\r\n \"properties\": {\r\n \"templateHash\": \"11821504941859434205\",\r\n \"parameters\": {\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2757\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"East US\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Accepted\",\r\n \"timestamp\": \"2020-03-25T09:13:11.6918319Z\",\r\n \"duration\": \"PT0.5388692S\",\r\n \"correlationId\": \"d739b9ad-582a-4653-8eaf-c9d0298ba601\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"eastus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": []\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/resourcegroups/ps6304/providers/Microsoft.Resources/deployments/ps7102?api-version=2019-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYjlmMTM4YTEtMWQ2NC00MTA4LTg0MTMtOWVhM2JlMWMxYjJkL3Jlc291cmNlZ3JvdXBzL3BzNjMwNC9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9wczcxMDI/YXBpLXZlcnNpb249MjAxOS0xMC0wMQ==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "ed4fda2d-c902-42eb-9ab7-907e6a224443" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.27110.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/3.4.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Retry-After": [ - "0" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11977" - ], - "x-ms-request-id": [ - "2a9bada7-88df-4961-ab53-c12fcaaca523" - ], - "x-ms-correlation-request-id": [ - "2a9bada7-88df-4961-ab53-c12fcaaca523" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20200325T091316Z:2a9bada7-88df-4961-ab53-c12fcaaca523" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Wed, 25 Mar 2020 09:13:15 GMT" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Content-Length": [ - "779" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/resourceGroups/ps6304/providers/Microsoft.Resources/deployments/ps7102\",\r\n \"name\": \"ps7102\",\r\n \"type\": \"Microsoft.Resources/deployments\",\r\n \"tags\": {\r\n \"key2\": \"value2\",\r\n \"key1\": \"value1\"\r\n },\r\n \"properties\": {\r\n \"templateHash\": \"11821504941859434205\",\r\n \"parameters\": {\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2757\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"East US\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2020-03-25T09:13:15.9902122Z\",\r\n \"duration\": \"PT4.8372495S\",\r\n \"correlationId\": \"d739b9ad-582a-4653-8eaf-c9d0298ba601\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"eastus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": []\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/resourcegroups/ps6304/providers/Microsoft.Resources/deployments/ps7102?api-version=2019-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYjlmMTM4YTEtMWQ2NC00MTA4LTg0MTMtOWVhM2JlMWMxYjJkL3Jlc291cmNlZ3JvdXBzL3BzNjMwNC9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9wczcxMDI/YXBpLXZlcnNpb249MjAxOS0xMC0wMQ==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "5387f6ba-c3a7-4f9c-8b89-495db61ee610" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.27110.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/3.4.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Retry-After": [ - "0" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11975" - ], - "x-ms-request-id": [ - "bc11dbc3-59a4-4a10-939f-7d833871fa3e" - ], - "x-ms-correlation-request-id": [ - "bc11dbc3-59a4-4a10-939f-7d833871fa3e" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20200325T091316Z:bc11dbc3-59a4-4a10-939f-7d833871fa3e" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Wed, 25 Mar 2020 09:13:15 GMT" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Content-Length": [ - "779" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/resourceGroups/ps6304/providers/Microsoft.Resources/deployments/ps7102\",\r\n \"name\": \"ps7102\",\r\n \"type\": \"Microsoft.Resources/deployments\",\r\n \"tags\": {\r\n \"key2\": \"value2\",\r\n \"key1\": \"value1\"\r\n },\r\n \"properties\": {\r\n \"templateHash\": \"11821504941859434205\",\r\n \"parameters\": {\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2757\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"East US\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2020-03-25T09:13:15.9902122Z\",\r\n \"duration\": \"PT4.8372495S\",\r\n \"correlationId\": \"d739b9ad-582a-4653-8eaf-c9d0298ba601\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"eastus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": []\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/resourcegroups/ps6304/providers/Microsoft.Resources/deployments/ps7102?api-version=2019-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYjlmMTM4YTEtMWQ2NC00MTA4LTg0MTMtOWVhM2JlMWMxYjJkL3Jlc291cmNlZ3JvdXBzL3BzNjMwNC9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9wczcxMDI/YXBpLXZlcnNpb249MjAxOS0xMC0wMQ==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "66fc864e-0b26-4276-bd3e-5f447f26d200" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.27110.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/3.4.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Retry-After": [ - "0" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11973" - ], - "x-ms-request-id": [ - "d57d4ce5-3393-465f-8b96-cd2b42081051" - ], - "x-ms-correlation-request-id": [ - "d57d4ce5-3393-465f-8b96-cd2b42081051" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20200325T091316Z:d57d4ce5-3393-465f-8b96-cd2b42081051" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Wed, 25 Mar 2020 09:13:15 GMT" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Content-Length": [ - "779" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/resourceGroups/ps6304/providers/Microsoft.Resources/deployments/ps7102\",\r\n \"name\": \"ps7102\",\r\n \"type\": \"Microsoft.Resources/deployments\",\r\n \"tags\": {\r\n \"key2\": \"value2\",\r\n \"key1\": \"value1\"\r\n },\r\n \"properties\": {\r\n \"templateHash\": \"11821504941859434205\",\r\n \"parameters\": {\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2757\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"East US\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2020-03-25T09:13:15.9902122Z\",\r\n \"duration\": \"PT4.8372495S\",\r\n \"correlationId\": \"d739b9ad-582a-4653-8eaf-c9d0298ba601\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"eastus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": []\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/resourcegroups/ps6304/providers/Microsoft.Resources/deployments/ps7102?api-version=2019-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYjlmMTM4YTEtMWQ2NC00MTA4LTg0MTMtOWVhM2JlMWMxYjJkL3Jlc291cmNlZ3JvdXBzL3BzNjMwNC9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9wczcxMDI/YXBpLXZlcnNpb249MjAxOS0xMC0wMQ==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "7e1eed81-cb21-4cf7-9d19-ef8b080184f0" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.27110.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/3.4.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Retry-After": [ - "0" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11971" - ], - "x-ms-request-id": [ - "2ccf801f-1c81-4c3c-96b0-00e49d62708c" - ], - "x-ms-correlation-request-id": [ - "2ccf801f-1c81-4c3c-96b0-00e49d62708c" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20200325T091317Z:2ccf801f-1c81-4c3c-96b0-00e49d62708c" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Wed, 25 Mar 2020 09:13:16 GMT" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Content-Length": [ - "779" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/resourceGroups/ps6304/providers/Microsoft.Resources/deployments/ps7102\",\r\n \"name\": \"ps7102\",\r\n \"type\": \"Microsoft.Resources/deployments\",\r\n \"tags\": {\r\n \"key2\": \"value2\",\r\n \"key1\": \"value1\"\r\n },\r\n \"properties\": {\r\n \"templateHash\": \"11821504941859434205\",\r\n \"parameters\": {\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2757\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"East US\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2020-03-25T09:13:15.9902122Z\",\r\n \"duration\": \"PT4.8372495S\",\r\n \"correlationId\": \"d739b9ad-582a-4653-8eaf-c9d0298ba601\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"eastus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": []\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/resourcegroups/ps6304/providers/Microsoft.Resources/deployments/ps7102?api-version=2019-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYjlmMTM4YTEtMWQ2NC00MTA4LTg0MTMtOWVhM2JlMWMxYjJkL3Jlc291cmNlZ3JvdXBzL3BzNjMwNC9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9wczcxMDI/YXBpLXZlcnNpb249MjAxOS0xMC0wMQ==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "57c470a8-ba49-4eb2-a25f-06390f870794" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.27110.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/3.4.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Retry-After": [ - "0" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11969" - ], - "x-ms-request-id": [ - "b0dedda4-2097-4166-b2f9-083709ab422e" - ], - "x-ms-correlation-request-id": [ - "b0dedda4-2097-4166-b2f9-083709ab422e" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20200325T091317Z:b0dedda4-2097-4166-b2f9-083709ab422e" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Wed, 25 Mar 2020 09:13:16 GMT" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Content-Length": [ - "779" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/resourceGroups/ps6304/providers/Microsoft.Resources/deployments/ps7102\",\r\n \"name\": \"ps7102\",\r\n \"type\": \"Microsoft.Resources/deployments\",\r\n \"tags\": {\r\n \"key2\": \"value2\",\r\n \"key1\": \"value1\"\r\n },\r\n \"properties\": {\r\n \"templateHash\": \"11821504941859434205\",\r\n \"parameters\": {\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2757\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"East US\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2020-03-25T09:13:15.9902122Z\",\r\n \"duration\": \"PT4.8372495S\",\r\n \"correlationId\": \"d739b9ad-582a-4653-8eaf-c9d0298ba601\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"eastus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": []\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/resourcegroups/ps6304/providers/Microsoft.Resources/deployments/ps7102?api-version=2019-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYjlmMTM4YTEtMWQ2NC00MTA4LTg0MTMtOWVhM2JlMWMxYjJkL3Jlc291cmNlZ3JvdXBzL3BzNjMwNC9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9wczcxMDI/YXBpLXZlcnNpb249MjAxOS0xMC0wMQ==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "cc46bfb4-e6fb-4465-b906-b4731a21ce14" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.27110.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/3.4.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Retry-After": [ - "0" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11967" - ], - "x-ms-request-id": [ - "5b74b468-9a02-48ac-9882-0ae938a16b12" - ], - "x-ms-correlation-request-id": [ - "5b74b468-9a02-48ac-9882-0ae938a16b12" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20200325T091317Z:5b74b468-9a02-48ac-9882-0ae938a16b12" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Wed, 25 Mar 2020 09:13:16 GMT" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Content-Length": [ - "779" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/resourceGroups/ps6304/providers/Microsoft.Resources/deployments/ps7102\",\r\n \"name\": \"ps7102\",\r\n \"type\": \"Microsoft.Resources/deployments\",\r\n \"tags\": {\r\n \"key2\": \"value2\",\r\n \"key1\": \"value1\"\r\n },\r\n \"properties\": {\r\n \"templateHash\": \"11821504941859434205\",\r\n \"parameters\": {\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2757\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"East US\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2020-03-25T09:13:15.9902122Z\",\r\n \"duration\": \"PT4.8372495S\",\r\n \"correlationId\": \"d739b9ad-582a-4653-8eaf-c9d0298ba601\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"eastus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": []\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/resourcegroups/ps6304/providers/Microsoft.Resources/deployments/ps7102?api-version=2019-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYjlmMTM4YTEtMWQ2NC00MTA4LTg0MTMtOWVhM2JlMWMxYjJkL3Jlc291cmNlZ3JvdXBzL3BzNjMwNC9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9wczcxMDI/YXBpLXZlcnNpb249MjAxOS0xMC0wMQ==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "71b2313f-079b-470f-a429-b1d4b14cc8da" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.27110.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/3.4.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Retry-After": [ - "0" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11965" - ], - "x-ms-request-id": [ - "27f69d50-bb10-4c87-af66-42350687d83f" - ], - "x-ms-correlation-request-id": [ - "27f69d50-bb10-4c87-af66-42350687d83f" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20200325T091318Z:27f69d50-bb10-4c87-af66-42350687d83f" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Wed, 25 Mar 2020 09:13:17 GMT" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Content-Length": [ - "779" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/resourceGroups/ps6304/providers/Microsoft.Resources/deployments/ps7102\",\r\n \"name\": \"ps7102\",\r\n \"type\": \"Microsoft.Resources/deployments\",\r\n \"tags\": {\r\n \"key2\": \"value2\",\r\n \"key1\": \"value1\"\r\n },\r\n \"properties\": {\r\n \"templateHash\": \"11821504941859434205\",\r\n \"parameters\": {\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2757\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"East US\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2020-03-25T09:13:17.7308814Z\",\r\n \"duration\": \"PT6.5779187S\",\r\n \"correlationId\": \"d739b9ad-582a-4653-8eaf-c9d0298ba601\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"eastus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": []\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/resourcegroups/ps6304/providers/Microsoft.Resources/deployments/ps7102?api-version=2019-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYjlmMTM4YTEtMWQ2NC00MTA4LTg0MTMtOWVhM2JlMWMxYjJkL3Jlc291cmNlZ3JvdXBzL3BzNjMwNC9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9wczcxMDI/YXBpLXZlcnNpb249MjAxOS0xMC0wMQ==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "59c7afe8-25fe-42de-8128-381c3f975407" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.27110.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/3.4.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Retry-After": [ - "0" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11963" - ], - "x-ms-request-id": [ - "a2bf6a5f-8898-4b1b-a8ee-a58f2b7d2455" - ], - "x-ms-correlation-request-id": [ - "a2bf6a5f-8898-4b1b-a8ee-a58f2b7d2455" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20200325T091318Z:a2bf6a5f-8898-4b1b-a8ee-a58f2b7d2455" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Wed, 25 Mar 2020 09:13:17 GMT" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Content-Length": [ - "779" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/resourceGroups/ps6304/providers/Microsoft.Resources/deployments/ps7102\",\r\n \"name\": \"ps7102\",\r\n \"type\": \"Microsoft.Resources/deployments\",\r\n \"tags\": {\r\n \"key2\": \"value2\",\r\n \"key1\": \"value1\"\r\n },\r\n \"properties\": {\r\n \"templateHash\": \"11821504941859434205\",\r\n \"parameters\": {\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2757\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"East US\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2020-03-25T09:13:17.7308814Z\",\r\n \"duration\": \"PT6.5779187S\",\r\n \"correlationId\": \"d739b9ad-582a-4653-8eaf-c9d0298ba601\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"eastus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": []\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/resourcegroups/ps6304/providers/Microsoft.Resources/deployments/ps7102?api-version=2019-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYjlmMTM4YTEtMWQ2NC00MTA4LTg0MTMtOWVhM2JlMWMxYjJkL3Jlc291cmNlZ3JvdXBzL3BzNjMwNC9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9wczcxMDI/YXBpLXZlcnNpb249MjAxOS0xMC0wMQ==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "8e85ae9e-040d-42d0-b68f-1d72f8627e73" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.27110.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/3.4.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Retry-After": [ - "0" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11961" - ], - "x-ms-request-id": [ - "aba910df-d06c-4fcb-8bc5-5ea3e577ff99" - ], - "x-ms-correlation-request-id": [ - "aba910df-d06c-4fcb-8bc5-5ea3e577ff99" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20200325T091318Z:aba910df-d06c-4fcb-8bc5-5ea3e577ff99" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Wed, 25 Mar 2020 09:13:17 GMT" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Content-Length": [ - "779" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/resourceGroups/ps6304/providers/Microsoft.Resources/deployments/ps7102\",\r\n \"name\": \"ps7102\",\r\n \"type\": \"Microsoft.Resources/deployments\",\r\n \"tags\": {\r\n \"key2\": \"value2\",\r\n \"key1\": \"value1\"\r\n },\r\n \"properties\": {\r\n \"templateHash\": \"11821504941859434205\",\r\n \"parameters\": {\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2757\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"East US\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2020-03-25T09:13:17.7308814Z\",\r\n \"duration\": \"PT6.5779187S\",\r\n \"correlationId\": \"d739b9ad-582a-4653-8eaf-c9d0298ba601\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"eastus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": []\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/resourcegroups/ps6304/providers/Microsoft.Resources/deployments/ps7102?api-version=2019-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYjlmMTM4YTEtMWQ2NC00MTA4LTg0MTMtOWVhM2JlMWMxYjJkL3Jlc291cmNlZ3JvdXBzL3BzNjMwNC9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9wczcxMDI/YXBpLXZlcnNpb249MjAxOS0xMC0wMQ==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "012fa0ab-6b2e-48ef-ab30-ce1a3869769b" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.27110.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/3.4.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Retry-After": [ - "0" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11959" - ], - "x-ms-request-id": [ - "7fb02f31-4869-4519-b382-1038ee2f85f0" - ], - "x-ms-correlation-request-id": [ - "7fb02f31-4869-4519-b382-1038ee2f85f0" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20200325T091319Z:7fb02f31-4869-4519-b382-1038ee2f85f0" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Wed, 25 Mar 2020 09:13:18 GMT" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Content-Length": [ - "779" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/resourceGroups/ps6304/providers/Microsoft.Resources/deployments/ps7102\",\r\n \"name\": \"ps7102\",\r\n \"type\": \"Microsoft.Resources/deployments\",\r\n \"tags\": {\r\n \"key2\": \"value2\",\r\n \"key1\": \"value1\"\r\n },\r\n \"properties\": {\r\n \"templateHash\": \"11821504941859434205\",\r\n \"parameters\": {\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2757\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"East US\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2020-03-25T09:13:17.7308814Z\",\r\n \"duration\": \"PT6.5779187S\",\r\n \"correlationId\": \"d739b9ad-582a-4653-8eaf-c9d0298ba601\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"eastus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": []\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/resourcegroups/ps6304/providers/Microsoft.Resources/deployments/ps7102?api-version=2019-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYjlmMTM4YTEtMWQ2NC00MTA4LTg0MTMtOWVhM2JlMWMxYjJkL3Jlc291cmNlZ3JvdXBzL3BzNjMwNC9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9wczcxMDI/YXBpLXZlcnNpb249MjAxOS0xMC0wMQ==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "682f085b-1ab8-4413-9990-94f8d3b443a8" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.27110.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/3.4.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Retry-After": [ - "0" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11957" - ], - "x-ms-request-id": [ - "8fe452ff-5f1d-464b-9d02-e6a6de9cfb8e" - ], - "x-ms-correlation-request-id": [ - "8fe452ff-5f1d-464b-9d02-e6a6de9cfb8e" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20200325T091319Z:8fe452ff-5f1d-464b-9d02-e6a6de9cfb8e" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Wed, 25 Mar 2020 09:13:18 GMT" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Content-Length": [ - "779" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/resourceGroups/ps6304/providers/Microsoft.Resources/deployments/ps7102\",\r\n \"name\": \"ps7102\",\r\n \"type\": \"Microsoft.Resources/deployments\",\r\n \"tags\": {\r\n \"key2\": \"value2\",\r\n \"key1\": \"value1\"\r\n },\r\n \"properties\": {\r\n \"templateHash\": \"11821504941859434205\",\r\n \"parameters\": {\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2757\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"East US\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2020-03-25T09:13:17.7308814Z\",\r\n \"duration\": \"PT6.5779187S\",\r\n \"correlationId\": \"d739b9ad-582a-4653-8eaf-c9d0298ba601\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"eastus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": []\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/resourcegroups/ps6304/providers/Microsoft.Resources/deployments/ps7102?api-version=2019-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYjlmMTM4YTEtMWQ2NC00MTA4LTg0MTMtOWVhM2JlMWMxYjJkL3Jlc291cmNlZ3JvdXBzL3BzNjMwNC9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9wczcxMDI/YXBpLXZlcnNpb249MjAxOS0xMC0wMQ==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "53262dfc-27a8-4397-b45c-07af7c90d616" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.27110.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/3.4.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Retry-After": [ - "0" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11955" - ], - "x-ms-request-id": [ - "ba899bdc-fc24-477d-b7d0-e78c09b5b33e" - ], - "x-ms-correlation-request-id": [ - "ba899bdc-fc24-477d-b7d0-e78c09b5b33e" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20200325T091319Z:ba899bdc-fc24-477d-b7d0-e78c09b5b33e" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Wed, 25 Mar 2020 09:13:19 GMT" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Content-Length": [ - "779" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/resourceGroups/ps6304/providers/Microsoft.Resources/deployments/ps7102\",\r\n \"name\": \"ps7102\",\r\n \"type\": \"Microsoft.Resources/deployments\",\r\n \"tags\": {\r\n \"key2\": \"value2\",\r\n \"key1\": \"value1\"\r\n },\r\n \"properties\": {\r\n \"templateHash\": \"11821504941859434205\",\r\n \"parameters\": {\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2757\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"East US\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2020-03-25T09:13:17.7308814Z\",\r\n \"duration\": \"PT6.5779187S\",\r\n \"correlationId\": \"d739b9ad-582a-4653-8eaf-c9d0298ba601\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"eastus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": []\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/resourcegroups/ps6304/providers/Microsoft.Resources/deployments/ps7102?api-version=2019-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYjlmMTM4YTEtMWQ2NC00MTA4LTg0MTMtOWVhM2JlMWMxYjJkL3Jlc291cmNlZ3JvdXBzL3BzNjMwNC9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9wczcxMDI/YXBpLXZlcnNpb249MjAxOS0xMC0wMQ==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "dd9809e9-c396-42dd-9bdb-971191a2670f" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.27110.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/3.4.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Retry-After": [ - "0" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11953" - ], - "x-ms-request-id": [ - "8c58596a-3178-4b7a-8b8a-0689b23a57ff" - ], - "x-ms-correlation-request-id": [ - "8c58596a-3178-4b7a-8b8a-0689b23a57ff" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20200325T091320Z:8c58596a-3178-4b7a-8b8a-0689b23a57ff" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Wed, 25 Mar 2020 09:13:19 GMT" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Content-Length": [ - "779" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/resourceGroups/ps6304/providers/Microsoft.Resources/deployments/ps7102\",\r\n \"name\": \"ps7102\",\r\n \"type\": \"Microsoft.Resources/deployments\",\r\n \"tags\": {\r\n \"key2\": \"value2\",\r\n \"key1\": \"value1\"\r\n },\r\n \"properties\": {\r\n \"templateHash\": \"11821504941859434205\",\r\n \"parameters\": {\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2757\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"East US\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2020-03-25T09:13:17.7308814Z\",\r\n \"duration\": \"PT6.5779187S\",\r\n \"correlationId\": \"d739b9ad-582a-4653-8eaf-c9d0298ba601\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"eastus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": []\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/resourcegroups/ps6304/providers/Microsoft.Resources/deployments/ps7102?api-version=2019-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYjlmMTM4YTEtMWQ2NC00MTA4LTg0MTMtOWVhM2JlMWMxYjJkL3Jlc291cmNlZ3JvdXBzL3BzNjMwNC9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9wczcxMDI/YXBpLXZlcnNpb249MjAxOS0xMC0wMQ==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "05e64759-1e99-438c-8ad3-6b0072fffcc5" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.27110.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/3.4.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Retry-After": [ - "0" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11951" - ], - "x-ms-request-id": [ - "9e32b4a3-98fc-44ac-96e3-b9ce2d6198dc" - ], - "x-ms-correlation-request-id": [ - "9e32b4a3-98fc-44ac-96e3-b9ce2d6198dc" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20200325T091320Z:9e32b4a3-98fc-44ac-96e3-b9ce2d6198dc" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Wed, 25 Mar 2020 09:13:20 GMT" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Content-Length": [ - "779" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/resourceGroups/ps6304/providers/Microsoft.Resources/deployments/ps7102\",\r\n \"name\": \"ps7102\",\r\n \"type\": \"Microsoft.Resources/deployments\",\r\n \"tags\": {\r\n \"key2\": \"value2\",\r\n \"key1\": \"value1\"\r\n },\r\n \"properties\": {\r\n \"templateHash\": \"11821504941859434205\",\r\n \"parameters\": {\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2757\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"East US\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2020-03-25T09:13:17.7308814Z\",\r\n \"duration\": \"PT6.5779187S\",\r\n \"correlationId\": \"d739b9ad-582a-4653-8eaf-c9d0298ba601\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"eastus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": []\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/resourcegroups/ps6304/providers/Microsoft.Resources/deployments/ps7102?api-version=2019-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYjlmMTM4YTEtMWQ2NC00MTA4LTg0MTMtOWVhM2JlMWMxYjJkL3Jlc291cmNlZ3JvdXBzL3BzNjMwNC9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9wczcxMDI/YXBpLXZlcnNpb249MjAxOS0xMC0wMQ==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "f77b164a-37a8-4247-9510-099742acf96e" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.27110.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/3.4.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Retry-After": [ - "0" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11949" - ], - "x-ms-request-id": [ - "76376956-41d1-4307-9eaf-aa858dea3787" - ], - "x-ms-correlation-request-id": [ - "76376956-41d1-4307-9eaf-aa858dea3787" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20200325T091321Z:76376956-41d1-4307-9eaf-aa858dea3787" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Wed, 25 Mar 2020 09:13:20 GMT" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Content-Length": [ - "779" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/resourceGroups/ps6304/providers/Microsoft.Resources/deployments/ps7102\",\r\n \"name\": \"ps7102\",\r\n \"type\": \"Microsoft.Resources/deployments\",\r\n \"tags\": {\r\n \"key2\": \"value2\",\r\n \"key1\": \"value1\"\r\n },\r\n \"properties\": {\r\n \"templateHash\": \"11821504941859434205\",\r\n \"parameters\": {\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2757\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"East US\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2020-03-25T09:13:17.7308814Z\",\r\n \"duration\": \"PT6.5779187S\",\r\n \"correlationId\": \"d739b9ad-582a-4653-8eaf-c9d0298ba601\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"eastus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": []\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/resourcegroups/ps6304/providers/Microsoft.Resources/deployments/ps7102?api-version=2019-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYjlmMTM4YTEtMWQ2NC00MTA4LTg0MTMtOWVhM2JlMWMxYjJkL3Jlc291cmNlZ3JvdXBzL3BzNjMwNC9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9wczcxMDI/YXBpLXZlcnNpb249MjAxOS0xMC0wMQ==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "1896abc3-c402-4535-a6a7-c92967b1f54c" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.27110.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/3.4.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Retry-After": [ - "0" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11947" - ], - "x-ms-request-id": [ - "3b3a8dbc-07ac-4cd1-9185-dd67601a537f" - ], - "x-ms-correlation-request-id": [ - "3b3a8dbc-07ac-4cd1-9185-dd67601a537f" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20200325T091321Z:3b3a8dbc-07ac-4cd1-9185-dd67601a537f" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Wed, 25 Mar 2020 09:13:20 GMT" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Content-Length": [ - "779" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/resourceGroups/ps6304/providers/Microsoft.Resources/deployments/ps7102\",\r\n \"name\": \"ps7102\",\r\n \"type\": \"Microsoft.Resources/deployments\",\r\n \"tags\": {\r\n \"key2\": \"value2\",\r\n \"key1\": \"value1\"\r\n },\r\n \"properties\": {\r\n \"templateHash\": \"11821504941859434205\",\r\n \"parameters\": {\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2757\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"East US\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2020-03-25T09:13:17.7308814Z\",\r\n \"duration\": \"PT6.5779187S\",\r\n \"correlationId\": \"d739b9ad-582a-4653-8eaf-c9d0298ba601\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"eastus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": []\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/resourcegroups/ps6304/providers/Microsoft.Resources/deployments/ps7102?api-version=2019-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYjlmMTM4YTEtMWQ2NC00MTA4LTg0MTMtOWVhM2JlMWMxYjJkL3Jlc291cmNlZ3JvdXBzL3BzNjMwNC9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9wczcxMDI/YXBpLXZlcnNpb249MjAxOS0xMC0wMQ==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "51a968ef-cca5-4519-a124-46f1f44d2639" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.27110.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/3.4.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Retry-After": [ - "0" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11945" - ], - "x-ms-request-id": [ - "cfdab14a-ebb8-4021-8424-0d41dc30bae9" - ], - "x-ms-correlation-request-id": [ - "cfdab14a-ebb8-4021-8424-0d41dc30bae9" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20200325T091321Z:cfdab14a-ebb8-4021-8424-0d41dc30bae9" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Wed, 25 Mar 2020 09:13:20 GMT" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Content-Length": [ - "779" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/resourceGroups/ps6304/providers/Microsoft.Resources/deployments/ps7102\",\r\n \"name\": \"ps7102\",\r\n \"type\": \"Microsoft.Resources/deployments\",\r\n \"tags\": {\r\n \"key2\": \"value2\",\r\n \"key1\": \"value1\"\r\n },\r\n \"properties\": {\r\n \"templateHash\": \"11821504941859434205\",\r\n \"parameters\": {\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2757\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"East US\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2020-03-25T09:13:17.7308814Z\",\r\n \"duration\": \"PT6.5779187S\",\r\n \"correlationId\": \"d739b9ad-582a-4653-8eaf-c9d0298ba601\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"eastus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": []\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/resourcegroups/ps6304/providers/Microsoft.Resources/deployments/ps7102?api-version=2019-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYjlmMTM4YTEtMWQ2NC00MTA4LTg0MTMtOWVhM2JlMWMxYjJkL3Jlc291cmNlZ3JvdXBzL3BzNjMwNC9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9wczcxMDI/YXBpLXZlcnNpb249MjAxOS0xMC0wMQ==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "d6f527ef-f9df-4497-9826-6482ef289e3a" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.27110.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/3.4.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Retry-After": [ - "0" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11943" - ], - "x-ms-request-id": [ - "ce407bcf-97cb-4a11-81d2-8d44426fe835" - ], - "x-ms-correlation-request-id": [ - "ce407bcf-97cb-4a11-81d2-8d44426fe835" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20200325T091321Z:ce407bcf-97cb-4a11-81d2-8d44426fe835" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Wed, 25 Mar 2020 09:13:21 GMT" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Content-Length": [ - "779" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/resourceGroups/ps6304/providers/Microsoft.Resources/deployments/ps7102\",\r\n \"name\": \"ps7102\",\r\n \"type\": \"Microsoft.Resources/deployments\",\r\n \"tags\": {\r\n \"key2\": \"value2\",\r\n \"key1\": \"value1\"\r\n },\r\n \"properties\": {\r\n \"templateHash\": \"11821504941859434205\",\r\n \"parameters\": {\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2757\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"East US\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2020-03-25T09:13:17.7308814Z\",\r\n \"duration\": \"PT6.5779187S\",\r\n \"correlationId\": \"d739b9ad-582a-4653-8eaf-c9d0298ba601\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"eastus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": []\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/resourcegroups/ps6304/providers/Microsoft.Resources/deployments/ps7102?api-version=2019-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYjlmMTM4YTEtMWQ2NC00MTA4LTg0MTMtOWVhM2JlMWMxYjJkL3Jlc291cmNlZ3JvdXBzL3BzNjMwNC9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9wczcxMDI/YXBpLXZlcnNpb249MjAxOS0xMC0wMQ==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "e8b944e5-3e96-4e31-9963-33705acea395" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.27110.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/3.4.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Retry-After": [ - "0" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11941" - ], - "x-ms-request-id": [ - "0c13171a-938d-4d14-9fda-e99b8f07a2a0" - ], - "x-ms-correlation-request-id": [ - "0c13171a-938d-4d14-9fda-e99b8f07a2a0" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20200325T091322Z:0c13171a-938d-4d14-9fda-e99b8f07a2a0" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Wed, 25 Mar 2020 09:13:21 GMT" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Content-Length": [ - "779" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/resourceGroups/ps6304/providers/Microsoft.Resources/deployments/ps7102\",\r\n \"name\": \"ps7102\",\r\n \"type\": \"Microsoft.Resources/deployments\",\r\n \"tags\": {\r\n \"key2\": \"value2\",\r\n \"key1\": \"value1\"\r\n },\r\n \"properties\": {\r\n \"templateHash\": \"11821504941859434205\",\r\n \"parameters\": {\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2757\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"East US\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2020-03-25T09:13:17.7308814Z\",\r\n \"duration\": \"PT6.5779187S\",\r\n \"correlationId\": \"d739b9ad-582a-4653-8eaf-c9d0298ba601\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"eastus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": []\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/resourcegroups/ps6304/providers/Microsoft.Resources/deployments/ps7102?api-version=2019-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYjlmMTM4YTEtMWQ2NC00MTA4LTg0MTMtOWVhM2JlMWMxYjJkL3Jlc291cmNlZ3JvdXBzL3BzNjMwNC9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9wczcxMDI/YXBpLXZlcnNpb249MjAxOS0xMC0wMQ==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "7a7213ac-47f4-4740-a30f-e34e07c4d90c" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.27110.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/3.4.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Retry-After": [ - "0" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11939" - ], - "x-ms-request-id": [ - "f5669d4c-28e1-49ba-98bd-2c2372c4e3c2" - ], - "x-ms-correlation-request-id": [ - "f5669d4c-28e1-49ba-98bd-2c2372c4e3c2" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20200325T091322Z:f5669d4c-28e1-49ba-98bd-2c2372c4e3c2" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Wed, 25 Mar 2020 09:13:21 GMT" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Content-Length": [ - "779" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/resourceGroups/ps6304/providers/Microsoft.Resources/deployments/ps7102\",\r\n \"name\": \"ps7102\",\r\n \"type\": \"Microsoft.Resources/deployments\",\r\n \"tags\": {\r\n \"key2\": \"value2\",\r\n \"key1\": \"value1\"\r\n },\r\n \"properties\": {\r\n \"templateHash\": \"11821504941859434205\",\r\n \"parameters\": {\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2757\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"East US\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2020-03-25T09:13:17.7308814Z\",\r\n \"duration\": \"PT6.5779187S\",\r\n \"correlationId\": \"d739b9ad-582a-4653-8eaf-c9d0298ba601\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"eastus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": []\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/resourcegroups/ps6304/providers/Microsoft.Resources/deployments/ps7102?api-version=2019-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYjlmMTM4YTEtMWQ2NC00MTA4LTg0MTMtOWVhM2JlMWMxYjJkL3Jlc291cmNlZ3JvdXBzL3BzNjMwNC9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9wczcxMDI/YXBpLXZlcnNpb249MjAxOS0xMC0wMQ==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "ebb18250-fac4-49b6-aeeb-0906fb821338" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.27110.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/3.4.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Retry-After": [ - "0" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11937" - ], - "x-ms-request-id": [ - "e44dd14e-7ed1-4389-bd13-6bd95dd53207" - ], - "x-ms-correlation-request-id": [ - "e44dd14e-7ed1-4389-bd13-6bd95dd53207" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20200325T091322Z:e44dd14e-7ed1-4389-bd13-6bd95dd53207" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Wed, 25 Mar 2020 09:13:22 GMT" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Content-Length": [ - "779" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/resourceGroups/ps6304/providers/Microsoft.Resources/deployments/ps7102\",\r\n \"name\": \"ps7102\",\r\n \"type\": \"Microsoft.Resources/deployments\",\r\n \"tags\": {\r\n \"key2\": \"value2\",\r\n \"key1\": \"value1\"\r\n },\r\n \"properties\": {\r\n \"templateHash\": \"11821504941859434205\",\r\n \"parameters\": {\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2757\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"East US\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2020-03-25T09:13:17.7308814Z\",\r\n \"duration\": \"PT6.5779187S\",\r\n \"correlationId\": \"d739b9ad-582a-4653-8eaf-c9d0298ba601\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"eastus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": []\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/resourcegroups/ps6304/providers/Microsoft.Resources/deployments/ps7102?api-version=2019-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYjlmMTM4YTEtMWQ2NC00MTA4LTg0MTMtOWVhM2JlMWMxYjJkL3Jlc291cmNlZ3JvdXBzL3BzNjMwNC9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9wczcxMDI/YXBpLXZlcnNpb249MjAxOS0xMC0wMQ==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "7b854c3f-7eaa-4474-abf2-5cea4e9fc521" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.27110.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/3.4.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Retry-After": [ - "0" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11935" - ], - "x-ms-request-id": [ - "857c0068-b1c1-4ec7-9e96-2a10dba1b494" - ], - "x-ms-correlation-request-id": [ - "857c0068-b1c1-4ec7-9e96-2a10dba1b494" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20200325T091323Z:857c0068-b1c1-4ec7-9e96-2a10dba1b494" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Wed, 25 Mar 2020 09:13:22 GMT" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Content-Length": [ - "779" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/resourceGroups/ps6304/providers/Microsoft.Resources/deployments/ps7102\",\r\n \"name\": \"ps7102\",\r\n \"type\": \"Microsoft.Resources/deployments\",\r\n \"tags\": {\r\n \"key2\": \"value2\",\r\n \"key1\": \"value1\"\r\n },\r\n \"properties\": {\r\n \"templateHash\": \"11821504941859434205\",\r\n \"parameters\": {\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2757\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"East US\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2020-03-25T09:13:17.7308814Z\",\r\n \"duration\": \"PT6.5779187S\",\r\n \"correlationId\": \"d739b9ad-582a-4653-8eaf-c9d0298ba601\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"eastus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": []\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/resourcegroups/ps6304/providers/Microsoft.Resources/deployments/ps7102?api-version=2019-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYjlmMTM4YTEtMWQ2NC00MTA4LTg0MTMtOWVhM2JlMWMxYjJkL3Jlc291cmNlZ3JvdXBzL3BzNjMwNC9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9wczcxMDI/YXBpLXZlcnNpb249MjAxOS0xMC0wMQ==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "e7edc1ef-6181-4c00-a456-bc2f73ab4d4c" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.27110.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/3.4.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Retry-After": [ - "0" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11933" - ], - "x-ms-request-id": [ - "44d0bd44-0143-4a7f-98de-5aa1e29c6f6f" - ], - "x-ms-correlation-request-id": [ - "44d0bd44-0143-4a7f-98de-5aa1e29c6f6f" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20200325T091323Z:44d0bd44-0143-4a7f-98de-5aa1e29c6f6f" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Wed, 25 Mar 2020 09:13:22 GMT" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Content-Length": [ - "779" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/resourceGroups/ps6304/providers/Microsoft.Resources/deployments/ps7102\",\r\n \"name\": \"ps7102\",\r\n \"type\": \"Microsoft.Resources/deployments\",\r\n \"tags\": {\r\n \"key2\": \"value2\",\r\n \"key1\": \"value1\"\r\n },\r\n \"properties\": {\r\n \"templateHash\": \"11821504941859434205\",\r\n \"parameters\": {\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2757\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"East US\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2020-03-25T09:13:17.7308814Z\",\r\n \"duration\": \"PT6.5779187S\",\r\n \"correlationId\": \"d739b9ad-582a-4653-8eaf-c9d0298ba601\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"eastus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": []\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/resourcegroups/ps6304/providers/Microsoft.Resources/deployments/ps7102?api-version=2019-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYjlmMTM4YTEtMWQ2NC00MTA4LTg0MTMtOWVhM2JlMWMxYjJkL3Jlc291cmNlZ3JvdXBzL3BzNjMwNC9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9wczcxMDI/YXBpLXZlcnNpb249MjAxOS0xMC0wMQ==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "8b83357a-f5df-4734-a5e4-18f540f0eff7" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.27110.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/3.4.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Retry-After": [ - "0" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11931" - ], - "x-ms-request-id": [ - "59230c9f-a9e6-4c2b-9d2b-2dffe0b1c9fa" - ], - "x-ms-correlation-request-id": [ - "59230c9f-a9e6-4c2b-9d2b-2dffe0b1c9fa" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20200325T091323Z:59230c9f-a9e6-4c2b-9d2b-2dffe0b1c9fa" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Wed, 25 Mar 2020 09:13:22 GMT" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Content-Length": [ - "779" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/resourceGroups/ps6304/providers/Microsoft.Resources/deployments/ps7102\",\r\n \"name\": \"ps7102\",\r\n \"type\": \"Microsoft.Resources/deployments\",\r\n \"tags\": {\r\n \"key2\": \"value2\",\r\n \"key1\": \"value1\"\r\n },\r\n \"properties\": {\r\n \"templateHash\": \"11821504941859434205\",\r\n \"parameters\": {\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2757\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"East US\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2020-03-25T09:13:17.7308814Z\",\r\n \"duration\": \"PT6.5779187S\",\r\n \"correlationId\": \"d739b9ad-582a-4653-8eaf-c9d0298ba601\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"eastus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": []\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/resourcegroups/ps6304/providers/Microsoft.Resources/deployments/ps7102?api-version=2019-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYjlmMTM4YTEtMWQ2NC00MTA4LTg0MTMtOWVhM2JlMWMxYjJkL3Jlc291cmNlZ3JvdXBzL3BzNjMwNC9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9wczcxMDI/YXBpLXZlcnNpb249MjAxOS0xMC0wMQ==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "278ddf8d-e5d8-480f-b849-84afdab5e58a" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.27110.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/3.4.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Retry-After": [ - "0" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11929" - ], - "x-ms-request-id": [ - "0ce7734a-c5f2-4d59-918f-1a086809dfe6" - ], - "x-ms-correlation-request-id": [ - "0ce7734a-c5f2-4d59-918f-1a086809dfe6" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20200325T091324Z:0ce7734a-c5f2-4d59-918f-1a086809dfe6" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Wed, 25 Mar 2020 09:13:23 GMT" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Content-Length": [ - "779" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/resourceGroups/ps6304/providers/Microsoft.Resources/deployments/ps7102\",\r\n \"name\": \"ps7102\",\r\n \"type\": \"Microsoft.Resources/deployments\",\r\n \"tags\": {\r\n \"key2\": \"value2\",\r\n \"key1\": \"value1\"\r\n },\r\n \"properties\": {\r\n \"templateHash\": \"11821504941859434205\",\r\n \"parameters\": {\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2757\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"East US\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2020-03-25T09:13:17.7308814Z\",\r\n \"duration\": \"PT6.5779187S\",\r\n \"correlationId\": \"d739b9ad-582a-4653-8eaf-c9d0298ba601\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"eastus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": []\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/resourcegroups/ps6304/providers/Microsoft.Resources/deployments/ps7102?api-version=2019-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYjlmMTM4YTEtMWQ2NC00MTA4LTg0MTMtOWVhM2JlMWMxYjJkL3Jlc291cmNlZ3JvdXBzL3BzNjMwNC9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9wczcxMDI/YXBpLXZlcnNpb249MjAxOS0xMC0wMQ==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "2a9aaf47-16ea-445a-81cc-6e7087dcb470" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.27110.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/3.4.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Retry-After": [ - "0" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11927" - ], - "x-ms-request-id": [ - "ad5739b3-de2d-4315-9763-3f5763411060" - ], - "x-ms-correlation-request-id": [ - "ad5739b3-de2d-4315-9763-3f5763411060" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20200325T091324Z:ad5739b3-de2d-4315-9763-3f5763411060" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Wed, 25 Mar 2020 09:13:23 GMT" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Content-Length": [ - "779" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/resourceGroups/ps6304/providers/Microsoft.Resources/deployments/ps7102\",\r\n \"name\": \"ps7102\",\r\n \"type\": \"Microsoft.Resources/deployments\",\r\n \"tags\": {\r\n \"key2\": \"value2\",\r\n \"key1\": \"value1\"\r\n },\r\n \"properties\": {\r\n \"templateHash\": \"11821504941859434205\",\r\n \"parameters\": {\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2757\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"East US\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2020-03-25T09:13:17.7308814Z\",\r\n \"duration\": \"PT6.5779187S\",\r\n \"correlationId\": \"d739b9ad-582a-4653-8eaf-c9d0298ba601\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"eastus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": []\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/resourcegroups/ps6304/providers/Microsoft.Resources/deployments/ps7102?api-version=2019-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYjlmMTM4YTEtMWQ2NC00MTA4LTg0MTMtOWVhM2JlMWMxYjJkL3Jlc291cmNlZ3JvdXBzL3BzNjMwNC9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9wczcxMDI/YXBpLXZlcnNpb249MjAxOS0xMC0wMQ==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "4fed11c9-4f60-415f-9d8d-79146de1ea5b" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.27110.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/3.4.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Retry-After": [ - "0" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11925" - ], - "x-ms-request-id": [ - "cb0ddb8a-4a1e-487a-8cf7-8b7ee61dceb2" - ], - "x-ms-correlation-request-id": [ - "cb0ddb8a-4a1e-487a-8cf7-8b7ee61dceb2" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20200325T091324Z:cb0ddb8a-4a1e-487a-8cf7-8b7ee61dceb2" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Wed, 25 Mar 2020 09:13:23 GMT" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Content-Length": [ - "779" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/resourceGroups/ps6304/providers/Microsoft.Resources/deployments/ps7102\",\r\n \"name\": \"ps7102\",\r\n \"type\": \"Microsoft.Resources/deployments\",\r\n \"tags\": {\r\n \"key2\": \"value2\",\r\n \"key1\": \"value1\"\r\n },\r\n \"properties\": {\r\n \"templateHash\": \"11821504941859434205\",\r\n \"parameters\": {\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2757\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"East US\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2020-03-25T09:13:17.7308814Z\",\r\n \"duration\": \"PT6.5779187S\",\r\n \"correlationId\": \"d739b9ad-582a-4653-8eaf-c9d0298ba601\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"eastus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": []\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/resourcegroups/ps6304/providers/Microsoft.Resources/deployments/ps7102?api-version=2019-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYjlmMTM4YTEtMWQ2NC00MTA4LTg0MTMtOWVhM2JlMWMxYjJkL3Jlc291cmNlZ3JvdXBzL3BzNjMwNC9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9wczcxMDI/YXBpLXZlcnNpb249MjAxOS0xMC0wMQ==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "2f47ad89-406f-4e99-a048-6616b73c48ae" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.27110.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/3.4.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Retry-After": [ - "0" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11923" - ], - "x-ms-request-id": [ - "bc201202-ec6b-402f-ae81-1d582ba50751" - ], - "x-ms-correlation-request-id": [ - "bc201202-ec6b-402f-ae81-1d582ba50751" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20200325T091325Z:bc201202-ec6b-402f-ae81-1d582ba50751" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Wed, 25 Mar 2020 09:13:24 GMT" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Content-Length": [ - "779" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/resourceGroups/ps6304/providers/Microsoft.Resources/deployments/ps7102\",\r\n \"name\": \"ps7102\",\r\n \"type\": \"Microsoft.Resources/deployments\",\r\n \"tags\": {\r\n \"key2\": \"value2\",\r\n \"key1\": \"value1\"\r\n },\r\n \"properties\": {\r\n \"templateHash\": \"11821504941859434205\",\r\n \"parameters\": {\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2757\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"East US\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2020-03-25T09:13:17.7308814Z\",\r\n \"duration\": \"PT6.5779187S\",\r\n \"correlationId\": \"d739b9ad-582a-4653-8eaf-c9d0298ba601\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"eastus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": []\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/resourcegroups/ps6304/providers/Microsoft.Resources/deployments/ps7102?api-version=2019-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYjlmMTM4YTEtMWQ2NC00MTA4LTg0MTMtOWVhM2JlMWMxYjJkL3Jlc291cmNlZ3JvdXBzL3BzNjMwNC9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9wczcxMDI/YXBpLXZlcnNpb249MjAxOS0xMC0wMQ==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "eabb8e8e-9ead-409f-9b96-577117859751" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.27110.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/3.4.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Retry-After": [ - "0" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11921" - ], - "x-ms-request-id": [ - "40167dcf-ec83-479c-8a53-49eee72625ce" - ], - "x-ms-correlation-request-id": [ - "40167dcf-ec83-479c-8a53-49eee72625ce" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20200325T091325Z:40167dcf-ec83-479c-8a53-49eee72625ce" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Wed, 25 Mar 2020 09:13:24 GMT" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Content-Length": [ - "779" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/resourceGroups/ps6304/providers/Microsoft.Resources/deployments/ps7102\",\r\n \"name\": \"ps7102\",\r\n \"type\": \"Microsoft.Resources/deployments\",\r\n \"tags\": {\r\n \"key2\": \"value2\",\r\n \"key1\": \"value1\"\r\n },\r\n \"properties\": {\r\n \"templateHash\": \"11821504941859434205\",\r\n \"parameters\": {\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2757\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"East US\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2020-03-25T09:13:17.7308814Z\",\r\n \"duration\": \"PT6.5779187S\",\r\n \"correlationId\": \"d739b9ad-582a-4653-8eaf-c9d0298ba601\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"eastus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": []\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/resourcegroups/ps6304/providers/Microsoft.Resources/deployments/ps7102?api-version=2019-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYjlmMTM4YTEtMWQ2NC00MTA4LTg0MTMtOWVhM2JlMWMxYjJkL3Jlc291cmNlZ3JvdXBzL3BzNjMwNC9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9wczcxMDI/YXBpLXZlcnNpb249MjAxOS0xMC0wMQ==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "5feb709b-be62-44d4-86ce-b432192425a9" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.27110.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/3.4.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Retry-After": [ - "0" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11919" - ], - "x-ms-request-id": [ - "a469684f-4cbf-4d89-9708-3b3a2bafa7b4" - ], - "x-ms-correlation-request-id": [ - "a469684f-4cbf-4d89-9708-3b3a2bafa7b4" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20200325T091325Z:a469684f-4cbf-4d89-9708-3b3a2bafa7b4" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Wed, 25 Mar 2020 09:13:24 GMT" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Content-Length": [ - "779" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/resourceGroups/ps6304/providers/Microsoft.Resources/deployments/ps7102\",\r\n \"name\": \"ps7102\",\r\n \"type\": \"Microsoft.Resources/deployments\",\r\n \"tags\": {\r\n \"key2\": \"value2\",\r\n \"key1\": \"value1\"\r\n },\r\n \"properties\": {\r\n \"templateHash\": \"11821504941859434205\",\r\n \"parameters\": {\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2757\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"East US\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2020-03-25T09:13:17.7308814Z\",\r\n \"duration\": \"PT6.5779187S\",\r\n \"correlationId\": \"d739b9ad-582a-4653-8eaf-c9d0298ba601\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"eastus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": []\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/resourcegroups/ps6304/providers/Microsoft.Resources/deployments/ps7102?api-version=2019-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYjlmMTM4YTEtMWQ2NC00MTA4LTg0MTMtOWVhM2JlMWMxYjJkL3Jlc291cmNlZ3JvdXBzL3BzNjMwNC9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9wczcxMDI/YXBpLXZlcnNpb249MjAxOS0xMC0wMQ==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "06ec80e0-ca08-43b5-8fc1-f670df9373a7" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.27110.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/3.4.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Retry-After": [ - "0" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11917" - ], - "x-ms-request-id": [ - "0725f149-9313-4319-aa93-edf363ea8daa" - ], - "x-ms-correlation-request-id": [ - "0725f149-9313-4319-aa93-edf363ea8daa" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20200325T091326Z:0725f149-9313-4319-aa93-edf363ea8daa" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Wed, 25 Mar 2020 09:13:25 GMT" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Content-Length": [ - "779" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/resourceGroups/ps6304/providers/Microsoft.Resources/deployments/ps7102\",\r\n \"name\": \"ps7102\",\r\n \"type\": \"Microsoft.Resources/deployments\",\r\n \"tags\": {\r\n \"key2\": \"value2\",\r\n \"key1\": \"value1\"\r\n },\r\n \"properties\": {\r\n \"templateHash\": \"11821504941859434205\",\r\n \"parameters\": {\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2757\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"East US\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2020-03-25T09:13:17.7308814Z\",\r\n \"duration\": \"PT6.5779187S\",\r\n \"correlationId\": \"d739b9ad-582a-4653-8eaf-c9d0298ba601\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"eastus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": []\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/resourcegroups/ps6304/providers/Microsoft.Resources/deployments/ps7102?api-version=2019-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYjlmMTM4YTEtMWQ2NC00MTA4LTg0MTMtOWVhM2JlMWMxYjJkL3Jlc291cmNlZ3JvdXBzL3BzNjMwNC9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9wczcxMDI/YXBpLXZlcnNpb249MjAxOS0xMC0wMQ==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "2c5285af-4714-44aa-a677-89457c0dfe85" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.27110.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/3.4.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Retry-After": [ - "0" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11915" - ], - "x-ms-request-id": [ - "4a333010-71dc-4598-9733-49da271cc200" - ], - "x-ms-correlation-request-id": [ - "4a333010-71dc-4598-9733-49da271cc200" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20200325T091326Z:4a333010-71dc-4598-9733-49da271cc200" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Wed, 25 Mar 2020 09:13:25 GMT" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Content-Length": [ - "779" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/resourceGroups/ps6304/providers/Microsoft.Resources/deployments/ps7102\",\r\n \"name\": \"ps7102\",\r\n \"type\": \"Microsoft.Resources/deployments\",\r\n \"tags\": {\r\n \"key2\": \"value2\",\r\n \"key1\": \"value1\"\r\n },\r\n \"properties\": {\r\n \"templateHash\": \"11821504941859434205\",\r\n \"parameters\": {\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2757\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"East US\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2020-03-25T09:13:17.7308814Z\",\r\n \"duration\": \"PT6.5779187S\",\r\n \"correlationId\": \"d739b9ad-582a-4653-8eaf-c9d0298ba601\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"eastus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": []\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/resourcegroups/ps6304/providers/Microsoft.Resources/deployments/ps7102?api-version=2019-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYjlmMTM4YTEtMWQ2NC00MTA4LTg0MTMtOWVhM2JlMWMxYjJkL3Jlc291cmNlZ3JvdXBzL3BzNjMwNC9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9wczcxMDI/YXBpLXZlcnNpb249MjAxOS0xMC0wMQ==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "aaf200a8-283f-47fd-9a5a-7d002c53f6fa" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.27110.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/3.4.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Retry-After": [ - "0" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11913" - ], - "x-ms-request-id": [ - "740d3e90-c3df-4432-8c8c-53ae3636cc4b" - ], - "x-ms-correlation-request-id": [ - "740d3e90-c3df-4432-8c8c-53ae3636cc4b" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20200325T091326Z:740d3e90-c3df-4432-8c8c-53ae3636cc4b" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Wed, 25 Mar 2020 09:13:25 GMT" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Content-Length": [ - "779" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/resourceGroups/ps6304/providers/Microsoft.Resources/deployments/ps7102\",\r\n \"name\": \"ps7102\",\r\n \"type\": \"Microsoft.Resources/deployments\",\r\n \"tags\": {\r\n \"key2\": \"value2\",\r\n \"key1\": \"value1\"\r\n },\r\n \"properties\": {\r\n \"templateHash\": \"11821504941859434205\",\r\n \"parameters\": {\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2757\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"East US\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2020-03-25T09:13:17.7308814Z\",\r\n \"duration\": \"PT6.5779187S\",\r\n \"correlationId\": \"d739b9ad-582a-4653-8eaf-c9d0298ba601\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"eastus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": []\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/resourcegroups/ps6304/providers/Microsoft.Resources/deployments/ps7102?api-version=2019-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYjlmMTM4YTEtMWQ2NC00MTA4LTg0MTMtOWVhM2JlMWMxYjJkL3Jlc291cmNlZ3JvdXBzL3BzNjMwNC9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9wczcxMDI/YXBpLXZlcnNpb249MjAxOS0xMC0wMQ==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "94fdf8a6-df1d-41e3-83b7-132474532ad4" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.27110.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/3.4.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Retry-After": [ - "0" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11911" - ], - "x-ms-request-id": [ - "ee17cd4f-a665-47e7-854a-28564f27c64c" - ], - "x-ms-correlation-request-id": [ - "ee17cd4f-a665-47e7-854a-28564f27c64c" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20200325T091326Z:ee17cd4f-a665-47e7-854a-28564f27c64c" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Wed, 25 Mar 2020 09:13:25 GMT" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Content-Length": [ - "779" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/resourceGroups/ps6304/providers/Microsoft.Resources/deployments/ps7102\",\r\n \"name\": \"ps7102\",\r\n \"type\": \"Microsoft.Resources/deployments\",\r\n \"tags\": {\r\n \"key2\": \"value2\",\r\n \"key1\": \"value1\"\r\n },\r\n \"properties\": {\r\n \"templateHash\": \"11821504941859434205\",\r\n \"parameters\": {\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2757\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"East US\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2020-03-25T09:13:17.7308814Z\",\r\n \"duration\": \"PT6.5779187S\",\r\n \"correlationId\": \"d739b9ad-582a-4653-8eaf-c9d0298ba601\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"eastus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": []\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/resourcegroups/ps6304/providers/Microsoft.Resources/deployments/ps7102?api-version=2019-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYjlmMTM4YTEtMWQ2NC00MTA4LTg0MTMtOWVhM2JlMWMxYjJkL3Jlc291cmNlZ3JvdXBzL3BzNjMwNC9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9wczcxMDI/YXBpLXZlcnNpb249MjAxOS0xMC0wMQ==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "ef97616b-6a55-408b-a66a-d0ae52f632b1" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.27110.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/3.4.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Retry-After": [ - "0" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11909" - ], - "x-ms-request-id": [ - "c51b425b-aeee-4143-a758-96689662c401" - ], - "x-ms-correlation-request-id": [ - "c51b425b-aeee-4143-a758-96689662c401" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20200325T091327Z:c51b425b-aeee-4143-a758-96689662c401" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Wed, 25 Mar 2020 09:13:26 GMT" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Content-Length": [ - "779" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/resourceGroups/ps6304/providers/Microsoft.Resources/deployments/ps7102\",\r\n \"name\": \"ps7102\",\r\n \"type\": \"Microsoft.Resources/deployments\",\r\n \"tags\": {\r\n \"key2\": \"value2\",\r\n \"key1\": \"value1\"\r\n },\r\n \"properties\": {\r\n \"templateHash\": \"11821504941859434205\",\r\n \"parameters\": {\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2757\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"East US\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2020-03-25T09:13:17.7308814Z\",\r\n \"duration\": \"PT6.5779187S\",\r\n \"correlationId\": \"d739b9ad-582a-4653-8eaf-c9d0298ba601\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"eastus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": []\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/resourcegroups/ps6304/providers/Microsoft.Resources/deployments/ps7102?api-version=2019-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYjlmMTM4YTEtMWQ2NC00MTA4LTg0MTMtOWVhM2JlMWMxYjJkL3Jlc291cmNlZ3JvdXBzL3BzNjMwNC9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9wczcxMDI/YXBpLXZlcnNpb249MjAxOS0xMC0wMQ==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "a6835010-e73d-4a4b-9b3a-285e903a1f78" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.27110.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/3.4.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Retry-After": [ - "0" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11907" - ], - "x-ms-request-id": [ - "6313f0e0-f3ea-408b-a36a-f78defe84f80" - ], - "x-ms-correlation-request-id": [ - "6313f0e0-f3ea-408b-a36a-f78defe84f80" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20200325T091327Z:6313f0e0-f3ea-408b-a36a-f78defe84f80" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Wed, 25 Mar 2020 09:13:26 GMT" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Content-Length": [ - "779" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/resourceGroups/ps6304/providers/Microsoft.Resources/deployments/ps7102\",\r\n \"name\": \"ps7102\",\r\n \"type\": \"Microsoft.Resources/deployments\",\r\n \"tags\": {\r\n \"key2\": \"value2\",\r\n \"key1\": \"value1\"\r\n },\r\n \"properties\": {\r\n \"templateHash\": \"11821504941859434205\",\r\n \"parameters\": {\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2757\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"East US\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2020-03-25T09:13:17.7308814Z\",\r\n \"duration\": \"PT6.5779187S\",\r\n \"correlationId\": \"d739b9ad-582a-4653-8eaf-c9d0298ba601\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"eastus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": []\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/resourcegroups/ps6304/providers/Microsoft.Resources/deployments/ps7102?api-version=2019-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYjlmMTM4YTEtMWQ2NC00MTA4LTg0MTMtOWVhM2JlMWMxYjJkL3Jlc291cmNlZ3JvdXBzL3BzNjMwNC9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9wczcxMDI/YXBpLXZlcnNpb249MjAxOS0xMC0wMQ==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "21dfff12-26a8-44f8-a5bc-eab0f8b72b1d" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.27110.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/3.4.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Retry-After": [ - "0" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11905" - ], - "x-ms-request-id": [ - "06e69d51-364b-4b06-bbe3-321db50dca94" - ], - "x-ms-correlation-request-id": [ - "06e69d51-364b-4b06-bbe3-321db50dca94" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20200325T091327Z:06e69d51-364b-4b06-bbe3-321db50dca94" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Wed, 25 Mar 2020 09:13:27 GMT" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Content-Length": [ - "779" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/resourceGroups/ps6304/providers/Microsoft.Resources/deployments/ps7102\",\r\n \"name\": \"ps7102\",\r\n \"type\": \"Microsoft.Resources/deployments\",\r\n \"tags\": {\r\n \"key2\": \"value2\",\r\n \"key1\": \"value1\"\r\n },\r\n \"properties\": {\r\n \"templateHash\": \"11821504941859434205\",\r\n \"parameters\": {\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2757\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"East US\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2020-03-25T09:13:17.7308814Z\",\r\n \"duration\": \"PT6.5779187S\",\r\n \"correlationId\": \"d739b9ad-582a-4653-8eaf-c9d0298ba601\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"eastus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": []\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/resourcegroups/ps6304/providers/Microsoft.Resources/deployments/ps7102?api-version=2019-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYjlmMTM4YTEtMWQ2NC00MTA4LTg0MTMtOWVhM2JlMWMxYjJkL3Jlc291cmNlZ3JvdXBzL3BzNjMwNC9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9wczcxMDI/YXBpLXZlcnNpb249MjAxOS0xMC0wMQ==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "a1f74bd3-06f7-45a9-b39e-8c1e2d421678" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.27110.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/3.4.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Retry-After": [ - "0" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11903" - ], - "x-ms-request-id": [ - "aae5d773-a1d7-4aa1-9e84-49c7645445f4" - ], - "x-ms-correlation-request-id": [ - "aae5d773-a1d7-4aa1-9e84-49c7645445f4" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20200325T091328Z:aae5d773-a1d7-4aa1-9e84-49c7645445f4" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Wed, 25 Mar 2020 09:13:27 GMT" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Content-Length": [ - "779" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/resourceGroups/ps6304/providers/Microsoft.Resources/deployments/ps7102\",\r\n \"name\": \"ps7102\",\r\n \"type\": \"Microsoft.Resources/deployments\",\r\n \"tags\": {\r\n \"key2\": \"value2\",\r\n \"key1\": \"value1\"\r\n },\r\n \"properties\": {\r\n \"templateHash\": \"11821504941859434205\",\r\n \"parameters\": {\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2757\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"East US\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2020-03-25T09:13:17.7308814Z\",\r\n \"duration\": \"PT6.5779187S\",\r\n \"correlationId\": \"d739b9ad-582a-4653-8eaf-c9d0298ba601\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"eastus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": []\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/resourcegroups/ps6304/providers/Microsoft.Resources/deployments/ps7102?api-version=2019-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYjlmMTM4YTEtMWQ2NC00MTA4LTg0MTMtOWVhM2JlMWMxYjJkL3Jlc291cmNlZ3JvdXBzL3BzNjMwNC9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9wczcxMDI/YXBpLXZlcnNpb249MjAxOS0xMC0wMQ==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "29e3678a-6eb7-4459-90f5-33e86dec69f2" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.27110.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/3.4.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Retry-After": [ - "0" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11901" - ], - "x-ms-request-id": [ - "ffd8628b-25fa-4669-b9bc-f41612a17e85" - ], - "x-ms-correlation-request-id": [ - "ffd8628b-25fa-4669-b9bc-f41612a17e85" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20200325T091328Z:ffd8628b-25fa-4669-b9bc-f41612a17e85" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Wed, 25 Mar 2020 09:13:27 GMT" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Content-Length": [ - "779" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/resourceGroups/ps6304/providers/Microsoft.Resources/deployments/ps7102\",\r\n \"name\": \"ps7102\",\r\n \"type\": \"Microsoft.Resources/deployments\",\r\n \"tags\": {\r\n \"key2\": \"value2\",\r\n \"key1\": \"value1\"\r\n },\r\n \"properties\": {\r\n \"templateHash\": \"11821504941859434205\",\r\n \"parameters\": {\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2757\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"East US\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2020-03-25T09:13:17.7308814Z\",\r\n \"duration\": \"PT6.5779187S\",\r\n \"correlationId\": \"d739b9ad-582a-4653-8eaf-c9d0298ba601\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"eastus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": []\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/resourcegroups/ps6304/providers/Microsoft.Resources/deployments/ps7102?api-version=2019-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYjlmMTM4YTEtMWQ2NC00MTA4LTg0MTMtOWVhM2JlMWMxYjJkL3Jlc291cmNlZ3JvdXBzL3BzNjMwNC9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9wczcxMDI/YXBpLXZlcnNpb249MjAxOS0xMC0wMQ==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "4a0b83ce-b5e8-4e10-a5c8-1875eaf81141" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.27110.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/3.4.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Retry-After": [ - "0" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11899" - ], - "x-ms-request-id": [ - "bc0518d6-b172-43f3-b6c3-84df5afd04f0" - ], - "x-ms-correlation-request-id": [ - "bc0518d6-b172-43f3-b6c3-84df5afd04f0" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20200325T091328Z:bc0518d6-b172-43f3-b6c3-84df5afd04f0" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Wed, 25 Mar 2020 09:13:28 GMT" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Content-Length": [ - "779" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/resourceGroups/ps6304/providers/Microsoft.Resources/deployments/ps7102\",\r\n \"name\": \"ps7102\",\r\n \"type\": \"Microsoft.Resources/deployments\",\r\n \"tags\": {\r\n \"key2\": \"value2\",\r\n \"key1\": \"value1\"\r\n },\r\n \"properties\": {\r\n \"templateHash\": \"11821504941859434205\",\r\n \"parameters\": {\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2757\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"East US\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2020-03-25T09:13:17.7308814Z\",\r\n \"duration\": \"PT6.5779187S\",\r\n \"correlationId\": \"d739b9ad-582a-4653-8eaf-c9d0298ba601\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"eastus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": []\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/resourcegroups/ps6304/providers/Microsoft.Resources/deployments/ps7102?api-version=2019-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYjlmMTM4YTEtMWQ2NC00MTA4LTg0MTMtOWVhM2JlMWMxYjJkL3Jlc291cmNlZ3JvdXBzL3BzNjMwNC9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9wczcxMDI/YXBpLXZlcnNpb249MjAxOS0xMC0wMQ==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "1ae97ccb-0948-4dc0-af08-0d29c46493e1" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.27110.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/3.4.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Retry-After": [ - "0" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11897" - ], - "x-ms-request-id": [ - "0f38a615-e25a-4425-b191-71679c5d8068" - ], - "x-ms-correlation-request-id": [ - "0f38a615-e25a-4425-b191-71679c5d8068" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20200325T091329Z:0f38a615-e25a-4425-b191-71679c5d8068" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Wed, 25 Mar 2020 09:13:28 GMT" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Content-Length": [ - "779" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/resourceGroups/ps6304/providers/Microsoft.Resources/deployments/ps7102\",\r\n \"name\": \"ps7102\",\r\n \"type\": \"Microsoft.Resources/deployments\",\r\n \"tags\": {\r\n \"key2\": \"value2\",\r\n \"key1\": \"value1\"\r\n },\r\n \"properties\": {\r\n \"templateHash\": \"11821504941859434205\",\r\n \"parameters\": {\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2757\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"East US\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2020-03-25T09:13:17.7308814Z\",\r\n \"duration\": \"PT6.5779187S\",\r\n \"correlationId\": \"d739b9ad-582a-4653-8eaf-c9d0298ba601\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"eastus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": []\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/resourcegroups/ps6304/providers/Microsoft.Resources/deployments/ps7102?api-version=2019-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYjlmMTM4YTEtMWQ2NC00MTA4LTg0MTMtOWVhM2JlMWMxYjJkL3Jlc291cmNlZ3JvdXBzL3BzNjMwNC9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9wczcxMDI/YXBpLXZlcnNpb249MjAxOS0xMC0wMQ==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "2eb09e84-f90f-4a9a-a6d4-8fa8303328f1" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.27110.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/3.4.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Retry-After": [ - "0" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11895" - ], - "x-ms-request-id": [ - "bdeada03-0bbf-4292-a9a4-1627e6b36b07" - ], - "x-ms-correlation-request-id": [ - "bdeada03-0bbf-4292-a9a4-1627e6b36b07" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20200325T091329Z:bdeada03-0bbf-4292-a9a4-1627e6b36b07" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Wed, 25 Mar 2020 09:13:28 GMT" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Content-Length": [ - "779" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/resourceGroups/ps6304/providers/Microsoft.Resources/deployments/ps7102\",\r\n \"name\": \"ps7102\",\r\n \"type\": \"Microsoft.Resources/deployments\",\r\n \"tags\": {\r\n \"key2\": \"value2\",\r\n \"key1\": \"value1\"\r\n },\r\n \"properties\": {\r\n \"templateHash\": \"11821504941859434205\",\r\n \"parameters\": {\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2757\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"East US\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2020-03-25T09:13:17.7308814Z\",\r\n \"duration\": \"PT6.5779187S\",\r\n \"correlationId\": \"d739b9ad-582a-4653-8eaf-c9d0298ba601\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"eastus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": []\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/resourcegroups/ps6304/providers/Microsoft.Resources/deployments/ps7102?api-version=2019-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYjlmMTM4YTEtMWQ2NC00MTA4LTg0MTMtOWVhM2JlMWMxYjJkL3Jlc291cmNlZ3JvdXBzL3BzNjMwNC9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9wczcxMDI/YXBpLXZlcnNpb249MjAxOS0xMC0wMQ==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "f270821d-477d-4138-8f07-fc9ec6f0e860" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.27110.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/3.4.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Retry-After": [ - "0" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11893" - ], - "x-ms-request-id": [ - "63ef46f0-afbf-4f3d-8027-102250842571" - ], - "x-ms-correlation-request-id": [ - "63ef46f0-afbf-4f3d-8027-102250842571" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20200325T091330Z:63ef46f0-afbf-4f3d-8027-102250842571" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Wed, 25 Mar 2020 09:13:29 GMT" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Content-Length": [ - "779" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/resourceGroups/ps6304/providers/Microsoft.Resources/deployments/ps7102\",\r\n \"name\": \"ps7102\",\r\n \"type\": \"Microsoft.Resources/deployments\",\r\n \"tags\": {\r\n \"key2\": \"value2\",\r\n \"key1\": \"value1\"\r\n },\r\n \"properties\": {\r\n \"templateHash\": \"11821504941859434205\",\r\n \"parameters\": {\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2757\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"East US\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2020-03-25T09:13:17.7308814Z\",\r\n \"duration\": \"PT6.5779187S\",\r\n \"correlationId\": \"d739b9ad-582a-4653-8eaf-c9d0298ba601\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"eastus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": []\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/resourcegroups/ps6304/providers/Microsoft.Resources/deployments/ps7102?api-version=2019-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYjlmMTM4YTEtMWQ2NC00MTA4LTg0MTMtOWVhM2JlMWMxYjJkL3Jlc291cmNlZ3JvdXBzL3BzNjMwNC9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9wczcxMDI/YXBpLXZlcnNpb249MjAxOS0xMC0wMQ==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "13795ad3-f641-4426-ba9c-991f8ac794de" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.27110.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/3.4.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Retry-After": [ - "0" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11891" - ], - "x-ms-request-id": [ - "c4a3a656-0240-4de4-b961-896f9563dd87" - ], - "x-ms-correlation-request-id": [ - "c4a3a656-0240-4de4-b961-896f9563dd87" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20200325T091330Z:c4a3a656-0240-4de4-b961-896f9563dd87" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Wed, 25 Mar 2020 09:13:29 GMT" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Content-Length": [ - "779" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/resourceGroups/ps6304/providers/Microsoft.Resources/deployments/ps7102\",\r\n \"name\": \"ps7102\",\r\n \"type\": \"Microsoft.Resources/deployments\",\r\n \"tags\": {\r\n \"key2\": \"value2\",\r\n \"key1\": \"value1\"\r\n },\r\n \"properties\": {\r\n \"templateHash\": \"11821504941859434205\",\r\n \"parameters\": {\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2757\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"East US\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2020-03-25T09:13:17.7308814Z\",\r\n \"duration\": \"PT6.5779187S\",\r\n \"correlationId\": \"d739b9ad-582a-4653-8eaf-c9d0298ba601\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"eastus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": []\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/resourcegroups/ps6304/providers/Microsoft.Resources/deployments/ps7102?api-version=2019-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYjlmMTM4YTEtMWQ2NC00MTA4LTg0MTMtOWVhM2JlMWMxYjJkL3Jlc291cmNlZ3JvdXBzL3BzNjMwNC9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9wczcxMDI/YXBpLXZlcnNpb249MjAxOS0xMC0wMQ==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "08a1b903-75af-4fe4-94ef-2c609e163925" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.27110.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/3.4.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Retry-After": [ - "0" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11889" - ], - "x-ms-request-id": [ - "ee1cfa32-426e-4b06-a35f-6431aa78190c" - ], - "x-ms-correlation-request-id": [ - "ee1cfa32-426e-4b06-a35f-6431aa78190c" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20200325T091330Z:ee1cfa32-426e-4b06-a35f-6431aa78190c" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Wed, 25 Mar 2020 09:13:29 GMT" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Content-Length": [ - "779" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/resourceGroups/ps6304/providers/Microsoft.Resources/deployments/ps7102\",\r\n \"name\": \"ps7102\",\r\n \"type\": \"Microsoft.Resources/deployments\",\r\n \"tags\": {\r\n \"key2\": \"value2\",\r\n \"key1\": \"value1\"\r\n },\r\n \"properties\": {\r\n \"templateHash\": \"11821504941859434205\",\r\n \"parameters\": {\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2757\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"East US\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2020-03-25T09:13:17.7308814Z\",\r\n \"duration\": \"PT6.5779187S\",\r\n \"correlationId\": \"d739b9ad-582a-4653-8eaf-c9d0298ba601\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"eastus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": []\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/resourcegroups/ps6304/providers/Microsoft.Resources/deployments/ps7102?api-version=2019-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYjlmMTM4YTEtMWQ2NC00MTA4LTg0MTMtOWVhM2JlMWMxYjJkL3Jlc291cmNlZ3JvdXBzL3BzNjMwNC9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9wczcxMDI/YXBpLXZlcnNpb249MjAxOS0xMC0wMQ==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "71bc5bae-a280-4327-b177-aa02d5c87370" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.27110.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/3.4.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Retry-After": [ - "0" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11887" - ], - "x-ms-request-id": [ - "a724a2b9-b8bc-42fe-baf4-68ff7db1a177" - ], - "x-ms-correlation-request-id": [ - "a724a2b9-b8bc-42fe-baf4-68ff7db1a177" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20200325T091330Z:a724a2b9-b8bc-42fe-baf4-68ff7db1a177" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Wed, 25 Mar 2020 09:13:30 GMT" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Content-Length": [ - "779" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/resourceGroups/ps6304/providers/Microsoft.Resources/deployments/ps7102\",\r\n \"name\": \"ps7102\",\r\n \"type\": \"Microsoft.Resources/deployments\",\r\n \"tags\": {\r\n \"key2\": \"value2\",\r\n \"key1\": \"value1\"\r\n },\r\n \"properties\": {\r\n \"templateHash\": \"11821504941859434205\",\r\n \"parameters\": {\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2757\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"East US\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2020-03-25T09:13:17.7308814Z\",\r\n \"duration\": \"PT6.5779187S\",\r\n \"correlationId\": \"d739b9ad-582a-4653-8eaf-c9d0298ba601\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"eastus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": []\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/resourcegroups/ps6304/providers/Microsoft.Resources/deployments/ps7102?api-version=2019-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYjlmMTM4YTEtMWQ2NC00MTA4LTg0MTMtOWVhM2JlMWMxYjJkL3Jlc291cmNlZ3JvdXBzL3BzNjMwNC9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9wczcxMDI/YXBpLXZlcnNpb249MjAxOS0xMC0wMQ==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "18250419-a055-4065-8255-14e40c81f9b6" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.27110.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/3.4.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Retry-After": [ - "0" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11885" - ], - "x-ms-request-id": [ - "5be792f1-807d-445a-800f-ded5feb84ead" - ], - "x-ms-correlation-request-id": [ - "5be792f1-807d-445a-800f-ded5feb84ead" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20200325T091331Z:5be792f1-807d-445a-800f-ded5feb84ead" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Wed, 25 Mar 2020 09:13:30 GMT" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Content-Length": [ - "779" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/resourceGroups/ps6304/providers/Microsoft.Resources/deployments/ps7102\",\r\n \"name\": \"ps7102\",\r\n \"type\": \"Microsoft.Resources/deployments\",\r\n \"tags\": {\r\n \"key2\": \"value2\",\r\n \"key1\": \"value1\"\r\n },\r\n \"properties\": {\r\n \"templateHash\": \"11821504941859434205\",\r\n \"parameters\": {\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2757\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"East US\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2020-03-25T09:13:17.7308814Z\",\r\n \"duration\": \"PT6.5779187S\",\r\n \"correlationId\": \"d739b9ad-582a-4653-8eaf-c9d0298ba601\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"eastus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": []\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/resourcegroups/ps6304/providers/Microsoft.Resources/deployments/ps7102?api-version=2019-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYjlmMTM4YTEtMWQ2NC00MTA4LTg0MTMtOWVhM2JlMWMxYjJkL3Jlc291cmNlZ3JvdXBzL3BzNjMwNC9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9wczcxMDI/YXBpLXZlcnNpb249MjAxOS0xMC0wMQ==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "6d965a93-1325-4e5c-8caa-bebdcbdd0e24" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.27110.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/3.4.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Retry-After": [ - "0" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11883" - ], - "x-ms-request-id": [ - "39bf34d7-4b5f-4c70-bd8f-21060e1ecf3d" - ], - "x-ms-correlation-request-id": [ - "39bf34d7-4b5f-4c70-bd8f-21060e1ecf3d" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20200325T091331Z:39bf34d7-4b5f-4c70-bd8f-21060e1ecf3d" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Wed, 25 Mar 2020 09:13:30 GMT" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Content-Length": [ - "779" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/resourceGroups/ps6304/providers/Microsoft.Resources/deployments/ps7102\",\r\n \"name\": \"ps7102\",\r\n \"type\": \"Microsoft.Resources/deployments\",\r\n \"tags\": {\r\n \"key2\": \"value2\",\r\n \"key1\": \"value1\"\r\n },\r\n \"properties\": {\r\n \"templateHash\": \"11821504941859434205\",\r\n \"parameters\": {\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2757\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"East US\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2020-03-25T09:13:17.7308814Z\",\r\n \"duration\": \"PT6.5779187S\",\r\n \"correlationId\": \"d739b9ad-582a-4653-8eaf-c9d0298ba601\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"eastus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": []\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/resourcegroups/ps6304/providers/Microsoft.Resources/deployments/ps7102?api-version=2019-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYjlmMTM4YTEtMWQ2NC00MTA4LTg0MTMtOWVhM2JlMWMxYjJkL3Jlc291cmNlZ3JvdXBzL3BzNjMwNC9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9wczcxMDI/YXBpLXZlcnNpb249MjAxOS0xMC0wMQ==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "2fab689f-6e9d-422b-9e0b-4c56c06bdd96" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.27110.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/3.4.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Retry-After": [ - "0" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11881" - ], - "x-ms-request-id": [ - "75e8d8ae-0db8-4788-9e5e-78b251d7f4e0" - ], - "x-ms-correlation-request-id": [ - "75e8d8ae-0db8-4788-9e5e-78b251d7f4e0" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20200325T091331Z:75e8d8ae-0db8-4788-9e5e-78b251d7f4e0" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Wed, 25 Mar 2020 09:13:30 GMT" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Content-Length": [ - "779" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/resourceGroups/ps6304/providers/Microsoft.Resources/deployments/ps7102\",\r\n \"name\": \"ps7102\",\r\n \"type\": \"Microsoft.Resources/deployments\",\r\n \"tags\": {\r\n \"key2\": \"value2\",\r\n \"key1\": \"value1\"\r\n },\r\n \"properties\": {\r\n \"templateHash\": \"11821504941859434205\",\r\n \"parameters\": {\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2757\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"East US\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2020-03-25T09:13:17.7308814Z\",\r\n \"duration\": \"PT6.5779187S\",\r\n \"correlationId\": \"d739b9ad-582a-4653-8eaf-c9d0298ba601\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"eastus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": []\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/resourcegroups/ps6304/providers/Microsoft.Resources/deployments/ps7102?api-version=2019-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYjlmMTM4YTEtMWQ2NC00MTA4LTg0MTMtOWVhM2JlMWMxYjJkL3Jlc291cmNlZ3JvdXBzL3BzNjMwNC9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9wczcxMDI/YXBpLXZlcnNpb249MjAxOS0xMC0wMQ==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "a403cfe7-9f5f-4aac-b2b2-f0efd5e798d4" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.27110.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/3.4.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Retry-After": [ - "0" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11879" - ], - "x-ms-request-id": [ - "4e144223-3cd6-40a9-bade-339e7472dc00" - ], - "x-ms-correlation-request-id": [ - "4e144223-3cd6-40a9-bade-339e7472dc00" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20200325T091332Z:4e144223-3cd6-40a9-bade-339e7472dc00" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Wed, 25 Mar 2020 09:13:31 GMT" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Content-Length": [ - "779" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/resourceGroups/ps6304/providers/Microsoft.Resources/deployments/ps7102\",\r\n \"name\": \"ps7102\",\r\n \"type\": \"Microsoft.Resources/deployments\",\r\n \"tags\": {\r\n \"key2\": \"value2\",\r\n \"key1\": \"value1\"\r\n },\r\n \"properties\": {\r\n \"templateHash\": \"11821504941859434205\",\r\n \"parameters\": {\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2757\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"East US\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2020-03-25T09:13:17.7308814Z\",\r\n \"duration\": \"PT6.5779187S\",\r\n \"correlationId\": \"d739b9ad-582a-4653-8eaf-c9d0298ba601\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"eastus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": []\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/resourcegroups/ps6304/providers/Microsoft.Resources/deployments/ps7102?api-version=2019-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYjlmMTM4YTEtMWQ2NC00MTA4LTg0MTMtOWVhM2JlMWMxYjJkL3Jlc291cmNlZ3JvdXBzL3BzNjMwNC9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9wczcxMDI/YXBpLXZlcnNpb249MjAxOS0xMC0wMQ==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "ce00fc80-f988-40a8-91d9-2910df1ae8de" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.27110.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/3.4.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Retry-After": [ - "0" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11877" - ], - "x-ms-request-id": [ - "42ce175c-f849-46eb-96c1-015354fc9b82" - ], - "x-ms-correlation-request-id": [ - "42ce175c-f849-46eb-96c1-015354fc9b82" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20200325T091332Z:42ce175c-f849-46eb-96c1-015354fc9b82" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Wed, 25 Mar 2020 09:13:31 GMT" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Content-Length": [ - "779" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/resourceGroups/ps6304/providers/Microsoft.Resources/deployments/ps7102\",\r\n \"name\": \"ps7102\",\r\n \"type\": \"Microsoft.Resources/deployments\",\r\n \"tags\": {\r\n \"key2\": \"value2\",\r\n \"key1\": \"value1\"\r\n },\r\n \"properties\": {\r\n \"templateHash\": \"11821504941859434205\",\r\n \"parameters\": {\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2757\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"East US\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2020-03-25T09:13:17.7308814Z\",\r\n \"duration\": \"PT6.5779187S\",\r\n \"correlationId\": \"d739b9ad-582a-4653-8eaf-c9d0298ba601\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"eastus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": []\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/resourcegroups/ps6304/providers/Microsoft.Resources/deployments/ps7102?api-version=2019-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYjlmMTM4YTEtMWQ2NC00MTA4LTg0MTMtOWVhM2JlMWMxYjJkL3Jlc291cmNlZ3JvdXBzL3BzNjMwNC9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9wczcxMDI/YXBpLXZlcnNpb249MjAxOS0xMC0wMQ==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "b915ca54-4bb1-4f90-ac72-693f538efadb" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.27110.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/3.4.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Retry-After": [ - "0" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11875" - ], - "x-ms-request-id": [ - "adabe672-eaac-473c-9d81-fb6cd5ea6cb4" - ], - "x-ms-correlation-request-id": [ - "adabe672-eaac-473c-9d81-fb6cd5ea6cb4" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20200325T091332Z:adabe672-eaac-473c-9d81-fb6cd5ea6cb4" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Wed, 25 Mar 2020 09:13:31 GMT" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Content-Length": [ - "779" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/resourceGroups/ps6304/providers/Microsoft.Resources/deployments/ps7102\",\r\n \"name\": \"ps7102\",\r\n \"type\": \"Microsoft.Resources/deployments\",\r\n \"tags\": {\r\n \"key2\": \"value2\",\r\n \"key1\": \"value1\"\r\n },\r\n \"properties\": {\r\n \"templateHash\": \"11821504941859434205\",\r\n \"parameters\": {\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2757\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"East US\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2020-03-25T09:13:17.7308814Z\",\r\n \"duration\": \"PT6.5779187S\",\r\n \"correlationId\": \"d739b9ad-582a-4653-8eaf-c9d0298ba601\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"eastus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": []\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/resourcegroups/ps6304/providers/Microsoft.Resources/deployments/ps7102?api-version=2019-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYjlmMTM4YTEtMWQ2NC00MTA4LTg0MTMtOWVhM2JlMWMxYjJkL3Jlc291cmNlZ3JvdXBzL3BzNjMwNC9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9wczcxMDI/YXBpLXZlcnNpb249MjAxOS0xMC0wMQ==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "9630504f-5b05-439a-bd96-9b192ed102e4" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.27110.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/3.4.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Retry-After": [ - "0" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11873" - ], - "x-ms-request-id": [ - "02738dfc-e2e1-4b5b-9a1b-1cdc99f9de38" - ], - "x-ms-correlation-request-id": [ - "02738dfc-e2e1-4b5b-9a1b-1cdc99f9de38" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20200325T091332Z:02738dfc-e2e1-4b5b-9a1b-1cdc99f9de38" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Wed, 25 Mar 2020 09:13:31 GMT" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Content-Length": [ - "779" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/resourceGroups/ps6304/providers/Microsoft.Resources/deployments/ps7102\",\r\n \"name\": \"ps7102\",\r\n \"type\": \"Microsoft.Resources/deployments\",\r\n \"tags\": {\r\n \"key2\": \"value2\",\r\n \"key1\": \"value1\"\r\n },\r\n \"properties\": {\r\n \"templateHash\": \"11821504941859434205\",\r\n \"parameters\": {\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2757\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"East US\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2020-03-25T09:13:17.7308814Z\",\r\n \"duration\": \"PT6.5779187S\",\r\n \"correlationId\": \"d739b9ad-582a-4653-8eaf-c9d0298ba601\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"eastus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": []\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/resourcegroups/ps6304/providers/Microsoft.Resources/deployments/ps7102?api-version=2019-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYjlmMTM4YTEtMWQ2NC00MTA4LTg0MTMtOWVhM2JlMWMxYjJkL3Jlc291cmNlZ3JvdXBzL3BzNjMwNC9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9wczcxMDI/YXBpLXZlcnNpb249MjAxOS0xMC0wMQ==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "959e04b6-54a1-4253-aa69-e7c97e140262" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.27110.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/3.4.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Retry-After": [ - "0" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11871" - ], - "x-ms-request-id": [ - "1e033a88-00d2-4bfb-8427-f651a45b3de1" - ], - "x-ms-correlation-request-id": [ - "1e033a88-00d2-4bfb-8427-f651a45b3de1" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20200325T091333Z:1e033a88-00d2-4bfb-8427-f651a45b3de1" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Wed, 25 Mar 2020 09:13:32 GMT" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Content-Length": [ - "779" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/resourceGroups/ps6304/providers/Microsoft.Resources/deployments/ps7102\",\r\n \"name\": \"ps7102\",\r\n \"type\": \"Microsoft.Resources/deployments\",\r\n \"tags\": {\r\n \"key2\": \"value2\",\r\n \"key1\": \"value1\"\r\n },\r\n \"properties\": {\r\n \"templateHash\": \"11821504941859434205\",\r\n \"parameters\": {\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2757\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"East US\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2020-03-25T09:13:17.7308814Z\",\r\n \"duration\": \"PT6.5779187S\",\r\n \"correlationId\": \"d739b9ad-582a-4653-8eaf-c9d0298ba601\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"eastus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": []\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/resourcegroups/ps6304/providers/Microsoft.Resources/deployments/ps7102?api-version=2019-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYjlmMTM4YTEtMWQ2NC00MTA4LTg0MTMtOWVhM2JlMWMxYjJkL3Jlc291cmNlZ3JvdXBzL3BzNjMwNC9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9wczcxMDI/YXBpLXZlcnNpb249MjAxOS0xMC0wMQ==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "9122068b-e87d-4eea-9e5e-ac0ec07810d9" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.27110.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/3.4.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Retry-After": [ - "0" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11869" - ], - "x-ms-request-id": [ - "035943c4-0a38-45c0-86e9-d09279264a60" - ], - "x-ms-correlation-request-id": [ - "035943c4-0a38-45c0-86e9-d09279264a60" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20200325T091333Z:035943c4-0a38-45c0-86e9-d09279264a60" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Wed, 25 Mar 2020 09:13:32 GMT" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Content-Length": [ - "779" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/resourceGroups/ps6304/providers/Microsoft.Resources/deployments/ps7102\",\r\n \"name\": \"ps7102\",\r\n \"type\": \"Microsoft.Resources/deployments\",\r\n \"tags\": {\r\n \"key2\": \"value2\",\r\n \"key1\": \"value1\"\r\n },\r\n \"properties\": {\r\n \"templateHash\": \"11821504941859434205\",\r\n \"parameters\": {\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2757\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"East US\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2020-03-25T09:13:17.7308814Z\",\r\n \"duration\": \"PT6.5779187S\",\r\n \"correlationId\": \"d739b9ad-582a-4653-8eaf-c9d0298ba601\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"eastus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": []\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/resourcegroups/ps6304/providers/Microsoft.Resources/deployments/ps7102?api-version=2019-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYjlmMTM4YTEtMWQ2NC00MTA4LTg0MTMtOWVhM2JlMWMxYjJkL3Jlc291cmNlZ3JvdXBzL3BzNjMwNC9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9wczcxMDI/YXBpLXZlcnNpb249MjAxOS0xMC0wMQ==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "3b47bb18-dff3-46ee-9cb3-a1f304799357" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.27110.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/3.4.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Retry-After": [ - "0" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11867" - ], - "x-ms-request-id": [ - "6d897308-810f-42d2-8367-db65f7eabe9f" - ], - "x-ms-correlation-request-id": [ - "6d897308-810f-42d2-8367-db65f7eabe9f" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20200325T091333Z:6d897308-810f-42d2-8367-db65f7eabe9f" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Wed, 25 Mar 2020 09:13:32 GMT" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Content-Length": [ - "779" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/resourceGroups/ps6304/providers/Microsoft.Resources/deployments/ps7102\",\r\n \"name\": \"ps7102\",\r\n \"type\": \"Microsoft.Resources/deployments\",\r\n \"tags\": {\r\n \"key2\": \"value2\",\r\n \"key1\": \"value1\"\r\n },\r\n \"properties\": {\r\n \"templateHash\": \"11821504941859434205\",\r\n \"parameters\": {\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2757\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"East US\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2020-03-25T09:13:17.7308814Z\",\r\n \"duration\": \"PT6.5779187S\",\r\n \"correlationId\": \"d739b9ad-582a-4653-8eaf-c9d0298ba601\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"eastus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": []\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/resourcegroups/ps6304/providers/Microsoft.Resources/deployments/ps7102?api-version=2019-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYjlmMTM4YTEtMWQ2NC00MTA4LTg0MTMtOWVhM2JlMWMxYjJkL3Jlc291cmNlZ3JvdXBzL3BzNjMwNC9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9wczcxMDI/YXBpLXZlcnNpb249MjAxOS0xMC0wMQ==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "82281c1a-7a99-4725-879d-e0723f54941c" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.27110.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/3.4.0.0" + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/3.7.1.0" ] }, "ResponseHeaders": { @@ -10320,16 +6099,16 @@ "0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11865" + "11933" ], "x-ms-request-id": [ - "3ede1d45-6ec6-4bb3-b589-a3d7cca56dc3" + "5c650251-b2c9-4ee0-a7ca-050a5af01833" ], "x-ms-correlation-request-id": [ - "3ede1d45-6ec6-4bb3-b589-a3d7cca56dc3" + "5c650251-b2c9-4ee0-a7ca-050a5af01833" ], "x-ms-routing-request-id": [ - "WESTUS2:20200325T091334Z:3ede1d45-6ec6-4bb3-b589-a3d7cca56dc3" + "NORTHCENTRALUS:20200612T213929Z:5c650251-b2c9-4ee0-a7ca-050a5af01833" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -10338,7 +6117,7 @@ "nosniff" ], "Date": [ - "Wed, 25 Mar 2020 09:13:33 GMT" + "Fri, 12 Jun 2020 21:39:29 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -10347,29 +6126,29 @@ "-1" ], "Content-Length": [ - "779" + "777" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/resourceGroups/ps6304/providers/Microsoft.Resources/deployments/ps7102\",\r\n \"name\": \"ps7102\",\r\n \"type\": \"Microsoft.Resources/deployments\",\r\n \"tags\": {\r\n \"key2\": \"value2\",\r\n \"key1\": \"value1\"\r\n },\r\n \"properties\": {\r\n \"templateHash\": \"11821504941859434205\",\r\n \"parameters\": {\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2757\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"East US\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2020-03-25T09:13:17.7308814Z\",\r\n \"duration\": \"PT6.5779187S\",\r\n \"correlationId\": \"d739b9ad-582a-4653-8eaf-c9d0298ba601\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"eastus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": []\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/ps2509/providers/Microsoft.Resources/deployments/ps296\",\r\n \"name\": \"ps296\",\r\n \"type\": \"Microsoft.Resources/deployments\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n },\r\n \"properties\": {\r\n \"templateHash\": \"11821504941859434205\",\r\n \"parameters\": {\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4924\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"East US\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2020-06-12T21:39:19.3168019Z\",\r\n \"duration\": \"PT4.8357977S\",\r\n \"correlationId\": \"6e296f26-2639-41f3-9c97-bb57b5e5459a\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"eastus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": []\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/resourcegroups/ps6304/providers/Microsoft.Resources/deployments/ps7102?api-version=2019-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYjlmMTM4YTEtMWQ2NC00MTA4LTg0MTMtOWVhM2JlMWMxYjJkL3Jlc291cmNlZ3JvdXBzL3BzNjMwNC9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9wczcxMDI/YXBpLXZlcnNpb249MjAxOS0xMC0wMQ==", + "RequestUri": "/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourcegroups/ps2509/providers/Microsoft.Resources/deployments/ps296?api-version=2019-10-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTFiZmE2MzUtZjJiZi00MmYxLTg2YjUtODQ4YzY3NGZjMzIxL3Jlc291cmNlZ3JvdXBzL3BzMjUwOS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9wczI5Nj9hcGktdmVyc2lvbj0yMDE5LTEwLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "68862290-69c3-4b4b-a91c-878ee0f5f203" + "69e94366-7a60-44e5-b804-e12969dd3909" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27110.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/3.4.0.0" + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/3.7.1.0" ] }, "ResponseHeaders": { @@ -10383,16 +6162,16 @@ "0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11863" + "11931" ], "x-ms-request-id": [ - "b833cf86-df39-4d7e-b16b-be4fa7de6af1" + "0f962d8b-cb4e-4f97-8c23-9680042175e0" ], "x-ms-correlation-request-id": [ - "b833cf86-df39-4d7e-b16b-be4fa7de6af1" + "0f962d8b-cb4e-4f97-8c23-9680042175e0" ], "x-ms-routing-request-id": [ - "WESTUS2:20200325T091334Z:b833cf86-df39-4d7e-b16b-be4fa7de6af1" + "NORTHCENTRALUS:20200612T213930Z:0f962d8b-cb4e-4f97-8c23-9680042175e0" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -10401,7 +6180,7 @@ "nosniff" ], "Date": [ - "Wed, 25 Mar 2020 09:13:33 GMT" + "Fri, 12 Jun 2020 21:39:29 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -10410,29 +6189,29 @@ "-1" ], "Content-Length": [ - "779" + "777" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/resourceGroups/ps6304/providers/Microsoft.Resources/deployments/ps7102\",\r\n \"name\": \"ps7102\",\r\n \"type\": \"Microsoft.Resources/deployments\",\r\n \"tags\": {\r\n \"key2\": \"value2\",\r\n \"key1\": \"value1\"\r\n },\r\n \"properties\": {\r\n \"templateHash\": \"11821504941859434205\",\r\n \"parameters\": {\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2757\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"East US\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2020-03-25T09:13:17.7308814Z\",\r\n \"duration\": \"PT6.5779187S\",\r\n \"correlationId\": \"d739b9ad-582a-4653-8eaf-c9d0298ba601\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"eastus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": []\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/ps2509/providers/Microsoft.Resources/deployments/ps296\",\r\n \"name\": \"ps296\",\r\n \"type\": \"Microsoft.Resources/deployments\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n },\r\n \"properties\": {\r\n \"templateHash\": \"11821504941859434205\",\r\n \"parameters\": {\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4924\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"East US\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2020-06-12T21:39:19.3168019Z\",\r\n \"duration\": \"PT4.8357977S\",\r\n \"correlationId\": \"6e296f26-2639-41f3-9c97-bb57b5e5459a\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"eastus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": []\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/resourcegroups/ps6304/providers/Microsoft.Resources/deployments/ps7102?api-version=2019-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYjlmMTM4YTEtMWQ2NC00MTA4LTg0MTMtOWVhM2JlMWMxYjJkL3Jlc291cmNlZ3JvdXBzL3BzNjMwNC9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9wczcxMDI/YXBpLXZlcnNpb249MjAxOS0xMC0wMQ==", + "RequestUri": "/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourcegroups/ps2509/providers/Microsoft.Resources/deployments/ps296?api-version=2019-10-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTFiZmE2MzUtZjJiZi00MmYxLTg2YjUtODQ4YzY3NGZjMzIxL3Jlc291cmNlZ3JvdXBzL3BzMjUwOS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9wczI5Nj9hcGktdmVyc2lvbj0yMDE5LTEwLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "435ec72b-8647-43c6-85ec-f71023329645" + "0814d369-b064-45ed-81a8-e4b00d0c5622" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27110.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/3.4.0.0" + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/3.7.1.0" ] }, "ResponseHeaders": { @@ -10446,16 +6225,16 @@ "0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11861" + "11929" ], "x-ms-request-id": [ - "8aa1fbf1-d2d6-400d-acf7-f07f521ab77f" + "2468ebbc-0910-41dc-a137-028f9f709c18" ], "x-ms-correlation-request-id": [ - "8aa1fbf1-d2d6-400d-acf7-f07f521ab77f" + "2468ebbc-0910-41dc-a137-028f9f709c18" ], "x-ms-routing-request-id": [ - "WESTUS2:20200325T091334Z:8aa1fbf1-d2d6-400d-acf7-f07f521ab77f" + "NORTHCENTRALUS:20200612T213930Z:2468ebbc-0910-41dc-a137-028f9f709c18" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -10464,7 +6243,7 @@ "nosniff" ], "Date": [ - "Wed, 25 Mar 2020 09:13:33 GMT" + "Fri, 12 Jun 2020 21:39:29 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -10473,29 +6252,29 @@ "-1" ], "Content-Length": [ - "779" + "777" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/resourceGroups/ps6304/providers/Microsoft.Resources/deployments/ps7102\",\r\n \"name\": \"ps7102\",\r\n \"type\": \"Microsoft.Resources/deployments\",\r\n \"tags\": {\r\n \"key2\": \"value2\",\r\n \"key1\": \"value1\"\r\n },\r\n \"properties\": {\r\n \"templateHash\": \"11821504941859434205\",\r\n \"parameters\": {\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2757\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"East US\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2020-03-25T09:13:17.7308814Z\",\r\n \"duration\": \"PT6.5779187S\",\r\n \"correlationId\": \"d739b9ad-582a-4653-8eaf-c9d0298ba601\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"eastus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": []\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/ps2509/providers/Microsoft.Resources/deployments/ps296\",\r\n \"name\": \"ps296\",\r\n \"type\": \"Microsoft.Resources/deployments\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n },\r\n \"properties\": {\r\n \"templateHash\": \"11821504941859434205\",\r\n \"parameters\": {\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4924\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"East US\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2020-06-12T21:39:19.3168019Z\",\r\n \"duration\": \"PT4.8357977S\",\r\n \"correlationId\": \"6e296f26-2639-41f3-9c97-bb57b5e5459a\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"eastus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": []\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/resourcegroups/ps6304/providers/Microsoft.Resources/deployments/ps7102?api-version=2019-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYjlmMTM4YTEtMWQ2NC00MTA4LTg0MTMtOWVhM2JlMWMxYjJkL3Jlc291cmNlZ3JvdXBzL3BzNjMwNC9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9wczcxMDI/YXBpLXZlcnNpb249MjAxOS0xMC0wMQ==", + "RequestUri": "/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourcegroups/ps2509/providers/Microsoft.Resources/deployments/ps296?api-version=2019-10-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTFiZmE2MzUtZjJiZi00MmYxLTg2YjUtODQ4YzY3NGZjMzIxL3Jlc291cmNlZ3JvdXBzL3BzMjUwOS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9wczI5Nj9hcGktdmVyc2lvbj0yMDE5LTEwLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "1068314c-cc1d-4f60-9a44-97a5419618ec" + "55d1c925-39e0-46ad-bd7a-7717c0399952" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27110.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/3.4.0.0" + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/3.7.1.0" ] }, "ResponseHeaders": { @@ -10509,16 +6288,16 @@ "0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11859" + "11927" ], "x-ms-request-id": [ - "1748efc2-5c93-40b5-87f9-ad16fe572561" + "25bb27fc-58e7-4ce3-80b5-ed85749fc26f" ], "x-ms-correlation-request-id": [ - "1748efc2-5c93-40b5-87f9-ad16fe572561" + "25bb27fc-58e7-4ce3-80b5-ed85749fc26f" ], "x-ms-routing-request-id": [ - "WESTUS2:20200325T091335Z:1748efc2-5c93-40b5-87f9-ad16fe572561" + "NORTHCENTRALUS:20200612T213930Z:25bb27fc-58e7-4ce3-80b5-ed85749fc26f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -10527,7 +6306,7 @@ "nosniff" ], "Date": [ - "Wed, 25 Mar 2020 09:13:34 GMT" + "Fri, 12 Jun 2020 21:39:30 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -10536,29 +6315,29 @@ "-1" ], "Content-Length": [ - "779" + "777" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/resourceGroups/ps6304/providers/Microsoft.Resources/deployments/ps7102\",\r\n \"name\": \"ps7102\",\r\n \"type\": \"Microsoft.Resources/deployments\",\r\n \"tags\": {\r\n \"key2\": \"value2\",\r\n \"key1\": \"value1\"\r\n },\r\n \"properties\": {\r\n \"templateHash\": \"11821504941859434205\",\r\n \"parameters\": {\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2757\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"East US\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2020-03-25T09:13:17.7308814Z\",\r\n \"duration\": \"PT6.5779187S\",\r\n \"correlationId\": \"d739b9ad-582a-4653-8eaf-c9d0298ba601\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"eastus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": []\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/ps2509/providers/Microsoft.Resources/deployments/ps296\",\r\n \"name\": \"ps296\",\r\n \"type\": \"Microsoft.Resources/deployments\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n },\r\n \"properties\": {\r\n \"templateHash\": \"11821504941859434205\",\r\n \"parameters\": {\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4924\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"East US\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2020-06-12T21:39:19.3168019Z\",\r\n \"duration\": \"PT4.8357977S\",\r\n \"correlationId\": \"6e296f26-2639-41f3-9c97-bb57b5e5459a\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"eastus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": []\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/resourcegroups/ps6304/providers/Microsoft.Resources/deployments/ps7102?api-version=2019-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYjlmMTM4YTEtMWQ2NC00MTA4LTg0MTMtOWVhM2JlMWMxYjJkL3Jlc291cmNlZ3JvdXBzL3BzNjMwNC9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9wczcxMDI/YXBpLXZlcnNpb249MjAxOS0xMC0wMQ==", + "RequestUri": "/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourcegroups/ps2509/providers/Microsoft.Resources/deployments/ps296?api-version=2019-10-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTFiZmE2MzUtZjJiZi00MmYxLTg2YjUtODQ4YzY3NGZjMzIxL3Jlc291cmNlZ3JvdXBzL3BzMjUwOS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9wczI5Nj9hcGktdmVyc2lvbj0yMDE5LTEwLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "c5026634-32f7-4a64-8a9c-276a02c20aee" + "4b13227a-07eb-4c10-a7eb-919cf48e1efe" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27110.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/3.4.0.0" + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/3.7.1.0" ] }, "ResponseHeaders": { @@ -10572,16 +6351,16 @@ "0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11857" + "11925" ], "x-ms-request-id": [ - "cebd189c-86eb-4de1-9408-517845ca3cfd" + "b5206b1e-ff42-4a0f-9056-62758646d25d" ], "x-ms-correlation-request-id": [ - "cebd189c-86eb-4de1-9408-517845ca3cfd" + "b5206b1e-ff42-4a0f-9056-62758646d25d" ], "x-ms-routing-request-id": [ - "WESTUS2:20200325T091335Z:cebd189c-86eb-4de1-9408-517845ca3cfd" + "NORTHCENTRALUS:20200612T213931Z:b5206b1e-ff42-4a0f-9056-62758646d25d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -10590,7 +6369,7 @@ "nosniff" ], "Date": [ - "Wed, 25 Mar 2020 09:13:34 GMT" + "Fri, 12 Jun 2020 21:39:30 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -10599,29 +6378,29 @@ "-1" ], "Content-Length": [ - "779" + "777" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/resourceGroups/ps6304/providers/Microsoft.Resources/deployments/ps7102\",\r\n \"name\": \"ps7102\",\r\n \"type\": \"Microsoft.Resources/deployments\",\r\n \"tags\": {\r\n \"key2\": \"value2\",\r\n \"key1\": \"value1\"\r\n },\r\n \"properties\": {\r\n \"templateHash\": \"11821504941859434205\",\r\n \"parameters\": {\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2757\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"East US\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2020-03-25T09:13:17.7308814Z\",\r\n \"duration\": \"PT6.5779187S\",\r\n \"correlationId\": \"d739b9ad-582a-4653-8eaf-c9d0298ba601\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"eastus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": []\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/ps2509/providers/Microsoft.Resources/deployments/ps296\",\r\n \"name\": \"ps296\",\r\n \"type\": \"Microsoft.Resources/deployments\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n },\r\n \"properties\": {\r\n \"templateHash\": \"11821504941859434205\",\r\n \"parameters\": {\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4924\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"East US\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2020-06-12T21:39:19.3168019Z\",\r\n \"duration\": \"PT4.8357977S\",\r\n \"correlationId\": \"6e296f26-2639-41f3-9c97-bb57b5e5459a\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"eastus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": []\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/resourcegroups/ps6304/providers/Microsoft.Resources/deployments/ps7102?api-version=2019-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYjlmMTM4YTEtMWQ2NC00MTA4LTg0MTMtOWVhM2JlMWMxYjJkL3Jlc291cmNlZ3JvdXBzL3BzNjMwNC9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9wczcxMDI/YXBpLXZlcnNpb249MjAxOS0xMC0wMQ==", + "RequestUri": "/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourcegroups/ps2509/providers/Microsoft.Resources/deployments/ps296?api-version=2019-10-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTFiZmE2MzUtZjJiZi00MmYxLTg2YjUtODQ4YzY3NGZjMzIxL3Jlc291cmNlZ3JvdXBzL3BzMjUwOS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9wczI5Nj9hcGktdmVyc2lvbj0yMDE5LTEwLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "fc9ade77-85fa-4ddc-8e3c-0fb8fb10cb12" + "13c0dd9e-12ae-4756-a717-16d682e2e67a" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27110.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/3.4.0.0" + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/3.7.1.0" ] }, "ResponseHeaders": { @@ -10635,16 +6414,16 @@ "0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11855" + "11923" ], "x-ms-request-id": [ - "e7dd9457-2c4c-47b4-859f-ebbc86dc6565" + "0d784a15-8b7b-4e18-9eb3-656b42fea42c" ], "x-ms-correlation-request-id": [ - "e7dd9457-2c4c-47b4-859f-ebbc86dc6565" + "0d784a15-8b7b-4e18-9eb3-656b42fea42c" ], "x-ms-routing-request-id": [ - "WESTUS2:20200325T091336Z:e7dd9457-2c4c-47b4-859f-ebbc86dc6565" + "NORTHCENTRALUS:20200612T213931Z:0d784a15-8b7b-4e18-9eb3-656b42fea42c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -10653,7 +6432,7 @@ "nosniff" ], "Date": [ - "Wed, 25 Mar 2020 09:13:35 GMT" + "Fri, 12 Jun 2020 21:39:31 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -10662,29 +6441,29 @@ "-1" ], "Content-Length": [ - "779" + "777" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/resourceGroups/ps6304/providers/Microsoft.Resources/deployments/ps7102\",\r\n \"name\": \"ps7102\",\r\n \"type\": \"Microsoft.Resources/deployments\",\r\n \"tags\": {\r\n \"key2\": \"value2\",\r\n \"key1\": \"value1\"\r\n },\r\n \"properties\": {\r\n \"templateHash\": \"11821504941859434205\",\r\n \"parameters\": {\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2757\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"East US\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2020-03-25T09:13:17.7308814Z\",\r\n \"duration\": \"PT6.5779187S\",\r\n \"correlationId\": \"d739b9ad-582a-4653-8eaf-c9d0298ba601\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"eastus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": []\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/ps2509/providers/Microsoft.Resources/deployments/ps296\",\r\n \"name\": \"ps296\",\r\n \"type\": \"Microsoft.Resources/deployments\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n },\r\n \"properties\": {\r\n \"templateHash\": \"11821504941859434205\",\r\n \"parameters\": {\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4924\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"East US\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2020-06-12T21:39:19.3168019Z\",\r\n \"duration\": \"PT4.8357977S\",\r\n \"correlationId\": \"6e296f26-2639-41f3-9c97-bb57b5e5459a\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"eastus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": []\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/resourcegroups/ps6304/providers/Microsoft.Resources/deployments/ps7102?api-version=2019-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYjlmMTM4YTEtMWQ2NC00MTA4LTg0MTMtOWVhM2JlMWMxYjJkL3Jlc291cmNlZ3JvdXBzL3BzNjMwNC9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9wczcxMDI/YXBpLXZlcnNpb249MjAxOS0xMC0wMQ==", + "RequestUri": "/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourcegroups/ps2509/providers/Microsoft.Resources/deployments/ps296?api-version=2019-10-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTFiZmE2MzUtZjJiZi00MmYxLTg2YjUtODQ4YzY3NGZjMzIxL3Jlc291cmNlZ3JvdXBzL3BzMjUwOS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9wczI5Nj9hcGktdmVyc2lvbj0yMDE5LTEwLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "fcef06bc-469a-42d2-becf-64bc0eb76a64" + "bdffd3a1-eca7-4e2b-9317-6bf5708b5194" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27110.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/3.4.0.0" + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/3.7.1.0" ] }, "ResponseHeaders": { @@ -10698,16 +6477,16 @@ "0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11853" + "11921" ], "x-ms-request-id": [ - "c7d94d94-7af7-4d5e-85d1-61f9370211a8" + "f0bff221-4a27-45aa-8ec3-e18c507af7ec" ], "x-ms-correlation-request-id": [ - "c7d94d94-7af7-4d5e-85d1-61f9370211a8" + "f0bff221-4a27-45aa-8ec3-e18c507af7ec" ], "x-ms-routing-request-id": [ - "WESTUS2:20200325T091336Z:c7d94d94-7af7-4d5e-85d1-61f9370211a8" + "NORTHCENTRALUS:20200612T213932Z:f0bff221-4a27-45aa-8ec3-e18c507af7ec" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -10716,7 +6495,7 @@ "nosniff" ], "Date": [ - "Wed, 25 Mar 2020 09:13:35 GMT" + "Fri, 12 Jun 2020 21:39:31 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -10725,29 +6504,29 @@ "-1" ], "Content-Length": [ - "779" + "777" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/resourceGroups/ps6304/providers/Microsoft.Resources/deployments/ps7102\",\r\n \"name\": \"ps7102\",\r\n \"type\": \"Microsoft.Resources/deployments\",\r\n \"tags\": {\r\n \"key2\": \"value2\",\r\n \"key1\": \"value1\"\r\n },\r\n \"properties\": {\r\n \"templateHash\": \"11821504941859434205\",\r\n \"parameters\": {\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2757\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"East US\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2020-03-25T09:13:17.7308814Z\",\r\n \"duration\": \"PT6.5779187S\",\r\n \"correlationId\": \"d739b9ad-582a-4653-8eaf-c9d0298ba601\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"eastus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": []\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/ps2509/providers/Microsoft.Resources/deployments/ps296\",\r\n \"name\": \"ps296\",\r\n \"type\": \"Microsoft.Resources/deployments\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n },\r\n \"properties\": {\r\n \"templateHash\": \"11821504941859434205\",\r\n \"parameters\": {\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4924\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"East US\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2020-06-12T21:39:19.3168019Z\",\r\n \"duration\": \"PT4.8357977S\",\r\n \"correlationId\": \"6e296f26-2639-41f3-9c97-bb57b5e5459a\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"eastus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": []\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/resourcegroups/ps6304/providers/Microsoft.Resources/deployments/ps7102?api-version=2019-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYjlmMTM4YTEtMWQ2NC00MTA4LTg0MTMtOWVhM2JlMWMxYjJkL3Jlc291cmNlZ3JvdXBzL3BzNjMwNC9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9wczcxMDI/YXBpLXZlcnNpb249MjAxOS0xMC0wMQ==", + "RequestUri": "/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourcegroups/ps2509/providers/Microsoft.Resources/deployments/ps296?api-version=2019-10-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTFiZmE2MzUtZjJiZi00MmYxLTg2YjUtODQ4YzY3NGZjMzIxL3Jlc291cmNlZ3JvdXBzL3BzMjUwOS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9wczI5Nj9hcGktdmVyc2lvbj0yMDE5LTEwLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "8059dacb-9110-4028-a79c-020f9298509b" + "88e23036-90fd-4e19-a97c-8c19838744d8" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27110.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/3.4.0.0" + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/3.7.1.0" ] }, "ResponseHeaders": { @@ -10761,16 +6540,16 @@ "0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11851" + "11919" ], "x-ms-request-id": [ - "0cdaa73a-9530-4e28-bd01-9b82bee18378" + "6bd5c09b-f73a-460a-aa4d-be674fd31c3f" ], "x-ms-correlation-request-id": [ - "0cdaa73a-9530-4e28-bd01-9b82bee18378" + "6bd5c09b-f73a-460a-aa4d-be674fd31c3f" ], "x-ms-routing-request-id": [ - "WESTUS2:20200325T091336Z:0cdaa73a-9530-4e28-bd01-9b82bee18378" + "NORTHCENTRALUS:20200612T213932Z:6bd5c09b-f73a-460a-aa4d-be674fd31c3f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -10779,7 +6558,7 @@ "nosniff" ], "Date": [ - "Wed, 25 Mar 2020 09:13:35 GMT" + "Fri, 12 Jun 2020 21:39:31 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -10788,29 +6567,29 @@ "-1" ], "Content-Length": [ - "779" + "777" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/resourceGroups/ps6304/providers/Microsoft.Resources/deployments/ps7102\",\r\n \"name\": \"ps7102\",\r\n \"type\": \"Microsoft.Resources/deployments\",\r\n \"tags\": {\r\n \"key2\": \"value2\",\r\n \"key1\": \"value1\"\r\n },\r\n \"properties\": {\r\n \"templateHash\": \"11821504941859434205\",\r\n \"parameters\": {\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2757\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"East US\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2020-03-25T09:13:17.7308814Z\",\r\n \"duration\": \"PT6.5779187S\",\r\n \"correlationId\": \"d739b9ad-582a-4653-8eaf-c9d0298ba601\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"eastus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": []\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/ps2509/providers/Microsoft.Resources/deployments/ps296\",\r\n \"name\": \"ps296\",\r\n \"type\": \"Microsoft.Resources/deployments\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n },\r\n \"properties\": {\r\n \"templateHash\": \"11821504941859434205\",\r\n \"parameters\": {\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4924\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"East US\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2020-06-12T21:39:19.3168019Z\",\r\n \"duration\": \"PT4.8357977S\",\r\n \"correlationId\": \"6e296f26-2639-41f3-9c97-bb57b5e5459a\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"eastus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": []\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/resourcegroups/ps6304/providers/Microsoft.Resources/deployments/ps7102?api-version=2019-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYjlmMTM4YTEtMWQ2NC00MTA4LTg0MTMtOWVhM2JlMWMxYjJkL3Jlc291cmNlZ3JvdXBzL3BzNjMwNC9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9wczcxMDI/YXBpLXZlcnNpb249MjAxOS0xMC0wMQ==", + "RequestUri": "/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourcegroups/ps2509/providers/Microsoft.Resources/deployments/ps296?api-version=2019-10-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTFiZmE2MzUtZjJiZi00MmYxLTg2YjUtODQ4YzY3NGZjMzIxL3Jlc291cmNlZ3JvdXBzL3BzMjUwOS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9wczI5Nj9hcGktdmVyc2lvbj0yMDE5LTEwLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "521e1bb5-b31d-4d97-aaaa-a61ade2d7b33" + "3e9bba71-214c-44ea-8147-dc29d342619c" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27110.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/3.4.0.0" + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/3.7.1.0" ] }, "ResponseHeaders": { @@ -10824,16 +6603,16 @@ "0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11849" + "11917" ], "x-ms-request-id": [ - "96cc433a-5c3b-4bc2-95f9-fec487735643" + "dde485d2-bcac-4baa-b09a-e96a0ab38c59" ], "x-ms-correlation-request-id": [ - "96cc433a-5c3b-4bc2-95f9-fec487735643" + "dde485d2-bcac-4baa-b09a-e96a0ab38c59" ], "x-ms-routing-request-id": [ - "WESTUS2:20200325T091336Z:96cc433a-5c3b-4bc2-95f9-fec487735643" + "NORTHCENTRALUS:20200612T213932Z:dde485d2-bcac-4baa-b09a-e96a0ab38c59" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -10842,7 +6621,7 @@ "nosniff" ], "Date": [ - "Wed, 25 Mar 2020 09:13:35 GMT" + "Fri, 12 Jun 2020 21:39:32 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -10851,29 +6630,29 @@ "-1" ], "Content-Length": [ - "779" + "777" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/resourceGroups/ps6304/providers/Microsoft.Resources/deployments/ps7102\",\r\n \"name\": \"ps7102\",\r\n \"type\": \"Microsoft.Resources/deployments\",\r\n \"tags\": {\r\n \"key2\": \"value2\",\r\n \"key1\": \"value1\"\r\n },\r\n \"properties\": {\r\n \"templateHash\": \"11821504941859434205\",\r\n \"parameters\": {\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2757\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"East US\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2020-03-25T09:13:17.7308814Z\",\r\n \"duration\": \"PT6.5779187S\",\r\n \"correlationId\": \"d739b9ad-582a-4653-8eaf-c9d0298ba601\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"eastus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": []\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/ps2509/providers/Microsoft.Resources/deployments/ps296\",\r\n \"name\": \"ps296\",\r\n \"type\": \"Microsoft.Resources/deployments\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n },\r\n \"properties\": {\r\n \"templateHash\": \"11821504941859434205\",\r\n \"parameters\": {\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4924\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"East US\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2020-06-12T21:39:19.3168019Z\",\r\n \"duration\": \"PT4.8357977S\",\r\n \"correlationId\": \"6e296f26-2639-41f3-9c97-bb57b5e5459a\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"eastus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": []\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/resourcegroups/ps6304/providers/Microsoft.Resources/deployments/ps7102?api-version=2019-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYjlmMTM4YTEtMWQ2NC00MTA4LTg0MTMtOWVhM2JlMWMxYjJkL3Jlc291cmNlZ3JvdXBzL3BzNjMwNC9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9wczcxMDI/YXBpLXZlcnNpb249MjAxOS0xMC0wMQ==", + "RequestUri": "/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourcegroups/ps2509/providers/Microsoft.Resources/deployments/ps296?api-version=2019-10-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTFiZmE2MzUtZjJiZi00MmYxLTg2YjUtODQ4YzY3NGZjMzIxL3Jlc291cmNlZ3JvdXBzL3BzMjUwOS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9wczI5Nj9hcGktdmVyc2lvbj0yMDE5LTEwLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "e3233d94-6a54-433a-806c-132f7a2f5793" + "2df3aa57-93df-4a99-87ac-bf32564bcc55" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27110.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/3.4.0.0" + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/3.7.1.0" ] }, "ResponseHeaders": { @@ -10887,16 +6666,16 @@ "0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11847" + "11915" ], "x-ms-request-id": [ - "a2de26ab-092d-4e90-b936-5ad11c52950b" + "8a8ba819-97b9-442e-b14a-9b6faf330191" ], "x-ms-correlation-request-id": [ - "a2de26ab-092d-4e90-b936-5ad11c52950b" + "8a8ba819-97b9-442e-b14a-9b6faf330191" ], "x-ms-routing-request-id": [ - "WESTUS2:20200325T091337Z:a2de26ab-092d-4e90-b936-5ad11c52950b" + "NORTHCENTRALUS:20200612T213933Z:8a8ba819-97b9-442e-b14a-9b6faf330191" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -10905,7 +6684,7 @@ "nosniff" ], "Date": [ - "Wed, 25 Mar 2020 09:13:36 GMT" + "Fri, 12 Jun 2020 21:39:32 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -10914,29 +6693,29 @@ "-1" ], "Content-Length": [ - "779" + "777" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/resourceGroups/ps6304/providers/Microsoft.Resources/deployments/ps7102\",\r\n \"name\": \"ps7102\",\r\n \"type\": \"Microsoft.Resources/deployments\",\r\n \"tags\": {\r\n \"key2\": \"value2\",\r\n \"key1\": \"value1\"\r\n },\r\n \"properties\": {\r\n \"templateHash\": \"11821504941859434205\",\r\n \"parameters\": {\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2757\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"East US\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2020-03-25T09:13:17.7308814Z\",\r\n \"duration\": \"PT6.5779187S\",\r\n \"correlationId\": \"d739b9ad-582a-4653-8eaf-c9d0298ba601\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"eastus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": []\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/ps2509/providers/Microsoft.Resources/deployments/ps296\",\r\n \"name\": \"ps296\",\r\n \"type\": \"Microsoft.Resources/deployments\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n },\r\n \"properties\": {\r\n \"templateHash\": \"11821504941859434205\",\r\n \"parameters\": {\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4924\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"East US\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2020-06-12T21:39:19.3168019Z\",\r\n \"duration\": \"PT4.8357977S\",\r\n \"correlationId\": \"6e296f26-2639-41f3-9c97-bb57b5e5459a\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"eastus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": []\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/resourcegroups/ps6304/providers/Microsoft.Resources/deployments/ps7102?api-version=2019-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYjlmMTM4YTEtMWQ2NC00MTA4LTg0MTMtOWVhM2JlMWMxYjJkL3Jlc291cmNlZ3JvdXBzL3BzNjMwNC9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9wczcxMDI/YXBpLXZlcnNpb249MjAxOS0xMC0wMQ==", + "RequestUri": "/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourcegroups/ps2509/providers/Microsoft.Resources/deployments/ps296?api-version=2019-10-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTFiZmE2MzUtZjJiZi00MmYxLTg2YjUtODQ4YzY3NGZjMzIxL3Jlc291cmNlZ3JvdXBzL3BzMjUwOS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9wczI5Nj9hcGktdmVyc2lvbj0yMDE5LTEwLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "2e0cbc6d-e151-4a49-b80e-5e3fd06c866a" + "faf3b0e2-463f-478b-9ed8-0e34fcdcdd63" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27110.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/3.4.0.0" + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/3.7.1.0" ] }, "ResponseHeaders": { @@ -10950,16 +6729,16 @@ "0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11845" + "11913" ], "x-ms-request-id": [ - "69a924a7-6497-4d0c-9d05-9c19200232ba" + "670c581c-d575-4e23-8dee-c40554af463c" ], "x-ms-correlation-request-id": [ - "69a924a7-6497-4d0c-9d05-9c19200232ba" + "670c581c-d575-4e23-8dee-c40554af463c" ], "x-ms-routing-request-id": [ - "WESTUS2:20200325T091337Z:69a924a7-6497-4d0c-9d05-9c19200232ba" + "NORTHCENTRALUS:20200612T213933Z:670c581c-d575-4e23-8dee-c40554af463c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -10968,7 +6747,7 @@ "nosniff" ], "Date": [ - "Wed, 25 Mar 2020 09:13:36 GMT" + "Fri, 12 Jun 2020 21:39:33 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -10977,29 +6756,29 @@ "-1" ], "Content-Length": [ - "779" + "777" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/resourceGroups/ps6304/providers/Microsoft.Resources/deployments/ps7102\",\r\n \"name\": \"ps7102\",\r\n \"type\": \"Microsoft.Resources/deployments\",\r\n \"tags\": {\r\n \"key2\": \"value2\",\r\n \"key1\": \"value1\"\r\n },\r\n \"properties\": {\r\n \"templateHash\": \"11821504941859434205\",\r\n \"parameters\": {\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2757\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"East US\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2020-03-25T09:13:17.7308814Z\",\r\n \"duration\": \"PT6.5779187S\",\r\n \"correlationId\": \"d739b9ad-582a-4653-8eaf-c9d0298ba601\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"eastus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": []\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/ps2509/providers/Microsoft.Resources/deployments/ps296\",\r\n \"name\": \"ps296\",\r\n \"type\": \"Microsoft.Resources/deployments\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n },\r\n \"properties\": {\r\n \"templateHash\": \"11821504941859434205\",\r\n \"parameters\": {\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4924\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"East US\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2020-06-12T21:39:19.3168019Z\",\r\n \"duration\": \"PT4.8357977S\",\r\n \"correlationId\": \"6e296f26-2639-41f3-9c97-bb57b5e5459a\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"eastus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": []\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/resourcegroups/ps6304/providers/Microsoft.Resources/deployments/ps7102?api-version=2019-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYjlmMTM4YTEtMWQ2NC00MTA4LTg0MTMtOWVhM2JlMWMxYjJkL3Jlc291cmNlZ3JvdXBzL3BzNjMwNC9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9wczcxMDI/YXBpLXZlcnNpb249MjAxOS0xMC0wMQ==", + "RequestUri": "/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourcegroups/ps2509/providers/Microsoft.Resources/deployments/ps296?api-version=2019-10-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTFiZmE2MzUtZjJiZi00MmYxLTg2YjUtODQ4YzY3NGZjMzIxL3Jlc291cmNlZ3JvdXBzL3BzMjUwOS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9wczI5Nj9hcGktdmVyc2lvbj0yMDE5LTEwLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "bd31fd12-1f48-4ee4-a82e-7930f174001c" + "b27db740-c29e-4032-a4a0-3edff0bfde5b" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27110.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/3.4.0.0" + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/3.7.1.0" ] }, "ResponseHeaders": { @@ -11013,16 +6792,16 @@ "0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11843" + "11911" ], "x-ms-request-id": [ - "1aa3e2b9-c7b1-47b0-8814-47be552da658" + "f8604586-c5fb-46dd-949c-5f9d5decbef3" ], "x-ms-correlation-request-id": [ - "1aa3e2b9-c7b1-47b0-8814-47be552da658" + "f8604586-c5fb-46dd-949c-5f9d5decbef3" ], "x-ms-routing-request-id": [ - "WESTUS2:20200325T091337Z:1aa3e2b9-c7b1-47b0-8814-47be552da658" + "NORTHCENTRALUS:20200612T213934Z:f8604586-c5fb-46dd-949c-5f9d5decbef3" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -11031,7 +6810,7 @@ "nosniff" ], "Date": [ - "Wed, 25 Mar 2020 09:13:36 GMT" + "Fri, 12 Jun 2020 21:39:33 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -11040,29 +6819,29 @@ "-1" ], "Content-Length": [ - "779" + "777" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/resourceGroups/ps6304/providers/Microsoft.Resources/deployments/ps7102\",\r\n \"name\": \"ps7102\",\r\n \"type\": \"Microsoft.Resources/deployments\",\r\n \"tags\": {\r\n \"key2\": \"value2\",\r\n \"key1\": \"value1\"\r\n },\r\n \"properties\": {\r\n \"templateHash\": \"11821504941859434205\",\r\n \"parameters\": {\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2757\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"East US\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2020-03-25T09:13:17.7308814Z\",\r\n \"duration\": \"PT6.5779187S\",\r\n \"correlationId\": \"d739b9ad-582a-4653-8eaf-c9d0298ba601\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"eastus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": []\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/ps2509/providers/Microsoft.Resources/deployments/ps296\",\r\n \"name\": \"ps296\",\r\n \"type\": \"Microsoft.Resources/deployments\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n },\r\n \"properties\": {\r\n \"templateHash\": \"11821504941859434205\",\r\n \"parameters\": {\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4924\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"East US\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2020-06-12T21:39:19.3168019Z\",\r\n \"duration\": \"PT4.8357977S\",\r\n \"correlationId\": \"6e296f26-2639-41f3-9c97-bb57b5e5459a\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"eastus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": []\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/resourcegroups/ps6304/providers/Microsoft.Resources/deployments/ps7102?api-version=2019-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYjlmMTM4YTEtMWQ2NC00MTA4LTg0MTMtOWVhM2JlMWMxYjJkL3Jlc291cmNlZ3JvdXBzL3BzNjMwNC9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9wczcxMDI/YXBpLXZlcnNpb249MjAxOS0xMC0wMQ==", + "RequestUri": "/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourcegroups/ps2509/providers/Microsoft.Resources/deployments/ps296?api-version=2019-10-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTFiZmE2MzUtZjJiZi00MmYxLTg2YjUtODQ4YzY3NGZjMzIxL3Jlc291cmNlZ3JvdXBzL3BzMjUwOS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9wczI5Nj9hcGktdmVyc2lvbj0yMDE5LTEwLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "2b7eeda0-d104-4670-8219-01d048664d25" + "d61a3afc-eee9-45f1-afe2-21573538deed" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27110.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/3.4.0.0" + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/3.7.1.0" ] }, "ResponseHeaders": { @@ -11076,16 +6855,16 @@ "0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11841" + "11909" ], "x-ms-request-id": [ - "4001bd29-73c6-4bc7-98a8-299331cbf80b" + "99f1a98a-d344-4df4-ae33-15ec1e8ae342" ], "x-ms-correlation-request-id": [ - "4001bd29-73c6-4bc7-98a8-299331cbf80b" + "99f1a98a-d344-4df4-ae33-15ec1e8ae342" ], "x-ms-routing-request-id": [ - "WESTUS2:20200325T091337Z:4001bd29-73c6-4bc7-98a8-299331cbf80b" + "NORTHCENTRALUS:20200612T213934Z:99f1a98a-d344-4df4-ae33-15ec1e8ae342" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -11094,7 +6873,7 @@ "nosniff" ], "Date": [ - "Wed, 25 Mar 2020 09:13:37 GMT" + "Fri, 12 Jun 2020 21:39:33 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -11103,29 +6882,29 @@ "-1" ], "Content-Length": [ - "779" + "777" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/resourceGroups/ps6304/providers/Microsoft.Resources/deployments/ps7102\",\r\n \"name\": \"ps7102\",\r\n \"type\": \"Microsoft.Resources/deployments\",\r\n \"tags\": {\r\n \"key2\": \"value2\",\r\n \"key1\": \"value1\"\r\n },\r\n \"properties\": {\r\n \"templateHash\": \"11821504941859434205\",\r\n \"parameters\": {\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2757\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"East US\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2020-03-25T09:13:17.7308814Z\",\r\n \"duration\": \"PT6.5779187S\",\r\n \"correlationId\": \"d739b9ad-582a-4653-8eaf-c9d0298ba601\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"eastus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": []\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/ps2509/providers/Microsoft.Resources/deployments/ps296\",\r\n \"name\": \"ps296\",\r\n \"type\": \"Microsoft.Resources/deployments\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n },\r\n \"properties\": {\r\n \"templateHash\": \"11821504941859434205\",\r\n \"parameters\": {\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4924\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"East US\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2020-06-12T21:39:19.3168019Z\",\r\n \"duration\": \"PT4.8357977S\",\r\n \"correlationId\": \"6e296f26-2639-41f3-9c97-bb57b5e5459a\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"eastus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": []\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/resourcegroups/ps6304/providers/Microsoft.Resources/deployments/ps7102?api-version=2019-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYjlmMTM4YTEtMWQ2NC00MTA4LTg0MTMtOWVhM2JlMWMxYjJkL3Jlc291cmNlZ3JvdXBzL3BzNjMwNC9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9wczcxMDI/YXBpLXZlcnNpb249MjAxOS0xMC0wMQ==", + "RequestUri": "/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourcegroups/ps2509/providers/Microsoft.Resources/deployments/ps296?api-version=2019-10-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTFiZmE2MzUtZjJiZi00MmYxLTg2YjUtODQ4YzY3NGZjMzIxL3Jlc291cmNlZ3JvdXBzL3BzMjUwOS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9wczI5Nj9hcGktdmVyc2lvbj0yMDE5LTEwLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "b2d6b32e-3c03-4c49-a005-6ab849bb374e" + "8e825a8e-216d-437c-8a88-c607a848f850" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27110.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/3.4.0.0" + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/3.7.1.0" ] }, "ResponseHeaders": { @@ -11139,16 +6918,16 @@ "0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11839" + "11907" ], "x-ms-request-id": [ - "4b46c46c-faee-4a57-98df-026c65bfeefa" + "f13b752c-d1ef-4841-92d5-aa07b23428a6" ], "x-ms-correlation-request-id": [ - "4b46c46c-faee-4a57-98df-026c65bfeefa" + "f13b752c-d1ef-4841-92d5-aa07b23428a6" ], "x-ms-routing-request-id": [ - "WESTUS2:20200325T091338Z:4b46c46c-faee-4a57-98df-026c65bfeefa" + "NORTHCENTRALUS:20200612T213934Z:f13b752c-d1ef-4841-92d5-aa07b23428a6" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -11157,7 +6936,7 @@ "nosniff" ], "Date": [ - "Wed, 25 Mar 2020 09:13:37 GMT" + "Fri, 12 Jun 2020 21:39:34 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -11166,29 +6945,29 @@ "-1" ], "Content-Length": [ - "779" + "777" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/resourceGroups/ps6304/providers/Microsoft.Resources/deployments/ps7102\",\r\n \"name\": \"ps7102\",\r\n \"type\": \"Microsoft.Resources/deployments\",\r\n \"tags\": {\r\n \"key2\": \"value2\",\r\n \"key1\": \"value1\"\r\n },\r\n \"properties\": {\r\n \"templateHash\": \"11821504941859434205\",\r\n \"parameters\": {\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2757\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"East US\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2020-03-25T09:13:17.7308814Z\",\r\n \"duration\": \"PT6.5779187S\",\r\n \"correlationId\": \"d739b9ad-582a-4653-8eaf-c9d0298ba601\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"eastus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": []\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/ps2509/providers/Microsoft.Resources/deployments/ps296\",\r\n \"name\": \"ps296\",\r\n \"type\": \"Microsoft.Resources/deployments\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n },\r\n \"properties\": {\r\n \"templateHash\": \"11821504941859434205\",\r\n \"parameters\": {\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4924\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"East US\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2020-06-12T21:39:19.3168019Z\",\r\n \"duration\": \"PT4.8357977S\",\r\n \"correlationId\": \"6e296f26-2639-41f3-9c97-bb57b5e5459a\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"eastus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": []\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/resourcegroups/ps6304/providers/Microsoft.Resources/deployments/ps7102?api-version=2019-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYjlmMTM4YTEtMWQ2NC00MTA4LTg0MTMtOWVhM2JlMWMxYjJkL3Jlc291cmNlZ3JvdXBzL3BzNjMwNC9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9wczcxMDI/YXBpLXZlcnNpb249MjAxOS0xMC0wMQ==", + "RequestUri": "/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourcegroups/ps2509/providers/Microsoft.Resources/deployments/ps296?api-version=2019-10-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTFiZmE2MzUtZjJiZi00MmYxLTg2YjUtODQ4YzY3NGZjMzIxL3Jlc291cmNlZ3JvdXBzL3BzMjUwOS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9wczI5Nj9hcGktdmVyc2lvbj0yMDE5LTEwLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "4f0ff487-c79f-4011-b7c9-3f634a33ebf4" + "20b859a6-c76e-41c8-840a-eed117c512bd" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27110.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/3.4.0.0" + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/3.7.1.0" ] }, "ResponseHeaders": { @@ -11202,16 +6981,16 @@ "0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11837" + "11905" ], "x-ms-request-id": [ - "a21dd475-ec57-4132-bcdc-005dd5da396c" + "3823fa1d-51d5-4372-a37f-975efc5ec50b" ], "x-ms-correlation-request-id": [ - "a21dd475-ec57-4132-bcdc-005dd5da396c" + "3823fa1d-51d5-4372-a37f-975efc5ec50b" ], "x-ms-routing-request-id": [ - "WESTUS2:20200325T091338Z:a21dd475-ec57-4132-bcdc-005dd5da396c" + "NORTHCENTRALUS:20200612T213935Z:3823fa1d-51d5-4372-a37f-975efc5ec50b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -11220,7 +6999,7 @@ "nosniff" ], "Date": [ - "Wed, 25 Mar 2020 09:13:37 GMT" + "Fri, 12 Jun 2020 21:39:34 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -11229,29 +7008,29 @@ "-1" ], "Content-Length": [ - "779" + "777" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/resourceGroups/ps6304/providers/Microsoft.Resources/deployments/ps7102\",\r\n \"name\": \"ps7102\",\r\n \"type\": \"Microsoft.Resources/deployments\",\r\n \"tags\": {\r\n \"key2\": \"value2\",\r\n \"key1\": \"value1\"\r\n },\r\n \"properties\": {\r\n \"templateHash\": \"11821504941859434205\",\r\n \"parameters\": {\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2757\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"East US\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2020-03-25T09:13:17.7308814Z\",\r\n \"duration\": \"PT6.5779187S\",\r\n \"correlationId\": \"d739b9ad-582a-4653-8eaf-c9d0298ba601\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"eastus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": []\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/ps2509/providers/Microsoft.Resources/deployments/ps296\",\r\n \"name\": \"ps296\",\r\n \"type\": \"Microsoft.Resources/deployments\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n },\r\n \"properties\": {\r\n \"templateHash\": \"11821504941859434205\",\r\n \"parameters\": {\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4924\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"East US\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2020-06-12T21:39:19.3168019Z\",\r\n \"duration\": \"PT4.8357977S\",\r\n \"correlationId\": \"6e296f26-2639-41f3-9c97-bb57b5e5459a\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"eastus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": []\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/resourcegroups/ps6304/providers/Microsoft.Resources/deployments/ps7102?api-version=2019-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYjlmMTM4YTEtMWQ2NC00MTA4LTg0MTMtOWVhM2JlMWMxYjJkL3Jlc291cmNlZ3JvdXBzL3BzNjMwNC9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9wczcxMDI/YXBpLXZlcnNpb249MjAxOS0xMC0wMQ==", + "RequestUri": "/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourcegroups/ps2509/providers/Microsoft.Resources/deployments/ps296?api-version=2019-10-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTFiZmE2MzUtZjJiZi00MmYxLTg2YjUtODQ4YzY3NGZjMzIxL3Jlc291cmNlZ3JvdXBzL3BzMjUwOS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9wczI5Nj9hcGktdmVyc2lvbj0yMDE5LTEwLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "7571a37e-41af-497d-bdf5-1801c4efd171" + "3cc2e38e-549f-4a21-b5f9-3891cd03c88a" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27110.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/3.4.0.0" + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/3.7.1.0" ] }, "ResponseHeaders": { @@ -11265,16 +7044,16 @@ "0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11835" + "11903" ], "x-ms-request-id": [ - "1e558204-0765-4f8f-b0fb-71d11d219218" + "5c914576-8dee-4e67-bb9e-04046c541106" ], "x-ms-correlation-request-id": [ - "1e558204-0765-4f8f-b0fb-71d11d219218" + "5c914576-8dee-4e67-bb9e-04046c541106" ], "x-ms-routing-request-id": [ - "WESTUS2:20200325T091338Z:1e558204-0765-4f8f-b0fb-71d11d219218" + "NORTHCENTRALUS:20200612T213935Z:5c914576-8dee-4e67-bb9e-04046c541106" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -11283,7 +7062,7 @@ "nosniff" ], "Date": [ - "Wed, 25 Mar 2020 09:13:37 GMT" + "Fri, 12 Jun 2020 21:39:35 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -11292,29 +7071,29 @@ "-1" ], "Content-Length": [ - "779" + "777" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/resourceGroups/ps6304/providers/Microsoft.Resources/deployments/ps7102\",\r\n \"name\": \"ps7102\",\r\n \"type\": \"Microsoft.Resources/deployments\",\r\n \"tags\": {\r\n \"key2\": \"value2\",\r\n \"key1\": \"value1\"\r\n },\r\n \"properties\": {\r\n \"templateHash\": \"11821504941859434205\",\r\n \"parameters\": {\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2757\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"East US\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2020-03-25T09:13:17.7308814Z\",\r\n \"duration\": \"PT6.5779187S\",\r\n \"correlationId\": \"d739b9ad-582a-4653-8eaf-c9d0298ba601\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"eastus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": []\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/ps2509/providers/Microsoft.Resources/deployments/ps296\",\r\n \"name\": \"ps296\",\r\n \"type\": \"Microsoft.Resources/deployments\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n },\r\n \"properties\": {\r\n \"templateHash\": \"11821504941859434205\",\r\n \"parameters\": {\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4924\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"East US\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2020-06-12T21:39:19.3168019Z\",\r\n \"duration\": \"PT4.8357977S\",\r\n \"correlationId\": \"6e296f26-2639-41f3-9c97-bb57b5e5459a\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"eastus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": []\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/resourcegroups/ps6304/providers/Microsoft.Resources/deployments/ps7102?api-version=2019-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYjlmMTM4YTEtMWQ2NC00MTA4LTg0MTMtOWVhM2JlMWMxYjJkL3Jlc291cmNlZ3JvdXBzL3BzNjMwNC9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9wczcxMDI/YXBpLXZlcnNpb249MjAxOS0xMC0wMQ==", + "RequestUri": "/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourcegroups/ps2509/providers/Microsoft.Resources/deployments/ps296?api-version=2019-10-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTFiZmE2MzUtZjJiZi00MmYxLTg2YjUtODQ4YzY3NGZjMzIxL3Jlc291cmNlZ3JvdXBzL3BzMjUwOS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9wczI5Nj9hcGktdmVyc2lvbj0yMDE5LTEwLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "aed15cf7-6e4d-4d97-a587-8b4fc387454d" + "8342b9dd-b164-4c21-a7d3-b2a023912b35" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27110.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/3.4.0.0" + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/3.7.1.0" ] }, "ResponseHeaders": { @@ -11328,16 +7107,16 @@ "0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11833" + "11901" ], "x-ms-request-id": [ - "67f9c396-1346-497e-8219-89ac2fe2b1a6" + "e16c8ba8-10db-47e7-84ca-72d73b5f91be" ], "x-ms-correlation-request-id": [ - "67f9c396-1346-497e-8219-89ac2fe2b1a6" + "e16c8ba8-10db-47e7-84ca-72d73b5f91be" ], "x-ms-routing-request-id": [ - "WESTUS2:20200325T091339Z:67f9c396-1346-497e-8219-89ac2fe2b1a6" + "NORTHCENTRALUS:20200612T213936Z:e16c8ba8-10db-47e7-84ca-72d73b5f91be" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -11346,7 +7125,7 @@ "nosniff" ], "Date": [ - "Wed, 25 Mar 2020 09:13:38 GMT" + "Fri, 12 Jun 2020 21:39:35 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -11355,29 +7134,29 @@ "-1" ], "Content-Length": [ - "779" + "777" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/resourceGroups/ps6304/providers/Microsoft.Resources/deployments/ps7102\",\r\n \"name\": \"ps7102\",\r\n \"type\": \"Microsoft.Resources/deployments\",\r\n \"tags\": {\r\n \"key2\": \"value2\",\r\n \"key1\": \"value1\"\r\n },\r\n \"properties\": {\r\n \"templateHash\": \"11821504941859434205\",\r\n \"parameters\": {\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2757\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"East US\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2020-03-25T09:13:17.7308814Z\",\r\n \"duration\": \"PT6.5779187S\",\r\n \"correlationId\": \"d739b9ad-582a-4653-8eaf-c9d0298ba601\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"eastus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": []\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/ps2509/providers/Microsoft.Resources/deployments/ps296\",\r\n \"name\": \"ps296\",\r\n \"type\": \"Microsoft.Resources/deployments\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n },\r\n \"properties\": {\r\n \"templateHash\": \"11821504941859434205\",\r\n \"parameters\": {\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4924\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"East US\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2020-06-12T21:39:19.3168019Z\",\r\n \"duration\": \"PT4.8357977S\",\r\n \"correlationId\": \"6e296f26-2639-41f3-9c97-bb57b5e5459a\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"eastus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": []\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/resourcegroups/ps6304/providers/Microsoft.Resources/deployments/ps7102?api-version=2019-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYjlmMTM4YTEtMWQ2NC00MTA4LTg0MTMtOWVhM2JlMWMxYjJkL3Jlc291cmNlZ3JvdXBzL3BzNjMwNC9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9wczcxMDI/YXBpLXZlcnNpb249MjAxOS0xMC0wMQ==", + "RequestUri": "/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourcegroups/ps2509/providers/Microsoft.Resources/deployments/ps296?api-version=2019-10-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTFiZmE2MzUtZjJiZi00MmYxLTg2YjUtODQ4YzY3NGZjMzIxL3Jlc291cmNlZ3JvdXBzL3BzMjUwOS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9wczI5Nj9hcGktdmVyc2lvbj0yMDE5LTEwLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "afa77798-80b9-4b7d-8746-5b2a08027ff1" + "8a235260-be5b-4ed5-8150-aa07014c9ddd" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27110.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/3.4.0.0" + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/3.7.1.0" ] }, "ResponseHeaders": { @@ -11391,16 +7170,16 @@ "0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11831" + "11899" ], "x-ms-request-id": [ - "666707f6-236c-4936-aedf-a322d7b09039" + "d124eff3-a1be-43d3-a70e-a8eba168bc9c" ], "x-ms-correlation-request-id": [ - "666707f6-236c-4936-aedf-a322d7b09039" + "d124eff3-a1be-43d3-a70e-a8eba168bc9c" ], "x-ms-routing-request-id": [ - "WESTUS2:20200325T091339Z:666707f6-236c-4936-aedf-a322d7b09039" + "NORTHCENTRALUS:20200612T213936Z:d124eff3-a1be-43d3-a70e-a8eba168bc9c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -11409,7 +7188,7 @@ "nosniff" ], "Date": [ - "Wed, 25 Mar 2020 09:13:38 GMT" + "Fri, 12 Jun 2020 21:39:35 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -11418,29 +7197,29 @@ "-1" ], "Content-Length": [ - "779" + "777" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/resourceGroups/ps6304/providers/Microsoft.Resources/deployments/ps7102\",\r\n \"name\": \"ps7102\",\r\n \"type\": \"Microsoft.Resources/deployments\",\r\n \"tags\": {\r\n \"key2\": \"value2\",\r\n \"key1\": \"value1\"\r\n },\r\n \"properties\": {\r\n \"templateHash\": \"11821504941859434205\",\r\n \"parameters\": {\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2757\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"East US\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2020-03-25T09:13:17.7308814Z\",\r\n \"duration\": \"PT6.5779187S\",\r\n \"correlationId\": \"d739b9ad-582a-4653-8eaf-c9d0298ba601\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"eastus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": []\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/ps2509/providers/Microsoft.Resources/deployments/ps296\",\r\n \"name\": \"ps296\",\r\n \"type\": \"Microsoft.Resources/deployments\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n },\r\n \"properties\": {\r\n \"templateHash\": \"11821504941859434205\",\r\n \"parameters\": {\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4924\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"East US\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2020-06-12T21:39:19.3168019Z\",\r\n \"duration\": \"PT4.8357977S\",\r\n \"correlationId\": \"6e296f26-2639-41f3-9c97-bb57b5e5459a\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"eastus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": []\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/resourcegroups/ps6304/providers/Microsoft.Resources/deployments/ps7102?api-version=2019-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYjlmMTM4YTEtMWQ2NC00MTA4LTg0MTMtOWVhM2JlMWMxYjJkL3Jlc291cmNlZ3JvdXBzL3BzNjMwNC9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9wczcxMDI/YXBpLXZlcnNpb249MjAxOS0xMC0wMQ==", + "RequestUri": "/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourcegroups/ps2509/providers/Microsoft.Resources/deployments/ps296?api-version=2019-10-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTFiZmE2MzUtZjJiZi00MmYxLTg2YjUtODQ4YzY3NGZjMzIxL3Jlc291cmNlZ3JvdXBzL3BzMjUwOS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9wczI5Nj9hcGktdmVyc2lvbj0yMDE5LTEwLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "23156317-1c86-47d1-aef4-0de82ba6030d" + "1eba44ea-fc3e-4e72-af97-5be66202b52f" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27110.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/3.4.0.0" + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/3.7.1.0" ] }, "ResponseHeaders": { @@ -11454,16 +7233,16 @@ "0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11829" + "11897" ], "x-ms-request-id": [ - "0ba9c0df-66cf-40ba-8094-70decf2d9b17" + "44168905-52d9-4b0f-b9ab-cb6fa3102db3" ], "x-ms-correlation-request-id": [ - "0ba9c0df-66cf-40ba-8094-70decf2d9b17" + "44168905-52d9-4b0f-b9ab-cb6fa3102db3" ], "x-ms-routing-request-id": [ - "WESTUS2:20200325T091340Z:0ba9c0df-66cf-40ba-8094-70decf2d9b17" + "NORTHCENTRALUS:20200612T213936Z:44168905-52d9-4b0f-b9ab-cb6fa3102db3" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -11472,7 +7251,7 @@ "nosniff" ], "Date": [ - "Wed, 25 Mar 2020 09:13:39 GMT" + "Fri, 12 Jun 2020 21:39:36 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -11481,29 +7260,29 @@ "-1" ], "Content-Length": [ - "779" + "777" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/resourceGroups/ps6304/providers/Microsoft.Resources/deployments/ps7102\",\r\n \"name\": \"ps7102\",\r\n \"type\": \"Microsoft.Resources/deployments\",\r\n \"tags\": {\r\n \"key2\": \"value2\",\r\n \"key1\": \"value1\"\r\n },\r\n \"properties\": {\r\n \"templateHash\": \"11821504941859434205\",\r\n \"parameters\": {\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2757\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"East US\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2020-03-25T09:13:17.7308814Z\",\r\n \"duration\": \"PT6.5779187S\",\r\n \"correlationId\": \"d739b9ad-582a-4653-8eaf-c9d0298ba601\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"eastus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": []\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/ps2509/providers/Microsoft.Resources/deployments/ps296\",\r\n \"name\": \"ps296\",\r\n \"type\": \"Microsoft.Resources/deployments\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n },\r\n \"properties\": {\r\n \"templateHash\": \"11821504941859434205\",\r\n \"parameters\": {\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4924\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"East US\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2020-06-12T21:39:19.3168019Z\",\r\n \"duration\": \"PT4.8357977S\",\r\n \"correlationId\": \"6e296f26-2639-41f3-9c97-bb57b5e5459a\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"eastus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": []\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/resourcegroups/ps6304/providers/Microsoft.Resources/deployments/ps7102?api-version=2019-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYjlmMTM4YTEtMWQ2NC00MTA4LTg0MTMtOWVhM2JlMWMxYjJkL3Jlc291cmNlZ3JvdXBzL3BzNjMwNC9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9wczcxMDI/YXBpLXZlcnNpb249MjAxOS0xMC0wMQ==", + "RequestUri": "/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourcegroups/ps2509/providers/Microsoft.Resources/deployments/ps296?api-version=2019-10-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTFiZmE2MzUtZjJiZi00MmYxLTg2YjUtODQ4YzY3NGZjMzIxL3Jlc291cmNlZ3JvdXBzL3BzMjUwOS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9wczI5Nj9hcGktdmVyc2lvbj0yMDE5LTEwLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "eba8c6ad-8b1d-4bcd-ba6f-61fd42d744bc" + "a5bfae9d-a3e9-4326-932d-9df7520286de" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27110.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/3.4.0.0" + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/3.7.1.0" ] }, "ResponseHeaders": { @@ -11517,16 +7296,16 @@ "0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11827" + "11895" ], "x-ms-request-id": [ - "afb5b9de-baf9-4f7d-9760-36ecf57071c4" + "9341c1d3-e1f1-4b2b-8748-758d03794afe" ], "x-ms-correlation-request-id": [ - "afb5b9de-baf9-4f7d-9760-36ecf57071c4" + "9341c1d3-e1f1-4b2b-8748-758d03794afe" ], "x-ms-routing-request-id": [ - "WESTUS2:20200325T091340Z:afb5b9de-baf9-4f7d-9760-36ecf57071c4" + "NORTHCENTRALUS:20200612T213937Z:9341c1d3-e1f1-4b2b-8748-758d03794afe" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -11535,7 +7314,7 @@ "nosniff" ], "Date": [ - "Wed, 25 Mar 2020 09:13:39 GMT" + "Fri, 12 Jun 2020 21:39:36 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -11544,29 +7323,29 @@ "-1" ], "Content-Length": [ - "779" + "777" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/resourceGroups/ps6304/providers/Microsoft.Resources/deployments/ps7102\",\r\n \"name\": \"ps7102\",\r\n \"type\": \"Microsoft.Resources/deployments\",\r\n \"tags\": {\r\n \"key2\": \"value2\",\r\n \"key1\": \"value1\"\r\n },\r\n \"properties\": {\r\n \"templateHash\": \"11821504941859434205\",\r\n \"parameters\": {\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2757\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"East US\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2020-03-25T09:13:17.7308814Z\",\r\n \"duration\": \"PT6.5779187S\",\r\n \"correlationId\": \"d739b9ad-582a-4653-8eaf-c9d0298ba601\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"eastus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": []\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/ps2509/providers/Microsoft.Resources/deployments/ps296\",\r\n \"name\": \"ps296\",\r\n \"type\": \"Microsoft.Resources/deployments\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n },\r\n \"properties\": {\r\n \"templateHash\": \"11821504941859434205\",\r\n \"parameters\": {\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4924\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"East US\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2020-06-12T21:39:19.3168019Z\",\r\n \"duration\": \"PT4.8357977S\",\r\n \"correlationId\": \"6e296f26-2639-41f3-9c97-bb57b5e5459a\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"eastus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": []\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/resourcegroups/ps6304/providers/Microsoft.Resources/deployments/ps7102?api-version=2019-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYjlmMTM4YTEtMWQ2NC00MTA4LTg0MTMtOWVhM2JlMWMxYjJkL3Jlc291cmNlZ3JvdXBzL3BzNjMwNC9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9wczcxMDI/YXBpLXZlcnNpb249MjAxOS0xMC0wMQ==", + "RequestUri": "/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourcegroups/ps2509/providers/Microsoft.Resources/deployments/ps296?api-version=2019-10-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTFiZmE2MzUtZjJiZi00MmYxLTg2YjUtODQ4YzY3NGZjMzIxL3Jlc291cmNlZ3JvdXBzL3BzMjUwOS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9wczI5Nj9hcGktdmVyc2lvbj0yMDE5LTEwLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "9a47dd3a-3da3-434a-86fe-8127e3b8a757" + "8ad91374-a0c8-4f19-996b-c06c0607a8a5" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27110.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/3.4.0.0" + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/3.7.1.0" ] }, "ResponseHeaders": { @@ -11580,16 +7359,16 @@ "0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11825" + "11893" ], "x-ms-request-id": [ - "0e0446c1-3a04-4922-95fa-41ced2ab7476" + "18eee524-5d16-4af5-941a-ae99dea3ff02" ], "x-ms-correlation-request-id": [ - "0e0446c1-3a04-4922-95fa-41ced2ab7476" + "18eee524-5d16-4af5-941a-ae99dea3ff02" ], "x-ms-routing-request-id": [ - "WESTUS2:20200325T091340Z:0e0446c1-3a04-4922-95fa-41ced2ab7476" + "NORTHCENTRALUS:20200612T213937Z:18eee524-5d16-4af5-941a-ae99dea3ff02" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -11598,7 +7377,7 @@ "nosniff" ], "Date": [ - "Wed, 25 Mar 2020 09:13:39 GMT" + "Fri, 12 Jun 2020 21:39:37 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -11607,29 +7386,29 @@ "-1" ], "Content-Length": [ - "779" + "777" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/resourceGroups/ps6304/providers/Microsoft.Resources/deployments/ps7102\",\r\n \"name\": \"ps7102\",\r\n \"type\": \"Microsoft.Resources/deployments\",\r\n \"tags\": {\r\n \"key2\": \"value2\",\r\n \"key1\": \"value1\"\r\n },\r\n \"properties\": {\r\n \"templateHash\": \"11821504941859434205\",\r\n \"parameters\": {\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2757\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"East US\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2020-03-25T09:13:17.7308814Z\",\r\n \"duration\": \"PT6.5779187S\",\r\n \"correlationId\": \"d739b9ad-582a-4653-8eaf-c9d0298ba601\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"eastus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": []\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/ps2509/providers/Microsoft.Resources/deployments/ps296\",\r\n \"name\": \"ps296\",\r\n \"type\": \"Microsoft.Resources/deployments\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n },\r\n \"properties\": {\r\n \"templateHash\": \"11821504941859434205\",\r\n \"parameters\": {\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4924\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"East US\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2020-06-12T21:39:19.3168019Z\",\r\n \"duration\": \"PT4.8357977S\",\r\n \"correlationId\": \"6e296f26-2639-41f3-9c97-bb57b5e5459a\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"eastus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": []\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/resourcegroups/ps6304/providers/Microsoft.Resources/deployments/ps7102?api-version=2019-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYjlmMTM4YTEtMWQ2NC00MTA4LTg0MTMtOWVhM2JlMWMxYjJkL3Jlc291cmNlZ3JvdXBzL3BzNjMwNC9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9wczcxMDI/YXBpLXZlcnNpb249MjAxOS0xMC0wMQ==", + "RequestUri": "/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourcegroups/ps2509/providers/Microsoft.Resources/deployments/ps296?api-version=2019-10-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTFiZmE2MzUtZjJiZi00MmYxLTg2YjUtODQ4YzY3NGZjMzIxL3Jlc291cmNlZ3JvdXBzL3BzMjUwOS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9wczI5Nj9hcGktdmVyc2lvbj0yMDE5LTEwLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "63094590-42f6-4ac0-bf57-53819a02ab03" + "878fb5fa-bb55-43f2-a473-396ef454110f" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27110.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/3.4.0.0" + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/3.7.1.0" ] }, "ResponseHeaders": { @@ -11643,16 +7422,16 @@ "0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11823" + "11891" ], "x-ms-request-id": [ - "5990b488-d363-4b0e-ba89-6cd7eeccbe2b" + "d9b1cd0d-0ae3-45f1-a0ac-522b4773c102" ], "x-ms-correlation-request-id": [ - "5990b488-d363-4b0e-ba89-6cd7eeccbe2b" + "d9b1cd0d-0ae3-45f1-a0ac-522b4773c102" ], "x-ms-routing-request-id": [ - "WESTUS2:20200325T091341Z:5990b488-d363-4b0e-ba89-6cd7eeccbe2b" + "NORTHCENTRALUS:20200612T213938Z:d9b1cd0d-0ae3-45f1-a0ac-522b4773c102" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -11661,7 +7440,7 @@ "nosniff" ], "Date": [ - "Wed, 25 Mar 2020 09:13:40 GMT" + "Fri, 12 Jun 2020 21:39:37 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -11670,29 +7449,29 @@ "-1" ], "Content-Length": [ - "779" + "777" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/resourceGroups/ps6304/providers/Microsoft.Resources/deployments/ps7102\",\r\n \"name\": \"ps7102\",\r\n \"type\": \"Microsoft.Resources/deployments\",\r\n \"tags\": {\r\n \"key2\": \"value2\",\r\n \"key1\": \"value1\"\r\n },\r\n \"properties\": {\r\n \"templateHash\": \"11821504941859434205\",\r\n \"parameters\": {\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2757\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"East US\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2020-03-25T09:13:17.7308814Z\",\r\n \"duration\": \"PT6.5779187S\",\r\n \"correlationId\": \"d739b9ad-582a-4653-8eaf-c9d0298ba601\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"eastus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": []\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/ps2509/providers/Microsoft.Resources/deployments/ps296\",\r\n \"name\": \"ps296\",\r\n \"type\": \"Microsoft.Resources/deployments\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n },\r\n \"properties\": {\r\n \"templateHash\": \"11821504941859434205\",\r\n \"parameters\": {\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4924\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"East US\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2020-06-12T21:39:19.3168019Z\",\r\n \"duration\": \"PT4.8357977S\",\r\n \"correlationId\": \"6e296f26-2639-41f3-9c97-bb57b5e5459a\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"eastus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": []\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/resourcegroups/ps6304/providers/Microsoft.Resources/deployments/ps7102?api-version=2019-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYjlmMTM4YTEtMWQ2NC00MTA4LTg0MTMtOWVhM2JlMWMxYjJkL3Jlc291cmNlZ3JvdXBzL3BzNjMwNC9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9wczcxMDI/YXBpLXZlcnNpb249MjAxOS0xMC0wMQ==", + "RequestUri": "/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourcegroups/ps2509/providers/Microsoft.Resources/deployments/ps296?api-version=2019-10-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTFiZmE2MzUtZjJiZi00MmYxLTg2YjUtODQ4YzY3NGZjMzIxL3Jlc291cmNlZ3JvdXBzL3BzMjUwOS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9wczI5Nj9hcGktdmVyc2lvbj0yMDE5LTEwLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "839b76f5-704c-4c83-8bb0-db6266928753" + "c0b03b2c-55fc-42cb-8971-d76e75fafb0b" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27110.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/3.4.0.0" + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/3.7.1.0" ] }, "ResponseHeaders": { @@ -11706,16 +7485,16 @@ "0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11821" + "11889" ], "x-ms-request-id": [ - "9cceeff5-e7d6-4220-a7cf-6df29c9935b0" + "7d33b3b0-1f85-44d7-bd13-b59a83b42eeb" ], "x-ms-correlation-request-id": [ - "9cceeff5-e7d6-4220-a7cf-6df29c9935b0" + "7d33b3b0-1f85-44d7-bd13-b59a83b42eeb" ], "x-ms-routing-request-id": [ - "WESTUS2:20200325T091341Z:9cceeff5-e7d6-4220-a7cf-6df29c9935b0" + "NORTHCENTRALUS:20200612T213938Z:7d33b3b0-1f85-44d7-bd13-b59a83b42eeb" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -11724,7 +7503,7 @@ "nosniff" ], "Date": [ - "Wed, 25 Mar 2020 09:13:40 GMT" + "Fri, 12 Jun 2020 21:39:37 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -11733,29 +7512,29 @@ "-1" ], "Content-Length": [ - "779" + "777" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/resourceGroups/ps6304/providers/Microsoft.Resources/deployments/ps7102\",\r\n \"name\": \"ps7102\",\r\n \"type\": \"Microsoft.Resources/deployments\",\r\n \"tags\": {\r\n \"key2\": \"value2\",\r\n \"key1\": \"value1\"\r\n },\r\n \"properties\": {\r\n \"templateHash\": \"11821504941859434205\",\r\n \"parameters\": {\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2757\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"East US\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2020-03-25T09:13:17.7308814Z\",\r\n \"duration\": \"PT6.5779187S\",\r\n \"correlationId\": \"d739b9ad-582a-4653-8eaf-c9d0298ba601\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"eastus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": []\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/ps2509/providers/Microsoft.Resources/deployments/ps296\",\r\n \"name\": \"ps296\",\r\n \"type\": \"Microsoft.Resources/deployments\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n },\r\n \"properties\": {\r\n \"templateHash\": \"11821504941859434205\",\r\n \"parameters\": {\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4924\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"East US\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2020-06-12T21:39:19.3168019Z\",\r\n \"duration\": \"PT4.8357977S\",\r\n \"correlationId\": \"6e296f26-2639-41f3-9c97-bb57b5e5459a\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"eastus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": []\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/resourcegroups/ps6304/providers/Microsoft.Resources/deployments/ps7102?api-version=2019-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYjlmMTM4YTEtMWQ2NC00MTA4LTg0MTMtOWVhM2JlMWMxYjJkL3Jlc291cmNlZ3JvdXBzL3BzNjMwNC9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9wczcxMDI/YXBpLXZlcnNpb249MjAxOS0xMC0wMQ==", + "RequestUri": "/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourcegroups/ps2509/providers/Microsoft.Resources/deployments/ps296?api-version=2019-10-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTFiZmE2MzUtZjJiZi00MmYxLTg2YjUtODQ4YzY3NGZjMzIxL3Jlc291cmNlZ3JvdXBzL3BzMjUwOS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9wczI5Nj9hcGktdmVyc2lvbj0yMDE5LTEwLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "450a27e3-3b12-4600-8539-1d42d7a2440a" + "0a45435f-a9b5-4464-837d-809cf7c68576" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27110.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/3.4.0.0" + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/3.7.1.0" ] }, "ResponseHeaders": { @@ -11769,16 +7548,16 @@ "0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11819" + "11887" ], "x-ms-request-id": [ - "969f91a0-31c2-4334-9b65-e1707ce065f2" + "5695a31e-ae69-4ffb-aa37-054ab953bafd" ], "x-ms-correlation-request-id": [ - "969f91a0-31c2-4334-9b65-e1707ce065f2" + "5695a31e-ae69-4ffb-aa37-054ab953bafd" ], "x-ms-routing-request-id": [ - "WESTUS2:20200325T091341Z:969f91a0-31c2-4334-9b65-e1707ce065f2" + "NORTHCENTRALUS:20200612T213939Z:5695a31e-ae69-4ffb-aa37-054ab953bafd" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -11787,7 +7566,7 @@ "nosniff" ], "Date": [ - "Wed, 25 Mar 2020 09:13:40 GMT" + "Fri, 12 Jun 2020 21:39:38 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -11796,29 +7575,29 @@ "-1" ], "Content-Length": [ - "779" + "777" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/resourceGroups/ps6304/providers/Microsoft.Resources/deployments/ps7102\",\r\n \"name\": \"ps7102\",\r\n \"type\": \"Microsoft.Resources/deployments\",\r\n \"tags\": {\r\n \"key2\": \"value2\",\r\n \"key1\": \"value1\"\r\n },\r\n \"properties\": {\r\n \"templateHash\": \"11821504941859434205\",\r\n \"parameters\": {\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2757\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"East US\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2020-03-25T09:13:17.7308814Z\",\r\n \"duration\": \"PT6.5779187S\",\r\n \"correlationId\": \"d739b9ad-582a-4653-8eaf-c9d0298ba601\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"eastus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": []\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/ps2509/providers/Microsoft.Resources/deployments/ps296\",\r\n \"name\": \"ps296\",\r\n \"type\": \"Microsoft.Resources/deployments\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n },\r\n \"properties\": {\r\n \"templateHash\": \"11821504941859434205\",\r\n \"parameters\": {\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4924\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"East US\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2020-06-12T21:39:19.3168019Z\",\r\n \"duration\": \"PT4.8357977S\",\r\n \"correlationId\": \"6e296f26-2639-41f3-9c97-bb57b5e5459a\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"eastus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": []\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/resourcegroups/ps6304/providers/Microsoft.Resources/deployments/ps7102?api-version=2019-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYjlmMTM4YTEtMWQ2NC00MTA4LTg0MTMtOWVhM2JlMWMxYjJkL3Jlc291cmNlZ3JvdXBzL3BzNjMwNC9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9wczcxMDI/YXBpLXZlcnNpb249MjAxOS0xMC0wMQ==", + "RequestUri": "/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourcegroups/ps2509/providers/Microsoft.Resources/deployments/ps296?api-version=2019-10-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTFiZmE2MzUtZjJiZi00MmYxLTg2YjUtODQ4YzY3NGZjMzIxL3Jlc291cmNlZ3JvdXBzL3BzMjUwOS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9wczI5Nj9hcGktdmVyc2lvbj0yMDE5LTEwLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "14201826-2691-468b-b34d-24dc3e6744de" + "3181bcc6-9413-4264-8205-6a2cb1b549d9" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27110.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/3.4.0.0" + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/3.7.1.0" ] }, "ResponseHeaders": { @@ -11832,16 +7611,16 @@ "0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11817" + "11885" ], "x-ms-request-id": [ - "aacb05ed-8f6f-4355-9207-608cafa379a1" + "c5538c5e-ea47-43ad-8fa0-438b4849d414" ], "x-ms-correlation-request-id": [ - "aacb05ed-8f6f-4355-9207-608cafa379a1" + "c5538c5e-ea47-43ad-8fa0-438b4849d414" ], "x-ms-routing-request-id": [ - "WESTUS2:20200325T091341Z:aacb05ed-8f6f-4355-9207-608cafa379a1" + "NORTHCENTRALUS:20200612T213939Z:c5538c5e-ea47-43ad-8fa0-438b4849d414" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -11850,7 +7629,7 @@ "nosniff" ], "Date": [ - "Wed, 25 Mar 2020 09:13:40 GMT" + "Fri, 12 Jun 2020 21:39:38 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -11859,29 +7638,29 @@ "-1" ], "Content-Length": [ - "779" + "777" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/resourceGroups/ps6304/providers/Microsoft.Resources/deployments/ps7102\",\r\n \"name\": \"ps7102\",\r\n \"type\": \"Microsoft.Resources/deployments\",\r\n \"tags\": {\r\n \"key2\": \"value2\",\r\n \"key1\": \"value1\"\r\n },\r\n \"properties\": {\r\n \"templateHash\": \"11821504941859434205\",\r\n \"parameters\": {\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2757\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"East US\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2020-03-25T09:13:17.7308814Z\",\r\n \"duration\": \"PT6.5779187S\",\r\n \"correlationId\": \"d739b9ad-582a-4653-8eaf-c9d0298ba601\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"eastus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": []\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/ps2509/providers/Microsoft.Resources/deployments/ps296\",\r\n \"name\": \"ps296\",\r\n \"type\": \"Microsoft.Resources/deployments\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n },\r\n \"properties\": {\r\n \"templateHash\": \"11821504941859434205\",\r\n \"parameters\": {\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4924\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"East US\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2020-06-12T21:39:19.3168019Z\",\r\n \"duration\": \"PT4.8357977S\",\r\n \"correlationId\": \"6e296f26-2639-41f3-9c97-bb57b5e5459a\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"eastus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": []\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/resourcegroups/ps6304/providers/Microsoft.Resources/deployments/ps7102?api-version=2019-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYjlmMTM4YTEtMWQ2NC00MTA4LTg0MTMtOWVhM2JlMWMxYjJkL3Jlc291cmNlZ3JvdXBzL3BzNjMwNC9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9wczcxMDI/YXBpLXZlcnNpb249MjAxOS0xMC0wMQ==", + "RequestUri": "/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourcegroups/ps2509/providers/Microsoft.Resources/deployments/ps296?api-version=2019-10-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTFiZmE2MzUtZjJiZi00MmYxLTg2YjUtODQ4YzY3NGZjMzIxL3Jlc291cmNlZ3JvdXBzL3BzMjUwOS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9wczI5Nj9hcGktdmVyc2lvbj0yMDE5LTEwLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "a3f9b3e3-52ed-4e21-bd0a-4beac90d8ba6" + "da91e654-3322-439b-89ad-493a5f6f0856" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27110.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/3.4.0.0" + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/3.7.1.0" ] }, "ResponseHeaders": { @@ -11892,16 +7671,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11815" + "11883" ], "x-ms-request-id": [ - "52726461-ecd9-41f4-ab76-bcf0fc7c9c5d" + "57d281ce-a48a-44d2-804b-351ea8cc6284" ], "x-ms-correlation-request-id": [ - "52726461-ecd9-41f4-ab76-bcf0fc7c9c5d" + "57d281ce-a48a-44d2-804b-351ea8cc6284" ], "x-ms-routing-request-id": [ - "WESTUS2:20200325T091342Z:52726461-ecd9-41f4-ab76-bcf0fc7c9c5d" + "NORTHCENTRALUS:20200612T213939Z:57d281ce-a48a-44d2-804b-351ea8cc6284" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -11910,7 +7689,7 @@ "nosniff" ], "Date": [ - "Wed, 25 Mar 2020 09:13:42 GMT" + "Fri, 12 Jun 2020 21:39:39 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -11919,93 +7698,32 @@ "-1" ], "Content-Length": [ - "1758" + "1757" ], "Retry-After": [ "0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/resourceGroups/ps6304/providers/Microsoft.Resources/deployments/ps7102\",\r\n \"name\": \"ps7102\",\r\n \"type\": \"Microsoft.Resources/deployments\",\r\n \"tags\": {\r\n \"key2\": \"value2\",\r\n \"key1\": \"value1\"\r\n },\r\n \"properties\": {\r\n \"templateHash\": \"11821504941859434205\",\r\n \"parameters\": {\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2757\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"East US\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2020-03-25T09:13:41.6088857Z\",\r\n \"duration\": \"PT30.455923S\",\r\n \"correlationId\": \"d739b9ad-582a-4653-8eaf-c9d0298ba601\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"eastus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [],\r\n \"outputs\": {\r\n \"storageAccountInfo\": {\r\n \"type\": \"Object\",\r\n \"value\": {\r\n \"privateEndpointConnections\": [],\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"virtualNetworkRules\": [],\r\n \"ipRules\": [],\r\n \"defaultAction\": \"Allow\"\r\n },\r\n \"supportsHttpsTrafficOnly\": false,\r\n \"encryption\": {\r\n \"services\": {\r\n \"file\": {\r\n \"keyType\": \"Account\",\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2020-03-25T09:13:17.2457033Z\"\r\n },\r\n \"blob\": {\r\n \"keyType\": \"Account\",\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2020-03-25T09:13:17.2457033Z\"\r\n }\r\n },\r\n \"keySource\": \"Microsoft.Storage\"\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2020-03-25T09:13:17.1832192Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://ps2757.blob.core.windows.net/\",\r\n \"queue\": \"https://ps2757.queue.core.windows.net/\",\r\n \"table\": \"https://ps2757.table.core.windows.net/\",\r\n \"file\": \"https://ps2757.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus\",\r\n \"statusOfPrimary\": \"available\"\r\n }\r\n }\r\n },\r\n \"outputResources\": [\r\n {\r\n \"id\": \"/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/resourceGroups/ps6304/providers/Microsoft.Storage/storageAccounts/ps2757\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/ps2509/providers/Microsoft.Resources/deployments/ps296\",\r\n \"name\": \"ps296\",\r\n \"type\": \"Microsoft.Resources/deployments\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n },\r\n \"properties\": {\r\n \"templateHash\": \"11821504941859434205\",\r\n \"parameters\": {\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4924\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"East US\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2020-06-12T21:39:39.4687534Z\",\r\n \"duration\": \"PT24.9877492S\",\r\n \"correlationId\": \"6e296f26-2639-41f3-9c97-bb57b5e5459a\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"eastus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [],\r\n \"outputs\": {\r\n \"storageAccountInfo\": {\r\n \"type\": \"Object\",\r\n \"value\": {\r\n \"privateEndpointConnections\": [],\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"virtualNetworkRules\": [],\r\n \"ipRules\": [],\r\n \"defaultAction\": \"Allow\"\r\n },\r\n \"supportsHttpsTrafficOnly\": false,\r\n \"encryption\": {\r\n \"services\": {\r\n \"file\": {\r\n \"keyType\": \"Account\",\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2020-06-12T21:39:18.7808705Z\"\r\n },\r\n \"blob\": {\r\n \"keyType\": \"Account\",\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2020-06-12T21:39:18.7808705Z\"\r\n }\r\n },\r\n \"keySource\": \"Microsoft.Storage\"\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2020-06-12T21:39:18.7027166Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://ps4924.blob.core.windows.net/\",\r\n \"queue\": \"https://ps4924.queue.core.windows.net/\",\r\n \"table\": \"https://ps4924.table.core.windows.net/\",\r\n \"file\": \"https://ps4924.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus\",\r\n \"statusOfPrimary\": \"available\"\r\n }\r\n }\r\n },\r\n \"outputResources\": [\r\n {\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/ps2509/providers/Microsoft.Storage/storageAccounts/ps4924\"\r\n }\r\n ]\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/resourcegroups/ps6304/providers/Microsoft.Resources/deployments/ps7102?api-version=2019-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYjlmMTM4YTEtMWQ2NC00MTA4LTg0MTMtOWVhM2JlMWMxYjJkL3Jlc291cmNlZ3JvdXBzL3BzNjMwNC9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9wczcxMDI/YXBpLXZlcnNpb249MjAxOS0xMC0wMQ==", + "RequestUri": "/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourcegroups/ps2509/providers/Microsoft.Resources/deployments/ps296?api-version=2019-10-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTFiZmE2MzUtZjJiZi00MmYxLTg2YjUtODQ4YzY3NGZjMzIxL3Jlc291cmNlZ3JvdXBzL3BzMjUwOS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9wczI5Nj9hcGktdmVyc2lvbj0yMDE5LTEwLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "e28298aa-14fc-4868-a179-5d86212b0dfc" + "b7346469-5f08-42a5-b650-f6ba6c6ac471" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27110.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/3.4.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11814" - ], - "x-ms-request-id": [ - "e4e414b6-2045-4b63-a799-3a651b7aac65" - ], - "x-ms-correlation-request-id": [ - "e4e414b6-2045-4b63-a799-3a651b7aac65" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20200325T091342Z:e4e414b6-2045-4b63-a799-3a651b7aac65" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Wed, 25 Mar 2020 09:13:42 GMT" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Content-Length": [ - "1758" - ], - "Retry-After": [ - "0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/resourceGroups/ps6304/providers/Microsoft.Resources/deployments/ps7102\",\r\n \"name\": \"ps7102\",\r\n \"type\": \"Microsoft.Resources/deployments\",\r\n \"tags\": {\r\n \"key2\": \"value2\",\r\n \"key1\": \"value1\"\r\n },\r\n \"properties\": {\r\n \"templateHash\": \"11821504941859434205\",\r\n \"parameters\": {\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2757\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"East US\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2020-03-25T09:13:41.6088857Z\",\r\n \"duration\": \"PT30.455923S\",\r\n \"correlationId\": \"d739b9ad-582a-4653-8eaf-c9d0298ba601\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"eastus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [],\r\n \"outputs\": {\r\n \"storageAccountInfo\": {\r\n \"type\": \"Object\",\r\n \"value\": {\r\n \"privateEndpointConnections\": [],\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"virtualNetworkRules\": [],\r\n \"ipRules\": [],\r\n \"defaultAction\": \"Allow\"\r\n },\r\n \"supportsHttpsTrafficOnly\": false,\r\n \"encryption\": {\r\n \"services\": {\r\n \"file\": {\r\n \"keyType\": \"Account\",\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2020-03-25T09:13:17.2457033Z\"\r\n },\r\n \"blob\": {\r\n \"keyType\": \"Account\",\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2020-03-25T09:13:17.2457033Z\"\r\n }\r\n },\r\n \"keySource\": \"Microsoft.Storage\"\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2020-03-25T09:13:17.1832192Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://ps2757.blob.core.windows.net/\",\r\n \"queue\": \"https://ps2757.queue.core.windows.net/\",\r\n \"table\": \"https://ps2757.table.core.windows.net/\",\r\n \"file\": \"https://ps2757.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus\",\r\n \"statusOfPrimary\": \"available\"\r\n }\r\n }\r\n },\r\n \"outputResources\": [\r\n {\r\n \"id\": \"/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/resourceGroups/ps6304/providers/Microsoft.Storage/storageAccounts/ps2757\"\r\n }\r\n ]\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/providers?api-version=2016-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYjlmMTM4YTEtMWQ2NC00MTA4LTg0MTMtOWVhM2JlMWMxYjJkL3Byb3ZpZGVycz9hcGktdmVyc2lvbj0yMDE2LTA3LTAx", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "AzurePowershell/v1.0.0", - "PSVersion/v6.2.3" - ], - "ParameterSetName": [ - "__AllParameterSets" - ], - "CommandName": [ - "Save-AzResourceGroupDeploymentTemplate" + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/3.7.1.0" ] }, "ResponseHeaders": { @@ -12016,16 +7734,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11999" + "11882" ], "x-ms-request-id": [ - "4f82cecd-2e6b-4037-8e7b-f73f343d714c" + "4b4261f8-0772-4d8f-a641-1f6caab7a069" ], "x-ms-correlation-request-id": [ - "4f82cecd-2e6b-4037-8e7b-f73f343d714c" + "4b4261f8-0772-4d8f-a641-1f6caab7a069" ], "x-ms-routing-request-id": [ - "WESTUS2:20200325T091344Z:4f82cecd-2e6b-4037-8e7b-f73f343d714c" + "NORTHCENTRALUS:20200612T213940Z:4b4261f8-0772-4d8f-a641-1f6caab7a069" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -12034,7 +7752,7 @@ "nosniff" ], "Date": [ - "Wed, 25 Mar 2020 09:13:43 GMT" + "Fri, 12 Jun 2020 21:39:39 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -12043,36 +7761,32 @@ "-1" ], "Content-Length": [ - "742622" + "1757" ], "Retry-After": [ "0" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/providers/Microsoft.AppConfiguration\",\r\n \"namespace\": \"Microsoft.AppConfiguration\",\r\n \"authorizations\": [\r\n {\r\n \"applicationId\": \"35ffadb3-7fc1-497e-b61b-381d28e744cc\",\r\n \"roleDefinitionId\": \"fffa409e-a8cc-4cbf-8e1c-6d940b33040e\"\r\n }\r\n ],\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"configurationStores\",\r\n \"locations\": [\r\n \"West Central US\",\r\n \"Central US\",\r\n \"West US\",\r\n \"East US\",\r\n \"West Europe\",\r\n \"Southeast Asia\",\r\n \"Australia East\",\r\n \"North Europe\",\r\n \"UK South\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"West US 2\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Central India\",\r\n \"East Asia\",\r\n \"France Central\",\r\n \"Japan East\",\r\n \"Korea Central\",\r\n \"North Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-11-01-preview\",\r\n \"2019-10-01\",\r\n \"2019-02-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"configurationStores/eventGridFilters\",\r\n \"locations\": [\r\n \"West Central US\",\r\n \"Central US\",\r\n \"West US\",\r\n \"East US\",\r\n \"West Europe\",\r\n \"Southeast Asia\",\r\n \"Australia East\",\r\n \"North Europe\",\r\n \"UK South\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"West US 2\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Central India\",\r\n \"East Asia\",\r\n \"France Central\",\r\n \"Japan East\",\r\n \"Korea Central\",\r\n \"North Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-11-01-preview\",\r\n \"2019-10-01\",\r\n \"2019-02-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [\r\n \"West Central US\",\r\n \"Central US\",\r\n \"West US\",\r\n \"East US\",\r\n \"West Europe\",\r\n \"Southeast Asia\",\r\n \"Australia East\",\r\n \"North Europe\",\r\n \"UK South\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"West US 2\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Central India\",\r\n \"East Asia\",\r\n \"France Central\",\r\n \"Japan East\",\r\n \"Korea Central\",\r\n \"North Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-11-01-preview\",\r\n \"2019-10-01\",\r\n \"2019-02-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [\r\n \"West Central US\",\r\n \"Central US\",\r\n \"West US\",\r\n \"East US\",\r\n \"West Europe\",\r\n \"Southeast Asia\",\r\n \"Australia East\",\r\n \"North Europe\",\r\n \"UK South\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"West US 2\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Central India\",\r\n \"East Asia\",\r\n \"France Central\",\r\n \"Japan East\",\r\n \"Korea Central\",\r\n \"North Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-11-01-preview\",\r\n \"2019-10-01\",\r\n \"2019-02-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operationsStatus\",\r\n \"locations\": [\r\n \"West Central US\",\r\n \"Central US\",\r\n \"West US\",\r\n \"East US\",\r\n \"West Europe\",\r\n \"Southeast Asia\",\r\n \"Australia East\",\r\n \"North Europe\",\r\n \"UK South\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"West US 2\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Central India\",\r\n \"East Asia\",\r\n \"France Central\",\r\n \"Japan East\",\r\n \"Korea Central\",\r\n \"North Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-11-01-preview\",\r\n \"2019-10-01\",\r\n \"2019-02-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [\r\n \"West Central US\",\r\n \"Central US\",\r\n \"West US\",\r\n \"East US\",\r\n \"West Europe\",\r\n \"Southeast Asia\",\r\n \"Australia East\",\r\n \"North Europe\",\r\n \"UK South\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"West US 2\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Central India\",\r\n \"East Asia\",\r\n \"France Central\",\r\n \"Japan East\",\r\n \"Korea Central\",\r\n \"North Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-11-01-preview\",\r\n \"2019-10-01\",\r\n \"2019-02-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/providers/Microsoft.KeyVault\",\r\n \"namespace\": \"Microsoft.KeyVault\",\r\n \"authorizations\": [\r\n {\r\n \"applicationId\": \"cfa8b339-82a2-471a-a3c9-0fc0be7a4093\",\r\n \"roleDefinitionId\": \"1cf9858a-28a2-4228-abba-94e606305b95\"\r\n },\r\n {\r\n \"applicationId\": \"589d5083-6f11-4d30-a62a-a4b316a14abf\"\r\n }\r\n ],\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"vaults\",\r\n \"locations\": [\r\n \"North Central US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"South Central US\",\r\n \"West US\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"UAE North\",\r\n \"South Africa North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-09-01\",\r\n \"2018-02-14-preview\",\r\n \"2018-02-14\",\r\n \"2016-10-01\",\r\n \"2015-06-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"vaults/secrets\",\r\n \"locations\": [\r\n \"North Central US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"South Central US\",\r\n \"West US\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"UAE North\",\r\n \"South Africa North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-09-01\",\r\n \"2018-02-14-preview\",\r\n \"2018-02-14\",\r\n \"2016-10-01\",\r\n \"2015-06-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"vaults/accessPolicies\",\r\n \"locations\": [\r\n \"North Central US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"South Central US\",\r\n \"West US\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"UAE North\",\r\n \"South Africa North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-09-01\",\r\n \"2018-02-14-preview\",\r\n \"2018-02-14\",\r\n \"2016-10-01\",\r\n \"2015-06-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-09-01\",\r\n \"2018-02-14-preview\",\r\n \"2018-02-14\",\r\n \"2016-10-01\",\r\n \"2015-06-01\",\r\n \"2014-12-19-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-09-01\",\r\n \"2018-02-14-preview\",\r\n \"2018-02-14\",\r\n \"2016-10-01\",\r\n \"2015-06-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"deletedVaults\",\r\n \"locations\": [\r\n \"North Central US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"South Central US\",\r\n \"West US\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"UAE North\",\r\n \"South Africa North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-09-01\",\r\n \"2018-02-14-preview\",\r\n \"2018-02-14\",\r\n \"2016-10-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-09-01\",\r\n \"2018-02-14-preview\",\r\n \"2018-02-14\",\r\n \"2016-10-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/deletedVaults\",\r\n \"locations\": [\r\n \"North Central US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"South Central US\",\r\n \"West US\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"UAE North\",\r\n \"South Africa North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-09-01\",\r\n \"2018-02-14-preview\",\r\n \"2018-02-14\",\r\n \"2016-10-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/deleteVirtualNetworkOrSubnets\",\r\n \"locations\": [\r\n \"East US\",\r\n \"North Central US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"South Central US\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"West US\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Australia Central\",\r\n \"Brazil South\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"UAE North\",\r\n \"South Africa North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-09-01\",\r\n \"2018-02-14-preview\",\r\n \"2018-02-14\",\r\n \"2016-10-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operationResults\",\r\n \"locations\": [\r\n \"North Central US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"South Central US\",\r\n \"West US\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"UAE North\",\r\n \"South Africa North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-09-01\",\r\n \"2018-02-14-preview\",\r\n \"2018-02-14\",\r\n \"2016-10-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"vaults/eventGridFilters\",\r\n \"locations\": [\r\n \"North Central US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"South Central US\",\r\n \"West US\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"UAE North\",\r\n \"South Africa North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-09-01\",\r\n \"2018-02-14-preview\",\r\n \"2018-02-14\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/providers/Microsoft.Network\",\r\n \"namespace\": \"Microsoft.Network\",\r\n \"authorizations\": [\r\n {\r\n \"applicationId\": \"2cf9eb86-36b5-49dc-86ae-9a63135dfa8c\",\r\n \"roleDefinitionId\": \"13ba9ab4-19f0-4804-adc4-14ece36cc7a1\"\r\n },\r\n {\r\n \"applicationId\": \"7c33bfcb-8d33-48d6-8e60-dc6404003489\",\r\n \"roleDefinitionId\": \"ad6261e4-fa9a-4642-aa5f-104f1b67e9e3\"\r\n },\r\n {\r\n \"applicationId\": \"1e3e4475-288f-4018-a376-df66fd7fac5f\",\r\n \"roleDefinitionId\": \"1d538b69-3d87-4e56-8ff8-25786fd48261\"\r\n },\r\n {\r\n \"applicationId\": \"a0be0c72-870e-46f0-9c49-c98333a996f7\",\r\n \"roleDefinitionId\": \"7ce22727-ffce-45a9-930c-ddb2e56fa131\"\r\n },\r\n {\r\n \"applicationId\": \"486c78bf-a0f7-45f1-92fd-37215929e116\",\r\n \"roleDefinitionId\": \"98a9e526-0a60-4c1f-a33a-ae46e1f8dc0d\"\r\n },\r\n {\r\n \"applicationId\": \"19947cfd-0303-466c-ac3c-fcc19a7a1570\",\r\n \"roleDefinitionId\": \"d813ab6c-bfb7-413e-9462-005b21f0ce09\"\r\n },\r\n {\r\n \"applicationId\": \"341b7f3d-69b3-47f9-9ce7-5b7f4945fdbd\",\r\n \"roleDefinitionId\": \"8141843c-c51c-4c1e-a5bf-0d351594b86c\"\r\n },\r\n {\r\n \"applicationId\": \"328fd23b-de6e-462c-9433-e207470a5727\",\r\n \"roleDefinitionId\": \"79e29e06-4056-41e5-a6b2-959f1f47747e\"\r\n }\r\n ],\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\",\r\n \"2016-11-01\",\r\n \"2016-10-01\",\r\n \"2016-09-01\",\r\n \"2016-08-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-03-30\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\",\r\n \"2014-12-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"natGateways\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\"\r\n ],\r\n \"zoneMappings\": [\r\n {\r\n \"location\": \"East US 2\",\r\n \"zones\": [\r\n \"3\",\r\n \"2\",\r\n \"1\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Central US\",\r\n \"zones\": [\r\n \"3\",\r\n \"2\",\r\n \"1\"\r\n ]\r\n },\r\n {\r\n \"location\": \"West Europe\",\r\n \"zones\": [\r\n \"3\",\r\n \"2\",\r\n \"1\"\r\n ]\r\n },\r\n {\r\n \"location\": \"France Central\",\r\n \"zones\": [\r\n \"3\",\r\n \"2\",\r\n \"1\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Southeast Asia\",\r\n \"zones\": [\r\n \"3\",\r\n \"2\",\r\n \"1\"\r\n ]\r\n },\r\n {\r\n \"location\": \"West US 2\",\r\n \"zones\": [\r\n \"3\",\r\n \"2\",\r\n \"1\"\r\n ]\r\n },\r\n {\r\n \"location\": \"North Europe\",\r\n \"zones\": [\r\n \"3\",\r\n \"2\",\r\n \"1\"\r\n ]\r\n },\r\n {\r\n \"location\": \"East US\",\r\n \"zones\": [\r\n \"3\",\r\n \"2\",\r\n \"1\"\r\n ]\r\n },\r\n {\r\n \"location\": \"UK South\",\r\n \"zones\": [\r\n \"3\",\r\n \"2\",\r\n \"1\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Japan East\",\r\n \"zones\": [\r\n \"3\",\r\n \"2\",\r\n \"1\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Australia East\",\r\n \"zones\": []\r\n },\r\n {\r\n \"location\": \"South Africa North\",\r\n \"zones\": []\r\n },\r\n {\r\n \"location\": \"South Central US\",\r\n \"zones\": []\r\n },\r\n {\r\n \"location\": \"Canada Central\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"publicIPAddresses\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\",\r\n \"2016-11-01\",\r\n \"2016-10-01\",\r\n \"2016-09-01\",\r\n \"2016-08-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-03-30\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\",\r\n \"2014-12-01-preview\"\r\n ],\r\n \"zoneMappings\": [\r\n {\r\n \"location\": \"East US 2\",\r\n \"zones\": [\r\n \"3\",\r\n \"2\",\r\n \"1\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Central US\",\r\n \"zones\": [\r\n \"3\",\r\n \"2\",\r\n \"1\"\r\n ]\r\n },\r\n {\r\n \"location\": \"West Europe\",\r\n \"zones\": [\r\n \"3\",\r\n \"2\",\r\n \"1\"\r\n ]\r\n },\r\n {\r\n \"location\": \"France Central\",\r\n \"zones\": [\r\n \"3\",\r\n \"2\",\r\n \"1\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Southeast Asia\",\r\n \"zones\": [\r\n \"3\",\r\n \"2\",\r\n \"1\"\r\n ]\r\n },\r\n {\r\n \"location\": \"West US 2\",\r\n \"zones\": [\r\n \"3\",\r\n \"2\",\r\n \"1\"\r\n ]\r\n },\r\n {\r\n \"location\": \"North Europe\",\r\n \"zones\": [\r\n \"3\",\r\n \"2\",\r\n \"1\"\r\n ]\r\n },\r\n {\r\n \"location\": \"East US\",\r\n \"zones\": [\r\n \"3\",\r\n \"2\",\r\n \"1\"\r\n ]\r\n },\r\n {\r\n \"location\": \"UK South\",\r\n \"zones\": [\r\n \"3\",\r\n \"2\",\r\n \"1\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Japan East\",\r\n \"zones\": [\r\n \"3\",\r\n \"2\",\r\n \"1\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Australia East\",\r\n \"zones\": []\r\n },\r\n {\r\n \"location\": \"South Africa North\",\r\n \"zones\": []\r\n },\r\n {\r\n \"location\": \"South Central US\",\r\n \"zones\": []\r\n },\r\n {\r\n \"location\": \"Canada Central\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\",\r\n \"2016-11-01\",\r\n \"2016-10-01\",\r\n \"2016-09-01\",\r\n \"2016-08-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-03-30\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\",\r\n \"2014-12-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"privateEndpoints\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"privateEndpointRedirectMaps\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"loadBalancers\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\",\r\n \"2016-11-01\",\r\n \"2016-10-01\",\r\n \"2016-09-01\",\r\n \"2016-08-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-03-30\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\",\r\n \"2014-12-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\",\r\n \"2016-11-01\",\r\n \"2016-10-01\",\r\n \"2016-09-01\",\r\n \"2016-08-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-03-30\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\",\r\n \"2014-12-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"applicationSecurityGroups\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"serviceEndpointPolicies\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"networkIntentPolicies\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\",\r\n \"2016-11-01\",\r\n \"2016-10-01\",\r\n \"2016-09-01\",\r\n \"2016-08-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-03-30\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\",\r\n \"2014-12-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"publicIPPrefixes\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\"\r\n ],\r\n \"zoneMappings\": [\r\n {\r\n \"location\": \"East US 2\",\r\n \"zones\": [\r\n \"3\",\r\n \"2\",\r\n \"1\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Central US\",\r\n \"zones\": [\r\n \"3\",\r\n \"2\",\r\n \"1\"\r\n ]\r\n },\r\n {\r\n \"location\": \"West Europe\",\r\n \"zones\": [\r\n \"3\",\r\n \"2\",\r\n \"1\"\r\n ]\r\n },\r\n {\r\n \"location\": \"France Central\",\r\n \"zones\": [\r\n \"3\",\r\n \"2\",\r\n \"1\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Southeast Asia\",\r\n \"zones\": [\r\n \"3\",\r\n \"2\",\r\n \"1\"\r\n ]\r\n },\r\n {\r\n \"location\": \"West US 2\",\r\n \"zones\": [\r\n \"3\",\r\n \"2\",\r\n \"1\"\r\n ]\r\n },\r\n {\r\n \"location\": \"North Europe\",\r\n \"zones\": [\r\n \"3\",\r\n \"2\",\r\n \"1\"\r\n ]\r\n },\r\n {\r\n \"location\": \"East US\",\r\n \"zones\": [\r\n \"3\",\r\n \"2\",\r\n \"1\"\r\n ]\r\n },\r\n {\r\n \"location\": \"UK South\",\r\n \"zones\": [\r\n \"3\",\r\n \"2\",\r\n \"1\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Japan East\",\r\n \"zones\": [\r\n \"3\",\r\n \"2\",\r\n \"1\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Australia East\",\r\n \"zones\": []\r\n },\r\n {\r\n \"location\": \"South Africa North\",\r\n \"zones\": []\r\n },\r\n {\r\n \"location\": \"South Central US\",\r\n \"zones\": []\r\n },\r\n {\r\n \"location\": \"Canada Central\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"ddosCustomPolicies\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"networkWatchers\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\",\r\n \"2016-11-01\",\r\n \"2016-10-01\",\r\n \"2016-09-01\",\r\n \"2016-08-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-03-30\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"networkWatchers/connectionMonitors\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"networkWatchers/flowLogs\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"networkWatchers/pingMeshes\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworkGateways\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\",\r\n \"2016-11-01\",\r\n \"2016-10-01\",\r\n \"2016-09-01\",\r\n \"2016-08-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-03-30\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\",\r\n \"2014-12-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"localNetworkGateways\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\",\r\n \"2016-11-01\",\r\n \"2016-10-01\",\r\n \"2016-09-01\",\r\n \"2016-08-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-03-30\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\",\r\n \"2014-12-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"connections\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\",\r\n \"2016-11-01\",\r\n \"2016-10-01\",\r\n \"2016-09-01\",\r\n \"2016-08-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-03-30\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\",\r\n \"2014-12-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"applicationGateways\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\",\r\n \"2016-11-01\",\r\n \"2016-10-01\",\r\n \"2016-09-01\",\r\n \"2016-08-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-03-30\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\",\r\n \"2014-12-01-preview\"\r\n ],\r\n \"zoneMappings\": [\r\n {\r\n \"location\": \"East US 2\",\r\n \"zones\": [\r\n \"3\",\r\n \"2\",\r\n \"1\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Central US\",\r\n \"zones\": [\r\n \"3\",\r\n \"2\",\r\n \"1\"\r\n ]\r\n },\r\n {\r\n \"location\": \"West Europe\",\r\n \"zones\": [\r\n \"3\",\r\n \"2\",\r\n \"1\"\r\n ]\r\n },\r\n {\r\n \"location\": \"France Central\",\r\n \"zones\": [\r\n \"3\",\r\n \"2\",\r\n \"1\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Southeast Asia\",\r\n \"zones\": [\r\n \"3\",\r\n \"2\",\r\n \"1\"\r\n ]\r\n },\r\n {\r\n \"location\": \"West US 2\",\r\n \"zones\": [\r\n \"3\",\r\n \"2\",\r\n \"1\"\r\n ]\r\n },\r\n {\r\n \"location\": \"North Europe\",\r\n \"zones\": [\r\n \"3\",\r\n \"2\",\r\n \"1\"\r\n ]\r\n },\r\n {\r\n \"location\": \"East US\",\r\n \"zones\": [\r\n \"3\",\r\n \"2\",\r\n \"1\"\r\n ]\r\n },\r\n {\r\n \"location\": \"UK South\",\r\n \"zones\": [\r\n \"3\",\r\n \"2\",\r\n \"1\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Japan East\",\r\n \"zones\": [\r\n \"3\",\r\n \"2\",\r\n \"1\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Australia East\",\r\n \"zones\": []\r\n },\r\n {\r\n \"location\": \"South Africa North\",\r\n \"zones\": []\r\n },\r\n {\r\n \"location\": \"South Central US\",\r\n \"zones\": []\r\n },\r\n {\r\n \"location\": \"Canada Central\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"applicationGatewayWebApplicationFirewallPolicies\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\",\r\n \"2016-11-01\",\r\n \"2016-10-01\",\r\n \"2016-09-01\",\r\n \"2016-08-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-03-30\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\",\r\n \"2014-12-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\",\r\n \"2016-11-01\",\r\n \"2016-10-01\",\r\n \"2016-09-01\",\r\n \"2016-08-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-03-30\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\",\r\n \"2014-12-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operationResults\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\",\r\n \"2016-11-01\",\r\n \"2016-10-01\",\r\n \"2016-09-01\",\r\n \"2016-08-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-03-30\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\",\r\n \"2014-12-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/CheckDnsNameAvailability\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\",\r\n \"2016-11-01\",\r\n \"2016-10-01\",\r\n \"2016-09-01\",\r\n \"2016-08-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-03-30\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\",\r\n \"2014-12-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/usages\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\",\r\n \"2016-11-01\",\r\n \"2016-10-01\",\r\n \"2016-09-01\",\r\n \"2016-08-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-03-30\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\",\r\n \"2014-12-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/virtualNetworkAvailableEndpointServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/availableDelegations\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/serviceTags\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/availablePrivateEndpointTypes\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/availableServiceAliases\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/checkPrivateLinkServiceVisibility\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/autoApprovedPrivateLinkServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/batchValidatePrivateEndpointsForResourceMove\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/batchNotifyPrivateEndpointsForResourceMove\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/supportedVirtualMachineSizes\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/checkAcceleratedNetworkingSupport\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/validateResourceOwnership\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/setResourceOwnership\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/effectiveResourceOwnership\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\",\r\n \"2016-11-01\",\r\n \"2016-10-01\",\r\n \"2016-09-01\",\r\n \"2016-08-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-03-30\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\",\r\n \"2014-12-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"dnszones\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-05-01\",\r\n \"2018-03-01-preview\",\r\n \"2017-10-01\",\r\n \"2017-09-15-preview\",\r\n \"2017-09-01\",\r\n \"2016-04-01\",\r\n \"2015-05-04-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"dnsOperationResults\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-05-01\",\r\n \"2018-03-01-preview\",\r\n \"2017-10-01\",\r\n \"2017-09-15-preview\",\r\n \"2017-09-01\",\r\n \"2016-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"dnsOperationStatuses\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-05-01\",\r\n \"2018-03-01-preview\",\r\n \"2017-10-01\",\r\n \"2017-09-15-preview\",\r\n \"2017-09-01\",\r\n \"2016-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"getDnsResourceReference\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"internalNotify\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"dnszones/A\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-05-01\",\r\n \"2018-03-01-preview\",\r\n \"2017-10-01\",\r\n \"2017-09-15-preview\",\r\n \"2017-09-01\",\r\n \"2016-04-01\",\r\n \"2015-05-04-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"dnszones/AAAA\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-05-01\",\r\n \"2018-03-01-preview\",\r\n \"2017-10-01\",\r\n \"2017-09-15-preview\",\r\n \"2017-09-01\",\r\n \"2016-04-01\",\r\n \"2015-05-04-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"dnszones/CNAME\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-05-01\",\r\n \"2018-03-01-preview\",\r\n \"2017-10-01\",\r\n \"2017-09-15-preview\",\r\n \"2017-09-01\",\r\n \"2016-04-01\",\r\n \"2015-05-04-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"dnszones/PTR\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-05-01\",\r\n \"2018-03-01-preview\",\r\n \"2017-10-01\",\r\n \"2017-09-15-preview\",\r\n \"2017-09-01\",\r\n \"2016-04-01\",\r\n \"2015-05-04-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"dnszones/MX\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-05-01\",\r\n \"2018-03-01-preview\",\r\n \"2017-10-01\",\r\n \"2017-09-15-preview\",\r\n \"2017-09-01\",\r\n \"2016-04-01\",\r\n \"2015-05-04-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"dnszones/TXT\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-05-01\",\r\n \"2018-03-01-preview\",\r\n \"2017-10-01\",\r\n \"2017-09-15-preview\",\r\n \"2017-09-01\",\r\n \"2016-04-01\",\r\n \"2015-05-04-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"dnszones/SRV\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-05-01\",\r\n \"2018-03-01-preview\",\r\n \"2017-10-01\",\r\n \"2017-09-15-preview\",\r\n \"2017-09-01\",\r\n \"2016-04-01\",\r\n \"2015-05-04-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"dnszones/SOA\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-05-01\",\r\n \"2018-03-01-preview\",\r\n \"2017-10-01\",\r\n \"2017-09-15-preview\",\r\n \"2017-09-01\",\r\n \"2016-04-01\",\r\n \"2015-05-04-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"dnszones/NS\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-05-01\",\r\n \"2018-03-01-preview\",\r\n \"2017-10-01\",\r\n \"2017-09-15-preview\",\r\n \"2017-09-01\",\r\n \"2016-04-01\",\r\n \"2015-05-04-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"dnszones/CAA\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-05-01\",\r\n \"2018-03-01-preview\",\r\n \"2017-10-01\",\r\n \"2017-09-15-preview\",\r\n \"2017-09-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"dnszones/recordsets\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-05-01\",\r\n \"2018-03-01-preview\",\r\n \"2017-10-01\",\r\n \"2017-09-15-preview\",\r\n \"2017-09-01\",\r\n \"2016-04-01\",\r\n \"2015-05-04-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"dnszones/all\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-05-01\",\r\n \"2018-03-01-preview\",\r\n \"2017-10-01\",\r\n \"2017-09-15-preview\",\r\n \"2017-09-01\",\r\n \"2016-04-01\",\r\n \"2015-05-04-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"privateDnsZones\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-01-01\",\r\n \"2018-09-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"privateDnsZones/virtualNetworkLinks\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-01-01\",\r\n \"2018-09-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"privateDnsOperationResults\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-01-01\",\r\n \"2018-09-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"privateDnsOperationStatuses\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-01-01\",\r\n \"2018-09-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"privateDnsZonesInternal\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-01-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"privateDnsZones/A\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-01-01\",\r\n \"2018-09-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"privateDnsZones/AAAA\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-01-01\",\r\n \"2018-09-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"privateDnsZones/CNAME\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-01-01\",\r\n \"2018-09-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"privateDnsZones/PTR\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-01-01\",\r\n \"2018-09-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"privateDnsZones/MX\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-01-01\",\r\n \"2018-09-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"privateDnsZones/TXT\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-01-01\",\r\n \"2018-09-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"privateDnsZones/SRV\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-01-01\",\r\n \"2018-09-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"privateDnsZones/SOA\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-01-01\",\r\n \"2018-09-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"privateDnsZones/all\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-01-01\",\r\n \"2018-09-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"trafficmanagerprofiles\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-08-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2015-11-01\",\r\n \"2015-04-28-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"trafficmanagerprofiles/heatMaps\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-08-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2017-09-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkTrafficManagerNameAvailability\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-08-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2015-11-01\",\r\n \"2015-04-28-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"trafficManagerUserMetricsKeys\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-08-01\",\r\n \"2018-04-01\",\r\n \"2017-09-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"trafficManagerGeographicHierarchies\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-08-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2017-05-01\",\r\n \"2017-03-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"expressRouteCircuits\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\",\r\n \"2016-11-01\",\r\n \"2016-10-01\",\r\n \"2016-09-01\",\r\n \"2016-08-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-03-30\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\",\r\n \"2014-12-01-preview\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"expressRouteServiceProviders\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\",\r\n \"2016-11-01\",\r\n \"2016-10-01\",\r\n \"2016-09-01\",\r\n \"2016-08-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-03-30\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\",\r\n \"2014-12-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"applicationGatewayAvailableWafRuleSets\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"applicationGatewayAvailableSslOptions\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"applicationGatewayAvailableServerVariables\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"applicationGatewayAvailableRequestHeaders\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"applicationGatewayAvailableResponseHeaders\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"routeFilters\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"bgpServiceCommunities\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualWans\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"vpnSites\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"vpnServerConfigurations\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"virtualHubs\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"vpnGateways\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"p2sVpnGateways\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"UAE North\",\r\n \"South Africa North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"expressRouteGateways\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"firewallPolicies\",\r\n \"locations\": [\r\n \"UAE North\",\r\n \"Australia Central 2\",\r\n \"UAE Central\",\r\n \"Germany North\",\r\n \"Central India\",\r\n \"Korea South\",\r\n \"Switzerland North\",\r\n \"Switzerland West\",\r\n \"Japan West\",\r\n \"France South\",\r\n \"South Africa West\",\r\n \"West India\",\r\n \"Canada East\",\r\n \"South India\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"Norway West\",\r\n \"South Africa North\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Korea Central\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"UK West\",\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"West Central US\",\r\n \"South Central US\",\r\n \"Australia East\",\r\n \"Australia Central\",\r\n \"Australia Southeast\",\r\n \"UK South\",\r\n \"East US 2\",\r\n \"West US 2\",\r\n \"North Central US\",\r\n \"Canada Central\",\r\n \"France Central\",\r\n \"Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"ipGroups\",\r\n \"locations\": [\r\n \"UAE North\",\r\n \"Australia Central 2\",\r\n \"UAE Central\",\r\n \"Germany North\",\r\n \"Central India\",\r\n \"Korea South\",\r\n \"Switzerland North\",\r\n \"Switzerland West\",\r\n \"Japan West\",\r\n \"France South\",\r\n \"South Africa West\",\r\n \"West India\",\r\n \"Canada East\",\r\n \"South India\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"Norway West\",\r\n \"South Africa North\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Korea Central\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"UK West\",\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"South Central US\",\r\n \"Australia East\",\r\n \"Australia Central\",\r\n \"Australia Southeast\",\r\n \"UK South\",\r\n \"East US 2\",\r\n \"West US 2\",\r\n \"North Central US\",\r\n \"Canada Central\",\r\n \"France Central\",\r\n \"West Central US\",\r\n \"Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"locations/nfvOperations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/nfvOperationResults\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"azureFirewalls\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"Japan West\",\r\n \"Japan East\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\"\r\n ],\r\n \"zoneMappings\": [\r\n {\r\n \"location\": \"East US 2\",\r\n \"zones\": [\r\n \"3\",\r\n \"2\",\r\n \"1\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Central US\",\r\n \"zones\": [\r\n \"3\",\r\n \"2\",\r\n \"1\"\r\n ]\r\n },\r\n {\r\n \"location\": \"West Europe\",\r\n \"zones\": [\r\n \"3\",\r\n \"2\",\r\n \"1\"\r\n ]\r\n },\r\n {\r\n \"location\": \"France Central\",\r\n \"zones\": [\r\n \"3\",\r\n \"2\",\r\n \"1\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Southeast Asia\",\r\n \"zones\": [\r\n \"3\",\r\n \"2\",\r\n \"1\"\r\n ]\r\n },\r\n {\r\n \"location\": \"West US 2\",\r\n \"zones\": [\r\n \"3\",\r\n \"2\",\r\n \"1\"\r\n ]\r\n },\r\n {\r\n \"location\": \"North Europe\",\r\n \"zones\": [\r\n \"3\",\r\n \"2\",\r\n \"1\"\r\n ]\r\n },\r\n {\r\n \"location\": \"East US\",\r\n \"zones\": [\r\n \"3\",\r\n \"2\",\r\n \"1\"\r\n ]\r\n },\r\n {\r\n \"location\": \"UK South\",\r\n \"zones\": [\r\n \"3\",\r\n \"2\",\r\n \"1\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Japan East\",\r\n \"zones\": [\r\n \"3\",\r\n \"2\",\r\n \"1\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Australia East\",\r\n \"zones\": []\r\n },\r\n {\r\n \"location\": \"South Africa North\",\r\n \"zones\": []\r\n },\r\n {\r\n \"location\": \"South Central US\",\r\n \"zones\": []\r\n },\r\n {\r\n \"location\": \"Canada Central\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"azureFirewallFqdnTags\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworkTaps\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"privateLinkServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"ddosProtectionPlans\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"networkProfiles\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"frontdoorOperationResults\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-01-01\",\r\n \"2019-11-01\",\r\n \"2019-10-01\",\r\n \"2019-08-01\",\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-08-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkFrontdoorNameAvailability\",\r\n \"locations\": [\r\n \"global\",\r\n \"Central US\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"West US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-01-01\",\r\n \"2019-08-01\",\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2018-08-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"frontdoors\",\r\n \"locations\": [\r\n \"global\",\r\n \"Central US\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"West US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-01-01\",\r\n \"2019-08-01\",\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2018-08-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"frontdoorWebApplicationFirewallPolicies\",\r\n \"locations\": [\r\n \"global\",\r\n \"Central US\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"West US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-10-01\",\r\n \"2019-03-01\",\r\n \"2018-08-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"frontdoorWebApplicationFirewallManagedRuleSets\",\r\n \"locations\": [\r\n \"global\",\r\n \"Central US\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"West US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-10-01\",\r\n \"2019-03-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"webApplicationFirewallPolicies\",\r\n \"locations\": [\r\n \"global\",\r\n \"Central US\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"West US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2018-08-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"networkExperimentProfiles\",\r\n \"locations\": [\r\n \"global\",\r\n \"Central US\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-11-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"locations/bareMetalTenants\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"bastionHosts\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"virtualRouters\",\r\n \"locations\": [\r\n \"UAE North\",\r\n \"Australia Central 2\",\r\n \"UAE Central\",\r\n \"Germany North\",\r\n \"Central India\",\r\n \"Korea South\",\r\n \"Switzerland North\",\r\n \"Switzerland West\",\r\n \"Japan West\",\r\n \"France South\",\r\n \"South Africa West\",\r\n \"West India\",\r\n \"Canada East\",\r\n \"South India\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"Norway West\",\r\n \"South Africa North\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Korea Central\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"UK West\",\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"West Central US\",\r\n \"South Central US\",\r\n \"Australia East\",\r\n \"Australia Central\",\r\n \"Australia Southeast\",\r\n \"UK South\",\r\n \"East US 2\",\r\n \"West US 2\",\r\n \"North Central US\",\r\n \"Canada Central\",\r\n \"France Central\",\r\n \"Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/providers/Microsoft.Compute\",\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"authorizations\": [\r\n {\r\n \"applicationId\": \"60e6cd67-9c8c-4951-9b3c-23c25a2169af\",\r\n \"roleDefinitionId\": \"e4770acb-272e-4dc8-87f3-12f44a612224\"\r\n },\r\n {\r\n \"applicationId\": \"a303894e-f1d8-4a37-bf10-67aa654a0596\",\r\n \"roleDefinitionId\": \"903ac751-8ad5-4e5a-bfc2-5e49f450a241\"\r\n },\r\n {\r\n \"applicationId\": \"a8b6bf88-1d1a-4626-b040-9a729ea93c65\",\r\n \"roleDefinitionId\": \"45c8267c-80ba-4b96-9a43-115b8f49fccd\"\r\n },\r\n {\r\n \"applicationId\": \"184909ca-69f1-4368-a6a7-c558ee6eb0bd\",\r\n \"roleDefinitionId\": \"45c8267c-80ba-4b96-9a43-115b8f49fccd\"\r\n },\r\n {\r\n \"applicationId\": \"5e5e43d4-54da-4211-86a4-c6e7f3715801\",\r\n \"roleDefinitionId\": \"ffcd6e5b-8772-457d-bb17-89703c03428f\"\r\n },\r\n {\r\n \"applicationId\": \"ce6ff14a-7fdc-4685-bbe0-f6afdfcfa8e0\",\r\n \"roleDefinitionId\": \"cb17cddc-dbac-4ae0-ae79-8db34eddfca0\"\r\n },\r\n {\r\n \"applicationId\": \"372140e0-b3b7-4226-8ef9-d57986796201\",\r\n \"roleDefinitionId\": \"cb17cddc-dbac-4ae0-ae79-8db34eddfca0\"\r\n },\r\n {\r\n \"applicationId\": \"b9a92e36-2cf8-4f4e-bcb3-9d99e00e14ab\",\r\n \"roleDefinitionId\": \"6efa92ca-56b6-40af-a468-5e3d2b5232f0\"\r\n }\r\n ],\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"availabilitySets\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"Central US\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Australia Central\",\r\n \"Brazil South\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-12-01\",\r\n \"2019-07-01\",\r\n \"2019-03-01\",\r\n \"2018-10-01\",\r\n \"2018-06-01\",\r\n \"2018-04-01\",\r\n \"2017-12-01\",\r\n \"2017-03-30\",\r\n \"2016-08-30\",\r\n \"2016-04-30-preview\",\r\n \"2016-03-30\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"Central US\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Australia Central\",\r\n \"Brazil South\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-12-01\",\r\n \"2019-07-01\",\r\n \"2019-03-01\",\r\n \"2018-10-01\",\r\n \"2018-06-01\",\r\n \"2018-04-01\",\r\n \"2017-12-01\",\r\n \"2017-03-30\",\r\n \"2016-08-30\",\r\n \"2016-04-30-preview\",\r\n \"2016-03-30\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ],\r\n \"zoneMappings\": [\r\n {\r\n \"location\": \"East US 2\",\r\n \"zones\": [\r\n \"3\",\r\n \"2\",\r\n \"1\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Central US\",\r\n \"zones\": [\r\n \"3\",\r\n \"2\",\r\n \"1\"\r\n ]\r\n },\r\n {\r\n \"location\": \"West Europe\",\r\n \"zones\": [\r\n \"3\",\r\n \"2\",\r\n \"1\"\r\n ]\r\n },\r\n {\r\n \"location\": \"France Central\",\r\n \"zones\": [\r\n \"3\",\r\n \"2\",\r\n \"1\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Southeast Asia\",\r\n \"zones\": [\r\n \"3\",\r\n \"2\",\r\n \"1\"\r\n ]\r\n },\r\n {\r\n \"location\": \"West US 2\",\r\n \"zones\": [\r\n \"3\",\r\n \"2\",\r\n \"1\"\r\n ]\r\n },\r\n {\r\n \"location\": \"North Europe\",\r\n \"zones\": [\r\n \"3\",\r\n \"2\",\r\n \"1\"\r\n ]\r\n },\r\n {\r\n \"location\": \"East US\",\r\n \"zones\": [\r\n \"3\",\r\n \"2\",\r\n \"1\"\r\n ]\r\n },\r\n {\r\n \"location\": \"UK South\",\r\n \"zones\": [\r\n \"3\",\r\n \"2\",\r\n \"1\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Japan East\",\r\n \"zones\": [\r\n \"3\",\r\n \"2\",\r\n \"1\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Australia East\",\r\n \"zones\": []\r\n },\r\n {\r\n \"location\": \"South Africa North\",\r\n \"zones\": []\r\n },\r\n {\r\n \"location\": \"South Central US\",\r\n \"zones\": []\r\n },\r\n {\r\n \"location\": \"Canada Central\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"virtualMachines/extensions\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"Central US\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Australia Central\",\r\n \"Brazil South\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-12-01\",\r\n \"2019-07-01\",\r\n \"2019-03-01\",\r\n \"2018-10-01\",\r\n \"2018-06-01\",\r\n \"2018-04-01\",\r\n \"2017-12-01\",\r\n \"2017-03-30\",\r\n \"2016-08-30\",\r\n \"2016-04-30-preview\",\r\n \"2016-03-30\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"virtualMachineScaleSets\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"Central US\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Australia Central\",\r\n \"Brazil South\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-12-01\",\r\n \"2019-07-01\",\r\n \"2019-03-01\",\r\n \"2018-10-01\",\r\n \"2018-06-01\",\r\n \"2018-04-01\",\r\n \"2017-12-01\",\r\n \"2017-10-30-preview\",\r\n \"2017-03-30\",\r\n \"2016-08-30\",\r\n \"2016-04-30-preview\",\r\n \"2016-03-30\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ],\r\n \"zoneMappings\": [\r\n {\r\n \"location\": \"East US 2\",\r\n \"zones\": [\r\n \"3\",\r\n \"2\",\r\n \"1\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Central US\",\r\n \"zones\": [\r\n \"3\",\r\n \"2\",\r\n \"1\"\r\n ]\r\n },\r\n {\r\n \"location\": \"West Europe\",\r\n \"zones\": [\r\n \"3\",\r\n \"2\",\r\n \"1\"\r\n ]\r\n },\r\n {\r\n \"location\": \"France Central\",\r\n \"zones\": [\r\n \"3\",\r\n \"2\",\r\n \"1\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Southeast Asia\",\r\n \"zones\": [\r\n \"3\",\r\n \"2\",\r\n \"1\"\r\n ]\r\n },\r\n {\r\n \"location\": \"West US 2\",\r\n \"zones\": [\r\n \"3\",\r\n \"2\",\r\n \"1\"\r\n ]\r\n },\r\n {\r\n \"location\": \"North Europe\",\r\n \"zones\": [\r\n \"3\",\r\n \"2\",\r\n \"1\"\r\n ]\r\n },\r\n {\r\n \"location\": \"East US\",\r\n \"zones\": [\r\n \"3\",\r\n \"2\",\r\n \"1\"\r\n ]\r\n },\r\n {\r\n \"location\": \"UK South\",\r\n \"zones\": [\r\n \"3\",\r\n \"2\",\r\n \"1\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Japan East\",\r\n \"zones\": [\r\n \"3\",\r\n \"2\",\r\n \"1\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Australia East\",\r\n \"zones\": []\r\n },\r\n {\r\n \"location\": \"South Africa North\",\r\n \"zones\": []\r\n },\r\n {\r\n \"location\": \"South Central US\",\r\n \"zones\": []\r\n },\r\n {\r\n \"location\": \"Canada Central\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"virtualMachineScaleSets/extensions\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"Central US\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Australia Central\",\r\n \"Brazil South\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-12-01\",\r\n \"2019-07-01\",\r\n \"2019-03-01\",\r\n \"2018-10-01\",\r\n \"2018-06-01\",\r\n \"2018-04-01\",\r\n \"2017-12-01\",\r\n \"2017-10-30-preview\",\r\n \"2017-03-30\",\r\n \"2016-08-30\",\r\n \"2016-04-30-preview\",\r\n \"2016-03-30\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualMachineScaleSets/virtualMachines\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"Central US\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Australia Central\",\r\n \"Brazil South\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-12-01\",\r\n \"2019-07-01\",\r\n \"2019-03-01\",\r\n \"2018-10-01\",\r\n \"2018-06-01\",\r\n \"2018-04-01\",\r\n \"2017-12-01\",\r\n \"2017-10-30-preview\",\r\n \"2017-03-30\",\r\n \"2016-08-30\",\r\n \"2016-04-30-preview\",\r\n \"2016-03-30\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualMachineScaleSets/networkInterfaces\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"Central US\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Australia Central\",\r\n \"Brazil South\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-12-01\",\r\n \"2019-07-01\",\r\n \"2019-03-01\",\r\n \"2018-10-01\",\r\n \"2018-06-01\",\r\n \"2018-04-01\",\r\n \"2017-12-01\",\r\n \"2017-03-30\",\r\n \"2016-09-01\",\r\n \"2016-08-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-04-30-preview\",\r\n \"2016-03-30\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualMachineScaleSets/virtualMachines/networkInterfaces\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"Central US\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Australia Central\",\r\n \"Brazil South\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-12-01\",\r\n \"2019-07-01\",\r\n \"2019-03-01\",\r\n \"2018-10-01\",\r\n \"2018-06-01\",\r\n \"2018-04-01\",\r\n \"2017-12-01\",\r\n \"2017-03-30\",\r\n \"2016-09-01\",\r\n \"2016-08-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-04-30-preview\",\r\n \"2016-03-30\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualMachineScaleSets/publicIPAddresses\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"Central US\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Australia Central\",\r\n \"Brazil South\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-12-01\",\r\n \"2019-07-01\",\r\n \"2019-03-01\",\r\n \"2018-10-01\",\r\n \"2018-06-01\",\r\n \"2018-04-01\",\r\n \"2017-12-01\",\r\n \"2017-03-30\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-12-01\",\r\n \"2019-07-01\",\r\n \"2019-03-01\",\r\n \"2018-10-01\",\r\n \"2018-06-01\",\r\n \"2018-04-01\",\r\n \"2017-12-01\",\r\n \"2017-03-30\",\r\n \"2016-08-30\",\r\n \"2016-04-30-preview\",\r\n \"2016-03-30\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operations\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"Central US\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Australia Central\",\r\n \"Brazil South\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-12-01\",\r\n \"2019-07-01\",\r\n \"2019-03-01\",\r\n \"2018-10-01\",\r\n \"2018-06-01\",\r\n \"2018-04-01\",\r\n \"2017-12-01\",\r\n \"2017-10-30-preview\",\r\n \"2017-03-30\",\r\n \"2016-08-30\",\r\n \"2016-04-30-preview\",\r\n \"2016-03-30\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/vmSizes\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"Central US\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Australia Central\",\r\n \"Brazil South\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-12-01\",\r\n \"2019-07-01\",\r\n \"2019-03-01\",\r\n \"2018-10-01\",\r\n \"2018-06-01\",\r\n \"2018-04-01\",\r\n \"2017-12-01\",\r\n \"2017-03-30\",\r\n \"2016-08-30\",\r\n \"2016-04-30-preview\",\r\n \"2016-03-30\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/runCommands\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"Central US\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Australia Central\",\r\n \"Brazil South\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-12-01\",\r\n \"2019-07-01\",\r\n \"2019-03-01\",\r\n \"2018-10-01\",\r\n \"2018-06-01\",\r\n \"2018-04-01\",\r\n \"2017-12-01\",\r\n \"2017-03-30\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/usages\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"Central US\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Australia Central\",\r\n \"Brazil South\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-12-01\",\r\n \"2019-07-01\",\r\n \"2019-03-01\",\r\n \"2018-10-01\",\r\n \"2018-06-01\",\r\n \"2018-04-01\",\r\n \"2017-12-01\",\r\n \"2017-03-30\",\r\n \"2016-08-30\",\r\n \"2016-04-30-preview\",\r\n \"2016-03-30\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/virtualMachines\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"Central US\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Australia Central\",\r\n \"Brazil South\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-12-01\",\r\n \"2019-07-01\",\r\n \"2019-03-01\",\r\n \"2018-10-01\",\r\n \"2018-06-01\",\r\n \"2018-04-01\",\r\n \"2017-12-01\",\r\n \"2017-03-30\",\r\n \"2016-08-30\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/publishers\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"Central US\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Australia Central\",\r\n \"Brazil South\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-12-01\",\r\n \"2019-07-01\",\r\n \"2019-03-01\",\r\n \"2018-10-01\",\r\n \"2018-06-01\",\r\n \"2018-04-01\",\r\n \"2017-12-01\",\r\n \"2017-03-30\",\r\n \"2016-08-30\",\r\n \"2016-04-30-preview\",\r\n \"2016-03-30\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"Central US\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Australia Central\",\r\n \"Brazil South\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-12-01\",\r\n \"2019-07-01\",\r\n \"2019-03-01\",\r\n \"2018-10-01\",\r\n \"2018-06-01\",\r\n \"2018-04-01\",\r\n \"2017-12-01\",\r\n \"2017-03-30\",\r\n \"2016-08-30\",\r\n \"2016-03-30\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"restorePointCollections\",\r\n \"locations\": [\r\n \"Southeast Asia\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"West Europe\",\r\n \"East US\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"West US\",\r\n \"North Europe\",\r\n \"East Asia\",\r\n \"Brazil South\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"South India\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"West India\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Australia Central\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-12-01\",\r\n \"2019-07-01\",\r\n \"2019-03-01\",\r\n \"2018-10-01\",\r\n \"2018-06-01\",\r\n \"2018-04-01\",\r\n \"2017-12-01\",\r\n \"2017-03-30\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"restorePointCollections/restorePoints\",\r\n \"locations\": [\r\n \"Southeast Asia\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"West Europe\",\r\n \"East US\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"West US\",\r\n \"North Europe\",\r\n \"East Asia\",\r\n \"Brazil South\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"South India\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"West India\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Australia Central\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-12-01\",\r\n \"2019-07-01\",\r\n \"2019-03-01\",\r\n \"2018-10-01\",\r\n \"2018-06-01\",\r\n \"2018-04-01\",\r\n \"2017-12-01\",\r\n \"2017-03-30\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"proximityPlacementGroups\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"Central US\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Australia Central\",\r\n \"Brazil South\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-12-01\",\r\n \"2019-07-01\",\r\n \"2019-03-01\",\r\n \"2018-10-01\",\r\n \"2018-06-01\",\r\n \"2018-04-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"sshPublicKeys\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"Central US\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Australia Central\",\r\n \"Brazil South\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-12-01\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"virtualMachines/metricDefinitions\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"Central US\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Australia Central\",\r\n \"Brazil South\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"sharedVMImages\",\r\n \"locations\": [\r\n \"West Central US\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"Southeast Asia\",\r\n \"West Europe\",\r\n \"West US\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"North Europe\",\r\n \"North Central US\",\r\n \"Brazil South\",\r\n \"UK West\",\r\n \"West India\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Japan East\",\r\n \"Korea South\",\r\n \"West US 2\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"Central India\",\r\n \"South India\",\r\n \"Australia Southeast\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"France Central\",\r\n \"Central US\",\r\n \"Australia Central\"\r\n ],\r\n \"apiVersions\": [\r\n \"2017-10-15-preview\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"sharedVMImages/versions\",\r\n \"locations\": [\r\n \"West Central US\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"Southeast Asia\",\r\n \"West Europe\",\r\n \"West US\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"North Europe\",\r\n \"North Central US\",\r\n \"Brazil South\",\r\n \"UK West\",\r\n \"West India\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Japan East\",\r\n \"Korea South\",\r\n \"West US 2\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"Central India\",\r\n \"South India\",\r\n \"Australia Southeast\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"France Central\",\r\n \"Central US\",\r\n \"Australia Central\"\r\n ],\r\n \"apiVersions\": [\r\n \"2017-10-15-preview\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"locations/artifactPublishers\",\r\n \"locations\": [\r\n \"West Central US\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"Southeast Asia\",\r\n \"West Europe\",\r\n \"West US\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"North Europe\",\r\n \"North Central US\",\r\n \"Brazil South\",\r\n \"UK West\",\r\n \"West India\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Japan East\",\r\n \"Korea South\",\r\n \"West US 2\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"Central India\",\r\n \"South India\",\r\n \"Australia Southeast\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"France Central\",\r\n \"Central US\",\r\n \"Australia Central\"\r\n ],\r\n \"apiVersions\": [\r\n \"2017-10-15-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/capsoperations\",\r\n \"locations\": [\r\n \"West Central US\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"Southeast Asia\",\r\n \"West Europe\",\r\n \"West US\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"North Europe\",\r\n \"North Central US\",\r\n \"Brazil South\",\r\n \"UK West\",\r\n \"West India\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Japan East\",\r\n \"Korea South\",\r\n \"West US 2\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"Central India\",\r\n \"South India\",\r\n \"Australia Southeast\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"France Central\",\r\n \"Central US\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-12-01\",\r\n \"2019-07-01\",\r\n \"2019-03-01\",\r\n \"2018-06-01\",\r\n \"2017-10-15-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"galleries\",\r\n \"locations\": [\r\n \"West Central US\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"Southeast Asia\",\r\n \"West Europe\",\r\n \"West US\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"North Europe\",\r\n \"North Central US\",\r\n \"Brazil South\",\r\n \"UK West\",\r\n \"West India\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Japan East\",\r\n \"Korea South\",\r\n \"West US 2\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"Central India\",\r\n \"South India\",\r\n \"Australia Southeast\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"France Central\",\r\n \"Central US\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-12-01\",\r\n \"2019-07-01\",\r\n \"2019-03-01\",\r\n \"2018-06-01\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"galleries/images\",\r\n \"locations\": [\r\n \"West Central US\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"Southeast Asia\",\r\n \"West Europe\",\r\n \"West US\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"North Europe\",\r\n \"North Central US\",\r\n \"Brazil South\",\r\n \"UK West\",\r\n \"West India\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Japan East\",\r\n \"Korea South\",\r\n \"West US 2\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"Central India\",\r\n \"South India\",\r\n \"Australia Southeast\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"France Central\",\r\n \"Central US\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-12-01\",\r\n \"2019-07-01\",\r\n \"2019-03-01\",\r\n \"2018-06-01\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"galleries/images/versions\",\r\n \"locations\": [\r\n \"West Central US\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"Southeast Asia\",\r\n \"West Europe\",\r\n \"West US\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"North Europe\",\r\n \"North Central US\",\r\n \"Brazil South\",\r\n \"UK West\",\r\n \"West India\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Japan East\",\r\n \"Korea South\",\r\n \"West US 2\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"Central India\",\r\n \"South India\",\r\n \"Australia Southeast\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"France Central\",\r\n \"Central US\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-12-01\",\r\n \"2019-07-01\",\r\n \"2019-03-01\",\r\n \"2018-06-01\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"disks\",\r\n \"locations\": [\r\n \"Southeast Asia\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"West Europe\",\r\n \"East US\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"West US\",\r\n \"North Europe\",\r\n \"East Asia\",\r\n \"Brazil South\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"South India\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"West India\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Australia Central\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-11-01\",\r\n \"2019-07-01\",\r\n \"2019-03-01\",\r\n \"2018-09-30\",\r\n \"2018-06-01\",\r\n \"2018-04-01\",\r\n \"2017-03-30\",\r\n \"2016-04-30-preview\"\r\n ],\r\n \"zoneMappings\": [\r\n {\r\n \"location\": \"East US 2\",\r\n \"zones\": [\r\n \"3\",\r\n \"2\",\r\n \"1\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Central US\",\r\n \"zones\": [\r\n \"3\",\r\n \"2\",\r\n \"1\"\r\n ]\r\n },\r\n {\r\n \"location\": \"West Europe\",\r\n \"zones\": [\r\n \"3\",\r\n \"2\",\r\n \"1\"\r\n ]\r\n },\r\n {\r\n \"location\": \"France Central\",\r\n \"zones\": [\r\n \"3\",\r\n \"2\",\r\n \"1\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Southeast Asia\",\r\n \"zones\": [\r\n \"3\",\r\n \"2\",\r\n \"1\"\r\n ]\r\n },\r\n {\r\n \"location\": \"West US 2\",\r\n \"zones\": [\r\n \"3\",\r\n \"2\",\r\n \"1\"\r\n ]\r\n },\r\n {\r\n \"location\": \"North Europe\",\r\n \"zones\": [\r\n \"3\",\r\n \"2\",\r\n \"1\"\r\n ]\r\n },\r\n {\r\n \"location\": \"East US\",\r\n \"zones\": [\r\n \"3\",\r\n \"2\",\r\n \"1\"\r\n ]\r\n },\r\n {\r\n \"location\": \"UK South\",\r\n \"zones\": [\r\n \"3\",\r\n \"2\",\r\n \"1\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Japan East\",\r\n \"zones\": [\r\n \"3\",\r\n \"2\",\r\n \"1\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Australia East\",\r\n \"zones\": []\r\n },\r\n {\r\n \"location\": \"South Africa North\",\r\n \"zones\": []\r\n },\r\n {\r\n \"location\": \"South Central US\",\r\n \"zones\": []\r\n },\r\n {\r\n \"location\": \"Canada Central\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"snapshots\",\r\n \"locations\": [\r\n \"Southeast Asia\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"West Europe\",\r\n \"East US\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"West US\",\r\n \"North Europe\",\r\n \"East Asia\",\r\n \"Brazil South\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"South India\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"West India\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Australia Central\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-11-01\",\r\n \"2019-07-01\",\r\n \"2019-03-01\",\r\n \"2018-09-30\",\r\n \"2018-06-01\",\r\n \"2018-04-01\",\r\n \"2017-03-30\",\r\n \"2016-04-30-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"locations/diskoperations\",\r\n \"locations\": [\r\n \"Southeast Asia\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"West Europe\",\r\n \"East US\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"West US\",\r\n \"North Europe\",\r\n \"East Asia\",\r\n \"Brazil South\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"South India\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"West India\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Australia Central\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-11-01\",\r\n \"2019-07-01\",\r\n \"2019-03-01\",\r\n \"2018-09-30\",\r\n \"2018-06-01\",\r\n \"2018-04-01\",\r\n \"2017-03-30\",\r\n \"2016-04-30-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"diskEncryptionSets\",\r\n \"locations\": [\r\n \"Southeast Asia\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"West Europe\",\r\n \"East US\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"West US\",\r\n \"North Europe\",\r\n \"East Asia\",\r\n \"Brazil South\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"South India\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"West India\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Australia Central\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-11-01\",\r\n \"2019-07-01\"\r\n ],\r\n \"capabilities\": \"SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"locations/vsmoperations\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West Central US\",\r\n \"South Central US\",\r\n \"North Europe\",\r\n \"Australia East\",\r\n \"Central US\",\r\n \"North Central US\",\r\n \"Southeast Asia\",\r\n \"West US\",\r\n \"East US 2\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"UK West\",\r\n \"Brazil South\",\r\n \"East Asia\",\r\n \"South India\",\r\n \"Australia Southeast\",\r\n \"France South\",\r\n \"West US 2\",\r\n \"Japan West\",\r\n \"France Central\",\r\n \"Central India\",\r\n \"Korea South\",\r\n \"Korea Central\",\r\n \"Japan East\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"South Africa West\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-07-01\",\r\n \"2019-03-01\",\r\n \"2018-10-01\",\r\n \"2018-06-01\",\r\n \"2018-04-01\",\r\n \"2017-12-01\",\r\n \"2017-03-30\",\r\n \"2016-08-30\",\r\n \"2016-04-30-preview\",\r\n \"2016-03-30\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"images\",\r\n \"locations\": [\r\n \"Southeast Asia\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"West Europe\",\r\n \"East US\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"West US\",\r\n \"North Europe\",\r\n \"East Asia\",\r\n \"Brazil South\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"South India\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"West India\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Australia Central\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-12-01\",\r\n \"2019-07-01\",\r\n \"2019-03-01\",\r\n \"2018-10-01\",\r\n \"2018-06-01\",\r\n \"2018-04-01\",\r\n \"2017-12-01\",\r\n \"2017-03-30\",\r\n \"2016-08-30\",\r\n \"2016-04-30-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"locations/logAnalytics\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"Central US\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Australia Central\",\r\n \"Brazil South\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-12-01\",\r\n \"2019-07-01\",\r\n \"2019-03-01\",\r\n \"2018-10-01\",\r\n \"2018-06-01\",\r\n \"2018-04-01\",\r\n \"2017-12-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"hostGroups\",\r\n \"locations\": [\r\n \"Central US\",\r\n \"East US 2\",\r\n \"West Europe\",\r\n \"Southeast Asia\",\r\n \"France Central\",\r\n \"North Europe\",\r\n \"West US 2\",\r\n \"East US\",\r\n \"UK South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"East Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Canada East\",\r\n \"Korea Central\",\r\n \"Brazil South\",\r\n \"UK West\",\r\n \"Canada Central\",\r\n \"West US\",\r\n \"West Central US\",\r\n \"Central India\",\r\n \"South India\",\r\n \"Australia Southeast\",\r\n \"Korea South\",\r\n \"West India\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Australia Central\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-12-01\",\r\n \"2019-07-01\",\r\n \"2019-03-01\",\r\n \"2018-10-01\"\r\n ],\r\n \"zoneMappings\": [\r\n {\r\n \"location\": \"East US 2\",\r\n \"zones\": [\r\n \"3\",\r\n \"2\",\r\n \"1\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Central US\",\r\n \"zones\": [\r\n \"3\",\r\n \"2\",\r\n \"1\"\r\n ]\r\n },\r\n {\r\n \"location\": \"West Europe\",\r\n \"zones\": [\r\n \"3\",\r\n \"2\",\r\n \"1\"\r\n ]\r\n },\r\n {\r\n \"location\": \"France Central\",\r\n \"zones\": [\r\n \"3\",\r\n \"2\",\r\n \"1\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Southeast Asia\",\r\n \"zones\": [\r\n \"3\",\r\n \"2\",\r\n \"1\"\r\n ]\r\n },\r\n {\r\n \"location\": \"West US 2\",\r\n \"zones\": [\r\n \"3\",\r\n \"2\",\r\n \"1\"\r\n ]\r\n },\r\n {\r\n \"location\": \"North Europe\",\r\n \"zones\": [\r\n \"3\",\r\n \"2\",\r\n \"1\"\r\n ]\r\n },\r\n {\r\n \"location\": \"East US\",\r\n \"zones\": [\r\n \"3\",\r\n \"2\",\r\n \"1\"\r\n ]\r\n },\r\n {\r\n \"location\": \"UK South\",\r\n \"zones\": [\r\n \"3\",\r\n \"2\",\r\n \"1\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Japan East\",\r\n \"zones\": [\r\n \"3\",\r\n \"2\",\r\n \"1\"\r\n ]\r\n },\r\n {\r\n \"location\": \"South Africa North\",\r\n \"zones\": []\r\n },\r\n {\r\n \"location\": \"South Central US\",\r\n \"zones\": []\r\n },\r\n {\r\n \"location\": \"Canada Central\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"hostGroups/hosts\",\r\n \"locations\": [\r\n \"Central US\",\r\n \"East US 2\",\r\n \"West Europe\",\r\n \"Southeast Asia\",\r\n \"France Central\",\r\n \"North Europe\",\r\n \"West US 2\",\r\n \"East US\",\r\n \"UK South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"East Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Canada East\",\r\n \"Korea Central\",\r\n \"Brazil South\",\r\n \"UK West\",\r\n \"Canada Central\",\r\n \"West US\",\r\n \"West Central US\",\r\n \"Central India\",\r\n \"South India\",\r\n \"Australia Southeast\",\r\n \"Korea South\",\r\n \"West India\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Australia Central\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-12-01\",\r\n \"2019-07-01\",\r\n \"2019-03-01\",\r\n \"2018-10-01\"\r\n ],\r\n \"capabilities\": \"None\"\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/providers/Microsoft.Security\",\r\n \"namespace\": \"Microsoft.Security\",\r\n \"authorizations\": [\r\n {\r\n \"applicationId\": \"8edd93e1-2103-40b4-bd70-6e34e586362d\",\r\n \"roleDefinitionId\": \"855AF4C4-82F6-414C-B1A2-628025628B9A\"\r\n },\r\n {\r\n \"applicationId\": \"fc780465-2017-40d4-a0c5-307022471b92\"\r\n }\r\n ],\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-01-01\",\r\n \"2015-06-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"securityStatuses\",\r\n \"locations\": [\r\n \"Central US\",\r\n \"East US\",\r\n \"West Europe\",\r\n \"West Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2015-06-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"tasks\",\r\n \"locations\": [\r\n \"Central US\",\r\n \"East US\",\r\n \"West Europe\",\r\n \"West Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2015-06-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"regulatoryComplianceStandards\",\r\n \"locations\": [\r\n \"Central US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-01-01-preview\",\r\n \"2019-01-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"regulatoryComplianceStandards/regulatoryComplianceControls\",\r\n \"locations\": [\r\n \"Central US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-01-01-preview\",\r\n \"2019-01-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"regulatoryComplianceStandards/regulatoryComplianceControls/regulatoryComplianceAssessments\",\r\n \"locations\": [\r\n \"Central US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-01-01-preview\",\r\n \"2019-01-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"alerts\",\r\n \"locations\": [\r\n \"Central US\",\r\n \"East US\",\r\n \"West Europe\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-01-01\",\r\n \"2015-06-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"autoDismissAlertsRules\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-01-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"dataCollectionAgents\",\r\n \"locations\": [\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2015-06-01-preview\"\r\n ],\r\n \"capabilities\": \"SupportsExtension\"\r\n },\r\n {\r\n \"resourceType\": \"pricings\",\r\n \"locations\": [\r\n \"Central US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-06-01\",\r\n \"2017-08-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"AutoProvisioningSettings\",\r\n \"locations\": [\r\n \"Central US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-01-01\",\r\n \"2017-08-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"Compliances\",\r\n \"locations\": [\r\n \"Central US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2017-08-01-preview\"\r\n ],\r\n \"capabilities\": \"SupportsExtension\"\r\n },\r\n {\r\n \"resourceType\": \"securityContacts\",\r\n \"locations\": [\r\n \"Central US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2017-08-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"workspaceSettings\",\r\n \"locations\": [\r\n \"Central US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-01-01\",\r\n \"2017-08-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"complianceResults\",\r\n \"locations\": [\r\n \"Central US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2017-08-01\"\r\n ],\r\n \"capabilities\": \"SupportsExtension\"\r\n },\r\n {\r\n \"resourceType\": \"policies\",\r\n \"locations\": [\r\n \"Central US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2015-06-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"assessments\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-01-01\",\r\n \"2019-01-01-preview\"\r\n ],\r\n \"capabilities\": \"SupportsExtension\"\r\n },\r\n {\r\n \"resourceType\": \"assessmentMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-01-01\",\r\n \"2019-01-01-preview\"\r\n ],\r\n \"capabilities\": \"SupportsExtension\"\r\n },\r\n {\r\n \"resourceType\": \"subAssessments\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-01-01\",\r\n \"2019-01-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"securitySolutions\",\r\n \"locations\": [\r\n \"Central US\",\r\n \"East US\",\r\n \"West Europe\",\r\n \"West Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2015-06-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/securitySolutions\",\r\n \"locations\": [\r\n \"Central US\",\r\n \"West Europe\",\r\n \"West Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2015-06-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"discoveredSecuritySolutions\",\r\n \"locations\": [\r\n \"Central US\",\r\n \"East US\",\r\n \"West Europe\",\r\n \"West Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2015-06-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/discoveredSecuritySolutions\",\r\n \"locations\": [\r\n \"Central US\",\r\n \"West Europe\",\r\n \"West Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2015-06-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"allowedConnections\",\r\n \"locations\": [\r\n \"Central US\",\r\n \"East US\",\r\n \"West Europe\",\r\n \"West Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-01-01\",\r\n \"2015-06-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/allowedConnections\",\r\n \"locations\": [\r\n \"Central US\",\r\n \"West Europe\",\r\n \"West Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-01-01\",\r\n \"2015-06-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"topologies\",\r\n \"locations\": [\r\n \"Central US\",\r\n \"East US\",\r\n \"West Europe\",\r\n \"West Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-01-01\",\r\n \"2015-06-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/topologies\",\r\n \"locations\": [\r\n \"Central US\",\r\n \"West Europe\",\r\n \"West Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-01-01\",\r\n \"2015-06-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"securitySolutionsReferenceData\",\r\n \"locations\": [\r\n \"Central US\",\r\n \"East US\",\r\n \"West Europe\",\r\n \"West Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2015-06-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/securitySolutionsReferenceData\",\r\n \"locations\": [\r\n \"Central US\",\r\n \"West Europe\",\r\n \"West Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2015-06-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"jitNetworkAccessPolicies\",\r\n \"locations\": [\r\n \"Central US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"France Central\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"West Central US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2015-06-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/jitNetworkAccessPolicies\",\r\n \"locations\": [\r\n \"Central US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"France Central\",\r\n \"France South\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"West Central US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2015-06-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [\r\n \"Central US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2015-06-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"securityStatusesSummaries\",\r\n \"locations\": [\r\n \"Central US\",\r\n \"East US\",\r\n \"West Europe\",\r\n \"West Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2015-06-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"applicationWhitelistings\",\r\n \"locations\": [\r\n \"Central US\",\r\n \"East US\",\r\n \"West Central US\",\r\n \"West Europe\"\r\n ],\r\n \"apiVersions\": [\r\n \"2015-06-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/applicationWhitelistings\",\r\n \"locations\": [\r\n \"Central US\",\r\n \"West Central US\",\r\n \"West Europe\"\r\n ],\r\n \"apiVersions\": [\r\n \"2015-06-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/alerts\",\r\n \"locations\": [\r\n \"Central US\",\r\n \"West Europe\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-01-01\",\r\n \"2015-06-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/tasks\",\r\n \"locations\": [\r\n \"Central US\",\r\n \"West Europe\",\r\n \"West Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2015-06-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"externalSecuritySolutions\",\r\n \"locations\": [\r\n \"Central US\",\r\n \"East US\",\r\n \"West Europe\",\r\n \"West Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2015-06-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/externalSecuritySolutions\",\r\n \"locations\": [\r\n \"Central US\",\r\n \"West Europe\",\r\n \"West Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2015-06-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"InformationProtectionPolicies\",\r\n \"locations\": [\r\n \"Central US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2017-08-01-preview\"\r\n ],\r\n \"capabilities\": \"SupportsExtension\"\r\n },\r\n {\r\n \"resourceType\": \"advancedThreatProtectionSettings\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US 2\",\r\n \"West US\",\r\n \"France Central\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-01-01\",\r\n \"2017-08-01-preview\"\r\n ],\r\n \"capabilities\": \"SupportsExtension\"\r\n },\r\n {\r\n \"resourceType\": \"deviceSecurityGroups\",\r\n \"locations\": [\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"France Central\",\r\n \"France South\",\r\n \"West Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-08-01\",\r\n \"2017-08-01-preview\"\r\n ],\r\n \"capabilities\": \"SupportsExtension\"\r\n },\r\n {\r\n \"resourceType\": \"iotSecuritySolutions\",\r\n \"locations\": [\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Central US\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Japan West\",\r\n \"Japan East\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West US 2\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"UAE Central\",\r\n \"UAE North\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"France Central\",\r\n \"France South\",\r\n \"West Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-08-01\",\r\n \"2017-08-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"iotSecuritySolutions/analyticsModels\",\r\n \"locations\": [\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Central US\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Japan West\",\r\n \"Japan East\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"UAE Central\",\r\n \"UAE North\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"France Central\",\r\n \"France South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-08-01\",\r\n \"2017-08-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"iotSecuritySolutions/analyticsModels/aggregatedAlerts\",\r\n \"locations\": [\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Central US\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Japan West\",\r\n \"Japan East\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"UAE Central\",\r\n \"UAE North\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"France Central\",\r\n \"France South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-08-01\",\r\n \"2017-08-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"iotSecuritySolutions/analyticsModels/aggregatedRecommendations\",\r\n \"locations\": [\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Central US\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Japan West\",\r\n \"Japan East\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"UAE Central\",\r\n \"UAE North\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"France Central\",\r\n \"France South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-08-01\",\r\n \"2017-08-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"settings\",\r\n \"locations\": [\r\n \"Central US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-01-01\",\r\n \"2017-08-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"serverVulnerabilityAssessments\",\r\n \"locations\": [\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"France Central\",\r\n \"France South\",\r\n \"Switzerland North\",\r\n \"Germany West Central\"\r\n ],\r\n \"apiVersions\": [\r\n \"2015-06-01-preview\"\r\n ],\r\n \"capabilities\": \"SupportsExtension\"\r\n },\r\n {\r\n \"resourceType\": \"adaptiveNetworkHardenings\",\r\n \"locations\": [\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"France Central\",\r\n \"France South\",\r\n \"Switzerland North\",\r\n \"Germany West Central\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-01-01\",\r\n \"2015-06-01-preview\"\r\n ],\r\n \"capabilities\": \"SupportsExtension\"\r\n },\r\n {\r\n \"resourceType\": \"automations\",\r\n \"locations\": [\r\n \"Central US\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Brazil South\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"UAE Central\",\r\n \"UAE North\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"France Central\",\r\n \"France South\",\r\n \"UK South\",\r\n \"UK West\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-01-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/providers/Microsoft.DevTestLab\",\r\n \"namespace\": \"Microsoft.DevTestLab\",\r\n \"authorization\": {\r\n \"applicationId\": \"1a14be2a-e903-4cec-99cf-b2e209259a0f\",\r\n \"roleDefinitionId\": \"8f2de81a-b9aa-49d8-b24c-11814d3ab525\",\r\n \"managedByRoleDefinitionId\": \"8f2de81a-b9aa-49d8-b24c-11814d3ab525\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"labs/environments\",\r\n \"locations\": [\r\n \"Southeast Asia\",\r\n \"East US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2015-05-21-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"labs\",\r\n \"locations\": [\r\n \"West Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"Australia Central\",\r\n \"Australia Southeast\",\r\n \"Canada Central\",\r\n \"Central India\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"France Central\",\r\n \"Japan East\",\r\n \"Korea Central\",\r\n \"North Europe\",\r\n \"South Africa North\",\r\n \"UK West\",\r\n \"West India\",\r\n \"Australia Central 2\",\r\n \"Australia East\",\r\n \"Brazil South\",\r\n \"Canada East\",\r\n \"East US 2\",\r\n \"France South\",\r\n \"Japan West\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"UK South\",\r\n \"West Europe\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-10-15-preview\",\r\n \"2018-09-15\",\r\n \"2017-04-26-preview\",\r\n \"2016-05-15\",\r\n \"2015-05-21-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"schedules\",\r\n \"locations\": [\r\n \"West Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"Australia Central\",\r\n \"Australia Southeast\",\r\n \"Canada Central\",\r\n \"Central India\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"France Central\",\r\n \"Japan East\",\r\n \"Korea Central\",\r\n \"North Europe\",\r\n \"South Africa North\",\r\n \"UK West\",\r\n \"West India\",\r\n \"Australia Central 2\",\r\n \"Australia East\",\r\n \"Brazil South\",\r\n \"Canada East\",\r\n \"East US 2\",\r\n \"France South\",\r\n \"Japan West\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"UK South\",\r\n \"West Europe\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-10-15-preview\",\r\n \"2018-09-15\",\r\n \"2017-04-26-preview\",\r\n \"2016-05-15\",\r\n \"2015-05-21-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"labs/virtualMachines\",\r\n \"locations\": [\r\n \"West Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"Australia Central\",\r\n \"Australia Southeast\",\r\n \"Canada Central\",\r\n \"Central India\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"France Central\",\r\n \"Japan East\",\r\n \"Korea Central\",\r\n \"North Europe\",\r\n \"South Africa North\",\r\n \"UK West\",\r\n \"West India\",\r\n \"Australia Central 2\",\r\n \"Australia East\",\r\n \"Brazil South\",\r\n \"Canada East\",\r\n \"East US 2\",\r\n \"France South\",\r\n \"Japan West\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"UK South\",\r\n \"West Europe\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-10-15-preview\",\r\n \"2018-09-15\",\r\n \"2017-04-26-preview\",\r\n \"2016-05-15\",\r\n \"2015-05-21-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"labs/serviceRunners\",\r\n \"locations\": [\r\n \"West Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"Australia Central\",\r\n \"Australia Southeast\",\r\n \"Canada Central\",\r\n \"Central India\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"France Central\",\r\n \"Japan East\",\r\n \"Korea Central\",\r\n \"North Europe\",\r\n \"South Africa North\",\r\n \"UK West\",\r\n \"West India\",\r\n \"Australia Central 2\",\r\n \"Australia East\",\r\n \"Brazil South\",\r\n \"Canada East\",\r\n \"East US 2\",\r\n \"France South\",\r\n \"Japan West\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"UK South\",\r\n \"West Europe\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-10-15-preview\",\r\n \"2018-09-15\",\r\n \"2017-04-26-preview\",\r\n \"2016-05-15\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2018-10-15-preview\",\r\n \"2018-09-15\",\r\n \"2017-04-26-preview\",\r\n \"2016-05-15\",\r\n \"2015-05-21-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2018-10-15-preview\",\r\n \"2018-09-15\",\r\n \"2017-04-26-preview\",\r\n \"2016-05-15\",\r\n \"2015-05-21-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operations\",\r\n \"locations\": [\r\n \"West Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"Australia Central\",\r\n \"Australia Southeast\",\r\n \"Canada Central\",\r\n \"Central India\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"France Central\",\r\n \"Japan East\",\r\n \"Korea Central\",\r\n \"North Europe\",\r\n \"South Africa North\",\r\n \"UK West\",\r\n \"West India\",\r\n \"Australia Central 2\",\r\n \"Australia East\",\r\n \"Brazil South\",\r\n \"Canada East\",\r\n \"East US 2\",\r\n \"France South\",\r\n \"Japan West\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"UK South\",\r\n \"West Europe\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-10-15-preview\",\r\n \"2018-09-15\",\r\n \"2017-04-26-preview\",\r\n \"2016-05-15\",\r\n \"2015-05-21-preview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/providers/Microsoft.ResourceHealth\",\r\n \"namespace\": \"Microsoft.ResourceHealth\",\r\n \"authorizations\": [\r\n {\r\n \"applicationId\": \"8bdebf23-c0fe-4187-a378-717ad86f6a53\",\r\n \"roleDefinitionId\": \"cc026344-c8b1-4561-83ba-59eba84b27cc\"\r\n }\r\n ],\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"availabilityStatuses\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2018-08-01-rc\",\r\n \"2018-08-01-preview\",\r\n \"2018-07-01-rc\",\r\n \"2018-07-01-preview\",\r\n \"2017-07-01\",\r\n \"2015-01-01\"\r\n ],\r\n \"capabilities\": \"SupportsExtension\"\r\n },\r\n {\r\n \"resourceType\": \"childAvailabilityStatuses\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2018-11-06-beta\",\r\n \"2018-08-01-rc\",\r\n \"2018-08-01-preview\",\r\n \"2018-07-01-rc\",\r\n \"2018-07-01-preview\",\r\n \"2018-07-01-beta\",\r\n \"2017-07-01-rc\",\r\n \"2017-07-01-preview\",\r\n \"2017-07-01-beta\",\r\n \"2015-01-01-rc\",\r\n \"2015-01-01-preview\"\r\n ],\r\n \"capabilities\": \"SupportsExtension\"\r\n },\r\n {\r\n \"resourceType\": \"childResources\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2018-11-06-beta\",\r\n \"2018-08-01-rc\",\r\n \"2018-08-01-preview\",\r\n \"2018-07-01-rc\",\r\n \"2018-07-01-preview\",\r\n \"2018-07-01-beta\",\r\n \"2017-07-01-rc\",\r\n \"2017-07-01-preview\",\r\n \"2017-07-01-beta\",\r\n \"2015-01-01-rc\",\r\n \"2015-01-01-preview\"\r\n ],\r\n \"capabilities\": \"SupportsExtension\"\r\n },\r\n {\r\n \"resourceType\": \"events\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2018-07-01-rc\",\r\n \"2018-07-01\"\r\n ],\r\n \"capabilities\": \"SupportsExtension\"\r\n },\r\n {\r\n \"resourceType\": \"metadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2018-07-01-rc\",\r\n \"2018-07-01-preview\",\r\n \"2018-07-01-beta\",\r\n \"2018-07-01-alpha\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"emergingissues\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2018-11-06-beta\",\r\n \"2018-07-01-rc\",\r\n \"2018-07-01-preview\",\r\n \"2018-07-01-beta\",\r\n \"2018-07-01-alpha\",\r\n \"2018-07-01\",\r\n \"2017-07-01-beta\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-01-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"notifications\",\r\n \"locations\": [\r\n \"Australia Southeast\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-09-01\",\r\n \"2016-06-01\"\r\n ],\r\n \"capabilities\": \"SupportsExtension\"\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/providers/Microsoft.PolicyInsights\",\r\n \"namespace\": \"Microsoft.PolicyInsights\",\r\n \"authorizations\": [\r\n {\r\n \"applicationId\": \"1d78a85d-813d-46f0-b496-dd72f50a3ec0\",\r\n \"roleDefinitionId\": \"63d2b225-4c34-4641-8768-21a1f7c68ce8\"\r\n },\r\n {\r\n \"applicationId\": \"8cae6e77-e04e-42ce-b5cb-50d82bce26b1\",\r\n \"roleDefinitionId\": \"4a2d3d6b-a6ea-45e2-9882-c9ba3e726ed7\"\r\n }\r\n ],\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"policyEvents\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-10-01\",\r\n \"2018-07-01-preview\",\r\n \"2018-04-04\",\r\n \"2017-12-12-preview\",\r\n \"2017-10-17-preview\",\r\n \"2017-08-09-preview\"\r\n ],\r\n \"capabilities\": \"SupportsExtension\"\r\n },\r\n {\r\n \"resourceType\": \"policyStates\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-10-01\",\r\n \"2018-07-01-preview\",\r\n \"2018-04-04\",\r\n \"2017-12-12-preview\",\r\n \"2017-10-17-preview\",\r\n \"2017-08-09-preview\"\r\n ],\r\n \"capabilities\": \"SupportsExtension\"\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-10-01\",\r\n \"2018-07-01-preview\",\r\n \"2018-04-04\",\r\n \"2017-12-12-preview\",\r\n \"2017-10-17-preview\",\r\n \"2017-08-09-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"asyncOperationResults\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-10-01\",\r\n \"2018-07-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"remediations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-07-01\",\r\n \"2018-07-01-preview\"\r\n ],\r\n \"capabilities\": \"SupportsExtension\"\r\n },\r\n {\r\n \"resourceType\": \"policyTrackedResources\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2018-07-01-preview\"\r\n ],\r\n \"capabilities\": \"SupportsExtension\"\r\n },\r\n {\r\n \"resourceType\": \"policyMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-10-01\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/providers/Microsoft.Storage\",\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"authorizations\": [\r\n {\r\n \"applicationId\": \"a6aa9161-5291-40bb-8c5c-923b567bee3b\",\r\n \"roleDefinitionId\": \"070ab87f-0efc-4423-b18b-756f3bdb0236\"\r\n },\r\n {\r\n \"applicationId\": \"e406a681-f3d4-42a8-90b6-c2b029497af1\"\r\n }\r\n ],\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"North Europe\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2018-11-01\",\r\n \"2018-07-01\",\r\n \"2018-03-01-preview\",\r\n \"2018-02-01\",\r\n \"2017-10-01\",\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"North Europe\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2018-11-01\",\r\n \"2018-07-01\",\r\n \"2018-03-01-preview\",\r\n \"2018-02-01\",\r\n \"2017-10-01\",\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/asyncoperations\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"North Europe\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2018-11-01\",\r\n \"2018-07-01\",\r\n \"2018-03-01-preview\",\r\n \"2018-02-01\",\r\n \"2017-10-01\",\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/listAccountSas\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"North Europe\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2018-11-01\",\r\n \"2018-07-01\",\r\n \"2018-03-01-preview\",\r\n \"2018-02-01\",\r\n \"2017-10-01\",\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/listServiceSas\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"North Europe\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2018-11-01\",\r\n \"2018-07-01\",\r\n \"2018-03-01-preview\",\r\n \"2018-02-01\",\r\n \"2017-10-01\",\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/blobServices\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"North Europe\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2018-11-01\",\r\n \"2018-07-01\",\r\n \"2018-03-01-preview\",\r\n \"2018-02-01\",\r\n \"2017-10-01\",\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/tableServices\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"North Europe\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2018-11-01\",\r\n \"2018-07-01\",\r\n \"2018-03-01-preview\",\r\n \"2018-02-01\",\r\n \"2017-10-01\",\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/queueServices\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"North Europe\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2018-11-01\",\r\n \"2018-07-01\",\r\n \"2018-03-01-preview\",\r\n \"2018-02-01\",\r\n \"2017-10-01\",\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/fileServices\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"North Europe\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2018-11-01\",\r\n \"2018-07-01\",\r\n \"2018-03-01-preview\",\r\n \"2018-02-01\",\r\n \"2017-10-01\",\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2018-11-01\",\r\n \"2018-07-01\",\r\n \"2018-03-01-preview\",\r\n \"2018-02-01\",\r\n \"2017-10-01\",\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-07-01\",\r\n \"2016-01-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/usages\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"North Europe\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2018-11-01\",\r\n \"2018-07-01\",\r\n \"2018-03-01-preview\",\r\n \"2018-02-01\",\r\n \"2017-10-01\",\r\n \"2017-06-01\",\r\n \"2016-12-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/deleteVirtualNetworkOrSubnets\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"North Europe\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2018-11-01\",\r\n \"2018-07-01\",\r\n \"2018-03-01-preview\",\r\n \"2018-02-01\",\r\n \"2017-10-01\",\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-07-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"usages\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2018-11-01\",\r\n \"2018-07-01\",\r\n \"2018-03-01-preview\",\r\n \"2018-02-01\",\r\n \"2017-10-01\",\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"North Europe\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2018-11-01\",\r\n \"2018-07-01\",\r\n \"2018-03-01-preview\",\r\n \"2018-02-01\",\r\n \"2017-10-01\",\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/checkNameAvailability\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"North Europe\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2018-11-01\",\r\n \"2018-07-01\",\r\n \"2018-02-01\",\r\n \"2017-10-01\",\r\n \"2017-06-01\",\r\n \"2016-12-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/services\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/services/metricDefinitions\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-04-01\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/providers/Microsoft.Web\",\r\n \"namespace\": \"Microsoft.Web\",\r\n \"authorization\": {\r\n \"applicationId\": \"abfa0a7c-a6b6-4736-8310-5855508787cd\",\r\n \"roleDefinitionId\": \"f47ed98b-b063-4a5b-9e10-4b9b44fa7735\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"publishingUsers\",\r\n \"locations\": [\r\n \"Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"Southeast Asia\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"West US\",\r\n \"East US\",\r\n \"Japan West\",\r\n \"Japan East\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"West India\",\r\n \"Central India\",\r\n \"South India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"West US 2\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"Australia Central\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-08-01\",\r\n \"2018-11-01\",\r\n \"2018-02-01\",\r\n \"2016-03-01\",\r\n \"2015-08-01\",\r\n \"2015-07-01\",\r\n \"2015-06-01\",\r\n \"2015-05-01\",\r\n \"2015-04-01\",\r\n \"2015-02-01\",\r\n \"2014-11-01\",\r\n \"2014-06-01\",\r\n \"2014-04-01-preview\",\r\n \"2014-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"ishostnameavailable\",\r\n \"locations\": [\r\n \"Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"Southeast Asia\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"West US\",\r\n \"East US\",\r\n \"Japan West\",\r\n \"Japan East\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"West India\",\r\n \"Central India\",\r\n \"South India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"West US 2\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"Australia Central\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-08-01\",\r\n \"2018-11-01\",\r\n \"2018-02-01\",\r\n \"2016-03-01\",\r\n \"2015-08-01\",\r\n \"2015-07-01\",\r\n \"2015-06-01\",\r\n \"2015-05-01\",\r\n \"2015-04-01\",\r\n \"2015-02-01\",\r\n \"2014-11-01\",\r\n \"2014-06-01\",\r\n \"2014-04-01-preview\",\r\n \"2014-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"validate\",\r\n \"locations\": [\r\n \"Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"Southeast Asia\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"West US\",\r\n \"East US\",\r\n \"Japan West\",\r\n \"Japan East\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"West India\",\r\n \"Central India\",\r\n \"South India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"Australia Central\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-08-01\",\r\n \"2018-11-01\",\r\n \"2018-02-01\",\r\n \"2016-03-01\",\r\n \"2015-08-01\",\r\n \"2015-07-01\",\r\n \"2015-06-01\",\r\n \"2015-05-01\",\r\n \"2015-04-01\",\r\n \"2015-02-01\",\r\n \"2014-11-01\",\r\n \"2014-06-01\",\r\n \"2014-04-01-preview\",\r\n \"2014-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"isusernameavailable\",\r\n \"locations\": [\r\n \"Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"Southeast Asia\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"West US\",\r\n \"East US\",\r\n \"Japan West\",\r\n \"Japan East\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"West India\",\r\n \"Central India\",\r\n \"South India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"West US 2\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"Australia Central\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-08-01\",\r\n \"2018-11-01\",\r\n \"2018-02-01\",\r\n \"2016-03-01\",\r\n \"2015-08-01\",\r\n \"2015-07-01\",\r\n \"2015-06-01\",\r\n \"2015-05-01\",\r\n \"2015-04-01\",\r\n \"2015-02-01\",\r\n \"2014-11-01\",\r\n \"2014-06-01\",\r\n \"2014-04-01-preview\",\r\n \"2014-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"sourceControls\",\r\n \"locations\": [\r\n \"Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"Southeast Asia\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"West US\",\r\n \"East US\",\r\n \"Japan West\",\r\n \"Japan East\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"West India\",\r\n \"Central India\",\r\n \"South India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"West US 2\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"Australia Central\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-08-01\",\r\n \"2018-11-01\",\r\n \"2018-02-01\",\r\n \"2016-03-01\",\r\n \"2015-08-01\",\r\n \"2015-07-01\",\r\n \"2015-06-01\",\r\n \"2015-05-01\",\r\n \"2015-04-01\",\r\n \"2015-02-01\",\r\n \"2014-11-01\",\r\n \"2014-06-01\",\r\n \"2014-04-01-preview\",\r\n \"2014-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"availableStacks\",\r\n \"locations\": [\r\n \"Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"Southeast Asia\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"West US\",\r\n \"East US\",\r\n \"Japan West\",\r\n \"Japan East\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"West India\",\r\n \"Central India\",\r\n \"South India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"West US 2\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"Australia Central\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-08-01\",\r\n \"2018-11-01\",\r\n \"2018-02-01\",\r\n \"2016-03-01\",\r\n \"2015-08-01\",\r\n \"2015-07-01\",\r\n \"2015-06-01\",\r\n \"2015-05-01\",\r\n \"2015-04-01\",\r\n \"2015-02-01\",\r\n \"2014-11-01\",\r\n \"2014-06-01\",\r\n \"2014-04-01-preview\",\r\n \"2014-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"listSitesAssignedToHostName\",\r\n \"locations\": [\r\n \"Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"Southeast Asia\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"West US\",\r\n \"East US\",\r\n \"Japan West\",\r\n \"Japan East\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"West India\",\r\n \"Central India\",\r\n \"South India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"West US 2\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"Australia Central\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-08-01\",\r\n \"2018-11-01\",\r\n \"2018-02-01\",\r\n \"2016-03-01\",\r\n \"2015-08-01\",\r\n \"2015-07-01\",\r\n \"2015-06-01\",\r\n \"2015-05-01\",\r\n \"2015-04-01\",\r\n \"2015-02-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/getNetworkPolicies\",\r\n \"locations\": [\r\n \"Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"Southeast Asia\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"West US\",\r\n \"East US\",\r\n \"Japan West\",\r\n \"Japan East\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"West India\",\r\n \"Central India\",\r\n \"South India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"West US 2\",\r\n \"France Central\",\r\n \"West Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-08-01\",\r\n \"2018-02-01\",\r\n \"2016-08-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operations\",\r\n \"locations\": [\r\n \"South Central US\",\r\n \"South Africa North\",\r\n \"West US 2\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"UK South\",\r\n \"Southeast Asia\",\r\n \"North Europe\",\r\n \"Japan East\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"West US\",\r\n \"Australia East\",\r\n \"Brazil South\",\r\n \"Central US\",\r\n \"Japan West\",\r\n \"Central India\",\r\n \"Canada East\",\r\n \"Korea Central\",\r\n \"France Central\",\r\n \"West India\",\r\n \"Australia Central\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"Switzerland North\",\r\n \"North Central US\",\r\n \"UK West\",\r\n \"Australia Southeast\",\r\n \"Korea South\",\r\n \"Canada Central\",\r\n \"South India\",\r\n \"West Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-12-01-preview\",\r\n \"2019-08-01\",\r\n \"2019-01-01\",\r\n \"2018-11-01\",\r\n \"2018-02-01\",\r\n \"2016-08-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operationResults\",\r\n \"locations\": [\r\n \"South Central US\",\r\n \"South Africa North\",\r\n \"West US 2\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"UK South\",\r\n \"Southeast Asia\",\r\n \"North Europe\",\r\n \"Japan East\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"West US\",\r\n \"Australia East\",\r\n \"Brazil South\",\r\n \"Central US\",\r\n \"Japan West\",\r\n \"Central India\",\r\n \"Canada East\",\r\n \"Korea Central\",\r\n \"France Central\",\r\n \"West India\",\r\n \"Australia Central\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"Switzerland North\",\r\n \"North Central US\",\r\n \"UK West\",\r\n \"Australia Southeast\",\r\n \"Korea South\",\r\n \"Canada Central\",\r\n \"South India\",\r\n \"West Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-12-01-preview\",\r\n \"2019-08-01\",\r\n \"2019-01-01\",\r\n \"2018-11-01\",\r\n \"2018-02-01\",\r\n \"2016-08-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"sites/networkConfig\",\r\n \"locations\": [\r\n \"South Central US\",\r\n \"South Africa North\",\r\n \"East Asia\",\r\n \"Japan East\",\r\n \"West US\",\r\n \"Australia East\",\r\n \"Brazil South\",\r\n \"Southeast Asia\",\r\n \"Central US\",\r\n \"Japan West\",\r\n \"Central India\",\r\n \"UK South\",\r\n \"Canada East\",\r\n \"Korea Central\",\r\n \"France Central\",\r\n \"North Europe\",\r\n \"West US 2\",\r\n \"East US\",\r\n \"West India\",\r\n \"East US 2\",\r\n \"Australia Central\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"Switzerland North\",\r\n \"North Central US\",\r\n \"UK West\",\r\n \"Australia Southeast\",\r\n \"Korea South\",\r\n \"Canada Central\",\r\n \"West Europe\",\r\n \"South India\",\r\n \"West Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-08-01\",\r\n \"2018-11-01\",\r\n \"2018-02-01\",\r\n \"2016-08-01\",\r\n \"2016-03-01\",\r\n \"2015-08-01\",\r\n \"2015-07-01\",\r\n \"2015-06-01\",\r\n \"2015-05-01\",\r\n \"2015-04-01\",\r\n \"2015-02-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"sites/slots/networkConfig\",\r\n \"locations\": [\r\n \"South Central US\",\r\n \"South Africa North\",\r\n \"East Asia\",\r\n \"Japan East\",\r\n \"West US\",\r\n \"Australia East\",\r\n \"Brazil South\",\r\n \"Southeast Asia\",\r\n \"Central US\",\r\n \"Japan West\",\r\n \"Central India\",\r\n \"UK South\",\r\n \"Canada East\",\r\n \"Korea Central\",\r\n \"France Central\",\r\n \"North Europe\",\r\n \"West US 2\",\r\n \"East US\",\r\n \"West India\",\r\n \"East US 2\",\r\n \"Australia Central\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"Switzerland North\",\r\n \"North Central US\",\r\n \"UK West\",\r\n \"Australia Southeast\",\r\n \"Korea South\",\r\n \"Canada Central\",\r\n \"West Europe\",\r\n \"South India\",\r\n \"West Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-08-01\",\r\n \"2018-11-01\",\r\n \"2018-02-01\",\r\n \"2016-08-01\",\r\n \"2016-03-01\",\r\n \"2015-08-01\",\r\n \"2015-07-01\",\r\n \"2015-06-01\",\r\n \"2015-05-01\",\r\n \"2015-04-01\",\r\n \"2015-02-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"sites/hostNameBindings\",\r\n \"locations\": [\r\n \"South Central US\",\r\n \"South Africa North\",\r\n \"East Asia\",\r\n \"Japan East\",\r\n \"West US\",\r\n \"Australia East\",\r\n \"Brazil South\",\r\n \"Southeast Asia\",\r\n \"Central US\",\r\n \"Japan West\",\r\n \"Central India\",\r\n \"UK South\",\r\n \"Canada East\",\r\n \"Korea Central\",\r\n \"France Central\",\r\n \"North Europe\",\r\n \"West US 2\",\r\n \"East US\",\r\n \"West India\",\r\n \"East US 2\",\r\n \"Australia Central\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"Switzerland North\",\r\n \"North Central US\",\r\n \"UK West\",\r\n \"Australia Southeast\",\r\n \"Korea South\",\r\n \"Canada Central\",\r\n \"West Europe\",\r\n \"South India\",\r\n \"West Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-08-01\",\r\n \"2018-11-01\",\r\n \"2018-02-01\",\r\n \"2016-08-01\",\r\n \"2016-03-01\",\r\n \"2015-08-01\",\r\n \"2015-07-01\",\r\n \"2015-06-01\",\r\n \"2015-05-01\",\r\n \"2015-04-01\",\r\n \"2015-02-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"sites/slots/hostNameBindings\",\r\n \"locations\": [\r\n \"South Central US\",\r\n \"South Africa North\",\r\n \"East Asia\",\r\n \"Japan East\",\r\n \"West US\",\r\n \"Australia East\",\r\n \"Brazil South\",\r\n \"Southeast Asia\",\r\n \"Central US\",\r\n \"Japan West\",\r\n \"Central India\",\r\n \"UK South\",\r\n \"Canada East\",\r\n \"Korea Central\",\r\n \"France Central\",\r\n \"North Europe\",\r\n \"West US 2\",\r\n \"East US\",\r\n \"West India\",\r\n \"East US 2\",\r\n \"Australia Central\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"Switzerland North\",\r\n \"North Central US\",\r\n \"UK West\",\r\n \"Australia Southeast\",\r\n \"Korea South\",\r\n \"Canada Central\",\r\n \"West Europe\",\r\n \"South India\",\r\n \"West Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-08-01\",\r\n \"2018-11-01\",\r\n \"2018-02-01\",\r\n \"2016-08-01\",\r\n \"2016-03-01\",\r\n \"2015-08-01\",\r\n \"2015-07-01\",\r\n \"2015-06-01\",\r\n \"2015-05-01\",\r\n \"2015-04-01\",\r\n \"2015-02-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [\r\n \"Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"Southeast Asia\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"West US\",\r\n \"East US\",\r\n \"Japan West\",\r\n \"Japan East\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"West India\",\r\n \"Central India\",\r\n \"South India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"West US 2\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"Australia Central\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-08-01\",\r\n \"2018-11-01\",\r\n \"2018-02-01\",\r\n \"2016-03-01\",\r\n \"2015-08-01\",\r\n \"2015-07-01\",\r\n \"2015-06-01\",\r\n \"2015-05-01\",\r\n \"2015-04-01\",\r\n \"2015-02-01\",\r\n \"2014-11-01\",\r\n \"2014-06-01\",\r\n \"2014-04-01-preview\",\r\n \"2014-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"certificates\",\r\n \"locations\": [\r\n \"South Central US\",\r\n \"South Africa North\",\r\n \"East Asia\",\r\n \"Japan East\",\r\n \"West US\",\r\n \"Australia East\",\r\n \"Brazil South\",\r\n \"Southeast Asia\",\r\n \"Central US\",\r\n \"Japan West\",\r\n \"Central India\",\r\n \"UK South\",\r\n \"Canada East\",\r\n \"Korea Central\",\r\n \"France Central\",\r\n \"North Europe\",\r\n \"West US 2\",\r\n \"East US\",\r\n \"West India\",\r\n \"East US 2\",\r\n \"Australia Central\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"Switzerland North\",\r\n \"North Central US\",\r\n \"UK West\",\r\n \"Australia Southeast\",\r\n \"Korea South\",\r\n \"Canada Central\",\r\n \"West Europe\",\r\n \"South India\",\r\n \"West Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-08-01\",\r\n \"2018-11-01\",\r\n \"2018-02-01\",\r\n \"2016-03-01\",\r\n \"2015-08-01-preview\",\r\n \"2015-08-01\",\r\n \"2015-07-01\",\r\n \"2015-06-01\",\r\n \"2015-05-01\",\r\n \"2015-04-01\",\r\n \"2015-02-01\",\r\n \"2014-11-01\",\r\n \"2014-06-01\",\r\n \"2014-04-01-preview\",\r\n \"2014-04-01\"\r\n ],\r\n \"capabilities\": \"CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"serverFarms\",\r\n \"locations\": [\r\n \"South Central US\",\r\n \"South Africa North\",\r\n \"West US\",\r\n \"Australia East\",\r\n \"Brazil South\",\r\n \"Southeast Asia\",\r\n \"Central US\",\r\n \"Japan West\",\r\n \"Central India\",\r\n \"UK South\",\r\n \"Canada East\",\r\n \"Korea Central\",\r\n \"France Central\",\r\n \"North Europe\",\r\n \"West US 2\",\r\n \"East US\",\r\n \"West India\",\r\n \"East US 2\",\r\n \"Australia Central\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"Switzerland North\",\r\n \"North Central US\",\r\n \"UK West\",\r\n \"Australia Southeast\",\r\n \"Korea South\",\r\n \"Canada Central\",\r\n \"West Europe\",\r\n \"South India\",\r\n \"West Central US\",\r\n \"East Asia\",\r\n \"Japan East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-08-01\",\r\n \"2018-11-01\",\r\n \"2018-02-01\",\r\n \"2017-08-01\",\r\n \"2016-09-01\",\r\n \"2016-03-01\",\r\n \"2015-08-01\",\r\n \"2015-07-01\",\r\n \"2015-06-01\",\r\n \"2015-05-01\",\r\n \"2015-04-01\",\r\n \"2015-02-01\",\r\n \"2014-11-01\",\r\n \"2014-06-01\",\r\n \"2014-04-01-preview\",\r\n \"2014-04-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"sites\",\r\n \"locations\": [\r\n \"South Central US\",\r\n \"South Africa North\",\r\n \"West US\",\r\n \"Australia East\",\r\n \"Brazil South\",\r\n \"Southeast Asia\",\r\n \"Central US\",\r\n \"Japan West\",\r\n \"Central India\",\r\n \"UK South\",\r\n \"Canada East\",\r\n \"Korea Central\",\r\n \"France Central\",\r\n \"North Europe\",\r\n \"West US 2\",\r\n \"East US\",\r\n \"West India\",\r\n \"East US 2\",\r\n \"Australia Central\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"Switzerland North\",\r\n \"North Central US\",\r\n \"UK West\",\r\n \"Australia Southeast\",\r\n \"Korea South\",\r\n \"Canada Central\",\r\n \"West Europe\",\r\n \"South India\",\r\n \"West Central US\",\r\n \"East Asia\",\r\n \"Japan East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-08-01\",\r\n \"2018-11-01\",\r\n \"2018-02-01\",\r\n \"2017-08-01\",\r\n \"2016-09-01\",\r\n \"2016-08-01\",\r\n \"2016-03-01\",\r\n \"2015-11-01\",\r\n \"2015-08-01-preview\",\r\n \"2015-08-01\",\r\n \"2015-07-01\",\r\n \"2015-06-01\",\r\n \"2015-05-01\",\r\n \"2015-04-01\",\r\n \"2015-02-01\",\r\n \"2015-01-01\",\r\n \"2014-11-01\",\r\n \"2014-06-01\",\r\n \"2014-04-01-preview\",\r\n \"2014-04-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"sites/slots\",\r\n \"locations\": [\r\n \"South Central US\",\r\n \"South Africa North\",\r\n \"West US\",\r\n \"Australia East\",\r\n \"Brazil South\",\r\n \"Southeast Asia\",\r\n \"Central US\",\r\n \"Japan West\",\r\n \"Central India\",\r\n \"UK South\",\r\n \"Canada East\",\r\n \"Korea Central\",\r\n \"France Central\",\r\n \"North Europe\",\r\n \"West US 2\",\r\n \"East US\",\r\n \"West India\",\r\n \"East US 2\",\r\n \"Australia Central\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"Switzerland North\",\r\n \"North Central US\",\r\n \"UK West\",\r\n \"Australia Southeast\",\r\n \"Korea South\",\r\n \"Canada Central\",\r\n \"West Europe\",\r\n \"South India\",\r\n \"West Central US\",\r\n \"East Asia\",\r\n \"Japan East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-08-01\",\r\n \"2018-11-01\",\r\n \"2018-02-01\",\r\n \"2017-08-01\",\r\n \"2016-09-01\",\r\n \"2016-08-01\",\r\n \"2016-03-01\",\r\n \"2015-11-01\",\r\n \"2015-08-01\",\r\n \"2015-07-01\",\r\n \"2015-06-01\",\r\n \"2015-05-01\",\r\n \"2015-04-01\",\r\n \"2015-02-01\",\r\n \"2015-01-01\",\r\n \"2014-11-01\",\r\n \"2014-06-01\",\r\n \"2014-04-01-preview\",\r\n \"2014-04-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"runtimes\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-08-01\",\r\n \"2018-11-01\",\r\n \"2018-02-01\",\r\n \"2016-03-01\",\r\n \"2015-08-01\",\r\n \"2015-07-01\",\r\n \"2015-06-01\",\r\n \"2015-05-01\",\r\n \"2015-04-01\",\r\n \"2015-02-01\",\r\n \"2014-11-01\",\r\n \"2014-06-01\",\r\n \"2014-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"recommendations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-08-01\",\r\n \"2018-11-01\",\r\n \"2018-02-01\",\r\n \"2016-03-01\",\r\n \"2015-08-01\",\r\n \"2015-07-01\",\r\n \"2015-06-01\",\r\n \"2015-05-01\",\r\n \"2015-04-01\",\r\n \"2015-02-01\",\r\n \"2014-11-01\",\r\n \"2014-06-01\",\r\n \"2014-04-01-preview\",\r\n \"2014-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-08-01\",\r\n \"2018-11-01\",\r\n \"2018-02-01\",\r\n \"2016-03-01\",\r\n \"2015-08-01\",\r\n \"2015-07-01\",\r\n \"2015-06-01\",\r\n \"2015-05-01\",\r\n \"2015-04-01\",\r\n \"2015-02-01\",\r\n \"2014-11-01\",\r\n \"2014-06-01\",\r\n \"2014-04-01-preview\",\r\n \"2014-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"georegions\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-08-01\",\r\n \"2018-11-01\",\r\n \"2018-02-01\",\r\n \"2016-03-01\",\r\n \"2015-08-01\",\r\n \"2015-07-01\",\r\n \"2015-06-01\",\r\n \"2015-05-01\",\r\n \"2015-04-01\",\r\n \"2015-02-01\",\r\n \"2014-11-01\",\r\n \"2014-06-01\",\r\n \"2014-04-01-preview\",\r\n \"2014-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"sites/premieraddons\",\r\n \"locations\": [\r\n \"South Central US\",\r\n \"South Africa North\",\r\n \"East Asia\",\r\n \"Japan East\",\r\n \"West US\",\r\n \"Australia East\",\r\n \"Brazil South\",\r\n \"Southeast Asia\",\r\n \"Central US\",\r\n \"Japan West\",\r\n \"Central India\",\r\n \"UK South\",\r\n \"Canada East\",\r\n \"Korea Central\",\r\n \"France Central\",\r\n \"North Europe\",\r\n \"West US 2\",\r\n \"East US\",\r\n \"West India\",\r\n \"East US 2\",\r\n \"Australia Central\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"Switzerland North\",\r\n \"North Central US\",\r\n \"UK West\",\r\n \"Australia Southeast\",\r\n \"Korea South\",\r\n \"Canada Central\",\r\n \"West Europe\",\r\n \"South India\",\r\n \"West Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-08-01\",\r\n \"2018-11-01\",\r\n \"2018-02-01\",\r\n \"2016-03-01\",\r\n \"2015-08-01\",\r\n \"2015-07-01\",\r\n \"2015-06-01\",\r\n \"2015-05-01\",\r\n \"2015-04-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"hostingEnvironments\",\r\n \"locations\": [\r\n \"South Central US\",\r\n \"South Africa North\",\r\n \"West US 2\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"UK South\",\r\n \"Southeast Asia\",\r\n \"North Europe\",\r\n \"Japan East\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"West US\",\r\n \"Australia East\",\r\n \"Brazil South\",\r\n \"Central US\",\r\n \"Japan West\",\r\n \"Central India\",\r\n \"Canada East\",\r\n \"Korea Central\",\r\n \"France Central\",\r\n \"West India\",\r\n \"Australia Central\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"Switzerland North\",\r\n \"North Central US\",\r\n \"UK West\",\r\n \"Australia Southeast\",\r\n \"Korea South\",\r\n \"Canada Central\",\r\n \"South India\",\r\n \"West Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-08-01\",\r\n \"2019-02-01\",\r\n \"2019-01-01\",\r\n \"2018-11-01\",\r\n \"2018-08-01\",\r\n \"2018-05-01-preview\",\r\n \"2018-02-01\",\r\n \"2017-08-01\",\r\n \"2016-09-01\",\r\n \"2016-03-01\",\r\n \"2015-08-01\",\r\n \"2015-07-01\",\r\n \"2015-06-01\",\r\n \"2015-05-01\",\r\n \"2015-04-01\",\r\n \"2015-02-01\",\r\n \"2014-11-01\",\r\n \"2014-06-01\",\r\n \"2014-04-01\"\r\n ],\r\n \"zoneMappings\": [\r\n {\r\n \"location\": \"East US 2\",\r\n \"zones\": [\r\n \"3\",\r\n \"2\",\r\n \"1\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Central US\",\r\n \"zones\": [\r\n \"3\",\r\n \"2\",\r\n \"1\"\r\n ]\r\n },\r\n {\r\n \"location\": \"West Europe\",\r\n \"zones\": [\r\n \"3\",\r\n \"2\",\r\n \"1\"\r\n ]\r\n },\r\n {\r\n \"location\": \"France Central\",\r\n \"zones\": [\r\n \"3\",\r\n \"2\",\r\n \"1\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Southeast Asia\",\r\n \"zones\": [\r\n \"3\",\r\n \"2\",\r\n \"1\"\r\n ]\r\n },\r\n {\r\n \"location\": \"West US 2\",\r\n \"zones\": [\r\n \"3\",\r\n \"2\",\r\n \"1\"\r\n ]\r\n },\r\n {\r\n \"location\": \"North Europe\",\r\n \"zones\": [\r\n \"3\",\r\n \"2\",\r\n \"1\"\r\n ]\r\n },\r\n {\r\n \"location\": \"East US\",\r\n \"zones\": [\r\n \"3\",\r\n \"2\",\r\n \"1\"\r\n ]\r\n },\r\n {\r\n \"location\": \"UK South\",\r\n \"zones\": [\r\n \"3\",\r\n \"2\",\r\n \"1\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Japan East\",\r\n \"zones\": [\r\n \"3\",\r\n \"2\",\r\n \"1\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Australia East\",\r\n \"zones\": []\r\n },\r\n {\r\n \"location\": \"South Africa North\",\r\n \"zones\": []\r\n },\r\n {\r\n \"location\": \"South Central US\",\r\n \"zones\": []\r\n },\r\n {\r\n \"location\": \"Canada Central\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"hostingEnvironments/multiRolePools\",\r\n \"locations\": [\r\n \"South Central US\",\r\n \"South Africa North\",\r\n \"East Asia\",\r\n \"Japan East\",\r\n \"West US\",\r\n \"Australia East\",\r\n \"Brazil South\",\r\n \"Southeast Asia\",\r\n \"Central US\",\r\n \"Japan West\",\r\n \"Central India\",\r\n \"UK South\",\r\n \"Canada East\",\r\n \"Korea Central\",\r\n \"France Central\",\r\n \"North Europe\",\r\n \"West US 2\",\r\n \"East US\",\r\n \"West India\",\r\n \"East US 2\",\r\n \"Australia Central\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"Switzerland North\",\r\n \"North Central US\",\r\n \"UK West\",\r\n \"Australia Southeast\",\r\n \"Korea South\",\r\n \"Canada Central\",\r\n \"West Europe\",\r\n \"South India\",\r\n \"West Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-08-01\",\r\n \"2019-02-01\",\r\n \"2018-11-01\",\r\n \"2018-08-01\",\r\n \"2018-02-01\",\r\n \"2017-08-01\",\r\n \"2016-09-01\",\r\n \"2016-03-01\",\r\n \"2015-08-01\",\r\n \"2015-07-01\",\r\n \"2015-06-01\",\r\n \"2015-05-01\",\r\n \"2015-04-01\",\r\n \"2015-02-01\",\r\n \"2014-11-01\",\r\n \"2014-06-01\",\r\n \"2014-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"hostingEnvironments/workerPools\",\r\n \"locations\": [\r\n \"South Central US\",\r\n \"South Africa North\",\r\n \"East Asia\",\r\n \"Japan East\",\r\n \"West US\",\r\n \"Australia East\",\r\n \"Brazil South\",\r\n \"Southeast Asia\",\r\n \"Central US\",\r\n \"Japan West\",\r\n \"Central India\",\r\n \"UK South\",\r\n \"Canada East\",\r\n \"Korea Central\",\r\n \"France Central\",\r\n \"North Europe\",\r\n \"West US 2\",\r\n \"East US\",\r\n \"West India\",\r\n \"East US 2\",\r\n \"Australia Central\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"Switzerland North\",\r\n \"North Central US\",\r\n \"UK West\",\r\n \"Australia Southeast\",\r\n \"Korea South\",\r\n \"Canada Central\",\r\n \"West Europe\",\r\n \"South India\",\r\n \"West Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-08-01\",\r\n \"2019-02-01\",\r\n \"2018-11-01\",\r\n \"2018-08-01\",\r\n \"2018-02-01\",\r\n \"2017-08-01\",\r\n \"2016-09-01\",\r\n \"2016-03-01\",\r\n \"2015-08-01\",\r\n \"2015-07-01\",\r\n \"2015-06-01\",\r\n \"2015-05-01\",\r\n \"2015-04-01\",\r\n \"2015-02-01\",\r\n \"2014-11-01\",\r\n \"2014-06-01\",\r\n \"2014-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"deploymentLocations\",\r\n \"locations\": [\r\n \"Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"Southeast Asia\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"West US\",\r\n \"East US\",\r\n \"Japan West\",\r\n \"Japan East\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"West India\",\r\n \"Central India\",\r\n \"South India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"West US 2\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"Australia Central\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-08-01\",\r\n \"2018-11-01\",\r\n \"2018-02-01\",\r\n \"2016-03-01\",\r\n \"2015-08-01\",\r\n \"2015-07-01\",\r\n \"2015-06-01\",\r\n \"2015-05-01\",\r\n \"2015-04-01\",\r\n \"2015-02-01\",\r\n \"2014-11-01\",\r\n \"2014-06-01\",\r\n \"2014-04-01-preview\",\r\n \"2014-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"deletedSites\",\r\n \"locations\": [\r\n \"South Central US\",\r\n \"South Africa North\",\r\n \"East Asia\",\r\n \"Japan East\",\r\n \"West US\",\r\n \"Australia East\",\r\n \"Brazil South\",\r\n \"Southeast Asia\",\r\n \"Central US\",\r\n \"Japan West\",\r\n \"Central India\",\r\n \"UK South\",\r\n \"Canada East\",\r\n \"Korea Central\",\r\n \"France Central\",\r\n \"North Europe\",\r\n \"West US 2\",\r\n \"East US\",\r\n \"West India\",\r\n \"East US 2\",\r\n \"Australia Central\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"Switzerland North\",\r\n \"North Central US\",\r\n \"UK West\",\r\n \"Australia Southeast\",\r\n \"Korea South\",\r\n \"Canada Central\",\r\n \"West Europe\",\r\n \"South India\",\r\n \"West Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-08-01\",\r\n \"2018-11-01\",\r\n \"2018-02-01\",\r\n \"2016-03-01\",\r\n \"2015-08-01\",\r\n \"2015-07-01\",\r\n \"2015-06-01\",\r\n \"2015-05-01\",\r\n \"2015-04-01\",\r\n \"2015-02-01\",\r\n \"2014-11-01\",\r\n \"2014-06-01\",\r\n \"2014-04-01-preview\",\r\n \"2014-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/deletedSites\",\r\n \"locations\": [\r\n \"South Central US\",\r\n \"South Africa North\",\r\n \"East Asia\",\r\n \"Japan East\",\r\n \"West US\",\r\n \"Australia East\",\r\n \"Brazil South\",\r\n \"Southeast Asia\",\r\n \"Central US\",\r\n \"Japan West\",\r\n \"Central India\",\r\n \"UK South\",\r\n \"Canada East\",\r\n \"Korea Central\",\r\n \"France Central\",\r\n \"North Europe\",\r\n \"West US 2\",\r\n \"East US\",\r\n \"West India\",\r\n \"East US 2\",\r\n \"Australia Central\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"Switzerland North\",\r\n \"North Central US\",\r\n \"UK West\",\r\n \"Australia Southeast\",\r\n \"Korea South\",\r\n \"Canada Central\",\r\n \"West Europe\",\r\n \"South India\",\r\n \"West Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-08-01\",\r\n \"2018-11-01\",\r\n \"2018-02-01\",\r\n \"2016-03-01\",\r\n \"2015-08-01\",\r\n \"2015-07-01\",\r\n \"2015-06-01\",\r\n \"2015-05-01\",\r\n \"2015-04-01\",\r\n \"2015-02-01\",\r\n \"2014-11-01\",\r\n \"2014-06-01\",\r\n \"2014-04-01-preview\",\r\n \"2014-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"ishostingenvironmentnameavailable\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-08-01\",\r\n \"2018-11-01\",\r\n \"2018-02-01\",\r\n \"2016-03-01\",\r\n \"2015-08-01\",\r\n \"2015-07-01\",\r\n \"2015-06-01\",\r\n \"2015-05-01\",\r\n \"2015-04-01\",\r\n \"2015-02-01\",\r\n \"2014-11-01\",\r\n \"2014-06-01\",\r\n \"2014-04-01-preview\",\r\n \"2014-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/deleteVirtualNetworkOrSubnets\",\r\n \"locations\": [\r\n \"South Central US\",\r\n \"South Africa North\",\r\n \"West US\",\r\n \"Australia East\",\r\n \"Brazil South\",\r\n \"Southeast Asia\",\r\n \"Central US\",\r\n \"Japan West\",\r\n \"Central India\",\r\n \"UK South\",\r\n \"Canada East\",\r\n \"Korea Central\",\r\n \"France Central\",\r\n \"North Europe\",\r\n \"West US 2\",\r\n \"East US\",\r\n \"West India\",\r\n \"East US 2\",\r\n \"Australia Central\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"Switzerland North\",\r\n \"North Central US\",\r\n \"UK West\",\r\n \"Australia Southeast\",\r\n \"Korea South\",\r\n \"Canada Central\",\r\n \"West Europe\",\r\n \"South India\",\r\n \"West Central US\",\r\n \"East Asia\",\r\n \"Japan East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-08-01\",\r\n \"2018-11-01\",\r\n \"2018-02-01\",\r\n \"2016-11-01\",\r\n \"2016-08-01\",\r\n \"2016-03-01\",\r\n \"2015-08-01-preview\",\r\n \"2015-08-01\",\r\n \"2015-07-01\",\r\n \"2015-06-01\",\r\n \"2015-05-01\",\r\n \"2015-04-01\",\r\n \"2015-02-01\",\r\n \"2014-11-01\",\r\n \"2014-06-01\",\r\n \"2014-04-01-preview\",\r\n \"2014-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"connections\",\r\n \"locations\": [\r\n \"North Central US\",\r\n \"Central US\",\r\n \"South Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"West US\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"Japan West\",\r\n \"Japan East\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"France Central\",\r\n \"France South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"South Africa West\",\r\n \"South Africa North\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-07-01-preview\",\r\n \"2018-03-01-preview\",\r\n \"2016-06-01\",\r\n \"2015-08-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"customApis\",\r\n \"locations\": [\r\n \"North Central US\",\r\n \"Central US\",\r\n \"South Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"West US\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"Japan West\",\r\n \"Japan East\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"France Central\",\r\n \"France South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"South Africa West\",\r\n \"South Africa North\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-07-01-preview\",\r\n \"2018-03-01-preview\",\r\n \"2016-06-01\",\r\n \"2015-08-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2018-07-01-preview\",\r\n \"2018-03-01-preview\",\r\n \"2016-06-01\",\r\n \"2015-08-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/listWsdlInterfaces\",\r\n \"locations\": [\r\n \"North Central US\",\r\n \"Central US\",\r\n \"South Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"West US\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"Japan West\",\r\n \"Japan East\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"France Central\",\r\n \"France South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"South Africa West\",\r\n \"South Africa North\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-03-01-preview\",\r\n \"2016-06-01\",\r\n \"2015-08-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/extractApiDefinitionFromWsdl\",\r\n \"locations\": [\r\n \"North Central US\",\r\n \"Central US\",\r\n \"South Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"West US\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"Japan West\",\r\n \"Japan East\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"France Central\",\r\n \"France South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"South Africa West\",\r\n \"South Africa North\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-03-01-preview\",\r\n \"2016-06-01\",\r\n \"2015-08-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/managedApis\",\r\n \"locations\": [\r\n \"North Central US\",\r\n \"Central US\",\r\n \"South Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"West US\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"Japan West\",\r\n \"Japan East\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"France Central\",\r\n \"France South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"South Africa West\",\r\n \"South Africa North\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-07-01-preview\",\r\n \"2018-03-01-preview\",\r\n \"2016-06-01\",\r\n \"2015-08-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/runtimes\",\r\n \"locations\": [\r\n \"North Central US\",\r\n \"Central US\",\r\n \"South Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"West US\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"Japan West\",\r\n \"Japan East\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"France Central\",\r\n \"France South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"South Africa West\",\r\n \"South Africa North\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-03-01-preview\",\r\n \"2016-06-01\",\r\n \"2015-08-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/apiOperations\",\r\n \"locations\": [\r\n \"North Central US\",\r\n \"Central US\",\r\n \"South Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"West US\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"Japan West\",\r\n \"Japan East\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"France Central\",\r\n \"France South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"South Africa West\",\r\n \"South Africa North\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-07-01-preview\",\r\n \"2018-03-01-preview\",\r\n \"2016-06-01\",\r\n \"2015-08-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"connectionGateways\",\r\n \"locations\": [\r\n \"North Central US\",\r\n \"Central US\",\r\n \"South Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"West US\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"Japan West\",\r\n \"Japan East\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"France Central\",\r\n \"France South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"South Africa West\",\r\n \"South Africa North\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-03-01-preview\",\r\n \"2016-06-01\",\r\n \"2015-08-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"locations/connectionGatewayInstallations\",\r\n \"locations\": [\r\n \"North Central US\",\r\n \"Central US\",\r\n \"South Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"West US\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"Japan West\",\r\n \"Japan East\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"France Central\",\r\n \"France South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"South Africa West\",\r\n \"South Africa North\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-03-01-preview\",\r\n \"2016-06-01\",\r\n \"2015-08-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [\r\n \"Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"Southeast Asia\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"West US\",\r\n \"East US\",\r\n \"Japan West\",\r\n \"Japan East\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"West India\",\r\n \"Central India\",\r\n \"South India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"West US 2\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"Australia Central\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-08-01\",\r\n \"2018-11-01\",\r\n \"2018-02-01\",\r\n \"2016-03-01\",\r\n \"2015-08-01-preview\",\r\n \"2015-08-01\",\r\n \"2015-07-01\",\r\n \"2015-06-01\",\r\n \"2015-05-01\",\r\n \"2015-04-01\",\r\n \"2015-02-01\",\r\n \"2014-11-01\",\r\n \"2014-06-01\",\r\n \"2014-04-01-preview\",\r\n \"2014-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"billingMeters\",\r\n \"locations\": [\r\n \"Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"Southeast Asia\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"West US\",\r\n \"East US\",\r\n \"Japan West\",\r\n \"Japan East\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"West India\",\r\n \"Central India\",\r\n \"South India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"West US 2\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"Australia Central\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-08-01\",\r\n \"2018-11-01\",\r\n \"2018-02-01\",\r\n \"2016-03-01\",\r\n \"2015-08-01-preview\",\r\n \"2015-08-01\",\r\n \"2015-07-01\",\r\n \"2015-06-01\",\r\n \"2015-05-01\",\r\n \"2015-04-01\",\r\n \"2015-02-01\",\r\n \"2014-11-01\",\r\n \"2014-06-01\",\r\n \"2014-04-01-preview\",\r\n \"2014-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"verifyHostingEnvironmentVnet\",\r\n \"locations\": [\r\n \"Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"Southeast Asia\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"West US\",\r\n \"East US\",\r\n \"Japan West\",\r\n \"Japan East\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"West India\",\r\n \"Central India\",\r\n \"South India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"West US 2\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"Australia Central\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-08-01\",\r\n \"2018-11-01\",\r\n \"2018-02-01\",\r\n \"2016-03-01\",\r\n \"2015-08-01\",\r\n \"2015-07-01\",\r\n \"2015-06-01\",\r\n \"2015-05-01\",\r\n \"2015-04-01\",\r\n \"2015-02-01\",\r\n \"2014-11-01\",\r\n \"2014-06-01\",\r\n \"2014-04-01-preview\",\r\n \"2014-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"serverFarms/eventGridFilters\",\r\n \"locations\": [\r\n \"South India\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-08-01\",\r\n \"2018-11-01\",\r\n \"2018-02-01\",\r\n \"2017-08-01\",\r\n \"2016-09-01\",\r\n \"2016-03-01\",\r\n \"2015-08-01\",\r\n \"2015-07-01\",\r\n \"2015-06-01\",\r\n \"2015-05-01\",\r\n \"2015-04-01\",\r\n \"2015-02-01\",\r\n \"2014-11-01\",\r\n \"2014-06-01\",\r\n \"2014-04-01-preview\",\r\n \"2014-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"sites/eventGridFilters\",\r\n \"locations\": [\r\n \"South India\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-08-01\",\r\n \"2018-11-01\",\r\n \"2018-02-01\",\r\n \"2017-08-01\",\r\n \"2016-09-01\",\r\n \"2016-08-01\",\r\n \"2016-03-01\",\r\n \"2015-11-01\",\r\n \"2015-08-01-preview\",\r\n \"2015-08-01\",\r\n \"2015-07-01\",\r\n \"2015-06-01\",\r\n \"2015-05-01\",\r\n \"2015-04-01\",\r\n \"2015-02-01\",\r\n \"2015-01-01\",\r\n \"2014-11-01\",\r\n \"2014-06-01\",\r\n \"2014-04-01-preview\",\r\n \"2014-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"sites/slots/eventGridFilters\",\r\n \"locations\": [\r\n \"South India\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-08-01\",\r\n \"2018-11-01\",\r\n \"2018-02-01\",\r\n \"2017-08-01\",\r\n \"2016-09-01\",\r\n \"2016-08-01\",\r\n \"2016-03-01\",\r\n \"2015-11-01\",\r\n \"2015-08-01\",\r\n \"2015-07-01\",\r\n \"2015-06-01\",\r\n \"2015-05-01\",\r\n \"2015-04-01\",\r\n \"2015-02-01\",\r\n \"2015-01-01\",\r\n \"2014-11-01\",\r\n \"2014-06-01\",\r\n \"2014-04-01-preview\",\r\n \"2014-04-01\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/providers/microsoft.insights\",\r\n \"namespace\": \"microsoft.insights\",\r\n \"authorizations\": [\r\n {\r\n \"applicationId\": \"6bccf540-eb86-4037-af03-7fa058c2db75\",\r\n \"roleDefinitionId\": \"89dcede2-9219-403a-9723-d3c6473f9472\"\r\n },\r\n {\r\n \"applicationId\": \"11c174dc-1945-4a9a-a36b-c79a0f246b9b\",\r\n \"roleDefinitionId\": \"dd9d4347-f397-45f2-b538-85f21c90037b\"\r\n },\r\n {\r\n \"applicationId\": \"035f9e1d-4f00-4419-bf50-bf2d87eb4878\",\r\n \"roleDefinitionId\": \"323795fe-ba3d-4f5a-ad42-afb4e1ea9485\"\r\n },\r\n {\r\n \"applicationId\": \"f5c26e74-f226-4ae8-85f0-b4af0080ac9e\",\r\n \"roleDefinitionId\": \"529d7ae6-e892-4d43-809d-8547aeb90643\"\r\n },\r\n {\r\n \"applicationId\": \"b503eb83-1222-4dcc-b116-b98ed5216e05\",\r\n \"roleDefinitionId\": \"68699c37-c689-44d4-9248-494b782d46ae\"\r\n },\r\n {\r\n \"applicationId\": \"ca7f3f0b-7d91-482c-8e09-c5d840d0eac5\",\r\n \"roleDefinitionId\": \"5d5a2e56-9835-44aa-93db-d2f19e155438\"\r\n },\r\n {\r\n \"applicationId\": \"3af5a1e8-2459-45cb-8683-bcd6cccbcc13\",\r\n \"roleDefinitionId\": \"b1309299-720d-4159-9897-6158a61aee41\"\r\n },\r\n {\r\n \"applicationId\": \"6a0a243c-0886-468a-a4c2-eff52c7445da\",\r\n \"roleDefinitionId\": \"d2eda64b-c5e6-4930-8642-2d80ecd7c2e2\"\r\n },\r\n {\r\n \"applicationId\": \"707be275-6b9d-4ee7-88f9-c0c2bd646e0f\",\r\n \"roleDefinitionId\": \"fa027d90-6ba0-4c33-9a54-59edaf2327e7\"\r\n },\r\n {\r\n \"applicationId\": \"461e8683-5575-4561-ac7f-899cc907d62a\",\r\n \"roleDefinitionId\": \"68699c37-c689-44d4-9248-494b782d46ae\"\r\n },\r\n {\r\n \"applicationId\": \"562db366-1b96-45d2-aa4a-f2148cef2240\",\r\n \"roleDefinitionId\": \"4109c8be-c1c8-4be0-af52-9d3c76c140ab\"\r\n },\r\n {\r\n \"applicationId\": \"e933bd07-d2ee-4f1d-933c-3752b819567b\",\r\n \"roleDefinitionId\": \"abbcfd44-e662-419a-9b5a-478f8e2f57c9\"\r\n }\r\n ],\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"components\",\r\n \"locations\": [\r\n \"East US\",\r\n \"South Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"Southeast Asia\",\r\n \"West US 2\",\r\n \"UK South\",\r\n \"Canada Central\",\r\n \"Central India\",\r\n \"Japan East\",\r\n \"Australia East\",\r\n \"Korea Central\",\r\n \"France Central\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"East Asia\",\r\n \"West US\",\r\n \"South Africa North\",\r\n \"North Central US\",\r\n \"Brazil South\",\r\n \"Switzerland North\",\r\n \"Australia Southeast\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-05-01-preview\",\r\n \"2015-05-01\",\r\n \"2014-12-01-preview\",\r\n \"2014-08-01\",\r\n \"2014-04-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"components/query\",\r\n \"locations\": [\r\n \"East US\",\r\n \"South Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"Southeast Asia\",\r\n \"West US 2\",\r\n \"UK South\",\r\n \"Central India\",\r\n \"Canada Central\",\r\n \"Japan East\",\r\n \"Australia East\",\r\n \"Korea Central\",\r\n \"France Central\",\r\n \"East US 2\",\r\n \"East Asia\",\r\n \"West US\",\r\n \"Central US\",\r\n \"South Africa North\",\r\n \"North Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-04-20\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"components/metrics\",\r\n \"locations\": [\r\n \"East US\",\r\n \"South Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"Southeast Asia\",\r\n \"West US 2\",\r\n \"UK South\",\r\n \"Central India\",\r\n \"Canada Central\",\r\n \"Japan East\",\r\n \"Australia East\",\r\n \"Korea Central\",\r\n \"France Central\",\r\n \"East US 2\",\r\n \"East Asia\",\r\n \"West US\",\r\n \"Central US\",\r\n \"South Africa North\",\r\n \"North Central US\",\r\n \"Brazil South\",\r\n \"Switzerland North\",\r\n \"Australia Southeast\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-04-20\",\r\n \"2014-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"components/events\",\r\n \"locations\": [\r\n \"East US\",\r\n \"South Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"Southeast Asia\",\r\n \"West US 2\",\r\n \"UK South\",\r\n \"Central India\",\r\n \"Canada Central\",\r\n \"Japan East\",\r\n \"Australia East\",\r\n \"Korea Central\",\r\n \"France Central\",\r\n \"East US 2\",\r\n \"East Asia\",\r\n \"West US\",\r\n \"Central US\",\r\n \"South Africa North\",\r\n \"North Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-04-20\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"webtests\",\r\n \"locations\": [\r\n \"East US\",\r\n \"South Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"Southeast Asia\",\r\n \"West US 2\",\r\n \"UK South\",\r\n \"Central India\",\r\n \"Canada Central\",\r\n \"Japan East\",\r\n \"Australia East\",\r\n \"Korea Central\",\r\n \"France Central\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"East Asia\",\r\n \"West US\",\r\n \"South Africa North\",\r\n \"North Central US\",\r\n \"Brazil South\",\r\n \"Switzerland North\",\r\n \"Australia Southeast\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-05-01-preview\",\r\n \"2015-05-01\",\r\n \"2014-08-01\",\r\n \"2014-04-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"scheduledqueryrules\",\r\n \"locations\": [\r\n \"West Central US\",\r\n \"East US\",\r\n \"West Europe\",\r\n \"Central India\",\r\n \"Canada Central\",\r\n \"Australia Southeast\",\r\n \"Japan East\",\r\n \"Southeast Asia\",\r\n \"UK South\",\r\n \"South Central US\",\r\n \"North Europe\",\r\n \"West US 2\",\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Korea Central\",\r\n \"France Central\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"East Asia\",\r\n \"West US\",\r\n \"North Central US\",\r\n \"South Africa North\",\r\n \"Brazil South\",\r\n \"UK West\",\r\n \"Switzerland North\",\r\n \"Switzerland West\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-04-16\",\r\n \"2017-09-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"components/pricingPlans\",\r\n \"locations\": [\r\n \"East US\",\r\n \"South Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"Southeast Asia\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2017-10-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"migrateToNewPricingModel\",\r\n \"locations\": [\r\n \"East US\",\r\n \"South Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"Southeast Asia\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2017-10-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"rollbackToLegacyPricingModel\",\r\n \"locations\": [\r\n \"East US\",\r\n \"South Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"Southeast Asia\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2017-10-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"listMigrationdate\",\r\n \"locations\": [\r\n \"East US\",\r\n \"South Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"Southeast Asia\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2017-10-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"logprofiles\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-03-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"migratealertrules\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2018-03-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"metricalerts\",\r\n \"locations\": [\r\n \"Global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-03-01\",\r\n \"2017-09-01-preview\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"alertrules\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"Korea South\",\r\n \"Korea Central\",\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"UAE North\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-03-01\",\r\n \"2015-04-01\",\r\n \"2014-04-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"autoscalesettings\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"Korea South\",\r\n \"Korea Central\",\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"France Central\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"Australia East\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2015-04-01\",\r\n \"2014-04-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"eventtypes\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-03-01-preview\",\r\n \"2016-09-01-preview\",\r\n \"2015-04-01\",\r\n \"2014-11-01\",\r\n \"2014-04-01\"\r\n ],\r\n \"capabilities\": \"SupportsExtension\"\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2015-04-01\",\r\n \"2014-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operationResults\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-04-01\",\r\n \"2014-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"vmInsightsOnboardingStatuses\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2018-11-27-preview\"\r\n ],\r\n \"capabilities\": \"SupportsExtension\"\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-04-01\",\r\n \"2014-06-01\",\r\n \"2014-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"diagnosticSettings\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"Korea South\",\r\n \"Korea Central\",\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2017-05-01-preview\",\r\n \"2016-09-01\",\r\n \"2015-07-01\"\r\n ],\r\n \"capabilities\": \"SupportsExtension\"\r\n },\r\n {\r\n \"resourceType\": \"diagnosticSettingsCategories\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"Korea South\",\r\n \"Korea Central\",\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2017-05-01-preview\"\r\n ],\r\n \"capabilities\": \"SupportsExtension\"\r\n },\r\n {\r\n \"resourceType\": \"extendedDiagnosticSettings\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"Korea South\",\r\n \"Korea Central\",\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2017-02-01\"\r\n ],\r\n \"capabilities\": \"SupportsExtension\"\r\n },\r\n {\r\n \"resourceType\": \"metricDefinitions\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"Brazil South\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"North Europe\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"Korea South\",\r\n \"Korea Central\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-01-01\",\r\n \"2017-12-01-preview\",\r\n \"2017-09-01-preview\",\r\n \"2017-05-01-preview\"\r\n ],\r\n \"capabilities\": \"SupportsExtension\"\r\n },\r\n {\r\n \"resourceType\": \"logDefinitions\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"Korea South\",\r\n \"Korea Central\",\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"France Central\"\r\n ],\r\n \"apiVersions\": [\r\n \"2015-07-01\"\r\n ],\r\n \"capabilities\": \"SupportsExtension\"\r\n },\r\n {\r\n \"resourceType\": \"eventCategories\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"metrics\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"Brazil South\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"North Europe\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"Korea South\",\r\n \"Korea Central\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-07-01\",\r\n \"2018-01-01\",\r\n \"2017-12-01-preview\",\r\n \"2017-09-01-preview\",\r\n \"2017-05-01-preview\",\r\n \"2016-09-01\",\r\n \"2016-06-01\"\r\n ],\r\n \"capabilities\": \"SupportsExtension\"\r\n },\r\n {\r\n \"resourceType\": \"metricbatch\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-01-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"metricNamespaces\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"Brazil South\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"North Europe\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"Korea South\",\r\n \"Korea Central\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-01-01\",\r\n \"2017-12-01-preview\"\r\n ],\r\n \"capabilities\": \"SupportsExtension\"\r\n },\r\n {\r\n \"resourceType\": \"actiongroups\",\r\n \"locations\": [\r\n \"Global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-06-01\",\r\n \"2019-03-01\",\r\n \"2018-09-01\",\r\n \"2018-03-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"activityLogAlerts\",\r\n \"locations\": [\r\n \"Global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2017-04-01\",\r\n \"2017-03-01-preview\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"baseline\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"Brazil South\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"North Europe\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"Korea South\",\r\n \"Korea Central\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"UAE North\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-09-01\",\r\n \"2017-11-01-preview\"\r\n ],\r\n \"capabilities\": \"SupportsExtension\"\r\n },\r\n {\r\n \"resourceType\": \"metricbaselines\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"Brazil South\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"North Europe\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"Korea South\",\r\n \"Korea Central\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"UAE North\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-03-01\",\r\n \"2018-09-01\"\r\n ],\r\n \"capabilities\": \"SupportsExtension\"\r\n },\r\n {\r\n \"resourceType\": \"calculatebaseline\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2018-09-01\",\r\n \"2017-11-01-preview\"\r\n ],\r\n \"capabilities\": \"SupportsExtension\"\r\n },\r\n {\r\n \"resourceType\": \"workbooks\",\r\n \"locations\": [\r\n \"West Europe\",\r\n \"South Central US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"West US 2\",\r\n \"Japan East\",\r\n \"Australia East\",\r\n \"Korea Central\",\r\n \"France Central\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"East Asia\",\r\n \"West US\",\r\n \"Canada Central\",\r\n \"Central India\",\r\n \"UK South\",\r\n \"South Africa North\",\r\n \"North Central US\",\r\n \"Brazil South\",\r\n \"Switzerland North\",\r\n \"Australia Southeast\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-02-12\",\r\n \"2018-06-17-preview\",\r\n \"2018-06-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"workbooktemplates\",\r\n \"locations\": [\r\n \"West Europe\",\r\n \"South Central US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"West US 2\",\r\n \"Japan East\",\r\n \"Australia East\",\r\n \"Korea Central\",\r\n \"France Central\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"East Asia\",\r\n \"West US\",\r\n \"Canada Central\",\r\n \"Central India\",\r\n \"UK South\",\r\n \"South Africa North\",\r\n \"North Central US\",\r\n \"Brazil South\",\r\n \"Switzerland North\",\r\n \"Australia Southeast\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-10-17-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"myWorkbooks\",\r\n \"locations\": [\r\n \"West Europe\",\r\n \"South Central US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"West US 2\",\r\n \"UK South\",\r\n \"Canada Central\",\r\n \"Central India\",\r\n \"Japan East\",\r\n \"Australia East\",\r\n \"Korea Central\",\r\n \"France Central\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"East Asia\",\r\n \"West US\",\r\n \"South Africa North\",\r\n \"North Central US\",\r\n \"Brazil South\",\r\n \"Switzerland North\",\r\n \"Australia Southeast\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-02-12\",\r\n \"2018-06-17-preview\",\r\n \"2018-06-15-preview\",\r\n \"2018-06-01-preview\",\r\n \"2016-06-15-preview\"\r\n ],\r\n \"capabilities\": \"SupportsExtension\"\r\n },\r\n {\r\n \"resourceType\": \"logs\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"Central US\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"Australia Central\",\r\n \"South Africa North\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-08-01-preview\",\r\n \"2018-03-01-preview\"\r\n ],\r\n \"capabilities\": \"SupportsExtension\"\r\n },\r\n {\r\n \"resourceType\": \"transactions\",\r\n \"locations\": [\r\n \"East US\",\r\n \"South Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"Southeast Asia\",\r\n \"West US 2\",\r\n \"UK South\",\r\n \"Central India\",\r\n \"Canada Central\",\r\n \"Japan East\",\r\n \"Australia East\",\r\n \"Korea Central\",\r\n \"France Central\",\r\n \"East US 2\",\r\n \"East Asia\",\r\n \"West US\",\r\n \"Central US\",\r\n \"South Africa North\",\r\n \"North Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-10-17-preview\"\r\n ],\r\n \"capabilities\": \"SupportsExtension\"\r\n },\r\n {\r\n \"resourceType\": \"topology\",\r\n \"locations\": [\r\n \"East US\",\r\n \"South Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"Southeast Asia\",\r\n \"West US 2\",\r\n \"UK South\",\r\n \"Central India\",\r\n \"Canada Central\",\r\n \"Japan East\",\r\n \"Australia East\",\r\n \"Korea Central\",\r\n \"France Central\",\r\n \"East US 2\",\r\n \"East Asia\",\r\n \"West US\",\r\n \"Central US\",\r\n \"South Africa North\",\r\n \"North Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-10-17-preview\"\r\n ],\r\n \"capabilities\": \"SupportsExtension\"\r\n },\r\n {\r\n \"resourceType\": \"privateLinkScopes\",\r\n \"locations\": [\r\n \"Global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-10-17-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"privateLinkScopes/privateEndpointConnections\",\r\n \"locations\": [\r\n \"Global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-10-17-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"privateLinkScopes/privateEndpointConnectionProxies\",\r\n \"locations\": [\r\n \"Global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-10-17-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"privateLinkScopes/scopedResources\",\r\n \"locations\": [\r\n \"Global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-10-17-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"components/linkedstorageaccounts\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West Central US\",\r\n \"South Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"Southeast Asia\",\r\n \"West US 2\",\r\n \"UK South\",\r\n \"Canada Central\",\r\n \"Central India\",\r\n \"Japan East\",\r\n \"Australia East\",\r\n \"Korea Central\",\r\n \"France Central\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"East Asia\",\r\n \"West US\",\r\n \"South Africa North\",\r\n \"North Central US\",\r\n \"Brazil South\",\r\n \"Switzerland North\",\r\n \"Norway East\",\r\n \"Norway West\",\r\n \"Australia Southeast\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"privateLinkScopeOperationStatuses\",\r\n \"locations\": [\r\n \"Global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-10-17-preview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/providers/Sendgrid.Email\",\r\n \"namespace\": \"Sendgrid.Email\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"accounts\",\r\n \"locations\": [\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"France South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"UAE Central\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2015-01-01\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"France South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"UAE Central\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2015-01-01\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/providers/Microsoft.Authorization\",\r\n \"namespace\": \"Microsoft.Authorization\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"roleAssignments\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-04-01-preview\",\r\n \"2018-12-01-preview\",\r\n \"2018-09-01-preview\",\r\n \"2018-07-01\",\r\n \"2018-01-01-preview\",\r\n \"2017-10-01-preview\",\r\n \"2017-09-01\",\r\n \"2017-05-01\",\r\n \"2016-07-01\",\r\n \"2015-07-01\",\r\n \"2015-06-01\",\r\n \"2015-05-01-preview\",\r\n \"2014-10-01-preview\",\r\n \"2014-07-01-preview\",\r\n \"2014-04-01-preview\"\r\n ],\r\n \"capabilities\": \"SupportsExtension\"\r\n },\r\n {\r\n \"resourceType\": \"roleDefinitions\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2018-07-01\",\r\n \"2018-01-01-preview\",\r\n \"2017-09-01\",\r\n \"2017-05-01\",\r\n \"2016-07-01\",\r\n \"2015-07-01\",\r\n \"2015-06-01\",\r\n \"2015-05-01-preview\",\r\n \"2014-10-01-preview\",\r\n \"2014-07-01-preview\",\r\n \"2014-04-01-preview\"\r\n ],\r\n \"capabilities\": \"SupportsExtension\"\r\n },\r\n {\r\n \"resourceType\": \"classicAdministrators\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-06-01\",\r\n \"2015-05-01-preview\",\r\n \"2014-10-01-preview\",\r\n \"2014-07-01-preview\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"permissions\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2018-07-01\",\r\n \"2018-01-01-preview\",\r\n \"2017-05-01\",\r\n \"2016-07-01\",\r\n \"2015-07-01\",\r\n \"2015-06-01\",\r\n \"2015-05-01-preview\",\r\n \"2014-10-01-preview\",\r\n \"2014-07-01-preview\",\r\n \"2014-04-01-preview\"\r\n ],\r\n \"capabilities\": \"SupportsExtension\"\r\n },\r\n {\r\n \"resourceType\": \"denyAssignments\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-03-01-preview\",\r\n \"2018-07-01-preview\",\r\n \"2018-07-01\"\r\n ],\r\n \"capabilities\": \"SupportsExtension\"\r\n },\r\n {\r\n \"resourceType\": \"locks\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-04-01\",\r\n \"2016-09-01\",\r\n \"2015-06-01\",\r\n \"2015-05-01-preview\",\r\n \"2015-01-01\"\r\n ],\r\n \"capabilities\": \"SupportsExtension\"\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-05-01\",\r\n \"2016-07-01\",\r\n \"2015-07-01\",\r\n \"2015-01-01\",\r\n \"2014-10-01-preview\",\r\n \"2014-06-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"policyDefinitions\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-09-01\",\r\n \"2019-06-01\",\r\n \"2019-01-01\",\r\n \"2018-05-01\",\r\n \"2018-03-01\",\r\n \"2016-12-01\",\r\n \"2016-04-01\",\r\n \"2015-10-01-preview\"\r\n ],\r\n \"capabilities\": \"SupportsExtension\"\r\n },\r\n {\r\n \"resourceType\": \"policySetDefinitions\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-09-01\",\r\n \"2019-06-01\",\r\n \"2019-01-01\",\r\n \"2018-05-01\",\r\n \"2018-03-01\",\r\n \"2017-06-01-preview\"\r\n ],\r\n \"capabilities\": \"SupportsExtension\"\r\n },\r\n {\r\n \"resourceType\": \"policyAssignments\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-09-01\",\r\n \"2019-06-01\",\r\n \"2019-01-01\",\r\n \"2018-05-01\",\r\n \"2018-03-01\",\r\n \"2017-06-01-preview\",\r\n \"2016-12-01\",\r\n \"2016-04-01\",\r\n \"2015-10-01-preview\"\r\n ],\r\n \"capabilities\": \"SystemAssignedResourceIdentity, SupportsExtension\"\r\n },\r\n {\r\n \"resourceType\": \"dataAliases\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2018-06-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"providerOperations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2018-07-01\",\r\n \"2018-01-01-preview\",\r\n \"2017-05-01\",\r\n \"2016-07-01\",\r\n \"2015-07-01-preview\",\r\n \"2015-07-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"elevateAccess\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-05-01\",\r\n \"2016-07-01\",\r\n \"2015-07-01\",\r\n \"2015-06-01\",\r\n \"2015-05-01-preview\",\r\n \"2014-10-01-preview\",\r\n \"2014-07-01-preview\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkAccess\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2018-09-01-preview\"\r\n ],\r\n \"capabilities\": \"SupportsExtension\"\r\n },\r\n {\r\n \"resourceType\": \"findOrphanRoleAssignments\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-04-01-preview\"\r\n ],\r\n \"capabilities\": \"SupportsExtension\"\r\n },\r\n {\r\n \"resourceType\": \"roleAssignmentsUsageMetrics\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-08-01-preview\"\r\n ],\r\n \"capabilities\": \"SupportsExtension\"\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/providers/Microsoft.Advisor\",\r\n \"namespace\": \"Microsoft.Advisor\",\r\n \"authorization\": {\r\n \"applicationId\": \"c39c9bac-9d1f-4dfb-aa29-27f6365e5cb7\",\r\n \"roleDefinitionId\": \"8a63b04c-3731-409b-9765-f1175c047872\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"suppressions\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-01-01\",\r\n \"2017-04-19\",\r\n \"2017-03-31\",\r\n \"2016-07-12-preview\",\r\n \"2016-05-09-preview\"\r\n ],\r\n \"capabilities\": \"SupportsExtension\"\r\n },\r\n {\r\n \"resourceType\": \"configurations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-01-01\",\r\n \"2017-04-19\",\r\n \"2017-03-31\"\r\n ],\r\n \"capabilities\": \"SupportsExtension\"\r\n },\r\n {\r\n \"resourceType\": \"metadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-01-01-alpha\",\r\n \"2020-01-01\",\r\n \"2017-04-19-rc\",\r\n \"2017-04-19-alpha\",\r\n \"2017-04-19\",\r\n \"2017-03-31-alpha\",\r\n \"2017-03-31\",\r\n \"2016-07-12-rc\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"recommendations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-01-01\",\r\n \"2017-04-19\",\r\n \"2017-03-31\",\r\n \"2016-07-12-preview\",\r\n \"2016-05-09-preview\"\r\n ],\r\n \"capabilities\": \"SupportsExtension\"\r\n },\r\n {\r\n \"resourceType\": \"generateRecommendations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-01-01\",\r\n \"2017-04-19\",\r\n \"2017-03-31\",\r\n \"2016-07-12-preview\",\r\n \"2016-05-09-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-01-01\",\r\n \"2017-04-19\",\r\n \"2017-03-31\",\r\n \"2016-07-12-preview\",\r\n \"2016-05-09-preview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/providers/Providers.Test\",\r\n \"namespace\": \"Providers.Test\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"statelessResources\",\r\n \"locations\": [\r\n \"West US\",\r\n \"West US 2\",\r\n \"East US\",\r\n \"Central US\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"West India\",\r\n \"South India\",\r\n \"Central India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"France Central\",\r\n \"Australia Central\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-04-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"statefulResources\",\r\n \"locations\": [\r\n \"West US\",\r\n \"West US 2\",\r\n \"East US\",\r\n \"Central US\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"West India\",\r\n \"South India\",\r\n \"Central India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"France Central\",\r\n \"Australia Central\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-04-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"statefulResources/nestedResources\",\r\n \"locations\": [\r\n \"West US\",\r\n \"West US 2\",\r\n \"East US\",\r\n \"Central US\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"West India\",\r\n \"South India\",\r\n \"Central India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"France Central\",\r\n \"Australia Central\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-04-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"statefulIbizaEngines\",\r\n \"locations\": [\r\n \"West US\",\r\n \"West US 2\",\r\n \"East US\",\r\n \"Central US\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"West India\",\r\n \"South India\",\r\n \"Central India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"France Central\",\r\n \"Australia Central\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-04-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2014-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"statefulResources/metricDefinitions\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2014-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"statefulResources/metrics\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2014-04-01\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/providers/84codes.CloudAMQP\",\r\n \"namespace\": \"84codes.CloudAMQP\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"servers\",\r\n \"locations\": [\r\n \"East US 2\",\r\n \"Central US\",\r\n \"East US\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"West US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Australia East\",\r\n \"Australia Southeast\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-08-01\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-08-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"listCommunicationPreference\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-08-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"updateCommunicationPreference\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-08-01\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"NotRegistered\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/providers/Conexlink.MyCloudIT\",\r\n \"namespace\": \"Conexlink.MyCloudIT\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"accounts\",\r\n \"locations\": [\r\n \"Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2015-06-15\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-06-15\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"listCommunicationPreference\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-06-15\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"updateCommunicationPreference\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-06-15\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"NotRegistered\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/providers/Crypteron.DataSecurity\",\r\n \"namespace\": \"Crypteron.DataSecurity\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"apps\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-08-12\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-08-12\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"listCommunicationPreference\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-08-12\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"updateCommunicationPreference\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-08-12\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"NotRegistered\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/providers/LiveArena.Broadcast\",\r\n \"namespace\": \"LiveArena.Broadcast\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"services\",\r\n \"locations\": [\r\n \"West US\",\r\n \"North Europe\",\r\n \"Japan West\",\r\n \"Japan East\",\r\n \"East Asia\",\r\n \"West Europe\",\r\n \"East US\",\r\n \"Southeast Asia\",\r\n \"Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-06-15\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-06-15\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"listCommunicationPreference\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-06-15\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"updateCommunicationPreference\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-06-15\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"NotRegistered\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/providers/Mailjet.Email\",\r\n \"namespace\": \"Mailjet.Email\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"services\",\r\n \"locations\": [\r\n \"West US\",\r\n \"West Europe\"\r\n ],\r\n \"apiVersions\": [\r\n \"2017-10-01\",\r\n \"2017-02-03\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2018-07-01\",\r\n \"2017-10-01\",\r\n \"2017-05-29\",\r\n \"2017-02-03\",\r\n \"2016-11-01\",\r\n \"2016-07-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"listCommunicationPreference\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-10-01\",\r\n \"2017-02-03\",\r\n \"2016-11-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"updateCommunicationPreference\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-10-01\",\r\n \"2017-02-03\",\r\n \"2016-11-01\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"NotRegistered\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/providers/Microsoft.AAD\",\r\n \"namespace\": \"Microsoft.AAD\",\r\n \"authorizations\": [\r\n {\r\n \"applicationId\": \"443155a6-77f3-45e3-882b-22b3a8d431fb\",\r\n \"roleDefinitionId\": \"7389DE79-3180-4F07-B2BA-C5BA1F01B03A\"\r\n },\r\n {\r\n \"applicationId\": \"abba844e-bc0e-44b0-947a-dc74e5d09022\",\r\n \"roleDefinitionId\": \"63BC473E-7767-42A5-A3BF-08EB71200E04\"\r\n },\r\n {\r\n \"applicationId\": \"d87dcbc6-a371-462e-88e3-28ad15ec4e64\",\r\n \"roleDefinitionId\": \"861776c5-e0df-4f95-be4f-ac1eec193323\"\r\n }\r\n ],\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"DomainServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"Central US\",\r\n \"East US\",\r\n \"South Central US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"East US 2\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"West Central US\",\r\n \"North Central US\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West US 2\",\r\n \"Korea Central\",\r\n \"France Central\",\r\n \"UK South\",\r\n \"South Africa North\",\r\n \"UAE North\"\r\n ],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2017-01-01\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"DomainServices/oucontainer\",\r\n \"locations\": [\r\n \"West US\",\r\n \"Central US\",\r\n \"East US\",\r\n \"South Central US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"East US 2\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"West Central US\",\r\n \"North Central US\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West US 2\",\r\n \"Korea Central\",\r\n \"France Central\",\r\n \"UK South\",\r\n \"South Africa North\",\r\n \"UAE North\"\r\n ],\r\n \"apiVersions\": [\r\n \"2017-06-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [\r\n \"West US\",\r\n \"Central US\",\r\n \"East US\",\r\n \"South Central US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"East US 2\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"West Central US\",\r\n \"North Central US\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West US 2\",\r\n \"Korea Central\",\r\n \"France Central\",\r\n \"UK South\",\r\n \"South Africa North\",\r\n \"UAE North\"\r\n ],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2017-01-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operationresults\",\r\n \"locations\": [\r\n \"West US\",\r\n \"Central US\",\r\n \"East US\",\r\n \"South Central US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"East US 2\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"West Central US\",\r\n \"North Central US\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West US 2\",\r\n \"Korea Central\",\r\n \"France Central\",\r\n \"UK South\",\r\n \"South Africa North\",\r\n \"UAE North\"\r\n ],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2017-01-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [\r\n \"West US\",\r\n \"Central US\",\r\n \"East US\",\r\n \"South Central US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"East US 2\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"West Central US\",\r\n \"North Central US\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West US 2\",\r\n \"Korea Central\",\r\n \"France Central\",\r\n \"UK South\",\r\n \"South Africa North\",\r\n \"UAE North\"\r\n ],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2017-01-01\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"NotRegistered\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/providers/Microsoft.Addons\",\r\n \"namespace\": \"Microsoft.Addons\",\r\n \"authorization\": {\r\n \"applicationId\": \"24d3987b-be4a-48e0-a3e7-11c186f39e41\",\r\n \"roleDefinitionId\": \"8004BAAB-A4CB-4981-8571-F7E44D039D93\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"supportProviders\",\r\n \"locations\": [\r\n \"West Central US\",\r\n \"South Central US\",\r\n \"East US\",\r\n \"West Europe\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-03-01\",\r\n \"2017-05-15\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [\r\n \"West Central US\",\r\n \"South Central US\",\r\n \"East US\",\r\n \"West Europe\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-03-01\",\r\n \"2017-05-15\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operationResults\",\r\n \"locations\": [\r\n \"West Central US\",\r\n \"South Central US\",\r\n \"East US\",\r\n \"West Europe\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-03-01\",\r\n \"2017-05-15\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"NotRegistered\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/providers/Microsoft.ADHybridHealthService\",\r\n \"namespace\": \"Microsoft.ADHybridHealthService\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"services\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-01-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"addsservices\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-01-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"configuration\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-01-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-01-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"agents\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-01-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"aadsupportcases\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-01-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"reports\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-01-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"servicehealthmetrics\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-01-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"logs\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-01-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"anonymousapiusers\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-01-01\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/providers/Microsoft.AlertsManagement\",\r\n \"namespace\": \"Microsoft.AlertsManagement\",\r\n \"authorizations\": [\r\n {\r\n \"applicationId\": \"3af5a1e8-2459-45cb-8683-bcd6cccbcc13\",\r\n \"roleDefinitionId\": \"b1309299-720d-4159-9897-6158a61aee41\"\r\n }\r\n ],\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"alerts\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-05-preview\",\r\n \"2019-03-01-preview\",\r\n \"2019-03-01\",\r\n \"2018-11-02-privatepreview\",\r\n \"2018-05-05-preview\",\r\n \"2018-05-05\",\r\n \"2017-11-15-privatepreview\"\r\n ],\r\n \"capabilities\": \"SupportsExtension\"\r\n },\r\n {\r\n \"resourceType\": \"alertsSummary\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-05-preview\",\r\n \"2019-03-01-preview\",\r\n \"2019-03-01\",\r\n \"2018-05-05-preview\",\r\n \"2018-05-05\",\r\n \"2017-11-15-privatepreview\"\r\n ],\r\n \"capabilities\": \"SupportsExtension\"\r\n },\r\n {\r\n \"resourceType\": \"smartGroups\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-05-preview\",\r\n \"2018-05-05-preview\",\r\n \"2018-05-05\",\r\n \"2017-11-15-privatepreview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"smartDetectorAlertRules\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-06-01\",\r\n \"2019-03-01\",\r\n \"2018-02-01-privatepreview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"actionRules\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-05-05-preview\",\r\n \"2018-11-02-privatepreview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"alertsList\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2018-11-02-privatepreview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"alertsSummaryList\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2018-11-02-privatepreview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"alertsMetaData\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-05-preview\",\r\n \"2019-03-01-preview\",\r\n \"2019-03-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2018-05-05-preview\",\r\n \"2018-05-05\",\r\n \"2017-11-15-privatepreview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"NotRegistered\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/providers/Microsoft.AnalysisServices\",\r\n \"namespace\": \"Microsoft.AnalysisServices\",\r\n \"authorization\": {\r\n \"applicationId\": \"4ac7d521-0382-477b-b0f8-7e1d95f85ca2\",\r\n \"roleDefinitionId\": \"490d5987-bcf6-4be6-b6b2-056a78cb693a\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"servers\",\r\n \"locations\": [\r\n \"West US\",\r\n \"North Europe\",\r\n \"South Central US\",\r\n \"West Europe\",\r\n \"West Central US\",\r\n \"Southeast Asia\",\r\n \"East US 2\",\r\n \"North Central US\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Australia Southeast\",\r\n \"Japan East\",\r\n \"UK South\",\r\n \"West India\",\r\n \"West US 2\",\r\n \"Central US\",\r\n \"East US\",\r\n \"Australia East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2017-08-01-beta\",\r\n \"2017-08-01\",\r\n \"2017-07-14\",\r\n \"2016-05-16\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-08-01-beta\",\r\n \"2017-08-01\",\r\n \"2017-07-14\",\r\n \"2016-05-16\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/checkNameAvailability\",\r\n \"locations\": [\r\n \"West US\",\r\n \"North Europe\",\r\n \"South Central US\",\r\n \"West Europe\",\r\n \"West Central US\",\r\n \"Southeast Asia\",\r\n \"East US 2\",\r\n \"North Central US\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Australia Southeast\",\r\n \"Japan East\",\r\n \"UK South\",\r\n \"West India\",\r\n \"West US 2\",\r\n \"Central US\",\r\n \"East US\",\r\n \"Australia East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2017-08-01-beta\",\r\n \"2017-08-01\",\r\n \"2017-07-14\",\r\n \"2016-05-16\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operationresults\",\r\n \"locations\": [\r\n \"West US\",\r\n \"North Europe\",\r\n \"South Central US\",\r\n \"West Europe\",\r\n \"West Central US\",\r\n \"Southeast Asia\",\r\n \"East US 2\",\r\n \"North Central US\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Australia Southeast\",\r\n \"Japan East\",\r\n \"UK South\",\r\n \"West India\",\r\n \"West US 2\",\r\n \"Central US\",\r\n \"East US\",\r\n \"Australia East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2017-08-01-beta\",\r\n \"2017-08-01\",\r\n \"2017-07-14\",\r\n \"2016-05-16\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operationstatuses\",\r\n \"locations\": [\r\n \"West US\",\r\n \"North Europe\",\r\n \"South Central US\",\r\n \"West Europe\",\r\n \"West Central US\",\r\n \"Southeast Asia\",\r\n \"East US 2\",\r\n \"North Central US\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Australia Southeast\",\r\n \"Japan East\",\r\n \"UK South\",\r\n \"West India\",\r\n \"West US 2\",\r\n \"Central US\",\r\n \"East US\",\r\n \"Australia East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2017-08-01-beta\",\r\n \"2017-08-01\",\r\n \"2017-07-14\",\r\n \"2016-05-16\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [\r\n \"East US 2\",\r\n \"West Central US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2017-08-01-beta\",\r\n \"2017-08-01\",\r\n \"2017-07-14\",\r\n \"2016-05-16\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"NotRegistered\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/providers/Microsoft.ApiManagement\",\r\n \"namespace\": \"Microsoft.ApiManagement\",\r\n \"authorization\": {\r\n \"applicationId\": \"8602e328-9b72-4f2d-a4ae-1387d013a2b3\",\r\n \"roleDefinitionId\": \"e263b525-2e60-4418-b655-420bae0b172e\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"service\",\r\n \"locations\": [\r\n \"Canada East\",\r\n \"Central India\",\r\n \"UAE North\",\r\n \"Australia Central\",\r\n \"Germany West Central\",\r\n \"West Central US\",\r\n \"Norway East\",\r\n \"Switzerland North\",\r\n \"Korea South\",\r\n \"West India\",\r\n \"Korea Central\",\r\n \"South Africa North\",\r\n \"UK West\",\r\n \"Brazil South\",\r\n \"East Asia\",\r\n \"South India\",\r\n \"Canada Central\",\r\n \"Australia Southeast\",\r\n \"Japan East\",\r\n \"North Central US\",\r\n \"Southeast Asia\",\r\n \"West US 2\",\r\n \"Central US\",\r\n \"UK South\",\r\n \"Australia East\",\r\n \"Japan West\",\r\n \"West US\",\r\n \"France Central\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-12-01-preview\",\r\n \"2019-01-01\",\r\n \"2018-06-01-preview\",\r\n \"2018-01-01\",\r\n \"2017-03-01\",\r\n \"2016-10-10\",\r\n \"2016-07-07\",\r\n \"2015-09-15\",\r\n \"2014-02-14\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"validateServiceName\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-09-15\",\r\n \"2014-02-14\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-09-15\",\r\n \"2014-02-14\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-12-01-preview\",\r\n \"2019-01-01\",\r\n \"2018-06-01-preview\",\r\n \"2018-01-01\",\r\n \"2017-03-01\",\r\n \"2016-10-10\",\r\n \"2016-07-07\",\r\n \"2015-09-15\",\r\n \"2014-02-14\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"reportFeedback\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-12-01-preview\",\r\n \"2019-01-01\",\r\n \"2018-06-01-preview\",\r\n \"2018-01-01\",\r\n \"2017-03-01\",\r\n \"2016-10-10\",\r\n \"2016-07-07\",\r\n \"2015-09-15\",\r\n \"2014-02-14\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkFeedbackRequired\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-12-01-preview\",\r\n \"2019-01-01\",\r\n \"2018-06-01-preview\",\r\n \"2018-01-01\",\r\n \"2017-03-01\",\r\n \"2016-10-10\",\r\n \"2016-07-07\",\r\n \"2015-09-15\",\r\n \"2014-02-14\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-12-01-preview\",\r\n \"2019-01-01\",\r\n \"2018-06-01-preview\",\r\n \"2018-01-01\",\r\n \"2017-03-01\",\r\n \"2016-10-10\",\r\n \"2016-07-07\",\r\n \"2015-09-15\",\r\n \"2014-02-14\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"NotRegistered\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/providers/Microsoft.AppPlatform\",\r\n \"namespace\": \"Microsoft.AppPlatform\",\r\n \"authorizations\": [\r\n {\r\n \"applicationId\": \"03b39d0f-4213-4864-a245-b1476ec03169\"\r\n }\r\n ],\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"Spring\",\r\n \"locations\": [\r\n \"West Europe\",\r\n \"East US\",\r\n \"West US 2\",\r\n \"Southeast Asia\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-05-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"locations/checkNameAvailability\",\r\n \"locations\": [\r\n \"West Europe\",\r\n \"East US\",\r\n \"West US 2\",\r\n \"Southeast Asia\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operationResults\",\r\n \"locations\": [\r\n \"West Europe\",\r\n \"East US\",\r\n \"West US 2\",\r\n \"Southeast Asia\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operationStatus\",\r\n \"locations\": [\r\n \"West Europe\",\r\n \"East US\",\r\n \"West US 2\",\r\n \"Southeast Asia\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-05-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"NotRegistered\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/providers/Microsoft.Attestation\",\r\n \"namespace\": \"Microsoft.Attestation\",\r\n \"authorizations\": [\r\n {\r\n \"applicationId\": \"c61423b7-1d1f-430d-b444-0eee53298103\",\r\n \"roleDefinitionId\": \"7299b0b1-11da-4858-8943-7db197005959\"\r\n }\r\n ],\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"attestationProviders\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-09-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-09-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"NotRegistered\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/providers/Microsoft.Automation\",\r\n \"namespace\": \"Microsoft.Automation\",\r\n \"authorizations\": [\r\n {\r\n \"applicationId\": \"fc75330b-179d-49af-87dd-3b1acf6827fa\",\r\n \"roleDefinitionId\": \"95fd5de3-d071-4362-92bf-cf341c1de832\"\r\n }\r\n ],\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"automationAccounts\",\r\n \"locations\": [\r\n \"Japan East\",\r\n \"East US 2\",\r\n \"West Europe\",\r\n \"South Africa North\",\r\n \"Southeast Asia\",\r\n \"South Central US\",\r\n \"North Central US\",\r\n \"East Asia\",\r\n \"Central US\",\r\n \"West US\",\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Korea Central\",\r\n \"East US\",\r\n \"West US 2\",\r\n \"Brazil South\",\r\n \"UK South\",\r\n \"West Central US\",\r\n \"North Europe\",\r\n \"Canada Central\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"France Central\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-01-13-preview\",\r\n \"2018-06-30\",\r\n \"2018-01-15\",\r\n \"2017-05-15-preview\",\r\n \"2015-10-31\",\r\n \"2015-01-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"automationAccounts/runbooks\",\r\n \"locations\": [\r\n \"Japan East\",\r\n \"East US 2\",\r\n \"West Europe\",\r\n \"South Africa North\",\r\n \"Southeast Asia\",\r\n \"South Central US\",\r\n \"North Central US\",\r\n \"East Asia\",\r\n \"West US\",\r\n \"Central US\",\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Korea Central\",\r\n \"East US\",\r\n \"West US 2\",\r\n \"Brazil South\",\r\n \"UK South\",\r\n \"West Central US\",\r\n \"North Europe\",\r\n \"Canada Central\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"France Central\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-06-30\",\r\n \"2018-01-15\",\r\n \"2017-05-15-preview\",\r\n \"2015-10-31\",\r\n \"2015-01-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"automationAccounts/configurations\",\r\n \"locations\": [\r\n \"Japan East\",\r\n \"East US 2\",\r\n \"West Europe\",\r\n \"South Africa North\",\r\n \"West US\",\r\n \"Central US\",\r\n \"Southeast Asia\",\r\n \"South Central US\",\r\n \"North Central US\",\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Korea Central\",\r\n \"East US\",\r\n \"West US 2\",\r\n \"Brazil South\",\r\n \"UK South\",\r\n \"West Central US\",\r\n \"Central India\",\r\n \"Australia Southeast\",\r\n \"Canada Central\",\r\n \"North Europe\",\r\n \"East Asia\",\r\n \"France Central\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-06-30\",\r\n \"2018-01-15\",\r\n \"2017-05-15-preview\",\r\n \"2015-10-31\",\r\n \"2015-01-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"automationAccounts/webhooks\",\r\n \"locations\": [\r\n \"Japan East\",\r\n \"East US 2\",\r\n \"West Europe\",\r\n \"South Africa North\",\r\n \"Southeast Asia\",\r\n \"South Central US\",\r\n \"North Central US\",\r\n \"East Asia\",\r\n \"Central US\",\r\n \"West US\",\r\n \"Australia Central\",\r\n \"Korea Central\",\r\n \"East US\",\r\n \"West US 2\",\r\n \"Brazil South\",\r\n \"UK South\",\r\n \"West Central US\",\r\n \"North Europe\",\r\n \"Canada Central\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"Australia East\",\r\n \"France Central\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-06-30\",\r\n \"2018-01-15\",\r\n \"2017-05-15-preview\",\r\n \"2015-10-31\",\r\n \"2015-01-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [\r\n \"South Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-06-30\",\r\n \"2018-01-15\",\r\n \"2017-05-15-preview\",\r\n \"2015-10-31\",\r\n \"2015-01-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"automationAccounts/softwareUpdateConfigurations\",\r\n \"locations\": [\r\n \"Japan East\",\r\n \"East US 2\",\r\n \"West Europe\",\r\n \"South Africa North\",\r\n \"Southeast Asia\",\r\n \"South Central US\",\r\n \"North Central US\",\r\n \"East Asia\",\r\n \"Central US\",\r\n \"West US\",\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Korea Central\",\r\n \"East US\",\r\n \"West US 2\",\r\n \"Brazil South\",\r\n \"UK South\",\r\n \"West Central US\",\r\n \"North Europe\",\r\n \"Canada Central\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"France Central\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-06-30\",\r\n \"2018-01-15\",\r\n \"2017-05-15-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"automationAccounts/jobs\",\r\n \"locations\": [\r\n \"Japan East\",\r\n \"East US 2\",\r\n \"West Europe\",\r\n \"South Africa North\",\r\n \"Southeast Asia\",\r\n \"South Central US\",\r\n \"North Central US\",\r\n \"East Asia\",\r\n \"Central US\",\r\n \"West US\",\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Korea Central\",\r\n \"East US\",\r\n \"West US 2\",\r\n \"Brazil South\",\r\n \"UK South\",\r\n \"West Central US\",\r\n \"North Europe\",\r\n \"Canada Central\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"France Central\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-06-30\",\r\n \"2018-01-15\",\r\n \"2017-05-15-preview\",\r\n \"2015-10-31\",\r\n \"2015-01-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"automationAccounts/privateLinkResources\",\r\n \"locations\": [\r\n \"Japan East\",\r\n \"East US 2\",\r\n \"West Europe\",\r\n \"South Africa North\",\r\n \"Southeast Asia\",\r\n \"South Central US\",\r\n \"North Central US\",\r\n \"East Asia\",\r\n \"Central US\",\r\n \"West US\",\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Korea Central\",\r\n \"East US\",\r\n \"West US 2\",\r\n \"Brazil South\",\r\n \"UK South\",\r\n \"West Central US\",\r\n \"North Europe\",\r\n \"Canada Central\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"France Central\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-01-13-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"automationAccounts/privateEndpointConnections\",\r\n \"locations\": [\r\n \"Japan East\",\r\n \"East US 2\",\r\n \"West Europe\",\r\n \"South Africa North\",\r\n \"Southeast Asia\",\r\n \"South Central US\",\r\n \"North Central US\",\r\n \"East Asia\",\r\n \"Central US\",\r\n \"West US\",\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Korea Central\",\r\n \"East US\",\r\n \"West US 2\",\r\n \"Brazil South\",\r\n \"UK South\",\r\n \"West Central US\",\r\n \"North Europe\",\r\n \"Canada Central\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"France Central\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-01-13-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"automationAccounts/privateEndpointConnectionProxies\",\r\n \"locations\": [\r\n \"Japan East\",\r\n \"East US 2\",\r\n \"West Europe\",\r\n \"South Africa North\",\r\n \"Southeast Asia\",\r\n \"South Central US\",\r\n \"North Central US\",\r\n \"East Asia\",\r\n \"Central US\",\r\n \"West US\",\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Korea Central\",\r\n \"East US\",\r\n \"West US 2\",\r\n \"Brazil South\",\r\n \"UK South\",\r\n \"West Central US\",\r\n \"North Europe\",\r\n \"Canada Central\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"France Central\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-01-13-preview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"NotRegistered\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/providers/Microsoft.AzureActiveDirectory\",\r\n \"namespace\": \"Microsoft.AzureActiveDirectory\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"b2cDirectories\",\r\n \"locations\": [\r\n \"Global\",\r\n \"United States\",\r\n \"Europe\",\r\n \"Asia Pacific\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-01-01-privatepreview\",\r\n \"2017-01-30\",\r\n \"2016-12-13-preview\",\r\n \"2016-02-10-privatepreview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [\r\n \"Global\",\r\n \"United States\",\r\n \"Europe\",\r\n \"Asia Pacific\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-01-01-privatepreview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [\r\n \"Global\",\r\n \"United States\",\r\n \"Europe\",\r\n \"Asia Pacific\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-01-01-privatepreview\",\r\n \"2017-01-30\",\r\n \"2016-12-13-preview\",\r\n \"2016-02-10-privatepreview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"b2ctenants\",\r\n \"locations\": [\r\n \"Global\",\r\n \"United States\",\r\n \"Europe\",\r\n \"Asia Pacific\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-02-10-privatepreview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"NotRegistered\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/providers/Microsoft.AzureData\",\r\n \"namespace\": \"Microsoft.AzureData\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"sqlServerRegistrations\",\r\n \"locations\": [\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Canada Central\",\r\n \"France Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"South Africa North\",\r\n \"South Central US\",\r\n \"Southeast Asia\",\r\n \"South India\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West US\",\r\n \"East US\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"West Europe\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"East US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-05-10-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Canada Central\",\r\n \"France Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"South Africa North\",\r\n \"South Central US\",\r\n \"Southeast Asia\",\r\n \"South India\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West US\",\r\n \"East US\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"West Europe\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"East US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-05-10-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"sqlServerRegistrations/sqlServers\",\r\n \"locations\": [\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Canada Central\",\r\n \"France Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"South Africa North\",\r\n \"South Central US\",\r\n \"Southeast Asia\",\r\n \"South India\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West US\",\r\n \"East US\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"West Europe\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"East US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-05-10-preview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"NotRegistered\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/providers/Microsoft.AzureStack\",\r\n \"namespace\": \"Microsoft.AzureStack\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [\r\n \"Global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2017-06-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"registrations\",\r\n \"locations\": [\r\n \"West Central US\",\r\n \"Global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2017-06-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"registrations/products\",\r\n \"locations\": [\r\n \"West Central US\",\r\n \"Global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-01-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"registrations/customerSubscriptions\",\r\n \"locations\": [\r\n \"West Central US\",\r\n \"Global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2017-06-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"cloudManifestFiles\",\r\n \"locations\": [\r\n \"Global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2017-06-01\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"NotRegistered\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/providers/Microsoft.Batch\",\r\n \"namespace\": \"Microsoft.Batch\",\r\n \"authorization\": {\r\n \"applicationId\": \"ddbf3205-c6bd-46ae-8127-60eb93363864\",\r\n \"roleDefinitionId\": \"b7f84953-1d03-4eab-9ea4-45f065258ff8\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"batchAccounts\",\r\n \"locations\": [\r\n \"West Europe\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"North Central US\",\r\n \"Brazil South\",\r\n \"North Europe\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"Japan East\",\r\n \"Australia Southeast\",\r\n \"Japan West\",\r\n \"Korea South\",\r\n \"Korea Central\",\r\n \"Southeast Asia\",\r\n \"South Central US\",\r\n \"Australia East\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Australia Central\",\r\n \"Germany West Central\",\r\n \"Switzerland North\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01-preview\",\r\n \"2020-03-01\",\r\n \"2019-08-01\",\r\n \"2019-04-01\",\r\n \"2018-12-01\",\r\n \"2017-09-01\",\r\n \"2017-05-01\",\r\n \"2017-01-01\",\r\n \"2015-12-01\",\r\n \"2015-09-01\",\r\n \"2015-07-01\",\r\n \"2014-05-01-privatepreview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [\r\n \"West Europe\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"North Central US\",\r\n \"Brazil South\",\r\n \"North Europe\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"Japan East\",\r\n \"Australia Southeast\",\r\n \"Japan West\",\r\n \"Korea South\",\r\n \"Korea Central\",\r\n \"Southeast Asia\",\r\n \"South Central US\",\r\n \"Australia East\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Australia Central\",\r\n \"Germany West Central\",\r\n \"Switzerland North\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01-preview\",\r\n \"2020-03-01\",\r\n \"2019-08-01\",\r\n \"2019-04-01\",\r\n \"2018-12-01\",\r\n \"2017-09-01\",\r\n \"2017-05-01\",\r\n \"2017-01-01\",\r\n \"2015-12-01\",\r\n \"2015-09-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-01-preview\",\r\n \"2020-03-01\",\r\n \"2019-08-01\",\r\n \"2019-04-01\",\r\n \"2018-12-01\",\r\n \"2017-09-01\",\r\n \"2017-05-01\",\r\n \"2017-01-01\",\r\n \"2015-12-01\",\r\n \"2015-09-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/quotas\",\r\n \"locations\": [\r\n \"West Europe\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"North Central US\",\r\n \"Brazil South\",\r\n \"North Europe\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"Japan East\",\r\n \"Australia Southeast\",\r\n \"Japan West\",\r\n \"Korea South\",\r\n \"Korea Central\",\r\n \"Southeast Asia\",\r\n \"South Central US\",\r\n \"Australia East\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Australia Central\",\r\n \"Germany West Central\",\r\n \"Switzerland North\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01-preview\",\r\n \"2020-03-01\",\r\n \"2019-08-01\",\r\n \"2019-04-01\",\r\n \"2018-12-01\",\r\n \"2017-09-01\",\r\n \"2017-05-01\",\r\n \"2017-01-01\",\r\n \"2015-12-01\",\r\n \"2015-09-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/checkNameAvailability\",\r\n \"locations\": [\r\n \"West Europe\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"North Central US\",\r\n \"Brazil South\",\r\n \"North Europe\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"Japan East\",\r\n \"Australia Southeast\",\r\n \"Japan West\",\r\n \"Korea South\",\r\n \"Korea Central\",\r\n \"Southeast Asia\",\r\n \"South Central US\",\r\n \"Australia East\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Australia Central\",\r\n \"Germany West Central\",\r\n \"Switzerland North\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01-preview\",\r\n \"2020-03-01\",\r\n \"2019-08-01\",\r\n \"2019-04-01\",\r\n \"2018-12-01\",\r\n \"2017-09-01\",\r\n \"2017-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/accountOperationResults\",\r\n \"locations\": [\r\n \"West Europe\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"North Central US\",\r\n \"Brazil South\",\r\n \"North Europe\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"Japan East\",\r\n \"Australia Southeast\",\r\n \"Japan West\",\r\n \"Korea South\",\r\n \"Korea Central\",\r\n \"Southeast Asia\",\r\n \"South Central US\",\r\n \"Australia East\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Australia Central\",\r\n \"Germany West Central\",\r\n \"Switzerland North\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01-preview\",\r\n \"2020-03-01\",\r\n \"2019-08-01\",\r\n \"2019-04-01\",\r\n \"2018-12-01\",\r\n \"2017-09-01\",\r\n \"2017-05-01\",\r\n \"2017-01-01\",\r\n \"2015-12-01\",\r\n \"2015-09-01\",\r\n \"2015-07-01\",\r\n \"2014-05-01-privatepreview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"NotRegistered\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/providers/Microsoft.BatchAI\",\r\n \"namespace\": \"Microsoft.BatchAI\",\r\n \"authorization\": {\r\n \"applicationId\": \"9fcb3732-5f52-4135-8c08-9d4bbaf203ea\",\r\n \"roleDefinitionId\": \"703B89C7-CE2C-431B-BDD8-FA34E39AF696\",\r\n \"managedByRoleDefinitionId\": \"90B8E153-EBFF-4073-A95F-4DAD56B14C78\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"workspaces\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-05-01\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"workspaces/clusters\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"workspaces/fileservers\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"workspaces/experiments\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"workspaces/experiments/jobs\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West US 2\",\r\n \"West Europe\",\r\n \"East US 2\",\r\n \"North Europe\",\r\n \"Australia East\",\r\n \"West Central US\",\r\n \"Southeast Asia\",\r\n \"South Central US\",\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-05-01\",\r\n \"2018-03-01\",\r\n \"2017-09-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"NotRegistered\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/providers/Microsoft.Billing\",\r\n \"namespace\": \"Microsoft.Billing\",\r\n \"authorizations\": [\r\n {\r\n \"applicationId\": \"80dbdb39-4f33-4799-8b6f-711b5e3e61b6\",\r\n \"roleDefinitionId\": \"acdc79db-513f-461d-a542-61908d543bdc\"\r\n }\r\n ],\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"billingPeriods\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2018-03-01-preview\",\r\n \"2017-04-24-preview\"\r\n ],\r\n \"capabilities\": \"SupportsExtension\"\r\n },\r\n {\r\n \"resourceType\": \"invoices\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-10-01-preview\",\r\n \"2018-11-01-preview\",\r\n \"2018-03-01-preview\",\r\n \"2017-04-24-preview\",\r\n \"2017-02-27-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"enrollmentAccounts\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2018-03-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"billingRoleDefinitions\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2018-11-01-preview\"\r\n ],\r\n \"capabilities\": \"SupportsExtension\"\r\n },\r\n {\r\n \"resourceType\": \"billingRoleAssignments\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2018-11-01-preview\"\r\n ],\r\n \"capabilities\": \"SupportsExtension\"\r\n },\r\n {\r\n \"resourceType\": \"createBillingRoleAssignment\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2018-11-01-preview\"\r\n ],\r\n \"capabilities\": \"SupportsExtension\"\r\n },\r\n {\r\n \"resourceType\": \"billingAccounts/createBillingRoleAssignment\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"billingAccounts/billingProfiles/createBillingRoleAssignment\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"billingAccounts/billingProfiles/invoiceSections/createBillingRoleAssignment\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"billingPermissions\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2018-11-01-preview\"\r\n ],\r\n \"capabilities\": \"SupportsExtension\"\r\n },\r\n {\r\n \"resourceType\": \"billingAccounts/billingRoleDefinitions\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"billingAccounts/billingRoleAssignments\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"billingAccounts/billingPermissions\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"billingAccounts\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-10-01-preview\",\r\n \"2018-11-01-preview\",\r\n \"2018-06-30\",\r\n \"2018-05-31\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"billingAccounts/operationResults\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-10-01-preview\",\r\n \"2018-11-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"billingAccounts/billingProfiles/billingRoleDefinitions\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"billingAccounts/billingProfiles/billingRoleAssignments\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"billingAccounts/billingProfiles/billingPermissions\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"billingAccounts/customers\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-10-01-preview\",\r\n \"2018-11-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"billingAccounts/billingProfiles/customers\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"billingAccounts/billingProfiles/instructions\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"billingAccounts/customers/billingSubscriptions\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-10-01-preview\",\r\n \"2018-11-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"billingAccounts/customers/products\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"billingAccounts/customers/transactions\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"billingAccounts/invoiceSections\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2018-11-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"billingAccounts/billingProfiles/invoiceSections\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-10-01-preview\",\r\n \"2018-11-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"billingAccounts/billingProfiles/invoiceSections/billingRoleDefinitions\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"billingAccounts/billingProfiles/invoiceSections/billingRoleAssignments\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"billingAccounts/billingProfiles/invoiceSections/billingPermissions\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"billingAccounts/customers/billingPermissions\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"billingAccounts/invoiceSections/elevate\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2018-11-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"billingAccounts/createInvoiceSectionOperations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2018-11-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"billingAccounts/patchOperations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-10-01-preview\",\r\n \"2018-11-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"billingAccounts/invoiceSections/patchOperations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2018-11-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"billingAccounts/invoiceSections/productMoveOperations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2018-11-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"billingAccounts/invoiceSections/billingSubscriptionMoveOperations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2018-11-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"billingAccounts/listInvoiceSectionsWithCreateSubscriptionPermission\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-10-01-preview\",\r\n \"2018-11-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"billingAccounts/billingProfiles\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-10-01-preview\",\r\n \"2018-11-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"billingAccounts/BillingProfiles/patchOperations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2018-11-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"departments\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2018-06-30\",\r\n \"2018-05-31\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"billingAccounts/departments\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-10-01-preview\",\r\n \"2018-06-30\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"billingAccounts/enrollmentAccounts\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-10-01-preview\",\r\n \"2018-06-30\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"billingAccounts/billingProfiles/paymentMethods\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-10-01-preview\",\r\n \"2018-11-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"billingAccounts/billingProfiles/availableBalance\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-10-01-preview\",\r\n \"2018-11-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"billingAccounts/invoices\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-10-01-preview\",\r\n \"2018-11-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"billingAccounts/billingProfiles/invoices\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-10-01-preview\",\r\n \"2018-11-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"billingAccounts/transactions\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-10-01-preview\",\r\n \"2018-11-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"billingAccounts/billingProfiles/transactions\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-10-01-preview\",\r\n \"2018-11-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"billingAccounts/invoiceSections/transactions\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2018-11-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"billingAccounts/billingProfiles/invoiceSections/transactions\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"billingAccounts/billingProfiles/invoices/transactions\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"billingAccounts/billingSubscriptions\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-10-01-preview\",\r\n \"2018-11-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"billingAccounts/billingSubscriptions/invoices\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"billingAccounts/billingProfiles/billingSubscriptions\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-10-01-preview\",\r\n \"2018-11-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"billingAccounts/invoiceSections/billingSubscriptions\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2018-11-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"billingAccounts/billingProfiles/invoiceSections/billingSubscriptions\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operationStatus\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-10-01-preview\",\r\n \"2018-11-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operationResults\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-10-01-preview\",\r\n \"2018-11-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"billingAccounts/invoiceSections/products\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2018-11-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"billingAccounts/billingProfiles/invoiceSections/products\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"billingAccounts/invoiceSections/products/updateAutoRenew\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2018-11-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"billingAccounts/billingProfiles/invoiceSections/products/updateAutoRenew\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"billingAccounts/billingProfiles/products\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-10-01-preview\",\r\n \"2018-11-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"billingAccounts/products\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-10-01-preview\",\r\n \"2018-11-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-10-01-preview\",\r\n \"2018-11-01-preview\",\r\n \"2018-06-30\",\r\n \"2018-03-01-preview\",\r\n \"2017-04-24-preview\",\r\n \"2017-02-27-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"billingAccounts/invoiceSections/initiateTransfer\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-10-01-preview\",\r\n \"2018-11-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"billingAccounts/billingProfiles/invoiceSections/initiateTransfer\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"billingAccounts/invoiceSections/transfers\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-10-01-preview\",\r\n \"2018-11-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"billingAccounts/billingProfiles/invoiceSections/transfers\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"transfers/acceptTransfer\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-10-01-preview\",\r\n \"2018-11-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"transfers\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-10-01-preview\",\r\n \"2018-11-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"transfers/declineTransfer\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-10-01-preview\",\r\n \"2018-11-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"transfers/validateTransfer\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-10-01-preview\",\r\n \"2018-11-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"billingAccounts/customers/initiateTransfer\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"billingAccounts/customers/transfers\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"billingProperty\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-10-01-preview\",\r\n \"2018-11-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"billingAccounts/billingProfiles/policies\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-10-01-preview\",\r\n \"2018-11-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"billingAccounts/customers/policies\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"billingAccounts/billingProfiles/invoices/pricesheet\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-10-01-preview\",\r\n \"2018-11-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"billingAccounts/billingProfiles/pricesheet\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-10-01-preview\",\r\n \"2018-11-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"billingAccounts/billingProfiles/pricesheetDownloadOperations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2018-11-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"billingAccounts/invoiceSections/billingSubscriptions/transfer\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2018-11-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"billingAccounts/invoiceSections/products/transfer\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2018-11-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"billingAccounts/billingProfiles/invoiceSections/products/transfer\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"billingAccounts/invoiceSections/productTransfersResults\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2018-11-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"transfers/operationStatus\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2018-11-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"billingAccounts/agreements\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-10-01-preview\",\r\n \"2018-11-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"billingAccounts/lineOfCredit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-10-01-preview\",\r\n \"2018-11-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"billingAccounts/paymentMethods\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-10-01-preview\",\r\n \"2018-11-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"validateAddress\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-10-01-preview\",\r\n \"2018-11-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/providers/Microsoft.BingMaps\",\r\n \"namespace\": \"Microsoft.BingMaps\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"mapApis\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-08-18\",\r\n \"2015-07-02\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-08-18\",\r\n \"2015-07-02\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"listCommunicationPreference\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-08-18\",\r\n \"2015-07-02\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"updateCommunicationPreference\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-08-18\",\r\n \"2015-07-02\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"NotRegistered\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/providers/Microsoft.Blockchain\",\r\n \"namespace\": \"Microsoft.Blockchain\",\r\n \"authorizations\": [\r\n {\r\n \"applicationId\": \"78827f38-7b69-4d5e-a627-d6fdd9c759a0\",\r\n \"roleDefinitionId\": \"9c68eaf3-8315-4e5c-b857-641b16b21f8f\"\r\n },\r\n {\r\n \"applicationId\": \"049d4938-2ef2-4274-aa8f-630fc9bc33d1\",\r\n \"roleDefinitionId\": \"c6dd0893-0495-488a-ac21-ee5f1ba89769\"\r\n }\r\n ],\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"watchers\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West Europe\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-06-01-preview\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"blockchainMembers\",\r\n \"locations\": [\r\n \"East US\",\r\n \"Southeast Asia\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"West US 2\",\r\n \"Japan East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-06-01-preview\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"locations/watcherOperationResults\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West Europe\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-06-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [\r\n \"East US\",\r\n \"Southeast Asia\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"West US 2\",\r\n \"Japan East\",\r\n \"West Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-06-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/blockchainMemberOperationResults\",\r\n \"locations\": [\r\n \"East US\",\r\n \"Southeast Asia\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"West US 2\",\r\n \"Japan East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-06-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/checkNameAvailability\",\r\n \"locations\": [\r\n \"East US\",\r\n \"Southeast Asia\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"West US 2\",\r\n \"Japan East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-06-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/listConsortiums\",\r\n \"locations\": [\r\n \"East US\",\r\n \"Southeast Asia\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"West US 2\",\r\n \"Japan East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-06-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [\r\n \"East US\",\r\n \"Southeast Asia\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"West US 2\",\r\n \"Japan East\",\r\n \"West Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-06-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"NotRegistered\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/providers/Microsoft.BlockchainTokens\",\r\n \"namespace\": \"Microsoft.BlockchainTokens\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"Operations\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-07-19-preview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"NotRegistered\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/providers/Microsoft.Blueprint\",\r\n \"namespace\": \"Microsoft.Blueprint\",\r\n \"authorizations\": [\r\n {\r\n \"applicationId\": \"f71766dc-90d9-4b7d-bd9d-4499c4331c3f\",\r\n \"roleDefinitionId\": \"cb180127-cf6d-4672-9e75-e29a487f9658\"\r\n }\r\n ],\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"blueprints\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2018-11-01-preview\",\r\n \"2018-11-01-alpha\",\r\n \"2017-11-11-preview\",\r\n \"2017-11-11-alpha\"\r\n ],\r\n \"capabilities\": \"SupportsExtension\"\r\n },\r\n {\r\n \"resourceType\": \"blueprints/artifacts\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2018-11-01-preview\",\r\n \"2018-11-01-alpha\",\r\n \"2017-11-11-preview\",\r\n \"2017-11-11-alpha\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"blueprints/versions\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2018-11-01-preview\",\r\n \"2018-11-01-alpha\",\r\n \"2017-11-11-preview\",\r\n \"2017-11-11-alpha\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"blueprints/versions/artifacts\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2018-11-01-preview\",\r\n \"2018-11-01-alpha\",\r\n \"2017-11-11-preview\",\r\n \"2017-11-11-alpha\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"blueprintAssignments\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2018-11-01-preview\",\r\n \"2018-11-01-alpha\",\r\n \"2017-11-11-preview\",\r\n \"2017-11-11-alpha\"\r\n ],\r\n \"capabilities\": \"SystemAssignedResourceIdentity, SupportsExtension\"\r\n },\r\n {\r\n \"resourceType\": \"blueprintAssignments/operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-11-11-preview\",\r\n \"2017-11-11-alpha\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"blueprintAssignments/assignmentOperations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2018-11-01-preview\",\r\n \"2018-11-01-alpha\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2018-11-01-preview\",\r\n \"2018-11-01-alpha\",\r\n \"2017-11-11-preview\",\r\n \"2017-11-11-alpha\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"NotRegistered\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/providers/Microsoft.BotService\",\r\n \"namespace\": \"Microsoft.BotService\",\r\n \"authorization\": {\r\n \"applicationId\": \"f3723d34-6ff5-4ceb-a148-d99dcd2511fc\",\r\n \"roleDefinitionId\": \"71213c26-43ed-41d8-9905-3c12971517a3\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"botServices\",\r\n \"locations\": [\r\n \"Global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-07-12\",\r\n \"2017-12-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"botServices/channels\",\r\n \"locations\": [\r\n \"Global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-07-12\",\r\n \"2017-12-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"botServices/connections\",\r\n \"locations\": [\r\n \"Global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-07-12\",\r\n \"2017-12-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"listAuthServiceProviders\",\r\n \"locations\": [\r\n \"Global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-07-12\",\r\n \"2017-12-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [\r\n \"Global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-07-12\",\r\n \"2017-12-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [\r\n \"Global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-07-12\",\r\n \"2017-12-01\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"NotRegistered\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/providers/Microsoft.Cache\",\r\n \"namespace\": \"Microsoft.Cache\",\r\n \"authorization\": {\r\n \"applicationId\": \"96231a05-34ce-4eb4-aa6a-70759cbb5e83\",\r\n \"roleDefinitionId\": \"4f731528-ba85-45c7-acfb-cd0a9b3cf31b\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"Redis\",\r\n \"locations\": [\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"West US\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"South India\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-07-01\",\r\n \"2018-03-01\",\r\n \"2017-10-01\",\r\n \"2017-02-01\",\r\n \"2016-04-01\",\r\n \"2015-08-01\",\r\n \"2015-03-01\",\r\n \"2014-04-01-preview\",\r\n \"2014-04-01\"\r\n ],\r\n \"zoneMappings\": [\r\n {\r\n \"location\": \"East US 2\",\r\n \"zones\": [\r\n \"1\",\r\n \"2\",\r\n \"3\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Central US\",\r\n \"zones\": [\r\n \"1\",\r\n \"2\",\r\n \"3\"\r\n ]\r\n },\r\n {\r\n \"location\": \"West Europe\",\r\n \"zones\": [\r\n \"1\",\r\n \"2\",\r\n \"3\"\r\n ]\r\n },\r\n {\r\n \"location\": \"France Central\",\r\n \"zones\": [\r\n \"1\",\r\n \"2\",\r\n \"3\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Southeast Asia\",\r\n \"zones\": [\r\n \"1\",\r\n \"2\",\r\n \"3\"\r\n ]\r\n },\r\n {\r\n \"location\": \"West US 2\",\r\n \"zones\": [\r\n \"1\",\r\n \"2\",\r\n \"3\"\r\n ]\r\n },\r\n {\r\n \"location\": \"North Europe\",\r\n \"zones\": [\r\n \"1\",\r\n \"2\",\r\n \"3\"\r\n ]\r\n },\r\n {\r\n \"location\": \"East US\",\r\n \"zones\": [\r\n \"1\",\r\n \"2\",\r\n \"3\"\r\n ]\r\n },\r\n {\r\n \"location\": \"UK South\",\r\n \"zones\": [\r\n \"1\",\r\n \"2\",\r\n \"3\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Japan East\",\r\n \"zones\": [\r\n \"1\",\r\n \"2\",\r\n \"3\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Australia East\",\r\n \"zones\": [\r\n \"1\",\r\n \"2\",\r\n \"3\"\r\n ]\r\n },\r\n {\r\n \"location\": \"South Africa North\",\r\n \"zones\": [\r\n \"1\",\r\n \"2\",\r\n \"3\"\r\n ]\r\n },\r\n {\r\n \"location\": \"South Central US\",\r\n \"zones\": [\r\n \"1\",\r\n \"2\",\r\n \"3\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Canada Central\",\r\n \"zones\": [\r\n \"1\",\r\n \"2\",\r\n \"3\"\r\n ]\r\n }\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-07-01\",\r\n \"2018-03-01\",\r\n \"2017-10-01\",\r\n \"2017-02-01\",\r\n \"2016-04-01\",\r\n \"2015-08-01\",\r\n \"2015-03-01\",\r\n \"2014-04-01-preview\",\r\n \"2014-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operationResults\",\r\n \"locations\": [\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"West US\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"West India\",\r\n \"South India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-07-01\",\r\n \"2018-03-01\",\r\n \"2017-10-01\",\r\n \"2017-02-01\",\r\n \"2016-04-01\",\r\n \"2015-08-01\",\r\n \"2015-03-01\",\r\n \"2014-04-01-preview\",\r\n \"2014-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-07-01\",\r\n \"2018-03-01\",\r\n \"2017-10-01\",\r\n \"2017-02-01\",\r\n \"2016-04-01\",\r\n \"2015-08-01\",\r\n \"2015-03-01\",\r\n \"2014-04-01-preview\",\r\n \"2014-04-01-alpha\",\r\n \"2014-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-07-01\",\r\n \"2018-03-01\",\r\n \"2017-10-01\",\r\n \"2017-02-01\",\r\n \"2016-04-01\",\r\n \"2015-08-01\",\r\n \"2015-03-01\",\r\n \"2014-04-01-preview\",\r\n \"2014-04-01-alpha\",\r\n \"2014-04-01\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"NotRegistered\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/providers/Microsoft.Capacity\",\r\n \"namespace\": \"Microsoft.Capacity\",\r\n \"authorization\": {\r\n \"applicationId\": \"4d0ad6c7-f6c3-46d8-ab0d-1406d5e6c86b\",\r\n \"roleDefinitionId\": \"FD9C0A9A-4DB9-4F41-8A61-98385DEB6E2D\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"resources\",\r\n \"locations\": [\r\n \"South Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-04-01\",\r\n \"2018-06-01\",\r\n \"2017-11-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"reservationOrders\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-04-01-beta\",\r\n \"2019-04-01\",\r\n \"2018-06-01-beta\",\r\n \"2018-06-01\",\r\n \"2017-11-01-beta\",\r\n \"2017-11-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"reservationOrders/reservations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-04-01-beta\",\r\n \"2019-04-01\",\r\n \"2018-06-01-beta\",\r\n \"2018-06-01\",\r\n \"2017-11-01-beta\",\r\n \"2017-11-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"reservations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-04-01-beta\",\r\n \"2019-04-01\",\r\n \"2018-06-01-beta\",\r\n \"2018-06-01\",\r\n \"2017-11-01-beta\",\r\n \"2017-11-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"listBenefits\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-04-01-beta\",\r\n \"2018-06-01-beta\",\r\n \"2017-11-01-beta\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"reservationOrders/reservations/revisions\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-04-01-beta\",\r\n \"2019-04-01\",\r\n \"2018-06-01-beta\",\r\n \"2018-06-01\",\r\n \"2017-11-01-beta\",\r\n \"2017-11-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-04-01-beta\",\r\n \"2019-04-01\",\r\n \"2018-06-01-beta\",\r\n \"2018-06-01\",\r\n \"2017-11-01-beta\",\r\n \"2017-11-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"catalogs\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-04-01-beta\",\r\n \"2019-04-01\",\r\n \"2018-06-01-beta\",\r\n \"2018-06-01\",\r\n \"2017-11-01-beta\",\r\n \"2017-11-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"appliedReservations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-04-01-beta\",\r\n \"2019-04-01\",\r\n \"2018-06-01-beta\",\r\n \"2018-06-01\",\r\n \"2017-11-01-beta\",\r\n \"2017-11-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkOffers\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-04-01-beta\",\r\n \"2019-04-01\",\r\n \"2018-06-01-beta\",\r\n \"2018-06-01\",\r\n \"2017-11-01-beta\",\r\n \"2017-11-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkScopes\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-04-01-beta\",\r\n \"2019-04-01\",\r\n \"2018-06-01-beta\",\r\n \"2018-06-01\",\r\n \"2017-11-01-beta\",\r\n \"2017-11-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"calculatePrice\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-04-01-beta\",\r\n \"2019-04-01\",\r\n \"2018-06-01-beta\",\r\n \"2018-06-01\",\r\n \"2017-11-01-beta\",\r\n \"2017-11-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"calculateExchange\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-04-01-beta\",\r\n \"2019-04-01\",\r\n \"2018-06-01-beta\",\r\n \"2018-06-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"exchange\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-04-01-beta\",\r\n \"2019-04-01\",\r\n \"2018-06-01-beta\",\r\n \"2018-06-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"reservationOrders/calculateRefund\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-04-01-beta\",\r\n \"2019-04-01\",\r\n \"2018-06-01-beta\",\r\n \"2018-06-01\",\r\n \"2017-11-01-beta\",\r\n \"2017-11-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"reservationOrders/return\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-04-01-beta\",\r\n \"2019-04-01\",\r\n \"2018-06-01-beta\",\r\n \"2018-06-01\",\r\n \"2017-11-01-beta\",\r\n \"2017-11-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"reservationOrders/split\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-04-01-beta\",\r\n \"2019-04-01\",\r\n \"2018-06-01-beta\",\r\n \"2018-06-01\",\r\n \"2017-11-01-beta\",\r\n \"2017-11-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"reservationOrders/merge\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-04-01-beta\",\r\n \"2019-04-01\",\r\n \"2018-06-01-beta\",\r\n \"2018-06-01\",\r\n \"2017-11-01-beta\",\r\n \"2017-11-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"reservationOrders/swap\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-04-01-beta\",\r\n \"2019-04-01\",\r\n \"2018-06-01-beta\",\r\n \"2018-06-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"validateReservationOrder\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-04-01-beta\",\r\n \"2019-04-01\",\r\n \"2018-06-01-beta\",\r\n \"2018-06-01\",\r\n \"2017-11-01-beta\",\r\n \"2017-11-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"reservationOrders/availableScopes\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-04-01-beta\",\r\n \"2019-04-01\",\r\n \"2018-06-01-beta\",\r\n \"2018-06-01\",\r\n \"2017-11-01-beta\",\r\n \"2017-11-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"reservationOrders/reservations/availableScopes\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-04-01-beta\",\r\n \"2019-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"commercialReservationOrders\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-04-01-beta\",\r\n \"2019-04-01\",\r\n \"2018-06-01-beta\",\r\n \"2018-06-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"calculatePurchasePrice\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-06-01-privatepreview\",\r\n \"2019-06-01-beta\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"placePurchaseOrder\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-06-01-privatepreview\",\r\n \"2019-06-01-beta\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkPurchaseStatus\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-06-01-privatepreview\",\r\n \"2019-06-01-beta\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"NotRegistered\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/providers/Microsoft.Cdn\",\r\n \"namespace\": \"Microsoft.Cdn\",\r\n \"authorizations\": [],\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"profiles\",\r\n \"locations\": [\r\n \"global\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-12-31\",\r\n \"2019-06-15-preview\",\r\n \"2019-04-15\",\r\n \"2018-04-02\",\r\n \"2017-10-12\",\r\n \"2017-04-02\",\r\n \"2016-10-02\",\r\n \"2016-04-02\",\r\n \"2015-06-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"profiles/endpoints\",\r\n \"locations\": [\r\n \"global\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-12-31\",\r\n \"2019-06-15-preview\",\r\n \"2019-04-15\",\r\n \"2018-04-02\",\r\n \"2017-10-12\",\r\n \"2017-04-02\",\r\n \"2016-10-02\",\r\n \"2016-04-02\",\r\n \"2015-06-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"profiles/endpoints/origins\",\r\n \"locations\": [\r\n \"global\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-12-31\",\r\n \"2019-06-15-preview\",\r\n \"2019-04-15\",\r\n \"2018-04-02\",\r\n \"2017-10-12\",\r\n \"2017-04-02\",\r\n \"2016-10-02\",\r\n \"2016-04-02\",\r\n \"2015-06-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"profiles/endpoints/origingroups\",\r\n \"locations\": [\r\n \"global\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-12-31\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"profiles/endpoints/customdomains\",\r\n \"locations\": [\r\n \"global\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-12-31\",\r\n \"2019-06-15-preview\",\r\n \"2019-04-15\",\r\n \"2018-04-02\",\r\n \"2017-10-12\",\r\n \"2017-04-02\",\r\n \"2016-10-02\",\r\n \"2016-04-02\",\r\n \"2015-06-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operationresults\",\r\n \"locations\": [\r\n \"global\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-12-31\",\r\n \"2019-06-15-preview\",\r\n \"2019-04-15\",\r\n \"2018-04-02\",\r\n \"2017-10-12\",\r\n \"2017-04-02\",\r\n \"2016-10-02\",\r\n \"2016-04-02\",\r\n \"2015-06-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operationresults/profileresults\",\r\n \"locations\": [\r\n \"global\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-12-31\",\r\n \"2019-06-15-preview\",\r\n \"2019-04-15\",\r\n \"2018-04-02\",\r\n \"2017-10-12\",\r\n \"2017-04-02\",\r\n \"2016-10-02\",\r\n \"2016-04-02\",\r\n \"2015-06-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operationresults/profileresults/endpointresults\",\r\n \"locations\": [\r\n \"global\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-12-31\",\r\n \"2019-06-15-preview\",\r\n \"2019-04-15\",\r\n \"2018-04-02\",\r\n \"2017-10-12\",\r\n \"2017-04-02\",\r\n \"2016-10-02\",\r\n \"2016-04-02\",\r\n \"2015-06-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operationresults/profileresults/endpointresults/originresults\",\r\n \"locations\": [\r\n \"global\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-12-31\",\r\n \"2019-06-15-preview\",\r\n \"2019-04-15\",\r\n \"2018-04-02\",\r\n \"2017-10-12\",\r\n \"2017-04-02\",\r\n \"2016-10-02\",\r\n \"2016-04-02\",\r\n \"2015-06-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operationresults/profileresults/endpointresults/origingroupresults\",\r\n \"locations\": [\r\n \"global\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-12-31\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operationresults/profileresults/endpointresults/customdomainresults\",\r\n \"locations\": [\r\n \"global\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-12-31\",\r\n \"2019-06-15-preview\",\r\n \"2019-04-15\",\r\n \"2018-04-02\",\r\n \"2017-10-12\",\r\n \"2017-04-02\",\r\n \"2016-10-02\",\r\n \"2016-04-02\",\r\n \"2015-06-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [\r\n \"global\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-12-31\",\r\n \"2019-06-15-preview\",\r\n \"2019-04-15\",\r\n \"2018-04-02\",\r\n \"2017-10-12\",\r\n \"2017-04-02\",\r\n \"2016-10-02\",\r\n \"2016-04-02\",\r\n \"2015-06-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkResourceUsage\",\r\n \"locations\": [\r\n \"global\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-12-31\",\r\n \"2019-06-15-preview\",\r\n \"2019-04-15\",\r\n \"2018-04-02\",\r\n \"2017-10-12\",\r\n \"2017-04-02\",\r\n \"2016-10-02\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"validateProbe\",\r\n \"locations\": [\r\n \"global\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-12-31\",\r\n \"2019-06-15-preview\",\r\n \"2019-04-15\",\r\n \"2018-04-02\",\r\n \"2017-10-12\",\r\n \"2017-04-02\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [\r\n \"global\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-12-31\",\r\n \"2019-06-15-preview\",\r\n \"2019-04-15\",\r\n \"2018-04-02\",\r\n \"2017-10-12\",\r\n \"2017-04-02\",\r\n \"2016-10-02\",\r\n \"2016-04-02\",\r\n \"2015-06-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"edgenodes\",\r\n \"locations\": [\r\n \"global\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-12-31\",\r\n \"2019-06-15-preview\",\r\n \"2019-04-15\",\r\n \"2018-04-02\",\r\n \"2017-10-12\",\r\n \"2017-04-02\",\r\n \"2016-10-02\",\r\n \"2016-04-02\",\r\n \"2015-06-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"CdnWebApplicationFirewallPolicies\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-06-15-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"CdnWebApplicationFirewallManagedRuleSets\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-06-15-preview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"NotRegistered\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/providers/Microsoft.CertificateRegistration\",\r\n \"namespace\": \"Microsoft.CertificateRegistration\",\r\n \"authorization\": {\r\n \"applicationId\": \"f3c21649-0979-4721-ac85-b0216b2cf413\",\r\n \"roleDefinitionId\": \"933fba7e-2ed3-4da8-973d-8bd8298a9b40\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"certificateOrders\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-08-01\",\r\n \"2018-02-01\",\r\n \"2015-08-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"certificateOrders/certificates\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-08-01\",\r\n \"2018-02-01\",\r\n \"2015-08-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"validateCertificateRegistrationInformation\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-08-01\",\r\n \"2018-02-01\",\r\n \"2015-08-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-08-01\",\r\n \"2018-02-01\",\r\n \"2015-08-01\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"NotRegistered\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/providers/Microsoft.ChangeAnalysis\",\r\n \"namespace\": \"Microsoft.ChangeAnalysis\",\r\n \"authorizations\": [\r\n {\r\n \"applicationId\": \"2cfc91a4-7baa-4a8f-a6c9-5f3d279060b8\",\r\n \"roleDefinitionId\": \"f5a6bd90-af71-455c-9030-c486e8c42c95\"\r\n }\r\n ],\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-04-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"NotRegistered\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/providers/Microsoft.ClassicCompute\",\r\n \"namespace\": \"Microsoft.ClassicCompute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"domainNames\",\r\n \"locations\": [\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"West Central US\",\r\n \"Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Australia Central\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-02-01\",\r\n \"2018-06-01\",\r\n \"2017-11-15\",\r\n \"2017-11-01\",\r\n \"2016-11-01\",\r\n \"2016-04-01\",\r\n \"2015-12-01\",\r\n \"2015-10-01\",\r\n \"2015-06-01\",\r\n \"2014-06-01\",\r\n \"2014-01-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"domainNames/internalLoadBalancers\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-11-01\",\r\n \"2016-11-01\",\r\n \"2016-04-01\",\r\n \"2015-12-01\",\r\n \"2015-10-01\",\r\n \"2015-06-01\",\r\n \"2014-06-01\",\r\n \"2014-01-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkDomainNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2016-04-01\",\r\n \"2015-12-01\",\r\n \"2015-10-01\",\r\n \"2015-06-01\",\r\n \"2014-06-01\",\r\n \"2014-01-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"domainNames/slots\",\r\n \"locations\": [\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"West Central US\",\r\n \"Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Australia Central\",\r\n \"Switzerland North\",\r\n \"Norway East\",\r\n \"Germany West Central\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-02-01\",\r\n \"2018-06-01\",\r\n \"2016-11-01\",\r\n \"2016-04-01\",\r\n \"2015-12-01\",\r\n \"2015-10-01\",\r\n \"2015-06-01\",\r\n \"2014-06-01\",\r\n \"2014-01-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"domainNames/slots/roles\",\r\n \"locations\": [\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"West Central US\",\r\n \"Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Australia Central\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2016-04-01\",\r\n \"2015-12-01\",\r\n \"2015-10-01\",\r\n \"2015-06-01\",\r\n \"2014-06-01\",\r\n \"2014-01-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"domainNames/slots/roles/metricDefinitions\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2014-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"domainNames/slots/roles/metrics\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2014-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"West Central US\",\r\n \"Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Australia Central\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2017-04-01\",\r\n \"2016-11-01\",\r\n \"2016-04-01\",\r\n \"2015-12-01\",\r\n \"2015-10-01\",\r\n \"2015-06-01\",\r\n \"2014-06-01\",\r\n \"2014-04-01\",\r\n \"2014-01-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"capabilities\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2016-04-01\",\r\n \"2015-12-01\",\r\n \"2015-10-01\",\r\n \"2015-06-01\",\r\n \"2014-06-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"domainNames/capabilities\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2016-04-01\",\r\n \"2015-12-01\",\r\n \"2015-10-01\",\r\n \"2015-06-01\",\r\n \"2014-06-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"domainNames/serviceCertificates\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2016-04-01\",\r\n \"2015-12-01\",\r\n \"2015-10-01\",\r\n \"2015-06-01\",\r\n \"2014-06-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"quotas\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2016-04-01\",\r\n \"2015-12-01\",\r\n \"2015-10-01\",\r\n \"2015-06-01\",\r\n \"2014-06-01\",\r\n \"2014-01-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualMachines/diagnosticSettings\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Australia Central\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"West US\",\r\n \"Central US\",\r\n \"South Central US\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Korea Central\",\r\n \"Korea South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualMachines/metricDefinitions\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"West US\",\r\n \"Central US\",\r\n \"South Central US\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Australia Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Korea Central\",\r\n \"Korea South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualMachines/metrics\",\r\n \"locations\": [\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Australia Central\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-04-01\",\r\n \"2016-11-01\",\r\n \"2016-04-01\",\r\n \"2015-12-01\",\r\n \"2015-10-01\",\r\n \"2015-06-01\",\r\n \"2014-06-01\",\r\n \"2014-04-01\",\r\n \"2014-01-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceTypes\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2016-04-01\",\r\n \"2015-12-01\",\r\n \"2015-10-01\",\r\n \"2015-06-01\",\r\n \"2014-06-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"moveSubscriptionResources\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2016-04-01\",\r\n \"2015-12-01\",\r\n \"2015-10-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"validateSubscriptionMoveAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2016-04-01\",\r\n \"2015-12-01\",\r\n \"2015-10-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operationStatuses\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2016-04-01\",\r\n \"2015-12-01\",\r\n \"2015-10-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operatingSystems\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2016-04-01\",\r\n \"2015-12-01\",\r\n \"2015-10-01\",\r\n \"2015-06-01\",\r\n \"2014-06-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operatingSystemFamilies\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2016-04-01\",\r\n \"2015-12-01\",\r\n \"2015-10-01\",\r\n \"2015-06-01\",\r\n \"2014-06-01\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"NotRegistered\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/providers/Microsoft.ClassicInfrastructureMigrate\",\r\n \"namespace\": \"Microsoft.ClassicInfrastructureMigrate\",\r\n \"authorization\": {\r\n \"applicationId\": \"5e5abe2b-83cd-4786-826a-a05653ebb103\",\r\n \"roleDefinitionId\": \"766c4d9b-ef83-4f73-8352-1450a506a69b\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"classicInfrastructureResources\",\r\n \"locations\": [\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"West India\",\r\n \"South India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"Australia Central\",\r\n \"Australia Central 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2015-06-15\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"NotRegistered\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/providers/Microsoft.ClassicNetwork\",\r\n \"namespace\": \"Microsoft.ClassicNetwork\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"West Central US\",\r\n \"Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Australia Central\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2017-11-15\",\r\n \"2016-11-01\",\r\n \"2016-04-01\",\r\n \"2015-12-01\",\r\n \"2015-06-01\",\r\n \"2014-06-01\",\r\n \"2014-01-01\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks/virtualNetworkPeerings\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-11-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks/remoteVirtualNetworkPeeringProxies\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-11-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"reservedIps\",\r\n \"locations\": [\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"West Central US\",\r\n \"Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Australia Central\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2016-04-01\",\r\n \"2015-12-01\",\r\n \"2015-06-01\",\r\n \"2014-06-01\",\r\n \"2014-01-01\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"quotas\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2016-04-01\",\r\n \"2015-12-01\",\r\n \"2015-06-01\",\r\n \"2014-06-01\",\r\n \"2014-01-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"gatewaySupportedDevices\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2016-04-01\",\r\n \"2015-12-01\",\r\n \"2015-06-01\",\r\n \"2014-06-01\",\r\n \"2014-01-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2016-04-01-beta\",\r\n \"2016-04-01\",\r\n \"2015-12-01\",\r\n \"2015-06-01\",\r\n \"2014-06-01\",\r\n \"2014-04-01\",\r\n \"2014-01-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"West Central US\",\r\n \"Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Australia Central\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2016-04-01\",\r\n \"2015-12-01\",\r\n \"2015-06-01\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"capabilities\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2016-04-01\",\r\n \"2015-12-01\",\r\n \"2015-10-01\",\r\n \"2015-06-01\",\r\n \"2014-06-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"expressRouteCrossConnections\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2016-04-01\",\r\n \"2015-12-01\",\r\n \"2015-10-01\",\r\n \"2015-06-01\",\r\n \"2014-06-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"expressRouteCrossConnections/peerings\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2016-04-01\",\r\n \"2015-12-01\",\r\n \"2015-10-01\",\r\n \"2015-06-01\",\r\n \"2014-06-01\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"NotRegistered\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/providers/Microsoft.ClassicStorage\",\r\n \"namespace\": \"Microsoft.ClassicStorage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"West Central US\",\r\n \"Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Australia Central\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2016-04-01\",\r\n \"2015-12-01\",\r\n \"2015-06-01\",\r\n \"2014-06-01\",\r\n \"2014-04-01-beta\",\r\n \"2014-04-01\",\r\n \"2014-01-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"quotas\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2016-04-01\",\r\n \"2015-12-01\",\r\n \"2015-06-01\",\r\n \"2014-06-01\",\r\n \"2014-01-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkStorageAccountAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2016-04-01\",\r\n \"2015-12-01\",\r\n \"2015-06-01\",\r\n \"2014-06-01\",\r\n \"2014-01-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/services\",\r\n \"locations\": [\r\n \"West US\",\r\n \"Central US\",\r\n \"South Central US\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Australia Central\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/services/diagnosticSettings\",\r\n \"locations\": [\r\n \"West US\",\r\n \"Central US\",\r\n \"South Central US\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Australia Central\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/services/metricDefinitions\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2014-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/services/metrics\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2014-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/metricDefinitions\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2014-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/metrics\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2014-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"capabilities\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2016-04-01\",\r\n \"2015-12-01\",\r\n \"2015-06-01\",\r\n \"2014-06-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/blobServices\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2016-04-01\",\r\n \"2015-12-01\",\r\n \"2015-06-01\",\r\n \"2014-06-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/tableServices\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2016-04-01\",\r\n \"2015-12-01\",\r\n \"2015-06-01\",\r\n \"2014-06-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/fileServices\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2016-04-01\",\r\n \"2015-12-01\",\r\n \"2015-06-01\",\r\n \"2014-06-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/queueServices\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2016-04-01\",\r\n \"2015-12-01\",\r\n \"2015-06-01\",\r\n \"2014-06-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"disks\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2016-04-01\",\r\n \"2015-12-01\",\r\n \"2015-06-01\",\r\n \"2014-06-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"images\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2016-04-01\",\r\n \"2015-12-01\",\r\n \"2015-06-01\",\r\n \"2014-06-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"vmImages\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/vmImages\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2016-04-01\",\r\n \"2015-12-01\",\r\n \"2015-06-01\",\r\n \"2014-06-01\",\r\n \"2014-04-01-beta\",\r\n \"2014-04-01\",\r\n \"2014-01-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicImages\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2016-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"osImages\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2016-04-01\",\r\n \"2015-12-01\",\r\n \"2015-06-01\",\r\n \"2014-06-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"osPlatformImages\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2016-04-01\",\r\n \"2015-12-01\",\r\n \"2015-06-01\",\r\n \"2014-06-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2016-04-01-beta\",\r\n \"2016-04-01\",\r\n \"2015-12-01\",\r\n \"2015-06-01\",\r\n \"2014-06-01\",\r\n \"2014-04-01\",\r\n \"2014-01-01\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"NotRegistered\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/providers/Microsoft.ClassicSubscription\",\r\n \"namespace\": \"Microsoft.ClassicSubscription\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-09-01\",\r\n \"2017-06-01\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/providers/Microsoft.CognitiveServices\",\r\n \"namespace\": \"Microsoft.CognitiveServices\",\r\n \"authorizations\": [\r\n {\r\n \"applicationId\": \"7d312290-28c8-473c-a0ed-8e53749b6d6d\",\r\n \"roleDefinitionId\": \"5cb87f79-a7c3-4a95-9414-45b65974b51b\"\r\n }\r\n ],\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"accounts\",\r\n \"locations\": [\r\n \"Global\",\r\n \"Australia East\",\r\n \"Brazil South\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"West Central US\",\r\n \"South Central US\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"Canada Central\",\r\n \"Japan East\",\r\n \"Central India\",\r\n \"UK South\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"France Central\",\r\n \"North Central US\",\r\n \"Central US\",\r\n \"South Africa North\",\r\n \"UAE North\"\r\n ],\r\n \"apiVersions\": [\r\n \"2017-04-18\",\r\n \"2016-02-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [\r\n \"Global\",\r\n \"Australia East\",\r\n \"Brazil South\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"West Central US\",\r\n \"South Central US\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"Canada Central\",\r\n \"Japan East\",\r\n \"Central India\",\r\n \"UK South\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"France Central\",\r\n \"North Central US\",\r\n \"Central US\",\r\n \"South Africa North\",\r\n \"UAE North\"\r\n ],\r\n \"apiVersions\": [\r\n \"2017-04-18\",\r\n \"2016-02-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operationResults\",\r\n \"locations\": [\r\n \"Global\",\r\n \"Australia East\",\r\n \"Brazil South\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"West Central US\",\r\n \"South Central US\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"Canada Central\",\r\n \"Japan East\",\r\n \"Central India\",\r\n \"UK South\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"France Central\",\r\n \"North Central US\",\r\n \"Central US\",\r\n \"South Africa North\",\r\n \"UAE North\"\r\n ],\r\n \"apiVersions\": [\r\n \"2017-04-18\",\r\n \"2016-02-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [\r\n \"Global\",\r\n \"Australia East\",\r\n \"Brazil South\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"West Central US\",\r\n \"South Central US\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"Canada Central\",\r\n \"Japan East\",\r\n \"Central India\",\r\n \"UK South\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"France Central\",\r\n \"North Central US\",\r\n \"Central US\",\r\n \"South Africa North\",\r\n \"UAE North\"\r\n ],\r\n \"apiVersions\": [\r\n \"2017-04-18\",\r\n \"2016-02-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/deleteVirtualNetworkOrSubnets\",\r\n \"locations\": [\r\n \"Global\",\r\n \"Australia East\",\r\n \"Brazil South\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"West Central US\",\r\n \"South Central US\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"Canada Central\",\r\n \"Japan East\",\r\n \"Central India\",\r\n \"UK South\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"France Central\",\r\n \"North Central US\",\r\n \"Central US\",\r\n \"South Africa North\",\r\n \"UAE North\"\r\n ],\r\n \"apiVersions\": [\r\n \"2017-04-18\",\r\n \"2016-02-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/checkSkuAvailability\",\r\n \"locations\": [\r\n \"Global\",\r\n \"Australia East\",\r\n \"Brazil South\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"West Central US\",\r\n \"South Central US\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"Canada Central\",\r\n \"Japan East\",\r\n \"Central India\",\r\n \"UK South\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"France Central\",\r\n \"North Central US\",\r\n \"Central US\",\r\n \"South Africa North\",\r\n \"UAE North\"\r\n ],\r\n \"apiVersions\": [\r\n \"2017-04-18\",\r\n \"2016-02-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkDomainAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-04-18\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"NotRegistered\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/providers/Microsoft.Commerce\",\r\n \"namespace\": \"Microsoft.Commerce\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"UsageAggregates\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-06-01-preview\",\r\n \"2015-03-31\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"RateCard\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-08-31-preview\",\r\n \"2015-06-01-preview\",\r\n \"2015-05-15\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-06-01-preview\",\r\n \"2015-03-31\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/providers/Microsoft.Consumption\",\r\n \"namespace\": \"Microsoft.Consumption\",\r\n \"authorizations\": [\r\n {\r\n \"applicationId\": \"c5b17a4f-cc6f-4649-9480-684280a2af3a\",\r\n \"roleDefinitionId\": \"4a2e6ae9-2713-4cc9-a3b3-312899d687c3\"\r\n }\r\n ],\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"Forecasts\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-10-01\",\r\n \"2019-05-01\",\r\n \"2019-01-01\",\r\n \"2018-10-01\",\r\n \"2018-08-31\",\r\n \"2018-06-30\",\r\n \"2018-05-31\"\r\n ],\r\n \"capabilities\": \"SupportsExtension\"\r\n },\r\n {\r\n \"resourceType\": \"AggregatedCost\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-10-01\",\r\n \"2019-05-01\",\r\n \"2019-01-01\",\r\n \"2018-10-01\",\r\n \"2018-08-31\",\r\n \"2018-06-30\"\r\n ],\r\n \"capabilities\": \"SupportsExtension\"\r\n },\r\n {\r\n \"resourceType\": \"tenants\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-10-01\",\r\n \"2019-05-01\",\r\n \"2019-01-01\",\r\n \"2018-10-01\"\r\n ],\r\n \"capabilities\": \"SupportsExtension\"\r\n },\r\n {\r\n \"resourceType\": \"ReservationRecommendations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-10-01\",\r\n \"2019-05-01\",\r\n \"2019-01-01-preview\",\r\n \"2019-01-01\",\r\n \"2018-10-01\",\r\n \"2018-08-31\",\r\n \"2018-06-30\",\r\n \"2018-03-31\"\r\n ],\r\n \"capabilities\": \"SupportsExtension\"\r\n },\r\n {\r\n \"resourceType\": \"ReservationSummaries\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-10-01\",\r\n \"2019-05-01\",\r\n \"2019-01-01-preview\",\r\n \"2019-01-01\",\r\n \"2018-10-01\",\r\n \"2018-08-31\",\r\n \"2018-06-30\",\r\n \"2018-03-31\",\r\n \"2018-01-31\",\r\n \"2017-11-30\",\r\n \"2017-06-30-preview\"\r\n ],\r\n \"capabilities\": \"SupportsExtension\"\r\n },\r\n {\r\n \"resourceType\": \"ReservationTransactions\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-10-01\",\r\n \"2019-05-01\",\r\n \"2019-01-01\",\r\n \"2018-10-01\",\r\n \"2018-08-31\",\r\n \"2018-06-30\",\r\n \"2018-05-31\",\r\n \"2018-03-31\",\r\n \"2018-01-31\",\r\n \"2017-11-30\",\r\n \"2017-06-30-preview\"\r\n ],\r\n \"capabilities\": \"SupportsExtension\"\r\n },\r\n {\r\n \"resourceType\": \"Balances\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-10-01\",\r\n \"2019-05-01\",\r\n \"2019-01-01\",\r\n \"2018-10-01\",\r\n \"2018-08-31\",\r\n \"2018-06-30\",\r\n \"2018-05-31\",\r\n \"2018-03-31\",\r\n \"2018-01-31\",\r\n \"2017-11-30\",\r\n \"2017-06-30-preview\"\r\n ],\r\n \"capabilities\": \"SupportsExtension\"\r\n },\r\n {\r\n \"resourceType\": \"Marketplaces\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-10-01\",\r\n \"2019-05-01\",\r\n \"2019-01-01\",\r\n \"2018-10-01\",\r\n \"2018-08-31\",\r\n \"2018-06-30\",\r\n \"2018-05-31\",\r\n \"2018-03-31\",\r\n \"2018-01-31\"\r\n ],\r\n \"capabilities\": \"SupportsExtension\"\r\n },\r\n {\r\n \"resourceType\": \"Pricesheets\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-01-01-preview\",\r\n \"2019-10-01\",\r\n \"2019-05-01\",\r\n \"2019-01-01\",\r\n \"2018-10-01\",\r\n \"2018-08-31\",\r\n \"2018-06-30\",\r\n \"2018-05-31\",\r\n \"2018-03-31\",\r\n \"2018-01-31\",\r\n \"2017-11-30\",\r\n \"2017-06-30-preview\"\r\n ],\r\n \"capabilities\": \"SupportsExtension\"\r\n },\r\n {\r\n \"resourceType\": \"ReservationDetails\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-10-01\",\r\n \"2019-05-01\",\r\n \"2019-01-01-preview\",\r\n \"2019-01-01\",\r\n \"2018-10-01\",\r\n \"2018-08-31\",\r\n \"2018-06-30\",\r\n \"2018-03-31\",\r\n \"2018-01-31\",\r\n \"2017-11-30\",\r\n \"2017-06-30-preview\"\r\n ],\r\n \"capabilities\": \"SupportsExtension\"\r\n },\r\n {\r\n \"resourceType\": \"Budgets\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-10-01\",\r\n \"2019-05-01\",\r\n \"2019-04-01-preview\",\r\n \"2019-03-01-preview\",\r\n \"2019-01-01-preview\",\r\n \"2019-01-01\",\r\n \"2018-12-01-preview\",\r\n \"2018-10-01\",\r\n \"2018-08-31\",\r\n \"2018-06-30\",\r\n \"2018-03-31\",\r\n \"2018-01-31\",\r\n \"2017-12-30-preview\"\r\n ],\r\n \"capabilities\": \"SupportsExtension\"\r\n },\r\n {\r\n \"resourceType\": \"CostTags\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-11-01\",\r\n \"2019-10-01\",\r\n \"2019-05-01\",\r\n \"2018-10-01\",\r\n \"2018-08-31\",\r\n \"2018-06-30\",\r\n \"2018-05-31\",\r\n \"2018-03-31\"\r\n ],\r\n \"capabilities\": \"SupportsExtension\"\r\n },\r\n {\r\n \"resourceType\": \"Tags\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-11-01\",\r\n \"2019-10-01\",\r\n \"2019-05-01\",\r\n \"2019-04-01-preview\",\r\n \"2019-03-01-preview\",\r\n \"2019-01-01\",\r\n \"2018-12-01-preview\",\r\n \"2018-10-01\",\r\n \"2018-08-31\",\r\n \"2018-08-01-preview\",\r\n \"2018-06-30\",\r\n \"2018-05-31\",\r\n \"2018-03-31\"\r\n ],\r\n \"capabilities\": \"SupportsExtension\"\r\n },\r\n {\r\n \"resourceType\": \"Terms\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-10-01\",\r\n \"2019-05-01\",\r\n \"2019-01-01\",\r\n \"2018-10-01\",\r\n \"2018-08-31\",\r\n \"2018-06-30\",\r\n \"2018-03-31\",\r\n \"2018-01-31\",\r\n \"2017-12-30-preview\"\r\n ],\r\n \"capabilities\": \"SupportsExtension\"\r\n },\r\n {\r\n \"resourceType\": \"UsageDetails\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-11-01\",\r\n \"2019-10-01\",\r\n \"2019-05-01-preview\",\r\n \"2019-05-01\",\r\n \"2019-04-01-preview\",\r\n \"2019-01-01\",\r\n \"2018-12-01-preview\",\r\n \"2018-11-01-preview\",\r\n \"2018-10-01\",\r\n \"2018-08-31\",\r\n \"2018-06-30\",\r\n \"2018-05-31\",\r\n \"2018-03-31\",\r\n \"2018-01-31\",\r\n \"2017-11-30\",\r\n \"2017-06-30-preview\",\r\n \"2017-04-24-preview\"\r\n ],\r\n \"capabilities\": \"SupportsExtension\"\r\n },\r\n {\r\n \"resourceType\": \"Charges\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-10-01\",\r\n \"2019-05-01-preview\",\r\n \"2019-05-01\",\r\n \"2019-01-01\",\r\n \"2018-11-01-preview\",\r\n \"2018-10-01\",\r\n \"2018-08-31\"\r\n ],\r\n \"capabilities\": \"SupportsExtension\"\r\n },\r\n {\r\n \"resourceType\": \"credits\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-10-01\",\r\n \"2018-11-01-preview\",\r\n \"2018-10-01\",\r\n \"2018-08-31\"\r\n ],\r\n \"capabilities\": \"SupportsExtension\"\r\n },\r\n {\r\n \"resourceType\": \"events\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-10-01\",\r\n \"2018-11-01-preview\",\r\n \"2018-10-01\",\r\n \"2018-08-31\"\r\n ],\r\n \"capabilities\": \"SupportsExtension\"\r\n },\r\n {\r\n \"resourceType\": \"lots\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-10-01\",\r\n \"2018-11-01-preview\",\r\n \"2018-10-01\",\r\n \"2018-08-31\"\r\n ],\r\n \"capabilities\": \"SupportsExtension\"\r\n },\r\n {\r\n \"resourceType\": \"products\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-10-01\",\r\n \"2018-10-01\",\r\n \"2018-08-31\"\r\n ],\r\n \"capabilities\": \"SupportsExtension\"\r\n },\r\n {\r\n \"resourceType\": \"OperationStatus\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-11-01\",\r\n \"2019-10-01\",\r\n \"2019-05-01-preview\",\r\n \"2019-05-01\",\r\n \"2019-04-01-preview\",\r\n \"2019-01-01\",\r\n \"2018-11-01-preview\",\r\n \"2018-10-01\",\r\n \"2018-08-31\"\r\n ],\r\n \"capabilities\": \"SupportsExtension\"\r\n },\r\n {\r\n \"resourceType\": \"OperationResults\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-11-01\",\r\n \"2019-10-01\",\r\n \"2019-05-01-preview\",\r\n \"2019-05-01\",\r\n \"2019-04-01-preview\",\r\n \"2019-01-01\",\r\n \"2018-11-01-preview\",\r\n \"2018-10-01\",\r\n \"2018-08-31\"\r\n ],\r\n \"capabilities\": \"SupportsExtension\"\r\n },\r\n {\r\n \"resourceType\": \"Operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-10-01\",\r\n \"2019-05-01\",\r\n \"2019-01-01\",\r\n \"2018-11-01-preview\",\r\n \"2018-10-01\",\r\n \"2018-08-31\",\r\n \"2018-06-30\",\r\n \"2018-05-31\",\r\n \"2018-03-31\",\r\n \"2018-01-31\",\r\n \"2017-11-30\",\r\n \"2017-06-30-preview\",\r\n \"2017-04-24-preview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/providers/Microsoft.ContainerInstance\",\r\n \"namespace\": \"Microsoft.ContainerInstance\",\r\n \"authorizations\": [\r\n {\r\n \"applicationId\": \"6bb8e274-af5d-4df2-98a3-4fd78b4cafd9\",\r\n \"roleDefinitionId\": \"3c60422b-a83a-428d-9830-22609c77aa6c\"\r\n }\r\n ],\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"containerGroups\",\r\n \"locations\": [\r\n \"West Central US\",\r\n \"West US\",\r\n \"East US\",\r\n \"West Europe\",\r\n \"West US 2\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"Australia East\",\r\n \"UK South\",\r\n \"South Central US\",\r\n \"Central India\",\r\n \"Brazil South\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"East Asia\",\r\n \"Canada Central\",\r\n \"Japan East\",\r\n \"Korea Central\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-12-01\",\r\n \"2018-10-01\",\r\n \"2018-09-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-04-01\",\r\n \"2018-02-01-preview\",\r\n \"2017-12-01-preview\",\r\n \"2017-10-01-preview\",\r\n \"2017-08-01-preview\"\r\n ],\r\n \"capabilities\": \"SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"serviceAssociationLinks\",\r\n \"locations\": [\r\n \"West Central US\",\r\n \"West US\",\r\n \"East US\",\r\n \"West Europe\",\r\n \"West US 2\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"Australia East\",\r\n \"UK South\",\r\n \"South Central US\",\r\n \"Central India\",\r\n \"Brazil South\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"East Asia\",\r\n \"Canada Central\",\r\n \"Japan East\",\r\n \"Korea Central\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-12-01\",\r\n \"2018-10-01\",\r\n \"2018-09-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-04-01\",\r\n \"2018-02-01-preview\",\r\n \"2017-12-01-preview\",\r\n \"2017-10-01-preview\",\r\n \"2017-08-01-preview\"\r\n ],\r\n \"capabilities\": \"SupportsExtension\"\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-12-01\",\r\n \"2018-10-01\",\r\n \"2018-09-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-04-01\",\r\n \"2018-02-01-preview\",\r\n \"2017-12-01-preview\",\r\n \"2017-10-01-preview\",\r\n \"2017-08-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/capabilities\",\r\n \"locations\": [\r\n \"West Central US\",\r\n \"West US\",\r\n \"East US\",\r\n \"West Europe\",\r\n \"West US 2\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"Australia East\",\r\n \"UK South\",\r\n \"South Central US\",\r\n \"Central India\",\r\n \"Brazil South\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"East Asia\",\r\n \"Canada Central\",\r\n \"Japan East\",\r\n \"Korea Central\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-12-01\",\r\n \"2018-10-01\",\r\n \"2018-09-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-04-01\",\r\n \"2018-02-01-preview\",\r\n \"2017-12-01-preview\",\r\n \"2017-10-01-preview\",\r\n \"2017-08-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/usages\",\r\n \"locations\": [\r\n \"West Central US\",\r\n \"West US\",\r\n \"East US\",\r\n \"West Europe\",\r\n \"West US 2\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"Australia East\",\r\n \"UK South\",\r\n \"South Central US\",\r\n \"Central India\",\r\n \"Brazil South\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"East Asia\",\r\n \"Canada Central\",\r\n \"Japan East\",\r\n \"Korea Central\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-12-01\",\r\n \"2018-10-01\",\r\n \"2018-09-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-04-01\",\r\n \"2018-02-01-preview\",\r\n \"2017-12-01-preview\",\r\n \"2017-10-01-preview\",\r\n \"2017-08-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operations\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"West Europe\",\r\n \"West US 2\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"Australia East\",\r\n \"UK South\",\r\n \"South Central US\",\r\n \"Central India\",\r\n \"West Central US\",\r\n \"Brazil South\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"East Asia\",\r\n \"Canada Central\",\r\n \"Japan East\",\r\n \"Korea Central\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-12-01\",\r\n \"2018-10-01\",\r\n \"2018-09-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-04-01\",\r\n \"2018-02-01-preview\",\r\n \"2017-12-01-preview\",\r\n \"2017-10-01-preview\",\r\n \"2017-08-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-12-01\",\r\n \"2018-10-01\",\r\n \"2018-09-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-04-01\",\r\n \"2018-02-01-preview\",\r\n \"2017-12-01-preview\",\r\n \"2017-10-01-preview\",\r\n \"2017-08-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/cachedImages\",\r\n \"locations\": [\r\n \"West Central US\",\r\n \"West US\",\r\n \"East US\",\r\n \"West Europe\",\r\n \"West US 2\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"Australia East\",\r\n \"UK South\",\r\n \"South Central US\",\r\n \"Central India\",\r\n \"Brazil South\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"East Asia\",\r\n \"Canada Central\",\r\n \"Japan East\",\r\n \"Korea Central\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-12-01\",\r\n \"2018-10-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/deleteVirtualNetworkOrSubnets\",\r\n \"locations\": [\r\n \"West Central US\",\r\n \"West US\",\r\n \"East US\",\r\n \"West Europe\",\r\n \"West US 2\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"Australia East\",\r\n \"UK South\",\r\n \"South Central US\",\r\n \"Central India\",\r\n \"Brazil South\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"East Asia\",\r\n \"Canada Central\",\r\n \"Japan East\",\r\n \"Korea Central\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-12-01\",\r\n \"2018-12-01\",\r\n \"2018-10-01\",\r\n \"2018-09-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-04-01\",\r\n \"2018-02-01-preview\",\r\n \"2017-12-01-preview\",\r\n \"2017-10-01-preview\",\r\n \"2017-08-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"NotRegistered\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/providers/Microsoft.ContainerRegistry\",\r\n \"namespace\": \"Microsoft.ContainerRegistry\",\r\n \"authorizations\": [\r\n {\r\n \"applicationId\": \"6a0ec4d3-30cb-4a83-91c0-ae56bc0e3d26\",\r\n \"roleDefinitionId\": \"78e18383-93eb-418a-9887-bc9271046576\"\r\n },\r\n {\r\n \"applicationId\": \"737d58c1-397a-46e7-9d12-7d8c830883c2\",\r\n \"roleDefinitionId\": \"716bb53a-0390-4428-bf41-b1bedde7d751\"\r\n },\r\n {\r\n \"applicationId\": \"918d0db8-4a38-4938-93c1-9313bdfe0272\",\r\n \"roleDefinitionId\": \"dcd2d2c9-3f80-4d72-95a8-2593111b4b12\"\r\n },\r\n {\r\n \"applicationId\": \"d2fa1650-4805-4a83-bcb9-cf41fe63539c\",\r\n \"roleDefinitionId\": \"c15f8dab-b103-4f8d-9afb-fbe4b8e98de2\"\r\n },\r\n {\r\n \"applicationId\": \"a4c95b9e-3994-40cc-8953-5dc66d48348d\",\r\n \"roleDefinitionId\": \"dc88c655-90fa-48d9-8d51-003cc8738508\"\r\n },\r\n {\r\n \"applicationId\": \"62c559cd-db0c-4da0-bab2-972528c65d42\",\r\n \"roleDefinitionId\": \"437b639a-6d74-491d-959f-d172e8c5c1fc\"\r\n }\r\n ],\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"registries\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"South Central US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"Korea Central\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"East Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Southeast Asia\",\r\n \"South India\",\r\n \"Brazil South\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"North Central US\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"Switzerland North\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-12-01-preview\",\r\n \"2019-05-01\",\r\n \"2017-10-01\",\r\n \"2017-03-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"registries/scopeMaps\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"South Central US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"East Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Southeast Asia\",\r\n \"South India\",\r\n \"Brazil South\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"North Central US\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"Korea Central\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"registries/tokens\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"South Central US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"East Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Southeast Asia\",\r\n \"South India\",\r\n \"Brazil South\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"North Central US\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"Korea Central\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"registries/generateCredentials\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"South Central US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"East Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Southeast Asia\",\r\n \"South India\",\r\n \"Brazil South\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"North Central US\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"Korea Central\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"registries/privateEndpointConnections\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"South Central US\",\r\n \"West Europe\",\r\n \"Switzerland North\",\r\n \"North Europe\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"East Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Southeast Asia\",\r\n \"South India\",\r\n \"Brazil South\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"North Central US\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"Korea Central\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"UAE North\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-12-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"registries/privateEndpointConnectionProxies\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"South Central US\",\r\n \"West Europe\",\r\n \"Switzerland North\",\r\n \"North Europe\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"East Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Southeast Asia\",\r\n \"South India\",\r\n \"Brazil South\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"North Central US\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"Korea Central\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"UAE North\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-12-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"registries/privateEndpointConnectionProxies/validate\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"South Central US\",\r\n \"West Europe\",\r\n \"Switzerland North\",\r\n \"North Europe\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"East Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Southeast Asia\",\r\n \"South India\",\r\n \"Brazil South\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"North Central US\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"Korea Central\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"UAE North\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-12-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"registries/privateLinkResources\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"South Central US\",\r\n \"West Europe\",\r\n \"Switzerland North\",\r\n \"North Europe\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"East Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Southeast Asia\",\r\n \"South India\",\r\n \"Brazil South\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"North Central US\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"Korea Central\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"UAE North\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-12-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"registries/importImage\",\r\n \"locations\": [\r\n \"South Central US\",\r\n \"West Central US\",\r\n \"East US\",\r\n \"West Europe\",\r\n \"West US\",\r\n \"Japan East\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"East US 2\",\r\n \"West US 2\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Central India\",\r\n \"Korea Central\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Central US\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Australia Southeast\",\r\n \"East Asia\",\r\n \"Japan West\",\r\n \"South India\",\r\n \"Switzerland North\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-12-01-preview\",\r\n \"2019-05-01\",\r\n \"2017-10-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"registries/listBuildSourceUploadUrl\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West Europe\",\r\n \"West US 2\",\r\n \"South Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"South India\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West US\",\r\n \"West Central US\",\r\n \"France Central\",\r\n \"Korea Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-06-01-preview\",\r\n \"2019-04-01\",\r\n \"2018-09-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"registries/scheduleRun\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West Europe\",\r\n \"West US 2\",\r\n \"South Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"South India\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West US\",\r\n \"West Central US\",\r\n \"France Central\",\r\n \"Korea Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-06-01-preview\",\r\n \"2019-04-01\",\r\n \"2018-09-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"registries/runs\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West Europe\",\r\n \"West US 2\",\r\n \"South Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"South India\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West US\",\r\n \"West Central US\",\r\n \"France Central\",\r\n \"Korea Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-06-01-preview\",\r\n \"2019-04-01\",\r\n \"2018-09-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"registries/taskRuns\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West Europe\",\r\n \"West US 2\",\r\n \"South Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"South India\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West US\",\r\n \"West Central US\",\r\n \"France Central\",\r\n \"Korea Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-06-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"registries/taskRuns/listDetails\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West Europe\",\r\n \"West US 2\",\r\n \"South Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"South India\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West US\",\r\n \"West Central US\",\r\n \"France Central\",\r\n \"Korea Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-06-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"registries/runs/listLogSasUrl\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West Europe\",\r\n \"West US 2\",\r\n \"South Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"South India\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West US\",\r\n \"West Central US\",\r\n \"France Central\",\r\n \"Korea Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-06-01-preview\",\r\n \"2019-04-01\",\r\n \"2018-09-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"registries/runs/cancel\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West Europe\",\r\n \"West US 2\",\r\n \"South Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"South India\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West US\",\r\n \"West Central US\",\r\n \"France Central\",\r\n \"Korea Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-06-01-preview\",\r\n \"2019-04-01\",\r\n \"2018-09-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"registries/tasks\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West Europe\",\r\n \"West US 2\",\r\n \"South Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"South India\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West US\",\r\n \"West Central US\",\r\n \"France Central\",\r\n \"Korea Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-06-01-preview\",\r\n \"2019-04-01\",\r\n \"2018-09-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"registries/tasks/listDetails\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West Europe\",\r\n \"West US 2\",\r\n \"South Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"South India\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West US\",\r\n \"West Central US\",\r\n \"France Central\",\r\n \"Korea Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-06-01-preview\",\r\n \"2019-04-01\",\r\n \"2018-09-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"registries/getBuildSourceUploadUrl\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West Europe\",\r\n \"West US 2\",\r\n \"South Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"South India\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West US\",\r\n \"West Central US\",\r\n \"France Central\",\r\n \"Korea Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-02-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"registries/queueBuild\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West Europe\",\r\n \"West US 2\",\r\n \"South Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"South India\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West US\",\r\n \"West Central US\",\r\n \"France Central\",\r\n \"Korea Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-02-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"registries/builds\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West Europe\",\r\n \"West US 2\",\r\n \"South Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"South India\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West US\",\r\n \"West Central US\",\r\n \"France Central\",\r\n \"Korea Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-02-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"registries/builds/getLogLink\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West Europe\",\r\n \"West US 2\",\r\n \"South Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"South India\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West US\",\r\n \"West Central US\",\r\n \"France Central\",\r\n \"Korea Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-02-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"registries/builds/cancel\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West Europe\",\r\n \"West US 2\",\r\n \"South Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"South India\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West US\",\r\n \"West Central US\",\r\n \"France Central\",\r\n \"Korea Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-02-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"registries/buildTasks\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West Europe\",\r\n \"West US 2\",\r\n \"South Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"South India\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West US\",\r\n \"West Central US\",\r\n \"France Central\",\r\n \"Korea Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-02-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"registries/buildTasks/listSourceRepositoryProperties\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West Europe\",\r\n \"West US 2\",\r\n \"South Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"South India\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West US\",\r\n \"West Central US\",\r\n \"France Central\",\r\n \"Korea Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-02-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"registries/buildTasks/steps\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West Europe\",\r\n \"West US 2\",\r\n \"South Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"South India\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West US\",\r\n \"West Central US\",\r\n \"France Central\",\r\n \"Korea Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-02-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"registries/buildTasks/steps/listBuildArguments\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West Europe\",\r\n \"West US 2\",\r\n \"South Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"South India\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West US\",\r\n \"West Central US\",\r\n \"France Central\",\r\n \"Korea Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-02-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"registries/replications\",\r\n \"locations\": [\r\n \"South Central US\",\r\n \"West Central US\",\r\n \"East US\",\r\n \"West Europe\",\r\n \"West US\",\r\n \"Japan East\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"East US 2\",\r\n \"West US 2\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Central India\",\r\n \"Korea Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"France Central\",\r\n \"Central US\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Australia Southeast\",\r\n \"East Asia\",\r\n \"Japan West\",\r\n \"South India\",\r\n \"Switzerland North\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-12-01-preview\",\r\n \"2019-05-01\",\r\n \"2017-10-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"registries/webhooks\",\r\n \"locations\": [\r\n \"West Central US\",\r\n \"East US\",\r\n \"West Europe\",\r\n \"South Central US\",\r\n \"West US\",\r\n \"Japan East\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"East US 2\",\r\n \"West US 2\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Central India\",\r\n \"Korea Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"France Central\",\r\n \"Central US\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Australia Southeast\",\r\n \"East Asia\",\r\n \"Japan West\",\r\n \"South India\",\r\n \"Switzerland North\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-12-01-preview\",\r\n \"2019-05-01\",\r\n \"2017-10-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"registries/webhooks/ping\",\r\n \"locations\": [\r\n \"West Central US\",\r\n \"East US\",\r\n \"West Europe\",\r\n \"South Central US\",\r\n \"West US\",\r\n \"Japan East\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"East US 2\",\r\n \"West US 2\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Central India\",\r\n \"Korea Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"France Central\",\r\n \"Central US\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Australia Southeast\",\r\n \"East Asia\",\r\n \"Japan West\",\r\n \"South India\",\r\n \"Switzerland North\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-12-01-preview\",\r\n \"2019-05-01\",\r\n \"2017-10-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"registries/webhooks/getCallbackConfig\",\r\n \"locations\": [\r\n \"West Central US\",\r\n \"East US\",\r\n \"West Europe\",\r\n \"South Central US\",\r\n \"West US\",\r\n \"Japan East\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"East US 2\",\r\n \"West US 2\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Central India\",\r\n \"Korea Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"France Central\",\r\n \"Central US\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Australia Southeast\",\r\n \"East Asia\",\r\n \"Japan West\",\r\n \"South India\",\r\n \"Switzerland North\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-12-01-preview\",\r\n \"2019-05-01\",\r\n \"2017-10-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"registries/webhooks/listEvents\",\r\n \"locations\": [\r\n \"West Central US\",\r\n \"East US\",\r\n \"West Europe\",\r\n \"South Central US\",\r\n \"West US\",\r\n \"Japan East\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"East US 2\",\r\n \"West US 2\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Central India\",\r\n \"Korea Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"France Central\",\r\n \"Central US\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Australia Southeast\",\r\n \"East Asia\",\r\n \"Japan West\",\r\n \"South India\",\r\n \"Switzerland North\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-12-01-preview\",\r\n \"2019-05-01\",\r\n \"2017-10-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/setupAuth\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West Europe\",\r\n \"West US 2\",\r\n \"South Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"South India\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West US\",\r\n \"West Central US\",\r\n \"France Central\",\r\n \"Korea Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-02-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/authorize\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West Europe\",\r\n \"West US 2\",\r\n \"South Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"South India\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West US\",\r\n \"West Central US\",\r\n \"France Central\",\r\n \"Korea Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-02-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operationResults\",\r\n \"locations\": [\r\n \"West Central US\",\r\n \"East US\",\r\n \"West Europe\",\r\n \"South Central US\",\r\n \"West US\",\r\n \"Japan East\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"East US 2\",\r\n \"West US 2\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Central India\",\r\n \"Korea Central\",\r\n \"France Central\",\r\n \"Central US\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Australia Southeast\",\r\n \"East Asia\",\r\n \"Japan West\",\r\n \"South India\",\r\n \"Switzerland North\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-12-01-preview\",\r\n \"2019-05-01-preview\",\r\n \"2019-05-01\",\r\n \"2017-10-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/deleteVirtualNetworkOrSubnets\",\r\n \"locations\": [\r\n \"West Central US\",\r\n \"East US\",\r\n \"West Europe\",\r\n \"South Central US\",\r\n \"West US\",\r\n \"Japan East\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"East US 2\",\r\n \"West US 2\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Central India\",\r\n \"Korea Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"France Central\",\r\n \"Central US\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Australia Southeast\",\r\n \"East Asia\",\r\n \"Japan West\",\r\n \"South India\",\r\n \"Switzerland North\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2017-10-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"registries/GetCredentials\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"South Central US\",\r\n \"West Europe\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-06-27-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"registries/listCredentials\",\r\n \"locations\": [\r\n \"South Central US\",\r\n \"East US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"Korea Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"France Central\",\r\n \"East Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Southeast Asia\",\r\n \"South India\",\r\n \"Brazil South\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"North Central US\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"Switzerland North\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-12-01-preview\",\r\n \"2019-05-01\",\r\n \"2017-10-01\",\r\n \"2017-03-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"registries/regenerateCredential\",\r\n \"locations\": [\r\n \"South Central US\",\r\n \"West US\",\r\n \"East US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"Korea Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"France Central\",\r\n \"East Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Southeast Asia\",\r\n \"South India\",\r\n \"Brazil South\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"North Central US\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"Switzerland North\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-12-01-preview\",\r\n \"2019-05-01\",\r\n \"2017-10-01\",\r\n \"2017-03-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"registries/listUsages\",\r\n \"locations\": [\r\n \"West Central US\",\r\n \"East US\",\r\n \"West Europe\",\r\n \"South Central US\",\r\n \"West US\",\r\n \"Japan East\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"East US 2\",\r\n \"West US 2\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Central India\",\r\n \"Korea Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"France Central\",\r\n \"Central US\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Australia Southeast\",\r\n \"East Asia\",\r\n \"Japan West\",\r\n \"South India\",\r\n \"Switzerland North\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-12-01-preview\",\r\n \"2019-05-01\",\r\n \"2017-10-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"registries/listPolicies\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"South Central US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"Korea Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"France Central\",\r\n \"East Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Southeast Asia\",\r\n \"South India\",\r\n \"Brazil South\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"North Central US\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"Switzerland North\"\r\n ],\r\n \"apiVersions\": [\r\n \"2017-10-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"registries/updatePolicies\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"South Central US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"Korea Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"France Central\",\r\n \"East Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Southeast Asia\",\r\n \"South India\",\r\n \"Brazil South\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"North Central US\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"Switzerland North\"\r\n ],\r\n \"apiVersions\": [\r\n \"2017-10-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"registries/regenerateCredentials\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"South Central US\",\r\n \"West Europe\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-06-27-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"registries/eventGridFilters\",\r\n \"locations\": [\r\n \"South Central US\",\r\n \"West Central US\",\r\n \"East US\",\r\n \"West Europe\",\r\n \"West US\",\r\n \"Japan East\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"East US 2\",\r\n \"West US 2\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Central India\",\r\n \"Korea Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"France Central\",\r\n \"Central US\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Australia Southeast\",\r\n \"East Asia\",\r\n \"Japan West\",\r\n \"South India\",\r\n \"Switzerland North\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2017-10-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [\r\n \"South Central US\",\r\n \"East US\",\r\n \"West US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"North Central US\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"Brazil South\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"East Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Southeast Asia\",\r\n \"South India\",\r\n \"Korea Central\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-12-01-preview\",\r\n \"2019-05-01\",\r\n \"2017-10-01\",\r\n \"2017-06-01-preview\",\r\n \"2017-03-01\",\r\n \"2016-06-27-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [\r\n \"South Central US\",\r\n \"East US\",\r\n \"West US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"North Central US\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"Brazil South\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"East Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Southeast Asia\",\r\n \"South India\",\r\n \"Korea Central\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-12-01-preview\",\r\n \"2019-05-01\",\r\n \"2017-10-01\",\r\n \"2017-06-01-preview\",\r\n \"2017-03-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [\r\n \"South Central US\",\r\n \"East US\",\r\n \"West US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"North Central US\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"Brazil South\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"East Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Southeast Asia\",\r\n \"South India\",\r\n \"Korea Central\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-12-01-preview\",\r\n \"2019-05-01-preview\",\r\n \"2019-05-01\",\r\n \"2017-10-01\",\r\n \"2017-06-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"NotRegistered\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/providers/Microsoft.ContainerService\",\r\n \"namespace\": \"Microsoft.ContainerService\",\r\n \"authorization\": {\r\n \"applicationId\": \"7319c514-987d-4e9b-ac3d-d38c4f427f4c\",\r\n \"roleDefinitionId\": \"1b4a0c7f-2217-416f-acfa-cf73452fdc1c\",\r\n \"managedByRoleDefinitionId\": \"9e3af657-a8ff-583c-a75c-2fe7c4bcb635\",\r\n \"managedByAuthorization\": {\r\n \"allowManagedByInheritance\": true\r\n }\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"containerServices\",\r\n \"locations\": [\r\n \"Japan East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan West\",\r\n \"East Asia\",\r\n \"South Central US\",\r\n \"North Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Southeast Asia\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"East US\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"Korea South\",\r\n \"Korea Central\",\r\n \"South Africa North\"\r\n ],\r\n \"apiVersions\": [\r\n \"2017-07-01\",\r\n \"2017-01-31\",\r\n \"2016-09-30\",\r\n \"2016-03-30\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"managedClusters\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West Europe\",\r\n \"France Central\",\r\n \"Central US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"Australia East\",\r\n \"North Europe\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"East US 2\",\r\n \"South Central US\",\r\n \"North Central US\",\r\n \"Southeast Asia\",\r\n \"Australia Southeast\",\r\n \"UK West\",\r\n \"South India\",\r\n \"Central India\",\r\n \"East Asia\",\r\n \"Korea South\",\r\n \"Korea Central\",\r\n \"South Africa North\",\r\n \"Brazil South\",\r\n \"Germany North\",\r\n \"Switzerland North\",\r\n \"Switzerland West\",\r\n \"Germany West Central\",\r\n \"UAE North\",\r\n \"Norway East\",\r\n \"Norway West\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-02-01\",\r\n \"2020-01-01\",\r\n \"2019-11-01\",\r\n \"2019-10-01\",\r\n \"2019-08-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-08-01-preview\",\r\n \"2018-03-31\",\r\n \"2017-08-31\"\r\n ],\r\n \"capabilities\": \"SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"openShiftManagedClusters\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"France Central\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Korea Central\",\r\n \"Central India\",\r\n \"South Africa North\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-09-30-preview\",\r\n \"2019-04-30\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"locations/openShiftClusters\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"France Central\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Korea Central\",\r\n \"Central India\",\r\n \"South Africa North\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-09-30-preview\",\r\n \"2019-04-30\",\r\n \"2018-09-30-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-08-31\",\r\n \"2017-01-31\",\r\n \"2016-09-30\",\r\n \"2016-03-30\",\r\n \"2015-11-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operationresults\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West Europe\",\r\n \"France Central\",\r\n \"Central US\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"Korea South\",\r\n \"Korea Central\",\r\n \"UK South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"North Europe\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"East US 2\",\r\n \"South Central US\",\r\n \"North Central US\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"South Africa North\",\r\n \"Brazil South\",\r\n \"Germany North\",\r\n \"Germany West Central\",\r\n \"Switzerland North\",\r\n \"Switzerland West\",\r\n \"UAE North\",\r\n \"Norway East\",\r\n \"Norway West\"\r\n ],\r\n \"apiVersions\": [\r\n \"2017-08-31\",\r\n \"2016-03-30\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operations\",\r\n \"locations\": [\r\n \"France Central\",\r\n \"East US\",\r\n \"West Europe\",\r\n \"Central US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Korea South\",\r\n \"Korea Central\",\r\n \"West US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"North Europe\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"East US 2\",\r\n \"South Central US\",\r\n \"North Central US\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"South Africa North\",\r\n \"Brazil South\",\r\n \"Germany North\",\r\n \"Germany West Central\",\r\n \"Switzerland North\",\r\n \"Switzerland West\",\r\n \"UAE North\",\r\n \"Norway East\",\r\n \"Norway West\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-03-30\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2018-10-31\",\r\n \"2018-03-31\",\r\n \"2017-08-31\",\r\n \"2017-07-01\",\r\n \"2017-01-31\",\r\n \"2016-09-30\",\r\n \"2016-03-30\",\r\n \"2015-11-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/orchestrators\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West Europe\",\r\n \"France Central\",\r\n \"Central US\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"North Europe\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"East US 2\",\r\n \"South Central US\",\r\n \"North Central US\",\r\n \"Southeast Asia\",\r\n \"South India\",\r\n \"Central India\",\r\n \"East Asia\",\r\n \"South Africa North\",\r\n \"Brazil South\",\r\n \"Germany North\",\r\n \"Germany West Central\",\r\n \"Switzerland North\",\r\n \"Switzerland West\",\r\n \"UAE North\",\r\n \"Norway East\",\r\n \"Norway West\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-02-01\",\r\n \"2020-01-01\",\r\n \"2019-11-01\",\r\n \"2019-10-01\",\r\n \"2019-08-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2017-09-30\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"NotRegistered\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/providers/Microsoft.CostManagement\",\r\n \"namespace\": \"Microsoft.CostManagement\",\r\n \"authorizations\": [\r\n {\r\n \"applicationId\": \"3184af01-7a88-49e0-8b55-8ecdce0aa950\"\r\n }\r\n ],\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"Connectors\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-08-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"CloudConnectors\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-03-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"ExternalBillingAccounts\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-03-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"ExternalBillingAccounts/Dimensions\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-11-01\",\r\n \"2019-10-01\",\r\n \"2019-05-01-preview\",\r\n \"2019-04-01-preview\",\r\n \"2019-03-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"ExternalBillingAccounts/Query\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-11-01\",\r\n \"2019-10-01\",\r\n \"2019-05-01-preview\",\r\n \"2019-04-01-preview\",\r\n \"2019-03-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"ExternalSubscriptions/Dimensions\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-11-01\",\r\n \"2019-10-01\",\r\n \"2019-05-01-preview\",\r\n \"2019-04-01-preview\",\r\n \"2019-03-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"ExternalSubscriptions/Query\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-11-01\",\r\n \"2019-10-01\",\r\n \"2019-05-01-preview\",\r\n \"2019-04-01-preview\",\r\n \"2019-03-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"ExternalSubscriptions\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-03-01-preview\"\r\n ],\r\n \"capabilities\": \"SupportsExtension\"\r\n },\r\n {\r\n \"resourceType\": \"Forecast\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-11-01\",\r\n \"2019-10-01\",\r\n \"2019-05-01-preview\",\r\n \"2019-04-01-preview\",\r\n \"2019-03-01-preview\",\r\n \"2018-12-01-preview\"\r\n ],\r\n \"capabilities\": \"SupportsExtension\"\r\n },\r\n {\r\n \"resourceType\": \"ExternalSubscriptions/Forecast\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-11-01\",\r\n \"2019-10-01\",\r\n \"2019-05-01-preview\",\r\n \"2019-04-01-preview\",\r\n \"2019-03-01-preview\",\r\n \"2018-12-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"ExternalBillingAccounts/Forecast\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-11-01\",\r\n \"2019-10-01\",\r\n \"2019-05-01-preview\",\r\n \"2019-04-01-preview\",\r\n \"2019-03-01-preview\",\r\n \"2018-12-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"Settings\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-01-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-10-01\",\r\n \"2019-01-01\",\r\n \"2018-10-01\",\r\n \"2018-08-31\",\r\n \"2018-08-01-preview\",\r\n \"2017-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"register\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-03-01-preview\",\r\n \"2017-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"Query\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-11-01\",\r\n \"2019-10-01\",\r\n \"2019-05-01-preview\",\r\n \"2019-04-01-preview\",\r\n \"2019-03-01-preview\",\r\n \"2019-01-01\",\r\n \"2018-12-01-preview\",\r\n \"2018-10-01-preview\",\r\n \"2018-08-31\",\r\n \"2018-08-01-preview\",\r\n \"2018-05-31\"\r\n ],\r\n \"capabilities\": \"SupportsExtension\"\r\n },\r\n {\r\n \"resourceType\": \"Dimensions\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-11-01\",\r\n \"2019-10-01\",\r\n \"2019-05-01-preview\",\r\n \"2019-04-01-preview\",\r\n \"2019-03-01-preview\",\r\n \"2019-01-01\",\r\n \"2018-12-01-preview\",\r\n \"2018-10-01-preview\",\r\n \"2018-08-31\",\r\n \"2018-08-01-preview\",\r\n \"2018-05-31\"\r\n ],\r\n \"capabilities\": \"SupportsExtension\"\r\n },\r\n {\r\n \"resourceType\": \"Budgets\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-10-01\",\r\n \"2019-04-01-preview\"\r\n ],\r\n \"capabilities\": \"SupportsExtension\"\r\n },\r\n {\r\n \"resourceType\": \"ExternalSubscriptions/Alerts\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-10-01\",\r\n \"2018-08-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"ExternalBillingAccounts/Alerts\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-10-01\",\r\n \"2018-08-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"Alerts\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-10-01\",\r\n \"2018-08-01-preview\"\r\n ],\r\n \"capabilities\": \"SupportsExtension\"\r\n },\r\n {\r\n \"resourceType\": \"showbackRules\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-03-01-preview\",\r\n \"2019-02-03-alpha\",\r\n \"2019-02-02-alpha\",\r\n \"2019-02-01-alpha\"\r\n ],\r\n \"capabilities\": \"SupportsExtension\"\r\n },\r\n {\r\n \"resourceType\": \"Exports\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-11-01\",\r\n \"2019-10-01\",\r\n \"2019-09-01\",\r\n \"2019-01-01-preview\",\r\n \"2019-01-01\"\r\n ],\r\n \"capabilities\": \"SupportsExtension\"\r\n },\r\n {\r\n \"resourceType\": \"Reports\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2018-12-01-preview\",\r\n \"2018-08-01-preview\"\r\n ],\r\n \"capabilities\": \"SupportsExtension\"\r\n },\r\n {\r\n \"resourceType\": \"Reportconfigs\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2018-05-31\"\r\n ],\r\n \"capabilities\": \"SupportsExtension\"\r\n },\r\n {\r\n \"resourceType\": \"BillingAccounts\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2018-03-31\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"Departments\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2018-03-31\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"EnrollmentAccounts\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2018-03-31\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"Views\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-11-01\",\r\n \"2019-10-01\",\r\n \"2019-04-01-preview\"\r\n ],\r\n \"capabilities\": \"SupportsExtension\"\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/providers/Microsoft.CostManagementExports\",\r\n \"namespace\": \"Microsoft.CostManagementExports\",\r\n \"authorizations\": [\r\n {\r\n \"applicationId\": \"e5408ad0-c4e2-43aa-b6f2-3b4951286d99\",\r\n \"roleDefinitionId\": \"5e4888b3-2747-4e5b-9897-ec0865b91bcf\"\r\n }\r\n ],\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"Operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-04-01\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"NotRegistered\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/providers/Microsoft.CustomerLockbox\",\r\n \"namespace\": \"Microsoft.CustomerLockbox\",\r\n \"authorizations\": [\r\n {\r\n \"applicationId\": \"a0551534-cfc9-4e1f-9a7a-65093b32bb38\"\r\n },\r\n {\r\n \"applicationId\": \"01fc33a7-78ba-4d2f-a4b7-768e336e890e\"\r\n }\r\n ],\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2018-02-28-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"requests\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2018-02-28-preview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"NotRegistered\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/providers/Microsoft.CustomProviders\",\r\n \"namespace\": \"Microsoft.CustomProviders\",\r\n \"authorization\": {\r\n \"applicationId\": \"bf8eb16c-7ba7-4b47-86be-ac5e4b2007a5\",\r\n \"roleDefinitionId\": \"FACF09C9-A5D0-4D34-8B1F-B623AC29C6F7\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"resourceProviders\",\r\n \"locations\": [\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"West US 2\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Canada Central\",\r\n \"Canada East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-09-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"associations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2018-09-01-preview\"\r\n ],\r\n \"capabilities\": \"SupportsExtension\"\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2018-09-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2018-09-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operationStatuses\",\r\n \"locations\": [\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"West US 2\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Canada Central\",\r\n \"Canada East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-09-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"NotRegistered\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/providers/Microsoft.DataBox\",\r\n \"namespace\": \"Microsoft.DataBox\",\r\n \"authorizations\": [\r\n {\r\n \"applicationId\": \"5613cb5c-a7c9-4099-8034-511fd7616cb2\",\r\n \"roleDefinitionId\": \"382D72D1-63DC-4243-9B99-CB69FDD473D8\",\r\n \"managedByRoleDefinitionId\": \"f4c0a4f9-768c-4927-ab83-d319111d6ef4\"\r\n }\r\n ],\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"jobs\",\r\n \"locations\": [\r\n \"West US\",\r\n \"West Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"South India\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Canada Central\",\r\n \"Korea Central\",\r\n \"Japan East\",\r\n \"South Africa North\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-09-01\",\r\n \"2018-01-01\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-09-01\",\r\n \"2018-01-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/validateAddress\",\r\n \"locations\": [\r\n \"West US\",\r\n \"West Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"South India\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Canada Central\",\r\n \"Korea Central\",\r\n \"Japan East\",\r\n \"South Africa North\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-09-01\",\r\n \"2018-01-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/checkNameAvailability\",\r\n \"locations\": [\r\n \"West US\",\r\n \"West Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"South India\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Canada Central\",\r\n \"Korea Central\",\r\n \"Japan East\",\r\n \"South Africa North\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-09-01\",\r\n \"2018-01-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operationresults\",\r\n \"locations\": [\r\n \"West US\",\r\n \"West Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"South India\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Canada Central\",\r\n \"Korea Central\",\r\n \"Japan East\",\r\n \"South Africa North\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-09-01\",\r\n \"2018-01-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-09-01\",\r\n \"2018-01-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/availableSkus\",\r\n \"locations\": [\r\n \"West US\",\r\n \"West Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"South India\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Canada Central\",\r\n \"Korea Central\",\r\n \"Japan East\",\r\n \"South Africa North\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-09-01\",\r\n \"2018-01-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/validateInputs\",\r\n \"locations\": [\r\n \"West US\",\r\n \"West Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"South India\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Canada Central\",\r\n \"Korea Central\",\r\n \"Japan East\",\r\n \"South Africa North\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-09-01\",\r\n \"2018-01-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/regionConfiguration\",\r\n \"locations\": [\r\n \"West US\",\r\n \"West Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"South India\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Canada Central\",\r\n \"Korea Central\",\r\n \"Japan East\",\r\n \"South Africa North\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-09-01\",\r\n \"2018-01-01\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"NotRegistered\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/providers/Microsoft.DataBoxEdge\",\r\n \"namespace\": \"Microsoft.DataBoxEdge\",\r\n \"authorizations\": [\r\n {\r\n \"applicationId\": \"2368d027-f996-4edb-bf48-928f98f2ab8c\"\r\n }\r\n ],\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"DataBoxEdgeDevices\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West Europe\",\r\n \"Southeast Asia\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-01-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-03-01\",\r\n \"2018-07-01\",\r\n \"2017-09-01\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"DataBoxEdgeDevices/checkNameAvailability\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West Europe\",\r\n \"Southeast Asia\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-01-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-03-01\",\r\n \"2018-07-01\",\r\n \"2017-09-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-01-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-03-01\",\r\n \"2018-07-01\",\r\n \"2017-09-01\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"NotRegistered\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/providers/Microsoft.Databricks\",\r\n \"namespace\": \"Microsoft.Databricks\",\r\n \"authorizations\": [\r\n {\r\n \"applicationId\": \"d9327919-6775-4843-9037-3fb0fb0473cb\",\r\n \"roleDefinitionId\": \"f31567d0-b61f-43c2-97a5-a98cdc3bfcb6\",\r\n \"managedByRoleDefinitionId\": \"8e3af657-a8ff-443c-a75c-2fe8c4bcb635\"\r\n },\r\n {\r\n \"applicationId\": \"2ff814a6-3304-4ab8-85cb-cd0e6f879c1d\",\r\n \"roleDefinitionId\": \"f31567d0-b61f-43c2-97a5-a98cdc3bfcb6\",\r\n \"managedByRoleDefinitionId\": \"8e3af657-a8ff-443c-a75c-2fe8c4bcb635\"\r\n }\r\n ],\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"workspaces\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US 2\",\r\n \"West Europe\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"South Central US\",\r\n \"North Central US\",\r\n \"West US 2\",\r\n \"Central US\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"South Africa West\",\r\n \"South Africa North\",\r\n \"Brazil South\",\r\n \"France Central\",\r\n \"UAE North\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-04-01\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"workspaces/virtualNetworkPeerings\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US 2\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"East US\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"South Central US\",\r\n \"North Central US\",\r\n \"West US 2\",\r\n \"Central US\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"UAE North\",\r\n \"Brazil South\",\r\n \"France Central\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"workspaces/dbWorkspaces\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US 2\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"East US\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"South Central US\",\r\n \"North Central US\",\r\n \"West US 2\",\r\n \"Central US\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"UAE North\",\r\n \"Brazil South\",\r\n \"France Central\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US 2\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"East US\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"South Central US\",\r\n \"North Central US\",\r\n \"Korea South\",\r\n \"Korea Central\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"West US 2\",\r\n \"Central US\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"UAE North\",\r\n \"Brazil South\",\r\n \"France Central\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US 2\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"East US\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"South Central US\",\r\n \"North Central US\",\r\n \"West US 2\",\r\n \"Central US\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"UAE North\",\r\n \"Brazil South\",\r\n \"France Central\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-04-01\",\r\n \"2018-03-15\",\r\n \"2018-03-01\",\r\n \"2017-09-01-preview\",\r\n \"2017-08-01-preview\",\r\n \"2016-09-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operationstatuses\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US 2\",\r\n \"West Europe\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"South Central US\",\r\n \"North Central US\",\r\n \"West US 2\",\r\n \"Central US\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"South Africa West\",\r\n \"South Africa North\",\r\n \"Brazil South\",\r\n \"France Central\",\r\n \"UAE North\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/getNetworkPolicies\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US 2\",\r\n \"West Europe\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"South Central US\",\r\n \"North Central US\",\r\n \"West US 2\",\r\n \"Central US\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"South Africa West\",\r\n \"South Africa North\",\r\n \"Brazil South\",\r\n \"France Central\",\r\n \"UAE North\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-04-01\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"NotRegistered\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/providers/Microsoft.DataCatalog\",\r\n \"namespace\": \"Microsoft.DataCatalog\",\r\n \"authorization\": {\r\n \"applicationId\": \"213f5f78-fb30-46c7-9e98-91c720a1c026\",\r\n \"roleDefinitionId\": \"D55E2225-A6AB-481C-A5BE-1B7687C293FA\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"catalogs\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West US\",\r\n \"Australia East\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"West Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-03-30\",\r\n \"2015-07-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [\r\n \"West Europe\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-12-01-preview\",\r\n \"2016-03-30\",\r\n \"2015-07-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [\r\n \"West Europe\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-12-01-preview\",\r\n \"2016-03-30\",\r\n \"2015-07-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-03-30\",\r\n \"2015-07-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/jobs\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West US\",\r\n \"Australia East\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"West Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-03-30\",\r\n \"2015-07-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operationResults\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West Europe\",\r\n \"North Europe\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-12-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"NotRegistered\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/providers/Microsoft.DataFactory\",\r\n \"namespace\": \"Microsoft.DataFactory\",\r\n \"authorizations\": [\r\n {\r\n \"applicationId\": \"0947a342-ab4a-43be-93b3-b8243fc161e5\",\r\n \"roleDefinitionId\": \"f0a6aa2a-e9d8-4bae-bcc2-36b405e8a5da\"\r\n },\r\n {\r\n \"applicationId\": \"5d13f7d7-0567-429c-9880-320e9555e5fc\",\r\n \"roleDefinitionId\": \"956a8f20-9168-4c71-8e27-3c0460ac39a4\"\r\n }\r\n ],\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"dataFactories\",\r\n \"locations\": [\r\n \"West US\",\r\n \"North Europe\",\r\n \"East US\",\r\n \"West Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2015-10-01\",\r\n \"2015-09-01\",\r\n \"2015-08-01\",\r\n \"2015-07-01-preview\",\r\n \"2015-05-01-preview\",\r\n \"2015-01-01-preview\",\r\n \"2014-04-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"factories\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"South Central US\",\r\n \"Japan East\",\r\n \"Canada Central\",\r\n \"Australia East\",\r\n \"Central India\",\r\n \"France Central\",\r\n \"Korea Central\",\r\n \"Brazil South\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"UK South\",\r\n \"West Central US\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"North Central US\",\r\n \"South Africa North\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-06-01\",\r\n \"2017-09-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"factories/integrationRuntimes\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US 2\",\r\n \"West US\",\r\n \"Central US\",\r\n \"South Central US\",\r\n \"Japan East\",\r\n \"Central India\",\r\n \"Brazil South\",\r\n \"France Central\",\r\n \"Korea Central\",\r\n \"Australia East\",\r\n \"Canada Central\",\r\n \"West Central US\",\r\n \"North Europe\",\r\n \"UK South\",\r\n \"West Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"North Central US\",\r\n \"South Africa North\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-06-01\",\r\n \"2017-09-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"dataFactories/diagnosticSettings\",\r\n \"locations\": [\r\n \"North Europe\",\r\n \"East US\",\r\n \"West US\",\r\n \"West Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"dataFactories/metricDefinitions\",\r\n \"locations\": [\r\n \"North Europe\",\r\n \"East US\",\r\n \"West US\",\r\n \"West Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkDataFactoryNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-05-01-preview\",\r\n \"2015-01-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkAzureDataFactoryNameAvailability\",\r\n \"locations\": [\r\n \"West US\",\r\n \"North Europe\",\r\n \"East US\",\r\n \"West Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2015-10-01\",\r\n \"2015-09-01\",\r\n \"2015-08-01\",\r\n \"2015-07-01-preview\",\r\n \"2015-05-01-preview\",\r\n \"2015-01-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"dataFactorySchema\",\r\n \"locations\": [\r\n \"West US\",\r\n \"North Europe\",\r\n \"East US\",\r\n \"West Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2015-10-01\",\r\n \"2015-09-01\",\r\n \"2015-08-01\",\r\n \"2015-07-01-preview\",\r\n \"2015-05-01-preview\",\r\n \"2015-01-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [\r\n \"West US\",\r\n \"North Europe\",\r\n \"East US\",\r\n \"West Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-06-01\",\r\n \"2017-09-01-preview\",\r\n \"2017-03-01-preview\",\r\n \"2015-10-01\",\r\n \"2015-09-01\",\r\n \"2015-08-01\",\r\n \"2015-07-01-preview\",\r\n \"2015-05-01-preview\",\r\n \"2015-01-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2018-06-01\",\r\n \"2017-09-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/configureFactoryRepo\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US 2\",\r\n \"West US\",\r\n \"Central US\",\r\n \"South Central US\",\r\n \"Japan East\",\r\n \"Australia East\",\r\n \"Canada Central\",\r\n \"Central India\",\r\n \"Brazil South\",\r\n \"France Central\",\r\n \"Korea Central\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"UK South\",\r\n \"West Central US\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"North Central US\",\r\n \"South Africa North\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-06-01\",\r\n \"2017-09-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/getFeatureValue\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"UK South\",\r\n \"West Central US\",\r\n \"West US\",\r\n \"Central US\",\r\n \"South Central US\",\r\n \"Japan East\",\r\n \"Australia East\",\r\n \"Canada Central\",\r\n \"Central India\",\r\n \"Brazil South\",\r\n \"France Central\",\r\n \"Korea Central\",\r\n \"West US 2\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"North Central US\",\r\n \"South Africa North\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-06-01\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"NotRegistered\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/providers/Microsoft.DataLakeAnalytics\",\r\n \"namespace\": \"Microsoft.DataLakeAnalytics\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"accounts\",\r\n \"locations\": [\r\n \"East US 2\",\r\n \"North Europe\",\r\n \"Central US\",\r\n \"West Europe\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"accounts/dataLakeStoreAccounts\",\r\n \"locations\": [\r\n \"East US 2\",\r\n \"North Europe\",\r\n \"Central US\",\r\n \"West Europe\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"accounts/storageAccounts\",\r\n \"locations\": [\r\n \"East US 2\",\r\n \"North Europe\",\r\n \"Central US\",\r\n \"West Europe\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"accounts/storageAccounts/containers\",\r\n \"locations\": [\r\n \"East US 2\",\r\n \"North Europe\",\r\n \"Central US\",\r\n \"West Europe\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"accounts/storageAccounts/containers/listSasTokens\",\r\n \"locations\": [\r\n \"East US 2\",\r\n \"North Europe\",\r\n \"Central US\",\r\n \"West Europe\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-11-01-preview\",\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operationresults\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-11-01-preview\",\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-11-01-preview\",\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/capability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-11-01-preview\",\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/usages\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-11-01-preview\",\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-11-01-preview\",\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"NotRegistered\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/providers/Microsoft.DataLakeStore\",\r\n \"namespace\": \"Microsoft.DataLakeStore\",\r\n \"authorization\": {\r\n \"applicationId\": \"e9f49c6b-5ce5-44c8-925d-015017e9f7ad\",\r\n \"roleDefinitionId\": \"17eb9cca-f08a-4499-b2d3-852d175f614f\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"accounts\",\r\n \"locations\": [\r\n \"East US 2\",\r\n \"North Europe\",\r\n \"Central US\",\r\n \"West Europe\",\r\n \"Australia East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"accounts/firewallRules\",\r\n \"locations\": [\r\n \"East US 2\",\r\n \"North Europe\",\r\n \"Central US\",\r\n \"West Europe\",\r\n \"Australia East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"accounts/eventGridFilters\",\r\n \"locations\": [\r\n \"East US 2\",\r\n \"North Europe\",\r\n \"Central US\",\r\n \"West Europe\",\r\n \"Australia East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operationresults\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/capability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/usages\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/deleteVirtualNetworkOrSubnets\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"NotRegistered\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/providers/Microsoft.DataMigration\",\r\n \"namespace\": \"Microsoft.DataMigration\",\r\n \"authorization\": {\r\n \"applicationId\": \"a4bad4aa-bf02-4631-9f78-a64ffdba8150\",\r\n \"roleDefinitionId\": \"b831a21d-db98-4760-89cb-bef871952df1\",\r\n \"managedByRoleDefinitionId\": \"6256fb55-9e59-4018-a9e1-76b11c0a4c89\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2018-07-15-preview\",\r\n \"2018-04-19\",\r\n \"2018-03-31-preview\",\r\n \"2018-03-15-preview\",\r\n \"2017-11-15-privatepreview\",\r\n \"2017-11-15-preview\",\r\n \"2017-04-15-privatepreview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"services\",\r\n \"locations\": [\r\n \"Brazil South\",\r\n \"West Europe\",\r\n \"Australia East\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"Canada Central\",\r\n \"East Asia\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Japan East\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"Australia Southeast\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"South India\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"North Europe\",\r\n \"South Central US\",\r\n \"Southeast Asia\",\r\n \"UK West\",\r\n \"West US\",\r\n \"UK South\",\r\n \"West US 2\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"France Central\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-07-15-preview\",\r\n \"2018-04-19\",\r\n \"2018-03-31-preview\",\r\n \"2018-03-15-preview\",\r\n \"2017-11-15-privatepreview\",\r\n \"2017-11-15-preview\",\r\n \"2017-04-15-privatepreview\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"services/projects\",\r\n \"locations\": [\r\n \"Brazil South\",\r\n \"West Europe\",\r\n \"Australia East\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"Canada Central\",\r\n \"East Asia\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Japan East\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"Australia Southeast\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"South India\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"North Europe\",\r\n \"South Central US\",\r\n \"Southeast Asia\",\r\n \"UK West\",\r\n \"West US\",\r\n \"UK South\",\r\n \"West US 2\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"France Central\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-07-15-preview\",\r\n \"2018-04-19\",\r\n \"2018-03-31-preview\",\r\n \"2018-03-15-preview\",\r\n \"2017-11-15-privatepreview\",\r\n \"2017-11-15-preview\",\r\n \"2017-04-15-privatepreview\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"locations/operationResults\",\r\n \"locations\": [\r\n \"Brazil South\",\r\n \"West Europe\",\r\n \"Australia East\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"Canada Central\",\r\n \"East Asia\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Japan East\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"Australia Southeast\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"South India\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"North Europe\",\r\n \"South Central US\",\r\n \"Southeast Asia\",\r\n \"UK West\",\r\n \"West US\",\r\n \"UK South\",\r\n \"West US 2\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"France Central\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-07-15-preview\",\r\n \"2018-04-19\",\r\n \"2018-03-31-preview\",\r\n \"2018-03-15-preview\",\r\n \"2017-11-15-privatepreview\",\r\n \"2017-11-15-preview\",\r\n \"2017-04-15-privatepreview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operationStatuses\",\r\n \"locations\": [\r\n \"Brazil South\",\r\n \"West Europe\",\r\n \"Australia East\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"Canada Central\",\r\n \"East Asia\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Japan East\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"Australia Southeast\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"South India\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"North Europe\",\r\n \"South Central US\",\r\n \"Southeast Asia\",\r\n \"UK West\",\r\n \"West US\",\r\n \"UK South\",\r\n \"West US 2\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"France Central\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-07-15-preview\",\r\n \"2018-04-19\",\r\n \"2018-03-31-preview\",\r\n \"2018-03-15-preview\",\r\n \"2017-11-15-privatepreview\",\r\n \"2017-11-15-preview\",\r\n \"2017-04-15-privatepreview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/checkNameAvailability\",\r\n \"locations\": [\r\n \"Brazil South\",\r\n \"West Europe\",\r\n \"Australia East\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"Canada Central\",\r\n \"East Asia\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Japan East\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"Australia Southeast\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"South India\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"North Europe\",\r\n \"South Central US\",\r\n \"Southeast Asia\",\r\n \"UK West\",\r\n \"West US\",\r\n \"UK South\",\r\n \"West US 2\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"France Central\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-07-15-preview\",\r\n \"2018-04-19\",\r\n \"2018-03-31-preview\",\r\n \"2018-03-15-preview\",\r\n \"2017-11-15-privatepreview\",\r\n \"2017-11-15-preview\",\r\n \"2017-04-15-privatepreview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [\r\n \"Brazil South\",\r\n \"West Europe\",\r\n \"Australia East\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"Canada Central\",\r\n \"East Asia\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Japan East\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"Australia Southeast\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"South India\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"North Europe\",\r\n \"South Central US\",\r\n \"Southeast Asia\",\r\n \"UK West\",\r\n \"West US\",\r\n \"UK South\",\r\n \"West US 2\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"France Central\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-07-15-preview\",\r\n \"2018-04-19\",\r\n \"2018-03-31-preview\",\r\n \"2018-03-15-preview\",\r\n \"2017-11-15-privatepreview\",\r\n \"2017-11-15-preview\",\r\n \"2017-04-15-privatepreview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"NotRegistered\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/providers/Microsoft.DataShare\",\r\n \"namespace\": \"Microsoft.DataShare\",\r\n \"authorization\": {\r\n \"applicationId\": \"799f1985-1517-4fe1-af2b-ba3d87d4996b\",\r\n \"roleDefinitionId\": \"0146496b-e06f-439a-83be-49fac884edf5\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"accounts\",\r\n \"locations\": [\r\n \"East US 2\",\r\n \"North Europe\",\r\n \"East US\",\r\n \"UK South\",\r\n \"Australia East\",\r\n \"West Europe\",\r\n \"Southeast Asia\",\r\n \"West US 2\",\r\n \"South Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-11-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"accounts/shares\",\r\n \"locations\": [\r\n \"East US 2\",\r\n \"North Europe\",\r\n \"East US\",\r\n \"UK South\",\r\n \"Australia East\",\r\n \"West Europe\",\r\n \"Southeast Asia\",\r\n \"West US 2\",\r\n \"South Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-11-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"accounts/shares/datasets\",\r\n \"locations\": [\r\n \"East US 2\",\r\n \"North Europe\",\r\n \"East US\",\r\n \"UK South\",\r\n \"Australia East\",\r\n \"West Europe\",\r\n \"Southeast Asia\",\r\n \"West US 2\",\r\n \"South Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-11-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"accounts/shares/synchronizationSettings\",\r\n \"locations\": [\r\n \"East US 2\",\r\n \"North Europe\",\r\n \"East US\",\r\n \"UK South\",\r\n \"Australia East\",\r\n \"West Europe\",\r\n \"Southeast Asia\",\r\n \"West US 2\",\r\n \"South Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-11-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"accounts/shares/invitations\",\r\n \"locations\": [\r\n \"East US 2\",\r\n \"North Europe\",\r\n \"East US\",\r\n \"UK South\",\r\n \"Australia East\",\r\n \"West Europe\",\r\n \"Southeast Asia\",\r\n \"West US 2\",\r\n \"South Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-11-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"accounts/sharesubscriptions\",\r\n \"locations\": [\r\n \"East US 2\",\r\n \"North Europe\",\r\n \"East US\",\r\n \"UK South\",\r\n \"Australia East\",\r\n \"West Europe\",\r\n \"Southeast Asia\",\r\n \"West US 2\",\r\n \"South Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-11-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"accounts/shares/providersharesubscriptions\",\r\n \"locations\": [\r\n \"East US 2\",\r\n \"North Europe\",\r\n \"East US\",\r\n \"UK South\",\r\n \"Australia East\",\r\n \"West Europe\",\r\n \"Southeast Asia\",\r\n \"West US 2\",\r\n \"South Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-11-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"accounts/sharesubscriptions/datasetmappings\",\r\n \"locations\": [\r\n \"East US 2\",\r\n \"North Europe\",\r\n \"East US\",\r\n \"UK South\",\r\n \"Australia East\",\r\n \"West Europe\",\r\n \"Southeast Asia\",\r\n \"West US 2\",\r\n \"South Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-11-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"accounts/sharesubscriptions/triggers\",\r\n \"locations\": [\r\n \"East US 2\",\r\n \"North Europe\",\r\n \"East US\",\r\n \"UK South\",\r\n \"Australia East\",\r\n \"West Europe\",\r\n \"Southeast Asia\",\r\n \"West US 2\",\r\n \"South Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-11-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"accounts/sharesubscriptions/consumerSourceDataSets\",\r\n \"locations\": [\r\n \"East US 2\",\r\n \"North Europe\",\r\n \"East US\",\r\n \"UK South\",\r\n \"Australia East\",\r\n \"West Europe\",\r\n \"Southeast Asia\",\r\n \"West US 2\",\r\n \"South Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-11-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"listinvitations\",\r\n \"locations\": [\r\n \"East US 2\",\r\n \"East US\",\r\n \"Australia East\",\r\n \"Southeast Asia\",\r\n \"West US 2\",\r\n \"North Europe\",\r\n \"UK South\",\r\n \"West Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-11-01-alpha\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [\r\n \"East US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-11-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operationResults\",\r\n \"locations\": [\r\n \"East US 2\",\r\n \"North Europe\",\r\n \"East US\",\r\n \"UK South\",\r\n \"Australia East\",\r\n \"West Europe\",\r\n \"Southeast Asia\",\r\n \"West US 2\",\r\n \"South Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-11-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/rejectInvitation\",\r\n \"locations\": [\r\n \"East US 2\",\r\n \"East US\",\r\n \"Australia East\",\r\n \"West US 2\",\r\n \"North Europe\",\r\n \"UK South\",\r\n \"West Europe\",\r\n \"Southeast Asia\",\r\n \"West Central US\",\r\n \"South Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-11-01\",\r\n \"2018-11-01-alpha\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/consumerInvitations\",\r\n \"locations\": [\r\n \"East US 2\",\r\n \"East US\",\r\n \"Australia East\",\r\n \"West US 2\",\r\n \"North Europe\",\r\n \"UK South\",\r\n \"West Europe\",\r\n \"Southeast Asia\",\r\n \"West Central US\",\r\n \"South Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-11-01\",\r\n \"2018-11-01-alpha\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-11-01\",\r\n \"2018-11-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"NotRegistered\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/providers/Microsoft.DBforMariaDB\",\r\n \"namespace\": \"Microsoft.DBforMariaDB\",\r\n \"authorization\": {\r\n \"applicationId\": \"76cd24bf-a9fc-4344-b1dc-908275de6d6d\",\r\n \"roleDefinitionId\": \"c13b7b9c-2ed1-4901-b8a8-16f35468da29\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-06-01-preview\",\r\n \"2018-06-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"servers\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Norway East\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-06-01-preview\",\r\n \"2018-06-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"servers/recoverableServers\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"Central India\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Norway East\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-06-01-preview\",\r\n \"2018-06-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"servers/virtualNetworkRules\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Norway East\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-06-01-preview\",\r\n \"2018-06-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-06-01-preview\",\r\n \"2018-06-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-06-01-preview\",\r\n \"2018-06-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operationResults\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Norway East\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-06-01-preview\",\r\n \"2018-06-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/azureAsyncOperation\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Norway East\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-06-01-preview\",\r\n \"2018-06-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/performanceTiers\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Norway East\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-06-01-preview\",\r\n \"2018-06-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/securityAlertPoliciesAzureAsyncOperation\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Norway East\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-06-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/privateEndpointConnectionProxyOperationResults\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Norway East\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-06-01-privatepreview\",\r\n \"2018-06-01-preview\",\r\n \"2018-06-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/privateEndpointConnectionProxyAzureAsyncOperation\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Norway East\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-06-01-privatepreview\",\r\n \"2018-06-01-preview\",\r\n \"2018-06-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/privateEndpointConnectionOperationResults\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Norway East\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-06-01-privatepreview\",\r\n \"2018-06-01-preview\",\r\n \"2018-06-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/privateEndpointConnectionAzureAsyncOperation\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Norway East\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-06-01-privatepreview\",\r\n \"2018-06-01-preview\",\r\n \"2018-06-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/securityAlertPoliciesOperationResults\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Norway East\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-06-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/recommendedActionSessionsAzureAsyncOperation\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Norway East\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-06-01-privatepreview\",\r\n \"2018-06-01-preview\",\r\n \"2018-06-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/recommendedActionSessionsOperationResults\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Norway East\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-06-01-privatepreview\",\r\n \"2018-06-01-preview\",\r\n \"2018-06-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"servers/topQueryStatistics\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Norway East\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-06-01-privatepreview\",\r\n \"2018-06-01-preview\",\r\n \"2018-06-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"servers/queryTexts\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Norway East\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-06-01-privatepreview\",\r\n \"2018-06-01-preview\",\r\n \"2018-06-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"servers/waitStatistics\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Norway East\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-06-01-privatepreview\",\r\n \"2018-06-01-preview\",\r\n \"2018-06-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"servers/advisors\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Norway East\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-06-01-privatepreview\",\r\n \"2018-06-01-preview\",\r\n \"2018-06-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"servers/privateLinkResources\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Norway East\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-06-01-privatepreview\",\r\n \"2018-06-01-preview\",\r\n \"2018-06-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"servers/privateEndpointConnections\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Norway East\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-06-01-privatepreview\",\r\n \"2018-06-01-preview\",\r\n \"2018-06-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"servers/privateEndpointConnectionProxies\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Norway East\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-06-01-privatepreview\",\r\n \"2018-06-01-preview\",\r\n \"2018-06-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/serverKeyAzureAsyncOperation\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Norway East\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-01-01-privatepreview\",\r\n \"2020-01-01-preview\",\r\n \"2020-01-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/serverKeyOperationResults\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-01-01-privatepreview\",\r\n \"2020-01-01-preview\",\r\n \"2020-01-01\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"NotRegistered\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/providers/Microsoft.DBforMySQL\",\r\n \"namespace\": \"Microsoft.DBforMySQL\",\r\n \"authorization\": {\r\n \"applicationId\": \"76cd24bf-a9fc-4344-b1dc-908275de6d6d\",\r\n \"roleDefinitionId\": \"c13b7b9c-2ed1-4901-b8a8-16f35468da29\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2017-12-01-preview\",\r\n \"2017-12-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"servers\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Norway East\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2017-12-01-preview\",\r\n \"2017-12-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"servers/recoverableServers\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"Central India\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Norway East\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2017-12-01-preview\",\r\n \"2017-12-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"servers/virtualNetworkRules\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Norway East\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2017-12-01-preview\",\r\n \"2017-12-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2017-12-01-preview\",\r\n \"2017-12-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2017-12-01-preview\",\r\n \"2017-12-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operationResults\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Norway East\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2017-12-01-preview\",\r\n \"2017-12-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/azureAsyncOperation\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Norway East\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2017-12-01-preview\",\r\n \"2017-12-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/administratorOperationResults\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Norway East\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2017-12-01-preview\",\r\n \"2017-12-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/administratorAzureAsyncOperation\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Norway East\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2017-12-01-preview\",\r\n \"2017-12-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/privateEndpointConnectionProxyOperationResults\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Norway East\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-06-01-privatepreview\",\r\n \"2018-06-01-preview\",\r\n \"2018-06-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/privateEndpointConnectionProxyAzureAsyncOperation\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Norway East\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-06-01-privatepreview\",\r\n \"2018-06-01-preview\",\r\n \"2018-06-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/privateEndpointConnectionOperationResults\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Norway East\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-06-01-privatepreview\",\r\n \"2018-06-01-preview\",\r\n \"2018-06-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/privateEndpointConnectionAzureAsyncOperation\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Norway East\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-06-01-privatepreview\",\r\n \"2018-06-01-preview\",\r\n \"2018-06-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/performanceTiers\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"UAE North\",\r\n \"Norway East\",\r\n \"Switzerland North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2017-12-01-preview\",\r\n \"2017-12-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/securityAlertPoliciesAzureAsyncOperation\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Norway East\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2017-12-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/securityAlertPoliciesOperationResults\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Norway East\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2017-12-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/recommendedActionSessionsAzureAsyncOperation\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Norway East\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-06-01-privatepreview\",\r\n \"2018-06-01-preview\",\r\n \"2018-06-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/recommendedActionSessionsOperationResults\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Norway East\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-06-01-privatepreview\",\r\n \"2018-06-01-preview\",\r\n \"2018-06-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"servers/topQueryStatistics\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Norway East\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-06-01-privatepreview\",\r\n \"2018-06-01-preview\",\r\n \"2018-06-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"servers/queryTexts\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Norway East\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-06-01-privatepreview\",\r\n \"2018-06-01-preview\",\r\n \"2018-06-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"servers/waitStatistics\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Norway East\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-06-01-privatepreview\",\r\n \"2018-06-01-preview\",\r\n \"2018-06-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"servers/advisors\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Norway East\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-06-01-privatepreview\",\r\n \"2018-06-01-preview\",\r\n \"2018-06-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"servers/privateLinkResources\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Norway East\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-06-01-privatepreview\",\r\n \"2018-06-01-preview\",\r\n \"2018-06-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"servers/privateEndpointConnections\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Norway East\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-06-01-privatepreview\",\r\n \"2018-06-01-preview\",\r\n \"2018-06-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"servers/privateEndpointConnectionProxies\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Norway East\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-06-01-privatepreview\",\r\n \"2018-06-01-preview\",\r\n \"2018-06-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"servers/keys\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Norway East\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-01-01-privatepreview\",\r\n \"2020-01-01-preview\",\r\n \"2020-01-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/serverKeyAzureAsyncOperation\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Norway East\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-01-01-privatepreview\",\r\n \"2020-01-01-preview\",\r\n \"2020-01-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/serverKeyOperationResults\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Norway East\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-01-01-privatepreview\",\r\n \"2020-01-01-preview\",\r\n \"2020-01-01\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"NotRegistered\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/providers/Microsoft.DBforPostgreSQL\",\r\n \"namespace\": \"Microsoft.DBforPostgreSQL\",\r\n \"authorization\": {\r\n \"applicationId\": \"76cd24bf-a9fc-4344-b1dc-908275de6d6d\",\r\n \"roleDefinitionId\": \"c13b7b9c-2ed1-4901-b8a8-16f35468da29\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2017-12-01-preview\",\r\n \"2017-12-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"servers\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Norway East\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2017-12-01-preview\",\r\n \"2017-12-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"serversv2\",\r\n \"locations\": [\r\n \"East US 2\",\r\n \"East US\",\r\n \"North Central US\",\r\n \"Canada Central\",\r\n \"UK South\",\r\n \"Southeast Asia\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-03-29-privatepreview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"serverGroups\",\r\n \"locations\": [\r\n \"East US 2\",\r\n \"East US\",\r\n \"North Central US\",\r\n \"Canada Central\",\r\n \"UK South\",\r\n \"Southeast Asia\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-03-29-privatepreview\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"singleServers\",\r\n \"locations\": [\r\n \"West US 2\",\r\n \"North Central US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-02-14-privatepreview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"servers/recoverableServers\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Norway East\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2017-12-01-preview\",\r\n \"2017-12-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"servers/virtualNetworkRules\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Norway East\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2017-12-01-preview\",\r\n \"2017-12-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2017-12-01-preview\",\r\n \"2017-12-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2017-12-01-preview\",\r\n \"2017-12-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operationResults\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Norway East\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2017-12-01-preview\",\r\n \"2017-12-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/azureAsyncOperation\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Norway East\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2017-12-01-preview\",\r\n \"2017-12-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/administratorOperationResults\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Norway East\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2017-12-01-preview\",\r\n \"2017-12-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/administratorAzureAsyncOperation\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Norway East\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2017-12-01-preview\",\r\n \"2017-12-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/privateEndpointConnectionProxyOperationResults\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Norway East\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-06-01-privatepreview\",\r\n \"2018-06-01-preview\",\r\n \"2018-06-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/privateEndpointConnectionProxyAzureAsyncOperation\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Norway East\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-06-01-privatepreview\",\r\n \"2018-06-01-preview\",\r\n \"2018-06-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/privateEndpointConnectionOperationResults\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Norway East\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-06-01-privatepreview\",\r\n \"2018-06-01-preview\",\r\n \"2018-06-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/privateEndpointConnectionAzureAsyncOperation\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Norway East\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-06-01-privatepreview\",\r\n \"2018-06-01-preview\",\r\n \"2018-06-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/performanceTiers\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Norway East\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2017-12-01-preview\",\r\n \"2017-12-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/securityAlertPoliciesAzureAsyncOperation\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Norway East\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2017-12-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/securityAlertPoliciesOperationResults\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Norway East\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2017-12-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/recommendedActionSessionsAzureAsyncOperation\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Norway East\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-06-01-privatepreview\",\r\n \"2018-06-01-preview\",\r\n \"2018-06-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/recommendedActionSessionsOperationResults\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Norway East\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-06-01-privatepreview\",\r\n \"2018-06-01-preview\",\r\n \"2018-06-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"servers/topQueryStatistics\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Norway East\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-06-01-privatepreview\",\r\n \"2018-06-01-preview\",\r\n \"2018-06-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"servers/queryTexts\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Norway East\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-06-01-privatepreview\",\r\n \"2018-06-01-preview\",\r\n \"2018-06-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"servers/waitStatistics\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Norway East\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-06-01-privatepreview\",\r\n \"2018-06-01-preview\",\r\n \"2018-06-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"servers/advisors\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Norway East\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-06-01-privatepreview\",\r\n \"2018-06-01-preview\",\r\n \"2018-06-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"servers/privateLinkResources\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Norway East\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-06-01-privatepreview\",\r\n \"2018-06-01-preview\",\r\n \"2018-06-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"servers/privateEndpointConnections\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Norway East\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-06-01-privatepreview\",\r\n \"2018-06-01-preview\",\r\n \"2018-06-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"servers/privateEndpointConnectionProxies\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Norway East\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-06-01-privatepreview\",\r\n \"2018-06-01-preview\",\r\n \"2018-06-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"servers/keys\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Norway East\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-01-01-privatepreview\",\r\n \"2020-01-01-preview\",\r\n \"2020-01-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/serverKeyAzureAsyncOperation\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Norway East\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-01-01-privatepreview\",\r\n \"2020-01-01-preview\",\r\n \"2020-01-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/serverKeyOperationResults\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Norway East\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-01-01-privatepreview\",\r\n \"2020-01-01-preview\",\r\n \"2020-01-01\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"NotRegistered\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/providers/Microsoft.DeploymentManager\",\r\n \"namespace\": \"Microsoft.DeploymentManager\",\r\n \"authorizations\": [\r\n {\r\n \"applicationId\": \"5b306cba-9c71-49db-96c3-d17ca2379c4d\"\r\n }\r\n ],\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"artifactSources\",\r\n \"locations\": [\r\n \"Central US\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"Brazil South\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"South Africa North\",\r\n \"South Africa West\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-11-01-preview\",\r\n \"2018-09-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"serviceTopologies\",\r\n \"locations\": [\r\n \"Central US\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"Brazil South\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"South Africa North\",\r\n \"South Africa West\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-11-01-preview\",\r\n \"2018-09-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"serviceTopologies/services\",\r\n \"locations\": [\r\n \"Central US\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"Brazil South\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"South Africa North\",\r\n \"South Africa West\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-11-01-preview\",\r\n \"2018-09-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"serviceTopologies/services/serviceUnits\",\r\n \"locations\": [\r\n \"Central US\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"Brazil South\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"South Africa North\",\r\n \"South Africa West\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-11-01-preview\",\r\n \"2018-09-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"steps\",\r\n \"locations\": [\r\n \"Central US\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"Brazil South\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"South Africa North\",\r\n \"South Africa West\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-11-01-preview\",\r\n \"2018-09-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"rollouts\",\r\n \"locations\": [\r\n \"Central US\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"Brazil South\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"South Africa North\",\r\n \"South Africa West\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-11-01-preview\",\r\n \"2018-09-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"operationResults\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-11-01-preview\",\r\n \"2018-09-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-11-01-preview\",\r\n \"2018-09-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"NotRegistered\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/providers/Microsoft.DesktopVirtualization\",\r\n \"namespace\": \"Microsoft.DesktopVirtualization\",\r\n \"authorizations\": [\r\n {\r\n \"applicationId\": \"50e95039-b200-4007-bc97-8d5790743a63\",\r\n \"roleDefinitionId\": \"CAD30215-AD1C-43BF-BE90-7BFA8B493E62\"\r\n },\r\n {\r\n \"applicationId\": \"9cdead84-a844-4324-93f2-b2e6bb768d07\"\r\n },\r\n {\r\n \"applicationId\": \"a85cf173-4192-42f8-81fa-777a763e6e2c\"\r\n }\r\n ],\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-01-23-preview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"NotRegistered\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/providers/Microsoft.Devices\",\r\n \"namespace\": \"Microsoft.Devices\",\r\n \"authorizations\": [\r\n {\r\n \"applicationId\": \"0cd79364-7a90-4354-9984-6e36c841418d\",\r\n \"roleDefinitionId\": \"C121DF10-FE58-4BC4-97F9-8296879F7BBB\"\r\n },\r\n {\r\n \"applicationId\": \"29f411f1-b2cf-4043-8ac8-2185d7316811\"\r\n },\r\n {\r\n \"applicationId\": \"89d10474-74af-4874-99a7-c23c2f643083\",\r\n \"roleDefinitionId\": \"7df22794-26e3-4f94-9d50-a4f0f6e1cb41\"\r\n }\r\n ],\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2019-11-04\",\r\n \"2019-07-01-preview\",\r\n \"2019-03-22-preview\",\r\n \"2019-03-22\",\r\n \"2018-12-01-preview\",\r\n \"2018-04-01\",\r\n \"2018-01-22\",\r\n \"2017-07-01\",\r\n \"2017-01-19\",\r\n \"2016-02-03\",\r\n \"2015-08-15-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkProvisioningServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2018-01-22\",\r\n \"2017-11-15\",\r\n \"2017-08-21-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"usages\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2019-11-04\",\r\n \"2019-07-01-preview\",\r\n \"2019-03-22-preview\",\r\n \"2019-03-22\",\r\n \"2018-12-01-preview\",\r\n \"2018-04-01\",\r\n \"2018-01-22\",\r\n \"2017-07-01\",\r\n \"2017-01-19\",\r\n \"2016-02-03\",\r\n \"2015-08-15-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2019-11-04\",\r\n \"2019-07-01-preview\",\r\n \"2019-03-22-preview\",\r\n \"2019-03-22\",\r\n \"2018-12-01-preview\",\r\n \"2018-04-01\",\r\n \"2018-01-22\",\r\n \"2017-07-01\",\r\n \"2017-01-19\",\r\n \"2016-02-03\",\r\n \"2015-08-15-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operationResults\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-11-04\",\r\n \"2019-09-01\",\r\n \"2019-07-01-preview\",\r\n \"2019-03-22-preview\",\r\n \"2019-03-22\",\r\n \"2018-12-01-preview\",\r\n \"2018-04-01-preview\",\r\n \"2018-04-01\",\r\n \"2018-01-22-preview\",\r\n \"2018-01-22\",\r\n \"2017-11-15\",\r\n \"2017-09-25-preview\",\r\n \"2017-08-21-preview\",\r\n \"2017-07-01\",\r\n \"2017-01-19\",\r\n \"2016-02-03\",\r\n \"2015-08-15-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"IotHubs\",\r\n \"locations\": [\r\n \"West US\",\r\n \"North Europe\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"West Europe\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"South India\",\r\n \"Central India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Brazil South\",\r\n \"South Central US\",\r\n \"Korea South\",\r\n \"Korea Central\",\r\n \"France Central\",\r\n \"North Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-11-04\",\r\n \"2019-07-01-preview\",\r\n \"2019-03-22-preview\",\r\n \"2019-03-22\",\r\n \"2018-12-01-preview\",\r\n \"2018-04-01-preview\",\r\n \"2018-04-01\",\r\n \"2018-01-22\",\r\n \"2017-07-01\",\r\n \"2017-01-19\",\r\n \"2016-02-03\",\r\n \"2015-08-15-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"IotHubs/eventGridFilters\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"South India\",\r\n \"Central India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Brazil South\",\r\n \"South Central US\",\r\n \"Korea South\",\r\n \"Korea Central\",\r\n \"France Central\",\r\n \"North Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-07-31\",\r\n \"2018-01-15-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"ProvisioningServices\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Japan West\",\r\n \"Japan East\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"North Central US\",\r\n \"South Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-01-01\",\r\n \"2018-01-22\",\r\n \"2017-11-15\",\r\n \"2017-08-21-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n }\r\n ],\r\n \"registrationState\": \"NotRegistered\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/providers/Microsoft.DevOps\",\r\n \"namespace\": \"Microsoft.DevOps\",\r\n \"authorization\": {\r\n \"applicationId\": \"499b84ac-1321-427f-aa17-267ca6975798\",\r\n \"roleDefinitionId\": \"6a18f445-86f0-4e2e-b8a9-6b9b5677e3d8\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"pipelines\",\r\n \"locations\": [\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Australia East\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"Central India\",\r\n \"South India\",\r\n \"Central US\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-07-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n }\r\n ],\r\n \"registrationState\": \"NotRegistered\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/providers/Microsoft.DevSpaces\",\r\n \"namespace\": \"Microsoft.DevSpaces\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"controllers\",\r\n \"locations\": [\r\n \"East US\",\r\n \"Canada East\",\r\n \"West Europe\",\r\n \"Canada Central\",\r\n \"Central US\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"Southeast Asia\",\r\n \"East US 2\",\r\n \"North Europe\",\r\n \"Australia East\",\r\n \"UK South\",\r\n \"South Central US\",\r\n \"East Asia\",\r\n \"Japan East\",\r\n \"Australia SouthEast\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-04-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"controllers/listConnectionDetails\",\r\n \"locations\": [\r\n \"East US\",\r\n \"Canada East\",\r\n \"West Europe\",\r\n \"Canada Central\",\r\n \"Central US\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"Southeast Asia\",\r\n \"East US 2\",\r\n \"North Europe\",\r\n \"Australia East\",\r\n \"UK South\",\r\n \"South Central US\",\r\n \"East Asia\",\r\n \"Japan East\",\r\n \"Australia SouthEast\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [\r\n \"East US\",\r\n \"Canada East\",\r\n \"West Europe\",\r\n \"Canada Central\",\r\n \"Central US\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"Southeast Asia\",\r\n \"East US 2\",\r\n \"North Europe\",\r\n \"Australia East\",\r\n \"UK South\",\r\n \"South Central US\",\r\n \"East Asia\",\r\n \"Japan East\",\r\n \"Australia SouthEast\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [\r\n \"East US\",\r\n \"Canada East\",\r\n \"West Europe\",\r\n \"Canada Central\",\r\n \"Central US\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"Southeast Asia\",\r\n \"East US 2\",\r\n \"North Europe\",\r\n \"Australia East\",\r\n \"UK South\",\r\n \"South Central US\",\r\n \"East Asia\",\r\n \"Japan East\",\r\n \"Australia SouthEast\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operationresults\",\r\n \"locations\": [\r\n \"East US\",\r\n \"Canada East\",\r\n \"West Europe\",\r\n \"Canada Central\",\r\n \"Central US\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"Southeast Asia\",\r\n \"East US 2\",\r\n \"North Europe\",\r\n \"Australia East\",\r\n \"UK South\",\r\n \"South Central US\",\r\n \"East Asia\",\r\n \"Japan East\",\r\n \"Australia SouthEast\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/checkContainerHostMapping\",\r\n \"locations\": [\r\n \"East US\",\r\n \"Canada East\",\r\n \"West Europe\",\r\n \"Canada Central\",\r\n \"Central US\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"Southeast Asia\",\r\n \"East US 2\",\r\n \"North Europe\",\r\n \"Australia East\",\r\n \"UK South\",\r\n \"South Central US\",\r\n \"East Asia\",\r\n \"Japan East\",\r\n \"Australia SouthEast\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-04-01\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"NotRegistered\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/providers/Microsoft.DigitalTwins\",\r\n \"namespace\": \"Microsoft.DigitalTwins\",\r\n \"authorizations\": [\r\n {\r\n \"applicationId\": \"0b07f429-9f4b-4714-9392-cc5e8e80c8b0\"\r\n },\r\n {\r\n \"applicationId\": \"c115998b-3d59-49b4-b55b-042a9ba1dbfe\",\r\n \"roleDefinitionId\": \"07af60d1-cd6d-4ad4-9b56-ece6c78a3fe1\"\r\n }\r\n ],\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [\r\n \"West Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"NotRegistered\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/providers/Microsoft.DocumentDB\",\r\n \"namespace\": \"Microsoft.DocumentDB\",\r\n \"authorizations\": [\r\n {\r\n \"applicationId\": \"57c0fc58-a83a-41d0-8ae9-08952659bdfd\",\r\n \"roleDefinitionId\": \"FFFD5CF5-FFD3-4B24-B0E2-0715ADD4C282\"\r\n },\r\n {\r\n \"applicationId\": \"36e2398c-9dd3-4f29-9a72-d9f2cfc47ad9\",\r\n \"roleDefinitionId\": \"D5A795DE-916D-4818-B015-33C9E103E39B\"\r\n },\r\n {\r\n \"applicationId\": \"a232010e-820c-4083-83bb-3ace5fc29d0b\"\r\n }\r\n ],\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"databaseAccounts\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"UAE North\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Brazil South\",\r\n \"Korea South\",\r\n \"Korea Central\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2019-12-12\",\r\n \"2019-08-01-preview\",\r\n \"2019-08-01\",\r\n \"2016-03-31\",\r\n \"2016-03-19\",\r\n \"2015-11-06\",\r\n \"2015-04-08\",\r\n \"2014-04-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"databaseAccountNames\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"UAE North\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Brazil South\",\r\n \"Korea South\",\r\n \"Korea Central\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2019-12-12\",\r\n \"2019-08-01-preview\",\r\n \"2019-08-01\",\r\n \"2016-03-31\",\r\n \"2016-03-19\",\r\n \"2015-11-06\",\r\n \"2015-04-08\",\r\n \"2014-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"UAE North\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Brazil South\",\r\n \"Korea South\",\r\n \"Korea Central\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2019-12-12\",\r\n \"2019-08-01-preview\",\r\n \"2019-08-01\",\r\n \"2016-03-31\",\r\n \"2016-03-19\",\r\n \"2015-11-06\",\r\n \"2015-04-08\",\r\n \"2014-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operationResults\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"UAE North\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Brazil South\",\r\n \"Korea South\",\r\n \"Korea Central\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2019-12-12\",\r\n \"2019-08-01-preview\",\r\n \"2019-08-01\",\r\n \"2016-03-31\",\r\n \"2016-03-19\",\r\n \"2015-11-06\",\r\n \"2015-04-08\",\r\n \"2014-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operationsStatus\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"UAE North\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Brazil South\",\r\n \"Korea South\",\r\n \"Korea Central\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2019-12-12\",\r\n \"2019-08-01-preview\",\r\n \"2019-08-01\",\r\n \"2016-03-31\",\r\n \"2016-03-19\",\r\n \"2015-11-06\",\r\n \"2015-04-08\",\r\n \"2014-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"UAE North\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Brazil South\",\r\n \"Korea South\",\r\n \"Korea Central\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2019-12-12\",\r\n \"2019-08-01-preview\",\r\n \"2019-08-01\",\r\n \"2016-03-31\",\r\n \"2016-03-19\",\r\n \"2015-11-06\",\r\n \"2015-04-08\",\r\n \"2014-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/deleteVirtualNetworkOrSubnets\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"UAE North\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Brazil South\",\r\n \"Korea South\",\r\n \"Korea Central\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2019-12-12\",\r\n \"2019-08-01-preview\",\r\n \"2019-08-01\",\r\n \"2016-03-31\",\r\n \"2016-03-19\",\r\n \"2015-11-06\",\r\n \"2015-04-08\",\r\n \"2014-04-01\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"NotRegistered\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/providers/Microsoft.DomainRegistration\",\r\n \"namespace\": \"Microsoft.DomainRegistration\",\r\n \"authorization\": {\r\n \"applicationId\": \"ea2f600a-4980-45b7-89bf-d34da487bda1\",\r\n \"roleDefinitionId\": \"54d7f2e3-5040-48a7-ae90-eebf629cfa0b\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"domains\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-08-01\",\r\n \"2018-02-01\",\r\n \"2015-04-01\",\r\n \"2015-02-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"domains/domainOwnershipIdentifiers\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-08-01\",\r\n \"2018-02-01\",\r\n \"2015-04-01\",\r\n \"2015-02-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"topLevelDomains\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-08-01\",\r\n \"2018-02-01\",\r\n \"2015-04-01\",\r\n \"2015-02-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkDomainAvailability\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-08-01\",\r\n \"2018-02-01\",\r\n \"2015-04-01\",\r\n \"2015-02-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"listDomainRecommendations\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-08-01\",\r\n \"2018-02-01\",\r\n \"2015-04-01\",\r\n \"2015-02-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"validateDomainRegistrationInformation\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-08-01\",\r\n \"2018-02-01\",\r\n \"2015-04-01\",\r\n \"2015-02-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"generateSsoRequest\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-08-01\",\r\n \"2018-02-01\",\r\n \"2015-04-01\",\r\n \"2015-02-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-08-01\",\r\n \"2018-02-01\",\r\n \"2015-04-01\",\r\n \"2015-02-01\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"NotRegistered\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/providers/Microsoft.EnterpriseKnowledgeGraph\",\r\n \"namespace\": \"Microsoft.EnterpriseKnowledgeGraph\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"services\",\r\n \"locations\": [\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US 2\",\r\n \"West US\",\r\n \"North Europe\",\r\n \"West Europe\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-12-03\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US 2\",\r\n \"West US\",\r\n \"North Europe\",\r\n \"West Europe\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-12-03\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US 2\",\r\n \"West US\",\r\n \"North Europe\",\r\n \"West Europe\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-12-03\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operationResults\",\r\n \"locations\": [\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US 2\",\r\n \"West US\",\r\n \"North Europe\",\r\n \"West Europe\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-12-03\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"NotRegistered\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/providers/Microsoft.EventGrid\",\r\n \"namespace\": \"Microsoft.EventGrid\",\r\n \"authorizations\": [\r\n {\r\n \"applicationId\": \"4962773b-9cdb-44cf-a8bf-237846a00ab7\",\r\n \"roleDefinitionId\": \"7FE036D8-246F-48BF-A78F-AB3EE699C8F3\"\r\n }\r\n ],\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-04-01-preview\",\r\n \"2020-01-01-preview\",\r\n \"2019-06-01\",\r\n \"2019-02-01-preview\",\r\n \"2019-01-01\",\r\n \"2018-09-15-preview\",\r\n \"2018-05-01-preview\",\r\n \"2018-01-01\",\r\n \"2017-09-15-preview\",\r\n \"2017-06-15-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/eventSubscriptions\",\r\n \"locations\": [\r\n \"West US 2\",\r\n \"East US\",\r\n \"West US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"West Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Australia Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"France Central\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-04-01-preview\",\r\n \"2020-01-01-preview\",\r\n \"2019-06-01\",\r\n \"2019-02-01-preview\",\r\n \"2019-01-01\",\r\n \"2018-09-15-preview\",\r\n \"2018-05-01-preview\",\r\n \"2018-01-01\",\r\n \"2017-09-15-preview\",\r\n \"2017-06-15-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"eventSubscriptions\",\r\n \"locations\": [\r\n \"West US 2\",\r\n \"East US\",\r\n \"West US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"West Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Australia Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"France Central\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-04-01-preview\",\r\n \"2020-01-01-preview\",\r\n \"2019-06-01\",\r\n \"2019-02-01-preview\",\r\n \"2019-01-01\",\r\n \"2018-09-15-preview\",\r\n \"2018-05-01-preview\",\r\n \"2018-01-01\",\r\n \"2017-09-15-preview\",\r\n \"2017-06-15-preview\"\r\n ],\r\n \"capabilities\": \"SupportsExtension\"\r\n },\r\n {\r\n \"resourceType\": \"topics\",\r\n \"locations\": [\r\n \"West US 2\",\r\n \"East US\",\r\n \"West US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"West Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Australia Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"France Central\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-04-01-preview\",\r\n \"2020-01-01-preview\",\r\n \"2019-06-01\",\r\n \"2019-02-01-preview\",\r\n \"2019-01-01\",\r\n \"2018-09-15-preview\",\r\n \"2018-05-01-preview\",\r\n \"2018-01-01\",\r\n \"2017-09-15-preview\",\r\n \"2017-06-15-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"domains\",\r\n \"locations\": [\r\n \"Central US\",\r\n \"West US 2\",\r\n \"East US\",\r\n \"West US\",\r\n \"East US 2\",\r\n \"West Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Australia Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"France Central\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-04-01-preview\",\r\n \"2020-01-01-preview\",\r\n \"2019-06-01\",\r\n \"2019-02-01-preview\",\r\n \"2018-09-15-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"domains/topics\",\r\n \"locations\": [\r\n \"Central US\",\r\n \"West US 2\",\r\n \"East US\",\r\n \"West US\",\r\n \"East US 2\",\r\n \"West Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Australia Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"France Central\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-04-01-preview\",\r\n \"2020-01-01-preview\",\r\n \"2019-06-01\",\r\n \"2019-02-01-preview\",\r\n \"2018-09-15-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"topicTypes\",\r\n \"locations\": [\r\n \"West US 2\",\r\n \"East US\",\r\n \"West US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"West Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Australia Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"France Central\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-04-01-preview\",\r\n \"2020-01-01-preview\",\r\n \"2019-06-01\",\r\n \"2019-02-01-preview\",\r\n \"2019-01-01\",\r\n \"2018-09-15-preview\",\r\n \"2018-05-01-preview\",\r\n \"2018-01-01\",\r\n \"2017-09-15-preview\",\r\n \"2017-06-15-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [\r\n \"West US 2\",\r\n \"East US\",\r\n \"West US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"West Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Australia Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"France Central\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-04-01-preview\",\r\n \"2020-01-01-preview\",\r\n \"2019-06-01\",\r\n \"2019-02-01-preview\",\r\n \"2019-01-01\",\r\n \"2018-09-15-preview\",\r\n \"2018-05-01-preview\",\r\n \"2018-01-01\",\r\n \"2017-09-15-preview\",\r\n \"2017-06-15-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operationsStatus\",\r\n \"locations\": [\r\n \"West US 2\",\r\n \"East US\",\r\n \"West US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"West Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Australia Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"France Central\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-04-01-preview\",\r\n \"2020-01-01-preview\",\r\n \"2019-06-01\",\r\n \"2019-02-01-preview\",\r\n \"2019-01-01\",\r\n \"2018-09-15-preview\",\r\n \"2018-05-01-preview\",\r\n \"2018-01-01\",\r\n \"2017-09-15-preview\",\r\n \"2017-06-15-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operationResults\",\r\n \"locations\": [\r\n \"West US 2\",\r\n \"East US\",\r\n \"West US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"West Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Australia Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"France Central\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-04-01-preview\",\r\n \"2020-01-01-preview\",\r\n \"2019-06-01\",\r\n \"2019-02-01-preview\",\r\n \"2019-01-01\",\r\n \"2018-09-15-preview\",\r\n \"2018-05-01-preview\",\r\n \"2018-01-01\",\r\n \"2017-09-15-preview\",\r\n \"2017-06-15-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/topicTypes\",\r\n \"locations\": [\r\n \"West US 2\",\r\n \"East US\",\r\n \"West US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"West Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Australia Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"France Central\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"South Africa North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-04-01-preview\",\r\n \"2020-01-01-preview\",\r\n \"2019-06-01\",\r\n \"2019-02-01-preview\",\r\n \"2019-01-01\",\r\n \"2018-09-15-preview\",\r\n \"2018-05-01-preview\",\r\n \"2018-01-01\",\r\n \"2017-09-15-preview\",\r\n \"2017-06-15-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"extensionTopics\",\r\n \"locations\": [\r\n \"West US 2\",\r\n \"East US\",\r\n \"West US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"West Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Australia Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"France Central\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-04-01-preview\",\r\n \"2020-01-01-preview\",\r\n \"2019-06-01\",\r\n \"2019-02-01-preview\",\r\n \"2019-01-01\",\r\n \"2018-09-15-preview\",\r\n \"2018-05-01-preview\",\r\n \"2018-01-01\",\r\n \"2017-09-15-preview\",\r\n \"2017-06-15-preview\"\r\n ],\r\n \"capabilities\": \"SupportsExtension\"\r\n },\r\n {\r\n \"resourceType\": \"operationResults\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-04-01-preview\",\r\n \"2020-01-01-preview\",\r\n \"2019-06-01\",\r\n \"2019-02-01-preview\",\r\n \"2019-01-01\",\r\n \"2018-09-15-preview\",\r\n \"2018-05-01-preview\",\r\n \"2018-01-01\",\r\n \"2017-09-15-preview\",\r\n \"2017-06-15-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operationsStatus\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-04-01-preview\",\r\n \"2020-01-01-preview\",\r\n \"2019-06-01\",\r\n \"2019-02-01-preview\",\r\n \"2019-01-01\",\r\n \"2018-09-15-preview\",\r\n \"2018-05-01-preview\",\r\n \"2018-01-01\",\r\n \"2017-09-15-preview\",\r\n \"2017-06-15-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"systemTopics\",\r\n \"locations\": [\r\n \"global\",\r\n \"West Central US\",\r\n \"Central US\",\r\n \"West US 2\",\r\n \"East US\",\r\n \"West US\",\r\n \"East US 2\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Australia Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"France Central\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-04-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"systemTopics/eventSubscriptions\",\r\n \"locations\": [\r\n \"global\",\r\n \"West Central US\",\r\n \"Central US\",\r\n \"West US 2\",\r\n \"East US\",\r\n \"West US\",\r\n \"East US 2\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Australia Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"France Central\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"partnerNamespaces\",\r\n \"locations\": [\r\n \"West Central US\",\r\n \"Central US\",\r\n \"West US 2\",\r\n \"East US\",\r\n \"West US\",\r\n \"East US 2\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Australia Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"France Central\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-04-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"partnerTopics\",\r\n \"locations\": [\r\n \"West Central US\",\r\n \"Central US\",\r\n \"West US 2\",\r\n \"East US\",\r\n \"West US\",\r\n \"East US 2\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Australia Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"France Central\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-04-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"partnerTopics/eventSubscriptions\",\r\n \"locations\": [\r\n \"West Central US\",\r\n \"Central US\",\r\n \"West US 2\",\r\n \"East US\",\r\n \"West US\",\r\n \"East US 2\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Australia Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"France Central\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"partnerNamespaces/eventChannels\",\r\n \"locations\": [\r\n \"West Central US\",\r\n \"Central US\",\r\n \"West US 2\",\r\n \"East US\",\r\n \"West US\",\r\n \"East US 2\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Australia Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"France Central\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-04-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"NotRegistered\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/providers/Microsoft.EventHub\",\r\n \"namespace\": \"Microsoft.EventHub\",\r\n \"authorizations\": [\r\n {\r\n \"applicationId\": \"80369ed6-5f11-4dd9-bef3-692475845e77\",\r\n \"roleDefinitionId\": \"eb8e1991-5de0-42a6-a64b-29b059341b7b\"\r\n },\r\n {\r\n \"applicationId\": \"6201d19e-14fb-4472-a2d6-5634a5c97568\"\r\n }\r\n ],\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"namespaces\",\r\n \"locations\": [\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central US\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"West Central US\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Australia Central\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-01-01-preview\",\r\n \"2017-04-01\",\r\n \"2015-08-01\",\r\n \"2014-09-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"clusters\",\r\n \"locations\": [\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central US\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"West Central US\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"Australia Central\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-01-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"namespaces/authorizationrules\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-04-01\",\r\n \"2015-08-01\",\r\n \"2014-09-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"namespaces/networkrulesets\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2018-01-01-preview\",\r\n \"2017-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"namespaces/eventhubs\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-04-01\",\r\n \"2015-08-01\",\r\n \"2014-09-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"namespaces/eventhubs/authorizationrules\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-04-01\",\r\n \"2015-08-01\",\r\n \"2014-09-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"namespaces/eventhubs/consumergroups\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-04-01\",\r\n \"2015-08-01\",\r\n \"2014-09-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNamespaceAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-08-01\",\r\n \"2014-09-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-04-01\",\r\n \"2015-08-01\",\r\n \"2014-09-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"sku\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-04-01\",\r\n \"2015-08-01\",\r\n \"2014-09-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-04-01\",\r\n \"2015-08-01\",\r\n \"2014-09-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"namespaces/disasterrecoveryconfigs\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"namespaces/disasterrecoveryconfigs/checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-04-01\",\r\n \"2015-08-01\",\r\n \"2014-09-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2018-01-01-preview\",\r\n \"2017-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/deleteVirtualNetworkOrSubnets\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2018-01-01-preview\",\r\n \"2017-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"availableClusterRegions\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2018-01-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"NotRegistered\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/providers/Microsoft.Experimentation\",\r\n \"namespace\": \"Microsoft.Experimentation\",\r\n \"authorizations\": [\r\n {\r\n \"applicationId\": \"e00d2f8a-f6c8-46e4-b379-e66082e28ca8\",\r\n \"roleDefinitionId\": \"d3a360d9-17f9-410e-9465-5c914c8cf570\",\r\n \"managedByRoleDefinitionId\": \"fa096ccd-4e8f-49de-9594-64449b3ac6b3\"\r\n }\r\n ],\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-11-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operations\",\r\n \"locations\": [\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-11-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"NotRegistered\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/providers/Microsoft.Falcon\",\r\n \"namespace\": \"Microsoft.Falcon\",\r\n \"authorizations\": [],\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"namespaces\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-01-20-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n }\r\n ],\r\n \"registrationState\": \"NotRegistered\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/providers/Microsoft.Features\",\r\n \"namespace\": \"Microsoft.Features\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"features\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-12-01\",\r\n \"2014-08-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"providers\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-12-01\",\r\n \"2014-08-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"featureProviders\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-01-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptionFeatureRegistrations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-01-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-12-01\",\r\n \"2014-08-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/providers/Microsoft.GuestConfiguration\",\r\n \"namespace\": \"Microsoft.GuestConfiguration\",\r\n \"authorizations\": [\r\n {\r\n \"applicationId\": \"e935b4a5-8968-416d-8414-caed51c782a9\",\r\n \"roleDefinitionId\": \"9c6ffa40-421e-4dc0-9739-76b0699a11de\"\r\n }\r\n ],\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"guestConfigurationAssignments\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2018-11-20\",\r\n \"2018-06-30-preview\",\r\n \"2018-01-20-preview\"\r\n ],\r\n \"capabilities\": \"SupportsExtension\"\r\n },\r\n {\r\n \"resourceType\": \"software\",\r\n \"locations\": [\r\n \"East US 2\",\r\n \"South Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-06-30-preview\"\r\n ],\r\n \"capabilities\": \"SupportsExtension\"\r\n },\r\n {\r\n \"resourceType\": \"softwareUpdates\",\r\n \"locations\": [\r\n \"East US 2\",\r\n \"South Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-06-30-preview\"\r\n ],\r\n \"capabilities\": \"SupportsExtension\"\r\n },\r\n {\r\n \"resourceType\": \"softwareUpdateProfile\",\r\n \"locations\": [\r\n \"East US 2\",\r\n \"South Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-06-30-preview\"\r\n ],\r\n \"capabilities\": \"SupportsExtension\"\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2018-11-20\",\r\n \"2018-06-30-preview\",\r\n \"2018-01-20-preview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"NotRegistered\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/providers/Microsoft.HanaOnAzure\",\r\n \"namespace\": \"Microsoft.HanaOnAzure\",\r\n \"authorization\": {\r\n \"applicationId\": \"cc5476ec-3074-44d1-8461-711f5d9b0e39\",\r\n \"roleDefinitionId\": \"4a10987e-dbcf-4c3d-8e3d-7ddcd9c771c2\",\r\n \"managedByRoleDefinitionId\": \"9e3af657-a8ff-583c-a75c-2fe7c4bcb635\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"hanaInstances\",\r\n \"locations\": [\r\n \"West US\",\r\n \"West US 2\",\r\n \"East US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"South Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2017-11-03-preview\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"sapMonitors\",\r\n \"locations\": [\r\n \"West US\",\r\n \"West US 2\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Southeast Asia\",\r\n \"South Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2017-11-03-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"locations/operationsStatus\",\r\n \"locations\": [\r\n \"West US\",\r\n \"West US 2\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Southeast Asia\",\r\n \"South Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2017-11-03-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-11-03-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operations\",\r\n \"locations\": [\r\n \"West US\",\r\n \"West US 2\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Southeast Asia\",\r\n \"South Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2017-11-03-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [\r\n \"West US\",\r\n \"West US 2\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Southeast Asia\",\r\n \"South Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2017-11-03-preview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"NotRegistered\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/providers/Microsoft.HardwareSecurityModules\",\r\n \"namespace\": \"Microsoft.HardwareSecurityModules\",\r\n \"authorizations\": [\r\n {\r\n \"applicationId\": \"0eb690b7-d23e-4fb0-b43e-cd161ac80cc3\",\r\n \"roleDefinitionId\": \"48397dc8-3910-486a-8165-ab2df987447f\"\r\n }\r\n ],\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2018-10-31-preview\",\r\n \"2018-10-31\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"South Central US\",\r\n \"West US\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"West US 2\",\r\n \"South India\",\r\n \"Central India\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Switzerland North\",\r\n \"Switzerland West\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-10-31-preview\",\r\n \"2018-10-31\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"NotRegistered\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/providers/Microsoft.HDInsight\",\r\n \"namespace\": \"Microsoft.HDInsight\",\r\n \"authorizations\": [\r\n {\r\n \"applicationId\": \"9191c4da-09fe-49d9-a5f1-d41cbe92ad95\",\r\n \"roleDefinitionId\": \"d102a6f3-d9cb-4633-8950-1243b975886c\",\r\n \"managedByRoleDefinitionId\": \"346da55d-e1db-4a5a-89db-33ab3cdb6fc6\"\r\n },\r\n {\r\n \"applicationId\": \"7865c1d2-f040-46cc-875f-831a1ef6a28a\",\r\n \"roleDefinitionId\": \"e27c0895-d168-46d5-8b65-870eb2350378\"\r\n }\r\n ],\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"clusters\",\r\n \"locations\": [\r\n \"East US 2\",\r\n \"South Central US\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"Brazil South\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"North Central US\",\r\n \"Central US\",\r\n \"Southeast Asia\",\r\n \"East US\",\r\n \"Korea South\",\r\n \"Korea Central\",\r\n \"West US\",\r\n \"South India\",\r\n \"France Central\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-06-01-preview\",\r\n \"2015-03-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"clusters/applications\",\r\n \"locations\": [\r\n \"East US 2\",\r\n \"South Central US\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"Brazil South\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"North Central US\",\r\n \"Central US\",\r\n \"Southeast Asia\",\r\n \"East US\",\r\n \"Korea South\",\r\n \"Korea Central\",\r\n \"West US\",\r\n \"South India\",\r\n \"France Central\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-06-01-preview\",\r\n \"2015-03-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"clusters/operationresults\",\r\n \"locations\": [\r\n \"East US 2\",\r\n \"South Central US\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"Brazil South\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"North Central US\",\r\n \"Central US\",\r\n \"Southeast Asia\",\r\n \"East US\",\r\n \"Korea South\",\r\n \"Korea Central\",\r\n \"West US\",\r\n \"South India\",\r\n \"France Central\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-06-01-preview\",\r\n \"2015-03-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Central India\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-06-01-preview\",\r\n \"2015-03-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/capabilities\",\r\n \"locations\": [\r\n \"East US 2\",\r\n \"South Central US\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"Brazil South\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"North Central US\",\r\n \"Central US\",\r\n \"Southeast Asia\",\r\n \"East US\",\r\n \"Korea South\",\r\n \"Korea Central\",\r\n \"West US\",\r\n \"South India\",\r\n \"France Central\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-06-01-preview\",\r\n \"2015-03-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/usages\",\r\n \"locations\": [\r\n \"East US 2\",\r\n \"South Central US\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"Brazil South\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"North Central US\",\r\n \"Central US\",\r\n \"Southeast Asia\",\r\n \"East US\",\r\n \"Korea South\",\r\n \"Korea Central\",\r\n \"West US\",\r\n \"South India\",\r\n \"France Central\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-06-01-preview\",\r\n \"2015-03-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/billingSpecs\",\r\n \"locations\": [\r\n \"East US 2\",\r\n \"South Central US\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"Brazil South\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"North Central US\",\r\n \"Central US\",\r\n \"Southeast Asia\",\r\n \"East US\",\r\n \"Korea South\",\r\n \"Korea Central\",\r\n \"West US\",\r\n \"South India\",\r\n \"France Central\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-06-01-preview\",\r\n \"2015-03-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operationresults\",\r\n \"locations\": [\r\n \"East US 2\",\r\n \"South Central US\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"Brazil South\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"North Central US\",\r\n \"Central US\",\r\n \"Southeast Asia\",\r\n \"East US\",\r\n \"Korea South\",\r\n \"Korea Central\",\r\n \"West US\",\r\n \"South India\",\r\n \"France Central\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-06-01-preview\",\r\n \"2015-03-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/azureasyncoperations\",\r\n \"locations\": [\r\n \"East US 2\",\r\n \"South Central US\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"Brazil South\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"North Central US\",\r\n \"Central US\",\r\n \"Southeast Asia\",\r\n \"East US\",\r\n \"Korea South\",\r\n \"Korea Central\",\r\n \"West US\",\r\n \"South India\",\r\n \"France Central\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-06-01-preview\",\r\n \"2015-03-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/validateCreateRequest\",\r\n \"locations\": [\r\n \"East US 2\",\r\n \"South Central US\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"Brazil South\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"North Central US\",\r\n \"Central US\",\r\n \"Southeast Asia\",\r\n \"East US\",\r\n \"Korea South\",\r\n \"Korea Central\",\r\n \"West US\",\r\n \"South India\",\r\n \"France Central\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-06-01-preview\",\r\n \"2015-03-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-06-01-preview\",\r\n \"2015-03-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"NotRegistered\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/providers/Microsoft.HealthcareApis\",\r\n \"namespace\": \"Microsoft.HealthcareApis\",\r\n \"authorizations\": [\r\n {\r\n \"applicationId\": \"4f6778d8-5aef-43dc-a1ff-b073724b9495\"\r\n },\r\n {\r\n \"applicationId\": \"3274406e-4e0a-4852-ba4f-d7226630abb7\",\r\n \"roleDefinitionId\": \"e39edba5-cde8-4529-ba1f-159138220220\"\r\n }\r\n ],\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"services\",\r\n \"locations\": [\r\n \"UK West\",\r\n \"North Central US\",\r\n \"West US 2\",\r\n \"Australia East\",\r\n \"Southeast Asia\",\r\n \"UK South\",\r\n \"East US\",\r\n \"West Europe\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"North Europe\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-09-16\",\r\n \"2018-08-20-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [\r\n \"UK West\",\r\n \"North Central US\",\r\n \"West US 2\",\r\n \"Australia East\",\r\n \"Southeast Asia\",\r\n \"UK South\",\r\n \"East US\",\r\n \"West Europe\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"North Europe\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-09-16\",\r\n \"2018-08-20-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operationresults\",\r\n \"locations\": [\r\n \"UK West\",\r\n \"North Central US\",\r\n \"West US 2\",\r\n \"Australia East\",\r\n \"Southeast Asia\",\r\n \"UK South\",\r\n \"East US\",\r\n \"West Europe\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"North Europe\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-09-16\",\r\n \"2018-08-20-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [\r\n \"UK West\",\r\n \"North Central US\",\r\n \"West US 2\",\r\n \"Australia East\",\r\n \"Southeast Asia\",\r\n \"UK South\",\r\n \"East US\",\r\n \"West Europe\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"North Europe\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-09-16\",\r\n \"2018-08-20-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [\r\n \"UK West\",\r\n \"North Central US\",\r\n \"West US 2\",\r\n \"Australia East\",\r\n \"Southeast Asia\",\r\n \"UK South\",\r\n \"East US\",\r\n \"West Europe\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"North Europe\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-09-16\",\r\n \"2018-08-20-preview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"NotRegistered\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/providers/Microsoft.HybridCompute\",\r\n \"namespace\": \"Microsoft.HybridCompute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"machines\",\r\n \"locations\": [\r\n \"West US 2\",\r\n \"West Europe\",\r\n \"Southeast Asia\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-11-preview\",\r\n \"2019-12-12\",\r\n \"2019-08-02-preview\",\r\n \"2019-03-18-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-11-preview\",\r\n \"2019-12-12\",\r\n \"2019-08-02-preview\",\r\n \"2019-03-18-preview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"NotRegistered\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/providers/Microsoft.HybridData\",\r\n \"namespace\": \"Microsoft.HybridData\",\r\n \"authorization\": {\r\n \"applicationId\": \"621269cf-1195-44a3-a835-c613d103dd15\",\r\n \"roleDefinitionId\": \"00320cd4-8823-47f2-bbe4-5c9da031311d\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"dataManagers\",\r\n \"locations\": [\r\n \"West US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East US\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"Southeast Asia\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-06-01\",\r\n \"2016-06-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-06-01\",\r\n \"2016-06-01\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"NotRegistered\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/providers/Microsoft.Hydra\",\r\n \"namespace\": \"Microsoft.Hydra\",\r\n \"authorizations\": [\r\n {\r\n \"applicationId\": \"37ae09d4-a310-41e1-803d-8e85cec4bf23\",\r\n \"roleDefinitionId\": \"37ae09d4-a310-41e1-803d-8e85cec4bf23\"\r\n }\r\n ],\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-08-01-privatepreview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-08-01-privatepreview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"NotRegistered\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/providers/Microsoft.ImportExport\",\r\n \"namespace\": \"Microsoft.ImportExport\",\r\n \"authorization\": {\r\n \"applicationId\": \"7de4d5c5-5b32-4235-b8a9-33b34d6bcd2a\",\r\n \"roleDefinitionId\": \"9f7aa6bb-9454-46b6-8c01-a4b0f33ca151\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"jobs\",\r\n \"locations\": [\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"South Central US\",\r\n \"Southeast Asia\",\r\n \"South India\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2016-07-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"South Central US\",\r\n \"Southeast Asia\",\r\n \"South India\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2016-07-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operationResults\",\r\n \"locations\": [\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"South Central US\",\r\n \"Southeast Asia\",\r\n \"South India\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2016-07-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"South Central US\",\r\n \"Southeast Asia\",\r\n \"South India\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2016-07-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"NotRegistered\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/providers/Microsoft.IoTCentral\",\r\n \"namespace\": \"Microsoft.IoTCentral\",\r\n \"authorizations\": [\r\n {\r\n \"applicationId\": \"9edfcdd9-0bc5-4bd4-b287-c3afc716aac7\"\r\n }\r\n ],\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"IoTApps\",\r\n \"locations\": [\r\n \"West Europe\",\r\n \"West US\",\r\n \"East US 2\",\r\n \"North Europe\",\r\n \"East US\",\r\n \"Central US\",\r\n \"West Central US\",\r\n \"Australia\",\r\n \"Asia Pacific\",\r\n \"Europe\",\r\n \"Japan\",\r\n \"UK\",\r\n \"United States\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-09-01\",\r\n \"2017-07-01-privatepreview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2018-09-01\",\r\n \"2017-07-01-privatepreview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkSubdomainAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2018-09-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2018-09-01\",\r\n \"2017-07-01-privatepreview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"appTemplates\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2018-09-01\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"NotRegistered\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/providers/Microsoft.IoTSpaces\",\r\n \"namespace\": \"Microsoft.IoTSpaces\",\r\n \"authorizations\": [\r\n {\r\n \"applicationId\": \"0b07f429-9f4b-4714-9392-cc5e8e80c8b0\"\r\n }\r\n ],\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"Australia East\",\r\n \"West US 2\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2017-10-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"Graph\",\r\n \"locations\": [\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"Australia East\",\r\n \"West US 2\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2017-10-01-preview\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-10-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"NotRegistered\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/providers/Microsoft.Kubernetes\",\r\n \"namespace\": \"Microsoft.Kubernetes\",\r\n \"authorizations\": [\r\n {\r\n \"applicationId\": \"64b12d6e-6549-484c-8cc6-6281839ba394\",\r\n \"roleDefinitionId\": \"1d1d44cf-68a1-4def-a2b6-cd7efc3515af\"\r\n }\r\n ],\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-11-01-preview\",\r\n \"2019-09-01-privatepreview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"NotRegistered\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/providers/Microsoft.Kusto\",\r\n \"namespace\": \"Microsoft.Kusto\",\r\n \"authorizations\": [\r\n {\r\n \"applicationId\": \"2746ea77-4702-4b45-80ca-3c97e680e8b7\",\r\n \"roleDefinitionId\": \"dd9d4347-f397-45f2-b538-85f21c90037c\"\r\n }\r\n ],\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"clusters\",\r\n \"locations\": [\r\n \"Central US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"East US 2\",\r\n \"West Central US\",\r\n \"Germany West Central\",\r\n \"West US\",\r\n \"Southeast Asia\",\r\n \"East US\",\r\n \"West US 2\",\r\n \"South Central US\",\r\n \"North Central US\",\r\n \"East Asia\",\r\n \"Japan East\",\r\n \"Canada Central\",\r\n \"UK South\",\r\n \"Australia East\",\r\n \"Brazil South\",\r\n \"Japan West\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada East\",\r\n \"Korea Central\",\r\n \"France Central\",\r\n \"UK West\",\r\n \"Korea South\",\r\n \"France South\",\r\n \"Australia Southeast\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"Australia Central\",\r\n \"Switzerland North\",\r\n \"UAE North\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-02-15\",\r\n \"2019-11-09\",\r\n \"2019-09-07\",\r\n \"2019-05-15\",\r\n \"2019-01-21\",\r\n \"2018-09-07-preview\",\r\n \"2017-09-07-privatepreview\"\r\n ],\r\n \"zoneMappings\": [\r\n {\r\n \"location\": \"East US 2\",\r\n \"zones\": [\r\n \"1\",\r\n \"2\",\r\n \"3\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Central US\",\r\n \"zones\": [\r\n \"1\",\r\n \"2\",\r\n \"3\"\r\n ]\r\n },\r\n {\r\n \"location\": \"West Europe\",\r\n \"zones\": [\r\n \"1\",\r\n \"2\",\r\n \"3\"\r\n ]\r\n },\r\n {\r\n \"location\": \"France Central\",\r\n \"zones\": [\r\n \"1\",\r\n \"2\",\r\n \"3\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Southeast Asia\",\r\n \"zones\": [\r\n \"1\",\r\n \"2\",\r\n \"3\"\r\n ]\r\n },\r\n {\r\n \"location\": \"West US 2\",\r\n \"zones\": [\r\n \"1\",\r\n \"2\",\r\n \"3\"\r\n ]\r\n },\r\n {\r\n \"location\": \"North Europe\",\r\n \"zones\": [\r\n \"1\",\r\n \"2\",\r\n \"3\"\r\n ]\r\n },\r\n {\r\n \"location\": \"East US\",\r\n \"zones\": [\r\n \"1\",\r\n \"2\",\r\n \"3\"\r\n ]\r\n },\r\n {\r\n \"location\": \"UK South\",\r\n \"zones\": [\r\n \"1\",\r\n \"2\",\r\n \"3\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Japan East\",\r\n \"zones\": [\r\n \"1\",\r\n \"2\",\r\n \"3\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Australia East\",\r\n \"zones\": [\r\n \"1\",\r\n \"2\",\r\n \"3\"\r\n ]\r\n },\r\n {\r\n \"location\": \"South Africa North\",\r\n \"zones\": [\r\n \"1\",\r\n \"2\",\r\n \"3\"\r\n ]\r\n },\r\n {\r\n \"location\": \"South Central US\",\r\n \"zones\": [\r\n \"1\",\r\n \"2\",\r\n \"3\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Canada Central\",\r\n \"zones\": [\r\n \"1\",\r\n \"2\",\r\n \"3\"\r\n ]\r\n }\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"clusters/databases\",\r\n \"locations\": [\r\n \"Central US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"East US 2\",\r\n \"West Central US\",\r\n \"Germany West Central\",\r\n \"West US\",\r\n \"Southeast Asia\",\r\n \"East US\",\r\n \"West US 2\",\r\n \"South Central US\",\r\n \"North Central US\",\r\n \"East Asia\",\r\n \"Japan East\",\r\n \"Canada Central\",\r\n \"UK South\",\r\n \"Australia East\",\r\n \"Brazil South\",\r\n \"Japan West\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada East\",\r\n \"Korea Central\",\r\n \"France Central\",\r\n \"UK West\",\r\n \"Korea South\",\r\n \"France South\",\r\n \"Australia Southeast\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"Australia Central\",\r\n \"Switzerland North\",\r\n \"UAE North\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-02-15\",\r\n \"2019-11-09\",\r\n \"2019-09-07\",\r\n \"2019-05-15\",\r\n \"2019-01-21\",\r\n \"2018-09-07-preview\",\r\n \"2017-09-07-privatepreview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"clusters/attacheddatabaseconfigurations\",\r\n \"locations\": [\r\n \"Central US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"East US 2\",\r\n \"West Central US\",\r\n \"Germany West Central\",\r\n \"West US\",\r\n \"Southeast Asia\",\r\n \"East US\",\r\n \"West US 2\",\r\n \"South Central US\",\r\n \"North Central US\",\r\n \"East Asia\",\r\n \"Japan East\",\r\n \"Canada Central\",\r\n \"UK South\",\r\n \"Australia East\",\r\n \"Brazil South\",\r\n \"Japan West\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada East\",\r\n \"Korea Central\",\r\n \"France Central\",\r\n \"UK West\",\r\n \"Korea South\",\r\n \"France South\",\r\n \"Australia Southeast\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"Australia Central\",\r\n \"Switzerland North\",\r\n \"UAE North\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-02-15\",\r\n \"2019-11-09\",\r\n \"2019-09-07\",\r\n \"2019-05-15\",\r\n \"2019-01-21\",\r\n \"2018-09-07-preview\",\r\n \"2017-09-07-privatepreview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"clusters/principalassignments\",\r\n \"locations\": [\r\n \"Central US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"East US 2\",\r\n \"West Central US\",\r\n \"Germany West Central\",\r\n \"West US\",\r\n \"Southeast Asia\",\r\n \"East US\",\r\n \"West US 2\",\r\n \"South Central US\",\r\n \"North Central US\",\r\n \"East Asia\",\r\n \"Japan East\",\r\n \"Canada Central\",\r\n \"UK South\",\r\n \"Australia East\",\r\n \"Brazil South\",\r\n \"Japan West\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada East\",\r\n \"Korea Central\",\r\n \"France Central\",\r\n \"UK West\",\r\n \"Korea South\",\r\n \"France South\",\r\n \"Australia Southeast\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"Australia Central\",\r\n \"Switzerland North\",\r\n \"UAE North\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-02-15\",\r\n \"2019-11-09\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"clusters/databases/eventhubconnections\",\r\n \"locations\": [\r\n \"Central US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"East US 2\",\r\n \"West Central US\",\r\n \"Germany West Central\",\r\n \"West US\",\r\n \"Southeast Asia\",\r\n \"East US\",\r\n \"West US 2\",\r\n \"South Central US\",\r\n \"North Central US\",\r\n \"East Asia\",\r\n \"Japan East\",\r\n \"Canada Central\",\r\n \"UK South\",\r\n \"Australia East\",\r\n \"Brazil South\",\r\n \"Japan West\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada East\",\r\n \"Korea Central\",\r\n \"France Central\",\r\n \"UK West\",\r\n \"Korea South\",\r\n \"France South\",\r\n \"Australia Southeast\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"Australia Central\",\r\n \"Switzerland North\",\r\n \"UAE North\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-02-15\",\r\n \"2019-11-09\",\r\n \"2019-09-07\",\r\n \"2019-05-15\",\r\n \"2019-01-21\",\r\n \"2018-09-07-preview\",\r\n \"2017-09-07-privatepreview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"clusters/databases/dataconnections\",\r\n \"locations\": [\r\n \"Central US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"East US 2\",\r\n \"West Central US\",\r\n \"Germany West Central\",\r\n \"West US\",\r\n \"Southeast Asia\",\r\n \"East US\",\r\n \"West US 2\",\r\n \"South Central US\",\r\n \"North Central US\",\r\n \"East Asia\",\r\n \"Japan East\",\r\n \"Canada Central\",\r\n \"UK South\",\r\n \"Australia East\",\r\n \"Brazil South\",\r\n \"Japan West\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada East\",\r\n \"Korea Central\",\r\n \"France Central\",\r\n \"UK West\",\r\n \"Korea South\",\r\n \"France South\",\r\n \"Australia Southeast\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"Australia Central\",\r\n \"Switzerland North\",\r\n \"UAE North\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-02-15\",\r\n \"2019-11-09\",\r\n \"2019-09-07\",\r\n \"2019-05-15\",\r\n \"2019-01-21\",\r\n \"2018-09-07-preview\",\r\n \"2017-09-07-privatepreview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"clusters/databases/principalassignments\",\r\n \"locations\": [\r\n \"Central US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"East US 2\",\r\n \"West Central US\",\r\n \"Germany West Central\",\r\n \"West US\",\r\n \"Southeast Asia\",\r\n \"East US\",\r\n \"West US 2\",\r\n \"South Central US\",\r\n \"North Central US\",\r\n \"East Asia\",\r\n \"Japan East\",\r\n \"Canada Central\",\r\n \"UK South\",\r\n \"Australia East\",\r\n \"Brazil South\",\r\n \"Japan West\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada East\",\r\n \"Korea Central\",\r\n \"France Central\",\r\n \"UK West\",\r\n \"Korea South\",\r\n \"France South\",\r\n \"Australia Southeast\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"Australia Central\",\r\n \"Switzerland North\",\r\n \"UAE North\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-02-15\",\r\n \"2019-11-09\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operationResults\",\r\n \"locations\": [\r\n \"Central US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"East US 2\",\r\n \"West Central US\",\r\n \"Germany West Central\",\r\n \"West US\",\r\n \"Southeast Asia\",\r\n \"East US\",\r\n \"West US 2\",\r\n \"South Central US\",\r\n \"North Central US\",\r\n \"East Asia\",\r\n \"Japan East\",\r\n \"Canada Central\",\r\n \"UK South\",\r\n \"Australia East\",\r\n \"Brazil South\",\r\n \"Japan West\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada East\",\r\n \"Korea Central\",\r\n \"France Central\",\r\n \"UK West\",\r\n \"Korea South\",\r\n \"France South\",\r\n \"Australia Southeast\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"Australia Central\",\r\n \"Switzerland North\",\r\n \"UAE North\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-02-15\",\r\n \"2019-11-09\",\r\n \"2019-09-07\",\r\n \"2019-05-15\",\r\n \"2019-01-21\",\r\n \"2018-09-07-preview\",\r\n \"2017-09-07-privatepreview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-02-15\",\r\n \"2019-11-09\",\r\n \"2019-09-07\",\r\n \"2019-05-15\",\r\n \"2019-01-21\",\r\n \"2018-09-07-preview\",\r\n \"2017-09-07-privatepreview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/checkNameAvailability\",\r\n \"locations\": [\r\n \"Central US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"East US 2\",\r\n \"West Central US\",\r\n \"Germany West Central\",\r\n \"West US\",\r\n \"Southeast Asia\",\r\n \"East US\",\r\n \"West US 2\",\r\n \"South Central US\",\r\n \"North Central US\",\r\n \"East Asia\",\r\n \"Japan East\",\r\n \"Canada Central\",\r\n \"UK South\",\r\n \"Australia East\",\r\n \"Brazil South\",\r\n \"Japan West\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada East\",\r\n \"Korea Central\",\r\n \"France Central\",\r\n \"UK West\",\r\n \"Korea South\",\r\n \"France South\",\r\n \"Australia Southeast\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"Australia Central\",\r\n \"Switzerland North\",\r\n \"UAE North\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-02-15\",\r\n \"2019-11-09\",\r\n \"2019-09-07\",\r\n \"2019-05-15\",\r\n \"2019-01-21\",\r\n \"2018-09-07-preview\",\r\n \"2017-09-07-privatepreview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-02-15\",\r\n \"2019-11-09\",\r\n \"2019-09-07\",\r\n \"2019-05-15\",\r\n \"2019-01-21\",\r\n \"2018-09-07-preview\",\r\n \"2017-09-07-privatepreview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"NotRegistered\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/providers/Microsoft.LabServices\",\r\n \"namespace\": \"Microsoft.LabServices\",\r\n \"authorization\": {\r\n \"applicationId\": \"1a14be2a-e903-4cec-99cf-b2e209259a0f\",\r\n \"roleDefinitionId\": \"8f2de81a-b9aa-49d8-b24c-11814d3ab525\",\r\n \"managedByRoleDefinitionId\": \"8f2de81a-b9aa-49d8-b24c-11814d3ab525\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"labaccounts\",\r\n \"locations\": [\r\n \"West Central US\",\r\n \"Japan East\",\r\n \"West US\",\r\n \"Australia Southeast\",\r\n \"Canada Central\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"Korea Central\",\r\n \"North Europe\",\r\n \"South Central US\",\r\n \"UK West\",\r\n \"West India\",\r\n \"Australia East\",\r\n \"Brazil South\",\r\n \"Canada East\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"Japan West\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"UK South\",\r\n \"West Europe\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-01-01-preview\",\r\n \"2018-10-15\",\r\n \"2017-12-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"locations/operations\",\r\n \"locations\": [\r\n \"West Central US\",\r\n \"Japan East\",\r\n \"West US\",\r\n \"Australia Southeast\",\r\n \"Canada Central\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"Korea Central\",\r\n \"North Europe\",\r\n \"South Central US\",\r\n \"UK West\",\r\n \"West India\",\r\n \"Australia East\",\r\n \"Brazil South\",\r\n \"Canada East\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"Japan West\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"UK South\",\r\n \"West Europe\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-01-01-preview\",\r\n \"2018-10-15\",\r\n \"2017-12-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-01-01-preview\",\r\n \"2018-10-15\",\r\n \"2017-12-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"users\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-01-01-preview\",\r\n \"2019-01-01-beta\",\r\n \"2019-01-01-alpha\",\r\n \"2018-10-15\",\r\n \"2017-12-01-preview\",\r\n \"2017-12-01-beta\",\r\n \"2017-12-01-alpha\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-01-01-preview\",\r\n \"2018-10-15\",\r\n \"2017-12-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"NotRegistered\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/providers/Microsoft.Logic\",\r\n \"namespace\": \"Microsoft.Logic\",\r\n \"authorization\": {\r\n \"applicationId\": \"7cd684f4-8a78-49b0-91ec-6a35d38739ba\",\r\n \"roleDefinitionId\": \"cb3ef1fb-6e31-49e2-9d87-ed821053fe58\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"workflows\",\r\n \"locations\": [\r\n \"North Central US\",\r\n \"Central US\",\r\n \"South Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"West US\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"Japan West\",\r\n \"Japan East\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"France Central\",\r\n \"France South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"South Africa North\",\r\n \"South Africa West\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2018-07-01-preview\",\r\n \"2017-07-01\",\r\n \"2016-10-01\",\r\n \"2016-06-01\",\r\n \"2015-08-01-preview\",\r\n \"2015-02-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"locations/workflows\",\r\n \"locations\": [\r\n \"North Central US\",\r\n \"Central US\",\r\n \"South Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"West US\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"Japan West\",\r\n \"Japan East\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"France Central\",\r\n \"France South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"South Africa North\",\r\n \"South Africa West\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2018-07-01-preview\",\r\n \"2017-07-01\",\r\n \"2016-10-01\",\r\n \"2016-06-01\",\r\n \"2015-08-01-preview\",\r\n \"2015-02-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [\r\n \"North Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2018-07-01-preview\",\r\n \"2017-07-01\",\r\n \"2016-10-01\",\r\n \"2016-06-01\",\r\n \"2015-08-01-preview\",\r\n \"2015-02-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [\r\n \"North Central US\",\r\n \"Central US\",\r\n \"South Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"West US\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"Japan West\",\r\n \"Japan East\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"France Central\",\r\n \"France South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"South Africa North\",\r\n \"South Africa West\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2018-07-01-preview\",\r\n \"2017-07-01\",\r\n \"2016-10-01\",\r\n \"2016-06-01\",\r\n \"2015-08-01-preview\",\r\n \"2015-02-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"integrationAccounts\",\r\n \"locations\": [\r\n \"North Central US\",\r\n \"Central US\",\r\n \"South Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"West US\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"Japan West\",\r\n \"Japan East\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"France Central\",\r\n \"France South\",\r\n \"Korea Central\",\r\n \"South Africa North\",\r\n \"South Africa West\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2018-07-01-preview\",\r\n \"2016-06-01\",\r\n \"2015-08-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"integrationServiceEnvironments\",\r\n \"locations\": [\r\n \"North Central US\",\r\n \"Central US\",\r\n \"South Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"West US\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"Japan West\",\r\n \"Japan East\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"South India\",\r\n \"Central India\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"UK South\",\r\n \"UK West\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-06-01-preview\",\r\n \"2019-05-01\",\r\n \"2018-07-01-preview\",\r\n \"2018-03-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"integrationServiceEnvironments/managedApis\",\r\n \"locations\": [\r\n \"North Central US\",\r\n \"Central US\",\r\n \"South Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"West US\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"Japan West\",\r\n \"Japan East\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"South India\",\r\n \"Central India\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-06-01-preview\",\r\n \"2019-05-01\",\r\n \"2018-07-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove\"\r\n }\r\n ],\r\n \"registrationState\": \"NotRegistered\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/providers/Microsoft.MachineLearning\",\r\n \"namespace\": \"Microsoft.MachineLearning\",\r\n \"authorization\": {\r\n \"applicationId\": \"0736f41a-0425-4b46-bdb5-1563eff02385\",\r\n \"roleDefinitionId\": \"1cc297bc-1829-4524-941f-966373421033\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"Workspaces\",\r\n \"locations\": [\r\n \"South Central US\",\r\n \"West Europe\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"West Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-04-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"webServices\",\r\n \"locations\": [\r\n \"South Central US\",\r\n \"West Europe\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"East US 2\",\r\n \"West Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2017-01-01\",\r\n \"2016-05-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [\r\n \"South Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2017-01-01\",\r\n \"2016-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [\r\n \"South Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2017-01-01\",\r\n \"2016-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operations\",\r\n \"locations\": [\r\n \"South Central US\",\r\n \"West Europe\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"East US 2\",\r\n \"West Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2017-01-01\",\r\n \"2016-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operationsStatus\",\r\n \"locations\": [\r\n \"South Central US\",\r\n \"West Europe\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"East US 2\",\r\n \"West Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2017-01-01\",\r\n \"2016-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"commitmentPlans\",\r\n \"locations\": [\r\n \"South Central US\",\r\n \"West Europe\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"East US 2\",\r\n \"West Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2017-01-01\",\r\n \"2016-05-01-preview\"\r\n ],\r\n \"capabilities\": \"None\"\r\n }\r\n ],\r\n \"registrationState\": \"NotRegistered\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/providers/Microsoft.MachineLearningServices\",\r\n \"namespace\": \"Microsoft.MachineLearningServices\",\r\n \"authorizations\": [\r\n {\r\n \"applicationId\": \"0736f41a-0425-4b46-bdb5-1563eff02385\",\r\n \"roleDefinitionId\": \"376aa7d7-51a9-463d-bd4d-7e1691345612\",\r\n \"managedByRoleDefinitionId\": \"91d00862-cf55-46a5-9dce-260bbd92ce25\"\r\n },\r\n {\r\n \"applicationId\": \"18a66f5f-dbdf-4c17-9dd7-1634712a9cbe\",\r\n \"roleDefinitionId\": \"8b910db7-60f9-4c04-af30-71aab18eda90\",\r\n \"managedByRoleDefinitionId\": \"91d00862-cf55-46a5-9dce-260bbd92ce25\"\r\n }\r\n ],\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"workspaces\",\r\n \"locations\": [\r\n \"Canada Central\",\r\n \"North Central US\",\r\n \"UK South\",\r\n \"West US\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"Japan East\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"Korea Central\",\r\n \"Brazil South\",\r\n \"France Central\",\r\n \"Australia East\",\r\n \"East US 2\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"Southeast Asia\",\r\n \"West Europe\",\r\n \"South Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-02-18-preview\",\r\n \"2020-02-02\",\r\n \"2020-01-01\",\r\n \"2019-11-01\",\r\n \"2019-10-01\",\r\n \"2019-06-01\",\r\n \"2019-05-01\",\r\n \"2018-11-19\",\r\n \"2018-03-01-preview\"\r\n ],\r\n \"capabilities\": \"SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"workspaces/computes\",\r\n \"locations\": [\r\n \"North Central US\",\r\n \"Canada Central\",\r\n \"UK South\",\r\n \"West US\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"Japan East\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"Korea Central\",\r\n \"Brazil South\",\r\n \"France Central\",\r\n \"Australia East\",\r\n \"East US 2\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"Southeast Asia\",\r\n \"West Europe\",\r\n \"South Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-02-18-preview\",\r\n \"2020-02-02\",\r\n \"2020-01-01\",\r\n \"2019-11-01\",\r\n \"2019-06-01\",\r\n \"2019-05-01\",\r\n \"2018-11-19\",\r\n \"2018-03-01-preview\"\r\n ],\r\n \"capabilities\": \"SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"workspaces/eventGridFilters\",\r\n \"locations\": [\r\n \"North Central US\",\r\n \"Canada Central\",\r\n \"UK South\",\r\n \"West US\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"Japan East\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"Korea Central\",\r\n \"Brazil South\",\r\n \"France Central\",\r\n \"Australia East\",\r\n \"East US 2\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"Southeast Asia\",\r\n \"West Europe\",\r\n \"South Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-02-18-preview\",\r\n \"2020-02-02\",\r\n \"2019-06-01\",\r\n \"2019-05-01\",\r\n \"2018-11-19\",\r\n \"2018-03-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [\r\n \"East US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-02-18-preview\",\r\n \"2020-02-02\",\r\n \"2020-01-01\",\r\n \"2019-11-01\",\r\n \"2019-06-01\",\r\n \"2019-05-01\",\r\n \"2018-11-19\",\r\n \"2018-03-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [\r\n \"East US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-02-18-preview\",\r\n \"2020-02-02\",\r\n \"2020-01-01\",\r\n \"2019-11-01\",\r\n \"2019-06-01\",\r\n \"2019-05-01\",\r\n \"2018-11-19\",\r\n \"2018-03-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/computeOperationsStatus\",\r\n \"locations\": [\r\n \"North Central US\",\r\n \"Canada Central\",\r\n \"UK South\",\r\n \"West US\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"Japan East\",\r\n \"East US\",\r\n \"Australia East\",\r\n \"East US 2\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"Southeast Asia\",\r\n \"West Europe\",\r\n \"South Central US\",\r\n \"North Europe\",\r\n \"Korea Central\",\r\n \"Brazil South\",\r\n \"France Central\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-02-18-preview\",\r\n \"2020-02-02\",\r\n \"2020-01-01\",\r\n \"2019-11-01\",\r\n \"2019-06-01\",\r\n \"2019-05-01\",\r\n \"2018-11-19\",\r\n \"2018-03-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/workspaceOperationsStatus\",\r\n \"locations\": [\r\n \"North Central US\",\r\n \"Canada Central\",\r\n \"UK South\",\r\n \"West US\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"Japan East\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"Korea Central\",\r\n \"Brazil South\",\r\n \"France Central\",\r\n \"Australia East\",\r\n \"East US 2\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"Southeast Asia\",\r\n \"West Europe\",\r\n \"South Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-02-18-preview\",\r\n \"2020-02-02\",\r\n \"2020-01-01\",\r\n \"2019-11-01\",\r\n \"2019-06-01\",\r\n \"2019-05-01\",\r\n \"2018-11-19\",\r\n \"2018-03-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/usages\",\r\n \"locations\": [\r\n \"North Central US\",\r\n \"Canada Central\",\r\n \"UK South\",\r\n \"West US\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"Japan East\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"Korea Central\",\r\n \"Brazil South\",\r\n \"France Central\",\r\n \"Australia East\",\r\n \"East US 2\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"Southeast Asia\",\r\n \"West Europe\",\r\n \"South Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-02-18-preview\",\r\n \"2020-02-02\",\r\n \"2020-01-01\",\r\n \"2019-11-01\",\r\n \"2019-06-01\",\r\n \"2019-05-01\",\r\n \"2018-11-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/vmsizes\",\r\n \"locations\": [\r\n \"North Central US\",\r\n \"Canada Central\",\r\n \"UK South\",\r\n \"West US\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"Japan East\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"Korea Central\",\r\n \"Brazil South\",\r\n \"France Central\",\r\n \"Australia East\",\r\n \"East US 2\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"Southeast Asia\",\r\n \"West Europe\",\r\n \"South Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-02-18-preview\",\r\n \"2020-02-02\",\r\n \"2020-01-01\",\r\n \"2019-11-01\",\r\n \"2019-06-01\",\r\n \"2019-05-01\",\r\n \"2018-11-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/quotas\",\r\n \"locations\": [\r\n \"North Central US\",\r\n \"Canada Central\",\r\n \"UK South\",\r\n \"West US\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"Japan East\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"Korea Central\",\r\n \"Brazil South\",\r\n \"France Central\",\r\n \"Australia East\",\r\n \"East US 2\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"Southeast Asia\",\r\n \"West Europe\",\r\n \"South Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-02-18-preview\",\r\n \"2020-02-02\",\r\n \"2020-01-01\",\r\n \"2019-11-01\",\r\n \"2019-06-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/updatequotas\",\r\n \"locations\": [\r\n \"North Central US\",\r\n \"Canada Central\",\r\n \"UK South\",\r\n \"West US\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"Japan East\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"Korea Central\",\r\n \"Brazil South\",\r\n \"France Central\",\r\n \"Australia East\",\r\n \"East US 2\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"Southeast Asia\",\r\n \"West Europe\",\r\n \"South Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-02-18-preview\",\r\n \"2020-02-02\",\r\n \"2020-01-01\",\r\n \"2019-11-01\",\r\n \"2019-06-01\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"NotRegistered\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/providers/Microsoft.Maintenance\",\r\n \"namespace\": \"Microsoft.Maintenance\",\r\n \"authorization\": {\r\n \"applicationId\": \"f18474f2-a66a-4bb0-a3c9-9b8d892092fa\",\r\n \"roleDefinitionId\": \"2f1ef7b0-d5c4-4d3c-98fa-6a9fa8e74aa5\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"maintenanceConfigurations\",\r\n \"locations\": [\r\n \"Central US\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"Brazil South\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-10-01\",\r\n \"2018-06-01-preview\",\r\n \"2017-04-26\",\r\n \"2017-01-01\",\r\n \"2016-01-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"updates\",\r\n \"locations\": [\r\n \"Central US\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"Brazil South\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-10-01\",\r\n \"2018-06-01-preview\",\r\n \"2017-04-26\",\r\n \"2017-01-01\",\r\n \"2016-01-01\"\r\n ],\r\n \"capabilities\": \"SupportsExtension\"\r\n },\r\n {\r\n \"resourceType\": \"configurationAssignments\",\r\n \"locations\": [\r\n \"Central US\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"Brazil South\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-10-01\",\r\n \"2018-06-01-preview\",\r\n \"2017-04-26\",\r\n \"2017-01-01\",\r\n \"2016-01-01\"\r\n ],\r\n \"capabilities\": \"SupportsExtension\"\r\n },\r\n {\r\n \"resourceType\": \"applyUpdates\",\r\n \"locations\": [\r\n \"Central US\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"Brazil South\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-10-01\",\r\n \"2018-06-01-preview\",\r\n \"2017-04-26\",\r\n \"2017-01-01\",\r\n \"2016-01-01\"\r\n ],\r\n \"capabilities\": \"SupportsExtension\"\r\n }\r\n ],\r\n \"registrationState\": \"NotRegistered\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/providers/Microsoft.ManagedIdentity\",\r\n \"namespace\": \"Microsoft.ManagedIdentity\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"Identities\",\r\n \"locations\": [\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"UAE North\",\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Brazil South\",\r\n \"Central India\",\r\n \"West India\",\r\n \"South India\",\r\n \"Japan West\",\r\n \"Japan East\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Central US\",\r\n \"North Central US\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"South Central US\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"France Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-11-30\",\r\n \"2015-08-31-PREVIEW\"\r\n ],\r\n \"capabilities\": \"SupportsExtension\"\r\n },\r\n {\r\n \"resourceType\": \"userAssignedIdentities\",\r\n \"locations\": [\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"UAE North\",\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Brazil South\",\r\n \"Central India\",\r\n \"West India\",\r\n \"South India\",\r\n \"Japan West\",\r\n \"Japan East\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Central US\",\r\n \"North Central US\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"South Central US\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"France Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-11-30\",\r\n \"2015-08-31-PREVIEW\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"UAE North\",\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Brazil South\",\r\n \"Central India\",\r\n \"West India\",\r\n \"South India\",\r\n \"Japan West\",\r\n \"Japan East\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Central US\",\r\n \"North Central US\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"South Central US\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"France Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-11-30\",\r\n \"2015-08-31-PREVIEW\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"NotRegistered\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/providers/Microsoft.ManagedServices\",\r\n \"namespace\": \"Microsoft.ManagedServices\",\r\n \"authorization\": {\r\n \"applicationId\": \"66c6d0d1-f2e7-4a18-97a9-ed10f3347016\",\r\n \"roleDefinitionId\": \"1e86f807-6ec0-40b3-8b5f-686b7e43a0a2\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"registrationDefinitions\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-09-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01-preview\",\r\n \"2018-06-01-preview\"\r\n ],\r\n \"capabilities\": \"SupportsExtension\"\r\n },\r\n {\r\n \"resourceType\": \"registrationAssignments\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-09-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01-preview\",\r\n \"2018-06-01-preview\"\r\n ],\r\n \"capabilities\": \"SupportsExtension\"\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-09-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01-preview\",\r\n \"2018-06-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"marketplaceRegistrationDefinitions\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-09-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01-preview\",\r\n \"2018-06-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operationStatuses\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-09-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"NotRegistered\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/providers/Microsoft.Management\",\r\n \"namespace\": \"Microsoft.Management\",\r\n \"authorization\": {\r\n \"applicationId\": \"f2c304cf-8e7e-4c3f-8164-16299ad9d272\",\r\n \"roleDefinitionId\": \"c1cf3708-588a-4647-be7f-f400bbe214cf\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"resources\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-11-01-preview\",\r\n \"2017-08-31-preview\",\r\n \"2017-06-30-preview\",\r\n \"2017-05-31-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"managementGroups\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-02-01\",\r\n \"2019-11-01\",\r\n \"2018-03-01-preview\",\r\n \"2018-03-01-beta\",\r\n \"2018-01-01-preview\",\r\n \"2017-11-01-preview\",\r\n \"2017-08-31-preview\",\r\n \"2017-06-30-preview\",\r\n \"2017-05-31-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"getEntities\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-02-01\",\r\n \"2019-11-01\",\r\n \"2018-03-01-preview\",\r\n \"2018-03-01-beta\",\r\n \"2018-01-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"managementGroups/settings\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-02-01\",\r\n \"2018-03-01-beta\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-02-01\",\r\n \"2019-11-01\",\r\n \"2018-03-01-preview\",\r\n \"2018-03-01-beta\",\r\n \"2018-01-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operationResults\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-02-01\",\r\n \"2019-11-01\",\r\n \"2018-03-01-preview\",\r\n \"2018-03-01-beta\",\r\n \"2018-01-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operationResults/asyncOperation\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-02-01\",\r\n \"2019-11-01\",\r\n \"2018-03-01-beta\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-02-01\",\r\n \"2019-11-01\",\r\n \"2018-03-01-preview\",\r\n \"2018-03-01-beta\",\r\n \"2018-01-01-preview\",\r\n \"2017-11-01-preview\",\r\n \"2017-08-31-preview\",\r\n \"2017-06-30-preview\",\r\n \"2017-05-31-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"tenantBackfillStatus\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-02-01\",\r\n \"2019-11-01\",\r\n \"2018-03-01-preview\",\r\n \"2018-03-01-beta\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"startTenantBackfill\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-02-01\",\r\n \"2019-11-01\",\r\n \"2018-03-01-preview\",\r\n \"2018-03-01-beta\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"NotRegistered\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/providers/Microsoft.Maps\",\r\n \"namespace\": \"Microsoft.Maps\",\r\n \"authorizations\": [\r\n {\r\n \"applicationId\": \"608f6f31-fed0-4f7b-809f-90f6c9b3de78\",\r\n \"roleDefinitionId\": \"3431F0E6-63BC-482D-A96E-0AB819610A5F\"\r\n },\r\n {\r\n \"applicationId\": \"ba1ea022-5807-41d5-bbeb-292c7e1cf5f6\"\r\n }\r\n ],\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"accounts\",\r\n \"locations\": [\r\n \"Global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-02-01-preview\",\r\n \"2018-05-01\",\r\n \"2017-01-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"accounts/privateAtlases\",\r\n \"locations\": [\r\n \"United States\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-02-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"accounts/eventGridFilters\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-02-01-preview\",\r\n \"2018-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-02-01-preview\",\r\n \"2018-05-01\",\r\n \"2017-01-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"NotRegistered\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/providers/Microsoft.Marketplace\",\r\n \"namespace\": \"Microsoft.Marketplace\",\r\n \"authorization\": {\r\n \"applicationId\": \"a0e1e353-1a3e-42cf-a8ea-3a9746eec58c\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"register\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-01-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"privategalleryitems\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2018-03-01-beta\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"products\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2018-08-01-beta\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"offers\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2018-08-01-beta\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"offerTypes\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2018-03-01-beta\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"offerTypes/publishers\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2018-03-01-beta\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"offerTypes/publishers/offers\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2018-03-01-beta\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"offerTypes/publishers/offers/plans\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2018-03-01-beta\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"offerTypes/publishers/offers/plans/configs\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2018-03-01-beta\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"offerTypes/publishers/offers/plans/configs/importImage\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2018-03-01-beta\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"offerTypes/publishers/offers/plans/agreements\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2018-03-01-beta\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2018-03-01-beta\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"listAvailableOffers\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2018-03-01-beta\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publishers\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-06-30-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publishers/offers\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-06-30-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publishers/offers/amendments\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-06-30-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"privateStoreClient\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2018-08-01-beta\",\r\n \"2018-03-01-beta\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"privateStores\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-01-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"privateStores/offers\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-01-01\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"NotRegistered\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/providers/Microsoft.MarketplaceApps\",\r\n \"namespace\": \"Microsoft.MarketplaceApps\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"classicDevServices\",\r\n \"locations\": [\r\n \"Northwest US\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"West Central US\",\r\n \"Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"South India\",\r\n \"Central India\",\r\n \"Canada Central\",\r\n \"Canada East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2017-11-01\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-11-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"listCommunicationPreference\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-11-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"updateCommunicationPreference\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-11-01\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"NotRegistered\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/providers/Microsoft.MarketplaceOrdering\",\r\n \"namespace\": \"Microsoft.MarketplaceOrdering\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"agreements\",\r\n \"locations\": [\r\n \"South Central US\",\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2015-06-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-06-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"offertypes\",\r\n \"locations\": [\r\n \"South Central US\",\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2015-06-01\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/providers/Microsoft.Media\",\r\n \"namespace\": \"Microsoft.Media\",\r\n \"authorization\": {\r\n \"applicationId\": \"374b2a64-3b6b-436b-934c-b820eacca870\",\r\n \"roleDefinitionId\": \"aab70789-0cec-44b5-95d7-84b64c9487af\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"mediaservices\",\r\n \"locations\": [\r\n \"Japan West\",\r\n \"Japan East\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"East US\",\r\n \"West US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"Brazil South\",\r\n \"Central India\",\r\n \"West India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"South Africa North\",\r\n \"South Africa West\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-07-01\",\r\n \"2018-06-01-preview\",\r\n \"2018-03-30-preview\",\r\n \"2015-10-01\",\r\n \"2015-04-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"mediaservices/assets\",\r\n \"locations\": [\r\n \"Japan West\",\r\n \"Japan East\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"East US\",\r\n \"West US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"Brazil South\",\r\n \"Central India\",\r\n \"West India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"South Africa North\",\r\n \"South Africa West\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-07-01\",\r\n \"2018-06-01-preview\",\r\n \"2018-03-30-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"mediaservices/contentKeyPolicies\",\r\n \"locations\": [\r\n \"Japan West\",\r\n \"Japan East\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"East US\",\r\n \"West US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"Brazil South\",\r\n \"Central India\",\r\n \"West India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"South Africa North\",\r\n \"South Africa West\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-07-01\",\r\n \"2018-06-01-preview\",\r\n \"2018-03-30-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"mediaservices/streamingLocators\",\r\n \"locations\": [\r\n \"Japan West\",\r\n \"Japan East\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"East US\",\r\n \"West US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"Brazil South\",\r\n \"Central India\",\r\n \"West India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"South Africa North\",\r\n \"South Africa West\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-07-01\",\r\n \"2018-06-01-preview\",\r\n \"2018-03-30-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"mediaservices/streamingPolicies\",\r\n \"locations\": [\r\n \"Japan West\",\r\n \"Japan East\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"East US\",\r\n \"West US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"Brazil South\",\r\n \"Central India\",\r\n \"West India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"South Africa North\",\r\n \"South Africa West\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-07-01\",\r\n \"2018-06-01-preview\",\r\n \"2018-03-30-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"mediaservices/eventGridFilters\",\r\n \"locations\": [\r\n \"Japan West\",\r\n \"Japan East\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"East US\",\r\n \"West US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"Brazil South\",\r\n \"Central India\",\r\n \"West India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"South Africa North\",\r\n \"South Africa West\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-02-05\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"mediaservices/transforms\",\r\n \"locations\": [\r\n \"Japan West\",\r\n \"Japan East\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"East US\",\r\n \"West US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"Brazil South\",\r\n \"Central India\",\r\n \"West India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"South Africa North\",\r\n \"South Africa West\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-07-01\",\r\n \"2018-06-01-preview\",\r\n \"2018-03-30-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"mediaservices/transforms/jobs\",\r\n \"locations\": [\r\n \"Japan West\",\r\n \"Japan East\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"East US\",\r\n \"West US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"Brazil South\",\r\n \"Central India\",\r\n \"West India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"South Africa North\",\r\n \"South Africa West\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-07-01\",\r\n \"2018-06-01-preview\",\r\n \"2018-03-30-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"mediaservices/streamingEndpoints\",\r\n \"locations\": [\r\n \"Japan West\",\r\n \"Japan East\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"East US\",\r\n \"West US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"Brazil South\",\r\n \"Central India\",\r\n \"West India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"South Africa North\",\r\n \"South Africa West\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-05-01-preview\",\r\n \"2018-07-01\",\r\n \"2018-06-01-preview\",\r\n \"2018-03-30-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"mediaservices/liveEvents\",\r\n \"locations\": [\r\n \"Japan West\",\r\n \"Japan East\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"East US\",\r\n \"West US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"Brazil South\",\r\n \"Central India\",\r\n \"West India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"South Africa North\",\r\n \"South Africa West\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-05-01-preview\",\r\n \"2018-07-01\",\r\n \"2018-06-01-preview\",\r\n \"2018-03-30-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"mediaservices/liveEvents/liveOutputs\",\r\n \"locations\": [\r\n \"Japan West\",\r\n \"Japan East\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"East US\",\r\n \"West US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"Brazil South\",\r\n \"Central India\",\r\n \"West India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"South Africa North\",\r\n \"South Africa West\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-05-01-preview\",\r\n \"2018-07-01\",\r\n \"2018-06-01-preview\",\r\n \"2018-03-30-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"mediaservices/streamingEndpointOperations\",\r\n \"locations\": [\r\n \"Japan West\",\r\n \"Japan East\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"East US\",\r\n \"West US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"Brazil South\",\r\n \"Central India\",\r\n \"West India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"South Africa North\",\r\n \"South Africa West\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-05-01-preview\",\r\n \"2018-07-01\",\r\n \"2018-06-01-preview\",\r\n \"2018-03-30-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"mediaservices/liveEventOperations\",\r\n \"locations\": [\r\n \"Japan West\",\r\n \"Japan East\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"East US\",\r\n \"West US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"Brazil South\",\r\n \"Central India\",\r\n \"West India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"South Africa North\",\r\n \"South Africa West\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-05-01-preview\",\r\n \"2018-07-01\",\r\n \"2018-06-01-preview\",\r\n \"2018-03-30-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"mediaservices/liveOutputOperations\",\r\n \"locations\": [\r\n \"Japan West\",\r\n \"Japan East\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"East US\",\r\n \"West US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"Brazil South\",\r\n \"Central India\",\r\n \"West India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"South Africa North\",\r\n \"South Africa West\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-05-01-preview\",\r\n \"2018-07-01\",\r\n \"2018-06-01-preview\",\r\n \"2018-03-30-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"mediaservices/assets/assetFilters\",\r\n \"locations\": [\r\n \"Japan West\",\r\n \"Japan East\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"East US\",\r\n \"West US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"Brazil South\",\r\n \"Central India\",\r\n \"West India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"South Africa North\",\r\n \"South Africa West\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-07-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"mediaservices/accountFilters\",\r\n \"locations\": [\r\n \"Japan West\",\r\n \"Japan East\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"East US\",\r\n \"West US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"Brazil South\",\r\n \"Central India\",\r\n \"West India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"South Africa North\",\r\n \"South Africa West\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-07-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2018-07-01\",\r\n \"2018-06-01-preview\",\r\n \"2018-03-30-preview\",\r\n \"2018-02-05\",\r\n \"2015-10-01\",\r\n \"2015-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checknameavailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-10-01\",\r\n \"2015-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2018-07-01\",\r\n \"2018-06-01-preview\",\r\n \"2018-03-30-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/checkNameAvailability\",\r\n \"locations\": [\r\n \"Japan West\",\r\n \"Japan East\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"East US\",\r\n \"West US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"Brazil South\",\r\n \"Central India\",\r\n \"West India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"South Africa North\",\r\n \"South Africa West\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-07-01\",\r\n \"2018-06-01-preview\",\r\n \"2018-03-30-preview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"NotRegistered\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/providers/Microsoft.Migrate\",\r\n \"namespace\": \"Microsoft.Migrate\",\r\n \"authorizations\": [\r\n {\r\n \"applicationId\": \"e3bfd6ac-eace-4438-9dc1-eed439e738de\",\r\n \"roleDefinitionId\": \"e88f4159-1d71-4b12-8ef0-38c039cb051e\"\r\n }\r\n ],\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"projects\",\r\n \"locations\": [\r\n \"West Central US\",\r\n \"East US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-02-02\",\r\n \"2017-11-11-preview\",\r\n \"2017-09-25-privatepreview\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"migrateprojects\",\r\n \"locations\": [\r\n \"Central US\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"West US 2\",\r\n \"Australia Southeast\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Canada Central\",\r\n \"Central India\",\r\n \"South India\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Korea South\",\r\n \"Korea Central\",\r\n \"France Central\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-06-01\",\r\n \"2018-09-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"assessmentProjects\",\r\n \"locations\": [\r\n \"Central US\",\r\n \"West Europe\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"North Europe\",\r\n \"West US 2\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Central India\",\r\n \"South India\",\r\n \"Canada Central\",\r\n \"Australia Southeast\",\r\n \"Japan West\",\r\n \"Japan East\",\r\n \"Brazil South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-10-01\",\r\n \"2019-05-01\",\r\n \"2018-06-30-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [\r\n \"West Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-02-02\",\r\n \"2017-11-11-preview\",\r\n \"2017-09-25-privatepreview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2018-02-02\",\r\n \"2017-11-11-preview\",\r\n \"2017-09-25-privatepreview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/checkNameAvailability\",\r\n \"locations\": [\r\n \"West Central US\",\r\n \"East US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-02-02\",\r\n \"2017-11-11-preview\",\r\n \"2017-09-25-privatepreview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/assessmentOptions\",\r\n \"locations\": [\r\n \"West Central US\",\r\n \"East US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-02-02\",\r\n \"2017-11-11-preview\",\r\n \"2017-09-25-privatepreview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"NotRegistered\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/providers/Microsoft.MixedReality\",\r\n \"namespace\": \"Microsoft.MixedReality\",\r\n \"authorizations\": [\r\n {\r\n \"applicationId\": \"c7ddd9b4-5172-4e28-bd29-1e0792947d18\",\r\n \"roleDefinitionId\": \"b67ee066-e058-4ddb-92bc-83cdd74bc38a\"\r\n }\r\n ],\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-12-02-preview\",\r\n \"2019-02-28-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/checkNameAvailability\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"Southeast Asia\",\r\n \"West Europe\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-12-02-preview\",\r\n \"2019-02-28-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-12-02-preview\",\r\n \"2019-02-28-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"spatialAnchorsAccounts\",\r\n \"locations\": [\r\n \"East US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-12-02-preview\",\r\n \"2019-02-28-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n }\r\n ],\r\n \"registrationState\": \"NotRegistered\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/providers/Microsoft.NetApp\",\r\n \"namespace\": \"Microsoft.NetApp\",\r\n \"authorizations\": [\r\n {\r\n \"applicationId\": \"12fb057d-b751-47cd-857c-f2934bb677b4\",\r\n \"roleDefinitionId\": \"e4796bef-6b6d-4cbc-ba1e-27f1a308d860\"\r\n }\r\n ],\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [\r\n \"Australia East\",\r\n \"Canada Central\",\r\n \"Central US\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"Germany North\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Europe\",\r\n \"South Central US\",\r\n \"Southeast Asia\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-11-01\",\r\n \"2019-10-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-05-01\",\r\n \"2017-08-15\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"NotRegistered\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/providers/Microsoft.NotificationHubs\",\r\n \"namespace\": \"Microsoft.NotificationHubs\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"namespaces\",\r\n \"locations\": [\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central US\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"West Central US\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Germany West Central\"\r\n ],\r\n \"apiVersions\": [\r\n \"2017-04-01\",\r\n \"2016-03-01\",\r\n \"2014-09-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"namespaces/notificationHubs\",\r\n \"locations\": [\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central US\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"West Central US\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Germany West Central\"\r\n ],\r\n \"apiVersions\": [\r\n \"2017-04-01\",\r\n \"2016-03-01\",\r\n \"2014-09-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"checkNamespaceAvailability\",\r\n \"locations\": [\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central US\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"West Central US\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Germany West Central\"\r\n ],\r\n \"apiVersions\": [\r\n \"2017-04-01\",\r\n \"2016-03-01\",\r\n \"2014-09-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central US\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"West Central US\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Germany West Central\"\r\n ],\r\n \"apiVersions\": [\r\n \"2017-04-01\",\r\n \"2016-03-01\",\r\n \"2014-09-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central US\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"West Central US\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Germany West Central\"\r\n ],\r\n \"apiVersions\": [\r\n \"2017-04-01\",\r\n \"2016-03-01\",\r\n \"2014-09-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operationResults\",\r\n \"locations\": [\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central US\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"West Central US\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Germany West Central\"\r\n ],\r\n \"apiVersions\": [\r\n \"2017-04-01\",\r\n \"2016-03-01\",\r\n \"2014-09-01\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"NotRegistered\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/providers/Microsoft.ObjectStore\",\r\n \"namespace\": \"Microsoft.ObjectStore\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"osNamespaces\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-06-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n }\r\n ],\r\n \"registrationState\": \"NotRegistered\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/providers/Microsoft.OffAzure\",\r\n \"namespace\": \"Microsoft.OffAzure\",\r\n \"authorizations\": [\r\n {\r\n \"applicationId\": \"728a93e3-065d-4678-93b1-3cc281223341\",\r\n \"roleDefinitionId\": \"b9967bf7-a345-4af8-95f0-49916f760fc6\"\r\n }\r\n ],\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"VMwareSites\",\r\n \"locations\": [\r\n \"Central US\",\r\n \"West Europe\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"North Europe\",\r\n \"West US 2\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Central India\",\r\n \"South India\",\r\n \"Canada Central\",\r\n \"Australia Southeast\",\r\n \"Japan West\",\r\n \"Japan East\",\r\n \"Brazil South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-01-01-preview\",\r\n \"2020-01-01\",\r\n \"2019-06-06\",\r\n \"2019-05-01-preview\",\r\n \"2018-05-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"HyperVSites\",\r\n \"locations\": [\r\n \"Central US\",\r\n \"West Europe\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"North Europe\",\r\n \"West US 2\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Central India\",\r\n \"South India\",\r\n \"Canada Central\",\r\n \"Australia Southeast\",\r\n \"Japan West\",\r\n \"Japan East\",\r\n \"Brazil South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-01-01\",\r\n \"2019-06-06\",\r\n \"2018-05-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"ServerSites\",\r\n \"locations\": [\r\n \"Central US\",\r\n \"West Europe\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"North Europe\",\r\n \"West US 2\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Central India\",\r\n \"South India\",\r\n \"Canada Central\",\r\n \"Australia Southeast\",\r\n \"Japan West\",\r\n \"Japan East\",\r\n \"Brazil South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-01-01-preview\",\r\n \"2019-05-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"ImportSites\",\r\n \"locations\": [\r\n \"Central US\",\r\n \"West Europe\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"North Europe\",\r\n \"West US 2\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Central India\",\r\n \"South India\",\r\n \"Canada Central\",\r\n \"Australia Southeast\",\r\n \"Japan West\",\r\n \"Japan East\",\r\n \"Brazil South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-01-01-preview\",\r\n \"2019-05-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [\r\n \"Southeast Asia\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-01-01\",\r\n \"2019-06-06\",\r\n \"2018-05-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"NotRegistered\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/providers/Microsoft.OperationalInsights\",\r\n \"namespace\": \"Microsoft.OperationalInsights\",\r\n \"authorizations\": [\r\n {\r\n \"applicationId\": \"d2a0a418-0aac-4541-82b2-b3142c89da77\",\r\n \"roleDefinitionId\": \"86695298-2eb9-48a7-9ec3-2fdb38b6878b\"\r\n },\r\n {\r\n \"applicationId\": \"ca7f3f0b-7d91-482c-8e09-c5d840d0eac5\",\r\n \"roleDefinitionId\": \"5d5a2e56-9835-44aa-93db-d2f19e155438\"\r\n }\r\n ],\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"workspaces\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West Europe\",\r\n \"Southeast Asia\",\r\n \"Australia Southeast\",\r\n \"West Central US\",\r\n \"Japan East\",\r\n \"UK South\",\r\n \"Central India\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"France Central\",\r\n \"Korea Central\",\r\n \"North Europe\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"South Central US\",\r\n \"North Central US\",\r\n \"West US\",\r\n \"UK West\",\r\n \"South Africa North\",\r\n \"Brazil South\",\r\n \"Switzerland North\",\r\n \"Switzerland West\"\r\n ],\r\n \"apiVersions\": [\r\n \"2017-04-26-preview\",\r\n \"2017-03-15-preview\",\r\n \"2017-03-03-preview\",\r\n \"2017-01-01-preview\",\r\n \"2015-11-01-preview\",\r\n \"2015-03-20\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-08-01-preview\",\r\n \"2017-04-26-preview\",\r\n \"2017-03-15-preview\",\r\n \"2017-03-03-preview\",\r\n \"2017-01-01-preview\",\r\n \"2015-11-01-preview\",\r\n \"2015-03-20\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operationStatuses\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West Europe\",\r\n \"Southeast Asia\",\r\n \"Australia Southeast\",\r\n \"West Central US\",\r\n \"Japan East\",\r\n \"UK South\",\r\n \"Central India\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"France Central\",\r\n \"Korea Central\",\r\n \"North Europe\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"South Central US\",\r\n \"North Central US\",\r\n \"West US\",\r\n \"UK West\",\r\n \"South Africa North\",\r\n \"Brazil South\",\r\n \"Switzerland North\",\r\n \"Switzerland West\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-08-01-preview\",\r\n \"2017-04-26-preview\",\r\n \"2017-03-15-preview\",\r\n \"2017-03-03-preview\",\r\n \"2017-01-01-preview\",\r\n \"2015-11-01-preview\",\r\n \"2015-03-20\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"workspaces/scopedPrivateLinkProxies\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West Europe\",\r\n \"Southeast Asia\",\r\n \"Australia Southeast\",\r\n \"West Central US\",\r\n \"Japan East\",\r\n \"UK South\",\r\n \"Central India\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"France Central\",\r\n \"Korea Central\",\r\n \"North Europe\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"South Central US\",\r\n \"North Central US\",\r\n \"West US\",\r\n \"UK West\",\r\n \"South Africa North\",\r\n \"Brazil South\",\r\n \"Switzerland North\",\r\n \"Switzerland West\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-08-01-preview\",\r\n \"2015-11-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"workspaces/query\",\r\n \"locations\": [\r\n \"West Central US\",\r\n \"Australia Southeast\",\r\n \"West Europe\",\r\n \"East US\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"UK South\",\r\n \"Central India\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"France Central\",\r\n \"Korea Central\",\r\n \"North Europe\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"South Central US\",\r\n \"North Central US\",\r\n \"West US\",\r\n \"UK West\",\r\n \"South Africa North\",\r\n \"Brazil South\",\r\n \"Switzerland West\",\r\n \"Switzerland North\"\r\n ],\r\n \"apiVersions\": [\r\n \"2017-10-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"workspaces/dataSources\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West Europe\",\r\n \"Southeast Asia\",\r\n \"Australia Southeast\",\r\n \"West Central US\",\r\n \"Japan East\",\r\n \"UK South\",\r\n \"Central India\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"France Central\",\r\n \"Korea Central\",\r\n \"North Europe\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"South Central US\",\r\n \"North Central US\",\r\n \"West US\",\r\n \"UK West\",\r\n \"South Africa North\",\r\n \"Brazil South\",\r\n \"Switzerland North\",\r\n \"Switzerland West\"\r\n ],\r\n \"apiVersions\": [\r\n \"2015-11-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageInsightConfigs\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2014-10-10\"\r\n ],\r\n \"capabilities\": \"SupportsExtension\"\r\n },\r\n {\r\n \"resourceType\": \"workspaces/linkedServices\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West Europe\",\r\n \"Southeast Asia\",\r\n \"Australia Southeast\",\r\n \"West Central US\",\r\n \"Japan East\",\r\n \"UK South\",\r\n \"Central India\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"France Central\",\r\n \"Korea Central\",\r\n \"North Europe\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"South Central US\",\r\n \"North Central US\",\r\n \"West US\",\r\n \"UK West\",\r\n \"South Africa North\",\r\n \"Brazil South\",\r\n \"Switzerland North\",\r\n \"Switzerland West\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-08-01-preview\",\r\n \"2015-11-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"linkTargets\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2015-03-20\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2014-11-10\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"NotRegistered\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/providers/Microsoft.OperationsManagement\",\r\n \"namespace\": \"Microsoft.OperationsManagement\",\r\n \"authorization\": {\r\n \"applicationId\": \"d2a0a418-0aac-4541-82b2-b3142c89da77\",\r\n \"roleDefinitionId\": \"aa249101-6816-4966-aafa-08175d795f14\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"solutions\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West Europe\",\r\n \"Southeast Asia\",\r\n \"Australia Southeast\",\r\n \"West Central US\",\r\n \"Japan East\",\r\n \"UK South\",\r\n \"Central India\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"Australia East\",\r\n \"Australia Central\",\r\n \"France Central\",\r\n \"Korea Central\",\r\n \"North Europe\",\r\n \"Central Us\",\r\n \"East Us 2\",\r\n \"East Asia\",\r\n \"West Us\",\r\n \"South Central Us\",\r\n \"North Central US\",\r\n \"UK West\",\r\n \"South Africa North\",\r\n \"Brazil South\",\r\n \"Switzerland North\",\r\n \"Switzerland West\"\r\n ],\r\n \"apiVersions\": [\r\n \"2015-11-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"managementconfigurations\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West Europe\",\r\n \"Southeast Asia\",\r\n \"Australia Southeast\",\r\n \"West Central US\",\r\n \"Japan East\",\r\n \"UK South\",\r\n \"Central India\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"Australia East\",\r\n \"Australia Central\",\r\n \"France Central\",\r\n \"Korea Central\",\r\n \"North Europe\",\r\n \"Central Us\",\r\n \"East Us 2\",\r\n \"East Asia\",\r\n \"West Us\",\r\n \"South Central Us\",\r\n \"North Central US\",\r\n \"UK West\",\r\n \"South Africa North\",\r\n \"Brazil South\",\r\n \"Switzerland North\",\r\n \"Switzerland West\"\r\n ],\r\n \"apiVersions\": [\r\n \"2015-11-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"managementassociations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-11-01-preview\"\r\n ],\r\n \"capabilities\": \"SupportsExtension\"\r\n },\r\n {\r\n \"resourceType\": \"views\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West Europe\",\r\n \"Southeast Asia\",\r\n \"Australia Southeast\",\r\n \"West Central US\",\r\n \"Japan East\",\r\n \"UK South\",\r\n \"Central India\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"Australia East\",\r\n \"Australia Central\",\r\n \"France Central\",\r\n \"Korea Central\",\r\n \"North Europe\",\r\n \"Central Us\",\r\n \"East Us 2\",\r\n \"East Asia\",\r\n \"West Us\",\r\n \"South Central Us\",\r\n \"North Central US\",\r\n \"UK West\",\r\n \"South Africa North\",\r\n \"Brazil South\",\r\n \"Switzerland North\",\r\n \"Switzerland West\"\r\n ],\r\n \"apiVersions\": [\r\n \"2017-08-21-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-11-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"NotRegistered\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/providers/Microsoft.Peering\",\r\n \"namespace\": \"Microsoft.Peering\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"peerings\",\r\n \"locations\": [\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"East Asia\",\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Southeast Asia\",\r\n \"West India\",\r\n \"South India\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Canada Central\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"Canada East\",\r\n \"West Europe\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"North Europe\",\r\n \"France Central\",\r\n \"France South\",\r\n \"South Africa North\",\r\n \"South Africa West\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-01-01-preview\",\r\n \"2019-09-01-preview\",\r\n \"2019-08-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"peeringLocations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-01-01-preview\",\r\n \"2019-09-01-preview\",\r\n \"2019-08-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"legacyPeerings\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-01-01-preview\",\r\n \"2019-09-01-preview\",\r\n \"2019-08-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"peerAsns\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-01-01-preview\",\r\n \"2019-09-01-preview\",\r\n \"2019-08-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"peeringServiceCountries\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-01-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"peeringServiceLocations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-01-01-preview\",\r\n \"2019-09-01-preview\",\r\n \"2019-08-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"peeringServiceProviders\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-01-01-preview\",\r\n \"2019-09-01-preview\",\r\n \"2019-08-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceProviderAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-01-01-preview\",\r\n \"2019-09-01-preview\",\r\n \"2019-08-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-01-01-preview\",\r\n \"2019-09-01-preview\",\r\n \"2019-08-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"NotRegistered\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/providers/Microsoft.Portal\",\r\n \"namespace\": \"Microsoft.Portal\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"dashboards\",\r\n \"locations\": [\r\n \"Central US\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"West Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia Southeast\",\r\n \"Australia East\",\r\n \"West India\",\r\n \"South India\",\r\n \"Central India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"South Africa North\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-01-01-preview\",\r\n \"2018-10-01-preview\",\r\n \"2015-08-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [\r\n \"Central US\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"West Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia Southeast\",\r\n \"Australia East\",\r\n \"West India\",\r\n \"South India\",\r\n \"Central India\",\r\n \"Canada Central\",\r\n \"Canada East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2015-08-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2018-10-01\",\r\n \"2017-12-01-preview\",\r\n \"2017-08-01-preview\",\r\n \"2017-01-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"consoles\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2018-10-01\",\r\n \"2017-12-01-preview\",\r\n \"2017-08-01-preview\",\r\n \"2017-01-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/consoles\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"Central India\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"South Central US\",\r\n \"Southeast Asia\",\r\n \"East US 2\",\r\n \"Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-10-01\",\r\n \"2017-12-01-preview\",\r\n \"2017-08-01-preview\",\r\n \"2017-01-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"userSettings\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2018-10-01\",\r\n \"2017-12-01-preview\",\r\n \"2017-08-01-preview\",\r\n \"2017-01-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/userSettings\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"Central India\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"South Central US\",\r\n \"Southeast Asia\",\r\n \"East US 2\",\r\n \"Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-10-01\",\r\n \"2017-12-01-preview\",\r\n \"2017-08-01-preview\",\r\n \"2017-01-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/providers/Microsoft.PowerBI\",\r\n \"namespace\": \"Microsoft.PowerBI\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"workspaceCollections\",\r\n \"locations\": [\r\n \"South Central US\",\r\n \"North Central US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Brazil South\",\r\n \"Southeast Asia\",\r\n \"Australia Southeast\",\r\n \"Canada Central\",\r\n \"Japan East\",\r\n \"UK South\",\r\n \"West India\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-01-29\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-01-29\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/checkNameAvailability\",\r\n \"locations\": [\r\n \"South Central US\",\r\n \"North Central US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Brazil South\",\r\n \"Southeast Asia\",\r\n \"Australia Southeast\",\r\n \"Canada Central\",\r\n \"Japan East\",\r\n \"UK South\",\r\n \"West India\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-01-29\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"NotRegistered\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/providers/Microsoft.PowerBIDedicated\",\r\n \"namespace\": \"Microsoft.PowerBIDedicated\",\r\n \"authorization\": {\r\n \"applicationId\": \"4ac7d521-0382-477b-b0f8-7e1d95f85ca2\",\r\n \"roleDefinitionId\": \"490d5987-bcf6-4be6-b6b2-056a78cb693a\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"capacities\",\r\n \"locations\": [\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"UAE North\",\r\n \"UAE Central\",\r\n \"France Central\",\r\n \"France South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"Japan West\",\r\n \"South Africa North\",\r\n \"Canada East\",\r\n \"South Africa West\",\r\n \"UK West\",\r\n \"Central US\",\r\n \"Central India\",\r\n \"Australia East\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"West India\",\r\n \"Japan East\",\r\n \"West Central US\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"South Central US\",\r\n \"Southeast Asia\",\r\n \"UK South\",\r\n \"West Europe\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2017-10-01\",\r\n \"2017-01-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-01-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/checkNameAvailability\",\r\n \"locations\": [\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"UAE North\",\r\n \"UAE Central\",\r\n \"France Central\",\r\n \"France South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"Japan West\",\r\n \"Canada East\",\r\n \"UK West\",\r\n \"Central US\",\r\n \"Central India\",\r\n \"Australia East\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"West India\",\r\n \"Japan East\",\r\n \"West Central US\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"South Africa North\",\r\n \"South Central US\",\r\n \"Southeast Asia\",\r\n \"South Africa West\",\r\n \"UK South\",\r\n \"West Europe\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2017-10-01\",\r\n \"2017-01-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operationresults\",\r\n \"locations\": [\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"UAE North\",\r\n \"UAE Central\",\r\n \"France Central\",\r\n \"France South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"Japan West\",\r\n \"Canada East\",\r\n \"UK West\",\r\n \"Central US\",\r\n \"Central India\",\r\n \"Australia East\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"West India\",\r\n \"Japan East\",\r\n \"West Central US\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"South Central US\",\r\n \"Southeast Asia\",\r\n \"UK South\",\r\n \"West Europe\",\r\n \"West US\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2017-10-01\",\r\n \"2017-01-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operationstatuses\",\r\n \"locations\": [\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"UAE North\",\r\n \"UAE Central\",\r\n \"France Central\",\r\n \"France South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"Japan West\",\r\n \"Canada East\",\r\n \"UK West\",\r\n \"Central US\",\r\n \"Central India\",\r\n \"Australia East\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"West India\",\r\n \"Japan East\",\r\n \"West Central US\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"South Central US\",\r\n \"Southeast Asia\",\r\n \"UK South\",\r\n \"West Europe\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"South Africa North\",\r\n \"South Africa West\"\r\n ],\r\n \"apiVersions\": [\r\n \"2017-10-01\",\r\n \"2017-01-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [\r\n \"East US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2017-10-01\",\r\n \"2017-01-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"NotRegistered\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/providers/Microsoft.ProjectBabylon\",\r\n \"namespace\": \"Microsoft.ProjectBabylon\",\r\n \"authorization\": {\r\n \"applicationId\": \"73c2949e-da2d-457a-9607-fcc665198967\",\r\n \"roleDefinitionId\": \"1BC09725-0C9B-4F57-A3D0-FCCF4EB40120\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-10-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"NotRegistered\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/providers/Microsoft.ProviderHub\",\r\n \"namespace\": \"Microsoft.ProviderHub\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"providerRegistrations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-02-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"providerRegistrations/resourceTypeRegistrations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-02-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"rollouts\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-02-01-preview\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"availableAccounts\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-02-01-preview\",\r\n \"2018-11-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"NotRegistered\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/providers/Microsoft.Quantum\",\r\n \"namespace\": \"Microsoft.Quantum\",\r\n \"authorizations\": [\r\n {\r\n \"applicationId\": \"a77d91dc-971b-4cf7-90c8-f183194249bc\",\r\n \"roleDefinitionId\": \"915bd376-2da8-411d-9906-895a54086a66\"\r\n }\r\n ],\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"Operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-11-04-preview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"NotRegistered\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/providers/Microsoft.RecoveryServices\",\r\n \"namespace\": \"Microsoft.RecoveryServices\",\r\n \"authorizations\": [\r\n {\r\n \"applicationId\": \"262044b1-e2ce-469f-a196-69ab7ada62d3\",\r\n \"roleDefinitionId\": \"21CEC436-F7D0-4ADE-8AD8-FEC5668484CC\"\r\n },\r\n {\r\n \"applicationId\": \"b8340c3b-9267-498f-b21a-15d5547fd85e\",\r\n \"roleDefinitionId\": \"8A00C8EA-8F1B-45A7-8F64-F4CC61EEE9B6\"\r\n },\r\n {\r\n \"applicationId\": \"3b2fa68d-a091-48c9-95be-88d572e08fb7\",\r\n \"roleDefinitionId\": \"47d68fae-99c7-4c10-b9db-2316116a061e\"\r\n },\r\n {\r\n \"applicationId\": \"9bdab391-7bbe-42e8-8132-e4491dc29cc0\",\r\n \"roleDefinitionId\": \"0383f7f5-023d-4379-b2c7-9ef786459969\"\r\n }\r\n ],\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"vaults\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"Brazil South\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-06-15\",\r\n \"2019-05-13-preview\",\r\n \"2019-05-13\",\r\n \"2018-12-20-preview\",\r\n \"2018-07-10-preview\",\r\n \"2018-07-10\",\r\n \"2018-01-10\",\r\n \"2017-07-01-preview\",\r\n \"2017-07-01\",\r\n \"2016-12-01\",\r\n \"2016-08-10\",\r\n \"2016-06-01\",\r\n \"2016-05-01\",\r\n \"2015-12-15\",\r\n \"2015-12-10\",\r\n \"2015-11-10\",\r\n \"2015-08-15\",\r\n \"2015-08-10\",\r\n \"2015-06-10\",\r\n \"2015-03-15\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-08-10\",\r\n \"2016-06-01\",\r\n \"2015-12-15\",\r\n \"2015-12-10\",\r\n \"2015-11-10\",\r\n \"2015-08-15\",\r\n \"2015-08-10\",\r\n \"2015-06-10\",\r\n \"2015-03-15\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-07-01\",\r\n \"2016-06-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/backupStatus\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"Brazil South\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"West Central US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2017-07-01\",\r\n \"2016-06-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/checkNameAvailability\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"Brazil South\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"West Central US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-01-10\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/allocatedStamp\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"Brazil South\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"West Central US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-06-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/allocateStamp\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"Brazil South\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"West Central US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-06-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/backupValidateFeatures\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"Brazil South\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"West Central US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2017-07-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/backupPreValidateProtection\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"Brazil South\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"West Central US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2017-07-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/backupCrrJobs\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"Brazil South\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"West Central US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-12-20-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/backupCrrJob\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"Brazil South\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"West Central US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-12-20-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/backupAadProperties\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"Brazil South\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"West Central US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-12-20-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/backupCrossRegionRestore\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"Brazil South\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"West Central US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-12-20-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/backupCrrOperationResults\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"Brazil South\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"West Central US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-12-20-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/backupCrrOperationsStatus\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"Brazil South\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"West Central US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-12-20-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"backupProtectedItems\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"Brazil South\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"West Central US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2017-07-01-preview\"\r\n ],\r\n \"capabilities\": \"SupportsExtension\"\r\n },\r\n {\r\n \"resourceType\": \"replicationEligibilityResults\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"Brazil South\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"West Central US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-07-10\"\r\n ],\r\n \"capabilities\": \"SupportsExtension\"\r\n }\r\n ],\r\n \"registrationState\": \"NotRegistered\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/providers/Microsoft.RedHatOpenShift\",\r\n \"namespace\": \"Microsoft.RedHatOpenShift\",\r\n \"authorizations\": [\r\n {\r\n \"applicationId\": \"f1dd0a37-89c6-4e07-bcd1-ffd3d43d8875\",\r\n \"roleDefinitionId\": \"640c5ac9-6f32-4891-94f4-d20f7aa9a7e6\",\r\n \"managedByRoleDefinitionId\": \"9e3af657-a8ff-583c-a75c-2fe7c4bcb635\",\r\n \"managedByAuthorization\": {\r\n \"allowManagedByInheritance\": true\r\n }\r\n }\r\n ],\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-12-31-preview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"NotRegistered\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/providers/Microsoft.Relay\",\r\n \"namespace\": \"Microsoft.Relay\",\r\n \"authorization\": {\r\n \"applicationId\": \"80369ed6-5f11-4dd9-bef3-692475845e77\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"namespaces\",\r\n \"locations\": [\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central US\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US 2\",\r\n \"West US\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"West Central US\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Australia Central\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2017-04-01\",\r\n \"2016-07-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"namespaces/authorizationrules\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-04-01\",\r\n \"2016-07-01\",\r\n \"2015-08-01\",\r\n \"2014-09-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"namespaces/hybridconnections\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-04-01\",\r\n \"2016-07-01\",\r\n \"2015-08-01\",\r\n \"2014-09-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"namespaces/hybridconnections/authorizationrules\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-04-01\",\r\n \"2016-07-01\",\r\n \"2015-08-01\",\r\n \"2014-09-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"namespaces/wcfrelays\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-04-01\",\r\n \"2016-07-01\",\r\n \"2015-08-01\",\r\n \"2014-09-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"namespaces/wcfrelays/authorizationrules\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-04-01\",\r\n \"2016-07-01\",\r\n \"2015-08-01\",\r\n \"2014-09-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-04-01\",\r\n \"2016-07-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-04-01\",\r\n \"2016-07-01\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"NotRegistered\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/providers/Microsoft.ResourceGraph\",\r\n \"namespace\": \"Microsoft.ResourceGraph\",\r\n \"authorization\": {\r\n \"applicationId\": \"509e4652-da8d-478d-a730-e9d4a1996ca4\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"resources\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-04-01\",\r\n \"2018-09-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourcesHistory\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-09-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceChanges\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-09-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceChangeDetails\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-09-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-04-01\",\r\n \"2018-09-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptionsStatus\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-04-01\",\r\n \"2018-09-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"queries\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-09-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/providers/Microsoft.Resources\",\r\n \"namespace\": \"Microsoft.Resources\",\r\n \"authorization\": {\r\n \"applicationId\": \"3b990c8b-9607-4c2a-8b04-1d41985facca\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"tenants\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-01-01\",\r\n \"2019-09-01\",\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-09-01\",\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operationresults\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-09-01\",\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"notifyResourceJobs\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-09-01\",\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"tags\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-10-01\",\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\"\r\n ],\r\n \"capabilities\": \"SupportsExtension\"\r\n },\r\n {\r\n \"resourceType\": \"checkPolicyCompliance\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"providers\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkresourcename\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resources\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-09-01\",\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-10-01\",\r\n \"2019-09-01\",\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/resources\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-09-01\",\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/providers\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/operationresults\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceGroups\",\r\n \"locations\": [\r\n \"Central US\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"West Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia Southeast\",\r\n \"Australia East\",\r\n \"West India\",\r\n \"South India\",\r\n \"Central India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Australia Central\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/resourceGroups\",\r\n \"locations\": [\r\n \"Central US\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"West Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia Southeast\",\r\n \"Australia East\",\r\n \"West India\",\r\n \"South India\",\r\n \"Central India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Australia Central\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/resourcegroups/resources\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/tagnames\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/tagNames/tagValues\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"deployments\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-09-01\",\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"deployments/operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-09-01\",\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"links\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ],\r\n \"capabilities\": \"SupportsExtension\"\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-01-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"deploymentScripts\",\r\n \"locations\": [\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Australia East\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"UK South\",\r\n \"Central India\",\r\n \"South India\",\r\n \"Japan East\",\r\n \"Korea Central\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"West US 2\",\r\n \"West US\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"South Central US\",\r\n \"North Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-10-01-preview\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"deploymentScripts/logs\",\r\n \"locations\": [\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Australia East\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"UK South\",\r\n \"Central India\",\r\n \"South India\",\r\n \"Japan East\",\r\n \"Korea Central\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"West US 2\",\r\n \"West US\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"South Central US\",\r\n \"North Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/deploymentScriptOperationResults\",\r\n \"locations\": [\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Australia East\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"UK South\",\r\n \"Central India\",\r\n \"South India\",\r\n \"Japan East\",\r\n \"Korea Central\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"West US 2\",\r\n \"West US\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"South Central US\",\r\n \"North Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-10-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/providers/Microsoft.SaaS\",\r\n \"namespace\": \"Microsoft.SaaS\",\r\n \"authorizations\": [\r\n {\r\n \"applicationId\": \"f738ef14-47dc-4564-b53b-45069484ccc7\",\r\n \"roleDefinitionId\": \"b131dd2d-387a-4cae-bb9b-3d021f80d1e6\"\r\n },\r\n {\r\n \"applicationId\": \"20e940b3-4c77-4b0b-9a53-9e16a1b010a7\"\r\n }\r\n ],\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"applications\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-03-01-beta\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"checknameavailability\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-03-01-beta\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkModernEligibility\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-03-01-beta\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"saasresources\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-03-01-beta\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operationResults\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-03-01-beta\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-03-01-beta\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"NotRegistered\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/providers/Microsoft.Scheduler\",\r\n \"namespace\": \"Microsoft.Scheduler\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"jobcollections\",\r\n \"locations\": [\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"West US\",\r\n \"East US\",\r\n \"Japan West\",\r\n \"Japan East\",\r\n \"Brazil South\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-03-01\",\r\n \"2016-01-01\",\r\n \"2014-08-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"West US\",\r\n \"East US\",\r\n \"Japan West\",\r\n \"Japan East\",\r\n \"Brazil South\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-03-01\",\r\n \"2016-01-01\",\r\n \"2014-08-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operationResults\",\r\n \"locations\": [\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"West US\",\r\n \"East US\",\r\n \"Japan West\",\r\n \"Japan East\",\r\n \"Brazil South\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-03-01\",\r\n \"2016-01-01\",\r\n \"2014-08-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"NotRegistered\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"408992c7-2af6-4ff1-92e3-65b73d2b5092\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"West US 2\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"Japan West\",\r\n \"Japan East\",\r\n \"Korea Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Central India\",\r\n \"West Central US\",\r\n \"Canada Central\",\r\n \"UK South\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"UAE North\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [\r\n \"West US\",\r\n \"West US 2\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"Japan West\",\r\n \"Japan East\",\r\n \"Korea Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Central India\",\r\n \"West Central US\",\r\n \"Canada Central\",\r\n \"UK South\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"UAE North\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"NotRegistered\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/providers/Microsoft.SecurityInsights\",\r\n \"namespace\": \"Microsoft.SecurityInsights\",\r\n \"authorizations\": [\r\n {\r\n \"applicationId\": \"98785600-1bb7-4fb9-b9fa-19afe2c8a360\",\r\n \"roleDefinitionId\": \"ef1c46aa-ae81-4091-ab83-f75f28efb7b8\"\r\n }\r\n ],\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-01-01\",\r\n \"2019-01-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"alertRules\",\r\n \"locations\": [\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"France Central\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"France South\",\r\n \"Switzerland North\",\r\n \"Switzerland West\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-01-01\",\r\n \"2019-01-01-preview\"\r\n ],\r\n \"capabilities\": \"SupportsExtension\"\r\n },\r\n {\r\n \"resourceType\": \"alertRuleTemplates\",\r\n \"locations\": [\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"France Central\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"France South\",\r\n \"Switzerland North\",\r\n \"Switzerland West\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-01-01-preview\"\r\n ],\r\n \"capabilities\": \"SupportsExtension\"\r\n },\r\n {\r\n \"resourceType\": \"cases\",\r\n \"locations\": [\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"France Central\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"France South\",\r\n \"Switzerland North\",\r\n \"Switzerland West\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-01-01-preview\"\r\n ],\r\n \"capabilities\": \"SupportsExtension\"\r\n },\r\n {\r\n \"resourceType\": \"bookmarks\",\r\n \"locations\": [\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"France Central\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"France South\",\r\n \"Switzerland North\",\r\n \"Switzerland West\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-01-01-preview\"\r\n ],\r\n \"capabilities\": \"SupportsExtension\"\r\n },\r\n {\r\n \"resourceType\": \"dataConnectors\",\r\n \"locations\": [\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"France Central\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"France South\",\r\n \"Switzerland North\",\r\n \"Switzerland West\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-01-01\",\r\n \"2019-01-01-preview\"\r\n ],\r\n \"capabilities\": \"SupportsExtension\"\r\n },\r\n {\r\n \"resourceType\": \"dataConnectorsCheckRequirements\",\r\n \"locations\": [\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"France Central\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"France South\",\r\n \"Switzerland North\",\r\n \"Switzerland West\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-01-01-preview\"\r\n ],\r\n \"capabilities\": \"SupportsExtension\"\r\n },\r\n {\r\n \"resourceType\": \"entities\",\r\n \"locations\": [\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"France Central\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"France South\",\r\n \"Switzerland North\",\r\n \"Switzerland West\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-01-01-preview\"\r\n ],\r\n \"capabilities\": \"SupportsExtension\"\r\n },\r\n {\r\n \"resourceType\": \"incidents\",\r\n \"locations\": [\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"France Central\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"France South\",\r\n \"Switzerland North\",\r\n \"Switzerland West\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-01-01-preview\"\r\n ],\r\n \"capabilities\": \"SupportsExtension\"\r\n },\r\n {\r\n \"resourceType\": \"officeConsents\",\r\n \"locations\": [\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"France Central\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"France South\",\r\n \"Switzerland North\",\r\n \"Switzerland West\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-01-01-preview\"\r\n ],\r\n \"capabilities\": \"SupportsExtension\"\r\n },\r\n {\r\n \"resourceType\": \"settings\",\r\n \"locations\": [\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"France Central\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"France South\",\r\n \"Switzerland North\",\r\n \"Switzerland West\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-01-01-preview\"\r\n ],\r\n \"capabilities\": \"SupportsExtension\"\r\n },\r\n {\r\n \"resourceType\": \"aggregations\",\r\n \"locations\": [\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"France Central\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"France South\",\r\n \"Switzerland North\",\r\n \"Switzerland West\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-01-01-preview\"\r\n ],\r\n \"capabilities\": \"SupportsExtension\"\r\n },\r\n {\r\n \"resourceType\": \"entityQueries\",\r\n \"locations\": [\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"France Central\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"France South\",\r\n \"Switzerland North\",\r\n \"Switzerland West\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-01-01-preview\"\r\n ],\r\n \"capabilities\": \"SupportsExtension\"\r\n }\r\n ],\r\n \"registrationState\": \"NotRegistered\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/providers/Microsoft.SerialConsole\",\r\n \"namespace\": \"Microsoft.SerialConsole\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"consoleServices\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2018-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2018-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/consoleServices\",\r\n \"locations\": [\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2018-05-01\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/providers/Microsoft.ServiceBus\",\r\n \"namespace\": \"Microsoft.ServiceBus\",\r\n \"authorizations\": [\r\n {\r\n \"applicationId\": \"80a10ef9-8168-493d-abf9-3297c4ef6e3c\",\r\n \"roleDefinitionId\": \"2b7763f7-bbe2-4e19-befe-28c79f1cf7f7\"\r\n },\r\n {\r\n \"applicationId\": \"eb070ea5-bd17-41f1-ad68-5851f6e71774\"\r\n }\r\n ],\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"namespaces\",\r\n \"locations\": [\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central US\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US 2\",\r\n \"West US\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"West Central US\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Australia Central\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-01-01-preview\",\r\n \"2017-04-01\",\r\n \"2015-08-01\",\r\n \"2014-09-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"namespaces/authorizationrules\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-04-01\",\r\n \"2015-08-01\",\r\n \"2014-09-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"namespaces/networkrulesets\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2018-01-01-preview\",\r\n \"2017-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"namespaces/queues\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-04-01\",\r\n \"2015-08-01\",\r\n \"2014-09-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"namespaces/queues/authorizationrules\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-04-01\",\r\n \"2015-08-01\",\r\n \"2014-09-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"namespaces/topics\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-04-01\",\r\n \"2015-08-01\",\r\n \"2014-09-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"namespaces/topics/authorizationrules\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-04-01\",\r\n \"2015-08-01\",\r\n \"2014-09-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"namespaces/topics/subscriptions\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-04-01\",\r\n \"2015-08-01\",\r\n \"2014-09-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"namespaces/topics/subscriptions/rules\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-04-01\",\r\n \"2015-08-01\",\r\n \"2014-09-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNamespaceAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-08-01\",\r\n \"2014-09-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-04-01\",\r\n \"2015-08-01\",\r\n \"2014-09-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"sku\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-04-01\",\r\n \"2015-08-01\",\r\n \"2014-09-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"premiumMessagingRegions\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-04-01\",\r\n \"2015-08-01\",\r\n \"2014-09-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-04-01\",\r\n \"2015-08-01\",\r\n \"2014-09-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"namespaces/eventgridfilters\",\r\n \"locations\": [\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central US\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US 2\",\r\n \"West US\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"West Central US\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"Germany West Central\"\r\n ],\r\n \"apiVersions\": [\r\n \"2017-04-01\",\r\n \"2015-08-01\",\r\n \"2014-09-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"namespaces/disasterrecoveryconfigs\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"namespaces/disasterrecoveryconfigs/checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-04-01\",\r\n \"2015-08-01\",\r\n \"2014-09-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2018-01-01-preview\",\r\n \"2017-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/deleteVirtualNetworkOrSubnets\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2018-01-01-preview\",\r\n \"2017-04-01\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"NotRegistered\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/providers/Microsoft.ServiceFabric\",\r\n \"namespace\": \"Microsoft.ServiceFabric\",\r\n \"authorization\": {\r\n \"applicationId\": \"74cb6831-0dbb-4be1-8206-fd4df301cdc2\",\r\n \"roleDefinitionId\": \"e55cc65f-6903-4917-b4ef-f8d4640b57f5\",\r\n \"managedByRoleDefinitionId\": \"9e3af657-a8ff-583c-a75c-2fe7c4bcb635\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"clusters\",\r\n \"locations\": [\r\n \"West US\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"North Central US\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan West\",\r\n \"Japan East\",\r\n \"South India\",\r\n \"West India\",\r\n \"Central India\",\r\n \"Brazil South\",\r\n \"South Central US\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-06-01-preview\",\r\n \"2019-03-01-privatepreview\",\r\n \"2019-03-01-preview\",\r\n \"2019-03-01\",\r\n \"2018-02-01-privatepreview\",\r\n \"2018-02-01\",\r\n \"2017-07-01-privatepreview\",\r\n \"2017-07-01-preview\",\r\n \"2016-09-01\",\r\n \"2016-03-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"clusters/applications\",\r\n \"locations\": [\r\n \"West US\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"North Central US\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan West\",\r\n \"Japan East\",\r\n \"South India\",\r\n \"West India\",\r\n \"Central India\",\r\n \"Brazil South\",\r\n \"South Central US\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-06-01-preview\",\r\n \"2019-03-01-privatepreview\",\r\n \"2019-03-01-preview\",\r\n \"2019-03-01\",\r\n \"2017-07-01-preview\",\r\n \"2016-09-01\",\r\n \"2016-03-01\"\r\n ],\r\n \"capabilities\": \"SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-06-01-preview\",\r\n \"2019-03-01-privatepreview\",\r\n \"2019-03-01-preview\",\r\n \"2019-03-01\",\r\n \"2018-02-01-privatepreview\",\r\n \"2018-02-01\",\r\n \"2017-07-01-privatepreview\",\r\n \"2017-07-01-preview\",\r\n \"2016-09-01\",\r\n \"2016-03-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/clusterVersions\",\r\n \"locations\": [\r\n \"West US\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"North Central US\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan West\",\r\n \"Japan East\",\r\n \"South India\",\r\n \"West India\",\r\n \"Central India\",\r\n \"Brazil South\",\r\n \"South Central US\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-03-01-privatepreview\",\r\n \"2019-03-01-preview\",\r\n \"2019-03-01\",\r\n \"2018-02-01-privatepreview\",\r\n \"2018-02-01\",\r\n \"2017-07-01-privatepreview\",\r\n \"2017-07-01-preview\",\r\n \"2016-09-01\",\r\n \"2016-03-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/environments\",\r\n \"locations\": [\r\n \"West US\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"North Central US\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan West\",\r\n \"Japan East\",\r\n \"South India\",\r\n \"West India\",\r\n \"Central India\",\r\n \"Brazil South\",\r\n \"South Central US\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-06-01-preview\",\r\n \"2019-03-01-privatepreview\",\r\n \"2019-03-01-preview\",\r\n \"2019-03-01\",\r\n \"2018-02-01-privatepreview\",\r\n \"2018-02-01\",\r\n \"2017-07-01-privatepreview\",\r\n \"2017-07-01-preview\",\r\n \"2016-09-01\",\r\n \"2016-03-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operations\",\r\n \"locations\": [\r\n \"West US\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"North Central US\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan West\",\r\n \"Japan East\",\r\n \"South India\",\r\n \"West India\",\r\n \"Central India\",\r\n \"Brazil South\",\r\n \"South Central US\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-06-01-preview\",\r\n \"2019-03-01-privatepreview\",\r\n \"2019-03-01-preview\",\r\n \"2019-03-01\",\r\n \"2018-02-01-privatepreview\",\r\n \"2018-02-01\",\r\n \"2017-07-01-privatepreview\",\r\n \"2017-07-01-preview\",\r\n \"2016-09-01\",\r\n \"2016-03-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operationResults\",\r\n \"locations\": [\r\n \"West US\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"North Central US\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan West\",\r\n \"Japan East\",\r\n \"South India\",\r\n \"West India\",\r\n \"Central India\",\r\n \"Brazil South\",\r\n \"South Central US\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-06-01-preview\",\r\n \"2019-03-01-privatepreview\",\r\n \"2019-03-01-preview\",\r\n \"2019-03-01\",\r\n \"2018-02-01-privatepreview\",\r\n \"2018-02-01\",\r\n \"2017-07-01-privatepreview\",\r\n \"2017-07-01-preview\",\r\n \"2016-09-01\",\r\n \"2016-03-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-03-01-privatepreview\",\r\n \"2019-03-01-preview\",\r\n \"2019-03-01\",\r\n \"2018-02-01-privatepreview\",\r\n \"2018-02-01\",\r\n \"2017-07-01-privatepreview\",\r\n \"2017-07-01-preview\",\r\n \"2016-09-01\",\r\n \"2016-03-01\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"NotRegistered\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/providers/Microsoft.ServiceFabricMesh\",\r\n \"namespace\": \"Microsoft.ServiceFabricMesh\",\r\n \"authorizations\": [\r\n {\r\n \"applicationId\": \"d10de03d-5ba3-497a-90e6-7ff8c9736059\",\r\n \"roleDefinitionId\": \"BC13595A-E262-4621-929E-56FF90E6BF18\"\r\n }\r\n ],\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"applications\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"France Central\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Australia East\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Korea Central\",\r\n \"West India\",\r\n \"Brazil South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-09-01-preview\",\r\n \"2018-07-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"networks\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"France Central\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Australia East\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Korea Central\",\r\n \"West India\",\r\n \"Brazil South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-09-01-preview\",\r\n \"2018-07-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"volumes\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"France Central\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Australia East\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Korea Central\",\r\n \"West India\",\r\n \"Brazil South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-09-01-preview\",\r\n \"2018-07-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"secrets\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"France Central\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Australia East\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Korea Central\",\r\n \"West India\",\r\n \"Brazil South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-09-01-preview\",\r\n \"2018-07-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"gateways\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"France Central\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Australia East\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Korea Central\",\r\n \"West India\",\r\n \"Brazil South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-09-01-preview\",\r\n \"2018-07-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2018-09-01-preview\",\r\n \"2018-07-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/applicationOperations\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"France Central\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Australia East\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Korea Central\",\r\n \"West India\",\r\n \"Brazil South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-09-01-preview\",\r\n \"2018-07-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/networkOperations\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"France Central\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Australia East\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Korea Central\",\r\n \"West India\",\r\n \"Brazil South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-09-01-preview\",\r\n \"2018-07-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/volumeOperations\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"France Central\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Australia East\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Korea Central\",\r\n \"West India\",\r\n \"Brazil South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-09-01-preview\",\r\n \"2018-07-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/gatewayOperations\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"France Central\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Australia East\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Korea Central\",\r\n \"West India\",\r\n \"Brazil South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-09-01-preview\",\r\n \"2018-07-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/secretOperations\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"France Central\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Australia East\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Korea Central\",\r\n \"West India\",\r\n \"Brazil South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-09-01-preview\",\r\n \"2018-07-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2018-09-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"NotRegistered\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/providers/Microsoft.Services\",\r\n \"namespace\": \"Microsoft.Services\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"providerRegistrations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-02-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"providerRegistrations/resourceTypeRegistrations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-02-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"rollouts\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-02-01-preview\"\r\n ],\r\n \"capabilities\": \"None\"\r\n }\r\n ],\r\n \"registrationState\": \"NotRegistered\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/providers/Microsoft.SignalRService\",\r\n \"namespace\": \"Microsoft.SignalRService\",\r\n \"authorizations\": [\r\n {\r\n \"applicationId\": \"cdad765c-f191-43ba-b9f5-7aef392f811d\",\r\n \"roleDefinitionId\": \"346b504e-4aec-45d1-be25-a6e10f3cb4fe\"\r\n }\r\n ],\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"SignalR\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West US\",\r\n \"Southeast Asia\",\r\n \"West Europe\",\r\n \"West US 2\",\r\n \"East US 2\",\r\n \"North Europe\",\r\n \"Australia East\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"Japan East\",\r\n \"UK South\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"France Central\",\r\n \"Korea Central\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-10-01\",\r\n \"2018-03-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2018-10-01\",\r\n \"2018-03-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operationResults\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West US\",\r\n \"Southeast Asia\",\r\n \"West Europe\",\r\n \"West US 2\",\r\n \"East US 2\",\r\n \"North Europe\",\r\n \"Australia East\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"Japan East\",\r\n \"UK South\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"France Central\",\r\n \"Korea Central\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-10-01\",\r\n \"2018-03-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operationStatuses\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West US\",\r\n \"Southeast Asia\",\r\n \"West Europe\",\r\n \"West US 2\",\r\n \"East US 2\",\r\n \"North Europe\",\r\n \"Australia East\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"Japan East\",\r\n \"UK South\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"France Central\",\r\n \"Korea Central\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-10-01\",\r\n \"2018-03-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [\r\n \"West US 2\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-10-01\",\r\n \"2018-03-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/checkNameAvailability\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West US\",\r\n \"Southeast Asia\",\r\n \"West Europe\",\r\n \"West US 2\",\r\n \"East US 2\",\r\n \"North Europe\",\r\n \"Australia East\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"Japan East\",\r\n \"UK South\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"France Central\",\r\n \"Korea Central\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-10-01\",\r\n \"2018-03-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/usages\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West US\",\r\n \"Southeast Asia\",\r\n \"West Europe\",\r\n \"West US 2\",\r\n \"East US 2\",\r\n \"North Europe\",\r\n \"Australia East\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"Japan East\",\r\n \"UK South\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"France Central\",\r\n \"Korea Central\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-10-01\",\r\n \"2018-03-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"SignalR/eventGridFilters\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West US\",\r\n \"Southeast Asia\",\r\n \"West Europe\",\r\n \"West US 2\",\r\n \"East US 2\",\r\n \"North Europe\",\r\n \"Australia East\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"Japan East\",\r\n \"UK South\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"France Central\",\r\n \"Korea Central\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-10-01\",\r\n \"2018-03-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"NotRegistered\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/providers/Microsoft.SoftwarePlan\",\r\n \"namespace\": \"Microsoft.SoftwarePlan\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"hybridUseBenefits\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-06-01-preview\"\r\n ],\r\n \"capabilities\": \"SupportsExtension\"\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-06-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"NotRegistered\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/providers/Microsoft.Solutions\",\r\n \"namespace\": \"Microsoft.Solutions\",\r\n \"authorization\": {\r\n \"applicationId\": \"ba4bc2bd-843f-4d61-9d33-199178eae34e\",\r\n \"roleDefinitionId\": \"6cb99a0b-29a8-49bc-b57b-057acc68cd9a\",\r\n \"managedByRoleDefinitionId\": \"9e3af657-a8ff-583c-a75c-2fe7c4bcb635\",\r\n \"managedByAuthorization\": {\r\n \"managedByResourceRoleDefinitionId\": \"9e3af657-a8ff-583c-a75c-2fe7c4bcb635\"\r\n }\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"applications\",\r\n \"locations\": [\r\n \"South Central US\",\r\n \"North Central US\",\r\n \"West Central US\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Brazil South\",\r\n \"Japan West\",\r\n \"Japan East\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"South India\",\r\n \"West India\",\r\n \"Central India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"UAE North\",\r\n \"South Africa North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-07-01\",\r\n \"2018-09-01-preview\",\r\n \"2018-06-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2017-12-01\",\r\n \"2017-09-01\"\r\n ],\r\n \"capabilities\": \"SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"applicationDefinitions\",\r\n \"locations\": [\r\n \"South Central US\",\r\n \"North Central US\",\r\n \"West Central US\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Brazil South\",\r\n \"Japan West\",\r\n \"Japan East\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"South India\",\r\n \"West India\",\r\n \"Central India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"UAE North\",\r\n \"South Africa North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-07-01\",\r\n \"2018-09-01-preview\",\r\n \"2018-06-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2017-12-01\",\r\n \"2017-09-01\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [\r\n \"West Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-07-01\",\r\n \"2018-09-01-preview\",\r\n \"2018-06-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2017-12-01\",\r\n \"2017-09-01\",\r\n \"2016-09-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"jitRequests\",\r\n \"locations\": [\r\n \"South Central US\",\r\n \"North Central US\",\r\n \"West Central US\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Brazil South\",\r\n \"Japan West\",\r\n \"Japan East\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"South India\",\r\n \"West India\",\r\n \"Central India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"UAE North\",\r\n \"South Africa North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-07-01\",\r\n \"2018-09-01-preview\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"locations/operationstatuses\",\r\n \"locations\": [\r\n \"South Central US\",\r\n \"North Central US\",\r\n \"West Central US\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Brazil South\",\r\n \"Japan West\",\r\n \"Japan East\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"South India\",\r\n \"West India\",\r\n \"Central India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"UAE North\",\r\n \"South Africa North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-07-01\",\r\n \"2018-09-01-preview\",\r\n \"2018-06-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2017-12-01\",\r\n \"2017-09-01\",\r\n \"2016-09-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-07-01\",\r\n \"2018-09-01-preview\",\r\n \"2018-06-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2017-12-01\",\r\n \"2017-09-01\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"NotRegistered\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/providers/Microsoft.Sql\",\r\n \"namespace\": \"Microsoft.Sql\",\r\n \"authorizations\": [\r\n {\r\n \"applicationId\": \"e4ab13ed-33cb-41b4-9140-6e264582cf85\",\r\n \"roleDefinitionId\": \"ec3ddc95-44dc-47a2-9926-5e9f5ffd44ec\"\r\n },\r\n {\r\n \"applicationId\": \"0130cc9f-7ac5-4026-bd5f-80a08a54e6d9\",\r\n \"roleDefinitionId\": \"45e8abf8-0ec4-44f3-9c37-cff4f7779302\"\r\n },\r\n {\r\n \"applicationId\": \"76cd24bf-a9fc-4344-b1dc-908275de6d6d\",\r\n \"roleDefinitionId\": \"c13b7b9c-2ed1-4901-b8a8-16f35468da29\"\r\n },\r\n {\r\n \"applicationId\": \"76c7f279-7959-468f-8943-3954880e0d8c\",\r\n \"roleDefinitionId\": \"7f7513a8-73f9-4c5f-97a2-c41f0ea783ef\"\r\n },\r\n {\r\n \"applicationId\": \"022907d3-0f1b-48f7-badc-1ba6abab6d66\"\r\n }\r\n ],\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2017-03-01-preview\",\r\n \"2015-05-01-preview\",\r\n \"2015-05-01\",\r\n \"2014-04-01-preview\",\r\n \"2014-04-01\",\r\n \"2014-01-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-04-01-preview\",\r\n \"2014-04-01\",\r\n \"2014-01-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/capabilities\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-06-01-preview\",\r\n \"2018-06-01-preview\",\r\n \"2017-10-01-preview\",\r\n \"2017-03-01-preview\",\r\n \"2015-05-01-preview\",\r\n \"2015-05-01\",\r\n \"2014-04-01-preview\",\r\n \"2014-04-01\",\r\n \"2014-01-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/databaseAzureAsyncOperation\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-06-01-preview\",\r\n \"2018-06-01-preview\",\r\n \"2017-10-01-preview\",\r\n \"2017-03-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/databaseOperationResults\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-06-01-preview\",\r\n \"2018-06-01-preview\",\r\n \"2017-10-01-preview\",\r\n \"2017-03-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/serverKeyAzureAsyncOperation\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-06-01-preview\",\r\n \"2018-06-01-preview\",\r\n \"2017-10-01-preview\",\r\n \"2017-03-01-preview\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/serverKeyOperationResults\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-06-01-preview\",\r\n \"2018-06-01-preview\",\r\n \"2017-10-01-preview\",\r\n \"2017-03-01-preview\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"servers/keys\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-06-01-preview\",\r\n \"2018-06-01-preview\",\r\n \"2017-10-01-preview\",\r\n \"2017-03-01-preview\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"servers/encryptionProtector\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-06-01-preview\",\r\n \"2018-06-01-preview\",\r\n \"2017-10-01-preview\",\r\n \"2017-03-01-preview\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/encryptionProtectorOperationResults\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-06-01-preview\",\r\n \"2018-06-01-preview\",\r\n \"2017-10-01-preview\",\r\n \"2017-03-01-preview\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/encryptionProtectorAzureAsyncOperation\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-06-01-preview\",\r\n \"2018-06-01-preview\",\r\n \"2017-10-01-preview\",\r\n \"2017-03-01-preview\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/managedInstanceKeyAzureAsyncOperation\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-06-01-preview\",\r\n \"2018-06-01-preview\",\r\n \"2017-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/managedInstanceKeyOperationResults\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-06-01-preview\",\r\n \"2018-06-01-preview\",\r\n \"2017-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/managedInstanceEncryptionProtectorOperationResults\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-06-01-preview\",\r\n \"2018-06-01-preview\",\r\n \"2017-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/managedInstanceEncryptionProtectorAzureAsyncOperation\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-06-01-preview\",\r\n \"2018-06-01-preview\",\r\n \"2017-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"servers/tdeCertificates\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-06-01-preview\",\r\n \"2018-06-01-preview\",\r\n \"2017-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/tdeCertAzureAsyncOperation\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-06-01-preview\",\r\n \"2018-06-01-preview\",\r\n \"2017-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/tdeCertOperationResults\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-06-01-preview\",\r\n \"2018-06-01-preview\",\r\n \"2017-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/serverAzureAsyncOperation\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-06-01-preview\",\r\n \"2018-06-01-preview\",\r\n \"2017-10-01-preview\",\r\n \"2017-03-01-preview\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/serverOperationResults\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-06-01-preview\",\r\n \"2018-06-01-preview\",\r\n \"2017-10-01-preview\",\r\n \"2017-03-01-preview\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/usages\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-06-01-preview\",\r\n \"2018-06-01-preview\",\r\n \"2017-10-01-preview\",\r\n \"2017-03-01-preview\",\r\n \"2015-05-01-preview\",\r\n \"2015-05-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-06-01-preview\",\r\n \"2018-06-01-preview\",\r\n \"2017-10-01-preview\",\r\n \"2017-03-01-preview\",\r\n \"2015-05-01-preview\",\r\n \"2014-04-01-preview\",\r\n \"2014-04-01\",\r\n \"2014-01-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"servers\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-06-01-preview\",\r\n \"2018-06-01-preview\",\r\n \"2017-10-01-preview\",\r\n \"2017-03-01-preview\",\r\n \"2015-05-01-preview\",\r\n \"2014-04-01-preview\",\r\n \"2014-04-01\",\r\n \"2014-01-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"servers/databases\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-06-01-preview\",\r\n \"2018-06-01-preview\",\r\n \"2017-10-01-preview\",\r\n \"2017-03-01-preview\",\r\n \"2015-05-01-preview\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\",\r\n \"2014-04-01\",\r\n \"2014-01-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"servers/serviceObjectives\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-04-01-preview\",\r\n \"2014-04-01\",\r\n \"2014-01-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"servers/communicationLinks\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-04-01-preview\",\r\n \"2014-04-01\",\r\n \"2014-01-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"servers/administrators\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-06-01-preview\",\r\n \"2018-06-01-preview\",\r\n \"2014-04-01-preview\",\r\n \"2014-04-01\",\r\n \"2014-01-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"servers/administratorOperationResults\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-04-01-preview\",\r\n \"2014-04-01\",\r\n \"2014-01-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/serverAdministratorAzureAsyncOperation\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-06-01-preview\",\r\n \"2018-06-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/serverAdministratorOperationResults\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-06-01-preview\",\r\n \"2018-06-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"servers/restorableDroppedDatabases\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-04-01-preview\",\r\n \"2014-04-01\",\r\n \"2014-01-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"servers/recoverableDatabases\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-04-01-preview\",\r\n \"2014-04-01\",\r\n \"2014-01-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"servers/databases/geoBackupPolicies\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2015-05-01-preview\",\r\n \"2014-04-01-preview\",\r\n \"2014-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"servers/import\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-04-01-preview\",\r\n \"2014-04-01\",\r\n \"2014-01-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"servers/importExportOperationResults\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-04-01-preview\",\r\n \"2014-04-01\",\r\n \"2014-01-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"servers/operationResults\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-04-01-preview\",\r\n \"2014-04-01\",\r\n \"2014-01-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"servers/databases/backupLongTermRetentionPolicies\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-06-01-preview\",\r\n \"2018-06-01-preview\",\r\n \"2017-10-01-preview\",\r\n \"2017-03-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"servers/databases/backupShortTermRetentionPolicies\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-06-01-preview\",\r\n \"2018-06-01-preview\",\r\n \"2017-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"servers/databaseSecurityPolicies\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-04-01-preview\",\r\n \"2014-04-01\",\r\n \"2014-01-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"servers/automaticTuning\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-06-01-preview\",\r\n \"2018-06-01-preview\",\r\n \"2017-10-01-preview\",\r\n \"2017-03-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"servers/databases/automaticTuning\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-06-01-preview\",\r\n \"2018-06-01-preview\",\r\n \"2017-10-01-preview\",\r\n \"2017-03-01-preview\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"servers/databases/transparentDataEncryption\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2017-03-01-preview\",\r\n \"2015-05-01-preview\",\r\n \"2014-04-01-preview\",\r\n \"2014-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"servers/auditingPolicies\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-04-01-preview\",\r\n \"2014-04-01\",\r\n \"2014-01-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"servers/recommendedElasticPools\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-04-01-preview\",\r\n \"2014-04-01\",\r\n \"2014-01-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"servers/databases/auditingPolicies\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-04-01-preview\",\r\n \"2014-04-01\",\r\n \"2014-01-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"servers/databases/connectionPolicies\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-04-01-preview\",\r\n \"2014-04-01\",\r\n \"2014-01-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"servers/connectionPolicies\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-04-01-preview\",\r\n \"2014-04-01\",\r\n \"2014-01-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"servers/databases/dataMaskingPolicies\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-04-01-preview\",\r\n \"2014-04-01\",\r\n \"2014-01-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"servers/databases/dataMaskingPolicies/rules\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-04-01-preview\",\r\n \"2014-04-01\",\r\n \"2014-01-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"servers/databases/securityAlertPolicies\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-06-01-preview\",\r\n \"2018-06-01-preview\",\r\n \"2014-04-01-preview\",\r\n \"2014-04-01\",\r\n \"2014-01-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"servers/securityAlertPolicies\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-06-01-preview\",\r\n \"2018-06-01-preview\",\r\n \"2017-10-01-preview\",\r\n \"2017-03-01-preview\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"servers/databases/auditingSettings\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-06-01-preview\",\r\n \"2018-06-01-preview\",\r\n \"2017-10-01-preview\",\r\n \"2017-03-01-preview\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"servers/auditingSettings\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-06-01-preview\",\r\n \"2018-06-01-preview\",\r\n \"2017-10-01-preview\",\r\n \"2017-03-01-preview\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"servers/extendedAuditingSettings\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-06-01-preview\",\r\n \"2018-06-01-preview\",\r\n \"2017-10-01-preview\",\r\n \"2017-03-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/auditingSettingsAzureAsyncOperation\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-06-01-preview\",\r\n \"2018-06-01-preview\",\r\n \"2017-10-01-preview\",\r\n \"2017-03-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/auditingSettingsOperationResults\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-06-01-preview\",\r\n \"2018-06-01-preview\",\r\n \"2017-10-01-preview\",\r\n \"2017-03-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/extendedAuditingSettingsAzureAsyncOperation\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-06-01-preview\",\r\n \"2018-06-01-preview\",\r\n \"2017-10-01-preview\",\r\n \"2017-03-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/extendedAuditingSettingsOperationResults\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-06-01-preview\",\r\n \"2018-06-01-preview\",\r\n \"2017-10-01-preview\",\r\n \"2017-03-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/elasticPoolAzureAsyncOperation\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-06-01-preview\",\r\n \"2018-06-01-preview\",\r\n \"2017-10-01-preview\",\r\n \"2017-03-01-preview\",\r\n \"2015-05-01-preview\",\r\n \"2015-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/elasticPoolOperationResults\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-06-01-preview\",\r\n \"2018-06-01-preview\",\r\n \"2017-10-01-preview\",\r\n \"2017-03-01-preview\",\r\n \"2015-05-01-preview\",\r\n \"2015-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"servers/elasticpools\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-06-01-preview\",\r\n \"2018-06-01-preview\",\r\n \"2017-10-01-preview\",\r\n \"2017-03-01-preview\",\r\n \"2015-09-01-preview\",\r\n \"2015-05-01-preview\",\r\n \"2015-05-01\",\r\n \"2014-04-01-preview\",\r\n \"2014-04-01\",\r\n \"2014-01-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"servers/jobAccounts\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2015-05-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"servers/jobAgents\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-06-01-preview\",\r\n \"2018-06-01-preview\",\r\n \"2017-10-01-preview\",\r\n \"2017-03-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"locations/jobAgentOperationResults\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-06-01-preview\",\r\n \"2018-06-01-preview\",\r\n \"2017-10-01-preview\",\r\n \"2017-03-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/jobAgentAzureAsyncOperation\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-06-01-preview\",\r\n \"2018-06-01-preview\",\r\n \"2017-10-01-preview\",\r\n \"2017-03-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"servers/jobAgents/jobs\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-06-01-preview\",\r\n \"2018-06-01-preview\",\r\n \"2017-10-01-preview\",\r\n \"2017-03-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"servers/jobAgents/jobs/steps\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-06-01-preview\",\r\n \"2018-06-01-preview\",\r\n \"2017-10-01-preview\",\r\n \"2017-03-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"servers/jobAgents/jobs/executions\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-06-01-preview\",\r\n \"2018-06-01-preview\",\r\n \"2017-10-01-preview\",\r\n \"2017-03-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"servers/disasterRecoveryConfiguration\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-04-01-preview\",\r\n \"2014-04-01\",\r\n \"2014-01-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"servers/dnsAliases\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-06-01-preview\",\r\n \"2018-06-01-preview\",\r\n \"2017-10-01-preview\",\r\n \"2017-03-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/dnsAliasAsyncOperation\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-06-01-preview\",\r\n \"2018-06-01-preview\",\r\n \"2017-10-01-preview\",\r\n \"2017-03-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/dnsAliasOperationResults\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-06-01-preview\",\r\n \"2018-06-01-preview\",\r\n \"2017-10-01-preview\",\r\n \"2017-03-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"servers/failoverGroups\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-06-01-preview\",\r\n \"2018-06-01-preview\",\r\n \"2017-10-01-preview\",\r\n \"2017-03-01-preview\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/failoverGroupAzureAsyncOperation\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-06-01-preview\",\r\n \"2018-06-01-preview\",\r\n \"2017-10-01-preview\",\r\n \"2017-03-01-preview\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/failoverGroupOperationResults\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-06-01-preview\",\r\n \"2018-06-01-preview\",\r\n \"2017-10-01-preview\",\r\n \"2017-03-01-preview\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/firewallRulesOperationResults\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-06-01-preview\",\r\n \"2018-06-01-preview\",\r\n \"2017-10-01-preview\",\r\n \"2017-03-01-preview\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/firewallRulesAzureAsyncOperation\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-06-01-preview\",\r\n \"2018-06-01-preview\",\r\n \"2017-10-01-preview\",\r\n \"2017-03-01-preview\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/deleteVirtualNetworkOrSubnets\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-06-01-preview\",\r\n \"2018-06-01-preview\",\r\n \"2017-10-01-preview\",\r\n \"2017-03-01-preview\",\r\n \"2015-05-01-preview\",\r\n \"2015-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"servers/virtualNetworkRules\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-06-01-preview\",\r\n \"2018-06-01-preview\",\r\n \"2017-10-01-preview\",\r\n \"2017-03-01-preview\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/virtualNetworkRulesOperationResults\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-06-01-preview\",\r\n \"2018-06-01-preview\",\r\n \"2017-10-01-preview\",\r\n \"2017-03-01-preview\",\r\n \"2015-05-01-preview\",\r\n \"2015-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/virtualNetworkRulesAzureAsyncOperation\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-06-01-preview\",\r\n \"2018-06-01-preview\",\r\n \"2017-10-01-preview\",\r\n \"2017-03-01-preview\",\r\n \"2015-05-01-preview\",\r\n \"2015-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/deleteVirtualNetworkOrSubnetsOperationResults\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-06-01-preview\",\r\n \"2018-06-01-preview\",\r\n \"2017-10-01-preview\",\r\n \"2017-03-01-preview\",\r\n \"2015-05-01-preview\",\r\n \"2015-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/deleteVirtualNetworkOrSubnetsAzureAsyncOperation\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-06-01-preview\",\r\n \"2018-06-01-preview\",\r\n \"2017-10-01-preview\",\r\n \"2017-03-01-preview\",\r\n \"2015-05-01-preview\",\r\n \"2015-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/databaseRestoreAzureAsyncOperation\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-06-01-preview\",\r\n \"2018-06-01-preview\",\r\n \"2017-10-01-preview\",\r\n \"2017-03-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"servers/usages\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-04-01-preview\",\r\n \"2014-04-01\",\r\n \"2014-01-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"servers/databases/metricDefinitions\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-04-01-preview\",\r\n \"2014-04-01\",\r\n \"2014-01-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"servers/databases/metrics\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-04-01-preview\",\r\n \"2014-04-01\",\r\n \"2014-01-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"servers/aggregatedDatabaseMetrics\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-04-01-preview\",\r\n \"2014-04-01\",\r\n \"2014-01-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"servers/elasticpools/metrics\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-04-01-preview\",\r\n \"2014-04-01\",\r\n \"2014-01-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"servers/elasticpools/metricdefinitions\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-04-01-preview\",\r\n \"2014-04-01\",\r\n \"2014-01-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"servers/databases/topQueries\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-04-01-preview\",\r\n \"2014-04-01\",\r\n \"2014-01-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"servers/databases/topQueries/queryText\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-04-01-preview\",\r\n \"2014-04-01\",\r\n \"2014-01-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"servers/advisors\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-06-01-preview\",\r\n \"2018-06-01-preview\",\r\n \"2017-10-01-preview\",\r\n \"2017-03-01-preview\",\r\n \"2015-05-01-preview\",\r\n \"2014-04-01-preview\",\r\n \"2014-04-01\",\r\n \"2014-01-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"servers/elasticPools/advisors\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-06-01-preview\",\r\n \"2018-06-01-preview\",\r\n \"2017-10-01-preview\",\r\n \"2017-03-01-preview\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"servers/databases/advisors\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-06-01-preview\",\r\n \"2018-06-01-preview\",\r\n \"2017-10-01-preview\",\r\n \"2017-03-01-preview\",\r\n \"2015-05-01-preview\",\r\n \"2014-04-01-preview\",\r\n \"2014-04-01\",\r\n \"2014-01-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"servers/databases/extensions\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-04-01-preview\",\r\n \"2014-04-01\",\r\n \"2014-01-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"servers/elasticPoolEstimates\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-06-01-preview\",\r\n \"2018-06-01-preview\",\r\n \"2017-10-01-preview\",\r\n \"2017-03-01-preview\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"servers/databases/auditRecords\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-06-01-preview\",\r\n \"2018-06-01-preview\",\r\n \"2017-10-01-preview\",\r\n \"2017-03-01-preview\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"servers/databases/VulnerabilityAssessmentScans\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-06-01-preview\",\r\n \"2018-06-01-preview\",\r\n \"2017-10-01-preview\",\r\n \"2017-03-01-preview\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"servers/databases/workloadGroups\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-06-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"servers/databases/vulnerabilityAssessments\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-06-01-preview\",\r\n \"2018-06-01-preview\",\r\n \"2017-10-01-preview\",\r\n \"2017-03-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"servers/vulnerabilityAssessments\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-06-01-preview\",\r\n \"2018-06-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"managedInstances/databases/vulnerabilityAssessments\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-06-01-preview\",\r\n \"2018-06-01-preview\",\r\n \"2017-10-01-preview\",\r\n \"2017-03-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"managedInstances/vulnerabilityAssessments\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-06-01-preview\",\r\n \"2018-06-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"servers/databases/VulnerabilityAssessmentSettings\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-06-01-preview\",\r\n \"2018-06-01-preview\",\r\n \"2017-10-01-preview\",\r\n \"2017-03-01-preview\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"servers/databases/VulnerabilityAssessment\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2017-03-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/vulnerabilityAssessmentScanAzureAsyncOperation\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-06-01-preview\",\r\n \"2018-06-01-preview\",\r\n \"2017-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/vulnerabilityAssessmentScanOperationResults\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-06-01-preview\",\r\n \"2018-06-01-preview\",\r\n \"2017-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"servers/databases/recommendedSensitivityLabels\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-06-01-preview\",\r\n \"2018-06-01-preview\",\r\n \"2017-10-01-preview\",\r\n \"2017-03-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"servers/databases/syncGroups\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-06-01-preview\",\r\n \"2018-06-01-preview\",\r\n \"2017-10-01-preview\",\r\n \"2017-03-01-preview\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"servers/databases/syncGroups/syncMembers\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-06-01-preview\",\r\n \"2018-06-01-preview\",\r\n \"2017-10-01-preview\",\r\n \"2017-03-01-preview\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"servers/syncAgents\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-06-01-preview\",\r\n \"2018-06-01-preview\",\r\n \"2017-10-01-preview\",\r\n \"2017-03-01-preview\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"instancePools\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-06-01-preview\",\r\n \"2018-06-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"locations/instancePoolOperationResults\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-06-01-preview\",\r\n \"2018-06-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/instancePoolAzureAsyncOperation\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-06-01-preview\",\r\n \"2018-06-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"managedInstances\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-06-01-preview\",\r\n \"2018-06-01-preview\",\r\n \"2017-10-01-preview\",\r\n \"2017-03-01-preview\",\r\n \"2015-05-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"managedInstances/administrators\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-06-01-preview\",\r\n \"2018-06-01-preview\",\r\n \"2017-10-01-preview\",\r\n \"2017-03-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"managedInstances/databases\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-06-01-preview\",\r\n \"2018-06-01-preview\",\r\n \"2017-10-01-preview\",\r\n \"2017-03-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"managedInstances/recoverableDatabases\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-06-01-preview\",\r\n \"2018-06-01-preview\",\r\n \"2017-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"managedInstances/metrics\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-06-01-preview\",\r\n \"2018-06-01-preview\",\r\n \"2017-10-01-preview\",\r\n \"2017-03-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"managedInstances/metricDefinitions\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-06-01-preview\",\r\n \"2018-06-01-preview\",\r\n \"2017-10-01-preview\",\r\n \"2017-03-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"managedInstances/databases/backupLongTermRetentionPolicies\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-06-01-preview\",\r\n \"2018-06-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/longTermRetentionManagedInstances\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-06-01-preview\",\r\n \"2018-06-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/longTermRetentionManagedInstanceBackups\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-06-01-preview\",\r\n \"2018-06-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/managedInstanceLongTermRetentionPolicyOperationResults\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-06-01-preview\",\r\n \"2018-06-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/managedInstanceLongTermRetentionPolicyAzureAsyncOperation\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-06-01-preview\",\r\n \"2018-06-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/longTermRetentionManagedInstanceBackupOperationResults\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-06-01-preview\",\r\n \"2018-06-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/longTermRetentionManagedInstanceBackupAzureAsyncOperation\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-06-01-preview\",\r\n \"2018-06-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/managedDatabaseAzureAsyncOperation\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-06-01-preview\",\r\n \"2018-06-01-preview\",\r\n \"2017-10-01-preview\",\r\n \"2017-03-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/managedDatabaseOperationResults\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-06-01-preview\",\r\n \"2018-06-01-preview\",\r\n \"2017-10-01-preview\",\r\n \"2017-03-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/managedDatabaseRestoreAzureAsyncOperation\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-06-01-preview\",\r\n \"2018-06-01-preview\",\r\n \"2017-10-01-preview\",\r\n \"2017-03-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/managedDatabaseRestoreOperationResults\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-06-01-preview\",\r\n \"2018-06-01-preview\",\r\n \"2017-10-01-preview\",\r\n \"2017-03-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/managedDatabaseCompleteRestoreAzureAsyncOperation\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-06-01-preview\",\r\n \"2018-06-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/managedDatabaseCompleteRestoreOperationResults\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-06-01-preview\",\r\n \"2018-06-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/managedServerSecurityAlertPoliciesAzureAsyncOperation\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-06-01-preview\",\r\n \"2018-06-01-preview\",\r\n \"2017-10-01-preview\",\r\n \"2017-03-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"managedInstances/tdeCertificates\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-06-01-preview\",\r\n \"2018-06-01-preview\",\r\n \"2017-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/managedInstanceTdeCertAzureAsyncOperation\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-06-01-preview\",\r\n \"2018-06-01-preview\",\r\n \"2017-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/managedInstanceTdeCertOperationResults\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-06-01-preview\",\r\n \"2018-06-01-preview\",\r\n \"2017-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/managedServerSecurityAlertPoliciesOperationResults\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-06-01-preview\",\r\n \"2018-06-01-preview\",\r\n \"2017-10-01-preview\",\r\n \"2017-03-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/securityAlertPoliciesAzureAsyncOperation\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-06-01-preview\",\r\n \"2018-06-01-preview\",\r\n \"2017-10-01-preview\",\r\n \"2017-03-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/securityAlertPoliciesOperationResults\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-06-01-preview\",\r\n \"2018-06-01-preview\",\r\n \"2017-10-01-preview\",\r\n \"2017-03-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualClusters\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-06-01-preview\",\r\n \"2018-06-01-preview\",\r\n \"2017-10-01-preview\",\r\n \"2017-03-01-preview\",\r\n \"2015-05-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"locations/virtualClusterAzureAsyncOperation\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-06-01-preview\",\r\n \"2018-06-01-preview\",\r\n \"2017-10-01-preview\",\r\n \"2017-03-01-preview\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/virtualClusterOperationResults\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-06-01-preview\",\r\n \"2018-06-01-preview\",\r\n \"2017-10-01-preview\",\r\n \"2017-03-01-preview\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/managedInstanceAzureAsyncOperation\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-06-01-preview\",\r\n \"2018-06-01-preview\",\r\n \"2017-10-01-preview\",\r\n \"2017-03-01-preview\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/managedInstanceOperationResults\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-06-01-preview\",\r\n \"2018-06-01-preview\",\r\n \"2017-10-01-preview\",\r\n \"2017-03-01-preview\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/administratorAzureAsyncOperation\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-06-01-preview\",\r\n \"2018-06-01-preview\",\r\n \"2017-10-01-preview\",\r\n \"2017-03-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/administratorOperationResults\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-06-01-preview\",\r\n \"2018-06-01-preview\",\r\n \"2017-10-01-preview\",\r\n \"2017-03-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/syncGroupOperationResults\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-06-01-preview\",\r\n \"2018-06-01-preview\",\r\n \"2017-10-01-preview\",\r\n \"2017-03-01-preview\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/syncMemberOperationResults\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-06-01-preview\",\r\n \"2018-06-01-preview\",\r\n \"2017-10-01-preview\",\r\n \"2017-03-01-preview\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/syncAgentOperationResults\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-06-01-preview\",\r\n \"2018-06-01-preview\",\r\n \"2017-10-01-preview\",\r\n \"2017-03-01-preview\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/syncDatabaseIds\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-06-01-preview\",\r\n \"2018-06-01-preview\",\r\n \"2017-10-01-preview\",\r\n \"2017-03-01-preview\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/longTermRetentionServers\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-06-01-preview\",\r\n \"2018-06-01-preview\",\r\n \"2017-10-01-preview\",\r\n \"2017-03-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/longTermRetentionBackups\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-06-01-preview\",\r\n \"2018-06-01-preview\",\r\n \"2017-10-01-preview\",\r\n \"2017-03-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/longTermRetentionPolicyOperationResults\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-06-01-preview\",\r\n \"2018-06-01-preview\",\r\n \"2017-10-01-preview\",\r\n \"2017-03-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/longTermRetentionPolicyAzureAsyncOperation\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-06-01-preview\",\r\n \"2018-06-01-preview\",\r\n \"2017-10-01-preview\",\r\n \"2017-03-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/longTermRetentionBackupOperationResults\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-06-01-preview\",\r\n \"2018-06-01-preview\",\r\n \"2017-10-01-preview\",\r\n \"2017-03-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/longTermRetentionBackupAzureAsyncOperation\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-06-01-preview\",\r\n \"2018-06-01-preview\",\r\n \"2017-10-01-preview\",\r\n \"2017-03-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/shortTermRetentionPolicyOperationResults\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-06-01-preview\",\r\n \"2018-06-01-preview\",\r\n \"2017-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/shortTermRetentionPolicyAzureAsyncOperation\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-06-01-preview\",\r\n \"2018-06-01-preview\",\r\n \"2017-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/managedShortTermRetentionPolicyOperationResults\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-06-01-preview\",\r\n \"2018-06-01-preview\",\r\n \"2017-10-01-preview\",\r\n \"2017-03-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/managedShortTermRetentionPolicyAzureAsyncOperation\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-06-01-preview\",\r\n \"2018-06-01-preview\",\r\n \"2017-10-01-preview\",\r\n \"2017-03-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/instanceFailoverGroups\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-06-01-preview\",\r\n \"2018-06-01-preview\",\r\n \"2017-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/instanceFailoverGroupAzureAsyncOperation\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-06-01-preview\",\r\n \"2018-06-01-preview\",\r\n \"2017-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/instanceFailoverGroupOperationResults\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-06-01-preview\",\r\n \"2018-06-01-preview\",\r\n \"2017-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/privateEndpointConnectionProxyOperationResults\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-06-01-preview\",\r\n \"2018-06-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/privateEndpointConnectionProxyAzureAsyncOperation\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-06-01-preview\",\r\n \"2018-06-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/privateEndpointConnectionOperationResults\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-06-01-preview\",\r\n \"2018-06-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/privateEndpointConnectionAzureAsyncOperation\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-06-01-preview\",\r\n \"2018-06-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/notifyAzureAsyncOperation\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-06-01-preview\",\r\n \"2018-06-01-preview\",\r\n \"2017-10-01-preview\",\r\n \"2017-03-01-preview\",\r\n \"2015-05-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"NotRegistered\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/providers/Microsoft.SqlVirtualMachine\",\r\n \"namespace\": \"Microsoft.SqlVirtualMachine\",\r\n \"authorizations\": [\r\n {\r\n \"applicationId\": \"bd93b475-f9e2-476e-963d-b2daf143ffb9\",\r\n \"roleDefinitionId\": \"f96bd990-ffdf-4c17-8ee3-77454d9c3f5d\"\r\n }\r\n ],\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"SqlVirtualMachineGroups\",\r\n \"locations\": [\r\n \"West Central US\",\r\n \"Brazil South\",\r\n \"West Europe\",\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Canada Central\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France South\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Japan East\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"UK South\",\r\n \"West US 2\",\r\n \"Australia Central 2\",\r\n \"Australia Southeast\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"France Central\",\r\n \"South India\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"North Europe\",\r\n \"South Central US\",\r\n \"Southeast Asia\",\r\n \"UK West\",\r\n \"West US\",\r\n \"South Africa North\",\r\n \"UAE Central\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2017-03-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"SqlVirtualMachines\",\r\n \"locations\": [\r\n \"West Central US\",\r\n \"Brazil South\",\r\n \"West Europe\",\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Canada Central\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France South\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Japan East\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"UK South\",\r\n \"West US 2\",\r\n \"Australia Central 2\",\r\n \"Australia Southeast\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"France Central\",\r\n \"South India\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"North Europe\",\r\n \"South Central US\",\r\n \"Southeast Asia\",\r\n \"UK West\",\r\n \"West US\",\r\n \"South Africa North\",\r\n \"UAE Central\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2017-03-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"SqlVirtualMachineGroups/AvailabilityGroupListeners\",\r\n \"locations\": [\r\n \"West Central US\",\r\n \"Brazil South\",\r\n \"West Europe\",\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Canada Central\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France South\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Japan East\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"UK South\",\r\n \"West US 2\",\r\n \"Australia Central 2\",\r\n \"Australia Southeast\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"France Central\",\r\n \"South India\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"North Europe\",\r\n \"South Central US\",\r\n \"Southeast Asia\",\r\n \"UK West\",\r\n \"West US\",\r\n \"South Africa North\",\r\n \"UAE Central\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2017-03-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [\r\n \"West Central US\",\r\n \"Brazil South\",\r\n \"West Europe\",\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Canada Central\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France South\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Japan East\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"UK South\",\r\n \"West US 2\",\r\n \"Australia Central 2\",\r\n \"Australia Southeast\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"France Central\",\r\n \"South India\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"North Europe\",\r\n \"South Central US\",\r\n \"Southeast Asia\",\r\n \"UK West\",\r\n \"West US\",\r\n \"South Africa North\",\r\n \"UAE Central\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2017-03-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"Locations\",\r\n \"locations\": [\r\n \"West Central US\",\r\n \"Brazil South\",\r\n \"West Europe\",\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Canada Central\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France South\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Japan East\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"UK South\",\r\n \"West US 2\",\r\n \"Australia Central 2\",\r\n \"Australia Southeast\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"France Central\",\r\n \"South India\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"North Europe\",\r\n \"South Central US\",\r\n \"Southeast Asia\",\r\n \"South Africa North\",\r\n \"UK West\",\r\n \"West US\",\r\n \"UAE Central\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2017-03-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"Locations/OperationTypes\",\r\n \"locations\": [\r\n \"West Central US\",\r\n \"Brazil South\",\r\n \"West Europe\",\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Canada Central\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France South\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Japan East\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"UK South\",\r\n \"West US 2\",\r\n \"Australia Central 2\",\r\n \"Australia Southeast\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"France Central\",\r\n \"South India\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"North Europe\",\r\n \"South Central US\",\r\n \"Southeast Asia\",\r\n \"UK West\",\r\n \"West US\",\r\n \"South Africa North\",\r\n \"UAE Central\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2017-03-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"Locations/sqlVirtualMachineOperationResults\",\r\n \"locations\": [\r\n \"West Central US\",\r\n \"Brazil South\",\r\n \"West Europe\",\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Canada Central\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France South\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Japan East\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"UK South\",\r\n \"West US 2\",\r\n \"Australia Central 2\",\r\n \"Australia Southeast\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"France Central\",\r\n \"South India\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"North Europe\",\r\n \"South Central US\",\r\n \"Southeast Asia\",\r\n \"UK West\",\r\n \"West US\",\r\n \"South Africa North\",\r\n \"UAE Central\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2017-03-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"Locations/sqlVirtualMachineGroupOperationResults\",\r\n \"locations\": [\r\n \"West Central US\",\r\n \"Brazil South\",\r\n \"West Europe\",\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Canada Central\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France South\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Japan East\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"UK South\",\r\n \"West US 2\",\r\n \"Australia Central 2\",\r\n \"Australia Southeast\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"France Central\",\r\n \"South India\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"North Europe\",\r\n \"South Central US\",\r\n \"Southeast Asia\",\r\n \"UK West\",\r\n \"West US\",\r\n \"South Africa North\",\r\n \"UAE Central\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2017-03-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"Locations/availabilityGroupListenerOperationResults\",\r\n \"locations\": [\r\n \"West Central US\",\r\n \"Brazil South\",\r\n \"West Europe\",\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Canada Central\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France South\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Japan East\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"UK South\",\r\n \"West US 2\",\r\n \"Australia Central 2\",\r\n \"Australia Southeast\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"France Central\",\r\n \"South India\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"North Europe\",\r\n \"South Central US\",\r\n \"Southeast Asia\",\r\n \"UK West\",\r\n \"West US\",\r\n \"South Africa North\",\r\n \"UAE Central\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2017-03-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"NotRegistered\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/providers/Microsoft.StorageCache\",\r\n \"namespace\": \"Microsoft.StorageCache\",\r\n \"authorizations\": [\r\n {\r\n \"applicationId\": \"4392ab71-2ce2-4b0d-8770-b352745c73f5\",\r\n \"roleDefinitionId\": \"e27430df-bd6b-4f3a-bd6d-d52ad1a7d075\"\r\n }\r\n ],\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"East US\",\r\n \"Korea Central\",\r\n \"South Central US\",\r\n \"West US 2\",\r\n \"East US 2\",\r\n \"Southeast Asia\",\r\n \"Australia East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-11-01\",\r\n \"2019-08-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"NotRegistered\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/providers/Microsoft.StorageSync\",\r\n \"namespace\": \"Microsoft.StorageSync\",\r\n \"authorizations\": [\r\n {\r\n \"applicationId\": \"9469b9f5-6722-4481-a2b2-14ed560b706f\"\r\n }\r\n ],\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageSyncServices\",\r\n \"locations\": [\r\n \"West Central US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"West US 2\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"UAE North\",\r\n \"UAE Central\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-06-01\",\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\",\r\n \"2018-01-01-preview\",\r\n \"2017-06-05-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"storageSyncServices/syncGroups\",\r\n \"locations\": [\r\n \"West Central US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"West US 2\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"UAE North\",\r\n \"UAE Central\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-06-01\",\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\",\r\n \"2018-01-01-preview\",\r\n \"2017-06-05-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageSyncServices/syncGroups/cloudEndpoints\",\r\n \"locations\": [\r\n \"West Central US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"West US 2\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"UAE North\",\r\n \"UAE Central\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-06-01\",\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\",\r\n \"2018-01-01-preview\",\r\n \"2017-06-05-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageSyncServices/syncGroups/serverEndpoints\",\r\n \"locations\": [\r\n \"West Central US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"West US 2\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"UAE North\",\r\n \"UAE Central\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-06-01\",\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\",\r\n \"2018-01-01-preview\",\r\n \"2017-06-05-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageSyncServices/registeredServers\",\r\n \"locations\": [\r\n \"West Central US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"West US 2\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"UAE North\",\r\n \"UAE Central\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-06-01\",\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\",\r\n \"2018-01-01-preview\",\r\n \"2017-06-05-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageSyncServices/workflows\",\r\n \"locations\": [\r\n \"West Central US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"West US 2\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"UAE North\",\r\n \"UAE Central\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-06-01\",\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\",\r\n \"2018-01-01-preview\",\r\n \"2017-06-05-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-06-01\",\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\",\r\n \"2018-01-01-preview\",\r\n \"2017-06-05-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-06-01\",\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/checkNameAvailability\",\r\n \"locations\": [\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"UAE North\",\r\n \"UAE Central\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-06-01\",\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/workflows\",\r\n \"locations\": [\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"UAE North\",\r\n \"UAE Central\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-06-01\",\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"NotRegistered\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/providers/Microsoft.StorSimple\",\r\n \"namespace\": \"Microsoft.StorSimple\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"managers\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"Brazil South\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"West Central US\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Australia East\",\r\n \"Australia Southeast\"\r\n ],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2017-05-15\",\r\n \"2017-01-01\",\r\n \"2016-10-01\",\r\n \"2016-06-01\",\r\n \"2015-03-15\",\r\n \"2014-09-01\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [\r\n \"West Central US\",\r\n \"Southeast Asia\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-10-01\",\r\n \"2016-06-01\",\r\n \"2015-03-15\",\r\n \"2014-09-01\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"NotRegistered\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/providers/Microsoft.StreamAnalytics\",\r\n \"namespace\": \"Microsoft.StreamAnalytics\",\r\n \"authorization\": {\r\n \"applicationId\": \"66f1e791-7bfb-4e18-aed8-1720056421c7\",\r\n \"roleDefinitionId\": \"15f6e7b0-eec0-4f18-a552-c97e000cbc61\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"streamingjobs\",\r\n \"locations\": [\r\n \"Central US\",\r\n \"West Europe\",\r\n \"East US 2\",\r\n \"North Europe\",\r\n \"Japan East\",\r\n \"West US\",\r\n \"Southeast Asia\",\r\n \"South Central US\",\r\n \"East Asia\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"East US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Central India\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West US 2\",\r\n \"Korea Central\",\r\n \"France Central\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-06-01\",\r\n \"2018-11-01\",\r\n \"2017-04-01-preview\",\r\n \"2016-03-01\",\r\n \"2015-11-01\",\r\n \"2015-10-01\",\r\n \"2015-09-01\",\r\n \"2015-08-01-preview\",\r\n \"2015-06-01\",\r\n \"2015-05-01\",\r\n \"2015-04-01\",\r\n \"2015-03-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [\r\n \"West Europe\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"North Europe\",\r\n \"Japan East\",\r\n \"West US\",\r\n \"Southeast Asia\",\r\n \"South Central US\",\r\n \"East Asia\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"East US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Central India\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Korea Central\",\r\n \"France Central\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-06-01\",\r\n \"2018-11-01\",\r\n \"2017-04-01-preview\",\r\n \"2016-03-01\",\r\n \"2015-11-01\",\r\n \"2015-10-01\",\r\n \"2015-09-01\",\r\n \"2015-08-01-preview\",\r\n \"2015-06-01\",\r\n \"2015-05-01\",\r\n \"2015-04-01\",\r\n \"2015-03-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/quotas\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-06-01\",\r\n \"2018-11-01\",\r\n \"2017-04-01-preview\",\r\n \"2016-03-01\",\r\n \"2015-11-01\",\r\n \"2015-10-01\",\r\n \"2015-09-01\",\r\n \"2015-08-01-preview\",\r\n \"2015-06-01\",\r\n \"2015-05-01\",\r\n \"2015-04-01\",\r\n \"2015-03-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [\r\n \"West Europe\",\r\n \"West US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"North Europe\",\r\n \"Japan East\",\r\n \"Southeast Asia\",\r\n \"South Central US\",\r\n \"East Asia\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"East US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Central India\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West US 2\",\r\n \"Korea Central\",\r\n \"France Central\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-06-01\",\r\n \"2018-11-01\",\r\n \"2017-04-01-preview\",\r\n \"2016-03-01\",\r\n \"2015-11-01\",\r\n \"2015-10-01\",\r\n \"2015-09-01\",\r\n \"2015-08-01-preview\",\r\n \"2015-06-01\",\r\n \"2015-05-01\",\r\n \"2015-04-01\",\r\n \"2014-04-01\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"NotRegistered\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/providers/Microsoft.Subscription\",\r\n \"namespace\": \"Microsoft.Subscription\",\r\n \"authorizations\": [\r\n {\r\n \"applicationId\": \"e3335adb-5ca0-40dc-b8d3-bedc094e523b\"\r\n },\r\n {\r\n \"applicationId\": \"5da7367f-09c8-493e-8fd4-638089cddec3\"\r\n }\r\n ],\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"SubscriptionDefinitions\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2017-11-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"SubscriptionOperations\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-10-01-preview\",\r\n \"2018-11-01-preview\",\r\n \"2018-03-01-preview\",\r\n \"2017-11-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"CreateSubscription\",\r\n \"locations\": [\r\n \"Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-10-01-preview\",\r\n \"2018-11-01-preview\",\r\n \"2018-03-01-preview\"\r\n ],\r\n \"capabilities\": \"SupportsExtension\"\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2017-11-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"cancel\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-10-01-preview\",\r\n \"2019-03-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"rename\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-10-01-preview\",\r\n \"2019-03-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"enable\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-10-01-preview\",\r\n \"2019-03-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operationResults\",\r\n \"locations\": [\r\n \"Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-10-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"NotRegistered\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/providers/microsoft.support\",\r\n \"namespace\": \"microsoft.support\",\r\n \"authorizations\": [\r\n {\r\n \"applicationId\": \"959678cf-d004-4c22-82a6-d2ce549a58b8\",\r\n \"roleDefinitionId\": \"81a3dd11-5123-4ec3-9485-772b0a27d1bd\"\r\n }\r\n ],\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"West US\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-04-01\",\r\n \"2019-05-01-preview\",\r\n \"2015-07-01-Preview\",\r\n \"2015-03-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-04-01\",\r\n \"2019-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"services\",\r\n \"locations\": [\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"West US\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-04-01\",\r\n \"2019-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"services/problemclassifications\",\r\n \"locations\": [\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"West US\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-04-01\",\r\n \"2019-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"supporttickets\",\r\n \"locations\": [\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"West US\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-04-01\",\r\n \"2019-05-01-preview\",\r\n \"2015-07-01-Preview\",\r\n \"2015-03-01\"\r\n ],\r\n \"capabilities\": \"SupportsExtension\"\r\n },\r\n {\r\n \"resourceType\": \"operationresults\",\r\n \"locations\": [\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"West US\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-04-01\",\r\n \"2019-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operationsstatus\",\r\n \"locations\": [\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"West US\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-04-01\",\r\n \"2019-05-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/providers/Microsoft.Synapse\",\r\n \"namespace\": \"Microsoft.Synapse\",\r\n \"authorizations\": [\r\n {\r\n \"applicationId\": \"9e09aefc-b2e5-4d19-9f74-3e3e8b11a57b\",\r\n \"roleDefinitionId\": \"a53b114a-452b-4d20-bcd6-c51c3c8c5878\",\r\n \"managedByRoleDefinitionId\": \"ede175bc-31e5-4074-ba98-e62b895797aa\"\r\n },\r\n {\r\n \"applicationId\": \"1ac05c7e-12d2-4605-bf9d-549d7041c6b3\",\r\n \"roleDefinitionId\": \"48e77487-c9fa-4abe-8484-71ebdebdbbc2\"\r\n },\r\n {\r\n \"applicationId\": \"ec52d13d-2e85-410e-a89a-8c79fb6a32ac\",\r\n \"roleDefinitionId\": \"c3a447c3-a63a-4905-a125-c6856f9d0e17\"\r\n },\r\n {\r\n \"applicationId\": \"5ebe1e69-13dd-4953-84fa-a74ed591db2e\",\r\n \"roleDefinitionId\": \"e8ebe3e8-569b-4ad3-bea1-5b274fe0c49f\"\r\n },\r\n {\r\n \"applicationId\": \"2e458d69-0892-4655-b713-4f7b182315dd\",\r\n \"roleDefinitionId\": \"45EA3B16-D4DD-48CA-BF0D-BBE644C0C0AF\"\r\n }\r\n ],\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [\r\n \"West US 2\",\r\n \"South Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-06-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"NotRegistered\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/providers/Microsoft.TimeSeriesInsights\",\r\n \"namespace\": \"Microsoft.TimeSeriesInsights\",\r\n \"authorizations\": [\r\n {\r\n \"applicationId\": \"120d688d-1518-4cf7-bd38-182f158850b6\",\r\n \"roleDefinitionId\": \"5a43abdf-bb87-42c4-9e56-1c24bf364150\"\r\n }\r\n ],\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"environments\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"Central US\",\r\n \"Southeast Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East Asia\",\r\n \"UK West\",\r\n \"UK South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-08-15-preview\",\r\n \"2017-11-15\",\r\n \"2017-02-28-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"environments/eventsources\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"Central US\",\r\n \"Southeast Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East Asia\",\r\n \"UK West\",\r\n \"UK South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-08-15-preview\",\r\n \"2017-11-15\",\r\n \"2017-02-28-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"environments/referenceDataSets\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"Central US\",\r\n \"Southeast Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East Asia\",\r\n \"UK West\",\r\n \"UK South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-08-15-preview\",\r\n \"2017-11-15\",\r\n \"2017-02-28-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"environments/accessPolicies\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"Central US\",\r\n \"Southeast Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East Asia\",\r\n \"UK West\",\r\n \"UK South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-08-15-preview\",\r\n \"2017-11-15\",\r\n \"2017-02-28-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"Central US\",\r\n \"Southeast Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East Asia\",\r\n \"UK West\",\r\n \"UK South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-08-15-preview\",\r\n \"2017-11-15\",\r\n \"2017-02-28-preview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"NotRegistered\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/providers/Microsoft.Token\",\r\n \"namespace\": \"Microsoft.Token\",\r\n \"authorizations\": [\r\n {\r\n \"applicationId\": \"fe053c5f-3692-4f14-aef2-ee34fc081cae\"\r\n }\r\n ],\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"stores\",\r\n \"locations\": [\r\n \"Brazil South\",\r\n \"Central US\",\r\n \"North Europe\",\r\n \"Japan West\",\r\n \"Australia Southeast\",\r\n \"West US\",\r\n \"West Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-08-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"stores/accessPolicies\",\r\n \"locations\": [\r\n \"Brazil South\",\r\n \"Central US\",\r\n \"North Europe\",\r\n \"Japan West\",\r\n \"Australia Southeast\",\r\n \"West US\",\r\n \"West Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-08-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"stores/services\",\r\n \"locations\": [\r\n \"Brazil South\",\r\n \"Central US\",\r\n \"North Europe\",\r\n \"Japan West\",\r\n \"Australia Southeast\",\r\n \"West US\",\r\n \"West Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-08-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"stores/services/tokens\",\r\n \"locations\": [\r\n \"Brazil South\",\r\n \"Central US\",\r\n \"North Europe\",\r\n \"Japan West\",\r\n \"Australia Southeast\",\r\n \"West US\",\r\n \"West Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-08-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"NotRegistered\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/providers/Microsoft.VirtualMachineImages\",\r\n \"namespace\": \"Microsoft.VirtualMachineImages\",\r\n \"authorizations\": [\r\n {\r\n \"applicationId\": \"cf32a0cc-373c-47c9-9156-0db11f6a6dfc\",\r\n \"roleDefinitionId\": \"0ee55a0b-f45f-4392-92ec-e8bf1b4b5da5\",\r\n \"managedByRoleDefinitionId\": \"9e3af657-a8ff-583c-a75c-2fe7c4bcb635\"\r\n }\r\n ],\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"West Central US\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"North Europe\",\r\n \"West Europe\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-05-01-preview\",\r\n \"2019-02-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"NotRegistered\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/providers/microsoft.visualstudio\",\r\n \"namespace\": \"microsoft.visualstudio\",\r\n \"authorization\": {\r\n \"applicationId\": \"499b84ac-1321-427f-aa17-267ca6975798\",\r\n \"roleDefinitionId\": \"6a18f445-86f0-4e2e-b8a9-6b9b5677e3d8\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"account\",\r\n \"locations\": [\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"West Central US\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"West India\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West US 2\",\r\n \"Canada Central\",\r\n \"UK South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-04-01-preview\",\r\n \"2014-02-26\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"West Central US\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"West India\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West US 2\",\r\n \"Canada Central\",\r\n \"UK South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-04-01-preview\",\r\n \"2014-02-26\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"account/project\",\r\n \"locations\": [\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Australia East\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"Central India\",\r\n \"South India\",\r\n \"Central US\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-04-01-preview\",\r\n \"2014-02-26\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"account/extension\",\r\n \"locations\": [\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"West Central US\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"West India\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West US 2\",\r\n \"Canada Central\",\r\n \"UK South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-04-01-preview\",\r\n \"2014-02-26\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"West Central US\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"West India\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West US 2\",\r\n \"Canada Central\",\r\n \"UK South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-04-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"NotRegistered\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/providers/Microsoft.VMwareCloudSimple\",\r\n \"namespace\": \"Microsoft.VMwareCloudSimple\",\r\n \"authorizations\": [\r\n {\r\n \"applicationId\": \"d96199e7-4674-4bbf-a1c6-ddf93682f5ee\",\r\n \"roleDefinitionId\": \"533012ca-a3e7-44e4-93b4-3143f8b9409d\",\r\n \"allowedThirdPartyExtensions\": [\r\n {\r\n \"name\": \"CloudSimpleExtension\"\r\n }\r\n ]\r\n }\r\n ],\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"South Central US\",\r\n \"Switzerland West\",\r\n \"West Europe\",\r\n \"East US\",\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-04-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"dedicatedCloudNodes\",\r\n \"locations\": [\r\n \"South Central US\",\r\n \"Switzerland West\",\r\n \"West Europe\",\r\n \"East US\",\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-04-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"dedicatedCloudServices\",\r\n \"locations\": [\r\n \"South Central US\",\r\n \"Switzerland West\",\r\n \"West Europe\",\r\n \"East US\",\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-04-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/usages\",\r\n \"locations\": [\r\n \"South Central US\",\r\n \"Switzerland West\",\r\n \"West Europe\",\r\n \"East US\",\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/availabilities\",\r\n \"locations\": [\r\n \"South Central US\",\r\n \"Switzerland West\",\r\n \"West Europe\",\r\n \"East US\",\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/privateClouds\",\r\n \"locations\": [\r\n \"South Central US\",\r\n \"Switzerland West\",\r\n \"West Europe\",\r\n \"East US\",\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/privateClouds/virtualNetworks\",\r\n \"locations\": [\r\n \"South Central US\",\r\n \"Switzerland West\",\r\n \"West Europe\",\r\n \"East US\",\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/privateClouds/virtualMachineTemplates\",\r\n \"locations\": [\r\n \"South Central US\",\r\n \"Switzerland West\",\r\n \"West Europe\",\r\n \"East US\",\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/privateClouds/resourcePools\",\r\n \"locations\": [\r\n \"South Central US\",\r\n \"Switzerland West\",\r\n \"West Europe\",\r\n \"East US\",\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operationresults\",\r\n \"locations\": [\r\n \"South Central US\",\r\n \"Switzerland West\",\r\n \"West Europe\",\r\n \"East US\",\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-04-01\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"NotRegistered\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/providers/Microsoft.VnfManager\",\r\n \"namespace\": \"Microsoft.VnfManager\",\r\n \"authorizations\": [\r\n {\r\n \"applicationId\": \"b8ed041c-aa91-418e-8f47-20c70abc2de1\",\r\n \"roleDefinitionId\": \"c8d69fc0-f0ed-43b3-bf1d-4dfdaacc6d2d\"\r\n }\r\n ],\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"Operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-01-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"Locations\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-01-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"Locations/OperationStatuses\",\r\n \"locations\": [\r\n \"East US\",\r\n \"North Europe\",\r\n \"East Asia\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-01-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"NotRegistered\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/providers/Microsoft.VSOnline\",\r\n \"namespace\": \"Microsoft.VSOnline\",\r\n \"authorizations\": [],\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"accounts\",\r\n \"locations\": [\r\n \"West Europe\",\r\n \"East US\",\r\n \"West Us 2\",\r\n \"Southeast Asia\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-07-01-preview\",\r\n \"2019-07-01-beta\",\r\n \"2019-07-01-alpha\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"plans\",\r\n \"locations\": [\r\n \"West Europe\",\r\n \"East US\",\r\n \"West Us 2\",\r\n \"Southeast Asia\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-07-01-preview\",\r\n \"2019-07-01-beta\",\r\n \"2019-07-01-alpha\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-07-01-preview\",\r\n \"2019-07-01-beta\",\r\n \"2019-07-01-alpha\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"NotRegistered\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/providers/Microsoft.WindowsESU\",\r\n \"namespace\": \"Microsoft.WindowsESU\",\r\n \"authorizations\": [\r\n {\r\n \"applicationId\": \"e6c69915-bcc7-4335-b655-c62f949d691b\",\r\n \"roleDefinitionId\": \"9bccffcd-2d3d-4b7c-a2cb-bb26e77b4810\"\r\n }\r\n ],\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"Operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-09-16-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"Locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-09-16-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"Locations/OperationStatuses\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West Europe\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-10-01\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"NotRegistered\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/providers/Microsoft.WindowsIoT\",\r\n \"namespace\": \"Microsoft.WindowsIoT\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"DeviceServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-06-01\",\r\n \"2018-02-16-preview\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"West Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-06-01\",\r\n \"2018-02-16-preview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"NotRegistered\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/providers/Microsoft.WorkloadMonitor\",\r\n \"namespace\": \"Microsoft.WorkloadMonitor\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2018-08-31-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"componentsSummary\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2018-08-31-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"monitorInstancesSummary\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2018-08-31-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"monitorInstances\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2018-08-31-preview\"\r\n ],\r\n \"capabilities\": \"SupportsExtension\"\r\n },\r\n {\r\n \"resourceType\": \"components\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2018-08-31-preview\"\r\n ],\r\n \"capabilities\": \"SupportsExtension\"\r\n },\r\n {\r\n \"resourceType\": \"monitors\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2018-08-31-preview\"\r\n ],\r\n \"capabilities\": \"SupportsExtension\"\r\n },\r\n {\r\n \"resourceType\": \"notificationSettings\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2018-08-31-preview\"\r\n ],\r\n \"capabilities\": \"SupportsExtension\"\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/providers/Myget.PackageManagement\",\r\n \"namespace\": \"Myget.PackageManagement\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"services\",\r\n \"locations\": [\r\n \"West Europe\"\r\n ],\r\n \"apiVersions\": [\r\n \"2015-01-01\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-01-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"listCommunicationPreference\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-01-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"updateCommunicationPreference\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-01-01\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"NotRegistered\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/providers/Paraleap.CloudMonix\",\r\n \"namespace\": \"Paraleap.CloudMonix\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"services\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-08-10\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-08-10\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"listCommunicationPreference\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-08-10\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"updateCommunicationPreference\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-08-10\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"NotRegistered\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/providers/Pokitdok.Platform\",\r\n \"namespace\": \"Pokitdok.Platform\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"services\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-05-17\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-17\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"listCommunicationPreference\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-17\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"updateCommunicationPreference\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-17\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"NotRegistered\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/providers/RavenHq.Db\",\r\n \"namespace\": \"RavenHq.Db\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"databases\",\r\n \"locations\": [\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-07-18\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-07-18\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"listCommunicationPreference\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-07-18\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"updateCommunicationPreference\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-07-18\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"NotRegistered\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/providers/Raygun.CrashReporting\",\r\n \"namespace\": \"Raygun.CrashReporting\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"apps\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2015-01-01\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-01-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"listCommunicationPreference\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-01-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"updateCommunicationPreference\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-01-01\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"NotRegistered\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/providers/Sparkpost.Basic\",\r\n \"namespace\": \"Sparkpost.Basic\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"services\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-08-01\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-08-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"listCommunicationPreference\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-08-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"updateCommunicationPreference\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-08-01\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"NotRegistered\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/providers/stackify.retrace\",\r\n \"namespace\": \"stackify.retrace\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"services\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-01-01\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-01-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"listCommunicationPreference\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-01-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"updateCommunicationPreference\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-01-01\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"NotRegistered\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/providers/U2uconsult.TheIdentityHub\",\r\n \"namespace\": \"U2uconsult.TheIdentityHub\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"services\",\r\n \"locations\": [\r\n \"West Europe\"\r\n ],\r\n \"apiVersions\": [\r\n \"2015-06-15\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-06-15\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"listCommunicationPreference\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-06-15\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"updateCommunicationPreference\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-06-15\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"NotRegistered\"\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/ps2509/providers/Microsoft.Resources/deployments/ps296\",\r\n \"name\": \"ps296\",\r\n \"type\": \"Microsoft.Resources/deployments\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n },\r\n \"properties\": {\r\n \"templateHash\": \"11821504941859434205\",\r\n \"parameters\": {\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4924\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"East US\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2020-06-12T21:39:39.4687534Z\",\r\n \"duration\": \"PT24.9877492S\",\r\n \"correlationId\": \"6e296f26-2639-41f3-9c97-bb57b5e5459a\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"eastus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [],\r\n \"outputs\": {\r\n \"storageAccountInfo\": {\r\n \"type\": \"Object\",\r\n \"value\": {\r\n \"privateEndpointConnections\": [],\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"virtualNetworkRules\": [],\r\n \"ipRules\": [],\r\n \"defaultAction\": \"Allow\"\r\n },\r\n \"supportsHttpsTrafficOnly\": false,\r\n \"encryption\": {\r\n \"services\": {\r\n \"file\": {\r\n \"keyType\": \"Account\",\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2020-06-12T21:39:18.7808705Z\"\r\n },\r\n \"blob\": {\r\n \"keyType\": \"Account\",\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2020-06-12T21:39:18.7808705Z\"\r\n }\r\n },\r\n \"keySource\": \"Microsoft.Storage\"\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2020-06-12T21:39:18.7027166Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://ps4924.blob.core.windows.net/\",\r\n \"queue\": \"https://ps4924.queue.core.windows.net/\",\r\n \"table\": \"https://ps4924.table.core.windows.net/\",\r\n \"file\": \"https://ps4924.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus\",\r\n \"statusOfPrimary\": \"available\"\r\n }\r\n }\r\n },\r\n \"outputResources\": [\r\n {\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/ps2509/providers/Microsoft.Storage/storageAccounts/ps4924\"\r\n }\r\n ]\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/resourceGroups/ps6304/providers/Microsoft.Resources/deployments/ps7102/exportTemplate?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYjlmMTM4YTEtMWQ2NC00MTA4LTg0MTMtOWVhM2JlMWMxYjJkL3Jlc291cmNlR3JvdXBzL3BzNjMwNC9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9wczcxMDIvZXhwb3J0VGVtcGxhdGU/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourcegroups/ps2509/providers/Microsoft.Resources/deployments/ps296/exportTemplate?api-version=2019-10-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTFiZmE2MzUtZjJiZi00MmYxLTg2YjUtODQ4YzY3NGZjMzIxL3Jlc291cmNlZ3JvdXBzL3BzMjUwOS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9wczI5Ni9leHBvcnRUZW1wbGF0ZT9hcGktdmVyc2lvbj0yMDE5LTEwLTAx", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { - "User-Agent": [ - "AzurePowershell/v1.0.0", - "PSVersion/v6.2.3" - ], - "ParameterSetName": [ - "__AllParameterSets" - ], - "CommandName": [ - "Save-AzResourceGroupDeploymentTemplate" + "x-ms-client-request-id": [ + "51455d1e-51a5-46dd-bcdb-8e4b7d1af5e2" ], - "Content-Type": [ - "application/json; charset=utf-8" + "Accept-Language": [ + "en-US" ], - "Content-Length": [ - "0" + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/3.7.1.0" ] }, "ResponseHeaders": { @@ -12083,16 +7797,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1199" + "1198" ], "x-ms-request-id": [ - "28785b57-932b-47c7-adb3-3e5f98920eaa" + "5013c1f7-f72b-4f67-8641-5256c83a70ec" ], "x-ms-correlation-request-id": [ - "28785b57-932b-47c7-adb3-3e5f98920eaa" + "5013c1f7-f72b-4f67-8641-5256c83a70ec" ], "x-ms-routing-request-id": [ - "WESTUS2:20200325T091346Z:28785b57-932b-47c7-adb3-3e5f98920eaa" + "NORTHCENTRALUS:20200612T213940Z:5013c1f7-f72b-4f67-8641-5256c83a70ec" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -12101,7 +7815,7 @@ "nosniff" ], "Date": [ - "Wed, 25 Mar 2020 09:13:45 GMT" + "Fri, 12 Jun 2020 21:39:39 GMT" ], "Content-Length": [ "862" @@ -12120,83 +7834,22 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/resourceGroups/ps6304/providers/Microsoft.Resources/deployments/ps7102/operations?api-version=2018-05-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYjlmMTM4YTEtMWQ2NC00MTA4LTg0MTMtOWVhM2JlMWMxYjJkL3Jlc291cmNlR3JvdXBzL3BzNjMwNC9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9wczcxMDIvb3BlcmF0aW9ucz9hcGktdmVyc2lvbj0yMDE4LTA1LTAx", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "AzurePowershell/v1.0.0", - "PSVersion/v6.2.3" - ], - "ParameterSetName": [ - "__AllParameterSets" - ], - "CommandName": [ - "Get-AzResourceGroupDeploymentOperation" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11999" - ], - "x-ms-request-id": [ - "33031796-c9dd-4337-8eb9-8ae74d75f0a6" - ], - "x-ms-correlation-request-id": [ - "33031796-c9dd-4337-8eb9-8ae74d75f0a6" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20200325T091346Z:33031796-c9dd-4337-8eb9-8ae74d75f0a6" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Wed, 25 Mar 2020 09:13:46 GMT" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Content-Length": [ - "1829" - ], - "Retry-After": [ - "0" - ] - }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/resourceGroups/ps6304/providers/Microsoft.Resources/deployments/ps7102/operations/9B87AD3AC82D5CB1\",\r\n \"operationId\": \"9B87AD3AC82D5CB1\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2020-03-25T09:13:40.2633922Z\",\r\n \"duration\": \"PT0.8840342S\",\r\n \"trackingId\": \"ef9a237a-cfde-4e0d-a76d-ebeb43788814\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/resourceGroups/ps6304/providers/Microsoft.Storage/storageAccounts/ps2757\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps2757\",\r\n \"apiVersion\": \"2019-06-01\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/resourceGroups/ps6304/providers/Microsoft.Resources/deployments/ps7102/operations/D60BABBFE7AE59B2\",\r\n \"operationId\": \"D60BABBFE7AE59B2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2020-03-25T09:13:38.9206007Z\",\r\n \"duration\": \"PT22.8542458S\",\r\n \"trackingId\": \"f4194718-4948-424c-90b2-447aa5140319\",\r\n \"serviceRequestId\": \"e60d7e65-f3b9-4984-9501-ea7b36aedca4\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/resourceGroups/ps6304/providers/Microsoft.Storage/storageAccounts/ps2757\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps2757\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/resourceGroups/ps6304/providers/Microsoft.Resources/deployments/ps7102/operations/08586164792943246485\",\r\n \"operationId\": \"08586164792943246485\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"EvaluateDeploymentOutput\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2020-03-25T09:13:41.3973123Z\",\r\n \"duration\": \"PT0.8461635S\",\r\n \"trackingId\": \"1de0b83e-3943-4049-a50b-ebb965d6027e\",\r\n \"statusCode\": \"OK\",\r\n \"statusMessage\": null\r\n }\r\n }\r\n ]\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/resourcegroups/ps6304/providers/Microsoft.Resources/deployments/ps7102?api-version=2019-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYjlmMTM4YTEtMWQ2NC00MTA4LTg0MTMtOWVhM2JlMWMxYjJkL3Jlc291cmNlZ3JvdXBzL3BzNjMwNC9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9wczcxMDI/YXBpLXZlcnNpb249MjAxOS0xMC0wMQ==", + "RequestUri": "/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourcegroups/ps2509/providers/Microsoft.Resources/deployments/ps296?api-version=2019-10-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTFiZmE2MzUtZjJiZi00MmYxLTg2YjUtODQ4YzY3NGZjMzIxL3Jlc291cmNlZ3JvdXBzL3BzMjUwOS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9wczI5Nj9hcGktdmVyc2lvbj0yMDE5LTEwLTAx", "RequestMethod": "HEAD", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "76e36e97-8d87-4b98-9557-781ac7849962" + "94a189e9-7ee2-41cc-b69b-23d7ab0d4525" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27110.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/3.4.0.0" + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/3.7.1.0" ] }, "ResponseHeaders": { @@ -12207,16 +7860,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11813" + "11880" ], "x-ms-request-id": [ - "385623d4-24ff-484c-bce9-0c644082d12f" + "0bc325d3-2900-49b0-8973-6089528dcbac" ], "x-ms-correlation-request-id": [ - "385623d4-24ff-484c-bce9-0c644082d12f" + "0bc325d3-2900-49b0-8973-6089528dcbac" ], "x-ms-routing-request-id": [ - "WESTUS2:20200325T091346Z:385623d4-24ff-484c-bce9-0c644082d12f" + "NORTHCENTRALUS:20200612T213940Z:0bc325d3-2900-49b0-8973-6089528dcbac" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -12225,7 +7878,7 @@ "nosniff" ], "Date": [ - "Wed, 25 Mar 2020 09:13:46 GMT" + "Fri, 12 Jun 2020 21:39:40 GMT" ], "Content-Length": [ "0" @@ -12241,22 +7894,22 @@ "StatusCode": 204 }, { - "RequestUri": "/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/resourcegroups/ps6304/providers/Microsoft.Resources/deployments/ps7102?api-version=2019-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYjlmMTM4YTEtMWQ2NC00MTA4LTg0MTMtOWVhM2JlMWMxYjJkL3Jlc291cmNlZ3JvdXBzL3BzNjMwNC9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9wczcxMDI/YXBpLXZlcnNpb249MjAxOS0xMC0wMQ==", + "RequestUri": "/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourcegroups/ps2509/providers/Microsoft.Resources/deployments/ps296?api-version=2019-10-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTFiZmE2MzUtZjJiZi00MmYxLTg2YjUtODQ4YzY3NGZjMzIxL3Jlc291cmNlZ3JvdXBzL3BzMjUwOS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9wczI5Nj9hcGktdmVyc2lvbj0yMDE5LTEwLTAx", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "ed437546-0cad-4690-8b74-c1e120d05ab1" + "42543dd4-1b64-4e75-82d7-93ebdc30ff65" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27110.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/3.4.0.0" + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/3.7.1.0" ] }, "ResponseHeaders": { @@ -12267,7 +7920,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/operationresults/eyJqb2JJZCI6IkRlcGxveW1lbnREZWxldGlvbkpvYi1HTlMtUFM2MzA0LVBTNzEwMi0iLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2019-10-01" + "https://management.azure.com/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/operationresults/eyJqb2JJZCI6IkRlcGxveW1lbnREZWxldGlvbkpvYi1HTlMtUFMyNTA5LVBTMjk2LSIsImpvYkxvY2F0aW9uIjoid2VzdHVzIn0?api-version=2019-10-01" ], "Retry-After": [ "0" @@ -12276,127 +7929,13 @@ "14999" ], "x-ms-request-id": [ - "da523d38-d3d7-4d75-804d-e575e5f7b4dc" - ], - "x-ms-correlation-request-id": [ - "da523d38-d3d7-4d75-804d-e575e5f7b4dc" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20200325T091347Z:da523d38-d3d7-4d75-804d-e575e5f7b4dc" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Wed, 25 Mar 2020 09:13:47 GMT" - ], - "Expires": [ - "-1" - ], - "Content-Length": [ - "0" - ] - }, - "ResponseBody": "", - "StatusCode": 202 - }, - { - "RequestUri": "/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/operationresults/eyJqb2JJZCI6IkRlcGxveW1lbnREZWxldGlvbkpvYi1HTlMtUFM2MzA0LVBTNzEwMi0iLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2019-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYjlmMTM4YTEtMWQ2NC00MTA4LTg0MTMtOWVhM2JlMWMxYjJkL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWtSbGNHeHZlVzFsYm5SRVpXeGxkR2x2YmtwdllpMUhUbE10VUZNMk16QTBMVkJUTnpFd01pMGlMQ0pxYjJKTWIyTmhkR2x2YmlJNkluZGxjM1IxY3lKOT9hcGktdmVyc2lvbj0yMDE5LTEwLTAx", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.27110.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/3.4.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Location": [ - "https://management.azure.com/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/operationresults/eyJqb2JJZCI6IkRlcGxveW1lbnREZWxldGlvbkpvYi1HTlMtUFM2MzA0LVBTNzEwMi0iLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2019-10-01" - ], - "Retry-After": [ - "0" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11812" - ], - "x-ms-request-id": [ - "ac38c211-a26d-4d1a-881b-3010aa9a9559" - ], - "x-ms-correlation-request-id": [ - "ac38c211-a26d-4d1a-881b-3010aa9a9559" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20200325T091402Z:ac38c211-a26d-4d1a-881b-3010aa9a9559" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Wed, 25 Mar 2020 09:14:02 GMT" - ], - "Expires": [ - "-1" - ], - "Content-Length": [ - "0" - ] - }, - "ResponseBody": "", - "StatusCode": 202 - }, - { - "RequestUri": "/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/operationresults/eyJqb2JJZCI6IkRlcGxveW1lbnREZWxldGlvbkpvYi1HTlMtUFM2MzA0LVBTNzEwMi0iLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2019-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYjlmMTM4YTEtMWQ2NC00MTA4LTg0MTMtOWVhM2JlMWMxYjJkL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWtSbGNHeHZlVzFsYm5SRVpXeGxkR2x2YmtwdllpMUhUbE10VUZNMk16QTBMVkJUTnpFd01pMGlMQ0pxYjJKTWIyTmhkR2x2YmlJNkluZGxjM1IxY3lKOT9hcGktdmVyc2lvbj0yMDE5LTEwLTAx", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.27110.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/3.4.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Location": [ - "https://management.azure.com/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/operationresults/eyJqb2JJZCI6IkRlcGxveW1lbnREZWxldGlvbkpvYi1HTlMtUFM2MzA0LVBTNzEwMi0iLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2019-10-01" - ], - "Retry-After": [ - "0" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11811" - ], - "x-ms-request-id": [ - "d8131cb9-2b02-45de-925b-f3ce89567eb3" + "18ad8dd9-ef27-4c63-885f-e474df921c52" ], "x-ms-correlation-request-id": [ - "d8131cb9-2b02-45de-925b-f3ce89567eb3" + "18ad8dd9-ef27-4c63-885f-e474df921c52" ], "x-ms-routing-request-id": [ - "WESTUS2:20200325T091417Z:d8131cb9-2b02-45de-925b-f3ce89567eb3" + "NORTHCENTRALUS:20200612T213942Z:18ad8dd9-ef27-4c63-885f-e474df921c52" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -12405,7 +7944,7 @@ "nosniff" ], "Date": [ - "Wed, 25 Mar 2020 09:14:17 GMT" + "Fri, 12 Jun 2020 21:39:41 GMT" ], "Expires": [ "-1" @@ -12418,16 +7957,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/operationresults/eyJqb2JJZCI6IkRlcGxveW1lbnREZWxldGlvbkpvYi1HTlMtUFM2MzA0LVBTNzEwMi0iLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2019-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYjlmMTM4YTEtMWQ2NC00MTA4LTg0MTMtOWVhM2JlMWMxYjJkL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWtSbGNHeHZlVzFsYm5SRVpXeGxkR2x2YmtwdllpMUhUbE10VUZNMk16QTBMVkJUTnpFd01pMGlMQ0pxYjJKTWIyTmhkR2x2YmlJNkluZGxjM1IxY3lKOT9hcGktdmVyc2lvbj0yMDE5LTEwLTAx", + "RequestUri": "/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/operationresults/eyJqb2JJZCI6IkRlcGxveW1lbnREZWxldGlvbkpvYi1HTlMtUFMyNTA5LVBTMjk2LSIsImpvYkxvY2F0aW9uIjoid2VzdHVzIn0?api-version=2019-10-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTFiZmE2MzUtZjJiZi00MmYxLTg2YjUtODQ4YzY3NGZjMzIxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWtSbGNHeHZlVzFsYm5SRVpXeGxkR2x2YmtwdllpMUhUbE10VUZNeU5UQTVMVkJUTWprMkxTSXNJbXB2WWt4dlkyRjBhVzl1SWpvaWQyVnpkSFZ6SW4wP2FwaS12ZXJzaW9uPTIwMTktMTAtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27110.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/3.4.0.0" + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/3.7.1.0" ] }, "ResponseHeaders": { @@ -12438,22 +7977,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/operationresults/eyJqb2JJZCI6IkRlcGxveW1lbnREZWxldGlvbkpvYi1HTlMtUFM2MzA0LVBTNzEwMi0iLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2019-10-01" + "https://management.azure.com/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/operationresults/eyJqb2JJZCI6IkRlcGxveW1lbnREZWxldGlvbkpvYi1HTlMtUFMyNTA5LVBTMjk2LSIsImpvYkxvY2F0aW9uIjoid2VzdHVzIn0?api-version=2019-10-01" ], "Retry-After": [ "0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11810" + "11879" ], "x-ms-request-id": [ - "1e8ff1a1-9100-4275-a947-68f130c3e848" + "da8f8fd2-b0b6-421b-8fab-2b5a7c8e5dfb" ], "x-ms-correlation-request-id": [ - "1e8ff1a1-9100-4275-a947-68f130c3e848" + "da8f8fd2-b0b6-421b-8fab-2b5a7c8e5dfb" ], "x-ms-routing-request-id": [ - "WESTUS2:20200325T091432Z:1e8ff1a1-9100-4275-a947-68f130c3e848" + "NORTHCENTRALUS:20200612T213957Z:da8f8fd2-b0b6-421b-8fab-2b5a7c8e5dfb" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -12462,7 +8001,7 @@ "nosniff" ], "Date": [ - "Wed, 25 Mar 2020 09:14:32 GMT" + "Fri, 12 Jun 2020 21:39:57 GMT" ], "Expires": [ "-1" @@ -12475,16 +8014,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/operationresults/eyJqb2JJZCI6IkRlcGxveW1lbnREZWxldGlvbkpvYi1HTlMtUFM2MzA0LVBTNzEwMi0iLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2019-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYjlmMTM4YTEtMWQ2NC00MTA4LTg0MTMtOWVhM2JlMWMxYjJkL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWtSbGNHeHZlVzFsYm5SRVpXeGxkR2x2YmtwdllpMUhUbE10VUZNMk16QTBMVkJUTnpFd01pMGlMQ0pxYjJKTWIyTmhkR2x2YmlJNkluZGxjM1IxY3lKOT9hcGktdmVyc2lvbj0yMDE5LTEwLTAx", + "RequestUri": "/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/operationresults/eyJqb2JJZCI6IkRlcGxveW1lbnREZWxldGlvbkpvYi1HTlMtUFMyNTA5LVBTMjk2LSIsImpvYkxvY2F0aW9uIjoid2VzdHVzIn0?api-version=2019-10-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTFiZmE2MzUtZjJiZi00MmYxLTg2YjUtODQ4YzY3NGZjMzIxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWtSbGNHeHZlVzFsYm5SRVpXeGxkR2x2YmtwdllpMUhUbE10VUZNeU5UQTVMVkJUTWprMkxTSXNJbXB2WWt4dlkyRjBhVzl1SWpvaWQyVnpkSFZ6SW4wP2FwaS12ZXJzaW9uPTIwMTktMTAtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27110.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/3.4.0.0" + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/3.7.1.0" ] }, "ResponseHeaders": { @@ -12495,16 +8034,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11809" + "11878" ], "x-ms-request-id": [ - "64a621f4-2875-43b3-952d-6d6bc4057aa0" + "cf5e2769-516b-4a5d-955a-2b32dc575a2a" ], "x-ms-correlation-request-id": [ - "64a621f4-2875-43b3-952d-6d6bc4057aa0" + "cf5e2769-516b-4a5d-955a-2b32dc575a2a" ], "x-ms-routing-request-id": [ - "WESTUS2:20200325T091448Z:64a621f4-2875-43b3-952d-6d6bc4057aa0" + "NORTHCENTRALUS:20200612T214012Z:cf5e2769-516b-4a5d-955a-2b32dc575a2a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -12513,7 +8052,7 @@ "nosniff" ], "Date": [ - "Wed, 25 Mar 2020 09:14:47 GMT" + "Fri, 12 Jun 2020 21:40:12 GMT" ], "Expires": [ "-1" @@ -12526,16 +8065,16 @@ "StatusCode": 204 }, { - "RequestUri": "/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/operationresults/eyJqb2JJZCI6IkRlcGxveW1lbnREZWxldGlvbkpvYi1HTlMtUFM2MzA0LVBTNzEwMi0iLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2019-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYjlmMTM4YTEtMWQ2NC00MTA4LTg0MTMtOWVhM2JlMWMxYjJkL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWtSbGNHeHZlVzFsYm5SRVpXeGxkR2x2YmtwdllpMUhUbE10VUZNMk16QTBMVkJUTnpFd01pMGlMQ0pxYjJKTWIyTmhkR2x2YmlJNkluZGxjM1IxY3lKOT9hcGktdmVyc2lvbj0yMDE5LTEwLTAx", + "RequestUri": "/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/operationresults/eyJqb2JJZCI6IkRlcGxveW1lbnREZWxldGlvbkpvYi1HTlMtUFMyNTA5LVBTMjk2LSIsImpvYkxvY2F0aW9uIjoid2VzdHVzIn0?api-version=2019-10-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTFiZmE2MzUtZjJiZi00MmYxLTg2YjUtODQ4YzY3NGZjMzIxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWtSbGNHeHZlVzFsYm5SRVpXeGxkR2x2YmtwdllpMUhUbE10VUZNeU5UQTVMVkJUTWprMkxTSXNJbXB2WWt4dlkyRjBhVzl1SWpvaWQyVnpkSFZ6SW4wP2FwaS12ZXJzaW9uPTIwMTktMTAtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27110.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/3.4.0.0" + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/3.7.1.0" ] }, "ResponseHeaders": { @@ -12546,16 +8085,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11808" + "11877" ], "x-ms-request-id": [ - "cea6dadf-0282-4941-a03b-8af54b09757d" + "f9b8dedd-a0dd-40eb-bb89-e425b2d004c8" ], "x-ms-correlation-request-id": [ - "cea6dadf-0282-4941-a03b-8af54b09757d" + "f9b8dedd-a0dd-40eb-bb89-e425b2d004c8" ], "x-ms-routing-request-id": [ - "WESTUS2:20200325T091448Z:cea6dadf-0282-4941-a03b-8af54b09757d" + "NORTHCENTRALUS:20200612T214012Z:f9b8dedd-a0dd-40eb-bb89-e425b2d004c8" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -12564,7 +8103,7 @@ "nosniff" ], "Date": [ - "Wed, 25 Mar 2020 09:14:47 GMT" + "Fri, 12 Jun 2020 21:40:12 GMT" ], "Expires": [ "-1" @@ -12577,22 +8116,22 @@ "StatusCode": 204 }, { - "RequestUri": "/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/resourcegroups/ps6304?api-version=2019-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYjlmMTM4YTEtMWQ2NC00MTA4LTg0MTMtOWVhM2JlMWMxYjJkL3Jlc291cmNlZ3JvdXBzL3BzNjMwND9hcGktdmVyc2lvbj0yMDE5LTEwLTAx", + "RequestUri": "/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourcegroups/ps2509?api-version=2019-10-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTFiZmE2MzUtZjJiZi00MmYxLTg2YjUtODQ4YzY3NGZjMzIxL3Jlc291cmNlZ3JvdXBzL3BzMjUwOT9hcGktdmVyc2lvbj0yMDE5LTEwLTAx", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "1b5bc0e5-7e12-472f-8fcd-39ad32118f49" + "50239420-f1b5-41bc-a1a3-7319de21219e" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27110.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/3.4.0.0" + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/3.7.1.0" ] }, "ResponseHeaders": { @@ -12603,7 +8142,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzYzMDQtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2019-10-01" + "https://management.azure.com/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzI1MDktV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2019-10-01" ], "Retry-After": [ "0" @@ -12612,13 +8151,13 @@ "14998" ], "x-ms-request-id": [ - "010e6876-6c11-43c4-a020-24308591d912" + "06f60534-6198-466c-a06c-3cfad101964e" ], "x-ms-correlation-request-id": [ - "010e6876-6c11-43c4-a020-24308591d912" + "06f60534-6198-466c-a06c-3cfad101964e" ], "x-ms-routing-request-id": [ - "WESTUS2:20200325T091449Z:010e6876-6c11-43c4-a020-24308591d912" + "NORTHCENTRALUS:20200612T214013Z:06f60534-6198-466c-a06c-3cfad101964e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -12627,7 +8166,7 @@ "nosniff" ], "Date": [ - "Wed, 25 Mar 2020 09:14:48 GMT" + "Fri, 12 Jun 2020 21:40:13 GMT" ], "Expires": [ "-1" @@ -12640,16 +8179,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzYzMDQtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2019-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYjlmMTM4YTEtMWQ2NC00MTA4LTg0MTMtOWVhM2JlMWMxYjJkL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpZek1EUXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxOS0xMC0wMQ==", + "RequestUri": "/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzI1MDktV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2019-10-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTFiZmE2MzUtZjJiZi00MmYxLTg2YjUtODQ4YzY3NGZjMzIxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpJMU1Ea3RWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxOS0xMC0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27110.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/3.4.0.0" + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/3.7.1.0" ] }, "ResponseHeaders": { @@ -12660,22 +8199,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzYzMDQtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2019-10-01" + "https://management.azure.com/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzI1MDktV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2019-10-01" ], "Retry-After": [ "0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11806" + "11875" ], "x-ms-request-id": [ - "56aae2e2-b407-4822-b1b1-0b38285884b6" + "b1a8faaf-4308-4a35-9c70-6c15e25d3bce" ], "x-ms-correlation-request-id": [ - "56aae2e2-b407-4822-b1b1-0b38285884b6" + "b1a8faaf-4308-4a35-9c70-6c15e25d3bce" ], "x-ms-routing-request-id": [ - "WESTUS2:20200325T091504Z:56aae2e2-b407-4822-b1b1-0b38285884b6" + "NORTHCENTRALUS:20200612T214029Z:b1a8faaf-4308-4a35-9c70-6c15e25d3bce" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -12684,7 +8223,7 @@ "nosniff" ], "Date": [ - "Wed, 25 Mar 2020 09:15:03 GMT" + "Fri, 12 Jun 2020 21:40:28 GMT" ], "Expires": [ "-1" @@ -12697,16 +8236,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzYzMDQtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2019-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYjlmMTM4YTEtMWQ2NC00MTA4LTg0MTMtOWVhM2JlMWMxYjJkL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpZek1EUXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxOS0xMC0wMQ==", + "RequestUri": "/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzI1MDktV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2019-10-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTFiZmE2MzUtZjJiZi00MmYxLTg2YjUtODQ4YzY3NGZjMzIxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpJMU1Ea3RWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxOS0xMC0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27110.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/3.4.0.0" + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/3.7.1.0" ] }, "ResponseHeaders": { @@ -12717,22 +8256,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzYzMDQtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2019-10-01" + "https://management.azure.com/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzI1MDktV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2019-10-01" ], "Retry-After": [ "0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11805" + "11874" ], "x-ms-request-id": [ - "7bebea5f-475a-45a3-a633-f622a5db9106" + "87d72a3f-1f07-44a9-aed6-1aea24b98103" ], "x-ms-correlation-request-id": [ - "7bebea5f-475a-45a3-a633-f622a5db9106" + "87d72a3f-1f07-44a9-aed6-1aea24b98103" ], "x-ms-routing-request-id": [ - "WESTUS2:20200325T091519Z:7bebea5f-475a-45a3-a633-f622a5db9106" + "NORTHCENTRALUS:20200612T214044Z:87d72a3f-1f07-44a9-aed6-1aea24b98103" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -12741,7 +8280,7 @@ "nosniff" ], "Date": [ - "Wed, 25 Mar 2020 09:15:19 GMT" + "Fri, 12 Jun 2020 21:40:44 GMT" ], "Expires": [ "-1" @@ -12754,16 +8293,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzYzMDQtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2019-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYjlmMTM4YTEtMWQ2NC00MTA4LTg0MTMtOWVhM2JlMWMxYjJkL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpZek1EUXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxOS0xMC0wMQ==", + "RequestUri": "/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzI1MDktV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2019-10-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTFiZmE2MzUtZjJiZi00MmYxLTg2YjUtODQ4YzY3NGZjMzIxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpJMU1Ea3RWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxOS0xMC0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27110.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/3.4.0.0" + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/3.7.1.0" ] }, "ResponseHeaders": { @@ -12774,22 +8313,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzYzMDQtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2019-10-01" + "https://management.azure.com/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzI1MDktV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2019-10-01" ], "Retry-After": [ "0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11804" + "11873" ], "x-ms-request-id": [ - "b0bda2ed-23d2-4b34-928e-0c46240551ac" + "aad35098-0c68-4ce2-b0ab-3774c12dcbb8" ], "x-ms-correlation-request-id": [ - "b0bda2ed-23d2-4b34-928e-0c46240551ac" + "aad35098-0c68-4ce2-b0ab-3774c12dcbb8" ], "x-ms-routing-request-id": [ - "WESTUS2:20200325T091534Z:b0bda2ed-23d2-4b34-928e-0c46240551ac" + "NORTHCENTRALUS:20200612T214059Z:aad35098-0c68-4ce2-b0ab-3774c12dcbb8" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -12798,7 +8337,7 @@ "nosniff" ], "Date": [ - "Wed, 25 Mar 2020 09:15:34 GMT" + "Fri, 12 Jun 2020 21:40:58 GMT" ], "Expires": [ "-1" @@ -12811,16 +8350,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzYzMDQtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2019-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYjlmMTM4YTEtMWQ2NC00MTA4LTg0MTMtOWVhM2JlMWMxYjJkL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpZek1EUXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxOS0xMC0wMQ==", + "RequestUri": "/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzI1MDktV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2019-10-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTFiZmE2MzUtZjJiZi00MmYxLTg2YjUtODQ4YzY3NGZjMzIxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpJMU1Ea3RWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxOS0xMC0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27110.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/3.4.0.0" + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/3.7.1.0" ] }, "ResponseHeaders": { @@ -12831,22 +8370,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzYzMDQtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2019-10-01" + "https://management.azure.com/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzI1MDktV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2019-10-01" ], "Retry-After": [ "0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11803" + "11872" ], "x-ms-request-id": [ - "e83fa2c0-76eb-43bd-9e5f-94a88bc4eaca" + "554dfab0-239e-45c1-a284-167e5c035156" ], "x-ms-correlation-request-id": [ - "e83fa2c0-76eb-43bd-9e5f-94a88bc4eaca" + "554dfab0-239e-45c1-a284-167e5c035156" ], "x-ms-routing-request-id": [ - "WESTUS2:20200325T091549Z:e83fa2c0-76eb-43bd-9e5f-94a88bc4eaca" + "NORTHCENTRALUS:20200612T214114Z:554dfab0-239e-45c1-a284-167e5c035156" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -12855,7 +8394,7 @@ "nosniff" ], "Date": [ - "Wed, 25 Mar 2020 09:15:49 GMT" + "Fri, 12 Jun 2020 21:41:13 GMT" ], "Expires": [ "-1" @@ -12868,16 +8407,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzYzMDQtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2019-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYjlmMTM4YTEtMWQ2NC00MTA4LTg0MTMtOWVhM2JlMWMxYjJkL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpZek1EUXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxOS0xMC0wMQ==", + "RequestUri": "/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzI1MDktV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2019-10-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTFiZmE2MzUtZjJiZi00MmYxLTg2YjUtODQ4YzY3NGZjMzIxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpJMU1Ea3RWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxOS0xMC0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27110.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/3.4.0.0" + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/3.7.1.0" ] }, "ResponseHeaders": { @@ -12888,22 +8427,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzYzMDQtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2019-10-01" + "https://management.azure.com/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzI1MDktV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2019-10-01" ], "Retry-After": [ "0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11802" + "11871" ], "x-ms-request-id": [ - "2d894ad9-240a-4aba-b5f5-d5a188e8f0ad" + "5762d361-6873-4c70-840f-d83221f0a21e" ], "x-ms-correlation-request-id": [ - "2d894ad9-240a-4aba-b5f5-d5a188e8f0ad" + "5762d361-6873-4c70-840f-d83221f0a21e" ], "x-ms-routing-request-id": [ - "WESTUS2:20200325T091604Z:2d894ad9-240a-4aba-b5f5-d5a188e8f0ad" + "NORTHCENTRALUS:20200612T214129Z:5762d361-6873-4c70-840f-d83221f0a21e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -12912,7 +8451,7 @@ "nosniff" ], "Date": [ - "Wed, 25 Mar 2020 09:16:04 GMT" + "Fri, 12 Jun 2020 21:41:29 GMT" ], "Expires": [ "-1" @@ -12925,16 +8464,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzYzMDQtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2019-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYjlmMTM4YTEtMWQ2NC00MTA4LTg0MTMtOWVhM2JlMWMxYjJkL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpZek1EUXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxOS0xMC0wMQ==", + "RequestUri": "/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzI1MDktV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2019-10-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTFiZmE2MzUtZjJiZi00MmYxLTg2YjUtODQ4YzY3NGZjMzIxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpJMU1Ea3RWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxOS0xMC0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27110.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/3.4.0.0" + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/3.7.1.0" ] }, "ResponseHeaders": { @@ -12945,22 +8484,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzYzMDQtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2019-10-01" + "https://management.azure.com/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzI1MDktV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2019-10-01" ], "Retry-After": [ "0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11801" + "11870" ], "x-ms-request-id": [ - "939988b3-2015-4fe0-bdb2-a9303a0963d6" + "a7aa03e5-7ab8-4070-a577-0db62382a1a8" ], "x-ms-correlation-request-id": [ - "939988b3-2015-4fe0-bdb2-a9303a0963d6" + "a7aa03e5-7ab8-4070-a577-0db62382a1a8" ], "x-ms-routing-request-id": [ - "WESTUS2:20200325T091620Z:939988b3-2015-4fe0-bdb2-a9303a0963d6" + "NORTHCENTRALUS:20200612T214144Z:a7aa03e5-7ab8-4070-a577-0db62382a1a8" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -12969,7 +8508,7 @@ "nosniff" ], "Date": [ - "Wed, 25 Mar 2020 09:16:19 GMT" + "Fri, 12 Jun 2020 21:41:44 GMT" ], "Expires": [ "-1" @@ -12982,16 +8521,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzYzMDQtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2019-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYjlmMTM4YTEtMWQ2NC00MTA4LTg0MTMtOWVhM2JlMWMxYjJkL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpZek1EUXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxOS0xMC0wMQ==", + "RequestUri": "/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzI1MDktV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2019-10-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTFiZmE2MzUtZjJiZi00MmYxLTg2YjUtODQ4YzY3NGZjMzIxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpJMU1Ea3RWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxOS0xMC0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27110.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/3.4.0.0" + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/3.7.1.0" ] }, "ResponseHeaders": { @@ -13002,16 +8541,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11800" + "11869" ], "x-ms-request-id": [ - "104528e4-7029-4f37-86fe-5b8987b71abc" + "213d1a51-d9e3-41cb-9f1c-f673a36dc7a0" ], "x-ms-correlation-request-id": [ - "104528e4-7029-4f37-86fe-5b8987b71abc" + "213d1a51-d9e3-41cb-9f1c-f673a36dc7a0" ], "x-ms-routing-request-id": [ - "WESTUS2:20200325T091635Z:104528e4-7029-4f37-86fe-5b8987b71abc" + "NORTHCENTRALUS:20200612T214200Z:213d1a51-d9e3-41cb-9f1c-f673a36dc7a0" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -13020,7 +8559,7 @@ "nosniff" ], "Date": [ - "Wed, 25 Mar 2020 09:16:34 GMT" + "Fri, 12 Jun 2020 21:41:59 GMT" ], "Expires": [ "-1" @@ -13036,16 +8575,16 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/b9f138a1-1d64-4108-8413-9ea3be1c1b2d/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzYzMDQtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2019-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYjlmMTM4YTEtMWQ2NC00MTA4LTg0MTMtOWVhM2JlMWMxYjJkL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpZek1EUXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxOS0xMC0wMQ==", + "RequestUri": "/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzI1MDktV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2019-10-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTFiZmE2MzUtZjJiZi00MmYxLTg2YjUtODQ4YzY3NGZjMzIxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpJMU1Ea3RWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxOS0xMC0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27110.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/3.4.0.0" + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/3.7.1.0" ] }, "ResponseHeaders": { @@ -13056,16 +8595,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11799" + "11868" ], "x-ms-request-id": [ - "42873e8b-7f36-42ef-89b5-a22ed2f57bf9" + "9fa5af55-ed4f-432e-83ea-c84f6a6f2a2b" ], "x-ms-correlation-request-id": [ - "42873e8b-7f36-42ef-89b5-a22ed2f57bf9" + "9fa5af55-ed4f-432e-83ea-c84f6a6f2a2b" ], "x-ms-routing-request-id": [ - "WESTUS2:20200325T091635Z:42873e8b-7f36-42ef-89b5-a22ed2f57bf9" + "NORTHCENTRALUS:20200612T214200Z:9fa5af55-ed4f-432e-83ea-c84f6a6f2a2b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -13074,7 +8613,7 @@ "nosniff" ], "Date": [ - "Wed, 25 Mar 2020 09:16:34 GMT" + "Fri, 12 Jun 2020 21:42:00 GMT" ], "Expires": [ "-1" @@ -13092,13 +8631,13 @@ ], "Names": { "Test-DeploymentEndToEnd-ResourceGroup": [ - "ps6304", - "ps7102", - "ps2757" + "ps2509", + "ps296", + "ps4924" ] }, "Variables": { - "SubscriptionId": "b9f138a1-1d64-4108-8413-9ea3be1c1b2d", + "SubscriptionId": "a1bfa635-f2bf-42f1-86b5-848c674fc321", "TenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", "Domain": "" } diff --git a/src/Resources/Resources/Az.Resources.psd1 b/src/Resources/Resources/Az.Resources.psd1 index bb1d0eab2bdd..8d943ea21be8 100644 --- a/src/Resources/Resources/Az.Resources.psd1 +++ b/src/Resources/Resources/Az.Resources.psd1 @@ -3,7 +3,7 @@ # # Generated by: Microsoft Corporation # -# Generated on: 5/28/2020 +# Generated on: 6/17/2020 # @{ @@ -12,7 +12,7 @@ # RootModule = '' # Version number of this module. -ModuleVersion = '2.1.0' +ModuleVersion = '2.2.0' # Supported PSEditions CompatiblePSEditions = 'Core', 'Desktop' @@ -54,7 +54,7 @@ DotNetFrameworkVersion = '4.7.2' # ProcessorArchitecture = '' # Modules that must be imported into the global environment prior to importing this module -RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.8.1'; }) +RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.9.0'; }) # Assemblies that must be loaded prior to importing this module RequiredAssemblies = 'Microsoft.Azure.Management.Authorization.dll', @@ -190,11 +190,12 @@ PrivateData = @{ # IconUri = '' # ReleaseNotes of this module - ReleaseNotes = '* Added Tail parameter to Get-AzDeploymentScriptLog and Save-AzDeploymentScriptLog cmdlets -* Formatted Output property and show it on the Get-AzDeploymentScript cmdlet output -* Renamed -DeploymentScriptInputObject parameter to -DeploymentScriptObject -* Fixed missing file/target name in cmdlet messages. -* Updated assembly version of resource manager and tags cmdlets' + ReleaseNotes = '* Added ''UsageLocation'', ''GivenName'', ''Surname'', ''AccountEnabled'', ''MailNickname'', ''Mail'' on ''PSADUser'' [#10526] [#10497] +* Fixed issue that ''-Mail'' doesn''t work on ''Get-AzADUser'' [#11981] +* Added ''-ExcludeChangeType'' parameter to ''Get-AzDeploymentWhatIfResult'' and ''Get-AzResourceGroupDeploymentWhatIfResult'' +* Added ''-WhatIfExcludeChangeType'' parameter to ''New-AzDeployment'' and ''New-AzResourceGroupDeployment'' +* Updated ''Test-Az*Deployment'' cmdlets to show better error messages +* Fixed help message for ''-Name'' parameter of deployment create and What-If cmdlets' # Prerelease string of this module # Prerelease = '' diff --git a/src/Resources/Resources/ChangeLog.md b/src/Resources/Resources/ChangeLog.md index 358f4675c212..5d191c0d88f3 100644 --- a/src/Resources/Resources/ChangeLog.md +++ b/src/Resources/Resources/ChangeLog.md @@ -18,6 +18,9 @@ - Additional information about change #1 --> ## Upcoming Release +* Updated `Get-AzResourceGroupDeploymentOperation` and `Save-AzResourceGroupDeploymentTemplate` to use the SDK. + +## Version 2.2.0 * Added `UsageLocation`, `GivenName`, `Surname`, `AccountEnabled`, `MailNickname`, `Mail` on `PSADUser` [#10526] [#10497] * Fixed issue that `-Mail` doesn't work on `Get-AzADUser` [#11981] * Added `-ExcludeChangeType` parameter to `Get-AzDeploymentWhatIfResult` and `Get-AzResourceGroupDeploymentWhatIfResult` diff --git a/src/Resources/Resources/Properties/AssemblyInfo.cs b/src/Resources/Resources/Properties/AssemblyInfo.cs index 1becab91ef71..a77ef3c227ac 100644 --- a/src/Resources/Resources/Properties/AssemblyInfo.cs +++ b/src/Resources/Resources/Properties/AssemblyInfo.cs @@ -25,8 +25,8 @@ [assembly: ComVisible(false)] [assembly: CLSCompliant(false)] [assembly: Guid("e386b843-f3f0-4db3-8664-37d16b860dde")] -[assembly: AssemblyVersion("2.1.0")] -[assembly: AssemblyFileVersion("2.1.0")] +[assembly: AssemblyVersion("2.2.0")] +[assembly: AssemblyFileVersion("2.2.0")] #if !SIGN [assembly: InternalsVisibleTo("Microsoft.Azure.PowerShell.Cmdlets.Resources.Test")] #endif diff --git a/src/Resources/Resources/help/Get-AzResourceGroupDeploymentOperation.md b/src/Resources/Resources/help/Get-AzResourceGroupDeploymentOperation.md index 20c63b0ed412..779308415c89 100644 --- a/src/Resources/Resources/help/Get-AzResourceGroupDeploymentOperation.md +++ b/src/Resources/Resources/help/Get-AzResourceGroupDeploymentOperation.md @@ -55,7 +55,7 @@ Accept wildcard characters: False ``` ### -DefaultProfile -The credentials, account, tenant, and subscription used for communication with azure +The credentials, account, tenant, and subscription used for communication with Azure. ```yaml Type: Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer @@ -140,7 +140,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS -### System.Management.Automation.PSObject +### Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSDeploymentOperation ## NOTES diff --git a/src/Resources/Resources/help/Remove-AzPolicyAssignment.md b/src/Resources/Resources/help/Remove-AzPolicyAssignment.md index 3d991dd7e32c..aef463c069fe 100644 --- a/src/Resources/Resources/help/Remove-AzPolicyAssignment.md +++ b/src/Resources/Resources/help/Remove-AzPolicyAssignment.md @@ -39,7 +39,7 @@ The **Remove-AzPolicyAssignment** cmdlet removes the specified policy assignment ### Example 1: Remove policy assignment by name and scope ``` PS C:\> $ResourceGroup = Get-AzResourceGroup -Name 'ResourceGroup11' -PS C:\> Remove-AzPolicyAssignment -Name 'PolicyAssignment07' -Scope $ResourceGroup.ResourceId -Force +PS C:\> Remove-AzPolicyAssignment -Name 'PolicyAssignment07' -Scope $ResourceGroup.ResourceId -Confirm ``` The first command gets a resource group named ResourceGroup11 by using the Get-AzResourceGroup cmdlet. @@ -51,7 +51,7 @@ The **ResourceId** property of $ResourceGroup identifies the resource group. ``` PS C:\> $ResourceGroup = Get-AzResourceGroup -Name 'ResourceGroup11' PS C:\> $PolicyAssignment = Get-AzPolicyAssignment -Name 'PolicyAssignment07' -Scope $ResourceGroup.ResourceId -PS C:\> Remove-AzPolicyAssignment -Id $PolicyAssignment.ResourceId -Force +PS C:\> Remove-AzPolicyAssignment -Id $PolicyAssignment.ResourceId -Confirm ``` The first command gets a resource group named ResourceGroup11, and then stores that object in the $ResourceGroup variable. diff --git a/src/Resources/Tags/Properties/AssemblyInfo.cs b/src/Resources/Tags/Properties/AssemblyInfo.cs index 404d94b16db0..420e72afbf30 100644 --- a/src/Resources/Tags/Properties/AssemblyInfo.cs +++ b/src/Resources/Tags/Properties/AssemblyInfo.cs @@ -25,8 +25,8 @@ [assembly: ComVisible(false)] [assembly: CLSCompliant(false)] [assembly: Guid("e386b843-f3f0-4db3-8664-37d16b860dde")] -[assembly: AssemblyVersion("2.1.0")] -[assembly: AssemblyFileVersion("2.1.0")] +[assembly: AssemblyVersion("2.2.0")] +[assembly: AssemblyFileVersion("2.2.0")] #if !SIGN [assembly: InternalsVisibleTo("Microsoft.Azure.PowerShell.Cmdlets.Resources.Test")] #endif diff --git a/src/Search/Search/Az.Search.psd1 b/src/Search/Search/Az.Search.psd1 index e6a7dae942ad..3e6ded8deb0c 100644 --- a/src/Search/Search/Az.Search.psd1 +++ b/src/Search/Search/Az.Search.psd1 @@ -53,7 +53,7 @@ DotNetFrameworkVersion = '4.7.2' # ProcessorArchitecture = '' # Modules that must be imported into the global environment prior to importing this module -RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.8.1'; }) +RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.9.0'; }) # Assemblies that must be loaded prior to importing this module RequiredAssemblies = 'Microsoft.Azure.Management.Search.dll' diff --git a/src/Security/Security.Test/ScenarioTests/SecurityTopologyTests.cs b/src/Security/Security.Test/ScenarioTests/SecurityTopologyTests.cs new file mode 100644 index 000000000000..55da88c63999 --- /dev/null +++ b/src/Security/Security.Test/ScenarioTests/SecurityTopologyTests.cs @@ -0,0 +1,41 @@ +using Microsoft.Azure.Commands.ScenarioTest; +using Microsoft.Azure.ServiceManagement.Common.Models; +using Microsoft.WindowsAzure.Commands.ScenarioTest; +using Xunit; + +namespace Microsoft.Azure.Commands.Security.Test.ScenarioTests +{ + public class SecurityTopologyTests + { + private readonly XunitTracingInterceptor _logger; + + public SecurityTopologyTests(Xunit.Abstractions.ITestOutputHelper output) + { + _logger = new XunitTracingInterceptor(output); + XunitTracingInterceptor.AddToContext(_logger); + TestExecutionHelpers.SetUpSessionAndProfile(); + } + + [Fact] + [Trait(Category.AcceptanceType, Category.CheckIn)] + public void GetSubscriptionScope() + { + TestController.NewInstance.RunPowerShellTest(_logger, "Get-AzureRmSecurityTopology-SubscriptionScope"); + } + + [Fact] + [Trait(Category.AcceptanceType, Category.CheckIn)] + public void GetResourceGroupLevelResource() + { + TestController.NewInstance.RunPowerShellTest(_logger, "Get-AzureRmSecurityTopology-ResourceGroupLevelResource"); + } + + [Fact] + [Trait(Category.AcceptanceType, Category.CheckIn)] + public void GetResourceId() + { + TestController.NewInstance.RunPowerShellTest(_logger, "Get-AzureRmSecurityTopology-ResourceId"); + } + } +} + diff --git a/src/Security/Security.Test/ScenarioTests/SecurityTopologyTests.ps1 b/src/Security/Security.Test/ScenarioTests/SecurityTopologyTests.ps1 new file mode 100644 index 000000000000..f0a2b589a02c --- /dev/null +++ b/src/Security/Security.Test/ScenarioTests/SecurityTopologyTests.ps1 @@ -0,0 +1,76 @@ +# ---------------------------------------------------------------------------------- +# +# Copyright Microsoft Corporation +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# http://www.apache.org/licenses/LICENSE-2.0 +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +# ---------------------------------------------------------------------------------- + +<# +.SYNOPSIS +Get security topologies on a subscription scope +#> +function Get-AzureRmSecurityTopology-SubscriptionScope +{ + $securityTopologies = Get-AzSecurityTopology + Validate-SecurityTopologies $securityTopologies +} + +<# +.SYNOPSIS +Get security topologies +#> +function Get-AzureRmSecurityTopology-ResourceGroupLevelResource +{ + $securityTopologies = Get-AzSecurityTopology | Select -First 1 + $rgName = Extract-ResourceGroup -ResourceId $securityTopologies.Id + $location = Extract-ResourceLocation -ResourceId $securityTopologies.Id + + $fetchedSecurityTopologies = Get-AzSecurityTopology -ResourceGroupName $rgName -Location $location -Name $securityTopologies.Name + Validate-SecurityTopologies $fetchedSecurityTopologies +} + +<# +.SYNOPSIS +Get security topologies by a resource ID +#> +function Get-AzureRmSecurityTopology-ResourceId +{ + $securityTopologies = Get-AzSecurityTopology | Select -First 1 + + $securityTopologies = Get-AzSecurityTopology -ResourceId $securityTopologies.Id + Validate-SecurityTopologies $securityTopologies +} + +<# +.SYNOPSIS +Validates a list of Security Topologies +#> +function Validate-SecurityTopologies +{ + param($SecurityTopologies) + + Assert-True { $securityTopologies.Count -gt 0 } + + Foreach($SecurityTopologies in $securityTopologies) + { + Validate-SecurityTopologies $SecurityTopologies + } +} + +<# +.SYNOPSIS +Validates a single SecurityTopologie +#> +function Validate-SecurityTopologies +{ + param($SecurityTopologies) + + Assert-NotNull $SecurityTopologies +} \ No newline at end of file diff --git a/src/Security/Security.Test/SessionRecords/Microsoft.Azure.Commands.Security.Test.ScenarioTests.SecurityTopologyTests/GetResourceGroupLevelResource.json b/src/Security/Security.Test/SessionRecords/Microsoft.Azure.Commands.Security.Test.ScenarioTests.SecurityTopologyTests/GetResourceGroupLevelResource.json new file mode 100644 index 000000000000..ec3976155865 --- /dev/null +++ b/src/Security/Security.Test/SessionRecords/Microsoft.Azure.Commands.Security.Test.ScenarioTests.SecurityTopologyTests/GetResourceGroupLevelResource.json @@ -0,0 +1,199 @@ +{ + "Entries": [ + { + "RequestUri": "/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/providers/Microsoft.Security/topologies?api-version=2020-01-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2VlYWIzNDEtZjQ2Ni00OTljLWE4YmUtODU0MjdlMTU0YmFmL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VjdXJpdHkvdG9wb2xvZ2llcz9hcGktdmVyc2lvbj0yMDIwLTAxLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "2c368f8d-9e96-4a99-a262-d561577098f3" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.27817.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Security.SecurityCenterClient/2.1.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-original-request-ids": [ + "", + "", + "" + ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "749" + ], + "x-ms-request-id": [ + "f88324ff-b537-4210-811c-bd77b278ea92" + ], + "x-ms-correlation-request-id": [ + "f88324ff-b537-4210-811c-bd77b278ea92" + ], + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200621T123246Z:f88324ff-b537-4210-811c-bd77b278ea92" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Sun, 21 Jun 2020 12:32:46 GMT" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "350137" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:05:53.7434741Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/Avi/providers/Microsoft.Network/virtualNetworks/Avi-ASE-vnet\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"westus\",\r\n \"children\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/Avi/providers/Microsoft.Network/virtualNetworks/Avi-ASE-vnet/subnets/Avi-ASE-subnet\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/Avi/providers/Microsoft.Network/virtualNetworks/aviResourceGroup-vnet\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 30,\r\n \"location\": \"eastus\",\r\n \"children\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/Avi/providers/Microsoft.Network/virtualNetworks/aviResourceGroup-vnet/subnets/default\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/Avi/providers/Microsoft.Security/locations/westcentralus/topologies/virtualNetworks\",\r\n \"name\": \"virtualNetworks\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:05:53.7434741Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/Avi/providers/Microsoft.Network/virtualNetworks/Avi-ASE-vnet/subnets/Avi-ASE-subnet\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/Avi/providers/Microsoft.Network/virtualNetworks/Avi-ASE-vnet\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/Avi/providers/Microsoft.Network/virtualNetworks/aviResourceGroup-vnet/subnets/default\",\r\n \"severity\": \"High\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": true,\r\n \"topologyScore\": 30,\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/Avi/providers/Microsoft.Network/virtualNetworks/aviResourceGroup-vnet\"\r\n }\r\n ],\r\n \"children\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/AVI/providers/Microsoft.Compute/virtualMachines/aviVM\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/Avi/providers/Microsoft.Security/locations/westcentralus/topologies/subnets\",\r\n \"name\": \"subnets\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:05:53.7434741Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/databricks-rg-daniellaDB-jfpguofx3qao4/providers/Microsoft.Network/virtualNetworks/workers-vnet\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"westus\",\r\n \"children\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/databricks-rg-daniellaDB-jfpguofx3qao4/providers/Microsoft.Network/virtualNetworks/workers-vnet/subnets/public-subnet\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/databricks-rg-daniellaDB-jfpguofx3qao4/providers/Microsoft.Network/virtualNetworks/workers-vnet/subnets/private-subnet\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/databricks-rg-daniellaDB-jfpguofx3qao4/providers/Microsoft.Security/locations/westcentralus/topologies/virtualNetworks\",\r\n \"name\": \"virtualNetworks\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:05:53.7434741Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/databricks-rg-daniellaDB-jfpguofx3qao4/providers/Microsoft.Network/virtualNetworks/workers-vnet/subnets/public-subnet\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/databricks-rg-daniellaDB-jfpguofx3qao4/providers/Microsoft.Network/virtualNetworks/workers-vnet\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/databricks-rg-daniellaDB-jfpguofx3qao4/providers/Microsoft.Network/virtualNetworks/workers-vnet/subnets/private-subnet\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/databricks-rg-daniellaDB-jfpguofx3qao4/providers/Microsoft.Network/virtualNetworks/workers-vnet\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/databricks-rg-daniellaDB-jfpguofx3qao4/providers/Microsoft.Security/locations/westcentralus/topologies/subnets\",\r\n \"name\": \"subnets\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:05:53.7434741Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/eldar-storage-rg/providers/Microsoft.Network/virtualNetworks/eldar-storage-rg-vnet\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 30,\r\n \"location\": \"westus\",\r\n \"children\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/eldar-storage-rg/providers/Microsoft.Network/virtualNetworks/eldar-storage-rg-vnet/subnets/default\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/eldar-storage-rg/providers/Microsoft.Network/virtualNetworks/Elvira-131216-vnet\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 60,\r\n \"location\": \"westus\",\r\n \"children\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/eldar-storage-rg/providers/Microsoft.Network/virtualNetworks/Elvira-131216-vnet/subnets/BackEnd\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/eldar-storage-rg/providers/Microsoft.Network/virtualNetworks/Elvira-131216-vnet/subnets/FrontEnd\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/eldar-storage-rg/providers/Microsoft.Network/virtualNetworks/Elvira-141216-net\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 30,\r\n \"location\": \"westus\",\r\n \"children\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/eldar-storage-rg/providers/Microsoft.Network/virtualNetworks/Elvira-141216-net/subnets/default\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/eldar-storage-rg/providers/Microsoft.Security/locations/westcentralus/topologies/virtualNetworks\",\r\n \"name\": \"virtualNetworks\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:05:53.7434741Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/eldar-storage-rg/providers/Microsoft.Network/virtualNetworks/eldar-storage-rg-vnet/subnets/default\",\r\n \"severity\": \"High\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": true,\r\n \"topologyScore\": 30,\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/eldar-storage-rg/providers/Microsoft.Network/virtualNetworks/eldar-storage-rg-vnet\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/eldar-storage-rg/providers/Microsoft.Network/virtualNetworks/Elvira-131216-vnet/subnets/BackEnd\",\r\n \"severity\": \"High\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": true,\r\n \"topologyScore\": 30,\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/eldar-storage-rg/providers/Microsoft.Network/virtualNetworks/Elvira-131216-vnet\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/eldar-storage-rg/providers/Microsoft.Network/virtualNetworks/Elvira-131216-vnet/subnets/FrontEnd\",\r\n \"severity\": \"High\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": true,\r\n \"topologyScore\": 30,\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/eldar-storage-rg/providers/Microsoft.Network/virtualNetworks/Elvira-131216-vnet\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/eldar-storage-rg/providers/Microsoft.Network/virtualNetworks/Elvira-141216-net/subnets/default\",\r\n \"severity\": \"High\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": true,\r\n \"topologyScore\": 30,\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/eldar-storage-rg/providers/Microsoft.Network/virtualNetworks/Elvira-141216-net\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/eldar-storage-rg/providers/Microsoft.Security/locations/westcentralus/topologies/subnets\",\r\n \"name\": \"subnets\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:05:53.7434741Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLStandard_A1/providers/Microsoft.Network/virtualNetworks/MSI-94066604\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"westus\",\r\n \"children\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLStandard_A1/providers/Microsoft.Network/virtualNetworks/MSI-94066604/subnets/MSI-960858903\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLStandard_A1/providers/Microsoft.Network/virtualNetworks/MSI-GLStandard_A1-vnet\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 60,\r\n \"location\": \"westeurope\",\r\n \"children\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLStandard_A1/providers/Microsoft.Network/virtualNetworks/MSI-GLStandard_A1-vnet/subnets/default\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLStandard_A1/providers/Microsoft.Network/virtualNetworks/MSIGLStandard_A1vnet130\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 30,\r\n \"location\": \"westus2\",\r\n \"children\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLStandard_A1/providers/Microsoft.Network/virtualNetworks/MSIGLStandard_A1vnet130/subnets/default\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLStandard_A1/providers/Microsoft.Security/locations/westcentralus/topologies/virtualNetworks\",\r\n \"name\": \"virtualNetworks\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:05:53.7434741Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLStandard_A1/providers/Microsoft.Network/virtualNetworks/MSI-94066604/subnets/MSI-960858903\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLStandard_A1/providers/Microsoft.Network/virtualNetworks/MSI-94066604\"\r\n }\r\n ],\r\n \"children\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLStandard_A1/providers/Microsoft.Compute/virtualMachines/MSI-22120\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLStandard_A1/providers/Microsoft.Compute/virtualMachines/MSI-22121\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLStandard_A1/providers/Microsoft.Compute/virtualMachines/MSI-22122\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/msi-glstandard_a1/providers/Microsoft.Compute/virtualMachines/MSI-22123\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/msi-glstandard_a1/providers/Microsoft.Compute/virtualMachines/MSI-22124\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/msi-glstandard_a1/providers/Microsoft.Compute/virtualMachines/MSI-22125\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/msi-glstandard_a1/providers/Microsoft.Compute/virtualMachines/MSI-22126\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/msi-glstandard_a1/providers/Microsoft.Compute/virtualMachines/MSI-22127\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/msi-glstandard_a1/providers/Microsoft.Compute/virtualMachines/MSI-22128\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/msi-glstandard_a1/providers/Microsoft.Compute/virtualMachines/MSI-22129\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLStandard_A1/providers/Microsoft.Compute/virtualMachines/MSI-221210\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLStandard_A1/providers/Microsoft.Compute/virtualMachines/MSI-221211\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLStandard_A1/providers/Microsoft.Compute/virtualMachines/MSI-221212\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLStandard_A1/providers/Microsoft.Compute/virtualMachines/MSI-221213\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLStandard_A1/providers/Microsoft.Compute/virtualMachines/MSI-221214\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLStandard_A1/providers/Microsoft.Compute/virtualMachines/MSI-221215\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLStandard_A1/providers/Microsoft.Compute/virtualMachines/MSI-221216\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLStandard_A1/providers/Microsoft.Compute/virtualMachines/MSI-221217\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLStandard_A1/providers/Microsoft.Compute/virtualMachines/MSI-221218\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLStandard_A1/providers/Microsoft.Compute/virtualMachines/MSI-221219\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLStandard_A1/providers/Microsoft.Compute/virtualMachines/MSI-221220\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLStandard_A1/providers/Microsoft.Compute/virtualMachines/MSI-221221\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/msi-glstandard_a1/providers/Microsoft.Compute/virtualMachines/MSI-221222\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/msi-glstandard_a1/providers/Microsoft.Compute/virtualMachines/MSI-221223\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/msi-glstandard_a1/providers/Microsoft.Compute/virtualMachines/MSI-221224\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/msi-glstandard_a1/providers/Microsoft.Compute/virtualMachines/MSI-221225\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/msi-glstandard_a1/providers/Microsoft.Compute/virtualMachines/MSI-221226\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLStandard_A1/providers/Microsoft.Compute/virtualMachines/MSI-221227\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/msi-glstandard_a1/providers/Microsoft.Compute/virtualMachines/MSI-221228\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/msi-glstandard_a1/providers/Microsoft.Compute/virtualMachines/MSI-221229\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLStandard_A1/providers/Microsoft.Network/virtualNetworks/MSI-GLStandard_A1-vnet/subnets/default\",\r\n \"severity\": \"High\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": true,\r\n \"topologyScore\": 60,\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLStandard_A1/providers/Microsoft.Network/virtualNetworks/MSI-GLStandard_A1-vnet\"\r\n }\r\n ],\r\n \"children\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/msi-glstandard_a1/providers/Microsoft.Compute/virtualMachines/testGLVM2512\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLStandard_A1/providers/Microsoft.Network/virtualNetworks/MSIGLStandard_A1vnet130/subnets/default\",\r\n \"severity\": \"High\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": true,\r\n \"topologyScore\": 30,\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLStandard_A1/providers/Microsoft.Network/virtualNetworks/MSIGLStandard_A1vnet130\"\r\n }\r\n ],\r\n \"children\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLStandard_A1/providers/Microsoft.Compute/virtualMachines/gl2612\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLStandard_A1/providers/Microsoft.Security/locations/westcentralus/topologies/subnets\",\r\n \"name\": \"subnets\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:05:53.7434741Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/Permanent-ASE-ream/providers/Microsoft.Network/virtualNetworks/Permanent-ASE-ream-vnet\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 30,\r\n \"location\": \"westus\",\r\n \"children\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/Permanent-ASE-ream/providers/Microsoft.Network/virtualNetworks/Permanent-ASE-ream-vnet/subnets/default\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/Permanent-ASE-ream/providers/Microsoft.Security/locations/westcentralus/topologies/virtualNetworks\",\r\n \"name\": \"virtualNetworks\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:05:53.7434741Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/Permanent-ASE-ream/providers/Microsoft.Network/virtualNetworks/Permanent-ASE-ream-vnet/subnets/default\",\r\n \"severity\": \"High\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": true,\r\n \"topologyScore\": 30,\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/Permanent-ASE-ream/providers/Microsoft.Network/virtualNetworks/Permanent-ASE-ream-vnet\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/Permanent-ASE-ream/providers/Microsoft.Security/locations/westcentralus/topologies/subnets\",\r\n \"name\": \"subnets\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:05:53.7434741Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/qualysrds/providers/Microsoft.Network/virtualNetworks/qualysrds-vnet\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 30,\r\n \"location\": \"westus\",\r\n \"children\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/qualysrds/providers/Microsoft.Network/virtualNetworks/qualysrds-vnet/subnets/default\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/qualysrds/providers/Microsoft.Security/locations/westcentralus/topologies/virtualNetworks\",\r\n \"name\": \"virtualNetworks\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:05:53.7434741Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/qualysrds/providers/Microsoft.Network/virtualNetworks/qualysrds-vnet/subnets/default\",\r\n \"severity\": \"High\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": true,\r\n \"topologyScore\": 30,\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/qualysrds/providers/Microsoft.Network/virtualNetworks/qualysrds-vnet\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/qualysrds/providers/Microsoft.Security/locations/westcentralus/topologies/subnets\",\r\n \"name\": \"subnets\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:05:53.7434741Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/QualysTest/providers/Microsoft.Network/virtualNetworks/QualysTest-vnet\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"westus\",\r\n \"children\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/QualysTest/providers/Microsoft.Network/virtualNetworks/QualysTest-vnet/subnets/default\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/QualysTest/providers/Microsoft.Security/locations/westcentralus/topologies/virtualNetworks\",\r\n \"name\": \"virtualNetworks\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:05:53.7434741Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/QualysTest/providers/Microsoft.Network/virtualNetworks/QualysTest-vnet/subnets/default\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/QualysTest/providers/Microsoft.Network/virtualNetworks/QualysTest-vnet\"\r\n }\r\n ],\r\n \"children\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/QUALYSTEST/providers/Microsoft.Compute/virtualMachines/UbuntuForQualys\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/QualysTest/providers/Microsoft.Security/locations/westcentralus/topologies/subnets\",\r\n \"name\": \"subnets\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:05:53.7434741Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/ream-awl-linux/providers/Microsoft.Network/virtualNetworks/ream-awl-linux-vnet\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 30,\r\n \"location\": \"westus\",\r\n \"children\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/ream-awl-linux/providers/Microsoft.Network/virtualNetworks/ream-awl-linux-vnet/subnets/default\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/ream-awl-linux/providers/Microsoft.Security/locations/westcentralus/topologies/virtualNetworks\",\r\n \"name\": \"virtualNetworks\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:05:53.7434741Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/ream-awl-linux/providers/Microsoft.Network/virtualNetworks/ream-awl-linux-vnet/subnets/default\",\r\n \"severity\": \"High\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": true,\r\n \"topologyScore\": 30,\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/ream-awl-linux/providers/Microsoft.Network/virtualNetworks/ream-awl-linux-vnet\"\r\n }\r\n ],\r\n \"children\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/REAM-AWL-LINUX/providers/Microsoft.Compute/virtualMachines/ream-awl-linux\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/ream-awl-linux/providers/Microsoft.Security/locations/westcentralus/topologies/subnets\",\r\n \"name\": \"subnets\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:05:53.7434741Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/TalK-VA/providers/Microsoft.Network/virtualNetworks/app-service-env-talk-vnet\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"westus\",\r\n \"children\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/TalK-VA/providers/Microsoft.Network/virtualNetworks/app-service-env-talk-vnet/subnets/app-service-env-talk-subnet\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/TalK-VA/providers/Microsoft.Network/virtualNetworks/TalK-VA-vnet\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 30,\r\n \"location\": \"eastus\",\r\n \"children\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/TalK-VA/providers/Microsoft.Network/virtualNetworks/TalK-VA-vnet/subnets/default\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/TalK-VA/providers/Microsoft.Network/virtualNetworks/TalKVAvnet160\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 30,\r\n \"location\": \"centraluseuap\",\r\n \"children\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/TalK-VA/providers/Microsoft.Network/virtualNetworks/TalKVAvnet160/subnets/default\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/TalK-VA/providers/Microsoft.Security/locations/westcentralus/topologies/virtualNetworks\",\r\n \"name\": \"virtualNetworks\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:05:53.7434741Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/TalK-VA/providers/Microsoft.Network/virtualNetworks/app-service-env-talk-vnet/subnets/app-service-env-talk-subnet\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/TalK-VA/providers/Microsoft.Network/virtualNetworks/app-service-env-talk-vnet\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/TalK-VA/providers/Microsoft.Network/virtualNetworks/TalK-VA-vnet/subnets/default\",\r\n \"severity\": \"High\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": true,\r\n \"topologyScore\": 30,\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/TalK-VA/providers/Microsoft.Network/virtualNetworks/TalK-VA-vnet\"\r\n }\r\n ],\r\n \"children\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/TalK-VA/providers/Microsoft.Compute/virtualMachines/tal-win-vm\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/TalK-VA/providers/Microsoft.Compute/virtualMachines/tal-win-vm-jit\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/TalK-VA/providers/Microsoft.Network/virtualNetworks/TalKVAvnet160/subnets/default\",\r\n \"severity\": \"High\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": true,\r\n \"topologyScore\": 30,\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/TalK-VA/providers/Microsoft.Network/virtualNetworks/TalKVAvnet160\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/TalK-VA/providers/Microsoft.Security/locations/westcentralus/topologies/subnets\",\r\n \"name\": \"subnets\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:05:53.7434741Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/amaviram-PPtest/providers/Microsoft.Network/virtualNetworks/amaviram-PPtest-vnet\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 30,\r\n \"location\": \"eastus\",\r\n \"children\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/amaviram-PPtest/providers/Microsoft.Network/virtualNetworks/amaviram-PPtest-vnet/subnets/default\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/amaviram-PPtest/providers/Microsoft.Network/virtualNetworks/amaviram-1976161321\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 60,\r\n \"location\": \"northeurope\",\r\n \"children\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/amaviram-PPtest/providers/Microsoft.Network/virtualNetworks/amaviram-1976161321/subnets/amaviram-49574186\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/amaviram-PPtest/providers/Microsoft.Network/virtualNetworks/amaviram-1312284343\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 60,\r\n \"location\": \"westeurope\",\r\n \"children\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/amaviram-PPtest/providers/Microsoft.Network/virtualNetworks/amaviram-1312284343/subnets/amaviram-1616029505\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/amaviram-PPtest/providers/Microsoft.Network/virtualNetworks/amaviram-702701979\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"centralus\",\r\n \"children\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/amaviram-PPtest/providers/Microsoft.Network/virtualNetworks/amaviram-702701979/subnets/amaviram-1260022385\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/amaviram-PPtest/providers/Microsoft.Network/virtualNetworks/MyVNET\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"centralus\",\r\n \"children\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/amaviram-PPtest/providers/Microsoft.Network/virtualNetworks/MyVNET/subnets/Subnet\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/amaviram-PPtest/providers/Microsoft.Network/virtualNetworks/amaviram-2098151420\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 240,\r\n \"location\": \"australiaeast\",\r\n \"children\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/amaviram-PPtest/providers/Microsoft.Network/virtualNetworks/amaviram-2098151420/subnets/amaviram-635182180\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/amaviram-PPtest/providers/Microsoft.Security/locations/westcentralus/topologies/virtualNetworks\",\r\n \"name\": \"virtualNetworks\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:05:53.7434741Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/amaviram-PPtest/providers/Microsoft.Network/virtualNetworks/amaviram-PPtest-vnet/subnets/default\",\r\n \"severity\": \"High\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": true,\r\n \"topologyScore\": 30,\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/amaviram-PPtest/providers/Microsoft.Network/virtualNetworks/amaviram-PPtest-vnet\"\r\n }\r\n ],\r\n \"children\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/amaviram-PPtest/providers/Microsoft.Compute/virtualMachines/AmitQ1005\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/amaviram-PPtest/providers/Microsoft.Network/virtualNetworks/amaviram-1976161321/subnets/amaviram-49574186\",\r\n \"severity\": \"High\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": true,\r\n \"topologyScore\": 60,\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/amaviram-PPtest/providers/Microsoft.Network/virtualNetworks/amaviram-1976161321\"\r\n }\r\n ],\r\n \"children\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/amaviram-PPtest/providers/Microsoft.Compute/virtualMachines/amaviram-18120\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/amaviram-PPtest/providers/Microsoft.Network/virtualNetworks/amaviram-1312284343/subnets/amaviram-1616029505\",\r\n \"severity\": \"High\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": true,\r\n \"topologyScore\": 60,\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/amaviram-PPtest/providers/Microsoft.Network/virtualNetworks/amaviram-1312284343\"\r\n }\r\n ],\r\n \"children\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/amaviram-PPtest/providers/Microsoft.Compute/virtualMachines/amaviram-18122\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/amaviram-PPtest/providers/Microsoft.Network/virtualNetworks/amaviram-702701979/subnets/amaviram-1260022385\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/amaviram-PPtest/providers/Microsoft.Network/virtualNetworks/amaviram-702701979\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/amaviram-PPtest/providers/Microsoft.Network/virtualNetworks/MyVNET/subnets/Subnet\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/amaviram-PPtest/providers/Microsoft.Network/virtualNetworks/MyVNET\"\r\n }\r\n ],\r\n \"children\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/amaviram-PPtest/providers/Microsoft.Compute/virtualMachines/SimpleWinVM\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/amaviram-PPtest/providers/Microsoft.Network/virtualNetworks/amaviram-2098151420/subnets/amaviram-635182180\",\r\n \"severity\": \"High\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": true,\r\n \"topologyScore\": 240,\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/amaviram-PPtest/providers/Microsoft.Network/virtualNetworks/amaviram-2098151420\"\r\n }\r\n ],\r\n \"children\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/amaviram-PPtest/providers/Microsoft.Compute/virtualMachines/amaviram-18123\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/amaviram-PPtest/providers/Microsoft.Compute/virtualMachines/amaviram-18124\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/amaviram-PPtest/providers/Microsoft.Compute/virtualMachines/amaviram-18125\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/amaviram-PPtest/providers/Microsoft.Compute/virtualMachines/amaviram-18126\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/AMAVIRAM-PPTEST/providers/Microsoft.Compute/virtualMachines/amaviram-18127\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/AMAVIRAM-PPTEST/providers/Microsoft.Compute/virtualMachines/amaviram-18128\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/AMAVIRAM-PPTEST/providers/Microsoft.Compute/virtualMachines/amaviram-18129\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/amaviram-PPtest/providers/Microsoft.Security/locations/westcentralus/topologies/subnets\",\r\n \"name\": \"subnets\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:05:53.7434741Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/Amit-VA/providers/Microsoft.Network/virtualNetworks/Amit-VA-vnet\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 80,\r\n \"location\": \"eastus\",\r\n \"children\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/Amit-VA/providers/Microsoft.Network/virtualNetworks/Amit-VA-vnet/subnets/default\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/Amit-VA/providers/Microsoft.Network/virtualNetworks/SnirWafVnet\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 30,\r\n \"location\": \"eastus\",\r\n \"children\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/Amit-VA/providers/Microsoft.Network/virtualNetworks/SnirWafVnet/subnets/default\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/Amit-VA/providers/Microsoft.Network/virtualNetworks/AmitVAvnet827\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 30,\r\n \"location\": \"centralus\",\r\n \"children\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/Amit-VA/providers/Microsoft.Network/virtualNetworks/AmitVAvnet827/subnets/default\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/Amit-VA/providers/Microsoft.Network/virtualNetworks/AmitVAvnet523\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 30,\r\n \"location\": \"westcentralus\",\r\n \"children\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/Amit-VA/providers/Microsoft.Network/virtualNetworks/AmitVAvnet523/subnets/default\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/Amit-VA/providers/Microsoft.Network/virtualNetworks/AmitVAvnet875\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 510,\r\n \"location\": \"centraluseuap\",\r\n \"children\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/Amit-VA/providers/Microsoft.Network/virtualNetworks/AmitVAvnet875/subnets/default\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/Amit-VA/providers/Microsoft.Security/locations/westcentralus/topologies/virtualNetworks\",\r\n \"name\": \"virtualNetworks\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:05:53.7434741Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/Amit-VA/providers/Microsoft.Network/virtualNetworks/Amit-VA-vnet/subnets/default\",\r\n \"severity\": \"High\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": true,\r\n \"topologyScore\": 80,\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/Amit-VA/providers/Microsoft.Network/virtualNetworks/Amit-VA-vnet\"\r\n }\r\n ],\r\n \"children\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/Amit-VA/providers/Microsoft.Compute/virtualMachines/Amit-Linux-PG\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/Amit-VA/providers/Microsoft.Compute/virtualMachines/Amit-Baracuda-Test\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/Amit-VA/providers/Microsoft.Compute/virtualMachines/AmitQ1005-2\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/AMIT-VA/providers/Microsoft.Compute/virtualMachines/win20200602\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/Amit-VA/providers/Microsoft.Compute/virtualMachines/Amit-1009Ag\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/Amit-VA/providers/Microsoft.Compute/virtualMachines/Amit-1009-2\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/Amit-VA/providers/Microsoft.Network/virtualNetworks/SnirWafVnet/subnets/default\",\r\n \"severity\": \"High\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": true,\r\n \"topologyScore\": 30,\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/Amit-VA/providers/Microsoft.Network/virtualNetworks/SnirWafVnet\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/Amit-VA/providers/Microsoft.Network/virtualNetworks/AmitVAvnet827/subnets/default\",\r\n \"severity\": \"High\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": true,\r\n \"topologyScore\": 30,\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/Amit-VA/providers/Microsoft.Network/virtualNetworks/AmitVAvnet827\"\r\n }\r\n ],\r\n \"children\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/Amit-VA/providers/Microsoft.Compute/virtualMachines/Amit-Win\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/Amit-VA/providers/Microsoft.Network/virtualNetworks/AmitVAvnet523/subnets/default\",\r\n \"severity\": \"High\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": true,\r\n \"topologyScore\": 30,\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/Amit-VA/providers/Microsoft.Network/virtualNetworks/AmitVAvnet523\"\r\n }\r\n ],\r\n \"children\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/AMIT-VA/providers/Microsoft.Compute/virtualMachines/ream-test\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/Amit-VA/providers/Microsoft.Network/virtualNetworks/AmitVAvnet875/subnets/default\",\r\n \"severity\": \"High\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": true,\r\n \"topologyScore\": 510,\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/Amit-VA/providers/Microsoft.Network/virtualNetworks/AmitVAvnet875\"\r\n }\r\n ],\r\n \"children\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/Amit-VA/providers/Microsoft.Compute/virtualMachines/Amit-GL-1006-2\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/Amit-VA/providers/Microsoft.Compute/virtualMachines/Amit-GL-1006-3\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/Amit-VA/providers/Microsoft.Compute/virtualMachines/Amit-GL-1006-4\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/Amit-VA/providers/Microsoft.Compute/virtualMachines/Amit-GL-1006-Bl\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/Amit-VA/providers/Microsoft.Compute/virtualMachines/amaviram\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/Amit-VA/providers/Microsoft.Compute/virtualMachines/Amit-GL1009-BL\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/Amit-VA/providers/Microsoft.Compute/virtualMachines/Amit-1009-2-bl\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/Amit-VA/providers/Microsoft.Compute/virtualMachines/Amit1009-2-BL\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/Amit-VA/providers/Microsoft.Security/locations/westcentralus/topologies/subnets\",\r\n \"name\": \"subnets\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:05:53.7434741Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/AvishalomTests/providers/Microsoft.Network/virtualNetworks/AvishalomTests-vnet\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 30,\r\n \"location\": \"eastus\",\r\n \"children\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/AvishalomTests/providers/Microsoft.Network/virtualNetworks/AvishalomTests-vnet/subnets/default\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/AvishalomTests/providers/Microsoft.Security/locations/westcentralus/topologies/virtualNetworks\",\r\n \"name\": \"virtualNetworks\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:05:53.7434741Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/AvishalomTests/providers/Microsoft.Network/virtualNetworks/AvishalomTests-vnet/subnets/default\",\r\n \"severity\": \"High\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": true,\r\n \"topologyScore\": 30,\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/AvishalomTests/providers/Microsoft.Network/virtualNetworks/AvishalomTests-vnet\"\r\n }\r\n ],\r\n \"children\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/AVISHALOMTESTS/providers/Microsoft.Compute/virtualMachines/AvishaloJitTest\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/AvishalomTests/providers/Microsoft.Security/locations/westcentralus/topologies/subnets\",\r\n \"name\": \"subnets\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:05:53.7434741Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/dana_try1/providers/Microsoft.Network/virtualNetworks/dana_try1-vnet\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 30,\r\n \"location\": \"eastus\",\r\n \"children\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/dana_try1/providers/Microsoft.Network/virtualNetworks/dana_try1-vnet/subnets/default\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/dana_try1/providers/Microsoft.Network/virtualNetworks/DanaTest\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 30,\r\n \"location\": \"centralus\",\r\n \"children\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/dana_try1/providers/Microsoft.Network/virtualNetworks/DanaTest/subnets/default\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/dana_try1/providers/Microsoft.Security/locations/westcentralus/topologies/virtualNetworks\",\r\n \"name\": \"virtualNetworks\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:05:53.7434741Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/dana_try1/providers/Microsoft.Network/virtualNetworks/dana_try1-vnet/subnets/default\",\r\n \"severity\": \"High\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": true,\r\n \"topologyScore\": 30,\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/dana_try1/providers/Microsoft.Network/virtualNetworks/dana_try1-vnet\"\r\n }\r\n ],\r\n \"children\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/dana_try1/providers/Microsoft.Compute/virtualMachines/barracudaTry\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/dana_try1/providers/Microsoft.Network/virtualNetworks/DanaTest/subnets/default\",\r\n \"severity\": \"High\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": true,\r\n \"topologyScore\": 30,\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/dana_try1/providers/Microsoft.Network/virtualNetworks/DanaTest\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/dana_try1/providers/Microsoft.Security/locations/westcentralus/topologies/subnets\",\r\n \"name\": \"subnets\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:05:53.7434741Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/EItanRG/providers/Microsoft.Network/virtualNetworks/EItanRG-vnet\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 50,\r\n \"location\": \"eastus\",\r\n \"children\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/EItanRG/providers/Microsoft.Network/virtualNetworks/EItanRG-vnet/subnets/default\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/EItanRG/providers/Microsoft.Network/virtualNetworks/EitanVNTest\",\r\n \"severity\": \"High\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": true,\r\n \"topologyScore\": 10,\r\n \"location\": \"eastus\",\r\n \"children\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/EItanRG/providers/Microsoft.Network/virtualNetworks/EitanVNTest/subnets/AzureFirewallSubnet\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/EItanRG/providers/Microsoft.Security/locations/westcentralus/topologies/virtualNetworks\",\r\n \"name\": \"virtualNetworks\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:05:53.7434741Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/EItanRG/providers/Microsoft.Network/virtualNetworks/EItanRG-vnet/subnets/default\",\r\n \"severity\": \"High\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": true,\r\n \"topologyScore\": 50,\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/EItanRG/providers/Microsoft.Network/virtualNetworks/EItanRG-vnet\"\r\n }\r\n ],\r\n \"children\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/EITANRG/providers/Microsoft.Compute/virtualMachines/EitanVMTest\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/EItanRG/providers/Microsoft.Compute/virtualMachines/eitanVM2\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/EItanRG/providers/Microsoft.Network/virtualNetworks/EitanVNTest/subnets/AzureFirewallSubnet\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/EItanRG/providers/Microsoft.Network/virtualNetworks/EitanVNTest\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/EItanRG/providers/Microsoft.Security/locations/westcentralus/topologies/subnets\",\r\n \"name\": \"subnets\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:05:53.7434741Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/eldarfanouttest0506/providers/Microsoft.Network/virtualNetworks/eldarfanouttest0506-vnet\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 60,\r\n \"location\": \"eastus\",\r\n \"children\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/eldarfanouttest0506/providers/Microsoft.Network/virtualNetworks/eldarfanouttest0506-vnet/subnets/default\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/eldarfanouttest0506/providers/Microsoft.Security/locations/westcentralus/topologies/virtualNetworks\",\r\n \"name\": \"virtualNetworks\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:05:53.7434741Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/eldarfanouttest0506/providers/Microsoft.Network/virtualNetworks/eldarfanouttest0506-vnet/subnets/default\",\r\n \"severity\": \"High\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": true,\r\n \"topologyScore\": 60,\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/eldarfanouttest0506/providers/Microsoft.Network/virtualNetworks/eldarfanouttest0506-vnet\"\r\n }\r\n ],\r\n \"children\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/eldarfanouttest0506/providers/Microsoft.Compute/virtualMachines/eldarfanouttest0506\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/eldarfanouttest0506/providers/Microsoft.Security/locations/westcentralus/topologies/subnets\",\r\n \"name\": \"subnets\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:05:53.7434741Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/IbizaCreateDeployment/providers/Microsoft.Network/virtualNetworks/IbizaCreateDeployment-vnet\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 30,\r\n \"location\": \"eastus\",\r\n \"children\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/IbizaCreateDeployment/providers/Microsoft.Network/virtualNetworks/IbizaCreateDeployment-vnet/subnets/default\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/IbizaCreateDeployment/providers/Microsoft.Security/locations/westcentralus/topologies/virtualNetworks\",\r\n \"name\": \"virtualNetworks\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:05:53.7434741Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/IbizaCreateDeployment/providers/Microsoft.Network/virtualNetworks/IbizaCreateDeployment-vnet/subnets/default\",\r\n \"severity\": \"High\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": true,\r\n \"topologyScore\": 30,\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/IbizaCreateDeployment/providers/Microsoft.Network/virtualNetworks/IbizaCreateDeployment-vnet\"\r\n }\r\n ],\r\n \"children\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/IbizaCreateDeployment/providers/Microsoft.Compute/virtualMachines/IbizaCreateDeployment\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/IbizaCreateDeployment/providers/Microsoft.Security/locations/westcentralus/topologies/subnets\",\r\n \"name\": \"subnets\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:05:53.7434741Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/IbizaCreateTest/providers/Microsoft.Network/virtualNetworks/IbizaCreateTest-vnet\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 30,\r\n \"location\": \"eastus\",\r\n \"children\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/IbizaCreateTest/providers/Microsoft.Network/virtualNetworks/IbizaCreateTest-vnet/subnets/default\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/IbizaCreateTest/providers/Microsoft.Security/locations/westcentralus/topologies/virtualNetworks\",\r\n \"name\": \"virtualNetworks\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:05:53.7434741Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/IbizaCreateTest/providers/Microsoft.Network/virtualNetworks/IbizaCreateTest-vnet/subnets/default\",\r\n \"severity\": \"High\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": true,\r\n \"topologyScore\": 30,\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/IbizaCreateTest/providers/Microsoft.Network/virtualNetworks/IbizaCreateTest-vnet\"\r\n }\r\n ],\r\n \"children\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/IbizaCreateTest/providers/Microsoft.Compute/virtualMachines/IbizaCreateTest\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/IbizaCreateTest/providers/Microsoft.Security/locations/westcentralus/topologies/subnets\",\r\n \"name\": \"subnets\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:05:53.7434741Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/IbizaDeploymentTest/providers/Microsoft.Network/virtualNetworks/IbizaDeploymentTest-vnet\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"eastus\",\r\n \"children\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/IbizaDeploymentTest/providers/Microsoft.Network/virtualNetworks/IbizaDeploymentTest-vnet/subnets/default\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/IbizaDeploymentTest/providers/Microsoft.Security/locations/westcentralus/topologies/virtualNetworks\",\r\n \"name\": \"virtualNetworks\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:05:53.7434741Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/IbizaDeploymentTest/providers/Microsoft.Network/virtualNetworks/IbizaDeploymentTest-vnet/subnets/default\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/IbizaDeploymentTest/providers/Microsoft.Network/virtualNetworks/IbizaDeploymentTest-vnet\"\r\n }\r\n ],\r\n \"children\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/IbizaDeploymentTest/providers/Microsoft.Compute/virtualMachines/IbizaDeploymentTest\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/IbizaDeploymentTest/providers/Microsoft.Security/locations/westcentralus/topologies/subnets\",\r\n \"name\": \"subnets\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:05:53.7434741Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/impervajul5/providers/Microsoft.Network/virtualNetworks/impervajul5-Network\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 30,\r\n \"location\": \"eastus\",\r\n \"children\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/impervajul5/providers/Microsoft.Network/virtualNetworks/impervajul5-Network/subnets/impervajul5-GWSN\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/impervajul5/providers/Microsoft.Network/virtualNetworks/impervajul5-Network/subnets/impervajul5-MXSN\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/impervajul5/providers/Microsoft.Security/locations/westcentralus/topologies/virtualNetworks\",\r\n \"name\": \"virtualNetworks\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:05:53.7434741Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/impervajul5/providers/Microsoft.Network/virtualNetworks/impervajul5-Network/subnets/impervajul5-GWSN\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/impervajul5/providers/Microsoft.Network/virtualNetworks/impervajul5-Network\"\r\n }\r\n ],\r\n \"children\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/impervajul5/providers/Microsoft.Compute/virtualMachines/impervajul5-GW0\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/impervajul5/providers/Microsoft.Network/virtualNetworks/impervajul5-Network/subnets/impervajul5-MXSN\",\r\n \"severity\": \"High\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": true,\r\n \"topologyScore\": 30,\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/impervajul5/providers/Microsoft.Network/virtualNetworks/impervajul5-Network\"\r\n }\r\n ],\r\n \"children\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/impervajul5/providers/Microsoft.Compute/virtualMachines/impervajul5-MX\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/impervajul5/providers/Microsoft.Security/locations/westcentralus/topologies/subnets\",\r\n \"name\": \"subnets\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:05:53.7434741Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/myResourceGroup/providers/Microsoft.Network/virtualNetworks/myVirtualNetwork\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"eastus\",\r\n \"children\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/myResourceGroup/providers/Microsoft.Network/virtualNetworks/myVirtualNetwork/subnets/mySubnet\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/myResourceGroup/providers/Microsoft.Security/locations/westcentralus/topologies/virtualNetworks\",\r\n \"name\": \"virtualNetworks\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:05:53.7434741Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/myResourceGroup/providers/Microsoft.Network/virtualNetworks/myVirtualNetwork/subnets/mySubnet\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/myResourceGroup/providers/Microsoft.Network/virtualNetworks/myVirtualNetwork\"\r\n }\r\n ],\r\n \"children\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MYRESOURCEGROUP/providers/Microsoft.Compute/virtualMachines/myVmWeb\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/myResourceGroup/providers/Microsoft.Security/locations/westcentralus/topologies/subnets\",\r\n \"name\": \"subnets\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:05:53.7434741Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/partnersp/providers/Microsoft.Network/virtualNetworks/vnet01\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"eastus\",\r\n \"children\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/partnersp/providers/Microsoft.Network/virtualNetworks/vnet01/subnets/Backend\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/partnersp/providers/Microsoft.Network/virtualNetworks/vnet01/subnets/Frontend\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/partnersp/providers/Microsoft.Security/locations/westcentralus/topologies/virtualNetworks\",\r\n \"name\": \"virtualNetworks\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:05:53.7434741Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/partnersp/providers/Microsoft.Network/virtualNetworks/vnet01/subnets/Backend\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/partnersp/providers/Microsoft.Network/virtualNetworks/vnet01\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/partnersp/providers/Microsoft.Network/virtualNetworks/vnet01/subnets/Frontend\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/partnersp/providers/Microsoft.Network/virtualNetworks/vnet01\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/partnersp/providers/Microsoft.Security/locations/westcentralus/topologies/subnets\",\r\n \"name\": \"subnets\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:05:53.7434741Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/ream-test-barwaf/providers/Microsoft.Network/virtualNetworks/reamtestbarwafvnet166\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 30,\r\n \"location\": \"eastus\",\r\n \"children\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/ream-test-barwaf/providers/Microsoft.Network/virtualNetworks/reamtestbarwafvnet166/subnets/default\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/ream-test-barwaf/providers/Microsoft.Network/virtualNetworks/ream-test-barwaf-vnet\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 30,\r\n \"location\": \"eastus2\",\r\n \"children\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/ream-test-barwaf/providers/Microsoft.Network/virtualNetworks/ream-test-barwaf-vnet/subnets/default\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/ream-test-barwaf/providers/Microsoft.Security/locations/westcentralus/topologies/virtualNetworks\",\r\n \"name\": \"virtualNetworks\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:05:53.7434741Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/ream-test-barwaf/providers/Microsoft.Network/virtualNetworks/reamtestbarwafvnet166/subnets/default\",\r\n \"severity\": \"High\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": true,\r\n \"topologyScore\": 30,\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/ream-test-barwaf/providers/Microsoft.Network/virtualNetworks/reamtestbarwafvnet166\"\r\n }\r\n ],\r\n \"children\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/ream-test-barwaf/providers/Microsoft.Compute/virtualMachines/mywaf\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/ream-test-barwaf/providers/Microsoft.Network/virtualNetworks/ream-test-barwaf-vnet/subnets/default\",\r\n \"severity\": \"High\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": true,\r\n \"topologyScore\": 30,\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/ream-test-barwaf/providers/Microsoft.Network/virtualNetworks/ream-test-barwaf-vnet\"\r\n }\r\n ],\r\n \"children\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/ream-test-barwaf/providers/Microsoft.Compute/virtualMachines/ream-test-barwaf\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/ream-test-barwaf/providers/Microsoft.Security/locations/westcentralus/topologies/subnets\",\r\n \"name\": \"subnets\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:05:53.7434741Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/ron-gissin-test-resource-group/providers/Microsoft.Network/virtualNetworks/ron-gissin-test-resource-group-vnet\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 90,\r\n \"location\": \"eastus\",\r\n \"children\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/ron-gissin-test-resource-group/providers/Microsoft.Network/virtualNetworks/ron-gissin-test-resource-group-vnet/subnets/default\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/ron-gissin-test-resource-group/providers/Microsoft.Security/locations/westcentralus/topologies/virtualNetworks\",\r\n \"name\": \"virtualNetworks\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:05:53.7434741Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/ron-gissin-test-resource-group/providers/Microsoft.Network/virtualNetworks/ron-gissin-test-resource-group-vnet/subnets/default\",\r\n \"severity\": \"High\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": true,\r\n \"topologyScore\": 90,\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/ron-gissin-test-resource-group/providers/Microsoft.Network/virtualNetworks/ron-gissin-test-resource-group-vnet\"\r\n }\r\n ],\r\n \"children\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/ron-gissin-test-resource-group/providers/Microsoft.Compute/virtualMachines/ron-gissin-test-vm\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/ron-gissin-test-resource-group/providers/Microsoft.Security/locations/westcentralus/topologies/subnets\",\r\n \"name\": \"subnets\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:05:53.7434741Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/shalini/providers/Microsoft.Network/virtualNetworks/shalini\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"eastus\",\r\n \"children\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/shalini/providers/Microsoft.Network/virtualNetworks/shalini/subnets/default\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/shalini/providers/Microsoft.Network/virtualNetworks/shalini-vnet\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 30,\r\n \"location\": \"eastus\",\r\n \"children\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/shalini/providers/Microsoft.Network/virtualNetworks/shalini-vnet/subnets/default\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/shalini/providers/Microsoft.Network/virtualNetworks/shalinivnet111\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 30,\r\n \"location\": \"northcentralus\",\r\n \"children\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/shalini/providers/Microsoft.Network/virtualNetworks/shalinivnet111/subnets/default\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/shalini/providers/Microsoft.Network/virtualNetworks/shalinivnet800\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 30,\r\n \"location\": \"westcentralus\",\r\n \"children\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/shalini/providers/Microsoft.Network/virtualNetworks/shalinivnet800/subnets/default\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/shalini/providers/Microsoft.Security/locations/westcentralus/topologies/virtualNetworks\",\r\n \"name\": \"virtualNetworks\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:05:53.7434741Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/shalini/providers/Microsoft.Network/virtualNetworks/shalini/subnets/default\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/shalini/providers/Microsoft.Network/virtualNetworks/shalini\"\r\n }\r\n ],\r\n \"children\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/shalini/providers/Microsoft.Compute/virtualMachines/shalinirapid7\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/shalini/providers/Microsoft.Compute/virtualMachines/rapid7test\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/shalini/providers/Microsoft.Network/virtualNetworks/shalini-vnet/subnets/default\",\r\n \"severity\": \"High\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": true,\r\n \"topologyScore\": 30,\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/shalini/providers/Microsoft.Network/virtualNetworks/shalini-vnet\"\r\n }\r\n ],\r\n \"children\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/shalini/providers/Microsoft.Compute/virtualMachines/QualysSP\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/shalini/providers/Microsoft.Network/virtualNetworks/shalinivnet111/subnets/default\",\r\n \"severity\": \"High\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": true,\r\n \"topologyScore\": 30,\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/shalini/providers/Microsoft.Network/virtualNetworks/shalinivnet111\"\r\n }\r\n ],\r\n \"children\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/shalini/providers/Microsoft.Compute/virtualMachines/Shaliniubuntu17\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/shalini/providers/Microsoft.Network/virtualNetworks/shalinivnet800/subnets/default\",\r\n \"severity\": \"High\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": true,\r\n \"topologyScore\": 30,\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/shalini/providers/Microsoft.Network/virtualNetworks/shalinivnet800\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/shalini/providers/Microsoft.Security/locations/westcentralus/topologies/subnets\",\r\n \"name\": \"subnets\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:05:53.7434741Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/shalinifortigate/providers/Microsoft.Network/virtualNetworks/FortigateProtectedVNet\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 120,\r\n \"location\": \"eastus\",\r\n \"children\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/shalinifortigate/providers/Microsoft.Network/virtualNetworks/FortigateProtectedVNet/subnets/PublicFacingSubnet\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/shalinifortigate/providers/Microsoft.Network/virtualNetworks/FortigateProtectedVNet/subnets/InsideSubnet\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/shalinifortigate/providers/Microsoft.Security/locations/westcentralus/topologies/virtualNetworks\",\r\n \"name\": \"virtualNetworks\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:05:53.7434741Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/shalinifortigate/providers/Microsoft.Network/virtualNetworks/FortigateProtectedVNet/subnets/PublicFacingSubnet\",\r\n \"severity\": \"High\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": true,\r\n \"topologyScore\": 60,\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/shalinifortigate/providers/Microsoft.Network/virtualNetworks/FortigateProtectedVNet\"\r\n }\r\n ],\r\n \"children\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/shalinifortigate/providers/Microsoft.Compute/virtualMachines/shalinifortiga\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/shalinifortigate/providers/Microsoft.Network/virtualNetworks/FortigateProtectedVNet/subnets/InsideSubnet\",\r\n \"severity\": \"High\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": true,\r\n \"topologyScore\": 60,\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/shalinifortigate/providers/Microsoft.Network/virtualNetworks/FortigateProtectedVNet\"\r\n }\r\n ],\r\n \"children\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/shalinifortigate/providers/Microsoft.Compute/virtualMachines/shalinifortiga\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/shalinifortigate/providers/Microsoft.Security/locations/westcentralus/topologies/subnets\",\r\n \"name\": \"subnets\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:05:53.7434741Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/Tal-Test/providers/Microsoft.Network/virtualNetworks/vnet\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"eastus\",\r\n \"children\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/Tal-Test/providers/Microsoft.Network/virtualNetworks/vnet/subnets/appserviceenvtal-subnet\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/Tal-Test/providers/Microsoft.Network/virtualNetworks/Tal-Test-vnet\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 30,\r\n \"location\": \"westeurope\",\r\n \"children\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/Tal-Test/providers/Microsoft.Network/virtualNetworks/Tal-Test-vnet/subnets/default\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/Tal-Test/providers/Microsoft.Security/locations/westcentralus/topologies/virtualNetworks\",\r\n \"name\": \"virtualNetworks\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:05:53.7434741Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/Tal-Test/providers/Microsoft.Network/virtualNetworks/vnet/subnets/appserviceenvtal-subnet\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/Tal-Test/providers/Microsoft.Network/virtualNetworks/vnet\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/Tal-Test/providers/Microsoft.Network/virtualNetworks/Tal-Test-vnet/subnets/default\",\r\n \"severity\": \"High\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": true,\r\n \"topologyScore\": 30,\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/Tal-Test/providers/Microsoft.Network/virtualNetworks/Tal-Test-vnet\"\r\n }\r\n ],\r\n \"children\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/TAL-TEST/providers/Microsoft.Compute/virtualMachines/taachime-win-vm\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/Tal-Test/providers/Microsoft.Security/locations/westcentralus/topologies/subnets\",\r\n \"name\": \"subnets\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:05:53.7434741Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/test-ady/providers/Microsoft.Network/virtualNetworks/test-ady-vnet\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 150,\r\n \"location\": \"eastus\",\r\n \"children\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/test-ady/providers/Microsoft.Network/virtualNetworks/test-ady-vnet/subnets/default\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/test-ady/providers/Microsoft.Security/locations/westcentralus/topologies/virtualNetworks\",\r\n \"name\": \"virtualNetworks\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:05:53.7434741Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/test-ady/providers/Microsoft.Network/virtualNetworks/test-ady-vnet/subnets/default\",\r\n \"severity\": \"High\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": true,\r\n \"topologyScore\": 150,\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/test-ady/providers/Microsoft.Network/virtualNetworks/test-ady-vnet\"\r\n }\r\n ],\r\n \"children\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/TEST-ADY/providers/Microsoft.Compute/virtualMachines/vmmultinicprod\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/TEST-ADY/providers/Microsoft.Compute/virtualMachines/vmmultinicprod\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/test-ady/providers/Microsoft.Security/locations/westcentralus/topologies/subnets\",\r\n \"name\": \"subnets\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:05:53.7434741Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/TestGroup/providers/Microsoft.Network/virtualNetworks/TestGroup\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 30,\r\n \"location\": \"eastus\",\r\n \"children\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/TestGroup/providers/Microsoft.Network/virtualNetworks/TestGroup/subnets/default\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/TestGroup/providers/Microsoft.Security/locations/westcentralus/topologies/virtualNetworks\",\r\n \"name\": \"virtualNetworks\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:05:53.7434741Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/TestGroup/providers/Microsoft.Network/virtualNetworks/TestGroup/subnets/default\",\r\n \"severity\": \"High\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": true,\r\n \"topologyScore\": 30,\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/TestGroup/providers/Microsoft.Network/virtualNetworks/TestGroup\"\r\n }\r\n ],\r\n \"children\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/testDev3Ngfw/providers/Microsoft.Compute/virtualMachines/dev3NgfwTest\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/TestGroup/providers/Microsoft.Security/locations/westcentralus/topologies/subnets\",\r\n \"name\": \"subnets\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:05:53.7434741Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/tesVM-CHKP/providers/Microsoft.Network/virtualNetworks/tesVM-CHKP-vnet\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 30,\r\n \"location\": \"eastus\",\r\n \"children\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/tesVM-CHKP/providers/Microsoft.Network/virtualNetworks/tesVM-CHKP-vnet/subnets/default\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/tesVM-CHKP/providers/Microsoft.Security/locations/westcentralus/topologies/virtualNetworks\",\r\n \"name\": \"virtualNetworks\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:05:53.7434741Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/tesVM-CHKP/providers/Microsoft.Network/virtualNetworks/tesVM-CHKP-vnet/subnets/default\",\r\n \"severity\": \"High\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": true,\r\n \"topologyScore\": 30,\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/tesVM-CHKP/providers/Microsoft.Network/virtualNetworks/tesVM-CHKP-vnet\"\r\n }\r\n ],\r\n \"children\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/tesVM-CHKP/providers/Microsoft.Compute/virtualMachines/testVM-CHKP\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/tesVM-CHKP/providers/Microsoft.Security/locations/westcentralus/topologies/subnets\",\r\n \"name\": \"subnets\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:05:53.7434741Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/uvuntuCHKP/providers/Microsoft.Network/virtualNetworks/uvuntuCHKP-vnet\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 30,\r\n \"location\": \"eastus\",\r\n \"children\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/uvuntuCHKP/providers/Microsoft.Network/virtualNetworks/uvuntuCHKP-vnet/subnets/default\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/uvuntuCHKP/providers/Microsoft.Security/locations/westcentralus/topologies/virtualNetworks\",\r\n \"name\": \"virtualNetworks\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:05:53.7434741Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/uvuntuCHKP/providers/Microsoft.Network/virtualNetworks/uvuntuCHKP-vnet/subnets/default\",\r\n \"severity\": \"High\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": true,\r\n \"topologyScore\": 30,\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/uvuntuCHKP/providers/Microsoft.Network/virtualNetworks/uvuntuCHKP-vnet\"\r\n }\r\n ],\r\n \"children\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/uvuntuCHKP/providers/Microsoft.Compute/virtualMachines/uvuntuCHKP\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/uvuntuCHKP/providers/Microsoft.Security/locations/westcentralus/topologies/subnets\",\r\n \"name\": \"subnets\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:05:53.7434741Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/AppIngestionNEU002/providers/Microsoft.Network/virtualNetworks/cccccccVNet\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 30,\r\n \"location\": \"northeurope\",\r\n \"children\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/AppIngestionNEU002/providers/Microsoft.Network/virtualNetworks/cccccccVNet/subnets/Subnet\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/AppIngestionNEU002/providers/Microsoft.Security/locations/westcentralus/topologies/virtualNetworks\",\r\n \"name\": \"virtualNetworks\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:05:53.7434741Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/AppIngestionNEU002/providers/Microsoft.Network/virtualNetworks/cccccccVNet/subnets/Subnet\",\r\n \"severity\": \"High\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": true,\r\n \"topologyScore\": 30,\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/AppIngestionNEU002/providers/Microsoft.Network/virtualNetworks/cccccccVNet\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/AppIngestionNEU002/providers/Microsoft.Security/locations/westcentralus/topologies/subnets\",\r\n \"name\": \"subnets\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:05:53.7434741Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/matan-sf100/providers/Microsoft.Network/virtualNetworks/VNet\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"northeurope\",\r\n \"children\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/matan-sf100/providers/Microsoft.Network/virtualNetworks/VNet/subnets/Subnet-0\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/matan-sf100/providers/Microsoft.Security/locations/westcentralus/topologies/virtualNetworks\",\r\n \"name\": \"virtualNetworks\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:05:53.7434741Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/matan-sf100/providers/Microsoft.Network/virtualNetworks/VNet/subnets/Subnet-0\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/matan-sf100/providers/Microsoft.Network/virtualNetworks/VNet\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/matan-sf100/providers/Microsoft.Security/locations/westcentralus/topologies/subnets\",\r\n \"name\": \"subnets\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:05:53.7434741Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLWin5/providers/Microsoft.Network/virtualNetworks/MSI-1295636147\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 560,\r\n \"location\": \"northeurope\",\r\n \"children\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLWin5/providers/Microsoft.Network/virtualNetworks/MSI-1295636147/subnets/MSI-1926702710\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLWin5/providers/Microsoft.Security/locations/westcentralus/topologies/virtualNetworks\",\r\n \"name\": \"virtualNetworks\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:05:53.7434741Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLWin5/providers/Microsoft.Network/virtualNetworks/MSI-1295636147/subnets/MSI-1926702710\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 560,\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLWin5/providers/Microsoft.Network/virtualNetworks/MSI-1295636147\"\r\n }\r\n ],\r\n \"children\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLWin5/providers/Microsoft.Compute/virtualMachines/MSI-03010\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLWin5/providers/Microsoft.Compute/virtualMachines/MSI-03011\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLWin5/providers/Microsoft.Compute/virtualMachines/MSI-03012\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLWin5/providers/Microsoft.Compute/virtualMachines/MSI-03013\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLWin5/providers/Microsoft.Compute/virtualMachines/MSI-03014\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLWin5/providers/Microsoft.Compute/virtualMachines/MSI-03015\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLWin5/providers/Microsoft.Compute/virtualMachines/MSI-03016\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLWin5/providers/Microsoft.Compute/virtualMachines/MSI-03017\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLWin5/providers/Microsoft.Compute/virtualMachines/MSI-03018\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLWin5/providers/Microsoft.Compute/virtualMachines/MSI-03019\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLWin5/providers/Microsoft.Compute/virtualMachines/MSI-030110\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLWIN5/providers/Microsoft.Compute/virtualMachines/MSI-030111\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLWIN5/providers/Microsoft.Compute/virtualMachines/MSI-030112\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLWIN5/providers/Microsoft.Compute/virtualMachines/MSI-030113\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLWin5/providers/Microsoft.Compute/virtualMachines/MSI-030114\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLWin5/providers/Microsoft.Compute/virtualMachines/MSI-030115\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLWin5/providers/Microsoft.Compute/virtualMachines/MSI-030116\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLWin5/providers/Microsoft.Compute/virtualMachines/MSI-030117\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLWin5/providers/Microsoft.Compute/virtualMachines/MSI-030118\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLWin5/providers/Microsoft.Compute/virtualMachines/MSI-030119\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLWin5/providers/Microsoft.Compute/virtualMachines/MSI-030120\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLWIN5/providers/Microsoft.Compute/virtualMachines/MSI-030121\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLWin5/providers/Microsoft.Compute/virtualMachines/MSI-030122\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLWin5/providers/Microsoft.Compute/virtualMachines/MSI-030123\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLWin5/providers/Microsoft.Compute/virtualMachines/MSI-030124\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLWin5/providers/Microsoft.Compute/virtualMachines/MSI-030125\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLWin5/providers/Microsoft.Compute/virtualMachines/MSI-030126\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLWin5/providers/Microsoft.Compute/virtualMachines/MSI-030127\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLWin5/providers/Microsoft.Compute/virtualMachines/MSI-030128\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLWin5/providers/Microsoft.Compute/virtualMachines/MSI-030129\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLWin5/providers/Microsoft.Security/locations/westcentralus/topologies/subnets\",\r\n \"name\": \"subnets\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:05:53.7434741Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/WS2012r2YanivD/providers/Microsoft.Network/virtualNetworks/WS2012r2YanivD-vnet\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"northeurope\",\r\n \"children\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/WS2012r2YanivD/providers/Microsoft.Network/virtualNetworks/WS2012r2YanivD-vnet/subnets/default\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/WS2012r2YanivD/providers/Microsoft.Security/locations/westcentralus/topologies/virtualNetworks\",\r\n \"name\": \"virtualNetworks\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:05:53.7434741Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/WS2012r2YanivD/providers/Microsoft.Network/virtualNetworks/WS2012r2YanivD-vnet/subnets/default\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/WS2012r2YanivD/providers/Microsoft.Network/virtualNetworks/WS2012r2YanivD-vnet\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/WS2012r2YanivD/providers/Microsoft.Security/locations/westcentralus/topologies/subnets\",\r\n \"name\": \"subnets\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:05:53.7434741Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/amaviram-amaviram/providers/Microsoft.Network/virtualNetworks/amaviram-1691612051\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 30,\r\n \"location\": \"westeurope\",\r\n \"children\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/amaviram-amaviram/providers/Microsoft.Network/virtualNetworks/amaviram-1691612051/subnets/amaviram-1022941552\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/amaviram-amaviram/providers/Microsoft.Network/virtualNetworks/amaviram-1979070700\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"centralus\",\r\n \"children\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/amaviram-amaviram/providers/Microsoft.Network/virtualNetworks/amaviram-1979070700/subnets/amaviram-1362587466\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/amaviram-amaviram/providers/Microsoft.Security/locations/westcentralus/topologies/virtualNetworks\",\r\n \"name\": \"virtualNetworks\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:05:53.7434741Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/amaviram-amaviram/providers/Microsoft.Network/virtualNetworks/amaviram-1691612051/subnets/amaviram-1022941552\",\r\n \"severity\": \"High\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": true,\r\n \"topologyScore\": 30,\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/amaviram-amaviram/providers/Microsoft.Network/virtualNetworks/amaviram-1691612051\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/amaviram-amaviram/providers/Microsoft.Network/virtualNetworks/amaviram-1979070700/subnets/amaviram-1362587466\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/amaviram-amaviram/providers/Microsoft.Network/virtualNetworks/amaviram-1979070700\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/amaviram-amaviram/providers/Microsoft.Security/locations/westcentralus/topologies/subnets\",\r\n \"name\": \"subnets\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:05:53.7434741Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/barlocal/providers/Microsoft.Network/virtualNetworks/barracudaNET\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 30,\r\n \"location\": \"westeurope\",\r\n \"children\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/barlocal/providers/Microsoft.Network/virtualNetworks/barracudaNET/subnets/BarracudaSubnet\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/barlocal/providers/Microsoft.Security/locations/westcentralus/topologies/virtualNetworks\",\r\n \"name\": \"virtualNetworks\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:05:53.7434741Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/barlocal/providers/Microsoft.Network/virtualNetworks/barracudaNET/subnets/BarracudaSubnet\",\r\n \"severity\": \"High\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": true,\r\n \"topologyScore\": 30,\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/barlocal/providers/Microsoft.Network/virtualNetworks/barracudaNET\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/barlocal/providers/Microsoft.Security/locations/westcentralus/topologies/subnets\",\r\n \"name\": \"subnets\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:05:53.7434741Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/Barrtest3/providers/Microsoft.Network/virtualNetworks/bartestnet\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 30,\r\n \"location\": \"westeurope\",\r\n \"children\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/Barrtest3/providers/Microsoft.Network/virtualNetworks/bartestnet/subnets/default\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/Barrtest3/providers/Microsoft.Security/locations/westcentralus/topologies/virtualNetworks\",\r\n \"name\": \"virtualNetworks\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:05:53.7434741Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/Barrtest3/providers/Microsoft.Network/virtualNetworks/bartestnet/subnets/default\",\r\n \"severity\": \"High\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": true,\r\n \"topologyScore\": 30,\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/Barrtest3/providers/Microsoft.Network/virtualNetworks/bartestnet\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/Barrtest3/providers/Microsoft.Security/locations/westcentralus/topologies/subnets\",\r\n \"name\": \"subnets\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:05:53.7434741Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/barwafaug23/providers/Microsoft.Network/virtualNetworks/barwafaug23-vnet\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 30,\r\n \"location\": \"westeurope\",\r\n \"children\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/barwafaug23/providers/Microsoft.Network/virtualNetworks/barwafaug23-vnet/subnets/default\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/barwafaug23/providers/Microsoft.Security/locations/westcentralus/topologies/virtualNetworks\",\r\n \"name\": \"virtualNetworks\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:05:53.7434741Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/barwafaug23/providers/Microsoft.Network/virtualNetworks/barwafaug23-vnet/subnets/default\",\r\n \"severity\": \"High\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": true,\r\n \"topologyScore\": 30,\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/barwafaug23/providers/Microsoft.Network/virtualNetworks/barwafaug23-vnet\"\r\n }\r\n ],\r\n \"children\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/barwafaug23/providers/Microsoft.Compute/virtualMachines/barwafaug23\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/barwafaug23/providers/Microsoft.Security/locations/westcentralus/topologies/subnets\",\r\n \"name\": \"subnets\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:05:53.7434741Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/bengr-jit-test/providers/Microsoft.Network/virtualNetworks/bengr-jit-test-vnet\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 30,\r\n \"location\": \"westeurope\",\r\n \"children\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/bengr-jit-test/providers/Microsoft.Network/virtualNetworks/bengr-jit-test-vnet/subnets/default\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/bengr-jit-test/providers/Microsoft.Security/locations/westcentralus/topologies/virtualNetworks\",\r\n \"name\": \"virtualNetworks\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:05:53.7434741Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/bengr-jit-test/providers/Microsoft.Network/virtualNetworks/bengr-jit-test-vnet/subnets/default\",\r\n \"severity\": \"High\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": true,\r\n \"topologyScore\": 30,\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/bengr-jit-test/providers/Microsoft.Network/virtualNetworks/bengr-jit-test-vnet\"\r\n }\r\n ],\r\n \"children\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/bengr-jit-test/providers/Microsoft.Compute/virtualMachines/bengr-jit-test1\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/bengr-jit-test/providers/Microsoft.Compute/virtualMachines/bengr-jit-test3\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/bengr-jit-test/providers/Microsoft.Security/locations/westcentralus/topologies/subnets\",\r\n \"name\": \"subnets\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:05:53.7434741Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/databricks-rg-ronendb-y2vb3g4l4fzdq/providers/Microsoft.Network/virtualNetworks/workers-vnet\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"westeurope\",\r\n \"children\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/databricks-rg-ronendb-y2vb3g4l4fzdq/providers/Microsoft.Network/virtualNetworks/workers-vnet/subnets/public-subnet\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/databricks-rg-ronendb-y2vb3g4l4fzdq/providers/Microsoft.Network/virtualNetworks/workers-vnet/subnets/private-subnet\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/databricks-rg-ronendb-y2vb3g4l4fzdq/providers/Microsoft.Security/locations/westcentralus/topologies/virtualNetworks\",\r\n \"name\": \"virtualNetworks\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:05:53.7434741Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/databricks-rg-ronendb-y2vb3g4l4fzdq/providers/Microsoft.Network/virtualNetworks/workers-vnet/subnets/public-subnet\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/databricks-rg-ronendb-y2vb3g4l4fzdq/providers/Microsoft.Network/virtualNetworks/workers-vnet\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/databricks-rg-ronendb-y2vb3g4l4fzdq/providers/Microsoft.Network/virtualNetworks/workers-vnet/subnets/private-subnet\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/databricks-rg-ronendb-y2vb3g4l4fzdq/providers/Microsoft.Network/virtualNetworks/workers-vnet\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/databricks-rg-ronendb-y2vb3g4l4fzdq/providers/Microsoft.Security/locations/westcentralus/topologies/subnets\",\r\n \"name\": \"subnets\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:05:53.7434741Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/Erel/providers/Microsoft.Network/virtualNetworks/Erel-vnet\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"westeurope\",\r\n \"children\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/Erel/providers/Microsoft.Network/virtualNetworks/Erel-vnet/subnets/default\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/Erel/providers/Microsoft.Network/virtualNetworks/Erelvnet677\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 30,\r\n \"location\": \"centralus\",\r\n \"children\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/Erel/providers/Microsoft.Network/virtualNetworks/Erelvnet677/subnets/default\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/Erel/providers/Microsoft.Network/virtualNetworks/Erelvnet938\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 30,\r\n \"location\": \"japaneast\",\r\n \"children\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/Erel/providers/Microsoft.Network/virtualNetworks/Erelvnet938/subnets/default\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/Erel/providers/Microsoft.Security/locations/westcentralus/topologies/virtualNetworks\",\r\n \"name\": \"virtualNetworks\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:05:53.7434741Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/Erel/providers/Microsoft.Network/virtualNetworks/Erel-vnet/subnets/default\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/Erel/providers/Microsoft.Network/virtualNetworks/Erel-vnet\"\r\n }\r\n ],\r\n \"children\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/EREL/providers/Microsoft.Compute/virtualMachines/TestVm2012\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/EREL/providers/Microsoft.Compute/virtualMachines/ErelLinux1\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/Erel/providers/Microsoft.Network/virtualNetworks/Erelvnet677/subnets/default\",\r\n \"severity\": \"High\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": true,\r\n \"topologyScore\": 30,\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/Erel/providers/Microsoft.Network/virtualNetworks/Erelvnet677\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/Erel/providers/Microsoft.Network/virtualNetworks/Erelvnet938/subnets/default\",\r\n \"severity\": \"High\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": true,\r\n \"topologyScore\": 30,\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/Erel/providers/Microsoft.Network/virtualNetworks/Erelvnet938\"\r\n }\r\n ],\r\n \"children\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/Erel/providers/Microsoft.Compute/virtualMachines/Erel2016-b\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/Erel/providers/Microsoft.Security/locations/westcentralus/topologies/subnets\",\r\n \"name\": \"subnets\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:05:53.7434741Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/michael-RSG/providers/Microsoft.Network/virtualNetworks/michael-RSG-vnet\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"westeurope\",\r\n \"children\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/michael-RSG/providers/Microsoft.Network/virtualNetworks/michael-RSG-vnet/subnets/default\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/michael-RSG/providers/Microsoft.Security/locations/westcentralus/topologies/virtualNetworks\",\r\n \"name\": \"virtualNetworks\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:05:53.7434741Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/michael-RSG/providers/Microsoft.Network/virtualNetworks/michael-RSG-vnet/subnets/default\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/michael-RSG/providers/Microsoft.Network/virtualNetworks/michael-RSG-vnet\"\r\n }\r\n ],\r\n \"children\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/michael-RSG/providers/Microsoft.Compute/virtualMachines/MichaelTest20170212\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/michael-RSG/providers/Microsoft.Compute/virtualMachines/michaelTest20170212-2\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/michael-RSG/providers/Microsoft.Compute/virtualMachines/michaelTest-20170212-5\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/michael-RSG/providers/Microsoft.Security/locations/westcentralus/topologies/subnets\",\r\n \"name\": \"subnets\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:05:53.7434741Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/NewRG/providers/Microsoft.Network/virtualNetworks/NewRG-vnet\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 30,\r\n \"location\": \"westeurope\",\r\n \"children\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/NewRG/providers/Microsoft.Network/virtualNetworks/NewRG-vnet/subnets/default\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/NewRG/providers/Microsoft.Security/locations/westcentralus/topologies/virtualNetworks\",\r\n \"name\": \"virtualNetworks\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:05:53.7434741Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/NewRG/providers/Microsoft.Network/virtualNetworks/NewRG-vnet/subnets/default\",\r\n \"severity\": \"High\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": true,\r\n \"topologyScore\": 30,\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/NewRG/providers/Microsoft.Network/virtualNetworks/NewRG-vnet\"\r\n }\r\n ],\r\n \"children\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/NewRG/providers/Microsoft.Compute/virtualMachines/formimagenewrg\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/NewRG/providers/Microsoft.Security/locations/westcentralus/topologies/subnets\",\r\n \"name\": \"subnets\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:05:53.7434741Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/ngfwmar18/providers/Microsoft.Network/virtualNetworks/ngfwmar18-vnet\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 30,\r\n \"location\": \"westeurope\",\r\n \"children\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/ngfwmar18/providers/Microsoft.Network/virtualNetworks/ngfwmar18-vnet/subnets/default\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/ngfwmar18/providers/Microsoft.Security/locations/westcentralus/topologies/virtualNetworks\",\r\n \"name\": \"virtualNetworks\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:05:53.7434741Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/ngfwmar18/providers/Microsoft.Network/virtualNetworks/ngfwmar18-vnet/subnets/default\",\r\n \"severity\": \"High\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": true,\r\n \"topologyScore\": 30,\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/ngfwmar18/providers/Microsoft.Network/virtualNetworks/ngfwmar18-vnet\"\r\n }\r\n ],\r\n \"children\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/ngfwmar18/providers/Microsoft.Compute/virtualMachines/ngfwmar18\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/ngfwmar18/providers/Microsoft.Security/locations/westcentralus/topologies/subnets\",\r\n \"name\": \"subnets\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:05:53.7434741Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/nic-no-pip/providers/Microsoft.Network/virtualNetworks/nic-no-pip-vnet\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 30,\r\n \"location\": \"westeurope\",\r\n \"children\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/nic-no-pip/providers/Microsoft.Network/virtualNetworks/nic-no-pip-vnet/subnets/default\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/nic-no-pip/providers/Microsoft.Security/locations/westcentralus/topologies/virtualNetworks\",\r\n \"name\": \"virtualNetworks\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:05:53.7434741Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/nic-no-pip/providers/Microsoft.Network/virtualNetworks/nic-no-pip-vnet/subnets/default\",\r\n \"severity\": \"High\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": true,\r\n \"topologyScore\": 30,\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/nic-no-pip/providers/Microsoft.Network/virtualNetworks/nic-no-pip-vnet\"\r\n }\r\n ],\r\n \"children\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/NIC-NO-PIP/providers/Microsoft.Compute/virtualMachines/nic-no-pip-vm\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/nic-no-pip/providers/Microsoft.Security/locations/westcentralus/topologies/subnets\",\r\n \"name\": \"subnets\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:05:53.7434741Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/partners/providers/Microsoft.Network/virtualNetworks/barracuda2\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 20,\r\n \"location\": \"westeurope\",\r\n \"children\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/partners/providers/Microsoft.Network/virtualNetworks/barracuda2/subnets/barracuda2\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/partners/providers/Microsoft.Network/virtualNetworks/BarracudaTest2\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 30,\r\n \"location\": \"westeurope\",\r\n \"children\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/partners/providers/Microsoft.Network/virtualNetworks/BarracudaTest2/subnets/BarracudaTest2\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/partners/providers/Microsoft.Network/virtualNetworks/bartestnet\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 40,\r\n \"location\": \"westeurope\",\r\n \"children\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/partners/providers/Microsoft.Network/virtualNetworks/bartestnet/subnets/default\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/partners/providers/Microsoft.Security/locations/westcentralus/topologies/virtualNetworks\",\r\n \"name\": \"virtualNetworks\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:05:53.7434741Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/partners/providers/Microsoft.Network/virtualNetworks/barracuda2/subnets/barracuda2\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 20,\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/partners/providers/Microsoft.Network/virtualNetworks/barracuda2\"\r\n }\r\n ],\r\n \"children\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/partners/providers/Microsoft.Compute/virtualMachines/newvhd2\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/PARTNERS/providers/Microsoft.Compute/virtualMachines/711vm\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/partners/providers/Microsoft.Network/virtualNetworks/BarracudaTest2/subnets/BarracudaTest2\",\r\n \"severity\": \"High\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": true,\r\n \"topologyScore\": 30,\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/partners/providers/Microsoft.Network/virtualNetworks/BarracudaTest2\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/partners/providers/Microsoft.Network/virtualNetworks/bartestnet/subnets/default\",\r\n \"severity\": \"High\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": true,\r\n \"topologyScore\": 40,\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/partners/providers/Microsoft.Network/virtualNetworks/bartestnet\"\r\n }\r\n ],\r\n \"children\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/partners/providers/Microsoft.Compute/virtualMachines/webTest\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/partners/providers/Microsoft.Security/locations/westcentralus/topologies/subnets\",\r\n \"name\": \"subnets\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:05:53.7434741Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/ronenRG/providers/Microsoft.Network/virtualNetworks/ronenRG-vnet\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 30,\r\n \"location\": \"westeurope\",\r\n \"children\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/ronenRG/providers/Microsoft.Network/virtualNetworks/ronenRG-vnet/subnets/default\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/ronenRG/providers/Microsoft.Network/virtualNetworks/ronen-wp-vnet\",\r\n \"severity\": \"High\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": true,\r\n \"topologyScore\": 40,\r\n \"location\": \"southcentralus\",\r\n \"children\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/ronenRG/providers/Microsoft.Network/virtualNetworks/ronen-wp-vnet/subnets/default\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/ronenRG/providers/Microsoft.Network/virtualNetworks/ronen-wp-vnet/subnets/GatewaySubnet\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/ronenRG/providers/Microsoft.Network/virtualNetworks/ronenRGvnet957\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 30,\r\n \"location\": \"eastus2\",\r\n \"children\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/ronenRG/providers/Microsoft.Network/virtualNetworks/ronenRGvnet957/subnets/default\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/ronenRG/providers/Microsoft.Security/locations/westcentralus/topologies/virtualNetworks\",\r\n \"name\": \"virtualNetworks\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:05:53.7434741Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/ronenRG/providers/Microsoft.Network/virtualNetworks/ronenRG-vnet/subnets/default\",\r\n \"severity\": \"High\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": true,\r\n \"topologyScore\": 30,\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/ronenRG/providers/Microsoft.Network/virtualNetworks/ronenRG-vnet\"\r\n }\r\n ],\r\n \"children\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/RONENRG/providers/Microsoft.Compute/virtualMachines/ronen-EG-test\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/ronenRG/providers/Microsoft.Network/virtualNetworks/ronen-wp-vnet/subnets/default\",\r\n \"severity\": \"High\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": true,\r\n \"topologyScore\": 30,\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/ronenRG/providers/Microsoft.Network/virtualNetworks/ronen-wp-vnet\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/ronenRG/providers/Microsoft.Network/virtualNetworks/ronen-wp-vnet/subnets/GatewaySubnet\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/ronenRG/providers/Microsoft.Network/virtualNetworks/ronen-wp-vnet\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/ronenRG/providers/Microsoft.Network/virtualNetworks/ronenRGvnet957/subnets/default\",\r\n \"severity\": \"High\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": true,\r\n \"topologyScore\": 30,\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/ronenRG/providers/Microsoft.Network/virtualNetworks/ronenRGvnet957\"\r\n }\r\n ],\r\n \"children\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/RONENRG/providers/Microsoft.Compute/virtualMachines/ronen\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/RONENRG/providers/Microsoft.Compute/virtualMachines/ronen2\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/ronenRG/providers/Microsoft.Security/locations/westcentralus/topologies/subnets\",\r\n \"name\": \"subnets\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:05:53.7434741Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/SnirNGFWSevTest/providers/Microsoft.Network/virtualNetworks/SnirNGFWSevTest\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"westeurope\",\r\n \"children\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/SnirNGFWSevTest/providers/Microsoft.Network/virtualNetworks/SnirNGFWSevTest/subnets/Subnet\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/SnirNGFWSevTest/providers/Microsoft.Security/locations/westcentralus/topologies/virtualNetworks\",\r\n \"name\": \"virtualNetworks\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:05:53.7434741Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/SnirNGFWSevTest/providers/Microsoft.Network/virtualNetworks/SnirNGFWSevTest/subnets/Subnet\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/SnirNGFWSevTest/providers/Microsoft.Network/virtualNetworks/SnirNGFWSevTest\"\r\n }\r\n ],\r\n \"children\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/SNIRNGFWSEVTEST/providers/Microsoft.Compute/virtualMachines/SnirNGFWSevTest0\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/SNIRNGFWSEVTEST/providers/Microsoft.Compute/virtualMachines/SnirNGFWSevTest1\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/SnirNGFWSevTest/providers/Microsoft.Security/locations/westcentralus/topologies/subnets\",\r\n \"name\": \"subnets\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:05:53.7434741Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/webapp1-asc3297/providers/Microsoft.Network/virtualNetworks/YanivWebApp1-waf\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"westeurope\",\r\n \"children\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/webapp1-asc3297/providers/Microsoft.Network/virtualNetworks/YanivWebApp1-waf/subnets/WebApplicationFirewalls\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/webapp1-asc3297/providers/Microsoft.Security/locations/westcentralus/topologies/virtualNetworks\",\r\n \"name\": \"virtualNetworks\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:05:53.7434741Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/webapp1-asc3297/providers/Microsoft.Network/virtualNetworks/YanivWebApp1-waf/subnets/WebApplicationFirewalls\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/webapp1-asc3297/providers/Microsoft.Network/virtualNetworks/YanivWebApp1-waf\"\r\n }\r\n ],\r\n \"children\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/webapp1-asc3297/providers/Microsoft.Compute/virtualMachines/YanivWebApp1-waf0\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/webapp1-asc3297/providers/Microsoft.Security/locations/westcentralus/topologies/subnets\",\r\n \"name\": \"subnets\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:05:53.7434741Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/webapp1-asc7933/providers/Microsoft.Network/virtualNetworks/YanivWebApp1-waf\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"westeurope\",\r\n \"children\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/webapp1-asc7933/providers/Microsoft.Network/virtualNetworks/YanivWebApp1-waf/subnets/WebApplicationFirewalls\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/webapp1-asc7933/providers/Microsoft.Security/locations/westcentralus/topologies/virtualNetworks\",\r\n \"name\": \"virtualNetworks\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:05:53.7434741Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/webapp1-asc7933/providers/Microsoft.Network/virtualNetworks/YanivWebApp1-waf/subnets/WebApplicationFirewalls\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/webapp1-asc7933/providers/Microsoft.Network/virtualNetworks/YanivWebApp1-waf\"\r\n }\r\n ],\r\n \"children\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/webapp1-asc7933/providers/Microsoft.Compute/virtualMachines/YanivWebApp1-waf0\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/webapp1-asc7933/providers/Microsoft.Security/locations/westcentralus/topologies/subnets\",\r\n \"name\": \"subnets\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:05:53.7434741Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/webapp2-asc756/providers/Microsoft.Network/virtualNetworks/YanivWebApp2-waf\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"westeurope\",\r\n \"children\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/webapp2-asc756/providers/Microsoft.Network/virtualNetworks/YanivWebApp2-waf/subnets/WebApplicationFirewalls\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/webapp2-asc756/providers/Microsoft.Security/locations/westcentralus/topologies/virtualNetworks\",\r\n \"name\": \"virtualNetworks\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:05:53.7434741Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/webapp2-asc756/providers/Microsoft.Network/virtualNetworks/YanivWebApp2-waf/subnets/WebApplicationFirewalls\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/webapp2-asc756/providers/Microsoft.Network/virtualNetworks/YanivWebApp2-waf\"\r\n }\r\n ],\r\n \"children\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/webapp2-asc756/providers/Microsoft.Compute/virtualMachines/YanivWebApp2-waf0\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/webapp2-asc756/providers/Microsoft.Security/locations/westcentralus/topologies/subnets\",\r\n \"name\": \"subnets\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:05:53.7434741Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/webapp2/providers/Microsoft.Network/virtualNetworks/F5WAF-May16\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"westeurope\",\r\n \"children\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/webapp2/providers/Microsoft.Network/virtualNetworks/F5WAF-May16/subnets/WebApplicationFirewalls\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/webapp2/providers/Microsoft.Network/virtualNetworks/webapp2\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"westeurope\",\r\n \"children\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/webapp2/providers/Microsoft.Network/virtualNetworks/webapp2/subnets/default\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/webapp2/providers/Microsoft.Network/virtualNetworks/Yaniv-Barracuda-April-6\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"westeurope\",\r\n \"children\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/webapp2/providers/Microsoft.Network/virtualNetworks/Yaniv-Barracuda-April-6/subnets/WebApplicationFirewalls\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/webapp2/providers/Microsoft.Network/virtualNetworks/YanivF5Waf\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"westeurope\",\r\n \"children\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/webapp2/providers/Microsoft.Network/virtualNetworks/YanivF5Waf/subnets/WebApplicationFirewalls\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/webapp2/providers/Microsoft.Security/locations/westcentralus/topologies/virtualNetworks\",\r\n \"name\": \"virtualNetworks\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:05:53.7434741Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/webapp2/providers/Microsoft.Network/virtualNetworks/F5WAF-May16/subnets/WebApplicationFirewalls\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/webapp2/providers/Microsoft.Network/virtualNetworks/F5WAF-May16\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/webapp2/providers/Microsoft.Network/virtualNetworks/webapp2/subnets/default\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/webapp2/providers/Microsoft.Network/virtualNetworks/webapp2\"\r\n }\r\n ],\r\n \"children\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/WEBAPP2/providers/Microsoft.Compute/virtualMachines/YanivWebApp2\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/webapp2/providers/Microsoft.Network/virtualNetworks/Yaniv-Barracuda-April-6/subnets/WebApplicationFirewalls\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/webapp2/providers/Microsoft.Network/virtualNetworks/Yaniv-Barracuda-April-6\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/webapp2/providers/Microsoft.Network/virtualNetworks/YanivF5Waf/subnets/WebApplicationFirewalls\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/webapp2/providers/Microsoft.Network/virtualNetworks/YanivF5Waf\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/webapp2/providers/Microsoft.Security/locations/westcentralus/topologies/subnets\",\r\n \"name\": \"subnets\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:05:53.7434741Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTest/providers/Microsoft.Network/virtualNetworks/MSI-141907873\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"northcentralus\",\r\n \"children\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTest/providers/Microsoft.Network/virtualNetworks/MSI-141907873/subnets/MSI-1408399572\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTest/providers/Microsoft.Security/locations/westcentralus/topologies/virtualNetworks\",\r\n \"name\": \"virtualNetworks\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:05:53.7434741Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTest/providers/Microsoft.Network/virtualNetworks/MSI-141907873/subnets/MSI-1408399572\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTest/providers/Microsoft.Network/virtualNetworks/MSI-141907873\"\r\n }\r\n ],\r\n \"children\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTest/providers/Microsoft.Compute/virtualMachines/MSI-18120\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTest/providers/Microsoft.Compute/virtualMachines/MSI-18121\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTest/providers/Microsoft.Compute/virtualMachines/MSI-18122\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTest/providers/Microsoft.Compute/virtualMachines/MSI-18123\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTest/providers/Microsoft.Compute/virtualMachines/MSI-18124\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTest/providers/Microsoft.Compute/virtualMachines/MSI-18125\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTEST/providers/Microsoft.Compute/virtualMachines/MSI-18126\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTEST/providers/Microsoft.Compute/virtualMachines/MSI-18127\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTest/providers/Microsoft.Compute/virtualMachines/MSI-18128\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTEST/providers/Microsoft.Compute/virtualMachines/MSI-18129\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTest/providers/Microsoft.Compute/virtualMachines/MSI-181210\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTest/providers/Microsoft.Compute/virtualMachines/MSI-181211\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTest/providers/Microsoft.Compute/virtualMachines/MSI-181212\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTEST/providers/Microsoft.Compute/virtualMachines/MSI-181213\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTest/providers/Microsoft.Compute/virtualMachines/MSI-181214\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTest/providers/Microsoft.Compute/virtualMachines/MSI-181215\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTest/providers/Microsoft.Compute/virtualMachines/MSI-181216\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTest/providers/Microsoft.Compute/virtualMachines/MSI-181217\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTest/providers/Microsoft.Compute/virtualMachines/MSI-181218\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTest/providers/Microsoft.Compute/virtualMachines/MSI-181219\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTest/providers/Microsoft.Compute/virtualMachines/MSI-181220\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTest/providers/Microsoft.Compute/virtualMachines/MSI-181221\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTest/providers/Microsoft.Compute/virtualMachines/MSI-181222\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTest/providers/Microsoft.Compute/virtualMachines/MSI-181223\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTest/providers/Microsoft.Compute/virtualMachines/MSI-181224\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTest/providers/Microsoft.Compute/virtualMachines/MSI-181225\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTest/providers/Microsoft.Compute/virtualMachines/MSI-181226\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTEST/providers/Microsoft.Compute/virtualMachines/MSI-181227\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTest/providers/Microsoft.Compute/virtualMachines/MSI-181228\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTest/providers/Microsoft.Compute/virtualMachines/MSI-181229\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTest/providers/Microsoft.Compute/virtualMachines/MSI-181230\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTest/providers/Microsoft.Compute/virtualMachines/MSI-181231\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTest/providers/Microsoft.Compute/virtualMachines/MSI-181232\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTest/providers/Microsoft.Compute/virtualMachines/MSI-181233\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTest/providers/Microsoft.Compute/virtualMachines/MSI-181234\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTest/providers/Microsoft.Compute/virtualMachines/MSI-181235\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTest/providers/Microsoft.Compute/virtualMachines/MSI-181236\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTest/providers/Microsoft.Compute/virtualMachines/MSI-181237\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTest/providers/Microsoft.Compute/virtualMachines/MSI-181238\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTest/providers/Microsoft.Compute/virtualMachines/MSI-181239\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTest/providers/Microsoft.Compute/virtualMachines/MSI-181240\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTEST/providers/Microsoft.Compute/virtualMachines/MSI-181241\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTest/providers/Microsoft.Compute/virtualMachines/MSI-181242\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTest/providers/Microsoft.Compute/virtualMachines/MSI-181243\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTest/providers/Microsoft.Compute/virtualMachines/MSI-181244\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTest/providers/Microsoft.Compute/virtualMachines/MSI-181245\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTest/providers/Microsoft.Compute/virtualMachines/MSI-181246\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTest/providers/Microsoft.Compute/virtualMachines/MSI-181247\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTest/providers/Microsoft.Compute/virtualMachines/MSI-181248\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTest/providers/Microsoft.Security/locations/westcentralus/topologies/subnets\",\r\n \"name\": \"subnets\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:05:53.7434741Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MC_aks-linux_aks-linux_southcentralus/providers/Microsoft.Network/virtualNetworks/aks-vnet-13292662\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"southcentralus\",\r\n \"children\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MC_aks-linux_aks-linux_southcentralus/providers/Microsoft.Network/virtualNetworks/aks-vnet-13292662/subnets/aks-subnet\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MC_aks-linux_aks-linux_southcentralus/providers/Microsoft.Security/locations/westcentralus/topologies/virtualNetworks\",\r\n \"name\": \"virtualNetworks\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:05:53.7434741Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MC_aks-linux_aks-linux_southcentralus/providers/Microsoft.Network/virtualNetworks/aks-vnet-13292662/subnets/aks-subnet\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MC_aks-linux_aks-linux_southcentralus/providers/Microsoft.Network/virtualNetworks/aks-vnet-13292662\"\r\n }\r\n ],\r\n \"children\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MC_aks-linux_aks-linux_southcentralus/providers/Microsoft.Compute/virtualMachines/aks-agentpool-13292662-2\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MC_aks-linux_aks-linux_southcentralus/providers/Microsoft.Compute/virtualMachines/aks-agentpool-13292662-0\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MC_aks-linux_aks-linux_southcentralus/providers/Microsoft.Compute/virtualMachines/aks-agentpool-13292662-1\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MC_aks-linux_aks-linux_southcentralus/providers/Microsoft.Security/locations/westcentralus/topologies/subnets\",\r\n \"name\": \"subnets\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:05:53.7434741Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTest-asr/providers/Microsoft.Network/virtualNetworks/MSI-141907873-asr\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 30,\r\n \"location\": \"southcentralus\",\r\n \"children\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTest-asr/providers/Microsoft.Network/virtualNetworks/MSI-141907873-asr/subnets/MSI-1408399572\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTest-asr/providers/Microsoft.Security/locations/westcentralus/topologies/virtualNetworks\",\r\n \"name\": \"virtualNetworks\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:05:53.7434741Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTest-asr/providers/Microsoft.Network/virtualNetworks/MSI-141907873-asr/subnets/MSI-1408399572\",\r\n \"severity\": \"High\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": true,\r\n \"topologyScore\": 30,\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTest-asr/providers/Microsoft.Network/virtualNetworks/MSI-141907873-asr\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTest-asr/providers/Microsoft.Security/locations/westcentralus/topologies/subnets\",\r\n \"name\": \"subnets\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:05:53.7434741Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/siksak/providers/Microsoft.Network/virtualNetworks/deployment-waf\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"southcentralus\",\r\n \"children\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/siksak/providers/Microsoft.Network/virtualNetworks/deployment-waf/subnets/WebApplicationFirewalls\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/siksak/providers/Microsoft.Security/locations/westcentralus/topologies/virtualNetworks\",\r\n \"name\": \"virtualNetworks\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:05:53.7434741Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/siksak/providers/Microsoft.Network/virtualNetworks/deployment-waf/subnets/WebApplicationFirewalls\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/siksak/providers/Microsoft.Network/virtualNetworks/deployment-waf\"\r\n }\r\n ],\r\n \"children\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/siksak/providers/Microsoft.Compute/virtualMachines/deployment-waf0\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/siksak/providers/Microsoft.Security/locations/westcentralus/topologies/subnets\",\r\n \"name\": \"subnets\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:05:53.7434741Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/aviresourcegroup/providers/Microsoft.Network/virtualNetworks/avi_vnet\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 30,\r\n \"location\": \"centralus\",\r\n \"children\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/aviresourcegroup/providers/Microsoft.Network/virtualNetworks/avi_vnet/subnets/AzureBastionSubnet\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/aviresourcegroup/providers/Microsoft.Network/virtualNetworks/avi_vnet/subnets/default\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/aviresourcegroup/providers/Microsoft.Network/virtualNetworks/avi_vnet/subnets/subnet2\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/aviresourcegroup/providers/Microsoft.Network/virtualNetworks/avi_vnet/subnets/AzureFirewallSubnet\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/aviresourcegroup/providers/Microsoft.Network/virtualNetworks/avi_vnet_appgateway_privateIp\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 30,\r\n \"location\": \"centralus\",\r\n \"children\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/aviresourcegroup/providers/Microsoft.Network/virtualNetworks/avi_vnet_appgateway_privateIp/subnets/default\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/aviresourcegroup/providers/Microsoft.Network/virtualNetworks/avi_vnet_appGateway_public_ip\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 30,\r\n \"location\": \"centralus\",\r\n \"children\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/aviresourcegroup/providers/Microsoft.Network/virtualNetworks/avi_vnet_appGateway_public_ip/subnets/default\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/aviresourcegroup/providers/Microsoft.Security/locations/westcentralus/topologies/virtualNetworks\",\r\n \"name\": \"virtualNetworks\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:05:53.7434741Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/aviresourcegroup/providers/Microsoft.Network/virtualNetworks/avi_vnet/subnets/AzureBastionSubnet\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/aviresourcegroup/providers/Microsoft.Network/virtualNetworks/avi_vnet\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/aviresourcegroup/providers/Microsoft.Network/virtualNetworks/avi_vnet/subnets/default\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/aviresourcegroup/providers/Microsoft.Network/virtualNetworks/avi_vnet\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/aviresourcegroup/providers/Microsoft.Network/virtualNetworks/avi_vnet/subnets/subnet2\",\r\n \"severity\": \"High\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": true,\r\n \"topologyScore\": 30,\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/aviresourcegroup/providers/Microsoft.Network/virtualNetworks/avi_vnet\"\r\n }\r\n ],\r\n \"children\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/AVIRESOURCEGROUP/providers/Microsoft.Compute/virtualMachines/avivm1\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/aviresourcegroup/providers/Microsoft.Network/virtualNetworks/avi_vnet/subnets/AzureFirewallSubnet\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/aviresourcegroup/providers/Microsoft.Network/virtualNetworks/avi_vnet\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/aviresourcegroup/providers/Microsoft.Network/virtualNetworks/avi_vnet_appgateway_privateIp/subnets/default\",\r\n \"severity\": \"High\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": true,\r\n \"topologyScore\": 30,\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/aviresourcegroup/providers/Microsoft.Network/virtualNetworks/avi_vnet_appgateway_privateIp\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/aviresourcegroup/providers/Microsoft.Network/virtualNetworks/avi_vnet_appGateway_public_ip/subnets/default\",\r\n \"severity\": \"High\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": true,\r\n \"topologyScore\": 30,\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/aviresourcegroup/providers/Microsoft.Network/virtualNetworks/avi_vnet_appGateway_public_ip\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/aviresourcegroup/providers/Microsoft.Security/locations/westcentralus/topologies/subnets\",\r\n \"name\": \"subnets\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:05:53.7434741Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/BaracudaProvision/providers/Microsoft.Network/virtualNetworks/BaracudaProvision\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 30,\r\n \"location\": \"centralus\",\r\n \"children\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/BaracudaProvision/providers/Microsoft.Network/virtualNetworks/BaracudaProvision/subnets/Bnet\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/BaracudaProvision/providers/Microsoft.Security/locations/westcentralus/topologies/virtualNetworks\",\r\n \"name\": \"virtualNetworks\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:05:53.7434741Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/BaracudaProvision/providers/Microsoft.Network/virtualNetworks/BaracudaProvision/subnets/Bnet\",\r\n \"severity\": \"High\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": true,\r\n \"topologyScore\": 30,\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/BaracudaProvision/providers/Microsoft.Network/virtualNetworks/BaracudaProvision\"\r\n }\r\n ],\r\n \"children\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/BaracudaProvision/providers/Microsoft.Compute/virtualMachines/bwaf\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/BaracudaProvision/providers/Microsoft.Compute/virtualMachines/bwaf\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/BaracudaProvision/providers/Microsoft.Security/locations/westcentralus/topologies/subnets\",\r\n \"name\": \"subnets\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:05:53.7434741Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/benJitJan10/providers/Microsoft.Network/virtualNetworks/benJitJan10-vnet\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 30,\r\n \"location\": \"centralus\",\r\n \"children\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/benJitJan10/providers/Microsoft.Network/virtualNetworks/benJitJan10-vnet/subnets/default\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/benJitJan10/providers/Microsoft.Security/locations/westcentralus/topologies/virtualNetworks\",\r\n \"name\": \"virtualNetworks\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:05:53.7434741Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/benJitJan10/providers/Microsoft.Network/virtualNetworks/benJitJan10-vnet/subnets/default\",\r\n \"severity\": \"High\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": true,\r\n \"topologyScore\": 30,\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/benJitJan10/providers/Microsoft.Network/virtualNetworks/benJitJan10-vnet\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/benJitJan10/providers/Microsoft.Security/locations/westcentralus/topologies/subnets\",\r\n \"name\": \"subnets\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:05:53.7434741Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/Dana-test/providers/Microsoft.Network/virtualNetworks/Dana-test-vnet\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 30,\r\n \"location\": \"centralus\",\r\n \"children\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/Dana-test/providers/Microsoft.Network/virtualNetworks/Dana-test-vnet/subnets/default\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/Dana-test/providers/Microsoft.Security/locations/westcentralus/topologies/virtualNetworks\",\r\n \"name\": \"virtualNetworks\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:05:53.7434741Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/Dana-test/providers/Microsoft.Network/virtualNetworks/Dana-test-vnet/subnets/default\",\r\n \"severity\": \"High\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": true,\r\n \"topologyScore\": 30,\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/Dana-test/providers/Microsoft.Network/virtualNetworks/Dana-test-vnet\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/Dana-test/providers/Microsoft.Security/locations/westcentralus/topologies/subnets\",\r\n \"name\": \"subnets\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:05:53.7434741Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/eiagmon-EilonAg-RG/providers/Microsoft.Network/virtualNetworks/eiagmon-771582838\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"centralus\",\r\n \"children\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/eiagmon-EilonAg-RG/providers/Microsoft.Network/virtualNetworks/eiagmon-771582838/subnets/eiagmon-576364626\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/eiagmon-EilonAg-RG/providers/Microsoft.Security/locations/westcentralus/topologies/virtualNetworks\",\r\n \"name\": \"virtualNetworks\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:05:53.7434741Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/eiagmon-EilonAg-RG/providers/Microsoft.Network/virtualNetworks/eiagmon-771582838/subnets/eiagmon-576364626\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/eiagmon-EilonAg-RG/providers/Microsoft.Network/virtualNetworks/eiagmon-771582838\"\r\n }\r\n ],\r\n \"children\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/EIAGMON-EILONAG-RG/providers/Microsoft.Compute/virtualMachines/eiagmon-22050\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/EIAGMON-EILONAG-RG/providers/Microsoft.Compute/virtualMachines/eiagmon-22051\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/eiagmon-EilonAg-RG/providers/Microsoft.Security/locations/westcentralus/topologies/subnets\",\r\n \"name\": \"subnets\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:05:53.7434741Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/ElviraServiceNew10/providers/Microsoft.Network/virtualNetworks/Elvira-Net-456\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"centralus\",\r\n \"children\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/ElviraServiceNew10/providers/Microsoft.Network/virtualNetworks/Elvira-Net-456/subnets/Subnet456\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/ElviraServiceNew10/providers/Microsoft.Network/virtualNetworks/ElviraServiceNew10-vnet\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 30,\r\n \"location\": \"centralus\",\r\n \"children\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/ElviraServiceNew10/providers/Microsoft.Network/virtualNetworks/ElviraServiceNew10-vnet/subnets/default\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/ElviraServiceNew10/providers/Microsoft.Security/locations/westcentralus/topologies/virtualNetworks\",\r\n \"name\": \"virtualNetworks\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:05:53.7434741Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/ElviraServiceNew10/providers/Microsoft.Network/virtualNetworks/Elvira-Net-456/subnets/Subnet456\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/ElviraServiceNew10/providers/Microsoft.Network/virtualNetworks/Elvira-Net-456\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/ElviraServiceNew10/providers/Microsoft.Network/virtualNetworks/ElviraServiceNew10-vnet/subnets/default\",\r\n \"severity\": \"High\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": true,\r\n \"topologyScore\": 30,\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/ElviraServiceNew10/providers/Microsoft.Network/virtualNetworks/ElviraServiceNew10-vnet\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/ElviraServiceNew10/providers/Microsoft.Security/locations/westcentralus/topologies/subnets\",\r\n \"name\": \"subnets\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:05:53.7434741Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/erelh-DSC/providers/Microsoft.Network/virtualNetworks/erelh-1516029683\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 90,\r\n \"location\": \"centralus\",\r\n \"children\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/erelh-DSC/providers/Microsoft.Network/virtualNetworks/erelh-1516029683/subnets/erelh-928377125\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/erelh-DSC/providers/Microsoft.Security/locations/westcentralus/topologies/virtualNetworks\",\r\n \"name\": \"virtualNetworks\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:05:53.7434741Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/erelh-DSC/providers/Microsoft.Network/virtualNetworks/erelh-1516029683/subnets/erelh-928377125\",\r\n \"severity\": \"High\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": true,\r\n \"topologyScore\": 90,\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/erelh-DSC/providers/Microsoft.Network/virtualNetworks/erelh-1516029683\"\r\n }\r\n ],\r\n \"children\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/erelh-DSC/providers/Microsoft.Compute/virtualMachines/erelh-14010\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/erelh-DSC/providers/Microsoft.Compute/virtualMachines/erelh-14011\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/erelh-DSC/providers/Microsoft.Security/locations/westcentralus/topologies/subnets\",\r\n \"name\": \"subnets\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:05:53.7434741Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/erelh-Stable/providers/Microsoft.Network/virtualNetworks/erelh-497711546\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"centralus\",\r\n \"children\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/erelh-Stable/providers/Microsoft.Network/virtualNetworks/erelh-497711546/subnets/erelh-694938725\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/erelh-Stable/providers/Microsoft.Security/locations/westcentralus/topologies/virtualNetworks\",\r\n \"name\": \"virtualNetworks\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:05:53.7434741Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/erelh-Stable/providers/Microsoft.Network/virtualNetworks/erelh-497711546/subnets/erelh-694938725\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/erelh-Stable/providers/Microsoft.Network/virtualNetworks/erelh-497711546\"\r\n }\r\n ],\r\n \"children\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/ERELH-STABLE/providers/Microsoft.Compute/virtualMachines/erelh-16090\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/ERELH-STABLE/providers/Microsoft.Compute/virtualMachines/erelh-16091\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/erelh-Stable/providers/Microsoft.Security/locations/westcentralus/topologies/subnets\",\r\n \"name\": \"subnets\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:05:53.7434741Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/jitNoNicNsgTestRG/providers/Microsoft.Network/virtualNetworks/jitNoNicNsgTestRG-vnet\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"centralus\",\r\n \"children\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/jitNoNicNsgTestRG/providers/Microsoft.Network/virtualNetworks/jitNoNicNsgTestRG-vnet/subnets/default\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/jitNoNicNsgTestRG/providers/Microsoft.Security/locations/westcentralus/topologies/virtualNetworks\",\r\n \"name\": \"virtualNetworks\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:05:53.7434741Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/jitNoNicNsgTestRG/providers/Microsoft.Network/virtualNetworks/jitNoNicNsgTestRG-vnet/subnets/default\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/jitNoNicNsgTestRG/providers/Microsoft.Network/virtualNetworks/jitNoNicNsgTestRG-vnet\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/jitNoNicNsgTestRG/providers/Microsoft.Security/locations/westcentralus/topologies/subnets\",\r\n \"name\": \"subnets\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:05:53.7434741Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/mswaf13/providers/Microsoft.Network/virtualNetworks/mswaf13\",\r\n \"severity\": \"High\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": true,\r\n \"topologyScore\": 40,\r\n \"location\": \"centralus\",\r\n \"children\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/mswaf13/providers/Microsoft.Network/virtualNetworks/mswaf13/subnets/default\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/mswaf13/providers/Microsoft.Security/locations/westcentralus/topologies/virtualNetworks\",\r\n \"name\": \"virtualNetworks\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:05:53.7434741Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/mswaf13/providers/Microsoft.Network/virtualNetworks/mswaf13/subnets/default\",\r\n \"severity\": \"High\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": true,\r\n \"topologyScore\": 30,\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/mswaf13/providers/Microsoft.Network/virtualNetworks/mswaf13\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/mswaf13/providers/Microsoft.Security/locations/westcentralus/topologies/subnets\",\r\n \"name\": \"subnets\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:05:53.7434741Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/pan_8.1.0-c1070.fs2_rel/providers/Microsoft.Network/virtualNetworks/fwVNETPAN10\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 60,\r\n \"location\": \"centralus\",\r\n \"children\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/pan_8.1.0-c1070.fs2_rel/providers/Microsoft.Network/virtualNetworks/fwVNETPAN10/subnets/Mgmt\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/pan_8.1.0-c1070.fs2_rel/providers/Microsoft.Network/virtualNetworks/fwVNETPAN10/subnets/Untrust\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/pan_8.1.0-c1070.fs2_rel/providers/Microsoft.Network/virtualNetworks/fwVNETPAN10/subnets/Trust\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/pan_8.1.0-c1070.fs2_rel/providers/Microsoft.Security/locations/westcentralus/topologies/virtualNetworks\",\r\n \"name\": \"virtualNetworks\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:05:53.7434741Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/pan_8.1.0-c1070.fs2_rel/providers/Microsoft.Network/virtualNetworks/fwVNETPAN10/subnets/Mgmt\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/pan_8.1.0-c1070.fs2_rel/providers/Microsoft.Network/virtualNetworks/fwVNETPAN10\"\r\n }\r\n ],\r\n \"children\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/pan_8.1.0-c1070.fs2_rel/providers/Microsoft.Compute/virtualMachines/pa2\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/pan_8.1.0-c1070.fs2_rel/providers/Microsoft.Network/virtualNetworks/fwVNETPAN10/subnets/Untrust\",\r\n \"severity\": \"High\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": true,\r\n \"topologyScore\": 30,\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/pan_8.1.0-c1070.fs2_rel/providers/Microsoft.Network/virtualNetworks/fwVNETPAN10\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/pan_8.1.0-c1070.fs2_rel/providers/Microsoft.Network/virtualNetworks/fwVNETPAN10/subnets/Trust\",\r\n \"severity\": \"High\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": true,\r\n \"topologyScore\": 30,\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/pan_8.1.0-c1070.fs2_rel/providers/Microsoft.Network/virtualNetworks/fwVNETPAN10\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/pan_8.1.0-c1070.fs2_rel/providers/Microsoft.Security/locations/westcentralus/topologies/subnets\",\r\n \"name\": \"subnets\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:05:53.7434741Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/ronenRG-asc8483/providers/Microsoft.Network/virtualNetworks/ronenwp-waf\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"centralus\",\r\n \"children\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/ronenRG-asc8483/providers/Microsoft.Network/virtualNetworks/ronenwp-waf/subnets/WebApplicationFirewalls\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/ronenRG-asc8483/providers/Microsoft.Security/locations/westcentralus/topologies/virtualNetworks\",\r\n \"name\": \"virtualNetworks\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:05:53.7434741Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/ronenRG-asc8483/providers/Microsoft.Network/virtualNetworks/ronenwp-waf/subnets/WebApplicationFirewalls\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/ronenRG-asc8483/providers/Microsoft.Network/virtualNetworks/ronenwp-waf\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/ronenRG-asc8483/providers/Microsoft.Security/locations/westcentralus/topologies/subnets\",\r\n \"name\": \"subnets\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:05:53.7434741Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/subnetVmsRG/providers/Microsoft.Network/virtualNetworks/subnetVmsRG-vnet\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"centralus\",\r\n \"children\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/subnetVmsRG/providers/Microsoft.Network/virtualNetworks/subnetVmsRG-vnet/subnets/default\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/subnetVmsRG/providers/Microsoft.Security/locations/westcentralus/topologies/virtualNetworks\",\r\n \"name\": \"virtualNetworks\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:05:53.7434741Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/subnetVmsRG/providers/Microsoft.Network/virtualNetworks/subnetVmsRG-vnet/subnets/default\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/subnetVmsRG/providers/Microsoft.Network/virtualNetworks/subnetVmsRG-vnet\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/subnetVmsRG/providers/Microsoft.Security/locations/westcentralus/topologies/subnets\",\r\n \"name\": \"subnets\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:05:53.7434741Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/test1123/providers/Microsoft.Network/virtualNetworks/test1123-vnet\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 30,\r\n \"location\": \"centralus\",\r\n \"children\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/test1123/providers/Microsoft.Network/virtualNetworks/test1123-vnet/subnets/default\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/test1123/providers/Microsoft.Security/locations/westcentralus/topologies/virtualNetworks\",\r\n \"name\": \"virtualNetworks\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:05:53.7434741Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/test1123/providers/Microsoft.Network/virtualNetworks/test1123-vnet/subnets/default\",\r\n \"severity\": \"High\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": true,\r\n \"topologyScore\": 30,\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/test1123/providers/Microsoft.Network/virtualNetworks/test1123-vnet\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/test1123/providers/Microsoft.Security/locations/westcentralus/topologies/subnets\",\r\n \"name\": \"subnets\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:05:53.7434741Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/v-arrikl-ScheduledApps/providers/Microsoft.Network/virtualNetworks/v-arrikl-2073707963\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"centralus\",\r\n \"children\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/v-arrikl-ScheduledApps/providers/Microsoft.Network/virtualNetworks/v-arrikl-2073707963/subnets/v-arrikl-2041612502\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/v-arrikl-ScheduledApps/providers/Microsoft.Security/locations/westcentralus/topologies/virtualNetworks\",\r\n \"name\": \"virtualNetworks\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:05:53.7434741Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/v-arrikl-ScheduledApps/providers/Microsoft.Network/virtualNetworks/v-arrikl-2073707963/subnets/v-arrikl-2041612502\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/v-arrikl-ScheduledApps/providers/Microsoft.Network/virtualNetworks/v-arrikl-2073707963\"\r\n }\r\n ],\r\n \"children\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/V-ARRIKL-SCHEDULEDAPPS/providers/Microsoft.Compute/virtualMachines/v-arrikl-14060\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/V-ARRIKL-SCHEDULEDAPPS/providers/Microsoft.Compute/virtualMachines/v-arrikl-14061\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/V-ARRIKL-SCHEDULEDAPPS/providers/Microsoft.Compute/virtualMachines/v-arrikl-14062\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/v-arrikl-ScheduledApps/providers/Microsoft.Security/locations/westcentralus/topologies/subnets\",\r\n \"name\": \"subnets\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:05:53.7434741Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/webapp1-asc8304/providers/Microsoft.Network/virtualNetworks/YanivWebApp1-waf\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"japaneast\",\r\n \"children\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/webapp1-asc8304/providers/Microsoft.Network/virtualNetworks/YanivWebApp1-waf/subnets/WebApplicationFirewalls\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/webapp1-asc8304/providers/Microsoft.Security/locations/westcentralus/topologies/virtualNetworks\",\r\n \"name\": \"virtualNetworks\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:05:53.7434741Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/webapp1-asc8304/providers/Microsoft.Network/virtualNetworks/YanivWebApp1-waf/subnets/WebApplicationFirewalls\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/webapp1-asc8304/providers/Microsoft.Network/virtualNetworks/YanivWebApp1-waf\"\r\n }\r\n ],\r\n \"children\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/webapp1-asc8304/providers/Microsoft.Compute/virtualMachines/YanivWebApp1-waf0\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/webapp1-asc8304/providers/Microsoft.Security/locations/westcentralus/topologies/subnets\",\r\n \"name\": \"subnets\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:05:53.7434741Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/barngfwjul19/providers/Microsoft.Network/virtualNetworks/barngfwjul19\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 30,\r\n \"location\": \"japanwest\",\r\n \"children\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/barngfwjul19/providers/Microsoft.Network/virtualNetworks/barngfwjul19/subnets/default\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/barngfwjul19/providers/Microsoft.Security/locations/westcentralus/topologies/virtualNetworks\",\r\n \"name\": \"virtualNetworks\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:05:53.7434741Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/barngfwjul19/providers/Microsoft.Network/virtualNetworks/barngfwjul19/subnets/default\",\r\n \"severity\": \"High\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": true,\r\n \"topologyScore\": 30,\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/barngfwjul19/providers/Microsoft.Network/virtualNetworks/barngfwjul19\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/barngfwjul19/providers/Microsoft.Security/locations/westcentralus/topologies/subnets\",\r\n \"name\": \"subnets\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:05:53.7434741Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/testady1/providers/Microsoft.Network/virtualNetworks/testady1-vnet\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 150,\r\n \"location\": \"centralindia\",\r\n \"children\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/testady1/providers/Microsoft.Network/virtualNetworks/testady1-vnet/subnets/default\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/testady1/providers/Microsoft.Security/locations/westcentralus/topologies/virtualNetworks\",\r\n \"name\": \"virtualNetworks\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:05:53.7434741Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/testady1/providers/Microsoft.Network/virtualNetworks/testady1-vnet/subnets/default\",\r\n \"severity\": \"High\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": true,\r\n \"topologyScore\": 150,\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/testady1/providers/Microsoft.Network/virtualNetworks/testady1-vnet\"\r\n }\r\n ],\r\n \"children\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/testady1/providers/Microsoft.Compute/virtualMachines/vm2nic\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/testady1/providers/Microsoft.Compute/virtualMachines/vm2nic\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/testady1/providers/Microsoft.Security/locations/westcentralus/topologies/subnets\",\r\n \"name\": \"subnets\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:05:53.7434741Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/checkpoint/providers/Microsoft.Network/virtualNetworks/vnet01\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 30,\r\n \"location\": \"westcentralus\",\r\n \"children\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/checkpoint/providers/Microsoft.Network/virtualNetworks/vnet01/subnets/Management\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/checkpoint/providers/Microsoft.Security/locations/westcentralus/topologies/virtualNetworks\",\r\n \"name\": \"virtualNetworks\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:05:53.7434741Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/checkpoint/providers/Microsoft.Network/virtualNetworks/vnet01/subnets/Management\",\r\n \"severity\": \"High\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": true,\r\n \"topologyScore\": 30,\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/checkpoint/providers/Microsoft.Network/virtualNetworks/vnet01\"\r\n }\r\n ],\r\n \"children\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/checkpoint/providers/Microsoft.Compute/virtualMachines/Checkpoint2\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/checkpoint/providers/Microsoft.Security/locations/westcentralus/topologies/subnets\",\r\n \"name\": \"subnets\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:05:53.7434741Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTesWIN/providers/Microsoft.Network/virtualNetworks/MSI-382200227\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 900,\r\n \"location\": \"westcentralus\",\r\n \"children\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTesWIN/providers/Microsoft.Network/virtualNetworks/MSI-382200227/subnets/MSI-95015031\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTesWIN/providers/Microsoft.Security/locations/westcentralus/topologies/virtualNetworks\",\r\n \"name\": \"virtualNetworks\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:05:53.7434741Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTesWIN/providers/Microsoft.Network/virtualNetworks/MSI-382200227/subnets/MSI-95015031\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 900,\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTesWIN/providers/Microsoft.Network/virtualNetworks/MSI-382200227\"\r\n }\r\n ],\r\n \"children\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTesWIN/providers/Microsoft.Compute/virtualMachines/MSI-19120\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTesWIN/providers/Microsoft.Compute/virtualMachines/MSI-19121\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTesWIN/providers/Microsoft.Compute/virtualMachines/MSI-19122\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTesWIN/providers/Microsoft.Compute/virtualMachines/MSI-19123\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTesWIN/providers/Microsoft.Compute/virtualMachines/MSI-19124\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTesWIN/providers/Microsoft.Compute/virtualMachines/MSI-19125\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTesWIN/providers/Microsoft.Compute/virtualMachines/MSI-19126\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTesWIN/providers/Microsoft.Compute/virtualMachines/MSI-19127\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTESWIN/providers/Microsoft.Compute/virtualMachines/MSI-19128\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTesWIN/providers/Microsoft.Compute/virtualMachines/MSI-19129\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTesWIN/providers/Microsoft.Compute/virtualMachines/MSI-191210\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTesWIN/providers/Microsoft.Compute/virtualMachines/MSI-191211\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTesWIN/providers/Microsoft.Compute/virtualMachines/MSI-191212\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTesWIN/providers/Microsoft.Compute/virtualMachines/MSI-191213\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTesWIN/providers/Microsoft.Compute/virtualMachines/MSI-191214\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTesWIN/providers/Microsoft.Compute/virtualMachines/MSI-191215\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTesWIN/providers/Microsoft.Compute/virtualMachines/MSI-191216\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTesWIN/providers/Microsoft.Compute/virtualMachines/MSI-191217\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTesWIN/providers/Microsoft.Compute/virtualMachines/MSI-191218\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTesWIN/providers/Microsoft.Compute/virtualMachines/MSI-191219\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTesWIN/providers/Microsoft.Compute/virtualMachines/MSI-191220\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTesWIN/providers/Microsoft.Compute/virtualMachines/MSI-191221\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTesWIN/providers/Microsoft.Compute/virtualMachines/MSI-191222\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTesWIN/providers/Microsoft.Compute/virtualMachines/MSI-191223\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTesWIN/providers/Microsoft.Compute/virtualMachines/MSI-191224\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTesWIN/providers/Microsoft.Compute/virtualMachines/MSI-191225\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTesWIN/providers/Microsoft.Compute/virtualMachines/MSI-191226\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTesWIN/providers/Microsoft.Compute/virtualMachines/MSI-191227\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTesWIN/providers/Microsoft.Compute/virtualMachines/MSI-191228\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTesWIN/providers/Microsoft.Compute/virtualMachines/MSI-191229\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTesWIN/providers/Microsoft.Compute/virtualMachines/MSI-191230\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTesWIN/providers/Microsoft.Compute/virtualMachines/MSI-191231\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTesWIN/providers/Microsoft.Compute/virtualMachines/MSI-191232\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTesWIN/providers/Microsoft.Compute/virtualMachines/MSI-191233\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTesWIN/providers/Microsoft.Compute/virtualMachines/MSI-191234\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTesWIN/providers/Microsoft.Compute/virtualMachines/MSI-191235\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTesWIN/providers/Microsoft.Compute/virtualMachines/MSI-191236\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTesWIN/providers/Microsoft.Compute/virtualMachines/MSI-191237\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTesWIN/providers/Microsoft.Compute/virtualMachines/MSI-191238\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTesWIN/providers/Microsoft.Compute/virtualMachines/MSI-191239\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTesWIN/providers/Microsoft.Compute/virtualMachines/MSI-191240\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTesWIN/providers/Microsoft.Compute/virtualMachines/MSI-191241\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTesWIN/providers/Microsoft.Compute/virtualMachines/MSI-191242\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTesWIN/providers/Microsoft.Compute/virtualMachines/MSI-191243\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTesWIN/providers/Microsoft.Compute/virtualMachines/MSI-191244\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTesWIN/providers/Microsoft.Compute/virtualMachines/MSI-191245\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTesWIN/providers/Microsoft.Compute/virtualMachines/MSI-191246\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTesWIN/providers/Microsoft.Security/locations/westcentralus/topologies/subnets\",\r\n \"name\": \"subnets\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:05:53.7434741Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/qualyslinux/providers/Microsoft.Network/virtualNetworks/qualyslinux-vnet\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 30,\r\n \"location\": \"westus2\",\r\n \"children\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/qualyslinux/providers/Microsoft.Network/virtualNetworks/qualyslinux-vnet/subnets/default\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/qualyslinux/providers/Microsoft.Security/locations/westcentralus/topologies/virtualNetworks\",\r\n \"name\": \"virtualNetworks\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:05:53.7434741Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/qualyslinux/providers/Microsoft.Network/virtualNetworks/qualyslinux-vnet/subnets/default\",\r\n \"severity\": \"High\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": true,\r\n \"topologyScore\": 30,\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/qualyslinux/providers/Microsoft.Network/virtualNetworks/qualyslinux-vnet\"\r\n }\r\n ],\r\n \"children\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/qualyslinux/providers/Microsoft.Compute/virtualMachines/qualyslinux\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/qualyslinux/providers/Microsoft.Compute/virtualMachines/qualyslinux2\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/qualyslinux/providers/Microsoft.Security/locations/westcentralus/topologies/subnets\",\r\n \"name\": \"subnets\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:05:53.7434741Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLStandard_A1/providers/Microsoft.Compute/virtualMachines/MSI-22122\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"westus\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLStandard_A1/providers/Microsoft.Network/virtualNetworks/MSI-94066604/subnets/MSI-960858903\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLStandard_A1/providers/Microsoft.Compute/virtualMachines/MSI-221216\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"westus\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLStandard_A1/providers/Microsoft.Network/virtualNetworks/MSI-94066604/subnets/MSI-960858903\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLStandard_A1/providers/Microsoft.Compute/virtualMachines/MSI-221218\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"westus\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLStandard_A1/providers/Microsoft.Network/virtualNetworks/MSI-94066604/subnets/MSI-960858903\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLStandard_A1/providers/Microsoft.Compute/virtualMachines/MSI-221221\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"westus\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLStandard_A1/providers/Microsoft.Network/virtualNetworks/MSI-94066604/subnets/MSI-960858903\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLStandard_A1/providers/Microsoft.Compute/virtualMachines/MSI-221213\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"westus\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLStandard_A1/providers/Microsoft.Network/virtualNetworks/MSI-94066604/subnets/MSI-960858903\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLStandard_A1/providers/Microsoft.Compute/virtualMachines/MSI-221220\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"westus\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLStandard_A1/providers/Microsoft.Network/virtualNetworks/MSI-94066604/subnets/MSI-960858903\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLStandard_A1/providers/Microsoft.Compute/virtualMachines/MSI-22120\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"westus\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLStandard_A1/providers/Microsoft.Network/virtualNetworks/MSI-94066604/subnets/MSI-960858903\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLStandard_A1/providers/Microsoft.Compute/virtualMachines/MSI-22121\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"westus\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLStandard_A1/providers/Microsoft.Network/virtualNetworks/MSI-94066604/subnets/MSI-960858903\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLStandard_A1/providers/Microsoft.Compute/virtualMachines/MSI-221215\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"westus\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLStandard_A1/providers/Microsoft.Network/virtualNetworks/MSI-94066604/subnets/MSI-960858903\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLStandard_A1/providers/Microsoft.Compute/virtualMachines/MSI-221217\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"westus\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLStandard_A1/providers/Microsoft.Network/virtualNetworks/MSI-94066604/subnets/MSI-960858903\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLStandard_A1/providers/Microsoft.Compute/virtualMachines/MSI-221214\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"westus\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLStandard_A1/providers/Microsoft.Network/virtualNetworks/MSI-94066604/subnets/MSI-960858903\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLStandard_A1/providers/Microsoft.Compute/virtualMachines/MSI-221210\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"westus\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLStandard_A1/providers/Microsoft.Network/virtualNetworks/MSI-94066604/subnets/MSI-960858903\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLStandard_A1/providers/Microsoft.Compute/virtualMachines/MSI-221212\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"westus\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLStandard_A1/providers/Microsoft.Network/virtualNetworks/MSI-94066604/subnets/MSI-960858903\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLStandard_A1/providers/Microsoft.Compute/virtualMachines/MSI-221219\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"westus\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLStandard_A1/providers/Microsoft.Network/virtualNetworks/MSI-94066604/subnets/MSI-960858903\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLStandard_A1/providers/Microsoft.Compute/virtualMachines/MSI-221211\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"westus\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLStandard_A1/providers/Microsoft.Network/virtualNetworks/MSI-94066604/subnets/MSI-960858903\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLStandard_A1/providers/Microsoft.Compute/virtualMachines/MSI-221227\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"westus\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLStandard_A1/providers/Microsoft.Network/virtualNetworks/MSI-94066604/subnets/MSI-960858903\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLStandard_A1/providers/Microsoft.Compute/virtualMachines/gl2612\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"westus2\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLStandard_A1/providers/Microsoft.Network/virtualNetworks/MSIGLStandard_A1vnet130/subnets/default\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLStandard_A1/providers/Microsoft.Security/locations/westcentralus/topologies/virtualMachines\",\r\n \"name\": \"virtualMachines\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:05:53.7434741Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/msi-glstandard_a1/providers/Microsoft.Compute/virtualMachines/MSI-221222\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"westus\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLStandard_A1/providers/Microsoft.Network/virtualNetworks/MSI-94066604/subnets/MSI-960858903\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/msi-glstandard_a1/providers/Microsoft.Compute/virtualMachines/MSI-221228\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"westus\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLStandard_A1/providers/Microsoft.Network/virtualNetworks/MSI-94066604/subnets/MSI-960858903\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/msi-glstandard_a1/providers/Microsoft.Compute/virtualMachines/MSI-22129\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"westus\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLStandard_A1/providers/Microsoft.Network/virtualNetworks/MSI-94066604/subnets/MSI-960858903\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/msi-glstandard_a1/providers/Microsoft.Compute/virtualMachines/MSI-221225\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"westus\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLStandard_A1/providers/Microsoft.Network/virtualNetworks/MSI-94066604/subnets/MSI-960858903\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/msi-glstandard_a1/providers/Microsoft.Compute/virtualMachines/MSI-22128\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"westus\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLStandard_A1/providers/Microsoft.Network/virtualNetworks/MSI-94066604/subnets/MSI-960858903\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/msi-glstandard_a1/providers/Microsoft.Compute/virtualMachines/MSI-221223\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"westus\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLStandard_A1/providers/Microsoft.Network/virtualNetworks/MSI-94066604/subnets/MSI-960858903\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/msi-glstandard_a1/providers/Microsoft.Compute/virtualMachines/MSI-22125\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"westus\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLStandard_A1/providers/Microsoft.Network/virtualNetworks/MSI-94066604/subnets/MSI-960858903\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/msi-glstandard_a1/providers/Microsoft.Compute/virtualMachines/MSI-22127\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"westus\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLStandard_A1/providers/Microsoft.Network/virtualNetworks/MSI-94066604/subnets/MSI-960858903\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/msi-glstandard_a1/providers/Microsoft.Compute/virtualMachines/MSI-22123\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"westus\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLStandard_A1/providers/Microsoft.Network/virtualNetworks/MSI-94066604/subnets/MSI-960858903\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/msi-glstandard_a1/providers/Microsoft.Compute/virtualMachines/MSI-221226\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"westus\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLStandard_A1/providers/Microsoft.Network/virtualNetworks/MSI-94066604/subnets/MSI-960858903\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/msi-glstandard_a1/providers/Microsoft.Compute/virtualMachines/MSI-221224\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"westus\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLStandard_A1/providers/Microsoft.Network/virtualNetworks/MSI-94066604/subnets/MSI-960858903\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/msi-glstandard_a1/providers/Microsoft.Compute/virtualMachines/MSI-22126\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"westus\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLStandard_A1/providers/Microsoft.Network/virtualNetworks/MSI-94066604/subnets/MSI-960858903\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/msi-glstandard_a1/providers/Microsoft.Compute/virtualMachines/MSI-221229\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"westus\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLStandard_A1/providers/Microsoft.Network/virtualNetworks/MSI-94066604/subnets/MSI-960858903\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/msi-glstandard_a1/providers/Microsoft.Compute/virtualMachines/MSI-22124\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"westus\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLStandard_A1/providers/Microsoft.Network/virtualNetworks/MSI-94066604/subnets/MSI-960858903\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/msi-glstandard_a1/providers/Microsoft.Compute/virtualMachines/testGLVM2512\",\r\n \"severity\": \"High\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": true,\r\n \"topologyScore\": 30,\r\n \"location\": \"westeurope\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLStandard_A1/providers/Microsoft.Network/virtualNetworks/MSI-GLStandard_A1-vnet/subnets/default\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/msi-glstandard_a1/providers/Microsoft.Security/locations/westcentralus/topologies/virtualMachines\",\r\n \"name\": \"virtualMachines\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:05:53.7434741Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/QUALYSTEST/providers/Microsoft.Compute/virtualMachines/UbuntuForQualys\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"westus\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/QualysTest/providers/Microsoft.Network/virtualNetworks/QualysTest-vnet/subnets/default\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/QUALYSTEST/providers/Microsoft.Security/locations/westcentralus/topologies/virtualMachines\",\r\n \"name\": \"virtualMachines\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:05:53.7434741Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/REAM-AWL-LINUX/providers/Microsoft.Compute/virtualMachines/ream-awl-linux\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"westus\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/ream-awl-linux/providers/Microsoft.Network/virtualNetworks/ream-awl-linux-vnet/subnets/default\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/REAM-AWL-LINUX/providers/Microsoft.Security/locations/westcentralus/topologies/virtualMachines\",\r\n \"name\": \"virtualMachines\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:05:53.7434741Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/amaviram-PPtest/providers/Microsoft.Compute/virtualMachines/AmitQ1005\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"eastus\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/amaviram-PPtest/providers/Microsoft.Network/virtualNetworks/amaviram-PPtest-vnet/subnets/default\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/amaviram-PPtest/providers/Microsoft.Compute/virtualMachines/amaviram-18120\",\r\n \"severity\": \"High\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": true,\r\n \"topologyScore\": 30,\r\n \"location\": \"northeurope\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/amaviram-PPtest/providers/Microsoft.Network/virtualNetworks/amaviram-1976161321/subnets/amaviram-49574186\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/amaviram-PPtest/providers/Microsoft.Compute/virtualMachines/amaviram-18122\",\r\n \"severity\": \"High\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": true,\r\n \"topologyScore\": 30,\r\n \"location\": \"westeurope\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/amaviram-PPtest/providers/Microsoft.Network/virtualNetworks/amaviram-1312284343/subnets/amaviram-1616029505\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/amaviram-PPtest/providers/Microsoft.Compute/virtualMachines/SimpleWinVM\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"centralus\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/amaviram-PPtest/providers/Microsoft.Network/virtualNetworks/MyVNET/subnets/Subnet\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/amaviram-PPtest/providers/Microsoft.Compute/virtualMachines/amaviram-18125\",\r\n \"severity\": \"High\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": true,\r\n \"topologyScore\": 30,\r\n \"location\": \"australiaeast\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/amaviram-PPtest/providers/Microsoft.Network/virtualNetworks/amaviram-2098151420/subnets/amaviram-635182180\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/amaviram-PPtest/providers/Microsoft.Compute/virtualMachines/amaviram-18124\",\r\n \"severity\": \"High\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": true,\r\n \"topologyScore\": 30,\r\n \"location\": \"australiaeast\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/amaviram-PPtest/providers/Microsoft.Network/virtualNetworks/amaviram-2098151420/subnets/amaviram-635182180\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/amaviram-PPtest/providers/Microsoft.Compute/virtualMachines/amaviram-18123\",\r\n \"severity\": \"High\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": true,\r\n \"topologyScore\": 30,\r\n \"location\": \"australiaeast\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/amaviram-PPtest/providers/Microsoft.Network/virtualNetworks/amaviram-2098151420/subnets/amaviram-635182180\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/amaviram-PPtest/providers/Microsoft.Compute/virtualMachines/amaviram-18126\",\r\n \"severity\": \"High\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": true,\r\n \"topologyScore\": 30,\r\n \"location\": \"australiaeast\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/amaviram-PPtest/providers/Microsoft.Network/virtualNetworks/amaviram-2098151420/subnets/amaviram-635182180\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/amaviram-PPtest/providers/Microsoft.Security/locations/westcentralus/topologies/virtualMachines\",\r\n \"name\": \"virtualMachines\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:05:53.7434741Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/Amit-VA/providers/Microsoft.Compute/virtualMachines/Amit-1009-2\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"eastus\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/Amit-VA/providers/Microsoft.Network/virtualNetworks/Amit-VA-vnet/subnets/default\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/Amit-VA/providers/Microsoft.Compute/virtualMachines/Amit-1009Ag\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"eastus\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/Amit-VA/providers/Microsoft.Network/virtualNetworks/Amit-VA-vnet/subnets/default\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/Amit-VA/providers/Microsoft.Compute/virtualMachines/Amit-Baracuda-Test\",\r\n \"severity\": \"High\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": true,\r\n \"topologyScore\": 50,\r\n \"location\": \"eastus\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/Amit-VA/providers/Microsoft.Network/virtualNetworks/Amit-VA-vnet/subnets/default\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/Amit-VA/providers/Microsoft.Compute/virtualMachines/Amit-Linux-PG\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"eastus\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/Amit-VA/providers/Microsoft.Network/virtualNetworks/Amit-VA-vnet/subnets/default\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/Amit-VA/providers/Microsoft.Compute/virtualMachines/AmitQ1005-2\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"eastus\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/Amit-VA/providers/Microsoft.Network/virtualNetworks/Amit-VA-vnet/subnets/default\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/Amit-VA/providers/Microsoft.Compute/virtualMachines/Amit-Win\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"centralus\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/Amit-VA/providers/Microsoft.Network/virtualNetworks/AmitVAvnet827/subnets/default\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/Amit-VA/providers/Microsoft.Compute/virtualMachines/amaviram\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"centraluseuap\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/Amit-VA/providers/Microsoft.Network/virtualNetworks/AmitVAvnet875/subnets/default\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/Amit-VA/providers/Microsoft.Compute/virtualMachines/Amit-1009-2-bl\",\r\n \"severity\": \"High\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": true,\r\n \"topologyScore\": 80,\r\n \"location\": \"centraluseuap\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/Amit-VA/providers/Microsoft.Network/virtualNetworks/AmitVAvnet875/subnets/default\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/Amit-VA/providers/Microsoft.Compute/virtualMachines/Amit-GL-1006-2\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"centraluseuap\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/Amit-VA/providers/Microsoft.Network/virtualNetworks/AmitVAvnet875/subnets/default\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/Amit-VA/providers/Microsoft.Compute/virtualMachines/Amit-GL-1006-3\",\r\n \"severity\": \"High\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": true,\r\n \"topologyScore\": 80,\r\n \"location\": \"centraluseuap\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/Amit-VA/providers/Microsoft.Network/virtualNetworks/AmitVAvnet875/subnets/default\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/Amit-VA/providers/Microsoft.Compute/virtualMachines/Amit-GL-1006-4\",\r\n \"severity\": \"High\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": true,\r\n \"topologyScore\": 80,\r\n \"location\": \"centraluseuap\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/Amit-VA/providers/Microsoft.Network/virtualNetworks/AmitVAvnet875/subnets/default\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/Amit-VA/providers/Microsoft.Compute/virtualMachines/Amit-GL-1006-Bl\",\r\n \"severity\": \"High\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": true,\r\n \"topologyScore\": 80,\r\n \"location\": \"centraluseuap\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/Amit-VA/providers/Microsoft.Network/virtualNetworks/AmitVAvnet875/subnets/default\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/Amit-VA/providers/Microsoft.Compute/virtualMachines/Amit-GL1009-BL\",\r\n \"severity\": \"High\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": true,\r\n \"topologyScore\": 80,\r\n \"location\": \"centraluseuap\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/Amit-VA/providers/Microsoft.Network/virtualNetworks/AmitVAvnet875/subnets/default\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/Amit-VA/providers/Microsoft.Compute/virtualMachines/Amit1009-2-BL\",\r\n \"severity\": \"High\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": true,\r\n \"topologyScore\": 80,\r\n \"location\": \"centraluseuap\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/Amit-VA/providers/Microsoft.Network/virtualNetworks/AmitVAvnet875/subnets/default\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/Amit-VA/providers/Microsoft.Security/locations/westcentralus/topologies/virtualMachines\",\r\n \"name\": \"virtualMachines\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:05:53.7434741Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/AMIT-VA/providers/Microsoft.Compute/virtualMachines/win20200602\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"eastus\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/Amit-VA/providers/Microsoft.Network/virtualNetworks/Amit-VA-vnet/subnets/default\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/AMIT-VA/providers/Microsoft.Compute/virtualMachines/ream-test\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"westcentralus\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/Amit-VA/providers/Microsoft.Network/virtualNetworks/AmitVAvnet523/subnets/default\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/AMIT-VA/providers/Microsoft.Security/locations/westcentralus/topologies/virtualMachines\",\r\n \"name\": \"virtualMachines\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:05:53.7434741Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/AVI/providers/Microsoft.Compute/virtualMachines/aviVM\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"eastus\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/Avi/providers/Microsoft.Network/virtualNetworks/aviResourceGroup-vnet/subnets/default\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/AVI/providers/Microsoft.Security/locations/westcentralus/topologies/virtualMachines\",\r\n \"name\": \"virtualMachines\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:05:53.7434741Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/AVISHALOMTESTS/providers/Microsoft.Compute/virtualMachines/AvishaloJitTest\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"eastus\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/AvishalomTests/providers/Microsoft.Network/virtualNetworks/AvishalomTests-vnet/subnets/default\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/AVISHALOMTESTS/providers/Microsoft.Security/locations/westcentralus/topologies/virtualMachines\",\r\n \"name\": \"virtualMachines\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:05:53.7434741Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/dana_try1/providers/Microsoft.Compute/virtualMachines/barracudaTry\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"eastus\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/dana_try1/providers/Microsoft.Network/virtualNetworks/dana_try1-vnet/subnets/default\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/dana_try1/providers/Microsoft.Security/locations/westcentralus/topologies/virtualMachines\",\r\n \"name\": \"virtualMachines\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:05:53.7434741Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/EItanRG/providers/Microsoft.Compute/virtualMachines/eitanVM2\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"eastus\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/EItanRG/providers/Microsoft.Network/virtualNetworks/EItanRG-vnet/subnets/default\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/EItanRG/providers/Microsoft.Security/locations/westcentralus/topologies/virtualMachines\",\r\n \"name\": \"virtualMachines\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:05:53.7434741Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/EITANRG/providers/Microsoft.Compute/virtualMachines/EitanVMTest\",\r\n \"severity\": \"High\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": true,\r\n \"topologyScore\": 20,\r\n \"location\": \"eastus\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/EItanRG/providers/Microsoft.Network/virtualNetworks/EItanRG-vnet/subnets/default\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/EITANRG/providers/Microsoft.Security/locations/westcentralus/topologies/virtualMachines\",\r\n \"name\": \"virtualMachines\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:05:53.7434741Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/eldarfanouttest0506/providers/Microsoft.Compute/virtualMachines/eldarfanouttest0506\",\r\n \"severity\": \"High\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": true,\r\n \"topologyScore\": 30,\r\n \"location\": \"eastus\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/eldarfanouttest0506/providers/Microsoft.Network/virtualNetworks/eldarfanouttest0506-vnet/subnets/default\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/eldarfanouttest0506/providers/Microsoft.Security/locations/westcentralus/topologies/virtualMachines\",\r\n \"name\": \"virtualMachines\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:05:53.7434741Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/IbizaCreateDeployment/providers/Microsoft.Compute/virtualMachines/IbizaCreateDeployment\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"eastus\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/IbizaCreateDeployment/providers/Microsoft.Network/virtualNetworks/IbizaCreateDeployment-vnet/subnets/default\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/IbizaCreateDeployment/providers/Microsoft.Security/locations/westcentralus/topologies/virtualMachines\",\r\n \"name\": \"virtualMachines\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:05:53.7434741Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/IbizaCreateTest/providers/Microsoft.Compute/virtualMachines/IbizaCreateTest\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"eastus\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/IbizaCreateTest/providers/Microsoft.Network/virtualNetworks/IbizaCreateTest-vnet/subnets/default\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/IbizaCreateTest/providers/Microsoft.Security/locations/westcentralus/topologies/virtualMachines\",\r\n \"name\": \"virtualMachines\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:05:53.7434741Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/IbizaDeploymentTest/providers/Microsoft.Compute/virtualMachines/IbizaDeploymentTest\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"eastus\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/IbizaDeploymentTest/providers/Microsoft.Network/virtualNetworks/IbizaDeploymentTest-vnet/subnets/default\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/IbizaDeploymentTest/providers/Microsoft.Security/locations/westcentralus/topologies/virtualMachines\",\r\n \"name\": \"virtualMachines\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:05:53.7434741Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/impervajul5/providers/Microsoft.Compute/virtualMachines/impervajul5-GW0\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"eastus\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/impervajul5/providers/Microsoft.Network/virtualNetworks/impervajul5-Network/subnets/impervajul5-GWSN\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/impervajul5/providers/Microsoft.Compute/virtualMachines/impervajul5-MX\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"eastus\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/impervajul5/providers/Microsoft.Network/virtualNetworks/impervajul5-Network/subnets/impervajul5-MXSN\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/impervajul5/providers/Microsoft.Security/locations/westcentralus/topologies/virtualMachines\",\r\n \"name\": \"virtualMachines\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:05:53.7434741Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MYRESOURCEGROUP/providers/Microsoft.Compute/virtualMachines/myVmWeb\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"eastus\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/myResourceGroup/providers/Microsoft.Network/virtualNetworks/myVirtualNetwork/subnets/mySubnet\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MYRESOURCEGROUP/providers/Microsoft.Security/locations/westcentralus/topologies/virtualMachines\",\r\n \"name\": \"virtualMachines\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:05:53.7434741Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/ream-test-barwaf/providers/Microsoft.Compute/virtualMachines/mywaf\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"eastus\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/ream-test-barwaf/providers/Microsoft.Network/virtualNetworks/reamtestbarwafvnet166/subnets/default\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/ream-test-barwaf/providers/Microsoft.Compute/virtualMachines/ream-test-barwaf\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"eastus2\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/ream-test-barwaf/providers/Microsoft.Network/virtualNetworks/ream-test-barwaf-vnet/subnets/default\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/ream-test-barwaf/providers/Microsoft.Security/locations/westcentralus/topologies/virtualMachines\",\r\n \"name\": \"virtualMachines\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:05:53.7434741Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/ron-gissin-test-resource-group/providers/Microsoft.Compute/virtualMachines/ron-gissin-test-vm\",\r\n \"severity\": \"High\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": true,\r\n \"topologyScore\": 60,\r\n \"location\": \"eastus\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/ron-gissin-test-resource-group/providers/Microsoft.Network/virtualNetworks/ron-gissin-test-resource-group-vnet/subnets/default\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/ron-gissin-test-resource-group/providers/Microsoft.Security/locations/westcentralus/topologies/virtualMachines\",\r\n \"name\": \"virtualMachines\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:05:53.7434741Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/shalini/providers/Microsoft.Compute/virtualMachines/QualysSP\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"eastus\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/shalini/providers/Microsoft.Network/virtualNetworks/shalini-vnet/subnets/default\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/shalini/providers/Microsoft.Compute/virtualMachines/rapid7test\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"eastus\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/shalini/providers/Microsoft.Network/virtualNetworks/shalini/subnets/default\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/shalini/providers/Microsoft.Compute/virtualMachines/shalinirapid7\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"eastus\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/shalini/providers/Microsoft.Network/virtualNetworks/shalini/subnets/default\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/shalini/providers/Microsoft.Compute/virtualMachines/Shaliniubuntu17\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"northcentralus\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/shalini/providers/Microsoft.Network/virtualNetworks/shalinivnet111/subnets/default\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/shalini/providers/Microsoft.Security/locations/westcentralus/topologies/virtualMachines\",\r\n \"name\": \"virtualMachines\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:05:53.7434741Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/shalinifortigate/providers/Microsoft.Compute/virtualMachines/shalinifortiga\",\r\n \"severity\": \"High\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": true,\r\n \"topologyScore\": 30,\r\n \"location\": \"eastus\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/shalinifortigate/providers/Microsoft.Network/virtualNetworks/FortigateProtectedVNet/subnets/PublicFacingSubnet\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/shalinifortigate/providers/Microsoft.Compute/virtualMachines/shalinifortiga\",\r\n \"severity\": \"High\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": true,\r\n \"topologyScore\": 30,\r\n \"location\": \"eastus\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/shalinifortigate/providers/Microsoft.Network/virtualNetworks/FortigateProtectedVNet/subnets/InsideSubnet\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/shalinifortigate/providers/Microsoft.Security/locations/westcentralus/topologies/virtualMachines\",\r\n \"name\": \"virtualMachines\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:05:53.7434741Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/TalK-VA/providers/Microsoft.Compute/virtualMachines/tal-win-vm-jit\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"eastus\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/TalK-VA/providers/Microsoft.Network/virtualNetworks/TalK-VA-vnet/subnets/default\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/TalK-VA/providers/Microsoft.Compute/virtualMachines/tal-win-vm\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"eastus\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/TalK-VA/providers/Microsoft.Network/virtualNetworks/TalK-VA-vnet/subnets/default\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/TalK-VA/providers/Microsoft.Security/locations/westcentralus/topologies/virtualMachines\",\r\n \"name\": \"virtualMachines\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:05:53.7434741Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/TEST-ADY/providers/Microsoft.Compute/virtualMachines/vmmultinicprod\",\r\n \"severity\": \"High\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": true,\r\n \"topologyScore\": 60,\r\n \"location\": \"eastus\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/test-ady/providers/Microsoft.Network/virtualNetworks/test-ady-vnet/subnets/default\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/TEST-ADY/providers/Microsoft.Compute/virtualMachines/vmmultinicprod\",\r\n \"severity\": \"High\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": true,\r\n \"topologyScore\": 60,\r\n \"location\": \"eastus\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/test-ady/providers/Microsoft.Network/virtualNetworks/test-ady-vnet/subnets/default\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/TEST-ADY/providers/Microsoft.Security/locations/westcentralus/topologies/virtualMachines\",\r\n \"name\": \"virtualMachines\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:05:53.7434741Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/testDev3Ngfw/providers/Microsoft.Compute/virtualMachines/dev3NgfwTest\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"eastus\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/TestGroup/providers/Microsoft.Network/virtualNetworks/TestGroup/subnets/default\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/testDev3Ngfw/providers/Microsoft.Security/locations/westcentralus/topologies/virtualMachines\",\r\n \"name\": \"virtualMachines\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:05:53.7434741Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/tesVM-CHKP/providers/Microsoft.Compute/virtualMachines/testVM-CHKP\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"eastus\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/tesVM-CHKP/providers/Microsoft.Network/virtualNetworks/tesVM-CHKP-vnet/subnets/default\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/tesVM-CHKP/providers/Microsoft.Security/locations/westcentralus/topologies/virtualMachines\",\r\n \"name\": \"virtualMachines\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:05:53.7434741Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/uvuntuCHKP/providers/Microsoft.Compute/virtualMachines/uvuntuCHKP\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"eastus\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/uvuntuCHKP/providers/Microsoft.Network/virtualNetworks/uvuntuCHKP-vnet/subnets/default\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/uvuntuCHKP/providers/Microsoft.Security/locations/westcentralus/topologies/virtualMachines\",\r\n \"name\": \"virtualMachines\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:05:53.7434741Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLWin5/providers/Microsoft.Compute/virtualMachines/MSI-03010\",\r\n \"severity\": \"High\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": true,\r\n \"topologyScore\": 20,\r\n \"location\": \"northeurope\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLWin5/providers/Microsoft.Network/virtualNetworks/MSI-1295636147/subnets/MSI-1926702710\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLWin5/providers/Microsoft.Compute/virtualMachines/MSI-030110\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"northeurope\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLWin5/providers/Microsoft.Network/virtualNetworks/MSI-1295636147/subnets/MSI-1926702710\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLWin5/providers/Microsoft.Compute/virtualMachines/MSI-03017\",\r\n \"severity\": \"High\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": true,\r\n \"topologyScore\": 20,\r\n \"location\": \"northeurope\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLWin5/providers/Microsoft.Network/virtualNetworks/MSI-1295636147/subnets/MSI-1926702710\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLWin5/providers/Microsoft.Compute/virtualMachines/MSI-030125\",\r\n \"severity\": \"High\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": true,\r\n \"topologyScore\": 20,\r\n \"location\": \"northeurope\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLWin5/providers/Microsoft.Network/virtualNetworks/MSI-1295636147/subnets/MSI-1926702710\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLWin5/providers/Microsoft.Compute/virtualMachines/MSI-03011\",\r\n \"severity\": \"High\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": true,\r\n \"topologyScore\": 20,\r\n \"location\": \"northeurope\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLWin5/providers/Microsoft.Network/virtualNetworks/MSI-1295636147/subnets/MSI-1926702710\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLWin5/providers/Microsoft.Compute/virtualMachines/MSI-030116\",\r\n \"severity\": \"High\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": true,\r\n \"topologyScore\": 20,\r\n \"location\": \"northeurope\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLWin5/providers/Microsoft.Network/virtualNetworks/MSI-1295636147/subnets/MSI-1926702710\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLWin5/providers/Microsoft.Compute/virtualMachines/MSI-030114\",\r\n \"severity\": \"High\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": true,\r\n \"topologyScore\": 20,\r\n \"location\": \"northeurope\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLWin5/providers/Microsoft.Network/virtualNetworks/MSI-1295636147/subnets/MSI-1926702710\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLWin5/providers/Microsoft.Compute/virtualMachines/MSI-030123\",\r\n \"severity\": \"High\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": true,\r\n \"topologyScore\": 20,\r\n \"location\": \"northeurope\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLWin5/providers/Microsoft.Network/virtualNetworks/MSI-1295636147/subnets/MSI-1926702710\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLWin5/providers/Microsoft.Compute/virtualMachines/MSI-030127\",\r\n \"severity\": \"High\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": true,\r\n \"topologyScore\": 20,\r\n \"location\": \"northeurope\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLWin5/providers/Microsoft.Network/virtualNetworks/MSI-1295636147/subnets/MSI-1926702710\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLWin5/providers/Microsoft.Compute/virtualMachines/MSI-030122\",\r\n \"severity\": \"High\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": true,\r\n \"topologyScore\": 20,\r\n \"location\": \"northeurope\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLWin5/providers/Microsoft.Network/virtualNetworks/MSI-1295636147/subnets/MSI-1926702710\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLWin5/providers/Microsoft.Compute/virtualMachines/MSI-030128\",\r\n \"severity\": \"High\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": true,\r\n \"topologyScore\": 20,\r\n \"location\": \"northeurope\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLWin5/providers/Microsoft.Network/virtualNetworks/MSI-1295636147/subnets/MSI-1926702710\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLWin5/providers/Microsoft.Compute/virtualMachines/MSI-03012\",\r\n \"severity\": \"High\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": true,\r\n \"topologyScore\": 20,\r\n \"location\": \"northeurope\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLWin5/providers/Microsoft.Network/virtualNetworks/MSI-1295636147/subnets/MSI-1926702710\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLWin5/providers/Microsoft.Compute/virtualMachines/MSI-030120\",\r\n \"severity\": \"High\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": true,\r\n \"topologyScore\": 20,\r\n \"location\": \"northeurope\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLWin5/providers/Microsoft.Network/virtualNetworks/MSI-1295636147/subnets/MSI-1926702710\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLWin5/providers/Microsoft.Compute/virtualMachines/MSI-03014\",\r\n \"severity\": \"High\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": true,\r\n \"topologyScore\": 20,\r\n \"location\": \"northeurope\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLWin5/providers/Microsoft.Network/virtualNetworks/MSI-1295636147/subnets/MSI-1926702710\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLWin5/providers/Microsoft.Compute/virtualMachines/MSI-03018\",\r\n \"severity\": \"High\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": true,\r\n \"topologyScore\": 20,\r\n \"location\": \"northeurope\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLWin5/providers/Microsoft.Network/virtualNetworks/MSI-1295636147/subnets/MSI-1926702710\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLWin5/providers/Microsoft.Compute/virtualMachines/MSI-030119\",\r\n \"severity\": \"High\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": true,\r\n \"topologyScore\": 20,\r\n \"location\": \"northeurope\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLWin5/providers/Microsoft.Network/virtualNetworks/MSI-1295636147/subnets/MSI-1926702710\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLWin5/providers/Microsoft.Compute/virtualMachines/MSI-030129\",\r\n \"severity\": \"High\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": true,\r\n \"topologyScore\": 20,\r\n \"location\": \"northeurope\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLWin5/providers/Microsoft.Network/virtualNetworks/MSI-1295636147/subnets/MSI-1926702710\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLWin5/providers/Microsoft.Compute/virtualMachines/MSI-030117\",\r\n \"severity\": \"High\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": true,\r\n \"topologyScore\": 20,\r\n \"location\": \"northeurope\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLWin5/providers/Microsoft.Network/virtualNetworks/MSI-1295636147/subnets/MSI-1926702710\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLWin5/providers/Microsoft.Compute/virtualMachines/MSI-030124\",\r\n \"severity\": \"High\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": true,\r\n \"topologyScore\": 20,\r\n \"location\": \"northeurope\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLWin5/providers/Microsoft.Network/virtualNetworks/MSI-1295636147/subnets/MSI-1926702710\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLWin5/providers/Microsoft.Compute/virtualMachines/MSI-03019\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"northeurope\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLWin5/providers/Microsoft.Network/virtualNetworks/MSI-1295636147/subnets/MSI-1926702710\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLWin5/providers/Microsoft.Compute/virtualMachines/MSI-03016\",\r\n \"severity\": \"High\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": true,\r\n \"topologyScore\": 20,\r\n \"location\": \"northeurope\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLWin5/providers/Microsoft.Network/virtualNetworks/MSI-1295636147/subnets/MSI-1926702710\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLWin5/providers/Microsoft.Compute/virtualMachines/MSI-03015\",\r\n \"severity\": \"High\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": true,\r\n \"topologyScore\": 20,\r\n \"location\": \"northeurope\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLWin5/providers/Microsoft.Network/virtualNetworks/MSI-1295636147/subnets/MSI-1926702710\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLWin5/providers/Microsoft.Compute/virtualMachines/MSI-03013\",\r\n \"severity\": \"High\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": true,\r\n \"topologyScore\": 20,\r\n \"location\": \"northeurope\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLWin5/providers/Microsoft.Network/virtualNetworks/MSI-1295636147/subnets/MSI-1926702710\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLWin5/providers/Microsoft.Compute/virtualMachines/MSI-030118\",\r\n \"severity\": \"High\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": true,\r\n \"topologyScore\": 20,\r\n \"location\": \"northeurope\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLWin5/providers/Microsoft.Network/virtualNetworks/MSI-1295636147/subnets/MSI-1926702710\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLWin5/providers/Microsoft.Compute/virtualMachines/MSI-030115\",\r\n \"severity\": \"High\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": true,\r\n \"topologyScore\": 20,\r\n \"location\": \"northeurope\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLWin5/providers/Microsoft.Network/virtualNetworks/MSI-1295636147/subnets/MSI-1926702710\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLWin5/providers/Microsoft.Compute/virtualMachines/MSI-030126\",\r\n \"severity\": \"High\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": true,\r\n \"topologyScore\": 20,\r\n \"location\": \"northeurope\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLWin5/providers/Microsoft.Network/virtualNetworks/MSI-1295636147/subnets/MSI-1926702710\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLWin5/providers/Microsoft.Security/locations/westcentralus/topologies/virtualMachines\",\r\n \"name\": \"virtualMachines\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:05:53.7434741Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLWIN5/providers/Microsoft.Compute/virtualMachines/MSI-030113\",\r\n \"severity\": \"High\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": true,\r\n \"topologyScore\": 20,\r\n \"location\": \"northeurope\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLWin5/providers/Microsoft.Network/virtualNetworks/MSI-1295636147/subnets/MSI-1926702710\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLWIN5/providers/Microsoft.Compute/virtualMachines/MSI-030121\",\r\n \"severity\": \"High\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": true,\r\n \"topologyScore\": 20,\r\n \"location\": \"northeurope\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLWin5/providers/Microsoft.Network/virtualNetworks/MSI-1295636147/subnets/MSI-1926702710\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLWIN5/providers/Microsoft.Compute/virtualMachines/MSI-030111\",\r\n \"severity\": \"High\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": true,\r\n \"topologyScore\": 20,\r\n \"location\": \"northeurope\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLWin5/providers/Microsoft.Network/virtualNetworks/MSI-1295636147/subnets/MSI-1926702710\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLWIN5/providers/Microsoft.Compute/virtualMachines/MSI-030112\",\r\n \"severity\": \"High\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": true,\r\n \"topologyScore\": 20,\r\n \"location\": \"northeurope\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLWin5/providers/Microsoft.Network/virtualNetworks/MSI-1295636147/subnets/MSI-1926702710\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLWIN5/providers/Microsoft.Security/locations/westcentralus/topologies/virtualMachines\",\r\n \"name\": \"virtualMachines\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:05:53.7434741Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/barwafaug23/providers/Microsoft.Compute/virtualMachines/barwafaug23\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"westeurope\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/barwafaug23/providers/Microsoft.Network/virtualNetworks/barwafaug23-vnet/subnets/default\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/barwafaug23/providers/Microsoft.Security/locations/westcentralus/topologies/virtualMachines\",\r\n \"name\": \"virtualMachines\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:05:53.7434741Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/bengr-jit-test/providers/Microsoft.Compute/virtualMachines/bengr-jit-test1\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"westeurope\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/bengr-jit-test/providers/Microsoft.Network/virtualNetworks/bengr-jit-test-vnet/subnets/default\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/bengr-jit-test/providers/Microsoft.Compute/virtualMachines/bengr-jit-test3\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"westeurope\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/bengr-jit-test/providers/Microsoft.Network/virtualNetworks/bengr-jit-test-vnet/subnets/default\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/bengr-jit-test/providers/Microsoft.Security/locations/westcentralus/topologies/virtualMachines\",\r\n \"name\": \"virtualMachines\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:05:53.7434741Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/EREL/providers/Microsoft.Compute/virtualMachines/ErelLinux1\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"westeurope\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/Erel/providers/Microsoft.Network/virtualNetworks/Erel-vnet/subnets/default\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/EREL/providers/Microsoft.Compute/virtualMachines/TestVm2012\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"westeurope\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/Erel/providers/Microsoft.Network/virtualNetworks/Erel-vnet/subnets/default\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/EREL/providers/Microsoft.Security/locations/westcentralus/topologies/virtualMachines\",\r\n \"name\": \"virtualMachines\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:05:53.7434741Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/michael-RSG/providers/Microsoft.Compute/virtualMachines/michaelTest-20170212-5\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"westeurope\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/michael-RSG/providers/Microsoft.Network/virtualNetworks/michael-RSG-vnet/subnets/default\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/michael-RSG/providers/Microsoft.Compute/virtualMachines/michaelTest20170212-2\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"westeurope\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/michael-RSG/providers/Microsoft.Network/virtualNetworks/michael-RSG-vnet/subnets/default\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/michael-RSG/providers/Microsoft.Compute/virtualMachines/MichaelTest20170212\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"westeurope\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/michael-RSG/providers/Microsoft.Network/virtualNetworks/michael-RSG-vnet/subnets/default\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/michael-RSG/providers/Microsoft.Security/locations/westcentralus/topologies/virtualMachines\",\r\n \"name\": \"virtualMachines\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:05:53.7434741Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/NewRG/providers/Microsoft.Compute/virtualMachines/formimagenewrg\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"westeurope\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/NewRG/providers/Microsoft.Network/virtualNetworks/NewRG-vnet/subnets/default\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/NewRG/providers/Microsoft.Security/locations/westcentralus/topologies/virtualMachines\",\r\n \"name\": \"virtualMachines\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:05:53.7434741Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/ngfwmar18/providers/Microsoft.Compute/virtualMachines/ngfwmar18\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"westeurope\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/ngfwmar18/providers/Microsoft.Network/virtualNetworks/ngfwmar18-vnet/subnets/default\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/ngfwmar18/providers/Microsoft.Security/locations/westcentralus/topologies/virtualMachines\",\r\n \"name\": \"virtualMachines\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:05:53.7434741Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/NIC-NO-PIP/providers/Microsoft.Compute/virtualMachines/nic-no-pip-vm\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"westeurope\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/nic-no-pip/providers/Microsoft.Network/virtualNetworks/nic-no-pip-vnet/subnets/default\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/NIC-NO-PIP/providers/Microsoft.Security/locations/westcentralus/topologies/virtualMachines\",\r\n \"name\": \"virtualMachines\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:05:53.7434741Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/PARTNERS/providers/Microsoft.Compute/virtualMachines/711vm\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"westeurope\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/partners/providers/Microsoft.Network/virtualNetworks/barracuda2/subnets/barracuda2\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/PARTNERS/providers/Microsoft.Security/locations/westcentralus/topologies/virtualMachines\",\r\n \"name\": \"virtualMachines\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:05:53.7434741Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/partners/providers/Microsoft.Compute/virtualMachines/newvhd2\",\r\n \"severity\": \"High\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": true,\r\n \"topologyScore\": 20,\r\n \"location\": \"westeurope\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/partners/providers/Microsoft.Network/virtualNetworks/barracuda2/subnets/barracuda2\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/partners/providers/Microsoft.Compute/virtualMachines/webTest\",\r\n \"severity\": \"High\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": true,\r\n \"topologyScore\": 10,\r\n \"location\": \"westeurope\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/partners/providers/Microsoft.Network/virtualNetworks/bartestnet/subnets/default\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/partners/providers/Microsoft.Security/locations/westcentralus/topologies/virtualMachines\",\r\n \"name\": \"virtualMachines\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:05:53.7434741Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/RONENRG/providers/Microsoft.Compute/virtualMachines/ronen-EG-test\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"westeurope\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/ronenRG/providers/Microsoft.Network/virtualNetworks/ronenRG-vnet/subnets/default\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/RONENRG/providers/Microsoft.Compute/virtualMachines/ronen2\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"eastus2\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/ronenRG/providers/Microsoft.Network/virtualNetworks/ronenRGvnet957/subnets/default\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/RONENRG/providers/Microsoft.Compute/virtualMachines/ronen\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"eastus2\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/ronenRG/providers/Microsoft.Network/virtualNetworks/ronenRGvnet957/subnets/default\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/RONENRG/providers/Microsoft.Security/locations/westcentralus/topologies/virtualMachines\",\r\n \"name\": \"virtualMachines\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:05:53.7434741Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/SNIRNGFWSEVTEST/providers/Microsoft.Compute/virtualMachines/SnirNGFWSevTest0\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"westeurope\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/SnirNGFWSevTest/providers/Microsoft.Network/virtualNetworks/SnirNGFWSevTest/subnets/Subnet\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/SNIRNGFWSEVTEST/providers/Microsoft.Compute/virtualMachines/SnirNGFWSevTest1\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"westeurope\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/SnirNGFWSevTest/providers/Microsoft.Network/virtualNetworks/SnirNGFWSevTest/subnets/Subnet\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/SNIRNGFWSEVTEST/providers/Microsoft.Security/locations/westcentralus/topologies/virtualMachines\",\r\n \"name\": \"virtualMachines\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:05:53.7434741Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/TAL-TEST/providers/Microsoft.Compute/virtualMachines/taachime-win-vm\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"westeurope\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/Tal-Test/providers/Microsoft.Network/virtualNetworks/Tal-Test-vnet/subnets/default\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/TAL-TEST/providers/Microsoft.Security/locations/westcentralus/topologies/virtualMachines\",\r\n \"name\": \"virtualMachines\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:05:53.7434741Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/webapp1-asc3297/providers/Microsoft.Compute/virtualMachines/YanivWebApp1-waf0\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"westeurope\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/webapp1-asc3297/providers/Microsoft.Network/virtualNetworks/YanivWebApp1-waf/subnets/WebApplicationFirewalls\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/webapp1-asc3297/providers/Microsoft.Security/locations/westcentralus/topologies/virtualMachines\",\r\n \"name\": \"virtualMachines\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:05:53.7434741Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/webapp1-asc7933/providers/Microsoft.Compute/virtualMachines/YanivWebApp1-waf0\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"westeurope\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/webapp1-asc7933/providers/Microsoft.Network/virtualNetworks/YanivWebApp1-waf/subnets/WebApplicationFirewalls\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/webapp1-asc7933/providers/Microsoft.Security/locations/westcentralus/topologies/virtualMachines\",\r\n \"name\": \"virtualMachines\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:05:53.7434741Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/webapp2-asc756/providers/Microsoft.Compute/virtualMachines/YanivWebApp2-waf0\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"westeurope\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/webapp2-asc756/providers/Microsoft.Network/virtualNetworks/YanivWebApp2-waf/subnets/WebApplicationFirewalls\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/webapp2-asc756/providers/Microsoft.Security/locations/westcentralus/topologies/virtualMachines\",\r\n \"name\": \"virtualMachines\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:05:53.7434741Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/WEBAPP2/providers/Microsoft.Compute/virtualMachines/YanivWebApp2\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"westeurope\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/webapp2/providers/Microsoft.Network/virtualNetworks/webapp2/subnets/default\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/WEBAPP2/providers/Microsoft.Security/locations/westcentralus/topologies/virtualMachines\",\r\n \"name\": \"virtualMachines\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:05:53.7434741Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTest/providers/Microsoft.Compute/virtualMachines/MSI-18125\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"northcentralus\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTest/providers/Microsoft.Network/virtualNetworks/MSI-141907873/subnets/MSI-1408399572\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTest/providers/Microsoft.Compute/virtualMachines/MSI-181248\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"northcentralus\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTest/providers/Microsoft.Network/virtualNetworks/MSI-141907873/subnets/MSI-1408399572\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTest/providers/Microsoft.Compute/virtualMachines/MSI-181220\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"northcentralus\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTest/providers/Microsoft.Network/virtualNetworks/MSI-141907873/subnets/MSI-1408399572\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTest/providers/Microsoft.Compute/virtualMachines/MSI-181242\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"northcentralus\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTest/providers/Microsoft.Network/virtualNetworks/MSI-141907873/subnets/MSI-1408399572\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTest/providers/Microsoft.Compute/virtualMachines/MSI-18128\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"northcentralus\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTest/providers/Microsoft.Network/virtualNetworks/MSI-141907873/subnets/MSI-1408399572\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTest/providers/Microsoft.Compute/virtualMachines/MSI-181243\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"northcentralus\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTest/providers/Microsoft.Network/virtualNetworks/MSI-141907873/subnets/MSI-1408399572\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTest/providers/Microsoft.Compute/virtualMachines/MSI-181235\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"northcentralus\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTest/providers/Microsoft.Network/virtualNetworks/MSI-141907873/subnets/MSI-1408399572\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTest/providers/Microsoft.Compute/virtualMachines/MSI-18124\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"northcentralus\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTest/providers/Microsoft.Network/virtualNetworks/MSI-141907873/subnets/MSI-1408399572\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTest/providers/Microsoft.Compute/virtualMachines/MSI-181247\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"northcentralus\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTest/providers/Microsoft.Network/virtualNetworks/MSI-141907873/subnets/MSI-1408399572\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTest/providers/Microsoft.Compute/virtualMachines/MSI-181218\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"northcentralus\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTest/providers/Microsoft.Network/virtualNetworks/MSI-141907873/subnets/MSI-1408399572\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTest/providers/Microsoft.Compute/virtualMachines/MSI-181232\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"northcentralus\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTest/providers/Microsoft.Network/virtualNetworks/MSI-141907873/subnets/MSI-1408399572\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTest/providers/Microsoft.Compute/virtualMachines/MSI-181223\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"northcentralus\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTest/providers/Microsoft.Network/virtualNetworks/MSI-141907873/subnets/MSI-1408399572\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTest/providers/Microsoft.Compute/virtualMachines/MSI-181210\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"northcentralus\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTest/providers/Microsoft.Network/virtualNetworks/MSI-141907873/subnets/MSI-1408399572\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTest/providers/Microsoft.Compute/virtualMachines/MSI-18120\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"northcentralus\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTest/providers/Microsoft.Network/virtualNetworks/MSI-141907873/subnets/MSI-1408399572\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTest/providers/Microsoft.Compute/virtualMachines/MSI-18123\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"northcentralus\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTest/providers/Microsoft.Network/virtualNetworks/MSI-141907873/subnets/MSI-1408399572\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTest/providers/Microsoft.Compute/virtualMachines/MSI-181234\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"northcentralus\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTest/providers/Microsoft.Network/virtualNetworks/MSI-141907873/subnets/MSI-1408399572\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTest/providers/Microsoft.Compute/virtualMachines/MSI-181236\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"northcentralus\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTest/providers/Microsoft.Network/virtualNetworks/MSI-141907873/subnets/MSI-1408399572\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTest/providers/Microsoft.Compute/virtualMachines/MSI-181221\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"northcentralus\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTest/providers/Microsoft.Network/virtualNetworks/MSI-141907873/subnets/MSI-1408399572\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTest/providers/Microsoft.Compute/virtualMachines/MSI-181240\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"northcentralus\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTest/providers/Microsoft.Network/virtualNetworks/MSI-141907873/subnets/MSI-1408399572\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTest/providers/Microsoft.Compute/virtualMachines/MSI-181215\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"northcentralus\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTest/providers/Microsoft.Network/virtualNetworks/MSI-141907873/subnets/MSI-1408399572\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTest/providers/Microsoft.Compute/virtualMachines/MSI-181245\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"northcentralus\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTest/providers/Microsoft.Network/virtualNetworks/MSI-141907873/subnets/MSI-1408399572\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTest/providers/Microsoft.Compute/virtualMachines/MSI-181231\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"northcentralus\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTest/providers/Microsoft.Network/virtualNetworks/MSI-141907873/subnets/MSI-1408399572\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTest/providers/Microsoft.Compute/virtualMachines/MSI-181211\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"northcentralus\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTest/providers/Microsoft.Network/virtualNetworks/MSI-141907873/subnets/MSI-1408399572\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTest/providers/Microsoft.Compute/virtualMachines/MSI-181238\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"northcentralus\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTest/providers/Microsoft.Network/virtualNetworks/MSI-141907873/subnets/MSI-1408399572\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTest/providers/Microsoft.Compute/virtualMachines/MSI-18122\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"northcentralus\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTest/providers/Microsoft.Network/virtualNetworks/MSI-141907873/subnets/MSI-1408399572\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTest/providers/Microsoft.Compute/virtualMachines/MSI-181217\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"northcentralus\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTest/providers/Microsoft.Network/virtualNetworks/MSI-141907873/subnets/MSI-1408399572\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTest/providers/Microsoft.Compute/virtualMachines/MSI-181214\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"northcentralus\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTest/providers/Microsoft.Network/virtualNetworks/MSI-141907873/subnets/MSI-1408399572\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTest/providers/Microsoft.Compute/virtualMachines/MSI-181222\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"northcentralus\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTest/providers/Microsoft.Network/virtualNetworks/MSI-141907873/subnets/MSI-1408399572\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTest/providers/Microsoft.Compute/virtualMachines/MSI-181224\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"northcentralus\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTest/providers/Microsoft.Network/virtualNetworks/MSI-141907873/subnets/MSI-1408399572\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTest/providers/Microsoft.Compute/virtualMachines/MSI-181237\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"northcentralus\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTest/providers/Microsoft.Network/virtualNetworks/MSI-141907873/subnets/MSI-1408399572\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTest/providers/Microsoft.Compute/virtualMachines/MSI-181228\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"northcentralus\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTest/providers/Microsoft.Network/virtualNetworks/MSI-141907873/subnets/MSI-1408399572\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTest/providers/Microsoft.Compute/virtualMachines/MSI-181230\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"northcentralus\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTest/providers/Microsoft.Network/virtualNetworks/MSI-141907873/subnets/MSI-1408399572\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTest/providers/Microsoft.Compute/virtualMachines/MSI-181219\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"northcentralus\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTest/providers/Microsoft.Network/virtualNetworks/MSI-141907873/subnets/MSI-1408399572\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTest/providers/Microsoft.Compute/virtualMachines/MSI-181239\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"northcentralus\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTest/providers/Microsoft.Network/virtualNetworks/MSI-141907873/subnets/MSI-1408399572\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTest/providers/Microsoft.Compute/virtualMachines/MSI-181244\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"northcentralus\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTest/providers/Microsoft.Network/virtualNetworks/MSI-141907873/subnets/MSI-1408399572\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTest/providers/Microsoft.Compute/virtualMachines/MSI-181225\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"northcentralus\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTest/providers/Microsoft.Network/virtualNetworks/MSI-141907873/subnets/MSI-1408399572\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTest/providers/Microsoft.Compute/virtualMachines/MSI-181246\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"northcentralus\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTest/providers/Microsoft.Network/virtualNetworks/MSI-141907873/subnets/MSI-1408399572\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTest/providers/Microsoft.Compute/virtualMachines/MSI-181216\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"northcentralus\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTest/providers/Microsoft.Network/virtualNetworks/MSI-141907873/subnets/MSI-1408399572\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTest/providers/Microsoft.Compute/virtualMachines/MSI-18121\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"northcentralus\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTest/providers/Microsoft.Network/virtualNetworks/MSI-141907873/subnets/MSI-1408399572\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTest/providers/Microsoft.Compute/virtualMachines/MSI-181233\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"northcentralus\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTest/providers/Microsoft.Network/virtualNetworks/MSI-141907873/subnets/MSI-1408399572\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTest/providers/Microsoft.Compute/virtualMachines/MSI-181229\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"northcentralus\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTest/providers/Microsoft.Network/virtualNetworks/MSI-141907873/subnets/MSI-1408399572\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTest/providers/Microsoft.Compute/virtualMachines/MSI-181226\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"northcentralus\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTest/providers/Microsoft.Network/virtualNetworks/MSI-141907873/subnets/MSI-1408399572\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTest/providers/Microsoft.Compute/virtualMachines/MSI-181212\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"northcentralus\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTest/providers/Microsoft.Network/virtualNetworks/MSI-141907873/subnets/MSI-1408399572\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTest/providers/Microsoft.Security/locations/westcentralus/topologies/virtualMachines\",\r\n \"name\": \"virtualMachines\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:05:53.7434741Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTEST/providers/Microsoft.Compute/virtualMachines/MSI-18127\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"northcentralus\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTest/providers/Microsoft.Network/virtualNetworks/MSI-141907873/subnets/MSI-1408399572\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTEST/providers/Microsoft.Compute/virtualMachines/MSI-181213\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"northcentralus\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTest/providers/Microsoft.Network/virtualNetworks/MSI-141907873/subnets/MSI-1408399572\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTEST/providers/Microsoft.Compute/virtualMachines/MSI-18129\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"northcentralus\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTest/providers/Microsoft.Network/virtualNetworks/MSI-141907873/subnets/MSI-1408399572\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTEST/providers/Microsoft.Compute/virtualMachines/MSI-181227\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"northcentralus\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTest/providers/Microsoft.Network/virtualNetworks/MSI-141907873/subnets/MSI-1408399572\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTEST/providers/Microsoft.Compute/virtualMachines/MSI-18126\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"northcentralus\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTest/providers/Microsoft.Network/virtualNetworks/MSI-141907873/subnets/MSI-1408399572\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTEST/providers/Microsoft.Compute/virtualMachines/MSI-181241\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"northcentralus\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTest/providers/Microsoft.Network/virtualNetworks/MSI-141907873/subnets/MSI-1408399572\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTEST/providers/Microsoft.Security/locations/westcentralus/topologies/virtualMachines\",\r\n \"name\": \"virtualMachines\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:05:53.7434741Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MC_aks-linux_aks-linux_southcentralus/providers/Microsoft.Compute/virtualMachines/aks-agentpool-13292662-0\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"southcentralus\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MC_aks-linux_aks-linux_southcentralus/providers/Microsoft.Network/virtualNetworks/aks-vnet-13292662/subnets/aks-subnet\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MC_aks-linux_aks-linux_southcentralus/providers/Microsoft.Compute/virtualMachines/aks-agentpool-13292662-1\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"southcentralus\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MC_aks-linux_aks-linux_southcentralus/providers/Microsoft.Network/virtualNetworks/aks-vnet-13292662/subnets/aks-subnet\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MC_aks-linux_aks-linux_southcentralus/providers/Microsoft.Compute/virtualMachines/aks-agentpool-13292662-2\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"southcentralus\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MC_aks-linux_aks-linux_southcentralus/providers/Microsoft.Network/virtualNetworks/aks-vnet-13292662/subnets/aks-subnet\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MC_aks-linux_aks-linux_southcentralus/providers/Microsoft.Security/locations/westcentralus/topologies/virtualMachines\",\r\n \"name\": \"virtualMachines\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:05:53.7434741Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/siksak/providers/Microsoft.Compute/virtualMachines/deployment-waf0\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"southcentralus\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/siksak/providers/Microsoft.Network/virtualNetworks/deployment-waf/subnets/WebApplicationFirewalls\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/siksak/providers/Microsoft.Security/locations/westcentralus/topologies/virtualMachines\",\r\n \"name\": \"virtualMachines\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:05:53.7434741Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/AVIRESOURCEGROUP/providers/Microsoft.Compute/virtualMachines/avivm1\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"centralus\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/aviresourcegroup/providers/Microsoft.Network/virtualNetworks/avi_vnet/subnets/subnet2\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/AVIRESOURCEGROUP/providers/Microsoft.Security/locations/westcentralus/topologies/virtualMachines\",\r\n \"name\": \"virtualMachines\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:05:53.7434741Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/BaracudaProvision/providers/Microsoft.Compute/virtualMachines/bwaf\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"centralus\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/BaracudaProvision/providers/Microsoft.Network/virtualNetworks/BaracudaProvision/subnets/Bnet\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/BaracudaProvision/providers/Microsoft.Network/virtualNetworks/BaracudaProvision/subnets/Bnet\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/BaracudaProvision/providers/Microsoft.Security/locations/westcentralus/topologies/virtualMachines\",\r\n \"name\": \"virtualMachines\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:05:53.7434741Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/EIAGMON-EILONAG-RG/providers/Microsoft.Compute/virtualMachines/eiagmon-22051\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"centralus\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/eiagmon-EilonAg-RG/providers/Microsoft.Network/virtualNetworks/eiagmon-771582838/subnets/eiagmon-576364626\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/EIAGMON-EILONAG-RG/providers/Microsoft.Compute/virtualMachines/eiagmon-22050\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"centralus\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/eiagmon-EilonAg-RG/providers/Microsoft.Network/virtualNetworks/eiagmon-771582838/subnets/eiagmon-576364626\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/EIAGMON-EILONAG-RG/providers/Microsoft.Security/locations/westcentralus/topologies/virtualMachines\",\r\n \"name\": \"virtualMachines\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:05:53.7434741Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/erelh-DSC/providers/Microsoft.Compute/virtualMachines/erelh-14011\",\r\n \"severity\": \"High\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": true,\r\n \"topologyScore\": 30,\r\n \"location\": \"centralus\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/erelh-DSC/providers/Microsoft.Network/virtualNetworks/erelh-1516029683/subnets/erelh-928377125\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/erelh-DSC/providers/Microsoft.Compute/virtualMachines/erelh-14010\",\r\n \"severity\": \"High\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": true,\r\n \"topologyScore\": 30,\r\n \"location\": \"centralus\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/erelh-DSC/providers/Microsoft.Network/virtualNetworks/erelh-1516029683/subnets/erelh-928377125\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/erelh-DSC/providers/Microsoft.Security/locations/westcentralus/topologies/virtualMachines\",\r\n \"name\": \"virtualMachines\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:05:53.7434741Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/ERELH-STABLE/providers/Microsoft.Compute/virtualMachines/erelh-16091\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"centralus\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/erelh-Stable/providers/Microsoft.Network/virtualNetworks/erelh-497711546/subnets/erelh-694938725\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/ERELH-STABLE/providers/Microsoft.Compute/virtualMachines/erelh-16090\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"centralus\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/erelh-Stable/providers/Microsoft.Network/virtualNetworks/erelh-497711546/subnets/erelh-694938725\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/ERELH-STABLE/providers/Microsoft.Security/locations/westcentralus/topologies/virtualMachines\",\r\n \"name\": \"virtualMachines\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:05:53.7434741Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/pan_8.1.0-c1070.fs2_rel/providers/Microsoft.Compute/virtualMachines/pa2\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"centralus\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/pan_8.1.0-c1070.fs2_rel/providers/Microsoft.Network/virtualNetworks/fwVNETPAN10/subnets/Mgmt\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/pan_8.1.0-c1070.fs2_rel/providers/Microsoft.Security/locations/westcentralus/topologies/virtualMachines\",\r\n \"name\": \"virtualMachines\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:05:53.7434741Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/V-ARRIKL-SCHEDULEDAPPS/providers/Microsoft.Compute/virtualMachines/v-arrikl-14060\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"centralus\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/v-arrikl-ScheduledApps/providers/Microsoft.Network/virtualNetworks/v-arrikl-2073707963/subnets/v-arrikl-2041612502\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/V-ARRIKL-SCHEDULEDAPPS/providers/Microsoft.Compute/virtualMachines/v-arrikl-14062\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"centralus\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/v-arrikl-ScheduledApps/providers/Microsoft.Network/virtualNetworks/v-arrikl-2073707963/subnets/v-arrikl-2041612502\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/V-ARRIKL-SCHEDULEDAPPS/providers/Microsoft.Compute/virtualMachines/v-arrikl-14061\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"centralus\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/v-arrikl-ScheduledApps/providers/Microsoft.Network/virtualNetworks/v-arrikl-2073707963/subnets/v-arrikl-2041612502\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/V-ARRIKL-SCHEDULEDAPPS/providers/Microsoft.Security/locations/westcentralus/topologies/virtualMachines\",\r\n \"name\": \"virtualMachines\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:05:53.7434741Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/Erel/providers/Microsoft.Compute/virtualMachines/Erel2016-b\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"japaneast\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/Erel/providers/Microsoft.Network/virtualNetworks/Erelvnet938/subnets/default\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/Erel/providers/Microsoft.Security/locations/westcentralus/topologies/virtualMachines\",\r\n \"name\": \"virtualMachines\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:05:53.7434741Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/webapp1-asc8304/providers/Microsoft.Compute/virtualMachines/YanivWebApp1-waf0\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"japaneast\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/webapp1-asc8304/providers/Microsoft.Network/virtualNetworks/YanivWebApp1-waf/subnets/WebApplicationFirewalls\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/webapp1-asc8304/providers/Microsoft.Security/locations/westcentralus/topologies/virtualMachines\",\r\n \"name\": \"virtualMachines\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:05:53.7434741Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/AMAVIRAM-PPTEST/providers/Microsoft.Compute/virtualMachines/amaviram-18129\",\r\n \"severity\": \"High\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": true,\r\n \"topologyScore\": 30,\r\n \"location\": \"australiaeast\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/amaviram-PPtest/providers/Microsoft.Network/virtualNetworks/amaviram-2098151420/subnets/amaviram-635182180\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/AMAVIRAM-PPTEST/providers/Microsoft.Compute/virtualMachines/amaviram-18128\",\r\n \"severity\": \"High\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": true,\r\n \"topologyScore\": 30,\r\n \"location\": \"australiaeast\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/amaviram-PPtest/providers/Microsoft.Network/virtualNetworks/amaviram-2098151420/subnets/amaviram-635182180\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/AMAVIRAM-PPTEST/providers/Microsoft.Compute/virtualMachines/amaviram-18127\",\r\n \"severity\": \"High\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": true,\r\n \"topologyScore\": 30,\r\n \"location\": \"australiaeast\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/amaviram-PPtest/providers/Microsoft.Network/virtualNetworks/amaviram-2098151420/subnets/amaviram-635182180\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/AMAVIRAM-PPTEST/providers/Microsoft.Security/locations/westcentralus/topologies/virtualMachines\",\r\n \"name\": \"virtualMachines\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:05:53.7434741Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/testady1/providers/Microsoft.Compute/virtualMachines/vm2nic\",\r\n \"severity\": \"High\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": true,\r\n \"topologyScore\": 60,\r\n \"location\": \"centralindia\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/testady1/providers/Microsoft.Network/virtualNetworks/testady1-vnet/subnets/default\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/testady1/providers/Microsoft.Compute/virtualMachines/vm2nic\",\r\n \"severity\": \"High\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": true,\r\n \"topologyScore\": 60,\r\n \"location\": \"centralindia\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/testady1/providers/Microsoft.Network/virtualNetworks/testady1-vnet/subnets/default\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/testady1/providers/Microsoft.Security/locations/westcentralus/topologies/virtualMachines\",\r\n \"name\": \"virtualMachines\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:05:53.7434741Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/checkpoint/providers/Microsoft.Compute/virtualMachines/Checkpoint2\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"westcentralus\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/checkpoint/providers/Microsoft.Network/virtualNetworks/vnet01/subnets/Management\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/checkpoint/providers/Microsoft.Security/locations/westcentralus/topologies/virtualMachines\",\r\n \"name\": \"virtualMachines\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:05:53.7434741Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTesWIN/providers/Microsoft.Compute/virtualMachines/MSI-191226\",\r\n \"severity\": \"High\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": true,\r\n \"topologyScore\": 20,\r\n \"location\": \"westcentralus\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTesWIN/providers/Microsoft.Network/virtualNetworks/MSI-382200227/subnets/MSI-95015031\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTesWIN/providers/Microsoft.Compute/virtualMachines/MSI-19120\",\r\n \"severity\": \"High\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": true,\r\n \"topologyScore\": 20,\r\n \"location\": \"westcentralus\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTesWIN/providers/Microsoft.Network/virtualNetworks/MSI-382200227/subnets/MSI-95015031\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTesWIN/providers/Microsoft.Compute/virtualMachines/MSI-191210\",\r\n \"severity\": \"High\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": true,\r\n \"topologyScore\": 20,\r\n \"location\": \"westcentralus\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTesWIN/providers/Microsoft.Network/virtualNetworks/MSI-382200227/subnets/MSI-95015031\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTesWIN/providers/Microsoft.Compute/virtualMachines/MSI-191221\",\r\n \"severity\": \"High\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": true,\r\n \"topologyScore\": 20,\r\n \"location\": \"westcentralus\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTesWIN/providers/Microsoft.Network/virtualNetworks/MSI-382200227/subnets/MSI-95015031\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTesWIN/providers/Microsoft.Compute/virtualMachines/MSI-191231\",\r\n \"severity\": \"High\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": true,\r\n \"topologyScore\": 20,\r\n \"location\": \"westcentralus\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTesWIN/providers/Microsoft.Network/virtualNetworks/MSI-382200227/subnets/MSI-95015031\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTesWIN/providers/Microsoft.Compute/virtualMachines/MSI-191244\",\r\n \"severity\": \"High\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": true,\r\n \"topologyScore\": 20,\r\n \"location\": \"westcentralus\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTesWIN/providers/Microsoft.Network/virtualNetworks/MSI-382200227/subnets/MSI-95015031\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTesWIN/providers/Microsoft.Compute/virtualMachines/MSI-19121\",\r\n \"severity\": \"High\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": true,\r\n \"topologyScore\": 20,\r\n \"location\": \"westcentralus\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTesWIN/providers/Microsoft.Network/virtualNetworks/MSI-382200227/subnets/MSI-95015031\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTesWIN/providers/Microsoft.Compute/virtualMachines/MSI-191242\",\r\n \"severity\": \"High\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": true,\r\n \"topologyScore\": 20,\r\n \"location\": \"westcentralus\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTesWIN/providers/Microsoft.Network/virtualNetworks/MSI-382200227/subnets/MSI-95015031\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTesWIN/providers/Microsoft.Compute/virtualMachines/MSI-191230\",\r\n \"severity\": \"High\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": true,\r\n \"topologyScore\": 20,\r\n \"location\": \"westcentralus\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTesWIN/providers/Microsoft.Network/virtualNetworks/MSI-382200227/subnets/MSI-95015031\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTesWIN/providers/Microsoft.Compute/virtualMachines/MSI-191241\",\r\n \"severity\": \"High\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": true,\r\n \"topologyScore\": 20,\r\n \"location\": \"westcentralus\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTesWIN/providers/Microsoft.Network/virtualNetworks/MSI-382200227/subnets/MSI-95015031\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTesWIN/providers/Microsoft.Compute/virtualMachines/MSI-19129\",\r\n \"severity\": \"High\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": true,\r\n \"topologyScore\": 20,\r\n \"location\": \"westcentralus\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTesWIN/providers/Microsoft.Network/virtualNetworks/MSI-382200227/subnets/MSI-95015031\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTesWIN/providers/Microsoft.Compute/virtualMachines/MSI-191214\",\r\n \"severity\": \"High\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": true,\r\n \"topologyScore\": 20,\r\n \"location\": \"westcentralus\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTesWIN/providers/Microsoft.Network/virtualNetworks/MSI-382200227/subnets/MSI-95015031\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTesWIN/providers/Microsoft.Compute/virtualMachines/MSI-191217\",\r\n \"severity\": \"High\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": true,\r\n \"topologyScore\": 20,\r\n \"location\": \"westcentralus\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTesWIN/providers/Microsoft.Network/virtualNetworks/MSI-382200227/subnets/MSI-95015031\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTesWIN/providers/Microsoft.Compute/virtualMachines/MSI-191245\",\r\n \"severity\": \"High\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": true,\r\n \"topologyScore\": 20,\r\n \"location\": \"westcentralus\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTesWIN/providers/Microsoft.Network/virtualNetworks/MSI-382200227/subnets/MSI-95015031\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTesWIN/providers/Microsoft.Compute/virtualMachines/MSI-191212\",\r\n \"severity\": \"High\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": true,\r\n \"topologyScore\": 20,\r\n \"location\": \"westcentralus\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTesWIN/providers/Microsoft.Network/virtualNetworks/MSI-382200227/subnets/MSI-95015031\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTesWIN/providers/Microsoft.Compute/virtualMachines/MSI-191215\",\r\n \"severity\": \"High\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": true,\r\n \"topologyScore\": 20,\r\n \"location\": \"westcentralus\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTesWIN/providers/Microsoft.Network/virtualNetworks/MSI-382200227/subnets/MSI-95015031\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTesWIN/providers/Microsoft.Compute/virtualMachines/MSI-191234\",\r\n \"severity\": \"High\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": true,\r\n \"topologyScore\": 20,\r\n \"location\": \"westcentralus\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTesWIN/providers/Microsoft.Network/virtualNetworks/MSI-382200227/subnets/MSI-95015031\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTesWIN/providers/Microsoft.Compute/virtualMachines/MSI-191235\",\r\n \"severity\": \"High\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": true,\r\n \"topologyScore\": 20,\r\n \"location\": \"westcentralus\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTesWIN/providers/Microsoft.Network/virtualNetworks/MSI-382200227/subnets/MSI-95015031\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTesWIN/providers/Microsoft.Compute/virtualMachines/MSI-191219\",\r\n \"severity\": \"High\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": true,\r\n \"topologyScore\": 20,\r\n \"location\": \"westcentralus\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTesWIN/providers/Microsoft.Network/virtualNetworks/MSI-382200227/subnets/MSI-95015031\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTesWIN/providers/Microsoft.Compute/virtualMachines/MSI-191240\",\r\n \"severity\": \"High\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": true,\r\n \"topologyScore\": 20,\r\n \"location\": \"westcentralus\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTesWIN/providers/Microsoft.Network/virtualNetworks/MSI-382200227/subnets/MSI-95015031\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTesWIN/providers/Microsoft.Compute/virtualMachines/MSI-191225\",\r\n \"severity\": \"High\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": true,\r\n \"topologyScore\": 20,\r\n \"location\": \"westcentralus\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTesWIN/providers/Microsoft.Network/virtualNetworks/MSI-382200227/subnets/MSI-95015031\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTesWIN/providers/Microsoft.Compute/virtualMachines/MSI-191222\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"westcentralus\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTesWIN/providers/Microsoft.Network/virtualNetworks/MSI-382200227/subnets/MSI-95015031\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTesWIN/providers/Microsoft.Compute/virtualMachines/MSI-191223\",\r\n \"severity\": \"High\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": true,\r\n \"topologyScore\": 20,\r\n \"location\": \"westcentralus\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTesWIN/providers/Microsoft.Network/virtualNetworks/MSI-382200227/subnets/MSI-95015031\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTesWIN/providers/Microsoft.Compute/virtualMachines/MSI-191216\",\r\n \"severity\": \"High\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": true,\r\n \"topologyScore\": 20,\r\n \"location\": \"westcentralus\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTesWIN/providers/Microsoft.Network/virtualNetworks/MSI-382200227/subnets/MSI-95015031\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTesWIN/providers/Microsoft.Compute/virtualMachines/MSI-191233\",\r\n \"severity\": \"High\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": true,\r\n \"topologyScore\": 20,\r\n \"location\": \"westcentralus\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTesWIN/providers/Microsoft.Network/virtualNetworks/MSI-382200227/subnets/MSI-95015031\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTesWIN/providers/Microsoft.Compute/virtualMachines/MSI-191246\",\r\n \"severity\": \"High\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": true,\r\n \"topologyScore\": 20,\r\n \"location\": \"westcentralus\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTesWIN/providers/Microsoft.Network/virtualNetworks/MSI-382200227/subnets/MSI-95015031\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTesWIN/providers/Microsoft.Compute/virtualMachines/MSI-191211\",\r\n \"severity\": \"High\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": true,\r\n \"topologyScore\": 20,\r\n \"location\": \"westcentralus\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTesWIN/providers/Microsoft.Network/virtualNetworks/MSI-382200227/subnets/MSI-95015031\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTesWIN/providers/Microsoft.Compute/virtualMachines/MSI-191220\",\r\n \"severity\": \"High\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": true,\r\n \"topologyScore\": 20,\r\n \"location\": \"westcentralus\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTesWIN/providers/Microsoft.Network/virtualNetworks/MSI-382200227/subnets/MSI-95015031\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTesWIN/providers/Microsoft.Compute/virtualMachines/MSI-191228\",\r\n \"severity\": \"High\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": true,\r\n \"topologyScore\": 20,\r\n \"location\": \"westcentralus\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTesWIN/providers/Microsoft.Network/virtualNetworks/MSI-382200227/subnets/MSI-95015031\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTesWIN/providers/Microsoft.Compute/virtualMachines/MSI-191218\",\r\n \"severity\": \"High\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": true,\r\n \"topologyScore\": 20,\r\n \"location\": \"westcentralus\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTesWIN/providers/Microsoft.Network/virtualNetworks/MSI-382200227/subnets/MSI-95015031\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTesWIN/providers/Microsoft.Compute/virtualMachines/MSI-191239\",\r\n \"severity\": \"High\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": true,\r\n \"topologyScore\": 20,\r\n \"location\": \"westcentralus\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTesWIN/providers/Microsoft.Network/virtualNetworks/MSI-382200227/subnets/MSI-95015031\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTesWIN/providers/Microsoft.Compute/virtualMachines/MSI-19127\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"westcentralus\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTesWIN/providers/Microsoft.Network/virtualNetworks/MSI-382200227/subnets/MSI-95015031\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTesWIN/providers/Microsoft.Compute/virtualMachines/MSI-191237\",\r\n \"severity\": \"High\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": true,\r\n \"topologyScore\": 20,\r\n \"location\": \"westcentralus\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTesWIN/providers/Microsoft.Network/virtualNetworks/MSI-382200227/subnets/MSI-95015031\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTesWIN/providers/Microsoft.Compute/virtualMachines/MSI-191213\",\r\n \"severity\": \"High\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": true,\r\n \"topologyScore\": 20,\r\n \"location\": \"westcentralus\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTesWIN/providers/Microsoft.Network/virtualNetworks/MSI-382200227/subnets/MSI-95015031\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTesWIN/providers/Microsoft.Compute/virtualMachines/MSI-191238\",\r\n \"severity\": \"High\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": true,\r\n \"topologyScore\": 20,\r\n \"location\": \"westcentralus\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTesWIN/providers/Microsoft.Network/virtualNetworks/MSI-382200227/subnets/MSI-95015031\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTesWIN/providers/Microsoft.Compute/virtualMachines/MSI-191227\",\r\n \"severity\": \"High\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": true,\r\n \"topologyScore\": 20,\r\n \"location\": \"westcentralus\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTesWIN/providers/Microsoft.Network/virtualNetworks/MSI-382200227/subnets/MSI-95015031\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTesWIN/providers/Microsoft.Compute/virtualMachines/MSI-19125\",\r\n \"severity\": \"High\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": true,\r\n \"topologyScore\": 20,\r\n \"location\": \"westcentralus\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTesWIN/providers/Microsoft.Network/virtualNetworks/MSI-382200227/subnets/MSI-95015031\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTesWIN/providers/Microsoft.Compute/virtualMachines/MSI-191229\",\r\n \"severity\": \"High\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": true,\r\n \"topologyScore\": 20,\r\n \"location\": \"westcentralus\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTesWIN/providers/Microsoft.Network/virtualNetworks/MSI-382200227/subnets/MSI-95015031\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTesWIN/providers/Microsoft.Compute/virtualMachines/MSI-19126\",\r\n \"severity\": \"High\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": true,\r\n \"topologyScore\": 20,\r\n \"location\": \"westcentralus\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTesWIN/providers/Microsoft.Network/virtualNetworks/MSI-382200227/subnets/MSI-95015031\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTesWIN/providers/Microsoft.Compute/virtualMachines/MSI-19124\",\r\n \"severity\": \"High\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": true,\r\n \"topologyScore\": 20,\r\n \"location\": \"westcentralus\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTesWIN/providers/Microsoft.Network/virtualNetworks/MSI-382200227/subnets/MSI-95015031\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTesWIN/providers/Microsoft.Compute/virtualMachines/MSI-191232\",\r\n \"severity\": \"High\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": true,\r\n \"topologyScore\": 20,\r\n \"location\": \"westcentralus\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTesWIN/providers/Microsoft.Network/virtualNetworks/MSI-382200227/subnets/MSI-95015031\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTesWIN/providers/Microsoft.Compute/virtualMachines/MSI-19123\",\r\n \"severity\": \"High\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": true,\r\n \"topologyScore\": 20,\r\n \"location\": \"westcentralus\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTesWIN/providers/Microsoft.Network/virtualNetworks/MSI-382200227/subnets/MSI-95015031\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTesWIN/providers/Microsoft.Compute/virtualMachines/MSI-19122\",\r\n \"severity\": \"High\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": true,\r\n \"topologyScore\": 20,\r\n \"location\": \"westcentralus\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTesWIN/providers/Microsoft.Network/virtualNetworks/MSI-382200227/subnets/MSI-95015031\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTesWIN/providers/Microsoft.Compute/virtualMachines/MSI-191224\",\r\n \"severity\": \"High\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": true,\r\n \"topologyScore\": 20,\r\n \"location\": \"westcentralus\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTesWIN/providers/Microsoft.Network/virtualNetworks/MSI-382200227/subnets/MSI-95015031\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTesWIN/providers/Microsoft.Compute/virtualMachines/MSI-191243\",\r\n \"severity\": \"High\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": true,\r\n \"topologyScore\": 20,\r\n \"location\": \"westcentralus\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTesWIN/providers/Microsoft.Network/virtualNetworks/MSI-382200227/subnets/MSI-95015031\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTesWIN/providers/Microsoft.Compute/virtualMachines/MSI-191236\",\r\n \"severity\": \"High\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": true,\r\n \"topologyScore\": 20,\r\n \"location\": \"westcentralus\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTesWIN/providers/Microsoft.Network/virtualNetworks/MSI-382200227/subnets/MSI-95015031\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTesWIN/providers/Microsoft.Security/locations/westcentralus/topologies/virtualMachines\",\r\n \"name\": \"virtualMachines\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:05:53.7434741Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTESWIN/providers/Microsoft.Compute/virtualMachines/MSI-19128\",\r\n \"severity\": \"High\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": true,\r\n \"topologyScore\": 20,\r\n \"location\": \"westcentralus\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTesWIN/providers/Microsoft.Network/virtualNetworks/MSI-382200227/subnets/MSI-95015031\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTESWIN/providers/Microsoft.Security/locations/westcentralus/topologies/virtualMachines\",\r\n \"name\": \"virtualMachines\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:05:53.7434741Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/qualyslinux/providers/Microsoft.Compute/virtualMachines/qualyslinux2\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"westus2\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/qualyslinux/providers/Microsoft.Network/virtualNetworks/qualyslinux-vnet/subnets/default\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/qualyslinux/providers/Microsoft.Compute/virtualMachines/qualyslinux\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"westus2\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/qualyslinux/providers/Microsoft.Network/virtualNetworks/qualyslinux-vnet/subnets/default\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/qualyslinux/providers/Microsoft.Security/locations/westcentralus/topologies/virtualMachines\",\r\n \"name\": \"virtualMachines\",\r\n \"location\": \"westcentralus\"\r\n }\r\n ]\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/providers/Microsoft.Security/locations?api-version=2015-06-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2VlYWIzNDEtZjQ2Ni00OTljLWE4YmUtODU0MjdlMTU0YmFmL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VjdXJpdHkvbG9jYXRpb25zP2FwaS12ZXJzaW9uPTIwMTUtMDYtMDEtcHJldmlldw==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "8c154ea2-3ae4-4d81-9fce-e2b1bc014bd4" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.27817.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Security.SecurityCenterClient/2.1.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-request-id": [ + "cd86b75d-2c3e-4e29-8f0f-f68cc0af718c" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "99" + ], + "x-ms-correlation-request-id": [ + "985d1f64-69bf-44e8-adc7-9bba7e8904c2" + ], + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200621T123247Z:985d1f64-69bf-44e8-adc7-9bba7e8904c2" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Sun, 21 Jun 2020 12:32:47 GMT" + ], + "Content-Length": [ + "234" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/providers/Microsoft.Security/locations/westcentralus\",\r\n \"name\": \"westcentralus\",\r\n \"type\": \"Microsoft.Security/locations\",\r\n \"properties\": {\r\n \"homeRegionName\": \"westcentralus\"\r\n }\r\n }\r\n ]\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/Avi/providers/Microsoft.Security/locations/westcentralus/topologies/virtualNetworks?api-version=2020-01-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2VlYWIzNDEtZjQ2Ni00OTljLWE4YmUtODU0MjdlMTU0YmFmL3Jlc291cmNlR3JvdXBzL0F2aS9wcm92aWRlcnMvTWljcm9zb2Z0LlNlY3VyaXR5L2xvY2F0aW9ucy93ZXN0Y2VudHJhbHVzL3RvcG9sb2dpZXMvdmlydHVhbE5ldHdvcmtzP2FwaS12ZXJzaW9uPTIwMjAtMDEtMDE=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "9f391d99-faa8-4831-8aa8-ced10d209923" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.27817.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Security.SecurityCenterClient/2.1.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-request-id": [ + "" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "749" + ], + "x-ms-correlation-request-id": [ + "96bb3e37-79ce-4b14-8549-d13cc02397cb" + ], + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200621T123247Z:96bb3e37-79ce-4b14-8549-d13cc02397cb" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Sun, 21 Jun 2020 12:32:47 GMT" + ], + "Content-Length": [ + "1241" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:05:53.7434741Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/Avi/providers/Microsoft.Network/virtualNetworks/Avi-ASE-vnet\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"westus\",\r\n \"children\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/Avi/providers/Microsoft.Network/virtualNetworks/Avi-ASE-vnet/subnets/Avi-ASE-subnet\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/Avi/providers/Microsoft.Network/virtualNetworks/aviResourceGroup-vnet\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 30,\r\n \"location\": \"eastus\",\r\n \"children\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/Avi/providers/Microsoft.Network/virtualNetworks/aviResourceGroup-vnet/subnets/default\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/Avi/providers/Microsoft.Security/locations/westcentralus/topologies/virtualNetworks\",\r\n \"name\": \"virtualNetworks\",\r\n \"location\": \"westcentralus\"\r\n}", + "StatusCode": 200 + } + ], + "Names": {}, + "Variables": { + "SubscriptionId": "3eeab341-f466-499c-a8be-85427e154baf" + } +} \ No newline at end of file diff --git a/src/Security/Security.Test/SessionRecords/Microsoft.Azure.Commands.Security.Test.ScenarioTests.SecurityTopologyTests/GetResourceId.json b/src/Security/Security.Test/SessionRecords/Microsoft.Azure.Commands.Security.Test.ScenarioTests.SecurityTopologyTests/GetResourceId.json new file mode 100644 index 000000000000..e68865d311be --- /dev/null +++ b/src/Security/Security.Test/SessionRecords/Microsoft.Azure.Commands.Security.Test.ScenarioTests.SecurityTopologyTests/GetResourceId.json @@ -0,0 +1,136 @@ +{ + "Entries": [ + { + "RequestUri": "/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/providers/Microsoft.Security/topologies?api-version=2020-01-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2VlYWIzNDEtZjQ2Ni00OTljLWE4YmUtODU0MjdlMTU0YmFmL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VjdXJpdHkvdG9wb2xvZ2llcz9hcGktdmVyc2lvbj0yMDIwLTAxLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "ad57ddf3-c59e-432a-88f9-bbe09e5d29e5" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.27817.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Security.SecurityCenterClient/2.1.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-original-request-ids": [ + "", + "", + "" + ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "749" + ], + "x-ms-request-id": [ + "e322cc7d-3d09-4928-a45d-01ecf1cf1c69" + ], + "x-ms-correlation-request-id": [ + "e322cc7d-3d09-4928-a45d-01ecf1cf1c69" + ], + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200621T123303Z:e322cc7d-3d09-4928-a45d-01ecf1cf1c69" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Sun, 21 Jun 2020 12:33:03 GMT" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "350533" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:32:48.4894363Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/Avi/providers/Microsoft.Network/virtualNetworks/Avi-ASE-vnet\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"westus\",\r\n \"children\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/Avi/providers/Microsoft.Network/virtualNetworks/Avi-ASE-vnet/subnets/Avi-ASE-subnet\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/Avi/providers/Microsoft.Network/virtualNetworks/aviResourceGroup-vnet\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 30,\r\n \"location\": \"eastus\",\r\n \"children\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/Avi/providers/Microsoft.Network/virtualNetworks/aviResourceGroup-vnet/subnets/default\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/Avi/providers/Microsoft.Security/locations/westcentralus/topologies/virtualNetworks\",\r\n \"name\": \"virtualNetworks\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:32:48.4894363Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/Avi/providers/Microsoft.Network/virtualNetworks/Avi-ASE-vnet/subnets/Avi-ASE-subnet\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/Avi/providers/Microsoft.Network/virtualNetworks/Avi-ASE-vnet\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/Avi/providers/Microsoft.Network/virtualNetworks/aviResourceGroup-vnet/subnets/default\",\r\n \"severity\": \"High\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": true,\r\n \"topologyScore\": 30,\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/Avi/providers/Microsoft.Network/virtualNetworks/aviResourceGroup-vnet\"\r\n }\r\n ],\r\n \"children\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/AVI/providers/Microsoft.Compute/virtualMachines/aviVM\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/Avi/providers/Microsoft.Security/locations/westcentralus/topologies/subnets\",\r\n \"name\": \"subnets\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:32:48.4894363Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/databricks-rg-daniellaDB-jfpguofx3qao4/providers/Microsoft.Network/virtualNetworks/workers-vnet\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"westus\",\r\n \"children\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/databricks-rg-daniellaDB-jfpguofx3qao4/providers/Microsoft.Network/virtualNetworks/workers-vnet/subnets/public-subnet\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/databricks-rg-daniellaDB-jfpguofx3qao4/providers/Microsoft.Network/virtualNetworks/workers-vnet/subnets/private-subnet\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/databricks-rg-daniellaDB-jfpguofx3qao4/providers/Microsoft.Security/locations/westcentralus/topologies/virtualNetworks\",\r\n \"name\": \"virtualNetworks\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:32:48.4894363Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/databricks-rg-daniellaDB-jfpguofx3qao4/providers/Microsoft.Network/virtualNetworks/workers-vnet/subnets/public-subnet\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/databricks-rg-daniellaDB-jfpguofx3qao4/providers/Microsoft.Network/virtualNetworks/workers-vnet\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/databricks-rg-daniellaDB-jfpguofx3qao4/providers/Microsoft.Network/virtualNetworks/workers-vnet/subnets/private-subnet\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/databricks-rg-daniellaDB-jfpguofx3qao4/providers/Microsoft.Network/virtualNetworks/workers-vnet\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/databricks-rg-daniellaDB-jfpguofx3qao4/providers/Microsoft.Security/locations/westcentralus/topologies/subnets\",\r\n \"name\": \"subnets\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:32:48.4894363Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/eldar-storage-rg/providers/Microsoft.Network/virtualNetworks/eldar-storage-rg-vnet\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 30,\r\n \"location\": \"westus\",\r\n \"children\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/eldar-storage-rg/providers/Microsoft.Network/virtualNetworks/eldar-storage-rg-vnet/subnets/default\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/eldar-storage-rg/providers/Microsoft.Network/virtualNetworks/Elvira-131216-vnet\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 60,\r\n \"location\": \"westus\",\r\n \"children\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/eldar-storage-rg/providers/Microsoft.Network/virtualNetworks/Elvira-131216-vnet/subnets/BackEnd\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/eldar-storage-rg/providers/Microsoft.Network/virtualNetworks/Elvira-131216-vnet/subnets/FrontEnd\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/eldar-storage-rg/providers/Microsoft.Network/virtualNetworks/Elvira-141216-net\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 30,\r\n \"location\": \"westus\",\r\n \"children\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/eldar-storage-rg/providers/Microsoft.Network/virtualNetworks/Elvira-141216-net/subnets/default\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/eldar-storage-rg/providers/Microsoft.Security/locations/westcentralus/topologies/virtualNetworks\",\r\n \"name\": \"virtualNetworks\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:32:48.4894363Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/eldar-storage-rg/providers/Microsoft.Network/virtualNetworks/eldar-storage-rg-vnet/subnets/default\",\r\n \"severity\": \"High\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": true,\r\n \"topologyScore\": 30,\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/eldar-storage-rg/providers/Microsoft.Network/virtualNetworks/eldar-storage-rg-vnet\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/eldar-storage-rg/providers/Microsoft.Network/virtualNetworks/Elvira-131216-vnet/subnets/BackEnd\",\r\n \"severity\": \"High\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": true,\r\n \"topologyScore\": 30,\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/eldar-storage-rg/providers/Microsoft.Network/virtualNetworks/Elvira-131216-vnet\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/eldar-storage-rg/providers/Microsoft.Network/virtualNetworks/Elvira-131216-vnet/subnets/FrontEnd\",\r\n \"severity\": \"High\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": true,\r\n \"topologyScore\": 30,\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/eldar-storage-rg/providers/Microsoft.Network/virtualNetworks/Elvira-131216-vnet\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/eldar-storage-rg/providers/Microsoft.Network/virtualNetworks/Elvira-141216-net/subnets/default\",\r\n \"severity\": \"High\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": true,\r\n \"topologyScore\": 30,\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/eldar-storage-rg/providers/Microsoft.Network/virtualNetworks/Elvira-141216-net\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/eldar-storage-rg/providers/Microsoft.Security/locations/westcentralus/topologies/subnets\",\r\n \"name\": \"subnets\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:32:48.4894363Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLStandard_A1/providers/Microsoft.Network/virtualNetworks/MSI-94066604\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"westus\",\r\n \"children\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLStandard_A1/providers/Microsoft.Network/virtualNetworks/MSI-94066604/subnets/MSI-960858903\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLStandard_A1/providers/Microsoft.Network/virtualNetworks/MSI-GLStandard_A1-vnet\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 60,\r\n \"location\": \"westeurope\",\r\n \"children\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLStandard_A1/providers/Microsoft.Network/virtualNetworks/MSI-GLStandard_A1-vnet/subnets/default\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLStandard_A1/providers/Microsoft.Network/virtualNetworks/MSIGLStandard_A1vnet130\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 30,\r\n \"location\": \"westus2\",\r\n \"children\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLStandard_A1/providers/Microsoft.Network/virtualNetworks/MSIGLStandard_A1vnet130/subnets/default\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLStandard_A1/providers/Microsoft.Security/locations/westcentralus/topologies/virtualNetworks\",\r\n \"name\": \"virtualNetworks\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:32:48.4894363Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLStandard_A1/providers/Microsoft.Network/virtualNetworks/MSI-94066604/subnets/MSI-960858903\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLStandard_A1/providers/Microsoft.Network/virtualNetworks/MSI-94066604\"\r\n }\r\n ],\r\n \"children\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLStandard_A1/providers/Microsoft.Compute/virtualMachines/MSI-22120\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLStandard_A1/providers/Microsoft.Compute/virtualMachines/MSI-22121\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLStandard_A1/providers/Microsoft.Compute/virtualMachines/MSI-22122\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/msi-glstandard_a1/providers/Microsoft.Compute/virtualMachines/MSI-22123\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/msi-glstandard_a1/providers/Microsoft.Compute/virtualMachines/MSI-22124\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/msi-glstandard_a1/providers/Microsoft.Compute/virtualMachines/MSI-22125\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/msi-glstandard_a1/providers/Microsoft.Compute/virtualMachines/MSI-22126\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/msi-glstandard_a1/providers/Microsoft.Compute/virtualMachines/MSI-22127\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/msi-glstandard_a1/providers/Microsoft.Compute/virtualMachines/MSI-22128\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/msi-glstandard_a1/providers/Microsoft.Compute/virtualMachines/MSI-22129\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLStandard_A1/providers/Microsoft.Compute/virtualMachines/MSI-221210\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLStandard_A1/providers/Microsoft.Compute/virtualMachines/MSI-221211\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLStandard_A1/providers/Microsoft.Compute/virtualMachines/MSI-221212\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLStandard_A1/providers/Microsoft.Compute/virtualMachines/MSI-221213\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLStandard_A1/providers/Microsoft.Compute/virtualMachines/MSI-221214\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLStandard_A1/providers/Microsoft.Compute/virtualMachines/MSI-221215\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLStandard_A1/providers/Microsoft.Compute/virtualMachines/MSI-221216\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLStandard_A1/providers/Microsoft.Compute/virtualMachines/MSI-221217\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLStandard_A1/providers/Microsoft.Compute/virtualMachines/MSI-221218\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLStandard_A1/providers/Microsoft.Compute/virtualMachines/MSI-221219\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLStandard_A1/providers/Microsoft.Compute/virtualMachines/MSI-221220\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLStandard_A1/providers/Microsoft.Compute/virtualMachines/MSI-221221\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/msi-glstandard_a1/providers/Microsoft.Compute/virtualMachines/MSI-221222\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/msi-glstandard_a1/providers/Microsoft.Compute/virtualMachines/MSI-221223\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/msi-glstandard_a1/providers/Microsoft.Compute/virtualMachines/MSI-221224\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/msi-glstandard_a1/providers/Microsoft.Compute/virtualMachines/MSI-221225\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/msi-glstandard_a1/providers/Microsoft.Compute/virtualMachines/MSI-221226\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLStandard_A1/providers/Microsoft.Compute/virtualMachines/MSI-221227\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/msi-glstandard_a1/providers/Microsoft.Compute/virtualMachines/MSI-221228\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/msi-glstandard_a1/providers/Microsoft.Compute/virtualMachines/MSI-221229\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLStandard_A1/providers/Microsoft.Network/virtualNetworks/MSI-GLStandard_A1-vnet/subnets/default\",\r\n \"severity\": \"High\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": true,\r\n \"topologyScore\": 60,\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLStandard_A1/providers/Microsoft.Network/virtualNetworks/MSI-GLStandard_A1-vnet\"\r\n }\r\n ],\r\n \"children\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/msi-glstandard_a1/providers/Microsoft.Compute/virtualMachines/testGLVM2512\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLStandard_A1/providers/Microsoft.Network/virtualNetworks/MSIGLStandard_A1vnet130/subnets/default\",\r\n \"severity\": \"High\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": true,\r\n \"topologyScore\": 30,\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLStandard_A1/providers/Microsoft.Network/virtualNetworks/MSIGLStandard_A1vnet130\"\r\n }\r\n ],\r\n \"children\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLStandard_A1/providers/Microsoft.Compute/virtualMachines/gl2612\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLStandard_A1/providers/Microsoft.Security/locations/westcentralus/topologies/subnets\",\r\n \"name\": \"subnets\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:32:48.4894363Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/Permanent-ASE-ream/providers/Microsoft.Network/virtualNetworks/Permanent-ASE-ream-vnet\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 30,\r\n \"location\": \"westus\",\r\n \"children\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/Permanent-ASE-ream/providers/Microsoft.Network/virtualNetworks/Permanent-ASE-ream-vnet/subnets/default\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/Permanent-ASE-ream/providers/Microsoft.Security/locations/westcentralus/topologies/virtualNetworks\",\r\n \"name\": \"virtualNetworks\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:32:48.4894363Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/Permanent-ASE-ream/providers/Microsoft.Network/virtualNetworks/Permanent-ASE-ream-vnet/subnets/default\",\r\n \"severity\": \"High\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": true,\r\n \"topologyScore\": 30,\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/Permanent-ASE-ream/providers/Microsoft.Network/virtualNetworks/Permanent-ASE-ream-vnet\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/Permanent-ASE-ream/providers/Microsoft.Security/locations/westcentralus/topologies/subnets\",\r\n \"name\": \"subnets\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:32:48.4894363Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/qualysrds/providers/Microsoft.Network/virtualNetworks/qualysrds-vnet\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 30,\r\n \"location\": \"westus\",\r\n \"children\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/qualysrds/providers/Microsoft.Network/virtualNetworks/qualysrds-vnet/subnets/default\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/qualysrds/providers/Microsoft.Security/locations/westcentralus/topologies/virtualNetworks\",\r\n \"name\": \"virtualNetworks\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:32:48.4894363Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/qualysrds/providers/Microsoft.Network/virtualNetworks/qualysrds-vnet/subnets/default\",\r\n \"severity\": \"High\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": true,\r\n \"topologyScore\": 30,\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/qualysrds/providers/Microsoft.Network/virtualNetworks/qualysrds-vnet\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/qualysrds/providers/Microsoft.Security/locations/westcentralus/topologies/subnets\",\r\n \"name\": \"subnets\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:32:48.4894363Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/QualysTest/providers/Microsoft.Network/virtualNetworks/QualysTest-vnet\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"westus\",\r\n \"children\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/QualysTest/providers/Microsoft.Network/virtualNetworks/QualysTest-vnet/subnets/default\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/QualysTest/providers/Microsoft.Security/locations/westcentralus/topologies/virtualNetworks\",\r\n \"name\": \"virtualNetworks\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:32:48.4894363Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/QualysTest/providers/Microsoft.Network/virtualNetworks/QualysTest-vnet/subnets/default\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/QualysTest/providers/Microsoft.Network/virtualNetworks/QualysTest-vnet\"\r\n }\r\n ],\r\n \"children\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/QUALYSTEST/providers/Microsoft.Compute/virtualMachines/UbuntuForQualys\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/QualysTest/providers/Microsoft.Security/locations/westcentralus/topologies/subnets\",\r\n \"name\": \"subnets\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:32:48.4894363Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/ream-awl-linux/providers/Microsoft.Network/virtualNetworks/ream-awl-linux-vnet\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 30,\r\n \"location\": \"westus\",\r\n \"children\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/ream-awl-linux/providers/Microsoft.Network/virtualNetworks/ream-awl-linux-vnet/subnets/default\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/ream-awl-linux/providers/Microsoft.Security/locations/westcentralus/topologies/virtualNetworks\",\r\n \"name\": \"virtualNetworks\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:32:48.4894363Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/ream-awl-linux/providers/Microsoft.Network/virtualNetworks/ream-awl-linux-vnet/subnets/default\",\r\n \"severity\": \"High\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": true,\r\n \"topologyScore\": 30,\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/ream-awl-linux/providers/Microsoft.Network/virtualNetworks/ream-awl-linux-vnet\"\r\n }\r\n ],\r\n \"children\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/REAM-AWL-LINUX/providers/Microsoft.Compute/virtualMachines/ream-awl-linux\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/ream-awl-linux/providers/Microsoft.Security/locations/westcentralus/topologies/subnets\",\r\n \"name\": \"subnets\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:32:48.4894363Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/TalK-VA/providers/Microsoft.Network/virtualNetworks/app-service-env-talk-vnet\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"westus\",\r\n \"children\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/TalK-VA/providers/Microsoft.Network/virtualNetworks/app-service-env-talk-vnet/subnets/app-service-env-talk-subnet\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/TalK-VA/providers/Microsoft.Network/virtualNetworks/TalK-VA-vnet\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 30,\r\n \"location\": \"eastus\",\r\n \"children\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/TalK-VA/providers/Microsoft.Network/virtualNetworks/TalK-VA-vnet/subnets/default\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/TalK-VA/providers/Microsoft.Network/virtualNetworks/TalKVAvnet160\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 30,\r\n \"location\": \"centraluseuap\",\r\n \"children\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/TalK-VA/providers/Microsoft.Network/virtualNetworks/TalKVAvnet160/subnets/default\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/TalK-VA/providers/Microsoft.Security/locations/westcentralus/topologies/virtualNetworks\",\r\n \"name\": \"virtualNetworks\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:32:48.4894363Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/TalK-VA/providers/Microsoft.Network/virtualNetworks/app-service-env-talk-vnet/subnets/app-service-env-talk-subnet\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/TalK-VA/providers/Microsoft.Network/virtualNetworks/app-service-env-talk-vnet\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/TalK-VA/providers/Microsoft.Network/virtualNetworks/TalK-VA-vnet/subnets/default\",\r\n \"severity\": \"High\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": true,\r\n \"topologyScore\": 30,\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/TalK-VA/providers/Microsoft.Network/virtualNetworks/TalK-VA-vnet\"\r\n }\r\n ],\r\n \"children\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/TalK-VA/providers/Microsoft.Compute/virtualMachines/tal-win-vm\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/TalK-VA/providers/Microsoft.Compute/virtualMachines/tal-win-vm-jit\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/TalK-VA/providers/Microsoft.Network/virtualNetworks/TalKVAvnet160/subnets/default\",\r\n \"severity\": \"High\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": true,\r\n \"topologyScore\": 30,\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/TalK-VA/providers/Microsoft.Network/virtualNetworks/TalKVAvnet160\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/TalK-VA/providers/Microsoft.Security/locations/westcentralus/topologies/subnets\",\r\n \"name\": \"subnets\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:32:48.4894363Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/amaviram-PPtest/providers/Microsoft.Network/virtualNetworks/amaviram-PPtest-vnet\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 30,\r\n \"location\": \"eastus\",\r\n \"children\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/amaviram-PPtest/providers/Microsoft.Network/virtualNetworks/amaviram-PPtest-vnet/subnets/default\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/amaviram-PPtest/providers/Microsoft.Network/virtualNetworks/amaviram-1976161321\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 60,\r\n \"location\": \"northeurope\",\r\n \"children\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/amaviram-PPtest/providers/Microsoft.Network/virtualNetworks/amaviram-1976161321/subnets/amaviram-49574186\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/amaviram-PPtest/providers/Microsoft.Network/virtualNetworks/amaviram-1312284343\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 60,\r\n \"location\": \"westeurope\",\r\n \"children\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/amaviram-PPtest/providers/Microsoft.Network/virtualNetworks/amaviram-1312284343/subnets/amaviram-1616029505\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/amaviram-PPtest/providers/Microsoft.Network/virtualNetworks/amaviram-702701979\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"centralus\",\r\n \"children\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/amaviram-PPtest/providers/Microsoft.Network/virtualNetworks/amaviram-702701979/subnets/amaviram-1260022385\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/amaviram-PPtest/providers/Microsoft.Network/virtualNetworks/MyVNET\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"centralus\",\r\n \"children\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/amaviram-PPtest/providers/Microsoft.Network/virtualNetworks/MyVNET/subnets/Subnet\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/amaviram-PPtest/providers/Microsoft.Network/virtualNetworks/amaviram-2098151420\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 240,\r\n \"location\": \"australiaeast\",\r\n \"children\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/amaviram-PPtest/providers/Microsoft.Network/virtualNetworks/amaviram-2098151420/subnets/amaviram-635182180\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/amaviram-PPtest/providers/Microsoft.Security/locations/westcentralus/topologies/virtualNetworks\",\r\n \"name\": \"virtualNetworks\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:32:48.4894363Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/amaviram-PPtest/providers/Microsoft.Network/virtualNetworks/amaviram-PPtest-vnet/subnets/default\",\r\n \"severity\": \"High\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": true,\r\n \"topologyScore\": 30,\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/amaviram-PPtest/providers/Microsoft.Network/virtualNetworks/amaviram-PPtest-vnet\"\r\n }\r\n ],\r\n \"children\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/amaviram-PPtest/providers/Microsoft.Compute/virtualMachines/AmitQ1005\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/amaviram-PPtest/providers/Microsoft.Network/virtualNetworks/amaviram-1976161321/subnets/amaviram-49574186\",\r\n \"severity\": \"High\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": true,\r\n \"topologyScore\": 60,\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/amaviram-PPtest/providers/Microsoft.Network/virtualNetworks/amaviram-1976161321\"\r\n }\r\n ],\r\n \"children\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/amaviram-PPtest/providers/Microsoft.Compute/virtualMachines/amaviram-18120\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/amaviram-PPtest/providers/Microsoft.Network/virtualNetworks/amaviram-1312284343/subnets/amaviram-1616029505\",\r\n \"severity\": \"High\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": true,\r\n \"topologyScore\": 60,\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/amaviram-PPtest/providers/Microsoft.Network/virtualNetworks/amaviram-1312284343\"\r\n }\r\n ],\r\n \"children\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/amaviram-PPtest/providers/Microsoft.Compute/virtualMachines/amaviram-18122\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/amaviram-PPtest/providers/Microsoft.Network/virtualNetworks/amaviram-702701979/subnets/amaviram-1260022385\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/amaviram-PPtest/providers/Microsoft.Network/virtualNetworks/amaviram-702701979\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/amaviram-PPtest/providers/Microsoft.Network/virtualNetworks/MyVNET/subnets/Subnet\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/amaviram-PPtest/providers/Microsoft.Network/virtualNetworks/MyVNET\"\r\n }\r\n ],\r\n \"children\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/amaviram-PPtest/providers/Microsoft.Compute/virtualMachines/SimpleWinVM\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/amaviram-PPtest/providers/Microsoft.Network/virtualNetworks/amaviram-2098151420/subnets/amaviram-635182180\",\r\n \"severity\": \"High\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": true,\r\n \"topologyScore\": 240,\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/amaviram-PPtest/providers/Microsoft.Network/virtualNetworks/amaviram-2098151420\"\r\n }\r\n ],\r\n \"children\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/amaviram-PPtest/providers/Microsoft.Compute/virtualMachines/amaviram-18123\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/amaviram-PPtest/providers/Microsoft.Compute/virtualMachines/amaviram-18124\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/amaviram-PPtest/providers/Microsoft.Compute/virtualMachines/amaviram-18125\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/amaviram-PPtest/providers/Microsoft.Compute/virtualMachines/amaviram-18126\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/AMAVIRAM-PPTEST/providers/Microsoft.Compute/virtualMachines/amaviram-18127\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/AMAVIRAM-PPTEST/providers/Microsoft.Compute/virtualMachines/amaviram-18128\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/AMAVIRAM-PPTEST/providers/Microsoft.Compute/virtualMachines/amaviram-18129\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/amaviram-PPtest/providers/Microsoft.Security/locations/westcentralus/topologies/subnets\",\r\n \"name\": \"subnets\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:32:48.4894363Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/Amit-VA/providers/Microsoft.Network/virtualNetworks/Amit-VA-vnet\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 80,\r\n \"location\": \"eastus\",\r\n \"children\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/Amit-VA/providers/Microsoft.Network/virtualNetworks/Amit-VA-vnet/subnets/default\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/Amit-VA/providers/Microsoft.Network/virtualNetworks/SnirWafVnet\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 30,\r\n \"location\": \"eastus\",\r\n \"children\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/Amit-VA/providers/Microsoft.Network/virtualNetworks/SnirWafVnet/subnets/default\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/Amit-VA/providers/Microsoft.Network/virtualNetworks/AmitVAvnet827\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 30,\r\n \"location\": \"centralus\",\r\n \"children\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/Amit-VA/providers/Microsoft.Network/virtualNetworks/AmitVAvnet827/subnets/default\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/Amit-VA/providers/Microsoft.Network/virtualNetworks/AmitVAvnet523\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 30,\r\n \"location\": \"westcentralus\",\r\n \"children\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/Amit-VA/providers/Microsoft.Network/virtualNetworks/AmitVAvnet523/subnets/default\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/Amit-VA/providers/Microsoft.Network/virtualNetworks/AmitVAvnet875\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 510,\r\n \"location\": \"centraluseuap\",\r\n \"children\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/Amit-VA/providers/Microsoft.Network/virtualNetworks/AmitVAvnet875/subnets/default\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/Amit-VA/providers/Microsoft.Security/locations/westcentralus/topologies/virtualNetworks\",\r\n \"name\": \"virtualNetworks\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:32:48.4894363Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/Amit-VA/providers/Microsoft.Network/virtualNetworks/Amit-VA-vnet/subnets/default\",\r\n \"severity\": \"High\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": true,\r\n \"topologyScore\": 80,\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/Amit-VA/providers/Microsoft.Network/virtualNetworks/Amit-VA-vnet\"\r\n }\r\n ],\r\n \"children\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/Amit-VA/providers/Microsoft.Compute/virtualMachines/Amit-Linux-PG\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/Amit-VA/providers/Microsoft.Compute/virtualMachines/Amit-Baracuda-Test\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/Amit-VA/providers/Microsoft.Compute/virtualMachines/AmitQ1005-2\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/AMIT-VA/providers/Microsoft.Compute/virtualMachines/win20200602\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/Amit-VA/providers/Microsoft.Compute/virtualMachines/Amit-1009Ag\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/Amit-VA/providers/Microsoft.Compute/virtualMachines/Amit-1009-2\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/Amit-VA/providers/Microsoft.Network/virtualNetworks/SnirWafVnet/subnets/default\",\r\n \"severity\": \"High\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": true,\r\n \"topologyScore\": 30,\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/Amit-VA/providers/Microsoft.Network/virtualNetworks/SnirWafVnet\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/Amit-VA/providers/Microsoft.Network/virtualNetworks/AmitVAvnet827/subnets/default\",\r\n \"severity\": \"High\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": true,\r\n \"topologyScore\": 30,\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/Amit-VA/providers/Microsoft.Network/virtualNetworks/AmitVAvnet827\"\r\n }\r\n ],\r\n \"children\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/Amit-VA/providers/Microsoft.Compute/virtualMachines/Amit-Win\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/Amit-VA/providers/Microsoft.Network/virtualNetworks/AmitVAvnet523/subnets/default\",\r\n \"severity\": \"High\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": true,\r\n \"topologyScore\": 30,\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/Amit-VA/providers/Microsoft.Network/virtualNetworks/AmitVAvnet523\"\r\n }\r\n ],\r\n \"children\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/AMIT-VA/providers/Microsoft.Compute/virtualMachines/ream-test\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/Amit-VA/providers/Microsoft.Network/virtualNetworks/AmitVAvnet875/subnets/default\",\r\n \"severity\": \"High\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": true,\r\n \"topologyScore\": 510,\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/Amit-VA/providers/Microsoft.Network/virtualNetworks/AmitVAvnet875\"\r\n }\r\n ],\r\n \"children\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/Amit-VA/providers/Microsoft.Compute/virtualMachines/Amit-GL-1006-2\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/Amit-VA/providers/Microsoft.Compute/virtualMachines/Amit-GL-1006-3\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/Amit-VA/providers/Microsoft.Compute/virtualMachines/Amit-GL-1006-4\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/Amit-VA/providers/Microsoft.Compute/virtualMachines/Amit-GL-1006-Bl\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/Amit-VA/providers/Microsoft.Compute/virtualMachines/amaviram\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/Amit-VA/providers/Microsoft.Compute/virtualMachines/Amit-GL1009-BL\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/Amit-VA/providers/Microsoft.Compute/virtualMachines/Amit-1009-2-bl\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/Amit-VA/providers/Microsoft.Compute/virtualMachines/Amit1009-2-BL\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/Amit-VA/providers/Microsoft.Security/locations/westcentralus/topologies/subnets\",\r\n \"name\": \"subnets\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:32:48.4894363Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/AvishalomTests/providers/Microsoft.Network/virtualNetworks/AvishalomTests-vnet\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 30,\r\n \"location\": \"eastus\",\r\n \"children\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/AvishalomTests/providers/Microsoft.Network/virtualNetworks/AvishalomTests-vnet/subnets/default\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/AvishalomTests/providers/Microsoft.Security/locations/westcentralus/topologies/virtualNetworks\",\r\n \"name\": \"virtualNetworks\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:32:48.4894363Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/AvishalomTests/providers/Microsoft.Network/virtualNetworks/AvishalomTests-vnet/subnets/default\",\r\n \"severity\": \"High\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": true,\r\n \"topologyScore\": 30,\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/AvishalomTests/providers/Microsoft.Network/virtualNetworks/AvishalomTests-vnet\"\r\n }\r\n ],\r\n \"children\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/AVISHALOMTESTS/providers/Microsoft.Compute/virtualMachines/AvishaloJitTest\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/AvishalomTests/providers/Microsoft.Security/locations/westcentralus/topologies/subnets\",\r\n \"name\": \"subnets\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:32:48.4894363Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/dana_try1/providers/Microsoft.Network/virtualNetworks/dana_try1-vnet\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 30,\r\n \"location\": \"eastus\",\r\n \"children\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/dana_try1/providers/Microsoft.Network/virtualNetworks/dana_try1-vnet/subnets/default\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/dana_try1/providers/Microsoft.Network/virtualNetworks/DanaTest\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 30,\r\n \"location\": \"centralus\",\r\n \"children\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/dana_try1/providers/Microsoft.Network/virtualNetworks/DanaTest/subnets/default\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/dana_try1/providers/Microsoft.Security/locations/westcentralus/topologies/virtualNetworks\",\r\n \"name\": \"virtualNetworks\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:32:48.4894363Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/dana_try1/providers/Microsoft.Network/virtualNetworks/dana_try1-vnet/subnets/default\",\r\n \"severity\": \"High\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": true,\r\n \"topologyScore\": 30,\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/dana_try1/providers/Microsoft.Network/virtualNetworks/dana_try1-vnet\"\r\n }\r\n ],\r\n \"children\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/dana_try1/providers/Microsoft.Compute/virtualMachines/barracudaTry\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/dana_try1/providers/Microsoft.Network/virtualNetworks/DanaTest/subnets/default\",\r\n \"severity\": \"High\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": true,\r\n \"topologyScore\": 30,\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/dana_try1/providers/Microsoft.Network/virtualNetworks/DanaTest\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/dana_try1/providers/Microsoft.Security/locations/westcentralus/topologies/subnets\",\r\n \"name\": \"subnets\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:32:48.4894363Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/EItanRG/providers/Microsoft.Network/virtualNetworks/EItanRG-vnet\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 50,\r\n \"location\": \"eastus\",\r\n \"children\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/EItanRG/providers/Microsoft.Network/virtualNetworks/EItanRG-vnet/subnets/default\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/EItanRG/providers/Microsoft.Network/virtualNetworks/EitanVNTest\",\r\n \"severity\": \"High\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": true,\r\n \"topologyScore\": 10,\r\n \"location\": \"eastus\",\r\n \"children\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/EItanRG/providers/Microsoft.Network/virtualNetworks/EitanVNTest/subnets/AzureFirewallSubnet\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/EItanRG/providers/Microsoft.Security/locations/westcentralus/topologies/virtualNetworks\",\r\n \"name\": \"virtualNetworks\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:32:48.4894363Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/EItanRG/providers/Microsoft.Network/virtualNetworks/EItanRG-vnet/subnets/default\",\r\n \"severity\": \"High\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": true,\r\n \"topologyScore\": 50,\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/EItanRG/providers/Microsoft.Network/virtualNetworks/EItanRG-vnet\"\r\n }\r\n ],\r\n \"children\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/EITANRG/providers/Microsoft.Compute/virtualMachines/EitanVMTest\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/EItanRG/providers/Microsoft.Compute/virtualMachines/eitanVM2\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/EItanRG/providers/Microsoft.Network/virtualNetworks/EitanVNTest/subnets/AzureFirewallSubnet\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/EItanRG/providers/Microsoft.Network/virtualNetworks/EitanVNTest\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/EItanRG/providers/Microsoft.Security/locations/westcentralus/topologies/subnets\",\r\n \"name\": \"subnets\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:32:48.4894363Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/eldarfanouttest0506/providers/Microsoft.Network/virtualNetworks/eldarfanouttest0506-vnet\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 60,\r\n \"location\": \"eastus\",\r\n \"children\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/eldarfanouttest0506/providers/Microsoft.Network/virtualNetworks/eldarfanouttest0506-vnet/subnets/default\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/eldarfanouttest0506/providers/Microsoft.Security/locations/westcentralus/topologies/virtualNetworks\",\r\n \"name\": \"virtualNetworks\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:32:48.4894363Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/eldarfanouttest0506/providers/Microsoft.Network/virtualNetworks/eldarfanouttest0506-vnet/subnets/default\",\r\n \"severity\": \"High\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": true,\r\n \"topologyScore\": 60,\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/eldarfanouttest0506/providers/Microsoft.Network/virtualNetworks/eldarfanouttest0506-vnet\"\r\n }\r\n ],\r\n \"children\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/eldarfanouttest0506/providers/Microsoft.Compute/virtualMachines/eldarfanouttest0506\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/eldarfanouttest0506/providers/Microsoft.Security/locations/westcentralus/topologies/subnets\",\r\n \"name\": \"subnets\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:32:48.4894363Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/IbizaCreateDeployment/providers/Microsoft.Network/virtualNetworks/IbizaCreateDeployment-vnet\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 30,\r\n \"location\": \"eastus\",\r\n \"children\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/IbizaCreateDeployment/providers/Microsoft.Network/virtualNetworks/IbizaCreateDeployment-vnet/subnets/default\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/IbizaCreateDeployment/providers/Microsoft.Security/locations/westcentralus/topologies/virtualNetworks\",\r\n \"name\": \"virtualNetworks\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:32:48.4894363Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/IbizaCreateDeployment/providers/Microsoft.Network/virtualNetworks/IbizaCreateDeployment-vnet/subnets/default\",\r\n \"severity\": \"High\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": true,\r\n \"topologyScore\": 30,\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/IbizaCreateDeployment/providers/Microsoft.Network/virtualNetworks/IbizaCreateDeployment-vnet\"\r\n }\r\n ],\r\n \"children\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/IbizaCreateDeployment/providers/Microsoft.Compute/virtualMachines/IbizaCreateDeployment\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/IbizaCreateDeployment/providers/Microsoft.Security/locations/westcentralus/topologies/subnets\",\r\n \"name\": \"subnets\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:32:48.4894363Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/IbizaCreateTest/providers/Microsoft.Network/virtualNetworks/IbizaCreateTest-vnet\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 30,\r\n \"location\": \"eastus\",\r\n \"children\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/IbizaCreateTest/providers/Microsoft.Network/virtualNetworks/IbizaCreateTest-vnet/subnets/default\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/IbizaCreateTest/providers/Microsoft.Security/locations/westcentralus/topologies/virtualNetworks\",\r\n \"name\": \"virtualNetworks\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:32:48.4894363Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/IbizaCreateTest/providers/Microsoft.Network/virtualNetworks/IbizaCreateTest-vnet/subnets/default\",\r\n \"severity\": \"High\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": true,\r\n \"topologyScore\": 30,\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/IbizaCreateTest/providers/Microsoft.Network/virtualNetworks/IbizaCreateTest-vnet\"\r\n }\r\n ],\r\n \"children\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/IbizaCreateTest/providers/Microsoft.Compute/virtualMachines/IbizaCreateTest\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/IbizaCreateTest/providers/Microsoft.Security/locations/westcentralus/topologies/subnets\",\r\n \"name\": \"subnets\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:32:48.4894363Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/IbizaDeploymentTest/providers/Microsoft.Network/virtualNetworks/IbizaDeploymentTest-vnet\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"eastus\",\r\n \"children\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/IbizaDeploymentTest/providers/Microsoft.Network/virtualNetworks/IbizaDeploymentTest-vnet/subnets/default\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/IbizaDeploymentTest/providers/Microsoft.Security/locations/westcentralus/topologies/virtualNetworks\",\r\n \"name\": \"virtualNetworks\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:32:48.4894363Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/IbizaDeploymentTest/providers/Microsoft.Network/virtualNetworks/IbizaDeploymentTest-vnet/subnets/default\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/IbizaDeploymentTest/providers/Microsoft.Network/virtualNetworks/IbizaDeploymentTest-vnet\"\r\n }\r\n ],\r\n \"children\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/IbizaDeploymentTest/providers/Microsoft.Compute/virtualMachines/IbizaDeploymentTest\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/IbizaDeploymentTest/providers/Microsoft.Security/locations/westcentralus/topologies/subnets\",\r\n \"name\": \"subnets\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:32:48.4894363Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/impervajul5/providers/Microsoft.Network/virtualNetworks/impervajul5-Network\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 30,\r\n \"location\": \"eastus\",\r\n \"children\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/impervajul5/providers/Microsoft.Network/virtualNetworks/impervajul5-Network/subnets/impervajul5-GWSN\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/impervajul5/providers/Microsoft.Network/virtualNetworks/impervajul5-Network/subnets/impervajul5-MXSN\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/impervajul5/providers/Microsoft.Security/locations/westcentralus/topologies/virtualNetworks\",\r\n \"name\": \"virtualNetworks\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:32:48.4894363Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/impervajul5/providers/Microsoft.Network/virtualNetworks/impervajul5-Network/subnets/impervajul5-GWSN\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/impervajul5/providers/Microsoft.Network/virtualNetworks/impervajul5-Network\"\r\n }\r\n ],\r\n \"children\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/impervajul5/providers/Microsoft.Compute/virtualMachines/impervajul5-GW0\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/impervajul5/providers/Microsoft.Network/virtualNetworks/impervajul5-Network/subnets/impervajul5-MXSN\",\r\n \"severity\": \"High\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": true,\r\n \"topologyScore\": 30,\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/impervajul5/providers/Microsoft.Network/virtualNetworks/impervajul5-Network\"\r\n }\r\n ],\r\n \"children\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/impervajul5/providers/Microsoft.Compute/virtualMachines/impervajul5-MX\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/impervajul5/providers/Microsoft.Security/locations/westcentralus/topologies/subnets\",\r\n \"name\": \"subnets\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:32:48.4894363Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/myResourceGroup/providers/Microsoft.Network/virtualNetworks/myVirtualNetwork\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"eastus\",\r\n \"children\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/myResourceGroup/providers/Microsoft.Network/virtualNetworks/myVirtualNetwork/subnets/mySubnet\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/myResourceGroup/providers/Microsoft.Security/locations/westcentralus/topologies/virtualNetworks\",\r\n \"name\": \"virtualNetworks\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:32:48.4894363Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/myResourceGroup/providers/Microsoft.Network/virtualNetworks/myVirtualNetwork/subnets/mySubnet\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/myResourceGroup/providers/Microsoft.Network/virtualNetworks/myVirtualNetwork\"\r\n }\r\n ],\r\n \"children\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MYRESOURCEGROUP/providers/Microsoft.Compute/virtualMachines/myVmWeb\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/myResourceGroup/providers/Microsoft.Security/locations/westcentralus/topologies/subnets\",\r\n \"name\": \"subnets\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:32:48.4894363Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/partnersp/providers/Microsoft.Network/virtualNetworks/vnet01\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"eastus\",\r\n \"children\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/partnersp/providers/Microsoft.Network/virtualNetworks/vnet01/subnets/Backend\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/partnersp/providers/Microsoft.Network/virtualNetworks/vnet01/subnets/Frontend\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/partnersp/providers/Microsoft.Security/locations/westcentralus/topologies/virtualNetworks\",\r\n \"name\": \"virtualNetworks\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:32:48.4894363Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/partnersp/providers/Microsoft.Network/virtualNetworks/vnet01/subnets/Backend\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/partnersp/providers/Microsoft.Network/virtualNetworks/vnet01\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/partnersp/providers/Microsoft.Network/virtualNetworks/vnet01/subnets/Frontend\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/partnersp/providers/Microsoft.Network/virtualNetworks/vnet01\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/partnersp/providers/Microsoft.Security/locations/westcentralus/topologies/subnets\",\r\n \"name\": \"subnets\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:32:48.4894363Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/ream-test-barwaf/providers/Microsoft.Network/virtualNetworks/reamtestbarwafvnet166\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 30,\r\n \"location\": \"eastus\",\r\n \"children\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/ream-test-barwaf/providers/Microsoft.Network/virtualNetworks/reamtestbarwafvnet166/subnets/default\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/ream-test-barwaf/providers/Microsoft.Network/virtualNetworks/ream-test-barwaf-vnet\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 30,\r\n \"location\": \"eastus2\",\r\n \"children\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/ream-test-barwaf/providers/Microsoft.Network/virtualNetworks/ream-test-barwaf-vnet/subnets/default\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/ream-test-barwaf/providers/Microsoft.Security/locations/westcentralus/topologies/virtualNetworks\",\r\n \"name\": \"virtualNetworks\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:32:48.4894363Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/ream-test-barwaf/providers/Microsoft.Network/virtualNetworks/reamtestbarwafvnet166/subnets/default\",\r\n \"severity\": \"High\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": true,\r\n \"topologyScore\": 30,\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/ream-test-barwaf/providers/Microsoft.Network/virtualNetworks/reamtestbarwafvnet166\"\r\n }\r\n ],\r\n \"children\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/ream-test-barwaf/providers/Microsoft.Compute/virtualMachines/mywaf\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/ream-test-barwaf/providers/Microsoft.Network/virtualNetworks/ream-test-barwaf-vnet/subnets/default\",\r\n \"severity\": \"High\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": true,\r\n \"topologyScore\": 30,\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/ream-test-barwaf/providers/Microsoft.Network/virtualNetworks/ream-test-barwaf-vnet\"\r\n }\r\n ],\r\n \"children\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/ream-test-barwaf/providers/Microsoft.Compute/virtualMachines/ream-test-barwaf\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/ream-test-barwaf/providers/Microsoft.Security/locations/westcentralus/topologies/subnets\",\r\n \"name\": \"subnets\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:32:48.4894363Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/ron-gissin-test-resource-group/providers/Microsoft.Network/virtualNetworks/ron-gissin-test-resource-group-vnet\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 90,\r\n \"location\": \"eastus\",\r\n \"children\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/ron-gissin-test-resource-group/providers/Microsoft.Network/virtualNetworks/ron-gissin-test-resource-group-vnet/subnets/default\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/ron-gissin-test-resource-group/providers/Microsoft.Security/locations/westcentralus/topologies/virtualNetworks\",\r\n \"name\": \"virtualNetworks\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:32:48.4894363Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/ron-gissin-test-resource-group/providers/Microsoft.Network/virtualNetworks/ron-gissin-test-resource-group-vnet/subnets/default\",\r\n \"severity\": \"High\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": true,\r\n \"topologyScore\": 90,\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/ron-gissin-test-resource-group/providers/Microsoft.Network/virtualNetworks/ron-gissin-test-resource-group-vnet\"\r\n }\r\n ],\r\n \"children\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/ron-gissin-test-resource-group/providers/Microsoft.Compute/virtualMachines/ron-gissin-test-vm\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/ron-gissin-test-resource-group/providers/Microsoft.Security/locations/westcentralus/topologies/subnets\",\r\n \"name\": \"subnets\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:32:48.4894363Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/shalini/providers/Microsoft.Network/virtualNetworks/shalini\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"eastus\",\r\n \"children\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/shalini/providers/Microsoft.Network/virtualNetworks/shalini/subnets/default\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/shalini/providers/Microsoft.Network/virtualNetworks/shalini-vnet\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 30,\r\n \"location\": \"eastus\",\r\n \"children\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/shalini/providers/Microsoft.Network/virtualNetworks/shalini-vnet/subnets/default\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/shalini/providers/Microsoft.Network/virtualNetworks/shalinivnet111\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 30,\r\n \"location\": \"northcentralus\",\r\n \"children\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/shalini/providers/Microsoft.Network/virtualNetworks/shalinivnet111/subnets/default\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/shalini/providers/Microsoft.Network/virtualNetworks/shalinivnet800\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 30,\r\n \"location\": \"westcentralus\",\r\n \"children\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/shalini/providers/Microsoft.Network/virtualNetworks/shalinivnet800/subnets/default\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/shalini/providers/Microsoft.Security/locations/westcentralus/topologies/virtualNetworks\",\r\n \"name\": \"virtualNetworks\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:32:48.4894363Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/shalini/providers/Microsoft.Network/virtualNetworks/shalini/subnets/default\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/shalini/providers/Microsoft.Network/virtualNetworks/shalini\"\r\n }\r\n ],\r\n \"children\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/shalini/providers/Microsoft.Compute/virtualMachines/shalinirapid7\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/shalini/providers/Microsoft.Compute/virtualMachines/rapid7test\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/shalini/providers/Microsoft.Network/virtualNetworks/shalini-vnet/subnets/default\",\r\n \"severity\": \"High\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": true,\r\n \"topologyScore\": 30,\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/shalini/providers/Microsoft.Network/virtualNetworks/shalini-vnet\"\r\n }\r\n ],\r\n \"children\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/shalini/providers/Microsoft.Compute/virtualMachines/QualysSP\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/shalini/providers/Microsoft.Network/virtualNetworks/shalinivnet111/subnets/default\",\r\n \"severity\": \"High\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": true,\r\n \"topologyScore\": 30,\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/shalini/providers/Microsoft.Network/virtualNetworks/shalinivnet111\"\r\n }\r\n ],\r\n \"children\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/shalini/providers/Microsoft.Compute/virtualMachines/Shaliniubuntu17\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/shalini/providers/Microsoft.Network/virtualNetworks/shalinivnet800/subnets/default\",\r\n \"severity\": \"High\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": true,\r\n \"topologyScore\": 30,\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/shalini/providers/Microsoft.Network/virtualNetworks/shalinivnet800\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/shalini/providers/Microsoft.Security/locations/westcentralus/topologies/subnets\",\r\n \"name\": \"subnets\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:32:48.4894363Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/shalinifortigate/providers/Microsoft.Network/virtualNetworks/FortigateProtectedVNet\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 120,\r\n \"location\": \"eastus\",\r\n \"children\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/shalinifortigate/providers/Microsoft.Network/virtualNetworks/FortigateProtectedVNet/subnets/PublicFacingSubnet\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/shalinifortigate/providers/Microsoft.Network/virtualNetworks/FortigateProtectedVNet/subnets/InsideSubnet\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/shalinifortigate/providers/Microsoft.Security/locations/westcentralus/topologies/virtualNetworks\",\r\n \"name\": \"virtualNetworks\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:32:48.4894363Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/shalinifortigate/providers/Microsoft.Network/virtualNetworks/FortigateProtectedVNet/subnets/PublicFacingSubnet\",\r\n \"severity\": \"High\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": true,\r\n \"topologyScore\": 60,\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/shalinifortigate/providers/Microsoft.Network/virtualNetworks/FortigateProtectedVNet\"\r\n }\r\n ],\r\n \"children\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/shalinifortigate/providers/Microsoft.Compute/virtualMachines/shalinifortiga\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/shalinifortigate/providers/Microsoft.Network/virtualNetworks/FortigateProtectedVNet/subnets/InsideSubnet\",\r\n \"severity\": \"High\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": true,\r\n \"topologyScore\": 60,\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/shalinifortigate/providers/Microsoft.Network/virtualNetworks/FortigateProtectedVNet\"\r\n }\r\n ],\r\n \"children\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/shalinifortigate/providers/Microsoft.Compute/virtualMachines/shalinifortiga\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/shalinifortigate/providers/Microsoft.Security/locations/westcentralus/topologies/subnets\",\r\n \"name\": \"subnets\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:32:48.4894363Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/Tal-Test/providers/Microsoft.Network/virtualNetworks/vnet\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"eastus\",\r\n \"children\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/Tal-Test/providers/Microsoft.Network/virtualNetworks/vnet/subnets/appserviceenvtal-subnet\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/Tal-Test/providers/Microsoft.Network/virtualNetworks/Tal-Test-vnet\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 30,\r\n \"location\": \"westeurope\",\r\n \"children\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/Tal-Test/providers/Microsoft.Network/virtualNetworks/Tal-Test-vnet/subnets/default\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/Tal-Test/providers/Microsoft.Security/locations/westcentralus/topologies/virtualNetworks\",\r\n \"name\": \"virtualNetworks\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:32:48.4894363Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/Tal-Test/providers/Microsoft.Network/virtualNetworks/vnet/subnets/appserviceenvtal-subnet\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/Tal-Test/providers/Microsoft.Network/virtualNetworks/vnet\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/Tal-Test/providers/Microsoft.Network/virtualNetworks/Tal-Test-vnet/subnets/default\",\r\n \"severity\": \"High\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": true,\r\n \"topologyScore\": 30,\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/Tal-Test/providers/Microsoft.Network/virtualNetworks/Tal-Test-vnet\"\r\n }\r\n ],\r\n \"children\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/TAL-TEST/providers/Microsoft.Compute/virtualMachines/taachime-win-vm\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/Tal-Test/providers/Microsoft.Security/locations/westcentralus/topologies/subnets\",\r\n \"name\": \"subnets\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:32:48.4894363Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/test-ady/providers/Microsoft.Network/virtualNetworks/test-ady-vnet\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 150,\r\n \"location\": \"eastus\",\r\n \"children\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/test-ady/providers/Microsoft.Network/virtualNetworks/test-ady-vnet/subnets/default\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/test-ady/providers/Microsoft.Security/locations/westcentralus/topologies/virtualNetworks\",\r\n \"name\": \"virtualNetworks\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:32:48.4894363Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/test-ady/providers/Microsoft.Network/virtualNetworks/test-ady-vnet/subnets/default\",\r\n \"severity\": \"High\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": true,\r\n \"topologyScore\": 150,\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/test-ady/providers/Microsoft.Network/virtualNetworks/test-ady-vnet\"\r\n }\r\n ],\r\n \"children\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/TEST-ADY/providers/Microsoft.Compute/virtualMachines/vmmultinicprod\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/TEST-ADY/providers/Microsoft.Compute/virtualMachines/vmmultinicprod\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/test-ady/providers/Microsoft.Security/locations/westcentralus/topologies/subnets\",\r\n \"name\": \"subnets\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:32:48.4894363Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/TestGroup/providers/Microsoft.Network/virtualNetworks/TestGroup\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 30,\r\n \"location\": \"eastus\",\r\n \"children\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/TestGroup/providers/Microsoft.Network/virtualNetworks/TestGroup/subnets/default\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/TestGroup/providers/Microsoft.Security/locations/westcentralus/topologies/virtualNetworks\",\r\n \"name\": \"virtualNetworks\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:32:48.4894363Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/TestGroup/providers/Microsoft.Network/virtualNetworks/TestGroup/subnets/default\",\r\n \"severity\": \"High\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": true,\r\n \"topologyScore\": 30,\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/TestGroup/providers/Microsoft.Network/virtualNetworks/TestGroup\"\r\n }\r\n ],\r\n \"children\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/testDev3Ngfw/providers/Microsoft.Compute/virtualMachines/dev3NgfwTest\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/TestGroup/providers/Microsoft.Security/locations/westcentralus/topologies/subnets\",\r\n \"name\": \"subnets\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:32:48.4894363Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/tesVM-CHKP/providers/Microsoft.Network/virtualNetworks/tesVM-CHKP-vnet\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 30,\r\n \"location\": \"eastus\",\r\n \"children\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/tesVM-CHKP/providers/Microsoft.Network/virtualNetworks/tesVM-CHKP-vnet/subnets/default\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/tesVM-CHKP/providers/Microsoft.Security/locations/westcentralus/topologies/virtualNetworks\",\r\n \"name\": \"virtualNetworks\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:32:48.4894363Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/tesVM-CHKP/providers/Microsoft.Network/virtualNetworks/tesVM-CHKP-vnet/subnets/default\",\r\n \"severity\": \"High\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": true,\r\n \"topologyScore\": 30,\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/tesVM-CHKP/providers/Microsoft.Network/virtualNetworks/tesVM-CHKP-vnet\"\r\n }\r\n ],\r\n \"children\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/tesVM-CHKP/providers/Microsoft.Compute/virtualMachines/testVM-CHKP\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/tesVM-CHKP/providers/Microsoft.Security/locations/westcentralus/topologies/subnets\",\r\n \"name\": \"subnets\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:32:48.4894363Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/uvuntuCHKP/providers/Microsoft.Network/virtualNetworks/uvuntuCHKP-vnet\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 30,\r\n \"location\": \"eastus\",\r\n \"children\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/uvuntuCHKP/providers/Microsoft.Network/virtualNetworks/uvuntuCHKP-vnet/subnets/default\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/uvuntuCHKP/providers/Microsoft.Security/locations/westcentralus/topologies/virtualNetworks\",\r\n \"name\": \"virtualNetworks\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:32:48.4894363Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/uvuntuCHKP/providers/Microsoft.Network/virtualNetworks/uvuntuCHKP-vnet/subnets/default\",\r\n \"severity\": \"High\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": true,\r\n \"topologyScore\": 30,\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/uvuntuCHKP/providers/Microsoft.Network/virtualNetworks/uvuntuCHKP-vnet\"\r\n }\r\n ],\r\n \"children\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/uvuntuCHKP/providers/Microsoft.Compute/virtualMachines/uvuntuCHKP\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/uvuntuCHKP/providers/Microsoft.Security/locations/westcentralus/topologies/subnets\",\r\n \"name\": \"subnets\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:32:48.4894363Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/AppIngestionNEU002/providers/Microsoft.Network/virtualNetworks/cccccccVNet\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 30,\r\n \"location\": \"northeurope\",\r\n \"children\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/AppIngestionNEU002/providers/Microsoft.Network/virtualNetworks/cccccccVNet/subnets/Subnet\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/AppIngestionNEU002/providers/Microsoft.Security/locations/westcentralus/topologies/virtualNetworks\",\r\n \"name\": \"virtualNetworks\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:32:48.4894363Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/AppIngestionNEU002/providers/Microsoft.Network/virtualNetworks/cccccccVNet/subnets/Subnet\",\r\n \"severity\": \"High\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": true,\r\n \"topologyScore\": 30,\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/AppIngestionNEU002/providers/Microsoft.Network/virtualNetworks/cccccccVNet\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/AppIngestionNEU002/providers/Microsoft.Security/locations/westcentralus/topologies/subnets\",\r\n \"name\": \"subnets\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:32:48.4894363Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/matan-sf100/providers/Microsoft.Network/virtualNetworks/VNet\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"northeurope\",\r\n \"children\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/matan-sf100/providers/Microsoft.Network/virtualNetworks/VNet/subnets/Subnet-0\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/matan-sf100/providers/Microsoft.Security/locations/westcentralus/topologies/virtualNetworks\",\r\n \"name\": \"virtualNetworks\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:32:48.4894363Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/matan-sf100/providers/Microsoft.Network/virtualNetworks/VNet/subnets/Subnet-0\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/matan-sf100/providers/Microsoft.Network/virtualNetworks/VNet\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/matan-sf100/providers/Microsoft.Security/locations/westcentralus/topologies/subnets\",\r\n \"name\": \"subnets\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:32:48.4894363Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLWin5/providers/Microsoft.Network/virtualNetworks/MSI-1295636147\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 560,\r\n \"location\": \"northeurope\",\r\n \"children\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLWin5/providers/Microsoft.Network/virtualNetworks/MSI-1295636147/subnets/MSI-1926702710\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLWin5/providers/Microsoft.Security/locations/westcentralus/topologies/virtualNetworks\",\r\n \"name\": \"virtualNetworks\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:32:48.4894363Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLWin5/providers/Microsoft.Network/virtualNetworks/MSI-1295636147/subnets/MSI-1926702710\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 560,\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLWin5/providers/Microsoft.Network/virtualNetworks/MSI-1295636147\"\r\n }\r\n ],\r\n \"children\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLWin5/providers/Microsoft.Compute/virtualMachines/MSI-03010\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLWin5/providers/Microsoft.Compute/virtualMachines/MSI-03011\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLWin5/providers/Microsoft.Compute/virtualMachines/MSI-03012\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLWin5/providers/Microsoft.Compute/virtualMachines/MSI-03013\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLWin5/providers/Microsoft.Compute/virtualMachines/MSI-03014\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLWin5/providers/Microsoft.Compute/virtualMachines/MSI-03015\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLWin5/providers/Microsoft.Compute/virtualMachines/MSI-03016\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLWin5/providers/Microsoft.Compute/virtualMachines/MSI-03017\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLWin5/providers/Microsoft.Compute/virtualMachines/MSI-03018\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLWin5/providers/Microsoft.Compute/virtualMachines/MSI-03019\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLWin5/providers/Microsoft.Compute/virtualMachines/MSI-030110\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLWIN5/providers/Microsoft.Compute/virtualMachines/MSI-030111\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLWIN5/providers/Microsoft.Compute/virtualMachines/MSI-030112\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLWIN5/providers/Microsoft.Compute/virtualMachines/MSI-030113\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLWin5/providers/Microsoft.Compute/virtualMachines/MSI-030114\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLWin5/providers/Microsoft.Compute/virtualMachines/MSI-030115\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLWin5/providers/Microsoft.Compute/virtualMachines/MSI-030116\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLWin5/providers/Microsoft.Compute/virtualMachines/MSI-030117\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLWin5/providers/Microsoft.Compute/virtualMachines/MSI-030118\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLWin5/providers/Microsoft.Compute/virtualMachines/MSI-030119\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLWin5/providers/Microsoft.Compute/virtualMachines/MSI-030120\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLWIN5/providers/Microsoft.Compute/virtualMachines/MSI-030121\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLWin5/providers/Microsoft.Compute/virtualMachines/MSI-030122\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLWin5/providers/Microsoft.Compute/virtualMachines/MSI-030123\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLWin5/providers/Microsoft.Compute/virtualMachines/MSI-030124\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLWin5/providers/Microsoft.Compute/virtualMachines/MSI-030125\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLWin5/providers/Microsoft.Compute/virtualMachines/MSI-030126\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLWin5/providers/Microsoft.Compute/virtualMachines/MSI-030127\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLWin5/providers/Microsoft.Compute/virtualMachines/MSI-030128\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLWin5/providers/Microsoft.Compute/virtualMachines/MSI-030129\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLWin5/providers/Microsoft.Security/locations/westcentralus/topologies/subnets\",\r\n \"name\": \"subnets\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:32:48.4894363Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/WS2012r2YanivD/providers/Microsoft.Network/virtualNetworks/WS2012r2YanivD-vnet\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"northeurope\",\r\n \"children\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/WS2012r2YanivD/providers/Microsoft.Network/virtualNetworks/WS2012r2YanivD-vnet/subnets/default\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/WS2012r2YanivD/providers/Microsoft.Security/locations/westcentralus/topologies/virtualNetworks\",\r\n \"name\": \"virtualNetworks\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:32:48.4894363Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/WS2012r2YanivD/providers/Microsoft.Network/virtualNetworks/WS2012r2YanivD-vnet/subnets/default\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/WS2012r2YanivD/providers/Microsoft.Network/virtualNetworks/WS2012r2YanivD-vnet\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/WS2012r2YanivD/providers/Microsoft.Security/locations/westcentralus/topologies/subnets\",\r\n \"name\": \"subnets\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:32:48.4894363Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/amaviram-amaviram/providers/Microsoft.Network/virtualNetworks/amaviram-1691612051\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 30,\r\n \"location\": \"westeurope\",\r\n \"children\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/amaviram-amaviram/providers/Microsoft.Network/virtualNetworks/amaviram-1691612051/subnets/amaviram-1022941552\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/amaviram-amaviram/providers/Microsoft.Network/virtualNetworks/amaviram-1979070700\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"centralus\",\r\n \"children\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/amaviram-amaviram/providers/Microsoft.Network/virtualNetworks/amaviram-1979070700/subnets/amaviram-1362587466\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/amaviram-amaviram/providers/Microsoft.Security/locations/westcentralus/topologies/virtualNetworks\",\r\n \"name\": \"virtualNetworks\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:32:48.4894363Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/amaviram-amaviram/providers/Microsoft.Network/virtualNetworks/amaviram-1691612051/subnets/amaviram-1022941552\",\r\n \"severity\": \"High\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": true,\r\n \"topologyScore\": 30,\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/amaviram-amaviram/providers/Microsoft.Network/virtualNetworks/amaviram-1691612051\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/amaviram-amaviram/providers/Microsoft.Network/virtualNetworks/amaviram-1979070700/subnets/amaviram-1362587466\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/amaviram-amaviram/providers/Microsoft.Network/virtualNetworks/amaviram-1979070700\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/amaviram-amaviram/providers/Microsoft.Security/locations/westcentralus/topologies/subnets\",\r\n \"name\": \"subnets\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:32:48.4894363Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/barlocal/providers/Microsoft.Network/virtualNetworks/barracudaNET\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 30,\r\n \"location\": \"westeurope\",\r\n \"children\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/barlocal/providers/Microsoft.Network/virtualNetworks/barracudaNET/subnets/BarracudaSubnet\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/barlocal/providers/Microsoft.Security/locations/westcentralus/topologies/virtualNetworks\",\r\n \"name\": \"virtualNetworks\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:32:48.4894363Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/barlocal/providers/Microsoft.Network/virtualNetworks/barracudaNET/subnets/BarracudaSubnet\",\r\n \"severity\": \"High\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": true,\r\n \"topologyScore\": 30,\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/barlocal/providers/Microsoft.Network/virtualNetworks/barracudaNET\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/barlocal/providers/Microsoft.Security/locations/westcentralus/topologies/subnets\",\r\n \"name\": \"subnets\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:32:48.4894363Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/Barrtest3/providers/Microsoft.Network/virtualNetworks/bartestnet\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 30,\r\n \"location\": \"westeurope\",\r\n \"children\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/Barrtest3/providers/Microsoft.Network/virtualNetworks/bartestnet/subnets/default\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/Barrtest3/providers/Microsoft.Security/locations/westcentralus/topologies/virtualNetworks\",\r\n \"name\": \"virtualNetworks\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:32:48.4894363Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/Barrtest3/providers/Microsoft.Network/virtualNetworks/bartestnet/subnets/default\",\r\n \"severity\": \"High\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": true,\r\n \"topologyScore\": 30,\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/Barrtest3/providers/Microsoft.Network/virtualNetworks/bartestnet\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/Barrtest3/providers/Microsoft.Security/locations/westcentralus/topologies/subnets\",\r\n \"name\": \"subnets\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:32:48.4894363Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/barwafaug23/providers/Microsoft.Network/virtualNetworks/barwafaug23-vnet\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 30,\r\n \"location\": \"westeurope\",\r\n \"children\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/barwafaug23/providers/Microsoft.Network/virtualNetworks/barwafaug23-vnet/subnets/default\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/barwafaug23/providers/Microsoft.Security/locations/westcentralus/topologies/virtualNetworks\",\r\n \"name\": \"virtualNetworks\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:32:48.4894363Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/barwafaug23/providers/Microsoft.Network/virtualNetworks/barwafaug23-vnet/subnets/default\",\r\n \"severity\": \"High\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": true,\r\n \"topologyScore\": 30,\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/barwafaug23/providers/Microsoft.Network/virtualNetworks/barwafaug23-vnet\"\r\n }\r\n ],\r\n \"children\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/barwafaug23/providers/Microsoft.Compute/virtualMachines/barwafaug23\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/barwafaug23/providers/Microsoft.Security/locations/westcentralus/topologies/subnets\",\r\n \"name\": \"subnets\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:32:48.4894363Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/bengr-jit-test/providers/Microsoft.Network/virtualNetworks/bengr-jit-test-vnet\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 30,\r\n \"location\": \"westeurope\",\r\n \"children\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/bengr-jit-test/providers/Microsoft.Network/virtualNetworks/bengr-jit-test-vnet/subnets/default\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/bengr-jit-test/providers/Microsoft.Security/locations/westcentralus/topologies/virtualNetworks\",\r\n \"name\": \"virtualNetworks\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:32:48.4894363Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/bengr-jit-test/providers/Microsoft.Network/virtualNetworks/bengr-jit-test-vnet/subnets/default\",\r\n \"severity\": \"High\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": true,\r\n \"topologyScore\": 30,\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/bengr-jit-test/providers/Microsoft.Network/virtualNetworks/bengr-jit-test-vnet\"\r\n }\r\n ],\r\n \"children\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/bengr-jit-test/providers/Microsoft.Compute/virtualMachines/bengr-jit-test1\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/bengr-jit-test/providers/Microsoft.Compute/virtualMachines/bengr-jit-test3\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/bengr-jit-test/providers/Microsoft.Security/locations/westcentralus/topologies/subnets\",\r\n \"name\": \"subnets\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:32:48.4894363Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/databricks-rg-ronendb-y2vb3g4l4fzdq/providers/Microsoft.Network/virtualNetworks/workers-vnet\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"westeurope\",\r\n \"children\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/databricks-rg-ronendb-y2vb3g4l4fzdq/providers/Microsoft.Network/virtualNetworks/workers-vnet/subnets/public-subnet\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/databricks-rg-ronendb-y2vb3g4l4fzdq/providers/Microsoft.Network/virtualNetworks/workers-vnet/subnets/private-subnet\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/databricks-rg-ronendb-y2vb3g4l4fzdq/providers/Microsoft.Security/locations/westcentralus/topologies/virtualNetworks\",\r\n \"name\": \"virtualNetworks\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:32:48.4894363Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/databricks-rg-ronendb-y2vb3g4l4fzdq/providers/Microsoft.Network/virtualNetworks/workers-vnet/subnets/public-subnet\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/databricks-rg-ronendb-y2vb3g4l4fzdq/providers/Microsoft.Network/virtualNetworks/workers-vnet\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/databricks-rg-ronendb-y2vb3g4l4fzdq/providers/Microsoft.Network/virtualNetworks/workers-vnet/subnets/private-subnet\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/databricks-rg-ronendb-y2vb3g4l4fzdq/providers/Microsoft.Network/virtualNetworks/workers-vnet\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/databricks-rg-ronendb-y2vb3g4l4fzdq/providers/Microsoft.Security/locations/westcentralus/topologies/subnets\",\r\n \"name\": \"subnets\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:32:48.4894363Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/Erel/providers/Microsoft.Network/virtualNetworks/Erel-vnet\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"westeurope\",\r\n \"children\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/Erel/providers/Microsoft.Network/virtualNetworks/Erel-vnet/subnets/default\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/Erel/providers/Microsoft.Network/virtualNetworks/Erelvnet677\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 30,\r\n \"location\": \"centralus\",\r\n \"children\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/Erel/providers/Microsoft.Network/virtualNetworks/Erelvnet677/subnets/default\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/Erel/providers/Microsoft.Network/virtualNetworks/Erelvnet938\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 30,\r\n \"location\": \"japaneast\",\r\n \"children\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/Erel/providers/Microsoft.Network/virtualNetworks/Erelvnet938/subnets/default\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/Erel/providers/Microsoft.Security/locations/westcentralus/topologies/virtualNetworks\",\r\n \"name\": \"virtualNetworks\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:32:48.4894363Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/Erel/providers/Microsoft.Network/virtualNetworks/Erel-vnet/subnets/default\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/Erel/providers/Microsoft.Network/virtualNetworks/Erel-vnet\"\r\n }\r\n ],\r\n \"children\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/EREL/providers/Microsoft.Compute/virtualMachines/TestVm2012\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/EREL/providers/Microsoft.Compute/virtualMachines/ErelLinux1\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/Erel/providers/Microsoft.Network/virtualNetworks/Erelvnet677/subnets/default\",\r\n \"severity\": \"High\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": true,\r\n \"topologyScore\": 30,\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/Erel/providers/Microsoft.Network/virtualNetworks/Erelvnet677\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/Erel/providers/Microsoft.Network/virtualNetworks/Erelvnet938/subnets/default\",\r\n \"severity\": \"High\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": true,\r\n \"topologyScore\": 30,\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/Erel/providers/Microsoft.Network/virtualNetworks/Erelvnet938\"\r\n }\r\n ],\r\n \"children\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/Erel/providers/Microsoft.Compute/virtualMachines/Erel2016-b\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/Erel/providers/Microsoft.Security/locations/westcentralus/topologies/subnets\",\r\n \"name\": \"subnets\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:32:48.4894363Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/michael-RSG/providers/Microsoft.Network/virtualNetworks/michael-RSG-vnet\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"westeurope\",\r\n \"children\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/michael-RSG/providers/Microsoft.Network/virtualNetworks/michael-RSG-vnet/subnets/default\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/michael-RSG/providers/Microsoft.Security/locations/westcentralus/topologies/virtualNetworks\",\r\n \"name\": \"virtualNetworks\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:32:48.4894363Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/michael-RSG/providers/Microsoft.Network/virtualNetworks/michael-RSG-vnet/subnets/default\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/michael-RSG/providers/Microsoft.Network/virtualNetworks/michael-RSG-vnet\"\r\n }\r\n ],\r\n \"children\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/michael-RSG/providers/Microsoft.Compute/virtualMachines/MichaelTest20170212\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/michael-RSG/providers/Microsoft.Compute/virtualMachines/michaelTest20170212-2\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/michael-RSG/providers/Microsoft.Compute/virtualMachines/michaelTest-20170212-5\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/michael-RSG/providers/Microsoft.Security/locations/westcentralus/topologies/subnets\",\r\n \"name\": \"subnets\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:32:48.4894363Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/NewRG/providers/Microsoft.Network/virtualNetworks/NewRG-vnet\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 30,\r\n \"location\": \"westeurope\",\r\n \"children\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/NewRG/providers/Microsoft.Network/virtualNetworks/NewRG-vnet/subnets/default\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/NewRG/providers/Microsoft.Security/locations/westcentralus/topologies/virtualNetworks\",\r\n \"name\": \"virtualNetworks\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:32:48.4894363Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/NewRG/providers/Microsoft.Network/virtualNetworks/NewRG-vnet/subnets/default\",\r\n \"severity\": \"High\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": true,\r\n \"topologyScore\": 30,\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/NewRG/providers/Microsoft.Network/virtualNetworks/NewRG-vnet\"\r\n }\r\n ],\r\n \"children\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/NewRG/providers/Microsoft.Compute/virtualMachines/formimagenewrg\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/NewRG/providers/Microsoft.Security/locations/westcentralus/topologies/subnets\",\r\n \"name\": \"subnets\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:32:48.4894363Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/ngfwmar18/providers/Microsoft.Network/virtualNetworks/ngfwmar18-vnet\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 30,\r\n \"location\": \"westeurope\",\r\n \"children\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/ngfwmar18/providers/Microsoft.Network/virtualNetworks/ngfwmar18-vnet/subnets/default\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/ngfwmar18/providers/Microsoft.Security/locations/westcentralus/topologies/virtualNetworks\",\r\n \"name\": \"virtualNetworks\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:32:48.4894363Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/ngfwmar18/providers/Microsoft.Network/virtualNetworks/ngfwmar18-vnet/subnets/default\",\r\n \"severity\": \"High\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": true,\r\n \"topologyScore\": 30,\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/ngfwmar18/providers/Microsoft.Network/virtualNetworks/ngfwmar18-vnet\"\r\n }\r\n ],\r\n \"children\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/ngfwmar18/providers/Microsoft.Compute/virtualMachines/ngfwmar18\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/ngfwmar18/providers/Microsoft.Security/locations/westcentralus/topologies/subnets\",\r\n \"name\": \"subnets\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:32:48.4894363Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/nic-no-pip/providers/Microsoft.Network/virtualNetworks/nic-no-pip-vnet\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 30,\r\n \"location\": \"westeurope\",\r\n \"children\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/nic-no-pip/providers/Microsoft.Network/virtualNetworks/nic-no-pip-vnet/subnets/default\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/nic-no-pip/providers/Microsoft.Security/locations/westcentralus/topologies/virtualNetworks\",\r\n \"name\": \"virtualNetworks\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:32:48.4894363Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/nic-no-pip/providers/Microsoft.Network/virtualNetworks/nic-no-pip-vnet/subnets/default\",\r\n \"severity\": \"High\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": true,\r\n \"topologyScore\": 30,\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/nic-no-pip/providers/Microsoft.Network/virtualNetworks/nic-no-pip-vnet\"\r\n }\r\n ],\r\n \"children\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/NIC-NO-PIP/providers/Microsoft.Compute/virtualMachines/nic-no-pip-vm\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/nic-no-pip/providers/Microsoft.Security/locations/westcentralus/topologies/subnets\",\r\n \"name\": \"subnets\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:32:48.4894363Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/partners/providers/Microsoft.Network/virtualNetworks/barracuda2\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 20,\r\n \"location\": \"westeurope\",\r\n \"children\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/partners/providers/Microsoft.Network/virtualNetworks/barracuda2/subnets/barracuda2\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/partners/providers/Microsoft.Network/virtualNetworks/BarracudaTest2\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 30,\r\n \"location\": \"westeurope\",\r\n \"children\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/partners/providers/Microsoft.Network/virtualNetworks/BarracudaTest2/subnets/BarracudaTest2\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/partners/providers/Microsoft.Network/virtualNetworks/bartestnet\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 40,\r\n \"location\": \"westeurope\",\r\n \"children\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/partners/providers/Microsoft.Network/virtualNetworks/bartestnet/subnets/default\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/partners/providers/Microsoft.Security/locations/westcentralus/topologies/virtualNetworks\",\r\n \"name\": \"virtualNetworks\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:32:48.4894363Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/partners/providers/Microsoft.Network/virtualNetworks/barracuda2/subnets/barracuda2\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 20,\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/partners/providers/Microsoft.Network/virtualNetworks/barracuda2\"\r\n }\r\n ],\r\n \"children\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/partners/providers/Microsoft.Compute/virtualMachines/newvhd2\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/PARTNERS/providers/Microsoft.Compute/virtualMachines/711vm\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/partners/providers/Microsoft.Network/virtualNetworks/BarracudaTest2/subnets/BarracudaTest2\",\r\n \"severity\": \"High\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": true,\r\n \"topologyScore\": 30,\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/partners/providers/Microsoft.Network/virtualNetworks/BarracudaTest2\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/partners/providers/Microsoft.Network/virtualNetworks/bartestnet/subnets/default\",\r\n \"severity\": \"High\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": true,\r\n \"topologyScore\": 40,\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/partners/providers/Microsoft.Network/virtualNetworks/bartestnet\"\r\n }\r\n ],\r\n \"children\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/partners/providers/Microsoft.Compute/virtualMachines/webTest\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/partners/providers/Microsoft.Security/locations/westcentralus/topologies/subnets\",\r\n \"name\": \"subnets\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:32:48.4894363Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/ronenRG/providers/Microsoft.Network/virtualNetworks/ronenRG-vnet\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 30,\r\n \"location\": \"westeurope\",\r\n \"children\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/ronenRG/providers/Microsoft.Network/virtualNetworks/ronenRG-vnet/subnets/default\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/ronenRG/providers/Microsoft.Network/virtualNetworks/ronen-wp-vnet\",\r\n \"severity\": \"High\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": true,\r\n \"topologyScore\": 40,\r\n \"location\": \"southcentralus\",\r\n \"children\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/ronenRG/providers/Microsoft.Network/virtualNetworks/ronen-wp-vnet/subnets/default\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/ronenRG/providers/Microsoft.Network/virtualNetworks/ronen-wp-vnet/subnets/GatewaySubnet\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/ronenRG/providers/Microsoft.Network/virtualNetworks/ronenRGvnet957\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 30,\r\n \"location\": \"eastus2\",\r\n \"children\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/ronenRG/providers/Microsoft.Network/virtualNetworks/ronenRGvnet957/subnets/default\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/ronenRG/providers/Microsoft.Security/locations/westcentralus/topologies/virtualNetworks\",\r\n \"name\": \"virtualNetworks\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:32:48.4894363Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/ronenRG/providers/Microsoft.Network/virtualNetworks/ronenRG-vnet/subnets/default\",\r\n \"severity\": \"High\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": true,\r\n \"topologyScore\": 30,\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/ronenRG/providers/Microsoft.Network/virtualNetworks/ronenRG-vnet\"\r\n }\r\n ],\r\n \"children\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/RONENRG/providers/Microsoft.Compute/virtualMachines/ronen-EG-test\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/ronenRG/providers/Microsoft.Network/virtualNetworks/ronen-wp-vnet/subnets/default\",\r\n \"severity\": \"High\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": true,\r\n \"topologyScore\": 30,\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/ronenRG/providers/Microsoft.Network/virtualNetworks/ronen-wp-vnet\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/ronenRG/providers/Microsoft.Network/virtualNetworks/ronen-wp-vnet/subnets/GatewaySubnet\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/ronenRG/providers/Microsoft.Network/virtualNetworks/ronen-wp-vnet\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/ronenRG/providers/Microsoft.Network/virtualNetworks/ronenRGvnet957/subnets/default\",\r\n \"severity\": \"High\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": true,\r\n \"topologyScore\": 30,\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/ronenRG/providers/Microsoft.Network/virtualNetworks/ronenRGvnet957\"\r\n }\r\n ],\r\n \"children\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/RONENRG/providers/Microsoft.Compute/virtualMachines/ronen\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/RONENRG/providers/Microsoft.Compute/virtualMachines/ronen2\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/ronenRG/providers/Microsoft.Security/locations/westcentralus/topologies/subnets\",\r\n \"name\": \"subnets\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:32:48.4894363Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/SnirNGFWSevTest/providers/Microsoft.Network/virtualNetworks/SnirNGFWSevTest\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"westeurope\",\r\n \"children\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/SnirNGFWSevTest/providers/Microsoft.Network/virtualNetworks/SnirNGFWSevTest/subnets/Subnet\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/SnirNGFWSevTest/providers/Microsoft.Security/locations/westcentralus/topologies/virtualNetworks\",\r\n \"name\": \"virtualNetworks\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:32:48.4894363Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/SnirNGFWSevTest/providers/Microsoft.Network/virtualNetworks/SnirNGFWSevTest/subnets/Subnet\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/SnirNGFWSevTest/providers/Microsoft.Network/virtualNetworks/SnirNGFWSevTest\"\r\n }\r\n ],\r\n \"children\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/SNIRNGFWSEVTEST/providers/Microsoft.Compute/virtualMachines/SnirNGFWSevTest0\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/SNIRNGFWSEVTEST/providers/Microsoft.Compute/virtualMachines/SnirNGFWSevTest1\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/SnirNGFWSevTest/providers/Microsoft.Security/locations/westcentralus/topologies/subnets\",\r\n \"name\": \"subnets\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:32:48.4894363Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/webapp1-asc3297/providers/Microsoft.Network/virtualNetworks/YanivWebApp1-waf\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"westeurope\",\r\n \"children\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/webapp1-asc3297/providers/Microsoft.Network/virtualNetworks/YanivWebApp1-waf/subnets/WebApplicationFirewalls\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/webapp1-asc3297/providers/Microsoft.Security/locations/westcentralus/topologies/virtualNetworks\",\r\n \"name\": \"virtualNetworks\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:32:48.4894363Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/webapp1-asc3297/providers/Microsoft.Network/virtualNetworks/YanivWebApp1-waf/subnets/WebApplicationFirewalls\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/webapp1-asc3297/providers/Microsoft.Network/virtualNetworks/YanivWebApp1-waf\"\r\n }\r\n ],\r\n \"children\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/webapp1-asc3297/providers/Microsoft.Compute/virtualMachines/YanivWebApp1-waf0\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/webapp1-asc3297/providers/Microsoft.Security/locations/westcentralus/topologies/subnets\",\r\n \"name\": \"subnets\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:32:48.4894363Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/webapp1-asc7933/providers/Microsoft.Network/virtualNetworks/YanivWebApp1-waf\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"westeurope\",\r\n \"children\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/webapp1-asc7933/providers/Microsoft.Network/virtualNetworks/YanivWebApp1-waf/subnets/WebApplicationFirewalls\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/webapp1-asc7933/providers/Microsoft.Security/locations/westcentralus/topologies/virtualNetworks\",\r\n \"name\": \"virtualNetworks\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:32:48.4894363Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/webapp1-asc7933/providers/Microsoft.Network/virtualNetworks/YanivWebApp1-waf/subnets/WebApplicationFirewalls\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/webapp1-asc7933/providers/Microsoft.Network/virtualNetworks/YanivWebApp1-waf\"\r\n }\r\n ],\r\n \"children\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/webapp1-asc7933/providers/Microsoft.Compute/virtualMachines/YanivWebApp1-waf0\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/webapp1-asc7933/providers/Microsoft.Security/locations/westcentralus/topologies/subnets\",\r\n \"name\": \"subnets\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:32:48.4894363Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/webapp2-asc756/providers/Microsoft.Network/virtualNetworks/YanivWebApp2-waf\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"westeurope\",\r\n \"children\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/webapp2-asc756/providers/Microsoft.Network/virtualNetworks/YanivWebApp2-waf/subnets/WebApplicationFirewalls\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/webapp2-asc756/providers/Microsoft.Security/locations/westcentralus/topologies/virtualNetworks\",\r\n \"name\": \"virtualNetworks\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:32:48.4894363Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/webapp2-asc756/providers/Microsoft.Network/virtualNetworks/YanivWebApp2-waf/subnets/WebApplicationFirewalls\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/webapp2-asc756/providers/Microsoft.Network/virtualNetworks/YanivWebApp2-waf\"\r\n }\r\n ],\r\n \"children\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/webapp2-asc756/providers/Microsoft.Compute/virtualMachines/YanivWebApp2-waf0\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/webapp2-asc756/providers/Microsoft.Security/locations/westcentralus/topologies/subnets\",\r\n \"name\": \"subnets\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:32:48.4894363Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/webapp2/providers/Microsoft.Network/virtualNetworks/F5WAF-May16\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"westeurope\",\r\n \"children\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/webapp2/providers/Microsoft.Network/virtualNetworks/F5WAF-May16/subnets/WebApplicationFirewalls\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/webapp2/providers/Microsoft.Network/virtualNetworks/webapp2\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"westeurope\",\r\n \"children\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/webapp2/providers/Microsoft.Network/virtualNetworks/webapp2/subnets/default\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/webapp2/providers/Microsoft.Network/virtualNetworks/Yaniv-Barracuda-April-6\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"westeurope\",\r\n \"children\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/webapp2/providers/Microsoft.Network/virtualNetworks/Yaniv-Barracuda-April-6/subnets/WebApplicationFirewalls\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/webapp2/providers/Microsoft.Network/virtualNetworks/YanivF5Waf\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"westeurope\",\r\n \"children\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/webapp2/providers/Microsoft.Network/virtualNetworks/YanivF5Waf/subnets/WebApplicationFirewalls\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/webapp2/providers/Microsoft.Security/locations/westcentralus/topologies/virtualNetworks\",\r\n \"name\": \"virtualNetworks\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:32:48.4894363Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/webapp2/providers/Microsoft.Network/virtualNetworks/F5WAF-May16/subnets/WebApplicationFirewalls\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/webapp2/providers/Microsoft.Network/virtualNetworks/F5WAF-May16\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/webapp2/providers/Microsoft.Network/virtualNetworks/webapp2/subnets/default\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/webapp2/providers/Microsoft.Network/virtualNetworks/webapp2\"\r\n }\r\n ],\r\n \"children\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/WEBAPP2/providers/Microsoft.Compute/virtualMachines/YanivWebApp2\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/webapp2/providers/Microsoft.Network/virtualNetworks/Yaniv-Barracuda-April-6/subnets/WebApplicationFirewalls\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/webapp2/providers/Microsoft.Network/virtualNetworks/Yaniv-Barracuda-April-6\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/webapp2/providers/Microsoft.Network/virtualNetworks/YanivF5Waf/subnets/WebApplicationFirewalls\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/webapp2/providers/Microsoft.Network/virtualNetworks/YanivF5Waf\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/webapp2/providers/Microsoft.Security/locations/westcentralus/topologies/subnets\",\r\n \"name\": \"subnets\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:32:48.4894363Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTest/providers/Microsoft.Network/virtualNetworks/MSI-141907873\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"northcentralus\",\r\n \"children\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTest/providers/Microsoft.Network/virtualNetworks/MSI-141907873/subnets/MSI-1408399572\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTest/providers/Microsoft.Security/locations/westcentralus/topologies/virtualNetworks\",\r\n \"name\": \"virtualNetworks\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:32:48.4894363Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTest/providers/Microsoft.Network/virtualNetworks/MSI-141907873/subnets/MSI-1408399572\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTest/providers/Microsoft.Network/virtualNetworks/MSI-141907873\"\r\n }\r\n ],\r\n \"children\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTest/providers/Microsoft.Compute/virtualMachines/MSI-18120\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTest/providers/Microsoft.Compute/virtualMachines/MSI-18121\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTest/providers/Microsoft.Compute/virtualMachines/MSI-18122\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTest/providers/Microsoft.Compute/virtualMachines/MSI-18123\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTest/providers/Microsoft.Compute/virtualMachines/MSI-18124\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTest/providers/Microsoft.Compute/virtualMachines/MSI-18125\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTEST/providers/Microsoft.Compute/virtualMachines/MSI-18126\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTEST/providers/Microsoft.Compute/virtualMachines/MSI-18127\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTest/providers/Microsoft.Compute/virtualMachines/MSI-18128\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTEST/providers/Microsoft.Compute/virtualMachines/MSI-18129\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTest/providers/Microsoft.Compute/virtualMachines/MSI-181210\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTest/providers/Microsoft.Compute/virtualMachines/MSI-181211\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTest/providers/Microsoft.Compute/virtualMachines/MSI-181212\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTEST/providers/Microsoft.Compute/virtualMachines/MSI-181213\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTest/providers/Microsoft.Compute/virtualMachines/MSI-181214\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTest/providers/Microsoft.Compute/virtualMachines/MSI-181215\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTest/providers/Microsoft.Compute/virtualMachines/MSI-181216\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTest/providers/Microsoft.Compute/virtualMachines/MSI-181217\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTest/providers/Microsoft.Compute/virtualMachines/MSI-181218\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTest/providers/Microsoft.Compute/virtualMachines/MSI-181219\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTest/providers/Microsoft.Compute/virtualMachines/MSI-181220\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTest/providers/Microsoft.Compute/virtualMachines/MSI-181221\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTest/providers/Microsoft.Compute/virtualMachines/MSI-181222\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTest/providers/Microsoft.Compute/virtualMachines/MSI-181223\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTest/providers/Microsoft.Compute/virtualMachines/MSI-181224\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTest/providers/Microsoft.Compute/virtualMachines/MSI-181225\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTest/providers/Microsoft.Compute/virtualMachines/MSI-181226\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTEST/providers/Microsoft.Compute/virtualMachines/MSI-181227\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTest/providers/Microsoft.Compute/virtualMachines/MSI-181228\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTest/providers/Microsoft.Compute/virtualMachines/MSI-181229\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTest/providers/Microsoft.Compute/virtualMachines/MSI-181230\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTest/providers/Microsoft.Compute/virtualMachines/MSI-181231\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTest/providers/Microsoft.Compute/virtualMachines/MSI-181232\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTest/providers/Microsoft.Compute/virtualMachines/MSI-181233\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTest/providers/Microsoft.Compute/virtualMachines/MSI-181234\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTest/providers/Microsoft.Compute/virtualMachines/MSI-181235\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTest/providers/Microsoft.Compute/virtualMachines/MSI-181236\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTest/providers/Microsoft.Compute/virtualMachines/MSI-181237\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTest/providers/Microsoft.Compute/virtualMachines/MSI-181238\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTest/providers/Microsoft.Compute/virtualMachines/MSI-181239\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTest/providers/Microsoft.Compute/virtualMachines/MSI-181240\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTEST/providers/Microsoft.Compute/virtualMachines/MSI-181241\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTest/providers/Microsoft.Compute/virtualMachines/MSI-181242\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTest/providers/Microsoft.Compute/virtualMachines/MSI-181243\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTest/providers/Microsoft.Compute/virtualMachines/MSI-181244\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTest/providers/Microsoft.Compute/virtualMachines/MSI-181245\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTest/providers/Microsoft.Compute/virtualMachines/MSI-181246\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTest/providers/Microsoft.Compute/virtualMachines/MSI-181247\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTest/providers/Microsoft.Compute/virtualMachines/MSI-181248\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTest/providers/Microsoft.Security/locations/westcentralus/topologies/subnets\",\r\n \"name\": \"subnets\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:32:48.4894363Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MC_aks-linux_aks-linux_southcentralus/providers/Microsoft.Network/virtualNetworks/aks-vnet-13292662\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"southcentralus\",\r\n \"children\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MC_aks-linux_aks-linux_southcentralus/providers/Microsoft.Network/virtualNetworks/aks-vnet-13292662/subnets/aks-subnet\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MC_aks-linux_aks-linux_southcentralus/providers/Microsoft.Security/locations/westcentralus/topologies/virtualNetworks\",\r\n \"name\": \"virtualNetworks\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:32:48.4894363Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MC_aks-linux_aks-linux_southcentralus/providers/Microsoft.Network/virtualNetworks/aks-vnet-13292662/subnets/aks-subnet\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MC_aks-linux_aks-linux_southcentralus/providers/Microsoft.Network/virtualNetworks/aks-vnet-13292662\"\r\n }\r\n ],\r\n \"children\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MC_aks-linux_aks-linux_southcentralus/providers/Microsoft.Compute/virtualMachines/aks-agentpool-13292662-2\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MC_aks-linux_aks-linux_southcentralus/providers/Microsoft.Compute/virtualMachines/aks-agentpool-13292662-0\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MC_aks-linux_aks-linux_southcentralus/providers/Microsoft.Compute/virtualMachines/aks-agentpool-13292662-1\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MC_aks-linux_aks-linux_southcentralus/providers/Microsoft.Security/locations/westcentralus/topologies/subnets\",\r\n \"name\": \"subnets\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:32:48.4894363Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTest-asr/providers/Microsoft.Network/virtualNetworks/MSI-141907873-asr\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 30,\r\n \"location\": \"southcentralus\",\r\n \"children\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTest-asr/providers/Microsoft.Network/virtualNetworks/MSI-141907873-asr/subnets/MSI-1408399572\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTest-asr/providers/Microsoft.Security/locations/westcentralus/topologies/virtualNetworks\",\r\n \"name\": \"virtualNetworks\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:32:48.4894363Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTest-asr/providers/Microsoft.Network/virtualNetworks/MSI-141907873-asr/subnets/MSI-1408399572\",\r\n \"severity\": \"High\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": true,\r\n \"topologyScore\": 30,\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTest-asr/providers/Microsoft.Network/virtualNetworks/MSI-141907873-asr\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTest-asr/providers/Microsoft.Security/locations/westcentralus/topologies/subnets\",\r\n \"name\": \"subnets\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:32:48.4894363Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/siksak/providers/Microsoft.Network/virtualNetworks/deployment-waf\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"southcentralus\",\r\n \"children\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/siksak/providers/Microsoft.Network/virtualNetworks/deployment-waf/subnets/WebApplicationFirewalls\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/siksak/providers/Microsoft.Security/locations/westcentralus/topologies/virtualNetworks\",\r\n \"name\": \"virtualNetworks\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:32:48.4894363Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/siksak/providers/Microsoft.Network/virtualNetworks/deployment-waf/subnets/WebApplicationFirewalls\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/siksak/providers/Microsoft.Network/virtualNetworks/deployment-waf\"\r\n }\r\n ],\r\n \"children\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/siksak/providers/Microsoft.Compute/virtualMachines/deployment-waf0\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/siksak/providers/Microsoft.Security/locations/westcentralus/topologies/subnets\",\r\n \"name\": \"subnets\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:32:48.4894363Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/aviresourcegroup/providers/Microsoft.Network/virtualNetworks/avi_vnet\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 30,\r\n \"location\": \"centralus\",\r\n \"children\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/aviresourcegroup/providers/Microsoft.Network/virtualNetworks/avi_vnet/subnets/AzureBastionSubnet\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/aviresourcegroup/providers/Microsoft.Network/virtualNetworks/avi_vnet/subnets/default\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/aviresourcegroup/providers/Microsoft.Network/virtualNetworks/avi_vnet/subnets/subnet2\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/aviresourcegroup/providers/Microsoft.Network/virtualNetworks/avi_vnet/subnets/AzureFirewallSubnet\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/aviresourcegroup/providers/Microsoft.Network/virtualNetworks/avi_vnet_appgateway_privateIp\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 30,\r\n \"location\": \"centralus\",\r\n \"children\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/aviresourcegroup/providers/Microsoft.Network/virtualNetworks/avi_vnet_appgateway_privateIp/subnets/default\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/aviresourcegroup/providers/Microsoft.Network/virtualNetworks/avi_vnet_appGateway_public_ip\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 30,\r\n \"location\": \"centralus\",\r\n \"children\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/aviresourcegroup/providers/Microsoft.Network/virtualNetworks/avi_vnet_appGateway_public_ip/subnets/default\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/aviresourcegroup/providers/Microsoft.Security/locations/westcentralus/topologies/virtualNetworks\",\r\n \"name\": \"virtualNetworks\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:32:48.4894363Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/aviresourcegroup/providers/Microsoft.Network/virtualNetworks/avi_vnet/subnets/AzureBastionSubnet\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/aviresourcegroup/providers/Microsoft.Network/virtualNetworks/avi_vnet\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/aviresourcegroup/providers/Microsoft.Network/virtualNetworks/avi_vnet/subnets/default\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/aviresourcegroup/providers/Microsoft.Network/virtualNetworks/avi_vnet\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/aviresourcegroup/providers/Microsoft.Network/virtualNetworks/avi_vnet/subnets/subnet2\",\r\n \"severity\": \"High\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": true,\r\n \"topologyScore\": 30,\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/aviresourcegroup/providers/Microsoft.Network/virtualNetworks/avi_vnet\"\r\n }\r\n ],\r\n \"children\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/AVIRESOURCEGROUP/providers/Microsoft.Compute/virtualMachines/avivm1\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/aviresourcegroup/providers/Microsoft.Network/virtualNetworks/avi_vnet/subnets/AzureFirewallSubnet\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/aviresourcegroup/providers/Microsoft.Network/virtualNetworks/avi_vnet\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/aviresourcegroup/providers/Microsoft.Network/virtualNetworks/avi_vnet_appgateway_privateIp/subnets/default\",\r\n \"severity\": \"High\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": true,\r\n \"topologyScore\": 30,\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/aviresourcegroup/providers/Microsoft.Network/virtualNetworks/avi_vnet_appgateway_privateIp\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/aviresourcegroup/providers/Microsoft.Network/virtualNetworks/avi_vnet_appGateway_public_ip/subnets/default\",\r\n \"severity\": \"High\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": true,\r\n \"topologyScore\": 30,\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/aviresourcegroup/providers/Microsoft.Network/virtualNetworks/avi_vnet_appGateway_public_ip\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/aviresourcegroup/providers/Microsoft.Security/locations/westcentralus/topologies/subnets\",\r\n \"name\": \"subnets\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:32:48.4894363Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/BaracudaProvision/providers/Microsoft.Network/virtualNetworks/BaracudaProvision\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 30,\r\n \"location\": \"centralus\",\r\n \"children\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/BaracudaProvision/providers/Microsoft.Network/virtualNetworks/BaracudaProvision/subnets/Bnet\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/BaracudaProvision/providers/Microsoft.Security/locations/westcentralus/topologies/virtualNetworks\",\r\n \"name\": \"virtualNetworks\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:32:48.4894363Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/BaracudaProvision/providers/Microsoft.Network/virtualNetworks/BaracudaProvision/subnets/Bnet\",\r\n \"severity\": \"High\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": true,\r\n \"topologyScore\": 30,\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/BaracudaProvision/providers/Microsoft.Network/virtualNetworks/BaracudaProvision\"\r\n }\r\n ],\r\n \"children\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/BaracudaProvision/providers/Microsoft.Compute/virtualMachines/bwaf\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/BaracudaProvision/providers/Microsoft.Compute/virtualMachines/bwaf\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/BaracudaProvision/providers/Microsoft.Security/locations/westcentralus/topologies/subnets\",\r\n \"name\": \"subnets\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:32:48.4894363Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/benJitJan10/providers/Microsoft.Network/virtualNetworks/benJitJan10-vnet\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 30,\r\n \"location\": \"centralus\",\r\n \"children\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/benJitJan10/providers/Microsoft.Network/virtualNetworks/benJitJan10-vnet/subnets/default\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/benJitJan10/providers/Microsoft.Security/locations/westcentralus/topologies/virtualNetworks\",\r\n \"name\": \"virtualNetworks\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:32:48.4894363Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/benJitJan10/providers/Microsoft.Network/virtualNetworks/benJitJan10-vnet/subnets/default\",\r\n \"severity\": \"High\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": true,\r\n \"topologyScore\": 30,\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/benJitJan10/providers/Microsoft.Network/virtualNetworks/benJitJan10-vnet\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/benJitJan10/providers/Microsoft.Security/locations/westcentralus/topologies/subnets\",\r\n \"name\": \"subnets\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:32:48.4894363Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/Dana-test/providers/Microsoft.Network/virtualNetworks/Dana-test-vnet\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 30,\r\n \"location\": \"centralus\",\r\n \"children\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/Dana-test/providers/Microsoft.Network/virtualNetworks/Dana-test-vnet/subnets/default\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/Dana-test/providers/Microsoft.Security/locations/westcentralus/topologies/virtualNetworks\",\r\n \"name\": \"virtualNetworks\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:32:48.4894363Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/Dana-test/providers/Microsoft.Network/virtualNetworks/Dana-test-vnet/subnets/default\",\r\n \"severity\": \"High\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": true,\r\n \"topologyScore\": 30,\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/Dana-test/providers/Microsoft.Network/virtualNetworks/Dana-test-vnet\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/Dana-test/providers/Microsoft.Security/locations/westcentralus/topologies/subnets\",\r\n \"name\": \"subnets\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:32:48.4894363Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/eiagmon-EilonAg-RG/providers/Microsoft.Network/virtualNetworks/eiagmon-771582838\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"centralus\",\r\n \"children\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/eiagmon-EilonAg-RG/providers/Microsoft.Network/virtualNetworks/eiagmon-771582838/subnets/eiagmon-576364626\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/eiagmon-EilonAg-RG/providers/Microsoft.Security/locations/westcentralus/topologies/virtualNetworks\",\r\n \"name\": \"virtualNetworks\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:32:48.4894363Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/eiagmon-EilonAg-RG/providers/Microsoft.Network/virtualNetworks/eiagmon-771582838/subnets/eiagmon-576364626\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/eiagmon-EilonAg-RG/providers/Microsoft.Network/virtualNetworks/eiagmon-771582838\"\r\n }\r\n ],\r\n \"children\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/EIAGMON-EILONAG-RG/providers/Microsoft.Compute/virtualMachines/eiagmon-22050\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/EIAGMON-EILONAG-RG/providers/Microsoft.Compute/virtualMachines/eiagmon-22051\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/eiagmon-EilonAg-RG/providers/Microsoft.Security/locations/westcentralus/topologies/subnets\",\r\n \"name\": \"subnets\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:32:48.4894363Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/ElviraServiceNew10/providers/Microsoft.Network/virtualNetworks/Elvira-Net-456\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"centralus\",\r\n \"children\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/ElviraServiceNew10/providers/Microsoft.Network/virtualNetworks/Elvira-Net-456/subnets/Subnet456\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/ElviraServiceNew10/providers/Microsoft.Network/virtualNetworks/ElviraServiceNew10-vnet\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 30,\r\n \"location\": \"centralus\",\r\n \"children\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/ElviraServiceNew10/providers/Microsoft.Network/virtualNetworks/ElviraServiceNew10-vnet/subnets/default\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/ElviraServiceNew10/providers/Microsoft.Security/locations/westcentralus/topologies/virtualNetworks\",\r\n \"name\": \"virtualNetworks\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:32:48.4894363Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/ElviraServiceNew10/providers/Microsoft.Network/virtualNetworks/Elvira-Net-456/subnets/Subnet456\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/ElviraServiceNew10/providers/Microsoft.Network/virtualNetworks/Elvira-Net-456\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/ElviraServiceNew10/providers/Microsoft.Network/virtualNetworks/ElviraServiceNew10-vnet/subnets/default\",\r\n \"severity\": \"High\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": true,\r\n \"topologyScore\": 30,\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/ElviraServiceNew10/providers/Microsoft.Network/virtualNetworks/ElviraServiceNew10-vnet\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/ElviraServiceNew10/providers/Microsoft.Security/locations/westcentralus/topologies/subnets\",\r\n \"name\": \"subnets\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:32:48.4894363Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/erelh-DSC/providers/Microsoft.Network/virtualNetworks/erelh-1516029683\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 90,\r\n \"location\": \"centralus\",\r\n \"children\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/erelh-DSC/providers/Microsoft.Network/virtualNetworks/erelh-1516029683/subnets/erelh-928377125\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/erelh-DSC/providers/Microsoft.Security/locations/westcentralus/topologies/virtualNetworks\",\r\n \"name\": \"virtualNetworks\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:32:48.4894363Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/erelh-DSC/providers/Microsoft.Network/virtualNetworks/erelh-1516029683/subnets/erelh-928377125\",\r\n \"severity\": \"High\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": true,\r\n \"topologyScore\": 90,\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/erelh-DSC/providers/Microsoft.Network/virtualNetworks/erelh-1516029683\"\r\n }\r\n ],\r\n \"children\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/erelh-DSC/providers/Microsoft.Compute/virtualMachines/erelh-14010\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/erelh-DSC/providers/Microsoft.Compute/virtualMachines/erelh-14011\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/erelh-DSC/providers/Microsoft.Security/locations/westcentralus/topologies/subnets\",\r\n \"name\": \"subnets\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:32:48.4894363Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/erelh-Stable/providers/Microsoft.Network/virtualNetworks/erelh-497711546\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"centralus\",\r\n \"children\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/erelh-Stable/providers/Microsoft.Network/virtualNetworks/erelh-497711546/subnets/erelh-694938725\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/erelh-Stable/providers/Microsoft.Security/locations/westcentralus/topologies/virtualNetworks\",\r\n \"name\": \"virtualNetworks\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:32:48.4894363Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/erelh-Stable/providers/Microsoft.Network/virtualNetworks/erelh-497711546/subnets/erelh-694938725\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/erelh-Stable/providers/Microsoft.Network/virtualNetworks/erelh-497711546\"\r\n }\r\n ],\r\n \"children\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/ERELH-STABLE/providers/Microsoft.Compute/virtualMachines/erelh-16090\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/ERELH-STABLE/providers/Microsoft.Compute/virtualMachines/erelh-16091\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/erelh-Stable/providers/Microsoft.Security/locations/westcentralus/topologies/subnets\",\r\n \"name\": \"subnets\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:32:48.4894363Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/jitNoNicNsgTestRG/providers/Microsoft.Network/virtualNetworks/jitNoNicNsgTestRG-vnet\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"centralus\",\r\n \"children\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/jitNoNicNsgTestRG/providers/Microsoft.Network/virtualNetworks/jitNoNicNsgTestRG-vnet/subnets/default\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/jitNoNicNsgTestRG/providers/Microsoft.Security/locations/westcentralus/topologies/virtualNetworks\",\r\n \"name\": \"virtualNetworks\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:32:48.4894363Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/jitNoNicNsgTestRG/providers/Microsoft.Network/virtualNetworks/jitNoNicNsgTestRG-vnet/subnets/default\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/jitNoNicNsgTestRG/providers/Microsoft.Network/virtualNetworks/jitNoNicNsgTestRG-vnet\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/jitNoNicNsgTestRG/providers/Microsoft.Security/locations/westcentralus/topologies/subnets\",\r\n \"name\": \"subnets\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:32:48.4894363Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/mswaf13/providers/Microsoft.Network/virtualNetworks/mswaf13\",\r\n \"severity\": \"High\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": true,\r\n \"topologyScore\": 40,\r\n \"location\": \"centralus\",\r\n \"children\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/mswaf13/providers/Microsoft.Network/virtualNetworks/mswaf13/subnets/default\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/mswaf13/providers/Microsoft.Security/locations/westcentralus/topologies/virtualNetworks\",\r\n \"name\": \"virtualNetworks\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:32:48.4894363Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/mswaf13/providers/Microsoft.Network/virtualNetworks/mswaf13/subnets/default\",\r\n \"severity\": \"High\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": true,\r\n \"topologyScore\": 30,\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/mswaf13/providers/Microsoft.Network/virtualNetworks/mswaf13\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/mswaf13/providers/Microsoft.Security/locations/westcentralus/topologies/subnets\",\r\n \"name\": \"subnets\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:32:48.4894363Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/pan_8.1.0-c1070.fs2_rel/providers/Microsoft.Network/virtualNetworks/fwVNETPAN10\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 60,\r\n \"location\": \"centralus\",\r\n \"children\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/pan_8.1.0-c1070.fs2_rel/providers/Microsoft.Network/virtualNetworks/fwVNETPAN10/subnets/Mgmt\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/pan_8.1.0-c1070.fs2_rel/providers/Microsoft.Network/virtualNetworks/fwVNETPAN10/subnets/Untrust\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/pan_8.1.0-c1070.fs2_rel/providers/Microsoft.Network/virtualNetworks/fwVNETPAN10/subnets/Trust\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/pan_8.1.0-c1070.fs2_rel/providers/Microsoft.Security/locations/westcentralus/topologies/virtualNetworks\",\r\n \"name\": \"virtualNetworks\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:32:48.4894363Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/pan_8.1.0-c1070.fs2_rel/providers/Microsoft.Network/virtualNetworks/fwVNETPAN10/subnets/Mgmt\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/pan_8.1.0-c1070.fs2_rel/providers/Microsoft.Network/virtualNetworks/fwVNETPAN10\"\r\n }\r\n ],\r\n \"children\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/pan_8.1.0-c1070.fs2_rel/providers/Microsoft.Compute/virtualMachines/pa2\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/pan_8.1.0-c1070.fs2_rel/providers/Microsoft.Network/virtualNetworks/fwVNETPAN10/subnets/Untrust\",\r\n \"severity\": \"High\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": true,\r\n \"topologyScore\": 30,\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/pan_8.1.0-c1070.fs2_rel/providers/Microsoft.Network/virtualNetworks/fwVNETPAN10\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/pan_8.1.0-c1070.fs2_rel/providers/Microsoft.Network/virtualNetworks/fwVNETPAN10/subnets/Trust\",\r\n \"severity\": \"High\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": true,\r\n \"topologyScore\": 30,\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/pan_8.1.0-c1070.fs2_rel/providers/Microsoft.Network/virtualNetworks/fwVNETPAN10\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/pan_8.1.0-c1070.fs2_rel/providers/Microsoft.Security/locations/westcentralus/topologies/subnets\",\r\n \"name\": \"subnets\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:32:48.4894363Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/ronenRG-asc8483/providers/Microsoft.Network/virtualNetworks/ronenwp-waf\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"centralus\",\r\n \"children\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/ronenRG-asc8483/providers/Microsoft.Network/virtualNetworks/ronenwp-waf/subnets/WebApplicationFirewalls\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/ronenRG-asc8483/providers/Microsoft.Security/locations/westcentralus/topologies/virtualNetworks\",\r\n \"name\": \"virtualNetworks\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:32:48.4894363Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/ronenRG-asc8483/providers/Microsoft.Network/virtualNetworks/ronenwp-waf/subnets/WebApplicationFirewalls\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/ronenRG-asc8483/providers/Microsoft.Network/virtualNetworks/ronenwp-waf\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/ronenRG-asc8483/providers/Microsoft.Security/locations/westcentralus/topologies/subnets\",\r\n \"name\": \"subnets\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:32:48.4894363Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/subnetVmsRG/providers/Microsoft.Network/virtualNetworks/subnetVmsRG-vnet\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"centralus\",\r\n \"children\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/subnetVmsRG/providers/Microsoft.Network/virtualNetworks/subnetVmsRG-vnet/subnets/default\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/subnetVmsRG/providers/Microsoft.Security/locations/westcentralus/topologies/virtualNetworks\",\r\n \"name\": \"virtualNetworks\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:32:48.4894363Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/subnetVmsRG/providers/Microsoft.Network/virtualNetworks/subnetVmsRG-vnet/subnets/default\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/subnetVmsRG/providers/Microsoft.Network/virtualNetworks/subnetVmsRG-vnet\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/subnetVmsRG/providers/Microsoft.Security/locations/westcentralus/topologies/subnets\",\r\n \"name\": \"subnets\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:32:48.4894363Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/test1123/providers/Microsoft.Network/virtualNetworks/test1123-vnet\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 30,\r\n \"location\": \"centralus\",\r\n \"children\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/test1123/providers/Microsoft.Network/virtualNetworks/test1123-vnet/subnets/default\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/test1123/providers/Microsoft.Security/locations/westcentralus/topologies/virtualNetworks\",\r\n \"name\": \"virtualNetworks\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:32:48.4894363Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/test1123/providers/Microsoft.Network/virtualNetworks/test1123-vnet/subnets/default\",\r\n \"severity\": \"High\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": true,\r\n \"topologyScore\": 30,\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/test1123/providers/Microsoft.Network/virtualNetworks/test1123-vnet\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/test1123/providers/Microsoft.Security/locations/westcentralus/topologies/subnets\",\r\n \"name\": \"subnets\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:32:48.4894363Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/v-arrikl-ScheduledApps/providers/Microsoft.Network/virtualNetworks/v-arrikl-2073707963\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"centralus\",\r\n \"children\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/v-arrikl-ScheduledApps/providers/Microsoft.Network/virtualNetworks/v-arrikl-2073707963/subnets/v-arrikl-2041612502\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/v-arrikl-ScheduledApps/providers/Microsoft.Security/locations/westcentralus/topologies/virtualNetworks\",\r\n \"name\": \"virtualNetworks\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:32:48.4894363Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/v-arrikl-ScheduledApps/providers/Microsoft.Network/virtualNetworks/v-arrikl-2073707963/subnets/v-arrikl-2041612502\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/v-arrikl-ScheduledApps/providers/Microsoft.Network/virtualNetworks/v-arrikl-2073707963\"\r\n }\r\n ],\r\n \"children\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/V-ARRIKL-SCHEDULEDAPPS/providers/Microsoft.Compute/virtualMachines/v-arrikl-14060\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/V-ARRIKL-SCHEDULEDAPPS/providers/Microsoft.Compute/virtualMachines/v-arrikl-14061\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/V-ARRIKL-SCHEDULEDAPPS/providers/Microsoft.Compute/virtualMachines/v-arrikl-14062\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/v-arrikl-ScheduledApps/providers/Microsoft.Security/locations/westcentralus/topologies/subnets\",\r\n \"name\": \"subnets\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:32:48.4894363Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/webapp1-asc8304/providers/Microsoft.Network/virtualNetworks/YanivWebApp1-waf\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"japaneast\",\r\n \"children\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/webapp1-asc8304/providers/Microsoft.Network/virtualNetworks/YanivWebApp1-waf/subnets/WebApplicationFirewalls\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/webapp1-asc8304/providers/Microsoft.Security/locations/westcentralus/topologies/virtualNetworks\",\r\n \"name\": \"virtualNetworks\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:32:48.4894363Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/webapp1-asc8304/providers/Microsoft.Network/virtualNetworks/YanivWebApp1-waf/subnets/WebApplicationFirewalls\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/webapp1-asc8304/providers/Microsoft.Network/virtualNetworks/YanivWebApp1-waf\"\r\n }\r\n ],\r\n \"children\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/webapp1-asc8304/providers/Microsoft.Compute/virtualMachines/YanivWebApp1-waf0\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/webapp1-asc8304/providers/Microsoft.Security/locations/westcentralus/topologies/subnets\",\r\n \"name\": \"subnets\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:32:48.4894363Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/barngfwjul19/providers/Microsoft.Network/virtualNetworks/barngfwjul19\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 30,\r\n \"location\": \"japanwest\",\r\n \"children\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/barngfwjul19/providers/Microsoft.Network/virtualNetworks/barngfwjul19/subnets/default\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/barngfwjul19/providers/Microsoft.Security/locations/westcentralus/topologies/virtualNetworks\",\r\n \"name\": \"virtualNetworks\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:32:48.4894363Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/barngfwjul19/providers/Microsoft.Network/virtualNetworks/barngfwjul19/subnets/default\",\r\n \"severity\": \"High\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": true,\r\n \"topologyScore\": 30,\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/barngfwjul19/providers/Microsoft.Network/virtualNetworks/barngfwjul19\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/barngfwjul19/providers/Microsoft.Security/locations/westcentralus/topologies/subnets\",\r\n \"name\": \"subnets\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:32:48.4894363Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/testady1/providers/Microsoft.Network/virtualNetworks/testady1-vnet\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 150,\r\n \"location\": \"centralindia\",\r\n \"children\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/testady1/providers/Microsoft.Network/virtualNetworks/testady1-vnet/subnets/default\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/testady1/providers/Microsoft.Security/locations/westcentralus/topologies/virtualNetworks\",\r\n \"name\": \"virtualNetworks\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:32:48.4894363Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/testady1/providers/Microsoft.Network/virtualNetworks/testady1-vnet/subnets/default\",\r\n \"severity\": \"High\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": true,\r\n \"topologyScore\": 150,\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/testady1/providers/Microsoft.Network/virtualNetworks/testady1-vnet\"\r\n }\r\n ],\r\n \"children\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/testady1/providers/Microsoft.Compute/virtualMachines/vm2nic\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/testady1/providers/Microsoft.Compute/virtualMachines/vm2nic\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/testady1/providers/Microsoft.Security/locations/westcentralus/topologies/subnets\",\r\n \"name\": \"subnets\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:32:48.4894363Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/checkpoint/providers/Microsoft.Network/virtualNetworks/vnet01\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 30,\r\n \"location\": \"westcentralus\",\r\n \"children\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/checkpoint/providers/Microsoft.Network/virtualNetworks/vnet01/subnets/Management\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/checkpoint/providers/Microsoft.Security/locations/westcentralus/topologies/virtualNetworks\",\r\n \"name\": \"virtualNetworks\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:32:48.4894363Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/checkpoint/providers/Microsoft.Network/virtualNetworks/vnet01/subnets/Management\",\r\n \"severity\": \"High\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": true,\r\n \"topologyScore\": 30,\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/checkpoint/providers/Microsoft.Network/virtualNetworks/vnet01\"\r\n }\r\n ],\r\n \"children\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/checkpoint/providers/Microsoft.Compute/virtualMachines/Checkpoint2\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/checkpoint/providers/Microsoft.Security/locations/westcentralus/topologies/subnets\",\r\n \"name\": \"subnets\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:32:48.4894363Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTesWIN/providers/Microsoft.Network/virtualNetworks/MSI-382200227\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 900,\r\n \"location\": \"westcentralus\",\r\n \"children\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTesWIN/providers/Microsoft.Network/virtualNetworks/MSI-382200227/subnets/MSI-95015031\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTesWIN/providers/Microsoft.Security/locations/westcentralus/topologies/virtualNetworks\",\r\n \"name\": \"virtualNetworks\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:32:48.4894363Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTesWIN/providers/Microsoft.Network/virtualNetworks/MSI-382200227/subnets/MSI-95015031\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 900,\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTesWIN/providers/Microsoft.Network/virtualNetworks/MSI-382200227\"\r\n }\r\n ],\r\n \"children\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTesWIN/providers/Microsoft.Compute/virtualMachines/MSI-19120\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTesWIN/providers/Microsoft.Compute/virtualMachines/MSI-19121\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTesWIN/providers/Microsoft.Compute/virtualMachines/MSI-19122\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTesWIN/providers/Microsoft.Compute/virtualMachines/MSI-19123\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTesWIN/providers/Microsoft.Compute/virtualMachines/MSI-19124\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTesWIN/providers/Microsoft.Compute/virtualMachines/MSI-19125\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTesWIN/providers/Microsoft.Compute/virtualMachines/MSI-19126\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTesWIN/providers/Microsoft.Compute/virtualMachines/MSI-19127\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTESWIN/providers/Microsoft.Compute/virtualMachines/MSI-19128\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTesWIN/providers/Microsoft.Compute/virtualMachines/MSI-19129\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTesWIN/providers/Microsoft.Compute/virtualMachines/MSI-191210\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTesWIN/providers/Microsoft.Compute/virtualMachines/MSI-191211\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTesWIN/providers/Microsoft.Compute/virtualMachines/MSI-191212\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTesWIN/providers/Microsoft.Compute/virtualMachines/MSI-191213\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTesWIN/providers/Microsoft.Compute/virtualMachines/MSI-191214\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTesWIN/providers/Microsoft.Compute/virtualMachines/MSI-191215\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTesWIN/providers/Microsoft.Compute/virtualMachines/MSI-191216\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTesWIN/providers/Microsoft.Compute/virtualMachines/MSI-191217\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTesWIN/providers/Microsoft.Compute/virtualMachines/MSI-191218\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTesWIN/providers/Microsoft.Compute/virtualMachines/MSI-191219\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTesWIN/providers/Microsoft.Compute/virtualMachines/MSI-191220\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTesWIN/providers/Microsoft.Compute/virtualMachines/MSI-191221\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTesWIN/providers/Microsoft.Compute/virtualMachines/MSI-191222\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTesWIN/providers/Microsoft.Compute/virtualMachines/MSI-191223\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTesWIN/providers/Microsoft.Compute/virtualMachines/MSI-191224\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTesWIN/providers/Microsoft.Compute/virtualMachines/MSI-191225\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTesWIN/providers/Microsoft.Compute/virtualMachines/MSI-191226\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTesWIN/providers/Microsoft.Compute/virtualMachines/MSI-191227\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTesWIN/providers/Microsoft.Compute/virtualMachines/MSI-191228\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTesWIN/providers/Microsoft.Compute/virtualMachines/MSI-191229\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTesWIN/providers/Microsoft.Compute/virtualMachines/MSI-191230\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTesWIN/providers/Microsoft.Compute/virtualMachines/MSI-191231\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTesWIN/providers/Microsoft.Compute/virtualMachines/MSI-191232\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTesWIN/providers/Microsoft.Compute/virtualMachines/MSI-191233\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTesWIN/providers/Microsoft.Compute/virtualMachines/MSI-191234\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTesWIN/providers/Microsoft.Compute/virtualMachines/MSI-191235\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTesWIN/providers/Microsoft.Compute/virtualMachines/MSI-191236\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTesWIN/providers/Microsoft.Compute/virtualMachines/MSI-191237\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTesWIN/providers/Microsoft.Compute/virtualMachines/MSI-191238\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTesWIN/providers/Microsoft.Compute/virtualMachines/MSI-191239\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTesWIN/providers/Microsoft.Compute/virtualMachines/MSI-191240\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTesWIN/providers/Microsoft.Compute/virtualMachines/MSI-191241\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTesWIN/providers/Microsoft.Compute/virtualMachines/MSI-191242\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTesWIN/providers/Microsoft.Compute/virtualMachines/MSI-191243\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTesWIN/providers/Microsoft.Compute/virtualMachines/MSI-191244\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTesWIN/providers/Microsoft.Compute/virtualMachines/MSI-191245\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTesWIN/providers/Microsoft.Compute/virtualMachines/MSI-191246\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTesWIN/providers/Microsoft.Security/locations/westcentralus/topologies/subnets\",\r\n \"name\": \"subnets\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:32:48.4894363Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/qualyslinux/providers/Microsoft.Network/virtualNetworks/qualyslinux-vnet\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 30,\r\n \"location\": \"westus2\",\r\n \"children\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/qualyslinux/providers/Microsoft.Network/virtualNetworks/qualyslinux-vnet/subnets/default\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/qualyslinux/providers/Microsoft.Security/locations/westcentralus/topologies/virtualNetworks\",\r\n \"name\": \"virtualNetworks\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:32:48.4894363Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/qualyslinux/providers/Microsoft.Network/virtualNetworks/qualyslinux-vnet/subnets/default\",\r\n \"severity\": \"High\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": true,\r\n \"topologyScore\": 30,\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/qualyslinux/providers/Microsoft.Network/virtualNetworks/qualyslinux-vnet\"\r\n }\r\n ],\r\n \"children\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/qualyslinux/providers/Microsoft.Compute/virtualMachines/qualyslinux\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/qualyslinux/providers/Microsoft.Compute/virtualMachines/qualyslinux2\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/qualyslinux/providers/Microsoft.Security/locations/westcentralus/topologies/subnets\",\r\n \"name\": \"subnets\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:32:48.4894363Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLStandard_A1/providers/Microsoft.Compute/virtualMachines/MSI-22122\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"westus\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLStandard_A1/providers/Microsoft.Network/virtualNetworks/MSI-94066604/subnets/MSI-960858903\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLStandard_A1/providers/Microsoft.Compute/virtualMachines/MSI-221216\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"westus\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLStandard_A1/providers/Microsoft.Network/virtualNetworks/MSI-94066604/subnets/MSI-960858903\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLStandard_A1/providers/Microsoft.Compute/virtualMachines/MSI-221218\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"westus\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLStandard_A1/providers/Microsoft.Network/virtualNetworks/MSI-94066604/subnets/MSI-960858903\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLStandard_A1/providers/Microsoft.Compute/virtualMachines/MSI-221221\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"westus\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLStandard_A1/providers/Microsoft.Network/virtualNetworks/MSI-94066604/subnets/MSI-960858903\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLStandard_A1/providers/Microsoft.Compute/virtualMachines/MSI-221213\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"westus\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLStandard_A1/providers/Microsoft.Network/virtualNetworks/MSI-94066604/subnets/MSI-960858903\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLStandard_A1/providers/Microsoft.Compute/virtualMachines/MSI-221220\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"westus\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLStandard_A1/providers/Microsoft.Network/virtualNetworks/MSI-94066604/subnets/MSI-960858903\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLStandard_A1/providers/Microsoft.Compute/virtualMachines/MSI-22120\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"westus\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLStandard_A1/providers/Microsoft.Network/virtualNetworks/MSI-94066604/subnets/MSI-960858903\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLStandard_A1/providers/Microsoft.Compute/virtualMachines/MSI-22121\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"westus\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLStandard_A1/providers/Microsoft.Network/virtualNetworks/MSI-94066604/subnets/MSI-960858903\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLStandard_A1/providers/Microsoft.Compute/virtualMachines/MSI-221215\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"westus\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLStandard_A1/providers/Microsoft.Network/virtualNetworks/MSI-94066604/subnets/MSI-960858903\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLStandard_A1/providers/Microsoft.Compute/virtualMachines/MSI-221217\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"westus\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLStandard_A1/providers/Microsoft.Network/virtualNetworks/MSI-94066604/subnets/MSI-960858903\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLStandard_A1/providers/Microsoft.Compute/virtualMachines/MSI-221214\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"westus\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLStandard_A1/providers/Microsoft.Network/virtualNetworks/MSI-94066604/subnets/MSI-960858903\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLStandard_A1/providers/Microsoft.Compute/virtualMachines/MSI-221210\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"westus\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLStandard_A1/providers/Microsoft.Network/virtualNetworks/MSI-94066604/subnets/MSI-960858903\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLStandard_A1/providers/Microsoft.Compute/virtualMachines/MSI-221212\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"westus\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLStandard_A1/providers/Microsoft.Network/virtualNetworks/MSI-94066604/subnets/MSI-960858903\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLStandard_A1/providers/Microsoft.Compute/virtualMachines/MSI-221219\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"westus\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLStandard_A1/providers/Microsoft.Network/virtualNetworks/MSI-94066604/subnets/MSI-960858903\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLStandard_A1/providers/Microsoft.Compute/virtualMachines/MSI-221211\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"westus\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLStandard_A1/providers/Microsoft.Network/virtualNetworks/MSI-94066604/subnets/MSI-960858903\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLStandard_A1/providers/Microsoft.Compute/virtualMachines/MSI-221227\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"westus\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLStandard_A1/providers/Microsoft.Network/virtualNetworks/MSI-94066604/subnets/MSI-960858903\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLStandard_A1/providers/Microsoft.Compute/virtualMachines/gl2612\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"westus2\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLStandard_A1/providers/Microsoft.Network/virtualNetworks/MSIGLStandard_A1vnet130/subnets/default\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLStandard_A1/providers/Microsoft.Security/locations/westcentralus/topologies/virtualMachines\",\r\n \"name\": \"virtualMachines\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:32:48.4894363Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/msi-glstandard_a1/providers/Microsoft.Compute/virtualMachines/MSI-221222\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"westus\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLStandard_A1/providers/Microsoft.Network/virtualNetworks/MSI-94066604/subnets/MSI-960858903\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/msi-glstandard_a1/providers/Microsoft.Compute/virtualMachines/MSI-221228\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"westus\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLStandard_A1/providers/Microsoft.Network/virtualNetworks/MSI-94066604/subnets/MSI-960858903\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/msi-glstandard_a1/providers/Microsoft.Compute/virtualMachines/MSI-22129\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"westus\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLStandard_A1/providers/Microsoft.Network/virtualNetworks/MSI-94066604/subnets/MSI-960858903\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/msi-glstandard_a1/providers/Microsoft.Compute/virtualMachines/MSI-221225\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"westus\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLStandard_A1/providers/Microsoft.Network/virtualNetworks/MSI-94066604/subnets/MSI-960858903\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/msi-glstandard_a1/providers/Microsoft.Compute/virtualMachines/MSI-22128\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"westus\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLStandard_A1/providers/Microsoft.Network/virtualNetworks/MSI-94066604/subnets/MSI-960858903\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/msi-glstandard_a1/providers/Microsoft.Compute/virtualMachines/MSI-221223\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"westus\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLStandard_A1/providers/Microsoft.Network/virtualNetworks/MSI-94066604/subnets/MSI-960858903\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/msi-glstandard_a1/providers/Microsoft.Compute/virtualMachines/MSI-22125\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"westus\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLStandard_A1/providers/Microsoft.Network/virtualNetworks/MSI-94066604/subnets/MSI-960858903\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/msi-glstandard_a1/providers/Microsoft.Compute/virtualMachines/MSI-22127\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"westus\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLStandard_A1/providers/Microsoft.Network/virtualNetworks/MSI-94066604/subnets/MSI-960858903\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/msi-glstandard_a1/providers/Microsoft.Compute/virtualMachines/MSI-22123\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"westus\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLStandard_A1/providers/Microsoft.Network/virtualNetworks/MSI-94066604/subnets/MSI-960858903\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/msi-glstandard_a1/providers/Microsoft.Compute/virtualMachines/MSI-221226\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"westus\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLStandard_A1/providers/Microsoft.Network/virtualNetworks/MSI-94066604/subnets/MSI-960858903\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/msi-glstandard_a1/providers/Microsoft.Compute/virtualMachines/MSI-221224\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"westus\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLStandard_A1/providers/Microsoft.Network/virtualNetworks/MSI-94066604/subnets/MSI-960858903\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/msi-glstandard_a1/providers/Microsoft.Compute/virtualMachines/MSI-22126\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"westus\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLStandard_A1/providers/Microsoft.Network/virtualNetworks/MSI-94066604/subnets/MSI-960858903\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/msi-glstandard_a1/providers/Microsoft.Compute/virtualMachines/MSI-221229\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"westus\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLStandard_A1/providers/Microsoft.Network/virtualNetworks/MSI-94066604/subnets/MSI-960858903\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/msi-glstandard_a1/providers/Microsoft.Compute/virtualMachines/MSI-22124\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"westus\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLStandard_A1/providers/Microsoft.Network/virtualNetworks/MSI-94066604/subnets/MSI-960858903\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/msi-glstandard_a1/providers/Microsoft.Compute/virtualMachines/testGLVM2512\",\r\n \"severity\": \"High\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": true,\r\n \"topologyScore\": 30,\r\n \"location\": \"westeurope\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLStandard_A1/providers/Microsoft.Network/virtualNetworks/MSI-GLStandard_A1-vnet/subnets/default\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/msi-glstandard_a1/providers/Microsoft.Security/locations/westcentralus/topologies/virtualMachines\",\r\n \"name\": \"virtualMachines\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:32:48.4894363Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/QUALYSTEST/providers/Microsoft.Compute/virtualMachines/UbuntuForQualys\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"westus\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/QualysTest/providers/Microsoft.Network/virtualNetworks/QualysTest-vnet/subnets/default\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/QUALYSTEST/providers/Microsoft.Security/locations/westcentralus/topologies/virtualMachines\",\r\n \"name\": \"virtualMachines\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:32:48.4894363Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/REAM-AWL-LINUX/providers/Microsoft.Compute/virtualMachines/ream-awl-linux\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"westus\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/ream-awl-linux/providers/Microsoft.Network/virtualNetworks/ream-awl-linux-vnet/subnets/default\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/REAM-AWL-LINUX/providers/Microsoft.Security/locations/westcentralus/topologies/virtualMachines\",\r\n \"name\": \"virtualMachines\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:32:48.4894363Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/amaviram-PPtest/providers/Microsoft.Compute/virtualMachines/AmitQ1005\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"eastus\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/amaviram-PPtest/providers/Microsoft.Network/virtualNetworks/amaviram-PPtest-vnet/subnets/default\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/amaviram-PPtest/providers/Microsoft.Compute/virtualMachines/amaviram-18120\",\r\n \"severity\": \"High\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": true,\r\n \"topologyScore\": 30,\r\n \"location\": \"northeurope\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/amaviram-PPtest/providers/Microsoft.Network/virtualNetworks/amaviram-1976161321/subnets/amaviram-49574186\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/amaviram-PPtest/providers/Microsoft.Compute/virtualMachines/amaviram-18122\",\r\n \"severity\": \"High\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": true,\r\n \"topologyScore\": 30,\r\n \"location\": \"westeurope\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/amaviram-PPtest/providers/Microsoft.Network/virtualNetworks/amaviram-1312284343/subnets/amaviram-1616029505\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/amaviram-PPtest/providers/Microsoft.Compute/virtualMachines/SimpleWinVM\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"centralus\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/amaviram-PPtest/providers/Microsoft.Network/virtualNetworks/MyVNET/subnets/Subnet\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/amaviram-PPtest/providers/Microsoft.Compute/virtualMachines/amaviram-18125\",\r\n \"severity\": \"High\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": true,\r\n \"topologyScore\": 30,\r\n \"location\": \"australiaeast\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/amaviram-PPtest/providers/Microsoft.Network/virtualNetworks/amaviram-2098151420/subnets/amaviram-635182180\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/amaviram-PPtest/providers/Microsoft.Compute/virtualMachines/amaviram-18124\",\r\n \"severity\": \"High\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": true,\r\n \"topologyScore\": 30,\r\n \"location\": \"australiaeast\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/amaviram-PPtest/providers/Microsoft.Network/virtualNetworks/amaviram-2098151420/subnets/amaviram-635182180\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/amaviram-PPtest/providers/Microsoft.Compute/virtualMachines/amaviram-18123\",\r\n \"severity\": \"High\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": true,\r\n \"topologyScore\": 30,\r\n \"location\": \"australiaeast\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/amaviram-PPtest/providers/Microsoft.Network/virtualNetworks/amaviram-2098151420/subnets/amaviram-635182180\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/amaviram-PPtest/providers/Microsoft.Compute/virtualMachines/amaviram-18126\",\r\n \"severity\": \"High\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": true,\r\n \"topologyScore\": 30,\r\n \"location\": \"australiaeast\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/amaviram-PPtest/providers/Microsoft.Network/virtualNetworks/amaviram-2098151420/subnets/amaviram-635182180\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/amaviram-PPtest/providers/Microsoft.Security/locations/westcentralus/topologies/virtualMachines\",\r\n \"name\": \"virtualMachines\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:32:48.4894363Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/Amit-VA/providers/Microsoft.Compute/virtualMachines/Amit-1009-2\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"eastus\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/Amit-VA/providers/Microsoft.Network/virtualNetworks/Amit-VA-vnet/subnets/default\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/Amit-VA/providers/Microsoft.Compute/virtualMachines/Amit-1009Ag\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"eastus\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/Amit-VA/providers/Microsoft.Network/virtualNetworks/Amit-VA-vnet/subnets/default\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/Amit-VA/providers/Microsoft.Compute/virtualMachines/Amit-Baracuda-Test\",\r\n \"severity\": \"High\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": true,\r\n \"topologyScore\": 50,\r\n \"location\": \"eastus\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/Amit-VA/providers/Microsoft.Network/virtualNetworks/Amit-VA-vnet/subnets/default\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/Amit-VA/providers/Microsoft.Compute/virtualMachines/Amit-Linux-PG\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"eastus\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/Amit-VA/providers/Microsoft.Network/virtualNetworks/Amit-VA-vnet/subnets/default\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/Amit-VA/providers/Microsoft.Compute/virtualMachines/AmitQ1005-2\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"eastus\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/Amit-VA/providers/Microsoft.Network/virtualNetworks/Amit-VA-vnet/subnets/default\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/Amit-VA/providers/Microsoft.Compute/virtualMachines/Amit-Win\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"centralus\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/Amit-VA/providers/Microsoft.Network/virtualNetworks/AmitVAvnet827/subnets/default\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/Amit-VA/providers/Microsoft.Compute/virtualMachines/amaviram\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"centraluseuap\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/Amit-VA/providers/Microsoft.Network/virtualNetworks/AmitVAvnet875/subnets/default\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/Amit-VA/providers/Microsoft.Compute/virtualMachines/Amit-1009-2-bl\",\r\n \"severity\": \"High\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": true,\r\n \"topologyScore\": 80,\r\n \"location\": \"centraluseuap\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/Amit-VA/providers/Microsoft.Network/virtualNetworks/AmitVAvnet875/subnets/default\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/Amit-VA/providers/Microsoft.Compute/virtualMachines/Amit-GL-1006-2\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"centraluseuap\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/Amit-VA/providers/Microsoft.Network/virtualNetworks/AmitVAvnet875/subnets/default\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/Amit-VA/providers/Microsoft.Compute/virtualMachines/Amit-GL-1006-3\",\r\n \"severity\": \"High\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": true,\r\n \"topologyScore\": 80,\r\n \"location\": \"centraluseuap\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/Amit-VA/providers/Microsoft.Network/virtualNetworks/AmitVAvnet875/subnets/default\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/Amit-VA/providers/Microsoft.Compute/virtualMachines/Amit-GL-1006-4\",\r\n \"severity\": \"High\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": true,\r\n \"topologyScore\": 80,\r\n \"location\": \"centraluseuap\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/Amit-VA/providers/Microsoft.Network/virtualNetworks/AmitVAvnet875/subnets/default\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/Amit-VA/providers/Microsoft.Compute/virtualMachines/Amit-GL-1006-Bl\",\r\n \"severity\": \"High\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": true,\r\n \"topologyScore\": 80,\r\n \"location\": \"centraluseuap\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/Amit-VA/providers/Microsoft.Network/virtualNetworks/AmitVAvnet875/subnets/default\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/Amit-VA/providers/Microsoft.Compute/virtualMachines/Amit-GL1009-BL\",\r\n \"severity\": \"High\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": true,\r\n \"topologyScore\": 80,\r\n \"location\": \"centraluseuap\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/Amit-VA/providers/Microsoft.Network/virtualNetworks/AmitVAvnet875/subnets/default\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/Amit-VA/providers/Microsoft.Compute/virtualMachines/Amit1009-2-BL\",\r\n \"severity\": \"High\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": true,\r\n \"topologyScore\": 80,\r\n \"location\": \"centraluseuap\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/Amit-VA/providers/Microsoft.Network/virtualNetworks/AmitVAvnet875/subnets/default\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/Amit-VA/providers/Microsoft.Security/locations/westcentralus/topologies/virtualMachines\",\r\n \"name\": \"virtualMachines\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:32:48.4894363Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/AMIT-VA/providers/Microsoft.Compute/virtualMachines/win20200602\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"eastus\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/Amit-VA/providers/Microsoft.Network/virtualNetworks/Amit-VA-vnet/subnets/default\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/AMIT-VA/providers/Microsoft.Compute/virtualMachines/ream-test\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"westcentralus\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/Amit-VA/providers/Microsoft.Network/virtualNetworks/AmitVAvnet523/subnets/default\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/AMIT-VA/providers/Microsoft.Security/locations/westcentralus/topologies/virtualMachines\",\r\n \"name\": \"virtualMachines\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:32:48.4894363Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/AVI/providers/Microsoft.Compute/virtualMachines/aviVM\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"eastus\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/Avi/providers/Microsoft.Network/virtualNetworks/aviResourceGroup-vnet/subnets/default\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/AVI/providers/Microsoft.Security/locations/westcentralus/topologies/virtualMachines\",\r\n \"name\": \"virtualMachines\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:32:48.4894363Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/AVISHALOMTESTS/providers/Microsoft.Compute/virtualMachines/AvishaloJitTest\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"eastus\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/AvishalomTests/providers/Microsoft.Network/virtualNetworks/AvishalomTests-vnet/subnets/default\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/AVISHALOMTESTS/providers/Microsoft.Security/locations/westcentralus/topologies/virtualMachines\",\r\n \"name\": \"virtualMachines\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:32:48.4894363Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/dana_try1/providers/Microsoft.Compute/virtualMachines/barracudaTry\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"eastus\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/dana_try1/providers/Microsoft.Network/virtualNetworks/dana_try1-vnet/subnets/default\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/dana_try1/providers/Microsoft.Security/locations/westcentralus/topologies/virtualMachines\",\r\n \"name\": \"virtualMachines\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:32:48.4894363Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/EItanRG/providers/Microsoft.Compute/virtualMachines/eitanVM2\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"eastus\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/EItanRG/providers/Microsoft.Network/virtualNetworks/EItanRG-vnet/subnets/default\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/EItanRG/providers/Microsoft.Security/locations/westcentralus/topologies/virtualMachines\",\r\n \"name\": \"virtualMachines\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:32:48.4894363Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/EITANRG/providers/Microsoft.Compute/virtualMachines/EitanVMTest\",\r\n \"severity\": \"High\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": true,\r\n \"topologyScore\": 20,\r\n \"location\": \"eastus\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/EItanRG/providers/Microsoft.Network/virtualNetworks/EItanRG-vnet/subnets/default\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/EITANRG/providers/Microsoft.Security/locations/westcentralus/topologies/virtualMachines\",\r\n \"name\": \"virtualMachines\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:32:48.4894363Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/eldarfanouttest0506/providers/Microsoft.Compute/virtualMachines/eldarfanouttest0506\",\r\n \"severity\": \"High\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": true,\r\n \"topologyScore\": 30,\r\n \"location\": \"eastus\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/eldarfanouttest0506/providers/Microsoft.Network/virtualNetworks/eldarfanouttest0506-vnet/subnets/default\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/eldarfanouttest0506/providers/Microsoft.Security/locations/westcentralus/topologies/virtualMachines\",\r\n \"name\": \"virtualMachines\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:32:48.4894363Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/IbizaCreateDeployment/providers/Microsoft.Compute/virtualMachines/IbizaCreateDeployment\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"eastus\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/IbizaCreateDeployment/providers/Microsoft.Network/virtualNetworks/IbizaCreateDeployment-vnet/subnets/default\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/IbizaCreateDeployment/providers/Microsoft.Security/locations/westcentralus/topologies/virtualMachines\",\r\n \"name\": \"virtualMachines\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:32:48.4894363Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/IbizaCreateTest/providers/Microsoft.Compute/virtualMachines/IbizaCreateTest\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"eastus\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/IbizaCreateTest/providers/Microsoft.Network/virtualNetworks/IbizaCreateTest-vnet/subnets/default\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/IbizaCreateTest/providers/Microsoft.Security/locations/westcentralus/topologies/virtualMachines\",\r\n \"name\": \"virtualMachines\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:32:48.4894363Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/IbizaDeploymentTest/providers/Microsoft.Compute/virtualMachines/IbizaDeploymentTest\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"eastus\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/IbizaDeploymentTest/providers/Microsoft.Network/virtualNetworks/IbizaDeploymentTest-vnet/subnets/default\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/IbizaDeploymentTest/providers/Microsoft.Security/locations/westcentralus/topologies/virtualMachines\",\r\n \"name\": \"virtualMachines\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:32:48.4894363Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/impervajul5/providers/Microsoft.Compute/virtualMachines/impervajul5-GW0\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"eastus\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/impervajul5/providers/Microsoft.Network/virtualNetworks/impervajul5-Network/subnets/impervajul5-GWSN\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/impervajul5/providers/Microsoft.Compute/virtualMachines/impervajul5-MX\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"eastus\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/impervajul5/providers/Microsoft.Network/virtualNetworks/impervajul5-Network/subnets/impervajul5-MXSN\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/impervajul5/providers/Microsoft.Security/locations/westcentralus/topologies/virtualMachines\",\r\n \"name\": \"virtualMachines\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:32:48.4894363Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MYRESOURCEGROUP/providers/Microsoft.Compute/virtualMachines/myVmWeb\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"eastus\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/myResourceGroup/providers/Microsoft.Network/virtualNetworks/myVirtualNetwork/subnets/mySubnet\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MYRESOURCEGROUP/providers/Microsoft.Security/locations/westcentralus/topologies/virtualMachines\",\r\n \"name\": \"virtualMachines\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:32:48.4894363Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/ream-test-barwaf/providers/Microsoft.Compute/virtualMachines/mywaf\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"eastus\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/ream-test-barwaf/providers/Microsoft.Network/virtualNetworks/reamtestbarwafvnet166/subnets/default\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/ream-test-barwaf/providers/Microsoft.Compute/virtualMachines/ream-test-barwaf\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"eastus2\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/ream-test-barwaf/providers/Microsoft.Network/virtualNetworks/ream-test-barwaf-vnet/subnets/default\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/ream-test-barwaf/providers/Microsoft.Security/locations/westcentralus/topologies/virtualMachines\",\r\n \"name\": \"virtualMachines\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:32:48.4894363Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/ron-gissin-test-resource-group/providers/Microsoft.Compute/virtualMachines/ron-gissin-test-vm\",\r\n \"severity\": \"High\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": true,\r\n \"topologyScore\": 60,\r\n \"location\": \"eastus\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/ron-gissin-test-resource-group/providers/Microsoft.Network/virtualNetworks/ron-gissin-test-resource-group-vnet/subnets/default\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/ron-gissin-test-resource-group/providers/Microsoft.Security/locations/westcentralus/topologies/virtualMachines\",\r\n \"name\": \"virtualMachines\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:32:48.4894363Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/shalini/providers/Microsoft.Compute/virtualMachines/QualysSP\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"eastus\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/shalini/providers/Microsoft.Network/virtualNetworks/shalini-vnet/subnets/default\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/shalini/providers/Microsoft.Compute/virtualMachines/rapid7test\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"eastus\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/shalini/providers/Microsoft.Network/virtualNetworks/shalini/subnets/default\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/shalini/providers/Microsoft.Compute/virtualMachines/shalinirapid7\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"eastus\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/shalini/providers/Microsoft.Network/virtualNetworks/shalini/subnets/default\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/shalini/providers/Microsoft.Compute/virtualMachines/Shaliniubuntu17\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"northcentralus\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/shalini/providers/Microsoft.Network/virtualNetworks/shalinivnet111/subnets/default\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/shalini/providers/Microsoft.Security/locations/westcentralus/topologies/virtualMachines\",\r\n \"name\": \"virtualMachines\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:32:48.4894363Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/shalinifortigate/providers/Microsoft.Compute/virtualMachines/shalinifortiga\",\r\n \"severity\": \"High\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": true,\r\n \"topologyScore\": 30,\r\n \"location\": \"eastus\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/shalinifortigate/providers/Microsoft.Network/virtualNetworks/FortigateProtectedVNet/subnets/PublicFacingSubnet\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/shalinifortigate/providers/Microsoft.Compute/virtualMachines/shalinifortiga\",\r\n \"severity\": \"High\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": true,\r\n \"topologyScore\": 30,\r\n \"location\": \"eastus\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/shalinifortigate/providers/Microsoft.Network/virtualNetworks/FortigateProtectedVNet/subnets/InsideSubnet\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/shalinifortigate/providers/Microsoft.Security/locations/westcentralus/topologies/virtualMachines\",\r\n \"name\": \"virtualMachines\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:32:48.4894363Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/TalK-VA/providers/Microsoft.Compute/virtualMachines/tal-win-vm-jit\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"eastus\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/TalK-VA/providers/Microsoft.Network/virtualNetworks/TalK-VA-vnet/subnets/default\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/TalK-VA/providers/Microsoft.Compute/virtualMachines/tal-win-vm\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"eastus\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/TalK-VA/providers/Microsoft.Network/virtualNetworks/TalK-VA-vnet/subnets/default\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/TalK-VA/providers/Microsoft.Security/locations/westcentralus/topologies/virtualMachines\",\r\n \"name\": \"virtualMachines\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:32:48.4894363Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/TEST-ADY/providers/Microsoft.Compute/virtualMachines/vmmultinicprod\",\r\n \"severity\": \"High\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": true,\r\n \"topologyScore\": 60,\r\n \"location\": \"eastus\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/test-ady/providers/Microsoft.Network/virtualNetworks/test-ady-vnet/subnets/default\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/TEST-ADY/providers/Microsoft.Compute/virtualMachines/vmmultinicprod\",\r\n \"severity\": \"High\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": true,\r\n \"topologyScore\": 60,\r\n \"location\": \"eastus\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/test-ady/providers/Microsoft.Network/virtualNetworks/test-ady-vnet/subnets/default\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/TEST-ADY/providers/Microsoft.Security/locations/westcentralus/topologies/virtualMachines\",\r\n \"name\": \"virtualMachines\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:32:48.4894363Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/testDev3Ngfw/providers/Microsoft.Compute/virtualMachines/dev3NgfwTest\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"eastus\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/TestGroup/providers/Microsoft.Network/virtualNetworks/TestGroup/subnets/default\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/testDev3Ngfw/providers/Microsoft.Security/locations/westcentralus/topologies/virtualMachines\",\r\n \"name\": \"virtualMachines\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:32:48.4894363Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/tesVM-CHKP/providers/Microsoft.Compute/virtualMachines/testVM-CHKP\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"eastus\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/tesVM-CHKP/providers/Microsoft.Network/virtualNetworks/tesVM-CHKP-vnet/subnets/default\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/tesVM-CHKP/providers/Microsoft.Security/locations/westcentralus/topologies/virtualMachines\",\r\n \"name\": \"virtualMachines\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:32:48.4894363Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/uvuntuCHKP/providers/Microsoft.Compute/virtualMachines/uvuntuCHKP\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"eastus\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/uvuntuCHKP/providers/Microsoft.Network/virtualNetworks/uvuntuCHKP-vnet/subnets/default\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/uvuntuCHKP/providers/Microsoft.Security/locations/westcentralus/topologies/virtualMachines\",\r\n \"name\": \"virtualMachines\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:32:48.4894363Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLWin5/providers/Microsoft.Compute/virtualMachines/MSI-03010\",\r\n \"severity\": \"High\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": true,\r\n \"topologyScore\": 20,\r\n \"location\": \"northeurope\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLWin5/providers/Microsoft.Network/virtualNetworks/MSI-1295636147/subnets/MSI-1926702710\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLWin5/providers/Microsoft.Compute/virtualMachines/MSI-030110\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"northeurope\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLWin5/providers/Microsoft.Network/virtualNetworks/MSI-1295636147/subnets/MSI-1926702710\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLWin5/providers/Microsoft.Compute/virtualMachines/MSI-03017\",\r\n \"severity\": \"High\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": true,\r\n \"topologyScore\": 20,\r\n \"location\": \"northeurope\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLWin5/providers/Microsoft.Network/virtualNetworks/MSI-1295636147/subnets/MSI-1926702710\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLWin5/providers/Microsoft.Compute/virtualMachines/MSI-030125\",\r\n \"severity\": \"High\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": true,\r\n \"topologyScore\": 20,\r\n \"location\": \"northeurope\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLWin5/providers/Microsoft.Network/virtualNetworks/MSI-1295636147/subnets/MSI-1926702710\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLWin5/providers/Microsoft.Compute/virtualMachines/MSI-03011\",\r\n \"severity\": \"High\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": true,\r\n \"topologyScore\": 20,\r\n \"location\": \"northeurope\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLWin5/providers/Microsoft.Network/virtualNetworks/MSI-1295636147/subnets/MSI-1926702710\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLWin5/providers/Microsoft.Compute/virtualMachines/MSI-030116\",\r\n \"severity\": \"High\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": true,\r\n \"topologyScore\": 20,\r\n \"location\": \"northeurope\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLWin5/providers/Microsoft.Network/virtualNetworks/MSI-1295636147/subnets/MSI-1926702710\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLWin5/providers/Microsoft.Compute/virtualMachines/MSI-030114\",\r\n \"severity\": \"High\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": true,\r\n \"topologyScore\": 20,\r\n \"location\": \"northeurope\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLWin5/providers/Microsoft.Network/virtualNetworks/MSI-1295636147/subnets/MSI-1926702710\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLWin5/providers/Microsoft.Compute/virtualMachines/MSI-030123\",\r\n \"severity\": \"High\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": true,\r\n \"topologyScore\": 20,\r\n \"location\": \"northeurope\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLWin5/providers/Microsoft.Network/virtualNetworks/MSI-1295636147/subnets/MSI-1926702710\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLWin5/providers/Microsoft.Compute/virtualMachines/MSI-030127\",\r\n \"severity\": \"High\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": true,\r\n \"topologyScore\": 20,\r\n \"location\": \"northeurope\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLWin5/providers/Microsoft.Network/virtualNetworks/MSI-1295636147/subnets/MSI-1926702710\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLWin5/providers/Microsoft.Compute/virtualMachines/MSI-030122\",\r\n \"severity\": \"High\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": true,\r\n \"topologyScore\": 20,\r\n \"location\": \"northeurope\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLWin5/providers/Microsoft.Network/virtualNetworks/MSI-1295636147/subnets/MSI-1926702710\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLWin5/providers/Microsoft.Compute/virtualMachines/MSI-030128\",\r\n \"severity\": \"High\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": true,\r\n \"topologyScore\": 20,\r\n \"location\": \"northeurope\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLWin5/providers/Microsoft.Network/virtualNetworks/MSI-1295636147/subnets/MSI-1926702710\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLWin5/providers/Microsoft.Compute/virtualMachines/MSI-03012\",\r\n \"severity\": \"High\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": true,\r\n \"topologyScore\": 20,\r\n \"location\": \"northeurope\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLWin5/providers/Microsoft.Network/virtualNetworks/MSI-1295636147/subnets/MSI-1926702710\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLWin5/providers/Microsoft.Compute/virtualMachines/MSI-030120\",\r\n \"severity\": \"High\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": true,\r\n \"topologyScore\": 20,\r\n \"location\": \"northeurope\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLWin5/providers/Microsoft.Network/virtualNetworks/MSI-1295636147/subnets/MSI-1926702710\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLWin5/providers/Microsoft.Compute/virtualMachines/MSI-03014\",\r\n \"severity\": \"High\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": true,\r\n \"topologyScore\": 20,\r\n \"location\": \"northeurope\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLWin5/providers/Microsoft.Network/virtualNetworks/MSI-1295636147/subnets/MSI-1926702710\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLWin5/providers/Microsoft.Compute/virtualMachines/MSI-03018\",\r\n \"severity\": \"High\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": true,\r\n \"topologyScore\": 20,\r\n \"location\": \"northeurope\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLWin5/providers/Microsoft.Network/virtualNetworks/MSI-1295636147/subnets/MSI-1926702710\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLWin5/providers/Microsoft.Compute/virtualMachines/MSI-030119\",\r\n \"severity\": \"High\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": true,\r\n \"topologyScore\": 20,\r\n \"location\": \"northeurope\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLWin5/providers/Microsoft.Network/virtualNetworks/MSI-1295636147/subnets/MSI-1926702710\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLWin5/providers/Microsoft.Compute/virtualMachines/MSI-030129\",\r\n \"severity\": \"High\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": true,\r\n \"topologyScore\": 20,\r\n \"location\": \"northeurope\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLWin5/providers/Microsoft.Network/virtualNetworks/MSI-1295636147/subnets/MSI-1926702710\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLWin5/providers/Microsoft.Compute/virtualMachines/MSI-030117\",\r\n \"severity\": \"High\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": true,\r\n \"topologyScore\": 20,\r\n \"location\": \"northeurope\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLWin5/providers/Microsoft.Network/virtualNetworks/MSI-1295636147/subnets/MSI-1926702710\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLWin5/providers/Microsoft.Compute/virtualMachines/MSI-030124\",\r\n \"severity\": \"High\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": true,\r\n \"topologyScore\": 20,\r\n \"location\": \"northeurope\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLWin5/providers/Microsoft.Network/virtualNetworks/MSI-1295636147/subnets/MSI-1926702710\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLWin5/providers/Microsoft.Compute/virtualMachines/MSI-03019\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"northeurope\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLWin5/providers/Microsoft.Network/virtualNetworks/MSI-1295636147/subnets/MSI-1926702710\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLWin5/providers/Microsoft.Compute/virtualMachines/MSI-03016\",\r\n \"severity\": \"High\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": true,\r\n \"topologyScore\": 20,\r\n \"location\": \"northeurope\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLWin5/providers/Microsoft.Network/virtualNetworks/MSI-1295636147/subnets/MSI-1926702710\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLWin5/providers/Microsoft.Compute/virtualMachines/MSI-03015\",\r\n \"severity\": \"High\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": true,\r\n \"topologyScore\": 20,\r\n \"location\": \"northeurope\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLWin5/providers/Microsoft.Network/virtualNetworks/MSI-1295636147/subnets/MSI-1926702710\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLWin5/providers/Microsoft.Compute/virtualMachines/MSI-03013\",\r\n \"severity\": \"High\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": true,\r\n \"topologyScore\": 20,\r\n \"location\": \"northeurope\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLWin5/providers/Microsoft.Network/virtualNetworks/MSI-1295636147/subnets/MSI-1926702710\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLWin5/providers/Microsoft.Compute/virtualMachines/MSI-030118\",\r\n \"severity\": \"High\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": true,\r\n \"topologyScore\": 20,\r\n \"location\": \"northeurope\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLWin5/providers/Microsoft.Network/virtualNetworks/MSI-1295636147/subnets/MSI-1926702710\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLWin5/providers/Microsoft.Compute/virtualMachines/MSI-030115\",\r\n \"severity\": \"High\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": true,\r\n \"topologyScore\": 20,\r\n \"location\": \"northeurope\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLWin5/providers/Microsoft.Network/virtualNetworks/MSI-1295636147/subnets/MSI-1926702710\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLWin5/providers/Microsoft.Compute/virtualMachines/MSI-030126\",\r\n \"severity\": \"High\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": true,\r\n \"topologyScore\": 20,\r\n \"location\": \"northeurope\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLWin5/providers/Microsoft.Network/virtualNetworks/MSI-1295636147/subnets/MSI-1926702710\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLWin5/providers/Microsoft.Security/locations/westcentralus/topologies/virtualMachines\",\r\n \"name\": \"virtualMachines\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:32:48.4894363Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLWIN5/providers/Microsoft.Compute/virtualMachines/MSI-030113\",\r\n \"severity\": \"High\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": true,\r\n \"topologyScore\": 20,\r\n \"location\": \"northeurope\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLWin5/providers/Microsoft.Network/virtualNetworks/MSI-1295636147/subnets/MSI-1926702710\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLWIN5/providers/Microsoft.Compute/virtualMachines/MSI-030121\",\r\n \"severity\": \"High\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": true,\r\n \"topologyScore\": 20,\r\n \"location\": \"northeurope\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLWin5/providers/Microsoft.Network/virtualNetworks/MSI-1295636147/subnets/MSI-1926702710\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLWIN5/providers/Microsoft.Compute/virtualMachines/MSI-030111\",\r\n \"severity\": \"High\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": true,\r\n \"topologyScore\": 20,\r\n \"location\": \"northeurope\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLWin5/providers/Microsoft.Network/virtualNetworks/MSI-1295636147/subnets/MSI-1926702710\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLWIN5/providers/Microsoft.Compute/virtualMachines/MSI-030112\",\r\n \"severity\": \"High\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": true,\r\n \"topologyScore\": 20,\r\n \"location\": \"northeurope\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLWin5/providers/Microsoft.Network/virtualNetworks/MSI-1295636147/subnets/MSI-1926702710\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLWIN5/providers/Microsoft.Security/locations/westcentralus/topologies/virtualMachines\",\r\n \"name\": \"virtualMachines\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:32:48.4894363Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/barwafaug23/providers/Microsoft.Compute/virtualMachines/barwafaug23\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"westeurope\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/barwafaug23/providers/Microsoft.Network/virtualNetworks/barwafaug23-vnet/subnets/default\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/barwafaug23/providers/Microsoft.Security/locations/westcentralus/topologies/virtualMachines\",\r\n \"name\": \"virtualMachines\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:32:48.4894363Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/bengr-jit-test/providers/Microsoft.Compute/virtualMachines/bengr-jit-test1\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"westeurope\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/bengr-jit-test/providers/Microsoft.Network/virtualNetworks/bengr-jit-test-vnet/subnets/default\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/bengr-jit-test/providers/Microsoft.Compute/virtualMachines/bengr-jit-test3\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"westeurope\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/bengr-jit-test/providers/Microsoft.Network/virtualNetworks/bengr-jit-test-vnet/subnets/default\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/bengr-jit-test/providers/Microsoft.Security/locations/westcentralus/topologies/virtualMachines\",\r\n \"name\": \"virtualMachines\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:32:48.4894363Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/EREL/providers/Microsoft.Compute/virtualMachines/ErelLinux1\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"westeurope\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/Erel/providers/Microsoft.Network/virtualNetworks/Erel-vnet/subnets/default\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/EREL/providers/Microsoft.Compute/virtualMachines/TestVm2012\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"westeurope\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/Erel/providers/Microsoft.Network/virtualNetworks/Erel-vnet/subnets/default\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/EREL/providers/Microsoft.Security/locations/westcentralus/topologies/virtualMachines\",\r\n \"name\": \"virtualMachines\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:32:48.4894363Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/michael-RSG/providers/Microsoft.Compute/virtualMachines/michaelTest-20170212-5\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"westeurope\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/michael-RSG/providers/Microsoft.Network/virtualNetworks/michael-RSG-vnet/subnets/default\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/michael-RSG/providers/Microsoft.Compute/virtualMachines/michaelTest20170212-2\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"westeurope\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/michael-RSG/providers/Microsoft.Network/virtualNetworks/michael-RSG-vnet/subnets/default\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/michael-RSG/providers/Microsoft.Compute/virtualMachines/MichaelTest20170212\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"westeurope\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/michael-RSG/providers/Microsoft.Network/virtualNetworks/michael-RSG-vnet/subnets/default\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/michael-RSG/providers/Microsoft.Security/locations/westcentralus/topologies/virtualMachines\",\r\n \"name\": \"virtualMachines\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:32:48.4894363Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/NewRG/providers/Microsoft.Compute/virtualMachines/formimagenewrg\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"westeurope\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/NewRG/providers/Microsoft.Network/virtualNetworks/NewRG-vnet/subnets/default\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/NewRG/providers/Microsoft.Security/locations/westcentralus/topologies/virtualMachines\",\r\n \"name\": \"virtualMachines\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:32:48.4894363Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/ngfwmar18/providers/Microsoft.Compute/virtualMachines/ngfwmar18\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"westeurope\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/ngfwmar18/providers/Microsoft.Network/virtualNetworks/ngfwmar18-vnet/subnets/default\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/ngfwmar18/providers/Microsoft.Security/locations/westcentralus/topologies/virtualMachines\",\r\n \"name\": \"virtualMachines\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:32:48.4894363Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/NIC-NO-PIP/providers/Microsoft.Compute/virtualMachines/nic-no-pip-vm\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"westeurope\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/nic-no-pip/providers/Microsoft.Network/virtualNetworks/nic-no-pip-vnet/subnets/default\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/NIC-NO-PIP/providers/Microsoft.Security/locations/westcentralus/topologies/virtualMachines\",\r\n \"name\": \"virtualMachines\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:32:48.4894363Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/PARTNERS/providers/Microsoft.Compute/virtualMachines/711vm\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"westeurope\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/partners/providers/Microsoft.Network/virtualNetworks/barracuda2/subnets/barracuda2\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/PARTNERS/providers/Microsoft.Security/locations/westcentralus/topologies/virtualMachines\",\r\n \"name\": \"virtualMachines\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:32:48.4894363Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/partners/providers/Microsoft.Compute/virtualMachines/newvhd2\",\r\n \"severity\": \"High\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": true,\r\n \"topologyScore\": 20,\r\n \"location\": \"westeurope\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/partners/providers/Microsoft.Network/virtualNetworks/barracuda2/subnets/barracuda2\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/partners/providers/Microsoft.Compute/virtualMachines/webTest\",\r\n \"severity\": \"High\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": true,\r\n \"topologyScore\": 10,\r\n \"location\": \"westeurope\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/partners/providers/Microsoft.Network/virtualNetworks/bartestnet/subnets/default\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/partners/providers/Microsoft.Security/locations/westcentralus/topologies/virtualMachines\",\r\n \"name\": \"virtualMachines\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:32:48.4894363Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/RONENRG/providers/Microsoft.Compute/virtualMachines/ronen-EG-test\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"westeurope\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/ronenRG/providers/Microsoft.Network/virtualNetworks/ronenRG-vnet/subnets/default\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/RONENRG/providers/Microsoft.Compute/virtualMachines/ronen2\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"eastus2\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/ronenRG/providers/Microsoft.Network/virtualNetworks/ronenRGvnet957/subnets/default\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/RONENRG/providers/Microsoft.Compute/virtualMachines/ronen\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"eastus2\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/ronenRG/providers/Microsoft.Network/virtualNetworks/ronenRGvnet957/subnets/default\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/RONENRG/providers/Microsoft.Security/locations/westcentralus/topologies/virtualMachines\",\r\n \"name\": \"virtualMachines\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:32:48.4894363Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/SNIRNGFWSEVTEST/providers/Microsoft.Compute/virtualMachines/SnirNGFWSevTest0\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"westeurope\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/SnirNGFWSevTest/providers/Microsoft.Network/virtualNetworks/SnirNGFWSevTest/subnets/Subnet\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/SNIRNGFWSEVTEST/providers/Microsoft.Compute/virtualMachines/SnirNGFWSevTest1\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"westeurope\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/SnirNGFWSevTest/providers/Microsoft.Network/virtualNetworks/SnirNGFWSevTest/subnets/Subnet\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/SNIRNGFWSEVTEST/providers/Microsoft.Security/locations/westcentralus/topologies/virtualMachines\",\r\n \"name\": \"virtualMachines\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:32:48.4894363Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/TAL-TEST/providers/Microsoft.Compute/virtualMachines/taachime-win-vm\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"westeurope\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/Tal-Test/providers/Microsoft.Network/virtualNetworks/Tal-Test-vnet/subnets/default\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/TAL-TEST/providers/Microsoft.Security/locations/westcentralus/topologies/virtualMachines\",\r\n \"name\": \"virtualMachines\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:32:48.4894363Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/webapp1-asc3297/providers/Microsoft.Compute/virtualMachines/YanivWebApp1-waf0\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"westeurope\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/webapp1-asc3297/providers/Microsoft.Network/virtualNetworks/YanivWebApp1-waf/subnets/WebApplicationFirewalls\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/webapp1-asc3297/providers/Microsoft.Security/locations/westcentralus/topologies/virtualMachines\",\r\n \"name\": \"virtualMachines\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:32:48.4894363Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/webapp1-asc7933/providers/Microsoft.Compute/virtualMachines/YanivWebApp1-waf0\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"westeurope\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/webapp1-asc7933/providers/Microsoft.Network/virtualNetworks/YanivWebApp1-waf/subnets/WebApplicationFirewalls\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/webapp1-asc7933/providers/Microsoft.Security/locations/westcentralus/topologies/virtualMachines\",\r\n \"name\": \"virtualMachines\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:32:48.4894363Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/webapp2-asc756/providers/Microsoft.Compute/virtualMachines/YanivWebApp2-waf0\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"westeurope\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/webapp2-asc756/providers/Microsoft.Network/virtualNetworks/YanivWebApp2-waf/subnets/WebApplicationFirewalls\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/webapp2-asc756/providers/Microsoft.Security/locations/westcentralus/topologies/virtualMachines\",\r\n \"name\": \"virtualMachines\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:32:48.4894363Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/WEBAPP2/providers/Microsoft.Compute/virtualMachines/YanivWebApp2\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"westeurope\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/webapp2/providers/Microsoft.Network/virtualNetworks/webapp2/subnets/default\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/WEBAPP2/providers/Microsoft.Security/locations/westcentralus/topologies/virtualMachines\",\r\n \"name\": \"virtualMachines\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:32:48.4894363Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTest/providers/Microsoft.Compute/virtualMachines/MSI-18125\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"northcentralus\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTest/providers/Microsoft.Network/virtualNetworks/MSI-141907873/subnets/MSI-1408399572\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTest/providers/Microsoft.Compute/virtualMachines/MSI-181248\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"northcentralus\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTest/providers/Microsoft.Network/virtualNetworks/MSI-141907873/subnets/MSI-1408399572\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTest/providers/Microsoft.Compute/virtualMachines/MSI-181220\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"northcentralus\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTest/providers/Microsoft.Network/virtualNetworks/MSI-141907873/subnets/MSI-1408399572\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTest/providers/Microsoft.Compute/virtualMachines/MSI-181242\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"northcentralus\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTest/providers/Microsoft.Network/virtualNetworks/MSI-141907873/subnets/MSI-1408399572\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTest/providers/Microsoft.Compute/virtualMachines/MSI-18128\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"northcentralus\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTest/providers/Microsoft.Network/virtualNetworks/MSI-141907873/subnets/MSI-1408399572\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTest/providers/Microsoft.Compute/virtualMachines/MSI-181243\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"northcentralus\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTest/providers/Microsoft.Network/virtualNetworks/MSI-141907873/subnets/MSI-1408399572\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTest/providers/Microsoft.Compute/virtualMachines/MSI-181235\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"northcentralus\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTest/providers/Microsoft.Network/virtualNetworks/MSI-141907873/subnets/MSI-1408399572\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTest/providers/Microsoft.Compute/virtualMachines/MSI-18124\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"northcentralus\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTest/providers/Microsoft.Network/virtualNetworks/MSI-141907873/subnets/MSI-1408399572\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTest/providers/Microsoft.Compute/virtualMachines/MSI-181247\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"northcentralus\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTest/providers/Microsoft.Network/virtualNetworks/MSI-141907873/subnets/MSI-1408399572\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTest/providers/Microsoft.Compute/virtualMachines/MSI-181218\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"northcentralus\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTest/providers/Microsoft.Network/virtualNetworks/MSI-141907873/subnets/MSI-1408399572\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTest/providers/Microsoft.Compute/virtualMachines/MSI-181232\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"northcentralus\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTest/providers/Microsoft.Network/virtualNetworks/MSI-141907873/subnets/MSI-1408399572\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTest/providers/Microsoft.Compute/virtualMachines/MSI-181223\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"northcentralus\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTest/providers/Microsoft.Network/virtualNetworks/MSI-141907873/subnets/MSI-1408399572\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTest/providers/Microsoft.Compute/virtualMachines/MSI-181210\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"northcentralus\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTest/providers/Microsoft.Network/virtualNetworks/MSI-141907873/subnets/MSI-1408399572\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTest/providers/Microsoft.Compute/virtualMachines/MSI-18120\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"northcentralus\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTest/providers/Microsoft.Network/virtualNetworks/MSI-141907873/subnets/MSI-1408399572\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTest/providers/Microsoft.Compute/virtualMachines/MSI-18123\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"northcentralus\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTest/providers/Microsoft.Network/virtualNetworks/MSI-141907873/subnets/MSI-1408399572\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTest/providers/Microsoft.Compute/virtualMachines/MSI-181234\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"northcentralus\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTest/providers/Microsoft.Network/virtualNetworks/MSI-141907873/subnets/MSI-1408399572\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTest/providers/Microsoft.Compute/virtualMachines/MSI-181236\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"northcentralus\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTest/providers/Microsoft.Network/virtualNetworks/MSI-141907873/subnets/MSI-1408399572\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTest/providers/Microsoft.Compute/virtualMachines/MSI-181221\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"northcentralus\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTest/providers/Microsoft.Network/virtualNetworks/MSI-141907873/subnets/MSI-1408399572\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTest/providers/Microsoft.Compute/virtualMachines/MSI-181240\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"northcentralus\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTest/providers/Microsoft.Network/virtualNetworks/MSI-141907873/subnets/MSI-1408399572\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTest/providers/Microsoft.Compute/virtualMachines/MSI-181215\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"northcentralus\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTest/providers/Microsoft.Network/virtualNetworks/MSI-141907873/subnets/MSI-1408399572\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTest/providers/Microsoft.Compute/virtualMachines/MSI-181245\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"northcentralus\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTest/providers/Microsoft.Network/virtualNetworks/MSI-141907873/subnets/MSI-1408399572\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTest/providers/Microsoft.Compute/virtualMachines/MSI-181231\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"northcentralus\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTest/providers/Microsoft.Network/virtualNetworks/MSI-141907873/subnets/MSI-1408399572\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTest/providers/Microsoft.Compute/virtualMachines/MSI-181211\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"northcentralus\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTest/providers/Microsoft.Network/virtualNetworks/MSI-141907873/subnets/MSI-1408399572\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTest/providers/Microsoft.Compute/virtualMachines/MSI-181238\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"northcentralus\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTest/providers/Microsoft.Network/virtualNetworks/MSI-141907873/subnets/MSI-1408399572\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTest/providers/Microsoft.Compute/virtualMachines/MSI-18122\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"northcentralus\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTest/providers/Microsoft.Network/virtualNetworks/MSI-141907873/subnets/MSI-1408399572\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTest/providers/Microsoft.Compute/virtualMachines/MSI-181217\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"northcentralus\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTest/providers/Microsoft.Network/virtualNetworks/MSI-141907873/subnets/MSI-1408399572\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTest/providers/Microsoft.Compute/virtualMachines/MSI-181214\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"northcentralus\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTest/providers/Microsoft.Network/virtualNetworks/MSI-141907873/subnets/MSI-1408399572\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTest/providers/Microsoft.Compute/virtualMachines/MSI-181222\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"northcentralus\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTest/providers/Microsoft.Network/virtualNetworks/MSI-141907873/subnets/MSI-1408399572\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTest/providers/Microsoft.Compute/virtualMachines/MSI-181224\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"northcentralus\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTest/providers/Microsoft.Network/virtualNetworks/MSI-141907873/subnets/MSI-1408399572\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTest/providers/Microsoft.Compute/virtualMachines/MSI-181237\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"northcentralus\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTest/providers/Microsoft.Network/virtualNetworks/MSI-141907873/subnets/MSI-1408399572\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTest/providers/Microsoft.Compute/virtualMachines/MSI-181228\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"northcentralus\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTest/providers/Microsoft.Network/virtualNetworks/MSI-141907873/subnets/MSI-1408399572\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTest/providers/Microsoft.Compute/virtualMachines/MSI-181230\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"northcentralus\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTest/providers/Microsoft.Network/virtualNetworks/MSI-141907873/subnets/MSI-1408399572\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTest/providers/Microsoft.Compute/virtualMachines/MSI-181219\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"northcentralus\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTest/providers/Microsoft.Network/virtualNetworks/MSI-141907873/subnets/MSI-1408399572\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTest/providers/Microsoft.Compute/virtualMachines/MSI-181239\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"northcentralus\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTest/providers/Microsoft.Network/virtualNetworks/MSI-141907873/subnets/MSI-1408399572\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTest/providers/Microsoft.Compute/virtualMachines/MSI-181244\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"northcentralus\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTest/providers/Microsoft.Network/virtualNetworks/MSI-141907873/subnets/MSI-1408399572\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTest/providers/Microsoft.Compute/virtualMachines/MSI-181225\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"northcentralus\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTest/providers/Microsoft.Network/virtualNetworks/MSI-141907873/subnets/MSI-1408399572\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTest/providers/Microsoft.Compute/virtualMachines/MSI-181246\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"northcentralus\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTest/providers/Microsoft.Network/virtualNetworks/MSI-141907873/subnets/MSI-1408399572\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTest/providers/Microsoft.Compute/virtualMachines/MSI-181216\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"northcentralus\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTest/providers/Microsoft.Network/virtualNetworks/MSI-141907873/subnets/MSI-1408399572\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTest/providers/Microsoft.Compute/virtualMachines/MSI-18121\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"northcentralus\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTest/providers/Microsoft.Network/virtualNetworks/MSI-141907873/subnets/MSI-1408399572\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTest/providers/Microsoft.Compute/virtualMachines/MSI-181233\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"northcentralus\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTest/providers/Microsoft.Network/virtualNetworks/MSI-141907873/subnets/MSI-1408399572\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTest/providers/Microsoft.Compute/virtualMachines/MSI-181229\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"northcentralus\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTest/providers/Microsoft.Network/virtualNetworks/MSI-141907873/subnets/MSI-1408399572\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTest/providers/Microsoft.Compute/virtualMachines/MSI-181226\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"northcentralus\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTest/providers/Microsoft.Network/virtualNetworks/MSI-141907873/subnets/MSI-1408399572\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTest/providers/Microsoft.Compute/virtualMachines/MSI-181212\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"northcentralus\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTest/providers/Microsoft.Network/virtualNetworks/MSI-141907873/subnets/MSI-1408399572\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTest/providers/Microsoft.Security/locations/westcentralus/topologies/virtualMachines\",\r\n \"name\": \"virtualMachines\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:32:48.4894363Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTEST/providers/Microsoft.Compute/virtualMachines/MSI-18127\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"northcentralus\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTest/providers/Microsoft.Network/virtualNetworks/MSI-141907873/subnets/MSI-1408399572\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTEST/providers/Microsoft.Compute/virtualMachines/MSI-181213\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"northcentralus\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTest/providers/Microsoft.Network/virtualNetworks/MSI-141907873/subnets/MSI-1408399572\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTEST/providers/Microsoft.Compute/virtualMachines/MSI-18129\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"northcentralus\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTest/providers/Microsoft.Network/virtualNetworks/MSI-141907873/subnets/MSI-1408399572\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTEST/providers/Microsoft.Compute/virtualMachines/MSI-181227\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"northcentralus\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTest/providers/Microsoft.Network/virtualNetworks/MSI-141907873/subnets/MSI-1408399572\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTEST/providers/Microsoft.Compute/virtualMachines/MSI-18126\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"northcentralus\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTest/providers/Microsoft.Network/virtualNetworks/MSI-141907873/subnets/MSI-1408399572\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTEST/providers/Microsoft.Compute/virtualMachines/MSI-181241\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"northcentralus\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTest/providers/Microsoft.Network/virtualNetworks/MSI-141907873/subnets/MSI-1408399572\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTEST/providers/Microsoft.Security/locations/westcentralus/topologies/virtualMachines\",\r\n \"name\": \"virtualMachines\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:32:48.4894363Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MC_aks-linux_aks-linux_southcentralus/providers/Microsoft.Compute/virtualMachines/aks-agentpool-13292662-0\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"southcentralus\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MC_aks-linux_aks-linux_southcentralus/providers/Microsoft.Network/virtualNetworks/aks-vnet-13292662/subnets/aks-subnet\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MC_aks-linux_aks-linux_southcentralus/providers/Microsoft.Compute/virtualMachines/aks-agentpool-13292662-1\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"southcentralus\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MC_aks-linux_aks-linux_southcentralus/providers/Microsoft.Network/virtualNetworks/aks-vnet-13292662/subnets/aks-subnet\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MC_aks-linux_aks-linux_southcentralus/providers/Microsoft.Compute/virtualMachines/aks-agentpool-13292662-2\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"southcentralus\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MC_aks-linux_aks-linux_southcentralus/providers/Microsoft.Network/virtualNetworks/aks-vnet-13292662/subnets/aks-subnet\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MC_aks-linux_aks-linux_southcentralus/providers/Microsoft.Security/locations/westcentralus/topologies/virtualMachines\",\r\n \"name\": \"virtualMachines\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:32:48.4894363Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/siksak/providers/Microsoft.Compute/virtualMachines/deployment-waf0\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"southcentralus\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/siksak/providers/Microsoft.Network/virtualNetworks/deployment-waf/subnets/WebApplicationFirewalls\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/siksak/providers/Microsoft.Security/locations/westcentralus/topologies/virtualMachines\",\r\n \"name\": \"virtualMachines\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:32:48.4894363Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/AVIRESOURCEGROUP/providers/Microsoft.Compute/virtualMachines/avivm1\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"centralus\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/aviresourcegroup/providers/Microsoft.Network/virtualNetworks/avi_vnet/subnets/subnet2\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/AVIRESOURCEGROUP/providers/Microsoft.Security/locations/westcentralus/topologies/virtualMachines\",\r\n \"name\": \"virtualMachines\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:32:48.4894363Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/BaracudaProvision/providers/Microsoft.Compute/virtualMachines/bwaf\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"centralus\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/BaracudaProvision/providers/Microsoft.Network/virtualNetworks/BaracudaProvision/subnets/Bnet\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/BaracudaProvision/providers/Microsoft.Network/virtualNetworks/BaracudaProvision/subnets/Bnet\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/BaracudaProvision/providers/Microsoft.Security/locations/westcentralus/topologies/virtualMachines\",\r\n \"name\": \"virtualMachines\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:32:48.4894363Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/EIAGMON-EILONAG-RG/providers/Microsoft.Compute/virtualMachines/eiagmon-22051\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"centralus\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/eiagmon-EilonAg-RG/providers/Microsoft.Network/virtualNetworks/eiagmon-771582838/subnets/eiagmon-576364626\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/EIAGMON-EILONAG-RG/providers/Microsoft.Compute/virtualMachines/eiagmon-22050\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"centralus\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/eiagmon-EilonAg-RG/providers/Microsoft.Network/virtualNetworks/eiagmon-771582838/subnets/eiagmon-576364626\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/EIAGMON-EILONAG-RG/providers/Microsoft.Security/locations/westcentralus/topologies/virtualMachines\",\r\n \"name\": \"virtualMachines\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:32:48.4894363Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/erelh-DSC/providers/Microsoft.Compute/virtualMachines/erelh-14011\",\r\n \"severity\": \"High\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": true,\r\n \"topologyScore\": 30,\r\n \"location\": \"centralus\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/erelh-DSC/providers/Microsoft.Network/virtualNetworks/erelh-1516029683/subnets/erelh-928377125\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/erelh-DSC/providers/Microsoft.Compute/virtualMachines/erelh-14010\",\r\n \"severity\": \"High\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": true,\r\n \"topologyScore\": 30,\r\n \"location\": \"centralus\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/erelh-DSC/providers/Microsoft.Network/virtualNetworks/erelh-1516029683/subnets/erelh-928377125\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/erelh-DSC/providers/Microsoft.Security/locations/westcentralus/topologies/virtualMachines\",\r\n \"name\": \"virtualMachines\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:32:48.4894363Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/ERELH-STABLE/providers/Microsoft.Compute/virtualMachines/erelh-16091\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"centralus\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/erelh-Stable/providers/Microsoft.Network/virtualNetworks/erelh-497711546/subnets/erelh-694938725\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/ERELH-STABLE/providers/Microsoft.Compute/virtualMachines/erelh-16090\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"centralus\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/erelh-Stable/providers/Microsoft.Network/virtualNetworks/erelh-497711546/subnets/erelh-694938725\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/ERELH-STABLE/providers/Microsoft.Security/locations/westcentralus/topologies/virtualMachines\",\r\n \"name\": \"virtualMachines\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:32:48.4894363Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/pan_8.1.0-c1070.fs2_rel/providers/Microsoft.Compute/virtualMachines/pa2\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"centralus\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/pan_8.1.0-c1070.fs2_rel/providers/Microsoft.Network/virtualNetworks/fwVNETPAN10/subnets/Mgmt\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/pan_8.1.0-c1070.fs2_rel/providers/Microsoft.Security/locations/westcentralus/topologies/virtualMachines\",\r\n \"name\": \"virtualMachines\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:32:48.4894363Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/V-ARRIKL-SCHEDULEDAPPS/providers/Microsoft.Compute/virtualMachines/v-arrikl-14060\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"centralus\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/v-arrikl-ScheduledApps/providers/Microsoft.Network/virtualNetworks/v-arrikl-2073707963/subnets/v-arrikl-2041612502\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/V-ARRIKL-SCHEDULEDAPPS/providers/Microsoft.Compute/virtualMachines/v-arrikl-14062\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"centralus\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/v-arrikl-ScheduledApps/providers/Microsoft.Network/virtualNetworks/v-arrikl-2073707963/subnets/v-arrikl-2041612502\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/V-ARRIKL-SCHEDULEDAPPS/providers/Microsoft.Compute/virtualMachines/v-arrikl-14061\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"centralus\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/v-arrikl-ScheduledApps/providers/Microsoft.Network/virtualNetworks/v-arrikl-2073707963/subnets/v-arrikl-2041612502\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/V-ARRIKL-SCHEDULEDAPPS/providers/Microsoft.Security/locations/westcentralus/topologies/virtualMachines\",\r\n \"name\": \"virtualMachines\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:32:48.4894363Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/Erel/providers/Microsoft.Compute/virtualMachines/Erel2016-b\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"japaneast\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/Erel/providers/Microsoft.Network/virtualNetworks/Erelvnet938/subnets/default\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/Erel/providers/Microsoft.Security/locations/westcentralus/topologies/virtualMachines\",\r\n \"name\": \"virtualMachines\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:32:48.4894363Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/webapp1-asc8304/providers/Microsoft.Compute/virtualMachines/YanivWebApp1-waf0\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"japaneast\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/webapp1-asc8304/providers/Microsoft.Network/virtualNetworks/YanivWebApp1-waf/subnets/WebApplicationFirewalls\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/webapp1-asc8304/providers/Microsoft.Security/locations/westcentralus/topologies/virtualMachines\",\r\n \"name\": \"virtualMachines\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:32:48.4894363Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/AMAVIRAM-PPTEST/providers/Microsoft.Compute/virtualMachines/amaviram-18129\",\r\n \"severity\": \"High\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": true,\r\n \"topologyScore\": 30,\r\n \"location\": \"australiaeast\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/amaviram-PPtest/providers/Microsoft.Network/virtualNetworks/amaviram-2098151420/subnets/amaviram-635182180\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/AMAVIRAM-PPTEST/providers/Microsoft.Compute/virtualMachines/amaviram-18128\",\r\n \"severity\": \"High\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": true,\r\n \"topologyScore\": 30,\r\n \"location\": \"australiaeast\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/amaviram-PPtest/providers/Microsoft.Network/virtualNetworks/amaviram-2098151420/subnets/amaviram-635182180\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/AMAVIRAM-PPTEST/providers/Microsoft.Compute/virtualMachines/amaviram-18127\",\r\n \"severity\": \"High\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": true,\r\n \"topologyScore\": 30,\r\n \"location\": \"australiaeast\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/amaviram-PPtest/providers/Microsoft.Network/virtualNetworks/amaviram-2098151420/subnets/amaviram-635182180\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/AMAVIRAM-PPTEST/providers/Microsoft.Security/locations/westcentralus/topologies/virtualMachines\",\r\n \"name\": \"virtualMachines\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:32:48.4894363Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/testady1/providers/Microsoft.Compute/virtualMachines/vm2nic\",\r\n \"severity\": \"High\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": true,\r\n \"topologyScore\": 60,\r\n \"location\": \"centralindia\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/testady1/providers/Microsoft.Network/virtualNetworks/testady1-vnet/subnets/default\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/testady1/providers/Microsoft.Compute/virtualMachines/vm2nic\",\r\n \"severity\": \"High\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": true,\r\n \"topologyScore\": 60,\r\n \"location\": \"centralindia\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/testady1/providers/Microsoft.Network/virtualNetworks/testady1-vnet/subnets/default\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/testady1/providers/Microsoft.Security/locations/westcentralus/topologies/virtualMachines\",\r\n \"name\": \"virtualMachines\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:32:48.4894363Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/checkpoint/providers/Microsoft.Compute/virtualMachines/Checkpoint2\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"westcentralus\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/checkpoint/providers/Microsoft.Network/virtualNetworks/vnet01/subnets/Management\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/checkpoint/providers/Microsoft.Security/locations/westcentralus/topologies/virtualMachines\",\r\n \"name\": \"virtualMachines\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:32:48.4894363Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTesWIN/providers/Microsoft.Compute/virtualMachines/MSI-191226\",\r\n \"severity\": \"High\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": true,\r\n \"topologyScore\": 20,\r\n \"location\": \"westcentralus\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTesWIN/providers/Microsoft.Network/virtualNetworks/MSI-382200227/subnets/MSI-95015031\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTesWIN/providers/Microsoft.Compute/virtualMachines/MSI-19120\",\r\n \"severity\": \"High\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": true,\r\n \"topologyScore\": 20,\r\n \"location\": \"westcentralus\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTesWIN/providers/Microsoft.Network/virtualNetworks/MSI-382200227/subnets/MSI-95015031\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTesWIN/providers/Microsoft.Compute/virtualMachines/MSI-191210\",\r\n \"severity\": \"High\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": true,\r\n \"topologyScore\": 20,\r\n \"location\": \"westcentralus\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTesWIN/providers/Microsoft.Network/virtualNetworks/MSI-382200227/subnets/MSI-95015031\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTesWIN/providers/Microsoft.Compute/virtualMachines/MSI-191221\",\r\n \"severity\": \"High\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": true,\r\n \"topologyScore\": 20,\r\n \"location\": \"westcentralus\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTesWIN/providers/Microsoft.Network/virtualNetworks/MSI-382200227/subnets/MSI-95015031\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTesWIN/providers/Microsoft.Compute/virtualMachines/MSI-191231\",\r\n \"severity\": \"High\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": true,\r\n \"topologyScore\": 20,\r\n \"location\": \"westcentralus\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTesWIN/providers/Microsoft.Network/virtualNetworks/MSI-382200227/subnets/MSI-95015031\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTesWIN/providers/Microsoft.Compute/virtualMachines/MSI-191244\",\r\n \"severity\": \"High\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": true,\r\n \"topologyScore\": 20,\r\n \"location\": \"westcentralus\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTesWIN/providers/Microsoft.Network/virtualNetworks/MSI-382200227/subnets/MSI-95015031\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTesWIN/providers/Microsoft.Compute/virtualMachines/MSI-19121\",\r\n \"severity\": \"High\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": true,\r\n \"topologyScore\": 20,\r\n \"location\": \"westcentralus\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTesWIN/providers/Microsoft.Network/virtualNetworks/MSI-382200227/subnets/MSI-95015031\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTesWIN/providers/Microsoft.Compute/virtualMachines/MSI-191242\",\r\n \"severity\": \"High\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": true,\r\n \"topologyScore\": 20,\r\n \"location\": \"westcentralus\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTesWIN/providers/Microsoft.Network/virtualNetworks/MSI-382200227/subnets/MSI-95015031\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTesWIN/providers/Microsoft.Compute/virtualMachines/MSI-191230\",\r\n \"severity\": \"High\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": true,\r\n \"topologyScore\": 20,\r\n \"location\": \"westcentralus\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTesWIN/providers/Microsoft.Network/virtualNetworks/MSI-382200227/subnets/MSI-95015031\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTesWIN/providers/Microsoft.Compute/virtualMachines/MSI-191241\",\r\n \"severity\": \"High\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": true,\r\n \"topologyScore\": 20,\r\n \"location\": \"westcentralus\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTesWIN/providers/Microsoft.Network/virtualNetworks/MSI-382200227/subnets/MSI-95015031\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTesWIN/providers/Microsoft.Compute/virtualMachines/MSI-19129\",\r\n \"severity\": \"High\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": true,\r\n \"topologyScore\": 20,\r\n \"location\": \"westcentralus\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTesWIN/providers/Microsoft.Network/virtualNetworks/MSI-382200227/subnets/MSI-95015031\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTesWIN/providers/Microsoft.Compute/virtualMachines/MSI-191214\",\r\n \"severity\": \"High\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": true,\r\n \"topologyScore\": 20,\r\n \"location\": \"westcentralus\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTesWIN/providers/Microsoft.Network/virtualNetworks/MSI-382200227/subnets/MSI-95015031\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTesWIN/providers/Microsoft.Compute/virtualMachines/MSI-191217\",\r\n \"severity\": \"High\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": true,\r\n \"topologyScore\": 20,\r\n \"location\": \"westcentralus\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTesWIN/providers/Microsoft.Network/virtualNetworks/MSI-382200227/subnets/MSI-95015031\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTesWIN/providers/Microsoft.Compute/virtualMachines/MSI-191245\",\r\n \"severity\": \"High\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": true,\r\n \"topologyScore\": 20,\r\n \"location\": \"westcentralus\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTesWIN/providers/Microsoft.Network/virtualNetworks/MSI-382200227/subnets/MSI-95015031\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTesWIN/providers/Microsoft.Compute/virtualMachines/MSI-191212\",\r\n \"severity\": \"High\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": true,\r\n \"topologyScore\": 20,\r\n \"location\": \"westcentralus\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTesWIN/providers/Microsoft.Network/virtualNetworks/MSI-382200227/subnets/MSI-95015031\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTesWIN/providers/Microsoft.Compute/virtualMachines/MSI-191215\",\r\n \"severity\": \"High\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": true,\r\n \"topologyScore\": 20,\r\n \"location\": \"westcentralus\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTesWIN/providers/Microsoft.Network/virtualNetworks/MSI-382200227/subnets/MSI-95015031\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTesWIN/providers/Microsoft.Compute/virtualMachines/MSI-191234\",\r\n \"severity\": \"High\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": true,\r\n \"topologyScore\": 20,\r\n \"location\": \"westcentralus\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTesWIN/providers/Microsoft.Network/virtualNetworks/MSI-382200227/subnets/MSI-95015031\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTesWIN/providers/Microsoft.Compute/virtualMachines/MSI-191235\",\r\n \"severity\": \"High\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": true,\r\n \"topologyScore\": 20,\r\n \"location\": \"westcentralus\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTesWIN/providers/Microsoft.Network/virtualNetworks/MSI-382200227/subnets/MSI-95015031\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTesWIN/providers/Microsoft.Compute/virtualMachines/MSI-191219\",\r\n \"severity\": \"High\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": true,\r\n \"topologyScore\": 20,\r\n \"location\": \"westcentralus\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTesWIN/providers/Microsoft.Network/virtualNetworks/MSI-382200227/subnets/MSI-95015031\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTesWIN/providers/Microsoft.Compute/virtualMachines/MSI-191240\",\r\n \"severity\": \"High\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": true,\r\n \"topologyScore\": 20,\r\n \"location\": \"westcentralus\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTesWIN/providers/Microsoft.Network/virtualNetworks/MSI-382200227/subnets/MSI-95015031\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTesWIN/providers/Microsoft.Compute/virtualMachines/MSI-191225\",\r\n \"severity\": \"High\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": true,\r\n \"topologyScore\": 20,\r\n \"location\": \"westcentralus\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTesWIN/providers/Microsoft.Network/virtualNetworks/MSI-382200227/subnets/MSI-95015031\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTesWIN/providers/Microsoft.Compute/virtualMachines/MSI-191222\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"westcentralus\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTesWIN/providers/Microsoft.Network/virtualNetworks/MSI-382200227/subnets/MSI-95015031\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTesWIN/providers/Microsoft.Compute/virtualMachines/MSI-191223\",\r\n \"severity\": \"High\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": true,\r\n \"topologyScore\": 20,\r\n \"location\": \"westcentralus\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTesWIN/providers/Microsoft.Network/virtualNetworks/MSI-382200227/subnets/MSI-95015031\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTesWIN/providers/Microsoft.Compute/virtualMachines/MSI-191216\",\r\n \"severity\": \"High\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": true,\r\n \"topologyScore\": 20,\r\n \"location\": \"westcentralus\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTesWIN/providers/Microsoft.Network/virtualNetworks/MSI-382200227/subnets/MSI-95015031\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTesWIN/providers/Microsoft.Compute/virtualMachines/MSI-191233\",\r\n \"severity\": \"High\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": true,\r\n \"topologyScore\": 20,\r\n \"location\": \"westcentralus\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTesWIN/providers/Microsoft.Network/virtualNetworks/MSI-382200227/subnets/MSI-95015031\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTesWIN/providers/Microsoft.Compute/virtualMachines/MSI-191246\",\r\n \"severity\": \"High\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": true,\r\n \"topologyScore\": 20,\r\n \"location\": \"westcentralus\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTesWIN/providers/Microsoft.Network/virtualNetworks/MSI-382200227/subnets/MSI-95015031\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTesWIN/providers/Microsoft.Compute/virtualMachines/MSI-191211\",\r\n \"severity\": \"High\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": true,\r\n \"topologyScore\": 20,\r\n \"location\": \"westcentralus\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTesWIN/providers/Microsoft.Network/virtualNetworks/MSI-382200227/subnets/MSI-95015031\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTesWIN/providers/Microsoft.Compute/virtualMachines/MSI-191220\",\r\n \"severity\": \"High\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": true,\r\n \"topologyScore\": 20,\r\n \"location\": \"westcentralus\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTesWIN/providers/Microsoft.Network/virtualNetworks/MSI-382200227/subnets/MSI-95015031\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTesWIN/providers/Microsoft.Compute/virtualMachines/MSI-191228\",\r\n \"severity\": \"High\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": true,\r\n \"topologyScore\": 20,\r\n \"location\": \"westcentralus\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTesWIN/providers/Microsoft.Network/virtualNetworks/MSI-382200227/subnets/MSI-95015031\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTesWIN/providers/Microsoft.Compute/virtualMachines/MSI-191218\",\r\n \"severity\": \"High\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": true,\r\n \"topologyScore\": 20,\r\n \"location\": \"westcentralus\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTesWIN/providers/Microsoft.Network/virtualNetworks/MSI-382200227/subnets/MSI-95015031\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTesWIN/providers/Microsoft.Compute/virtualMachines/MSI-191239\",\r\n \"severity\": \"High\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": true,\r\n \"topologyScore\": 20,\r\n \"location\": \"westcentralus\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTesWIN/providers/Microsoft.Network/virtualNetworks/MSI-382200227/subnets/MSI-95015031\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTesWIN/providers/Microsoft.Compute/virtualMachines/MSI-19127\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"westcentralus\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTesWIN/providers/Microsoft.Network/virtualNetworks/MSI-382200227/subnets/MSI-95015031\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTesWIN/providers/Microsoft.Compute/virtualMachines/MSI-191237\",\r\n \"severity\": \"High\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": true,\r\n \"topologyScore\": 20,\r\n \"location\": \"westcentralus\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTesWIN/providers/Microsoft.Network/virtualNetworks/MSI-382200227/subnets/MSI-95015031\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTesWIN/providers/Microsoft.Compute/virtualMachines/MSI-191213\",\r\n \"severity\": \"High\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": true,\r\n \"topologyScore\": 20,\r\n \"location\": \"westcentralus\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTesWIN/providers/Microsoft.Network/virtualNetworks/MSI-382200227/subnets/MSI-95015031\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTesWIN/providers/Microsoft.Compute/virtualMachines/MSI-191238\",\r\n \"severity\": \"High\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": true,\r\n \"topologyScore\": 20,\r\n \"location\": \"westcentralus\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTesWIN/providers/Microsoft.Network/virtualNetworks/MSI-382200227/subnets/MSI-95015031\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTesWIN/providers/Microsoft.Compute/virtualMachines/MSI-191227\",\r\n \"severity\": \"High\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": true,\r\n \"topologyScore\": 20,\r\n \"location\": \"westcentralus\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTesWIN/providers/Microsoft.Network/virtualNetworks/MSI-382200227/subnets/MSI-95015031\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTesWIN/providers/Microsoft.Compute/virtualMachines/MSI-19125\",\r\n \"severity\": \"High\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": true,\r\n \"topologyScore\": 20,\r\n \"location\": \"westcentralus\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTesWIN/providers/Microsoft.Network/virtualNetworks/MSI-382200227/subnets/MSI-95015031\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTesWIN/providers/Microsoft.Compute/virtualMachines/MSI-191229\",\r\n \"severity\": \"High\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": true,\r\n \"topologyScore\": 20,\r\n \"location\": \"westcentralus\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTesWIN/providers/Microsoft.Network/virtualNetworks/MSI-382200227/subnets/MSI-95015031\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTesWIN/providers/Microsoft.Compute/virtualMachines/MSI-19126\",\r\n \"severity\": \"High\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": true,\r\n \"topologyScore\": 20,\r\n \"location\": \"westcentralus\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTesWIN/providers/Microsoft.Network/virtualNetworks/MSI-382200227/subnets/MSI-95015031\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTesWIN/providers/Microsoft.Compute/virtualMachines/MSI-19124\",\r\n \"severity\": \"High\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": true,\r\n \"topologyScore\": 20,\r\n \"location\": \"westcentralus\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTesWIN/providers/Microsoft.Network/virtualNetworks/MSI-382200227/subnets/MSI-95015031\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTesWIN/providers/Microsoft.Compute/virtualMachines/MSI-191232\",\r\n \"severity\": \"High\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": true,\r\n \"topologyScore\": 20,\r\n \"location\": \"westcentralus\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTesWIN/providers/Microsoft.Network/virtualNetworks/MSI-382200227/subnets/MSI-95015031\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTesWIN/providers/Microsoft.Compute/virtualMachines/MSI-19123\",\r\n \"severity\": \"High\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": true,\r\n \"topologyScore\": 20,\r\n \"location\": \"westcentralus\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTesWIN/providers/Microsoft.Network/virtualNetworks/MSI-382200227/subnets/MSI-95015031\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTesWIN/providers/Microsoft.Compute/virtualMachines/MSI-19122\",\r\n \"severity\": \"High\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": true,\r\n \"topologyScore\": 20,\r\n \"location\": \"westcentralus\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTesWIN/providers/Microsoft.Network/virtualNetworks/MSI-382200227/subnets/MSI-95015031\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTesWIN/providers/Microsoft.Compute/virtualMachines/MSI-191224\",\r\n \"severity\": \"High\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": true,\r\n \"topologyScore\": 20,\r\n \"location\": \"westcentralus\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTesWIN/providers/Microsoft.Network/virtualNetworks/MSI-382200227/subnets/MSI-95015031\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTesWIN/providers/Microsoft.Compute/virtualMachines/MSI-191243\",\r\n \"severity\": \"High\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": true,\r\n \"topologyScore\": 20,\r\n \"location\": \"westcentralus\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTesWIN/providers/Microsoft.Network/virtualNetworks/MSI-382200227/subnets/MSI-95015031\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTesWIN/providers/Microsoft.Compute/virtualMachines/MSI-191236\",\r\n \"severity\": \"High\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": true,\r\n \"topologyScore\": 20,\r\n \"location\": \"westcentralus\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTesWIN/providers/Microsoft.Network/virtualNetworks/MSI-382200227/subnets/MSI-95015031\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTesWIN/providers/Microsoft.Security/locations/westcentralus/topologies/virtualMachines\",\r\n \"name\": \"virtualMachines\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:32:48.4894363Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTESWIN/providers/Microsoft.Compute/virtualMachines/MSI-19128\",\r\n \"severity\": \"High\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": true,\r\n \"topologyScore\": 20,\r\n \"location\": \"westcentralus\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTesWIN/providers/Microsoft.Network/virtualNetworks/MSI-382200227/subnets/MSI-95015031\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTESWIN/providers/Microsoft.Security/locations/westcentralus/topologies/virtualMachines\",\r\n \"name\": \"virtualMachines\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:32:48.4894363Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/qualyslinux/providers/Microsoft.Compute/virtualMachines/qualyslinux2\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"westus2\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/qualyslinux/providers/Microsoft.Network/virtualNetworks/qualyslinux-vnet/subnets/default\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/qualyslinux/providers/Microsoft.Compute/virtualMachines/qualyslinux\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"westus2\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/qualyslinux/providers/Microsoft.Network/virtualNetworks/qualyslinux-vnet/subnets/default\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/qualyslinux/providers/Microsoft.Security/locations/westcentralus/topologies/virtualMachines\",\r\n \"name\": \"virtualMachines\",\r\n \"location\": \"westcentralus\"\r\n }\r\n ],\r\n \"nextLink\": \"https://management.azure.com/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/providers/Microsoft.Security/topologies?api-version=2020-01-01&%24skiptoken=DczLDoIwEEDRf%2bm%2blEdBJDGu2Gk0onFd6oATpW3agaiEf5fkLk%2fuzAx86IDmFVg1s3vdXOvb5XSuWcWeRC5UQgzKqB4GMBSp3%2bgh0nYQYWyD9ugIrQkiA1BtJhPeyaLgcrvVXJUt8DKX6QaSXLaqE87bCR%2fggzii9jbYjqIG9OiRvoKss2%2fbI4S9csinla3nXRqnMY%2bTNbYsfw%3d%3d\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/Avi/providers/Microsoft.Security/locations/westcentralus/topologies/virtualNetworks?api-version=2020-01-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2VlYWIzNDEtZjQ2Ni00OTljLWE4YmUtODU0MjdlMTU0YmFmL3Jlc291cmNlR3JvdXBzL0F2aS9wcm92aWRlcnMvTWljcm9zb2Z0LlNlY3VyaXR5L2xvY2F0aW9ucy93ZXN0Y2VudHJhbHVzL3RvcG9sb2dpZXMvdmlydHVhbE5ldHdvcmtzP2FwaS12ZXJzaW9uPTIwMjAtMDEtMDE=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "3e0d631a-8657-45e4-9b50-f4de80b6c283" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.27817.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Security.SecurityCenterClient/2.1.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-request-id": [ + "" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "749" + ], + "x-ms-correlation-request-id": [ + "060664bf-d368-4ab4-90f9-6660d1b51cea" + ], + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200621T123304Z:060664bf-d368-4ab4-90f9-6660d1b51cea" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Sun, 21 Jun 2020 12:33:04 GMT" + ], + "Content-Length": [ + "1241" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:32:48.4894363Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/Avi/providers/Microsoft.Network/virtualNetworks/Avi-ASE-vnet\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"westus\",\r\n \"children\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/Avi/providers/Microsoft.Network/virtualNetworks/Avi-ASE-vnet/subnets/Avi-ASE-subnet\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/Avi/providers/Microsoft.Network/virtualNetworks/aviResourceGroup-vnet\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 30,\r\n \"location\": \"eastus\",\r\n \"children\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/Avi/providers/Microsoft.Network/virtualNetworks/aviResourceGroup-vnet/subnets/default\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/Avi/providers/Microsoft.Security/locations/westcentralus/topologies/virtualNetworks\",\r\n \"name\": \"virtualNetworks\",\r\n \"location\": \"westcentralus\"\r\n}", + "StatusCode": 200 + } + ], + "Names": {}, + "Variables": { + "SubscriptionId": "3eeab341-f466-499c-a8be-85427e154baf" + } +} \ No newline at end of file diff --git a/src/Security/Security.Test/SessionRecords/Microsoft.Azure.Commands.Security.Test.ScenarioTests.SecurityTopologyTests/GetSubscriptionScope.json b/src/Security/Security.Test/SessionRecords/Microsoft.Azure.Commands.Security.Test.ScenarioTests.SecurityTopologyTests/GetSubscriptionScope.json new file mode 100644 index 000000000000..f2832d4394d2 --- /dev/null +++ b/src/Security/Security.Test/SessionRecords/Microsoft.Azure.Commands.Security.Test.ScenarioTests.SecurityTopologyTests/GetSubscriptionScope.json @@ -0,0 +1,73 @@ +{ + "Entries": [ + { + "RequestUri": "/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/providers/Microsoft.Security/topologies?api-version=2020-01-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2VlYWIzNDEtZjQ2Ni00OTljLWE4YmUtODU0MjdlMTU0YmFmL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VjdXJpdHkvdG9wb2xvZ2llcz9hcGktdmVyc2lvbj0yMDIwLTAxLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "38d94953-65cd-4019-9b96-c2fd035e7f52" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.27817.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Security.SecurityCenterClient/2.1.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-original-request-ids": [ + "", + "", + "" + ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "748" + ], + "x-ms-request-id": [ + "60e048d8-ab39-4368-9ebd-223d3c22df3f" + ], + "x-ms-correlation-request-id": [ + "60e048d8-ab39-4368-9ebd-223d3c22df3f" + ], + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200621T123317Z:60e048d8-ab39-4368-9ebd-223d3c22df3f" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Sun, 21 Jun 2020 12:33:17 GMT" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "350137" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:32:48.4894363Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/Avi/providers/Microsoft.Network/virtualNetworks/Avi-ASE-vnet\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"westus\",\r\n \"children\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/Avi/providers/Microsoft.Network/virtualNetworks/Avi-ASE-vnet/subnets/Avi-ASE-subnet\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/Avi/providers/Microsoft.Network/virtualNetworks/aviResourceGroup-vnet\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 30,\r\n \"location\": \"eastus\",\r\n \"children\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/Avi/providers/Microsoft.Network/virtualNetworks/aviResourceGroup-vnet/subnets/default\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/Avi/providers/Microsoft.Security/locations/westcentralus/topologies/virtualNetworks\",\r\n \"name\": \"virtualNetworks\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:32:48.4894363Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/Avi/providers/Microsoft.Network/virtualNetworks/Avi-ASE-vnet/subnets/Avi-ASE-subnet\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/Avi/providers/Microsoft.Network/virtualNetworks/Avi-ASE-vnet\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/Avi/providers/Microsoft.Network/virtualNetworks/aviResourceGroup-vnet/subnets/default\",\r\n \"severity\": \"High\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": true,\r\n \"topologyScore\": 30,\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/Avi/providers/Microsoft.Network/virtualNetworks/aviResourceGroup-vnet\"\r\n }\r\n ],\r\n \"children\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/AVI/providers/Microsoft.Compute/virtualMachines/aviVM\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/Avi/providers/Microsoft.Security/locations/westcentralus/topologies/subnets\",\r\n \"name\": \"subnets\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:32:48.4894363Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/databricks-rg-daniellaDB-jfpguofx3qao4/providers/Microsoft.Network/virtualNetworks/workers-vnet\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"westus\",\r\n \"children\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/databricks-rg-daniellaDB-jfpguofx3qao4/providers/Microsoft.Network/virtualNetworks/workers-vnet/subnets/public-subnet\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/databricks-rg-daniellaDB-jfpguofx3qao4/providers/Microsoft.Network/virtualNetworks/workers-vnet/subnets/private-subnet\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/databricks-rg-daniellaDB-jfpguofx3qao4/providers/Microsoft.Security/locations/westcentralus/topologies/virtualNetworks\",\r\n \"name\": \"virtualNetworks\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:32:48.4894363Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/databricks-rg-daniellaDB-jfpguofx3qao4/providers/Microsoft.Network/virtualNetworks/workers-vnet/subnets/public-subnet\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/databricks-rg-daniellaDB-jfpguofx3qao4/providers/Microsoft.Network/virtualNetworks/workers-vnet\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/databricks-rg-daniellaDB-jfpguofx3qao4/providers/Microsoft.Network/virtualNetworks/workers-vnet/subnets/private-subnet\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/databricks-rg-daniellaDB-jfpguofx3qao4/providers/Microsoft.Network/virtualNetworks/workers-vnet\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/databricks-rg-daniellaDB-jfpguofx3qao4/providers/Microsoft.Security/locations/westcentralus/topologies/subnets\",\r\n \"name\": \"subnets\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:32:48.4894363Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/eldar-storage-rg/providers/Microsoft.Network/virtualNetworks/eldar-storage-rg-vnet\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 30,\r\n \"location\": \"westus\",\r\n \"children\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/eldar-storage-rg/providers/Microsoft.Network/virtualNetworks/eldar-storage-rg-vnet/subnets/default\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/eldar-storage-rg/providers/Microsoft.Network/virtualNetworks/Elvira-131216-vnet\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 60,\r\n \"location\": \"westus\",\r\n \"children\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/eldar-storage-rg/providers/Microsoft.Network/virtualNetworks/Elvira-131216-vnet/subnets/BackEnd\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/eldar-storage-rg/providers/Microsoft.Network/virtualNetworks/Elvira-131216-vnet/subnets/FrontEnd\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/eldar-storage-rg/providers/Microsoft.Network/virtualNetworks/Elvira-141216-net\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 30,\r\n \"location\": \"westus\",\r\n \"children\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/eldar-storage-rg/providers/Microsoft.Network/virtualNetworks/Elvira-141216-net/subnets/default\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/eldar-storage-rg/providers/Microsoft.Security/locations/westcentralus/topologies/virtualNetworks\",\r\n \"name\": \"virtualNetworks\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:32:48.4894363Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/eldar-storage-rg/providers/Microsoft.Network/virtualNetworks/eldar-storage-rg-vnet/subnets/default\",\r\n \"severity\": \"High\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": true,\r\n \"topologyScore\": 30,\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/eldar-storage-rg/providers/Microsoft.Network/virtualNetworks/eldar-storage-rg-vnet\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/eldar-storage-rg/providers/Microsoft.Network/virtualNetworks/Elvira-131216-vnet/subnets/BackEnd\",\r\n \"severity\": \"High\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": true,\r\n \"topologyScore\": 30,\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/eldar-storage-rg/providers/Microsoft.Network/virtualNetworks/Elvira-131216-vnet\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/eldar-storage-rg/providers/Microsoft.Network/virtualNetworks/Elvira-131216-vnet/subnets/FrontEnd\",\r\n \"severity\": \"High\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": true,\r\n \"topologyScore\": 30,\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/eldar-storage-rg/providers/Microsoft.Network/virtualNetworks/Elvira-131216-vnet\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/eldar-storage-rg/providers/Microsoft.Network/virtualNetworks/Elvira-141216-net/subnets/default\",\r\n \"severity\": \"High\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": true,\r\n \"topologyScore\": 30,\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/eldar-storage-rg/providers/Microsoft.Network/virtualNetworks/Elvira-141216-net\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/eldar-storage-rg/providers/Microsoft.Security/locations/westcentralus/topologies/subnets\",\r\n \"name\": \"subnets\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:32:48.4894363Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLStandard_A1/providers/Microsoft.Network/virtualNetworks/MSI-94066604\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"westus\",\r\n \"children\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLStandard_A1/providers/Microsoft.Network/virtualNetworks/MSI-94066604/subnets/MSI-960858903\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLStandard_A1/providers/Microsoft.Network/virtualNetworks/MSI-GLStandard_A1-vnet\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 60,\r\n \"location\": \"westeurope\",\r\n \"children\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLStandard_A1/providers/Microsoft.Network/virtualNetworks/MSI-GLStandard_A1-vnet/subnets/default\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLStandard_A1/providers/Microsoft.Network/virtualNetworks/MSIGLStandard_A1vnet130\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 30,\r\n \"location\": \"westus2\",\r\n \"children\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLStandard_A1/providers/Microsoft.Network/virtualNetworks/MSIGLStandard_A1vnet130/subnets/default\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLStandard_A1/providers/Microsoft.Security/locations/westcentralus/topologies/virtualNetworks\",\r\n \"name\": \"virtualNetworks\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:32:48.4894363Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLStandard_A1/providers/Microsoft.Network/virtualNetworks/MSI-94066604/subnets/MSI-960858903\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLStandard_A1/providers/Microsoft.Network/virtualNetworks/MSI-94066604\"\r\n }\r\n ],\r\n \"children\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLStandard_A1/providers/Microsoft.Compute/virtualMachines/MSI-22120\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLStandard_A1/providers/Microsoft.Compute/virtualMachines/MSI-22121\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLStandard_A1/providers/Microsoft.Compute/virtualMachines/MSI-22122\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/msi-glstandard_a1/providers/Microsoft.Compute/virtualMachines/MSI-22123\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/msi-glstandard_a1/providers/Microsoft.Compute/virtualMachines/MSI-22124\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/msi-glstandard_a1/providers/Microsoft.Compute/virtualMachines/MSI-22125\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/msi-glstandard_a1/providers/Microsoft.Compute/virtualMachines/MSI-22126\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/msi-glstandard_a1/providers/Microsoft.Compute/virtualMachines/MSI-22127\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/msi-glstandard_a1/providers/Microsoft.Compute/virtualMachines/MSI-22128\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/msi-glstandard_a1/providers/Microsoft.Compute/virtualMachines/MSI-22129\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLStandard_A1/providers/Microsoft.Compute/virtualMachines/MSI-221210\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLStandard_A1/providers/Microsoft.Compute/virtualMachines/MSI-221211\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLStandard_A1/providers/Microsoft.Compute/virtualMachines/MSI-221212\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLStandard_A1/providers/Microsoft.Compute/virtualMachines/MSI-221213\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLStandard_A1/providers/Microsoft.Compute/virtualMachines/MSI-221214\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLStandard_A1/providers/Microsoft.Compute/virtualMachines/MSI-221215\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLStandard_A1/providers/Microsoft.Compute/virtualMachines/MSI-221216\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLStandard_A1/providers/Microsoft.Compute/virtualMachines/MSI-221217\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLStandard_A1/providers/Microsoft.Compute/virtualMachines/MSI-221218\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLStandard_A1/providers/Microsoft.Compute/virtualMachines/MSI-221219\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLStandard_A1/providers/Microsoft.Compute/virtualMachines/MSI-221220\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLStandard_A1/providers/Microsoft.Compute/virtualMachines/MSI-221221\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/msi-glstandard_a1/providers/Microsoft.Compute/virtualMachines/MSI-221222\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/msi-glstandard_a1/providers/Microsoft.Compute/virtualMachines/MSI-221223\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/msi-glstandard_a1/providers/Microsoft.Compute/virtualMachines/MSI-221224\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/msi-glstandard_a1/providers/Microsoft.Compute/virtualMachines/MSI-221225\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/msi-glstandard_a1/providers/Microsoft.Compute/virtualMachines/MSI-221226\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLStandard_A1/providers/Microsoft.Compute/virtualMachines/MSI-221227\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/msi-glstandard_a1/providers/Microsoft.Compute/virtualMachines/MSI-221228\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/msi-glstandard_a1/providers/Microsoft.Compute/virtualMachines/MSI-221229\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLStandard_A1/providers/Microsoft.Network/virtualNetworks/MSI-GLStandard_A1-vnet/subnets/default\",\r\n \"severity\": \"High\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": true,\r\n \"topologyScore\": 60,\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLStandard_A1/providers/Microsoft.Network/virtualNetworks/MSI-GLStandard_A1-vnet\"\r\n }\r\n ],\r\n \"children\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/msi-glstandard_a1/providers/Microsoft.Compute/virtualMachines/testGLVM2512\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLStandard_A1/providers/Microsoft.Network/virtualNetworks/MSIGLStandard_A1vnet130/subnets/default\",\r\n \"severity\": \"High\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": true,\r\n \"topologyScore\": 30,\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLStandard_A1/providers/Microsoft.Network/virtualNetworks/MSIGLStandard_A1vnet130\"\r\n }\r\n ],\r\n \"children\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLStandard_A1/providers/Microsoft.Compute/virtualMachines/gl2612\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLStandard_A1/providers/Microsoft.Security/locations/westcentralus/topologies/subnets\",\r\n \"name\": \"subnets\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:32:48.4894363Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/Permanent-ASE-ream/providers/Microsoft.Network/virtualNetworks/Permanent-ASE-ream-vnet\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 30,\r\n \"location\": \"westus\",\r\n \"children\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/Permanent-ASE-ream/providers/Microsoft.Network/virtualNetworks/Permanent-ASE-ream-vnet/subnets/default\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/Permanent-ASE-ream/providers/Microsoft.Security/locations/westcentralus/topologies/virtualNetworks\",\r\n \"name\": \"virtualNetworks\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:32:48.4894363Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/Permanent-ASE-ream/providers/Microsoft.Network/virtualNetworks/Permanent-ASE-ream-vnet/subnets/default\",\r\n \"severity\": \"High\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": true,\r\n \"topologyScore\": 30,\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/Permanent-ASE-ream/providers/Microsoft.Network/virtualNetworks/Permanent-ASE-ream-vnet\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/Permanent-ASE-ream/providers/Microsoft.Security/locations/westcentralus/topologies/subnets\",\r\n \"name\": \"subnets\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:32:48.4894363Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/qualysrds/providers/Microsoft.Network/virtualNetworks/qualysrds-vnet\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 30,\r\n \"location\": \"westus\",\r\n \"children\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/qualysrds/providers/Microsoft.Network/virtualNetworks/qualysrds-vnet/subnets/default\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/qualysrds/providers/Microsoft.Security/locations/westcentralus/topologies/virtualNetworks\",\r\n \"name\": \"virtualNetworks\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:32:48.4894363Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/qualysrds/providers/Microsoft.Network/virtualNetworks/qualysrds-vnet/subnets/default\",\r\n \"severity\": \"High\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": true,\r\n \"topologyScore\": 30,\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/qualysrds/providers/Microsoft.Network/virtualNetworks/qualysrds-vnet\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/qualysrds/providers/Microsoft.Security/locations/westcentralus/topologies/subnets\",\r\n \"name\": \"subnets\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:32:48.4894363Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/QualysTest/providers/Microsoft.Network/virtualNetworks/QualysTest-vnet\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"westus\",\r\n \"children\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/QualysTest/providers/Microsoft.Network/virtualNetworks/QualysTest-vnet/subnets/default\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/QualysTest/providers/Microsoft.Security/locations/westcentralus/topologies/virtualNetworks\",\r\n \"name\": \"virtualNetworks\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:32:48.4894363Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/QualysTest/providers/Microsoft.Network/virtualNetworks/QualysTest-vnet/subnets/default\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/QualysTest/providers/Microsoft.Network/virtualNetworks/QualysTest-vnet\"\r\n }\r\n ],\r\n \"children\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/QUALYSTEST/providers/Microsoft.Compute/virtualMachines/UbuntuForQualys\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/QualysTest/providers/Microsoft.Security/locations/westcentralus/topologies/subnets\",\r\n \"name\": \"subnets\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:32:48.4894363Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/ream-awl-linux/providers/Microsoft.Network/virtualNetworks/ream-awl-linux-vnet\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 30,\r\n \"location\": \"westus\",\r\n \"children\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/ream-awl-linux/providers/Microsoft.Network/virtualNetworks/ream-awl-linux-vnet/subnets/default\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/ream-awl-linux/providers/Microsoft.Security/locations/westcentralus/topologies/virtualNetworks\",\r\n \"name\": \"virtualNetworks\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:32:48.4894363Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/ream-awl-linux/providers/Microsoft.Network/virtualNetworks/ream-awl-linux-vnet/subnets/default\",\r\n \"severity\": \"High\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": true,\r\n \"topologyScore\": 30,\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/ream-awl-linux/providers/Microsoft.Network/virtualNetworks/ream-awl-linux-vnet\"\r\n }\r\n ],\r\n \"children\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/REAM-AWL-LINUX/providers/Microsoft.Compute/virtualMachines/ream-awl-linux\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/ream-awl-linux/providers/Microsoft.Security/locations/westcentralus/topologies/subnets\",\r\n \"name\": \"subnets\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:32:48.4894363Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/TalK-VA/providers/Microsoft.Network/virtualNetworks/app-service-env-talk-vnet\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"westus\",\r\n \"children\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/TalK-VA/providers/Microsoft.Network/virtualNetworks/app-service-env-talk-vnet/subnets/app-service-env-talk-subnet\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/TalK-VA/providers/Microsoft.Network/virtualNetworks/TalK-VA-vnet\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 30,\r\n \"location\": \"eastus\",\r\n \"children\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/TalK-VA/providers/Microsoft.Network/virtualNetworks/TalK-VA-vnet/subnets/default\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/TalK-VA/providers/Microsoft.Network/virtualNetworks/TalKVAvnet160\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 30,\r\n \"location\": \"centraluseuap\",\r\n \"children\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/TalK-VA/providers/Microsoft.Network/virtualNetworks/TalKVAvnet160/subnets/default\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/TalK-VA/providers/Microsoft.Security/locations/westcentralus/topologies/virtualNetworks\",\r\n \"name\": \"virtualNetworks\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:32:48.4894363Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/TalK-VA/providers/Microsoft.Network/virtualNetworks/app-service-env-talk-vnet/subnets/app-service-env-talk-subnet\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/TalK-VA/providers/Microsoft.Network/virtualNetworks/app-service-env-talk-vnet\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/TalK-VA/providers/Microsoft.Network/virtualNetworks/TalK-VA-vnet/subnets/default\",\r\n \"severity\": \"High\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": true,\r\n \"topologyScore\": 30,\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/TalK-VA/providers/Microsoft.Network/virtualNetworks/TalK-VA-vnet\"\r\n }\r\n ],\r\n \"children\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/TalK-VA/providers/Microsoft.Compute/virtualMachines/tal-win-vm\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/TalK-VA/providers/Microsoft.Compute/virtualMachines/tal-win-vm-jit\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/TalK-VA/providers/Microsoft.Network/virtualNetworks/TalKVAvnet160/subnets/default\",\r\n \"severity\": \"High\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": true,\r\n \"topologyScore\": 30,\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/TalK-VA/providers/Microsoft.Network/virtualNetworks/TalKVAvnet160\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/TalK-VA/providers/Microsoft.Security/locations/westcentralus/topologies/subnets\",\r\n \"name\": \"subnets\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:32:48.4894363Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/amaviram-PPtest/providers/Microsoft.Network/virtualNetworks/amaviram-PPtest-vnet\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 30,\r\n \"location\": \"eastus\",\r\n \"children\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/amaviram-PPtest/providers/Microsoft.Network/virtualNetworks/amaviram-PPtest-vnet/subnets/default\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/amaviram-PPtest/providers/Microsoft.Network/virtualNetworks/amaviram-1976161321\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 60,\r\n \"location\": \"northeurope\",\r\n \"children\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/amaviram-PPtest/providers/Microsoft.Network/virtualNetworks/amaviram-1976161321/subnets/amaviram-49574186\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/amaviram-PPtest/providers/Microsoft.Network/virtualNetworks/amaviram-1312284343\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 60,\r\n \"location\": \"westeurope\",\r\n \"children\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/amaviram-PPtest/providers/Microsoft.Network/virtualNetworks/amaviram-1312284343/subnets/amaviram-1616029505\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/amaviram-PPtest/providers/Microsoft.Network/virtualNetworks/amaviram-702701979\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"centralus\",\r\n \"children\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/amaviram-PPtest/providers/Microsoft.Network/virtualNetworks/amaviram-702701979/subnets/amaviram-1260022385\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/amaviram-PPtest/providers/Microsoft.Network/virtualNetworks/MyVNET\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"centralus\",\r\n \"children\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/amaviram-PPtest/providers/Microsoft.Network/virtualNetworks/MyVNET/subnets/Subnet\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/amaviram-PPtest/providers/Microsoft.Network/virtualNetworks/amaviram-2098151420\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 240,\r\n \"location\": \"australiaeast\",\r\n \"children\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/amaviram-PPtest/providers/Microsoft.Network/virtualNetworks/amaviram-2098151420/subnets/amaviram-635182180\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/amaviram-PPtest/providers/Microsoft.Security/locations/westcentralus/topologies/virtualNetworks\",\r\n \"name\": \"virtualNetworks\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:32:48.4894363Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/amaviram-PPtest/providers/Microsoft.Network/virtualNetworks/amaviram-PPtest-vnet/subnets/default\",\r\n \"severity\": \"High\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": true,\r\n \"topologyScore\": 30,\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/amaviram-PPtest/providers/Microsoft.Network/virtualNetworks/amaviram-PPtest-vnet\"\r\n }\r\n ],\r\n \"children\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/amaviram-PPtest/providers/Microsoft.Compute/virtualMachines/AmitQ1005\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/amaviram-PPtest/providers/Microsoft.Network/virtualNetworks/amaviram-1976161321/subnets/amaviram-49574186\",\r\n \"severity\": \"High\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": true,\r\n \"topologyScore\": 60,\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/amaviram-PPtest/providers/Microsoft.Network/virtualNetworks/amaviram-1976161321\"\r\n }\r\n ],\r\n \"children\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/amaviram-PPtest/providers/Microsoft.Compute/virtualMachines/amaviram-18120\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/amaviram-PPtest/providers/Microsoft.Network/virtualNetworks/amaviram-1312284343/subnets/amaviram-1616029505\",\r\n \"severity\": \"High\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": true,\r\n \"topologyScore\": 60,\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/amaviram-PPtest/providers/Microsoft.Network/virtualNetworks/amaviram-1312284343\"\r\n }\r\n ],\r\n \"children\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/amaviram-PPtest/providers/Microsoft.Compute/virtualMachines/amaviram-18122\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/amaviram-PPtest/providers/Microsoft.Network/virtualNetworks/amaviram-702701979/subnets/amaviram-1260022385\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/amaviram-PPtest/providers/Microsoft.Network/virtualNetworks/amaviram-702701979\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/amaviram-PPtest/providers/Microsoft.Network/virtualNetworks/MyVNET/subnets/Subnet\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/amaviram-PPtest/providers/Microsoft.Network/virtualNetworks/MyVNET\"\r\n }\r\n ],\r\n \"children\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/amaviram-PPtest/providers/Microsoft.Compute/virtualMachines/SimpleWinVM\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/amaviram-PPtest/providers/Microsoft.Network/virtualNetworks/amaviram-2098151420/subnets/amaviram-635182180\",\r\n \"severity\": \"High\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": true,\r\n \"topologyScore\": 240,\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/amaviram-PPtest/providers/Microsoft.Network/virtualNetworks/amaviram-2098151420\"\r\n }\r\n ],\r\n \"children\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/amaviram-PPtest/providers/Microsoft.Compute/virtualMachines/amaviram-18123\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/amaviram-PPtest/providers/Microsoft.Compute/virtualMachines/amaviram-18124\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/amaviram-PPtest/providers/Microsoft.Compute/virtualMachines/amaviram-18125\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/amaviram-PPtest/providers/Microsoft.Compute/virtualMachines/amaviram-18126\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/AMAVIRAM-PPTEST/providers/Microsoft.Compute/virtualMachines/amaviram-18127\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/AMAVIRAM-PPTEST/providers/Microsoft.Compute/virtualMachines/amaviram-18128\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/AMAVIRAM-PPTEST/providers/Microsoft.Compute/virtualMachines/amaviram-18129\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/amaviram-PPtest/providers/Microsoft.Security/locations/westcentralus/topologies/subnets\",\r\n \"name\": \"subnets\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:32:48.4894363Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/Amit-VA/providers/Microsoft.Network/virtualNetworks/Amit-VA-vnet\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 80,\r\n \"location\": \"eastus\",\r\n \"children\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/Amit-VA/providers/Microsoft.Network/virtualNetworks/Amit-VA-vnet/subnets/default\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/Amit-VA/providers/Microsoft.Network/virtualNetworks/SnirWafVnet\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 30,\r\n \"location\": \"eastus\",\r\n \"children\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/Amit-VA/providers/Microsoft.Network/virtualNetworks/SnirWafVnet/subnets/default\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/Amit-VA/providers/Microsoft.Network/virtualNetworks/AmitVAvnet827\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 30,\r\n \"location\": \"centralus\",\r\n \"children\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/Amit-VA/providers/Microsoft.Network/virtualNetworks/AmitVAvnet827/subnets/default\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/Amit-VA/providers/Microsoft.Network/virtualNetworks/AmitVAvnet523\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 30,\r\n \"location\": \"westcentralus\",\r\n \"children\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/Amit-VA/providers/Microsoft.Network/virtualNetworks/AmitVAvnet523/subnets/default\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/Amit-VA/providers/Microsoft.Network/virtualNetworks/AmitVAvnet875\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 510,\r\n \"location\": \"centraluseuap\",\r\n \"children\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/Amit-VA/providers/Microsoft.Network/virtualNetworks/AmitVAvnet875/subnets/default\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/Amit-VA/providers/Microsoft.Security/locations/westcentralus/topologies/virtualNetworks\",\r\n \"name\": \"virtualNetworks\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:32:48.4894363Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/Amit-VA/providers/Microsoft.Network/virtualNetworks/Amit-VA-vnet/subnets/default\",\r\n \"severity\": \"High\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": true,\r\n \"topologyScore\": 80,\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/Amit-VA/providers/Microsoft.Network/virtualNetworks/Amit-VA-vnet\"\r\n }\r\n ],\r\n \"children\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/Amit-VA/providers/Microsoft.Compute/virtualMachines/Amit-Linux-PG\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/Amit-VA/providers/Microsoft.Compute/virtualMachines/Amit-Baracuda-Test\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/Amit-VA/providers/Microsoft.Compute/virtualMachines/AmitQ1005-2\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/AMIT-VA/providers/Microsoft.Compute/virtualMachines/win20200602\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/Amit-VA/providers/Microsoft.Compute/virtualMachines/Amit-1009Ag\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/Amit-VA/providers/Microsoft.Compute/virtualMachines/Amit-1009-2\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/Amit-VA/providers/Microsoft.Network/virtualNetworks/SnirWafVnet/subnets/default\",\r\n \"severity\": \"High\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": true,\r\n \"topologyScore\": 30,\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/Amit-VA/providers/Microsoft.Network/virtualNetworks/SnirWafVnet\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/Amit-VA/providers/Microsoft.Network/virtualNetworks/AmitVAvnet827/subnets/default\",\r\n \"severity\": \"High\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": true,\r\n \"topologyScore\": 30,\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/Amit-VA/providers/Microsoft.Network/virtualNetworks/AmitVAvnet827\"\r\n }\r\n ],\r\n \"children\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/Amit-VA/providers/Microsoft.Compute/virtualMachines/Amit-Win\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/Amit-VA/providers/Microsoft.Network/virtualNetworks/AmitVAvnet523/subnets/default\",\r\n \"severity\": \"High\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": true,\r\n \"topologyScore\": 30,\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/Amit-VA/providers/Microsoft.Network/virtualNetworks/AmitVAvnet523\"\r\n }\r\n ],\r\n \"children\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/AMIT-VA/providers/Microsoft.Compute/virtualMachines/ream-test\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/Amit-VA/providers/Microsoft.Network/virtualNetworks/AmitVAvnet875/subnets/default\",\r\n \"severity\": \"High\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": true,\r\n \"topologyScore\": 510,\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/Amit-VA/providers/Microsoft.Network/virtualNetworks/AmitVAvnet875\"\r\n }\r\n ],\r\n \"children\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/Amit-VA/providers/Microsoft.Compute/virtualMachines/Amit-GL-1006-2\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/Amit-VA/providers/Microsoft.Compute/virtualMachines/Amit-GL-1006-3\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/Amit-VA/providers/Microsoft.Compute/virtualMachines/Amit-GL-1006-4\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/Amit-VA/providers/Microsoft.Compute/virtualMachines/Amit-GL-1006-Bl\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/Amit-VA/providers/Microsoft.Compute/virtualMachines/amaviram\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/Amit-VA/providers/Microsoft.Compute/virtualMachines/Amit-GL1009-BL\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/Amit-VA/providers/Microsoft.Compute/virtualMachines/Amit-1009-2-bl\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/Amit-VA/providers/Microsoft.Compute/virtualMachines/Amit1009-2-BL\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/Amit-VA/providers/Microsoft.Security/locations/westcentralus/topologies/subnets\",\r\n \"name\": \"subnets\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:32:48.4894363Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/AvishalomTests/providers/Microsoft.Network/virtualNetworks/AvishalomTests-vnet\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 30,\r\n \"location\": \"eastus\",\r\n \"children\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/AvishalomTests/providers/Microsoft.Network/virtualNetworks/AvishalomTests-vnet/subnets/default\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/AvishalomTests/providers/Microsoft.Security/locations/westcentralus/topologies/virtualNetworks\",\r\n \"name\": \"virtualNetworks\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:32:48.4894363Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/AvishalomTests/providers/Microsoft.Network/virtualNetworks/AvishalomTests-vnet/subnets/default\",\r\n \"severity\": \"High\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": true,\r\n \"topologyScore\": 30,\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/AvishalomTests/providers/Microsoft.Network/virtualNetworks/AvishalomTests-vnet\"\r\n }\r\n ],\r\n \"children\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/AVISHALOMTESTS/providers/Microsoft.Compute/virtualMachines/AvishaloJitTest\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/AvishalomTests/providers/Microsoft.Security/locations/westcentralus/topologies/subnets\",\r\n \"name\": \"subnets\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:32:48.4894363Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/dana_try1/providers/Microsoft.Network/virtualNetworks/dana_try1-vnet\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 30,\r\n \"location\": \"eastus\",\r\n \"children\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/dana_try1/providers/Microsoft.Network/virtualNetworks/dana_try1-vnet/subnets/default\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/dana_try1/providers/Microsoft.Network/virtualNetworks/DanaTest\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 30,\r\n \"location\": \"centralus\",\r\n \"children\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/dana_try1/providers/Microsoft.Network/virtualNetworks/DanaTest/subnets/default\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/dana_try1/providers/Microsoft.Security/locations/westcentralus/topologies/virtualNetworks\",\r\n \"name\": \"virtualNetworks\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:32:48.4894363Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/dana_try1/providers/Microsoft.Network/virtualNetworks/dana_try1-vnet/subnets/default\",\r\n \"severity\": \"High\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": true,\r\n \"topologyScore\": 30,\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/dana_try1/providers/Microsoft.Network/virtualNetworks/dana_try1-vnet\"\r\n }\r\n ],\r\n \"children\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/dana_try1/providers/Microsoft.Compute/virtualMachines/barracudaTry\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/dana_try1/providers/Microsoft.Network/virtualNetworks/DanaTest/subnets/default\",\r\n \"severity\": \"High\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": true,\r\n \"topologyScore\": 30,\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/dana_try1/providers/Microsoft.Network/virtualNetworks/DanaTest\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/dana_try1/providers/Microsoft.Security/locations/westcentralus/topologies/subnets\",\r\n \"name\": \"subnets\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:32:48.4894363Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/EItanRG/providers/Microsoft.Network/virtualNetworks/EItanRG-vnet\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 50,\r\n \"location\": \"eastus\",\r\n \"children\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/EItanRG/providers/Microsoft.Network/virtualNetworks/EItanRG-vnet/subnets/default\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/EItanRG/providers/Microsoft.Network/virtualNetworks/EitanVNTest\",\r\n \"severity\": \"High\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": true,\r\n \"topologyScore\": 10,\r\n \"location\": \"eastus\",\r\n \"children\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/EItanRG/providers/Microsoft.Network/virtualNetworks/EitanVNTest/subnets/AzureFirewallSubnet\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/EItanRG/providers/Microsoft.Security/locations/westcentralus/topologies/virtualNetworks\",\r\n \"name\": \"virtualNetworks\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:32:48.4894363Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/EItanRG/providers/Microsoft.Network/virtualNetworks/EItanRG-vnet/subnets/default\",\r\n \"severity\": \"High\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": true,\r\n \"topologyScore\": 50,\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/EItanRG/providers/Microsoft.Network/virtualNetworks/EItanRG-vnet\"\r\n }\r\n ],\r\n \"children\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/EITANRG/providers/Microsoft.Compute/virtualMachines/EitanVMTest\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/EItanRG/providers/Microsoft.Compute/virtualMachines/eitanVM2\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/EItanRG/providers/Microsoft.Network/virtualNetworks/EitanVNTest/subnets/AzureFirewallSubnet\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/EItanRG/providers/Microsoft.Network/virtualNetworks/EitanVNTest\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/EItanRG/providers/Microsoft.Security/locations/westcentralus/topologies/subnets\",\r\n \"name\": \"subnets\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:32:48.4894363Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/eldarfanouttest0506/providers/Microsoft.Network/virtualNetworks/eldarfanouttest0506-vnet\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 60,\r\n \"location\": \"eastus\",\r\n \"children\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/eldarfanouttest0506/providers/Microsoft.Network/virtualNetworks/eldarfanouttest0506-vnet/subnets/default\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/eldarfanouttest0506/providers/Microsoft.Security/locations/westcentralus/topologies/virtualNetworks\",\r\n \"name\": \"virtualNetworks\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:32:48.4894363Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/eldarfanouttest0506/providers/Microsoft.Network/virtualNetworks/eldarfanouttest0506-vnet/subnets/default\",\r\n \"severity\": \"High\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": true,\r\n \"topologyScore\": 60,\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/eldarfanouttest0506/providers/Microsoft.Network/virtualNetworks/eldarfanouttest0506-vnet\"\r\n }\r\n ],\r\n \"children\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/eldarfanouttest0506/providers/Microsoft.Compute/virtualMachines/eldarfanouttest0506\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/eldarfanouttest0506/providers/Microsoft.Security/locations/westcentralus/topologies/subnets\",\r\n \"name\": \"subnets\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:32:48.4894363Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/IbizaCreateDeployment/providers/Microsoft.Network/virtualNetworks/IbizaCreateDeployment-vnet\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 30,\r\n \"location\": \"eastus\",\r\n \"children\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/IbizaCreateDeployment/providers/Microsoft.Network/virtualNetworks/IbizaCreateDeployment-vnet/subnets/default\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/IbizaCreateDeployment/providers/Microsoft.Security/locations/westcentralus/topologies/virtualNetworks\",\r\n \"name\": \"virtualNetworks\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:32:48.4894363Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/IbizaCreateDeployment/providers/Microsoft.Network/virtualNetworks/IbizaCreateDeployment-vnet/subnets/default\",\r\n \"severity\": \"High\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": true,\r\n \"topologyScore\": 30,\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/IbizaCreateDeployment/providers/Microsoft.Network/virtualNetworks/IbizaCreateDeployment-vnet\"\r\n }\r\n ],\r\n \"children\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/IbizaCreateDeployment/providers/Microsoft.Compute/virtualMachines/IbizaCreateDeployment\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/IbizaCreateDeployment/providers/Microsoft.Security/locations/westcentralus/topologies/subnets\",\r\n \"name\": \"subnets\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:32:48.4894363Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/IbizaCreateTest/providers/Microsoft.Network/virtualNetworks/IbizaCreateTest-vnet\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 30,\r\n \"location\": \"eastus\",\r\n \"children\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/IbizaCreateTest/providers/Microsoft.Network/virtualNetworks/IbizaCreateTest-vnet/subnets/default\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/IbizaCreateTest/providers/Microsoft.Security/locations/westcentralus/topologies/virtualNetworks\",\r\n \"name\": \"virtualNetworks\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:32:48.4894363Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/IbizaCreateTest/providers/Microsoft.Network/virtualNetworks/IbizaCreateTest-vnet/subnets/default\",\r\n \"severity\": \"High\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": true,\r\n \"topologyScore\": 30,\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/IbizaCreateTest/providers/Microsoft.Network/virtualNetworks/IbizaCreateTest-vnet\"\r\n }\r\n ],\r\n \"children\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/IbizaCreateTest/providers/Microsoft.Compute/virtualMachines/IbizaCreateTest\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/IbizaCreateTest/providers/Microsoft.Security/locations/westcentralus/topologies/subnets\",\r\n \"name\": \"subnets\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:32:48.4894363Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/IbizaDeploymentTest/providers/Microsoft.Network/virtualNetworks/IbizaDeploymentTest-vnet\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"eastus\",\r\n \"children\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/IbizaDeploymentTest/providers/Microsoft.Network/virtualNetworks/IbizaDeploymentTest-vnet/subnets/default\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/IbizaDeploymentTest/providers/Microsoft.Security/locations/westcentralus/topologies/virtualNetworks\",\r\n \"name\": \"virtualNetworks\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:32:48.4894363Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/IbizaDeploymentTest/providers/Microsoft.Network/virtualNetworks/IbizaDeploymentTest-vnet/subnets/default\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/IbizaDeploymentTest/providers/Microsoft.Network/virtualNetworks/IbizaDeploymentTest-vnet\"\r\n }\r\n ],\r\n \"children\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/IbizaDeploymentTest/providers/Microsoft.Compute/virtualMachines/IbizaDeploymentTest\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/IbizaDeploymentTest/providers/Microsoft.Security/locations/westcentralus/topologies/subnets\",\r\n \"name\": \"subnets\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:32:48.4894363Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/impervajul5/providers/Microsoft.Network/virtualNetworks/impervajul5-Network\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 30,\r\n \"location\": \"eastus\",\r\n \"children\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/impervajul5/providers/Microsoft.Network/virtualNetworks/impervajul5-Network/subnets/impervajul5-GWSN\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/impervajul5/providers/Microsoft.Network/virtualNetworks/impervajul5-Network/subnets/impervajul5-MXSN\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/impervajul5/providers/Microsoft.Security/locations/westcentralus/topologies/virtualNetworks\",\r\n \"name\": \"virtualNetworks\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:32:48.4894363Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/impervajul5/providers/Microsoft.Network/virtualNetworks/impervajul5-Network/subnets/impervajul5-GWSN\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/impervajul5/providers/Microsoft.Network/virtualNetworks/impervajul5-Network\"\r\n }\r\n ],\r\n \"children\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/impervajul5/providers/Microsoft.Compute/virtualMachines/impervajul5-GW0\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/impervajul5/providers/Microsoft.Network/virtualNetworks/impervajul5-Network/subnets/impervajul5-MXSN\",\r\n \"severity\": \"High\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": true,\r\n \"topologyScore\": 30,\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/impervajul5/providers/Microsoft.Network/virtualNetworks/impervajul5-Network\"\r\n }\r\n ],\r\n \"children\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/impervajul5/providers/Microsoft.Compute/virtualMachines/impervajul5-MX\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/impervajul5/providers/Microsoft.Security/locations/westcentralus/topologies/subnets\",\r\n \"name\": \"subnets\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:32:48.4894363Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/myResourceGroup/providers/Microsoft.Network/virtualNetworks/myVirtualNetwork\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"eastus\",\r\n \"children\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/myResourceGroup/providers/Microsoft.Network/virtualNetworks/myVirtualNetwork/subnets/mySubnet\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/myResourceGroup/providers/Microsoft.Security/locations/westcentralus/topologies/virtualNetworks\",\r\n \"name\": \"virtualNetworks\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:32:48.4894363Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/myResourceGroup/providers/Microsoft.Network/virtualNetworks/myVirtualNetwork/subnets/mySubnet\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/myResourceGroup/providers/Microsoft.Network/virtualNetworks/myVirtualNetwork\"\r\n }\r\n ],\r\n \"children\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MYRESOURCEGROUP/providers/Microsoft.Compute/virtualMachines/myVmWeb\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/myResourceGroup/providers/Microsoft.Security/locations/westcentralus/topologies/subnets\",\r\n \"name\": \"subnets\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:32:48.4894363Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/partnersp/providers/Microsoft.Network/virtualNetworks/vnet01\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"eastus\",\r\n \"children\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/partnersp/providers/Microsoft.Network/virtualNetworks/vnet01/subnets/Backend\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/partnersp/providers/Microsoft.Network/virtualNetworks/vnet01/subnets/Frontend\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/partnersp/providers/Microsoft.Security/locations/westcentralus/topologies/virtualNetworks\",\r\n \"name\": \"virtualNetworks\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:32:48.4894363Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/partnersp/providers/Microsoft.Network/virtualNetworks/vnet01/subnets/Backend\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/partnersp/providers/Microsoft.Network/virtualNetworks/vnet01\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/partnersp/providers/Microsoft.Network/virtualNetworks/vnet01/subnets/Frontend\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/partnersp/providers/Microsoft.Network/virtualNetworks/vnet01\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/partnersp/providers/Microsoft.Security/locations/westcentralus/topologies/subnets\",\r\n \"name\": \"subnets\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:32:48.4894363Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/ream-test-barwaf/providers/Microsoft.Network/virtualNetworks/reamtestbarwafvnet166\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 30,\r\n \"location\": \"eastus\",\r\n \"children\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/ream-test-barwaf/providers/Microsoft.Network/virtualNetworks/reamtestbarwafvnet166/subnets/default\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/ream-test-barwaf/providers/Microsoft.Network/virtualNetworks/ream-test-barwaf-vnet\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 30,\r\n \"location\": \"eastus2\",\r\n \"children\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/ream-test-barwaf/providers/Microsoft.Network/virtualNetworks/ream-test-barwaf-vnet/subnets/default\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/ream-test-barwaf/providers/Microsoft.Security/locations/westcentralus/topologies/virtualNetworks\",\r\n \"name\": \"virtualNetworks\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:32:48.4894363Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/ream-test-barwaf/providers/Microsoft.Network/virtualNetworks/reamtestbarwafvnet166/subnets/default\",\r\n \"severity\": \"High\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": true,\r\n \"topologyScore\": 30,\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/ream-test-barwaf/providers/Microsoft.Network/virtualNetworks/reamtestbarwafvnet166\"\r\n }\r\n ],\r\n \"children\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/ream-test-barwaf/providers/Microsoft.Compute/virtualMachines/mywaf\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/ream-test-barwaf/providers/Microsoft.Network/virtualNetworks/ream-test-barwaf-vnet/subnets/default\",\r\n \"severity\": \"High\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": true,\r\n \"topologyScore\": 30,\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/ream-test-barwaf/providers/Microsoft.Network/virtualNetworks/ream-test-barwaf-vnet\"\r\n }\r\n ],\r\n \"children\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/ream-test-barwaf/providers/Microsoft.Compute/virtualMachines/ream-test-barwaf\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/ream-test-barwaf/providers/Microsoft.Security/locations/westcentralus/topologies/subnets\",\r\n \"name\": \"subnets\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:32:48.4894363Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/ron-gissin-test-resource-group/providers/Microsoft.Network/virtualNetworks/ron-gissin-test-resource-group-vnet\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 90,\r\n \"location\": \"eastus\",\r\n \"children\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/ron-gissin-test-resource-group/providers/Microsoft.Network/virtualNetworks/ron-gissin-test-resource-group-vnet/subnets/default\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/ron-gissin-test-resource-group/providers/Microsoft.Security/locations/westcentralus/topologies/virtualNetworks\",\r\n \"name\": \"virtualNetworks\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:32:48.4894363Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/ron-gissin-test-resource-group/providers/Microsoft.Network/virtualNetworks/ron-gissin-test-resource-group-vnet/subnets/default\",\r\n \"severity\": \"High\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": true,\r\n \"topologyScore\": 90,\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/ron-gissin-test-resource-group/providers/Microsoft.Network/virtualNetworks/ron-gissin-test-resource-group-vnet\"\r\n }\r\n ],\r\n \"children\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/ron-gissin-test-resource-group/providers/Microsoft.Compute/virtualMachines/ron-gissin-test-vm\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/ron-gissin-test-resource-group/providers/Microsoft.Security/locations/westcentralus/topologies/subnets\",\r\n \"name\": \"subnets\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:32:48.4894363Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/shalini/providers/Microsoft.Network/virtualNetworks/shalini\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"eastus\",\r\n \"children\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/shalini/providers/Microsoft.Network/virtualNetworks/shalini/subnets/default\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/shalini/providers/Microsoft.Network/virtualNetworks/shalini-vnet\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 30,\r\n \"location\": \"eastus\",\r\n \"children\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/shalini/providers/Microsoft.Network/virtualNetworks/shalini-vnet/subnets/default\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/shalini/providers/Microsoft.Network/virtualNetworks/shalinivnet111\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 30,\r\n \"location\": \"northcentralus\",\r\n \"children\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/shalini/providers/Microsoft.Network/virtualNetworks/shalinivnet111/subnets/default\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/shalini/providers/Microsoft.Network/virtualNetworks/shalinivnet800\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 30,\r\n \"location\": \"westcentralus\",\r\n \"children\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/shalini/providers/Microsoft.Network/virtualNetworks/shalinivnet800/subnets/default\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/shalini/providers/Microsoft.Security/locations/westcentralus/topologies/virtualNetworks\",\r\n \"name\": \"virtualNetworks\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:32:48.4894363Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/shalini/providers/Microsoft.Network/virtualNetworks/shalini/subnets/default\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/shalini/providers/Microsoft.Network/virtualNetworks/shalini\"\r\n }\r\n ],\r\n \"children\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/shalini/providers/Microsoft.Compute/virtualMachines/shalinirapid7\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/shalini/providers/Microsoft.Compute/virtualMachines/rapid7test\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/shalini/providers/Microsoft.Network/virtualNetworks/shalini-vnet/subnets/default\",\r\n \"severity\": \"High\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": true,\r\n \"topologyScore\": 30,\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/shalini/providers/Microsoft.Network/virtualNetworks/shalini-vnet\"\r\n }\r\n ],\r\n \"children\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/shalini/providers/Microsoft.Compute/virtualMachines/QualysSP\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/shalini/providers/Microsoft.Network/virtualNetworks/shalinivnet111/subnets/default\",\r\n \"severity\": \"High\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": true,\r\n \"topologyScore\": 30,\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/shalini/providers/Microsoft.Network/virtualNetworks/shalinivnet111\"\r\n }\r\n ],\r\n \"children\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/shalini/providers/Microsoft.Compute/virtualMachines/Shaliniubuntu17\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/shalini/providers/Microsoft.Network/virtualNetworks/shalinivnet800/subnets/default\",\r\n \"severity\": \"High\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": true,\r\n \"topologyScore\": 30,\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/shalini/providers/Microsoft.Network/virtualNetworks/shalinivnet800\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/shalini/providers/Microsoft.Security/locations/westcentralus/topologies/subnets\",\r\n \"name\": \"subnets\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:32:48.4894363Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/shalinifortigate/providers/Microsoft.Network/virtualNetworks/FortigateProtectedVNet\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 120,\r\n \"location\": \"eastus\",\r\n \"children\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/shalinifortigate/providers/Microsoft.Network/virtualNetworks/FortigateProtectedVNet/subnets/PublicFacingSubnet\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/shalinifortigate/providers/Microsoft.Network/virtualNetworks/FortigateProtectedVNet/subnets/InsideSubnet\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/shalinifortigate/providers/Microsoft.Security/locations/westcentralus/topologies/virtualNetworks\",\r\n \"name\": \"virtualNetworks\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:32:48.4894363Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/shalinifortigate/providers/Microsoft.Network/virtualNetworks/FortigateProtectedVNet/subnets/PublicFacingSubnet\",\r\n \"severity\": \"High\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": true,\r\n \"topologyScore\": 60,\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/shalinifortigate/providers/Microsoft.Network/virtualNetworks/FortigateProtectedVNet\"\r\n }\r\n ],\r\n \"children\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/shalinifortigate/providers/Microsoft.Compute/virtualMachines/shalinifortiga\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/shalinifortigate/providers/Microsoft.Network/virtualNetworks/FortigateProtectedVNet/subnets/InsideSubnet\",\r\n \"severity\": \"High\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": true,\r\n \"topologyScore\": 60,\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/shalinifortigate/providers/Microsoft.Network/virtualNetworks/FortigateProtectedVNet\"\r\n }\r\n ],\r\n \"children\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/shalinifortigate/providers/Microsoft.Compute/virtualMachines/shalinifortiga\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/shalinifortigate/providers/Microsoft.Security/locations/westcentralus/topologies/subnets\",\r\n \"name\": \"subnets\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:32:48.4894363Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/Tal-Test/providers/Microsoft.Network/virtualNetworks/vnet\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"eastus\",\r\n \"children\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/Tal-Test/providers/Microsoft.Network/virtualNetworks/vnet/subnets/appserviceenvtal-subnet\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/Tal-Test/providers/Microsoft.Network/virtualNetworks/Tal-Test-vnet\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 30,\r\n \"location\": \"westeurope\",\r\n \"children\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/Tal-Test/providers/Microsoft.Network/virtualNetworks/Tal-Test-vnet/subnets/default\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/Tal-Test/providers/Microsoft.Security/locations/westcentralus/topologies/virtualNetworks\",\r\n \"name\": \"virtualNetworks\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:32:48.4894363Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/Tal-Test/providers/Microsoft.Network/virtualNetworks/vnet/subnets/appserviceenvtal-subnet\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/Tal-Test/providers/Microsoft.Network/virtualNetworks/vnet\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/Tal-Test/providers/Microsoft.Network/virtualNetworks/Tal-Test-vnet/subnets/default\",\r\n \"severity\": \"High\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": true,\r\n \"topologyScore\": 30,\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/Tal-Test/providers/Microsoft.Network/virtualNetworks/Tal-Test-vnet\"\r\n }\r\n ],\r\n \"children\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/TAL-TEST/providers/Microsoft.Compute/virtualMachines/taachime-win-vm\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/Tal-Test/providers/Microsoft.Security/locations/westcentralus/topologies/subnets\",\r\n \"name\": \"subnets\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:32:48.4894363Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/test-ady/providers/Microsoft.Network/virtualNetworks/test-ady-vnet\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 150,\r\n \"location\": \"eastus\",\r\n \"children\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/test-ady/providers/Microsoft.Network/virtualNetworks/test-ady-vnet/subnets/default\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/test-ady/providers/Microsoft.Security/locations/westcentralus/topologies/virtualNetworks\",\r\n \"name\": \"virtualNetworks\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:32:48.4894363Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/test-ady/providers/Microsoft.Network/virtualNetworks/test-ady-vnet/subnets/default\",\r\n \"severity\": \"High\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": true,\r\n \"topologyScore\": 150,\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/test-ady/providers/Microsoft.Network/virtualNetworks/test-ady-vnet\"\r\n }\r\n ],\r\n \"children\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/TEST-ADY/providers/Microsoft.Compute/virtualMachines/vmmultinicprod\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/TEST-ADY/providers/Microsoft.Compute/virtualMachines/vmmultinicprod\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/test-ady/providers/Microsoft.Security/locations/westcentralus/topologies/subnets\",\r\n \"name\": \"subnets\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:32:48.4894363Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/TestGroup/providers/Microsoft.Network/virtualNetworks/TestGroup\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 30,\r\n \"location\": \"eastus\",\r\n \"children\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/TestGroup/providers/Microsoft.Network/virtualNetworks/TestGroup/subnets/default\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/TestGroup/providers/Microsoft.Security/locations/westcentralus/topologies/virtualNetworks\",\r\n \"name\": \"virtualNetworks\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:32:48.4894363Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/TestGroup/providers/Microsoft.Network/virtualNetworks/TestGroup/subnets/default\",\r\n \"severity\": \"High\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": true,\r\n \"topologyScore\": 30,\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/TestGroup/providers/Microsoft.Network/virtualNetworks/TestGroup\"\r\n }\r\n ],\r\n \"children\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/testDev3Ngfw/providers/Microsoft.Compute/virtualMachines/dev3NgfwTest\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/TestGroup/providers/Microsoft.Security/locations/westcentralus/topologies/subnets\",\r\n \"name\": \"subnets\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:32:48.4894363Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/tesVM-CHKP/providers/Microsoft.Network/virtualNetworks/tesVM-CHKP-vnet\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 30,\r\n \"location\": \"eastus\",\r\n \"children\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/tesVM-CHKP/providers/Microsoft.Network/virtualNetworks/tesVM-CHKP-vnet/subnets/default\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/tesVM-CHKP/providers/Microsoft.Security/locations/westcentralus/topologies/virtualNetworks\",\r\n \"name\": \"virtualNetworks\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:32:48.4894363Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/tesVM-CHKP/providers/Microsoft.Network/virtualNetworks/tesVM-CHKP-vnet/subnets/default\",\r\n \"severity\": \"High\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": true,\r\n \"topologyScore\": 30,\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/tesVM-CHKP/providers/Microsoft.Network/virtualNetworks/tesVM-CHKP-vnet\"\r\n }\r\n ],\r\n \"children\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/tesVM-CHKP/providers/Microsoft.Compute/virtualMachines/testVM-CHKP\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/tesVM-CHKP/providers/Microsoft.Security/locations/westcentralus/topologies/subnets\",\r\n \"name\": \"subnets\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:32:48.4894363Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/uvuntuCHKP/providers/Microsoft.Network/virtualNetworks/uvuntuCHKP-vnet\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 30,\r\n \"location\": \"eastus\",\r\n \"children\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/uvuntuCHKP/providers/Microsoft.Network/virtualNetworks/uvuntuCHKP-vnet/subnets/default\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/uvuntuCHKP/providers/Microsoft.Security/locations/westcentralus/topologies/virtualNetworks\",\r\n \"name\": \"virtualNetworks\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:32:48.4894363Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/uvuntuCHKP/providers/Microsoft.Network/virtualNetworks/uvuntuCHKP-vnet/subnets/default\",\r\n \"severity\": \"High\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": true,\r\n \"topologyScore\": 30,\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/uvuntuCHKP/providers/Microsoft.Network/virtualNetworks/uvuntuCHKP-vnet\"\r\n }\r\n ],\r\n \"children\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/uvuntuCHKP/providers/Microsoft.Compute/virtualMachines/uvuntuCHKP\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/uvuntuCHKP/providers/Microsoft.Security/locations/westcentralus/topologies/subnets\",\r\n \"name\": \"subnets\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:32:48.4894363Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/AppIngestionNEU002/providers/Microsoft.Network/virtualNetworks/cccccccVNet\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 30,\r\n \"location\": \"northeurope\",\r\n \"children\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/AppIngestionNEU002/providers/Microsoft.Network/virtualNetworks/cccccccVNet/subnets/Subnet\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/AppIngestionNEU002/providers/Microsoft.Security/locations/westcentralus/topologies/virtualNetworks\",\r\n \"name\": \"virtualNetworks\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:32:48.4894363Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/AppIngestionNEU002/providers/Microsoft.Network/virtualNetworks/cccccccVNet/subnets/Subnet\",\r\n \"severity\": \"High\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": true,\r\n \"topologyScore\": 30,\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/AppIngestionNEU002/providers/Microsoft.Network/virtualNetworks/cccccccVNet\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/AppIngestionNEU002/providers/Microsoft.Security/locations/westcentralus/topologies/subnets\",\r\n \"name\": \"subnets\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:32:48.4894363Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/matan-sf100/providers/Microsoft.Network/virtualNetworks/VNet\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"northeurope\",\r\n \"children\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/matan-sf100/providers/Microsoft.Network/virtualNetworks/VNet/subnets/Subnet-0\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/matan-sf100/providers/Microsoft.Security/locations/westcentralus/topologies/virtualNetworks\",\r\n \"name\": \"virtualNetworks\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:32:48.4894363Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/matan-sf100/providers/Microsoft.Network/virtualNetworks/VNet/subnets/Subnet-0\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/matan-sf100/providers/Microsoft.Network/virtualNetworks/VNet\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/matan-sf100/providers/Microsoft.Security/locations/westcentralus/topologies/subnets\",\r\n \"name\": \"subnets\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:32:48.4894363Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLWin5/providers/Microsoft.Network/virtualNetworks/MSI-1295636147\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 560,\r\n \"location\": \"northeurope\",\r\n \"children\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLWin5/providers/Microsoft.Network/virtualNetworks/MSI-1295636147/subnets/MSI-1926702710\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLWin5/providers/Microsoft.Security/locations/westcentralus/topologies/virtualNetworks\",\r\n \"name\": \"virtualNetworks\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:32:48.4894363Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLWin5/providers/Microsoft.Network/virtualNetworks/MSI-1295636147/subnets/MSI-1926702710\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 560,\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLWin5/providers/Microsoft.Network/virtualNetworks/MSI-1295636147\"\r\n }\r\n ],\r\n \"children\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLWin5/providers/Microsoft.Compute/virtualMachines/MSI-03010\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLWin5/providers/Microsoft.Compute/virtualMachines/MSI-03011\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLWin5/providers/Microsoft.Compute/virtualMachines/MSI-03012\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLWin5/providers/Microsoft.Compute/virtualMachines/MSI-03013\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLWin5/providers/Microsoft.Compute/virtualMachines/MSI-03014\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLWin5/providers/Microsoft.Compute/virtualMachines/MSI-03015\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLWin5/providers/Microsoft.Compute/virtualMachines/MSI-03016\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLWin5/providers/Microsoft.Compute/virtualMachines/MSI-03017\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLWin5/providers/Microsoft.Compute/virtualMachines/MSI-03018\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLWin5/providers/Microsoft.Compute/virtualMachines/MSI-03019\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLWin5/providers/Microsoft.Compute/virtualMachines/MSI-030110\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLWIN5/providers/Microsoft.Compute/virtualMachines/MSI-030111\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLWIN5/providers/Microsoft.Compute/virtualMachines/MSI-030112\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLWIN5/providers/Microsoft.Compute/virtualMachines/MSI-030113\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLWin5/providers/Microsoft.Compute/virtualMachines/MSI-030114\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLWin5/providers/Microsoft.Compute/virtualMachines/MSI-030115\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLWin5/providers/Microsoft.Compute/virtualMachines/MSI-030116\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLWin5/providers/Microsoft.Compute/virtualMachines/MSI-030117\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLWin5/providers/Microsoft.Compute/virtualMachines/MSI-030118\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLWin5/providers/Microsoft.Compute/virtualMachines/MSI-030119\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLWin5/providers/Microsoft.Compute/virtualMachines/MSI-030120\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLWIN5/providers/Microsoft.Compute/virtualMachines/MSI-030121\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLWin5/providers/Microsoft.Compute/virtualMachines/MSI-030122\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLWin5/providers/Microsoft.Compute/virtualMachines/MSI-030123\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLWin5/providers/Microsoft.Compute/virtualMachines/MSI-030124\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLWin5/providers/Microsoft.Compute/virtualMachines/MSI-030125\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLWin5/providers/Microsoft.Compute/virtualMachines/MSI-030126\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLWin5/providers/Microsoft.Compute/virtualMachines/MSI-030127\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLWin5/providers/Microsoft.Compute/virtualMachines/MSI-030128\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLWin5/providers/Microsoft.Compute/virtualMachines/MSI-030129\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLWin5/providers/Microsoft.Security/locations/westcentralus/topologies/subnets\",\r\n \"name\": \"subnets\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:32:48.4894363Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/WS2012r2YanivD/providers/Microsoft.Network/virtualNetworks/WS2012r2YanivD-vnet\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"northeurope\",\r\n \"children\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/WS2012r2YanivD/providers/Microsoft.Network/virtualNetworks/WS2012r2YanivD-vnet/subnets/default\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/WS2012r2YanivD/providers/Microsoft.Security/locations/westcentralus/topologies/virtualNetworks\",\r\n \"name\": \"virtualNetworks\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:32:48.4894363Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/WS2012r2YanivD/providers/Microsoft.Network/virtualNetworks/WS2012r2YanivD-vnet/subnets/default\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/WS2012r2YanivD/providers/Microsoft.Network/virtualNetworks/WS2012r2YanivD-vnet\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/WS2012r2YanivD/providers/Microsoft.Security/locations/westcentralus/topologies/subnets\",\r\n \"name\": \"subnets\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:32:48.4894363Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/amaviram-amaviram/providers/Microsoft.Network/virtualNetworks/amaviram-1691612051\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 30,\r\n \"location\": \"westeurope\",\r\n \"children\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/amaviram-amaviram/providers/Microsoft.Network/virtualNetworks/amaviram-1691612051/subnets/amaviram-1022941552\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/amaviram-amaviram/providers/Microsoft.Network/virtualNetworks/amaviram-1979070700\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"centralus\",\r\n \"children\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/amaviram-amaviram/providers/Microsoft.Network/virtualNetworks/amaviram-1979070700/subnets/amaviram-1362587466\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/amaviram-amaviram/providers/Microsoft.Security/locations/westcentralus/topologies/virtualNetworks\",\r\n \"name\": \"virtualNetworks\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:32:48.4894363Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/amaviram-amaviram/providers/Microsoft.Network/virtualNetworks/amaviram-1691612051/subnets/amaviram-1022941552\",\r\n \"severity\": \"High\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": true,\r\n \"topologyScore\": 30,\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/amaviram-amaviram/providers/Microsoft.Network/virtualNetworks/amaviram-1691612051\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/amaviram-amaviram/providers/Microsoft.Network/virtualNetworks/amaviram-1979070700/subnets/amaviram-1362587466\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/amaviram-amaviram/providers/Microsoft.Network/virtualNetworks/amaviram-1979070700\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/amaviram-amaviram/providers/Microsoft.Security/locations/westcentralus/topologies/subnets\",\r\n \"name\": \"subnets\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:32:48.4894363Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/barlocal/providers/Microsoft.Network/virtualNetworks/barracudaNET\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 30,\r\n \"location\": \"westeurope\",\r\n \"children\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/barlocal/providers/Microsoft.Network/virtualNetworks/barracudaNET/subnets/BarracudaSubnet\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/barlocal/providers/Microsoft.Security/locations/westcentralus/topologies/virtualNetworks\",\r\n \"name\": \"virtualNetworks\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:32:48.4894363Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/barlocal/providers/Microsoft.Network/virtualNetworks/barracudaNET/subnets/BarracudaSubnet\",\r\n \"severity\": \"High\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": true,\r\n \"topologyScore\": 30,\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/barlocal/providers/Microsoft.Network/virtualNetworks/barracudaNET\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/barlocal/providers/Microsoft.Security/locations/westcentralus/topologies/subnets\",\r\n \"name\": \"subnets\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:32:48.4894363Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/Barrtest3/providers/Microsoft.Network/virtualNetworks/bartestnet\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 30,\r\n \"location\": \"westeurope\",\r\n \"children\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/Barrtest3/providers/Microsoft.Network/virtualNetworks/bartestnet/subnets/default\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/Barrtest3/providers/Microsoft.Security/locations/westcentralus/topologies/virtualNetworks\",\r\n \"name\": \"virtualNetworks\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:32:48.4894363Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/Barrtest3/providers/Microsoft.Network/virtualNetworks/bartestnet/subnets/default\",\r\n \"severity\": \"High\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": true,\r\n \"topologyScore\": 30,\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/Barrtest3/providers/Microsoft.Network/virtualNetworks/bartestnet\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/Barrtest3/providers/Microsoft.Security/locations/westcentralus/topologies/subnets\",\r\n \"name\": \"subnets\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:32:48.4894363Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/barwafaug23/providers/Microsoft.Network/virtualNetworks/barwafaug23-vnet\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 30,\r\n \"location\": \"westeurope\",\r\n \"children\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/barwafaug23/providers/Microsoft.Network/virtualNetworks/barwafaug23-vnet/subnets/default\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/barwafaug23/providers/Microsoft.Security/locations/westcentralus/topologies/virtualNetworks\",\r\n \"name\": \"virtualNetworks\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:32:48.4894363Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/barwafaug23/providers/Microsoft.Network/virtualNetworks/barwafaug23-vnet/subnets/default\",\r\n \"severity\": \"High\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": true,\r\n \"topologyScore\": 30,\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/barwafaug23/providers/Microsoft.Network/virtualNetworks/barwafaug23-vnet\"\r\n }\r\n ],\r\n \"children\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/barwafaug23/providers/Microsoft.Compute/virtualMachines/barwafaug23\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/barwafaug23/providers/Microsoft.Security/locations/westcentralus/topologies/subnets\",\r\n \"name\": \"subnets\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:32:48.4894363Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/bengr-jit-test/providers/Microsoft.Network/virtualNetworks/bengr-jit-test-vnet\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 30,\r\n \"location\": \"westeurope\",\r\n \"children\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/bengr-jit-test/providers/Microsoft.Network/virtualNetworks/bengr-jit-test-vnet/subnets/default\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/bengr-jit-test/providers/Microsoft.Security/locations/westcentralus/topologies/virtualNetworks\",\r\n \"name\": \"virtualNetworks\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:32:48.4894363Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/bengr-jit-test/providers/Microsoft.Network/virtualNetworks/bengr-jit-test-vnet/subnets/default\",\r\n \"severity\": \"High\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": true,\r\n \"topologyScore\": 30,\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/bengr-jit-test/providers/Microsoft.Network/virtualNetworks/bengr-jit-test-vnet\"\r\n }\r\n ],\r\n \"children\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/bengr-jit-test/providers/Microsoft.Compute/virtualMachines/bengr-jit-test1\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/bengr-jit-test/providers/Microsoft.Compute/virtualMachines/bengr-jit-test3\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/bengr-jit-test/providers/Microsoft.Security/locations/westcentralus/topologies/subnets\",\r\n \"name\": \"subnets\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:32:48.4894363Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/databricks-rg-ronendb-y2vb3g4l4fzdq/providers/Microsoft.Network/virtualNetworks/workers-vnet\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"westeurope\",\r\n \"children\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/databricks-rg-ronendb-y2vb3g4l4fzdq/providers/Microsoft.Network/virtualNetworks/workers-vnet/subnets/public-subnet\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/databricks-rg-ronendb-y2vb3g4l4fzdq/providers/Microsoft.Network/virtualNetworks/workers-vnet/subnets/private-subnet\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/databricks-rg-ronendb-y2vb3g4l4fzdq/providers/Microsoft.Security/locations/westcentralus/topologies/virtualNetworks\",\r\n \"name\": \"virtualNetworks\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:32:48.4894363Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/databricks-rg-ronendb-y2vb3g4l4fzdq/providers/Microsoft.Network/virtualNetworks/workers-vnet/subnets/public-subnet\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/databricks-rg-ronendb-y2vb3g4l4fzdq/providers/Microsoft.Network/virtualNetworks/workers-vnet\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/databricks-rg-ronendb-y2vb3g4l4fzdq/providers/Microsoft.Network/virtualNetworks/workers-vnet/subnets/private-subnet\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/databricks-rg-ronendb-y2vb3g4l4fzdq/providers/Microsoft.Network/virtualNetworks/workers-vnet\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/databricks-rg-ronendb-y2vb3g4l4fzdq/providers/Microsoft.Security/locations/westcentralus/topologies/subnets\",\r\n \"name\": \"subnets\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:32:48.4894363Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/Erel/providers/Microsoft.Network/virtualNetworks/Erel-vnet\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"westeurope\",\r\n \"children\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/Erel/providers/Microsoft.Network/virtualNetworks/Erel-vnet/subnets/default\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/Erel/providers/Microsoft.Network/virtualNetworks/Erelvnet677\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 30,\r\n \"location\": \"centralus\",\r\n \"children\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/Erel/providers/Microsoft.Network/virtualNetworks/Erelvnet677/subnets/default\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/Erel/providers/Microsoft.Network/virtualNetworks/Erelvnet938\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 30,\r\n \"location\": \"japaneast\",\r\n \"children\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/Erel/providers/Microsoft.Network/virtualNetworks/Erelvnet938/subnets/default\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/Erel/providers/Microsoft.Security/locations/westcentralus/topologies/virtualNetworks\",\r\n \"name\": \"virtualNetworks\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:32:48.4894363Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/Erel/providers/Microsoft.Network/virtualNetworks/Erel-vnet/subnets/default\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/Erel/providers/Microsoft.Network/virtualNetworks/Erel-vnet\"\r\n }\r\n ],\r\n \"children\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/EREL/providers/Microsoft.Compute/virtualMachines/TestVm2012\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/EREL/providers/Microsoft.Compute/virtualMachines/ErelLinux1\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/Erel/providers/Microsoft.Network/virtualNetworks/Erelvnet677/subnets/default\",\r\n \"severity\": \"High\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": true,\r\n \"topologyScore\": 30,\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/Erel/providers/Microsoft.Network/virtualNetworks/Erelvnet677\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/Erel/providers/Microsoft.Network/virtualNetworks/Erelvnet938/subnets/default\",\r\n \"severity\": \"High\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": true,\r\n \"topologyScore\": 30,\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/Erel/providers/Microsoft.Network/virtualNetworks/Erelvnet938\"\r\n }\r\n ],\r\n \"children\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/Erel/providers/Microsoft.Compute/virtualMachines/Erel2016-b\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/Erel/providers/Microsoft.Security/locations/westcentralus/topologies/subnets\",\r\n \"name\": \"subnets\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:32:48.4894363Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/michael-RSG/providers/Microsoft.Network/virtualNetworks/michael-RSG-vnet\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"westeurope\",\r\n \"children\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/michael-RSG/providers/Microsoft.Network/virtualNetworks/michael-RSG-vnet/subnets/default\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/michael-RSG/providers/Microsoft.Security/locations/westcentralus/topologies/virtualNetworks\",\r\n \"name\": \"virtualNetworks\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:32:48.4894363Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/michael-RSG/providers/Microsoft.Network/virtualNetworks/michael-RSG-vnet/subnets/default\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/michael-RSG/providers/Microsoft.Network/virtualNetworks/michael-RSG-vnet\"\r\n }\r\n ],\r\n \"children\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/michael-RSG/providers/Microsoft.Compute/virtualMachines/MichaelTest20170212\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/michael-RSG/providers/Microsoft.Compute/virtualMachines/michaelTest20170212-2\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/michael-RSG/providers/Microsoft.Compute/virtualMachines/michaelTest-20170212-5\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/michael-RSG/providers/Microsoft.Security/locations/westcentralus/topologies/subnets\",\r\n \"name\": \"subnets\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:32:48.4894363Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/NewRG/providers/Microsoft.Network/virtualNetworks/NewRG-vnet\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 30,\r\n \"location\": \"westeurope\",\r\n \"children\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/NewRG/providers/Microsoft.Network/virtualNetworks/NewRG-vnet/subnets/default\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/NewRG/providers/Microsoft.Security/locations/westcentralus/topologies/virtualNetworks\",\r\n \"name\": \"virtualNetworks\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:32:48.4894363Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/NewRG/providers/Microsoft.Network/virtualNetworks/NewRG-vnet/subnets/default\",\r\n \"severity\": \"High\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": true,\r\n \"topologyScore\": 30,\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/NewRG/providers/Microsoft.Network/virtualNetworks/NewRG-vnet\"\r\n }\r\n ],\r\n \"children\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/NewRG/providers/Microsoft.Compute/virtualMachines/formimagenewrg\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/NewRG/providers/Microsoft.Security/locations/westcentralus/topologies/subnets\",\r\n \"name\": \"subnets\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:32:48.4894363Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/ngfwmar18/providers/Microsoft.Network/virtualNetworks/ngfwmar18-vnet\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 30,\r\n \"location\": \"westeurope\",\r\n \"children\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/ngfwmar18/providers/Microsoft.Network/virtualNetworks/ngfwmar18-vnet/subnets/default\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/ngfwmar18/providers/Microsoft.Security/locations/westcentralus/topologies/virtualNetworks\",\r\n \"name\": \"virtualNetworks\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:32:48.4894363Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/ngfwmar18/providers/Microsoft.Network/virtualNetworks/ngfwmar18-vnet/subnets/default\",\r\n \"severity\": \"High\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": true,\r\n \"topologyScore\": 30,\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/ngfwmar18/providers/Microsoft.Network/virtualNetworks/ngfwmar18-vnet\"\r\n }\r\n ],\r\n \"children\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/ngfwmar18/providers/Microsoft.Compute/virtualMachines/ngfwmar18\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/ngfwmar18/providers/Microsoft.Security/locations/westcentralus/topologies/subnets\",\r\n \"name\": \"subnets\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:32:48.4894363Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/nic-no-pip/providers/Microsoft.Network/virtualNetworks/nic-no-pip-vnet\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 30,\r\n \"location\": \"westeurope\",\r\n \"children\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/nic-no-pip/providers/Microsoft.Network/virtualNetworks/nic-no-pip-vnet/subnets/default\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/nic-no-pip/providers/Microsoft.Security/locations/westcentralus/topologies/virtualNetworks\",\r\n \"name\": \"virtualNetworks\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:32:48.4894363Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/nic-no-pip/providers/Microsoft.Network/virtualNetworks/nic-no-pip-vnet/subnets/default\",\r\n \"severity\": \"High\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": true,\r\n \"topologyScore\": 30,\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/nic-no-pip/providers/Microsoft.Network/virtualNetworks/nic-no-pip-vnet\"\r\n }\r\n ],\r\n \"children\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/NIC-NO-PIP/providers/Microsoft.Compute/virtualMachines/nic-no-pip-vm\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/nic-no-pip/providers/Microsoft.Security/locations/westcentralus/topologies/subnets\",\r\n \"name\": \"subnets\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:32:48.4894363Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/partners/providers/Microsoft.Network/virtualNetworks/barracuda2\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 20,\r\n \"location\": \"westeurope\",\r\n \"children\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/partners/providers/Microsoft.Network/virtualNetworks/barracuda2/subnets/barracuda2\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/partners/providers/Microsoft.Network/virtualNetworks/BarracudaTest2\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 30,\r\n \"location\": \"westeurope\",\r\n \"children\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/partners/providers/Microsoft.Network/virtualNetworks/BarracudaTest2/subnets/BarracudaTest2\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/partners/providers/Microsoft.Network/virtualNetworks/bartestnet\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 40,\r\n \"location\": \"westeurope\",\r\n \"children\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/partners/providers/Microsoft.Network/virtualNetworks/bartestnet/subnets/default\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/partners/providers/Microsoft.Security/locations/westcentralus/topologies/virtualNetworks\",\r\n \"name\": \"virtualNetworks\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:32:48.4894363Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/partners/providers/Microsoft.Network/virtualNetworks/barracuda2/subnets/barracuda2\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 20,\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/partners/providers/Microsoft.Network/virtualNetworks/barracuda2\"\r\n }\r\n ],\r\n \"children\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/partners/providers/Microsoft.Compute/virtualMachines/newvhd2\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/PARTNERS/providers/Microsoft.Compute/virtualMachines/711vm\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/partners/providers/Microsoft.Network/virtualNetworks/BarracudaTest2/subnets/BarracudaTest2\",\r\n \"severity\": \"High\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": true,\r\n \"topologyScore\": 30,\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/partners/providers/Microsoft.Network/virtualNetworks/BarracudaTest2\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/partners/providers/Microsoft.Network/virtualNetworks/bartestnet/subnets/default\",\r\n \"severity\": \"High\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": true,\r\n \"topologyScore\": 40,\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/partners/providers/Microsoft.Network/virtualNetworks/bartestnet\"\r\n }\r\n ],\r\n \"children\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/partners/providers/Microsoft.Compute/virtualMachines/webTest\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/partners/providers/Microsoft.Security/locations/westcentralus/topologies/subnets\",\r\n \"name\": \"subnets\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:32:48.4894363Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/ronenRG/providers/Microsoft.Network/virtualNetworks/ronenRG-vnet\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 30,\r\n \"location\": \"westeurope\",\r\n \"children\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/ronenRG/providers/Microsoft.Network/virtualNetworks/ronenRG-vnet/subnets/default\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/ronenRG/providers/Microsoft.Network/virtualNetworks/ronen-wp-vnet\",\r\n \"severity\": \"High\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": true,\r\n \"topologyScore\": 40,\r\n \"location\": \"southcentralus\",\r\n \"children\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/ronenRG/providers/Microsoft.Network/virtualNetworks/ronen-wp-vnet/subnets/default\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/ronenRG/providers/Microsoft.Network/virtualNetworks/ronen-wp-vnet/subnets/GatewaySubnet\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/ronenRG/providers/Microsoft.Network/virtualNetworks/ronenRGvnet957\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 30,\r\n \"location\": \"eastus2\",\r\n \"children\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/ronenRG/providers/Microsoft.Network/virtualNetworks/ronenRGvnet957/subnets/default\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/ronenRG/providers/Microsoft.Security/locations/westcentralus/topologies/virtualNetworks\",\r\n \"name\": \"virtualNetworks\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:32:48.4894363Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/ronenRG/providers/Microsoft.Network/virtualNetworks/ronenRG-vnet/subnets/default\",\r\n \"severity\": \"High\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": true,\r\n \"topologyScore\": 30,\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/ronenRG/providers/Microsoft.Network/virtualNetworks/ronenRG-vnet\"\r\n }\r\n ],\r\n \"children\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/RONENRG/providers/Microsoft.Compute/virtualMachines/ronen-EG-test\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/ronenRG/providers/Microsoft.Network/virtualNetworks/ronen-wp-vnet/subnets/default\",\r\n \"severity\": \"High\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": true,\r\n \"topologyScore\": 30,\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/ronenRG/providers/Microsoft.Network/virtualNetworks/ronen-wp-vnet\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/ronenRG/providers/Microsoft.Network/virtualNetworks/ronen-wp-vnet/subnets/GatewaySubnet\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/ronenRG/providers/Microsoft.Network/virtualNetworks/ronen-wp-vnet\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/ronenRG/providers/Microsoft.Network/virtualNetworks/ronenRGvnet957/subnets/default\",\r\n \"severity\": \"High\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": true,\r\n \"topologyScore\": 30,\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/ronenRG/providers/Microsoft.Network/virtualNetworks/ronenRGvnet957\"\r\n }\r\n ],\r\n \"children\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/RONENRG/providers/Microsoft.Compute/virtualMachines/ronen\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/RONENRG/providers/Microsoft.Compute/virtualMachines/ronen2\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/ronenRG/providers/Microsoft.Security/locations/westcentralus/topologies/subnets\",\r\n \"name\": \"subnets\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:32:48.4894363Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/SnirNGFWSevTest/providers/Microsoft.Network/virtualNetworks/SnirNGFWSevTest\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"westeurope\",\r\n \"children\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/SnirNGFWSevTest/providers/Microsoft.Network/virtualNetworks/SnirNGFWSevTest/subnets/Subnet\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/SnirNGFWSevTest/providers/Microsoft.Security/locations/westcentralus/topologies/virtualNetworks\",\r\n \"name\": \"virtualNetworks\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:32:48.4894363Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/SnirNGFWSevTest/providers/Microsoft.Network/virtualNetworks/SnirNGFWSevTest/subnets/Subnet\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/SnirNGFWSevTest/providers/Microsoft.Network/virtualNetworks/SnirNGFWSevTest\"\r\n }\r\n ],\r\n \"children\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/SNIRNGFWSEVTEST/providers/Microsoft.Compute/virtualMachines/SnirNGFWSevTest0\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/SNIRNGFWSEVTEST/providers/Microsoft.Compute/virtualMachines/SnirNGFWSevTest1\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/SnirNGFWSevTest/providers/Microsoft.Security/locations/westcentralus/topologies/subnets\",\r\n \"name\": \"subnets\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:32:48.4894363Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/webapp1-asc3297/providers/Microsoft.Network/virtualNetworks/YanivWebApp1-waf\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"westeurope\",\r\n \"children\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/webapp1-asc3297/providers/Microsoft.Network/virtualNetworks/YanivWebApp1-waf/subnets/WebApplicationFirewalls\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/webapp1-asc3297/providers/Microsoft.Security/locations/westcentralus/topologies/virtualNetworks\",\r\n \"name\": \"virtualNetworks\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:32:48.4894363Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/webapp1-asc3297/providers/Microsoft.Network/virtualNetworks/YanivWebApp1-waf/subnets/WebApplicationFirewalls\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/webapp1-asc3297/providers/Microsoft.Network/virtualNetworks/YanivWebApp1-waf\"\r\n }\r\n ],\r\n \"children\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/webapp1-asc3297/providers/Microsoft.Compute/virtualMachines/YanivWebApp1-waf0\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/webapp1-asc3297/providers/Microsoft.Security/locations/westcentralus/topologies/subnets\",\r\n \"name\": \"subnets\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:32:48.4894363Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/webapp1-asc7933/providers/Microsoft.Network/virtualNetworks/YanivWebApp1-waf\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"westeurope\",\r\n \"children\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/webapp1-asc7933/providers/Microsoft.Network/virtualNetworks/YanivWebApp1-waf/subnets/WebApplicationFirewalls\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/webapp1-asc7933/providers/Microsoft.Security/locations/westcentralus/topologies/virtualNetworks\",\r\n \"name\": \"virtualNetworks\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:32:48.4894363Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/webapp1-asc7933/providers/Microsoft.Network/virtualNetworks/YanivWebApp1-waf/subnets/WebApplicationFirewalls\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/webapp1-asc7933/providers/Microsoft.Network/virtualNetworks/YanivWebApp1-waf\"\r\n }\r\n ],\r\n \"children\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/webapp1-asc7933/providers/Microsoft.Compute/virtualMachines/YanivWebApp1-waf0\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/webapp1-asc7933/providers/Microsoft.Security/locations/westcentralus/topologies/subnets\",\r\n \"name\": \"subnets\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:32:48.4894363Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/webapp2-asc756/providers/Microsoft.Network/virtualNetworks/YanivWebApp2-waf\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"westeurope\",\r\n \"children\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/webapp2-asc756/providers/Microsoft.Network/virtualNetworks/YanivWebApp2-waf/subnets/WebApplicationFirewalls\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/webapp2-asc756/providers/Microsoft.Security/locations/westcentralus/topologies/virtualNetworks\",\r\n \"name\": \"virtualNetworks\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:32:48.4894363Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/webapp2-asc756/providers/Microsoft.Network/virtualNetworks/YanivWebApp2-waf/subnets/WebApplicationFirewalls\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/webapp2-asc756/providers/Microsoft.Network/virtualNetworks/YanivWebApp2-waf\"\r\n }\r\n ],\r\n \"children\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/webapp2-asc756/providers/Microsoft.Compute/virtualMachines/YanivWebApp2-waf0\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/webapp2-asc756/providers/Microsoft.Security/locations/westcentralus/topologies/subnets\",\r\n \"name\": \"subnets\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:32:48.4894363Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/webapp2/providers/Microsoft.Network/virtualNetworks/F5WAF-May16\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"westeurope\",\r\n \"children\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/webapp2/providers/Microsoft.Network/virtualNetworks/F5WAF-May16/subnets/WebApplicationFirewalls\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/webapp2/providers/Microsoft.Network/virtualNetworks/webapp2\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"westeurope\",\r\n \"children\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/webapp2/providers/Microsoft.Network/virtualNetworks/webapp2/subnets/default\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/webapp2/providers/Microsoft.Network/virtualNetworks/Yaniv-Barracuda-April-6\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"westeurope\",\r\n \"children\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/webapp2/providers/Microsoft.Network/virtualNetworks/Yaniv-Barracuda-April-6/subnets/WebApplicationFirewalls\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/webapp2/providers/Microsoft.Network/virtualNetworks/YanivF5Waf\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"westeurope\",\r\n \"children\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/webapp2/providers/Microsoft.Network/virtualNetworks/YanivF5Waf/subnets/WebApplicationFirewalls\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/webapp2/providers/Microsoft.Security/locations/westcentralus/topologies/virtualNetworks\",\r\n \"name\": \"virtualNetworks\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:32:48.4894363Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/webapp2/providers/Microsoft.Network/virtualNetworks/F5WAF-May16/subnets/WebApplicationFirewalls\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/webapp2/providers/Microsoft.Network/virtualNetworks/F5WAF-May16\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/webapp2/providers/Microsoft.Network/virtualNetworks/webapp2/subnets/default\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/webapp2/providers/Microsoft.Network/virtualNetworks/webapp2\"\r\n }\r\n ],\r\n \"children\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/WEBAPP2/providers/Microsoft.Compute/virtualMachines/YanivWebApp2\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/webapp2/providers/Microsoft.Network/virtualNetworks/Yaniv-Barracuda-April-6/subnets/WebApplicationFirewalls\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/webapp2/providers/Microsoft.Network/virtualNetworks/Yaniv-Barracuda-April-6\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/webapp2/providers/Microsoft.Network/virtualNetworks/YanivF5Waf/subnets/WebApplicationFirewalls\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/webapp2/providers/Microsoft.Network/virtualNetworks/YanivF5Waf\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/webapp2/providers/Microsoft.Security/locations/westcentralus/topologies/subnets\",\r\n \"name\": \"subnets\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:32:48.4894363Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTest/providers/Microsoft.Network/virtualNetworks/MSI-141907873\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"northcentralus\",\r\n \"children\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTest/providers/Microsoft.Network/virtualNetworks/MSI-141907873/subnets/MSI-1408399572\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTest/providers/Microsoft.Security/locations/westcentralus/topologies/virtualNetworks\",\r\n \"name\": \"virtualNetworks\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:32:48.4894363Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTest/providers/Microsoft.Network/virtualNetworks/MSI-141907873/subnets/MSI-1408399572\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTest/providers/Microsoft.Network/virtualNetworks/MSI-141907873\"\r\n }\r\n ],\r\n \"children\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTest/providers/Microsoft.Compute/virtualMachines/MSI-18120\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTest/providers/Microsoft.Compute/virtualMachines/MSI-18121\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTest/providers/Microsoft.Compute/virtualMachines/MSI-18122\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTest/providers/Microsoft.Compute/virtualMachines/MSI-18123\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTest/providers/Microsoft.Compute/virtualMachines/MSI-18124\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTest/providers/Microsoft.Compute/virtualMachines/MSI-18125\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTEST/providers/Microsoft.Compute/virtualMachines/MSI-18126\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTEST/providers/Microsoft.Compute/virtualMachines/MSI-18127\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTest/providers/Microsoft.Compute/virtualMachines/MSI-18128\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTEST/providers/Microsoft.Compute/virtualMachines/MSI-18129\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTest/providers/Microsoft.Compute/virtualMachines/MSI-181210\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTest/providers/Microsoft.Compute/virtualMachines/MSI-181211\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTest/providers/Microsoft.Compute/virtualMachines/MSI-181212\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTEST/providers/Microsoft.Compute/virtualMachines/MSI-181213\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTest/providers/Microsoft.Compute/virtualMachines/MSI-181214\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTest/providers/Microsoft.Compute/virtualMachines/MSI-181215\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTest/providers/Microsoft.Compute/virtualMachines/MSI-181216\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTest/providers/Microsoft.Compute/virtualMachines/MSI-181217\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTest/providers/Microsoft.Compute/virtualMachines/MSI-181218\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTest/providers/Microsoft.Compute/virtualMachines/MSI-181219\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTest/providers/Microsoft.Compute/virtualMachines/MSI-181220\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTest/providers/Microsoft.Compute/virtualMachines/MSI-181221\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTest/providers/Microsoft.Compute/virtualMachines/MSI-181222\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTest/providers/Microsoft.Compute/virtualMachines/MSI-181223\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTest/providers/Microsoft.Compute/virtualMachines/MSI-181224\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTest/providers/Microsoft.Compute/virtualMachines/MSI-181225\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTest/providers/Microsoft.Compute/virtualMachines/MSI-181226\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTEST/providers/Microsoft.Compute/virtualMachines/MSI-181227\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTest/providers/Microsoft.Compute/virtualMachines/MSI-181228\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTest/providers/Microsoft.Compute/virtualMachines/MSI-181229\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTest/providers/Microsoft.Compute/virtualMachines/MSI-181230\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTest/providers/Microsoft.Compute/virtualMachines/MSI-181231\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTest/providers/Microsoft.Compute/virtualMachines/MSI-181232\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTest/providers/Microsoft.Compute/virtualMachines/MSI-181233\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTest/providers/Microsoft.Compute/virtualMachines/MSI-181234\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTest/providers/Microsoft.Compute/virtualMachines/MSI-181235\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTest/providers/Microsoft.Compute/virtualMachines/MSI-181236\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTest/providers/Microsoft.Compute/virtualMachines/MSI-181237\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTest/providers/Microsoft.Compute/virtualMachines/MSI-181238\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTest/providers/Microsoft.Compute/virtualMachines/MSI-181239\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTest/providers/Microsoft.Compute/virtualMachines/MSI-181240\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTEST/providers/Microsoft.Compute/virtualMachines/MSI-181241\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTest/providers/Microsoft.Compute/virtualMachines/MSI-181242\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTest/providers/Microsoft.Compute/virtualMachines/MSI-181243\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTest/providers/Microsoft.Compute/virtualMachines/MSI-181244\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTest/providers/Microsoft.Compute/virtualMachines/MSI-181245\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTest/providers/Microsoft.Compute/virtualMachines/MSI-181246\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTest/providers/Microsoft.Compute/virtualMachines/MSI-181247\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTest/providers/Microsoft.Compute/virtualMachines/MSI-181248\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTest/providers/Microsoft.Security/locations/westcentralus/topologies/subnets\",\r\n \"name\": \"subnets\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:32:48.4894363Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MC_aks-linux_aks-linux_southcentralus/providers/Microsoft.Network/virtualNetworks/aks-vnet-13292662\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"southcentralus\",\r\n \"children\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MC_aks-linux_aks-linux_southcentralus/providers/Microsoft.Network/virtualNetworks/aks-vnet-13292662/subnets/aks-subnet\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MC_aks-linux_aks-linux_southcentralus/providers/Microsoft.Security/locations/westcentralus/topologies/virtualNetworks\",\r\n \"name\": \"virtualNetworks\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:32:48.4894363Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MC_aks-linux_aks-linux_southcentralus/providers/Microsoft.Network/virtualNetworks/aks-vnet-13292662/subnets/aks-subnet\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MC_aks-linux_aks-linux_southcentralus/providers/Microsoft.Network/virtualNetworks/aks-vnet-13292662\"\r\n }\r\n ],\r\n \"children\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MC_aks-linux_aks-linux_southcentralus/providers/Microsoft.Compute/virtualMachines/aks-agentpool-13292662-2\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MC_aks-linux_aks-linux_southcentralus/providers/Microsoft.Compute/virtualMachines/aks-agentpool-13292662-0\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MC_aks-linux_aks-linux_southcentralus/providers/Microsoft.Compute/virtualMachines/aks-agentpool-13292662-1\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MC_aks-linux_aks-linux_southcentralus/providers/Microsoft.Security/locations/westcentralus/topologies/subnets\",\r\n \"name\": \"subnets\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:32:48.4894363Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTest-asr/providers/Microsoft.Network/virtualNetworks/MSI-141907873-asr\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 30,\r\n \"location\": \"southcentralus\",\r\n \"children\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTest-asr/providers/Microsoft.Network/virtualNetworks/MSI-141907873-asr/subnets/MSI-1408399572\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTest-asr/providers/Microsoft.Security/locations/westcentralus/topologies/virtualNetworks\",\r\n \"name\": \"virtualNetworks\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:32:48.4894363Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTest-asr/providers/Microsoft.Network/virtualNetworks/MSI-141907873-asr/subnets/MSI-1408399572\",\r\n \"severity\": \"High\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": true,\r\n \"topologyScore\": 30,\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTest-asr/providers/Microsoft.Network/virtualNetworks/MSI-141907873-asr\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTest-asr/providers/Microsoft.Security/locations/westcentralus/topologies/subnets\",\r\n \"name\": \"subnets\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:32:48.4894363Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/siksak/providers/Microsoft.Network/virtualNetworks/deployment-waf\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"southcentralus\",\r\n \"children\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/siksak/providers/Microsoft.Network/virtualNetworks/deployment-waf/subnets/WebApplicationFirewalls\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/siksak/providers/Microsoft.Security/locations/westcentralus/topologies/virtualNetworks\",\r\n \"name\": \"virtualNetworks\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:32:48.4894363Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/siksak/providers/Microsoft.Network/virtualNetworks/deployment-waf/subnets/WebApplicationFirewalls\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/siksak/providers/Microsoft.Network/virtualNetworks/deployment-waf\"\r\n }\r\n ],\r\n \"children\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/siksak/providers/Microsoft.Compute/virtualMachines/deployment-waf0\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/siksak/providers/Microsoft.Security/locations/westcentralus/topologies/subnets\",\r\n \"name\": \"subnets\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:32:48.4894363Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/aviresourcegroup/providers/Microsoft.Network/virtualNetworks/avi_vnet\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 30,\r\n \"location\": \"centralus\",\r\n \"children\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/aviresourcegroup/providers/Microsoft.Network/virtualNetworks/avi_vnet/subnets/AzureBastionSubnet\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/aviresourcegroup/providers/Microsoft.Network/virtualNetworks/avi_vnet/subnets/default\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/aviresourcegroup/providers/Microsoft.Network/virtualNetworks/avi_vnet/subnets/subnet2\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/aviresourcegroup/providers/Microsoft.Network/virtualNetworks/avi_vnet/subnets/AzureFirewallSubnet\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/aviresourcegroup/providers/Microsoft.Network/virtualNetworks/avi_vnet_appgateway_privateIp\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 30,\r\n \"location\": \"centralus\",\r\n \"children\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/aviresourcegroup/providers/Microsoft.Network/virtualNetworks/avi_vnet_appgateway_privateIp/subnets/default\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/aviresourcegroup/providers/Microsoft.Network/virtualNetworks/avi_vnet_appGateway_public_ip\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 30,\r\n \"location\": \"centralus\",\r\n \"children\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/aviresourcegroup/providers/Microsoft.Network/virtualNetworks/avi_vnet_appGateway_public_ip/subnets/default\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/aviresourcegroup/providers/Microsoft.Security/locations/westcentralus/topologies/virtualNetworks\",\r\n \"name\": \"virtualNetworks\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:32:48.4894363Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/aviresourcegroup/providers/Microsoft.Network/virtualNetworks/avi_vnet/subnets/AzureBastionSubnet\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/aviresourcegroup/providers/Microsoft.Network/virtualNetworks/avi_vnet\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/aviresourcegroup/providers/Microsoft.Network/virtualNetworks/avi_vnet/subnets/default\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/aviresourcegroup/providers/Microsoft.Network/virtualNetworks/avi_vnet\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/aviresourcegroup/providers/Microsoft.Network/virtualNetworks/avi_vnet/subnets/subnet2\",\r\n \"severity\": \"High\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": true,\r\n \"topologyScore\": 30,\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/aviresourcegroup/providers/Microsoft.Network/virtualNetworks/avi_vnet\"\r\n }\r\n ],\r\n \"children\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/AVIRESOURCEGROUP/providers/Microsoft.Compute/virtualMachines/avivm1\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/aviresourcegroup/providers/Microsoft.Network/virtualNetworks/avi_vnet/subnets/AzureFirewallSubnet\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/aviresourcegroup/providers/Microsoft.Network/virtualNetworks/avi_vnet\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/aviresourcegroup/providers/Microsoft.Network/virtualNetworks/avi_vnet_appgateway_privateIp/subnets/default\",\r\n \"severity\": \"High\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": true,\r\n \"topologyScore\": 30,\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/aviresourcegroup/providers/Microsoft.Network/virtualNetworks/avi_vnet_appgateway_privateIp\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/aviresourcegroup/providers/Microsoft.Network/virtualNetworks/avi_vnet_appGateway_public_ip/subnets/default\",\r\n \"severity\": \"High\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": true,\r\n \"topologyScore\": 30,\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/aviresourcegroup/providers/Microsoft.Network/virtualNetworks/avi_vnet_appGateway_public_ip\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/aviresourcegroup/providers/Microsoft.Security/locations/westcentralus/topologies/subnets\",\r\n \"name\": \"subnets\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:32:48.4894363Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/BaracudaProvision/providers/Microsoft.Network/virtualNetworks/BaracudaProvision\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 30,\r\n \"location\": \"centralus\",\r\n \"children\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/BaracudaProvision/providers/Microsoft.Network/virtualNetworks/BaracudaProvision/subnets/Bnet\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/BaracudaProvision/providers/Microsoft.Security/locations/westcentralus/topologies/virtualNetworks\",\r\n \"name\": \"virtualNetworks\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:32:48.4894363Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/BaracudaProvision/providers/Microsoft.Network/virtualNetworks/BaracudaProvision/subnets/Bnet\",\r\n \"severity\": \"High\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": true,\r\n \"topologyScore\": 30,\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/BaracudaProvision/providers/Microsoft.Network/virtualNetworks/BaracudaProvision\"\r\n }\r\n ],\r\n \"children\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/BaracudaProvision/providers/Microsoft.Compute/virtualMachines/bwaf\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/BaracudaProvision/providers/Microsoft.Compute/virtualMachines/bwaf\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/BaracudaProvision/providers/Microsoft.Security/locations/westcentralus/topologies/subnets\",\r\n \"name\": \"subnets\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:32:48.4894363Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/benJitJan10/providers/Microsoft.Network/virtualNetworks/benJitJan10-vnet\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 30,\r\n \"location\": \"centralus\",\r\n \"children\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/benJitJan10/providers/Microsoft.Network/virtualNetworks/benJitJan10-vnet/subnets/default\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/benJitJan10/providers/Microsoft.Security/locations/westcentralus/topologies/virtualNetworks\",\r\n \"name\": \"virtualNetworks\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:32:48.4894363Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/benJitJan10/providers/Microsoft.Network/virtualNetworks/benJitJan10-vnet/subnets/default\",\r\n \"severity\": \"High\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": true,\r\n \"topologyScore\": 30,\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/benJitJan10/providers/Microsoft.Network/virtualNetworks/benJitJan10-vnet\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/benJitJan10/providers/Microsoft.Security/locations/westcentralus/topologies/subnets\",\r\n \"name\": \"subnets\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:32:48.4894363Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/Dana-test/providers/Microsoft.Network/virtualNetworks/Dana-test-vnet\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 30,\r\n \"location\": \"centralus\",\r\n \"children\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/Dana-test/providers/Microsoft.Network/virtualNetworks/Dana-test-vnet/subnets/default\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/Dana-test/providers/Microsoft.Security/locations/westcentralus/topologies/virtualNetworks\",\r\n \"name\": \"virtualNetworks\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:32:48.4894363Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/Dana-test/providers/Microsoft.Network/virtualNetworks/Dana-test-vnet/subnets/default\",\r\n \"severity\": \"High\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": true,\r\n \"topologyScore\": 30,\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/Dana-test/providers/Microsoft.Network/virtualNetworks/Dana-test-vnet\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/Dana-test/providers/Microsoft.Security/locations/westcentralus/topologies/subnets\",\r\n \"name\": \"subnets\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:32:48.4894363Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/eiagmon-EilonAg-RG/providers/Microsoft.Network/virtualNetworks/eiagmon-771582838\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"centralus\",\r\n \"children\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/eiagmon-EilonAg-RG/providers/Microsoft.Network/virtualNetworks/eiagmon-771582838/subnets/eiagmon-576364626\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/eiagmon-EilonAg-RG/providers/Microsoft.Security/locations/westcentralus/topologies/virtualNetworks\",\r\n \"name\": \"virtualNetworks\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:32:48.4894363Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/eiagmon-EilonAg-RG/providers/Microsoft.Network/virtualNetworks/eiagmon-771582838/subnets/eiagmon-576364626\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/eiagmon-EilonAg-RG/providers/Microsoft.Network/virtualNetworks/eiagmon-771582838\"\r\n }\r\n ],\r\n \"children\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/EIAGMON-EILONAG-RG/providers/Microsoft.Compute/virtualMachines/eiagmon-22050\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/EIAGMON-EILONAG-RG/providers/Microsoft.Compute/virtualMachines/eiagmon-22051\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/eiagmon-EilonAg-RG/providers/Microsoft.Security/locations/westcentralus/topologies/subnets\",\r\n \"name\": \"subnets\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:32:48.4894363Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/ElviraServiceNew10/providers/Microsoft.Network/virtualNetworks/Elvira-Net-456\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"centralus\",\r\n \"children\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/ElviraServiceNew10/providers/Microsoft.Network/virtualNetworks/Elvira-Net-456/subnets/Subnet456\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/ElviraServiceNew10/providers/Microsoft.Network/virtualNetworks/ElviraServiceNew10-vnet\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 30,\r\n \"location\": \"centralus\",\r\n \"children\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/ElviraServiceNew10/providers/Microsoft.Network/virtualNetworks/ElviraServiceNew10-vnet/subnets/default\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/ElviraServiceNew10/providers/Microsoft.Security/locations/westcentralus/topologies/virtualNetworks\",\r\n \"name\": \"virtualNetworks\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:32:48.4894363Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/ElviraServiceNew10/providers/Microsoft.Network/virtualNetworks/Elvira-Net-456/subnets/Subnet456\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/ElviraServiceNew10/providers/Microsoft.Network/virtualNetworks/Elvira-Net-456\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/ElviraServiceNew10/providers/Microsoft.Network/virtualNetworks/ElviraServiceNew10-vnet/subnets/default\",\r\n \"severity\": \"High\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": true,\r\n \"topologyScore\": 30,\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/ElviraServiceNew10/providers/Microsoft.Network/virtualNetworks/ElviraServiceNew10-vnet\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/ElviraServiceNew10/providers/Microsoft.Security/locations/westcentralus/topologies/subnets\",\r\n \"name\": \"subnets\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:32:48.4894363Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/erelh-DSC/providers/Microsoft.Network/virtualNetworks/erelh-1516029683\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 90,\r\n \"location\": \"centralus\",\r\n \"children\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/erelh-DSC/providers/Microsoft.Network/virtualNetworks/erelh-1516029683/subnets/erelh-928377125\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/erelh-DSC/providers/Microsoft.Security/locations/westcentralus/topologies/virtualNetworks\",\r\n \"name\": \"virtualNetworks\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:32:48.4894363Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/erelh-DSC/providers/Microsoft.Network/virtualNetworks/erelh-1516029683/subnets/erelh-928377125\",\r\n \"severity\": \"High\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": true,\r\n \"topologyScore\": 90,\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/erelh-DSC/providers/Microsoft.Network/virtualNetworks/erelh-1516029683\"\r\n }\r\n ],\r\n \"children\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/erelh-DSC/providers/Microsoft.Compute/virtualMachines/erelh-14010\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/erelh-DSC/providers/Microsoft.Compute/virtualMachines/erelh-14011\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/erelh-DSC/providers/Microsoft.Security/locations/westcentralus/topologies/subnets\",\r\n \"name\": \"subnets\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:32:48.4894363Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/erelh-Stable/providers/Microsoft.Network/virtualNetworks/erelh-497711546\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"centralus\",\r\n \"children\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/erelh-Stable/providers/Microsoft.Network/virtualNetworks/erelh-497711546/subnets/erelh-694938725\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/erelh-Stable/providers/Microsoft.Security/locations/westcentralus/topologies/virtualNetworks\",\r\n \"name\": \"virtualNetworks\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:32:48.4894363Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/erelh-Stable/providers/Microsoft.Network/virtualNetworks/erelh-497711546/subnets/erelh-694938725\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/erelh-Stable/providers/Microsoft.Network/virtualNetworks/erelh-497711546\"\r\n }\r\n ],\r\n \"children\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/ERELH-STABLE/providers/Microsoft.Compute/virtualMachines/erelh-16090\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/ERELH-STABLE/providers/Microsoft.Compute/virtualMachines/erelh-16091\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/erelh-Stable/providers/Microsoft.Security/locations/westcentralus/topologies/subnets\",\r\n \"name\": \"subnets\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:32:48.4894363Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/jitNoNicNsgTestRG/providers/Microsoft.Network/virtualNetworks/jitNoNicNsgTestRG-vnet\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"centralus\",\r\n \"children\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/jitNoNicNsgTestRG/providers/Microsoft.Network/virtualNetworks/jitNoNicNsgTestRG-vnet/subnets/default\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/jitNoNicNsgTestRG/providers/Microsoft.Security/locations/westcentralus/topologies/virtualNetworks\",\r\n \"name\": \"virtualNetworks\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:32:48.4894363Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/jitNoNicNsgTestRG/providers/Microsoft.Network/virtualNetworks/jitNoNicNsgTestRG-vnet/subnets/default\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/jitNoNicNsgTestRG/providers/Microsoft.Network/virtualNetworks/jitNoNicNsgTestRG-vnet\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/jitNoNicNsgTestRG/providers/Microsoft.Security/locations/westcentralus/topologies/subnets\",\r\n \"name\": \"subnets\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:32:48.4894363Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/mswaf13/providers/Microsoft.Network/virtualNetworks/mswaf13\",\r\n \"severity\": \"High\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": true,\r\n \"topologyScore\": 40,\r\n \"location\": \"centralus\",\r\n \"children\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/mswaf13/providers/Microsoft.Network/virtualNetworks/mswaf13/subnets/default\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/mswaf13/providers/Microsoft.Security/locations/westcentralus/topologies/virtualNetworks\",\r\n \"name\": \"virtualNetworks\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:32:48.4894363Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/mswaf13/providers/Microsoft.Network/virtualNetworks/mswaf13/subnets/default\",\r\n \"severity\": \"High\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": true,\r\n \"topologyScore\": 30,\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/mswaf13/providers/Microsoft.Network/virtualNetworks/mswaf13\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/mswaf13/providers/Microsoft.Security/locations/westcentralus/topologies/subnets\",\r\n \"name\": \"subnets\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:32:48.4894363Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/pan_8.1.0-c1070.fs2_rel/providers/Microsoft.Network/virtualNetworks/fwVNETPAN10\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 60,\r\n \"location\": \"centralus\",\r\n \"children\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/pan_8.1.0-c1070.fs2_rel/providers/Microsoft.Network/virtualNetworks/fwVNETPAN10/subnets/Mgmt\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/pan_8.1.0-c1070.fs2_rel/providers/Microsoft.Network/virtualNetworks/fwVNETPAN10/subnets/Untrust\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/pan_8.1.0-c1070.fs2_rel/providers/Microsoft.Network/virtualNetworks/fwVNETPAN10/subnets/Trust\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/pan_8.1.0-c1070.fs2_rel/providers/Microsoft.Security/locations/westcentralus/topologies/virtualNetworks\",\r\n \"name\": \"virtualNetworks\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:32:48.4894363Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/pan_8.1.0-c1070.fs2_rel/providers/Microsoft.Network/virtualNetworks/fwVNETPAN10/subnets/Mgmt\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/pan_8.1.0-c1070.fs2_rel/providers/Microsoft.Network/virtualNetworks/fwVNETPAN10\"\r\n }\r\n ],\r\n \"children\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/pan_8.1.0-c1070.fs2_rel/providers/Microsoft.Compute/virtualMachines/pa2\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/pan_8.1.0-c1070.fs2_rel/providers/Microsoft.Network/virtualNetworks/fwVNETPAN10/subnets/Untrust\",\r\n \"severity\": \"High\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": true,\r\n \"topologyScore\": 30,\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/pan_8.1.0-c1070.fs2_rel/providers/Microsoft.Network/virtualNetworks/fwVNETPAN10\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/pan_8.1.0-c1070.fs2_rel/providers/Microsoft.Network/virtualNetworks/fwVNETPAN10/subnets/Trust\",\r\n \"severity\": \"High\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": true,\r\n \"topologyScore\": 30,\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/pan_8.1.0-c1070.fs2_rel/providers/Microsoft.Network/virtualNetworks/fwVNETPAN10\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/pan_8.1.0-c1070.fs2_rel/providers/Microsoft.Security/locations/westcentralus/topologies/subnets\",\r\n \"name\": \"subnets\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:32:48.4894363Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/ronenRG-asc8483/providers/Microsoft.Network/virtualNetworks/ronenwp-waf\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"centralus\",\r\n \"children\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/ronenRG-asc8483/providers/Microsoft.Network/virtualNetworks/ronenwp-waf/subnets/WebApplicationFirewalls\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/ronenRG-asc8483/providers/Microsoft.Security/locations/westcentralus/topologies/virtualNetworks\",\r\n \"name\": \"virtualNetworks\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:32:48.4894363Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/ronenRG-asc8483/providers/Microsoft.Network/virtualNetworks/ronenwp-waf/subnets/WebApplicationFirewalls\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/ronenRG-asc8483/providers/Microsoft.Network/virtualNetworks/ronenwp-waf\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/ronenRG-asc8483/providers/Microsoft.Security/locations/westcentralus/topologies/subnets\",\r\n \"name\": \"subnets\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:32:48.4894363Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/subnetVmsRG/providers/Microsoft.Network/virtualNetworks/subnetVmsRG-vnet\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"centralus\",\r\n \"children\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/subnetVmsRG/providers/Microsoft.Network/virtualNetworks/subnetVmsRG-vnet/subnets/default\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/subnetVmsRG/providers/Microsoft.Security/locations/westcentralus/topologies/virtualNetworks\",\r\n \"name\": \"virtualNetworks\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:32:48.4894363Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/subnetVmsRG/providers/Microsoft.Network/virtualNetworks/subnetVmsRG-vnet/subnets/default\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/subnetVmsRG/providers/Microsoft.Network/virtualNetworks/subnetVmsRG-vnet\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/subnetVmsRG/providers/Microsoft.Security/locations/westcentralus/topologies/subnets\",\r\n \"name\": \"subnets\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:32:48.4894363Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/test1123/providers/Microsoft.Network/virtualNetworks/test1123-vnet\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 30,\r\n \"location\": \"centralus\",\r\n \"children\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/test1123/providers/Microsoft.Network/virtualNetworks/test1123-vnet/subnets/default\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/test1123/providers/Microsoft.Security/locations/westcentralus/topologies/virtualNetworks\",\r\n \"name\": \"virtualNetworks\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:32:48.4894363Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/test1123/providers/Microsoft.Network/virtualNetworks/test1123-vnet/subnets/default\",\r\n \"severity\": \"High\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": true,\r\n \"topologyScore\": 30,\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/test1123/providers/Microsoft.Network/virtualNetworks/test1123-vnet\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/test1123/providers/Microsoft.Security/locations/westcentralus/topologies/subnets\",\r\n \"name\": \"subnets\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:32:48.4894363Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/v-arrikl-ScheduledApps/providers/Microsoft.Network/virtualNetworks/v-arrikl-2073707963\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"centralus\",\r\n \"children\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/v-arrikl-ScheduledApps/providers/Microsoft.Network/virtualNetworks/v-arrikl-2073707963/subnets/v-arrikl-2041612502\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/v-arrikl-ScheduledApps/providers/Microsoft.Security/locations/westcentralus/topologies/virtualNetworks\",\r\n \"name\": \"virtualNetworks\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:32:48.4894363Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/v-arrikl-ScheduledApps/providers/Microsoft.Network/virtualNetworks/v-arrikl-2073707963/subnets/v-arrikl-2041612502\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/v-arrikl-ScheduledApps/providers/Microsoft.Network/virtualNetworks/v-arrikl-2073707963\"\r\n }\r\n ],\r\n \"children\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/V-ARRIKL-SCHEDULEDAPPS/providers/Microsoft.Compute/virtualMachines/v-arrikl-14060\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/V-ARRIKL-SCHEDULEDAPPS/providers/Microsoft.Compute/virtualMachines/v-arrikl-14061\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/V-ARRIKL-SCHEDULEDAPPS/providers/Microsoft.Compute/virtualMachines/v-arrikl-14062\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/v-arrikl-ScheduledApps/providers/Microsoft.Security/locations/westcentralus/topologies/subnets\",\r\n \"name\": \"subnets\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:32:48.4894363Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/webapp1-asc8304/providers/Microsoft.Network/virtualNetworks/YanivWebApp1-waf\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"japaneast\",\r\n \"children\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/webapp1-asc8304/providers/Microsoft.Network/virtualNetworks/YanivWebApp1-waf/subnets/WebApplicationFirewalls\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/webapp1-asc8304/providers/Microsoft.Security/locations/westcentralus/topologies/virtualNetworks\",\r\n \"name\": \"virtualNetworks\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:32:48.4894363Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/webapp1-asc8304/providers/Microsoft.Network/virtualNetworks/YanivWebApp1-waf/subnets/WebApplicationFirewalls\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/webapp1-asc8304/providers/Microsoft.Network/virtualNetworks/YanivWebApp1-waf\"\r\n }\r\n ],\r\n \"children\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/webapp1-asc8304/providers/Microsoft.Compute/virtualMachines/YanivWebApp1-waf0\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/webapp1-asc8304/providers/Microsoft.Security/locations/westcentralus/topologies/subnets\",\r\n \"name\": \"subnets\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:32:48.4894363Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/barngfwjul19/providers/Microsoft.Network/virtualNetworks/barngfwjul19\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 30,\r\n \"location\": \"japanwest\",\r\n \"children\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/barngfwjul19/providers/Microsoft.Network/virtualNetworks/barngfwjul19/subnets/default\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/barngfwjul19/providers/Microsoft.Security/locations/westcentralus/topologies/virtualNetworks\",\r\n \"name\": \"virtualNetworks\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:32:48.4894363Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/barngfwjul19/providers/Microsoft.Network/virtualNetworks/barngfwjul19/subnets/default\",\r\n \"severity\": \"High\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": true,\r\n \"topologyScore\": 30,\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/barngfwjul19/providers/Microsoft.Network/virtualNetworks/barngfwjul19\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/barngfwjul19/providers/Microsoft.Security/locations/westcentralus/topologies/subnets\",\r\n \"name\": \"subnets\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:32:48.4894363Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/testady1/providers/Microsoft.Network/virtualNetworks/testady1-vnet\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 150,\r\n \"location\": \"centralindia\",\r\n \"children\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/testady1/providers/Microsoft.Network/virtualNetworks/testady1-vnet/subnets/default\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/testady1/providers/Microsoft.Security/locations/westcentralus/topologies/virtualNetworks\",\r\n \"name\": \"virtualNetworks\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:32:48.4894363Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/testady1/providers/Microsoft.Network/virtualNetworks/testady1-vnet/subnets/default\",\r\n \"severity\": \"High\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": true,\r\n \"topologyScore\": 150,\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/testady1/providers/Microsoft.Network/virtualNetworks/testady1-vnet\"\r\n }\r\n ],\r\n \"children\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/testady1/providers/Microsoft.Compute/virtualMachines/vm2nic\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/testady1/providers/Microsoft.Compute/virtualMachines/vm2nic\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/testady1/providers/Microsoft.Security/locations/westcentralus/topologies/subnets\",\r\n \"name\": \"subnets\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:32:48.4894363Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/checkpoint/providers/Microsoft.Network/virtualNetworks/vnet01\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 30,\r\n \"location\": \"westcentralus\",\r\n \"children\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/checkpoint/providers/Microsoft.Network/virtualNetworks/vnet01/subnets/Management\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/checkpoint/providers/Microsoft.Security/locations/westcentralus/topologies/virtualNetworks\",\r\n \"name\": \"virtualNetworks\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:32:48.4894363Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/checkpoint/providers/Microsoft.Network/virtualNetworks/vnet01/subnets/Management\",\r\n \"severity\": \"High\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": true,\r\n \"topologyScore\": 30,\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/checkpoint/providers/Microsoft.Network/virtualNetworks/vnet01\"\r\n }\r\n ],\r\n \"children\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/checkpoint/providers/Microsoft.Compute/virtualMachines/Checkpoint2\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/checkpoint/providers/Microsoft.Security/locations/westcentralus/topologies/subnets\",\r\n \"name\": \"subnets\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:32:48.4894363Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTesWIN/providers/Microsoft.Network/virtualNetworks/MSI-382200227\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 900,\r\n \"location\": \"westcentralus\",\r\n \"children\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTesWIN/providers/Microsoft.Network/virtualNetworks/MSI-382200227/subnets/MSI-95015031\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTesWIN/providers/Microsoft.Security/locations/westcentralus/topologies/virtualNetworks\",\r\n \"name\": \"virtualNetworks\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:32:48.4894363Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTesWIN/providers/Microsoft.Network/virtualNetworks/MSI-382200227/subnets/MSI-95015031\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 900,\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTesWIN/providers/Microsoft.Network/virtualNetworks/MSI-382200227\"\r\n }\r\n ],\r\n \"children\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTesWIN/providers/Microsoft.Compute/virtualMachines/MSI-19120\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTesWIN/providers/Microsoft.Compute/virtualMachines/MSI-19121\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTesWIN/providers/Microsoft.Compute/virtualMachines/MSI-19122\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTesWIN/providers/Microsoft.Compute/virtualMachines/MSI-19123\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTesWIN/providers/Microsoft.Compute/virtualMachines/MSI-19124\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTesWIN/providers/Microsoft.Compute/virtualMachines/MSI-19125\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTesWIN/providers/Microsoft.Compute/virtualMachines/MSI-19126\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTesWIN/providers/Microsoft.Compute/virtualMachines/MSI-19127\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTESWIN/providers/Microsoft.Compute/virtualMachines/MSI-19128\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTesWIN/providers/Microsoft.Compute/virtualMachines/MSI-19129\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTesWIN/providers/Microsoft.Compute/virtualMachines/MSI-191210\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTesWIN/providers/Microsoft.Compute/virtualMachines/MSI-191211\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTesWIN/providers/Microsoft.Compute/virtualMachines/MSI-191212\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTesWIN/providers/Microsoft.Compute/virtualMachines/MSI-191213\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTesWIN/providers/Microsoft.Compute/virtualMachines/MSI-191214\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTesWIN/providers/Microsoft.Compute/virtualMachines/MSI-191215\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTesWIN/providers/Microsoft.Compute/virtualMachines/MSI-191216\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTesWIN/providers/Microsoft.Compute/virtualMachines/MSI-191217\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTesWIN/providers/Microsoft.Compute/virtualMachines/MSI-191218\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTesWIN/providers/Microsoft.Compute/virtualMachines/MSI-191219\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTesWIN/providers/Microsoft.Compute/virtualMachines/MSI-191220\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTesWIN/providers/Microsoft.Compute/virtualMachines/MSI-191221\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTesWIN/providers/Microsoft.Compute/virtualMachines/MSI-191222\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTesWIN/providers/Microsoft.Compute/virtualMachines/MSI-191223\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTesWIN/providers/Microsoft.Compute/virtualMachines/MSI-191224\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTesWIN/providers/Microsoft.Compute/virtualMachines/MSI-191225\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTesWIN/providers/Microsoft.Compute/virtualMachines/MSI-191226\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTesWIN/providers/Microsoft.Compute/virtualMachines/MSI-191227\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTesWIN/providers/Microsoft.Compute/virtualMachines/MSI-191228\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTesWIN/providers/Microsoft.Compute/virtualMachines/MSI-191229\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTesWIN/providers/Microsoft.Compute/virtualMachines/MSI-191230\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTesWIN/providers/Microsoft.Compute/virtualMachines/MSI-191231\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTesWIN/providers/Microsoft.Compute/virtualMachines/MSI-191232\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTesWIN/providers/Microsoft.Compute/virtualMachines/MSI-191233\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTesWIN/providers/Microsoft.Compute/virtualMachines/MSI-191234\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTesWIN/providers/Microsoft.Compute/virtualMachines/MSI-191235\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTesWIN/providers/Microsoft.Compute/virtualMachines/MSI-191236\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTesWIN/providers/Microsoft.Compute/virtualMachines/MSI-191237\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTesWIN/providers/Microsoft.Compute/virtualMachines/MSI-191238\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTesWIN/providers/Microsoft.Compute/virtualMachines/MSI-191239\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTesWIN/providers/Microsoft.Compute/virtualMachines/MSI-191240\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTesWIN/providers/Microsoft.Compute/virtualMachines/MSI-191241\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTesWIN/providers/Microsoft.Compute/virtualMachines/MSI-191242\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTesWIN/providers/Microsoft.Compute/virtualMachines/MSI-191243\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTesWIN/providers/Microsoft.Compute/virtualMachines/MSI-191244\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTesWIN/providers/Microsoft.Compute/virtualMachines/MSI-191245\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTesWIN/providers/Microsoft.Compute/virtualMachines/MSI-191246\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTesWIN/providers/Microsoft.Security/locations/westcentralus/topologies/subnets\",\r\n \"name\": \"subnets\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:32:48.4894363Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/qualyslinux/providers/Microsoft.Network/virtualNetworks/qualyslinux-vnet\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 30,\r\n \"location\": \"westus2\",\r\n \"children\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/qualyslinux/providers/Microsoft.Network/virtualNetworks/qualyslinux-vnet/subnets/default\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/qualyslinux/providers/Microsoft.Security/locations/westcentralus/topologies/virtualNetworks\",\r\n \"name\": \"virtualNetworks\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:32:48.4894363Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/qualyslinux/providers/Microsoft.Network/virtualNetworks/qualyslinux-vnet/subnets/default\",\r\n \"severity\": \"High\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": true,\r\n \"topologyScore\": 30,\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/qualyslinux/providers/Microsoft.Network/virtualNetworks/qualyslinux-vnet\"\r\n }\r\n ],\r\n \"children\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/qualyslinux/providers/Microsoft.Compute/virtualMachines/qualyslinux\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/qualyslinux/providers/Microsoft.Compute/virtualMachines/qualyslinux2\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/qualyslinux/providers/Microsoft.Security/locations/westcentralus/topologies/subnets\",\r\n \"name\": \"subnets\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:32:48.4894363Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLStandard_A1/providers/Microsoft.Compute/virtualMachines/MSI-22122\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"westus\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLStandard_A1/providers/Microsoft.Network/virtualNetworks/MSI-94066604/subnets/MSI-960858903\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLStandard_A1/providers/Microsoft.Compute/virtualMachines/MSI-221216\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"westus\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLStandard_A1/providers/Microsoft.Network/virtualNetworks/MSI-94066604/subnets/MSI-960858903\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLStandard_A1/providers/Microsoft.Compute/virtualMachines/MSI-221218\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"westus\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLStandard_A1/providers/Microsoft.Network/virtualNetworks/MSI-94066604/subnets/MSI-960858903\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLStandard_A1/providers/Microsoft.Compute/virtualMachines/MSI-221221\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"westus\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLStandard_A1/providers/Microsoft.Network/virtualNetworks/MSI-94066604/subnets/MSI-960858903\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLStandard_A1/providers/Microsoft.Compute/virtualMachines/MSI-221213\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"westus\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLStandard_A1/providers/Microsoft.Network/virtualNetworks/MSI-94066604/subnets/MSI-960858903\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLStandard_A1/providers/Microsoft.Compute/virtualMachines/MSI-221220\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"westus\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLStandard_A1/providers/Microsoft.Network/virtualNetworks/MSI-94066604/subnets/MSI-960858903\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLStandard_A1/providers/Microsoft.Compute/virtualMachines/MSI-22120\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"westus\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLStandard_A1/providers/Microsoft.Network/virtualNetworks/MSI-94066604/subnets/MSI-960858903\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLStandard_A1/providers/Microsoft.Compute/virtualMachines/MSI-22121\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"westus\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLStandard_A1/providers/Microsoft.Network/virtualNetworks/MSI-94066604/subnets/MSI-960858903\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLStandard_A1/providers/Microsoft.Compute/virtualMachines/MSI-221215\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"westus\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLStandard_A1/providers/Microsoft.Network/virtualNetworks/MSI-94066604/subnets/MSI-960858903\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLStandard_A1/providers/Microsoft.Compute/virtualMachines/MSI-221217\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"westus\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLStandard_A1/providers/Microsoft.Network/virtualNetworks/MSI-94066604/subnets/MSI-960858903\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLStandard_A1/providers/Microsoft.Compute/virtualMachines/MSI-221214\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"westus\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLStandard_A1/providers/Microsoft.Network/virtualNetworks/MSI-94066604/subnets/MSI-960858903\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLStandard_A1/providers/Microsoft.Compute/virtualMachines/MSI-221210\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"westus\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLStandard_A1/providers/Microsoft.Network/virtualNetworks/MSI-94066604/subnets/MSI-960858903\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLStandard_A1/providers/Microsoft.Compute/virtualMachines/MSI-221212\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"westus\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLStandard_A1/providers/Microsoft.Network/virtualNetworks/MSI-94066604/subnets/MSI-960858903\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLStandard_A1/providers/Microsoft.Compute/virtualMachines/MSI-221219\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"westus\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLStandard_A1/providers/Microsoft.Network/virtualNetworks/MSI-94066604/subnets/MSI-960858903\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLStandard_A1/providers/Microsoft.Compute/virtualMachines/MSI-221211\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"westus\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLStandard_A1/providers/Microsoft.Network/virtualNetworks/MSI-94066604/subnets/MSI-960858903\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLStandard_A1/providers/Microsoft.Compute/virtualMachines/MSI-221227\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"westus\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLStandard_A1/providers/Microsoft.Network/virtualNetworks/MSI-94066604/subnets/MSI-960858903\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLStandard_A1/providers/Microsoft.Compute/virtualMachines/gl2612\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"westus2\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLStandard_A1/providers/Microsoft.Network/virtualNetworks/MSIGLStandard_A1vnet130/subnets/default\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLStandard_A1/providers/Microsoft.Security/locations/westcentralus/topologies/virtualMachines\",\r\n \"name\": \"virtualMachines\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:32:48.4894363Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/msi-glstandard_a1/providers/Microsoft.Compute/virtualMachines/MSI-221222\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"westus\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLStandard_A1/providers/Microsoft.Network/virtualNetworks/MSI-94066604/subnets/MSI-960858903\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/msi-glstandard_a1/providers/Microsoft.Compute/virtualMachines/MSI-221228\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"westus\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLStandard_A1/providers/Microsoft.Network/virtualNetworks/MSI-94066604/subnets/MSI-960858903\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/msi-glstandard_a1/providers/Microsoft.Compute/virtualMachines/MSI-22129\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"westus\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLStandard_A1/providers/Microsoft.Network/virtualNetworks/MSI-94066604/subnets/MSI-960858903\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/msi-glstandard_a1/providers/Microsoft.Compute/virtualMachines/MSI-221225\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"westus\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLStandard_A1/providers/Microsoft.Network/virtualNetworks/MSI-94066604/subnets/MSI-960858903\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/msi-glstandard_a1/providers/Microsoft.Compute/virtualMachines/MSI-22128\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"westus\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLStandard_A1/providers/Microsoft.Network/virtualNetworks/MSI-94066604/subnets/MSI-960858903\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/msi-glstandard_a1/providers/Microsoft.Compute/virtualMachines/MSI-221223\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"westus\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLStandard_A1/providers/Microsoft.Network/virtualNetworks/MSI-94066604/subnets/MSI-960858903\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/msi-glstandard_a1/providers/Microsoft.Compute/virtualMachines/MSI-22125\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"westus\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLStandard_A1/providers/Microsoft.Network/virtualNetworks/MSI-94066604/subnets/MSI-960858903\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/msi-glstandard_a1/providers/Microsoft.Compute/virtualMachines/MSI-22127\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"westus\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLStandard_A1/providers/Microsoft.Network/virtualNetworks/MSI-94066604/subnets/MSI-960858903\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/msi-glstandard_a1/providers/Microsoft.Compute/virtualMachines/MSI-22123\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"westus\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLStandard_A1/providers/Microsoft.Network/virtualNetworks/MSI-94066604/subnets/MSI-960858903\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/msi-glstandard_a1/providers/Microsoft.Compute/virtualMachines/MSI-221226\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"westus\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLStandard_A1/providers/Microsoft.Network/virtualNetworks/MSI-94066604/subnets/MSI-960858903\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/msi-glstandard_a1/providers/Microsoft.Compute/virtualMachines/MSI-221224\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"westus\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLStandard_A1/providers/Microsoft.Network/virtualNetworks/MSI-94066604/subnets/MSI-960858903\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/msi-glstandard_a1/providers/Microsoft.Compute/virtualMachines/MSI-22126\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"westus\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLStandard_A1/providers/Microsoft.Network/virtualNetworks/MSI-94066604/subnets/MSI-960858903\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/msi-glstandard_a1/providers/Microsoft.Compute/virtualMachines/MSI-221229\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"westus\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLStandard_A1/providers/Microsoft.Network/virtualNetworks/MSI-94066604/subnets/MSI-960858903\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/msi-glstandard_a1/providers/Microsoft.Compute/virtualMachines/MSI-22124\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"westus\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLStandard_A1/providers/Microsoft.Network/virtualNetworks/MSI-94066604/subnets/MSI-960858903\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/msi-glstandard_a1/providers/Microsoft.Compute/virtualMachines/testGLVM2512\",\r\n \"severity\": \"High\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": true,\r\n \"topologyScore\": 30,\r\n \"location\": \"westeurope\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLStandard_A1/providers/Microsoft.Network/virtualNetworks/MSI-GLStandard_A1-vnet/subnets/default\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/msi-glstandard_a1/providers/Microsoft.Security/locations/westcentralus/topologies/virtualMachines\",\r\n \"name\": \"virtualMachines\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:32:48.4894363Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/QUALYSTEST/providers/Microsoft.Compute/virtualMachines/UbuntuForQualys\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"westus\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/QualysTest/providers/Microsoft.Network/virtualNetworks/QualysTest-vnet/subnets/default\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/QUALYSTEST/providers/Microsoft.Security/locations/westcentralus/topologies/virtualMachines\",\r\n \"name\": \"virtualMachines\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:32:48.4894363Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/REAM-AWL-LINUX/providers/Microsoft.Compute/virtualMachines/ream-awl-linux\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"westus\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/ream-awl-linux/providers/Microsoft.Network/virtualNetworks/ream-awl-linux-vnet/subnets/default\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/REAM-AWL-LINUX/providers/Microsoft.Security/locations/westcentralus/topologies/virtualMachines\",\r\n \"name\": \"virtualMachines\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:32:48.4894363Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/amaviram-PPtest/providers/Microsoft.Compute/virtualMachines/AmitQ1005\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"eastus\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/amaviram-PPtest/providers/Microsoft.Network/virtualNetworks/amaviram-PPtest-vnet/subnets/default\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/amaviram-PPtest/providers/Microsoft.Compute/virtualMachines/amaviram-18120\",\r\n \"severity\": \"High\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": true,\r\n \"topologyScore\": 30,\r\n \"location\": \"northeurope\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/amaviram-PPtest/providers/Microsoft.Network/virtualNetworks/amaviram-1976161321/subnets/amaviram-49574186\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/amaviram-PPtest/providers/Microsoft.Compute/virtualMachines/amaviram-18122\",\r\n \"severity\": \"High\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": true,\r\n \"topologyScore\": 30,\r\n \"location\": \"westeurope\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/amaviram-PPtest/providers/Microsoft.Network/virtualNetworks/amaviram-1312284343/subnets/amaviram-1616029505\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/amaviram-PPtest/providers/Microsoft.Compute/virtualMachines/SimpleWinVM\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"centralus\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/amaviram-PPtest/providers/Microsoft.Network/virtualNetworks/MyVNET/subnets/Subnet\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/amaviram-PPtest/providers/Microsoft.Compute/virtualMachines/amaviram-18125\",\r\n \"severity\": \"High\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": true,\r\n \"topologyScore\": 30,\r\n \"location\": \"australiaeast\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/amaviram-PPtest/providers/Microsoft.Network/virtualNetworks/amaviram-2098151420/subnets/amaviram-635182180\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/amaviram-PPtest/providers/Microsoft.Compute/virtualMachines/amaviram-18124\",\r\n \"severity\": \"High\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": true,\r\n \"topologyScore\": 30,\r\n \"location\": \"australiaeast\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/amaviram-PPtest/providers/Microsoft.Network/virtualNetworks/amaviram-2098151420/subnets/amaviram-635182180\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/amaviram-PPtest/providers/Microsoft.Compute/virtualMachines/amaviram-18123\",\r\n \"severity\": \"High\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": true,\r\n \"topologyScore\": 30,\r\n \"location\": \"australiaeast\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/amaviram-PPtest/providers/Microsoft.Network/virtualNetworks/amaviram-2098151420/subnets/amaviram-635182180\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/amaviram-PPtest/providers/Microsoft.Compute/virtualMachines/amaviram-18126\",\r\n \"severity\": \"High\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": true,\r\n \"topologyScore\": 30,\r\n \"location\": \"australiaeast\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/amaviram-PPtest/providers/Microsoft.Network/virtualNetworks/amaviram-2098151420/subnets/amaviram-635182180\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/amaviram-PPtest/providers/Microsoft.Security/locations/westcentralus/topologies/virtualMachines\",\r\n \"name\": \"virtualMachines\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:32:48.4894363Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/Amit-VA/providers/Microsoft.Compute/virtualMachines/Amit-1009-2\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"eastus\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/Amit-VA/providers/Microsoft.Network/virtualNetworks/Amit-VA-vnet/subnets/default\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/Amit-VA/providers/Microsoft.Compute/virtualMachines/Amit-1009Ag\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"eastus\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/Amit-VA/providers/Microsoft.Network/virtualNetworks/Amit-VA-vnet/subnets/default\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/Amit-VA/providers/Microsoft.Compute/virtualMachines/Amit-Baracuda-Test\",\r\n \"severity\": \"High\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": true,\r\n \"topologyScore\": 50,\r\n \"location\": \"eastus\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/Amit-VA/providers/Microsoft.Network/virtualNetworks/Amit-VA-vnet/subnets/default\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/Amit-VA/providers/Microsoft.Compute/virtualMachines/Amit-Linux-PG\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"eastus\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/Amit-VA/providers/Microsoft.Network/virtualNetworks/Amit-VA-vnet/subnets/default\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/Amit-VA/providers/Microsoft.Compute/virtualMachines/AmitQ1005-2\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"eastus\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/Amit-VA/providers/Microsoft.Network/virtualNetworks/Amit-VA-vnet/subnets/default\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/Amit-VA/providers/Microsoft.Compute/virtualMachines/Amit-Win\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"centralus\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/Amit-VA/providers/Microsoft.Network/virtualNetworks/AmitVAvnet827/subnets/default\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/Amit-VA/providers/Microsoft.Compute/virtualMachines/amaviram\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"centraluseuap\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/Amit-VA/providers/Microsoft.Network/virtualNetworks/AmitVAvnet875/subnets/default\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/Amit-VA/providers/Microsoft.Compute/virtualMachines/Amit-1009-2-bl\",\r\n \"severity\": \"High\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": true,\r\n \"topologyScore\": 80,\r\n \"location\": \"centraluseuap\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/Amit-VA/providers/Microsoft.Network/virtualNetworks/AmitVAvnet875/subnets/default\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/Amit-VA/providers/Microsoft.Compute/virtualMachines/Amit-GL-1006-2\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"centraluseuap\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/Amit-VA/providers/Microsoft.Network/virtualNetworks/AmitVAvnet875/subnets/default\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/Amit-VA/providers/Microsoft.Compute/virtualMachines/Amit-GL-1006-3\",\r\n \"severity\": \"High\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": true,\r\n \"topologyScore\": 80,\r\n \"location\": \"centraluseuap\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/Amit-VA/providers/Microsoft.Network/virtualNetworks/AmitVAvnet875/subnets/default\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/Amit-VA/providers/Microsoft.Compute/virtualMachines/Amit-GL-1006-4\",\r\n \"severity\": \"High\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": true,\r\n \"topologyScore\": 80,\r\n \"location\": \"centraluseuap\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/Amit-VA/providers/Microsoft.Network/virtualNetworks/AmitVAvnet875/subnets/default\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/Amit-VA/providers/Microsoft.Compute/virtualMachines/Amit-GL-1006-Bl\",\r\n \"severity\": \"High\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": true,\r\n \"topologyScore\": 80,\r\n \"location\": \"centraluseuap\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/Amit-VA/providers/Microsoft.Network/virtualNetworks/AmitVAvnet875/subnets/default\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/Amit-VA/providers/Microsoft.Compute/virtualMachines/Amit-GL1009-BL\",\r\n \"severity\": \"High\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": true,\r\n \"topologyScore\": 80,\r\n \"location\": \"centraluseuap\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/Amit-VA/providers/Microsoft.Network/virtualNetworks/AmitVAvnet875/subnets/default\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/Amit-VA/providers/Microsoft.Compute/virtualMachines/Amit1009-2-BL\",\r\n \"severity\": \"High\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": true,\r\n \"topologyScore\": 80,\r\n \"location\": \"centraluseuap\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/Amit-VA/providers/Microsoft.Network/virtualNetworks/AmitVAvnet875/subnets/default\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/Amit-VA/providers/Microsoft.Security/locations/westcentralus/topologies/virtualMachines\",\r\n \"name\": \"virtualMachines\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:32:48.4894363Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/AMIT-VA/providers/Microsoft.Compute/virtualMachines/win20200602\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"eastus\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/Amit-VA/providers/Microsoft.Network/virtualNetworks/Amit-VA-vnet/subnets/default\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/AMIT-VA/providers/Microsoft.Compute/virtualMachines/ream-test\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"westcentralus\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/Amit-VA/providers/Microsoft.Network/virtualNetworks/AmitVAvnet523/subnets/default\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/AMIT-VA/providers/Microsoft.Security/locations/westcentralus/topologies/virtualMachines\",\r\n \"name\": \"virtualMachines\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:32:48.4894363Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/AVI/providers/Microsoft.Compute/virtualMachines/aviVM\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"eastus\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/Avi/providers/Microsoft.Network/virtualNetworks/aviResourceGroup-vnet/subnets/default\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/AVI/providers/Microsoft.Security/locations/westcentralus/topologies/virtualMachines\",\r\n \"name\": \"virtualMachines\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:32:48.4894363Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/AVISHALOMTESTS/providers/Microsoft.Compute/virtualMachines/AvishaloJitTest\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"eastus\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/AvishalomTests/providers/Microsoft.Network/virtualNetworks/AvishalomTests-vnet/subnets/default\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/AVISHALOMTESTS/providers/Microsoft.Security/locations/westcentralus/topologies/virtualMachines\",\r\n \"name\": \"virtualMachines\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:32:48.4894363Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/dana_try1/providers/Microsoft.Compute/virtualMachines/barracudaTry\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"eastus\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/dana_try1/providers/Microsoft.Network/virtualNetworks/dana_try1-vnet/subnets/default\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/dana_try1/providers/Microsoft.Security/locations/westcentralus/topologies/virtualMachines\",\r\n \"name\": \"virtualMachines\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:32:48.4894363Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/EItanRG/providers/Microsoft.Compute/virtualMachines/eitanVM2\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"eastus\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/EItanRG/providers/Microsoft.Network/virtualNetworks/EItanRG-vnet/subnets/default\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/EItanRG/providers/Microsoft.Security/locations/westcentralus/topologies/virtualMachines\",\r\n \"name\": \"virtualMachines\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:32:48.4894363Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/EITANRG/providers/Microsoft.Compute/virtualMachines/EitanVMTest\",\r\n \"severity\": \"High\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": true,\r\n \"topologyScore\": 20,\r\n \"location\": \"eastus\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/EItanRG/providers/Microsoft.Network/virtualNetworks/EItanRG-vnet/subnets/default\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/EITANRG/providers/Microsoft.Security/locations/westcentralus/topologies/virtualMachines\",\r\n \"name\": \"virtualMachines\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:32:48.4894363Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/eldarfanouttest0506/providers/Microsoft.Compute/virtualMachines/eldarfanouttest0506\",\r\n \"severity\": \"High\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": true,\r\n \"topologyScore\": 30,\r\n \"location\": \"eastus\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/eldarfanouttest0506/providers/Microsoft.Network/virtualNetworks/eldarfanouttest0506-vnet/subnets/default\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/eldarfanouttest0506/providers/Microsoft.Security/locations/westcentralus/topologies/virtualMachines\",\r\n \"name\": \"virtualMachines\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:32:48.4894363Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/IbizaCreateDeployment/providers/Microsoft.Compute/virtualMachines/IbizaCreateDeployment\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"eastus\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/IbizaCreateDeployment/providers/Microsoft.Network/virtualNetworks/IbizaCreateDeployment-vnet/subnets/default\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/IbizaCreateDeployment/providers/Microsoft.Security/locations/westcentralus/topologies/virtualMachines\",\r\n \"name\": \"virtualMachines\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:32:48.4894363Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/IbizaCreateTest/providers/Microsoft.Compute/virtualMachines/IbizaCreateTest\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"eastus\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/IbizaCreateTest/providers/Microsoft.Network/virtualNetworks/IbizaCreateTest-vnet/subnets/default\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/IbizaCreateTest/providers/Microsoft.Security/locations/westcentralus/topologies/virtualMachines\",\r\n \"name\": \"virtualMachines\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:32:48.4894363Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/IbizaDeploymentTest/providers/Microsoft.Compute/virtualMachines/IbizaDeploymentTest\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"eastus\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/IbizaDeploymentTest/providers/Microsoft.Network/virtualNetworks/IbizaDeploymentTest-vnet/subnets/default\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/IbizaDeploymentTest/providers/Microsoft.Security/locations/westcentralus/topologies/virtualMachines\",\r\n \"name\": \"virtualMachines\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:32:48.4894363Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/impervajul5/providers/Microsoft.Compute/virtualMachines/impervajul5-GW0\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"eastus\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/impervajul5/providers/Microsoft.Network/virtualNetworks/impervajul5-Network/subnets/impervajul5-GWSN\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/impervajul5/providers/Microsoft.Compute/virtualMachines/impervajul5-MX\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"eastus\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/impervajul5/providers/Microsoft.Network/virtualNetworks/impervajul5-Network/subnets/impervajul5-MXSN\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/impervajul5/providers/Microsoft.Security/locations/westcentralus/topologies/virtualMachines\",\r\n \"name\": \"virtualMachines\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:32:48.4894363Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MYRESOURCEGROUP/providers/Microsoft.Compute/virtualMachines/myVmWeb\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"eastus\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/myResourceGroup/providers/Microsoft.Network/virtualNetworks/myVirtualNetwork/subnets/mySubnet\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MYRESOURCEGROUP/providers/Microsoft.Security/locations/westcentralus/topologies/virtualMachines\",\r\n \"name\": \"virtualMachines\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:32:48.4894363Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/ream-test-barwaf/providers/Microsoft.Compute/virtualMachines/mywaf\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"eastus\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/ream-test-barwaf/providers/Microsoft.Network/virtualNetworks/reamtestbarwafvnet166/subnets/default\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/ream-test-barwaf/providers/Microsoft.Compute/virtualMachines/ream-test-barwaf\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"eastus2\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/ream-test-barwaf/providers/Microsoft.Network/virtualNetworks/ream-test-barwaf-vnet/subnets/default\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/ream-test-barwaf/providers/Microsoft.Security/locations/westcentralus/topologies/virtualMachines\",\r\n \"name\": \"virtualMachines\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:32:48.4894363Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/ron-gissin-test-resource-group/providers/Microsoft.Compute/virtualMachines/ron-gissin-test-vm\",\r\n \"severity\": \"High\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": true,\r\n \"topologyScore\": 60,\r\n \"location\": \"eastus\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/ron-gissin-test-resource-group/providers/Microsoft.Network/virtualNetworks/ron-gissin-test-resource-group-vnet/subnets/default\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/ron-gissin-test-resource-group/providers/Microsoft.Security/locations/westcentralus/topologies/virtualMachines\",\r\n \"name\": \"virtualMachines\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:32:48.4894363Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/shalini/providers/Microsoft.Compute/virtualMachines/QualysSP\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"eastus\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/shalini/providers/Microsoft.Network/virtualNetworks/shalini-vnet/subnets/default\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/shalini/providers/Microsoft.Compute/virtualMachines/rapid7test\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"eastus\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/shalini/providers/Microsoft.Network/virtualNetworks/shalini/subnets/default\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/shalini/providers/Microsoft.Compute/virtualMachines/shalinirapid7\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"eastus\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/shalini/providers/Microsoft.Network/virtualNetworks/shalini/subnets/default\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/shalini/providers/Microsoft.Compute/virtualMachines/Shaliniubuntu17\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"northcentralus\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/shalini/providers/Microsoft.Network/virtualNetworks/shalinivnet111/subnets/default\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/shalini/providers/Microsoft.Security/locations/westcentralus/topologies/virtualMachines\",\r\n \"name\": \"virtualMachines\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:32:48.4894363Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/shalinifortigate/providers/Microsoft.Compute/virtualMachines/shalinifortiga\",\r\n \"severity\": \"High\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": true,\r\n \"topologyScore\": 30,\r\n \"location\": \"eastus\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/shalinifortigate/providers/Microsoft.Network/virtualNetworks/FortigateProtectedVNet/subnets/PublicFacingSubnet\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/shalinifortigate/providers/Microsoft.Compute/virtualMachines/shalinifortiga\",\r\n \"severity\": \"High\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": true,\r\n \"topologyScore\": 30,\r\n \"location\": \"eastus\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/shalinifortigate/providers/Microsoft.Network/virtualNetworks/FortigateProtectedVNet/subnets/InsideSubnet\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/shalinifortigate/providers/Microsoft.Security/locations/westcentralus/topologies/virtualMachines\",\r\n \"name\": \"virtualMachines\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:32:48.4894363Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/TalK-VA/providers/Microsoft.Compute/virtualMachines/tal-win-vm-jit\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"eastus\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/TalK-VA/providers/Microsoft.Network/virtualNetworks/TalK-VA-vnet/subnets/default\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/TalK-VA/providers/Microsoft.Compute/virtualMachines/tal-win-vm\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"eastus\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/TalK-VA/providers/Microsoft.Network/virtualNetworks/TalK-VA-vnet/subnets/default\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/TalK-VA/providers/Microsoft.Security/locations/westcentralus/topologies/virtualMachines\",\r\n \"name\": \"virtualMachines\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:32:48.4894363Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/TEST-ADY/providers/Microsoft.Compute/virtualMachines/vmmultinicprod\",\r\n \"severity\": \"High\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": true,\r\n \"topologyScore\": 60,\r\n \"location\": \"eastus\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/test-ady/providers/Microsoft.Network/virtualNetworks/test-ady-vnet/subnets/default\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/TEST-ADY/providers/Microsoft.Compute/virtualMachines/vmmultinicprod\",\r\n \"severity\": \"High\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": true,\r\n \"topologyScore\": 60,\r\n \"location\": \"eastus\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/test-ady/providers/Microsoft.Network/virtualNetworks/test-ady-vnet/subnets/default\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/TEST-ADY/providers/Microsoft.Security/locations/westcentralus/topologies/virtualMachines\",\r\n \"name\": \"virtualMachines\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:32:48.4894363Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/testDev3Ngfw/providers/Microsoft.Compute/virtualMachines/dev3NgfwTest\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"eastus\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/TestGroup/providers/Microsoft.Network/virtualNetworks/TestGroup/subnets/default\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/testDev3Ngfw/providers/Microsoft.Security/locations/westcentralus/topologies/virtualMachines\",\r\n \"name\": \"virtualMachines\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:32:48.4894363Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/tesVM-CHKP/providers/Microsoft.Compute/virtualMachines/testVM-CHKP\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"eastus\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/tesVM-CHKP/providers/Microsoft.Network/virtualNetworks/tesVM-CHKP-vnet/subnets/default\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/tesVM-CHKP/providers/Microsoft.Security/locations/westcentralus/topologies/virtualMachines\",\r\n \"name\": \"virtualMachines\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:32:48.4894363Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/uvuntuCHKP/providers/Microsoft.Compute/virtualMachines/uvuntuCHKP\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"eastus\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/uvuntuCHKP/providers/Microsoft.Network/virtualNetworks/uvuntuCHKP-vnet/subnets/default\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/uvuntuCHKP/providers/Microsoft.Security/locations/westcentralus/topologies/virtualMachines\",\r\n \"name\": \"virtualMachines\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:32:48.4894363Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLWin5/providers/Microsoft.Compute/virtualMachines/MSI-03010\",\r\n \"severity\": \"High\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": true,\r\n \"topologyScore\": 20,\r\n \"location\": \"northeurope\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLWin5/providers/Microsoft.Network/virtualNetworks/MSI-1295636147/subnets/MSI-1926702710\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLWin5/providers/Microsoft.Compute/virtualMachines/MSI-030110\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"northeurope\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLWin5/providers/Microsoft.Network/virtualNetworks/MSI-1295636147/subnets/MSI-1926702710\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLWin5/providers/Microsoft.Compute/virtualMachines/MSI-03017\",\r\n \"severity\": \"High\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": true,\r\n \"topologyScore\": 20,\r\n \"location\": \"northeurope\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLWin5/providers/Microsoft.Network/virtualNetworks/MSI-1295636147/subnets/MSI-1926702710\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLWin5/providers/Microsoft.Compute/virtualMachines/MSI-030125\",\r\n \"severity\": \"High\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": true,\r\n \"topologyScore\": 20,\r\n \"location\": \"northeurope\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLWin5/providers/Microsoft.Network/virtualNetworks/MSI-1295636147/subnets/MSI-1926702710\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLWin5/providers/Microsoft.Compute/virtualMachines/MSI-03011\",\r\n \"severity\": \"High\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": true,\r\n \"topologyScore\": 20,\r\n \"location\": \"northeurope\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLWin5/providers/Microsoft.Network/virtualNetworks/MSI-1295636147/subnets/MSI-1926702710\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLWin5/providers/Microsoft.Compute/virtualMachines/MSI-030116\",\r\n \"severity\": \"High\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": true,\r\n \"topologyScore\": 20,\r\n \"location\": \"northeurope\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLWin5/providers/Microsoft.Network/virtualNetworks/MSI-1295636147/subnets/MSI-1926702710\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLWin5/providers/Microsoft.Compute/virtualMachines/MSI-030114\",\r\n \"severity\": \"High\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": true,\r\n \"topologyScore\": 20,\r\n \"location\": \"northeurope\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLWin5/providers/Microsoft.Network/virtualNetworks/MSI-1295636147/subnets/MSI-1926702710\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLWin5/providers/Microsoft.Compute/virtualMachines/MSI-030123\",\r\n \"severity\": \"High\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": true,\r\n \"topologyScore\": 20,\r\n \"location\": \"northeurope\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLWin5/providers/Microsoft.Network/virtualNetworks/MSI-1295636147/subnets/MSI-1926702710\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLWin5/providers/Microsoft.Compute/virtualMachines/MSI-030127\",\r\n \"severity\": \"High\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": true,\r\n \"topologyScore\": 20,\r\n \"location\": \"northeurope\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLWin5/providers/Microsoft.Network/virtualNetworks/MSI-1295636147/subnets/MSI-1926702710\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLWin5/providers/Microsoft.Compute/virtualMachines/MSI-030122\",\r\n \"severity\": \"High\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": true,\r\n \"topologyScore\": 20,\r\n \"location\": \"northeurope\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLWin5/providers/Microsoft.Network/virtualNetworks/MSI-1295636147/subnets/MSI-1926702710\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLWin5/providers/Microsoft.Compute/virtualMachines/MSI-030128\",\r\n \"severity\": \"High\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": true,\r\n \"topologyScore\": 20,\r\n \"location\": \"northeurope\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLWin5/providers/Microsoft.Network/virtualNetworks/MSI-1295636147/subnets/MSI-1926702710\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLWin5/providers/Microsoft.Compute/virtualMachines/MSI-03012\",\r\n \"severity\": \"High\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": true,\r\n \"topologyScore\": 20,\r\n \"location\": \"northeurope\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLWin5/providers/Microsoft.Network/virtualNetworks/MSI-1295636147/subnets/MSI-1926702710\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLWin5/providers/Microsoft.Compute/virtualMachines/MSI-030120\",\r\n \"severity\": \"High\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": true,\r\n \"topologyScore\": 20,\r\n \"location\": \"northeurope\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLWin5/providers/Microsoft.Network/virtualNetworks/MSI-1295636147/subnets/MSI-1926702710\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLWin5/providers/Microsoft.Compute/virtualMachines/MSI-03014\",\r\n \"severity\": \"High\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": true,\r\n \"topologyScore\": 20,\r\n \"location\": \"northeurope\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLWin5/providers/Microsoft.Network/virtualNetworks/MSI-1295636147/subnets/MSI-1926702710\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLWin5/providers/Microsoft.Compute/virtualMachines/MSI-03018\",\r\n \"severity\": \"High\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": true,\r\n \"topologyScore\": 20,\r\n \"location\": \"northeurope\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLWin5/providers/Microsoft.Network/virtualNetworks/MSI-1295636147/subnets/MSI-1926702710\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLWin5/providers/Microsoft.Compute/virtualMachines/MSI-030119\",\r\n \"severity\": \"High\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": true,\r\n \"topologyScore\": 20,\r\n \"location\": \"northeurope\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLWin5/providers/Microsoft.Network/virtualNetworks/MSI-1295636147/subnets/MSI-1926702710\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLWin5/providers/Microsoft.Compute/virtualMachines/MSI-030129\",\r\n \"severity\": \"High\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": true,\r\n \"topologyScore\": 20,\r\n \"location\": \"northeurope\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLWin5/providers/Microsoft.Network/virtualNetworks/MSI-1295636147/subnets/MSI-1926702710\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLWin5/providers/Microsoft.Compute/virtualMachines/MSI-030117\",\r\n \"severity\": \"High\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": true,\r\n \"topologyScore\": 20,\r\n \"location\": \"northeurope\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLWin5/providers/Microsoft.Network/virtualNetworks/MSI-1295636147/subnets/MSI-1926702710\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLWin5/providers/Microsoft.Compute/virtualMachines/MSI-030124\",\r\n \"severity\": \"High\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": true,\r\n \"topologyScore\": 20,\r\n \"location\": \"northeurope\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLWin5/providers/Microsoft.Network/virtualNetworks/MSI-1295636147/subnets/MSI-1926702710\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLWin5/providers/Microsoft.Compute/virtualMachines/MSI-03019\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"northeurope\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLWin5/providers/Microsoft.Network/virtualNetworks/MSI-1295636147/subnets/MSI-1926702710\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLWin5/providers/Microsoft.Compute/virtualMachines/MSI-03016\",\r\n \"severity\": \"High\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": true,\r\n \"topologyScore\": 20,\r\n \"location\": \"northeurope\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLWin5/providers/Microsoft.Network/virtualNetworks/MSI-1295636147/subnets/MSI-1926702710\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLWin5/providers/Microsoft.Compute/virtualMachines/MSI-03015\",\r\n \"severity\": \"High\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": true,\r\n \"topologyScore\": 20,\r\n \"location\": \"northeurope\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLWin5/providers/Microsoft.Network/virtualNetworks/MSI-1295636147/subnets/MSI-1926702710\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLWin5/providers/Microsoft.Compute/virtualMachines/MSI-03013\",\r\n \"severity\": \"High\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": true,\r\n \"topologyScore\": 20,\r\n \"location\": \"northeurope\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLWin5/providers/Microsoft.Network/virtualNetworks/MSI-1295636147/subnets/MSI-1926702710\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLWin5/providers/Microsoft.Compute/virtualMachines/MSI-030118\",\r\n \"severity\": \"High\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": true,\r\n \"topologyScore\": 20,\r\n \"location\": \"northeurope\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLWin5/providers/Microsoft.Network/virtualNetworks/MSI-1295636147/subnets/MSI-1926702710\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLWin5/providers/Microsoft.Compute/virtualMachines/MSI-030115\",\r\n \"severity\": \"High\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": true,\r\n \"topologyScore\": 20,\r\n \"location\": \"northeurope\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLWin5/providers/Microsoft.Network/virtualNetworks/MSI-1295636147/subnets/MSI-1926702710\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLWin5/providers/Microsoft.Compute/virtualMachines/MSI-030126\",\r\n \"severity\": \"High\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": true,\r\n \"topologyScore\": 20,\r\n \"location\": \"northeurope\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLWin5/providers/Microsoft.Network/virtualNetworks/MSI-1295636147/subnets/MSI-1926702710\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLWin5/providers/Microsoft.Security/locations/westcentralus/topologies/virtualMachines\",\r\n \"name\": \"virtualMachines\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:32:48.4894363Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLWIN5/providers/Microsoft.Compute/virtualMachines/MSI-030113\",\r\n \"severity\": \"High\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": true,\r\n \"topologyScore\": 20,\r\n \"location\": \"northeurope\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLWin5/providers/Microsoft.Network/virtualNetworks/MSI-1295636147/subnets/MSI-1926702710\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLWIN5/providers/Microsoft.Compute/virtualMachines/MSI-030121\",\r\n \"severity\": \"High\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": true,\r\n \"topologyScore\": 20,\r\n \"location\": \"northeurope\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLWin5/providers/Microsoft.Network/virtualNetworks/MSI-1295636147/subnets/MSI-1926702710\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLWIN5/providers/Microsoft.Compute/virtualMachines/MSI-030111\",\r\n \"severity\": \"High\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": true,\r\n \"topologyScore\": 20,\r\n \"location\": \"northeurope\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLWin5/providers/Microsoft.Network/virtualNetworks/MSI-1295636147/subnets/MSI-1926702710\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLWIN5/providers/Microsoft.Compute/virtualMachines/MSI-030112\",\r\n \"severity\": \"High\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": true,\r\n \"topologyScore\": 20,\r\n \"location\": \"northeurope\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLWin5/providers/Microsoft.Network/virtualNetworks/MSI-1295636147/subnets/MSI-1926702710\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLWIN5/providers/Microsoft.Security/locations/westcentralus/topologies/virtualMachines\",\r\n \"name\": \"virtualMachines\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:32:48.4894363Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/barwafaug23/providers/Microsoft.Compute/virtualMachines/barwafaug23\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"westeurope\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/barwafaug23/providers/Microsoft.Network/virtualNetworks/barwafaug23-vnet/subnets/default\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/barwafaug23/providers/Microsoft.Security/locations/westcentralus/topologies/virtualMachines\",\r\n \"name\": \"virtualMachines\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:32:48.4894363Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/bengr-jit-test/providers/Microsoft.Compute/virtualMachines/bengr-jit-test1\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"westeurope\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/bengr-jit-test/providers/Microsoft.Network/virtualNetworks/bengr-jit-test-vnet/subnets/default\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/bengr-jit-test/providers/Microsoft.Compute/virtualMachines/bengr-jit-test3\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"westeurope\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/bengr-jit-test/providers/Microsoft.Network/virtualNetworks/bengr-jit-test-vnet/subnets/default\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/bengr-jit-test/providers/Microsoft.Security/locations/westcentralus/topologies/virtualMachines\",\r\n \"name\": \"virtualMachines\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:32:48.4894363Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/EREL/providers/Microsoft.Compute/virtualMachines/ErelLinux1\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"westeurope\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/Erel/providers/Microsoft.Network/virtualNetworks/Erel-vnet/subnets/default\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/EREL/providers/Microsoft.Compute/virtualMachines/TestVm2012\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"westeurope\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/Erel/providers/Microsoft.Network/virtualNetworks/Erel-vnet/subnets/default\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/EREL/providers/Microsoft.Security/locations/westcentralus/topologies/virtualMachines\",\r\n \"name\": \"virtualMachines\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:32:48.4894363Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/michael-RSG/providers/Microsoft.Compute/virtualMachines/michaelTest-20170212-5\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"westeurope\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/michael-RSG/providers/Microsoft.Network/virtualNetworks/michael-RSG-vnet/subnets/default\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/michael-RSG/providers/Microsoft.Compute/virtualMachines/michaelTest20170212-2\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"westeurope\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/michael-RSG/providers/Microsoft.Network/virtualNetworks/michael-RSG-vnet/subnets/default\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/michael-RSG/providers/Microsoft.Compute/virtualMachines/MichaelTest20170212\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"westeurope\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/michael-RSG/providers/Microsoft.Network/virtualNetworks/michael-RSG-vnet/subnets/default\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/michael-RSG/providers/Microsoft.Security/locations/westcentralus/topologies/virtualMachines\",\r\n \"name\": \"virtualMachines\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:32:48.4894363Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/NewRG/providers/Microsoft.Compute/virtualMachines/formimagenewrg\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"westeurope\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/NewRG/providers/Microsoft.Network/virtualNetworks/NewRG-vnet/subnets/default\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/NewRG/providers/Microsoft.Security/locations/westcentralus/topologies/virtualMachines\",\r\n \"name\": \"virtualMachines\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:32:48.4894363Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/ngfwmar18/providers/Microsoft.Compute/virtualMachines/ngfwmar18\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"westeurope\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/ngfwmar18/providers/Microsoft.Network/virtualNetworks/ngfwmar18-vnet/subnets/default\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/ngfwmar18/providers/Microsoft.Security/locations/westcentralus/topologies/virtualMachines\",\r\n \"name\": \"virtualMachines\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:32:48.4894363Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/NIC-NO-PIP/providers/Microsoft.Compute/virtualMachines/nic-no-pip-vm\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"westeurope\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/nic-no-pip/providers/Microsoft.Network/virtualNetworks/nic-no-pip-vnet/subnets/default\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/NIC-NO-PIP/providers/Microsoft.Security/locations/westcentralus/topologies/virtualMachines\",\r\n \"name\": \"virtualMachines\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:32:48.4894363Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/PARTNERS/providers/Microsoft.Compute/virtualMachines/711vm\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"westeurope\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/partners/providers/Microsoft.Network/virtualNetworks/barracuda2/subnets/barracuda2\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/PARTNERS/providers/Microsoft.Security/locations/westcentralus/topologies/virtualMachines\",\r\n \"name\": \"virtualMachines\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:32:48.4894363Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/partners/providers/Microsoft.Compute/virtualMachines/newvhd2\",\r\n \"severity\": \"High\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": true,\r\n \"topologyScore\": 20,\r\n \"location\": \"westeurope\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/partners/providers/Microsoft.Network/virtualNetworks/barracuda2/subnets/barracuda2\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/partners/providers/Microsoft.Compute/virtualMachines/webTest\",\r\n \"severity\": \"High\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": true,\r\n \"topologyScore\": 10,\r\n \"location\": \"westeurope\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/partners/providers/Microsoft.Network/virtualNetworks/bartestnet/subnets/default\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/partners/providers/Microsoft.Security/locations/westcentralus/topologies/virtualMachines\",\r\n \"name\": \"virtualMachines\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:32:48.4894363Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/RONENRG/providers/Microsoft.Compute/virtualMachines/ronen-EG-test\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"westeurope\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/ronenRG/providers/Microsoft.Network/virtualNetworks/ronenRG-vnet/subnets/default\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/RONENRG/providers/Microsoft.Compute/virtualMachines/ronen2\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"eastus2\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/ronenRG/providers/Microsoft.Network/virtualNetworks/ronenRGvnet957/subnets/default\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/RONENRG/providers/Microsoft.Compute/virtualMachines/ronen\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"eastus2\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/ronenRG/providers/Microsoft.Network/virtualNetworks/ronenRGvnet957/subnets/default\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/RONENRG/providers/Microsoft.Security/locations/westcentralus/topologies/virtualMachines\",\r\n \"name\": \"virtualMachines\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:32:48.4894363Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/SNIRNGFWSEVTEST/providers/Microsoft.Compute/virtualMachines/SnirNGFWSevTest0\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"westeurope\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/SnirNGFWSevTest/providers/Microsoft.Network/virtualNetworks/SnirNGFWSevTest/subnets/Subnet\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/SNIRNGFWSEVTEST/providers/Microsoft.Compute/virtualMachines/SnirNGFWSevTest1\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"westeurope\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/SnirNGFWSevTest/providers/Microsoft.Network/virtualNetworks/SnirNGFWSevTest/subnets/Subnet\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/SNIRNGFWSEVTEST/providers/Microsoft.Security/locations/westcentralus/topologies/virtualMachines\",\r\n \"name\": \"virtualMachines\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:32:48.4894363Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/TAL-TEST/providers/Microsoft.Compute/virtualMachines/taachime-win-vm\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"westeurope\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/Tal-Test/providers/Microsoft.Network/virtualNetworks/Tal-Test-vnet/subnets/default\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/TAL-TEST/providers/Microsoft.Security/locations/westcentralus/topologies/virtualMachines\",\r\n \"name\": \"virtualMachines\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:32:48.4894363Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/webapp1-asc3297/providers/Microsoft.Compute/virtualMachines/YanivWebApp1-waf0\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"westeurope\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/webapp1-asc3297/providers/Microsoft.Network/virtualNetworks/YanivWebApp1-waf/subnets/WebApplicationFirewalls\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/webapp1-asc3297/providers/Microsoft.Security/locations/westcentralus/topologies/virtualMachines\",\r\n \"name\": \"virtualMachines\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:32:48.4894363Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/webapp1-asc7933/providers/Microsoft.Compute/virtualMachines/YanivWebApp1-waf0\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"westeurope\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/webapp1-asc7933/providers/Microsoft.Network/virtualNetworks/YanivWebApp1-waf/subnets/WebApplicationFirewalls\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/webapp1-asc7933/providers/Microsoft.Security/locations/westcentralus/topologies/virtualMachines\",\r\n \"name\": \"virtualMachines\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:32:48.4894363Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/webapp2-asc756/providers/Microsoft.Compute/virtualMachines/YanivWebApp2-waf0\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"westeurope\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/webapp2-asc756/providers/Microsoft.Network/virtualNetworks/YanivWebApp2-waf/subnets/WebApplicationFirewalls\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/webapp2-asc756/providers/Microsoft.Security/locations/westcentralus/topologies/virtualMachines\",\r\n \"name\": \"virtualMachines\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:32:48.4894363Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/WEBAPP2/providers/Microsoft.Compute/virtualMachines/YanivWebApp2\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"westeurope\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/webapp2/providers/Microsoft.Network/virtualNetworks/webapp2/subnets/default\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/WEBAPP2/providers/Microsoft.Security/locations/westcentralus/topologies/virtualMachines\",\r\n \"name\": \"virtualMachines\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:32:48.4894363Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTest/providers/Microsoft.Compute/virtualMachines/MSI-18125\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"northcentralus\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTest/providers/Microsoft.Network/virtualNetworks/MSI-141907873/subnets/MSI-1408399572\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTest/providers/Microsoft.Compute/virtualMachines/MSI-181248\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"northcentralus\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTest/providers/Microsoft.Network/virtualNetworks/MSI-141907873/subnets/MSI-1408399572\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTest/providers/Microsoft.Compute/virtualMachines/MSI-181220\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"northcentralus\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTest/providers/Microsoft.Network/virtualNetworks/MSI-141907873/subnets/MSI-1408399572\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTest/providers/Microsoft.Compute/virtualMachines/MSI-181242\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"northcentralus\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTest/providers/Microsoft.Network/virtualNetworks/MSI-141907873/subnets/MSI-1408399572\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTest/providers/Microsoft.Compute/virtualMachines/MSI-18128\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"northcentralus\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTest/providers/Microsoft.Network/virtualNetworks/MSI-141907873/subnets/MSI-1408399572\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTest/providers/Microsoft.Compute/virtualMachines/MSI-181243\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"northcentralus\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTest/providers/Microsoft.Network/virtualNetworks/MSI-141907873/subnets/MSI-1408399572\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTest/providers/Microsoft.Compute/virtualMachines/MSI-181235\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"northcentralus\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTest/providers/Microsoft.Network/virtualNetworks/MSI-141907873/subnets/MSI-1408399572\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTest/providers/Microsoft.Compute/virtualMachines/MSI-18124\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"northcentralus\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTest/providers/Microsoft.Network/virtualNetworks/MSI-141907873/subnets/MSI-1408399572\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTest/providers/Microsoft.Compute/virtualMachines/MSI-181247\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"northcentralus\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTest/providers/Microsoft.Network/virtualNetworks/MSI-141907873/subnets/MSI-1408399572\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTest/providers/Microsoft.Compute/virtualMachines/MSI-181218\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"northcentralus\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTest/providers/Microsoft.Network/virtualNetworks/MSI-141907873/subnets/MSI-1408399572\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTest/providers/Microsoft.Compute/virtualMachines/MSI-181232\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"northcentralus\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTest/providers/Microsoft.Network/virtualNetworks/MSI-141907873/subnets/MSI-1408399572\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTest/providers/Microsoft.Compute/virtualMachines/MSI-181223\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"northcentralus\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTest/providers/Microsoft.Network/virtualNetworks/MSI-141907873/subnets/MSI-1408399572\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTest/providers/Microsoft.Compute/virtualMachines/MSI-181210\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"northcentralus\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTest/providers/Microsoft.Network/virtualNetworks/MSI-141907873/subnets/MSI-1408399572\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTest/providers/Microsoft.Compute/virtualMachines/MSI-18120\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"northcentralus\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTest/providers/Microsoft.Network/virtualNetworks/MSI-141907873/subnets/MSI-1408399572\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTest/providers/Microsoft.Compute/virtualMachines/MSI-18123\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"northcentralus\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTest/providers/Microsoft.Network/virtualNetworks/MSI-141907873/subnets/MSI-1408399572\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTest/providers/Microsoft.Compute/virtualMachines/MSI-181234\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"northcentralus\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTest/providers/Microsoft.Network/virtualNetworks/MSI-141907873/subnets/MSI-1408399572\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTest/providers/Microsoft.Compute/virtualMachines/MSI-181236\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"northcentralus\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTest/providers/Microsoft.Network/virtualNetworks/MSI-141907873/subnets/MSI-1408399572\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTest/providers/Microsoft.Compute/virtualMachines/MSI-181221\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"northcentralus\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTest/providers/Microsoft.Network/virtualNetworks/MSI-141907873/subnets/MSI-1408399572\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTest/providers/Microsoft.Compute/virtualMachines/MSI-181240\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"northcentralus\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTest/providers/Microsoft.Network/virtualNetworks/MSI-141907873/subnets/MSI-1408399572\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTest/providers/Microsoft.Compute/virtualMachines/MSI-181215\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"northcentralus\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTest/providers/Microsoft.Network/virtualNetworks/MSI-141907873/subnets/MSI-1408399572\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTest/providers/Microsoft.Compute/virtualMachines/MSI-181245\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"northcentralus\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTest/providers/Microsoft.Network/virtualNetworks/MSI-141907873/subnets/MSI-1408399572\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTest/providers/Microsoft.Compute/virtualMachines/MSI-181231\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"northcentralus\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTest/providers/Microsoft.Network/virtualNetworks/MSI-141907873/subnets/MSI-1408399572\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTest/providers/Microsoft.Compute/virtualMachines/MSI-181211\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"northcentralus\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTest/providers/Microsoft.Network/virtualNetworks/MSI-141907873/subnets/MSI-1408399572\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTest/providers/Microsoft.Compute/virtualMachines/MSI-181238\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"northcentralus\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTest/providers/Microsoft.Network/virtualNetworks/MSI-141907873/subnets/MSI-1408399572\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTest/providers/Microsoft.Compute/virtualMachines/MSI-18122\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"northcentralus\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTest/providers/Microsoft.Network/virtualNetworks/MSI-141907873/subnets/MSI-1408399572\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTest/providers/Microsoft.Compute/virtualMachines/MSI-181217\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"northcentralus\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTest/providers/Microsoft.Network/virtualNetworks/MSI-141907873/subnets/MSI-1408399572\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTest/providers/Microsoft.Compute/virtualMachines/MSI-181214\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"northcentralus\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTest/providers/Microsoft.Network/virtualNetworks/MSI-141907873/subnets/MSI-1408399572\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTest/providers/Microsoft.Compute/virtualMachines/MSI-181222\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"northcentralus\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTest/providers/Microsoft.Network/virtualNetworks/MSI-141907873/subnets/MSI-1408399572\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTest/providers/Microsoft.Compute/virtualMachines/MSI-181224\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"northcentralus\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTest/providers/Microsoft.Network/virtualNetworks/MSI-141907873/subnets/MSI-1408399572\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTest/providers/Microsoft.Compute/virtualMachines/MSI-181237\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"northcentralus\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTest/providers/Microsoft.Network/virtualNetworks/MSI-141907873/subnets/MSI-1408399572\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTest/providers/Microsoft.Compute/virtualMachines/MSI-181228\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"northcentralus\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTest/providers/Microsoft.Network/virtualNetworks/MSI-141907873/subnets/MSI-1408399572\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTest/providers/Microsoft.Compute/virtualMachines/MSI-181230\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"northcentralus\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTest/providers/Microsoft.Network/virtualNetworks/MSI-141907873/subnets/MSI-1408399572\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTest/providers/Microsoft.Compute/virtualMachines/MSI-181219\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"northcentralus\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTest/providers/Microsoft.Network/virtualNetworks/MSI-141907873/subnets/MSI-1408399572\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTest/providers/Microsoft.Compute/virtualMachines/MSI-181239\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"northcentralus\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTest/providers/Microsoft.Network/virtualNetworks/MSI-141907873/subnets/MSI-1408399572\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTest/providers/Microsoft.Compute/virtualMachines/MSI-181244\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"northcentralus\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTest/providers/Microsoft.Network/virtualNetworks/MSI-141907873/subnets/MSI-1408399572\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTest/providers/Microsoft.Compute/virtualMachines/MSI-181225\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"northcentralus\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTest/providers/Microsoft.Network/virtualNetworks/MSI-141907873/subnets/MSI-1408399572\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTest/providers/Microsoft.Compute/virtualMachines/MSI-181246\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"northcentralus\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTest/providers/Microsoft.Network/virtualNetworks/MSI-141907873/subnets/MSI-1408399572\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTest/providers/Microsoft.Compute/virtualMachines/MSI-181216\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"northcentralus\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTest/providers/Microsoft.Network/virtualNetworks/MSI-141907873/subnets/MSI-1408399572\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTest/providers/Microsoft.Compute/virtualMachines/MSI-18121\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"northcentralus\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTest/providers/Microsoft.Network/virtualNetworks/MSI-141907873/subnets/MSI-1408399572\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTest/providers/Microsoft.Compute/virtualMachines/MSI-181233\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"northcentralus\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTest/providers/Microsoft.Network/virtualNetworks/MSI-141907873/subnets/MSI-1408399572\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTest/providers/Microsoft.Compute/virtualMachines/MSI-181229\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"northcentralus\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTest/providers/Microsoft.Network/virtualNetworks/MSI-141907873/subnets/MSI-1408399572\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTest/providers/Microsoft.Compute/virtualMachines/MSI-181226\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"northcentralus\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTest/providers/Microsoft.Network/virtualNetworks/MSI-141907873/subnets/MSI-1408399572\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTest/providers/Microsoft.Compute/virtualMachines/MSI-181212\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"northcentralus\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTest/providers/Microsoft.Network/virtualNetworks/MSI-141907873/subnets/MSI-1408399572\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTest/providers/Microsoft.Security/locations/westcentralus/topologies/virtualMachines\",\r\n \"name\": \"virtualMachines\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:32:48.4894363Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTEST/providers/Microsoft.Compute/virtualMachines/MSI-18127\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"northcentralus\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTest/providers/Microsoft.Network/virtualNetworks/MSI-141907873/subnets/MSI-1408399572\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTEST/providers/Microsoft.Compute/virtualMachines/MSI-181213\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"northcentralus\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTest/providers/Microsoft.Network/virtualNetworks/MSI-141907873/subnets/MSI-1408399572\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTEST/providers/Microsoft.Compute/virtualMachines/MSI-18129\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"northcentralus\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTest/providers/Microsoft.Network/virtualNetworks/MSI-141907873/subnets/MSI-1408399572\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTEST/providers/Microsoft.Compute/virtualMachines/MSI-181227\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"northcentralus\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTest/providers/Microsoft.Network/virtualNetworks/MSI-141907873/subnets/MSI-1408399572\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTEST/providers/Microsoft.Compute/virtualMachines/MSI-18126\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"northcentralus\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTest/providers/Microsoft.Network/virtualNetworks/MSI-141907873/subnets/MSI-1408399572\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTEST/providers/Microsoft.Compute/virtualMachines/MSI-181241\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"northcentralus\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTest/providers/Microsoft.Network/virtualNetworks/MSI-141907873/subnets/MSI-1408399572\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTEST/providers/Microsoft.Security/locations/westcentralus/topologies/virtualMachines\",\r\n \"name\": \"virtualMachines\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:32:48.4894363Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MC_aks-linux_aks-linux_southcentralus/providers/Microsoft.Compute/virtualMachines/aks-agentpool-13292662-0\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"southcentralus\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MC_aks-linux_aks-linux_southcentralus/providers/Microsoft.Network/virtualNetworks/aks-vnet-13292662/subnets/aks-subnet\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MC_aks-linux_aks-linux_southcentralus/providers/Microsoft.Compute/virtualMachines/aks-agentpool-13292662-1\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"southcentralus\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MC_aks-linux_aks-linux_southcentralus/providers/Microsoft.Network/virtualNetworks/aks-vnet-13292662/subnets/aks-subnet\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MC_aks-linux_aks-linux_southcentralus/providers/Microsoft.Compute/virtualMachines/aks-agentpool-13292662-2\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"southcentralus\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MC_aks-linux_aks-linux_southcentralus/providers/Microsoft.Network/virtualNetworks/aks-vnet-13292662/subnets/aks-subnet\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MC_aks-linux_aks-linux_southcentralus/providers/Microsoft.Security/locations/westcentralus/topologies/virtualMachines\",\r\n \"name\": \"virtualMachines\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:32:48.4894363Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/siksak/providers/Microsoft.Compute/virtualMachines/deployment-waf0\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"southcentralus\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/siksak/providers/Microsoft.Network/virtualNetworks/deployment-waf/subnets/WebApplicationFirewalls\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/siksak/providers/Microsoft.Security/locations/westcentralus/topologies/virtualMachines\",\r\n \"name\": \"virtualMachines\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:32:48.4894363Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/AVIRESOURCEGROUP/providers/Microsoft.Compute/virtualMachines/avivm1\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"centralus\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/aviresourcegroup/providers/Microsoft.Network/virtualNetworks/avi_vnet/subnets/subnet2\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/AVIRESOURCEGROUP/providers/Microsoft.Security/locations/westcentralus/topologies/virtualMachines\",\r\n \"name\": \"virtualMachines\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:32:48.4894363Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/BaracudaProvision/providers/Microsoft.Compute/virtualMachines/bwaf\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"centralus\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/BaracudaProvision/providers/Microsoft.Network/virtualNetworks/BaracudaProvision/subnets/Bnet\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/BaracudaProvision/providers/Microsoft.Network/virtualNetworks/BaracudaProvision/subnets/Bnet\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/BaracudaProvision/providers/Microsoft.Security/locations/westcentralus/topologies/virtualMachines\",\r\n \"name\": \"virtualMachines\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:32:48.4894363Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/EIAGMON-EILONAG-RG/providers/Microsoft.Compute/virtualMachines/eiagmon-22051\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"centralus\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/eiagmon-EilonAg-RG/providers/Microsoft.Network/virtualNetworks/eiagmon-771582838/subnets/eiagmon-576364626\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/EIAGMON-EILONAG-RG/providers/Microsoft.Compute/virtualMachines/eiagmon-22050\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"Internal\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"centralus\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/eiagmon-EilonAg-RG/providers/Microsoft.Network/virtualNetworks/eiagmon-771582838/subnets/eiagmon-576364626\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/EIAGMON-EILONAG-RG/providers/Microsoft.Security/locations/westcentralus/topologies/virtualMachines\",\r\n \"name\": \"virtualMachines\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:32:48.4894363Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/erelh-DSC/providers/Microsoft.Compute/virtualMachines/erelh-14011\",\r\n \"severity\": \"High\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": true,\r\n \"topologyScore\": 30,\r\n \"location\": \"centralus\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/erelh-DSC/providers/Microsoft.Network/virtualNetworks/erelh-1516029683/subnets/erelh-928377125\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/erelh-DSC/providers/Microsoft.Compute/virtualMachines/erelh-14010\",\r\n \"severity\": \"High\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": true,\r\n \"topologyScore\": 30,\r\n \"location\": \"centralus\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/erelh-DSC/providers/Microsoft.Network/virtualNetworks/erelh-1516029683/subnets/erelh-928377125\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/erelh-DSC/providers/Microsoft.Security/locations/westcentralus/topologies/virtualMachines\",\r\n \"name\": \"virtualMachines\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:32:48.4894363Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/ERELH-STABLE/providers/Microsoft.Compute/virtualMachines/erelh-16091\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"centralus\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/erelh-Stable/providers/Microsoft.Network/virtualNetworks/erelh-497711546/subnets/erelh-694938725\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/ERELH-STABLE/providers/Microsoft.Compute/virtualMachines/erelh-16090\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"centralus\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/erelh-Stable/providers/Microsoft.Network/virtualNetworks/erelh-497711546/subnets/erelh-694938725\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/ERELH-STABLE/providers/Microsoft.Security/locations/westcentralus/topologies/virtualMachines\",\r\n \"name\": \"virtualMachines\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:32:48.4894363Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/pan_8.1.0-c1070.fs2_rel/providers/Microsoft.Compute/virtualMachines/pa2\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"centralus\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/pan_8.1.0-c1070.fs2_rel/providers/Microsoft.Network/virtualNetworks/fwVNETPAN10/subnets/Mgmt\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/pan_8.1.0-c1070.fs2_rel/providers/Microsoft.Security/locations/westcentralus/topologies/virtualMachines\",\r\n \"name\": \"virtualMachines\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:32:48.4894363Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/V-ARRIKL-SCHEDULEDAPPS/providers/Microsoft.Compute/virtualMachines/v-arrikl-14060\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"centralus\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/v-arrikl-ScheduledApps/providers/Microsoft.Network/virtualNetworks/v-arrikl-2073707963/subnets/v-arrikl-2041612502\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/V-ARRIKL-SCHEDULEDAPPS/providers/Microsoft.Compute/virtualMachines/v-arrikl-14062\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"centralus\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/v-arrikl-ScheduledApps/providers/Microsoft.Network/virtualNetworks/v-arrikl-2073707963/subnets/v-arrikl-2041612502\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/V-ARRIKL-SCHEDULEDAPPS/providers/Microsoft.Compute/virtualMachines/v-arrikl-14061\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"centralus\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/v-arrikl-ScheduledApps/providers/Microsoft.Network/virtualNetworks/v-arrikl-2073707963/subnets/v-arrikl-2041612502\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/V-ARRIKL-SCHEDULEDAPPS/providers/Microsoft.Security/locations/westcentralus/topologies/virtualMachines\",\r\n \"name\": \"virtualMachines\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:32:48.4894363Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/Erel/providers/Microsoft.Compute/virtualMachines/Erel2016-b\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"japaneast\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/Erel/providers/Microsoft.Network/virtualNetworks/Erelvnet938/subnets/default\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/Erel/providers/Microsoft.Security/locations/westcentralus/topologies/virtualMachines\",\r\n \"name\": \"virtualMachines\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:32:48.4894363Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/webapp1-asc8304/providers/Microsoft.Compute/virtualMachines/YanivWebApp1-waf0\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"japaneast\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/webapp1-asc8304/providers/Microsoft.Network/virtualNetworks/YanivWebApp1-waf/subnets/WebApplicationFirewalls\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/webapp1-asc8304/providers/Microsoft.Security/locations/westcentralus/topologies/virtualMachines\",\r\n \"name\": \"virtualMachines\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:32:48.4894363Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/AMAVIRAM-PPTEST/providers/Microsoft.Compute/virtualMachines/amaviram-18129\",\r\n \"severity\": \"High\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": true,\r\n \"topologyScore\": 30,\r\n \"location\": \"australiaeast\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/amaviram-PPtest/providers/Microsoft.Network/virtualNetworks/amaviram-2098151420/subnets/amaviram-635182180\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/AMAVIRAM-PPTEST/providers/Microsoft.Compute/virtualMachines/amaviram-18128\",\r\n \"severity\": \"High\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": true,\r\n \"topologyScore\": 30,\r\n \"location\": \"australiaeast\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/amaviram-PPtest/providers/Microsoft.Network/virtualNetworks/amaviram-2098151420/subnets/amaviram-635182180\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/AMAVIRAM-PPTEST/providers/Microsoft.Compute/virtualMachines/amaviram-18127\",\r\n \"severity\": \"High\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": true,\r\n \"topologyScore\": 30,\r\n \"location\": \"australiaeast\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/amaviram-PPtest/providers/Microsoft.Network/virtualNetworks/amaviram-2098151420/subnets/amaviram-635182180\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/AMAVIRAM-PPTEST/providers/Microsoft.Security/locations/westcentralus/topologies/virtualMachines\",\r\n \"name\": \"virtualMachines\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:32:48.4894363Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/testady1/providers/Microsoft.Compute/virtualMachines/vm2nic\",\r\n \"severity\": \"High\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": true,\r\n \"topologyScore\": 60,\r\n \"location\": \"centralindia\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/testady1/providers/Microsoft.Network/virtualNetworks/testady1-vnet/subnets/default\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/testady1/providers/Microsoft.Compute/virtualMachines/vm2nic\",\r\n \"severity\": \"High\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": true,\r\n \"topologyScore\": 60,\r\n \"location\": \"centralindia\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/testady1/providers/Microsoft.Network/virtualNetworks/testady1-vnet/subnets/default\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/testady1/providers/Microsoft.Security/locations/westcentralus/topologies/virtualMachines\",\r\n \"name\": \"virtualMachines\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:32:48.4894363Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/checkpoint/providers/Microsoft.Compute/virtualMachines/Checkpoint2\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"westcentralus\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/checkpoint/providers/Microsoft.Network/virtualNetworks/vnet01/subnets/Management\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/checkpoint/providers/Microsoft.Security/locations/westcentralus/topologies/virtualMachines\",\r\n \"name\": \"virtualMachines\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:32:48.4894363Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTesWIN/providers/Microsoft.Compute/virtualMachines/MSI-191226\",\r\n \"severity\": \"High\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": true,\r\n \"topologyScore\": 20,\r\n \"location\": \"westcentralus\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTesWIN/providers/Microsoft.Network/virtualNetworks/MSI-382200227/subnets/MSI-95015031\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTesWIN/providers/Microsoft.Compute/virtualMachines/MSI-19120\",\r\n \"severity\": \"High\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": true,\r\n \"topologyScore\": 20,\r\n \"location\": \"westcentralus\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTesWIN/providers/Microsoft.Network/virtualNetworks/MSI-382200227/subnets/MSI-95015031\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTesWIN/providers/Microsoft.Compute/virtualMachines/MSI-191210\",\r\n \"severity\": \"High\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": true,\r\n \"topologyScore\": 20,\r\n \"location\": \"westcentralus\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTesWIN/providers/Microsoft.Network/virtualNetworks/MSI-382200227/subnets/MSI-95015031\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTesWIN/providers/Microsoft.Compute/virtualMachines/MSI-191221\",\r\n \"severity\": \"High\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": true,\r\n \"topologyScore\": 20,\r\n \"location\": \"westcentralus\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTesWIN/providers/Microsoft.Network/virtualNetworks/MSI-382200227/subnets/MSI-95015031\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTesWIN/providers/Microsoft.Compute/virtualMachines/MSI-191231\",\r\n \"severity\": \"High\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": true,\r\n \"topologyScore\": 20,\r\n \"location\": \"westcentralus\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTesWIN/providers/Microsoft.Network/virtualNetworks/MSI-382200227/subnets/MSI-95015031\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTesWIN/providers/Microsoft.Compute/virtualMachines/MSI-191244\",\r\n \"severity\": \"High\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": true,\r\n \"topologyScore\": 20,\r\n \"location\": \"westcentralus\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTesWIN/providers/Microsoft.Network/virtualNetworks/MSI-382200227/subnets/MSI-95015031\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTesWIN/providers/Microsoft.Compute/virtualMachines/MSI-19121\",\r\n \"severity\": \"High\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": true,\r\n \"topologyScore\": 20,\r\n \"location\": \"westcentralus\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTesWIN/providers/Microsoft.Network/virtualNetworks/MSI-382200227/subnets/MSI-95015031\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTesWIN/providers/Microsoft.Compute/virtualMachines/MSI-191242\",\r\n \"severity\": \"High\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": true,\r\n \"topologyScore\": 20,\r\n \"location\": \"westcentralus\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTesWIN/providers/Microsoft.Network/virtualNetworks/MSI-382200227/subnets/MSI-95015031\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTesWIN/providers/Microsoft.Compute/virtualMachines/MSI-191230\",\r\n \"severity\": \"High\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": true,\r\n \"topologyScore\": 20,\r\n \"location\": \"westcentralus\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTesWIN/providers/Microsoft.Network/virtualNetworks/MSI-382200227/subnets/MSI-95015031\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTesWIN/providers/Microsoft.Compute/virtualMachines/MSI-191241\",\r\n \"severity\": \"High\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": true,\r\n \"topologyScore\": 20,\r\n \"location\": \"westcentralus\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTesWIN/providers/Microsoft.Network/virtualNetworks/MSI-382200227/subnets/MSI-95015031\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTesWIN/providers/Microsoft.Compute/virtualMachines/MSI-19129\",\r\n \"severity\": \"High\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": true,\r\n \"topologyScore\": 20,\r\n \"location\": \"westcentralus\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTesWIN/providers/Microsoft.Network/virtualNetworks/MSI-382200227/subnets/MSI-95015031\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTesWIN/providers/Microsoft.Compute/virtualMachines/MSI-191214\",\r\n \"severity\": \"High\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": true,\r\n \"topologyScore\": 20,\r\n \"location\": \"westcentralus\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTesWIN/providers/Microsoft.Network/virtualNetworks/MSI-382200227/subnets/MSI-95015031\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTesWIN/providers/Microsoft.Compute/virtualMachines/MSI-191217\",\r\n \"severity\": \"High\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": true,\r\n \"topologyScore\": 20,\r\n \"location\": \"westcentralus\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTesWIN/providers/Microsoft.Network/virtualNetworks/MSI-382200227/subnets/MSI-95015031\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTesWIN/providers/Microsoft.Compute/virtualMachines/MSI-191245\",\r\n \"severity\": \"High\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": true,\r\n \"topologyScore\": 20,\r\n \"location\": \"westcentralus\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTesWIN/providers/Microsoft.Network/virtualNetworks/MSI-382200227/subnets/MSI-95015031\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTesWIN/providers/Microsoft.Compute/virtualMachines/MSI-191212\",\r\n \"severity\": \"High\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": true,\r\n \"topologyScore\": 20,\r\n \"location\": \"westcentralus\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTesWIN/providers/Microsoft.Network/virtualNetworks/MSI-382200227/subnets/MSI-95015031\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTesWIN/providers/Microsoft.Compute/virtualMachines/MSI-191215\",\r\n \"severity\": \"High\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": true,\r\n \"topologyScore\": 20,\r\n \"location\": \"westcentralus\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTesWIN/providers/Microsoft.Network/virtualNetworks/MSI-382200227/subnets/MSI-95015031\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTesWIN/providers/Microsoft.Compute/virtualMachines/MSI-191234\",\r\n \"severity\": \"High\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": true,\r\n \"topologyScore\": 20,\r\n \"location\": \"westcentralus\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTesWIN/providers/Microsoft.Network/virtualNetworks/MSI-382200227/subnets/MSI-95015031\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTesWIN/providers/Microsoft.Compute/virtualMachines/MSI-191235\",\r\n \"severity\": \"High\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": true,\r\n \"topologyScore\": 20,\r\n \"location\": \"westcentralus\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTesWIN/providers/Microsoft.Network/virtualNetworks/MSI-382200227/subnets/MSI-95015031\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTesWIN/providers/Microsoft.Compute/virtualMachines/MSI-191219\",\r\n \"severity\": \"High\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": true,\r\n \"topologyScore\": 20,\r\n \"location\": \"westcentralus\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTesWIN/providers/Microsoft.Network/virtualNetworks/MSI-382200227/subnets/MSI-95015031\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTesWIN/providers/Microsoft.Compute/virtualMachines/MSI-191240\",\r\n \"severity\": \"High\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": true,\r\n \"topologyScore\": 20,\r\n \"location\": \"westcentralus\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTesWIN/providers/Microsoft.Network/virtualNetworks/MSI-382200227/subnets/MSI-95015031\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTesWIN/providers/Microsoft.Compute/virtualMachines/MSI-191225\",\r\n \"severity\": \"High\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": true,\r\n \"topologyScore\": 20,\r\n \"location\": \"westcentralus\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTesWIN/providers/Microsoft.Network/virtualNetworks/MSI-382200227/subnets/MSI-95015031\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTesWIN/providers/Microsoft.Compute/virtualMachines/MSI-191222\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"westcentralus\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTesWIN/providers/Microsoft.Network/virtualNetworks/MSI-382200227/subnets/MSI-95015031\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTesWIN/providers/Microsoft.Compute/virtualMachines/MSI-191223\",\r\n \"severity\": \"High\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": true,\r\n \"topologyScore\": 20,\r\n \"location\": \"westcentralus\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTesWIN/providers/Microsoft.Network/virtualNetworks/MSI-382200227/subnets/MSI-95015031\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTesWIN/providers/Microsoft.Compute/virtualMachines/MSI-191216\",\r\n \"severity\": \"High\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": true,\r\n \"topologyScore\": 20,\r\n \"location\": \"westcentralus\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTesWIN/providers/Microsoft.Network/virtualNetworks/MSI-382200227/subnets/MSI-95015031\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTesWIN/providers/Microsoft.Compute/virtualMachines/MSI-191233\",\r\n \"severity\": \"High\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": true,\r\n \"topologyScore\": 20,\r\n \"location\": \"westcentralus\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTesWIN/providers/Microsoft.Network/virtualNetworks/MSI-382200227/subnets/MSI-95015031\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTesWIN/providers/Microsoft.Compute/virtualMachines/MSI-191246\",\r\n \"severity\": \"High\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": true,\r\n \"topologyScore\": 20,\r\n \"location\": \"westcentralus\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTesWIN/providers/Microsoft.Network/virtualNetworks/MSI-382200227/subnets/MSI-95015031\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTesWIN/providers/Microsoft.Compute/virtualMachines/MSI-191211\",\r\n \"severity\": \"High\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": true,\r\n \"topologyScore\": 20,\r\n \"location\": \"westcentralus\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTesWIN/providers/Microsoft.Network/virtualNetworks/MSI-382200227/subnets/MSI-95015031\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTesWIN/providers/Microsoft.Compute/virtualMachines/MSI-191220\",\r\n \"severity\": \"High\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": true,\r\n \"topologyScore\": 20,\r\n \"location\": \"westcentralus\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTesWIN/providers/Microsoft.Network/virtualNetworks/MSI-382200227/subnets/MSI-95015031\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTesWIN/providers/Microsoft.Compute/virtualMachines/MSI-191228\",\r\n \"severity\": \"High\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": true,\r\n \"topologyScore\": 20,\r\n \"location\": \"westcentralus\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTesWIN/providers/Microsoft.Network/virtualNetworks/MSI-382200227/subnets/MSI-95015031\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTesWIN/providers/Microsoft.Compute/virtualMachines/MSI-191218\",\r\n \"severity\": \"High\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": true,\r\n \"topologyScore\": 20,\r\n \"location\": \"westcentralus\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTesWIN/providers/Microsoft.Network/virtualNetworks/MSI-382200227/subnets/MSI-95015031\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTesWIN/providers/Microsoft.Compute/virtualMachines/MSI-191239\",\r\n \"severity\": \"High\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": true,\r\n \"topologyScore\": 20,\r\n \"location\": \"westcentralus\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTesWIN/providers/Microsoft.Network/virtualNetworks/MSI-382200227/subnets/MSI-95015031\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTesWIN/providers/Microsoft.Compute/virtualMachines/MSI-19127\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"westcentralus\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTesWIN/providers/Microsoft.Network/virtualNetworks/MSI-382200227/subnets/MSI-95015031\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTesWIN/providers/Microsoft.Compute/virtualMachines/MSI-191237\",\r\n \"severity\": \"High\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": true,\r\n \"topologyScore\": 20,\r\n \"location\": \"westcentralus\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTesWIN/providers/Microsoft.Network/virtualNetworks/MSI-382200227/subnets/MSI-95015031\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTesWIN/providers/Microsoft.Compute/virtualMachines/MSI-191213\",\r\n \"severity\": \"High\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": true,\r\n \"topologyScore\": 20,\r\n \"location\": \"westcentralus\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTesWIN/providers/Microsoft.Network/virtualNetworks/MSI-382200227/subnets/MSI-95015031\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTesWIN/providers/Microsoft.Compute/virtualMachines/MSI-191238\",\r\n \"severity\": \"High\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": true,\r\n \"topologyScore\": 20,\r\n \"location\": \"westcentralus\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTesWIN/providers/Microsoft.Network/virtualNetworks/MSI-382200227/subnets/MSI-95015031\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTesWIN/providers/Microsoft.Compute/virtualMachines/MSI-191227\",\r\n \"severity\": \"High\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": true,\r\n \"topologyScore\": 20,\r\n \"location\": \"westcentralus\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTesWIN/providers/Microsoft.Network/virtualNetworks/MSI-382200227/subnets/MSI-95015031\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTesWIN/providers/Microsoft.Compute/virtualMachines/MSI-19125\",\r\n \"severity\": \"High\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": true,\r\n \"topologyScore\": 20,\r\n \"location\": \"westcentralus\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTesWIN/providers/Microsoft.Network/virtualNetworks/MSI-382200227/subnets/MSI-95015031\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTesWIN/providers/Microsoft.Compute/virtualMachines/MSI-191229\",\r\n \"severity\": \"High\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": true,\r\n \"topologyScore\": 20,\r\n \"location\": \"westcentralus\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTesWIN/providers/Microsoft.Network/virtualNetworks/MSI-382200227/subnets/MSI-95015031\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTesWIN/providers/Microsoft.Compute/virtualMachines/MSI-19126\",\r\n \"severity\": \"High\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": true,\r\n \"topologyScore\": 20,\r\n \"location\": \"westcentralus\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTesWIN/providers/Microsoft.Network/virtualNetworks/MSI-382200227/subnets/MSI-95015031\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTesWIN/providers/Microsoft.Compute/virtualMachines/MSI-19124\",\r\n \"severity\": \"High\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": true,\r\n \"topologyScore\": 20,\r\n \"location\": \"westcentralus\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTesWIN/providers/Microsoft.Network/virtualNetworks/MSI-382200227/subnets/MSI-95015031\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTesWIN/providers/Microsoft.Compute/virtualMachines/MSI-191232\",\r\n \"severity\": \"High\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": true,\r\n \"topologyScore\": 20,\r\n \"location\": \"westcentralus\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTesWIN/providers/Microsoft.Network/virtualNetworks/MSI-382200227/subnets/MSI-95015031\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTesWIN/providers/Microsoft.Compute/virtualMachines/MSI-19123\",\r\n \"severity\": \"High\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": true,\r\n \"topologyScore\": 20,\r\n \"location\": \"westcentralus\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTesWIN/providers/Microsoft.Network/virtualNetworks/MSI-382200227/subnets/MSI-95015031\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTesWIN/providers/Microsoft.Compute/virtualMachines/MSI-19122\",\r\n \"severity\": \"High\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": true,\r\n \"topologyScore\": 20,\r\n \"location\": \"westcentralus\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTesWIN/providers/Microsoft.Network/virtualNetworks/MSI-382200227/subnets/MSI-95015031\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTesWIN/providers/Microsoft.Compute/virtualMachines/MSI-191224\",\r\n \"severity\": \"High\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": true,\r\n \"topologyScore\": 20,\r\n \"location\": \"westcentralus\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTesWIN/providers/Microsoft.Network/virtualNetworks/MSI-382200227/subnets/MSI-95015031\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTesWIN/providers/Microsoft.Compute/virtualMachines/MSI-191243\",\r\n \"severity\": \"High\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": true,\r\n \"topologyScore\": 20,\r\n \"location\": \"westcentralus\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTesWIN/providers/Microsoft.Network/virtualNetworks/MSI-382200227/subnets/MSI-95015031\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTesWIN/providers/Microsoft.Compute/virtualMachines/MSI-191236\",\r\n \"severity\": \"High\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": true,\r\n \"topologyScore\": 20,\r\n \"location\": \"westcentralus\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTesWIN/providers/Microsoft.Network/virtualNetworks/MSI-382200227/subnets/MSI-95015031\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTesWIN/providers/Microsoft.Security/locations/westcentralus/topologies/virtualMachines\",\r\n \"name\": \"virtualMachines\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:32:48.4894363Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTESWIN/providers/Microsoft.Compute/virtualMachines/MSI-19128\",\r\n \"severity\": \"High\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": true,\r\n \"topologyScore\": 20,\r\n \"location\": \"westcentralus\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTesWIN/providers/Microsoft.Network/virtualNetworks/MSI-382200227/subnets/MSI-95015031\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/MSI-GLTESWIN/providers/Microsoft.Security/locations/westcentralus/topologies/virtualMachines\",\r\n \"name\": \"virtualMachines\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"type\": \"Microsoft.Security/locations/topologies\",\r\n \"properties\": {\r\n \"calculatedDateTime\": \"2020-06-21T12:32:48.4894363Z\",\r\n \"topologyResources\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/qualyslinux/providers/Microsoft.Compute/virtualMachines/qualyslinux2\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"westus2\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/qualyslinux/providers/Microsoft.Network/virtualNetworks/qualyslinux-vnet/subnets/default\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/qualyslinux/providers/Microsoft.Compute/virtualMachines/qualyslinux\",\r\n \"severity\": \"Healthy\",\r\n \"networkZones\": \"InternetFacing\",\r\n \"recommendationsExist\": false,\r\n \"topologyScore\": 0,\r\n \"location\": \"westus2\",\r\n \"parents\": [\r\n {\r\n \"resourceId\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/qualyslinux/providers/Microsoft.Network/virtualNetworks/qualyslinux-vnet/subnets/default\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"id\": \"/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/qualyslinux/providers/Microsoft.Security/locations/westcentralus/topologies/virtualMachines\",\r\n \"name\": \"virtualMachines\",\r\n \"location\": \"westcentralus\"\r\n }\r\n ]\r\n}", + "StatusCode": 200 + } + ], + "Names": {}, + "Variables": { + "SubscriptionId": "3eeab341-f466-499c-a8be-85427e154baf" + } +} \ No newline at end of file diff --git a/src/Security/Security/Az.Security.psd1 b/src/Security/Security/Az.Security.psd1 index 47dd7cf8c435..32b2a9da5d86 100644 --- a/src/Security/Security/Az.Security.psd1 +++ b/src/Security/Security/Az.Security.psd1 @@ -3,7 +3,7 @@ # # Generated by: Microsoft Corporation # -# Generated on: 5/13/2020 +# Generated on: 6/17/2020 # @{ @@ -12,7 +12,7 @@ # RootModule = '' # Version number of this module. -ModuleVersion = '0.7.8' +ModuleVersion = '0.7.9' # Supported PSEditions CompatiblePSEditions = 'Core', 'Desktop' @@ -53,7 +53,7 @@ DotNetFrameworkVersion = '4.7.2' # ProcessorArchitecture = '' # Modules that must be imported into the global environment prior to importing this module -RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.8.1'; }) +RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.9.0'; }) # Assemblies that must be loaded prior to importing this module RequiredAssemblies = 'Microsoft.Azure.Management.SecurityCenter.dll' @@ -107,11 +107,15 @@ CmdletsToExport = 'Get-AzSecurityAlert', 'Set-AzSecurityAlert', 'Get-AzSqlInformationProtectionPolicy', 'Get-AzRegulatoryComplianceStandard', 'Get-AzRegulatoryComplianceControl', - 'Get-AzRegulatoryComplainceAssessment', - 'Get-AzSecuritySetting', 'Set-AzSecuritySetting', - 'Get-AzSecurityAssessment', 'Set-AzSecurityAssessment', 'Remove-AzSecurityAssessment', - 'Get-AzSecurityAssessmentMetadata', 'Set-AzSecurityAssessmentMetadata', 'Remove-AzSecurityAssessmentMetadata', - 'Get-AzSecuritySubAssessment' + 'Get-AzRegulatoryComplainceAssessment', 'Get-AzSecuritySetting', + 'Set-AzSecuritySetting', 'Get-AzSecurityAssessment', + 'Set-AzSecurityAssessment', 'Remove-AzSecurityAssessment', + 'Get-AzSecurityAssessmentMetadata', + 'Set-AzSecurityAssessmentMetadata', + 'Remove-AzSecurityAssessmentMetadata', + 'Get-AzSecuritySubAssessment', + 'Get-AzSecurityTopology' + # Variables to export from this module # VariablesToExport = @() @@ -146,13 +150,13 @@ PrivateData = @{ # IconUri = '' # ReleaseNotes of this module - ReleaseNotes = '* Add new cmdlets: Get-AzSecurityAssessment, - Set-AzSecurityAssessment, - Remove-AzSecurityAssessment, - Get-AzSecurityAssessmentMetadata, - Set-AzSecurityAssessmentMetadata, - Remove-AzSecurityAssessmentMetadata, - Get-AzSecuritySubAssessment' + ReleaseNotes = '* Add new cmdlets: ''Get-AzSecurityAssessment'', + ''Set-AzSecurityAssessment'', + ''Remove-AzSecurityAssessment'', + ''Get-AzSecurityAssessmentMetadata'', + ''Set-AzSecurityAssessmentMetadata'', + ''Remove-AzSecurityAssessmentMetadata'', + ''Get-AzSecuritySubAssessment''' # Prerelease string of this module # Prerelease = '' @@ -174,4 +178,3 @@ PrivateData = @{ # DefaultCommandPrefix = '' } - diff --git a/src/Security/Security/ChangeLog.md b/src/Security/Security/ChangeLog.md index ebe188e24443..d99aa8cb0851 100644 --- a/src/Security/Security/ChangeLog.md +++ b/src/Security/Security/ChangeLog.md @@ -18,6 +18,9 @@ - Additional information about change #1 --> ## Upcoming Release +* Added new cmdlet: 'Get-AzSecurityTopology' + +## Version 0.7.9 * Add new cmdlets: 'Get-AzSecurityAssessment', 'Set-AzSecurityAssessment', 'Remove-AzSecurityAssessment', diff --git a/src/Security/Security/Cmdlets/Topology/GetTopology.cs b/src/Security/Security/Cmdlets/Topology/GetTopology.cs new file mode 100644 index 000000000000..2d168c130583 --- /dev/null +++ b/src/Security/Security/Cmdlets/Topology/GetTopology.cs @@ -0,0 +1,71 @@ +// ---------------------------------------------------------------------------------- +// +// Copyright Microsoft Corporation +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// http://www.apache.org/licenses/LICENSE-2.0 +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// ------------------------------------ +using System.Linq; +using System.Management.Automation; +using Commands.Security; +using Microsoft.Azure.Commands.ResourceManager.Common.ArgumentCompleters; +using Microsoft.Azure.Commands.Security.Common; +using Microsoft.Azure.Commands.Security.Models.Topology; +using Microsoft.Azure.Commands.SecurityCenter.Common; +using Microsoft.Azure.Management.Internal.Resources.Utilities.Models; +using Microsoft.Rest.Azure; + +namespace Microsoft.Azure.Commands.Security.Cmdlets.Topology +{ + [Cmdlet(VerbsCommon.Get, ResourceManager.Common.AzureRMConstants.AzureRMPrefix + "SecurityTopology", DefaultParameterSetName = ParameterSetNames.SubscriptionScope), OutputType(typeof(PSSecurityTopology))] + public class GetTopology : SecurityCenterCmdletBase + { + [Parameter(ParameterSetName = ParameterSetNames.ResourceGroupLevelResource, Mandatory = true, HelpMessage = ParameterHelpMessages.ResourceGroupName)] + [ValidateNotNullOrEmpty] + public string ResourceGroupName { get; set; } + + [Parameter(ParameterSetName = ParameterSetNames.ResourceGroupLevelResource, Mandatory = true, HelpMessage = ParameterHelpMessages.ResourceName)] + [ValidateNotNullOrEmpty] + public string Name { get; set; } + + [Parameter(ParameterSetName = ParameterSetNames.ResourceGroupLevelResource, Mandatory = true, HelpMessage = ParameterHelpMessages.Location)] + [ValidateNotNullOrEmpty] + [LocationCompleter("Microsoft.Security/Topology")] + public string Location { get; set; } + + [Parameter(ParameterSetName = ParameterSetNames.ResourceId, Mandatory = true, ValueFromPipelineByPropertyName = true, HelpMessage = ParameterHelpMessages.ResourceId)] + [ValidateNotNullOrEmpty] + public string ResourceId { get; set; } + + public override void ExecuteCmdlet() + { + switch (ParameterSetName) + { + case ParameterSetNames.SubscriptionScope: + var tors = SecurityCenterClient.Topology.ListWithHttpMessagesAsync().GetAwaiter().GetResult().Body; + WriteObject(tors.ConvertToPSType(), enumerateCollection: true); + break; + case ParameterSetNames.ResourceGroupLevelResource: + SecurityCenterClient.AscLocation = SecurityCenterClient.Locations.ListWithHttpMessagesAsync().GetAwaiter().GetResult().Body.First().Name; + + var tor = SecurityCenterClient.Topology.GetWithHttpMessagesAsync(ResourceGroupName, Name).GetAwaiter().GetResult().Body; + WriteObject(tor.ConvertToPSType(), enumerateCollection: false); + break; + case ParameterSetNames.ResourceId: + SecurityCenterClient.AscLocation = AzureIdUtilities.GetResourceLocation(ResourceId); + + tor = SecurityCenterClient.Topology.GetWithHttpMessagesAsync(AzureIdUtilities.GetResourceGroup(ResourceId), AzureIdUtilities.GetResourceName(ResourceId)).GetAwaiter().GetResult().Body; + WriteObject(tor.ConvertToPSType(), enumerateCollection: false); + break; + default: + throw new PSInvalidOperationException(); + } + } + } +} \ No newline at end of file diff --git a/src/Security/Security/Models/Topology/PSSecurityTopology.cs b/src/Security/Security/Models/Topology/PSSecurityTopology.cs new file mode 100644 index 000000000000..bc1ac8c184da --- /dev/null +++ b/src/Security/Security/Models/Topology/PSSecurityTopology.cs @@ -0,0 +1,32 @@ +// ---------------------------------------------------------------------------------- +// +// Copyright Microsoft Corporation +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// http://www.apache.org/licenses/LICENSE-2.0 +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// ---------------------------------------------------------------------------------- + +using System; +using System.Collections.Generic; + +namespace Microsoft.Azure.Commands.Security.Models.Topology +{ + public class PSSecurityTopology + { + public string Id { get; set; } + + public string Name { get; set; } + + public string Type { get; set; } + + public DateTime? CalculatedDateTime { get; set; } + + public IList TopologyResources { get; set; } + } +} diff --git a/src/Security/Security/Models/Topology/PSSecurityTopologyConverters.cs b/src/Security/Security/Models/Topology/PSSecurityTopologyConverters.cs new file mode 100644 index 000000000000..8e8b9a1edd55 --- /dev/null +++ b/src/Security/Security/Models/Topology/PSSecurityTopologyConverters.cs @@ -0,0 +1,86 @@ +// ---------------------------------------------------------------------------------- +// +// Copyright Microsoft Corporation +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// http://www.apache.org/licenses/LICENSE-2.0 +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// ---------------------------------------------------------------------------------- + +using System.Collections.Generic; +using System.Linq; +using Microsoft.Azure.Management.Security.Models; + +namespace Microsoft.Azure.Commands.Security.Models.Topology +{ + public static class PSSecurityTopologyConverters + { + public static PSSecurityTopology ConvertToPSType(this TopologyResource value) + { + return new PSSecurityTopology() + { + Id = value.Id, + Name = value.Name, + Type = value.Type, + CalculatedDateTime = value.CalculatedDateTime, + TopologyResources = value.TopologyResources.ConvertToPSType() + }; + } + + public static List ConvertToPSType(this IEnumerable value) + { + return value.Select(tor => tor.ConvertToPSType()).ToList(); + } + + public static PSSecurityTopologySingleResource ConvertToPSType(this TopologySingleResource value) + { + return new PSSecurityTopologySingleResource() + { + ResourceId = value.ResourceId, + Severity = value.Severity, + RecommendationsExist = value.RecommendationsExist, + NetworkZones = value.NetworkZones, + TopologyScore = value.TopologyScore, + Location = value.Location, + Parents = value.Parents?.ConvertToPSType(), + Children = value.Children?.ConvertToPSType() + }; + } + + public static List ConvertToPSType(this IEnumerable value) + { + return value.Select(tor => tor.ConvertToPSType()).ToList(); + } + + public static PSsecurityTopologySingleResourceParent ConvertToPSType(this TopologySingleResourceParent value) + { + return new PSsecurityTopologySingleResourceParent() + { + ResourceId = value.ResourceId + }; + } + + public static List ConvertToPSType(this IEnumerable value) + { + return value.Select(tor => tor.ConvertToPSType()).ToList(); + } + + public static PSSecurityTopologySingleResourceChild ConvertToPSType(this TopologySingleResourceChild value) + { + return new PSSecurityTopologySingleResourceChild() + { + ResourceId = value.ResourceId + }; + } + + public static List ConvertToPSType(this IEnumerable value) + { + return value.Select(tor => tor.ConvertToPSType()).ToList(); + } + } +} diff --git a/src/Security/Security/Models/Topology/PSSecurityTopologySingleResource.cs b/src/Security/Security/Models/Topology/PSSecurityTopologySingleResource.cs new file mode 100644 index 000000000000..12ddbdfbbe9d --- /dev/null +++ b/src/Security/Security/Models/Topology/PSSecurityTopologySingleResource.cs @@ -0,0 +1,53 @@ +using System; +using System.Collections.Generic; +using System.Text; + +namespace Microsoft.Azure.Commands.Security.Models.Topology +{ + public class PSSecurityTopologySingleResource + { + /// + /// Gets azure resource id + /// + public string ResourceId { get; set; } + + /// + /// Gets the security severity of the resource + /// + public string Severity { get; set; } + + /// + /// Gets indicates if the resource has security recommendations + /// + public bool? RecommendationsExist { get; set; } + + /// + /// Gets indicates the resource connectivity level to the Internet + /// (InternetFacing, Internal ,etc.) + /// + public string NetworkZones { get; set; } + + /// + /// Gets score of the resource based on its security severity + /// + public int? TopologyScore { get; set; } + + /// + /// Gets the location of this resource + /// + public string Location { get; set; } + + /// + /// Gets azure resources connected to this resource which are in higher + /// level in the topology view + /// + public IList Parents { get; set; } + + /// + /// Gets azure resources connected to this resource which are in lower + /// level in the topology view + /// + public IList Children { get; set; } + + } +} diff --git a/src/Security/Security/Models/Topology/PSSecurityTopologySingleResourceChild.cs b/src/Security/Security/Models/Topology/PSSecurityTopologySingleResourceChild.cs new file mode 100644 index 000000000000..644e5f81040f --- /dev/null +++ b/src/Security/Security/Models/Topology/PSSecurityTopologySingleResourceChild.cs @@ -0,0 +1,15 @@ +using System; +using System.Collections.Generic; +using System.Text; + +namespace Microsoft.Azure.Commands.Security.Models.Topology +{ + public class PSSecurityTopologySingleResourceChild + { + /// + /// Gets azure resource id which serves as child resource in topology + /// view + /// + public string ResourceId { get; set; } + } +} diff --git a/src/Security/Security/Models/Topology/PSsecurityTopologySingleResourceParent.cs b/src/Security/Security/Models/Topology/PSsecurityTopologySingleResourceParent.cs new file mode 100644 index 000000000000..e73e214b0829 --- /dev/null +++ b/src/Security/Security/Models/Topology/PSsecurityTopologySingleResourceParent.cs @@ -0,0 +1,15 @@ +using System; +using System.Collections.Generic; +using System.Text; + +namespace Microsoft.Azure.Commands.Security.Models.Topology +{ + public class PSsecurityTopologySingleResourceParent + { + /// + /// Gets azure resource id which serves as parent resource in topology + /// view + /// + public string ResourceId { get; set; } + } +} diff --git a/src/Security/Security/Properties/AssemblyInfo.cs b/src/Security/Security/Properties/AssemblyInfo.cs index 3aa487f8dfa2..06ff422e2fb2 100644 --- a/src/Security/Security/Properties/AssemblyInfo.cs +++ b/src/Security/Security/Properties/AssemblyInfo.cs @@ -45,5 +45,5 @@ // // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: -[assembly: AssemblyVersion("0.7.8")] -[assembly: AssemblyFileVersion("0.7.8")] +[assembly: AssemblyVersion("0.7.9")] +[assembly: AssemblyFileVersion("0.7.9")] diff --git a/src/Security/Security/help/Az.Security.md b/src/Security/Security/help/Az.Security.md index a5ab10893693..f9ce8f601f7e 100644 --- a/src/Security/Security/help/Az.Security.md +++ b/src/Security/Security/help/Az.Security.md @@ -163,3 +163,6 @@ Gets security settings in Azure Security Center ### [Set-AzSecuritySetting](Set-AzSecuritySetting.md) Sets a security setting in Azure Security Center + +### [Get-AzSecurityTopology](Get-AzSecurityTopology.md) +Gets a list of Security Topology on a subscription diff --git a/src/Security/Security/help/Get-AzSecurityTopology.md b/src/Security/Security/help/Get-AzSecurityTopology.md new file mode 100644 index 000000000000..3555c3275493 --- /dev/null +++ b/src/Security/Security/help/Get-AzSecurityTopology.md @@ -0,0 +1,151 @@ +--- +external help file: Microsoft.Azure.PowerShell.Cmdlets.Security.dll-Help.xml +Module Name: Az.Security +online version: https://docs.microsoft.com/en-us/powershell/module/az.security/Get-AzSecurityTopology +schema: 2.0.0 +--- + +# Get-AzSecurityTopology + +## SYNOPSIS +Gets a list of Security Topologies on a subscription + +## SYNTAX + +### SubscriptionScope (Default) +``` +Get-AzSecurityTopology [-DefaultProfile ] [] +``` + +### ResourceGroupLevelResource +``` +Get-AzSecurityTopology -ResourceGroupName -Name -Location + [-DefaultProfile ] [] +``` + +### ResourceId +``` +Get-AzSecurityTopology -ResourceId [-DefaultProfile ] + [] +``` + +## DESCRIPTION +Security Topologies are automatically discovered by Azure Security Center, use this cmdlet to view security topologies. + +## EXAMPLES + +### Example 1 +```powershell +PS C:\> Get-AzSecurityTopology +Id: /subscriptions/3eeab341-f466-499c-a8be-85427e154baf7612f869/resourceGroups/myService1/providers/Microsoft.Security/locations/centralus/topologies/virtualMachines +Name: virtualMachines +Type: Microsoft.Security/locations/topologies +CalculatedDateTime: 03-Jun-20 3:03:48 PM +TopologyResources: /subscriptions/3eeab341-f466-499c-a8be-85427e154baf7612f869/resourceGroups/myService1/providers/Microsoft.Compute/virtualMachines/myvm +``` + +View all security topologies in a subscription + +### Example 2 +```powershell +PS C:\> Get-AzSecurityTopology -ResourceGroupName "myService1" -Location "centralus" -Name "virtualMachines" +Id: /subscriptions/3eeab341-f466-499c-a8be-85427e154baf7612f869/resourceGroups/myService1/providers/Microsoft.Security/locations/centralus/topologies/virtualMachines +Name: virtualMachines +Type: Microsoft.Security/locations/topologies +CalculatedDateTime: 03-Jun-20 3:03:48 PM +TopologyResources: /subscriptions/3eeab341-f466-499c-a8be-85427e154baf7612f869/resourceGroups/myService1/providers/Microsoft.Compute/virtualMachines/myvm +``` + +Get a specific security topologies + +## PARAMETERS + +### -DefaultProfile +The credentials, account, tenant, and subscription used for communication with Azure. + +```yaml +Type: Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer +Parameter Sets: (All) +Aliases: AzContext, AzureRmContext, AzureCredential + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Location +Location. + +```yaml +Type: System.String +Parameter Sets: ResourceGroupLevelResource +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Name +Resource name. + +```yaml +Type: System.String +Parameter Sets: ResourceGroupLevelResource +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -ResourceGroupName +Resource group name. + +```yaml +Type: System.String +Parameter Sets: ResourceGroupLevelResource +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -ResourceId +Resource ID. + +```yaml +Type: System.String +Parameter Sets: ResourceId +Aliases: + +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 + +## OUTPUTS + +### Microsoft.Azure.Commands.Security.Models.Topology.PSSecurityTopologies + +## NOTES + +## RELATED LINKS diff --git a/src/ServiceBus/ServiceBus/Az.ServiceBus.psd1 b/src/ServiceBus/ServiceBus/Az.ServiceBus.psd1 index 4976def62359..c3d6c944e299 100644 --- a/src/ServiceBus/ServiceBus/Az.ServiceBus.psd1 +++ b/src/ServiceBus/ServiceBus/Az.ServiceBus.psd1 @@ -53,7 +53,7 @@ DotNetFrameworkVersion = '4.7.2' # ProcessorArchitecture = '' # Modules that must be imported into the global environment prior to importing this module -RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.8.1'; }) +RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.9.0'; }) # Assemblies that must be loaded prior to importing this module RequiredAssemblies = 'Microsoft.Azure.Management.ServiceBus.dll' diff --git a/src/ServiceFabric/ServiceFabric/Az.ServiceFabric.psd1 b/src/ServiceFabric/ServiceFabric/Az.ServiceFabric.psd1 index e987b2868353..5066283345cf 100644 --- a/src/ServiceFabric/ServiceFabric/Az.ServiceFabric.psd1 +++ b/src/ServiceFabric/ServiceFabric/Az.ServiceFabric.psd1 @@ -53,7 +53,7 @@ DotNetFrameworkVersion = '4.7.2' # ProcessorArchitecture = '' # Modules that must be imported into the global environment prior to importing this module -RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.8.1'; }) +RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.9.0'; }) # Assemblies that must be loaded prior to importing this module RequiredAssemblies = 'Microsoft.Azure.KeyVault.dll', diff --git a/src/SignalR/SignalR/Az.SignalR.psd1 b/src/SignalR/SignalR/Az.SignalR.psd1 index 687e7cdef696..0b399b82c214 100644 --- a/src/SignalR/SignalR/Az.SignalR.psd1 +++ b/src/SignalR/SignalR/Az.SignalR.psd1 @@ -53,7 +53,7 @@ DotNetFrameworkVersion = '4.7.2' # ProcessorArchitecture = '' # Modules that must be imported into the global environment prior to importing this module -RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.8.1'; }) +RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.9.0'; }) # Assemblies that must be loaded prior to importing this module RequiredAssemblies = 'Microsoft.Azure.Management.SignalR.dll' diff --git a/src/Sql/Sql.LegacySdk/Properties/AssemblyInfo.cs b/src/Sql/Sql.LegacySdk/Properties/AssemblyInfo.cs index 409a228b2dd2..8228c398b004 100644 --- a/src/Sql/Sql.LegacySdk/Properties/AssemblyInfo.cs +++ b/src/Sql/Sql.LegacySdk/Properties/AssemblyInfo.cs @@ -20,8 +20,8 @@ [assembly: AssemblyTitle("Microsoft Azure SQL Server Management Library")] [assembly: AssemblyDescription("Provides management functionality for Microsoft Azure SQL.")] -[assembly: AssemblyVersion("2.7.0")] -[assembly: AssemblyFileVersion("2.7.0")] +[assembly: AssemblyVersion("2.8.0")] +[assembly: AssemblyFileVersion("2.8.0")] [assembly: AssemblyConfiguration("")] [assembly: AssemblyCompany("Microsoft")] [assembly: AssemblyProduct("Azure .NET SDK")] diff --git a/src/Sql/Sql.Test/ScenarioTests/ManagedInstanceActiveDirectoryAdministratorTests.cs b/src/Sql/Sql.Test/ScenarioTests/ManagedInstanceActiveDirectoryAdministratorTests.cs index 409d613dac29..74ce3d44ece3 100644 --- a/src/Sql/Sql.Test/ScenarioTests/ManagedInstanceActiveDirectoryAdministratorTests.cs +++ b/src/Sql/Sql.Test/ScenarioTests/ManagedInstanceActiveDirectoryAdministratorTests.cs @@ -35,7 +35,7 @@ protected override void SetupManagementClients(RestTestFramework.MockContext con Helper.SetupSomeOfManagementClients(newResourcesClient,sqlClient, networkClient, graphClient); } - [Fact] + [Fact(Skip = "SQL MI team should re-record this test.")] [Trait(Category.AcceptanceType, Category.CheckIn)] public void TestManagedInstanceActiveDirectoryAdministrator() { diff --git a/src/Sql/Sql.Test/ScenarioTests/ManagedInstanceFailoverScenarioTests.cs b/src/Sql/Sql.Test/ScenarioTests/ManagedInstanceFailoverScenarioTests.cs new file mode 100644 index 000000000000..a36230139ff4 --- /dev/null +++ b/src/Sql/Sql.Test/ScenarioTests/ManagedInstanceFailoverScenarioTests.cs @@ -0,0 +1,65 @@ +// ---------------------------------------------------------------------------------- +// +// Copyright Microsoft Corporation +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// http://www.apache.org/licenses/LICENSE-2.0 +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// ---------------------------------------------------------------------------------- + +using Microsoft.Azure.Commands.ScenarioTest.SqlTests; +using RestTestFramework = Microsoft.Rest.ClientRuntime.Azure.TestFramework; +using Xunit; +using Xunit.Abstractions; +using Microsoft.WindowsAzure.Commands.ScenarioTest; + +namespace Microsoft.Azure.Commands.Sql.Test.ScenarioTests +{ + public class ManagedInstanceFailoverScenarioTests : SqlTestsBase + { + protected override void SetupManagementClients(RestTestFramework.MockContext context) + { + var sqlClient = GetSqlClient(context); + var newResourcesClient = GetResourcesClient(context); + var networkClient = GetNetworkClient(context); + Helper.SetupSomeOfManagementClients(sqlClient, newResourcesClient, networkClient); + } + + public ManagedInstanceFailoverScenarioTests(ITestOutputHelper output) : base(output) + { + } + + [Fact] + [Trait(Category.AcceptanceType, Category.CheckIn)] + public void TestFailoverManagedInstance() + { + RunPowerShellTest("Test-FailoverManagedInstance"); + } + + [Fact] + [Trait(Category.AcceptanceType, Category.CheckIn)] + public void TestFailoverManagedInstancePassThru() + { + RunPowerShellTest("Test-FailoverManagedInstancePassThru"); + } + + [Fact] + [Trait(Category.AcceptanceType, Category.CheckIn)] + public void TestFailoverManagedInstancePiping() + { + RunPowerShellTest("Test-FailoverManagedInstancePiping"); + } + + [Fact] + [Trait(Category.AcceptanceType, Category.CheckIn)] + public void TestFailoverManagedInstanceReadableSecondary() + { + RunPowerShellTest("Test-FailoverManagedInstanceReadableSecondary"); + } + } +} diff --git a/src/Sql/Sql.Test/ScenarioTests/ManagedInstanceFailoverScenarioTests.ps1 b/src/Sql/Sql.Test/ScenarioTests/ManagedInstanceFailoverScenarioTests.ps1 new file mode 100644 index 000000000000..b7ac3f861a17 --- /dev/null +++ b/src/Sql/Sql.Test/ScenarioTests/ManagedInstanceFailoverScenarioTests.ps1 @@ -0,0 +1,152 @@ +# ---------------------------------------------------------------------------------- +# +# 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. +# ---------------------------------------------------------------------------------- + +# Location to use for provisioning test managed instances +$instanceLocation = "westcentralus" + +<# +.SYNOPSIS +Tests Managed Instance failover. +#> +function Test-FailoverManagedInstance +{ + try + { + # Setup + $rg = Create-ResourceGroupForTest + $vnetName = "cl_initial" + $subnetName = "CooL" + + # Setup VNET + $virtualNetwork1 = CreateAndGetVirtualNetworkForManagedInstance $vnetName $subnetName $rg.Location + $subnetId = $virtualNetwork1.Subnets.where({ $_.Name -eq $subnetName })[0].Id + + # Initiate sync create of managed instance. + $managedInstance = Create-ManagedInstanceForTest $rg $subnetId + + $job = Invoke-AzSqlInstanceFailover -ResourceGroupName $rg.ResourceGroupName -Name $managedInstance.ManagedInstanceName -AsJob + $job | Wait-Job + + try + { + Invoke-AzSqlInstanceFailover -ResourceGroupName $rg.ResourceGroupName -Name $managedInstance.ManagedInstanceName -AsJob + } + catch + { + $ErrorMessage = $_.Exception.Message + Assert-AreEqual True $ErrorMessage.Contains("There was a recent failover on the managed instance") + } + } + finally + { + Remove-ResourceGroupForTest $rg + } +} + +<# +.SYNOPSIS +Tests Managed Instance failover with passthru. +#> +function Test-FailoverManagedInstancePassThru +{ + try + { + # Setup + $rg = Create-ResourceGroupForTest + $vnetName = "cl_initial" + $subnetName = "CooL" + + # Setup VNET + $virtualNetwork1 = CreateAndGetVirtualNetworkForManagedInstance $vnetName $subnetName $rg.Location + $subnetId = $virtualNetwork1.Subnets.where({ $_.Name -eq $subnetName })[0].Id + + # Initiate sync create of managed instance. + $managedInstance = Create-ManagedInstanceForTest $rg $subnetId + + $output = Invoke-AzSqlInstanceFailover -ResourceGroupName $rg.ResourceGroupName -Name $managedInstance.ManagedInstanceName -PassThru + Assert-True { $output } + } + finally + { + Remove-ResourceGroupForTest $rg + } +} + +<# +.SYNOPSIS +Tests Managed Instance failover using piping. +#> +function Test-FailoverManagedInstancePiping +{ + try + { + # Setup + $rg = Create-ResourceGroupForTest + $vnetName = "cl_initial" + $subnetName = "CooL" + + # Setup VNET + $virtualNetwork1 = CreateAndGetVirtualNetworkForManagedInstance $vnetName $subnetName $rg.Location + $subnetId = $virtualNetwork1.Subnets.where({ $_.Name -eq $subnetName })[0].Id + + # Initiate sync create of managed instance. + $managedInstance = Create-ManagedInstanceForTest $rg $subnetId + + Get-AzSqlInstance -ResourceGroupName $rg.ResourceGroupName -Name $managedInstance.ManagedInstanceName | Invoke-AzSqlInstanceFailover + } + finally + { + Remove-ResourceGroupForTest $rg + } +} + +<# +.SYNOPSIS +Tests Managed Instance failover secondary readable replica. + +Managed instance has 3 replicas and intiating failover does not specify which one to failover, so we run test +with -PassThru and assert on the output. +#> +function Test-FailoverManagedInstanceReadableSecondary +{ + try + { + # Setup + $rg = Create-ResourceGroupForTest + $vnetName = "cl_initial" + $subnetName = "CooL" + + # Setup VNET + $virtualNetwork1 = CreateAndGetVirtualNetworkForManagedInstance $vnetName $subnetName $rg.Location + $subnetId = $virtualNetwork1.Subnets.where({ $_.Name -eq $subnetName })[0].Id + + # Initiate sync create of managed instance. + $managedInstance = Create-ManagedInstanceForTest $rg $subnetId + + # Change instance edition to BusinessCritical to get secondary replicas to failover + $credentials = Get-ServerCredential + $edition = "BusinessCritical" + + $managedInstance1 = Set-AzSqlInstance -ResourceGroupName $rg.ResourceGroupName -Name $managedInstance.ManagedInstanceName ` + -Edition $edition -Force + + $output = Invoke-AzSqlInstanceFailover -ResourceGroupName $rg.ResourceGroupName -Name $managedInstance1.ManagedInstanceName -ReadableSecondary -PassThru + Assert-True { $output } + } + finally + { + Remove-ResourceGroupForTest $rg + } +} + diff --git a/src/Sql/Sql.Test/SessionRecords/Microsoft.Azure.Commands.Sql.Test.ScenarioTests.ManagedInstanceFailoverScenarioTests/TestFailoverManagedInstance.json b/src/Sql/Sql.Test/SessionRecords/Microsoft.Azure.Commands.Sql.Test.ScenarioTests.ManagedInstanceFailoverScenarioTests/TestFailoverManagedInstance.json new file mode 100644 index 000000000000..812ef9b5735d --- /dev/null +++ b/src/Sql/Sql.Test/SessionRecords/Microsoft.Azure.Commands.Sql.Test.ScenarioTests.ManagedInstanceFailoverScenarioTests/TestFailoverManagedInstance.json @@ -0,0 +1,1466 @@ +{ + "Entries": [ + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourcegroups/ps1117?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Jlc291cmNlZ3JvdXBzL3BzMTExNz9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestMethod": "PUT", + "RequestBody": "{\r\n \"location\": \"westcentralus\"\r\n}", + "RequestHeaders": { + "x-ms-client-request-id": [ + "c6498bf2-d3da-4949-a9b4-ea401517cb1c" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.13" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Content-Length": [ + "35" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-writes": [ + "1199" + ], + "x-ms-request-id": [ + "80f1e71f-6e1a-464d-aad2-58d4501aeb65" + ], + "x-ms-correlation-request-id": [ + "80f1e71f-6e1a-464d-aad2-58d4501aeb65" + ], + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200526T113907Z:80f1e71f-6e1a-464d-aad2-58d4501aeb65" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Tue, 26 May 2020 11:39:06 GMT" + ], + "Content-Length": [ + "172" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/ps1117\",\r\n \"name\": \"ps1117\",\r\n \"location\": \"westcentralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "StatusCode": 201 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/cl_one/providers/Microsoft.Network/virtualNetworks/cl_initial?api-version=2020-04-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Jlc291cmNlR3JvdXBzL2NsX29uZS9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdmlydHVhbE5ldHdvcmtzL2NsX2luaXRpYWw/YXBpLXZlcnNpb249MjAyMC0wNC0wMQ==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "833a895e-5a27-4b8f-97e9-8a99b20750a7" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.21.1.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "ETag": [ + "W/\"9e9414c7-fa10-435c-b877-f3a73d18f7d6\"" + ], + "x-ms-request-id": [ + "6c430387-c602-45f8-9177-55545341e3c3" + ], + "x-ms-correlation-request-id": [ + "9c98bafe-d615-47ca-a812-4ac1d2d5da5e" + ], + "x-ms-arm-service-request-id": [ + "b90c814a-ce9c-405c-8d98-763bb85edf96" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11999" + ], + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200526T113908Z:9c98bafe-d615-47ca-a812-4ac1d2d5da5e" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Tue, 26 May 2020 11:39:08 GMT" + ], + "Content-Length": [ + "3824" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"cl_initial\",\r\n \"id\": \"/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/cl_one/providers/Microsoft.Network/virtualNetworks/cl_initial\",\r\n \"etag\": \"W/\\\"9e9414c7-fa10-435c-b877-f3a73d18f7d6\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"westcentralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"9ab78300-b023-4936-be62-4e591b6ca4a5\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": []\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"Cool\",\r\n \"id\": \"/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/cl_one/providers/Microsoft.Network/virtualNetworks/cl_initial/subnets/Cool\",\r\n \"etag\": \"W/\\\"9e9414c7-fa10-435c-b877-f3a73d18f7d6\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"networkSecurityGroup\": {\r\n \"id\": \"/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/cl_one/providers/Microsoft.Network/networkSecurityGroups/nsg-petrajkotest\"\r\n },\r\n \"routeTable\": {\r\n \"id\": \"/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/cl_one/providers/Microsoft.Network/routeTables/rt-petrajkotest\"\r\n },\r\n \"networkIntentPolicies\": [\r\n {\r\n \"id\": \"/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/cl_one/providers/Microsoft.Network/networkIntentPolicies/mi_default_cl_initial_Cool\"\r\n }\r\n ],\r\n \"resourceNavigationLinks\": [\r\n {\r\n \"name\": \"VirtualClusterecddd30f-163c-4232-bf38-5e3d97071922\",\r\n \"id\": \"/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/cl_one/providers/Microsoft.Network/virtualNetworks/cl_initial/subnets/Cool/resourceNavigationLinks/VirtualClusterecddd30f-163c-4232-bf38-5e3d97071922\",\r\n \"etag\": \"W/\\\"9e9414c7-fa10-435c-b877-f3a73d18f7d6\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks/subnets/resourceNavigationLinks\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"linkedResourceType\": \"Microsoft.Sql/virtualClusters\",\r\n \"link\": \"/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/cl_one/providers/Microsoft.Sql/virtualClusters/VirtualClusterecddd30f-163c-4232-bf38-5e3d97071922?api-version=2015-05-01-preview\"\r\n }\r\n }\r\n ],\r\n \"delegations\": [\r\n {\r\n \"name\": \"dlg-bruzeltest\",\r\n \"id\": \"/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/cl_one/providers/Microsoft.Network/virtualNetworks/cl_initial/subnets/Cool/delegations/dlg-bruzeltest\",\r\n \"etag\": \"W/\\\"9e9414c7-fa10-435c-b877-f3a73d18f7d6\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"serviceName\": \"Microsoft.Sql/managedInstances\",\r\n \"actions\": [\r\n \"Microsoft.Network/virtualNetworks/subnets/join/action\",\r\n \"Microsoft.Network/virtualNetworks/subnets/prepareNetworkPolicies/action\",\r\n \"Microsoft.Network/virtualNetworks/subnets/unprepareNetworkPolicies/action\"\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/virtualNetworks/subnets/delegations\"\r\n }\r\n ],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"type\": \"Microsoft.Network/virtualNetworks/subnets\"\r\n }\r\n ],\r\n \"virtualNetworkPeerings\": [],\r\n \"enableDdosProtection\": false,\r\n \"enableVmProtection\": false\r\n }\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/ps1117/providers/Microsoft.Sql/managedInstances/ps2101?api-version=2018-06-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Jlc291cmNlR3JvdXBzL3BzMTExNy9wcm92aWRlcnMvTWljcm9zb2Z0LlNxbC9tYW5hZ2VkSW5zdGFuY2VzL3BzMjEwMT9hcGktdmVyc2lvbj0yMDE4LTA2LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "f6e70bff-06cd-4605-963d-1cf42ed39776" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.42.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-failure-cause": [ + "gateway" + ], + "x-ms-request-id": [ + "603c4864-3a47-4f5f-8825-92e56840a340" + ], + "x-ms-correlation-request-id": [ + "603c4864-3a47-4f5f-8825-92e56840a340" + ], + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200526T113910Z:603c4864-3a47-4f5f-8825-92e56840a340" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Tue, 26 May 2020 11:39:09 GMT" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "147" + ] + }, + "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.Sql/managedInstances/ps2101' under resource group 'ps1117' was not found.\"\r\n }\r\n}", + "StatusCode": 404 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/ps1117/providers/Microsoft.Sql/managedInstances/ps2101?api-version=2018-06-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Jlc291cmNlR3JvdXBzL3BzMTExNy9wcm92aWRlcnMvTWljcm9zb2Z0LlNxbC9tYW5hZ2VkSW5zdGFuY2VzL3BzMjEwMT9hcGktdmVyc2lvbj0yMDE4LTA2LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.42.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-request-id": [ + "2591043f-be96-4e47-9c11-fd186f22d69d" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11995" + ], + "x-ms-correlation-request-id": [ + "0e7132ac-ac05-4979-aebf-d4e38df1aaac" + ], + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200526T114219Z:0e7132ac-ac05-4979-aebf-d4e38df1aaac" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Tue, 26 May 2020 11:42:19 GMT" + ], + "Content-Length": [ + "975" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"identity\": {\r\n \"principalId\": \"1d0d5862-93f8-43d8-86a9-e26f8ed3524d\",\r\n \"type\": \"SystemAssigned\",\r\n \"tenantId\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\r\n },\r\n \"sku\": {\r\n \"name\": \"GP_Gen4\",\r\n \"tier\": \"GeneralPurpose\",\r\n \"family\": \"Gen4\",\r\n \"capacity\": 16\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"fullyQualifiedDomainName\": \"ps2101.d26f8ec2334f.database.windows.net\",\r\n \"administratorLogin\": \"testusername\",\r\n \"subnetId\": \"/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/cl_one/providers/Microsoft.Network/virtualNetworks/cl_initial/subnets/Cool\",\r\n \"state\": \"Ready\",\r\n \"licenseType\": \"LicenseIncluded\",\r\n \"vCores\": 16,\r\n \"storageSizeInGB\": 256,\r\n \"collation\": \"SQL_Latin1_General_CP1_CI_AS\",\r\n \"dnsZone\": \"d26f8ec2334f\",\r\n \"publicDataEndpointEnabled\": false,\r\n \"timezoneId\": \"UTC\",\r\n \"privateEndpointConnections\": []\r\n },\r\n \"location\": \"westcentralus\",\r\n \"id\": \"/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/ps1117/providers/Microsoft.Sql/managedInstances/ps2101\",\r\n \"name\": \"ps2101\",\r\n \"type\": \"Microsoft.Sql/managedInstances\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/ps1117/providers/Microsoft.Sql/managedInstances/ps2101?api-version=2018-06-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Jlc291cmNlR3JvdXBzL3BzMTExNy9wcm92aWRlcnMvTWljcm9zb2Z0LlNxbC9tYW5hZ2VkSW5zdGFuY2VzL3BzMjEwMT9hcGktdmVyc2lvbj0yMDE4LTA2LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "0a1d3f62-0659-445a-9bd6-6c86d9c807f9" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.42.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-request-id": [ + "3722756b-cfad-4475-abc1-5b50bd1103ca" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11994" + ], + "x-ms-correlation-request-id": [ + "2193b162-200c-46f0-ae73-58ca545cacb6" + ], + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200526T114219Z:2193b162-200c-46f0-ae73-58ca545cacb6" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Tue, 26 May 2020 11:42:19 GMT" + ], + "Content-Length": [ + "975" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"identity\": {\r\n \"principalId\": \"1d0d5862-93f8-43d8-86a9-e26f8ed3524d\",\r\n \"type\": \"SystemAssigned\",\r\n \"tenantId\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\r\n },\r\n \"sku\": {\r\n \"name\": \"GP_Gen4\",\r\n \"tier\": \"GeneralPurpose\",\r\n \"family\": \"Gen4\",\r\n \"capacity\": 16\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"fullyQualifiedDomainName\": \"ps2101.d26f8ec2334f.database.windows.net\",\r\n \"administratorLogin\": \"testusername\",\r\n \"subnetId\": \"/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/cl_one/providers/Microsoft.Network/virtualNetworks/cl_initial/subnets/Cool\",\r\n \"state\": \"Ready\",\r\n \"licenseType\": \"LicenseIncluded\",\r\n \"vCores\": 16,\r\n \"storageSizeInGB\": 256,\r\n \"collation\": \"SQL_Latin1_General_CP1_CI_AS\",\r\n \"dnsZone\": \"d26f8ec2334f\",\r\n \"publicDataEndpointEnabled\": false,\r\n \"timezoneId\": \"UTC\",\r\n \"privateEndpointConnections\": []\r\n },\r\n \"location\": \"westcentralus\",\r\n \"id\": \"/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/ps1117/providers/Microsoft.Sql/managedInstances/ps2101\",\r\n \"name\": \"ps2101\",\r\n \"type\": \"Microsoft.Sql/managedInstances\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/ps1117/providers/Microsoft.Sql/managedInstances/ps2101?api-version=2018-06-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Jlc291cmNlR3JvdXBzL3BzMTExNy9wcm92aWRlcnMvTWljcm9zb2Z0LlNxbC9tYW5hZ2VkSW5zdGFuY2VzL3BzMjEwMT9hcGktdmVyc2lvbj0yMDE4LTA2LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "6dd6ed65-bfe4-4471-a7f1-52f2bf429f0a" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.42.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-request-id": [ + "63420650-3904-4b64-b70e-c1602b7a2554" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11990" + ], + "x-ms-correlation-request-id": [ + "4f4e36a8-4e7b-4ae8-a741-d204e1fad6cb" + ], + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200526T114252Z:4f4e36a8-4e7b-4ae8-a741-d204e1fad6cb" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Tue, 26 May 2020 11:42:51 GMT" + ], + "Content-Length": [ + "975" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"identity\": {\r\n \"principalId\": \"1d0d5862-93f8-43d8-86a9-e26f8ed3524d\",\r\n \"type\": \"SystemAssigned\",\r\n \"tenantId\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\r\n },\r\n \"sku\": {\r\n \"name\": \"GP_Gen4\",\r\n \"tier\": \"GeneralPurpose\",\r\n \"family\": \"Gen4\",\r\n \"capacity\": 16\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"fullyQualifiedDomainName\": \"ps2101.d26f8ec2334f.database.windows.net\",\r\n \"administratorLogin\": \"testusername\",\r\n \"subnetId\": \"/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/cl_one/providers/Microsoft.Network/virtualNetworks/cl_initial/subnets/Cool\",\r\n \"state\": \"Ready\",\r\n \"licenseType\": \"LicenseIncluded\",\r\n \"vCores\": 16,\r\n \"storageSizeInGB\": 256,\r\n \"collation\": \"SQL_Latin1_General_CP1_CI_AS\",\r\n \"dnsZone\": \"d26f8ec2334f\",\r\n \"publicDataEndpointEnabled\": false,\r\n \"timezoneId\": \"UTC\",\r\n \"privateEndpointConnections\": []\r\n },\r\n \"location\": \"westcentralus\",\r\n \"id\": \"/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/ps1117/providers/Microsoft.Sql/managedInstances/ps2101\",\r\n \"name\": \"ps2101\",\r\n \"type\": \"Microsoft.Sql/managedInstances\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/ps1117/providers/Microsoft.Sql/managedInstances/ps2101?api-version=2018-06-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Jlc291cmNlR3JvdXBzL3BzMTExNy9wcm92aWRlcnMvTWljcm9zb2Z0LlNxbC9tYW5hZ2VkSW5zdGFuY2VzL3BzMjEwMT9hcGktdmVyc2lvbj0yMDE4LTA2LTAxLXByZXZpZXc=", + "RequestMethod": "PUT", + "RequestBody": "{\r\n \"identity\": {\r\n \"type\": \"SystemAssigned\"\r\n },\r\n \"sku\": {\r\n \"name\": \"GP_Gen4\"\r\n },\r\n \"properties\": {\r\n \"administratorLogin\": \"testusername\",\r\n \"administratorLoginPassword\": \"t357ingP@s5w0rd!\",\r\n \"subnetId\": \"/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/cl_one/providers/Microsoft.Network/virtualNetworks/cl_initial/subnets/Cool\",\r\n \"vCores\": 16,\r\n \"publicDataEndpointEnabled\": false\r\n },\r\n \"location\": \"westcentralus\"\r\n}", + "RequestHeaders": { + "x-ms-client-request-id": [ + "de2fdfb0-ab09-49c8-afd2-cbcfb0bff24b" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.42.0.0" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Content-Length": [ + "473" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/ps1117/providers/Microsoft.Sql/locations/westcentralus/managedInstanceOperationResults/cf4aeef9-568c-4057-aa70-b10ffd3adc4d?api-version=2018-06-01-preview" + ], + "Retry-After": [ + "60" + ], + "Azure-AsyncOperation": [ + "https://management.azure.com/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/ps1117/providers/Microsoft.Sql/locations/westcentralus/managedInstanceAzureAsyncOperation/cf4aeef9-568c-4057-aa70-b10ffd3adc4d?api-version=2018-06-01-preview" + ], + "x-ms-request-id": [ + "cf4aeef9-568c-4057-aa70-b10ffd3adc4d" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-writes": [ + "1199" + ], + "x-ms-correlation-request-id": [ + "2fa974f7-07d0-4357-b0be-f48226b1e990" + ], + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200526T113917Z:2fa974f7-07d0-4357-b0be-f48226b1e990" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Tue, 26 May 2020 11:39:17 GMT" + ], + "Content-Length": [ + "74" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"operation\": \"UpsertManagedServer\",\r\n \"startTime\": \"2020-05-26T11:39:17.693Z\"\r\n}", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/ps1117/providers/Microsoft.Sql/locations/westcentralus/managedInstanceAzureAsyncOperation/cf4aeef9-568c-4057-aa70-b10ffd3adc4d?api-version=2018-06-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Jlc291cmNlR3JvdXBzL3BzMTExNy9wcm92aWRlcnMvTWljcm9zb2Z0LlNxbC9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9tYW5hZ2VkSW5zdGFuY2VBenVyZUFzeW5jT3BlcmF0aW9uL2NmNGFlZWY5LTU2OGMtNDA1Ny1hYTcwLWIxMGZmZDNhZGM0ZD9hcGktdmVyc2lvbj0yMDE4LTA2LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.42.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "60" + ], + "x-ms-request-id": [ + "b62f74bc-1323-4609-b419-373566fdc185" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11998" + ], + "x-ms-correlation-request-id": [ + "9d8435d0-045c-4048-9343-2f984daf3de4" + ], + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200526T114018Z:9d8435d0-045c-4048-9343-2f984daf3de4" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Tue, 26 May 2020 11:40:17 GMT" + ], + "Content-Length": [ + "108" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"cf4aeef9-568c-4057-aa70-b10ffd3adc4d\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-05-26T11:39:17.693Z\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/ps1117/providers/Microsoft.Sql/locations/westcentralus/managedInstanceAzureAsyncOperation/cf4aeef9-568c-4057-aa70-b10ffd3adc4d?api-version=2018-06-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Jlc291cmNlR3JvdXBzL3BzMTExNy9wcm92aWRlcnMvTWljcm9zb2Z0LlNxbC9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9tYW5hZ2VkSW5zdGFuY2VBenVyZUFzeW5jT3BlcmF0aW9uL2NmNGFlZWY5LTU2OGMtNDA1Ny1hYTcwLWIxMGZmZDNhZGM0ZD9hcGktdmVyc2lvbj0yMDE4LTA2LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.42.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "60" + ], + "x-ms-request-id": [ + "ee78c994-17c5-4870-873f-61f07931fd50" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11997" + ], + "x-ms-correlation-request-id": [ + "fee36d1d-bc63-4bf6-aeb3-e3bfa84a509e" + ], + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200526T114118Z:fee36d1d-bc63-4bf6-aeb3-e3bfa84a509e" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Tue, 26 May 2020 11:41:18 GMT" + ], + "Content-Length": [ + "108" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"cf4aeef9-568c-4057-aa70-b10ffd3adc4d\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-05-26T11:39:17.693Z\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/ps1117/providers/Microsoft.Sql/locations/westcentralus/managedInstanceAzureAsyncOperation/cf4aeef9-568c-4057-aa70-b10ffd3adc4d?api-version=2018-06-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Jlc291cmNlR3JvdXBzL3BzMTExNy9wcm92aWRlcnMvTWljcm9zb2Z0LlNxbC9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9tYW5hZ2VkSW5zdGFuY2VBenVyZUFzeW5jT3BlcmF0aW9uL2NmNGFlZWY5LTU2OGMtNDA1Ny1hYTcwLWIxMGZmZDNhZGM0ZD9hcGktdmVyc2lvbj0yMDE4LTA2LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.42.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "60" + ], + "x-ms-request-id": [ + "1d35f87e-1546-4df8-9f38-164c055cc4fc" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11996" + ], + "x-ms-correlation-request-id": [ + "239866ac-ba68-4fce-b2fc-411c2957b5e6" + ], + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200526T114219Z:239866ac-ba68-4fce-b2fc-411c2957b5e6" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Tue, 26 May 2020 11:42:19 GMT" + ], + "Content-Length": [ + "107" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"cf4aeef9-568c-4057-aa70-b10ffd3adc4d\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2020-05-26T11:39:17.693Z\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/ps1117/providers/Microsoft.Sql/managedInstances/ps2101/failover?replicaType=Primary&api-version=2019-06-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Jlc291cmNlR3JvdXBzL3BzMTExNy9wcm92aWRlcnMvTWljcm9zb2Z0LlNxbC9tYW5hZ2VkSW5zdGFuY2VzL3BzMjEwMS9mYWlsb3Zlcj9yZXBsaWNhVHlwZT1QcmltYXJ5JmFwaS12ZXJzaW9uPTIwMTktMDYtMDEtcHJldmlldw==", + "RequestMethod": "POST", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "695ca895-6264-4783-9137-3657361fda0a" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.42.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/ps1117/providers/Microsoft.Sql/locations/westcentralus/managedInstanceOperationResults/d3736fb0-c0e0-45a7-ae2c-b9a3c3dd9501?api-version=2019-06-01-preview" + ], + "Retry-After": [ + "15" + ], + "Azure-AsyncOperation": [ + "https://management.azure.com/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/ps1117/providers/Microsoft.Sql/locations/westcentralus/managedInstanceAzureAsyncOperation/d3736fb0-c0e0-45a7-ae2c-b9a3c3dd9501?api-version=2019-06-01-preview" + ], + "x-ms-request-id": [ + "d3736fb0-c0e0-45a7-ae2c-b9a3c3dd9501" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-writes": [ + "1199" + ], + "x-ms-correlation-request-id": [ + "50c0ca4c-a6b0-4563-bbb3-7394461c3368" + ], + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200526T114221Z:50c0ca4c-a6b0-4563-bbb3-7394461c3368" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Tue, 26 May 2020 11:42:21 GMT" + ], + "Content-Length": [ + "81" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"operation\": \"FailoverManagedServerAsync\",\r\n \"startTime\": \"2020-05-26T11:42:20.233Z\"\r\n}", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/ps1117/providers/Microsoft.Sql/managedInstances/ps2101/failover?replicaType=Primary&api-version=2019-06-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Jlc291cmNlR3JvdXBzL3BzMTExNy9wcm92aWRlcnMvTWljcm9zb2Z0LlNxbC9tYW5hZ2VkSW5zdGFuY2VzL3BzMjEwMS9mYWlsb3Zlcj9yZXBsaWNhVHlwZT1QcmltYXJ5JmFwaS12ZXJzaW9uPTIwMTktMDYtMDEtcHJldmlldw==", + "RequestMethod": "POST", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "4e3a543d-bb9d-4ec6-9773-5039a8e52ba9" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.42.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-request-id": [ + "e99d17ff-6775-4321-9353-84ecd28e2b36" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-writes": [ + "1198" + ], + "x-ms-correlation-request-id": [ + "9d899750-c032-4c9d-ab60-1074d8788650" + ], + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200526T114253Z:9d899750-c032-4c9d-ab60-1074d8788650" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Tue, 26 May 2020 11:42:52 GMT" + ], + "Content-Length": [ + "176" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ManagedInstanceFailoverThrottled\",\r\n \"message\": \"There was a recent failover on the managed instance. At least 30 minutes must pass between instance failovers.\"\r\n }\r\n}", + "StatusCode": 400 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/ps1117/providers/Microsoft.Sql/locations/westcentralus/managedInstanceAzureAsyncOperation/d3736fb0-c0e0-45a7-ae2c-b9a3c3dd9501?api-version=2019-06-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Jlc291cmNlR3JvdXBzL3BzMTExNy9wcm92aWRlcnMvTWljcm9zb2Z0LlNxbC9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9tYW5hZ2VkSW5zdGFuY2VBenVyZUFzeW5jT3BlcmF0aW9uL2QzNzM2ZmIwLWMwZTAtNDVhNy1hZTJjLWI5YTNjM2RkOTUwMT9hcGktdmVyc2lvbj0yMDE5LTA2LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.42.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "15" + ], + "x-ms-request-id": [ + "db1c5d32-c74c-4611-abd3-0aab4d482ef6" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11993" + ], + "x-ms-correlation-request-id": [ + "f5085c62-a64e-4c7f-a97a-b693debd0658" + ], + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200526T114236Z:f5085c62-a64e-4c7f-a97a-b693debd0658" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Tue, 26 May 2020 11:42:36 GMT" + ], + "Content-Length": [ + "108" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"d3736fb0-c0e0-45a7-ae2c-b9a3c3dd9501\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-05-26T11:42:20.233Z\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/ps1117/providers/Microsoft.Sql/locations/westcentralus/managedInstanceAzureAsyncOperation/d3736fb0-c0e0-45a7-ae2c-b9a3c3dd9501?api-version=2019-06-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Jlc291cmNlR3JvdXBzL3BzMTExNy9wcm92aWRlcnMvTWljcm9zb2Z0LlNxbC9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9tYW5hZ2VkSW5zdGFuY2VBenVyZUFzeW5jT3BlcmF0aW9uL2QzNzM2ZmIwLWMwZTAtNDVhNy1hZTJjLWI5YTNjM2RkOTUwMT9hcGktdmVyc2lvbj0yMDE5LTA2LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.42.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "15" + ], + "x-ms-request-id": [ + "b252e2bb-328c-4ecb-946d-7639ef967050" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11992" + ], + "x-ms-correlation-request-id": [ + "c34ffb9c-c55c-4ae8-baf5-5354337a1609" + ], + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200526T114251Z:c34ffb9c-c55c-4ae8-baf5-5354337a1609" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Tue, 26 May 2020 11:42:51 GMT" + ], + "Content-Length": [ + "107" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"d3736fb0-c0e0-45a7-ae2c-b9a3c3dd9501\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2020-05-26T11:42:20.233Z\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/ps1117/providers/Microsoft.Sql/locations/westcentralus/managedInstanceOperationResults/d3736fb0-c0e0-45a7-ae2c-b9a3c3dd9501?api-version=2019-06-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Jlc291cmNlR3JvdXBzL3BzMTExNy9wcm92aWRlcnMvTWljcm9zb2Z0LlNxbC9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9tYW5hZ2VkSW5zdGFuY2VPcGVyYXRpb25SZXN1bHRzL2QzNzM2ZmIwLWMwZTAtNDVhNy1hZTJjLWI5YTNjM2RkOTUwMT9hcGktdmVyc2lvbj0yMDE5LTA2LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.42.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-request-id": [ + "245033b1-fc1d-41eb-816d-b971f9c9efa1" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11991" + ], + "x-ms-correlation-request-id": [ + "0ab1167b-3dd5-4373-9063-78f77a46886b" + ], + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200526T114251Z:0ab1167b-3dd5-4373-9063-78f77a46886b" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Tue, 26 May 2020 11:42:51 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourcegroups/ps1117?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Jlc291cmNlZ3JvdXBzL3BzMTExNz9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestMethod": "DELETE", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "5768ec06-7117-4fa7-bc74-528c9466cfda" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.13" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzExMTctV0VTVENFTlRSQUxVUyIsImpvYkxvY2F0aW9uIjoid2VzdGNlbnRyYWx1cyJ9?api-version=2016-09-01" + ], + "Retry-After": [ + "15" + ], + "x-ms-ratelimit-remaining-subscription-deletes": [ + "14999" + ], + "x-ms-request-id": [ + "9082dc59-f19d-468a-a869-b3e418374bfa" + ], + "x-ms-correlation-request-id": [ + "9082dc59-f19d-468a-a869-b3e418374bfa" + ], + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200526T114255Z:9082dc59-f19d-468a-a869-b3e418374bfa" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Tue, 26 May 2020 11:42:55 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzExMTctV0VTVENFTlRSQUxVUyIsImpvYkxvY2F0aW9uIjoid2VzdGNlbnRyYWx1cyJ9?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpFeE1UY3RWMFZUVkVORlRsUlNRVXhWVXlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRHTmxiblJ5WVd4MWN5Sjk/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.13" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzExMTctV0VTVENFTlRSQUxVUyIsImpvYkxvY2F0aW9uIjoid2VzdGNlbnRyYWx1cyJ9?api-version=2016-09-01" + ], + "Retry-After": [ + "15" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11988" + ], + "x-ms-request-id": [ + "3ea5fc70-6cb4-410d-bf32-e1645411c186" + ], + "x-ms-correlation-request-id": [ + "3ea5fc70-6cb4-410d-bf32-e1645411c186" + ], + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200526T114311Z:3ea5fc70-6cb4-410d-bf32-e1645411c186" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Tue, 26 May 2020 11:43:10 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzExMTctV0VTVENFTlRSQUxVUyIsImpvYkxvY2F0aW9uIjoid2VzdGNlbnRyYWx1cyJ9?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpFeE1UY3RWMFZUVkVORlRsUlNRVXhWVXlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRHTmxiblJ5WVd4MWN5Sjk/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.13" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzExMTctV0VTVENFTlRSQUxVUyIsImpvYkxvY2F0aW9uIjoid2VzdGNlbnRyYWx1cyJ9?api-version=2016-09-01" + ], + "Retry-After": [ + "15" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11987" + ], + "x-ms-request-id": [ + "e2f5f7cc-4294-4390-a6ec-7fe6f62c9737" + ], + "x-ms-correlation-request-id": [ + "e2f5f7cc-4294-4390-a6ec-7fe6f62c9737" + ], + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200526T114326Z:e2f5f7cc-4294-4390-a6ec-7fe6f62c9737" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Tue, 26 May 2020 11:43:25 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzExMTctV0VTVENFTlRSQUxVUyIsImpvYkxvY2F0aW9uIjoid2VzdGNlbnRyYWx1cyJ9?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpFeE1UY3RWMFZUVkVORlRsUlNRVXhWVXlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRHTmxiblJ5WVd4MWN5Sjk/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.13" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzExMTctV0VTVENFTlRSQUxVUyIsImpvYkxvY2F0aW9uIjoid2VzdGNlbnRyYWx1cyJ9?api-version=2016-09-01" + ], + "Retry-After": [ + "15" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11986" + ], + "x-ms-request-id": [ + "46d8425d-33f2-418b-9347-f36d6da23c58" + ], + "x-ms-correlation-request-id": [ + "46d8425d-33f2-418b-9347-f36d6da23c58" + ], + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200526T114341Z:46d8425d-33f2-418b-9347-f36d6da23c58" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Tue, 26 May 2020 11:43:40 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzExMTctV0VTVENFTlRSQUxVUyIsImpvYkxvY2F0aW9uIjoid2VzdGNlbnRyYWx1cyJ9?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpFeE1UY3RWMFZUVkVORlRsUlNRVXhWVXlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRHTmxiblJ5WVd4MWN5Sjk/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.13" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzExMTctV0VTVENFTlRSQUxVUyIsImpvYkxvY2F0aW9uIjoid2VzdGNlbnRyYWx1cyJ9?api-version=2016-09-01" + ], + "Retry-After": [ + "15" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11985" + ], + "x-ms-request-id": [ + "de68ecf6-b4e8-455b-8b45-c380fe228f30" + ], + "x-ms-correlation-request-id": [ + "de68ecf6-b4e8-455b-8b45-c380fe228f30" + ], + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200526T114357Z:de68ecf6-b4e8-455b-8b45-c380fe228f30" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Tue, 26 May 2020 11:43:57 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzExMTctV0VTVENFTlRSQUxVUyIsImpvYkxvY2F0aW9uIjoid2VzdGNlbnRyYWx1cyJ9?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpFeE1UY3RWMFZUVkVORlRsUlNRVXhWVXlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRHTmxiblJ5WVd4MWN5Sjk/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.13" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzExMTctV0VTVENFTlRSQUxVUyIsImpvYkxvY2F0aW9uIjoid2VzdGNlbnRyYWx1cyJ9?api-version=2016-09-01" + ], + "Retry-After": [ + "15" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11984" + ], + "x-ms-request-id": [ + "5465ac16-38c9-44f1-8055-7f1a2bbd783e" + ], + "x-ms-correlation-request-id": [ + "5465ac16-38c9-44f1-8055-7f1a2bbd783e" + ], + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200526T114412Z:5465ac16-38c9-44f1-8055-7f1a2bbd783e" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Tue, 26 May 2020 11:44:12 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzExMTctV0VTVENFTlRSQUxVUyIsImpvYkxvY2F0aW9uIjoid2VzdGNlbnRyYWx1cyJ9?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpFeE1UY3RWMFZUVkVORlRsUlNRVXhWVXlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRHTmxiblJ5WVd4MWN5Sjk/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.13" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzExMTctV0VTVENFTlRSQUxVUyIsImpvYkxvY2F0aW9uIjoid2VzdGNlbnRyYWx1cyJ9?api-version=2016-09-01" + ], + "Retry-After": [ + "15" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11983" + ], + "x-ms-request-id": [ + "d195ad05-89bd-45ef-97a0-7ee4f5a8f5ae" + ], + "x-ms-correlation-request-id": [ + "d195ad05-89bd-45ef-97a0-7ee4f5a8f5ae" + ], + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200526T114427Z:d195ad05-89bd-45ef-97a0-7ee4f5a8f5ae" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Tue, 26 May 2020 11:44:27 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzExMTctV0VTVENFTlRSQUxVUyIsImpvYkxvY2F0aW9uIjoid2VzdGNlbnRyYWx1cyJ9?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpFeE1UY3RWMFZUVkVORlRsUlNRVXhWVXlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRHTmxiblJ5WVd4MWN5Sjk/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.13" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11982" + ], + "x-ms-request-id": [ + "b620d6a4-1a0c-4de5-a025-0e81e913695a" + ], + "x-ms-correlation-request-id": [ + "b620d6a4-1a0c-4de5-a025-0e81e913695a" + ], + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200526T114442Z:b620d6a4-1a0c-4de5-a025-0e81e913695a" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Tue, 26 May 2020 11:44:42 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzExMTctV0VTVENFTlRSQUxVUyIsImpvYkxvY2F0aW9uIjoid2VzdGNlbnRyYWx1cyJ9?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpFeE1UY3RWMFZUVkVORlRsUlNRVXhWVXlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRHTmxiblJ5WVd4MWN5Sjk/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.13" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11981" + ], + "x-ms-request-id": [ + "d2b992c6-2a5e-4bb6-9f04-ceb6f6cf5b49" + ], + "x-ms-correlation-request-id": [ + "d2b992c6-2a5e-4bb6-9f04-ceb6f6cf5b49" + ], + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200526T114443Z:d2b992c6-2a5e-4bb6-9f04-ceb6f6cf5b49" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Tue, 26 May 2020 11:44:42 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 200 + } + ], + "Names": { + "Test-FailoverManagedInstance": [ + "ps1117", + "ps2101" + ] + }, + "Variables": { + "SubscriptionId": "a8c9a924-06c0-4bde-9788-e7b1370969e1" + } +} \ No newline at end of file diff --git a/src/Sql/Sql.Test/SessionRecords/Microsoft.Azure.Commands.Sql.Test.ScenarioTests.ManagedInstanceFailoverScenarioTests/TestFailoverManagedInstancePassThru.json b/src/Sql/Sql.Test/SessionRecords/Microsoft.Azure.Commands.Sql.Test.ScenarioTests.ManagedInstanceFailoverScenarioTests/TestFailoverManagedInstancePassThru.json new file mode 100644 index 000000000000..ab96ac02110a --- /dev/null +++ b/src/Sql/Sql.Test/SessionRecords/Microsoft.Azure.Commands.Sql.Test.ScenarioTests.ManagedInstanceFailoverScenarioTests/TestFailoverManagedInstancePassThru.json @@ -0,0 +1,1280 @@ +{ + "Entries": [ + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourcegroups/ps7578?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Jlc291cmNlZ3JvdXBzL3BzNzU3OD9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestMethod": "PUT", + "RequestBody": "{\r\n \"location\": \"westcentralus\"\r\n}", + "RequestHeaders": { + "x-ms-client-request-id": [ + "ab944453-7e1d-4968-8f8d-46309bf45934" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.13" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Content-Length": [ + "35" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-writes": [ + "1199" + ], + "x-ms-request-id": [ + "384053ae-f762-40ab-8b6c-18b2c5dd11c5" + ], + "x-ms-correlation-request-id": [ + "384053ae-f762-40ab-8b6c-18b2c5dd11c5" + ], + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200526T185333Z:384053ae-f762-40ab-8b6c-18b2c5dd11c5" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Tue, 26 May 2020 18:53:33 GMT" + ], + "Content-Length": [ + "172" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/ps7578\",\r\n \"name\": \"ps7578\",\r\n \"location\": \"westcentralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "StatusCode": 201 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/cl_one/providers/Microsoft.Network/virtualNetworks/cl_initial?api-version=2020-04-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Jlc291cmNlR3JvdXBzL2NsX29uZS9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdmlydHVhbE5ldHdvcmtzL2NsX2luaXRpYWw/YXBpLXZlcnNpb249MjAyMC0wNC0wMQ==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "e63bef98-575d-4f20-bbde-1f18c264839e" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.21.1.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "ETag": [ + "W/\"9e9414c7-fa10-435c-b877-f3a73d18f7d6\"" + ], + "x-ms-request-id": [ + "3c4f6ae8-3c78-451f-bfac-427982a7dde6" + ], + "x-ms-correlation-request-id": [ + "1f65eaab-503d-4765-87f3-bb6bcce812b4" + ], + "x-ms-arm-service-request-id": [ + "0f918b09-124a-42e2-813d-941a159a7c97" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11999" + ], + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200526T185334Z:1f65eaab-503d-4765-87f3-bb6bcce812b4" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Tue, 26 May 2020 18:53:34 GMT" + ], + "Content-Length": [ + "3824" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"cl_initial\",\r\n \"id\": \"/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/cl_one/providers/Microsoft.Network/virtualNetworks/cl_initial\",\r\n \"etag\": \"W/\\\"9e9414c7-fa10-435c-b877-f3a73d18f7d6\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"westcentralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"9ab78300-b023-4936-be62-4e591b6ca4a5\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": []\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"Cool\",\r\n \"id\": \"/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/cl_one/providers/Microsoft.Network/virtualNetworks/cl_initial/subnets/Cool\",\r\n \"etag\": \"W/\\\"9e9414c7-fa10-435c-b877-f3a73d18f7d6\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"networkSecurityGroup\": {\r\n \"id\": \"/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/cl_one/providers/Microsoft.Network/networkSecurityGroups/nsg-petrajkotest\"\r\n },\r\n \"routeTable\": {\r\n \"id\": \"/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/cl_one/providers/Microsoft.Network/routeTables/rt-petrajkotest\"\r\n },\r\n \"networkIntentPolicies\": [\r\n {\r\n \"id\": \"/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/cl_one/providers/Microsoft.Network/networkIntentPolicies/mi_default_cl_initial_Cool\"\r\n }\r\n ],\r\n \"resourceNavigationLinks\": [\r\n {\r\n \"name\": \"VirtualClusterecddd30f-163c-4232-bf38-5e3d97071922\",\r\n \"id\": \"/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/cl_one/providers/Microsoft.Network/virtualNetworks/cl_initial/subnets/Cool/resourceNavigationLinks/VirtualClusterecddd30f-163c-4232-bf38-5e3d97071922\",\r\n \"etag\": \"W/\\\"9e9414c7-fa10-435c-b877-f3a73d18f7d6\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks/subnets/resourceNavigationLinks\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"linkedResourceType\": \"Microsoft.Sql/virtualClusters\",\r\n \"link\": \"/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/cl_one/providers/Microsoft.Sql/virtualClusters/VirtualClusterecddd30f-163c-4232-bf38-5e3d97071922?api-version=2015-05-01-preview\"\r\n }\r\n }\r\n ],\r\n \"delegations\": [\r\n {\r\n \"name\": \"dlg-bruzeltest\",\r\n \"id\": \"/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/cl_one/providers/Microsoft.Network/virtualNetworks/cl_initial/subnets/Cool/delegations/dlg-bruzeltest\",\r\n \"etag\": \"W/\\\"9e9414c7-fa10-435c-b877-f3a73d18f7d6\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"serviceName\": \"Microsoft.Sql/managedInstances\",\r\n \"actions\": [\r\n \"Microsoft.Network/virtualNetworks/subnets/join/action\",\r\n \"Microsoft.Network/virtualNetworks/subnets/prepareNetworkPolicies/action\",\r\n \"Microsoft.Network/virtualNetworks/subnets/unprepareNetworkPolicies/action\"\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/virtualNetworks/subnets/delegations\"\r\n }\r\n ],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"type\": \"Microsoft.Network/virtualNetworks/subnets\"\r\n }\r\n ],\r\n \"virtualNetworkPeerings\": [],\r\n \"enableDdosProtection\": false,\r\n \"enableVmProtection\": false\r\n }\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/ps7578/providers/Microsoft.Sql/managedInstances/ps9534?api-version=2018-06-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Jlc291cmNlR3JvdXBzL3BzNzU3OC9wcm92aWRlcnMvTWljcm9zb2Z0LlNxbC9tYW5hZ2VkSW5zdGFuY2VzL3BzOTUzND9hcGktdmVyc2lvbj0yMDE4LTA2LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "b14a12d9-7bba-426f-9b72-c2a9e21aaee5" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.42.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-failure-cause": [ + "gateway" + ], + "x-ms-request-id": [ + "1bdb3cd3-4ff7-4048-aa81-1169ada8e815" + ], + "x-ms-correlation-request-id": [ + "1bdb3cd3-4ff7-4048-aa81-1169ada8e815" + ], + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200526T185336Z:1bdb3cd3-4ff7-4048-aa81-1169ada8e815" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Tue, 26 May 2020 18:53:36 GMT" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "147" + ] + }, + "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.Sql/managedInstances/ps9534' under resource group 'ps7578' was not found.\"\r\n }\r\n}", + "StatusCode": 404 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/ps7578/providers/Microsoft.Sql/managedInstances/ps9534?api-version=2018-06-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Jlc291cmNlR3JvdXBzL3BzNzU3OC9wcm92aWRlcnMvTWljcm9zb2Z0LlNxbC9tYW5hZ2VkSW5zdGFuY2VzL3BzOTUzND9hcGktdmVyc2lvbj0yMDE4LTA2LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.42.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-request-id": [ + "4cc9c8df-cbb7-4d47-b5cc-a96900b82048" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11995" + ], + "x-ms-correlation-request-id": [ + "3ec41fd7-4f9b-4f8c-a25e-a7bda19c01e9" + ], + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200526T185645Z:3ec41fd7-4f9b-4f8c-a25e-a7bda19c01e9" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Tue, 26 May 2020 18:56:44 GMT" + ], + "Content-Length": [ + "975" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"identity\": {\r\n \"principalId\": \"3d679bb4-a56b-4ece-b1d6-a070d24a763c\",\r\n \"type\": \"SystemAssigned\",\r\n \"tenantId\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\r\n },\r\n \"sku\": {\r\n \"name\": \"GP_Gen4\",\r\n \"tier\": \"GeneralPurpose\",\r\n \"family\": \"Gen4\",\r\n \"capacity\": 16\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"fullyQualifiedDomainName\": \"ps9534.d26f8ec2334f.database.windows.net\",\r\n \"administratorLogin\": \"testusername\",\r\n \"subnetId\": \"/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/cl_one/providers/Microsoft.Network/virtualNetworks/cl_initial/subnets/Cool\",\r\n \"state\": \"Ready\",\r\n \"licenseType\": \"LicenseIncluded\",\r\n \"vCores\": 16,\r\n \"storageSizeInGB\": 256,\r\n \"collation\": \"SQL_Latin1_General_CP1_CI_AS\",\r\n \"dnsZone\": \"d26f8ec2334f\",\r\n \"publicDataEndpointEnabled\": false,\r\n \"timezoneId\": \"UTC\",\r\n \"privateEndpointConnections\": []\r\n },\r\n \"location\": \"westcentralus\",\r\n \"id\": \"/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/ps7578/providers/Microsoft.Sql/managedInstances/ps9534\",\r\n \"name\": \"ps9534\",\r\n \"type\": \"Microsoft.Sql/managedInstances\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/ps7578/providers/Microsoft.Sql/managedInstances/ps9534?api-version=2018-06-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Jlc291cmNlR3JvdXBzL3BzNzU3OC9wcm92aWRlcnMvTWljcm9zb2Z0LlNxbC9tYW5hZ2VkSW5zdGFuY2VzL3BzOTUzND9hcGktdmVyc2lvbj0yMDE4LTA2LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "fa720e23-ec87-4267-ba28-40891f9fe1a2" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.42.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-request-id": [ + "8eabfda3-9c6c-4fc3-8d64-75057799dff4" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11994" + ], + "x-ms-correlation-request-id": [ + "b99f0711-e101-4d5d-bb4f-9b7f33ba63a6" + ], + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200526T185645Z:b99f0711-e101-4d5d-bb4f-9b7f33ba63a6" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Tue, 26 May 2020 18:56:44 GMT" + ], + "Content-Length": [ + "975" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"identity\": {\r\n \"principalId\": \"3d679bb4-a56b-4ece-b1d6-a070d24a763c\",\r\n \"type\": \"SystemAssigned\",\r\n \"tenantId\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\r\n },\r\n \"sku\": {\r\n \"name\": \"GP_Gen4\",\r\n \"tier\": \"GeneralPurpose\",\r\n \"family\": \"Gen4\",\r\n \"capacity\": 16\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"fullyQualifiedDomainName\": \"ps9534.d26f8ec2334f.database.windows.net\",\r\n \"administratorLogin\": \"testusername\",\r\n \"subnetId\": \"/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/cl_one/providers/Microsoft.Network/virtualNetworks/cl_initial/subnets/Cool\",\r\n \"state\": \"Ready\",\r\n \"licenseType\": \"LicenseIncluded\",\r\n \"vCores\": 16,\r\n \"storageSizeInGB\": 256,\r\n \"collation\": \"SQL_Latin1_General_CP1_CI_AS\",\r\n \"dnsZone\": \"d26f8ec2334f\",\r\n \"publicDataEndpointEnabled\": false,\r\n \"timezoneId\": \"UTC\",\r\n \"privateEndpointConnections\": []\r\n },\r\n \"location\": \"westcentralus\",\r\n \"id\": \"/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/ps7578/providers/Microsoft.Sql/managedInstances/ps9534\",\r\n \"name\": \"ps9534\",\r\n \"type\": \"Microsoft.Sql/managedInstances\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/ps7578/providers/Microsoft.Sql/managedInstances/ps9534?api-version=2018-06-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Jlc291cmNlR3JvdXBzL3BzNzU3OC9wcm92aWRlcnMvTWljcm9zb2Z0LlNxbC9tYW5hZ2VkSW5zdGFuY2VzL3BzOTUzND9hcGktdmVyc2lvbj0yMDE4LTA2LTAxLXByZXZpZXc=", + "RequestMethod": "PUT", + "RequestBody": "{\r\n \"identity\": {\r\n \"type\": \"SystemAssigned\"\r\n },\r\n \"sku\": {\r\n \"name\": \"GP_Gen4\"\r\n },\r\n \"properties\": {\r\n \"administratorLogin\": \"testusername\",\r\n \"administratorLoginPassword\": \"t357ingP@s5w0rd!\",\r\n \"subnetId\": \"/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/cl_one/providers/Microsoft.Network/virtualNetworks/cl_initial/subnets/Cool\",\r\n \"vCores\": 16,\r\n \"publicDataEndpointEnabled\": false\r\n },\r\n \"location\": \"westcentralus\"\r\n}", + "RequestHeaders": { + "x-ms-client-request-id": [ + "48143a53-97e0-4825-97f0-e2a77d5e8b8e" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.42.0.0" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Content-Length": [ + "473" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/ps7578/providers/Microsoft.Sql/locations/westcentralus/managedInstanceOperationResults/d62ff8fc-3b47-4e97-afc9-5cdd13b90381?api-version=2018-06-01-preview" + ], + "Retry-After": [ + "60" + ], + "Azure-AsyncOperation": [ + "https://management.azure.com/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/ps7578/providers/Microsoft.Sql/locations/westcentralus/managedInstanceAzureAsyncOperation/d62ff8fc-3b47-4e97-afc9-5cdd13b90381?api-version=2018-06-01-preview" + ], + "x-ms-request-id": [ + "d62ff8fc-3b47-4e97-afc9-5cdd13b90381" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-writes": [ + "1199" + ], + "x-ms-correlation-request-id": [ + "e9c0411e-f20a-4455-91c5-f04cdeed25bc" + ], + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200526T185343Z:e9c0411e-f20a-4455-91c5-f04cdeed25bc" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Tue, 26 May 2020 18:53:43 GMT" + ], + "Content-Length": [ + "74" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"operation\": \"UpsertManagedServer\",\r\n \"startTime\": \"2020-05-26T18:53:43.507Z\"\r\n}", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/ps7578/providers/Microsoft.Sql/locations/westcentralus/managedInstanceAzureAsyncOperation/d62ff8fc-3b47-4e97-afc9-5cdd13b90381?api-version=2018-06-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Jlc291cmNlR3JvdXBzL3BzNzU3OC9wcm92aWRlcnMvTWljcm9zb2Z0LlNxbC9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9tYW5hZ2VkSW5zdGFuY2VBenVyZUFzeW5jT3BlcmF0aW9uL2Q2MmZmOGZjLTNiNDctNGU5Ny1hZmM5LTVjZGQxM2I5MDM4MT9hcGktdmVyc2lvbj0yMDE4LTA2LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.42.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "60" + ], + "x-ms-request-id": [ + "957a2204-8742-43c4-bc8e-6d7a40b97010" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11998" + ], + "x-ms-correlation-request-id": [ + "ad6dab5d-3e47-4972-8b32-2a20d6c41131" + ], + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200526T185444Z:ad6dab5d-3e47-4972-8b32-2a20d6c41131" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Tue, 26 May 2020 18:54:43 GMT" + ], + "Content-Length": [ + "108" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"d62ff8fc-3b47-4e97-afc9-5cdd13b90381\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-05-26T18:53:43.507Z\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/ps7578/providers/Microsoft.Sql/locations/westcentralus/managedInstanceAzureAsyncOperation/d62ff8fc-3b47-4e97-afc9-5cdd13b90381?api-version=2018-06-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Jlc291cmNlR3JvdXBzL3BzNzU3OC9wcm92aWRlcnMvTWljcm9zb2Z0LlNxbC9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9tYW5hZ2VkSW5zdGFuY2VBenVyZUFzeW5jT3BlcmF0aW9uL2Q2MmZmOGZjLTNiNDctNGU5Ny1hZmM5LTVjZGQxM2I5MDM4MT9hcGktdmVyc2lvbj0yMDE4LTA2LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.42.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "60" + ], + "x-ms-request-id": [ + "b69075bd-2f22-4001-a0f3-302f41453184" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11997" + ], + "x-ms-correlation-request-id": [ + "47559ffb-3395-496a-bd1a-713045151c89" + ], + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200526T185544Z:47559ffb-3395-496a-bd1a-713045151c89" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Tue, 26 May 2020 18:55:44 GMT" + ], + "Content-Length": [ + "108" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"d62ff8fc-3b47-4e97-afc9-5cdd13b90381\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-05-26T18:53:43.507Z\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/ps7578/providers/Microsoft.Sql/locations/westcentralus/managedInstanceAzureAsyncOperation/d62ff8fc-3b47-4e97-afc9-5cdd13b90381?api-version=2018-06-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Jlc291cmNlR3JvdXBzL3BzNzU3OC9wcm92aWRlcnMvTWljcm9zb2Z0LlNxbC9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9tYW5hZ2VkSW5zdGFuY2VBenVyZUFzeW5jT3BlcmF0aW9uL2Q2MmZmOGZjLTNiNDctNGU5Ny1hZmM5LTVjZGQxM2I5MDM4MT9hcGktdmVyc2lvbj0yMDE4LTA2LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.42.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "60" + ], + "x-ms-request-id": [ + "2790d3f3-1f72-40bb-935e-bddc07148270" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11996" + ], + "x-ms-correlation-request-id": [ + "13b11941-ceb0-406e-9ae5-2ee82ad2a03e" + ], + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200526T185645Z:13b11941-ceb0-406e-9ae5-2ee82ad2a03e" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Tue, 26 May 2020 18:56:44 GMT" + ], + "Content-Length": [ + "107" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"d62ff8fc-3b47-4e97-afc9-5cdd13b90381\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2020-05-26T18:53:43.507Z\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/ps7578/providers/Microsoft.Sql/managedInstances/ps9534/failover?replicaType=Primary&api-version=2019-06-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Jlc291cmNlR3JvdXBzL3BzNzU3OC9wcm92aWRlcnMvTWljcm9zb2Z0LlNxbC9tYW5hZ2VkSW5zdGFuY2VzL3BzOTUzNC9mYWlsb3Zlcj9yZXBsaWNhVHlwZT1QcmltYXJ5JmFwaS12ZXJzaW9uPTIwMTktMDYtMDEtcHJldmlldw==", + "RequestMethod": "POST", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "5cf47209-28ec-4cb0-aa08-795240b0204c" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.42.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/ps7578/providers/Microsoft.Sql/locations/westcentralus/managedInstanceOperationResults/8c2e3edd-231c-41bd-a06c-da17173a0e36?api-version=2019-06-01-preview" + ], + "Retry-After": [ + "15" + ], + "Azure-AsyncOperation": [ + "https://management.azure.com/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/ps7578/providers/Microsoft.Sql/locations/westcentralus/managedInstanceAzureAsyncOperation/8c2e3edd-231c-41bd-a06c-da17173a0e36?api-version=2019-06-01-preview" + ], + "x-ms-request-id": [ + "8c2e3edd-231c-41bd-a06c-da17173a0e36" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-writes": [ + "1199" + ], + "x-ms-correlation-request-id": [ + "dffeea3c-681a-4319-84c6-87e898fa9848" + ], + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200526T185647Z:dffeea3c-681a-4319-84c6-87e898fa9848" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Tue, 26 May 2020 18:56:46 GMT" + ], + "Content-Length": [ + "81" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"operation\": \"FailoverManagedServerAsync\",\r\n \"startTime\": \"2020-05-26T18:56:46.133Z\"\r\n}", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/ps7578/providers/Microsoft.Sql/locations/westcentralus/managedInstanceAzureAsyncOperation/8c2e3edd-231c-41bd-a06c-da17173a0e36?api-version=2019-06-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Jlc291cmNlR3JvdXBzL3BzNzU3OC9wcm92aWRlcnMvTWljcm9zb2Z0LlNxbC9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9tYW5hZ2VkSW5zdGFuY2VBenVyZUFzeW5jT3BlcmF0aW9uLzhjMmUzZWRkLTIzMWMtNDFiZC1hMDZjLWRhMTcxNzNhMGUzNj9hcGktdmVyc2lvbj0yMDE5LTA2LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.42.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "15" + ], + "x-ms-request-id": [ + "01c9fb5b-1077-4504-82bb-13228773b7f9" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11993" + ], + "x-ms-correlation-request-id": [ + "9d20281e-059e-4a60-a02d-07a377b63a21" + ], + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200526T185702Z:9d20281e-059e-4a60-a02d-07a377b63a21" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Tue, 26 May 2020 18:57:02 GMT" + ], + "Content-Length": [ + "107" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"8c2e3edd-231c-41bd-a06c-da17173a0e36\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2020-05-26T18:56:46.133Z\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/ps7578/providers/Microsoft.Sql/locations/westcentralus/managedInstanceOperationResults/8c2e3edd-231c-41bd-a06c-da17173a0e36?api-version=2019-06-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Jlc291cmNlR3JvdXBzL3BzNzU3OC9wcm92aWRlcnMvTWljcm9zb2Z0LlNxbC9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9tYW5hZ2VkSW5zdGFuY2VPcGVyYXRpb25SZXN1bHRzLzhjMmUzZWRkLTIzMWMtNDFiZC1hMDZjLWRhMTcxNzNhMGUzNj9hcGktdmVyc2lvbj0yMDE5LTA2LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.42.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-request-id": [ + "b6166f30-e760-4d67-9ec8-1f6dc4f81e95" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11992" + ], + "x-ms-correlation-request-id": [ + "682ca311-1a19-49db-bd47-b370a2e78616" + ], + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200526T185702Z:682ca311-1a19-49db-bd47-b370a2e78616" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Tue, 26 May 2020 18:57:02 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourcegroups/ps7578?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Jlc291cmNlZ3JvdXBzL3BzNzU3OD9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestMethod": "DELETE", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "1d17155e-3f82-4ff2-8c9d-0cc16059fee7" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.13" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzc1NzgtV0VTVENFTlRSQUxVUyIsImpvYkxvY2F0aW9uIjoid2VzdGNlbnRyYWx1cyJ9?api-version=2016-09-01" + ], + "Retry-After": [ + "15" + ], + "x-ms-ratelimit-remaining-subscription-deletes": [ + "14999" + ], + "x-ms-request-id": [ + "c22c28b8-e979-4f3f-af29-77930a92081d" + ], + "x-ms-correlation-request-id": [ + "c22c28b8-e979-4f3f-af29-77930a92081d" + ], + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200526T185705Z:c22c28b8-e979-4f3f-af29-77930a92081d" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Tue, 26 May 2020 18:57:04 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzc1NzgtV0VTVENFTlRSQUxVUyIsImpvYkxvY2F0aW9uIjoid2VzdGNlbnRyYWx1cyJ9?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpjMU56Z3RWMFZUVkVORlRsUlNRVXhWVXlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRHTmxiblJ5WVd4MWN5Sjk/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.13" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzc1NzgtV0VTVENFTlRSQUxVUyIsImpvYkxvY2F0aW9uIjoid2VzdGNlbnRyYWx1cyJ9?api-version=2016-09-01" + ], + "Retry-After": [ + "15" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11999" + ], + "x-ms-request-id": [ + "afd0c5dc-4be1-4ea7-992f-438de151188d" + ], + "x-ms-correlation-request-id": [ + "afd0c5dc-4be1-4ea7-992f-438de151188d" + ], + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200526T185720Z:afd0c5dc-4be1-4ea7-992f-438de151188d" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Tue, 26 May 2020 18:57:19 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzc1NzgtV0VTVENFTlRSQUxVUyIsImpvYkxvY2F0aW9uIjoid2VzdGNlbnRyYWx1cyJ9?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpjMU56Z3RWMFZUVkVORlRsUlNRVXhWVXlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRHTmxiblJ5WVd4MWN5Sjk/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.13" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzc1NzgtV0VTVENFTlRSQUxVUyIsImpvYkxvY2F0aW9uIjoid2VzdGNlbnRyYWx1cyJ9?api-version=2016-09-01" + ], + "Retry-After": [ + "15" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11998" + ], + "x-ms-request-id": [ + "0a5b126d-2a75-4fb7-91fe-b34d1ace3f4b" + ], + "x-ms-correlation-request-id": [ + "0a5b126d-2a75-4fb7-91fe-b34d1ace3f4b" + ], + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200526T185735Z:0a5b126d-2a75-4fb7-91fe-b34d1ace3f4b" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Tue, 26 May 2020 18:57:35 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzc1NzgtV0VTVENFTlRSQUxVUyIsImpvYkxvY2F0aW9uIjoid2VzdGNlbnRyYWx1cyJ9?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpjMU56Z3RWMFZUVkVORlRsUlNRVXhWVXlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRHTmxiblJ5WVd4MWN5Sjk/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.13" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzc1NzgtV0VTVENFTlRSQUxVUyIsImpvYkxvY2F0aW9uIjoid2VzdGNlbnRyYWx1cyJ9?api-version=2016-09-01" + ], + "Retry-After": [ + "15" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11997" + ], + "x-ms-request-id": [ + "487c9a77-0278-4318-a85c-c05b27f0e6f1" + ], + "x-ms-correlation-request-id": [ + "487c9a77-0278-4318-a85c-c05b27f0e6f1" + ], + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200526T185751Z:487c9a77-0278-4318-a85c-c05b27f0e6f1" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Tue, 26 May 2020 18:57:50 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzc1NzgtV0VTVENFTlRSQUxVUyIsImpvYkxvY2F0aW9uIjoid2VzdGNlbnRyYWx1cyJ9?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpjMU56Z3RWMFZUVkVORlRsUlNRVXhWVXlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRHTmxiblJ5WVd4MWN5Sjk/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.13" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzc1NzgtV0VTVENFTlRSQUxVUyIsImpvYkxvY2F0aW9uIjoid2VzdGNlbnRyYWx1cyJ9?api-version=2016-09-01" + ], + "Retry-After": [ + "15" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11996" + ], + "x-ms-request-id": [ + "ea36ed66-8692-4ba2-b0f1-fd2a92389df7" + ], + "x-ms-correlation-request-id": [ + "ea36ed66-8692-4ba2-b0f1-fd2a92389df7" + ], + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200526T185806Z:ea36ed66-8692-4ba2-b0f1-fd2a92389df7" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Tue, 26 May 2020 18:58:05 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzc1NzgtV0VTVENFTlRSQUxVUyIsImpvYkxvY2F0aW9uIjoid2VzdGNlbnRyYWx1cyJ9?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpjMU56Z3RWMFZUVkVORlRsUlNRVXhWVXlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRHTmxiblJ5WVd4MWN5Sjk/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.13" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzc1NzgtV0VTVENFTlRSQUxVUyIsImpvYkxvY2F0aW9uIjoid2VzdGNlbnRyYWx1cyJ9?api-version=2016-09-01" + ], + "Retry-After": [ + "15" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11995" + ], + "x-ms-request-id": [ + "1bb13625-28a9-406d-af1d-fd0b7f1102d3" + ], + "x-ms-correlation-request-id": [ + "1bb13625-28a9-406d-af1d-fd0b7f1102d3" + ], + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200526T185821Z:1bb13625-28a9-406d-af1d-fd0b7f1102d3" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Tue, 26 May 2020 18:58:20 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzc1NzgtV0VTVENFTlRSQUxVUyIsImpvYkxvY2F0aW9uIjoid2VzdGNlbnRyYWx1cyJ9?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpjMU56Z3RWMFZUVkVORlRsUlNRVXhWVXlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRHTmxiblJ5WVd4MWN5Sjk/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.13" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzc1NzgtV0VTVENFTlRSQUxVUyIsImpvYkxvY2F0aW9uIjoid2VzdGNlbnRyYWx1cyJ9?api-version=2016-09-01" + ], + "Retry-After": [ + "15" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11994" + ], + "x-ms-request-id": [ + "3129343e-bf8c-43d3-ae70-fb2cb6112c82" + ], + "x-ms-correlation-request-id": [ + "3129343e-bf8c-43d3-ae70-fb2cb6112c82" + ], + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200526T185836Z:3129343e-bf8c-43d3-ae70-fb2cb6112c82" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Tue, 26 May 2020 18:58:36 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzc1NzgtV0VTVENFTlRSQUxVUyIsImpvYkxvY2F0aW9uIjoid2VzdGNlbnRyYWx1cyJ9?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpjMU56Z3RWMFZUVkVORlRsUlNRVXhWVXlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRHTmxiblJ5WVd4MWN5Sjk/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.13" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11993" + ], + "x-ms-request-id": [ + "c8af38aa-addc-4382-b9de-3a8d29979fc2" + ], + "x-ms-correlation-request-id": [ + "c8af38aa-addc-4382-b9de-3a8d29979fc2" + ], + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200526T185852Z:c8af38aa-addc-4382-b9de-3a8d29979fc2" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Tue, 26 May 2020 18:58:51 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzc1NzgtV0VTVENFTlRSQUxVUyIsImpvYkxvY2F0aW9uIjoid2VzdGNlbnRyYWx1cyJ9?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpjMU56Z3RWMFZUVkVORlRsUlNRVXhWVXlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRHTmxiblJ5WVd4MWN5Sjk/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.13" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11992" + ], + "x-ms-request-id": [ + "8e5a2dc7-496b-414e-b569-c081b1a62d27" + ], + "x-ms-correlation-request-id": [ + "8e5a2dc7-496b-414e-b569-c081b1a62d27" + ], + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200526T185852Z:8e5a2dc7-496b-414e-b569-c081b1a62d27" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Tue, 26 May 2020 18:58:51 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 200 + } + ], + "Names": { + "Test-FailoverManagedInstancePassThru": [ + "ps7578", + "ps9534" + ] + }, + "Variables": { + "SubscriptionId": "a8c9a924-06c0-4bde-9788-e7b1370969e1" + } +} \ No newline at end of file diff --git a/src/Sql/Sql.Test/SessionRecords/Microsoft.Azure.Commands.Sql.Test.ScenarioTests.ManagedInstanceFailoverScenarioTests/TestFailoverManagedInstancePiping.json b/src/Sql/Sql.Test/SessionRecords/Microsoft.Azure.Commands.Sql.Test.ScenarioTests.ManagedInstanceFailoverScenarioTests/TestFailoverManagedInstancePiping.json new file mode 100644 index 000000000000..9c58466bb5c0 --- /dev/null +++ b/src/Sql/Sql.Test/SessionRecords/Microsoft.Azure.Commands.Sql.Test.ScenarioTests.ManagedInstanceFailoverScenarioTests/TestFailoverManagedInstancePiping.json @@ -0,0 +1,1403 @@ +{ + "Entries": [ + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourcegroups/ps41?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Jlc291cmNlZ3JvdXBzL3BzNDE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestMethod": "PUT", + "RequestBody": "{\r\n \"location\": \"westcentralus\"\r\n}", + "RequestHeaders": { + "x-ms-client-request-id": [ + "66bbf6a4-359d-414a-9574-6cdbec1043d7" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.13" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Content-Length": [ + "35" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-writes": [ + "1199" + ], + "x-ms-request-id": [ + "e0b9fa2d-a196-4ee8-8922-77ccdef35868" + ], + "x-ms-correlation-request-id": [ + "e0b9fa2d-a196-4ee8-8922-77ccdef35868" + ], + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200526T184629Z:e0b9fa2d-a196-4ee8-8922-77ccdef35868" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Tue, 26 May 2020 18:46:28 GMT" + ], + "Content-Length": [ + "168" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/ps41\",\r\n \"name\": \"ps41\",\r\n \"location\": \"westcentralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "StatusCode": 201 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/cl_one/providers/Microsoft.Network/virtualNetworks/cl_initial?api-version=2020-04-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Jlc291cmNlR3JvdXBzL2NsX29uZS9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdmlydHVhbE5ldHdvcmtzL2NsX2luaXRpYWw/YXBpLXZlcnNpb249MjAyMC0wNC0wMQ==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "c4c7a8df-2f42-46b1-b572-866cf4c5af73" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.21.1.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "ETag": [ + "W/\"9e9414c7-fa10-435c-b877-f3a73d18f7d6\"" + ], + "x-ms-request-id": [ + "a5c2fa5c-9f4b-459e-8518-6d6cdf47da1b" + ], + "x-ms-correlation-request-id": [ + "19cdf018-f3ef-487e-bd43-3a9d6fd3461c" + ], + "x-ms-arm-service-request-id": [ + "639fc44f-5511-4bf7-b07a-1033faa0100d" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11999" + ], + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200526T184629Z:19cdf018-f3ef-487e-bd43-3a9d6fd3461c" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Tue, 26 May 2020 18:46:29 GMT" + ], + "Content-Length": [ + "3824" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"cl_initial\",\r\n \"id\": \"/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/cl_one/providers/Microsoft.Network/virtualNetworks/cl_initial\",\r\n \"etag\": \"W/\\\"9e9414c7-fa10-435c-b877-f3a73d18f7d6\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"westcentralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"9ab78300-b023-4936-be62-4e591b6ca4a5\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": []\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"Cool\",\r\n \"id\": \"/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/cl_one/providers/Microsoft.Network/virtualNetworks/cl_initial/subnets/Cool\",\r\n \"etag\": \"W/\\\"9e9414c7-fa10-435c-b877-f3a73d18f7d6\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"networkSecurityGroup\": {\r\n \"id\": \"/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/cl_one/providers/Microsoft.Network/networkSecurityGroups/nsg-petrajkotest\"\r\n },\r\n \"routeTable\": {\r\n \"id\": \"/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/cl_one/providers/Microsoft.Network/routeTables/rt-petrajkotest\"\r\n },\r\n \"networkIntentPolicies\": [\r\n {\r\n \"id\": \"/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/cl_one/providers/Microsoft.Network/networkIntentPolicies/mi_default_cl_initial_Cool\"\r\n }\r\n ],\r\n \"resourceNavigationLinks\": [\r\n {\r\n \"name\": \"VirtualClusterecddd30f-163c-4232-bf38-5e3d97071922\",\r\n \"id\": \"/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/cl_one/providers/Microsoft.Network/virtualNetworks/cl_initial/subnets/Cool/resourceNavigationLinks/VirtualClusterecddd30f-163c-4232-bf38-5e3d97071922\",\r\n \"etag\": \"W/\\\"9e9414c7-fa10-435c-b877-f3a73d18f7d6\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks/subnets/resourceNavigationLinks\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"linkedResourceType\": \"Microsoft.Sql/virtualClusters\",\r\n \"link\": \"/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/cl_one/providers/Microsoft.Sql/virtualClusters/VirtualClusterecddd30f-163c-4232-bf38-5e3d97071922?api-version=2015-05-01-preview\"\r\n }\r\n }\r\n ],\r\n \"delegations\": [\r\n {\r\n \"name\": \"dlg-bruzeltest\",\r\n \"id\": \"/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/cl_one/providers/Microsoft.Network/virtualNetworks/cl_initial/subnets/Cool/delegations/dlg-bruzeltest\",\r\n \"etag\": \"W/\\\"9e9414c7-fa10-435c-b877-f3a73d18f7d6\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"serviceName\": \"Microsoft.Sql/managedInstances\",\r\n \"actions\": [\r\n \"Microsoft.Network/virtualNetworks/subnets/join/action\",\r\n \"Microsoft.Network/virtualNetworks/subnets/prepareNetworkPolicies/action\",\r\n \"Microsoft.Network/virtualNetworks/subnets/unprepareNetworkPolicies/action\"\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/virtualNetworks/subnets/delegations\"\r\n }\r\n ],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"type\": \"Microsoft.Network/virtualNetworks/subnets\"\r\n }\r\n ],\r\n \"virtualNetworkPeerings\": [],\r\n \"enableDdosProtection\": false,\r\n \"enableVmProtection\": false\r\n }\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/ps41/providers/Microsoft.Sql/managedInstances/ps993?api-version=2018-06-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Jlc291cmNlR3JvdXBzL3BzNDEvcHJvdmlkZXJzL01pY3Jvc29mdC5TcWwvbWFuYWdlZEluc3RhbmNlcy9wczk5Mz9hcGktdmVyc2lvbj0yMDE4LTA2LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "b921c0c5-0cbe-4a80-8405-f9cb05cd74c3" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.42.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-failure-cause": [ + "gateway" + ], + "x-ms-request-id": [ + "e8a171d6-fd62-4ab8-9a70-aff0b58eeeab" + ], + "x-ms-correlation-request-id": [ + "e8a171d6-fd62-4ab8-9a70-aff0b58eeeab" + ], + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200526T184631Z:e8a171d6-fd62-4ab8-9a70-aff0b58eeeab" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Tue, 26 May 2020 18:46:31 GMT" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "144" + ] + }, + "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.Sql/managedInstances/ps993' under resource group 'ps41' was not found.\"\r\n }\r\n}", + "StatusCode": 404 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/ps41/providers/Microsoft.Sql/managedInstances/ps993?api-version=2018-06-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Jlc291cmNlR3JvdXBzL3BzNDEvcHJvdmlkZXJzL01pY3Jvc29mdC5TcWwvbWFuYWdlZEluc3RhbmNlcy9wczk5Mz9hcGktdmVyc2lvbj0yMDE4LTA2LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.42.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-request-id": [ + "f9107e42-01b4-4883-994c-2b4523210d29" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11994" + ], + "x-ms-correlation-request-id": [ + "aa139466-5f86-44e2-94ab-5f3aaf8fae0d" + ], + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200526T184940Z:aa139466-5f86-44e2-94ab-5f3aaf8fae0d" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Tue, 26 May 2020 18:49:39 GMT" + ], + "Content-Length": [ + "970" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"identity\": {\r\n \"principalId\": \"8807c4a2-505f-4fc0-8e5e-397eb6e95242\",\r\n \"type\": \"SystemAssigned\",\r\n \"tenantId\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\r\n },\r\n \"sku\": {\r\n \"name\": \"GP_Gen4\",\r\n \"tier\": \"GeneralPurpose\",\r\n \"family\": \"Gen4\",\r\n \"capacity\": 16\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"fullyQualifiedDomainName\": \"ps993.d26f8ec2334f.database.windows.net\",\r\n \"administratorLogin\": \"testusername\",\r\n \"subnetId\": \"/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/cl_one/providers/Microsoft.Network/virtualNetworks/cl_initial/subnets/Cool\",\r\n \"state\": \"Ready\",\r\n \"licenseType\": \"LicenseIncluded\",\r\n \"vCores\": 16,\r\n \"storageSizeInGB\": 256,\r\n \"collation\": \"SQL_Latin1_General_CP1_CI_AS\",\r\n \"dnsZone\": \"d26f8ec2334f\",\r\n \"publicDataEndpointEnabled\": false,\r\n \"timezoneId\": \"UTC\",\r\n \"privateEndpointConnections\": []\r\n },\r\n \"location\": \"westcentralus\",\r\n \"id\": \"/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/ps41/providers/Microsoft.Sql/managedInstances/ps993\",\r\n \"name\": \"ps993\",\r\n \"type\": \"Microsoft.Sql/managedInstances\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/ps41/providers/Microsoft.Sql/managedInstances/ps993?api-version=2018-06-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Jlc291cmNlR3JvdXBzL3BzNDEvcHJvdmlkZXJzL01pY3Jvc29mdC5TcWwvbWFuYWdlZEluc3RhbmNlcy9wczk5Mz9hcGktdmVyc2lvbj0yMDE4LTA2LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "35f0dfaf-7da5-4430-b558-b1d90b478ea6" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.42.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-request-id": [ + "d75a5052-72cb-4823-9dde-787033d347df" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11993" + ], + "x-ms-correlation-request-id": [ + "bcb55fa4-7a62-49a2-802e-279be0da111f" + ], + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200526T184940Z:bcb55fa4-7a62-49a2-802e-279be0da111f" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Tue, 26 May 2020 18:49:40 GMT" + ], + "Content-Length": [ + "970" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"identity\": {\r\n \"principalId\": \"8807c4a2-505f-4fc0-8e5e-397eb6e95242\",\r\n \"type\": \"SystemAssigned\",\r\n \"tenantId\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\r\n },\r\n \"sku\": {\r\n \"name\": \"GP_Gen4\",\r\n \"tier\": \"GeneralPurpose\",\r\n \"family\": \"Gen4\",\r\n \"capacity\": 16\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"fullyQualifiedDomainName\": \"ps993.d26f8ec2334f.database.windows.net\",\r\n \"administratorLogin\": \"testusername\",\r\n \"subnetId\": \"/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/cl_one/providers/Microsoft.Network/virtualNetworks/cl_initial/subnets/Cool\",\r\n \"state\": \"Ready\",\r\n \"licenseType\": \"LicenseIncluded\",\r\n \"vCores\": 16,\r\n \"storageSizeInGB\": 256,\r\n \"collation\": \"SQL_Latin1_General_CP1_CI_AS\",\r\n \"dnsZone\": \"d26f8ec2334f\",\r\n \"publicDataEndpointEnabled\": false,\r\n \"timezoneId\": \"UTC\",\r\n \"privateEndpointConnections\": []\r\n },\r\n \"location\": \"westcentralus\",\r\n \"id\": \"/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/ps41/providers/Microsoft.Sql/managedInstances/ps993\",\r\n \"name\": \"ps993\",\r\n \"type\": \"Microsoft.Sql/managedInstances\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/ps41/providers/Microsoft.Sql/managedInstances/ps993?api-version=2018-06-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Jlc291cmNlR3JvdXBzL3BzNDEvcHJvdmlkZXJzL01pY3Jvc29mdC5TcWwvbWFuYWdlZEluc3RhbmNlcy9wczk5Mz9hcGktdmVyc2lvbj0yMDE4LTA2LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "8ad4a262-42a9-451c-b53f-9138a68b4ed3" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.42.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-request-id": [ + "22b7dbc8-596e-473f-8a03-f37221688679" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11992" + ], + "x-ms-correlation-request-id": [ + "a0b48ce4-bafd-4920-95c4-b94eda74a9bc" + ], + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200526T184941Z:a0b48ce4-bafd-4920-95c4-b94eda74a9bc" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Tue, 26 May 2020 18:49:40 GMT" + ], + "Content-Length": [ + "970" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"identity\": {\r\n \"principalId\": \"8807c4a2-505f-4fc0-8e5e-397eb6e95242\",\r\n \"type\": \"SystemAssigned\",\r\n \"tenantId\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\r\n },\r\n \"sku\": {\r\n \"name\": \"GP_Gen4\",\r\n \"tier\": \"GeneralPurpose\",\r\n \"family\": \"Gen4\",\r\n \"capacity\": 16\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"fullyQualifiedDomainName\": \"ps993.d26f8ec2334f.database.windows.net\",\r\n \"administratorLogin\": \"testusername\",\r\n \"subnetId\": \"/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/cl_one/providers/Microsoft.Network/virtualNetworks/cl_initial/subnets/Cool\",\r\n \"state\": \"Ready\",\r\n \"licenseType\": \"LicenseIncluded\",\r\n \"vCores\": 16,\r\n \"storageSizeInGB\": 256,\r\n \"collation\": \"SQL_Latin1_General_CP1_CI_AS\",\r\n \"dnsZone\": \"d26f8ec2334f\",\r\n \"publicDataEndpointEnabled\": false,\r\n \"timezoneId\": \"UTC\",\r\n \"privateEndpointConnections\": []\r\n },\r\n \"location\": \"westcentralus\",\r\n \"id\": \"/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/ps41/providers/Microsoft.Sql/managedInstances/ps993\",\r\n \"name\": \"ps993\",\r\n \"type\": \"Microsoft.Sql/managedInstances\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/ps41/providers/Microsoft.Sql/managedInstances/ps993?api-version=2018-06-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Jlc291cmNlR3JvdXBzL3BzNDEvcHJvdmlkZXJzL01pY3Jvc29mdC5TcWwvbWFuYWdlZEluc3RhbmNlcy9wczk5Mz9hcGktdmVyc2lvbj0yMDE4LTA2LTAxLXByZXZpZXc=", + "RequestMethod": "PUT", + "RequestBody": "{\r\n \"identity\": {\r\n \"type\": \"SystemAssigned\"\r\n },\r\n \"sku\": {\r\n \"name\": \"GP_Gen4\"\r\n },\r\n \"properties\": {\r\n \"administratorLogin\": \"testusername\",\r\n \"administratorLoginPassword\": \"t357ingP@s5w0rd!\",\r\n \"subnetId\": \"/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/cl_one/providers/Microsoft.Network/virtualNetworks/cl_initial/subnets/Cool\",\r\n \"vCores\": 16,\r\n \"publicDataEndpointEnabled\": false\r\n },\r\n \"location\": \"westcentralus\"\r\n}", + "RequestHeaders": { + "x-ms-client-request-id": [ + "8083157f-c0b3-4ceb-a824-f74c3c7a24c4" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.42.0.0" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Content-Length": [ + "473" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/ps41/providers/Microsoft.Sql/locations/westcentralus/managedInstanceOperationResults/b6d1aa37-5784-44f1-8576-6b655dbb9b44?api-version=2018-06-01-preview" + ], + "Retry-After": [ + "60" + ], + "Azure-AsyncOperation": [ + "https://management.azure.com/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/ps41/providers/Microsoft.Sql/locations/westcentralus/managedInstanceAzureAsyncOperation/b6d1aa37-5784-44f1-8576-6b655dbb9b44?api-version=2018-06-01-preview" + ], + "x-ms-request-id": [ + "b6d1aa37-5784-44f1-8576-6b655dbb9b44" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-writes": [ + "1199" + ], + "x-ms-correlation-request-id": [ + "10c2143e-a8bb-42d4-a326-b443eda9be82" + ], + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200526T184638Z:10c2143e-a8bb-42d4-a326-b443eda9be82" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Tue, 26 May 2020 18:46:38 GMT" + ], + "Content-Length": [ + "72" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"operation\": \"UpsertManagedServer\",\r\n \"startTime\": \"2020-05-26T18:46:38.6Z\"\r\n}", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/ps41/providers/Microsoft.Sql/locations/westcentralus/managedInstanceAzureAsyncOperation/b6d1aa37-5784-44f1-8576-6b655dbb9b44?api-version=2018-06-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Jlc291cmNlR3JvdXBzL3BzNDEvcHJvdmlkZXJzL01pY3Jvc29mdC5TcWwvbG9jYXRpb25zL3dlc3RjZW50cmFsdXMvbWFuYWdlZEluc3RhbmNlQXp1cmVBc3luY09wZXJhdGlvbi9iNmQxYWEzNy01Nzg0LTQ0ZjEtODU3Ni02YjY1NWRiYjliNDQ/YXBpLXZlcnNpb249MjAxOC0wNi0wMS1wcmV2aWV3", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.42.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "60" + ], + "x-ms-request-id": [ + "d515cd4d-7175-41a7-b1c8-16f4796150ce" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11998" + ], + "x-ms-correlation-request-id": [ + "f300c5d6-f227-432b-821d-4503d37f4def" + ], + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200526T184739Z:f300c5d6-f227-432b-821d-4503d37f4def" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Tue, 26 May 2020 18:47:39 GMT" + ], + "Content-Length": [ + "106" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"b6d1aa37-5784-44f1-8576-6b655dbb9b44\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-05-26T18:46:38.6Z\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/ps41/providers/Microsoft.Sql/locations/westcentralus/managedInstanceAzureAsyncOperation/b6d1aa37-5784-44f1-8576-6b655dbb9b44?api-version=2018-06-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Jlc291cmNlR3JvdXBzL3BzNDEvcHJvdmlkZXJzL01pY3Jvc29mdC5TcWwvbG9jYXRpb25zL3dlc3RjZW50cmFsdXMvbWFuYWdlZEluc3RhbmNlQXp1cmVBc3luY09wZXJhdGlvbi9iNmQxYWEzNy01Nzg0LTQ0ZjEtODU3Ni02YjY1NWRiYjliNDQ/YXBpLXZlcnNpb249MjAxOC0wNi0wMS1wcmV2aWV3", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.42.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "60" + ], + "x-ms-request-id": [ + "91e95bee-cd04-4302-9bd6-924d46b677e6" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11997" + ], + "x-ms-correlation-request-id": [ + "fd28d361-5085-4a6f-8d38-b231691cbba7" + ], + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200526T184839Z:fd28d361-5085-4a6f-8d38-b231691cbba7" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Tue, 26 May 2020 18:48:39 GMT" + ], + "Content-Length": [ + "106" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"b6d1aa37-5784-44f1-8576-6b655dbb9b44\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-05-26T18:46:38.6Z\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/ps41/providers/Microsoft.Sql/locations/westcentralus/managedInstanceAzureAsyncOperation/b6d1aa37-5784-44f1-8576-6b655dbb9b44?api-version=2018-06-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Jlc291cmNlR3JvdXBzL3BzNDEvcHJvdmlkZXJzL01pY3Jvc29mdC5TcWwvbG9jYXRpb25zL3dlc3RjZW50cmFsdXMvbWFuYWdlZEluc3RhbmNlQXp1cmVBc3luY09wZXJhdGlvbi9iNmQxYWEzNy01Nzg0LTQ0ZjEtODU3Ni02YjY1NWRiYjliNDQ/YXBpLXZlcnNpb249MjAxOC0wNi0wMS1wcmV2aWV3", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.42.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "60" + ], + "x-ms-request-id": [ + "cb0108d7-8be0-458b-974c-a3574fec8bea" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11995" + ], + "x-ms-correlation-request-id": [ + "657dcb16-e013-4c4c-b94f-ad3e1ae213d1" + ], + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200526T184940Z:657dcb16-e013-4c4c-b94f-ad3e1ae213d1" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Tue, 26 May 2020 18:49:39 GMT" + ], + "Content-Length": [ + "105" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"b6d1aa37-5784-44f1-8576-6b655dbb9b44\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2020-05-26T18:46:38.6Z\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/ps41/providers/Microsoft.Sql/managedInstances/ps993/failover?replicaType=Primary&api-version=2019-06-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Jlc291cmNlR3JvdXBzL3BzNDEvcHJvdmlkZXJzL01pY3Jvc29mdC5TcWwvbWFuYWdlZEluc3RhbmNlcy9wczk5My9mYWlsb3Zlcj9yZXBsaWNhVHlwZT1QcmltYXJ5JmFwaS12ZXJzaW9uPTIwMTktMDYtMDEtcHJldmlldw==", + "RequestMethod": "POST", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "691edb3a-3590-4562-a7df-cb1f4ef28f98" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.42.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/ps41/providers/Microsoft.Sql/locations/westcentralus/managedInstanceOperationResults/73e71369-131d-43fa-ac6c-f93199ca191b?api-version=2019-06-01-preview" + ], + "Retry-After": [ + "15" + ], + "Azure-AsyncOperation": [ + "https://management.azure.com/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/ps41/providers/Microsoft.Sql/locations/westcentralus/managedInstanceAzureAsyncOperation/73e71369-131d-43fa-ac6c-f93199ca191b?api-version=2019-06-01-preview" + ], + "x-ms-request-id": [ + "73e71369-131d-43fa-ac6c-f93199ca191b" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-writes": [ + "1199" + ], + "x-ms-correlation-request-id": [ + "0f9f2643-4eb9-4f32-99d2-bba8ed94b67b" + ], + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200526T184942Z:0f9f2643-4eb9-4f32-99d2-bba8ed94b67b" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Tue, 26 May 2020 18:49:41 GMT" + ], + "Content-Length": [ + "80" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"operation\": \"FailoverManagedServerAsync\",\r\n \"startTime\": \"2020-05-26T18:49:41.48Z\"\r\n}", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/ps41/providers/Microsoft.Sql/locations/westcentralus/managedInstanceAzureAsyncOperation/73e71369-131d-43fa-ac6c-f93199ca191b?api-version=2019-06-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Jlc291cmNlR3JvdXBzL3BzNDEvcHJvdmlkZXJzL01pY3Jvc29mdC5TcWwvbG9jYXRpb25zL3dlc3RjZW50cmFsdXMvbWFuYWdlZEluc3RhbmNlQXp1cmVBc3luY09wZXJhdGlvbi83M2U3MTM2OS0xMzFkLTQzZmEtYWM2Yy1mOTMxOTljYTE5MWI/YXBpLXZlcnNpb249MjAxOS0wNi0wMS1wcmV2aWV3", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.42.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "15" + ], + "x-ms-request-id": [ + "a24e04a9-3bc2-4e61-8df9-4c6cbb13f277" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11991" + ], + "x-ms-correlation-request-id": [ + "f9eecf16-bfb0-4b3b-896c-5b2550a26c65" + ], + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200526T184957Z:f9eecf16-bfb0-4b3b-896c-5b2550a26c65" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Tue, 26 May 2020 18:49:57 GMT" + ], + "Content-Length": [ + "107" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"73e71369-131d-43fa-ac6c-f93199ca191b\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-05-26T18:49:41.48Z\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/ps41/providers/Microsoft.Sql/locations/westcentralus/managedInstanceAzureAsyncOperation/73e71369-131d-43fa-ac6c-f93199ca191b?api-version=2019-06-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Jlc291cmNlR3JvdXBzL3BzNDEvcHJvdmlkZXJzL01pY3Jvc29mdC5TcWwvbG9jYXRpb25zL3dlc3RjZW50cmFsdXMvbWFuYWdlZEluc3RhbmNlQXp1cmVBc3luY09wZXJhdGlvbi83M2U3MTM2OS0xMzFkLTQzZmEtYWM2Yy1mOTMxOTljYTE5MWI/YXBpLXZlcnNpb249MjAxOS0wNi0wMS1wcmV2aWV3", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.42.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "15" + ], + "x-ms-request-id": [ + "00405d24-da77-4bd7-9c48-7944c1472005" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11990" + ], + "x-ms-correlation-request-id": [ + "3e96e72d-71d3-487c-b8a8-32518b6ffbf8" + ], + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200526T185012Z:3e96e72d-71d3-487c-b8a8-32518b6ffbf8" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Tue, 26 May 2020 18:50:12 GMT" + ], + "Content-Length": [ + "106" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"73e71369-131d-43fa-ac6c-f93199ca191b\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2020-05-26T18:49:41.48Z\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/ps41/providers/Microsoft.Sql/locations/westcentralus/managedInstanceOperationResults/73e71369-131d-43fa-ac6c-f93199ca191b?api-version=2019-06-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Jlc291cmNlR3JvdXBzL3BzNDEvcHJvdmlkZXJzL01pY3Jvc29mdC5TcWwvbG9jYXRpb25zL3dlc3RjZW50cmFsdXMvbWFuYWdlZEluc3RhbmNlT3BlcmF0aW9uUmVzdWx0cy83M2U3MTM2OS0xMzFkLTQzZmEtYWM2Yy1mOTMxOTljYTE5MWI/YXBpLXZlcnNpb249MjAxOS0wNi0wMS1wcmV2aWV3", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.42.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-request-id": [ + "667aba1e-9b8a-4328-8c67-3952c3422921" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11989" + ], + "x-ms-correlation-request-id": [ + "d50bcae8-bac4-4153-ae00-6fb1a1ee3053" + ], + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200526T185013Z:d50bcae8-bac4-4153-ae00-6fb1a1ee3053" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Tue, 26 May 2020 18:50:12 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourcegroups/ps41?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Jlc291cmNlZ3JvdXBzL3BzNDE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestMethod": "DELETE", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "31a4c30b-44a6-45fe-a875-561a52fdf68c" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.13" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQxLVdFU1RDRU5UUkFMVVMiLCJqb2JMb2NhdGlvbiI6Indlc3RjZW50cmFsdXMifQ?api-version=2016-09-01" + ], + "Retry-After": [ + "15" + ], + "x-ms-ratelimit-remaining-subscription-deletes": [ + "14999" + ], + "x-ms-request-id": [ + "cb0b7396-036d-47d4-8a7f-56732a2acf40" + ], + "x-ms-correlation-request-id": [ + "cb0b7396-036d-47d4-8a7f-56732a2acf40" + ], + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200526T185016Z:cb0b7396-036d-47d4-8a7f-56732a2acf40" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Tue, 26 May 2020 18:50:16 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQxLVdFU1RDRU5UUkFMVVMiLCJqb2JMb2NhdGlvbiI6Indlc3RjZW50cmFsdXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpReExWZEZVMVJEUlU1VVVrRk1WVk1pTENKcWIySk1iMk5oZEdsdmJpSTZJbmRsYzNSalpXNTBjbUZzZFhNaWZRP2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.13" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQxLVdFU1RDRU5UUkFMVVMiLCJqb2JMb2NhdGlvbiI6Indlc3RjZW50cmFsdXMifQ?api-version=2016-09-01" + ], + "Retry-After": [ + "15" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11999" + ], + "x-ms-request-id": [ + "c8542f17-f4be-4968-b5a0-a52947c40e77" + ], + "x-ms-correlation-request-id": [ + "c8542f17-f4be-4968-b5a0-a52947c40e77" + ], + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200526T185031Z:c8542f17-f4be-4968-b5a0-a52947c40e77" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Tue, 26 May 2020 18:50:31 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQxLVdFU1RDRU5UUkFMVVMiLCJqb2JMb2NhdGlvbiI6Indlc3RjZW50cmFsdXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpReExWZEZVMVJEUlU1VVVrRk1WVk1pTENKcWIySk1iMk5oZEdsdmJpSTZJbmRsYzNSalpXNTBjbUZzZFhNaWZRP2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.13" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQxLVdFU1RDRU5UUkFMVVMiLCJqb2JMb2NhdGlvbiI6Indlc3RjZW50cmFsdXMifQ?api-version=2016-09-01" + ], + "Retry-After": [ + "15" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11998" + ], + "x-ms-request-id": [ + "2c981e08-bda4-4025-885b-e2bce7337128" + ], + "x-ms-correlation-request-id": [ + "2c981e08-bda4-4025-885b-e2bce7337128" + ], + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200526T185047Z:2c981e08-bda4-4025-885b-e2bce7337128" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Tue, 26 May 2020 18:50:46 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQxLVdFU1RDRU5UUkFMVVMiLCJqb2JMb2NhdGlvbiI6Indlc3RjZW50cmFsdXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpReExWZEZVMVJEUlU1VVVrRk1WVk1pTENKcWIySk1iMk5oZEdsdmJpSTZJbmRsYzNSalpXNTBjbUZzZFhNaWZRP2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.13" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQxLVdFU1RDRU5UUkFMVVMiLCJqb2JMb2NhdGlvbiI6Indlc3RjZW50cmFsdXMifQ?api-version=2016-09-01" + ], + "Retry-After": [ + "15" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11997" + ], + "x-ms-request-id": [ + "6d832d7b-19c3-4942-9bb0-5aa35e353ea7" + ], + "x-ms-correlation-request-id": [ + "6d832d7b-19c3-4942-9bb0-5aa35e353ea7" + ], + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200526T185102Z:6d832d7b-19c3-4942-9bb0-5aa35e353ea7" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Tue, 26 May 2020 18:51:02 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQxLVdFU1RDRU5UUkFMVVMiLCJqb2JMb2NhdGlvbiI6Indlc3RjZW50cmFsdXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpReExWZEZVMVJEUlU1VVVrRk1WVk1pTENKcWIySk1iMk5oZEdsdmJpSTZJbmRsYzNSalpXNTBjbUZzZFhNaWZRP2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.13" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQxLVdFU1RDRU5UUkFMVVMiLCJqb2JMb2NhdGlvbiI6Indlc3RjZW50cmFsdXMifQ?api-version=2016-09-01" + ], + "Retry-After": [ + "15" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11996" + ], + "x-ms-request-id": [ + "de86d876-089f-4acb-9dd9-d5eaca02a0c5" + ], + "x-ms-correlation-request-id": [ + "de86d876-089f-4acb-9dd9-d5eaca02a0c5" + ], + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200526T185117Z:de86d876-089f-4acb-9dd9-d5eaca02a0c5" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Tue, 26 May 2020 18:51:17 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQxLVdFU1RDRU5UUkFMVVMiLCJqb2JMb2NhdGlvbiI6Indlc3RjZW50cmFsdXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpReExWZEZVMVJEUlU1VVVrRk1WVk1pTENKcWIySk1iMk5oZEdsdmJpSTZJbmRsYzNSalpXNTBjbUZzZFhNaWZRP2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.13" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQxLVdFU1RDRU5UUkFMVVMiLCJqb2JMb2NhdGlvbiI6Indlc3RjZW50cmFsdXMifQ?api-version=2016-09-01" + ], + "Retry-After": [ + "15" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11995" + ], + "x-ms-request-id": [ + "814a1d33-3bf8-4829-a4e5-884d24bc21a9" + ], + "x-ms-correlation-request-id": [ + "814a1d33-3bf8-4829-a4e5-884d24bc21a9" + ], + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200526T185132Z:814a1d33-3bf8-4829-a4e5-884d24bc21a9" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Tue, 26 May 2020 18:51:32 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQxLVdFU1RDRU5UUkFMVVMiLCJqb2JMb2NhdGlvbiI6Indlc3RjZW50cmFsdXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpReExWZEZVMVJEUlU1VVVrRk1WVk1pTENKcWIySk1iMk5oZEdsdmJpSTZJbmRsYzNSalpXNTBjbUZzZFhNaWZRP2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.13" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQxLVdFU1RDRU5UUkFMVVMiLCJqb2JMb2NhdGlvbiI6Indlc3RjZW50cmFsdXMifQ?api-version=2016-09-01" + ], + "Retry-After": [ + "15" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11994" + ], + "x-ms-request-id": [ + "a759d642-22ab-4063-8906-31b29849a540" + ], + "x-ms-correlation-request-id": [ + "a759d642-22ab-4063-8906-31b29849a540" + ], + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200526T185148Z:a759d642-22ab-4063-8906-31b29849a540" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Tue, 26 May 2020 18:51:48 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQxLVdFU1RDRU5UUkFMVVMiLCJqb2JMb2NhdGlvbiI6Indlc3RjZW50cmFsdXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpReExWZEZVMVJEUlU1VVVrRk1WVk1pTENKcWIySk1iMk5oZEdsdmJpSTZJbmRsYzNSalpXNTBjbUZzZFhNaWZRP2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.13" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11993" + ], + "x-ms-request-id": [ + "51adb21a-dade-49f0-a4be-153d2e43e495" + ], + "x-ms-correlation-request-id": [ + "51adb21a-dade-49f0-a4be-153d2e43e495" + ], + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200526T185203Z:51adb21a-dade-49f0-a4be-153d2e43e495" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Tue, 26 May 2020 18:52:03 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQxLVdFU1RDRU5UUkFMVVMiLCJqb2JMb2NhdGlvbiI6Indlc3RjZW50cmFsdXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpReExWZEZVMVJEUlU1VVVrRk1WVk1pTENKcWIySk1iMk5oZEdsdmJpSTZJbmRsYzNSalpXNTBjbUZzZFhNaWZRP2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.13" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11992" + ], + "x-ms-request-id": [ + "2b3f3994-b57a-4d65-952b-86c22904b1f3" + ], + "x-ms-correlation-request-id": [ + "2b3f3994-b57a-4d65-952b-86c22904b1f3" + ], + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200526T185203Z:2b3f3994-b57a-4d65-952b-86c22904b1f3" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Tue, 26 May 2020 18:52:03 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 200 + } + ], + "Names": { + "Test-FailoverManagedInstancePiping": [ + "ps41", + "ps993" + ] + }, + "Variables": { + "SubscriptionId": "a8c9a924-06c0-4bde-9788-e7b1370969e1" + } +} \ No newline at end of file diff --git a/src/Sql/Sql.Test/SessionRecords/Microsoft.Azure.Commands.Sql.Test.ScenarioTests.ManagedInstanceFailoverScenarioTests/TestFailoverManagedInstanceReadableSecondary.json b/src/Sql/Sql.Test/SessionRecords/Microsoft.Azure.Commands.Sql.Test.ScenarioTests.ManagedInstanceFailoverScenarioTests/TestFailoverManagedInstanceReadableSecondary.json new file mode 100644 index 000000000000..d9637b74dd69 --- /dev/null +++ b/src/Sql/Sql.Test/SessionRecords/Microsoft.Azure.Commands.Sql.Test.ScenarioTests.ManagedInstanceFailoverScenarioTests/TestFailoverManagedInstanceReadableSecondary.json @@ -0,0 +1,11024 @@ +{ + "Entries": [ + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourcegroups/ps7012?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Jlc291cmNlZ3JvdXBzL3BzNzAxMj9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestMethod": "PUT", + "RequestBody": "{\r\n \"location\": \"westcentralus\"\r\n}", + "RequestHeaders": { + "x-ms-client-request-id": [ + "470211ca-8d17-438c-82a7-76c8c336f9c9" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.13" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Content-Length": [ + "35" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-writes": [ + "1199" + ], + "x-ms-request-id": [ + "0882d4e9-5079-4b05-bcb6-667b5d88fb8e" + ], + "x-ms-correlation-request-id": [ + "0882d4e9-5079-4b05-bcb6-667b5d88fb8e" + ], + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200526T135941Z:0882d4e9-5079-4b05-bcb6-667b5d88fb8e" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Tue, 26 May 2020 13:59:40 GMT" + ], + "Content-Length": [ + "172" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/ps7012\",\r\n \"name\": \"ps7012\",\r\n \"location\": \"westcentralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "StatusCode": 201 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/cl_one/providers/Microsoft.Network/virtualNetworks/cl_initial?api-version=2020-04-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Jlc291cmNlR3JvdXBzL2NsX29uZS9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdmlydHVhbE5ldHdvcmtzL2NsX2luaXRpYWw/YXBpLXZlcnNpb249MjAyMC0wNC0wMQ==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "ffad7a50-6135-4440-89a1-f29436cfd7d6" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.21.1.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "ETag": [ + "W/\"9e9414c7-fa10-435c-b877-f3a73d18f7d6\"" + ], + "x-ms-request-id": [ + "bbd87df0-b701-4e8d-9fa5-d9d0bb604c7b" + ], + "x-ms-correlation-request-id": [ + "b6c63b63-ca61-44fd-81e3-d3a5f1b6cc6c" + ], + "x-ms-arm-service-request-id": [ + "aca92cb8-de71-42cb-8484-260ff4044998" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11998" + ], + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200526T135942Z:b6c63b63-ca61-44fd-81e3-d3a5f1b6cc6c" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Tue, 26 May 2020 13:59:41 GMT" + ], + "Content-Length": [ + "3824" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"cl_initial\",\r\n \"id\": \"/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/cl_one/providers/Microsoft.Network/virtualNetworks/cl_initial\",\r\n \"etag\": \"W/\\\"9e9414c7-fa10-435c-b877-f3a73d18f7d6\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"westcentralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"9ab78300-b023-4936-be62-4e591b6ca4a5\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": []\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"Cool\",\r\n \"id\": \"/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/cl_one/providers/Microsoft.Network/virtualNetworks/cl_initial/subnets/Cool\",\r\n \"etag\": \"W/\\\"9e9414c7-fa10-435c-b877-f3a73d18f7d6\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"networkSecurityGroup\": {\r\n \"id\": \"/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/cl_one/providers/Microsoft.Network/networkSecurityGroups/nsg-petrajkotest\"\r\n },\r\n \"routeTable\": {\r\n \"id\": \"/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/cl_one/providers/Microsoft.Network/routeTables/rt-petrajkotest\"\r\n },\r\n \"networkIntentPolicies\": [\r\n {\r\n \"id\": \"/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/cl_one/providers/Microsoft.Network/networkIntentPolicies/mi_default_cl_initial_Cool\"\r\n }\r\n ],\r\n \"resourceNavigationLinks\": [\r\n {\r\n \"name\": \"VirtualClusterecddd30f-163c-4232-bf38-5e3d97071922\",\r\n \"id\": \"/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/cl_one/providers/Microsoft.Network/virtualNetworks/cl_initial/subnets/Cool/resourceNavigationLinks/VirtualClusterecddd30f-163c-4232-bf38-5e3d97071922\",\r\n \"etag\": \"W/\\\"9e9414c7-fa10-435c-b877-f3a73d18f7d6\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks/subnets/resourceNavigationLinks\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"linkedResourceType\": \"Microsoft.Sql/virtualClusters\",\r\n \"link\": \"/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/cl_one/providers/Microsoft.Sql/virtualClusters/VirtualClusterecddd30f-163c-4232-bf38-5e3d97071922?api-version=2015-05-01-preview\"\r\n }\r\n }\r\n ],\r\n \"delegations\": [\r\n {\r\n \"name\": \"dlg-bruzeltest\",\r\n \"id\": \"/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/cl_one/providers/Microsoft.Network/virtualNetworks/cl_initial/subnets/Cool/delegations/dlg-bruzeltest\",\r\n \"etag\": \"W/\\\"9e9414c7-fa10-435c-b877-f3a73d18f7d6\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"serviceName\": \"Microsoft.Sql/managedInstances\",\r\n \"actions\": [\r\n \"Microsoft.Network/virtualNetworks/subnets/join/action\",\r\n \"Microsoft.Network/virtualNetworks/subnets/prepareNetworkPolicies/action\",\r\n \"Microsoft.Network/virtualNetworks/subnets/unprepareNetworkPolicies/action\"\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/virtualNetworks/subnets/delegations\"\r\n }\r\n ],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"type\": \"Microsoft.Network/virtualNetworks/subnets\"\r\n }\r\n ],\r\n \"virtualNetworkPeerings\": [],\r\n \"enableDdosProtection\": false,\r\n \"enableVmProtection\": false\r\n }\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/ps7012/providers/Microsoft.Sql/managedInstances/ps4199?api-version=2018-06-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Jlc291cmNlR3JvdXBzL3BzNzAxMi9wcm92aWRlcnMvTWljcm9zb2Z0LlNxbC9tYW5hZ2VkSW5zdGFuY2VzL3BzNDE5OT9hcGktdmVyc2lvbj0yMDE4LTA2LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "2994c874-bd69-4e17-86fc-280241ea8646" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.42.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-failure-cause": [ + "gateway" + ], + "x-ms-request-id": [ + "8f2a0637-9f02-4af5-9862-96eeeed482fb" + ], + "x-ms-correlation-request-id": [ + "8f2a0637-9f02-4af5-9862-96eeeed482fb" + ], + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200526T135942Z:8f2a0637-9f02-4af5-9862-96eeeed482fb" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Tue, 26 May 2020 13:59:41 GMT" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "147" + ] + }, + "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.Sql/managedInstances/ps4199' under resource group 'ps7012' was not found.\"\r\n }\r\n}", + "StatusCode": 404 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/ps7012/providers/Microsoft.Sql/managedInstances/ps4199?api-version=2018-06-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Jlc291cmNlR3JvdXBzL3BzNzAxMi9wcm92aWRlcnMvTWljcm9zb2Z0LlNxbC9tYW5hZ2VkSW5zdGFuY2VzL3BzNDE5OT9hcGktdmVyc2lvbj0yMDE4LTA2LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.42.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-request-id": [ + "667063d3-c9a0-4bab-b080-86f5ad80c8af" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11995" + ], + "x-ms-correlation-request-id": [ + "d996e85d-d300-4377-8ab5-933caaeac177" + ], + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200526T140251Z:d996e85d-d300-4377-8ab5-933caaeac177" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Tue, 26 May 2020 14:02:51 GMT" + ], + "Content-Length": [ + "975" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"identity\": {\r\n \"principalId\": \"79a34418-5b2c-4cbf-b777-d191c919a7ed\",\r\n \"type\": \"SystemAssigned\",\r\n \"tenantId\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\r\n },\r\n \"sku\": {\r\n \"name\": \"GP_Gen4\",\r\n \"tier\": \"GeneralPurpose\",\r\n \"family\": \"Gen4\",\r\n \"capacity\": 16\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"fullyQualifiedDomainName\": \"ps4199.d26f8ec2334f.database.windows.net\",\r\n \"administratorLogin\": \"testusername\",\r\n \"subnetId\": \"/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/cl_one/providers/Microsoft.Network/virtualNetworks/cl_initial/subnets/Cool\",\r\n \"state\": \"Ready\",\r\n \"licenseType\": \"LicenseIncluded\",\r\n \"vCores\": 16,\r\n \"storageSizeInGB\": 256,\r\n \"collation\": \"SQL_Latin1_General_CP1_CI_AS\",\r\n \"dnsZone\": \"d26f8ec2334f\",\r\n \"publicDataEndpointEnabled\": false,\r\n \"timezoneId\": \"UTC\",\r\n \"privateEndpointConnections\": []\r\n },\r\n \"location\": \"westcentralus\",\r\n \"id\": \"/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/ps7012/providers/Microsoft.Sql/managedInstances/ps4199\",\r\n \"name\": \"ps4199\",\r\n \"type\": \"Microsoft.Sql/managedInstances\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/ps7012/providers/Microsoft.Sql/managedInstances/ps4199?api-version=2018-06-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Jlc291cmNlR3JvdXBzL3BzNzAxMi9wcm92aWRlcnMvTWljcm9zb2Z0LlNxbC9tYW5hZ2VkSW5zdGFuY2VzL3BzNDE5OT9hcGktdmVyc2lvbj0yMDE4LTA2LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "c0b2335d-f496-43e8-845c-7dc2548d1c1b" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.42.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-request-id": [ + "683834df-def7-4641-a012-5777338d0525" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11994" + ], + "x-ms-correlation-request-id": [ + "1799576f-42cf-42b8-8fee-a815c2f733f0" + ], + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200526T140251Z:1799576f-42cf-42b8-8fee-a815c2f733f0" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Tue, 26 May 2020 14:02:51 GMT" + ], + "Content-Length": [ + "975" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"identity\": {\r\n \"principalId\": \"79a34418-5b2c-4cbf-b777-d191c919a7ed\",\r\n \"type\": \"SystemAssigned\",\r\n \"tenantId\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\r\n },\r\n \"sku\": {\r\n \"name\": \"GP_Gen4\",\r\n \"tier\": \"GeneralPurpose\",\r\n \"family\": \"Gen4\",\r\n \"capacity\": 16\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"fullyQualifiedDomainName\": \"ps4199.d26f8ec2334f.database.windows.net\",\r\n \"administratorLogin\": \"testusername\",\r\n \"subnetId\": \"/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/cl_one/providers/Microsoft.Network/virtualNetworks/cl_initial/subnets/Cool\",\r\n \"state\": \"Ready\",\r\n \"licenseType\": \"LicenseIncluded\",\r\n \"vCores\": 16,\r\n \"storageSizeInGB\": 256,\r\n \"collation\": \"SQL_Latin1_General_CP1_CI_AS\",\r\n \"dnsZone\": \"d26f8ec2334f\",\r\n \"publicDataEndpointEnabled\": false,\r\n \"timezoneId\": \"UTC\",\r\n \"privateEndpointConnections\": []\r\n },\r\n \"location\": \"westcentralus\",\r\n \"id\": \"/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/ps7012/providers/Microsoft.Sql/managedInstances/ps4199\",\r\n \"name\": \"ps4199\",\r\n \"type\": \"Microsoft.Sql/managedInstances\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/ps7012/providers/Microsoft.Sql/managedInstances/ps4199?api-version=2018-06-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Jlc291cmNlR3JvdXBzL3BzNzAxMi9wcm92aWRlcnMvTWljcm9zb2Z0LlNxbC9tYW5hZ2VkSW5zdGFuY2VzL3BzNDE5OT9hcGktdmVyc2lvbj0yMDE4LTA2LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "c0be5e21-ec71-49fb-a121-b757b9079988" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.42.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-request-id": [ + "148e8fc9-4901-4c3b-b100-02a85954221e" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11993" + ], + "x-ms-correlation-request-id": [ + "7d9ec38e-5bb7-479e-9d19-b2c5ef639c30" + ], + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200526T140252Z:7d9ec38e-5bb7-479e-9d19-b2c5ef639c30" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Tue, 26 May 2020 14:02:51 GMT" + ], + "Content-Length": [ + "975" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"identity\": {\r\n \"principalId\": \"79a34418-5b2c-4cbf-b777-d191c919a7ed\",\r\n \"type\": \"SystemAssigned\",\r\n \"tenantId\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\r\n },\r\n \"sku\": {\r\n \"name\": \"GP_Gen4\",\r\n \"tier\": \"GeneralPurpose\",\r\n \"family\": \"Gen4\",\r\n \"capacity\": 16\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"fullyQualifiedDomainName\": \"ps4199.d26f8ec2334f.database.windows.net\",\r\n \"administratorLogin\": \"testusername\",\r\n \"subnetId\": \"/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/cl_one/providers/Microsoft.Network/virtualNetworks/cl_initial/subnets/Cool\",\r\n \"state\": \"Ready\",\r\n \"licenseType\": \"LicenseIncluded\",\r\n \"vCores\": 16,\r\n \"storageSizeInGB\": 256,\r\n \"collation\": \"SQL_Latin1_General_CP1_CI_AS\",\r\n \"dnsZone\": \"d26f8ec2334f\",\r\n \"publicDataEndpointEnabled\": false,\r\n \"timezoneId\": \"UTC\",\r\n \"privateEndpointConnections\": []\r\n },\r\n \"location\": \"westcentralus\",\r\n \"id\": \"/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/ps7012/providers/Microsoft.Sql/managedInstances/ps4199\",\r\n \"name\": \"ps4199\",\r\n \"type\": \"Microsoft.Sql/managedInstances\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/ps7012/providers/Microsoft.Sql/managedInstances/ps4199?api-version=2018-06-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Jlc291cmNlR3JvdXBzL3BzNzAxMi9wcm92aWRlcnMvTWljcm9zb2Z0LlNxbC9tYW5hZ2VkSW5zdGFuY2VzL3BzNDE5OT9hcGktdmVyc2lvbj0yMDE4LTA2LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.42.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-request-id": [ + "e7eeb15a-6169-475d-943f-4fe34aed21cb" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11936" + ], + "x-ms-correlation-request-id": [ + "733e16a1-bcd7-4232-a65a-6654d6e5f57c" + ], + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200526T164314Z:733e16a1-bcd7-4232-a65a-6654d6e5f57c" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Tue, 26 May 2020 16:43:14 GMT" + ], + "Content-Length": [ + "977" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"identity\": {\r\n \"principalId\": \"79a34418-5b2c-4cbf-b777-d191c919a7ed\",\r\n \"type\": \"SystemAssigned\",\r\n \"tenantId\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\r\n },\r\n \"sku\": {\r\n \"name\": \"BC_Gen4\",\r\n \"tier\": \"BusinessCritical\",\r\n \"family\": \"Gen4\",\r\n \"capacity\": 16\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"fullyQualifiedDomainName\": \"ps4199.d26f8ec2334f.database.windows.net\",\r\n \"administratorLogin\": \"testusername\",\r\n \"subnetId\": \"/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/cl_one/providers/Microsoft.Network/virtualNetworks/cl_initial/subnets/Cool\",\r\n \"state\": \"Ready\",\r\n \"licenseType\": \"LicenseIncluded\",\r\n \"vCores\": 16,\r\n \"storageSizeInGB\": 256,\r\n \"collation\": \"SQL_Latin1_General_CP1_CI_AS\",\r\n \"dnsZone\": \"d26f8ec2334f\",\r\n \"publicDataEndpointEnabled\": false,\r\n \"timezoneId\": \"UTC\",\r\n \"privateEndpointConnections\": []\r\n },\r\n \"location\": \"westcentralus\",\r\n \"id\": \"/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/ps7012/providers/Microsoft.Sql/managedInstances/ps4199\",\r\n \"name\": \"ps4199\",\r\n \"type\": \"Microsoft.Sql/managedInstances\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/ps7012/providers/Microsoft.Sql/managedInstances/ps4199?api-version=2018-06-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Jlc291cmNlR3JvdXBzL3BzNzAxMi9wcm92aWRlcnMvTWljcm9zb2Z0LlNxbC9tYW5hZ2VkSW5zdGFuY2VzL3BzNDE5OT9hcGktdmVyc2lvbj0yMDE4LTA2LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "1465ef2c-c719-486a-911b-7d702f15dc98" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.42.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-request-id": [ + "0a8858de-1672-46e9-988e-889b4cd500dd" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11935" + ], + "x-ms-correlation-request-id": [ + "1afe9d1b-3e8c-49a5-b29e-b4ee8e143c91" + ], + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200526T164314Z:1afe9d1b-3e8c-49a5-b29e-b4ee8e143c91" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Tue, 26 May 2020 16:43:14 GMT" + ], + "Content-Length": [ + "977" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"identity\": {\r\n \"principalId\": \"79a34418-5b2c-4cbf-b777-d191c919a7ed\",\r\n \"type\": \"SystemAssigned\",\r\n \"tenantId\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\r\n },\r\n \"sku\": {\r\n \"name\": \"BC_Gen4\",\r\n \"tier\": \"BusinessCritical\",\r\n \"family\": \"Gen4\",\r\n \"capacity\": 16\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"fullyQualifiedDomainName\": \"ps4199.d26f8ec2334f.database.windows.net\",\r\n \"administratorLogin\": \"testusername\",\r\n \"subnetId\": \"/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/cl_one/providers/Microsoft.Network/virtualNetworks/cl_initial/subnets/Cool\",\r\n \"state\": \"Ready\",\r\n \"licenseType\": \"LicenseIncluded\",\r\n \"vCores\": 16,\r\n \"storageSizeInGB\": 256,\r\n \"collation\": \"SQL_Latin1_General_CP1_CI_AS\",\r\n \"dnsZone\": \"d26f8ec2334f\",\r\n \"publicDataEndpointEnabled\": false,\r\n \"timezoneId\": \"UTC\",\r\n \"privateEndpointConnections\": []\r\n },\r\n \"location\": \"westcentralus\",\r\n \"id\": \"/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/ps7012/providers/Microsoft.Sql/managedInstances/ps4199\",\r\n \"name\": \"ps4199\",\r\n \"type\": \"Microsoft.Sql/managedInstances\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/ps7012/providers/Microsoft.Sql/managedInstances/ps4199?api-version=2018-06-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Jlc291cmNlR3JvdXBzL3BzNzAxMi9wcm92aWRlcnMvTWljcm9zb2Z0LlNxbC9tYW5hZ2VkSW5zdGFuY2VzL3BzNDE5OT9hcGktdmVyc2lvbj0yMDE4LTA2LTAxLXByZXZpZXc=", + "RequestMethod": "PUT", + "RequestBody": "{\r\n \"identity\": {\r\n \"type\": \"SystemAssigned\"\r\n },\r\n \"sku\": {\r\n \"name\": \"GP_Gen4\"\r\n },\r\n \"properties\": {\r\n \"administratorLogin\": \"testusername\",\r\n \"administratorLoginPassword\": \"t357ingP@s5w0rd!\",\r\n \"subnetId\": \"/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/cl_one/providers/Microsoft.Network/virtualNetworks/cl_initial/subnets/Cool\",\r\n \"vCores\": 16,\r\n \"publicDataEndpointEnabled\": false\r\n },\r\n \"location\": \"westcentralus\"\r\n}", + "RequestHeaders": { + "x-ms-client-request-id": [ + "3678dcd6-afdb-41f5-a72e-0c75e4d5d42e" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.42.0.0" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Content-Length": [ + "473" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/ps7012/providers/Microsoft.Sql/locations/westcentralus/managedInstanceOperationResults/717c0fee-6041-4024-a5a4-646e3e0288d0?api-version=2018-06-01-preview" + ], + "Retry-After": [ + "60" + ], + "Azure-AsyncOperation": [ + "https://management.azure.com/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/ps7012/providers/Microsoft.Sql/locations/westcentralus/managedInstanceAzureAsyncOperation/717c0fee-6041-4024-a5a4-646e3e0288d0?api-version=2018-06-01-preview" + ], + "x-ms-request-id": [ + "717c0fee-6041-4024-a5a4-646e3e0288d0" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-writes": [ + "1199" + ], + "x-ms-correlation-request-id": [ + "0a965945-b040-4457-a070-43a7c573fe3f" + ], + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200526T135950Z:0a965945-b040-4457-a070-43a7c573fe3f" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Tue, 26 May 2020 13:59:49 GMT" + ], + "Content-Length": [ + "74" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"operation\": \"UpsertManagedServer\",\r\n \"startTime\": \"2020-05-26T13:59:49.833Z\"\r\n}", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/ps7012/providers/Microsoft.Sql/managedInstances/ps4199?api-version=2018-06-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Jlc291cmNlR3JvdXBzL3BzNzAxMi9wcm92aWRlcnMvTWljcm9zb2Z0LlNxbC9tYW5hZ2VkSW5zdGFuY2VzL3BzNDE5OT9hcGktdmVyc2lvbj0yMDE4LTA2LTAxLXByZXZpZXc=", + "RequestMethod": "PUT", + "RequestBody": "{\r\n \"identity\": {\r\n \"type\": \"SystemAssigned\"\r\n },\r\n \"sku\": {\r\n \"name\": \"BC_Gen4\",\r\n \"tier\": \"BusinessCritical\"\r\n },\r\n \"properties\": {\r\n \"storageSizeInGB\": 256\r\n },\r\n \"location\": \"westcentralus\"\r\n}", + "RequestHeaders": { + "x-ms-client-request-id": [ + "d1559875-35bb-433c-9fbd-7193a7ea522e" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.42.0.0" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Content-Length": [ + "215" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/ps7012/providers/Microsoft.Sql/locations/westcentralus/managedInstanceOperationResults/cf7a24fe-216e-4450-bd6c-bd5de19e92a3?api-version=2018-06-01-preview" + ], + "Retry-After": [ + "60" + ], + "Azure-AsyncOperation": [ + "https://management.azure.com/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/ps7012/providers/Microsoft.Sql/locations/westcentralus/managedInstanceAzureAsyncOperation/cf7a24fe-216e-4450-bd6c-bd5de19e92a3?api-version=2018-06-01-preview" + ], + "x-ms-request-id": [ + "cf7a24fe-216e-4450-bd6c-bd5de19e92a3" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-writes": [ + "1198" + ], + "x-ms-correlation-request-id": [ + "1dd840b9-db55-43a3-9c4e-f6181d07f269" + ], + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200526T140253Z:1dd840b9-db55-43a3-9c4e-f6181d07f269" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Tue, 26 May 2020 14:02:53 GMT" + ], + "Content-Length": [ + "73" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"operation\": \"UpsertManagedServer\",\r\n \"startTime\": \"2020-05-26T14:02:53.69Z\"\r\n}", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/ps7012/providers/Microsoft.Sql/locations/westcentralus/managedInstanceAzureAsyncOperation/717c0fee-6041-4024-a5a4-646e3e0288d0?api-version=2018-06-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Jlc291cmNlR3JvdXBzL3BzNzAxMi9wcm92aWRlcnMvTWljcm9zb2Z0LlNxbC9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9tYW5hZ2VkSW5zdGFuY2VBenVyZUFzeW5jT3BlcmF0aW9uLzcxN2MwZmVlLTYwNDEtNDAyNC1hNWE0LTY0NmUzZTAyODhkMD9hcGktdmVyc2lvbj0yMDE4LTA2LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.42.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "60" + ], + "x-ms-request-id": [ + "3682912d-b41c-442d-9dd4-d505f187a05e" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11998" + ], + "x-ms-correlation-request-id": [ + "1f687c91-5689-412c-91f3-8bcbe481c0a6" + ], + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200526T140050Z:1f687c91-5689-412c-91f3-8bcbe481c0a6" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Tue, 26 May 2020 14:00:49 GMT" + ], + "Content-Length": [ + "108" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"717c0fee-6041-4024-a5a4-646e3e0288d0\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-05-26T13:59:49.833Z\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/ps7012/providers/Microsoft.Sql/locations/westcentralus/managedInstanceAzureAsyncOperation/717c0fee-6041-4024-a5a4-646e3e0288d0?api-version=2018-06-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Jlc291cmNlR3JvdXBzL3BzNzAxMi9wcm92aWRlcnMvTWljcm9zb2Z0LlNxbC9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9tYW5hZ2VkSW5zdGFuY2VBenVyZUFzeW5jT3BlcmF0aW9uLzcxN2MwZmVlLTYwNDEtNDAyNC1hNWE0LTY0NmUzZTAyODhkMD9hcGktdmVyc2lvbj0yMDE4LTA2LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.42.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "60" + ], + "x-ms-request-id": [ + "2a03b3ab-865b-45d9-afa0-b1dc29ba5c0b" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11997" + ], + "x-ms-correlation-request-id": [ + "17790c51-aebf-469e-8e86-21bb6b4f6be6" + ], + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200526T140151Z:17790c51-aebf-469e-8e86-21bb6b4f6be6" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Tue, 26 May 2020 14:01:50 GMT" + ], + "Content-Length": [ + "108" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"717c0fee-6041-4024-a5a4-646e3e0288d0\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-05-26T13:59:49.833Z\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/ps7012/providers/Microsoft.Sql/locations/westcentralus/managedInstanceAzureAsyncOperation/717c0fee-6041-4024-a5a4-646e3e0288d0?api-version=2018-06-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Jlc291cmNlR3JvdXBzL3BzNzAxMi9wcm92aWRlcnMvTWljcm9zb2Z0LlNxbC9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9tYW5hZ2VkSW5zdGFuY2VBenVyZUFzeW5jT3BlcmF0aW9uLzcxN2MwZmVlLTYwNDEtNDAyNC1hNWE0LTY0NmUzZTAyODhkMD9hcGktdmVyc2lvbj0yMDE4LTA2LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.42.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "60" + ], + "x-ms-request-id": [ + "8d152b53-95a4-4c47-ba7b-334a2709e590" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11996" + ], + "x-ms-correlation-request-id": [ + "83750a8a-a2bb-4668-b4ab-1b08de23c717" + ], + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200526T140251Z:83750a8a-a2bb-4668-b4ab-1b08de23c717" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Tue, 26 May 2020 14:02:50 GMT" + ], + "Content-Length": [ + "107" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"717c0fee-6041-4024-a5a4-646e3e0288d0\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2020-05-26T13:59:49.833Z\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/ps7012/providers/Microsoft.Sql/locations/westcentralus/managedInstanceAzureAsyncOperation/cf7a24fe-216e-4450-bd6c-bd5de19e92a3?api-version=2018-06-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Jlc291cmNlR3JvdXBzL3BzNzAxMi9wcm92aWRlcnMvTWljcm9zb2Z0LlNxbC9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9tYW5hZ2VkSW5zdGFuY2VBenVyZUFzeW5jT3BlcmF0aW9uL2NmN2EyNGZlLTIxNmUtNDQ1MC1iZDZjLWJkNWRlMTllOTJhMz9hcGktdmVyc2lvbj0yMDE4LTA2LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.42.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "60" + ], + "x-ms-request-id": [ + "892f0ef4-62da-4a20-8cf5-9a0a343ed0b6" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11992" + ], + "x-ms-correlation-request-id": [ + "c5233d77-b3cc-4c50-a920-50a9677ee997" + ], + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200526T140354Z:c5233d77-b3cc-4c50-a920-50a9677ee997" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Tue, 26 May 2020 14:03:53 GMT" + ], + "Content-Length": [ + "107" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"cf7a24fe-216e-4450-bd6c-bd5de19e92a3\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-05-26T14:02:53.69Z\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/ps7012/providers/Microsoft.Sql/locations/westcentralus/managedInstanceAzureAsyncOperation/cf7a24fe-216e-4450-bd6c-bd5de19e92a3?api-version=2018-06-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Jlc291cmNlR3JvdXBzL3BzNzAxMi9wcm92aWRlcnMvTWljcm9zb2Z0LlNxbC9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9tYW5hZ2VkSW5zdGFuY2VBenVyZUFzeW5jT3BlcmF0aW9uL2NmN2EyNGZlLTIxNmUtNDQ1MC1iZDZjLWJkNWRlMTllOTJhMz9hcGktdmVyc2lvbj0yMDE4LTA2LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.42.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "60" + ], + "x-ms-request-id": [ + "43126652-8694-4812-9098-b95537b8b5f8" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11991" + ], + "x-ms-correlation-request-id": [ + "ac6baf72-975d-4549-aff7-a2b7680c98ab" + ], + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200526T140454Z:ac6baf72-975d-4549-aff7-a2b7680c98ab" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Tue, 26 May 2020 14:04:54 GMT" + ], + "Content-Length": [ + "107" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"cf7a24fe-216e-4450-bd6c-bd5de19e92a3\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-05-26T14:02:53.69Z\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/ps7012/providers/Microsoft.Sql/locations/westcentralus/managedInstanceAzureAsyncOperation/cf7a24fe-216e-4450-bd6c-bd5de19e92a3?api-version=2018-06-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Jlc291cmNlR3JvdXBzL3BzNzAxMi9wcm92aWRlcnMvTWljcm9zb2Z0LlNxbC9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9tYW5hZ2VkSW5zdGFuY2VBenVyZUFzeW5jT3BlcmF0aW9uL2NmN2EyNGZlLTIxNmUtNDQ1MC1iZDZjLWJkNWRlMTllOTJhMz9hcGktdmVyc2lvbj0yMDE4LTA2LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.42.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "60" + ], + "x-ms-request-id": [ + "aa9c6b87-5c7c-4f54-8c19-1d30598c6bc1" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11990" + ], + "x-ms-correlation-request-id": [ + "01c71aff-ad92-41f5-9ba7-a8a2adccdb1a" + ], + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200526T140555Z:01c71aff-ad92-41f5-9ba7-a8a2adccdb1a" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Tue, 26 May 2020 14:05:54 GMT" + ], + "Content-Length": [ + "107" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"cf7a24fe-216e-4450-bd6c-bd5de19e92a3\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-05-26T14:02:53.69Z\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/ps7012/providers/Microsoft.Sql/locations/westcentralus/managedInstanceAzureAsyncOperation/cf7a24fe-216e-4450-bd6c-bd5de19e92a3?api-version=2018-06-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Jlc291cmNlR3JvdXBzL3BzNzAxMi9wcm92aWRlcnMvTWljcm9zb2Z0LlNxbC9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9tYW5hZ2VkSW5zdGFuY2VBenVyZUFzeW5jT3BlcmF0aW9uL2NmN2EyNGZlLTIxNmUtNDQ1MC1iZDZjLWJkNWRlMTllOTJhMz9hcGktdmVyc2lvbj0yMDE4LTA2LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.42.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "60" + ], + "x-ms-request-id": [ + "eb2c88f8-8af8-4d75-b1d5-705c26a526b5" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11989" + ], + "x-ms-correlation-request-id": [ + "1425a61a-6d55-4705-a4e5-50920c962a44" + ], + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200526T140655Z:1425a61a-6d55-4705-a4e5-50920c962a44" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Tue, 26 May 2020 14:06:55 GMT" + ], + "Content-Length": [ + "107" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"cf7a24fe-216e-4450-bd6c-bd5de19e92a3\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-05-26T14:02:53.69Z\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/ps7012/providers/Microsoft.Sql/locations/westcentralus/managedInstanceAzureAsyncOperation/cf7a24fe-216e-4450-bd6c-bd5de19e92a3?api-version=2018-06-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Jlc291cmNlR3JvdXBzL3BzNzAxMi9wcm92aWRlcnMvTWljcm9zb2Z0LlNxbC9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9tYW5hZ2VkSW5zdGFuY2VBenVyZUFzeW5jT3BlcmF0aW9uL2NmN2EyNGZlLTIxNmUtNDQ1MC1iZDZjLWJkNWRlMTllOTJhMz9hcGktdmVyc2lvbj0yMDE4LTA2LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.42.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "60" + ], + "x-ms-request-id": [ + "4d230ab0-4bd0-43bc-8b21-9f2f00a44844" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11988" + ], + "x-ms-correlation-request-id": [ + "de5afd0d-f9d2-446c-86a1-4560868f9ee2" + ], + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200526T140756Z:de5afd0d-f9d2-446c-86a1-4560868f9ee2" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Tue, 26 May 2020 14:07:55 GMT" + ], + "Content-Length": [ + "107" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"cf7a24fe-216e-4450-bd6c-bd5de19e92a3\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-05-26T14:02:53.69Z\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/ps7012/providers/Microsoft.Sql/locations/westcentralus/managedInstanceAzureAsyncOperation/cf7a24fe-216e-4450-bd6c-bd5de19e92a3?api-version=2018-06-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Jlc291cmNlR3JvdXBzL3BzNzAxMi9wcm92aWRlcnMvTWljcm9zb2Z0LlNxbC9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9tYW5hZ2VkSW5zdGFuY2VBenVyZUFzeW5jT3BlcmF0aW9uL2NmN2EyNGZlLTIxNmUtNDQ1MC1iZDZjLWJkNWRlMTllOTJhMz9hcGktdmVyc2lvbj0yMDE4LTA2LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.42.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "60" + ], + "x-ms-request-id": [ + "87c748fd-b512-4388-b79d-f03492f94a13" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11987" + ], + "x-ms-correlation-request-id": [ + "e9989892-4715-4b95-aadc-7eb8b1c49342" + ], + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200526T140857Z:e9989892-4715-4b95-aadc-7eb8b1c49342" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Tue, 26 May 2020 14:08:56 GMT" + ], + "Content-Length": [ + "107" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"cf7a24fe-216e-4450-bd6c-bd5de19e92a3\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-05-26T14:02:53.69Z\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/ps7012/providers/Microsoft.Sql/locations/westcentralus/managedInstanceAzureAsyncOperation/cf7a24fe-216e-4450-bd6c-bd5de19e92a3?api-version=2018-06-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Jlc291cmNlR3JvdXBzL3BzNzAxMi9wcm92aWRlcnMvTWljcm9zb2Z0LlNxbC9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9tYW5hZ2VkSW5zdGFuY2VBenVyZUFzeW5jT3BlcmF0aW9uL2NmN2EyNGZlLTIxNmUtNDQ1MC1iZDZjLWJkNWRlMTllOTJhMz9hcGktdmVyc2lvbj0yMDE4LTA2LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.42.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "60" + ], + "x-ms-request-id": [ + "26c92249-4a18-4355-8637-ab7de628ae42" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11986" + ], + "x-ms-correlation-request-id": [ + "99c5a3d9-41c7-42e7-b8ec-56809a0de3a4" + ], + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200526T140957Z:99c5a3d9-41c7-42e7-b8ec-56809a0de3a4" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Tue, 26 May 2020 14:09:57 GMT" + ], + "Content-Length": [ + "107" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"cf7a24fe-216e-4450-bd6c-bd5de19e92a3\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-05-26T14:02:53.69Z\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/ps7012/providers/Microsoft.Sql/locations/westcentralus/managedInstanceAzureAsyncOperation/cf7a24fe-216e-4450-bd6c-bd5de19e92a3?api-version=2018-06-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Jlc291cmNlR3JvdXBzL3BzNzAxMi9wcm92aWRlcnMvTWljcm9zb2Z0LlNxbC9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9tYW5hZ2VkSW5zdGFuY2VBenVyZUFzeW5jT3BlcmF0aW9uL2NmN2EyNGZlLTIxNmUtNDQ1MC1iZDZjLWJkNWRlMTllOTJhMz9hcGktdmVyc2lvbj0yMDE4LTA2LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.42.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "60" + ], + "x-ms-request-id": [ + "48ca9c6e-5f6b-4018-aa77-140afde64758" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11985" + ], + "x-ms-correlation-request-id": [ + "a6ea0bca-7095-47cc-9a6e-b060a7aa9de7" + ], + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200526T141057Z:a6ea0bca-7095-47cc-9a6e-b060a7aa9de7" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Tue, 26 May 2020 14:10:56 GMT" + ], + "Content-Length": [ + "107" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"cf7a24fe-216e-4450-bd6c-bd5de19e92a3\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-05-26T14:02:53.69Z\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/ps7012/providers/Microsoft.Sql/locations/westcentralus/managedInstanceAzureAsyncOperation/cf7a24fe-216e-4450-bd6c-bd5de19e92a3?api-version=2018-06-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Jlc291cmNlR3JvdXBzL3BzNzAxMi9wcm92aWRlcnMvTWljcm9zb2Z0LlNxbC9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9tYW5hZ2VkSW5zdGFuY2VBenVyZUFzeW5jT3BlcmF0aW9uL2NmN2EyNGZlLTIxNmUtNDQ1MC1iZDZjLWJkNWRlMTllOTJhMz9hcGktdmVyc2lvbj0yMDE4LTA2LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.42.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "60" + ], + "x-ms-request-id": [ + "11fc0ca8-ab3d-4981-a755-e8d484eaa5fe" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11984" + ], + "x-ms-correlation-request-id": [ + "292c7c9b-570a-4e1e-8b55-fbd26b15cc1e" + ], + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200526T141158Z:292c7c9b-570a-4e1e-8b55-fbd26b15cc1e" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Tue, 26 May 2020 14:11:57 GMT" + ], + "Content-Length": [ + "107" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"cf7a24fe-216e-4450-bd6c-bd5de19e92a3\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-05-26T14:02:53.69Z\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/ps7012/providers/Microsoft.Sql/locations/westcentralus/managedInstanceAzureAsyncOperation/cf7a24fe-216e-4450-bd6c-bd5de19e92a3?api-version=2018-06-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Jlc291cmNlR3JvdXBzL3BzNzAxMi9wcm92aWRlcnMvTWljcm9zb2Z0LlNxbC9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9tYW5hZ2VkSW5zdGFuY2VBenVyZUFzeW5jT3BlcmF0aW9uL2NmN2EyNGZlLTIxNmUtNDQ1MC1iZDZjLWJkNWRlMTllOTJhMz9hcGktdmVyc2lvbj0yMDE4LTA2LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.42.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "60" + ], + "x-ms-request-id": [ + "3aee5eeb-985d-494f-a191-69731006f83f" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11983" + ], + "x-ms-correlation-request-id": [ + "9316b944-d62f-4bf0-a64c-1af7f5f956be" + ], + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200526T141258Z:9316b944-d62f-4bf0-a64c-1af7f5f956be" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Tue, 26 May 2020 14:12:58 GMT" + ], + "Content-Length": [ + "107" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"cf7a24fe-216e-4450-bd6c-bd5de19e92a3\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-05-26T14:02:53.69Z\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/ps7012/providers/Microsoft.Sql/locations/westcentralus/managedInstanceAzureAsyncOperation/cf7a24fe-216e-4450-bd6c-bd5de19e92a3?api-version=2018-06-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Jlc291cmNlR3JvdXBzL3BzNzAxMi9wcm92aWRlcnMvTWljcm9zb2Z0LlNxbC9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9tYW5hZ2VkSW5zdGFuY2VBenVyZUFzeW5jT3BlcmF0aW9uL2NmN2EyNGZlLTIxNmUtNDQ1MC1iZDZjLWJkNWRlMTllOTJhMz9hcGktdmVyc2lvbj0yMDE4LTA2LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.42.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "60" + ], + "x-ms-request-id": [ + "e49e529e-caed-4c28-ae86-8e1e85af1b2e" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11982" + ], + "x-ms-correlation-request-id": [ + "76b656c2-828d-4d45-9b29-2f92ebd9877c" + ], + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200526T141359Z:76b656c2-828d-4d45-9b29-2f92ebd9877c" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Tue, 26 May 2020 14:13:58 GMT" + ], + "Content-Length": [ + "107" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"cf7a24fe-216e-4450-bd6c-bd5de19e92a3\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-05-26T14:02:53.69Z\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/ps7012/providers/Microsoft.Sql/locations/westcentralus/managedInstanceAzureAsyncOperation/cf7a24fe-216e-4450-bd6c-bd5de19e92a3?api-version=2018-06-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Jlc291cmNlR3JvdXBzL3BzNzAxMi9wcm92aWRlcnMvTWljcm9zb2Z0LlNxbC9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9tYW5hZ2VkSW5zdGFuY2VBenVyZUFzeW5jT3BlcmF0aW9uL2NmN2EyNGZlLTIxNmUtNDQ1MC1iZDZjLWJkNWRlMTllOTJhMz9hcGktdmVyc2lvbj0yMDE4LTA2LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.42.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "60" + ], + "x-ms-request-id": [ + "90015096-e496-4e07-8864-653273b58d2c" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11981" + ], + "x-ms-correlation-request-id": [ + "af49b049-df29-45d6-903b-a1f12ed37dfa" + ], + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200526T141459Z:af49b049-df29-45d6-903b-a1f12ed37dfa" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Tue, 26 May 2020 14:14:58 GMT" + ], + "Content-Length": [ + "107" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"cf7a24fe-216e-4450-bd6c-bd5de19e92a3\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-05-26T14:02:53.69Z\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/ps7012/providers/Microsoft.Sql/locations/westcentralus/managedInstanceAzureAsyncOperation/cf7a24fe-216e-4450-bd6c-bd5de19e92a3?api-version=2018-06-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Jlc291cmNlR3JvdXBzL3BzNzAxMi9wcm92aWRlcnMvTWljcm9zb2Z0LlNxbC9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9tYW5hZ2VkSW5zdGFuY2VBenVyZUFzeW5jT3BlcmF0aW9uL2NmN2EyNGZlLTIxNmUtNDQ1MC1iZDZjLWJkNWRlMTllOTJhMz9hcGktdmVyc2lvbj0yMDE4LTA2LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.42.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "60" + ], + "x-ms-request-id": [ + "6c9111c8-995f-4c83-aab6-95e18ea40ff3" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11980" + ], + "x-ms-correlation-request-id": [ + "c1995ad0-7055-4574-8d21-d6c8924d2dfc" + ], + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200526T141600Z:c1995ad0-7055-4574-8d21-d6c8924d2dfc" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Tue, 26 May 2020 14:15:59 GMT" + ], + "Content-Length": [ + "107" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"cf7a24fe-216e-4450-bd6c-bd5de19e92a3\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-05-26T14:02:53.69Z\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/ps7012/providers/Microsoft.Sql/locations/westcentralus/managedInstanceAzureAsyncOperation/cf7a24fe-216e-4450-bd6c-bd5de19e92a3?api-version=2018-06-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Jlc291cmNlR3JvdXBzL3BzNzAxMi9wcm92aWRlcnMvTWljcm9zb2Z0LlNxbC9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9tYW5hZ2VkSW5zdGFuY2VBenVyZUFzeW5jT3BlcmF0aW9uL2NmN2EyNGZlLTIxNmUtNDQ1MC1iZDZjLWJkNWRlMTllOTJhMz9hcGktdmVyc2lvbj0yMDE4LTA2LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.42.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "60" + ], + "x-ms-request-id": [ + "806b587a-c655-47f6-9820-8747843beb82" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11979" + ], + "x-ms-correlation-request-id": [ + "e961403d-704d-4f01-b3be-3ee37d79d7ec" + ], + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200526T141700Z:e961403d-704d-4f01-b3be-3ee37d79d7ec" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Tue, 26 May 2020 14:17:00 GMT" + ], + "Content-Length": [ + "107" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"cf7a24fe-216e-4450-bd6c-bd5de19e92a3\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-05-26T14:02:53.69Z\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/ps7012/providers/Microsoft.Sql/locations/westcentralus/managedInstanceAzureAsyncOperation/cf7a24fe-216e-4450-bd6c-bd5de19e92a3?api-version=2018-06-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Jlc291cmNlR3JvdXBzL3BzNzAxMi9wcm92aWRlcnMvTWljcm9zb2Z0LlNxbC9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9tYW5hZ2VkSW5zdGFuY2VBenVyZUFzeW5jT3BlcmF0aW9uL2NmN2EyNGZlLTIxNmUtNDQ1MC1iZDZjLWJkNWRlMTllOTJhMz9hcGktdmVyc2lvbj0yMDE4LTA2LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.42.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "60" + ], + "x-ms-request-id": [ + "53f2c166-dd31-4de9-9055-57cad34322fd" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11978" + ], + "x-ms-correlation-request-id": [ + "7b82a26e-e6c8-404c-99d6-f300ae35a2f3" + ], + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200526T141801Z:7b82a26e-e6c8-404c-99d6-f300ae35a2f3" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Tue, 26 May 2020 14:18:00 GMT" + ], + "Content-Length": [ + "107" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"cf7a24fe-216e-4450-bd6c-bd5de19e92a3\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-05-26T14:02:53.69Z\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/ps7012/providers/Microsoft.Sql/locations/westcentralus/managedInstanceAzureAsyncOperation/cf7a24fe-216e-4450-bd6c-bd5de19e92a3?api-version=2018-06-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Jlc291cmNlR3JvdXBzL3BzNzAxMi9wcm92aWRlcnMvTWljcm9zb2Z0LlNxbC9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9tYW5hZ2VkSW5zdGFuY2VBenVyZUFzeW5jT3BlcmF0aW9uL2NmN2EyNGZlLTIxNmUtNDQ1MC1iZDZjLWJkNWRlMTllOTJhMz9hcGktdmVyc2lvbj0yMDE4LTA2LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.42.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "60" + ], + "x-ms-request-id": [ + "8b001b95-6a64-408f-a50c-9a0799df8ae9" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11977" + ], + "x-ms-correlation-request-id": [ + "ecd3ebc9-d383-4375-b4dc-58172277d009" + ], + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200526T141901Z:ecd3ebc9-d383-4375-b4dc-58172277d009" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Tue, 26 May 2020 14:19:00 GMT" + ], + "Content-Length": [ + "107" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"cf7a24fe-216e-4450-bd6c-bd5de19e92a3\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-05-26T14:02:53.69Z\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/ps7012/providers/Microsoft.Sql/locations/westcentralus/managedInstanceAzureAsyncOperation/cf7a24fe-216e-4450-bd6c-bd5de19e92a3?api-version=2018-06-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Jlc291cmNlR3JvdXBzL3BzNzAxMi9wcm92aWRlcnMvTWljcm9zb2Z0LlNxbC9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9tYW5hZ2VkSW5zdGFuY2VBenVyZUFzeW5jT3BlcmF0aW9uL2NmN2EyNGZlLTIxNmUtNDQ1MC1iZDZjLWJkNWRlMTllOTJhMz9hcGktdmVyc2lvbj0yMDE4LTA2LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.42.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "60" + ], + "x-ms-request-id": [ + "83e9b76c-a587-47e9-92aa-9051289eeace" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11976" + ], + "x-ms-correlation-request-id": [ + "ca4c8577-c1ff-4c8c-8078-0546611ca3ae" + ], + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200526T142002Z:ca4c8577-c1ff-4c8c-8078-0546611ca3ae" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Tue, 26 May 2020 14:20:01 GMT" + ], + "Content-Length": [ + "107" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"cf7a24fe-216e-4450-bd6c-bd5de19e92a3\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-05-26T14:02:53.69Z\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/ps7012/providers/Microsoft.Sql/locations/westcentralus/managedInstanceAzureAsyncOperation/cf7a24fe-216e-4450-bd6c-bd5de19e92a3?api-version=2018-06-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Jlc291cmNlR3JvdXBzL3BzNzAxMi9wcm92aWRlcnMvTWljcm9zb2Z0LlNxbC9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9tYW5hZ2VkSW5zdGFuY2VBenVyZUFzeW5jT3BlcmF0aW9uL2NmN2EyNGZlLTIxNmUtNDQ1MC1iZDZjLWJkNWRlMTllOTJhMz9hcGktdmVyc2lvbj0yMDE4LTA2LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.42.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "60" + ], + "x-ms-request-id": [ + "ef784369-6164-4d4b-8ef2-f614d2b62844" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11975" + ], + "x-ms-correlation-request-id": [ + "313ff07d-2267-4623-83ff-3b41ff945b07" + ], + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200526T142102Z:313ff07d-2267-4623-83ff-3b41ff945b07" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Tue, 26 May 2020 14:21:02 GMT" + ], + "Content-Length": [ + "107" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"cf7a24fe-216e-4450-bd6c-bd5de19e92a3\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-05-26T14:02:53.69Z\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/ps7012/providers/Microsoft.Sql/locations/westcentralus/managedInstanceAzureAsyncOperation/cf7a24fe-216e-4450-bd6c-bd5de19e92a3?api-version=2018-06-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Jlc291cmNlR3JvdXBzL3BzNzAxMi9wcm92aWRlcnMvTWljcm9zb2Z0LlNxbC9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9tYW5hZ2VkSW5zdGFuY2VBenVyZUFzeW5jT3BlcmF0aW9uL2NmN2EyNGZlLTIxNmUtNDQ1MC1iZDZjLWJkNWRlMTllOTJhMz9hcGktdmVyc2lvbj0yMDE4LTA2LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.42.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "60" + ], + "x-ms-request-id": [ + "04259188-b20f-441a-8570-d75e7a723574" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11974" + ], + "x-ms-correlation-request-id": [ + "15fc9d01-8651-4451-bb1b-d072d29c7116" + ], + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200526T142203Z:15fc9d01-8651-4451-bb1b-d072d29c7116" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Tue, 26 May 2020 14:22:02 GMT" + ], + "Content-Length": [ + "107" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"cf7a24fe-216e-4450-bd6c-bd5de19e92a3\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-05-26T14:02:53.69Z\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/ps7012/providers/Microsoft.Sql/locations/westcentralus/managedInstanceAzureAsyncOperation/cf7a24fe-216e-4450-bd6c-bd5de19e92a3?api-version=2018-06-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Jlc291cmNlR3JvdXBzL3BzNzAxMi9wcm92aWRlcnMvTWljcm9zb2Z0LlNxbC9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9tYW5hZ2VkSW5zdGFuY2VBenVyZUFzeW5jT3BlcmF0aW9uL2NmN2EyNGZlLTIxNmUtNDQ1MC1iZDZjLWJkNWRlMTllOTJhMz9hcGktdmVyc2lvbj0yMDE4LTA2LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.42.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "60" + ], + "x-ms-request-id": [ + "0497ce7f-4676-4ef7-87e8-3efa91ced16a" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11973" + ], + "x-ms-correlation-request-id": [ + "07d24ac4-e853-4d00-8a8d-6d58a32297c2" + ], + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200526T142303Z:07d24ac4-e853-4d00-8a8d-6d58a32297c2" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Tue, 26 May 2020 14:23:03 GMT" + ], + "Content-Length": [ + "107" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"cf7a24fe-216e-4450-bd6c-bd5de19e92a3\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-05-26T14:02:53.69Z\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/ps7012/providers/Microsoft.Sql/locations/westcentralus/managedInstanceAzureAsyncOperation/cf7a24fe-216e-4450-bd6c-bd5de19e92a3?api-version=2018-06-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Jlc291cmNlR3JvdXBzL3BzNzAxMi9wcm92aWRlcnMvTWljcm9zb2Z0LlNxbC9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9tYW5hZ2VkSW5zdGFuY2VBenVyZUFzeW5jT3BlcmF0aW9uL2NmN2EyNGZlLTIxNmUtNDQ1MC1iZDZjLWJkNWRlMTllOTJhMz9hcGktdmVyc2lvbj0yMDE4LTA2LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.42.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "60" + ], + "x-ms-request-id": [ + "a9572b57-2a04-4e0e-8b8b-36df45952736" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11972" + ], + "x-ms-correlation-request-id": [ + "1df85309-0dba-4f15-bcdc-679df1e543a8" + ], + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200526T142404Z:1df85309-0dba-4f15-bcdc-679df1e543a8" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Tue, 26 May 2020 14:24:03 GMT" + ], + "Content-Length": [ + "107" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"cf7a24fe-216e-4450-bd6c-bd5de19e92a3\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-05-26T14:02:53.69Z\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/ps7012/providers/Microsoft.Sql/locations/westcentralus/managedInstanceAzureAsyncOperation/cf7a24fe-216e-4450-bd6c-bd5de19e92a3?api-version=2018-06-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Jlc291cmNlR3JvdXBzL3BzNzAxMi9wcm92aWRlcnMvTWljcm9zb2Z0LlNxbC9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9tYW5hZ2VkSW5zdGFuY2VBenVyZUFzeW5jT3BlcmF0aW9uL2NmN2EyNGZlLTIxNmUtNDQ1MC1iZDZjLWJkNWRlMTllOTJhMz9hcGktdmVyc2lvbj0yMDE4LTA2LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.42.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "60" + ], + "x-ms-request-id": [ + "f10784bd-112a-44fd-9d07-99ddd5b6841d" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11971" + ], + "x-ms-correlation-request-id": [ + "d5ed1417-174f-4760-88b2-42fac15ce24b" + ], + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200526T142504Z:d5ed1417-174f-4760-88b2-42fac15ce24b" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Tue, 26 May 2020 14:25:04 GMT" + ], + "Content-Length": [ + "107" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"cf7a24fe-216e-4450-bd6c-bd5de19e92a3\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-05-26T14:02:53.69Z\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/ps7012/providers/Microsoft.Sql/locations/westcentralus/managedInstanceAzureAsyncOperation/cf7a24fe-216e-4450-bd6c-bd5de19e92a3?api-version=2018-06-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Jlc291cmNlR3JvdXBzL3BzNzAxMi9wcm92aWRlcnMvTWljcm9zb2Z0LlNxbC9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9tYW5hZ2VkSW5zdGFuY2VBenVyZUFzeW5jT3BlcmF0aW9uL2NmN2EyNGZlLTIxNmUtNDQ1MC1iZDZjLWJkNWRlMTllOTJhMz9hcGktdmVyc2lvbj0yMDE4LTA2LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.42.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "60" + ], + "x-ms-request-id": [ + "b1b00c66-31e3-495f-b678-e5d9519f6b90" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11970" + ], + "x-ms-correlation-request-id": [ + "c2532660-4fd2-4ff7-b1d9-45bc452d7119" + ], + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200526T142605Z:c2532660-4fd2-4ff7-b1d9-45bc452d7119" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Tue, 26 May 2020 14:26:04 GMT" + ], + "Content-Length": [ + "107" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"cf7a24fe-216e-4450-bd6c-bd5de19e92a3\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-05-26T14:02:53.69Z\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/ps7012/providers/Microsoft.Sql/locations/westcentralus/managedInstanceAzureAsyncOperation/cf7a24fe-216e-4450-bd6c-bd5de19e92a3?api-version=2018-06-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Jlc291cmNlR3JvdXBzL3BzNzAxMi9wcm92aWRlcnMvTWljcm9zb2Z0LlNxbC9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9tYW5hZ2VkSW5zdGFuY2VBenVyZUFzeW5jT3BlcmF0aW9uL2NmN2EyNGZlLTIxNmUtNDQ1MC1iZDZjLWJkNWRlMTllOTJhMz9hcGktdmVyc2lvbj0yMDE4LTA2LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.42.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "60" + ], + "x-ms-request-id": [ + "c63d91d9-8b6b-436e-a4da-b399a032f0b0" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11969" + ], + "x-ms-correlation-request-id": [ + "8e072b17-8597-4bd7-bf4f-774e29708482" + ], + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200526T142705Z:8e072b17-8597-4bd7-bf4f-774e29708482" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Tue, 26 May 2020 14:27:05 GMT" + ], + "Content-Length": [ + "107" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"cf7a24fe-216e-4450-bd6c-bd5de19e92a3\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-05-26T14:02:53.69Z\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/ps7012/providers/Microsoft.Sql/locations/westcentralus/managedInstanceAzureAsyncOperation/cf7a24fe-216e-4450-bd6c-bd5de19e92a3?api-version=2018-06-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Jlc291cmNlR3JvdXBzL3BzNzAxMi9wcm92aWRlcnMvTWljcm9zb2Z0LlNxbC9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9tYW5hZ2VkSW5zdGFuY2VBenVyZUFzeW5jT3BlcmF0aW9uL2NmN2EyNGZlLTIxNmUtNDQ1MC1iZDZjLWJkNWRlMTllOTJhMz9hcGktdmVyc2lvbj0yMDE4LTA2LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.42.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "60" + ], + "x-ms-request-id": [ + "be0e1fd2-9580-4e24-9ce7-b00340992368" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11968" + ], + "x-ms-correlation-request-id": [ + "99b97a47-72da-4817-8b09-64a5ba652bdc" + ], + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200526T142806Z:99b97a47-72da-4817-8b09-64a5ba652bdc" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Tue, 26 May 2020 14:28:06 GMT" + ], + "Content-Length": [ + "107" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"cf7a24fe-216e-4450-bd6c-bd5de19e92a3\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-05-26T14:02:53.69Z\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/ps7012/providers/Microsoft.Sql/locations/westcentralus/managedInstanceAzureAsyncOperation/cf7a24fe-216e-4450-bd6c-bd5de19e92a3?api-version=2018-06-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Jlc291cmNlR3JvdXBzL3BzNzAxMi9wcm92aWRlcnMvTWljcm9zb2Z0LlNxbC9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9tYW5hZ2VkSW5zdGFuY2VBenVyZUFzeW5jT3BlcmF0aW9uL2NmN2EyNGZlLTIxNmUtNDQ1MC1iZDZjLWJkNWRlMTllOTJhMz9hcGktdmVyc2lvbj0yMDE4LTA2LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.42.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "60" + ], + "x-ms-request-id": [ + "4cd91cd4-2bb9-4efc-9400-d1c2c4938180" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11967" + ], + "x-ms-correlation-request-id": [ + "8fc25c7e-e512-4d51-acba-b4db971a265d" + ], + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200526T142906Z:8fc25c7e-e512-4d51-acba-b4db971a265d" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Tue, 26 May 2020 14:29:06 GMT" + ], + "Content-Length": [ + "107" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"cf7a24fe-216e-4450-bd6c-bd5de19e92a3\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-05-26T14:02:53.69Z\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/ps7012/providers/Microsoft.Sql/locations/westcentralus/managedInstanceAzureAsyncOperation/cf7a24fe-216e-4450-bd6c-bd5de19e92a3?api-version=2018-06-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Jlc291cmNlR3JvdXBzL3BzNzAxMi9wcm92aWRlcnMvTWljcm9zb2Z0LlNxbC9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9tYW5hZ2VkSW5zdGFuY2VBenVyZUFzeW5jT3BlcmF0aW9uL2NmN2EyNGZlLTIxNmUtNDQ1MC1iZDZjLWJkNWRlMTllOTJhMz9hcGktdmVyc2lvbj0yMDE4LTA2LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.42.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "60" + ], + "x-ms-request-id": [ + "9a324c88-4015-48bb-8d24-dfa025a6bc7d" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11966" + ], + "x-ms-correlation-request-id": [ + "79d251c3-34ef-411d-84e8-f75700dd123e" + ], + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200526T143007Z:79d251c3-34ef-411d-84e8-f75700dd123e" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Tue, 26 May 2020 14:30:06 GMT" + ], + "Content-Length": [ + "107" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"cf7a24fe-216e-4450-bd6c-bd5de19e92a3\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-05-26T14:02:53.69Z\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/ps7012/providers/Microsoft.Sql/locations/westcentralus/managedInstanceAzureAsyncOperation/cf7a24fe-216e-4450-bd6c-bd5de19e92a3?api-version=2018-06-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Jlc291cmNlR3JvdXBzL3BzNzAxMi9wcm92aWRlcnMvTWljcm9zb2Z0LlNxbC9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9tYW5hZ2VkSW5zdGFuY2VBenVyZUFzeW5jT3BlcmF0aW9uL2NmN2EyNGZlLTIxNmUtNDQ1MC1iZDZjLWJkNWRlMTllOTJhMz9hcGktdmVyc2lvbj0yMDE4LTA2LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.42.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "60" + ], + "x-ms-request-id": [ + "e9765959-2baa-4ca9-9537-4ba2cf9358c8" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11965" + ], + "x-ms-correlation-request-id": [ + "aae00e12-83ff-4e51-b92e-c711d3563544" + ], + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200526T143107Z:aae00e12-83ff-4e51-b92e-c711d3563544" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Tue, 26 May 2020 14:31:07 GMT" + ], + "Content-Length": [ + "107" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"cf7a24fe-216e-4450-bd6c-bd5de19e92a3\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-05-26T14:02:53.69Z\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/ps7012/providers/Microsoft.Sql/locations/westcentralus/managedInstanceAzureAsyncOperation/cf7a24fe-216e-4450-bd6c-bd5de19e92a3?api-version=2018-06-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Jlc291cmNlR3JvdXBzL3BzNzAxMi9wcm92aWRlcnMvTWljcm9zb2Z0LlNxbC9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9tYW5hZ2VkSW5zdGFuY2VBenVyZUFzeW5jT3BlcmF0aW9uL2NmN2EyNGZlLTIxNmUtNDQ1MC1iZDZjLWJkNWRlMTllOTJhMz9hcGktdmVyc2lvbj0yMDE4LTA2LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.42.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "60" + ], + "x-ms-request-id": [ + "9b459144-71ed-4dd1-bfbd-47be5b4f4fb7" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11964" + ], + "x-ms-correlation-request-id": [ + "cceb46ad-97e9-4847-ac3c-78591d4e069f" + ], + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200526T143208Z:cceb46ad-97e9-4847-ac3c-78591d4e069f" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Tue, 26 May 2020 14:32:07 GMT" + ], + "Content-Length": [ + "107" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"cf7a24fe-216e-4450-bd6c-bd5de19e92a3\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-05-26T14:02:53.69Z\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/ps7012/providers/Microsoft.Sql/locations/westcentralus/managedInstanceAzureAsyncOperation/cf7a24fe-216e-4450-bd6c-bd5de19e92a3?api-version=2018-06-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Jlc291cmNlR3JvdXBzL3BzNzAxMi9wcm92aWRlcnMvTWljcm9zb2Z0LlNxbC9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9tYW5hZ2VkSW5zdGFuY2VBenVyZUFzeW5jT3BlcmF0aW9uL2NmN2EyNGZlLTIxNmUtNDQ1MC1iZDZjLWJkNWRlMTllOTJhMz9hcGktdmVyc2lvbj0yMDE4LTA2LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.42.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "60" + ], + "x-ms-request-id": [ + "3da67992-7b65-4f8a-9bdc-a4ab0670d9b3" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11963" + ], + "x-ms-correlation-request-id": [ + "d081f908-510f-4733-aa8a-1aace5a7a974" + ], + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200526T143308Z:d081f908-510f-4733-aa8a-1aace5a7a974" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Tue, 26 May 2020 14:33:08 GMT" + ], + "Content-Length": [ + "107" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"cf7a24fe-216e-4450-bd6c-bd5de19e92a3\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-05-26T14:02:53.69Z\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/ps7012/providers/Microsoft.Sql/locations/westcentralus/managedInstanceAzureAsyncOperation/cf7a24fe-216e-4450-bd6c-bd5de19e92a3?api-version=2018-06-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Jlc291cmNlR3JvdXBzL3BzNzAxMi9wcm92aWRlcnMvTWljcm9zb2Z0LlNxbC9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9tYW5hZ2VkSW5zdGFuY2VBenVyZUFzeW5jT3BlcmF0aW9uL2NmN2EyNGZlLTIxNmUtNDQ1MC1iZDZjLWJkNWRlMTllOTJhMz9hcGktdmVyc2lvbj0yMDE4LTA2LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.42.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "60" + ], + "x-ms-request-id": [ + "f2c058d6-9aae-400b-aa15-132b1720b134" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11962" + ], + "x-ms-correlation-request-id": [ + "70a23559-d577-45f6-bd81-04bea131f8d8" + ], + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200526T143409Z:70a23559-d577-45f6-bd81-04bea131f8d8" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Tue, 26 May 2020 14:34:08 GMT" + ], + "Content-Length": [ + "107" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"cf7a24fe-216e-4450-bd6c-bd5de19e92a3\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-05-26T14:02:53.69Z\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/ps7012/providers/Microsoft.Sql/locations/westcentralus/managedInstanceAzureAsyncOperation/cf7a24fe-216e-4450-bd6c-bd5de19e92a3?api-version=2018-06-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Jlc291cmNlR3JvdXBzL3BzNzAxMi9wcm92aWRlcnMvTWljcm9zb2Z0LlNxbC9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9tYW5hZ2VkSW5zdGFuY2VBenVyZUFzeW5jT3BlcmF0aW9uL2NmN2EyNGZlLTIxNmUtNDQ1MC1iZDZjLWJkNWRlMTllOTJhMz9hcGktdmVyc2lvbj0yMDE4LTA2LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.42.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "60" + ], + "x-ms-request-id": [ + "4f5b720a-2361-434e-9f25-e4a134951bed" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11961" + ], + "x-ms-correlation-request-id": [ + "51b0bc98-0938-4ff8-a8b4-a07ad2e4d5d6" + ], + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200526T143509Z:51b0bc98-0938-4ff8-a8b4-a07ad2e4d5d6" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Tue, 26 May 2020 14:35:09 GMT" + ], + "Content-Length": [ + "107" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"cf7a24fe-216e-4450-bd6c-bd5de19e92a3\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-05-26T14:02:53.69Z\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/ps7012/providers/Microsoft.Sql/locations/westcentralus/managedInstanceAzureAsyncOperation/cf7a24fe-216e-4450-bd6c-bd5de19e92a3?api-version=2018-06-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Jlc291cmNlR3JvdXBzL3BzNzAxMi9wcm92aWRlcnMvTWljcm9zb2Z0LlNxbC9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9tYW5hZ2VkSW5zdGFuY2VBenVyZUFzeW5jT3BlcmF0aW9uL2NmN2EyNGZlLTIxNmUtNDQ1MC1iZDZjLWJkNWRlMTllOTJhMz9hcGktdmVyc2lvbj0yMDE4LTA2LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.42.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "60" + ], + "x-ms-request-id": [ + "8a8affff-d793-4712-aa52-085549340244" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11960" + ], + "x-ms-correlation-request-id": [ + "ec4d6f6b-d5f3-4a75-95ab-287a7c29c272" + ], + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200526T143610Z:ec4d6f6b-d5f3-4a75-95ab-287a7c29c272" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Tue, 26 May 2020 14:36:10 GMT" + ], + "Content-Length": [ + "107" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"cf7a24fe-216e-4450-bd6c-bd5de19e92a3\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-05-26T14:02:53.69Z\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/ps7012/providers/Microsoft.Sql/locations/westcentralus/managedInstanceAzureAsyncOperation/cf7a24fe-216e-4450-bd6c-bd5de19e92a3?api-version=2018-06-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Jlc291cmNlR3JvdXBzL3BzNzAxMi9wcm92aWRlcnMvTWljcm9zb2Z0LlNxbC9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9tYW5hZ2VkSW5zdGFuY2VBenVyZUFzeW5jT3BlcmF0aW9uL2NmN2EyNGZlLTIxNmUtNDQ1MC1iZDZjLWJkNWRlMTllOTJhMz9hcGktdmVyc2lvbj0yMDE4LTA2LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.42.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "60" + ], + "x-ms-request-id": [ + "da86d610-9855-47aa-8b47-33452eb2374b" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11959" + ], + "x-ms-correlation-request-id": [ + "efb6ce56-5a87-4914-8cd9-2287af84accf" + ], + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200526T143710Z:efb6ce56-5a87-4914-8cd9-2287af84accf" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Tue, 26 May 2020 14:37:10 GMT" + ], + "Content-Length": [ + "107" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"cf7a24fe-216e-4450-bd6c-bd5de19e92a3\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-05-26T14:02:53.69Z\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/ps7012/providers/Microsoft.Sql/locations/westcentralus/managedInstanceAzureAsyncOperation/cf7a24fe-216e-4450-bd6c-bd5de19e92a3?api-version=2018-06-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Jlc291cmNlR3JvdXBzL3BzNzAxMi9wcm92aWRlcnMvTWljcm9zb2Z0LlNxbC9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9tYW5hZ2VkSW5zdGFuY2VBenVyZUFzeW5jT3BlcmF0aW9uL2NmN2EyNGZlLTIxNmUtNDQ1MC1iZDZjLWJkNWRlMTllOTJhMz9hcGktdmVyc2lvbj0yMDE4LTA2LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.42.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "60" + ], + "x-ms-request-id": [ + "8d780808-af4a-4e2f-8a53-0708aed9b4f6" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11958" + ], + "x-ms-correlation-request-id": [ + "34b33ea8-da2f-4ed9-bc44-aff3c139bd07" + ], + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200526T143811Z:34b33ea8-da2f-4ed9-bc44-aff3c139bd07" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Tue, 26 May 2020 14:38:11 GMT" + ], + "Content-Length": [ + "107" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"cf7a24fe-216e-4450-bd6c-bd5de19e92a3\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-05-26T14:02:53.69Z\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/ps7012/providers/Microsoft.Sql/locations/westcentralus/managedInstanceAzureAsyncOperation/cf7a24fe-216e-4450-bd6c-bd5de19e92a3?api-version=2018-06-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Jlc291cmNlR3JvdXBzL3BzNzAxMi9wcm92aWRlcnMvTWljcm9zb2Z0LlNxbC9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9tYW5hZ2VkSW5zdGFuY2VBenVyZUFzeW5jT3BlcmF0aW9uL2NmN2EyNGZlLTIxNmUtNDQ1MC1iZDZjLWJkNWRlMTllOTJhMz9hcGktdmVyc2lvbj0yMDE4LTA2LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.42.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "60" + ], + "x-ms-request-id": [ + "19579d25-1c83-4dd1-870e-f62b131246ed" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11957" + ], + "x-ms-correlation-request-id": [ + "bdb5789b-764b-427a-a8f0-8802bd57019e" + ], + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200526T143911Z:bdb5789b-764b-427a-a8f0-8802bd57019e" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Tue, 26 May 2020 14:39:11 GMT" + ], + "Content-Length": [ + "107" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"cf7a24fe-216e-4450-bd6c-bd5de19e92a3\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-05-26T14:02:53.69Z\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/ps7012/providers/Microsoft.Sql/locations/westcentralus/managedInstanceAzureAsyncOperation/cf7a24fe-216e-4450-bd6c-bd5de19e92a3?api-version=2018-06-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Jlc291cmNlR3JvdXBzL3BzNzAxMi9wcm92aWRlcnMvTWljcm9zb2Z0LlNxbC9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9tYW5hZ2VkSW5zdGFuY2VBenVyZUFzeW5jT3BlcmF0aW9uL2NmN2EyNGZlLTIxNmUtNDQ1MC1iZDZjLWJkNWRlMTllOTJhMz9hcGktdmVyc2lvbj0yMDE4LTA2LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.42.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "60" + ], + "x-ms-request-id": [ + "6d7c8e27-da8c-46b6-8dc5-97fe11e74d0c" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11956" + ], + "x-ms-correlation-request-id": [ + "bf78388c-4c1b-4f7b-99e9-6862f44b4a10" + ], + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200526T144012Z:bf78388c-4c1b-4f7b-99e9-6862f44b4a10" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Tue, 26 May 2020 14:40:12 GMT" + ], + "Content-Length": [ + "107" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"cf7a24fe-216e-4450-bd6c-bd5de19e92a3\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-05-26T14:02:53.69Z\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/ps7012/providers/Microsoft.Sql/locations/westcentralus/managedInstanceAzureAsyncOperation/cf7a24fe-216e-4450-bd6c-bd5de19e92a3?api-version=2018-06-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Jlc291cmNlR3JvdXBzL3BzNzAxMi9wcm92aWRlcnMvTWljcm9zb2Z0LlNxbC9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9tYW5hZ2VkSW5zdGFuY2VBenVyZUFzeW5jT3BlcmF0aW9uL2NmN2EyNGZlLTIxNmUtNDQ1MC1iZDZjLWJkNWRlMTllOTJhMz9hcGktdmVyc2lvbj0yMDE4LTA2LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.42.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "60" + ], + "x-ms-request-id": [ + "1b007430-6762-4256-9940-9effee009437" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11955" + ], + "x-ms-correlation-request-id": [ + "ecc13b52-a94f-40ab-a86a-509e8ff567a4" + ], + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200526T144112Z:ecc13b52-a94f-40ab-a86a-509e8ff567a4" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Tue, 26 May 2020 14:41:11 GMT" + ], + "Content-Length": [ + "107" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"cf7a24fe-216e-4450-bd6c-bd5de19e92a3\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-05-26T14:02:53.69Z\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/ps7012/providers/Microsoft.Sql/locations/westcentralus/managedInstanceAzureAsyncOperation/cf7a24fe-216e-4450-bd6c-bd5de19e92a3?api-version=2018-06-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Jlc291cmNlR3JvdXBzL3BzNzAxMi9wcm92aWRlcnMvTWljcm9zb2Z0LlNxbC9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9tYW5hZ2VkSW5zdGFuY2VBenVyZUFzeW5jT3BlcmF0aW9uL2NmN2EyNGZlLTIxNmUtNDQ1MC1iZDZjLWJkNWRlMTllOTJhMz9hcGktdmVyc2lvbj0yMDE4LTA2LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.42.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "60" + ], + "x-ms-request-id": [ + "ea4ad2c0-9d7d-4b5e-9d49-f4c27aa814fe" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11954" + ], + "x-ms-correlation-request-id": [ + "8ae59270-ab2c-4aa0-8d8b-ad15802dbab8" + ], + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200526T144213Z:8ae59270-ab2c-4aa0-8d8b-ad15802dbab8" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Tue, 26 May 2020 14:42:12 GMT" + ], + "Content-Length": [ + "107" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"cf7a24fe-216e-4450-bd6c-bd5de19e92a3\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-05-26T14:02:53.69Z\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/ps7012/providers/Microsoft.Sql/locations/westcentralus/managedInstanceAzureAsyncOperation/cf7a24fe-216e-4450-bd6c-bd5de19e92a3?api-version=2018-06-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Jlc291cmNlR3JvdXBzL3BzNzAxMi9wcm92aWRlcnMvTWljcm9zb2Z0LlNxbC9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9tYW5hZ2VkSW5zdGFuY2VBenVyZUFzeW5jT3BlcmF0aW9uL2NmN2EyNGZlLTIxNmUtNDQ1MC1iZDZjLWJkNWRlMTllOTJhMz9hcGktdmVyc2lvbj0yMDE4LTA2LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.42.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "60" + ], + "x-ms-request-id": [ + "4711415b-f642-418b-b626-0530cc782500" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11953" + ], + "x-ms-correlation-request-id": [ + "1d9d6f3e-04ce-4e43-bf0b-086bbdac2f5b" + ], + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200526T144313Z:1d9d6f3e-04ce-4e43-bf0b-086bbdac2f5b" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Tue, 26 May 2020 14:43:13 GMT" + ], + "Content-Length": [ + "107" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"cf7a24fe-216e-4450-bd6c-bd5de19e92a3\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-05-26T14:02:53.69Z\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/ps7012/providers/Microsoft.Sql/locations/westcentralus/managedInstanceAzureAsyncOperation/cf7a24fe-216e-4450-bd6c-bd5de19e92a3?api-version=2018-06-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Jlc291cmNlR3JvdXBzL3BzNzAxMi9wcm92aWRlcnMvTWljcm9zb2Z0LlNxbC9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9tYW5hZ2VkSW5zdGFuY2VBenVyZUFzeW5jT3BlcmF0aW9uL2NmN2EyNGZlLTIxNmUtNDQ1MC1iZDZjLWJkNWRlMTllOTJhMz9hcGktdmVyc2lvbj0yMDE4LTA2LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.42.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "60" + ], + "x-ms-request-id": [ + "193aa5b2-ded9-4cf7-8e8b-cfccb3ed894a" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11952" + ], + "x-ms-correlation-request-id": [ + "c4118128-0d28-49c8-9163-038583b0b323" + ], + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200526T144414Z:c4118128-0d28-49c8-9163-038583b0b323" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Tue, 26 May 2020 14:44:13 GMT" + ], + "Content-Length": [ + "107" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"cf7a24fe-216e-4450-bd6c-bd5de19e92a3\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-05-26T14:02:53.69Z\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/ps7012/providers/Microsoft.Sql/locations/westcentralus/managedInstanceAzureAsyncOperation/cf7a24fe-216e-4450-bd6c-bd5de19e92a3?api-version=2018-06-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Jlc291cmNlR3JvdXBzL3BzNzAxMi9wcm92aWRlcnMvTWljcm9zb2Z0LlNxbC9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9tYW5hZ2VkSW5zdGFuY2VBenVyZUFzeW5jT3BlcmF0aW9uL2NmN2EyNGZlLTIxNmUtNDQ1MC1iZDZjLWJkNWRlMTllOTJhMz9hcGktdmVyc2lvbj0yMDE4LTA2LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.42.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "60" + ], + "x-ms-request-id": [ + "7866882a-5975-4bac-be5b-8ed5a1bb3c1a" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11951" + ], + "x-ms-correlation-request-id": [ + "48e3f912-5cf9-468c-9b15-69b47a18b905" + ], + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200526T144514Z:48e3f912-5cf9-468c-9b15-69b47a18b905" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Tue, 26 May 2020 14:45:13 GMT" + ], + "Content-Length": [ + "107" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"cf7a24fe-216e-4450-bd6c-bd5de19e92a3\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-05-26T14:02:53.69Z\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/ps7012/providers/Microsoft.Sql/locations/westcentralus/managedInstanceAzureAsyncOperation/cf7a24fe-216e-4450-bd6c-bd5de19e92a3?api-version=2018-06-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Jlc291cmNlR3JvdXBzL3BzNzAxMi9wcm92aWRlcnMvTWljcm9zb2Z0LlNxbC9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9tYW5hZ2VkSW5zdGFuY2VBenVyZUFzeW5jT3BlcmF0aW9uL2NmN2EyNGZlLTIxNmUtNDQ1MC1iZDZjLWJkNWRlMTllOTJhMz9hcGktdmVyc2lvbj0yMDE4LTA2LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.42.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "60" + ], + "x-ms-request-id": [ + "3a15a2c9-39f3-4462-98e6-c18a2567af6c" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11950" + ], + "x-ms-correlation-request-id": [ + "20302a22-7f95-4d98-bd49-7b8d69c91efa" + ], + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200526T144615Z:20302a22-7f95-4d98-bd49-7b8d69c91efa" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Tue, 26 May 2020 14:46:14 GMT" + ], + "Content-Length": [ + "107" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"cf7a24fe-216e-4450-bd6c-bd5de19e92a3\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-05-26T14:02:53.69Z\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/ps7012/providers/Microsoft.Sql/locations/westcentralus/managedInstanceAzureAsyncOperation/cf7a24fe-216e-4450-bd6c-bd5de19e92a3?api-version=2018-06-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Jlc291cmNlR3JvdXBzL3BzNzAxMi9wcm92aWRlcnMvTWljcm9zb2Z0LlNxbC9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9tYW5hZ2VkSW5zdGFuY2VBenVyZUFzeW5jT3BlcmF0aW9uL2NmN2EyNGZlLTIxNmUtNDQ1MC1iZDZjLWJkNWRlMTllOTJhMz9hcGktdmVyc2lvbj0yMDE4LTA2LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.42.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "60" + ], + "x-ms-request-id": [ + "588ece17-ec25-4c5a-b9ad-1116349a47a5" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11949" + ], + "x-ms-correlation-request-id": [ + "4f2a602a-8a27-4a21-8584-2e7c05548f2d" + ], + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200526T144715Z:4f2a602a-8a27-4a21-8584-2e7c05548f2d" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Tue, 26 May 2020 14:47:15 GMT" + ], + "Content-Length": [ + "107" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"cf7a24fe-216e-4450-bd6c-bd5de19e92a3\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-05-26T14:02:53.69Z\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/ps7012/providers/Microsoft.Sql/locations/westcentralus/managedInstanceAzureAsyncOperation/cf7a24fe-216e-4450-bd6c-bd5de19e92a3?api-version=2018-06-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Jlc291cmNlR3JvdXBzL3BzNzAxMi9wcm92aWRlcnMvTWljcm9zb2Z0LlNxbC9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9tYW5hZ2VkSW5zdGFuY2VBenVyZUFzeW5jT3BlcmF0aW9uL2NmN2EyNGZlLTIxNmUtNDQ1MC1iZDZjLWJkNWRlMTllOTJhMz9hcGktdmVyc2lvbj0yMDE4LTA2LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.42.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "60" + ], + "x-ms-request-id": [ + "06d3d2a7-c55c-4c1f-9695-ae0a3871bb86" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11948" + ], + "x-ms-correlation-request-id": [ + "7bc67b13-dc02-497b-af15-819ee00ad7ed" + ], + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200526T144816Z:7bc67b13-dc02-497b-af15-819ee00ad7ed" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Tue, 26 May 2020 14:48:15 GMT" + ], + "Content-Length": [ + "107" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"cf7a24fe-216e-4450-bd6c-bd5de19e92a3\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-05-26T14:02:53.69Z\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/ps7012/providers/Microsoft.Sql/locations/westcentralus/managedInstanceAzureAsyncOperation/cf7a24fe-216e-4450-bd6c-bd5de19e92a3?api-version=2018-06-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Jlc291cmNlR3JvdXBzL3BzNzAxMi9wcm92aWRlcnMvTWljcm9zb2Z0LlNxbC9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9tYW5hZ2VkSW5zdGFuY2VBenVyZUFzeW5jT3BlcmF0aW9uL2NmN2EyNGZlLTIxNmUtNDQ1MC1iZDZjLWJkNWRlMTllOTJhMz9hcGktdmVyc2lvbj0yMDE4LTA2LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.42.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "60" + ], + "x-ms-request-id": [ + "b7e2595b-7d3d-4fcd-a982-1a35858bd39f" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11947" + ], + "x-ms-correlation-request-id": [ + "7cd7c866-9f50-4e9f-a2fd-5e09cd910f9e" + ], + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200526T144916Z:7cd7c866-9f50-4e9f-a2fd-5e09cd910f9e" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Tue, 26 May 2020 14:49:16 GMT" + ], + "Content-Length": [ + "107" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"cf7a24fe-216e-4450-bd6c-bd5de19e92a3\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-05-26T14:02:53.69Z\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/ps7012/providers/Microsoft.Sql/locations/westcentralus/managedInstanceAzureAsyncOperation/cf7a24fe-216e-4450-bd6c-bd5de19e92a3?api-version=2018-06-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Jlc291cmNlR3JvdXBzL3BzNzAxMi9wcm92aWRlcnMvTWljcm9zb2Z0LlNxbC9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9tYW5hZ2VkSW5zdGFuY2VBenVyZUFzeW5jT3BlcmF0aW9uL2NmN2EyNGZlLTIxNmUtNDQ1MC1iZDZjLWJkNWRlMTllOTJhMz9hcGktdmVyc2lvbj0yMDE4LTA2LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.42.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "60" + ], + "x-ms-request-id": [ + "67b17f7e-2467-4bc0-9e2e-07ed72b940e2" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11946" + ], + "x-ms-correlation-request-id": [ + "2a6e5ac9-4457-41ce-8230-ab64eefcfb21" + ], + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200526T145017Z:2a6e5ac9-4457-41ce-8230-ab64eefcfb21" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Tue, 26 May 2020 14:50:17 GMT" + ], + "Content-Length": [ + "107" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"cf7a24fe-216e-4450-bd6c-bd5de19e92a3\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-05-26T14:02:53.69Z\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/ps7012/providers/Microsoft.Sql/locations/westcentralus/managedInstanceAzureAsyncOperation/cf7a24fe-216e-4450-bd6c-bd5de19e92a3?api-version=2018-06-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Jlc291cmNlR3JvdXBzL3BzNzAxMi9wcm92aWRlcnMvTWljcm9zb2Z0LlNxbC9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9tYW5hZ2VkSW5zdGFuY2VBenVyZUFzeW5jT3BlcmF0aW9uL2NmN2EyNGZlLTIxNmUtNDQ1MC1iZDZjLWJkNWRlMTllOTJhMz9hcGktdmVyc2lvbj0yMDE4LTA2LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.42.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "60" + ], + "x-ms-request-id": [ + "9b4fa56d-2761-46ef-bc28-81e03dfa5686" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11945" + ], + "x-ms-correlation-request-id": [ + "d8841468-2c09-4adc-9af6-827bb1376767" + ], + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200526T145117Z:d8841468-2c09-4adc-9af6-827bb1376767" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Tue, 26 May 2020 14:51:17 GMT" + ], + "Content-Length": [ + "107" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"cf7a24fe-216e-4450-bd6c-bd5de19e92a3\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-05-26T14:02:53.69Z\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/ps7012/providers/Microsoft.Sql/locations/westcentralus/managedInstanceAzureAsyncOperation/cf7a24fe-216e-4450-bd6c-bd5de19e92a3?api-version=2018-06-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Jlc291cmNlR3JvdXBzL3BzNzAxMi9wcm92aWRlcnMvTWljcm9zb2Z0LlNxbC9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9tYW5hZ2VkSW5zdGFuY2VBenVyZUFzeW5jT3BlcmF0aW9uL2NmN2EyNGZlLTIxNmUtNDQ1MC1iZDZjLWJkNWRlMTllOTJhMz9hcGktdmVyc2lvbj0yMDE4LTA2LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.42.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "60" + ], + "x-ms-request-id": [ + "3fae68e4-01ef-4656-93cd-47c18708976f" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11944" + ], + "x-ms-correlation-request-id": [ + "fa264d12-0781-4e0a-b9cf-cbd3c0434b85" + ], + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200526T145218Z:fa264d12-0781-4e0a-b9cf-cbd3c0434b85" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Tue, 26 May 2020 14:52:18 GMT" + ], + "Content-Length": [ + "107" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"cf7a24fe-216e-4450-bd6c-bd5de19e92a3\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-05-26T14:02:53.69Z\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/ps7012/providers/Microsoft.Sql/locations/westcentralus/managedInstanceAzureAsyncOperation/cf7a24fe-216e-4450-bd6c-bd5de19e92a3?api-version=2018-06-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Jlc291cmNlR3JvdXBzL3BzNzAxMi9wcm92aWRlcnMvTWljcm9zb2Z0LlNxbC9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9tYW5hZ2VkSW5zdGFuY2VBenVyZUFzeW5jT3BlcmF0aW9uL2NmN2EyNGZlLTIxNmUtNDQ1MC1iZDZjLWJkNWRlMTllOTJhMz9hcGktdmVyc2lvbj0yMDE4LTA2LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.42.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "60" + ], + "x-ms-request-id": [ + "b1e06f2e-4423-49d7-a6df-705468812015" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11943" + ], + "x-ms-correlation-request-id": [ + "3dcad850-4154-4891-b32c-d6d1d453a1a8" + ], + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200526T145319Z:3dcad850-4154-4891-b32c-d6d1d453a1a8" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Tue, 26 May 2020 14:53:18 GMT" + ], + "Content-Length": [ + "107" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"cf7a24fe-216e-4450-bd6c-bd5de19e92a3\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-05-26T14:02:53.69Z\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/ps7012/providers/Microsoft.Sql/locations/westcentralus/managedInstanceAzureAsyncOperation/cf7a24fe-216e-4450-bd6c-bd5de19e92a3?api-version=2018-06-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Jlc291cmNlR3JvdXBzL3BzNzAxMi9wcm92aWRlcnMvTWljcm9zb2Z0LlNxbC9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9tYW5hZ2VkSW5zdGFuY2VBenVyZUFzeW5jT3BlcmF0aW9uL2NmN2EyNGZlLTIxNmUtNDQ1MC1iZDZjLWJkNWRlMTllOTJhMz9hcGktdmVyc2lvbj0yMDE4LTA2LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.42.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "60" + ], + "x-ms-request-id": [ + "38d811f0-f2bc-4d3d-bced-93fd0a758d96" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11942" + ], + "x-ms-correlation-request-id": [ + "41450795-2fbe-4ed0-814a-f5484defaf7a" + ], + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200526T145419Z:41450795-2fbe-4ed0-814a-f5484defaf7a" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Tue, 26 May 2020 14:54:18 GMT" + ], + "Content-Length": [ + "107" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"cf7a24fe-216e-4450-bd6c-bd5de19e92a3\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-05-26T14:02:53.69Z\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/ps7012/providers/Microsoft.Sql/locations/westcentralus/managedInstanceAzureAsyncOperation/cf7a24fe-216e-4450-bd6c-bd5de19e92a3?api-version=2018-06-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Jlc291cmNlR3JvdXBzL3BzNzAxMi9wcm92aWRlcnMvTWljcm9zb2Z0LlNxbC9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9tYW5hZ2VkSW5zdGFuY2VBenVyZUFzeW5jT3BlcmF0aW9uL2NmN2EyNGZlLTIxNmUtNDQ1MC1iZDZjLWJkNWRlMTllOTJhMz9hcGktdmVyc2lvbj0yMDE4LTA2LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.42.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "60" + ], + "x-ms-request-id": [ + "aa869ed7-14bb-4541-a3e8-0144a43254ed" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11941" + ], + "x-ms-correlation-request-id": [ + "4b96767d-b1f3-4c15-9a67-8b89b9994bce" + ], + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200526T145519Z:4b96767d-b1f3-4c15-9a67-8b89b9994bce" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Tue, 26 May 2020 14:55:19 GMT" + ], + "Content-Length": [ + "107" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"cf7a24fe-216e-4450-bd6c-bd5de19e92a3\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-05-26T14:02:53.69Z\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/ps7012/providers/Microsoft.Sql/locations/westcentralus/managedInstanceAzureAsyncOperation/cf7a24fe-216e-4450-bd6c-bd5de19e92a3?api-version=2018-06-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Jlc291cmNlR3JvdXBzL3BzNzAxMi9wcm92aWRlcnMvTWljcm9zb2Z0LlNxbC9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9tYW5hZ2VkSW5zdGFuY2VBenVyZUFzeW5jT3BlcmF0aW9uL2NmN2EyNGZlLTIxNmUtNDQ1MC1iZDZjLWJkNWRlMTllOTJhMz9hcGktdmVyc2lvbj0yMDE4LTA2LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.42.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "60" + ], + "x-ms-request-id": [ + "3636b337-6861-4718-9df2-db8db56e0114" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11940" + ], + "x-ms-correlation-request-id": [ + "8d231b16-f39f-4a1d-80a4-c9d45cd1eaca" + ], + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200526T145620Z:8d231b16-f39f-4a1d-80a4-c9d45cd1eaca" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Tue, 26 May 2020 14:56:20 GMT" + ], + "Content-Length": [ + "107" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"cf7a24fe-216e-4450-bd6c-bd5de19e92a3\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-05-26T14:02:53.69Z\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/ps7012/providers/Microsoft.Sql/locations/westcentralus/managedInstanceAzureAsyncOperation/cf7a24fe-216e-4450-bd6c-bd5de19e92a3?api-version=2018-06-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Jlc291cmNlR3JvdXBzL3BzNzAxMi9wcm92aWRlcnMvTWljcm9zb2Z0LlNxbC9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9tYW5hZ2VkSW5zdGFuY2VBenVyZUFzeW5jT3BlcmF0aW9uL2NmN2EyNGZlLTIxNmUtNDQ1MC1iZDZjLWJkNWRlMTllOTJhMz9hcGktdmVyc2lvbj0yMDE4LTA2LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.42.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "60" + ], + "x-ms-request-id": [ + "facf5155-cc29-4a16-abd7-35c9b7878ab5" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11939" + ], + "x-ms-correlation-request-id": [ + "f3b9581b-61c0-47ea-a761-8c66f707d591" + ], + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200526T145720Z:f3b9581b-61c0-47ea-a761-8c66f707d591" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Tue, 26 May 2020 14:57:20 GMT" + ], + "Content-Length": [ + "107" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"cf7a24fe-216e-4450-bd6c-bd5de19e92a3\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-05-26T14:02:53.69Z\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/ps7012/providers/Microsoft.Sql/locations/westcentralus/managedInstanceAzureAsyncOperation/cf7a24fe-216e-4450-bd6c-bd5de19e92a3?api-version=2018-06-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Jlc291cmNlR3JvdXBzL3BzNzAxMi9wcm92aWRlcnMvTWljcm9zb2Z0LlNxbC9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9tYW5hZ2VkSW5zdGFuY2VBenVyZUFzeW5jT3BlcmF0aW9uL2NmN2EyNGZlLTIxNmUtNDQ1MC1iZDZjLWJkNWRlMTllOTJhMz9hcGktdmVyc2lvbj0yMDE4LTA2LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.42.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "60" + ], + "x-ms-request-id": [ + "467f1cad-8f58-4f87-9ed4-38b7a31f2653" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11938" + ], + "x-ms-correlation-request-id": [ + "62b4186f-84b8-475b-8d68-bd949df5e84d" + ], + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200526T145821Z:62b4186f-84b8-475b-8d68-bd949df5e84d" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Tue, 26 May 2020 14:58:20 GMT" + ], + "Content-Length": [ + "107" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"cf7a24fe-216e-4450-bd6c-bd5de19e92a3\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-05-26T14:02:53.69Z\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/ps7012/providers/Microsoft.Sql/locations/westcentralus/managedInstanceAzureAsyncOperation/cf7a24fe-216e-4450-bd6c-bd5de19e92a3?api-version=2018-06-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Jlc291cmNlR3JvdXBzL3BzNzAxMi9wcm92aWRlcnMvTWljcm9zb2Z0LlNxbC9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9tYW5hZ2VkSW5zdGFuY2VBenVyZUFzeW5jT3BlcmF0aW9uL2NmN2EyNGZlLTIxNmUtNDQ1MC1iZDZjLWJkNWRlMTllOTJhMz9hcGktdmVyc2lvbj0yMDE4LTA2LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.42.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "60" + ], + "x-ms-request-id": [ + "c4babf15-eb23-4d8c-b160-42e85fcf0cd6" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11937" + ], + "x-ms-correlation-request-id": [ + "2cf39847-0e6b-4ec7-a6ce-ae5205187056" + ], + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200526T145921Z:2cf39847-0e6b-4ec7-a6ce-ae5205187056" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Tue, 26 May 2020 14:59:21 GMT" + ], + "Content-Length": [ + "107" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"cf7a24fe-216e-4450-bd6c-bd5de19e92a3\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-05-26T14:02:53.69Z\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/ps7012/providers/Microsoft.Sql/locations/westcentralus/managedInstanceAzureAsyncOperation/cf7a24fe-216e-4450-bd6c-bd5de19e92a3?api-version=2018-06-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Jlc291cmNlR3JvdXBzL3BzNzAxMi9wcm92aWRlcnMvTWljcm9zb2Z0LlNxbC9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9tYW5hZ2VkSW5zdGFuY2VBenVyZUFzeW5jT3BlcmF0aW9uL2NmN2EyNGZlLTIxNmUtNDQ1MC1iZDZjLWJkNWRlMTllOTJhMz9hcGktdmVyc2lvbj0yMDE4LTA2LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.42.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "60" + ], + "x-ms-request-id": [ + "7f498fb0-8bc6-48dc-95a4-68ad9d57899f" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11937" + ], + "x-ms-correlation-request-id": [ + "21ffac6d-3c58-4a36-833f-375ff3a1c0c6" + ], + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200526T150022Z:21ffac6d-3c58-4a36-833f-375ff3a1c0c6" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Tue, 26 May 2020 15:00:21 GMT" + ], + "Content-Length": [ + "107" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"cf7a24fe-216e-4450-bd6c-bd5de19e92a3\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-05-26T14:02:53.69Z\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/ps7012/providers/Microsoft.Sql/locations/westcentralus/managedInstanceAzureAsyncOperation/cf7a24fe-216e-4450-bd6c-bd5de19e92a3?api-version=2018-06-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Jlc291cmNlR3JvdXBzL3BzNzAxMi9wcm92aWRlcnMvTWljcm9zb2Z0LlNxbC9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9tYW5hZ2VkSW5zdGFuY2VBenVyZUFzeW5jT3BlcmF0aW9uL2NmN2EyNGZlLTIxNmUtNDQ1MC1iZDZjLWJkNWRlMTllOTJhMz9hcGktdmVyc2lvbj0yMDE4LTA2LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.42.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "60" + ], + "x-ms-request-id": [ + "44d94a01-ce5d-45b2-90db-44ea7d2a2ae3" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11936" + ], + "x-ms-correlation-request-id": [ + "86951b07-a519-4c6b-9ea3-7b195d5a5d96" + ], + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200526T150123Z:86951b07-a519-4c6b-9ea3-7b195d5a5d96" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Tue, 26 May 2020 15:01:22 GMT" + ], + "Content-Length": [ + "107" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"cf7a24fe-216e-4450-bd6c-bd5de19e92a3\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-05-26T14:02:53.69Z\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/ps7012/providers/Microsoft.Sql/locations/westcentralus/managedInstanceAzureAsyncOperation/cf7a24fe-216e-4450-bd6c-bd5de19e92a3?api-version=2018-06-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Jlc291cmNlR3JvdXBzL3BzNzAxMi9wcm92aWRlcnMvTWljcm9zb2Z0LlNxbC9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9tYW5hZ2VkSW5zdGFuY2VBenVyZUFzeW5jT3BlcmF0aW9uL2NmN2EyNGZlLTIxNmUtNDQ1MC1iZDZjLWJkNWRlMTllOTJhMz9hcGktdmVyc2lvbj0yMDE4LTA2LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.42.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "60" + ], + "x-ms-request-id": [ + "09af0ced-7058-4087-886f-911d8ccc0fc8" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11935" + ], + "x-ms-correlation-request-id": [ + "9df94015-54c5-44be-b5e3-d8d815df09f1" + ], + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200526T150223Z:9df94015-54c5-44be-b5e3-d8d815df09f1" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Tue, 26 May 2020 15:02:23 GMT" + ], + "Content-Length": [ + "107" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"cf7a24fe-216e-4450-bd6c-bd5de19e92a3\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-05-26T14:02:53.69Z\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/ps7012/providers/Microsoft.Sql/locations/westcentralus/managedInstanceAzureAsyncOperation/cf7a24fe-216e-4450-bd6c-bd5de19e92a3?api-version=2018-06-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Jlc291cmNlR3JvdXBzL3BzNzAxMi9wcm92aWRlcnMvTWljcm9zb2Z0LlNxbC9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9tYW5hZ2VkSW5zdGFuY2VBenVyZUFzeW5jT3BlcmF0aW9uL2NmN2EyNGZlLTIxNmUtNDQ1MC1iZDZjLWJkNWRlMTllOTJhMz9hcGktdmVyc2lvbj0yMDE4LTA2LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.42.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "60" + ], + "x-ms-request-id": [ + "665d0e01-9b86-49e7-8843-5e504b414312" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11934" + ], + "x-ms-correlation-request-id": [ + "f4e054f5-3d56-4886-8e59-5bbf3dc8bbd4" + ], + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200526T150323Z:f4e054f5-3d56-4886-8e59-5bbf3dc8bbd4" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Tue, 26 May 2020 15:03:23 GMT" + ], + "Content-Length": [ + "107" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"cf7a24fe-216e-4450-bd6c-bd5de19e92a3\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-05-26T14:02:53.69Z\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/ps7012/providers/Microsoft.Sql/locations/westcentralus/managedInstanceAzureAsyncOperation/cf7a24fe-216e-4450-bd6c-bd5de19e92a3?api-version=2018-06-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Jlc291cmNlR3JvdXBzL3BzNzAxMi9wcm92aWRlcnMvTWljcm9zb2Z0LlNxbC9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9tYW5hZ2VkSW5zdGFuY2VBenVyZUFzeW5jT3BlcmF0aW9uL2NmN2EyNGZlLTIxNmUtNDQ1MC1iZDZjLWJkNWRlMTllOTJhMz9hcGktdmVyc2lvbj0yMDE4LTA2LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.42.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "60" + ], + "x-ms-request-id": [ + "f4aa30ef-a79d-4739-ae72-e86fe869ce78" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11933" + ], + "x-ms-correlation-request-id": [ + "784424c8-4a61-4606-9ac4-cb311e1effcd" + ], + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200526T150424Z:784424c8-4a61-4606-9ac4-cb311e1effcd" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Tue, 26 May 2020 15:04:23 GMT" + ], + "Content-Length": [ + "107" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"cf7a24fe-216e-4450-bd6c-bd5de19e92a3\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-05-26T14:02:53.69Z\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/ps7012/providers/Microsoft.Sql/locations/westcentralus/managedInstanceAzureAsyncOperation/cf7a24fe-216e-4450-bd6c-bd5de19e92a3?api-version=2018-06-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Jlc291cmNlR3JvdXBzL3BzNzAxMi9wcm92aWRlcnMvTWljcm9zb2Z0LlNxbC9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9tYW5hZ2VkSW5zdGFuY2VBenVyZUFzeW5jT3BlcmF0aW9uL2NmN2EyNGZlLTIxNmUtNDQ1MC1iZDZjLWJkNWRlMTllOTJhMz9hcGktdmVyc2lvbj0yMDE4LTA2LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.42.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "60" + ], + "x-ms-request-id": [ + "0ce695ba-50e9-445b-98ed-041ddd082eb9" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11940" + ], + "x-ms-correlation-request-id": [ + "80b8534a-f35a-49c1-bc87-720faac8187d" + ], + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200526T150525Z:80b8534a-f35a-49c1-bc87-720faac8187d" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Tue, 26 May 2020 15:05:24 GMT" + ], + "Content-Length": [ + "107" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"cf7a24fe-216e-4450-bd6c-bd5de19e92a3\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-05-26T14:02:53.69Z\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/ps7012/providers/Microsoft.Sql/locations/westcentralus/managedInstanceAzureAsyncOperation/cf7a24fe-216e-4450-bd6c-bd5de19e92a3?api-version=2018-06-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Jlc291cmNlR3JvdXBzL3BzNzAxMi9wcm92aWRlcnMvTWljcm9zb2Z0LlNxbC9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9tYW5hZ2VkSW5zdGFuY2VBenVyZUFzeW5jT3BlcmF0aW9uL2NmN2EyNGZlLTIxNmUtNDQ1MC1iZDZjLWJkNWRlMTllOTJhMz9hcGktdmVyc2lvbj0yMDE4LTA2LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.42.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "60" + ], + "x-ms-request-id": [ + "d2ed722b-f803-40c1-9423-2e14dc550dc7" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11939" + ], + "x-ms-correlation-request-id": [ + "aff5185f-298d-47de-a243-209211b99d48" + ], + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200526T150625Z:aff5185f-298d-47de-a243-209211b99d48" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Tue, 26 May 2020 15:06:25 GMT" + ], + "Content-Length": [ + "107" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"cf7a24fe-216e-4450-bd6c-bd5de19e92a3\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-05-26T14:02:53.69Z\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/ps7012/providers/Microsoft.Sql/locations/westcentralus/managedInstanceAzureAsyncOperation/cf7a24fe-216e-4450-bd6c-bd5de19e92a3?api-version=2018-06-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Jlc291cmNlR3JvdXBzL3BzNzAxMi9wcm92aWRlcnMvTWljcm9zb2Z0LlNxbC9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9tYW5hZ2VkSW5zdGFuY2VBenVyZUFzeW5jT3BlcmF0aW9uL2NmN2EyNGZlLTIxNmUtNDQ1MC1iZDZjLWJkNWRlMTllOTJhMz9hcGktdmVyc2lvbj0yMDE4LTA2LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.42.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "60" + ], + "x-ms-request-id": [ + "07f2c499-6164-4f72-b30a-8cf67168aa64" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11938" + ], + "x-ms-correlation-request-id": [ + "f70f4f92-3312-4a80-8a91-cc9bb066a0ff" + ], + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200526T150726Z:f70f4f92-3312-4a80-8a91-cc9bb066a0ff" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Tue, 26 May 2020 15:07:25 GMT" + ], + "Content-Length": [ + "107" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"cf7a24fe-216e-4450-bd6c-bd5de19e92a3\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-05-26T14:02:53.69Z\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/ps7012/providers/Microsoft.Sql/locations/westcentralus/managedInstanceAzureAsyncOperation/cf7a24fe-216e-4450-bd6c-bd5de19e92a3?api-version=2018-06-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Jlc291cmNlR3JvdXBzL3BzNzAxMi9wcm92aWRlcnMvTWljcm9zb2Z0LlNxbC9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9tYW5hZ2VkSW5zdGFuY2VBenVyZUFzeW5jT3BlcmF0aW9uL2NmN2EyNGZlLTIxNmUtNDQ1MC1iZDZjLWJkNWRlMTllOTJhMz9hcGktdmVyc2lvbj0yMDE4LTA2LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.42.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "60" + ], + "x-ms-request-id": [ + "17f755d5-1890-4c4d-b17c-93bbefc88b17" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11937" + ], + "x-ms-correlation-request-id": [ + "c6c62fba-f7ab-4fe7-ad28-eea0544e0326" + ], + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200526T150826Z:c6c62fba-f7ab-4fe7-ad28-eea0544e0326" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Tue, 26 May 2020 15:08:26 GMT" + ], + "Content-Length": [ + "107" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"cf7a24fe-216e-4450-bd6c-bd5de19e92a3\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-05-26T14:02:53.69Z\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/ps7012/providers/Microsoft.Sql/locations/westcentralus/managedInstanceAzureAsyncOperation/cf7a24fe-216e-4450-bd6c-bd5de19e92a3?api-version=2018-06-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Jlc291cmNlR3JvdXBzL3BzNzAxMi9wcm92aWRlcnMvTWljcm9zb2Z0LlNxbC9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9tYW5hZ2VkSW5zdGFuY2VBenVyZUFzeW5jT3BlcmF0aW9uL2NmN2EyNGZlLTIxNmUtNDQ1MC1iZDZjLWJkNWRlMTllOTJhMz9hcGktdmVyc2lvbj0yMDE4LTA2LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.42.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "60" + ], + "x-ms-request-id": [ + "d1ee3c5d-5c81-4f94-a07a-f5192e9d54ac" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11936" + ], + "x-ms-correlation-request-id": [ + "89fa5194-9ba1-442b-a33b-1623037ba382" + ], + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200526T150927Z:89fa5194-9ba1-442b-a33b-1623037ba382" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Tue, 26 May 2020 15:09:26 GMT" + ], + "Content-Length": [ + "107" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"cf7a24fe-216e-4450-bd6c-bd5de19e92a3\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-05-26T14:02:53.69Z\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/ps7012/providers/Microsoft.Sql/locations/westcentralus/managedInstanceAzureAsyncOperation/cf7a24fe-216e-4450-bd6c-bd5de19e92a3?api-version=2018-06-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Jlc291cmNlR3JvdXBzL3BzNzAxMi9wcm92aWRlcnMvTWljcm9zb2Z0LlNxbC9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9tYW5hZ2VkSW5zdGFuY2VBenVyZUFzeW5jT3BlcmF0aW9uL2NmN2EyNGZlLTIxNmUtNDQ1MC1iZDZjLWJkNWRlMTllOTJhMz9hcGktdmVyc2lvbj0yMDE4LTA2LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.42.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "60" + ], + "x-ms-request-id": [ + "57246f03-e184-4c68-98bd-42f26a647cb0" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11940" + ], + "x-ms-correlation-request-id": [ + "bb39d9e2-7985-41b6-ba03-91a543305102" + ], + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200526T151027Z:bb39d9e2-7985-41b6-ba03-91a543305102" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Tue, 26 May 2020 15:10:26 GMT" + ], + "Content-Length": [ + "107" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"cf7a24fe-216e-4450-bd6c-bd5de19e92a3\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-05-26T14:02:53.69Z\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/ps7012/providers/Microsoft.Sql/locations/westcentralus/managedInstanceAzureAsyncOperation/cf7a24fe-216e-4450-bd6c-bd5de19e92a3?api-version=2018-06-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Jlc291cmNlR3JvdXBzL3BzNzAxMi9wcm92aWRlcnMvTWljcm9zb2Z0LlNxbC9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9tYW5hZ2VkSW5zdGFuY2VBenVyZUFzeW5jT3BlcmF0aW9uL2NmN2EyNGZlLTIxNmUtNDQ1MC1iZDZjLWJkNWRlMTllOTJhMz9hcGktdmVyc2lvbj0yMDE4LTA2LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.42.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "60" + ], + "x-ms-request-id": [ + "ff7809fb-2935-4e02-8110-eea68fec2502" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11939" + ], + "x-ms-correlation-request-id": [ + "d0dc8c0d-518e-4817-b83c-cb5d415ffcaa" + ], + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200526T151128Z:d0dc8c0d-518e-4817-b83c-cb5d415ffcaa" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Tue, 26 May 2020 15:11:27 GMT" + ], + "Content-Length": [ + "107" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"cf7a24fe-216e-4450-bd6c-bd5de19e92a3\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-05-26T14:02:53.69Z\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/ps7012/providers/Microsoft.Sql/locations/westcentralus/managedInstanceAzureAsyncOperation/cf7a24fe-216e-4450-bd6c-bd5de19e92a3?api-version=2018-06-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Jlc291cmNlR3JvdXBzL3BzNzAxMi9wcm92aWRlcnMvTWljcm9zb2Z0LlNxbC9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9tYW5hZ2VkSW5zdGFuY2VBenVyZUFzeW5jT3BlcmF0aW9uL2NmN2EyNGZlLTIxNmUtNDQ1MC1iZDZjLWJkNWRlMTllOTJhMz9hcGktdmVyc2lvbj0yMDE4LTA2LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.42.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "60" + ], + "x-ms-request-id": [ + "01af837f-2be2-4b4a-8e50-a3f0ba0779ce" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11938" + ], + "x-ms-correlation-request-id": [ + "a9c05485-54ac-40a4-918d-b335d36a051d" + ], + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200526T151228Z:a9c05485-54ac-40a4-918d-b335d36a051d" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Tue, 26 May 2020 15:12:28 GMT" + ], + "Content-Length": [ + "107" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"cf7a24fe-216e-4450-bd6c-bd5de19e92a3\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-05-26T14:02:53.69Z\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/ps7012/providers/Microsoft.Sql/locations/westcentralus/managedInstanceAzureAsyncOperation/cf7a24fe-216e-4450-bd6c-bd5de19e92a3?api-version=2018-06-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Jlc291cmNlR3JvdXBzL3BzNzAxMi9wcm92aWRlcnMvTWljcm9zb2Z0LlNxbC9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9tYW5hZ2VkSW5zdGFuY2VBenVyZUFzeW5jT3BlcmF0aW9uL2NmN2EyNGZlLTIxNmUtNDQ1MC1iZDZjLWJkNWRlMTllOTJhMz9hcGktdmVyc2lvbj0yMDE4LTA2LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.42.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "60" + ], + "x-ms-request-id": [ + "b6e74076-5484-4d82-8695-f08a5751dda0" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11937" + ], + "x-ms-correlation-request-id": [ + "f1068105-2bdd-4585-81b1-f0e500515ae6" + ], + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200526T151329Z:f1068105-2bdd-4585-81b1-f0e500515ae6" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Tue, 26 May 2020 15:13:29 GMT" + ], + "Content-Length": [ + "107" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"cf7a24fe-216e-4450-bd6c-bd5de19e92a3\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-05-26T14:02:53.69Z\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/ps7012/providers/Microsoft.Sql/locations/westcentralus/managedInstanceAzureAsyncOperation/cf7a24fe-216e-4450-bd6c-bd5de19e92a3?api-version=2018-06-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Jlc291cmNlR3JvdXBzL3BzNzAxMi9wcm92aWRlcnMvTWljcm9zb2Z0LlNxbC9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9tYW5hZ2VkSW5zdGFuY2VBenVyZUFzeW5jT3BlcmF0aW9uL2NmN2EyNGZlLTIxNmUtNDQ1MC1iZDZjLWJkNWRlMTllOTJhMz9hcGktdmVyc2lvbj0yMDE4LTA2LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.42.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "60" + ], + "x-ms-request-id": [ + "1b9dba3c-45d5-4f83-b7c5-5afbdb825476" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11936" + ], + "x-ms-correlation-request-id": [ + "6171d33a-8e9f-4a70-8ecc-f74b55e9cf75" + ], + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200526T151429Z:6171d33a-8e9f-4a70-8ecc-f74b55e9cf75" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Tue, 26 May 2020 15:14:29 GMT" + ], + "Content-Length": [ + "107" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"cf7a24fe-216e-4450-bd6c-bd5de19e92a3\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-05-26T14:02:53.69Z\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/ps7012/providers/Microsoft.Sql/locations/westcentralus/managedInstanceAzureAsyncOperation/cf7a24fe-216e-4450-bd6c-bd5de19e92a3?api-version=2018-06-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Jlc291cmNlR3JvdXBzL3BzNzAxMi9wcm92aWRlcnMvTWljcm9zb2Z0LlNxbC9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9tYW5hZ2VkSW5zdGFuY2VBenVyZUFzeW5jT3BlcmF0aW9uL2NmN2EyNGZlLTIxNmUtNDQ1MC1iZDZjLWJkNWRlMTllOTJhMz9hcGktdmVyc2lvbj0yMDE4LTA2LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.42.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "60" + ], + "x-ms-request-id": [ + "1dbd196c-294a-4763-84ed-58e1106a9e5d" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11940" + ], + "x-ms-correlation-request-id": [ + "5b9e0813-0617-4978-9907-2734fcd1b315" + ], + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200526T151530Z:5b9e0813-0617-4978-9907-2734fcd1b315" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Tue, 26 May 2020 15:15:29 GMT" + ], + "Content-Length": [ + "107" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"cf7a24fe-216e-4450-bd6c-bd5de19e92a3\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-05-26T14:02:53.69Z\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/ps7012/providers/Microsoft.Sql/locations/westcentralus/managedInstanceAzureAsyncOperation/cf7a24fe-216e-4450-bd6c-bd5de19e92a3?api-version=2018-06-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Jlc291cmNlR3JvdXBzL3BzNzAxMi9wcm92aWRlcnMvTWljcm9zb2Z0LlNxbC9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9tYW5hZ2VkSW5zdGFuY2VBenVyZUFzeW5jT3BlcmF0aW9uL2NmN2EyNGZlLTIxNmUtNDQ1MC1iZDZjLWJkNWRlMTllOTJhMz9hcGktdmVyc2lvbj0yMDE4LTA2LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.42.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "60" + ], + "x-ms-request-id": [ + "3e9a8f78-373e-427f-9ede-93ac26344dee" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11939" + ], + "x-ms-correlation-request-id": [ + "70753e24-e2a8-4daf-afa7-62dd27de4cc8" + ], + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200526T151630Z:70753e24-e2a8-4daf-afa7-62dd27de4cc8" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Tue, 26 May 2020 15:16:30 GMT" + ], + "Content-Length": [ + "107" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"cf7a24fe-216e-4450-bd6c-bd5de19e92a3\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-05-26T14:02:53.69Z\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/ps7012/providers/Microsoft.Sql/locations/westcentralus/managedInstanceAzureAsyncOperation/cf7a24fe-216e-4450-bd6c-bd5de19e92a3?api-version=2018-06-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Jlc291cmNlR3JvdXBzL3BzNzAxMi9wcm92aWRlcnMvTWljcm9zb2Z0LlNxbC9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9tYW5hZ2VkSW5zdGFuY2VBenVyZUFzeW5jT3BlcmF0aW9uL2NmN2EyNGZlLTIxNmUtNDQ1MC1iZDZjLWJkNWRlMTllOTJhMz9hcGktdmVyc2lvbj0yMDE4LTA2LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.42.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "60" + ], + "x-ms-request-id": [ + "a063032e-7093-47a7-83da-a39ac4a1bacb" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11938" + ], + "x-ms-correlation-request-id": [ + "6a090771-0376-4c37-ad8c-4d808957d8a1" + ], + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200526T151731Z:6a090771-0376-4c37-ad8c-4d808957d8a1" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Tue, 26 May 2020 15:17:31 GMT" + ], + "Content-Length": [ + "107" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"cf7a24fe-216e-4450-bd6c-bd5de19e92a3\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-05-26T14:02:53.69Z\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/ps7012/providers/Microsoft.Sql/locations/westcentralus/managedInstanceAzureAsyncOperation/cf7a24fe-216e-4450-bd6c-bd5de19e92a3?api-version=2018-06-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Jlc291cmNlR3JvdXBzL3BzNzAxMi9wcm92aWRlcnMvTWljcm9zb2Z0LlNxbC9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9tYW5hZ2VkSW5zdGFuY2VBenVyZUFzeW5jT3BlcmF0aW9uL2NmN2EyNGZlLTIxNmUtNDQ1MC1iZDZjLWJkNWRlMTllOTJhMz9hcGktdmVyc2lvbj0yMDE4LTA2LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.42.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "60" + ], + "x-ms-request-id": [ + "552ebef9-cc64-42b5-8082-7808d99b4749" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11937" + ], + "x-ms-correlation-request-id": [ + "a5d2706a-a83d-4c10-a5c6-b3b2cd9a9ea4" + ], + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200526T151831Z:a5d2706a-a83d-4c10-a5c6-b3b2cd9a9ea4" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Tue, 26 May 2020 15:18:31 GMT" + ], + "Content-Length": [ + "107" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"cf7a24fe-216e-4450-bd6c-bd5de19e92a3\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-05-26T14:02:53.69Z\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/ps7012/providers/Microsoft.Sql/locations/westcentralus/managedInstanceAzureAsyncOperation/cf7a24fe-216e-4450-bd6c-bd5de19e92a3?api-version=2018-06-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Jlc291cmNlR3JvdXBzL3BzNzAxMi9wcm92aWRlcnMvTWljcm9zb2Z0LlNxbC9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9tYW5hZ2VkSW5zdGFuY2VBenVyZUFzeW5jT3BlcmF0aW9uL2NmN2EyNGZlLTIxNmUtNDQ1MC1iZDZjLWJkNWRlMTllOTJhMz9hcGktdmVyc2lvbj0yMDE4LTA2LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.42.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "60" + ], + "x-ms-request-id": [ + "86002ba6-fbfb-4b6d-9b43-1c147741cf0e" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11936" + ], + "x-ms-correlation-request-id": [ + "1d470ec0-9db0-405d-a8aa-d5f001d2d783" + ], + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200526T151932Z:1d470ec0-9db0-405d-a8aa-d5f001d2d783" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Tue, 26 May 2020 15:19:32 GMT" + ], + "Content-Length": [ + "107" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"cf7a24fe-216e-4450-bd6c-bd5de19e92a3\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-05-26T14:02:53.69Z\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/ps7012/providers/Microsoft.Sql/locations/westcentralus/managedInstanceAzureAsyncOperation/cf7a24fe-216e-4450-bd6c-bd5de19e92a3?api-version=2018-06-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Jlc291cmNlR3JvdXBzL3BzNzAxMi9wcm92aWRlcnMvTWljcm9zb2Z0LlNxbC9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9tYW5hZ2VkSW5zdGFuY2VBenVyZUFzeW5jT3BlcmF0aW9uL2NmN2EyNGZlLTIxNmUtNDQ1MC1iZDZjLWJkNWRlMTllOTJhMz9hcGktdmVyc2lvbj0yMDE4LTA2LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.42.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "60" + ], + "x-ms-request-id": [ + "a6f91a4c-544d-428a-b5f4-80f1f50ed1cc" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11939" + ], + "x-ms-correlation-request-id": [ + "ff274d4e-dc47-4db7-8c9c-7e1388f5b36d" + ], + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200526T152032Z:ff274d4e-dc47-4db7-8c9c-7e1388f5b36d" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Tue, 26 May 2020 15:20:32 GMT" + ], + "Content-Length": [ + "107" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"cf7a24fe-216e-4450-bd6c-bd5de19e92a3\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-05-26T14:02:53.69Z\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/ps7012/providers/Microsoft.Sql/locations/westcentralus/managedInstanceAzureAsyncOperation/cf7a24fe-216e-4450-bd6c-bd5de19e92a3?api-version=2018-06-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Jlc291cmNlR3JvdXBzL3BzNzAxMi9wcm92aWRlcnMvTWljcm9zb2Z0LlNxbC9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9tYW5hZ2VkSW5zdGFuY2VBenVyZUFzeW5jT3BlcmF0aW9uL2NmN2EyNGZlLTIxNmUtNDQ1MC1iZDZjLWJkNWRlMTllOTJhMz9hcGktdmVyc2lvbj0yMDE4LTA2LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.42.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "60" + ], + "x-ms-request-id": [ + "9cbcca32-97e5-4a92-9e18-4a8ad9290cd8" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11938" + ], + "x-ms-correlation-request-id": [ + "7dd5c960-58ef-4104-91b2-8f3756eec82f" + ], + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200526T152133Z:7dd5c960-58ef-4104-91b2-8f3756eec82f" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Tue, 26 May 2020 15:21:32 GMT" + ], + "Content-Length": [ + "107" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"cf7a24fe-216e-4450-bd6c-bd5de19e92a3\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-05-26T14:02:53.69Z\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/ps7012/providers/Microsoft.Sql/locations/westcentralus/managedInstanceAzureAsyncOperation/cf7a24fe-216e-4450-bd6c-bd5de19e92a3?api-version=2018-06-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Jlc291cmNlR3JvdXBzL3BzNzAxMi9wcm92aWRlcnMvTWljcm9zb2Z0LlNxbC9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9tYW5hZ2VkSW5zdGFuY2VBenVyZUFzeW5jT3BlcmF0aW9uL2NmN2EyNGZlLTIxNmUtNDQ1MC1iZDZjLWJkNWRlMTllOTJhMz9hcGktdmVyc2lvbj0yMDE4LTA2LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.42.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "60" + ], + "x-ms-request-id": [ + "e46e614f-06f5-431c-a45f-15c483cca0d2" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11937" + ], + "x-ms-correlation-request-id": [ + "1d11a672-0db3-40fd-9df8-5cc47add4af4" + ], + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200526T152233Z:1d11a672-0db3-40fd-9df8-5cc47add4af4" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Tue, 26 May 2020 15:22:33 GMT" + ], + "Content-Length": [ + "107" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"cf7a24fe-216e-4450-bd6c-bd5de19e92a3\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-05-26T14:02:53.69Z\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/ps7012/providers/Microsoft.Sql/locations/westcentralus/managedInstanceAzureAsyncOperation/cf7a24fe-216e-4450-bd6c-bd5de19e92a3?api-version=2018-06-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Jlc291cmNlR3JvdXBzL3BzNzAxMi9wcm92aWRlcnMvTWljcm9zb2Z0LlNxbC9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9tYW5hZ2VkSW5zdGFuY2VBenVyZUFzeW5jT3BlcmF0aW9uL2NmN2EyNGZlLTIxNmUtNDQ1MC1iZDZjLWJkNWRlMTllOTJhMz9hcGktdmVyc2lvbj0yMDE4LTA2LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.42.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "60" + ], + "x-ms-request-id": [ + "c212a8a2-adfe-400b-a872-151705599326" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11936" + ], + "x-ms-correlation-request-id": [ + "8c3349c1-68ee-46e1-abdb-4e9f362d6291" + ], + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200526T152334Z:8c3349c1-68ee-46e1-abdb-4e9f362d6291" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Tue, 26 May 2020 15:23:33 GMT" + ], + "Content-Length": [ + "107" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"cf7a24fe-216e-4450-bd6c-bd5de19e92a3\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-05-26T14:02:53.69Z\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/ps7012/providers/Microsoft.Sql/locations/westcentralus/managedInstanceAzureAsyncOperation/cf7a24fe-216e-4450-bd6c-bd5de19e92a3?api-version=2018-06-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Jlc291cmNlR3JvdXBzL3BzNzAxMi9wcm92aWRlcnMvTWljcm9zb2Z0LlNxbC9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9tYW5hZ2VkSW5zdGFuY2VBenVyZUFzeW5jT3BlcmF0aW9uL2NmN2EyNGZlLTIxNmUtNDQ1MC1iZDZjLWJkNWRlMTllOTJhMz9hcGktdmVyc2lvbj0yMDE4LTA2LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.42.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "60" + ], + "x-ms-request-id": [ + "efbb4ad9-74a8-4f9a-9a3f-eb3b6dfdfe5e" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11935" + ], + "x-ms-correlation-request-id": [ + "3cd11897-e1a1-46d2-8042-c48ad07ec13f" + ], + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200526T152434Z:3cd11897-e1a1-46d2-8042-c48ad07ec13f" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Tue, 26 May 2020 15:24:34 GMT" + ], + "Content-Length": [ + "107" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"cf7a24fe-216e-4450-bd6c-bd5de19e92a3\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-05-26T14:02:53.69Z\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/ps7012/providers/Microsoft.Sql/locations/westcentralus/managedInstanceAzureAsyncOperation/cf7a24fe-216e-4450-bd6c-bd5de19e92a3?api-version=2018-06-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Jlc291cmNlR3JvdXBzL3BzNzAxMi9wcm92aWRlcnMvTWljcm9zb2Z0LlNxbC9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9tYW5hZ2VkSW5zdGFuY2VBenVyZUFzeW5jT3BlcmF0aW9uL2NmN2EyNGZlLTIxNmUtNDQ1MC1iZDZjLWJkNWRlMTllOTJhMz9hcGktdmVyc2lvbj0yMDE4LTA2LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.42.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "60" + ], + "x-ms-request-id": [ + "8fbb08cd-fae5-4a74-abc6-40991a6fabb7" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11939" + ], + "x-ms-correlation-request-id": [ + "a0b019a1-20c0-4688-b2f9-2470e41b4e15" + ], + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200526T152535Z:a0b019a1-20c0-4688-b2f9-2470e41b4e15" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Tue, 26 May 2020 15:25:34 GMT" + ], + "Content-Length": [ + "107" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"cf7a24fe-216e-4450-bd6c-bd5de19e92a3\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-05-26T14:02:53.69Z\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/ps7012/providers/Microsoft.Sql/locations/westcentralus/managedInstanceAzureAsyncOperation/cf7a24fe-216e-4450-bd6c-bd5de19e92a3?api-version=2018-06-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Jlc291cmNlR3JvdXBzL3BzNzAxMi9wcm92aWRlcnMvTWljcm9zb2Z0LlNxbC9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9tYW5hZ2VkSW5zdGFuY2VBenVyZUFzeW5jT3BlcmF0aW9uL2NmN2EyNGZlLTIxNmUtNDQ1MC1iZDZjLWJkNWRlMTllOTJhMz9hcGktdmVyc2lvbj0yMDE4LTA2LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.42.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "60" + ], + "x-ms-request-id": [ + "ff25d6f4-9503-4b0f-b464-1f4b0a5831c1" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11938" + ], + "x-ms-correlation-request-id": [ + "01dcf3e7-99a7-45b1-8386-96983396e979" + ], + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200526T152635Z:01dcf3e7-99a7-45b1-8386-96983396e979" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Tue, 26 May 2020 15:26:35 GMT" + ], + "Content-Length": [ + "107" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"cf7a24fe-216e-4450-bd6c-bd5de19e92a3\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-05-26T14:02:53.69Z\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/ps7012/providers/Microsoft.Sql/locations/westcentralus/managedInstanceAzureAsyncOperation/cf7a24fe-216e-4450-bd6c-bd5de19e92a3?api-version=2018-06-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Jlc291cmNlR3JvdXBzL3BzNzAxMi9wcm92aWRlcnMvTWljcm9zb2Z0LlNxbC9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9tYW5hZ2VkSW5zdGFuY2VBenVyZUFzeW5jT3BlcmF0aW9uL2NmN2EyNGZlLTIxNmUtNDQ1MC1iZDZjLWJkNWRlMTllOTJhMz9hcGktdmVyc2lvbj0yMDE4LTA2LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.42.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "60" + ], + "x-ms-request-id": [ + "a772aa1e-5fed-4383-bf01-7e316770c9cf" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11937" + ], + "x-ms-correlation-request-id": [ + "24ae78f9-998a-48d6-9531-214602eea518" + ], + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200526T152736Z:24ae78f9-998a-48d6-9531-214602eea518" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Tue, 26 May 2020 15:27:35 GMT" + ], + "Content-Length": [ + "107" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"cf7a24fe-216e-4450-bd6c-bd5de19e92a3\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-05-26T14:02:53.69Z\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/ps7012/providers/Microsoft.Sql/locations/westcentralus/managedInstanceAzureAsyncOperation/cf7a24fe-216e-4450-bd6c-bd5de19e92a3?api-version=2018-06-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Jlc291cmNlR3JvdXBzL3BzNzAxMi9wcm92aWRlcnMvTWljcm9zb2Z0LlNxbC9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9tYW5hZ2VkSW5zdGFuY2VBenVyZUFzeW5jT3BlcmF0aW9uL2NmN2EyNGZlLTIxNmUtNDQ1MC1iZDZjLWJkNWRlMTllOTJhMz9hcGktdmVyc2lvbj0yMDE4LTA2LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.42.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "60" + ], + "x-ms-request-id": [ + "2b34d68f-4b31-4e04-94a5-dc6544bc3f98" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11936" + ], + "x-ms-correlation-request-id": [ + "c58a2e1d-a04f-46fc-9b68-cc09023b581c" + ], + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200526T152837Z:c58a2e1d-a04f-46fc-9b68-cc09023b581c" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Tue, 26 May 2020 15:28:36 GMT" + ], + "Content-Length": [ + "107" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"cf7a24fe-216e-4450-bd6c-bd5de19e92a3\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-05-26T14:02:53.69Z\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/ps7012/providers/Microsoft.Sql/locations/westcentralus/managedInstanceAzureAsyncOperation/cf7a24fe-216e-4450-bd6c-bd5de19e92a3?api-version=2018-06-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Jlc291cmNlR3JvdXBzL3BzNzAxMi9wcm92aWRlcnMvTWljcm9zb2Z0LlNxbC9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9tYW5hZ2VkSW5zdGFuY2VBenVyZUFzeW5jT3BlcmF0aW9uL2NmN2EyNGZlLTIxNmUtNDQ1MC1iZDZjLWJkNWRlMTllOTJhMz9hcGktdmVyc2lvbj0yMDE4LTA2LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.42.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "60" + ], + "x-ms-request-id": [ + "1254e5de-3b4a-4878-95a7-32d80b8f0e0e" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11935" + ], + "x-ms-correlation-request-id": [ + "6dd2648e-b1a0-4401-b253-af93310a5ea6" + ], + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200526T152937Z:6dd2648e-b1a0-4401-b253-af93310a5ea6" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Tue, 26 May 2020 15:29:36 GMT" + ], + "Content-Length": [ + "107" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"cf7a24fe-216e-4450-bd6c-bd5de19e92a3\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-05-26T14:02:53.69Z\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/ps7012/providers/Microsoft.Sql/locations/westcentralus/managedInstanceAzureAsyncOperation/cf7a24fe-216e-4450-bd6c-bd5de19e92a3?api-version=2018-06-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Jlc291cmNlR3JvdXBzL3BzNzAxMi9wcm92aWRlcnMvTWljcm9zb2Z0LlNxbC9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9tYW5hZ2VkSW5zdGFuY2VBenVyZUFzeW5jT3BlcmF0aW9uL2NmN2EyNGZlLTIxNmUtNDQ1MC1iZDZjLWJkNWRlMTllOTJhMz9hcGktdmVyc2lvbj0yMDE4LTA2LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.42.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "60" + ], + "x-ms-request-id": [ + "46b64fa9-a6ce-4c88-87f9-11bad60cb4e4" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11939" + ], + "x-ms-correlation-request-id": [ + "7f4be3c9-02a8-49a8-9d0e-349fc7c9f6f8" + ], + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200526T153038Z:7f4be3c9-02a8-49a8-9d0e-349fc7c9f6f8" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Tue, 26 May 2020 15:30:37 GMT" + ], + "Content-Length": [ + "107" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"cf7a24fe-216e-4450-bd6c-bd5de19e92a3\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-05-26T14:02:53.69Z\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/ps7012/providers/Microsoft.Sql/locations/westcentralus/managedInstanceAzureAsyncOperation/cf7a24fe-216e-4450-bd6c-bd5de19e92a3?api-version=2018-06-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Jlc291cmNlR3JvdXBzL3BzNzAxMi9wcm92aWRlcnMvTWljcm9zb2Z0LlNxbC9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9tYW5hZ2VkSW5zdGFuY2VBenVyZUFzeW5jT3BlcmF0aW9uL2NmN2EyNGZlLTIxNmUtNDQ1MC1iZDZjLWJkNWRlMTllOTJhMz9hcGktdmVyc2lvbj0yMDE4LTA2LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.42.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "60" + ], + "x-ms-request-id": [ + "cec7069e-c1c1-4cac-b330-787c949ac7cc" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11938" + ], + "x-ms-correlation-request-id": [ + "f931f2f7-8444-49b8-bc64-27f706cc8b9c" + ], + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200526T153138Z:f931f2f7-8444-49b8-bc64-27f706cc8b9c" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Tue, 26 May 2020 15:31:38 GMT" + ], + "Content-Length": [ + "107" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"cf7a24fe-216e-4450-bd6c-bd5de19e92a3\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-05-26T14:02:53.69Z\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/ps7012/providers/Microsoft.Sql/locations/westcentralus/managedInstanceAzureAsyncOperation/cf7a24fe-216e-4450-bd6c-bd5de19e92a3?api-version=2018-06-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Jlc291cmNlR3JvdXBzL3BzNzAxMi9wcm92aWRlcnMvTWljcm9zb2Z0LlNxbC9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9tYW5hZ2VkSW5zdGFuY2VBenVyZUFzeW5jT3BlcmF0aW9uL2NmN2EyNGZlLTIxNmUtNDQ1MC1iZDZjLWJkNWRlMTllOTJhMz9hcGktdmVyc2lvbj0yMDE4LTA2LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.42.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "60" + ], + "x-ms-request-id": [ + "80100221-85eb-4076-b166-f806fa3cb689" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11937" + ], + "x-ms-correlation-request-id": [ + "aa493bbc-7eb4-43f3-9a49-0965f0e55c47" + ], + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200526T153239Z:aa493bbc-7eb4-43f3-9a49-0965f0e55c47" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Tue, 26 May 2020 15:32:39 GMT" + ], + "Content-Length": [ + "107" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"cf7a24fe-216e-4450-bd6c-bd5de19e92a3\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-05-26T14:02:53.69Z\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/ps7012/providers/Microsoft.Sql/locations/westcentralus/managedInstanceAzureAsyncOperation/cf7a24fe-216e-4450-bd6c-bd5de19e92a3?api-version=2018-06-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Jlc291cmNlR3JvdXBzL3BzNzAxMi9wcm92aWRlcnMvTWljcm9zb2Z0LlNxbC9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9tYW5hZ2VkSW5zdGFuY2VBenVyZUFzeW5jT3BlcmF0aW9uL2NmN2EyNGZlLTIxNmUtNDQ1MC1iZDZjLWJkNWRlMTllOTJhMz9hcGktdmVyc2lvbj0yMDE4LTA2LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.42.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "60" + ], + "x-ms-request-id": [ + "cc08bdd8-75dc-4bf0-819e-1610101b6545" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11936" + ], + "x-ms-correlation-request-id": [ + "3977787c-4bce-497b-9099-7e309e1c201b" + ], + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200526T153339Z:3977787c-4bce-497b-9099-7e309e1c201b" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Tue, 26 May 2020 15:33:38 GMT" + ], + "Content-Length": [ + "107" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"cf7a24fe-216e-4450-bd6c-bd5de19e92a3\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-05-26T14:02:53.69Z\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/ps7012/providers/Microsoft.Sql/locations/westcentralus/managedInstanceAzureAsyncOperation/cf7a24fe-216e-4450-bd6c-bd5de19e92a3?api-version=2018-06-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Jlc291cmNlR3JvdXBzL3BzNzAxMi9wcm92aWRlcnMvTWljcm9zb2Z0LlNxbC9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9tYW5hZ2VkSW5zdGFuY2VBenVyZUFzeW5jT3BlcmF0aW9uL2NmN2EyNGZlLTIxNmUtNDQ1MC1iZDZjLWJkNWRlMTllOTJhMz9hcGktdmVyc2lvbj0yMDE4LTA2LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.42.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "60" + ], + "x-ms-request-id": [ + "9838c0a9-4e48-47b9-ae08-427b4260dbdf" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11935" + ], + "x-ms-correlation-request-id": [ + "934fc4ec-cabf-4a3f-a57d-d8d4c667134c" + ], + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200526T153440Z:934fc4ec-cabf-4a3f-a57d-d8d4c667134c" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Tue, 26 May 2020 15:34:40 GMT" + ], + "Content-Length": [ + "107" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"cf7a24fe-216e-4450-bd6c-bd5de19e92a3\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-05-26T14:02:53.69Z\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/ps7012/providers/Microsoft.Sql/locations/westcentralus/managedInstanceAzureAsyncOperation/cf7a24fe-216e-4450-bd6c-bd5de19e92a3?api-version=2018-06-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Jlc291cmNlR3JvdXBzL3BzNzAxMi9wcm92aWRlcnMvTWljcm9zb2Z0LlNxbC9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9tYW5hZ2VkSW5zdGFuY2VBenVyZUFzeW5jT3BlcmF0aW9uL2NmN2EyNGZlLTIxNmUtNDQ1MC1iZDZjLWJkNWRlMTllOTJhMz9hcGktdmVyc2lvbj0yMDE4LTA2LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.42.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "60" + ], + "x-ms-request-id": [ + "ad3d2006-240d-4a26-a5e3-8c03220ec4f0" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11939" + ], + "x-ms-correlation-request-id": [ + "6ad89d68-45da-4596-b2ef-f0a7023cb9e4" + ], + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200526T153540Z:6ad89d68-45da-4596-b2ef-f0a7023cb9e4" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Tue, 26 May 2020 15:35:39 GMT" + ], + "Content-Length": [ + "107" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"cf7a24fe-216e-4450-bd6c-bd5de19e92a3\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-05-26T14:02:53.69Z\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/ps7012/providers/Microsoft.Sql/locations/westcentralus/managedInstanceAzureAsyncOperation/cf7a24fe-216e-4450-bd6c-bd5de19e92a3?api-version=2018-06-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Jlc291cmNlR3JvdXBzL3BzNzAxMi9wcm92aWRlcnMvTWljcm9zb2Z0LlNxbC9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9tYW5hZ2VkSW5zdGFuY2VBenVyZUFzeW5jT3BlcmF0aW9uL2NmN2EyNGZlLTIxNmUtNDQ1MC1iZDZjLWJkNWRlMTllOTJhMz9hcGktdmVyc2lvbj0yMDE4LTA2LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.42.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "60" + ], + "x-ms-request-id": [ + "52cacf40-18b0-44bb-8892-3d4969ac9b8a" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11938" + ], + "x-ms-correlation-request-id": [ + "498d468c-f92f-4f67-9c5b-5a43973a983d" + ], + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200526T153640Z:498d468c-f92f-4f67-9c5b-5a43973a983d" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Tue, 26 May 2020 15:36:40 GMT" + ], + "Content-Length": [ + "107" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"cf7a24fe-216e-4450-bd6c-bd5de19e92a3\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-05-26T14:02:53.69Z\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/ps7012/providers/Microsoft.Sql/locations/westcentralus/managedInstanceAzureAsyncOperation/cf7a24fe-216e-4450-bd6c-bd5de19e92a3?api-version=2018-06-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Jlc291cmNlR3JvdXBzL3BzNzAxMi9wcm92aWRlcnMvTWljcm9zb2Z0LlNxbC9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9tYW5hZ2VkSW5zdGFuY2VBenVyZUFzeW5jT3BlcmF0aW9uL2NmN2EyNGZlLTIxNmUtNDQ1MC1iZDZjLWJkNWRlMTllOTJhMz9hcGktdmVyc2lvbj0yMDE4LTA2LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.42.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "60" + ], + "x-ms-request-id": [ + "29b74eea-9ca4-4659-83dc-95dde72e0d5e" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11937" + ], + "x-ms-correlation-request-id": [ + "2d256bda-0358-459a-a3a5-fb62f584d26d" + ], + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200526T153741Z:2d256bda-0358-459a-a3a5-fb62f584d26d" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Tue, 26 May 2020 15:37:40 GMT" + ], + "Content-Length": [ + "107" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"cf7a24fe-216e-4450-bd6c-bd5de19e92a3\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-05-26T14:02:53.69Z\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/ps7012/providers/Microsoft.Sql/locations/westcentralus/managedInstanceAzureAsyncOperation/cf7a24fe-216e-4450-bd6c-bd5de19e92a3?api-version=2018-06-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Jlc291cmNlR3JvdXBzL3BzNzAxMi9wcm92aWRlcnMvTWljcm9zb2Z0LlNxbC9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9tYW5hZ2VkSW5zdGFuY2VBenVyZUFzeW5jT3BlcmF0aW9uL2NmN2EyNGZlLTIxNmUtNDQ1MC1iZDZjLWJkNWRlMTllOTJhMz9hcGktdmVyc2lvbj0yMDE4LTA2LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.42.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "60" + ], + "x-ms-request-id": [ + "838ebb05-c775-4277-b554-0617bca8bd50" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11936" + ], + "x-ms-correlation-request-id": [ + "626d53a8-ef42-4ecd-b041-9f78ccbf5a58" + ], + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200526T153841Z:626d53a8-ef42-4ecd-b041-9f78ccbf5a58" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Tue, 26 May 2020 15:38:41 GMT" + ], + "Content-Length": [ + "107" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"cf7a24fe-216e-4450-bd6c-bd5de19e92a3\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-05-26T14:02:53.69Z\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/ps7012/providers/Microsoft.Sql/locations/westcentralus/managedInstanceAzureAsyncOperation/cf7a24fe-216e-4450-bd6c-bd5de19e92a3?api-version=2018-06-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Jlc291cmNlR3JvdXBzL3BzNzAxMi9wcm92aWRlcnMvTWljcm9zb2Z0LlNxbC9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9tYW5hZ2VkSW5zdGFuY2VBenVyZUFzeW5jT3BlcmF0aW9uL2NmN2EyNGZlLTIxNmUtNDQ1MC1iZDZjLWJkNWRlMTllOTJhMz9hcGktdmVyc2lvbj0yMDE4LTA2LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.42.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "60" + ], + "x-ms-request-id": [ + "058b4550-b190-42e4-971b-6da80d8ed323" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11935" + ], + "x-ms-correlation-request-id": [ + "ff5332ee-6315-40e0-b237-64ace79da6ab" + ], + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200526T153942Z:ff5332ee-6315-40e0-b237-64ace79da6ab" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Tue, 26 May 2020 15:39:41 GMT" + ], + "Content-Length": [ + "107" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"cf7a24fe-216e-4450-bd6c-bd5de19e92a3\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-05-26T14:02:53.69Z\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/ps7012/providers/Microsoft.Sql/locations/westcentralus/managedInstanceAzureAsyncOperation/cf7a24fe-216e-4450-bd6c-bd5de19e92a3?api-version=2018-06-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Jlc291cmNlR3JvdXBzL3BzNzAxMi9wcm92aWRlcnMvTWljcm9zb2Z0LlNxbC9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9tYW5hZ2VkSW5zdGFuY2VBenVyZUFzeW5jT3BlcmF0aW9uL2NmN2EyNGZlLTIxNmUtNDQ1MC1iZDZjLWJkNWRlMTllOTJhMz9hcGktdmVyc2lvbj0yMDE4LTA2LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.42.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "60" + ], + "x-ms-request-id": [ + "e0734e99-0112-4992-95fd-cde8bfeb3670" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11939" + ], + "x-ms-correlation-request-id": [ + "c0815e02-6975-47a7-87e8-dc68d55d9aa0" + ], + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200526T154042Z:c0815e02-6975-47a7-87e8-dc68d55d9aa0" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Tue, 26 May 2020 15:40:42 GMT" + ], + "Content-Length": [ + "107" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"cf7a24fe-216e-4450-bd6c-bd5de19e92a3\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-05-26T14:02:53.69Z\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/ps7012/providers/Microsoft.Sql/locations/westcentralus/managedInstanceAzureAsyncOperation/cf7a24fe-216e-4450-bd6c-bd5de19e92a3?api-version=2018-06-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Jlc291cmNlR3JvdXBzL3BzNzAxMi9wcm92aWRlcnMvTWljcm9zb2Z0LlNxbC9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9tYW5hZ2VkSW5zdGFuY2VBenVyZUFzeW5jT3BlcmF0aW9uL2NmN2EyNGZlLTIxNmUtNDQ1MC1iZDZjLWJkNWRlMTllOTJhMz9hcGktdmVyc2lvbj0yMDE4LTA2LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.42.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "60" + ], + "x-ms-request-id": [ + "09819853-f735-48fb-86ca-9504cb097367" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11938" + ], + "x-ms-correlation-request-id": [ + "589a24d1-6d14-49b7-b2d9-b53fb6b31259" + ], + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200526T154143Z:589a24d1-6d14-49b7-b2d9-b53fb6b31259" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Tue, 26 May 2020 15:41:43 GMT" + ], + "Content-Length": [ + "107" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"cf7a24fe-216e-4450-bd6c-bd5de19e92a3\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-05-26T14:02:53.69Z\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/ps7012/providers/Microsoft.Sql/locations/westcentralus/managedInstanceAzureAsyncOperation/cf7a24fe-216e-4450-bd6c-bd5de19e92a3?api-version=2018-06-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Jlc291cmNlR3JvdXBzL3BzNzAxMi9wcm92aWRlcnMvTWljcm9zb2Z0LlNxbC9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9tYW5hZ2VkSW5zdGFuY2VBenVyZUFzeW5jT3BlcmF0aW9uL2NmN2EyNGZlLTIxNmUtNDQ1MC1iZDZjLWJkNWRlMTllOTJhMz9hcGktdmVyc2lvbj0yMDE4LTA2LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.42.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "60" + ], + "x-ms-request-id": [ + "edeb0646-a121-46a6-a9fe-cca3cb46ccab" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11937" + ], + "x-ms-correlation-request-id": [ + "cdfe35d4-79ef-4b1b-84cb-ebe05f05f9ab" + ], + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200526T154243Z:cdfe35d4-79ef-4b1b-84cb-ebe05f05f9ab" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Tue, 26 May 2020 15:42:43 GMT" + ], + "Content-Length": [ + "107" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"cf7a24fe-216e-4450-bd6c-bd5de19e92a3\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-05-26T14:02:53.69Z\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/ps7012/providers/Microsoft.Sql/locations/westcentralus/managedInstanceAzureAsyncOperation/cf7a24fe-216e-4450-bd6c-bd5de19e92a3?api-version=2018-06-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Jlc291cmNlR3JvdXBzL3BzNzAxMi9wcm92aWRlcnMvTWljcm9zb2Z0LlNxbC9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9tYW5hZ2VkSW5zdGFuY2VBenVyZUFzeW5jT3BlcmF0aW9uL2NmN2EyNGZlLTIxNmUtNDQ1MC1iZDZjLWJkNWRlMTllOTJhMz9hcGktdmVyc2lvbj0yMDE4LTA2LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.42.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "60" + ], + "x-ms-request-id": [ + "659c002f-0a3b-4f5e-88ff-e7a2382eeb52" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11936" + ], + "x-ms-correlation-request-id": [ + "a3b93fca-a314-44dc-8c86-e9537af9949f" + ], + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200526T154344Z:a3b93fca-a314-44dc-8c86-e9537af9949f" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Tue, 26 May 2020 15:43:44 GMT" + ], + "Content-Length": [ + "107" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"cf7a24fe-216e-4450-bd6c-bd5de19e92a3\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-05-26T14:02:53.69Z\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/ps7012/providers/Microsoft.Sql/locations/westcentralus/managedInstanceAzureAsyncOperation/cf7a24fe-216e-4450-bd6c-bd5de19e92a3?api-version=2018-06-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Jlc291cmNlR3JvdXBzL3BzNzAxMi9wcm92aWRlcnMvTWljcm9zb2Z0LlNxbC9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9tYW5hZ2VkSW5zdGFuY2VBenVyZUFzeW5jT3BlcmF0aW9uL2NmN2EyNGZlLTIxNmUtNDQ1MC1iZDZjLWJkNWRlMTllOTJhMz9hcGktdmVyc2lvbj0yMDE4LTA2LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.42.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "60" + ], + "x-ms-request-id": [ + "9f7c7388-c9a5-41c9-9525-343c33ff7f96" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11935" + ], + "x-ms-correlation-request-id": [ + "3694341b-59a3-4ef1-af6e-309261926cb6" + ], + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200526T154444Z:3694341b-59a3-4ef1-af6e-309261926cb6" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Tue, 26 May 2020 15:44:44 GMT" + ], + "Content-Length": [ + "107" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"cf7a24fe-216e-4450-bd6c-bd5de19e92a3\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-05-26T14:02:53.69Z\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/ps7012/providers/Microsoft.Sql/locations/westcentralus/managedInstanceAzureAsyncOperation/cf7a24fe-216e-4450-bd6c-bd5de19e92a3?api-version=2018-06-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Jlc291cmNlR3JvdXBzL3BzNzAxMi9wcm92aWRlcnMvTWljcm9zb2Z0LlNxbC9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9tYW5hZ2VkSW5zdGFuY2VBenVyZUFzeW5jT3BlcmF0aW9uL2NmN2EyNGZlLTIxNmUtNDQ1MC1iZDZjLWJkNWRlMTllOTJhMz9hcGktdmVyc2lvbj0yMDE4LTA2LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.42.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "60" + ], + "x-ms-request-id": [ + "b1947e3c-b149-43d9-9336-e4024f555467" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11939" + ], + "x-ms-correlation-request-id": [ + "f6a54a33-cd25-4173-aa6e-eaede56484c0" + ], + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200526T154545Z:f6a54a33-cd25-4173-aa6e-eaede56484c0" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Tue, 26 May 2020 15:45:44 GMT" + ], + "Content-Length": [ + "107" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"cf7a24fe-216e-4450-bd6c-bd5de19e92a3\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-05-26T14:02:53.69Z\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/ps7012/providers/Microsoft.Sql/locations/westcentralus/managedInstanceAzureAsyncOperation/cf7a24fe-216e-4450-bd6c-bd5de19e92a3?api-version=2018-06-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Jlc291cmNlR3JvdXBzL3BzNzAxMi9wcm92aWRlcnMvTWljcm9zb2Z0LlNxbC9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9tYW5hZ2VkSW5zdGFuY2VBenVyZUFzeW5jT3BlcmF0aW9uL2NmN2EyNGZlLTIxNmUtNDQ1MC1iZDZjLWJkNWRlMTllOTJhMz9hcGktdmVyc2lvbj0yMDE4LTA2LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.42.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "60" + ], + "x-ms-request-id": [ + "93e0186d-968b-419e-a7ac-88de75ee130d" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11938" + ], + "x-ms-correlation-request-id": [ + "f3905487-3929-409b-ba0d-0c1cd8bbc7f8" + ], + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200526T154645Z:f3905487-3929-409b-ba0d-0c1cd8bbc7f8" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Tue, 26 May 2020 15:46:45 GMT" + ], + "Content-Length": [ + "107" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"cf7a24fe-216e-4450-bd6c-bd5de19e92a3\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-05-26T14:02:53.69Z\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/ps7012/providers/Microsoft.Sql/locations/westcentralus/managedInstanceAzureAsyncOperation/cf7a24fe-216e-4450-bd6c-bd5de19e92a3?api-version=2018-06-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Jlc291cmNlR3JvdXBzL3BzNzAxMi9wcm92aWRlcnMvTWljcm9zb2Z0LlNxbC9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9tYW5hZ2VkSW5zdGFuY2VBenVyZUFzeW5jT3BlcmF0aW9uL2NmN2EyNGZlLTIxNmUtNDQ1MC1iZDZjLWJkNWRlMTllOTJhMz9hcGktdmVyc2lvbj0yMDE4LTA2LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.42.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "60" + ], + "x-ms-request-id": [ + "0c757237-84ce-45f2-b8c9-c4279e74eb2d" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11937" + ], + "x-ms-correlation-request-id": [ + "24a6b5fb-7698-4454-a80e-4cd8ff93f806" + ], + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200526T154746Z:24a6b5fb-7698-4454-a80e-4cd8ff93f806" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Tue, 26 May 2020 15:47:46 GMT" + ], + "Content-Length": [ + "107" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"cf7a24fe-216e-4450-bd6c-bd5de19e92a3\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-05-26T14:02:53.69Z\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/ps7012/providers/Microsoft.Sql/locations/westcentralus/managedInstanceAzureAsyncOperation/cf7a24fe-216e-4450-bd6c-bd5de19e92a3?api-version=2018-06-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Jlc291cmNlR3JvdXBzL3BzNzAxMi9wcm92aWRlcnMvTWljcm9zb2Z0LlNxbC9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9tYW5hZ2VkSW5zdGFuY2VBenVyZUFzeW5jT3BlcmF0aW9uL2NmN2EyNGZlLTIxNmUtNDQ1MC1iZDZjLWJkNWRlMTllOTJhMz9hcGktdmVyc2lvbj0yMDE4LTA2LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.42.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "60" + ], + "x-ms-request-id": [ + "e045e29b-e630-4038-bf07-822d23522a5e" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11936" + ], + "x-ms-correlation-request-id": [ + "a583a177-a4b1-4034-93c8-277291c4d398" + ], + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200526T154847Z:a583a177-a4b1-4034-93c8-277291c4d398" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Tue, 26 May 2020 15:48:46 GMT" + ], + "Content-Length": [ + "107" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"cf7a24fe-216e-4450-bd6c-bd5de19e92a3\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-05-26T14:02:53.69Z\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/ps7012/providers/Microsoft.Sql/locations/westcentralus/managedInstanceAzureAsyncOperation/cf7a24fe-216e-4450-bd6c-bd5de19e92a3?api-version=2018-06-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Jlc291cmNlR3JvdXBzL3BzNzAxMi9wcm92aWRlcnMvTWljcm9zb2Z0LlNxbC9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9tYW5hZ2VkSW5zdGFuY2VBenVyZUFzeW5jT3BlcmF0aW9uL2NmN2EyNGZlLTIxNmUtNDQ1MC1iZDZjLWJkNWRlMTllOTJhMz9hcGktdmVyc2lvbj0yMDE4LTA2LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.42.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "60" + ], + "x-ms-request-id": [ + "7c4c7fd2-a169-4231-8181-68a4486ffade" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11935" + ], + "x-ms-correlation-request-id": [ + "22a958fa-cd28-491b-91f0-7eff05612905" + ], + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200526T154947Z:22a958fa-cd28-491b-91f0-7eff05612905" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Tue, 26 May 2020 15:49:47 GMT" + ], + "Content-Length": [ + "107" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"cf7a24fe-216e-4450-bd6c-bd5de19e92a3\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-05-26T14:02:53.69Z\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/ps7012/providers/Microsoft.Sql/locations/westcentralus/managedInstanceAzureAsyncOperation/cf7a24fe-216e-4450-bd6c-bd5de19e92a3?api-version=2018-06-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Jlc291cmNlR3JvdXBzL3BzNzAxMi9wcm92aWRlcnMvTWljcm9zb2Z0LlNxbC9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9tYW5hZ2VkSW5zdGFuY2VBenVyZUFzeW5jT3BlcmF0aW9uL2NmN2EyNGZlLTIxNmUtNDQ1MC1iZDZjLWJkNWRlMTllOTJhMz9hcGktdmVyc2lvbj0yMDE4LTA2LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.42.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "60" + ], + "x-ms-request-id": [ + "0b8401e1-bf05-456a-8e61-88df1c9fdb52" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11939" + ], + "x-ms-correlation-request-id": [ + "df9fc4dc-2871-4f1d-b135-23247f671952" + ], + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200526T155047Z:df9fc4dc-2871-4f1d-b135-23247f671952" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Tue, 26 May 2020 15:50:47 GMT" + ], + "Content-Length": [ + "107" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"cf7a24fe-216e-4450-bd6c-bd5de19e92a3\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-05-26T14:02:53.69Z\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/ps7012/providers/Microsoft.Sql/locations/westcentralus/managedInstanceAzureAsyncOperation/cf7a24fe-216e-4450-bd6c-bd5de19e92a3?api-version=2018-06-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Jlc291cmNlR3JvdXBzL3BzNzAxMi9wcm92aWRlcnMvTWljcm9zb2Z0LlNxbC9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9tYW5hZ2VkSW5zdGFuY2VBenVyZUFzeW5jT3BlcmF0aW9uL2NmN2EyNGZlLTIxNmUtNDQ1MC1iZDZjLWJkNWRlMTllOTJhMz9hcGktdmVyc2lvbj0yMDE4LTA2LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.42.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "60" + ], + "x-ms-request-id": [ + "395741b7-f1fb-48dd-b970-38b32545763c" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11938" + ], + "x-ms-correlation-request-id": [ + "04bf48fa-2978-4be1-99a4-87c8996fba22" + ], + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200526T155148Z:04bf48fa-2978-4be1-99a4-87c8996fba22" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Tue, 26 May 2020 15:51:48 GMT" + ], + "Content-Length": [ + "107" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"cf7a24fe-216e-4450-bd6c-bd5de19e92a3\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-05-26T14:02:53.69Z\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/ps7012/providers/Microsoft.Sql/locations/westcentralus/managedInstanceAzureAsyncOperation/cf7a24fe-216e-4450-bd6c-bd5de19e92a3?api-version=2018-06-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Jlc291cmNlR3JvdXBzL3BzNzAxMi9wcm92aWRlcnMvTWljcm9zb2Z0LlNxbC9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9tYW5hZ2VkSW5zdGFuY2VBenVyZUFzeW5jT3BlcmF0aW9uL2NmN2EyNGZlLTIxNmUtNDQ1MC1iZDZjLWJkNWRlMTllOTJhMz9hcGktdmVyc2lvbj0yMDE4LTA2LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.42.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "60" + ], + "x-ms-request-id": [ + "0ffd1968-81ca-4f18-b13c-9be03d45e7f5" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11937" + ], + "x-ms-correlation-request-id": [ + "c0b564be-bcc5-49bd-b69b-763b11c79eca" + ], + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200526T155248Z:c0b564be-bcc5-49bd-b69b-763b11c79eca" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Tue, 26 May 2020 15:52:47 GMT" + ], + "Content-Length": [ + "107" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"cf7a24fe-216e-4450-bd6c-bd5de19e92a3\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-05-26T14:02:53.69Z\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/ps7012/providers/Microsoft.Sql/locations/westcentralus/managedInstanceAzureAsyncOperation/cf7a24fe-216e-4450-bd6c-bd5de19e92a3?api-version=2018-06-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Jlc291cmNlR3JvdXBzL3BzNzAxMi9wcm92aWRlcnMvTWljcm9zb2Z0LlNxbC9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9tYW5hZ2VkSW5zdGFuY2VBenVyZUFzeW5jT3BlcmF0aW9uL2NmN2EyNGZlLTIxNmUtNDQ1MC1iZDZjLWJkNWRlMTllOTJhMz9hcGktdmVyc2lvbj0yMDE4LTA2LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.42.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "60" + ], + "x-ms-request-id": [ + "8448d28d-dc36-48d9-bdd2-e9780f572cb6" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11936" + ], + "x-ms-correlation-request-id": [ + "d8859c70-ab07-437e-a076-7ff3bbc07641" + ], + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200526T155349Z:d8859c70-ab07-437e-a076-7ff3bbc07641" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Tue, 26 May 2020 15:53:49 GMT" + ], + "Content-Length": [ + "107" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"cf7a24fe-216e-4450-bd6c-bd5de19e92a3\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-05-26T14:02:53.69Z\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/ps7012/providers/Microsoft.Sql/locations/westcentralus/managedInstanceAzureAsyncOperation/cf7a24fe-216e-4450-bd6c-bd5de19e92a3?api-version=2018-06-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Jlc291cmNlR3JvdXBzL3BzNzAxMi9wcm92aWRlcnMvTWljcm9zb2Z0LlNxbC9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9tYW5hZ2VkSW5zdGFuY2VBenVyZUFzeW5jT3BlcmF0aW9uL2NmN2EyNGZlLTIxNmUtNDQ1MC1iZDZjLWJkNWRlMTllOTJhMz9hcGktdmVyc2lvbj0yMDE4LTA2LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.42.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "60" + ], + "x-ms-request-id": [ + "29ed310c-112e-414d-a119-c5845acceb87" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11935" + ], + "x-ms-correlation-request-id": [ + "2704c7aa-3b97-41a4-b18b-c860b631b13d" + ], + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200526T155449Z:2704c7aa-3b97-41a4-b18b-c860b631b13d" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Tue, 26 May 2020 15:54:48 GMT" + ], + "Content-Length": [ + "107" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"cf7a24fe-216e-4450-bd6c-bd5de19e92a3\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-05-26T14:02:53.69Z\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/ps7012/providers/Microsoft.Sql/locations/westcentralus/managedInstanceAzureAsyncOperation/cf7a24fe-216e-4450-bd6c-bd5de19e92a3?api-version=2018-06-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Jlc291cmNlR3JvdXBzL3BzNzAxMi9wcm92aWRlcnMvTWljcm9zb2Z0LlNxbC9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9tYW5hZ2VkSW5zdGFuY2VBenVyZUFzeW5jT3BlcmF0aW9uL2NmN2EyNGZlLTIxNmUtNDQ1MC1iZDZjLWJkNWRlMTllOTJhMz9hcGktdmVyc2lvbj0yMDE4LTA2LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.42.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "60" + ], + "x-ms-request-id": [ + "36f2320e-bca7-4494-a623-2dc9bbb6ed44" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11939" + ], + "x-ms-correlation-request-id": [ + "f455ff31-29e6-46cd-a7a0-16f6fe44e8ab" + ], + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200526T155550Z:f455ff31-29e6-46cd-a7a0-16f6fe44e8ab" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Tue, 26 May 2020 15:55:49 GMT" + ], + "Content-Length": [ + "107" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"cf7a24fe-216e-4450-bd6c-bd5de19e92a3\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-05-26T14:02:53.69Z\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/ps7012/providers/Microsoft.Sql/locations/westcentralus/managedInstanceAzureAsyncOperation/cf7a24fe-216e-4450-bd6c-bd5de19e92a3?api-version=2018-06-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Jlc291cmNlR3JvdXBzL3BzNzAxMi9wcm92aWRlcnMvTWljcm9zb2Z0LlNxbC9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9tYW5hZ2VkSW5zdGFuY2VBenVyZUFzeW5jT3BlcmF0aW9uL2NmN2EyNGZlLTIxNmUtNDQ1MC1iZDZjLWJkNWRlMTllOTJhMz9hcGktdmVyc2lvbj0yMDE4LTA2LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.42.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "60" + ], + "x-ms-request-id": [ + "ebf46761-c619-4ff9-92b3-4c0e446a891d" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11938" + ], + "x-ms-correlation-request-id": [ + "d5f40d5e-9540-4a93-a3fd-36e8dd22650f" + ], + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200526T155650Z:d5f40d5e-9540-4a93-a3fd-36e8dd22650f" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Tue, 26 May 2020 15:56:50 GMT" + ], + "Content-Length": [ + "107" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"cf7a24fe-216e-4450-bd6c-bd5de19e92a3\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-05-26T14:02:53.69Z\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/ps7012/providers/Microsoft.Sql/locations/westcentralus/managedInstanceAzureAsyncOperation/cf7a24fe-216e-4450-bd6c-bd5de19e92a3?api-version=2018-06-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Jlc291cmNlR3JvdXBzL3BzNzAxMi9wcm92aWRlcnMvTWljcm9zb2Z0LlNxbC9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9tYW5hZ2VkSW5zdGFuY2VBenVyZUFzeW5jT3BlcmF0aW9uL2NmN2EyNGZlLTIxNmUtNDQ1MC1iZDZjLWJkNWRlMTllOTJhMz9hcGktdmVyc2lvbj0yMDE4LTA2LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.42.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "60" + ], + "x-ms-request-id": [ + "7b6c8315-597b-4888-afeb-3920559bda9c" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11937" + ], + "x-ms-correlation-request-id": [ + "e5132748-fd96-436c-a705-a4d32e7cd744" + ], + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200526T155751Z:e5132748-fd96-436c-a705-a4d32e7cd744" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Tue, 26 May 2020 15:57:51 GMT" + ], + "Content-Length": [ + "107" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"cf7a24fe-216e-4450-bd6c-bd5de19e92a3\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-05-26T14:02:53.69Z\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/ps7012/providers/Microsoft.Sql/locations/westcentralus/managedInstanceAzureAsyncOperation/cf7a24fe-216e-4450-bd6c-bd5de19e92a3?api-version=2018-06-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Jlc291cmNlR3JvdXBzL3BzNzAxMi9wcm92aWRlcnMvTWljcm9zb2Z0LlNxbC9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9tYW5hZ2VkSW5zdGFuY2VBenVyZUFzeW5jT3BlcmF0aW9uL2NmN2EyNGZlLTIxNmUtNDQ1MC1iZDZjLWJkNWRlMTllOTJhMz9hcGktdmVyc2lvbj0yMDE4LTA2LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.42.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "60" + ], + "x-ms-request-id": [ + "b84a71e5-5fd9-474b-b2d9-2aa479fdf550" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11936" + ], + "x-ms-correlation-request-id": [ + "6e60d365-ade4-470f-a4fc-d9eda1e09be8" + ], + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200526T155852Z:6e60d365-ade4-470f-a4fc-d9eda1e09be8" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Tue, 26 May 2020 15:58:51 GMT" + ], + "Content-Length": [ + "107" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"cf7a24fe-216e-4450-bd6c-bd5de19e92a3\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-05-26T14:02:53.69Z\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/ps7012/providers/Microsoft.Sql/locations/westcentralus/managedInstanceAzureAsyncOperation/cf7a24fe-216e-4450-bd6c-bd5de19e92a3?api-version=2018-06-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Jlc291cmNlR3JvdXBzL3BzNzAxMi9wcm92aWRlcnMvTWljcm9zb2Z0LlNxbC9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9tYW5hZ2VkSW5zdGFuY2VBenVyZUFzeW5jT3BlcmF0aW9uL2NmN2EyNGZlLTIxNmUtNDQ1MC1iZDZjLWJkNWRlMTllOTJhMz9hcGktdmVyc2lvbj0yMDE4LTA2LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.42.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "60" + ], + "x-ms-request-id": [ + "d82272d0-8af4-4126-a8e9-bffec79663b9" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11935" + ], + "x-ms-correlation-request-id": [ + "8e2ed721-4099-4602-b701-8bf488f288ab" + ], + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200526T155952Z:8e2ed721-4099-4602-b701-8bf488f288ab" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Tue, 26 May 2020 15:59:52 GMT" + ], + "Content-Length": [ + "107" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"cf7a24fe-216e-4450-bd6c-bd5de19e92a3\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-05-26T14:02:53.69Z\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/ps7012/providers/Microsoft.Sql/locations/westcentralus/managedInstanceAzureAsyncOperation/cf7a24fe-216e-4450-bd6c-bd5de19e92a3?api-version=2018-06-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Jlc291cmNlR3JvdXBzL3BzNzAxMi9wcm92aWRlcnMvTWljcm9zb2Z0LlNxbC9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9tYW5hZ2VkSW5zdGFuY2VBenVyZUFzeW5jT3BlcmF0aW9uL2NmN2EyNGZlLTIxNmUtNDQ1MC1iZDZjLWJkNWRlMTllOTJhMz9hcGktdmVyc2lvbj0yMDE4LTA2LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.42.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "60" + ], + "x-ms-request-id": [ + "9093c48d-aacf-4136-9d54-1fc224b5b6bc" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11939" + ], + "x-ms-correlation-request-id": [ + "08c0fb42-6d1a-48ca-86e2-01607574a849" + ], + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200526T160053Z:08c0fb42-6d1a-48ca-86e2-01607574a849" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Tue, 26 May 2020 16:00:52 GMT" + ], + "Content-Length": [ + "107" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"cf7a24fe-216e-4450-bd6c-bd5de19e92a3\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-05-26T14:02:53.69Z\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/ps7012/providers/Microsoft.Sql/locations/westcentralus/managedInstanceAzureAsyncOperation/cf7a24fe-216e-4450-bd6c-bd5de19e92a3?api-version=2018-06-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Jlc291cmNlR3JvdXBzL3BzNzAxMi9wcm92aWRlcnMvTWljcm9zb2Z0LlNxbC9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9tYW5hZ2VkSW5zdGFuY2VBenVyZUFzeW5jT3BlcmF0aW9uL2NmN2EyNGZlLTIxNmUtNDQ1MC1iZDZjLWJkNWRlMTllOTJhMz9hcGktdmVyc2lvbj0yMDE4LTA2LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.42.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "60" + ], + "x-ms-request-id": [ + "ae1e3da8-9909-4343-9ffa-bd2f6ac2fda5" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11938" + ], + "x-ms-correlation-request-id": [ + "4fd883a1-943d-4d0c-9263-e67d635c9ffa" + ], + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200526T160153Z:4fd883a1-943d-4d0c-9263-e67d635c9ffa" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Tue, 26 May 2020 16:01:53 GMT" + ], + "Content-Length": [ + "107" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"cf7a24fe-216e-4450-bd6c-bd5de19e92a3\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-05-26T14:02:53.69Z\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/ps7012/providers/Microsoft.Sql/locations/westcentralus/managedInstanceAzureAsyncOperation/cf7a24fe-216e-4450-bd6c-bd5de19e92a3?api-version=2018-06-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Jlc291cmNlR3JvdXBzL3BzNzAxMi9wcm92aWRlcnMvTWljcm9zb2Z0LlNxbC9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9tYW5hZ2VkSW5zdGFuY2VBenVyZUFzeW5jT3BlcmF0aW9uL2NmN2EyNGZlLTIxNmUtNDQ1MC1iZDZjLWJkNWRlMTllOTJhMz9hcGktdmVyc2lvbj0yMDE4LTA2LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.42.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "60" + ], + "x-ms-request-id": [ + "204669dc-6294-447f-adb2-e8e24cf45992" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11937" + ], + "x-ms-correlation-request-id": [ + "c120a403-9e92-4f65-8e87-edead49da0dc" + ], + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200526T160254Z:c120a403-9e92-4f65-8e87-edead49da0dc" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Tue, 26 May 2020 16:02:53 GMT" + ], + "Content-Length": [ + "107" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"cf7a24fe-216e-4450-bd6c-bd5de19e92a3\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-05-26T14:02:53.69Z\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/ps7012/providers/Microsoft.Sql/locations/westcentralus/managedInstanceAzureAsyncOperation/cf7a24fe-216e-4450-bd6c-bd5de19e92a3?api-version=2018-06-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Jlc291cmNlR3JvdXBzL3BzNzAxMi9wcm92aWRlcnMvTWljcm9zb2Z0LlNxbC9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9tYW5hZ2VkSW5zdGFuY2VBenVyZUFzeW5jT3BlcmF0aW9uL2NmN2EyNGZlLTIxNmUtNDQ1MC1iZDZjLWJkNWRlMTllOTJhMz9hcGktdmVyc2lvbj0yMDE4LTA2LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.42.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "60" + ], + "x-ms-request-id": [ + "70f97ce4-63b1-45c7-8d32-ebf0e119ce5c" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11936" + ], + "x-ms-correlation-request-id": [ + "b8aef5b7-409a-420b-b116-f1362c34b1e0" + ], + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200526T160354Z:b8aef5b7-409a-420b-b116-f1362c34b1e0" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Tue, 26 May 2020 16:03:54 GMT" + ], + "Content-Length": [ + "107" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"cf7a24fe-216e-4450-bd6c-bd5de19e92a3\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-05-26T14:02:53.69Z\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/ps7012/providers/Microsoft.Sql/locations/westcentralus/managedInstanceAzureAsyncOperation/cf7a24fe-216e-4450-bd6c-bd5de19e92a3?api-version=2018-06-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Jlc291cmNlR3JvdXBzL3BzNzAxMi9wcm92aWRlcnMvTWljcm9zb2Z0LlNxbC9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9tYW5hZ2VkSW5zdGFuY2VBenVyZUFzeW5jT3BlcmF0aW9uL2NmN2EyNGZlLTIxNmUtNDQ1MC1iZDZjLWJkNWRlMTllOTJhMz9hcGktdmVyc2lvbj0yMDE4LTA2LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.42.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "60" + ], + "x-ms-request-id": [ + "b0ec4e18-41ec-4434-8d3f-0335ff1f61ac" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11935" + ], + "x-ms-correlation-request-id": [ + "3fbacb01-9d34-4ae8-96a8-90d30dacc0e1" + ], + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200526T160455Z:3fbacb01-9d34-4ae8-96a8-90d30dacc0e1" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Tue, 26 May 2020 16:04:54 GMT" + ], + "Content-Length": [ + "107" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"cf7a24fe-216e-4450-bd6c-bd5de19e92a3\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-05-26T14:02:53.69Z\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/ps7012/providers/Microsoft.Sql/locations/westcentralus/managedInstanceAzureAsyncOperation/cf7a24fe-216e-4450-bd6c-bd5de19e92a3?api-version=2018-06-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Jlc291cmNlR3JvdXBzL3BzNzAxMi9wcm92aWRlcnMvTWljcm9zb2Z0LlNxbC9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9tYW5hZ2VkSW5zdGFuY2VBenVyZUFzeW5jT3BlcmF0aW9uL2NmN2EyNGZlLTIxNmUtNDQ1MC1iZDZjLWJkNWRlMTllOTJhMz9hcGktdmVyc2lvbj0yMDE4LTA2LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.42.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "60" + ], + "x-ms-request-id": [ + "d486168d-a33f-4d6f-88dc-51efe16d821b" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11939" + ], + "x-ms-correlation-request-id": [ + "019a46f5-b888-47a7-b234-183c26e179ab" + ], + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200526T160555Z:019a46f5-b888-47a7-b234-183c26e179ab" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Tue, 26 May 2020 16:05:55 GMT" + ], + "Content-Length": [ + "107" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"cf7a24fe-216e-4450-bd6c-bd5de19e92a3\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-05-26T14:02:53.69Z\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/ps7012/providers/Microsoft.Sql/locations/westcentralus/managedInstanceAzureAsyncOperation/cf7a24fe-216e-4450-bd6c-bd5de19e92a3?api-version=2018-06-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Jlc291cmNlR3JvdXBzL3BzNzAxMi9wcm92aWRlcnMvTWljcm9zb2Z0LlNxbC9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9tYW5hZ2VkSW5zdGFuY2VBenVyZUFzeW5jT3BlcmF0aW9uL2NmN2EyNGZlLTIxNmUtNDQ1MC1iZDZjLWJkNWRlMTllOTJhMz9hcGktdmVyc2lvbj0yMDE4LTA2LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.42.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "60" + ], + "x-ms-request-id": [ + "aa14681f-3175-4e17-a87b-e2a14e99c38a" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11938" + ], + "x-ms-correlation-request-id": [ + "760e32fc-454a-4407-8db2-e7a3df601d27" + ], + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200526T160656Z:760e32fc-454a-4407-8db2-e7a3df601d27" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Tue, 26 May 2020 16:06:56 GMT" + ], + "Content-Length": [ + "107" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"cf7a24fe-216e-4450-bd6c-bd5de19e92a3\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-05-26T14:02:53.69Z\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/ps7012/providers/Microsoft.Sql/locations/westcentralus/managedInstanceAzureAsyncOperation/cf7a24fe-216e-4450-bd6c-bd5de19e92a3?api-version=2018-06-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Jlc291cmNlR3JvdXBzL3BzNzAxMi9wcm92aWRlcnMvTWljcm9zb2Z0LlNxbC9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9tYW5hZ2VkSW5zdGFuY2VBenVyZUFzeW5jT3BlcmF0aW9uL2NmN2EyNGZlLTIxNmUtNDQ1MC1iZDZjLWJkNWRlMTllOTJhMz9hcGktdmVyc2lvbj0yMDE4LTA2LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.42.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "60" + ], + "x-ms-request-id": [ + "30a86ad5-224c-4a62-b8e8-f078fa052fa6" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11937" + ], + "x-ms-correlation-request-id": [ + "d7bc6a79-9d13-44ec-ac3b-15b6a6bdef48" + ], + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200526T160756Z:d7bc6a79-9d13-44ec-ac3b-15b6a6bdef48" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Tue, 26 May 2020 16:07:56 GMT" + ], + "Content-Length": [ + "107" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"cf7a24fe-216e-4450-bd6c-bd5de19e92a3\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-05-26T14:02:53.69Z\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/ps7012/providers/Microsoft.Sql/locations/westcentralus/managedInstanceAzureAsyncOperation/cf7a24fe-216e-4450-bd6c-bd5de19e92a3?api-version=2018-06-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Jlc291cmNlR3JvdXBzL3BzNzAxMi9wcm92aWRlcnMvTWljcm9zb2Z0LlNxbC9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9tYW5hZ2VkSW5zdGFuY2VBenVyZUFzeW5jT3BlcmF0aW9uL2NmN2EyNGZlLTIxNmUtNDQ1MC1iZDZjLWJkNWRlMTllOTJhMz9hcGktdmVyc2lvbj0yMDE4LTA2LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.42.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "60" + ], + "x-ms-request-id": [ + "e041a7f6-55f7-4ce3-843c-da0e4d010f90" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11936" + ], + "x-ms-correlation-request-id": [ + "a27a2703-53dc-41a2-a54b-7f0a701d444b" + ], + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200526T160857Z:a27a2703-53dc-41a2-a54b-7f0a701d444b" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Tue, 26 May 2020 16:08:56 GMT" + ], + "Content-Length": [ + "107" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"cf7a24fe-216e-4450-bd6c-bd5de19e92a3\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-05-26T14:02:53.69Z\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/ps7012/providers/Microsoft.Sql/locations/westcentralus/managedInstanceAzureAsyncOperation/cf7a24fe-216e-4450-bd6c-bd5de19e92a3?api-version=2018-06-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Jlc291cmNlR3JvdXBzL3BzNzAxMi9wcm92aWRlcnMvTWljcm9zb2Z0LlNxbC9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9tYW5hZ2VkSW5zdGFuY2VBenVyZUFzeW5jT3BlcmF0aW9uL2NmN2EyNGZlLTIxNmUtNDQ1MC1iZDZjLWJkNWRlMTllOTJhMz9hcGktdmVyc2lvbj0yMDE4LTA2LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.42.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "60" + ], + "x-ms-request-id": [ + "e5c08b51-c65d-485b-88ca-19c9d248f88f" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11935" + ], + "x-ms-correlation-request-id": [ + "6b116538-e72f-4c1b-8f76-b5d518af8799" + ], + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200526T160957Z:6b116538-e72f-4c1b-8f76-b5d518af8799" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Tue, 26 May 2020 16:09:57 GMT" + ], + "Content-Length": [ + "107" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"cf7a24fe-216e-4450-bd6c-bd5de19e92a3\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-05-26T14:02:53.69Z\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/ps7012/providers/Microsoft.Sql/locations/westcentralus/managedInstanceAzureAsyncOperation/cf7a24fe-216e-4450-bd6c-bd5de19e92a3?api-version=2018-06-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Jlc291cmNlR3JvdXBzL3BzNzAxMi9wcm92aWRlcnMvTWljcm9zb2Z0LlNxbC9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9tYW5hZ2VkSW5zdGFuY2VBenVyZUFzeW5jT3BlcmF0aW9uL2NmN2EyNGZlLTIxNmUtNDQ1MC1iZDZjLWJkNWRlMTllOTJhMz9hcGktdmVyc2lvbj0yMDE4LTA2LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.42.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "60" + ], + "x-ms-request-id": [ + "4c70b1d1-3441-4b14-b74f-2c8ee336f6f0" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11939" + ], + "x-ms-correlation-request-id": [ + "64624e97-3696-4a66-906a-9c58271b4d92" + ], + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200526T161058Z:64624e97-3696-4a66-906a-9c58271b4d92" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Tue, 26 May 2020 16:10:57 GMT" + ], + "Content-Length": [ + "107" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"cf7a24fe-216e-4450-bd6c-bd5de19e92a3\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-05-26T14:02:53.69Z\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/ps7012/providers/Microsoft.Sql/locations/westcentralus/managedInstanceAzureAsyncOperation/cf7a24fe-216e-4450-bd6c-bd5de19e92a3?api-version=2018-06-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Jlc291cmNlR3JvdXBzL3BzNzAxMi9wcm92aWRlcnMvTWljcm9zb2Z0LlNxbC9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9tYW5hZ2VkSW5zdGFuY2VBenVyZUFzeW5jT3BlcmF0aW9uL2NmN2EyNGZlLTIxNmUtNDQ1MC1iZDZjLWJkNWRlMTllOTJhMz9hcGktdmVyc2lvbj0yMDE4LTA2LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.42.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "60" + ], + "x-ms-request-id": [ + "7b967440-7945-4a92-ba6d-fc81d5bd4509" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11938" + ], + "x-ms-correlation-request-id": [ + "a2f9b7d2-167e-4cd7-81c9-e7e20c373542" + ], + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200526T161158Z:a2f9b7d2-167e-4cd7-81c9-e7e20c373542" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Tue, 26 May 2020 16:11:58 GMT" + ], + "Content-Length": [ + "107" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"cf7a24fe-216e-4450-bd6c-bd5de19e92a3\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-05-26T14:02:53.69Z\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/ps7012/providers/Microsoft.Sql/locations/westcentralus/managedInstanceAzureAsyncOperation/cf7a24fe-216e-4450-bd6c-bd5de19e92a3?api-version=2018-06-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Jlc291cmNlR3JvdXBzL3BzNzAxMi9wcm92aWRlcnMvTWljcm9zb2Z0LlNxbC9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9tYW5hZ2VkSW5zdGFuY2VBenVyZUFzeW5jT3BlcmF0aW9uL2NmN2EyNGZlLTIxNmUtNDQ1MC1iZDZjLWJkNWRlMTllOTJhMz9hcGktdmVyc2lvbj0yMDE4LTA2LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.42.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "60" + ], + "x-ms-request-id": [ + "d45b82d2-5695-47b3-babb-70b553551a6d" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11937" + ], + "x-ms-correlation-request-id": [ + "dffbee5a-5ca6-4885-83eb-b042100cffb2" + ], + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200526T161259Z:dffbee5a-5ca6-4885-83eb-b042100cffb2" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Tue, 26 May 2020 16:12:58 GMT" + ], + "Content-Length": [ + "107" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"cf7a24fe-216e-4450-bd6c-bd5de19e92a3\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-05-26T14:02:53.69Z\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/ps7012/providers/Microsoft.Sql/locations/westcentralus/managedInstanceAzureAsyncOperation/cf7a24fe-216e-4450-bd6c-bd5de19e92a3?api-version=2018-06-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Jlc291cmNlR3JvdXBzL3BzNzAxMi9wcm92aWRlcnMvTWljcm9zb2Z0LlNxbC9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9tYW5hZ2VkSW5zdGFuY2VBenVyZUFzeW5jT3BlcmF0aW9uL2NmN2EyNGZlLTIxNmUtNDQ1MC1iZDZjLWJkNWRlMTllOTJhMz9hcGktdmVyc2lvbj0yMDE4LTA2LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.42.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "60" + ], + "x-ms-request-id": [ + "0ea80998-dce1-4a4c-87b5-e4870fdcd393" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11936" + ], + "x-ms-correlation-request-id": [ + "ce56944b-41c6-4f2c-99d0-8b4ed5154b05" + ], + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200526T161359Z:ce56944b-41c6-4f2c-99d0-8b4ed5154b05" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Tue, 26 May 2020 16:13:59 GMT" + ], + "Content-Length": [ + "107" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"cf7a24fe-216e-4450-bd6c-bd5de19e92a3\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-05-26T14:02:53.69Z\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/ps7012/providers/Microsoft.Sql/locations/westcentralus/managedInstanceAzureAsyncOperation/cf7a24fe-216e-4450-bd6c-bd5de19e92a3?api-version=2018-06-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Jlc291cmNlR3JvdXBzL3BzNzAxMi9wcm92aWRlcnMvTWljcm9zb2Z0LlNxbC9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9tYW5hZ2VkSW5zdGFuY2VBenVyZUFzeW5jT3BlcmF0aW9uL2NmN2EyNGZlLTIxNmUtNDQ1MC1iZDZjLWJkNWRlMTllOTJhMz9hcGktdmVyc2lvbj0yMDE4LTA2LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.42.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "60" + ], + "x-ms-request-id": [ + "c08a46b1-a72d-4c22-9c1a-003f8ec33bf1" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11940" + ], + "x-ms-correlation-request-id": [ + "e1e3a79a-a60c-45e7-8030-799ee90065c4" + ], + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200526T161500Z:e1e3a79a-a60c-45e7-8030-799ee90065c4" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Tue, 26 May 2020 16:15:00 GMT" + ], + "Content-Length": [ + "107" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"cf7a24fe-216e-4450-bd6c-bd5de19e92a3\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-05-26T14:02:53.69Z\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/ps7012/providers/Microsoft.Sql/locations/westcentralus/managedInstanceAzureAsyncOperation/cf7a24fe-216e-4450-bd6c-bd5de19e92a3?api-version=2018-06-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Jlc291cmNlR3JvdXBzL3BzNzAxMi9wcm92aWRlcnMvTWljcm9zb2Z0LlNxbC9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9tYW5hZ2VkSW5zdGFuY2VBenVyZUFzeW5jT3BlcmF0aW9uL2NmN2EyNGZlLTIxNmUtNDQ1MC1iZDZjLWJkNWRlMTllOTJhMz9hcGktdmVyc2lvbj0yMDE4LTA2LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.42.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "60" + ], + "x-ms-request-id": [ + "92230298-0152-42aa-bf76-1e1383166df8" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11939" + ], + "x-ms-correlation-request-id": [ + "25d0fbe4-0f76-4f12-b989-1195906449ac" + ], + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200526T161600Z:25d0fbe4-0f76-4f12-b989-1195906449ac" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Tue, 26 May 2020 16:16:00 GMT" + ], + "Content-Length": [ + "107" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"cf7a24fe-216e-4450-bd6c-bd5de19e92a3\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-05-26T14:02:53.69Z\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/ps7012/providers/Microsoft.Sql/locations/westcentralus/managedInstanceAzureAsyncOperation/cf7a24fe-216e-4450-bd6c-bd5de19e92a3?api-version=2018-06-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Jlc291cmNlR3JvdXBzL3BzNzAxMi9wcm92aWRlcnMvTWljcm9zb2Z0LlNxbC9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9tYW5hZ2VkSW5zdGFuY2VBenVyZUFzeW5jT3BlcmF0aW9uL2NmN2EyNGZlLTIxNmUtNDQ1MC1iZDZjLWJkNWRlMTllOTJhMz9hcGktdmVyc2lvbj0yMDE4LTA2LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.42.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "60" + ], + "x-ms-request-id": [ + "784d232c-8ff7-4f5c-b0c1-eb3bebb22f80" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11938" + ], + "x-ms-correlation-request-id": [ + "1eb6d5e1-fcdd-4b74-9eed-c67b890f7e2e" + ], + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200526T161701Z:1eb6d5e1-fcdd-4b74-9eed-c67b890f7e2e" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Tue, 26 May 2020 16:17:00 GMT" + ], + "Content-Length": [ + "107" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"cf7a24fe-216e-4450-bd6c-bd5de19e92a3\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-05-26T14:02:53.69Z\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/ps7012/providers/Microsoft.Sql/locations/westcentralus/managedInstanceAzureAsyncOperation/cf7a24fe-216e-4450-bd6c-bd5de19e92a3?api-version=2018-06-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Jlc291cmNlR3JvdXBzL3BzNzAxMi9wcm92aWRlcnMvTWljcm9zb2Z0LlNxbC9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9tYW5hZ2VkSW5zdGFuY2VBenVyZUFzeW5jT3BlcmF0aW9uL2NmN2EyNGZlLTIxNmUtNDQ1MC1iZDZjLWJkNWRlMTllOTJhMz9hcGktdmVyc2lvbj0yMDE4LTA2LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.42.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "60" + ], + "x-ms-request-id": [ + "946c108b-cfe1-443f-af06-0878ea07b7cf" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11937" + ], + "x-ms-correlation-request-id": [ + "018c82f9-5c18-470c-ac67-69bd89589946" + ], + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200526T161801Z:018c82f9-5c18-470c-ac67-69bd89589946" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Tue, 26 May 2020 16:18:01 GMT" + ], + "Content-Length": [ + "107" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"cf7a24fe-216e-4450-bd6c-bd5de19e92a3\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-05-26T14:02:53.69Z\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/ps7012/providers/Microsoft.Sql/locations/westcentralus/managedInstanceAzureAsyncOperation/cf7a24fe-216e-4450-bd6c-bd5de19e92a3?api-version=2018-06-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Jlc291cmNlR3JvdXBzL3BzNzAxMi9wcm92aWRlcnMvTWljcm9zb2Z0LlNxbC9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9tYW5hZ2VkSW5zdGFuY2VBenVyZUFzeW5jT3BlcmF0aW9uL2NmN2EyNGZlLTIxNmUtNDQ1MC1iZDZjLWJkNWRlMTllOTJhMz9hcGktdmVyc2lvbj0yMDE4LTA2LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.42.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "60" + ], + "x-ms-request-id": [ + "1b070c83-2c47-46e3-b254-82b082d27d57" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11936" + ], + "x-ms-correlation-request-id": [ + "c1e0da94-e632-470a-bf0b-e06e8766c61c" + ], + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200526T161902Z:c1e0da94-e632-470a-bf0b-e06e8766c61c" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Tue, 26 May 2020 16:19:02 GMT" + ], + "Content-Length": [ + "107" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"cf7a24fe-216e-4450-bd6c-bd5de19e92a3\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-05-26T14:02:53.69Z\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/ps7012/providers/Microsoft.Sql/locations/westcentralus/managedInstanceAzureAsyncOperation/cf7a24fe-216e-4450-bd6c-bd5de19e92a3?api-version=2018-06-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Jlc291cmNlR3JvdXBzL3BzNzAxMi9wcm92aWRlcnMvTWljcm9zb2Z0LlNxbC9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9tYW5hZ2VkSW5zdGFuY2VBenVyZUFzeW5jT3BlcmF0aW9uL2NmN2EyNGZlLTIxNmUtNDQ1MC1iZDZjLWJkNWRlMTllOTJhMz9hcGktdmVyc2lvbj0yMDE4LTA2LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.42.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "60" + ], + "x-ms-request-id": [ + "921b8859-b72d-488e-9c23-91f3d88aecb1" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11940" + ], + "x-ms-correlation-request-id": [ + "a06e3474-69d7-44b1-9069-b4db976f26da" + ], + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200526T162002Z:a06e3474-69d7-44b1-9069-b4db976f26da" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Tue, 26 May 2020 16:20:01 GMT" + ], + "Content-Length": [ + "107" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"cf7a24fe-216e-4450-bd6c-bd5de19e92a3\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-05-26T14:02:53.69Z\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/ps7012/providers/Microsoft.Sql/locations/westcentralus/managedInstanceAzureAsyncOperation/cf7a24fe-216e-4450-bd6c-bd5de19e92a3?api-version=2018-06-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Jlc291cmNlR3JvdXBzL3BzNzAxMi9wcm92aWRlcnMvTWljcm9zb2Z0LlNxbC9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9tYW5hZ2VkSW5zdGFuY2VBenVyZUFzeW5jT3BlcmF0aW9uL2NmN2EyNGZlLTIxNmUtNDQ1MC1iZDZjLWJkNWRlMTllOTJhMz9hcGktdmVyc2lvbj0yMDE4LTA2LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.42.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "60" + ], + "x-ms-request-id": [ + "e0dc4c11-5a71-434a-af3c-c6c6f3bf23da" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11939" + ], + "x-ms-correlation-request-id": [ + "0d91254b-9651-4feb-97cb-8a6e7c50bb81" + ], + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200526T162103Z:0d91254b-9651-4feb-97cb-8a6e7c50bb81" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Tue, 26 May 2020 16:21:02 GMT" + ], + "Content-Length": [ + "107" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"cf7a24fe-216e-4450-bd6c-bd5de19e92a3\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-05-26T14:02:53.69Z\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/ps7012/providers/Microsoft.Sql/locations/westcentralus/managedInstanceAzureAsyncOperation/cf7a24fe-216e-4450-bd6c-bd5de19e92a3?api-version=2018-06-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Jlc291cmNlR3JvdXBzL3BzNzAxMi9wcm92aWRlcnMvTWljcm9zb2Z0LlNxbC9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9tYW5hZ2VkSW5zdGFuY2VBenVyZUFzeW5jT3BlcmF0aW9uL2NmN2EyNGZlLTIxNmUtNDQ1MC1iZDZjLWJkNWRlMTllOTJhMz9hcGktdmVyc2lvbj0yMDE4LTA2LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.42.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "60" + ], + "x-ms-request-id": [ + "a6e25c7d-de60-4daf-be1f-83892d7a799e" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11938" + ], + "x-ms-correlation-request-id": [ + "c9f945dc-e887-4a98-9912-4d394c6a844f" + ], + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200526T162203Z:c9f945dc-e887-4a98-9912-4d394c6a844f" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Tue, 26 May 2020 16:22:03 GMT" + ], + "Content-Length": [ + "107" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"cf7a24fe-216e-4450-bd6c-bd5de19e92a3\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-05-26T14:02:53.69Z\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/ps7012/providers/Microsoft.Sql/locations/westcentralus/managedInstanceAzureAsyncOperation/cf7a24fe-216e-4450-bd6c-bd5de19e92a3?api-version=2018-06-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Jlc291cmNlR3JvdXBzL3BzNzAxMi9wcm92aWRlcnMvTWljcm9zb2Z0LlNxbC9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9tYW5hZ2VkSW5zdGFuY2VBenVyZUFzeW5jT3BlcmF0aW9uL2NmN2EyNGZlLTIxNmUtNDQ1MC1iZDZjLWJkNWRlMTllOTJhMz9hcGktdmVyc2lvbj0yMDE4LTA2LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.42.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "60" + ], + "x-ms-request-id": [ + "40aa36d8-86fa-4a81-9d11-f6f1a17dc6ff" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11937" + ], + "x-ms-correlation-request-id": [ + "87b981d1-5b9e-42d1-8761-c973b4a07822" + ], + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200526T162304Z:87b981d1-5b9e-42d1-8761-c973b4a07822" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Tue, 26 May 2020 16:23:04 GMT" + ], + "Content-Length": [ + "107" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"cf7a24fe-216e-4450-bd6c-bd5de19e92a3\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-05-26T14:02:53.69Z\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/ps7012/providers/Microsoft.Sql/locations/westcentralus/managedInstanceAzureAsyncOperation/cf7a24fe-216e-4450-bd6c-bd5de19e92a3?api-version=2018-06-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Jlc291cmNlR3JvdXBzL3BzNzAxMi9wcm92aWRlcnMvTWljcm9zb2Z0LlNxbC9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9tYW5hZ2VkSW5zdGFuY2VBenVyZUFzeW5jT3BlcmF0aW9uL2NmN2EyNGZlLTIxNmUtNDQ1MC1iZDZjLWJkNWRlMTllOTJhMz9hcGktdmVyc2lvbj0yMDE4LTA2LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.42.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "60" + ], + "x-ms-request-id": [ + "7b864e57-44d4-4f35-a67e-4a8b3da0e2f3" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11936" + ], + "x-ms-correlation-request-id": [ + "a0e7b49c-6119-4f43-b43f-0165b09cdab5" + ], + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200526T162404Z:a0e7b49c-6119-4f43-b43f-0165b09cdab5" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Tue, 26 May 2020 16:24:04 GMT" + ], + "Content-Length": [ + "107" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"cf7a24fe-216e-4450-bd6c-bd5de19e92a3\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-05-26T14:02:53.69Z\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/ps7012/providers/Microsoft.Sql/locations/westcentralus/managedInstanceAzureAsyncOperation/cf7a24fe-216e-4450-bd6c-bd5de19e92a3?api-version=2018-06-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Jlc291cmNlR3JvdXBzL3BzNzAxMi9wcm92aWRlcnMvTWljcm9zb2Z0LlNxbC9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9tYW5hZ2VkSW5zdGFuY2VBenVyZUFzeW5jT3BlcmF0aW9uL2NmN2EyNGZlLTIxNmUtNDQ1MC1iZDZjLWJkNWRlMTllOTJhMz9hcGktdmVyc2lvbj0yMDE4LTA2LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.42.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "60" + ], + "x-ms-request-id": [ + "9076dc3d-5615-4429-bce1-030b3999403f" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11940" + ], + "x-ms-correlation-request-id": [ + "ac839622-df08-4d4c-ad45-fae0e592e307" + ], + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200526T162505Z:ac839622-df08-4d4c-ad45-fae0e592e307" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Tue, 26 May 2020 16:25:04 GMT" + ], + "Content-Length": [ + "107" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"cf7a24fe-216e-4450-bd6c-bd5de19e92a3\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-05-26T14:02:53.69Z\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/ps7012/providers/Microsoft.Sql/locations/westcentralus/managedInstanceAzureAsyncOperation/cf7a24fe-216e-4450-bd6c-bd5de19e92a3?api-version=2018-06-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Jlc291cmNlR3JvdXBzL3BzNzAxMi9wcm92aWRlcnMvTWljcm9zb2Z0LlNxbC9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9tYW5hZ2VkSW5zdGFuY2VBenVyZUFzeW5jT3BlcmF0aW9uL2NmN2EyNGZlLTIxNmUtNDQ1MC1iZDZjLWJkNWRlMTllOTJhMz9hcGktdmVyc2lvbj0yMDE4LTA2LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.42.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "60" + ], + "x-ms-request-id": [ + "5039ad06-a812-44ab-b66f-c8f63ccb86d7" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11939" + ], + "x-ms-correlation-request-id": [ + "87ea729f-180b-4ca8-bdc0-13eefe74edd5" + ], + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200526T162605Z:87ea729f-180b-4ca8-bdc0-13eefe74edd5" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Tue, 26 May 2020 16:26:05 GMT" + ], + "Content-Length": [ + "107" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"cf7a24fe-216e-4450-bd6c-bd5de19e92a3\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-05-26T14:02:53.69Z\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/ps7012/providers/Microsoft.Sql/locations/westcentralus/managedInstanceAzureAsyncOperation/cf7a24fe-216e-4450-bd6c-bd5de19e92a3?api-version=2018-06-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Jlc291cmNlR3JvdXBzL3BzNzAxMi9wcm92aWRlcnMvTWljcm9zb2Z0LlNxbC9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9tYW5hZ2VkSW5zdGFuY2VBenVyZUFzeW5jT3BlcmF0aW9uL2NmN2EyNGZlLTIxNmUtNDQ1MC1iZDZjLWJkNWRlMTllOTJhMz9hcGktdmVyc2lvbj0yMDE4LTA2LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.42.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "60" + ], + "x-ms-request-id": [ + "40cbf899-86ec-4541-9752-dec2403f2a33" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11938" + ], + "x-ms-correlation-request-id": [ + "e9ac094d-5d8d-4283-9cb2-f74c23a0086c" + ], + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200526T162706Z:e9ac094d-5d8d-4283-9cb2-f74c23a0086c" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Tue, 26 May 2020 16:27:06 GMT" + ], + "Content-Length": [ + "107" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"cf7a24fe-216e-4450-bd6c-bd5de19e92a3\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-05-26T14:02:53.69Z\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/ps7012/providers/Microsoft.Sql/locations/westcentralus/managedInstanceAzureAsyncOperation/cf7a24fe-216e-4450-bd6c-bd5de19e92a3?api-version=2018-06-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Jlc291cmNlR3JvdXBzL3BzNzAxMi9wcm92aWRlcnMvTWljcm9zb2Z0LlNxbC9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9tYW5hZ2VkSW5zdGFuY2VBenVyZUFzeW5jT3BlcmF0aW9uL2NmN2EyNGZlLTIxNmUtNDQ1MC1iZDZjLWJkNWRlMTllOTJhMz9hcGktdmVyc2lvbj0yMDE4LTA2LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.42.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "60" + ], + "x-ms-request-id": [ + "ad4fa56b-abfb-4168-9c0d-a01996bdadfa" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11937" + ], + "x-ms-correlation-request-id": [ + "c1377876-46a9-42ed-a441-e380608b8aa2" + ], + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200526T162807Z:c1377876-46a9-42ed-a441-e380608b8aa2" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Tue, 26 May 2020 16:28:06 GMT" + ], + "Content-Length": [ + "107" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"cf7a24fe-216e-4450-bd6c-bd5de19e92a3\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-05-26T14:02:53.69Z\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/ps7012/providers/Microsoft.Sql/locations/westcentralus/managedInstanceAzureAsyncOperation/cf7a24fe-216e-4450-bd6c-bd5de19e92a3?api-version=2018-06-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Jlc291cmNlR3JvdXBzL3BzNzAxMi9wcm92aWRlcnMvTWljcm9zb2Z0LlNxbC9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9tYW5hZ2VkSW5zdGFuY2VBenVyZUFzeW5jT3BlcmF0aW9uL2NmN2EyNGZlLTIxNmUtNDQ1MC1iZDZjLWJkNWRlMTllOTJhMz9hcGktdmVyc2lvbj0yMDE4LTA2LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.42.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "60" + ], + "x-ms-request-id": [ + "fb0a345e-6573-49e5-83f2-74e83d220dea" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11936" + ], + "x-ms-correlation-request-id": [ + "1bab9eaf-f050-4bbf-af76-fcf9804a754a" + ], + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200526T162907Z:1bab9eaf-f050-4bbf-af76-fcf9804a754a" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Tue, 26 May 2020 16:29:07 GMT" + ], + "Content-Length": [ + "107" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"cf7a24fe-216e-4450-bd6c-bd5de19e92a3\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-05-26T14:02:53.69Z\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/ps7012/providers/Microsoft.Sql/locations/westcentralus/managedInstanceAzureAsyncOperation/cf7a24fe-216e-4450-bd6c-bd5de19e92a3?api-version=2018-06-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Jlc291cmNlR3JvdXBzL3BzNzAxMi9wcm92aWRlcnMvTWljcm9zb2Z0LlNxbC9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9tYW5hZ2VkSW5zdGFuY2VBenVyZUFzeW5jT3BlcmF0aW9uL2NmN2EyNGZlLTIxNmUtNDQ1MC1iZDZjLWJkNWRlMTllOTJhMz9hcGktdmVyc2lvbj0yMDE4LTA2LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.42.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "60" + ], + "x-ms-request-id": [ + "eaad8fd1-a2e7-4f21-932c-8c3f300305c5" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11940" + ], + "x-ms-correlation-request-id": [ + "f974f19d-be77-4fbe-966b-64114c52edac" + ], + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200526T163008Z:f974f19d-be77-4fbe-966b-64114c52edac" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Tue, 26 May 2020 16:30:07 GMT" + ], + "Content-Length": [ + "107" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"cf7a24fe-216e-4450-bd6c-bd5de19e92a3\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-05-26T14:02:53.69Z\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/ps7012/providers/Microsoft.Sql/locations/westcentralus/managedInstanceAzureAsyncOperation/cf7a24fe-216e-4450-bd6c-bd5de19e92a3?api-version=2018-06-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Jlc291cmNlR3JvdXBzL3BzNzAxMi9wcm92aWRlcnMvTWljcm9zb2Z0LlNxbC9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9tYW5hZ2VkSW5zdGFuY2VBenVyZUFzeW5jT3BlcmF0aW9uL2NmN2EyNGZlLTIxNmUtNDQ1MC1iZDZjLWJkNWRlMTllOTJhMz9hcGktdmVyc2lvbj0yMDE4LTA2LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.42.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "60" + ], + "x-ms-request-id": [ + "92dd6129-eded-46f8-bca0-229ea33bf077" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11939" + ], + "x-ms-correlation-request-id": [ + "44c62f57-341e-48d6-885b-ef805d0c670e" + ], + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200526T163108Z:44c62f57-341e-48d6-885b-ef805d0c670e" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Tue, 26 May 2020 16:31:08 GMT" + ], + "Content-Length": [ + "107" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"cf7a24fe-216e-4450-bd6c-bd5de19e92a3\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-05-26T14:02:53.69Z\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/ps7012/providers/Microsoft.Sql/locations/westcentralus/managedInstanceAzureAsyncOperation/cf7a24fe-216e-4450-bd6c-bd5de19e92a3?api-version=2018-06-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Jlc291cmNlR3JvdXBzL3BzNzAxMi9wcm92aWRlcnMvTWljcm9zb2Z0LlNxbC9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9tYW5hZ2VkSW5zdGFuY2VBenVyZUFzeW5jT3BlcmF0aW9uL2NmN2EyNGZlLTIxNmUtNDQ1MC1iZDZjLWJkNWRlMTllOTJhMz9hcGktdmVyc2lvbj0yMDE4LTA2LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.42.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "60" + ], + "x-ms-request-id": [ + "328f7c54-d1a3-4799-a207-9536979cd1c5" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11938" + ], + "x-ms-correlation-request-id": [ + "0703a51c-bf57-4d77-88d3-1f6d06f96db0" + ], + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200526T163209Z:0703a51c-bf57-4d77-88d3-1f6d06f96db0" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Tue, 26 May 2020 16:32:09 GMT" + ], + "Content-Length": [ + "107" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"cf7a24fe-216e-4450-bd6c-bd5de19e92a3\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-05-26T14:02:53.69Z\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/ps7012/providers/Microsoft.Sql/locations/westcentralus/managedInstanceAzureAsyncOperation/cf7a24fe-216e-4450-bd6c-bd5de19e92a3?api-version=2018-06-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Jlc291cmNlR3JvdXBzL3BzNzAxMi9wcm92aWRlcnMvTWljcm9zb2Z0LlNxbC9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9tYW5hZ2VkSW5zdGFuY2VBenVyZUFzeW5jT3BlcmF0aW9uL2NmN2EyNGZlLTIxNmUtNDQ1MC1iZDZjLWJkNWRlMTllOTJhMz9hcGktdmVyc2lvbj0yMDE4LTA2LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.42.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "60" + ], + "x-ms-request-id": [ + "7cf464bd-9937-4e30-b58a-8d3a2be520c9" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11937" + ], + "x-ms-correlation-request-id": [ + "51837544-8815-492e-9714-18635e191c47" + ], + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200526T163309Z:51837544-8815-492e-9714-18635e191c47" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Tue, 26 May 2020 16:33:09 GMT" + ], + "Content-Length": [ + "107" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"cf7a24fe-216e-4450-bd6c-bd5de19e92a3\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-05-26T14:02:53.69Z\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/ps7012/providers/Microsoft.Sql/locations/westcentralus/managedInstanceAzureAsyncOperation/cf7a24fe-216e-4450-bd6c-bd5de19e92a3?api-version=2018-06-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Jlc291cmNlR3JvdXBzL3BzNzAxMi9wcm92aWRlcnMvTWljcm9zb2Z0LlNxbC9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9tYW5hZ2VkSW5zdGFuY2VBenVyZUFzeW5jT3BlcmF0aW9uL2NmN2EyNGZlLTIxNmUtNDQ1MC1iZDZjLWJkNWRlMTllOTJhMz9hcGktdmVyc2lvbj0yMDE4LTA2LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.42.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "60" + ], + "x-ms-request-id": [ + "1700cc1b-ae2d-4eb8-9cce-2436747bb045" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11936" + ], + "x-ms-correlation-request-id": [ + "a94bf2e7-d28a-40a9-b2c3-a74c34a1d64f" + ], + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200526T163409Z:a94bf2e7-d28a-40a9-b2c3-a74c34a1d64f" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Tue, 26 May 2020 16:34:09 GMT" + ], + "Content-Length": [ + "107" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"cf7a24fe-216e-4450-bd6c-bd5de19e92a3\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-05-26T14:02:53.69Z\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/ps7012/providers/Microsoft.Sql/locations/westcentralus/managedInstanceAzureAsyncOperation/cf7a24fe-216e-4450-bd6c-bd5de19e92a3?api-version=2018-06-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Jlc291cmNlR3JvdXBzL3BzNzAxMi9wcm92aWRlcnMvTWljcm9zb2Z0LlNxbC9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9tYW5hZ2VkSW5zdGFuY2VBenVyZUFzeW5jT3BlcmF0aW9uL2NmN2EyNGZlLTIxNmUtNDQ1MC1iZDZjLWJkNWRlMTllOTJhMz9hcGktdmVyc2lvbj0yMDE4LTA2LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.42.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "60" + ], + "x-ms-request-id": [ + "771d9344-debc-4ac9-90ec-646288f75a70" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11940" + ], + "x-ms-correlation-request-id": [ + "21eabc38-2272-4d6c-9298-57e03267ca45" + ], + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200526T163510Z:21eabc38-2272-4d6c-9298-57e03267ca45" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Tue, 26 May 2020 16:35:10 GMT" + ], + "Content-Length": [ + "107" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"cf7a24fe-216e-4450-bd6c-bd5de19e92a3\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-05-26T14:02:53.69Z\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/ps7012/providers/Microsoft.Sql/locations/westcentralus/managedInstanceAzureAsyncOperation/cf7a24fe-216e-4450-bd6c-bd5de19e92a3?api-version=2018-06-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Jlc291cmNlR3JvdXBzL3BzNzAxMi9wcm92aWRlcnMvTWljcm9zb2Z0LlNxbC9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9tYW5hZ2VkSW5zdGFuY2VBenVyZUFzeW5jT3BlcmF0aW9uL2NmN2EyNGZlLTIxNmUtNDQ1MC1iZDZjLWJkNWRlMTllOTJhMz9hcGktdmVyc2lvbj0yMDE4LTA2LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.42.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "60" + ], + "x-ms-request-id": [ + "49dbb4f9-cac9-4f1f-977f-2b67bfce4b30" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11939" + ], + "x-ms-correlation-request-id": [ + "f4d1a5aa-0323-43cb-868b-991b51931156" + ], + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200526T163610Z:f4d1a5aa-0323-43cb-868b-991b51931156" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Tue, 26 May 2020 16:36:10 GMT" + ], + "Content-Length": [ + "107" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"cf7a24fe-216e-4450-bd6c-bd5de19e92a3\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-05-26T14:02:53.69Z\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/ps7012/providers/Microsoft.Sql/locations/westcentralus/managedInstanceAzureAsyncOperation/cf7a24fe-216e-4450-bd6c-bd5de19e92a3?api-version=2018-06-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Jlc291cmNlR3JvdXBzL3BzNzAxMi9wcm92aWRlcnMvTWljcm9zb2Z0LlNxbC9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9tYW5hZ2VkSW5zdGFuY2VBenVyZUFzeW5jT3BlcmF0aW9uL2NmN2EyNGZlLTIxNmUtNDQ1MC1iZDZjLWJkNWRlMTllOTJhMz9hcGktdmVyc2lvbj0yMDE4LTA2LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.42.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "60" + ], + "x-ms-request-id": [ + "e556bc33-b32c-4824-9e19-bef70f94b048" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11938" + ], + "x-ms-correlation-request-id": [ + "b2dbdf1f-7ee0-4622-ad2e-dd8762e688cb" + ], + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200526T163711Z:b2dbdf1f-7ee0-4622-ad2e-dd8762e688cb" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Tue, 26 May 2020 16:37:11 GMT" + ], + "Content-Length": [ + "107" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"cf7a24fe-216e-4450-bd6c-bd5de19e92a3\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-05-26T14:02:53.69Z\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/ps7012/providers/Microsoft.Sql/locations/westcentralus/managedInstanceAzureAsyncOperation/cf7a24fe-216e-4450-bd6c-bd5de19e92a3?api-version=2018-06-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Jlc291cmNlR3JvdXBzL3BzNzAxMi9wcm92aWRlcnMvTWljcm9zb2Z0LlNxbC9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9tYW5hZ2VkSW5zdGFuY2VBenVyZUFzeW5jT3BlcmF0aW9uL2NmN2EyNGZlLTIxNmUtNDQ1MC1iZDZjLWJkNWRlMTllOTJhMz9hcGktdmVyc2lvbj0yMDE4LTA2LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.42.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "60" + ], + "x-ms-request-id": [ + "91dde989-e05f-46bb-8ffd-4524d82398dc" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11937" + ], + "x-ms-correlation-request-id": [ + "8021190e-82ed-475c-91c7-8a940f5e8b9d" + ], + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200526T163811Z:8021190e-82ed-475c-91c7-8a940f5e8b9d" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Tue, 26 May 2020 16:38:11 GMT" + ], + "Content-Length": [ + "107" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"cf7a24fe-216e-4450-bd6c-bd5de19e92a3\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-05-26T14:02:53.69Z\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/ps7012/providers/Microsoft.Sql/locations/westcentralus/managedInstanceAzureAsyncOperation/cf7a24fe-216e-4450-bd6c-bd5de19e92a3?api-version=2018-06-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Jlc291cmNlR3JvdXBzL3BzNzAxMi9wcm92aWRlcnMvTWljcm9zb2Z0LlNxbC9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9tYW5hZ2VkSW5zdGFuY2VBenVyZUFzeW5jT3BlcmF0aW9uL2NmN2EyNGZlLTIxNmUtNDQ1MC1iZDZjLWJkNWRlMTllOTJhMz9hcGktdmVyc2lvbj0yMDE4LTA2LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.42.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "60" + ], + "x-ms-request-id": [ + "7fb9fa97-953e-4518-a721-2aaa41298919" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11936" + ], + "x-ms-correlation-request-id": [ + "70b0f283-b82d-470e-8283-6c4e9dfa5573" + ], + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200526T163912Z:70b0f283-b82d-470e-8283-6c4e9dfa5573" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Tue, 26 May 2020 16:39:11 GMT" + ], + "Content-Length": [ + "107" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"cf7a24fe-216e-4450-bd6c-bd5de19e92a3\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-05-26T14:02:53.69Z\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/ps7012/providers/Microsoft.Sql/locations/westcentralus/managedInstanceAzureAsyncOperation/cf7a24fe-216e-4450-bd6c-bd5de19e92a3?api-version=2018-06-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Jlc291cmNlR3JvdXBzL3BzNzAxMi9wcm92aWRlcnMvTWljcm9zb2Z0LlNxbC9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9tYW5hZ2VkSW5zdGFuY2VBenVyZUFzeW5jT3BlcmF0aW9uL2NmN2EyNGZlLTIxNmUtNDQ1MC1iZDZjLWJkNWRlMTllOTJhMz9hcGktdmVyc2lvbj0yMDE4LTA2LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.42.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "60" + ], + "x-ms-request-id": [ + "8d09e506-91bc-4b9a-adba-aff0279af470" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11940" + ], + "x-ms-correlation-request-id": [ + "8964adfc-aef5-43a6-880c-e3e2da73066f" + ], + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200526T164012Z:8964adfc-aef5-43a6-880c-e3e2da73066f" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Tue, 26 May 2020 16:40:12 GMT" + ], + "Content-Length": [ + "107" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"cf7a24fe-216e-4450-bd6c-bd5de19e92a3\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-05-26T14:02:53.69Z\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/ps7012/providers/Microsoft.Sql/locations/westcentralus/managedInstanceAzureAsyncOperation/cf7a24fe-216e-4450-bd6c-bd5de19e92a3?api-version=2018-06-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Jlc291cmNlR3JvdXBzL3BzNzAxMi9wcm92aWRlcnMvTWljcm9zb2Z0LlNxbC9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9tYW5hZ2VkSW5zdGFuY2VBenVyZUFzeW5jT3BlcmF0aW9uL2NmN2EyNGZlLTIxNmUtNDQ1MC1iZDZjLWJkNWRlMTllOTJhMz9hcGktdmVyc2lvbj0yMDE4LTA2LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.42.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "60" + ], + "x-ms-request-id": [ + "49fee6d7-b737-47ff-befb-ef2799a4afe1" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11939" + ], + "x-ms-correlation-request-id": [ + "61d28894-b49c-4b7a-9773-77cb800a5cf2" + ], + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200526T164113Z:61d28894-b49c-4b7a-9773-77cb800a5cf2" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Tue, 26 May 2020 16:41:13 GMT" + ], + "Content-Length": [ + "107" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"cf7a24fe-216e-4450-bd6c-bd5de19e92a3\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-05-26T14:02:53.69Z\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/ps7012/providers/Microsoft.Sql/locations/westcentralus/managedInstanceAzureAsyncOperation/cf7a24fe-216e-4450-bd6c-bd5de19e92a3?api-version=2018-06-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Jlc291cmNlR3JvdXBzL3BzNzAxMi9wcm92aWRlcnMvTWljcm9zb2Z0LlNxbC9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9tYW5hZ2VkSW5zdGFuY2VBenVyZUFzeW5jT3BlcmF0aW9uL2NmN2EyNGZlLTIxNmUtNDQ1MC1iZDZjLWJkNWRlMTllOTJhMz9hcGktdmVyc2lvbj0yMDE4LTA2LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.42.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "60" + ], + "x-ms-request-id": [ + "65d3be36-4127-4896-aec4-32ee330dbd2b" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11938" + ], + "x-ms-correlation-request-id": [ + "3ad53a70-e151-4395-bb97-a1097c4b262e" + ], + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200526T164214Z:3ad53a70-e151-4395-bb97-a1097c4b262e" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Tue, 26 May 2020 16:42:13 GMT" + ], + "Content-Length": [ + "107" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"cf7a24fe-216e-4450-bd6c-bd5de19e92a3\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-05-26T14:02:53.69Z\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/ps7012/providers/Microsoft.Sql/locations/westcentralus/managedInstanceAzureAsyncOperation/cf7a24fe-216e-4450-bd6c-bd5de19e92a3?api-version=2018-06-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Jlc291cmNlR3JvdXBzL3BzNzAxMi9wcm92aWRlcnMvTWljcm9zb2Z0LlNxbC9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9tYW5hZ2VkSW5zdGFuY2VBenVyZUFzeW5jT3BlcmF0aW9uL2NmN2EyNGZlLTIxNmUtNDQ1MC1iZDZjLWJkNWRlMTllOTJhMz9hcGktdmVyc2lvbj0yMDE4LTA2LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.42.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "60" + ], + "x-ms-request-id": [ + "0f427ac8-283b-4994-85b8-36a5da473ee7" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11937" + ], + "x-ms-correlation-request-id": [ + "13ee1999-285f-450e-8ea7-c4c91d13bbee" + ], + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200526T164314Z:13ee1999-285f-450e-8ea7-c4c91d13bbee" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Tue, 26 May 2020 16:43:14 GMT" + ], + "Content-Length": [ + "106" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"cf7a24fe-216e-4450-bd6c-bd5de19e92a3\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2020-05-26T14:02:53.69Z\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/ps7012/providers/Microsoft.Sql/managedInstances/ps4199/failover?replicaType=ReadableSecondary&api-version=2019-06-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Jlc291cmNlR3JvdXBzL3BzNzAxMi9wcm92aWRlcnMvTWljcm9zb2Z0LlNxbC9tYW5hZ2VkSW5zdGFuY2VzL3BzNDE5OS9mYWlsb3Zlcj9yZXBsaWNhVHlwZT1SZWFkYWJsZVNlY29uZGFyeSZhcGktdmVyc2lvbj0yMDE5LTA2LTAxLXByZXZpZXc=", + "RequestMethod": "POST", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "3aafff00-3f6d-4220-99e8-c90929121280" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.42.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/ps7012/providers/Microsoft.Sql/locations/westcentralus/managedInstanceOperationResults/457a3310-1b62-44fc-aae9-a2b8669c3b74?api-version=2019-06-01-preview" + ], + "Retry-After": [ + "15" + ], + "Azure-AsyncOperation": [ + "https://management.azure.com/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/ps7012/providers/Microsoft.Sql/locations/westcentralus/managedInstanceAzureAsyncOperation/457a3310-1b62-44fc-aae9-a2b8669c3b74?api-version=2019-06-01-preview" + ], + "x-ms-request-id": [ + "457a3310-1b62-44fc-aae9-a2b8669c3b74" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-writes": [ + "1199" + ], + "x-ms-correlation-request-id": [ + "3170df82-08b6-49d0-8a4c-6e4c2a52fc2b" + ], + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200526T164316Z:3170df82-08b6-49d0-8a4c-6e4c2a52fc2b" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Tue, 26 May 2020 16:43:15 GMT" + ], + "Content-Length": [ + "80" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"operation\": \"FailoverManagedServerAsync\",\r\n \"startTime\": \"2020-05-26T16:43:15.19Z\"\r\n}", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/ps7012/providers/Microsoft.Sql/locations/westcentralus/managedInstanceAzureAsyncOperation/457a3310-1b62-44fc-aae9-a2b8669c3b74?api-version=2019-06-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Jlc291cmNlR3JvdXBzL3BzNzAxMi9wcm92aWRlcnMvTWljcm9zb2Z0LlNxbC9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9tYW5hZ2VkSW5zdGFuY2VBenVyZUFzeW5jT3BlcmF0aW9uLzQ1N2EzMzEwLTFiNjItNDRmYy1hYWU5LWEyYjg2NjljM2I3ND9hcGktdmVyc2lvbj0yMDE5LTA2LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.42.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "15" + ], + "x-ms-request-id": [ + "b8efd87c-4862-4f22-85a4-11e4a15b2d32" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11934" + ], + "x-ms-correlation-request-id": [ + "0bd4c2b9-5316-4966-89a1-f33fb1c32bee" + ], + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200526T164331Z:0bd4c2b9-5316-4966-89a1-f33fb1c32bee" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Tue, 26 May 2020 16:43:30 GMT" + ], + "Content-Length": [ + "106" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"457a3310-1b62-44fc-aae9-a2b8669c3b74\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2020-05-26T16:43:15.19Z\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/ps7012/providers/Microsoft.Sql/locations/westcentralus/managedInstanceOperationResults/457a3310-1b62-44fc-aae9-a2b8669c3b74?api-version=2019-06-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Jlc291cmNlR3JvdXBzL3BzNzAxMi9wcm92aWRlcnMvTWljcm9zb2Z0LlNxbC9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9tYW5hZ2VkSW5zdGFuY2VPcGVyYXRpb25SZXN1bHRzLzQ1N2EzMzEwLTFiNjItNDRmYy1hYWU5LWEyYjg2NjljM2I3ND9hcGktdmVyc2lvbj0yMDE5LTA2LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.42.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-request-id": [ + "182392dd-b1be-4be1-929a-378ed5d5d057" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11933" + ], + "x-ms-correlation-request-id": [ + "bf99532b-bf2d-42e4-8cce-974d58ac2fbd" + ], + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200526T164331Z:bf99532b-bf2d-42e4-8cce-974d58ac2fbd" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Tue, 26 May 2020 16:43:30 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourcegroups/ps7012?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Jlc291cmNlZ3JvdXBzL3BzNzAxMj9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestMethod": "DELETE", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "66887412-048b-406c-b635-4a98ca873dad" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.13" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzcwMTItV0VTVENFTlRSQUxVUyIsImpvYkxvY2F0aW9uIjoid2VzdGNlbnRyYWx1cyJ9?api-version=2016-09-01" + ], + "Retry-After": [ + "15" + ], + "x-ms-ratelimit-remaining-subscription-deletes": [ + "14999" + ], + "x-ms-request-id": [ + "106a2189-c52f-4d26-a5bb-f30873b063e3" + ], + "x-ms-correlation-request-id": [ + "106a2189-c52f-4d26-a5bb-f30873b063e3" + ], + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200526T164335Z:106a2189-c52f-4d26-a5bb-f30873b063e3" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Tue, 26 May 2020 16:43:34 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzcwMTItV0VTVENFTlRSQUxVUyIsImpvYkxvY2F0aW9uIjoid2VzdGNlbnRyYWx1cyJ9?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpjd01USXRWMFZUVkVORlRsUlNRVXhWVXlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRHTmxiblJ5WVd4MWN5Sjk/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.13" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzcwMTItV0VTVENFTlRSQUxVUyIsImpvYkxvY2F0aW9uIjoid2VzdGNlbnRyYWx1cyJ9?api-version=2016-09-01" + ], + "Retry-After": [ + "15" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11999" + ], + "x-ms-request-id": [ + "6b1a3e29-e916-406a-9e1f-dc0193a8b359" + ], + "x-ms-correlation-request-id": [ + "6b1a3e29-e916-406a-9e1f-dc0193a8b359" + ], + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200526T164350Z:6b1a3e29-e916-406a-9e1f-dc0193a8b359" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Tue, 26 May 2020 16:43:50 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzcwMTItV0VTVENFTlRSQUxVUyIsImpvYkxvY2F0aW9uIjoid2VzdGNlbnRyYWx1cyJ9?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpjd01USXRWMFZUVkVORlRsUlNRVXhWVXlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRHTmxiblJ5WVd4MWN5Sjk/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.13" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzcwMTItV0VTVENFTlRSQUxVUyIsImpvYkxvY2F0aW9uIjoid2VzdGNlbnRyYWx1cyJ9?api-version=2016-09-01" + ], + "Retry-After": [ + "15" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11998" + ], + "x-ms-request-id": [ + "f47a8c1a-4852-45ee-a67f-400c1333dd9a" + ], + "x-ms-correlation-request-id": [ + "f47a8c1a-4852-45ee-a67f-400c1333dd9a" + ], + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200526T164406Z:f47a8c1a-4852-45ee-a67f-400c1333dd9a" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Tue, 26 May 2020 16:44:05 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzcwMTItV0VTVENFTlRSQUxVUyIsImpvYkxvY2F0aW9uIjoid2VzdGNlbnRyYWx1cyJ9?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpjd01USXRWMFZUVkVORlRsUlNRVXhWVXlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRHTmxiblJ5WVd4MWN5Sjk/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.13" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzcwMTItV0VTVENFTlRSQUxVUyIsImpvYkxvY2F0aW9uIjoid2VzdGNlbnRyYWx1cyJ9?api-version=2016-09-01" + ], + "Retry-After": [ + "15" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11997" + ], + "x-ms-request-id": [ + "4f7aad38-f7b2-46cb-9899-bd48055707a3" + ], + "x-ms-correlation-request-id": [ + "4f7aad38-f7b2-46cb-9899-bd48055707a3" + ], + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200526T164421Z:4f7aad38-f7b2-46cb-9899-bd48055707a3" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Tue, 26 May 2020 16:44:20 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzcwMTItV0VTVENFTlRSQUxVUyIsImpvYkxvY2F0aW9uIjoid2VzdGNlbnRyYWx1cyJ9?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpjd01USXRWMFZUVkVORlRsUlNRVXhWVXlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRHTmxiblJ5WVd4MWN5Sjk/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.13" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzcwMTItV0VTVENFTlRSQUxVUyIsImpvYkxvY2F0aW9uIjoid2VzdGNlbnRyYWx1cyJ9?api-version=2016-09-01" + ], + "Retry-After": [ + "15" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11996" + ], + "x-ms-request-id": [ + "a2194fe6-2174-4772-9055-980861789954" + ], + "x-ms-correlation-request-id": [ + "a2194fe6-2174-4772-9055-980861789954" + ], + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200526T164436Z:a2194fe6-2174-4772-9055-980861789954" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Tue, 26 May 2020 16:44:35 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzcwMTItV0VTVENFTlRSQUxVUyIsImpvYkxvY2F0aW9uIjoid2VzdGNlbnRyYWx1cyJ9?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpjd01USXRWMFZUVkVORlRsUlNRVXhWVXlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRHTmxiblJ5WVd4MWN5Sjk/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.13" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzcwMTItV0VTVENFTlRSQUxVUyIsImpvYkxvY2F0aW9uIjoid2VzdGNlbnRyYWx1cyJ9?api-version=2016-09-01" + ], + "Retry-After": [ + "15" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11995" + ], + "x-ms-request-id": [ + "38edc87e-1fc3-46b5-ae05-56d3b77f2283" + ], + "x-ms-correlation-request-id": [ + "38edc87e-1fc3-46b5-ae05-56d3b77f2283" + ], + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200526T164452Z:38edc87e-1fc3-46b5-ae05-56d3b77f2283" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Tue, 26 May 2020 16:44:51 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzcwMTItV0VTVENFTlRSQUxVUyIsImpvYkxvY2F0aW9uIjoid2VzdGNlbnRyYWx1cyJ9?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpjd01USXRWMFZUVkVORlRsUlNRVXhWVXlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRHTmxiblJ5WVd4MWN5Sjk/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.13" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11994" + ], + "x-ms-request-id": [ + "5f833525-b14a-4801-90d5-0cd6d684f625" + ], + "x-ms-correlation-request-id": [ + "5f833525-b14a-4801-90d5-0cd6d684f625" + ], + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200526T164519Z:5f833525-b14a-4801-90d5-0cd6d684f625" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Tue, 26 May 2020 16:45:19 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzcwMTItV0VTVENFTlRSQUxVUyIsImpvYkxvY2F0aW9uIjoid2VzdGNlbnRyYWx1cyJ9?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpjd01USXRWMFZUVkVORlRsUlNRVXhWVXlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRHTmxiblJ5WVd4MWN5Sjk/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.13" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11993" + ], + "x-ms-request-id": [ + "54a4a4ee-a174-4345-a0f8-0a2a1305c211" + ], + "x-ms-correlation-request-id": [ + "54a4a4ee-a174-4345-a0f8-0a2a1305c211" + ], + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200526T164519Z:54a4a4ee-a174-4345-a0f8-0a2a1305c211" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Tue, 26 May 2020 16:45:19 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 200 + } + ], + "Names": { + "Test-FailoverManagedInstanceReadableSecondary": [ + "ps7012", + "ps4199" + ] + }, + "Variables": { + "SubscriptionId": "a8c9a924-06c0-4bde-9788-e7b1370969e1" + } +} \ No newline at end of file diff --git a/src/Sql/Sql.Test/Sql.Test.csproj b/src/Sql/Sql.Test/Sql.Test.csproj index 19bf693cc7ee..d0d7ca5ea11a 100644 --- a/src/Sql/Sql.Test/Sql.Test.csproj +++ b/src/Sql/Sql.Test/Sql.Test.csproj @@ -1,4 +1,4 @@ - + Sql @@ -19,7 +19,7 @@ - + diff --git a/src/Sql/Sql.Test/UnitTests/AzureSqlDatabaseIndexRecommendationAttributeTests.cs b/src/Sql/Sql.Test/UnitTests/AzureSqlDatabaseIndexRecommendationAttributeTests.cs index c3429f04ad6d..a87dbc66cd4f 100644 --- a/src/Sql/Sql.Test/UnitTests/AzureSqlDatabaseIndexRecommendationAttributeTests.cs +++ b/src/Sql/Sql.Test/UnitTests/AzureSqlDatabaseIndexRecommendationAttributeTests.cs @@ -41,7 +41,7 @@ public void GetAzureSqlIndexRecommendationAttributes() UnitTestHelper.CheckCmdletParameterAttributes(type, "IndexRecommendationName", isMandatory: false, valueFromPipelineByName: true); } - [Fact] + [Fact(Skip="TODO: 12276, ConfirmImpact Validation issue")] [Trait(Category.AcceptanceType, Category.CheckIn)] public void StartAzureSqlDatabaseExecuteIndexRecommendationAttributes() { @@ -53,7 +53,7 @@ public void StartAzureSqlDatabaseExecuteIndexRecommendationAttributes() UnitTestHelper.CheckCmdletParameterAttributes(type, "IndexRecommendationName", isMandatory: true, valueFromPipelineByName: true); } - [Fact] + [Fact(Skip="TODO: 12276, ConfirmImpact Validation issue")] [Trait(Category.AcceptanceType, Category.CheckIn)] public void StopAzureSqlDatabaseExecuteIndexRecommendationAttributes() { diff --git a/src/Sql/Sql/Az.Sql.psd1 b/src/Sql/Sql/Az.Sql.psd1 index 48d27c307c91..0012abba7504 100644 --- a/src/Sql/Sql/Az.Sql.psd1 +++ b/src/Sql/Sql/Az.Sql.psd1 @@ -3,7 +3,7 @@ # # Generated by: Microsoft Corporation # -# Generated on: 5/28/2020 +# Generated on: 6/17/2020 # @{ @@ -12,7 +12,7 @@ # RootModule = '' # Version number of this module. -ModuleVersion = '2.7.0' +ModuleVersion = '2.8.0' # Supported PSEditions CompatiblePSEditions = 'Core', 'Desktop' @@ -53,7 +53,7 @@ DotNetFrameworkVersion = '4.7.2' # ProcessorArchitecture = '' # Modules that must be imported into the global environment prior to importing this module -RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.8.1'; }) +RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.9.0'; }) # Assemblies that must be loaded prior to importing this module RequiredAssemblies = 'Microsoft.Azure.Management.Sql.dll', @@ -258,7 +258,8 @@ CmdletsToExport = 'Get-AzSqlDatabaseTransparentDataEncryption', 'Remove-AzSqlInstanceDatabaseLongTermRetentionBackup', 'Get-AzSqlInstanceDatabaseBackupLongTermRetentionPolicy', 'Set-AzSqlInstanceDatabaseBackupLongTermRetentionPolicy', - 'Disable-AzSqlServerActiveDirectoryOnlyAuthentication' + 'Disable-AzSqlServerActiveDirectoryOnlyAuthentication', + 'Invoke-AzSqlInstanceFailover' # Variables to export from this module # VariablesToExport = @() @@ -314,9 +315,9 @@ PrivateData = @{ # IconUri = '' # ReleaseNotes of this module - ReleaseNotes = '* Added UsePrivateLinkConnection to ''New-AzSqlSyncGroup'', ''Update-AzSqlSyncGroup'', ''New-AzSqlSyncMember'' and ''Update-AzSqlSyncMember'' -* Added SyncMemberAzureDatabaseResourceId to ''New-AzSqlSyncMember'' and ''Update-AzSqlSyncMember'' -* Added Guest user lookup support to Set SQL Server Azure Active Directory Admin cmdlet' + ReleaseNotes = '* Added support for service principal for Set SQL Server Azure Active Directory Admin cmdlet +* Fixed sync issue in Data Classification cmdlets. +* Supported searching user by mail on ''Set-AzSqlServerActiveDirectoryAdministrator'' [#12192]' # Prerelease string of this module # Prerelease = '' diff --git a/src/Sql/Sql/ChangeLog.md b/src/Sql/Sql/ChangeLog.md index 07f4eb1b19de..0b3a3d599bfb 100644 --- a/src/Sql/Sql/ChangeLog.md +++ b/src/Sql/Sql/ChangeLog.md @@ -18,15 +18,21 @@ - Additional information about change #1 --> ## Upcoming Release -* Fixed a bug in Data Classification cmdlets. +* Added support for Service principal and guest users in Set-AzSqlInstanceActiveDirectoryAdministrator cmdlet` +* Fixed a bug in Data Classification cmdlets.` +* Added support for Azure SQL Managed Instance failover: `Invoke-AzSqlInstanceFailover` + + +## Version 2.8.0 +* Added support for service principal for Set SQL Server Azure Active Directory Admin cmdlet +* Fixed sync issue in Data Classification cmdlets. +* Supported searching user by mail on `Set-AzSqlServerActiveDirectoryAdministrator` [#12192] ## Version 2.7.0 * Added UsePrivateLinkConnection to `New-AzSqlSyncGroup`, `Update-AzSqlSyncGroup`, `New-AzSqlSyncMember` and `Update-AzSqlSyncMember` * Added SyncMemberAzureDatabaseResourceId to `New-AzSqlSyncMember` and `Update-AzSqlSyncMember` * Added Guest user lookup support to Set SQL Server Azure Active Directory Admin cmdlet * Remove IsAzureADOnlyAuthentication parameter from Set-AzSqlServerActiveDirectoryAdministrator as it is not usable. -* Added support for service principal for Set SQL Server Azure Active Directory Admin cmdlet - ## Version 2.6.1 * Enhance performance of: diff --git a/src/Sql/Sql/InstanceActiveDirectoryAdministrator/Services/AzureSqlInstanceActiveDirectoryAdministratorAdapter.cs b/src/Sql/Sql/InstanceActiveDirectoryAdministrator/Services/AzureSqlInstanceActiveDirectoryAdministratorAdapter.cs index d7dc3cdea432..e8cd8c6fdbe1 100644 --- a/src/Sql/Sql/InstanceActiveDirectoryAdministrator/Services/AzureSqlInstanceActiveDirectoryAdministratorAdapter.cs +++ b/src/Sql/Sql/InstanceActiveDirectoryAdministrator/Services/AzureSqlInstanceActiveDirectoryAdministratorAdapter.cs @@ -14,6 +14,8 @@ using Microsoft.Azure.Commands.Common.Authentication.Abstractions; using Microsoft.Azure.Commands.Sql.InstanceActiveDirectoryAdministrator.Model; using Microsoft.Azure.Graph.RBAC.Version1_6.ActiveDirectory; +using Microsoft.Azure.Graph.RBAC.Version1_6.Models; +using Microsoft.Rest.Azure.OData; using Microsoft.Azure.Management.Sql.Models; using System; using System.Collections.Generic; @@ -104,7 +106,7 @@ internal ICollection ListInst DisplayName = administrator.Login, ObjectId = administrator.Sid }; - }).ToList() ; + }).ToList(); } /// @@ -162,6 +164,7 @@ protected ManagedInstanceAdministrator GetActiveDirectoryInformation(string disp // Check for a Azure Active Directory group. Recommended to always use group. IEnumerable groupList = null; + PSADGroup group = null; var filter = new ADObjectFilterOptions() { @@ -173,31 +176,77 @@ protected ManagedInstanceAdministrator GetActiveDirectoryInformation(string disp // Get a list of groups from Azure Active Directory groupList = ActiveDirectoryClient.FilterGroups(filter).Where(gr => string.Equals(gr.DisplayName, displayName, StringComparison.OrdinalIgnoreCase)); - if (groupList.Count() > 1) + if (groupList != null && groupList.Count() > 1) { // More than one group was found with that display name. throw new ArgumentException(string.Format(Microsoft.Azure.Commands.Sql.Properties.Resources.ADGroupMoreThanOneFound, displayName)); } - else if (groupList.Count() == 1) + else if (groupList != null && groupList.Count() == 1) { // Only one group was found. Get the group display name and object id - var group = groupList.First(); + group = groupList.First(); // Only support Security Groups if (group.SecurityEnabled.HasValue && !group.SecurityEnabled.Value) { throw new ArgumentException(string.Format(Microsoft.Azure.Commands.Sql.Properties.Resources.InvalidADGroupNotSecurity, displayName)); } + } + + // Lookup for serviceprincipals + ODataQuery odataQueryFilter; + + if ((objectId != null && objectId != Guid.Empty)) + { + var applicationIdString = objectId.ToString(); + odataQueryFilter = new Rest.Azure.OData.ODataQuery(a => a.AppId == applicationIdString); + } + else + { + odataQueryFilter = new Rest.Azure.OData.ODataQuery(a => a.DisplayName == displayName); + } + + var servicePrincipalList = ActiveDirectoryClient.FilterServicePrincipals(odataQueryFilter); + + if (servicePrincipalList != null && servicePrincipalList.Count() > 1) + { + // More than one service principal was found. + throw new ArgumentException(string.Format(Microsoft.Azure.Commands.Sql.Properties.Resources.ADApplicationMoreThanOneFound, displayName)); + } + else if (servicePrincipalList != null && servicePrincipalList.Count() == 1) + { + // Only one user was found. Get the user display name and object id + PSADServicePrincipal app = servicePrincipalList.First(); + + if (displayName != null && string.CompareOrdinal(displayName, app.DisplayName) != 0) + { + throw new ArgumentException(string.Format(Microsoft.Azure.Commands.Sql.Properties.Resources.ADApplicationDisplayNameMismatch, displayName, app.DisplayName)); + } + + if (group != null) + { + throw new ArgumentException(string.Format(Microsoft.Azure.Commands.Sql.Properties.Resources.ADDuplicateGroupAndApplicationFound, displayName)); + } + + return new ManagedInstanceAdministrator() + { + Login = displayName, + Sid = app.ApplicationId, + TenantId = tenantId + }; + } + if (group != null) + { return new ManagedInstanceAdministrator() { Login = group.DisplayName, Sid = group.Id, - TenantId = tenantId, + TenantId = tenantId }; } - // No group was found. Check for a user + // No group or service principal was found. Check for a user filter = new ADObjectFilterOptions() { Id = (objectId != null && objectId != Guid.Empty) ? objectId.ToString() : null, @@ -222,6 +271,20 @@ protected ManagedInstanceAdministrator GetActiveDirectoryInformation(string disp userList = ActiveDirectoryClient.FilterUsers(filter).Where(gr => string.Equals(gr.UserPrincipalName, displayName, StringComparison.OrdinalIgnoreCase)); } + // No user was found. Check if the display name is a guest user. + if (userList == null || userList.Count() == 0) + { + // Check if the display name is the UPN + filter = new ADObjectFilterOptions() + { + Id = (objectId != null && objectId != Guid.Empty) ? objectId.ToString() : null, + Mail = displayName, + Paging = true, + }; + + userList = ActiveDirectoryClient.FilterUsers(filter); + } + // No user was found if (userList == null || userList.Count() == 0) { @@ -241,7 +304,7 @@ protected ManagedInstanceAdministrator GetActiveDirectoryInformation(string disp { Login = displayName, Sid = obj.Id, - TenantId = tenantId, + TenantId = tenantId }; } } diff --git a/src/Sql/Sql/ManagedInstance/Cmdlet/InvokeAzureSqlManagedInstanceFailover.cs b/src/Sql/Sql/ManagedInstance/Cmdlet/InvokeAzureSqlManagedInstanceFailover.cs new file mode 100644 index 000000000000..6d4130a0f4d4 --- /dev/null +++ b/src/Sql/Sql/ManagedInstance/Cmdlet/InvokeAzureSqlManagedInstanceFailover.cs @@ -0,0 +1,137 @@ +// ---------------------------------------------------------------------------------- +// +// 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.ResourceManager.Common.ArgumentCompleters; +using Microsoft.Azure.Commands.Sql.ManagedInstance.Model; +using System; +using System.Collections.Generic; +using System.Globalization; +using System.Management.Automation; +using System.Text; + +namespace Microsoft.Azure.Commands.Sql.ManagedInstance.Cmdlet +{ + /// + /// Definest Invoke-AzSqlInstanceFailover + /// + [Cmdlet("Invoke", ResourceManager.Common.AzureRMConstants.AzureRMPrefix + "SqlInstanceFailover", SupportsShouldProcess = true), OutputType(typeof(bool))] + public class InvokeAzureSqlManagedInstanceFailover : ManagedInstanceCmdletBase + { + /// + /// Gets or sets the name of the managed instance to failover. + /// + [Parameter(Mandatory = true, + ValueFromPipelineByPropertyName = true, + Position = 2, + HelpMessage = "The name of the Azure SQL Managed Instance to failover.")] + [ResourceNameCompleter("Microsoft.Sql/managedInstances", "ResourceGroupName")] + [Alias("ManagedInstanceName")] + [ValidateNotNullOrEmpty] + [SupportsWildcards] + public string Name { get; set; } + + /// + /// Gets or sets whether or not to run this cmdlet in the background as a job + /// + [Parameter(Mandatory = false, HelpMessage = "Run cmdlet in the background")] + public SwitchParameter AsJob { get; set; } + + /// + /// Defines whether the cmdlets will output a boolean at the end of its execution + /// + [Parameter(Mandatory = false)] + public SwitchParameter PassThru { get; set; } + + /// + /// Defines whether it is ok to skip the requesting of failover managed instance confirmation + /// + [Parameter(HelpMessage = "Skip confirmation message for performing the action")] + public SwitchParameter Force { get; set; } + + /// + /// String to indicate failover on primary replica of instance + /// + public const string PrimaryReplica = "Primary"; + + /// + /// String to indicate failover on readable secondary replica of instance + /// + public const string ReadableSecondaryReplica = "ReadableSecondary"; + + /// + /// Defines whether to failover the readable secondary + /// + [Parameter(Mandatory = false, HelpMessage = "Failover the readable secondary replica instead of the default primary replica")] + public SwitchParameter ReadableSecondary { get; set; } + + protected override IEnumerable GetEntity() + { + return new List() + { + ModelAdapter.GetManagedInstance(this.ResourceGroupName, this.Name) + }; + } + + /// + /// Apply user input. Here nothing to apply + /// + /// The result of GetEntity + /// The input model + protected override IEnumerable ApplyUserInputToModel(IEnumerable model) + { + return model; + } + + /// + /// Deletes the instance. + /// + /// The instance being deleted + /// The instance that was deleted + protected override IEnumerable PersistChanges(IEnumerable entity) + { + string replicaType = this.ReadableSecondary.IsPresent ? ReadableSecondaryReplica : PrimaryReplica; + ModelAdapter.FailoverManagedInstance(this.ResourceGroupName, this.Name, replicaType); + return entity; + } + + /// + /// Returns false so the model object that was constructed by this cmdlet is not written out + /// + /// False since the model object should not be written out + protected override bool WriteResult() { return false; } + + /// + /// Entry point for the cmdlet + /// + public override void ExecuteCmdlet() + { + if (!this.Force.IsPresent && !base.ShouldProcess( + string.Format(CultureInfo.InvariantCulture, + Microsoft.Azure.Commands.Sql.Properties.Resources.FailoverAzureSqlInstanceDescription, this.Name), + string.Format(CultureInfo.InvariantCulture, + Microsoft.Azure.Commands.Sql.Properties.Resources.FailoverAzureSqlInstanceWarning, this.Name), + Microsoft.Azure.Commands.Sql.Properties.Resources.ShouldProcessCaption)) + { + return; + } + + base.ExecuteCmdlet(); + + if (this.PassThru.IsPresent) + { + WriteObject(true); + } + } + } +} diff --git a/src/Sql/Sql/ManagedInstance/Services/AzureSqlManagedInstanceAdapter.cs b/src/Sql/Sql/ManagedInstance/Services/AzureSqlManagedInstanceAdapter.cs index b6f4621fef32..244803125247 100644 --- a/src/Sql/Sql/ManagedInstance/Services/AzureSqlManagedInstanceAdapter.cs +++ b/src/Sql/Sql/ManagedInstance/Services/AzureSqlManagedInstanceAdapter.cs @@ -100,6 +100,17 @@ public List ListManagedInstancesByResourceGroup(st }).ToList(); } + /// + /// Failovers a managed instance. + /// + /// The resource group the instance is in. + /// The name of Azure Managed Instance to failover. + /// The type of replica to failover. + public void FailoverManagedInstance(string resourceGroupName, string name, string replicaType) + { + Communicator.Failover(resourceGroupName, name, replicaType); + } + /// /// Upserts a managed instance /// diff --git a/src/Sql/Sql/ManagedInstance/Services/AzureSqlManagedInstanceCommunicator.cs b/src/Sql/Sql/ManagedInstance/Services/AzureSqlManagedInstanceCommunicator.cs index ff674f0a1e08..8ef5d56bba2b 100644 --- a/src/Sql/Sql/ManagedInstance/Services/AzureSqlManagedInstanceCommunicator.cs +++ b/src/Sql/Sql/ManagedInstance/Services/AzureSqlManagedInstanceCommunicator.cs @@ -19,6 +19,7 @@ using Microsoft.Azure.Management.Internal.Resources; using Microsoft.Azure.Management.Sql; using Microsoft.Azure.Management.Sql.Models; +using System; using System.Collections.Generic; using System.Linq; @@ -115,6 +116,14 @@ public void Remove(string resourceGroupName, string managedInstanceName) GetCurrentSqlClient().ManagedInstances.Delete(resourceGroupName, managedInstanceName); } + /// + /// Failovers a Managed instance + /// + public void Failover(string resourceGroupName, string name, string replicaType) + { + GetCurrentSqlClient().ManagedInstances.Failover(resourceGroupName, name, replicaType); + } + /// /// Retrieve the SQL Management client for the currently selected subscription, adding the session and request /// id tracing headers for the current cmdlet invocation. diff --git a/src/Sql/Sql/Properties/AssemblyInfo.cs b/src/Sql/Sql/Properties/AssemblyInfo.cs index 7d201c156086..8b4a1fbba3d8 100644 --- a/src/Sql/Sql/Properties/AssemblyInfo.cs +++ b/src/Sql/Sql/Properties/AssemblyInfo.cs @@ -44,8 +44,8 @@ // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: -[assembly: AssemblyVersion("2.7.0")] -[assembly: AssemblyFileVersion("2.7.0")] +[assembly: AssemblyVersion("2.8.0")] +[assembly: AssemblyFileVersion("2.8.0")] #if !SIGN [assembly: InternalsVisibleTo("Microsoft.Azure.PowerShell.Cmdlets.Resources.Test")] #endif diff --git a/src/Sql/Sql/Properties/Resources.Designer.cs b/src/Sql/Sql/Properties/Resources.Designer.cs index 432258fe029f..8304ea9a2133 100644 --- a/src/Sql/Sql/Properties/Resources.Designer.cs +++ b/src/Sql/Sql/Properties/Resources.Designer.cs @@ -483,6 +483,24 @@ internal static string FailoverAzureSqlElasticPoolWarning { } } + /// + /// Looks up a localized string similar to Failing over Azure Sql Managed Instance '{0}'.. + /// + internal static string FailoverAzureSqlInstanceDescription { + get { + return ResourceManager.GetString("FailoverAzureSqlInstanceDescription", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Are you sure you want to failover the Azure Sql Managed Instance '{0}'?. + /// + internal static string FailoverAzureSqlInstanceWarning { + get { + return ResourceManager.GetString("FailoverAzureSqlInstanceWarning", resourceCulture); + } + } + /// /// Looks up a localized string similar to Database to be added with id '{0}' already exists in Failover Group with name: '{1}' in server '{2}'.. /// diff --git a/src/Sql/Sql/Properties/Resources.resx b/src/Sql/Sql/Properties/Resources.resx index 0d17cb1076c2..a75930f742df 100644 --- a/src/Sql/Sql/Properties/Resources.resx +++ b/src/Sql/Sql/Properties/Resources.resx @@ -625,4 +625,10 @@ SyncMemberAzureDatabaseResourceId is a required parameter when UsePrivateLinkConnection is set to true. Please explicitly provide it. + + Failing over Azure Sql Managed Instance '{0}'. + + + Are you sure you want to failover the Azure Sql Managed Instance '{0}'? + \ No newline at end of file diff --git a/src/Sql/Sql/ServerActiveDirectoryAdministrator/Services/AzureSqlServerActiveDirectoryAdministratorAdapter.cs b/src/Sql/Sql/ServerActiveDirectoryAdministrator/Services/AzureSqlServerActiveDirectoryAdministratorAdapter.cs index 365a3a02f15f..4f1b74a7eaf5 100644 --- a/src/Sql/Sql/ServerActiveDirectoryAdministrator/Services/AzureSqlServerActiveDirectoryAdministratorAdapter.cs +++ b/src/Sql/Sql/ServerActiveDirectoryAdministrator/Services/AzureSqlServerActiveDirectoryAdministratorAdapter.cs @@ -221,17 +221,17 @@ protected ServerAzureADAdministrator GetActiveDirectoryInformation(string displa odataQueryFilter = new Rest.Azure.OData.ODataQuery(a => a.DisplayName == displayName); } - var srevicePrincipalList = ActiveDirectoryClient.FilterServicePrincipals(odataQueryFilter); + var servicePrincipalList = ActiveDirectoryClient.FilterServicePrincipals(odataQueryFilter); - if (srevicePrincipalList != null && srevicePrincipalList.Count() > 1) + if (servicePrincipalList != null && servicePrincipalList.Count() > 1) { // More than one service principal was found. throw new ArgumentException(string.Format(Microsoft.Azure.Commands.Sql.Properties.Resources.ADApplicationMoreThanOneFound, displayName)); } - else if (srevicePrincipalList != null && srevicePrincipalList.Count() == 1) + else if (servicePrincipalList != null && servicePrincipalList.Count() == 1) { // Only one user was found. Get the user display name and object id - PSADServicePrincipal app = srevicePrincipalList.First(); + PSADServicePrincipal app = servicePrincipalList.First(); if (displayName != null && string.CompareOrdinal(displayName, app.DisplayName) != 0) { diff --git a/src/Sql/Sql/Sql.csproj b/src/Sql/Sql/Sql.csproj index ac135d9ea292..a070564762a4 100644 --- a/src/Sql/Sql/Sql.csproj +++ b/src/Sql/Sql/Sql.csproj @@ -21,7 +21,7 @@ - + diff --git a/src/Sql/Sql/help/Az.Sql.md b/src/Sql/Sql/help/Az.Sql.md index 2f9c0f9c0add..2f980697c867 100644 --- a/src/Sql/Sql/help/Az.Sql.md +++ b/src/Sql/Sql/help/Az.Sql.md @@ -362,6 +362,9 @@ Failovers a database. ### [Invoke-AzSqlElasticPoolFailover](Invoke-AzSqlElasticPoolFailover.md) Failovers an elastic pool. +### [Invoke-AzSqlInstanceFailover](Invoke-AzSqlInstanceFailover.md) +Failovers an Azure SQL Managed Instance. + ### [New-AzSqlDatabase](New-AzSqlDatabase.md) Creates a database or an elastic database. diff --git a/src/Sql/Sql/help/Invoke-AzSqlInstanceFailover.md b/src/Sql/Sql/help/Invoke-AzSqlInstanceFailover.md new file mode 100644 index 000000000000..b31a34257225 --- /dev/null +++ b/src/Sql/Sql/help/Invoke-AzSqlInstanceFailover.md @@ -0,0 +1,172 @@ +--- +external help file: Microsoft.Azure.PowerShell.Cmdlets.Sql.dll-Help.xml +Module Name: Az.Sql +online version: https://docs.microsoft.com/en-us/powershell/module/az.sql/invoke-AzSqlInstanceFailover +schema: 2.0.0 +--- + +# Invoke-AzSqlInstanceFailover + +## SYNOPSIS +Failovers an Azure SQL Managed Instance. + +## SYNTAX + +``` +Invoke-AzSqlInstanceFailover [-Name] [-ResourceGroupName] [-AsJob] [-PassThru] [-Force] + [-DefaultProfile ] [-WhatIf] [-Confirm] [] +``` + +## DESCRIPTION +The **Invoke-AzSqlInstanceFailover** cmdlet failovers an Azure SQL Managed Instance. + +## EXAMPLES + +### Example 1 +```powershell +PS C:\> Invoke-AzSqlInstanceFailover -ResourceGroupName "ResourceGroup01" -Name "ManagedInstance01" +``` + +This command will failover the primary replica of the instance named "ManagedInstance01". + +### Example 2 +```powershell +PS C:\> Invoke-AzSqlInstanceFailover -ResourceGroupName "ResourceGroup01" -Name "ManagedInstance01" -ReadableSecondary +``` + +This command will failover the readable secondary replica of the managed instance "ManagedInstance01". + +## PARAMETERS + +### -AsJob +Run cmdlet in the background + +```yaml +Type: System.Management.Automation.SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -DefaultProfile +The credentials, account, tenant, and subscription used for communication with Azure. + +```yaml +Type: Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer +Parameter Sets: (All) +Aliases: AzContext, AzureRmContext, AzureCredential + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Name +The name of the Azure SQL instance to remove. + +```yaml +Type: System.String +Parameter Sets: (All) +Aliases: ManagedInstanceName + +Required: True +Position: 1 +Default value: None +Accept pipeline input: True (ByPropertyName) +Accept wildcard characters: False +``` + +### -Force +Skip confirmation message for performing the action + +```yaml +Type: System.Management.Automation.SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -PassThru +On Successful execution, returns true. By default, this cmdlet does not generate any output. + +```yaml +Type: System.Management.Automation.SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -ResourceGroupName +The name of the resource group. + +```yaml +Type: System.String +Parameter Sets: (All) +Aliases: + +Required: True +Position: 0 +Default value: None +Accept pipeline input: True (ByPropertyName) +Accept wildcard characters: False +``` + +### -Confirm +Prompts you for confirmation before running the cmdlet. + +```yaml +Type: System.Management.Automation.SwitchParameter +Parameter Sets: (All) +Aliases: cf + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -WhatIf +Shows what would happen if the cmdlet runs. The cmdlet is not run. + +```yaml +Type: System.Management.Automation.SwitchParameter +Parameter Sets: (All) +Aliases: wi + +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 + +## NOTES + +## RELATED LINKS diff --git a/src/SqlVirtualMachine/SqlVirtualMachine.Test/UnitTests/AzureSqlVMGroupTests.cs b/src/SqlVirtualMachine/SqlVirtualMachine.Test/UnitTests/AzureSqlVMGroupTests.cs index 855c5fc1fa82..32013244abcf 100644 --- a/src/SqlVirtualMachine/SqlVirtualMachine.Test/UnitTests/AzureSqlVMGroupTests.cs +++ b/src/SqlVirtualMachine/SqlVirtualMachine.Test/UnitTests/AzureSqlVMGroupTests.cs @@ -59,7 +59,7 @@ public void NewAzureSqlVMGroup() base.CheckNewParameters(type); } - [Fact] + [Fact(Skip="TODO: 12276, ConfirmImpact Validation issue")] [Trait(Category.AcceptanceType, Category.CheckIn)] public void GetAzureSqlVMGroup() { diff --git a/src/SqlVirtualMachine/SqlVirtualMachine.Test/UnitTests/AzureSqlVMTests.cs b/src/SqlVirtualMachine/SqlVirtualMachine.Test/UnitTests/AzureSqlVMTests.cs index 9035ad7f81b8..4fd6105ff91b 100644 --- a/src/SqlVirtualMachine/SqlVirtualMachine.Test/UnitTests/AzureSqlVMTests.cs +++ b/src/SqlVirtualMachine/SqlVirtualMachine.Test/UnitTests/AzureSqlVMTests.cs @@ -60,7 +60,7 @@ public void NewAzureSqlVM() base.CheckNewParameters(type); } - [Fact] + [Fact(Skip="TODO: 12276, ConfirmImpact Validation issue")] [Trait(Category.AcceptanceType, Category.CheckIn)] public void GetAzureSqlVM() { diff --git a/src/SqlVirtualMachine/SqlVirtualMachine/Az.SqlVirtualMachine.psd1 b/src/SqlVirtualMachine/SqlVirtualMachine/Az.SqlVirtualMachine.psd1 index ede6889c8db8..2870dd740402 100644 --- a/src/SqlVirtualMachine/SqlVirtualMachine/Az.SqlVirtualMachine.psd1 +++ b/src/SqlVirtualMachine/SqlVirtualMachine/Az.SqlVirtualMachine.psd1 @@ -51,7 +51,7 @@ DotNetFrameworkVersion = '4.7.2' # ProcessorArchitecture = '' # Modules that must be imported into the global environment prior to importing this module -RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.8.1'; }) +RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.9.0'; }) # Assemblies that must be loaded prior to importing this module RequiredAssemblies = 'Microsoft.Azure.Management.SqlVirtualMachine.dll' diff --git a/src/StackEdge/StackEdge/Az.StackEdge.psd1 b/src/StackEdge/StackEdge/Az.StackEdge.psd1 index a6faaa7c2e20..7198a3916b93 100644 --- a/src/StackEdge/StackEdge/Az.StackEdge.psd1 +++ b/src/StackEdge/StackEdge/Az.StackEdge.psd1 @@ -53,7 +53,7 @@ DotNetFrameworkVersion = '4.7.2' # ProcessorArchitecture = '' # Modules that must be imported into the global environment prior to importing this module -RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.8.1'; }) +RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.9.0'; }) # Assemblies that must be loaded prior to importing this module RequiredAssemblies = 'Microsoft.Azure.Management.DataBoxEdge.dll' diff --git a/src/Storage/Storage.Management/Az.Storage.psd1 b/src/Storage/Storage.Management/Az.Storage.psd1 index 6afdb3c5b0fd..e03ca1df5d73 100644 --- a/src/Storage/Storage.Management/Az.Storage.psd1 +++ b/src/Storage/Storage.Management/Az.Storage.psd1 @@ -3,7 +3,7 @@ # # Generated by: Microsoft Corporation # -# Generated on: 5/28/2020 +# Generated on: 6/17/2020 # @{ @@ -12,7 +12,7 @@ # RootModule = '' # Version number of this module. -ModuleVersion = '2.1.0' +ModuleVersion = '2.2.0' # Supported PSEditions CompatiblePSEditions = 'Core', 'Desktop' @@ -53,7 +53,7 @@ DotNetFrameworkVersion = '4.7.2' # ProcessorArchitecture = '' # Modules that must be imported into the global environment prior to importing this module -RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.8.1'; }) +RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.9.0'; }) # Assemblies that must be loaded prior to importing this module RequiredAssemblies = 'Microsoft.Azure.Management.Storage.dll', @@ -204,7 +204,9 @@ PrivateData = @{ # IconUri = '' # ReleaseNotes of this module - ReleaseNotes = '* Updated assembly version of data plane cmdlets' + ReleaseNotes = '* Supported create Storage account with RequireInfrastructureEncryption + - ''New-AzStorageAccount'' +* Moved the logic of loading Azure.Core to Az.Accounts' # Prerelease string of this module # Prerelease = '' diff --git a/src/Storage/Storage.Management/ChangeLog.md b/src/Storage/Storage.Management/ChangeLog.md index 97ca153e82ab..19e1f285abd9 100644 --- a/src/Storage/Storage.Management/ChangeLog.md +++ b/src/Storage/Storage.Management/ChangeLog.md @@ -18,6 +18,8 @@ - Additional information about change #1 --> ## Upcoming Release + +## Version 2.2.0 * Supported create Storage account with RequireInfrastructureEncryption - `New-AzStorageAccount` * Moved the logic of loading Azure.Core to Az.Accounts diff --git a/src/Storage/Storage.Management/Properties/AssemblyInfo.cs b/src/Storage/Storage.Management/Properties/AssemblyInfo.cs index 7aa2f1f434fa..901ee3b0a850 100644 --- a/src/Storage/Storage.Management/Properties/AssemblyInfo.cs +++ b/src/Storage/Storage.Management/Properties/AssemblyInfo.cs @@ -46,5 +46,5 @@ // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: -[assembly: AssemblyVersion("2.1.0")] -[assembly: AssemblyFileVersion("2.1.0")] +[assembly: AssemblyVersion("2.2.0")] +[assembly: AssemblyFileVersion("2.2.0")] diff --git a/src/Storage/Storage/Properties/AssemblyInfo.cs b/src/Storage/Storage/Properties/AssemblyInfo.cs index e2cadcaca59f..6a9ab3a12528 100644 --- a/src/Storage/Storage/Properties/AssemblyInfo.cs +++ b/src/Storage/Storage/Properties/AssemblyInfo.cs @@ -44,8 +44,8 @@ // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.0")] -[assembly: AssemblyVersion("2.1.0")] -[assembly: AssemblyFileVersion("2.1.0")] +[assembly: AssemblyVersion("2.2.0")] +[assembly: AssemblyFileVersion("2.2.0")] [assembly: CLSCompliant(false)] #if !SIGN [assembly: InternalsVisibleTo("Microsoft.Azure.PowerShell.Cmdlets.Storage.Test")] diff --git a/src/StorageSync/StorageSync.Test/ScenarioTests/StorageSyncServiceTests.ps1 b/src/StorageSync/StorageSync.Test/ScenarioTests/StorageSyncServiceTests.ps1 index 60ae9c9337f2..04e21a017329 100644 --- a/src/StorageSync/StorageSync.Test/ScenarioTests/StorageSyncServiceTests.ps1 +++ b/src/StorageSync/StorageSync.Test/ScenarioTests/StorageSyncServiceTests.ps1 @@ -34,8 +34,15 @@ function Test-StorageSyncService New-AzResourceGroup -Name $resourceGroupName -Location $resourceGroupLocation; Write-Verbose "Resource: $storageSyncServiceName | Loc: $resourceLocation | Type : StorageSyncService" - New-AzStorageSyncService -ResourceGroupName $resourceGroupName -Location $resourceLocation -StorageSyncServiceName $storageSyncServiceName - + New-AzStorageSyncService -ResourceGroupName $resourceGroupName -Location $resourceLocation -StorageSyncServiceName $storageSyncServiceName -IncomingTrafficPolicy "AllowVirtualNetworksOnly" + + $storageSyncService = Get-AzStorageSyncService -ResourceGroupName $resourceGroupName -StorageSyncServiceName $storageSyncServiceName -Verbose + Write-Verbose "Validating StorageSyncService Properties" + Assert-AreEqual $storageSyncServiceName $storageSyncService.StorageSyncServiceName + Assert-AreEqual "AllowVirtualNetworksOnly" $storageSyncService.IncomingTrafficPolicy + + Set-AzStorageSyncService -ResourceGroupName $resourceGroupName -StorageSyncServiceName $storageSyncServiceName -IncomingTrafficPolicy "AllowAllTraffic" + Write-Verbose "List StorageSyncServices by ResourceGroup" $storageSyncServices = Get-AzStorageSyncService -ResourceGroupName $resourceGroupName @@ -44,13 +51,20 @@ function Test-StorageSyncService Write-Verbose "Validating StorageSyncService Properties" Assert-AreEqual $storageSyncServiceName $storageSyncService.StorageSyncServiceName + Assert-AreEqual "AllowAllTraffic" $storageSyncService.IncomingTrafficPolicy Assert-AreEqual (Normalize-Location($resourceLocation)) (Normalize-Location($storageSyncService.Location)) Write-Verbose "Removing StorageSyncService: $storageSyncServiceName" Remove-AzStorageSyncService -Force -ResourceGroupName $resourceGroupName -Name $storageSyncServiceName -AsJob | Wait-Job + # TODO : Remove the new generation of sss, it should work + $storageSyncServiceName = Get-ResourceName("sss") + New-AzStorageSyncService -ResourceGroupName $resourceGroupName -Location $resourceLocation -StorageSyncServiceName $storageSyncServiceName | Get-AzStorageSyncService | Remove-AzStorageSyncService -Force -AsJob | Wait-Job + # TODO : Remove the new generation of sss, it should work + $storageSyncServiceName = Get-ResourceName("sss") + New-AzStorageSyncService -ResourceGroupName $resourceGroupName -Location $resourceLocation -StorageSyncServiceName $storageSyncServiceName | Remove-AzStorageSyncService -Force -AsJob | Wait-Job } finally diff --git a/src/StorageSync/StorageSync.Test/SessionRecords/StorageSyncTests.CloudEndpointTests/TestCloudEndpoint.json b/src/StorageSync/StorageSync.Test/SessionRecords/StorageSyncTests.CloudEndpointTests/TestCloudEndpoint.json index 4ab594d6b1c9..18a05e53bbf8 100644 --- a/src/StorageSync/StorageSync.Test/SessionRecords/StorageSyncTests.CloudEndpointTests/TestCloudEndpoint.json +++ b/src/StorageSync/StorageSync.Test/SessionRecords/StorageSyncTests.CloudEndpointTests/TestCloudEndpoint.json @@ -1,22 +1,22 @@ { "Entries": [ { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/providers/Microsoft.Resources?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVzb3VyY2VzP2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/Microsoft.Resources?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVzb3VyY2VzP2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "6205d574-e8a5-4d10-9650-6e604cffc777" + "d70a2604-3e53-42cf-a103-dcc250e4e761" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -30,13 +30,13 @@ "11999" ], "x-ms-request-id": [ - "628d9f5b-dab5-43cd-93af-82d3219ef3a0" + "24ecf312-676f-4fcc-9b9f-fac6e8aff06e" ], "x-ms-correlation-request-id": [ - "628d9f5b-dab5-43cd-93af-82d3219ef3a0" + "24ecf312-676f-4fcc-9b9f-fac6e8aff06e" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T162116Z:628d9f5b-dab5-43cd-93af-82d3219ef3a0" + "WESTUS:20200623T085229Z:24ecf312-676f-4fcc-9b9f-fac6e8aff06e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -45,7 +45,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 16:21:15 GMT" + "Tue, 23 Jun 2020 08:52:29 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -54,29 +54,29 @@ "-1" ], "Content-Length": [ - "8818" + "10899" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/providers/Microsoft.Resources\",\r\n \"namespace\": \"Microsoft.Resources\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"tenants\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operationresults\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"notifyResourceJobs\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"tags\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkPolicyCompliance\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"providers\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkresourcename\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resources\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/resources\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/providers\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/operationresults\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceGroups\",\r\n \"locations\": [\r\n \"Central US\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"West Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia Southeast\",\r\n \"Australia East\",\r\n \"West India\",\r\n \"South India\",\r\n \"Central India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/resourceGroups\",\r\n \"locations\": [\r\n \"Central US\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"West Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia Southeast\",\r\n \"Australia East\",\r\n \"West India\",\r\n \"South India\",\r\n \"Central India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/resourcegroups/resources\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/tagnames\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/tagNames/tagValues\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"deployments\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"deployments/operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"links\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-01-01\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/Microsoft.Resources\",\r\n \"namespace\": \"Microsoft.Resources\",\r\n \"authorization\": {\r\n \"applicationId\": \"3b990c8b-9607-4c2a-8b04-1d41985facca\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"tenants\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-01-01\",\r\n \"2019-09-01\",\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-09-01\",\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operationresults\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-09-01\",\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"notifyResourceJobs\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-09-01\",\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"tags\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-10-01\",\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\"\r\n ],\r\n \"capabilities\": \"SupportsExtension\"\r\n },\r\n {\r\n \"resourceType\": \"checkPolicyCompliance\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"providers\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkresourcename\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"calculateTemplateHash\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-09-01\",\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resources\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-09-01\",\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-10-01\",\r\n \"2019-09-01\",\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/resources\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-09-01\",\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/providers\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/operationresults\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceGroups\",\r\n \"locations\": [\r\n \"Central US\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"West Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia Southeast\",\r\n \"Australia East\",\r\n \"West India\",\r\n \"South India\",\r\n \"Central India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Australia Central\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/resourceGroups\",\r\n \"locations\": [\r\n \"Central US\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"West Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia Southeast\",\r\n \"Australia East\",\r\n \"West India\",\r\n \"South India\",\r\n \"Central India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Australia Central\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/resourcegroups/resources\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/tagnames\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/tagNames/tagValues\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"deployments\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-09-01\",\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"deployments/operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-09-01\",\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"links\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ],\r\n \"capabilities\": \"SupportsExtension\"\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-01-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"deploymentScripts\",\r\n \"locations\": [\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Australia East\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"Central US\",\r\n \"North Central US\",\r\n \"UK South\",\r\n \"Central India\",\r\n \"South India\",\r\n \"Japan East\",\r\n \"Korea Central\",\r\n \"North Europe\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West US 2\",\r\n \"West US\",\r\n \"South Central US\",\r\n \"Canada East\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-10-01-preview\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"deploymentScripts/logs\",\r\n \"locations\": [\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Australia East\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"Central US\",\r\n \"North Central US\",\r\n \"UK South\",\r\n \"Central India\",\r\n \"South India\",\r\n \"Japan East\",\r\n \"Korea Central\",\r\n \"North Europe\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West US 2\",\r\n \"West US\",\r\n \"South Central US\",\r\n \"Canada East\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/deploymentScriptOperationResults\",\r\n \"locations\": [\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Australia East\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"Central US\",\r\n \"North Central US\",\r\n \"UK South\",\r\n \"Central India\",\r\n \"South India\",\r\n \"Japan East\",\r\n \"Korea Central\",\r\n \"North Europe\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West US 2\",\r\n \"West US\",\r\n \"South Central US\",\r\n \"Canada East\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-10-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/providers/Microsoft.StorageSync?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZVN5bmM/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/Microsoft.StorageSync?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZVN5bmM/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "6945a394-bf34-4af5-8233-c094651c36c5" + "553269b7-391f-497d-9496-c32d1ca2b05c" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -90,13 +90,13 @@ "11998" ], "x-ms-request-id": [ - "290b0340-9b70-4bb4-aa28-ec1f15a1d502" + "f44d978d-6494-41f8-9587-f91d22d795db" ], "x-ms-correlation-request-id": [ - "290b0340-9b70-4bb4-aa28-ec1f15a1d502" + "f44d978d-6494-41f8-9587-f91d22d795db" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T162116Z:290b0340-9b70-4bb4-aa28-ec1f15a1d502" + "WESTUS:20200623T085229Z:f44d978d-6494-41f8-9587-f91d22d795db" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -105,7 +105,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 16:21:15 GMT" + "Tue, 23 Jun 2020 08:52:29 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -114,10 +114,10 @@ "-1" ], "Content-Length": [ - "5239" + "7645" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/providers/Microsoft.StorageSync\",\r\n \"namespace\": \"Microsoft.StorageSync\",\r\n \"authorizations\": [\r\n {\r\n \"applicationId\": \"9469b9f5-6722-4481-a2b2-14ed560b706f\"\r\n }\r\n ],\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageSyncServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"Central US EUAP\",\r\n \"West US 2\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\",\r\n \"2018-01-01-preview\",\r\n \"2017-06-05-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"storageSyncServices/syncGroups\",\r\n \"locations\": [\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"Central US EUAP\",\r\n \"West US 2\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\",\r\n \"2018-01-01-preview\",\r\n \"2017-06-05-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageSyncServices/syncGroups/cloudEndpoints\",\r\n \"locations\": [\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"Central US EUAP\",\r\n \"West US 2\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\",\r\n \"2018-01-01-preview\",\r\n \"2017-06-05-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageSyncServices/syncGroups/serverEndpoints\",\r\n \"locations\": [\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"Central US EUAP\",\r\n \"West US 2\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\",\r\n \"2018-01-01-preview\",\r\n \"2017-06-05-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageSyncServices/registeredServers\",\r\n \"locations\": [\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"Central US EUAP\",\r\n \"West US 2\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\",\r\n \"2018-01-01-preview\",\r\n \"2017-06-05-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageSyncServices/workflows\",\r\n \"locations\": [\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"Central US EUAP\",\r\n \"West US 2\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\",\r\n \"2018-01-01-preview\",\r\n \"2017-06-05-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\",\r\n \"2018-01-01-preview\",\r\n \"2017-06-05-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/checkNameAvailability\",\r\n \"locations\": [\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/workflows\",\r\n \"locations\": [\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/Microsoft.StorageSync\",\r\n \"namespace\": \"Microsoft.StorageSync\",\r\n \"authorizations\": [\r\n {\r\n \"applicationId\": \"9469b9f5-6722-4481-a2b2-14ed560b706f\",\r\n \"roleDefinitionId\": \"4cd49d82-1f4d-43fc-af0c-1c1203668e5a\"\r\n }\r\n ],\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageSyncServices\",\r\n \"locations\": [\r\n \"West Central US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"West US 2\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"UAE North\",\r\n \"UAE Central\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2019-10-01\",\r\n \"2019-06-01\",\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\",\r\n \"2018-01-01-preview\",\r\n \"2017-06-05-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"storageSyncServices/syncGroups\",\r\n \"locations\": [\r\n \"West Central US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"West US 2\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"UAE North\",\r\n \"UAE Central\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2019-10-01\",\r\n \"2019-06-01\",\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\",\r\n \"2018-01-01-preview\",\r\n \"2017-06-05-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageSyncServices/syncGroups/cloudEndpoints\",\r\n \"locations\": [\r\n \"West Central US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"West US 2\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"UAE North\",\r\n \"UAE Central\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2019-10-01\",\r\n \"2019-06-01\",\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\",\r\n \"2018-01-01-preview\",\r\n \"2017-06-05-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageSyncServices/syncGroups/serverEndpoints\",\r\n \"locations\": [\r\n \"West Central US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"West US 2\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"UAE North\",\r\n \"UAE Central\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2019-10-01\",\r\n \"2019-06-01\",\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\",\r\n \"2018-01-01-preview\",\r\n \"2017-06-05-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageSyncServices/registeredServers\",\r\n \"locations\": [\r\n \"West Central US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"West US 2\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"UAE North\",\r\n \"UAE Central\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2019-10-01\",\r\n \"2019-06-01\",\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\",\r\n \"2018-01-01-preview\",\r\n \"2017-06-05-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageSyncServices/workflows\",\r\n \"locations\": [\r\n \"West Central US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"West US 2\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"UAE North\",\r\n \"UAE Central\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2019-10-01\",\r\n \"2019-06-01\",\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\",\r\n \"2018-01-01-preview\",\r\n \"2017-06-05-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2019-10-01\",\r\n \"2019-06-01\",\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\",\r\n \"2018-01-01-preview\",\r\n \"2017-06-05-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2019-10-01\",\r\n \"2019-06-01\",\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/checkNameAvailability\",\r\n \"locations\": [\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"UAE North\",\r\n \"UAE Central\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2019-10-01\",\r\n \"2019-06-01\",\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/workflows\",\r\n \"locations\": [\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"UAE North\",\r\n \"UAE Central\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2019-10-01\",\r\n \"2019-06-01\",\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operations\",\r\n \"locations\": [\r\n \"West Central US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"West US 2\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"UAE North\",\r\n \"UAE Central\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operationResults\",\r\n \"locations\": [\r\n \"West Central US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"West US 2\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"UAE North\",\r\n \"UAE Central\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "StatusCode": 200 }, { @@ -127,16 +127,16 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "fcc6a008-f249-42fd-a3cd-4301171d418b" + "73280bdc-79f9-40d0-8ae1-bdb5b1aa943c" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Internal.Subscriptions.SubscriptionClient/1.3.0" + "Microsoft.Azure.Internal.Subscriptions.SubscriptionClient/1.3.16" ] }, "ResponseHeaders": { @@ -150,13 +150,13 @@ "11998" ], "x-ms-request-id": [ - "a52266dd-c8e3-4b5c-b588-6fa9c4b1d83f" + "460f58ba-6047-4ea5-9edf-f1ab36c69464" ], "x-ms-correlation-request-id": [ - "a52266dd-c8e3-4b5c-b588-6fa9c4b1d83f" + "460f58ba-6047-4ea5-9edf-f1ab36c69464" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T162117Z:a52266dd-c8e3-4b5c-b588-6fa9c4b1d83f" + "WESTUS:20200623T085229Z:460f58ba-6047-4ea5-9edf-f1ab36c69464" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -165,7 +165,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 16:21:16 GMT" + "Tue, 23 Jun 2020 08:52:28 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -177,26 +177,26 @@ "116" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/tenants/0483643a-cb2f-462a-bc27-1a270e5bdc0a\",\r\n \"tenantId\": \"0483643a-cb2f-462a-bc27-1a270e5bdc0a\"\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/tenants/6ad91d65-65ab-4e14-90f7-fe951035b7c9\",\r\n \"tenantId\": \"6ad91d65-65ab-4e14-90f7-fe951035b7c9\"\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourcegroups/ps2342?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlZ3JvdXBzL3BzMjM0Mj9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourcegroups/ps8790?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlZ3JvdXBzL3BzODc5MD9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "d0881c6f-2fb3-45b5-b563-808acece4670" + "7b8d9b28-f145-44f6-8e7f-0df03f2aa686" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ], "Content-Type": [ "application/json; charset=utf-8" @@ -216,13 +216,13 @@ "1199" ], "x-ms-request-id": [ - "f13b2e96-0461-414c-94df-60cb39549274" + "584f567f-54a4-4be2-9fc6-066296f6bc10" ], "x-ms-correlation-request-id": [ - "f13b2e96-0461-414c-94df-60cb39549274" + "584f567f-54a4-4be2-9fc6-066296f6bc10" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T162118Z:f13b2e96-0461-414c-94df-60cb39549274" + "WESTUS:20200623T085230Z:584f567f-54a4-4be2-9fc6-066296f6bc10" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -231,7 +231,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 16:21:18 GMT" + "Tue, 23 Jun 2020 08:52:29 GMT" ], "Content-Length": [ "165" @@ -243,26 +243,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps2342\",\r\n \"name\": \"ps2342\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps8790\",\r\n \"name\": \"ps8790\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/providers/Microsoft.StorageSync/locations/CentralUSEUAP/checkNameAvailability?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZVN5bmMvbG9jYXRpb25zL0NlbnRyYWxVU0VVQVAvY2hlY2tOYW1lQXZhaWxhYmlsaXR5P2FwaS12ZXJzaW9uPTIwMTktMDMtMDE=", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/Microsoft.StorageSync/locations/CentralUSEUAP/checkNameAvailability?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZVN5bmMvbG9jYXRpb25zL0NlbnRyYWxVU0VVQVAvY2hlY2tOYW1lQXZhaWxhYmlsaXR5P2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", "RequestMethod": "POST", - "RequestBody": "{\r\n \"name\": \"sssps2459\",\r\n \"type\": \"Microsoft.StorageSync/storageSyncServices\"\r\n}", + "RequestBody": "{\r\n \"name\": \"sssps3934\",\r\n \"type\": \"Microsoft.StorageSync/storageSyncServices\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "21bc6aca-80c4-4ae3-96b8-5f7b07596894" + "b68337bc-e919-42ad-815c-52e725a26e4f" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -279,7 +279,7 @@ "no-cache" ], "x-ms-request-id": [ - "b486352b-59bd-49a0-b10e-e045169cadb3" + "6c3a1daf-dd24-4de6-b01e-471db55ce341" ], "X-Content-Type-Options": [ "nosniff" @@ -300,50 +300,50 @@ "1199" ], "x-ms-correlation-request-id": [ - "43e8563b-269f-4f22-9673-5e6a295fbd44" + "e65806b0-ce8c-478c-b38c-ee508a9ea4bc" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T162119Z:43e8563b-269f-4f22-9673-5e6a295fbd44" + "WESTUS:20200623T085231Z:e65806b0-ce8c-478c-b38c-ee508a9ea4bc" ], "Date": [ - "Wed, 03 Jul 2019 16:21:19 GMT" + "Tue, 23 Jun 2020 08:52:30 GMT" ], "Content-Length": [ - "51" + "29" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"nameAvailable\": true,\r\n \"reason\": null,\r\n \"message\": null\r\n}", + "ResponseBody": "{\r\n \"nameAvailable\": true\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps2342/providers/Microsoft.StorageSync/storageSyncServices/sssps2459?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzMjM0Mi9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMyNDU5P2FwaS12ZXJzaW9uPTIwMTktMDMtMDE=", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps8790/providers/Microsoft.StorageSync/storageSyncServices/sssps3934?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzODc5MC9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMzOTM0P2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"location\": \"Central US EUAP\",\r\n \"tags\": {}\r\n}", + "RequestBody": "{\r\n \"location\": \"Central US EUAP\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"incomingTrafficPolicy\": \"AllowAllTraffic\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "19a970f6-eb1f-4f82-8479-28bbc8d9fca0" + "96d86daa-8c90-4755-b173-44a3206fb642" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "52" + "125" ] }, "ResponseHeaders": { @@ -353,8 +353,17 @@ "Pragma": [ "no-cache" ], + "Location": [ + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6ImZiY2I1NWM3LTI1MGMtNDNhYS05MTdmLWMyODY4Mjk3MzZjZSIsIndvcmtmbG93SWQiOiI3ZTE5NTY2NC0zY2Q4LTQwNGItODIyYy1kMTBiMTU2YmY5ZDMiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiYjQyZTBlNzEtODdjZS00MzRmLWFlMTQtZTliZjg3OTVkNzk2In0=?api-version=2020-03-01" + ], + "Retry-After": [ + "10" + ], + "Azure-AsyncOperation": [ + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6ImZiY2I1NWM3LTI1MGMtNDNhYS05MTdmLWMyODY4Mjk3MzZjZSIsIndvcmtmbG93SWQiOiI3ZTE5NTY2NC0zY2Q4LTQwNGItODIyYy1kMTBiMTU2YmY5ZDMiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiYjQyZTBlNzEtODdjZS00MzRmLWFlMTQtZTliZjg3OTVkNzk2In0=?api-version=2020-03-01" + ], "x-ms-request-id": [ - "78c56bc0-9f5a-40b1-b465-39f63e73632a" + "4da5ecdd-2a38-4ca7-9ed4-57b29bd7ce08" ], "X-Content-Type-Options": [ "nosniff" @@ -375,44 +384,167 @@ "1199" ], "x-ms-correlation-request-id": [ - "6643714e-ba54-445e-ba02-e6f6d676c0ce" + "0a58e3ad-1935-4520-90a1-deac56c7852d" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200623T085232Z:0a58e3ad-1935-4520-90a1-deac56c7852d" + ], + "Date": [ + "Tue, 23 Jun 2020 08:52:32 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6ImZiY2I1NWM3LTI1MGMtNDNhYS05MTdmLWMyODY4Mjk3MzZjZSIsIndvcmtmbG93SWQiOiI3ZTE5NTY2NC0zY2Q4LTQwNGItODIyYy1kMTBiMTU2YmY5ZDMiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiYjQyZTBlNzEtODdjZS00MzRmLWFlMTQtZTliZjg3OTVkNzk2In0=?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvbG9jYXRpb25zL2NlbnRyYWx1c2V1YXAvb3BlcmF0aW9ucy9leUp3WVhKMGFYUnBiMjVKWkNJNkltWmlZMkkxTldNM0xUSTFNR010TkROaFlTMDVNVGRtTFdNeU9EWTRNamszTXpaalpTSXNJbmR2Y210bWJHOTNTV1FpT2lJM1pURTVOVFkyTkMwelkyUTRMVFF3TkdJdE9ESXlZeTFrTVRCaU1UVTJZbVk1WkRNaUxDSjNiM0pyWm14dmQwOXdaWEpoZEdsdmJrbGtJam9pWWpReVpUQmxOekV0T0RkalpTMDBNelJtTFdGbE1UUXRaVGxpWmpnM09UVmtOemsySW4wPT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-request-id": [ + "58e0da69-cdd8-4b3d-b2c8-8b153cf28e79" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-IIS/10.0" + ], + "X-AspNet-Version": [ + "4.0.30319" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11997" + ], + "x-ms-correlation-request-id": [ + "23ae71f2-c414-4bc2-8cea-8d51584e145f" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T162120Z:6643714e-ba54-445e-ba02-e6f6d676c0ce" + "WESTUS:20200623T085242Z:23ae71f2-c414-4bc2-8cea-8d51584e145f" ], "Date": [ - "Wed, 03 Jul 2019 16:21:20 GMT" + "Tue, 23 Jun 2020 08:52:42 GMT" ], "Content-Length": [ - "329" + "745" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"storageSyncServiceStatus\": null,\r\n \"storageSyncServiceUid\": null\r\n },\r\n \"location\": \"Central US EUAP\",\r\n \"tags\": {},\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps2342/providers/microsoft.storagesync/storageSyncServices/sssps2459\",\r\n \"name\": \"sssps2459\",\r\n \"type\": \"microsoft.storagesync/storageSyncServices\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6ImZiY2I1NWM3LTI1MGMtNDNhYS05MTdmLWMyODY4Mjk3MzZjZSIsIndvcmtmbG93SWQiOiI3ZTE5NTY2NC0zY2Q4LTQwNGItODIyYy1kMTBiMTU2YmY5ZDMiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiYjQyZTBlNzEtODdjZS00MzRmLWFlMTQtZTliZjg3OTVkNzk2In0=\",\r\n \"name\": \"eyJwYXJ0aXRpb25JZCI6ImZiY2I1NWM3LTI1MGMtNDNhYS05MTdmLWMyODY4Mjk3MzZjZSIsIndvcmtmbG93SWQiOiI3ZTE5NTY2NC0zY2Q4LTQwNGItODIyYy1kMTBiMTU2YmY5ZDMiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiYjQyZTBlNzEtODdjZS00MzRmLWFlMTQtZTliZjg3OTVkNzk2In0=\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2020-06-23T08:52:32.5537791Z\",\r\n \"endTime\": \"2020-06-23T08:52:38.7712176Z\",\r\n \"properties\": {}\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps2342/providers/Microsoft.StorageSync/storageSyncServices/sssps2459/syncGroups/sgps9960?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzMjM0Mi9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMyNDU5L3N5bmNHcm91cHMvc2dwczk5NjA/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps8790/providers/Microsoft.StorageSync/storageSyncServices/sssps3934?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzODc5MC9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMzOTM0P2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-request-id": [ + "d64de0f5-3fdb-467d-9cf4-52fb014e9753" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-IIS/10.0" + ], + "X-AspNet-Version": [ + "4.0.30319" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11996" + ], + "x-ms-correlation-request-id": [ + "85dcbe0b-7a87-498c-8cb8-8ba92b1f89e5" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200623T085242Z:85dcbe0b-7a87-498c-8cb8-8ba92b1f89e5" + ], + "Date": [ + "Tue, 23 Jun 2020 08:52:42 GMT" + ], + "Content-Length": [ + "633" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"properties\": {\r\n \"storageSyncServiceStatus\": 0,\r\n \"incomingTrafficPolicy\": \"AllowAllTraffic\",\r\n \"privateEndpointConnections\": [],\r\n \"provisioningState\": \"Succeeded\",\r\n \"lastWorkflowId\": \"storageSyncServices/sssps3934/workflows/7e195664-3cd8-404b-822c-d10b156bf9d3\",\r\n \"lastOperationName\": \"ICreateStorageSyncServiceWorkflow\"\r\n },\r\n \"location\": \"Central US EUAP\",\r\n \"tags\": {},\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps8790/providers/microsoft.storagesync/storageSyncServices/sssps3934\",\r\n \"name\": \"sssps3934\",\r\n \"type\": \"microsoft.storagesync/storageSyncServices\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps8790/providers/Microsoft.StorageSync/storageSyncServices/sssps3934/syncGroups/sgps6916?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzODc5MC9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMzOTM0L3N5bmNHcm91cHMvc2dwczY5MTY/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", "RequestMethod": "PUT", "RequestBody": "{\r\n \"properties\": {}\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "ac439837-0a51-4b9c-99b1-bd4b64c5d1a9" + "ede4e1d5-6e6a-49e2-9cc6-f19ce0f58d6a" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -429,7 +561,7 @@ "no-cache" ], "x-ms-request-id": [ - "bc64bc55-a710-476b-a5c0-2f7a9561de40" + "66d5c20c-ab37-475c-93da-99c630db1163" ], "X-Content-Type-Options": [ "nosniff" @@ -450,50 +582,50 @@ "1198" ], "x-ms-correlation-request-id": [ - "fc152586-ba83-4d69-bfff-b389d7dd0fdf" + "f013b424-c994-47a0-93b8-8402d18d8e20" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T162121Z:fc152586-ba83-4d69-bfff-b389d7dd0fdf" + "WESTUS:20200623T085243Z:f013b424-c994-47a0-93b8-8402d18d8e20" ], "Date": [ - "Wed, 03 Jul 2019 16:21:21 GMT" + "Tue, 23 Jun 2020 08:52:42 GMT" ], "Content-Length": [ - "331" + "371" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"syncGroupStatus\": \"0\",\r\n \"uniqueId\": \"4cd6d11c-d2c0-4bae-9474-d88800cb0764\"\r\n },\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps2342/providers/microsoft.storagesync/storageSyncServices/sssps2459/syncGroups/sgps9960\",\r\n \"name\": \"sgps9960\",\r\n \"type\": \"microsoft.storagesync/storageSyncServices/syncGroups\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"syncGroupStatus\": \"0\",\r\n \"uniqueId\": \"77dbdead-fe24-4b9a-825d-4074a230d527\"\r\n },\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps8790/providers/microsoft.storagesync/storageSyncServices/sssps3934/syncGroups/sgps6916\",\r\n \"name\": \"sgps6916\",\r\n \"type\": \"microsoft.storagesync/storageSyncServices/syncGroups\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps2342/providers/Microsoft.Storage/storageAccounts/saps2846?api-version=2017-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzMjM0Mi9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2Uvc3RvcmFnZUFjY291bnRzL3NhcHMyODQ2P2FwaS12ZXJzaW9uPTIwMTctMTAtMDE=", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps8790/providers/Microsoft.Storage/storageAccounts/saps9966?api-version=2017-10-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzODc5MC9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2Uvc3RvcmFnZUFjY291bnRzL3NhcHM5OTY2P2FwaS12ZXJzaW9uPTIwMTctMTAtMDE=", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"location\": \"Central US EUAP\"\r\n}", + "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\"\r\n },\r\n \"kind\": \"StorageV2\",\r\n \"location\": \"Central US EUAP\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "135d5624-81ec-4a8d-98cd-181be2663e6d" + "29ad6b97-74e6-4979-91fe-5bb3b9b95c06" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Storage.Version2017.10.01.StorageManagementClient/1.3.0" + "Microsoft.Azure.Management.Storage.Version2017.10.01.StorageManagementClient/1.3.16" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "105" + "107" ] }, "ResponseHeaders": { @@ -504,13 +636,13 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/providers/Microsoft.Storage/locations/centraluseuap/asyncoperations/aa9bb149-a73f-4e7c-8748-cdfa62e476cf?monitor=true&api-version=2017-10-01" + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/Microsoft.Storage/locations/centraluseuap/asyncoperations/7602893f-f4ea-4613-af84-b7f2aedb1843?monitor=true&api-version=2017-10-01" ], "Retry-After": [ "17" ], "x-ms-request-id": [ - "aa9bb149-a73f-4e7c-8748-cdfa62e476cf" + "7602893f-f4ea-4613-af84-b7f2aedb1843" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -522,16 +654,16 @@ "1199" ], "x-ms-correlation-request-id": [ - "b2704275-bab8-4c5f-a521-3efbb5536561" + "daabd3e0-8ae0-4fd7-b955-4dcf8c24d485" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T162122Z:b2704275-bab8-4c5f-a521-3efbb5536561" + "WESTUS:20200623T085244Z:daabd3e0-8ae0-4fd7-b955-4dcf8c24d485" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 16:21:22 GMT" + "Tue, 23 Jun 2020 08:52:43 GMT" ], "Content-Type": [ "text/plain; charset=utf-8" @@ -547,16 +679,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/providers/Microsoft.Storage/locations/centraluseuap/asyncoperations/aa9bb149-a73f-4e7c-8748-cdfa62e476cf?monitor=true&api-version=2017-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9sb2NhdGlvbnMvY2VudHJhbHVzZXVhcC9hc3luY29wZXJhdGlvbnMvYWE5YmIxNDktYTczZi00ZTdjLTg3NDgtY2RmYTYyZTQ3NmNmP21vbml0b3I9dHJ1ZSZhcGktdmVyc2lvbj0yMDE3LTEwLTAx", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/Microsoft.Storage/locations/centraluseuap/asyncoperations/7602893f-f4ea-4613-af84-b7f2aedb1843?monitor=true&api-version=2017-10-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9sb2NhdGlvbnMvY2VudHJhbHVzZXVhcC9hc3luY29wZXJhdGlvbnMvNzYwMjg5M2YtZjRlYS00NjEzLWFmODQtYjdmMmFlZGIxODQzP21vbml0b3I9dHJ1ZSZhcGktdmVyc2lvbj0yMDE3LTEwLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Storage.Version2017.10.01.StorageManagementClient/1.3.0" + "Microsoft.Azure.Management.Storage.Version2017.10.01.StorageManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -567,7 +699,7 @@ "no-cache" ], "x-ms-request-id": [ - "281c848e-02b2-4020-9959-b17736c6af70" + "32c1ea42-8d31-46b9-b2d0-4661860b1ced" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -576,22 +708,22 @@ "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11997" + "11999" ], "x-ms-correlation-request-id": [ - "de50223c-6fd0-4a51-9d73-55796e56ed01" + "aaf30aec-ddd7-4c07-a044-0c3d96b0442d" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T162139Z:de50223c-6fd0-4a51-9d73-55796e56ed01" + "WESTUS:20200623T085301Z:aaf30aec-ddd7-4c07-a044-0c3d96b0442d" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 16:21:39 GMT" + "Tue, 23 Jun 2020 08:53:01 GMT" ], "Content-Length": [ - "1018" + "1039" ], "Content-Type": [ "application/json" @@ -600,26 +732,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps2342/providers/Microsoft.Storage/storageAccounts/saps2846\",\r\n \"name\": \"saps2846\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"centraluseuap\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"virtualNetworkRules\": [],\r\n \"ipRules\": [],\r\n \"defaultAction\": \"Allow\"\r\n },\r\n \"supportsHttpsTrafficOnly\": false,\r\n \"encryption\": {\r\n \"services\": {\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2019-07-03T16:21:22.1505387Z\"\r\n },\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2019-07-03T16:21:22.1505387Z\"\r\n }\r\n },\r\n \"keySource\": \"Microsoft.Storage\"\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2019-07-03T16:21:22.0880585Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://saps2846.blob.core.windows.net/\",\r\n \"queue\": \"https://saps2846.queue.core.windows.net/\",\r\n \"table\": \"https://saps2846.table.core.windows.net/\",\r\n \"file\": \"https://saps2846.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"centraluseuap\",\r\n \"statusOfPrimary\": \"available\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"StorageV2\",\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps8790/providers/Microsoft.Storage/storageAccounts/saps9966\",\r\n \"name\": \"saps9966\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"centraluseuap\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"virtualNetworkRules\": [],\r\n \"ipRules\": [],\r\n \"defaultAction\": \"Allow\"\r\n },\r\n \"supportsHttpsTrafficOnly\": false,\r\n \"encryption\": {\r\n \"services\": {\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2020-06-23T08:52:43.8395903Z\"\r\n },\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2020-06-23T08:52:43.8395903Z\"\r\n }\r\n },\r\n \"keySource\": \"Microsoft.Storage\"\r\n },\r\n \"accessTier\": \"Hot\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2020-06-23T08:52:43.7927253Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://saps9966.blob.core.windows.net/\",\r\n \"queue\": \"https://saps9966.queue.core.windows.net/\",\r\n \"table\": \"https://saps9966.table.core.windows.net/\",\r\n \"file\": \"https://saps9966.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"centraluseuap\",\r\n \"statusOfPrimary\": \"available\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps2342/providers/Microsoft.Storage/storageAccounts/saps2846?api-version=2017-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzMjM0Mi9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2Uvc3RvcmFnZUFjY291bnRzL3NhcHMyODQ2P2FwaS12ZXJzaW9uPTIwMTctMTAtMDE=", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps8790/providers/Microsoft.Storage/storageAccounts/saps9966?api-version=2017-10-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzODc5MC9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2Uvc3RvcmFnZUFjY291bnRzL3NhcHM5OTY2P2FwaS12ZXJzaW9uPTIwMTctMTAtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "3c3f5a5b-ef1d-4c24-9131-b8fdd367a3b1" + "eac4242d-12c2-465c-a19d-1b34e0441151" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Storage.Version2017.10.01.StorageManagementClient/1.3.0" + "Microsoft.Azure.Management.Storage.Version2017.10.01.StorageManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -630,7 +762,7 @@ "no-cache" ], "x-ms-request-id": [ - "e0ebf9bb-43ae-4174-81f6-8a9a1c22891b" + "596feae1-2520-4c15-9395-2aabf621d9f4" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -639,22 +771,22 @@ "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11996" + "11998" ], "x-ms-correlation-request-id": [ - "253c9177-b984-455f-a7e8-3076ddfe98a8" + "64469f6d-c29e-452e-b37d-2b5691b68c3b" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T162140Z:253c9177-b984-455f-a7e8-3076ddfe98a8" + "WESTUS:20200623T085301Z:64469f6d-c29e-452e-b37d-2b5691b68c3b" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 16:21:39 GMT" + "Tue, 23 Jun 2020 08:53:01 GMT" ], "Content-Length": [ - "1018" + "1039" ], "Content-Type": [ "application/json" @@ -663,26 +795,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps2342/providers/Microsoft.Storage/storageAccounts/saps2846\",\r\n \"name\": \"saps2846\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"centraluseuap\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"virtualNetworkRules\": [],\r\n \"ipRules\": [],\r\n \"defaultAction\": \"Allow\"\r\n },\r\n \"supportsHttpsTrafficOnly\": false,\r\n \"encryption\": {\r\n \"services\": {\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2019-07-03T16:21:22.1505387Z\"\r\n },\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2019-07-03T16:21:22.1505387Z\"\r\n }\r\n },\r\n \"keySource\": \"Microsoft.Storage\"\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2019-07-03T16:21:22.0880585Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://saps2846.blob.core.windows.net/\",\r\n \"queue\": \"https://saps2846.queue.core.windows.net/\",\r\n \"table\": \"https://saps2846.table.core.windows.net/\",\r\n \"file\": \"https://saps2846.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"centraluseuap\",\r\n \"statusOfPrimary\": \"available\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"StorageV2\",\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps8790/providers/Microsoft.Storage/storageAccounts/saps9966\",\r\n \"name\": \"saps9966\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"centraluseuap\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"virtualNetworkRules\": [],\r\n \"ipRules\": [],\r\n \"defaultAction\": \"Allow\"\r\n },\r\n \"supportsHttpsTrafficOnly\": false,\r\n \"encryption\": {\r\n \"services\": {\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2020-06-23T08:52:43.8395903Z\"\r\n },\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2020-06-23T08:52:43.8395903Z\"\r\n }\r\n },\r\n \"keySource\": \"Microsoft.Storage\"\r\n },\r\n \"accessTier\": \"Hot\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2020-06-23T08:52:43.7927253Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://saps9966.blob.core.windows.net/\",\r\n \"queue\": \"https://saps9966.queue.core.windows.net/\",\r\n \"table\": \"https://saps9966.table.core.windows.net/\",\r\n \"file\": \"https://saps9966.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"centraluseuap\",\r\n \"statusOfPrimary\": \"available\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps2342/providers/Microsoft.Storage/storageAccounts/saps2846/listKeys?api-version=2017-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzMjM0Mi9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2Uvc3RvcmFnZUFjY291bnRzL3NhcHMyODQ2L2xpc3RLZXlzP2FwaS12ZXJzaW9uPTIwMTctMTAtMDE=", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps8790/providers/Microsoft.Storage/storageAccounts/saps9966/listKeys?api-version=2017-10-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzODc5MC9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2Uvc3RvcmFnZUFjY291bnRzL3NhcHM5OTY2L2xpc3RLZXlzP2FwaS12ZXJzaW9uPTIwMTctMTAtMDE=", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "924f9b93-449b-4e8b-ace6-65bee30a70d9" + "f887e787-11fb-44dd-ba75-e7832b475585" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Storage.Version2017.10.01.StorageManagementClient/1.3.0" + "Microsoft.Azure.Management.Storage.Version2017.10.01.StorageManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -693,7 +825,7 @@ "no-cache" ], "x-ms-request-id": [ - "6c0b43f7-58ed-4c4b-b8e0-24d638f4ee9f" + "14b860e8-a9da-4ad5-9359-6de3c577752e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -701,20 +833,20 @@ "Server": [ "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-writes": [ - "1199" + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "11999" ], "x-ms-correlation-request-id": [ - "dc38d845-690c-4921-bf48-17821f88348a" + "023cbf68-1585-4539-9fa4-a272a6716acc" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T162140Z:dc38d845-690c-4921-bf48-17821f88348a" + "WESTUS:20200623T085301Z:023cbf68-1585-4539-9fa4-a272a6716acc" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 16:21:39 GMT" + "Tue, 23 Jun 2020 08:53:01 GMT" ], "Content-Length": [ "288" @@ -726,26 +858,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"keys\": [\r\n {\r\n \"keyName\": \"key1\",\r\n \"value\": \"2Li0+VM713+LIE3daxLeYiivLQqN3+ugAbTPPTzHnoDgu8WrJGl9O0Crirx8awgS2CaVK9+0uCDRD8u2dz3k3Q==\",\r\n \"permissions\": \"FULL\"\r\n },\r\n {\r\n \"keyName\": \"key2\",\r\n \"value\": \"hrovfkccup1aJtydkCTK+7c5IHGBud6c5tdsRmSbcF+CSvr3h9+bb34cqyr98VRvjn54ZndQ3nF3FWjiEe/MYA==\",\r\n \"permissions\": \"FULL\"\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"keys\": [\r\n {\r\n \"keyName\": \"key1\",\r\n \"value\": \"dGBokyF4IiyOnpU0zIs2CEMgF5vcuylkPnnv1Y4WGiSmisAGN7O2bJkml8s7L6qO5bkan1HSkG5OtA7ufxNwIA==\",\r\n \"permissions\": \"FULL\"\r\n },\r\n {\r\n \"keyName\": \"key2\",\r\n \"value\": \"3rnXQCZysB/j3tB9KEqRpUcE41LFSTntBGNFp7CTJZSmivKywQ+CsEg7ALCL/QCmFeRki9Dvaz6naLlzPTyS5g==\",\r\n \"permissions\": \"FULL\"\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/0483643a-cb2f-462a-bc27-1a270e5bdc0a/servicePrincipalsByAppId/9469b9f5-6722-4481-a2b2-14ed560b706f/objectId?api-version=1.6", - "EncodedRequestUri": "LzA0ODM2NDNhLWNiMmYtNDYyYS1iYzI3LTFhMjcwZTViZGMwYS9zZXJ2aWNlUHJpbmNpcGFsc0J5QXBwSWQvOTQ2OWI5ZjUtNjcyMi00NDgxLWEyYjItMTRlZDU2MGI3MDZmL29iamVjdElkP2FwaS12ZXJzaW9uPTEuNg==", + "RequestUri": "/6ad91d65-65ab-4e14-90f7-fe951035b7c9/servicePrincipalsByAppId/9469b9f5-6722-4481-a2b2-14ed560b706f/objectId?api-version=1.6", + "EncodedRequestUri": "LzZhZDkxZDY1LTY1YWItNGUxNC05MGY3LWZlOTUxMDM1YjdjOS9zZXJ2aWNlUHJpbmNpcGFsc0J5QXBwSWQvOTQ2OWI5ZjUtNjcyMi00NDgxLWEyYjItMTRlZDU2MGI3MDZmL29iamVjdElkP2FwaS12ZXJzaW9uPTEuNg==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "8df4605d-8b9b-4eab-9684-950f5a90df55" + "44017dde-194b-48b7-8ef3-e885f096faf9" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Graph.RBAC.Version1.6.20190326.GraphRbacManagementClient/1.3.0" + "Microsoft.Azure.Graph.RBAC.Version1.6.20190326.GraphRbacManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -756,19 +888,22 @@ "no-cache" ], "ocp-aad-diagnostics-server-name": [ - "gumqaGrQuKMWKx5qR6D+EntZzHCdF7Gxbt/YYl8BbgU=" + "R5KTxq6mSpHoJRC35xyPPFGED3sshmrO5FtQ/0AOD6I=" ], "request-id": [ - "0e352c65-c1fd-46e9-b2e9-e7a54b1e10b7" + "d4a9f5e4-98c7-4233-b027-d9f72e749207" ], "client-request-id": [ - "8df4605d-8b9b-4eab-9684-950f5a90df55" + "44017dde-194b-48b7-8ef3-e885f096faf9" ], "x-ms-dirapi-data-contract-version": [ "1.6" ], "ocp-aad-session-key": [ - "qwUSGU6eRoVCASp1XiKYXScx5F3bazcYK1RNthUv4Dzz6zd59ejApV3IeH4gZeCJwx7IjG-6wdYVs1q97u-CQsdpBPx7EAf54AEcubPUk7RvycXuxnnNd2kc01yWeww3.pAmbkCEGtPg-JlqfwexZMmUKLFdtuW4KNszT-QOxsgA" + "2jJBB-qC191lTp4HVSwwZVvWo9A9kiK1-FhuguyFxNEzqT5BtM1iJpVpmt_xMAPCTJ9t64NqiH2UsQxhzI_jzUT9ai-I22i0CBfLem3fqKsjKrLyYja9IeWznlDNAmPF.vx0PNltgfwKA6fti8CkLI98afJqbThXyRJk8srCKde0" + ], + "x-aad-resource-unit": [ + "1" ], "DataServiceVersion": [ "3.0;" @@ -786,10 +921,10 @@ "ASP.NET" ], "Duration": [ - "606646" + "313929" ], "Date": [ - "Wed, 03 Jul 2019 16:21:43 GMT" + "Tue, 23 Jun 2020 08:53:02 GMT" ], "Content-Type": [ "application/json; odata=minimalmetadata; streaming=true; charset=utf-8" @@ -801,26 +936,26 @@ "151" ] }, - "ResponseBody": "{\r\n \"odata.metadata\": \"https://graph.windows.net/0483643a-cb2f-462a-bc27-1a270e5bdc0a/$metadata#Edm.String\",\r\n \"value\": \"384dab06-7a70-4ecf-a04e-284602199124\"\r\n}", + "ResponseBody": "{\r\n \"odata.metadata\": \"https://graph.windows.net/6ad91d65-65ab-4e14-90f7-fe951035b7c9/$metadata#Edm.String\",\r\n \"value\": \"d8eca219-3055-4504-9a60-18c2d0b4c18c\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/0483643a-cb2f-462a-bc27-1a270e5bdc0a/servicePrincipalsByAppId/9469b9f5-6722-4481-a2b2-14ed560b706f/objectId?api-version=1.6", - "EncodedRequestUri": "LzA0ODM2NDNhLWNiMmYtNDYyYS1iYzI3LTFhMjcwZTViZGMwYS9zZXJ2aWNlUHJpbmNpcGFsc0J5QXBwSWQvOTQ2OWI5ZjUtNjcyMi00NDgxLWEyYjItMTRlZDU2MGI3MDZmL29iamVjdElkP2FwaS12ZXJzaW9uPTEuNg==", + "RequestUri": "/6ad91d65-65ab-4e14-90f7-fe951035b7c9/servicePrincipalsByAppId/9469b9f5-6722-4481-a2b2-14ed560b706f/objectId?api-version=1.6", + "EncodedRequestUri": "LzZhZDkxZDY1LTY1YWItNGUxNC05MGY3LWZlOTUxMDM1YjdjOS9zZXJ2aWNlUHJpbmNpcGFsc0J5QXBwSWQvOTQ2OWI5ZjUtNjcyMi00NDgxLWEyYjItMTRlZDU2MGI3MDZmL29iamVjdElkP2FwaS12ZXJzaW9uPTEuNg==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "92e11426-4505-4837-a712-b8c89e38a978" + "f3369c5b-d1a0-45c4-bd1e-2d1cbf4a7729" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Graph.RBAC.Version1.6.20190326.GraphRbacManagementClient/1.3.0" + "Microsoft.Azure.Graph.RBAC.Version1.6.20190326.GraphRbacManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -831,19 +966,22 @@ "no-cache" ], "ocp-aad-diagnostics-server-name": [ - "9RY9kHjIF0sEXCnKZC1J9QU6hhbta/WWZ84XWn9UNrA=" + "OHLxKa/M0NSKMub/tsbYAKezsFzdFo6xwwpNm+vg90c=" ], "request-id": [ - "948f46a0-61f8-477a-8ee2-b211411399a8" + "8398dff6-00b1-4c7c-8978-920e5a440b18" ], "client-request-id": [ - "92e11426-4505-4837-a712-b8c89e38a978" + "f3369c5b-d1a0-45c4-bd1e-2d1cbf4a7729" ], "x-ms-dirapi-data-contract-version": [ "1.6" ], "ocp-aad-session-key": [ - "sw2p1ItsG6iuIbddA6Jr7nz7xL4JGqVORv5rGVX2oEPOkvYxl3nY92opjzGbnz7SGliyprnMXv0j_gUaQ7NYAlA5HQ176UoCVj2lz4A_DiSj-5nuTqtGmv8a2eSiL41E.QvxT1hlEomzzjMAUJ9MhX7mpnjBBUPkX0OPxeBBRs7o" + "v7LgSQ9vAXcwL0jtF5naLBsGwDqp3Shq9WozsR4TWgnK45fWLVJsf5_EgGhEsgftg2Rx99Sp41SgerRd-KV523SctWl505lrgUd-ZpnOO3a9ofOdXLxplXf6pE5p58ow.4LUz4F7expwObnXuCwA03646XFK8FOvZCq3w1fyNGbQ" + ], + "x-aad-resource-unit": [ + "1" ], "DataServiceVersion": [ "3.0;" @@ -861,10 +999,10 @@ "ASP.NET" ], "Duration": [ - "663995" + "357228" ], "Date": [ - "Wed, 03 Jul 2019 16:24:28 GMT" + "Tue, 23 Jun 2020 08:54:31 GMT" ], "Content-Type": [ "application/json; odata=minimalmetadata; streaming=true; charset=utf-8" @@ -876,26 +1014,26 @@ "151" ] }, - "ResponseBody": "{\r\n \"odata.metadata\": \"https://graph.windows.net/0483643a-cb2f-462a-bc27-1a270e5bdc0a/$metadata#Edm.String\",\r\n \"value\": \"384dab06-7a70-4ecf-a04e-284602199124\"\r\n}", + "ResponseBody": "{\r\n \"odata.metadata\": \"https://graph.windows.net/6ad91d65-65ab-4e14-90f7-fe951035b7c9/$metadata#Edm.String\",\r\n \"value\": \"d8eca219-3055-4504-9a60-18c2d0b4c18c\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/0483643a-cb2f-462a-bc27-1a270e5bdc0a/servicePrincipalsByAppId/9469b9f5-6722-4481-a2b2-14ed560b706f/objectId?api-version=1.6", - "EncodedRequestUri": "LzA0ODM2NDNhLWNiMmYtNDYyYS1iYzI3LTFhMjcwZTViZGMwYS9zZXJ2aWNlUHJpbmNpcGFsc0J5QXBwSWQvOTQ2OWI5ZjUtNjcyMi00NDgxLWEyYjItMTRlZDU2MGI3MDZmL29iamVjdElkP2FwaS12ZXJzaW9uPTEuNg==", + "RequestUri": "/6ad91d65-65ab-4e14-90f7-fe951035b7c9/servicePrincipalsByAppId/9469b9f5-6722-4481-a2b2-14ed560b706f/objectId?api-version=1.6", + "EncodedRequestUri": "LzZhZDkxZDY1LTY1YWItNGUxNC05MGY3LWZlOTUxMDM1YjdjOS9zZXJ2aWNlUHJpbmNpcGFsc0J5QXBwSWQvOTQ2OWI5ZjUtNjcyMi00NDgxLWEyYjItMTRlZDU2MGI3MDZmL29iamVjdElkP2FwaS12ZXJzaW9uPTEuNg==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "5e625141-5562-49ef-b43f-fb2e60019aca" + "6cd24f73-4518-4594-bd2a-60b64bb7b1fc" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Graph.RBAC.Version1.6.20190326.GraphRbacManagementClient/1.3.0" + "Microsoft.Azure.Graph.RBAC.Version1.6.20190326.GraphRbacManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -906,19 +1044,22 @@ "no-cache" ], "ocp-aad-diagnostics-server-name": [ - "k6fa1kSiMnUZJuknHiO9y0+zpxRd0b2xW6UyOlqu9kw=" + "R5KTxq6mSpHoJRC35xyPPFGED3sshmrO5FtQ/0AOD6I=" ], "request-id": [ - "108d94ad-6fe4-4eb9-80b1-b9da37e9d3cd" + "5f8902d7-155c-4cf8-887e-2d61c85b9fb6" ], "client-request-id": [ - "5e625141-5562-49ef-b43f-fb2e60019aca" + "6cd24f73-4518-4594-bd2a-60b64bb7b1fc" ], "x-ms-dirapi-data-contract-version": [ "1.6" ], "ocp-aad-session-key": [ - "uPXP1yQYsNL_kV0uv6LizGSGIptsH7baWDMHRhlWiObWuaW80H37EO-5yMnJMBHZGyfsDAscbZj5q4SBj1Q-3umQD3TKGcDI9EDgBfXw7qIyI0mot8RTVdZCieLzRNE-.kv1dAQ_i54LAVgytFR4qqIegWVkeeaVi3Wd6pSmUoX8" + "ASANFK52Pv4KxcShKz8A2pxXDdQXyw6G0a613JdJQvFnQkdvf2kZTBN4hna0oUqoROla1-YgSA42TsjfC5Vd7xo7uylB8g3alTQdAKToYIYUWXJ_hXSGTLQr9nko--WQ.mZ8VcbBeC_wX2i4hIy04X1Wwrp-ySb8WDU_SOXE4hVU" + ], + "x-aad-resource-unit": [ + "1" ], "DataServiceVersion": [ "3.0;" @@ -936,10 +1077,10 @@ "ASP.NET" ], "Duration": [ - "568941" + "374609" ], "Date": [ - "Wed, 03 Jul 2019 16:24:52 GMT" + "Tue, 23 Jun 2020 08:54:54 GMT" ], "Content-Type": [ "application/json; odata=minimalmetadata; streaming=true; charset=utf-8" @@ -951,26 +1092,26 @@ "151" ] }, - "ResponseBody": "{\r\n \"odata.metadata\": \"https://graph.windows.net/0483643a-cb2f-462a-bc27-1a270e5bdc0a/$metadata#Edm.String\",\r\n \"value\": \"384dab06-7a70-4ecf-a04e-284602199124\"\r\n}", + "ResponseBody": "{\r\n \"odata.metadata\": \"https://graph.windows.net/6ad91d65-65ab-4e14-90f7-fe951035b7c9/$metadata#Edm.String\",\r\n \"value\": \"d8eca219-3055-4504-9a60-18c2d0b4c18c\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/0483643a-cb2f-462a-bc27-1a270e5bdc0a/servicePrincipals/384dab06-7a70-4ecf-a04e-284602199124?api-version=1.6", - "EncodedRequestUri": "LzA0ODM2NDNhLWNiMmYtNDYyYS1iYzI3LTFhMjcwZTViZGMwYS9zZXJ2aWNlUHJpbmNpcGFscy8zODRkYWIwNi03YTcwLTRlY2YtYTA0ZS0yODQ2MDIxOTkxMjQ/YXBpLXZlcnNpb249MS42", + "RequestUri": "/6ad91d65-65ab-4e14-90f7-fe951035b7c9/servicePrincipals/d8eca219-3055-4504-9a60-18c2d0b4c18c?api-version=1.6", + "EncodedRequestUri": "LzZhZDkxZDY1LTY1YWItNGUxNC05MGY3LWZlOTUxMDM1YjdjOS9zZXJ2aWNlUHJpbmNpcGFscy9kOGVjYTIxOS0zMDU1LTQ1MDQtOWE2MC0xOGMyZDBiNGMxOGM/YXBpLXZlcnNpb249MS42", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "af65d895-820a-4ec5-bffb-f4204f257337" + "ed8f73a5-a015-483e-a38b-e29ae5e976c2" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Graph.RBAC.Version1.6.20190326.GraphRbacManagementClient/1.3.0" + "Microsoft.Azure.Graph.RBAC.Version1.6.20190326.GraphRbacManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -981,19 +1122,22 @@ "no-cache" ], "ocp-aad-diagnostics-server-name": [ - "wxTJ9LAVu6rJckmzKPdCGIT+txU9u3PTf1/IKRCG7+c=" + "+pxYfTimt0+9cgpiOAtGp0JRJz5yxX63UiVVhp43BXY=" ], "request-id": [ - "a30528dc-7190-4dc7-812e-2a56d023aba5" + "edcc7f79-70e8-4031-b537-714ea541abd5" ], "client-request-id": [ - "af65d895-820a-4ec5-bffb-f4204f257337" + "ed8f73a5-a015-483e-a38b-e29ae5e976c2" ], "x-ms-dirapi-data-contract-version": [ "1.6" ], "ocp-aad-session-key": [ - "MjQm2xnC3hNYxGGLVBVRxZMVaqknwgWObyCQyt9JFs6rKuZ3nePXJ_exse39tNDxg2_oejDVABuASD0d2LLuAHm1GFuQ13HUvtyczSJ8I3LQ-JS5xrcxGegDKqNxiwrY.q6V7tqS1G0F94m5LL62kPqsAo2svLO5Wvq8fs5ryI_w" + "o5Wv1KxHaf6ws4K2DVsaKQl-173Ucz5esIbz0sl2Wfd9vzERu3L7S3jUaKa18lfDSsZMPrdp3cYiVfjUEnwIHveoIdprpC-z6nREvYYrQLdi7lUx_oSmb60jrfrZ5p6q.mYcW30Kw4l3NXsIG4Okdsf5gY2ldl7bSmVMZe1FZU5Q" + ], + "x-aad-resource-unit": [ + "1" ], "DataServiceVersion": [ "3.0;" @@ -1011,10 +1155,10 @@ "ASP.NET" ], "Duration": [ - "668969" + "310777" ], "Date": [ - "Wed, 03 Jul 2019 16:21:43 GMT" + "Tue, 23 Jun 2020 08:53:02 GMT" ], "Content-Type": [ "application/json; odata=minimalmetadata; streaming=true; charset=utf-8" @@ -1026,26 +1170,26 @@ "1299" ] }, - "ResponseBody": "{\r\n \"odata.metadata\": \"https://graph.windows.net/0483643a-cb2f-462a-bc27-1a270e5bdc0a/$metadata#directoryObjects/@Element\",\r\n \"odata.type\": \"Microsoft.DirectoryServices.ServicePrincipal\",\r\n \"objectType\": \"ServicePrincipal\",\r\n \"objectId\": \"384dab06-7a70-4ecf-a04e-284602199124\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"addIns\": [],\r\n \"alternativeNames\": [],\r\n \"appDisplayName\": \"Microsoft.StorageSync\",\r\n \"appId\": \"9469b9f5-6722-4481-a2b2-14ed560b706f\",\r\n \"applicationTemplateId\": null,\r\n \"appOwnerTenantId\": \"f8cdef31-a31e-4b4a-93e4-5f571e91255a\",\r\n \"appRoleAssignmentRequired\": false,\r\n \"appRoles\": [],\r\n \"displayName\": \"Microsoft.StorageSync\",\r\n \"errorUrl\": null,\r\n \"homepage\": null,\r\n \"informationalUrls\": {\r\n \"termsOfService\": null,\r\n \"support\": null,\r\n \"privacy\": null,\r\n \"marketing\": null\r\n },\r\n \"keyCredentials\": [],\r\n \"logoutUrl\": null,\r\n \"notificationEmailAddresses\": [],\r\n \"oauth2Permissions\": [],\r\n \"passwordCredentials\": [],\r\n \"preferredSingleSignOnMode\": null,\r\n \"preferredTokenSigningKeyEndDateTime\": null,\r\n \"preferredTokenSigningKeyThumbprint\": null,\r\n \"publisherName\": \"Microsoft Services\",\r\n \"replyUrls\": [\r\n \"https://0c38d04b-cf53-496f-aa30-9751eaf67399/redir\"\r\n ],\r\n \"samlMetadataUrl\": null,\r\n \"samlSingleSignOnSettings\": null,\r\n \"servicePrincipalNames\": [\r\n \"9469b9f5-6722-4481-a2b2-14ed560b706f\"\r\n ],\r\n \"servicePrincipalType\": \"Application\",\r\n \"signInAudience\": \"AzureADMultipleOrgs\",\r\n \"tags\": [],\r\n \"tokenEncryptionKeyId\": null\r\n}", + "ResponseBody": "{\r\n \"odata.metadata\": \"https://graph.windows.net/6ad91d65-65ab-4e14-90f7-fe951035b7c9/$metadata#directoryObjects/@Element\",\r\n \"odata.type\": \"Microsoft.DirectoryServices.ServicePrincipal\",\r\n \"objectType\": \"ServicePrincipal\",\r\n \"objectId\": \"d8eca219-3055-4504-9a60-18c2d0b4c18c\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"addIns\": [],\r\n \"alternativeNames\": [],\r\n \"appDisplayName\": \"Microsoft.StorageSync\",\r\n \"appId\": \"9469b9f5-6722-4481-a2b2-14ed560b706f\",\r\n \"applicationTemplateId\": null,\r\n \"appOwnerTenantId\": \"f8cdef31-a31e-4b4a-93e4-5f571e91255a\",\r\n \"appRoleAssignmentRequired\": false,\r\n \"appRoles\": [],\r\n \"displayName\": \"Microsoft.StorageSync\",\r\n \"errorUrl\": null,\r\n \"homepage\": null,\r\n \"informationalUrls\": {\r\n \"termsOfService\": null,\r\n \"support\": null,\r\n \"privacy\": null,\r\n \"marketing\": null\r\n },\r\n \"keyCredentials\": [],\r\n \"logoutUrl\": null,\r\n \"notificationEmailAddresses\": [],\r\n \"oauth2Permissions\": [],\r\n \"passwordCredentials\": [],\r\n \"preferredSingleSignOnMode\": null,\r\n \"preferredTokenSigningKeyEndDateTime\": null,\r\n \"preferredTokenSigningKeyThumbprint\": null,\r\n \"publisherName\": \"Microsoft Services\",\r\n \"replyUrls\": [\r\n \"https://0c38d04b-cf53-496f-aa30-9751eaf67399/redir\"\r\n ],\r\n \"samlMetadataUrl\": null,\r\n \"samlSingleSignOnSettings\": null,\r\n \"servicePrincipalNames\": [\r\n \"9469b9f5-6722-4481-a2b2-14ed560b706f\"\r\n ],\r\n \"servicePrincipalType\": \"Application\",\r\n \"signInAudience\": \"AzureADMultipleOrgs\",\r\n \"tags\": [],\r\n \"tokenEncryptionKeyId\": null\r\n}", "StatusCode": 200 }, { - "RequestUri": "/0483643a-cb2f-462a-bc27-1a270e5bdc0a/servicePrincipals/384dab06-7a70-4ecf-a04e-284602199124?api-version=1.6", - "EncodedRequestUri": "LzA0ODM2NDNhLWNiMmYtNDYyYS1iYzI3LTFhMjcwZTViZGMwYS9zZXJ2aWNlUHJpbmNpcGFscy8zODRkYWIwNi03YTcwLTRlY2YtYTA0ZS0yODQ2MDIxOTkxMjQ/YXBpLXZlcnNpb249MS42", + "RequestUri": "/6ad91d65-65ab-4e14-90f7-fe951035b7c9/servicePrincipals/d8eca219-3055-4504-9a60-18c2d0b4c18c?api-version=1.6", + "EncodedRequestUri": "LzZhZDkxZDY1LTY1YWItNGUxNC05MGY3LWZlOTUxMDM1YjdjOS9zZXJ2aWNlUHJpbmNpcGFscy9kOGVjYTIxOS0zMDU1LTQ1MDQtOWE2MC0xOGMyZDBiNGMxOGM/YXBpLXZlcnNpb249MS42", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "174584ab-d884-4edd-b32f-af1b67b8f31c" + "070abbab-600c-4ffe-828b-ce4b77fc73c6" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Graph.RBAC.Version1.6.20190326.GraphRbacManagementClient/1.3.0" + "Microsoft.Azure.Graph.RBAC.Version1.6.20190326.GraphRbacManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -1056,19 +1200,22 @@ "no-cache" ], "ocp-aad-diagnostics-server-name": [ - "EN3UzqyyMepVHkxrA0a3YivmCuo/FhGR5X1H+l7w28c=" + "agv2eMadMpLGgW+68s4JLifpIm+PlNl9e+bHuGVEJ3Q=" ], "request-id": [ - "4ae05dfc-ebb1-40d1-8543-70617215bad7" + "0d179e3e-6b19-46c1-bf4d-29acc9a4900c" ], "client-request-id": [ - "174584ab-d884-4edd-b32f-af1b67b8f31c" + "070abbab-600c-4ffe-828b-ce4b77fc73c6" ], "x-ms-dirapi-data-contract-version": [ "1.6" ], "ocp-aad-session-key": [ - "0iNRV6PAjjp9zWzteT8i-VZgEfH1xqbk55NO021Ben5evMcB8ITtr2N-TRFmSt8MMNZFAxUqOD844rIZEKpNIngaJozazyO3E_WFmOW_USiYXtu508H-05HsLEjf44fr.ZR4zD0pdd2WxpDOMNknjN2jPfSxjiPu9GGGL0OKa2EM" + "ePKd5j62w57-JdG9atpYlvOz-zGJb6OH9yMau7PpU_sZ6bOyjWqtxpCejq-OU3UR8TABpCLzxy13J4Czx-05kAQi50FcFuSK4afIAWRV-CuU3hqQkHY7fXfHHEztEwYF.RtWjxGhpbBGoGyL_50RHTuf2rETqUUxfWhzXIVAFKTc" + ], + "x-aad-resource-unit": [ + "1" ], "DataServiceVersion": [ "3.0;" @@ -1086,10 +1233,10 @@ "ASP.NET" ], "Duration": [ - "624496" + "325169" ], "Date": [ - "Wed, 03 Jul 2019 16:24:28 GMT" + "Tue, 23 Jun 2020 08:54:31 GMT" ], "Content-Type": [ "application/json; odata=minimalmetadata; streaming=true; charset=utf-8" @@ -1101,26 +1248,26 @@ "1299" ] }, - "ResponseBody": "{\r\n \"odata.metadata\": \"https://graph.windows.net/0483643a-cb2f-462a-bc27-1a270e5bdc0a/$metadata#directoryObjects/@Element\",\r\n \"odata.type\": \"Microsoft.DirectoryServices.ServicePrincipal\",\r\n \"objectType\": \"ServicePrincipal\",\r\n \"objectId\": \"384dab06-7a70-4ecf-a04e-284602199124\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"addIns\": [],\r\n \"alternativeNames\": [],\r\n \"appDisplayName\": \"Microsoft.StorageSync\",\r\n \"appId\": \"9469b9f5-6722-4481-a2b2-14ed560b706f\",\r\n \"applicationTemplateId\": null,\r\n \"appOwnerTenantId\": \"f8cdef31-a31e-4b4a-93e4-5f571e91255a\",\r\n \"appRoleAssignmentRequired\": false,\r\n \"appRoles\": [],\r\n \"displayName\": \"Microsoft.StorageSync\",\r\n \"errorUrl\": null,\r\n \"homepage\": null,\r\n \"informationalUrls\": {\r\n \"termsOfService\": null,\r\n \"support\": null,\r\n \"privacy\": null,\r\n \"marketing\": null\r\n },\r\n \"keyCredentials\": [],\r\n \"logoutUrl\": null,\r\n \"notificationEmailAddresses\": [],\r\n \"oauth2Permissions\": [],\r\n \"passwordCredentials\": [],\r\n \"preferredSingleSignOnMode\": null,\r\n \"preferredTokenSigningKeyEndDateTime\": null,\r\n \"preferredTokenSigningKeyThumbprint\": null,\r\n \"publisherName\": \"Microsoft Services\",\r\n \"replyUrls\": [\r\n \"https://0c38d04b-cf53-496f-aa30-9751eaf67399/redir\"\r\n ],\r\n \"samlMetadataUrl\": null,\r\n \"samlSingleSignOnSettings\": null,\r\n \"servicePrincipalNames\": [\r\n \"9469b9f5-6722-4481-a2b2-14ed560b706f\"\r\n ],\r\n \"servicePrincipalType\": \"Application\",\r\n \"signInAudience\": \"AzureADMultipleOrgs\",\r\n \"tags\": [],\r\n \"tokenEncryptionKeyId\": null\r\n}", + "ResponseBody": "{\r\n \"odata.metadata\": \"https://graph.windows.net/6ad91d65-65ab-4e14-90f7-fe951035b7c9/$metadata#directoryObjects/@Element\",\r\n \"odata.type\": \"Microsoft.DirectoryServices.ServicePrincipal\",\r\n \"objectType\": \"ServicePrincipal\",\r\n \"objectId\": \"d8eca219-3055-4504-9a60-18c2d0b4c18c\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"addIns\": [],\r\n \"alternativeNames\": [],\r\n \"appDisplayName\": \"Microsoft.StorageSync\",\r\n \"appId\": \"9469b9f5-6722-4481-a2b2-14ed560b706f\",\r\n \"applicationTemplateId\": null,\r\n \"appOwnerTenantId\": \"f8cdef31-a31e-4b4a-93e4-5f571e91255a\",\r\n \"appRoleAssignmentRequired\": false,\r\n \"appRoles\": [],\r\n \"displayName\": \"Microsoft.StorageSync\",\r\n \"errorUrl\": null,\r\n \"homepage\": null,\r\n \"informationalUrls\": {\r\n \"termsOfService\": null,\r\n \"support\": null,\r\n \"privacy\": null,\r\n \"marketing\": null\r\n },\r\n \"keyCredentials\": [],\r\n \"logoutUrl\": null,\r\n \"notificationEmailAddresses\": [],\r\n \"oauth2Permissions\": [],\r\n \"passwordCredentials\": [],\r\n \"preferredSingleSignOnMode\": null,\r\n \"preferredTokenSigningKeyEndDateTime\": null,\r\n \"preferredTokenSigningKeyThumbprint\": null,\r\n \"publisherName\": \"Microsoft Services\",\r\n \"replyUrls\": [\r\n \"https://0c38d04b-cf53-496f-aa30-9751eaf67399/redir\"\r\n ],\r\n \"samlMetadataUrl\": null,\r\n \"samlSingleSignOnSettings\": null,\r\n \"servicePrincipalNames\": [\r\n \"9469b9f5-6722-4481-a2b2-14ed560b706f\"\r\n ],\r\n \"servicePrincipalType\": \"Application\",\r\n \"signInAudience\": \"AzureADMultipleOrgs\",\r\n \"tags\": [],\r\n \"tokenEncryptionKeyId\": null\r\n}", "StatusCode": 200 }, { - "RequestUri": "/0483643a-cb2f-462a-bc27-1a270e5bdc0a/servicePrincipals/384dab06-7a70-4ecf-a04e-284602199124?api-version=1.6", - "EncodedRequestUri": "LzA0ODM2NDNhLWNiMmYtNDYyYS1iYzI3LTFhMjcwZTViZGMwYS9zZXJ2aWNlUHJpbmNpcGFscy8zODRkYWIwNi03YTcwLTRlY2YtYTA0ZS0yODQ2MDIxOTkxMjQ/YXBpLXZlcnNpb249MS42", + "RequestUri": "/6ad91d65-65ab-4e14-90f7-fe951035b7c9/servicePrincipals/d8eca219-3055-4504-9a60-18c2d0b4c18c?api-version=1.6", + "EncodedRequestUri": "LzZhZDkxZDY1LTY1YWItNGUxNC05MGY3LWZlOTUxMDM1YjdjOS9zZXJ2aWNlUHJpbmNpcGFscy9kOGVjYTIxOS0zMDU1LTQ1MDQtOWE2MC0xOGMyZDBiNGMxOGM/YXBpLXZlcnNpb249MS42", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "a659cec5-e11d-4a4e-a1e7-24789bb12205" + "3151ad0b-ad7e-4617-9380-3d451dceda94" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Graph.RBAC.Version1.6.20190326.GraphRbacManagementClient/1.3.0" + "Microsoft.Azure.Graph.RBAC.Version1.6.20190326.GraphRbacManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -1131,19 +1278,22 @@ "no-cache" ], "ocp-aad-diagnostics-server-name": [ - "/lC86iJ3cwwJGyTWjAKYWDPkB/lyglon9hmrn0nLUXM=" + "agv2eMadMpLGgW+68s4JLifpIm+PlNl9e+bHuGVEJ3Q=" ], "request-id": [ - "6b4f605f-cb73-4105-ac57-3e6ce75f3273" + "c6f37bb3-b330-4e5c-88bc-464511d1a46c" ], "client-request-id": [ - "a659cec5-e11d-4a4e-a1e7-24789bb12205" + "3151ad0b-ad7e-4617-9380-3d451dceda94" ], "x-ms-dirapi-data-contract-version": [ "1.6" ], "ocp-aad-session-key": [ - "TozhY0WIIKUuUpRubJtKRuexXJk57C9PwVE4E1mwH-UuN3kGJOhtm4fIro2IIe-mBIjDVvMZjiinOZbaBIxVealkftNrI7-LvSht4bzwaH5WBdkd1ZQdsvHjR19XOrf8.xnnhXZyolYPRhnD2N_UkJv5JDM_dE0Bu6NIuERBUKD4" + "rEK5DotoqJR7ztbAdfeMKDBIHDzErd7OhDQ1JuRMVYPEkajiV2LITAt3_Z536qlBvToDy7ey--VyhARWcEiT5jMue4-FOdMYo7-dg426RdtbtCFQDMoywQo_DwQDe1hn.eafu7Kkr4JLveyK2qsRHBnTIs-U-vAle-XSb3MQwRzk" + ], + "x-aad-resource-unit": [ + "1" ], "DataServiceVersion": [ "3.0;" @@ -1161,10 +1311,10 @@ "ASP.NET" ], "Duration": [ - "737390" + "293471" ], "Date": [ - "Wed, 03 Jul 2019 16:24:52 GMT" + "Tue, 23 Jun 2020 08:54:54 GMT" ], "Content-Type": [ "application/json; odata=minimalmetadata; streaming=true; charset=utf-8" @@ -1176,7 +1326,7 @@ "1299" ] }, - "ResponseBody": "{\r\n \"odata.metadata\": \"https://graph.windows.net/0483643a-cb2f-462a-bc27-1a270e5bdc0a/$metadata#directoryObjects/@Element\",\r\n \"odata.type\": \"Microsoft.DirectoryServices.ServicePrincipal\",\r\n \"objectType\": \"ServicePrincipal\",\r\n \"objectId\": \"384dab06-7a70-4ecf-a04e-284602199124\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"addIns\": [],\r\n \"alternativeNames\": [],\r\n \"appDisplayName\": \"Microsoft.StorageSync\",\r\n \"appId\": \"9469b9f5-6722-4481-a2b2-14ed560b706f\",\r\n \"applicationTemplateId\": null,\r\n \"appOwnerTenantId\": \"f8cdef31-a31e-4b4a-93e4-5f571e91255a\",\r\n \"appRoleAssignmentRequired\": false,\r\n \"appRoles\": [],\r\n \"displayName\": \"Microsoft.StorageSync\",\r\n \"errorUrl\": null,\r\n \"homepage\": null,\r\n \"informationalUrls\": {\r\n \"termsOfService\": null,\r\n \"support\": null,\r\n \"privacy\": null,\r\n \"marketing\": null\r\n },\r\n \"keyCredentials\": [],\r\n \"logoutUrl\": null,\r\n \"notificationEmailAddresses\": [],\r\n \"oauth2Permissions\": [],\r\n \"passwordCredentials\": [],\r\n \"preferredSingleSignOnMode\": null,\r\n \"preferredTokenSigningKeyEndDateTime\": null,\r\n \"preferredTokenSigningKeyThumbprint\": null,\r\n \"publisherName\": \"Microsoft Services\",\r\n \"replyUrls\": [\r\n \"https://0c38d04b-cf53-496f-aa30-9751eaf67399/redir\"\r\n ],\r\n \"samlMetadataUrl\": null,\r\n \"samlSingleSignOnSettings\": null,\r\n \"servicePrincipalNames\": [\r\n \"9469b9f5-6722-4481-a2b2-14ed560b706f\"\r\n ],\r\n \"servicePrincipalType\": \"Application\",\r\n \"signInAudience\": \"AzureADMultipleOrgs\",\r\n \"tags\": [],\r\n \"tokenEncryptionKeyId\": null\r\n}", + "ResponseBody": "{\r\n \"odata.metadata\": \"https://graph.windows.net/6ad91d65-65ab-4e14-90f7-fe951035b7c9/$metadata#directoryObjects/@Element\",\r\n \"odata.type\": \"Microsoft.DirectoryServices.ServicePrincipal\",\r\n \"objectType\": \"ServicePrincipal\",\r\n \"objectId\": \"d8eca219-3055-4504-9a60-18c2d0b4c18c\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"addIns\": [],\r\n \"alternativeNames\": [],\r\n \"appDisplayName\": \"Microsoft.StorageSync\",\r\n \"appId\": \"9469b9f5-6722-4481-a2b2-14ed560b706f\",\r\n \"applicationTemplateId\": null,\r\n \"appOwnerTenantId\": \"f8cdef31-a31e-4b4a-93e4-5f571e91255a\",\r\n \"appRoleAssignmentRequired\": false,\r\n \"appRoles\": [],\r\n \"displayName\": \"Microsoft.StorageSync\",\r\n \"errorUrl\": null,\r\n \"homepage\": null,\r\n \"informationalUrls\": {\r\n \"termsOfService\": null,\r\n \"support\": null,\r\n \"privacy\": null,\r\n \"marketing\": null\r\n },\r\n \"keyCredentials\": [],\r\n \"logoutUrl\": null,\r\n \"notificationEmailAddresses\": [],\r\n \"oauth2Permissions\": [],\r\n \"passwordCredentials\": [],\r\n \"preferredSingleSignOnMode\": null,\r\n \"preferredTokenSigningKeyEndDateTime\": null,\r\n \"preferredTokenSigningKeyThumbprint\": null,\r\n \"publisherName\": \"Microsoft Services\",\r\n \"replyUrls\": [\r\n \"https://0c38d04b-cf53-496f-aa30-9751eaf67399/redir\"\r\n ],\r\n \"samlMetadataUrl\": null,\r\n \"samlSingleSignOnSettings\": null,\r\n \"servicePrincipalNames\": [\r\n \"9469b9f5-6722-4481-a2b2-14ed560b706f\"\r\n ],\r\n \"servicePrincipalType\": \"Application\",\r\n \"signInAudience\": \"AzureADMultipleOrgs\",\r\n \"tags\": [],\r\n \"tokenEncryptionKeyId\": null\r\n}", "StatusCode": 200 }, { @@ -1186,16 +1336,16 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "b7f8c5ef-1345-4796-b073-5a760088856f" + "60e9b48f-9221-421c-8824-fd5aaf051329" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Authorization.Version2015.07.01.AuthorizationManagementClient/1.3.0" + "Microsoft.Azure.Management.Authorization.Version2015.07.01.AuthorizationManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -1205,11 +1355,8 @@ "Pragma": [ "no-cache" ], - "x-ms-request-charge": [ - "1" - ], "x-ms-request-id": [ - "5a643fd0-68ad-4637-9db6-f888b17404b6" + "b4de3df4-e26d-4b4a-9afe-39b1648bf0b3" ], "X-Content-Type-Options": [ "nosniff" @@ -1218,19 +1365,19 @@ "max-age=31536000; includeSubDomains" ], "Set-Cookie": [ - "x-ms-gateway-slice=Production; path=/; secure; HttpOnly" + "x-ms-gateway-slice=Production; path=/; SameSite=None; secure; HttpOnly" ], "x-ms-ratelimit-remaining-tenant-reads": [ "11999" ], "x-ms-correlation-request-id": [ - "2958ce2e-c842-443f-a99f-9a66b46c007d" + "d3949ac4-b971-4362-9e35-5cf4234f0e23" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T162144Z:2958ce2e-c842-443f-a99f-9a66b46c007d" + "WESTUS:20200623T085302Z:d3949ac4-b971-4362-9e35-5cf4234f0e23" ], "Date": [ - "Wed, 03 Jul 2019 16:21:43 GMT" + "Tue, 23 Jun 2020 08:53:02 GMT" ], "Content-Length": [ "841" @@ -1252,16 +1399,16 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "20af6e1f-a1a9-4c36-ac66-5d143bb92e2f" + "1c1f46b3-61eb-402f-8f90-fe4fa4e604bd" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Authorization.Version2015.07.01.AuthorizationManagementClient/1.3.0" + "Microsoft.Azure.Management.Authorization.Version2015.07.01.AuthorizationManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -1271,11 +1418,8 @@ "Pragma": [ "no-cache" ], - "x-ms-request-charge": [ - "1" - ], "x-ms-request-id": [ - "117615aa-bb39-46e8-872e-59f993e76ffb" + "6c697e16-dabb-4830-97b0-31fb61fe8923" ], "X-Content-Type-Options": [ "nosniff" @@ -1284,19 +1428,19 @@ "max-age=31536000; includeSubDomains" ], "Set-Cookie": [ - "x-ms-gateway-slice=Production; path=/; secure; HttpOnly" + "x-ms-gateway-slice=Production; path=/; secure; HttpOnly; SameSite=None" ], "x-ms-ratelimit-remaining-tenant-reads": [ - "11997" + "11998" ], "x-ms-correlation-request-id": [ - "57175c47-c41d-4ed7-bea0-86742a98dd51" + "53f612b0-6850-4999-a1b2-ed87d1de5e6c" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T162429Z:57175c47-c41d-4ed7-bea0-86742a98dd51" + "WESTUS:20200623T085432Z:53f612b0-6850-4999-a1b2-ed87d1de5e6c" ], "Date": [ - "Wed, 03 Jul 2019 16:24:29 GMT" + "Tue, 23 Jun 2020 08:54:32 GMT" ], "Content-Length": [ "841" @@ -1318,16 +1462,16 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "1e7beb5a-7bcf-4839-822e-42ee8dd26d07" + "da7505c5-8943-4df8-a5f1-58e3c04c6a10" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Authorization.Version2015.07.01.AuthorizationManagementClient/1.3.0" + "Microsoft.Azure.Management.Authorization.Version2015.07.01.AuthorizationManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -1337,11 +1481,8 @@ "Pragma": [ "no-cache" ], - "x-ms-request-charge": [ - "1" - ], "x-ms-request-id": [ - "23b95e3e-307a-423d-a66d-2bfabd16fcd2" + "a16f40e6-a340-49a1-a7b0-7be0816e54a2" ], "X-Content-Type-Options": [ "nosniff" @@ -1350,19 +1491,19 @@ "max-age=31536000; includeSubDomains" ], "Set-Cookie": [ - "x-ms-gateway-slice=Production; path=/; secure; HttpOnly" + "x-ms-gateway-slice=Production; path=/; secure; HttpOnly; SameSite=None" ], "x-ms-ratelimit-remaining-tenant-reads": [ - "11996" + "11997" ], "x-ms-correlation-request-id": [ - "9cecb807-2638-4a23-81c1-a411cb18770c" + "9af8c3e2-601f-48b3-b1c1-a14415035084" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T162452Z:9cecb807-2638-4a23-81c1-a411cb18770c" + "WESTUS:20200623T085454Z:9af8c3e2-601f-48b3-b1c1-a14415035084" ], "Date": [ - "Wed, 03 Jul 2019 16:24:52 GMT" + "Tue, 23 Jun 2020 08:54:54 GMT" ], "Content-Length": [ "841" @@ -1378,22 +1519,22 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourcegroups/ps2342/providers/Microsoft.Storage///storageAccounts/saps2846/providers/Microsoft.Authorization/roleAssignments?$filter=assignedTo('384dab06-7a70-4ecf-a04e-284602199124')&api-version=2015-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlZ3JvdXBzL3BzMjM0Mi9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2UvLy9zdG9yYWdlQWNjb3VudHMvc2FwczI4NDYvcHJvdmlkZXJzL01pY3Jvc29mdC5BdXRob3JpemF0aW9uL3JvbGVBc3NpZ25tZW50cz8kZmlsdGVyPWFzc2lnbmVkVG8oJzM4NGRhYjA2LTdhNzAtNGVjZi1hMDRlLTI4NDYwMjE5OTEyNCcpJmFwaS12ZXJzaW9uPTIwMTUtMDctMDE=", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourcegroups/ps8790/providers/Microsoft.Storage///storageAccounts/saps9966/providers/Microsoft.Authorization/roleAssignments?$filter=assignedTo('d8eca219-3055-4504-9a60-18c2d0b4c18c')&api-version=2015-07-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlZ3JvdXBzL3BzODc5MC9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2UvLy9zdG9yYWdlQWNjb3VudHMvc2Fwczk5NjYvcHJvdmlkZXJzL01pY3Jvc29mdC5BdXRob3JpemF0aW9uL3JvbGVBc3NpZ25tZW50cz8kZmlsdGVyPWFzc2lnbmVkVG8oJ2Q4ZWNhMjE5LTMwNTUtNDUwNC05YTYwLTE4YzJkMGI0YzE4YycpJmFwaS12ZXJzaW9uPTIwMTUtMDctMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "78024fa6-026e-4315-a7c5-36c8b7fe3234" + "781d771a-e9eb-49ea-9873-62d555c6ad27" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Authorization.Version2015.07.01.AuthorizationManagementClient/1.3.0" + "Microsoft.Azure.Management.Authorization.Version2015.07.01.AuthorizationManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -1403,11 +1544,8 @@ "Pragma": [ "no-cache" ], - "x-ms-request-charge": [ - "1" - ], "x-ms-request-id": [ - "717a33ef-bce5-4341-ad52-3dc2ad4b1721" + "171b8ace-7ad6-4981-b5ee-e8ce9c75f605" ], "X-Content-Type-Options": [ "nosniff" @@ -1416,22 +1554,22 @@ "max-age=31536000; includeSubDomains" ], "Set-Cookie": [ - "x-ms-gateway-slice=Production; path=/; secure; HttpOnly" + "x-ms-gateway-slice=Production; path=/; secure; HttpOnly; SameSite=None" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11997" + "11999" ], "x-ms-correlation-request-id": [ - "e893df35-9717-4ce0-9d6c-b99d50212432" + "01206a69-3a6d-4c6b-9565-90dbb0c0349d" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T162144Z:e893df35-9717-4ce0-9d6c-b99d50212432" + "WESTUS:20200623T085303Z:01206a69-3a6d-4c6b-9565-90dbb0c0349d" ], "Date": [ - "Wed, 03 Jul 2019 16:21:43 GMT" + "Tue, 23 Jun 2020 08:53:02 GMT" ], "Content-Length": [ - "12" + "732" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1440,26 +1578,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": []\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"properties\": {\r\n \"roleDefinitionId\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c\",\r\n \"principalId\": \"d8eca219-3055-4504-9a60-18c2d0b4c18c\",\r\n \"scope\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b\",\r\n \"createdOn\": \"2020-05-23T18:29:54.9647107Z\",\r\n \"updatedOn\": \"2020-05-23T18:29:54.9647107Z\",\r\n \"createdBy\": \"a8656ec6-d7a4-4e38-bf78-58d74e3ed751\",\r\n \"updatedBy\": \"a8656ec6-d7a4-4e38-bf78-58d74e3ed751\"\r\n },\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/Microsoft.Authorization/roleAssignments/dc60f792-d409-4e1d-8fe5-192d121c26e9\",\r\n \"type\": \"Microsoft.Authorization/roleAssignments\",\r\n \"name\": \"dc60f792-d409-4e1d-8fe5-192d121c26e9\"\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourcegroups/ps2342/providers/Microsoft.Storage///storageAccounts/saps2846/providers/Microsoft.Authorization/roleAssignments?$filter=assignedTo('384dab06-7a70-4ecf-a04e-284602199124')&api-version=2015-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlZ3JvdXBzL3BzMjM0Mi9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2UvLy9zdG9yYWdlQWNjb3VudHMvc2FwczI4NDYvcHJvdmlkZXJzL01pY3Jvc29mdC5BdXRob3JpemF0aW9uL3JvbGVBc3NpZ25tZW50cz8kZmlsdGVyPWFzc2lnbmVkVG8oJzM4NGRhYjA2LTdhNzAtNGVjZi1hMDRlLTI4NDYwMjE5OTEyNCcpJmFwaS12ZXJzaW9uPTIwMTUtMDctMDE=", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourcegroups/ps8790/providers/Microsoft.Storage///storageAccounts/saps9966/providers/Microsoft.Authorization/roleAssignments?$filter=assignedTo('d8eca219-3055-4504-9a60-18c2d0b4c18c')&api-version=2015-07-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlZ3JvdXBzL3BzODc5MC9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2UvLy9zdG9yYWdlQWNjb3VudHMvc2Fwczk5NjYvcHJvdmlkZXJzL01pY3Jvc29mdC5BdXRob3JpemF0aW9uL3JvbGVBc3NpZ25tZW50cz8kZmlsdGVyPWFzc2lnbmVkVG8oJ2Q4ZWNhMjE5LTMwNTUtNDUwNC05YTYwLTE4YzJkMGI0YzE4YycpJmFwaS12ZXJzaW9uPTIwMTUtMDctMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "d79415bd-6a91-45d9-bfe1-af3b70350acc" + "67d6797a-7eef-47f4-88e6-51ccc7f8c156" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Authorization.Version2015.07.01.AuthorizationManagementClient/1.3.0" + "Microsoft.Azure.Management.Authorization.Version2015.07.01.AuthorizationManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -1469,11 +1607,8 @@ "Pragma": [ "no-cache" ], - "x-ms-request-charge": [ - "1" - ], "x-ms-request-id": [ - "860e7a96-92b2-4e97-8335-18aa18b7061a" + "fac6712a-c3aa-40fe-a5f3-003683a01332" ], "X-Content-Type-Options": [ "nosniff" @@ -1482,22 +1617,22 @@ "max-age=31536000; includeSubDomains" ], "Set-Cookie": [ - "x-ms-gateway-slice=Production; path=/; secure; HttpOnly" + "x-ms-gateway-slice=Production; path=/; secure; HttpOnly; SameSite=None" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11999" + "11980" ], "x-ms-correlation-request-id": [ - "1f837c8f-88d4-45a9-b89a-e48aea78545f" + "f5d202b7-c3e9-4246-b676-9d698933863d" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T162430Z:1f837c8f-88d4-45a9-b89a-e48aea78545f" + "WESTUS:20200623T085432Z:f5d202b7-c3e9-4246-b676-9d698933863d" ], "Date": [ - "Wed, 03 Jul 2019 16:24:29 GMT" + "Tue, 23 Jun 2020 08:54:32 GMT" ], "Content-Length": [ - "882" + "732" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1506,26 +1641,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"properties\": {\r\n \"roleDefinitionId\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/providers/Microsoft.Authorization/roleDefinitions/c12c1c16-33a1-487b-954d-41c89c60f349\",\r\n \"principalId\": \"384dab06-7a70-4ecf-a04e-284602199124\",\r\n \"scope\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps2342/providers/Microsoft.Storage/storageAccounts/saps2846\",\r\n \"createdOn\": \"2019-07-03T16:21:45.6484955Z\",\r\n \"updatedOn\": \"2019-07-03T16:21:45.6484955Z\",\r\n \"createdBy\": \"8d1a2f63-15c2-4fe8-a804-213ecbaf4403\",\r\n \"updatedBy\": \"8d1a2f63-15c2-4fe8-a804-213ecbaf4403\"\r\n },\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps2342/providers/Microsoft.Storage/storageAccounts/saps2846/providers/Microsoft.Authorization/roleAssignments/b77a7a6a-3411-49f6-aca8-8b4117dcdf17\",\r\n \"type\": \"Microsoft.Authorization/roleAssignments\",\r\n \"name\": \"b77a7a6a-3411-49f6-aca8-8b4117dcdf17\"\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"properties\": {\r\n \"roleDefinitionId\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c\",\r\n \"principalId\": \"d8eca219-3055-4504-9a60-18c2d0b4c18c\",\r\n \"scope\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b\",\r\n \"createdOn\": \"2020-05-23T18:29:54.9647107Z\",\r\n \"updatedOn\": \"2020-05-23T18:29:54.9647107Z\",\r\n \"createdBy\": \"a8656ec6-d7a4-4e38-bf78-58d74e3ed751\",\r\n \"updatedBy\": \"a8656ec6-d7a4-4e38-bf78-58d74e3ed751\"\r\n },\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/Microsoft.Authorization/roleAssignments/dc60f792-d409-4e1d-8fe5-192d121c26e9\",\r\n \"type\": \"Microsoft.Authorization/roleAssignments\",\r\n \"name\": \"dc60f792-d409-4e1d-8fe5-192d121c26e9\"\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourcegroups/ps2342/providers/Microsoft.Storage///storageAccounts/saps2846/providers/Microsoft.Authorization/roleAssignments?$filter=assignedTo('384dab06-7a70-4ecf-a04e-284602199124')&api-version=2015-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlZ3JvdXBzL3BzMjM0Mi9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2UvLy9zdG9yYWdlQWNjb3VudHMvc2FwczI4NDYvcHJvdmlkZXJzL01pY3Jvc29mdC5BdXRob3JpemF0aW9uL3JvbGVBc3NpZ25tZW50cz8kZmlsdGVyPWFzc2lnbmVkVG8oJzM4NGRhYjA2LTdhNzAtNGVjZi1hMDRlLTI4NDYwMjE5OTEyNCcpJmFwaS12ZXJzaW9uPTIwMTUtMDctMDE=", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourcegroups/ps8790/providers/Microsoft.Storage///storageAccounts/saps9966/providers/Microsoft.Authorization/roleAssignments?$filter=assignedTo('d8eca219-3055-4504-9a60-18c2d0b4c18c')&api-version=2015-07-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlZ3JvdXBzL3BzODc5MC9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2UvLy9zdG9yYWdlQWNjb3VudHMvc2Fwczk5NjYvcHJvdmlkZXJzL01pY3Jvc29mdC5BdXRob3JpemF0aW9uL3JvbGVBc3NpZ25tZW50cz8kZmlsdGVyPWFzc2lnbmVkVG8oJ2Q4ZWNhMjE5LTMwNTUtNDUwNC05YTYwLTE4YzJkMGI0YzE4YycpJmFwaS12ZXJzaW9uPTIwMTUtMDctMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "75da9eca-8cd7-4bd3-a962-758966e2e8a6" + "b7aa19fd-9037-4cbd-b6af-bcb74f6c7cd1" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Authorization.Version2015.07.01.AuthorizationManagementClient/1.3.0" + "Microsoft.Azure.Management.Authorization.Version2015.07.01.AuthorizationManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -1535,11 +1670,8 @@ "Pragma": [ "no-cache" ], - "x-ms-request-charge": [ - "1" - ], "x-ms-request-id": [ - "ec77a53f-d2cc-4a4d-9c57-4f1239568500" + "7b69522c-f368-4f6b-9e6b-c567b3b3d83c" ], "X-Content-Type-Options": [ "nosniff" @@ -1548,22 +1680,22 @@ "max-age=31536000; includeSubDomains" ], "Set-Cookie": [ - "x-ms-gateway-slice=Production; path=/; secure; HttpOnly" + "x-ms-gateway-slice=Production; path=/; secure; HttpOnly; SameSite=None" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11994" + "11975" ], "x-ms-correlation-request-id": [ - "dc712666-84ba-45b7-b5d1-e204469bbbaf" + "00c240ac-eb3f-41b1-aae3-aa6d11ce9a59" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T162453Z:dc712666-84ba-45b7-b5d1-e204469bbbaf" + "WESTUS:20200623T085455Z:00c240ac-eb3f-41b1-aae3-aa6d11ce9a59" ], "Date": [ - "Wed, 03 Jul 2019 16:24:52 GMT" + "Tue, 23 Jun 2020 08:54:54 GMT" ], "Content-Length": [ - "882" + "732" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1572,32 +1704,32 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"properties\": {\r\n \"roleDefinitionId\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/providers/Microsoft.Authorization/roleDefinitions/c12c1c16-33a1-487b-954d-41c89c60f349\",\r\n \"principalId\": \"384dab06-7a70-4ecf-a04e-284602199124\",\r\n \"scope\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps2342/providers/Microsoft.Storage/storageAccounts/saps2846\",\r\n \"createdOn\": \"2019-07-03T16:21:45.6484955Z\",\r\n \"updatedOn\": \"2019-07-03T16:21:45.6484955Z\",\r\n \"createdBy\": \"8d1a2f63-15c2-4fe8-a804-213ecbaf4403\",\r\n \"updatedBy\": \"8d1a2f63-15c2-4fe8-a804-213ecbaf4403\"\r\n },\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps2342/providers/Microsoft.Storage/storageAccounts/saps2846/providers/Microsoft.Authorization/roleAssignments/b77a7a6a-3411-49f6-aca8-8b4117dcdf17\",\r\n \"type\": \"Microsoft.Authorization/roleAssignments\",\r\n \"name\": \"b77a7a6a-3411-49f6-aca8-8b4117dcdf17\"\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"properties\": {\r\n \"roleDefinitionId\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c\",\r\n \"principalId\": \"d8eca219-3055-4504-9a60-18c2d0b4c18c\",\r\n \"scope\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b\",\r\n \"createdOn\": \"2020-05-23T18:29:54.9647107Z\",\r\n \"updatedOn\": \"2020-05-23T18:29:54.9647107Z\",\r\n \"createdBy\": \"a8656ec6-d7a4-4e38-bf78-58d74e3ed751\",\r\n \"updatedBy\": \"a8656ec6-d7a4-4e38-bf78-58d74e3ed751\"\r\n },\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/Microsoft.Authorization/roleAssignments/dc60f792-d409-4e1d-8fe5-192d121c26e9\",\r\n \"type\": \"Microsoft.Authorization/roleAssignments\",\r\n \"name\": \"dc60f792-d409-4e1d-8fe5-192d121c26e9\"\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "//subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps2342/providers/Microsoft.Storage/storageAccounts/saps2846/providers/Microsoft.Authorization/roleAssignments/b77a7a6a-3411-49f6-aca8-8b4117dcdf17?api-version=2015-07-01", - "EncodedRequestUri": "Ly9zdWJzY3JpcHRpb25zLzdiOTZjYjAyLTQ2NjMtNDBmNC05YTg5LTYwM2QzODQ5ZTQ2YS9yZXNvdXJjZUdyb3Vwcy9wczIzNDIvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9zYXBzMjg0Ni9wcm92aWRlcnMvTWljcm9zb2Z0LkF1dGhvcml6YXRpb24vcm9sZUFzc2lnbm1lbnRzL2I3N2E3YTZhLTM0MTEtNDlmNi1hY2E4LThiNDExN2RjZGYxNz9hcGktdmVyc2lvbj0yMDE1LTA3LTAx", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps8790/providers/Microsoft.StorageSync/storageSyncServices/sssps3934/syncGroups/sgps6916/cloudEndpoints/cepps7492?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzODc5MC9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMzOTM0L3N5bmNHcm91cHMvc2dwczY5MTYvY2xvdWRFbmRwb2ludHMvY2VwcHM3NDkyP2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"roleDefinitionId\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/providers/Microsoft.Authorization/roleDefinitions/c12c1c16-33a1-487b-954d-41c89c60f349\",\r\n \"principalId\": \"384dab06-7a70-4ecf-a04e-284602199124\"\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"storageAccountResourceId\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps8790/providers/Microsoft.Storage/storageAccounts/saps9966\",\r\n \"azureFileShareName\": \"testfs\",\r\n \"storageAccountTenantId\": \"6ad91d65-65ab-4e14-90f7-fe951035b7c9\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "3e1945ef-3138-4e0f-95c8-e06321f9708b" + "3ebf0efc-4550-4d69-988c-af56efe4a31a" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Authorization.Version2015.07.01.AuthorizationManagementClient/1.3.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "254" + "298" ] }, "ResponseHeaders": { @@ -1607,11 +1739,17 @@ "Pragma": [ "no-cache" ], - "x-ms-request-charge": [ - "1" + "Location": [ + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6ImZiY2I1NWM3LTI1MGMtNDNhYS05MTdmLWMyODY4Mjk3MzZjZSIsIndvcmtmbG93SWQiOiI4NzkyZWY4Yy1lMGEwLTQ3NWYtYWMwYy0yYmRhNDgzMzc5NjQiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiODE5ZWEzMTUtOTcwNS00ODZjLWJhZGQtYTFkNDk0MGQwNGQ3In0=?api-version=2020-03-01" + ], + "Retry-After": [ + "10" + ], + "Azure-AsyncOperation": [ + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6ImZiY2I1NWM3LTI1MGMtNDNhYS05MTdmLWMyODY4Mjk3MzZjZSIsIndvcmtmbG93SWQiOiI4NzkyZWY4Yy1lMGEwLTQ3NWYtYWMwYy0yYmRhNDgzMzc5NjQiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiODE5ZWEzMTUtOTcwNS00ODZjLWJhZGQtYTFkNDk0MGQwNGQ3In0=?api-version=2020-03-01" ], "x-ms-request-id": [ - "01e0f76b-bd17-4156-b1d2-8aa74467fc03" + "295105e6-b3c4-4a3d-aef2-22c9f7011d20" ], "X-Content-Type-Options": [ "nosniff" @@ -1619,51 +1757,54 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Set-Cookie": [ - "x-ms-gateway-slice=Production; path=/; secure; HttpOnly" + "Server": [ + "Microsoft-IIS/10.0" + ], + "X-AspNet-Version": [ + "4.0.30319" + ], + "X-Powered-By": [ + "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1198" + "1199" ], "x-ms-correlation-request-id": [ - "5159a555-0ee3-4f25-8d75-bc9fdbdc6407" + "36eb51bd-8786-43aa-8da7-c052fff41451" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T162146Z:5159a555-0ee3-4f25-8d75-bc9fdbdc6407" + "WESTUS:20200623T085304Z:36eb51bd-8786-43aa-8da7-c052fff41451" ], "Date": [ - "Wed, 03 Jul 2019 16:21:45 GMT" - ], - "Content-Length": [ - "836" - ], - "Content-Type": [ - "application/json; charset=utf-8" + "Tue, 23 Jun 2020 08:53:03 GMT" ], "Expires": [ "-1" + ], + "Content-Length": [ + "0" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"roleDefinitionId\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/providers/Microsoft.Authorization/roleDefinitions/c12c1c16-33a1-487b-954d-41c89c60f349\",\r\n \"principalId\": \"384dab06-7a70-4ecf-a04e-284602199124\",\r\n \"scope\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps2342/providers/Microsoft.Storage/storageAccounts/saps2846\",\r\n \"createdOn\": \"2019-07-03T16:21:44.787604Z\",\r\n \"updatedOn\": \"2019-07-03T16:21:44.787604Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": \"8d1a2f63-15c2-4fe8-a804-213ecbaf4403\"\r\n },\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps2342/providers/Microsoft.Storage/storageAccounts/saps2846/providers/Microsoft.Authorization/roleAssignments/b77a7a6a-3411-49f6-aca8-8b4117dcdf17\",\r\n \"type\": \"Microsoft.Authorization/roleAssignments\",\r\n \"name\": \"b77a7a6a-3411-49f6-aca8-8b4117dcdf17\"\r\n}", - "StatusCode": 201 + "ResponseBody": "", + "StatusCode": 202 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps2342/providers/Microsoft.StorageSync/storageSyncServices/sssps2459/syncGroups/sgps9960/cloudEndpoints/cepps3845?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzMjM0Mi9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMyNDU5L3N5bmNHcm91cHMvc2dwczk5NjAvY2xvdWRFbmRwb2ludHMvY2VwcHMzODQ1P2FwaS12ZXJzaW9uPTIwMTktMDMtMDE=", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps8790/providers/Microsoft.StorageSync/storageSyncServices/sssps3934/syncGroups/sgps6916/cloudEndpoints/cepps7492?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzODc5MC9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMzOTM0L3N5bmNHcm91cHMvc2dwczY5MTYvY2xvdWRFbmRwb2ludHMvY2VwcHM3NDkyP2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"storageAccountResourceId\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps2342/providers/Microsoft.Storage/storageAccounts/saps2846\",\r\n \"azureFileShareName\": \"testfs\",\r\n \"storageAccountTenantId\": \"0483643a-cb2f-462a-bc27-1a270e5bdc0a\"\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"storageAccountResourceId\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps8790/providers/Microsoft.Storage/storageAccounts/saps9966\",\r\n \"azureFileShareName\": \"testfs\",\r\n \"storageAccountTenantId\": \"6ad91d65-65ab-4e14-90f7-fe951035b7c9\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "f85280cc-e843-43d2-8053-a1e52b89b5e5" + "5e114b0a-f182-4c53-b205-8afdbde4a646" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1680,16 +1821,16 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps2342/providers/microsoft.storagesync/storageSyncServices/sssps2459/workflows/c3fb9c74-a38a-425f-a063-130fc4b940d3/operationresults/eecef4b5-d144-489a-b0f3-88401d8dafb3?api-version=2019-03-01" + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6ImZiY2I1NWM3LTI1MGMtNDNhYS05MTdmLWMyODY4Mjk3MzZjZSIsIndvcmtmbG93SWQiOiJhMGJmNTZjNi1jZmMwLTQxMzAtYjYyOS04ZGU5YjhjNzczYTciLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiNWFiMTAyNTgtY2FmZi00NDMyLWIwZTktMzAwMGUzOWViMjg4In0=?api-version=2020-03-01" ], "Retry-After": [ "10" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps2342/providers/microsoft.storagesync/storageSyncServices/sssps2459/workflows/c3fb9c74-a38a-425f-a063-130fc4b940d3/operations/eecef4b5-d144-489a-b0f3-88401d8dafb3?api-version=2019-03-01" + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6ImZiY2I1NWM3LTI1MGMtNDNhYS05MTdmLWMyODY4Mjk3MzZjZSIsIndvcmtmbG93SWQiOiJhMGJmNTZjNi1jZmMwLTQxMzAtYjYyOS04ZGU5YjhjNzczYTciLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiNWFiMTAyNTgtY2FmZi00NDMyLWIwZTktMzAwMGUzOWViMjg4In0=?api-version=2020-03-01" ], "x-ms-request-id": [ - "1049d0bd-80b5-4cce-8981-3d2150a6e562" + "8eaa110b-63cb-46a8-91aa-1144a0660ce2" ], "X-Content-Type-Options": [ "nosniff" @@ -1707,16 +1848,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1197" + "1198" ], "x-ms-correlation-request-id": [ - "0c5b5bf4-8667-459a-8e87-5f411efbf92a" + "f1e3a270-2e15-44c7-bbf8-ead62e077252" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T162227Z:0c5b5bf4-8667-459a-8e87-5f411efbf92a" + "WESTUS:20200623T085433Z:f1e3a270-2e15-44c7-bbf8-ead62e077252" ], "Date": [ - "Wed, 03 Jul 2019 16:22:27 GMT" + "Tue, 23 Jun 2020 08:54:33 GMT" ], "Expires": [ "-1" @@ -1729,22 +1870,22 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps2342/providers/Microsoft.StorageSync/storageSyncServices/sssps2459/syncGroups/sgps9960/cloudEndpoints/cepps3845?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzMjM0Mi9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMyNDU5L3N5bmNHcm91cHMvc2dwczk5NjAvY2xvdWRFbmRwb2ludHMvY2VwcHMzODQ1P2FwaS12ZXJzaW9uPTIwMTktMDMtMDE=", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps8790/providers/Microsoft.StorageSync/storageSyncServices/sssps3934/syncGroups/sgps6916/cloudEndpoints/cepps7492?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzODc5MC9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMzOTM0L3N5bmNHcm91cHMvc2dwczY5MTYvY2xvdWRFbmRwb2ludHMvY2VwcHM3NDkyP2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"storageAccountResourceId\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps2342/providers/Microsoft.Storage/storageAccounts/saps2846\",\r\n \"azureFileShareName\": \"testfs\",\r\n \"storageAccountTenantId\": \"0483643a-cb2f-462a-bc27-1a270e5bdc0a\"\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"storageAccountResourceId\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps8790/providers/Microsoft.Storage/storageAccounts/saps9966\",\r\n \"azureFileShareName\": \"testfs\",\r\n \"storageAccountTenantId\": \"6ad91d65-65ab-4e14-90f7-fe951035b7c9\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "9c61c2b6-078e-49a5-9a16-94a468377dab" + "658e80e9-6c4b-462a-8c4a-39d8e1e001c7" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1761,16 +1902,16 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps2342/providers/microsoft.storagesync/storageSyncServices/sssps2459/workflows/9cc074aa-c03f-4d48-9843-1acdb83099b8/operationresults/0c530de2-55d1-446d-812f-c72930c17b25?api-version=2019-03-01" + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6ImZiY2I1NWM3LTI1MGMtNDNhYS05MTdmLWMyODY4Mjk3MzZjZSIsIndvcmtmbG93SWQiOiIyYzU0ZWE2Yy0wYWI0LTQxNzUtOWE2MS1mY2JhNWJjYTUxMzUiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiM2RhZWJlZDctMjQxZS00MjM3LWI5MTEtOGQ4MTAwNjcyMDczIn0=?api-version=2020-03-01" ], "Retry-After": [ "10" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps2342/providers/microsoft.storagesync/storageSyncServices/sssps2459/workflows/9cc074aa-c03f-4d48-9843-1acdb83099b8/operations/0c530de2-55d1-446d-812f-c72930c17b25?api-version=2019-03-01" + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6ImZiY2I1NWM3LTI1MGMtNDNhYS05MTdmLWMyODY4Mjk3MzZjZSIsIndvcmtmbG93SWQiOiIyYzU0ZWE2Yy0wYWI0LTQxNzUtOWE2MS1mY2JhNWJjYTUxMzUiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiM2RhZWJlZDctMjQxZS00MjM3LWI5MTEtOGQ4MTAwNjcyMDczIn0=?api-version=2020-03-01" ], "x-ms-request-id": [ - "9dd32449-970f-4b12-bd50-0aefcc917394" + "d27f0b7f-85a3-4354-b303-5e6574b76e6c" ], "X-Content-Type-Options": [ "nosniff" @@ -1788,16 +1929,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1198" + "1197" ], "x-ms-correlation-request-id": [ - "ccde185c-702a-4760-99a4-72b4f72d57d2" + "9ed2bd2c-64b1-4894-88b8-1218f75274a4" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T162430Z:ccde185c-702a-4760-99a4-72b4f72d57d2" + "WESTUS:20200623T085455Z:9ed2bd2c-64b1-4894-88b8-1218f75274a4" ], "Date": [ - "Wed, 03 Jul 2019 16:24:30 GMT" + "Tue, 23 Jun 2020 08:54:55 GMT" ], "Expires": [ "-1" @@ -1810,28 +1951,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps2342/providers/Microsoft.StorageSync/storageSyncServices/sssps2459/syncGroups/sgps9960/cloudEndpoints/cepps3845?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzMjM0Mi9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMyNDU5L3N5bmNHcm91cHMvc2dwczk5NjAvY2xvdWRFbmRwb2ludHMvY2VwcHMzODQ1P2FwaS12ZXJzaW9uPTIwMTktMDMtMDE=", - "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"storageAccountResourceId\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps2342/providers/Microsoft.Storage/storageAccounts/saps2846\",\r\n \"azureFileShareName\": \"testfs\",\r\n \"storageAccountTenantId\": \"0483643a-cb2f-462a-bc27-1a270e5bdc0a\"\r\n }\r\n}", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6ImZiY2I1NWM3LTI1MGMtNDNhYS05MTdmLWMyODY4Mjk3MzZjZSIsIndvcmtmbG93SWQiOiI4NzkyZWY4Yy1lMGEwLTQ3NWYtYWMwYy0yYmRhNDgzMzc5NjQiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiODE5ZWEzMTUtOTcwNS00ODZjLWJhZGQtYTFkNDk0MGQwNGQ3In0=?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvbG9jYXRpb25zL2NlbnRyYWx1c2V1YXAvb3BlcmF0aW9ucy9leUp3WVhKMGFYUnBiMjVKWkNJNkltWmlZMkkxTldNM0xUSTFNR010TkROaFlTMDVNVGRtTFdNeU9EWTRNamszTXpaalpTSXNJbmR2Y210bWJHOTNTV1FpT2lJNE56a3laV1k0WXkxbE1HRXdMVFEzTldZdFlXTXdZeTB5WW1SaE5EZ3pNemM1TmpRaUxDSjNiM0pyWm14dmQwOXdaWEpoZEdsdmJrbGtJam9pT0RFNVpXRXpNVFV0T1Rjd05TMDBPRFpqTFdKaFpHUXRZVEZrTkRrME1HUXdOR1EzSW4wPT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", "RequestHeaders": { - "x-ms-client-request-id": [ - "df963805-f2ce-41ab-a65d-20907e99eda4" - ], - "Accept-Language": [ - "en-US" - ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Content-Length": [ - "298" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -1841,17 +1970,8 @@ "Pragma": [ "no-cache" ], - "Location": [ - "https://management.azure.com/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps2342/providers/microsoft.storagesync/storageSyncServices/sssps2459/workflows/904165be-d06c-43bf-8a5e-d390f79d6fc5/operationresults/92942fcf-1d39-4b9f-b28a-bf832d64efa5?api-version=2019-03-01" - ], - "Retry-After": [ - "10" - ], - "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps2342/providers/microsoft.storagesync/storageSyncServices/sssps2459/workflows/904165be-d06c-43bf-8a5e-d390f79d6fc5/operations/92942fcf-1d39-4b9f-b28a-bf832d64efa5?api-version=2019-03-01" - ], "x-ms-request-id": [ - "0aa13278-912b-4495-bd00-3140d6a7d669" + "8f63ceab-6271-47b3-b887-cd4dbb509664" ], "X-Content-Type-Options": [ "nosniff" @@ -1868,39 +1988,42 @@ "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-writes": [ - "1197" + "x-ms-ratelimit-remaining-subscription-reads": [ + "11998" ], "x-ms-correlation-request-id": [ - "8015f595-9806-4856-9840-b54ade371d38" + "0ea88879-8eb8-4538-b445-7b055f56ea9f" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T162453Z:8015f595-9806-4856-9840-b54ade371d38" + "WESTUS:20200623T085314Z:0ea88879-8eb8-4538-b445-7b055f56ea9f" ], "Date": [ - "Wed, 03 Jul 2019 16:24:53 GMT" + "Tue, 23 Jun 2020 08:53:13 GMT" + ], + "Content-Length": [ + "756" + ], + "Content-Type": [ + "application/json" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, - "ResponseBody": "", - "StatusCode": 202 + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6ImZiY2I1NWM3LTI1MGMtNDNhYS05MTdmLWMyODY4Mjk3MzZjZSIsIndvcmtmbG93SWQiOiI4NzkyZWY4Yy1lMGEwLTQ3NWYtYWMwYy0yYmRhNDgzMzc5NjQiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiODE5ZWEzMTUtOTcwNS00ODZjLWJhZGQtYTFkNDk0MGQwNGQ3In0=\",\r\n \"name\": \"eyJwYXJ0aXRpb25JZCI6ImZiY2I1NWM3LTI1MGMtNDNhYS05MTdmLWMyODY4Mjk3MzZjZSIsIndvcmtmbG93SWQiOiI4NzkyZWY4Yy1lMGEwLTQ3NWYtYWMwYy0yYmRhNDgzMzc5NjQiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiODE5ZWEzMTUtOTcwNS00ODZjLWJhZGQtYTFkNDk0MGQwNGQ3In0=\",\r\n \"status\": \"setFileShareMetadata\",\r\n \"startTime\": \"2020-06-23T08:53:05.1786351Z\",\r\n \"endTime\": \"2020-06-23T08:53:12.9164501Z\",\r\n \"properties\": {}\r\n}", + "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps2342/providers/microsoft.storagesync/storageSyncServices/sssps2459/workflows/c3fb9c74-a38a-425f-a063-130fc4b940d3/operations/eecef4b5-d144-489a-b0f3-88401d8dafb3?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzMjM0Mi9wcm92aWRlcnMvbWljcm9zb2Z0LnN0b3JhZ2VzeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMyNDU5L3dvcmtmbG93cy9jM2ZiOWM3NC1hMzhhLTQyNWYtYTA2My0xMzBmYzRiOTQwZDMvb3BlcmF0aW9ucy9lZWNlZjRiNS1kMTQ0LTQ4OWEtYjBmMy04ODQwMWQ4ZGFmYjM/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6ImZiY2I1NWM3LTI1MGMtNDNhYS05MTdmLWMyODY4Mjk3MzZjZSIsIndvcmtmbG93SWQiOiI4NzkyZWY4Yy1lMGEwLTQ3NWYtYWMwYy0yYmRhNDgzMzc5NjQiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiODE5ZWEzMTUtOTcwNS00ODZjLWJhZGQtYTFkNDk0MGQwNGQ3In0=?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvbG9jYXRpb25zL2NlbnRyYWx1c2V1YXAvb3BlcmF0aW9ucy9leUp3WVhKMGFYUnBiMjVKWkNJNkltWmlZMkkxTldNM0xUSTFNR010TkROaFlTMDVNVGRtTFdNeU9EWTRNamszTXpaalpTSXNJbmR2Y210bWJHOTNTV1FpT2lJNE56a3laV1k0WXkxbE1HRXdMVFEzTldZdFlXTXdZeTB5WW1SaE5EZ3pNemM1TmpRaUxDSjNiM0pyWm14dmQwOXdaWEpoZEdsdmJrbGtJam9pT0RFNVpXRXpNVFV0T1Rjd05TMDBPRFpqTFdKaFpHUXRZVEZrTkRrME1HUXdOR1EzSW4wPT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -1911,7 +2034,7 @@ "no-cache" ], "x-ms-request-id": [ - "e89b4a8c-4bb0-4446-82b6-01e83b31866b" + "fd87c9cf-7c07-41d5-afe7-536fe1e2e564" ], "X-Content-Type-Options": [ "nosniff" @@ -1929,41 +2052,41 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11996" + "11997" ], "x-ms-correlation-request-id": [ - "80c2fc2d-c497-463b-ae3d-529164823f7b" + "0f68369c-9964-43b4-bf71-27719e8ab0d4" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T162238Z:80c2fc2d-c497-463b-ae3d-529164823f7b" + "WESTUS:20200623T085324Z:0f68369c-9964-43b4-bf71-27719e8ab0d4" ], "Date": [ - "Wed, 03 Jul 2019 16:22:37 GMT" + "Tue, 23 Jun 2020 08:53:24 GMT" ], "Content-Length": [ - "447" + "745" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps2342/providers/microsoft.storagesync/storageSyncServices/sssps2459/workflow/c3fb9c74-a38a-425f-a063-130fc4b940d3/operationresults/eecef4b5-d144-489a-b0f3-88401d8dafb3\",\r\n \"name\": \"eecef4b5-d144-489a-b0f3-88401d8dafb3\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2019-07-03T16:22:27.8277736Z\",\r\n \"endTime\": \"2019-07-03T16:22:34.7876098Z\",\r\n \"percentComplete\": null,\r\n \"error\": null,\r\n \"properties\": {}\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6ImZiY2I1NWM3LTI1MGMtNDNhYS05MTdmLWMyODY4Mjk3MzZjZSIsIndvcmtmbG93SWQiOiI4NzkyZWY4Yy1lMGEwLTQ3NWYtYWMwYy0yYmRhNDgzMzc5NjQiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiODE5ZWEzMTUtOTcwNS00ODZjLWJhZGQtYTFkNDk0MGQwNGQ3In0=\",\r\n \"name\": \"eyJwYXJ0aXRpb25JZCI6ImZiY2I1NWM3LTI1MGMtNDNhYS05MTdmLWMyODY4Mjk3MzZjZSIsIndvcmtmbG93SWQiOiI4NzkyZWY4Yy1lMGEwLTQ3NWYtYWMwYy0yYmRhNDgzMzc5NjQiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiODE5ZWEzMTUtOTcwNS00ODZjLWJhZGQtYTFkNDk0MGQwNGQ3In0=\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2020-06-23T08:53:05.1786351Z\",\r\n \"endTime\": \"2020-06-23T08:53:17.8396029Z\",\r\n \"properties\": {}\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps2342/providers/Microsoft.StorageSync/storageSyncServices/sssps2459/syncGroups/sgps9960/cloudEndpoints/cepps3845?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzMjM0Mi9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMyNDU5L3N5bmNHcm91cHMvc2dwczk5NjAvY2xvdWRFbmRwb2ludHMvY2VwcHMzODQ1P2FwaS12ZXJzaW9uPTIwMTktMDMtMDE=", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps8790/providers/Microsoft.StorageSync/storageSyncServices/sssps3934/syncGroups/sgps6916/cloudEndpoints/cepps7492?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzODc5MC9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMzOTM0L3N5bmNHcm91cHMvc2dwczY5MTYvY2xvdWRFbmRwb2ludHMvY2VwcHM3NDkyP2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -1974,7 +2097,7 @@ "no-cache" ], "x-ms-request-id": [ - "43f2c0fe-174b-4abb-876a-a4304f594384" + "30c307a3-a2f5-4e0d-9bcc-5fa17aed45c9" ], "X-Content-Type-Options": [ "nosniff" @@ -1992,47 +2115,47 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11995" + "11996" ], "x-ms-correlation-request-id": [ - "adf6fea5-aee2-473e-b1a1-e50f62dd72e2" + "822dc43b-da5e-4373-9777-31c54c250383" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T162238Z:adf6fea5-aee2-473e-b1a1-e50f62dd72e2" + "WESTUS:20200623T085325Z:822dc43b-da5e-4373-9777-31c54c250383" ], "Date": [ - "Wed, 03 Jul 2019 16:22:38 GMT" + "Tue, 23 Jun 2020 08:53:24 GMT" ], "Content-Length": [ - "985" + "1027" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"storageAccountKey\": null,\r\n \"storageAccount\": null,\r\n \"storageAccountResourceId\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps2342/providers/Microsoft.Storage/storageAccounts/saps2846\",\r\n \"azureFileShareName\": \"testfs\",\r\n \"storageAccountTenantId\": \"0483643a-cb2f-462a-bc27-1a270e5bdc0a\",\r\n \"partnershipId\": \"1|U0VSVkVSQVNTWU5DQ0xJRU5USEZTVjJ8NENENkQxMUMtRDJDMC00QkFFLTk0NzQtRDg4ODAwQ0IwNzY0fEdFTkVSSUN8NEJFM0VCODktMTA0OS00RDg5LUE0Q0ItMDc4ODZGQzRERkEy\",\r\n \"friendlyName\": \"testfs\",\r\n \"backupEnabled\": \"false\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"lastWorkflowId\": \"storageSyncServices/sssps2459/workflows/c3fb9c74-a38a-425f-a063-130fc4b940d3\",\r\n \"lastOperationName\": \"ICreateCloudEndpointWorkflow\"\r\n },\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps2342/providers/microsoft.storagesync/storageSyncServices/sssps2459/syncGroups/sgps9960/cloudEndpoints/cepps3845\",\r\n \"name\": \"cepps3845\",\r\n \"type\": \"microsoft.storagesync/storageSyncServices/syncGroups/cloudEndpoints\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"storageAccountResourceId\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps8790/providers/Microsoft.Storage/storageAccounts/saps9966\",\r\n \"azureFileShareName\": \"testfs\",\r\n \"storageAccountTenantId\": \"6ad91d65-65ab-4e14-90f7-fe951035b7c9\",\r\n \"partnershipId\": \"1|U0VSVkVSQVNTWU5DQ0xJRU5USEZTVjJ8NzdEQkRFQUQtRkUyNC00QjlBLTgyNUQtNDA3NEEyMzBENTI3fEdFTkVSSUN8ODg4OTg3QUItMkM1NS00RjM0LUE4QUEtNTM1MDkzOTFGQTNF\",\r\n \"friendlyName\": \"testfs\",\r\n \"backupEnabled\": \"false\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"lastWorkflowId\": \"storageSyncServices/sssps3934/workflows/8792ef8c-e0a0-475f-ac0c-2bda48337964\",\r\n \"lastOperationName\": \"ICreateCloudEndpointWorkflow\"\r\n },\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps8790/providers/microsoft.storagesync/storageSyncServices/sssps3934/syncGroups/sgps6916/cloudEndpoints/cepps7492\",\r\n \"name\": \"cepps7492\",\r\n \"type\": \"microsoft.storagesync/storageSyncServices/syncGroups/cloudEndpoints\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps2342/providers/Microsoft.StorageSync/storageSyncServices/sssps2459/syncGroups/sgps9960/cloudEndpoints/cepps3845?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzMjM0Mi9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMyNDU5L3N5bmNHcm91cHMvc2dwczk5NjAvY2xvdWRFbmRwb2ludHMvY2VwcHMzODQ1P2FwaS12ZXJzaW9uPTIwMTktMDMtMDE=", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps8790/providers/Microsoft.StorageSync/storageSyncServices/sssps3934/syncGroups/sgps6916/cloudEndpoints/cepps7492?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzODc5MC9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMzOTM0L3N5bmNHcm91cHMvc2dwczY5MTYvY2xvdWRFbmRwb2ludHMvY2VwcHM3NDkyP2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "12844938-4c14-4535-8373-1919670d461e" + "f4c7f087-7547-4401-92ff-c5f7fa1d0b1c" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -2043,7 +2166,7 @@ "no-cache" ], "x-ms-request-id": [ - "787230ec-5d77-453e-ad57-57fb576a9417" + "a2249184-4683-4d53-afd2-c396729b1c7e" ], "X-Content-Type-Options": [ "nosniff" @@ -2061,47 +2184,47 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11984" + "11985" ], "x-ms-correlation-request-id": [ - "28e70649-4f63-41c8-a49a-6c2ee31502e2" + "fbdcffd5-6fc0-4914-aac6-ea99c46fbb1c" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T162335Z:28e70649-4f63-41c8-a49a-6c2ee31502e2" + "WESTUS:20200623T085420Z:fbdcffd5-6fc0-4914-aac6-ea99c46fbb1c" ], "Date": [ - "Wed, 03 Jul 2019 16:23:35 GMT" + "Tue, 23 Jun 2020 08:54:20 GMT" ], "Content-Length": [ - "985" + "1027" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"storageAccountKey\": null,\r\n \"storageAccount\": null,\r\n \"storageAccountResourceId\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps2342/providers/Microsoft.Storage/storageAccounts/saps2846\",\r\n \"azureFileShareName\": \"testfs\",\r\n \"storageAccountTenantId\": \"0483643a-cb2f-462a-bc27-1a270e5bdc0a\",\r\n \"partnershipId\": \"1|U0VSVkVSQVNTWU5DQ0xJRU5USEZTVjJ8NENENkQxMUMtRDJDMC00QkFFLTk0NzQtRDg4ODAwQ0IwNzY0fEdFTkVSSUN8NEJFM0VCODktMTA0OS00RDg5LUE0Q0ItMDc4ODZGQzRERkEy\",\r\n \"friendlyName\": \"testfs\",\r\n \"backupEnabled\": \"false\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"lastWorkflowId\": \"storageSyncServices/sssps2459/workflows/c3fb9c74-a38a-425f-a063-130fc4b940d3\",\r\n \"lastOperationName\": \"ICreateCloudEndpointWorkflow\"\r\n },\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps2342/providers/microsoft.storagesync/storageSyncServices/sssps2459/syncGroups/sgps9960/cloudEndpoints/cepps3845\",\r\n \"name\": \"cepps3845\",\r\n \"type\": \"microsoft.storagesync/storageSyncServices/syncGroups/cloudEndpoints\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"storageAccountResourceId\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps8790/providers/Microsoft.Storage/storageAccounts/saps9966\",\r\n \"azureFileShareName\": \"testfs\",\r\n \"storageAccountTenantId\": \"6ad91d65-65ab-4e14-90f7-fe951035b7c9\",\r\n \"partnershipId\": \"1|U0VSVkVSQVNTWU5DQ0xJRU5USEZTVjJ8NzdEQkRFQUQtRkUyNC00QjlBLTgyNUQtNDA3NEEyMzBENTI3fEdFTkVSSUN8ODg4OTg3QUItMkM1NS00RjM0LUE4QUEtNTM1MDkzOTFGQTNF\",\r\n \"friendlyName\": \"testfs\",\r\n \"backupEnabled\": \"false\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"lastWorkflowId\": \"storageSyncServices/sssps3934/workflows/8792ef8c-e0a0-475f-ac0c-2bda48337964\",\r\n \"lastOperationName\": \"ICreateCloudEndpointWorkflow\"\r\n },\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps8790/providers/microsoft.storagesync/storageSyncServices/sssps3934/syncGroups/sgps6916/cloudEndpoints/cepps7492\",\r\n \"name\": \"cepps7492\",\r\n \"type\": \"microsoft.storagesync/storageSyncServices/syncGroups/cloudEndpoints\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps2342/providers/Microsoft.StorageSync/storageSyncServices/sssps2459/syncGroups/sgps9960/cloudEndpoints/cepps3845?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzMjM0Mi9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMyNDU5L3N5bmNHcm91cHMvc2dwczk5NjAvY2xvdWRFbmRwb2ludHMvY2VwcHMzODQ1P2FwaS12ZXJzaW9uPTIwMTktMDMtMDE=", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps8790/providers/Microsoft.StorageSync/storageSyncServices/sssps3934/syncGroups/sgps6916/cloudEndpoints/cepps7492?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzODc5MC9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMzOTM0L3N5bmNHcm91cHMvc2dwczY5MTYvY2xvdWRFbmRwb2ludHMvY2VwcHM3NDkyP2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "64467b65-3fb3-411b-aa3b-2e27be36668b" + "ac29defb-bd4b-4ea5-b1b0-5b5c93de203d" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -2112,7 +2235,7 @@ "no-cache" ], "x-ms-request-id": [ - "f67269ee-2633-48e7-a720-576bde63d9dd" + "2c488c9b-7a7d-4572-b9d6-6a7346f28821" ], "X-Content-Type-Options": [ "nosniff" @@ -2130,47 +2253,47 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11983" + "11984" ], "x-ms-correlation-request-id": [ - "5144ee96-2fd7-4323-bed8-39711a283298" + "523c1eb7-2613-4ee2-ade1-ce739b351906" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T162335Z:5144ee96-2fd7-4323-bed8-39711a283298" + "WESTUS:20200623T085420Z:523c1eb7-2613-4ee2-ade1-ce739b351906" ], "Date": [ - "Wed, 03 Jul 2019 16:23:35 GMT" + "Tue, 23 Jun 2020 08:54:20 GMT" ], "Content-Length": [ - "985" + "1027" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"storageAccountKey\": null,\r\n \"storageAccount\": null,\r\n \"storageAccountResourceId\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps2342/providers/Microsoft.Storage/storageAccounts/saps2846\",\r\n \"azureFileShareName\": \"testfs\",\r\n \"storageAccountTenantId\": \"0483643a-cb2f-462a-bc27-1a270e5bdc0a\",\r\n \"partnershipId\": \"1|U0VSVkVSQVNTWU5DQ0xJRU5USEZTVjJ8NENENkQxMUMtRDJDMC00QkFFLTk0NzQtRDg4ODAwQ0IwNzY0fEdFTkVSSUN8NEJFM0VCODktMTA0OS00RDg5LUE0Q0ItMDc4ODZGQzRERkEy\",\r\n \"friendlyName\": \"testfs\",\r\n \"backupEnabled\": \"false\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"lastWorkflowId\": \"storageSyncServices/sssps2459/workflows/c3fb9c74-a38a-425f-a063-130fc4b940d3\",\r\n \"lastOperationName\": \"ICreateCloudEndpointWorkflow\"\r\n },\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps2342/providers/microsoft.storagesync/storageSyncServices/sssps2459/syncGroups/sgps9960/cloudEndpoints/cepps3845\",\r\n \"name\": \"cepps3845\",\r\n \"type\": \"microsoft.storagesync/storageSyncServices/syncGroups/cloudEndpoints\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"storageAccountResourceId\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps8790/providers/Microsoft.Storage/storageAccounts/saps9966\",\r\n \"azureFileShareName\": \"testfs\",\r\n \"storageAccountTenantId\": \"6ad91d65-65ab-4e14-90f7-fe951035b7c9\",\r\n \"partnershipId\": \"1|U0VSVkVSQVNTWU5DQ0xJRU5USEZTVjJ8NzdEQkRFQUQtRkUyNC00QjlBLTgyNUQtNDA3NEEyMzBENTI3fEdFTkVSSUN8ODg4OTg3QUItMkM1NS00RjM0LUE4QUEtNTM1MDkzOTFGQTNF\",\r\n \"friendlyName\": \"testfs\",\r\n \"backupEnabled\": \"false\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"lastWorkflowId\": \"storageSyncServices/sssps3934/workflows/8792ef8c-e0a0-475f-ac0c-2bda48337964\",\r\n \"lastOperationName\": \"ICreateCloudEndpointWorkflow\"\r\n },\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps8790/providers/microsoft.storagesync/storageSyncServices/sssps3934/syncGroups/sgps6916/cloudEndpoints/cepps7492\",\r\n \"name\": \"cepps7492\",\r\n \"type\": \"microsoft.storagesync/storageSyncServices/syncGroups/cloudEndpoints\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps2342/providers/Microsoft.StorageSync/storageSyncServices/sssps2459/syncGroups/sgps9960/cloudEndpoints/cepps3845?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzMjM0Mi9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMyNDU5L3N5bmNHcm91cHMvc2dwczk5NjAvY2xvdWRFbmRwb2ludHMvY2VwcHMzODQ1P2FwaS12ZXJzaW9uPTIwMTktMDMtMDE=", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps8790/providers/Microsoft.StorageSync/storageSyncServices/sssps3934/syncGroups/sgps6916/cloudEndpoints/cepps7492?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzODc5MC9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMzOTM0L3N5bmNHcm91cHMvc2dwczY5MTYvY2xvdWRFbmRwb2ludHMvY2VwcHM3NDkyP2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "0b81948f-ed9e-4afb-b268-d3bdf3bbc022" + "287d61e0-513d-404b-b435-22cfef168241" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -2181,7 +2304,7 @@ "no-cache" ], "x-ms-request-id": [ - "38313e1e-1d60-4568-bd9f-4e939e7406ec" + "e093e5b9-b774-4d01-8408-ca2e0f3483e8" ], "X-Content-Type-Options": [ "nosniff" @@ -2199,41 +2322,41 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11982" + "11983" ], "x-ms-correlation-request-id": [ - "c1e99b82-a322-4163-9f27-8704a95e0799" + "2e45b3ca-18bc-4d74-9f72-0c451fd10004" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T162335Z:c1e99b82-a322-4163-9f27-8704a95e0799" + "WESTUS:20200623T085420Z:2e45b3ca-18bc-4d74-9f72-0c451fd10004" ], "Date": [ - "Wed, 03 Jul 2019 16:23:35 GMT" + "Tue, 23 Jun 2020 08:54:20 GMT" ], "Content-Length": [ - "985" + "1027" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"storageAccountKey\": null,\r\n \"storageAccount\": null,\r\n \"storageAccountResourceId\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps2342/providers/Microsoft.Storage/storageAccounts/saps2846\",\r\n \"azureFileShareName\": \"testfs\",\r\n \"storageAccountTenantId\": \"0483643a-cb2f-462a-bc27-1a270e5bdc0a\",\r\n \"partnershipId\": \"1|U0VSVkVSQVNTWU5DQ0xJRU5USEZTVjJ8NENENkQxMUMtRDJDMC00QkFFLTk0NzQtRDg4ODAwQ0IwNzY0fEdFTkVSSUN8NEJFM0VCODktMTA0OS00RDg5LUE0Q0ItMDc4ODZGQzRERkEy\",\r\n \"friendlyName\": \"testfs\",\r\n \"backupEnabled\": \"false\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"lastWorkflowId\": \"storageSyncServices/sssps2459/workflows/c3fb9c74-a38a-425f-a063-130fc4b940d3\",\r\n \"lastOperationName\": \"ICreateCloudEndpointWorkflow\"\r\n },\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps2342/providers/microsoft.storagesync/storageSyncServices/sssps2459/syncGroups/sgps9960/cloudEndpoints/cepps3845\",\r\n \"name\": \"cepps3845\",\r\n \"type\": \"microsoft.storagesync/storageSyncServices/syncGroups/cloudEndpoints\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"storageAccountResourceId\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps8790/providers/Microsoft.Storage/storageAccounts/saps9966\",\r\n \"azureFileShareName\": \"testfs\",\r\n \"storageAccountTenantId\": \"6ad91d65-65ab-4e14-90f7-fe951035b7c9\",\r\n \"partnershipId\": \"1|U0VSVkVSQVNTWU5DQ0xJRU5USEZTVjJ8NzdEQkRFQUQtRkUyNC00QjlBLTgyNUQtNDA3NEEyMzBENTI3fEdFTkVSSUN8ODg4OTg3QUItMkM1NS00RjM0LUE4QUEtNTM1MDkzOTFGQTNF\",\r\n \"friendlyName\": \"testfs\",\r\n \"backupEnabled\": \"false\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"lastWorkflowId\": \"storageSyncServices/sssps3934/workflows/8792ef8c-e0a0-475f-ac0c-2bda48337964\",\r\n \"lastOperationName\": \"ICreateCloudEndpointWorkflow\"\r\n },\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps8790/providers/microsoft.storagesync/storageSyncServices/sssps3934/syncGroups/sgps6916/cloudEndpoints/cepps7492\",\r\n \"name\": \"cepps7492\",\r\n \"type\": \"microsoft.storagesync/storageSyncServices/syncGroups/cloudEndpoints\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps2342/providers/Microsoft.StorageSync/storageSyncServices/sssps2459/syncGroups/sgps9960/cloudEndpoints/cepps3845?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzMjM0Mi9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMyNDU5L3N5bmNHcm91cHMvc2dwczk5NjAvY2xvdWRFbmRwb2ludHMvY2VwcHMzODQ1P2FwaS12ZXJzaW9uPTIwMTktMDMtMDE=", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps8790/providers/Microsoft.StorageSync/storageSyncServices/sssps3934/syncGroups/sgps6916/cloudEndpoints/cepps7492?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzODc5MC9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMzOTM0L3N5bmNHcm91cHMvc2dwczY5MTYvY2xvdWRFbmRwb2ludHMvY2VwcHM3NDkyP2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -2244,7 +2367,7 @@ "no-cache" ], "x-ms-request-id": [ - "14fe68e6-1bc7-40c9-9f07-d83c9b92d707" + "a1c33c84-1673-48c3-a328-8c5f62620cd7" ], "X-Content-Type-Options": [ "nosniff" @@ -2262,41 +2385,41 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11997" + "11978" ], "x-ms-correlation-request-id": [ - "f0dd5273-141f-4847-b1a8-2cdc0bd92f34" + "bccdd31d-a34e-4156-ace6-9af66b1946f3" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T162441Z:f0dd5273-141f-4847-b1a8-2cdc0bd92f34" + "WESTUS:20200623T085443Z:bccdd31d-a34e-4156-ace6-9af66b1946f3" ], "Date": [ - "Wed, 03 Jul 2019 16:24:41 GMT" + "Tue, 23 Jun 2020 08:54:43 GMT" ], "Content-Length": [ - "985" + "1027" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"storageAccountKey\": null,\r\n \"storageAccount\": null,\r\n \"storageAccountResourceId\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps2342/providers/Microsoft.Storage/storageAccounts/saps2846\",\r\n \"azureFileShareName\": \"testfs\",\r\n \"storageAccountTenantId\": \"0483643a-cb2f-462a-bc27-1a270e5bdc0a\",\r\n \"partnershipId\": \"1|U0VSVkVSQVNTWU5DQ0xJRU5USEZTVjJ8NENENkQxMUMtRDJDMC00QkFFLTk0NzQtRDg4ODAwQ0IwNzY0fEdFTkVSSUN8NEJFM0VCODktMTA0OS00RDg5LUE0Q0ItMDc4ODZGQzRERkEy\",\r\n \"friendlyName\": \"testfs\",\r\n \"backupEnabled\": \"false\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"lastWorkflowId\": \"storageSyncServices/sssps2459/workflows/9cc074aa-c03f-4d48-9843-1acdb83099b8\",\r\n \"lastOperationName\": \"ICreateCloudEndpointWorkflow\"\r\n },\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps2342/providers/microsoft.storagesync/storageSyncServices/sssps2459/syncGroups/sgps9960/cloudEndpoints/cepps3845\",\r\n \"name\": \"cepps3845\",\r\n \"type\": \"microsoft.storagesync/storageSyncServices/syncGroups/cloudEndpoints\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"storageAccountResourceId\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps8790/providers/Microsoft.Storage/storageAccounts/saps9966\",\r\n \"azureFileShareName\": \"testfs\",\r\n \"storageAccountTenantId\": \"6ad91d65-65ab-4e14-90f7-fe951035b7c9\",\r\n \"partnershipId\": \"1|U0VSVkVSQVNTWU5DQ0xJRU5USEZTVjJ8NzdEQkRFQUQtRkUyNC00QjlBLTgyNUQtNDA3NEEyMzBENTI3fEdFTkVSSUN8ODg4OTg3QUItMkM1NS00RjM0LUE4QUEtNTM1MDkzOTFGQTNF\",\r\n \"friendlyName\": \"testfs\",\r\n \"backupEnabled\": \"false\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"lastWorkflowId\": \"storageSyncServices/sssps3934/workflows/a0bf56c6-cfc0-4130-b629-8de9b8c773a7\",\r\n \"lastOperationName\": \"ICreateCloudEndpointWorkflow\"\r\n },\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps8790/providers/microsoft.storagesync/storageSyncServices/sssps3934/syncGroups/sgps6916/cloudEndpoints/cepps7492\",\r\n \"name\": \"cepps7492\",\r\n \"type\": \"microsoft.storagesync/storageSyncServices/syncGroups/cloudEndpoints\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps2342/providers/Microsoft.StorageSync/storageSyncServices/sssps2459/syncGroups/sgps9960/cloudEndpoints/cepps3845?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzMjM0Mi9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMyNDU5L3N5bmNHcm91cHMvc2dwczk5NjAvY2xvdWRFbmRwb2ludHMvY2VwcHMzODQ1P2FwaS12ZXJzaW9uPTIwMTktMDMtMDE=", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps8790/providers/Microsoft.StorageSync/storageSyncServices/sssps3934/syncGroups/sgps6916/cloudEndpoints/cepps7492?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzODc5MC9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMzOTM0L3N5bmNHcm91cHMvc2dwczY5MTYvY2xvdWRFbmRwb2ludHMvY2VwcHM3NDkyP2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -2307,7 +2430,7 @@ "no-cache" ], "x-ms-request-id": [ - "95cb7235-55b3-4969-bd1c-a79329fa75e4" + "50f3ed32-b0d0-4344-8ee5-624c82a66fa9" ], "X-Content-Type-Options": [ "nosniff" @@ -2325,47 +2448,47 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11992" + "11973" ], "x-ms-correlation-request-id": [ - "eb50562c-5ed1-4a78-abb3-f8e112b4ccc0" + "a61107f2-97fb-4b1c-b9fb-bb8607bd2b86" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T162504Z:eb50562c-5ed1-4a78-abb3-f8e112b4ccc0" + "WESTUS:20200623T085505Z:a61107f2-97fb-4b1c-b9fb-bb8607bd2b86" ], "Date": [ - "Wed, 03 Jul 2019 16:25:03 GMT" + "Tue, 23 Jun 2020 08:55:05 GMT" ], "Content-Length": [ - "985" + "1027" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"storageAccountKey\": null,\r\n \"storageAccount\": null,\r\n \"storageAccountResourceId\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps2342/providers/Microsoft.Storage/storageAccounts/saps2846\",\r\n \"azureFileShareName\": \"testfs\",\r\n \"storageAccountTenantId\": \"0483643a-cb2f-462a-bc27-1a270e5bdc0a\",\r\n \"partnershipId\": \"1|U0VSVkVSQVNTWU5DQ0xJRU5USEZTVjJ8NENENkQxMUMtRDJDMC00QkFFLTk0NzQtRDg4ODAwQ0IwNzY0fEdFTkVSSUN8NEJFM0VCODktMTA0OS00RDg5LUE0Q0ItMDc4ODZGQzRERkEy\",\r\n \"friendlyName\": \"testfs\",\r\n \"backupEnabled\": \"false\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"lastWorkflowId\": \"storageSyncServices/sssps2459/workflows/904165be-d06c-43bf-8a5e-d390f79d6fc5\",\r\n \"lastOperationName\": \"ICreateCloudEndpointWorkflow\"\r\n },\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps2342/providers/microsoft.storagesync/storageSyncServices/sssps2459/syncGroups/sgps9960/cloudEndpoints/cepps3845\",\r\n \"name\": \"cepps3845\",\r\n \"type\": \"microsoft.storagesync/storageSyncServices/syncGroups/cloudEndpoints\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"storageAccountResourceId\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps8790/providers/Microsoft.Storage/storageAccounts/saps9966\",\r\n \"azureFileShareName\": \"testfs\",\r\n \"storageAccountTenantId\": \"6ad91d65-65ab-4e14-90f7-fe951035b7c9\",\r\n \"partnershipId\": \"1|U0VSVkVSQVNTWU5DQ0xJRU5USEZTVjJ8NzdEQkRFQUQtRkUyNC00QjlBLTgyNUQtNDA3NEEyMzBENTI3fEdFTkVSSUN8ODg4OTg3QUItMkM1NS00RjM0LUE4QUEtNTM1MDkzOTFGQTNF\",\r\n \"friendlyName\": \"testfs\",\r\n \"backupEnabled\": \"false\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"lastWorkflowId\": \"storageSyncServices/sssps3934/workflows/2c54ea6c-0ab4-4175-9a61-fcba5bca5135\",\r\n \"lastOperationName\": \"ICreateCloudEndpointWorkflow\"\r\n },\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps8790/providers/microsoft.storagesync/storageSyncServices/sssps3934/syncGroups/sgps6916/cloudEndpoints/cepps7492\",\r\n \"name\": \"cepps7492\",\r\n \"type\": \"microsoft.storagesync/storageSyncServices/syncGroups/cloudEndpoints\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps2342/providers/Microsoft.StorageSync/storageSyncServices/sssps2459/syncGroups/sgps9960/cloudEndpoints/cepps3845/triggerChangeDetection?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzMjM0Mi9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMyNDU5L3N5bmNHcm91cHMvc2dwczk5NjAvY2xvdWRFbmRwb2ludHMvY2VwcHMzODQ1L3RyaWdnZXJDaGFuZ2VEZXRlY3Rpb24/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps8790/providers/Microsoft.StorageSync/storageSyncServices/sssps3934/syncGroups/sgps6916/cloudEndpoints/cepps7492/triggerChangeDetection?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzODc5MC9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMzOTM0L3N5bmNHcm91cHMvc2dwczY5MTYvY2xvdWRFbmRwb2ludHMvY2VwcHM3NDkyL3RyaWdnZXJDaGFuZ2VEZXRlY3Rpb24/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", "RequestMethod": "POST", "RequestBody": "{\r\n \"directoryPath\": \"\",\r\n \"changeDetectionMode\": \"Default\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "564fbf97-432e-435d-a94c-afe518910f77" + "de86e1df-20a0-4026-8831-d36142b834c4" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2382,16 +2505,16 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps2342/providers/microsoft.storagesync/storageSyncServices/sssps2459/workflows/d35836a0-9443-46c1-8b22-d1d0727fc28c/operationresults/1513295c-cc57-4298-ae56-727f1e338f4b?api-version=2019-03-01" + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6ImZiY2I1NWM3LTI1MGMtNDNhYS05MTdmLWMyODY4Mjk3MzZjZSIsIndvcmtmbG93SWQiOiI0MjY3ZGM3OC00Nzk4LTQzZDYtYWVmMi1mOWQyM2E5NmY1ZGIiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiNzYxZjQ2MTctY2M5Yi00NjRhLTk2MjgtZmU0OWQ5MzE2MzI2In0=?api-version=2020-03-01" ], "Retry-After": [ "10" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps2342/providers/microsoft.storagesync/storageSyncServices/sssps2459/workflows/d35836a0-9443-46c1-8b22-d1d0727fc28c/operations/1513295c-cc57-4298-ae56-727f1e338f4b?api-version=2019-03-01" + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6ImZiY2I1NWM3LTI1MGMtNDNhYS05MTdmLWMyODY4Mjk3MzZjZSIsIndvcmtmbG93SWQiOiI0MjY3ZGM3OC00Nzk4LTQzZDYtYWVmMi1mOWQyM2E5NmY1ZGIiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiNzYxZjQ2MTctY2M5Yi00NjRhLTk2MjgtZmU0OWQ5MzE2MzI2In0=?api-version=2020-03-01" ], "x-ms-request-id": [ - "c93ae432-9d31-4d0a-b5c9-731ae53ecffb" + "aeeecbd3-dcd8-4d4d-b883-f2563dc12c0d" ], "X-Content-Type-Options": [ "nosniff" @@ -2409,16 +2532,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1198" + "1199" ], "x-ms-correlation-request-id": [ - "b07f7171-e4f9-4d9d-93e7-109178aeccf6" + "8a757a8f-a18c-4811-abab-ad03c6b6f60e" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T162239Z:b07f7171-e4f9-4d9d-93e7-109178aeccf6" + "WESTUS:20200623T085325Z:8a757a8f-a18c-4811-abab-ad03c6b6f60e" ], "Date": [ - "Wed, 03 Jul 2019 16:22:38 GMT" + "Tue, 23 Jun 2020 08:53:25 GMT" ], "Expires": [ "-1" @@ -2431,22 +2554,22 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps2342/providers/Microsoft.StorageSync/storageSyncServices/sssps2459/syncGroups/sgps9960/cloudEndpoints/cepps3845/triggerChangeDetection?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzMjM0Mi9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMyNDU5L3N5bmNHcm91cHMvc2dwczk5NjAvY2xvdWRFbmRwb2ludHMvY2VwcHMzODQ1L3RyaWdnZXJDaGFuZ2VEZXRlY3Rpb24/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps8790/providers/Microsoft.StorageSync/storageSyncServices/sssps3934/syncGroups/sgps6916/cloudEndpoints/cepps7492/triggerChangeDetection?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzODc5MC9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMzOTM0L3N5bmNHcm91cHMvc2dwczY5MTYvY2xvdWRFbmRwb2ludHMvY2VwcHM3NDkyL3RyaWdnZXJDaGFuZ2VEZXRlY3Rpb24/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", "RequestMethod": "POST", "RequestBody": "{\r\n \"directoryPath\": \"\",\r\n \"changeDetectionMode\": \"Default\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "3a6c92d5-0e23-4059-95d4-a03d9f7b6254" + "84e9d846-7659-4435-ba24-0cc5e299c8c2" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2463,16 +2586,16 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps2342/providers/microsoft.storagesync/storageSyncServices/sssps2459/workflows/ea54d8a5-5100-46d9-ae8c-4ed9e480108a/operationresults/5ec1b978-2321-4c62-bf16-78f937221da3?api-version=2019-03-01" + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6ImZiY2I1NWM3LTI1MGMtNDNhYS05MTdmLWMyODY4Mjk3MzZjZSIsIndvcmtmbG93SWQiOiI3YmM0MjNhYy1mNGE0LTQ1M2YtYjNjZi1hMWYyZDZmNDIyMDEiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiOGY5Y2UwNzgtM2U5YS00MDg1LThkY2MtODlmYzVhZGRkZGJlIn0=?api-version=2020-03-01" ], "Retry-After": [ "10" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps2342/providers/microsoft.storagesync/storageSyncServices/sssps2459/workflows/ea54d8a5-5100-46d9-ae8c-4ed9e480108a/operations/5ec1b978-2321-4c62-bf16-78f937221da3?api-version=2019-03-01" + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6ImZiY2I1NWM3LTI1MGMtNDNhYS05MTdmLWMyODY4Mjk3MzZjZSIsIndvcmtmbG93SWQiOiI3YmM0MjNhYy1mNGE0LTQ1M2YtYjNjZi1hMWYyZDZmNDIyMDEiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiOGY5Y2UwNzgtM2U5YS00MDg1LThkY2MtODlmYzVhZGRkZGJlIn0=?api-version=2020-03-01" ], "x-ms-request-id": [ - "7a6c10d9-24ed-47ca-ac0c-bdbf1a177ab2" + "881a492b-4ce0-4d4e-b153-9a963ece85ae" ], "X-Content-Type-Options": [ "nosniff" @@ -2490,16 +2613,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1197" + "1198" ], "x-ms-correlation-request-id": [ - "f84d5ea9-20a9-4b6f-8a15-674ff8779053" + "e607fad0-8a98-467b-82e3-0f53ddab0353" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T162250Z:f84d5ea9-20a9-4b6f-8a15-674ff8779053" + "WESTUS:20200623T085336Z:e607fad0-8a98-467b-82e3-0f53ddab0353" ], "Date": [ - "Wed, 03 Jul 2019 16:22:49 GMT" + "Tue, 23 Jun 2020 08:53:36 GMT" ], "Expires": [ "-1" @@ -2512,22 +2635,22 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps2342/providers/Microsoft.StorageSync/storageSyncServices/sssps2459/syncGroups/sgps9960/cloudEndpoints/cepps3845/triggerChangeDetection?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzMjM0Mi9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMyNDU5L3N5bmNHcm91cHMvc2dwczk5NjAvY2xvdWRFbmRwb2ludHMvY2VwcHMzODQ1L3RyaWdnZXJDaGFuZ2VEZXRlY3Rpb24/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps8790/providers/Microsoft.StorageSync/storageSyncServices/sssps3934/syncGroups/sgps6916/cloudEndpoints/cepps7492/triggerChangeDetection?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzODc5MC9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMzOTM0L3N5bmNHcm91cHMvc2dwczY5MTYvY2xvdWRFbmRwb2ludHMvY2VwcHM3NDkyL3RyaWdnZXJDaGFuZ2VEZXRlY3Rpb24/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", "RequestMethod": "POST", "RequestBody": "{\r\n \"directoryPath\": \"\",\r\n \"changeDetectionMode\": \"Default\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "5397fa73-03c4-4af8-aa52-09716bf3884e" + "57ad89c1-86a2-40b0-8113-98de0a110d1c" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2544,16 +2667,16 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps2342/providers/microsoft.storagesync/storageSyncServices/sssps2459/workflows/37808b22-2b8f-44ad-8923-b59aed9e0588/operationresults/4e0a13d0-47e4-4799-a9c5-891395659243?api-version=2019-03-01" + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6ImZiY2I1NWM3LTI1MGMtNDNhYS05MTdmLWMyODY4Mjk3MzZjZSIsIndvcmtmbG93SWQiOiJiMWFkN2MwZC1jZjRlLTQ1ZmQtYWE3Mi1lNWEzYWUwYjY5MGMiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiMWQxYTk5ZDctMDAwOC00NzhjLWFkOGMtNjFlOWM3NWI0NWVhIn0=?api-version=2020-03-01" ], "Retry-After": [ "10" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps2342/providers/microsoft.storagesync/storageSyncServices/sssps2459/workflows/37808b22-2b8f-44ad-8923-b59aed9e0588/operations/4e0a13d0-47e4-4799-a9c5-891395659243?api-version=2019-03-01" + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6ImZiY2I1NWM3LTI1MGMtNDNhYS05MTdmLWMyODY4Mjk3MzZjZSIsIndvcmtmbG93SWQiOiJiMWFkN2MwZC1jZjRlLTQ1ZmQtYWE3Mi1lNWEzYWUwYjY5MGMiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiMWQxYTk5ZDctMDAwOC00NzhjLWFkOGMtNjFlOWM3NWI0NWVhIn0=?api-version=2020-03-01" ], "x-ms-request-id": [ - "4cbeffbc-afd7-4d2f-a350-3251e3a697de" + "989bc598-0a13-49fe-a54a-5f1c8343dabc" ], "X-Content-Type-Options": [ "nosniff" @@ -2571,16 +2694,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1196" + "1197" ], "x-ms-correlation-request-id": [ - "11c5e26c-7ef2-4e63-8eec-9e23869c4dab" + "15e37302-118d-41f5-9053-27268ffb0663" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T162301Z:11c5e26c-7ef2-4e63-8eec-9e23869c4dab" + "WESTUS:20200623T085347Z:15e37302-118d-41f5-9053-27268ffb0663" ], "Date": [ - "Wed, 03 Jul 2019 16:23:01 GMT" + "Tue, 23 Jun 2020 08:53:46 GMT" ], "Expires": [ "-1" @@ -2593,22 +2716,22 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps2342/providers/Microsoft.StorageSync/storageSyncServices/sssps2459/syncGroups/sgps9960/cloudEndpoints/cepps3845/triggerChangeDetection?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzMjM0Mi9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMyNDU5L3N5bmNHcm91cHMvc2dwczk5NjAvY2xvdWRFbmRwb2ludHMvY2VwcHMzODQ1L3RyaWdnZXJDaGFuZ2VEZXRlY3Rpb24/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps8790/providers/Microsoft.StorageSync/storageSyncServices/sssps3934/syncGroups/sgps6916/cloudEndpoints/cepps7492/triggerChangeDetection?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzODc5MC9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMzOTM0L3N5bmNHcm91cHMvc2dwczY5MTYvY2xvdWRFbmRwb2ludHMvY2VwcHM3NDkyL3RyaWdnZXJDaGFuZ2VEZXRlY3Rpb24/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", "RequestMethod": "POST", "RequestBody": "{\r\n \"directoryPath\": \"\",\r\n \"changeDetectionMode\": \"Recursive\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "a39892ed-e6e9-47ef-9bf5-aa6637aa6ed1" + "a54cbe9e-fb56-416c-8735-cf7ba49cc9e1" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2625,16 +2748,16 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps2342/providers/microsoft.storagesync/storageSyncServices/sssps2459/workflows/b51ff565-3827-423d-8f93-d55ab210f85c/operationresults/1dbc5341-9176-418c-95f6-b091380dc697?api-version=2019-03-01" + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6ImZiY2I1NWM3LTI1MGMtNDNhYS05MTdmLWMyODY4Mjk3MzZjZSIsIndvcmtmbG93SWQiOiJhMzgyMThmYy0yMzBkLTQ0MTktYjk0Yy0wZDQzNGVjZjNjNDciLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiZjc1NjdlNzQtNzViMS00Zjg5LTkyZjQtNjY4M2ZlY2U3NjZjIn0=?api-version=2020-03-01" ], "Retry-After": [ "10" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps2342/providers/microsoft.storagesync/storageSyncServices/sssps2459/workflows/b51ff565-3827-423d-8f93-d55ab210f85c/operations/1dbc5341-9176-418c-95f6-b091380dc697?api-version=2019-03-01" + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6ImZiY2I1NWM3LTI1MGMtNDNhYS05MTdmLWMyODY4Mjk3MzZjZSIsIndvcmtmbG93SWQiOiJhMzgyMThmYy0yMzBkLTQ0MTktYjk0Yy0wZDQzNGVjZjNjNDciLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiZjc1NjdlNzQtNzViMS00Zjg5LTkyZjQtNjY4M2ZlY2U3NjZjIn0=?api-version=2020-03-01" ], "x-ms-request-id": [ - "78116007-c0c2-4692-957f-dc86360378ff" + "5a4596ae-2467-4e94-9e14-23bdb092f642" ], "X-Content-Type-Options": [ "nosniff" @@ -2652,16 +2775,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1195" + "1196" ], "x-ms-correlation-request-id": [ - "b53c54ca-f4be-4c6d-9848-91a7650ad2c4" + "460f6eac-23ac-4648-ad46-a3a2aa04bd6a" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T162313Z:b53c54ca-f4be-4c6d-9848-91a7650ad2c4" + "WESTUS:20200623T085358Z:460f6eac-23ac-4648-ad46-a3a2aa04bd6a" ], "Date": [ - "Wed, 03 Jul 2019 16:23:12 GMT" + "Tue, 23 Jun 2020 08:53:57 GMT" ], "Expires": [ "-1" @@ -2674,22 +2797,22 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps2342/providers/Microsoft.StorageSync/storageSyncServices/sssps2459/syncGroups/sgps9960/cloudEndpoints/cepps3845/triggerChangeDetection?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzMjM0Mi9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMyNDU5L3N5bmNHcm91cHMvc2dwczk5NjAvY2xvdWRFbmRwb2ludHMvY2VwcHMzODQ1L3RyaWdnZXJDaGFuZ2VEZXRlY3Rpb24/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps8790/providers/Microsoft.StorageSync/storageSyncServices/sssps3934/syncGroups/sgps6916/cloudEndpoints/cepps7492/triggerChangeDetection?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzODc5MC9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMzOTM0L3N5bmNHcm91cHMvc2dwczY5MTYvY2xvdWRFbmRwb2ludHMvY2VwcHM3NDkyL3RyaWdnZXJDaGFuZ2VEZXRlY3Rpb24/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", "RequestMethod": "POST", "RequestBody": "{\r\n \"paths\": [\r\n \"a\",\r\n \"b\",\r\n \"c\"\r\n ]\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "fc56a558-ec86-4ffb-8f2b-ee75eb3609e5" + "9e1440e3-216a-46d3-9c2c-50fe06319a2d" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2706,16 +2829,16 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps2342/providers/microsoft.storagesync/storageSyncServices/sssps2459/workflows/8b7a8776-10af-4ab2-9735-951a6d63316c/operationresults/d2edd364-c194-481b-b929-a460ccee714b?api-version=2019-03-01" + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6ImZiY2I1NWM3LTI1MGMtNDNhYS05MTdmLWMyODY4Mjk3MzZjZSIsIndvcmtmbG93SWQiOiI4OWZhNzUxNi1jNTU4LTRiMWUtOGVlYy1mZTlkZTQxYTFjZjQiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiZjYzYTM5NzMtMjNhZC00MGI2LWI4ZjItZjcxOWFlODEwNzdkIn0=?api-version=2020-03-01" ], "Retry-After": [ "10" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps2342/providers/microsoft.storagesync/storageSyncServices/sssps2459/workflows/8b7a8776-10af-4ab2-9735-951a6d63316c/operations/d2edd364-c194-481b-b929-a460ccee714b?api-version=2019-03-01" + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6ImZiY2I1NWM3LTI1MGMtNDNhYS05MTdmLWMyODY4Mjk3MzZjZSIsIndvcmtmbG93SWQiOiI4OWZhNzUxNi1jNTU4LTRiMWUtOGVlYy1mZTlkZTQxYTFjZjQiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiZjYzYTM5NzMtMjNhZC00MGI2LWI4ZjItZjcxOWFlODEwNzdkIn0=?api-version=2020-03-01" ], "x-ms-request-id": [ - "45dbe4cb-3be4-4119-959b-9d0311dca1aa" + "097aabd0-19a5-4917-85d5-2b0cf32470bf" ], "X-Content-Type-Options": [ "nosniff" @@ -2733,16 +2856,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1194" + "1195" ], "x-ms-correlation-request-id": [ - "b19b42e0-621c-46c5-83fb-ccb745b0ab4c" + "a41d5af0-364a-4ce4-bd86-b8bcb8ee120f" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T162324Z:b19b42e0-621c-46c5-83fb-ccb745b0ab4c" + "WESTUS:20200623T085409Z:a41d5af0-364a-4ce4-bd86-b8bcb8ee120f" ], "Date": [ - "Wed, 03 Jul 2019 16:23:23 GMT" + "Tue, 23 Jun 2020 08:54:08 GMT" ], "Expires": [ "-1" @@ -2755,16 +2878,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps2342/providers/microsoft.storagesync/storageSyncServices/sssps2459/workflows/d35836a0-9443-46c1-8b22-d1d0727fc28c/operations/1513295c-cc57-4298-ae56-727f1e338f4b?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzMjM0Mi9wcm92aWRlcnMvbWljcm9zb2Z0LnN0b3JhZ2VzeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMyNDU5L3dvcmtmbG93cy9kMzU4MzZhMC05NDQzLTQ2YzEtOGIyMi1kMWQwNzI3ZmMyOGMvb3BlcmF0aW9ucy8xNTEzMjk1Yy1jYzU3LTQyOTgtYWU1Ni03MjdmMWUzMzhmNGI/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6ImZiY2I1NWM3LTI1MGMtNDNhYS05MTdmLWMyODY4Mjk3MzZjZSIsIndvcmtmbG93SWQiOiI0MjY3ZGM3OC00Nzk4LTQzZDYtYWVmMi1mOWQyM2E5NmY1ZGIiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiNzYxZjQ2MTctY2M5Yi00NjRhLTk2MjgtZmU0OWQ5MzE2MzI2In0=?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvbG9jYXRpb25zL2NlbnRyYWx1c2V1YXAvb3BlcmF0aW9ucy9leUp3WVhKMGFYUnBiMjVKWkNJNkltWmlZMkkxTldNM0xUSTFNR010TkROaFlTMDVNVGRtTFdNeU9EWTRNamszTXpaalpTSXNJbmR2Y210bWJHOTNTV1FpT2lJME1qWTNaR00zT0MwME56azRMVFF6WkRZdFlXVm1NaTFtT1dReU0yRTVObVkxWkdJaUxDSjNiM0pyWm14dmQwOXdaWEpoZEdsdmJrbGtJam9pTnpZeFpqUTJNVGN0WTJNNVlpMDBOalJoTFRrMk1qZ3RabVUwT1dRNU16RTJNekkySW4wPT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -2775,7 +2898,7 @@ "no-cache" ], "x-ms-request-id": [ - "698bc3ac-9ec2-4ee9-8b02-3ca9c2e8ce0f" + "4371819f-d732-47ea-b3fc-29cc37138a39" ], "X-Content-Type-Options": [ "nosniff" @@ -2793,41 +2916,41 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11994" + "11995" ], "x-ms-correlation-request-id": [ - "1522e427-7955-4876-89be-6a650f359b6f" + "75ac7098-2ff9-4f03-b2f3-0b49b47220e3" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T162249Z:1522e427-7955-4876-89be-6a650f359b6f" + "WESTUS:20200623T085335Z:75ac7098-2ff9-4f03-b2f3-0b49b47220e3" ], "Date": [ - "Wed, 03 Jul 2019 16:22:49 GMT" + "Tue, 23 Jun 2020 08:53:35 GMT" ], "Content-Length": [ - "447" + "745" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps2342/providers/microsoft.storagesync/storageSyncServices/sssps2459/workflow/d35836a0-9443-46c1-8b22-d1d0727fc28c/operationresults/1513295c-cc57-4298-ae56-727f1e338f4b\",\r\n \"name\": \"1513295c-cc57-4298-ae56-727f1e338f4b\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2019-07-03T16:22:39.7216916Z\",\r\n \"endTime\": \"2019-07-03T16:22:44.2490763Z\",\r\n \"percentComplete\": null,\r\n \"error\": null,\r\n \"properties\": {}\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6ImZiY2I1NWM3LTI1MGMtNDNhYS05MTdmLWMyODY4Mjk3MzZjZSIsIndvcmtmbG93SWQiOiI0MjY3ZGM3OC00Nzk4LTQzZDYtYWVmMi1mOWQyM2E5NmY1ZGIiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiNzYxZjQ2MTctY2M5Yi00NjRhLTk2MjgtZmU0OWQ5MzE2MzI2In0=\",\r\n \"name\": \"eyJwYXJ0aXRpb25JZCI6ImZiY2I1NWM3LTI1MGMtNDNhYS05MTdmLWMyODY4Mjk3MzZjZSIsIndvcmtmbG93SWQiOiI0MjY3ZGM3OC00Nzk4LTQzZDYtYWVmMi1mOWQyM2E5NmY1ZGIiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiNzYxZjQ2MTctY2M5Yi00NjRhLTk2MjgtZmU0OWQ5MzE2MzI2In0=\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2020-06-23T08:53:25.9086949Z\",\r\n \"endTime\": \"2020-06-23T08:53:30.1708261Z\",\r\n \"properties\": {}\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps2342/providers/microsoft.storagesync/storageSyncServices/sssps2459/workflows/d35836a0-9443-46c1-8b22-d1d0727fc28c/operationresults/1513295c-cc57-4298-ae56-727f1e338f4b?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzMjM0Mi9wcm92aWRlcnMvbWljcm9zb2Z0LnN0b3JhZ2VzeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMyNDU5L3dvcmtmbG93cy9kMzU4MzZhMC05NDQzLTQ2YzEtOGIyMi1kMWQwNzI3ZmMyOGMvb3BlcmF0aW9ucmVzdWx0cy8xNTEzMjk1Yy1jYzU3LTQyOTgtYWU1Ni03MjdmMWUzMzhmNGI/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6ImZiY2I1NWM3LTI1MGMtNDNhYS05MTdmLWMyODY4Mjk3MzZjZSIsIndvcmtmbG93SWQiOiI0MjY3ZGM3OC00Nzk4LTQzZDYtYWVmMi1mOWQyM2E5NmY1ZGIiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiNzYxZjQ2MTctY2M5Yi00NjRhLTk2MjgtZmU0OWQ5MzE2MzI2In0=?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvbG9jYXRpb25zL2NlbnRyYWx1c2V1YXAvb3BlcmF0aW9ucmVzdWx0cy9leUp3WVhKMGFYUnBiMjVKWkNJNkltWmlZMkkxTldNM0xUSTFNR010TkROaFlTMDVNVGRtTFdNeU9EWTRNamszTXpaalpTSXNJbmR2Y210bWJHOTNTV1FpT2lJME1qWTNaR00zT0MwME56azRMVFF6WkRZdFlXVm1NaTFtT1dReU0yRTVObVkxWkdJaUxDSjNiM0pyWm14dmQwOXdaWEpoZEdsdmJrbGtJam9pTnpZeFpqUTJNVGN0WTJNNVlpMDBOalJoTFRrMk1qZ3RabVUwT1dRNU16RTJNekkySW4wPT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -2838,7 +2961,7 @@ "no-cache" ], "x-ms-request-id": [ - "556c471c-46a6-4452-b6aa-45b2b2f8c07f" + "74832664-57ba-493c-9af0-fa08544bd9ca" ], "X-Content-Type-Options": [ "nosniff" @@ -2856,16 +2979,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11993" + "11994" ], "x-ms-correlation-request-id": [ - "c4b373c3-a711-4257-a492-bcfd1fa8023b" + "47261156-c4a7-4cc7-acca-07c365441f26" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T162249Z:c4b373c3-a711-4257-a492-bcfd1fa8023b" + "WESTUS:20200623T085336Z:47261156-c4a7-4cc7-acca-07c365441f26" ], "Date": [ - "Wed, 03 Jul 2019 16:22:49 GMT" + "Tue, 23 Jun 2020 08:53:35 GMT" ], "Expires": [ "-1" @@ -2878,16 +3001,16 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps2342/providers/microsoft.storagesync/storageSyncServices/sssps2459/workflows/ea54d8a5-5100-46d9-ae8c-4ed9e480108a/operations/5ec1b978-2321-4c62-bf16-78f937221da3?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzMjM0Mi9wcm92aWRlcnMvbWljcm9zb2Z0LnN0b3JhZ2VzeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMyNDU5L3dvcmtmbG93cy9lYTU0ZDhhNS01MTAwLTQ2ZDktYWU4Yy00ZWQ5ZTQ4MDEwOGEvb3BlcmF0aW9ucy81ZWMxYjk3OC0yMzIxLTRjNjItYmYxNi03OGY5MzcyMjFkYTM/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6ImZiY2I1NWM3LTI1MGMtNDNhYS05MTdmLWMyODY4Mjk3MzZjZSIsIndvcmtmbG93SWQiOiI3YmM0MjNhYy1mNGE0LTQ1M2YtYjNjZi1hMWYyZDZmNDIyMDEiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiOGY5Y2UwNzgtM2U5YS00MDg1LThkY2MtODlmYzVhZGRkZGJlIn0=?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvbG9jYXRpb25zL2NlbnRyYWx1c2V1YXAvb3BlcmF0aW9ucy9leUp3WVhKMGFYUnBiMjVKWkNJNkltWmlZMkkxTldNM0xUSTFNR010TkROaFlTMDVNVGRtTFdNeU9EWTRNamszTXpaalpTSXNJbmR2Y210bWJHOTNTV1FpT2lJM1ltTTBNak5oWXkxbU5HRTBMVFExTTJZdFlqTmpaaTFoTVdZeVpEWm1OREl5TURFaUxDSjNiM0pyWm14dmQwOXdaWEpoZEdsdmJrbGtJam9pT0dZNVkyVXdOemd0TTJVNVlTMDBNRGcxTFRoa1kyTXRPRGxtWXpWaFpHUmtaR0psSW4wPT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -2898,7 +3021,7 @@ "no-cache" ], "x-ms-request-id": [ - "0410c5f9-9811-4a64-81a7-72b8ac8f6376" + "ed1f107f-5ac7-4fc1-885b-c0f8cf48eda5" ], "X-Content-Type-Options": [ "nosniff" @@ -2916,41 +3039,41 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11992" + "11993" ], "x-ms-correlation-request-id": [ - "c6bef6db-cc84-43b7-9c2c-51d83e30bc39" + "10d5633d-4acd-4402-a839-ddd0c65287c6" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T162300Z:c6bef6db-cc84-43b7-9c2c-51d83e30bc39" + "WESTUS:20200623T085346Z:10d5633d-4acd-4402-a839-ddd0c65287c6" ], "Date": [ - "Wed, 03 Jul 2019 16:22:59 GMT" + "Tue, 23 Jun 2020 08:53:46 GMT" ], "Content-Length": [ - "447" + "743" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps2342/providers/microsoft.storagesync/storageSyncServices/sssps2459/workflow/ea54d8a5-5100-46d9-ae8c-4ed9e480108a/operationresults/5ec1b978-2321-4c62-bf16-78f937221da3\",\r\n \"name\": \"5ec1b978-2321-4c62-bf16-78f937221da3\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2019-07-03T16:22:50.4729833Z\",\r\n \"endTime\": \"2019-07-03T16:22:54.8013099Z\",\r\n \"percentComplete\": null,\r\n \"error\": null,\r\n \"properties\": {}\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6ImZiY2I1NWM3LTI1MGMtNDNhYS05MTdmLWMyODY4Mjk3MzZjZSIsIndvcmtmbG93SWQiOiI3YmM0MjNhYy1mNGE0LTQ1M2YtYjNjZi1hMWYyZDZmNDIyMDEiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiOGY5Y2UwNzgtM2U5YS00MDg1LThkY2MtODlmYzVhZGRkZGJlIn0=\",\r\n \"name\": \"eyJwYXJ0aXRpb25JZCI6ImZiY2I1NWM3LTI1MGMtNDNhYS05MTdmLWMyODY4Mjk3MzZjZSIsIndvcmtmbG93SWQiOiI3YmM0MjNhYy1mNGE0LTQ1M2YtYjNjZi1hMWYyZDZmNDIyMDEiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiOGY5Y2UwNzgtM2U5YS00MDg1LThkY2MtODlmYzVhZGRkZGJlIn0=\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2020-06-23T08:53:37.98555Z\",\r\n \"endTime\": \"2020-06-23T08:53:41.8672781Z\",\r\n \"properties\": {}\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps2342/providers/microsoft.storagesync/storageSyncServices/sssps2459/workflows/ea54d8a5-5100-46d9-ae8c-4ed9e480108a/operationresults/5ec1b978-2321-4c62-bf16-78f937221da3?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzMjM0Mi9wcm92aWRlcnMvbWljcm9zb2Z0LnN0b3JhZ2VzeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMyNDU5L3dvcmtmbG93cy9lYTU0ZDhhNS01MTAwLTQ2ZDktYWU4Yy00ZWQ5ZTQ4MDEwOGEvb3BlcmF0aW9ucmVzdWx0cy81ZWMxYjk3OC0yMzIxLTRjNjItYmYxNi03OGY5MzcyMjFkYTM/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6ImZiY2I1NWM3LTI1MGMtNDNhYS05MTdmLWMyODY4Mjk3MzZjZSIsIndvcmtmbG93SWQiOiI3YmM0MjNhYy1mNGE0LTQ1M2YtYjNjZi1hMWYyZDZmNDIyMDEiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiOGY5Y2UwNzgtM2U5YS00MDg1LThkY2MtODlmYzVhZGRkZGJlIn0=?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvbG9jYXRpb25zL2NlbnRyYWx1c2V1YXAvb3BlcmF0aW9ucmVzdWx0cy9leUp3WVhKMGFYUnBiMjVKWkNJNkltWmlZMkkxTldNM0xUSTFNR010TkROaFlTMDVNVGRtTFdNeU9EWTRNamszTXpaalpTSXNJbmR2Y210bWJHOTNTV1FpT2lJM1ltTTBNak5oWXkxbU5HRTBMVFExTTJZdFlqTmpaaTFoTVdZeVpEWm1OREl5TURFaUxDSjNiM0pyWm14dmQwOXdaWEpoZEdsdmJrbGtJam9pT0dZNVkyVXdOemd0TTJVNVlTMDBNRGcxTFRoa1kyTXRPRGxtWXpWaFpHUmtaR0psSW4wPT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -2961,7 +3084,7 @@ "no-cache" ], "x-ms-request-id": [ - "072dec95-d648-44ef-975f-1cba9a9e4100" + "128e8a5b-bc00-480d-812e-90e13e4551ae" ], "X-Content-Type-Options": [ "nosniff" @@ -2979,16 +3102,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11991" + "11992" ], "x-ms-correlation-request-id": [ - "e38f7c03-12e6-41de-ad36-89104fd56a04" + "fc960dfe-035f-401e-b3c9-030222cdea60" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T162300Z:e38f7c03-12e6-41de-ad36-89104fd56a04" + "WESTUS:20200623T085347Z:fc960dfe-035f-401e-b3c9-030222cdea60" ], "Date": [ - "Wed, 03 Jul 2019 16:23:00 GMT" + "Tue, 23 Jun 2020 08:53:46 GMT" ], "Expires": [ "-1" @@ -3001,16 +3124,16 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps2342/providers/microsoft.storagesync/storageSyncServices/sssps2459/workflows/37808b22-2b8f-44ad-8923-b59aed9e0588/operations/4e0a13d0-47e4-4799-a9c5-891395659243?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzMjM0Mi9wcm92aWRlcnMvbWljcm9zb2Z0LnN0b3JhZ2VzeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMyNDU5L3dvcmtmbG93cy8zNzgwOGIyMi0yYjhmLTQ0YWQtODkyMy1iNTlhZWQ5ZTA1ODgvb3BlcmF0aW9ucy80ZTBhMTNkMC00N2U0LTQ3OTktYTljNS04OTEzOTU2NTkyNDM/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6ImZiY2I1NWM3LTI1MGMtNDNhYS05MTdmLWMyODY4Mjk3MzZjZSIsIndvcmtmbG93SWQiOiJiMWFkN2MwZC1jZjRlLTQ1ZmQtYWE3Mi1lNWEzYWUwYjY5MGMiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiMWQxYTk5ZDctMDAwOC00NzhjLWFkOGMtNjFlOWM3NWI0NWVhIn0=?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvbG9jYXRpb25zL2NlbnRyYWx1c2V1YXAvb3BlcmF0aW9ucy9leUp3WVhKMGFYUnBiMjVKWkNJNkltWmlZMkkxTldNM0xUSTFNR010TkROaFlTMDVNVGRtTFdNeU9EWTRNamszTXpaalpTSXNJbmR2Y210bWJHOTNTV1FpT2lKaU1XRmtOMk13WkMxalpqUmxMVFExWm1RdFlXRTNNaTFsTldFellXVXdZalk1TUdNaUxDSjNiM0pyWm14dmQwOXdaWEpoZEdsdmJrbGtJam9pTVdReFlUazVaRGN0TURBd09DMDBOemhqTFdGa09HTXROakZsT1dNM05XSTBOV1ZoSW4wPT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -3021,7 +3144,7 @@ "no-cache" ], "x-ms-request-id": [ - "553300ea-365c-4be2-b21b-14e0caec9627" + "be1ee25d-8b80-417e-9d5f-f198261ad825" ], "X-Content-Type-Options": [ "nosniff" @@ -3039,41 +3162,41 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11990" + "11991" ], "x-ms-correlation-request-id": [ - "6357acf9-fe7d-4970-805c-99876556aaaa" + "f02f3448-bedf-4f66-ba30-337440781144" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T162312Z:6357acf9-fe7d-4970-805c-99876556aaaa" + "WESTUS:20200623T085357Z:f02f3448-bedf-4f66-ba30-337440781144" ], "Date": [ - "Wed, 03 Jul 2019 16:23:11 GMT" + "Tue, 23 Jun 2020 08:53:57 GMT" ], "Content-Length": [ - "447" + "745" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps2342/providers/microsoft.storagesync/storageSyncServices/sssps2459/workflow/37808b22-2b8f-44ad-8923-b59aed9e0588/operationresults/4e0a13d0-47e4-4799-a9c5-891395659243\",\r\n \"name\": \"4e0a13d0-47e4-4799-a9c5-891395659243\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2019-07-03T16:23:03.0068737Z\",\r\n \"endTime\": \"2019-07-03T16:23:08.4948339Z\",\r\n \"percentComplete\": null,\r\n \"error\": null,\r\n \"properties\": {}\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6ImZiY2I1NWM3LTI1MGMtNDNhYS05MTdmLWMyODY4Mjk3MzZjZSIsIndvcmtmbG93SWQiOiJiMWFkN2MwZC1jZjRlLTQ1ZmQtYWE3Mi1lNWEzYWUwYjY5MGMiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiMWQxYTk5ZDctMDAwOC00NzhjLWFkOGMtNjFlOWM3NWI0NWVhIn0=\",\r\n \"name\": \"eyJwYXJ0aXRpb25JZCI6ImZiY2I1NWM3LTI1MGMtNDNhYS05MTdmLWMyODY4Mjk3MzZjZSIsIndvcmtmbG93SWQiOiJiMWFkN2MwZC1jZjRlLTQ1ZmQtYWE3Mi1lNWEzYWUwYjY5MGMiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiMWQxYTk5ZDctMDAwOC00NzhjLWFkOGMtNjFlOWM3NWI0NWVhIn0=\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2020-06-23T08:53:48.0813036Z\",\r\n \"endTime\": \"2020-06-23T08:53:52.1338451Z\",\r\n \"properties\": {}\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps2342/providers/microsoft.storagesync/storageSyncServices/sssps2459/workflows/37808b22-2b8f-44ad-8923-b59aed9e0588/operationresults/4e0a13d0-47e4-4799-a9c5-891395659243?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzMjM0Mi9wcm92aWRlcnMvbWljcm9zb2Z0LnN0b3JhZ2VzeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMyNDU5L3dvcmtmbG93cy8zNzgwOGIyMi0yYjhmLTQ0YWQtODkyMy1iNTlhZWQ5ZTA1ODgvb3BlcmF0aW9ucmVzdWx0cy80ZTBhMTNkMC00N2U0LTQ3OTktYTljNS04OTEzOTU2NTkyNDM/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6ImZiY2I1NWM3LTI1MGMtNDNhYS05MTdmLWMyODY4Mjk3MzZjZSIsIndvcmtmbG93SWQiOiJiMWFkN2MwZC1jZjRlLTQ1ZmQtYWE3Mi1lNWEzYWUwYjY5MGMiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiMWQxYTk5ZDctMDAwOC00NzhjLWFkOGMtNjFlOWM3NWI0NWVhIn0=?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvbG9jYXRpb25zL2NlbnRyYWx1c2V1YXAvb3BlcmF0aW9ucmVzdWx0cy9leUp3WVhKMGFYUnBiMjVKWkNJNkltWmlZMkkxTldNM0xUSTFNR010TkROaFlTMDVNVGRtTFdNeU9EWTRNamszTXpaalpTSXNJbmR2Y210bWJHOTNTV1FpT2lKaU1XRmtOMk13WkMxalpqUmxMVFExWm1RdFlXRTNNaTFsTldFellXVXdZalk1TUdNaUxDSjNiM0pyWm14dmQwOXdaWEpoZEdsdmJrbGtJam9pTVdReFlUazVaRGN0TURBd09DMDBOemhqTFdGa09HTXROakZsT1dNM05XSTBOV1ZoSW4wPT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -3084,7 +3207,7 @@ "no-cache" ], "x-ms-request-id": [ - "ae32596b-244a-4cec-a0fd-6e9d2b052f89" + "68286486-8724-4518-99ea-cbb0b633220f" ], "X-Content-Type-Options": [ "nosniff" @@ -3102,16 +3225,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11989" + "11990" ], "x-ms-correlation-request-id": [ - "7ec5242c-be80-47ab-a7fc-b619950edd55" + "aa58e97e-a0a7-44f4-b076-bd41e5c4f954" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T162312Z:7ec5242c-be80-47ab-a7fc-b619950edd55" + "WESTUS:20200623T085358Z:aa58e97e-a0a7-44f4-b076-bd41e5c4f954" ], "Date": [ - "Wed, 03 Jul 2019 16:23:12 GMT" + "Tue, 23 Jun 2020 08:53:57 GMT" ], "Expires": [ "-1" @@ -3124,16 +3247,16 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps2342/providers/microsoft.storagesync/storageSyncServices/sssps2459/workflows/b51ff565-3827-423d-8f93-d55ab210f85c/operations/1dbc5341-9176-418c-95f6-b091380dc697?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzMjM0Mi9wcm92aWRlcnMvbWljcm9zb2Z0LnN0b3JhZ2VzeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMyNDU5L3dvcmtmbG93cy9iNTFmZjU2NS0zODI3LTQyM2QtOGY5My1kNTVhYjIxMGY4NWMvb3BlcmF0aW9ucy8xZGJjNTM0MS05MTc2LTQxOGMtOTVmNi1iMDkxMzgwZGM2OTc/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6ImZiY2I1NWM3LTI1MGMtNDNhYS05MTdmLWMyODY4Mjk3MzZjZSIsIndvcmtmbG93SWQiOiJhMzgyMThmYy0yMzBkLTQ0MTktYjk0Yy0wZDQzNGVjZjNjNDciLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiZjc1NjdlNzQtNzViMS00Zjg5LTkyZjQtNjY4M2ZlY2U3NjZjIn0=?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvbG9jYXRpb25zL2NlbnRyYWx1c2V1YXAvb3BlcmF0aW9ucy9leUp3WVhKMGFYUnBiMjVKWkNJNkltWmlZMkkxTldNM0xUSTFNR010TkROaFlTMDVNVGRtTFdNeU9EWTRNamszTXpaalpTSXNJbmR2Y210bWJHOTNTV1FpT2lKaE16Z3lNVGhtWXkweU16QmtMVFEwTVRrdFlqazBZeTB3WkRRek5HVmpaak5qTkRjaUxDSjNiM0pyWm14dmQwOXdaWEpoZEdsdmJrbGtJam9pWmpjMU5qZGxOelF0TnpWaU1TMDBaamc1TFRreVpqUXROalk0TTJabFkyVTNOalpqSW4wPT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -3144,7 +3267,7 @@ "no-cache" ], "x-ms-request-id": [ - "b24d939f-ded8-4467-966d-d89a5e334971" + "45e52674-4865-4364-8ce0-4dc5d410cd9b" ], "X-Content-Type-Options": [ "nosniff" @@ -3152,9 +3275,6 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11988" - ], "Server": [ "Microsoft-IIS/10.0" ], @@ -3164,39 +3284,42 @@ "X-Powered-By": [ "ASP.NET" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11989" + ], "x-ms-correlation-request-id": [ - "ee9a5e69-2054-49aa-a6bf-4e9fe395e864" + "8df1b658-c8cb-4ce8-8d20-02c059ad1d1e" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T162323Z:ee9a5e69-2054-49aa-a6bf-4e9fe395e864" + "WESTUS:20200623T085408Z:8df1b658-c8cb-4ce8-8d20-02c059ad1d1e" ], "Date": [ - "Wed, 03 Jul 2019 16:23:22 GMT" + "Tue, 23 Jun 2020 08:54:07 GMT" ], "Content-Length": [ - "446" + "744" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps2342/providers/microsoft.storagesync/storageSyncServices/sssps2459/workflow/b51ff565-3827-423d-8f93-d55ab210f85c/operationresults/1dbc5341-9176-418c-95f6-b091380dc697\",\r\n \"name\": \"1dbc5341-9176-418c-95f6-b091380dc697\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2019-07-03T16:23:14.708863Z\",\r\n \"endTime\": \"2019-07-03T16:23:18.3058212Z\",\r\n \"percentComplete\": null,\r\n \"error\": null,\r\n \"properties\": {}\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6ImZiY2I1NWM3LTI1MGMtNDNhYS05MTdmLWMyODY4Mjk3MzZjZSIsIndvcmtmbG93SWQiOiJhMzgyMThmYy0yMzBkLTQ0MTktYjk0Yy0wZDQzNGVjZjNjNDciLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiZjc1NjdlNzQtNzViMS00Zjg5LTkyZjQtNjY4M2ZlY2U3NjZjIn0=\",\r\n \"name\": \"eyJwYXJ0aXRpb25JZCI6ImZiY2I1NWM3LTI1MGMtNDNhYS05MTdmLWMyODY4Mjk3MzZjZSIsIndvcmtmbG93SWQiOiJhMzgyMThmYy0yMzBkLTQ0MTktYjk0Yy0wZDQzNGVjZjNjNDciLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiZjc1NjdlNzQtNzViMS00Zjg5LTkyZjQtNjY4M2ZlY2U3NjZjIn0=\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2020-06-23T08:53:58.6541712Z\",\r\n \"endTime\": \"2020-06-23T08:54:02.679719Z\",\r\n \"properties\": {}\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps2342/providers/microsoft.storagesync/storageSyncServices/sssps2459/workflows/b51ff565-3827-423d-8f93-d55ab210f85c/operationresults/1dbc5341-9176-418c-95f6-b091380dc697?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzMjM0Mi9wcm92aWRlcnMvbWljcm9zb2Z0LnN0b3JhZ2VzeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMyNDU5L3dvcmtmbG93cy9iNTFmZjU2NS0zODI3LTQyM2QtOGY5My1kNTVhYjIxMGY4NWMvb3BlcmF0aW9ucmVzdWx0cy8xZGJjNTM0MS05MTc2LTQxOGMtOTVmNi1iMDkxMzgwZGM2OTc/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6ImZiY2I1NWM3LTI1MGMtNDNhYS05MTdmLWMyODY4Mjk3MzZjZSIsIndvcmtmbG93SWQiOiJhMzgyMThmYy0yMzBkLTQ0MTktYjk0Yy0wZDQzNGVjZjNjNDciLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiZjc1NjdlNzQtNzViMS00Zjg5LTkyZjQtNjY4M2ZlY2U3NjZjIn0=?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvbG9jYXRpb25zL2NlbnRyYWx1c2V1YXAvb3BlcmF0aW9ucmVzdWx0cy9leUp3WVhKMGFYUnBiMjVKWkNJNkltWmlZMkkxTldNM0xUSTFNR010TkROaFlTMDVNVGRtTFdNeU9EWTRNamszTXpaalpTSXNJbmR2Y210bWJHOTNTV1FpT2lKaE16Z3lNVGhtWXkweU16QmtMVFEwTVRrdFlqazBZeTB3WkRRek5HVmpaak5qTkRjaUxDSjNiM0pyWm14dmQwOXdaWEpoZEdsdmJrbGtJam9pWmpjMU5qZGxOelF0TnpWaU1TMDBaamc1TFRreVpqUXROalk0TTJabFkyVTNOalpqSW4wPT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -3207,7 +3330,7 @@ "no-cache" ], "x-ms-request-id": [ - "c3009bf3-f077-4fa3-8c3f-82c0052605a6" + "1617d06f-762c-47a8-b5ea-84580d7a0ca0" ], "X-Content-Type-Options": [ "nosniff" @@ -3225,16 +3348,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11987" + "11988" ], "x-ms-correlation-request-id": [ - "977c9536-a0d6-4997-8595-b27e04ad9fab" + "9d37591f-2025-46f5-a8ef-989f07ea5745" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T162323Z:977c9536-a0d6-4997-8595-b27e04ad9fab" + "WESTUS:20200623T085409Z:9d37591f-2025-46f5-a8ef-989f07ea5745" ], "Date": [ - "Wed, 03 Jul 2019 16:23:23 GMT" + "Tue, 23 Jun 2020 08:54:08 GMT" ], "Expires": [ "-1" @@ -3247,16 +3370,16 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps2342/providers/microsoft.storagesync/storageSyncServices/sssps2459/workflows/8b7a8776-10af-4ab2-9735-951a6d63316c/operations/d2edd364-c194-481b-b929-a460ccee714b?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzMjM0Mi9wcm92aWRlcnMvbWljcm9zb2Z0LnN0b3JhZ2VzeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMyNDU5L3dvcmtmbG93cy84YjdhODc3Ni0xMGFmLTRhYjItOTczNS05NTFhNmQ2MzMxNmMvb3BlcmF0aW9ucy9kMmVkZDM2NC1jMTk0LTQ4MWItYjkyOS1hNDYwY2NlZTcxNGI/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6ImZiY2I1NWM3LTI1MGMtNDNhYS05MTdmLWMyODY4Mjk3MzZjZSIsIndvcmtmbG93SWQiOiI4OWZhNzUxNi1jNTU4LTRiMWUtOGVlYy1mZTlkZTQxYTFjZjQiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiZjYzYTM5NzMtMjNhZC00MGI2LWI4ZjItZjcxOWFlODEwNzdkIn0=?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvbG9jYXRpb25zL2NlbnRyYWx1c2V1YXAvb3BlcmF0aW9ucy9leUp3WVhKMGFYUnBiMjVKWkNJNkltWmlZMkkxTldNM0xUSTFNR010TkROaFlTMDVNVGRtTFdNeU9EWTRNamszTXpaalpTSXNJbmR2Y210bWJHOTNTV1FpT2lJNE9XWmhOelV4Tmkxak5UVTRMVFJpTVdVdE9HVmxZeTFtWlRsa1pUUXhZVEZqWmpRaUxDSjNiM0pyWm14dmQwOXdaWEpoZEdsdmJrbGtJam9pWmpZellUTTVOek10TWpOaFpDMDBNR0kyTFdJNFpqSXRaamN4T1dGbE9ERXdOemRrSW4wPT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -3267,7 +3390,7 @@ "no-cache" ], "x-ms-request-id": [ - "4ca207f2-096d-4a53-8b51-830416a4c629" + "e019bd25-e82c-4e57-868a-1cd51e89a46c" ], "X-Content-Type-Options": [ "nosniff" @@ -3285,41 +3408,41 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11986" + "11987" ], "x-ms-correlation-request-id": [ - "48002eba-8add-46e8-bef2-09659d7fcbdb" + "e99cb721-ba26-4cc6-9b88-a93641791078" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T162334Z:48002eba-8add-46e8-bef2-09659d7fcbdb" + "WESTUS:20200623T085419Z:e99cb721-ba26-4cc6-9b88-a93641791078" ], "Date": [ - "Wed, 03 Jul 2019 16:23:34 GMT" + "Tue, 23 Jun 2020 08:54:19 GMT" ], "Content-Length": [ - "447" + "744" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps2342/providers/microsoft.storagesync/storageSyncServices/sssps2459/workflow/8b7a8776-10af-4ab2-9735-951a6d63316c/operationresults/d2edd364-c194-481b-b929-a460ccee714b\",\r\n \"name\": \"d2edd364-c194-481b-b929-a460ccee714b\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2019-07-03T16:23:24.5094733Z\",\r\n \"endTime\": \"2019-07-03T16:23:28.7945795Z\",\r\n \"percentComplete\": null,\r\n \"error\": null,\r\n \"properties\": {}\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6ImZiY2I1NWM3LTI1MGMtNDNhYS05MTdmLWMyODY4Mjk3MzZjZSIsIndvcmtmbG93SWQiOiI4OWZhNzUxNi1jNTU4LTRiMWUtOGVlYy1mZTlkZTQxYTFjZjQiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiZjYzYTM5NzMtMjNhZC00MGI2LWI4ZjItZjcxOWFlODEwNzdkIn0=\",\r\n \"name\": \"eyJwYXJ0aXRpb25JZCI6ImZiY2I1NWM3LTI1MGMtNDNhYS05MTdmLWMyODY4Mjk3MzZjZSIsIndvcmtmbG93SWQiOiI4OWZhNzUxNi1jNTU4LTRiMWUtOGVlYy1mZTlkZTQxYTFjZjQiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiZjYzYTM5NzMtMjNhZC00MGI2LWI4ZjItZjcxOWFlODEwNzdkIn0=\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2020-06-23T08:54:10.421872Z\",\r\n \"endTime\": \"2020-06-23T08:54:14.3666316Z\",\r\n \"properties\": {}\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps2342/providers/microsoft.storagesync/storageSyncServices/sssps2459/workflows/8b7a8776-10af-4ab2-9735-951a6d63316c/operationresults/d2edd364-c194-481b-b929-a460ccee714b?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzMjM0Mi9wcm92aWRlcnMvbWljcm9zb2Z0LnN0b3JhZ2VzeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMyNDU5L3dvcmtmbG93cy84YjdhODc3Ni0xMGFmLTRhYjItOTczNS05NTFhNmQ2MzMxNmMvb3BlcmF0aW9ucmVzdWx0cy9kMmVkZDM2NC1jMTk0LTQ4MWItYjkyOS1hNDYwY2NlZTcxNGI/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6ImZiY2I1NWM3LTI1MGMtNDNhYS05MTdmLWMyODY4Mjk3MzZjZSIsIndvcmtmbG93SWQiOiI4OWZhNzUxNi1jNTU4LTRiMWUtOGVlYy1mZTlkZTQxYTFjZjQiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiZjYzYTM5NzMtMjNhZC00MGI2LWI4ZjItZjcxOWFlODEwNzdkIn0=?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvbG9jYXRpb25zL2NlbnRyYWx1c2V1YXAvb3BlcmF0aW9ucmVzdWx0cy9leUp3WVhKMGFYUnBiMjVKWkNJNkltWmlZMkkxTldNM0xUSTFNR010TkROaFlTMDVNVGRtTFdNeU9EWTRNamszTXpaalpTSXNJbmR2Y210bWJHOTNTV1FpT2lJNE9XWmhOelV4Tmkxak5UVTRMVFJpTVdVdE9HVmxZeTFtWlRsa1pUUXhZVEZqWmpRaUxDSjNiM0pyWm14dmQwOXdaWEpoZEdsdmJrbGtJam9pWmpZellUTTVOek10TWpOaFpDMDBNR0kyTFdJNFpqSXRaamN4T1dGbE9ERXdOemRrSW4wPT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -3330,7 +3453,7 @@ "no-cache" ], "x-ms-request-id": [ - "28b871e4-5ebd-4541-b9d2-47aaf0b0b555" + "0f35ae3c-5b78-4714-bbc7-568f9791eb95" ], "X-Content-Type-Options": [ "nosniff" @@ -3348,16 +3471,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11985" + "11986" ], "x-ms-correlation-request-id": [ - "de18209a-08f3-440d-8e21-e529fc21972f" + "328b4319-4bcc-4daf-b8ec-87d1b47e1210" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T162334Z:de18209a-08f3-440d-8e21-e529fc21972f" + "WESTUS:20200623T085419Z:328b4319-4bcc-4daf-b8ec-87d1b47e1210" ], "Date": [ - "Wed, 03 Jul 2019 16:23:34 GMT" + "Tue, 23 Jun 2020 08:54:19 GMT" ], "Expires": [ "-1" @@ -3370,22 +3493,22 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps2342/providers/Microsoft.StorageSync/storageSyncServices/sssps2459/syncGroups/sgps9960/cloudEndpoints/cepps3845?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzMjM0Mi9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMyNDU5L3N5bmNHcm91cHMvc2dwczk5NjAvY2xvdWRFbmRwb2ludHMvY2VwcHMzODQ1P2FwaS12ZXJzaW9uPTIwMTktMDMtMDE=", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps8790/providers/Microsoft.StorageSync/storageSyncServices/sssps3934/syncGroups/sgps6916/cloudEndpoints/cepps7492?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzODc5MC9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMzOTM0L3N5bmNHcm91cHMvc2dwczY5MTYvY2xvdWRFbmRwb2ludHMvY2VwcHM3NDkyP2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "6056e396-e644-46c8-8cab-adf8676e783c" + "69b62074-b798-41ba-bb81-ea6eb743bec7" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -3396,16 +3519,16 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps2342/providers/microsoft.storagesync/storageSyncServices/sssps2459/workflows/40e08d27-3520-48b5-addf-088be3f2d7e1/operationresults/e257ccf6-34a1-4416-a147-709940528cbd?api-version=2019-03-01" + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6ImZiY2I1NWM3LTI1MGMtNDNhYS05MTdmLWMyODY4Mjk3MzZjZSIsIndvcmtmbG93SWQiOiJmNmQ4MGIyNC1jMTY5LTQwNDAtOTZkMi1mNTlmYWZkNTk1NDEiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiNDhiOWU0ZTctY2E0Ni00NTU4LWI5NDItMmRlNjExOTE3ZDY4In0=?api-version=2020-03-01" ], "Retry-After": [ "10" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps2342/providers/microsoft.storagesync/storageSyncServices/sssps2459/workflows/40e08d27-3520-48b5-addf-088be3f2d7e1/operations/e257ccf6-34a1-4416-a147-709940528cbd?api-version=2019-03-01" + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6ImZiY2I1NWM3LTI1MGMtNDNhYS05MTdmLWMyODY4Mjk3MzZjZSIsIndvcmtmbG93SWQiOiJmNmQ4MGIyNC1jMTY5LTQwNDAtOTZkMi1mNTlmYWZkNTk1NDEiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiNDhiOWU0ZTctY2E0Ni00NTU4LWI5NDItMmRlNjExOTE3ZDY4In0=?api-version=2020-03-01" ], "x-ms-request-id": [ - "14d285ae-88dd-42ad-a567-8eebd22fbb5d" + "621d0f78-ba94-4ff0-a2a7-6ae5c78ddc93" ], "X-Content-Type-Options": [ "nosniff" @@ -3426,13 +3549,13 @@ "14999" ], "x-ms-correlation-request-id": [ - "b6370515-4529-41bc-a21f-a8e9c030700d" + "907e6039-0e21-4bb4-aad4-67d7506390fa" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T162336Z:b6370515-4529-41bc-a21f-a8e9c030700d" + "WESTUS:20200623T085421Z:907e6039-0e21-4bb4-aad4-67d7506390fa" ], "Date": [ - "Wed, 03 Jul 2019 16:23:36 GMT" + "Tue, 23 Jun 2020 08:54:21 GMT" ], "Expires": [ "-1" @@ -3445,22 +3568,22 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps2342/providers/Microsoft.StorageSync/storageSyncServices/sssps2459/syncGroups/sgps9960/cloudEndpoints/cepps3845?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzMjM0Mi9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMyNDU5L3N5bmNHcm91cHMvc2dwczk5NjAvY2xvdWRFbmRwb2ludHMvY2VwcHMzODQ1P2FwaS12ZXJzaW9uPTIwMTktMDMtMDE=", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps8790/providers/Microsoft.StorageSync/storageSyncServices/sssps3934/syncGroups/sgps6916/cloudEndpoints/cepps7492?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzODc5MC9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMzOTM0L3N5bmNHcm91cHMvc2dwczY5MTYvY2xvdWRFbmRwb2ludHMvY2VwcHM3NDkyP2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "5873599c-6d34-47f1-8183-88d4762956bc" + "e7ff0454-2d84-4768-900c-f5641d601f3c" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -3471,16 +3594,16 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps2342/providers/microsoft.storagesync/storageSyncServices/sssps2459/workflows/5641397a-228e-46d4-8d6b-ad12dc18013e/operationresults/16bc499b-af45-4793-8bf3-db8b9e6217c1?api-version=2019-03-01" + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6ImZiY2I1NWM3LTI1MGMtNDNhYS05MTdmLWMyODY4Mjk3MzZjZSIsIndvcmtmbG93SWQiOiJiMTNkNGU0Yi1mNWNlLTQ0YmYtYmFiOC05YmE2YWRjMDMyNTkiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiY2FiMmIyY2ItZDRlOC00Y2NmLWEwNjgtZWUwMGQ3MmU3MzJkIn0=?api-version=2020-03-01" ], "Retry-After": [ "10" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps2342/providers/microsoft.storagesync/storageSyncServices/sssps2459/workflows/5641397a-228e-46d4-8d6b-ad12dc18013e/operations/16bc499b-af45-4793-8bf3-db8b9e6217c1?api-version=2019-03-01" + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6ImZiY2I1NWM3LTI1MGMtNDNhYS05MTdmLWMyODY4Mjk3MzZjZSIsIndvcmtmbG93SWQiOiJiMTNkNGU0Yi1mNWNlLTQ0YmYtYmFiOC05YmE2YWRjMDMyNTkiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiY2FiMmIyY2ItZDRlOC00Y2NmLWEwNjgtZWUwMGQ3MmU3MzJkIn0=?api-version=2020-03-01" ], "x-ms-request-id": [ - "255983e9-4c46-49d8-b9e6-5163dfa8828c" + "a7d8d6f4-5b95-496c-a1a6-dda7d7d83ee6" ], "X-Content-Type-Options": [ "nosniff" @@ -3498,16 +3621,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-deletes": [ - "14999" + "14998" ], "x-ms-correlation-request-id": [ - "ed91f9c4-9c33-4507-a61f-84811dd3689d" + "077ccfad-a5cc-4dce-a3b5-e82e54d23c79" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T162441Z:ed91f9c4-9c33-4507-a61f-84811dd3689d" + "WESTUS:20200623T085444Z:077ccfad-a5cc-4dce-a3b5-e82e54d23c79" ], "Date": [ - "Wed, 03 Jul 2019 16:24:41 GMT" + "Tue, 23 Jun 2020 08:54:43 GMT" ], "Expires": [ "-1" @@ -3520,22 +3643,22 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps2342/providers/Microsoft.StorageSync/storageSyncServices/sssps2459/syncGroups/sgps9960/cloudEndpoints/cepps3845?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzMjM0Mi9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMyNDU5L3N5bmNHcm91cHMvc2dwczk5NjAvY2xvdWRFbmRwb2ludHMvY2VwcHMzODQ1P2FwaS12ZXJzaW9uPTIwMTktMDMtMDE=", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps8790/providers/Microsoft.StorageSync/storageSyncServices/sssps3934/syncGroups/sgps6916/cloudEndpoints/cepps7492?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzODc5MC9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMzOTM0L3N5bmNHcm91cHMvc2dwczY5MTYvY2xvdWRFbmRwb2ludHMvY2VwcHM3NDkyP2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "6a873495-b5bf-4130-9f2a-786d0d3f8310" + "93a0346a-c947-49a7-ba29-88e1e25a0bd1" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -3546,16 +3669,16 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps2342/providers/microsoft.storagesync/storageSyncServices/sssps2459/workflows/a5fa4a98-c955-4340-95cd-68c2ac47b284/operationresults/f3330d5f-58e5-4574-a3bf-8cacc529d8e2?api-version=2019-03-01" + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6ImZiY2I1NWM3LTI1MGMtNDNhYS05MTdmLWMyODY4Mjk3MzZjZSIsIndvcmtmbG93SWQiOiJjNjI1MzA5NS04YmFkLTQyNjUtYjMyOC03MzJiYjA5NWNhNjAiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiYzRmNGFlMTAtODE1Yy00ZmNhLThjNjktMDkzMzRhM2M3YWI1In0=?api-version=2020-03-01" ], "Retry-After": [ "10" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps2342/providers/microsoft.storagesync/storageSyncServices/sssps2459/workflows/a5fa4a98-c955-4340-95cd-68c2ac47b284/operations/f3330d5f-58e5-4574-a3bf-8cacc529d8e2?api-version=2019-03-01" + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6ImZiY2I1NWM3LTI1MGMtNDNhYS05MTdmLWMyODY4Mjk3MzZjZSIsIndvcmtmbG93SWQiOiJjNjI1MzA5NS04YmFkLTQyNjUtYjMyOC03MzJiYjA5NWNhNjAiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiYzRmNGFlMTAtODE1Yy00ZmNhLThjNjktMDkzMzRhM2M3YWI1In0=?api-version=2020-03-01" ], "x-ms-request-id": [ - "4c99ec5c-87bb-4d2a-9db7-7faebc7f7e3c" + "69e29b59-8339-494b-a656-bda41afc0a57" ], "X-Content-Type-Options": [ "nosniff" @@ -3573,16 +3696,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-deletes": [ - "14998" + "14997" ], "x-ms-correlation-request-id": [ - "d31e7348-70ff-4424-a130-a8b62a266acd" + "c0a6ddc4-53f6-4e2f-9131-d6c9fb5d3ffd" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T162504Z:d31e7348-70ff-4424-a130-a8b62a266acd" + "WESTUS:20200623T085506Z:c0a6ddc4-53f6-4e2f-9131-d6c9fb5d3ffd" ], "Date": [ - "Wed, 03 Jul 2019 16:25:03 GMT" + "Tue, 23 Jun 2020 08:55:05 GMT" ], "Expires": [ "-1" @@ -3595,16 +3718,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps2342/providers/microsoft.storagesync/storageSyncServices/sssps2459/workflows/40e08d27-3520-48b5-addf-088be3f2d7e1/operations/e257ccf6-34a1-4416-a147-709940528cbd?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzMjM0Mi9wcm92aWRlcnMvbWljcm9zb2Z0LnN0b3JhZ2VzeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMyNDU5L3dvcmtmbG93cy80MGUwOGQyNy0zNTIwLTQ4YjUtYWRkZi0wODhiZTNmMmQ3ZTEvb3BlcmF0aW9ucy9lMjU3Y2NmNi0zNGExLTQ0MTYtYTE0Ny03MDk5NDA1MjhjYmQ/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6ImZiY2I1NWM3LTI1MGMtNDNhYS05MTdmLWMyODY4Mjk3MzZjZSIsIndvcmtmbG93SWQiOiJmNmQ4MGIyNC1jMTY5LTQwNDAtOTZkMi1mNTlmYWZkNTk1NDEiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiNDhiOWU0ZTctY2E0Ni00NTU4LWI5NDItMmRlNjExOTE3ZDY4In0=?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvbG9jYXRpb25zL2NlbnRyYWx1c2V1YXAvb3BlcmF0aW9ucy9leUp3WVhKMGFYUnBiMjVKWkNJNkltWmlZMkkxTldNM0xUSTFNR010TkROaFlTMDVNVGRtTFdNeU9EWTRNamszTXpaalpTSXNJbmR2Y210bWJHOTNTV1FpT2lKbU5tUTRNR0l5TkMxak1UWTVMVFF3TkRBdE9UWmtNaTFtTlRsbVlXWmtOVGsxTkRFaUxDSjNiM0pyWm14dmQwOXdaWEpoZEdsdmJrbGtJam9pTkRoaU9XVTBaVGN0WTJFME5pMDBOVFU0TFdJNU5ESXRNbVJsTmpFeE9URTNaRFk0SW4wPT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -3615,7 +3738,7 @@ "no-cache" ], "x-ms-request-id": [ - "47848d02-e3cc-432c-8c27-6f04508c235d" + "05f464b5-f2d1-432d-a9ad-4dedbb65cbeb" ], "X-Content-Type-Options": [ "nosniff" @@ -3633,41 +3756,41 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11981" + "11982" ], "x-ms-correlation-request-id": [ - "3a9c9650-2645-4c36-a52e-031856162774" + "fee3792a-51d1-479c-9e9a-f94d4854b09b" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T162346Z:3a9c9650-2645-4c36-a52e-031856162774" + "WESTUS:20200623T085431Z:fee3792a-51d1-479c-9e9a-f94d4854b09b" ], "Date": [ - "Wed, 03 Jul 2019 16:23:46 GMT" + "Tue, 23 Jun 2020 08:54:31 GMT" ], "Content-Length": [ - "460" + "745" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps2342/providers/microsoft.storagesync/storageSyncServices/sssps2459/workflow/40e08d27-3520-48b5-addf-088be3f2d7e1/operationresults/e257ccf6-34a1-4416-a147-709940528cbd\",\r\n \"name\": \"e257ccf6-34a1-4416-a147-709940528cbd\",\r\n \"status\": \"clearFileShareMetadata\",\r\n \"startTime\": \"2019-07-03T16:23:37.0268257Z\",\r\n \"endTime\": \"2019-07-03T16:23:40.2145078Z\",\r\n \"percentComplete\": null,\r\n \"error\": null,\r\n \"properties\": {}\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6ImZiY2I1NWM3LTI1MGMtNDNhYS05MTdmLWMyODY4Mjk3MzZjZSIsIndvcmtmbG93SWQiOiJmNmQ4MGIyNC1jMTY5LTQwNDAtOTZkMi1mNTlmYWZkNTk1NDEiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiNDhiOWU0ZTctY2E0Ni00NTU4LWI5NDItMmRlNjExOTE3ZDY4In0=\",\r\n \"name\": \"eyJwYXJ0aXRpb25JZCI6ImZiY2I1NWM3LTI1MGMtNDNhYS05MTdmLWMyODY4Mjk3MzZjZSIsIndvcmtmbG93SWQiOiJmNmQ4MGIyNC1jMTY5LTQwNDAtOTZkMi1mNTlmYWZkNTk1NDEiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiNDhiOWU0ZTctY2E0Ni00NTU4LWI5NDItMmRlNjExOTE3ZDY4In0=\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2020-06-23T08:54:22.5896858Z\",\r\n \"endTime\": \"2020-06-23T08:54:29.2399936Z\",\r\n \"properties\": {}\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps2342/providers/microsoft.storagesync/storageSyncServices/sssps2459/workflows/40e08d27-3520-48b5-addf-088be3f2d7e1/operations/e257ccf6-34a1-4416-a147-709940528cbd?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzMjM0Mi9wcm92aWRlcnMvbWljcm9zb2Z0LnN0b3JhZ2VzeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMyNDU5L3dvcmtmbG93cy80MGUwOGQyNy0zNTIwLTQ4YjUtYWRkZi0wODhiZTNmMmQ3ZTEvb3BlcmF0aW9ucy9lMjU3Y2NmNi0zNGExLTQ0MTYtYTE0Ny03MDk5NDA1MjhjYmQ/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6ImZiY2I1NWM3LTI1MGMtNDNhYS05MTdmLWMyODY4Mjk3MzZjZSIsIndvcmtmbG93SWQiOiJmNmQ4MGIyNC1jMTY5LTQwNDAtOTZkMi1mNTlmYWZkNTk1NDEiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiNDhiOWU0ZTctY2E0Ni00NTU4LWI5NDItMmRlNjExOTE3ZDY4In0=?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvbG9jYXRpb25zL2NlbnRyYWx1c2V1YXAvb3BlcmF0aW9ucmVzdWx0cy9leUp3WVhKMGFYUnBiMjVKWkNJNkltWmlZMkkxTldNM0xUSTFNR010TkROaFlTMDVNVGRtTFdNeU9EWTRNamszTXpaalpTSXNJbmR2Y210bWJHOTNTV1FpT2lKbU5tUTRNR0l5TkMxak1UWTVMVFF3TkRBdE9UWmtNaTFtTlRsbVlXWmtOVGsxTkRFaUxDSjNiM0pyWm14dmQwOXdaWEpoZEdsdmJrbGtJam9pTkRoaU9XVTBaVGN0WTJFME5pMDBOVFU0TFdJNU5ESXRNbVJsTmpFeE9URTNaRFk0SW4wPT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -3678,7 +3801,7 @@ "no-cache" ], "x-ms-request-id": [ - "9edf544d-b3fd-4a3d-8ade-6db764e27523" + "d5db5aa3-9736-43e8-bac9-ce521c5bd82b" ], "X-Content-Type-Options": [ "nosniff" @@ -3696,41 +3819,38 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11980" + "11981" ], "x-ms-correlation-request-id": [ - "764fa693-e8be-4367-89bb-a5d68992d506" + "4673e48c-ed92-4ebd-b90f-d43ee1820fa0" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T162357Z:764fa693-e8be-4367-89bb-a5d68992d506" + "WESTUS:20200623T085431Z:4673e48c-ed92-4ebd-b90f-d43ee1820fa0" ], "Date": [ - "Wed, 03 Jul 2019 16:23:56 GMT" - ], - "Content-Length": [ - "460" - ], - "Content-Type": [ - "application/json; charset=utf-8" + "Tue, 23 Jun 2020 08:54:31 GMT" ], "Expires": [ "-1" + ], + "Content-Length": [ + "0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps2342/providers/microsoft.storagesync/storageSyncServices/sssps2459/workflow/40e08d27-3520-48b5-addf-088be3f2d7e1/operationresults/e257ccf6-34a1-4416-a147-709940528cbd\",\r\n \"name\": \"e257ccf6-34a1-4416-a147-709940528cbd\",\r\n \"status\": \"clearFileShareMetadata\",\r\n \"startTime\": \"2019-07-03T16:23:37.0268257Z\",\r\n \"endTime\": \"2019-07-03T16:23:40.2145078Z\",\r\n \"percentComplete\": null,\r\n \"error\": null,\r\n \"properties\": {}\r\n}", + "ResponseBody": "", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps2342/providers/microsoft.storagesync/storageSyncServices/sssps2459/workflows/40e08d27-3520-48b5-addf-088be3f2d7e1/operations/e257ccf6-34a1-4416-a147-709940528cbd?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzMjM0Mi9wcm92aWRlcnMvbWljcm9zb2Z0LnN0b3JhZ2VzeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMyNDU5L3dvcmtmbG93cy80MGUwOGQyNy0zNTIwLTQ4YjUtYWRkZi0wODhiZTNmMmQ3ZTEvb3BlcmF0aW9ucy9lMjU3Y2NmNi0zNGExLTQ0MTYtYTE0Ny03MDk5NDA1MjhjYmQ/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6ImZiY2I1NWM3LTI1MGMtNDNhYS05MTdmLWMyODY4Mjk3MzZjZSIsIndvcmtmbG93SWQiOiJhMGJmNTZjNi1jZmMwLTQxMzAtYjYyOS04ZGU5YjhjNzczYTciLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiNWFiMTAyNTgtY2FmZi00NDMyLWIwZTktMzAwMGUzOWViMjg4In0=?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvbG9jYXRpb25zL2NlbnRyYWx1c2V1YXAvb3BlcmF0aW9ucy9leUp3WVhKMGFYUnBiMjVKWkNJNkltWmlZMkkxTldNM0xUSTFNR010TkROaFlTMDVNVGRtTFdNeU9EWTRNamszTXpaalpTSXNJbmR2Y210bWJHOTNTV1FpT2lKaE1HSm1OVFpqTmkxalptTXdMVFF4TXpBdFlqWXlPUzA0WkdVNVlqaGpOemN6WVRjaUxDSjNiM0pyWm14dmQwOXdaWEpoZEdsdmJrbGtJam9pTldGaU1UQXlOVGd0WTJGbVppMDBORE15TFdJd1pUa3RNekF3TUdVek9XVmlNamc0SW4wPT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -3741,7 +3861,7 @@ "no-cache" ], "x-ms-request-id": [ - "c41313de-2718-43e4-be25-cc0af498bfa6" + "31a02305-6b60-4dae-ab52-f9046a4b2c39" ], "X-Content-Type-Options": [ "nosniff" @@ -3762,101 +3882,38 @@ "11979" ], "x-ms-correlation-request-id": [ - "7de68ae0-4afe-4b8b-8f83-8c9fbc50c24a" + "bee3ca55-0992-499d-bf88-ef3d77b59424" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T162407Z:7de68ae0-4afe-4b8b-8f83-8c9fbc50c24a" + "WESTUS:20200623T085443Z:bee3ca55-0992-499d-bf88-ef3d77b59424" ], "Date": [ - "Wed, 03 Jul 2019 16:24:07 GMT" + "Tue, 23 Jun 2020 08:54:43 GMT" ], "Content-Length": [ - "460" + "745" ], "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps2342/providers/microsoft.storagesync/storageSyncServices/sssps2459/workflow/40e08d27-3520-48b5-addf-088be3f2d7e1/operationresults/e257ccf6-34a1-4416-a147-709940528cbd\",\r\n \"name\": \"e257ccf6-34a1-4416-a147-709940528cbd\",\r\n \"status\": \"clearFileShareMetadata\",\r\n \"startTime\": \"2019-07-03T16:23:37.0268257Z\",\r\n \"endTime\": \"2019-07-03T16:23:40.2145078Z\",\r\n \"percentComplete\": null,\r\n \"error\": null,\r\n \"properties\": {}\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps2342/providers/microsoft.storagesync/storageSyncServices/sssps2459/workflows/40e08d27-3520-48b5-addf-088be3f2d7e1/operations/e257ccf6-34a1-4416-a147-709940528cbd?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzMjM0Mi9wcm92aWRlcnMvbWljcm9zb2Z0LnN0b3JhZ2VzeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMyNDU5L3dvcmtmbG93cy80MGUwOGQyNy0zNTIwLTQ4YjUtYWRkZi0wODhiZTNmMmQ3ZTEvb3BlcmF0aW9ucy9lMjU3Y2NmNi0zNGExLTQ0MTYtYTE0Ny03MDk5NDA1MjhjYmQ/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.27617.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-request-id": [ - "fb7e6b7f-a0f5-483c-afda-9fcf576cf9ae" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11978" - ], - "Server": [ - "Microsoft-IIS/10.0" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET" - ], - "x-ms-correlation-request-id": [ - "5c233797-afea-4b31-9f4b-0673634bef91" - ], - "x-ms-routing-request-id": [ - "WESTUS:20190703T162418Z:5c233797-afea-4b31-9f4b-0673634bef91" - ], - "Date": [ - "Wed, 03 Jul 2019 16:24:17 GMT" - ], - "Content-Length": [ - "460" - ], - "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps2342/providers/microsoft.storagesync/storageSyncServices/sssps2459/workflow/40e08d27-3520-48b5-addf-088be3f2d7e1/operationresults/e257ccf6-34a1-4416-a147-709940528cbd\",\r\n \"name\": \"e257ccf6-34a1-4416-a147-709940528cbd\",\r\n \"status\": \"clearFileShareMetadata\",\r\n \"startTime\": \"2019-07-03T16:23:37.0268257Z\",\r\n \"endTime\": \"2019-07-03T16:23:40.2145078Z\",\r\n \"percentComplete\": null,\r\n \"error\": null,\r\n \"properties\": {}\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6ImZiY2I1NWM3LTI1MGMtNDNhYS05MTdmLWMyODY4Mjk3MzZjZSIsIndvcmtmbG93SWQiOiJhMGJmNTZjNi1jZmMwLTQxMzAtYjYyOS04ZGU5YjhjNzczYTciLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiNWFiMTAyNTgtY2FmZi00NDMyLWIwZTktMzAwMGUzOWViMjg4In0=\",\r\n \"name\": \"eyJwYXJ0aXRpb25JZCI6ImZiY2I1NWM3LTI1MGMtNDNhYS05MTdmLWMyODY4Mjk3MzZjZSIsIndvcmtmbG93SWQiOiJhMGJmNTZjNi1jZmMwLTQxMzAtYjYyOS04ZGU5YjhjNzczYTciLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiNWFiMTAyNTgtY2FmZi00NDMyLWIwZTktMzAwMGUzOWViMjg4In0=\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2020-06-23T08:54:34.7088634Z\",\r\n \"endTime\": \"2020-06-23T08:54:40.3711934Z\",\r\n \"properties\": {}\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps2342/providers/microsoft.storagesync/storageSyncServices/sssps2459/workflows/40e08d27-3520-48b5-addf-088be3f2d7e1/operations/e257ccf6-34a1-4416-a147-709940528cbd?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzMjM0Mi9wcm92aWRlcnMvbWljcm9zb2Z0LnN0b3JhZ2VzeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMyNDU5L3dvcmtmbG93cy80MGUwOGQyNy0zNTIwLTQ4YjUtYWRkZi0wODhiZTNmMmQ3ZTEvb3BlcmF0aW9ucy9lMjU3Y2NmNi0zNGExLTQ0MTYtYTE0Ny03MDk5NDA1MjhjYmQ/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6ImZiY2I1NWM3LTI1MGMtNDNhYS05MTdmLWMyODY4Mjk3MzZjZSIsIndvcmtmbG93SWQiOiJiMTNkNGU0Yi1mNWNlLTQ0YmYtYmFiOC05YmE2YWRjMDMyNTkiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiY2FiMmIyY2ItZDRlOC00Y2NmLWEwNjgtZWUwMGQ3MmU3MzJkIn0=?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvbG9jYXRpb25zL2NlbnRyYWx1c2V1YXAvb3BlcmF0aW9ucy9leUp3WVhKMGFYUnBiMjVKWkNJNkltWmlZMkkxTldNM0xUSTFNR010TkROaFlTMDVNVGRtTFdNeU9EWTRNamszTXpaalpTSXNJbmR2Y210bWJHOTNTV1FpT2lKaU1UTmtOR1UwWWkxbU5XTmxMVFEwWW1ZdFltRmlPQzA1WW1FMllXUmpNRE15TlRraUxDSjNiM0pyWm14dmQwOXdaWEpoZEdsdmJrbGtJam9pWTJGaU1tSXlZMkl0WkRSbE9DMDBZMk5tTFdFd05qZ3RaV1V3TUdRM01tVTNNekprSW4wPT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -3867,7 +3924,7 @@ "no-cache" ], "x-ms-request-id": [ - "16a558a1-08b8-446f-b4db-1f005a3df5a9" + "e40dd13c-5da0-4626-9a13-982aa732753c" ], "X-Content-Type-Options": [ "nosniff" @@ -3888,38 +3945,38 @@ "11977" ], "x-ms-correlation-request-id": [ - "15007dca-98b5-4175-860b-491ad2db8285" + "6b136677-8735-4a89-831d-445764522378" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T162429Z:15007dca-98b5-4175-860b-491ad2db8285" + "WESTUS:20200623T085454Z:6b136677-8735-4a89-831d-445764522378" ], "Date": [ - "Wed, 03 Jul 2019 16:24:28 GMT" + "Tue, 23 Jun 2020 08:54:54 GMT" ], "Content-Length": [ - "446" + "744" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps2342/providers/microsoft.storagesync/storageSyncServices/sssps2459/workflow/40e08d27-3520-48b5-addf-088be3f2d7e1/operationresults/e257ccf6-34a1-4416-a147-709940528cbd\",\r\n \"name\": \"e257ccf6-34a1-4416-a147-709940528cbd\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2019-07-03T16:23:37.0268257Z\",\r\n \"endTime\": \"2019-07-03T16:24:26.654529Z\",\r\n \"percentComplete\": null,\r\n \"error\": null,\r\n \"properties\": {}\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6ImZiY2I1NWM3LTI1MGMtNDNhYS05MTdmLWMyODY4Mjk3MzZjZSIsIndvcmtmbG93SWQiOiJiMTNkNGU0Yi1mNWNlLTQ0YmYtYmFiOC05YmE2YWRjMDMyNTkiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiY2FiMmIyY2ItZDRlOC00Y2NmLWEwNjgtZWUwMGQ3MmU3MzJkIn0=\",\r\n \"name\": \"eyJwYXJ0aXRpb25JZCI6ImZiY2I1NWM3LTI1MGMtNDNhYS05MTdmLWMyODY4Mjk3MzZjZSIsIndvcmtmbG93SWQiOiJiMTNkNGU0Yi1mNWNlLTQ0YmYtYmFiOC05YmE2YWRjMDMyNTkiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiY2FiMmIyY2ItZDRlOC00Y2NmLWEwNjgtZWUwMGQ3MmU3MzJkIn0=\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2020-06-23T08:54:44.571565Z\",\r\n \"endTime\": \"2020-06-23T08:54:48.4740142Z\",\r\n \"properties\": {}\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps2342/providers/microsoft.storagesync/storageSyncServices/sssps2459/workflows/40e08d27-3520-48b5-addf-088be3f2d7e1/operationresults/e257ccf6-34a1-4416-a147-709940528cbd?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzMjM0Mi9wcm92aWRlcnMvbWljcm9zb2Z0LnN0b3JhZ2VzeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMyNDU5L3dvcmtmbG93cy80MGUwOGQyNy0zNTIwLTQ4YjUtYWRkZi0wODhiZTNmMmQ3ZTEvb3BlcmF0aW9ucmVzdWx0cy9lMjU3Y2NmNi0zNGExLTQ0MTYtYTE0Ny03MDk5NDA1MjhjYmQ/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6ImZiY2I1NWM3LTI1MGMtNDNhYS05MTdmLWMyODY4Mjk3MzZjZSIsIndvcmtmbG93SWQiOiJiMTNkNGU0Yi1mNWNlLTQ0YmYtYmFiOC05YmE2YWRjMDMyNTkiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiY2FiMmIyY2ItZDRlOC00Y2NmLWEwNjgtZWUwMGQ3MmU3MzJkIn0=?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvbG9jYXRpb25zL2NlbnRyYWx1c2V1YXAvb3BlcmF0aW9ucmVzdWx0cy9leUp3WVhKMGFYUnBiMjVKWkNJNkltWmlZMkkxTldNM0xUSTFNR010TkROaFlTMDVNVGRtTFdNeU9EWTRNamszTXpaalpTSXNJbmR2Y210bWJHOTNTV1FpT2lKaU1UTmtOR1UwWWkxbU5XTmxMVFEwWW1ZdFltRmlPQzA1WW1FMllXUmpNRE15TlRraUxDSjNiM0pyWm14dmQwOXdaWEpoZEdsdmJrbGtJam9pWTJGaU1tSXlZMkl0WkRSbE9DMDBZMk5tTFdFd05qZ3RaV1V3TUdRM01tVTNNekprSW4wPT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -3930,7 +3987,7 @@ "no-cache" ], "x-ms-request-id": [ - "9ff6ca43-ddae-4290-bfd7-f18835cbcf81" + "5a72dfb4-37d6-4dcc-bfee-375561bcb58b" ], "X-Content-Type-Options": [ "nosniff" @@ -3951,13 +4008,13 @@ "11976" ], "x-ms-correlation-request-id": [ - "110f4fc5-6b9e-443f-b607-3c2d978f8b28" + "a17f6a51-b9f2-479c-9473-21262bdc0928" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T162429Z:110f4fc5-6b9e-443f-b607-3c2d978f8b28" + "WESTUS:20200623T085454Z:a17f6a51-b9f2-479c-9473-21262bdc0928" ], "Date": [ - "Wed, 03 Jul 2019 16:24:28 GMT" + "Tue, 23 Jun 2020 08:54:54 GMT" ], "Expires": [ "-1" @@ -3970,16 +4027,16 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps2342/providers/microsoft.storagesync/storageSyncServices/sssps2459/workflows/9cc074aa-c03f-4d48-9843-1acdb83099b8/operations/0c530de2-55d1-446d-812f-c72930c17b25?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzMjM0Mi9wcm92aWRlcnMvbWljcm9zb2Z0LnN0b3JhZ2VzeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMyNDU5L3dvcmtmbG93cy85Y2MwNzRhYS1jMDNmLTRkNDgtOTg0My0xYWNkYjgzMDk5Yjgvb3BlcmF0aW9ucy8wYzUzMGRlMi01NWQxLTQ0NmQtODEyZi1jNzI5MzBjMTdiMjU/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6ImZiY2I1NWM3LTI1MGMtNDNhYS05MTdmLWMyODY4Mjk3MzZjZSIsIndvcmtmbG93SWQiOiIyYzU0ZWE2Yy0wYWI0LTQxNzUtOWE2MS1mY2JhNWJjYTUxMzUiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiM2RhZWJlZDctMjQxZS00MjM3LWI5MTEtOGQ4MTAwNjcyMDczIn0=?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvbG9jYXRpb25zL2NlbnRyYWx1c2V1YXAvb3BlcmF0aW9ucy9leUp3WVhKMGFYUnBiMjVKWkNJNkltWmlZMkkxTldNM0xUSTFNR010TkROaFlTMDVNVGRtTFdNeU9EWTRNamszTXpaalpTSXNJbmR2Y210bWJHOTNTV1FpT2lJeVl6VTBaV0UyWXkwd1lXSTBMVFF4TnpVdE9XRTJNUzFtWTJKaE5XSmpZVFV4TXpVaUxDSjNiM0pyWm14dmQwOXdaWEpoZEdsdmJrbGtJam9pTTJSaFpXSmxaRGN0TWpReFpTMDBNak0zTFdJNU1URXRPR1E0TVRBd05qY3lNRGN6SW4wPT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -3990,7 +4047,7 @@ "no-cache" ], "x-ms-request-id": [ - "2177d2eb-8d81-4107-a38f-f99b75e5ea79" + "496055ca-8aed-4c0d-8eb9-7d5680cdff4b" ], "X-Content-Type-Options": [ "nosniff" @@ -4008,41 +4065,41 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11998" + "11974" ], "x-ms-correlation-request-id": [ - "7248ee09-9823-4def-b8ad-d455de5e66f3" + "af3d7e72-44e8-47d5-9758-82cb48c51b0e" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T162441Z:7248ee09-9823-4def-b8ad-d455de5e66f3" + "WESTUS:20200623T085505Z:af3d7e72-44e8-47d5-9758-82cb48c51b0e" ], "Date": [ - "Wed, 03 Jul 2019 16:24:40 GMT" + "Tue, 23 Jun 2020 08:55:05 GMT" ], "Content-Length": [ - "447" + "745" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps2342/providers/microsoft.storagesync/storageSyncServices/sssps2459/workflow/9cc074aa-c03f-4d48-9843-1acdb83099b8/operationresults/0c530de2-55d1-446d-812f-c72930c17b25\",\r\n \"name\": \"0c530de2-55d1-446d-812f-c72930c17b25\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2019-07-03T16:24:30.8666836Z\",\r\n \"endTime\": \"2019-07-03T16:24:36.4182116Z\",\r\n \"percentComplete\": null,\r\n \"error\": null,\r\n \"properties\": {}\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6ImZiY2I1NWM3LTI1MGMtNDNhYS05MTdmLWMyODY4Mjk3MzZjZSIsIndvcmtmbG93SWQiOiIyYzU0ZWE2Yy0wYWI0LTQxNzUtOWE2MS1mY2JhNWJjYTUxMzUiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiM2RhZWJlZDctMjQxZS00MjM3LWI5MTEtOGQ4MTAwNjcyMDczIn0=\",\r\n \"name\": \"eyJwYXJ0aXRpb25JZCI6ImZiY2I1NWM3LTI1MGMtNDNhYS05MTdmLWMyODY4Mjk3MzZjZSIsIndvcmtmbG93SWQiOiIyYzU0ZWE2Yy0wYWI0LTQxNzUtOWE2MS1mY2JhNWJjYTUxMzUiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiM2RhZWJlZDctMjQxZS00MjM3LWI5MTEtOGQ4MTAwNjcyMDczIn0=\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2020-06-23T08:54:56.6818198Z\",\r\n \"endTime\": \"2020-06-23T08:55:01.2849513Z\",\r\n \"properties\": {}\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps2342/providers/microsoft.storagesync/storageSyncServices/sssps2459/workflows/5641397a-228e-46d4-8d6b-ad12dc18013e/operations/16bc499b-af45-4793-8bf3-db8b9e6217c1?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzMjM0Mi9wcm92aWRlcnMvbWljcm9zb2Z0LnN0b3JhZ2VzeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMyNDU5L3dvcmtmbG93cy81NjQxMzk3YS0yMjhlLTQ2ZDQtOGQ2Yi1hZDEyZGMxODAxM2Uvb3BlcmF0aW9ucy8xNmJjNDk5Yi1hZjQ1LTQ3OTMtOGJmMy1kYjhiOWU2MjE3YzE/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6ImZiY2I1NWM3LTI1MGMtNDNhYS05MTdmLWMyODY4Mjk3MzZjZSIsIndvcmtmbG93SWQiOiJjNjI1MzA5NS04YmFkLTQyNjUtYjMyOC03MzJiYjA5NWNhNjAiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiYzRmNGFlMTAtODE1Yy00ZmNhLThjNjktMDkzMzRhM2M3YWI1In0=?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvbG9jYXRpb25zL2NlbnRyYWx1c2V1YXAvb3BlcmF0aW9ucy9leUp3WVhKMGFYUnBiMjVKWkNJNkltWmlZMkkxTldNM0xUSTFNR010TkROaFlTMDVNVGRtTFdNeU9EWTRNamszTXpaalpTSXNJbmR2Y210bWJHOTNTV1FpT2lKak5qSTFNekE1TlMwNFltRmtMVFF5TmpVdFlqTXlPQzAzTXpKaVlqQTVOV05oTmpBaUxDSjNiM0pyWm14dmQwOXdaWEpoZEdsdmJrbGtJam9pWXpSbU5HRmxNVEF0T0RFMVl5MDBabU5oTFRoak5qa3RNRGt6TXpSaE0yTTNZV0kxSW4wPT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -4053,7 +4110,7 @@ "no-cache" ], "x-ms-request-id": [ - "a7050e76-055c-4577-a684-7aa665bbecb5" + "96d940bf-724a-4ec8-b1ee-81441c5ff937" ], "X-Content-Type-Options": [ "nosniff" @@ -4071,41 +4128,41 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11996" + "11972" ], "x-ms-correlation-request-id": [ - "cf5ee927-8907-484e-91f9-f8a8eb939f42" + "a2ea75b1-bb57-4baa-b82b-feb08e683678" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T162452Z:cf5ee927-8907-484e-91f9-f8a8eb939f42" + "WESTUS:20200623T085516Z:a2ea75b1-bb57-4baa-b82b-feb08e683678" ], "Date": [ - "Wed, 03 Jul 2019 16:24:51 GMT" + "Tue, 23 Jun 2020 08:55:15 GMT" ], "Content-Length": [ - "447" + "745" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps2342/providers/microsoft.storagesync/storageSyncServices/sssps2459/workflow/5641397a-228e-46d4-8d6b-ad12dc18013e/operationresults/16bc499b-af45-4793-8bf3-db8b9e6217c1\",\r\n \"name\": \"16bc499b-af45-4793-8bf3-db8b9e6217c1\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2019-07-03T16:24:42.6352369Z\",\r\n \"endTime\": \"2019-07-03T16:24:46.4635151Z\",\r\n \"percentComplete\": null,\r\n \"error\": null,\r\n \"properties\": {}\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6ImZiY2I1NWM3LTI1MGMtNDNhYS05MTdmLWMyODY4Mjk3MzZjZSIsIndvcmtmbG93SWQiOiJjNjI1MzA5NS04YmFkLTQyNjUtYjMyOC03MzJiYjA5NWNhNjAiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiYzRmNGFlMTAtODE1Yy00ZmNhLThjNjktMDkzMzRhM2M3YWI1In0=\",\r\n \"name\": \"eyJwYXJ0aXRpb25JZCI6ImZiY2I1NWM3LTI1MGMtNDNhYS05MTdmLWMyODY4Mjk3MzZjZSIsIndvcmtmbG93SWQiOiJjNjI1MzA5NS04YmFkLTQyNjUtYjMyOC03MzJiYjA5NWNhNjAiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiYzRmNGFlMTAtODE1Yy00ZmNhLThjNjktMDkzMzRhM2M3YWI1In0=\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2020-06-23T08:55:06.9000255Z\",\r\n \"endTime\": \"2020-06-23T08:55:10.6793673Z\",\r\n \"properties\": {}\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps2342/providers/microsoft.storagesync/storageSyncServices/sssps2459/workflows/5641397a-228e-46d4-8d6b-ad12dc18013e/operationresults/16bc499b-af45-4793-8bf3-db8b9e6217c1?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzMjM0Mi9wcm92aWRlcnMvbWljcm9zb2Z0LnN0b3JhZ2VzeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMyNDU5L3dvcmtmbG93cy81NjQxMzk3YS0yMjhlLTQ2ZDQtOGQ2Yi1hZDEyZGMxODAxM2Uvb3BlcmF0aW9ucmVzdWx0cy8xNmJjNDk5Yi1hZjQ1LTQ3OTMtOGJmMy1kYjhiOWU2MjE3YzE/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6ImZiY2I1NWM3LTI1MGMtNDNhYS05MTdmLWMyODY4Mjk3MzZjZSIsIndvcmtmbG93SWQiOiJjNjI1MzA5NS04YmFkLTQyNjUtYjMyOC03MzJiYjA5NWNhNjAiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiYzRmNGFlMTAtODE1Yy00ZmNhLThjNjktMDkzMzRhM2M3YWI1In0=?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvbG9jYXRpb25zL2NlbnRyYWx1c2V1YXAvb3BlcmF0aW9ucmVzdWx0cy9leUp3WVhKMGFYUnBiMjVKWkNJNkltWmlZMkkxTldNM0xUSTFNR010TkROaFlTMDVNVGRtTFdNeU9EWTRNamszTXpaalpTSXNJbmR2Y210bWJHOTNTV1FpT2lKak5qSTFNekE1TlMwNFltRmtMVFF5TmpVdFlqTXlPQzAzTXpKaVlqQTVOV05oTmpBaUxDSjNiM0pyWm14dmQwOXdaWEpoZEdsdmJrbGtJam9pWXpSbU5HRmxNVEF0T0RFMVl5MDBabU5oTFRoak5qa3RNRGt6TXpSaE0yTTNZV0kxSW4wPT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -4116,7 +4173,7 @@ "no-cache" ], "x-ms-request-id": [ - "ef38698b-2b29-4322-8ad6-0caeb670c5b5" + "18bb6641-c54e-4b5d-ab70-fd97b192f03a" ], "X-Content-Type-Options": [ "nosniff" @@ -4134,16 +4191,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11995" + "11971" ], "x-ms-correlation-request-id": [ - "32c02c65-2dbc-4217-b890-131dc6d16a2d" + "1b9acecb-f6bd-4080-bda7-3713b67b7417" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T162452Z:32c02c65-2dbc-4217-b890-131dc6d16a2d" + "WESTUS:20200623T085516Z:1b9acecb-f6bd-4080-bda7-3713b67b7417" ], "Date": [ - "Wed, 03 Jul 2019 16:24:52 GMT" + "Tue, 23 Jun 2020 08:55:16 GMT" ], "Expires": [ "-1" @@ -4156,16 +4213,22 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps2342/providers/microsoft.storagesync/storageSyncServices/sssps2459/workflows/904165be-d06c-43bf-8a5e-d390f79d6fc5/operations/92942fcf-1d39-4b9f-b28a-bf832d64efa5?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzMjM0Mi9wcm92aWRlcnMvbWljcm9zb2Z0LnN0b3JhZ2VzeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMyNDU5L3dvcmtmbG93cy85MDQxNjViZS1kMDZjLTQzYmYtOGE1ZS1kMzkwZjc5ZDZmYzUvb3BlcmF0aW9ucy85Mjk0MmZjZi0xZDM5LTRiOWYtYjI4YS1iZjgzMmQ2NGVmYTU/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", - "RequestMethod": "GET", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps8790/providers/Microsoft.StorageSync/storageSyncServices/sssps3934/syncGroups/sgps6916?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzODc5MC9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMzOTM0L3N5bmNHcm91cHMvc2dwczY5MTY/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", + "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { + "x-ms-client-request-id": [ + "3cd98d58-6f14-4c1b-a5da-73f051659b68" + ], + "Accept-Language": [ + "en-US" + ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -4176,7 +4239,7 @@ "no-cache" ], "x-ms-request-id": [ - "0f91476b-bc38-43a0-81e4-07f5de9c8547" + "c453f6b9-09c3-437a-959d-e79698e6259b" ], "X-Content-Type-Options": [ "nosniff" @@ -4193,42 +4256,45 @@ "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11993" + "x-ms-ratelimit-remaining-subscription-deletes": [ + "14996" ], "x-ms-correlation-request-id": [ - "27b5b3f9-07d8-41e3-afe2-20ed03c08cd8" + "8c5d3575-f1aa-4c6f-aa9f-5016f3966dda" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T162503Z:27b5b3f9-07d8-41e3-afe2-20ed03c08cd8" + "WESTUS:20200623T085517Z:8c5d3575-f1aa-4c6f-aa9f-5016f3966dda" ], "Date": [ - "Wed, 03 Jul 2019 16:25:03 GMT" - ], - "Content-Length": [ - "446" - ], - "Content-Type": [ - "application/json; charset=utf-8" + "Tue, 23 Jun 2020 08:55:16 GMT" ], "Expires": [ "-1" + ], + "Content-Length": [ + "0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps2342/providers/microsoft.storagesync/storageSyncServices/sssps2459/workflow/904165be-d06c-43bf-8a5e-d390f79d6fc5/operationresults/92942fcf-1d39-4b9f-b28a-bf832d64efa5\",\r\n \"name\": \"92942fcf-1d39-4b9f-b28a-bf832d64efa5\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2019-07-03T16:24:53.555621Z\",\r\n \"endTime\": \"2019-07-03T16:25:00.6847356Z\",\r\n \"percentComplete\": null,\r\n \"error\": null,\r\n \"properties\": {}\r\n}", + "ResponseBody": "", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps2342/providers/microsoft.storagesync/storageSyncServices/sssps2459/workflows/a5fa4a98-c955-4340-95cd-68c2ac47b284/operations/f3330d5f-58e5-4574-a3bf-8cacc529d8e2?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzMjM0Mi9wcm92aWRlcnMvbWljcm9zb2Z0LnN0b3JhZ2VzeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMyNDU5L3dvcmtmbG93cy9hNWZhNGE5OC1jOTU1LTQzNDAtOTVjZC02OGMyYWM0N2IyODQvb3BlcmF0aW9ucy9mMzMzMGQ1Zi01OGU1LTQ1NzQtYTNiZi04Y2FjYzUyOWQ4ZTI/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", - "RequestMethod": "GET", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps8790/providers/Microsoft.StorageSync/storageSyncServices/sssps3934?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzODc5MC9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMzOTM0P2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", + "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { + "x-ms-client-request-id": [ + "eed38837-7dad-4169-82b0-e1fdbf78542c" + ], + "Accept-Language": [ + "en-US" + ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -4238,71 +4304,17 @@ "Pragma": [ "no-cache" ], - "x-ms-request-id": [ - "06dca5b4-0440-4835-af53-26dfa46a3726" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Server": [ - "Microsoft-IIS/10.0" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11991" - ], - "x-ms-correlation-request-id": [ - "871d5a65-3785-4cce-81a7-7d5743950706" - ], - "x-ms-routing-request-id": [ - "WESTUS:20190703T162516Z:871d5a65-3785-4cce-81a7-7d5743950706" - ], - "Date": [ - "Wed, 03 Jul 2019 16:25:16 GMT" - ], - "Content-Length": [ - "447" - ], - "Content-Type": [ - "application/json; charset=utf-8" + "Location": [ + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6ImZiY2I1NWM3LTI1MGMtNDNhYS05MTdmLWMyODY4Mjk3MzZjZSIsIndvcmtmbG93SWQiOiI3MjM2Mzg4OC1kMjk0LTQzMGUtYTJkNC0yMTU4Mzg4ZTViMjciLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiYWE1NTI1NGItYzQzMC00MmIxLThmNjUtOThmZjE3MjdlZTc5In0=?api-version=2020-03-01" ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps2342/providers/microsoft.storagesync/storageSyncServices/sssps2459/workflow/a5fa4a98-c955-4340-95cd-68c2ac47b284/operationresults/f3330d5f-58e5-4574-a3bf-8cacc529d8e2\",\r\n \"name\": \"f3330d5f-58e5-4574-a3bf-8cacc529d8e2\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2019-07-03T16:25:04.8179532Z\",\r\n \"endTime\": \"2019-07-03T16:25:08.7184592Z\",\r\n \"percentComplete\": null,\r\n \"error\": null,\r\n \"properties\": {}\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps2342/providers/microsoft.storagesync/storageSyncServices/sssps2459/workflows/a5fa4a98-c955-4340-95cd-68c2ac47b284/operationresults/f3330d5f-58e5-4574-a3bf-8cacc529d8e2?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzMjM0Mi9wcm92aWRlcnMvbWljcm9zb2Z0LnN0b3JhZ2VzeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMyNDU5L3dvcmtmbG93cy9hNWZhNGE5OC1jOTU1LTQzNDAtOTVjZC02OGMyYWM0N2IyODQvb3BlcmF0aW9ucmVzdWx0cy9mMzMzMGQ1Zi01OGU1LTQ1NzQtYTNiZi04Y2FjYzUyOWQ4ZTI/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.27617.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" + "Retry-After": [ + "10" ], - "Pragma": [ - "no-cache" + "Azure-AsyncOperation": [ + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6ImZiY2I1NWM3LTI1MGMtNDNhYS05MTdmLWMyODY4Mjk3MzZjZSIsIndvcmtmbG93SWQiOiI3MjM2Mzg4OC1kMjk0LTQzMGUtYTJkNC0yMTU4Mzg4ZTViMjciLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiYWE1NTI1NGItYzQzMC00MmIxLThmNjUtOThmZjE3MjdlZTc5In0=?api-version=2020-03-01" ], "x-ms-request-id": [ - "a3a08ecb-3105-4082-b23b-cb1966dfbe17" + "c88ee5c0-6616-45b5-b0ef-71dc1ca028cd" ], "X-Content-Type-Options": [ "nosniff" @@ -4319,17 +4331,17 @@ "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11990" + "x-ms-ratelimit-remaining-subscription-deletes": [ + "14995" ], "x-ms-correlation-request-id": [ - "e7e11aa5-f0e9-4297-a6ed-c7b02b127482" + "c5e7948b-3b45-472c-b652-6b555805e56a" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T162517Z:e7e11aa5-f0e9-4297-a6ed-c7b02b127482" + "WESTUS:20200623T085517Z:c5e7948b-3b45-472c-b652-6b555805e56a" ], "Date": [ - "Wed, 03 Jul 2019 16:25:16 GMT" + "Tue, 23 Jun 2020 08:55:17 GMT" ], "Expires": [ "-1" @@ -4339,25 +4351,19 @@ ] }, "ResponseBody": "", - "StatusCode": 200 + "StatusCode": 202 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps2342/providers/Microsoft.StorageSync/storageSyncServices/sssps2459/syncGroups/sgps9960?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzMjM0Mi9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMyNDU5L3N5bmNHcm91cHMvc2dwczk5NjA/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", - "RequestMethod": "DELETE", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6ImZiY2I1NWM3LTI1MGMtNDNhYS05MTdmLWMyODY4Mjk3MzZjZSIsIndvcmtmbG93SWQiOiI3MjM2Mzg4OC1kMjk0LTQzMGUtYTJkNC0yMTU4Mzg4ZTViMjciLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiYWE1NTI1NGItYzQzMC00MmIxLThmNjUtOThmZjE3MjdlZTc5In0=?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvbG9jYXRpb25zL2NlbnRyYWx1c2V1YXAvb3BlcmF0aW9ucy9leUp3WVhKMGFYUnBiMjVKWkNJNkltWmlZMkkxTldNM0xUSTFNR010TkROaFlTMDVNVGRtTFdNeU9EWTRNamszTXpaalpTSXNJbmR2Y210bWJHOTNTV1FpT2lJM01qTTJNemc0T0Mxa01qazBMVFF6TUdVdFlUSmtOQzB5TVRVNE16ZzRaVFZpTWpjaUxDSjNiM0pyWm14dmQwOXdaWEpoZEdsdmJrbGtJam9pWVdFMU5USTFOR0l0WXpRek1DMDBNbUl4TFRobU5qVXRPVGhtWmpFM01qZGxaVGM1SW4wPT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { - "x-ms-client-request-id": [ - "458b2396-1b65-4cb8-967f-7739f34c39a1" - ], - "Accept-Language": [ - "en-US" - ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -4368,7 +4374,7 @@ "no-cache" ], "x-ms-request-id": [ - "931937e1-d3c7-4a21-9342-861494f09a3a" + "0347177d-cbde-41e1-a096-0ef3128558be" ], "X-Content-Type-Options": [ "nosniff" @@ -4385,45 +4391,42 @@ "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-deletes": [ - "14997" + "x-ms-ratelimit-remaining-subscription-reads": [ + "11970" ], "x-ms-correlation-request-id": [ - "25dd4b60-44b1-46a6-bee1-f155ad4e796e" + "e773b3f7-b37c-43cb-9a68-3d67704b2449" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T162518Z:25dd4b60-44b1-46a6-bee1-f155ad4e796e" + "WESTUS:20200623T085527Z:e773b3f7-b37c-43cb-9a68-3d67704b2449" ], "Date": [ - "Wed, 03 Jul 2019 16:25:17 GMT" + "Tue, 23 Jun 2020 08:55:27 GMT" + ], + "Content-Length": [ + "745" + ], + "Content-Type": [ + "application/json" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, - "ResponseBody": "", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6ImZiY2I1NWM3LTI1MGMtNDNhYS05MTdmLWMyODY4Mjk3MzZjZSIsIndvcmtmbG93SWQiOiI3MjM2Mzg4OC1kMjk0LTQzMGUtYTJkNC0yMTU4Mzg4ZTViMjciLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiYWE1NTI1NGItYzQzMC00MmIxLThmNjUtOThmZjE3MjdlZTc5In0=\",\r\n \"name\": \"eyJwYXJ0aXRpb25JZCI6ImZiY2I1NWM3LTI1MGMtNDNhYS05MTdmLWMyODY4Mjk3MzZjZSIsIndvcmtmbG93SWQiOiI3MjM2Mzg4OC1kMjk0LTQzMGUtYTJkNC0yMTU4Mzg4ZTViMjciLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiYWE1NTI1NGItYzQzMC00MmIxLThmNjUtOThmZjE3MjdlZTc5In0=\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2020-06-23T08:55:17.9000456Z\",\r\n \"endTime\": \"2020-06-23T08:55:23.6048291Z\",\r\n \"properties\": {}\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps2342/providers/Microsoft.StorageSync/storageSyncServices/sssps2459?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzMjM0Mi9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMyNDU5P2FwaS12ZXJzaW9uPTIwMTktMDMtMDE=", - "RequestMethod": "DELETE", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6ImZiY2I1NWM3LTI1MGMtNDNhYS05MTdmLWMyODY4Mjk3MzZjZSIsIndvcmtmbG93SWQiOiI3MjM2Mzg4OC1kMjk0LTQzMGUtYTJkNC0yMTU4Mzg4ZTViMjciLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiYWE1NTI1NGItYzQzMC00MmIxLThmNjUtOThmZjE3MjdlZTc5In0=?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvbG9jYXRpb25zL2NlbnRyYWx1c2V1YXAvb3BlcmF0aW9ucmVzdWx0cy9leUp3WVhKMGFYUnBiMjVKWkNJNkltWmlZMkkxTldNM0xUSTFNR010TkROaFlTMDVNVGRtTFdNeU9EWTRNamszTXpaalpTSXNJbmR2Y210bWJHOTNTV1FpT2lJM01qTTJNemc0T0Mxa01qazBMVFF6TUdVdFlUSmtOQzB5TVRVNE16ZzRaVFZpTWpjaUxDSjNiM0pyWm14dmQwOXdaWEpoZEdsdmJrbGtJam9pWVdFMU5USTFOR0l0WXpRek1DMDBNbUl4TFRobU5qVXRPVGhtWmpFM01qZGxaVGM1SW4wPT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { - "x-ms-client-request-id": [ - "2378dd81-3298-4019-b44f-ce86918972da" - ], - "Accept-Language": [ - "en-US" - ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -4434,7 +4437,7 @@ "no-cache" ], "x-ms-request-id": [ - "9869c982-f906-4390-8e49-7ab2569fd068" + "5e9d9542-515b-4096-91c2-a4f5dd68971b" ], "X-Content-Type-Options": [ "nosniff" @@ -4451,17 +4454,17 @@ "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-deletes": [ - "14996" + "x-ms-ratelimit-remaining-subscription-reads": [ + "11969" ], "x-ms-correlation-request-id": [ - "998ed1b0-a5d9-44c6-9e1e-81ef0ce87cc8" + "969ac13f-689b-47e3-b09c-b66fafa795b3" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T162518Z:998ed1b0-a5d9-44c6-9e1e-81ef0ce87cc8" + "WESTUS:20200623T085528Z:969ac13f-689b-47e3-b09c-b66fafa795b3" ], "Date": [ - "Wed, 03 Jul 2019 16:25:18 GMT" + "Tue, 23 Jun 2020 08:55:27 GMT" ], "Expires": [ "-1" @@ -4474,22 +4477,22 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps2342/providers/Microsoft.Storage/storageAccounts/saps2846?api-version=2017-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzMjM0Mi9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2Uvc3RvcmFnZUFjY291bnRzL3NhcHMyODQ2P2FwaS12ZXJzaW9uPTIwMTctMTAtMDE=", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps8790/providers/Microsoft.Storage/storageAccounts/saps9966?api-version=2017-10-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzODc5MC9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2Uvc3RvcmFnZUFjY291bnRzL3NhcHM5OTY2P2FwaS12ZXJzaW9uPTIwMTctMTAtMDE=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "5cc2e432-eb21-4ba1-a62f-32da09d9d9e1" + "d6c67002-6a3a-4cd9-b1cc-48b8334ee550" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Storage.Version2017.10.01.StorageManagementClient/1.3.0" + "Microsoft.Azure.Management.Storage.Version2017.10.01.StorageManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -4500,7 +4503,7 @@ "no-cache" ], "x-ms-request-id": [ - "631830a5-e1d5-4a0c-ba16-b74f265dc2c2" + "3e505ab5-c846-4b36-a6db-c89b5dfee36f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4509,19 +4512,19 @@ "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-deletes": [ - "14998" + "14999" ], "x-ms-correlation-request-id": [ - "73f0b958-7a49-48ce-95b5-593b7d3ebbfd" + "915119ec-a26a-4d5e-85aa-700eba9d4e91" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T162521Z:73f0b958-7a49-48ce-95b5-593b7d3ebbfd" + "WESTUS:20200623T085532Z:915119ec-a26a-4d5e-85aa-700eba9d4e91" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 16:25:20 GMT" + "Tue, 23 Jun 2020 08:55:32 GMT" ], "Content-Type": [ "text/plain; charset=utf-8" @@ -4537,22 +4540,22 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps2342/providers/Microsoft.StorageSync/storageSyncServices?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzMjM0Mi9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXM/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps8790/providers/Microsoft.StorageSync/storageSyncServices?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzODc5MC9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXM/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "33b1be4b-6071-499a-8ab3-9cd18eb79fbd" + "198d3d2b-7a9d-4ce0-82f5-08e42e4d36c3" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -4563,16 +4566,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11975" + "11999" ], "x-ms-request-id": [ - "4bd90d3c-7e67-4a6e-a565-69060018d30d" + "5273775b-9810-4cb3-a984-d8aa3fb10a73" ], "x-ms-correlation-request-id": [ - "4bd90d3c-7e67-4a6e-a565-69060018d30d" + "5273775b-9810-4cb3-a984-d8aa3fb10a73" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T162521Z:4bd90d3c-7e67-4a6e-a565-69060018d30d" + "WESTUS:20200623T085532Z:5273775b-9810-4cb3-a984-d8aa3fb10a73" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4581,7 +4584,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 16:25:20 GMT" + "Tue, 23 Jun 2020 08:55:32 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -4597,22 +4600,22 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourcegroups/ps2342?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlZ3JvdXBzL3BzMjM0Mj9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourcegroups/ps8790?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlZ3JvdXBzL3BzODc5MD9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "992bfdff-a15f-4430-b540-1eae7546a12e" + "9afafdf4-00d9-4072-a44d-f081c92cc9b6" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -4623,7 +4626,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzIzNDItV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzg3OTAtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" ], "Retry-After": [ "15" @@ -4632,13 +4635,13 @@ "14999" ], "x-ms-request-id": [ - "4a075840-3b9c-4236-898d-baee19687128" + "ec28f0ef-3eee-4cc3-86c0-d7b668a4a3db" ], "x-ms-correlation-request-id": [ - "4a075840-3b9c-4236-898d-baee19687128" + "ec28f0ef-3eee-4cc3-86c0-d7b668a4a3db" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T162522Z:4a075840-3b9c-4236-898d-baee19687128" + "WESTUS:20200623T085533Z:ec28f0ef-3eee-4cc3-86c0-d7b668a4a3db" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4647,7 +4650,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 16:25:21 GMT" + "Tue, 23 Jun 2020 08:55:32 GMT" ], "Expires": [ "-1" @@ -4660,16 +4663,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzIzNDItV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpJek5ESXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzg3OTAtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpnM09UQXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -4680,7 +4683,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzIzNDItV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzg3OTAtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" ], "Retry-After": [ "15" @@ -4689,13 +4692,13 @@ "11999" ], "x-ms-request-id": [ - "43c6cf45-a70c-4e27-8752-e7ca3b3750bb" + "e81bddbe-2742-4b93-a060-42940b588466" ], "x-ms-correlation-request-id": [ - "43c6cf45-a70c-4e27-8752-e7ca3b3750bb" + "e81bddbe-2742-4b93-a060-42940b588466" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T162537Z:43c6cf45-a70c-4e27-8752-e7ca3b3750bb" + "WESTUS:20200623T085548Z:e81bddbe-2742-4b93-a060-42940b588466" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4704,7 +4707,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 16:25:36 GMT" + "Tue, 23 Jun 2020 08:55:47 GMT" ], "Expires": [ "-1" @@ -4717,16 +4720,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzIzNDItV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpJek5ESXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzg3OTAtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpnM09UQXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -4737,7 +4740,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzIzNDItV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzg3OTAtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" ], "Retry-After": [ "15" @@ -4746,13 +4749,13 @@ "11998" ], "x-ms-request-id": [ - "c9e032ff-7d95-420f-bfe7-d970afdd90d4" + "a246b5e3-c6fb-4349-9d29-1a08f2e14f54" ], "x-ms-correlation-request-id": [ - "c9e032ff-7d95-420f-bfe7-d970afdd90d4" + "a246b5e3-c6fb-4349-9d29-1a08f2e14f54" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T162552Z:c9e032ff-7d95-420f-bfe7-d970afdd90d4" + "WESTUS:20200623T085603Z:a246b5e3-c6fb-4349-9d29-1a08f2e14f54" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4761,7 +4764,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 16:25:51 GMT" + "Tue, 23 Jun 2020 08:56:03 GMT" ], "Expires": [ "-1" @@ -4774,16 +4777,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzIzNDItV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpJek5ESXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzg3OTAtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpnM09UQXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -4797,13 +4800,13 @@ "11997" ], "x-ms-request-id": [ - "e776dc25-13bc-45b3-9093-6d094fd66583" + "e180a949-ace2-4627-b9a7-aea13ac52541" ], "x-ms-correlation-request-id": [ - "e776dc25-13bc-45b3-9093-6d094fd66583" + "e180a949-ace2-4627-b9a7-aea13ac52541" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T162607Z:e776dc25-13bc-45b3-9093-6d094fd66583" + "WESTUS:20200623T085618Z:e180a949-ace2-4627-b9a7-aea13ac52541" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4812,7 +4815,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 16:26:07 GMT" + "Tue, 23 Jun 2020 08:56:18 GMT" ], "Expires": [ "-1" @@ -4825,16 +4828,16 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzIzNDItV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpJek5ESXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzg3OTAtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpnM09UQXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -4848,13 +4851,13 @@ "11996" ], "x-ms-request-id": [ - "a4e90da5-2965-4bc0-b06f-20d4ab83264b" + "47363e64-c9fa-40c3-ac60-f7e666691193" ], "x-ms-correlation-request-id": [ - "a4e90da5-2965-4bc0-b06f-20d4ab83264b" + "47363e64-c9fa-40c3-ac60-f7e666691193" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T162607Z:a4e90da5-2965-4bc0-b06f-20d4ab83264b" + "WESTUS:20200623T085618Z:47363e64-c9fa-40c3-ac60-f7e666691193" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4863,7 +4866,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 16:26:07 GMT" + "Tue, 23 Jun 2020 08:56:18 GMT" ], "Expires": [ "-1" @@ -4878,21 +4881,21 @@ ], "Names": { "Test-CloudEndpoint": [ - "ps2342", - "ps2459", - "ps9960", - "ps3845", - "ps2846" + "ps8790", + "ps3934", + "ps6916", + "ps7492", + "ps9966" ], "TestCloudEndpoint": [ - "b77a7a6a-3411-49f6-aca8-8b4117dcdf17", - "7071656a-0b9d-4710-b608-de6a84424563", - "7072323d-1ee4-45d8-94a2-e1526d1902d9" + "5e7dc8ea-de1c-4bc0-9250-c16c1bdad42e", + "837abd93-cd99-4a8e-b7be-97d74a7511f1", + "b705dfba-5597-413b-88de-f79136b617a6" ] }, "Variables": { - "SubscriptionId": "7b96cb02-4663-40f4-9a89-603d3849e46a", - "TenantId": "0483643a-cb2f-462a-bc27-1a270e5bdc0a", + "SubscriptionId": "1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b", + "TenantId": "6ad91d65-65ab-4e14-90f7-fe951035b7c9", "Domain": "" } } \ No newline at end of file diff --git a/src/StorageSync/StorageSync.Test/SessionRecords/StorageSyncTests.CloudEndpointTests/TestGetCloudEndpoint.json b/src/StorageSync/StorageSync.Test/SessionRecords/StorageSyncTests.CloudEndpointTests/TestGetCloudEndpoint.json index 691ba3e1e470..863ab188d38f 100644 --- a/src/StorageSync/StorageSync.Test/SessionRecords/StorageSyncTests.CloudEndpointTests/TestGetCloudEndpoint.json +++ b/src/StorageSync/StorageSync.Test/SessionRecords/StorageSyncTests.CloudEndpointTests/TestGetCloudEndpoint.json @@ -1,22 +1,22 @@ { "Entries": [ { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/providers/Microsoft.Resources?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVzb3VyY2VzP2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/Microsoft.Resources?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVzb3VyY2VzP2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "93f5c577-921f-4b9d-887d-66f655f7b01a" + "ef8bdb35-990d-447f-8155-95691cd025c4" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -30,13 +30,13 @@ "11999" ], "x-ms-request-id": [ - "389ceca2-5156-4b60-8283-97658629f8f6" + "d40b314b-2b97-4b72-8623-1705b954d907" ], "x-ms-correlation-request-id": [ - "389ceca2-5156-4b60-8283-97658629f8f6" + "d40b314b-2b97-4b72-8623-1705b954d907" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T164321Z:389ceca2-5156-4b60-8283-97658629f8f6" + "WESTUS:20200623T090028Z:d40b314b-2b97-4b72-8623-1705b954d907" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -45,7 +45,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 16:43:20 GMT" + "Tue, 23 Jun 2020 09:00:28 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -54,29 +54,29 @@ "-1" ], "Content-Length": [ - "8818" + "10899" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/providers/Microsoft.Resources\",\r\n \"namespace\": \"Microsoft.Resources\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"tenants\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operationresults\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"notifyResourceJobs\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"tags\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkPolicyCompliance\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"providers\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkresourcename\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resources\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/resources\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/providers\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/operationresults\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceGroups\",\r\n \"locations\": [\r\n \"Central US\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"West Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia Southeast\",\r\n \"Australia East\",\r\n \"West India\",\r\n \"South India\",\r\n \"Central India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/resourceGroups\",\r\n \"locations\": [\r\n \"Central US\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"West Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia Southeast\",\r\n \"Australia East\",\r\n \"West India\",\r\n \"South India\",\r\n \"Central India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/resourcegroups/resources\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/tagnames\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/tagNames/tagValues\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"deployments\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"deployments/operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"links\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-01-01\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/Microsoft.Resources\",\r\n \"namespace\": \"Microsoft.Resources\",\r\n \"authorization\": {\r\n \"applicationId\": \"3b990c8b-9607-4c2a-8b04-1d41985facca\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"tenants\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-01-01\",\r\n \"2019-09-01\",\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-09-01\",\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operationresults\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-09-01\",\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"notifyResourceJobs\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-09-01\",\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"tags\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-10-01\",\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\"\r\n ],\r\n \"capabilities\": \"SupportsExtension\"\r\n },\r\n {\r\n \"resourceType\": \"checkPolicyCompliance\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"providers\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkresourcename\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"calculateTemplateHash\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-09-01\",\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resources\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-09-01\",\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-10-01\",\r\n \"2019-09-01\",\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/resources\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-09-01\",\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/providers\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/operationresults\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceGroups\",\r\n \"locations\": [\r\n \"Central US\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"West Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia Southeast\",\r\n \"Australia East\",\r\n \"West India\",\r\n \"South India\",\r\n \"Central India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Australia Central\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/resourceGroups\",\r\n \"locations\": [\r\n \"Central US\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"West Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia Southeast\",\r\n \"Australia East\",\r\n \"West India\",\r\n \"South India\",\r\n \"Central India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Australia Central\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/resourcegroups/resources\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/tagnames\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/tagNames/tagValues\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"deployments\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-09-01\",\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"deployments/operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-09-01\",\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"links\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ],\r\n \"capabilities\": \"SupportsExtension\"\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-01-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"deploymentScripts\",\r\n \"locations\": [\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Australia East\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"Central US\",\r\n \"North Central US\",\r\n \"UK South\",\r\n \"Central India\",\r\n \"South India\",\r\n \"Japan East\",\r\n \"Korea Central\",\r\n \"North Europe\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West US 2\",\r\n \"West US\",\r\n \"South Central US\",\r\n \"Canada East\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-10-01-preview\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"deploymentScripts/logs\",\r\n \"locations\": [\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Australia East\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"Central US\",\r\n \"North Central US\",\r\n \"UK South\",\r\n \"Central India\",\r\n \"South India\",\r\n \"Japan East\",\r\n \"Korea Central\",\r\n \"North Europe\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West US 2\",\r\n \"West US\",\r\n \"South Central US\",\r\n \"Canada East\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/deploymentScriptOperationResults\",\r\n \"locations\": [\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Australia East\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"Central US\",\r\n \"North Central US\",\r\n \"UK South\",\r\n \"Central India\",\r\n \"South India\",\r\n \"Japan East\",\r\n \"Korea Central\",\r\n \"North Europe\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West US 2\",\r\n \"West US\",\r\n \"South Central US\",\r\n \"Canada East\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-10-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/providers/Microsoft.StorageSync?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZVN5bmM/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/Microsoft.StorageSync?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZVN5bmM/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "b65a30b9-a08a-4195-ae03-5434a9163269" + "43b42056-28f5-4b46-9868-d71fe1a7d1b2" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -90,13 +90,13 @@ "11998" ], "x-ms-request-id": [ - "be950f79-19f0-452c-a4e3-3184f0e6c74a" + "0b99e843-4842-4b6e-a7cf-c6767709a819" ], "x-ms-correlation-request-id": [ - "be950f79-19f0-452c-a4e3-3184f0e6c74a" + "0b99e843-4842-4b6e-a7cf-c6767709a819" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T164321Z:be950f79-19f0-452c-a4e3-3184f0e6c74a" + "WESTUS:20200623T090029Z:0b99e843-4842-4b6e-a7cf-c6767709a819" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -105,7 +105,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 16:43:20 GMT" + "Tue, 23 Jun 2020 09:00:28 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -114,10 +114,10 @@ "-1" ], "Content-Length": [ - "5239" + "7645" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/providers/Microsoft.StorageSync\",\r\n \"namespace\": \"Microsoft.StorageSync\",\r\n \"authorizations\": [\r\n {\r\n \"applicationId\": \"9469b9f5-6722-4481-a2b2-14ed560b706f\"\r\n }\r\n ],\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageSyncServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"Central US EUAP\",\r\n \"West US 2\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\",\r\n \"2018-01-01-preview\",\r\n \"2017-06-05-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"storageSyncServices/syncGroups\",\r\n \"locations\": [\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"Central US EUAP\",\r\n \"West US 2\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\",\r\n \"2018-01-01-preview\",\r\n \"2017-06-05-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageSyncServices/syncGroups/cloudEndpoints\",\r\n \"locations\": [\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"Central US EUAP\",\r\n \"West US 2\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\",\r\n \"2018-01-01-preview\",\r\n \"2017-06-05-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageSyncServices/syncGroups/serverEndpoints\",\r\n \"locations\": [\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"Central US EUAP\",\r\n \"West US 2\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\",\r\n \"2018-01-01-preview\",\r\n \"2017-06-05-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageSyncServices/registeredServers\",\r\n \"locations\": [\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"Central US EUAP\",\r\n \"West US 2\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\",\r\n \"2018-01-01-preview\",\r\n \"2017-06-05-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageSyncServices/workflows\",\r\n \"locations\": [\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"Central US EUAP\",\r\n \"West US 2\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\",\r\n \"2018-01-01-preview\",\r\n \"2017-06-05-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\",\r\n \"2018-01-01-preview\",\r\n \"2017-06-05-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/checkNameAvailability\",\r\n \"locations\": [\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/workflows\",\r\n \"locations\": [\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/Microsoft.StorageSync\",\r\n \"namespace\": \"Microsoft.StorageSync\",\r\n \"authorizations\": [\r\n {\r\n \"applicationId\": \"9469b9f5-6722-4481-a2b2-14ed560b706f\",\r\n \"roleDefinitionId\": \"4cd49d82-1f4d-43fc-af0c-1c1203668e5a\"\r\n }\r\n ],\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageSyncServices\",\r\n \"locations\": [\r\n \"West Central US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"West US 2\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"UAE North\",\r\n \"UAE Central\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2019-10-01\",\r\n \"2019-06-01\",\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\",\r\n \"2018-01-01-preview\",\r\n \"2017-06-05-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"storageSyncServices/syncGroups\",\r\n \"locations\": [\r\n \"West Central US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"West US 2\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"UAE North\",\r\n \"UAE Central\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2019-10-01\",\r\n \"2019-06-01\",\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\",\r\n \"2018-01-01-preview\",\r\n \"2017-06-05-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageSyncServices/syncGroups/cloudEndpoints\",\r\n \"locations\": [\r\n \"West Central US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"West US 2\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"UAE North\",\r\n \"UAE Central\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2019-10-01\",\r\n \"2019-06-01\",\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\",\r\n \"2018-01-01-preview\",\r\n \"2017-06-05-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageSyncServices/syncGroups/serverEndpoints\",\r\n \"locations\": [\r\n \"West Central US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"West US 2\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"UAE North\",\r\n \"UAE Central\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2019-10-01\",\r\n \"2019-06-01\",\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\",\r\n \"2018-01-01-preview\",\r\n \"2017-06-05-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageSyncServices/registeredServers\",\r\n \"locations\": [\r\n \"West Central US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"West US 2\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"UAE North\",\r\n \"UAE Central\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2019-10-01\",\r\n \"2019-06-01\",\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\",\r\n \"2018-01-01-preview\",\r\n \"2017-06-05-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageSyncServices/workflows\",\r\n \"locations\": [\r\n \"West Central US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"West US 2\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"UAE North\",\r\n \"UAE Central\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2019-10-01\",\r\n \"2019-06-01\",\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\",\r\n \"2018-01-01-preview\",\r\n \"2017-06-05-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2019-10-01\",\r\n \"2019-06-01\",\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\",\r\n \"2018-01-01-preview\",\r\n \"2017-06-05-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2019-10-01\",\r\n \"2019-06-01\",\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/checkNameAvailability\",\r\n \"locations\": [\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"UAE North\",\r\n \"UAE Central\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2019-10-01\",\r\n \"2019-06-01\",\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/workflows\",\r\n \"locations\": [\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"UAE North\",\r\n \"UAE Central\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2019-10-01\",\r\n \"2019-06-01\",\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operations\",\r\n \"locations\": [\r\n \"West Central US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"West US 2\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"UAE North\",\r\n \"UAE Central\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operationResults\",\r\n \"locations\": [\r\n \"West Central US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"West US 2\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"UAE North\",\r\n \"UAE Central\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "StatusCode": 200 }, { @@ -127,16 +127,16 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "6cd05d23-366c-438f-8d45-84fb7af0342b" + "6729535b-ac03-4016-a7d2-eed013806aea" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Internal.Subscriptions.SubscriptionClient/1.3.0" + "Microsoft.Azure.Internal.Subscriptions.SubscriptionClient/1.3.16" ] }, "ResponseHeaders": { @@ -147,16 +147,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-tenant-reads": [ - "11998" + "11999" ], "x-ms-request-id": [ - "56d46110-dd06-43bb-ad39-6b2342ee022b" + "3ae33edc-18cc-4252-b7ae-6b2a55ebd706" ], "x-ms-correlation-request-id": [ - "56d46110-dd06-43bb-ad39-6b2342ee022b" + "3ae33edc-18cc-4252-b7ae-6b2a55ebd706" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T164321Z:56d46110-dd06-43bb-ad39-6b2342ee022b" + "WESTUS:20200623T090029Z:3ae33edc-18cc-4252-b7ae-6b2a55ebd706" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -165,7 +165,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 16:43:20 GMT" + "Tue, 23 Jun 2020 09:00:28 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -177,26 +177,26 @@ "116" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/tenants/0483643a-cb2f-462a-bc27-1a270e5bdc0a\",\r\n \"tenantId\": \"0483643a-cb2f-462a-bc27-1a270e5bdc0a\"\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/tenants/6ad91d65-65ab-4e14-90f7-fe951035b7c9\",\r\n \"tenantId\": \"6ad91d65-65ab-4e14-90f7-fe951035b7c9\"\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourcegroups/ps8341?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlZ3JvdXBzL3BzODM0MT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourcegroups/ps4409?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlZ3JvdXBzL3BzNDQwOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "2e9a798d-eba9-419d-b180-a259c4cdb058" + "4411f90c-b594-47c6-9f4a-a508ff7cc689" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ], "Content-Type": [ "application/json; charset=utf-8" @@ -213,16 +213,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1197" + "1199" ], "x-ms-request-id": [ - "e21433ba-1579-4e05-957e-d6ed15d114f2" + "43d3218e-b19b-4fcf-9243-9d49c3cabda2" ], "x-ms-correlation-request-id": [ - "e21433ba-1579-4e05-957e-d6ed15d114f2" + "43d3218e-b19b-4fcf-9243-9d49c3cabda2" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T164323Z:e21433ba-1579-4e05-957e-d6ed15d114f2" + "WESTUS:20200623T090029Z:43d3218e-b19b-4fcf-9243-9d49c3cabda2" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -231,7 +231,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 16:43:22 GMT" + "Tue, 23 Jun 2020 09:00:28 GMT" ], "Content-Length": [ "165" @@ -243,26 +243,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps8341\",\r\n \"name\": \"ps8341\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps4409\",\r\n \"name\": \"ps4409\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/providers/Microsoft.StorageSync/locations/CentralUSEUAP/checkNameAvailability?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZVN5bmMvbG9jYXRpb25zL0NlbnRyYWxVU0VVQVAvY2hlY2tOYW1lQXZhaWxhYmlsaXR5P2FwaS12ZXJzaW9uPTIwMTktMDMtMDE=", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/Microsoft.StorageSync/locations/CentralUSEUAP/checkNameAvailability?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZVN5bmMvbG9jYXRpb25zL0NlbnRyYWxVU0VVQVAvY2hlY2tOYW1lQXZhaWxhYmlsaXR5P2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", "RequestMethod": "POST", - "RequestBody": "{\r\n \"name\": \"sssps3419\",\r\n \"type\": \"Microsoft.StorageSync/storageSyncServices\"\r\n}", + "RequestBody": "{\r\n \"name\": \"sssps5526\",\r\n \"type\": \"Microsoft.StorageSync/storageSyncServices\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "867787ec-0571-4c36-8138-acb473f2ca95" + "0af0f408-1624-409e-abdb-6183a2d9af66" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -279,7 +279,7 @@ "no-cache" ], "x-ms-request-id": [ - "51fac5a9-c78b-4a69-a851-e5df9e5a4015" + "b372141f-d1c5-49c7-9dca-033eb8a26ac2" ], "X-Content-Type-Options": [ "nosniff" @@ -297,53 +297,53 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1199" + "1198" ], "x-ms-correlation-request-id": [ - "22bff0c1-ba03-49f5-8d33-d69edd628e71" + "07022751-e4a7-4a9d-8282-8089a28a855e" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T164324Z:22bff0c1-ba03-49f5-8d33-d69edd628e71" + "WESTUS:20200623T090030Z:07022751-e4a7-4a9d-8282-8089a28a855e" ], "Date": [ - "Wed, 03 Jul 2019 16:43:23 GMT" + "Tue, 23 Jun 2020 09:00:29 GMT" ], "Content-Length": [ - "51" + "29" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"nameAvailable\": true,\r\n \"reason\": null,\r\n \"message\": null\r\n}", + "ResponseBody": "{\r\n \"nameAvailable\": true\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps8341/providers/Microsoft.StorageSync/storageSyncServices/sssps3419?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzODM0MS9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMzNDE5P2FwaS12ZXJzaW9uPTIwMTktMDMtMDE=", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps4409/providers/Microsoft.StorageSync/storageSyncServices/sssps5526?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzNDQwOS9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM1NTI2P2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"location\": \"Central US EUAP\",\r\n \"tags\": {}\r\n}", + "RequestBody": "{\r\n \"location\": \"Central US EUAP\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"incomingTrafficPolicy\": \"AllowAllTraffic\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "74589e4f-bf1f-4edb-bbac-19a97b10728e" + "0c05059c-d1b0-45ce-b338-6dda5ac868dc" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "52" + "125" ] }, "ResponseHeaders": { @@ -353,8 +353,17 @@ "Pragma": [ "no-cache" ], + "Location": [ + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6IjMzZDI4NzhiLTZmYjQtNDllNS1iOWRkLTM4NGQ1MTI2ZDYzNSIsIndvcmtmbG93SWQiOiI0MjE1YjFkOS0xYWYyLTQ2ZDMtOGE3NS1mNjZkNTM3NmI5OGQiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiMTNkNmUzYjItNGJlNC00OGZjLTg0YmQtNWJlMmViNDYzMDFhIn0=?api-version=2020-03-01" + ], + "Retry-After": [ + "10" + ], + "Azure-AsyncOperation": [ + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6IjMzZDI4NzhiLTZmYjQtNDllNS1iOWRkLTM4NGQ1MTI2ZDYzNSIsIndvcmtmbG93SWQiOiI0MjE1YjFkOS0xYWYyLTQ2ZDMtOGE3NS1mNjZkNTM3NmI5OGQiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiMTNkNmUzYjItNGJlNC00OGZjLTg0YmQtNWJlMmViNDYzMDFhIn0=?api-version=2020-03-01" + ], "x-ms-request-id": [ - "0e679cce-8cf8-4943-a895-36fcf706447e" + "ac342201-2a6d-4db0-9745-f25768cb1d4d" ], "X-Content-Type-Options": [ "nosniff" @@ -372,47 +381,170 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1196" + "1197" ], "x-ms-correlation-request-id": [ - "f9cc5714-0170-408d-9c8a-c30ebe42e3f6" + "e327049e-6e15-4bdd-b066-b394a8e83826" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T164324Z:f9cc5714-0170-408d-9c8a-c30ebe42e3f6" + "WESTUS:20200623T090030Z:e327049e-6e15-4bdd-b066-b394a8e83826" ], "Date": [ - "Wed, 03 Jul 2019 16:43:24 GMT" + "Tue, 23 Jun 2020 09:00:30 GMT" + ], + "Expires": [ + "-1" ], "Content-Length": [ - "329" + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6IjMzZDI4NzhiLTZmYjQtNDllNS1iOWRkLTM4NGQ1MTI2ZDYzNSIsIndvcmtmbG93SWQiOiI0MjE1YjFkOS0xYWYyLTQ2ZDMtOGE3NS1mNjZkNTM3NmI5OGQiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiMTNkNmUzYjItNGJlNC00OGZjLTg0YmQtNWJlMmViNDYzMDFhIn0=?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvbG9jYXRpb25zL2NlbnRyYWx1c2V1YXAvb3BlcmF0aW9ucy9leUp3WVhKMGFYUnBiMjVKWkNJNklqTXpaREk0TnpoaUxUWm1ZalF0TkRsbE5TMWlPV1JrTFRNNE5HUTFNVEkyWkRZek5TSXNJbmR2Y210bWJHOTNTV1FpT2lJME1qRTFZakZrT1MweFlXWXlMVFEyWkRNdE9HRTNOUzFtTmpaa05UTTNObUk1T0dRaUxDSjNiM0pyWm14dmQwOXdaWEpoZEdsdmJrbGtJam9pTVROa05tVXpZakl0TkdKbE5DMDBPR1pqTFRnMFltUXROV0psTW1WaU5EWXpNREZoSW4wPT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-request-id": [ + "2d7628e6-cee1-4d89-9fc5-2483e35e56e1" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-IIS/10.0" + ], + "X-AspNet-Version": [ + "4.0.30319" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11995" + ], + "x-ms-correlation-request-id": [ + "76e293bb-de8f-4a97-a4d1-f3a75290be24" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200623T090040Z:76e293bb-de8f-4a97-a4d1-f3a75290be24" + ], + "Date": [ + "Tue, 23 Jun 2020 09:00:40 GMT" + ], + "Content-Length": [ + "745" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"storageSyncServiceStatus\": null,\r\n \"storageSyncServiceUid\": null\r\n },\r\n \"location\": \"Central US EUAP\",\r\n \"tags\": {},\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps8341/providers/microsoft.storagesync/storageSyncServices/sssps3419\",\r\n \"name\": \"sssps3419\",\r\n \"type\": \"microsoft.storagesync/storageSyncServices\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6IjMzZDI4NzhiLTZmYjQtNDllNS1iOWRkLTM4NGQ1MTI2ZDYzNSIsIndvcmtmbG93SWQiOiI0MjE1YjFkOS0xYWYyLTQ2ZDMtOGE3NS1mNjZkNTM3NmI5OGQiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiMTNkNmUzYjItNGJlNC00OGZjLTg0YmQtNWJlMmViNDYzMDFhIn0=\",\r\n \"name\": \"eyJwYXJ0aXRpb25JZCI6IjMzZDI4NzhiLTZmYjQtNDllNS1iOWRkLTM4NGQ1MTI2ZDYzNSIsIndvcmtmbG93SWQiOiI0MjE1YjFkOS0xYWYyLTQ2ZDMtOGE3NS1mNjZkNTM3NmI5OGQiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiMTNkNmUzYjItNGJlNC00OGZjLTg0YmQtNWJlMmViNDYzMDFhIn0=\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2020-06-23T09:00:30.6779624Z\",\r\n \"endTime\": \"2020-06-23T09:00:36.9422017Z\",\r\n \"properties\": {}\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps8341/providers/Microsoft.StorageSync/storageSyncServices/sssps3419/syncGroups/sgps9759?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzODM0MS9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMzNDE5L3N5bmNHcm91cHMvc2dwczk3NTk/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps4409/providers/Microsoft.StorageSync/storageSyncServices/sssps5526?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzNDQwOS9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM1NTI2P2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-request-id": [ + "e07b1046-09d4-4a96-8b25-2ca903d5aa8c" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-IIS/10.0" + ], + "X-AspNet-Version": [ + "4.0.30319" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11994" + ], + "x-ms-correlation-request-id": [ + "cd6585b4-b451-4bd5-8a89-fd112276f356" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200623T090041Z:cd6585b4-b451-4bd5-8a89-fd112276f356" + ], + "Date": [ + "Tue, 23 Jun 2020 09:00:40 GMT" + ], + "Content-Length": [ + "633" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"properties\": {\r\n \"storageSyncServiceStatus\": 0,\r\n \"incomingTrafficPolicy\": \"AllowAllTraffic\",\r\n \"privateEndpointConnections\": [],\r\n \"provisioningState\": \"Succeeded\",\r\n \"lastWorkflowId\": \"storageSyncServices/sssps5526/workflows/4215b1d9-1af2-46d3-8a75-f66d5376b98d\",\r\n \"lastOperationName\": \"ICreateStorageSyncServiceWorkflow\"\r\n },\r\n \"location\": \"Central US EUAP\",\r\n \"tags\": {},\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps4409/providers/microsoft.storagesync/storageSyncServices/sssps5526\",\r\n \"name\": \"sssps5526\",\r\n \"type\": \"microsoft.storagesync/storageSyncServices\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps4409/providers/Microsoft.StorageSync/storageSyncServices/sssps5526/syncGroups/sgps966?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzNDQwOS9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM1NTI2L3N5bmNHcm91cHMvc2dwczk2Nj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "PUT", "RequestBody": "{\r\n \"properties\": {}\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "d83e01fd-7e85-46a3-99c6-0f4e28d38680" + "556f4551-cbdb-416a-b585-7d4f89b82cd3" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -429,7 +561,7 @@ "no-cache" ], "x-ms-request-id": [ - "fffbcf15-6f5b-4a5d-b4f9-d157c446cbd8" + "c9671258-0dbd-4a62-af8d-c439db52fa88" ], "X-Content-Type-Options": [ "nosniff" @@ -447,53 +579,53 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1195" + "1196" ], "x-ms-correlation-request-id": [ - "052fd06f-f7b5-490d-929c-90ae00f5fc4c" + "942e45aa-0113-4f63-a288-e95004cc60e5" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T164325Z:052fd06f-f7b5-490d-929c-90ae00f5fc4c" + "WESTUS:20200623T090041Z:942e45aa-0113-4f63-a288-e95004cc60e5" ], "Date": [ - "Wed, 03 Jul 2019 16:43:25 GMT" + "Tue, 23 Jun 2020 09:00:40 GMT" ], "Content-Length": [ - "331" + "369" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"syncGroupStatus\": \"0\",\r\n \"uniqueId\": \"c1b86055-2590-41cc-b44e-823a0f64f26b\"\r\n },\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps8341/providers/microsoft.storagesync/storageSyncServices/sssps3419/syncGroups/sgps9759\",\r\n \"name\": \"sgps9759\",\r\n \"type\": \"microsoft.storagesync/storageSyncServices/syncGroups\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"syncGroupStatus\": \"0\",\r\n \"uniqueId\": \"f3cdfef5-8e93-40fe-be94-ee18da133d80\"\r\n },\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps4409/providers/microsoft.storagesync/storageSyncServices/sssps5526/syncGroups/sgps966\",\r\n \"name\": \"sgps966\",\r\n \"type\": \"microsoft.storagesync/storageSyncServices/syncGroups\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps8341/providers/Microsoft.Storage/storageAccounts/saps748?api-version=2017-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzODM0MS9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2Uvc3RvcmFnZUFjY291bnRzL3NhcHM3NDg/YXBpLXZlcnNpb249MjAxNy0xMC0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps4409/providers/Microsoft.Storage/storageAccounts/saps6003?api-version=2017-10-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzNDQwOS9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2Uvc3RvcmFnZUFjY291bnRzL3NhcHM2MDAzP2FwaS12ZXJzaW9uPTIwMTctMTAtMDE=", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"location\": \"Central US EUAP\"\r\n}", + "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\"\r\n },\r\n \"kind\": \"StorageV2\",\r\n \"location\": \"Central US EUAP\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "d258d09d-7fdc-4f16-ac0c-190e0e83291a" + "5fdcfbf4-de5f-443e-904b-89227c1ab63c" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Storage.Version2017.10.01.StorageManagementClient/1.3.0" + "Microsoft.Azure.Management.Storage.Version2017.10.01.StorageManagementClient/1.3.16" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "105" + "107" ] }, "ResponseHeaders": { @@ -504,13 +636,13 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/providers/Microsoft.Storage/locations/centraluseuap/asyncoperations/c90f9ccf-d154-4f14-afc1-0e502a014b9c?monitor=true&api-version=2017-10-01" + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/Microsoft.Storage/locations/centraluseuap/asyncoperations/762a3d85-bc97-4a37-b3cd-199338596726?monitor=true&api-version=2017-10-01" ], "Retry-After": [ "17" ], "x-ms-request-id": [ - "c90f9ccf-d154-4f14-afc1-0e502a014b9c" + "762a3d85-bc97-4a37-b3cd-199338596726" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -519,19 +651,19 @@ "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1197" + "1199" ], "x-ms-correlation-request-id": [ - "6cd77edd-f19a-414d-835d-cb49934b81e1" + "fc3892ae-c39e-4899-a948-e81be00368a4" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T164326Z:6cd77edd-f19a-414d-835d-cb49934b81e1" + "WESTUS:20200623T090042Z:fc3892ae-c39e-4899-a948-e81be00368a4" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 16:43:26 GMT" + "Tue, 23 Jun 2020 09:00:41 GMT" ], "Content-Type": [ "text/plain; charset=utf-8" @@ -547,16 +679,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/providers/Microsoft.Storage/locations/centraluseuap/asyncoperations/c90f9ccf-d154-4f14-afc1-0e502a014b9c?monitor=true&api-version=2017-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9sb2NhdGlvbnMvY2VudHJhbHVzZXVhcC9hc3luY29wZXJhdGlvbnMvYzkwZjljY2YtZDE1NC00ZjE0LWFmYzEtMGU1MDJhMDE0YjljP21vbml0b3I9dHJ1ZSZhcGktdmVyc2lvbj0yMDE3LTEwLTAx", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/Microsoft.Storage/locations/centraluseuap/asyncoperations/762a3d85-bc97-4a37-b3cd-199338596726?monitor=true&api-version=2017-10-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9sb2NhdGlvbnMvY2VudHJhbHVzZXVhcC9hc3luY29wZXJhdGlvbnMvNzYyYTNkODUtYmM5Ny00YTM3LWIzY2QtMTk5MzM4NTk2NzI2P21vbml0b3I9dHJ1ZSZhcGktdmVyc2lvbj0yMDE3LTEwLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Storage.Version2017.10.01.StorageManagementClient/1.3.0" + "Microsoft.Azure.Management.Storage.Version2017.10.01.StorageManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -567,7 +699,7 @@ "no-cache" ], "x-ms-request-id": [ - "2e4433cd-183c-46a4-a823-1fd2214a7f3b" + "6179c4f3-fb1f-4cc0-b61a-7d4a4dd57077" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -576,22 +708,22 @@ "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11950" + "11999" ], "x-ms-correlation-request-id": [ - "c7fb18dc-d99f-4e9b-ba05-a97d992e1824" + "7fc9aa86-026c-48d2-b373-f55a3391bf3a" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T164343Z:c7fb18dc-d99f-4e9b-ba05-a97d992e1824" + "WESTUS:20200623T090059Z:7fc9aa86-026c-48d2-b373-f55a3391bf3a" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 16:43:43 GMT" + "Tue, 23 Jun 2020 09:00:58 GMT" ], "Content-Length": [ - "1012" + "1039" ], "Content-Type": [ "application/json" @@ -600,26 +732,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps8341/providers/Microsoft.Storage/storageAccounts/saps748\",\r\n \"name\": \"saps748\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"centraluseuap\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"virtualNetworkRules\": [],\r\n \"ipRules\": [],\r\n \"defaultAction\": \"Allow\"\r\n },\r\n \"supportsHttpsTrafficOnly\": false,\r\n \"encryption\": {\r\n \"services\": {\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2019-07-03T16:43:26.4470509Z\"\r\n },\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2019-07-03T16:43:26.4470509Z\"\r\n }\r\n },\r\n \"keySource\": \"Microsoft.Storage\"\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2019-07-03T16:43:26.3845233Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://saps748.blob.core.windows.net/\",\r\n \"queue\": \"https://saps748.queue.core.windows.net/\",\r\n \"table\": \"https://saps748.table.core.windows.net/\",\r\n \"file\": \"https://saps748.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"centraluseuap\",\r\n \"statusOfPrimary\": \"available\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"StorageV2\",\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps4409/providers/Microsoft.Storage/storageAccounts/saps6003\",\r\n \"name\": \"saps6003\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"centraluseuap\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"virtualNetworkRules\": [],\r\n \"ipRules\": [],\r\n \"defaultAction\": \"Allow\"\r\n },\r\n \"supportsHttpsTrafficOnly\": false,\r\n \"encryption\": {\r\n \"services\": {\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2020-06-23T09:00:41.9626381Z\"\r\n },\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2020-06-23T09:00:41.9626381Z\"\r\n }\r\n },\r\n \"keySource\": \"Microsoft.Storage\"\r\n },\r\n \"accessTier\": \"Hot\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2020-06-23T09:00:41.9001528Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://saps6003.blob.core.windows.net/\",\r\n \"queue\": \"https://saps6003.queue.core.windows.net/\",\r\n \"table\": \"https://saps6003.table.core.windows.net/\",\r\n \"file\": \"https://saps6003.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"centraluseuap\",\r\n \"statusOfPrimary\": \"available\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps8341/providers/Microsoft.Storage/storageAccounts/saps748?api-version=2017-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzODM0MS9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2Uvc3RvcmFnZUFjY291bnRzL3NhcHM3NDg/YXBpLXZlcnNpb249MjAxNy0xMC0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps4409/providers/Microsoft.Storage/storageAccounts/saps6003?api-version=2017-10-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzNDQwOS9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2Uvc3RvcmFnZUFjY291bnRzL3NhcHM2MDAzP2FwaS12ZXJzaW9uPTIwMTctMTAtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "0565b80b-b576-441a-baaf-3170ee2a13d2" + "4f26460e-ace5-4c19-882a-b4edbb69b060" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Storage.Version2017.10.01.StorageManagementClient/1.3.0" + "Microsoft.Azure.Management.Storage.Version2017.10.01.StorageManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -630,7 +762,7 @@ "no-cache" ], "x-ms-request-id": [ - "82e919cf-58a0-45da-bd1c-7941639682fb" + "e1ea61d2-6719-4fea-a106-106886f7775e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -639,22 +771,22 @@ "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11949" + "11998" ], "x-ms-correlation-request-id": [ - "49a414e2-e82c-4262-bbdd-3412f0309838" + "801dac72-ccf4-4e61-beaf-105913db9ccb" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T164344Z:49a414e2-e82c-4262-bbdd-3412f0309838" + "WESTUS:20200623T090059Z:801dac72-ccf4-4e61-beaf-105913db9ccb" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 16:43:43 GMT" + "Tue, 23 Jun 2020 09:00:59 GMT" ], "Content-Length": [ - "1012" + "1039" ], "Content-Type": [ "application/json" @@ -663,26 +795,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps8341/providers/Microsoft.Storage/storageAccounts/saps748\",\r\n \"name\": \"saps748\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"centraluseuap\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"virtualNetworkRules\": [],\r\n \"ipRules\": [],\r\n \"defaultAction\": \"Allow\"\r\n },\r\n \"supportsHttpsTrafficOnly\": false,\r\n \"encryption\": {\r\n \"services\": {\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2019-07-03T16:43:26.4470509Z\"\r\n },\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2019-07-03T16:43:26.4470509Z\"\r\n }\r\n },\r\n \"keySource\": \"Microsoft.Storage\"\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2019-07-03T16:43:26.3845233Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://saps748.blob.core.windows.net/\",\r\n \"queue\": \"https://saps748.queue.core.windows.net/\",\r\n \"table\": \"https://saps748.table.core.windows.net/\",\r\n \"file\": \"https://saps748.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"centraluseuap\",\r\n \"statusOfPrimary\": \"available\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"StorageV2\",\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps4409/providers/Microsoft.Storage/storageAccounts/saps6003\",\r\n \"name\": \"saps6003\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"centraluseuap\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"virtualNetworkRules\": [],\r\n \"ipRules\": [],\r\n \"defaultAction\": \"Allow\"\r\n },\r\n \"supportsHttpsTrafficOnly\": false,\r\n \"encryption\": {\r\n \"services\": {\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2020-06-23T09:00:41.9626381Z\"\r\n },\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2020-06-23T09:00:41.9626381Z\"\r\n }\r\n },\r\n \"keySource\": \"Microsoft.Storage\"\r\n },\r\n \"accessTier\": \"Hot\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2020-06-23T09:00:41.9001528Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://saps6003.blob.core.windows.net/\",\r\n \"queue\": \"https://saps6003.queue.core.windows.net/\",\r\n \"table\": \"https://saps6003.table.core.windows.net/\",\r\n \"file\": \"https://saps6003.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"centraluseuap\",\r\n \"statusOfPrimary\": \"available\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps8341/providers/Microsoft.Storage/storageAccounts/saps748/listKeys?api-version=2017-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzODM0MS9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2Uvc3RvcmFnZUFjY291bnRzL3NhcHM3NDgvbGlzdEtleXM/YXBpLXZlcnNpb249MjAxNy0xMC0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps4409/providers/Microsoft.Storage/storageAccounts/saps6003/listKeys?api-version=2017-10-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzNDQwOS9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2Uvc3RvcmFnZUFjY291bnRzL3NhcHM2MDAzL2xpc3RLZXlzP2FwaS12ZXJzaW9uPTIwMTctMTAtMDE=", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "c80e719f-d498-4c0d-8fbf-15c3d9ea6849" + "bd45ffee-6d04-4177-8bdc-8e65ba45e4f3" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Storage.Version2017.10.01.StorageManagementClient/1.3.0" + "Microsoft.Azure.Management.Storage.Version2017.10.01.StorageManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -693,7 +825,7 @@ "no-cache" ], "x-ms-request-id": [ - "d8560224-1b91-4812-97fd-498fcb58255e" + "6ad3c6bc-bcb3-49e4-b1fc-578313782744" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -701,20 +833,20 @@ "Server": [ "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-writes": [ - "1199" + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "11999" ], "x-ms-correlation-request-id": [ - "a33a7028-758a-4803-a49a-baf5f00d2fb7" + "38e09c5d-36b7-4f95-ae92-d75236c0e620" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T164344Z:a33a7028-758a-4803-a49a-baf5f00d2fb7" + "WESTUS:20200623T090059Z:38e09c5d-36b7-4f95-ae92-d75236c0e620" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 16:43:43 GMT" + "Tue, 23 Jun 2020 09:00:59 GMT" ], "Content-Length": [ "288" @@ -726,26 +858,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"keys\": [\r\n {\r\n \"keyName\": \"key1\",\r\n \"value\": \"gDJrPo1nXHEOXawDYtCKW2XUBOTfcqgSS2ajG0dGzrpBs4X2FtQ5OMAK27S+PGoLIUqJuIk6IGMj4Yb38kbBRw==\",\r\n \"permissions\": \"FULL\"\r\n },\r\n {\r\n \"keyName\": \"key2\",\r\n \"value\": \"nuTn42k5iem0N/mgJktJuq2qocY8cH7bdcHKwYeKzNurMDI0idLaVhASMajfdgzL1Bzpq0w94jo7q0HEiXhouA==\",\r\n \"permissions\": \"FULL\"\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"keys\": [\r\n {\r\n \"keyName\": \"key1\",\r\n \"value\": \"B4IfKTmZ/K21i3Fa6PpD6LSMj/5H8V9CM62bbZwkhjW/0BVy9iYxswstJH6PenvnVkdvNwPZVHAxNf5Z1t85mw==\",\r\n \"permissions\": \"FULL\"\r\n },\r\n {\r\n \"keyName\": \"key2\",\r\n \"value\": \"r+zAapxCswymz/Xc0xa7Vx0pouZ4juL1+K08G7KL/NiEetJPkpPASfYgZDS94rRpTR4JWVY2H4QVo6ZFsFbYUw==\",\r\n \"permissions\": \"FULL\"\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/0483643a-cb2f-462a-bc27-1a270e5bdc0a/servicePrincipalsByAppId/9469b9f5-6722-4481-a2b2-14ed560b706f/objectId?api-version=1.6", - "EncodedRequestUri": "LzA0ODM2NDNhLWNiMmYtNDYyYS1iYzI3LTFhMjcwZTViZGMwYS9zZXJ2aWNlUHJpbmNpcGFsc0J5QXBwSWQvOTQ2OWI5ZjUtNjcyMi00NDgxLWEyYjItMTRlZDU2MGI3MDZmL29iamVjdElkP2FwaS12ZXJzaW9uPTEuNg==", + "RequestUri": "/6ad91d65-65ab-4e14-90f7-fe951035b7c9/servicePrincipalsByAppId/9469b9f5-6722-4481-a2b2-14ed560b706f/objectId?api-version=1.6", + "EncodedRequestUri": "LzZhZDkxZDY1LTY1YWItNGUxNC05MGY3LWZlOTUxMDM1YjdjOS9zZXJ2aWNlUHJpbmNpcGFsc0J5QXBwSWQvOTQ2OWI5ZjUtNjcyMi00NDgxLWEyYjItMTRlZDU2MGI3MDZmL29iamVjdElkP2FwaS12ZXJzaW9uPTEuNg==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "d0e9e594-924b-4f85-964f-efdbd5ef1ca5" + "14b35076-2d26-433f-aa5e-66586fa4d2af" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Graph.RBAC.Version1.6.20190326.GraphRbacManagementClient/1.3.0" + "Microsoft.Azure.Graph.RBAC.Version1.6.20190326.GraphRbacManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -756,19 +888,22 @@ "no-cache" ], "ocp-aad-diagnostics-server-name": [ - "06P6omLZNNhtkLk8HqTu9pI/L4tlbjNI68+dmcAZdUI=" + "bNVaGP+h05JCqKe0wt9EpWpYXSVsgItIirg8UBBxsfU=" ], "request-id": [ - "b823d715-f616-4fe4-9f44-cb5dc57e16a2" + "7a6c9675-2e5b-4b1b-aaa5-adc62d502624" ], "client-request-id": [ - "d0e9e594-924b-4f85-964f-efdbd5ef1ca5" + "14b35076-2d26-433f-aa5e-66586fa4d2af" ], "x-ms-dirapi-data-contract-version": [ "1.6" ], "ocp-aad-session-key": [ - "GoLDbPXouakxCswCgOvOF-fu-IgnH1Nt7Zj14t8Wg8e832g2ugfNGJTjgz2P1dIh-5s84MUJIEXpariXdvEHsv86CnKm0ob3O1k_aGb54zjwd9OrGERbrFDTt6FHBXim.jNJR4jIlGruVakPkbdKhGwogJ253VZso2qDAza1YO_0" + "DzH5YrT6HfRas7LuUyhO-qvBAKCMhuS_XsON4_i5zBzfvAbr-CQbynjV_XS8MlMrJWnrgoMLrnYmfQpMuLdhQP8i5c_xoPiP9kZxdFfEUDLQnzvVHbZYyrl4PfYkVXrd.eZe5BBxv9sRV94shxZQcP9NZiUgaA5tzvY-dRcyCUEs" + ], + "x-aad-resource-unit": [ + "1" ], "DataServiceVersion": [ "3.0;" @@ -786,10 +921,10 @@ "ASP.NET" ], "Duration": [ - "595713" + "309085" ], "Date": [ - "Wed, 03 Jul 2019 16:43:47 GMT" + "Tue, 23 Jun 2020 09:01:00 GMT" ], "Content-Type": [ "application/json; odata=minimalmetadata; streaming=true; charset=utf-8" @@ -801,26 +936,26 @@ "151" ] }, - "ResponseBody": "{\r\n \"odata.metadata\": \"https://graph.windows.net/0483643a-cb2f-462a-bc27-1a270e5bdc0a/$metadata#Edm.String\",\r\n \"value\": \"384dab06-7a70-4ecf-a04e-284602199124\"\r\n}", + "ResponseBody": "{\r\n \"odata.metadata\": \"https://graph.windows.net/6ad91d65-65ab-4e14-90f7-fe951035b7c9/$metadata#Edm.String\",\r\n \"value\": \"d8eca219-3055-4504-9a60-18c2d0b4c18c\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/0483643a-cb2f-462a-bc27-1a270e5bdc0a/servicePrincipals/384dab06-7a70-4ecf-a04e-284602199124?api-version=1.6", - "EncodedRequestUri": "LzA0ODM2NDNhLWNiMmYtNDYyYS1iYzI3LTFhMjcwZTViZGMwYS9zZXJ2aWNlUHJpbmNpcGFscy8zODRkYWIwNi03YTcwLTRlY2YtYTA0ZS0yODQ2MDIxOTkxMjQ/YXBpLXZlcnNpb249MS42", + "RequestUri": "/6ad91d65-65ab-4e14-90f7-fe951035b7c9/servicePrincipals/d8eca219-3055-4504-9a60-18c2d0b4c18c?api-version=1.6", + "EncodedRequestUri": "LzZhZDkxZDY1LTY1YWItNGUxNC05MGY3LWZlOTUxMDM1YjdjOS9zZXJ2aWNlUHJpbmNpcGFscy9kOGVjYTIxOS0zMDU1LTQ1MDQtOWE2MC0xOGMyZDBiNGMxOGM/YXBpLXZlcnNpb249MS42", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "171325dc-9ecb-4847-838f-aeb104ab7b1f" + "5d7ec940-b0dc-4156-9417-422d7d282eeb" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Graph.RBAC.Version1.6.20190326.GraphRbacManagementClient/1.3.0" + "Microsoft.Azure.Graph.RBAC.Version1.6.20190326.GraphRbacManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -831,19 +966,22 @@ "no-cache" ], "ocp-aad-diagnostics-server-name": [ - "UasoFGN58uUDZzrA1RYY1/OBZjmM666H3oLwSIakuf0=" + "3zCXtmn1swhKoQrHm0puOnmVT0BlNpULTMcWZuz6e50=" ], "request-id": [ - "e022ba65-d02a-4b9f-aa37-9c841a2914be" + "74d32b49-afa1-4d65-9289-8cdfa8615642" ], "client-request-id": [ - "171325dc-9ecb-4847-838f-aeb104ab7b1f" + "5d7ec940-b0dc-4156-9417-422d7d282eeb" ], "x-ms-dirapi-data-contract-version": [ "1.6" ], "ocp-aad-session-key": [ - "GjCB7I7ZorjH7N_aE7ackK8Hl6uDtd8L1mHn6FNJREpVMBETTYvyMw_bwvSDYOOC_MWHzCaMfLKCl7gf81bpBa7k8SjfCrF7QtfusKgHwygIH1MC4r3Z6_TL9Lw0flQe.9OY6LTBmA9AQ14O8uLCiIojyvcCNFAy7CGfwVLIIFB4" + "42T09GC-_d0fNmpGYdK_bpbF928C3Af7DmCg6u4vmJF7h3ziZAaoE3FtOfz8SKCzFQoPXG7CLYTP89vrd92seP4ynw0yNLRSl2i-sVWTDQul5hcE3xQYGeVey1rJkuSh.AuIuXnq62GJQ9jlfUFPJFpke3NSAuT9An2RKnLuY33g" + ], + "x-aad-resource-unit": [ + "1" ], "DataServiceVersion": [ "3.0;" @@ -861,10 +999,10 @@ "ASP.NET" ], "Duration": [ - "589862" + "348740" ], "Date": [ - "Wed, 03 Jul 2019 16:43:47 GMT" + "Tue, 23 Jun 2020 09:01:00 GMT" ], "Content-Type": [ "application/json; odata=minimalmetadata; streaming=true; charset=utf-8" @@ -876,7 +1014,7 @@ "1299" ] }, - "ResponseBody": "{\r\n \"odata.metadata\": \"https://graph.windows.net/0483643a-cb2f-462a-bc27-1a270e5bdc0a/$metadata#directoryObjects/@Element\",\r\n \"odata.type\": \"Microsoft.DirectoryServices.ServicePrincipal\",\r\n \"objectType\": \"ServicePrincipal\",\r\n \"objectId\": \"384dab06-7a70-4ecf-a04e-284602199124\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"addIns\": [],\r\n \"alternativeNames\": [],\r\n \"appDisplayName\": \"Microsoft.StorageSync\",\r\n \"appId\": \"9469b9f5-6722-4481-a2b2-14ed560b706f\",\r\n \"applicationTemplateId\": null,\r\n \"appOwnerTenantId\": \"f8cdef31-a31e-4b4a-93e4-5f571e91255a\",\r\n \"appRoleAssignmentRequired\": false,\r\n \"appRoles\": [],\r\n \"displayName\": \"Microsoft.StorageSync\",\r\n \"errorUrl\": null,\r\n \"homepage\": null,\r\n \"informationalUrls\": {\r\n \"termsOfService\": null,\r\n \"support\": null,\r\n \"privacy\": null,\r\n \"marketing\": null\r\n },\r\n \"keyCredentials\": [],\r\n \"logoutUrl\": null,\r\n \"notificationEmailAddresses\": [],\r\n \"oauth2Permissions\": [],\r\n \"passwordCredentials\": [],\r\n \"preferredSingleSignOnMode\": null,\r\n \"preferredTokenSigningKeyEndDateTime\": null,\r\n \"preferredTokenSigningKeyThumbprint\": null,\r\n \"publisherName\": \"Microsoft Services\",\r\n \"replyUrls\": [\r\n \"https://0c38d04b-cf53-496f-aa30-9751eaf67399/redir\"\r\n ],\r\n \"samlMetadataUrl\": null,\r\n \"samlSingleSignOnSettings\": null,\r\n \"servicePrincipalNames\": [\r\n \"9469b9f5-6722-4481-a2b2-14ed560b706f\"\r\n ],\r\n \"servicePrincipalType\": \"Application\",\r\n \"signInAudience\": \"AzureADMultipleOrgs\",\r\n \"tags\": [],\r\n \"tokenEncryptionKeyId\": null\r\n}", + "ResponseBody": "{\r\n \"odata.metadata\": \"https://graph.windows.net/6ad91d65-65ab-4e14-90f7-fe951035b7c9/$metadata#directoryObjects/@Element\",\r\n \"odata.type\": \"Microsoft.DirectoryServices.ServicePrincipal\",\r\n \"objectType\": \"ServicePrincipal\",\r\n \"objectId\": \"d8eca219-3055-4504-9a60-18c2d0b4c18c\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"addIns\": [],\r\n \"alternativeNames\": [],\r\n \"appDisplayName\": \"Microsoft.StorageSync\",\r\n \"appId\": \"9469b9f5-6722-4481-a2b2-14ed560b706f\",\r\n \"applicationTemplateId\": null,\r\n \"appOwnerTenantId\": \"f8cdef31-a31e-4b4a-93e4-5f571e91255a\",\r\n \"appRoleAssignmentRequired\": false,\r\n \"appRoles\": [],\r\n \"displayName\": \"Microsoft.StorageSync\",\r\n \"errorUrl\": null,\r\n \"homepage\": null,\r\n \"informationalUrls\": {\r\n \"termsOfService\": null,\r\n \"support\": null,\r\n \"privacy\": null,\r\n \"marketing\": null\r\n },\r\n \"keyCredentials\": [],\r\n \"logoutUrl\": null,\r\n \"notificationEmailAddresses\": [],\r\n \"oauth2Permissions\": [],\r\n \"passwordCredentials\": [],\r\n \"preferredSingleSignOnMode\": null,\r\n \"preferredTokenSigningKeyEndDateTime\": null,\r\n \"preferredTokenSigningKeyThumbprint\": null,\r\n \"publisherName\": \"Microsoft Services\",\r\n \"replyUrls\": [\r\n \"https://0c38d04b-cf53-496f-aa30-9751eaf67399/redir\"\r\n ],\r\n \"samlMetadataUrl\": null,\r\n \"samlSingleSignOnSettings\": null,\r\n \"servicePrincipalNames\": [\r\n \"9469b9f5-6722-4481-a2b2-14ed560b706f\"\r\n ],\r\n \"servicePrincipalType\": \"Application\",\r\n \"signInAudience\": \"AzureADMultipleOrgs\",\r\n \"tags\": [],\r\n \"tokenEncryptionKeyId\": null\r\n}", "StatusCode": 200 }, { @@ -886,16 +1024,16 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "9a31979b-6ece-4297-a8ea-8d4b0ffaeea6" + "3b22432c-3e86-4534-8130-6c6d2365021f" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Authorization.Version2015.07.01.AuthorizationManagementClient/1.3.0" + "Microsoft.Azure.Management.Authorization.Version2015.07.01.AuthorizationManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -905,11 +1043,8 @@ "Pragma": [ "no-cache" ], - "x-ms-request-charge": [ - "1" - ], "x-ms-request-id": [ - "a93f1b62-51dd-40b8-868c-f76261de8ec3" + "ea3b219c-8f1c-40ef-8a1e-f047c0fb1c19" ], "X-Content-Type-Options": [ "nosniff" @@ -918,19 +1053,19 @@ "max-age=31536000; includeSubDomains" ], "Set-Cookie": [ - "x-ms-gateway-slice=Production; path=/; secure; HttpOnly" + "x-ms-gateway-slice=Production; path=/; SameSite=None; secure; HttpOnly" ], "x-ms-ratelimit-remaining-tenant-reads": [ "11999" ], "x-ms-correlation-request-id": [ - "db51eef9-be8a-453a-a3b5-e2b41b87d0bb" + "c9524d59-b6a1-4e02-8bb7-66594308960a" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T164348Z:db51eef9-be8a-453a-a3b5-e2b41b87d0bb" + "WESTUS:20200623T090100Z:c9524d59-b6a1-4e02-8bb7-66594308960a" ], "Date": [ - "Wed, 03 Jul 2019 16:43:48 GMT" + "Tue, 23 Jun 2020 09:01:00 GMT" ], "Content-Length": [ "841" @@ -946,22 +1081,22 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourcegroups/ps8341/providers/Microsoft.Storage///storageAccounts/saps748/providers/Microsoft.Authorization/roleAssignments?$filter=assignedTo('384dab06-7a70-4ecf-a04e-284602199124')&api-version=2015-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlZ3JvdXBzL3BzODM0MS9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2UvLy9zdG9yYWdlQWNjb3VudHMvc2Fwczc0OC9wcm92aWRlcnMvTWljcm9zb2Z0LkF1dGhvcml6YXRpb24vcm9sZUFzc2lnbm1lbnRzPyRmaWx0ZXI9YXNzaWduZWRUbygnMzg0ZGFiMDYtN2E3MC00ZWNmLWEwNGUtMjg0NjAyMTk5MTI0JykmYXBpLXZlcnNpb249MjAxNS0wNy0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourcegroups/ps4409/providers/Microsoft.Storage///storageAccounts/saps6003/providers/Microsoft.Authorization/roleAssignments?$filter=assignedTo('d8eca219-3055-4504-9a60-18c2d0b4c18c')&api-version=2015-07-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlZ3JvdXBzL3BzNDQwOS9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2UvLy9zdG9yYWdlQWNjb3VudHMvc2FwczYwMDMvcHJvdmlkZXJzL01pY3Jvc29mdC5BdXRob3JpemF0aW9uL3JvbGVBc3NpZ25tZW50cz8kZmlsdGVyPWFzc2lnbmVkVG8oJ2Q4ZWNhMjE5LTMwNTUtNDUwNC05YTYwLTE4YzJkMGI0YzE4YycpJmFwaS12ZXJzaW9uPTIwMTUtMDctMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "5fcdcfe8-95cb-4d45-a27f-45118f7324b2" + "600d5601-8608-4dd5-ad70-be691c65a614" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Authorization.Version2015.07.01.AuthorizationManagementClient/1.3.0" + "Microsoft.Azure.Management.Authorization.Version2015.07.01.AuthorizationManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -971,11 +1106,8 @@ "Pragma": [ "no-cache" ], - "x-ms-request-charge": [ - "1" - ], "x-ms-request-id": [ - "2f526cb8-bd98-4031-9adb-c9849afab223" + "299c34d9-424a-4384-8e8b-5629d1666eeb" ], "X-Content-Type-Options": [ "nosniff" @@ -984,22 +1116,22 @@ "max-age=31536000; includeSubDomains" ], "Set-Cookie": [ - "x-ms-gateway-slice=Production; path=/; secure; HttpOnly" + "x-ms-gateway-slice=Production; path=/; secure; HttpOnly; SameSite=None" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11997" + "11999" ], "x-ms-correlation-request-id": [ - "be109c52-8ea3-47ae-966a-70ba400fb9fd" + "32dda4df-4c27-4ada-9ac7-e9414236a7c1" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T164348Z:be109c52-8ea3-47ae-966a-70ba400fb9fd" + "WESTUS:20200623T090100Z:32dda4df-4c27-4ada-9ac7-e9414236a7c1" ], "Date": [ - "Wed, 03 Jul 2019 16:43:48 GMT" + "Tue, 23 Jun 2020 09:01:00 GMT" ], "Content-Length": [ - "12" + "732" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1008,104 +1140,32 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": []\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"properties\": {\r\n \"roleDefinitionId\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c\",\r\n \"principalId\": \"d8eca219-3055-4504-9a60-18c2d0b4c18c\",\r\n \"scope\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b\",\r\n \"createdOn\": \"2020-05-23T18:29:54.9647107Z\",\r\n \"updatedOn\": \"2020-05-23T18:29:54.9647107Z\",\r\n \"createdBy\": \"a8656ec6-d7a4-4e38-bf78-58d74e3ed751\",\r\n \"updatedBy\": \"a8656ec6-d7a4-4e38-bf78-58d74e3ed751\"\r\n },\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/Microsoft.Authorization/roleAssignments/dc60f792-d409-4e1d-8fe5-192d121c26e9\",\r\n \"type\": \"Microsoft.Authorization/roleAssignments\",\r\n \"name\": \"dc60f792-d409-4e1d-8fe5-192d121c26e9\"\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "//subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps8341/providers/Microsoft.Storage/storageAccounts/saps748/providers/Microsoft.Authorization/roleAssignments/7dbf6f68-458b-49b6-804f-86137e203de4?api-version=2015-07-01", - "EncodedRequestUri": "Ly9zdWJzY3JpcHRpb25zLzdiOTZjYjAyLTQ2NjMtNDBmNC05YTg5LTYwM2QzODQ5ZTQ2YS9yZXNvdXJjZUdyb3Vwcy9wczgzNDEvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9zYXBzNzQ4L3Byb3ZpZGVycy9NaWNyb3NvZnQuQXV0aG9yaXphdGlvbi9yb2xlQXNzaWdubWVudHMvN2RiZjZmNjgtNDU4Yi00OWI2LTgwNGYtODYxMzdlMjAzZGU0P2FwaS12ZXJzaW9uPTIwMTUtMDctMDE=", - "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"roleDefinitionId\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/providers/Microsoft.Authorization/roleDefinitions/c12c1c16-33a1-487b-954d-41c89c60f349\",\r\n \"principalId\": \"384dab06-7a70-4ecf-a04e-284602199124\"\r\n }\r\n}", - "RequestHeaders": { - "x-ms-client-request-id": [ - "94f2c746-adc2-48be-96b7-20efba6902f3" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.27617.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Authorization.Version2015.07.01.AuthorizationManagementClient/1.3.0" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Content-Length": [ - "254" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-request-charge": [ - "2" - ], - "x-ms-request-id": [ - "d635490b-5d70-403a-8c5e-41350247f665" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Set-Cookie": [ - "x-ms-gateway-slice=Production; path=/; secure; HttpOnly" - ], - "x-ms-ratelimit-remaining-subscription-writes": [ - "1199" - ], - "x-ms-correlation-request-id": [ - "9191f403-4830-4a06-9d15-ca07e5c29a94" - ], - "x-ms-routing-request-id": [ - "WESTUS:20190703T164350Z:9191f403-4830-4a06-9d15-ca07e5c29a94" - ], - "Date": [ - "Wed, 03 Jul 2019 16:43:50 GMT" - ], - "Content-Length": [ - "834" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"roleDefinitionId\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/providers/Microsoft.Authorization/roleDefinitions/c12c1c16-33a1-487b-954d-41c89c60f349\",\r\n \"principalId\": \"384dab06-7a70-4ecf-a04e-284602199124\",\r\n \"scope\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps8341/providers/Microsoft.Storage/storageAccounts/saps748\",\r\n \"createdOn\": \"2019-07-03T16:43:48.7016533Z\",\r\n \"updatedOn\": \"2019-07-03T16:43:48.7016533Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": \"8d1a2f63-15c2-4fe8-a804-213ecbaf4403\"\r\n },\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps8341/providers/Microsoft.Storage/storageAccounts/saps748/providers/Microsoft.Authorization/roleAssignments/7dbf6f68-458b-49b6-804f-86137e203de4\",\r\n \"type\": \"Microsoft.Authorization/roleAssignments\",\r\n \"name\": \"7dbf6f68-458b-49b6-804f-86137e203de4\"\r\n}", - "StatusCode": 201 - }, - { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps8341/providers/Microsoft.StorageSync/storageSyncServices/sssps3419/syncGroups/sgps9759/cloudEndpoints/cepps6232?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzODM0MS9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMzNDE5L3N5bmNHcm91cHMvc2dwczk3NTkvY2xvdWRFbmRwb2ludHMvY2VwcHM2MjMyP2FwaS12ZXJzaW9uPTIwMTktMDMtMDE=", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps4409/providers/Microsoft.StorageSync/storageSyncServices/sssps5526/syncGroups/sgps966/cloudEndpoints/cepps5306?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzNDQwOS9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM1NTI2L3N5bmNHcm91cHMvc2dwczk2Ni9jbG91ZEVuZHBvaW50cy9jZXBwczUzMDY/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"storageAccountResourceId\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps8341/providers/Microsoft.Storage/storageAccounts/saps748\",\r\n \"azureFileShareName\": \"testfs\",\r\n \"storageAccountTenantId\": \"0483643a-cb2f-462a-bc27-1a270e5bdc0a\"\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"storageAccountResourceId\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps4409/providers/Microsoft.Storage/storageAccounts/saps6003\",\r\n \"azureFileShareName\": \"testfs\",\r\n \"storageAccountTenantId\": \"6ad91d65-65ab-4e14-90f7-fe951035b7c9\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "3f63a348-e931-4216-b3a0-8357889ec8e7" + "1c7e47ac-3276-43c9-a147-743af5bb3233" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "297" + "298" ] }, "ResponseHeaders": { @@ -1116,16 +1176,16 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps8341/providers/microsoft.storagesync/storageSyncServices/sssps3419/workflows/f6a352e6-573e-4b9c-99b7-70640ae9d845/operationresults/1d6a5bcf-050a-4ded-9484-c1944f4091da?api-version=2019-03-01" + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6IjMzZDI4NzhiLTZmYjQtNDllNS1iOWRkLTM4NGQ1MTI2ZDYzNSIsIndvcmtmbG93SWQiOiJiNWIwY2Y3ZC00NDlmLTRiYzgtYWZlNC0xZmE0MmI1Y2UzNGQiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiNTJmMGRmNTAtMTgwYi00ZTE1LWE2MzgtMDEwZGJiMWNmZDVkIn0=?api-version=2020-03-01" ], "Retry-After": [ "10" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps8341/providers/microsoft.storagesync/storageSyncServices/sssps3419/workflows/f6a352e6-573e-4b9c-99b7-70640ae9d845/operations/1d6a5bcf-050a-4ded-9484-c1944f4091da?api-version=2019-03-01" + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6IjMzZDI4NzhiLTZmYjQtNDllNS1iOWRkLTM4NGQ1MTI2ZDYzNSIsIndvcmtmbG93SWQiOiJiNWIwY2Y3ZC00NDlmLTRiYzgtYWZlNC0xZmE0MmI1Y2UzNGQiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiNTJmMGRmNTAtMTgwYi00ZTE1LWE2MzgtMDEwZGJiMWNmZDVkIn0=?api-version=2020-03-01" ], "x-ms-request-id": [ - "675cdb29-d369-4de5-b622-34b5d9fd44d6" + "49b4d3a6-b19b-4c78-9e47-9a6a01bf7b69" ], "X-Content-Type-Options": [ "nosniff" @@ -1143,16 +1203,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1198" + "1199" ], "x-ms-correlation-request-id": [ - "35a4621e-076d-4627-aa75-79b2b71fd34b" + "8608e66b-6159-4927-ad78-34dc3a026496" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T164431Z:35a4621e-076d-4627-aa75-79b2b71fd34b" + "WESTUS:20200623T090101Z:8608e66b-6159-4927-ad78-34dc3a026496" ], "Date": [ - "Wed, 03 Jul 2019 16:44:30 GMT" + "Tue, 23 Jun 2020 09:01:00 GMT" ], "Expires": [ "-1" @@ -1165,16 +1225,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps8341/providers/microsoft.storagesync/storageSyncServices/sssps3419/workflows/f6a352e6-573e-4b9c-99b7-70640ae9d845/operations/1d6a5bcf-050a-4ded-9484-c1944f4091da?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzODM0MS9wcm92aWRlcnMvbWljcm9zb2Z0LnN0b3JhZ2VzeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMzNDE5L3dvcmtmbG93cy9mNmEzNTJlNi01NzNlLTRiOWMtOTliNy03MDY0MGFlOWQ4NDUvb3BlcmF0aW9ucy8xZDZhNWJjZi0wNTBhLTRkZWQtOTQ4NC1jMTk0NGY0MDkxZGE/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6IjMzZDI4NzhiLTZmYjQtNDllNS1iOWRkLTM4NGQ1MTI2ZDYzNSIsIndvcmtmbG93SWQiOiJiNWIwY2Y3ZC00NDlmLTRiYzgtYWZlNC0xZmE0MmI1Y2UzNGQiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiNTJmMGRmNTAtMTgwYi00ZTE1LWE2MzgtMDEwZGJiMWNmZDVkIn0=?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvbG9jYXRpb25zL2NlbnRyYWx1c2V1YXAvb3BlcmF0aW9ucy9leUp3WVhKMGFYUnBiMjVKWkNJNklqTXpaREk0TnpoaUxUWm1ZalF0TkRsbE5TMWlPV1JrTFRNNE5HUTFNVEkyWkRZek5TSXNJbmR2Y210bWJHOTNTV1FpT2lKaU5XSXdZMlkzWkMwME5EbG1MVFJpWXpndFlXWmxOQzB4Wm1FME1tSTFZMlV6TkdRaUxDSjNiM0pyWm14dmQwOXdaWEpoZEdsdmJrbGtJam9pTlRKbU1HUm1OVEF0TVRnd1lpMDBaVEUxTFdFMk16Z3RNREV3WkdKaU1XTm1aRFZrSW4wPT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -1185,7 +1245,7 @@ "no-cache" ], "x-ms-request-id": [ - "4047a045-228f-4374-97e3-708e6bd8f301" + "5548ecd6-1cd9-443f-86ef-d6c67f3aa58c" ], "X-Content-Type-Options": [ "nosniff" @@ -1203,41 +1263,41 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11996" + "11998" ], "x-ms-correlation-request-id": [ - "b049d63a-a5d1-4d62-a79e-21ed46d18891" + "32464b57-d249-44ab-bc63-45946fa2f7d9" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T164442Z:b049d63a-a5d1-4d62-a79e-21ed46d18891" + "WESTUS:20200623T090112Z:32464b57-d249-44ab-bc63-45946fa2f7d9" ], "Date": [ - "Wed, 03 Jul 2019 16:44:41 GMT" + "Tue, 23 Jun 2020 09:01:11 GMT" ], "Content-Length": [ - "450" + "745" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps8341/providers/microsoft.storagesync/storageSyncServices/sssps3419/workflow/f6a352e6-573e-4b9c-99b7-70640ae9d845/operationresults/1d6a5bcf-050a-4ded-9484-c1944f4091da\",\r\n \"name\": \"1d6a5bcf-050a-4ded-9484-c1944f4091da\",\r\n \"status\": \"validateInput\",\r\n \"startTime\": \"2019-07-03T16:44:31.909817Z\",\r\n \"endTime\": \"2019-07-03T16:44:35.0249148Z\",\r\n \"percentComplete\": null,\r\n \"error\": null,\r\n \"properties\": {}\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6IjMzZDI4NzhiLTZmYjQtNDllNS1iOWRkLTM4NGQ1MTI2ZDYzNSIsIndvcmtmbG93SWQiOiJiNWIwY2Y3ZC00NDlmLTRiYzgtYWZlNC0xZmE0MmI1Y2UzNGQiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiNTJmMGRmNTAtMTgwYi00ZTE1LWE2MzgtMDEwZGJiMWNmZDVkIn0=\",\r\n \"name\": \"eyJwYXJ0aXRpb25JZCI6IjMzZDI4NzhiLTZmYjQtNDllNS1iOWRkLTM4NGQ1MTI2ZDYzNSIsIndvcmtmbG93SWQiOiJiNWIwY2Y3ZC00NDlmLTRiYzgtYWZlNC0xZmE0MmI1Y2UzNGQiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiNTJmMGRmNTAtMTgwYi00ZTE1LWE2MzgtMDEwZGJiMWNmZDVkIn0=\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2020-06-23T09:01:02.4681011Z\",\r\n \"endTime\": \"2020-06-23T09:01:10.2181197Z\",\r\n \"properties\": {}\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps8341/providers/microsoft.storagesync/storageSyncServices/sssps3419/workflows/f6a352e6-573e-4b9c-99b7-70640ae9d845/operations/1d6a5bcf-050a-4ded-9484-c1944f4091da?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzODM0MS9wcm92aWRlcnMvbWljcm9zb2Z0LnN0b3JhZ2VzeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMzNDE5L3dvcmtmbG93cy9mNmEzNTJlNi01NzNlLTRiOWMtOTliNy03MDY0MGFlOWQ4NDUvb3BlcmF0aW9ucy8xZDZhNWJjZi0wNTBhLTRkZWQtOTQ4NC1jMTk0NGY0MDkxZGE/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps4409/providers/Microsoft.StorageSync/storageSyncServices/sssps5526/syncGroups/sgps966/cloudEndpoints/cepps5306?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzNDQwOS9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM1NTI2L3N5bmNHcm91cHMvc2dwczk2Ni9jbG91ZEVuZHBvaW50cy9jZXBwczUzMDY/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -1248,7 +1308,7 @@ "no-cache" ], "x-ms-request-id": [ - "2f606378-5569-40ae-ac3d-80e2a2b4f6c9" + "9256b104-de3a-406b-b89d-1fe647cf1f1f" ], "X-Content-Type-Options": [ "nosniff" @@ -1266,41 +1326,47 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11995" + "11997" ], "x-ms-correlation-request-id": [ - "f1400336-d4c8-4b02-a4b3-281dbc302db5" + "c1595de9-f419-4b40-96fb-48bff9886ff5" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T164452Z:f1400336-d4c8-4b02-a4b3-281dbc302db5" + "WESTUS:20200623T090112Z:c1595de9-f419-4b40-96fb-48bff9886ff5" ], "Date": [ - "Wed, 03 Jul 2019 16:44:51 GMT" + "Tue, 23 Jun 2020 09:01:11 GMT" ], "Content-Length": [ - "450" + "1026" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps8341/providers/microsoft.storagesync/storageSyncServices/sssps3419/workflow/f6a352e6-573e-4b9c-99b7-70640ae9d845/operationresults/1d6a5bcf-050a-4ded-9484-c1944f4091da\",\r\n \"name\": \"1d6a5bcf-050a-4ded-9484-c1944f4091da\",\r\n \"status\": \"validateInput\",\r\n \"startTime\": \"2019-07-03T16:44:31.909817Z\",\r\n \"endTime\": \"2019-07-03T16:44:35.0249148Z\",\r\n \"percentComplete\": null,\r\n \"error\": null,\r\n \"properties\": {}\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"storageAccountResourceId\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps4409/providers/Microsoft.Storage/storageAccounts/saps6003\",\r\n \"azureFileShareName\": \"testfs\",\r\n \"storageAccountTenantId\": \"6ad91d65-65ab-4e14-90f7-fe951035b7c9\",\r\n \"partnershipId\": \"1|U0VSVkVSQVNTWU5DQ0xJRU5USEZTVjJ8RjNDREZFRjUtOEU5My00MEZFLUJFOTQtRUUxOERBMTMzRDgwfEdFTkVSSUN8Q0NBOTI1QjItQzgyQi00QUFGLThDQkMtMzA5NkZCRjU2NjE3\",\r\n \"friendlyName\": \"testfs\",\r\n \"backupEnabled\": \"false\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"lastWorkflowId\": \"storageSyncServices/sssps5526/workflows/b5b0cf7d-449f-4bc8-afe4-1fa42b5ce34d\",\r\n \"lastOperationName\": \"ICreateCloudEndpointWorkflow\"\r\n },\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps4409/providers/microsoft.storagesync/storageSyncServices/sssps5526/syncGroups/sgps966/cloudEndpoints/cepps5306\",\r\n \"name\": \"cepps5306\",\r\n \"type\": \"microsoft.storagesync/storageSyncServices/syncGroups/cloudEndpoints\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps8341/providers/microsoft.storagesync/storageSyncServices/sssps3419/workflows/f6a352e6-573e-4b9c-99b7-70640ae9d845/operations/1d6a5bcf-050a-4ded-9484-c1944f4091da?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzODM0MS9wcm92aWRlcnMvbWljcm9zb2Z0LnN0b3JhZ2VzeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMzNDE5L3dvcmtmbG93cy9mNmEzNTJlNi01NzNlLTRiOWMtOTliNy03MDY0MGFlOWQ4NDUvb3BlcmF0aW9ucy8xZDZhNWJjZi0wNTBhLTRkZWQtOTQ4NC1jMTk0NGY0MDkxZGE/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps4409/providers/Microsoft.StorageSync/storageSyncServices/sssps5526/syncGroups/sgps966/cloudEndpoints/cepps5306?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzNDQwOS9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM1NTI2L3N5bmNHcm91cHMvc2dwczk2Ni9jbG91ZEVuZHBvaW50cy9jZXBwczUzMDY/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { + "x-ms-client-request-id": [ + "95d68130-1de4-47ec-937a-1c57ff9071c2" + ], + "Accept-Language": [ + "en-US" + ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -1311,7 +1377,7 @@ "no-cache" ], "x-ms-request-id": [ - "738c09a8-6974-4683-bdbc-2d8c98ff975c" + "75cd0b7e-89c3-4da9-a23e-1c15dbaca101" ], "X-Content-Type-Options": [ "nosniff" @@ -1329,41 +1395,47 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11994" + "11996" ], "x-ms-correlation-request-id": [ - "e32b0193-b619-47df-adff-801e2501fe03" + "e3c1cd57-26c9-4b0d-a0d4-2ec6108974d4" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T164502Z:e32b0193-b619-47df-adff-801e2501fe03" + "WESTUS:20200623T090112Z:e3c1cd57-26c9-4b0d-a0d4-2ec6108974d4" ], "Date": [ - "Wed, 03 Jul 2019 16:45:01 GMT" + "Tue, 23 Jun 2020 09:01:11 GMT" ], "Content-Length": [ - "450" + "1026" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps8341/providers/microsoft.storagesync/storageSyncServices/sssps3419/workflow/f6a352e6-573e-4b9c-99b7-70640ae9d845/operationresults/1d6a5bcf-050a-4ded-9484-c1944f4091da\",\r\n \"name\": \"1d6a5bcf-050a-4ded-9484-c1944f4091da\",\r\n \"status\": \"validateInput\",\r\n \"startTime\": \"2019-07-03T16:44:31.909817Z\",\r\n \"endTime\": \"2019-07-03T16:44:35.0249148Z\",\r\n \"percentComplete\": null,\r\n \"error\": null,\r\n \"properties\": {}\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"storageAccountResourceId\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps4409/providers/Microsoft.Storage/storageAccounts/saps6003\",\r\n \"azureFileShareName\": \"testfs\",\r\n \"storageAccountTenantId\": \"6ad91d65-65ab-4e14-90f7-fe951035b7c9\",\r\n \"partnershipId\": \"1|U0VSVkVSQVNTWU5DQ0xJRU5USEZTVjJ8RjNDREZFRjUtOEU5My00MEZFLUJFOTQtRUUxOERBMTMzRDgwfEdFTkVSSUN8Q0NBOTI1QjItQzgyQi00QUFGLThDQkMtMzA5NkZCRjU2NjE3\",\r\n \"friendlyName\": \"testfs\",\r\n \"backupEnabled\": \"false\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"lastWorkflowId\": \"storageSyncServices/sssps5526/workflows/b5b0cf7d-449f-4bc8-afe4-1fa42b5ce34d\",\r\n \"lastOperationName\": \"ICreateCloudEndpointWorkflow\"\r\n },\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps4409/providers/microsoft.storagesync/storageSyncServices/sssps5526/syncGroups/sgps966/cloudEndpoints/cepps5306\",\r\n \"name\": \"cepps5306\",\r\n \"type\": \"microsoft.storagesync/storageSyncServices/syncGroups/cloudEndpoints\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps8341/providers/microsoft.storagesync/storageSyncServices/sssps3419/workflows/f6a352e6-573e-4b9c-99b7-70640ae9d845/operations/1d6a5bcf-050a-4ded-9484-c1944f4091da?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzODM0MS9wcm92aWRlcnMvbWljcm9zb2Z0LnN0b3JhZ2VzeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMzNDE5L3dvcmtmbG93cy9mNmEzNTJlNi01NzNlLTRiOWMtOTliNy03MDY0MGFlOWQ4NDUvb3BlcmF0aW9ucy8xZDZhNWJjZi0wNTBhLTRkZWQtOTQ4NC1jMTk0NGY0MDkxZGE/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", - "RequestMethod": "GET", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps4409/providers/Microsoft.StorageSync/storageSyncServices/sssps5526/syncGroups/sgps966/cloudEndpoints/cepps5306?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzNDQwOS9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM1NTI2L3N5bmNHcm91cHMvc2dwczk2Ni9jbG91ZEVuZHBvaW50cy9jZXBwczUzMDY/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", + "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { + "x-ms-client-request-id": [ + "6bb15970-bf2e-4f32-ab0d-571f96c201fe" + ], + "Accept-Language": [ + "en-US" + ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -1373,71 +1445,17 @@ "Pragma": [ "no-cache" ], - "x-ms-request-id": [ - "82c8d91d-7535-4ec0-b836-c6abe65680a7" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Server": [ - "Microsoft-IIS/10.0" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11993" - ], - "x-ms-correlation-request-id": [ - "f27fcae5-a80e-4c21-9fe0-208340002c38" - ], - "x-ms-routing-request-id": [ - "WESTUS:20190703T164513Z:f27fcae5-a80e-4c21-9fe0-208340002c38" - ], - "Date": [ - "Wed, 03 Jul 2019 16:45:13 GMT" - ], - "Content-Length": [ - "450" - ], - "Content-Type": [ - "application/json; charset=utf-8" + "Location": [ + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6IjMzZDI4NzhiLTZmYjQtNDllNS1iOWRkLTM4NGQ1MTI2ZDYzNSIsIndvcmtmbG93SWQiOiIxMjFkMTE2ZS0xNDk4LTQyNWYtODA2ZS0yOGQwM2NhYjRjNTEiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiNzQ1OTMxZjAtN2NkOS00ZjQ5LWI2MWEtMDZjZWZlNDg1NjEzIn0=?api-version=2020-03-01" ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps8341/providers/microsoft.storagesync/storageSyncServices/sssps3419/workflow/f6a352e6-573e-4b9c-99b7-70640ae9d845/operationresults/1d6a5bcf-050a-4ded-9484-c1944f4091da\",\r\n \"name\": \"1d6a5bcf-050a-4ded-9484-c1944f4091da\",\r\n \"status\": \"validateInput\",\r\n \"startTime\": \"2019-07-03T16:44:31.909817Z\",\r\n \"endTime\": \"2019-07-03T16:44:35.0249148Z\",\r\n \"percentComplete\": null,\r\n \"error\": null,\r\n \"properties\": {}\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps8341/providers/microsoft.storagesync/storageSyncServices/sssps3419/workflows/f6a352e6-573e-4b9c-99b7-70640ae9d845/operations/1d6a5bcf-050a-4ded-9484-c1944f4091da?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzODM0MS9wcm92aWRlcnMvbWljcm9zb2Z0LnN0b3JhZ2VzeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMzNDE5L3dvcmtmbG93cy9mNmEzNTJlNi01NzNlLTRiOWMtOTliNy03MDY0MGFlOWQ4NDUvb3BlcmF0aW9ucy8xZDZhNWJjZi0wNTBhLTRkZWQtOTQ4NC1jMTk0NGY0MDkxZGE/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.27617.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" + "Retry-After": [ + "10" ], - "Pragma": [ - "no-cache" + "Azure-AsyncOperation": [ + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6IjMzZDI4NzhiLTZmYjQtNDllNS1iOWRkLTM4NGQ1MTI2ZDYzNSIsIndvcmtmbG93SWQiOiIxMjFkMTE2ZS0xNDk4LTQyNWYtODA2ZS0yOGQwM2NhYjRjNTEiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiNzQ1OTMxZjAtN2NkOS00ZjQ5LWI2MWEtMDZjZWZlNDg1NjEzIn0=?api-version=2020-03-01" ], "x-ms-request-id": [ - "e6c186bf-882a-4bf0-b1fa-fe6d8fe023c3" + "e8479bff-bdb8-4e7d-b6a4-46d721976393" ], "X-Content-Type-Options": [ "nosniff" @@ -1445,9 +1463,6 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11992" - ], "Server": [ "Microsoft-IIS/10.0" ], @@ -1457,39 +1472,39 @@ "X-Powered-By": [ "ASP.NET" ], + "x-ms-ratelimit-remaining-subscription-deletes": [ + "14999" + ], "x-ms-correlation-request-id": [ - "5c90a80e-9dfc-4962-9f2f-0b5292af4522" + "fda96a4e-0eaa-4223-a467-b52fff7c5d48" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T164523Z:5c90a80e-9dfc-4962-9f2f-0b5292af4522" + "WESTUS:20200623T090112Z:fda96a4e-0eaa-4223-a467-b52fff7c5d48" ], "Date": [ - "Wed, 03 Jul 2019 16:45:23 GMT" - ], - "Content-Length": [ - "457" - ], - "Content-Type": [ - "application/json; charset=utf-8" + "Tue, 23 Jun 2020 09:01:12 GMT" ], "Expires": [ "-1" + ], + "Content-Length": [ + "0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps8341/providers/microsoft.storagesync/storageSyncServices/sssps3419/workflow/f6a352e6-573e-4b9c-99b7-70640ae9d845/operationresults/1d6a5bcf-050a-4ded-9484-c1944f4091da\",\r\n \"name\": \"1d6a5bcf-050a-4ded-9484-c1944f4091da\",\r\n \"status\": \"setFileShareMetadata\",\r\n \"startTime\": \"2019-07-03T16:44:31.909817Z\",\r\n \"endTime\": \"2019-07-03T16:45:23.2286973Z\",\r\n \"percentComplete\": null,\r\n \"error\": null,\r\n \"properties\": {}\r\n}", - "StatusCode": 200 + "ResponseBody": "", + "StatusCode": 202 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps8341/providers/microsoft.storagesync/storageSyncServices/sssps3419/workflows/f6a352e6-573e-4b9c-99b7-70640ae9d845/operations/1d6a5bcf-050a-4ded-9484-c1944f4091da?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzODM0MS9wcm92aWRlcnMvbWljcm9zb2Z0LnN0b3JhZ2VzeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMzNDE5L3dvcmtmbG93cy9mNmEzNTJlNi01NzNlLTRiOWMtOTliNy03MDY0MGFlOWQ4NDUvb3BlcmF0aW9ucy8xZDZhNWJjZi0wNTBhLTRkZWQtOTQ4NC1jMTk0NGY0MDkxZGE/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6IjMzZDI4NzhiLTZmYjQtNDllNS1iOWRkLTM4NGQ1MTI2ZDYzNSIsIndvcmtmbG93SWQiOiIxMjFkMTE2ZS0xNDk4LTQyNWYtODA2ZS0yOGQwM2NhYjRjNTEiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiNzQ1OTMxZjAtN2NkOS00ZjQ5LWI2MWEtMDZjZWZlNDg1NjEzIn0=?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvbG9jYXRpb25zL2NlbnRyYWx1c2V1YXAvb3BlcmF0aW9ucy9leUp3WVhKMGFYUnBiMjVKWkNJNklqTXpaREk0TnpoaUxUWm1ZalF0TkRsbE5TMWlPV1JrTFRNNE5HUTFNVEkyWkRZek5TSXNJbmR2Y210bWJHOTNTV1FpT2lJeE1qRmtNVEUyWlMweE5EazRMVFF5TldZdE9EQTJaUzB5T0dRd00yTmhZalJqTlRFaUxDSjNiM0pyWm14dmQwOXdaWEpoZEdsdmJrbGtJam9pTnpRMU9UTXhaakF0TjJOa09TMDBaalE1TFdJMk1XRXRNRFpqWldabE5EZzFOakV6SW4wPT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -1500,7 +1515,7 @@ "no-cache" ], "x-ms-request-id": [ - "a9c0e3f1-071f-4342-8155-11221199cf1b" + "086c0a79-36d3-4ecc-b1ba-0e921fb4f49a" ], "X-Content-Type-Options": [ "nosniff" @@ -1518,41 +1533,41 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11991" + "11995" ], "x-ms-correlation-request-id": [ - "0d7cc139-6a2a-40fb-b0c6-8dc19271a3d9" + "26e392fb-9f57-4f6b-abd9-3336a3f634ce" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T164534Z:0d7cc139-6a2a-40fb-b0c6-8dc19271a3d9" + "WESTUS:20200623T090123Z:26e392fb-9f57-4f6b-abd9-3336a3f634ce" ], "Date": [ - "Wed, 03 Jul 2019 16:45:33 GMT" + "Tue, 23 Jun 2020 09:01:22 GMT" ], "Content-Length": [ - "446" + "745" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps8341/providers/microsoft.storagesync/storageSyncServices/sssps3419/workflow/f6a352e6-573e-4b9c-99b7-70640ae9d845/operationresults/1d6a5bcf-050a-4ded-9484-c1944f4091da\",\r\n \"name\": \"1d6a5bcf-050a-4ded-9484-c1944f4091da\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2019-07-03T16:44:31.909817Z\",\r\n \"endTime\": \"2019-07-03T16:45:23.4162345Z\",\r\n \"percentComplete\": null,\r\n \"error\": null,\r\n \"properties\": {}\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6IjMzZDI4NzhiLTZmYjQtNDllNS1iOWRkLTM4NGQ1MTI2ZDYzNSIsIndvcmtmbG93SWQiOiIxMjFkMTE2ZS0xNDk4LTQyNWYtODA2ZS0yOGQwM2NhYjRjNTEiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiNzQ1OTMxZjAtN2NkOS00ZjQ5LWI2MWEtMDZjZWZlNDg1NjEzIn0=\",\r\n \"name\": \"eyJwYXJ0aXRpb25JZCI6IjMzZDI4NzhiLTZmYjQtNDllNS1iOWRkLTM4NGQ1MTI2ZDYzNSIsIndvcmtmbG93SWQiOiIxMjFkMTE2ZS0xNDk4LTQyNWYtODA2ZS0yOGQwM2NhYjRjNTEiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiNzQ1OTMxZjAtN2NkOS00ZjQ5LWI2MWEtMDZjZWZlNDg1NjEzIn0=\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2020-06-23T09:01:13.3464759Z\",\r\n \"endTime\": \"2020-06-23T09:01:17.6220399Z\",\r\n \"properties\": {}\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps8341/providers/Microsoft.StorageSync/storageSyncServices/sssps3419/syncGroups/sgps9759/cloudEndpoints/cepps6232?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzODM0MS9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMzNDE5L3N5bmNHcm91cHMvc2dwczk3NTkvY2xvdWRFbmRwb2ludHMvY2VwcHM2MjMyP2FwaS12ZXJzaW9uPTIwMTktMDMtMDE=", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6IjMzZDI4NzhiLTZmYjQtNDllNS1iOWRkLTM4NGQ1MTI2ZDYzNSIsIndvcmtmbG93SWQiOiIxMjFkMTE2ZS0xNDk4LTQyNWYtODA2ZS0yOGQwM2NhYjRjNTEiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiNzQ1OTMxZjAtN2NkOS00ZjQ5LWI2MWEtMDZjZWZlNDg1NjEzIn0=?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvbG9jYXRpb25zL2NlbnRyYWx1c2V1YXAvb3BlcmF0aW9ucmVzdWx0cy9leUp3WVhKMGFYUnBiMjVKWkNJNklqTXpaREk0TnpoaUxUWm1ZalF0TkRsbE5TMWlPV1JrTFRNNE5HUTFNVEkyWkRZek5TSXNJbmR2Y210bWJHOTNTV1FpT2lJeE1qRmtNVEUyWlMweE5EazRMVFF5TldZdE9EQTJaUzB5T0dRd00yTmhZalJqTlRFaUxDSjNiM0pyWm14dmQwOXdaWEpoZEdsdmJrbGtJam9pTnpRMU9UTXhaakF0TjJOa09TMDBaalE1TFdJMk1XRXRNRFpqWldabE5EZzFOakV6SW4wPT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -1563,7 +1578,7 @@ "no-cache" ], "x-ms-request-id": [ - "088cecd3-665b-47c5-9659-580fb941e355" + "a64f3437-1673-4c39-8610-4ed86d92e983" ], "X-Content-Type-Options": [ "nosniff" @@ -1581,47 +1596,44 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11990" + "11994" ], "x-ms-correlation-request-id": [ - "5a39735d-f7f1-4fd7-bd88-ffc54d8340aa" + "2fe3cb03-310a-406d-af75-31723ae5ab2b" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T164534Z:5a39735d-f7f1-4fd7-bd88-ffc54d8340aa" + "WESTUS:20200623T090123Z:2fe3cb03-310a-406d-af75-31723ae5ab2b" ], "Date": [ - "Wed, 03 Jul 2019 16:45:34 GMT" - ], - "Content-Length": [ - "984" - ], - "Content-Type": [ - "application/json; charset=utf-8" + "Tue, 23 Jun 2020 09:01:22 GMT" ], "Expires": [ "-1" + ], + "Content-Length": [ + "0" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"storageAccountKey\": null,\r\n \"storageAccount\": null,\r\n \"storageAccountResourceId\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps8341/providers/Microsoft.Storage/storageAccounts/saps748\",\r\n \"azureFileShareName\": \"testfs\",\r\n \"storageAccountTenantId\": \"0483643a-cb2f-462a-bc27-1a270e5bdc0a\",\r\n \"partnershipId\": \"1|U0VSVkVSQVNTWU5DQ0xJRU5USEZTVjJ8QzFCODYwNTUtMjU5MC00MUNDLUI0NEUtODIzQTBGNjRGMjZCfEdFTkVSSUN8RDREMzExMTMtQzFBOC00QTcwLUI4RjktNzZGNTBCMjkxOTFC\",\r\n \"friendlyName\": \"testfs\",\r\n \"backupEnabled\": \"false\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"lastWorkflowId\": \"storageSyncServices/sssps3419/workflows/f6a352e6-573e-4b9c-99b7-70640ae9d845\",\r\n \"lastOperationName\": \"ICreateCloudEndpointWorkflow\"\r\n },\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps8341/providers/microsoft.storagesync/storageSyncServices/sssps3419/syncGroups/sgps9759/cloudEndpoints/cepps6232\",\r\n \"name\": \"cepps6232\",\r\n \"type\": \"microsoft.storagesync/storageSyncServices/syncGroups/cloudEndpoints\"\r\n}", + "ResponseBody": "", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps8341/providers/Microsoft.StorageSync/storageSyncServices/sssps3419/syncGroups/sgps9759/cloudEndpoints/cepps6232?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzODM0MS9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMzNDE5L3N5bmNHcm91cHMvc2dwczk3NTkvY2xvdWRFbmRwb2ludHMvY2VwcHM2MjMyP2FwaS12ZXJzaW9uPTIwMTktMDMtMDE=", - "RequestMethod": "GET", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps4409/providers/Microsoft.StorageSync/storageSyncServices/sssps5526/syncGroups/sgps966?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzNDQwOS9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM1NTI2L3N5bmNHcm91cHMvc2dwczk2Nj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "99a9ae6c-c391-45f6-a97f-6dd79ab0c3bd" + "87da2ffe-13c7-42e3-9132-5c44d2633062" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -1632,7 +1644,7 @@ "no-cache" ], "x-ms-request-id": [ - "1deb8636-60b8-415f-a171-cac6ef330631" + "7e650c3b-a7e6-4697-af69-541ad3a1c2bd" ], "X-Content-Type-Options": [ "nosniff" @@ -1649,48 +1661,45 @@ "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11989" + "x-ms-ratelimit-remaining-subscription-deletes": [ + "14998" ], "x-ms-correlation-request-id": [ - "86bae65f-33fe-42cd-a3d0-ad9f58f1dfbf" + "3d9e9970-afa9-4b34-a83c-ba1f01a942a0" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T164534Z:86bae65f-33fe-42cd-a3d0-ad9f58f1dfbf" + "WESTUS:20200623T090123Z:3d9e9970-afa9-4b34-a83c-ba1f01a942a0" ], "Date": [ - "Wed, 03 Jul 2019 16:45:34 GMT" - ], - "Content-Length": [ - "984" - ], - "Content-Type": [ - "application/json; charset=utf-8" + "Tue, 23 Jun 2020 09:01:22 GMT" ], "Expires": [ "-1" + ], + "Content-Length": [ + "0" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"storageAccountKey\": null,\r\n \"storageAccount\": null,\r\n \"storageAccountResourceId\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps8341/providers/Microsoft.Storage/storageAccounts/saps748\",\r\n \"azureFileShareName\": \"testfs\",\r\n \"storageAccountTenantId\": \"0483643a-cb2f-462a-bc27-1a270e5bdc0a\",\r\n \"partnershipId\": \"1|U0VSVkVSQVNTWU5DQ0xJRU5USEZTVjJ8QzFCODYwNTUtMjU5MC00MUNDLUI0NEUtODIzQTBGNjRGMjZCfEdFTkVSSUN8RDREMzExMTMtQzFBOC00QTcwLUI4RjktNzZGNTBCMjkxOTFC\",\r\n \"friendlyName\": \"testfs\",\r\n \"backupEnabled\": \"false\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"lastWorkflowId\": \"storageSyncServices/sssps3419/workflows/f6a352e6-573e-4b9c-99b7-70640ae9d845\",\r\n \"lastOperationName\": \"ICreateCloudEndpointWorkflow\"\r\n },\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps8341/providers/microsoft.storagesync/storageSyncServices/sssps3419/syncGroups/sgps9759/cloudEndpoints/cepps6232\",\r\n \"name\": \"cepps6232\",\r\n \"type\": \"microsoft.storagesync/storageSyncServices/syncGroups/cloudEndpoints\"\r\n}", + "ResponseBody": "", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps8341/providers/Microsoft.StorageSync/storageSyncServices/sssps3419/syncGroups/sgps9759/cloudEndpoints/cepps6232?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzODM0MS9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMzNDE5L3N5bmNHcm91cHMvc2dwczk3NTkvY2xvdWRFbmRwb2ludHMvY2VwcHM2MjMyP2FwaS12ZXJzaW9uPTIwMTktMDMtMDE=", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps4409/providers/Microsoft.StorageSync/storageSyncServices/sssps5526?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzNDQwOS9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM1NTI2P2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "f951405e-dca3-4454-950f-a0ad9fc444ff" + "c7594db4-de7e-4d54-af6e-2e6e51defba2" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -1701,16 +1710,16 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps8341/providers/microsoft.storagesync/storageSyncServices/sssps3419/workflows/e8dfce9e-a4c6-4b28-b4a7-306997273362/operationresults/a5b0a5fc-c94a-4614-8fe6-9178bf9cf742?api-version=2019-03-01" + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6IjMzZDI4NzhiLTZmYjQtNDllNS1iOWRkLTM4NGQ1MTI2ZDYzNSIsIndvcmtmbG93SWQiOiJkYjg5ZDNiOC05MTljLTQyODctODI0Ny1hYjJmNDM4ZjU2MTAiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiZmU5ZTA3ZTAtMmU2Ni00ZDI5LWIwMDYtZmQ0NTdlNzVhN2MyIn0=?api-version=2020-03-01" ], "Retry-After": [ "10" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps8341/providers/microsoft.storagesync/storageSyncServices/sssps3419/workflows/e8dfce9e-a4c6-4b28-b4a7-306997273362/operations/a5b0a5fc-c94a-4614-8fe6-9178bf9cf742?api-version=2019-03-01" + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6IjMzZDI4NzhiLTZmYjQtNDllNS1iOWRkLTM4NGQ1MTI2ZDYzNSIsIndvcmtmbG93SWQiOiJkYjg5ZDNiOC05MTljLTQyODctODI0Ny1hYjJmNDM4ZjU2MTAiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiZmU5ZTA3ZTAtMmU2Ni00ZDI5LWIwMDYtZmQ0NTdlNzVhN2MyIn0=?api-version=2020-03-01" ], "x-ms-request-id": [ - "79a4e9e6-75db-4504-91f4-4befb7f0c2a9" + "c3a742ae-7888-4554-913a-674991f60cd7" ], "X-Content-Type-Options": [ "nosniff" @@ -1728,16 +1737,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-deletes": [ - "14999" + "14997" ], "x-ms-correlation-request-id": [ - "aeb36b83-3e96-4424-a5e3-483eadd61da4" + "00939e39-ec24-4c9a-87a6-de1a66849e77" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T164535Z:aeb36b83-3e96-4424-a5e3-483eadd61da4" + "WESTUS:20200623T090124Z:00939e39-ec24-4c9a-87a6-de1a66849e77" ], "Date": [ - "Wed, 03 Jul 2019 16:45:35 GMT" + "Tue, 23 Jun 2020 09:01:23 GMT" ], "Expires": [ "-1" @@ -1750,16 +1759,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps8341/providers/microsoft.storagesync/storageSyncServices/sssps3419/workflows/e8dfce9e-a4c6-4b28-b4a7-306997273362/operations/a5b0a5fc-c94a-4614-8fe6-9178bf9cf742?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzODM0MS9wcm92aWRlcnMvbWljcm9zb2Z0LnN0b3JhZ2VzeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMzNDE5L3dvcmtmbG93cy9lOGRmY2U5ZS1hNGM2LTRiMjgtYjRhNy0zMDY5OTcyNzMzNjIvb3BlcmF0aW9ucy9hNWIwYTVmYy1jOTRhLTQ2MTQtOGZlNi05MTc4YmY5Y2Y3NDI/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6IjMzZDI4NzhiLTZmYjQtNDllNS1iOWRkLTM4NGQ1MTI2ZDYzNSIsIndvcmtmbG93SWQiOiJkYjg5ZDNiOC05MTljLTQyODctODI0Ny1hYjJmNDM4ZjU2MTAiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiZmU5ZTA3ZTAtMmU2Ni00ZDI5LWIwMDYtZmQ0NTdlNzVhN2MyIn0=?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvbG9jYXRpb25zL2NlbnRyYWx1c2V1YXAvb3BlcmF0aW9ucy9leUp3WVhKMGFYUnBiMjVKWkNJNklqTXpaREk0TnpoaUxUWm1ZalF0TkRsbE5TMWlPV1JrTFRNNE5HUTFNVEkyWkRZek5TSXNJbmR2Y210bWJHOTNTV1FpT2lKa1lqZzVaRE5pT0MwNU1UbGpMVFF5T0RjdE9ESTBOeTFoWWpKbU5ETTRaalUyTVRBaUxDSjNiM0pyWm14dmQwOXdaWEpoZEdsdmJrbGtJam9pWm1VNVpUQTNaVEF0TW1VMk5pMDBaREk1TFdJd01EWXRabVEwTlRkbE56VmhOMk15SW4wPT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -1770,7 +1779,7 @@ "no-cache" ], "x-ms-request-id": [ - "3a4a2b7a-ad6f-46ac-8c10-a72435f84e79" + "cb1b1dfb-7de8-4558-ae5c-ecd40e5d35d5" ], "X-Content-Type-Options": [ "nosniff" @@ -1788,41 +1797,41 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11988" + "11993" ], "x-ms-correlation-request-id": [ - "737a6fcb-f2ea-434a-9e53-a9bc52199bdd" + "ea8087c9-4275-4fdd-ae76-b25fced7a994" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T164546Z:737a6fcb-f2ea-434a-9e53-a9bc52199bdd" + "WESTUS:20200623T090134Z:ea8087c9-4275-4fdd-ae76-b25fced7a994" ], "Date": [ - "Wed, 03 Jul 2019 16:45:45 GMT" + "Tue, 23 Jun 2020 09:01:34 GMT" ], "Content-Length": [ - "447" + "744" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps8341/providers/microsoft.storagesync/storageSyncServices/sssps3419/workflow/e8dfce9e-a4c6-4b28-b4a7-306997273362/operationresults/a5b0a5fc-c94a-4614-8fe6-9178bf9cf742\",\r\n \"name\": \"a5b0a5fc-c94a-4614-8fe6-9178bf9cf742\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2019-07-03T16:45:35.6970846Z\",\r\n \"endTime\": \"2019-07-03T16:45:39.2288506Z\",\r\n \"percentComplete\": null,\r\n \"error\": null,\r\n \"properties\": {}\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6IjMzZDI4NzhiLTZmYjQtNDllNS1iOWRkLTM4NGQ1MTI2ZDYzNSIsIndvcmtmbG93SWQiOiJkYjg5ZDNiOC05MTljLTQyODctODI0Ny1hYjJmNDM4ZjU2MTAiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiZmU5ZTA3ZTAtMmU2Ni00ZDI5LWIwMDYtZmQ0NTdlNzVhN2MyIn0=\",\r\n \"name\": \"eyJwYXJ0aXRpb25JZCI6IjMzZDI4NzhiLTZmYjQtNDllNS1iOWRkLTM4NGQ1MTI2ZDYzNSIsIndvcmtmbG93SWQiOiJkYjg5ZDNiOC05MTljLTQyODctODI0Ny1hYjJmNDM4ZjU2MTAiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiZmU5ZTA3ZTAtMmU2Ni00ZDI5LWIwMDYtZmQ0NTdlNzVhN2MyIn0=\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2020-06-23T09:01:24.4926352Z\",\r\n \"endTime\": \"2020-06-23T09:01:30.640796Z\",\r\n \"properties\": {}\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps8341/providers/microsoft.storagesync/storageSyncServices/sssps3419/workflows/e8dfce9e-a4c6-4b28-b4a7-306997273362/operationresults/a5b0a5fc-c94a-4614-8fe6-9178bf9cf742?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzODM0MS9wcm92aWRlcnMvbWljcm9zb2Z0LnN0b3JhZ2VzeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMzNDE5L3dvcmtmbG93cy9lOGRmY2U5ZS1hNGM2LTRiMjgtYjRhNy0zMDY5OTcyNzMzNjIvb3BlcmF0aW9ucmVzdWx0cy9hNWIwYTVmYy1jOTRhLTQ2MTQtOGZlNi05MTc4YmY5Y2Y3NDI/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6IjMzZDI4NzhiLTZmYjQtNDllNS1iOWRkLTM4NGQ1MTI2ZDYzNSIsIndvcmtmbG93SWQiOiJkYjg5ZDNiOC05MTljLTQyODctODI0Ny1hYjJmNDM4ZjU2MTAiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiZmU5ZTA3ZTAtMmU2Ni00ZDI5LWIwMDYtZmQ0NTdlNzVhN2MyIn0=?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvbG9jYXRpb25zL2NlbnRyYWx1c2V1YXAvb3BlcmF0aW9ucmVzdWx0cy9leUp3WVhKMGFYUnBiMjVKWkNJNklqTXpaREk0TnpoaUxUWm1ZalF0TkRsbE5TMWlPV1JrTFRNNE5HUTFNVEkyWkRZek5TSXNJbmR2Y210bWJHOTNTV1FpT2lKa1lqZzVaRE5pT0MwNU1UbGpMVFF5T0RjdE9ESTBOeTFoWWpKbU5ETTRaalUyTVRBaUxDSjNiM0pyWm14dmQwOXdaWEpoZEdsdmJrbGtJam9pWm1VNVpUQTNaVEF0TW1VMk5pMDBaREk1TFdJd01EWXRabVEwTlRkbE56VmhOMk15SW4wPT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -1833,7 +1842,7 @@ "no-cache" ], "x-ms-request-id": [ - "efe95e39-8ca7-4722-971b-a5578ad4bfac" + "4b2bc7de-92ed-4f54-802c-630e5e2bb342" ], "X-Content-Type-Options": [ "nosniff" @@ -1851,16 +1860,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11987" + "11992" ], "x-ms-correlation-request-id": [ - "0bc186d5-334c-414b-8c49-89ddbde7aa5f" + "67ba7fcf-7462-4407-a8e1-1321f35b838e" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T164546Z:0bc186d5-334c-414b-8c49-89ddbde7aa5f" + "WESTUS:20200623T090134Z:67ba7fcf-7462-4407-a8e1-1321f35b838e" ], "Date": [ - "Wed, 03 Jul 2019 16:45:46 GMT" + "Tue, 23 Jun 2020 09:01:34 GMT" ], "Expires": [ "-1" @@ -1873,22 +1882,22 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps8341/providers/Microsoft.StorageSync/storageSyncServices/sssps3419/syncGroups/sgps9759?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzODM0MS9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMzNDE5L3N5bmNHcm91cHMvc2dwczk3NTk/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps4409/providers/Microsoft.Storage/storageAccounts/saps6003?api-version=2017-10-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzNDQwOS9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2Uvc3RvcmFnZUFjY291bnRzL3NhcHM2MDAzP2FwaS12ZXJzaW9uPTIwMTctMTAtMDE=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "2e4cbef0-5ed2-4413-aca1-75bc5462dae3" + "50514418-c915-4688-b204-dfa363b073ce" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.Storage.Version2017.10.01.StorageManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -1899,100 +1908,31 @@ "no-cache" ], "x-ms-request-id": [ - "ebfb5887-7ed1-4cae-8b8e-10b3ae8065cd" - ], - "X-Content-Type-Options": [ - "nosniff" + "0ea5b5ef-5aac-433d-9c6c-4fca8e02d4a6" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "Server": [ - "Microsoft-IIS/10.0" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET" + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-deletes": [ - "14998" + "14996" ], "x-ms-correlation-request-id": [ - "f960b599-b6d7-4348-8f6a-e14be35af5f6" + "8e9e31bf-b9b0-4e27-a8a4-0c313d0a053a" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T164547Z:f960b599-b6d7-4348-8f6a-e14be35af5f6" - ], - "Date": [ - "Wed, 03 Jul 2019 16:45:46 GMT" - ], - "Expires": [ - "-1" - ], - "Content-Length": [ - "0" - ] - }, - "ResponseBody": "", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps8341/providers/Microsoft.StorageSync/storageSyncServices/sssps3419?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzODM0MS9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMzNDE5P2FwaS12ZXJzaW9uPTIwMTktMDMtMDE=", - "RequestMethod": "DELETE", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "7312e144-dd01-4989-8b7c-884f7f539895" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.27617.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-request-id": [ - "eb51f9ce-f479-4876-add5-c4a9e5c4f046" + "WESTUS:20200623T090136Z:8e9e31bf-b9b0-4e27-a8a4-0c313d0a053a" ], "X-Content-Type-Options": [ "nosniff" ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Server": [ - "Microsoft-IIS/10.0" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET" - ], - "x-ms-ratelimit-remaining-subscription-deletes": [ - "14997" - ], - "x-ms-correlation-request-id": [ - "2a504449-479f-4fb4-8538-3e6fe0789428" - ], - "x-ms-routing-request-id": [ - "WESTUS:20190703T164547Z:2a504449-479f-4fb4-8538-3e6fe0789428" - ], "Date": [ - "Wed, 03 Jul 2019 16:45:47 GMT" + "Tue, 23 Jun 2020 09:01:36 GMT" + ], + "Content-Type": [ + "text/plain; charset=utf-8" ], "Expires": [ "-1" @@ -2005,22 +1945,22 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps8341/providers/Microsoft.Storage/storageAccounts/saps748?api-version=2017-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzODM0MS9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2Uvc3RvcmFnZUFjY291bnRzL3NhcHM3NDg/YXBpLXZlcnNpb249MjAxNy0xMC0wMQ==", - "RequestMethod": "DELETE", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps4409/providers/Microsoft.StorageSync/storageSyncServices?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzNDQwOS9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXM/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", + "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "a69530d3-d482-495a-92f9-ceca90822858" + "b6452a43-f6c1-43e8-b0ef-b34e11043382" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Storage.Version2017.10.01.StorageManagementClient/1.3.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -2030,60 +1970,57 @@ "Pragma": [ "no-cache" ], - "x-ms-request-id": [ - "6bcae645-d469-41c5-9b4c-df5c93813f81" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" + "x-ms-ratelimit-remaining-subscription-reads": [ + "11991" ], - "x-ms-ratelimit-remaining-subscription-deletes": [ - "14999" + "x-ms-request-id": [ + "d3ec1973-0032-4893-8ebc-7e398dedcc43" ], "x-ms-correlation-request-id": [ - "dedb80df-72fe-4f5a-b55d-1eba28acaf45" + "d3ec1973-0032-4893-8ebc-7e398dedcc43" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T164553Z:dedb80df-72fe-4f5a-b55d-1eba28acaf45" + "WESTUS:20200623T090136Z:d3ec1973-0032-4893-8ebc-7e398dedcc43" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 16:45:53 GMT" + "Tue, 23 Jun 2020 09:01:36 GMT" ], "Content-Type": [ - "text/plain; charset=utf-8" + "application/json; charset=utf-8" ], "Expires": [ "-1" ], "Content-Length": [ - "0" + "12" ] }, - "ResponseBody": "", + "ResponseBody": "{\r\n \"value\": []\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps8341/providers/Microsoft.StorageSync/storageSyncServices?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzODM0MS9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXM/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", - "RequestMethod": "GET", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourcegroups/ps4409?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlZ3JvdXBzL3BzNDQwOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "4b8ada69-dccc-478a-81b8-2810a155a5ef" + "373ceeb3-cb21-48a6-b0d9-dfc8ddc827c8" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -2093,17 +2030,23 @@ "Pragma": [ "no-cache" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11999" + "Location": [ + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQ0MDktV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" + ], + "Retry-After": [ + "15" + ], + "x-ms-ratelimit-remaining-subscription-deletes": [ + "14995" ], "x-ms-request-id": [ - "018edcc3-bf16-405c-8efe-8716e67c1635" + "fcd62648-b553-482a-9534-f6d04a566c10" ], "x-ms-correlation-request-id": [ - "018edcc3-bf16-405c-8efe-8716e67c1635" + "fcd62648-b553-482a-9534-f6d04a566c10" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T164553Z:018edcc3-bf16-405c-8efe-8716e67c1635" + "WESTUS:20200623T090136Z:fcd62648-b553-482a-9534-f6d04a566c10" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2112,38 +2055,29 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 16:45:53 GMT" - ], - "Content-Type": [ - "application/json; charset=utf-8" + "Tue, 23 Jun 2020 09:01:36 GMT" ], "Expires": [ "-1" ], "Content-Length": [ - "12" + "0" ] }, - "ResponseBody": "{\r\n \"value\": []\r\n}", - "StatusCode": 200 + "ResponseBody": "", + "StatusCode": 202 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourcegroups/ps8341?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlZ3JvdXBzL3BzODM0MT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", - "RequestMethod": "DELETE", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQ0MDktV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpRME1Ea3RWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { - "x-ms-client-request-id": [ - "78a98c76-8d16-47c4-aa24-7f66dc23ef56" - ], - "Accept-Language": [ - "en-US" - ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -2154,22 +2088,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzgzNDEtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQ0MDktV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" ], "Retry-After": [ "15" ], - "x-ms-ratelimit-remaining-subscription-deletes": [ - "14999" + "x-ms-ratelimit-remaining-subscription-reads": [ + "11990" ], "x-ms-request-id": [ - "b5b42e0c-95c7-4a14-a752-39686f3499d8" + "0d36b871-f1a4-46b8-9d33-88021dc1c9b2" ], "x-ms-correlation-request-id": [ - "b5b42e0c-95c7-4a14-a752-39686f3499d8" + "0d36b871-f1a4-46b8-9d33-88021dc1c9b2" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T164554Z:b5b42e0c-95c7-4a14-a752-39686f3499d8" + "WESTUS:20200623T090151Z:0d36b871-f1a4-46b8-9d33-88021dc1c9b2" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2178,7 +2112,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 16:45:54 GMT" + "Tue, 23 Jun 2020 09:01:51 GMT" ], "Expires": [ "-1" @@ -2191,16 +2125,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzgzNDEtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpnek5ERXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQ0MDktV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpRME1Ea3RWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -2211,22 +2145,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzgzNDEtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQ0MDktV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11999" + "11989" ], "x-ms-request-id": [ - "e36ce39a-aba1-46c2-a346-72665cba4da5" + "738b0a50-3f5f-4485-a93f-4ffce7050135" ], "x-ms-correlation-request-id": [ - "e36ce39a-aba1-46c2-a346-72665cba4da5" + "738b0a50-3f5f-4485-a93f-4ffce7050135" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T164609Z:e36ce39a-aba1-46c2-a346-72665cba4da5" + "WESTUS:20200623T090206Z:738b0a50-3f5f-4485-a93f-4ffce7050135" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2235,7 +2169,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 16:46:09 GMT" + "Tue, 23 Jun 2020 09:02:06 GMT" ], "Expires": [ "-1" @@ -2248,16 +2182,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzgzNDEtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpnek5ERXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQ0MDktV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpRME1Ea3RWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -2268,16 +2202,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11998" + "11988" ], "x-ms-request-id": [ - "d57f2c80-c66f-4da9-96d3-cb3cb4562c67" + "facd4e9d-47c7-4f37-9c74-338ff7c74fa7" ], "x-ms-correlation-request-id": [ - "d57f2c80-c66f-4da9-96d3-cb3cb4562c67" + "facd4e9d-47c7-4f37-9c74-338ff7c74fa7" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T164625Z:d57f2c80-c66f-4da9-96d3-cb3cb4562c67" + "WESTUS:20200623T090221Z:facd4e9d-47c7-4f37-9c74-338ff7c74fa7" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2286,7 +2220,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 16:46:25 GMT" + "Tue, 23 Jun 2020 09:02:21 GMT" ], "Expires": [ "-1" @@ -2299,16 +2233,16 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzgzNDEtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpnek5ERXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQ0MDktV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpRME1Ea3RWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -2319,16 +2253,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11997" + "11987" ], "x-ms-request-id": [ - "1b67fa76-7b8b-4a82-aa55-2afa78e53ec7" + "a8bd44bf-1f1c-4cbc-9909-3b4047a37c35" ], "x-ms-correlation-request-id": [ - "1b67fa76-7b8b-4a82-aa55-2afa78e53ec7" + "a8bd44bf-1f1c-4cbc-9909-3b4047a37c35" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T164625Z:1b67fa76-7b8b-4a82-aa55-2afa78e53ec7" + "WESTUS:20200623T090221Z:a8bd44bf-1f1c-4cbc-9909-3b4047a37c35" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2337,7 +2271,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 16:46:25 GMT" + "Tue, 23 Jun 2020 09:02:21 GMT" ], "Expires": [ "-1" @@ -2352,19 +2286,19 @@ ], "Names": { "Test-GetCloudEndpoint": [ - "ps8341", - "ps3419", - "ps9759", - "ps6232", - "ps748" + "ps4409", + "ps5526", + "ps966", + "ps5306", + "ps6003" ], "TestGetCloudEndpoint": [ - "7dbf6f68-458b-49b6-804f-86137e203de4" + "71803d9b-0655-4177-b955-ab39002760b6" ] }, "Variables": { - "SubscriptionId": "7b96cb02-4663-40f4-9a89-603d3849e46a", - "TenantId": "0483643a-cb2f-462a-bc27-1a270e5bdc0a", + "SubscriptionId": "1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b", + "TenantId": "6ad91d65-65ab-4e14-90f7-fe951035b7c9", "Domain": "" } } \ No newline at end of file diff --git a/src/StorageSync/StorageSync.Test/SessionRecords/StorageSyncTests.CloudEndpointTests/TestGetCloudEndpointParentObject.json b/src/StorageSync/StorageSync.Test/SessionRecords/StorageSyncTests.CloudEndpointTests/TestGetCloudEndpointParentObject.json index c67bd99ccebb..4782ffbd2227 100644 --- a/src/StorageSync/StorageSync.Test/SessionRecords/StorageSyncTests.CloudEndpointTests/TestGetCloudEndpointParentObject.json +++ b/src/StorageSync/StorageSync.Test/SessionRecords/StorageSyncTests.CloudEndpointTests/TestGetCloudEndpointParentObject.json @@ -1,22 +1,22 @@ { "Entries": [ { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/providers/Microsoft.Resources?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVzb3VyY2VzP2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/Microsoft.Resources?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVzb3VyY2VzP2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "75527a2d-84a5-408b-9bec-d067a3aa404b" + "b458a65e-8aa8-40d0-a58f-2f25001487d5" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -27,16 +27,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11999" + "11997" ], "x-ms-request-id": [ - "5774dba0-17f6-4d5a-8e7e-7cab0b2365c1" + "886c9f87-8201-4d81-8549-e04ba17d43e0" ], "x-ms-correlation-request-id": [ - "5774dba0-17f6-4d5a-8e7e-7cab0b2365c1" + "886c9f87-8201-4d81-8549-e04ba17d43e0" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T173527Z:5774dba0-17f6-4d5a-8e7e-7cab0b2365c1" + "WESTUS:20200623T090824Z:886c9f87-8201-4d81-8549-e04ba17d43e0" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -45,7 +45,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 17:35:27 GMT" + "Tue, 23 Jun 2020 09:08:23 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -54,29 +54,29 @@ "-1" ], "Content-Length": [ - "8818" + "10899" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/providers/Microsoft.Resources\",\r\n \"namespace\": \"Microsoft.Resources\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"tenants\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operationresults\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"notifyResourceJobs\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"tags\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkPolicyCompliance\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"providers\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkresourcename\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resources\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/resources\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/providers\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/operationresults\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceGroups\",\r\n \"locations\": [\r\n \"Central US\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"West Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia Southeast\",\r\n \"Australia East\",\r\n \"West India\",\r\n \"South India\",\r\n \"Central India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/resourceGroups\",\r\n \"locations\": [\r\n \"Central US\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"West Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia Southeast\",\r\n \"Australia East\",\r\n \"West India\",\r\n \"South India\",\r\n \"Central India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/resourcegroups/resources\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/tagnames\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/tagNames/tagValues\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"deployments\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"deployments/operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"links\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-01-01\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/Microsoft.Resources\",\r\n \"namespace\": \"Microsoft.Resources\",\r\n \"authorization\": {\r\n \"applicationId\": \"3b990c8b-9607-4c2a-8b04-1d41985facca\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"tenants\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-01-01\",\r\n \"2019-09-01\",\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-09-01\",\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operationresults\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-09-01\",\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"notifyResourceJobs\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-09-01\",\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"tags\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-10-01\",\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\"\r\n ],\r\n \"capabilities\": \"SupportsExtension\"\r\n },\r\n {\r\n \"resourceType\": \"checkPolicyCompliance\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"providers\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkresourcename\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"calculateTemplateHash\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-09-01\",\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resources\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-09-01\",\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-10-01\",\r\n \"2019-09-01\",\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/resources\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-09-01\",\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/providers\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/operationresults\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceGroups\",\r\n \"locations\": [\r\n \"Central US\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"West Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia Southeast\",\r\n \"Australia East\",\r\n \"West India\",\r\n \"South India\",\r\n \"Central India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Australia Central\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/resourceGroups\",\r\n \"locations\": [\r\n \"Central US\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"West Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia Southeast\",\r\n \"Australia East\",\r\n \"West India\",\r\n \"South India\",\r\n \"Central India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Australia Central\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/resourcegroups/resources\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/tagnames\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/tagNames/tagValues\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"deployments\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-09-01\",\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"deployments/operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-09-01\",\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"links\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ],\r\n \"capabilities\": \"SupportsExtension\"\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-01-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"deploymentScripts\",\r\n \"locations\": [\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Australia East\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"Central US\",\r\n \"North Central US\",\r\n \"UK South\",\r\n \"Central India\",\r\n \"South India\",\r\n \"Japan East\",\r\n \"Korea Central\",\r\n \"North Europe\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West US 2\",\r\n \"West US\",\r\n \"South Central US\",\r\n \"Canada East\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-10-01-preview\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"deploymentScripts/logs\",\r\n \"locations\": [\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Australia East\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"Central US\",\r\n \"North Central US\",\r\n \"UK South\",\r\n \"Central India\",\r\n \"South India\",\r\n \"Japan East\",\r\n \"Korea Central\",\r\n \"North Europe\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West US 2\",\r\n \"West US\",\r\n \"South Central US\",\r\n \"Canada East\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/deploymentScriptOperationResults\",\r\n \"locations\": [\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Australia East\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"Central US\",\r\n \"North Central US\",\r\n \"UK South\",\r\n \"Central India\",\r\n \"South India\",\r\n \"Japan East\",\r\n \"Korea Central\",\r\n \"North Europe\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West US 2\",\r\n \"West US\",\r\n \"South Central US\",\r\n \"Canada East\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-10-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/providers/Microsoft.StorageSync?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZVN5bmM/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/Microsoft.StorageSync?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZVN5bmM/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "7dd7a3f2-5fb7-4aba-860e-394e14e064b4" + "2dec4b46-fd63-4006-bcdc-221a6e466e3b" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -87,16 +87,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11998" + "11996" ], "x-ms-request-id": [ - "5987a466-18bc-4416-96ca-d83f5596dd5b" + "5faa7101-8b75-484d-98de-6a1060c0b997" ], "x-ms-correlation-request-id": [ - "5987a466-18bc-4416-96ca-d83f5596dd5b" + "5faa7101-8b75-484d-98de-6a1060c0b997" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T173527Z:5987a466-18bc-4416-96ca-d83f5596dd5b" + "WESTUS:20200623T090824Z:5faa7101-8b75-484d-98de-6a1060c0b997" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -105,7 +105,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 17:35:27 GMT" + "Tue, 23 Jun 2020 09:08:24 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -114,10 +114,10 @@ "-1" ], "Content-Length": [ - "5239" + "7645" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/providers/Microsoft.StorageSync\",\r\n \"namespace\": \"Microsoft.StorageSync\",\r\n \"authorizations\": [\r\n {\r\n \"applicationId\": \"9469b9f5-6722-4481-a2b2-14ed560b706f\"\r\n }\r\n ],\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageSyncServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"Central US EUAP\",\r\n \"West US 2\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\",\r\n \"2018-01-01-preview\",\r\n \"2017-06-05-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"storageSyncServices/syncGroups\",\r\n \"locations\": [\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"Central US EUAP\",\r\n \"West US 2\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\",\r\n \"2018-01-01-preview\",\r\n \"2017-06-05-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageSyncServices/syncGroups/cloudEndpoints\",\r\n \"locations\": [\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"Central US EUAP\",\r\n \"West US 2\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\",\r\n \"2018-01-01-preview\",\r\n \"2017-06-05-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageSyncServices/syncGroups/serverEndpoints\",\r\n \"locations\": [\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"Central US EUAP\",\r\n \"West US 2\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\",\r\n \"2018-01-01-preview\",\r\n \"2017-06-05-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageSyncServices/registeredServers\",\r\n \"locations\": [\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"Central US EUAP\",\r\n \"West US 2\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\",\r\n \"2018-01-01-preview\",\r\n \"2017-06-05-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageSyncServices/workflows\",\r\n \"locations\": [\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"Central US EUAP\",\r\n \"West US 2\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\",\r\n \"2018-01-01-preview\",\r\n \"2017-06-05-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\",\r\n \"2018-01-01-preview\",\r\n \"2017-06-05-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/checkNameAvailability\",\r\n \"locations\": [\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/workflows\",\r\n \"locations\": [\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/Microsoft.StorageSync\",\r\n \"namespace\": \"Microsoft.StorageSync\",\r\n \"authorizations\": [\r\n {\r\n \"applicationId\": \"9469b9f5-6722-4481-a2b2-14ed560b706f\",\r\n \"roleDefinitionId\": \"4cd49d82-1f4d-43fc-af0c-1c1203668e5a\"\r\n }\r\n ],\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageSyncServices\",\r\n \"locations\": [\r\n \"West Central US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"West US 2\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"UAE North\",\r\n \"UAE Central\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2019-10-01\",\r\n \"2019-06-01\",\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\",\r\n \"2018-01-01-preview\",\r\n \"2017-06-05-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"storageSyncServices/syncGroups\",\r\n \"locations\": [\r\n \"West Central US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"West US 2\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"UAE North\",\r\n \"UAE Central\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2019-10-01\",\r\n \"2019-06-01\",\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\",\r\n \"2018-01-01-preview\",\r\n \"2017-06-05-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageSyncServices/syncGroups/cloudEndpoints\",\r\n \"locations\": [\r\n \"West Central US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"West US 2\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"UAE North\",\r\n \"UAE Central\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2019-10-01\",\r\n \"2019-06-01\",\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\",\r\n \"2018-01-01-preview\",\r\n \"2017-06-05-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageSyncServices/syncGroups/serverEndpoints\",\r\n \"locations\": [\r\n \"West Central US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"West US 2\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"UAE North\",\r\n \"UAE Central\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2019-10-01\",\r\n \"2019-06-01\",\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\",\r\n \"2018-01-01-preview\",\r\n \"2017-06-05-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageSyncServices/registeredServers\",\r\n \"locations\": [\r\n \"West Central US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"West US 2\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"UAE North\",\r\n \"UAE Central\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2019-10-01\",\r\n \"2019-06-01\",\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\",\r\n \"2018-01-01-preview\",\r\n \"2017-06-05-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageSyncServices/workflows\",\r\n \"locations\": [\r\n \"West Central US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"West US 2\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"UAE North\",\r\n \"UAE Central\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2019-10-01\",\r\n \"2019-06-01\",\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\",\r\n \"2018-01-01-preview\",\r\n \"2017-06-05-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2019-10-01\",\r\n \"2019-06-01\",\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\",\r\n \"2018-01-01-preview\",\r\n \"2017-06-05-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2019-10-01\",\r\n \"2019-06-01\",\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/checkNameAvailability\",\r\n \"locations\": [\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"UAE North\",\r\n \"UAE Central\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2019-10-01\",\r\n \"2019-06-01\",\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/workflows\",\r\n \"locations\": [\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"UAE North\",\r\n \"UAE Central\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2019-10-01\",\r\n \"2019-06-01\",\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operations\",\r\n \"locations\": [\r\n \"West Central US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"West US 2\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"UAE North\",\r\n \"UAE Central\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operationResults\",\r\n \"locations\": [\r\n \"West Central US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"West US 2\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"UAE North\",\r\n \"UAE Central\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "StatusCode": 200 }, { @@ -127,16 +127,16 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "4b9a007f-1ee1-433b-a80a-7df7579de486" + "49c2d80c-037c-4c94-bb8e-eed75c50d031" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Internal.Subscriptions.SubscriptionClient/1.3.0" + "Microsoft.Azure.Internal.Subscriptions.SubscriptionClient/1.3.16" ] }, "ResponseHeaders": { @@ -150,13 +150,13 @@ "11998" ], "x-ms-request-id": [ - "d506f90f-5bd9-45cc-a91b-38203742f09b" + "19b56c89-d5b2-4c44-8dca-e3ad93fad760" ], "x-ms-correlation-request-id": [ - "d506f90f-5bd9-45cc-a91b-38203742f09b" + "19b56c89-d5b2-4c44-8dca-e3ad93fad760" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T173528Z:d506f90f-5bd9-45cc-a91b-38203742f09b" + "WESTUS:20200623T090824Z:19b56c89-d5b2-4c44-8dca-e3ad93fad760" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -165,7 +165,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 17:35:27 GMT" + "Tue, 23 Jun 2020 09:08:24 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -177,26 +177,26 @@ "116" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/tenants/0483643a-cb2f-462a-bc27-1a270e5bdc0a\",\r\n \"tenantId\": \"0483643a-cb2f-462a-bc27-1a270e5bdc0a\"\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/tenants/6ad91d65-65ab-4e14-90f7-fe951035b7c9\",\r\n \"tenantId\": \"6ad91d65-65ab-4e14-90f7-fe951035b7c9\"\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourcegroups/ps2368?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlZ3JvdXBzL3BzMjM2OD9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourcegroups/ps9289?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlZ3JvdXBzL3BzOTI4OT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "9e4b1ac1-a903-412e-8884-bd364e734639" + "dd370a1c-9f4a-4cd3-99ad-b730335bdd3d" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ], "Content-Type": [ "application/json; charset=utf-8" @@ -213,16 +213,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1196" + "1195" ], "x-ms-request-id": [ - "99d02f47-cf9c-45fa-99e1-c3ef70ed770d" + "296dbc37-bc89-480a-b040-3bc630e37211" ], "x-ms-correlation-request-id": [ - "99d02f47-cf9c-45fa-99e1-c3ef70ed770d" + "296dbc37-bc89-480a-b040-3bc630e37211" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T173529Z:99d02f47-cf9c-45fa-99e1-c3ef70ed770d" + "WESTUS:20200623T090825Z:296dbc37-bc89-480a-b040-3bc630e37211" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -231,7 +231,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 17:35:28 GMT" + "Tue, 23 Jun 2020 09:08:24 GMT" ], "Content-Length": [ "165" @@ -243,26 +243,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps2368\",\r\n \"name\": \"ps2368\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps9289\",\r\n \"name\": \"ps9289\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/providers/Microsoft.StorageSync/locations/CentralUSEUAP/checkNameAvailability?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZVN5bmMvbG9jYXRpb25zL0NlbnRyYWxVU0VVQVAvY2hlY2tOYW1lQXZhaWxhYmlsaXR5P2FwaS12ZXJzaW9uPTIwMTktMDMtMDE=", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/Microsoft.StorageSync/locations/CentralUSEUAP/checkNameAvailability?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZVN5bmMvbG9jYXRpb25zL0NlbnRyYWxVU0VVQVAvY2hlY2tOYW1lQXZhaWxhYmlsaXR5P2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", "RequestMethod": "POST", - "RequestBody": "{\r\n \"name\": \"sssps9514\",\r\n \"type\": \"Microsoft.StorageSync/storageSyncServices\"\r\n}", + "RequestBody": "{\r\n \"name\": \"sssps7295\",\r\n \"type\": \"Microsoft.StorageSync/storageSyncServices\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "4de4f09a-feac-4806-b2a2-746ac8f1dd4b" + "956f64e1-47b5-4ab7-8c71-52f2c3de63cf" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -279,7 +279,7 @@ "no-cache" ], "x-ms-request-id": [ - "d7601fc3-417b-46e0-85d7-4d2ece47aab8" + "1e1d740c-a0c0-45cc-8dd4-ccbbff999f07" ], "X-Content-Type-Options": [ "nosniff" @@ -300,50 +300,50 @@ "1199" ], "x-ms-correlation-request-id": [ - "e5bcc77d-982c-43a9-ac20-907fb2acacec" + "2c8b2c8c-03a6-4bb9-9bd3-b94df02f133f" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T173530Z:e5bcc77d-982c-43a9-ac20-907fb2acacec" + "WESTUS:20200623T090825Z:2c8b2c8c-03a6-4bb9-9bd3-b94df02f133f" ], "Date": [ - "Wed, 03 Jul 2019 17:35:29 GMT" + "Tue, 23 Jun 2020 09:08:25 GMT" ], "Content-Length": [ - "51" + "29" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"nameAvailable\": true,\r\n \"reason\": null,\r\n \"message\": null\r\n}", + "ResponseBody": "{\r\n \"nameAvailable\": true\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps2368/providers/Microsoft.StorageSync/storageSyncServices/sssps9514?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzMjM2OC9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM5NTE0P2FwaS12ZXJzaW9uPTIwMTktMDMtMDE=", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps9289/providers/Microsoft.StorageSync/storageSyncServices/sssps7295?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzOTI4OS9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM3Mjk1P2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"location\": \"Central US EUAP\",\r\n \"tags\": {}\r\n}", + "RequestBody": "{\r\n \"location\": \"Central US EUAP\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"incomingTrafficPolicy\": \"AllowAllTraffic\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "52e1c032-145a-42d8-83ba-d3da70387649" + "404d3bb7-2e51-4df5-ac4b-8002411edd20" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "52" + "125" ] }, "ResponseHeaders": { @@ -353,8 +353,17 @@ "Pragma": [ "no-cache" ], + "Location": [ + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6IjI3OTMxY2MwLTJmNWYtNDQ1OC04ZDM2LTIyZTI4Zjg4Y2NiNSIsIndvcmtmbG93SWQiOiJjMTQ5NGQ2Yy1iMDczLTQ0OTMtYjAzMy1hOTA5MTc2ZjE1M2QiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiZWE0ODlkMWItZTJmZC00NjU2LWIzN2MtYzllOGFjYTNlMDlhIn0=?api-version=2020-03-01" + ], + "Retry-After": [ + "10" + ], + "Azure-AsyncOperation": [ + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6IjI3OTMxY2MwLTJmNWYtNDQ1OC04ZDM2LTIyZTI4Zjg4Y2NiNSIsIndvcmtmbG93SWQiOiJjMTQ5NGQ2Yy1iMDczLTQ0OTMtYjAzMy1hOTA5MTc2ZjE1M2QiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiZWE0ODlkMWItZTJmZC00NjU2LWIzN2MtYzllOGFjYTNlMDlhIn0=?api-version=2020-03-01" + ], "x-ms-request-id": [ - "4a781288-7809-49dd-b3c8-d6b1bd18aa69" + "c0c8ea23-a383-4cc1-bbd9-9fac0ddf990b" ], "X-Content-Type-Options": [ "nosniff" @@ -375,44 +384,167 @@ "1199" ], "x-ms-correlation-request-id": [ - "41b93342-be0b-4c9d-a08d-8675fc19bf7e" + "258b438e-6b2a-48df-9e95-3921787ce1e0" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200623T090826Z:258b438e-6b2a-48df-9e95-3921787ce1e0" + ], + "Date": [ + "Tue, 23 Jun 2020 09:08:25 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6IjI3OTMxY2MwLTJmNWYtNDQ1OC04ZDM2LTIyZTI4Zjg4Y2NiNSIsIndvcmtmbG93SWQiOiJjMTQ5NGQ2Yy1iMDczLTQ0OTMtYjAzMy1hOTA5MTc2ZjE1M2QiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiZWE0ODlkMWItZTJmZC00NjU2LWIzN2MtYzllOGFjYTNlMDlhIn0=?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvbG9jYXRpb25zL2NlbnRyYWx1c2V1YXAvb3BlcmF0aW9ucy9leUp3WVhKMGFYUnBiMjVKWkNJNklqSTNPVE14WTJNd0xUSm1OV1l0TkRRMU9DMDRaRE0yTFRJeVpUSTRaamc0WTJOaU5TSXNJbmR2Y210bWJHOTNTV1FpT2lKak1UUTVOR1EyWXkxaU1EY3pMVFEwT1RNdFlqQXpNeTFoT1RBNU1UYzJaakUxTTJRaUxDSjNiM0pyWm14dmQwOXdaWEpoZEdsdmJrbGtJam9pWldFME9EbGtNV0l0WlRKbVpDMDBOalUyTFdJek4yTXRZemxsT0dGallUTmxNRGxoSW4wPT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-request-id": [ + "b4584dc6-b4ca-49b4-a2ae-cd5aa62d0c62" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-IIS/10.0" + ], + "X-AspNet-Version": [ + "4.0.30319" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11999" + ], + "x-ms-correlation-request-id": [ + "248e9d2d-3f0f-446c-9a18-c176a95a9590" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T173530Z:41b93342-be0b-4c9d-a08d-8675fc19bf7e" + "WESTUS:20200623T090836Z:248e9d2d-3f0f-446c-9a18-c176a95a9590" ], "Date": [ - "Wed, 03 Jul 2019 17:35:30 GMT" + "Tue, 23 Jun 2020 09:08:35 GMT" ], "Content-Length": [ - "329" + "743" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6IjI3OTMxY2MwLTJmNWYtNDQ1OC04ZDM2LTIyZTI4Zjg4Y2NiNSIsIndvcmtmbG93SWQiOiJjMTQ5NGQ2Yy1iMDczLTQ0OTMtYjAzMy1hOTA5MTc2ZjE1M2QiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiZWE0ODlkMWItZTJmZC00NjU2LWIzN2MtYzllOGFjYTNlMDlhIn0=\",\r\n \"name\": \"eyJwYXJ0aXRpb25JZCI6IjI3OTMxY2MwLTJmNWYtNDQ1OC04ZDM2LTIyZTI4Zjg4Y2NiNSIsIndvcmtmbG93SWQiOiJjMTQ5NGQ2Yy1iMDczLTQ0OTMtYjAzMy1hOTA5MTc2ZjE1M2QiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiZWE0ODlkMWItZTJmZC00NjU2LWIzN2MtYzllOGFjYTNlMDlhIn0=\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2020-06-23T09:08:27.269099Z\",\r\n \"endTime\": \"2020-06-23T09:08:33.619738Z\",\r\n \"properties\": {}\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps9289/providers/Microsoft.StorageSync/storageSyncServices/sssps7295?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzOTI4OS9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM3Mjk1P2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-request-id": [ + "25b036bc-1be2-496c-bd84-c934a9171121" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-IIS/10.0" + ], + "X-AspNet-Version": [ + "4.0.30319" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11998" + ], + "x-ms-correlation-request-id": [ + "c87f39b3-d8d8-468d-8db2-14fadf2cf255" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200623T090837Z:c87f39b3-d8d8-468d-8db2-14fadf2cf255" + ], + "Date": [ + "Tue, 23 Jun 2020 09:08:36 GMT" + ], + "Content-Length": [ + "633" + ], + "Content-Type": [ + "application/json" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"storageSyncServiceStatus\": null,\r\n \"storageSyncServiceUid\": null\r\n },\r\n \"location\": \"Central US EUAP\",\r\n \"tags\": {},\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps2368/providers/microsoft.storagesync/storageSyncServices/sssps9514\",\r\n \"name\": \"sssps9514\",\r\n \"type\": \"microsoft.storagesync/storageSyncServices\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"storageSyncServiceStatus\": 0,\r\n \"incomingTrafficPolicy\": \"AllowAllTraffic\",\r\n \"privateEndpointConnections\": [],\r\n \"provisioningState\": \"Succeeded\",\r\n \"lastWorkflowId\": \"storageSyncServices/sssps7295/workflows/c1494d6c-b073-4493-b033-a909176f153d\",\r\n \"lastOperationName\": \"ICreateStorageSyncServiceWorkflow\"\r\n },\r\n \"location\": \"Central US EUAP\",\r\n \"tags\": {},\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps9289/providers/microsoft.storagesync/storageSyncServices/sssps7295\",\r\n \"name\": \"sssps7295\",\r\n \"type\": \"microsoft.storagesync/storageSyncServices\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps2368/providers/Microsoft.StorageSync/storageSyncServices/sssps9514/syncGroups/sgps3272?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzMjM2OC9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM5NTE0L3N5bmNHcm91cHMvc2dwczMyNzI/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps9289/providers/Microsoft.StorageSync/storageSyncServices/sssps7295/syncGroups/sgps1518?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzOTI4OS9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM3Mjk1L3N5bmNHcm91cHMvc2dwczE1MTg/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", "RequestMethod": "PUT", "RequestBody": "{\r\n \"properties\": {}\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "a124ba3b-77cc-4c9a-9831-e33ba4b8762f" + "6912a322-9b12-46b8-8700-6eef5abddffc" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -429,7 +561,7 @@ "no-cache" ], "x-ms-request-id": [ - "604596aa-4125-4411-a981-ec983c6d3970" + "76fcc806-b40b-409b-82be-0e6784e3f9ba" ], "X-Content-Type-Options": [ "nosniff" @@ -450,50 +582,50 @@ "1198" ], "x-ms-correlation-request-id": [ - "91bd2d6b-1ac4-4f24-a33b-3202ed6b80d7" + "7d1a596c-dabd-4c24-ac57-9a3e9b9d154a" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T173531Z:91bd2d6b-1ac4-4f24-a33b-3202ed6b80d7" + "WESTUS:20200623T090837Z:7d1a596c-dabd-4c24-ac57-9a3e9b9d154a" ], "Date": [ - "Wed, 03 Jul 2019 17:35:31 GMT" + "Tue, 23 Jun 2020 09:08:36 GMT" ], "Content-Length": [ - "331" + "371" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"syncGroupStatus\": \"0\",\r\n \"uniqueId\": \"d3e3e472-cc32-42d7-8222-b4dcac6ba940\"\r\n },\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps2368/providers/microsoft.storagesync/storageSyncServices/sssps9514/syncGroups/sgps3272\",\r\n \"name\": \"sgps3272\",\r\n \"type\": \"microsoft.storagesync/storageSyncServices/syncGroups\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"syncGroupStatus\": \"0\",\r\n \"uniqueId\": \"0bf75ed5-9916-4103-9cd9-09afdfcc07b5\"\r\n },\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps9289/providers/microsoft.storagesync/storageSyncServices/sssps7295/syncGroups/sgps1518\",\r\n \"name\": \"sgps1518\",\r\n \"type\": \"microsoft.storagesync/storageSyncServices/syncGroups\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps2368/providers/Microsoft.Storage/storageAccounts/saps3340?api-version=2017-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzMjM2OC9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2Uvc3RvcmFnZUFjY291bnRzL3NhcHMzMzQwP2FwaS12ZXJzaW9uPTIwMTctMTAtMDE=", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps9289/providers/Microsoft.Storage/storageAccounts/saps5687?api-version=2017-10-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzOTI4OS9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2Uvc3RvcmFnZUFjY291bnRzL3NhcHM1Njg3P2FwaS12ZXJzaW9uPTIwMTctMTAtMDE=", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"location\": \"Central US EUAP\"\r\n}", + "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\"\r\n },\r\n \"kind\": \"StorageV2\",\r\n \"location\": \"Central US EUAP\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "4ecd6286-398e-4e4c-979c-1e63cf832c45" + "2f0cf5f6-6495-4be0-8bf1-d6e61bf1caaf" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Storage.Version2017.10.01.StorageManagementClient/1.3.0" + "Microsoft.Azure.Management.Storage.Version2017.10.01.StorageManagementClient/1.3.16" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "105" + "107" ] }, "ResponseHeaders": { @@ -504,13 +636,13 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/providers/Microsoft.Storage/locations/centraluseuap/asyncoperations/5a10094e-eaa1-49d1-a167-9b3b57eee586?monitor=true&api-version=2017-10-01" + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/Microsoft.Storage/locations/centraluseuap/asyncoperations/7ba475e3-b2ef-4cde-b407-783f53674503?monitor=true&api-version=2017-10-01" ], "Retry-After": [ "17" ], "x-ms-request-id": [ - "5a10094e-eaa1-49d1-a167-9b3b57eee586" + "7ba475e3-b2ef-4cde-b407-783f53674503" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -519,19 +651,19 @@ "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1199" + "1197" ], "x-ms-correlation-request-id": [ - "dcd08322-8ed0-4a6d-bda2-a90b84f532f8" + "376e9f55-c459-426c-9f37-ba6a801351af" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T173533Z:dcd08322-8ed0-4a6d-bda2-a90b84f532f8" + "WESTUS:20200623T090838Z:376e9f55-c459-426c-9f37-ba6a801351af" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 17:35:32 GMT" + "Tue, 23 Jun 2020 09:08:38 GMT" ], "Content-Type": [ "text/plain; charset=utf-8" @@ -547,16 +679,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/providers/Microsoft.Storage/locations/centraluseuap/asyncoperations/5a10094e-eaa1-49d1-a167-9b3b57eee586?monitor=true&api-version=2017-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9sb2NhdGlvbnMvY2VudHJhbHVzZXVhcC9hc3luY29wZXJhdGlvbnMvNWExMDA5NGUtZWFhMS00OWQxLWExNjctOWIzYjU3ZWVlNTg2P21vbml0b3I9dHJ1ZSZhcGktdmVyc2lvbj0yMDE3LTEwLTAx", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/Microsoft.Storage/locations/centraluseuap/asyncoperations/7ba475e3-b2ef-4cde-b407-783f53674503?monitor=true&api-version=2017-10-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9sb2NhdGlvbnMvY2VudHJhbHVzZXVhcC9hc3luY29wZXJhdGlvbnMvN2JhNDc1ZTMtYjJlZi00Y2RlLWI0MDctNzgzZjUzNjc0NTAzP21vbml0b3I9dHJ1ZSZhcGktdmVyc2lvbj0yMDE3LTEwLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Storage.Version2017.10.01.StorageManagementClient/1.3.0" + "Microsoft.Azure.Management.Storage.Version2017.10.01.StorageManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -567,7 +699,7 @@ "no-cache" ], "x-ms-request-id": [ - "2224193c-35f9-431b-9e7d-57b7c23df5ac" + "8f62fd30-a4b4-4f5c-89bc-841adacbaa33" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -576,22 +708,22 @@ "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11991" + "11977" ], "x-ms-correlation-request-id": [ - "96d9771f-268e-40af-a536-406a0a6a2ec1" + "3f94ccab-cb17-49a1-a0ce-05b5b13a6b83" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T173550Z:96d9771f-268e-40af-a536-406a0a6a2ec1" + "WESTUS:20200623T090855Z:3f94ccab-cb17-49a1-a0ce-05b5b13a6b83" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 17:35:49 GMT" + "Tue, 23 Jun 2020 09:08:55 GMT" ], "Content-Length": [ - "1018" + "1039" ], "Content-Type": [ "application/json" @@ -600,26 +732,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps2368/providers/Microsoft.Storage/storageAccounts/saps3340\",\r\n \"name\": \"saps3340\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"centraluseuap\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"virtualNetworkRules\": [],\r\n \"ipRules\": [],\r\n \"defaultAction\": \"Allow\"\r\n },\r\n \"supportsHttpsTrafficOnly\": false,\r\n \"encryption\": {\r\n \"services\": {\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2019-07-03T17:35:32.4228396Z\"\r\n },\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2019-07-03T17:35:32.4228396Z\"\r\n }\r\n },\r\n \"keySource\": \"Microsoft.Storage\"\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2019-07-03T17:35:32.3759903Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://saps3340.blob.core.windows.net/\",\r\n \"queue\": \"https://saps3340.queue.core.windows.net/\",\r\n \"table\": \"https://saps3340.table.core.windows.net/\",\r\n \"file\": \"https://saps3340.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"centraluseuap\",\r\n \"statusOfPrimary\": \"available\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"StorageV2\",\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps9289/providers/Microsoft.Storage/storageAccounts/saps5687\",\r\n \"name\": \"saps5687\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"centraluseuap\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"virtualNetworkRules\": [],\r\n \"ipRules\": [],\r\n \"defaultAction\": \"Allow\"\r\n },\r\n \"supportsHttpsTrafficOnly\": false,\r\n \"encryption\": {\r\n \"services\": {\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2020-06-23T09:08:37.9887126Z\"\r\n },\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2020-06-23T09:08:37.9887126Z\"\r\n }\r\n },\r\n \"keySource\": \"Microsoft.Storage\"\r\n },\r\n \"accessTier\": \"Hot\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2020-06-23T09:08:37.9261838Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://saps5687.blob.core.windows.net/\",\r\n \"queue\": \"https://saps5687.queue.core.windows.net/\",\r\n \"table\": \"https://saps5687.table.core.windows.net/\",\r\n \"file\": \"https://saps5687.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"centraluseuap\",\r\n \"statusOfPrimary\": \"available\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps2368/providers/Microsoft.Storage/storageAccounts/saps3340?api-version=2017-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzMjM2OC9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2Uvc3RvcmFnZUFjY291bnRzL3NhcHMzMzQwP2FwaS12ZXJzaW9uPTIwMTctMTAtMDE=", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps9289/providers/Microsoft.Storage/storageAccounts/saps5687?api-version=2017-10-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzOTI4OS9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2Uvc3RvcmFnZUFjY291bnRzL3NhcHM1Njg3P2FwaS12ZXJzaW9uPTIwMTctMTAtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "fbd22bd0-10f1-4f87-9403-3e166e4050f5" + "f38a31d6-462d-42e2-b7e6-9e01d9e634b7" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Storage.Version2017.10.01.StorageManagementClient/1.3.0" + "Microsoft.Azure.Management.Storage.Version2017.10.01.StorageManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -630,7 +762,7 @@ "no-cache" ], "x-ms-request-id": [ - "62ae115c-e0e7-43c6-aff9-d11f4e079c8f" + "455be117-7391-4565-8a95-4bc9ffef360c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -639,22 +771,22 @@ "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11990" + "11976" ], "x-ms-correlation-request-id": [ - "419c7811-8d76-4262-a73c-299af1c70280" + "e398461b-b139-43cd-b6ca-cac27ea599ae" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T173550Z:419c7811-8d76-4262-a73c-299af1c70280" + "WESTUS:20200623T090855Z:e398461b-b139-43cd-b6ca-cac27ea599ae" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 17:35:50 GMT" + "Tue, 23 Jun 2020 09:08:55 GMT" ], "Content-Length": [ - "1018" + "1039" ], "Content-Type": [ "application/json" @@ -663,26 +795,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps2368/providers/Microsoft.Storage/storageAccounts/saps3340\",\r\n \"name\": \"saps3340\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"centraluseuap\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"virtualNetworkRules\": [],\r\n \"ipRules\": [],\r\n \"defaultAction\": \"Allow\"\r\n },\r\n \"supportsHttpsTrafficOnly\": false,\r\n \"encryption\": {\r\n \"services\": {\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2019-07-03T17:35:32.4228396Z\"\r\n },\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2019-07-03T17:35:32.4228396Z\"\r\n }\r\n },\r\n \"keySource\": \"Microsoft.Storage\"\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2019-07-03T17:35:32.3759903Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://saps3340.blob.core.windows.net/\",\r\n \"queue\": \"https://saps3340.queue.core.windows.net/\",\r\n \"table\": \"https://saps3340.table.core.windows.net/\",\r\n \"file\": \"https://saps3340.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"centraluseuap\",\r\n \"statusOfPrimary\": \"available\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"StorageV2\",\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps9289/providers/Microsoft.Storage/storageAccounts/saps5687\",\r\n \"name\": \"saps5687\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"centraluseuap\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"virtualNetworkRules\": [],\r\n \"ipRules\": [],\r\n \"defaultAction\": \"Allow\"\r\n },\r\n \"supportsHttpsTrafficOnly\": false,\r\n \"encryption\": {\r\n \"services\": {\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2020-06-23T09:08:37.9887126Z\"\r\n },\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2020-06-23T09:08:37.9887126Z\"\r\n }\r\n },\r\n \"keySource\": \"Microsoft.Storage\"\r\n },\r\n \"accessTier\": \"Hot\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2020-06-23T09:08:37.9261838Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://saps5687.blob.core.windows.net/\",\r\n \"queue\": \"https://saps5687.queue.core.windows.net/\",\r\n \"table\": \"https://saps5687.table.core.windows.net/\",\r\n \"file\": \"https://saps5687.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"centraluseuap\",\r\n \"statusOfPrimary\": \"available\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps2368/providers/Microsoft.Storage/storageAccounts/saps3340/listKeys?api-version=2017-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzMjM2OC9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2Uvc3RvcmFnZUFjY291bnRzL3NhcHMzMzQwL2xpc3RLZXlzP2FwaS12ZXJzaW9uPTIwMTctMTAtMDE=", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps9289/providers/Microsoft.Storage/storageAccounts/saps5687/listKeys?api-version=2017-10-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzOTI4OS9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2Uvc3RvcmFnZUFjY291bnRzL3NhcHM1Njg3L2xpc3RLZXlzP2FwaS12ZXJzaW9uPTIwMTctMTAtMDE=", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "eec42ef4-e8d1-40f1-b02c-daa523c9200f" + "ac767fe8-6cc2-4be8-a91b-b60731ac1fc6" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Storage.Version2017.10.01.StorageManagementClient/1.3.0" + "Microsoft.Azure.Management.Storage.Version2017.10.01.StorageManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -693,7 +825,7 @@ "no-cache" ], "x-ms-request-id": [ - "7800ec7b-9694-4686-ad3d-fad6b143dd22" + "f70889b5-b900-4ada-a8c4-6539325b7d5e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -701,20 +833,20 @@ "Server": [ "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-writes": [ - "1199" + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "11997" ], "x-ms-correlation-request-id": [ - "830504f8-dd45-47ce-ae3a-a8ec7ec29335" + "4db8d0d9-900a-4f14-8c17-8eb4db667afb" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T173550Z:830504f8-dd45-47ce-ae3a-a8ec7ec29335" + "WESTUS:20200623T090855Z:4db8d0d9-900a-4f14-8c17-8eb4db667afb" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 17:35:50 GMT" + "Tue, 23 Jun 2020 09:08:55 GMT" ], "Content-Length": [ "288" @@ -726,26 +858,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"keys\": [\r\n {\r\n \"keyName\": \"key1\",\r\n \"value\": \"SwUlw/uYveBd0O85bgpMjd2iBwwcU9k9g8a067yvUIZeuSVQgR96GdQaqVC+HUCUbHeDwHLOnFk/3QieAt55IA==\",\r\n \"permissions\": \"FULL\"\r\n },\r\n {\r\n \"keyName\": \"key2\",\r\n \"value\": \"6rTqSYjADVZiWKLaCY25MfdRbcDAal/1s0H4C+x/5BYcFFsWWxvXuc76ynZD2vAPoQ1IzgHl5uExdYKRQY2GCA==\",\r\n \"permissions\": \"FULL\"\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"keys\": [\r\n {\r\n \"keyName\": \"key1\",\r\n \"value\": \"07pHPNT7Ub+DTHPdb57Z9ys4JyBklRU+e5whQ8fxiL9pIiAlZ6Tn7iceJpehYLGuVxpJ8sUwwABTHA5zizZT8w==\",\r\n \"permissions\": \"FULL\"\r\n },\r\n {\r\n \"keyName\": \"key2\",\r\n \"value\": \"0nKXmNp+KxJ4p8L0+wdey6kaAdHCHMSReS9pBo7x3EftSvr8KO8DWF6Ed23gOp78n/5xvcEpgURqK0hhVPnZVQ==\",\r\n \"permissions\": \"FULL\"\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/0483643a-cb2f-462a-bc27-1a270e5bdc0a/servicePrincipalsByAppId/9469b9f5-6722-4481-a2b2-14ed560b706f/objectId?api-version=1.6", - "EncodedRequestUri": "LzA0ODM2NDNhLWNiMmYtNDYyYS1iYzI3LTFhMjcwZTViZGMwYS9zZXJ2aWNlUHJpbmNpcGFsc0J5QXBwSWQvOTQ2OWI5ZjUtNjcyMi00NDgxLWEyYjItMTRlZDU2MGI3MDZmL29iamVjdElkP2FwaS12ZXJzaW9uPTEuNg==", + "RequestUri": "/6ad91d65-65ab-4e14-90f7-fe951035b7c9/servicePrincipalsByAppId/9469b9f5-6722-4481-a2b2-14ed560b706f/objectId?api-version=1.6", + "EncodedRequestUri": "LzZhZDkxZDY1LTY1YWItNGUxNC05MGY3LWZlOTUxMDM1YjdjOS9zZXJ2aWNlUHJpbmNpcGFsc0J5QXBwSWQvOTQ2OWI5ZjUtNjcyMi00NDgxLWEyYjItMTRlZDU2MGI3MDZmL29iamVjdElkP2FwaS12ZXJzaW9uPTEuNg==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "06297d86-5b7d-496d-bcef-3489e59f2833" + "d9bcd061-2607-4998-a4e8-25278e4f4b1b" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Graph.RBAC.Version1.6.20190326.GraphRbacManagementClient/1.3.0" + "Microsoft.Azure.Graph.RBAC.Version1.6.20190326.GraphRbacManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -756,19 +888,22 @@ "no-cache" ], "ocp-aad-diagnostics-server-name": [ - "XC37a6rlJsCeGLMfJenTNZI4+ije7D/luiwxI9jCogI=" + "qS43F4iLBOJT6RGkkYs1XEqkZVQTuWFJkKZZm/yzJso=" ], "request-id": [ - "ad5a1c6a-4151-4b7f-b98a-cd2880da916a" + "e00251bd-b6aa-4c90-af67-e71f0e054d89" ], "client-request-id": [ - "06297d86-5b7d-496d-bcef-3489e59f2833" + "d9bcd061-2607-4998-a4e8-25278e4f4b1b" ], "x-ms-dirapi-data-contract-version": [ "1.6" ], "ocp-aad-session-key": [ - "x4hG6IRfsSg_02Rz4oAo1A6L_8Dlxa1gfPCp3BdOEOrMQfYqafngWyW_SdA6GXgkVwd28_G0ZoO4C_gAxGAm0hroBJ_gLqU3gB-osbhTlqozDbvAitDRNCW-MNX6PTGN.YlHCdAcId7U9prNEmeH7eUPOgL5rz0QIyWc3efDhtH8" + "KjLWwLsTonD86vFC8ro5Qc_-n19xACxZN-yXnx_26PzUjpwXCdeYTZ4epgxqBgj4fwE79p8Y8NUNLUZTAblYsCKTuGsy9Fcped0u-PH9HDX4R7J0qpbUVXGayY_iDu0L.CdgVLyyx9fIGyzFiKGp6tgL7HisKRmybaBZSH7yTLZA" + ], + "x-aad-resource-unit": [ + "1" ], "DataServiceVersion": [ "3.0;" @@ -786,10 +921,10 @@ "ASP.NET" ], "Duration": [ - "706724" + "531308" ], "Date": [ - "Wed, 03 Jul 2019 17:35:50 GMT" + "Tue, 23 Jun 2020 09:08:55 GMT" ], "Content-Type": [ "application/json; odata=minimalmetadata; streaming=true; charset=utf-8" @@ -801,26 +936,26 @@ "151" ] }, - "ResponseBody": "{\r\n \"odata.metadata\": \"https://graph.windows.net/0483643a-cb2f-462a-bc27-1a270e5bdc0a/$metadata#Edm.String\",\r\n \"value\": \"384dab06-7a70-4ecf-a04e-284602199124\"\r\n}", + "ResponseBody": "{\r\n \"odata.metadata\": \"https://graph.windows.net/6ad91d65-65ab-4e14-90f7-fe951035b7c9/$metadata#Edm.String\",\r\n \"value\": \"d8eca219-3055-4504-9a60-18c2d0b4c18c\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/0483643a-cb2f-462a-bc27-1a270e5bdc0a/servicePrincipals/384dab06-7a70-4ecf-a04e-284602199124?api-version=1.6", - "EncodedRequestUri": "LzA0ODM2NDNhLWNiMmYtNDYyYS1iYzI3LTFhMjcwZTViZGMwYS9zZXJ2aWNlUHJpbmNpcGFscy8zODRkYWIwNi03YTcwLTRlY2YtYTA0ZS0yODQ2MDIxOTkxMjQ/YXBpLXZlcnNpb249MS42", + "RequestUri": "/6ad91d65-65ab-4e14-90f7-fe951035b7c9/servicePrincipals/d8eca219-3055-4504-9a60-18c2d0b4c18c?api-version=1.6", + "EncodedRequestUri": "LzZhZDkxZDY1LTY1YWItNGUxNC05MGY3LWZlOTUxMDM1YjdjOS9zZXJ2aWNlUHJpbmNpcGFscy9kOGVjYTIxOS0zMDU1LTQ1MDQtOWE2MC0xOGMyZDBiNGMxOGM/YXBpLXZlcnNpb249MS42", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "c88ae95c-06a8-4fec-ba8b-a9a6fc366902" + "c50736c2-d5c4-486a-b277-3347938d4c5b" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Graph.RBAC.Version1.6.20190326.GraphRbacManagementClient/1.3.0" + "Microsoft.Azure.Graph.RBAC.Version1.6.20190326.GraphRbacManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -831,19 +966,22 @@ "no-cache" ], "ocp-aad-diagnostics-server-name": [ - "9RY9kHjIF0sEXCnKZC1J9QU6hhbta/WWZ84XWn9UNrA=" + "ELSFvR45OJc17Ux8fxvEYEt7oeQqKBuXlRZeZ80EmzQ=" ], "request-id": [ - "d9d1be1d-054d-4868-bc53-658e037ce7c0" + "f5c002ff-2db3-4625-9a51-0762de5939e0" ], "client-request-id": [ - "c88ae95c-06a8-4fec-ba8b-a9a6fc366902" + "c50736c2-d5c4-486a-b277-3347938d4c5b" ], "x-ms-dirapi-data-contract-version": [ "1.6" ], "ocp-aad-session-key": [ - "fB8s4NNvpW2ZqNiAmwL0ctKyEqhG1jil66A-7ML8HUj6asjvdtS_dUM9pEA9Ypz6bG7PVLz--MSZ-z_oQYHuoEc4Rp-W33kt1CbB-R-4O8Cx-DUniGxPATT_kWZStdI9.UkAU1AXkLBDWx_njUm17SICwBM4c1FbMUA1d6gY3_oc" + "YNs6FREQafqIIYT__Q_VuK6Y_SpixxelE6fKSoEYabIOwSLWCA4g4as5E0bpGhvyKTd8RVglY6bRXXMN6myBLrDDaJHmDByx39pGcwXerTXqXj7s4yGu2UA0xjOJ-JaR.oqazo2daWLpt5s-OoZ2dMZxXeP9X72wwrQvmE_ffxR4" + ], + "x-aad-resource-unit": [ + "1" ], "DataServiceVersion": [ "3.0;" @@ -861,10 +999,10 @@ "ASP.NET" ], "Duration": [ - "643307" + "532196" ], "Date": [ - "Wed, 03 Jul 2019 17:35:50 GMT" + "Tue, 23 Jun 2020 09:08:55 GMT" ], "Content-Type": [ "application/json; odata=minimalmetadata; streaming=true; charset=utf-8" @@ -876,7 +1014,7 @@ "1299" ] }, - "ResponseBody": "{\r\n \"odata.metadata\": \"https://graph.windows.net/0483643a-cb2f-462a-bc27-1a270e5bdc0a/$metadata#directoryObjects/@Element\",\r\n \"odata.type\": \"Microsoft.DirectoryServices.ServicePrincipal\",\r\n \"objectType\": \"ServicePrincipal\",\r\n \"objectId\": \"384dab06-7a70-4ecf-a04e-284602199124\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"addIns\": [],\r\n \"alternativeNames\": [],\r\n \"appDisplayName\": \"Microsoft.StorageSync\",\r\n \"appId\": \"9469b9f5-6722-4481-a2b2-14ed560b706f\",\r\n \"applicationTemplateId\": null,\r\n \"appOwnerTenantId\": \"f8cdef31-a31e-4b4a-93e4-5f571e91255a\",\r\n \"appRoleAssignmentRequired\": false,\r\n \"appRoles\": [],\r\n \"displayName\": \"Microsoft.StorageSync\",\r\n \"errorUrl\": null,\r\n \"homepage\": null,\r\n \"informationalUrls\": {\r\n \"termsOfService\": null,\r\n \"support\": null,\r\n \"privacy\": null,\r\n \"marketing\": null\r\n },\r\n \"keyCredentials\": [],\r\n \"logoutUrl\": null,\r\n \"notificationEmailAddresses\": [],\r\n \"oauth2Permissions\": [],\r\n \"passwordCredentials\": [],\r\n \"preferredSingleSignOnMode\": null,\r\n \"preferredTokenSigningKeyEndDateTime\": null,\r\n \"preferredTokenSigningKeyThumbprint\": null,\r\n \"publisherName\": \"Microsoft Services\",\r\n \"replyUrls\": [\r\n \"https://0c38d04b-cf53-496f-aa30-9751eaf67399/redir\"\r\n ],\r\n \"samlMetadataUrl\": null,\r\n \"samlSingleSignOnSettings\": null,\r\n \"servicePrincipalNames\": [\r\n \"9469b9f5-6722-4481-a2b2-14ed560b706f\"\r\n ],\r\n \"servicePrincipalType\": \"Application\",\r\n \"signInAudience\": \"AzureADMultipleOrgs\",\r\n \"tags\": [],\r\n \"tokenEncryptionKeyId\": null\r\n}", + "ResponseBody": "{\r\n \"odata.metadata\": \"https://graph.windows.net/6ad91d65-65ab-4e14-90f7-fe951035b7c9/$metadata#directoryObjects/@Element\",\r\n \"odata.type\": \"Microsoft.DirectoryServices.ServicePrincipal\",\r\n \"objectType\": \"ServicePrincipal\",\r\n \"objectId\": \"d8eca219-3055-4504-9a60-18c2d0b4c18c\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"addIns\": [],\r\n \"alternativeNames\": [],\r\n \"appDisplayName\": \"Microsoft.StorageSync\",\r\n \"appId\": \"9469b9f5-6722-4481-a2b2-14ed560b706f\",\r\n \"applicationTemplateId\": null,\r\n \"appOwnerTenantId\": \"f8cdef31-a31e-4b4a-93e4-5f571e91255a\",\r\n \"appRoleAssignmentRequired\": false,\r\n \"appRoles\": [],\r\n \"displayName\": \"Microsoft.StorageSync\",\r\n \"errorUrl\": null,\r\n \"homepage\": null,\r\n \"informationalUrls\": {\r\n \"termsOfService\": null,\r\n \"support\": null,\r\n \"privacy\": null,\r\n \"marketing\": null\r\n },\r\n \"keyCredentials\": [],\r\n \"logoutUrl\": null,\r\n \"notificationEmailAddresses\": [],\r\n \"oauth2Permissions\": [],\r\n \"passwordCredentials\": [],\r\n \"preferredSingleSignOnMode\": null,\r\n \"preferredTokenSigningKeyEndDateTime\": null,\r\n \"preferredTokenSigningKeyThumbprint\": null,\r\n \"publisherName\": \"Microsoft Services\",\r\n \"replyUrls\": [\r\n \"https://0c38d04b-cf53-496f-aa30-9751eaf67399/redir\"\r\n ],\r\n \"samlMetadataUrl\": null,\r\n \"samlSingleSignOnSettings\": null,\r\n \"servicePrincipalNames\": [\r\n \"9469b9f5-6722-4481-a2b2-14ed560b706f\"\r\n ],\r\n \"servicePrincipalType\": \"Application\",\r\n \"signInAudience\": \"AzureADMultipleOrgs\",\r\n \"tags\": [],\r\n \"tokenEncryptionKeyId\": null\r\n}", "StatusCode": 200 }, { @@ -886,16 +1024,16 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "8160c985-9050-46a6-a1a5-6924aacd3ffd" + "21cffd9d-fe70-4d79-a0e8-d54b5e7e8220" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Authorization.Version2015.07.01.AuthorizationManagementClient/1.3.0" + "Microsoft.Azure.Management.Authorization.Version2015.07.01.AuthorizationManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -905,11 +1043,8 @@ "Pragma": [ "no-cache" ], - "x-ms-request-charge": [ - "1" - ], "x-ms-request-id": [ - "debbb9fa-f447-4910-a12e-00716a99aaee" + "484910e9-dcd0-4bb3-ad25-3d39f64c88ae" ], "X-Content-Type-Options": [ "nosniff" @@ -918,19 +1053,19 @@ "max-age=31536000; includeSubDomains" ], "Set-Cookie": [ - "x-ms-gateway-slice=Production; path=/; secure; HttpOnly" + "x-ms-gateway-slice=Production; path=/; SameSite=None; secure; HttpOnly" ], "x-ms-ratelimit-remaining-tenant-reads": [ - "11999" + "11998" ], "x-ms-correlation-request-id": [ - "9fae8d45-41f6-4cc1-941d-5edf229a958f" + "c6b28f6e-6537-429a-b0db-8de0b36b9818" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T173551Z:9fae8d45-41f6-4cc1-941d-5edf229a958f" + "WESTUS:20200623T090856Z:c6b28f6e-6537-429a-b0db-8de0b36b9818" ], "Date": [ - "Wed, 03 Jul 2019 17:35:51 GMT" + "Tue, 23 Jun 2020 09:08:55 GMT" ], "Content-Length": [ "841" @@ -946,22 +1081,22 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourcegroups/ps2368/providers/Microsoft.Storage///storageAccounts/saps3340/providers/Microsoft.Authorization/roleAssignments?$filter=assignedTo('384dab06-7a70-4ecf-a04e-284602199124')&api-version=2015-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlZ3JvdXBzL3BzMjM2OC9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2UvLy9zdG9yYWdlQWNjb3VudHMvc2FwczMzNDAvcHJvdmlkZXJzL01pY3Jvc29mdC5BdXRob3JpemF0aW9uL3JvbGVBc3NpZ25tZW50cz8kZmlsdGVyPWFzc2lnbmVkVG8oJzM4NGRhYjA2LTdhNzAtNGVjZi1hMDRlLTI4NDYwMjE5OTEyNCcpJmFwaS12ZXJzaW9uPTIwMTUtMDctMDE=", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourcegroups/ps9289/providers/Microsoft.Storage///storageAccounts/saps5687/providers/Microsoft.Authorization/roleAssignments?$filter=assignedTo('d8eca219-3055-4504-9a60-18c2d0b4c18c')&api-version=2015-07-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlZ3JvdXBzL3BzOTI4OS9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2UvLy9zdG9yYWdlQWNjb3VudHMvc2FwczU2ODcvcHJvdmlkZXJzL01pY3Jvc29mdC5BdXRob3JpemF0aW9uL3JvbGVBc3NpZ25tZW50cz8kZmlsdGVyPWFzc2lnbmVkVG8oJ2Q4ZWNhMjE5LTMwNTUtNDUwNC05YTYwLTE4YzJkMGI0YzE4YycpJmFwaS12ZXJzaW9uPTIwMTUtMDctMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "8aeb1d05-10f4-4ad7-a1b8-f24a2c47cdc0" + "b85238c8-5be1-41c0-8c6a-3aea2b2c4c50" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Authorization.Version2015.07.01.AuthorizationManagementClient/1.3.0" + "Microsoft.Azure.Management.Authorization.Version2015.07.01.AuthorizationManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -971,11 +1106,8 @@ "Pragma": [ "no-cache" ], - "x-ms-request-charge": [ - "1" - ], "x-ms-request-id": [ - "a63c8e49-f121-4c93-8283-90b56bc00fb9" + "d8b9228e-dde7-48d2-8e2a-bc4e5f1a854a" ], "X-Content-Type-Options": [ "nosniff" @@ -984,22 +1116,22 @@ "max-age=31536000; includeSubDomains" ], "Set-Cookie": [ - "x-ms-gateway-slice=Production; path=/; secure; HttpOnly" + "x-ms-gateway-slice=Production; path=/; secure; HttpOnly; SameSite=None" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11999" + "11983" ], "x-ms-correlation-request-id": [ - "3cb65422-5ddf-4ee6-ae3c-eab9416aba54" + "dc3af0f2-501a-40e4-84a4-64993f4fc842" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T173552Z:3cb65422-5ddf-4ee6-ae3c-eab9416aba54" + "WESTUS:20200623T090857Z:dc3af0f2-501a-40e4-84a4-64993f4fc842" ], "Date": [ - "Wed, 03 Jul 2019 17:35:51 GMT" + "Tue, 23 Jun 2020 09:08:56 GMT" ], "Content-Length": [ - "12" + "732" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1008,98 +1140,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": []\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"properties\": {\r\n \"roleDefinitionId\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c\",\r\n \"principalId\": \"d8eca219-3055-4504-9a60-18c2d0b4c18c\",\r\n \"scope\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b\",\r\n \"createdOn\": \"2020-05-23T18:29:54.9647107Z\",\r\n \"updatedOn\": \"2020-05-23T18:29:54.9647107Z\",\r\n \"createdBy\": \"a8656ec6-d7a4-4e38-bf78-58d74e3ed751\",\r\n \"updatedBy\": \"a8656ec6-d7a4-4e38-bf78-58d74e3ed751\"\r\n },\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/Microsoft.Authorization/roleAssignments/dc60f792-d409-4e1d-8fe5-192d121c26e9\",\r\n \"type\": \"Microsoft.Authorization/roleAssignments\",\r\n \"name\": \"dc60f792-d409-4e1d-8fe5-192d121c26e9\"\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "//subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps2368/providers/Microsoft.Storage/storageAccounts/saps3340/providers/Microsoft.Authorization/roleAssignments/e05968d1-00a0-47bb-aabb-e34681f475d1?api-version=2015-07-01", - "EncodedRequestUri": "Ly9zdWJzY3JpcHRpb25zLzdiOTZjYjAyLTQ2NjMtNDBmNC05YTg5LTYwM2QzODQ5ZTQ2YS9yZXNvdXJjZUdyb3Vwcy9wczIzNjgvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9zYXBzMzM0MC9wcm92aWRlcnMvTWljcm9zb2Z0LkF1dGhvcml6YXRpb24vcm9sZUFzc2lnbm1lbnRzL2UwNTk2OGQxLTAwYTAtNDdiYi1hYWJiLWUzNDY4MWY0NzVkMT9hcGktdmVyc2lvbj0yMDE1LTA3LTAx", - "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"roleDefinitionId\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/providers/Microsoft.Authorization/roleDefinitions/c12c1c16-33a1-487b-954d-41c89c60f349\",\r\n \"principalId\": \"384dab06-7a70-4ecf-a04e-284602199124\"\r\n }\r\n}", - "RequestHeaders": { - "x-ms-client-request-id": [ - "aa414c6c-52f6-48b0-bdc3-f25208c512b8" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.27617.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Authorization.Version2015.07.01.AuthorizationManagementClient/1.3.0" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Content-Length": [ - "254" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-request-charge": [ - "2" - ], - "x-ms-request-id": [ - "b0bcb016-a7db-4e79-ab1b-ed02f5314cfc" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Set-Cookie": [ - "x-ms-gateway-slice=Production; path=/; secure; HttpOnly" - ], - "x-ms-ratelimit-remaining-subscription-writes": [ - "1199" - ], - "x-ms-correlation-request-id": [ - "b8111b61-8624-427a-8c14-c8c0738a64aa" - ], - "x-ms-routing-request-id": [ - "WESTUS:20190703T173554Z:b8111b61-8624-427a-8c14-c8c0738a64aa" - ], - "Date": [ - "Wed, 03 Jul 2019 17:35:54 GMT" - ], - "Content-Length": [ - "836" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"roleDefinitionId\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/providers/Microsoft.Authorization/roleDefinitions/c12c1c16-33a1-487b-954d-41c89c60f349\",\r\n \"principalId\": \"384dab06-7a70-4ecf-a04e-284602199124\",\r\n \"scope\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps2368/providers/Microsoft.Storage/storageAccounts/saps3340\",\r\n \"createdOn\": \"2019-07-03T17:35:52.2246044Z\",\r\n \"updatedOn\": \"2019-07-03T17:35:52.2246044Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": \"8d1a2f63-15c2-4fe8-a804-213ecbaf4403\"\r\n },\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps2368/providers/Microsoft.Storage/storageAccounts/saps3340/providers/Microsoft.Authorization/roleAssignments/e05968d1-00a0-47bb-aabb-e34681f475d1\",\r\n \"type\": \"Microsoft.Authorization/roleAssignments\",\r\n \"name\": \"e05968d1-00a0-47bb-aabb-e34681f475d1\"\r\n}", - "StatusCode": 201 - }, - { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps2368/providers/Microsoft.StorageSync/storageSyncServices/sssps9514/syncGroups/sgps3272/cloudEndpoints/cepps3074?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzMjM2OC9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM5NTE0L3N5bmNHcm91cHMvc2dwczMyNzIvY2xvdWRFbmRwb2ludHMvY2VwcHMzMDc0P2FwaS12ZXJzaW9uPTIwMTktMDMtMDE=", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps9289/providers/Microsoft.StorageSync/storageSyncServices/sssps7295/syncGroups/sgps1518/cloudEndpoints/cepps7027?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzOTI4OS9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM3Mjk1L3N5bmNHcm91cHMvc2dwczE1MTgvY2xvdWRFbmRwb2ludHMvY2VwcHM3MDI3P2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"storageAccountResourceId\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps2368/providers/Microsoft.Storage/storageAccounts/saps3340\",\r\n \"azureFileShareName\": \"testfs\",\r\n \"storageAccountTenantId\": \"0483643a-cb2f-462a-bc27-1a270e5bdc0a\"\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"storageAccountResourceId\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps9289/providers/Microsoft.Storage/storageAccounts/saps5687\",\r\n \"azureFileShareName\": \"testfs\",\r\n \"storageAccountTenantId\": \"6ad91d65-65ab-4e14-90f7-fe951035b7c9\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "57046056-fe73-495a-8683-8023942b4b26" + "9dae6957-4f96-4f2c-97a1-4522daaf6cdf" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1116,16 +1176,16 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps2368/providers/microsoft.storagesync/storageSyncServices/sssps9514/workflows/c7421795-6ef1-4f18-9fb2-c6d6e56c383a/operationresults/029c6d9d-2788-425a-ab3e-03376f73c5ff?api-version=2019-03-01" + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6IjI3OTMxY2MwLTJmNWYtNDQ1OC04ZDM2LTIyZTI4Zjg4Y2NiNSIsIndvcmtmbG93SWQiOiI2YTgwZTQ1ZC05MjJlLTQyZjYtOTZhNi05NGFiYTJlNGMyZDUiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiOTk2ODYwYmMtNTZiYi00NzU3LWE0ZGYtYjNhYmU1ODJjMjVjIn0=?api-version=2020-03-01" ], "Retry-After": [ "10" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps2368/providers/microsoft.storagesync/storageSyncServices/sssps9514/workflows/c7421795-6ef1-4f18-9fb2-c6d6e56c383a/operations/029c6d9d-2788-425a-ab3e-03376f73c5ff?api-version=2019-03-01" + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6IjI3OTMxY2MwLTJmNWYtNDQ1OC04ZDM2LTIyZTI4Zjg4Y2NiNSIsIndvcmtmbG93SWQiOiI2YTgwZTQ1ZC05MjJlLTQyZjYtOTZhNi05NGFiYTJlNGMyZDUiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiOTk2ODYwYmMtNTZiYi00NzU3LWE0ZGYtYjNhYmU1ODJjMjVjIn0=?api-version=2020-03-01" ], "x-ms-request-id": [ - "ec6d3bbe-8cad-468e-833e-e64c78ca4b0a" + "c4990046-efae-43fc-8100-6f6a5f38e959" ], "X-Content-Type-Options": [ "nosniff" @@ -1146,13 +1206,13 @@ "1198" ], "x-ms-correlation-request-id": [ - "899ccb12-32c3-4165-90e1-8e942ec5ea6f" + "280ff5d0-0200-4cf1-8dcc-fa576dbe9b8c" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T173635Z:899ccb12-32c3-4165-90e1-8e942ec5ea6f" + "WESTUS:20200623T090857Z:280ff5d0-0200-4cf1-8dcc-fa576dbe9b8c" ], "Date": [ - "Wed, 03 Jul 2019 17:36:34 GMT" + "Tue, 23 Jun 2020 09:08:57 GMT" ], "Expires": [ "-1" @@ -1165,16 +1225,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps2368/providers/microsoft.storagesync/storageSyncServices/sssps9514/workflows/c7421795-6ef1-4f18-9fb2-c6d6e56c383a/operations/029c6d9d-2788-425a-ab3e-03376f73c5ff?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzMjM2OC9wcm92aWRlcnMvbWljcm9zb2Z0LnN0b3JhZ2VzeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM5NTE0L3dvcmtmbG93cy9jNzQyMTc5NS02ZWYxLTRmMTgtOWZiMi1jNmQ2ZTU2YzM4M2Evb3BlcmF0aW9ucy8wMjljNmQ5ZC0yNzg4LTQyNWEtYWIzZS0wMzM3NmY3M2M1ZmY/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6IjI3OTMxY2MwLTJmNWYtNDQ1OC04ZDM2LTIyZTI4Zjg4Y2NiNSIsIndvcmtmbG93SWQiOiI2YTgwZTQ1ZC05MjJlLTQyZjYtOTZhNi05NGFiYTJlNGMyZDUiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiOTk2ODYwYmMtNTZiYi00NzU3LWE0ZGYtYjNhYmU1ODJjMjVjIn0=?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvbG9jYXRpb25zL2NlbnRyYWx1c2V1YXAvb3BlcmF0aW9ucy9leUp3WVhKMGFYUnBiMjVKWkNJNklqSTNPVE14WTJNd0xUSm1OV1l0TkRRMU9DMDRaRE0yTFRJeVpUSTRaamc0WTJOaU5TSXNJbmR2Y210bWJHOTNTV1FpT2lJMllUZ3daVFExWkMwNU1qSmxMVFF5WmpZdE9UWmhOaTA1TkdGaVlUSmxOR015WkRVaUxDSjNiM0pyWm14dmQwOXdaWEpoZEdsdmJrbGtJam9pT1RrMk9EWXdZbU10TlRaaVlpMDBOelUzTFdFMFpHWXRZak5oWW1VMU9ESmpNalZqSW4wPT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -1185,7 +1245,7 @@ "no-cache" ], "x-ms-request-id": [ - "d6cecd81-9339-42de-aca4-5d33775b512a" + "82a51473-446b-487f-8b1c-7e54f55d2820" ], "X-Content-Type-Options": [ "nosniff" @@ -1203,41 +1263,41 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11998" + "11982" ], "x-ms-correlation-request-id": [ - "1970ad43-a926-4c00-967d-9eac0829c169" + "122977fd-f9ab-40ad-8062-d97012b803af" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T173645Z:1970ad43-a926-4c00-967d-9eac0829c169" + "WESTUS:20200623T090908Z:122977fd-f9ab-40ad-8062-d97012b803af" ], "Date": [ - "Wed, 03 Jul 2019 17:36:45 GMT" + "Tue, 23 Jun 2020 09:09:07 GMT" ], "Content-Length": [ - "451" + "745" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps2368/providers/microsoft.storagesync/storageSyncServices/sssps9514/workflow/c7421795-6ef1-4f18-9fb2-c6d6e56c383a/operationresults/029c6d9d-2788-425a-ab3e-03376f73c5ff\",\r\n \"name\": \"029c6d9d-2788-425a-ab3e-03376f73c5ff\",\r\n \"status\": \"validateInput\",\r\n \"startTime\": \"2019-07-03T17:36:35.2657316Z\",\r\n \"endTime\": \"2019-07-03T17:36:38.3822154Z\",\r\n \"percentComplete\": null,\r\n \"error\": null,\r\n \"properties\": {}\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6IjI3OTMxY2MwLTJmNWYtNDQ1OC04ZDM2LTIyZTI4Zjg4Y2NiNSIsIndvcmtmbG93SWQiOiI2YTgwZTQ1ZC05MjJlLTQyZjYtOTZhNi05NGFiYTJlNGMyZDUiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiOTk2ODYwYmMtNTZiYi00NzU3LWE0ZGYtYjNhYmU1ODJjMjVjIn0=\",\r\n \"name\": \"eyJwYXJ0aXRpb25JZCI6IjI3OTMxY2MwLTJmNWYtNDQ1OC04ZDM2LTIyZTI4Zjg4Y2NiNSIsIndvcmtmbG93SWQiOiI2YTgwZTQ1ZC05MjJlLTQyZjYtOTZhNi05NGFiYTJlNGMyZDUiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiOTk2ODYwYmMtNTZiYi00NzU3LWE0ZGYtYjNhYmU1ODJjMjVjIn0=\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2020-06-23T09:08:57.9326279Z\",\r\n \"endTime\": \"2020-06-23T09:09:03.9136599Z\",\r\n \"properties\": {}\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps2368/providers/microsoft.storagesync/storageSyncServices/sssps9514/workflows/c7421795-6ef1-4f18-9fb2-c6d6e56c383a/operations/029c6d9d-2788-425a-ab3e-03376f73c5ff?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzMjM2OC9wcm92aWRlcnMvbWljcm9zb2Z0LnN0b3JhZ2VzeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM5NTE0L3dvcmtmbG93cy9jNzQyMTc5NS02ZWYxLTRmMTgtOWZiMi1jNmQ2ZTU2YzM4M2Evb3BlcmF0aW9ucy8wMjljNmQ5ZC0yNzg4LTQyNWEtYWIzZS0wMzM3NmY3M2M1ZmY/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps9289/providers/Microsoft.StorageSync/storageSyncServices/sssps7295/syncGroups/sgps1518/cloudEndpoints/cepps7027?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzOTI4OS9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM3Mjk1L3N5bmNHcm91cHMvc2dwczE1MTgvY2xvdWRFbmRwb2ludHMvY2VwcHM3MDI3P2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -1248,7 +1308,7 @@ "no-cache" ], "x-ms-request-id": [ - "a1987f26-41ce-4fba-9df1-99e116d52822" + "abc5d4db-0c29-4725-aa71-90ae731843d9" ], "X-Content-Type-Options": [ "nosniff" @@ -1266,41 +1326,47 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11997" + "11981" ], "x-ms-correlation-request-id": [ - "688c32e5-1345-4c56-a8a7-f837c73d7a61" + "98ac2c5b-268d-4872-bf36-a20b848c76fc" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T173656Z:688c32e5-1345-4c56-a8a7-f837c73d7a61" + "WESTUS:20200623T090908Z:98ac2c5b-268d-4872-bf36-a20b848c76fc" ], "Date": [ - "Wed, 03 Jul 2019 17:36:56 GMT" + "Tue, 23 Jun 2020 09:09:07 GMT" ], "Content-Length": [ - "451" + "1027" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps2368/providers/microsoft.storagesync/storageSyncServices/sssps9514/workflow/c7421795-6ef1-4f18-9fb2-c6d6e56c383a/operationresults/029c6d9d-2788-425a-ab3e-03376f73c5ff\",\r\n \"name\": \"029c6d9d-2788-425a-ab3e-03376f73c5ff\",\r\n \"status\": \"validateInput\",\r\n \"startTime\": \"2019-07-03T17:36:35.2657316Z\",\r\n \"endTime\": \"2019-07-03T17:36:38.3822154Z\",\r\n \"percentComplete\": null,\r\n \"error\": null,\r\n \"properties\": {}\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"storageAccountResourceId\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps9289/providers/Microsoft.Storage/storageAccounts/saps5687\",\r\n \"azureFileShareName\": \"testfs\",\r\n \"storageAccountTenantId\": \"6ad91d65-65ab-4e14-90f7-fe951035b7c9\",\r\n \"partnershipId\": \"1|U0VSVkVSQVNTWU5DQ0xJRU5USEZTVjJ8MEJGNzVFRDUtOTkxNi00MTAzLTlDRDktMDlBRkRGQ0MwN0I1fEdFTkVSSUN8RjdFREQ1MEUtNEU4NS00MUM3LUFENEYtQzA0RTdEOUVBNUFF\",\r\n \"friendlyName\": \"testfs\",\r\n \"backupEnabled\": \"false\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"lastWorkflowId\": \"storageSyncServices/sssps7295/workflows/6a80e45d-922e-42f6-96a6-94aba2e4c2d5\",\r\n \"lastOperationName\": \"ICreateCloudEndpointWorkflow\"\r\n },\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps9289/providers/microsoft.storagesync/storageSyncServices/sssps7295/syncGroups/sgps1518/cloudEndpoints/cepps7027\",\r\n \"name\": \"cepps7027\",\r\n \"type\": \"microsoft.storagesync/storageSyncServices/syncGroups/cloudEndpoints\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps2368/providers/microsoft.storagesync/storageSyncServices/sssps9514/workflows/c7421795-6ef1-4f18-9fb2-c6d6e56c383a/operations/029c6d9d-2788-425a-ab3e-03376f73c5ff?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzMjM2OC9wcm92aWRlcnMvbWljcm9zb2Z0LnN0b3JhZ2VzeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM5NTE0L3dvcmtmbG93cy9jNzQyMTc5NS02ZWYxLTRmMTgtOWZiMi1jNmQ2ZTU2YzM4M2Evb3BlcmF0aW9ucy8wMjljNmQ5ZC0yNzg4LTQyNWEtYWIzZS0wMzM3NmY3M2M1ZmY/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps9289/providers/Microsoft.StorageSync/storageSyncServices/sssps7295/syncGroups/sgps1518/cloudEndpoints/cepps7027?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzOTI4OS9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM3Mjk1L3N5bmNHcm91cHMvc2dwczE1MTgvY2xvdWRFbmRwb2ludHMvY2VwcHM3MDI3P2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { + "x-ms-client-request-id": [ + "b0fdd193-9491-4332-8032-a65316e2ee2d" + ], + "Accept-Language": [ + "en-US" + ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -1311,7 +1377,7 @@ "no-cache" ], "x-ms-request-id": [ - "5f135ccd-89b2-4611-8cea-0e28b9783256" + "9464e1db-2b47-41b1-bb76-b8988bf70aca" ], "X-Content-Type-Options": [ "nosniff" @@ -1329,41 +1395,47 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11996" + "11980" ], "x-ms-correlation-request-id": [ - "9c9e44ab-0133-4ad0-8e59-736b78b9d51e" + "68ab510d-1c1c-4302-a3a5-3d78b3c19e48" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T173706Z:9c9e44ab-0133-4ad0-8e59-736b78b9d51e" + "WESTUS:20200623T090908Z:68ab510d-1c1c-4302-a3a5-3d78b3c19e48" ], "Date": [ - "Wed, 03 Jul 2019 17:37:06 GMT" + "Tue, 23 Jun 2020 09:09:08 GMT" ], "Content-Length": [ - "451" + "1027" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps2368/providers/microsoft.storagesync/storageSyncServices/sssps9514/workflow/c7421795-6ef1-4f18-9fb2-c6d6e56c383a/operationresults/029c6d9d-2788-425a-ab3e-03376f73c5ff\",\r\n \"name\": \"029c6d9d-2788-425a-ab3e-03376f73c5ff\",\r\n \"status\": \"validateInput\",\r\n \"startTime\": \"2019-07-03T17:36:35.2657316Z\",\r\n \"endTime\": \"2019-07-03T17:36:38.3822154Z\",\r\n \"percentComplete\": null,\r\n \"error\": null,\r\n \"properties\": {}\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"storageAccountResourceId\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps9289/providers/Microsoft.Storage/storageAccounts/saps5687\",\r\n \"azureFileShareName\": \"testfs\",\r\n \"storageAccountTenantId\": \"6ad91d65-65ab-4e14-90f7-fe951035b7c9\",\r\n \"partnershipId\": \"1|U0VSVkVSQVNTWU5DQ0xJRU5USEZTVjJ8MEJGNzVFRDUtOTkxNi00MTAzLTlDRDktMDlBRkRGQ0MwN0I1fEdFTkVSSUN8RjdFREQ1MEUtNEU4NS00MUM3LUFENEYtQzA0RTdEOUVBNUFF\",\r\n \"friendlyName\": \"testfs\",\r\n \"backupEnabled\": \"false\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"lastWorkflowId\": \"storageSyncServices/sssps7295/workflows/6a80e45d-922e-42f6-96a6-94aba2e4c2d5\",\r\n \"lastOperationName\": \"ICreateCloudEndpointWorkflow\"\r\n },\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps9289/providers/microsoft.storagesync/storageSyncServices/sssps7295/syncGroups/sgps1518/cloudEndpoints/cepps7027\",\r\n \"name\": \"cepps7027\",\r\n \"type\": \"microsoft.storagesync/storageSyncServices/syncGroups/cloudEndpoints\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps2368/providers/microsoft.storagesync/storageSyncServices/sssps9514/workflows/c7421795-6ef1-4f18-9fb2-c6d6e56c383a/operations/029c6d9d-2788-425a-ab3e-03376f73c5ff?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzMjM2OC9wcm92aWRlcnMvbWljcm9zb2Z0LnN0b3JhZ2VzeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM5NTE0L3dvcmtmbG93cy9jNzQyMTc5NS02ZWYxLTRmMTgtOWZiMi1jNmQ2ZTU2YzM4M2Evb3BlcmF0aW9ucy8wMjljNmQ5ZC0yNzg4LTQyNWEtYWIzZS0wMzM3NmY3M2M1ZmY/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", - "RequestMethod": "GET", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps9289/providers/Microsoft.StorageSync/storageSyncServices/sssps7295/syncGroups/sgps1518/cloudEndpoints/cepps7027?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzOTI4OS9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM3Mjk1L3N5bmNHcm91cHMvc2dwczE1MTgvY2xvdWRFbmRwb2ludHMvY2VwcHM3MDI3P2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", + "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { + "x-ms-client-request-id": [ + "9a83145e-0afe-48a5-98ad-2cac9a7fc42a" + ], + "Accept-Language": [ + "en-US" + ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -1373,8 +1445,17 @@ "Pragma": [ "no-cache" ], + "Location": [ + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6IjI3OTMxY2MwLTJmNWYtNDQ1OC04ZDM2LTIyZTI4Zjg4Y2NiNSIsIndvcmtmbG93SWQiOiJhZWY1YTE5ZS04OTg3LTQ2NGUtYjc4ZS04NmZiOTM2NGY1ZDgiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiMWE2Mjc4ZTktNjNlNy00YmZkLWJiMWQtZGIzMzQwYjRiYzI4In0=?api-version=2020-03-01" + ], + "Retry-After": [ + "10" + ], + "Azure-AsyncOperation": [ + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6IjI3OTMxY2MwLTJmNWYtNDQ1OC04ZDM2LTIyZTI4Zjg4Y2NiNSIsIndvcmtmbG93SWQiOiJhZWY1YTE5ZS04OTg3LTQ2NGUtYjc4ZS04NmZiOTM2NGY1ZDgiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiMWE2Mjc4ZTktNjNlNy00YmZkLWJiMWQtZGIzMzQwYjRiYzI4In0=?api-version=2020-03-01" + ], "x-ms-request-id": [ - "15050724-3ce4-4f98-964e-12e11596bf57" + "2690868b-a2c8-4ce4-a899-170e448e46e6" ], "X-Content-Type-Options": [ "nosniff" @@ -1391,42 +1472,39 @@ "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11995" + "x-ms-ratelimit-remaining-subscription-deletes": [ + "14996" ], "x-ms-correlation-request-id": [ - "5fac988e-d39d-4b36-8223-b52890de119a" + "6b459185-b702-4742-996c-6ce1f3730d4e" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T173717Z:5fac988e-d39d-4b36-8223-b52890de119a" + "WESTUS:20200623T090909Z:6b459185-b702-4742-996c-6ce1f3730d4e" ], "Date": [ - "Wed, 03 Jul 2019 17:37:16 GMT" - ], - "Content-Length": [ - "451" - ], - "Content-Type": [ - "application/json; charset=utf-8" + "Tue, 23 Jun 2020 09:09:08 GMT" ], "Expires": [ "-1" + ], + "Content-Length": [ + "0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps2368/providers/microsoft.storagesync/storageSyncServices/sssps9514/workflow/c7421795-6ef1-4f18-9fb2-c6d6e56c383a/operationresults/029c6d9d-2788-425a-ab3e-03376f73c5ff\",\r\n \"name\": \"029c6d9d-2788-425a-ab3e-03376f73c5ff\",\r\n \"status\": \"validateInput\",\r\n \"startTime\": \"2019-07-03T17:36:35.2657316Z\",\r\n \"endTime\": \"2019-07-03T17:36:38.3822154Z\",\r\n \"percentComplete\": null,\r\n \"error\": null,\r\n \"properties\": {}\r\n}", - "StatusCode": 200 + "ResponseBody": "", + "StatusCode": 202 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps2368/providers/microsoft.storagesync/storageSyncServices/sssps9514/workflows/c7421795-6ef1-4f18-9fb2-c6d6e56c383a/operations/029c6d9d-2788-425a-ab3e-03376f73c5ff?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzMjM2OC9wcm92aWRlcnMvbWljcm9zb2Z0LnN0b3JhZ2VzeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM5NTE0L3dvcmtmbG93cy9jNzQyMTc5NS02ZWYxLTRmMTgtOWZiMi1jNmQ2ZTU2YzM4M2Evb3BlcmF0aW9ucy8wMjljNmQ5ZC0yNzg4LTQyNWEtYWIzZS0wMzM3NmY3M2M1ZmY/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6IjI3OTMxY2MwLTJmNWYtNDQ1OC04ZDM2LTIyZTI4Zjg4Y2NiNSIsIndvcmtmbG93SWQiOiJhZWY1YTE5ZS04OTg3LTQ2NGUtYjc4ZS04NmZiOTM2NGY1ZDgiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiMWE2Mjc4ZTktNjNlNy00YmZkLWJiMWQtZGIzMzQwYjRiYzI4In0=?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvbG9jYXRpb25zL2NlbnRyYWx1c2V1YXAvb3BlcmF0aW9ucy9leUp3WVhKMGFYUnBiMjVKWkNJNklqSTNPVE14WTJNd0xUSm1OV1l0TkRRMU9DMDRaRE0yTFRJeVpUSTRaamc0WTJOaU5TSXNJbmR2Y210bWJHOTNTV1FpT2lKaFpXWTFZVEU1WlMwNE9UZzNMVFEyTkdVdFlqYzRaUzA0Tm1aaU9UTTJOR1kxWkRnaUxDSjNiM0pyWm14dmQwOXdaWEpoZEdsdmJrbGtJam9pTVdFMk1qYzRaVGt0TmpObE55MDBZbVprTFdKaU1XUXRaR0l6TXpRd1lqUmlZekk0SW4wPT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -1437,7 +1515,7 @@ "no-cache" ], "x-ms-request-id": [ - "892a0b5f-3b10-4739-b0f1-1a0c4024bd92" + "ce47ea55-9735-4b96-9459-cab08955f74c" ], "X-Content-Type-Options": [ "nosniff" @@ -1455,41 +1533,41 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11994" + "11979" ], "x-ms-correlation-request-id": [ - "39449adb-56e7-448f-b490-b9b82adab51b" + "25a05381-2021-400d-b60f-bd71919d548a" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T173727Z:39449adb-56e7-448f-b490-b9b82adab51b" + "WESTUS:20200623T090919Z:25a05381-2021-400d-b60f-bd71919d548a" ], "Date": [ - "Wed, 03 Jul 2019 17:37:26 GMT" + "Tue, 23 Jun 2020 09:09:18 GMT" ], "Content-Length": [ - "451" + "745" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps2368/providers/microsoft.storagesync/storageSyncServices/sssps9514/workflow/c7421795-6ef1-4f18-9fb2-c6d6e56c383a/operationresults/029c6d9d-2788-425a-ab3e-03376f73c5ff\",\r\n \"name\": \"029c6d9d-2788-425a-ab3e-03376f73c5ff\",\r\n \"status\": \"validateInput\",\r\n \"startTime\": \"2019-07-03T17:36:35.2657316Z\",\r\n \"endTime\": \"2019-07-03T17:36:38.3822154Z\",\r\n \"percentComplete\": null,\r\n \"error\": null,\r\n \"properties\": {}\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6IjI3OTMxY2MwLTJmNWYtNDQ1OC04ZDM2LTIyZTI4Zjg4Y2NiNSIsIndvcmtmbG93SWQiOiJhZWY1YTE5ZS04OTg3LTQ2NGUtYjc4ZS04NmZiOTM2NGY1ZDgiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiMWE2Mjc4ZTktNjNlNy00YmZkLWJiMWQtZGIzMzQwYjRiYzI4In0=\",\r\n \"name\": \"eyJwYXJ0aXRpb25JZCI6IjI3OTMxY2MwLTJmNWYtNDQ1OC04ZDM2LTIyZTI4Zjg4Y2NiNSIsIndvcmtmbG93SWQiOiJhZWY1YTE5ZS04OTg3LTQ2NGUtYjc4ZS04NmZiOTM2NGY1ZDgiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiMWE2Mjc4ZTktNjNlNy00YmZkLWJiMWQtZGIzMzQwYjRiYzI4In0=\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2020-06-23T09:09:09.7265804Z\",\r\n \"endTime\": \"2020-06-23T09:09:13.6937486Z\",\r\n \"properties\": {}\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps2368/providers/microsoft.storagesync/storageSyncServices/sssps9514/workflows/c7421795-6ef1-4f18-9fb2-c6d6e56c383a/operations/029c6d9d-2788-425a-ab3e-03376f73c5ff?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzMjM2OC9wcm92aWRlcnMvbWljcm9zb2Z0LnN0b3JhZ2VzeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM5NTE0L3dvcmtmbG93cy9jNzQyMTc5NS02ZWYxLTRmMTgtOWZiMi1jNmQ2ZTU2YzM4M2Evb3BlcmF0aW9ucy8wMjljNmQ5ZC0yNzg4LTQyNWEtYWIzZS0wMzM3NmY3M2M1ZmY/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6IjI3OTMxY2MwLTJmNWYtNDQ1OC04ZDM2LTIyZTI4Zjg4Y2NiNSIsIndvcmtmbG93SWQiOiJhZWY1YTE5ZS04OTg3LTQ2NGUtYjc4ZS04NmZiOTM2NGY1ZDgiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiMWE2Mjc4ZTktNjNlNy00YmZkLWJiMWQtZGIzMzQwYjRiYzI4In0=?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvbG9jYXRpb25zL2NlbnRyYWx1c2V1YXAvb3BlcmF0aW9ucmVzdWx0cy9leUp3WVhKMGFYUnBiMjVKWkNJNklqSTNPVE14WTJNd0xUSm1OV1l0TkRRMU9DMDRaRE0yTFRJeVpUSTRaamc0WTJOaU5TSXNJbmR2Y210bWJHOTNTV1FpT2lKaFpXWTFZVEU1WlMwNE9UZzNMVFEyTkdVdFlqYzRaUzA0Tm1aaU9UTTJOR1kxWkRnaUxDSjNiM0pyWm14dmQwOXdaWEpoZEdsdmJrbGtJam9pTVdFMk1qYzRaVGt0TmpObE55MDBZbVprTFdKaU1XUXRaR0l6TXpRd1lqUmlZekk0SW4wPT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -1500,7 +1578,7 @@ "no-cache" ], "x-ms-request-id": [ - "c49eee1e-8f18-41d9-b812-d118996fea7e" + "03dec1e6-9098-4465-8cd0-d272e29f9618" ], "X-Content-Type-Options": [ "nosniff" @@ -1518,614 +1596,44 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11993" + "11978" ], "x-ms-correlation-request-id": [ - "4f9c7280-d96d-41c6-9102-9c4615bec2e8" + "270074dd-5a4a-4fb2-97a8-7e02c65f4f41" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T173738Z:4f9c7280-d96d-41c6-9102-9c4615bec2e8" + "WESTUS:20200623T090919Z:270074dd-5a4a-4fb2-97a8-7e02c65f4f41" ], "Date": [ - "Wed, 03 Jul 2019 17:37:37 GMT" - ], - "Content-Length": [ - "451" - ], - "Content-Type": [ - "application/json; charset=utf-8" + "Tue, 23 Jun 2020 09:09:18 GMT" ], "Expires": [ "-1" + ], + "Content-Length": [ + "0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps2368/providers/microsoft.storagesync/storageSyncServices/sssps9514/workflow/c7421795-6ef1-4f18-9fb2-c6d6e56c383a/operationresults/029c6d9d-2788-425a-ab3e-03376f73c5ff\",\r\n \"name\": \"029c6d9d-2788-425a-ab3e-03376f73c5ff\",\r\n \"status\": \"validateInput\",\r\n \"startTime\": \"2019-07-03T17:36:35.2657316Z\",\r\n \"endTime\": \"2019-07-03T17:36:38.3822154Z\",\r\n \"percentComplete\": null,\r\n \"error\": null,\r\n \"properties\": {}\r\n}", + "ResponseBody": "", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps2368/providers/microsoft.storagesync/storageSyncServices/sssps9514/workflows/c7421795-6ef1-4f18-9fb2-c6d6e56c383a/operations/029c6d9d-2788-425a-ab3e-03376f73c5ff?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzMjM2OC9wcm92aWRlcnMvbWljcm9zb2Z0LnN0b3JhZ2VzeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM5NTE0L3dvcmtmbG93cy9jNzQyMTc5NS02ZWYxLTRmMTgtOWZiMi1jNmQ2ZTU2YzM4M2Evb3BlcmF0aW9ucy8wMjljNmQ5ZC0yNzg4LTQyNWEtYWIzZS0wMzM3NmY3M2M1ZmY/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.27617.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-request-id": [ - "454de300-7b4f-4e19-8472-201677d5adb4" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Server": [ - "Microsoft-IIS/10.0" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11992" - ], - "x-ms-correlation-request-id": [ - "25ce5b3f-2b86-4c8a-ae8f-ecf55ab29b49" - ], - "x-ms-routing-request-id": [ - "WESTUS:20190703T173748Z:25ce5b3f-2b86-4c8a-ae8f-ecf55ab29b49" - ], - "Date": [ - "Wed, 03 Jul 2019 17:37:48 GMT" - ], - "Content-Length": [ - "451" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps2368/providers/microsoft.storagesync/storageSyncServices/sssps9514/workflow/c7421795-6ef1-4f18-9fb2-c6d6e56c383a/operationresults/029c6d9d-2788-425a-ab3e-03376f73c5ff\",\r\n \"name\": \"029c6d9d-2788-425a-ab3e-03376f73c5ff\",\r\n \"status\": \"validateInput\",\r\n \"startTime\": \"2019-07-03T17:36:35.2657316Z\",\r\n \"endTime\": \"2019-07-03T17:36:38.3822154Z\",\r\n \"percentComplete\": null,\r\n \"error\": null,\r\n \"properties\": {}\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps2368/providers/microsoft.storagesync/storageSyncServices/sssps9514/workflows/c7421795-6ef1-4f18-9fb2-c6d6e56c383a/operations/029c6d9d-2788-425a-ab3e-03376f73c5ff?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzMjM2OC9wcm92aWRlcnMvbWljcm9zb2Z0LnN0b3JhZ2VzeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM5NTE0L3dvcmtmbG93cy9jNzQyMTc5NS02ZWYxLTRmMTgtOWZiMi1jNmQ2ZTU2YzM4M2Evb3BlcmF0aW9ucy8wMjljNmQ5ZC0yNzg4LTQyNWEtYWIzZS0wMzM3NmY3M2M1ZmY/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.27617.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-request-id": [ - "66ab76c0-0919-4d0a-a885-60fb02bdf234" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11991" - ], - "Server": [ - "Microsoft-IIS/10.0" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET" - ], - "x-ms-correlation-request-id": [ - "43ec2657-d671-4f6b-8466-d12a30ca1e8c" - ], - "x-ms-routing-request-id": [ - "WESTUS:20190703T173758Z:43ec2657-d671-4f6b-8466-d12a30ca1e8c" - ], - "Date": [ - "Wed, 03 Jul 2019 17:37:58 GMT" - ], - "Content-Length": [ - "451" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps2368/providers/microsoft.storagesync/storageSyncServices/sssps9514/workflow/c7421795-6ef1-4f18-9fb2-c6d6e56c383a/operationresults/029c6d9d-2788-425a-ab3e-03376f73c5ff\",\r\n \"name\": \"029c6d9d-2788-425a-ab3e-03376f73c5ff\",\r\n \"status\": \"validateInput\",\r\n \"startTime\": \"2019-07-03T17:36:35.2657316Z\",\r\n \"endTime\": \"2019-07-03T17:36:38.3822154Z\",\r\n \"percentComplete\": null,\r\n \"error\": null,\r\n \"properties\": {}\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps2368/providers/microsoft.storagesync/storageSyncServices/sssps9514/workflows/c7421795-6ef1-4f18-9fb2-c6d6e56c383a/operations/029c6d9d-2788-425a-ab3e-03376f73c5ff?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzMjM2OC9wcm92aWRlcnMvbWljcm9zb2Z0LnN0b3JhZ2VzeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM5NTE0L3dvcmtmbG93cy9jNzQyMTc5NS02ZWYxLTRmMTgtOWZiMi1jNmQ2ZTU2YzM4M2Evb3BlcmF0aW9ucy8wMjljNmQ5ZC0yNzg4LTQyNWEtYWIzZS0wMzM3NmY3M2M1ZmY/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.27617.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-request-id": [ - "a13d25ee-7796-42d0-8192-930ba1a35ab6" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Server": [ - "Microsoft-IIS/10.0" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11990" - ], - "x-ms-correlation-request-id": [ - "6727af21-4617-41b9-a27d-351a828b1e78" - ], - "x-ms-routing-request-id": [ - "WESTUS:20190703T173809Z:6727af21-4617-41b9-a27d-351a828b1e78" - ], - "Date": [ - "Wed, 03 Jul 2019 17:38:09 GMT" - ], - "Content-Length": [ - "451" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps2368/providers/microsoft.storagesync/storageSyncServices/sssps9514/workflow/c7421795-6ef1-4f18-9fb2-c6d6e56c383a/operationresults/029c6d9d-2788-425a-ab3e-03376f73c5ff\",\r\n \"name\": \"029c6d9d-2788-425a-ab3e-03376f73c5ff\",\r\n \"status\": \"validateInput\",\r\n \"startTime\": \"2019-07-03T17:36:35.2657316Z\",\r\n \"endTime\": \"2019-07-03T17:36:38.3822154Z\",\r\n \"percentComplete\": null,\r\n \"error\": null,\r\n \"properties\": {}\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps2368/providers/microsoft.storagesync/storageSyncServices/sssps9514/workflows/c7421795-6ef1-4f18-9fb2-c6d6e56c383a/operations/029c6d9d-2788-425a-ab3e-03376f73c5ff?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzMjM2OC9wcm92aWRlcnMvbWljcm9zb2Z0LnN0b3JhZ2VzeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM5NTE0L3dvcmtmbG93cy9jNzQyMTc5NS02ZWYxLTRmMTgtOWZiMi1jNmQ2ZTU2YzM4M2Evb3BlcmF0aW9ucy8wMjljNmQ5ZC0yNzg4LTQyNWEtYWIzZS0wMzM3NmY3M2M1ZmY/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.27617.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-request-id": [ - "0fd3e07c-30a6-46d2-92d4-82086b7cae33" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Server": [ - "Microsoft-IIS/10.0" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11989" - ], - "x-ms-correlation-request-id": [ - "97149fed-3589-43aa-beaa-940070d53824" - ], - "x-ms-routing-request-id": [ - "WESTUS:20190703T173820Z:97149fed-3589-43aa-beaa-940070d53824" - ], - "Date": [ - "Wed, 03 Jul 2019 17:38:19 GMT" - ], - "Content-Length": [ - "451" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps2368/providers/microsoft.storagesync/storageSyncServices/sssps9514/workflow/c7421795-6ef1-4f18-9fb2-c6d6e56c383a/operationresults/029c6d9d-2788-425a-ab3e-03376f73c5ff\",\r\n \"name\": \"029c6d9d-2788-425a-ab3e-03376f73c5ff\",\r\n \"status\": \"validateInput\",\r\n \"startTime\": \"2019-07-03T17:36:35.2657316Z\",\r\n \"endTime\": \"2019-07-03T17:36:38.3822154Z\",\r\n \"percentComplete\": null,\r\n \"error\": null,\r\n \"properties\": {}\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps2368/providers/microsoft.storagesync/storageSyncServices/sssps9514/workflows/c7421795-6ef1-4f18-9fb2-c6d6e56c383a/operations/029c6d9d-2788-425a-ab3e-03376f73c5ff?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzMjM2OC9wcm92aWRlcnMvbWljcm9zb2Z0LnN0b3JhZ2VzeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM5NTE0L3dvcmtmbG93cy9jNzQyMTc5NS02ZWYxLTRmMTgtOWZiMi1jNmQ2ZTU2YzM4M2Evb3BlcmF0aW9ucy8wMjljNmQ5ZC0yNzg4LTQyNWEtYWIzZS0wMzM3NmY3M2M1ZmY/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.27617.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-request-id": [ - "1f07fff4-ff7f-48ed-9b61-cc8c209c1d16" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Server": [ - "Microsoft-IIS/10.0" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11988" - ], - "x-ms-correlation-request-id": [ - "e1cb0679-72f1-4a3f-a9f5-fc850434dc4f" - ], - "x-ms-routing-request-id": [ - "WESTUS:20190703T173830Z:e1cb0679-72f1-4a3f-a9f5-fc850434dc4f" - ], - "Date": [ - "Wed, 03 Jul 2019 17:38:29 GMT" - ], - "Content-Length": [ - "451" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps2368/providers/microsoft.storagesync/storageSyncServices/sssps9514/workflow/c7421795-6ef1-4f18-9fb2-c6d6e56c383a/operationresults/029c6d9d-2788-425a-ab3e-03376f73c5ff\",\r\n \"name\": \"029c6d9d-2788-425a-ab3e-03376f73c5ff\",\r\n \"status\": \"validateInput\",\r\n \"startTime\": \"2019-07-03T17:36:35.2657316Z\",\r\n \"endTime\": \"2019-07-03T17:36:38.3822154Z\",\r\n \"percentComplete\": null,\r\n \"error\": null,\r\n \"properties\": {}\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps2368/providers/microsoft.storagesync/storageSyncServices/sssps9514/workflows/c7421795-6ef1-4f18-9fb2-c6d6e56c383a/operations/029c6d9d-2788-425a-ab3e-03376f73c5ff?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzMjM2OC9wcm92aWRlcnMvbWljcm9zb2Z0LnN0b3JhZ2VzeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM5NTE0L3dvcmtmbG93cy9jNzQyMTc5NS02ZWYxLTRmMTgtOWZiMi1jNmQ2ZTU2YzM4M2Evb3BlcmF0aW9ucy8wMjljNmQ5ZC0yNzg4LTQyNWEtYWIzZS0wMzM3NmY3M2M1ZmY/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.27617.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-request-id": [ - "4bcec6e3-3596-44f8-92de-9aef776ae32c" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Server": [ - "Microsoft-IIS/10.0" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11987" - ], - "x-ms-correlation-request-id": [ - "122c3c32-4042-4358-8232-357d9d13774a" - ], - "x-ms-routing-request-id": [ - "WESTUS:20190703T173840Z:122c3c32-4042-4358-8232-357d9d13774a" - ], - "Date": [ - "Wed, 03 Jul 2019 17:38:39 GMT" - ], - "Content-Length": [ - "451" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps2368/providers/microsoft.storagesync/storageSyncServices/sssps9514/workflow/c7421795-6ef1-4f18-9fb2-c6d6e56c383a/operationresults/029c6d9d-2788-425a-ab3e-03376f73c5ff\",\r\n \"name\": \"029c6d9d-2788-425a-ab3e-03376f73c5ff\",\r\n \"status\": \"validateInput\",\r\n \"startTime\": \"2019-07-03T17:36:35.2657316Z\",\r\n \"endTime\": \"2019-07-03T17:36:38.3822154Z\",\r\n \"percentComplete\": null,\r\n \"error\": null,\r\n \"properties\": {}\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps2368/providers/microsoft.storagesync/storageSyncServices/sssps9514/workflows/c7421795-6ef1-4f18-9fb2-c6d6e56c383a/operations/029c6d9d-2788-425a-ab3e-03376f73c5ff?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzMjM2OC9wcm92aWRlcnMvbWljcm9zb2Z0LnN0b3JhZ2VzeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM5NTE0L3dvcmtmbG93cy9jNzQyMTc5NS02ZWYxLTRmMTgtOWZiMi1jNmQ2ZTU2YzM4M2Evb3BlcmF0aW9ucy8wMjljNmQ5ZC0yNzg4LTQyNWEtYWIzZS0wMzM3NmY3M2M1ZmY/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.27617.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-request-id": [ - "6b8dcdc3-ac34-40f3-8780-35dd373f5295" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Server": [ - "Microsoft-IIS/10.0" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11986" - ], - "x-ms-correlation-request-id": [ - "ebcc4c0a-f734-4e77-8435-194fadca66be" - ], - "x-ms-routing-request-id": [ - "WESTUS:20190703T173851Z:ebcc4c0a-f734-4e77-8435-194fadca66be" - ], - "Date": [ - "Wed, 03 Jul 2019 17:38:51 GMT" - ], - "Content-Length": [ - "451" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps2368/providers/microsoft.storagesync/storageSyncServices/sssps9514/workflow/c7421795-6ef1-4f18-9fb2-c6d6e56c383a/operationresults/029c6d9d-2788-425a-ab3e-03376f73c5ff\",\r\n \"name\": \"029c6d9d-2788-425a-ab3e-03376f73c5ff\",\r\n \"status\": \"validateInput\",\r\n \"startTime\": \"2019-07-03T17:36:35.2657316Z\",\r\n \"endTime\": \"2019-07-03T17:36:38.3822154Z\",\r\n \"percentComplete\": null,\r\n \"error\": null,\r\n \"properties\": {}\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps2368/providers/microsoft.storagesync/storageSyncServices/sssps9514/workflows/c7421795-6ef1-4f18-9fb2-c6d6e56c383a/operations/029c6d9d-2788-425a-ab3e-03376f73c5ff?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzMjM2OC9wcm92aWRlcnMvbWljcm9zb2Z0LnN0b3JhZ2VzeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM5NTE0L3dvcmtmbG93cy9jNzQyMTc5NS02ZWYxLTRmMTgtOWZiMi1jNmQ2ZTU2YzM4M2Evb3BlcmF0aW9ucy8wMjljNmQ5ZC0yNzg4LTQyNWEtYWIzZS0wMzM3NmY3M2M1ZmY/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.27617.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-request-id": [ - "7c059298-e7bb-4929-a9fe-8cfe87c51587" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Server": [ - "Microsoft-IIS/10.0" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11985" - ], - "x-ms-correlation-request-id": [ - "fcf37fc1-fa46-478b-a491-ed7154b1f79d" - ], - "x-ms-routing-request-id": [ - "WESTUS:20190703T173901Z:fcf37fc1-fa46-478b-a491-ed7154b1f79d" - ], - "Date": [ - "Wed, 03 Jul 2019 17:39:01 GMT" - ], - "Content-Length": [ - "447" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps2368/providers/microsoft.storagesync/storageSyncServices/sssps9514/workflow/c7421795-6ef1-4f18-9fb2-c6d6e56c383a/operationresults/029c6d9d-2788-425a-ab3e-03376f73c5ff\",\r\n \"name\": \"029c6d9d-2788-425a-ab3e-03376f73c5ff\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2019-07-03T17:36:35.2657316Z\",\r\n \"endTime\": \"2019-07-03T17:38:56.8104229Z\",\r\n \"percentComplete\": null,\r\n \"error\": null,\r\n \"properties\": {}\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps2368/providers/Microsoft.StorageSync/storageSyncServices/sssps9514/syncGroups/sgps3272/cloudEndpoints/cepps3074?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzMjM2OC9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM5NTE0L3N5bmNHcm91cHMvc2dwczMyNzIvY2xvdWRFbmRwb2ludHMvY2VwcHMzMDc0P2FwaS12ZXJzaW9uPTIwMTktMDMtMDE=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.27617.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-request-id": [ - "ded34ecf-41a9-4468-a112-f9aea0e27611" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Server": [ - "Microsoft-IIS/10.0" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11984" - ], - "x-ms-correlation-request-id": [ - "7235e50e-14db-431e-ab2f-64047d9c6148" - ], - "x-ms-routing-request-id": [ - "WESTUS:20190703T173901Z:7235e50e-14db-431e-ab2f-64047d9c6148" - ], - "Date": [ - "Wed, 03 Jul 2019 17:39:01 GMT" - ], - "Content-Length": [ - "985" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"storageAccountKey\": null,\r\n \"storageAccount\": null,\r\n \"storageAccountResourceId\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps2368/providers/Microsoft.Storage/storageAccounts/saps3340\",\r\n \"azureFileShareName\": \"testfs\",\r\n \"storageAccountTenantId\": \"0483643a-cb2f-462a-bc27-1a270e5bdc0a\",\r\n \"partnershipId\": \"1|U0VSVkVSQVNTWU5DQ0xJRU5USEZTVjJ8RDNFM0U0NzItQ0MzMi00MkQ3LTgyMjItQjREQ0FDNkJBOTQwfEdFTkVSSUN8ODYxQzE2MTQtNzY2Mi00ODlDLUE0MTMtNTJGNkQ3N0JCMDIy\",\r\n \"friendlyName\": \"testfs\",\r\n \"backupEnabled\": \"false\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"lastWorkflowId\": \"storageSyncServices/sssps9514/workflows/c7421795-6ef1-4f18-9fb2-c6d6e56c383a\",\r\n \"lastOperationName\": \"ICreateCloudEndpointWorkflow\"\r\n },\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps2368/providers/microsoft.storagesync/storageSyncServices/sssps9514/syncGroups/sgps3272/cloudEndpoints/cepps3074\",\r\n \"name\": \"cepps3074\",\r\n \"type\": \"microsoft.storagesync/storageSyncServices/syncGroups/cloudEndpoints\"\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps2368/providers/Microsoft.StorageSync/storageSyncServices/sssps9514/syncGroups/sgps3272/cloudEndpoints/cepps3074?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzMjM2OC9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM5NTE0L3N5bmNHcm91cHMvc2dwczMyNzIvY2xvdWRFbmRwb2ludHMvY2VwcHMzMDc0P2FwaS12ZXJzaW9uPTIwMTktMDMtMDE=", - "RequestMethod": "GET", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps9289/providers/Microsoft.StorageSync/storageSyncServices/sssps7295/syncGroups/sgps1518?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzOTI4OS9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM3Mjk1L3N5bmNHcm91cHMvc2dwczE1MTg/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", + "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "083f9f65-9d99-42ce-8e20-61238d5a0bec" + "5b6dbe5a-169c-4c19-bacb-1a37270108c5" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -2136,7 +1644,7 @@ "no-cache" ], "x-ms-request-id": [ - "7e4ef548-9417-4ec3-bbbe-99bec08afd32" + "e84911e4-9828-4964-9f65-73a8f6dd64ed" ], "X-Content-Type-Options": [ "nosniff" @@ -2153,48 +1661,45 @@ "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11983" + "x-ms-ratelimit-remaining-subscription-deletes": [ + "14995" ], "x-ms-correlation-request-id": [ - "a72518ed-8f00-4b54-8ccd-241a7205baa7" + "88dacfef-f7a3-446c-a433-cfede16d4b81" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T173902Z:a72518ed-8f00-4b54-8ccd-241a7205baa7" + "WESTUS:20200623T090920Z:88dacfef-f7a3-446c-a433-cfede16d4b81" ], "Date": [ - "Wed, 03 Jul 2019 17:39:01 GMT" - ], - "Content-Length": [ - "985" - ], - "Content-Type": [ - "application/json; charset=utf-8" + "Tue, 23 Jun 2020 09:09:19 GMT" ], "Expires": [ "-1" + ], + "Content-Length": [ + "0" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"storageAccountKey\": null,\r\n \"storageAccount\": null,\r\n \"storageAccountResourceId\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps2368/providers/Microsoft.Storage/storageAccounts/saps3340\",\r\n \"azureFileShareName\": \"testfs\",\r\n \"storageAccountTenantId\": \"0483643a-cb2f-462a-bc27-1a270e5bdc0a\",\r\n \"partnershipId\": \"1|U0VSVkVSQVNTWU5DQ0xJRU5USEZTVjJ8RDNFM0U0NzItQ0MzMi00MkQ3LTgyMjItQjREQ0FDNkJBOTQwfEdFTkVSSUN8ODYxQzE2MTQtNzY2Mi00ODlDLUE0MTMtNTJGNkQ3N0JCMDIy\",\r\n \"friendlyName\": \"testfs\",\r\n \"backupEnabled\": \"false\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"lastWorkflowId\": \"storageSyncServices/sssps9514/workflows/c7421795-6ef1-4f18-9fb2-c6d6e56c383a\",\r\n \"lastOperationName\": \"ICreateCloudEndpointWorkflow\"\r\n },\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps2368/providers/microsoft.storagesync/storageSyncServices/sssps9514/syncGroups/sgps3272/cloudEndpoints/cepps3074\",\r\n \"name\": \"cepps3074\",\r\n \"type\": \"microsoft.storagesync/storageSyncServices/syncGroups/cloudEndpoints\"\r\n}", + "ResponseBody": "", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps2368/providers/Microsoft.StorageSync/storageSyncServices/sssps9514/syncGroups/sgps3272/cloudEndpoints/cepps3074?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzMjM2OC9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM5NTE0L3N5bmNHcm91cHMvc2dwczMyNzIvY2xvdWRFbmRwb2ludHMvY2VwcHMzMDc0P2FwaS12ZXJzaW9uPTIwMTktMDMtMDE=", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps9289/providers/Microsoft.StorageSync/storageSyncServices/sssps7295?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzOTI4OS9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM3Mjk1P2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "c943b35c-4498-49be-ad81-30fa83ac73d0" + "4de5935f-3f9e-4093-b52c-0335d9a757ab" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -2205,16 +1710,16 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps2368/providers/microsoft.storagesync/storageSyncServices/sssps9514/workflows/15c9a9f1-32d0-4c17-890d-b34c9a74a6ae/operationresults/2d07da4d-3251-4225-a685-ebbb6c9897f5?api-version=2019-03-01" + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6IjI3OTMxY2MwLTJmNWYtNDQ1OC04ZDM2LTIyZTI4Zjg4Y2NiNSIsIndvcmtmbG93SWQiOiJiZDc2NzZlYS01Y2FmLTQ4M2ItODkyNi05Y2VhYmE1MjkwOTEiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiYWRlYWQ0YzctYmQyYS00NWI0LWE0M2QtNmZiYzQ0YjhmODIyIn0=?api-version=2020-03-01" ], "Retry-After": [ "10" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps2368/providers/microsoft.storagesync/storageSyncServices/sssps9514/workflows/15c9a9f1-32d0-4c17-890d-b34c9a74a6ae/operations/2d07da4d-3251-4225-a685-ebbb6c9897f5?api-version=2019-03-01" + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6IjI3OTMxY2MwLTJmNWYtNDQ1OC04ZDM2LTIyZTI4Zjg4Y2NiNSIsIndvcmtmbG93SWQiOiJiZDc2NzZlYS01Y2FmLTQ4M2ItODkyNi05Y2VhYmE1MjkwOTEiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiYWRlYWQ0YzctYmQyYS00NWI0LWE0M2QtNmZiYzQ0YjhmODIyIn0=?api-version=2020-03-01" ], "x-ms-request-id": [ - "6ea93f41-2a0c-4ea6-930d-01c332ee5a25" + "d7c7c808-5af8-4379-a700-72e0315bb7e0" ], "X-Content-Type-Options": [ "nosniff" @@ -2232,16 +1737,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-deletes": [ - "14999" + "14994" ], "x-ms-correlation-request-id": [ - "cd3a9c2f-87d5-4f99-a0f4-ef12ac6c6a9b" + "9b80f24d-ac98-4de4-8ee6-c6326c9a3b20" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T173902Z:cd3a9c2f-87d5-4f99-a0f4-ef12ac6c6a9b" + "WESTUS:20200623T090920Z:9b80f24d-ac98-4de4-8ee6-c6326c9a3b20" ], "Date": [ - "Wed, 03 Jul 2019 17:39:02 GMT" + "Tue, 23 Jun 2020 09:09:19 GMT" ], "Expires": [ "-1" @@ -2254,16 +1759,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps2368/providers/microsoft.storagesync/storageSyncServices/sssps9514/workflows/15c9a9f1-32d0-4c17-890d-b34c9a74a6ae/operations/2d07da4d-3251-4225-a685-ebbb6c9897f5?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzMjM2OC9wcm92aWRlcnMvbWljcm9zb2Z0LnN0b3JhZ2VzeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM5NTE0L3dvcmtmbG93cy8xNWM5YTlmMS0zMmQwLTRjMTctODkwZC1iMzRjOWE3NGE2YWUvb3BlcmF0aW9ucy8yZDA3ZGE0ZC0zMjUxLTQyMjUtYTY4NS1lYmJiNmM5ODk3ZjU/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6IjI3OTMxY2MwLTJmNWYtNDQ1OC04ZDM2LTIyZTI4Zjg4Y2NiNSIsIndvcmtmbG93SWQiOiJiZDc2NzZlYS01Y2FmLTQ4M2ItODkyNi05Y2VhYmE1MjkwOTEiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiYWRlYWQ0YzctYmQyYS00NWI0LWE0M2QtNmZiYzQ0YjhmODIyIn0=?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvbG9jYXRpb25zL2NlbnRyYWx1c2V1YXAvb3BlcmF0aW9ucy9leUp3WVhKMGFYUnBiMjVKWkNJNklqSTNPVE14WTJNd0xUSm1OV1l0TkRRMU9DMDRaRE0yTFRJeVpUSTRaamc0WTJOaU5TSXNJbmR2Y210bWJHOTNTV1FpT2lKaVpEYzJOelpsWVMwMVkyRm1MVFE0TTJJdE9Ea3lOaTA1WTJWaFltRTFNamt3T1RFaUxDSjNiM0pyWm14dmQwOXdaWEpoZEdsdmJrbGtJam9pWVdSbFlXUTBZemN0WW1ReVlTMDBOV0kwTFdFME0yUXRObVppWXpRMFlqaG1PREl5SW4wPT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -2274,7 +1779,7 @@ "no-cache" ], "x-ms-request-id": [ - "f6dd9a1d-c4e9-4e3c-b58e-099b306c27d7" + "7f06ea25-da48-45e2-8e17-7af3c5cc9c47" ], "X-Content-Type-Options": [ "nosniff" @@ -2292,41 +1797,41 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11982" + "11977" ], "x-ms-correlation-request-id": [ - "8548e07d-0b26-44cb-9144-c3a131396d62" + "ef153fb0-71fe-4b1b-904c-50abfdc2850a" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T173913Z:8548e07d-0b26-44cb-9144-c3a131396d62" + "WESTUS:20200623T090930Z:ef153fb0-71fe-4b1b-904c-50abfdc2850a" ], "Date": [ - "Wed, 03 Jul 2019 17:39:12 GMT" + "Tue, 23 Jun 2020 09:09:29 GMT" ], "Content-Length": [ - "446" + "745" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps2368/providers/microsoft.storagesync/storageSyncServices/sssps9514/workflow/15c9a9f1-32d0-4c17-890d-b34c9a74a6ae/operationresults/2d07da4d-3251-4225-a685-ebbb6c9897f5\",\r\n \"name\": \"2d07da4d-3251-4225-a685-ebbb6c9897f5\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2019-07-03T17:39:03.0333616Z\",\r\n \"endTime\": \"2019-07-03T17:39:06.949203Z\",\r\n \"percentComplete\": null,\r\n \"error\": null,\r\n \"properties\": {}\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6IjI3OTMxY2MwLTJmNWYtNDQ1OC04ZDM2LTIyZTI4Zjg4Y2NiNSIsIndvcmtmbG93SWQiOiJiZDc2NzZlYS01Y2FmLTQ4M2ItODkyNi05Y2VhYmE1MjkwOTEiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiYWRlYWQ0YzctYmQyYS00NWI0LWE0M2QtNmZiYzQ0YjhmODIyIn0=\",\r\n \"name\": \"eyJwYXJ0aXRpb25JZCI6IjI3OTMxY2MwLTJmNWYtNDQ1OC04ZDM2LTIyZTI4Zjg4Y2NiNSIsIndvcmtmbG93SWQiOiJiZDc2NzZlYS01Y2FmLTQ4M2ItODkyNi05Y2VhYmE1MjkwOTEiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiYWRlYWQ0YzctYmQyYS00NWI0LWE0M2QtNmZiYzQ0YjhmODIyIn0=\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2020-06-23T09:09:20.6284279Z\",\r\n \"endTime\": \"2020-06-23T09:09:26.2211173Z\",\r\n \"properties\": {}\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps2368/providers/microsoft.storagesync/storageSyncServices/sssps9514/workflows/15c9a9f1-32d0-4c17-890d-b34c9a74a6ae/operationresults/2d07da4d-3251-4225-a685-ebbb6c9897f5?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzMjM2OC9wcm92aWRlcnMvbWljcm9zb2Z0LnN0b3JhZ2VzeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM5NTE0L3dvcmtmbG93cy8xNWM5YTlmMS0zMmQwLTRjMTctODkwZC1iMzRjOWE3NGE2YWUvb3BlcmF0aW9ucmVzdWx0cy8yZDA3ZGE0ZC0zMjUxLTQyMjUtYTY4NS1lYmJiNmM5ODk3ZjU/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6IjI3OTMxY2MwLTJmNWYtNDQ1OC04ZDM2LTIyZTI4Zjg4Y2NiNSIsIndvcmtmbG93SWQiOiJiZDc2NzZlYS01Y2FmLTQ4M2ItODkyNi05Y2VhYmE1MjkwOTEiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiYWRlYWQ0YzctYmQyYS00NWI0LWE0M2QtNmZiYzQ0YjhmODIyIn0=?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvbG9jYXRpb25zL2NlbnRyYWx1c2V1YXAvb3BlcmF0aW9ucmVzdWx0cy9leUp3WVhKMGFYUnBiMjVKWkNJNklqSTNPVE14WTJNd0xUSm1OV1l0TkRRMU9DMDRaRE0yTFRJeVpUSTRaamc0WTJOaU5TSXNJbmR2Y210bWJHOTNTV1FpT2lKaVpEYzJOelpsWVMwMVkyRm1MVFE0TTJJdE9Ea3lOaTA1WTJWaFltRTFNamt3T1RFaUxDSjNiM0pyWm14dmQwOXdaWEpoZEdsdmJrbGtJam9pWVdSbFlXUTBZemN0WW1ReVlTMDBOV0kwTFdFME0yUXRObVppWXpRMFlqaG1PREl5SW4wPT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -2337,7 +1842,7 @@ "no-cache" ], "x-ms-request-id": [ - "d818726b-bea4-4688-ba15-25e0fa68611b" + "21fd117e-7da9-477f-b705-950134f30eb8" ], "X-Content-Type-Options": [ "nosniff" @@ -2355,148 +1860,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11981" - ], - "x-ms-correlation-request-id": [ - "faab1c89-475e-48cb-8323-c9511f2ae2ce" - ], - "x-ms-routing-request-id": [ - "WESTUS:20190703T173913Z:faab1c89-475e-48cb-8323-c9511f2ae2ce" - ], - "Date": [ - "Wed, 03 Jul 2019 17:39:12 GMT" - ], - "Expires": [ - "-1" - ], - "Content-Length": [ - "0" - ] - }, - "ResponseBody": "", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps2368/providers/Microsoft.StorageSync/storageSyncServices/sssps9514/syncGroups/sgps3272?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzMjM2OC9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM5NTE0L3N5bmNHcm91cHMvc2dwczMyNzI/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", - "RequestMethod": "DELETE", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "143857a6-6f85-4a25-aaf7-66769ec2897e" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.27617.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-request-id": [ - "577312ff-f32a-457c-9925-fe56ae9d1e8b" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Server": [ - "Microsoft-IIS/10.0" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET" - ], - "x-ms-ratelimit-remaining-subscription-deletes": [ - "14998" - ], - "x-ms-correlation-request-id": [ - "19eb3f5c-d84a-4dce-9789-1e651e292170" - ], - "x-ms-routing-request-id": [ - "WESTUS:20190703T173914Z:19eb3f5c-d84a-4dce-9789-1e651e292170" - ], - "Date": [ - "Wed, 03 Jul 2019 17:39:13 GMT" - ], - "Expires": [ - "-1" - ], - "Content-Length": [ - "0" - ] - }, - "ResponseBody": "", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps2368/providers/Microsoft.StorageSync/storageSyncServices/sssps9514?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzMjM2OC9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM5NTE0P2FwaS12ZXJzaW9uPTIwMTktMDMtMDE=", - "RequestMethod": "DELETE", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "cfd7a991-c29f-4bb1-8aac-2f7667993a98" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.27617.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-request-id": [ - "d631a989-e838-4e9f-a72e-409855c67271" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Server": [ - "Microsoft-IIS/10.0" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET" - ], - "x-ms-ratelimit-remaining-subscription-deletes": [ - "14997" + "11976" ], "x-ms-correlation-request-id": [ - "afba9aec-29eb-44bb-bb43-68af007e7c19" + "bd040c35-bb93-488e-a6d2-b5d99ba13d33" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T173914Z:afba9aec-29eb-44bb-bb43-68af007e7c19" + "WESTUS:20200623T090930Z:bd040c35-bb93-488e-a6d2-b5d99ba13d33" ], "Date": [ - "Wed, 03 Jul 2019 17:39:14 GMT" + "Tue, 23 Jun 2020 09:09:30 GMT" ], "Expires": [ "-1" @@ -2509,22 +1882,22 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps2368/providers/Microsoft.Storage/storageAccounts/saps3340?api-version=2017-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzMjM2OC9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2Uvc3RvcmFnZUFjY291bnRzL3NhcHMzMzQwP2FwaS12ZXJzaW9uPTIwMTctMTAtMDE=", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps9289/providers/Microsoft.Storage/storageAccounts/saps5687?api-version=2017-10-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzOTI4OS9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2Uvc3RvcmFnZUFjY291bnRzL3NhcHM1Njg3P2FwaS12ZXJzaW9uPTIwMTctMTAtMDE=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "f8d955c2-3b55-4317-ac9d-7e002c9bfe55" + "24d16ac1-977f-4fd5-9973-5afe8cc44bc4" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Storage.Version2017.10.01.StorageManagementClient/1.3.0" + "Microsoft.Azure.Management.Storage.Version2017.10.01.StorageManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -2535,7 +1908,7 @@ "no-cache" ], "x-ms-request-id": [ - "60c7c0ba-7e0d-4036-99c5-c26aef41fd79" + "23c04621-03eb-4b35-a367-2cd563563ac1" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2544,19 +1917,19 @@ "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-deletes": [ - "14999" + "14993" ], "x-ms-correlation-request-id": [ - "d617451f-3d2b-48aa-92e5-b2e830197d7a" + "d4198c4c-fc10-40ae-8aa0-b2d71ad923c0" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T173919Z:d617451f-3d2b-48aa-92e5-b2e830197d7a" + "WESTUS:20200623T090932Z:d4198c4c-fc10-40ae-8aa0-b2d71ad923c0" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 17:39:19 GMT" + "Tue, 23 Jun 2020 09:09:31 GMT" ], "Content-Type": [ "text/plain; charset=utf-8" @@ -2572,22 +1945,22 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps2368/providers/Microsoft.StorageSync/storageSyncServices?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzMjM2OC9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXM/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps9289/providers/Microsoft.StorageSync/storageSyncServices?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzOTI4OS9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXM/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "b59feabe-9852-4ff7-8ab1-36ce29cfe88b" + "6b4c3e6e-264c-4014-a652-03d91cafd0b3" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -2598,16 +1971,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11999" + "11975" ], "x-ms-request-id": [ - "f776617e-f5eb-4b66-a05c-b1e06f95eacf" + "59c571f9-9f12-4f48-bf3a-b54754a58a1e" ], "x-ms-correlation-request-id": [ - "f776617e-f5eb-4b66-a05c-b1e06f95eacf" + "59c571f9-9f12-4f48-bf3a-b54754a58a1e" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T173919Z:f776617e-f5eb-4b66-a05c-b1e06f95eacf" + "WESTUS:20200623T090932Z:59c571f9-9f12-4f48-bf3a-b54754a58a1e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2616,7 +1989,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 17:39:19 GMT" + "Tue, 23 Jun 2020 09:09:31 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2632,22 +2005,22 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourcegroups/ps2368?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlZ3JvdXBzL3BzMjM2OD9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourcegroups/ps9289?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlZ3JvdXBzL3BzOTI4OT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "abc0e454-45c9-49d4-9347-995b1f666b9e" + "08236001-8189-4c9e-85c4-b432a7f20213" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -2658,22 +2031,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzIzNjgtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzkyODktV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-deletes": [ - "14999" + "14992" ], "x-ms-request-id": [ - "02e33ae9-f116-44b2-8fbd-610e6693a7f2" + "e1993c4b-2bdc-4877-b905-6404b10ec76d" ], "x-ms-correlation-request-id": [ - "02e33ae9-f116-44b2-8fbd-610e6693a7f2" + "e1993c4b-2bdc-4877-b905-6404b10ec76d" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T173921Z:02e33ae9-f116-44b2-8fbd-610e6693a7f2" + "WESTUS:20200623T090932Z:e1993c4b-2bdc-4877-b905-6404b10ec76d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2682,7 +2055,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 17:39:20 GMT" + "Tue, 23 Jun 2020 09:09:31 GMT" ], "Expires": [ "-1" @@ -2695,16 +2068,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzIzNjgtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpJek5qZ3RWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzkyODktV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpreU9Ea3RWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -2715,22 +2088,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzIzNjgtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzkyODktV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11999" + "11974" ], "x-ms-request-id": [ - "86913106-1630-4c09-ac7c-cf1a1b1a56e8" + "d180ebc3-6ea6-4f4a-80b0-8824bc44fdb4" ], "x-ms-correlation-request-id": [ - "86913106-1630-4c09-ac7c-cf1a1b1a56e8" + "d180ebc3-6ea6-4f4a-80b0-8824bc44fdb4" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T173936Z:86913106-1630-4c09-ac7c-cf1a1b1a56e8" + "WESTUS:20200623T090947Z:d180ebc3-6ea6-4f4a-80b0-8824bc44fdb4" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2739,7 +2112,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 17:39:36 GMT" + "Tue, 23 Jun 2020 09:09:47 GMT" ], "Expires": [ "-1" @@ -2752,16 +2125,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzIzNjgtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpJek5qZ3RWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzkyODktV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpreU9Ea3RWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -2772,22 +2145,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzIzNjgtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzkyODktV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11998" + "11973" ], "x-ms-request-id": [ - "bc84b1bc-ed4d-4694-8426-c5ad33e5ee9e" + "06c56e0a-a30e-4b07-a03e-7395b5ee6670" ], "x-ms-correlation-request-id": [ - "bc84b1bc-ed4d-4694-8426-c5ad33e5ee9e" + "06c56e0a-a30e-4b07-a03e-7395b5ee6670" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T173951Z:bc84b1bc-ed4d-4694-8426-c5ad33e5ee9e" + "WESTUS:20200623T091002Z:06c56e0a-a30e-4b07-a03e-7395b5ee6670" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2796,7 +2169,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 17:39:51 GMT" + "Tue, 23 Jun 2020 09:10:02 GMT" ], "Expires": [ "-1" @@ -2809,16 +2182,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzIzNjgtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpJek5qZ3RWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzkyODktV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpreU9Ea3RWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -2829,16 +2202,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11997" + "11972" ], "x-ms-request-id": [ - "b6ab3748-aede-4e38-b24c-13f082f75fde" + "4214c88c-0061-4c57-a111-3ae6e1652578" ], "x-ms-correlation-request-id": [ - "b6ab3748-aede-4e38-b24c-13f082f75fde" + "4214c88c-0061-4c57-a111-3ae6e1652578" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T174006Z:b6ab3748-aede-4e38-b24c-13f082f75fde" + "WESTUS:20200623T091017Z:4214c88c-0061-4c57-a111-3ae6e1652578" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2847,7 +2220,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 17:40:05 GMT" + "Tue, 23 Jun 2020 09:10:17 GMT" ], "Expires": [ "-1" @@ -2860,16 +2233,16 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzIzNjgtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpJek5qZ3RWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzkyODktV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpreU9Ea3RWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -2880,16 +2253,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11996" + "11971" ], "x-ms-request-id": [ - "69d9da11-69f6-47d6-bde2-c08f7160270d" + "bc84c2bb-4e10-42de-94cf-d75567c7320a" ], "x-ms-correlation-request-id": [ - "69d9da11-69f6-47d6-bde2-c08f7160270d" + "bc84c2bb-4e10-42de-94cf-d75567c7320a" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T174006Z:69d9da11-69f6-47d6-bde2-c08f7160270d" + "WESTUS:20200623T091017Z:bc84c2bb-4e10-42de-94cf-d75567c7320a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2898,7 +2271,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 17:40:05 GMT" + "Tue, 23 Jun 2020 09:10:17 GMT" ], "Expires": [ "-1" @@ -2913,19 +2286,19 @@ ], "Names": { "Test-GetCloudEndpointParentObject": [ - "ps2368", - "ps9514", - "ps3272", - "ps3074", - "ps3340" + "ps9289", + "ps7295", + "ps1518", + "ps7027", + "ps5687" ], "TestGetCloudEndpointParentObject": [ - "e05968d1-00a0-47bb-aabb-e34681f475d1" + "c4958b96-6c46-4726-afaa-ad494657292a" ] }, "Variables": { - "SubscriptionId": "7b96cb02-4663-40f4-9a89-603d3849e46a", - "TenantId": "0483643a-cb2f-462a-bc27-1a270e5bdc0a", + "SubscriptionId": "1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b", + "TenantId": "6ad91d65-65ab-4e14-90f7-fe951035b7c9", "Domain": "" } } \ No newline at end of file diff --git a/src/StorageSync/StorageSync.Test/SessionRecords/StorageSyncTests.CloudEndpointTests/TestGetCloudEndpointParentResourceId.json b/src/StorageSync/StorageSync.Test/SessionRecords/StorageSyncTests.CloudEndpointTests/TestGetCloudEndpointParentResourceId.json index dc9cc82d7121..6685ecf13de4 100644 --- a/src/StorageSync/StorageSync.Test/SessionRecords/StorageSyncTests.CloudEndpointTests/TestGetCloudEndpointParentResourceId.json +++ b/src/StorageSync/StorageSync.Test/SessionRecords/StorageSyncTests.CloudEndpointTests/TestGetCloudEndpointParentResourceId.json @@ -1,22 +1,22 @@ { "Entries": [ { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/providers/Microsoft.Resources?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVzb3VyY2VzP2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/Microsoft.Resources?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVzb3VyY2VzP2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "8f8feba9-d365-4168-a168-86af7471e84e" + "1ec711e2-e6e5-4ff8-85f1-38cb5eb67703" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -30,13 +30,13 @@ "11999" ], "x-ms-request-id": [ - "d242e665-a233-4374-95ad-49e7f2385aa0" + "2f2fd1b3-090e-4eec-b5a0-6ffd4f799ef9" ], "x-ms-correlation-request-id": [ - "d242e665-a233-4374-95ad-49e7f2385aa0" + "2f2fd1b3-090e-4eec-b5a0-6ffd4f799ef9" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T165752Z:d242e665-a233-4374-95ad-49e7f2385aa0" + "WESTUS:20200623T090425Z:2f2fd1b3-090e-4eec-b5a0-6ffd4f799ef9" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -45,7 +45,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 16:57:51 GMT" + "Tue, 23 Jun 2020 09:04:24 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -54,29 +54,29 @@ "-1" ], "Content-Length": [ - "8818" + "10899" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/providers/Microsoft.Resources\",\r\n \"namespace\": \"Microsoft.Resources\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"tenants\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operationresults\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"notifyResourceJobs\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"tags\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkPolicyCompliance\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"providers\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkresourcename\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resources\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/resources\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/providers\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/operationresults\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceGroups\",\r\n \"locations\": [\r\n \"Central US\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"West Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia Southeast\",\r\n \"Australia East\",\r\n \"West India\",\r\n \"South India\",\r\n \"Central India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/resourceGroups\",\r\n \"locations\": [\r\n \"Central US\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"West Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia Southeast\",\r\n \"Australia East\",\r\n \"West India\",\r\n \"South India\",\r\n \"Central India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/resourcegroups/resources\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/tagnames\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/tagNames/tagValues\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"deployments\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"deployments/operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"links\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-01-01\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/Microsoft.Resources\",\r\n \"namespace\": \"Microsoft.Resources\",\r\n \"authorization\": {\r\n \"applicationId\": \"3b990c8b-9607-4c2a-8b04-1d41985facca\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"tenants\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-01-01\",\r\n \"2019-09-01\",\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-09-01\",\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operationresults\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-09-01\",\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"notifyResourceJobs\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-09-01\",\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"tags\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-10-01\",\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\"\r\n ],\r\n \"capabilities\": \"SupportsExtension\"\r\n },\r\n {\r\n \"resourceType\": \"checkPolicyCompliance\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"providers\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkresourcename\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"calculateTemplateHash\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-09-01\",\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resources\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-09-01\",\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-10-01\",\r\n \"2019-09-01\",\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/resources\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-09-01\",\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/providers\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/operationresults\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceGroups\",\r\n \"locations\": [\r\n \"Central US\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"West Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia Southeast\",\r\n \"Australia East\",\r\n \"West India\",\r\n \"South India\",\r\n \"Central India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Australia Central\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/resourceGroups\",\r\n \"locations\": [\r\n \"Central US\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"West Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia Southeast\",\r\n \"Australia East\",\r\n \"West India\",\r\n \"South India\",\r\n \"Central India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Australia Central\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/resourcegroups/resources\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/tagnames\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/tagNames/tagValues\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"deployments\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-09-01\",\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"deployments/operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-09-01\",\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"links\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ],\r\n \"capabilities\": \"SupportsExtension\"\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-01-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"deploymentScripts\",\r\n \"locations\": [\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Australia East\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"Central US\",\r\n \"North Central US\",\r\n \"UK South\",\r\n \"Central India\",\r\n \"South India\",\r\n \"Japan East\",\r\n \"Korea Central\",\r\n \"North Europe\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West US 2\",\r\n \"West US\",\r\n \"South Central US\",\r\n \"Canada East\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-10-01-preview\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"deploymentScripts/logs\",\r\n \"locations\": [\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Australia East\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"Central US\",\r\n \"North Central US\",\r\n \"UK South\",\r\n \"Central India\",\r\n \"South India\",\r\n \"Japan East\",\r\n \"Korea Central\",\r\n \"North Europe\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West US 2\",\r\n \"West US\",\r\n \"South Central US\",\r\n \"Canada East\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/deploymentScriptOperationResults\",\r\n \"locations\": [\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Australia East\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"Central US\",\r\n \"North Central US\",\r\n \"UK South\",\r\n \"Central India\",\r\n \"South India\",\r\n \"Japan East\",\r\n \"Korea Central\",\r\n \"North Europe\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West US 2\",\r\n \"West US\",\r\n \"South Central US\",\r\n \"Canada East\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-10-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/providers/Microsoft.StorageSync?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZVN5bmM/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/Microsoft.StorageSync?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZVN5bmM/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "7f23075d-3299-41ec-8a3f-36b0012b6858" + "cae2abff-8952-4671-991c-2ea7e2036557" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -90,13 +90,13 @@ "11998" ], "x-ms-request-id": [ - "57d28b1f-4320-4603-8957-c0662edcf5e8" + "df57e081-0f0a-4500-bf6d-a311545e6f76" ], "x-ms-correlation-request-id": [ - "57d28b1f-4320-4603-8957-c0662edcf5e8" + "df57e081-0f0a-4500-bf6d-a311545e6f76" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T165752Z:57d28b1f-4320-4603-8957-c0662edcf5e8" + "WESTUS:20200623T090425Z:df57e081-0f0a-4500-bf6d-a311545e6f76" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -105,7 +105,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 16:57:51 GMT" + "Tue, 23 Jun 2020 09:04:24 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -114,10 +114,10 @@ "-1" ], "Content-Length": [ - "5239" + "7645" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/providers/Microsoft.StorageSync\",\r\n \"namespace\": \"Microsoft.StorageSync\",\r\n \"authorizations\": [\r\n {\r\n \"applicationId\": \"9469b9f5-6722-4481-a2b2-14ed560b706f\"\r\n }\r\n ],\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageSyncServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"Central US EUAP\",\r\n \"West US 2\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\",\r\n \"2018-01-01-preview\",\r\n \"2017-06-05-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"storageSyncServices/syncGroups\",\r\n \"locations\": [\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"Central US EUAP\",\r\n \"West US 2\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\",\r\n \"2018-01-01-preview\",\r\n \"2017-06-05-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageSyncServices/syncGroups/cloudEndpoints\",\r\n \"locations\": [\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"Central US EUAP\",\r\n \"West US 2\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\",\r\n \"2018-01-01-preview\",\r\n \"2017-06-05-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageSyncServices/syncGroups/serverEndpoints\",\r\n \"locations\": [\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"Central US EUAP\",\r\n \"West US 2\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\",\r\n \"2018-01-01-preview\",\r\n \"2017-06-05-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageSyncServices/registeredServers\",\r\n \"locations\": [\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"Central US EUAP\",\r\n \"West US 2\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\",\r\n \"2018-01-01-preview\",\r\n \"2017-06-05-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageSyncServices/workflows\",\r\n \"locations\": [\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"Central US EUAP\",\r\n \"West US 2\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\",\r\n \"2018-01-01-preview\",\r\n \"2017-06-05-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\",\r\n \"2018-01-01-preview\",\r\n \"2017-06-05-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/checkNameAvailability\",\r\n \"locations\": [\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/workflows\",\r\n \"locations\": [\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/Microsoft.StorageSync\",\r\n \"namespace\": \"Microsoft.StorageSync\",\r\n \"authorizations\": [\r\n {\r\n \"applicationId\": \"9469b9f5-6722-4481-a2b2-14ed560b706f\",\r\n \"roleDefinitionId\": \"4cd49d82-1f4d-43fc-af0c-1c1203668e5a\"\r\n }\r\n ],\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageSyncServices\",\r\n \"locations\": [\r\n \"West Central US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"West US 2\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"UAE North\",\r\n \"UAE Central\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2019-10-01\",\r\n \"2019-06-01\",\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\",\r\n \"2018-01-01-preview\",\r\n \"2017-06-05-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"storageSyncServices/syncGroups\",\r\n \"locations\": [\r\n \"West Central US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"West US 2\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"UAE North\",\r\n \"UAE Central\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2019-10-01\",\r\n \"2019-06-01\",\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\",\r\n \"2018-01-01-preview\",\r\n \"2017-06-05-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageSyncServices/syncGroups/cloudEndpoints\",\r\n \"locations\": [\r\n \"West Central US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"West US 2\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"UAE North\",\r\n \"UAE Central\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2019-10-01\",\r\n \"2019-06-01\",\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\",\r\n \"2018-01-01-preview\",\r\n \"2017-06-05-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageSyncServices/syncGroups/serverEndpoints\",\r\n \"locations\": [\r\n \"West Central US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"West US 2\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"UAE North\",\r\n \"UAE Central\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2019-10-01\",\r\n \"2019-06-01\",\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\",\r\n \"2018-01-01-preview\",\r\n \"2017-06-05-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageSyncServices/registeredServers\",\r\n \"locations\": [\r\n \"West Central US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"West US 2\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"UAE North\",\r\n \"UAE Central\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2019-10-01\",\r\n \"2019-06-01\",\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\",\r\n \"2018-01-01-preview\",\r\n \"2017-06-05-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageSyncServices/workflows\",\r\n \"locations\": [\r\n \"West Central US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"West US 2\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"UAE North\",\r\n \"UAE Central\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2019-10-01\",\r\n \"2019-06-01\",\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\",\r\n \"2018-01-01-preview\",\r\n \"2017-06-05-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2019-10-01\",\r\n \"2019-06-01\",\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\",\r\n \"2018-01-01-preview\",\r\n \"2017-06-05-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2019-10-01\",\r\n \"2019-06-01\",\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/checkNameAvailability\",\r\n \"locations\": [\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"UAE North\",\r\n \"UAE Central\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2019-10-01\",\r\n \"2019-06-01\",\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/workflows\",\r\n \"locations\": [\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"UAE North\",\r\n \"UAE Central\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2019-10-01\",\r\n \"2019-06-01\",\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operations\",\r\n \"locations\": [\r\n \"West Central US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"West US 2\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"UAE North\",\r\n \"UAE Central\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operationResults\",\r\n \"locations\": [\r\n \"West Central US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"West US 2\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"UAE North\",\r\n \"UAE Central\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "StatusCode": 200 }, { @@ -127,16 +127,16 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "e3ad70fa-f78e-4a66-a4b0-e54f2b85b4d1" + "af37e5af-8d47-4bb3-9d54-cf2673b847d6" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Internal.Subscriptions.SubscriptionClient/1.3.0" + "Microsoft.Azure.Internal.Subscriptions.SubscriptionClient/1.3.16" ] }, "ResponseHeaders": { @@ -147,16 +147,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-tenant-reads": [ - "11998" + "11997" ], "x-ms-request-id": [ - "98abe3bf-7674-43c9-833f-83052da0f2d3" + "aec8f288-bb4c-4d6f-9572-d04d7fd01bda" ], "x-ms-correlation-request-id": [ - "98abe3bf-7674-43c9-833f-83052da0f2d3" + "aec8f288-bb4c-4d6f-9572-d04d7fd01bda" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T165752Z:98abe3bf-7674-43c9-833f-83052da0f2d3" + "WESTUS:20200623T090425Z:aec8f288-bb4c-4d6f-9572-d04d7fd01bda" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -165,7 +165,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 16:57:51 GMT" + "Tue, 23 Jun 2020 09:04:25 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -177,26 +177,26 @@ "116" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/tenants/0483643a-cb2f-462a-bc27-1a270e5bdc0a\",\r\n \"tenantId\": \"0483643a-cb2f-462a-bc27-1a270e5bdc0a\"\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/tenants/6ad91d65-65ab-4e14-90f7-fe951035b7c9\",\r\n \"tenantId\": \"6ad91d65-65ab-4e14-90f7-fe951035b7c9\"\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourcegroups/ps6807?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlZ3JvdXBzL3BzNjgwNz9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourcegroups/ps7578?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlZ3JvdXBzL3BzNzU3OD9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "526bdea8-4e9e-473f-9477-bd562647f927" + "5da56726-682d-42fb-a6ed-5bbe1e1058b1" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ], "Content-Type": [ "application/json; charset=utf-8" @@ -213,16 +213,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1199" + "1197" ], "x-ms-request-id": [ - "7925fe04-df53-4200-9e5d-a26280d50f0e" + "2f9591af-cb6c-4305-9d7e-39bbe9e365ec" ], "x-ms-correlation-request-id": [ - "7925fe04-df53-4200-9e5d-a26280d50f0e" + "2f9591af-cb6c-4305-9d7e-39bbe9e365ec" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T165754Z:7925fe04-df53-4200-9e5d-a26280d50f0e" + "WESTUS:20200623T090425Z:2f9591af-cb6c-4305-9d7e-39bbe9e365ec" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -231,7 +231,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 16:57:53 GMT" + "Tue, 23 Jun 2020 09:04:25 GMT" ], "Content-Length": [ "165" @@ -243,26 +243,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps6807\",\r\n \"name\": \"ps6807\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps7578\",\r\n \"name\": \"ps7578\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/providers/Microsoft.StorageSync/locations/CentralUSEUAP/checkNameAvailability?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZVN5bmMvbG9jYXRpb25zL0NlbnRyYWxVU0VVQVAvY2hlY2tOYW1lQXZhaWxhYmlsaXR5P2FwaS12ZXJzaW9uPTIwMTktMDMtMDE=", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/Microsoft.StorageSync/locations/CentralUSEUAP/checkNameAvailability?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZVN5bmMvbG9jYXRpb25zL0NlbnRyYWxVU0VVQVAvY2hlY2tOYW1lQXZhaWxhYmlsaXR5P2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", "RequestMethod": "POST", - "RequestBody": "{\r\n \"name\": \"sssps5809\",\r\n \"type\": \"Microsoft.StorageSync/storageSyncServices\"\r\n}", + "RequestBody": "{\r\n \"name\": \"sssps4426\",\r\n \"type\": \"Microsoft.StorageSync/storageSyncServices\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "ab05caa9-1381-4dc5-bb2d-770c18a9ff97" + "b9e73928-9e81-4562-9277-624a49446a48" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -279,7 +279,7 @@ "no-cache" ], "x-ms-request-id": [ - "63610433-0845-4dbd-bca6-b07638e79c95" + "ed5c7499-d247-4d0d-ab68-aa8ee50285b0" ], "X-Content-Type-Options": [ "nosniff" @@ -300,50 +300,50 @@ "1199" ], "x-ms-correlation-request-id": [ - "b7b17328-d720-41b2-b925-9dd740c7bb5c" + "dd630fa9-76c0-42d2-811a-078c75c246c6" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T165755Z:b7b17328-d720-41b2-b925-9dd740c7bb5c" + "WESTUS:20200623T090426Z:dd630fa9-76c0-42d2-811a-078c75c246c6" ], "Date": [ - "Wed, 03 Jul 2019 16:57:54 GMT" + "Tue, 23 Jun 2020 09:04:26 GMT" ], "Content-Length": [ - "51" + "29" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"nameAvailable\": true,\r\n \"reason\": null,\r\n \"message\": null\r\n}", + "ResponseBody": "{\r\n \"nameAvailable\": true\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps6807/providers/Microsoft.StorageSync/storageSyncServices/sssps5809?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNjgwNy9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM1ODA5P2FwaS12ZXJzaW9uPTIwMTktMDMtMDE=", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps7578/providers/Microsoft.StorageSync/storageSyncServices/sssps4426?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzNzU3OC9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM0NDI2P2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"location\": \"Central US EUAP\",\r\n \"tags\": {}\r\n}", + "RequestBody": "{\r\n \"location\": \"Central US EUAP\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"incomingTrafficPolicy\": \"AllowAllTraffic\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "35720a8e-9fba-4bd5-8e23-2cb82ad5ad6e" + "f5b98c25-f8ea-4117-8d2d-688eacb89d35" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "52" + "125" ] }, "ResponseHeaders": { @@ -353,8 +353,17 @@ "Pragma": [ "no-cache" ], + "Location": [ + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6IjFmYTNhNjBjLTA2MTktNGQ4My1iNWIyLTg0MzIwNWMwNDUxOCIsIndvcmtmbG93SWQiOiIzMDBmYzY3Yi1jMWNhLTQ4YjktYmYxMy0zM2FiOWE0MWU3ZGEiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiMzJkNGY0NTAtOTNmYS00ZmRiLWFlMmMtNjI2YjQ3MTc3NGQyIn0=?api-version=2020-03-01" + ], + "Retry-After": [ + "10" + ], + "Azure-AsyncOperation": [ + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6IjFmYTNhNjBjLTA2MTktNGQ4My1iNWIyLTg0MzIwNWMwNDUxOCIsIndvcmtmbG93SWQiOiIzMDBmYzY3Yi1jMWNhLTQ4YjktYmYxMy0zM2FiOWE0MWU3ZGEiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiMzJkNGY0NTAtOTNmYS00ZmRiLWFlMmMtNjI2YjQ3MTc3NGQyIn0=?api-version=2020-03-01" + ], "x-ms-request-id": [ - "733e6d18-2333-49ab-9fcb-68261b923933" + "2ef22074-aea6-4d46-9770-b60133cd9767" ], "X-Content-Type-Options": [ "nosniff" @@ -375,44 +384,167 @@ "1199" ], "x-ms-correlation-request-id": [ - "4bf8873b-a87d-4684-9986-3b5fd6bfce7f" + "f398d870-27aa-4b79-a799-df4dad38041d" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200623T090427Z:f398d870-27aa-4b79-a799-df4dad38041d" + ], + "Date": [ + "Tue, 23 Jun 2020 09:04:27 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6IjFmYTNhNjBjLTA2MTktNGQ4My1iNWIyLTg0MzIwNWMwNDUxOCIsIndvcmtmbG93SWQiOiIzMDBmYzY3Yi1jMWNhLTQ4YjktYmYxMy0zM2FiOWE0MWU3ZGEiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiMzJkNGY0NTAtOTNmYS00ZmRiLWFlMmMtNjI2YjQ3MTc3NGQyIn0=?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvbG9jYXRpb25zL2NlbnRyYWx1c2V1YXAvb3BlcmF0aW9ucy9leUp3WVhKMGFYUnBiMjVKWkNJNklqRm1ZVE5oTmpCakxUQTJNVGt0TkdRNE15MWlOV0l5TFRnME16SXdOV013TkRVeE9DSXNJbmR2Y210bWJHOTNTV1FpT2lJek1EQm1ZelkzWWkxak1XTmhMVFE0WWprdFltWXhNeTB6TTJGaU9XRTBNV1UzWkdFaUxDSjNiM0pyWm14dmQwOXdaWEpoZEdsdmJrbGtJam9pTXpKa05HWTBOVEF0T1RObVlTMDBabVJpTFdGbE1tTXROakkyWWpRM01UYzNOR1F5SW4wPT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-request-id": [ + "ebb754c3-ccdd-4f11-88fe-b8f51cd742af" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-IIS/10.0" + ], + "X-AspNet-Version": [ + "4.0.30319" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11999" + ], + "x-ms-correlation-request-id": [ + "ce276345-e1d0-435f-97ed-e360674e0340" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T165755Z:4bf8873b-a87d-4684-9986-3b5fd6bfce7f" + "WESTUS:20200623T090437Z:ce276345-e1d0-435f-97ed-e360674e0340" ], "Date": [ - "Wed, 03 Jul 2019 16:57:54 GMT" + "Tue, 23 Jun 2020 09:04:37 GMT" ], "Content-Length": [ - "329" + "745" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6IjFmYTNhNjBjLTA2MTktNGQ4My1iNWIyLTg0MzIwNWMwNDUxOCIsIndvcmtmbG93SWQiOiIzMDBmYzY3Yi1jMWNhLTQ4YjktYmYxMy0zM2FiOWE0MWU3ZGEiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiMzJkNGY0NTAtOTNmYS00ZmRiLWFlMmMtNjI2YjQ3MTc3NGQyIn0=\",\r\n \"name\": \"eyJwYXJ0aXRpb25JZCI6IjFmYTNhNjBjLTA2MTktNGQ4My1iNWIyLTg0MzIwNWMwNDUxOCIsIndvcmtmbG93SWQiOiIzMDBmYzY3Yi1jMWNhLTQ4YjktYmYxMy0zM2FiOWE0MWU3ZGEiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiMzJkNGY0NTAtOTNmYS00ZmRiLWFlMmMtNjI2YjQ3MTc3NGQyIn0=\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2020-06-23T09:04:28.9400793Z\",\r\n \"endTime\": \"2020-06-23T09:04:35.4148488Z\",\r\n \"properties\": {}\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps7578/providers/Microsoft.StorageSync/storageSyncServices/sssps4426?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzNzU3OC9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM0NDI2P2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-request-id": [ + "88a464cd-b730-4bd0-b2ff-c18e13035c54" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-IIS/10.0" + ], + "X-AspNet-Version": [ + "4.0.30319" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11998" + ], + "x-ms-correlation-request-id": [ + "7385b952-92b6-47a2-ae2a-4f52e24f96a5" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200623T090437Z:7385b952-92b6-47a2-ae2a-4f52e24f96a5" + ], + "Date": [ + "Tue, 23 Jun 2020 09:04:37 GMT" + ], + "Content-Length": [ + "633" + ], + "Content-Type": [ + "application/json" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"storageSyncServiceStatus\": null,\r\n \"storageSyncServiceUid\": null\r\n },\r\n \"location\": \"Central US EUAP\",\r\n \"tags\": {},\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps6807/providers/microsoft.storagesync/storageSyncServices/sssps5809\",\r\n \"name\": \"sssps5809\",\r\n \"type\": \"microsoft.storagesync/storageSyncServices\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"storageSyncServiceStatus\": 0,\r\n \"incomingTrafficPolicy\": \"AllowAllTraffic\",\r\n \"privateEndpointConnections\": [],\r\n \"provisioningState\": \"Succeeded\",\r\n \"lastWorkflowId\": \"storageSyncServices/sssps4426/workflows/300fc67b-c1ca-48b9-bf13-33ab9a41e7da\",\r\n \"lastOperationName\": \"ICreateStorageSyncServiceWorkflow\"\r\n },\r\n \"location\": \"Central US EUAP\",\r\n \"tags\": {},\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps7578/providers/microsoft.storagesync/storageSyncServices/sssps4426\",\r\n \"name\": \"sssps4426\",\r\n \"type\": \"microsoft.storagesync/storageSyncServices\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps6807/providers/Microsoft.StorageSync/storageSyncServices/sssps5809/syncGroups/sgps9686?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNjgwNy9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM1ODA5L3N5bmNHcm91cHMvc2dwczk2ODY/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps7578/providers/Microsoft.StorageSync/storageSyncServices/sssps4426/syncGroups/sgps1889?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzNzU3OC9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM0NDI2L3N5bmNHcm91cHMvc2dwczE4ODk/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", "RequestMethod": "PUT", "RequestBody": "{\r\n \"properties\": {}\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "a3e4885b-3841-4e64-b479-82f8ff37cc8f" + "6a61ef62-03fc-42dc-b2e4-b4c8192d2692" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -429,7 +561,7 @@ "no-cache" ], "x-ms-request-id": [ - "b789f79f-aa21-4292-a55b-6fab7d74a225" + "38bc7649-0cc7-4525-b534-3688784a5ac2" ], "X-Content-Type-Options": [ "nosniff" @@ -450,50 +582,50 @@ "1198" ], "x-ms-correlation-request-id": [ - "867865de-1070-410c-9b0e-2fe0a0ca244b" + "bf8337cf-0f7d-4705-93f3-e2da697fc210" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T165757Z:867865de-1070-410c-9b0e-2fe0a0ca244b" + "WESTUS:20200623T090438Z:bf8337cf-0f7d-4705-93f3-e2da697fc210" ], "Date": [ - "Wed, 03 Jul 2019 16:57:57 GMT" + "Tue, 23 Jun 2020 09:04:37 GMT" ], "Content-Length": [ - "331" + "371" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"syncGroupStatus\": \"0\",\r\n \"uniqueId\": \"3da9bdf5-1fda-4505-ad18-07ae69915549\"\r\n },\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps6807/providers/microsoft.storagesync/storageSyncServices/sssps5809/syncGroups/sgps9686\",\r\n \"name\": \"sgps9686\",\r\n \"type\": \"microsoft.storagesync/storageSyncServices/syncGroups\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"syncGroupStatus\": \"0\",\r\n \"uniqueId\": \"cc173ade-82e0-43a7-9256-c36086df0183\"\r\n },\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps7578/providers/microsoft.storagesync/storageSyncServices/sssps4426/syncGroups/sgps1889\",\r\n \"name\": \"sgps1889\",\r\n \"type\": \"microsoft.storagesync/storageSyncServices/syncGroups\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps6807/providers/Microsoft.Storage/storageAccounts/saps4343?api-version=2017-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNjgwNy9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2Uvc3RvcmFnZUFjY291bnRzL3NhcHM0MzQzP2FwaS12ZXJzaW9uPTIwMTctMTAtMDE=", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps7578/providers/Microsoft.Storage/storageAccounts/saps7985?api-version=2017-10-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzNzU3OC9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2Uvc3RvcmFnZUFjY291bnRzL3NhcHM3OTg1P2FwaS12ZXJzaW9uPTIwMTctMTAtMDE=", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"location\": \"Central US EUAP\"\r\n}", + "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\"\r\n },\r\n \"kind\": \"StorageV2\",\r\n \"location\": \"Central US EUAP\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "f2f2d0fc-1e49-419d-93b8-435ac0941e05" + "9c55b974-37de-4337-92e2-456b513445d0" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Storage.Version2017.10.01.StorageManagementClient/1.3.0" + "Microsoft.Azure.Management.Storage.Version2017.10.01.StorageManagementClient/1.3.16" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "105" + "107" ] }, "ResponseHeaders": { @@ -504,13 +636,13 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/providers/Microsoft.Storage/locations/centraluseuap/asyncoperations/c206c232-0964-47d9-9f55-50f6521e506f?monitor=true&api-version=2017-10-01" + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/Microsoft.Storage/locations/centraluseuap/asyncoperations/d04c3886-2301-42d3-b63c-b312b2bec8eb?monitor=true&api-version=2017-10-01" ], "Retry-After": [ "17" ], "x-ms-request-id": [ - "c206c232-0964-47d9-9f55-50f6521e506f" + "d04c3886-2301-42d3-b63c-b312b2bec8eb" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -522,16 +654,16 @@ "1199" ], "x-ms-correlation-request-id": [ - "ced924ec-6cc8-428e-91ef-fdf6c4f3f24c" + "4725e1be-35d3-4166-9483-5978f2f70af8" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T165757Z:ced924ec-6cc8-428e-91ef-fdf6c4f3f24c" + "WESTUS:20200623T090439Z:4725e1be-35d3-4166-9483-5978f2f70af8" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 16:57:57 GMT" + "Tue, 23 Jun 2020 09:04:38 GMT" ], "Content-Type": [ "text/plain; charset=utf-8" @@ -547,16 +679,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/providers/Microsoft.Storage/locations/centraluseuap/asyncoperations/c206c232-0964-47d9-9f55-50f6521e506f?monitor=true&api-version=2017-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9sb2NhdGlvbnMvY2VudHJhbHVzZXVhcC9hc3luY29wZXJhdGlvbnMvYzIwNmMyMzItMDk2NC00N2Q5LTlmNTUtNTBmNjUyMWU1MDZmP21vbml0b3I9dHJ1ZSZhcGktdmVyc2lvbj0yMDE3LTEwLTAx", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/Microsoft.Storage/locations/centraluseuap/asyncoperations/d04c3886-2301-42d3-b63c-b312b2bec8eb?monitor=true&api-version=2017-10-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9sb2NhdGlvbnMvY2VudHJhbHVzZXVhcC9hc3luY29wZXJhdGlvbnMvZDA0YzM4ODYtMjMwMS00MmQzLWI2M2MtYjMxMmIyYmVjOGViP21vbml0b3I9dHJ1ZSZhcGktdmVyc2lvbj0yMDE3LTEwLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Storage.Version2017.10.01.StorageManagementClient/1.3.0" + "Microsoft.Azure.Management.Storage.Version2017.10.01.StorageManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -567,7 +699,7 @@ "no-cache" ], "x-ms-request-id": [ - "3dca7f3a-986f-412f-a3e4-92307779e126" + "d823195c-aaa6-4427-a9ac-33c7b998fe93" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -576,22 +708,22 @@ "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11997" + "11999" ], "x-ms-correlation-request-id": [ - "2311b3dd-7452-46af-a90c-a6c0c05b98f1" + "fc4ebb0e-cfab-4db2-9e27-882735ab0136" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T165815Z:2311b3dd-7452-46af-a90c-a6c0c05b98f1" + "WESTUS:20200623T090456Z:fc4ebb0e-cfab-4db2-9e27-882735ab0136" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 16:58:14 GMT" + "Tue, 23 Jun 2020 09:04:55 GMT" ], "Content-Length": [ - "1018" + "1039" ], "Content-Type": [ "application/json" @@ -600,26 +732,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps6807/providers/Microsoft.Storage/storageAccounts/saps4343\",\r\n \"name\": \"saps4343\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"centraluseuap\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"virtualNetworkRules\": [],\r\n \"ipRules\": [],\r\n \"defaultAction\": \"Allow\"\r\n },\r\n \"supportsHttpsTrafficOnly\": false,\r\n \"encryption\": {\r\n \"services\": {\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2019-07-03T16:57:57.5155817Z\"\r\n },\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2019-07-03T16:57:57.5155817Z\"\r\n }\r\n },\r\n \"keySource\": \"Microsoft.Storage\"\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2019-07-03T16:57:57.4530833Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://saps4343.blob.core.windows.net/\",\r\n \"queue\": \"https://saps4343.queue.core.windows.net/\",\r\n \"table\": \"https://saps4343.table.core.windows.net/\",\r\n \"file\": \"https://saps4343.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"centraluseuap\",\r\n \"statusOfPrimary\": \"available\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"StorageV2\",\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps7578/providers/Microsoft.Storage/storageAccounts/saps7985\",\r\n \"name\": \"saps7985\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"centraluseuap\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"virtualNetworkRules\": [],\r\n \"ipRules\": [],\r\n \"defaultAction\": \"Allow\"\r\n },\r\n \"supportsHttpsTrafficOnly\": false,\r\n \"encryption\": {\r\n \"services\": {\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2020-06-23T09:04:38.7403144Z\"\r\n },\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2020-06-23T09:04:38.7403144Z\"\r\n }\r\n },\r\n \"keySource\": \"Microsoft.Storage\"\r\n },\r\n \"accessTier\": \"Hot\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2020-06-23T09:04:38.677818Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://saps7985.blob.core.windows.net/\",\r\n \"queue\": \"https://saps7985.queue.core.windows.net/\",\r\n \"table\": \"https://saps7985.table.core.windows.net/\",\r\n \"file\": \"https://saps7985.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"centraluseuap\",\r\n \"statusOfPrimary\": \"available\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps6807/providers/Microsoft.Storage/storageAccounts/saps4343?api-version=2017-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNjgwNy9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2Uvc3RvcmFnZUFjY291bnRzL3NhcHM0MzQzP2FwaS12ZXJzaW9uPTIwMTctMTAtMDE=", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps7578/providers/Microsoft.Storage/storageAccounts/saps7985?api-version=2017-10-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzNzU3OC9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2Uvc3RvcmFnZUFjY291bnRzL3NhcHM3OTg1P2FwaS12ZXJzaW9uPTIwMTctMTAtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "7d0cee97-38ff-41ed-82d6-7bfaf01da201" + "263c51ee-0da2-4e08-a8d8-904de3463576" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Storage.Version2017.10.01.StorageManagementClient/1.3.0" + "Microsoft.Azure.Management.Storage.Version2017.10.01.StorageManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -630,7 +762,7 @@ "no-cache" ], "x-ms-request-id": [ - "0a8e9e54-5b24-4d34-a053-37e0ffbc2981" + "47b5e499-7e1e-4709-b890-22203ab01dbb" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -639,22 +771,22 @@ "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11996" + "11998" ], "x-ms-correlation-request-id": [ - "89f41287-37c0-44b6-a6f1-1bed58aba5d1" + "e9f2ed9a-98a1-445f-b172-a8b2e8ef19a1" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T165815Z:89f41287-37c0-44b6-a6f1-1bed58aba5d1" + "WESTUS:20200623T090456Z:e9f2ed9a-98a1-445f-b172-a8b2e8ef19a1" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 16:58:14 GMT" + "Tue, 23 Jun 2020 09:04:55 GMT" ], "Content-Length": [ - "1018" + "1039" ], "Content-Type": [ "application/json" @@ -663,26 +795,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps6807/providers/Microsoft.Storage/storageAccounts/saps4343\",\r\n \"name\": \"saps4343\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"centraluseuap\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"virtualNetworkRules\": [],\r\n \"ipRules\": [],\r\n \"defaultAction\": \"Allow\"\r\n },\r\n \"supportsHttpsTrafficOnly\": false,\r\n \"encryption\": {\r\n \"services\": {\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2019-07-03T16:57:57.5155817Z\"\r\n },\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2019-07-03T16:57:57.5155817Z\"\r\n }\r\n },\r\n \"keySource\": \"Microsoft.Storage\"\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2019-07-03T16:57:57.4530833Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://saps4343.blob.core.windows.net/\",\r\n \"queue\": \"https://saps4343.queue.core.windows.net/\",\r\n \"table\": \"https://saps4343.table.core.windows.net/\",\r\n \"file\": \"https://saps4343.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"centraluseuap\",\r\n \"statusOfPrimary\": \"available\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"StorageV2\",\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps7578/providers/Microsoft.Storage/storageAccounts/saps7985\",\r\n \"name\": \"saps7985\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"centraluseuap\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"virtualNetworkRules\": [],\r\n \"ipRules\": [],\r\n \"defaultAction\": \"Allow\"\r\n },\r\n \"supportsHttpsTrafficOnly\": false,\r\n \"encryption\": {\r\n \"services\": {\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2020-06-23T09:04:38.7403144Z\"\r\n },\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2020-06-23T09:04:38.7403144Z\"\r\n }\r\n },\r\n \"keySource\": \"Microsoft.Storage\"\r\n },\r\n \"accessTier\": \"Hot\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2020-06-23T09:04:38.677818Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://saps7985.blob.core.windows.net/\",\r\n \"queue\": \"https://saps7985.queue.core.windows.net/\",\r\n \"table\": \"https://saps7985.table.core.windows.net/\",\r\n \"file\": \"https://saps7985.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"centraluseuap\",\r\n \"statusOfPrimary\": \"available\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps6807/providers/Microsoft.Storage/storageAccounts/saps4343/listKeys?api-version=2017-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNjgwNy9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2Uvc3RvcmFnZUFjY291bnRzL3NhcHM0MzQzL2xpc3RLZXlzP2FwaS12ZXJzaW9uPTIwMTctMTAtMDE=", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps7578/providers/Microsoft.Storage/storageAccounts/saps7985/listKeys?api-version=2017-10-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzNzU3OC9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2Uvc3RvcmFnZUFjY291bnRzL3NhcHM3OTg1L2xpc3RLZXlzP2FwaS12ZXJzaW9uPTIwMTctMTAtMDE=", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "cd387dfb-63a5-4725-adb9-cce72c89d0ca" + "66042305-95ec-48a3-930b-fa7566dc58ee" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Storage.Version2017.10.01.StorageManagementClient/1.3.0" + "Microsoft.Azure.Management.Storage.Version2017.10.01.StorageManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -693,7 +825,7 @@ "no-cache" ], "x-ms-request-id": [ - "11316a59-ef1d-45b5-af8a-751ce743ce30" + "8ceac3f9-6d83-49ac-ae53-9f92233b1e61" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -701,20 +833,20 @@ "Server": [ "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-writes": [ - "1199" + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "11999" ], "x-ms-correlation-request-id": [ - "95000095-82cf-45ec-8ae4-fa1d037cfcd9" + "597cf6a4-b582-4d1c-a154-7213fdbd8355" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T165815Z:95000095-82cf-45ec-8ae4-fa1d037cfcd9" + "WESTUS:20200623T090456Z:597cf6a4-b582-4d1c-a154-7213fdbd8355" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 16:58:15 GMT" + "Tue, 23 Jun 2020 09:04:55 GMT" ], "Content-Length": [ "288" @@ -726,26 +858,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"keys\": [\r\n {\r\n \"keyName\": \"key1\",\r\n \"value\": \"mBPKp+HQdgOgOeT3Me35qzeGBZdbc+hVjEjojCMKCNExa0ktRfecmVF/g50AbrJ88R+YfBUdiJlKlSBkoEGAHA==\",\r\n \"permissions\": \"FULL\"\r\n },\r\n {\r\n \"keyName\": \"key2\",\r\n \"value\": \"jpH7hU9BC5nG7gwHDSWL4/eHXqpkwaAnEE3zfheQAQ2oP2HqMxKNqtzdJYCJVY/5PQt/cLnaiLJqr0Fsn6FFIg==\",\r\n \"permissions\": \"FULL\"\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"keys\": [\r\n {\r\n \"keyName\": \"key1\",\r\n \"value\": \"oYkdxPcJbPZuIY5SWpj78e78dgykrwZoP0citJvXapXk8H35RfJzDzCibh3byBPjshQVUKmXb2vj8PU2RSgMrA==\",\r\n \"permissions\": \"FULL\"\r\n },\r\n {\r\n \"keyName\": \"key2\",\r\n \"value\": \"pjMcCx+vfTBqFZzugWsL4RFeUDp7btPejXfIImHChsdfi+cbPgd1CyS474sfCUENs4ybJaTMnmToC8ktwKD9BA==\",\r\n \"permissions\": \"FULL\"\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/0483643a-cb2f-462a-bc27-1a270e5bdc0a/servicePrincipalsByAppId/9469b9f5-6722-4481-a2b2-14ed560b706f/objectId?api-version=1.6", - "EncodedRequestUri": "LzA0ODM2NDNhLWNiMmYtNDYyYS1iYzI3LTFhMjcwZTViZGMwYS9zZXJ2aWNlUHJpbmNpcGFsc0J5QXBwSWQvOTQ2OWI5ZjUtNjcyMi00NDgxLWEyYjItMTRlZDU2MGI3MDZmL29iamVjdElkP2FwaS12ZXJzaW9uPTEuNg==", + "RequestUri": "/6ad91d65-65ab-4e14-90f7-fe951035b7c9/servicePrincipalsByAppId/9469b9f5-6722-4481-a2b2-14ed560b706f/objectId?api-version=1.6", + "EncodedRequestUri": "LzZhZDkxZDY1LTY1YWItNGUxNC05MGY3LWZlOTUxMDM1YjdjOS9zZXJ2aWNlUHJpbmNpcGFsc0J5QXBwSWQvOTQ2OWI5ZjUtNjcyMi00NDgxLWEyYjItMTRlZDU2MGI3MDZmL29iamVjdElkP2FwaS12ZXJzaW9uPTEuNg==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "b684a12b-1f27-4b3a-a552-aa72edff9d47" + "bd26a540-9603-40d8-be9f-a10e2cbb1c5f" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Graph.RBAC.Version1.6.20190326.GraphRbacManagementClient/1.3.0" + "Microsoft.Azure.Graph.RBAC.Version1.6.20190326.GraphRbacManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -756,19 +888,22 @@ "no-cache" ], "ocp-aad-diagnostics-server-name": [ - "zZhyt14zl0OhjZk/+0wTMqtIww9oR8AMqmXQ2MnPyJw=" + "DTdwRMFVNShjahglQMzrAUHW/vd0GpQOhcwKscEBICE=" ], "request-id": [ - "c9b78af1-abe6-45bb-8fd0-4e05a54a0a76" + "4ad5d861-faed-48ef-82e9-f196dabe609b" ], "client-request-id": [ - "b684a12b-1f27-4b3a-a552-aa72edff9d47" + "bd26a540-9603-40d8-be9f-a10e2cbb1c5f" ], "x-ms-dirapi-data-contract-version": [ "1.6" ], "ocp-aad-session-key": [ - "uFPUftSKXf8e1Pg7S9olCt9v4bTfzFzzqelEy7W6bE0qvty8vLtktUk4wx8lxSQul5Sg9jBPRgiBetMrGexlJ4nq2swTttPvtx5SMTR-W5zXdl7DIuuEkT-OApfGxX-I.B-3LZw4SQtlTV1vCGhZi6enFghOxj8920rTR95aT0Rg" + "ocALJfpJjcoa1NNAka3JdxvlagB2_EL2Qz3LYcKpFIQXLixzwmQn3_P7b0ijUQRuooad5yyd5Gx_gL4jFRhvV1EtGdbzZiwrngUTDv22wsb886MPH1uj5Mo9z4D7k6l3.NhrBSlFUvBwSuFS2gFmmXMSAQiWnQsSNyy34XTtUokg" + ], + "x-aad-resource-unit": [ + "1" ], "DataServiceVersion": [ "3.0;" @@ -786,10 +921,10 @@ "ASP.NET" ], "Duration": [ - "646609" + "340993" ], "Date": [ - "Wed, 03 Jul 2019 16:58:15 GMT" + "Tue, 23 Jun 2020 09:04:56 GMT" ], "Content-Type": [ "application/json; odata=minimalmetadata; streaming=true; charset=utf-8" @@ -801,26 +936,26 @@ "151" ] }, - "ResponseBody": "{\r\n \"odata.metadata\": \"https://graph.windows.net/0483643a-cb2f-462a-bc27-1a270e5bdc0a/$metadata#Edm.String\",\r\n \"value\": \"384dab06-7a70-4ecf-a04e-284602199124\"\r\n}", + "ResponseBody": "{\r\n \"odata.metadata\": \"https://graph.windows.net/6ad91d65-65ab-4e14-90f7-fe951035b7c9/$metadata#Edm.String\",\r\n \"value\": \"d8eca219-3055-4504-9a60-18c2d0b4c18c\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/0483643a-cb2f-462a-bc27-1a270e5bdc0a/servicePrincipals/384dab06-7a70-4ecf-a04e-284602199124?api-version=1.6", - "EncodedRequestUri": "LzA0ODM2NDNhLWNiMmYtNDYyYS1iYzI3LTFhMjcwZTViZGMwYS9zZXJ2aWNlUHJpbmNpcGFscy8zODRkYWIwNi03YTcwLTRlY2YtYTA0ZS0yODQ2MDIxOTkxMjQ/YXBpLXZlcnNpb249MS42", + "RequestUri": "/6ad91d65-65ab-4e14-90f7-fe951035b7c9/servicePrincipals/d8eca219-3055-4504-9a60-18c2d0b4c18c?api-version=1.6", + "EncodedRequestUri": "LzZhZDkxZDY1LTY1YWItNGUxNC05MGY3LWZlOTUxMDM1YjdjOS9zZXJ2aWNlUHJpbmNpcGFscy9kOGVjYTIxOS0zMDU1LTQ1MDQtOWE2MC0xOGMyZDBiNGMxOGM/YXBpLXZlcnNpb249MS42", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "dec172f5-5fab-4a01-85af-5c354a73268a" + "a8255451-120c-4393-9523-1d21eb96d660" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Graph.RBAC.Version1.6.20190326.GraphRbacManagementClient/1.3.0" + "Microsoft.Azure.Graph.RBAC.Version1.6.20190326.GraphRbacManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -831,19 +966,22 @@ "no-cache" ], "ocp-aad-diagnostics-server-name": [ - "UOr32UtAMU+Eq0/F3AdEK7cYLW38EohupmMJWMjvI+Q=" + "DTdwRMFVNShjahglQMzrAUHW/vd0GpQOhcwKscEBICE=" ], "request-id": [ - "f961eb1f-9bcb-4f1a-8daf-41468ce63f48" + "bcf7e218-e9cf-4439-8b89-bc59668bea7c" ], "client-request-id": [ - "dec172f5-5fab-4a01-85af-5c354a73268a" + "a8255451-120c-4393-9523-1d21eb96d660" ], "x-ms-dirapi-data-contract-version": [ "1.6" ], "ocp-aad-session-key": [ - "SMcAcBLkniOEFr8zDsFavbT1dprFh47RkCZDecRU6TGOtg-eXGb4wALtXwZNO4V5LXQH-8fnd7HLT69syhuUG-BHRmUh3k7QpbO45RnjxOqgLJp5gEFhknlp1sPdDZnn.WZCflxlrLE8ZXjVSf4ZhTvdu6zpNOWW9twpc65w2e7U" + "-nLGFM4rvMmnlydvpCw2eoW24MZiPRoWtutfM0x3X5XsdMvQHyr-hUSzfJtayMeyDyDyGfEXQ1lQHhDoT-Mh5M0bti3HFVKhH6Bq6KGqbFzj-iR_7p-hx1ka7Hvnpq_5.koHdj2l0OM50G9iCw1frmjBvKsTJjIrwViZ5GUi3jE4" + ], + "x-aad-resource-unit": [ + "1" ], "DataServiceVersion": [ "3.0;" @@ -861,10 +999,10 @@ "ASP.NET" ], "Duration": [ - "608914" + "321013" ], "Date": [ - "Wed, 03 Jul 2019 16:58:15 GMT" + "Tue, 23 Jun 2020 09:04:56 GMT" ], "Content-Type": [ "application/json; odata=minimalmetadata; streaming=true; charset=utf-8" @@ -876,7 +1014,7 @@ "1299" ] }, - "ResponseBody": "{\r\n \"odata.metadata\": \"https://graph.windows.net/0483643a-cb2f-462a-bc27-1a270e5bdc0a/$metadata#directoryObjects/@Element\",\r\n \"odata.type\": \"Microsoft.DirectoryServices.ServicePrincipal\",\r\n \"objectType\": \"ServicePrincipal\",\r\n \"objectId\": \"384dab06-7a70-4ecf-a04e-284602199124\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"addIns\": [],\r\n \"alternativeNames\": [],\r\n \"appDisplayName\": \"Microsoft.StorageSync\",\r\n \"appId\": \"9469b9f5-6722-4481-a2b2-14ed560b706f\",\r\n \"applicationTemplateId\": null,\r\n \"appOwnerTenantId\": \"f8cdef31-a31e-4b4a-93e4-5f571e91255a\",\r\n \"appRoleAssignmentRequired\": false,\r\n \"appRoles\": [],\r\n \"displayName\": \"Microsoft.StorageSync\",\r\n \"errorUrl\": null,\r\n \"homepage\": null,\r\n \"informationalUrls\": {\r\n \"termsOfService\": null,\r\n \"support\": null,\r\n \"privacy\": null,\r\n \"marketing\": null\r\n },\r\n \"keyCredentials\": [],\r\n \"logoutUrl\": null,\r\n \"notificationEmailAddresses\": [],\r\n \"oauth2Permissions\": [],\r\n \"passwordCredentials\": [],\r\n \"preferredSingleSignOnMode\": null,\r\n \"preferredTokenSigningKeyEndDateTime\": null,\r\n \"preferredTokenSigningKeyThumbprint\": null,\r\n \"publisherName\": \"Microsoft Services\",\r\n \"replyUrls\": [\r\n \"https://0c38d04b-cf53-496f-aa30-9751eaf67399/redir\"\r\n ],\r\n \"samlMetadataUrl\": null,\r\n \"samlSingleSignOnSettings\": null,\r\n \"servicePrincipalNames\": [\r\n \"9469b9f5-6722-4481-a2b2-14ed560b706f\"\r\n ],\r\n \"servicePrincipalType\": \"Application\",\r\n \"signInAudience\": \"AzureADMultipleOrgs\",\r\n \"tags\": [],\r\n \"tokenEncryptionKeyId\": null\r\n}", + "ResponseBody": "{\r\n \"odata.metadata\": \"https://graph.windows.net/6ad91d65-65ab-4e14-90f7-fe951035b7c9/$metadata#directoryObjects/@Element\",\r\n \"odata.type\": \"Microsoft.DirectoryServices.ServicePrincipal\",\r\n \"objectType\": \"ServicePrincipal\",\r\n \"objectId\": \"d8eca219-3055-4504-9a60-18c2d0b4c18c\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"addIns\": [],\r\n \"alternativeNames\": [],\r\n \"appDisplayName\": \"Microsoft.StorageSync\",\r\n \"appId\": \"9469b9f5-6722-4481-a2b2-14ed560b706f\",\r\n \"applicationTemplateId\": null,\r\n \"appOwnerTenantId\": \"f8cdef31-a31e-4b4a-93e4-5f571e91255a\",\r\n \"appRoleAssignmentRequired\": false,\r\n \"appRoles\": [],\r\n \"displayName\": \"Microsoft.StorageSync\",\r\n \"errorUrl\": null,\r\n \"homepage\": null,\r\n \"informationalUrls\": {\r\n \"termsOfService\": null,\r\n \"support\": null,\r\n \"privacy\": null,\r\n \"marketing\": null\r\n },\r\n \"keyCredentials\": [],\r\n \"logoutUrl\": null,\r\n \"notificationEmailAddresses\": [],\r\n \"oauth2Permissions\": [],\r\n \"passwordCredentials\": [],\r\n \"preferredSingleSignOnMode\": null,\r\n \"preferredTokenSigningKeyEndDateTime\": null,\r\n \"preferredTokenSigningKeyThumbprint\": null,\r\n \"publisherName\": \"Microsoft Services\",\r\n \"replyUrls\": [\r\n \"https://0c38d04b-cf53-496f-aa30-9751eaf67399/redir\"\r\n ],\r\n \"samlMetadataUrl\": null,\r\n \"samlSingleSignOnSettings\": null,\r\n \"servicePrincipalNames\": [\r\n \"9469b9f5-6722-4481-a2b2-14ed560b706f\"\r\n ],\r\n \"servicePrincipalType\": \"Application\",\r\n \"signInAudience\": \"AzureADMultipleOrgs\",\r\n \"tags\": [],\r\n \"tokenEncryptionKeyId\": null\r\n}", "StatusCode": 200 }, { @@ -886,16 +1024,16 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "a16c8658-e0f1-4e3f-9f65-b7d581dfb22f" + "9a27ef92-3160-4b05-b062-fd3b5a357252" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Authorization.Version2015.07.01.AuthorizationManagementClient/1.3.0" + "Microsoft.Azure.Management.Authorization.Version2015.07.01.AuthorizationManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -905,11 +1043,8 @@ "Pragma": [ "no-cache" ], - "x-ms-request-charge": [ - "1" - ], "x-ms-request-id": [ - "8a9b7b83-0c5a-4395-9518-3c49c95349cd" + "34866e91-89f7-4a3a-854d-dd74517dee9e" ], "X-Content-Type-Options": [ "nosniff" @@ -918,19 +1053,19 @@ "max-age=31536000; includeSubDomains" ], "Set-Cookie": [ - "x-ms-gateway-slice=Production; path=/; secure; HttpOnly" + "x-ms-gateway-slice=Production; path=/; SameSite=None; secure; HttpOnly" ], "x-ms-ratelimit-remaining-tenant-reads": [ - "11997" + "11998" ], "x-ms-correlation-request-id": [ - "3768e7e2-4f83-4b55-8461-3ae0abfc8ae7" + "c505c569-59b4-4ff5-9e35-c24502d826bc" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T165816Z:3768e7e2-4f83-4b55-8461-3ae0abfc8ae7" + "WESTUS:20200623T090457Z:c505c569-59b4-4ff5-9e35-c24502d826bc" ], "Date": [ - "Wed, 03 Jul 2019 16:58:16 GMT" + "Tue, 23 Jun 2020 09:04:56 GMT" ], "Content-Length": [ "841" @@ -946,22 +1081,22 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourcegroups/ps6807/providers/Microsoft.Storage///storageAccounts/saps4343/providers/Microsoft.Authorization/roleAssignments?$filter=assignedTo('384dab06-7a70-4ecf-a04e-284602199124')&api-version=2015-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlZ3JvdXBzL3BzNjgwNy9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2UvLy9zdG9yYWdlQWNjb3VudHMvc2FwczQzNDMvcHJvdmlkZXJzL01pY3Jvc29mdC5BdXRob3JpemF0aW9uL3JvbGVBc3NpZ25tZW50cz8kZmlsdGVyPWFzc2lnbmVkVG8oJzM4NGRhYjA2LTdhNzAtNGVjZi1hMDRlLTI4NDYwMjE5OTEyNCcpJmFwaS12ZXJzaW9uPTIwMTUtMDctMDE=", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourcegroups/ps7578/providers/Microsoft.Storage///storageAccounts/saps7985/providers/Microsoft.Authorization/roleAssignments?$filter=assignedTo('d8eca219-3055-4504-9a60-18c2d0b4c18c')&api-version=2015-07-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlZ3JvdXBzL3BzNzU3OC9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2UvLy9zdG9yYWdlQWNjb3VudHMvc2Fwczc5ODUvcHJvdmlkZXJzL01pY3Jvc29mdC5BdXRob3JpemF0aW9uL3JvbGVBc3NpZ25tZW50cz8kZmlsdGVyPWFzc2lnbmVkVG8oJ2Q4ZWNhMjE5LTMwNTUtNDUwNC05YTYwLTE4YzJkMGI0YzE4YycpJmFwaS12ZXJzaW9uPTIwMTUtMDctMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "8d316b18-06b9-4e34-ab36-e8db13a294c1" + "8e799516-fea2-4794-910b-afa478b99ef0" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Authorization.Version2015.07.01.AuthorizationManagementClient/1.3.0" + "Microsoft.Azure.Management.Authorization.Version2015.07.01.AuthorizationManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -971,11 +1106,8 @@ "Pragma": [ "no-cache" ], - "x-ms-request-charge": [ - "1" - ], "x-ms-request-id": [ - "5403c4dc-17eb-4279-b0e7-f20941cf9a96" + "ada62b24-90a6-4241-93d2-45170ddfdc4c" ], "X-Content-Type-Options": [ "nosniff" @@ -984,22 +1116,22 @@ "max-age=31536000; includeSubDomains" ], "Set-Cookie": [ - "x-ms-gateway-slice=Production; path=/; secure; HttpOnly" + "x-ms-gateway-slice=Production; path=/; secure; HttpOnly; SameSite=None" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11999" ], "x-ms-correlation-request-id": [ - "0c93a6f2-791e-455e-94ed-ab97fb276f94" + "6081f011-4a06-4887-82ff-e372aac0470f" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T165817Z:0c93a6f2-791e-455e-94ed-ab97fb276f94" + "WESTUS:20200623T090458Z:6081f011-4a06-4887-82ff-e372aac0470f" ], "Date": [ - "Wed, 03 Jul 2019 16:58:16 GMT" + "Tue, 23 Jun 2020 09:04:57 GMT" ], "Content-Length": [ - "12" + "732" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1008,98 +1140,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": []\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"properties\": {\r\n \"roleDefinitionId\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c\",\r\n \"principalId\": \"d8eca219-3055-4504-9a60-18c2d0b4c18c\",\r\n \"scope\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b\",\r\n \"createdOn\": \"2020-05-23T18:29:54.9647107Z\",\r\n \"updatedOn\": \"2020-05-23T18:29:54.9647107Z\",\r\n \"createdBy\": \"a8656ec6-d7a4-4e38-bf78-58d74e3ed751\",\r\n \"updatedBy\": \"a8656ec6-d7a4-4e38-bf78-58d74e3ed751\"\r\n },\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/Microsoft.Authorization/roleAssignments/dc60f792-d409-4e1d-8fe5-192d121c26e9\",\r\n \"type\": \"Microsoft.Authorization/roleAssignments\",\r\n \"name\": \"dc60f792-d409-4e1d-8fe5-192d121c26e9\"\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "//subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps6807/providers/Microsoft.Storage/storageAccounts/saps4343/providers/Microsoft.Authorization/roleAssignments/db549d25-f1e4-4ac1-928c-062a1d84927a?api-version=2015-07-01", - "EncodedRequestUri": "Ly9zdWJzY3JpcHRpb25zLzdiOTZjYjAyLTQ2NjMtNDBmNC05YTg5LTYwM2QzODQ5ZTQ2YS9yZXNvdXJjZUdyb3Vwcy9wczY4MDcvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9zYXBzNDM0My9wcm92aWRlcnMvTWljcm9zb2Z0LkF1dGhvcml6YXRpb24vcm9sZUFzc2lnbm1lbnRzL2RiNTQ5ZDI1LWYxZTQtNGFjMS05MjhjLTA2MmExZDg0OTI3YT9hcGktdmVyc2lvbj0yMDE1LTA3LTAx", - "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"roleDefinitionId\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/providers/Microsoft.Authorization/roleDefinitions/c12c1c16-33a1-487b-954d-41c89c60f349\",\r\n \"principalId\": \"384dab06-7a70-4ecf-a04e-284602199124\"\r\n }\r\n}", - "RequestHeaders": { - "x-ms-client-request-id": [ - "fd0a0714-9747-459a-ac85-c579d0274f85" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.27617.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Authorization.Version2015.07.01.AuthorizationManagementClient/1.3.0" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Content-Length": [ - "254" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-request-charge": [ - "2" - ], - "x-ms-request-id": [ - "0f718e04-6395-40da-940d-335f4330a286" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Set-Cookie": [ - "x-ms-gateway-slice=Production; path=/; secure; HttpOnly" - ], - "x-ms-ratelimit-remaining-subscription-writes": [ - "1198" - ], - "x-ms-correlation-request-id": [ - "3c09665d-3aab-460a-bb0a-895e0d685051" - ], - "x-ms-routing-request-id": [ - "WESTUS:20190703T165819Z:3c09665d-3aab-460a-bb0a-895e0d685051" - ], - "Date": [ - "Wed, 03 Jul 2019 16:58:18 GMT" - ], - "Content-Length": [ - "836" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"roleDefinitionId\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/providers/Microsoft.Authorization/roleDefinitions/c12c1c16-33a1-487b-954d-41c89c60f349\",\r\n \"principalId\": \"384dab06-7a70-4ecf-a04e-284602199124\",\r\n \"scope\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps6807/providers/Microsoft.Storage/storageAccounts/saps4343\",\r\n \"createdOn\": \"2019-07-03T16:58:17.2755805Z\",\r\n \"updatedOn\": \"2019-07-03T16:58:17.2755805Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": \"8d1a2f63-15c2-4fe8-a804-213ecbaf4403\"\r\n },\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps6807/providers/Microsoft.Storage/storageAccounts/saps4343/providers/Microsoft.Authorization/roleAssignments/db549d25-f1e4-4ac1-928c-062a1d84927a\",\r\n \"type\": \"Microsoft.Authorization/roleAssignments\",\r\n \"name\": \"db549d25-f1e4-4ac1-928c-062a1d84927a\"\r\n}", - "StatusCode": 201 - }, - { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps6807/providers/Microsoft.StorageSync/storageSyncServices/sssps5809/syncGroups/sgps9686/cloudEndpoints/cepps535?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNjgwNy9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM1ODA5L3N5bmNHcm91cHMvc2dwczk2ODYvY2xvdWRFbmRwb2ludHMvY2VwcHM1MzU/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps7578/providers/Microsoft.StorageSync/storageSyncServices/sssps4426/syncGroups/sgps1889/cloudEndpoints/cepps2659?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzNzU3OC9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM0NDI2L3N5bmNHcm91cHMvc2dwczE4ODkvY2xvdWRFbmRwb2ludHMvY2VwcHMyNjU5P2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"storageAccountResourceId\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps6807/providers/Microsoft.Storage/storageAccounts/saps4343\",\r\n \"azureFileShareName\": \"testfs\",\r\n \"storageAccountTenantId\": \"0483643a-cb2f-462a-bc27-1a270e5bdc0a\"\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"storageAccountResourceId\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps7578/providers/Microsoft.Storage/storageAccounts/saps7985\",\r\n \"azureFileShareName\": \"testfs\",\r\n \"storageAccountTenantId\": \"6ad91d65-65ab-4e14-90f7-fe951035b7c9\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "047d369b-7ae2-4d89-88a1-50b75b0c8e9a" + "0b72021e-222d-476c-9d01-e64433fe8251" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1116,16 +1176,16 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps6807/providers/microsoft.storagesync/storageSyncServices/sssps5809/workflows/83e96e01-49fe-4c0c-86c9-9f5b36a1e557/operationresults/64180f2f-9719-4891-bcbb-95080f63a38c?api-version=2019-03-01" + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6IjFmYTNhNjBjLTA2MTktNGQ4My1iNWIyLTg0MzIwNWMwNDUxOCIsIndvcmtmbG93SWQiOiI1ZDU5ODhmMC1kMjU3LTQ0ZjMtODY4OC0wZTRiNTI4ZjliMjYiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiNWMwY2Q1ZWEtZDVkOC00YjJlLTlkYzMtZGNhZmMxNzMyYmY0In0=?api-version=2020-03-01" ], "Retry-After": [ "10" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps6807/providers/microsoft.storagesync/storageSyncServices/sssps5809/workflows/83e96e01-49fe-4c0c-86c9-9f5b36a1e557/operations/64180f2f-9719-4891-bcbb-95080f63a38c?api-version=2019-03-01" + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6IjFmYTNhNjBjLTA2MTktNGQ4My1iNWIyLTg0MzIwNWMwNDUxOCIsIndvcmtmbG93SWQiOiI1ZDU5ODhmMC1kMjU3LTQ0ZjMtODY4OC0wZTRiNTI4ZjliMjYiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiNWMwY2Q1ZWEtZDVkOC00YjJlLTlkYzMtZGNhZmMxNzMyYmY0In0=?api-version=2020-03-01" ], "x-ms-request-id": [ - "3847781b-1334-40b6-aaa2-b58d1e5fada0" + "5f994a5b-2db8-4ecf-a38a-53bbce2e25d2" ], "X-Content-Type-Options": [ "nosniff" @@ -1143,16 +1203,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1197" + "1199" ], "x-ms-correlation-request-id": [ - "e6332c31-154a-4bef-8ea9-54e43fdab3cf" + "eb53f2e9-c8a2-4025-aed6-f08b2d561e3f" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T165900Z:e6332c31-154a-4bef-8ea9-54e43fdab3cf" + "WESTUS:20200623T090459Z:eb53f2e9-c8a2-4025-aed6-f08b2d561e3f" ], "Date": [ - "Wed, 03 Jul 2019 16:58:59 GMT" + "Tue, 23 Jun 2020 09:04:58 GMT" ], "Expires": [ "-1" @@ -1165,16 +1225,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps6807/providers/microsoft.storagesync/storageSyncServices/sssps5809/workflows/83e96e01-49fe-4c0c-86c9-9f5b36a1e557/operations/64180f2f-9719-4891-bcbb-95080f63a38c?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNjgwNy9wcm92aWRlcnMvbWljcm9zb2Z0LnN0b3JhZ2VzeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM1ODA5L3dvcmtmbG93cy84M2U5NmUwMS00OWZlLTRjMGMtODZjOS05ZjViMzZhMWU1NTcvb3BlcmF0aW9ucy82NDE4MGYyZi05NzE5LTQ4OTEtYmNiYi05NTA4MGY2M2EzOGM/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6IjFmYTNhNjBjLTA2MTktNGQ4My1iNWIyLTg0MzIwNWMwNDUxOCIsIndvcmtmbG93SWQiOiI1ZDU5ODhmMC1kMjU3LTQ0ZjMtODY4OC0wZTRiNTI4ZjliMjYiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiNWMwY2Q1ZWEtZDVkOC00YjJlLTlkYzMtZGNhZmMxNzMyYmY0In0=?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvbG9jYXRpb25zL2NlbnRyYWx1c2V1YXAvb3BlcmF0aW9ucy9leUp3WVhKMGFYUnBiMjVKWkNJNklqRm1ZVE5oTmpCakxUQTJNVGt0TkdRNE15MWlOV0l5TFRnME16SXdOV013TkRVeE9DSXNJbmR2Y210bWJHOTNTV1FpT2lJMVpEVTVPRGhtTUMxa01qVTNMVFEwWmpNdE9EWTRPQzB3WlRSaU5USTRaamxpTWpZaUxDSjNiM0pyWm14dmQwOXdaWEpoZEdsdmJrbGtJam9pTldNd1kyUTFaV0V0WkRWa09DMDBZakpsTFRsa1l6TXRaR05oWm1NeE56TXlZbVkwSW4wPT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -1185,7 +1245,7 @@ "no-cache" ], "x-ms-request-id": [ - "2a1fdf74-9d0b-4686-b9e9-84d325e4b731" + "c53af8fe-a850-4aa3-ae51-accc45a374fb" ], "X-Content-Type-Options": [ "nosniff" @@ -1206,38 +1266,38 @@ "11998" ], "x-ms-correlation-request-id": [ - "8d49470a-8809-4782-b065-267fd639e0e5" + "4ef3eb92-c891-4d73-8fd5-cbfa5c6762b2" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T165911Z:8d49470a-8809-4782-b065-267fd639e0e5" + "WESTUS:20200623T090510Z:4ef3eb92-c891-4d73-8fd5-cbfa5c6762b2" ], "Date": [ - "Wed, 03 Jul 2019 16:59:10 GMT" + "Tue, 23 Jun 2020 09:05:10 GMT" ], "Content-Length": [ - "450" + "745" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps6807/providers/microsoft.storagesync/storageSyncServices/sssps5809/workflow/83e96e01-49fe-4c0c-86c9-9f5b36a1e557/operationresults/64180f2f-9719-4891-bcbb-95080f63a38c\",\r\n \"name\": \"64180f2f-9719-4891-bcbb-95080f63a38c\",\r\n \"status\": \"validateInput\",\r\n \"startTime\": \"2019-07-03T16:59:01.0373503Z\",\r\n \"endTime\": \"2019-07-03T16:59:04.146974Z\",\r\n \"percentComplete\": null,\r\n \"error\": null,\r\n \"properties\": {}\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6IjFmYTNhNjBjLTA2MTktNGQ4My1iNWIyLTg0MzIwNWMwNDUxOCIsIndvcmtmbG93SWQiOiI1ZDU5ODhmMC1kMjU3LTQ0ZjMtODY4OC0wZTRiNTI4ZjliMjYiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiNWMwY2Q1ZWEtZDVkOC00YjJlLTlkYzMtZGNhZmMxNzMyYmY0In0=\",\r\n \"name\": \"eyJwYXJ0aXRpb25JZCI6IjFmYTNhNjBjLTA2MTktNGQ4My1iNWIyLTg0MzIwNWMwNDUxOCIsIndvcmtmbG93SWQiOiI1ZDU5ODhmMC1kMjU3LTQ0ZjMtODY4OC0wZTRiNTI4ZjliMjYiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiNWMwY2Q1ZWEtZDVkOC00YjJlLTlkYzMtZGNhZmMxNzMyYmY0In0=\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2020-06-23T09:04:59.8292487Z\",\r\n \"endTime\": \"2020-06-23T09:05:05.7082322Z\",\r\n \"properties\": {}\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps6807/providers/microsoft.storagesync/storageSyncServices/sssps5809/workflows/83e96e01-49fe-4c0c-86c9-9f5b36a1e557/operations/64180f2f-9719-4891-bcbb-95080f63a38c?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNjgwNy9wcm92aWRlcnMvbWljcm9zb2Z0LnN0b3JhZ2VzeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM1ODA5L3dvcmtmbG93cy84M2U5NmUwMS00OWZlLTRjMGMtODZjOS05ZjViMzZhMWU1NTcvb3BlcmF0aW9ucy82NDE4MGYyZi05NzE5LTQ4OTEtYmNiYi05NTA4MGY2M2EzOGM/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps7578/providers/Microsoft.StorageSync/storageSyncServices/sssps4426/syncGroups/sgps1889/cloudEndpoints/cepps2659?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzNzU3OC9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM0NDI2L3N5bmNHcm91cHMvc2dwczE4ODkvY2xvdWRFbmRwb2ludHMvY2VwcHMyNjU5P2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -1248,7 +1308,7 @@ "no-cache" ], "x-ms-request-id": [ - "d611f24f-002e-4d5a-89e0-a1fd2c0f6c58" + "8155e605-7dc2-4299-acfc-40eee1a774d6" ], "X-Content-Type-Options": [ "nosniff" @@ -1269,38 +1329,44 @@ "11997" ], "x-ms-correlation-request-id": [ - "c0653264-52de-4e3f-9a4c-8cf3146cd43f" + "91c86213-1fd1-4d85-9f0e-959d8ed60a88" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T165921Z:c0653264-52de-4e3f-9a4c-8cf3146cd43f" + "WESTUS:20200623T090510Z:91c86213-1fd1-4d85-9f0e-959d8ed60a88" ], "Date": [ - "Wed, 03 Jul 2019 16:59:21 GMT" + "Tue, 23 Jun 2020 09:05:10 GMT" ], "Content-Length": [ - "450" + "1027" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps6807/providers/microsoft.storagesync/storageSyncServices/sssps5809/workflow/83e96e01-49fe-4c0c-86c9-9f5b36a1e557/operationresults/64180f2f-9719-4891-bcbb-95080f63a38c\",\r\n \"name\": \"64180f2f-9719-4891-bcbb-95080f63a38c\",\r\n \"status\": \"validateInput\",\r\n \"startTime\": \"2019-07-03T16:59:01.0373503Z\",\r\n \"endTime\": \"2019-07-03T16:59:04.146974Z\",\r\n \"percentComplete\": null,\r\n \"error\": null,\r\n \"properties\": {}\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"storageAccountResourceId\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps7578/providers/Microsoft.Storage/storageAccounts/saps7985\",\r\n \"azureFileShareName\": \"testfs\",\r\n \"storageAccountTenantId\": \"6ad91d65-65ab-4e14-90f7-fe951035b7c9\",\r\n \"partnershipId\": \"1|U0VSVkVSQVNTWU5DQ0xJRU5USEZTVjJ8Q0MxNzNBREUtODJFMC00M0E3LTkyNTYtQzM2MDg2REYwMTgzfEdFTkVSSUN8RDhGNjAyQ0QtOENCNi00OTNGLTgxNzAtRkI4RUZFODU0OUFD\",\r\n \"friendlyName\": \"testfs\",\r\n \"backupEnabled\": \"false\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"lastWorkflowId\": \"storageSyncServices/sssps4426/workflows/5d5988f0-d257-44f3-8688-0e4b528f9b26\",\r\n \"lastOperationName\": \"ICreateCloudEndpointWorkflow\"\r\n },\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps7578/providers/microsoft.storagesync/storageSyncServices/sssps4426/syncGroups/sgps1889/cloudEndpoints/cepps2659\",\r\n \"name\": \"cepps2659\",\r\n \"type\": \"microsoft.storagesync/storageSyncServices/syncGroups/cloudEndpoints\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps6807/providers/microsoft.storagesync/storageSyncServices/sssps5809/workflows/83e96e01-49fe-4c0c-86c9-9f5b36a1e557/operations/64180f2f-9719-4891-bcbb-95080f63a38c?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNjgwNy9wcm92aWRlcnMvbWljcm9zb2Z0LnN0b3JhZ2VzeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM1ODA5L3dvcmtmbG93cy84M2U5NmUwMS00OWZlLTRjMGMtODZjOS05ZjViMzZhMWU1NTcvb3BlcmF0aW9ucy82NDE4MGYyZi05NzE5LTQ4OTEtYmNiYi05NTA4MGY2M2EzOGM/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps7578/providers/Microsoft.StorageSync/storageSyncServices/sssps4426/syncGroups/sgps1889/cloudEndpoints/cepps2659?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzNzU3OC9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM0NDI2L3N5bmNHcm91cHMvc2dwczE4ODkvY2xvdWRFbmRwb2ludHMvY2VwcHMyNjU5P2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { + "x-ms-client-request-id": [ + "03fec3e1-2be1-4ff2-b226-b5dde3d905ca" + ], + "Accept-Language": [ + "en-US" + ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -1311,7 +1377,7 @@ "no-cache" ], "x-ms-request-id": [ - "687e817c-939f-4daa-a32a-ae3822ebea96" + "ebd4e735-2d51-441a-8a71-2a0b48f385ee" ], "X-Content-Type-Options": [ "nosniff" @@ -1332,38 +1398,44 @@ "11996" ], "x-ms-correlation-request-id": [ - "bcb67c29-b11f-4767-bab0-4032c1f06b11" + "606f45dc-ae94-4976-8514-32ec14a1a529" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T165932Z:bcb67c29-b11f-4767-bab0-4032c1f06b11" + "WESTUS:20200623T090511Z:606f45dc-ae94-4976-8514-32ec14a1a529" ], "Date": [ - "Wed, 03 Jul 2019 16:59:31 GMT" + "Tue, 23 Jun 2020 09:05:11 GMT" ], "Content-Length": [ - "450" + "1027" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps6807/providers/microsoft.storagesync/storageSyncServices/sssps5809/workflow/83e96e01-49fe-4c0c-86c9-9f5b36a1e557/operationresults/64180f2f-9719-4891-bcbb-95080f63a38c\",\r\n \"name\": \"64180f2f-9719-4891-bcbb-95080f63a38c\",\r\n \"status\": \"validateInput\",\r\n \"startTime\": \"2019-07-03T16:59:01.0373503Z\",\r\n \"endTime\": \"2019-07-03T16:59:04.146974Z\",\r\n \"percentComplete\": null,\r\n \"error\": null,\r\n \"properties\": {}\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"storageAccountResourceId\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps7578/providers/Microsoft.Storage/storageAccounts/saps7985\",\r\n \"azureFileShareName\": \"testfs\",\r\n \"storageAccountTenantId\": \"6ad91d65-65ab-4e14-90f7-fe951035b7c9\",\r\n \"partnershipId\": \"1|U0VSVkVSQVNTWU5DQ0xJRU5USEZTVjJ8Q0MxNzNBREUtODJFMC00M0E3LTkyNTYtQzM2MDg2REYwMTgzfEdFTkVSSUN8RDhGNjAyQ0QtOENCNi00OTNGLTgxNzAtRkI4RUZFODU0OUFD\",\r\n \"friendlyName\": \"testfs\",\r\n \"backupEnabled\": \"false\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"lastWorkflowId\": \"storageSyncServices/sssps4426/workflows/5d5988f0-d257-44f3-8688-0e4b528f9b26\",\r\n \"lastOperationName\": \"ICreateCloudEndpointWorkflow\"\r\n },\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps7578/providers/microsoft.storagesync/storageSyncServices/sssps4426/syncGroups/sgps1889/cloudEndpoints/cepps2659\",\r\n \"name\": \"cepps2659\",\r\n \"type\": \"microsoft.storagesync/storageSyncServices/syncGroups/cloudEndpoints\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps6807/providers/microsoft.storagesync/storageSyncServices/sssps5809/workflows/83e96e01-49fe-4c0c-86c9-9f5b36a1e557/operations/64180f2f-9719-4891-bcbb-95080f63a38c?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNjgwNy9wcm92aWRlcnMvbWljcm9zb2Z0LnN0b3JhZ2VzeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM1ODA5L3dvcmtmbG93cy84M2U5NmUwMS00OWZlLTRjMGMtODZjOS05ZjViMzZhMWU1NTcvb3BlcmF0aW9ucy82NDE4MGYyZi05NzE5LTQ4OTEtYmNiYi05NTA4MGY2M2EzOGM/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", - "RequestMethod": "GET", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps7578/providers/Microsoft.StorageSync/storageSyncServices/sssps4426/syncGroups/sgps1889/cloudEndpoints/cepps2659?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzNzU3OC9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM0NDI2L3N5bmNHcm91cHMvc2dwczE4ODkvY2xvdWRFbmRwb2ludHMvY2VwcHMyNjU5P2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", + "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { + "x-ms-client-request-id": [ + "895d8ede-6d4b-4fbf-9037-493caef2bafa" + ], + "Accept-Language": [ + "en-US" + ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -1373,8 +1445,17 @@ "Pragma": [ "no-cache" ], + "Location": [ + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6IjFmYTNhNjBjLTA2MTktNGQ4My1iNWIyLTg0MzIwNWMwNDUxOCIsIndvcmtmbG93SWQiOiI5Njc0MGY4My04NDlhLTRkNWEtYjI4MC1lYWFmMzIwMWM1YjQiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiNzQ2NmVmNDAtZjEwOC00YmI4LTk1ZDQtMTIwNTM1OWY1NWQ3In0=?api-version=2020-03-01" + ], + "Retry-After": [ + "10" + ], + "Azure-AsyncOperation": [ + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6IjFmYTNhNjBjLTA2MTktNGQ4My1iNWIyLTg0MzIwNWMwNDUxOCIsIndvcmtmbG93SWQiOiI5Njc0MGY4My04NDlhLTRkNWEtYjI4MC1lYWFmMzIwMWM1YjQiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiNzQ2NmVmNDAtZjEwOC00YmI4LTk1ZDQtMTIwNTM1OWY1NWQ3In0=?api-version=2020-03-01" + ], "x-ms-request-id": [ - "eb2f38e6-14b8-40f3-b5b9-34ccbb473a8d" + "05e1a175-51de-4704-9bd6-36ba2c215d07" ], "X-Content-Type-Options": [ "nosniff" @@ -1391,42 +1472,39 @@ "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11995" + "x-ms-ratelimit-remaining-subscription-deletes": [ + "14999" ], "x-ms-correlation-request-id": [ - "5ad255fe-8f3a-4c9c-ba51-d58f127a0d61" + "dec7bd55-a687-43be-ab74-c4cde80fab82" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T165942Z:5ad255fe-8f3a-4c9c-ba51-d58f127a0d61" + "WESTUS:20200623T090511Z:dec7bd55-a687-43be-ab74-c4cde80fab82" ], "Date": [ - "Wed, 03 Jul 2019 16:59:42 GMT" - ], - "Content-Length": [ - "450" - ], - "Content-Type": [ - "application/json; charset=utf-8" + "Tue, 23 Jun 2020 09:05:11 GMT" ], "Expires": [ "-1" + ], + "Content-Length": [ + "0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps6807/providers/microsoft.storagesync/storageSyncServices/sssps5809/workflow/83e96e01-49fe-4c0c-86c9-9f5b36a1e557/operationresults/64180f2f-9719-4891-bcbb-95080f63a38c\",\r\n \"name\": \"64180f2f-9719-4891-bcbb-95080f63a38c\",\r\n \"status\": \"validateInput\",\r\n \"startTime\": \"2019-07-03T16:59:01.0373503Z\",\r\n \"endTime\": \"2019-07-03T16:59:04.146974Z\",\r\n \"percentComplete\": null,\r\n \"error\": null,\r\n \"properties\": {}\r\n}", - "StatusCode": 200 + "ResponseBody": "", + "StatusCode": 202 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps6807/providers/microsoft.storagesync/storageSyncServices/sssps5809/workflows/83e96e01-49fe-4c0c-86c9-9f5b36a1e557/operations/64180f2f-9719-4891-bcbb-95080f63a38c?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNjgwNy9wcm92aWRlcnMvbWljcm9zb2Z0LnN0b3JhZ2VzeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM1ODA5L3dvcmtmbG93cy84M2U5NmUwMS00OWZlLTRjMGMtODZjOS05ZjViMzZhMWU1NTcvb3BlcmF0aW9ucy82NDE4MGYyZi05NzE5LTQ4OTEtYmNiYi05NTA4MGY2M2EzOGM/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6IjFmYTNhNjBjLTA2MTktNGQ4My1iNWIyLTg0MzIwNWMwNDUxOCIsIndvcmtmbG93SWQiOiI5Njc0MGY4My04NDlhLTRkNWEtYjI4MC1lYWFmMzIwMWM1YjQiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiNzQ2NmVmNDAtZjEwOC00YmI4LTk1ZDQtMTIwNTM1OWY1NWQ3In0=?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvbG9jYXRpb25zL2NlbnRyYWx1c2V1YXAvb3BlcmF0aW9ucy9leUp3WVhKMGFYUnBiMjVKWkNJNklqRm1ZVE5oTmpCakxUQTJNVGt0TkdRNE15MWlOV0l5TFRnME16SXdOV013TkRVeE9DSXNJbmR2Y210bWJHOTNTV1FpT2lJNU5qYzBNR1k0TXkwNE5EbGhMVFJrTldFdFlqSTRNQzFsWVdGbU16SXdNV00xWWpRaUxDSjNiM0pyWm14dmQwOXdaWEpoZEdsdmJrbGtJam9pTnpRMk5tVm1OREF0WmpFd09DMDBZbUk0TFRrMVpEUXRNVEl3TlRNMU9XWTFOV1EzSW4wPT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -1437,7 +1515,7 @@ "no-cache" ], "x-ms-request-id": [ - "a661ef6f-c098-40cb-b365-e486812bc46b" + "4bfeb90c-c780-436b-b46a-3b0e73b11103" ], "X-Content-Type-Options": [ "nosniff" @@ -1455,41 +1533,41 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11994" + "11995" ], "x-ms-correlation-request-id": [ - "e7ed28ae-4afd-423d-af17-1949dd3a8bd7" + "02bf38ef-9fe9-435b-be01-650e2ed2ceb9" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T165953Z:e7ed28ae-4afd-423d-af17-1949dd3a8bd7" + "WESTUS:20200623T090522Z:02bf38ef-9fe9-435b-be01-650e2ed2ceb9" ], "Date": [ - "Wed, 03 Jul 2019 16:59:52 GMT" + "Tue, 23 Jun 2020 09:05:22 GMT" ], "Content-Length": [ - "450" + "745" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps6807/providers/microsoft.storagesync/storageSyncServices/sssps5809/workflow/83e96e01-49fe-4c0c-86c9-9f5b36a1e557/operationresults/64180f2f-9719-4891-bcbb-95080f63a38c\",\r\n \"name\": \"64180f2f-9719-4891-bcbb-95080f63a38c\",\r\n \"status\": \"validateInput\",\r\n \"startTime\": \"2019-07-03T16:59:01.0373503Z\",\r\n \"endTime\": \"2019-07-03T16:59:04.146974Z\",\r\n \"percentComplete\": null,\r\n \"error\": null,\r\n \"properties\": {}\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6IjFmYTNhNjBjLTA2MTktNGQ4My1iNWIyLTg0MzIwNWMwNDUxOCIsIndvcmtmbG93SWQiOiI5Njc0MGY4My04NDlhLTRkNWEtYjI4MC1lYWFmMzIwMWM1YjQiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiNzQ2NmVmNDAtZjEwOC00YmI4LTk1ZDQtMTIwNTM1OWY1NWQ3In0=\",\r\n \"name\": \"eyJwYXJ0aXRpb25JZCI6IjFmYTNhNjBjLTA2MTktNGQ4My1iNWIyLTg0MzIwNWMwNDUxOCIsIndvcmtmbG93SWQiOiI5Njc0MGY4My04NDlhLTRkNWEtYjI4MC1lYWFmMzIwMWM1YjQiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiNzQ2NmVmNDAtZjEwOC00YmI4LTk1ZDQtMTIwNTM1OWY1NWQ3In0=\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2020-06-23T09:05:12.3211298Z\",\r\n \"endTime\": \"2020-06-23T09:05:17.0737926Z\",\r\n \"properties\": {}\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps6807/providers/microsoft.storagesync/storageSyncServices/sssps5809/workflows/83e96e01-49fe-4c0c-86c9-9f5b36a1e557/operations/64180f2f-9719-4891-bcbb-95080f63a38c?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNjgwNy9wcm92aWRlcnMvbWljcm9zb2Z0LnN0b3JhZ2VzeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM1ODA5L3dvcmtmbG93cy84M2U5NmUwMS00OWZlLTRjMGMtODZjOS05ZjViMzZhMWU1NTcvb3BlcmF0aW9ucy82NDE4MGYyZi05NzE5LTQ4OTEtYmNiYi05NTA4MGY2M2EzOGM/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6IjFmYTNhNjBjLTA2MTktNGQ4My1iNWIyLTg0MzIwNWMwNDUxOCIsIndvcmtmbG93SWQiOiI5Njc0MGY4My04NDlhLTRkNWEtYjI4MC1lYWFmMzIwMWM1YjQiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiNzQ2NmVmNDAtZjEwOC00YmI4LTk1ZDQtMTIwNTM1OWY1NWQ3In0=?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvbG9jYXRpb25zL2NlbnRyYWx1c2V1YXAvb3BlcmF0aW9ucmVzdWx0cy9leUp3WVhKMGFYUnBiMjVKWkNJNklqRm1ZVE5oTmpCakxUQTJNVGt0TkdRNE15MWlOV0l5TFRnME16SXdOV013TkRVeE9DSXNJbmR2Y210bWJHOTNTV1FpT2lJNU5qYzBNR1k0TXkwNE5EbGhMVFJrTldFdFlqSTRNQzFsWVdGbU16SXdNV00xWWpRaUxDSjNiM0pyWm14dmQwOXdaWEpoZEdsdmJrbGtJam9pTnpRMk5tVm1OREF0WmpFd09DMDBZbUk0TFRrMVpEUXRNVEl3TlRNMU9XWTFOV1EzSW4wPT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -1500,7 +1578,7 @@ "no-cache" ], "x-ms-request-id": [ - "f6b58d8d-b9a4-48e9-8323-146fe9db1d39" + "11d2ea7d-2428-41ca-91af-41f8777ee16f" ], "X-Content-Type-Options": [ "nosniff" @@ -1508,9 +1586,6 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11993" - ], "Server": [ "Microsoft-IIS/10.0" ], @@ -1520,675 +1595,45 @@ "X-Powered-By": [ "ASP.NET" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11994" + ], "x-ms-correlation-request-id": [ - "5ee0f995-9eb9-4d66-b430-3527fa5a1109" + "11baa899-0623-437d-b606-18515755cbed" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T170003Z:5ee0f995-9eb9-4d66-b430-3527fa5a1109" + "WESTUS:20200623T090522Z:11baa899-0623-437d-b606-18515755cbed" ], "Date": [ - "Wed, 03 Jul 2019 17:00:03 GMT" - ], - "Content-Length": [ - "450" - ], - "Content-Type": [ - "application/json; charset=utf-8" + "Tue, 23 Jun 2020 09:05:22 GMT" ], "Expires": [ "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps6807/providers/microsoft.storagesync/storageSyncServices/sssps5809/workflow/83e96e01-49fe-4c0c-86c9-9f5b36a1e557/operationresults/64180f2f-9719-4891-bcbb-95080f63a38c\",\r\n \"name\": \"64180f2f-9719-4891-bcbb-95080f63a38c\",\r\n \"status\": \"validateInput\",\r\n \"startTime\": \"2019-07-03T16:59:01.0373503Z\",\r\n \"endTime\": \"2019-07-03T16:59:04.146974Z\",\r\n \"percentComplete\": null,\r\n \"error\": null,\r\n \"properties\": {}\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps6807/providers/microsoft.storagesync/storageSyncServices/sssps5809/workflows/83e96e01-49fe-4c0c-86c9-9f5b36a1e557/operations/64180f2f-9719-4891-bcbb-95080f63a38c?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNjgwNy9wcm92aWRlcnMvbWljcm9zb2Z0LnN0b3JhZ2VzeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM1ODA5L3dvcmtmbG93cy84M2U5NmUwMS00OWZlLTRjMGMtODZjOS05ZjViMzZhMWU1NTcvb3BlcmF0aW9ucy82NDE4MGYyZi05NzE5LTQ4OTEtYmNiYi05NTA4MGY2M2EzOGM/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.27617.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-request-id": [ - "92c5388c-b582-491c-ba49-1dd1f8b58ed9" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Server": [ - "Microsoft-IIS/10.0" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11992" - ], - "x-ms-correlation-request-id": [ - "cbe467d2-e1d2-4c4c-b809-766135fcd21c" - ], - "x-ms-routing-request-id": [ - "WESTUS:20190703T170014Z:cbe467d2-e1d2-4c4c-b809-766135fcd21c" - ], - "Date": [ - "Wed, 03 Jul 2019 17:00:13 GMT" - ], - "Content-Length": [ - "450" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps6807/providers/microsoft.storagesync/storageSyncServices/sssps5809/workflow/83e96e01-49fe-4c0c-86c9-9f5b36a1e557/operationresults/64180f2f-9719-4891-bcbb-95080f63a38c\",\r\n \"name\": \"64180f2f-9719-4891-bcbb-95080f63a38c\",\r\n \"status\": \"validateInput\",\r\n \"startTime\": \"2019-07-03T16:59:01.0373503Z\",\r\n \"endTime\": \"2019-07-03T16:59:04.146974Z\",\r\n \"percentComplete\": null,\r\n \"error\": null,\r\n \"properties\": {}\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps6807/providers/microsoft.storagesync/storageSyncServices/sssps5809/workflows/83e96e01-49fe-4c0c-86c9-9f5b36a1e557/operations/64180f2f-9719-4891-bcbb-95080f63a38c?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNjgwNy9wcm92aWRlcnMvbWljcm9zb2Z0LnN0b3JhZ2VzeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM1ODA5L3dvcmtmbG93cy84M2U5NmUwMS00OWZlLTRjMGMtODZjOS05ZjViMzZhMWU1NTcvb3BlcmF0aW9ucy82NDE4MGYyZi05NzE5LTQ4OTEtYmNiYi05NTA4MGY2M2EzOGM/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.27617.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-request-id": [ - "620f2e19-1211-4fc4-bcbb-e32494c40ea3" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Server": [ - "Microsoft-IIS/10.0" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11991" - ], - "x-ms-correlation-request-id": [ - "a51b3570-e37e-43eb-9992-b9f78da4e353" - ], - "x-ms-routing-request-id": [ - "WESTUS:20190703T170024Z:a51b3570-e37e-43eb-9992-b9f78da4e353" - ], - "Date": [ - "Wed, 03 Jul 2019 17:00:23 GMT" - ], - "Content-Length": [ - "450" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps6807/providers/microsoft.storagesync/storageSyncServices/sssps5809/workflow/83e96e01-49fe-4c0c-86c9-9f5b36a1e557/operationresults/64180f2f-9719-4891-bcbb-95080f63a38c\",\r\n \"name\": \"64180f2f-9719-4891-bcbb-95080f63a38c\",\r\n \"status\": \"validateInput\",\r\n \"startTime\": \"2019-07-03T16:59:01.0373503Z\",\r\n \"endTime\": \"2019-07-03T16:59:04.146974Z\",\r\n \"percentComplete\": null,\r\n \"error\": null,\r\n \"properties\": {}\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps6807/providers/microsoft.storagesync/storageSyncServices/sssps5809/workflows/83e96e01-49fe-4c0c-86c9-9f5b36a1e557/operations/64180f2f-9719-4891-bcbb-95080f63a38c?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNjgwNy9wcm92aWRlcnMvbWljcm9zb2Z0LnN0b3JhZ2VzeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM1ODA5L3dvcmtmbG93cy84M2U5NmUwMS00OWZlLTRjMGMtODZjOS05ZjViMzZhMWU1NTcvb3BlcmF0aW9ucy82NDE4MGYyZi05NzE5LTQ4OTEtYmNiYi05NTA4MGY2M2EzOGM/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.27617.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-request-id": [ - "1fb762fd-74c9-4add-970b-76d6a80a7f9a" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Server": [ - "Microsoft-IIS/10.0" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11990" - ], - "x-ms-correlation-request-id": [ - "3173283c-bc58-4b96-af2e-95900ebb8a84" - ], - "x-ms-routing-request-id": [ - "WESTUS:20190703T170035Z:3173283c-bc58-4b96-af2e-95900ebb8a84" - ], - "Date": [ - "Wed, 03 Jul 2019 17:00:34 GMT" - ], - "Content-Length": [ - "450" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps6807/providers/microsoft.storagesync/storageSyncServices/sssps5809/workflow/83e96e01-49fe-4c0c-86c9-9f5b36a1e557/operationresults/64180f2f-9719-4891-bcbb-95080f63a38c\",\r\n \"name\": \"64180f2f-9719-4891-bcbb-95080f63a38c\",\r\n \"status\": \"validateInput\",\r\n \"startTime\": \"2019-07-03T16:59:01.0373503Z\",\r\n \"endTime\": \"2019-07-03T16:59:04.146974Z\",\r\n \"percentComplete\": null,\r\n \"error\": null,\r\n \"properties\": {}\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps6807/providers/microsoft.storagesync/storageSyncServices/sssps5809/workflows/83e96e01-49fe-4c0c-86c9-9f5b36a1e557/operations/64180f2f-9719-4891-bcbb-95080f63a38c?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNjgwNy9wcm92aWRlcnMvbWljcm9zb2Z0LnN0b3JhZ2VzeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM1ODA5L3dvcmtmbG93cy84M2U5NmUwMS00OWZlLTRjMGMtODZjOS05ZjViMzZhMWU1NTcvb3BlcmF0aW9ucy82NDE4MGYyZi05NzE5LTQ4OTEtYmNiYi05NTA4MGY2M2EzOGM/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.27617.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-request-id": [ - "f4e30bdd-1b1f-4e4c-9181-f7c0acc87c05" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Server": [ - "Microsoft-IIS/10.0" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11989" - ], - "x-ms-correlation-request-id": [ - "06e64d49-8bc4-4c9e-b01b-9c35cf04ef18" - ], - "x-ms-routing-request-id": [ - "WESTUS:20190703T170045Z:06e64d49-8bc4-4c9e-b01b-9c35cf04ef18" - ], - "Date": [ - "Wed, 03 Jul 2019 17:00:44 GMT" - ], - "Content-Length": [ - "450" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps6807/providers/microsoft.storagesync/storageSyncServices/sssps5809/workflow/83e96e01-49fe-4c0c-86c9-9f5b36a1e557/operationresults/64180f2f-9719-4891-bcbb-95080f63a38c\",\r\n \"name\": \"64180f2f-9719-4891-bcbb-95080f63a38c\",\r\n \"status\": \"validateInput\",\r\n \"startTime\": \"2019-07-03T16:59:01.0373503Z\",\r\n \"endTime\": \"2019-07-03T16:59:04.146974Z\",\r\n \"percentComplete\": null,\r\n \"error\": null,\r\n \"properties\": {}\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps6807/providers/microsoft.storagesync/storageSyncServices/sssps5809/workflows/83e96e01-49fe-4c0c-86c9-9f5b36a1e557/operations/64180f2f-9719-4891-bcbb-95080f63a38c?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNjgwNy9wcm92aWRlcnMvbWljcm9zb2Z0LnN0b3JhZ2VzeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM1ODA5L3dvcmtmbG93cy84M2U5NmUwMS00OWZlLTRjMGMtODZjOS05ZjViMzZhMWU1NTcvb3BlcmF0aW9ucy82NDE4MGYyZi05NzE5LTQ4OTEtYmNiYi05NTA4MGY2M2EzOGM/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.27617.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-request-id": [ - "d88cf04c-d378-4f32-a302-7f523110d4f2" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Server": [ - "Microsoft-IIS/10.0" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11988" - ], - "x-ms-correlation-request-id": [ - "388b3051-88e5-4074-bfa4-900c646e9c7f" - ], - "x-ms-routing-request-id": [ - "WESTUS:20190703T170055Z:388b3051-88e5-4074-bfa4-900c646e9c7f" - ], - "Date": [ - "Wed, 03 Jul 2019 17:00:54 GMT" - ], - "Content-Length": [ - "450" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps6807/providers/microsoft.storagesync/storageSyncServices/sssps5809/workflow/83e96e01-49fe-4c0c-86c9-9f5b36a1e557/operationresults/64180f2f-9719-4891-bcbb-95080f63a38c\",\r\n \"name\": \"64180f2f-9719-4891-bcbb-95080f63a38c\",\r\n \"status\": \"validateInput\",\r\n \"startTime\": \"2019-07-03T16:59:01.0373503Z\",\r\n \"endTime\": \"2019-07-03T16:59:04.146974Z\",\r\n \"percentComplete\": null,\r\n \"error\": null,\r\n \"properties\": {}\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps6807/providers/microsoft.storagesync/storageSyncServices/sssps5809/workflows/83e96e01-49fe-4c0c-86c9-9f5b36a1e557/operations/64180f2f-9719-4891-bcbb-95080f63a38c?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNjgwNy9wcm92aWRlcnMvbWljcm9zb2Z0LnN0b3JhZ2VzeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM1ODA5L3dvcmtmbG93cy84M2U5NmUwMS00OWZlLTRjMGMtODZjOS05ZjViMzZhMWU1NTcvb3BlcmF0aW9ucy82NDE4MGYyZi05NzE5LTQ4OTEtYmNiYi05NTA4MGY2M2EzOGM/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.27617.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-request-id": [ - "7e7d8513-8bc2-4969-af1b-5a69c205081b" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Server": [ - "Microsoft-IIS/10.0" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11987" - ], - "x-ms-correlation-request-id": [ - "e2dd52d1-caf2-43ee-9b14-c0205e551ca4" - ], - "x-ms-routing-request-id": [ - "WESTUS:20190703T170106Z:e2dd52d1-caf2-43ee-9b14-c0205e551ca4" - ], - "Date": [ - "Wed, 03 Jul 2019 17:01:06 GMT" - ], - "Content-Length": [ - "450" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps6807/providers/microsoft.storagesync/storageSyncServices/sssps5809/workflow/83e96e01-49fe-4c0c-86c9-9f5b36a1e557/operationresults/64180f2f-9719-4891-bcbb-95080f63a38c\",\r\n \"name\": \"64180f2f-9719-4891-bcbb-95080f63a38c\",\r\n \"status\": \"validateInput\",\r\n \"startTime\": \"2019-07-03T16:59:01.0373503Z\",\r\n \"endTime\": \"2019-07-03T16:59:04.146974Z\",\r\n \"percentComplete\": null,\r\n \"error\": null,\r\n \"properties\": {}\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps6807/providers/microsoft.storagesync/storageSyncServices/sssps5809/workflows/83e96e01-49fe-4c0c-86c9-9f5b36a1e557/operations/64180f2f-9719-4891-bcbb-95080f63a38c?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNjgwNy9wcm92aWRlcnMvbWljcm9zb2Z0LnN0b3JhZ2VzeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM1ODA5L3dvcmtmbG93cy84M2U5NmUwMS00OWZlLTRjMGMtODZjOS05ZjViMzZhMWU1NTcvb3BlcmF0aW9ucy82NDE4MGYyZi05NzE5LTQ4OTEtYmNiYi05NTA4MGY2M2EzOGM/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.27617.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-request-id": [ - "8a2b717e-f596-40f1-a0a0-7d876a66a68b" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11986" - ], - "Server": [ - "Microsoft-IIS/10.0" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET" - ], - "x-ms-correlation-request-id": [ - "5612853d-7d80-45c4-b738-f440d44a276f" - ], - "x-ms-routing-request-id": [ - "WESTUS:20190703T170116Z:5612853d-7d80-45c4-b738-f440d44a276f" - ], - "Date": [ - "Wed, 03 Jul 2019 17:01:16 GMT" - ], - "Content-Length": [ - "450" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps6807/providers/microsoft.storagesync/storageSyncServices/sssps5809/workflow/83e96e01-49fe-4c0c-86c9-9f5b36a1e557/operationresults/64180f2f-9719-4891-bcbb-95080f63a38c\",\r\n \"name\": \"64180f2f-9719-4891-bcbb-95080f63a38c\",\r\n \"status\": \"validateInput\",\r\n \"startTime\": \"2019-07-03T16:59:01.0373503Z\",\r\n \"endTime\": \"2019-07-03T16:59:04.146974Z\",\r\n \"percentComplete\": null,\r\n \"error\": null,\r\n \"properties\": {}\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps6807/providers/microsoft.storagesync/storageSyncServices/sssps5809/workflows/83e96e01-49fe-4c0c-86c9-9f5b36a1e557/operations/64180f2f-9719-4891-bcbb-95080f63a38c?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNjgwNy9wcm92aWRlcnMvbWljcm9zb2Z0LnN0b3JhZ2VzeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM1ODA5L3dvcmtmbG93cy84M2U5NmUwMS00OWZlLTRjMGMtODZjOS05ZjViMzZhMWU1NTcvb3BlcmF0aW9ucy82NDE4MGYyZi05NzE5LTQ4OTEtYmNiYi05NTA4MGY2M2EzOGM/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.27617.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-request-id": [ - "0f7d6736-9278-4f17-9572-45328b81c4fe" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Server": [ - "Microsoft-IIS/10.0" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11985" - ], - "x-ms-correlation-request-id": [ - "4fefe45c-4e2b-4e50-95bb-397a45d3a52f" - ], - "x-ms-routing-request-id": [ - "WESTUS:20190703T170128Z:4fefe45c-4e2b-4e50-95bb-397a45d3a52f" - ], - "Date": [ - "Wed, 03 Jul 2019 17:01:27 GMT" - ], - "Content-Length": [ - "453" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps6807/providers/microsoft.storagesync/storageSyncServices/sssps5809/workflow/83e96e01-49fe-4c0c-86c9-9f5b36a1e557/operationresults/64180f2f-9719-4891-bcbb-95080f63a38c\",\r\n \"name\": \"64180f2f-9719-4891-bcbb-95080f63a38c\",\r\n \"status\": \"newReplicaGroup\",\r\n \"startTime\": \"2019-07-03T16:59:01.0373503Z\",\r\n \"endTime\": \"2019-07-03T17:01:21.3417875Z\",\r\n \"percentComplete\": null,\r\n \"error\": null,\r\n \"properties\": {}\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps6807/providers/microsoft.storagesync/storageSyncServices/sssps5809/workflows/83e96e01-49fe-4c0c-86c9-9f5b36a1e557/operations/64180f2f-9719-4891-bcbb-95080f63a38c?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNjgwNy9wcm92aWRlcnMvbWljcm9zb2Z0LnN0b3JhZ2VzeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM1ODA5L3dvcmtmbG93cy84M2U5NmUwMS00OWZlLTRjMGMtODZjOS05ZjViMzZhMWU1NTcvb3BlcmF0aW9ucy82NDE4MGYyZi05NzE5LTQ4OTEtYmNiYi05NTA4MGY2M2EzOGM/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.27617.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-request-id": [ - "5674d402-9d79-44dc-b5ba-76f072d8edef" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Server": [ - "Microsoft-IIS/10.0" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11984" - ], - "x-ms-correlation-request-id": [ - "156b40c9-e127-4152-a737-524236ef44ee" - ], - "x-ms-routing-request-id": [ - "WESTUS:20190703T170138Z:156b40c9-e127-4152-a737-524236ef44ee" - ], - "Date": [ - "Wed, 03 Jul 2019 17:01:38 GMT" - ], - "Content-Length": [ - "447" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps6807/providers/microsoft.storagesync/storageSyncServices/sssps5809/workflow/83e96e01-49fe-4c0c-86c9-9f5b36a1e557/operationresults/64180f2f-9719-4891-bcbb-95080f63a38c\",\r\n \"name\": \"64180f2f-9719-4891-bcbb-95080f63a38c\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2019-07-03T16:59:01.0373503Z\",\r\n \"endTime\": \"2019-07-03T17:01:38.6844983Z\",\r\n \"percentComplete\": null,\r\n \"error\": null,\r\n \"properties\": {}\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps6807/providers/Microsoft.StorageSync/storageSyncServices/sssps5809/syncGroups/sgps9686/cloudEndpoints/cepps535?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNjgwNy9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM1ODA5L3N5bmNHcm91cHMvc2dwczk2ODYvY2xvdWRFbmRwb2ludHMvY2VwcHM1MzU/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.27617.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-request-id": [ - "35d8f8f5-257d-4bde-8a48-3b6d1a531b74" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Server": [ - "Microsoft-IIS/10.0" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11983" - ], - "x-ms-correlation-request-id": [ - "a875d260-4ce8-4ce4-b537-8afd008929b5" - ], - "x-ms-routing-request-id": [ - "WESTUS:20190703T170139Z:a875d260-4ce8-4ce4-b537-8afd008929b5" - ], - "Date": [ - "Wed, 03 Jul 2019 17:01:38 GMT" ], "Content-Length": [ - "983" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" + "0" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"storageAccountKey\": null,\r\n \"storageAccount\": null,\r\n \"storageAccountResourceId\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps6807/providers/Microsoft.Storage/storageAccounts/saps4343\",\r\n \"azureFileShareName\": \"testfs\",\r\n \"storageAccountTenantId\": \"0483643a-cb2f-462a-bc27-1a270e5bdc0a\",\r\n \"partnershipId\": \"1|U0VSVkVSQVNTWU5DQ0xJRU5USEZTVjJ8M0RBOUJERjUtMUZEQS00NTA1LUFEMTgtMDdBRTY5OTE1NTQ5fEdFTkVSSUN8RTUyODY5ODMtMDA1QS00NjQ5LThFRDgtQjg1QkI2QjgzOUFD\",\r\n \"friendlyName\": \"testfs\",\r\n \"backupEnabled\": \"false\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"lastWorkflowId\": \"storageSyncServices/sssps5809/workflows/83e96e01-49fe-4c0c-86c9-9f5b36a1e557\",\r\n \"lastOperationName\": \"ICreateCloudEndpointWorkflow\"\r\n },\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps6807/providers/microsoft.storagesync/storageSyncServices/sssps5809/syncGroups/sgps9686/cloudEndpoints/cepps535\",\r\n \"name\": \"cepps535\",\r\n \"type\": \"microsoft.storagesync/storageSyncServices/syncGroups/cloudEndpoints\"\r\n}", + "ResponseBody": "", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps6807/providers/Microsoft.StorageSync/storageSyncServices/sssps5809/syncGroups/sgps9686/cloudEndpoints/cepps535?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNjgwNy9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM1ODA5L3N5bmNHcm91cHMvc2dwczk2ODYvY2xvdWRFbmRwb2ludHMvY2VwcHM1MzU/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", - "RequestMethod": "GET", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps7578/providers/Microsoft.StorageSync/storageSyncServices/sssps4426/syncGroups/sgps1889?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzNzU3OC9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM0NDI2L3N5bmNHcm91cHMvc2dwczE4ODk/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", + "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "cef41ecc-9632-496a-97ef-cfdf0008b624" + "c9678188-dfc3-4b6c-af66-412fc736ceef" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -2199,7 +1644,7 @@ "no-cache" ], "x-ms-request-id": [ - "9bc618ea-2a32-4629-9e99-0efe06f80731" + "912b5a23-096e-4cef-9be9-324714d1198d" ], "X-Content-Type-Options": [ "nosniff" @@ -2216,48 +1661,45 @@ "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11982" + "x-ms-ratelimit-remaining-subscription-deletes": [ + "14998" ], "x-ms-correlation-request-id": [ - "f14c67af-d140-4ae8-a2f7-736660b1f9c4" + "2f9540e0-8d59-4e91-99a8-fb3a1665f4b5" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T170139Z:f14c67af-d140-4ae8-a2f7-736660b1f9c4" + "WESTUS:20200623T090522Z:2f9540e0-8d59-4e91-99a8-fb3a1665f4b5" ], "Date": [ - "Wed, 03 Jul 2019 17:01:39 GMT" - ], - "Content-Length": [ - "983" - ], - "Content-Type": [ - "application/json; charset=utf-8" + "Tue, 23 Jun 2020 09:05:22 GMT" ], "Expires": [ "-1" + ], + "Content-Length": [ + "0" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"storageAccountKey\": null,\r\n \"storageAccount\": null,\r\n \"storageAccountResourceId\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps6807/providers/Microsoft.Storage/storageAccounts/saps4343\",\r\n \"azureFileShareName\": \"testfs\",\r\n \"storageAccountTenantId\": \"0483643a-cb2f-462a-bc27-1a270e5bdc0a\",\r\n \"partnershipId\": \"1|U0VSVkVSQVNTWU5DQ0xJRU5USEZTVjJ8M0RBOUJERjUtMUZEQS00NTA1LUFEMTgtMDdBRTY5OTE1NTQ5fEdFTkVSSUN8RTUyODY5ODMtMDA1QS00NjQ5LThFRDgtQjg1QkI2QjgzOUFD\",\r\n \"friendlyName\": \"testfs\",\r\n \"backupEnabled\": \"false\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"lastWorkflowId\": \"storageSyncServices/sssps5809/workflows/83e96e01-49fe-4c0c-86c9-9f5b36a1e557\",\r\n \"lastOperationName\": \"ICreateCloudEndpointWorkflow\"\r\n },\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps6807/providers/microsoft.storagesync/storageSyncServices/sssps5809/syncGroups/sgps9686/cloudEndpoints/cepps535\",\r\n \"name\": \"cepps535\",\r\n \"type\": \"microsoft.storagesync/storageSyncServices/syncGroups/cloudEndpoints\"\r\n}", + "ResponseBody": "", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps6807/providers/Microsoft.StorageSync/storageSyncServices/sssps5809/syncGroups/sgps9686/cloudEndpoints/cepps535?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNjgwNy9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM1ODA5L3N5bmNHcm91cHMvc2dwczk2ODYvY2xvdWRFbmRwb2ludHMvY2VwcHM1MzU/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps7578/providers/Microsoft.StorageSync/storageSyncServices/sssps4426?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzNzU3OC9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM0NDI2P2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "3d9baf7b-839b-4e27-a997-3b87a9f86c59" + "da2d0384-af2a-436f-bfa4-3f4dda26a9e4" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -2268,16 +1710,16 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps6807/providers/microsoft.storagesync/storageSyncServices/sssps5809/workflows/5903f510-0c45-4d9a-ba30-4c747d09128a/operationresults/13741f84-bfbd-42e1-bc26-dace8487f869?api-version=2019-03-01" + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6IjFmYTNhNjBjLTA2MTktNGQ4My1iNWIyLTg0MzIwNWMwNDUxOCIsIndvcmtmbG93SWQiOiIwMjlkNTgwZS00ZjRmLTQ3N2ItOTM1OS1jNGVlMjMwOWFhODQiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiNGEwNmU4ZGEtZWQ5ZC00OGNkLTg2YWYtODYxMGM4NjViZTRiIn0=?api-version=2020-03-01" ], "Retry-After": [ "10" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps6807/providers/microsoft.storagesync/storageSyncServices/sssps5809/workflows/5903f510-0c45-4d9a-ba30-4c747d09128a/operations/13741f84-bfbd-42e1-bc26-dace8487f869?api-version=2019-03-01" + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6IjFmYTNhNjBjLTA2MTktNGQ4My1iNWIyLTg0MzIwNWMwNDUxOCIsIndvcmtmbG93SWQiOiIwMjlkNTgwZS00ZjRmLTQ3N2ItOTM1OS1jNGVlMjMwOWFhODQiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiNGEwNmU4ZGEtZWQ5ZC00OGNkLTg2YWYtODYxMGM4NjViZTRiIn0=?api-version=2020-03-01" ], "x-ms-request-id": [ - "c0438186-a979-48ea-ac73-7be9f91f871a" + "975c22b4-f371-4fc2-adf1-a69e90805d17" ], "X-Content-Type-Options": [ "nosniff" @@ -2295,16 +1737,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-deletes": [ - "14999" + "14997" ], "x-ms-correlation-request-id": [ - "d914b179-76ea-4942-bec7-759bb8f2cd35" + "d9fece2e-7412-44ac-bf48-bd6106762757" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T170140Z:d914b179-76ea-4942-bec7-759bb8f2cd35" + "WESTUS:20200623T090523Z:d9fece2e-7412-44ac-bf48-bd6106762757" ], "Date": [ - "Wed, 03 Jul 2019 17:01:39 GMT" + "Tue, 23 Jun 2020 09:05:23 GMT" ], "Expires": [ "-1" @@ -2317,16 +1759,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps6807/providers/microsoft.storagesync/storageSyncServices/sssps5809/workflows/5903f510-0c45-4d9a-ba30-4c747d09128a/operations/13741f84-bfbd-42e1-bc26-dace8487f869?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNjgwNy9wcm92aWRlcnMvbWljcm9zb2Z0LnN0b3JhZ2VzeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM1ODA5L3dvcmtmbG93cy81OTAzZjUxMC0wYzQ1LTRkOWEtYmEzMC00Yzc0N2QwOTEyOGEvb3BlcmF0aW9ucy8xMzc0MWY4NC1iZmJkLTQyZTEtYmMyNi1kYWNlODQ4N2Y4Njk/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6IjFmYTNhNjBjLTA2MTktNGQ4My1iNWIyLTg0MzIwNWMwNDUxOCIsIndvcmtmbG93SWQiOiIwMjlkNTgwZS00ZjRmLTQ3N2ItOTM1OS1jNGVlMjMwOWFhODQiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiNGEwNmU4ZGEtZWQ5ZC00OGNkLTg2YWYtODYxMGM4NjViZTRiIn0=?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvbG9jYXRpb25zL2NlbnRyYWx1c2V1YXAvb3BlcmF0aW9ucy9leUp3WVhKMGFYUnBiMjVKWkNJNklqRm1ZVE5oTmpCakxUQTJNVGt0TkdRNE15MWlOV0l5TFRnME16SXdOV013TkRVeE9DSXNJbmR2Y210bWJHOTNTV1FpT2lJd01qbGtOVGd3WlMwMFpqUm1MVFEzTjJJdE9UTTFPUzFqTkdWbE1qTXdPV0ZoT0RRaUxDSjNiM0pyWm14dmQwOXdaWEpoZEdsdmJrbGtJam9pTkdFd05tVTRaR0V0WldRNVpDMDBPR05rTFRnMllXWXRPRFl4TUdNNE5qVmlaVFJpSW4wPT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -2337,7 +1779,7 @@ "no-cache" ], "x-ms-request-id": [ - "de9e1560-fd80-4242-8987-6f3be40c5242" + "1f98a351-8f32-495e-867d-6bd4b9d9730d" ], "X-Content-Type-Options": [ "nosniff" @@ -2355,41 +1797,41 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11981" + "11993" ], "x-ms-correlation-request-id": [ - "e4c3a6b5-6af0-4022-9181-3a3b66b1c273" + "828b3d51-a04e-4f4d-bf46-c6e958d607d2" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T170151Z:e4c3a6b5-6af0-4022-9181-3a3b66b1c273" + "WESTUS:20200623T090533Z:828b3d51-a04e-4f4d-bf46-c6e958d607d2" ], "Date": [ - "Wed, 03 Jul 2019 17:01:50 GMT" + "Tue, 23 Jun 2020 09:05:33 GMT" ], "Content-Length": [ - "447" + "745" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps6807/providers/microsoft.storagesync/storageSyncServices/sssps5809/workflow/5903f510-0c45-4d9a-ba30-4c747d09128a/operationresults/13741f84-bfbd-42e1-bc26-dace8487f869\",\r\n \"name\": \"13741f84-bfbd-42e1-bc26-dace8487f869\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2019-07-03T17:01:40.8876932Z\",\r\n \"endTime\": \"2019-07-03T17:01:44.8566866Z\",\r\n \"percentComplete\": null,\r\n \"error\": null,\r\n \"properties\": {}\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6IjFmYTNhNjBjLTA2MTktNGQ4My1iNWIyLTg0MzIwNWMwNDUxOCIsIndvcmtmbG93SWQiOiIwMjlkNTgwZS00ZjRmLTQ3N2ItOTM1OS1jNGVlMjMwOWFhODQiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiNGEwNmU4ZGEtZWQ5ZC00OGNkLTg2YWYtODYxMGM4NjViZTRiIn0=\",\r\n \"name\": \"eyJwYXJ0aXRpb25JZCI6IjFmYTNhNjBjLTA2MTktNGQ4My1iNWIyLTg0MzIwNWMwNDUxOCIsIndvcmtmbG93SWQiOiIwMjlkNTgwZS00ZjRmLTQ3N2ItOTM1OS1jNGVlMjMwOWFhODQiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiNGEwNmU4ZGEtZWQ5ZC00OGNkLTg2YWYtODYxMGM4NjViZTRiIn0=\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2020-06-23T09:05:23.9846395Z\",\r\n \"endTime\": \"2020-06-23T09:05:29.7399189Z\",\r\n \"properties\": {}\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps6807/providers/microsoft.storagesync/storageSyncServices/sssps5809/workflows/5903f510-0c45-4d9a-ba30-4c747d09128a/operationresults/13741f84-bfbd-42e1-bc26-dace8487f869?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNjgwNy9wcm92aWRlcnMvbWljcm9zb2Z0LnN0b3JhZ2VzeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM1ODA5L3dvcmtmbG93cy81OTAzZjUxMC0wYzQ1LTRkOWEtYmEzMC00Yzc0N2QwOTEyOGEvb3BlcmF0aW9ucmVzdWx0cy8xMzc0MWY4NC1iZmJkLTQyZTEtYmMyNi1kYWNlODQ4N2Y4Njk/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6IjFmYTNhNjBjLTA2MTktNGQ4My1iNWIyLTg0MzIwNWMwNDUxOCIsIndvcmtmbG93SWQiOiIwMjlkNTgwZS00ZjRmLTQ3N2ItOTM1OS1jNGVlMjMwOWFhODQiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiNGEwNmU4ZGEtZWQ5ZC00OGNkLTg2YWYtODYxMGM4NjViZTRiIn0=?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvbG9jYXRpb25zL2NlbnRyYWx1c2V1YXAvb3BlcmF0aW9ucmVzdWx0cy9leUp3WVhKMGFYUnBiMjVKWkNJNklqRm1ZVE5oTmpCakxUQTJNVGt0TkdRNE15MWlOV0l5TFRnME16SXdOV013TkRVeE9DSXNJbmR2Y210bWJHOTNTV1FpT2lJd01qbGtOVGd3WlMwMFpqUm1MVFEzTjJJdE9UTTFPUzFqTkdWbE1qTXdPV0ZoT0RRaUxDSjNiM0pyWm14dmQwOXdaWEpoZEdsdmJrbGtJam9pTkdFd05tVTRaR0V0WldRNVpDMDBPR05rTFRnMllXWXRPRFl4TUdNNE5qVmlaVFJpSW4wPT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -2400,7 +1842,7 @@ "no-cache" ], "x-ms-request-id": [ - "2bd8f042-d055-4d85-9bc2-738df8954bbe" + "1e407c7f-eb96-4ec8-aa89-2d2e83a7e82b" ], "X-Content-Type-Options": [ "nosniff" @@ -2418,148 +1860,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11980" - ], - "x-ms-correlation-request-id": [ - "2ff67f09-2141-41a0-85ae-9cf302a1285c" - ], - "x-ms-routing-request-id": [ - "WESTUS:20190703T170151Z:2ff67f09-2141-41a0-85ae-9cf302a1285c" - ], - "Date": [ - "Wed, 03 Jul 2019 17:01:50 GMT" - ], - "Expires": [ - "-1" - ], - "Content-Length": [ - "0" - ] - }, - "ResponseBody": "", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps6807/providers/Microsoft.StorageSync/storageSyncServices/sssps5809/syncGroups/sgps9686?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNjgwNy9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM1ODA5L3N5bmNHcm91cHMvc2dwczk2ODY/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", - "RequestMethod": "DELETE", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "2bd91053-929b-4aa6-ab98-9955032650af" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.27617.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-request-id": [ - "858a37f8-11cd-4f53-bc33-c12d3ac18072" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Server": [ - "Microsoft-IIS/10.0" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET" - ], - "x-ms-ratelimit-remaining-subscription-deletes": [ - "14998" - ], - "x-ms-correlation-request-id": [ - "751e412a-e8fa-4250-a6ea-2abd7b8ae4de" - ], - "x-ms-routing-request-id": [ - "WESTUS:20190703T170151Z:751e412a-e8fa-4250-a6ea-2abd7b8ae4de" - ], - "Date": [ - "Wed, 03 Jul 2019 17:01:51 GMT" - ], - "Expires": [ - "-1" - ], - "Content-Length": [ - "0" - ] - }, - "ResponseBody": "", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps6807/providers/Microsoft.StorageSync/storageSyncServices/sssps5809?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNjgwNy9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM1ODA5P2FwaS12ZXJzaW9uPTIwMTktMDMtMDE=", - "RequestMethod": "DELETE", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "a6ba946b-a297-457e-b3db-cf11c1ef0265" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.27617.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-request-id": [ - "6d9f8640-b7f8-471a-ac8c-2db75cc23ad0" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Server": [ - "Microsoft-IIS/10.0" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET" - ], - "x-ms-ratelimit-remaining-subscription-deletes": [ - "14997" + "11992" ], "x-ms-correlation-request-id": [ - "8df550e6-1b4f-44ac-bc29-7e6f3ee5a29c" + "0c36250f-1ec9-4f8a-ae9c-9e6dcde6fadb" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T170152Z:8df550e6-1b4f-44ac-bc29-7e6f3ee5a29c" + "WESTUS:20200623T090533Z:0c36250f-1ec9-4f8a-ae9c-9e6dcde6fadb" ], "Date": [ - "Wed, 03 Jul 2019 17:01:51 GMT" + "Tue, 23 Jun 2020 09:05:33 GMT" ], "Expires": [ "-1" @@ -2572,22 +1882,22 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps6807/providers/Microsoft.Storage/storageAccounts/saps4343?api-version=2017-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNjgwNy9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2Uvc3RvcmFnZUFjY291bnRzL3NhcHM0MzQzP2FwaS12ZXJzaW9uPTIwMTctMTAtMDE=", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps7578/providers/Microsoft.Storage/storageAccounts/saps7985?api-version=2017-10-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzNzU3OC9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2Uvc3RvcmFnZUFjY291bnRzL3NhcHM3OTg1P2FwaS12ZXJzaW9uPTIwMTctMTAtMDE=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "12c838e3-dfbf-4758-9695-949e24a20360" + "5b44cb61-e03f-4e49-8680-2ebcb03e114b" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Storage.Version2017.10.01.StorageManagementClient/1.3.0" + "Microsoft.Azure.Management.Storage.Version2017.10.01.StorageManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -2598,7 +1908,7 @@ "no-cache" ], "x-ms-request-id": [ - "62faf674-8e6c-44fe-a690-4e7a4bd72f41" + "67e551bc-dd9c-4a54-b8c8-82c24799b2e5" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2607,19 +1917,19 @@ "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-deletes": [ - "14999" + "14996" ], "x-ms-correlation-request-id": [ - "7f0d6ae3-bfcd-4720-bf3d-ac5e52d0b944" + "3f385ae0-5fdf-40e9-9c87-dc2167125b96" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T170154Z:7f0d6ae3-bfcd-4720-bf3d-ac5e52d0b944" + "WESTUS:20200623T090534Z:3f385ae0-5fdf-40e9-9c87-dc2167125b96" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 17:01:54 GMT" + "Tue, 23 Jun 2020 09:05:34 GMT" ], "Content-Type": [ "text/plain; charset=utf-8" @@ -2635,22 +1945,22 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps6807/providers/Microsoft.StorageSync/storageSyncServices?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNjgwNy9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXM/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps7578/providers/Microsoft.StorageSync/storageSyncServices?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzNzU3OC9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXM/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "58fd3add-96e9-4ad8-989b-a98d4da2a021" + "a641d982-e047-4bb5-9d69-fe108401fcf2" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -2661,16 +1971,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11999" + "11991" ], "x-ms-request-id": [ - "c2e829d7-a0a5-4955-990f-88506f962012" + "89f645f0-3696-44fe-a649-2d2295a8ef85" ], "x-ms-correlation-request-id": [ - "c2e829d7-a0a5-4955-990f-88506f962012" + "89f645f0-3696-44fe-a649-2d2295a8ef85" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T170155Z:c2e829d7-a0a5-4955-990f-88506f962012" + "WESTUS:20200623T090535Z:89f645f0-3696-44fe-a649-2d2295a8ef85" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2679,7 +1989,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 17:01:54 GMT" + "Tue, 23 Jun 2020 09:05:34 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2695,22 +2005,22 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourcegroups/ps6807?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlZ3JvdXBzL3BzNjgwNz9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourcegroups/ps7578?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlZ3JvdXBzL3BzNzU3OD9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "39115541-35cd-4429-be4a-0aeb94c70d03" + "4d4264c8-1707-4b60-875b-6fe58fb632d8" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -2721,22 +2031,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzY4MDctV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzc1NzgtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-deletes": [ - "14999" + "14995" ], "x-ms-request-id": [ - "a549497f-9754-4b90-98e9-c6018d228ef2" + "90833c9d-9d5e-4d36-a0c6-f61ce9fa91dd" ], "x-ms-correlation-request-id": [ - "a549497f-9754-4b90-98e9-c6018d228ef2" + "90833c9d-9d5e-4d36-a0c6-f61ce9fa91dd" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T170155Z:a549497f-9754-4b90-98e9-c6018d228ef2" + "WESTUS:20200623T090535Z:90833c9d-9d5e-4d36-a0c6-f61ce9fa91dd" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2745,7 +2055,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 17:01:55 GMT" + "Tue, 23 Jun 2020 09:05:34 GMT" ], "Expires": [ "-1" @@ -2758,16 +2068,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzY4MDctV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpZNE1EY3RWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzc1NzgtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpjMU56Z3RWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -2778,22 +2088,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzY4MDctV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzc1NzgtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11999" + "11990" ], "x-ms-request-id": [ - "21aac006-7514-43d1-ad67-3572ce8feb0e" + "db2b9cac-2590-4d1a-bbe2-888acde7a03e" ], "x-ms-correlation-request-id": [ - "21aac006-7514-43d1-ad67-3572ce8feb0e" + "db2b9cac-2590-4d1a-bbe2-888acde7a03e" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T170210Z:21aac006-7514-43d1-ad67-3572ce8feb0e" + "WESTUS:20200623T090550Z:db2b9cac-2590-4d1a-bbe2-888acde7a03e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2802,7 +2112,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 17:02:10 GMT" + "Tue, 23 Jun 2020 09:05:49 GMT" ], "Expires": [ "-1" @@ -2815,16 +2125,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzY4MDctV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpZNE1EY3RWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzc1NzgtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpjMU56Z3RWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -2835,22 +2145,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzY4MDctV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzc1NzgtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11998" + "11989" ], "x-ms-request-id": [ - "ac371e2a-63dc-491b-a0c0-a12953067c05" + "9663bd9f-ac6e-45d2-aa71-0e0d6f06babf" ], "x-ms-correlation-request-id": [ - "ac371e2a-63dc-491b-a0c0-a12953067c05" + "9663bd9f-ac6e-45d2-aa71-0e0d6f06babf" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T170226Z:ac371e2a-63dc-491b-a0c0-a12953067c05" + "WESTUS:20200623T090605Z:9663bd9f-ac6e-45d2-aa71-0e0d6f06babf" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2859,7 +2169,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 17:02:25 GMT" + "Tue, 23 Jun 2020 09:06:04 GMT" ], "Expires": [ "-1" @@ -2872,16 +2182,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzY4MDctV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpZNE1EY3RWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzc1NzgtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpjMU56Z3RWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -2892,16 +2202,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11997" + "11988" ], "x-ms-request-id": [ - "437df262-c535-4d8b-b968-40c785df2edb" + "37834554-e440-4e8b-8832-5964eab4436f" ], "x-ms-correlation-request-id": [ - "437df262-c535-4d8b-b968-40c785df2edb" + "37834554-e440-4e8b-8832-5964eab4436f" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T170241Z:437df262-c535-4d8b-b968-40c785df2edb" + "WESTUS:20200623T090620Z:37834554-e440-4e8b-8832-5964eab4436f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2910,7 +2220,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 17:02:41 GMT" + "Tue, 23 Jun 2020 09:06:19 GMT" ], "Expires": [ "-1" @@ -2923,16 +2233,16 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzY4MDctV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpZNE1EY3RWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzc1NzgtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpjMU56Z3RWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -2943,16 +2253,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11996" + "11987" ], "x-ms-request-id": [ - "b7047e15-baa5-46ab-932d-a6cea2d22dc3" + "3a65cce9-4941-4563-bdc4-87c87fd06b67" ], "x-ms-correlation-request-id": [ - "b7047e15-baa5-46ab-932d-a6cea2d22dc3" + "3a65cce9-4941-4563-bdc4-87c87fd06b67" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T170241Z:b7047e15-baa5-46ab-932d-a6cea2d22dc3" + "WESTUS:20200623T090620Z:3a65cce9-4941-4563-bdc4-87c87fd06b67" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2961,7 +2271,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 17:02:41 GMT" + "Tue, 23 Jun 2020 09:06:19 GMT" ], "Expires": [ "-1" @@ -2976,19 +2286,19 @@ ], "Names": { "Test-GetCloudEndpointParentResourceId": [ - "ps6807", - "ps5809", - "ps9686", - "ps535", - "ps4343" + "ps7578", + "ps4426", + "ps1889", + "ps2659", + "ps7985" ], "TestGetCloudEndpointParentResourceId": [ - "db549d25-f1e4-4ac1-928c-062a1d84927a" + "6f7ca657-39db-4992-bf58-1e4c0a7ae320" ] }, "Variables": { - "SubscriptionId": "7b96cb02-4663-40f4-9a89-603d3849e46a", - "TenantId": "0483643a-cb2f-462a-bc27-1a270e5bdc0a", + "SubscriptionId": "1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b", + "TenantId": "6ad91d65-65ab-4e14-90f7-fe951035b7c9", "Domain": "" } } \ No newline at end of file diff --git a/src/StorageSync/StorageSync.Test/SessionRecords/StorageSyncTests.CloudEndpointTests/TestGetCloudEndpoints.json b/src/StorageSync/StorageSync.Test/SessionRecords/StorageSyncTests.CloudEndpointTests/TestGetCloudEndpoints.json index eda1154f6f4b..2315d3252afc 100644 --- a/src/StorageSync/StorageSync.Test/SessionRecords/StorageSyncTests.CloudEndpointTests/TestGetCloudEndpoints.json +++ b/src/StorageSync/StorageSync.Test/SessionRecords/StorageSyncTests.CloudEndpointTests/TestGetCloudEndpoints.json @@ -1,22 +1,22 @@ { "Entries": [ { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/providers/Microsoft.Resources?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVzb3VyY2VzP2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/Microsoft.Resources?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVzb3VyY2VzP2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "92f70845-0094-4c21-859a-1f8300deada8" + "77684030-3143-45e1-ac36-09612f3301c9" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -27,16 +27,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11998" + "11999" ], "x-ms-request-id": [ - "c8d49a78-7912-48e1-aa39-db016d423c85" + "0d147aa2-7e36-43ef-adcb-3aeed61cea42" ], "x-ms-correlation-request-id": [ - "c8d49a78-7912-48e1-aa39-db016d423c85" + "0d147aa2-7e36-43ef-adcb-3aeed61cea42" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T172138Z:c8d49a78-7912-48e1-aa39-db016d423c85" + "WESTUS:20200623T085832Z:0d147aa2-7e36-43ef-adcb-3aeed61cea42" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -45,7 +45,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 17:21:38 GMT" + "Tue, 23 Jun 2020 08:58:31 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -54,29 +54,29 @@ "-1" ], "Content-Length": [ - "8818" + "10899" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/providers/Microsoft.Resources\",\r\n \"namespace\": \"Microsoft.Resources\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"tenants\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operationresults\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"notifyResourceJobs\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"tags\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkPolicyCompliance\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"providers\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkresourcename\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resources\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/resources\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/providers\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/operationresults\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceGroups\",\r\n \"locations\": [\r\n \"Central US\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"West Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia Southeast\",\r\n \"Australia East\",\r\n \"West India\",\r\n \"South India\",\r\n \"Central India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/resourceGroups\",\r\n \"locations\": [\r\n \"Central US\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"West Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia Southeast\",\r\n \"Australia East\",\r\n \"West India\",\r\n \"South India\",\r\n \"Central India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/resourcegroups/resources\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/tagnames\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/tagNames/tagValues\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"deployments\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"deployments/operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"links\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-01-01\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/Microsoft.Resources\",\r\n \"namespace\": \"Microsoft.Resources\",\r\n \"authorization\": {\r\n \"applicationId\": \"3b990c8b-9607-4c2a-8b04-1d41985facca\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"tenants\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-01-01\",\r\n \"2019-09-01\",\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-09-01\",\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operationresults\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-09-01\",\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"notifyResourceJobs\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-09-01\",\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"tags\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-10-01\",\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\"\r\n ],\r\n \"capabilities\": \"SupportsExtension\"\r\n },\r\n {\r\n \"resourceType\": \"checkPolicyCompliance\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"providers\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkresourcename\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"calculateTemplateHash\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-09-01\",\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resources\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-09-01\",\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-10-01\",\r\n \"2019-09-01\",\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/resources\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-09-01\",\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/providers\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/operationresults\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceGroups\",\r\n \"locations\": [\r\n \"Central US\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"West Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia Southeast\",\r\n \"Australia East\",\r\n \"West India\",\r\n \"South India\",\r\n \"Central India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Australia Central\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/resourceGroups\",\r\n \"locations\": [\r\n \"Central US\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"West Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia Southeast\",\r\n \"Australia East\",\r\n \"West India\",\r\n \"South India\",\r\n \"Central India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Australia Central\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/resourcegroups/resources\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/tagnames\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/tagNames/tagValues\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"deployments\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-09-01\",\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"deployments/operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-09-01\",\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"links\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ],\r\n \"capabilities\": \"SupportsExtension\"\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-01-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"deploymentScripts\",\r\n \"locations\": [\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Australia East\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"Central US\",\r\n \"North Central US\",\r\n \"UK South\",\r\n \"Central India\",\r\n \"South India\",\r\n \"Japan East\",\r\n \"Korea Central\",\r\n \"North Europe\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West US 2\",\r\n \"West US\",\r\n \"South Central US\",\r\n \"Canada East\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-10-01-preview\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"deploymentScripts/logs\",\r\n \"locations\": [\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Australia East\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"Central US\",\r\n \"North Central US\",\r\n \"UK South\",\r\n \"Central India\",\r\n \"South India\",\r\n \"Japan East\",\r\n \"Korea Central\",\r\n \"North Europe\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West US 2\",\r\n \"West US\",\r\n \"South Central US\",\r\n \"Canada East\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/deploymentScriptOperationResults\",\r\n \"locations\": [\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Australia East\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"Central US\",\r\n \"North Central US\",\r\n \"UK South\",\r\n \"Central India\",\r\n \"South India\",\r\n \"Japan East\",\r\n \"Korea Central\",\r\n \"North Europe\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West US 2\",\r\n \"West US\",\r\n \"South Central US\",\r\n \"Canada East\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-10-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/providers/Microsoft.StorageSync?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZVN5bmM/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/Microsoft.StorageSync?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZVN5bmM/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "9a86f516-b4ed-45a6-9ddc-aecb87afcac3" + "c8cc3e32-ee02-4e2f-b713-13202dced47f" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -87,16 +87,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11997" + "11998" ], "x-ms-request-id": [ - "2bff9ced-bfe5-4836-92e1-ca5b30579395" + "324a46b1-d4ab-486f-9515-2dfea998da80" ], "x-ms-correlation-request-id": [ - "2bff9ced-bfe5-4836-92e1-ca5b30579395" + "324a46b1-d4ab-486f-9515-2dfea998da80" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T172139Z:2bff9ced-bfe5-4836-92e1-ca5b30579395" + "WESTUS:20200623T085832Z:324a46b1-d4ab-486f-9515-2dfea998da80" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -105,7 +105,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 17:21:39 GMT" + "Tue, 23 Jun 2020 08:58:32 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -114,10 +114,10 @@ "-1" ], "Content-Length": [ - "5239" + "7645" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/providers/Microsoft.StorageSync\",\r\n \"namespace\": \"Microsoft.StorageSync\",\r\n \"authorizations\": [\r\n {\r\n \"applicationId\": \"9469b9f5-6722-4481-a2b2-14ed560b706f\"\r\n }\r\n ],\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageSyncServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"Central US EUAP\",\r\n \"West US 2\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\",\r\n \"2018-01-01-preview\",\r\n \"2017-06-05-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"storageSyncServices/syncGroups\",\r\n \"locations\": [\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"Central US EUAP\",\r\n \"West US 2\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\",\r\n \"2018-01-01-preview\",\r\n \"2017-06-05-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageSyncServices/syncGroups/cloudEndpoints\",\r\n \"locations\": [\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"Central US EUAP\",\r\n \"West US 2\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\",\r\n \"2018-01-01-preview\",\r\n \"2017-06-05-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageSyncServices/syncGroups/serverEndpoints\",\r\n \"locations\": [\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"Central US EUAP\",\r\n \"West US 2\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\",\r\n \"2018-01-01-preview\",\r\n \"2017-06-05-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageSyncServices/registeredServers\",\r\n \"locations\": [\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"Central US EUAP\",\r\n \"West US 2\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\",\r\n \"2018-01-01-preview\",\r\n \"2017-06-05-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageSyncServices/workflows\",\r\n \"locations\": [\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"Central US EUAP\",\r\n \"West US 2\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\",\r\n \"2018-01-01-preview\",\r\n \"2017-06-05-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\",\r\n \"2018-01-01-preview\",\r\n \"2017-06-05-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/checkNameAvailability\",\r\n \"locations\": [\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/workflows\",\r\n \"locations\": [\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/Microsoft.StorageSync\",\r\n \"namespace\": \"Microsoft.StorageSync\",\r\n \"authorizations\": [\r\n {\r\n \"applicationId\": \"9469b9f5-6722-4481-a2b2-14ed560b706f\",\r\n \"roleDefinitionId\": \"4cd49d82-1f4d-43fc-af0c-1c1203668e5a\"\r\n }\r\n ],\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageSyncServices\",\r\n \"locations\": [\r\n \"West Central US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"West US 2\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"UAE North\",\r\n \"UAE Central\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2019-10-01\",\r\n \"2019-06-01\",\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\",\r\n \"2018-01-01-preview\",\r\n \"2017-06-05-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"storageSyncServices/syncGroups\",\r\n \"locations\": [\r\n \"West Central US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"West US 2\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"UAE North\",\r\n \"UAE Central\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2019-10-01\",\r\n \"2019-06-01\",\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\",\r\n \"2018-01-01-preview\",\r\n \"2017-06-05-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageSyncServices/syncGroups/cloudEndpoints\",\r\n \"locations\": [\r\n \"West Central US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"West US 2\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"UAE North\",\r\n \"UAE Central\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2019-10-01\",\r\n \"2019-06-01\",\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\",\r\n \"2018-01-01-preview\",\r\n \"2017-06-05-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageSyncServices/syncGroups/serverEndpoints\",\r\n \"locations\": [\r\n \"West Central US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"West US 2\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"UAE North\",\r\n \"UAE Central\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2019-10-01\",\r\n \"2019-06-01\",\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\",\r\n \"2018-01-01-preview\",\r\n \"2017-06-05-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageSyncServices/registeredServers\",\r\n \"locations\": [\r\n \"West Central US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"West US 2\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"UAE North\",\r\n \"UAE Central\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2019-10-01\",\r\n \"2019-06-01\",\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\",\r\n \"2018-01-01-preview\",\r\n \"2017-06-05-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageSyncServices/workflows\",\r\n \"locations\": [\r\n \"West Central US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"West US 2\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"UAE North\",\r\n \"UAE Central\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2019-10-01\",\r\n \"2019-06-01\",\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\",\r\n \"2018-01-01-preview\",\r\n \"2017-06-05-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2019-10-01\",\r\n \"2019-06-01\",\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\",\r\n \"2018-01-01-preview\",\r\n \"2017-06-05-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2019-10-01\",\r\n \"2019-06-01\",\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/checkNameAvailability\",\r\n \"locations\": [\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"UAE North\",\r\n \"UAE Central\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2019-10-01\",\r\n \"2019-06-01\",\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/workflows\",\r\n \"locations\": [\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"UAE North\",\r\n \"UAE Central\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2019-10-01\",\r\n \"2019-06-01\",\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operations\",\r\n \"locations\": [\r\n \"West Central US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"West US 2\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"UAE North\",\r\n \"UAE Central\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operationResults\",\r\n \"locations\": [\r\n \"West Central US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"West US 2\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"UAE North\",\r\n \"UAE Central\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "StatusCode": 200 }, { @@ -127,16 +127,16 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "a84e86be-902f-4600-8ff5-cc5be07fdb77" + "76bf025e-fcb3-4a5b-8318-8365b08a059e" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Internal.Subscriptions.SubscriptionClient/1.3.0" + "Microsoft.Azure.Internal.Subscriptions.SubscriptionClient/1.3.16" ] }, "ResponseHeaders": { @@ -150,13 +150,13 @@ "11999" ], "x-ms-request-id": [ - "6022719d-9ce6-4974-b79e-6d8cf8bf967d" + "b4c13b52-32ce-4b0b-a70a-6525cf7b1b68" ], "x-ms-correlation-request-id": [ - "6022719d-9ce6-4974-b79e-6d8cf8bf967d" + "b4c13b52-32ce-4b0b-a70a-6525cf7b1b68" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T172139Z:6022719d-9ce6-4974-b79e-6d8cf8bf967d" + "WESTUS:20200623T085832Z:b4c13b52-32ce-4b0b-a70a-6525cf7b1b68" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -165,7 +165,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 17:21:39 GMT" + "Tue, 23 Jun 2020 08:58:32 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -177,26 +177,26 @@ "116" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/tenants/0483643a-cb2f-462a-bc27-1a270e5bdc0a\",\r\n \"tenantId\": \"0483643a-cb2f-462a-bc27-1a270e5bdc0a\"\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/tenants/6ad91d65-65ab-4e14-90f7-fe951035b7c9\",\r\n \"tenantId\": \"6ad91d65-65ab-4e14-90f7-fe951035b7c9\"\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourcegroups/ps4331?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlZ3JvdXBzL3BzNDMzMT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourcegroups/ps1498?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlZ3JvdXBzL3BzMTQ5OD9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "2373c3f2-0c59-4a09-a6fe-3a8e53e6cef9" + "85d323cc-3683-44b9-b489-97cc19d842a7" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ], "Content-Type": [ "application/json; charset=utf-8" @@ -216,13 +216,13 @@ "1199" ], "x-ms-request-id": [ - "e394cada-54db-4c65-8369-e54e50c77bfa" + "c84693d3-6168-4d09-8a7a-d7782dd02be4" ], "x-ms-correlation-request-id": [ - "e394cada-54db-4c65-8369-e54e50c77bfa" + "c84693d3-6168-4d09-8a7a-d7782dd02be4" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T172140Z:e394cada-54db-4c65-8369-e54e50c77bfa" + "WESTUS:20200623T085832Z:c84693d3-6168-4d09-8a7a-d7782dd02be4" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -231,7 +231,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 17:21:40 GMT" + "Tue, 23 Jun 2020 08:58:32 GMT" ], "Content-Length": [ "165" @@ -243,26 +243,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps4331\",\r\n \"name\": \"ps4331\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps1498\",\r\n \"name\": \"ps1498\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/providers/Microsoft.StorageSync/locations/CentralUSEUAP/checkNameAvailability?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZVN5bmMvbG9jYXRpb25zL0NlbnRyYWxVU0VVQVAvY2hlY2tOYW1lQXZhaWxhYmlsaXR5P2FwaS12ZXJzaW9uPTIwMTktMDMtMDE=", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/Microsoft.StorageSync/locations/CentralUSEUAP/checkNameAvailability?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZVN5bmMvbG9jYXRpb25zL0NlbnRyYWxVU0VVQVAvY2hlY2tOYW1lQXZhaWxhYmlsaXR5P2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", "RequestMethod": "POST", - "RequestBody": "{\r\n \"name\": \"sssps8467\",\r\n \"type\": \"Microsoft.StorageSync/storageSyncServices\"\r\n}", + "RequestBody": "{\r\n \"name\": \"sssps5814\",\r\n \"type\": \"Microsoft.StorageSync/storageSyncServices\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "95ed69fa-9424-4eb0-8305-7935e0e53e89" + "60d5df08-f3db-4310-8f9d-1d3c9e6dbf82" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -279,7 +279,7 @@ "no-cache" ], "x-ms-request-id": [ - "4d7262c0-f1c0-4a40-940d-2fe1a90983ef" + "a7d53965-8a7c-497c-9b50-8bacbfd3a2fb" ], "X-Content-Type-Options": [ "nosniff" @@ -300,50 +300,50 @@ "1199" ], "x-ms-correlation-request-id": [ - "6ed2814e-48f9-41e4-89d6-ce2858b6cdd3" + "515079d1-55fe-40cd-8b82-92590c567e86" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T172142Z:6ed2814e-48f9-41e4-89d6-ce2858b6cdd3" + "WESTUS:20200623T085833Z:515079d1-55fe-40cd-8b82-92590c567e86" ], "Date": [ - "Wed, 03 Jul 2019 17:21:41 GMT" + "Tue, 23 Jun 2020 08:58:33 GMT" ], "Content-Length": [ - "51" + "29" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"nameAvailable\": true,\r\n \"reason\": null,\r\n \"message\": null\r\n}", + "ResponseBody": "{\r\n \"nameAvailable\": true\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps4331/providers/Microsoft.StorageSync/storageSyncServices/sssps8467?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNDMzMS9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM4NDY3P2FwaS12ZXJzaW9uPTIwMTktMDMtMDE=", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps1498/providers/Microsoft.StorageSync/storageSyncServices/sssps5814?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzMTQ5OC9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM1ODE0P2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"location\": \"Central US EUAP\",\r\n \"tags\": {}\r\n}", + "RequestBody": "{\r\n \"location\": \"Central US EUAP\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"incomingTrafficPolicy\": \"AllowAllTraffic\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "71e8e983-50f3-4635-abe8-52c3a76fd6d8" + "315c5b66-bb64-4170-b22d-e63f296a83ac" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "52" + "125" ] }, "ResponseHeaders": { @@ -353,8 +353,17 @@ "Pragma": [ "no-cache" ], + "Location": [ + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6IjRiNjRjOGJmLWEwZWMtNDZjNS1hYWYwLTAyMDQzNzA2YjM0MCIsIndvcmtmbG93SWQiOiJmMWE4YjU5My01ZDc2LTRlNmMtODZiNi05OWQyMTQxZDJmOTMiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiMmNmM2UwNDUtMjViMy00YWI3LTk0ODktNjk2MjFiZjVjMzZiIn0=?api-version=2020-03-01" + ], + "Retry-After": [ + "10" + ], + "Azure-AsyncOperation": [ + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6IjRiNjRjOGJmLWEwZWMtNDZjNS1hYWYwLTAyMDQzNzA2YjM0MCIsIndvcmtmbG93SWQiOiJmMWE4YjU5My01ZDc2LTRlNmMtODZiNi05OWQyMTQxZDJmOTMiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiMmNmM2UwNDUtMjViMy00YWI3LTk0ODktNjk2MjFiZjVjMzZiIn0=?api-version=2020-03-01" + ], "x-ms-request-id": [ - "d047f249-b345-4045-820e-22605337daef" + "8379dfcb-6410-4c28-af02-0cb7fb4659c5" ], "X-Content-Type-Options": [ "nosniff" @@ -375,44 +384,167 @@ "1199" ], "x-ms-correlation-request-id": [ - "24a96a23-c1b2-4fad-85a8-bcc20a2e7497" + "3dea337e-7bea-41f8-be6f-b9786d55b56d" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200623T085834Z:3dea337e-7bea-41f8-be6f-b9786d55b56d" + ], + "Date": [ + "Tue, 23 Jun 2020 08:58:33 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6IjRiNjRjOGJmLWEwZWMtNDZjNS1hYWYwLTAyMDQzNzA2YjM0MCIsIndvcmtmbG93SWQiOiJmMWE4YjU5My01ZDc2LTRlNmMtODZiNi05OWQyMTQxZDJmOTMiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiMmNmM2UwNDUtMjViMy00YWI3LTk0ODktNjk2MjFiZjVjMzZiIn0=?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvbG9jYXRpb25zL2NlbnRyYWx1c2V1YXAvb3BlcmF0aW9ucy9leUp3WVhKMGFYUnBiMjVKWkNJNklqUmlOalJqT0dKbUxXRXdaV010TkRaak5TMWhZV1l3TFRBeU1EUXpOekEyWWpNME1DSXNJbmR2Y210bWJHOTNTV1FpT2lKbU1XRTRZalU1TXkwMVpEYzJMVFJsTm1NdE9EWmlOaTA1T1dReU1UUXhaREptT1RNaUxDSjNiM0pyWm14dmQwOXdaWEpoZEdsdmJrbGtJam9pTW1ObU0yVXdORFV0TWpWaU15MDBZV0kzTFRrME9Ea3ROamsyTWpGaVpqVmpNelppSW4wPT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-request-id": [ + "2cb4d80e-fcb4-4b3e-9721-d162ebb0a785" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-IIS/10.0" + ], + "X-AspNet-Version": [ + "4.0.30319" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11997" + ], + "x-ms-correlation-request-id": [ + "9d9d31f0-9f1d-4982-adcd-f688f4106583" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T172142Z:24a96a23-c1b2-4fad-85a8-bcc20a2e7497" + "WESTUS:20200623T085844Z:9d9d31f0-9f1d-4982-adcd-f688f4106583" ], "Date": [ - "Wed, 03 Jul 2019 17:21:41 GMT" + "Tue, 23 Jun 2020 08:58:43 GMT" ], "Content-Length": [ - "329" + "744" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"storageSyncServiceStatus\": null,\r\n \"storageSyncServiceUid\": null\r\n },\r\n \"location\": \"Central US EUAP\",\r\n \"tags\": {},\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps4331/providers/microsoft.storagesync/storageSyncServices/sssps8467\",\r\n \"name\": \"sssps8467\",\r\n \"type\": \"microsoft.storagesync/storageSyncServices\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6IjRiNjRjOGJmLWEwZWMtNDZjNS1hYWYwLTAyMDQzNzA2YjM0MCIsIndvcmtmbG93SWQiOiJmMWE4YjU5My01ZDc2LTRlNmMtODZiNi05OWQyMTQxZDJmOTMiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiMmNmM2UwNDUtMjViMy00YWI3LTk0ODktNjk2MjFiZjVjMzZiIn0=\",\r\n \"name\": \"eyJwYXJ0aXRpb25JZCI6IjRiNjRjOGJmLWEwZWMtNDZjNS1hYWYwLTAyMDQzNzA2YjM0MCIsIndvcmtmbG93SWQiOiJmMWE4YjU5My01ZDc2LTRlNmMtODZiNi05OWQyMTQxZDJmOTMiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiMmNmM2UwNDUtMjViMy00YWI3LTk0ODktNjk2MjFiZjVjMzZiIn0=\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2020-06-23T08:58:34.779155Z\",\r\n \"endTime\": \"2020-06-23T08:58:41.5293301Z\",\r\n \"properties\": {}\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps4331/providers/Microsoft.StorageSync/storageSyncServices/sssps8467/syncGroups/sgps6538?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNDMzMS9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM4NDY3L3N5bmNHcm91cHMvc2dwczY1Mzg/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps1498/providers/Microsoft.StorageSync/storageSyncServices/sssps5814?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzMTQ5OC9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM1ODE0P2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-request-id": [ + "eb1a3931-a0eb-43fa-a0fc-c08c45b9dfce" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-IIS/10.0" + ], + "X-AspNet-Version": [ + "4.0.30319" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11996" + ], + "x-ms-correlation-request-id": [ + "ba0e3799-396e-4978-9b9a-58e19e483544" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200623T085845Z:ba0e3799-396e-4978-9b9a-58e19e483544" + ], + "Date": [ + "Tue, 23 Jun 2020 08:58:44 GMT" + ], + "Content-Length": [ + "633" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"properties\": {\r\n \"storageSyncServiceStatus\": 0,\r\n \"incomingTrafficPolicy\": \"AllowAllTraffic\",\r\n \"privateEndpointConnections\": [],\r\n \"provisioningState\": \"Succeeded\",\r\n \"lastWorkflowId\": \"storageSyncServices/sssps5814/workflows/f1a8b593-5d76-4e6c-86b6-99d2141d2f93\",\r\n \"lastOperationName\": \"ICreateStorageSyncServiceWorkflow\"\r\n },\r\n \"location\": \"Central US EUAP\",\r\n \"tags\": {},\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps1498/providers/microsoft.storagesync/storageSyncServices/sssps5814\",\r\n \"name\": \"sssps5814\",\r\n \"type\": \"microsoft.storagesync/storageSyncServices\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps1498/providers/Microsoft.StorageSync/storageSyncServices/sssps5814/syncGroups/sgps4938?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzMTQ5OC9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM1ODE0L3N5bmNHcm91cHMvc2dwczQ5Mzg/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", "RequestMethod": "PUT", "RequestBody": "{\r\n \"properties\": {}\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "e8e7da79-8187-447a-9888-ec581226383a" + "036955b6-e9f1-425d-8086-59072b45d56b" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -429,7 +561,7 @@ "no-cache" ], "x-ms-request-id": [ - "de3ca446-51d9-4c94-9305-ba8a06abf8b0" + "e92b729e-6ea6-412f-864d-b85490df4afe" ], "X-Content-Type-Options": [ "nosniff" @@ -450,50 +582,50 @@ "1198" ], "x-ms-correlation-request-id": [ - "2a5408b7-eb83-489c-a361-9e930c088e06" + "41b80ac7-422b-419a-8cea-5588177f3021" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T172143Z:2a5408b7-eb83-489c-a361-9e930c088e06" + "WESTUS:20200623T085845Z:41b80ac7-422b-419a-8cea-5588177f3021" ], "Date": [ - "Wed, 03 Jul 2019 17:21:42 GMT" + "Tue, 23 Jun 2020 08:58:44 GMT" ], "Content-Length": [ - "331" + "371" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"syncGroupStatus\": \"0\",\r\n \"uniqueId\": \"00ed2284-511d-42db-bf01-bb24cf0ab088\"\r\n },\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps4331/providers/microsoft.storagesync/storageSyncServices/sssps8467/syncGroups/sgps6538\",\r\n \"name\": \"sgps6538\",\r\n \"type\": \"microsoft.storagesync/storageSyncServices/syncGroups\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"syncGroupStatus\": \"0\",\r\n \"uniqueId\": \"ca5c866d-f242-41e4-a77a-78798e79b122\"\r\n },\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps1498/providers/microsoft.storagesync/storageSyncServices/sssps5814/syncGroups/sgps4938\",\r\n \"name\": \"sgps4938\",\r\n \"type\": \"microsoft.storagesync/storageSyncServices/syncGroups\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps4331/providers/Microsoft.Storage/storageAccounts/saps943?api-version=2017-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNDMzMS9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2Uvc3RvcmFnZUFjY291bnRzL3NhcHM5NDM/YXBpLXZlcnNpb249MjAxNy0xMC0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps1498/providers/Microsoft.Storage/storageAccounts/saps8837?api-version=2017-10-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzMTQ5OC9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2Uvc3RvcmFnZUFjY291bnRzL3NhcHM4ODM3P2FwaS12ZXJzaW9uPTIwMTctMTAtMDE=", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"location\": \"Central US EUAP\"\r\n}", + "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\"\r\n },\r\n \"kind\": \"StorageV2\",\r\n \"location\": \"Central US EUAP\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "809548c0-c17b-4733-bf74-7cbbd81dd3c2" + "eba57aa0-76dc-4540-9d34-4c46533bbccb" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Storage.Version2017.10.01.StorageManagementClient/1.3.0" + "Microsoft.Azure.Management.Storage.Version2017.10.01.StorageManagementClient/1.3.16" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "105" + "107" ] }, "ResponseHeaders": { @@ -504,13 +636,13 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/providers/Microsoft.Storage/locations/centraluseuap/asyncoperations/1befad17-6a50-487a-b669-4f2acbfd65d3?monitor=true&api-version=2017-10-01" + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/Microsoft.Storage/locations/centraluseuap/asyncoperations/85852571-7b5b-49bb-a7ff-bdd9805f7cfb?monitor=true&api-version=2017-10-01" ], "Retry-After": [ "17" ], "x-ms-request-id": [ - "1befad17-6a50-487a-b669-4f2acbfd65d3" + "85852571-7b5b-49bb-a7ff-bdd9805f7cfb" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -522,16 +654,16 @@ "1199" ], "x-ms-correlation-request-id": [ - "60c01fed-83b9-4326-b377-1e4fa30053eb" + "cd7c0ccf-e15f-43dc-95ff-c7b8250e3c3e" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T172144Z:60c01fed-83b9-4326-b377-1e4fa30053eb" + "WESTUS:20200623T085846Z:cd7c0ccf-e15f-43dc-95ff-c7b8250e3c3e" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 17:21:44 GMT" + "Tue, 23 Jun 2020 08:58:46 GMT" ], "Content-Type": [ "text/plain; charset=utf-8" @@ -547,16 +679,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/providers/Microsoft.Storage/locations/centraluseuap/asyncoperations/1befad17-6a50-487a-b669-4f2acbfd65d3?monitor=true&api-version=2017-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9sb2NhdGlvbnMvY2VudHJhbHVzZXVhcC9hc3luY29wZXJhdGlvbnMvMWJlZmFkMTctNmE1MC00ODdhLWI2NjktNGYyYWNiZmQ2NWQzP21vbml0b3I9dHJ1ZSZhcGktdmVyc2lvbj0yMDE3LTEwLTAx", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/Microsoft.Storage/locations/centraluseuap/asyncoperations/85852571-7b5b-49bb-a7ff-bdd9805f7cfb?monitor=true&api-version=2017-10-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9sb2NhdGlvbnMvY2VudHJhbHVzZXVhcC9hc3luY29wZXJhdGlvbnMvODU4NTI1NzEtN2I1Yi00OWJiLWE3ZmYtYmRkOTgwNWY3Y2ZiP21vbml0b3I9dHJ1ZSZhcGktdmVyc2lvbj0yMDE3LTEwLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Storage.Version2017.10.01.StorageManagementClient/1.3.0" + "Microsoft.Azure.Management.Storage.Version2017.10.01.StorageManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -567,7 +699,7 @@ "no-cache" ], "x-ms-request-id": [ - "a5ae626d-112a-4318-a866-b4b66330d002" + "83582335-b149-49fb-803d-4b5bf940bd28" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -576,22 +708,22 @@ "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11999" + "11998" ], "x-ms-correlation-request-id": [ - "dd09f3d0-69e0-409f-b2f8-b06aa17a9e2b" + "8de68fec-1577-4b2c-90ba-bc01d44fa68e" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T172201Z:dd09f3d0-69e0-409f-b2f8-b06aa17a9e2b" + "WESTUS:20200623T085903Z:8de68fec-1577-4b2c-90ba-bc01d44fa68e" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 17:22:01 GMT" + "Tue, 23 Jun 2020 08:59:03 GMT" ], "Content-Length": [ - "1012" + "1039" ], "Content-Type": [ "application/json" @@ -600,26 +732,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps4331/providers/Microsoft.Storage/storageAccounts/saps943\",\r\n \"name\": \"saps943\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"centraluseuap\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"virtualNetworkRules\": [],\r\n \"ipRules\": [],\r\n \"defaultAction\": \"Allow\"\r\n },\r\n \"supportsHttpsTrafficOnly\": false,\r\n \"encryption\": {\r\n \"services\": {\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2019-07-03T17:21:44.3286025Z\"\r\n },\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2019-07-03T17:21:44.3286025Z\"\r\n }\r\n },\r\n \"keySource\": \"Microsoft.Storage\"\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2019-07-03T17:21:44.266133Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://saps943.blob.core.windows.net/\",\r\n \"queue\": \"https://saps943.queue.core.windows.net/\",\r\n \"table\": \"https://saps943.table.core.windows.net/\",\r\n \"file\": \"https://saps943.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"centraluseuap\",\r\n \"statusOfPrimary\": \"available\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"StorageV2\",\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps1498/providers/Microsoft.Storage/storageAccounts/saps8837\",\r\n \"name\": \"saps8837\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"centraluseuap\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"virtualNetworkRules\": [],\r\n \"ipRules\": [],\r\n \"defaultAction\": \"Allow\"\r\n },\r\n \"supportsHttpsTrafficOnly\": false,\r\n \"encryption\": {\r\n \"services\": {\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2020-06-23T08:58:45.9647655Z\"\r\n },\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2020-06-23T08:58:45.9647655Z\"\r\n }\r\n },\r\n \"keySource\": \"Microsoft.Storage\"\r\n },\r\n \"accessTier\": \"Hot\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2020-06-23T08:58:45.9022779Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://saps8837.blob.core.windows.net/\",\r\n \"queue\": \"https://saps8837.queue.core.windows.net/\",\r\n \"table\": \"https://saps8837.table.core.windows.net/\",\r\n \"file\": \"https://saps8837.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"centraluseuap\",\r\n \"statusOfPrimary\": \"available\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps4331/providers/Microsoft.Storage/storageAccounts/saps943?api-version=2017-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNDMzMS9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2Uvc3RvcmFnZUFjY291bnRzL3NhcHM5NDM/YXBpLXZlcnNpb249MjAxNy0xMC0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps1498/providers/Microsoft.Storage/storageAccounts/saps8837?api-version=2017-10-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzMTQ5OC9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2Uvc3RvcmFnZUFjY291bnRzL3NhcHM4ODM3P2FwaS12ZXJzaW9uPTIwMTctMTAtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "1fb6fc20-d06d-4d34-8712-a8be014d1609" + "26c9c3bb-5969-48bb-ba42-0cbc6b7024b8" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Storage.Version2017.10.01.StorageManagementClient/1.3.0" + "Microsoft.Azure.Management.Storage.Version2017.10.01.StorageManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -630,7 +762,7 @@ "no-cache" ], "x-ms-request-id": [ - "44527ee9-a157-4598-a388-b5f63e057a48" + "a77ac51c-d3a3-41af-90c2-29006b7c453b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -639,22 +771,22 @@ "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11998" + "11997" ], "x-ms-correlation-request-id": [ - "9aa5127d-23a7-408d-b97b-fa6f1e2e1651" + "e176cb58-478f-4623-b3f3-b90f5910095e" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T172202Z:9aa5127d-23a7-408d-b97b-fa6f1e2e1651" + "WESTUS:20200623T085903Z:e176cb58-478f-4623-b3f3-b90f5910095e" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 17:22:01 GMT" + "Tue, 23 Jun 2020 08:59:03 GMT" ], "Content-Length": [ - "1012" + "1039" ], "Content-Type": [ "application/json" @@ -663,26 +795,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps4331/providers/Microsoft.Storage/storageAccounts/saps943\",\r\n \"name\": \"saps943\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"centraluseuap\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"virtualNetworkRules\": [],\r\n \"ipRules\": [],\r\n \"defaultAction\": \"Allow\"\r\n },\r\n \"supportsHttpsTrafficOnly\": false,\r\n \"encryption\": {\r\n \"services\": {\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2019-07-03T17:21:44.3286025Z\"\r\n },\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2019-07-03T17:21:44.3286025Z\"\r\n }\r\n },\r\n \"keySource\": \"Microsoft.Storage\"\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2019-07-03T17:21:44.266133Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://saps943.blob.core.windows.net/\",\r\n \"queue\": \"https://saps943.queue.core.windows.net/\",\r\n \"table\": \"https://saps943.table.core.windows.net/\",\r\n \"file\": \"https://saps943.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"centraluseuap\",\r\n \"statusOfPrimary\": \"available\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"StorageV2\",\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps1498/providers/Microsoft.Storage/storageAccounts/saps8837\",\r\n \"name\": \"saps8837\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"centraluseuap\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"virtualNetworkRules\": [],\r\n \"ipRules\": [],\r\n \"defaultAction\": \"Allow\"\r\n },\r\n \"supportsHttpsTrafficOnly\": false,\r\n \"encryption\": {\r\n \"services\": {\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2020-06-23T08:58:45.9647655Z\"\r\n },\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2020-06-23T08:58:45.9647655Z\"\r\n }\r\n },\r\n \"keySource\": \"Microsoft.Storage\"\r\n },\r\n \"accessTier\": \"Hot\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2020-06-23T08:58:45.9022779Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://saps8837.blob.core.windows.net/\",\r\n \"queue\": \"https://saps8837.queue.core.windows.net/\",\r\n \"table\": \"https://saps8837.table.core.windows.net/\",\r\n \"file\": \"https://saps8837.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"centraluseuap\",\r\n \"statusOfPrimary\": \"available\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps4331/providers/Microsoft.Storage/storageAccounts/saps943/listKeys?api-version=2017-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNDMzMS9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2Uvc3RvcmFnZUFjY291bnRzL3NhcHM5NDMvbGlzdEtleXM/YXBpLXZlcnNpb249MjAxNy0xMC0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps1498/providers/Microsoft.Storage/storageAccounts/saps8837/listKeys?api-version=2017-10-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzMTQ5OC9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2Uvc3RvcmFnZUFjY291bnRzL3NhcHM4ODM3L2xpc3RLZXlzP2FwaS12ZXJzaW9uPTIwMTctMTAtMDE=", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "24aeb738-d67a-4b4e-ad9e-a12a7265a0dd" + "be7a09b8-1c12-4215-8382-5023bb2587e1" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Storage.Version2017.10.01.StorageManagementClient/1.3.0" + "Microsoft.Azure.Management.Storage.Version2017.10.01.StorageManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -693,7 +825,7 @@ "no-cache" ], "x-ms-request-id": [ - "ff159566-f403-43af-bc89-5e81c0c40694" + "7af8c480-1a7d-4a0d-89ea-1393fe094572" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -701,20 +833,20 @@ "Server": [ "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-writes": [ - "1199" + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "11999" ], "x-ms-correlation-request-id": [ - "ac7be1a0-e1d6-4153-a8e2-be23336c2e4b" + "7b5c99ab-d3b5-4708-8d93-3e924adaeba3" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T172202Z:ac7be1a0-e1d6-4153-a8e2-be23336c2e4b" + "WESTUS:20200623T085903Z:7b5c99ab-d3b5-4708-8d93-3e924adaeba3" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 17:22:01 GMT" + "Tue, 23 Jun 2020 08:59:03 GMT" ], "Content-Length": [ "288" @@ -726,26 +858,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"keys\": [\r\n {\r\n \"keyName\": \"key1\",\r\n \"value\": \"isRZp7PmZkVM53nEv1/XIQ4zbEm/PsCtF9D9TQHkP6debrFko2vN92eqqkonfSU2p4YEZXVoz+X88se86IxloQ==\",\r\n \"permissions\": \"FULL\"\r\n },\r\n {\r\n \"keyName\": \"key2\",\r\n \"value\": \"gJlpBqb50TNk0RNYbZvEB8wYdXvRgSJmbgTaW+krM8EJsaPCQP4UeDLbgNtj/AP0L6ujqJ6ARxGTVopmG+ZtMg==\",\r\n \"permissions\": \"FULL\"\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"keys\": [\r\n {\r\n \"keyName\": \"key1\",\r\n \"value\": \"Vf8mQl5V90xxYTwUcynas+OlgMNGWuhz9ohs1L9KWomlmEgeWgx0t8kjgVpgO4mZhg3XR7jCRlAR2BA077pmug==\",\r\n \"permissions\": \"FULL\"\r\n },\r\n {\r\n \"keyName\": \"key2\",\r\n \"value\": \"OlARrJiUaIYOwhKkTiJ9T2btpzpTN5A1CdkXtFcTv+wjVUXPqBfQvn8dVzHvRoGte+0LjE8rwVRbN8BEJIJIKA==\",\r\n \"permissions\": \"FULL\"\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/0483643a-cb2f-462a-bc27-1a270e5bdc0a/servicePrincipalsByAppId/9469b9f5-6722-4481-a2b2-14ed560b706f/objectId?api-version=1.6", - "EncodedRequestUri": "LzA0ODM2NDNhLWNiMmYtNDYyYS1iYzI3LTFhMjcwZTViZGMwYS9zZXJ2aWNlUHJpbmNpcGFsc0J5QXBwSWQvOTQ2OWI5ZjUtNjcyMi00NDgxLWEyYjItMTRlZDU2MGI3MDZmL29iamVjdElkP2FwaS12ZXJzaW9uPTEuNg==", + "RequestUri": "/6ad91d65-65ab-4e14-90f7-fe951035b7c9/servicePrincipalsByAppId/9469b9f5-6722-4481-a2b2-14ed560b706f/objectId?api-version=1.6", + "EncodedRequestUri": "LzZhZDkxZDY1LTY1YWItNGUxNC05MGY3LWZlOTUxMDM1YjdjOS9zZXJ2aWNlUHJpbmNpcGFsc0J5QXBwSWQvOTQ2OWI5ZjUtNjcyMi00NDgxLWEyYjItMTRlZDU2MGI3MDZmL29iamVjdElkP2FwaS12ZXJzaW9uPTEuNg==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "bb46bcb5-9d6f-4a9b-a46c-d3d88168e4b9" + "3640958d-da1f-446c-8615-669236735e56" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Graph.RBAC.Version1.6.20190326.GraphRbacManagementClient/1.3.0" + "Microsoft.Azure.Graph.RBAC.Version1.6.20190326.GraphRbacManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -756,19 +888,22 @@ "no-cache" ], "ocp-aad-diagnostics-server-name": [ - "Fo1QicrIhHj2KR1ZzWvNa2KLRHgOjpt7/hmcNDActAs=" + "gVYeWZfSX9mkzriipUjAD9i6IZAJ5eI2PiGNN2hB0oU=" ], "request-id": [ - "cdf037dd-a839-44f5-9eb9-0792014368bb" + "0c925c88-6378-42be-9c78-bb06e41c662b" ], "client-request-id": [ - "bb46bcb5-9d6f-4a9b-a46c-d3d88168e4b9" + "3640958d-da1f-446c-8615-669236735e56" ], "x-ms-dirapi-data-contract-version": [ "1.6" ], "ocp-aad-session-key": [ - "Yvm7B4vFb_hHVjexkNHmiqeNl8S5npSJmgi07xuFnKBro3Ig5OkmzzCkORIqfPwl-C99jtj3RDYI2Ef2HmEKoE7TZtoweoJfrHKyieMAGzkQ3ZxmMT3Ne4kxgt_Pw8Ii.938p7ifHze6amyFwwWgJRVbmJHaoliGO2uPQJQFou-Y" + "hpO_lXqBtMelv60VtRlUNatY0T0T-vQiy17xTTlY6B83jXYHM3p6uviSb03YIj_8iEMPaS1SysvlHPYz7FEw-K604latTup2KNaM7X_K2EDDxct6IsSE3tjlGkNdhBsV.gW8w4bK5P3AYgfld-reOEa9Cve2-zsK22ng7nwCvDww" + ], + "x-aad-resource-unit": [ + "1" ], "DataServiceVersion": [ "3.0;" @@ -786,10 +921,10 @@ "ASP.NET" ], "Duration": [ - "622784" + "332273" ], "Date": [ - "Wed, 03 Jul 2019 17:22:12 GMT" + "Tue, 23 Jun 2020 08:59:03 GMT" ], "Content-Type": [ "application/json; odata=minimalmetadata; streaming=true; charset=utf-8" @@ -801,26 +936,26 @@ "151" ] }, - "ResponseBody": "{\r\n \"odata.metadata\": \"https://graph.windows.net/0483643a-cb2f-462a-bc27-1a270e5bdc0a/$metadata#Edm.String\",\r\n \"value\": \"384dab06-7a70-4ecf-a04e-284602199124\"\r\n}", + "ResponseBody": "{\r\n \"odata.metadata\": \"https://graph.windows.net/6ad91d65-65ab-4e14-90f7-fe951035b7c9/$metadata#Edm.String\",\r\n \"value\": \"d8eca219-3055-4504-9a60-18c2d0b4c18c\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/0483643a-cb2f-462a-bc27-1a270e5bdc0a/servicePrincipals/384dab06-7a70-4ecf-a04e-284602199124?api-version=1.6", - "EncodedRequestUri": "LzA0ODM2NDNhLWNiMmYtNDYyYS1iYzI3LTFhMjcwZTViZGMwYS9zZXJ2aWNlUHJpbmNpcGFscy8zODRkYWIwNi03YTcwLTRlY2YtYTA0ZS0yODQ2MDIxOTkxMjQ/YXBpLXZlcnNpb249MS42", + "RequestUri": "/6ad91d65-65ab-4e14-90f7-fe951035b7c9/servicePrincipals/d8eca219-3055-4504-9a60-18c2d0b4c18c?api-version=1.6", + "EncodedRequestUri": "LzZhZDkxZDY1LTY1YWItNGUxNC05MGY3LWZlOTUxMDM1YjdjOS9zZXJ2aWNlUHJpbmNpcGFscy9kOGVjYTIxOS0zMDU1LTQ1MDQtOWE2MC0xOGMyZDBiNGMxOGM/YXBpLXZlcnNpb249MS42", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "ac520b5d-431a-414d-a1e9-c4fa5f722cd9" + "3d77f4d1-c8c4-4009-a222-9fb23e7b35b5" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Graph.RBAC.Version1.6.20190326.GraphRbacManagementClient/1.3.0" + "Microsoft.Azure.Graph.RBAC.Version1.6.20190326.GraphRbacManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -831,19 +966,22 @@ "no-cache" ], "ocp-aad-diagnostics-server-name": [ - "XIO7CE0QfI29gkv/rclFvwZFGDvkYaGDXU34KDUMF3Q=" + "gVYeWZfSX9mkzriipUjAD9i6IZAJ5eI2PiGNN2hB0oU=" ], "request-id": [ - "21064e29-1c6f-408c-8644-c426f259edc9" + "fcdbf052-d8fa-4f19-b5d7-70076a0c62bd" ], "client-request-id": [ - "ac520b5d-431a-414d-a1e9-c4fa5f722cd9" + "3d77f4d1-c8c4-4009-a222-9fb23e7b35b5" ], "x-ms-dirapi-data-contract-version": [ "1.6" ], "ocp-aad-session-key": [ - "2sNXJ-EBdLN-Hf4wqEj2YFBuwmOdOZdRCgak4rwd_9XhO6kVQgbxGLyYtlTNvEYORyjYlULJSmfutpZzscUGT1Tti1fpgJ4VLMGvTjPUA_vewpiL2Ojy1s_qZOJ2sjbM.TIxXN2IZ985EUDtDVKn7fY-D8WdPuvnKsgqyqNcKfqM" + "pQtMSsxVhz-tqzFK5mY2XJfq5k2XXs4BdeQvcF96gYKa80eBLDCUYiH_4G43GI_RJMbLyrAOYunsI6X7d8fyLDmh0WZ4T3pprk1FQINmQq4KorNE9R05tCZpE_Z_brur.S8kPw5wLJGiylT0u98lk7_uuKtBSkhfJVadRf-RiOkk" + ], + "x-aad-resource-unit": [ + "1" ], "DataServiceVersion": [ "3.0;" @@ -861,10 +999,10 @@ "ASP.NET" ], "Duration": [ - "629994" + "303025" ], "Date": [ - "Wed, 03 Jul 2019 17:22:12 GMT" + "Tue, 23 Jun 2020 08:59:03 GMT" ], "Content-Type": [ "application/json; odata=minimalmetadata; streaming=true; charset=utf-8" @@ -876,7 +1014,7 @@ "1299" ] }, - "ResponseBody": "{\r\n \"odata.metadata\": \"https://graph.windows.net/0483643a-cb2f-462a-bc27-1a270e5bdc0a/$metadata#directoryObjects/@Element\",\r\n \"odata.type\": \"Microsoft.DirectoryServices.ServicePrincipal\",\r\n \"objectType\": \"ServicePrincipal\",\r\n \"objectId\": \"384dab06-7a70-4ecf-a04e-284602199124\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"addIns\": [],\r\n \"alternativeNames\": [],\r\n \"appDisplayName\": \"Microsoft.StorageSync\",\r\n \"appId\": \"9469b9f5-6722-4481-a2b2-14ed560b706f\",\r\n \"applicationTemplateId\": null,\r\n \"appOwnerTenantId\": \"f8cdef31-a31e-4b4a-93e4-5f571e91255a\",\r\n \"appRoleAssignmentRequired\": false,\r\n \"appRoles\": [],\r\n \"displayName\": \"Microsoft.StorageSync\",\r\n \"errorUrl\": null,\r\n \"homepage\": null,\r\n \"informationalUrls\": {\r\n \"termsOfService\": null,\r\n \"support\": null,\r\n \"privacy\": null,\r\n \"marketing\": null\r\n },\r\n \"keyCredentials\": [],\r\n \"logoutUrl\": null,\r\n \"notificationEmailAddresses\": [],\r\n \"oauth2Permissions\": [],\r\n \"passwordCredentials\": [],\r\n \"preferredSingleSignOnMode\": null,\r\n \"preferredTokenSigningKeyEndDateTime\": null,\r\n \"preferredTokenSigningKeyThumbprint\": null,\r\n \"publisherName\": \"Microsoft Services\",\r\n \"replyUrls\": [\r\n \"https://0c38d04b-cf53-496f-aa30-9751eaf67399/redir\"\r\n ],\r\n \"samlMetadataUrl\": null,\r\n \"samlSingleSignOnSettings\": null,\r\n \"servicePrincipalNames\": [\r\n \"9469b9f5-6722-4481-a2b2-14ed560b706f\"\r\n ],\r\n \"servicePrincipalType\": \"Application\",\r\n \"signInAudience\": \"AzureADMultipleOrgs\",\r\n \"tags\": [],\r\n \"tokenEncryptionKeyId\": null\r\n}", + "ResponseBody": "{\r\n \"odata.metadata\": \"https://graph.windows.net/6ad91d65-65ab-4e14-90f7-fe951035b7c9/$metadata#directoryObjects/@Element\",\r\n \"odata.type\": \"Microsoft.DirectoryServices.ServicePrincipal\",\r\n \"objectType\": \"ServicePrincipal\",\r\n \"objectId\": \"d8eca219-3055-4504-9a60-18c2d0b4c18c\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"addIns\": [],\r\n \"alternativeNames\": [],\r\n \"appDisplayName\": \"Microsoft.StorageSync\",\r\n \"appId\": \"9469b9f5-6722-4481-a2b2-14ed560b706f\",\r\n \"applicationTemplateId\": null,\r\n \"appOwnerTenantId\": \"f8cdef31-a31e-4b4a-93e4-5f571e91255a\",\r\n \"appRoleAssignmentRequired\": false,\r\n \"appRoles\": [],\r\n \"displayName\": \"Microsoft.StorageSync\",\r\n \"errorUrl\": null,\r\n \"homepage\": null,\r\n \"informationalUrls\": {\r\n \"termsOfService\": null,\r\n \"support\": null,\r\n \"privacy\": null,\r\n \"marketing\": null\r\n },\r\n \"keyCredentials\": [],\r\n \"logoutUrl\": null,\r\n \"notificationEmailAddresses\": [],\r\n \"oauth2Permissions\": [],\r\n \"passwordCredentials\": [],\r\n \"preferredSingleSignOnMode\": null,\r\n \"preferredTokenSigningKeyEndDateTime\": null,\r\n \"preferredTokenSigningKeyThumbprint\": null,\r\n \"publisherName\": \"Microsoft Services\",\r\n \"replyUrls\": [\r\n \"https://0c38d04b-cf53-496f-aa30-9751eaf67399/redir\"\r\n ],\r\n \"samlMetadataUrl\": null,\r\n \"samlSingleSignOnSettings\": null,\r\n \"servicePrincipalNames\": [\r\n \"9469b9f5-6722-4481-a2b2-14ed560b706f\"\r\n ],\r\n \"servicePrincipalType\": \"Application\",\r\n \"signInAudience\": \"AzureADMultipleOrgs\",\r\n \"tags\": [],\r\n \"tokenEncryptionKeyId\": null\r\n}", "StatusCode": 200 }, { @@ -886,16 +1024,16 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "433067ae-cb7b-476c-a065-9ca334bb9ea8" + "91542ee8-3c90-4fbe-ac87-9f808a7cc7f5" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Authorization.Version2015.07.01.AuthorizationManagementClient/1.3.0" + "Microsoft.Azure.Management.Authorization.Version2015.07.01.AuthorizationManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -905,11 +1043,8 @@ "Pragma": [ "no-cache" ], - "x-ms-request-charge": [ - "1" - ], "x-ms-request-id": [ - "520a47d0-c78b-4c4b-b753-0030c471fe91" + "a7bab4ce-cb0a-4ee6-971f-f93d8f2ad147" ], "X-Content-Type-Options": [ "nosniff" @@ -918,19 +1053,19 @@ "max-age=31536000; includeSubDomains" ], "Set-Cookie": [ - "x-ms-gateway-slice=Production; path=/; secure; HttpOnly" + "x-ms-gateway-slice=Production; path=/; SameSite=None; secure; HttpOnly" ], "x-ms-ratelimit-remaining-tenant-reads": [ "11998" ], "x-ms-correlation-request-id": [ - "b2c14229-1062-47b5-a659-048f6635b085" + "662170c0-209d-4ad1-9ff3-056050d17078" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T172214Z:b2c14229-1062-47b5-a659-048f6635b085" + "WESTUS:20200623T085904Z:662170c0-209d-4ad1-9ff3-056050d17078" ], "Date": [ - "Wed, 03 Jul 2019 17:22:13 GMT" + "Tue, 23 Jun 2020 08:59:04 GMT" ], "Content-Length": [ "841" @@ -946,22 +1081,22 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourcegroups/ps4331/providers/Microsoft.Storage///storageAccounts/saps943/providers/Microsoft.Authorization/roleAssignments?$filter=assignedTo('384dab06-7a70-4ecf-a04e-284602199124')&api-version=2015-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlZ3JvdXBzL3BzNDMzMS9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2UvLy9zdG9yYWdlQWNjb3VudHMvc2Fwczk0My9wcm92aWRlcnMvTWljcm9zb2Z0LkF1dGhvcml6YXRpb24vcm9sZUFzc2lnbm1lbnRzPyRmaWx0ZXI9YXNzaWduZWRUbygnMzg0ZGFiMDYtN2E3MC00ZWNmLWEwNGUtMjg0NjAyMTk5MTI0JykmYXBpLXZlcnNpb249MjAxNS0wNy0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourcegroups/ps1498/providers/Microsoft.Storage///storageAccounts/saps8837/providers/Microsoft.Authorization/roleAssignments?$filter=assignedTo('d8eca219-3055-4504-9a60-18c2d0b4c18c')&api-version=2015-07-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlZ3JvdXBzL3BzMTQ5OC9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2UvLy9zdG9yYWdlQWNjb3VudHMvc2Fwczg4MzcvcHJvdmlkZXJzL01pY3Jvc29mdC5BdXRob3JpemF0aW9uL3JvbGVBc3NpZ25tZW50cz8kZmlsdGVyPWFzc2lnbmVkVG8oJ2Q4ZWNhMjE5LTMwNTUtNDUwNC05YTYwLTE4YzJkMGI0YzE4YycpJmFwaS12ZXJzaW9uPTIwMTUtMDctMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "bf718af8-b16e-405b-a2a3-60ab0d0bce96" + "0bfcf42d-e48c-4bfc-b008-e76991b25c5f" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Authorization.Version2015.07.01.AuthorizationManagementClient/1.3.0" + "Microsoft.Azure.Management.Authorization.Version2015.07.01.AuthorizationManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -971,11 +1106,8 @@ "Pragma": [ "no-cache" ], - "x-ms-request-charge": [ - "1" - ], "x-ms-request-id": [ - "4d66a406-e2e8-470e-a747-3670c1a7a11b" + "24400f4f-7be4-4298-b830-9687163ac432" ], "X-Content-Type-Options": [ "nosniff" @@ -984,22 +1116,22 @@ "max-age=31536000; includeSubDomains" ], "Set-Cookie": [ - "x-ms-gateway-slice=Production; path=/; secure; HttpOnly" + "x-ms-gateway-slice=Production; path=/; secure; HttpOnly; SameSite=None" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11995" + "11996" ], "x-ms-correlation-request-id": [ - "4b3235e4-b108-4d64-8381-9f015d820189" + "810c0311-c91e-4240-8026-60347cae0ebd" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T172214Z:4b3235e4-b108-4d64-8381-9f015d820189" + "WESTUS:20200623T085904Z:810c0311-c91e-4240-8026-60347cae0ebd" ], "Date": [ - "Wed, 03 Jul 2019 17:22:13 GMT" + "Tue, 23 Jun 2020 08:59:04 GMT" ], "Content-Length": [ - "12" + "732" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1008,104 +1140,32 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": []\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"properties\": {\r\n \"roleDefinitionId\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c\",\r\n \"principalId\": \"d8eca219-3055-4504-9a60-18c2d0b4c18c\",\r\n \"scope\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b\",\r\n \"createdOn\": \"2020-05-23T18:29:54.9647107Z\",\r\n \"updatedOn\": \"2020-05-23T18:29:54.9647107Z\",\r\n \"createdBy\": \"a8656ec6-d7a4-4e38-bf78-58d74e3ed751\",\r\n \"updatedBy\": \"a8656ec6-d7a4-4e38-bf78-58d74e3ed751\"\r\n },\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/Microsoft.Authorization/roleAssignments/dc60f792-d409-4e1d-8fe5-192d121c26e9\",\r\n \"type\": \"Microsoft.Authorization/roleAssignments\",\r\n \"name\": \"dc60f792-d409-4e1d-8fe5-192d121c26e9\"\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "//subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps4331/providers/Microsoft.Storage/storageAccounts/saps943/providers/Microsoft.Authorization/roleAssignments/ca86efe8-0b2d-4ee3-8497-c3954c76f3df?api-version=2015-07-01", - "EncodedRequestUri": "Ly9zdWJzY3JpcHRpb25zLzdiOTZjYjAyLTQ2NjMtNDBmNC05YTg5LTYwM2QzODQ5ZTQ2YS9yZXNvdXJjZUdyb3Vwcy9wczQzMzEvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9zYXBzOTQzL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXV0aG9yaXphdGlvbi9yb2xlQXNzaWdubWVudHMvY2E4NmVmZTgtMGIyZC00ZWUzLTg0OTctYzM5NTRjNzZmM2RmP2FwaS12ZXJzaW9uPTIwMTUtMDctMDE=", - "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"roleDefinitionId\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/providers/Microsoft.Authorization/roleDefinitions/c12c1c16-33a1-487b-954d-41c89c60f349\",\r\n \"principalId\": \"384dab06-7a70-4ecf-a04e-284602199124\"\r\n }\r\n}", - "RequestHeaders": { - "x-ms-client-request-id": [ - "0ffd6ff0-e9a6-4f21-a620-2a9f57399373" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.27617.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Authorization.Version2015.07.01.AuthorizationManagementClient/1.3.0" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Content-Length": [ - "254" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-request-charge": [ - "2" - ], - "x-ms-request-id": [ - "049a998a-76de-47ea-a709-8fccad1733e6" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Set-Cookie": [ - "x-ms-gateway-slice=Production; path=/; secure; HttpOnly" - ], - "x-ms-ratelimit-remaining-subscription-writes": [ - "1198" - ], - "x-ms-correlation-request-id": [ - "3bf02882-f119-4a77-8b6c-52cb63d526cb" - ], - "x-ms-routing-request-id": [ - "WESTUS:20190703T172217Z:3bf02882-f119-4a77-8b6c-52cb63d526cb" - ], - "Date": [ - "Wed, 03 Jul 2019 17:22:16 GMT" - ], - "Content-Length": [ - "834" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"roleDefinitionId\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/providers/Microsoft.Authorization/roleDefinitions/c12c1c16-33a1-487b-954d-41c89c60f349\",\r\n \"principalId\": \"384dab06-7a70-4ecf-a04e-284602199124\",\r\n \"scope\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps4331/providers/Microsoft.Storage/storageAccounts/saps943\",\r\n \"createdOn\": \"2019-07-03T17:22:14.8680036Z\",\r\n \"updatedOn\": \"2019-07-03T17:22:14.8680036Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": \"8d1a2f63-15c2-4fe8-a804-213ecbaf4403\"\r\n },\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps4331/providers/Microsoft.Storage/storageAccounts/saps943/providers/Microsoft.Authorization/roleAssignments/ca86efe8-0b2d-4ee3-8497-c3954c76f3df\",\r\n \"type\": \"Microsoft.Authorization/roleAssignments\",\r\n \"name\": \"ca86efe8-0b2d-4ee3-8497-c3954c76f3df\"\r\n}", - "StatusCode": 201 - }, - { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps4331/providers/Microsoft.StorageSync/storageSyncServices/sssps8467/syncGroups/sgps6538/cloudEndpoints/cepps9851?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNDMzMS9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM4NDY3L3N5bmNHcm91cHMvc2dwczY1MzgvY2xvdWRFbmRwb2ludHMvY2VwcHM5ODUxP2FwaS12ZXJzaW9uPTIwMTktMDMtMDE=", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps1498/providers/Microsoft.StorageSync/storageSyncServices/sssps5814/syncGroups/sgps4938/cloudEndpoints/cepps1263?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzMTQ5OC9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM1ODE0L3N5bmNHcm91cHMvc2dwczQ5MzgvY2xvdWRFbmRwb2ludHMvY2VwcHMxMjYzP2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"storageAccountResourceId\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps4331/providers/Microsoft.Storage/storageAccounts/saps943\",\r\n \"azureFileShareName\": \"testfs\",\r\n \"storageAccountTenantId\": \"0483643a-cb2f-462a-bc27-1a270e5bdc0a\"\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"storageAccountResourceId\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps1498/providers/Microsoft.Storage/storageAccounts/saps8837\",\r\n \"azureFileShareName\": \"testfs\",\r\n \"storageAccountTenantId\": \"6ad91d65-65ab-4e14-90f7-fe951035b7c9\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "e7c991a9-bc3d-4c90-9001-ed3a7c889b2f" + "7531bfd2-504a-4d12-9def-335c7d3920cc" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "297" + "298" ] }, "ResponseHeaders": { @@ -1116,16 +1176,16 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps4331/providers/microsoft.storagesync/storageSyncServices/sssps8467/workflows/dc94480b-92ee-4968-8857-e663bb6ef7d1/operationresults/e625e735-1fea-4da6-927f-bc55dd94ccbd?api-version=2019-03-01" + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6IjRiNjRjOGJmLWEwZWMtNDZjNS1hYWYwLTAyMDQzNzA2YjM0MCIsIndvcmtmbG93SWQiOiJjMzVmOTI4MS1lOWE1LTQ0MWItODE5Yi1iMjQzNDc5ZGVmNjUiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiZmQzZTExMjItZDY0Yi00Y2E3LTk4OTctMzM4N2ExMDhiYWU1In0=?api-version=2020-03-01" ], "Retry-After": [ "10" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps4331/providers/microsoft.storagesync/storageSyncServices/sssps8467/workflows/dc94480b-92ee-4968-8857-e663bb6ef7d1/operations/e625e735-1fea-4da6-927f-bc55dd94ccbd?api-version=2019-03-01" + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6IjRiNjRjOGJmLWEwZWMtNDZjNS1hYWYwLTAyMDQzNzA2YjM0MCIsIndvcmtmbG93SWQiOiJjMzVmOTI4MS1lOWE1LTQ0MWItODE5Yi1iMjQzNDc5ZGVmNjUiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiZmQzZTExMjItZDY0Yi00Y2E3LTk4OTctMzM4N2ExMDhiYWU1In0=?api-version=2020-03-01" ], "x-ms-request-id": [ - "7e740c8a-f239-451e-83a4-cfe0cc9d8ecc" + "118b87a3-d4c2-4c5f-b671-222f7883eee4" ], "X-Content-Type-Options": [ "nosniff" @@ -1143,16 +1203,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1197" + "1199" ], "x-ms-correlation-request-id": [ - "abb14f3b-a9d1-42f0-be3c-52aa4b21887d" + "da34b93a-e8ec-422b-9d42-e6a314d6329d" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T172258Z:abb14f3b-a9d1-42f0-be3c-52aa4b21887d" + "WESTUS:20200623T085905Z:da34b93a-e8ec-422b-9d42-e6a314d6329d" ], "Date": [ - "Wed, 03 Jul 2019 17:22:58 GMT" + "Tue, 23 Jun 2020 08:59:05 GMT" ], "Expires": [ "-1" @@ -1165,16 +1225,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps4331/providers/microsoft.storagesync/storageSyncServices/sssps8467/workflows/dc94480b-92ee-4968-8857-e663bb6ef7d1/operations/e625e735-1fea-4da6-927f-bc55dd94ccbd?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNDMzMS9wcm92aWRlcnMvbWljcm9zb2Z0LnN0b3JhZ2VzeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM4NDY3L3dvcmtmbG93cy9kYzk0NDgwYi05MmVlLTQ5NjgtODg1Ny1lNjYzYmI2ZWY3ZDEvb3BlcmF0aW9ucy9lNjI1ZTczNS0xZmVhLTRkYTYtOTI3Zi1iYzU1ZGQ5NGNjYmQ/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6IjRiNjRjOGJmLWEwZWMtNDZjNS1hYWYwLTAyMDQzNzA2YjM0MCIsIndvcmtmbG93SWQiOiJjMzVmOTI4MS1lOWE1LTQ0MWItODE5Yi1iMjQzNDc5ZGVmNjUiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiZmQzZTExMjItZDY0Yi00Y2E3LTk4OTctMzM4N2ExMDhiYWU1In0=?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvbG9jYXRpb25zL2NlbnRyYWx1c2V1YXAvb3BlcmF0aW9ucy9leUp3WVhKMGFYUnBiMjVKWkNJNklqUmlOalJqT0dKbUxXRXdaV010TkRaak5TMWhZV1l3TFRBeU1EUXpOekEyWWpNME1DSXNJbmR2Y210bWJHOTNTV1FpT2lKak16Vm1PVEk0TVMxbE9XRTFMVFEwTVdJdE9ERTVZaTFpTWpRek5EYzVaR1ZtTmpVaUxDSjNiM0pyWm14dmQwOXdaWEpoZEdsdmJrbGtJam9pWm1RelpURXhNakl0WkRZMFlpMDBZMkUzTFRrNE9UY3RNek00TjJFeE1EaGlZV1UxSW4wPT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -1185,7 +1245,7 @@ "no-cache" ], "x-ms-request-id": [ - "ef445bb1-2076-47be-aa62-613131327c98" + "aeb0cf73-dd0f-4823-baf8-0de1a8215b1d" ], "X-Content-Type-Options": [ "nosniff" @@ -1203,41 +1263,41 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11994" + "11995" ], "x-ms-correlation-request-id": [ - "43f22b7e-ae73-4c22-9238-4e8cdde09434" + "9c95fa7b-64b8-4e19-9f0c-2b51deadc64c" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T172308Z:43f22b7e-ae73-4c22-9238-4e8cdde09434" + "WESTUS:20200623T085916Z:9c95fa7b-64b8-4e19-9f0c-2b51deadc64c" ], "Date": [ - "Wed, 03 Jul 2019 17:23:08 GMT" + "Tue, 23 Jun 2020 08:59:15 GMT" ], "Content-Length": [ - "447" + "745" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps4331/providers/microsoft.storagesync/storageSyncServices/sssps8467/workflow/dc94480b-92ee-4968-8857-e663bb6ef7d1/operationresults/e625e735-1fea-4da6-927f-bc55dd94ccbd\",\r\n \"name\": \"e625e735-1fea-4da6-927f-bc55dd94ccbd\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2019-07-03T17:22:59.6356331Z\",\r\n \"endTime\": \"2019-07-03T17:23:06.0704886Z\",\r\n \"percentComplete\": null,\r\n \"error\": null,\r\n \"properties\": {}\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6IjRiNjRjOGJmLWEwZWMtNDZjNS1hYWYwLTAyMDQzNzA2YjM0MCIsIndvcmtmbG93SWQiOiJjMzVmOTI4MS1lOWE1LTQ0MWItODE5Yi1iMjQzNDc5ZGVmNjUiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiZmQzZTExMjItZDY0Yi00Y2E3LTk4OTctMzM4N2ExMDhiYWU1In0=\",\r\n \"name\": \"eyJwYXJ0aXRpb25JZCI6IjRiNjRjOGJmLWEwZWMtNDZjNS1hYWYwLTAyMDQzNzA2YjM0MCIsIndvcmtmbG93SWQiOiJjMzVmOTI4MS1lOWE1LTQ0MWItODE5Yi1iMjQzNDc5ZGVmNjUiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiZmQzZTExMjItZDY0Yi00Y2E3LTk4OTctMzM4N2ExMDhiYWU1In0=\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2020-06-23T08:59:06.3185687Z\",\r\n \"endTime\": \"2020-06-23T08:59:13.8943978Z\",\r\n \"properties\": {}\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps4331/providers/Microsoft.StorageSync/storageSyncServices/sssps8467/syncGroups/sgps6538/cloudEndpoints/cepps9851?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNDMzMS9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM4NDY3L3N5bmNHcm91cHMvc2dwczY1MzgvY2xvdWRFbmRwb2ludHMvY2VwcHM5ODUxP2FwaS12ZXJzaW9uPTIwMTktMDMtMDE=", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps1498/providers/Microsoft.StorageSync/storageSyncServices/sssps5814/syncGroups/sgps4938/cloudEndpoints/cepps1263?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzMTQ5OC9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM1ODE0L3N5bmNHcm91cHMvc2dwczQ5MzgvY2xvdWRFbmRwb2ludHMvY2VwcHMxMjYzP2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -1248,7 +1308,7 @@ "no-cache" ], "x-ms-request-id": [ - "d2a96075-e3e5-4aa6-acce-ca8642c5f95c" + "dd80aab3-8a18-48c0-9d20-cb8d46babad8" ], "X-Content-Type-Options": [ "nosniff" @@ -1266,47 +1326,47 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11993" + "11994" ], "x-ms-correlation-request-id": [ - "82d17c37-4a84-43fa-8378-0e87d61c408f" + "ec1043ec-c3ad-4a8d-8bd9-9b7ce5c5b89d" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T172309Z:82d17c37-4a84-43fa-8378-0e87d61c408f" + "WESTUS:20200623T085916Z:ec1043ec-c3ad-4a8d-8bd9-9b7ce5c5b89d" ], "Date": [ - "Wed, 03 Jul 2019 17:23:08 GMT" + "Tue, 23 Jun 2020 08:59:16 GMT" ], "Content-Length": [ - "984" + "1027" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"storageAccountKey\": null,\r\n \"storageAccount\": null,\r\n \"storageAccountResourceId\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps4331/providers/Microsoft.Storage/storageAccounts/saps943\",\r\n \"azureFileShareName\": \"testfs\",\r\n \"storageAccountTenantId\": \"0483643a-cb2f-462a-bc27-1a270e5bdc0a\",\r\n \"partnershipId\": \"1|U0VSVkVSQVNTWU5DQ0xJRU5USEZTVjJ8MDBFRDIyODQtNTExRC00MkRCLUJGMDEtQkIyNENGMEFCMDg4fEdFTkVSSUN8ODYxNDM3OUQtQzhENi00RkFELUE3MjktN0QwMjIxMzk4MDQ1\",\r\n \"friendlyName\": \"testfs\",\r\n \"backupEnabled\": \"false\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"lastWorkflowId\": \"storageSyncServices/sssps8467/workflows/dc94480b-92ee-4968-8857-e663bb6ef7d1\",\r\n \"lastOperationName\": \"ICreateCloudEndpointWorkflow\"\r\n },\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps4331/providers/microsoft.storagesync/storageSyncServices/sssps8467/syncGroups/sgps6538/cloudEndpoints/cepps9851\",\r\n \"name\": \"cepps9851\",\r\n \"type\": \"microsoft.storagesync/storageSyncServices/syncGroups/cloudEndpoints\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"storageAccountResourceId\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps1498/providers/Microsoft.Storage/storageAccounts/saps8837\",\r\n \"azureFileShareName\": \"testfs\",\r\n \"storageAccountTenantId\": \"6ad91d65-65ab-4e14-90f7-fe951035b7c9\",\r\n \"partnershipId\": \"1|U0VSVkVSQVNTWU5DQ0xJRU5USEZTVjJ8Q0E1Qzg2NkQtRjI0Mi00MUU0LUE3N0EtNzg3OThFNzlCMTIyfEdFTkVSSUN8MzgxRTkxNUMtMDJENi00NkMxLUJBNDktRUQ3QTI2QTg1NTE2\",\r\n \"friendlyName\": \"testfs\",\r\n \"backupEnabled\": \"false\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"lastWorkflowId\": \"storageSyncServices/sssps5814/workflows/c35f9281-e9a5-441b-819b-b243479def65\",\r\n \"lastOperationName\": \"ICreateCloudEndpointWorkflow\"\r\n },\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps1498/providers/microsoft.storagesync/storageSyncServices/sssps5814/syncGroups/sgps4938/cloudEndpoints/cepps1263\",\r\n \"name\": \"cepps1263\",\r\n \"type\": \"microsoft.storagesync/storageSyncServices/syncGroups/cloudEndpoints\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps4331/providers/Microsoft.StorageSync/storageSyncServices/sssps8467/syncGroups/sgps6538/cloudEndpoints?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNDMzMS9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM4NDY3L3N5bmNHcm91cHMvc2dwczY1MzgvY2xvdWRFbmRwb2ludHM/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps1498/providers/Microsoft.StorageSync/storageSyncServices/sssps5814/syncGroups/sgps4938/cloudEndpoints?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzMTQ5OC9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM1ODE0L3N5bmNHcm91cHMvc2dwczQ5MzgvY2xvdWRFbmRwb2ludHM/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "82b80bb4-f6f9-4159-a315-d00ef3777414" + "f90716a4-c83e-4eeb-a08a-bb067f91b6cf" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -1317,7 +1377,7 @@ "no-cache" ], "x-ms-request-id": [ - "3b82c6f8-58ce-471d-b4b1-5af519642758" + "bd3626f2-afde-48d4-93d8-0057364e6ada" ], "X-Content-Type-Options": [ "nosniff" @@ -1335,47 +1395,47 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11992" + "11993" ], "x-ms-correlation-request-id": [ - "7cd0c20c-d7ae-4e50-b291-a53b5ee7bfe7" + "42a200c5-012a-4c49-b2b8-4bda0e332716" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T172309Z:7cd0c20c-d7ae-4e50-b291-a53b5ee7bfe7" + "WESTUS:20200623T085916Z:42a200c5-012a-4c49-b2b8-4bda0e332716" ], "Date": [ - "Wed, 03 Jul 2019 17:23:08 GMT" + "Tue, 23 Jun 2020 08:59:16 GMT" ], "Content-Length": [ - "996" + "1116" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"properties\": {\r\n \"storageAccountKey\": null,\r\n \"storageAccount\": null,\r\n \"storageAccountResourceId\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps4331/providers/Microsoft.Storage/storageAccounts/saps943\",\r\n \"azureFileShareName\": \"testfs\",\r\n \"storageAccountTenantId\": \"0483643a-cb2f-462a-bc27-1a270e5bdc0a\",\r\n \"partnershipId\": \"1|U0VSVkVSQVNTWU5DQ0xJRU5USEZTVjJ8MDBFRDIyODQtNTExRC00MkRCLUJGMDEtQkIyNENGMEFCMDg4fEdFTkVSSUN8ODYxNDM3OUQtQzhENi00RkFELUE3MjktN0QwMjIxMzk4MDQ1\",\r\n \"friendlyName\": \"testfs\",\r\n \"backupEnabled\": \"false\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"lastWorkflowId\": \"storageSyncServices/sssps8467/workflows/dc94480b-92ee-4968-8857-e663bb6ef7d1\",\r\n \"lastOperationName\": \"ICreateCloudEndpointWorkflow\"\r\n },\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps4331/providers/microsoft.storagesync/storageSyncServices/sssps8467/syncGroups/sgps6538/cloudEndpoints/cepps9851\",\r\n \"name\": \"cepps9851\",\r\n \"type\": \"microsoft.storagesync/storageSyncServices/syncGroups/cloudEndpoints\"\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"properties\": {\r\n \"storageAccountResourceId\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps1498/providers/Microsoft.Storage/storageAccounts/saps8837\",\r\n \"azureFileShareName\": \"testfs\",\r\n \"storageAccountTenantId\": \"6ad91d65-65ab-4e14-90f7-fe951035b7c9\",\r\n \"partnershipId\": \"1|U0VSVkVSQVNTWU5DQ0xJRU5USEZTVjJ8Q0E1Qzg2NkQtRjI0Mi00MUU0LUE3N0EtNzg3OThFNzlCMTIyfEdFTkVSSUN8MzgxRTkxNUMtMDJENi00NkMxLUJBNDktRUQ3QTI2QTg1NTE2\",\r\n \"friendlyName\": \"testfs\",\r\n \"backupEnabled\": \"false\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"lastWorkflowId\": \"storageSyncServices/sssps5814/workflows/c35f9281-e9a5-441b-819b-b243479def65\",\r\n \"lastOperationName\": \"ICreateCloudEndpointWorkflow\"\r\n },\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps1498/providers/microsoft.storagesync/storageSyncServices/sssps5814/syncGroups/sgps4938/cloudEndpoints/cepps1263\",\r\n \"name\": \"cepps1263\",\r\n \"type\": \"microsoft.storagesync/storageSyncServices/syncGroups/cloudEndpoints\"\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps4331/providers/Microsoft.StorageSync/storageSyncServices/sssps8467/syncGroups/sgps6538/cloudEndpoints/cepps9851?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNDMzMS9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM4NDY3L3N5bmNHcm91cHMvc2dwczY1MzgvY2xvdWRFbmRwb2ludHMvY2VwcHM5ODUxP2FwaS12ZXJzaW9uPTIwMTktMDMtMDE=", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps1498/providers/Microsoft.StorageSync/storageSyncServices/sssps5814/syncGroups/sgps4938/cloudEndpoints/cepps1263?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzMTQ5OC9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM1ODE0L3N5bmNHcm91cHMvc2dwczQ5MzgvY2xvdWRFbmRwb2ludHMvY2VwcHMxMjYzP2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "3f618529-613b-4ae9-9c5b-87768f12b08a" + "7902eac7-4d2c-4b10-8774-7df4384f893d" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -1386,16 +1446,16 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps4331/providers/microsoft.storagesync/storageSyncServices/sssps8467/workflows/b29afc71-e57f-44d9-803a-42355c913ee2/operationresults/aa5fc2bb-4a7e-42f8-95d9-2711792bb995?api-version=2019-03-01" + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6IjRiNjRjOGJmLWEwZWMtNDZjNS1hYWYwLTAyMDQzNzA2YjM0MCIsIndvcmtmbG93SWQiOiJlZTVjODI3YS0yNzVkLTRhNjQtOTkyMC0xZTY0ZDJlNmQyYTkiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiZTk3MDdkYWMtOWJmNy00NzdkLWE0ZjMtMzNjMTdjZTYyZDRkIn0=?api-version=2020-03-01" ], "Retry-After": [ "10" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps4331/providers/microsoft.storagesync/storageSyncServices/sssps8467/workflows/b29afc71-e57f-44d9-803a-42355c913ee2/operations/aa5fc2bb-4a7e-42f8-95d9-2711792bb995?api-version=2019-03-01" + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6IjRiNjRjOGJmLWEwZWMtNDZjNS1hYWYwLTAyMDQzNzA2YjM0MCIsIndvcmtmbG93SWQiOiJlZTVjODI3YS0yNzVkLTRhNjQtOTkyMC0xZTY0ZDJlNmQyYTkiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiZTk3MDdkYWMtOWJmNy00NzdkLWE0ZjMtMzNjMTdjZTYyZDRkIn0=?api-version=2020-03-01" ], "x-ms-request-id": [ - "8360d56b-17bd-4182-b22f-0e6eb63f5138" + "950cfab3-bf0c-400f-b029-7a10246f6c86" ], "X-Content-Type-Options": [ "nosniff" @@ -1413,16 +1473,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-deletes": [ - "14998" + "14999" ], "x-ms-correlation-request-id": [ - "c8fe98b1-b4e8-4cb6-945f-caf81e13c352" + "faef87b6-000f-4f1c-b4f0-6805444109b3" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T172309Z:c8fe98b1-b4e8-4cb6-945f-caf81e13c352" + "WESTUS:20200623T085917Z:faef87b6-000f-4f1c-b4f0-6805444109b3" ], "Date": [ - "Wed, 03 Jul 2019 17:23:09 GMT" + "Tue, 23 Jun 2020 08:59:16 GMT" ], "Expires": [ "-1" @@ -1435,16 +1495,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps4331/providers/microsoft.storagesync/storageSyncServices/sssps8467/workflows/b29afc71-e57f-44d9-803a-42355c913ee2/operations/aa5fc2bb-4a7e-42f8-95d9-2711792bb995?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNDMzMS9wcm92aWRlcnMvbWljcm9zb2Z0LnN0b3JhZ2VzeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM4NDY3L3dvcmtmbG93cy9iMjlhZmM3MS1lNTdmLTQ0ZDktODAzYS00MjM1NWM5MTNlZTIvb3BlcmF0aW9ucy9hYTVmYzJiYi00YTdlLTQyZjgtOTVkOS0yNzExNzkyYmI5OTU/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6IjRiNjRjOGJmLWEwZWMtNDZjNS1hYWYwLTAyMDQzNzA2YjM0MCIsIndvcmtmbG93SWQiOiJlZTVjODI3YS0yNzVkLTRhNjQtOTkyMC0xZTY0ZDJlNmQyYTkiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiZTk3MDdkYWMtOWJmNy00NzdkLWE0ZjMtMzNjMTdjZTYyZDRkIn0=?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvbG9jYXRpb25zL2NlbnRyYWx1c2V1YXAvb3BlcmF0aW9ucy9leUp3WVhKMGFYUnBiMjVKWkNJNklqUmlOalJqT0dKbUxXRXdaV010TkRaak5TMWhZV1l3TFRBeU1EUXpOekEyWWpNME1DSXNJbmR2Y210bWJHOTNTV1FpT2lKbFpUVmpPREkzWVMweU56VmtMVFJoTmpRdE9Ua3lNQzB4WlRZMFpESmxObVF5WVRraUxDSjNiM0pyWm14dmQwOXdaWEpoZEdsdmJrbGtJam9pWlRrM01EZGtZV010T1dKbU55MDBOemRrTFdFMFpqTXRNek5qTVRkalpUWXlaRFJrSW4wPT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -1455,7 +1515,7 @@ "no-cache" ], "x-ms-request-id": [ - "89cf6fed-649c-4404-ba7c-efc871bc29a3" + "79632060-9936-4793-bb93-8f81da650cbe" ], "X-Content-Type-Options": [ "nosniff" @@ -1473,41 +1533,41 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11991" + "11992" ], "x-ms-correlation-request-id": [ - "96c86dde-9f85-4b4b-9af0-e0140b700263" + "fa787530-6383-4534-acc2-3444df183097" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T172320Z:96c86dde-9f85-4b4b-9af0-e0140b700263" + "WESTUS:20200623T085927Z:fa787530-6383-4534-acc2-3444df183097" ], "Date": [ - "Wed, 03 Jul 2019 17:23:19 GMT" + "Tue, 23 Jun 2020 08:59:26 GMT" ], "Content-Length": [ - "447" + "744" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps4331/providers/microsoft.storagesync/storageSyncServices/sssps8467/workflow/b29afc71-e57f-44d9-803a-42355c913ee2/operationresults/aa5fc2bb-4a7e-42f8-95d9-2711792bb995\",\r\n \"name\": \"aa5fc2bb-4a7e-42f8-95d9-2711792bb995\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2019-07-03T17:23:10.2810283Z\",\r\n \"endTime\": \"2019-07-03T17:23:14.7536547Z\",\r\n \"percentComplete\": null,\r\n \"error\": null,\r\n \"properties\": {}\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6IjRiNjRjOGJmLWEwZWMtNDZjNS1hYWYwLTAyMDQzNzA2YjM0MCIsIndvcmtmbG93SWQiOiJlZTVjODI3YS0yNzVkLTRhNjQtOTkyMC0xZTY0ZDJlNmQyYTkiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiZTk3MDdkYWMtOWJmNy00NzdkLWE0ZjMtMzNjMTdjZTYyZDRkIn0=\",\r\n \"name\": \"eyJwYXJ0aXRpb25JZCI6IjRiNjRjOGJmLWEwZWMtNDZjNS1hYWYwLTAyMDQzNzA2YjM0MCIsIndvcmtmbG93SWQiOiJlZTVjODI3YS0yNzVkLTRhNjQtOTkyMC0xZTY0ZDJlNmQyYTkiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiZTk3MDdkYWMtOWJmNy00NzdkLWE0ZjMtMzNjMTdjZTYyZDRkIn0=\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2020-06-23T08:59:17.9005813Z\",\r\n \"endTime\": \"2020-06-23T08:59:23.184814Z\",\r\n \"properties\": {}\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps4331/providers/microsoft.storagesync/storageSyncServices/sssps8467/workflows/b29afc71-e57f-44d9-803a-42355c913ee2/operationresults/aa5fc2bb-4a7e-42f8-95d9-2711792bb995?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNDMzMS9wcm92aWRlcnMvbWljcm9zb2Z0LnN0b3JhZ2VzeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM4NDY3L3dvcmtmbG93cy9iMjlhZmM3MS1lNTdmLTQ0ZDktODAzYS00MjM1NWM5MTNlZTIvb3BlcmF0aW9ucmVzdWx0cy9hYTVmYzJiYi00YTdlLTQyZjgtOTVkOS0yNzExNzkyYmI5OTU/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6IjRiNjRjOGJmLWEwZWMtNDZjNS1hYWYwLTAyMDQzNzA2YjM0MCIsIndvcmtmbG93SWQiOiJlZTVjODI3YS0yNzVkLTRhNjQtOTkyMC0xZTY0ZDJlNmQyYTkiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiZTk3MDdkYWMtOWJmNy00NzdkLWE0ZjMtMzNjMTdjZTYyZDRkIn0=?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvbG9jYXRpb25zL2NlbnRyYWx1c2V1YXAvb3BlcmF0aW9ucmVzdWx0cy9leUp3WVhKMGFYUnBiMjVKWkNJNklqUmlOalJqT0dKbUxXRXdaV010TkRaak5TMWhZV1l3TFRBeU1EUXpOekEyWWpNME1DSXNJbmR2Y210bWJHOTNTV1FpT2lKbFpUVmpPREkzWVMweU56VmtMVFJoTmpRdE9Ua3lNQzB4WlRZMFpESmxObVF5WVRraUxDSjNiM0pyWm14dmQwOXdaWEpoZEdsdmJrbGtJam9pWlRrM01EZGtZV010T1dKbU55MDBOemRrTFdFMFpqTXRNek5qTVRkalpUWXlaRFJrSW4wPT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -1518,7 +1578,7 @@ "no-cache" ], "x-ms-request-id": [ - "70f9a530-82cf-427a-8f7c-edb502d1cec4" + "8eac2042-170b-4f8d-a661-084d358c500e" ], "X-Content-Type-Options": [ "nosniff" @@ -1536,16 +1596,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11990" + "11991" ], "x-ms-correlation-request-id": [ - "829be3a9-4980-456d-915d-2721652d817b" + "7ce90187-85d7-4888-a31c-f41158cb1a6f" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T172320Z:829be3a9-4980-456d-915d-2721652d817b" + "WESTUS:20200623T085927Z:7ce90187-85d7-4888-a31c-f41158cb1a6f" ], "Date": [ - "Wed, 03 Jul 2019 17:23:20 GMT" + "Tue, 23 Jun 2020 08:59:27 GMT" ], "Expires": [ "-1" @@ -1558,22 +1618,22 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps4331/providers/Microsoft.StorageSync/storageSyncServices/sssps8467/syncGroups/sgps6538?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNDMzMS9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM4NDY3L3N5bmNHcm91cHMvc2dwczY1Mzg/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps1498/providers/Microsoft.StorageSync/storageSyncServices/sssps5814/syncGroups/sgps4938?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzMTQ5OC9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM1ODE0L3N5bmNHcm91cHMvc2dwczQ5Mzg/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "abb1ee89-81d3-4cd3-a459-2e0dbb523bac" + "2811f3e4-7fb8-46be-b74e-94ef9151f204" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -1584,7 +1644,7 @@ "no-cache" ], "x-ms-request-id": [ - "9ab483ce-2e18-4d33-b52a-b59d51fe56bc" + "5755244e-a832-472b-af69-a94c1e36b164" ], "X-Content-Type-Options": [ "nosniff" @@ -1602,16 +1662,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-deletes": [ - "14997" + "14998" ], "x-ms-correlation-request-id": [ - "bfb79100-8eda-490c-a089-c8b426fd2508" + "b761203a-f5f3-401d-935f-0acaaa604a42" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T172321Z:bfb79100-8eda-490c-a089-c8b426fd2508" + "WESTUS:20200623T085927Z:b761203a-f5f3-401d-935f-0acaaa604a42" ], "Date": [ - "Wed, 03 Jul 2019 17:23:21 GMT" + "Tue, 23 Jun 2020 08:59:27 GMT" ], "Expires": [ "-1" @@ -1624,22 +1684,22 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps4331/providers/Microsoft.StorageSync/storageSyncServices/sssps8467?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNDMzMS9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM4NDY3P2FwaS12ZXJzaW9uPTIwMTktMDMtMDE=", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps1498/providers/Microsoft.StorageSync/storageSyncServices/sssps5814?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzMTQ5OC9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM1ODE0P2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "7f193e87-584d-4873-b4bb-d9a287f8e236" + "225535b4-d0a1-43c4-8d28-66bb469fdb9b" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -1649,8 +1709,17 @@ "Pragma": [ "no-cache" ], + "Location": [ + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6IjRiNjRjOGJmLWEwZWMtNDZjNS1hYWYwLTAyMDQzNzA2YjM0MCIsIndvcmtmbG93SWQiOiI5OTI0ZjIyOC1kOWU0LTQzNTYtYjY4MC00NWNkN2ZhMzgwMTUiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiOGM4MzIzMmEtMzM1Ni00MDE0LTkyOWMtNDVkZTBhODVlMzk0In0=?api-version=2020-03-01" + ], + "Retry-After": [ + "10" + ], + "Azure-AsyncOperation": [ + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6IjRiNjRjOGJmLWEwZWMtNDZjNS1hYWYwLTAyMDQzNzA2YjM0MCIsIndvcmtmbG93SWQiOiI5OTI0ZjIyOC1kOWU0LTQzNTYtYjY4MC00NWNkN2ZhMzgwMTUiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiOGM4MzIzMmEtMzM1Ni00MDE0LTkyOWMtNDVkZTBhODVlMzk0In0=?api-version=2020-03-01" + ], "x-ms-request-id": [ - "8a234260-e100-4a9e-9c05-cf06cc5815df" + "a591531a-17d9-4e9e-8ccc-83edb48fc6d4" ], "X-Content-Type-Options": [ "nosniff" @@ -1668,16 +1737,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-deletes": [ - "14996" + "14997" ], "x-ms-correlation-request-id": [ - "1e7dbe22-a0e5-4c66-9166-eecac673a194" + "cd46b7bb-66fd-4a59-bae7-0fdc744f735d" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T172322Z:1e7dbe22-a0e5-4c66-9166-eecac673a194" + "WESTUS:20200623T085928Z:cd46b7bb-66fd-4a59-bae7-0fdc744f735d" ], "Date": [ - "Wed, 03 Jul 2019 17:23:21 GMT" + "Tue, 23 Jun 2020 08:59:27 GMT" ], "Expires": [ "-1" @@ -1687,25 +1756,148 @@ ] }, "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6IjRiNjRjOGJmLWEwZWMtNDZjNS1hYWYwLTAyMDQzNzA2YjM0MCIsIndvcmtmbG93SWQiOiI5OTI0ZjIyOC1kOWU0LTQzNTYtYjY4MC00NWNkN2ZhMzgwMTUiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiOGM4MzIzMmEtMzM1Ni00MDE0LTkyOWMtNDVkZTBhODVlMzk0In0=?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvbG9jYXRpb25zL2NlbnRyYWx1c2V1YXAvb3BlcmF0aW9ucy9leUp3WVhKMGFYUnBiMjVKWkNJNklqUmlOalJqT0dKbUxXRXdaV010TkRaak5TMWhZV1l3TFRBeU1EUXpOekEyWWpNME1DSXNJbmR2Y210bWJHOTNTV1FpT2lJNU9USTBaakl5T0Mxa09XVTBMVFF6TlRZdFlqWTRNQzAwTldOa04yWmhNemd3TVRVaUxDSjNiM0pyWm14dmQwOXdaWEpoZEdsdmJrbGtJam9pT0dNNE16SXpNbUV0TXpNMU5pMDBNREUwTFRreU9XTXRORFZrWlRCaE9EVmxNemswSW4wPT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-request-id": [ + "92ff1cd3-f511-4017-8199-5b06b1f4d358" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-IIS/10.0" + ], + "X-AspNet-Version": [ + "4.0.30319" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11990" + ], + "x-ms-correlation-request-id": [ + "630b4e40-0b71-4f00-8af3-accc6d5ee632" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200623T085938Z:630b4e40-0b71-4f00-8af3-accc6d5ee632" + ], + "Date": [ + "Tue, 23 Jun 2020 08:59:38 GMT" + ], + "Content-Length": [ + "745" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6IjRiNjRjOGJmLWEwZWMtNDZjNS1hYWYwLTAyMDQzNzA2YjM0MCIsIndvcmtmbG93SWQiOiI5OTI0ZjIyOC1kOWU0LTQzNTYtYjY4MC00NWNkN2ZhMzgwMTUiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiOGM4MzIzMmEtMzM1Ni00MDE0LTkyOWMtNDVkZTBhODVlMzk0In0=\",\r\n \"name\": \"eyJwYXJ0aXRpb25JZCI6IjRiNjRjOGJmLWEwZWMtNDZjNS1hYWYwLTAyMDQzNzA2YjM0MCIsIndvcmtmbG93SWQiOiI5OTI0ZjIyOC1kOWU0LTQzNTYtYjY4MC00NWNkN2ZhMzgwMTUiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiOGM4MzIzMmEtMzM1Ni00MDE0LTkyOWMtNDVkZTBhODVlMzk0In0=\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2020-06-23T08:59:29.1825076Z\",\r\n \"endTime\": \"2020-06-23T08:59:34.6297509Z\",\r\n \"properties\": {}\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps4331/providers/Microsoft.Storage/storageAccounts/saps943?api-version=2017-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNDMzMS9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2Uvc3RvcmFnZUFjY291bnRzL3NhcHM5NDM/YXBpLXZlcnNpb249MjAxNy0xMC0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6IjRiNjRjOGJmLWEwZWMtNDZjNS1hYWYwLTAyMDQzNzA2YjM0MCIsIndvcmtmbG93SWQiOiI5OTI0ZjIyOC1kOWU0LTQzNTYtYjY4MC00NWNkN2ZhMzgwMTUiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiOGM4MzIzMmEtMzM1Ni00MDE0LTkyOWMtNDVkZTBhODVlMzk0In0=?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvbG9jYXRpb25zL2NlbnRyYWx1c2V1YXAvb3BlcmF0aW9ucmVzdWx0cy9leUp3WVhKMGFYUnBiMjVKWkNJNklqUmlOalJqT0dKbUxXRXdaV010TkRaak5TMWhZV1l3TFRBeU1EUXpOekEyWWpNME1DSXNJbmR2Y210bWJHOTNTV1FpT2lJNU9USTBaakl5T0Mxa09XVTBMVFF6TlRZdFlqWTRNQzAwTldOa04yWmhNemd3TVRVaUxDSjNiM0pyWm14dmQwOXdaWEpoZEdsdmJrbGtJam9pT0dNNE16SXpNbUV0TXpNMU5pMDBNREUwTFRreU9XTXRORFZrWlRCaE9EVmxNemswSW4wPT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-request-id": [ + "ab1414ae-25d3-45c6-8f77-75869d26d65d" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-IIS/10.0" + ], + "X-AspNet-Version": [ + "4.0.30319" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11989" + ], + "x-ms-correlation-request-id": [ + "3789a923-2ed9-4243-8647-e74f91cd03a0" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200623T085938Z:3789a923-2ed9-4243-8647-e74f91cd03a0" + ], + "Date": [ + "Tue, 23 Jun 2020 08:59:38 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps1498/providers/Microsoft.Storage/storageAccounts/saps8837?api-version=2017-10-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzMTQ5OC9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2Uvc3RvcmFnZUFjY291bnRzL3NhcHM4ODM3P2FwaS12ZXJzaW9uPTIwMTctMTAtMDE=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "b92ec3b3-7e9d-459f-b630-9954eb8a7064" + "98e4e683-edca-4d0c-9129-47f8a5df0ab9" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Storage.Version2017.10.01.StorageManagementClient/1.3.0" + "Microsoft.Azure.Management.Storage.Version2017.10.01.StorageManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -1716,7 +1908,7 @@ "no-cache" ], "x-ms-request-id": [ - "b1f4b2e5-a72e-4e47-9897-b9274049058a" + "72c53607-c1fb-4904-b697-e85d73fc73e0" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1725,19 +1917,19 @@ "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-deletes": [ - "14995" + "14996" ], "x-ms-correlation-request-id": [ - "be81a435-8820-4f46-bfea-75a03fef05f3" + "92e67fed-311e-4a0d-812c-6995a7bc0dba" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T172324Z:be81a435-8820-4f46-bfea-75a03fef05f3" + "WESTUS:20200623T085939Z:92e67fed-311e-4a0d-812c-6995a7bc0dba" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 17:23:23 GMT" + "Tue, 23 Jun 2020 08:59:39 GMT" ], "Content-Type": [ "text/plain; charset=utf-8" @@ -1753,22 +1945,22 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps4331/providers/Microsoft.StorageSync/storageSyncServices?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNDMzMS9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXM/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps1498/providers/Microsoft.StorageSync/storageSyncServices?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzMTQ5OC9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXM/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "29930469-0b62-4214-ad45-598dcc80fea4" + "1fa2a1cc-096e-4806-b687-1936513c9779" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -1779,16 +1971,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11989" + "11988" ], "x-ms-request-id": [ - "852453ce-389e-4afc-b57f-75f4971563f3" + "7d95ac32-1372-436b-b728-590b007af2a7" ], "x-ms-correlation-request-id": [ - "852453ce-389e-4afc-b57f-75f4971563f3" + "7d95ac32-1372-436b-b728-590b007af2a7" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T172324Z:852453ce-389e-4afc-b57f-75f4971563f3" + "WESTUS:20200623T085939Z:7d95ac32-1372-436b-b728-590b007af2a7" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1797,7 +1989,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 17:23:23 GMT" + "Tue, 23 Jun 2020 08:59:39 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1813,22 +2005,22 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourcegroups/ps4331?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlZ3JvdXBzL3BzNDMzMT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourcegroups/ps1498?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlZ3JvdXBzL3BzMTQ5OD9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "dddc557d-6780-49b4-b3ec-c1bab252e20f" + "a7907d08-2368-485b-a029-2b3a03c20e72" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -1839,22 +2031,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQzMzEtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzE0OTgtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-deletes": [ - "14994" + "14995" ], "x-ms-request-id": [ - "cacecef0-0ecc-41a0-96d7-b7627d75d714" + "c8274107-fa12-4b79-b74a-94788ac4cefe" ], "x-ms-correlation-request-id": [ - "cacecef0-0ecc-41a0-96d7-b7627d75d714" + "c8274107-fa12-4b79-b74a-94788ac4cefe" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T172325Z:cacecef0-0ecc-41a0-96d7-b7627d75d714" + "WESTUS:20200623T085940Z:c8274107-fa12-4b79-b74a-94788ac4cefe" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1863,7 +2055,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 17:23:25 GMT" + "Tue, 23 Jun 2020 08:59:39 GMT" ], "Expires": [ "-1" @@ -1876,16 +2068,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQzMzEtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpRek16RXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzE0OTgtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpFME9UZ3RWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -1896,22 +2088,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQzMzEtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzE0OTgtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11988" + "11987" ], "x-ms-request-id": [ - "8b67449a-e935-4d0b-b656-27a56bacc858" + "e9cfd27a-d86b-4fce-a5a8-ee57e0617b2e" ], "x-ms-correlation-request-id": [ - "8b67449a-e935-4d0b-b656-27a56bacc858" + "e9cfd27a-d86b-4fce-a5a8-ee57e0617b2e" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T172340Z:8b67449a-e935-4d0b-b656-27a56bacc858" + "WESTUS:20200623T085955Z:e9cfd27a-d86b-4fce-a5a8-ee57e0617b2e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1920,7 +2112,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 17:23:40 GMT" + "Tue, 23 Jun 2020 08:59:54 GMT" ], "Expires": [ "-1" @@ -1933,16 +2125,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQzMzEtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpRek16RXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzE0OTgtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpFME9UZ3RWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -1953,22 +2145,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQzMzEtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzE0OTgtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11987" + "11986" ], "x-ms-request-id": [ - "84c1dd39-e9c8-42e3-80a2-8f3225c2113d" + "a9e0d3af-2ad5-47d7-802f-fd5d04d777d6" ], "x-ms-correlation-request-id": [ - "84c1dd39-e9c8-42e3-80a2-8f3225c2113d" + "a9e0d3af-2ad5-47d7-802f-fd5d04d777d6" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T172355Z:84c1dd39-e9c8-42e3-80a2-8f3225c2113d" + "WESTUS:20200623T090010Z:a9e0d3af-2ad5-47d7-802f-fd5d04d777d6" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1977,7 +2169,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 17:23:55 GMT" + "Tue, 23 Jun 2020 09:00:09 GMT" ], "Expires": [ "-1" @@ -1990,16 +2182,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQzMzEtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpRek16RXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzE0OTgtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpFME9UZ3RWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -2010,16 +2202,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11986" + "11984" ], "x-ms-request-id": [ - "083d10e6-241b-4bcf-b74c-5b615cb3648a" + "5ac24679-4fb3-43ae-9e0d-f6581667f11c" ], "x-ms-correlation-request-id": [ - "083d10e6-241b-4bcf-b74c-5b615cb3648a" + "5ac24679-4fb3-43ae-9e0d-f6581667f11c" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T172411Z:083d10e6-241b-4bcf-b74c-5b615cb3648a" + "WESTUS:20200623T090025Z:5ac24679-4fb3-43ae-9e0d-f6581667f11c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2028,7 +2220,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 17:24:10 GMT" + "Tue, 23 Jun 2020 09:00:24 GMT" ], "Expires": [ "-1" @@ -2041,16 +2233,16 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQzMzEtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpRek16RXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzE0OTgtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpFME9UZ3RWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -2061,16 +2253,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11985" + "11983" ], "x-ms-request-id": [ - "603de608-1713-4e0b-8c90-70310f73625c" + "09cebcfb-1add-4a0e-91f4-6b83b60f7ae2" ], "x-ms-correlation-request-id": [ - "603de608-1713-4e0b-8c90-70310f73625c" + "09cebcfb-1add-4a0e-91f4-6b83b60f7ae2" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T172411Z:603de608-1713-4e0b-8c90-70310f73625c" + "WESTUS:20200623T090025Z:09cebcfb-1add-4a0e-91f4-6b83b60f7ae2" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2079,7 +2271,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 17:24:10 GMT" + "Tue, 23 Jun 2020 09:00:24 GMT" ], "Expires": [ "-1" @@ -2094,19 +2286,19 @@ ], "Names": { "Test-GetCloudEndpoints": [ - "ps4331", - "ps8467", - "ps6538", - "ps9851", - "ps943" + "ps1498", + "ps5814", + "ps4938", + "ps1263", + "ps8837" ], "TestGetCloudEndpoints": [ - "ca86efe8-0b2d-4ee3-8497-c3954c76f3df" + "e3d3b3c2-e2e9-4ab3-b207-6c85c26eff67" ] }, "Variables": { - "SubscriptionId": "7b96cb02-4663-40f4-9a89-603d3849e46a", - "TenantId": "0483643a-cb2f-462a-bc27-1a270e5bdc0a", + "SubscriptionId": "1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b", + "TenantId": "6ad91d65-65ab-4e14-90f7-fe951035b7c9", "Domain": "" } } \ No newline at end of file diff --git a/src/StorageSync/StorageSync.Test/SessionRecords/StorageSyncTests.CloudEndpointTests/TestNewCloudEndpoint.json b/src/StorageSync/StorageSync.Test/SessionRecords/StorageSyncTests.CloudEndpointTests/TestNewCloudEndpoint.json index f5954789b67f..97687a71bcb1 100644 --- a/src/StorageSync/StorageSync.Test/SessionRecords/StorageSyncTests.CloudEndpointTests/TestNewCloudEndpoint.json +++ b/src/StorageSync/StorageSync.Test/SessionRecords/StorageSyncTests.CloudEndpointTests/TestNewCloudEndpoint.json @@ -1,22 +1,22 @@ { "Entries": [ { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/providers/Microsoft.Resources?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVzb3VyY2VzP2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/Microsoft.Resources?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVzb3VyY2VzP2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "76e28016-3224-4161-b2a0-4c1509661f64" + "041a05c4-34d6-44a6-9eca-d6b29b0bf86a" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -30,13 +30,13 @@ "11999" ], "x-ms-request-id": [ - "5283ff61-1b5a-4375-bb63-676824b50ac3" + "461dafd4-3710-4775-99f2-e966736aaa29" ], "x-ms-correlation-request-id": [ - "5283ff61-1b5a-4375-bb63-676824b50ac3" + "461dafd4-3710-4775-99f2-e966736aaa29" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T155814Z:5283ff61-1b5a-4375-bb63-676824b50ac3" + "WESTUS:20200623T084954Z:461dafd4-3710-4775-99f2-e966736aaa29" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -45,7 +45,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 15:58:13 GMT" + "Tue, 23 Jun 2020 08:49:54 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -54,29 +54,29 @@ "-1" ], "Content-Length": [ - "8818" + "10899" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/providers/Microsoft.Resources\",\r\n \"namespace\": \"Microsoft.Resources\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"tenants\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operationresults\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"notifyResourceJobs\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"tags\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkPolicyCompliance\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"providers\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkresourcename\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resources\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/resources\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/providers\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/operationresults\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceGroups\",\r\n \"locations\": [\r\n \"Central US\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"West Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia Southeast\",\r\n \"Australia East\",\r\n \"West India\",\r\n \"South India\",\r\n \"Central India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/resourceGroups\",\r\n \"locations\": [\r\n \"Central US\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"West Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia Southeast\",\r\n \"Australia East\",\r\n \"West India\",\r\n \"South India\",\r\n \"Central India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/resourcegroups/resources\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/tagnames\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/tagNames/tagValues\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"deployments\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"deployments/operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"links\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-01-01\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/Microsoft.Resources\",\r\n \"namespace\": \"Microsoft.Resources\",\r\n \"authorization\": {\r\n \"applicationId\": \"3b990c8b-9607-4c2a-8b04-1d41985facca\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"tenants\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-01-01\",\r\n \"2019-09-01\",\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-09-01\",\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operationresults\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-09-01\",\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"notifyResourceJobs\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-09-01\",\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"tags\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-10-01\",\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\"\r\n ],\r\n \"capabilities\": \"SupportsExtension\"\r\n },\r\n {\r\n \"resourceType\": \"checkPolicyCompliance\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"providers\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkresourcename\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"calculateTemplateHash\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-09-01\",\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resources\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-09-01\",\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-10-01\",\r\n \"2019-09-01\",\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/resources\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-09-01\",\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/providers\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/operationresults\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceGroups\",\r\n \"locations\": [\r\n \"Central US\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"West Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia Southeast\",\r\n \"Australia East\",\r\n \"West India\",\r\n \"South India\",\r\n \"Central India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Australia Central\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/resourceGroups\",\r\n \"locations\": [\r\n \"Central US\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"West Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia Southeast\",\r\n \"Australia East\",\r\n \"West India\",\r\n \"South India\",\r\n \"Central India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Australia Central\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/resourcegroups/resources\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/tagnames\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/tagNames/tagValues\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"deployments\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-09-01\",\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"deployments/operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-09-01\",\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"links\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ],\r\n \"capabilities\": \"SupportsExtension\"\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-01-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"deploymentScripts\",\r\n \"locations\": [\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Australia East\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"Central US\",\r\n \"North Central US\",\r\n \"UK South\",\r\n \"Central India\",\r\n \"South India\",\r\n \"Japan East\",\r\n \"Korea Central\",\r\n \"North Europe\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West US 2\",\r\n \"West US\",\r\n \"South Central US\",\r\n \"Canada East\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-10-01-preview\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"deploymentScripts/logs\",\r\n \"locations\": [\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Australia East\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"Central US\",\r\n \"North Central US\",\r\n \"UK South\",\r\n \"Central India\",\r\n \"South India\",\r\n \"Japan East\",\r\n \"Korea Central\",\r\n \"North Europe\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West US 2\",\r\n \"West US\",\r\n \"South Central US\",\r\n \"Canada East\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/deploymentScriptOperationResults\",\r\n \"locations\": [\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Australia East\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"Central US\",\r\n \"North Central US\",\r\n \"UK South\",\r\n \"Central India\",\r\n \"South India\",\r\n \"Japan East\",\r\n \"Korea Central\",\r\n \"North Europe\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West US 2\",\r\n \"West US\",\r\n \"South Central US\",\r\n \"Canada East\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-10-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/providers/Microsoft.StorageSync?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZVN5bmM/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/Microsoft.StorageSync?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZVN5bmM/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "355742f8-7ab2-4f45-9a87-abe7035655f6" + "7930c9c9-9c79-4cb9-b555-d4c00c70b1f4" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -90,13 +90,13 @@ "11998" ], "x-ms-request-id": [ - "09ffcd74-0e1e-421d-9b70-0195df18ca2b" + "f21c2d00-80c5-4e0d-8912-37519b99a67e" ], "x-ms-correlation-request-id": [ - "09ffcd74-0e1e-421d-9b70-0195df18ca2b" + "f21c2d00-80c5-4e0d-8912-37519b99a67e" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T155814Z:09ffcd74-0e1e-421d-9b70-0195df18ca2b" + "WESTUS:20200623T084954Z:f21c2d00-80c5-4e0d-8912-37519b99a67e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -105,7 +105,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 15:58:13 GMT" + "Tue, 23 Jun 2020 08:49:54 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -114,10 +114,10 @@ "-1" ], "Content-Length": [ - "5239" + "7645" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/providers/Microsoft.StorageSync\",\r\n \"namespace\": \"Microsoft.StorageSync\",\r\n \"authorizations\": [\r\n {\r\n \"applicationId\": \"9469b9f5-6722-4481-a2b2-14ed560b706f\"\r\n }\r\n ],\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageSyncServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"Central US EUAP\",\r\n \"West US 2\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\",\r\n \"2018-01-01-preview\",\r\n \"2017-06-05-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"storageSyncServices/syncGroups\",\r\n \"locations\": [\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"Central US EUAP\",\r\n \"West US 2\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\",\r\n \"2018-01-01-preview\",\r\n \"2017-06-05-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageSyncServices/syncGroups/cloudEndpoints\",\r\n \"locations\": [\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"Central US EUAP\",\r\n \"West US 2\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\",\r\n \"2018-01-01-preview\",\r\n \"2017-06-05-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageSyncServices/syncGroups/serverEndpoints\",\r\n \"locations\": [\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"Central US EUAP\",\r\n \"West US 2\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\",\r\n \"2018-01-01-preview\",\r\n \"2017-06-05-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageSyncServices/registeredServers\",\r\n \"locations\": [\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"Central US EUAP\",\r\n \"West US 2\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\",\r\n \"2018-01-01-preview\",\r\n \"2017-06-05-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageSyncServices/workflows\",\r\n \"locations\": [\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"Central US EUAP\",\r\n \"West US 2\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\",\r\n \"2018-01-01-preview\",\r\n \"2017-06-05-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\",\r\n \"2018-01-01-preview\",\r\n \"2017-06-05-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/checkNameAvailability\",\r\n \"locations\": [\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/workflows\",\r\n \"locations\": [\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/Microsoft.StorageSync\",\r\n \"namespace\": \"Microsoft.StorageSync\",\r\n \"authorizations\": [\r\n {\r\n \"applicationId\": \"9469b9f5-6722-4481-a2b2-14ed560b706f\",\r\n \"roleDefinitionId\": \"4cd49d82-1f4d-43fc-af0c-1c1203668e5a\"\r\n }\r\n ],\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageSyncServices\",\r\n \"locations\": [\r\n \"West Central US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"West US 2\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"UAE North\",\r\n \"UAE Central\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2019-10-01\",\r\n \"2019-06-01\",\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\",\r\n \"2018-01-01-preview\",\r\n \"2017-06-05-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"storageSyncServices/syncGroups\",\r\n \"locations\": [\r\n \"West Central US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"West US 2\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"UAE North\",\r\n \"UAE Central\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2019-10-01\",\r\n \"2019-06-01\",\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\",\r\n \"2018-01-01-preview\",\r\n \"2017-06-05-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageSyncServices/syncGroups/cloudEndpoints\",\r\n \"locations\": [\r\n \"West Central US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"West US 2\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"UAE North\",\r\n \"UAE Central\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2019-10-01\",\r\n \"2019-06-01\",\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\",\r\n \"2018-01-01-preview\",\r\n \"2017-06-05-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageSyncServices/syncGroups/serverEndpoints\",\r\n \"locations\": [\r\n \"West Central US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"West US 2\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"UAE North\",\r\n \"UAE Central\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2019-10-01\",\r\n \"2019-06-01\",\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\",\r\n \"2018-01-01-preview\",\r\n \"2017-06-05-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageSyncServices/registeredServers\",\r\n \"locations\": [\r\n \"West Central US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"West US 2\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"UAE North\",\r\n \"UAE Central\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2019-10-01\",\r\n \"2019-06-01\",\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\",\r\n \"2018-01-01-preview\",\r\n \"2017-06-05-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageSyncServices/workflows\",\r\n \"locations\": [\r\n \"West Central US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"West US 2\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"UAE North\",\r\n \"UAE Central\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2019-10-01\",\r\n \"2019-06-01\",\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\",\r\n \"2018-01-01-preview\",\r\n \"2017-06-05-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2019-10-01\",\r\n \"2019-06-01\",\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\",\r\n \"2018-01-01-preview\",\r\n \"2017-06-05-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2019-10-01\",\r\n \"2019-06-01\",\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/checkNameAvailability\",\r\n \"locations\": [\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"UAE North\",\r\n \"UAE Central\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2019-10-01\",\r\n \"2019-06-01\",\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/workflows\",\r\n \"locations\": [\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"UAE North\",\r\n \"UAE Central\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2019-10-01\",\r\n \"2019-06-01\",\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operations\",\r\n \"locations\": [\r\n \"West Central US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"West US 2\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"UAE North\",\r\n \"UAE Central\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operationResults\",\r\n \"locations\": [\r\n \"West Central US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"West US 2\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"UAE North\",\r\n \"UAE Central\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "StatusCode": 200 }, { @@ -127,16 +127,16 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "f2b142a3-14fb-4fa5-8c6a-5d078e893112" + "ed80d0c7-47b0-4e5a-a8f1-7618a3d6f5f9" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Internal.Subscriptions.SubscriptionClient/1.3.0" + "Microsoft.Azure.Internal.Subscriptions.SubscriptionClient/1.3.16" ] }, "ResponseHeaders": { @@ -150,13 +150,13 @@ "11998" ], "x-ms-request-id": [ - "79644004-c85b-4474-a0d3-12c297a21917" + "67c0c729-e0c2-4b41-b44a-79f63fdb22fb" ], "x-ms-correlation-request-id": [ - "79644004-c85b-4474-a0d3-12c297a21917" + "67c0c729-e0c2-4b41-b44a-79f63fdb22fb" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T155814Z:79644004-c85b-4474-a0d3-12c297a21917" + "WESTUS:20200623T084955Z:67c0c729-e0c2-4b41-b44a-79f63fdb22fb" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -165,7 +165,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 15:58:14 GMT" + "Tue, 23 Jun 2020 08:49:54 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -177,26 +177,26 @@ "116" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/tenants/0483643a-cb2f-462a-bc27-1a270e5bdc0a\",\r\n \"tenantId\": \"0483643a-cb2f-462a-bc27-1a270e5bdc0a\"\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/tenants/6ad91d65-65ab-4e14-90f7-fe951035b7c9\",\r\n \"tenantId\": \"6ad91d65-65ab-4e14-90f7-fe951035b7c9\"\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourcegroups/ps9331?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlZ3JvdXBzL3BzOTMzMT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourcegroups/ps3577?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlZ3JvdXBzL3BzMzU3Nz9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "990cdf9a-4b1b-4f05-967d-852787503b62" + "b6e2616b-166e-4f35-bd14-f34429bc41b2" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ], "Content-Type": [ "application/json; charset=utf-8" @@ -216,13 +216,13 @@ "1199" ], "x-ms-request-id": [ - "1e0806eb-0324-4939-8093-660b2fd3dad0" + "5879ace7-452b-4da1-beb2-163200fd6dba" ], "x-ms-correlation-request-id": [ - "1e0806eb-0324-4939-8093-660b2fd3dad0" + "5879ace7-452b-4da1-beb2-163200fd6dba" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T155816Z:1e0806eb-0324-4939-8093-660b2fd3dad0" + "WESTUS:20200623T084955Z:5879ace7-452b-4da1-beb2-163200fd6dba" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -231,7 +231,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 15:58:16 GMT" + "Tue, 23 Jun 2020 08:49:55 GMT" ], "Content-Length": [ "165" @@ -243,26 +243,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps9331\",\r\n \"name\": \"ps9331\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps3577\",\r\n \"name\": \"ps3577\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/providers/Microsoft.StorageSync/locations/CentralUSEUAP/checkNameAvailability?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZVN5bmMvbG9jYXRpb25zL0NlbnRyYWxVU0VVQVAvY2hlY2tOYW1lQXZhaWxhYmlsaXR5P2FwaS12ZXJzaW9uPTIwMTktMDMtMDE=", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/Microsoft.StorageSync/locations/CentralUSEUAP/checkNameAvailability?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZVN5bmMvbG9jYXRpb25zL0NlbnRyYWxVU0VVQVAvY2hlY2tOYW1lQXZhaWxhYmlsaXR5P2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", "RequestMethod": "POST", - "RequestBody": "{\r\n \"name\": \"sssps4912\",\r\n \"type\": \"Microsoft.StorageSync/storageSyncServices\"\r\n}", + "RequestBody": "{\r\n \"name\": \"sssps7698\",\r\n \"type\": \"Microsoft.StorageSync/storageSyncServices\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "0cba6aac-ad9c-442b-9b8b-62d43ae74604" + "fc7b156e-ff2f-4aa3-8816-9c64a7759175" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -279,7 +279,7 @@ "no-cache" ], "x-ms-request-id": [ - "15cadd1f-677a-4e0b-9213-42e9bb720998" + "642101f5-9053-4a76-951e-f1c368a2024f" ], "X-Content-Type-Options": [ "nosniff" @@ -300,50 +300,50 @@ "1199" ], "x-ms-correlation-request-id": [ - "3902994f-43c3-4561-b2ef-17f0e4979d2b" + "6b677cad-0329-44a7-9ff4-13fa4b2e20cd" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T155817Z:3902994f-43c3-4561-b2ef-17f0e4979d2b" + "WESTUS:20200623T084957Z:6b677cad-0329-44a7-9ff4-13fa4b2e20cd" ], "Date": [ - "Wed, 03 Jul 2019 15:58:17 GMT" + "Tue, 23 Jun 2020 08:49:57 GMT" ], "Content-Length": [ - "51" + "29" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"nameAvailable\": true,\r\n \"reason\": null,\r\n \"message\": null\r\n}", + "ResponseBody": "{\r\n \"nameAvailable\": true\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps9331/providers/Microsoft.StorageSync/storageSyncServices/sssps4912?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzOTMzMS9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM0OTEyP2FwaS12ZXJzaW9uPTIwMTktMDMtMDE=", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps3577/providers/Microsoft.StorageSync/storageSyncServices/sssps7698?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzMzU3Ny9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM3Njk4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"location\": \"Central US EUAP\",\r\n \"tags\": {}\r\n}", + "RequestBody": "{\r\n \"location\": \"Central US EUAP\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"incomingTrafficPolicy\": \"AllowAllTraffic\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "b5a0b238-8166-423b-b328-9c3b4a5c600f" + "4f088eec-3476-48a1-8d49-339e636dfd5e" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "52" + "125" ] }, "ResponseHeaders": { @@ -353,8 +353,17 @@ "Pragma": [ "no-cache" ], + "Location": [ + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6ImZlYzg1YTZjLTVhNTgtNDgyMS1hNzlhLTgwZDNmYTQ0MmU2NyIsIndvcmtmbG93SWQiOiJkOWQ2NWQ0NS0yNjZmLTQ2ZWMtOTUxNi1hYzAzM2MzMGQ0OGMiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiMmIwZWI3M2MtNzUxZC00NjU0LTgzYmYtMDdkZDQ5MzA3NGNlIn0=?api-version=2020-03-01" + ], + "Retry-After": [ + "10" + ], + "Azure-AsyncOperation": [ + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6ImZlYzg1YTZjLTVhNTgtNDgyMS1hNzlhLTgwZDNmYTQ0MmU2NyIsIndvcmtmbG93SWQiOiJkOWQ2NWQ0NS0yNjZmLTQ2ZWMtOTUxNi1hYzAzM2MzMGQ0OGMiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiMmIwZWI3M2MtNzUxZC00NjU0LTgzYmYtMDdkZDQ5MzA3NGNlIn0=?api-version=2020-03-01" + ], "x-ms-request-id": [ - "c33bda65-95b8-401c-aa8d-911e47f36b78" + "6fcee344-5446-4cbd-bd54-0492f88d7071" ], "X-Content-Type-Options": [ "nosniff" @@ -375,44 +384,167 @@ "1199" ], "x-ms-correlation-request-id": [ - "48c0c065-93f4-431e-9a0d-6fd444cab857" + "6d8d6d9e-697d-4602-b493-aa38ea6d0e37" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200623T084958Z:6d8d6d9e-697d-4602-b493-aa38ea6d0e37" + ], + "Date": [ + "Tue, 23 Jun 2020 08:49:58 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6ImZlYzg1YTZjLTVhNTgtNDgyMS1hNzlhLTgwZDNmYTQ0MmU2NyIsIndvcmtmbG93SWQiOiJkOWQ2NWQ0NS0yNjZmLTQ2ZWMtOTUxNi1hYzAzM2MzMGQ0OGMiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiMmIwZWI3M2MtNzUxZC00NjU0LTgzYmYtMDdkZDQ5MzA3NGNlIn0=?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvbG9jYXRpb25zL2NlbnRyYWx1c2V1YXAvb3BlcmF0aW9ucy9leUp3WVhKMGFYUnBiMjVKWkNJNkltWmxZemcxWVRaakxUVmhOVGd0TkRneU1TMWhOemxoTFRnd1pETm1ZVFEwTW1VMk55SXNJbmR2Y210bWJHOTNTV1FpT2lKa09XUTJOV1EwTlMweU5qWm1MVFEyWldNdE9UVXhOaTFoWXpBek0yTXpNR1EwT0dNaUxDSjNiM0pyWm14dmQwOXdaWEpoZEdsdmJrbGtJam9pTW1Jd1pXSTNNMk10TnpVeFpDMDBOalUwTFRnelltWXRNRGRrWkRRNU16QTNOR05sSW4wPT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-request-id": [ + "0d251c7e-7508-4702-b5d8-d2fb670d0db8" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-IIS/10.0" + ], + "X-AspNet-Version": [ + "4.0.30319" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11999" + ], + "x-ms-correlation-request-id": [ + "798b8c0d-a95a-474c-8869-c3c4cd0e730d" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T155817Z:48c0c065-93f4-431e-9a0d-6fd444cab857" + "WESTUS:20200623T085008Z:798b8c0d-a95a-474c-8869-c3c4cd0e730d" ], "Date": [ - "Wed, 03 Jul 2019 15:58:17 GMT" + "Tue, 23 Jun 2020 08:50:08 GMT" ], "Content-Length": [ - "329" + "745" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6ImZlYzg1YTZjLTVhNTgtNDgyMS1hNzlhLTgwZDNmYTQ0MmU2NyIsIndvcmtmbG93SWQiOiJkOWQ2NWQ0NS0yNjZmLTQ2ZWMtOTUxNi1hYzAzM2MzMGQ0OGMiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiMmIwZWI3M2MtNzUxZC00NjU0LTgzYmYtMDdkZDQ5MzA3NGNlIn0=\",\r\n \"name\": \"eyJwYXJ0aXRpb25JZCI6ImZlYzg1YTZjLTVhNTgtNDgyMS1hNzlhLTgwZDNmYTQ0MmU2NyIsIndvcmtmbG93SWQiOiJkOWQ2NWQ0NS0yNjZmLTQ2ZWMtOTUxNi1hYzAzM2MzMGQ0OGMiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiMmIwZWI3M2MtNzUxZC00NjU0LTgzYmYtMDdkZDQ5MzA3NGNlIn0=\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2020-06-23T08:49:58.4561804Z\",\r\n \"endTime\": \"2020-06-23T08:50:04.7016052Z\",\r\n \"properties\": {}\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps3577/providers/Microsoft.StorageSync/storageSyncServices/sssps7698?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzMzU3Ny9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM3Njk4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-request-id": [ + "08e9882a-7c52-4373-becb-5cc532d26f59" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-IIS/10.0" + ], + "X-AspNet-Version": [ + "4.0.30319" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11998" + ], + "x-ms-correlation-request-id": [ + "ad714407-80c8-4a9d-9dfb-141506ce60dc" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200623T085008Z:ad714407-80c8-4a9d-9dfb-141506ce60dc" + ], + "Date": [ + "Tue, 23 Jun 2020 08:50:08 GMT" + ], + "Content-Length": [ + "633" + ], + "Content-Type": [ + "application/json" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"storageSyncServiceStatus\": null,\r\n \"storageSyncServiceUid\": null\r\n },\r\n \"location\": \"Central US EUAP\",\r\n \"tags\": {},\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps9331/providers/microsoft.storagesync/storageSyncServices/sssps4912\",\r\n \"name\": \"sssps4912\",\r\n \"type\": \"microsoft.storagesync/storageSyncServices\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"storageSyncServiceStatus\": 0,\r\n \"incomingTrafficPolicy\": \"AllowAllTraffic\",\r\n \"privateEndpointConnections\": [],\r\n \"provisioningState\": \"Succeeded\",\r\n \"lastWorkflowId\": \"storageSyncServices/sssps7698/workflows/d9d65d45-266f-46ec-9516-ac033c30d48c\",\r\n \"lastOperationName\": \"ICreateStorageSyncServiceWorkflow\"\r\n },\r\n \"location\": \"Central US EUAP\",\r\n \"tags\": {},\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps3577/providers/microsoft.storagesync/storageSyncServices/sssps7698\",\r\n \"name\": \"sssps7698\",\r\n \"type\": \"microsoft.storagesync/storageSyncServices\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps9331/providers/Microsoft.StorageSync/storageSyncServices/sssps4912/syncGroups/sgps7789?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzOTMzMS9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM0OTEyL3N5bmNHcm91cHMvc2dwczc3ODk/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps3577/providers/Microsoft.StorageSync/storageSyncServices/sssps7698/syncGroups/sgps4474?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzMzU3Ny9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM3Njk4L3N5bmNHcm91cHMvc2dwczQ0NzQ/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", "RequestMethod": "PUT", "RequestBody": "{\r\n \"properties\": {}\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "f2af7748-7602-4c77-aa09-18c16a19b2c1" + "12e9dc2c-7803-4f34-a0e3-8a5ab27b39bb" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -429,7 +561,7 @@ "no-cache" ], "x-ms-request-id": [ - "12ca2e74-4971-4eb8-b0ae-57de632a598b" + "9b7a5dac-9b7c-4f09-b949-17207797bcb2" ], "X-Content-Type-Options": [ "nosniff" @@ -450,50 +582,50 @@ "1198" ], "x-ms-correlation-request-id": [ - "f6d42d87-8d64-42c9-a706-01474b5dfbf0" + "5b37c275-03db-44b1-8a9c-93ced4889c0b" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T155819Z:f6d42d87-8d64-42c9-a706-01474b5dfbf0" + "WESTUS:20200623T085009Z:5b37c275-03db-44b1-8a9c-93ced4889c0b" ], "Date": [ - "Wed, 03 Jul 2019 15:58:18 GMT" + "Tue, 23 Jun 2020 08:50:09 GMT" ], "Content-Length": [ - "331" + "371" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"syncGroupStatus\": \"0\",\r\n \"uniqueId\": \"885751c3-bfa6-4fdd-8ff6-99c3bb746f2c\"\r\n },\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps9331/providers/microsoft.storagesync/storageSyncServices/sssps4912/syncGroups/sgps7789\",\r\n \"name\": \"sgps7789\",\r\n \"type\": \"microsoft.storagesync/storageSyncServices/syncGroups\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"syncGroupStatus\": \"0\",\r\n \"uniqueId\": \"3f3da444-83c4-458f-808e-aff2db56fd24\"\r\n },\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps3577/providers/microsoft.storagesync/storageSyncServices/sssps7698/syncGroups/sgps4474\",\r\n \"name\": \"sgps4474\",\r\n \"type\": \"microsoft.storagesync/storageSyncServices/syncGroups\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps9331/providers/Microsoft.Storage/storageAccounts/saps1057?api-version=2017-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzOTMzMS9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2Uvc3RvcmFnZUFjY291bnRzL3NhcHMxMDU3P2FwaS12ZXJzaW9uPTIwMTctMTAtMDE=", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps3577/providers/Microsoft.Storage/storageAccounts/saps7395?api-version=2017-10-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzMzU3Ny9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2Uvc3RvcmFnZUFjY291bnRzL3NhcHM3Mzk1P2FwaS12ZXJzaW9uPTIwMTctMTAtMDE=", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"location\": \"Central US EUAP\"\r\n}", + "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\"\r\n },\r\n \"kind\": \"StorageV2\",\r\n \"location\": \"Central US EUAP\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "4d7127c6-3c43-41c7-8fa0-f90ad71cdb6f" + "0ca723a5-370e-46df-8b7d-16602c3a3626" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Storage.Version2017.10.01.StorageManagementClient/1.3.0" + "Microsoft.Azure.Management.Storage.Version2017.10.01.StorageManagementClient/1.3.16" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "105" + "107" ] }, "ResponseHeaders": { @@ -504,13 +636,13 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/providers/Microsoft.Storage/locations/centraluseuap/asyncoperations/0268a051-776a-446d-a06a-e66daf776713?monitor=true&api-version=2017-10-01" + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/Microsoft.Storage/locations/centraluseuap/asyncoperations/4d976c5f-fa55-4c61-a76f-9b1a8072604d?monitor=true&api-version=2017-10-01" ], "Retry-After": [ "17" ], "x-ms-request-id": [ - "0268a051-776a-446d-a06a-e66daf776713" + "4d976c5f-fa55-4c61-a76f-9b1a8072604d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -519,19 +651,19 @@ "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1199" + "1198" ], "x-ms-correlation-request-id": [ - "743e39ea-217e-4826-9a72-1e74a3023923" + "e0a4534d-f4f8-4198-aed4-a8af38e3e74c" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T155820Z:743e39ea-217e-4826-9a72-1e74a3023923" + "WESTUS:20200623T085010Z:e0a4534d-f4f8-4198-aed4-a8af38e3e74c" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 15:58:20 GMT" + "Tue, 23 Jun 2020 08:50:10 GMT" ], "Content-Type": [ "text/plain; charset=utf-8" @@ -547,16 +679,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/providers/Microsoft.Storage/locations/centraluseuap/asyncoperations/0268a051-776a-446d-a06a-e66daf776713?monitor=true&api-version=2017-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9sb2NhdGlvbnMvY2VudHJhbHVzZXVhcC9hc3luY29wZXJhdGlvbnMvMDI2OGEwNTEtNzc2YS00NDZkLWEwNmEtZTY2ZGFmNzc2NzEzP21vbml0b3I9dHJ1ZSZhcGktdmVyc2lvbj0yMDE3LTEwLTAx", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/Microsoft.Storage/locations/centraluseuap/asyncoperations/4d976c5f-fa55-4c61-a76f-9b1a8072604d?monitor=true&api-version=2017-10-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9sb2NhdGlvbnMvY2VudHJhbHVzZXVhcC9hc3luY29wZXJhdGlvbnMvNGQ5NzZjNWYtZmE1NS00YzYxLWE3NmYtOWIxYTgwNzI2MDRkP21vbml0b3I9dHJ1ZSZhcGktdmVyc2lvbj0yMDE3LTEwLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Storage.Version2017.10.01.StorageManagementClient/1.3.0" + "Microsoft.Azure.Management.Storage.Version2017.10.01.StorageManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -567,7 +699,7 @@ "no-cache" ], "x-ms-request-id": [ - "1552546d-e35f-49aa-b5e3-b1ad32427e1e" + "3763165c-085c-4c9c-a7ef-25b570cd403b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -579,19 +711,19 @@ "11999" ], "x-ms-correlation-request-id": [ - "9f845e50-7101-49db-9253-c85fd07e07db" + "09e26e34-801a-4627-b528-340b0ef66d50" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T155837Z:9f845e50-7101-49db-9253-c85fd07e07db" + "WESTUS:20200623T085028Z:09e26e34-801a-4627-b528-340b0ef66d50" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 15:58:36 GMT" + "Tue, 23 Jun 2020 08:50:27 GMT" ], "Content-Length": [ - "1018" + "1039" ], "Content-Type": [ "application/json" @@ -600,26 +732,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps9331/providers/Microsoft.Storage/storageAccounts/saps1057\",\r\n \"name\": \"saps1057\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"centraluseuap\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"virtualNetworkRules\": [],\r\n \"ipRules\": [],\r\n \"defaultAction\": \"Allow\"\r\n },\r\n \"supportsHttpsTrafficOnly\": false,\r\n \"encryption\": {\r\n \"services\": {\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2019-07-03T15:58:19.6148908Z\"\r\n },\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2019-07-03T15:58:19.6148908Z\"\r\n }\r\n },\r\n \"keySource\": \"Microsoft.Storage\"\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2019-07-03T15:58:19.5680179Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://saps1057.blob.core.windows.net/\",\r\n \"queue\": \"https://saps1057.queue.core.windows.net/\",\r\n \"table\": \"https://saps1057.table.core.windows.net/\",\r\n \"file\": \"https://saps1057.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"centraluseuap\",\r\n \"statusOfPrimary\": \"available\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"StorageV2\",\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps3577/providers/Microsoft.Storage/storageAccounts/saps7395\",\r\n \"name\": \"saps7395\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"centraluseuap\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"virtualNetworkRules\": [],\r\n \"ipRules\": [],\r\n \"defaultAction\": \"Allow\"\r\n },\r\n \"supportsHttpsTrafficOnly\": false,\r\n \"encryption\": {\r\n \"services\": {\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2020-06-23T08:50:10.3614446Z\"\r\n },\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2020-06-23T08:50:10.3614446Z\"\r\n }\r\n },\r\n \"keySource\": \"Microsoft.Storage\"\r\n },\r\n \"accessTier\": \"Hot\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2020-06-23T08:50:10.3145694Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://saps7395.blob.core.windows.net/\",\r\n \"queue\": \"https://saps7395.queue.core.windows.net/\",\r\n \"table\": \"https://saps7395.table.core.windows.net/\",\r\n \"file\": \"https://saps7395.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"centraluseuap\",\r\n \"statusOfPrimary\": \"available\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps9331/providers/Microsoft.Storage/storageAccounts/saps1057?api-version=2017-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzOTMzMS9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2Uvc3RvcmFnZUFjY291bnRzL3NhcHMxMDU3P2FwaS12ZXJzaW9uPTIwMTctMTAtMDE=", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps3577/providers/Microsoft.Storage/storageAccounts/saps7395?api-version=2017-10-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzMzU3Ny9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2Uvc3RvcmFnZUFjY291bnRzL3NhcHM3Mzk1P2FwaS12ZXJzaW9uPTIwMTctMTAtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "1c22ec54-4531-4ef8-b16a-c85384b2e052" + "ab75e5e8-858d-4e05-b91f-2d1f4cc7fa50" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Storage.Version2017.10.01.StorageManagementClient/1.3.0" + "Microsoft.Azure.Management.Storage.Version2017.10.01.StorageManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -630,7 +762,7 @@ "no-cache" ], "x-ms-request-id": [ - "d5c549ae-d404-43e0-a1ca-b3ff3ebec498" + "4b4e2c91-2fdf-411b-9571-e62bdd023987" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -642,19 +774,19 @@ "11998" ], "x-ms-correlation-request-id": [ - "754d5177-ae6b-469d-8c04-72fa747244f8" + "f4041424-ff87-465e-bb8f-8ae5f14e4f96" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T155837Z:754d5177-ae6b-469d-8c04-72fa747244f8" + "WESTUS:20200623T085028Z:f4041424-ff87-465e-bb8f-8ae5f14e4f96" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 15:58:37 GMT" + "Tue, 23 Jun 2020 08:50:27 GMT" ], "Content-Length": [ - "1018" + "1039" ], "Content-Type": [ "application/json" @@ -663,26 +795,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps9331/providers/Microsoft.Storage/storageAccounts/saps1057\",\r\n \"name\": \"saps1057\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"centraluseuap\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"virtualNetworkRules\": [],\r\n \"ipRules\": [],\r\n \"defaultAction\": \"Allow\"\r\n },\r\n \"supportsHttpsTrafficOnly\": false,\r\n \"encryption\": {\r\n \"services\": {\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2019-07-03T15:58:19.6148908Z\"\r\n },\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2019-07-03T15:58:19.6148908Z\"\r\n }\r\n },\r\n \"keySource\": \"Microsoft.Storage\"\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2019-07-03T15:58:19.5680179Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://saps1057.blob.core.windows.net/\",\r\n \"queue\": \"https://saps1057.queue.core.windows.net/\",\r\n \"table\": \"https://saps1057.table.core.windows.net/\",\r\n \"file\": \"https://saps1057.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"centraluseuap\",\r\n \"statusOfPrimary\": \"available\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"StorageV2\",\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps3577/providers/Microsoft.Storage/storageAccounts/saps7395\",\r\n \"name\": \"saps7395\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"centraluseuap\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"virtualNetworkRules\": [],\r\n \"ipRules\": [],\r\n \"defaultAction\": \"Allow\"\r\n },\r\n \"supportsHttpsTrafficOnly\": false,\r\n \"encryption\": {\r\n \"services\": {\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2020-06-23T08:50:10.3614446Z\"\r\n },\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2020-06-23T08:50:10.3614446Z\"\r\n }\r\n },\r\n \"keySource\": \"Microsoft.Storage\"\r\n },\r\n \"accessTier\": \"Hot\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2020-06-23T08:50:10.3145694Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://saps7395.blob.core.windows.net/\",\r\n \"queue\": \"https://saps7395.queue.core.windows.net/\",\r\n \"table\": \"https://saps7395.table.core.windows.net/\",\r\n \"file\": \"https://saps7395.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"centraluseuap\",\r\n \"statusOfPrimary\": \"available\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps9331/providers/Microsoft.Storage/storageAccounts/saps1057/listKeys?api-version=2017-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzOTMzMS9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2Uvc3RvcmFnZUFjY291bnRzL3NhcHMxMDU3L2xpc3RLZXlzP2FwaS12ZXJzaW9uPTIwMTctMTAtMDE=", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps3577/providers/Microsoft.Storage/storageAccounts/saps7395/listKeys?api-version=2017-10-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzMzU3Ny9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2Uvc3RvcmFnZUFjY291bnRzL3NhcHM3Mzk1L2xpc3RLZXlzP2FwaS12ZXJzaW9uPTIwMTctMTAtMDE=", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "ba2dd889-8702-4bbc-a980-2cb58ddc5e5f" + "cafa1aa7-9ec9-457b-9c9a-f9e39baa9f00" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Storage.Version2017.10.01.StorageManagementClient/1.3.0" + "Microsoft.Azure.Management.Storage.Version2017.10.01.StorageManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -693,7 +825,7 @@ "no-cache" ], "x-ms-request-id": [ - "49bcc8fa-8102-4feb-a331-4b63963d2321" + "8d06d395-7d07-4951-bfa1-ea90cc8e009e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -701,20 +833,20 @@ "Server": [ "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-writes": [ - "1199" + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "11999" ], "x-ms-correlation-request-id": [ - "6bf1620e-0f18-46db-bfbb-5ec1a570c82a" + "2c9add09-82e6-48ce-8950-1bfa70923764" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T155838Z:6bf1620e-0f18-46db-bfbb-5ec1a570c82a" + "WESTUS:20200623T085028Z:2c9add09-82e6-48ce-8950-1bfa70923764" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 15:58:37 GMT" + "Tue, 23 Jun 2020 08:50:27 GMT" ], "Content-Length": [ "288" @@ -726,26 +858,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"keys\": [\r\n {\r\n \"keyName\": \"key1\",\r\n \"value\": \"mjCDKYXybsEJeUmzScgzKqBNXIvyT4Mstluw0nSxEvPT6tdAh7Y1yfTRzXJ7PVEnHM44IJS3ulzP91owPnJk3g==\",\r\n \"permissions\": \"FULL\"\r\n },\r\n {\r\n \"keyName\": \"key2\",\r\n \"value\": \"hhxYtC2R0PuUoTjRZwIM6qq0sWC+/xgboH/nYo7bunPXVT9f0rFXnDX4n+1Wo4tWNweVKKYjSp8TgFKZ6uca5A==\",\r\n \"permissions\": \"FULL\"\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"keys\": [\r\n {\r\n \"keyName\": \"key1\",\r\n \"value\": \"IkTqSUjmsNy2GSmX9j6XGFnoFeJy6bsf2+/MgmscASOxs/Sv7R8eLlGHcxjFp3GUeMXjGwNNHrPACVdzsI6cnA==\",\r\n \"permissions\": \"FULL\"\r\n },\r\n {\r\n \"keyName\": \"key2\",\r\n \"value\": \"Md1nO9WPIQF/DInZrDNVRyubWoT4lhHeTHbciKfpI2vuKCY1qtCIYP3wpw6vKIY1+un3EGU+Z0XOUfdYojNN+w==\",\r\n \"permissions\": \"FULL\"\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/0483643a-cb2f-462a-bc27-1a270e5bdc0a/servicePrincipalsByAppId/9469b9f5-6722-4481-a2b2-14ed560b706f/objectId?api-version=1.6", - "EncodedRequestUri": "LzA0ODM2NDNhLWNiMmYtNDYyYS1iYzI3LTFhMjcwZTViZGMwYS9zZXJ2aWNlUHJpbmNpcGFsc0J5QXBwSWQvOTQ2OWI5ZjUtNjcyMi00NDgxLWEyYjItMTRlZDU2MGI3MDZmL29iamVjdElkP2FwaS12ZXJzaW9uPTEuNg==", + "RequestUri": "/6ad91d65-65ab-4e14-90f7-fe951035b7c9/servicePrincipalsByAppId/9469b9f5-6722-4481-a2b2-14ed560b706f/objectId?api-version=1.6", + "EncodedRequestUri": "LzZhZDkxZDY1LTY1YWItNGUxNC05MGY3LWZlOTUxMDM1YjdjOS9zZXJ2aWNlUHJpbmNpcGFsc0J5QXBwSWQvOTQ2OWI5ZjUtNjcyMi00NDgxLWEyYjItMTRlZDU2MGI3MDZmL29iamVjdElkP2FwaS12ZXJzaW9uPTEuNg==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "0c49e22a-7fbd-4024-a85a-db41669a77db" + "bf03b570-17e4-41b1-8831-8801d49150fd" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Graph.RBAC.Version1.6.20190326.GraphRbacManagementClient/1.3.0" + "Microsoft.Azure.Graph.RBAC.Version1.6.20190326.GraphRbacManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -756,19 +888,22 @@ "no-cache" ], "ocp-aad-diagnostics-server-name": [ - "NorBiSXbBacugIOc9PINP1SvB49TAti3iq1gEzH+f90=" + "nCPedxZrWpkfFXa8YjMlGp+hxZG0CKs1KLjt7iMyV9k=" ], "request-id": [ - "fa7e20a5-9b22-4ff7-80fb-e87b80becd5c" + "42edc586-8050-4ffa-a83f-aec6db967e16" ], "client-request-id": [ - "0c49e22a-7fbd-4024-a85a-db41669a77db" + "bf03b570-17e4-41b1-8831-8801d49150fd" ], "x-ms-dirapi-data-contract-version": [ "1.6" ], "ocp-aad-session-key": [ - "qKjWZNXykrqGBqsCQ4Flv7EEswkbf2kpDZrMntdN6QHUKfs6_XvqMU8Q_636j5QSVcIwWUC4p4WXqaUVXVWiEFIyY3MU9njfJTy13BF5pSOK1XwT5H0IuKgA9arrhVNF.X4k9WJUoHJ3pL7jx9q0lrQ7ed-CErC9mZ3U3kieYw98" + "PSxQEn8AFcmxQVxSYQPEFgE4DSHAkBnt1WPdFLKGR2n3KR7iVXCk2eaV2jQkpEHd7RND3OtRK_2RZ_zLNvHa0B_-qBBkcTGlOQinpcGdfWQFH6Bh5gvP2vc_9qY-CycF.a4lqzbs-eErsk_HJqDG8HCQkZuM4G4ZYprg6uIKP__w" + ], + "x-aad-resource-unit": [ + "1" ], "DataServiceVersion": [ "3.0;" @@ -786,10 +921,10 @@ "ASP.NET" ], "Duration": [ - "572130" + "437770" ], "Date": [ - "Wed, 03 Jul 2019 15:58:41 GMT" + "Tue, 23 Jun 2020 08:50:36 GMT" ], "Content-Type": [ "application/json; odata=minimalmetadata; streaming=true; charset=utf-8" @@ -801,26 +936,26 @@ "151" ] }, - "ResponseBody": "{\r\n \"odata.metadata\": \"https://graph.windows.net/0483643a-cb2f-462a-bc27-1a270e5bdc0a/$metadata#Edm.String\",\r\n \"value\": \"384dab06-7a70-4ecf-a04e-284602199124\"\r\n}", + "ResponseBody": "{\r\n \"odata.metadata\": \"https://graph.windows.net/6ad91d65-65ab-4e14-90f7-fe951035b7c9/$metadata#Edm.String\",\r\n \"value\": \"d8eca219-3055-4504-9a60-18c2d0b4c18c\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/0483643a-cb2f-462a-bc27-1a270e5bdc0a/servicePrincipals/384dab06-7a70-4ecf-a04e-284602199124?api-version=1.6", - "EncodedRequestUri": "LzA0ODM2NDNhLWNiMmYtNDYyYS1iYzI3LTFhMjcwZTViZGMwYS9zZXJ2aWNlUHJpbmNpcGFscy8zODRkYWIwNi03YTcwLTRlY2YtYTA0ZS0yODQ2MDIxOTkxMjQ/YXBpLXZlcnNpb249MS42", + "RequestUri": "/6ad91d65-65ab-4e14-90f7-fe951035b7c9/servicePrincipals/d8eca219-3055-4504-9a60-18c2d0b4c18c?api-version=1.6", + "EncodedRequestUri": "LzZhZDkxZDY1LTY1YWItNGUxNC05MGY3LWZlOTUxMDM1YjdjOS9zZXJ2aWNlUHJpbmNpcGFscy9kOGVjYTIxOS0zMDU1LTQ1MDQtOWE2MC0xOGMyZDBiNGMxOGM/YXBpLXZlcnNpb249MS42", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "a12bfcdf-6fea-4f7f-9b82-51a2bffae0e2" + "34e7003b-85eb-4463-80cf-a44173da4451" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Graph.RBAC.Version1.6.20190326.GraphRbacManagementClient/1.3.0" + "Microsoft.Azure.Graph.RBAC.Version1.6.20190326.GraphRbacManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -831,19 +966,22 @@ "no-cache" ], "ocp-aad-diagnostics-server-name": [ - "qZIv9ellq3w2fi4Frv5Uk50GFg2QtOwXyXvP/LyXimo=" + "hxFS3mPQuqL9Fq6FfFnuWq8two3NNR1jc3tU7NWYMmo=" ], "request-id": [ - "237418d5-4993-43a9-941d-0bdba7f53b02" + "b52063fd-4362-48c9-a354-a14214a88cea" ], "client-request-id": [ - "a12bfcdf-6fea-4f7f-9b82-51a2bffae0e2" + "34e7003b-85eb-4463-80cf-a44173da4451" ], "x-ms-dirapi-data-contract-version": [ "1.6" ], "ocp-aad-session-key": [ - "_PpxNBHio9cjA_NYO7L7-chnM7BYVpr0rgoyx3odKSG_4fFomT4gcy7BfAlEzjWgaQBKgcbYV8Ftk_-gEYjFDWNYweCiPzCYL4axM0TjB30nd6CaHym9h05oongo5WTK.apI0Fs32ivR192xGAqdhW2udZ2tuT6MKuJoFyy2Qw38" + "o78ZnQzHDtupmESq0_iFxCB-N4ai0Vz8eLfNVJUar8BbsSU7gEbfQ84mS66LXlRNyp0YS0ZJIQB8oJhrcWC1ZFYU74E3o1OezYJzaPd1eyyWfJSXFeqvCLziw2ogTj4Q.ITFUXJ0CWThg2Ezbit3z5pXz1w9HlRUGv3Fkymi8AQQ" + ], + "x-aad-resource-unit": [ + "1" ], "DataServiceVersion": [ "3.0;" @@ -861,10 +999,10 @@ "ASP.NET" ], "Duration": [ - "759811" + "2118664" ], "Date": [ - "Wed, 03 Jul 2019 15:58:41 GMT" + "Tue, 23 Jun 2020 08:50:39 GMT" ], "Content-Type": [ "application/json; odata=minimalmetadata; streaming=true; charset=utf-8" @@ -876,7 +1014,7 @@ "1299" ] }, - "ResponseBody": "{\r\n \"odata.metadata\": \"https://graph.windows.net/0483643a-cb2f-462a-bc27-1a270e5bdc0a/$metadata#directoryObjects/@Element\",\r\n \"odata.type\": \"Microsoft.DirectoryServices.ServicePrincipal\",\r\n \"objectType\": \"ServicePrincipal\",\r\n \"objectId\": \"384dab06-7a70-4ecf-a04e-284602199124\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"addIns\": [],\r\n \"alternativeNames\": [],\r\n \"appDisplayName\": \"Microsoft.StorageSync\",\r\n \"appId\": \"9469b9f5-6722-4481-a2b2-14ed560b706f\",\r\n \"applicationTemplateId\": null,\r\n \"appOwnerTenantId\": \"f8cdef31-a31e-4b4a-93e4-5f571e91255a\",\r\n \"appRoleAssignmentRequired\": false,\r\n \"appRoles\": [],\r\n \"displayName\": \"Microsoft.StorageSync\",\r\n \"errorUrl\": null,\r\n \"homepage\": null,\r\n \"informationalUrls\": {\r\n \"termsOfService\": null,\r\n \"support\": null,\r\n \"privacy\": null,\r\n \"marketing\": null\r\n },\r\n \"keyCredentials\": [],\r\n \"logoutUrl\": null,\r\n \"notificationEmailAddresses\": [],\r\n \"oauth2Permissions\": [],\r\n \"passwordCredentials\": [],\r\n \"preferredSingleSignOnMode\": null,\r\n \"preferredTokenSigningKeyEndDateTime\": null,\r\n \"preferredTokenSigningKeyThumbprint\": null,\r\n \"publisherName\": \"Microsoft Services\",\r\n \"replyUrls\": [\r\n \"https://0c38d04b-cf53-496f-aa30-9751eaf67399/redir\"\r\n ],\r\n \"samlMetadataUrl\": null,\r\n \"samlSingleSignOnSettings\": null,\r\n \"servicePrincipalNames\": [\r\n \"9469b9f5-6722-4481-a2b2-14ed560b706f\"\r\n ],\r\n \"servicePrincipalType\": \"Application\",\r\n \"signInAudience\": \"AzureADMultipleOrgs\",\r\n \"tags\": [],\r\n \"tokenEncryptionKeyId\": null\r\n}", + "ResponseBody": "{\r\n \"odata.metadata\": \"https://graph.windows.net/6ad91d65-65ab-4e14-90f7-fe951035b7c9/$metadata#directoryObjects/@Element\",\r\n \"odata.type\": \"Microsoft.DirectoryServices.ServicePrincipal\",\r\n \"objectType\": \"ServicePrincipal\",\r\n \"objectId\": \"d8eca219-3055-4504-9a60-18c2d0b4c18c\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"addIns\": [],\r\n \"alternativeNames\": [],\r\n \"appDisplayName\": \"Microsoft.StorageSync\",\r\n \"appId\": \"9469b9f5-6722-4481-a2b2-14ed560b706f\",\r\n \"applicationTemplateId\": null,\r\n \"appOwnerTenantId\": \"f8cdef31-a31e-4b4a-93e4-5f571e91255a\",\r\n \"appRoleAssignmentRequired\": false,\r\n \"appRoles\": [],\r\n \"displayName\": \"Microsoft.StorageSync\",\r\n \"errorUrl\": null,\r\n \"homepage\": null,\r\n \"informationalUrls\": {\r\n \"termsOfService\": null,\r\n \"support\": null,\r\n \"privacy\": null,\r\n \"marketing\": null\r\n },\r\n \"keyCredentials\": [],\r\n \"logoutUrl\": null,\r\n \"notificationEmailAddresses\": [],\r\n \"oauth2Permissions\": [],\r\n \"passwordCredentials\": [],\r\n \"preferredSingleSignOnMode\": null,\r\n \"preferredTokenSigningKeyEndDateTime\": null,\r\n \"preferredTokenSigningKeyThumbprint\": null,\r\n \"publisherName\": \"Microsoft Services\",\r\n \"replyUrls\": [\r\n \"https://0c38d04b-cf53-496f-aa30-9751eaf67399/redir\"\r\n ],\r\n \"samlMetadataUrl\": null,\r\n \"samlSingleSignOnSettings\": null,\r\n \"servicePrincipalNames\": [\r\n \"9469b9f5-6722-4481-a2b2-14ed560b706f\"\r\n ],\r\n \"servicePrincipalType\": \"Application\",\r\n \"signInAudience\": \"AzureADMultipleOrgs\",\r\n \"tags\": [],\r\n \"tokenEncryptionKeyId\": null\r\n}", "StatusCode": 200 }, { @@ -886,16 +1024,16 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "14698a36-c163-4669-a0a2-267652c42197" + "4b841e66-ded3-4e3c-a082-eb4a595f6124" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Authorization.Version2015.07.01.AuthorizationManagementClient/1.3.0" + "Microsoft.Azure.Management.Authorization.Version2015.07.01.AuthorizationManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -905,11 +1043,8 @@ "Pragma": [ "no-cache" ], - "x-ms-request-charge": [ - "1" - ], "x-ms-request-id": [ - "65b2eef5-d452-4987-9027-d1e8716292b7" + "26546c9c-c560-46ab-9f0b-51058edf0984" ], "X-Content-Type-Options": [ "nosniff" @@ -918,19 +1053,19 @@ "max-age=31536000; includeSubDomains" ], "Set-Cookie": [ - "x-ms-gateway-slice=Production; path=/; secure; HttpOnly" + "x-ms-gateway-slice=Production; path=/; SameSite=None; secure; HttpOnly" ], "x-ms-ratelimit-remaining-tenant-reads": [ "11999" ], "x-ms-correlation-request-id": [ - "d8f2b49a-822f-40a7-b736-f0424341d32d" + "50221a8a-2d9a-4212-9c23-43e99129f760" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T155842Z:d8f2b49a-822f-40a7-b736-f0424341d32d" + "WESTUS:20200623T085040Z:50221a8a-2d9a-4212-9c23-43e99129f760" ], "Date": [ - "Wed, 03 Jul 2019 15:58:42 GMT" + "Tue, 23 Jun 2020 08:50:39 GMT" ], "Content-Length": [ "841" @@ -946,22 +1081,22 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourcegroups/ps9331/providers/Microsoft.Storage///storageAccounts/saps1057/providers/Microsoft.Authorization/roleAssignments?$filter=assignedTo('384dab06-7a70-4ecf-a04e-284602199124')&api-version=2015-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlZ3JvdXBzL3BzOTMzMS9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2UvLy9zdG9yYWdlQWNjb3VudHMvc2FwczEwNTcvcHJvdmlkZXJzL01pY3Jvc29mdC5BdXRob3JpemF0aW9uL3JvbGVBc3NpZ25tZW50cz8kZmlsdGVyPWFzc2lnbmVkVG8oJzM4NGRhYjA2LTdhNzAtNGVjZi1hMDRlLTI4NDYwMjE5OTEyNCcpJmFwaS12ZXJzaW9uPTIwMTUtMDctMDE=", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourcegroups/ps3577/providers/Microsoft.Storage///storageAccounts/saps7395/providers/Microsoft.Authorization/roleAssignments?$filter=assignedTo('d8eca219-3055-4504-9a60-18c2d0b4c18c')&api-version=2015-07-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlZ3JvdXBzL3BzMzU3Ny9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2UvLy9zdG9yYWdlQWNjb3VudHMvc2FwczczOTUvcHJvdmlkZXJzL01pY3Jvc29mdC5BdXRob3JpemF0aW9uL3JvbGVBc3NpZ25tZW50cz8kZmlsdGVyPWFzc2lnbmVkVG8oJ2Q4ZWNhMjE5LTMwNTUtNDUwNC05YTYwLTE4YzJkMGI0YzE4YycpJmFwaS12ZXJzaW9uPTIwMTUtMDctMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "d516793e-e721-45ac-be4a-bb6ce44083ff" + "56c139ab-6c73-4b17-96c2-17c11da90d7b" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Authorization.Version2015.07.01.AuthorizationManagementClient/1.3.0" + "Microsoft.Azure.Management.Authorization.Version2015.07.01.AuthorizationManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -971,11 +1106,8 @@ "Pragma": [ "no-cache" ], - "x-ms-request-charge": [ - "1" - ], "x-ms-request-id": [ - "d3fd4ba2-38f7-4c58-9ac3-47be99778ab9" + "d3c12e9c-6411-4d85-b4a9-682749586083" ], "X-Content-Type-Options": [ "nosniff" @@ -984,22 +1116,22 @@ "max-age=31536000; includeSubDomains" ], "Set-Cookie": [ - "x-ms-gateway-slice=Production; path=/; secure; HttpOnly" + "x-ms-gateway-slice=Production; path=/; secure; HttpOnly; SameSite=None" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11999" ], "x-ms-correlation-request-id": [ - "fd19b969-e98b-4a68-a755-70698241784e" + "18ce8fea-c594-410b-bda9-88ec718439e2" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T155842Z:fd19b969-e98b-4a68-a755-70698241784e" + "WESTUS:20200623T085041Z:18ce8fea-c594-410b-bda9-88ec718439e2" ], "Date": [ - "Wed, 03 Jul 2019 15:58:42 GMT" + "Tue, 23 Jun 2020 08:50:40 GMT" ], "Content-Length": [ - "12" + "732" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1008,98 +1140,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": []\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"properties\": {\r\n \"roleDefinitionId\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c\",\r\n \"principalId\": \"d8eca219-3055-4504-9a60-18c2d0b4c18c\",\r\n \"scope\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b\",\r\n \"createdOn\": \"2020-05-23T18:29:54.9647107Z\",\r\n \"updatedOn\": \"2020-05-23T18:29:54.9647107Z\",\r\n \"createdBy\": \"a8656ec6-d7a4-4e38-bf78-58d74e3ed751\",\r\n \"updatedBy\": \"a8656ec6-d7a4-4e38-bf78-58d74e3ed751\"\r\n },\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/Microsoft.Authorization/roleAssignments/dc60f792-d409-4e1d-8fe5-192d121c26e9\",\r\n \"type\": \"Microsoft.Authorization/roleAssignments\",\r\n \"name\": \"dc60f792-d409-4e1d-8fe5-192d121c26e9\"\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "//subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps9331/providers/Microsoft.Storage/storageAccounts/saps1057/providers/Microsoft.Authorization/roleAssignments/45234253-56ed-4243-b8ed-bd92b2fbe5ce?api-version=2015-07-01", - "EncodedRequestUri": "Ly9zdWJzY3JpcHRpb25zLzdiOTZjYjAyLTQ2NjMtNDBmNC05YTg5LTYwM2QzODQ5ZTQ2YS9yZXNvdXJjZUdyb3Vwcy9wczkzMzEvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9zYXBzMTA1Ny9wcm92aWRlcnMvTWljcm9zb2Z0LkF1dGhvcml6YXRpb24vcm9sZUFzc2lnbm1lbnRzLzQ1MjM0MjUzLTU2ZWQtNDI0My1iOGVkLWJkOTJiMmZiZTVjZT9hcGktdmVyc2lvbj0yMDE1LTA3LTAx", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps3577/providers/Microsoft.StorageSync/storageSyncServices/sssps7698/syncGroups/sgps4474/cloudEndpoints/cepps2531?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzMzU3Ny9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM3Njk4L3N5bmNHcm91cHMvc2dwczQ0NzQvY2xvdWRFbmRwb2ludHMvY2VwcHMyNTMxP2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"roleDefinitionId\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/providers/Microsoft.Authorization/roleDefinitions/c12c1c16-33a1-487b-954d-41c89c60f349\",\r\n \"principalId\": \"384dab06-7a70-4ecf-a04e-284602199124\"\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"storageAccountResourceId\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps3577/providers/Microsoft.Storage/storageAccounts/saps7395\",\r\n \"azureFileShareName\": \"testfs\",\r\n \"storageAccountTenantId\": \"6ad91d65-65ab-4e14-90f7-fe951035b7c9\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "f22af8a1-2641-4a19-b92c-edc3ed1e241d" + "8d8bfe2b-23ec-4301-a21a-4f559f9c3b0c" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Authorization.Version2015.07.01.AuthorizationManagementClient/1.3.0" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Content-Length": [ - "254" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-request-charge": [ - "1" - ], - "x-ms-request-id": [ - "ce016449-5b54-4310-83c2-70673e893b36" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Set-Cookie": [ - "x-ms-gateway-slice=Production; path=/; secure; HttpOnly" - ], - "x-ms-ratelimit-remaining-subscription-writes": [ - "1199" - ], - "x-ms-correlation-request-id": [ - "318fee5c-5038-488b-adca-31da7a61c930" - ], - "x-ms-routing-request-id": [ - "WESTUS:20190703T155844Z:318fee5c-5038-488b-adca-31da7a61c930" - ], - "Date": [ - "Wed, 03 Jul 2019 15:58:44 GMT" - ], - "Content-Length": [ - "836" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"roleDefinitionId\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/providers/Microsoft.Authorization/roleDefinitions/c12c1c16-33a1-487b-954d-41c89c60f349\",\r\n \"principalId\": \"384dab06-7a70-4ecf-a04e-284602199124\",\r\n \"scope\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps9331/providers/Microsoft.Storage/storageAccounts/saps1057\",\r\n \"createdOn\": \"2019-07-03T15:58:43.114303Z\",\r\n \"updatedOn\": \"2019-07-03T15:58:43.114303Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": \"8d1a2f63-15c2-4fe8-a804-213ecbaf4403\"\r\n },\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps9331/providers/Microsoft.Storage/storageAccounts/saps1057/providers/Microsoft.Authorization/roleAssignments/45234253-56ed-4243-b8ed-bd92b2fbe5ce\",\r\n \"type\": \"Microsoft.Authorization/roleAssignments\",\r\n \"name\": \"45234253-56ed-4243-b8ed-bd92b2fbe5ce\"\r\n}", - "StatusCode": 201 - }, - { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps9331/providers/Microsoft.StorageSync/storageSyncServices/sssps4912/syncGroups/sgps7789/cloudEndpoints/cepps9012?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzOTMzMS9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM0OTEyL3N5bmNHcm91cHMvc2dwczc3ODkvY2xvdWRFbmRwb2ludHMvY2VwcHM5MDEyP2FwaS12ZXJzaW9uPTIwMTktMDMtMDE=", - "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"storageAccountResourceId\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps9331/providers/Microsoft.Storage/storageAccounts/saps1057\",\r\n \"azureFileShareName\": \"testfs\",\r\n \"storageAccountTenantId\": \"0483643a-cb2f-462a-bc27-1a270e5bdc0a\"\r\n }\r\n}", - "RequestHeaders": { - "x-ms-client-request-id": [ - "4d5a464b-b09e-429e-98e3-9e1cf1b2ca62" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.27617.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1116,16 +1176,16 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps9331/providers/microsoft.storagesync/storageSyncServices/sssps4912/workflows/6bc8d267-5997-4698-bff4-5037281e6231/operationresults/781b5395-ba07-441a-960f-1dbb0dbb8eae?api-version=2019-03-01" + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6ImZlYzg1YTZjLTVhNTgtNDgyMS1hNzlhLTgwZDNmYTQ0MmU2NyIsIndvcmtmbG93SWQiOiI2MjEzMmVkNi00NGFlLTQ3NWYtYTQyMS1hMTczNjE0ZGY0MWUiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiNTI3YzY5YWQtYzI1Zi00MGM0LWEyYTQtMmFkM2NlZjVjZDk3In0=?api-version=2020-03-01" ], "Retry-After": [ "10" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps9331/providers/microsoft.storagesync/storageSyncServices/sssps4912/workflows/6bc8d267-5997-4698-bff4-5037281e6231/operations/781b5395-ba07-441a-960f-1dbb0dbb8eae?api-version=2019-03-01" + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6ImZlYzg1YTZjLTVhNTgtNDgyMS1hNzlhLTgwZDNmYTQ0MmU2NyIsIndvcmtmbG93SWQiOiI2MjEzMmVkNi00NGFlLTQ3NWYtYTQyMS1hMTczNjE0ZGY0MWUiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiNTI3YzY5YWQtYzI1Zi00MGM0LWEyYTQtMmFkM2NlZjVjZDk3In0=?api-version=2020-03-01" ], "x-ms-request-id": [ - "6b123425-eca2-4e2e-8175-241c2d0d57c3" + "31a3bfa6-f939-48af-a5f8-c4aebd2f72c7" ], "X-Content-Type-Options": [ "nosniff" @@ -1143,16 +1203,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1198" + "1199" ], "x-ms-correlation-request-id": [ - "882e5955-029e-4333-8d16-576250b124a4" + "8400c1ae-2b61-41b8-93b1-45e4b6177c76" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T155925Z:882e5955-029e-4333-8d16-576250b124a4" + "WESTUS:20200623T085042Z:8400c1ae-2b61-41b8-93b1-45e4b6177c76" ], "Date": [ - "Wed, 03 Jul 2019 15:59:25 GMT" + "Tue, 23 Jun 2020 08:50:41 GMT" ], "Expires": [ "-1" @@ -1165,16 +1225,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps9331/providers/microsoft.storagesync/storageSyncServices/sssps4912/workflows/6bc8d267-5997-4698-bff4-5037281e6231/operations/781b5395-ba07-441a-960f-1dbb0dbb8eae?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzOTMzMS9wcm92aWRlcnMvbWljcm9zb2Z0LnN0b3JhZ2VzeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM0OTEyL3dvcmtmbG93cy82YmM4ZDI2Ny01OTk3LTQ2OTgtYmZmNC01MDM3MjgxZTYyMzEvb3BlcmF0aW9ucy83ODFiNTM5NS1iYTA3LTQ0MWEtOTYwZi0xZGJiMGRiYjhlYWU/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6ImZlYzg1YTZjLTVhNTgtNDgyMS1hNzlhLTgwZDNmYTQ0MmU2NyIsIndvcmtmbG93SWQiOiI2MjEzMmVkNi00NGFlLTQ3NWYtYTQyMS1hMTczNjE0ZGY0MWUiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiNTI3YzY5YWQtYzI1Zi00MGM0LWEyYTQtMmFkM2NlZjVjZDk3In0=?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvbG9jYXRpb25zL2NlbnRyYWx1c2V1YXAvb3BlcmF0aW9ucy9leUp3WVhKMGFYUnBiMjVKWkNJNkltWmxZemcxWVRaakxUVmhOVGd0TkRneU1TMWhOemxoTFRnd1pETm1ZVFEwTW1VMk55SXNJbmR2Y210bWJHOTNTV1FpT2lJMk1qRXpNbVZrTmkwME5HRmxMVFEzTldZdFlUUXlNUzFoTVRjek5qRTBaR1kwTVdVaUxDSjNiM0pyWm14dmQwOXdaWEpoZEdsdmJrbGtJam9pTlRJM1l6WTVZV1F0WXpJMVppMDBNR00wTFdFeVlUUXRNbUZrTTJObFpqVmpaRGszSW4wPT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -1185,7 +1245,7 @@ "no-cache" ], "x-ms-request-id": [ - "c61f4fc7-e74f-4149-b9c7-15a8a306ed06" + "c9a2cbe9-a50e-420d-903e-eac563da3a21" ], "X-Content-Type-Options": [ "nosniff" @@ -1206,38 +1266,38 @@ "11998" ], "x-ms-correlation-request-id": [ - "d48a0ca4-273b-41c0-94e0-fb8add77d6c8" + "3c3128b4-003e-4fbf-a752-04d57df8c51e" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T155936Z:d48a0ca4-273b-41c0-94e0-fb8add77d6c8" + "WESTUS:20200623T085052Z:3c3128b4-003e-4fbf-a752-04d57df8c51e" ], "Date": [ - "Wed, 03 Jul 2019 15:59:35 GMT" + "Tue, 23 Jun 2020 08:50:51 GMT" ], "Content-Length": [ - "444" + "745" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps9331/providers/microsoft.storagesync/storageSyncServices/sssps4912/workflow/6bc8d267-5997-4698-bff4-5037281e6231/operationresults/781b5395-ba07-441a-960f-1dbb0dbb8eae\",\r\n \"name\": \"781b5395-ba07-441a-960f-1dbb0dbb8eae\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2019-07-03T15:59:25.77809Z\",\r\n \"endTime\": \"2019-07-03T15:59:33.407907Z\",\r\n \"percentComplete\": null,\r\n \"error\": null,\r\n \"properties\": {}\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6ImZlYzg1YTZjLTVhNTgtNDgyMS1hNzlhLTgwZDNmYTQ0MmU2NyIsIndvcmtmbG93SWQiOiI2MjEzMmVkNi00NGFlLTQ3NWYtYTQyMS1hMTczNjE0ZGY0MWUiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiNTI3YzY5YWQtYzI1Zi00MGM0LWEyYTQtMmFkM2NlZjVjZDk3In0=\",\r\n \"name\": \"eyJwYXJ0aXRpb25JZCI6ImZlYzg1YTZjLTVhNTgtNDgyMS1hNzlhLTgwZDNmYTQ0MmU2NyIsIndvcmtmbG93SWQiOiI2MjEzMmVkNi00NGFlLTQ3NWYtYTQyMS1hMTczNjE0ZGY0MWUiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiNTI3YzY5YWQtYzI1Zi00MGM0LWEyYTQtMmFkM2NlZjVjZDk3In0=\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2020-06-23T08:50:42.4258568Z\",\r\n \"endTime\": \"2020-06-23T08:50:51.7858625Z\",\r\n \"properties\": {}\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps9331/providers/Microsoft.StorageSync/storageSyncServices/sssps4912/syncGroups/sgps7789/cloudEndpoints/cepps9012?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzOTMzMS9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM0OTEyL3N5bmNHcm91cHMvc2dwczc3ODkvY2xvdWRFbmRwb2ludHMvY2VwcHM5MDEyP2FwaS12ZXJzaW9uPTIwMTktMDMtMDE=", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps3577/providers/Microsoft.StorageSync/storageSyncServices/sssps7698/syncGroups/sgps4474/cloudEndpoints/cepps2531?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzMzU3Ny9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM3Njk4L3N5bmNHcm91cHMvc2dwczQ0NzQvY2xvdWRFbmRwb2ludHMvY2VwcHMyNTMxP2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -1248,7 +1308,7 @@ "no-cache" ], "x-ms-request-id": [ - "15eb0b6c-7add-4e2c-a0f0-9a9ca79ccdc5" + "e28ea3d8-8f1b-490c-9e24-6f3200ce4db2" ], "X-Content-Type-Options": [ "nosniff" @@ -1269,44 +1329,44 @@ "11997" ], "x-ms-correlation-request-id": [ - "ba99d717-063e-4506-9818-91fb16672cab" + "8aa75185-7946-4d61-b1e5-1ed30248c997" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T155936Z:ba99d717-063e-4506-9818-91fb16672cab" + "WESTUS:20200623T085052Z:8aa75185-7946-4d61-b1e5-1ed30248c997" ], "Date": [ - "Wed, 03 Jul 2019 15:59:35 GMT" + "Tue, 23 Jun 2020 08:50:52 GMT" ], "Content-Length": [ - "985" + "1027" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"storageAccountKey\": null,\r\n \"storageAccount\": null,\r\n \"storageAccountResourceId\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps9331/providers/Microsoft.Storage/storageAccounts/saps1057\",\r\n \"azureFileShareName\": \"testfs\",\r\n \"storageAccountTenantId\": \"0483643a-cb2f-462a-bc27-1a270e5bdc0a\",\r\n \"partnershipId\": \"1|U0VSVkVSQVNTWU5DQ0xJRU5USEZTVjJ8ODg1NzUxQzMtQkZBNi00RkRELThGRjYtOTlDM0JCNzQ2RjJDfEdFTkVSSUN8MkIyRUFENzYtMTVEQi00QjhBLUJFQjItMzQwRTRBMDk1NTZF\",\r\n \"friendlyName\": \"testfs\",\r\n \"backupEnabled\": \"false\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"lastWorkflowId\": \"storageSyncServices/sssps4912/workflows/6bc8d267-5997-4698-bff4-5037281e6231\",\r\n \"lastOperationName\": \"ICreateCloudEndpointWorkflow\"\r\n },\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps9331/providers/microsoft.storagesync/storageSyncServices/sssps4912/syncGroups/sgps7789/cloudEndpoints/cepps9012\",\r\n \"name\": \"cepps9012\",\r\n \"type\": \"microsoft.storagesync/storageSyncServices/syncGroups/cloudEndpoints\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"storageAccountResourceId\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps3577/providers/Microsoft.Storage/storageAccounts/saps7395\",\r\n \"azureFileShareName\": \"testfs\",\r\n \"storageAccountTenantId\": \"6ad91d65-65ab-4e14-90f7-fe951035b7c9\",\r\n \"partnershipId\": \"1|U0VSVkVSQVNTWU5DQ0xJRU5USEZTVjJ8M0YzREE0NDQtODNDNC00NThGLTgwOEUtQUZGMkRCNTZGRDI0fEdFTkVSSUN8MzQ2ODVDNjYtMjI5OS00N0EwLUEzRTAtODlDMzBGRUE0NzU5\",\r\n \"friendlyName\": \"testfs\",\r\n \"backupEnabled\": \"false\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"lastWorkflowId\": \"storageSyncServices/sssps7698/workflows/62132ed6-44ae-475f-a421-a173614df41e\",\r\n \"lastOperationName\": \"ICreateCloudEndpointWorkflow\"\r\n },\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps3577/providers/microsoft.storagesync/storageSyncServices/sssps7698/syncGroups/sgps4474/cloudEndpoints/cepps2531\",\r\n \"name\": \"cepps2531\",\r\n \"type\": \"microsoft.storagesync/storageSyncServices/syncGroups/cloudEndpoints\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps9331/providers/Microsoft.StorageSync/storageSyncServices/sssps4912/syncGroups/sgps7789/cloudEndpoints/cepps9012?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzOTMzMS9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM0OTEyL3N5bmNHcm91cHMvc2dwczc3ODkvY2xvdWRFbmRwb2ludHMvY2VwcHM5MDEyP2FwaS12ZXJzaW9uPTIwMTktMDMtMDE=", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps3577/providers/Microsoft.StorageSync/storageSyncServices/sssps7698/syncGroups/sgps4474/cloudEndpoints/cepps2531?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzMzU3Ny9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM3Njk4L3N5bmNHcm91cHMvc2dwczQ0NzQvY2xvdWRFbmRwb2ludHMvY2VwcHMyNTMxP2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "01354e16-070c-4693-aa11-798ec41a940f" + "1c8f4a10-57ca-494c-ac8b-2e8651529aa7" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -1317,16 +1377,16 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps9331/providers/microsoft.storagesync/storageSyncServices/sssps4912/workflows/5ea4c00e-fe23-4418-90b7-e936ed5167cf/operationresults/3ae2c6bb-66bc-48bc-8848-7b968e14e6df?api-version=2019-03-01" + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6ImZlYzg1YTZjLTVhNTgtNDgyMS1hNzlhLTgwZDNmYTQ0MmU2NyIsIndvcmtmbG93SWQiOiI2NDdmYzA5OS03ZDNhLTQ0MzMtYjkyOC1hNjdmNjk4MWE3MjMiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiZGEzZjhlNDAtMzIzZS00YmU5LWIzOTQtYmY5MmNhOGU0NjljIn0=?api-version=2020-03-01" ], "Retry-After": [ "10" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps9331/providers/microsoft.storagesync/storageSyncServices/sssps4912/workflows/5ea4c00e-fe23-4418-90b7-e936ed5167cf/operations/3ae2c6bb-66bc-48bc-8848-7b968e14e6df?api-version=2019-03-01" + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6ImZlYzg1YTZjLTVhNTgtNDgyMS1hNzlhLTgwZDNmYTQ0MmU2NyIsIndvcmtmbG93SWQiOiI2NDdmYzA5OS03ZDNhLTQ0MzMtYjkyOC1hNjdmNjk4MWE3MjMiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiZGEzZjhlNDAtMzIzZS00YmU5LWIzOTQtYmY5MmNhOGU0NjljIn0=?api-version=2020-03-01" ], "x-ms-request-id": [ - "e24eac51-0b1d-4a58-898d-b1e197b68766" + "47020793-a47c-40d8-be80-aa2b465fe0ad" ], "X-Content-Type-Options": [ "nosniff" @@ -1347,13 +1407,13 @@ "14999" ], "x-ms-correlation-request-id": [ - "e7878eb4-bbc6-41fb-bb28-2ca2b3389ad9" + "6ceac385-35b1-4f3c-8d42-b75630360688" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T155936Z:e7878eb4-bbc6-41fb-bb28-2ca2b3389ad9" + "WESTUS:20200623T085053Z:6ceac385-35b1-4f3c-8d42-b75630360688" ], "Date": [ - "Wed, 03 Jul 2019 15:59:36 GMT" + "Tue, 23 Jun 2020 08:50:52 GMT" ], "Expires": [ "-1" @@ -1366,16 +1426,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps9331/providers/microsoft.storagesync/storageSyncServices/sssps4912/workflows/5ea4c00e-fe23-4418-90b7-e936ed5167cf/operations/3ae2c6bb-66bc-48bc-8848-7b968e14e6df?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzOTMzMS9wcm92aWRlcnMvbWljcm9zb2Z0LnN0b3JhZ2VzeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM0OTEyL3dvcmtmbG93cy81ZWE0YzAwZS1mZTIzLTQ0MTgtOTBiNy1lOTM2ZWQ1MTY3Y2Yvb3BlcmF0aW9ucy8zYWUyYzZiYi02NmJjLTQ4YmMtODg0OC03Yjk2OGUxNGU2ZGY/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6ImZlYzg1YTZjLTVhNTgtNDgyMS1hNzlhLTgwZDNmYTQ0MmU2NyIsIndvcmtmbG93SWQiOiI2NDdmYzA5OS03ZDNhLTQ0MzMtYjkyOC1hNjdmNjk4MWE3MjMiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiZGEzZjhlNDAtMzIzZS00YmU5LWIzOTQtYmY5MmNhOGU0NjljIn0=?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvbG9jYXRpb25zL2NlbnRyYWx1c2V1YXAvb3BlcmF0aW9ucy9leUp3WVhKMGFYUnBiMjVKWkNJNkltWmxZemcxWVRaakxUVmhOVGd0TkRneU1TMWhOemxoTFRnd1pETm1ZVFEwTW1VMk55SXNJbmR2Y210bWJHOTNTV1FpT2lJMk5EZG1ZekE1T1MwM1pETmhMVFEwTXpNdFlqa3lPQzFoTmpkbU5qazRNV0UzTWpNaUxDSjNiM0pyWm14dmQwOXdaWEpoZEdsdmJrbGtJam9pWkdFelpqaGxOREF0TXpJelpTMDBZbVU1TFdJek9UUXRZbVk1TW1OaE9HVTBOamxqSW4wPT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -1386,7 +1446,7 @@ "no-cache" ], "x-ms-request-id": [ - "1adeb26f-0d85-4346-90da-0b5ba2a335d4" + "fb4aeaf5-3dc1-4786-a6db-af38c726321e" ], "X-Content-Type-Options": [ "nosniff" @@ -1407,38 +1467,38 @@ "11996" ], "x-ms-correlation-request-id": [ - "6888b18c-02f6-4386-8d74-da330782ce8b" + "f2cbbbe7-2ae7-4a7f-a1d9-6826980a64d4" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T155947Z:6888b18c-02f6-4386-8d74-da330782ce8b" + "WESTUS:20200623T085104Z:f2cbbbe7-2ae7-4a7f-a1d9-6826980a64d4" ], "Date": [ - "Wed, 03 Jul 2019 15:59:46 GMT" + "Tue, 23 Jun 2020 08:51:03 GMT" ], "Content-Length": [ - "447" + "743" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps9331/providers/microsoft.storagesync/storageSyncServices/sssps4912/workflow/5ea4c00e-fe23-4418-90b7-e936ed5167cf/operationresults/3ae2c6bb-66bc-48bc-8848-7b968e14e6df\",\r\n \"name\": \"3ae2c6bb-66bc-48bc-8848-7b968e14e6df\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2019-07-03T15:59:37.0817387Z\",\r\n \"endTime\": \"2019-07-03T15:59:41.2577654Z\",\r\n \"percentComplete\": null,\r\n \"error\": null,\r\n \"properties\": {}\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6ImZlYzg1YTZjLTVhNTgtNDgyMS1hNzlhLTgwZDNmYTQ0MmU2NyIsIndvcmtmbG93SWQiOiI2NDdmYzA5OS03ZDNhLTQ0MzMtYjkyOC1hNjdmNjk4MWE3MjMiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiZGEzZjhlNDAtMzIzZS00YmU5LWIzOTQtYmY5MmNhOGU0NjljIn0=\",\r\n \"name\": \"eyJwYXJ0aXRpb25JZCI6ImZlYzg1YTZjLTVhNTgtNDgyMS1hNzlhLTgwZDNmYTQ0MmU2NyIsIndvcmtmbG93SWQiOiI2NDdmYzA5OS03ZDNhLTQ0MzMtYjkyOC1hNjdmNjk4MWE3MjMiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiZGEzZjhlNDAtMzIzZS00YmU5LWIzOTQtYmY5MmNhOGU0NjljIn0=\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2020-06-23T08:50:54.020592Z\",\r\n \"endTime\": \"2020-06-23T08:50:58.103218Z\",\r\n \"properties\": {}\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps9331/providers/microsoft.storagesync/storageSyncServices/sssps4912/workflows/5ea4c00e-fe23-4418-90b7-e936ed5167cf/operationresults/3ae2c6bb-66bc-48bc-8848-7b968e14e6df?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzOTMzMS9wcm92aWRlcnMvbWljcm9zb2Z0LnN0b3JhZ2VzeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM0OTEyL3dvcmtmbG93cy81ZWE0YzAwZS1mZTIzLTQ0MTgtOTBiNy1lOTM2ZWQ1MTY3Y2Yvb3BlcmF0aW9ucmVzdWx0cy8zYWUyYzZiYi02NmJjLTQ4YmMtODg0OC03Yjk2OGUxNGU2ZGY/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6ImZlYzg1YTZjLTVhNTgtNDgyMS1hNzlhLTgwZDNmYTQ0MmU2NyIsIndvcmtmbG93SWQiOiI2NDdmYzA5OS03ZDNhLTQ0MzMtYjkyOC1hNjdmNjk4MWE3MjMiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiZGEzZjhlNDAtMzIzZS00YmU5LWIzOTQtYmY5MmNhOGU0NjljIn0=?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvbG9jYXRpb25zL2NlbnRyYWx1c2V1YXAvb3BlcmF0aW9ucmVzdWx0cy9leUp3WVhKMGFYUnBiMjVKWkNJNkltWmxZemcxWVRaakxUVmhOVGd0TkRneU1TMWhOemxoTFRnd1pETm1ZVFEwTW1VMk55SXNJbmR2Y210bWJHOTNTV1FpT2lJMk5EZG1ZekE1T1MwM1pETmhMVFEwTXpNdFlqa3lPQzFoTmpkbU5qazRNV0UzTWpNaUxDSjNiM0pyWm14dmQwOXdaWEpoZEdsdmJrbGtJam9pWkdFelpqaGxOREF0TXpJelpTMDBZbVU1TFdJek9UUXRZbVk1TW1OaE9HVTBOamxqSW4wPT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -1449,7 +1509,7 @@ "no-cache" ], "x-ms-request-id": [ - "bd8342dc-b434-4a14-b3b7-aa57b2fb0696" + "19c2ab76-7ae2-4d5f-a5d5-7c6326af1055" ], "X-Content-Type-Options": [ "nosniff" @@ -1470,13 +1530,13 @@ "11995" ], "x-ms-correlation-request-id": [ - "98a30482-082d-4a0b-8f68-31b1698a7405" + "80b219c3-5ed0-4d09-8ec7-45e0e140c66f" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T155948Z:98a30482-082d-4a0b-8f68-31b1698a7405" + "WESTUS:20200623T085104Z:80b219c3-5ed0-4d09-8ec7-45e0e140c66f" ], "Date": [ - "Wed, 03 Jul 2019 15:59:48 GMT" + "Tue, 23 Jun 2020 08:51:03 GMT" ], "Expires": [ "-1" @@ -1489,22 +1549,22 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps9331/providers/Microsoft.StorageSync/storageSyncServices/sssps4912/syncGroups/sgps7789?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzOTMzMS9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM0OTEyL3N5bmNHcm91cHMvc2dwczc3ODk/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps3577/providers/Microsoft.StorageSync/storageSyncServices/sssps7698/syncGroups/sgps4474?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzMzU3Ny9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM3Njk4L3N5bmNHcm91cHMvc2dwczQ0NzQ/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "a32d9093-9a90-48fd-ab17-3199c3a6c7cf" + "06aacb82-4d0b-480b-9729-9dc93b77d07f" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -1515,7 +1575,7 @@ "no-cache" ], "x-ms-request-id": [ - "192a078f-eecd-46ad-b372-467325b46e96" + "2c9eb5cf-3f8a-4617-a50c-0b2e9b55e812" ], "X-Content-Type-Options": [ "nosniff" @@ -1536,13 +1596,13 @@ "14998" ], "x-ms-correlation-request-id": [ - "e834eab6-9382-4d6c-812c-b02d414a5d0e" + "815eee4e-e522-4ac9-99af-af93b69b0dca" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T155948Z:e834eab6-9382-4d6c-812c-b02d414a5d0e" + "WESTUS:20200623T085104Z:815eee4e-e522-4ac9-99af-af93b69b0dca" ], "Date": [ - "Wed, 03 Jul 2019 15:59:48 GMT" + "Tue, 23 Jun 2020 08:51:03 GMT" ], "Expires": [ "-1" @@ -1555,22 +1615,22 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps9331/providers/Microsoft.StorageSync/storageSyncServices/sssps4912?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzOTMzMS9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM0OTEyP2FwaS12ZXJzaW9uPTIwMTktMDMtMDE=", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps3577/providers/Microsoft.StorageSync/storageSyncServices/sssps7698?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzMzU3Ny9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM3Njk4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "ae0a1575-603c-48f4-a5d5-c6f5fa867b00" + "130a4ef2-39a5-4c9a-bb5a-85f04140d9fc" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -1580,8 +1640,17 @@ "Pragma": [ "no-cache" ], + "Location": [ + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6ImZlYzg1YTZjLTVhNTgtNDgyMS1hNzlhLTgwZDNmYTQ0MmU2NyIsIndvcmtmbG93SWQiOiIyNDQwM2ZlMS04YmE3LTQxMDYtYWI4NS1kY2I3ZDczNDI5ZTgiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiNjM0YmI5NGQtMDcwZC00YzQ5LWJhODEtOWM3Yjg3NjA2MjdlIn0=?api-version=2020-03-01" + ], + "Retry-After": [ + "10" + ], + "Azure-AsyncOperation": [ + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6ImZlYzg1YTZjLTVhNTgtNDgyMS1hNzlhLTgwZDNmYTQ0MmU2NyIsIndvcmtmbG93SWQiOiIyNDQwM2ZlMS04YmE3LTQxMDYtYWI4NS1kY2I3ZDczNDI5ZTgiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiNjM0YmI5NGQtMDcwZC00YzQ5LWJhODEtOWM3Yjg3NjA2MjdlIn0=?api-version=2020-03-01" + ], "x-ms-request-id": [ - "76ec27fc-2d42-401b-a338-d545c31ffe3d" + "02881c98-8bca-4de7-b1f4-0160ca575a7d" ], "X-Content-Type-Options": [ "nosniff" @@ -1602,13 +1671,13 @@ "14997" ], "x-ms-correlation-request-id": [ - "c09cac63-0ec1-4964-854b-ad6dc0be2366" + "6b7690f7-b936-474e-86a0-62081897ebe9" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T155949Z:c09cac63-0ec1-4964-854b-ad6dc0be2366" + "WESTUS:20200623T085105Z:6b7690f7-b936-474e-86a0-62081897ebe9" ], "Date": [ - "Wed, 03 Jul 2019 15:59:49 GMT" + "Tue, 23 Jun 2020 08:51:04 GMT" ], "Expires": [ "-1" @@ -1618,25 +1687,148 @@ ] }, "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6ImZlYzg1YTZjLTVhNTgtNDgyMS1hNzlhLTgwZDNmYTQ0MmU2NyIsIndvcmtmbG93SWQiOiIyNDQwM2ZlMS04YmE3LTQxMDYtYWI4NS1kY2I3ZDczNDI5ZTgiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiNjM0YmI5NGQtMDcwZC00YzQ5LWJhODEtOWM3Yjg3NjA2MjdlIn0=?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvbG9jYXRpb25zL2NlbnRyYWx1c2V1YXAvb3BlcmF0aW9ucy9leUp3WVhKMGFYUnBiMjVKWkNJNkltWmxZemcxWVRaakxUVmhOVGd0TkRneU1TMWhOemxoTFRnd1pETm1ZVFEwTW1VMk55SXNJbmR2Y210bWJHOTNTV1FpT2lJeU5EUXdNMlpsTVMwNFltRTNMVFF4TURZdFlXSTROUzFrWTJJM1pEY3pOREk1WlRnaUxDSjNiM0pyWm14dmQwOXdaWEpoZEdsdmJrbGtJam9pTmpNMFltSTVOR1F0TURjd1pDMDBZelE1TFdKaE9ERXRPV00zWWpnM05qQTJNamRsSW4wPT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-request-id": [ + "36d59344-7900-4a86-b93b-5b447d4ce8ed" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-IIS/10.0" + ], + "X-AspNet-Version": [ + "4.0.30319" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11994" + ], + "x-ms-correlation-request-id": [ + "5f30f745-3252-40c9-be48-c5f4337508a2" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200623T085115Z:5f30f745-3252-40c9-be48-c5f4337508a2" + ], + "Date": [ + "Tue, 23 Jun 2020 08:51:15 GMT" + ], + "Content-Length": [ + "745" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6ImZlYzg1YTZjLTVhNTgtNDgyMS1hNzlhLTgwZDNmYTQ0MmU2NyIsIndvcmtmbG93SWQiOiIyNDQwM2ZlMS04YmE3LTQxMDYtYWI4NS1kY2I3ZDczNDI5ZTgiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiNjM0YmI5NGQtMDcwZC00YzQ5LWJhODEtOWM3Yjg3NjA2MjdlIn0=\",\r\n \"name\": \"eyJwYXJ0aXRpb25JZCI6ImZlYzg1YTZjLTVhNTgtNDgyMS1hNzlhLTgwZDNmYTQ0MmU2NyIsIndvcmtmbG93SWQiOiIyNDQwM2ZlMS04YmE3LTQxMDYtYWI4NS1kY2I3ZDczNDI5ZTgiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiNjM0YmI5NGQtMDcwZC00YzQ5LWJhODEtOWM3Yjg3NjA2MjdlIn0=\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2020-06-23T08:51:06.3881767Z\",\r\n \"endTime\": \"2020-06-23T08:51:11.8820018Z\",\r\n \"properties\": {}\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps9331/providers/Microsoft.Storage/storageAccounts/saps1057?api-version=2017-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzOTMzMS9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2Uvc3RvcmFnZUFjY291bnRzL3NhcHMxMDU3P2FwaS12ZXJzaW9uPTIwMTctMTAtMDE=", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6ImZlYzg1YTZjLTVhNTgtNDgyMS1hNzlhLTgwZDNmYTQ0MmU2NyIsIndvcmtmbG93SWQiOiIyNDQwM2ZlMS04YmE3LTQxMDYtYWI4NS1kY2I3ZDczNDI5ZTgiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiNjM0YmI5NGQtMDcwZC00YzQ5LWJhODEtOWM3Yjg3NjA2MjdlIn0=?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvbG9jYXRpb25zL2NlbnRyYWx1c2V1YXAvb3BlcmF0aW9ucmVzdWx0cy9leUp3WVhKMGFYUnBiMjVKWkNJNkltWmxZemcxWVRaakxUVmhOVGd0TkRneU1TMWhOemxoTFRnd1pETm1ZVFEwTW1VMk55SXNJbmR2Y210bWJHOTNTV1FpT2lJeU5EUXdNMlpsTVMwNFltRTNMVFF4TURZdFlXSTROUzFrWTJJM1pEY3pOREk1WlRnaUxDSjNiM0pyWm14dmQwOXdaWEpoZEdsdmJrbGtJam9pTmpNMFltSTVOR1F0TURjd1pDMDBZelE1TFdKaE9ERXRPV00zWWpnM05qQTJNamRsSW4wPT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-request-id": [ + "69ef60d0-2e3a-4b6f-aea8-6f4ab0a3a028" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-IIS/10.0" + ], + "X-AspNet-Version": [ + "4.0.30319" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11993" + ], + "x-ms-correlation-request-id": [ + "49bbe899-dbf8-49cd-b76c-508bfa4d33bc" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200623T085116Z:49bbe899-dbf8-49cd-b76c-508bfa4d33bc" + ], + "Date": [ + "Tue, 23 Jun 2020 08:51:16 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps3577/providers/Microsoft.Storage/storageAccounts/saps7395?api-version=2017-10-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzMzU3Ny9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2Uvc3RvcmFnZUFjY291bnRzL3NhcHM3Mzk1P2FwaS12ZXJzaW9uPTIwMTctMTAtMDE=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "f07f837f-8819-42cd-b03e-b56cceebcfbd" + "d44c34a8-e88c-4968-a32a-95b20f607435" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Storage.Version2017.10.01.StorageManagementClient/1.3.0" + "Microsoft.Azure.Management.Storage.Version2017.10.01.StorageManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -1647,7 +1839,7 @@ "no-cache" ], "x-ms-request-id": [ - "9efd1b8d-a416-4755-98c8-b3a0ac50288f" + "4110d77d-643f-4826-a388-f41730366e7e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1659,16 +1851,16 @@ "14996" ], "x-ms-correlation-request-id": [ - "593126a5-d584-4731-9fe2-9704accdf4c8" + "d61a509d-1e2a-46e6-b4c6-da8d3b9b6092" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T155951Z:593126a5-d584-4731-9fe2-9704accdf4c8" + "WESTUS:20200623T085118Z:d61a509d-1e2a-46e6-b4c6-da8d3b9b6092" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 15:59:51 GMT" + "Tue, 23 Jun 2020 08:51:18 GMT" ], "Content-Type": [ "text/plain; charset=utf-8" @@ -1684,22 +1876,22 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps9331/providers/Microsoft.StorageSync/storageSyncServices?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzOTMzMS9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXM/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps3577/providers/Microsoft.StorageSync/storageSyncServices?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzMzU3Ny9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXM/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "e195a1d8-2389-41cc-94cb-79d82705cc6f" + "eb09424e-1ebd-4751-a608-24de69c4eafd" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -1710,16 +1902,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11994" + "11992" ], "x-ms-request-id": [ - "37b1ff87-9f09-42cd-939f-b6df1324c23e" + "9f349295-c556-42f4-bed1-c7cab2a232c8" ], "x-ms-correlation-request-id": [ - "37b1ff87-9f09-42cd-939f-b6df1324c23e" + "9f349295-c556-42f4-bed1-c7cab2a232c8" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T155951Z:37b1ff87-9f09-42cd-939f-b6df1324c23e" + "WESTUS:20200623T085118Z:9f349295-c556-42f4-bed1-c7cab2a232c8" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1728,7 +1920,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 15:59:51 GMT" + "Tue, 23 Jun 2020 08:51:18 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1744,22 +1936,22 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourcegroups/ps9331?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlZ3JvdXBzL3BzOTMzMT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourcegroups/ps3577?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlZ3JvdXBzL3BzMzU3Nz9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "c9eca4e3-0dc2-4a46-99e3-c91d18177eac" + "f1ac664e-49ed-4813-8c19-6cae28ac35d8" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -1770,7 +1962,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzkzMzEtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzM1NzctV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" ], "Retry-After": [ "15" @@ -1779,13 +1971,13 @@ "14995" ], "x-ms-request-id": [ - "ad9d69c8-94d8-43b5-9666-e8abaffa08b7" + "1947335a-b701-447c-a562-e260a9a06fcb" ], "x-ms-correlation-request-id": [ - "ad9d69c8-94d8-43b5-9666-e8abaffa08b7" + "1947335a-b701-447c-a562-e260a9a06fcb" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T155952Z:ad9d69c8-94d8-43b5-9666-e8abaffa08b7" + "WESTUS:20200623T085119Z:1947335a-b701-447c-a562-e260a9a06fcb" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1794,7 +1986,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 15:59:52 GMT" + "Tue, 23 Jun 2020 08:51:19 GMT" ], "Expires": [ "-1" @@ -1807,16 +1999,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzkzMzEtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXprek16RXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzM1NzctV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpNMU56Y3RWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -1827,22 +2019,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzkzMzEtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzM1NzctV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11993" + "11991" ], "x-ms-request-id": [ - "8308ba2f-635e-4624-814e-66aded21acf2" + "ec3be06e-4a04-4542-abb6-da808f87f135" ], "x-ms-correlation-request-id": [ - "8308ba2f-635e-4624-814e-66aded21acf2" + "ec3be06e-4a04-4542-abb6-da808f87f135" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T160007Z:8308ba2f-635e-4624-814e-66aded21acf2" + "WESTUS:20200623T085134Z:ec3be06e-4a04-4542-abb6-da808f87f135" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1851,7 +2043,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 16:00:07 GMT" + "Tue, 23 Jun 2020 08:51:34 GMT" ], "Expires": [ "-1" @@ -1864,16 +2056,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzkzMzEtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXprek16RXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzM1NzctV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpNMU56Y3RWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -1884,22 +2076,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzkzMzEtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzM1NzctV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11992" + "11990" ], "x-ms-request-id": [ - "917df411-bd55-443d-88d5-0c85d0dfb48a" + "e5ac88bd-20d0-485d-b7e0-b4f9c1c6a0d6" ], "x-ms-correlation-request-id": [ - "917df411-bd55-443d-88d5-0c85d0dfb48a" + "e5ac88bd-20d0-485d-b7e0-b4f9c1c6a0d6" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T160022Z:917df411-bd55-443d-88d5-0c85d0dfb48a" + "WESTUS:20200623T085149Z:e5ac88bd-20d0-485d-b7e0-b4f9c1c6a0d6" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1908,7 +2100,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 16:00:21 GMT" + "Tue, 23 Jun 2020 08:51:49 GMT" ], "Expires": [ "-1" @@ -1921,16 +2113,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzkzMzEtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXprek16RXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzM1NzctV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpNMU56Y3RWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -1941,16 +2133,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11991" + "11989" ], "x-ms-request-id": [ - "992e140f-3e57-4bb0-85d9-2c006e121afc" + "3a5d8cf2-8c92-4828-8636-7a5891f4e5f8" ], "x-ms-correlation-request-id": [ - "992e140f-3e57-4bb0-85d9-2c006e121afc" + "3a5d8cf2-8c92-4828-8636-7a5891f4e5f8" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T160037Z:992e140f-3e57-4bb0-85d9-2c006e121afc" + "WESTUS:20200623T085204Z:3a5d8cf2-8c92-4828-8636-7a5891f4e5f8" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1959,7 +2151,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 16:00:36 GMT" + "Tue, 23 Jun 2020 08:52:04 GMT" ], "Expires": [ "-1" @@ -1972,16 +2164,16 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzkzMzEtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXprek16RXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzM1NzctV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpNMU56Y3RWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -1992,16 +2184,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11990" + "11988" ], "x-ms-request-id": [ - "b7e620ba-1a5e-49b6-bab4-9f1081238de8" + "94fc4bbf-30d8-4528-8a2a-35226d1539a6" ], "x-ms-correlation-request-id": [ - "b7e620ba-1a5e-49b6-bab4-9f1081238de8" + "94fc4bbf-30d8-4528-8a2a-35226d1539a6" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T160037Z:b7e620ba-1a5e-49b6-bab4-9f1081238de8" + "WESTUS:20200623T085204Z:94fc4bbf-30d8-4528-8a2a-35226d1539a6" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2010,7 +2202,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 16:00:36 GMT" + "Tue, 23 Jun 2020 08:52:04 GMT" ], "Expires": [ "-1" @@ -2025,19 +2217,19 @@ ], "Names": { "Test-NewCloudEndpoint": [ - "ps9331", - "ps4912", - "ps7789", - "ps9012", - "ps1057" + "ps3577", + "ps7698", + "ps4474", + "ps2531", + "ps7395" ], "TestNewCloudEndpoint": [ - "45234253-56ed-4243-b8ed-bd92b2fbe5ce" + "e3989f03-78c0-4f75-9a7e-08a4ea3f6abb" ] }, "Variables": { - "SubscriptionId": "7b96cb02-4663-40f4-9a89-603d3849e46a", - "TenantId": "0483643a-cb2f-462a-bc27-1a270e5bdc0a", + "SubscriptionId": "1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b", + "TenantId": "6ad91d65-65ab-4e14-90f7-fe951035b7c9", "Domain": "" } } \ No newline at end of file diff --git a/src/StorageSync/StorageSync.Test/SessionRecords/StorageSyncTests.CloudEndpointTests/TestRemoveCloudEndpoint.json b/src/StorageSync/StorageSync.Test/SessionRecords/StorageSyncTests.CloudEndpointTests/TestRemoveCloudEndpoint.json index 92090c4400cd..84db0a31aa00 100644 --- a/src/StorageSync/StorageSync.Test/SessionRecords/StorageSyncTests.CloudEndpointTests/TestRemoveCloudEndpoint.json +++ b/src/StorageSync/StorageSync.Test/SessionRecords/StorageSyncTests.CloudEndpointTests/TestRemoveCloudEndpoint.json @@ -1,22 +1,22 @@ { "Entries": [ { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/providers/Microsoft.Resources?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVzb3VyY2VzP2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/Microsoft.Resources?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVzb3VyY2VzP2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "39dd2a06-13b0-41c5-9c68-1172b72f8e84" + "4853f8ec-73c1-4253-8514-eafb2cf332be" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -30,13 +30,13 @@ "11999" ], "x-ms-request-id": [ - "1aa24875-cf0b-43b1-8385-eb6b55dfc14f" + "e167707f-52d8-4964-bd52-f13e011fa5f4" ], "x-ms-correlation-request-id": [ - "1aa24875-cf0b-43b1-8385-eb6b55dfc14f" + "e167707f-52d8-4964-bd52-f13e011fa5f4" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T170244Z:1aa24875-cf0b-43b1-8385-eb6b55dfc14f" + "WESTUS:20200623T090624Z:e167707f-52d8-4964-bd52-f13e011fa5f4" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -45,7 +45,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 17:02:44 GMT" + "Tue, 23 Jun 2020 09:06:23 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -54,29 +54,29 @@ "-1" ], "Content-Length": [ - "8818" + "10899" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/providers/Microsoft.Resources\",\r\n \"namespace\": \"Microsoft.Resources\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"tenants\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operationresults\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"notifyResourceJobs\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"tags\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkPolicyCompliance\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"providers\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkresourcename\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resources\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/resources\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/providers\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/operationresults\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceGroups\",\r\n \"locations\": [\r\n \"Central US\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"West Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia Southeast\",\r\n \"Australia East\",\r\n \"West India\",\r\n \"South India\",\r\n \"Central India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/resourceGroups\",\r\n \"locations\": [\r\n \"Central US\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"West Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia Southeast\",\r\n \"Australia East\",\r\n \"West India\",\r\n \"South India\",\r\n \"Central India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/resourcegroups/resources\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/tagnames\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/tagNames/tagValues\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"deployments\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"deployments/operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"links\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-01-01\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/Microsoft.Resources\",\r\n \"namespace\": \"Microsoft.Resources\",\r\n \"authorization\": {\r\n \"applicationId\": \"3b990c8b-9607-4c2a-8b04-1d41985facca\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"tenants\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-01-01\",\r\n \"2019-09-01\",\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-09-01\",\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operationresults\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-09-01\",\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"notifyResourceJobs\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-09-01\",\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"tags\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-10-01\",\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\"\r\n ],\r\n \"capabilities\": \"SupportsExtension\"\r\n },\r\n {\r\n \"resourceType\": \"checkPolicyCompliance\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"providers\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkresourcename\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"calculateTemplateHash\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-09-01\",\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resources\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-09-01\",\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-10-01\",\r\n \"2019-09-01\",\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/resources\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-09-01\",\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/providers\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/operationresults\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceGroups\",\r\n \"locations\": [\r\n \"Central US\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"West Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia Southeast\",\r\n \"Australia East\",\r\n \"West India\",\r\n \"South India\",\r\n \"Central India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Australia Central\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/resourceGroups\",\r\n \"locations\": [\r\n \"Central US\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"West Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia Southeast\",\r\n \"Australia East\",\r\n \"West India\",\r\n \"South India\",\r\n \"Central India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Australia Central\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/resourcegroups/resources\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/tagnames\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/tagNames/tagValues\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"deployments\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-09-01\",\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"deployments/operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-09-01\",\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"links\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ],\r\n \"capabilities\": \"SupportsExtension\"\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-01-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"deploymentScripts\",\r\n \"locations\": [\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Australia East\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"Central US\",\r\n \"North Central US\",\r\n \"UK South\",\r\n \"Central India\",\r\n \"South India\",\r\n \"Japan East\",\r\n \"Korea Central\",\r\n \"North Europe\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West US 2\",\r\n \"West US\",\r\n \"South Central US\",\r\n \"Canada East\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-10-01-preview\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"deploymentScripts/logs\",\r\n \"locations\": [\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Australia East\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"Central US\",\r\n \"North Central US\",\r\n \"UK South\",\r\n \"Central India\",\r\n \"South India\",\r\n \"Japan East\",\r\n \"Korea Central\",\r\n \"North Europe\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West US 2\",\r\n \"West US\",\r\n \"South Central US\",\r\n \"Canada East\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/deploymentScriptOperationResults\",\r\n \"locations\": [\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Australia East\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"Central US\",\r\n \"North Central US\",\r\n \"UK South\",\r\n \"Central India\",\r\n \"South India\",\r\n \"Japan East\",\r\n \"Korea Central\",\r\n \"North Europe\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West US 2\",\r\n \"West US\",\r\n \"South Central US\",\r\n \"Canada East\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-10-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/providers/Microsoft.StorageSync?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZVN5bmM/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/Microsoft.StorageSync?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZVN5bmM/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "71bdf5da-21ae-47cd-a0ca-f307077c8b28" + "50a2d7f9-5e23-47d1-aecd-37a2262f9058" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -90,13 +90,13 @@ "11998" ], "x-ms-request-id": [ - "22446650-9c3f-4c28-a702-59be2fce4177" + "a2341837-5f57-4f7b-a526-1810c5bf45de" ], "x-ms-correlation-request-id": [ - "22446650-9c3f-4c28-a702-59be2fce4177" + "a2341837-5f57-4f7b-a526-1810c5bf45de" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T170245Z:22446650-9c3f-4c28-a702-59be2fce4177" + "WESTUS:20200623T090624Z:a2341837-5f57-4f7b-a526-1810c5bf45de" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -105,7 +105,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 17:02:44 GMT" + "Tue, 23 Jun 2020 09:06:23 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -114,10 +114,10 @@ "-1" ], "Content-Length": [ - "5239" + "7645" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/providers/Microsoft.StorageSync\",\r\n \"namespace\": \"Microsoft.StorageSync\",\r\n \"authorizations\": [\r\n {\r\n \"applicationId\": \"9469b9f5-6722-4481-a2b2-14ed560b706f\"\r\n }\r\n ],\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageSyncServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"Central US EUAP\",\r\n \"West US 2\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\",\r\n \"2018-01-01-preview\",\r\n \"2017-06-05-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"storageSyncServices/syncGroups\",\r\n \"locations\": [\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"Central US EUAP\",\r\n \"West US 2\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\",\r\n \"2018-01-01-preview\",\r\n \"2017-06-05-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageSyncServices/syncGroups/cloudEndpoints\",\r\n \"locations\": [\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"Central US EUAP\",\r\n \"West US 2\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\",\r\n \"2018-01-01-preview\",\r\n \"2017-06-05-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageSyncServices/syncGroups/serverEndpoints\",\r\n \"locations\": [\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"Central US EUAP\",\r\n \"West US 2\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\",\r\n \"2018-01-01-preview\",\r\n \"2017-06-05-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageSyncServices/registeredServers\",\r\n \"locations\": [\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"Central US EUAP\",\r\n \"West US 2\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\",\r\n \"2018-01-01-preview\",\r\n \"2017-06-05-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageSyncServices/workflows\",\r\n \"locations\": [\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"Central US EUAP\",\r\n \"West US 2\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\",\r\n \"2018-01-01-preview\",\r\n \"2017-06-05-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\",\r\n \"2018-01-01-preview\",\r\n \"2017-06-05-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/checkNameAvailability\",\r\n \"locations\": [\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/workflows\",\r\n \"locations\": [\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/Microsoft.StorageSync\",\r\n \"namespace\": \"Microsoft.StorageSync\",\r\n \"authorizations\": [\r\n {\r\n \"applicationId\": \"9469b9f5-6722-4481-a2b2-14ed560b706f\",\r\n \"roleDefinitionId\": \"4cd49d82-1f4d-43fc-af0c-1c1203668e5a\"\r\n }\r\n ],\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageSyncServices\",\r\n \"locations\": [\r\n \"West Central US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"West US 2\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"UAE North\",\r\n \"UAE Central\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2019-10-01\",\r\n \"2019-06-01\",\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\",\r\n \"2018-01-01-preview\",\r\n \"2017-06-05-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"storageSyncServices/syncGroups\",\r\n \"locations\": [\r\n \"West Central US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"West US 2\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"UAE North\",\r\n \"UAE Central\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2019-10-01\",\r\n \"2019-06-01\",\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\",\r\n \"2018-01-01-preview\",\r\n \"2017-06-05-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageSyncServices/syncGroups/cloudEndpoints\",\r\n \"locations\": [\r\n \"West Central US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"West US 2\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"UAE North\",\r\n \"UAE Central\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2019-10-01\",\r\n \"2019-06-01\",\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\",\r\n \"2018-01-01-preview\",\r\n \"2017-06-05-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageSyncServices/syncGroups/serverEndpoints\",\r\n \"locations\": [\r\n \"West Central US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"West US 2\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"UAE North\",\r\n \"UAE Central\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2019-10-01\",\r\n \"2019-06-01\",\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\",\r\n \"2018-01-01-preview\",\r\n \"2017-06-05-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageSyncServices/registeredServers\",\r\n \"locations\": [\r\n \"West Central US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"West US 2\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"UAE North\",\r\n \"UAE Central\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2019-10-01\",\r\n \"2019-06-01\",\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\",\r\n \"2018-01-01-preview\",\r\n \"2017-06-05-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageSyncServices/workflows\",\r\n \"locations\": [\r\n \"West Central US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"West US 2\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"UAE North\",\r\n \"UAE Central\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2019-10-01\",\r\n \"2019-06-01\",\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\",\r\n \"2018-01-01-preview\",\r\n \"2017-06-05-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2019-10-01\",\r\n \"2019-06-01\",\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\",\r\n \"2018-01-01-preview\",\r\n \"2017-06-05-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2019-10-01\",\r\n \"2019-06-01\",\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/checkNameAvailability\",\r\n \"locations\": [\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"UAE North\",\r\n \"UAE Central\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2019-10-01\",\r\n \"2019-06-01\",\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/workflows\",\r\n \"locations\": [\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"UAE North\",\r\n \"UAE Central\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2019-10-01\",\r\n \"2019-06-01\",\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operations\",\r\n \"locations\": [\r\n \"West Central US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"West US 2\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"UAE North\",\r\n \"UAE Central\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operationResults\",\r\n \"locations\": [\r\n \"West Central US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"West US 2\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"UAE North\",\r\n \"UAE Central\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "StatusCode": 200 }, { @@ -127,16 +127,16 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "2db175ba-35eb-4a39-aed3-85ed84029c79" + "e5633a28-fb86-4dca-a034-9b8801a910e4" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Internal.Subscriptions.SubscriptionClient/1.3.0" + "Microsoft.Azure.Internal.Subscriptions.SubscriptionClient/1.3.16" ] }, "ResponseHeaders": { @@ -150,13 +150,13 @@ "11999" ], "x-ms-request-id": [ - "df667f62-ff17-4c8b-b504-65c0d95d9761" + "a51aeb9c-892e-4ca5-b32e-0175efb2d656" ], "x-ms-correlation-request-id": [ - "df667f62-ff17-4c8b-b504-65c0d95d9761" + "a51aeb9c-892e-4ca5-b32e-0175efb2d656" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T170245Z:df667f62-ff17-4c8b-b504-65c0d95d9761" + "WESTUS:20200623T090624Z:a51aeb9c-892e-4ca5-b32e-0175efb2d656" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -165,7 +165,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 17:02:44 GMT" + "Tue, 23 Jun 2020 09:06:23 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -177,26 +177,26 @@ "116" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/tenants/0483643a-cb2f-462a-bc27-1a270e5bdc0a\",\r\n \"tenantId\": \"0483643a-cb2f-462a-bc27-1a270e5bdc0a\"\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/tenants/6ad91d65-65ab-4e14-90f7-fe951035b7c9\",\r\n \"tenantId\": \"6ad91d65-65ab-4e14-90f7-fe951035b7c9\"\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourcegroups/ps5672?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlZ3JvdXBzL3BzNTY3Mj9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourcegroups/ps332?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlZ3JvdXBzL3BzMzMyP2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "72697635-dc8a-41db-b0a4-de9f42cb4716" + "c5a97566-1433-4335-9088-4f0b201d072c" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ], "Content-Type": [ "application/json; charset=utf-8" @@ -213,16 +213,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1199" + "1198" ], "x-ms-request-id": [ - "f0ac4263-fa5a-4b68-892c-949682e3e613" + "9e0b33cc-97e7-4e0b-9851-a1427cc8dcad" ], "x-ms-correlation-request-id": [ - "f0ac4263-fa5a-4b68-892c-949682e3e613" + "9e0b33cc-97e7-4e0b-9851-a1427cc8dcad" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T170247Z:f0ac4263-fa5a-4b68-892c-949682e3e613" + "WESTUS:20200623T090624Z:9e0b33cc-97e7-4e0b-9851-a1427cc8dcad" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -231,10 +231,10 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 17:02:46 GMT" + "Tue, 23 Jun 2020 09:06:23 GMT" ], "Content-Length": [ - "165" + "163" ], "Content-Type": [ "application/json; charset=utf-8" @@ -243,32 +243,32 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps5672\",\r\n \"name\": \"ps5672\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps332\",\r\n \"name\": \"ps332\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/providers/Microsoft.StorageSync/locations/CentralUSEUAP/checkNameAvailability?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZVN5bmMvbG9jYXRpb25zL0NlbnRyYWxVU0VVQVAvY2hlY2tOYW1lQXZhaWxhYmlsaXR5P2FwaS12ZXJzaW9uPTIwMTktMDMtMDE=", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/Microsoft.StorageSync/locations/CentralUSEUAP/checkNameAvailability?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZVN5bmMvbG9jYXRpb25zL0NlbnRyYWxVU0VVQVAvY2hlY2tOYW1lQXZhaWxhYmlsaXR5P2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", "RequestMethod": "POST", - "RequestBody": "{\r\n \"name\": \"sssps8674\",\r\n \"type\": \"Microsoft.StorageSync/storageSyncServices\"\r\n}", + "RequestBody": "{\r\n \"name\": \"sssps96\",\r\n \"type\": \"Microsoft.StorageSync/storageSyncServices\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "c7e05877-b897-47a9-ba8b-707a9245e1e5" + "a2d4bd2e-8d0e-48d4-9ffe-d63b8e471668" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "83" + "81" ] }, "ResponseHeaders": { @@ -279,7 +279,7 @@ "no-cache" ], "x-ms-request-id": [ - "0c65e6c4-48de-4594-a964-a57ba81ff90c" + "ec67f3b0-10ab-4f26-9ee6-96afe7b4ed0b" ], "X-Content-Type-Options": [ "nosniff" @@ -297,53 +297,53 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1198" + "1199" ], "x-ms-correlation-request-id": [ - "cdf6fae8-4be8-4650-b8e2-810e5eb1121a" + "b06a069d-5481-4d39-89dd-5237147066f3" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T170247Z:cdf6fae8-4be8-4650-b8e2-810e5eb1121a" + "WESTUS:20200623T090625Z:b06a069d-5481-4d39-89dd-5237147066f3" ], "Date": [ - "Wed, 03 Jul 2019 17:02:47 GMT" + "Tue, 23 Jun 2020 09:06:25 GMT" ], "Content-Length": [ - "51" + "29" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"nameAvailable\": true,\r\n \"reason\": null,\r\n \"message\": null\r\n}", + "ResponseBody": "{\r\n \"nameAvailable\": true\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps5672/providers/Microsoft.StorageSync/storageSyncServices/sssps8674?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNTY3Mi9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM4Njc0P2FwaS12ZXJzaW9uPTIwMTktMDMtMDE=", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps332/providers/Microsoft.StorageSync/storageSyncServices/sssps96?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzMzMyL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZVN5bmMvc3RvcmFnZVN5bmNTZXJ2aWNlcy9zc3Nwczk2P2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"location\": \"Central US EUAP\",\r\n \"tags\": {}\r\n}", + "RequestBody": "{\r\n \"location\": \"Central US EUAP\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"incomingTrafficPolicy\": \"AllowAllTraffic\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "2aa5b271-64d0-4150-b7e5-f893509e980a" + "977fcc1a-8978-4d6b-8e8f-ed4be4d3f282" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "52" + "125" ] }, "ResponseHeaders": { @@ -353,8 +353,17 @@ "Pragma": [ "no-cache" ], + "Location": [ + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6ImNmZTE4NzNiLTZiODAtNDVkMi05MjkzLWM2NGZjMmM5YWQzZSIsIndvcmtmbG93SWQiOiI2N2RkZDc3Mi0xYzRhLTQwNGEtOThhYi03M2E4OGQ5N2I0NGUiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiNTk5Y2RjNzQtOWRjZC00NmUxLThlOWYtZDg3MDRjOWExYzNhIn0=?api-version=2020-03-01" + ], + "Retry-After": [ + "10" + ], + "Azure-AsyncOperation": [ + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6ImNmZTE4NzNiLTZiODAtNDVkMi05MjkzLWM2NGZjMmM5YWQzZSIsIndvcmtmbG93SWQiOiI2N2RkZDc3Mi0xYzRhLTQwNGEtOThhYi03M2E4OGQ5N2I0NGUiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiNTk5Y2RjNzQtOWRjZC00NmUxLThlOWYtZDg3MDRjOWExYzNhIn0=?api-version=2020-03-01" + ], "x-ms-request-id": [ - "69061e36-2f38-47ff-bf83-a21b177b91dd" + "9b937c28-8b5f-4633-8614-098e4ef801ed" ], "X-Content-Type-Options": [ "nosniff" @@ -372,47 +381,170 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1196" + "1199" + ], + "x-ms-correlation-request-id": [ + "eb5ff1ba-ad0c-467f-b34e-fe413d410dd8" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200623T090631Z:eb5ff1ba-ad0c-467f-b34e-fe413d410dd8" + ], + "Date": [ + "Tue, 23 Jun 2020 09:06:30 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6ImNmZTE4NzNiLTZiODAtNDVkMi05MjkzLWM2NGZjMmM5YWQzZSIsIndvcmtmbG93SWQiOiI2N2RkZDc3Mi0xYzRhLTQwNGEtOThhYi03M2E4OGQ5N2I0NGUiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiNTk5Y2RjNzQtOWRjZC00NmUxLThlOWYtZDg3MDRjOWExYzNhIn0=?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvbG9jYXRpb25zL2NlbnRyYWx1c2V1YXAvb3BlcmF0aW9ucy9leUp3WVhKMGFYUnBiMjVKWkNJNkltTm1aVEU0TnpOaUxUWmlPREF0TkRWa01pMDVNamt6TFdNMk5HWmpNbU01WVdRelpTSXNJbmR2Y210bWJHOTNTV1FpT2lJMk4yUmtaRGMzTWkweFl6UmhMVFF3TkdFdE9UaGhZaTAzTTJFNE9HUTVOMkkwTkdVaUxDSjNiM0pyWm14dmQwOXdaWEpoZEdsdmJrbGtJam9pTlRrNVkyUmpOelF0T1dSalpDMDBObVV4TFRobE9XWXRaRGczTURSak9XRXhZek5oSW4wPT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-request-id": [ + "8049a892-3c3e-4bdb-9324-c615953dc66b" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-IIS/10.0" + ], + "X-AspNet-Version": [ + "4.0.30319" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11999" ], "x-ms-correlation-request-id": [ - "233ca0d4-2ba1-46ab-b905-63e55fed9d2b" + "5bef7da2-3fb6-45d6-a2bf-3988f35266cf" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T170248Z:233ca0d4-2ba1-46ab-b905-63e55fed9d2b" + "WESTUS:20200623T090641Z:5bef7da2-3fb6-45d6-a2bf-3988f35266cf" ], "Date": [ - "Wed, 03 Jul 2019 17:02:48 GMT" + "Tue, 23 Jun 2020 09:06:40 GMT" ], "Content-Length": [ - "329" + "745" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6ImNmZTE4NzNiLTZiODAtNDVkMi05MjkzLWM2NGZjMmM5YWQzZSIsIndvcmtmbG93SWQiOiI2N2RkZDc3Mi0xYzRhLTQwNGEtOThhYi03M2E4OGQ5N2I0NGUiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiNTk5Y2RjNzQtOWRjZC00NmUxLThlOWYtZDg3MDRjOWExYzNhIn0=\",\r\n \"name\": \"eyJwYXJ0aXRpb25JZCI6ImNmZTE4NzNiLTZiODAtNDVkMi05MjkzLWM2NGZjMmM5YWQzZSIsIndvcmtmbG93SWQiOiI2N2RkZDc3Mi0xYzRhLTQwNGEtOThhYi03M2E4OGQ5N2I0NGUiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiNTk5Y2RjNzQtOWRjZC00NmUxLThlOWYtZDg3MDRjOWExYzNhIn0=\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2020-06-23T09:06:31.8887354Z\",\r\n \"endTime\": \"2020-06-23T09:06:38.0484761Z\",\r\n \"properties\": {}\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps332/providers/Microsoft.StorageSync/storageSyncServices/sssps96?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzMzMyL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZVN5bmMvc3RvcmFnZVN5bmNTZXJ2aWNlcy9zc3Nwczk2P2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-request-id": [ + "babb5ee3-8ec0-4761-988e-4dfa5b095250" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-IIS/10.0" + ], + "X-AspNet-Version": [ + "4.0.30319" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11998" + ], + "x-ms-correlation-request-id": [ + "997c35a8-15a0-4246-aa54-3d2c8581bb35" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200623T090641Z:997c35a8-15a0-4246-aa54-3d2c8581bb35" + ], + "Date": [ + "Tue, 23 Jun 2020 09:06:41 GMT" + ], + "Content-Length": [ + "626" + ], + "Content-Type": [ + "application/json" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"storageSyncServiceStatus\": null,\r\n \"storageSyncServiceUid\": null\r\n },\r\n \"location\": \"Central US EUAP\",\r\n \"tags\": {},\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps5672/providers/microsoft.storagesync/storageSyncServices/sssps8674\",\r\n \"name\": \"sssps8674\",\r\n \"type\": \"microsoft.storagesync/storageSyncServices\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"storageSyncServiceStatus\": 0,\r\n \"incomingTrafficPolicy\": \"AllowAllTraffic\",\r\n \"privateEndpointConnections\": [],\r\n \"provisioningState\": \"Succeeded\",\r\n \"lastWorkflowId\": \"storageSyncServices/sssps96/workflows/67ddd772-1c4a-404a-98ab-73a88d97b44e\",\r\n \"lastOperationName\": \"ICreateStorageSyncServiceWorkflow\"\r\n },\r\n \"location\": \"Central US EUAP\",\r\n \"tags\": {},\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps332/providers/microsoft.storagesync/storageSyncServices/sssps96\",\r\n \"name\": \"sssps96\",\r\n \"type\": \"microsoft.storagesync/storageSyncServices\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps5672/providers/Microsoft.StorageSync/storageSyncServices/sssps8674/syncGroups/sgps3005?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNTY3Mi9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM4Njc0L3N5bmNHcm91cHMvc2dwczMwMDU/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps332/providers/Microsoft.StorageSync/storageSyncServices/sssps96/syncGroups/sgps1499?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzMzMyL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZVN5bmMvc3RvcmFnZVN5bmNTZXJ2aWNlcy9zc3Nwczk2L3N5bmNHcm91cHMvc2dwczE0OTk/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", "RequestMethod": "PUT", "RequestBody": "{\r\n \"properties\": {}\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "be603ced-a3a0-4c20-8099-be6f6c442832" + "aa8bffd5-8bf5-464c-816a-3f374feb2a5b" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -429,7 +561,7 @@ "no-cache" ], "x-ms-request-id": [ - "1c69ba20-07a6-4823-b2a8-5a9e32b68560" + "f4ad9f05-e95e-4c25-bad4-9c5679f88843" ], "X-Content-Type-Options": [ "nosniff" @@ -447,53 +579,53 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1195" + "1198" ], "x-ms-correlation-request-id": [ - "6f6d01a2-5c46-4463-bc21-763be7c5fbab" + "55e5778b-1839-4585-8fd7-5cff475d2f18" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T170249Z:6f6d01a2-5c46-4463-bc21-763be7c5fbab" + "WESTUS:20200623T090642Z:55e5778b-1839-4585-8fd7-5cff475d2f18" ], "Date": [ - "Wed, 03 Jul 2019 17:02:49 GMT" + "Tue, 23 Jun 2020 09:06:41 GMT" ], "Content-Length": [ - "331" + "368" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"syncGroupStatus\": \"0\",\r\n \"uniqueId\": \"685010a9-40a2-48d9-895e-bb3230adf98f\"\r\n },\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps5672/providers/microsoft.storagesync/storageSyncServices/sssps8674/syncGroups/sgps3005\",\r\n \"name\": \"sgps3005\",\r\n \"type\": \"microsoft.storagesync/storageSyncServices/syncGroups\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"syncGroupStatus\": \"0\",\r\n \"uniqueId\": \"0ea221fa-3b8b-4e66-b9bc-f6198f581b1b\"\r\n },\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps332/providers/microsoft.storagesync/storageSyncServices/sssps96/syncGroups/sgps1499\",\r\n \"name\": \"sgps1499\",\r\n \"type\": \"microsoft.storagesync/storageSyncServices/syncGroups\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps5672/providers/Microsoft.Storage/storageAccounts/saps8963?api-version=2017-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNTY3Mi9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2Uvc3RvcmFnZUFjY291bnRzL3NhcHM4OTYzP2FwaS12ZXJzaW9uPTIwMTctMTAtMDE=", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps332/providers/Microsoft.Storage/storageAccounts/saps6577?api-version=2017-10-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzMzMyL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9zdG9yYWdlQWNjb3VudHMvc2FwczY1Nzc/YXBpLXZlcnNpb249MjAxNy0xMC0wMQ==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"location\": \"Central US EUAP\"\r\n}", + "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\"\r\n },\r\n \"kind\": \"StorageV2\",\r\n \"location\": \"Central US EUAP\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "55c1b757-e794-4f93-a47f-ab0313d51a3b" + "9c97b91d-9927-4d84-bb7c-ed0586cc20cb" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Storage.Version2017.10.01.StorageManagementClient/1.3.0" + "Microsoft.Azure.Management.Storage.Version2017.10.01.StorageManagementClient/1.3.16" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "105" + "107" ] }, "ResponseHeaders": { @@ -504,13 +636,13 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/providers/Microsoft.Storage/locations/centraluseuap/asyncoperations/93bbb6f0-22af-485f-8dde-02d20ec98d61?monitor=true&api-version=2017-10-01" + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/Microsoft.Storage/locations/centraluseuap/asyncoperations/3a21c487-0332-40ed-9a24-6c3dc6982602?monitor=true&api-version=2017-10-01" ], "Retry-After": [ "17" ], "x-ms-request-id": [ - "93bbb6f0-22af-485f-8dde-02d20ec98d61" + "3a21c487-0332-40ed-9a24-6c3dc6982602" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -522,16 +654,16 @@ "1199" ], "x-ms-correlation-request-id": [ - "cdbbf149-b4a8-4d5d-b05c-204d3019e263" + "7adb1e9b-ed70-4fbe-a5fd-1aff7fc4a1e6" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T170250Z:cdbbf149-b4a8-4d5d-b05c-204d3019e263" + "WESTUS:20200623T090643Z:7adb1e9b-ed70-4fbe-a5fd-1aff7fc4a1e6" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 17:02:50 GMT" + "Tue, 23 Jun 2020 09:06:43 GMT" ], "Content-Type": [ "text/plain; charset=utf-8" @@ -547,16 +679,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/providers/Microsoft.Storage/locations/centraluseuap/asyncoperations/93bbb6f0-22af-485f-8dde-02d20ec98d61?monitor=true&api-version=2017-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9sb2NhdGlvbnMvY2VudHJhbHVzZXVhcC9hc3luY29wZXJhdGlvbnMvOTNiYmI2ZjAtMjJhZi00ODVmLThkZGUtMDJkMjBlYzk4ZDYxP21vbml0b3I9dHJ1ZSZhcGktdmVyc2lvbj0yMDE3LTEwLTAx", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/Microsoft.Storage/locations/centraluseuap/asyncoperations/3a21c487-0332-40ed-9a24-6c3dc6982602?monitor=true&api-version=2017-10-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9sb2NhdGlvbnMvY2VudHJhbHVzZXVhcC9hc3luY29wZXJhdGlvbnMvM2EyMWM0ODctMDMzMi00MGVkLTlhMjQtNmMzZGM2OTgyNjAyP21vbml0b3I9dHJ1ZSZhcGktdmVyc2lvbj0yMDE3LTEwLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Storage.Version2017.10.01.StorageManagementClient/1.3.0" + "Microsoft.Azure.Management.Storage.Version2017.10.01.StorageManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -567,7 +699,7 @@ "no-cache" ], "x-ms-request-id": [ - "0819ca0c-e2e7-4cd2-9922-94c3721ecc30" + "8df0291f-1a1b-4452-963f-e4196abef8e8" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -576,22 +708,22 @@ "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11999" + "11998" ], "x-ms-correlation-request-id": [ - "fe02b1b4-af1d-4778-9c0f-6ea792b2837f" + "0885747e-e10b-4ded-b0cf-b82ba03475ce" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T170307Z:fe02b1b4-af1d-4778-9c0f-6ea792b2837f" + "WESTUS:20200623T090700Z:0885747e-e10b-4ded-b0cf-b82ba03475ce" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 17:03:07 GMT" + "Tue, 23 Jun 2020 09:07:00 GMT" ], "Content-Length": [ - "1018" + "1038" ], "Content-Type": [ "application/json" @@ -600,26 +732,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps5672/providers/Microsoft.Storage/storageAccounts/saps8963\",\r\n \"name\": \"saps8963\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"centraluseuap\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"virtualNetworkRules\": [],\r\n \"ipRules\": [],\r\n \"defaultAction\": \"Allow\"\r\n },\r\n \"supportsHttpsTrafficOnly\": false,\r\n \"encryption\": {\r\n \"services\": {\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2019-07-03T17:02:50.2682976Z\"\r\n },\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2019-07-03T17:02:50.2682976Z\"\r\n }\r\n },\r\n \"keySource\": \"Microsoft.Storage\"\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2019-07-03T17:02:50.2214222Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://saps8963.blob.core.windows.net/\",\r\n \"queue\": \"https://saps8963.queue.core.windows.net/\",\r\n \"table\": \"https://saps8963.table.core.windows.net/\",\r\n \"file\": \"https://saps8963.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"centraluseuap\",\r\n \"statusOfPrimary\": \"available\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"StorageV2\",\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps332/providers/Microsoft.Storage/storageAccounts/saps6577\",\r\n \"name\": \"saps6577\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"centraluseuap\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"virtualNetworkRules\": [],\r\n \"ipRules\": [],\r\n \"defaultAction\": \"Allow\"\r\n },\r\n \"supportsHttpsTrafficOnly\": false,\r\n \"encryption\": {\r\n \"services\": {\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2020-06-23T09:06:42.6753565Z\"\r\n },\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2020-06-23T09:06:42.6753565Z\"\r\n }\r\n },\r\n \"keySource\": \"Microsoft.Storage\"\r\n },\r\n \"accessTier\": \"Hot\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2020-06-23T09:06:42.6284769Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://saps6577.blob.core.windows.net/\",\r\n \"queue\": \"https://saps6577.queue.core.windows.net/\",\r\n \"table\": \"https://saps6577.table.core.windows.net/\",\r\n \"file\": \"https://saps6577.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"centraluseuap\",\r\n \"statusOfPrimary\": \"available\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps5672/providers/Microsoft.Storage/storageAccounts/saps8963?api-version=2017-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNTY3Mi9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2Uvc3RvcmFnZUFjY291bnRzL3NhcHM4OTYzP2FwaS12ZXJzaW9uPTIwMTctMTAtMDE=", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps332/providers/Microsoft.Storage/storageAccounts/saps6577?api-version=2017-10-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzMzMyL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9zdG9yYWdlQWNjb3VudHMvc2FwczY1Nzc/YXBpLXZlcnNpb249MjAxNy0xMC0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "0b724732-e8e3-426c-8397-4de958de12b7" + "2260db98-8fba-4af9-bbae-16d5a9786f16" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Storage.Version2017.10.01.StorageManagementClient/1.3.0" + "Microsoft.Azure.Management.Storage.Version2017.10.01.StorageManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -630,7 +762,7 @@ "no-cache" ], "x-ms-request-id": [ - "e0c3a150-89b2-415b-8410-4c590f9408cb" + "2532134b-37d2-4349-ad9d-428b8becdcda" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -639,22 +771,22 @@ "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11998" + "11997" ], "x-ms-correlation-request-id": [ - "64fed910-2337-4e69-a8ce-90e17897e8c2" + "ee352946-76f5-4a48-ae96-bc92ddcbbe84" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T170307Z:64fed910-2337-4e69-a8ce-90e17897e8c2" + "WESTUS:20200623T090700Z:ee352946-76f5-4a48-ae96-bc92ddcbbe84" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 17:03:07 GMT" + "Tue, 23 Jun 2020 09:07:00 GMT" ], "Content-Length": [ - "1018" + "1038" ], "Content-Type": [ "application/json" @@ -663,26 +795,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps5672/providers/Microsoft.Storage/storageAccounts/saps8963\",\r\n \"name\": \"saps8963\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"centraluseuap\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"virtualNetworkRules\": [],\r\n \"ipRules\": [],\r\n \"defaultAction\": \"Allow\"\r\n },\r\n \"supportsHttpsTrafficOnly\": false,\r\n \"encryption\": {\r\n \"services\": {\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2019-07-03T17:02:50.2682976Z\"\r\n },\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2019-07-03T17:02:50.2682976Z\"\r\n }\r\n },\r\n \"keySource\": \"Microsoft.Storage\"\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2019-07-03T17:02:50.2214222Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://saps8963.blob.core.windows.net/\",\r\n \"queue\": \"https://saps8963.queue.core.windows.net/\",\r\n \"table\": \"https://saps8963.table.core.windows.net/\",\r\n \"file\": \"https://saps8963.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"centraluseuap\",\r\n \"statusOfPrimary\": \"available\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"StorageV2\",\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps332/providers/Microsoft.Storage/storageAccounts/saps6577\",\r\n \"name\": \"saps6577\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"centraluseuap\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"virtualNetworkRules\": [],\r\n \"ipRules\": [],\r\n \"defaultAction\": \"Allow\"\r\n },\r\n \"supportsHttpsTrafficOnly\": false,\r\n \"encryption\": {\r\n \"services\": {\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2020-06-23T09:06:42.6753565Z\"\r\n },\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2020-06-23T09:06:42.6753565Z\"\r\n }\r\n },\r\n \"keySource\": \"Microsoft.Storage\"\r\n },\r\n \"accessTier\": \"Hot\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2020-06-23T09:06:42.6284769Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://saps6577.blob.core.windows.net/\",\r\n \"queue\": \"https://saps6577.queue.core.windows.net/\",\r\n \"table\": \"https://saps6577.table.core.windows.net/\",\r\n \"file\": \"https://saps6577.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"centraluseuap\",\r\n \"statusOfPrimary\": \"available\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps5672/providers/Microsoft.Storage/storageAccounts/saps8963/listKeys?api-version=2017-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNTY3Mi9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2Uvc3RvcmFnZUFjY291bnRzL3NhcHM4OTYzL2xpc3RLZXlzP2FwaS12ZXJzaW9uPTIwMTctMTAtMDE=", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps332/providers/Microsoft.Storage/storageAccounts/saps6577/listKeys?api-version=2017-10-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzMzMyL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9zdG9yYWdlQWNjb3VudHMvc2FwczY1NzcvbGlzdEtleXM/YXBpLXZlcnNpb249MjAxNy0xMC0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "c821b6f2-9a7c-4554-ae45-84bbb6eb060f" + "a0bd1dac-6048-4415-a74e-a165eb91531c" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Storage.Version2017.10.01.StorageManagementClient/1.3.0" + "Microsoft.Azure.Management.Storage.Version2017.10.01.StorageManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -693,7 +825,7 @@ "no-cache" ], "x-ms-request-id": [ - "39306212-81f0-42fc-b966-de3eb4923706" + "ec054b38-7a3c-4461-9be6-684c32e9af64" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -701,20 +833,20 @@ "Server": [ "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-writes": [ - "1199" + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "11999" ], "x-ms-correlation-request-id": [ - "a605d59a-78eb-43e8-8803-7cbccc7fc1e2" + "b2cf7f54-c0f3-4390-b744-6552a264bb34" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T170308Z:a605d59a-78eb-43e8-8803-7cbccc7fc1e2" + "WESTUS:20200623T090700Z:b2cf7f54-c0f3-4390-b744-6552a264bb34" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 17:03:07 GMT" + "Tue, 23 Jun 2020 09:07:00 GMT" ], "Content-Length": [ "288" @@ -726,26 +858,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"keys\": [\r\n {\r\n \"keyName\": \"key1\",\r\n \"value\": \"MuP95wlbfDcAxKrmJZUNdybmUcZpxX6sJqhsigC8i8gk7xDQgcsnAaGlYPptwTe7WaxetMm8EX+ZzXGCFXn9mw==\",\r\n \"permissions\": \"FULL\"\r\n },\r\n {\r\n \"keyName\": \"key2\",\r\n \"value\": \"prUU9Hp96jbBpiux/aaR2hkt3ur7BTo3vuW2TaY7Iq86GqFxV7iEtsL11qG3d7JqIJH4gBYAxkqpn1rft5Uppw==\",\r\n \"permissions\": \"FULL\"\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"keys\": [\r\n {\r\n \"keyName\": \"key1\",\r\n \"value\": \"4I1A7Uqtj3tM4kPpIizOwn7Taq9jwiuQcKZQJANswwwJYpsXta8HezZzVQCmcIhkx+s8KmmIBp+p6a0BH9Tlcg==\",\r\n \"permissions\": \"FULL\"\r\n },\r\n {\r\n \"keyName\": \"key2\",\r\n \"value\": \"PZaSAwcLaGLrxErOF11HcArCLyMnO0W38ZXkGrCAqdy7dRYTF2zykHDmzveSIX2h7B3rmrGpn9IXt7RpQA9PaA==\",\r\n \"permissions\": \"FULL\"\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/0483643a-cb2f-462a-bc27-1a270e5bdc0a/servicePrincipalsByAppId/9469b9f5-6722-4481-a2b2-14ed560b706f/objectId?api-version=1.6", - "EncodedRequestUri": "LzA0ODM2NDNhLWNiMmYtNDYyYS1iYzI3LTFhMjcwZTViZGMwYS9zZXJ2aWNlUHJpbmNpcGFsc0J5QXBwSWQvOTQ2OWI5ZjUtNjcyMi00NDgxLWEyYjItMTRlZDU2MGI3MDZmL29iamVjdElkP2FwaS12ZXJzaW9uPTEuNg==", + "RequestUri": "/6ad91d65-65ab-4e14-90f7-fe951035b7c9/servicePrincipalsByAppId/9469b9f5-6722-4481-a2b2-14ed560b706f/objectId?api-version=1.6", + "EncodedRequestUri": "LzZhZDkxZDY1LTY1YWItNGUxNC05MGY3LWZlOTUxMDM1YjdjOS9zZXJ2aWNlUHJpbmNpcGFsc0J5QXBwSWQvOTQ2OWI5ZjUtNjcyMi00NDgxLWEyYjItMTRlZDU2MGI3MDZmL29iamVjdElkP2FwaS12ZXJzaW9uPTEuNg==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "d374bf3f-d554-42d9-9d8e-b0396cb3d196" + "509d7d6f-32f7-4067-a9be-e56b25add4a4" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Graph.RBAC.Version1.6.20190326.GraphRbacManagementClient/1.3.0" + "Microsoft.Azure.Graph.RBAC.Version1.6.20190326.GraphRbacManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -756,19 +888,22 @@ "no-cache" ], "ocp-aad-diagnostics-server-name": [ - "FbAahKj+CAgBE9nDxnX/a9xy4bKzwpDul27qCyangJw=" + "uZIZlDb0VdMCrblAlDC751aYkn2Y4S/ttBzHidmWRqs=" ], "request-id": [ - "dcc423dd-3413-4c04-8cde-fc835f0981fb" + "62f40765-edfd-421c-aa53-c73536dd21b7" ], "client-request-id": [ - "d374bf3f-d554-42d9-9d8e-b0396cb3d196" + "509d7d6f-32f7-4067-a9be-e56b25add4a4" ], "x-ms-dirapi-data-contract-version": [ "1.6" ], "ocp-aad-session-key": [ - "-MqI7VdRFr-B3CT49DPKl373CEwOQC_bpUlarEr_dIBnYBPlvZ3OCijZ13l_4-MvwO3RhoRGjLT219Lt7CloV_DjUTEdzsgC7bxQFThqSq9JIJOmID-4cTEAJKS4KbeT.htNamVmDlV5Jl4W4QE_1kmrwsm6jtYvuE9eT8y_g_EA" + "HBt8bEK_Ai2ebHlKVf_OMCVOwmWztl-Wriug7FlJusy2REIhKv7lP9lGeQY-dZ7-7chkaDDLqyeWhGYrdoHbPbdUFxJlOkxg-RE_YIX6G1IqJ0p9AF-qaET7L9n3XEAA.CYTdGhK3QY0io4oPJVbWPPzogoOVukKQQL61EE_6Odo" + ], + "x-aad-resource-unit": [ + "1" ], "DataServiceVersion": [ "3.0;" @@ -786,10 +921,10 @@ "ASP.NET" ], "Duration": [ - "1331467" + "300270" ], "Date": [ - "Wed, 03 Jul 2019 17:03:07 GMT" + "Tue, 23 Jun 2020 09:07:00 GMT" ], "Content-Type": [ "application/json; odata=minimalmetadata; streaming=true; charset=utf-8" @@ -801,26 +936,26 @@ "151" ] }, - "ResponseBody": "{\r\n \"odata.metadata\": \"https://graph.windows.net/0483643a-cb2f-462a-bc27-1a270e5bdc0a/$metadata#Edm.String\",\r\n \"value\": \"384dab06-7a70-4ecf-a04e-284602199124\"\r\n}", + "ResponseBody": "{\r\n \"odata.metadata\": \"https://graph.windows.net/6ad91d65-65ab-4e14-90f7-fe951035b7c9/$metadata#Edm.String\",\r\n \"value\": \"d8eca219-3055-4504-9a60-18c2d0b4c18c\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/0483643a-cb2f-462a-bc27-1a270e5bdc0a/servicePrincipals/384dab06-7a70-4ecf-a04e-284602199124?api-version=1.6", - "EncodedRequestUri": "LzA0ODM2NDNhLWNiMmYtNDYyYS1iYzI3LTFhMjcwZTViZGMwYS9zZXJ2aWNlUHJpbmNpcGFscy8zODRkYWIwNi03YTcwLTRlY2YtYTA0ZS0yODQ2MDIxOTkxMjQ/YXBpLXZlcnNpb249MS42", + "RequestUri": "/6ad91d65-65ab-4e14-90f7-fe951035b7c9/servicePrincipals/d8eca219-3055-4504-9a60-18c2d0b4c18c?api-version=1.6", + "EncodedRequestUri": "LzZhZDkxZDY1LTY1YWItNGUxNC05MGY3LWZlOTUxMDM1YjdjOS9zZXJ2aWNlUHJpbmNpcGFscy9kOGVjYTIxOS0zMDU1LTQ1MDQtOWE2MC0xOGMyZDBiNGMxOGM/YXBpLXZlcnNpb249MS42", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "5a072fc8-9cff-4a03-b0da-899ea7b39b73" + "92b481af-0620-40b9-9e29-d7f84a957d8e" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Graph.RBAC.Version1.6.20190326.GraphRbacManagementClient/1.3.0" + "Microsoft.Azure.Graph.RBAC.Version1.6.20190326.GraphRbacManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -831,19 +966,22 @@ "no-cache" ], "ocp-aad-diagnostics-server-name": [ - "tw4fYXYGY2N8zzisqCfrGN37d/pH/8bdST30drhOOag=" + "jkM1lzjvNxXCHuvy0rCnAJ/uYNEE7+B/zPhCEcVEXNc=" ], "request-id": [ - "c133830b-5439-4f1d-a1bd-1b95c17e74e3" + "b7cebe5d-cc0d-4247-8d3f-8e83e77087eb" ], "client-request-id": [ - "5a072fc8-9cff-4a03-b0da-899ea7b39b73" + "92b481af-0620-40b9-9e29-d7f84a957d8e" ], "x-ms-dirapi-data-contract-version": [ "1.6" ], "ocp-aad-session-key": [ - "fqYIxJzZZMiaJDb0cU2URIIRXtsmVi9GZ7Fap09suUsplBAY583lhakVejVqjZodc0EEOL9DdIqKOtlhW3aB3jFeQsOddYDou5Dw33s2LRwormeZmoW7rW1qBp8v5DDJ.fhvEfqf-BWrtwkHAzbnIEEUhdAoY1LtuHemATy8yWMU" + "dBmSby3hwux-9r_MMiryy8xU1khKUULA-X_wAG2uUd9MxN1yF1L6ItSuadfqvizYbpErkAq9lCw0um1efaWUSB-72ItJEKmInpuToYYFT3OByaZljvDWHIa-N7H7LoIn.nH045SqfYG08eskaQv5EsR0zL41cQP_nIPNPdS1SAcg" + ], + "x-aad-resource-unit": [ + "1" ], "DataServiceVersion": [ "3.0;" @@ -861,10 +999,10 @@ "ASP.NET" ], "Duration": [ - "612633" + "319531" ], "Date": [ - "Wed, 03 Jul 2019 17:03:07 GMT" + "Tue, 23 Jun 2020 09:07:00 GMT" ], "Content-Type": [ "application/json; odata=minimalmetadata; streaming=true; charset=utf-8" @@ -876,7 +1014,7 @@ "1299" ] }, - "ResponseBody": "{\r\n \"odata.metadata\": \"https://graph.windows.net/0483643a-cb2f-462a-bc27-1a270e5bdc0a/$metadata#directoryObjects/@Element\",\r\n \"odata.type\": \"Microsoft.DirectoryServices.ServicePrincipal\",\r\n \"objectType\": \"ServicePrincipal\",\r\n \"objectId\": \"384dab06-7a70-4ecf-a04e-284602199124\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"addIns\": [],\r\n \"alternativeNames\": [],\r\n \"appDisplayName\": \"Microsoft.StorageSync\",\r\n \"appId\": \"9469b9f5-6722-4481-a2b2-14ed560b706f\",\r\n \"applicationTemplateId\": null,\r\n \"appOwnerTenantId\": \"f8cdef31-a31e-4b4a-93e4-5f571e91255a\",\r\n \"appRoleAssignmentRequired\": false,\r\n \"appRoles\": [],\r\n \"displayName\": \"Microsoft.StorageSync\",\r\n \"errorUrl\": null,\r\n \"homepage\": null,\r\n \"informationalUrls\": {\r\n \"termsOfService\": null,\r\n \"support\": null,\r\n \"privacy\": null,\r\n \"marketing\": null\r\n },\r\n \"keyCredentials\": [],\r\n \"logoutUrl\": null,\r\n \"notificationEmailAddresses\": [],\r\n \"oauth2Permissions\": [],\r\n \"passwordCredentials\": [],\r\n \"preferredSingleSignOnMode\": null,\r\n \"preferredTokenSigningKeyEndDateTime\": null,\r\n \"preferredTokenSigningKeyThumbprint\": null,\r\n \"publisherName\": \"Microsoft Services\",\r\n \"replyUrls\": [\r\n \"https://0c38d04b-cf53-496f-aa30-9751eaf67399/redir\"\r\n ],\r\n \"samlMetadataUrl\": null,\r\n \"samlSingleSignOnSettings\": null,\r\n \"servicePrincipalNames\": [\r\n \"9469b9f5-6722-4481-a2b2-14ed560b706f\"\r\n ],\r\n \"servicePrincipalType\": \"Application\",\r\n \"signInAudience\": \"AzureADMultipleOrgs\",\r\n \"tags\": [],\r\n \"tokenEncryptionKeyId\": null\r\n}", + "ResponseBody": "{\r\n \"odata.metadata\": \"https://graph.windows.net/6ad91d65-65ab-4e14-90f7-fe951035b7c9/$metadata#directoryObjects/@Element\",\r\n \"odata.type\": \"Microsoft.DirectoryServices.ServicePrincipal\",\r\n \"objectType\": \"ServicePrincipal\",\r\n \"objectId\": \"d8eca219-3055-4504-9a60-18c2d0b4c18c\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"addIns\": [],\r\n \"alternativeNames\": [],\r\n \"appDisplayName\": \"Microsoft.StorageSync\",\r\n \"appId\": \"9469b9f5-6722-4481-a2b2-14ed560b706f\",\r\n \"applicationTemplateId\": null,\r\n \"appOwnerTenantId\": \"f8cdef31-a31e-4b4a-93e4-5f571e91255a\",\r\n \"appRoleAssignmentRequired\": false,\r\n \"appRoles\": [],\r\n \"displayName\": \"Microsoft.StorageSync\",\r\n \"errorUrl\": null,\r\n \"homepage\": null,\r\n \"informationalUrls\": {\r\n \"termsOfService\": null,\r\n \"support\": null,\r\n \"privacy\": null,\r\n \"marketing\": null\r\n },\r\n \"keyCredentials\": [],\r\n \"logoutUrl\": null,\r\n \"notificationEmailAddresses\": [],\r\n \"oauth2Permissions\": [],\r\n \"passwordCredentials\": [],\r\n \"preferredSingleSignOnMode\": null,\r\n \"preferredTokenSigningKeyEndDateTime\": null,\r\n \"preferredTokenSigningKeyThumbprint\": null,\r\n \"publisherName\": \"Microsoft Services\",\r\n \"replyUrls\": [\r\n \"https://0c38d04b-cf53-496f-aa30-9751eaf67399/redir\"\r\n ],\r\n \"samlMetadataUrl\": null,\r\n \"samlSingleSignOnSettings\": null,\r\n \"servicePrincipalNames\": [\r\n \"9469b9f5-6722-4481-a2b2-14ed560b706f\"\r\n ],\r\n \"servicePrincipalType\": \"Application\",\r\n \"signInAudience\": \"AzureADMultipleOrgs\",\r\n \"tags\": [],\r\n \"tokenEncryptionKeyId\": null\r\n}", "StatusCode": 200 }, { @@ -886,16 +1024,16 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "a7c39323-8658-4d2b-bd7b-1563725572cb" + "3d9f4e08-dcee-4f79-93af-8564761f3f54" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Authorization.Version2015.07.01.AuthorizationManagementClient/1.3.0" + "Microsoft.Azure.Management.Authorization.Version2015.07.01.AuthorizationManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -905,11 +1043,8 @@ "Pragma": [ "no-cache" ], - "x-ms-request-charge": [ - "1" - ], "x-ms-request-id": [ - "7b1e18fb-d291-4c80-8999-25f3d1cf678d" + "6ef4b6e5-02cd-4b48-9bac-b030b7e84243" ], "X-Content-Type-Options": [ "nosniff" @@ -918,19 +1053,19 @@ "max-age=31536000; includeSubDomains" ], "Set-Cookie": [ - "x-ms-gateway-slice=Production; path=/; secure; HttpOnly" + "x-ms-gateway-slice=Production; path=/; SameSite=None; secure; HttpOnly" ], "x-ms-ratelimit-remaining-tenant-reads": [ "11998" ], "x-ms-correlation-request-id": [ - "ff67cb1d-b1ff-47e5-8e47-7c8e2ffa4675" + "ac5d151f-db00-446c-ad72-250c31e89801" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T170308Z:ff67cb1d-b1ff-47e5-8e47-7c8e2ffa4675" + "WESTUS:20200623T090701Z:ac5d151f-db00-446c-ad72-250c31e89801" ], "Date": [ - "Wed, 03 Jul 2019 17:03:08 GMT" + "Tue, 23 Jun 2020 09:07:01 GMT" ], "Content-Length": [ "841" @@ -946,22 +1081,22 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourcegroups/ps5672/providers/Microsoft.Storage///storageAccounts/saps8963/providers/Microsoft.Authorization/roleAssignments?$filter=assignedTo('384dab06-7a70-4ecf-a04e-284602199124')&api-version=2015-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlZ3JvdXBzL3BzNTY3Mi9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2UvLy9zdG9yYWdlQWNjb3VudHMvc2Fwczg5NjMvcHJvdmlkZXJzL01pY3Jvc29mdC5BdXRob3JpemF0aW9uL3JvbGVBc3NpZ25tZW50cz8kZmlsdGVyPWFzc2lnbmVkVG8oJzM4NGRhYjA2LTdhNzAtNGVjZi1hMDRlLTI4NDYwMjE5OTEyNCcpJmFwaS12ZXJzaW9uPTIwMTUtMDctMDE=", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourcegroups/ps332/providers/Microsoft.Storage///storageAccounts/saps6577/providers/Microsoft.Authorization/roleAssignments?$filter=assignedTo('d8eca219-3055-4504-9a60-18c2d0b4c18c')&api-version=2015-07-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlZ3JvdXBzL3BzMzMyL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS8vL3N0b3JhZ2VBY2NvdW50cy9zYXBzNjU3Ny9wcm92aWRlcnMvTWljcm9zb2Z0LkF1dGhvcml6YXRpb24vcm9sZUFzc2lnbm1lbnRzPyRmaWx0ZXI9YXNzaWduZWRUbygnZDhlY2EyMTktMzA1NS00NTA0LTlhNjAtMThjMmQwYjRjMThjJykmYXBpLXZlcnNpb249MjAxNS0wNy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "976b3744-81fe-4856-93e0-6acf37159a1a" + "e21a0483-5b22-4520-861a-630a40913d98" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Authorization.Version2015.07.01.AuthorizationManagementClient/1.3.0" + "Microsoft.Azure.Management.Authorization.Version2015.07.01.AuthorizationManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -971,11 +1106,8 @@ "Pragma": [ "no-cache" ], - "x-ms-request-charge": [ - "1" - ], "x-ms-request-id": [ - "b9af2ea6-bf5e-40ab-88c4-3a740a0e89ab" + "a8f417c4-c872-4fa5-81da-dad565a9bd52" ], "X-Content-Type-Options": [ "nosniff" @@ -984,22 +1116,22 @@ "max-age=31536000; includeSubDomains" ], "Set-Cookie": [ - "x-ms-gateway-slice=Production; path=/; secure; HttpOnly" + "x-ms-gateway-slice=Production; path=/; secure; HttpOnly; SameSite=None" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11948" + "11999" ], "x-ms-correlation-request-id": [ - "f8df0d71-b8f8-45c5-853e-263a6c4b4c34" + "cbff5d90-2407-45f4-bd91-c0ee0b80708e" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T170309Z:f8df0d71-b8f8-45c5-853e-263a6c4b4c34" + "WESTUS:20200623T090701Z:cbff5d90-2407-45f4-bd91-c0ee0b80708e" ], "Date": [ - "Wed, 03 Jul 2019 17:03:08 GMT" + "Tue, 23 Jun 2020 09:07:01 GMT" ], "Content-Length": [ - "12" + "732" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1008,104 +1140,32 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": []\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"properties\": {\r\n \"roleDefinitionId\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c\",\r\n \"principalId\": \"d8eca219-3055-4504-9a60-18c2d0b4c18c\",\r\n \"scope\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b\",\r\n \"createdOn\": \"2020-05-23T18:29:54.9647107Z\",\r\n \"updatedOn\": \"2020-05-23T18:29:54.9647107Z\",\r\n \"createdBy\": \"a8656ec6-d7a4-4e38-bf78-58d74e3ed751\",\r\n \"updatedBy\": \"a8656ec6-d7a4-4e38-bf78-58d74e3ed751\"\r\n },\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/Microsoft.Authorization/roleAssignments/dc60f792-d409-4e1d-8fe5-192d121c26e9\",\r\n \"type\": \"Microsoft.Authorization/roleAssignments\",\r\n \"name\": \"dc60f792-d409-4e1d-8fe5-192d121c26e9\"\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "//subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps5672/providers/Microsoft.Storage/storageAccounts/saps8963/providers/Microsoft.Authorization/roleAssignments/9592883f-f0a4-4f4b-b7f1-ad2d66da533c?api-version=2015-07-01", - "EncodedRequestUri": "Ly9zdWJzY3JpcHRpb25zLzdiOTZjYjAyLTQ2NjMtNDBmNC05YTg5LTYwM2QzODQ5ZTQ2YS9yZXNvdXJjZUdyb3Vwcy9wczU2NzIvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9zYXBzODk2My9wcm92aWRlcnMvTWljcm9zb2Z0LkF1dGhvcml6YXRpb24vcm9sZUFzc2lnbm1lbnRzLzk1OTI4ODNmLWYwYTQtNGY0Yi1iN2YxLWFkMmQ2NmRhNTMzYz9hcGktdmVyc2lvbj0yMDE1LTA3LTAx", - "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"roleDefinitionId\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/providers/Microsoft.Authorization/roleDefinitions/c12c1c16-33a1-487b-954d-41c89c60f349\",\r\n \"principalId\": \"384dab06-7a70-4ecf-a04e-284602199124\"\r\n }\r\n}", - "RequestHeaders": { - "x-ms-client-request-id": [ - "6f7b487a-ce69-4855-8121-d87963b5bd56" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.27617.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Authorization.Version2015.07.01.AuthorizationManagementClient/1.3.0" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Content-Length": [ - "254" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-request-charge": [ - "2" - ], - "x-ms-request-id": [ - "e26e794c-2ac2-44a5-9fd0-e3b2ddda1cc9" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Set-Cookie": [ - "x-ms-gateway-slice=Production; path=/; secure; HttpOnly" - ], - "x-ms-ratelimit-remaining-subscription-writes": [ - "1194" - ], - "x-ms-correlation-request-id": [ - "07da281e-9f5a-446e-b265-e77ca4660f25" - ], - "x-ms-routing-request-id": [ - "WESTUS:20190703T170311Z:07da281e-9f5a-446e-b265-e77ca4660f25" - ], - "Date": [ - "Wed, 03 Jul 2019 17:03:10 GMT" - ], - "Content-Length": [ - "836" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"roleDefinitionId\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/providers/Microsoft.Authorization/roleDefinitions/c12c1c16-33a1-487b-954d-41c89c60f349\",\r\n \"principalId\": \"384dab06-7a70-4ecf-a04e-284602199124\",\r\n \"scope\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps5672/providers/Microsoft.Storage/storageAccounts/saps8963\",\r\n \"createdOn\": \"2019-07-03T17:03:09.3178128Z\",\r\n \"updatedOn\": \"2019-07-03T17:03:09.3178128Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": \"8d1a2f63-15c2-4fe8-a804-213ecbaf4403\"\r\n },\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps5672/providers/Microsoft.Storage/storageAccounts/saps8963/providers/Microsoft.Authorization/roleAssignments/9592883f-f0a4-4f4b-b7f1-ad2d66da533c\",\r\n \"type\": \"Microsoft.Authorization/roleAssignments\",\r\n \"name\": \"9592883f-f0a4-4f4b-b7f1-ad2d66da533c\"\r\n}", - "StatusCode": 201 - }, - { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps5672/providers/Microsoft.StorageSync/storageSyncServices/sssps8674/syncGroups/sgps3005/cloudEndpoints/cepps9342?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNTY3Mi9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM4Njc0L3N5bmNHcm91cHMvc2dwczMwMDUvY2xvdWRFbmRwb2ludHMvY2VwcHM5MzQyP2FwaS12ZXJzaW9uPTIwMTktMDMtMDE=", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps332/providers/Microsoft.StorageSync/storageSyncServices/sssps96/syncGroups/sgps1499/cloudEndpoints/cepps6394?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzMzMyL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZVN5bmMvc3RvcmFnZVN5bmNTZXJ2aWNlcy9zc3Nwczk2L3N5bmNHcm91cHMvc2dwczE0OTkvY2xvdWRFbmRwb2ludHMvY2VwcHM2Mzk0P2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"storageAccountResourceId\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps5672/providers/Microsoft.Storage/storageAccounts/saps8963\",\r\n \"azureFileShareName\": \"testfs\",\r\n \"storageAccountTenantId\": \"0483643a-cb2f-462a-bc27-1a270e5bdc0a\"\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"storageAccountResourceId\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps332/providers/Microsoft.Storage/storageAccounts/saps6577\",\r\n \"azureFileShareName\": \"testfs\",\r\n \"storageAccountTenantId\": \"6ad91d65-65ab-4e14-90f7-fe951035b7c9\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "16c9b383-b5f8-4587-ba38-8ac143ee0236" + "29ad6bc1-ea4c-4fd3-b381-d1ec92438398" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "298" + "297" ] }, "ResponseHeaders": { @@ -1116,16 +1176,16 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps5672/providers/microsoft.storagesync/storageSyncServices/sssps8674/workflows/f51bb82c-4c18-47f9-9ba6-37adf252b291/operationresults/5e63da3b-2b7e-4799-a19a-dd55f596c4ba?api-version=2019-03-01" + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6ImNmZTE4NzNiLTZiODAtNDVkMi05MjkzLWM2NGZjMmM5YWQzZSIsIndvcmtmbG93SWQiOiIyMzZkYWE0Yy03MjYyLTQzMzgtODYwOC0wOWVhYTcxNjQxZWMiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiYzlkMDAxOTEtODMyYS00MjA3LWI5ZjctNWM5NTc4YzVhYmQzIn0=?api-version=2020-03-01" ], "Retry-After": [ "10" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps5672/providers/microsoft.storagesync/storageSyncServices/sssps8674/workflows/f51bb82c-4c18-47f9-9ba6-37adf252b291/operations/5e63da3b-2b7e-4799-a19a-dd55f596c4ba?api-version=2019-03-01" + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6ImNmZTE4NzNiLTZiODAtNDVkMi05MjkzLWM2NGZjMmM5YWQzZSIsIndvcmtmbG93SWQiOiIyMzZkYWE0Yy03MjYyLTQzMzgtODYwOC0wOWVhYTcxNjQxZWMiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiYzlkMDAxOTEtODMyYS00MjA3LWI5ZjctNWM5NTc4YzVhYmQzIn0=?api-version=2020-03-01" ], "x-ms-request-id": [ - "34aed17c-bacf-47cb-a307-b045a5b7a4ae" + "64efef7e-d6a6-404c-b15c-1826690c6c7b" ], "X-Content-Type-Options": [ "nosniff" @@ -1143,16 +1203,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1193" + "1199" ], "x-ms-correlation-request-id": [ - "537f74a7-2ca5-455e-8466-a22c31fd42f0" + "55077cec-aa70-40bf-9b92-73aeea0ae34c" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T170351Z:537f74a7-2ca5-455e-8466-a22c31fd42f0" + "WESTUS:20200623T090702Z:55077cec-aa70-40bf-9b92-73aeea0ae34c" ], "Date": [ - "Wed, 03 Jul 2019 17:03:51 GMT" + "Tue, 23 Jun 2020 09:07:02 GMT" ], "Expires": [ "-1" @@ -1165,16 +1225,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps5672/providers/microsoft.storagesync/storageSyncServices/sssps8674/workflows/f51bb82c-4c18-47f9-9ba6-37adf252b291/operations/5e63da3b-2b7e-4799-a19a-dd55f596c4ba?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNTY3Mi9wcm92aWRlcnMvbWljcm9zb2Z0LnN0b3JhZ2VzeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM4Njc0L3dvcmtmbG93cy9mNTFiYjgyYy00YzE4LTQ3ZjktOWJhNi0zN2FkZjI1MmIyOTEvb3BlcmF0aW9ucy81ZTYzZGEzYi0yYjdlLTQ3OTktYTE5YS1kZDU1ZjU5NmM0YmE/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6ImNmZTE4NzNiLTZiODAtNDVkMi05MjkzLWM2NGZjMmM5YWQzZSIsIndvcmtmbG93SWQiOiIyMzZkYWE0Yy03MjYyLTQzMzgtODYwOC0wOWVhYTcxNjQxZWMiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiYzlkMDAxOTEtODMyYS00MjA3LWI5ZjctNWM5NTc4YzVhYmQzIn0=?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvbG9jYXRpb25zL2NlbnRyYWx1c2V1YXAvb3BlcmF0aW9ucy9leUp3WVhKMGFYUnBiMjVKWkNJNkltTm1aVEU0TnpOaUxUWmlPREF0TkRWa01pMDVNamt6TFdNMk5HWmpNbU01WVdRelpTSXNJbmR2Y210bWJHOTNTV1FpT2lJeU16WmtZV0UwWXkwM01qWXlMVFF6TXpndE9EWXdPQzB3T1dWaFlUY3hOalF4WldNaUxDSjNiM0pyWm14dmQwOXdaWEpoZEdsdmJrbGtJam9pWXpsa01EQXhPVEV0T0RNeVlTMDBNakEzTFdJNVpqY3ROV001TlRjNFl6VmhZbVF6SW4wPT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -1185,7 +1245,7 @@ "no-cache" ], "x-ms-request-id": [ - "a98e10fc-df41-4ed4-aba7-a40838980504" + "983e53d0-61b0-41e3-a551-f86622f13c97" ], "X-Content-Type-Options": [ "nosniff" @@ -1203,41 +1263,41 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11947" + "11998" ], "x-ms-correlation-request-id": [ - "977db05f-026e-4c0e-a04c-740e4a6dbb52" + "3bbe1313-2037-4ab3-9251-09c38d147c1a" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T170402Z:977db05f-026e-4c0e-a04c-740e4a6dbb52" + "WESTUS:20200623T090712Z:3bbe1313-2037-4ab3-9251-09c38d147c1a" ], "Date": [ - "Wed, 03 Jul 2019 17:04:02 GMT" + "Tue, 23 Jun 2020 09:07:12 GMT" ], "Content-Length": [ - "450" + "745" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps5672/providers/microsoft.storagesync/storageSyncServices/sssps8674/workflow/f51bb82c-4c18-47f9-9ba6-37adf252b291/operationresults/5e63da3b-2b7e-4799-a19a-dd55f596c4ba\",\r\n \"name\": \"5e63da3b-2b7e-4799-a19a-dd55f596c4ba\",\r\n \"status\": \"validateInput\",\r\n \"startTime\": \"2019-07-03T17:03:52.187021Z\",\r\n \"endTime\": \"2019-07-03T17:03:55.3163099Z\",\r\n \"percentComplete\": null,\r\n \"error\": null,\r\n \"properties\": {}\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6ImNmZTE4NzNiLTZiODAtNDVkMi05MjkzLWM2NGZjMmM5YWQzZSIsIndvcmtmbG93SWQiOiIyMzZkYWE0Yy03MjYyLTQzMzgtODYwOC0wOWVhYTcxNjQxZWMiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiYzlkMDAxOTEtODMyYS00MjA3LWI5ZjctNWM5NTc4YzVhYmQzIn0=\",\r\n \"name\": \"eyJwYXJ0aXRpb25JZCI6ImNmZTE4NzNiLTZiODAtNDVkMi05MjkzLWM2NGZjMmM5YWQzZSIsIndvcmtmbG93SWQiOiIyMzZkYWE0Yy03MjYyLTQzMzgtODYwOC0wOWVhYTcxNjQxZWMiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiYzlkMDAxOTEtODMyYS00MjA3LWI5ZjctNWM5NTc4YzVhYmQzIn0=\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2020-06-23T09:07:02.7612155Z\",\r\n \"endTime\": \"2020-06-23T09:07:10.8151806Z\",\r\n \"properties\": {}\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps5672/providers/microsoft.storagesync/storageSyncServices/sssps8674/workflows/f51bb82c-4c18-47f9-9ba6-37adf252b291/operations/5e63da3b-2b7e-4799-a19a-dd55f596c4ba?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNTY3Mi9wcm92aWRlcnMvbWljcm9zb2Z0LnN0b3JhZ2VzeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM4Njc0L3dvcmtmbG93cy9mNTFiYjgyYy00YzE4LTQ3ZjktOWJhNi0zN2FkZjI1MmIyOTEvb3BlcmF0aW9ucy81ZTYzZGEzYi0yYjdlLTQ3OTktYTE5YS1kZDU1ZjU5NmM0YmE/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps332/providers/Microsoft.StorageSync/storageSyncServices/sssps96/syncGroups/sgps1499/cloudEndpoints/cepps6394?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzMzMyL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZVN5bmMvc3RvcmFnZVN5bmNTZXJ2aWNlcy9zc3Nwczk2L3N5bmNHcm91cHMvc2dwczE0OTkvY2xvdWRFbmRwb2ludHMvY2VwcHM2Mzk0P2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -1248,7 +1308,7 @@ "no-cache" ], "x-ms-request-id": [ - "73d70bfe-e138-4dcd-a757-2198defff1b0" + "6396eb7b-4b31-4293-a2fb-18461943f7da" ], "X-Content-Type-Options": [ "nosniff" @@ -1266,41 +1326,47 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11946" + "11997" ], "x-ms-correlation-request-id": [ - "0cc0bfab-441c-43c7-9e59-22e81d22dc57" + "d08096d5-7bdd-4cd2-957a-85069f229010" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T170413Z:0cc0bfab-441c-43c7-9e59-22e81d22dc57" + "WESTUS:20200623T090713Z:d08096d5-7bdd-4cd2-957a-85069f229010" ], "Date": [ - "Wed, 03 Jul 2019 17:04:12 GMT" + "Tue, 23 Jun 2020 09:07:12 GMT" ], "Content-Length": [ - "450" + "1021" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps5672/providers/microsoft.storagesync/storageSyncServices/sssps8674/workflow/f51bb82c-4c18-47f9-9ba6-37adf252b291/operationresults/5e63da3b-2b7e-4799-a19a-dd55f596c4ba\",\r\n \"name\": \"5e63da3b-2b7e-4799-a19a-dd55f596c4ba\",\r\n \"status\": \"validateInput\",\r\n \"startTime\": \"2019-07-03T17:03:52.187021Z\",\r\n \"endTime\": \"2019-07-03T17:03:55.3163099Z\",\r\n \"percentComplete\": null,\r\n \"error\": null,\r\n \"properties\": {}\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"storageAccountResourceId\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps332/providers/Microsoft.Storage/storageAccounts/saps6577\",\r\n \"azureFileShareName\": \"testfs\",\r\n \"storageAccountTenantId\": \"6ad91d65-65ab-4e14-90f7-fe951035b7c9\",\r\n \"partnershipId\": \"1|U0VSVkVSQVNTWU5DQ0xJRU5USEZTVjJ8MEVBMjIxRkEtM0I4Qi00RTY2LUI5QkMtRjYxOThGNTgxQjFCfEdFTkVSSUN8OTI5REE5RDktQzNEQi00Rjc5LTlBMjAtRkRDMzQ4REM1RjMy\",\r\n \"friendlyName\": \"testfs\",\r\n \"backupEnabled\": \"false\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"lastWorkflowId\": \"storageSyncServices/sssps96/workflows/236daa4c-7262-4338-8608-09eaa71641ec\",\r\n \"lastOperationName\": \"ICreateCloudEndpointWorkflow\"\r\n },\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps332/providers/microsoft.storagesync/storageSyncServices/sssps96/syncGroups/sgps1499/cloudEndpoints/cepps6394\",\r\n \"name\": \"cepps6394\",\r\n \"type\": \"microsoft.storagesync/storageSyncServices/syncGroups/cloudEndpoints\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps5672/providers/microsoft.storagesync/storageSyncServices/sssps8674/workflows/f51bb82c-4c18-47f9-9ba6-37adf252b291/operations/5e63da3b-2b7e-4799-a19a-dd55f596c4ba?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNTY3Mi9wcm92aWRlcnMvbWljcm9zb2Z0LnN0b3JhZ2VzeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM4Njc0L3dvcmtmbG93cy9mNTFiYjgyYy00YzE4LTQ3ZjktOWJhNi0zN2FkZjI1MmIyOTEvb3BlcmF0aW9ucy81ZTYzZGEzYi0yYjdlLTQ3OTktYTE5YS1kZDU1ZjU5NmM0YmE/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps332/providers/Microsoft.StorageSync/storageSyncServices/sssps96/syncGroups/sgps1499/cloudEndpoints/cepps6394?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzMzMyL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZVN5bmMvc3RvcmFnZVN5bmNTZXJ2aWNlcy9zc3Nwczk2L3N5bmNHcm91cHMvc2dwczE0OTkvY2xvdWRFbmRwb2ludHMvY2VwcHM2Mzk0P2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { + "x-ms-client-request-id": [ + "60123c3e-e639-48c1-8cf9-7fbdf4420e4b" + ], + "Accept-Language": [ + "en-US" + ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -1311,7 +1377,7 @@ "no-cache" ], "x-ms-request-id": [ - "5860e569-083c-4cf4-8928-9b775e864f23" + "90cd693f-21b9-4c85-902d-1fd15f6ea795" ], "X-Content-Type-Options": [ "nosniff" @@ -1329,41 +1395,47 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11945" + "11996" ], "x-ms-correlation-request-id": [ - "b10c3597-88b7-4c94-afa2-50c97be8401b" + "35e84f46-a551-492d-8983-7a2e96940fde" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T170423Z:b10c3597-88b7-4c94-afa2-50c97be8401b" + "WESTUS:20200623T090713Z:35e84f46-a551-492d-8983-7a2e96940fde" ], "Date": [ - "Wed, 03 Jul 2019 17:04:22 GMT" + "Tue, 23 Jun 2020 09:07:12 GMT" ], "Content-Length": [ - "450" + "1021" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps5672/providers/microsoft.storagesync/storageSyncServices/sssps8674/workflow/f51bb82c-4c18-47f9-9ba6-37adf252b291/operationresults/5e63da3b-2b7e-4799-a19a-dd55f596c4ba\",\r\n \"name\": \"5e63da3b-2b7e-4799-a19a-dd55f596c4ba\",\r\n \"status\": \"validateInput\",\r\n \"startTime\": \"2019-07-03T17:03:52.187021Z\",\r\n \"endTime\": \"2019-07-03T17:03:55.3163099Z\",\r\n \"percentComplete\": null,\r\n \"error\": null,\r\n \"properties\": {}\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"storageAccountResourceId\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps332/providers/Microsoft.Storage/storageAccounts/saps6577\",\r\n \"azureFileShareName\": \"testfs\",\r\n \"storageAccountTenantId\": \"6ad91d65-65ab-4e14-90f7-fe951035b7c9\",\r\n \"partnershipId\": \"1|U0VSVkVSQVNTWU5DQ0xJRU5USEZTVjJ8MEVBMjIxRkEtM0I4Qi00RTY2LUI5QkMtRjYxOThGNTgxQjFCfEdFTkVSSUN8OTI5REE5RDktQzNEQi00Rjc5LTlBMjAtRkRDMzQ4REM1RjMy\",\r\n \"friendlyName\": \"testfs\",\r\n \"backupEnabled\": \"false\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"lastWorkflowId\": \"storageSyncServices/sssps96/workflows/236daa4c-7262-4338-8608-09eaa71641ec\",\r\n \"lastOperationName\": \"ICreateCloudEndpointWorkflow\"\r\n },\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps332/providers/microsoft.storagesync/storageSyncServices/sssps96/syncGroups/sgps1499/cloudEndpoints/cepps6394\",\r\n \"name\": \"cepps6394\",\r\n \"type\": \"microsoft.storagesync/storageSyncServices/syncGroups/cloudEndpoints\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps5672/providers/microsoft.storagesync/storageSyncServices/sssps8674/workflows/f51bb82c-4c18-47f9-9ba6-37adf252b291/operations/5e63da3b-2b7e-4799-a19a-dd55f596c4ba?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNTY3Mi9wcm92aWRlcnMvbWljcm9zb2Z0LnN0b3JhZ2VzeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM4Njc0L3dvcmtmbG93cy9mNTFiYjgyYy00YzE4LTQ3ZjktOWJhNi0zN2FkZjI1MmIyOTEvb3BlcmF0aW9ucy81ZTYzZGEzYi0yYjdlLTQ3OTktYTE5YS1kZDU1ZjU5NmM0YmE/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", - "RequestMethod": "GET", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps332/providers/Microsoft.StorageSync/storageSyncServices/sssps96/syncGroups/sgps1499/cloudEndpoints/cepps6394?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzMzMyL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZVN5bmMvc3RvcmFnZVN5bmNTZXJ2aWNlcy9zc3Nwczk2L3N5bmNHcm91cHMvc2dwczE0OTkvY2xvdWRFbmRwb2ludHMvY2VwcHM2Mzk0P2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", + "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { + "x-ms-client-request-id": [ + "01d630ed-f108-483f-a82e-1d4cbe2bf45f" + ], + "Accept-Language": [ + "en-US" + ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -1373,8 +1445,17 @@ "Pragma": [ "no-cache" ], + "Location": [ + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6ImNmZTE4NzNiLTZiODAtNDVkMi05MjkzLWM2NGZjMmM5YWQzZSIsIndvcmtmbG93SWQiOiJhNzYzYjBhYi0wYWU2LTRhNDItYjg0My0xOTkwMDQ3YWRmYzMiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiYzExMjRiOWMtNjM4Yi00MGZmLTk2M2EtNTFkZTU2YzNmYTkzIn0=?api-version=2020-03-01" + ], + "Retry-After": [ + "10" + ], + "Azure-AsyncOperation": [ + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6ImNmZTE4NzNiLTZiODAtNDVkMi05MjkzLWM2NGZjMmM5YWQzZSIsIndvcmtmbG93SWQiOiJhNzYzYjBhYi0wYWU2LTRhNDItYjg0My0xOTkwMDQ3YWRmYzMiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiYzExMjRiOWMtNjM4Yi00MGZmLTk2M2EtNTFkZTU2YzNmYTkzIn0=?api-version=2020-03-01" + ], "x-ms-request-id": [ - "964ada0e-fc86-4ad4-aa0a-62abee3da5e9" + "b5a69f7e-d3bd-4507-a995-943ba89976dc" ], "X-Content-Type-Options": [ "nosniff" @@ -1391,42 +1472,39 @@ "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11944" + "x-ms-ratelimit-remaining-subscription-deletes": [ + "14999" ], "x-ms-correlation-request-id": [ - "e82af69b-2455-4259-b08c-a38324cf38ab" + "88adeebf-c3a3-4613-a0e0-f009a3baf87c" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T170433Z:e82af69b-2455-4259-b08c-a38324cf38ab" + "WESTUS:20200623T090713Z:88adeebf-c3a3-4613-a0e0-f009a3baf87c" ], "Date": [ - "Wed, 03 Jul 2019 17:04:32 GMT" - ], - "Content-Length": [ - "450" - ], - "Content-Type": [ - "application/json; charset=utf-8" + "Tue, 23 Jun 2020 09:07:13 GMT" ], "Expires": [ "-1" + ], + "Content-Length": [ + "0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps5672/providers/microsoft.storagesync/storageSyncServices/sssps8674/workflow/f51bb82c-4c18-47f9-9ba6-37adf252b291/operationresults/5e63da3b-2b7e-4799-a19a-dd55f596c4ba\",\r\n \"name\": \"5e63da3b-2b7e-4799-a19a-dd55f596c4ba\",\r\n \"status\": \"validateInput\",\r\n \"startTime\": \"2019-07-03T17:03:52.187021Z\",\r\n \"endTime\": \"2019-07-03T17:03:55.3163099Z\",\r\n \"percentComplete\": null,\r\n \"error\": null,\r\n \"properties\": {}\r\n}", - "StatusCode": 200 + "ResponseBody": "", + "StatusCode": 202 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps5672/providers/microsoft.storagesync/storageSyncServices/sssps8674/workflows/f51bb82c-4c18-47f9-9ba6-37adf252b291/operations/5e63da3b-2b7e-4799-a19a-dd55f596c4ba?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNTY3Mi9wcm92aWRlcnMvbWljcm9zb2Z0LnN0b3JhZ2VzeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM4Njc0L3dvcmtmbG93cy9mNTFiYjgyYy00YzE4LTQ3ZjktOWJhNi0zN2FkZjI1MmIyOTEvb3BlcmF0aW9ucy81ZTYzZGEzYi0yYjdlLTQ3OTktYTE5YS1kZDU1ZjU5NmM0YmE/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6ImNmZTE4NzNiLTZiODAtNDVkMi05MjkzLWM2NGZjMmM5YWQzZSIsIndvcmtmbG93SWQiOiJhNzYzYjBhYi0wYWU2LTRhNDItYjg0My0xOTkwMDQ3YWRmYzMiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiYzExMjRiOWMtNjM4Yi00MGZmLTk2M2EtNTFkZTU2YzNmYTkzIn0=?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvbG9jYXRpb25zL2NlbnRyYWx1c2V1YXAvb3BlcmF0aW9ucy9leUp3WVhKMGFYUnBiMjVKWkNJNkltTm1aVEU0TnpOaUxUWmlPREF0TkRWa01pMDVNamt6TFdNMk5HWmpNbU01WVdRelpTSXNJbmR2Y210bWJHOTNTV1FpT2lKaE56WXpZakJoWWkwd1lXVTJMVFJoTkRJdFlqZzBNeTB4T1Rrd01EUTNZV1JtWXpNaUxDSjNiM0pyWm14dmQwOXdaWEpoZEdsdmJrbGtJam9pWXpFeE1qUmlPV010TmpNNFlpMDBNR1ptTFRrMk0yRXROVEZrWlRVMll6Tm1ZVGt6SW4wPT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -1437,7 +1515,7 @@ "no-cache" ], "x-ms-request-id": [ - "8008962f-0f1c-4631-a5f4-5e3b215acae6" + "aab2b4b3-7806-45fd-b3bc-0ef31974c02e" ], "X-Content-Type-Options": [ "nosniff" @@ -1455,41 +1533,41 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11943" + "11995" ], "x-ms-correlation-request-id": [ - "b095456d-a551-4063-8a0a-6658805c58d1" + "27ffe454-e678-40f2-9bc0-46b2b4e892e4" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T170444Z:b095456d-a551-4063-8a0a-6658805c58d1" + "WESTUS:20200623T090724Z:27ffe454-e678-40f2-9bc0-46b2b4e892e4" ], "Date": [ - "Wed, 03 Jul 2019 17:04:44 GMT" + "Tue, 23 Jun 2020 09:07:23 GMT" ], "Content-Length": [ - "445" + "745" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps5672/providers/microsoft.storagesync/storageSyncServices/sssps8674/workflow/f51bb82c-4c18-47f9-9ba6-37adf252b291/operationresults/5e63da3b-2b7e-4799-a19a-dd55f596c4ba\",\r\n \"name\": \"5e63da3b-2b7e-4799-a19a-dd55f596c4ba\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2019-07-03T17:03:52.187021Z\",\r\n \"endTime\": \"2019-07-03T17:04:43.870266Z\",\r\n \"percentComplete\": null,\r\n \"error\": null,\r\n \"properties\": {}\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6ImNmZTE4NzNiLTZiODAtNDVkMi05MjkzLWM2NGZjMmM5YWQzZSIsIndvcmtmbG93SWQiOiJhNzYzYjBhYi0wYWU2LTRhNDItYjg0My0xOTkwMDQ3YWRmYzMiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiYzExMjRiOWMtNjM4Yi00MGZmLTk2M2EtNTFkZTU2YzNmYTkzIn0=\",\r\n \"name\": \"eyJwYXJ0aXRpb25JZCI6ImNmZTE4NzNiLTZiODAtNDVkMi05MjkzLWM2NGZjMmM5YWQzZSIsIndvcmtmbG93SWQiOiJhNzYzYjBhYi0wYWU2LTRhNDItYjg0My0xOTkwMDQ3YWRmYzMiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiYzExMjRiOWMtNjM4Yi00MGZmLTk2M2EtNTFkZTU2YzNmYTkzIn0=\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2020-06-23T09:07:14.5626757Z\",\r\n \"endTime\": \"2020-06-23T09:07:19.5470695Z\",\r\n \"properties\": {}\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps5672/providers/Microsoft.StorageSync/storageSyncServices/sssps8674/syncGroups/sgps3005/cloudEndpoints/cepps9342?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNTY3Mi9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM4Njc0L3N5bmNHcm91cHMvc2dwczMwMDUvY2xvdWRFbmRwb2ludHMvY2VwcHM5MzQyP2FwaS12ZXJzaW9uPTIwMTktMDMtMDE=", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6ImNmZTE4NzNiLTZiODAtNDVkMi05MjkzLWM2NGZjMmM5YWQzZSIsIndvcmtmbG93SWQiOiJhNzYzYjBhYi0wYWU2LTRhNDItYjg0My0xOTkwMDQ3YWRmYzMiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiYzExMjRiOWMtNjM4Yi00MGZmLTk2M2EtNTFkZTU2YzNmYTkzIn0=?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvbG9jYXRpb25zL2NlbnRyYWx1c2V1YXAvb3BlcmF0aW9ucmVzdWx0cy9leUp3WVhKMGFYUnBiMjVKWkNJNkltTm1aVEU0TnpOaUxUWmlPREF0TkRWa01pMDVNamt6TFdNMk5HWmpNbU01WVdRelpTSXNJbmR2Y210bWJHOTNTV1FpT2lKaE56WXpZakJoWWkwd1lXVTJMVFJoTkRJdFlqZzBNeTB4T1Rrd01EUTNZV1JtWXpNaUxDSjNiM0pyWm14dmQwOXdaWEpoZEdsdmJrbGtJam9pWXpFeE1qUmlPV010TmpNNFlpMDBNR1ptTFRrMk0yRXROVEZrWlRVMll6Tm1ZVGt6SW4wPT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -1500,7 +1578,7 @@ "no-cache" ], "x-ms-request-id": [ - "adbae91b-7d6e-40a8-99b0-c24a29fcbb07" + "682a39a3-1a9d-4d2e-947f-182b5b1d323c" ], "X-Content-Type-Options": [ "nosniff" @@ -1518,47 +1596,44 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11942" + "11994" ], "x-ms-correlation-request-id": [ - "7a7ffc62-87a7-4e7e-a1c6-122f0be96bdc" + "652e809b-04a3-4a17-8861-ce8b678fc154" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T170444Z:7a7ffc62-87a7-4e7e-a1c6-122f0be96bdc" + "WESTUS:20200623T090724Z:652e809b-04a3-4a17-8861-ce8b678fc154" ], "Date": [ - "Wed, 03 Jul 2019 17:04:44 GMT" - ], - "Content-Length": [ - "985" - ], - "Content-Type": [ - "application/json; charset=utf-8" + "Tue, 23 Jun 2020 09:07:23 GMT" ], "Expires": [ "-1" + ], + "Content-Length": [ + "0" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"storageAccountKey\": null,\r\n \"storageAccount\": null,\r\n \"storageAccountResourceId\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps5672/providers/Microsoft.Storage/storageAccounts/saps8963\",\r\n \"azureFileShareName\": \"testfs\",\r\n \"storageAccountTenantId\": \"0483643a-cb2f-462a-bc27-1a270e5bdc0a\",\r\n \"partnershipId\": \"1|U0VSVkVSQVNTWU5DQ0xJRU5USEZTVjJ8Njg1MDEwQTktNDBBMi00OEQ5LTg5NUUtQkIzMjMwQURGOThGfEdFTkVSSUN8OUQ4NjA0RDEtM0QyRi00ODczLTk4RjgtMjlDRTM0Nzc1RTVG\",\r\n \"friendlyName\": \"testfs\",\r\n \"backupEnabled\": \"false\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"lastWorkflowId\": \"storageSyncServices/sssps8674/workflows/f51bb82c-4c18-47f9-9ba6-37adf252b291\",\r\n \"lastOperationName\": \"ICreateCloudEndpointWorkflow\"\r\n },\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps5672/providers/microsoft.storagesync/storageSyncServices/sssps8674/syncGroups/sgps3005/cloudEndpoints/cepps9342\",\r\n \"name\": \"cepps9342\",\r\n \"type\": \"microsoft.storagesync/storageSyncServices/syncGroups/cloudEndpoints\"\r\n}", + "ResponseBody": "", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps5672/providers/Microsoft.StorageSync/storageSyncServices/sssps8674/syncGroups/sgps3005/cloudEndpoints/cepps9342?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNTY3Mi9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM4Njc0L3N5bmNHcm91cHMvc2dwczMwMDUvY2xvdWRFbmRwb2ludHMvY2VwcHM5MzQyP2FwaS12ZXJzaW9uPTIwMTktMDMtMDE=", - "RequestMethod": "GET", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps332/providers/Microsoft.StorageSync/storageSyncServices/sssps96/syncGroups/sgps1499?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzMzMyL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZVN5bmMvc3RvcmFnZVN5bmNTZXJ2aWNlcy9zc3Nwczk2L3N5bmNHcm91cHMvc2dwczE0OTk/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", + "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "5ae557be-2ca6-4db3-af52-388f82b0bc75" + "6315af37-baac-4e10-9c5f-957ee0637ef1" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -1569,7 +1644,7 @@ "no-cache" ], "x-ms-request-id": [ - "8051a8f3-0e38-451a-97f9-a53c2b85b897" + "edd103a3-b6b7-4ac5-a150-25ebcec8a5b4" ], "X-Content-Type-Options": [ "nosniff" @@ -1586,1566 +1661,45 @@ "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11941" + "x-ms-ratelimit-remaining-subscription-deletes": [ + "14998" ], "x-ms-correlation-request-id": [ - "84e85485-d279-49fb-8271-00d322b7737c" + "32528a98-705a-4f6e-9f99-da8b57f51b30" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T170444Z:84e85485-d279-49fb-8271-00d322b7737c" + "WESTUS:20200623T090724Z:32528a98-705a-4f6e-9f99-da8b57f51b30" ], "Date": [ - "Wed, 03 Jul 2019 17:04:44 GMT" - ], - "Content-Length": [ - "985" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"storageAccountKey\": null,\r\n \"storageAccount\": null,\r\n \"storageAccountResourceId\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps5672/providers/Microsoft.Storage/storageAccounts/saps8963\",\r\n \"azureFileShareName\": \"testfs\",\r\n \"storageAccountTenantId\": \"0483643a-cb2f-462a-bc27-1a270e5bdc0a\",\r\n \"partnershipId\": \"1|U0VSVkVSQVNTWU5DQ0xJRU5USEZTVjJ8Njg1MDEwQTktNDBBMi00OEQ5LTg5NUUtQkIzMjMwQURGOThGfEdFTkVSSUN8OUQ4NjA0RDEtM0QyRi00ODczLTk4RjgtMjlDRTM0Nzc1RTVG\",\r\n \"friendlyName\": \"testfs\",\r\n \"backupEnabled\": \"false\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"lastWorkflowId\": \"storageSyncServices/sssps8674/workflows/f51bb82c-4c18-47f9-9ba6-37adf252b291\",\r\n \"lastOperationName\": \"ICreateCloudEndpointWorkflow\"\r\n },\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps5672/providers/microsoft.storagesync/storageSyncServices/sssps8674/syncGroups/sgps3005/cloudEndpoints/cepps9342\",\r\n \"name\": \"cepps9342\",\r\n \"type\": \"microsoft.storagesync/storageSyncServices/syncGroups/cloudEndpoints\"\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps5672/providers/Microsoft.StorageSync/storageSyncServices/sssps8674/syncGroups/sgps3005/cloudEndpoints/cepps9342?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNTY3Mi9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM4Njc0L3N5bmNHcm91cHMvc2dwczMwMDUvY2xvdWRFbmRwb2ludHMvY2VwcHM5MzQyP2FwaS12ZXJzaW9uPTIwMTktMDMtMDE=", - "RequestMethod": "DELETE", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "4cbcf5ec-1890-419d-a38f-8f01836b0ea3" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.27617.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Location": [ - "https://management.azure.com/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps5672/providers/microsoft.storagesync/storageSyncServices/sssps8674/workflows/463c3216-845e-4ad6-b725-1d7158df294e/operationresults/e97b814b-0abd-430a-bf85-818efd63a351?api-version=2019-03-01" - ], - "Retry-After": [ - "10" - ], - "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps5672/providers/microsoft.storagesync/storageSyncServices/sssps8674/workflows/463c3216-845e-4ad6-b725-1d7158df294e/operations/e97b814b-0abd-430a-bf85-818efd63a351?api-version=2019-03-01" - ], - "x-ms-request-id": [ - "76d5fd01-4ad9-4bef-9180-96691a029285" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Server": [ - "Microsoft-IIS/10.0" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET" - ], - "x-ms-ratelimit-remaining-subscription-deletes": [ - "14997" - ], - "x-ms-correlation-request-id": [ - "ca66926d-4563-46a2-8573-ebb225b50a19" - ], - "x-ms-routing-request-id": [ - "WESTUS:20190703T170445Z:ca66926d-4563-46a2-8573-ebb225b50a19" - ], - "Date": [ - "Wed, 03 Jul 2019 17:04:45 GMT" - ], - "Expires": [ - "-1" - ], - "Content-Length": [ - "0" - ] - }, - "ResponseBody": "", - "StatusCode": 202 - }, - { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps5672/providers/microsoft.storagesync/storageSyncServices/sssps8674/workflows/463c3216-845e-4ad6-b725-1d7158df294e/operations/e97b814b-0abd-430a-bf85-818efd63a351?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNTY3Mi9wcm92aWRlcnMvbWljcm9zb2Z0LnN0b3JhZ2VzeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM4Njc0L3dvcmtmbG93cy80NjNjMzIxNi04NDVlLTRhZDYtYjcyNS0xZDcxNThkZjI5NGUvb3BlcmF0aW9ucy9lOTdiODE0Yi0wYWJkLTQzMGEtYmY4NS04MThlZmQ2M2EzNTE/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.27617.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-request-id": [ - "34423aa0-cc72-4511-974e-7b60d8e18872" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11940" - ], - "Server": [ - "Microsoft-IIS/10.0" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET" - ], - "x-ms-correlation-request-id": [ - "93172b5e-24dd-4a0f-b25d-ec4592aebc52" - ], - "x-ms-routing-request-id": [ - "WESTUS:20190703T170455Z:93172b5e-24dd-4a0f-b25d-ec4592aebc52" - ], - "Date": [ - "Wed, 03 Jul 2019 17:04:55 GMT" - ], - "Content-Length": [ - "460" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps5672/providers/microsoft.storagesync/storageSyncServices/sssps8674/workflow/463c3216-845e-4ad6-b725-1d7158df294e/operationresults/e97b814b-0abd-430a-bf85-818efd63a351\",\r\n \"name\": \"e97b814b-0abd-430a-bf85-818efd63a351\",\r\n \"status\": \"clearFileShareMetadata\",\r\n \"startTime\": \"2019-07-03T17:04:45.7409382Z\",\r\n \"endTime\": \"2019-07-03T17:04:48.9604207Z\",\r\n \"percentComplete\": null,\r\n \"error\": null,\r\n \"properties\": {}\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps5672/providers/microsoft.storagesync/storageSyncServices/sssps8674/workflows/463c3216-845e-4ad6-b725-1d7158df294e/operations/e97b814b-0abd-430a-bf85-818efd63a351?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNTY3Mi9wcm92aWRlcnMvbWljcm9zb2Z0LnN0b3JhZ2VzeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM4Njc0L3dvcmtmbG93cy80NjNjMzIxNi04NDVlLTRhZDYtYjcyNS0xZDcxNThkZjI5NGUvb3BlcmF0aW9ucy9lOTdiODE0Yi0wYWJkLTQzMGEtYmY4NS04MThlZmQ2M2EzNTE/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.27617.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-request-id": [ - "b3924fa8-8aab-4f53-a983-738fed55c89f" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Server": [ - "Microsoft-IIS/10.0" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11939" - ], - "x-ms-correlation-request-id": [ - "a06fa45b-6239-43cf-b6bb-2117a0da0cc8" - ], - "x-ms-routing-request-id": [ - "WESTUS:20190703T170506Z:a06fa45b-6239-43cf-b6bb-2117a0da0cc8" - ], - "Date": [ - "Wed, 03 Jul 2019 17:05:06 GMT" - ], - "Content-Length": [ - "460" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps5672/providers/microsoft.storagesync/storageSyncServices/sssps8674/workflow/463c3216-845e-4ad6-b725-1d7158df294e/operationresults/e97b814b-0abd-430a-bf85-818efd63a351\",\r\n \"name\": \"e97b814b-0abd-430a-bf85-818efd63a351\",\r\n \"status\": \"clearFileShareMetadata\",\r\n \"startTime\": \"2019-07-03T17:04:45.7409382Z\",\r\n \"endTime\": \"2019-07-03T17:04:48.9604207Z\",\r\n \"percentComplete\": null,\r\n \"error\": null,\r\n \"properties\": {}\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps5672/providers/microsoft.storagesync/storageSyncServices/sssps8674/workflows/463c3216-845e-4ad6-b725-1d7158df294e/operations/e97b814b-0abd-430a-bf85-818efd63a351?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNTY3Mi9wcm92aWRlcnMvbWljcm9zb2Z0LnN0b3JhZ2VzeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM4Njc0L3dvcmtmbG93cy80NjNjMzIxNi04NDVlLTRhZDYtYjcyNS0xZDcxNThkZjI5NGUvb3BlcmF0aW9ucy9lOTdiODE0Yi0wYWJkLTQzMGEtYmY4NS04MThlZmQ2M2EzNTE/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.27617.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-request-id": [ - "fa88a5d3-2fda-4f01-b668-cbfc266f5176" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Server": [ - "Microsoft-IIS/10.0" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11938" - ], - "x-ms-correlation-request-id": [ - "9381f07c-c45e-4d18-8f30-8125c864e958" - ], - "x-ms-routing-request-id": [ - "WESTUS:20190703T170517Z:9381f07c-c45e-4d18-8f30-8125c864e958" - ], - "Date": [ - "Wed, 03 Jul 2019 17:05:17 GMT" - ], - "Content-Length": [ - "460" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps5672/providers/microsoft.storagesync/storageSyncServices/sssps8674/workflow/463c3216-845e-4ad6-b725-1d7158df294e/operationresults/e97b814b-0abd-430a-bf85-818efd63a351\",\r\n \"name\": \"e97b814b-0abd-430a-bf85-818efd63a351\",\r\n \"status\": \"clearFileShareMetadata\",\r\n \"startTime\": \"2019-07-03T17:04:45.7409382Z\",\r\n \"endTime\": \"2019-07-03T17:04:48.9604207Z\",\r\n \"percentComplete\": null,\r\n \"error\": null,\r\n \"properties\": {}\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps5672/providers/microsoft.storagesync/storageSyncServices/sssps8674/workflows/463c3216-845e-4ad6-b725-1d7158df294e/operations/e97b814b-0abd-430a-bf85-818efd63a351?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNTY3Mi9wcm92aWRlcnMvbWljcm9zb2Z0LnN0b3JhZ2VzeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM4Njc0L3dvcmtmbG93cy80NjNjMzIxNi04NDVlLTRhZDYtYjcyNS0xZDcxNThkZjI5NGUvb3BlcmF0aW9ucy9lOTdiODE0Yi0wYWJkLTQzMGEtYmY4NS04MThlZmQ2M2EzNTE/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.27617.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-request-id": [ - "08fd3857-9e1c-40d2-b268-d96a3d95f636" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Server": [ - "Microsoft-IIS/10.0" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11937" - ], - "x-ms-correlation-request-id": [ - "a559f4b8-72ed-47fe-bc87-2f97f31c2e5e" - ], - "x-ms-routing-request-id": [ - "WESTUS:20190703T170527Z:a559f4b8-72ed-47fe-bc87-2f97f31c2e5e" - ], - "Date": [ - "Wed, 03 Jul 2019 17:05:27 GMT" - ], - "Content-Length": [ - "460" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps5672/providers/microsoft.storagesync/storageSyncServices/sssps8674/workflow/463c3216-845e-4ad6-b725-1d7158df294e/operationresults/e97b814b-0abd-430a-bf85-818efd63a351\",\r\n \"name\": \"e97b814b-0abd-430a-bf85-818efd63a351\",\r\n \"status\": \"clearFileShareMetadata\",\r\n \"startTime\": \"2019-07-03T17:04:45.7409382Z\",\r\n \"endTime\": \"2019-07-03T17:04:48.9604207Z\",\r\n \"percentComplete\": null,\r\n \"error\": null,\r\n \"properties\": {}\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps5672/providers/microsoft.storagesync/storageSyncServices/sssps8674/workflows/463c3216-845e-4ad6-b725-1d7158df294e/operations/e97b814b-0abd-430a-bf85-818efd63a351?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNTY3Mi9wcm92aWRlcnMvbWljcm9zb2Z0LnN0b3JhZ2VzeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM4Njc0L3dvcmtmbG93cy80NjNjMzIxNi04NDVlLTRhZDYtYjcyNS0xZDcxNThkZjI5NGUvb3BlcmF0aW9ucy9lOTdiODE0Yi0wYWJkLTQzMGEtYmY4NS04MThlZmQ2M2EzNTE/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.27617.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-request-id": [ - "fe0c2361-3f96-4f9a-a597-794601fafe02" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Server": [ - "Microsoft-IIS/10.0" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11936" - ], - "x-ms-correlation-request-id": [ - "6f9e966b-08c7-43eb-a715-e287a87baa26" - ], - "x-ms-routing-request-id": [ - "WESTUS:20190703T170537Z:6f9e966b-08c7-43eb-a715-e287a87baa26" - ], - "Date": [ - "Wed, 03 Jul 2019 17:05:37 GMT" - ], - "Content-Length": [ - "460" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps5672/providers/microsoft.storagesync/storageSyncServices/sssps8674/workflow/463c3216-845e-4ad6-b725-1d7158df294e/operationresults/e97b814b-0abd-430a-bf85-818efd63a351\",\r\n \"name\": \"e97b814b-0abd-430a-bf85-818efd63a351\",\r\n \"status\": \"clearFileShareMetadata\",\r\n \"startTime\": \"2019-07-03T17:04:45.7409382Z\",\r\n \"endTime\": \"2019-07-03T17:04:48.9604207Z\",\r\n \"percentComplete\": null,\r\n \"error\": null,\r\n \"properties\": {}\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps5672/providers/microsoft.storagesync/storageSyncServices/sssps8674/workflows/463c3216-845e-4ad6-b725-1d7158df294e/operations/e97b814b-0abd-430a-bf85-818efd63a351?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNTY3Mi9wcm92aWRlcnMvbWljcm9zb2Z0LnN0b3JhZ2VzeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM4Njc0L3dvcmtmbG93cy80NjNjMzIxNi04NDVlLTRhZDYtYjcyNS0xZDcxNThkZjI5NGUvb3BlcmF0aW9ucy9lOTdiODE0Yi0wYWJkLTQzMGEtYmY4NS04MThlZmQ2M2EzNTE/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.27617.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-request-id": [ - "f980d639-46d4-411c-817e-4c450b7a1566" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Server": [ - "Microsoft-IIS/10.0" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11935" - ], - "x-ms-correlation-request-id": [ - "f8dfebd3-1261-488e-a263-87ae0863daa6" - ], - "x-ms-routing-request-id": [ - "WESTUS:20190703T170548Z:f8dfebd3-1261-488e-a263-87ae0863daa6" - ], - "Date": [ - "Wed, 03 Jul 2019 17:05:47 GMT" - ], - "Content-Length": [ - "460" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps5672/providers/microsoft.storagesync/storageSyncServices/sssps8674/workflow/463c3216-845e-4ad6-b725-1d7158df294e/operationresults/e97b814b-0abd-430a-bf85-818efd63a351\",\r\n \"name\": \"e97b814b-0abd-430a-bf85-818efd63a351\",\r\n \"status\": \"clearFileShareMetadata\",\r\n \"startTime\": \"2019-07-03T17:04:45.7409382Z\",\r\n \"endTime\": \"2019-07-03T17:04:48.9604207Z\",\r\n \"percentComplete\": null,\r\n \"error\": null,\r\n \"properties\": {}\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps5672/providers/microsoft.storagesync/storageSyncServices/sssps8674/workflows/463c3216-845e-4ad6-b725-1d7158df294e/operations/e97b814b-0abd-430a-bf85-818efd63a351?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNTY3Mi9wcm92aWRlcnMvbWljcm9zb2Z0LnN0b3JhZ2VzeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM4Njc0L3dvcmtmbG93cy80NjNjMzIxNi04NDVlLTRhZDYtYjcyNS0xZDcxNThkZjI5NGUvb3BlcmF0aW9ucy9lOTdiODE0Yi0wYWJkLTQzMGEtYmY4NS04MThlZmQ2M2EzNTE/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.27617.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-request-id": [ - "b588db90-3e94-465c-8a3f-ed298f06193b" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Server": [ - "Microsoft-IIS/10.0" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11934" - ], - "x-ms-correlation-request-id": [ - "8fe0e0f9-5868-4e7a-8f60-488b546f8558" - ], - "x-ms-routing-request-id": [ - "WESTUS:20190703T170559Z:8fe0e0f9-5868-4e7a-8f60-488b546f8558" - ], - "Date": [ - "Wed, 03 Jul 2019 17:05:58 GMT" - ], - "Content-Length": [ - "460" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps5672/providers/microsoft.storagesync/storageSyncServices/sssps8674/workflow/463c3216-845e-4ad6-b725-1d7158df294e/operationresults/e97b814b-0abd-430a-bf85-818efd63a351\",\r\n \"name\": \"e97b814b-0abd-430a-bf85-818efd63a351\",\r\n \"status\": \"clearFileShareMetadata\",\r\n \"startTime\": \"2019-07-03T17:04:45.7409382Z\",\r\n \"endTime\": \"2019-07-03T17:04:48.9604207Z\",\r\n \"percentComplete\": null,\r\n \"error\": null,\r\n \"properties\": {}\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps5672/providers/microsoft.storagesync/storageSyncServices/sssps8674/workflows/463c3216-845e-4ad6-b725-1d7158df294e/operations/e97b814b-0abd-430a-bf85-818efd63a351?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNTY3Mi9wcm92aWRlcnMvbWljcm9zb2Z0LnN0b3JhZ2VzeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM4Njc0L3dvcmtmbG93cy80NjNjMzIxNi04NDVlLTRhZDYtYjcyNS0xZDcxNThkZjI5NGUvb3BlcmF0aW9ucy9lOTdiODE0Yi0wYWJkLTQzMGEtYmY4NS04MThlZmQ2M2EzNTE/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.27617.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-request-id": [ - "c78753a3-c972-4fc4-ae81-b2eef844475b" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11933" - ], - "Server": [ - "Microsoft-IIS/10.0" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET" - ], - "x-ms-correlation-request-id": [ - "a0f398f9-4ae3-4c61-a930-3d09562f6054" - ], - "x-ms-routing-request-id": [ - "WESTUS:20190703T170609Z:a0f398f9-4ae3-4c61-a930-3d09562f6054" - ], - "Date": [ - "Wed, 03 Jul 2019 17:06:09 GMT" - ], - "Content-Length": [ - "460" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps5672/providers/microsoft.storagesync/storageSyncServices/sssps8674/workflow/463c3216-845e-4ad6-b725-1d7158df294e/operationresults/e97b814b-0abd-430a-bf85-818efd63a351\",\r\n \"name\": \"e97b814b-0abd-430a-bf85-818efd63a351\",\r\n \"status\": \"clearFileShareMetadata\",\r\n \"startTime\": \"2019-07-03T17:04:45.7409382Z\",\r\n \"endTime\": \"2019-07-03T17:04:48.9604207Z\",\r\n \"percentComplete\": null,\r\n \"error\": null,\r\n \"properties\": {}\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps5672/providers/microsoft.storagesync/storageSyncServices/sssps8674/workflows/463c3216-845e-4ad6-b725-1d7158df294e/operations/e97b814b-0abd-430a-bf85-818efd63a351?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNTY3Mi9wcm92aWRlcnMvbWljcm9zb2Z0LnN0b3JhZ2VzeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM4Njc0L3dvcmtmbG93cy80NjNjMzIxNi04NDVlLTRhZDYtYjcyNS0xZDcxNThkZjI5NGUvb3BlcmF0aW9ucy9lOTdiODE0Yi0wYWJkLTQzMGEtYmY4NS04MThlZmQ2M2EzNTE/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.27617.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-request-id": [ - "107e55f0-e511-40d7-a0f7-85c36f2e7b01" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Server": [ - "Microsoft-IIS/10.0" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11932" - ], - "x-ms-correlation-request-id": [ - "0d868e63-aaaf-4bf5-9fbe-8e40d713c2b2" - ], - "x-ms-routing-request-id": [ - "WESTUS:20190703T170620Z:0d868e63-aaaf-4bf5-9fbe-8e40d713c2b2" - ], - "Date": [ - "Wed, 03 Jul 2019 17:06:20 GMT" - ], - "Content-Length": [ - "460" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps5672/providers/microsoft.storagesync/storageSyncServices/sssps8674/workflow/463c3216-845e-4ad6-b725-1d7158df294e/operationresults/e97b814b-0abd-430a-bf85-818efd63a351\",\r\n \"name\": \"e97b814b-0abd-430a-bf85-818efd63a351\",\r\n \"status\": \"clearFileShareMetadata\",\r\n \"startTime\": \"2019-07-03T17:04:45.7409382Z\",\r\n \"endTime\": \"2019-07-03T17:04:48.9604207Z\",\r\n \"percentComplete\": null,\r\n \"error\": null,\r\n \"properties\": {}\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps5672/providers/microsoft.storagesync/storageSyncServices/sssps8674/workflows/463c3216-845e-4ad6-b725-1d7158df294e/operations/e97b814b-0abd-430a-bf85-818efd63a351?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNTY3Mi9wcm92aWRlcnMvbWljcm9zb2Z0LnN0b3JhZ2VzeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM4Njc0L3dvcmtmbG93cy80NjNjMzIxNi04NDVlLTRhZDYtYjcyNS0xZDcxNThkZjI5NGUvb3BlcmF0aW9ucy9lOTdiODE0Yi0wYWJkLTQzMGEtYmY4NS04MThlZmQ2M2EzNTE/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.27617.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-request-id": [ - "14415414-cf6a-4655-b99a-8be0b6036acb" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Server": [ - "Microsoft-IIS/10.0" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11931" - ], - "x-ms-correlation-request-id": [ - "dd0efbb9-2a1f-400f-ba70-660e011546eb" - ], - "x-ms-routing-request-id": [ - "WESTUS:20190703T170630Z:dd0efbb9-2a1f-400f-ba70-660e011546eb" - ], - "Date": [ - "Wed, 03 Jul 2019 17:06:30 GMT" - ], - "Content-Length": [ - "460" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps5672/providers/microsoft.storagesync/storageSyncServices/sssps8674/workflow/463c3216-845e-4ad6-b725-1d7158df294e/operationresults/e97b814b-0abd-430a-bf85-818efd63a351\",\r\n \"name\": \"e97b814b-0abd-430a-bf85-818efd63a351\",\r\n \"status\": \"clearFileShareMetadata\",\r\n \"startTime\": \"2019-07-03T17:04:45.7409382Z\",\r\n \"endTime\": \"2019-07-03T17:04:48.9604207Z\",\r\n \"percentComplete\": null,\r\n \"error\": null,\r\n \"properties\": {}\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps5672/providers/microsoft.storagesync/storageSyncServices/sssps8674/workflows/463c3216-845e-4ad6-b725-1d7158df294e/operations/e97b814b-0abd-430a-bf85-818efd63a351?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNTY3Mi9wcm92aWRlcnMvbWljcm9zb2Z0LnN0b3JhZ2VzeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM4Njc0L3dvcmtmbG93cy80NjNjMzIxNi04NDVlLTRhZDYtYjcyNS0xZDcxNThkZjI5NGUvb3BlcmF0aW9ucy9lOTdiODE0Yi0wYWJkLTQzMGEtYmY4NS04MThlZmQ2M2EzNTE/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.27617.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-request-id": [ - "e972bd47-3bb5-4e4f-9e63-e3805a7780df" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Server": [ - "Microsoft-IIS/10.0" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11930" - ], - "x-ms-correlation-request-id": [ - "fb48e8fd-9f71-43e3-89ef-85719cf47e36" - ], - "x-ms-routing-request-id": [ - "WESTUS:20190703T170642Z:fb48e8fd-9f71-43e3-89ef-85719cf47e36" - ], - "Date": [ - "Wed, 03 Jul 2019 17:06:41 GMT" - ], - "Content-Length": [ - "460" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps5672/providers/microsoft.storagesync/storageSyncServices/sssps8674/workflow/463c3216-845e-4ad6-b725-1d7158df294e/operationresults/e97b814b-0abd-430a-bf85-818efd63a351\",\r\n \"name\": \"e97b814b-0abd-430a-bf85-818efd63a351\",\r\n \"status\": \"clearFileShareMetadata\",\r\n \"startTime\": \"2019-07-03T17:04:45.7409382Z\",\r\n \"endTime\": \"2019-07-03T17:04:48.9604207Z\",\r\n \"percentComplete\": null,\r\n \"error\": null,\r\n \"properties\": {}\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps5672/providers/microsoft.storagesync/storageSyncServices/sssps8674/workflows/463c3216-845e-4ad6-b725-1d7158df294e/operations/e97b814b-0abd-430a-bf85-818efd63a351?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNTY3Mi9wcm92aWRlcnMvbWljcm9zb2Z0LnN0b3JhZ2VzeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM4Njc0L3dvcmtmbG93cy80NjNjMzIxNi04NDVlLTRhZDYtYjcyNS0xZDcxNThkZjI5NGUvb3BlcmF0aW9ucy9lOTdiODE0Yi0wYWJkLTQzMGEtYmY4NS04MThlZmQ2M2EzNTE/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.27617.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-request-id": [ - "cede020f-5b99-4422-b83e-56c0ba3e6131" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Server": [ - "Microsoft-IIS/10.0" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11929" - ], - "x-ms-correlation-request-id": [ - "475c8569-711a-4126-b6fa-b11bf3d301da" - ], - "x-ms-routing-request-id": [ - "WESTUS:20190703T170652Z:475c8569-711a-4126-b6fa-b11bf3d301da" - ], - "Date": [ - "Wed, 03 Jul 2019 17:06:51 GMT" - ], - "Content-Length": [ - "460" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps5672/providers/microsoft.storagesync/storageSyncServices/sssps8674/workflow/463c3216-845e-4ad6-b725-1d7158df294e/operationresults/e97b814b-0abd-430a-bf85-818efd63a351\",\r\n \"name\": \"e97b814b-0abd-430a-bf85-818efd63a351\",\r\n \"status\": \"clearFileShareMetadata\",\r\n \"startTime\": \"2019-07-03T17:04:45.7409382Z\",\r\n \"endTime\": \"2019-07-03T17:04:48.9604207Z\",\r\n \"percentComplete\": null,\r\n \"error\": null,\r\n \"properties\": {}\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps5672/providers/microsoft.storagesync/storageSyncServices/sssps8674/workflows/463c3216-845e-4ad6-b725-1d7158df294e/operations/e97b814b-0abd-430a-bf85-818efd63a351?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNTY3Mi9wcm92aWRlcnMvbWljcm9zb2Z0LnN0b3JhZ2VzeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM4Njc0L3dvcmtmbG93cy80NjNjMzIxNi04NDVlLTRhZDYtYjcyNS0xZDcxNThkZjI5NGUvb3BlcmF0aW9ucy9lOTdiODE0Yi0wYWJkLTQzMGEtYmY4NS04MThlZmQ2M2EzNTE/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.27617.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-request-id": [ - "dd59bb2a-fec2-4415-b1e1-557f3ae5baea" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Server": [ - "Microsoft-IIS/10.0" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11928" - ], - "x-ms-correlation-request-id": [ - "deb33db7-199a-4501-8931-4740d72ec356" - ], - "x-ms-routing-request-id": [ - "WESTUS:20190703T170702Z:deb33db7-199a-4501-8931-4740d72ec356" - ], - "Date": [ - "Wed, 03 Jul 2019 17:07:02 GMT" - ], - "Content-Length": [ - "460" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps5672/providers/microsoft.storagesync/storageSyncServices/sssps8674/workflow/463c3216-845e-4ad6-b725-1d7158df294e/operationresults/e97b814b-0abd-430a-bf85-818efd63a351\",\r\n \"name\": \"e97b814b-0abd-430a-bf85-818efd63a351\",\r\n \"status\": \"clearFileShareMetadata\",\r\n \"startTime\": \"2019-07-03T17:04:45.7409382Z\",\r\n \"endTime\": \"2019-07-03T17:04:48.9604207Z\",\r\n \"percentComplete\": null,\r\n \"error\": null,\r\n \"properties\": {}\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps5672/providers/microsoft.storagesync/storageSyncServices/sssps8674/workflows/463c3216-845e-4ad6-b725-1d7158df294e/operations/e97b814b-0abd-430a-bf85-818efd63a351?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNTY3Mi9wcm92aWRlcnMvbWljcm9zb2Z0LnN0b3JhZ2VzeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM4Njc0L3dvcmtmbG93cy80NjNjMzIxNi04NDVlLTRhZDYtYjcyNS0xZDcxNThkZjI5NGUvb3BlcmF0aW9ucy9lOTdiODE0Yi0wYWJkLTQzMGEtYmY4NS04MThlZmQ2M2EzNTE/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.27617.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-request-id": [ - "6b50ef5c-1290-4c0f-8513-ff9f25c120ad" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Server": [ - "Microsoft-IIS/10.0" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11927" - ], - "x-ms-correlation-request-id": [ - "c9ab5f59-d6b2-4d7d-afc0-c262b4043c60" - ], - "x-ms-routing-request-id": [ - "WESTUS:20190703T170713Z:c9ab5f59-d6b2-4d7d-afc0-c262b4043c60" - ], - "Date": [ - "Wed, 03 Jul 2019 17:07:13 GMT" - ], - "Content-Length": [ - "460" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps5672/providers/microsoft.storagesync/storageSyncServices/sssps8674/workflow/463c3216-845e-4ad6-b725-1d7158df294e/operationresults/e97b814b-0abd-430a-bf85-818efd63a351\",\r\n \"name\": \"e97b814b-0abd-430a-bf85-818efd63a351\",\r\n \"status\": \"clearFileShareMetadata\",\r\n \"startTime\": \"2019-07-03T17:04:45.7409382Z\",\r\n \"endTime\": \"2019-07-03T17:04:48.9604207Z\",\r\n \"percentComplete\": null,\r\n \"error\": null,\r\n \"properties\": {}\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps5672/providers/microsoft.storagesync/storageSyncServices/sssps8674/workflows/463c3216-845e-4ad6-b725-1d7158df294e/operations/e97b814b-0abd-430a-bf85-818efd63a351?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNTY3Mi9wcm92aWRlcnMvbWljcm9zb2Z0LnN0b3JhZ2VzeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM4Njc0L3dvcmtmbG93cy80NjNjMzIxNi04NDVlLTRhZDYtYjcyNS0xZDcxNThkZjI5NGUvb3BlcmF0aW9ucy9lOTdiODE0Yi0wYWJkLTQzMGEtYmY4NS04MThlZmQ2M2EzNTE/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.27617.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-request-id": [ - "2835ee24-3105-4913-bf02-3c7230b42690" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11926" - ], - "Server": [ - "Microsoft-IIS/10.0" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET" - ], - "x-ms-correlation-request-id": [ - "de264034-f31b-4a5b-be80-fdbadae5e8a8" - ], - "x-ms-routing-request-id": [ - "WESTUS:20190703T170723Z:de264034-f31b-4a5b-be80-fdbadae5e8a8" - ], - "Date": [ - "Wed, 03 Jul 2019 17:07:23 GMT" - ], - "Content-Length": [ - "460" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps5672/providers/microsoft.storagesync/storageSyncServices/sssps8674/workflow/463c3216-845e-4ad6-b725-1d7158df294e/operationresults/e97b814b-0abd-430a-bf85-818efd63a351\",\r\n \"name\": \"e97b814b-0abd-430a-bf85-818efd63a351\",\r\n \"status\": \"clearFileShareMetadata\",\r\n \"startTime\": \"2019-07-03T17:04:45.7409382Z\",\r\n \"endTime\": \"2019-07-03T17:04:48.9604207Z\",\r\n \"percentComplete\": null,\r\n \"error\": null,\r\n \"properties\": {}\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps5672/providers/microsoft.storagesync/storageSyncServices/sssps8674/workflows/463c3216-845e-4ad6-b725-1d7158df294e/operations/e97b814b-0abd-430a-bf85-818efd63a351?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNTY3Mi9wcm92aWRlcnMvbWljcm9zb2Z0LnN0b3JhZ2VzeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM4Njc0L3dvcmtmbG93cy80NjNjMzIxNi04NDVlLTRhZDYtYjcyNS0xZDcxNThkZjI5NGUvb3BlcmF0aW9ucy9lOTdiODE0Yi0wYWJkLTQzMGEtYmY4NS04MThlZmQ2M2EzNTE/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.27617.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-request-id": [ - "17ce0e15-00a2-4028-b6e5-c88e5c26efb3" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Server": [ - "Microsoft-IIS/10.0" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11925" - ], - "x-ms-correlation-request-id": [ - "05fe5df2-df6f-4edb-82f9-90125ec7d724" - ], - "x-ms-routing-request-id": [ - "WESTUS:20190703T170734Z:05fe5df2-df6f-4edb-82f9-90125ec7d724" - ], - "Date": [ - "Wed, 03 Jul 2019 17:07:33 GMT" - ], - "Content-Length": [ - "460" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps5672/providers/microsoft.storagesync/storageSyncServices/sssps8674/workflow/463c3216-845e-4ad6-b725-1d7158df294e/operationresults/e97b814b-0abd-430a-bf85-818efd63a351\",\r\n \"name\": \"e97b814b-0abd-430a-bf85-818efd63a351\",\r\n \"status\": \"clearFileShareMetadata\",\r\n \"startTime\": \"2019-07-03T17:04:45.7409382Z\",\r\n \"endTime\": \"2019-07-03T17:04:48.9604207Z\",\r\n \"percentComplete\": null,\r\n \"error\": null,\r\n \"properties\": {}\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps5672/providers/microsoft.storagesync/storageSyncServices/sssps8674/workflows/463c3216-845e-4ad6-b725-1d7158df294e/operations/e97b814b-0abd-430a-bf85-818efd63a351?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNTY3Mi9wcm92aWRlcnMvbWljcm9zb2Z0LnN0b3JhZ2VzeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM4Njc0L3dvcmtmbG93cy80NjNjMzIxNi04NDVlLTRhZDYtYjcyNS0xZDcxNThkZjI5NGUvb3BlcmF0aW9ucy9lOTdiODE0Yi0wYWJkLTQzMGEtYmY4NS04MThlZmQ2M2EzNTE/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.27617.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-request-id": [ - "7c0cf6fa-01f6-46c6-94d4-171ea57f7117" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Server": [ - "Microsoft-IIS/10.0" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11924" - ], - "x-ms-correlation-request-id": [ - "be7f6174-be93-4f86-aa3d-96842ebd31ac" - ], - "x-ms-routing-request-id": [ - "WESTUS:20190703T170744Z:be7f6174-be93-4f86-aa3d-96842ebd31ac" - ], - "Date": [ - "Wed, 03 Jul 2019 17:07:45 GMT" - ], - "Content-Length": [ - "460" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps5672/providers/microsoft.storagesync/storageSyncServices/sssps8674/workflow/463c3216-845e-4ad6-b725-1d7158df294e/operationresults/e97b814b-0abd-430a-bf85-818efd63a351\",\r\n \"name\": \"e97b814b-0abd-430a-bf85-818efd63a351\",\r\n \"status\": \"clearFileShareMetadata\",\r\n \"startTime\": \"2019-07-03T17:04:45.7409382Z\",\r\n \"endTime\": \"2019-07-03T17:04:48.9604207Z\",\r\n \"percentComplete\": null,\r\n \"error\": null,\r\n \"properties\": {}\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps5672/providers/microsoft.storagesync/storageSyncServices/sssps8674/workflows/463c3216-845e-4ad6-b725-1d7158df294e/operations/e97b814b-0abd-430a-bf85-818efd63a351?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNTY3Mi9wcm92aWRlcnMvbWljcm9zb2Z0LnN0b3JhZ2VzeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM4Njc0L3dvcmtmbG93cy80NjNjMzIxNi04NDVlLTRhZDYtYjcyNS0xZDcxNThkZjI5NGUvb3BlcmF0aW9ucy9lOTdiODE0Yi0wYWJkLTQzMGEtYmY4NS04MThlZmQ2M2EzNTE/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.27617.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-request-id": [ - "e8e80347-f2b6-4c85-912e-fb4618b350d3" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Server": [ - "Microsoft-IIS/10.0" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11923" - ], - "x-ms-correlation-request-id": [ - "0a4d1518-8c57-454a-8040-91737d457488" - ], - "x-ms-routing-request-id": [ - "WESTUS:20190703T170755Z:0a4d1518-8c57-454a-8040-91737d457488" - ], - "Date": [ - "Wed, 03 Jul 2019 17:07:55 GMT" - ], - "Content-Length": [ - "460" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps5672/providers/microsoft.storagesync/storageSyncServices/sssps8674/workflow/463c3216-845e-4ad6-b725-1d7158df294e/operationresults/e97b814b-0abd-430a-bf85-818efd63a351\",\r\n \"name\": \"e97b814b-0abd-430a-bf85-818efd63a351\",\r\n \"status\": \"clearFileShareMetadata\",\r\n \"startTime\": \"2019-07-03T17:04:45.7409382Z\",\r\n \"endTime\": \"2019-07-03T17:04:48.9604207Z\",\r\n \"percentComplete\": null,\r\n \"error\": null,\r\n \"properties\": {}\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps5672/providers/microsoft.storagesync/storageSyncServices/sssps8674/workflows/463c3216-845e-4ad6-b725-1d7158df294e/operations/e97b814b-0abd-430a-bf85-818efd63a351?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNTY3Mi9wcm92aWRlcnMvbWljcm9zb2Z0LnN0b3JhZ2VzeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM4Njc0L3dvcmtmbG93cy80NjNjMzIxNi04NDVlLTRhZDYtYjcyNS0xZDcxNThkZjI5NGUvb3BlcmF0aW9ucy9lOTdiODE0Yi0wYWJkLTQzMGEtYmY4NS04MThlZmQ2M2EzNTE/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.27617.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-request-id": [ - "7cce662e-e357-4f27-b9a9-e3dd05d7c7dd" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Server": [ - "Microsoft-IIS/10.0" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11922" - ], - "x-ms-correlation-request-id": [ - "00ac7ff0-39f9-4ac2-b43e-65893e5b468b" - ], - "x-ms-routing-request-id": [ - "WESTUS:20190703T170806Z:00ac7ff0-39f9-4ac2-b43e-65893e5b468b" - ], - "Date": [ - "Wed, 03 Jul 2019 17:08:05 GMT" - ], - "Content-Length": [ - "460" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps5672/providers/microsoft.storagesync/storageSyncServices/sssps8674/workflow/463c3216-845e-4ad6-b725-1d7158df294e/operationresults/e97b814b-0abd-430a-bf85-818efd63a351\",\r\n \"name\": \"e97b814b-0abd-430a-bf85-818efd63a351\",\r\n \"status\": \"clearFileShareMetadata\",\r\n \"startTime\": \"2019-07-03T17:04:45.7409382Z\",\r\n \"endTime\": \"2019-07-03T17:04:48.9604207Z\",\r\n \"percentComplete\": null,\r\n \"error\": null,\r\n \"properties\": {}\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps5672/providers/microsoft.storagesync/storageSyncServices/sssps8674/workflows/463c3216-845e-4ad6-b725-1d7158df294e/operations/e97b814b-0abd-430a-bf85-818efd63a351?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNTY3Mi9wcm92aWRlcnMvbWljcm9zb2Z0LnN0b3JhZ2VzeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM4Njc0L3dvcmtmbG93cy80NjNjMzIxNi04NDVlLTRhZDYtYjcyNS0xZDcxNThkZjI5NGUvb3BlcmF0aW9ucy9lOTdiODE0Yi0wYWJkLTQzMGEtYmY4NS04MThlZmQ2M2EzNTE/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.27617.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-request-id": [ - "28952de9-97d6-4a0c-8c6b-f9cee4e2ebe1" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Server": [ - "Microsoft-IIS/10.0" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11921" - ], - "x-ms-correlation-request-id": [ - "6e723258-edc6-4a45-8f2d-c08a8c2ea99d" - ], - "x-ms-routing-request-id": [ - "WESTUS:20190703T170816Z:6e723258-edc6-4a45-8f2d-c08a8c2ea99d" - ], - "Date": [ - "Wed, 03 Jul 2019 17:08:16 GMT" - ], - "Content-Length": [ - "460" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps5672/providers/microsoft.storagesync/storageSyncServices/sssps8674/workflow/463c3216-845e-4ad6-b725-1d7158df294e/operationresults/e97b814b-0abd-430a-bf85-818efd63a351\",\r\n \"name\": \"e97b814b-0abd-430a-bf85-818efd63a351\",\r\n \"status\": \"clearFileShareMetadata\",\r\n \"startTime\": \"2019-07-03T17:04:45.7409382Z\",\r\n \"endTime\": \"2019-07-03T17:04:48.9604207Z\",\r\n \"percentComplete\": null,\r\n \"error\": null,\r\n \"properties\": {}\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps5672/providers/microsoft.storagesync/storageSyncServices/sssps8674/workflows/463c3216-845e-4ad6-b725-1d7158df294e/operations/e97b814b-0abd-430a-bf85-818efd63a351?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNTY3Mi9wcm92aWRlcnMvbWljcm9zb2Z0LnN0b3JhZ2VzeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM4Njc0L3dvcmtmbG93cy80NjNjMzIxNi04NDVlLTRhZDYtYjcyNS0xZDcxNThkZjI5NGUvb3BlcmF0aW9ucy9lOTdiODE0Yi0wYWJkLTQzMGEtYmY4NS04MThlZmQ2M2EzNTE/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.27617.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-request-id": [ - "cc8fabbc-1309-4364-af0d-257c6ff1459a" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Server": [ - "Microsoft-IIS/10.0" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11920" - ], - "x-ms-correlation-request-id": [ - "1d6c1230-3c06-42eb-9acc-8603860334ad" - ], - "x-ms-routing-request-id": [ - "WESTUS:20190703T170827Z:1d6c1230-3c06-42eb-9acc-8603860334ad" - ], - "Date": [ - "Wed, 03 Jul 2019 17:08:26 GMT" - ], - "Content-Length": [ - "460" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps5672/providers/microsoft.storagesync/storageSyncServices/sssps8674/workflow/463c3216-845e-4ad6-b725-1d7158df294e/operationresults/e97b814b-0abd-430a-bf85-818efd63a351\",\r\n \"name\": \"e97b814b-0abd-430a-bf85-818efd63a351\",\r\n \"status\": \"clearFileShareMetadata\",\r\n \"startTime\": \"2019-07-03T17:04:45.7409382Z\",\r\n \"endTime\": \"2019-07-03T17:04:48.9604207Z\",\r\n \"percentComplete\": null,\r\n \"error\": null,\r\n \"properties\": {}\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps5672/providers/microsoft.storagesync/storageSyncServices/sssps8674/workflows/463c3216-845e-4ad6-b725-1d7158df294e/operations/e97b814b-0abd-430a-bf85-818efd63a351?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNTY3Mi9wcm92aWRlcnMvbWljcm9zb2Z0LnN0b3JhZ2VzeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM4Njc0L3dvcmtmbG93cy80NjNjMzIxNi04NDVlLTRhZDYtYjcyNS0xZDcxNThkZjI5NGUvb3BlcmF0aW9ucy9lOTdiODE0Yi0wYWJkLTQzMGEtYmY4NS04MThlZmQ2M2EzNTE/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.27617.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-request-id": [ - "c03b0fe5-f29a-4139-9dcd-c90e2bd6496e" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11919" - ], - "Server": [ - "Microsoft-IIS/10.0" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET" - ], - "x-ms-correlation-request-id": [ - "8f033e8f-e11f-4745-8b0c-53085e7705f4" - ], - "x-ms-routing-request-id": [ - "WESTUS:20190703T170837Z:8f033e8f-e11f-4745-8b0c-53085e7705f4" - ], - "Date": [ - "Wed, 03 Jul 2019 17:08:37 GMT" - ], - "Content-Length": [ - "460" - ], - "Content-Type": [ - "application/json; charset=utf-8" + "Tue, 23 Jun 2020 09:07:24 GMT" ], "Expires": [ "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps5672/providers/microsoft.storagesync/storageSyncServices/sssps8674/workflow/463c3216-845e-4ad6-b725-1d7158df294e/operationresults/e97b814b-0abd-430a-bf85-818efd63a351\",\r\n \"name\": \"e97b814b-0abd-430a-bf85-818efd63a351\",\r\n \"status\": \"clearFileShareMetadata\",\r\n \"startTime\": \"2019-07-03T17:04:45.7409382Z\",\r\n \"endTime\": \"2019-07-03T17:04:48.9604207Z\",\r\n \"percentComplete\": null,\r\n \"error\": null,\r\n \"properties\": {}\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps5672/providers/microsoft.storagesync/storageSyncServices/sssps8674/workflows/463c3216-845e-4ad6-b725-1d7158df294e/operations/e97b814b-0abd-430a-bf85-818efd63a351?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNTY3Mi9wcm92aWRlcnMvbWljcm9zb2Z0LnN0b3JhZ2VzeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM4Njc0L3dvcmtmbG93cy80NjNjMzIxNi04NDVlLTRhZDYtYjcyNS0xZDcxNThkZjI5NGUvb3BlcmF0aW9ucy9lOTdiODE0Yi0wYWJkLTQzMGEtYmY4NS04MThlZmQ2M2EzNTE/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.27617.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-request-id": [ - "16b7c118-770a-4d0f-9232-dd17eaee7b20" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Server": [ - "Microsoft-IIS/10.0" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11918" - ], - "x-ms-correlation-request-id": [ - "3e181177-cfbf-4d9a-8ed1-ed699deb1dd1" - ], - "x-ms-routing-request-id": [ - "WESTUS:20190703T170848Z:3e181177-cfbf-4d9a-8ed1-ed699deb1dd1" - ], - "Date": [ - "Wed, 03 Jul 2019 17:08:48 GMT" ], "Content-Length": [ - "460" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" + "0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps5672/providers/microsoft.storagesync/storageSyncServices/sssps8674/workflow/463c3216-845e-4ad6-b725-1d7158df294e/operationresults/e97b814b-0abd-430a-bf85-818efd63a351\",\r\n \"name\": \"e97b814b-0abd-430a-bf85-818efd63a351\",\r\n \"status\": \"clearFileShareMetadata\",\r\n \"startTime\": \"2019-07-03T17:04:45.7409382Z\",\r\n \"endTime\": \"2019-07-03T17:04:48.9604207Z\",\r\n \"percentComplete\": null,\r\n \"error\": null,\r\n \"properties\": {}\r\n}", + "ResponseBody": "", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps5672/providers/microsoft.storagesync/storageSyncServices/sssps8674/workflows/463c3216-845e-4ad6-b725-1d7158df294e/operations/e97b814b-0abd-430a-bf85-818efd63a351?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNTY3Mi9wcm92aWRlcnMvbWljcm9zb2Z0LnN0b3JhZ2VzeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM4Njc0L3dvcmtmbG93cy80NjNjMzIxNi04NDVlLTRhZDYtYjcyNS0xZDcxNThkZjI5NGUvb3BlcmF0aW9ucy9lOTdiODE0Yi0wYWJkLTQzMGEtYmY4NS04MThlZmQ2M2EzNTE/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", - "RequestMethod": "GET", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps332/providers/Microsoft.StorageSync/storageSyncServices/sssps96?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzMzMyL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZVN5bmMvc3RvcmFnZVN5bmNTZXJ2aWNlcy9zc3Nwczk2P2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", + "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { + "x-ms-client-request-id": [ + "0390a736-a510-4556-93c8-c86ef6bdc44c" + ], + "Accept-Language": [ + "en-US" + ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -3155,71 +1709,17 @@ "Pragma": [ "no-cache" ], - "x-ms-request-id": [ - "7ac465dd-0c63-4946-8875-f15825815361" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Server": [ - "Microsoft-IIS/10.0" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11917" - ], - "x-ms-correlation-request-id": [ - "b9de2119-489c-455b-86a1-20e3fc871ca7" - ], - "x-ms-routing-request-id": [ - "WESTUS:20190703T170859Z:b9de2119-489c-455b-86a1-20e3fc871ca7" - ], - "Date": [ - "Wed, 03 Jul 2019 17:08:58 GMT" - ], - "Content-Length": [ - "460" - ], - "Content-Type": [ - "application/json; charset=utf-8" + "Location": [ + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6ImNmZTE4NzNiLTZiODAtNDVkMi05MjkzLWM2NGZjMmM5YWQzZSIsIndvcmtmbG93SWQiOiI1MjMyOWFhZi03NmE3LTRmZDYtOGU3ZC0wN2Y5ZWNjYWUyMmQiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiZTBjYTZlNjAtZjQ2Zi00ODkzLWIzMTQtMDNkMzFkNjY5NzQ3In0=?api-version=2020-03-01" ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps5672/providers/microsoft.storagesync/storageSyncServices/sssps8674/workflow/463c3216-845e-4ad6-b725-1d7158df294e/operationresults/e97b814b-0abd-430a-bf85-818efd63a351\",\r\n \"name\": \"e97b814b-0abd-430a-bf85-818efd63a351\",\r\n \"status\": \"clearFileShareMetadata\",\r\n \"startTime\": \"2019-07-03T17:04:45.7409382Z\",\r\n \"endTime\": \"2019-07-03T17:04:48.9604207Z\",\r\n \"percentComplete\": null,\r\n \"error\": null,\r\n \"properties\": {}\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps5672/providers/microsoft.storagesync/storageSyncServices/sssps8674/workflows/463c3216-845e-4ad6-b725-1d7158df294e/operations/e97b814b-0abd-430a-bf85-818efd63a351?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNTY3Mi9wcm92aWRlcnMvbWljcm9zb2Z0LnN0b3JhZ2VzeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM4Njc0L3dvcmtmbG93cy80NjNjMzIxNi04NDVlLTRhZDYtYjcyNS0xZDcxNThkZjI5NGUvb3BlcmF0aW9ucy9lOTdiODE0Yi0wYWJkLTQzMGEtYmY4NS04MThlZmQ2M2EzNTE/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.27617.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" + "Retry-After": [ + "10" ], - "Pragma": [ - "no-cache" + "Azure-AsyncOperation": [ + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6ImNmZTE4NzNiLTZiODAtNDVkMi05MjkzLWM2NGZjMmM5YWQzZSIsIndvcmtmbG93SWQiOiI1MjMyOWFhZi03NmE3LTRmZDYtOGU3ZC0wN2Y5ZWNjYWUyMmQiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiZTBjYTZlNjAtZjQ2Zi00ODkzLWIzMTQtMDNkMzFkNjY5NzQ3In0=?api-version=2020-03-01" ], "x-ms-request-id": [ - "3c7de8c2-105e-4a03-92ac-762b4ba7ca56" + "38cfea3f-3ea4-43e8-9bf7-4934e5a3a835" ], "X-Content-Type-Options": [ "nosniff" @@ -3236,42 +1736,39 @@ "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11916" + "x-ms-ratelimit-remaining-subscription-deletes": [ + "14997" ], "x-ms-correlation-request-id": [ - "9c684873-c236-40b9-8387-d99e75211c62" + "d4e3341c-ce5c-4116-8baf-7b3e029ba903" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T170909Z:9c684873-c236-40b9-8387-d99e75211c62" + "WESTUS:20200623T090725Z:d4e3341c-ce5c-4116-8baf-7b3e029ba903" ], "Date": [ - "Wed, 03 Jul 2019 17:09:09 GMT" - ], - "Content-Length": [ - "460" - ], - "Content-Type": [ - "application/json; charset=utf-8" + "Tue, 23 Jun 2020 09:07:24 GMT" ], "Expires": [ "-1" + ], + "Content-Length": [ + "0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps5672/providers/microsoft.storagesync/storageSyncServices/sssps8674/workflow/463c3216-845e-4ad6-b725-1d7158df294e/operationresults/e97b814b-0abd-430a-bf85-818efd63a351\",\r\n \"name\": \"e97b814b-0abd-430a-bf85-818efd63a351\",\r\n \"status\": \"clearFileShareMetadata\",\r\n \"startTime\": \"2019-07-03T17:04:45.7409382Z\",\r\n \"endTime\": \"2019-07-03T17:04:48.9604207Z\",\r\n \"percentComplete\": null,\r\n \"error\": null,\r\n \"properties\": {}\r\n}", - "StatusCode": 200 + "ResponseBody": "", + "StatusCode": 202 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps5672/providers/microsoft.storagesync/storageSyncServices/sssps8674/workflows/463c3216-845e-4ad6-b725-1d7158df294e/operations/e97b814b-0abd-430a-bf85-818efd63a351?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNTY3Mi9wcm92aWRlcnMvbWljcm9zb2Z0LnN0b3JhZ2VzeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM4Njc0L3dvcmtmbG93cy80NjNjMzIxNi04NDVlLTRhZDYtYjcyNS0xZDcxNThkZjI5NGUvb3BlcmF0aW9ucy9lOTdiODE0Yi0wYWJkLTQzMGEtYmY4NS04MThlZmQ2M2EzNTE/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6ImNmZTE4NzNiLTZiODAtNDVkMi05MjkzLWM2NGZjMmM5YWQzZSIsIndvcmtmbG93SWQiOiI1MjMyOWFhZi03NmE3LTRmZDYtOGU3ZC0wN2Y5ZWNjYWUyMmQiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiZTBjYTZlNjAtZjQ2Zi00ODkzLWIzMTQtMDNkMzFkNjY5NzQ3In0=?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvbG9jYXRpb25zL2NlbnRyYWx1c2V1YXAvb3BlcmF0aW9ucy9leUp3WVhKMGFYUnBiMjVKWkNJNkltTm1aVEU0TnpOaUxUWmlPREF0TkRWa01pMDVNamt6TFdNMk5HWmpNbU01WVdRelpTSXNJbmR2Y210bWJHOTNTV1FpT2lJMU1qTXlPV0ZoWmkwM05tRTNMVFJtWkRZdE9HVTNaQzB3TjJZNVpXTmpZV1V5TW1RaUxDSjNiM0pyWm14dmQwOXdaWEpoZEdsdmJrbGtJam9pWlRCallUWmxOakF0WmpRMlppMDBPRGt6TFdJek1UUXRNRE5rTXpGa05qWTVOelEzSW4wPT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -3282,7 +1779,7 @@ "no-cache" ], "x-ms-request-id": [ - "390695ae-75c0-43fa-9ddc-40102e816fec" + "1e204877-a000-4b43-a695-dc22fa7f3716" ], "X-Content-Type-Options": [ "nosniff" @@ -3300,41 +1797,41 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11915" + "11993" ], "x-ms-correlation-request-id": [ - "6cabd3da-cdaf-45c8-bf17-d7c81823a538" + "db10feb2-6ecd-404e-9609-efb1cce87a18" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T170920Z:6cabd3da-cdaf-45c8-bf17-d7c81823a538" + "WESTUS:20200623T090735Z:db10feb2-6ecd-404e-9609-efb1cce87a18" ], "Date": [ - "Wed, 03 Jul 2019 17:09:19 GMT" + "Tue, 23 Jun 2020 09:07:34 GMT" ], "Content-Length": [ - "447" + "744" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps5672/providers/microsoft.storagesync/storageSyncServices/sssps8674/workflow/463c3216-845e-4ad6-b725-1d7158df294e/operationresults/e97b814b-0abd-430a-bf85-818efd63a351\",\r\n \"name\": \"e97b814b-0abd-430a-bf85-818efd63a351\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2019-07-03T17:04:45.7409382Z\",\r\n \"endTime\": \"2019-07-03T17:09:20.0159111Z\",\r\n \"percentComplete\": null,\r\n \"error\": null,\r\n \"properties\": {}\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6ImNmZTE4NzNiLTZiODAtNDVkMi05MjkzLWM2NGZjMmM5YWQzZSIsIndvcmtmbG93SWQiOiI1MjMyOWFhZi03NmE3LTRmZDYtOGU3ZC0wN2Y5ZWNjYWUyMmQiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiZTBjYTZlNjAtZjQ2Zi00ODkzLWIzMTQtMDNkMzFkNjY5NzQ3In0=\",\r\n \"name\": \"eyJwYXJ0aXRpb25JZCI6ImNmZTE4NzNiLTZiODAtNDVkMi05MjkzLWM2NGZjMmM5YWQzZSIsIndvcmtmbG93SWQiOiI1MjMyOWFhZi03NmE3LTRmZDYtOGU3ZC0wN2Y5ZWNjYWUyMmQiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiZTBjYTZlNjAtZjQ2Zi00ODkzLWIzMTQtMDNkMzFkNjY5NzQ3In0=\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2020-06-23T09:07:25.3828733Z\",\r\n \"endTime\": \"2020-06-23T09:07:30.716691Z\",\r\n \"properties\": {}\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps5672/providers/microsoft.storagesync/storageSyncServices/sssps8674/workflows/463c3216-845e-4ad6-b725-1d7158df294e/operationresults/e97b814b-0abd-430a-bf85-818efd63a351?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNTY3Mi9wcm92aWRlcnMvbWljcm9zb2Z0LnN0b3JhZ2VzeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM4Njc0L3dvcmtmbG93cy80NjNjMzIxNi04NDVlLTRhZDYtYjcyNS0xZDcxNThkZjI5NGUvb3BlcmF0aW9ucmVzdWx0cy9lOTdiODE0Yi0wYWJkLTQzMGEtYmY4NS04MThlZmQ2M2EzNTE/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6ImNmZTE4NzNiLTZiODAtNDVkMi05MjkzLWM2NGZjMmM5YWQzZSIsIndvcmtmbG93SWQiOiI1MjMyOWFhZi03NmE3LTRmZDYtOGU3ZC0wN2Y5ZWNjYWUyMmQiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiZTBjYTZlNjAtZjQ2Zi00ODkzLWIzMTQtMDNkMzFkNjY5NzQ3In0=?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvbG9jYXRpb25zL2NlbnRyYWx1c2V1YXAvb3BlcmF0aW9ucmVzdWx0cy9leUp3WVhKMGFYUnBiMjVKWkNJNkltTm1aVEU0TnpOaUxUWmlPREF0TkRWa01pMDVNamt6TFdNMk5HWmpNbU01WVdRelpTSXNJbmR2Y210bWJHOTNTV1FpT2lJMU1qTXlPV0ZoWmkwM05tRTNMVFJtWkRZdE9HVTNaQzB3TjJZNVpXTmpZV1V5TW1RaUxDSjNiM0pyWm14dmQwOXdaWEpoZEdsdmJrbGtJam9pWlRCallUWmxOakF0WmpRMlppMDBPRGt6TFdJek1UUXRNRE5rTXpGa05qWTVOelEzSW4wPT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -3345,7 +1842,7 @@ "no-cache" ], "x-ms-request-id": [ - "07a16e56-71ec-4020-a388-895db51ca99c" + "0e3a23e6-9f69-453a-be06-d537cf9635f5" ], "X-Content-Type-Options": [ "nosniff" @@ -3363,148 +1860,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11914" - ], - "x-ms-correlation-request-id": [ - "f5bd7a94-b176-43b7-9c7c-a32a1f6cbfbb" - ], - "x-ms-routing-request-id": [ - "WESTUS:20190703T170920Z:f5bd7a94-b176-43b7-9c7c-a32a1f6cbfbb" - ], - "Date": [ - "Wed, 03 Jul 2019 17:09:19 GMT" - ], - "Expires": [ - "-1" - ], - "Content-Length": [ - "0" - ] - }, - "ResponseBody": "", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps5672/providers/Microsoft.StorageSync/storageSyncServices/sssps8674/syncGroups/sgps3005?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNTY3Mi9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM4Njc0L3N5bmNHcm91cHMvc2dwczMwMDU/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", - "RequestMethod": "DELETE", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "2a150f9b-b35d-4784-aa98-a18a78d1f0a0" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.27617.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-request-id": [ - "ea993759-5642-47fc-ae26-1dfe888f7034" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Server": [ - "Microsoft-IIS/10.0" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET" - ], - "x-ms-ratelimit-remaining-subscription-deletes": [ - "14996" - ], - "x-ms-correlation-request-id": [ - "77948169-e72d-4c97-ba99-d706d596a948" - ], - "x-ms-routing-request-id": [ - "WESTUS:20190703T170921Z:77948169-e72d-4c97-ba99-d706d596a948" - ], - "Date": [ - "Wed, 03 Jul 2019 17:09:20 GMT" - ], - "Expires": [ - "-1" - ], - "Content-Length": [ - "0" - ] - }, - "ResponseBody": "", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps5672/providers/Microsoft.StorageSync/storageSyncServices/sssps8674?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNTY3Mi9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM4Njc0P2FwaS12ZXJzaW9uPTIwMTktMDMtMDE=", - "RequestMethod": "DELETE", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "164468c4-fa8a-408a-aa97-480d5535cd82" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.27617.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-request-id": [ - "7cb26e3d-604e-49ed-ac19-6ceca90e74e5" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Server": [ - "Microsoft-IIS/10.0" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET" - ], - "x-ms-ratelimit-remaining-subscription-deletes": [ - "14995" + "11992" ], "x-ms-correlation-request-id": [ - "ac72ff2b-8346-455d-b544-eb6fbecff36d" + "f02ed003-4642-47f7-ac16-d82282bfe44a" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T170922Z:ac72ff2b-8346-455d-b544-eb6fbecff36d" + "WESTUS:20200623T090735Z:f02ed003-4642-47f7-ac16-d82282bfe44a" ], "Date": [ - "Wed, 03 Jul 2019 17:09:21 GMT" + "Tue, 23 Jun 2020 09:07:34 GMT" ], "Expires": [ "-1" @@ -3517,22 +1882,22 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps5672/providers/Microsoft.Storage/storageAccounts/saps8963?api-version=2017-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNTY3Mi9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2Uvc3RvcmFnZUFjY291bnRzL3NhcHM4OTYzP2FwaS12ZXJzaW9uPTIwMTctMTAtMDE=", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps332/providers/Microsoft.Storage/storageAccounts/saps6577?api-version=2017-10-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzMzMyL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9zdG9yYWdlQWNjb3VudHMvc2FwczY1Nzc/YXBpLXZlcnNpb249MjAxNy0xMC0wMQ==", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "53303e88-71d8-4e31-a31e-c1dc49d90ae5" + "9d090a8b-284a-478c-9b55-fe43efcecec1" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Storage.Version2017.10.01.StorageManagementClient/1.3.0" + "Microsoft.Azure.Management.Storage.Version2017.10.01.StorageManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -3543,7 +1908,7 @@ "no-cache" ], "x-ms-request-id": [ - "8f91b210-0221-4da7-ac19-6c2b249a3859" + "57f35da8-b42c-4ed5-bde2-b1f1739f69c7" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3552,19 +1917,19 @@ "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-deletes": [ - "14999" + "14996" ], "x-ms-correlation-request-id": [ - "39f8b0d4-8c07-4e0c-be4c-e6d1db1b32d7" + "906107a1-2f48-478a-af79-c2d0e4eaf001" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T170925Z:39f8b0d4-8c07-4e0c-be4c-e6d1db1b32d7" + "WESTUS:20200623T090736Z:906107a1-2f48-478a-af79-c2d0e4eaf001" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 17:09:24 GMT" + "Tue, 23 Jun 2020 09:07:35 GMT" ], "Content-Type": [ "text/plain; charset=utf-8" @@ -3580,22 +1945,22 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps5672/providers/Microsoft.StorageSync/storageSyncServices?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNTY3Mi9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXM/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps332/providers/Microsoft.StorageSync/storageSyncServices?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzMzMyL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZVN5bmMvc3RvcmFnZVN5bmNTZXJ2aWNlcz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "3038f6b9-a366-42c0-990c-25b7fb33aec5" + "7380afdf-c11a-404f-a8c2-105337aa60fe" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -3606,16 +1971,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11999" + "11991" ], "x-ms-request-id": [ - "014fc94f-dcaf-48ef-8f42-d6b283e64a08" + "1037c31f-bcfe-4ae6-8fc6-a503d0cef470" ], "x-ms-correlation-request-id": [ - "014fc94f-dcaf-48ef-8f42-d6b283e64a08" + "1037c31f-bcfe-4ae6-8fc6-a503d0cef470" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T170925Z:014fc94f-dcaf-48ef-8f42-d6b283e64a08" + "WESTUS:20200623T090736Z:1037c31f-bcfe-4ae6-8fc6-a503d0cef470" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3624,7 +1989,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 17:09:24 GMT" + "Tue, 23 Jun 2020 09:07:35 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -3640,22 +2005,22 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourcegroups/ps5672?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlZ3JvdXBzL3BzNTY3Mj9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourcegroups/ps332?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlZ3JvdXBzL3BzMzMyP2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "512a8099-f812-40fc-8747-15799b086cb6" + "d8358326-4669-4527-82eb-2ae822b5d470" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -3666,22 +2031,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzU2NzItV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzMzMi1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-deletes": [ - "14998" + "14995" ], "x-ms-request-id": [ - "1cb07bbb-1de8-4ad1-8530-8c0606a8a61f" + "d3acac6d-5b46-4668-ae7a-ae6187aa0adf" ], "x-ms-correlation-request-id": [ - "1cb07bbb-1de8-4ad1-8530-8c0606a8a61f" + "d3acac6d-5b46-4668-ae7a-ae6187aa0adf" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T170926Z:1cb07bbb-1de8-4ad1-8530-8c0606a8a61f" + "WESTUS:20200623T090737Z:d3acac6d-5b46-4668-ae7a-ae6187aa0adf" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3690,7 +2055,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 17:09:25 GMT" + "Tue, 23 Jun 2020 09:07:36 GMT" ], "Expires": [ "-1" @@ -3703,16 +2068,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzU2NzItV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpVMk56SXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzMzMi1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpNek1pMVhSVk5VVlZNaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5kbGMzUjFjeUo5P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -3723,22 +2088,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzU2NzItV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzMzMi1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11995" + "11990" ], "x-ms-request-id": [ - "933328e9-915d-4785-b226-b0b555c92910" + "984d98f2-a6f9-496b-9897-c0d33d26ece9" ], "x-ms-correlation-request-id": [ - "933328e9-915d-4785-b226-b0b555c92910" + "984d98f2-a6f9-496b-9897-c0d33d26ece9" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T170941Z:933328e9-915d-4785-b226-b0b555c92910" + "WESTUS:20200623T090752Z:984d98f2-a6f9-496b-9897-c0d33d26ece9" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3747,7 +2112,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 17:09:40 GMT" + "Tue, 23 Jun 2020 09:07:51 GMT" ], "Expires": [ "-1" @@ -3760,16 +2125,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzU2NzItV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpVMk56SXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzMzMi1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpNek1pMVhSVk5VVlZNaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5kbGMzUjFjeUo5P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -3780,22 +2145,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzU2NzItV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzMzMi1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11994" + "11989" ], "x-ms-request-id": [ - "922b4c2d-3492-4bcd-95d6-bddc296fb17a" + "3a4525fa-6275-4d66-9944-1d3f7af7509f" ], "x-ms-correlation-request-id": [ - "922b4c2d-3492-4bcd-95d6-bddc296fb17a" + "3a4525fa-6275-4d66-9944-1d3f7af7509f" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T170956Z:922b4c2d-3492-4bcd-95d6-bddc296fb17a" + "WESTUS:20200623T090807Z:3a4525fa-6275-4d66-9944-1d3f7af7509f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3804,7 +2169,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 17:09:56 GMT" + "Tue, 23 Jun 2020 09:08:07 GMT" ], "Expires": [ "-1" @@ -3817,16 +2182,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzU2NzItV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpVMk56SXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzMzMi1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpNek1pMVhSVk5VVlZNaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5kbGMzUjFjeUo5P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -3837,16 +2202,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11993" + "11988" ], "x-ms-request-id": [ - "8da8f64e-1945-4a02-a062-9f8143a2028c" + "53eec140-fade-43f0-bb0a-63bac0b53139" ], "x-ms-correlation-request-id": [ - "8da8f64e-1945-4a02-a062-9f8143a2028c" + "53eec140-fade-43f0-bb0a-63bac0b53139" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T171011Z:8da8f64e-1945-4a02-a062-9f8143a2028c" + "WESTUS:20200623T090822Z:53eec140-fade-43f0-bb0a-63bac0b53139" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3855,7 +2220,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 17:10:11 GMT" + "Tue, 23 Jun 2020 09:08:22 GMT" ], "Expires": [ "-1" @@ -3868,16 +2233,16 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzU2NzItV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpVMk56SXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzMzMi1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpNek1pMVhSVk5VVlZNaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5kbGMzUjFjeUo5P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -3888,16 +2253,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11992" + "11987" ], "x-ms-request-id": [ - "bb12495f-7389-4246-ba56-ab63f0f48e42" + "ef410988-7074-4a9b-a117-125cd0b3408d" ], "x-ms-correlation-request-id": [ - "bb12495f-7389-4246-ba56-ab63f0f48e42" + "ef410988-7074-4a9b-a117-125cd0b3408d" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T171011Z:bb12495f-7389-4246-ba56-ab63f0f48e42" + "WESTUS:20200623T090822Z:ef410988-7074-4a9b-a117-125cd0b3408d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3906,7 +2271,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 17:10:11 GMT" + "Tue, 23 Jun 2020 09:08:22 GMT" ], "Expires": [ "-1" @@ -3921,19 +2286,19 @@ ], "Names": { "Test-RemoveCloudEndpoint": [ - "ps5672", - "ps8674", - "ps3005", - "ps9342", - "ps8963" + "ps332", + "ps96", + "ps1499", + "ps6394", + "ps6577" ], "TestRemoveCloudEndpoint": [ - "9592883f-f0a4-4f4b-b7f1-ad2d66da533c" + "a7327ad5-a664-4fe9-9d0b-b0aa442da349" ] }, "Variables": { - "SubscriptionId": "7b96cb02-4663-40f4-9a89-603d3849e46a", - "TenantId": "0483643a-cb2f-462a-bc27-1a270e5bdc0a", + "SubscriptionId": "1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b", + "TenantId": "6ad91d65-65ab-4e14-90f7-fe951035b7c9", "Domain": "" } } \ No newline at end of file diff --git a/src/StorageSync/StorageSync.Test/SessionRecords/StorageSyncTests.CloudEndpointTests/TestRemoveCloudEndpointInputObject.json b/src/StorageSync/StorageSync.Test/SessionRecords/StorageSyncTests.CloudEndpointTests/TestRemoveCloudEndpointInputObject.json index afbbb819b009..a4d2ac05beb8 100644 --- a/src/StorageSync/StorageSync.Test/SessionRecords/StorageSyncTests.CloudEndpointTests/TestRemoveCloudEndpointInputObject.json +++ b/src/StorageSync/StorageSync.Test/SessionRecords/StorageSyncTests.CloudEndpointTests/TestRemoveCloudEndpointInputObject.json @@ -1,22 +1,22 @@ { "Entries": [ { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/providers/Microsoft.Resources?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVzb3VyY2VzP2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/Microsoft.Resources?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVzb3VyY2VzP2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "d3a7f438-fc08-4dc3-bd69-4e0c5a3e6018" + "c652e275-ed1a-44ab-90f4-4cd260ca074b" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -27,16 +27,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11999" + "11997" ], "x-ms-request-id": [ - "1a357496-cf37-4809-a8a5-75f3bb73b49f" + "238e21e4-7501-47a8-8bf7-958dc912796c" ], "x-ms-correlation-request-id": [ - "1a357496-cf37-4809-a8a5-75f3bb73b49f" + "238e21e4-7501-47a8-8bf7-958dc912796c" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T162921Z:1a357496-cf37-4809-a8a5-75f3bb73b49f" + "WESTUS:20200623T085635Z:238e21e4-7501-47a8-8bf7-958dc912796c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -45,7 +45,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 16:29:21 GMT" + "Tue, 23 Jun 2020 08:56:35 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -54,29 +54,29 @@ "-1" ], "Content-Length": [ - "8818" + "10899" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/providers/Microsoft.Resources\",\r\n \"namespace\": \"Microsoft.Resources\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"tenants\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operationresults\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"notifyResourceJobs\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"tags\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkPolicyCompliance\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"providers\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkresourcename\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resources\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/resources\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/providers\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/operationresults\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceGroups\",\r\n \"locations\": [\r\n \"Central US\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"West Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia Southeast\",\r\n \"Australia East\",\r\n \"West India\",\r\n \"South India\",\r\n \"Central India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/resourceGroups\",\r\n \"locations\": [\r\n \"Central US\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"West Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia Southeast\",\r\n \"Australia East\",\r\n \"West India\",\r\n \"South India\",\r\n \"Central India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/resourcegroups/resources\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/tagnames\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/tagNames/tagValues\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"deployments\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"deployments/operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"links\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-01-01\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/Microsoft.Resources\",\r\n \"namespace\": \"Microsoft.Resources\",\r\n \"authorization\": {\r\n \"applicationId\": \"3b990c8b-9607-4c2a-8b04-1d41985facca\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"tenants\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-01-01\",\r\n \"2019-09-01\",\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-09-01\",\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operationresults\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-09-01\",\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"notifyResourceJobs\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-09-01\",\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"tags\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-10-01\",\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\"\r\n ],\r\n \"capabilities\": \"SupportsExtension\"\r\n },\r\n {\r\n \"resourceType\": \"checkPolicyCompliance\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"providers\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkresourcename\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"calculateTemplateHash\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-09-01\",\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resources\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-09-01\",\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-10-01\",\r\n \"2019-09-01\",\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/resources\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-09-01\",\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/providers\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/operationresults\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceGroups\",\r\n \"locations\": [\r\n \"Central US\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"West Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia Southeast\",\r\n \"Australia East\",\r\n \"West India\",\r\n \"South India\",\r\n \"Central India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Australia Central\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/resourceGroups\",\r\n \"locations\": [\r\n \"Central US\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"West Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia Southeast\",\r\n \"Australia East\",\r\n \"West India\",\r\n \"South India\",\r\n \"Central India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Australia Central\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/resourcegroups/resources\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/tagnames\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/tagNames/tagValues\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"deployments\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-09-01\",\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"deployments/operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-09-01\",\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"links\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ],\r\n \"capabilities\": \"SupportsExtension\"\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-01-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"deploymentScripts\",\r\n \"locations\": [\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Australia East\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"Central US\",\r\n \"North Central US\",\r\n \"UK South\",\r\n \"Central India\",\r\n \"South India\",\r\n \"Japan East\",\r\n \"Korea Central\",\r\n \"North Europe\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West US 2\",\r\n \"West US\",\r\n \"South Central US\",\r\n \"Canada East\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-10-01-preview\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"deploymentScripts/logs\",\r\n \"locations\": [\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Australia East\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"Central US\",\r\n \"North Central US\",\r\n \"UK South\",\r\n \"Central India\",\r\n \"South India\",\r\n \"Japan East\",\r\n \"Korea Central\",\r\n \"North Europe\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West US 2\",\r\n \"West US\",\r\n \"South Central US\",\r\n \"Canada East\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/deploymentScriptOperationResults\",\r\n \"locations\": [\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Australia East\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"Central US\",\r\n \"North Central US\",\r\n \"UK South\",\r\n \"Central India\",\r\n \"South India\",\r\n \"Japan East\",\r\n \"Korea Central\",\r\n \"North Europe\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West US 2\",\r\n \"West US\",\r\n \"South Central US\",\r\n \"Canada East\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-10-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/providers/Microsoft.StorageSync?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZVN5bmM/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/Microsoft.StorageSync?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZVN5bmM/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "ace3b756-a075-413b-8131-7112eda3fd02" + "b478ea4f-616d-4d8f-acaf-06970dfcaac5" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -87,16 +87,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11998" + "11996" ], "x-ms-request-id": [ - "e066d186-ef4f-4d67-b19f-2614c39d4e5a" + "e4be1943-b67b-4cb3-ba5c-fbb0d82bbbd3" ], "x-ms-correlation-request-id": [ - "e066d186-ef4f-4d67-b19f-2614c39d4e5a" + "e4be1943-b67b-4cb3-ba5c-fbb0d82bbbd3" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T162921Z:e066d186-ef4f-4d67-b19f-2614c39d4e5a" + "WESTUS:20200623T085635Z:e4be1943-b67b-4cb3-ba5c-fbb0d82bbbd3" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -105,7 +105,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 16:29:21 GMT" + "Tue, 23 Jun 2020 08:56:35 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -114,10 +114,10 @@ "-1" ], "Content-Length": [ - "5239" + "7645" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/providers/Microsoft.StorageSync\",\r\n \"namespace\": \"Microsoft.StorageSync\",\r\n \"authorizations\": [\r\n {\r\n \"applicationId\": \"9469b9f5-6722-4481-a2b2-14ed560b706f\"\r\n }\r\n ],\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageSyncServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"Central US EUAP\",\r\n \"West US 2\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\",\r\n \"2018-01-01-preview\",\r\n \"2017-06-05-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"storageSyncServices/syncGroups\",\r\n \"locations\": [\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"Central US EUAP\",\r\n \"West US 2\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\",\r\n \"2018-01-01-preview\",\r\n \"2017-06-05-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageSyncServices/syncGroups/cloudEndpoints\",\r\n \"locations\": [\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"Central US EUAP\",\r\n \"West US 2\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\",\r\n \"2018-01-01-preview\",\r\n \"2017-06-05-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageSyncServices/syncGroups/serverEndpoints\",\r\n \"locations\": [\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"Central US EUAP\",\r\n \"West US 2\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\",\r\n \"2018-01-01-preview\",\r\n \"2017-06-05-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageSyncServices/registeredServers\",\r\n \"locations\": [\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"Central US EUAP\",\r\n \"West US 2\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\",\r\n \"2018-01-01-preview\",\r\n \"2017-06-05-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageSyncServices/workflows\",\r\n \"locations\": [\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"Central US EUAP\",\r\n \"West US 2\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\",\r\n \"2018-01-01-preview\",\r\n \"2017-06-05-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\",\r\n \"2018-01-01-preview\",\r\n \"2017-06-05-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/checkNameAvailability\",\r\n \"locations\": [\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/workflows\",\r\n \"locations\": [\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/Microsoft.StorageSync\",\r\n \"namespace\": \"Microsoft.StorageSync\",\r\n \"authorizations\": [\r\n {\r\n \"applicationId\": \"9469b9f5-6722-4481-a2b2-14ed560b706f\",\r\n \"roleDefinitionId\": \"4cd49d82-1f4d-43fc-af0c-1c1203668e5a\"\r\n }\r\n ],\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageSyncServices\",\r\n \"locations\": [\r\n \"West Central US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"West US 2\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"UAE North\",\r\n \"UAE Central\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2019-10-01\",\r\n \"2019-06-01\",\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\",\r\n \"2018-01-01-preview\",\r\n \"2017-06-05-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"storageSyncServices/syncGroups\",\r\n \"locations\": [\r\n \"West Central US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"West US 2\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"UAE North\",\r\n \"UAE Central\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2019-10-01\",\r\n \"2019-06-01\",\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\",\r\n \"2018-01-01-preview\",\r\n \"2017-06-05-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageSyncServices/syncGroups/cloudEndpoints\",\r\n \"locations\": [\r\n \"West Central US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"West US 2\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"UAE North\",\r\n \"UAE Central\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2019-10-01\",\r\n \"2019-06-01\",\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\",\r\n \"2018-01-01-preview\",\r\n \"2017-06-05-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageSyncServices/syncGroups/serverEndpoints\",\r\n \"locations\": [\r\n \"West Central US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"West US 2\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"UAE North\",\r\n \"UAE Central\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2019-10-01\",\r\n \"2019-06-01\",\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\",\r\n \"2018-01-01-preview\",\r\n \"2017-06-05-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageSyncServices/registeredServers\",\r\n \"locations\": [\r\n \"West Central US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"West US 2\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"UAE North\",\r\n \"UAE Central\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2019-10-01\",\r\n \"2019-06-01\",\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\",\r\n \"2018-01-01-preview\",\r\n \"2017-06-05-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageSyncServices/workflows\",\r\n \"locations\": [\r\n \"West Central US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"West US 2\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"UAE North\",\r\n \"UAE Central\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2019-10-01\",\r\n \"2019-06-01\",\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\",\r\n \"2018-01-01-preview\",\r\n \"2017-06-05-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2019-10-01\",\r\n \"2019-06-01\",\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\",\r\n \"2018-01-01-preview\",\r\n \"2017-06-05-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2019-10-01\",\r\n \"2019-06-01\",\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/checkNameAvailability\",\r\n \"locations\": [\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"UAE North\",\r\n \"UAE Central\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2019-10-01\",\r\n \"2019-06-01\",\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/workflows\",\r\n \"locations\": [\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"UAE North\",\r\n \"UAE Central\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2019-10-01\",\r\n \"2019-06-01\",\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operations\",\r\n \"locations\": [\r\n \"West Central US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"West US 2\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"UAE North\",\r\n \"UAE Central\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operationResults\",\r\n \"locations\": [\r\n \"West Central US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"West US 2\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"UAE North\",\r\n \"UAE Central\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "StatusCode": 200 }, { @@ -127,16 +127,16 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "bfa38005-4eed-4ba2-ab38-ddf0fb6d06bc" + "395e4258-ab23-4632-adb3-df783ebec77f" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Internal.Subscriptions.SubscriptionClient/1.3.0" + "Microsoft.Azure.Internal.Subscriptions.SubscriptionClient/1.3.16" ] }, "ResponseHeaders": { @@ -150,13 +150,13 @@ "11998" ], "x-ms-request-id": [ - "d9e5b6fe-f9ae-4673-b90d-5e534d6bd028" + "67442184-11d1-421a-8c8f-6cc1ceb722e7" ], "x-ms-correlation-request-id": [ - "d9e5b6fe-f9ae-4673-b90d-5e534d6bd028" + "67442184-11d1-421a-8c8f-6cc1ceb722e7" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T162922Z:d9e5b6fe-f9ae-4673-b90d-5e534d6bd028" + "WESTUS:20200623T085636Z:67442184-11d1-421a-8c8f-6cc1ceb722e7" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -165,7 +165,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 16:29:21 GMT" + "Tue, 23 Jun 2020 08:56:35 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -177,26 +177,26 @@ "116" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/tenants/0483643a-cb2f-462a-bc27-1a270e5bdc0a\",\r\n \"tenantId\": \"0483643a-cb2f-462a-bc27-1a270e5bdc0a\"\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/tenants/6ad91d65-65ab-4e14-90f7-fe951035b7c9\",\r\n \"tenantId\": \"6ad91d65-65ab-4e14-90f7-fe951035b7c9\"\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourcegroups/ps4092?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlZ3JvdXBzL3BzNDA5Mj9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourcegroups/ps6750?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlZ3JvdXBzL3BzNjc1MD9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "e751b81e-6dbd-4ee9-b99d-848ba7ef9431" + "cd54157e-7b2b-4be8-9254-6cdf90c400f6" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ], "Content-Type": [ "application/json; charset=utf-8" @@ -213,16 +213,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1198" + "1199" ], "x-ms-request-id": [ - "d7973f87-bdc9-4c37-bcd4-5413667c8b04" + "846266b4-eb22-4626-8df0-e07bce9b8262" ], "x-ms-correlation-request-id": [ - "d7973f87-bdc9-4c37-bcd4-5413667c8b04" + "846266b4-eb22-4626-8df0-e07bce9b8262" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T162924Z:d7973f87-bdc9-4c37-bcd4-5413667c8b04" + "WESTUS:20200623T085636Z:846266b4-eb22-4626-8df0-e07bce9b8262" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -231,7 +231,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 16:29:23 GMT" + "Tue, 23 Jun 2020 08:56:35 GMT" ], "Content-Length": [ "165" @@ -243,26 +243,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps4092\",\r\n \"name\": \"ps4092\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps6750\",\r\n \"name\": \"ps6750\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/providers/Microsoft.StorageSync/locations/CentralUSEUAP/checkNameAvailability?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZVN5bmMvbG9jYXRpb25zL0NlbnRyYWxVU0VVQVAvY2hlY2tOYW1lQXZhaWxhYmlsaXR5P2FwaS12ZXJzaW9uPTIwMTktMDMtMDE=", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/Microsoft.StorageSync/locations/CentralUSEUAP/checkNameAvailability?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZVN5bmMvbG9jYXRpb25zL0NlbnRyYWxVU0VVQVAvY2hlY2tOYW1lQXZhaWxhYmlsaXR5P2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", "RequestMethod": "POST", - "RequestBody": "{\r\n \"name\": \"sssps8499\",\r\n \"type\": \"Microsoft.StorageSync/storageSyncServices\"\r\n}", + "RequestBody": "{\r\n \"name\": \"sssps4287\",\r\n \"type\": \"Microsoft.StorageSync/storageSyncServices\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "3375e6d1-6f8a-4c05-9fdf-6a94c5f94cfb" + "db6dcafa-d43b-4b1b-a16b-51f2ac53b984" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -279,7 +279,7 @@ "no-cache" ], "x-ms-request-id": [ - "8b812bf1-bf3b-4cbf-937d-9e3704faec9c" + "54d90cba-1297-407c-bf9f-d2dba61ab219" ], "X-Content-Type-Options": [ "nosniff" @@ -300,50 +300,50 @@ "1199" ], "x-ms-correlation-request-id": [ - "a0e3a6fd-6b8e-4c7d-b092-e83ebbecf30b" + "f1394919-82c5-4aba-af0f-763e39c08511" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T162924Z:a0e3a6fd-6b8e-4c7d-b092-e83ebbecf30b" + "WESTUS:20200623T085637Z:f1394919-82c5-4aba-af0f-763e39c08511" ], "Date": [ - "Wed, 03 Jul 2019 16:29:24 GMT" + "Tue, 23 Jun 2020 08:56:36 GMT" ], "Content-Length": [ - "51" + "29" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"nameAvailable\": true,\r\n \"reason\": null,\r\n \"message\": null\r\n}", + "ResponseBody": "{\r\n \"nameAvailable\": true\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps4092/providers/Microsoft.StorageSync/storageSyncServices/sssps8499?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNDA5Mi9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM4NDk5P2FwaS12ZXJzaW9uPTIwMTktMDMtMDE=", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps6750/providers/Microsoft.StorageSync/storageSyncServices/sssps4287?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzNjc1MC9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM0Mjg3P2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"location\": \"Central US EUAP\",\r\n \"tags\": {}\r\n}", + "RequestBody": "{\r\n \"location\": \"Central US EUAP\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"incomingTrafficPolicy\": \"AllowAllTraffic\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "d4ab3cc3-9b84-4145-be46-ed52a6f23269" + "077dd4db-de7d-4319-b170-84e0e21a1534" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "52" + "125" ] }, "ResponseHeaders": { @@ -353,8 +353,17 @@ "Pragma": [ "no-cache" ], + "Location": [ + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6IjMwYTQwMTM2LWJjOGYtNDgxMy1hNWY2LWMyMWVhNzZiNjYyYyIsIndvcmtmbG93SWQiOiIyMDcxZTk1YS1hOWI3LTQwZTgtYmEyZC02Nzg0YjNlODdiOTIiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiYjQ0Yzc5ZjQtZTc5Ni00NzhhLTg4MzctOTUzOWZhN2JhYzEyIn0=?api-version=2020-03-01" + ], + "Retry-After": [ + "10" + ], + "Azure-AsyncOperation": [ + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6IjMwYTQwMTM2LWJjOGYtNDgxMy1hNWY2LWMyMWVhNzZiNjYyYyIsIndvcmtmbG93SWQiOiIyMDcxZTk1YS1hOWI3LTQwZTgtYmEyZC02Nzg0YjNlODdiOTIiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiYjQ0Yzc5ZjQtZTc5Ni00NzhhLTg4MzctOTUzOWZhN2JhYzEyIn0=?api-version=2020-03-01" + ], "x-ms-request-id": [ - "abc9cbbb-d84e-4b8b-bc6d-21cd31d52bdb" + "77cc0336-1215-4d5d-9d61-b63c65894b1c" ], "X-Content-Type-Options": [ "nosniff" @@ -375,44 +384,167 @@ "1199" ], "x-ms-correlation-request-id": [ - "d92dc8d6-8533-406c-9b96-8288f1743589" + "a1ac5270-3c58-4517-a92f-9d3f03693084" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200623T085637Z:a1ac5270-3c58-4517-a92f-9d3f03693084" + ], + "Date": [ + "Tue, 23 Jun 2020 08:56:37 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6IjMwYTQwMTM2LWJjOGYtNDgxMy1hNWY2LWMyMWVhNzZiNjYyYyIsIndvcmtmbG93SWQiOiIyMDcxZTk1YS1hOWI3LTQwZTgtYmEyZC02Nzg0YjNlODdiOTIiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiYjQ0Yzc5ZjQtZTc5Ni00NzhhLTg4MzctOTUzOWZhN2JhYzEyIn0=?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvbG9jYXRpb25zL2NlbnRyYWx1c2V1YXAvb3BlcmF0aW9ucy9leUp3WVhKMGFYUnBiMjVKWkNJNklqTXdZVFF3TVRNMkxXSmpPR1l0TkRneE15MWhOV1kyTFdNeU1XVmhOelppTmpZeVl5SXNJbmR2Y210bWJHOTNTV1FpT2lJeU1EY3haVGsxWVMxaE9XSTNMVFF3WlRndFltRXlaQzAyTnpnMFlqTmxPRGRpT1RJaUxDSjNiM0pyWm14dmQwOXdaWEpoZEdsdmJrbGtJam9pWWpRMFl6YzVaalF0WlRjNU5pMDBOemhoTFRnNE16Y3RPVFV6T1daaE4ySmhZekV5SW4wPT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-request-id": [ + "98d2e397-8206-461d-891f-d8ff7980b62e" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-IIS/10.0" + ], + "X-AspNet-Version": [ + "4.0.30319" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11999" + ], + "x-ms-correlation-request-id": [ + "53ee390d-2423-4d32-abe3-69e4f7956d9d" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T162925Z:d92dc8d6-8533-406c-9b96-8288f1743589" + "WESTUS:20200623T085648Z:53ee390d-2423-4d32-abe3-69e4f7956d9d" ], "Date": [ - "Wed, 03 Jul 2019 16:29:24 GMT" + "Tue, 23 Jun 2020 08:56:47 GMT" ], "Content-Length": [ - "329" + "745" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"storageSyncServiceStatus\": null,\r\n \"storageSyncServiceUid\": null\r\n },\r\n \"location\": \"Central US EUAP\",\r\n \"tags\": {},\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps4092/providers/microsoft.storagesync/storageSyncServices/sssps8499\",\r\n \"name\": \"sssps8499\",\r\n \"type\": \"microsoft.storagesync/storageSyncServices\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6IjMwYTQwMTM2LWJjOGYtNDgxMy1hNWY2LWMyMWVhNzZiNjYyYyIsIndvcmtmbG93SWQiOiIyMDcxZTk1YS1hOWI3LTQwZTgtYmEyZC02Nzg0YjNlODdiOTIiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiYjQ0Yzc5ZjQtZTc5Ni00NzhhLTg4MzctOTUzOWZhN2JhYzEyIn0=\",\r\n \"name\": \"eyJwYXJ0aXRpb25JZCI6IjMwYTQwMTM2LWJjOGYtNDgxMy1hNWY2LWMyMWVhNzZiNjYyYyIsIndvcmtmbG93SWQiOiIyMDcxZTk1YS1hOWI3LTQwZTgtYmEyZC02Nzg0YjNlODdiOTIiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiYjQ0Yzc5ZjQtZTc5Ni00NzhhLTg4MzctOTUzOWZhN2JhYzEyIn0=\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2020-06-23T08:56:38.3408541Z\",\r\n \"endTime\": \"2020-06-23T08:56:44.6373885Z\",\r\n \"properties\": {}\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps4092/providers/Microsoft.StorageSync/storageSyncServices/sssps8499/syncGroups/sgps8932?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNDA5Mi9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM4NDk5L3N5bmNHcm91cHMvc2dwczg5MzI/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps6750/providers/Microsoft.StorageSync/storageSyncServices/sssps4287?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzNjc1MC9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM0Mjg3P2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-request-id": [ + "9a142520-eea3-46e3-83a4-f43c1b624353" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-IIS/10.0" + ], + "X-AspNet-Version": [ + "4.0.30319" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11998" + ], + "x-ms-correlation-request-id": [ + "06090a3e-29c8-4eda-a5b3-43dcfe49c73f" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200623T085648Z:06090a3e-29c8-4eda-a5b3-43dcfe49c73f" + ], + "Date": [ + "Tue, 23 Jun 2020 08:56:47 GMT" + ], + "Content-Length": [ + "633" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"properties\": {\r\n \"storageSyncServiceStatus\": 0,\r\n \"incomingTrafficPolicy\": \"AllowAllTraffic\",\r\n \"privateEndpointConnections\": [],\r\n \"provisioningState\": \"Succeeded\",\r\n \"lastWorkflowId\": \"storageSyncServices/sssps4287/workflows/2071e95a-a9b7-40e8-ba2d-6784b3e87b92\",\r\n \"lastOperationName\": \"ICreateStorageSyncServiceWorkflow\"\r\n },\r\n \"location\": \"Central US EUAP\",\r\n \"tags\": {},\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps6750/providers/microsoft.storagesync/storageSyncServices/sssps4287\",\r\n \"name\": \"sssps4287\",\r\n \"type\": \"microsoft.storagesync/storageSyncServices\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps6750/providers/Microsoft.StorageSync/storageSyncServices/sssps4287/syncGroups/sgps2835?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzNjc1MC9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM0Mjg3L3N5bmNHcm91cHMvc2dwczI4MzU/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", "RequestMethod": "PUT", "RequestBody": "{\r\n \"properties\": {}\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "080c5275-7568-4e5d-81e5-22637851c6e3" + "8f5c0d39-94b8-4bd7-831f-f9fdbd25616e" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -429,7 +561,7 @@ "no-cache" ], "x-ms-request-id": [ - "68605cd7-80c2-4875-8005-a436d5d9b492" + "ddc0639e-93cc-402e-8f1e-a7b63ba33bb8" ], "X-Content-Type-Options": [ "nosniff" @@ -450,50 +582,50 @@ "1198" ], "x-ms-correlation-request-id": [ - "9cb27106-413a-4354-8bc1-5d88b82bcc73" + "1f5e8fdf-dc9f-4d73-a98b-4643df69a6b0" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T162926Z:9cb27106-413a-4354-8bc1-5d88b82bcc73" + "WESTUS:20200623T085648Z:1f5e8fdf-dc9f-4d73-a98b-4643df69a6b0" ], "Date": [ - "Wed, 03 Jul 2019 16:29:26 GMT" + "Tue, 23 Jun 2020 08:56:48 GMT" ], "Content-Length": [ - "331" + "371" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"syncGroupStatus\": \"0\",\r\n \"uniqueId\": \"76147d5c-8043-460c-a3f3-b2ce3ed20560\"\r\n },\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps4092/providers/microsoft.storagesync/storageSyncServices/sssps8499/syncGroups/sgps8932\",\r\n \"name\": \"sgps8932\",\r\n \"type\": \"microsoft.storagesync/storageSyncServices/syncGroups\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"syncGroupStatus\": \"0\",\r\n \"uniqueId\": \"ed882c3d-22a2-4a00-900d-9397d475ddb9\"\r\n },\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps6750/providers/microsoft.storagesync/storageSyncServices/sssps4287/syncGroups/sgps2835\",\r\n \"name\": \"sgps2835\",\r\n \"type\": \"microsoft.storagesync/storageSyncServices/syncGroups\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps4092/providers/Microsoft.Storage/storageAccounts/saps8481?api-version=2017-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNDA5Mi9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2Uvc3RvcmFnZUFjY291bnRzL3NhcHM4NDgxP2FwaS12ZXJzaW9uPTIwMTctMTAtMDE=", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps6750/providers/Microsoft.Storage/storageAccounts/saps6673?api-version=2017-10-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzNjc1MC9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2Uvc3RvcmFnZUFjY291bnRzL3NhcHM2NjczP2FwaS12ZXJzaW9uPTIwMTctMTAtMDE=", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"location\": \"Central US EUAP\"\r\n}", + "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\"\r\n },\r\n \"kind\": \"StorageV2\",\r\n \"location\": \"Central US EUAP\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "864c16e8-50cf-41d3-9ed4-c2f77f5915c8" + "13f42fc7-2c8e-4396-afcc-5e5b82f7e4a5" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Storage.Version2017.10.01.StorageManagementClient/1.3.0" + "Microsoft.Azure.Management.Storage.Version2017.10.01.StorageManagementClient/1.3.16" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "105" + "107" ] }, "ResponseHeaders": { @@ -504,13 +636,13 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/providers/Microsoft.Storage/locations/centraluseuap/asyncoperations/7989ee40-521e-4246-b155-b67b794003ce?monitor=true&api-version=2017-10-01" + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/Microsoft.Storage/locations/centraluseuap/asyncoperations/ad83a1d4-9eb3-4376-8e54-a8e467efb19d?monitor=true&api-version=2017-10-01" ], "Retry-After": [ "17" ], "x-ms-request-id": [ - "7989ee40-521e-4246-b155-b67b794003ce" + "ad83a1d4-9eb3-4376-8e54-a8e467efb19d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -522,16 +654,16 @@ "1199" ], "x-ms-correlation-request-id": [ - "d7240625-f86c-4abe-ba52-4707882505d5" + "979fdfd8-c920-46b6-9820-29e838f2bcaf" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T162928Z:d7240625-f86c-4abe-ba52-4707882505d5" + "WESTUS:20200623T085650Z:979fdfd8-c920-46b6-9820-29e838f2bcaf" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 16:29:27 GMT" + "Tue, 23 Jun 2020 08:56:49 GMT" ], "Content-Type": [ "text/plain; charset=utf-8" @@ -547,16 +679,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/providers/Microsoft.Storage/locations/centraluseuap/asyncoperations/7989ee40-521e-4246-b155-b67b794003ce?monitor=true&api-version=2017-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9sb2NhdGlvbnMvY2VudHJhbHVzZXVhcC9hc3luY29wZXJhdGlvbnMvNzk4OWVlNDAtNTIxZS00MjQ2LWIxNTUtYjY3Yjc5NDAwM2NlP21vbml0b3I9dHJ1ZSZhcGktdmVyc2lvbj0yMDE3LTEwLTAx", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/Microsoft.Storage/locations/centraluseuap/asyncoperations/ad83a1d4-9eb3-4376-8e54-a8e467efb19d?monitor=true&api-version=2017-10-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9sb2NhdGlvbnMvY2VudHJhbHVzZXVhcC9hc3luY29wZXJhdGlvbnMvYWQ4M2ExZDQtOWViMy00Mzc2LThlNTQtYThlNDY3ZWZiMTlkP21vbml0b3I9dHJ1ZSZhcGktdmVyc2lvbj0yMDE3LTEwLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Storage.Version2017.10.01.StorageManagementClient/1.3.0" + "Microsoft.Azure.Management.Storage.Version2017.10.01.StorageManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -567,7 +699,7 @@ "no-cache" ], "x-ms-request-id": [ - "1ba534b4-d2b8-4425-a552-13abb0cf7052" + "b81c23e7-f0e1-45c5-9ed4-ad3da28da062" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -576,22 +708,22 @@ "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11997" + "11999" ], "x-ms-correlation-request-id": [ - "daa5df1a-5be7-4fd0-bc3b-eb6d141c14aa" + "3c84ed8c-747f-424f-9494-cf15472e5398" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T162945Z:daa5df1a-5be7-4fd0-bc3b-eb6d141c14aa" + "WESTUS:20200623T085707Z:3c84ed8c-747f-424f-9494-cf15472e5398" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 16:29:45 GMT" + "Tue, 23 Jun 2020 08:57:07 GMT" ], "Content-Length": [ - "1018" + "1039" ], "Content-Type": [ "application/json" @@ -600,26 +732,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps4092/providers/Microsoft.Storage/storageAccounts/saps8481\",\r\n \"name\": \"saps8481\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"centraluseuap\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"virtualNetworkRules\": [],\r\n \"ipRules\": [],\r\n \"defaultAction\": \"Allow\"\r\n },\r\n \"supportsHttpsTrafficOnly\": false,\r\n \"encryption\": {\r\n \"services\": {\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2019-07-03T16:29:27.2360525Z\"\r\n },\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2019-07-03T16:29:27.2360525Z\"\r\n }\r\n },\r\n \"keySource\": \"Microsoft.Storage\"\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2019-07-03T16:29:27.1735558Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://saps8481.blob.core.windows.net/\",\r\n \"queue\": \"https://saps8481.queue.core.windows.net/\",\r\n \"table\": \"https://saps8481.table.core.windows.net/\",\r\n \"file\": \"https://saps8481.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"centraluseuap\",\r\n \"statusOfPrimary\": \"available\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"StorageV2\",\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps6750/providers/Microsoft.Storage/storageAccounts/saps6673\",\r\n \"name\": \"saps6673\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"centraluseuap\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"virtualNetworkRules\": [],\r\n \"ipRules\": [],\r\n \"defaultAction\": \"Allow\"\r\n },\r\n \"supportsHttpsTrafficOnly\": false,\r\n \"encryption\": {\r\n \"services\": {\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2020-06-23T08:56:49.6113983Z\"\r\n },\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2020-06-23T08:56:49.6113983Z\"\r\n }\r\n },\r\n \"keySource\": \"Microsoft.Storage\"\r\n },\r\n \"accessTier\": \"Hot\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2020-06-23T08:56:49.5645419Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://saps6673.blob.core.windows.net/\",\r\n \"queue\": \"https://saps6673.queue.core.windows.net/\",\r\n \"table\": \"https://saps6673.table.core.windows.net/\",\r\n \"file\": \"https://saps6673.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"centraluseuap\",\r\n \"statusOfPrimary\": \"available\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps4092/providers/Microsoft.Storage/storageAccounts/saps8481?api-version=2017-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNDA5Mi9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2Uvc3RvcmFnZUFjY291bnRzL3NhcHM4NDgxP2FwaS12ZXJzaW9uPTIwMTctMTAtMDE=", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps6750/providers/Microsoft.Storage/storageAccounts/saps6673?api-version=2017-10-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzNjc1MC9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2Uvc3RvcmFnZUFjY291bnRzL3NhcHM2NjczP2FwaS12ZXJzaW9uPTIwMTctMTAtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "5e8dbfea-c78b-4052-b814-0edfc1891556" + "12e66e7f-a427-4c53-abab-aca2f5717298" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Storage.Version2017.10.01.StorageManagementClient/1.3.0" + "Microsoft.Azure.Management.Storage.Version2017.10.01.StorageManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -630,7 +762,7 @@ "no-cache" ], "x-ms-request-id": [ - "6cdc9b2c-6e30-47fb-8bc3-1c927deec75f" + "0f30e1fe-b94f-494e-bff8-537e355314d0" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -639,22 +771,22 @@ "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11996" + "11998" ], "x-ms-correlation-request-id": [ - "38e47955-10f0-4376-8c0a-7360ae5a1784" + "c3b9fccf-feb2-49e4-9ab1-262aa4074640" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T162945Z:38e47955-10f0-4376-8c0a-7360ae5a1784" + "WESTUS:20200623T085707Z:c3b9fccf-feb2-49e4-9ab1-262aa4074640" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 16:29:45 GMT" + "Tue, 23 Jun 2020 08:57:07 GMT" ], "Content-Length": [ - "1018" + "1039" ], "Content-Type": [ "application/json" @@ -663,26 +795,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps4092/providers/Microsoft.Storage/storageAccounts/saps8481\",\r\n \"name\": \"saps8481\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"centraluseuap\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"virtualNetworkRules\": [],\r\n \"ipRules\": [],\r\n \"defaultAction\": \"Allow\"\r\n },\r\n \"supportsHttpsTrafficOnly\": false,\r\n \"encryption\": {\r\n \"services\": {\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2019-07-03T16:29:27.2360525Z\"\r\n },\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2019-07-03T16:29:27.2360525Z\"\r\n }\r\n },\r\n \"keySource\": \"Microsoft.Storage\"\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2019-07-03T16:29:27.1735558Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://saps8481.blob.core.windows.net/\",\r\n \"queue\": \"https://saps8481.queue.core.windows.net/\",\r\n \"table\": \"https://saps8481.table.core.windows.net/\",\r\n \"file\": \"https://saps8481.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"centraluseuap\",\r\n \"statusOfPrimary\": \"available\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"StorageV2\",\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps6750/providers/Microsoft.Storage/storageAccounts/saps6673\",\r\n \"name\": \"saps6673\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"centraluseuap\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"virtualNetworkRules\": [],\r\n \"ipRules\": [],\r\n \"defaultAction\": \"Allow\"\r\n },\r\n \"supportsHttpsTrafficOnly\": false,\r\n \"encryption\": {\r\n \"services\": {\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2020-06-23T08:56:49.6113983Z\"\r\n },\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2020-06-23T08:56:49.6113983Z\"\r\n }\r\n },\r\n \"keySource\": \"Microsoft.Storage\"\r\n },\r\n \"accessTier\": \"Hot\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2020-06-23T08:56:49.5645419Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://saps6673.blob.core.windows.net/\",\r\n \"queue\": \"https://saps6673.queue.core.windows.net/\",\r\n \"table\": \"https://saps6673.table.core.windows.net/\",\r\n \"file\": \"https://saps6673.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"centraluseuap\",\r\n \"statusOfPrimary\": \"available\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps4092/providers/Microsoft.Storage/storageAccounts/saps8481/listKeys?api-version=2017-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNDA5Mi9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2Uvc3RvcmFnZUFjY291bnRzL3NhcHM4NDgxL2xpc3RLZXlzP2FwaS12ZXJzaW9uPTIwMTctMTAtMDE=", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps6750/providers/Microsoft.Storage/storageAccounts/saps6673/listKeys?api-version=2017-10-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzNjc1MC9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2Uvc3RvcmFnZUFjY291bnRzL3NhcHM2NjczL2xpc3RLZXlzP2FwaS12ZXJzaW9uPTIwMTctMTAtMDE=", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "3255be32-5ea9-4bb0-b9a3-3decba164467" + "4d037e83-42ba-44e0-a2d6-bb4422231044" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Storage.Version2017.10.01.StorageManagementClient/1.3.0" + "Microsoft.Azure.Management.Storage.Version2017.10.01.StorageManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -693,7 +825,7 @@ "no-cache" ], "x-ms-request-id": [ - "af52c7f6-0b70-4c02-90d5-f724ce32ee28" + "8d531335-b405-44ef-9bef-621ea2ce07b7" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -701,20 +833,20 @@ "Server": [ "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-writes": [ - "1199" + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "11999" ], "x-ms-correlation-request-id": [ - "d01da2c7-80c3-4e0d-aa9f-b3d9c5940bbf" + "faaafaee-0366-4d4b-a293-08a0016b212c" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T162945Z:d01da2c7-80c3-4e0d-aa9f-b3d9c5940bbf" + "WESTUS:20200623T085707Z:faaafaee-0366-4d4b-a293-08a0016b212c" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 16:29:45 GMT" + "Tue, 23 Jun 2020 08:57:07 GMT" ], "Content-Length": [ "288" @@ -726,26 +858,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"keys\": [\r\n {\r\n \"keyName\": \"key1\",\r\n \"value\": \"oVYqp67m5TeMopkTvf7D00JmgJq7xka7pm2pv0olb8+yQf/hHgG3H0CETCIvwdXhrIXweV2uZlOxAbzCWPrmDQ==\",\r\n \"permissions\": \"FULL\"\r\n },\r\n {\r\n \"keyName\": \"key2\",\r\n \"value\": \"dj7JIL1biWu1G0nl/+1NFPMRGjeZJASa/QRkhwLHnHQ27sX46Tyqdl2AyKH2d9q21soJ83ebz//Yn/pQ16d3lg==\",\r\n \"permissions\": \"FULL\"\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"keys\": [\r\n {\r\n \"keyName\": \"key1\",\r\n \"value\": \"Bg6321Xvn98sRm/AbBsh+Kmn2rTzKQqci9/1ONDxn2lBJBhAPhjGX0rXnXur2ilTJYsFJuoX+rrkJO2AeyC2gA==\",\r\n \"permissions\": \"FULL\"\r\n },\r\n {\r\n \"keyName\": \"key2\",\r\n \"value\": \"SDIysbXvk4wXmwI2oFt3w0p4ze8asbKDmVLOpy+FBSGmL80n+3ALn7ZSVypBK9UyI7xLP30usAGSmKO7uBN/1w==\",\r\n \"permissions\": \"FULL\"\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/0483643a-cb2f-462a-bc27-1a270e5bdc0a/servicePrincipalsByAppId/9469b9f5-6722-4481-a2b2-14ed560b706f/objectId?api-version=1.6", - "EncodedRequestUri": "LzA0ODM2NDNhLWNiMmYtNDYyYS1iYzI3LTFhMjcwZTViZGMwYS9zZXJ2aWNlUHJpbmNpcGFsc0J5QXBwSWQvOTQ2OWI5ZjUtNjcyMi00NDgxLWEyYjItMTRlZDU2MGI3MDZmL29iamVjdElkP2FwaS12ZXJzaW9uPTEuNg==", + "RequestUri": "/6ad91d65-65ab-4e14-90f7-fe951035b7c9/servicePrincipalsByAppId/9469b9f5-6722-4481-a2b2-14ed560b706f/objectId?api-version=1.6", + "EncodedRequestUri": "LzZhZDkxZDY1LTY1YWItNGUxNC05MGY3LWZlOTUxMDM1YjdjOS9zZXJ2aWNlUHJpbmNpcGFsc0J5QXBwSWQvOTQ2OWI5ZjUtNjcyMi00NDgxLWEyYjItMTRlZDU2MGI3MDZmL29iamVjdElkP2FwaS12ZXJzaW9uPTEuNg==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "1b39e750-0417-4bb1-af84-431c051b714e" + "5f94e60b-7075-4a74-a757-e092465f12cd" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Graph.RBAC.Version1.6.20190326.GraphRbacManagementClient/1.3.0" + "Microsoft.Azure.Graph.RBAC.Version1.6.20190326.GraphRbacManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -756,19 +888,22 @@ "no-cache" ], "ocp-aad-diagnostics-server-name": [ - "q5Xbh3MZA2oHL2aMV5BkPDdbnE4y3W66Ql7+EgkvqGE=" + "UJod7VmkPiqRZ3LL8q1JqdoyPpXCav9KRxab7im3lsM=" ], "request-id": [ - "9cb387cf-4c9c-4f27-83d8-bd7da3901051" + "5f397afc-3a76-47ff-baaf-3a0d07fa61a6" ], "client-request-id": [ - "1b39e750-0417-4bb1-af84-431c051b714e" + "5f94e60b-7075-4a74-a757-e092465f12cd" ], "x-ms-dirapi-data-contract-version": [ "1.6" ], "ocp-aad-session-key": [ - "mmwxVqEV9rc3iidgwLruQuTj-_RQxMUnWypw8Q2kBMSc-ql7Z35--ll2B9-9pF8sKWGtNMv-TGMPe0lkc9JQB5fMAXyorA-tbOT9byVtMhfAI4xDUmk1sRIk3rNiaBJN.Syb7SC8BgYJAaQ4DCiMzv9XAkE97TYhPEy0NAOwQHI8" + "wvnXxBYlAEYUhiPEGQYQszQpnrT0BQJ-Po3-PLJFLEIZM7ClxHV36gYTg-os-_dNfAeF4_VkpKSPCTCcURakLWviUk_gZl7qCO3Eon5h9x7on56wD407fvizcFraGrry.F_hTAyi6xr4vlUoZ1vC3GncHtDrTuWe_wz13cbm3m34" + ], + "x-aad-resource-unit": [ + "1" ], "DataServiceVersion": [ "3.0;" @@ -786,10 +921,10 @@ "ASP.NET" ], "Duration": [ - "615852" + "563987" ], "Date": [ - "Wed, 03 Jul 2019 16:29:45 GMT" + "Tue, 23 Jun 2020 08:57:07 GMT" ], "Content-Type": [ "application/json; odata=minimalmetadata; streaming=true; charset=utf-8" @@ -801,26 +936,26 @@ "151" ] }, - "ResponseBody": "{\r\n \"odata.metadata\": \"https://graph.windows.net/0483643a-cb2f-462a-bc27-1a270e5bdc0a/$metadata#Edm.String\",\r\n \"value\": \"384dab06-7a70-4ecf-a04e-284602199124\"\r\n}", + "ResponseBody": "{\r\n \"odata.metadata\": \"https://graph.windows.net/6ad91d65-65ab-4e14-90f7-fe951035b7c9/$metadata#Edm.String\",\r\n \"value\": \"d8eca219-3055-4504-9a60-18c2d0b4c18c\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/0483643a-cb2f-462a-bc27-1a270e5bdc0a/servicePrincipals/384dab06-7a70-4ecf-a04e-284602199124?api-version=1.6", - "EncodedRequestUri": "LzA0ODM2NDNhLWNiMmYtNDYyYS1iYzI3LTFhMjcwZTViZGMwYS9zZXJ2aWNlUHJpbmNpcGFscy8zODRkYWIwNi03YTcwLTRlY2YtYTA0ZS0yODQ2MDIxOTkxMjQ/YXBpLXZlcnNpb249MS42", + "RequestUri": "/6ad91d65-65ab-4e14-90f7-fe951035b7c9/servicePrincipals/d8eca219-3055-4504-9a60-18c2d0b4c18c?api-version=1.6", + "EncodedRequestUri": "LzZhZDkxZDY1LTY1YWItNGUxNC05MGY3LWZlOTUxMDM1YjdjOS9zZXJ2aWNlUHJpbmNpcGFscy9kOGVjYTIxOS0zMDU1LTQ1MDQtOWE2MC0xOGMyZDBiNGMxOGM/YXBpLXZlcnNpb249MS42", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "3d6306a7-7c62-4496-991b-bbcdb8b76186" + "bec517a6-b7eb-4ebf-87d7-cc29945875c3" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Graph.RBAC.Version1.6.20190326.GraphRbacManagementClient/1.3.0" + "Microsoft.Azure.Graph.RBAC.Version1.6.20190326.GraphRbacManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -831,19 +966,22 @@ "no-cache" ], "ocp-aad-diagnostics-server-name": [ - "Ctepklg2J0Yv0+dqQJ0Z2DWorgOts60ilDVLun/aW5g=" + "Ejlln//HW8QHQEvfdHqbS3KozJkF5qO/py2QoUOMx9s=" ], "request-id": [ - "2617a976-927e-4c2e-8d57-f55947f20160" + "aa1dcd03-58b3-4a13-bdda-0dcac1d7a67a" ], "client-request-id": [ - "3d6306a7-7c62-4496-991b-bbcdb8b76186" + "bec517a6-b7eb-4ebf-87d7-cc29945875c3" ], "x-ms-dirapi-data-contract-version": [ "1.6" ], "ocp-aad-session-key": [ - "RQjn8pShkXSw5-xb5BXwPDUb0NGhs60HO-3sN0I1LM66cxmeq8m3Ye5RGOhKy6vMB2SdUqXcmxdzK7Um2OyAOsRcgEGvmwOx22L8yd6XuGdO6sd173l9NT1GneFSLH3r.idIMC7UM0u3ZvzpS04CfBylDBJ2lzuP2oBZ_tbypoSI" + "zBhukh0Tcdxq3xdXQhK6xDB_QJ3h-Rb8TJh1m1hKNjhi4QfEGnn2h0ker1dICNqUol6fGq2NO1ksPRIPkxsoKyE435znE-1ZyF3ptMlXoRAm1bMmTd5ceTLGuqFPFvVJ.dF8NDbHo2xzgvp15igu7yhHpcORe8mVTuyMNfkpQdJE" + ], + "x-aad-resource-unit": [ + "1" ], "DataServiceVersion": [ "3.0;" @@ -861,10 +999,10 @@ "ASP.NET" ], "Duration": [ - "623562" + "455733" ], "Date": [ - "Wed, 03 Jul 2019 16:29:45 GMT" + "Tue, 23 Jun 2020 08:57:07 GMT" ], "Content-Type": [ "application/json; odata=minimalmetadata; streaming=true; charset=utf-8" @@ -876,7 +1014,7 @@ "1299" ] }, - "ResponseBody": "{\r\n \"odata.metadata\": \"https://graph.windows.net/0483643a-cb2f-462a-bc27-1a270e5bdc0a/$metadata#directoryObjects/@Element\",\r\n \"odata.type\": \"Microsoft.DirectoryServices.ServicePrincipal\",\r\n \"objectType\": \"ServicePrincipal\",\r\n \"objectId\": \"384dab06-7a70-4ecf-a04e-284602199124\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"addIns\": [],\r\n \"alternativeNames\": [],\r\n \"appDisplayName\": \"Microsoft.StorageSync\",\r\n \"appId\": \"9469b9f5-6722-4481-a2b2-14ed560b706f\",\r\n \"applicationTemplateId\": null,\r\n \"appOwnerTenantId\": \"f8cdef31-a31e-4b4a-93e4-5f571e91255a\",\r\n \"appRoleAssignmentRequired\": false,\r\n \"appRoles\": [],\r\n \"displayName\": \"Microsoft.StorageSync\",\r\n \"errorUrl\": null,\r\n \"homepage\": null,\r\n \"informationalUrls\": {\r\n \"termsOfService\": null,\r\n \"support\": null,\r\n \"privacy\": null,\r\n \"marketing\": null\r\n },\r\n \"keyCredentials\": [],\r\n \"logoutUrl\": null,\r\n \"notificationEmailAddresses\": [],\r\n \"oauth2Permissions\": [],\r\n \"passwordCredentials\": [],\r\n \"preferredSingleSignOnMode\": null,\r\n \"preferredTokenSigningKeyEndDateTime\": null,\r\n \"preferredTokenSigningKeyThumbprint\": null,\r\n \"publisherName\": \"Microsoft Services\",\r\n \"replyUrls\": [\r\n \"https://0c38d04b-cf53-496f-aa30-9751eaf67399/redir\"\r\n ],\r\n \"samlMetadataUrl\": null,\r\n \"samlSingleSignOnSettings\": null,\r\n \"servicePrincipalNames\": [\r\n \"9469b9f5-6722-4481-a2b2-14ed560b706f\"\r\n ],\r\n \"servicePrincipalType\": \"Application\",\r\n \"signInAudience\": \"AzureADMultipleOrgs\",\r\n \"tags\": [],\r\n \"tokenEncryptionKeyId\": null\r\n}", + "ResponseBody": "{\r\n \"odata.metadata\": \"https://graph.windows.net/6ad91d65-65ab-4e14-90f7-fe951035b7c9/$metadata#directoryObjects/@Element\",\r\n \"odata.type\": \"Microsoft.DirectoryServices.ServicePrincipal\",\r\n \"objectType\": \"ServicePrincipal\",\r\n \"objectId\": \"d8eca219-3055-4504-9a60-18c2d0b4c18c\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"addIns\": [],\r\n \"alternativeNames\": [],\r\n \"appDisplayName\": \"Microsoft.StorageSync\",\r\n \"appId\": \"9469b9f5-6722-4481-a2b2-14ed560b706f\",\r\n \"applicationTemplateId\": null,\r\n \"appOwnerTenantId\": \"f8cdef31-a31e-4b4a-93e4-5f571e91255a\",\r\n \"appRoleAssignmentRequired\": false,\r\n \"appRoles\": [],\r\n \"displayName\": \"Microsoft.StorageSync\",\r\n \"errorUrl\": null,\r\n \"homepage\": null,\r\n \"informationalUrls\": {\r\n \"termsOfService\": null,\r\n \"support\": null,\r\n \"privacy\": null,\r\n \"marketing\": null\r\n },\r\n \"keyCredentials\": [],\r\n \"logoutUrl\": null,\r\n \"notificationEmailAddresses\": [],\r\n \"oauth2Permissions\": [],\r\n \"passwordCredentials\": [],\r\n \"preferredSingleSignOnMode\": null,\r\n \"preferredTokenSigningKeyEndDateTime\": null,\r\n \"preferredTokenSigningKeyThumbprint\": null,\r\n \"publisherName\": \"Microsoft Services\",\r\n \"replyUrls\": [\r\n \"https://0c38d04b-cf53-496f-aa30-9751eaf67399/redir\"\r\n ],\r\n \"samlMetadataUrl\": null,\r\n \"samlSingleSignOnSettings\": null,\r\n \"servicePrincipalNames\": [\r\n \"9469b9f5-6722-4481-a2b2-14ed560b706f\"\r\n ],\r\n \"servicePrincipalType\": \"Application\",\r\n \"signInAudience\": \"AzureADMultipleOrgs\",\r\n \"tags\": [],\r\n \"tokenEncryptionKeyId\": null\r\n}", "StatusCode": 200 }, { @@ -886,16 +1024,16 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "21e513ea-417f-4ffe-8db1-7822d79d9e82" + "d6d3ed96-3c6e-452d-b4f7-3cc9585ddd78" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Authorization.Version2015.07.01.AuthorizationManagementClient/1.3.0" + "Microsoft.Azure.Management.Authorization.Version2015.07.01.AuthorizationManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -905,11 +1043,8 @@ "Pragma": [ "no-cache" ], - "x-ms-request-charge": [ - "1" - ], "x-ms-request-id": [ - "c8ee7fa0-e07e-44cb-ad21-87e1345861cf" + "6567b0b3-5ee6-4a54-9c55-3a0fa8fdd9a8" ], "X-Content-Type-Options": [ "nosniff" @@ -918,19 +1053,19 @@ "max-age=31536000; includeSubDomains" ], "Set-Cookie": [ - "x-ms-gateway-slice=Production; path=/; secure; HttpOnly" + "x-ms-gateway-slice=Production; path=/; SameSite=None; secure; HttpOnly" ], "x-ms-ratelimit-remaining-tenant-reads": [ - "11999" + "11998" ], "x-ms-correlation-request-id": [ - "a5b9c841-549b-49b1-a762-22348a2dad1e" + "de53015a-f5b1-4889-a7a9-25aa16286bdb" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T162946Z:a5b9c841-549b-49b1-a762-22348a2dad1e" + "WESTUS:20200623T085708Z:de53015a-f5b1-4889-a7a9-25aa16286bdb" ], "Date": [ - "Wed, 03 Jul 2019 16:29:45 GMT" + "Tue, 23 Jun 2020 08:57:07 GMT" ], "Content-Length": [ "841" @@ -946,22 +1081,22 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourcegroups/ps4092/providers/Microsoft.Storage///storageAccounts/saps8481/providers/Microsoft.Authorization/roleAssignments?$filter=assignedTo('384dab06-7a70-4ecf-a04e-284602199124')&api-version=2015-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlZ3JvdXBzL3BzNDA5Mi9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2UvLy9zdG9yYWdlQWNjb3VudHMvc2Fwczg0ODEvcHJvdmlkZXJzL01pY3Jvc29mdC5BdXRob3JpemF0aW9uL3JvbGVBc3NpZ25tZW50cz8kZmlsdGVyPWFzc2lnbmVkVG8oJzM4NGRhYjA2LTdhNzAtNGVjZi1hMDRlLTI4NDYwMjE5OTEyNCcpJmFwaS12ZXJzaW9uPTIwMTUtMDctMDE=", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourcegroups/ps6750/providers/Microsoft.Storage///storageAccounts/saps6673/providers/Microsoft.Authorization/roleAssignments?$filter=assignedTo('d8eca219-3055-4504-9a60-18c2d0b4c18c')&api-version=2015-07-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlZ3JvdXBzL3BzNjc1MC9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2UvLy9zdG9yYWdlQWNjb3VudHMvc2FwczY2NzMvcHJvdmlkZXJzL01pY3Jvc29mdC5BdXRob3JpemF0aW9uL3JvbGVBc3NpZ25tZW50cz8kZmlsdGVyPWFzc2lnbmVkVG8oJ2Q4ZWNhMjE5LTMwNTUtNDUwNC05YTYwLTE4YzJkMGI0YzE4YycpJmFwaS12ZXJzaW9uPTIwMTUtMDctMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "b8f04d3b-3a24-4909-9abb-47032bf78dd5" + "5c2cc2cf-6110-4cb2-824b-9dcc97c7a0b2" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Authorization.Version2015.07.01.AuthorizationManagementClient/1.3.0" + "Microsoft.Azure.Management.Authorization.Version2015.07.01.AuthorizationManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -971,11 +1106,8 @@ "Pragma": [ "no-cache" ], - "x-ms-request-charge": [ - "1" - ], "x-ms-request-id": [ - "a198f20d-2c23-45ea-b50f-79bc27cfed28" + "9ebab4ec-14a0-46d4-b16c-b40553742401" ], "X-Content-Type-Options": [ "nosniff" @@ -984,22 +1116,22 @@ "max-age=31536000; includeSubDomains" ], "Set-Cookie": [ - "x-ms-gateway-slice=Production; path=/; secure; HttpOnly" + "x-ms-gateway-slice=Production; path=/; secure; HttpOnly; SameSite=None" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11999" ], "x-ms-correlation-request-id": [ - "2b95722f-6ec8-442f-a3f5-6c8d0baa2a47" + "eb9cae55-9f78-4954-af3e-0a722b0d2add" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T162947Z:2b95722f-6ec8-442f-a3f5-6c8d0baa2a47" + "WESTUS:20200623T085709Z:eb9cae55-9f78-4954-af3e-0a722b0d2add" ], "Date": [ - "Wed, 03 Jul 2019 16:29:46 GMT" + "Tue, 23 Jun 2020 08:57:08 GMT" ], "Content-Length": [ - "12" + "732" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1008,98 +1140,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": []\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"properties\": {\r\n \"roleDefinitionId\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c\",\r\n \"principalId\": \"d8eca219-3055-4504-9a60-18c2d0b4c18c\",\r\n \"scope\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b\",\r\n \"createdOn\": \"2020-05-23T18:29:54.9647107Z\",\r\n \"updatedOn\": \"2020-05-23T18:29:54.9647107Z\",\r\n \"createdBy\": \"a8656ec6-d7a4-4e38-bf78-58d74e3ed751\",\r\n \"updatedBy\": \"a8656ec6-d7a4-4e38-bf78-58d74e3ed751\"\r\n },\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/Microsoft.Authorization/roleAssignments/dc60f792-d409-4e1d-8fe5-192d121c26e9\",\r\n \"type\": \"Microsoft.Authorization/roleAssignments\",\r\n \"name\": \"dc60f792-d409-4e1d-8fe5-192d121c26e9\"\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "//subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps4092/providers/Microsoft.Storage/storageAccounts/saps8481/providers/Microsoft.Authorization/roleAssignments/4aab0623-f5c7-4c64-af75-1089909006c4?api-version=2015-07-01", - "EncodedRequestUri": "Ly9zdWJzY3JpcHRpb25zLzdiOTZjYjAyLTQ2NjMtNDBmNC05YTg5LTYwM2QzODQ5ZTQ2YS9yZXNvdXJjZUdyb3Vwcy9wczQwOTIvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9zYXBzODQ4MS9wcm92aWRlcnMvTWljcm9zb2Z0LkF1dGhvcml6YXRpb24vcm9sZUFzc2lnbm1lbnRzLzRhYWIwNjIzLWY1YzctNGM2NC1hZjc1LTEwODk5MDkwMDZjND9hcGktdmVyc2lvbj0yMDE1LTA3LTAx", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps6750/providers/Microsoft.StorageSync/storageSyncServices/sssps4287/syncGroups/sgps2835/cloudEndpoints/cepps160?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzNjc1MC9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM0Mjg3L3N5bmNHcm91cHMvc2dwczI4MzUvY2xvdWRFbmRwb2ludHMvY2VwcHMxNjA/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"roleDefinitionId\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/providers/Microsoft.Authorization/roleDefinitions/c12c1c16-33a1-487b-954d-41c89c60f349\",\r\n \"principalId\": \"384dab06-7a70-4ecf-a04e-284602199124\"\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"storageAccountResourceId\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps6750/providers/Microsoft.Storage/storageAccounts/saps6673\",\r\n \"azureFileShareName\": \"testfs\",\r\n \"storageAccountTenantId\": \"6ad91d65-65ab-4e14-90f7-fe951035b7c9\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "0901a935-13d5-4f51-9b99-60b1daeccb5c" + "0aed62ea-53e5-4949-a9af-2b4624504ee6" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Authorization.Version2015.07.01.AuthorizationManagementClient/1.3.0" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Content-Length": [ - "254" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-request-charge": [ - "2" - ], - "x-ms-request-id": [ - "e8ca9016-5f78-45dd-a3d3-63481c855edb" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Set-Cookie": [ - "x-ms-gateway-slice=Production; path=/; secure; HttpOnly" - ], - "x-ms-ratelimit-remaining-subscription-writes": [ - "1197" - ], - "x-ms-correlation-request-id": [ - "aa5b6793-00c4-4c96-86d3-2c739b7bf199" - ], - "x-ms-routing-request-id": [ - "WESTUS:20190703T162949Z:aa5b6793-00c4-4c96-86d3-2c739b7bf199" - ], - "Date": [ - "Wed, 03 Jul 2019 16:29:48 GMT" - ], - "Content-Length": [ - "836" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"roleDefinitionId\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/providers/Microsoft.Authorization/roleDefinitions/c12c1c16-33a1-487b-954d-41c89c60f349\",\r\n \"principalId\": \"384dab06-7a70-4ecf-a04e-284602199124\",\r\n \"scope\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps4092/providers/Microsoft.Storage/storageAccounts/saps8481\",\r\n \"createdOn\": \"2019-07-03T16:29:47.3765684Z\",\r\n \"updatedOn\": \"2019-07-03T16:29:47.3765684Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": \"8d1a2f63-15c2-4fe8-a804-213ecbaf4403\"\r\n },\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps4092/providers/Microsoft.Storage/storageAccounts/saps8481/providers/Microsoft.Authorization/roleAssignments/4aab0623-f5c7-4c64-af75-1089909006c4\",\r\n \"type\": \"Microsoft.Authorization/roleAssignments\",\r\n \"name\": \"4aab0623-f5c7-4c64-af75-1089909006c4\"\r\n}", - "StatusCode": 201 - }, - { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps4092/providers/Microsoft.StorageSync/storageSyncServices/sssps8499/syncGroups/sgps8932/cloudEndpoints/cepps7034?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNDA5Mi9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM4NDk5L3N5bmNHcm91cHMvc2dwczg5MzIvY2xvdWRFbmRwb2ludHMvY2VwcHM3MDM0P2FwaS12ZXJzaW9uPTIwMTktMDMtMDE=", - "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"storageAccountResourceId\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps4092/providers/Microsoft.Storage/storageAccounts/saps8481\",\r\n \"azureFileShareName\": \"testfs\",\r\n \"storageAccountTenantId\": \"0483643a-cb2f-462a-bc27-1a270e5bdc0a\"\r\n }\r\n}", - "RequestHeaders": { - "x-ms-client-request-id": [ - "26348dc9-e788-4b99-8764-e627450bdee9" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.27617.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1116,16 +1176,16 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps4092/providers/microsoft.storagesync/storageSyncServices/sssps8499/workflows/8ea8715f-a4cc-4f79-913f-0c54ec71c63d/operationresults/b9f023e0-a37f-46df-b140-4b4c60ef898a?api-version=2019-03-01" + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6IjMwYTQwMTM2LWJjOGYtNDgxMy1hNWY2LWMyMWVhNzZiNjYyYyIsIndvcmtmbG93SWQiOiJjYjJhMjVmNC0xZjczLTQ2NjUtYjgyMC1mNzQ4ZmM5YTEyMmMiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiMWNhZmEyZDAtMGI3NC00MzhkLWI1MTItMWQzMjMyNmJhYzQxIn0=?api-version=2020-03-01" ], "Retry-After": [ "10" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps4092/providers/microsoft.storagesync/storageSyncServices/sssps8499/workflows/8ea8715f-a4cc-4f79-913f-0c54ec71c63d/operations/b9f023e0-a37f-46df-b140-4b4c60ef898a?api-version=2019-03-01" + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6IjMwYTQwMTM2LWJjOGYtNDgxMy1hNWY2LWMyMWVhNzZiNjYyYyIsIndvcmtmbG93SWQiOiJjYjJhMjVmNC0xZjczLTQ2NjUtYjgyMC1mNzQ4ZmM5YTEyMmMiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiMWNhZmEyZDAtMGI3NC00MzhkLWI1MTItMWQzMjMyNmJhYzQxIn0=?api-version=2020-03-01" ], "x-ms-request-id": [ - "5ac155bf-0d49-4a3e-8977-b6e97a74d67b" + "9b9171ce-94bb-49d7-9a04-f4ac05bef465" ], "X-Content-Type-Options": [ "nosniff" @@ -1143,16 +1203,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1196" + "1199" ], "x-ms-correlation-request-id": [ - "dc441761-2898-47d3-a7bf-337a4b2159b6" + "6f6738d9-d994-44bb-bd49-7df3e05c2f93" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T163030Z:dc441761-2898-47d3-a7bf-337a4b2159b6" + "WESTUS:20200623T085710Z:6f6738d9-d994-44bb-bd49-7df3e05c2f93" ], "Date": [ - "Wed, 03 Jul 2019 16:30:29 GMT" + "Tue, 23 Jun 2020 08:57:09 GMT" ], "Expires": [ "-1" @@ -1165,16 +1225,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps4092/providers/microsoft.storagesync/storageSyncServices/sssps8499/workflows/8ea8715f-a4cc-4f79-913f-0c54ec71c63d/operations/b9f023e0-a37f-46df-b140-4b4c60ef898a?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNDA5Mi9wcm92aWRlcnMvbWljcm9zb2Z0LnN0b3JhZ2VzeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM4NDk5L3dvcmtmbG93cy84ZWE4NzE1Zi1hNGNjLTRmNzktOTEzZi0wYzU0ZWM3MWM2M2Qvb3BlcmF0aW9ucy9iOWYwMjNlMC1hMzdmLTQ2ZGYtYjE0MC00YjRjNjBlZjg5OGE/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6IjMwYTQwMTM2LWJjOGYtNDgxMy1hNWY2LWMyMWVhNzZiNjYyYyIsIndvcmtmbG93SWQiOiJjYjJhMjVmNC0xZjczLTQ2NjUtYjgyMC1mNzQ4ZmM5YTEyMmMiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiMWNhZmEyZDAtMGI3NC00MzhkLWI1MTItMWQzMjMyNmJhYzQxIn0=?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvbG9jYXRpb25zL2NlbnRyYWx1c2V1YXAvb3BlcmF0aW9ucy9leUp3WVhKMGFYUnBiMjVKWkNJNklqTXdZVFF3TVRNMkxXSmpPR1l0TkRneE15MWhOV1kyTFdNeU1XVmhOelppTmpZeVl5SXNJbmR2Y210bWJHOTNTV1FpT2lKallqSmhNalZtTkMweFpqY3pMVFEyTmpVdFlqZ3lNQzFtTnpRNFptTTVZVEV5TW1NaUxDSjNiM0pyWm14dmQwOXdaWEpoZEdsdmJrbGtJam9pTVdOaFptRXlaREF0TUdJM05DMDBNemhrTFdJMU1USXRNV1F6TWpNeU5tSmhZelF4SW4wPT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -1185,7 +1245,7 @@ "no-cache" ], "x-ms-request-id": [ - "10695dfb-a742-4694-accd-d6196db9bc96" + "0d80e7d0-dae9-4d2d-ae46-a260d5cef3c8" ], "X-Content-Type-Options": [ "nosniff" @@ -1206,38 +1266,38 @@ "11998" ], "x-ms-correlation-request-id": [ - "15caf6fe-65d3-452d-865e-df3335ec465e" + "3aa0d24b-bed1-4c61-83e0-ceefd2d64577" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T163040Z:15caf6fe-65d3-452d-865e-df3335ec465e" + "WESTUS:20200623T085720Z:3aa0d24b-bed1-4c61-83e0-ceefd2d64577" ], "Date": [ - "Wed, 03 Jul 2019 16:30:40 GMT" + "Tue, 23 Jun 2020 08:57:19 GMT" ], "Content-Length": [ - "451" + "744" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps4092/providers/microsoft.storagesync/storageSyncServices/sssps8499/workflow/8ea8715f-a4cc-4f79-913f-0c54ec71c63d/operationresults/b9f023e0-a37f-46df-b140-4b4c60ef898a\",\r\n \"name\": \"b9f023e0-a37f-46df-b140-4b4c60ef898a\",\r\n \"status\": \"validateInput\",\r\n \"startTime\": \"2019-07-03T16:30:30.8458159Z\",\r\n \"endTime\": \"2019-07-03T16:30:33.9484732Z\",\r\n \"percentComplete\": null,\r\n \"error\": null,\r\n \"properties\": {}\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6IjMwYTQwMTM2LWJjOGYtNDgxMy1hNWY2LWMyMWVhNzZiNjYyYyIsIndvcmtmbG93SWQiOiJjYjJhMjVmNC0xZjczLTQ2NjUtYjgyMC1mNzQ4ZmM5YTEyMmMiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiMWNhZmEyZDAtMGI3NC00MzhkLWI1MTItMWQzMjMyNmJhYzQxIn0=\",\r\n \"name\": \"eyJwYXJ0aXRpb25JZCI6IjMwYTQwMTM2LWJjOGYtNDgxMy1hNWY2LWMyMWVhNzZiNjYyYyIsIndvcmtmbG93SWQiOiJjYjJhMjVmNC0xZjczLTQ2NjUtYjgyMC1mNzQ4ZmM5YTEyMmMiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiMWNhZmEyZDAtMGI3NC00MzhkLWI1MTItMWQzMjMyNmJhYzQxIn0=\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2020-06-23T08:57:10.9891836Z\",\r\n \"endTime\": \"2020-06-23T08:57:17.773035Z\",\r\n \"properties\": {}\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps4092/providers/microsoft.storagesync/storageSyncServices/sssps8499/workflows/8ea8715f-a4cc-4f79-913f-0c54ec71c63d/operations/b9f023e0-a37f-46df-b140-4b4c60ef898a?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNDA5Mi9wcm92aWRlcnMvbWljcm9zb2Z0LnN0b3JhZ2VzeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM4NDk5L3dvcmtmbG93cy84ZWE4NzE1Zi1hNGNjLTRmNzktOTEzZi0wYzU0ZWM3MWM2M2Qvb3BlcmF0aW9ucy9iOWYwMjNlMC1hMzdmLTQ2ZGYtYjE0MC00YjRjNjBlZjg5OGE/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps6750/providers/Microsoft.StorageSync/storageSyncServices/sssps4287/syncGroups/sgps2835/cloudEndpoints/cepps160?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzNjc1MC9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM0Mjg3L3N5bmNHcm91cHMvc2dwczI4MzUvY2xvdWRFbmRwb2ludHMvY2VwcHMxNjA/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -1248,7 +1308,7 @@ "no-cache" ], "x-ms-request-id": [ - "0bb048eb-d377-4d76-902b-ff609871f0e0" + "a2f1f044-5c2b-44ff-b586-2d92a6f7aa5c" ], "X-Content-Type-Options": [ "nosniff" @@ -1269,38 +1329,44 @@ "11997" ], "x-ms-correlation-request-id": [ - "1d7f95b2-abe6-4ab0-9093-c2af270d2f9b" + "65dde55d-f8fe-489d-9f3d-56551a380f61" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T163051Z:1d7f95b2-abe6-4ab0-9093-c2af270d2f9b" + "WESTUS:20200623T085720Z:65dde55d-f8fe-489d-9f3d-56551a380f61" ], "Date": [ - "Wed, 03 Jul 2019 16:30:50 GMT" + "Tue, 23 Jun 2020 08:57:20 GMT" ], "Content-Length": [ - "451" + "1025" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps4092/providers/microsoft.storagesync/storageSyncServices/sssps8499/workflow/8ea8715f-a4cc-4f79-913f-0c54ec71c63d/operationresults/b9f023e0-a37f-46df-b140-4b4c60ef898a\",\r\n \"name\": \"b9f023e0-a37f-46df-b140-4b4c60ef898a\",\r\n \"status\": \"validateInput\",\r\n \"startTime\": \"2019-07-03T16:30:30.8458159Z\",\r\n \"endTime\": \"2019-07-03T16:30:33.9484732Z\",\r\n \"percentComplete\": null,\r\n \"error\": null,\r\n \"properties\": {}\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"storageAccountResourceId\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps6750/providers/Microsoft.Storage/storageAccounts/saps6673\",\r\n \"azureFileShareName\": \"testfs\",\r\n \"storageAccountTenantId\": \"6ad91d65-65ab-4e14-90f7-fe951035b7c9\",\r\n \"partnershipId\": \"1|U0VSVkVSQVNTWU5DQ0xJRU5USEZTVjJ8RUQ4ODJDM0QtMjJBMi00QTAwLTkwMEQtOTM5N0Q0NzVEREI5fEdFTkVSSUN8MjA0MDZFNzAtRDRFOS00QkI5LTlFOUEtOUNDMTFEMzYwNDJE\",\r\n \"friendlyName\": \"testfs\",\r\n \"backupEnabled\": \"false\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"lastWorkflowId\": \"storageSyncServices/sssps4287/workflows/cb2a25f4-1f73-4665-b820-f748fc9a122c\",\r\n \"lastOperationName\": \"ICreateCloudEndpointWorkflow\"\r\n },\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps6750/providers/microsoft.storagesync/storageSyncServices/sssps4287/syncGroups/sgps2835/cloudEndpoints/cepps160\",\r\n \"name\": \"cepps160\",\r\n \"type\": \"microsoft.storagesync/storageSyncServices/syncGroups/cloudEndpoints\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps4092/providers/microsoft.storagesync/storageSyncServices/sssps8499/workflows/8ea8715f-a4cc-4f79-913f-0c54ec71c63d/operations/b9f023e0-a37f-46df-b140-4b4c60ef898a?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNDA5Mi9wcm92aWRlcnMvbWljcm9zb2Z0LnN0b3JhZ2VzeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM4NDk5L3dvcmtmbG93cy84ZWE4NzE1Zi1hNGNjLTRmNzktOTEzZi0wYzU0ZWM3MWM2M2Qvb3BlcmF0aW9ucy9iOWYwMjNlMC1hMzdmLTQ2ZGYtYjE0MC00YjRjNjBlZjg5OGE/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", - "RequestMethod": "GET", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps6750/providers/Microsoft.StorageSync/storageSyncServices/sssps4287/syncGroups/sgps2835/cloudEndpoints/cepps160?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzNjc1MC9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM0Mjg3L3N5bmNHcm91cHMvc2dwczI4MzUvY2xvdWRFbmRwb2ludHMvY2VwcHMxNjA/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", + "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { + "x-ms-client-request-id": [ + "604ea956-ba77-4213-a357-f45a9e3902a7" + ], + "Accept-Language": [ + "en-US" + ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -1310,8 +1376,17 @@ "Pragma": [ "no-cache" ], + "Location": [ + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6IjMwYTQwMTM2LWJjOGYtNDgxMy1hNWY2LWMyMWVhNzZiNjYyYyIsIndvcmtmbG93SWQiOiIyNTUxY2FlMC1mMjMyLTQ1ZDktYTQwYy1iNzkwMDVlMmMyOWYiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiNmI0ZjUyZTYtYTNkYi00ZTUyLTgxYmQtZDM1ODQ2MzQyNzFlIn0=?api-version=2020-03-01" + ], + "Retry-After": [ + "10" + ], + "Azure-AsyncOperation": [ + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6IjMwYTQwMTM2LWJjOGYtNDgxMy1hNWY2LWMyMWVhNzZiNjYyYyIsIndvcmtmbG93SWQiOiIyNTUxY2FlMC1mMjMyLTQ1ZDktYTQwYy1iNzkwMDVlMmMyOWYiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiNmI0ZjUyZTYtYTNkYi00ZTUyLTgxYmQtZDM1ODQ2MzQyNzFlIn0=?api-version=2020-03-01" + ], "x-ms-request-id": [ - "64db393e-0dd7-4502-8d4a-56a8ed14f92d" + "ca54419f-7a83-423b-b743-db8b6394375d" ], "X-Content-Type-Options": [ "nosniff" @@ -1328,42 +1403,39 @@ "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11996" + "x-ms-ratelimit-remaining-subscription-deletes": [ + "14999" ], "x-ms-correlation-request-id": [ - "a64f3ac2-d452-4773-9e94-e1156cccddc8" + "f71de873-8198-4622-9f11-29f3f2f7332d" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T163101Z:a64f3ac2-d452-4773-9e94-e1156cccddc8" + "WESTUS:20200623T085721Z:f71de873-8198-4622-9f11-29f3f2f7332d" ], "Date": [ - "Wed, 03 Jul 2019 16:31:00 GMT" - ], - "Content-Length": [ - "451" - ], - "Content-Type": [ - "application/json; charset=utf-8" + "Tue, 23 Jun 2020 08:57:20 GMT" ], "Expires": [ "-1" + ], + "Content-Length": [ + "0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps4092/providers/microsoft.storagesync/storageSyncServices/sssps8499/workflow/8ea8715f-a4cc-4f79-913f-0c54ec71c63d/operationresults/b9f023e0-a37f-46df-b140-4b4c60ef898a\",\r\n \"name\": \"b9f023e0-a37f-46df-b140-4b4c60ef898a\",\r\n \"status\": \"validateInput\",\r\n \"startTime\": \"2019-07-03T16:30:30.8458159Z\",\r\n \"endTime\": \"2019-07-03T16:30:33.9484732Z\",\r\n \"percentComplete\": null,\r\n \"error\": null,\r\n \"properties\": {}\r\n}", - "StatusCode": 200 + "ResponseBody": "", + "StatusCode": 202 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps4092/providers/microsoft.storagesync/storageSyncServices/sssps8499/workflows/8ea8715f-a4cc-4f79-913f-0c54ec71c63d/operations/b9f023e0-a37f-46df-b140-4b4c60ef898a?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNDA5Mi9wcm92aWRlcnMvbWljcm9zb2Z0LnN0b3JhZ2VzeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM4NDk5L3dvcmtmbG93cy84ZWE4NzE1Zi1hNGNjLTRmNzktOTEzZi0wYzU0ZWM3MWM2M2Qvb3BlcmF0aW9ucy9iOWYwMjNlMC1hMzdmLTQ2ZGYtYjE0MC00YjRjNjBlZjg5OGE/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6IjMwYTQwMTM2LWJjOGYtNDgxMy1hNWY2LWMyMWVhNzZiNjYyYyIsIndvcmtmbG93SWQiOiIyNTUxY2FlMC1mMjMyLTQ1ZDktYTQwYy1iNzkwMDVlMmMyOWYiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiNmI0ZjUyZTYtYTNkYi00ZTUyLTgxYmQtZDM1ODQ2MzQyNzFlIn0=?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvbG9jYXRpb25zL2NlbnRyYWx1c2V1YXAvb3BlcmF0aW9ucy9leUp3WVhKMGFYUnBiMjVKWkNJNklqTXdZVFF3TVRNMkxXSmpPR1l0TkRneE15MWhOV1kyTFdNeU1XVmhOelppTmpZeVl5SXNJbmR2Y210bWJHOTNTV1FpT2lJeU5UVXhZMkZsTUMxbU1qTXlMVFExWkRrdFlUUXdZeTFpTnprd01EVmxNbU15T1dZaUxDSjNiM0pyWm14dmQwOXdaWEpoZEdsdmJrbGtJam9pTm1JMFpqVXlaVFl0WVROa1lpMDBaVFV5TFRneFltUXRaRE0xT0RRMk16UXlOekZsSW4wPT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -1374,7 +1446,7 @@ "no-cache" ], "x-ms-request-id": [ - "27b4f932-39f0-42e7-b4bf-708c6ff48d83" + "76e363a3-a7ea-428c-9e80-b41e5f46f73f" ], "X-Content-Type-Options": [ "nosniff" @@ -1392,41 +1464,41 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11995" + "11996" ], "x-ms-correlation-request-id": [ - "896abbbb-9ed3-48aa-bd4c-71cbdc2657a3" + "f6817875-6997-4c4e-bef2-0028f6849869" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T163111Z:896abbbb-9ed3-48aa-bd4c-71cbdc2657a3" + "WESTUS:20200623T085731Z:f6817875-6997-4c4e-bef2-0028f6849869" ], "Date": [ - "Wed, 03 Jul 2019 16:31:11 GMT" + "Tue, 23 Jun 2020 08:57:30 GMT" ], "Content-Length": [ - "451" + "745" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps4092/providers/microsoft.storagesync/storageSyncServices/sssps8499/workflow/8ea8715f-a4cc-4f79-913f-0c54ec71c63d/operationresults/b9f023e0-a37f-46df-b140-4b4c60ef898a\",\r\n \"name\": \"b9f023e0-a37f-46df-b140-4b4c60ef898a\",\r\n \"status\": \"validateInput\",\r\n \"startTime\": \"2019-07-03T16:30:30.8458159Z\",\r\n \"endTime\": \"2019-07-03T16:30:33.9484732Z\",\r\n \"percentComplete\": null,\r\n \"error\": null,\r\n \"properties\": {}\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6IjMwYTQwMTM2LWJjOGYtNDgxMy1hNWY2LWMyMWVhNzZiNjYyYyIsIndvcmtmbG93SWQiOiIyNTUxY2FlMC1mMjMyLTQ1ZDktYTQwYy1iNzkwMDVlMmMyOWYiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiNmI0ZjUyZTYtYTNkYi00ZTUyLTgxYmQtZDM1ODQ2MzQyNzFlIn0=\",\r\n \"name\": \"eyJwYXJ0aXRpb25JZCI6IjMwYTQwMTM2LWJjOGYtNDgxMy1hNWY2LWMyMWVhNzZiNjYyYyIsIndvcmtmbG93SWQiOiIyNTUxY2FlMC1mMjMyLTQ1ZDktYTQwYy1iNzkwMDVlMmMyOWYiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiNmI0ZjUyZTYtYTNkYi00ZTUyLTgxYmQtZDM1ODQ2MzQyNzFlIn0=\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2020-06-23T08:57:22.0737427Z\",\r\n \"endTime\": \"2020-06-23T08:57:26.0734461Z\",\r\n \"properties\": {}\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps4092/providers/microsoft.storagesync/storageSyncServices/sssps8499/workflows/8ea8715f-a4cc-4f79-913f-0c54ec71c63d/operations/b9f023e0-a37f-46df-b140-4b4c60ef898a?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNDA5Mi9wcm92aWRlcnMvbWljcm9zb2Z0LnN0b3JhZ2VzeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM4NDk5L3dvcmtmbG93cy84ZWE4NzE1Zi1hNGNjLTRmNzktOTEzZi0wYzU0ZWM3MWM2M2Qvb3BlcmF0aW9ucy9iOWYwMjNlMC1hMzdmLTQ2ZGYtYjE0MC00YjRjNjBlZjg5OGE/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6IjMwYTQwMTM2LWJjOGYtNDgxMy1hNWY2LWMyMWVhNzZiNjYyYyIsIndvcmtmbG93SWQiOiIyNTUxY2FlMC1mMjMyLTQ1ZDktYTQwYy1iNzkwMDVlMmMyOWYiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiNmI0ZjUyZTYtYTNkYi00ZTUyLTgxYmQtZDM1ODQ2MzQyNzFlIn0=?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvbG9jYXRpb25zL2NlbnRyYWx1c2V1YXAvb3BlcmF0aW9ucmVzdWx0cy9leUp3WVhKMGFYUnBiMjVKWkNJNklqTXdZVFF3TVRNMkxXSmpPR1l0TkRneE15MWhOV1kyTFdNeU1XVmhOelppTmpZeVl5SXNJbmR2Y210bWJHOTNTV1FpT2lJeU5UVXhZMkZsTUMxbU1qTXlMVFExWkRrdFlUUXdZeTFpTnprd01EVmxNbU15T1dZaUxDSjNiM0pyWm14dmQwOXdaWEpoZEdsdmJrbGtJam9pTm1JMFpqVXlaVFl0WVROa1lpMDBaVFV5TFRneFltUXRaRE0xT0RRMk16UXlOekZsSW4wPT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -1437,7 +1509,7 @@ "no-cache" ], "x-ms-request-id": [ - "3bb68647-88a8-48f4-add4-1df631bbcad8" + "6c5a63f5-2eb3-4543-ad1c-4b7bc697d9d3" ], "X-Content-Type-Options": [ "nosniff" @@ -1455,104 +1527,44 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11994" + "11995" ], "x-ms-correlation-request-id": [ - "8a9f3db9-354b-4472-9aea-6fad8570972c" + "f99ec9dd-f931-4805-be89-790258f7d751" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T163123Z:8a9f3db9-354b-4472-9aea-6fad8570972c" + "WESTUS:20200623T085731Z:f99ec9dd-f931-4805-be89-790258f7d751" ], "Date": [ - "Wed, 03 Jul 2019 16:31:23 GMT" - ], - "Content-Length": [ - "452" - ], - "Content-Type": [ - "application/json; charset=utf-8" + "Tue, 23 Jun 2020 08:57:31 GMT" ], "Expires": [ "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps4092/providers/microsoft.storagesync/storageSyncServices/sssps8499/workflow/8ea8715f-a4cc-4f79-913f-0c54ec71c63d/operationresults/b9f023e0-a37f-46df-b140-4b4c60ef898a\",\r\n \"name\": \"b9f023e0-a37f-46df-b140-4b4c60ef898a\",\r\n \"status\": \"newReplicaGroup\",\r\n \"startTime\": \"2019-07-03T16:30:30.8458159Z\",\r\n \"endTime\": \"2019-07-03T16:31:21.021819Z\",\r\n \"percentComplete\": null,\r\n \"error\": null,\r\n \"properties\": {}\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps4092/providers/microsoft.storagesync/storageSyncServices/sssps8499/workflows/8ea8715f-a4cc-4f79-913f-0c54ec71c63d/operations/b9f023e0-a37f-46df-b140-4b4c60ef898a?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNDA5Mi9wcm92aWRlcnMvbWljcm9zb2Z0LnN0b3JhZ2VzeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM4NDk5L3dvcmtmbG93cy84ZWE4NzE1Zi1hNGNjLTRmNzktOTEzZi0wYzU0ZWM3MWM2M2Qvb3BlcmF0aW9ucy9iOWYwMjNlMC1hMzdmLTQ2ZGYtYjE0MC00YjRjNjBlZjg5OGE/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.27617.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-request-id": [ - "b00b94ce-124f-4418-86ac-655c3abc854b" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11993" - ], - "Server": [ - "Microsoft-IIS/10.0" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET" - ], - "x-ms-correlation-request-id": [ - "5225c9a0-d403-4253-aea3-6dd93f74d6ef" - ], - "x-ms-routing-request-id": [ - "WESTUS:20190703T163133Z:5225c9a0-d403-4253-aea3-6dd93f74d6ef" - ], - "Date": [ - "Wed, 03 Jul 2019 16:31:33 GMT" ], "Content-Length": [ - "447" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" + "0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps4092/providers/microsoft.storagesync/storageSyncServices/sssps8499/workflow/8ea8715f-a4cc-4f79-913f-0c54ec71c63d/operationresults/b9f023e0-a37f-46df-b140-4b4c60ef898a\",\r\n \"name\": \"b9f023e0-a37f-46df-b140-4b4c60ef898a\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2019-07-03T16:30:30.8458159Z\",\r\n \"endTime\": \"2019-07-03T16:31:24.3680229Z\",\r\n \"percentComplete\": null,\r\n \"error\": null,\r\n \"properties\": {}\r\n}", + "ResponseBody": "", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps4092/providers/Microsoft.StorageSync/storageSyncServices/sssps8499/syncGroups/sgps8932/cloudEndpoints/cepps7034?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNDA5Mi9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM4NDk5L3N5bmNHcm91cHMvc2dwczg5MzIvY2xvdWRFbmRwb2ludHMvY2VwcHM3MDM0P2FwaS12ZXJzaW9uPTIwMTktMDMtMDE=", - "RequestMethod": "GET", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps6750/providers/Microsoft.StorageSync/storageSyncServices/sssps4287/syncGroups/sgps2835?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzNjc1MC9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM0Mjg3L3N5bmNHcm91cHMvc2dwczI4MzU/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", + "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { + "x-ms-client-request-id": [ + "841e6523-f731-4281-9df6-3fe17835f634" + ], + "Accept-Language": [ + "en-US" + ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -1563,7 +1575,7 @@ "no-cache" ], "x-ms-request-id": [ - "a44325f1-ad2f-4858-b76e-e6b2e99d4319" + "71244034-d0ee-4eb7-a3f8-a870c88070db" ], "X-Content-Type-Options": [ "nosniff" @@ -1580,48 +1592,45 @@ "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11992" + "x-ms-ratelimit-remaining-subscription-deletes": [ + "14998" ], "x-ms-correlation-request-id": [ - "133f7df1-e929-490a-82aa-8c8f39a29018" + "e245c7d7-60e4-4162-a823-8437d7be5740" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T163133Z:133f7df1-e929-490a-82aa-8c8f39a29018" + "WESTUS:20200623T085732Z:e245c7d7-60e4-4162-a823-8437d7be5740" ], "Date": [ - "Wed, 03 Jul 2019 16:31:33 GMT" - ], - "Content-Length": [ - "985" - ], - "Content-Type": [ - "application/json; charset=utf-8" + "Tue, 23 Jun 2020 08:57:31 GMT" ], "Expires": [ "-1" + ], + "Content-Length": [ + "0" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"storageAccountKey\": null,\r\n \"storageAccount\": null,\r\n \"storageAccountResourceId\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps4092/providers/Microsoft.Storage/storageAccounts/saps8481\",\r\n \"azureFileShareName\": \"testfs\",\r\n \"storageAccountTenantId\": \"0483643a-cb2f-462a-bc27-1a270e5bdc0a\",\r\n \"partnershipId\": \"1|U0VSVkVSQVNTWU5DQ0xJRU5USEZTVjJ8NzYxNDdENUMtODA0My00NjBDLUEzRjMtQjJDRTNFRDIwNTYwfEdFTkVSSUN8MDRGRERBMDAtQjkwQy00MkRBLTkyNDAtMzdFOUFEREE2NjIy\",\r\n \"friendlyName\": \"testfs\",\r\n \"backupEnabled\": \"false\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"lastWorkflowId\": \"storageSyncServices/sssps8499/workflows/8ea8715f-a4cc-4f79-913f-0c54ec71c63d\",\r\n \"lastOperationName\": \"ICreateCloudEndpointWorkflow\"\r\n },\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps4092/providers/microsoft.storagesync/storageSyncServices/sssps8499/syncGroups/sgps8932/cloudEndpoints/cepps7034\",\r\n \"name\": \"cepps7034\",\r\n \"type\": \"microsoft.storagesync/storageSyncServices/syncGroups/cloudEndpoints\"\r\n}", + "ResponseBody": "", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps4092/providers/Microsoft.StorageSync/storageSyncServices/sssps8499/syncGroups/sgps8932/cloudEndpoints/cepps7034?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNDA5Mi9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM4NDk5L3N5bmNHcm91cHMvc2dwczg5MzIvY2xvdWRFbmRwb2ludHMvY2VwcHM3MDM0P2FwaS12ZXJzaW9uPTIwMTktMDMtMDE=", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps6750/providers/Microsoft.StorageSync/storageSyncServices/sssps4287?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzNjc1MC9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM0Mjg3P2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "204f4d55-86c0-42ce-adf8-ce207a69c8c9" + "e36b3d21-7b51-4acb-9d47-94b113f36bff" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -1632,16 +1641,16 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps4092/providers/microsoft.storagesync/storageSyncServices/sssps8499/workflows/99d42c58-161d-44e3-b0fc-d1537cb97658/operationresults/59034faf-f693-43c1-a90c-59c3b81d6ee1?api-version=2019-03-01" + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6IjMwYTQwMTM2LWJjOGYtNDgxMy1hNWY2LWMyMWVhNzZiNjYyYyIsIndvcmtmbG93SWQiOiI4NTI3YjRkYS1lNWI2LTQ4MDAtYTZjMy00M2ZiNThmNTdjMzEiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiZmZmNWVjY2YtOWFjZS00ZjEzLWFlMTItOTdjYzc2ZjI1OWQwIn0=?api-version=2020-03-01" ], "Retry-After": [ "10" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps4092/providers/microsoft.storagesync/storageSyncServices/sssps8499/workflows/99d42c58-161d-44e3-b0fc-d1537cb97658/operations/59034faf-f693-43c1-a90c-59c3b81d6ee1?api-version=2019-03-01" + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6IjMwYTQwMTM2LWJjOGYtNDgxMy1hNWY2LWMyMWVhNzZiNjYyYyIsIndvcmtmbG93SWQiOiI4NTI3YjRkYS1lNWI2LTQ4MDAtYTZjMy00M2ZiNThmNTdjMzEiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiZmZmNWVjY2YtOWFjZS00ZjEzLWFlMTItOTdjYzc2ZjI1OWQwIn0=?api-version=2020-03-01" ], "x-ms-request-id": [ - "189578b1-7a6d-4d4f-9eed-d3308b646f5f" + "df8b8dcd-bebb-49d0-b09c-72187eceafc8" ], "X-Content-Type-Options": [ "nosniff" @@ -1659,16 +1668,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-deletes": [ - "14999" + "14997" ], "x-ms-correlation-request-id": [ - "4ea9ffe5-af39-4598-998f-83e2049fcaa1" + "88b1ff99-509e-497f-b3d6-ec366fe1174a" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T163134Z:4ea9ffe5-af39-4598-998f-83e2049fcaa1" + "WESTUS:20200623T085732Z:88b1ff99-509e-497f-b3d6-ec366fe1174a" ], "Date": [ - "Wed, 03 Jul 2019 16:31:34 GMT" + "Tue, 23 Jun 2020 08:57:32 GMT" ], "Expires": [ "-1" @@ -1681,16 +1690,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps4092/providers/microsoft.storagesync/storageSyncServices/sssps8499/workflows/99d42c58-161d-44e3-b0fc-d1537cb97658/operations/59034faf-f693-43c1-a90c-59c3b81d6ee1?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNDA5Mi9wcm92aWRlcnMvbWljcm9zb2Z0LnN0b3JhZ2VzeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM4NDk5L3dvcmtmbG93cy85OWQ0MmM1OC0xNjFkLTQ0ZTMtYjBmYy1kMTUzN2NiOTc2NTgvb3BlcmF0aW9ucy81OTAzNGZhZi1mNjkzLTQzYzEtYTkwYy01OWMzYjgxZDZlZTE/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6IjMwYTQwMTM2LWJjOGYtNDgxMy1hNWY2LWMyMWVhNzZiNjYyYyIsIndvcmtmbG93SWQiOiI4NTI3YjRkYS1lNWI2LTQ4MDAtYTZjMy00M2ZiNThmNTdjMzEiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiZmZmNWVjY2YtOWFjZS00ZjEzLWFlMTItOTdjYzc2ZjI1OWQwIn0=?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvbG9jYXRpb25zL2NlbnRyYWx1c2V1YXAvb3BlcmF0aW9ucy9leUp3WVhKMGFYUnBiMjVKWkNJNklqTXdZVFF3TVRNMkxXSmpPR1l0TkRneE15MWhOV1kyTFdNeU1XVmhOelppTmpZeVl5SXNJbmR2Y210bWJHOTNTV1FpT2lJNE5USTNZalJrWVMxbE5XSTJMVFE0TURBdFlUWmpNeTAwTTJaaU5UaG1OVGRqTXpFaUxDSjNiM0pyWm14dmQwOXdaWEpoZEdsdmJrbGtJam9pWm1abU5XVmpZMll0T1dGalpTMDBaakV6TFdGbE1USXRPVGRqWXpjMlpqSTFPV1F3SW4wPT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -1701,7 +1710,7 @@ "no-cache" ], "x-ms-request-id": [ - "28c57855-363f-4d06-9775-1fbd964392c8" + "f2e0f1fe-d5a7-4b35-83ac-3bedcc81c080" ], "X-Content-Type-Options": [ "nosniff" @@ -1719,41 +1728,41 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11991" + "11994" ], "x-ms-correlation-request-id": [ - "56adad0b-3b95-4beb-bee5-1dfd92e1b321" + "dea2c63b-5e8e-448f-bce1-de760ba7eb85" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T163145Z:56adad0b-3b95-4beb-bee5-1dfd92e1b321" + "WESTUS:20200623T085743Z:dea2c63b-5e8e-448f-bce1-de760ba7eb85" ], "Date": [ - "Wed, 03 Jul 2019 16:31:44 GMT" + "Tue, 23 Jun 2020 08:57:42 GMT" ], "Content-Length": [ - "444" + "744" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps4092/providers/microsoft.storagesync/storageSyncServices/sssps8499/workflow/99d42c58-161d-44e3-b0fc-d1537cb97658/operationresults/59034faf-f693-43c1-a90c-59c3b81d6ee1\",\r\n \"name\": \"59034faf-f693-43c1-a90c-59c3b81d6ee1\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2019-07-03T16:31:34.5386Z\",\r\n \"endTime\": \"2019-07-03T16:31:38.1950367Z\",\r\n \"percentComplete\": null,\r\n \"error\": null,\r\n \"properties\": {}\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6IjMwYTQwMTM2LWJjOGYtNDgxMy1hNWY2LWMyMWVhNzZiNjYyYyIsIndvcmtmbG93SWQiOiI4NTI3YjRkYS1lNWI2LTQ4MDAtYTZjMy00M2ZiNThmNTdjMzEiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiZmZmNWVjY2YtOWFjZS00ZjEzLWFlMTItOTdjYzc2ZjI1OWQwIn0=\",\r\n \"name\": \"eyJwYXJ0aXRpb25JZCI6IjMwYTQwMTM2LWJjOGYtNDgxMy1hNWY2LWMyMWVhNzZiNjYyYyIsIndvcmtmbG93SWQiOiI4NTI3YjRkYS1lNWI2LTQ4MDAtYTZjMy00M2ZiNThmNTdjMzEiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiZmZmNWVjY2YtOWFjZS00ZjEzLWFlMTItOTdjYzc2ZjI1OWQwIn0=\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2020-06-23T08:57:33.1775038Z\",\r\n \"endTime\": \"2020-06-23T08:57:38.654915Z\",\r\n \"properties\": {}\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps4092/providers/microsoft.storagesync/storageSyncServices/sssps8499/workflows/99d42c58-161d-44e3-b0fc-d1537cb97658/operationresults/59034faf-f693-43c1-a90c-59c3b81d6ee1?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNDA5Mi9wcm92aWRlcnMvbWljcm9zb2Z0LnN0b3JhZ2VzeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM4NDk5L3dvcmtmbG93cy85OWQ0MmM1OC0xNjFkLTQ0ZTMtYjBmYy1kMTUzN2NiOTc2NTgvb3BlcmF0aW9ucmVzdWx0cy81OTAzNGZhZi1mNjkzLTQzYzEtYTkwYy01OWMzYjgxZDZlZTE/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6IjMwYTQwMTM2LWJjOGYtNDgxMy1hNWY2LWMyMWVhNzZiNjYyYyIsIndvcmtmbG93SWQiOiI4NTI3YjRkYS1lNWI2LTQ4MDAtYTZjMy00M2ZiNThmNTdjMzEiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiZmZmNWVjY2YtOWFjZS00ZjEzLWFlMTItOTdjYzc2ZjI1OWQwIn0=?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvbG9jYXRpb25zL2NlbnRyYWx1c2V1YXAvb3BlcmF0aW9ucmVzdWx0cy9leUp3WVhKMGFYUnBiMjVKWkNJNklqTXdZVFF3TVRNMkxXSmpPR1l0TkRneE15MWhOV1kyTFdNeU1XVmhOelppTmpZeVl5SXNJbmR2Y210bWJHOTNTV1FpT2lJNE5USTNZalJrWVMxbE5XSTJMVFE0TURBdFlUWmpNeTAwTTJaaU5UaG1OVGRqTXpFaUxDSjNiM0pyWm14dmQwOXdaWEpoZEdsdmJrbGtJam9pWm1abU5XVmpZMll0T1dGalpTMDBaakV6TFdGbE1USXRPVGRqWXpjMlpqSTFPV1F3SW4wPT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -1764,7 +1773,7 @@ "no-cache" ], "x-ms-request-id": [ - "68150158-06ad-48f8-bcbc-8f5019b71ae0" + "e710438d-1500-4ef6-9051-9e34d675e0ef" ], "X-Content-Type-Options": [ "nosniff" @@ -1782,148 +1791,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11990" - ], - "x-ms-correlation-request-id": [ - "799fed53-6796-4b13-bce0-d9ba5a345b8e" - ], - "x-ms-routing-request-id": [ - "WESTUS:20190703T163145Z:799fed53-6796-4b13-bce0-d9ba5a345b8e" - ], - "Date": [ - "Wed, 03 Jul 2019 16:31:44 GMT" - ], - "Expires": [ - "-1" - ], - "Content-Length": [ - "0" - ] - }, - "ResponseBody": "", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps4092/providers/Microsoft.StorageSync/storageSyncServices/sssps8499/syncGroups/sgps8932?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNDA5Mi9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM4NDk5L3N5bmNHcm91cHMvc2dwczg5MzI/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", - "RequestMethod": "DELETE", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "6b66d551-a3f0-4777-8baf-065af2625304" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.27617.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-request-id": [ - "eff34f05-096e-44f7-b135-8d738d19e932" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Server": [ - "Microsoft-IIS/10.0" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET" - ], - "x-ms-ratelimit-remaining-subscription-deletes": [ - "14998" - ], - "x-ms-correlation-request-id": [ - "683cbf6b-e31b-4a6b-8f0a-82c3782c6f7e" - ], - "x-ms-routing-request-id": [ - "WESTUS:20190703T163146Z:683cbf6b-e31b-4a6b-8f0a-82c3782c6f7e" - ], - "Date": [ - "Wed, 03 Jul 2019 16:31:45 GMT" - ], - "Expires": [ - "-1" - ], - "Content-Length": [ - "0" - ] - }, - "ResponseBody": "", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps4092/providers/Microsoft.StorageSync/storageSyncServices/sssps8499?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNDA5Mi9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM4NDk5P2FwaS12ZXJzaW9uPTIwMTktMDMtMDE=", - "RequestMethod": "DELETE", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "241a0e69-630e-40d8-ae20-486caff8b95f" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.27617.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-request-id": [ - "d7e0c0cb-c408-4958-834b-4e021e9ad911" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Server": [ - "Microsoft-IIS/10.0" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET" - ], - "x-ms-ratelimit-remaining-subscription-deletes": [ - "14997" + "11993" ], "x-ms-correlation-request-id": [ - "a1021c8d-d5b7-485a-a250-95f60e6e2d17" + "0a065f0c-8191-4c22-951d-d5a7a9bb829c" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T163146Z:a1021c8d-d5b7-485a-a250-95f60e6e2d17" + "WESTUS:20200623T085743Z:0a065f0c-8191-4c22-951d-d5a7a9bb829c" ], "Date": [ - "Wed, 03 Jul 2019 16:31:46 GMT" + "Tue, 23 Jun 2020 08:57:42 GMT" ], "Expires": [ "-1" @@ -1936,22 +1813,22 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps4092/providers/Microsoft.Storage/storageAccounts/saps8481?api-version=2017-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNDA5Mi9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2Uvc3RvcmFnZUFjY291bnRzL3NhcHM4NDgxP2FwaS12ZXJzaW9uPTIwMTctMTAtMDE=", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps6750/providers/Microsoft.Storage/storageAccounts/saps6673?api-version=2017-10-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzNjc1MC9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2Uvc3RvcmFnZUFjY291bnRzL3NhcHM2NjczP2FwaS12ZXJzaW9uPTIwMTctMTAtMDE=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "d1ecde05-d1f0-4a61-a4ca-0c9a32a81e5a" + "d3d74719-dfe1-45ab-bb2c-a449e448b42f" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Storage.Version2017.10.01.StorageManagementClient/1.3.0" + "Microsoft.Azure.Management.Storage.Version2017.10.01.StorageManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -1962,7 +1839,7 @@ "no-cache" ], "x-ms-request-id": [ - "d6625ddc-7a89-4f3d-9231-60460fa4dd40" + "5e1798a1-7ebd-4205-a05e-6f4d5b0748d1" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1971,19 +1848,19 @@ "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-deletes": [ - "14999" + "14996" ], "x-ms-correlation-request-id": [ - "4b2b9a0d-4df0-4ee6-a0a6-f2bc8adf2e11" + "b2495181-18ac-4c4b-ada3-a90f24c1175c" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T163148Z:4b2b9a0d-4df0-4ee6-a0a6-f2bc8adf2e11" + "WESTUS:20200623T085744Z:b2495181-18ac-4c4b-ada3-a90f24c1175c" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 16:31:48 GMT" + "Tue, 23 Jun 2020 08:57:43 GMT" ], "Content-Type": [ "text/plain; charset=utf-8" @@ -1999,22 +1876,22 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps4092/providers/Microsoft.StorageSync/storageSyncServices?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNDA5Mi9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXM/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps6750/providers/Microsoft.StorageSync/storageSyncServices?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzNjc1MC9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXM/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "c64aa2e7-82a2-49a6-8fae-7b91665262c5" + "5e529588-e50c-481d-861f-5a41389e123a" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -2025,16 +1902,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11998" + "11992" ], "x-ms-request-id": [ - "454d5495-cd5d-4cbe-9c2e-81a6dbc9335f" + "5d922a7a-7211-437e-a6f4-ce7e1f852057" ], "x-ms-correlation-request-id": [ - "454d5495-cd5d-4cbe-9c2e-81a6dbc9335f" + "5d922a7a-7211-437e-a6f4-ce7e1f852057" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T163148Z:454d5495-cd5d-4cbe-9c2e-81a6dbc9335f" + "WESTUS:20200623T085744Z:5d922a7a-7211-437e-a6f4-ce7e1f852057" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2043,7 +1920,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 16:31:48 GMT" + "Tue, 23 Jun 2020 08:57:43 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2059,22 +1936,22 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourcegroups/ps4092?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlZ3JvdXBzL3BzNDA5Mj9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourcegroups/ps6750?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlZ3JvdXBzL3BzNjc1MD9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "13624ede-df27-4dae-8085-511257d2d16c" + "31b07c3e-14f8-4218-bf20-952800a8fb81" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -2085,22 +1962,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQwOTItV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzY3NTAtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-deletes": [ - "14996" + "14995" ], "x-ms-request-id": [ - "9d093a0f-53b6-4261-9085-eec4354ad37b" + "063a0c7b-a358-431a-8592-b8baba0d6d29" ], "x-ms-correlation-request-id": [ - "9d093a0f-53b6-4261-9085-eec4354ad37b" + "063a0c7b-a358-431a-8592-b8baba0d6d29" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T163150Z:9d093a0f-53b6-4261-9085-eec4354ad37b" + "WESTUS:20200623T085744Z:063a0c7b-a358-431a-8592-b8baba0d6d29" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2109,7 +1986,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 16:31:49 GMT" + "Tue, 23 Jun 2020 08:57:44 GMT" ], "Expires": [ "-1" @@ -2122,16 +1999,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQwOTItV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpRd09USXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzY3NTAtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpZM05UQXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -2142,22 +2019,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQwOTItV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzY3NTAtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11985" + "11991" ], "x-ms-request-id": [ - "a9ca3c7e-c9c6-4013-9e8d-f930b5b1e3c1" + "bddb37a5-2b85-4e9c-bb3b-deebb60aff66" ], "x-ms-correlation-request-id": [ - "a9ca3c7e-c9c6-4013-9e8d-f930b5b1e3c1" + "bddb37a5-2b85-4e9c-bb3b-deebb60aff66" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T163205Z:a9ca3c7e-c9c6-4013-9e8d-f930b5b1e3c1" + "WESTUS:20200623T085759Z:bddb37a5-2b85-4e9c-bb3b-deebb60aff66" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2166,7 +2043,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 16:32:04 GMT" + "Tue, 23 Jun 2020 08:57:59 GMT" ], "Expires": [ "-1" @@ -2179,16 +2056,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQwOTItV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpRd09USXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzY3NTAtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpZM05UQXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -2199,22 +2076,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQwOTItV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzY3NTAtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11984" + "11990" ], "x-ms-request-id": [ - "e9e0ee41-9744-44e4-87fc-a508a89a6d9a" + "abd22228-3b60-46e1-943a-d96d315a531a" ], "x-ms-correlation-request-id": [ - "e9e0ee41-9744-44e4-87fc-a508a89a6d9a" + "abd22228-3b60-46e1-943a-d96d315a531a" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T163220Z:e9e0ee41-9744-44e4-87fc-a508a89a6d9a" + "WESTUS:20200623T085815Z:abd22228-3b60-46e1-943a-d96d315a531a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2223,7 +2100,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 16:32:19 GMT" + "Tue, 23 Jun 2020 08:58:14 GMT" ], "Expires": [ "-1" @@ -2236,16 +2113,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQwOTItV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpRd09USXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzY3NTAtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpZM05UQXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -2256,16 +2133,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11983" + "11989" ], "x-ms-request-id": [ - "60d98536-bb00-4e6f-9c7b-e8822d3dff3e" + "4cbf0b14-0e56-4deb-8df0-4460c49a58aa" ], "x-ms-correlation-request-id": [ - "60d98536-bb00-4e6f-9c7b-e8822d3dff3e" + "4cbf0b14-0e56-4deb-8df0-4460c49a58aa" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T163235Z:60d98536-bb00-4e6f-9c7b-e8822d3dff3e" + "WESTUS:20200623T085830Z:4cbf0b14-0e56-4deb-8df0-4460c49a58aa" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2274,7 +2151,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 16:32:34 GMT" + "Tue, 23 Jun 2020 08:58:29 GMT" ], "Expires": [ "-1" @@ -2287,16 +2164,16 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQwOTItV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpRd09USXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzY3NTAtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpZM05UQXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -2307,16 +2184,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11982" + "11988" ], "x-ms-request-id": [ - "ce1c8c03-2d13-41e4-8dbc-b0d543477480" + "1bc8e9e7-c4e9-4434-a32b-2aba5d4d4aef" ], "x-ms-correlation-request-id": [ - "ce1c8c03-2d13-41e4-8dbc-b0d543477480" + "1bc8e9e7-c4e9-4434-a32b-2aba5d4d4aef" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T163235Z:ce1c8c03-2d13-41e4-8dbc-b0d543477480" + "WESTUS:20200623T085830Z:1bc8e9e7-c4e9-4434-a32b-2aba5d4d4aef" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2325,7 +2202,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 16:32:34 GMT" + "Tue, 23 Jun 2020 08:58:29 GMT" ], "Expires": [ "-1" @@ -2340,19 +2217,19 @@ ], "Names": { "Test-RemoveCloudEndpointInputObject": [ - "ps4092", - "ps8499", - "ps8932", - "ps7034", - "ps8481" + "ps6750", + "ps4287", + "ps2835", + "ps160", + "ps6673" ], "TestRemoveCloudEndpointInputObject": [ - "4aab0623-f5c7-4c64-af75-1089909006c4" + "d9813d25-861d-47cd-915e-c282a47920e8" ] }, "Variables": { - "SubscriptionId": "7b96cb02-4663-40f4-9a89-603d3849e46a", - "TenantId": "0483643a-cb2f-462a-bc27-1a270e5bdc0a", + "SubscriptionId": "1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b", + "TenantId": "6ad91d65-65ab-4e14-90f7-fe951035b7c9", "Domain": "" } } \ No newline at end of file diff --git a/src/StorageSync/StorageSync.Test/SessionRecords/StorageSyncTests.CloudEndpointTests/TestRemoveCloudEndpointResourceId.json b/src/StorageSync/StorageSync.Test/SessionRecords/StorageSyncTests.CloudEndpointTests/TestRemoveCloudEndpointResourceId.json index 0d575ad4d93a..83d30da76471 100644 --- a/src/StorageSync/StorageSync.Test/SessionRecords/StorageSyncTests.CloudEndpointTests/TestRemoveCloudEndpointResourceId.json +++ b/src/StorageSync/StorageSync.Test/SessionRecords/StorageSyncTests.CloudEndpointTests/TestRemoveCloudEndpointResourceId.json @@ -1,22 +1,22 @@ { "Entries": [ { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/providers/Microsoft.Resources?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVzb3VyY2VzP2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/Microsoft.Resources?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVzb3VyY2VzP2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "2910d9e4-c927-48c9-b9c3-b6573a9b8d7d" + "3fe6b407-39e9-4172-8992-da5a0e24dd90" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -27,16 +27,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11997" + "11999" ], "x-ms-request-id": [ - "6bbc963f-7e45-4c80-b132-027c6b2ebbcc" + "dcf7bddd-2c87-4e98-8672-4e48e241c270" ], "x-ms-correlation-request-id": [ - "6bbc963f-7e45-4c80-b132-027c6b2ebbcc" + "dcf7bddd-2c87-4e98-8672-4e48e241c270" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T164628Z:6bbc963f-7e45-4c80-b132-027c6b2ebbcc" + "WESTUS:20200623T090228Z:dcf7bddd-2c87-4e98-8672-4e48e241c270" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -45,7 +45,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 16:46:27 GMT" + "Tue, 23 Jun 2020 09:02:28 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -54,29 +54,29 @@ "-1" ], "Content-Length": [ - "8818" + "10899" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/providers/Microsoft.Resources\",\r\n \"namespace\": \"Microsoft.Resources\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"tenants\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operationresults\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"notifyResourceJobs\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"tags\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkPolicyCompliance\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"providers\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkresourcename\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resources\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/resources\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/providers\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/operationresults\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceGroups\",\r\n \"locations\": [\r\n \"Central US\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"West Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia Southeast\",\r\n \"Australia East\",\r\n \"West India\",\r\n \"South India\",\r\n \"Central India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/resourceGroups\",\r\n \"locations\": [\r\n \"Central US\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"West Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia Southeast\",\r\n \"Australia East\",\r\n \"West India\",\r\n \"South India\",\r\n \"Central India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/resourcegroups/resources\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/tagnames\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/tagNames/tagValues\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"deployments\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"deployments/operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"links\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-01-01\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/Microsoft.Resources\",\r\n \"namespace\": \"Microsoft.Resources\",\r\n \"authorization\": {\r\n \"applicationId\": \"3b990c8b-9607-4c2a-8b04-1d41985facca\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"tenants\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-01-01\",\r\n \"2019-09-01\",\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-09-01\",\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operationresults\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-09-01\",\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"notifyResourceJobs\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-09-01\",\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"tags\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-10-01\",\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\"\r\n ],\r\n \"capabilities\": \"SupportsExtension\"\r\n },\r\n {\r\n \"resourceType\": \"checkPolicyCompliance\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"providers\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkresourcename\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"calculateTemplateHash\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-09-01\",\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resources\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-09-01\",\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-10-01\",\r\n \"2019-09-01\",\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/resources\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-09-01\",\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/providers\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/operationresults\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceGroups\",\r\n \"locations\": [\r\n \"Central US\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"West Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia Southeast\",\r\n \"Australia East\",\r\n \"West India\",\r\n \"South India\",\r\n \"Central India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Australia Central\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/resourceGroups\",\r\n \"locations\": [\r\n \"Central US\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"West Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia Southeast\",\r\n \"Australia East\",\r\n \"West India\",\r\n \"South India\",\r\n \"Central India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Australia Central\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/resourcegroups/resources\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/tagnames\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/tagNames/tagValues\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"deployments\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-09-01\",\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"deployments/operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-09-01\",\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"links\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ],\r\n \"capabilities\": \"SupportsExtension\"\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-01-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"deploymentScripts\",\r\n \"locations\": [\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Australia East\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"Central US\",\r\n \"North Central US\",\r\n \"UK South\",\r\n \"Central India\",\r\n \"South India\",\r\n \"Japan East\",\r\n \"Korea Central\",\r\n \"North Europe\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West US 2\",\r\n \"West US\",\r\n \"South Central US\",\r\n \"Canada East\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-10-01-preview\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"deploymentScripts/logs\",\r\n \"locations\": [\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Australia East\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"Central US\",\r\n \"North Central US\",\r\n \"UK South\",\r\n \"Central India\",\r\n \"South India\",\r\n \"Japan East\",\r\n \"Korea Central\",\r\n \"North Europe\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West US 2\",\r\n \"West US\",\r\n \"South Central US\",\r\n \"Canada East\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/deploymentScriptOperationResults\",\r\n \"locations\": [\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Australia East\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"Central US\",\r\n \"North Central US\",\r\n \"UK South\",\r\n \"Central India\",\r\n \"South India\",\r\n \"Japan East\",\r\n \"Korea Central\",\r\n \"North Europe\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West US 2\",\r\n \"West US\",\r\n \"South Central US\",\r\n \"Canada East\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-10-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/providers/Microsoft.StorageSync?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZVN5bmM/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/Microsoft.StorageSync?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZVN5bmM/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "cc171a04-fdad-4b8e-8aa7-8d684b41dd0c" + "3e620f65-f03a-456d-881b-312c0d625464" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -87,16 +87,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11996" + "11998" ], "x-ms-request-id": [ - "5f587f77-6157-4890-8cbe-a75eac734a4e" + "d8172d03-1e22-446e-b804-4734428821a8" ], "x-ms-correlation-request-id": [ - "5f587f77-6157-4890-8cbe-a75eac734a4e" + "d8172d03-1e22-446e-b804-4734428821a8" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T164628Z:5f587f77-6157-4890-8cbe-a75eac734a4e" + "WESTUS:20200623T090228Z:d8172d03-1e22-446e-b804-4734428821a8" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -105,7 +105,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 16:46:27 GMT" + "Tue, 23 Jun 2020 09:02:28 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -114,10 +114,10 @@ "-1" ], "Content-Length": [ - "5239" + "7645" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/providers/Microsoft.StorageSync\",\r\n \"namespace\": \"Microsoft.StorageSync\",\r\n \"authorizations\": [\r\n {\r\n \"applicationId\": \"9469b9f5-6722-4481-a2b2-14ed560b706f\"\r\n }\r\n ],\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageSyncServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"Central US EUAP\",\r\n \"West US 2\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\",\r\n \"2018-01-01-preview\",\r\n \"2017-06-05-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"storageSyncServices/syncGroups\",\r\n \"locations\": [\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"Central US EUAP\",\r\n \"West US 2\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\",\r\n \"2018-01-01-preview\",\r\n \"2017-06-05-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageSyncServices/syncGroups/cloudEndpoints\",\r\n \"locations\": [\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"Central US EUAP\",\r\n \"West US 2\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\",\r\n \"2018-01-01-preview\",\r\n \"2017-06-05-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageSyncServices/syncGroups/serverEndpoints\",\r\n \"locations\": [\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"Central US EUAP\",\r\n \"West US 2\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\",\r\n \"2018-01-01-preview\",\r\n \"2017-06-05-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageSyncServices/registeredServers\",\r\n \"locations\": [\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"Central US EUAP\",\r\n \"West US 2\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\",\r\n \"2018-01-01-preview\",\r\n \"2017-06-05-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageSyncServices/workflows\",\r\n \"locations\": [\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"Central US EUAP\",\r\n \"West US 2\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\",\r\n \"2018-01-01-preview\",\r\n \"2017-06-05-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\",\r\n \"2018-01-01-preview\",\r\n \"2017-06-05-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/checkNameAvailability\",\r\n \"locations\": [\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/workflows\",\r\n \"locations\": [\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/Microsoft.StorageSync\",\r\n \"namespace\": \"Microsoft.StorageSync\",\r\n \"authorizations\": [\r\n {\r\n \"applicationId\": \"9469b9f5-6722-4481-a2b2-14ed560b706f\",\r\n \"roleDefinitionId\": \"4cd49d82-1f4d-43fc-af0c-1c1203668e5a\"\r\n }\r\n ],\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageSyncServices\",\r\n \"locations\": [\r\n \"West Central US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"West US 2\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"UAE North\",\r\n \"UAE Central\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2019-10-01\",\r\n \"2019-06-01\",\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\",\r\n \"2018-01-01-preview\",\r\n \"2017-06-05-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"storageSyncServices/syncGroups\",\r\n \"locations\": [\r\n \"West Central US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"West US 2\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"UAE North\",\r\n \"UAE Central\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2019-10-01\",\r\n \"2019-06-01\",\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\",\r\n \"2018-01-01-preview\",\r\n \"2017-06-05-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageSyncServices/syncGroups/cloudEndpoints\",\r\n \"locations\": [\r\n \"West Central US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"West US 2\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"UAE North\",\r\n \"UAE Central\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2019-10-01\",\r\n \"2019-06-01\",\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\",\r\n \"2018-01-01-preview\",\r\n \"2017-06-05-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageSyncServices/syncGroups/serverEndpoints\",\r\n \"locations\": [\r\n \"West Central US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"West US 2\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"UAE North\",\r\n \"UAE Central\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2019-10-01\",\r\n \"2019-06-01\",\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\",\r\n \"2018-01-01-preview\",\r\n \"2017-06-05-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageSyncServices/registeredServers\",\r\n \"locations\": [\r\n \"West Central US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"West US 2\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"UAE North\",\r\n \"UAE Central\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2019-10-01\",\r\n \"2019-06-01\",\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\",\r\n \"2018-01-01-preview\",\r\n \"2017-06-05-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageSyncServices/workflows\",\r\n \"locations\": [\r\n \"West Central US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"West US 2\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"UAE North\",\r\n \"UAE Central\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2019-10-01\",\r\n \"2019-06-01\",\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\",\r\n \"2018-01-01-preview\",\r\n \"2017-06-05-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2019-10-01\",\r\n \"2019-06-01\",\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\",\r\n \"2018-01-01-preview\",\r\n \"2017-06-05-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2019-10-01\",\r\n \"2019-06-01\",\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/checkNameAvailability\",\r\n \"locations\": [\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"UAE North\",\r\n \"UAE Central\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2019-10-01\",\r\n \"2019-06-01\",\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/workflows\",\r\n \"locations\": [\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"UAE North\",\r\n \"UAE Central\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2019-10-01\",\r\n \"2019-06-01\",\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operations\",\r\n \"locations\": [\r\n \"West Central US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"West US 2\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"UAE North\",\r\n \"UAE Central\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operationResults\",\r\n \"locations\": [\r\n \"West Central US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"West US 2\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"UAE North\",\r\n \"UAE Central\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "StatusCode": 200 }, { @@ -127,16 +127,16 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "37835ee2-8af4-424a-90e2-2526d47db851" + "535fb301-5ed5-423e-b0c9-23c1dc4e2654" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Internal.Subscriptions.SubscriptionClient/1.3.0" + "Microsoft.Azure.Internal.Subscriptions.SubscriptionClient/1.3.16" ] }, "ResponseHeaders": { @@ -147,16 +147,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-tenant-reads": [ - "11997" + "11999" ], "x-ms-request-id": [ - "c97652d9-c79e-4dd1-8434-7ad8e5074365" + "1c4e0be8-81b0-4fd2-91be-25f9ff88d700" ], "x-ms-correlation-request-id": [ - "c97652d9-c79e-4dd1-8434-7ad8e5074365" + "1c4e0be8-81b0-4fd2-91be-25f9ff88d700" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T164629Z:c97652d9-c79e-4dd1-8434-7ad8e5074365" + "WESTUS:20200623T090229Z:1c4e0be8-81b0-4fd2-91be-25f9ff88d700" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -165,7 +165,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 16:46:28 GMT" + "Tue, 23 Jun 2020 09:02:28 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -177,26 +177,26 @@ "116" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/tenants/0483643a-cb2f-462a-bc27-1a270e5bdc0a\",\r\n \"tenantId\": \"0483643a-cb2f-462a-bc27-1a270e5bdc0a\"\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/tenants/6ad91d65-65ab-4e14-90f7-fe951035b7c9\",\r\n \"tenantId\": \"6ad91d65-65ab-4e14-90f7-fe951035b7c9\"\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourcegroups/ps7594?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlZ3JvdXBzL3BzNzU5ND9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourcegroups/ps2896?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlZ3JvdXBzL3BzMjg5Nj9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "25eca052-be82-4bd9-82b2-74c4bffb5dfe" + "160437b3-95e0-47ce-9940-a07370dcecb6" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ], "Content-Type": [ "application/json; charset=utf-8" @@ -213,16 +213,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1196" + "1199" ], "x-ms-request-id": [ - "6f89259a-4b4d-4af3-8e6c-325805ff6a52" + "bf2950f2-cc1a-4b6c-9cb2-83b053d90191" ], "x-ms-correlation-request-id": [ - "6f89259a-4b4d-4af3-8e6c-325805ff6a52" + "bf2950f2-cc1a-4b6c-9cb2-83b053d90191" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T164630Z:6f89259a-4b4d-4af3-8e6c-325805ff6a52" + "WESTUS:20200623T090229Z:bf2950f2-cc1a-4b6c-9cb2-83b053d90191" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -231,7 +231,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 16:46:29 GMT" + "Tue, 23 Jun 2020 09:02:29 GMT" ], "Content-Length": [ "165" @@ -243,26 +243,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps7594\",\r\n \"name\": \"ps7594\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps2896\",\r\n \"name\": \"ps2896\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/providers/Microsoft.StorageSync/locations/CentralUSEUAP/checkNameAvailability?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZVN5bmMvbG9jYXRpb25zL0NlbnRyYWxVU0VVQVAvY2hlY2tOYW1lQXZhaWxhYmlsaXR5P2FwaS12ZXJzaW9uPTIwMTktMDMtMDE=", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/Microsoft.StorageSync/locations/CentralUSEUAP/checkNameAvailability?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZVN5bmMvbG9jYXRpb25zL0NlbnRyYWxVU0VVQVAvY2hlY2tOYW1lQXZhaWxhYmlsaXR5P2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", "RequestMethod": "POST", - "RequestBody": "{\r\n \"name\": \"sssps2135\",\r\n \"type\": \"Microsoft.StorageSync/storageSyncServices\"\r\n}", + "RequestBody": "{\r\n \"name\": \"sssps4494\",\r\n \"type\": \"Microsoft.StorageSync/storageSyncServices\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "83d0810b-eb3c-4202-b274-0ec99a9a3513" + "37a4b927-06d2-4ad2-9789-3067e35973f2" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -279,7 +279,7 @@ "no-cache" ], "x-ms-request-id": [ - "2c253390-0009-4918-b242-f32147640305" + "57c715bc-d4e4-4bf1-8308-78fcd2aaecc4" ], "X-Content-Type-Options": [ "nosniff" @@ -287,9 +287,6 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-ratelimit-remaining-subscription-writes": [ - "1199" - ], "Server": [ "Microsoft-IIS/10.0" ], @@ -299,51 +296,54 @@ "X-Powered-By": [ "ASP.NET" ], + "x-ms-ratelimit-remaining-subscription-writes": [ + "1199" + ], "x-ms-correlation-request-id": [ - "6b08347a-208e-4630-8f44-d8c7fdb91398" + "424edea4-59ce-47f6-a7c0-48a96de5923b" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T164630Z:6b08347a-208e-4630-8f44-d8c7fdb91398" + "WESTUS:20200623T090229Z:424edea4-59ce-47f6-a7c0-48a96de5923b" ], "Date": [ - "Wed, 03 Jul 2019 16:46:30 GMT" + "Tue, 23 Jun 2020 09:02:28 GMT" ], "Content-Length": [ - "51" + "29" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"nameAvailable\": true,\r\n \"reason\": null,\r\n \"message\": null\r\n}", + "ResponseBody": "{\r\n \"nameAvailable\": true\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps7594/providers/Microsoft.StorageSync/storageSyncServices/sssps2135?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNzU5NC9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMyMTM1P2FwaS12ZXJzaW9uPTIwMTktMDMtMDE=", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps2896/providers/Microsoft.StorageSync/storageSyncServices/sssps4494?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzMjg5Ni9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM0NDk0P2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"location\": \"Central US EUAP\",\r\n \"tags\": {}\r\n}", + "RequestBody": "{\r\n \"location\": \"Central US EUAP\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"incomingTrafficPolicy\": \"AllowAllTraffic\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "c3784f1d-b86a-4b94-bcc0-e10bfaf478a0" + "e2d92057-a7cd-450a-8f46-e5f6fc881844" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "52" + "125" ] }, "ResponseHeaders": { @@ -353,8 +353,17 @@ "Pragma": [ "no-cache" ], + "Location": [ + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6ImRkMjQ0ZTc5LTJlZjMtNGYyYy05NGJjLTcxM2M2NmM5NmU0MCIsIndvcmtmbG93SWQiOiI0YTA3NDA0ZS1lYjMzLTRiYWItOGU1MS01NjcxOWM1M2E4NWYiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiNmFhMjdiM2EtNjhiZS00NTAzLWJkODEtOWRiYWJmNTI5ZGM0In0=?api-version=2020-03-01" + ], + "Retry-After": [ + "10" + ], + "Azure-AsyncOperation": [ + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6ImRkMjQ0ZTc5LTJlZjMtNGYyYy05NGJjLTcxM2M2NmM5NmU0MCIsIndvcmtmbG93SWQiOiI0YTA3NDA0ZS1lYjMzLTRiYWItOGU1MS01NjcxOWM1M2E4NWYiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiNmFhMjdiM2EtNjhiZS00NTAzLWJkODEtOWRiYWJmNTI5ZGM0In0=?api-version=2020-03-01" + ], "x-ms-request-id": [ - "6b8335a3-5d5f-4077-8fee-e39d3401d034" + "aa8ad411-c595-47bd-92f9-b156bed3af2b" ], "X-Content-Type-Options": [ "nosniff" @@ -372,47 +381,170 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1197" + "1199" + ], + "x-ms-correlation-request-id": [ + "54cbd2c0-1086-46df-ac47-dd1c12806665" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200623T090230Z:54cbd2c0-1086-46df-ac47-dd1c12806665" + ], + "Date": [ + "Tue, 23 Jun 2020 09:02:29 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6ImRkMjQ0ZTc5LTJlZjMtNGYyYy05NGJjLTcxM2M2NmM5NmU0MCIsIndvcmtmbG93SWQiOiI0YTA3NDA0ZS1lYjMzLTRiYWItOGU1MS01NjcxOWM1M2E4NWYiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiNmFhMjdiM2EtNjhiZS00NTAzLWJkODEtOWRiYWJmNTI5ZGM0In0=?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvbG9jYXRpb25zL2NlbnRyYWx1c2V1YXAvb3BlcmF0aW9ucy9leUp3WVhKMGFYUnBiMjVKWkNJNkltUmtNalEwWlRjNUxUSmxaak10TkdZeVl5MDVOR0pqTFRjeE0yTTJObU01Tm1VME1DSXNJbmR2Y210bWJHOTNTV1FpT2lJMFlUQTNOREEwWlMxbFlqTXpMVFJpWVdJdE9HVTFNUzAxTmpjeE9XTTFNMkU0TldZaUxDSjNiM0pyWm14dmQwOXdaWEpoZEdsdmJrbGtJam9pTm1GaE1qZGlNMkV0TmpoaVpTMDBOVEF6TFdKa09ERXRPV1JpWVdKbU5USTVaR00wSW4wPT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-request-id": [ + "2920472a-c056-4c32-9fdb-ce17f1e8bcf9" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-IIS/10.0" + ], + "X-AspNet-Version": [ + "4.0.30319" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11999" ], "x-ms-correlation-request-id": [ - "043c5757-dd4f-40e5-8cfb-5f64978dadb8" + "598a8cd4-6e11-4fa3-9a15-b5b4438cf89a" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T164631Z:043c5757-dd4f-40e5-8cfb-5f64978dadb8" + "WESTUS:20200623T090240Z:598a8cd4-6e11-4fa3-9a15-b5b4438cf89a" ], "Date": [ - "Wed, 03 Jul 2019 16:46:30 GMT" + "Tue, 23 Jun 2020 09:02:40 GMT" ], "Content-Length": [ - "329" + "744" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6ImRkMjQ0ZTc5LTJlZjMtNGYyYy05NGJjLTcxM2M2NmM5NmU0MCIsIndvcmtmbG93SWQiOiI0YTA3NDA0ZS1lYjMzLTRiYWItOGU1MS01NjcxOWM1M2E4NWYiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiNmFhMjdiM2EtNjhiZS00NTAzLWJkODEtOWRiYWJmNTI5ZGM0In0=\",\r\n \"name\": \"eyJwYXJ0aXRpb25JZCI6ImRkMjQ0ZTc5LTJlZjMtNGYyYy05NGJjLTcxM2M2NmM5NmU0MCIsIndvcmtmbG93SWQiOiI0YTA3NDA0ZS1lYjMzLTRiYWItOGU1MS01NjcxOWM1M2E4NWYiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiNmFhMjdiM2EtNjhiZS00NTAzLWJkODEtOWRiYWJmNTI5ZGM0In0=\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2020-06-23T09:02:31.157098Z\",\r\n \"endTime\": \"2020-06-23T09:02:37.5763031Z\",\r\n \"properties\": {}\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps2896/providers/Microsoft.StorageSync/storageSyncServices/sssps4494?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzMjg5Ni9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM0NDk0P2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-request-id": [ + "1ece737d-0270-4c0e-a47f-ddd6deadd422" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-IIS/10.0" + ], + "X-AspNet-Version": [ + "4.0.30319" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11998" + ], + "x-ms-correlation-request-id": [ + "9484c57e-979f-4f63-9171-13e7985e2997" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200623T090241Z:9484c57e-979f-4f63-9171-13e7985e2997" + ], + "Date": [ + "Tue, 23 Jun 2020 09:02:41 GMT" + ], + "Content-Length": [ + "633" + ], + "Content-Type": [ + "application/json" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"storageSyncServiceStatus\": null,\r\n \"storageSyncServiceUid\": null\r\n },\r\n \"location\": \"Central US EUAP\",\r\n \"tags\": {},\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps7594/providers/microsoft.storagesync/storageSyncServices/sssps2135\",\r\n \"name\": \"sssps2135\",\r\n \"type\": \"microsoft.storagesync/storageSyncServices\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"storageSyncServiceStatus\": 0,\r\n \"incomingTrafficPolicy\": \"AllowAllTraffic\",\r\n \"privateEndpointConnections\": [],\r\n \"provisioningState\": \"Succeeded\",\r\n \"lastWorkflowId\": \"storageSyncServices/sssps4494/workflows/4a07404e-eb33-4bab-8e51-56719c53a85f\",\r\n \"lastOperationName\": \"ICreateStorageSyncServiceWorkflow\"\r\n },\r\n \"location\": \"Central US EUAP\",\r\n \"tags\": {},\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps2896/providers/microsoft.storagesync/storageSyncServices/sssps4494\",\r\n \"name\": \"sssps4494\",\r\n \"type\": \"microsoft.storagesync/storageSyncServices\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps7594/providers/Microsoft.StorageSync/storageSyncServices/sssps2135/syncGroups/sgps6740?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNzU5NC9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMyMTM1L3N5bmNHcm91cHMvc2dwczY3NDA/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps2896/providers/Microsoft.StorageSync/storageSyncServices/sssps4494/syncGroups/sgps988?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzMjg5Ni9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM0NDk0L3N5bmNHcm91cHMvc2dwczk4OD9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "PUT", "RequestBody": "{\r\n \"properties\": {}\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "3809616a-7d09-42fd-839d-cce09069c79a" + "3b45868c-e0a8-4694-915c-245fdaac93aa" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -429,7 +561,7 @@ "no-cache" ], "x-ms-request-id": [ - "96b974ce-4bcd-46b8-920f-dc8c717721fe" + "518c9f6d-5ad0-49eb-bf67-51f47bac273b" ], "X-Content-Type-Options": [ "nosniff" @@ -447,53 +579,53 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1196" + "1198" ], "x-ms-correlation-request-id": [ - "4b321a1e-d4c0-4063-b147-8f951acf0f07" + "a707a058-6946-4a64-82c9-9a75854cf070" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T164632Z:4b321a1e-d4c0-4063-b147-8f951acf0f07" + "WESTUS:20200623T090241Z:a707a058-6946-4a64-82c9-9a75854cf070" ], "Date": [ - "Wed, 03 Jul 2019 16:46:31 GMT" + "Tue, 23 Jun 2020 09:02:41 GMT" ], "Content-Length": [ - "331" + "369" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"syncGroupStatus\": \"0\",\r\n \"uniqueId\": \"7d57b8c9-8c3c-4e58-8358-1c8934275624\"\r\n },\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps7594/providers/microsoft.storagesync/storageSyncServices/sssps2135/syncGroups/sgps6740\",\r\n \"name\": \"sgps6740\",\r\n \"type\": \"microsoft.storagesync/storageSyncServices/syncGroups\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"syncGroupStatus\": \"0\",\r\n \"uniqueId\": \"0d75c9b5-6053-4364-889d-9d714da9befc\"\r\n },\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps2896/providers/microsoft.storagesync/storageSyncServices/sssps4494/syncGroups/sgps988\",\r\n \"name\": \"sgps988\",\r\n \"type\": \"microsoft.storagesync/storageSyncServices/syncGroups\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps7594/providers/Microsoft.Storage/storageAccounts/saps886?api-version=2017-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNzU5NC9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2Uvc3RvcmFnZUFjY291bnRzL3NhcHM4ODY/YXBpLXZlcnNpb249MjAxNy0xMC0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps2896/providers/Microsoft.Storage/storageAccounts/saps9971?api-version=2017-10-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzMjg5Ni9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2Uvc3RvcmFnZUFjY291bnRzL3NhcHM5OTcxP2FwaS12ZXJzaW9uPTIwMTctMTAtMDE=", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"location\": \"Central US EUAP\"\r\n}", + "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\"\r\n },\r\n \"kind\": \"StorageV2\",\r\n \"location\": \"Central US EUAP\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "2c6e6107-a6bb-49bd-a36b-604dde41ed46" + "d96407c7-5172-4a9f-89bb-c4be778f71df" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Storage.Version2017.10.01.StorageManagementClient/1.3.0" + "Microsoft.Azure.Management.Storage.Version2017.10.01.StorageManagementClient/1.3.16" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "105" + "107" ] }, "ResponseHeaders": { @@ -504,13 +636,13 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/providers/Microsoft.Storage/locations/centraluseuap/asyncoperations/ca18e824-a7dc-4919-99b9-1a03a67d4eb3?monitor=true&api-version=2017-10-01" + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/Microsoft.Storage/locations/centraluseuap/asyncoperations/c96a09a4-33f2-409b-b87d-329774ea90a0?monitor=true&api-version=2017-10-01" ], "Retry-After": [ "17" ], "x-ms-request-id": [ - "ca18e824-a7dc-4919-99b9-1a03a67d4eb3" + "c96a09a4-33f2-409b-b87d-329774ea90a0" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -519,19 +651,19 @@ "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1199" + "1198" ], "x-ms-correlation-request-id": [ - "d2c19123-9ef4-4811-87b5-615589c3cfd2" + "8624640c-8f76-4c27-a102-d9ca887aec53" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T164633Z:d2c19123-9ef4-4811-87b5-615589c3cfd2" + "WESTUS:20200623T090242Z:8624640c-8f76-4c27-a102-d9ca887aec53" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 16:46:32 GMT" + "Tue, 23 Jun 2020 09:02:41 GMT" ], "Content-Type": [ "text/plain; charset=utf-8" @@ -547,16 +679,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/providers/Microsoft.Storage/locations/centraluseuap/asyncoperations/ca18e824-a7dc-4919-99b9-1a03a67d4eb3?monitor=true&api-version=2017-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9sb2NhdGlvbnMvY2VudHJhbHVzZXVhcC9hc3luY29wZXJhdGlvbnMvY2ExOGU4MjQtYTdkYy00OTE5LTk5YjktMWEwM2E2N2Q0ZWIzP21vbml0b3I9dHJ1ZSZhcGktdmVyc2lvbj0yMDE3LTEwLTAx", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/Microsoft.Storage/locations/centraluseuap/asyncoperations/c96a09a4-33f2-409b-b87d-329774ea90a0?monitor=true&api-version=2017-10-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9sb2NhdGlvbnMvY2VudHJhbHVzZXVhcC9hc3luY29wZXJhdGlvbnMvYzk2YTA5YTQtMzNmMi00MDliLWI4N2QtMzI5Nzc0ZWE5MGEwP21vbml0b3I9dHJ1ZSZhcGktdmVyc2lvbj0yMDE3LTEwLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Storage.Version2017.10.01.StorageManagementClient/1.3.0" + "Microsoft.Azure.Management.Storage.Version2017.10.01.StorageManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -567,7 +699,7 @@ "no-cache" ], "x-ms-request-id": [ - "fe56e6f3-af51-41de-8081-60ff1cab0f61" + "f30f74e6-89e6-4527-b4c3-de1880847cbe" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -576,22 +708,22 @@ "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11999" + "11987" ], "x-ms-correlation-request-id": [ - "8a9a6bc5-480f-45e0-9e3f-fff66b2b2737" + "d6e727e7-9661-44c7-a391-62d47d83d0a1" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T164650Z:8a9a6bc5-480f-45e0-9e3f-fff66b2b2737" + "WESTUS:20200623T090259Z:d6e727e7-9661-44c7-a391-62d47d83d0a1" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 16:46:49 GMT" + "Tue, 23 Jun 2020 09:02:58 GMT" ], "Content-Length": [ - "1012" + "1039" ], "Content-Type": [ "application/json" @@ -600,26 +732,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps7594/providers/Microsoft.Storage/storageAccounts/saps886\",\r\n \"name\": \"saps886\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"centraluseuap\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"virtualNetworkRules\": [],\r\n \"ipRules\": [],\r\n \"defaultAction\": \"Allow\"\r\n },\r\n \"supportsHttpsTrafficOnly\": false,\r\n \"encryption\": {\r\n \"services\": {\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2019-07-03T16:46:32.7945474Z\"\r\n },\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2019-07-03T16:46:32.7945474Z\"\r\n }\r\n },\r\n \"keySource\": \"Microsoft.Storage\"\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2019-07-03T16:46:32.7476744Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://saps886.blob.core.windows.net/\",\r\n \"queue\": \"https://saps886.queue.core.windows.net/\",\r\n \"table\": \"https://saps886.table.core.windows.net/\",\r\n \"file\": \"https://saps886.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"centraluseuap\",\r\n \"statusOfPrimary\": \"available\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"StorageV2\",\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps2896/providers/Microsoft.Storage/storageAccounts/saps9971\",\r\n \"name\": \"saps9971\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"centraluseuap\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"virtualNetworkRules\": [],\r\n \"ipRules\": [],\r\n \"defaultAction\": \"Allow\"\r\n },\r\n \"supportsHttpsTrafficOnly\": false,\r\n \"encryption\": {\r\n \"services\": {\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2020-06-23T09:02:42.0581475Z\"\r\n },\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2020-06-23T09:02:42.0581475Z\"\r\n }\r\n },\r\n \"keySource\": \"Microsoft.Storage\"\r\n },\r\n \"accessTier\": \"Hot\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2020-06-23T09:02:41.9956652Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://saps9971.blob.core.windows.net/\",\r\n \"queue\": \"https://saps9971.queue.core.windows.net/\",\r\n \"table\": \"https://saps9971.table.core.windows.net/\",\r\n \"file\": \"https://saps9971.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"centraluseuap\",\r\n \"statusOfPrimary\": \"available\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps7594/providers/Microsoft.Storage/storageAccounts/saps886?api-version=2017-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNzU5NC9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2Uvc3RvcmFnZUFjY291bnRzL3NhcHM4ODY/YXBpLXZlcnNpb249MjAxNy0xMC0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps2896/providers/Microsoft.Storage/storageAccounts/saps9971?api-version=2017-10-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzMjg5Ni9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2Uvc3RvcmFnZUFjY291bnRzL3NhcHM5OTcxP2FwaS12ZXJzaW9uPTIwMTctMTAtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "3b648c83-c439-4878-a387-0198c27b3f45" + "3acecd97-251c-4532-8712-a84fcae19ac0" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Storage.Version2017.10.01.StorageManagementClient/1.3.0" + "Microsoft.Azure.Management.Storage.Version2017.10.01.StorageManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -630,7 +762,7 @@ "no-cache" ], "x-ms-request-id": [ - "607e585f-4107-4ded-a78d-f9453e7c29cb" + "54f90ea2-648c-4f1d-a74b-a649b8f1c8d8" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -639,22 +771,22 @@ "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11998" + "11986" ], "x-ms-correlation-request-id": [ - "164f72aa-ca85-4403-b63e-03784636f961" + "9a760a59-a253-4f51-8f60-194a34da79cf" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T164650Z:164f72aa-ca85-4403-b63e-03784636f961" + "WESTUS:20200623T090259Z:9a760a59-a253-4f51-8f60-194a34da79cf" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 16:46:49 GMT" + "Tue, 23 Jun 2020 09:02:58 GMT" ], "Content-Length": [ - "1012" + "1039" ], "Content-Type": [ "application/json" @@ -663,26 +795,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps7594/providers/Microsoft.Storage/storageAccounts/saps886\",\r\n \"name\": \"saps886\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"centraluseuap\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"virtualNetworkRules\": [],\r\n \"ipRules\": [],\r\n \"defaultAction\": \"Allow\"\r\n },\r\n \"supportsHttpsTrafficOnly\": false,\r\n \"encryption\": {\r\n \"services\": {\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2019-07-03T16:46:32.7945474Z\"\r\n },\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2019-07-03T16:46:32.7945474Z\"\r\n }\r\n },\r\n \"keySource\": \"Microsoft.Storage\"\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2019-07-03T16:46:32.7476744Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://saps886.blob.core.windows.net/\",\r\n \"queue\": \"https://saps886.queue.core.windows.net/\",\r\n \"table\": \"https://saps886.table.core.windows.net/\",\r\n \"file\": \"https://saps886.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"centraluseuap\",\r\n \"statusOfPrimary\": \"available\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"StorageV2\",\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps2896/providers/Microsoft.Storage/storageAccounts/saps9971\",\r\n \"name\": \"saps9971\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"centraluseuap\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"virtualNetworkRules\": [],\r\n \"ipRules\": [],\r\n \"defaultAction\": \"Allow\"\r\n },\r\n \"supportsHttpsTrafficOnly\": false,\r\n \"encryption\": {\r\n \"services\": {\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2020-06-23T09:02:42.0581475Z\"\r\n },\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2020-06-23T09:02:42.0581475Z\"\r\n }\r\n },\r\n \"keySource\": \"Microsoft.Storage\"\r\n },\r\n \"accessTier\": \"Hot\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2020-06-23T09:02:41.9956652Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://saps9971.blob.core.windows.net/\",\r\n \"queue\": \"https://saps9971.queue.core.windows.net/\",\r\n \"table\": \"https://saps9971.table.core.windows.net/\",\r\n \"file\": \"https://saps9971.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"centraluseuap\",\r\n \"statusOfPrimary\": \"available\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps7594/providers/Microsoft.Storage/storageAccounts/saps886/listKeys?api-version=2017-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNzU5NC9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2Uvc3RvcmFnZUFjY291bnRzL3NhcHM4ODYvbGlzdEtleXM/YXBpLXZlcnNpb249MjAxNy0xMC0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps2896/providers/Microsoft.Storage/storageAccounts/saps9971/listKeys?api-version=2017-10-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzMjg5Ni9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2Uvc3RvcmFnZUFjY291bnRzL3NhcHM5OTcxL2xpc3RLZXlzP2FwaS12ZXJzaW9uPTIwMTctMTAtMDE=", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "48499c27-fdb2-4b1e-83d6-393d1a016a63" + "0f7dfa5a-4a29-4801-8e2f-2ac2d3729c59" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Storage.Version2017.10.01.StorageManagementClient/1.3.0" + "Microsoft.Azure.Management.Storage.Version2017.10.01.StorageManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -693,7 +825,7 @@ "no-cache" ], "x-ms-request-id": [ - "73fad177-0f91-4ebc-8899-dc8257b9ad2b" + "bbe6fae3-fcb4-46a6-a3be-076bbf3bec20" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -701,20 +833,20 @@ "Server": [ "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-writes": [ - "1199" + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "11999" ], "x-ms-correlation-request-id": [ - "b1e59dac-0cfd-44a4-b5e3-d81e5f2f7c1a" + "4a21091e-659e-4d69-bf82-b728b2f87cad" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T164650Z:b1e59dac-0cfd-44a4-b5e3-d81e5f2f7c1a" + "WESTUS:20200623T090259Z:4a21091e-659e-4d69-bf82-b728b2f87cad" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 16:46:49 GMT" + "Tue, 23 Jun 2020 09:02:58 GMT" ], "Content-Length": [ "288" @@ -726,26 +858,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"keys\": [\r\n {\r\n \"keyName\": \"key1\",\r\n \"value\": \"u9oG9K+Ur+dSMd2vww/H0c72e1+NEMtb6puLKSvcoQd6sNrHWo92l3d4tWX1SZLfOV8i9VCca/docmVEZUykWQ==\",\r\n \"permissions\": \"FULL\"\r\n },\r\n {\r\n \"keyName\": \"key2\",\r\n \"value\": \"u7BkHh2ZOeXtMI3sFz2zJA5i36CfL1EJkm/uQ51HVkg2RH5l6ooug+rWxT8XJv1gRL8ri8wgVS/dqIIi9XC5iQ==\",\r\n \"permissions\": \"FULL\"\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"keys\": [\r\n {\r\n \"keyName\": \"key1\",\r\n \"value\": \"uHJAo8BmqlJAERW9dbXp178uUJrney6zwfXn+fM7mPGlykdf4CgZ3D9cnOl4F6qysDIHGH623cXifyRDwoJm+g==\",\r\n \"permissions\": \"FULL\"\r\n },\r\n {\r\n \"keyName\": \"key2\",\r\n \"value\": \"rAZe0zxqLgK+yqOEhYkegMs5wucWRalDqtiV3+B6cL6H1YfT/m0Qqb19zhVHyVi6EzYd7LjPD1AyO3AnhVjJQA==\",\r\n \"permissions\": \"FULL\"\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/0483643a-cb2f-462a-bc27-1a270e5bdc0a/servicePrincipalsByAppId/9469b9f5-6722-4481-a2b2-14ed560b706f/objectId?api-version=1.6", - "EncodedRequestUri": "LzA0ODM2NDNhLWNiMmYtNDYyYS1iYzI3LTFhMjcwZTViZGMwYS9zZXJ2aWNlUHJpbmNpcGFsc0J5QXBwSWQvOTQ2OWI5ZjUtNjcyMi00NDgxLWEyYjItMTRlZDU2MGI3MDZmL29iamVjdElkP2FwaS12ZXJzaW9uPTEuNg==", + "RequestUri": "/6ad91d65-65ab-4e14-90f7-fe951035b7c9/servicePrincipalsByAppId/9469b9f5-6722-4481-a2b2-14ed560b706f/objectId?api-version=1.6", + "EncodedRequestUri": "LzZhZDkxZDY1LTY1YWItNGUxNC05MGY3LWZlOTUxMDM1YjdjOS9zZXJ2aWNlUHJpbmNpcGFsc0J5QXBwSWQvOTQ2OWI5ZjUtNjcyMi00NDgxLWEyYjItMTRlZDU2MGI3MDZmL29iamVjdElkP2FwaS12ZXJzaW9uPTEuNg==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "fe971dd8-f2c9-46c6-83b4-dca5d503344b" + "fae86ee1-f93c-411f-963c-4309bf9c2df6" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Graph.RBAC.Version1.6.20190326.GraphRbacManagementClient/1.3.0" + "Microsoft.Azure.Graph.RBAC.Version1.6.20190326.GraphRbacManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -756,19 +888,22 @@ "no-cache" ], "ocp-aad-diagnostics-server-name": [ - "NcWqSj/sn1Gs7WS77zsDP0PBWjCCvVzN+zmvny+nkzI=" + "bsfrAdDlyj7qIcTro246bqyYpLaAQbZcvFel6e/rl58=" ], "request-id": [ - "ac5e2ff1-e429-45cb-a688-589316ea08f1" + "f517157e-d0a5-4235-ad6f-87cce09d29b0" ], "client-request-id": [ - "fe971dd8-f2c9-46c6-83b4-dca5d503344b" + "fae86ee1-f93c-411f-963c-4309bf9c2df6" ], "x-ms-dirapi-data-contract-version": [ "1.6" ], "ocp-aad-session-key": [ - "uO9xRsw4bSJhivjfAKF8IsXPduhv6nNE31CcHlzyit64wl-VIsAn4plPN4BpGQRpFcgN9G5J8Y3KN_i-mcsPQe0NSEh3y8OvTWhO1EbOFEOfyZHb9_48BAgLxnHjE-RR.khfgr0C_AJWsUNxq_o8WxjLzqsL6jF_h89otUzR4kzI" + "s1Bvj7tS5mY_3wo5MRwsZBE2PNsSqsgqWOx2MiFRJWvMS-J_ssBmB573Kf50RdO-xcZvwtl02a16tn-upV4iarDQUyauCVkvKtGzDjY6AeqYWuU6rtrqgP05TAzRy3Vq.DvRKeWdht1d8rjl3RpT-T9uyPeWJu2gGn_H-zQeEl3E" + ], + "x-aad-resource-unit": [ + "1" ], "DataServiceVersion": [ "3.0;" @@ -786,10 +921,10 @@ "ASP.NET" ], "Duration": [ - "624804" + "298917" ], "Date": [ - "Wed, 03 Jul 2019 16:46:51 GMT" + "Tue, 23 Jun 2020 09:03:00 GMT" ], "Content-Type": [ "application/json; odata=minimalmetadata; streaming=true; charset=utf-8" @@ -801,26 +936,26 @@ "151" ] }, - "ResponseBody": "{\r\n \"odata.metadata\": \"https://graph.windows.net/0483643a-cb2f-462a-bc27-1a270e5bdc0a/$metadata#Edm.String\",\r\n \"value\": \"384dab06-7a70-4ecf-a04e-284602199124\"\r\n}", + "ResponseBody": "{\r\n \"odata.metadata\": \"https://graph.windows.net/6ad91d65-65ab-4e14-90f7-fe951035b7c9/$metadata#Edm.String\",\r\n \"value\": \"d8eca219-3055-4504-9a60-18c2d0b4c18c\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/0483643a-cb2f-462a-bc27-1a270e5bdc0a/servicePrincipals/384dab06-7a70-4ecf-a04e-284602199124?api-version=1.6", - "EncodedRequestUri": "LzA0ODM2NDNhLWNiMmYtNDYyYS1iYzI3LTFhMjcwZTViZGMwYS9zZXJ2aWNlUHJpbmNpcGFscy8zODRkYWIwNi03YTcwLTRlY2YtYTA0ZS0yODQ2MDIxOTkxMjQ/YXBpLXZlcnNpb249MS42", + "RequestUri": "/6ad91d65-65ab-4e14-90f7-fe951035b7c9/servicePrincipals/d8eca219-3055-4504-9a60-18c2d0b4c18c?api-version=1.6", + "EncodedRequestUri": "LzZhZDkxZDY1LTY1YWItNGUxNC05MGY3LWZlOTUxMDM1YjdjOS9zZXJ2aWNlUHJpbmNpcGFscy9kOGVjYTIxOS0zMDU1LTQ1MDQtOWE2MC0xOGMyZDBiNGMxOGM/YXBpLXZlcnNpb249MS42", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "4085d40d-55a4-4235-9ae2-9a405e12ea98" + "b8b28b3a-91dc-4579-bf99-3742cd43cbe3" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Graph.RBAC.Version1.6.20190326.GraphRbacManagementClient/1.3.0" + "Microsoft.Azure.Graph.RBAC.Version1.6.20190326.GraphRbacManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -831,19 +966,22 @@ "no-cache" ], "ocp-aad-diagnostics-server-name": [ - "CLBFhp12uVA5Nnh6MG2VC8aF6kYj6BwyK0Y6WAoeTzc=" + "bsfrAdDlyj7qIcTro246bqyYpLaAQbZcvFel6e/rl58=" ], "request-id": [ - "ff945142-0b9d-4350-9a80-d0a1348a8d36" + "557595a2-45dc-4054-924d-22629ab803f2" ], "client-request-id": [ - "4085d40d-55a4-4235-9ae2-9a405e12ea98" + "b8b28b3a-91dc-4579-bf99-3742cd43cbe3" ], "x-ms-dirapi-data-contract-version": [ "1.6" ], "ocp-aad-session-key": [ - "6DYlbvw13doVGflVvWaiG4ro1hJNdIdHiSGK0J79ShApKYNzkfQDsKnvjd8kdZJRC6I1tVA4AwVDj5nWru-jx5fd6n1uk7vf45lESPsYmfs52UwHqMEwrxWAbyRC3qHP.vLL4EWBwQAvckqRHQKZ7WA-ddBXo8h9OdgdbISpepdI" + "sAq5wooAiZIR2qat5OgXDrhw4Uml6GUgRerMAZU9Egoi8M7aXoCjxy7uS47SoxkkzOX6J14gJNs4vEp5X4Bx2r_EhY2E2Xief3jWFKmHgGOZFzk1I9Q5v5WTuFkHsUZX.iYX2vujfOmNLDd6A0EFn_4Tf3qrgFNFGOqduMYUgru0" + ], + "x-aad-resource-unit": [ + "1" ], "DataServiceVersion": [ "3.0;" @@ -861,10 +999,10 @@ "ASP.NET" ], "Duration": [ - "598545" + "308044" ], "Date": [ - "Wed, 03 Jul 2019 16:46:51 GMT" + "Tue, 23 Jun 2020 09:03:00 GMT" ], "Content-Type": [ "application/json; odata=minimalmetadata; streaming=true; charset=utf-8" @@ -876,7 +1014,7 @@ "1299" ] }, - "ResponseBody": "{\r\n \"odata.metadata\": \"https://graph.windows.net/0483643a-cb2f-462a-bc27-1a270e5bdc0a/$metadata#directoryObjects/@Element\",\r\n \"odata.type\": \"Microsoft.DirectoryServices.ServicePrincipal\",\r\n \"objectType\": \"ServicePrincipal\",\r\n \"objectId\": \"384dab06-7a70-4ecf-a04e-284602199124\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"addIns\": [],\r\n \"alternativeNames\": [],\r\n \"appDisplayName\": \"Microsoft.StorageSync\",\r\n \"appId\": \"9469b9f5-6722-4481-a2b2-14ed560b706f\",\r\n \"applicationTemplateId\": null,\r\n \"appOwnerTenantId\": \"f8cdef31-a31e-4b4a-93e4-5f571e91255a\",\r\n \"appRoleAssignmentRequired\": false,\r\n \"appRoles\": [],\r\n \"displayName\": \"Microsoft.StorageSync\",\r\n \"errorUrl\": null,\r\n \"homepage\": null,\r\n \"informationalUrls\": {\r\n \"termsOfService\": null,\r\n \"support\": null,\r\n \"privacy\": null,\r\n \"marketing\": null\r\n },\r\n \"keyCredentials\": [],\r\n \"logoutUrl\": null,\r\n \"notificationEmailAddresses\": [],\r\n \"oauth2Permissions\": [],\r\n \"passwordCredentials\": [],\r\n \"preferredSingleSignOnMode\": null,\r\n \"preferredTokenSigningKeyEndDateTime\": null,\r\n \"preferredTokenSigningKeyThumbprint\": null,\r\n \"publisherName\": \"Microsoft Services\",\r\n \"replyUrls\": [\r\n \"https://0c38d04b-cf53-496f-aa30-9751eaf67399/redir\"\r\n ],\r\n \"samlMetadataUrl\": null,\r\n \"samlSingleSignOnSettings\": null,\r\n \"servicePrincipalNames\": [\r\n \"9469b9f5-6722-4481-a2b2-14ed560b706f\"\r\n ],\r\n \"servicePrincipalType\": \"Application\",\r\n \"signInAudience\": \"AzureADMultipleOrgs\",\r\n \"tags\": [],\r\n \"tokenEncryptionKeyId\": null\r\n}", + "ResponseBody": "{\r\n \"odata.metadata\": \"https://graph.windows.net/6ad91d65-65ab-4e14-90f7-fe951035b7c9/$metadata#directoryObjects/@Element\",\r\n \"odata.type\": \"Microsoft.DirectoryServices.ServicePrincipal\",\r\n \"objectType\": \"ServicePrincipal\",\r\n \"objectId\": \"d8eca219-3055-4504-9a60-18c2d0b4c18c\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"addIns\": [],\r\n \"alternativeNames\": [],\r\n \"appDisplayName\": \"Microsoft.StorageSync\",\r\n \"appId\": \"9469b9f5-6722-4481-a2b2-14ed560b706f\",\r\n \"applicationTemplateId\": null,\r\n \"appOwnerTenantId\": \"f8cdef31-a31e-4b4a-93e4-5f571e91255a\",\r\n \"appRoleAssignmentRequired\": false,\r\n \"appRoles\": [],\r\n \"displayName\": \"Microsoft.StorageSync\",\r\n \"errorUrl\": null,\r\n \"homepage\": null,\r\n \"informationalUrls\": {\r\n \"termsOfService\": null,\r\n \"support\": null,\r\n \"privacy\": null,\r\n \"marketing\": null\r\n },\r\n \"keyCredentials\": [],\r\n \"logoutUrl\": null,\r\n \"notificationEmailAddresses\": [],\r\n \"oauth2Permissions\": [],\r\n \"passwordCredentials\": [],\r\n \"preferredSingleSignOnMode\": null,\r\n \"preferredTokenSigningKeyEndDateTime\": null,\r\n \"preferredTokenSigningKeyThumbprint\": null,\r\n \"publisherName\": \"Microsoft Services\",\r\n \"replyUrls\": [\r\n \"https://0c38d04b-cf53-496f-aa30-9751eaf67399/redir\"\r\n ],\r\n \"samlMetadataUrl\": null,\r\n \"samlSingleSignOnSettings\": null,\r\n \"servicePrincipalNames\": [\r\n \"9469b9f5-6722-4481-a2b2-14ed560b706f\"\r\n ],\r\n \"servicePrincipalType\": \"Application\",\r\n \"signInAudience\": \"AzureADMultipleOrgs\",\r\n \"tags\": [],\r\n \"tokenEncryptionKeyId\": null\r\n}", "StatusCode": 200 }, { @@ -886,16 +1024,16 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "80563825-31d6-4caf-b6d6-697e1d64c4e1" + "eeb240f2-2a2e-47b1-8131-1b928f5dc7fd" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Authorization.Version2015.07.01.AuthorizationManagementClient/1.3.0" + "Microsoft.Azure.Management.Authorization.Version2015.07.01.AuthorizationManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -905,11 +1043,8 @@ "Pragma": [ "no-cache" ], - "x-ms-request-charge": [ - "1" - ], "x-ms-request-id": [ - "9bb132fe-0c77-4af5-bd41-69e324c3f013" + "3884813a-6f1c-4360-8141-901a8fea654f" ], "X-Content-Type-Options": [ "nosniff" @@ -918,19 +1053,19 @@ "max-age=31536000; includeSubDomains" ], "Set-Cookie": [ - "x-ms-gateway-slice=Production; path=/; secure; HttpOnly" + "x-ms-gateway-slice=Production; path=/; SameSite=None; secure; HttpOnly" ], "x-ms-ratelimit-remaining-tenant-reads": [ - "11997" + "11998" ], "x-ms-correlation-request-id": [ - "ebfbb883-13d9-4cc0-ba46-b87ff47d54a2" + "f18625da-dcbf-4ead-83af-787f3081b601" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T164651Z:ebfbb883-13d9-4cc0-ba46-b87ff47d54a2" + "WESTUS:20200623T090300Z:f18625da-dcbf-4ead-83af-787f3081b601" ], "Date": [ - "Wed, 03 Jul 2019 16:46:50 GMT" + "Tue, 23 Jun 2020 09:03:00 GMT" ], "Content-Length": [ "841" @@ -946,22 +1081,22 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourcegroups/ps7594/providers/Microsoft.Storage///storageAccounts/saps886/providers/Microsoft.Authorization/roleAssignments?$filter=assignedTo('384dab06-7a70-4ecf-a04e-284602199124')&api-version=2015-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlZ3JvdXBzL3BzNzU5NC9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2UvLy9zdG9yYWdlQWNjb3VudHMvc2Fwczg4Ni9wcm92aWRlcnMvTWljcm9zb2Z0LkF1dGhvcml6YXRpb24vcm9sZUFzc2lnbm1lbnRzPyRmaWx0ZXI9YXNzaWduZWRUbygnMzg0ZGFiMDYtN2E3MC00ZWNmLWEwNGUtMjg0NjAyMTk5MTI0JykmYXBpLXZlcnNpb249MjAxNS0wNy0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourcegroups/ps2896/providers/Microsoft.Storage///storageAccounts/saps9971/providers/Microsoft.Authorization/roleAssignments?$filter=assignedTo('d8eca219-3055-4504-9a60-18c2d0b4c18c')&api-version=2015-07-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlZ3JvdXBzL3BzMjg5Ni9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2UvLy9zdG9yYWdlQWNjb3VudHMvc2Fwczk5NzEvcHJvdmlkZXJzL01pY3Jvc29mdC5BdXRob3JpemF0aW9uL3JvbGVBc3NpZ25tZW50cz8kZmlsdGVyPWFzc2lnbmVkVG8oJ2Q4ZWNhMjE5LTMwNTUtNDUwNC05YTYwLTE4YzJkMGI0YzE4YycpJmFwaS12ZXJzaW9uPTIwMTUtMDctMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "0fd72b49-55c7-4435-b59c-a624df9e1be4" + "1c08226b-3b06-4e1b-9b1f-d3f7f36a41dd" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Authorization.Version2015.07.01.AuthorizationManagementClient/1.3.0" + "Microsoft.Azure.Management.Authorization.Version2015.07.01.AuthorizationManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -971,11 +1106,8 @@ "Pragma": [ "no-cache" ], - "x-ms-request-charge": [ - "1" - ], "x-ms-request-id": [ - "e83024de-4891-4bb4-98b9-1a257c0594cb" + "c206ac28-02b1-4932-bcd3-36762d801d28" ], "X-Content-Type-Options": [ "nosniff" @@ -984,22 +1116,22 @@ "max-age=31536000; includeSubDomains" ], "Set-Cookie": [ - "x-ms-gateway-slice=Production; path=/; secure; HttpOnly" + "x-ms-gateway-slice=Production; path=/; secure; HttpOnly; SameSite=None" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11997" ], "x-ms-correlation-request-id": [ - "13131f20-59ea-445d-86a7-1d7599d2f22f" + "ee7e36dc-4e2c-4726-b2ce-37e045a54a71" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T164652Z:13131f20-59ea-445d-86a7-1d7599d2f22f" + "WESTUS:20200623T090300Z:ee7e36dc-4e2c-4726-b2ce-37e045a54a71" ], "Date": [ - "Wed, 03 Jul 2019 16:46:51 GMT" + "Tue, 23 Jun 2020 09:03:00 GMT" ], "Content-Length": [ - "12" + "732" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1008,104 +1140,32 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": []\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"properties\": {\r\n \"roleDefinitionId\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c\",\r\n \"principalId\": \"d8eca219-3055-4504-9a60-18c2d0b4c18c\",\r\n \"scope\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b\",\r\n \"createdOn\": \"2020-05-23T18:29:54.9647107Z\",\r\n \"updatedOn\": \"2020-05-23T18:29:54.9647107Z\",\r\n \"createdBy\": \"a8656ec6-d7a4-4e38-bf78-58d74e3ed751\",\r\n \"updatedBy\": \"a8656ec6-d7a4-4e38-bf78-58d74e3ed751\"\r\n },\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/Microsoft.Authorization/roleAssignments/dc60f792-d409-4e1d-8fe5-192d121c26e9\",\r\n \"type\": \"Microsoft.Authorization/roleAssignments\",\r\n \"name\": \"dc60f792-d409-4e1d-8fe5-192d121c26e9\"\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "//subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps7594/providers/Microsoft.Storage/storageAccounts/saps886/providers/Microsoft.Authorization/roleAssignments/a3d183c2-c134-4c2d-92d8-078526c26278?api-version=2015-07-01", - "EncodedRequestUri": "Ly9zdWJzY3JpcHRpb25zLzdiOTZjYjAyLTQ2NjMtNDBmNC05YTg5LTYwM2QzODQ5ZTQ2YS9yZXNvdXJjZUdyb3Vwcy9wczc1OTQvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9zYXBzODg2L3Byb3ZpZGVycy9NaWNyb3NvZnQuQXV0aG9yaXphdGlvbi9yb2xlQXNzaWdubWVudHMvYTNkMTgzYzItYzEzNC00YzJkLTkyZDgtMDc4NTI2YzI2Mjc4P2FwaS12ZXJzaW9uPTIwMTUtMDctMDE=", - "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"roleDefinitionId\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/providers/Microsoft.Authorization/roleDefinitions/c12c1c16-33a1-487b-954d-41c89c60f349\",\r\n \"principalId\": \"384dab06-7a70-4ecf-a04e-284602199124\"\r\n }\r\n}", - "RequestHeaders": { - "x-ms-client-request-id": [ - "a8567aa7-e2a3-433e-a753-0d4b4cae5f11" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.27617.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Authorization.Version2015.07.01.AuthorizationManagementClient/1.3.0" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Content-Length": [ - "254" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-request-charge": [ - "2" - ], - "x-ms-request-id": [ - "7b3636ba-0066-4a0c-a77a-43942dedf73a" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Set-Cookie": [ - "x-ms-gateway-slice=Production; path=/; secure; HttpOnly" - ], - "x-ms-ratelimit-remaining-subscription-writes": [ - "1198" - ], - "x-ms-correlation-request-id": [ - "8d6034c2-05d8-48d2-819f-ed1710c663c9" - ], - "x-ms-routing-request-id": [ - "WESTUS:20190703T164653Z:8d6034c2-05d8-48d2-819f-ed1710c663c9" - ], - "Date": [ - "Wed, 03 Jul 2019 16:46:53 GMT" - ], - "Content-Length": [ - "834" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"roleDefinitionId\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/providers/Microsoft.Authorization/roleDefinitions/c12c1c16-33a1-487b-954d-41c89c60f349\",\r\n \"principalId\": \"384dab06-7a70-4ecf-a04e-284602199124\",\r\n \"scope\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps7594/providers/Microsoft.Storage/storageAccounts/saps886\",\r\n \"createdOn\": \"2019-07-03T16:46:52.1764421Z\",\r\n \"updatedOn\": \"2019-07-03T16:46:52.1764421Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": \"8d1a2f63-15c2-4fe8-a804-213ecbaf4403\"\r\n },\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps7594/providers/Microsoft.Storage/storageAccounts/saps886/providers/Microsoft.Authorization/roleAssignments/a3d183c2-c134-4c2d-92d8-078526c26278\",\r\n \"type\": \"Microsoft.Authorization/roleAssignments\",\r\n \"name\": \"a3d183c2-c134-4c2d-92d8-078526c26278\"\r\n}", - "StatusCode": 201 - }, - { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps7594/providers/Microsoft.StorageSync/storageSyncServices/sssps2135/syncGroups/sgps6740/cloudEndpoints/cepps907?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNzU5NC9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMyMTM1L3N5bmNHcm91cHMvc2dwczY3NDAvY2xvdWRFbmRwb2ludHMvY2VwcHM5MDc/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps2896/providers/Microsoft.StorageSync/storageSyncServices/sssps4494/syncGroups/sgps988/cloudEndpoints/cepps6526?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzMjg5Ni9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM0NDk0L3N5bmNHcm91cHMvc2dwczk4OC9jbG91ZEVuZHBvaW50cy9jZXBwczY1MjY/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"storageAccountResourceId\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps7594/providers/Microsoft.Storage/storageAccounts/saps886\",\r\n \"azureFileShareName\": \"testfs\",\r\n \"storageAccountTenantId\": \"0483643a-cb2f-462a-bc27-1a270e5bdc0a\"\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"storageAccountResourceId\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps2896/providers/Microsoft.Storage/storageAccounts/saps9971\",\r\n \"azureFileShareName\": \"testfs\",\r\n \"storageAccountTenantId\": \"6ad91d65-65ab-4e14-90f7-fe951035b7c9\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "ffa62fd5-8dc7-449f-8146-ecc78d64cedf" + "6026fc22-5cdf-4af5-809a-e040a48bde9f" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "297" + "298" ] }, "ResponseHeaders": { @@ -1116,16 +1176,16 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps7594/providers/microsoft.storagesync/storageSyncServices/sssps2135/workflows/9fba27b5-4cb6-41a9-9e28-5df6b91b58c6/operationresults/c4bf42f2-e978-426d-9587-c2949f7c3156?api-version=2019-03-01" + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6ImRkMjQ0ZTc5LTJlZjMtNGYyYy05NGJjLTcxM2M2NmM5NmU0MCIsIndvcmtmbG93SWQiOiJkZWE1YjQ1MS00Njc4LTQ2YzYtOWViOC01NTdmOGM3YmJkNDQiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiMGNiZmVkMDUtNTFmMS00OTNiLWJjM2QtM2FmYjdiMThhNGY5In0=?api-version=2020-03-01" ], "Retry-After": [ "10" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps7594/providers/microsoft.storagesync/storageSyncServices/sssps2135/workflows/9fba27b5-4cb6-41a9-9e28-5df6b91b58c6/operations/c4bf42f2-e978-426d-9587-c2949f7c3156?api-version=2019-03-01" + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6ImRkMjQ0ZTc5LTJlZjMtNGYyYy05NGJjLTcxM2M2NmM5NmU0MCIsIndvcmtmbG93SWQiOiJkZWE1YjQ1MS00Njc4LTQ2YzYtOWViOC01NTdmOGM3YmJkNDQiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiMGNiZmVkMDUtNTFmMS00OTNiLWJjM2QtM2FmYjdiMThhNGY5In0=?api-version=2020-03-01" ], "x-ms-request-id": [ - "2f530dd5-240d-4fa1-83ad-19c261bcfc12" + "a58ff937-3d40-46dc-b7b6-c68f61dd240b" ], "X-Content-Type-Options": [ "nosniff" @@ -1143,16 +1203,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1197" + "1199" ], "x-ms-correlation-request-id": [ - "5a04142e-2513-46d3-beeb-8e3183396a98" + "5c83ff1d-9158-4cc1-9dc4-5ba8b77858ca" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T164734Z:5a04142e-2513-46d3-beeb-8e3183396a98" + "WESTUS:20200623T090302Z:5c83ff1d-9158-4cc1-9dc4-5ba8b77858ca" ], "Date": [ - "Wed, 03 Jul 2019 16:47:34 GMT" + "Tue, 23 Jun 2020 09:03:01 GMT" ], "Expires": [ "-1" @@ -1165,16 +1225,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps7594/providers/microsoft.storagesync/storageSyncServices/sssps2135/workflows/9fba27b5-4cb6-41a9-9e28-5df6b91b58c6/operations/c4bf42f2-e978-426d-9587-c2949f7c3156?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNzU5NC9wcm92aWRlcnMvbWljcm9zb2Z0LnN0b3JhZ2VzeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMyMTM1L3dvcmtmbG93cy85ZmJhMjdiNS00Y2I2LTQxYTktOWUyOC01ZGY2YjkxYjU4YzYvb3BlcmF0aW9ucy9jNGJmNDJmMi1lOTc4LTQyNmQtOTU4Ny1jMjk0OWY3YzMxNTY/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6ImRkMjQ0ZTc5LTJlZjMtNGYyYy05NGJjLTcxM2M2NmM5NmU0MCIsIndvcmtmbG93SWQiOiJkZWE1YjQ1MS00Njc4LTQ2YzYtOWViOC01NTdmOGM3YmJkNDQiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiMGNiZmVkMDUtNTFmMS00OTNiLWJjM2QtM2FmYjdiMThhNGY5In0=?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvbG9jYXRpb25zL2NlbnRyYWx1c2V1YXAvb3BlcmF0aW9ucy9leUp3WVhKMGFYUnBiMjVKWkNJNkltUmtNalEwWlRjNUxUSmxaak10TkdZeVl5MDVOR0pqTFRjeE0yTTJObU01Tm1VME1DSXNJbmR2Y210bWJHOTNTV1FpT2lKa1pXRTFZalExTVMwME5qYzRMVFEyWXpZdE9XVmlPQzAxTlRkbU9HTTNZbUprTkRRaUxDSjNiM0pyWm14dmQwOXdaWEpoZEdsdmJrbGtJam9pTUdOaVptVmtNRFV0TlRGbU1TMDBPVE5pTFdKak0yUXRNMkZtWWpkaU1UaGhOR1k1SW4wPT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -1185,7 +1245,7 @@ "no-cache" ], "x-ms-request-id": [ - "7b802299-304c-4854-b483-93a2742f2e26" + "b795a63b-6825-42f3-8fbd-715ab523b126" ], "X-Content-Type-Options": [ "nosniff" @@ -1206,38 +1266,38 @@ "11996" ], "x-ms-correlation-request-id": [ - "f9583318-af7c-4b94-a31d-2b86750ab0c3" + "85dc048d-03d3-47bb-a5f5-07d11ed800a0" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T164745Z:f9583318-af7c-4b94-a31d-2b86750ab0c3" + "WESTUS:20200623T090312Z:85dc048d-03d3-47bb-a5f5-07d11ed800a0" ], "Date": [ - "Wed, 03 Jul 2019 16:47:45 GMT" + "Tue, 23 Jun 2020 09:03:11 GMT" ], "Content-Length": [ - "451" + "744" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps7594/providers/microsoft.storagesync/storageSyncServices/sssps2135/workflow/9fba27b5-4cb6-41a9-9e28-5df6b91b58c6/operationresults/c4bf42f2-e978-426d-9587-c2949f7c3156\",\r\n \"name\": \"c4bf42f2-e978-426d-9587-c2949f7c3156\",\r\n \"status\": \"validateInput\",\r\n \"startTime\": \"2019-07-03T16:47:35.1771739Z\",\r\n \"endTime\": \"2019-07-03T16:47:38.2871869Z\",\r\n \"percentComplete\": null,\r\n \"error\": null,\r\n \"properties\": {}\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6ImRkMjQ0ZTc5LTJlZjMtNGYyYy05NGJjLTcxM2M2NmM5NmU0MCIsIndvcmtmbG93SWQiOiJkZWE1YjQ1MS00Njc4LTQ2YzYtOWViOC01NTdmOGM3YmJkNDQiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiMGNiZmVkMDUtNTFmMS00OTNiLWJjM2QtM2FmYjdiMThhNGY5In0=\",\r\n \"name\": \"eyJwYXJ0aXRpb25JZCI6ImRkMjQ0ZTc5LTJlZjMtNGYyYy05NGJjLTcxM2M2NmM5NmU0MCIsIndvcmtmbG93SWQiOiJkZWE1YjQ1MS00Njc4LTQ2YzYtOWViOC01NTdmOGM3YmJkNDQiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiMGNiZmVkMDUtNTFmMS00OTNiLWJjM2QtM2FmYjdiMThhNGY5In0=\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2020-06-23T09:03:01.9639387Z\",\r\n \"endTime\": \"2020-06-23T09:03:08.375314Z\",\r\n \"properties\": {}\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps7594/providers/microsoft.storagesync/storageSyncServices/sssps2135/workflows/9fba27b5-4cb6-41a9-9e28-5df6b91b58c6/operations/c4bf42f2-e978-426d-9587-c2949f7c3156?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNzU5NC9wcm92aWRlcnMvbWljcm9zb2Z0LnN0b3JhZ2VzeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMyMTM1L3dvcmtmbG93cy85ZmJhMjdiNS00Y2I2LTQxYTktOWUyOC01ZGY2YjkxYjU4YzYvb3BlcmF0aW9ucy9jNGJmNDJmMi1lOTc4LTQyNmQtOTU4Ny1jMjk0OWY3YzMxNTY/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps2896/providers/Microsoft.StorageSync/storageSyncServices/sssps4494/syncGroups/sgps988/cloudEndpoints/cepps6526?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzMjg5Ni9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM0NDk0L3N5bmNHcm91cHMvc2dwczk4OC9jbG91ZEVuZHBvaW50cy9jZXBwczY1MjY/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -1248,7 +1308,7 @@ "no-cache" ], "x-ms-request-id": [ - "9ac17fd8-1192-4af3-9dd8-4dca6c9b2b13" + "6ca311e4-38b9-4671-ad95-6856bdae2c43" ], "X-Content-Type-Options": [ "nosniff" @@ -1269,38 +1329,44 @@ "11995" ], "x-ms-correlation-request-id": [ - "9aea5068-5437-4fb3-a581-999c14edc72a" + "6b6bfe1f-6e7e-49d4-855f-403b93652c2e" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T164755Z:9aea5068-5437-4fb3-a581-999c14edc72a" + "WESTUS:20200623T090312Z:6b6bfe1f-6e7e-49d4-855f-403b93652c2e" ], "Date": [ - "Wed, 03 Jul 2019 16:47:55 GMT" + "Tue, 23 Jun 2020 09:03:12 GMT" ], "Content-Length": [ - "451" + "1026" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps7594/providers/microsoft.storagesync/storageSyncServices/sssps2135/workflow/9fba27b5-4cb6-41a9-9e28-5df6b91b58c6/operationresults/c4bf42f2-e978-426d-9587-c2949f7c3156\",\r\n \"name\": \"c4bf42f2-e978-426d-9587-c2949f7c3156\",\r\n \"status\": \"validateInput\",\r\n \"startTime\": \"2019-07-03T16:47:35.1771739Z\",\r\n \"endTime\": \"2019-07-03T16:47:38.2871869Z\",\r\n \"percentComplete\": null,\r\n \"error\": null,\r\n \"properties\": {}\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"storageAccountResourceId\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps2896/providers/Microsoft.Storage/storageAccounts/saps9971\",\r\n \"azureFileShareName\": \"testfs\",\r\n \"storageAccountTenantId\": \"6ad91d65-65ab-4e14-90f7-fe951035b7c9\",\r\n \"partnershipId\": \"1|U0VSVkVSQVNTWU5DQ0xJRU5USEZTVjJ8MEQ3NUM5QjUtNjA1My00MzY0LTg4OUQtOUQ3MTREQTlCRUZDfEdFTkVSSUN8QjcyMDQ4OTItREFEMC00RjlBLUIxNUUtMzU5Q0FGQTczOTBD\",\r\n \"friendlyName\": \"testfs\",\r\n \"backupEnabled\": \"false\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"lastWorkflowId\": \"storageSyncServices/sssps4494/workflows/dea5b451-4678-46c6-9eb8-557f8c7bbd44\",\r\n \"lastOperationName\": \"ICreateCloudEndpointWorkflow\"\r\n },\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps2896/providers/microsoft.storagesync/storageSyncServices/sssps4494/syncGroups/sgps988/cloudEndpoints/cepps6526\",\r\n \"name\": \"cepps6526\",\r\n \"type\": \"microsoft.storagesync/storageSyncServices/syncGroups/cloudEndpoints\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps7594/providers/microsoft.storagesync/storageSyncServices/sssps2135/workflows/9fba27b5-4cb6-41a9-9e28-5df6b91b58c6/operations/c4bf42f2-e978-426d-9587-c2949f7c3156?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNzU5NC9wcm92aWRlcnMvbWljcm9zb2Z0LnN0b3JhZ2VzeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMyMTM1L3dvcmtmbG93cy85ZmJhMjdiNS00Y2I2LTQxYTktOWUyOC01ZGY2YjkxYjU4YzYvb3BlcmF0aW9ucy9jNGJmNDJmMi1lOTc4LTQyNmQtOTU4Ny1jMjk0OWY3YzMxNTY/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", - "RequestMethod": "GET", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps2896/providers/Microsoft.StorageSync/storageSyncServices/sssps4494/syncGroups/sgps988/cloudEndpoints/cepps6526?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzMjg5Ni9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM0NDk0L3N5bmNHcm91cHMvc2dwczk4OC9jbG91ZEVuZHBvaW50cy9jZXBwczY1MjY/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", + "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { + "x-ms-client-request-id": [ + "7e7257cf-77ff-4ed9-90dc-4b490049f7cb" + ], + "Accept-Language": [ + "en-US" + ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -1310,8 +1376,17 @@ "Pragma": [ "no-cache" ], + "Location": [ + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6ImRkMjQ0ZTc5LTJlZjMtNGYyYy05NGJjLTcxM2M2NmM5NmU0MCIsIndvcmtmbG93SWQiOiIyNWU3YjIyOC1kZTE4LTQyMDgtOTA2ZS1lN2JmNTQ3ODBjMGMiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiZDQ3YTNmYjktM2NhNy00YTkxLWIzMWYtOTM0MTFkYjg4NDhmIn0=?api-version=2020-03-01" + ], + "Retry-After": [ + "10" + ], + "Azure-AsyncOperation": [ + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6ImRkMjQ0ZTc5LTJlZjMtNGYyYy05NGJjLTcxM2M2NmM5NmU0MCIsIndvcmtmbG93SWQiOiIyNWU3YjIyOC1kZTE4LTQyMDgtOTA2ZS1lN2JmNTQ3ODBjMGMiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiZDQ3YTNmYjktM2NhNy00YTkxLWIzMWYtOTM0MTFkYjg4NDhmIn0=?api-version=2020-03-01" + ], "x-ms-request-id": [ - "dc5f47e4-b5ce-4052-9e44-1cb9dc7e4edf" + "886b1841-f494-4bd0-9dac-08132747bce7" ], "X-Content-Type-Options": [ "nosniff" @@ -1328,42 +1403,39 @@ "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11994" + "x-ms-ratelimit-remaining-subscription-deletes": [ + "14999" ], "x-ms-correlation-request-id": [ - "bea5a2f0-88f0-42aa-b805-8af732af8d84" + "47996cab-993a-4e51-84ca-bcfe76430e13" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T164806Z:bea5a2f0-88f0-42aa-b805-8af732af8d84" + "WESTUS:20200623T090312Z:47996cab-993a-4e51-84ca-bcfe76430e13" ], "Date": [ - "Wed, 03 Jul 2019 16:48:05 GMT" - ], - "Content-Length": [ - "451" - ], - "Content-Type": [ - "application/json; charset=utf-8" + "Tue, 23 Jun 2020 09:03:12 GMT" ], "Expires": [ "-1" + ], + "Content-Length": [ + "0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps7594/providers/microsoft.storagesync/storageSyncServices/sssps2135/workflow/9fba27b5-4cb6-41a9-9e28-5df6b91b58c6/operationresults/c4bf42f2-e978-426d-9587-c2949f7c3156\",\r\n \"name\": \"c4bf42f2-e978-426d-9587-c2949f7c3156\",\r\n \"status\": \"validateInput\",\r\n \"startTime\": \"2019-07-03T16:47:35.1771739Z\",\r\n \"endTime\": \"2019-07-03T16:47:38.2871869Z\",\r\n \"percentComplete\": null,\r\n \"error\": null,\r\n \"properties\": {}\r\n}", - "StatusCode": 200 + "ResponseBody": "", + "StatusCode": 202 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps7594/providers/microsoft.storagesync/storageSyncServices/sssps2135/workflows/9fba27b5-4cb6-41a9-9e28-5df6b91b58c6/operations/c4bf42f2-e978-426d-9587-c2949f7c3156?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNzU5NC9wcm92aWRlcnMvbWljcm9zb2Z0LnN0b3JhZ2VzeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMyMTM1L3dvcmtmbG93cy85ZmJhMjdiNS00Y2I2LTQxYTktOWUyOC01ZGY2YjkxYjU4YzYvb3BlcmF0aW9ucy9jNGJmNDJmMi1lOTc4LTQyNmQtOTU4Ny1jMjk0OWY3YzMxNTY/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6ImRkMjQ0ZTc5LTJlZjMtNGYyYy05NGJjLTcxM2M2NmM5NmU0MCIsIndvcmtmbG93SWQiOiIyNWU3YjIyOC1kZTE4LTQyMDgtOTA2ZS1lN2JmNTQ3ODBjMGMiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiZDQ3YTNmYjktM2NhNy00YTkxLWIzMWYtOTM0MTFkYjg4NDhmIn0=?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvbG9jYXRpb25zL2NlbnRyYWx1c2V1YXAvb3BlcmF0aW9ucy9leUp3WVhKMGFYUnBiMjVKWkNJNkltUmtNalEwWlRjNUxUSmxaak10TkdZeVl5MDVOR0pqTFRjeE0yTTJObU01Tm1VME1DSXNJbmR2Y210bWJHOTNTV1FpT2lJeU5XVTNZakl5T0Mxa1pURTRMVFF5TURndE9UQTJaUzFsTjJKbU5UUTNPREJqTUdNaUxDSjNiM0pyWm14dmQwOXdaWEpoZEdsdmJrbGtJam9pWkRRM1lUTm1Zamt0TTJOaE55MDBZVGt4TFdJek1XWXRPVE0wTVRGa1lqZzRORGhtSW4wPT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -1374,7 +1446,7 @@ "no-cache" ], "x-ms-request-id": [ - "1bf10105-d270-40ca-ac01-456017dc07be" + "ec297894-8d68-4990-97d6-edfab04e7053" ], "X-Content-Type-Options": [ "nosniff" @@ -1392,41 +1464,41 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11993" + "11994" ], "x-ms-correlation-request-id": [ - "d2e64542-8773-4d70-aea9-b99fd9316437" + "6e81c9d0-f584-4474-aacc-d94a1fcbd9e9" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T164817Z:d2e64542-8773-4d70-aea9-b99fd9316437" + "WESTUS:20200623T090323Z:6e81c9d0-f584-4474-aacc-d94a1fcbd9e9" ], "Date": [ - "Wed, 03 Jul 2019 16:48:16 GMT" + "Tue, 23 Jun 2020 09:03:22 GMT" ], "Content-Length": [ - "451" + "744" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps7594/providers/microsoft.storagesync/storageSyncServices/sssps2135/workflow/9fba27b5-4cb6-41a9-9e28-5df6b91b58c6/operationresults/c4bf42f2-e978-426d-9587-c2949f7c3156\",\r\n \"name\": \"c4bf42f2-e978-426d-9587-c2949f7c3156\",\r\n \"status\": \"validateInput\",\r\n \"startTime\": \"2019-07-03T16:47:35.1771739Z\",\r\n \"endTime\": \"2019-07-03T16:47:38.2871869Z\",\r\n \"percentComplete\": null,\r\n \"error\": null,\r\n \"properties\": {}\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6ImRkMjQ0ZTc5LTJlZjMtNGYyYy05NGJjLTcxM2M2NmM5NmU0MCIsIndvcmtmbG93SWQiOiIyNWU3YjIyOC1kZTE4LTQyMDgtOTA2ZS1lN2JmNTQ3ODBjMGMiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiZDQ3YTNmYjktM2NhNy00YTkxLWIzMWYtOTM0MTFkYjg4NDhmIn0=\",\r\n \"name\": \"eyJwYXJ0aXRpb25JZCI6ImRkMjQ0ZTc5LTJlZjMtNGYyYy05NGJjLTcxM2M2NmM5NmU0MCIsIndvcmtmbG93SWQiOiIyNWU3YjIyOC1kZTE4LTQyMDgtOTA2ZS1lN2JmNTQ3ODBjMGMiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiZDQ3YTNmYjktM2NhNy00YTkxLWIzMWYtOTM0MTFkYjg4NDhmIn0=\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2020-06-23T09:03:14.567917Z\",\r\n \"endTime\": \"2020-06-23T09:03:18.6186604Z\",\r\n \"properties\": {}\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps7594/providers/microsoft.storagesync/storageSyncServices/sssps2135/workflows/9fba27b5-4cb6-41a9-9e28-5df6b91b58c6/operations/c4bf42f2-e978-426d-9587-c2949f7c3156?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNzU5NC9wcm92aWRlcnMvbWljcm9zb2Z0LnN0b3JhZ2VzeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMyMTM1L3dvcmtmbG93cy85ZmJhMjdiNS00Y2I2LTQxYTktOWUyOC01ZGY2YjkxYjU4YzYvb3BlcmF0aW9ucy9jNGJmNDJmMi1lOTc4LTQyNmQtOTU4Ny1jMjk0OWY3YzMxNTY/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6ImRkMjQ0ZTc5LTJlZjMtNGYyYy05NGJjLTcxM2M2NmM5NmU0MCIsIndvcmtmbG93SWQiOiIyNWU3YjIyOC1kZTE4LTQyMDgtOTA2ZS1lN2JmNTQ3ODBjMGMiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiZDQ3YTNmYjktM2NhNy00YTkxLWIzMWYtOTM0MTFkYjg4NDhmIn0=?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvbG9jYXRpb25zL2NlbnRyYWx1c2V1YXAvb3BlcmF0aW9ucmVzdWx0cy9leUp3WVhKMGFYUnBiMjVKWkNJNkltUmtNalEwWlRjNUxUSmxaak10TkdZeVl5MDVOR0pqTFRjeE0yTTJObU01Tm1VME1DSXNJbmR2Y210bWJHOTNTV1FpT2lJeU5XVTNZakl5T0Mxa1pURTRMVFF5TURndE9UQTJaUzFsTjJKbU5UUTNPREJqTUdNaUxDSjNiM0pyWm14dmQwOXdaWEpoZEdsdmJrbGtJam9pWkRRM1lUTm1Zamt0TTJOaE55MDBZVGt4TFdJek1XWXRPVE0wTVRGa1lqZzRORGhtSW4wPT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -1437,7 +1509,7 @@ "no-cache" ], "x-ms-request-id": [ - "8390d8f6-ca31-4c48-96e6-5607fe714e01" + "3856a84f-fdb4-4308-9557-0b7ce5e02eb6" ], "X-Content-Type-Options": [ "nosniff" @@ -1445,9 +1517,6 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11992" - ], "Server": [ "Microsoft-IIS/10.0" ], @@ -1457,3075 +1526,45 @@ "X-Powered-By": [ "ASP.NET" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11993" + ], "x-ms-correlation-request-id": [ - "4534453b-d8ea-407f-97d9-c884d54d69eb" + "39667c21-b921-4e69-a076-5f8f702f0710" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T164827Z:4534453b-d8ea-407f-97d9-c884d54d69eb" + "WESTUS:20200623T090323Z:39667c21-b921-4e69-a076-5f8f702f0710" ], "Date": [ - "Wed, 03 Jul 2019 16:48:26 GMT" - ], - "Content-Length": [ - "452" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps7594/providers/microsoft.storagesync/storageSyncServices/sssps2135/workflow/9fba27b5-4cb6-41a9-9e28-5df6b91b58c6/operationresults/c4bf42f2-e978-426d-9587-c2949f7c3156\",\r\n \"name\": \"c4bf42f2-e978-426d-9587-c2949f7c3156\",\r\n \"status\": \"newReplicaGroup\",\r\n \"startTime\": \"2019-07-03T16:47:35.1771739Z\",\r\n \"endTime\": \"2019-07-03T16:48:24.905407Z\",\r\n \"percentComplete\": null,\r\n \"error\": null,\r\n \"properties\": {}\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps7594/providers/microsoft.storagesync/storageSyncServices/sssps2135/workflows/9fba27b5-4cb6-41a9-9e28-5df6b91b58c6/operations/c4bf42f2-e978-426d-9587-c2949f7c3156?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNzU5NC9wcm92aWRlcnMvbWljcm9zb2Z0LnN0b3JhZ2VzeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMyMTM1L3dvcmtmbG93cy85ZmJhMjdiNS00Y2I2LTQxYTktOWUyOC01ZGY2YjkxYjU4YzYvb3BlcmF0aW9ucy9jNGJmNDJmMi1lOTc4LTQyNmQtOTU4Ny1jMjk0OWY3YzMxNTY/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.27617.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-request-id": [ - "cd77a2e8-9b38-4dbb-8ac9-c58d070c8cab" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Server": [ - "Microsoft-IIS/10.0" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11991" - ], - "x-ms-correlation-request-id": [ - "6e0c997b-139a-4672-bd42-a2cae7f35d4d" - ], - "x-ms-routing-request-id": [ - "WESTUS:20190703T164838Z:6e0c997b-139a-4672-bd42-a2cae7f35d4d" - ], - "Date": [ - "Wed, 03 Jul 2019 16:48:38 GMT" - ], - "Content-Length": [ - "452" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps7594/providers/microsoft.storagesync/storageSyncServices/sssps2135/workflow/9fba27b5-4cb6-41a9-9e28-5df6b91b58c6/operationresults/c4bf42f2-e978-426d-9587-c2949f7c3156\",\r\n \"name\": \"c4bf42f2-e978-426d-9587-c2949f7c3156\",\r\n \"status\": \"newReplicaGroup\",\r\n \"startTime\": \"2019-07-03T16:47:35.1771739Z\",\r\n \"endTime\": \"2019-07-03T16:48:24.905407Z\",\r\n \"percentComplete\": null,\r\n \"error\": null,\r\n \"properties\": {}\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps7594/providers/microsoft.storagesync/storageSyncServices/sssps2135/workflows/9fba27b5-4cb6-41a9-9e28-5df6b91b58c6/operations/c4bf42f2-e978-426d-9587-c2949f7c3156?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNzU5NC9wcm92aWRlcnMvbWljcm9zb2Z0LnN0b3JhZ2VzeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMyMTM1L3dvcmtmbG93cy85ZmJhMjdiNS00Y2I2LTQxYTktOWUyOC01ZGY2YjkxYjU4YzYvb3BlcmF0aW9ucy9jNGJmNDJmMi1lOTc4LTQyNmQtOTU4Ny1jMjk0OWY3YzMxNTY/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.27617.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-request-id": [ - "57ad00ce-9f05-4b96-82ec-612d440b1014" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Server": [ - "Microsoft-IIS/10.0" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11990" - ], - "x-ms-correlation-request-id": [ - "52c344a7-356c-41b7-a63d-5d6b856d43ab" - ], - "x-ms-routing-request-id": [ - "WESTUS:20190703T164848Z:52c344a7-356c-41b7-a63d-5d6b856d43ab" - ], - "Date": [ - "Wed, 03 Jul 2019 16:48:48 GMT" - ], - "Content-Length": [ - "452" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps7594/providers/microsoft.storagesync/storageSyncServices/sssps2135/workflow/9fba27b5-4cb6-41a9-9e28-5df6b91b58c6/operationresults/c4bf42f2-e978-426d-9587-c2949f7c3156\",\r\n \"name\": \"c4bf42f2-e978-426d-9587-c2949f7c3156\",\r\n \"status\": \"newReplicaGroup\",\r\n \"startTime\": \"2019-07-03T16:47:35.1771739Z\",\r\n \"endTime\": \"2019-07-03T16:48:24.905407Z\",\r\n \"percentComplete\": null,\r\n \"error\": null,\r\n \"properties\": {}\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps7594/providers/microsoft.storagesync/storageSyncServices/sssps2135/workflows/9fba27b5-4cb6-41a9-9e28-5df6b91b58c6/operations/c4bf42f2-e978-426d-9587-c2949f7c3156?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNzU5NC9wcm92aWRlcnMvbWljcm9zb2Z0LnN0b3JhZ2VzeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMyMTM1L3dvcmtmbG93cy85ZmJhMjdiNS00Y2I2LTQxYTktOWUyOC01ZGY2YjkxYjU4YzYvb3BlcmF0aW9ucy9jNGJmNDJmMi1lOTc4LTQyNmQtOTU4Ny1jMjk0OWY3YzMxNTY/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.27617.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-request-id": [ - "7405e172-ef6a-4bcd-a90d-d044e21d015b" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Server": [ - "Microsoft-IIS/10.0" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11989" - ], - "x-ms-correlation-request-id": [ - "66f2477b-5760-4757-9cd9-7e3b1b9668e8" - ], - "x-ms-routing-request-id": [ - "WESTUS:20190703T164859Z:66f2477b-5760-4757-9cd9-7e3b1b9668e8" - ], - "Date": [ - "Wed, 03 Jul 2019 16:48:59 GMT" - ], - "Content-Length": [ - "452" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps7594/providers/microsoft.storagesync/storageSyncServices/sssps2135/workflow/9fba27b5-4cb6-41a9-9e28-5df6b91b58c6/operationresults/c4bf42f2-e978-426d-9587-c2949f7c3156\",\r\n \"name\": \"c4bf42f2-e978-426d-9587-c2949f7c3156\",\r\n \"status\": \"newReplicaGroup\",\r\n \"startTime\": \"2019-07-03T16:47:35.1771739Z\",\r\n \"endTime\": \"2019-07-03T16:48:24.905407Z\",\r\n \"percentComplete\": null,\r\n \"error\": null,\r\n \"properties\": {}\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps7594/providers/microsoft.storagesync/storageSyncServices/sssps2135/workflows/9fba27b5-4cb6-41a9-9e28-5df6b91b58c6/operations/c4bf42f2-e978-426d-9587-c2949f7c3156?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNzU5NC9wcm92aWRlcnMvbWljcm9zb2Z0LnN0b3JhZ2VzeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMyMTM1L3dvcmtmbG93cy85ZmJhMjdiNS00Y2I2LTQxYTktOWUyOC01ZGY2YjkxYjU4YzYvb3BlcmF0aW9ucy9jNGJmNDJmMi1lOTc4LTQyNmQtOTU4Ny1jMjk0OWY3YzMxNTY/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.27617.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-request-id": [ - "9cf7db9d-d340-4637-86ad-941657708ea6" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Server": [ - "Microsoft-IIS/10.0" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11988" - ], - "x-ms-correlation-request-id": [ - "11014583-a9d0-445d-b7fd-dd6f29d36934" - ], - "x-ms-routing-request-id": [ - "WESTUS:20190703T164909Z:11014583-a9d0-445d-b7fd-dd6f29d36934" - ], - "Date": [ - "Wed, 03 Jul 2019 16:49:09 GMT" - ], - "Content-Length": [ - "447" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps7594/providers/microsoft.storagesync/storageSyncServices/sssps2135/workflow/9fba27b5-4cb6-41a9-9e28-5df6b91b58c6/operationresults/c4bf42f2-e978-426d-9587-c2949f7c3156\",\r\n \"name\": \"c4bf42f2-e978-426d-9587-c2949f7c3156\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2019-07-03T16:47:35.1771739Z\",\r\n \"endTime\": \"2019-07-03T16:49:05.8268979Z\",\r\n \"percentComplete\": null,\r\n \"error\": null,\r\n \"properties\": {}\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps7594/providers/Microsoft.StorageSync/storageSyncServices/sssps2135/syncGroups/sgps6740/cloudEndpoints/cepps907?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNzU5NC9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMyMTM1L3N5bmNHcm91cHMvc2dwczY3NDAvY2xvdWRFbmRwb2ludHMvY2VwcHM5MDc/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.27617.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-request-id": [ - "babbe863-14d6-4f70-9dfa-08aad790b7ab" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Server": [ - "Microsoft-IIS/10.0" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11987" - ], - "x-ms-correlation-request-id": [ - "0b68d3cb-8b56-498e-badb-249f2decf07e" - ], - "x-ms-routing-request-id": [ - "WESTUS:20190703T164910Z:0b68d3cb-8b56-498e-badb-249f2decf07e" - ], - "Date": [ - "Wed, 03 Jul 2019 16:49:09 GMT" - ], - "Content-Length": [ - "982" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"storageAccountKey\": null,\r\n \"storageAccount\": null,\r\n \"storageAccountResourceId\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps7594/providers/Microsoft.Storage/storageAccounts/saps886\",\r\n \"azureFileShareName\": \"testfs\",\r\n \"storageAccountTenantId\": \"0483643a-cb2f-462a-bc27-1a270e5bdc0a\",\r\n \"partnershipId\": \"1|U0VSVkVSQVNTWU5DQ0xJRU5USEZTVjJ8N0Q1N0I4QzktOEMzQy00RTU4LTgzNTgtMUM4OTM0Mjc1NjI0fEdFTkVSSUN8NUVBOTM3NTAtNjFFNC00MzAyLUFEMjUtMEZBQTFFRTlEM0NB\",\r\n \"friendlyName\": \"testfs\",\r\n \"backupEnabled\": \"false\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"lastWorkflowId\": \"storageSyncServices/sssps2135/workflows/9fba27b5-4cb6-41a9-9e28-5df6b91b58c6\",\r\n \"lastOperationName\": \"ICreateCloudEndpointWorkflow\"\r\n },\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps7594/providers/microsoft.storagesync/storageSyncServices/sssps2135/syncGroups/sgps6740/cloudEndpoints/cepps907\",\r\n \"name\": \"cepps907\",\r\n \"type\": \"microsoft.storagesync/storageSyncServices/syncGroups/cloudEndpoints\"\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps7594/providers/Microsoft.StorageSync/storageSyncServices/sssps2135/syncGroups/sgps6740/cloudEndpoints/cepps907?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNzU5NC9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMyMTM1L3N5bmNHcm91cHMvc2dwczY3NDAvY2xvdWRFbmRwb2ludHMvY2VwcHM5MDc/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", - "RequestMethod": "DELETE", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "08627de7-7966-44ab-9e26-b90977f56b42" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.27617.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Location": [ - "https://management.azure.com/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps7594/providers/microsoft.storagesync/storageSyncServices/sssps2135/workflows/4042a078-ef05-4b2d-b2ae-fa5a1998277b/operationresults/ee6dc1b6-0e01-4283-b881-c9c918ec4014?api-version=2019-03-01" - ], - "Retry-After": [ - "10" - ], - "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps7594/providers/microsoft.storagesync/storageSyncServices/sssps2135/workflows/4042a078-ef05-4b2d-b2ae-fa5a1998277b/operations/ee6dc1b6-0e01-4283-b881-c9c918ec4014?api-version=2019-03-01" - ], - "x-ms-request-id": [ - "05d5baa4-4bca-4885-b668-e0b1d7adb261" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Server": [ - "Microsoft-IIS/10.0" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET" - ], - "x-ms-ratelimit-remaining-subscription-deletes": [ - "14999" - ], - "x-ms-correlation-request-id": [ - "1398c32b-537b-40a9-9a98-8c80e4613863" - ], - "x-ms-routing-request-id": [ - "WESTUS:20190703T164910Z:1398c32b-537b-40a9-9a98-8c80e4613863" - ], - "Date": [ - "Wed, 03 Jul 2019 16:49:09 GMT" - ], - "Expires": [ - "-1" - ], - "Content-Length": [ - "0" - ] - }, - "ResponseBody": "", - "StatusCode": 202 - }, - { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps7594/providers/microsoft.storagesync/storageSyncServices/sssps2135/workflows/4042a078-ef05-4b2d-b2ae-fa5a1998277b/operations/ee6dc1b6-0e01-4283-b881-c9c918ec4014?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNzU5NC9wcm92aWRlcnMvbWljcm9zb2Z0LnN0b3JhZ2VzeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMyMTM1L3dvcmtmbG93cy80MDQyYTA3OC1lZjA1LTRiMmQtYjJhZS1mYTVhMTk5ODI3N2Ivb3BlcmF0aW9ucy9lZTZkYzFiNi0wZTAxLTQyODMtYjg4MS1jOWM5MThlYzQwMTQ/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.27617.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-request-id": [ - "05f31913-d905-44ba-a20f-20cca512e2fa" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Server": [ - "Microsoft-IIS/10.0" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11986" - ], - "x-ms-correlation-request-id": [ - "e0e0a19f-aa1a-4353-a5a7-cd74e1f2fdd9" - ], - "x-ms-routing-request-id": [ - "WESTUS:20190703T164921Z:e0e0a19f-aa1a-4353-a5a7-cd74e1f2fdd9" - ], - "Date": [ - "Wed, 03 Jul 2019 16:49:20 GMT" - ], - "Content-Length": [ - "459" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps7594/providers/microsoft.storagesync/storageSyncServices/sssps2135/workflow/4042a078-ef05-4b2d-b2ae-fa5a1998277b/operationresults/ee6dc1b6-0e01-4283-b881-c9c918ec4014\",\r\n \"name\": \"ee6dc1b6-0e01-4283-b881-c9c918ec4014\",\r\n \"status\": \"clearFileShareMetadata\",\r\n \"startTime\": \"2019-07-03T16:49:11.6495958Z\",\r\n \"endTime\": \"2019-07-03T16:49:14.853311Z\",\r\n \"percentComplete\": null,\r\n \"error\": null,\r\n \"properties\": {}\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps7594/providers/microsoft.storagesync/storageSyncServices/sssps2135/workflows/4042a078-ef05-4b2d-b2ae-fa5a1998277b/operations/ee6dc1b6-0e01-4283-b881-c9c918ec4014?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNzU5NC9wcm92aWRlcnMvbWljcm9zb2Z0LnN0b3JhZ2VzeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMyMTM1L3dvcmtmbG93cy80MDQyYTA3OC1lZjA1LTRiMmQtYjJhZS1mYTVhMTk5ODI3N2Ivb3BlcmF0aW9ucy9lZTZkYzFiNi0wZTAxLTQyODMtYjg4MS1jOWM5MThlYzQwMTQ/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.27617.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-request-id": [ - "e522e7d4-7baf-4fc1-80bb-f9bd3eed2f53" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11985" - ], - "Server": [ - "Microsoft-IIS/10.0" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET" - ], - "x-ms-correlation-request-id": [ - "8d0e87bd-6f24-4e63-b723-d29d874b421f" - ], - "x-ms-routing-request-id": [ - "WESTUS:20190703T164931Z:8d0e87bd-6f24-4e63-b723-d29d874b421f" - ], - "Date": [ - "Wed, 03 Jul 2019 16:49:30 GMT" - ], - "Content-Length": [ - "459" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps7594/providers/microsoft.storagesync/storageSyncServices/sssps2135/workflow/4042a078-ef05-4b2d-b2ae-fa5a1998277b/operationresults/ee6dc1b6-0e01-4283-b881-c9c918ec4014\",\r\n \"name\": \"ee6dc1b6-0e01-4283-b881-c9c918ec4014\",\r\n \"status\": \"clearFileShareMetadata\",\r\n \"startTime\": \"2019-07-03T16:49:11.6495958Z\",\r\n \"endTime\": \"2019-07-03T16:49:14.853311Z\",\r\n \"percentComplete\": null,\r\n \"error\": null,\r\n \"properties\": {}\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps7594/providers/microsoft.storagesync/storageSyncServices/sssps2135/workflows/4042a078-ef05-4b2d-b2ae-fa5a1998277b/operations/ee6dc1b6-0e01-4283-b881-c9c918ec4014?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNzU5NC9wcm92aWRlcnMvbWljcm9zb2Z0LnN0b3JhZ2VzeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMyMTM1L3dvcmtmbG93cy80MDQyYTA3OC1lZjA1LTRiMmQtYjJhZS1mYTVhMTk5ODI3N2Ivb3BlcmF0aW9ucy9lZTZkYzFiNi0wZTAxLTQyODMtYjg4MS1jOWM5MThlYzQwMTQ/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.27617.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-request-id": [ - "48f2d4a5-493e-429d-9563-fb2a9eed7f3a" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Server": [ - "Microsoft-IIS/10.0" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11984" - ], - "x-ms-correlation-request-id": [ - "b09ec4ac-02ab-4862-a58b-dfc66384d379" - ], - "x-ms-routing-request-id": [ - "WESTUS:20190703T164942Z:b09ec4ac-02ab-4862-a58b-dfc66384d379" - ], - "Date": [ - "Wed, 03 Jul 2019 16:49:42 GMT" - ], - "Content-Length": [ - "459" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps7594/providers/microsoft.storagesync/storageSyncServices/sssps2135/workflow/4042a078-ef05-4b2d-b2ae-fa5a1998277b/operationresults/ee6dc1b6-0e01-4283-b881-c9c918ec4014\",\r\n \"name\": \"ee6dc1b6-0e01-4283-b881-c9c918ec4014\",\r\n \"status\": \"clearFileShareMetadata\",\r\n \"startTime\": \"2019-07-03T16:49:11.6495958Z\",\r\n \"endTime\": \"2019-07-03T16:49:14.853311Z\",\r\n \"percentComplete\": null,\r\n \"error\": null,\r\n \"properties\": {}\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps7594/providers/microsoft.storagesync/storageSyncServices/sssps2135/workflows/4042a078-ef05-4b2d-b2ae-fa5a1998277b/operations/ee6dc1b6-0e01-4283-b881-c9c918ec4014?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNzU5NC9wcm92aWRlcnMvbWljcm9zb2Z0LnN0b3JhZ2VzeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMyMTM1L3dvcmtmbG93cy80MDQyYTA3OC1lZjA1LTRiMmQtYjJhZS1mYTVhMTk5ODI3N2Ivb3BlcmF0aW9ucy9lZTZkYzFiNi0wZTAxLTQyODMtYjg4MS1jOWM5MThlYzQwMTQ/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.27617.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-request-id": [ - "b1d8ad1f-e098-4266-9114-209065b5a8ab" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Server": [ - "Microsoft-IIS/10.0" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11983" - ], - "x-ms-correlation-request-id": [ - "6e15ffca-3694-4536-baaf-97703a61385b" - ], - "x-ms-routing-request-id": [ - "WESTUS:20190703T164952Z:6e15ffca-3694-4536-baaf-97703a61385b" - ], - "Date": [ - "Wed, 03 Jul 2019 16:49:52 GMT" - ], - "Content-Length": [ - "459" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps7594/providers/microsoft.storagesync/storageSyncServices/sssps2135/workflow/4042a078-ef05-4b2d-b2ae-fa5a1998277b/operationresults/ee6dc1b6-0e01-4283-b881-c9c918ec4014\",\r\n \"name\": \"ee6dc1b6-0e01-4283-b881-c9c918ec4014\",\r\n \"status\": \"clearFileShareMetadata\",\r\n \"startTime\": \"2019-07-03T16:49:11.6495958Z\",\r\n \"endTime\": \"2019-07-03T16:49:14.853311Z\",\r\n \"percentComplete\": null,\r\n \"error\": null,\r\n \"properties\": {}\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps7594/providers/microsoft.storagesync/storageSyncServices/sssps2135/workflows/4042a078-ef05-4b2d-b2ae-fa5a1998277b/operations/ee6dc1b6-0e01-4283-b881-c9c918ec4014?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNzU5NC9wcm92aWRlcnMvbWljcm9zb2Z0LnN0b3JhZ2VzeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMyMTM1L3dvcmtmbG93cy80MDQyYTA3OC1lZjA1LTRiMmQtYjJhZS1mYTVhMTk5ODI3N2Ivb3BlcmF0aW9ucy9lZTZkYzFiNi0wZTAxLTQyODMtYjg4MS1jOWM5MThlYzQwMTQ/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.27617.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-request-id": [ - "aed5839a-bd76-4ab7-8d09-a63d6e29ffb7" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Server": [ - "Microsoft-IIS/10.0" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11982" - ], - "x-ms-correlation-request-id": [ - "7a628e3c-364d-4d3a-9218-2756ae6d961f" - ], - "x-ms-routing-request-id": [ - "WESTUS:20190703T165003Z:7a628e3c-364d-4d3a-9218-2756ae6d961f" - ], - "Date": [ - "Wed, 03 Jul 2019 16:50:02 GMT" - ], - "Content-Length": [ - "459" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps7594/providers/microsoft.storagesync/storageSyncServices/sssps2135/workflow/4042a078-ef05-4b2d-b2ae-fa5a1998277b/operationresults/ee6dc1b6-0e01-4283-b881-c9c918ec4014\",\r\n \"name\": \"ee6dc1b6-0e01-4283-b881-c9c918ec4014\",\r\n \"status\": \"clearFileShareMetadata\",\r\n \"startTime\": \"2019-07-03T16:49:11.6495958Z\",\r\n \"endTime\": \"2019-07-03T16:49:14.853311Z\",\r\n \"percentComplete\": null,\r\n \"error\": null,\r\n \"properties\": {}\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps7594/providers/microsoft.storagesync/storageSyncServices/sssps2135/workflows/4042a078-ef05-4b2d-b2ae-fa5a1998277b/operations/ee6dc1b6-0e01-4283-b881-c9c918ec4014?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNzU5NC9wcm92aWRlcnMvbWljcm9zb2Z0LnN0b3JhZ2VzeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMyMTM1L3dvcmtmbG93cy80MDQyYTA3OC1lZjA1LTRiMmQtYjJhZS1mYTVhMTk5ODI3N2Ivb3BlcmF0aW9ucy9lZTZkYzFiNi0wZTAxLTQyODMtYjg4MS1jOWM5MThlYzQwMTQ/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.27617.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-request-id": [ - "9d0f74b2-66ad-4afc-8c89-7480782adcbe" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Server": [ - "Microsoft-IIS/10.0" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11981" - ], - "x-ms-correlation-request-id": [ - "e4389430-6953-4297-bebd-9615224cde94" - ], - "x-ms-routing-request-id": [ - "WESTUS:20190703T165013Z:e4389430-6953-4297-bebd-9615224cde94" - ], - "Date": [ - "Wed, 03 Jul 2019 16:50:12 GMT" - ], - "Content-Length": [ - "459" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps7594/providers/microsoft.storagesync/storageSyncServices/sssps2135/workflow/4042a078-ef05-4b2d-b2ae-fa5a1998277b/operationresults/ee6dc1b6-0e01-4283-b881-c9c918ec4014\",\r\n \"name\": \"ee6dc1b6-0e01-4283-b881-c9c918ec4014\",\r\n \"status\": \"clearFileShareMetadata\",\r\n \"startTime\": \"2019-07-03T16:49:11.6495958Z\",\r\n \"endTime\": \"2019-07-03T16:49:14.853311Z\",\r\n \"percentComplete\": null,\r\n \"error\": null,\r\n \"properties\": {}\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps7594/providers/microsoft.storagesync/storageSyncServices/sssps2135/workflows/4042a078-ef05-4b2d-b2ae-fa5a1998277b/operations/ee6dc1b6-0e01-4283-b881-c9c918ec4014?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNzU5NC9wcm92aWRlcnMvbWljcm9zb2Z0LnN0b3JhZ2VzeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMyMTM1L3dvcmtmbG93cy80MDQyYTA3OC1lZjA1LTRiMmQtYjJhZS1mYTVhMTk5ODI3N2Ivb3BlcmF0aW9ucy9lZTZkYzFiNi0wZTAxLTQyODMtYjg4MS1jOWM5MThlYzQwMTQ/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.27617.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-request-id": [ - "8aabb2d5-0bdf-45e0-8234-24190f5cf6a0" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Server": [ - "Microsoft-IIS/10.0" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11980" - ], - "x-ms-correlation-request-id": [ - "7fd71838-e3ea-4d70-ab53-0826af583f9d" - ], - "x-ms-routing-request-id": [ - "WESTUS:20190703T165024Z:7fd71838-e3ea-4d70-ab53-0826af583f9d" - ], - "Date": [ - "Wed, 03 Jul 2019 16:50:24 GMT" - ], - "Content-Length": [ - "459" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps7594/providers/microsoft.storagesync/storageSyncServices/sssps2135/workflow/4042a078-ef05-4b2d-b2ae-fa5a1998277b/operationresults/ee6dc1b6-0e01-4283-b881-c9c918ec4014\",\r\n \"name\": \"ee6dc1b6-0e01-4283-b881-c9c918ec4014\",\r\n \"status\": \"clearFileShareMetadata\",\r\n \"startTime\": \"2019-07-03T16:49:11.6495958Z\",\r\n \"endTime\": \"2019-07-03T16:49:14.853311Z\",\r\n \"percentComplete\": null,\r\n \"error\": null,\r\n \"properties\": {}\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps7594/providers/microsoft.storagesync/storageSyncServices/sssps2135/workflows/4042a078-ef05-4b2d-b2ae-fa5a1998277b/operations/ee6dc1b6-0e01-4283-b881-c9c918ec4014?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNzU5NC9wcm92aWRlcnMvbWljcm9zb2Z0LnN0b3JhZ2VzeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMyMTM1L3dvcmtmbG93cy80MDQyYTA3OC1lZjA1LTRiMmQtYjJhZS1mYTVhMTk5ODI3N2Ivb3BlcmF0aW9ucy9lZTZkYzFiNi0wZTAxLTQyODMtYjg4MS1jOWM5MThlYzQwMTQ/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.27617.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-request-id": [ - "74c3049d-f07c-4c13-ad2e-c2bfc9146f5d" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11979" - ], - "Server": [ - "Microsoft-IIS/10.0" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET" - ], - "x-ms-correlation-request-id": [ - "3da349f3-7b31-4e0b-8bc7-026e43bc3169" - ], - "x-ms-routing-request-id": [ - "WESTUS:20190703T165034Z:3da349f3-7b31-4e0b-8bc7-026e43bc3169" - ], - "Date": [ - "Wed, 03 Jul 2019 16:50:34 GMT" - ], - "Content-Length": [ - "459" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps7594/providers/microsoft.storagesync/storageSyncServices/sssps2135/workflow/4042a078-ef05-4b2d-b2ae-fa5a1998277b/operationresults/ee6dc1b6-0e01-4283-b881-c9c918ec4014\",\r\n \"name\": \"ee6dc1b6-0e01-4283-b881-c9c918ec4014\",\r\n \"status\": \"clearFileShareMetadata\",\r\n \"startTime\": \"2019-07-03T16:49:11.6495958Z\",\r\n \"endTime\": \"2019-07-03T16:49:14.853311Z\",\r\n \"percentComplete\": null,\r\n \"error\": null,\r\n \"properties\": {}\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps7594/providers/microsoft.storagesync/storageSyncServices/sssps2135/workflows/4042a078-ef05-4b2d-b2ae-fa5a1998277b/operations/ee6dc1b6-0e01-4283-b881-c9c918ec4014?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNzU5NC9wcm92aWRlcnMvbWljcm9zb2Z0LnN0b3JhZ2VzeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMyMTM1L3dvcmtmbG93cy80MDQyYTA3OC1lZjA1LTRiMmQtYjJhZS1mYTVhMTk5ODI3N2Ivb3BlcmF0aW9ucy9lZTZkYzFiNi0wZTAxLTQyODMtYjg4MS1jOWM5MThlYzQwMTQ/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.27617.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-request-id": [ - "1172b55e-3f1d-4110-aba3-3813ff34f113" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Server": [ - "Microsoft-IIS/10.0" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11978" - ], - "x-ms-correlation-request-id": [ - "961d2435-928a-45c5-a29b-2172b3f0bac5" - ], - "x-ms-routing-request-id": [ - "WESTUS:20190703T165045Z:961d2435-928a-45c5-a29b-2172b3f0bac5" - ], - "Date": [ - "Wed, 03 Jul 2019 16:50:45 GMT" - ], - "Content-Length": [ - "459" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps7594/providers/microsoft.storagesync/storageSyncServices/sssps2135/workflow/4042a078-ef05-4b2d-b2ae-fa5a1998277b/operationresults/ee6dc1b6-0e01-4283-b881-c9c918ec4014\",\r\n \"name\": \"ee6dc1b6-0e01-4283-b881-c9c918ec4014\",\r\n \"status\": \"clearFileShareMetadata\",\r\n \"startTime\": \"2019-07-03T16:49:11.6495958Z\",\r\n \"endTime\": \"2019-07-03T16:49:14.853311Z\",\r\n \"percentComplete\": null,\r\n \"error\": null,\r\n \"properties\": {}\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps7594/providers/microsoft.storagesync/storageSyncServices/sssps2135/workflows/4042a078-ef05-4b2d-b2ae-fa5a1998277b/operations/ee6dc1b6-0e01-4283-b881-c9c918ec4014?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNzU5NC9wcm92aWRlcnMvbWljcm9zb2Z0LnN0b3JhZ2VzeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMyMTM1L3dvcmtmbG93cy80MDQyYTA3OC1lZjA1LTRiMmQtYjJhZS1mYTVhMTk5ODI3N2Ivb3BlcmF0aW9ucy9lZTZkYzFiNi0wZTAxLTQyODMtYjg4MS1jOWM5MThlYzQwMTQ/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.27617.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-request-id": [ - "bb23848c-a515-44ec-b5cc-5b2e5066e67f" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Server": [ - "Microsoft-IIS/10.0" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11977" - ], - "x-ms-correlation-request-id": [ - "7a96e294-6c01-4072-968c-e267181300f5" - ], - "x-ms-routing-request-id": [ - "WESTUS:20190703T165055Z:7a96e294-6c01-4072-968c-e267181300f5" - ], - "Date": [ - "Wed, 03 Jul 2019 16:50:55 GMT" - ], - "Content-Length": [ - "459" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps7594/providers/microsoft.storagesync/storageSyncServices/sssps2135/workflow/4042a078-ef05-4b2d-b2ae-fa5a1998277b/operationresults/ee6dc1b6-0e01-4283-b881-c9c918ec4014\",\r\n \"name\": \"ee6dc1b6-0e01-4283-b881-c9c918ec4014\",\r\n \"status\": \"clearFileShareMetadata\",\r\n \"startTime\": \"2019-07-03T16:49:11.6495958Z\",\r\n \"endTime\": \"2019-07-03T16:49:14.853311Z\",\r\n \"percentComplete\": null,\r\n \"error\": null,\r\n \"properties\": {}\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps7594/providers/microsoft.storagesync/storageSyncServices/sssps2135/workflows/4042a078-ef05-4b2d-b2ae-fa5a1998277b/operations/ee6dc1b6-0e01-4283-b881-c9c918ec4014?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNzU5NC9wcm92aWRlcnMvbWljcm9zb2Z0LnN0b3JhZ2VzeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMyMTM1L3dvcmtmbG93cy80MDQyYTA3OC1lZjA1LTRiMmQtYjJhZS1mYTVhMTk5ODI3N2Ivb3BlcmF0aW9ucy9lZTZkYzFiNi0wZTAxLTQyODMtYjg4MS1jOWM5MThlYzQwMTQ/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.27617.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-request-id": [ - "56875be3-5e05-4ed4-bf38-00a423c91ec5" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Server": [ - "Microsoft-IIS/10.0" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11976" - ], - "x-ms-correlation-request-id": [ - "19a32796-0246-45c5-8f1c-e1d6d3904327" - ], - "x-ms-routing-request-id": [ - "WESTUS:20190703T165106Z:19a32796-0246-45c5-8f1c-e1d6d3904327" - ], - "Date": [ - "Wed, 03 Jul 2019 16:51:05 GMT" - ], - "Content-Length": [ - "459" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps7594/providers/microsoft.storagesync/storageSyncServices/sssps2135/workflow/4042a078-ef05-4b2d-b2ae-fa5a1998277b/operationresults/ee6dc1b6-0e01-4283-b881-c9c918ec4014\",\r\n \"name\": \"ee6dc1b6-0e01-4283-b881-c9c918ec4014\",\r\n \"status\": \"clearFileShareMetadata\",\r\n \"startTime\": \"2019-07-03T16:49:11.6495958Z\",\r\n \"endTime\": \"2019-07-03T16:49:14.853311Z\",\r\n \"percentComplete\": null,\r\n \"error\": null,\r\n \"properties\": {}\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps7594/providers/microsoft.storagesync/storageSyncServices/sssps2135/workflows/4042a078-ef05-4b2d-b2ae-fa5a1998277b/operations/ee6dc1b6-0e01-4283-b881-c9c918ec4014?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNzU5NC9wcm92aWRlcnMvbWljcm9zb2Z0LnN0b3JhZ2VzeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMyMTM1L3dvcmtmbG93cy80MDQyYTA3OC1lZjA1LTRiMmQtYjJhZS1mYTVhMTk5ODI3N2Ivb3BlcmF0aW9ucy9lZTZkYzFiNi0wZTAxLTQyODMtYjg4MS1jOWM5MThlYzQwMTQ/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.27617.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-request-id": [ - "b880829c-ba4a-41c0-b36e-9d7c7adb90b2" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Server": [ - "Microsoft-IIS/10.0" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11975" - ], - "x-ms-correlation-request-id": [ - "506fbad4-5591-42f3-a436-f4e1d9fdd0bf" - ], - "x-ms-routing-request-id": [ - "WESTUS:20190703T165116Z:506fbad4-5591-42f3-a436-f4e1d9fdd0bf" - ], - "Date": [ - "Wed, 03 Jul 2019 16:51:15 GMT" - ], - "Content-Length": [ - "459" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps7594/providers/microsoft.storagesync/storageSyncServices/sssps2135/workflow/4042a078-ef05-4b2d-b2ae-fa5a1998277b/operationresults/ee6dc1b6-0e01-4283-b881-c9c918ec4014\",\r\n \"name\": \"ee6dc1b6-0e01-4283-b881-c9c918ec4014\",\r\n \"status\": \"clearFileShareMetadata\",\r\n \"startTime\": \"2019-07-03T16:49:11.6495958Z\",\r\n \"endTime\": \"2019-07-03T16:49:14.853311Z\",\r\n \"percentComplete\": null,\r\n \"error\": null,\r\n \"properties\": {}\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps7594/providers/microsoft.storagesync/storageSyncServices/sssps2135/workflows/4042a078-ef05-4b2d-b2ae-fa5a1998277b/operations/ee6dc1b6-0e01-4283-b881-c9c918ec4014?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNzU5NC9wcm92aWRlcnMvbWljcm9zb2Z0LnN0b3JhZ2VzeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMyMTM1L3dvcmtmbG93cy80MDQyYTA3OC1lZjA1LTRiMmQtYjJhZS1mYTVhMTk5ODI3N2Ivb3BlcmF0aW9ucy9lZTZkYzFiNi0wZTAxLTQyODMtYjg4MS1jOWM5MThlYzQwMTQ/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.27617.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-request-id": [ - "f0925d10-977b-4e9a-a75b-ff9908a97195" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Server": [ - "Microsoft-IIS/10.0" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11974" - ], - "x-ms-correlation-request-id": [ - "028207dd-4e25-4851-a13d-40fa56d6aa2d" - ], - "x-ms-routing-request-id": [ - "WESTUS:20190703T165126Z:028207dd-4e25-4851-a13d-40fa56d6aa2d" - ], - "Date": [ - "Wed, 03 Jul 2019 16:51:25 GMT" - ], - "Content-Length": [ - "459" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps7594/providers/microsoft.storagesync/storageSyncServices/sssps2135/workflow/4042a078-ef05-4b2d-b2ae-fa5a1998277b/operationresults/ee6dc1b6-0e01-4283-b881-c9c918ec4014\",\r\n \"name\": \"ee6dc1b6-0e01-4283-b881-c9c918ec4014\",\r\n \"status\": \"clearFileShareMetadata\",\r\n \"startTime\": \"2019-07-03T16:49:11.6495958Z\",\r\n \"endTime\": \"2019-07-03T16:49:14.853311Z\",\r\n \"percentComplete\": null,\r\n \"error\": null,\r\n \"properties\": {}\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps7594/providers/microsoft.storagesync/storageSyncServices/sssps2135/workflows/4042a078-ef05-4b2d-b2ae-fa5a1998277b/operations/ee6dc1b6-0e01-4283-b881-c9c918ec4014?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNzU5NC9wcm92aWRlcnMvbWljcm9zb2Z0LnN0b3JhZ2VzeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMyMTM1L3dvcmtmbG93cy80MDQyYTA3OC1lZjA1LTRiMmQtYjJhZS1mYTVhMTk5ODI3N2Ivb3BlcmF0aW9ucy9lZTZkYzFiNi0wZTAxLTQyODMtYjg4MS1jOWM5MThlYzQwMTQ/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.27617.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-request-id": [ - "6e6d9df7-400d-45bb-8887-9081117f371a" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11973" - ], - "Server": [ - "Microsoft-IIS/10.0" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET" - ], - "x-ms-correlation-request-id": [ - "e724e2fc-8a16-4cf4-8eb1-73b039fe65fb" - ], - "x-ms-routing-request-id": [ - "WESTUS:20190703T165137Z:e724e2fc-8a16-4cf4-8eb1-73b039fe65fb" - ], - "Date": [ - "Wed, 03 Jul 2019 16:51:36 GMT" - ], - "Content-Length": [ - "459" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps7594/providers/microsoft.storagesync/storageSyncServices/sssps2135/workflow/4042a078-ef05-4b2d-b2ae-fa5a1998277b/operationresults/ee6dc1b6-0e01-4283-b881-c9c918ec4014\",\r\n \"name\": \"ee6dc1b6-0e01-4283-b881-c9c918ec4014\",\r\n \"status\": \"clearFileShareMetadata\",\r\n \"startTime\": \"2019-07-03T16:49:11.6495958Z\",\r\n \"endTime\": \"2019-07-03T16:49:14.853311Z\",\r\n \"percentComplete\": null,\r\n \"error\": null,\r\n \"properties\": {}\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps7594/providers/microsoft.storagesync/storageSyncServices/sssps2135/workflows/4042a078-ef05-4b2d-b2ae-fa5a1998277b/operations/ee6dc1b6-0e01-4283-b881-c9c918ec4014?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNzU5NC9wcm92aWRlcnMvbWljcm9zb2Z0LnN0b3JhZ2VzeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMyMTM1L3dvcmtmbG93cy80MDQyYTA3OC1lZjA1LTRiMmQtYjJhZS1mYTVhMTk5ODI3N2Ivb3BlcmF0aW9ucy9lZTZkYzFiNi0wZTAxLTQyODMtYjg4MS1jOWM5MThlYzQwMTQ/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.27617.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-request-id": [ - "18ea47de-e62a-4e94-80d4-f300fede034b" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Server": [ - "Microsoft-IIS/10.0" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11972" - ], - "x-ms-correlation-request-id": [ - "28e5cdcb-7842-4c9d-80a0-a0372b90980d" - ], - "x-ms-routing-request-id": [ - "WESTUS:20190703T165147Z:28e5cdcb-7842-4c9d-80a0-a0372b90980d" - ], - "Date": [ - "Wed, 03 Jul 2019 16:51:47 GMT" - ], - "Content-Length": [ - "459" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps7594/providers/microsoft.storagesync/storageSyncServices/sssps2135/workflow/4042a078-ef05-4b2d-b2ae-fa5a1998277b/operationresults/ee6dc1b6-0e01-4283-b881-c9c918ec4014\",\r\n \"name\": \"ee6dc1b6-0e01-4283-b881-c9c918ec4014\",\r\n \"status\": \"clearFileShareMetadata\",\r\n \"startTime\": \"2019-07-03T16:49:11.6495958Z\",\r\n \"endTime\": \"2019-07-03T16:49:14.853311Z\",\r\n \"percentComplete\": null,\r\n \"error\": null,\r\n \"properties\": {}\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps7594/providers/microsoft.storagesync/storageSyncServices/sssps2135/workflows/4042a078-ef05-4b2d-b2ae-fa5a1998277b/operations/ee6dc1b6-0e01-4283-b881-c9c918ec4014?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNzU5NC9wcm92aWRlcnMvbWljcm9zb2Z0LnN0b3JhZ2VzeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMyMTM1L3dvcmtmbG93cy80MDQyYTA3OC1lZjA1LTRiMmQtYjJhZS1mYTVhMTk5ODI3N2Ivb3BlcmF0aW9ucy9lZTZkYzFiNi0wZTAxLTQyODMtYjg4MS1jOWM5MThlYzQwMTQ/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.27617.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-request-id": [ - "8b35dd27-692b-4302-842a-8416a1c009ee" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Server": [ - "Microsoft-IIS/10.0" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11971" - ], - "x-ms-correlation-request-id": [ - "f478676b-1456-43e7-83c0-77804f904182" - ], - "x-ms-routing-request-id": [ - "WESTUS:20190703T165158Z:f478676b-1456-43e7-83c0-77804f904182" - ], - "Date": [ - "Wed, 03 Jul 2019 16:51:57 GMT" - ], - "Content-Length": [ - "459" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps7594/providers/microsoft.storagesync/storageSyncServices/sssps2135/workflow/4042a078-ef05-4b2d-b2ae-fa5a1998277b/operationresults/ee6dc1b6-0e01-4283-b881-c9c918ec4014\",\r\n \"name\": \"ee6dc1b6-0e01-4283-b881-c9c918ec4014\",\r\n \"status\": \"clearFileShareMetadata\",\r\n \"startTime\": \"2019-07-03T16:49:11.6495958Z\",\r\n \"endTime\": \"2019-07-03T16:49:14.853311Z\",\r\n \"percentComplete\": null,\r\n \"error\": null,\r\n \"properties\": {}\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps7594/providers/microsoft.storagesync/storageSyncServices/sssps2135/workflows/4042a078-ef05-4b2d-b2ae-fa5a1998277b/operations/ee6dc1b6-0e01-4283-b881-c9c918ec4014?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNzU5NC9wcm92aWRlcnMvbWljcm9zb2Z0LnN0b3JhZ2VzeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMyMTM1L3dvcmtmbG93cy80MDQyYTA3OC1lZjA1LTRiMmQtYjJhZS1mYTVhMTk5ODI3N2Ivb3BlcmF0aW9ucy9lZTZkYzFiNi0wZTAxLTQyODMtYjg4MS1jOWM5MThlYzQwMTQ/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.27617.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-request-id": [ - "a3411f2a-02e2-4b83-bdbd-3b94bc606e58" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Server": [ - "Microsoft-IIS/10.0" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11970" - ], - "x-ms-correlation-request-id": [ - "cf6c2327-de84-44f3-a7f6-164327021bdc" - ], - "x-ms-routing-request-id": [ - "WESTUS:20190703T165208Z:cf6c2327-de84-44f3-a7f6-164327021bdc" - ], - "Date": [ - "Wed, 03 Jul 2019 16:52:07 GMT" - ], - "Content-Length": [ - "459" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps7594/providers/microsoft.storagesync/storageSyncServices/sssps2135/workflow/4042a078-ef05-4b2d-b2ae-fa5a1998277b/operationresults/ee6dc1b6-0e01-4283-b881-c9c918ec4014\",\r\n \"name\": \"ee6dc1b6-0e01-4283-b881-c9c918ec4014\",\r\n \"status\": \"clearFileShareMetadata\",\r\n \"startTime\": \"2019-07-03T16:49:11.6495958Z\",\r\n \"endTime\": \"2019-07-03T16:49:14.853311Z\",\r\n \"percentComplete\": null,\r\n \"error\": null,\r\n \"properties\": {}\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps7594/providers/microsoft.storagesync/storageSyncServices/sssps2135/workflows/4042a078-ef05-4b2d-b2ae-fa5a1998277b/operations/ee6dc1b6-0e01-4283-b881-c9c918ec4014?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNzU5NC9wcm92aWRlcnMvbWljcm9zb2Z0LnN0b3JhZ2VzeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMyMTM1L3dvcmtmbG93cy80MDQyYTA3OC1lZjA1LTRiMmQtYjJhZS1mYTVhMTk5ODI3N2Ivb3BlcmF0aW9ucy9lZTZkYzFiNi0wZTAxLTQyODMtYjg4MS1jOWM5MThlYzQwMTQ/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.27617.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-request-id": [ - "9008520e-162b-4fca-93e8-c766fadeba61" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Server": [ - "Microsoft-IIS/10.0" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11969" - ], - "x-ms-correlation-request-id": [ - "663d7e93-0721-4cdc-a9c5-bd5c181c0e29" - ], - "x-ms-routing-request-id": [ - "WESTUS:20190703T165219Z:663d7e93-0721-4cdc-a9c5-bd5c181c0e29" - ], - "Date": [ - "Wed, 03 Jul 2019 16:52:19 GMT" - ], - "Content-Length": [ - "459" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps7594/providers/microsoft.storagesync/storageSyncServices/sssps2135/workflow/4042a078-ef05-4b2d-b2ae-fa5a1998277b/operationresults/ee6dc1b6-0e01-4283-b881-c9c918ec4014\",\r\n \"name\": \"ee6dc1b6-0e01-4283-b881-c9c918ec4014\",\r\n \"status\": \"clearFileShareMetadata\",\r\n \"startTime\": \"2019-07-03T16:49:11.6495958Z\",\r\n \"endTime\": \"2019-07-03T16:49:14.853311Z\",\r\n \"percentComplete\": null,\r\n \"error\": null,\r\n \"properties\": {}\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps7594/providers/microsoft.storagesync/storageSyncServices/sssps2135/workflows/4042a078-ef05-4b2d-b2ae-fa5a1998277b/operations/ee6dc1b6-0e01-4283-b881-c9c918ec4014?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNzU5NC9wcm92aWRlcnMvbWljcm9zb2Z0LnN0b3JhZ2VzeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMyMTM1L3dvcmtmbG93cy80MDQyYTA3OC1lZjA1LTRiMmQtYjJhZS1mYTVhMTk5ODI3N2Ivb3BlcmF0aW9ucy9lZTZkYzFiNi0wZTAxLTQyODMtYjg4MS1jOWM5MThlYzQwMTQ/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.27617.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-request-id": [ - "df1e242d-da73-4f47-9330-9ae4969fafa6" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Server": [ - "Microsoft-IIS/10.0" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11968" - ], - "x-ms-correlation-request-id": [ - "35f2861a-b58f-4535-a682-1b1869541f9b" - ], - "x-ms-routing-request-id": [ - "WESTUS:20190703T165230Z:35f2861a-b58f-4535-a682-1b1869541f9b" - ], - "Date": [ - "Wed, 03 Jul 2019 16:52:29 GMT" - ], - "Content-Length": [ - "459" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps7594/providers/microsoft.storagesync/storageSyncServices/sssps2135/workflow/4042a078-ef05-4b2d-b2ae-fa5a1998277b/operationresults/ee6dc1b6-0e01-4283-b881-c9c918ec4014\",\r\n \"name\": \"ee6dc1b6-0e01-4283-b881-c9c918ec4014\",\r\n \"status\": \"clearFileShareMetadata\",\r\n \"startTime\": \"2019-07-03T16:49:11.6495958Z\",\r\n \"endTime\": \"2019-07-03T16:49:14.853311Z\",\r\n \"percentComplete\": null,\r\n \"error\": null,\r\n \"properties\": {}\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps7594/providers/microsoft.storagesync/storageSyncServices/sssps2135/workflows/4042a078-ef05-4b2d-b2ae-fa5a1998277b/operations/ee6dc1b6-0e01-4283-b881-c9c918ec4014?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNzU5NC9wcm92aWRlcnMvbWljcm9zb2Z0LnN0b3JhZ2VzeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMyMTM1L3dvcmtmbG93cy80MDQyYTA3OC1lZjA1LTRiMmQtYjJhZS1mYTVhMTk5ODI3N2Ivb3BlcmF0aW9ucy9lZTZkYzFiNi0wZTAxLTQyODMtYjg4MS1jOWM5MThlYzQwMTQ/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.27617.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-request-id": [ - "88a66fb0-2e37-4ac3-a8a3-21291ec3ec88" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11967" - ], - "Server": [ - "Microsoft-IIS/10.0" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET" - ], - "x-ms-correlation-request-id": [ - "e95744db-8181-4995-8470-f3d1ea492418" - ], - "x-ms-routing-request-id": [ - "WESTUS:20190703T165240Z:e95744db-8181-4995-8470-f3d1ea492418" - ], - "Date": [ - "Wed, 03 Jul 2019 16:52:40 GMT" - ], - "Content-Length": [ - "459" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps7594/providers/microsoft.storagesync/storageSyncServices/sssps2135/workflow/4042a078-ef05-4b2d-b2ae-fa5a1998277b/operationresults/ee6dc1b6-0e01-4283-b881-c9c918ec4014\",\r\n \"name\": \"ee6dc1b6-0e01-4283-b881-c9c918ec4014\",\r\n \"status\": \"clearFileShareMetadata\",\r\n \"startTime\": \"2019-07-03T16:49:11.6495958Z\",\r\n \"endTime\": \"2019-07-03T16:49:14.853311Z\",\r\n \"percentComplete\": null,\r\n \"error\": null,\r\n \"properties\": {}\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps7594/providers/microsoft.storagesync/storageSyncServices/sssps2135/workflows/4042a078-ef05-4b2d-b2ae-fa5a1998277b/operations/ee6dc1b6-0e01-4283-b881-c9c918ec4014?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNzU5NC9wcm92aWRlcnMvbWljcm9zb2Z0LnN0b3JhZ2VzeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMyMTM1L3dvcmtmbG93cy80MDQyYTA3OC1lZjA1LTRiMmQtYjJhZS1mYTVhMTk5ODI3N2Ivb3BlcmF0aW9ucy9lZTZkYzFiNi0wZTAxLTQyODMtYjg4MS1jOWM5MThlYzQwMTQ/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.27617.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-request-id": [ - "ecc1a57a-c88a-4709-a479-233b7b395759" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Server": [ - "Microsoft-IIS/10.0" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11966" - ], - "x-ms-correlation-request-id": [ - "f4dc72ec-9514-4112-8ac1-f612a39134e5" - ], - "x-ms-routing-request-id": [ - "WESTUS:20190703T165251Z:f4dc72ec-9514-4112-8ac1-f612a39134e5" - ], - "Date": [ - "Wed, 03 Jul 2019 16:52:50 GMT" - ], - "Content-Length": [ - "459" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps7594/providers/microsoft.storagesync/storageSyncServices/sssps2135/workflow/4042a078-ef05-4b2d-b2ae-fa5a1998277b/operationresults/ee6dc1b6-0e01-4283-b881-c9c918ec4014\",\r\n \"name\": \"ee6dc1b6-0e01-4283-b881-c9c918ec4014\",\r\n \"status\": \"clearFileShareMetadata\",\r\n \"startTime\": \"2019-07-03T16:49:11.6495958Z\",\r\n \"endTime\": \"2019-07-03T16:49:14.853311Z\",\r\n \"percentComplete\": null,\r\n \"error\": null,\r\n \"properties\": {}\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps7594/providers/microsoft.storagesync/storageSyncServices/sssps2135/workflows/4042a078-ef05-4b2d-b2ae-fa5a1998277b/operations/ee6dc1b6-0e01-4283-b881-c9c918ec4014?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNzU5NC9wcm92aWRlcnMvbWljcm9zb2Z0LnN0b3JhZ2VzeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMyMTM1L3dvcmtmbG93cy80MDQyYTA3OC1lZjA1LTRiMmQtYjJhZS1mYTVhMTk5ODI3N2Ivb3BlcmF0aW9ucy9lZTZkYzFiNi0wZTAxLTQyODMtYjg4MS1jOWM5MThlYzQwMTQ/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.27617.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-request-id": [ - "2a3daceb-0b72-4739-908c-4a6e178b7655" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Server": [ - "Microsoft-IIS/10.0" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11965" - ], - "x-ms-correlation-request-id": [ - "52368422-f336-47df-b06a-8a0cd5eceefe" - ], - "x-ms-routing-request-id": [ - "WESTUS:20190703T165301Z:52368422-f336-47df-b06a-8a0cd5eceefe" - ], - "Date": [ - "Wed, 03 Jul 2019 16:53:00 GMT" - ], - "Content-Length": [ - "459" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps7594/providers/microsoft.storagesync/storageSyncServices/sssps2135/workflow/4042a078-ef05-4b2d-b2ae-fa5a1998277b/operationresults/ee6dc1b6-0e01-4283-b881-c9c918ec4014\",\r\n \"name\": \"ee6dc1b6-0e01-4283-b881-c9c918ec4014\",\r\n \"status\": \"clearFileShareMetadata\",\r\n \"startTime\": \"2019-07-03T16:49:11.6495958Z\",\r\n \"endTime\": \"2019-07-03T16:49:14.853311Z\",\r\n \"percentComplete\": null,\r\n \"error\": null,\r\n \"properties\": {}\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps7594/providers/microsoft.storagesync/storageSyncServices/sssps2135/workflows/4042a078-ef05-4b2d-b2ae-fa5a1998277b/operations/ee6dc1b6-0e01-4283-b881-c9c918ec4014?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNzU5NC9wcm92aWRlcnMvbWljcm9zb2Z0LnN0b3JhZ2VzeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMyMTM1L3dvcmtmbG93cy80MDQyYTA3OC1lZjA1LTRiMmQtYjJhZS1mYTVhMTk5ODI3N2Ivb3BlcmF0aW9ucy9lZTZkYzFiNi0wZTAxLTQyODMtYjg4MS1jOWM5MThlYzQwMTQ/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.27617.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-request-id": [ - "4a568681-54af-4f6c-9df2-33874f845f6b" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Server": [ - "Microsoft-IIS/10.0" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11964" - ], - "x-ms-correlation-request-id": [ - "b5eef26a-99b9-4693-aed2-f948982ee585" - ], - "x-ms-routing-request-id": [ - "WESTUS:20190703T165312Z:b5eef26a-99b9-4693-aed2-f948982ee585" - ], - "Date": [ - "Wed, 03 Jul 2019 16:53:11 GMT" - ], - "Content-Length": [ - "459" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps7594/providers/microsoft.storagesync/storageSyncServices/sssps2135/workflow/4042a078-ef05-4b2d-b2ae-fa5a1998277b/operationresults/ee6dc1b6-0e01-4283-b881-c9c918ec4014\",\r\n \"name\": \"ee6dc1b6-0e01-4283-b881-c9c918ec4014\",\r\n \"status\": \"clearFileShareMetadata\",\r\n \"startTime\": \"2019-07-03T16:49:11.6495958Z\",\r\n \"endTime\": \"2019-07-03T16:49:14.853311Z\",\r\n \"percentComplete\": null,\r\n \"error\": null,\r\n \"properties\": {}\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps7594/providers/microsoft.storagesync/storageSyncServices/sssps2135/workflows/4042a078-ef05-4b2d-b2ae-fa5a1998277b/operations/ee6dc1b6-0e01-4283-b881-c9c918ec4014?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNzU5NC9wcm92aWRlcnMvbWljcm9zb2Z0LnN0b3JhZ2VzeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMyMTM1L3dvcmtmbG93cy80MDQyYTA3OC1lZjA1LTRiMmQtYjJhZS1mYTVhMTk5ODI3N2Ivb3BlcmF0aW9ucy9lZTZkYzFiNi0wZTAxLTQyODMtYjg4MS1jOWM5MThlYzQwMTQ/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.27617.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-request-id": [ - "1da83095-515b-4596-8f69-d01b44afbeaf" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Server": [ - "Microsoft-IIS/10.0" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11963" - ], - "x-ms-correlation-request-id": [ - "19a0448e-4146-42f7-8909-c95e75a57a51" - ], - "x-ms-routing-request-id": [ - "WESTUS:20190703T165322Z:19a0448e-4146-42f7-8909-c95e75a57a51" - ], - "Date": [ - "Wed, 03 Jul 2019 16:53:22 GMT" - ], - "Content-Length": [ - "459" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps7594/providers/microsoft.storagesync/storageSyncServices/sssps2135/workflow/4042a078-ef05-4b2d-b2ae-fa5a1998277b/operationresults/ee6dc1b6-0e01-4283-b881-c9c918ec4014\",\r\n \"name\": \"ee6dc1b6-0e01-4283-b881-c9c918ec4014\",\r\n \"status\": \"clearFileShareMetadata\",\r\n \"startTime\": \"2019-07-03T16:49:11.6495958Z\",\r\n \"endTime\": \"2019-07-03T16:49:14.853311Z\",\r\n \"percentComplete\": null,\r\n \"error\": null,\r\n \"properties\": {}\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps7594/providers/microsoft.storagesync/storageSyncServices/sssps2135/workflows/4042a078-ef05-4b2d-b2ae-fa5a1998277b/operations/ee6dc1b6-0e01-4283-b881-c9c918ec4014?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNzU5NC9wcm92aWRlcnMvbWljcm9zb2Z0LnN0b3JhZ2VzeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMyMTM1L3dvcmtmbG93cy80MDQyYTA3OC1lZjA1LTRiMmQtYjJhZS1mYTVhMTk5ODI3N2Ivb3BlcmF0aW9ucy9lZTZkYzFiNi0wZTAxLTQyODMtYjg4MS1jOWM5MThlYzQwMTQ/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.27617.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-request-id": [ - "a4b41320-e455-49e1-acda-835ff0e39c8d" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Server": [ - "Microsoft-IIS/10.0" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11962" - ], - "x-ms-correlation-request-id": [ - "530985ae-d4b9-4de4-a2e7-c9358c53ae86" - ], - "x-ms-routing-request-id": [ - "WESTUS:20190703T165333Z:530985ae-d4b9-4de4-a2e7-c9358c53ae86" - ], - "Date": [ - "Wed, 03 Jul 2019 16:53:32 GMT" - ], - "Content-Length": [ - "459" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps7594/providers/microsoft.storagesync/storageSyncServices/sssps2135/workflow/4042a078-ef05-4b2d-b2ae-fa5a1998277b/operationresults/ee6dc1b6-0e01-4283-b881-c9c918ec4014\",\r\n \"name\": \"ee6dc1b6-0e01-4283-b881-c9c918ec4014\",\r\n \"status\": \"clearFileShareMetadata\",\r\n \"startTime\": \"2019-07-03T16:49:11.6495958Z\",\r\n \"endTime\": \"2019-07-03T16:49:14.853311Z\",\r\n \"percentComplete\": null,\r\n \"error\": null,\r\n \"properties\": {}\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps7594/providers/microsoft.storagesync/storageSyncServices/sssps2135/workflows/4042a078-ef05-4b2d-b2ae-fa5a1998277b/operations/ee6dc1b6-0e01-4283-b881-c9c918ec4014?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNzU5NC9wcm92aWRlcnMvbWljcm9zb2Z0LnN0b3JhZ2VzeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMyMTM1L3dvcmtmbG93cy80MDQyYTA3OC1lZjA1LTRiMmQtYjJhZS1mYTVhMTk5ODI3N2Ivb3BlcmF0aW9ucy9lZTZkYzFiNi0wZTAxLTQyODMtYjg4MS1jOWM5MThlYzQwMTQ/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.27617.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-request-id": [ - "d0efc3ea-7d84-4d80-9ec3-6ff7cb307b7f" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11961" - ], - "Server": [ - "Microsoft-IIS/10.0" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET" - ], - "x-ms-correlation-request-id": [ - "bef88123-5fec-43dd-8809-48404488853c" - ], - "x-ms-routing-request-id": [ - "WESTUS:20190703T165343Z:bef88123-5fec-43dd-8809-48404488853c" - ], - "Date": [ - "Wed, 03 Jul 2019 16:53:42 GMT" - ], - "Content-Length": [ - "459" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps7594/providers/microsoft.storagesync/storageSyncServices/sssps2135/workflow/4042a078-ef05-4b2d-b2ae-fa5a1998277b/operationresults/ee6dc1b6-0e01-4283-b881-c9c918ec4014\",\r\n \"name\": \"ee6dc1b6-0e01-4283-b881-c9c918ec4014\",\r\n \"status\": \"clearFileShareMetadata\",\r\n \"startTime\": \"2019-07-03T16:49:11.6495958Z\",\r\n \"endTime\": \"2019-07-03T16:49:14.853311Z\",\r\n \"percentComplete\": null,\r\n \"error\": null,\r\n \"properties\": {}\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps7594/providers/microsoft.storagesync/storageSyncServices/sssps2135/workflows/4042a078-ef05-4b2d-b2ae-fa5a1998277b/operations/ee6dc1b6-0e01-4283-b881-c9c918ec4014?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNzU5NC9wcm92aWRlcnMvbWljcm9zb2Z0LnN0b3JhZ2VzeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMyMTM1L3dvcmtmbG93cy80MDQyYTA3OC1lZjA1LTRiMmQtYjJhZS1mYTVhMTk5ODI3N2Ivb3BlcmF0aW9ucy9lZTZkYzFiNi0wZTAxLTQyODMtYjg4MS1jOWM5MThlYzQwMTQ/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.27617.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-request-id": [ - "4415fc0e-4702-4091-bf19-042d19e19ca6" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Server": [ - "Microsoft-IIS/10.0" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11960" - ], - "x-ms-correlation-request-id": [ - "b4c851f3-b0a3-4830-846b-e215d22103a9" - ], - "x-ms-routing-request-id": [ - "WESTUS:20190703T165354Z:b4c851f3-b0a3-4830-846b-e215d22103a9" - ], - "Date": [ - "Wed, 03 Jul 2019 16:53:54 GMT" - ], - "Content-Length": [ - "459" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps7594/providers/microsoft.storagesync/storageSyncServices/sssps2135/workflow/4042a078-ef05-4b2d-b2ae-fa5a1998277b/operationresults/ee6dc1b6-0e01-4283-b881-c9c918ec4014\",\r\n \"name\": \"ee6dc1b6-0e01-4283-b881-c9c918ec4014\",\r\n \"status\": \"clearFileShareMetadata\",\r\n \"startTime\": \"2019-07-03T16:49:11.6495958Z\",\r\n \"endTime\": \"2019-07-03T16:49:14.853311Z\",\r\n \"percentComplete\": null,\r\n \"error\": null,\r\n \"properties\": {}\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps7594/providers/microsoft.storagesync/storageSyncServices/sssps2135/workflows/4042a078-ef05-4b2d-b2ae-fa5a1998277b/operations/ee6dc1b6-0e01-4283-b881-c9c918ec4014?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNzU5NC9wcm92aWRlcnMvbWljcm9zb2Z0LnN0b3JhZ2VzeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMyMTM1L3dvcmtmbG93cy80MDQyYTA3OC1lZjA1LTRiMmQtYjJhZS1mYTVhMTk5ODI3N2Ivb3BlcmF0aW9ucy9lZTZkYzFiNi0wZTAxLTQyODMtYjg4MS1jOWM5MThlYzQwMTQ/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.27617.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-request-id": [ - "57f14e85-be32-4957-bfb9-30e04e351251" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Server": [ - "Microsoft-IIS/10.0" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11959" - ], - "x-ms-correlation-request-id": [ - "e0c41238-1a26-4f27-a367-c644984020cb" - ], - "x-ms-routing-request-id": [ - "WESTUS:20190703T165405Z:e0c41238-1a26-4f27-a367-c644984020cb" - ], - "Date": [ - "Wed, 03 Jul 2019 16:54:05 GMT" - ], - "Content-Length": [ - "459" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps7594/providers/microsoft.storagesync/storageSyncServices/sssps2135/workflow/4042a078-ef05-4b2d-b2ae-fa5a1998277b/operationresults/ee6dc1b6-0e01-4283-b881-c9c918ec4014\",\r\n \"name\": \"ee6dc1b6-0e01-4283-b881-c9c918ec4014\",\r\n \"status\": \"clearFileShareMetadata\",\r\n \"startTime\": \"2019-07-03T16:49:11.6495958Z\",\r\n \"endTime\": \"2019-07-03T16:49:14.853311Z\",\r\n \"percentComplete\": null,\r\n \"error\": null,\r\n \"properties\": {}\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps7594/providers/microsoft.storagesync/storageSyncServices/sssps2135/workflows/4042a078-ef05-4b2d-b2ae-fa5a1998277b/operations/ee6dc1b6-0e01-4283-b881-c9c918ec4014?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNzU5NC9wcm92aWRlcnMvbWljcm9zb2Z0LnN0b3JhZ2VzeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMyMTM1L3dvcmtmbG93cy80MDQyYTA3OC1lZjA1LTRiMmQtYjJhZS1mYTVhMTk5ODI3N2Ivb3BlcmF0aW9ucy9lZTZkYzFiNi0wZTAxLTQyODMtYjg4MS1jOWM5MThlYzQwMTQ/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.27617.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-request-id": [ - "0053190e-acb9-4e96-8651-ca87c16b7c8c" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Server": [ - "Microsoft-IIS/10.0" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11958" - ], - "x-ms-correlation-request-id": [ - "708c65cb-bd5c-4d43-a5a2-cd0197685690" - ], - "x-ms-routing-request-id": [ - "WESTUS:20190703T165415Z:708c65cb-bd5c-4d43-a5a2-cd0197685690" - ], - "Date": [ - "Wed, 03 Jul 2019 16:54:15 GMT" - ], - "Content-Length": [ - "459" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps7594/providers/microsoft.storagesync/storageSyncServices/sssps2135/workflow/4042a078-ef05-4b2d-b2ae-fa5a1998277b/operationresults/ee6dc1b6-0e01-4283-b881-c9c918ec4014\",\r\n \"name\": \"ee6dc1b6-0e01-4283-b881-c9c918ec4014\",\r\n \"status\": \"clearFileShareMetadata\",\r\n \"startTime\": \"2019-07-03T16:49:11.6495958Z\",\r\n \"endTime\": \"2019-07-03T16:49:14.853311Z\",\r\n \"percentComplete\": null,\r\n \"error\": null,\r\n \"properties\": {}\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps7594/providers/microsoft.storagesync/storageSyncServices/sssps2135/workflows/4042a078-ef05-4b2d-b2ae-fa5a1998277b/operations/ee6dc1b6-0e01-4283-b881-c9c918ec4014?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNzU5NC9wcm92aWRlcnMvbWljcm9zb2Z0LnN0b3JhZ2VzeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMyMTM1L3dvcmtmbG93cy80MDQyYTA3OC1lZjA1LTRiMmQtYjJhZS1mYTVhMTk5ODI3N2Ivb3BlcmF0aW9ucy9lZTZkYzFiNi0wZTAxLTQyODMtYjg4MS1jOWM5MThlYzQwMTQ/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.27617.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-request-id": [ - "946b7b7c-8889-4e38-be05-83d910b882a1" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Server": [ - "Microsoft-IIS/10.0" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11957" - ], - "x-ms-correlation-request-id": [ - "ec91a09a-4462-4fee-828b-ee43e8caf6d9" - ], - "x-ms-routing-request-id": [ - "WESTUS:20190703T165426Z:ec91a09a-4462-4fee-828b-ee43e8caf6d9" - ], - "Date": [ - "Wed, 03 Jul 2019 16:54:25 GMT" - ], - "Content-Length": [ - "459" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps7594/providers/microsoft.storagesync/storageSyncServices/sssps2135/workflow/4042a078-ef05-4b2d-b2ae-fa5a1998277b/operationresults/ee6dc1b6-0e01-4283-b881-c9c918ec4014\",\r\n \"name\": \"ee6dc1b6-0e01-4283-b881-c9c918ec4014\",\r\n \"status\": \"clearFileShareMetadata\",\r\n \"startTime\": \"2019-07-03T16:49:11.6495958Z\",\r\n \"endTime\": \"2019-07-03T16:49:14.853311Z\",\r\n \"percentComplete\": null,\r\n \"error\": null,\r\n \"properties\": {}\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps7594/providers/microsoft.storagesync/storageSyncServices/sssps2135/workflows/4042a078-ef05-4b2d-b2ae-fa5a1998277b/operations/ee6dc1b6-0e01-4283-b881-c9c918ec4014?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNzU5NC9wcm92aWRlcnMvbWljcm9zb2Z0LnN0b3JhZ2VzeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMyMTM1L3dvcmtmbG93cy80MDQyYTA3OC1lZjA1LTRiMmQtYjJhZS1mYTVhMTk5ODI3N2Ivb3BlcmF0aW9ucy9lZTZkYzFiNi0wZTAxLTQyODMtYjg4MS1jOWM5MThlYzQwMTQ/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.27617.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-request-id": [ - "efe1051a-6b4c-48f3-a077-5902623f3130" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Server": [ - "Microsoft-IIS/10.0" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11956" - ], - "x-ms-correlation-request-id": [ - "1d032c3d-16f4-4730-85d0-4423d2b06ea0" - ], - "x-ms-routing-request-id": [ - "WESTUS:20190703T165436Z:1d032c3d-16f4-4730-85d0-4423d2b06ea0" - ], - "Date": [ - "Wed, 03 Jul 2019 16:54:36 GMT" - ], - "Content-Length": [ - "459" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps7594/providers/microsoft.storagesync/storageSyncServices/sssps2135/workflow/4042a078-ef05-4b2d-b2ae-fa5a1998277b/operationresults/ee6dc1b6-0e01-4283-b881-c9c918ec4014\",\r\n \"name\": \"ee6dc1b6-0e01-4283-b881-c9c918ec4014\",\r\n \"status\": \"clearFileShareMetadata\",\r\n \"startTime\": \"2019-07-03T16:49:11.6495958Z\",\r\n \"endTime\": \"2019-07-03T16:49:14.853311Z\",\r\n \"percentComplete\": null,\r\n \"error\": null,\r\n \"properties\": {}\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps7594/providers/microsoft.storagesync/storageSyncServices/sssps2135/workflows/4042a078-ef05-4b2d-b2ae-fa5a1998277b/operations/ee6dc1b6-0e01-4283-b881-c9c918ec4014?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNzU5NC9wcm92aWRlcnMvbWljcm9zb2Z0LnN0b3JhZ2VzeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMyMTM1L3dvcmtmbG93cy80MDQyYTA3OC1lZjA1LTRiMmQtYjJhZS1mYTVhMTk5ODI3N2Ivb3BlcmF0aW9ucy9lZTZkYzFiNi0wZTAxLTQyODMtYjg4MS1jOWM5MThlYzQwMTQ/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.27617.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-request-id": [ - "9019e391-b7e5-45bb-9496-e046ff0a2606" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11955" - ], - "Server": [ - "Microsoft-IIS/10.0" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET" - ], - "x-ms-correlation-request-id": [ - "c670e16f-9cca-45a9-acb4-44ee570bae72" - ], - "x-ms-routing-request-id": [ - "WESTUS:20190703T165447Z:c670e16f-9cca-45a9-acb4-44ee570bae72" - ], - "Date": [ - "Wed, 03 Jul 2019 16:54:47 GMT" - ], - "Content-Length": [ - "459" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps7594/providers/microsoft.storagesync/storageSyncServices/sssps2135/workflow/4042a078-ef05-4b2d-b2ae-fa5a1998277b/operationresults/ee6dc1b6-0e01-4283-b881-c9c918ec4014\",\r\n \"name\": \"ee6dc1b6-0e01-4283-b881-c9c918ec4014\",\r\n \"status\": \"clearFileShareMetadata\",\r\n \"startTime\": \"2019-07-03T16:49:11.6495958Z\",\r\n \"endTime\": \"2019-07-03T16:49:14.853311Z\",\r\n \"percentComplete\": null,\r\n \"error\": null,\r\n \"properties\": {}\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps7594/providers/microsoft.storagesync/storageSyncServices/sssps2135/workflows/4042a078-ef05-4b2d-b2ae-fa5a1998277b/operations/ee6dc1b6-0e01-4283-b881-c9c918ec4014?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNzU5NC9wcm92aWRlcnMvbWljcm9zb2Z0LnN0b3JhZ2VzeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMyMTM1L3dvcmtmbG93cy80MDQyYTA3OC1lZjA1LTRiMmQtYjJhZS1mYTVhMTk5ODI3N2Ivb3BlcmF0aW9ucy9lZTZkYzFiNi0wZTAxLTQyODMtYjg4MS1jOWM5MThlYzQwMTQ/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.27617.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-request-id": [ - "33382188-642f-4e01-93ce-0f912a332fef" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Server": [ - "Microsoft-IIS/10.0" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11954" - ], - "x-ms-correlation-request-id": [ - "75d4071e-3a14-48d8-a66c-60ca9a252d93" - ], - "x-ms-routing-request-id": [ - "WESTUS:20190703T165457Z:75d4071e-3a14-48d8-a66c-60ca9a252d93" - ], - "Date": [ - "Wed, 03 Jul 2019 16:54:57 GMT" - ], - "Content-Length": [ - "459" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps7594/providers/microsoft.storagesync/storageSyncServices/sssps2135/workflow/4042a078-ef05-4b2d-b2ae-fa5a1998277b/operationresults/ee6dc1b6-0e01-4283-b881-c9c918ec4014\",\r\n \"name\": \"ee6dc1b6-0e01-4283-b881-c9c918ec4014\",\r\n \"status\": \"clearFileShareMetadata\",\r\n \"startTime\": \"2019-07-03T16:49:11.6495958Z\",\r\n \"endTime\": \"2019-07-03T16:49:14.853311Z\",\r\n \"percentComplete\": null,\r\n \"error\": null,\r\n \"properties\": {}\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps7594/providers/microsoft.storagesync/storageSyncServices/sssps2135/workflows/4042a078-ef05-4b2d-b2ae-fa5a1998277b/operations/ee6dc1b6-0e01-4283-b881-c9c918ec4014?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNzU5NC9wcm92aWRlcnMvbWljcm9zb2Z0LnN0b3JhZ2VzeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMyMTM1L3dvcmtmbG93cy80MDQyYTA3OC1lZjA1LTRiMmQtYjJhZS1mYTVhMTk5ODI3N2Ivb3BlcmF0aW9ucy9lZTZkYzFiNi0wZTAxLTQyODMtYjg4MS1jOWM5MThlYzQwMTQ/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.27617.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-request-id": [ - "7e236d05-c9f7-4b9e-af54-76591eb50f02" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Server": [ - "Microsoft-IIS/10.0" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11953" - ], - "x-ms-correlation-request-id": [ - "48a33e7b-0c2a-4f74-906a-5bd91429ffdb" - ], - "x-ms-routing-request-id": [ - "WESTUS:20190703T165508Z:48a33e7b-0c2a-4f74-906a-5bd91429ffdb" - ], - "Date": [ - "Wed, 03 Jul 2019 16:55:07 GMT" - ], - "Content-Length": [ - "459" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps7594/providers/microsoft.storagesync/storageSyncServices/sssps2135/workflow/4042a078-ef05-4b2d-b2ae-fa5a1998277b/operationresults/ee6dc1b6-0e01-4283-b881-c9c918ec4014\",\r\n \"name\": \"ee6dc1b6-0e01-4283-b881-c9c918ec4014\",\r\n \"status\": \"clearFileShareMetadata\",\r\n \"startTime\": \"2019-07-03T16:49:11.6495958Z\",\r\n \"endTime\": \"2019-07-03T16:49:14.853311Z\",\r\n \"percentComplete\": null,\r\n \"error\": null,\r\n \"properties\": {}\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps7594/providers/microsoft.storagesync/storageSyncServices/sssps2135/workflows/4042a078-ef05-4b2d-b2ae-fa5a1998277b/operations/ee6dc1b6-0e01-4283-b881-c9c918ec4014?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNzU5NC9wcm92aWRlcnMvbWljcm9zb2Z0LnN0b3JhZ2VzeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMyMTM1L3dvcmtmbG93cy80MDQyYTA3OC1lZjA1LTRiMmQtYjJhZS1mYTVhMTk5ODI3N2Ivb3BlcmF0aW9ucy9lZTZkYzFiNi0wZTAxLTQyODMtYjg4MS1jOWM5MThlYzQwMTQ/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.27617.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-request-id": [ - "c80226f0-b3cb-48cd-b6a0-368f24e7edac" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Server": [ - "Microsoft-IIS/10.0" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11952" - ], - "x-ms-correlation-request-id": [ - "f199bc78-96f7-4788-a1e6-e274adee5aa6" - ], - "x-ms-routing-request-id": [ - "WESTUS:20190703T165518Z:f199bc78-96f7-4788-a1e6-e274adee5aa6" - ], - "Date": [ - "Wed, 03 Jul 2019 16:55:17 GMT" - ], - "Content-Length": [ - "459" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps7594/providers/microsoft.storagesync/storageSyncServices/sssps2135/workflow/4042a078-ef05-4b2d-b2ae-fa5a1998277b/operationresults/ee6dc1b6-0e01-4283-b881-c9c918ec4014\",\r\n \"name\": \"ee6dc1b6-0e01-4283-b881-c9c918ec4014\",\r\n \"status\": \"clearFileShareMetadata\",\r\n \"startTime\": \"2019-07-03T16:49:11.6495958Z\",\r\n \"endTime\": \"2019-07-03T16:49:14.853311Z\",\r\n \"percentComplete\": null,\r\n \"error\": null,\r\n \"properties\": {}\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps7594/providers/microsoft.storagesync/storageSyncServices/sssps2135/workflows/4042a078-ef05-4b2d-b2ae-fa5a1998277b/operations/ee6dc1b6-0e01-4283-b881-c9c918ec4014?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNzU5NC9wcm92aWRlcnMvbWljcm9zb2Z0LnN0b3JhZ2VzeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMyMTM1L3dvcmtmbG93cy80MDQyYTA3OC1lZjA1LTRiMmQtYjJhZS1mYTVhMTk5ODI3N2Ivb3BlcmF0aW9ucy9lZTZkYzFiNi0wZTAxLTQyODMtYjg4MS1jOWM5MThlYzQwMTQ/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.27617.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-request-id": [ - "e1fc9757-3c5a-4b5d-95dc-6afb1381a5e1" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Server": [ - "Microsoft-IIS/10.0" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11951" - ], - "x-ms-correlation-request-id": [ - "734edeaa-4b71-4aaa-842f-1feee6068df7" - ], - "x-ms-routing-request-id": [ - "WESTUS:20190703T165529Z:734edeaa-4b71-4aaa-842f-1feee6068df7" - ], - "Date": [ - "Wed, 03 Jul 2019 16:55:28 GMT" - ], - "Content-Length": [ - "459" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps7594/providers/microsoft.storagesync/storageSyncServices/sssps2135/workflow/4042a078-ef05-4b2d-b2ae-fa5a1998277b/operationresults/ee6dc1b6-0e01-4283-b881-c9c918ec4014\",\r\n \"name\": \"ee6dc1b6-0e01-4283-b881-c9c918ec4014\",\r\n \"status\": \"clearFileShareMetadata\",\r\n \"startTime\": \"2019-07-03T16:49:11.6495958Z\",\r\n \"endTime\": \"2019-07-03T16:49:14.853311Z\",\r\n \"percentComplete\": null,\r\n \"error\": null,\r\n \"properties\": {}\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps7594/providers/microsoft.storagesync/storageSyncServices/sssps2135/workflows/4042a078-ef05-4b2d-b2ae-fa5a1998277b/operations/ee6dc1b6-0e01-4283-b881-c9c918ec4014?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNzU5NC9wcm92aWRlcnMvbWljcm9zb2Z0LnN0b3JhZ2VzeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMyMTM1L3dvcmtmbG93cy80MDQyYTA3OC1lZjA1LTRiMmQtYjJhZS1mYTVhMTk5ODI3N2Ivb3BlcmF0aW9ucy9lZTZkYzFiNi0wZTAxLTQyODMtYjg4MS1jOWM5MThlYzQwMTQ/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.27617.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-request-id": [ - "190d8a12-fc72-47ed-b34b-6731ff5db17e" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Server": [ - "Microsoft-IIS/10.0" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11950" - ], - "x-ms-correlation-request-id": [ - "dbac82f1-35d4-4117-be67-a2b13b4f0c54" - ], - "x-ms-routing-request-id": [ - "WESTUS:20190703T165539Z:dbac82f1-35d4-4117-be67-a2b13b4f0c54" - ], - "Date": [ - "Wed, 03 Jul 2019 16:55:39 GMT" - ], - "Content-Length": [ - "459" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps7594/providers/microsoft.storagesync/storageSyncServices/sssps2135/workflow/4042a078-ef05-4b2d-b2ae-fa5a1998277b/operationresults/ee6dc1b6-0e01-4283-b881-c9c918ec4014\",\r\n \"name\": \"ee6dc1b6-0e01-4283-b881-c9c918ec4014\",\r\n \"status\": \"clearFileShareMetadata\",\r\n \"startTime\": \"2019-07-03T16:49:11.6495958Z\",\r\n \"endTime\": \"2019-07-03T16:49:14.853311Z\",\r\n \"percentComplete\": null,\r\n \"error\": null,\r\n \"properties\": {}\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps7594/providers/microsoft.storagesync/storageSyncServices/sssps2135/workflows/4042a078-ef05-4b2d-b2ae-fa5a1998277b/operations/ee6dc1b6-0e01-4283-b881-c9c918ec4014?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNzU5NC9wcm92aWRlcnMvbWljcm9zb2Z0LnN0b3JhZ2VzeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMyMTM1L3dvcmtmbG93cy80MDQyYTA3OC1lZjA1LTRiMmQtYjJhZS1mYTVhMTk5ODI3N2Ivb3BlcmF0aW9ucy9lZTZkYzFiNi0wZTAxLTQyODMtYjg4MS1jOWM5MThlYzQwMTQ/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.27617.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-request-id": [ - "17b06e4b-04aa-4798-bba1-8f6bcd63ae43" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11949" - ], - "Server": [ - "Microsoft-IIS/10.0" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET" - ], - "x-ms-correlation-request-id": [ - "2b683275-93d1-4577-ade8-3015ac5a3561" - ], - "x-ms-routing-request-id": [ - "WESTUS:20190703T165549Z:2b683275-93d1-4577-ade8-3015ac5a3561" - ], - "Date": [ - "Wed, 03 Jul 2019 16:55:49 GMT" - ], - "Content-Length": [ - "459" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps7594/providers/microsoft.storagesync/storageSyncServices/sssps2135/workflow/4042a078-ef05-4b2d-b2ae-fa5a1998277b/operationresults/ee6dc1b6-0e01-4283-b881-c9c918ec4014\",\r\n \"name\": \"ee6dc1b6-0e01-4283-b881-c9c918ec4014\",\r\n \"status\": \"clearFileShareMetadata\",\r\n \"startTime\": \"2019-07-03T16:49:11.6495958Z\",\r\n \"endTime\": \"2019-07-03T16:49:14.853311Z\",\r\n \"percentComplete\": null,\r\n \"error\": null,\r\n \"properties\": {}\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps7594/providers/microsoft.storagesync/storageSyncServices/sssps2135/workflows/4042a078-ef05-4b2d-b2ae-fa5a1998277b/operations/ee6dc1b6-0e01-4283-b881-c9c918ec4014?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNzU5NC9wcm92aWRlcnMvbWljcm9zb2Z0LnN0b3JhZ2VzeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMyMTM1L3dvcmtmbG93cy80MDQyYTA3OC1lZjA1LTRiMmQtYjJhZS1mYTVhMTk5ODI3N2Ivb3BlcmF0aW9ucy9lZTZkYzFiNi0wZTAxLTQyODMtYjg4MS1jOWM5MThlYzQwMTQ/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.27617.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-request-id": [ - "c394adc5-c689-41ac-92e0-d99f0068a628" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Server": [ - "Microsoft-IIS/10.0" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11948" - ], - "x-ms-correlation-request-id": [ - "ca165722-e758-4e6b-8f87-15071b049031" - ], - "x-ms-routing-request-id": [ - "WESTUS:20190703T165600Z:ca165722-e758-4e6b-8f87-15071b049031" - ], - "Date": [ - "Wed, 03 Jul 2019 16:56:00 GMT" - ], - "Content-Length": [ - "459" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps7594/providers/microsoft.storagesync/storageSyncServices/sssps2135/workflow/4042a078-ef05-4b2d-b2ae-fa5a1998277b/operationresults/ee6dc1b6-0e01-4283-b881-c9c918ec4014\",\r\n \"name\": \"ee6dc1b6-0e01-4283-b881-c9c918ec4014\",\r\n \"status\": \"clearFileShareMetadata\",\r\n \"startTime\": \"2019-07-03T16:49:11.6495958Z\",\r\n \"endTime\": \"2019-07-03T16:49:14.853311Z\",\r\n \"percentComplete\": null,\r\n \"error\": null,\r\n \"properties\": {}\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps7594/providers/microsoft.storagesync/storageSyncServices/sssps2135/workflows/4042a078-ef05-4b2d-b2ae-fa5a1998277b/operations/ee6dc1b6-0e01-4283-b881-c9c918ec4014?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNzU5NC9wcm92aWRlcnMvbWljcm9zb2Z0LnN0b3JhZ2VzeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMyMTM1L3dvcmtmbG93cy80MDQyYTA3OC1lZjA1LTRiMmQtYjJhZS1mYTVhMTk5ODI3N2Ivb3BlcmF0aW9ucy9lZTZkYzFiNi0wZTAxLTQyODMtYjg4MS1jOWM5MThlYzQwMTQ/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.27617.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-request-id": [ - "15466315-761e-4593-8b29-6140a09756c2" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Server": [ - "Microsoft-IIS/10.0" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11947" - ], - "x-ms-correlation-request-id": [ - "148fa724-7cfb-48f5-810f-a41dfcb11639" - ], - "x-ms-routing-request-id": [ - "WESTUS:20190703T165611Z:148fa724-7cfb-48f5-810f-a41dfcb11639" - ], - "Date": [ - "Wed, 03 Jul 2019 16:56:11 GMT" - ], - "Content-Length": [ - "459" - ], - "Content-Type": [ - "application/json; charset=utf-8" + "Tue, 23 Jun 2020 09:03:22 GMT" ], "Expires": [ "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps7594/providers/microsoft.storagesync/storageSyncServices/sssps2135/workflow/4042a078-ef05-4b2d-b2ae-fa5a1998277b/operationresults/ee6dc1b6-0e01-4283-b881-c9c918ec4014\",\r\n \"name\": \"ee6dc1b6-0e01-4283-b881-c9c918ec4014\",\r\n \"status\": \"clearFileShareMetadata\",\r\n \"startTime\": \"2019-07-03T16:49:11.6495958Z\",\r\n \"endTime\": \"2019-07-03T16:49:14.853311Z\",\r\n \"percentComplete\": null,\r\n \"error\": null,\r\n \"properties\": {}\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps7594/providers/microsoft.storagesync/storageSyncServices/sssps2135/workflows/4042a078-ef05-4b2d-b2ae-fa5a1998277b/operations/ee6dc1b6-0e01-4283-b881-c9c918ec4014?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNzU5NC9wcm92aWRlcnMvbWljcm9zb2Z0LnN0b3JhZ2VzeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMyMTM1L3dvcmtmbG93cy80MDQyYTA3OC1lZjA1LTRiMmQtYjJhZS1mYTVhMTk5ODI3N2Ivb3BlcmF0aW9ucy9lZTZkYzFiNi0wZTAxLTQyODMtYjg4MS1jOWM5MThlYzQwMTQ/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.27617.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-request-id": [ - "a5ffb701-68c1-4c00-a989-61b1e33b82b5" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Server": [ - "Microsoft-IIS/10.0" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11946" - ], - "x-ms-correlation-request-id": [ - "3bae063b-b3e0-47d9-aef9-f7dbad2d0e21" - ], - "x-ms-routing-request-id": [ - "WESTUS:20190703T165621Z:3bae063b-b3e0-47d9-aef9-f7dbad2d0e21" - ], - "Date": [ - "Wed, 03 Jul 2019 16:56:21 GMT" ], "Content-Length": [ - "459" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" + "0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps7594/providers/microsoft.storagesync/storageSyncServices/sssps2135/workflow/4042a078-ef05-4b2d-b2ae-fa5a1998277b/operationresults/ee6dc1b6-0e01-4283-b881-c9c918ec4014\",\r\n \"name\": \"ee6dc1b6-0e01-4283-b881-c9c918ec4014\",\r\n \"status\": \"clearFileShareMetadata\",\r\n \"startTime\": \"2019-07-03T16:49:11.6495958Z\",\r\n \"endTime\": \"2019-07-03T16:49:14.853311Z\",\r\n \"percentComplete\": null,\r\n \"error\": null,\r\n \"properties\": {}\r\n}", + "ResponseBody": "", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps7594/providers/microsoft.storagesync/storageSyncServices/sssps2135/workflows/4042a078-ef05-4b2d-b2ae-fa5a1998277b/operations/ee6dc1b6-0e01-4283-b881-c9c918ec4014?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNzU5NC9wcm92aWRlcnMvbWljcm9zb2Z0LnN0b3JhZ2VzeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMyMTM1L3dvcmtmbG93cy80MDQyYTA3OC1lZjA1LTRiMmQtYjJhZS1mYTVhMTk5ODI3N2Ivb3BlcmF0aW9ucy9lZTZkYzFiNi0wZTAxLTQyODMtYjg4MS1jOWM5MThlYzQwMTQ/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", - "RequestMethod": "GET", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps2896/providers/Microsoft.StorageSync/storageSyncServices/sssps4494/syncGroups/sgps988?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzMjg5Ni9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM0NDk0L3N5bmNHcm91cHMvc2dwczk4OD9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.27617.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-request-id": [ - "2d00e2dd-2d75-4eab-a1bd-1afeeec7f30f" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Server": [ - "Microsoft-IIS/10.0" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11945" - ], - "x-ms-correlation-request-id": [ - "52fcf344-7bf2-4ad5-99f4-3c0b5fd3b6f9" - ], - "x-ms-routing-request-id": [ - "WESTUS:20190703T165632Z:52fcf344-7bf2-4ad5-99f4-3c0b5fd3b6f9" - ], - "Date": [ - "Wed, 03 Jul 2019 16:56:31 GMT" - ], - "Content-Length": [ - "459" + "x-ms-client-request-id": [ + "13cb5326-22ad-430b-9420-6a4821f2c905" ], - "Content-Type": [ - "application/json; charset=utf-8" + "Accept-Language": [ + "en-US" ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps7594/providers/microsoft.storagesync/storageSyncServices/sssps2135/workflow/4042a078-ef05-4b2d-b2ae-fa5a1998277b/operationresults/ee6dc1b6-0e01-4283-b881-c9c918ec4014\",\r\n \"name\": \"ee6dc1b6-0e01-4283-b881-c9c918ec4014\",\r\n \"status\": \"clearFileShareMetadata\",\r\n \"startTime\": \"2019-07-03T16:49:11.6495958Z\",\r\n \"endTime\": \"2019-07-03T16:49:14.853311Z\",\r\n \"percentComplete\": null,\r\n \"error\": null,\r\n \"properties\": {}\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps7594/providers/microsoft.storagesync/storageSyncServices/sssps2135/workflows/4042a078-ef05-4b2d-b2ae-fa5a1998277b/operations/ee6dc1b6-0e01-4283-b881-c9c918ec4014?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNzU5NC9wcm92aWRlcnMvbWljcm9zb2Z0LnN0b3JhZ2VzeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMyMTM1L3dvcmtmbG93cy80MDQyYTA3OC1lZjA1LTRiMmQtYjJhZS1mYTVhMTk5ODI3N2Ivb3BlcmF0aW9ucy9lZTZkYzFiNi0wZTAxLTQyODMtYjg4MS1jOWM5MThlYzQwMTQ/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -4536,7 +1575,7 @@ "no-cache" ], "x-ms-request-id": [ - "e407c077-f5d3-42fa-b4c4-046eeff1d2a2" + "e4d6d9e8-5423-4899-8eff-a231050fd70d" ], "X-Content-Type-Options": [ "nosniff" @@ -4553,42 +1592,45 @@ "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11944" + "x-ms-ratelimit-remaining-subscription-deletes": [ + "14998" ], "x-ms-correlation-request-id": [ - "3ed362e8-922a-4cbb-8b26-22360e484075" + "b95cf9b9-128c-45ee-9e84-72cd04a77c44" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T165642Z:3ed362e8-922a-4cbb-8b26-22360e484075" + "WESTUS:20200623T090323Z:b95cf9b9-128c-45ee-9e84-72cd04a77c44" ], "Date": [ - "Wed, 03 Jul 2019 16:56:41 GMT" - ], - "Content-Length": [ - "459" - ], - "Content-Type": [ - "application/json; charset=utf-8" + "Tue, 23 Jun 2020 09:03:23 GMT" ], "Expires": [ "-1" + ], + "Content-Length": [ + "0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps7594/providers/microsoft.storagesync/storageSyncServices/sssps2135/workflow/4042a078-ef05-4b2d-b2ae-fa5a1998277b/operationresults/ee6dc1b6-0e01-4283-b881-c9c918ec4014\",\r\n \"name\": \"ee6dc1b6-0e01-4283-b881-c9c918ec4014\",\r\n \"status\": \"clearFileShareMetadata\",\r\n \"startTime\": \"2019-07-03T16:49:11.6495958Z\",\r\n \"endTime\": \"2019-07-03T16:49:14.853311Z\",\r\n \"percentComplete\": null,\r\n \"error\": null,\r\n \"properties\": {}\r\n}", + "ResponseBody": "", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps7594/providers/microsoft.storagesync/storageSyncServices/sssps2135/workflows/4042a078-ef05-4b2d-b2ae-fa5a1998277b/operations/ee6dc1b6-0e01-4283-b881-c9c918ec4014?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNzU5NC9wcm92aWRlcnMvbWljcm9zb2Z0LnN0b3JhZ2VzeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMyMTM1L3dvcmtmbG93cy80MDQyYTA3OC1lZjA1LTRiMmQtYjJhZS1mYTVhMTk5ODI3N2Ivb3BlcmF0aW9ucy9lZTZkYzFiNi0wZTAxLTQyODMtYjg4MS1jOWM5MThlYzQwMTQ/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", - "RequestMethod": "GET", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps2896/providers/Microsoft.StorageSync/storageSyncServices/sssps4494?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzMjg5Ni9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM0NDk0P2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", + "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { + "x-ms-client-request-id": [ + "b17d103a-b810-4c7b-87f9-4223d27c2855" + ], + "Accept-Language": [ + "en-US" + ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -4598,71 +1640,17 @@ "Pragma": [ "no-cache" ], - "x-ms-request-id": [ - "a3be5b85-86c5-4009-8a94-57baeb986e97" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11943" - ], - "Server": [ - "Microsoft-IIS/10.0" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET" - ], - "x-ms-correlation-request-id": [ - "3bc7f652-68a8-4fac-a1d0-2125c4d356c0" - ], - "x-ms-routing-request-id": [ - "WESTUS:20190703T165652Z:3bc7f652-68a8-4fac-a1d0-2125c4d356c0" - ], - "Date": [ - "Wed, 03 Jul 2019 16:56:52 GMT" - ], - "Content-Length": [ - "447" - ], - "Content-Type": [ - "application/json; charset=utf-8" + "Location": [ + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6ImRkMjQ0ZTc5LTJlZjMtNGYyYy05NGJjLTcxM2M2NmM5NmU0MCIsIndvcmtmbG93SWQiOiI4YzVmNDFhMy05ZDVlLTRjMWMtYmNjZC1hZWY1OTFmZTMzZWMiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiMmM4Yzk5Y2EtNzVhOS00MGYzLTg0NTQtOGQ3ZTMxZGMxMDI3In0=?api-version=2020-03-01" ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps7594/providers/microsoft.storagesync/storageSyncServices/sssps2135/workflow/4042a078-ef05-4b2d-b2ae-fa5a1998277b/operationresults/ee6dc1b6-0e01-4283-b881-c9c918ec4014\",\r\n \"name\": \"ee6dc1b6-0e01-4283-b881-c9c918ec4014\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2019-07-03T16:49:11.6495958Z\",\r\n \"endTime\": \"2019-07-03T16:56:46.1869996Z\",\r\n \"percentComplete\": null,\r\n \"error\": null,\r\n \"properties\": {}\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps7594/providers/microsoft.storagesync/storageSyncServices/sssps2135/workflows/4042a078-ef05-4b2d-b2ae-fa5a1998277b/operationresults/ee6dc1b6-0e01-4283-b881-c9c918ec4014?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNzU5NC9wcm92aWRlcnMvbWljcm9zb2Z0LnN0b3JhZ2VzeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMyMTM1L3dvcmtmbG93cy80MDQyYTA3OC1lZjA1LTRiMmQtYjJhZS1mYTVhMTk5ODI3N2Ivb3BlcmF0aW9ucmVzdWx0cy9lZTZkYzFiNi0wZTAxLTQyODMtYjg4MS1jOWM5MThlYzQwMTQ/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.27617.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" + "Retry-After": [ + "10" ], - "Pragma": [ - "no-cache" + "Azure-AsyncOperation": [ + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6ImRkMjQ0ZTc5LTJlZjMtNGYyYy05NGJjLTcxM2M2NmM5NmU0MCIsIndvcmtmbG93SWQiOiI4YzVmNDFhMy05ZDVlLTRjMWMtYmNjZC1hZWY1OTFmZTMzZWMiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiMmM4Yzk5Y2EtNzVhOS00MGYzLTg0NTQtOGQ3ZTMxZGMxMDI3In0=?api-version=2020-03-01" ], "x-ms-request-id": [ - "9fdd606a-b5e7-49f1-85ca-6ab47f6da52e" + "38e22809-4d62-4389-b5e7-55b4415d8ae9" ], "X-Content-Type-Options": [ "nosniff" @@ -4679,17 +1667,17 @@ "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11942" + "x-ms-ratelimit-remaining-subscription-deletes": [ + "14997" ], "x-ms-correlation-request-id": [ - "0a29dbf8-b340-42bf-a5ec-c1e3402a9091" + "e3a59fea-e4ba-4a7b-9a56-17b420234340" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T165653Z:0a29dbf8-b340-42bf-a5ec-c1e3402a9091" + "WESTUS:20200623T090324Z:e3a59fea-e4ba-4a7b-9a56-17b420234340" ], "Date": [ - "Wed, 03 Jul 2019 16:56:52 GMT" + "Tue, 23 Jun 2020 09:03:23 GMT" ], "Expires": [ "-1" @@ -4699,25 +1687,19 @@ ] }, "ResponseBody": "", - "StatusCode": 200 + "StatusCode": 202 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps7594/providers/Microsoft.StorageSync/storageSyncServices/sssps2135/syncGroups/sgps6740?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNzU5NC9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMyMTM1L3N5bmNHcm91cHMvc2dwczY3NDA/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", - "RequestMethod": "DELETE", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6ImRkMjQ0ZTc5LTJlZjMtNGYyYy05NGJjLTcxM2M2NmM5NmU0MCIsIndvcmtmbG93SWQiOiI4YzVmNDFhMy05ZDVlLTRjMWMtYmNjZC1hZWY1OTFmZTMzZWMiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiMmM4Yzk5Y2EtNzVhOS00MGYzLTg0NTQtOGQ3ZTMxZGMxMDI3In0=?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvbG9jYXRpb25zL2NlbnRyYWx1c2V1YXAvb3BlcmF0aW9ucy9leUp3WVhKMGFYUnBiMjVKWkNJNkltUmtNalEwWlRjNUxUSmxaak10TkdZeVl5MDVOR0pqTFRjeE0yTTJObU01Tm1VME1DSXNJbmR2Y210bWJHOTNTV1FpT2lJNFl6Vm1OREZoTXkwNVpEVmxMVFJqTVdNdFltTmpaQzFoWldZMU9URm1aVE16WldNaUxDSjNiM0pyWm14dmQwOXdaWEpoZEdsdmJrbGtJam9pTW1NNFl6azVZMkV0TnpWaE9TMDBNR1l6TFRnME5UUXRPR1EzWlRNeFpHTXhNREkzSW4wPT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { - "x-ms-client-request-id": [ - "b47e0746-64ad-4f1f-9191-67529403ea18" - ], - "Accept-Language": [ - "en-US" - ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -4728,7 +1710,7 @@ "no-cache" ], "x-ms-request-id": [ - "3cf400d1-79ad-478d-93ed-9c017f1c1fcd" + "d21bcc0e-5aa3-4afe-a1e1-c25abc89453b" ], "X-Content-Type-Options": [ "nosniff" @@ -4745,45 +1727,42 @@ "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-deletes": [ - "14998" + "x-ms-ratelimit-remaining-subscription-reads": [ + "11992" ], "x-ms-correlation-request-id": [ - "06506657-ba70-421b-80ab-9638f9f9ca4c" + "689b6e8e-6c50-4296-948c-15801a25574c" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T165654Z:06506657-ba70-421b-80ab-9638f9f9ca4c" + "WESTUS:20200623T090334Z:689b6e8e-6c50-4296-948c-15801a25574c" ], "Date": [ - "Wed, 03 Jul 2019 16:56:54 GMT" + "Tue, 23 Jun 2020 09:03:33 GMT" + ], + "Content-Length": [ + "745" + ], + "Content-Type": [ + "application/json" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, - "ResponseBody": "", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6ImRkMjQ0ZTc5LTJlZjMtNGYyYy05NGJjLTcxM2M2NmM5NmU0MCIsIndvcmtmbG93SWQiOiI4YzVmNDFhMy05ZDVlLTRjMWMtYmNjZC1hZWY1OTFmZTMzZWMiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiMmM4Yzk5Y2EtNzVhOS00MGYzLTg0NTQtOGQ3ZTMxZGMxMDI3In0=\",\r\n \"name\": \"eyJwYXJ0aXRpb25JZCI6ImRkMjQ0ZTc5LTJlZjMtNGYyYy05NGJjLTcxM2M2NmM5NmU0MCIsIndvcmtmbG93SWQiOiI4YzVmNDFhMy05ZDVlLTRjMWMtYmNjZC1hZWY1OTFmZTMzZWMiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiMmM4Yzk5Y2EtNzVhOS00MGYzLTg0NTQtOGQ3ZTMxZGMxMDI3In0=\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2020-06-23T09:03:24.6268004Z\",\r\n \"endTime\": \"2020-06-23T09:03:30.1317435Z\",\r\n \"properties\": {}\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps7594/providers/Microsoft.StorageSync/storageSyncServices/sssps2135?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNzU5NC9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMyMTM1P2FwaS12ZXJzaW9uPTIwMTktMDMtMDE=", - "RequestMethod": "DELETE", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6ImRkMjQ0ZTc5LTJlZjMtNGYyYy05NGJjLTcxM2M2NmM5NmU0MCIsIndvcmtmbG93SWQiOiI4YzVmNDFhMy05ZDVlLTRjMWMtYmNjZC1hZWY1OTFmZTMzZWMiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiMmM4Yzk5Y2EtNzVhOS00MGYzLTg0NTQtOGQ3ZTMxZGMxMDI3In0=?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvbG9jYXRpb25zL2NlbnRyYWx1c2V1YXAvb3BlcmF0aW9ucmVzdWx0cy9leUp3WVhKMGFYUnBiMjVKWkNJNkltUmtNalEwWlRjNUxUSmxaak10TkdZeVl5MDVOR0pqTFRjeE0yTTJObU01Tm1VME1DSXNJbmR2Y210bWJHOTNTV1FpT2lJNFl6Vm1OREZoTXkwNVpEVmxMVFJqTVdNdFltTmpaQzFoWldZMU9URm1aVE16WldNaUxDSjNiM0pyWm14dmQwOXdaWEpoZEdsdmJrbGtJam9pTW1NNFl6azVZMkV0TnpWaE9TMDBNR1l6TFRnME5UUXRPR1EzWlRNeFpHTXhNREkzSW4wPT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { - "x-ms-client-request-id": [ - "24821012-57ed-4f92-a135-bd07b21fae92" - ], - "Accept-Language": [ - "en-US" - ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -4794,7 +1773,7 @@ "no-cache" ], "x-ms-request-id": [ - "5168024e-85cd-427f-be26-5f9e91d4dbbd" + "0da8131d-f71d-4d12-8480-7e64f2443e9b" ], "X-Content-Type-Options": [ "nosniff" @@ -4811,17 +1790,17 @@ "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-deletes": [ - "14997" + "x-ms-ratelimit-remaining-subscription-reads": [ + "11991" ], "x-ms-correlation-request-id": [ - "ee554e5d-c1ef-4f3a-b0f1-6e2527904df6" + "9f0759e8-b9d7-4455-b3cc-d6a82eb4b25d" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T165654Z:ee554e5d-c1ef-4f3a-b0f1-6e2527904df6" + "WESTUS:20200623T090334Z:9f0759e8-b9d7-4455-b3cc-d6a82eb4b25d" ], "Date": [ - "Wed, 03 Jul 2019 16:56:54 GMT" + "Tue, 23 Jun 2020 09:03:34 GMT" ], "Expires": [ "-1" @@ -4834,22 +1813,22 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps7594/providers/Microsoft.Storage/storageAccounts/saps886?api-version=2017-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNzU5NC9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2Uvc3RvcmFnZUFjY291bnRzL3NhcHM4ODY/YXBpLXZlcnNpb249MjAxNy0xMC0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps2896/providers/Microsoft.Storage/storageAccounts/saps9971?api-version=2017-10-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzMjg5Ni9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2Uvc3RvcmFnZUFjY291bnRzL3NhcHM5OTcxP2FwaS12ZXJzaW9uPTIwMTctMTAtMDE=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "0332c9ee-47df-4fb7-8ab7-085608d08ab5" + "cb464a33-8a6e-403b-b8ea-ded0ed2dd1e5" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Storage.Version2017.10.01.StorageManagementClient/1.3.0" + "Microsoft.Azure.Management.Storage.Version2017.10.01.StorageManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -4860,7 +1839,7 @@ "no-cache" ], "x-ms-request-id": [ - "98a5703b-faf1-484d-93fc-943c251d65a0" + "e0d83ab7-e72e-4944-9c6a-7e336f5a2b30" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4869,19 +1848,19 @@ "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-deletes": [ - "14999" + "14996" ], "x-ms-correlation-request-id": [ - "5afc910c-32a0-4e6e-ad4b-dc439f8e81f3" + "00ed7cb8-b04b-41b0-acc6-3f49f6e7f126" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T165700Z:5afc910c-32a0-4e6e-ad4b-dc439f8e81f3" + "WESTUS:20200623T090335Z:00ed7cb8-b04b-41b0-acc6-3f49f6e7f126" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 16:56:59 GMT" + "Tue, 23 Jun 2020 09:03:35 GMT" ], "Content-Type": [ "text/plain; charset=utf-8" @@ -4897,22 +1876,22 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps7594/providers/Microsoft.StorageSync/storageSyncServices?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNzU5NC9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXM/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps2896/providers/Microsoft.StorageSync/storageSyncServices?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzMjg5Ni9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXM/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "2b4c087a-c6a5-46db-b1cf-de5bd49df74d" + "a1ac382d-8827-43f3-8a7f-a99a92e793c5" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -4923,16 +1902,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11999" + "11990" ], "x-ms-request-id": [ - "723dd92f-d1fd-4012-a81f-245f59cab170" + "788cef8c-5c38-424d-af37-68ff5e9f165f" ], "x-ms-correlation-request-id": [ - "723dd92f-d1fd-4012-a81f-245f59cab170" + "788cef8c-5c38-424d-af37-68ff5e9f165f" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T165700Z:723dd92f-d1fd-4012-a81f-245f59cab170" + "WESTUS:20200623T090335Z:788cef8c-5c38-424d-af37-68ff5e9f165f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4941,7 +1920,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 16:56:59 GMT" + "Tue, 23 Jun 2020 09:03:35 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -4957,22 +1936,22 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourcegroups/ps7594?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlZ3JvdXBzL3BzNzU5ND9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourcegroups/ps2896?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlZ3JvdXBzL3BzMjg5Nj9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "19b4a512-9f75-4942-a544-e895cc97680f" + "82a50990-4c8c-451a-8b96-0cff4d90139d" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -4983,22 +1962,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzc1OTQtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzI4OTYtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-deletes": [ - "14998" + "14995" ], "x-ms-request-id": [ - "9ffc083f-e46c-482d-b38c-760c29422904" + "b12c7ebd-2273-4bc8-a372-227cbe31d625" ], "x-ms-correlation-request-id": [ - "9ffc083f-e46c-482d-b38c-760c29422904" + "b12c7ebd-2273-4bc8-a372-227cbe31d625" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T165701Z:9ffc083f-e46c-482d-b38c-760c29422904" + "WESTUS:20200623T090336Z:b12c7ebd-2273-4bc8-a372-227cbe31d625" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -5007,7 +1986,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 16:57:00 GMT" + "Tue, 23 Jun 2020 09:03:35 GMT" ], "Expires": [ "-1" @@ -5020,16 +1999,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzc1OTQtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpjMU9UUXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzI4OTYtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpJNE9UWXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -5040,22 +2019,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzc1OTQtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzI4OTYtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11999" + "11989" ], "x-ms-request-id": [ - "261d6ca2-45ac-4d1a-8f1a-4aa9b2ca5046" + "63f02b7c-bb1d-4cbf-a27a-3835bb9c6858" ], "x-ms-correlation-request-id": [ - "261d6ca2-45ac-4d1a-8f1a-4aa9b2ca5046" + "63f02b7c-bb1d-4cbf-a27a-3835bb9c6858" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T165717Z:261d6ca2-45ac-4d1a-8f1a-4aa9b2ca5046" + "WESTUS:20200623T090351Z:63f02b7c-bb1d-4cbf-a27a-3835bb9c6858" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -5064,7 +2043,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 16:57:17 GMT" + "Tue, 23 Jun 2020 09:03:50 GMT" ], "Expires": [ "-1" @@ -5077,16 +2056,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzc1OTQtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpjMU9UUXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzI4OTYtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpJNE9UWXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -5097,22 +2076,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzc1OTQtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzI4OTYtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11998" + "11988" ], "x-ms-request-id": [ - "f1cde77d-92ba-4869-b778-35e2a32fe4ba" + "15636323-1a78-4e97-8f6e-3b1c9b0d5a65" ], "x-ms-correlation-request-id": [ - "f1cde77d-92ba-4869-b778-35e2a32fe4ba" + "15636323-1a78-4e97-8f6e-3b1c9b0d5a65" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T165732Z:f1cde77d-92ba-4869-b778-35e2a32fe4ba" + "WESTUS:20200623T090406Z:15636323-1a78-4e97-8f6e-3b1c9b0d5a65" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -5121,7 +2100,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 16:57:31 GMT" + "Tue, 23 Jun 2020 09:04:05 GMT" ], "Expires": [ "-1" @@ -5134,16 +2113,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzc1OTQtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpjMU9UUXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzI4OTYtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpJNE9UWXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -5154,16 +2133,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11997" + "11987" ], "x-ms-request-id": [ - "11cea082-809e-4e15-b5e8-fc32b0a331cf" + "72e5c17d-4413-4761-9319-5d1223c2ea6a" ], "x-ms-correlation-request-id": [ - "11cea082-809e-4e15-b5e8-fc32b0a331cf" + "72e5c17d-4413-4761-9319-5d1223c2ea6a" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T165747Z:11cea082-809e-4e15-b5e8-fc32b0a331cf" + "WESTUS:20200623T090421Z:72e5c17d-4413-4761-9319-5d1223c2ea6a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -5172,7 +2151,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 16:57:46 GMT" + "Tue, 23 Jun 2020 09:04:21 GMT" ], "Expires": [ "-1" @@ -5185,16 +2164,16 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzc1OTQtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpjMU9UUXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzI4OTYtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpJNE9UWXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -5205,16 +2184,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11996" + "11986" ], "x-ms-request-id": [ - "554a6a49-f91e-45fc-936b-3293f5ecb114" + "ce419309-1c8d-4c4b-be90-1c552f6148b9" ], "x-ms-correlation-request-id": [ - "554a6a49-f91e-45fc-936b-3293f5ecb114" + "ce419309-1c8d-4c4b-be90-1c552f6148b9" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T165747Z:554a6a49-f91e-45fc-936b-3293f5ecb114" + "WESTUS:20200623T090421Z:ce419309-1c8d-4c4b-be90-1c552f6148b9" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -5223,7 +2202,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 16:57:47 GMT" + "Tue, 23 Jun 2020 09:04:21 GMT" ], "Expires": [ "-1" @@ -5238,19 +2217,19 @@ ], "Names": { "Test-RemoveCloudEndpointResourceId": [ - "ps7594", - "ps2135", - "ps6740", - "ps907", - "ps886" + "ps2896", + "ps4494", + "ps988", + "ps6526", + "ps9971" ], "TestRemoveCloudEndpointResourceId": [ - "a3d183c2-c134-4c2d-92d8-078526c26278" + "cf3d0b2c-ed01-4188-8831-0404afc756ae" ] }, "Variables": { - "SubscriptionId": "7b96cb02-4663-40f4-9a89-603d3849e46a", - "TenantId": "0483643a-cb2f-462a-bc27-1a270e5bdc0a", + "SubscriptionId": "1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b", + "TenantId": "6ad91d65-65ab-4e14-90f7-fe951035b7c9", "Domain": "" } } \ No newline at end of file diff --git a/src/StorageSync/StorageSync.Test/SessionRecords/StorageSyncTests.RegisteredServerTests/TestGetRegisteredServer.json b/src/StorageSync/StorageSync.Test/SessionRecords/StorageSyncTests.RegisteredServerTests/TestGetRegisteredServer.json index 00b6c51b0207..80178d9e3983 100644 --- a/src/StorageSync/StorageSync.Test/SessionRecords/StorageSyncTests.RegisteredServerTests/TestGetRegisteredServer.json +++ b/src/StorageSync/StorageSync.Test/SessionRecords/StorageSyncTests.RegisteredServerTests/TestGetRegisteredServer.json @@ -1,22 +1,22 @@ { "Entries": [ { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/providers/Microsoft.Resources?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVzb3VyY2VzP2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/Microsoft.Resources?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVzb3VyY2VzP2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "a6c3572a-334a-4c1f-9d58-8ea70cf0e9c4" + "642f5a12-d18e-4d58-8da4-3f58238bc0bc" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -30,13 +30,13 @@ "11999" ], "x-ms-request-id": [ - "d953c465-6f99-4bd5-b4fd-74b482157ce5" + "7da3b275-35c9-45ee-a41b-41e39ef8161f" ], "x-ms-correlation-request-id": [ - "d953c465-6f99-4bd5-b4fd-74b482157ce5" + "7da3b275-35c9-45ee-a41b-41e39ef8161f" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T230310Z:d953c465-6f99-4bd5-b4fd-74b482157ce5" + "WESTUS:20200623T232054Z:7da3b275-35c9-45ee-a41b-41e39ef8161f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -45,7 +45,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 23:03:09 GMT" + "Tue, 23 Jun 2020 23:20:53 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -54,29 +54,29 @@ "-1" ], "Content-Length": [ - "8818" + "10899" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/providers/Microsoft.Resources\",\r\n \"namespace\": \"Microsoft.Resources\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"tenants\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operationresults\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"notifyResourceJobs\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"tags\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkPolicyCompliance\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"providers\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkresourcename\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resources\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/resources\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/providers\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/operationresults\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceGroups\",\r\n \"locations\": [\r\n \"Central US\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"West Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia Southeast\",\r\n \"Australia East\",\r\n \"West India\",\r\n \"South India\",\r\n \"Central India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/resourceGroups\",\r\n \"locations\": [\r\n \"Central US\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"West Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia Southeast\",\r\n \"Australia East\",\r\n \"West India\",\r\n \"South India\",\r\n \"Central India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/resourcegroups/resources\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/tagnames\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/tagNames/tagValues\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"deployments\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"deployments/operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"links\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-01-01\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/Microsoft.Resources\",\r\n \"namespace\": \"Microsoft.Resources\",\r\n \"authorization\": {\r\n \"applicationId\": \"3b990c8b-9607-4c2a-8b04-1d41985facca\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"tenants\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-01-01\",\r\n \"2019-09-01\",\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-09-01\",\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operationresults\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-09-01\",\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"notifyResourceJobs\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-09-01\",\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"tags\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-10-01\",\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\"\r\n ],\r\n \"capabilities\": \"SupportsExtension\"\r\n },\r\n {\r\n \"resourceType\": \"checkPolicyCompliance\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"providers\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkresourcename\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"calculateTemplateHash\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-09-01\",\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resources\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-09-01\",\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-10-01\",\r\n \"2019-09-01\",\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/resources\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-09-01\",\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/providers\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/operationresults\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceGroups\",\r\n \"locations\": [\r\n \"Central US\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"West Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia Southeast\",\r\n \"Australia East\",\r\n \"West India\",\r\n \"South India\",\r\n \"Central India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Australia Central\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/resourceGroups\",\r\n \"locations\": [\r\n \"Central US\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"West Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia Southeast\",\r\n \"Australia East\",\r\n \"West India\",\r\n \"South India\",\r\n \"Central India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Australia Central\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/resourcegroups/resources\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/tagnames\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/tagNames/tagValues\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"deployments\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-09-01\",\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"deployments/operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-09-01\",\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"links\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ],\r\n \"capabilities\": \"SupportsExtension\"\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-01-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"deploymentScripts\",\r\n \"locations\": [\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Australia East\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"Central US\",\r\n \"North Central US\",\r\n \"UK South\",\r\n \"Central India\",\r\n \"South India\",\r\n \"Japan East\",\r\n \"Korea Central\",\r\n \"North Europe\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West US 2\",\r\n \"West US\",\r\n \"South Central US\",\r\n \"Canada East\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-10-01-preview\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"deploymentScripts/logs\",\r\n \"locations\": [\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Australia East\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"Central US\",\r\n \"North Central US\",\r\n \"UK South\",\r\n \"Central India\",\r\n \"South India\",\r\n \"Japan East\",\r\n \"Korea Central\",\r\n \"North Europe\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West US 2\",\r\n \"West US\",\r\n \"South Central US\",\r\n \"Canada East\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/deploymentScriptOperationResults\",\r\n \"locations\": [\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Australia East\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"Central US\",\r\n \"North Central US\",\r\n \"UK South\",\r\n \"Central India\",\r\n \"South India\",\r\n \"Japan East\",\r\n \"Korea Central\",\r\n \"North Europe\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West US 2\",\r\n \"West US\",\r\n \"South Central US\",\r\n \"Canada East\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-10-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/providers/Microsoft.StorageSync?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZVN5bmM/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/Microsoft.StorageSync?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZVN5bmM/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "df293aaf-1d0c-4616-a141-4005443ad3f3" + "7bee53f4-6810-42d1-a83e-f1fca42639c7" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -90,13 +90,13 @@ "11998" ], "x-ms-request-id": [ - "026f2d93-3b8f-4b13-b19d-c59b724ba61e" + "9d362106-2e95-49c3-a712-fc30a58ec909" ], "x-ms-correlation-request-id": [ - "026f2d93-3b8f-4b13-b19d-c59b724ba61e" + "9d362106-2e95-49c3-a712-fc30a58ec909" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T230310Z:026f2d93-3b8f-4b13-b19d-c59b724ba61e" + "WESTUS:20200623T232054Z:9d362106-2e95-49c3-a712-fc30a58ec909" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -105,7 +105,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 23:03:09 GMT" + "Tue, 23 Jun 2020 23:20:53 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -114,29 +114,29 @@ "-1" ], "Content-Length": [ - "5239" + "7645" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/providers/Microsoft.StorageSync\",\r\n \"namespace\": \"Microsoft.StorageSync\",\r\n \"authorizations\": [\r\n {\r\n \"applicationId\": \"9469b9f5-6722-4481-a2b2-14ed560b706f\"\r\n }\r\n ],\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageSyncServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"Central US EUAP\",\r\n \"West US 2\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\",\r\n \"2018-01-01-preview\",\r\n \"2017-06-05-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"storageSyncServices/syncGroups\",\r\n \"locations\": [\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"Central US EUAP\",\r\n \"West US 2\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\",\r\n \"2018-01-01-preview\",\r\n \"2017-06-05-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageSyncServices/syncGroups/cloudEndpoints\",\r\n \"locations\": [\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"Central US EUAP\",\r\n \"West US 2\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\",\r\n \"2018-01-01-preview\",\r\n \"2017-06-05-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageSyncServices/syncGroups/serverEndpoints\",\r\n \"locations\": [\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"Central US EUAP\",\r\n \"West US 2\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\",\r\n \"2018-01-01-preview\",\r\n \"2017-06-05-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageSyncServices/registeredServers\",\r\n \"locations\": [\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"Central US EUAP\",\r\n \"West US 2\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\",\r\n \"2018-01-01-preview\",\r\n \"2017-06-05-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageSyncServices/workflows\",\r\n \"locations\": [\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"Central US EUAP\",\r\n \"West US 2\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\",\r\n \"2018-01-01-preview\",\r\n \"2017-06-05-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\",\r\n \"2018-01-01-preview\",\r\n \"2017-06-05-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/checkNameAvailability\",\r\n \"locations\": [\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/workflows\",\r\n \"locations\": [\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/Microsoft.StorageSync\",\r\n \"namespace\": \"Microsoft.StorageSync\",\r\n \"authorizations\": [\r\n {\r\n \"applicationId\": \"9469b9f5-6722-4481-a2b2-14ed560b706f\",\r\n \"roleDefinitionId\": \"4cd49d82-1f4d-43fc-af0c-1c1203668e5a\"\r\n }\r\n ],\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageSyncServices\",\r\n \"locations\": [\r\n \"West Central US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"West US 2\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"UAE North\",\r\n \"UAE Central\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2019-10-01\",\r\n \"2019-06-01\",\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\",\r\n \"2018-01-01-preview\",\r\n \"2017-06-05-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"storageSyncServices/syncGroups\",\r\n \"locations\": [\r\n \"West Central US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"West US 2\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"UAE North\",\r\n \"UAE Central\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2019-10-01\",\r\n \"2019-06-01\",\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\",\r\n \"2018-01-01-preview\",\r\n \"2017-06-05-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageSyncServices/syncGroups/cloudEndpoints\",\r\n \"locations\": [\r\n \"West Central US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"West US 2\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"UAE North\",\r\n \"UAE Central\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2019-10-01\",\r\n \"2019-06-01\",\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\",\r\n \"2018-01-01-preview\",\r\n \"2017-06-05-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageSyncServices/syncGroups/serverEndpoints\",\r\n \"locations\": [\r\n \"West Central US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"West US 2\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"UAE North\",\r\n \"UAE Central\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2019-10-01\",\r\n \"2019-06-01\",\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\",\r\n \"2018-01-01-preview\",\r\n \"2017-06-05-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageSyncServices/registeredServers\",\r\n \"locations\": [\r\n \"West Central US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"West US 2\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"UAE North\",\r\n \"UAE Central\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2019-10-01\",\r\n \"2019-06-01\",\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\",\r\n \"2018-01-01-preview\",\r\n \"2017-06-05-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageSyncServices/workflows\",\r\n \"locations\": [\r\n \"West Central US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"West US 2\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"UAE North\",\r\n \"UAE Central\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2019-10-01\",\r\n \"2019-06-01\",\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\",\r\n \"2018-01-01-preview\",\r\n \"2017-06-05-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2019-10-01\",\r\n \"2019-06-01\",\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\",\r\n \"2018-01-01-preview\",\r\n \"2017-06-05-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2019-10-01\",\r\n \"2019-06-01\",\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/checkNameAvailability\",\r\n \"locations\": [\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"UAE North\",\r\n \"UAE Central\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2019-10-01\",\r\n \"2019-06-01\",\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/workflows\",\r\n \"locations\": [\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"UAE North\",\r\n \"UAE Central\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2019-10-01\",\r\n \"2019-06-01\",\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operations\",\r\n \"locations\": [\r\n \"West Central US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"West US 2\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"UAE North\",\r\n \"UAE Central\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operationResults\",\r\n \"locations\": [\r\n \"West Central US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"West US 2\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"UAE North\",\r\n \"UAE Central\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourcegroups/ps5176?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlZ3JvdXBzL3BzNTE3Nj9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourcegroups/ps5868?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlZ3JvdXBzL3BzNTg2OD9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "1919462e-4931-4e9b-8b2e-b8b8ba3e5f44" + "e26d7a7a-4762-46eb-98a5-fdbc011cd999" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ], "Content-Type": [ "application/json; charset=utf-8" @@ -156,13 +156,13 @@ "1199" ], "x-ms-request-id": [ - "a1d8e95e-b0ca-47d8-8e8a-9c3dc89608e8" + "51807154-29db-4a66-a63b-7afc279a6605" ], "x-ms-correlation-request-id": [ - "a1d8e95e-b0ca-47d8-8e8a-9c3dc89608e8" + "51807154-29db-4a66-a63b-7afc279a6605" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T230312Z:a1d8e95e-b0ca-47d8-8e8a-9c3dc89608e8" + "WESTUS:20200623T232054Z:51807154-29db-4a66-a63b-7afc279a6605" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -171,7 +171,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 23:03:11 GMT" + "Tue, 23 Jun 2020 23:20:53 GMT" ], "Content-Length": [ "165" @@ -183,26 +183,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps5176\",\r\n \"name\": \"ps5176\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps5868\",\r\n \"name\": \"ps5868\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/providers/Microsoft.StorageSync/locations/CentralUSEUAP/checkNameAvailability?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZVN5bmMvbG9jYXRpb25zL0NlbnRyYWxVU0VVQVAvY2hlY2tOYW1lQXZhaWxhYmlsaXR5P2FwaS12ZXJzaW9uPTIwMTktMDMtMDE=", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/Microsoft.StorageSync/locations/CentralUSEUAP/checkNameAvailability?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZVN5bmMvbG9jYXRpb25zL0NlbnRyYWxVU0VVQVAvY2hlY2tOYW1lQXZhaWxhYmlsaXR5P2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", "RequestMethod": "POST", - "RequestBody": "{\r\n \"name\": \"sssps3330\",\r\n \"type\": \"Microsoft.StorageSync/storageSyncServices\"\r\n}", + "RequestBody": "{\r\n \"name\": \"sssps8039\",\r\n \"type\": \"Microsoft.StorageSync/storageSyncServices\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "fefb9faa-55ac-4cb2-98ed-1a8d6112b758" + "d9158a5c-cefd-41e9-b6ec-c13fc929a237" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -219,7 +219,7 @@ "no-cache" ], "x-ms-request-id": [ - "d53400c7-3d96-4ea1-b10a-9d137822669b" + "cff4efb7-d658-4eee-bc67-120eb4493a0d" ], "X-Content-Type-Options": [ "nosniff" @@ -240,50 +240,50 @@ "1199" ], "x-ms-correlation-request-id": [ - "0b9dcd91-67cc-43c2-8676-f0b832f73fdd" + "b6767da7-cb29-44bc-9c2e-d9d0fc5a783d" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T230313Z:0b9dcd91-67cc-43c2-8676-f0b832f73fdd" + "WESTUS:20200623T232056Z:b6767da7-cb29-44bc-9c2e-d9d0fc5a783d" ], "Date": [ - "Wed, 03 Jul 2019 23:03:13 GMT" + "Tue, 23 Jun 2020 23:20:55 GMT" ], "Content-Length": [ - "51" + "29" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"nameAvailable\": true,\r\n \"reason\": null,\r\n \"message\": null\r\n}", + "ResponseBody": "{\r\n \"nameAvailable\": true\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps5176/providers/Microsoft.StorageSync/storageSyncServices/sssps3330?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNTE3Ni9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMzMzMwP2FwaS12ZXJzaW9uPTIwMTktMDMtMDE=", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps5868/providers/Microsoft.StorageSync/storageSyncServices/sssps8039?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzNTg2OC9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM4MDM5P2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"location\": \"Central US EUAP\",\r\n \"tags\": {}\r\n}", + "RequestBody": "{\r\n \"location\": \"Central US EUAP\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"incomingTrafficPolicy\": \"AllowAllTraffic\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "b8e8451a-8a9d-4ac5-b7b9-b793364d394d" + "d189dd75-b5da-484c-8f19-87bd3c8a9236" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "52" + "125" ] }, "ResponseHeaders": { @@ -293,8 +293,17 @@ "Pragma": [ "no-cache" ], + "Location": [ + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6ImQyMjMyZDZmLWVjMWMtNGZhYi05NzdlLWMzOWZlMTYwMTQ1MSIsIndvcmtmbG93SWQiOiI1MzBmMTU0My0xM2Y5LTQwM2YtYjE5NC1lNTc3OTJjMGVjNWIiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiYTFlNDI3OTEtZDI0My00ZTQzLTlkMjAtNzk3OWM5Y2FlZmFmIn0=?api-version=2020-03-01" + ], + "Retry-After": [ + "10" + ], + "Azure-AsyncOperation": [ + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6ImQyMjMyZDZmLWVjMWMtNGZhYi05NzdlLWMzOWZlMTYwMTQ1MSIsIndvcmtmbG93SWQiOiI1MzBmMTU0My0xM2Y5LTQwM2YtYjE5NC1lNTc3OTJjMGVjNWIiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiYTFlNDI3OTEtZDI0My00ZTQzLTlkMjAtNzk3OWM5Y2FlZmFmIn0=?api-version=2020-03-01" + ], "x-ms-request-id": [ - "e4b16eba-c52b-4df4-8d63-07c7d3008e16" + "5d131860-12d5-4f04-84be-34dfc4375ef4" ], "X-Content-Type-Options": [ "nosniff" @@ -315,50 +324,173 @@ "1199" ], "x-ms-correlation-request-id": [ - "8e23fa55-a795-4d77-82f3-c81cfaf049e9" + "0b15759d-869b-46f2-b3cb-6f97a46e4d63" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T230313Z:8e23fa55-a795-4d77-82f3-c81cfaf049e9" + "WESTUS:20200623T232056Z:0b15759d-869b-46f2-b3cb-6f97a46e4d63" ], "Date": [ - "Wed, 03 Jul 2019 23:03:13 GMT" + "Tue, 23 Jun 2020 23:20:56 GMT" + ], + "Expires": [ + "-1" ], "Content-Length": [ - "329" + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6ImQyMjMyZDZmLWVjMWMtNGZhYi05NzdlLWMzOWZlMTYwMTQ1MSIsIndvcmtmbG93SWQiOiI1MzBmMTU0My0xM2Y5LTQwM2YtYjE5NC1lNTc3OTJjMGVjNWIiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiYTFlNDI3OTEtZDI0My00ZTQzLTlkMjAtNzk3OWM5Y2FlZmFmIn0=?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvbG9jYXRpb25zL2NlbnRyYWx1c2V1YXAvb3BlcmF0aW9ucy9leUp3WVhKMGFYUnBiMjVKWkNJNkltUXlNak15WkRabUxXVmpNV010TkdaaFlpMDVOemRsTFdNek9XWmxNVFl3TVRRMU1TSXNJbmR2Y210bWJHOTNTV1FpT2lJMU16Qm1NVFUwTXkweE0yWTVMVFF3TTJZdFlqRTVOQzFsTlRjM09USmpNR1ZqTldJaUxDSjNiM0pyWm14dmQwOXdaWEpoZEdsdmJrbGtJam9pWVRGbE5ESTNPVEV0WkRJME15MDBaVFF6TFRsa01qQXROemszT1dNNVkyRmxabUZtSW4wPT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-request-id": [ + "32a659be-bbb5-44c3-bd47-9118bbf0cb15" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-IIS/10.0" + ], + "X-AspNet-Version": [ + "4.0.30319" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11999" + ], + "x-ms-correlation-request-id": [ + "1829731a-417c-4313-8186-c53045deb3b1" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200623T232107Z:1829731a-417c-4313-8186-c53045deb3b1" + ], + "Date": [ + "Tue, 23 Jun 2020 23:21:06 GMT" + ], + "Content-Length": [ + "745" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6ImQyMjMyZDZmLWVjMWMtNGZhYi05NzdlLWMzOWZlMTYwMTQ1MSIsIndvcmtmbG93SWQiOiI1MzBmMTU0My0xM2Y5LTQwM2YtYjE5NC1lNTc3OTJjMGVjNWIiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiYTFlNDI3OTEtZDI0My00ZTQzLTlkMjAtNzk3OWM5Y2FlZmFmIn0=\",\r\n \"name\": \"eyJwYXJ0aXRpb25JZCI6ImQyMjMyZDZmLWVjMWMtNGZhYi05NzdlLWMzOWZlMTYwMTQ1MSIsIndvcmtmbG93SWQiOiI1MzBmMTU0My0xM2Y5LTQwM2YtYjE5NC1lNTc3OTJjMGVjNWIiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiYTFlNDI3OTEtZDI0My00ZTQzLTlkMjAtNzk3OWM5Y2FlZmFmIn0=\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2020-06-23T23:20:57.4165327Z\",\r\n \"endTime\": \"2020-06-23T23:21:03.7706111Z\",\r\n \"properties\": {}\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps5868/providers/Microsoft.StorageSync/storageSyncServices/sssps8039?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzNTg2OC9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM4MDM5P2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-request-id": [ + "fe794b50-4599-4fea-9123-4e4c8beeb154" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-IIS/10.0" + ], + "X-AspNet-Version": [ + "4.0.30319" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11998" + ], + "x-ms-correlation-request-id": [ + "7425a3a8-4673-4177-ac02-e0310d27279a" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200623T232107Z:7425a3a8-4673-4177-ac02-e0310d27279a" + ], + "Date": [ + "Tue, 23 Jun 2020 23:21:06 GMT" + ], + "Content-Length": [ + "633" + ], + "Content-Type": [ + "application/json" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"storageSyncServiceStatus\": null,\r\n \"storageSyncServiceUid\": null\r\n },\r\n \"location\": \"Central US EUAP\",\r\n \"tags\": {},\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps5176/providers/microsoft.storagesync/storageSyncServices/sssps3330\",\r\n \"name\": \"sssps3330\",\r\n \"type\": \"microsoft.storagesync/storageSyncServices\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"storageSyncServiceStatus\": 0,\r\n \"incomingTrafficPolicy\": \"AllowAllTraffic\",\r\n \"privateEndpointConnections\": [],\r\n \"provisioningState\": \"Succeeded\",\r\n \"lastWorkflowId\": \"storageSyncServices/sssps8039/workflows/530f1543-13f9-403f-b194-e57792c0ec5b\",\r\n \"lastOperationName\": \"ICreateStorageSyncServiceWorkflow\"\r\n },\r\n \"location\": \"Central US EUAP\",\r\n \"tags\": {},\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps5868/providers/microsoft.storagesync/storageSyncServices/sssps8039\",\r\n \"name\": \"sssps8039\",\r\n \"type\": \"microsoft.storagesync/storageSyncServices\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps5176/providers/Microsoft.StorageSync/storageSyncServices/sssps3330/registeredServers/77218f5e-330d-4e94-81b1-399160f4c7c4?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNTE3Ni9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMzMzMwL3JlZ2lzdGVyZWRTZXJ2ZXJzLzc3MjE4ZjVlLTMzMGQtNGU5NC04MWIxLTM5OTE2MGY0YzdjND9hcGktdmVyc2lvbj0yMDE5LTAzLTAx", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps5868/providers/Microsoft.StorageSync/storageSyncServices/sssps8039/registeredServers/06bd7ad1-798b-4608-9eb7-de785c2878e3?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzNTg2OC9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM4MDM5L3JlZ2lzdGVyZWRTZXJ2ZXJzLzA2YmQ3YWQxLTc5OGItNDYwOC05ZWI3LWRlNzg1YzI4NzhlMz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"serverCertificate\": \"MIIDGDCCAgCgAwIBAgIQZrMnSW/lG5xELR7EikisXDANBgkqhkiG9w0BAQ0FADA0MTIwMAYDVQQDEylhbmRyZXlhemRldm9wcy5yZWRtb25kLmNvcnAubWljcm9zb2Z0LmNvbTAeFw0xOTA1MjkwMjEyNDlaFw0yMDA1MjkwMjEyNDlaMDQxMjAwBgNVBAMTKWFuZHJleWF6ZGV2b3BzLnJlZG1vbmQuY29ycC5taWNyb3NvZnQuY29tMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAzWEfgMvao6tCt/lexsMFViVxCCoJbLClwvqfWN79eFc3bmXBtERIvKTlb1TqAigp5VjP021TaQsyN/K2t8qr2rAdlaeJtCXNSILe3+ForYGcQOP0p802kFXkhMUojfX8jGs1BLQTsUoKN4UtuxWIhpb7Iw00rT7wchTg6Yk+ULCRFAlxOQHZI0drM13tDO4kz0BRbTCoSvazS3O570p8sMrWFra6P1/HG1f7sIQP5txw205siGb5FpB0u16qD/z0d7tfMGv+JIqAb6InI393dj2FtbzExkkiBUFXWaH9czGkAFyWuzkECb0WEEK+7oTOrLlo0dh0bp6nxlZ+G7FLfQIDAQABoyYwJDAiBgNVHSUBAf8EGDAWBggrBgEFBQcDAgYKKwYBBAGCNwoDDDANBgkqhkiG9w0BAQ0FAAOCAQEAEn8WHN0h00/Vem50CnwXwnty0vGwu2v3plD1m0mw+3jCtDUTa/tF/a7jTVTCtK6VdqNP6tp/f+GflNRmZWIK/6DIEntouzL++7M5hArcJj01t0S0Vc+0FN3b2wuBuJUYWxR5Q8bNHStOm7l6nXjQ96k1fH/L/hu0dmhciak8LUEIowhSiIpnB3C9AGFuPi9DqjKdWxxzIPLybiDidgUfGbcCNHaZXvcNqNq4zpzeFPTi3VBEOXHIJhk0fT3iWjwvBwtUxPJJs3FIRZFWQa/cgEvBWrYMem98lqKNdmGDJP11OmUeAqJQTe+iSX9pDFzpEj/lM/tIjEh9fwKXuoO1uw==\",\r\n \"agentVersion\": \"5.0.2.0\",\r\n \"serverOSVersion\": \"10.0.14393.0\",\r\n \"lastHeartBeat\": \"7/3/2019 4:03:13 PM\",\r\n \"serverRole\": \"Standalone\",\r\n \"clusterId\": \"00000000-0000-0000-0000-000000000000\",\r\n \"serverId\": \"77218f5e-330d-4e94-81b1-399160f4c7c4\",\r\n \"friendlyName\": \"andreyazdevops.redmond.corp.microsoft.com\"\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"serverCertificate\": \"MIIDEDCCAfigAwIBAgIQHMX6MF8k1YRIo40AAPKx/TANBgkqhkiG9w0BAQ0FADAwMS4wLAYDVQQDEyVhbmt1c2hiLXZtMDIubnRkZXYuY29ycC5taWNyb3NvZnQuY29tMB4XDTIwMDEyNzE5NTkwN1oXDTIxMDEyNzE5NTkwN1owMDEuMCwGA1UEAxMlYW5rdXNoYi12bTAyLm50ZGV2LmNvcnAubWljcm9zb2Z0LmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAOGKtANwb+dUXi5QVPKCUkpcWJ1/s18EqVBGRaQvIE518p7zWSfnk79FOerjfCT6kDBZPccnxBHK3hZZNgxrAkgv0LeDIEwHDvttYbcMfUzq1VviGnPuKWTsFkIAkG+8IehxX9eB/kBlkoyriziQXg4Bz74HBaQWlZeC65R6Tp8XcuO8HuKtnT3RfV6365pPHq4yp/N5e3NLxDoG1AKXEs8NtDkw2xOltLCu3qluV/AUX343pDEkLV3F8IOu3I7cU+NA/WzCF7UcZ8ZOhS5klMVNiUwCFsUdFUAXh9ufXEBs50IcVJlZU6ZUADbmrqaqpYtD94aKQeFsBlnou5s1A/kCAwEAAaMmMCQwIgYDVR0lAQH/BBgwFgYIKwYBBQUHAwIGCisGAQQBgjcKAwwwDQYJKoZIhvcNAQENBQADggEBAH7p2XFxnOdk/lbNBKW7nmjsjE5BeBU/OlBhKCUrmmY+fk3FvAYSs2jaJKqgZjxek/KdNf2UZMXztg8joF5s1Pdg6ICxJqc1t4gJunHUOoTHHyrotMyt6xJnClRCNqshA0n2z304hjKXcyCoLopemMFpOPEg2oG+EOuvwK/g1gAavGbmYJQc82uNF1LKNMmNfQ4Nn48dKLKg65SHgU+BISlCjHb/6NRTpTmK5acUOlHSrhGsJYCBsN1xJOzwxssXAoy25ebjajvnGcsC9k2HwLZWaSGsPuwWPfEtPPHjNRDrnaNLjSu2zc0uxZza8JWlE0pWD2kyf9OjyD1V0PxtZuM=\",\r\n \"agentVersion\": \"5.0.2.0\",\r\n \"serverOSVersion\": \"10.0.14393.0\",\r\n \"lastHeartBeat\": \"6/23/2020 4:21:07 PM\",\r\n \"serverRole\": \"Standalone\",\r\n \"clusterId\": \"00000000-0000-0000-0000-000000000000\",\r\n \"serverId\": \"06bd7ad1-798b-4608-9eb7-de785c2878e3\",\r\n \"friendlyName\": \"ankushb-vm02.ntdev.corp.microsoft.com\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "6a69eef0-2184-4a0d-8efc-50efaba990fb" + "2cc1fc79-0801-42a6-8895-9f94c35668c0" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "1452" + "1437" ] }, "ResponseHeaders": { @@ -369,16 +501,16 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps5176/providers/microsoft.storagesync/storageSyncServices/sssps3330/workflows/5fbe3003-409a-4b45-84f7-f1135635b345/operationresults/b660812a-34f0-4250-a403-4b2bbeb014d7?api-version=2019-03-01" + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6ImQyMjMyZDZmLWVjMWMtNGZhYi05NzdlLWMzOWZlMTYwMTQ1MSIsIndvcmtmbG93SWQiOiJmNjE3YjMyYS1kYmQ4LTQyZjgtYjJiYy00NDI0NTIxZWE1NWIiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiYTRiNGQ5OTItNDNhNy00YWJkLTkwZjYtZTFjNjQ3OTAyNDA0In0=?api-version=2020-03-01" ], "Retry-After": [ "10" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps5176/providers/microsoft.storagesync/storageSyncServices/sssps3330/workflows/5fbe3003-409a-4b45-84f7-f1135635b345/operations/b660812a-34f0-4250-a403-4b2bbeb014d7?api-version=2019-03-01" + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6ImQyMjMyZDZmLWVjMWMtNGZhYi05NzdlLWMzOWZlMTYwMTQ1MSIsIndvcmtmbG93SWQiOiJmNjE3YjMyYS1kYmQ4LTQyZjgtYjJiYy00NDI0NTIxZWE1NWIiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiYTRiNGQ5OTItNDNhNy00YWJkLTkwZjYtZTFjNjQ3OTAyNDA0In0=?api-version=2020-03-01" ], "x-ms-request-id": [ - "127e8ad7-a167-4001-b193-76151ad54256" + "88f63937-97f8-4c91-8d9b-52d20802c455" ], "X-Content-Type-Options": [ "nosniff" @@ -399,13 +531,13 @@ "1198" ], "x-ms-correlation-request-id": [ - "671e6394-9795-4845-b711-40d159fad89e" + "199e211a-dd6b-4494-9955-83255adba340" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T230314Z:671e6394-9795-4845-b711-40d159fad89e" + "WESTUS:20200623T232107Z:199e211a-dd6b-4494-9955-83255adba340" ], "Date": [ - "Wed, 03 Jul 2019 23:03:14 GMT" + "Tue, 23 Jun 2020 23:21:07 GMT" ], "Expires": [ "-1" @@ -418,16 +550,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps5176/providers/microsoft.storagesync/storageSyncServices/sssps3330/workflows/5fbe3003-409a-4b45-84f7-f1135635b345/operations/b660812a-34f0-4250-a403-4b2bbeb014d7?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNTE3Ni9wcm92aWRlcnMvbWljcm9zb2Z0LnN0b3JhZ2VzeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMzMzMwL3dvcmtmbG93cy81ZmJlMzAwMy00MDlhLTRiNDUtODRmNy1mMTEzNTYzNWIzNDUvb3BlcmF0aW9ucy9iNjYwODEyYS0zNGYwLTQyNTAtYTQwMy00YjJiYmViMDE0ZDc/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6ImQyMjMyZDZmLWVjMWMtNGZhYi05NzdlLWMzOWZlMTYwMTQ1MSIsIndvcmtmbG93SWQiOiJmNjE3YjMyYS1kYmQ4LTQyZjgtYjJiYy00NDI0NTIxZWE1NWIiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiYTRiNGQ5OTItNDNhNy00YWJkLTkwZjYtZTFjNjQ3OTAyNDA0In0=?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvbG9jYXRpb25zL2NlbnRyYWx1c2V1YXAvb3BlcmF0aW9ucy9leUp3WVhKMGFYUnBiMjVKWkNJNkltUXlNak15WkRabUxXVmpNV010TkdaaFlpMDVOemRsTFdNek9XWmxNVFl3TVRRMU1TSXNJbmR2Y210bWJHOTNTV1FpT2lKbU5qRTNZak15WVMxa1ltUTRMVFF5WmpndFlqSmlZeTAwTkRJME5USXhaV0UxTldJaUxDSjNiM0pyWm14dmQwOXdaWEpoZEdsdmJrbGtJam9pWVRSaU5HUTVPVEl0TkROaE55MDBZV0prTFRrd1pqWXRaVEZqTmpRM09UQXlOREEwSW4wPT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -438,7 +570,7 @@ "no-cache" ], "x-ms-request-id": [ - "c5d5fee5-9c02-4ed9-8b4e-8bea79718ce5" + "9f68b2db-0dfb-4709-a18e-60861698b682" ], "X-Content-Type-Options": [ "nosniff" @@ -456,41 +588,41 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11999" + "11997" ], "x-ms-correlation-request-id": [ - "83e6f78f-df5b-4d8f-94ba-241d1dd0fc98" + "7fde0f08-adbd-4eaa-a11b-d85587de0751" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T230325Z:83e6f78f-df5b-4d8f-94ba-241d1dd0fc98" + "WESTUS:20200623T232118Z:7fde0f08-adbd-4eaa-a11b-d85587de0751" ], "Date": [ - "Wed, 03 Jul 2019 23:03:24 GMT" + "Tue, 23 Jun 2020 23:21:18 GMT" ], "Content-Length": [ - "447" + "744" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps5176/providers/microsoft.storagesync/storageSyncServices/sssps3330/workflow/5fbe3003-409a-4b45-84f7-f1135635b345/operationresults/b660812a-34f0-4250-a403-4b2bbeb014d7\",\r\n \"name\": \"b660812a-34f0-4250-a403-4b2bbeb014d7\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2019-07-03T23:03:14.5885517Z\",\r\n \"endTime\": \"2019-07-03T23:03:18.0972012Z\",\r\n \"percentComplete\": null,\r\n \"error\": null,\r\n \"properties\": {}\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6ImQyMjMyZDZmLWVjMWMtNGZhYi05NzdlLWMzOWZlMTYwMTQ1MSIsIndvcmtmbG93SWQiOiJmNjE3YjMyYS1kYmQ4LTQyZjgtYjJiYy00NDI0NTIxZWE1NWIiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiYTRiNGQ5OTItNDNhNy00YWJkLTkwZjYtZTFjNjQ3OTAyNDA0In0=\",\r\n \"name\": \"eyJwYXJ0aXRpb25JZCI6ImQyMjMyZDZmLWVjMWMtNGZhYi05NzdlLWMzOWZlMTYwMTQ1MSIsIndvcmtmbG93SWQiOiJmNjE3YjMyYS1kYmQ4LTQyZjgtYjJiYy00NDI0NTIxZWE1NWIiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiYTRiNGQ5OTItNDNhNy00YWJkLTkwZjYtZTFjNjQ3OTAyNDA0In0=\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2020-06-23T23:21:08.0403002Z\",\r\n \"endTime\": \"2020-06-23T23:21:11.455443Z\",\r\n \"properties\": {}\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps5176/providers/Microsoft.StorageSync/storageSyncServices/sssps3330/registeredServers/77218f5e-330d-4e94-81b1-399160f4c7c4?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNTE3Ni9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMzMzMwL3JlZ2lzdGVyZWRTZXJ2ZXJzLzc3MjE4ZjVlLTMzMGQtNGU5NC04MWIxLTM5OTE2MGY0YzdjND9hcGktdmVyc2lvbj0yMDE5LTAzLTAx", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps5868/providers/Microsoft.StorageSync/storageSyncServices/sssps8039/registeredServers/06bd7ad1-798b-4608-9eb7-de785c2878e3?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzNTg2OC9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM4MDM5L3JlZ2lzdGVyZWRTZXJ2ZXJzLzA2YmQ3YWQxLTc5OGItNDYwOC05ZWI3LWRlNzg1YzI4NzhlMz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -501,7 +633,7 @@ "no-cache" ], "x-ms-request-id": [ - "f6ede90b-807f-43f6-a4b3-9702c516a2ac" + "cb2a48c0-388e-49b2-8dd9-07bd8e1a4127" ], "X-Content-Type-Options": [ "nosniff" @@ -519,47 +651,47 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11998" + "11996" ], "x-ms-correlation-request-id": [ - "774be9e8-ccfa-498e-9aa3-a7f57a58dece" + "5d4d39c7-081e-4663-964a-e1608d0822cb" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T230325Z:774be9e8-ccfa-498e-9aa3-a7f57a58dece" + "WESTUS:20200623T232118Z:5d4d39c7-081e-4663-964a-e1608d0822cb" ], "Date": [ - "Wed, 03 Jul 2019 23:03:25 GMT" + "Tue, 23 Jun 2020 23:21:18 GMT" ], "Content-Length": [ - "13368" + "13498" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"serverCertificate\": null,\r\n \"agentVersion\": \"5.0.2.0\",\r\n \"agentVersionStatus\": null,\r\n \"agentVersionExpirationDate\": null,\r\n \"serverOSVersion\": \"10.0.14393.0\",\r\n \"serverManagementErrorCode\": 0,\r\n \"lastHeartBeat\": \"2019-07-03T16:03:17.8940496-07:00\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"serverRole\": \"Standalone\",\r\n \"clusterId\": \"00000000-0000-0000-0000-000000000000\",\r\n \"clusterName\": \"\",\r\n \"serverId\": \"77218f5e-330d-4e94-81b1-399160f4c7c4\",\r\n \"storageSyncServiceUid\": \"fc93aaea-57f9-4bdf-8652-42f481af17f2\",\r\n \"lastWorkflowId\": \"storageSyncServices/sssps3330/workflows/5fbe3003-409a-4b45-84f7-f1135635b345\",\r\n \"lastOperationName\": \"ICreateRegisteredServerWorkflow\",\r\n \"friendlyName\": \"andreyazdevops.redmond.corp.microsoft.com\",\r\n \"monitoringConfiguration\": \"{\\\"agentConfiguration\\\":\\\" \\\\\\\\Memory\\\\\\\\Available MBytes \\\\\\\\Processor(_Total)\\\\\\\\% Processor Time \\\\\\\\Network Interface(*)\\\\\\\\Bytes Total/sec \\\\\\\\Network Interface(*)\\\\\\\\Bytes Received/sec \\\\\\\\Network Interface(*)\\\\\\\\Bytes Sent/sec \\\\\\\\Network Interface(*)\\\\\\\\Current Bandwidth \\\\\\\\Network Interface(*)\\\\\\\\Output Queue Length \\\\\\\\Server\\\\\\\\Bytes Total/sec \\\\\\\\Process(filesyncsvc)\\\\\\\\* \\\\\\\\Process(w3wp)\\\\\\\\Private Bytes \\\\\\\\Process(MonAgentCore)\\\\\\\\% Processor Time \\\\\\\\Process(MonAgentHost)\\\\\\\\% Processor Time \\\\\\\\Process(MonAgentManager)\\\\\\\\% Processor Time \\\\\\\\Process(MonAgentLauncher)\\\\\\\\% Processor Time \\\\\\\\Process(MonAgentCore)\\\\\\\\Private Bytes \\\\\\\\Process(MonAgentHost)\\\\\\\\Private Bytes \\\\\\\\Process(MonAgentManager)\\\\\\\\Private Bytes \\\\\\\\Process(MonAgentLauncher)\\\\\\\\Private Bytes \\\\\\\\Process(AzureStorageSyncMonitor)\\\\\\\\% Processor Time \\\\\\\\Process(AzureStorageSyncMonitor)\\\\\\\\Private Bytes \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") EventsToCollect=ServerPerformanceCounters:PerformanceCounter,ServerTelemetryEvents:WindowsEventLog,ServerItemResultsEvents:WindowsEventLog,ServerApplicationEvents:WindowsEventLog;DiagnosticEvents=ServerOperationalEvents:WindowsEventLog,ServerDiagnosticEvents:WindowsEventLog,ServerManagementOperationalEvents:WindowsEventLog,ServerManagementDiagnosticEvents:WindowsEventLog,ServerScrubbingEvents:WindowsEventLog,TieringResultsEvents:WindowsEventLog,RecallResultsEvents:WindowsEventLog,AfsUserModeTraceSession:Trace,AfsKernelModeTraceSession:Trace,InstallerLogs:InstallerLogs;EventSchedulerIntervalsInMins=EnvironmentTelemetry:1440 \\\",\\\"configurationVersion\\\":\\\"1\\\",\\\"id\\\":null,\\\"type\\\":\\\"microsoft.storagesync/storageSyncServices/HybridMonitoringConfiguration\\\"}\",\r\n \"managementEndpointUri\": \"https://euap01.afs.azure.net:443/\",\r\n \"discoveryEndpointUri\": \"https://tm-euap01.afs.azure.net:443\",\r\n \"resourceLocation\": \"centraluseuap\",\r\n \"serviceLocation\": \"centraluseuap\"\r\n },\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps5176/providers/microsoft.storagesync/storageSyncServices/sssps3330/registeredServers/77218f5e-330d-4e94-81b1-399160f4c7c4\",\r\n \"name\": \"77218f5e-330d-4e94-81b1-399160f4c7c4\",\r\n \"type\": \"microsoft.storagesync/storageSyncServices/registeredServers\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"agentVersion\": \"5.0.2.0\",\r\n \"serverOSVersion\": \"10.0.14393.0\",\r\n \"serverManagementErrorCode\": 0,\r\n \"lastHeartBeat\": \"2020-06-23T16:21:11.2554306-07:00\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"serverRole\": \"Standalone\",\r\n \"clusterId\": \"00000000-0000-0000-0000-000000000000\",\r\n \"clusterName\": \"\",\r\n \"serverId\": \"06bd7ad1-798b-4608-9eb7-de785c2878e3\",\r\n \"storageSyncServiceUid\": \"d2232d6f-ec1c-4fab-977e-c39fe1601451\",\r\n \"lastWorkflowId\": \"storageSyncServices/sssps8039/workflows/f617b32a-dbd8-42f8-b2bc-4424521ea55b\",\r\n \"lastOperationName\": \"ICreateRegisteredServerWorkflow\",\r\n \"friendlyName\": \"ankushb-vm02.ntdev.corp.microsoft.com\",\r\n \"monitoringConfiguration\": \"{\\\"agentConfiguration\\\":\\\" \\\\\\\\Memory\\\\\\\\Available MBytes \\\\\\\\Processor(_Total)\\\\\\\\% Processor Time \\\\\\\\Network Interface(*)\\\\\\\\Bytes Total/sec \\\\\\\\Network Interface(*)\\\\\\\\Bytes Received/sec \\\\\\\\Network Interface(*)\\\\\\\\Bytes Sent/sec \\\\\\\\Network Interface(*)\\\\\\\\Current Bandwidth \\\\\\\\Network Interface(*)\\\\\\\\Output Queue Length \\\\\\\\Server\\\\\\\\Bytes Total/sec \\\\\\\\Process(filesyncsvc)\\\\\\\\* \\\\\\\\Process(w3wp)\\\\\\\\Private Bytes \\\\\\\\Process(MonAgentCore)\\\\\\\\% Processor Time \\\\\\\\Process(MonAgentHost)\\\\\\\\% Processor Time \\\\\\\\Process(MonAgentManager)\\\\\\\\% Processor Time \\\\\\\\Process(MonAgentLauncher)\\\\\\\\% Processor Time \\\\\\\\Process(MonAgentCore)\\\\\\\\Private Bytes \\\\\\\\Process(MonAgentHost)\\\\\\\\Private Bytes \\\\\\\\Process(MonAgentManager)\\\\\\\\Private Bytes \\\\\\\\Process(MonAgentLauncher)\\\\\\\\Private Bytes \\\\\\\\Process(AzureStorageSyncMonitor)\\\\\\\\% Processor Time \\\\\\\\Process(AzureStorageSyncMonitor)\\\\\\\\Private Bytes \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") EventsToCollect=ServerPerformanceCounters:PerformanceCounter,ServerTelemetryEvents:WindowsEventLog,ServerItemResultsEvents:WindowsEventLog,ServerApplicationEvents:WindowsEventLog;DiagnosticEvents=ServerOperationalEvents:WindowsEventLog,ServerDiagnosticEvents:WindowsEventLog,ServerManagementOperationalEvents:WindowsEventLog,ServerManagementDiagnosticEvents:WindowsEventLog,ServerScrubbingEvents:WindowsEventLog,TieringResultsEvents:WindowsEventLog,RecallResultsEvents:WindowsEventLog,AfsUserModeTraceSession:Trace,AfsKernelModeTraceSession:Trace,InstallerLogs:InstallerLogs;EventSchedulerIntervalsInMins=EnvironmentTelemetry:1440 \\\",\\\"configurationVersion\\\":\\\"1\\\",\\\"id\\\":null,\\\"type\\\":\\\"microsoft.storagesync/storageSyncServices/HybridMonitoringConfiguration\\\"}\",\r\n \"managementEndpointUri\": \"https://euap01.afs.azure.net:443/\",\r\n \"discoveryEndpointUri\": \"https://tm-euap01.afs.azure.net:443\",\r\n \"resourceLocation\": \"centraluseuap\",\r\n \"serviceLocation\": \"centraluseuap\",\r\n \"monitoringEndpointUri\": \"https://euap01.afs.azure.net:443/\"\r\n },\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps5868/providers/microsoft.storagesync/storageSyncServices/sssps8039/registeredServers/06bd7ad1-798b-4608-9eb7-de785c2878e3\",\r\n \"name\": \"06bd7ad1-798b-4608-9eb7-de785c2878e3\",\r\n \"type\": \"microsoft.storagesync/storageSyncServices/registeredServers\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps5176/providers/Microsoft.StorageSync/storageSyncServices/sssps3330/registeredServers/77218f5e-330d-4e94-81b1-399160f4c7c4?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNTE3Ni9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMzMzMwL3JlZ2lzdGVyZWRTZXJ2ZXJzLzc3MjE4ZjVlLTMzMGQtNGU5NC04MWIxLTM5OTE2MGY0YzdjND9hcGktdmVyc2lvbj0yMDE5LTAzLTAx", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps5868/providers/Microsoft.StorageSync/storageSyncServices/sssps8039/registeredServers/06bd7ad1-798b-4608-9eb7-de785c2878e3?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzNTg2OC9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM4MDM5L3JlZ2lzdGVyZWRTZXJ2ZXJzLzA2YmQ3YWQxLTc5OGItNDYwOC05ZWI3LWRlNzg1YzI4NzhlMz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "2f0e69e3-1821-4ef2-93ca-03286e2a0a93" + "aa8bee4d-939e-44fc-a097-27ac73d26287" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -570,7 +702,7 @@ "no-cache" ], "x-ms-request-id": [ - "cf0f14e5-f3aa-4769-9faf-7b27b5c55fd1" + "828dce1d-de68-47ca-a1a6-32d8f548590d" ], "X-Content-Type-Options": [ "nosniff" @@ -588,47 +720,47 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11996" + "11994" ], "x-ms-correlation-request-id": [ - "5b0afdcb-a9cc-4573-b7a0-618c9c3284a5" + "0cb98d59-593f-468c-937a-db38ddee59ff" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T230326Z:5b0afdcb-a9cc-4573-b7a0-618c9c3284a5" + "WESTUS:20200623T232119Z:0cb98d59-593f-468c-937a-db38ddee59ff" ], "Date": [ - "Wed, 03 Jul 2019 23:03:25 GMT" + "Tue, 23 Jun 2020 23:21:19 GMT" ], "Content-Length": [ - "13368" + "13498" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"serverCertificate\": null,\r\n \"agentVersion\": \"5.0.2.0\",\r\n \"agentVersionStatus\": null,\r\n \"agentVersionExpirationDate\": null,\r\n \"serverOSVersion\": \"10.0.14393.0\",\r\n \"serverManagementErrorCode\": 0,\r\n \"lastHeartBeat\": \"2019-07-03T16:03:17.8940496-07:00\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"serverRole\": \"Standalone\",\r\n \"clusterId\": \"00000000-0000-0000-0000-000000000000\",\r\n \"clusterName\": \"\",\r\n \"serverId\": \"77218f5e-330d-4e94-81b1-399160f4c7c4\",\r\n \"storageSyncServiceUid\": \"fc93aaea-57f9-4bdf-8652-42f481af17f2\",\r\n \"lastWorkflowId\": \"storageSyncServices/sssps3330/workflows/5fbe3003-409a-4b45-84f7-f1135635b345\",\r\n \"lastOperationName\": \"ICreateRegisteredServerWorkflow\",\r\n \"friendlyName\": \"andreyazdevops.redmond.corp.microsoft.com\",\r\n \"monitoringConfiguration\": \"{\\\"agentConfiguration\\\":\\\" \\\\\\\\Memory\\\\\\\\Available MBytes \\\\\\\\Processor(_Total)\\\\\\\\% Processor Time \\\\\\\\Network Interface(*)\\\\\\\\Bytes Total/sec \\\\\\\\Network Interface(*)\\\\\\\\Bytes Received/sec \\\\\\\\Network Interface(*)\\\\\\\\Bytes Sent/sec \\\\\\\\Network Interface(*)\\\\\\\\Current Bandwidth \\\\\\\\Network Interface(*)\\\\\\\\Output Queue Length \\\\\\\\Server\\\\\\\\Bytes Total/sec \\\\\\\\Process(filesyncsvc)\\\\\\\\* \\\\\\\\Process(w3wp)\\\\\\\\Private Bytes \\\\\\\\Process(MonAgentCore)\\\\\\\\% Processor Time \\\\\\\\Process(MonAgentHost)\\\\\\\\% Processor Time \\\\\\\\Process(MonAgentManager)\\\\\\\\% Processor Time \\\\\\\\Process(MonAgentLauncher)\\\\\\\\% Processor Time \\\\\\\\Process(MonAgentCore)\\\\\\\\Private Bytes \\\\\\\\Process(MonAgentHost)\\\\\\\\Private Bytes \\\\\\\\Process(MonAgentManager)\\\\\\\\Private Bytes \\\\\\\\Process(MonAgentLauncher)\\\\\\\\Private Bytes \\\\\\\\Process(AzureStorageSyncMonitor)\\\\\\\\% Processor Time \\\\\\\\Process(AzureStorageSyncMonitor)\\\\\\\\Private Bytes \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") EventsToCollect=ServerPerformanceCounters:PerformanceCounter,ServerTelemetryEvents:WindowsEventLog,ServerItemResultsEvents:WindowsEventLog,ServerApplicationEvents:WindowsEventLog;DiagnosticEvents=ServerOperationalEvents:WindowsEventLog,ServerDiagnosticEvents:WindowsEventLog,ServerManagementOperationalEvents:WindowsEventLog,ServerManagementDiagnosticEvents:WindowsEventLog,ServerScrubbingEvents:WindowsEventLog,TieringResultsEvents:WindowsEventLog,RecallResultsEvents:WindowsEventLog,AfsUserModeTraceSession:Trace,AfsKernelModeTraceSession:Trace,InstallerLogs:InstallerLogs;EventSchedulerIntervalsInMins=EnvironmentTelemetry:1440 \\\",\\\"configurationVersion\\\":\\\"1\\\",\\\"id\\\":null,\\\"type\\\":\\\"microsoft.storagesync/storageSyncServices/HybridMonitoringConfiguration\\\"}\",\r\n \"managementEndpointUri\": \"https://euap01.afs.azure.net:443/\",\r\n \"discoveryEndpointUri\": \"https://tm-euap01.afs.azure.net:443\",\r\n \"resourceLocation\": \"centraluseuap\",\r\n \"serviceLocation\": \"centraluseuap\"\r\n },\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps5176/providers/microsoft.storagesync/storageSyncServices/sssps3330/registeredServers/77218f5e-330d-4e94-81b1-399160f4c7c4\",\r\n \"name\": \"77218f5e-330d-4e94-81b1-399160f4c7c4\",\r\n \"type\": \"microsoft.storagesync/storageSyncServices/registeredServers\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"agentVersion\": \"5.0.2.0\",\r\n \"serverOSVersion\": \"10.0.14393.0\",\r\n \"serverManagementErrorCode\": 0,\r\n \"lastHeartBeat\": \"2020-06-23T16:21:11.2554306-07:00\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"serverRole\": \"Standalone\",\r\n \"clusterId\": \"00000000-0000-0000-0000-000000000000\",\r\n \"clusterName\": \"\",\r\n \"serverId\": \"06bd7ad1-798b-4608-9eb7-de785c2878e3\",\r\n \"storageSyncServiceUid\": \"d2232d6f-ec1c-4fab-977e-c39fe1601451\",\r\n \"lastWorkflowId\": \"storageSyncServices/sssps8039/workflows/f617b32a-dbd8-42f8-b2bc-4424521ea55b\",\r\n \"lastOperationName\": \"ICreateRegisteredServerWorkflow\",\r\n \"friendlyName\": \"ankushb-vm02.ntdev.corp.microsoft.com\",\r\n \"monitoringConfiguration\": \"{\\\"agentConfiguration\\\":\\\" \\\\\\\\Memory\\\\\\\\Available MBytes \\\\\\\\Processor(_Total)\\\\\\\\% Processor Time \\\\\\\\Network Interface(*)\\\\\\\\Bytes Total/sec \\\\\\\\Network Interface(*)\\\\\\\\Bytes Received/sec \\\\\\\\Network Interface(*)\\\\\\\\Bytes Sent/sec \\\\\\\\Network Interface(*)\\\\\\\\Current Bandwidth \\\\\\\\Network Interface(*)\\\\\\\\Output Queue Length \\\\\\\\Server\\\\\\\\Bytes Total/sec \\\\\\\\Process(filesyncsvc)\\\\\\\\* \\\\\\\\Process(w3wp)\\\\\\\\Private Bytes \\\\\\\\Process(MonAgentCore)\\\\\\\\% Processor Time \\\\\\\\Process(MonAgentHost)\\\\\\\\% Processor Time \\\\\\\\Process(MonAgentManager)\\\\\\\\% Processor Time \\\\\\\\Process(MonAgentLauncher)\\\\\\\\% Processor Time \\\\\\\\Process(MonAgentCore)\\\\\\\\Private Bytes \\\\\\\\Process(MonAgentHost)\\\\\\\\Private Bytes \\\\\\\\Process(MonAgentManager)\\\\\\\\Private Bytes \\\\\\\\Process(MonAgentLauncher)\\\\\\\\Private Bytes \\\\\\\\Process(AzureStorageSyncMonitor)\\\\\\\\% Processor Time \\\\\\\\Process(AzureStorageSyncMonitor)\\\\\\\\Private Bytes \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") EventsToCollect=ServerPerformanceCounters:PerformanceCounter,ServerTelemetryEvents:WindowsEventLog,ServerItemResultsEvents:WindowsEventLog,ServerApplicationEvents:WindowsEventLog;DiagnosticEvents=ServerOperationalEvents:WindowsEventLog,ServerDiagnosticEvents:WindowsEventLog,ServerManagementOperationalEvents:WindowsEventLog,ServerManagementDiagnosticEvents:WindowsEventLog,ServerScrubbingEvents:WindowsEventLog,TieringResultsEvents:WindowsEventLog,RecallResultsEvents:WindowsEventLog,AfsUserModeTraceSession:Trace,AfsKernelModeTraceSession:Trace,InstallerLogs:InstallerLogs;EventSchedulerIntervalsInMins=EnvironmentTelemetry:1440 \\\",\\\"configurationVersion\\\":\\\"1\\\",\\\"id\\\":null,\\\"type\\\":\\\"microsoft.storagesync/storageSyncServices/HybridMonitoringConfiguration\\\"}\",\r\n \"managementEndpointUri\": \"https://euap01.afs.azure.net:443/\",\r\n \"discoveryEndpointUri\": \"https://tm-euap01.afs.azure.net:443\",\r\n \"resourceLocation\": \"centraluseuap\",\r\n \"serviceLocation\": \"centraluseuap\",\r\n \"monitoringEndpointUri\": \"https://euap01.afs.azure.net:443/\"\r\n },\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps5868/providers/microsoft.storagesync/storageSyncServices/sssps8039/registeredServers/06bd7ad1-798b-4608-9eb7-de785c2878e3\",\r\n \"name\": \"06bd7ad1-798b-4608-9eb7-de785c2878e3\",\r\n \"type\": \"microsoft.storagesync/storageSyncServices/registeredServers\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps5176/providers/Microsoft.StorageSync/storageSyncServices/sssps3330/registeredServers?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNTE3Ni9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMzMzMwL3JlZ2lzdGVyZWRTZXJ2ZXJzP2FwaS12ZXJzaW9uPTIwMTktMDMtMDE=", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps5868/providers/Microsoft.StorageSync/storageSyncServices/sssps8039/registeredServers?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzNTg2OC9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM4MDM5L3JlZ2lzdGVyZWRTZXJ2ZXJzP2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "4105741b-c04e-4e3a-b2a8-c3c0793aab8e" + "1faaafd7-0580-4176-a832-6859f087fa69" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -639,7 +771,7 @@ "no-cache" ], "x-ms-request-id": [ - "28570385-e91a-4105-a474-0ed7aef15bd0" + "3039dea6-53b9-46d2-9149-fb7e7ae7887f" ], "X-Content-Type-Options": [ "nosniff" @@ -657,47 +789,47 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11997" + "11995" ], "x-ms-correlation-request-id": [ - "1916d50c-fe80-4e87-8354-8c97f704229b" + "444aec8f-b3c8-4abf-afa9-cb6fa47d7d4c" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T230325Z:1916d50c-fe80-4e87-8354-8c97f704229b" + "WESTUS:20200623T232118Z:444aec8f-b3c8-4abf-afa9-cb6fa47d7d4c" ], "Date": [ - "Wed, 03 Jul 2019 23:03:25 GMT" + "Tue, 23 Jun 2020 23:21:18 GMT" ], "Content-Length": [ - "13380" + "13627" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"properties\": {\r\n \"serverCertificate\": null,\r\n \"agentVersion\": \"5.0.2.0\",\r\n \"agentVersionStatus\": null,\r\n \"agentVersionExpirationDate\": null,\r\n \"serverOSVersion\": \"10.0.14393.0\",\r\n \"serverManagementErrorCode\": 0,\r\n \"lastHeartBeat\": \"2019-07-03T16:03:17.8940496-07:00\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"serverRole\": \"Standalone\",\r\n \"clusterId\": \"00000000-0000-0000-0000-000000000000\",\r\n \"clusterName\": \"\",\r\n \"serverId\": \"77218f5e-330d-4e94-81b1-399160f4c7c4\",\r\n \"storageSyncServiceUid\": \"fc93aaea-57f9-4bdf-8652-42f481af17f2\",\r\n \"lastWorkflowId\": \"storageSyncServices/sssps3330/workflows/5fbe3003-409a-4b45-84f7-f1135635b345\",\r\n \"lastOperationName\": \"ICreateRegisteredServerWorkflow\",\r\n \"friendlyName\": \"andreyazdevops.redmond.corp.microsoft.com\",\r\n \"monitoringConfiguration\": \"{\\\"agentConfiguration\\\":\\\" \\\\\\\\Memory\\\\\\\\Available MBytes \\\\\\\\Processor(_Total)\\\\\\\\% Processor Time \\\\\\\\Network Interface(*)\\\\\\\\Bytes Total/sec \\\\\\\\Network Interface(*)\\\\\\\\Bytes Received/sec \\\\\\\\Network Interface(*)\\\\\\\\Bytes Sent/sec \\\\\\\\Network Interface(*)\\\\\\\\Current Bandwidth \\\\\\\\Network Interface(*)\\\\\\\\Output Queue Length \\\\\\\\Server\\\\\\\\Bytes Total/sec \\\\\\\\Process(filesyncsvc)\\\\\\\\* \\\\\\\\Process(w3wp)\\\\\\\\Private Bytes \\\\\\\\Process(MonAgentCore)\\\\\\\\% Processor Time \\\\\\\\Process(MonAgentHost)\\\\\\\\% Processor Time \\\\\\\\Process(MonAgentManager)\\\\\\\\% Processor Time \\\\\\\\Process(MonAgentLauncher)\\\\\\\\% Processor Time \\\\\\\\Process(MonAgentCore)\\\\\\\\Private Bytes \\\\\\\\Process(MonAgentHost)\\\\\\\\Private Bytes \\\\\\\\Process(MonAgentManager)\\\\\\\\Private Bytes \\\\\\\\Process(MonAgentLauncher)\\\\\\\\Private Bytes \\\\\\\\Process(AzureStorageSyncMonitor)\\\\\\\\% Processor Time \\\\\\\\Process(AzureStorageSyncMonitor)\\\\\\\\Private Bytes \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") EventsToCollect=ServerPerformanceCounters:PerformanceCounter,ServerTelemetryEvents:WindowsEventLog,ServerItemResultsEvents:WindowsEventLog,ServerApplicationEvents:WindowsEventLog;DiagnosticEvents=ServerOperationalEvents:WindowsEventLog,ServerDiagnosticEvents:WindowsEventLog,ServerManagementOperationalEvents:WindowsEventLog,ServerManagementDiagnosticEvents:WindowsEventLog,ServerScrubbingEvents:WindowsEventLog,TieringResultsEvents:WindowsEventLog,RecallResultsEvents:WindowsEventLog,AfsUserModeTraceSession:Trace,AfsKernelModeTraceSession:Trace,InstallerLogs:InstallerLogs;EventSchedulerIntervalsInMins=EnvironmentTelemetry:1440 \\\",\\\"configurationVersion\\\":\\\"1\\\",\\\"id\\\":null,\\\"type\\\":\\\"microsoft.storagesync/storageSyncServices/HybridMonitoringConfiguration\\\"}\",\r\n \"managementEndpointUri\": \"https://euap01.afs.azure.net:443/\",\r\n \"discoveryEndpointUri\": \"https://tm-euap01.afs.azure.net:443\",\r\n \"resourceLocation\": \"centraluseuap\",\r\n \"serviceLocation\": \"centraluseuap\"\r\n },\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps5176/providers/microsoft.storagesync/storageSyncServices/sssps3330/registeredServers/77218f5e-330d-4e94-81b1-399160f4c7c4\",\r\n \"name\": \"77218f5e-330d-4e94-81b1-399160f4c7c4\",\r\n \"type\": \"microsoft.storagesync/storageSyncServices/registeredServers\"\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"properties\": {\r\n \"agentVersion\": \"5.0.2.0\",\r\n \"serverOSVersion\": \"10.0.14393.0\",\r\n \"serverManagementErrorCode\": 0,\r\n \"lastHeartBeat\": \"2020-06-23T16:21:11.2554306-07:00\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"serverRole\": \"Standalone\",\r\n \"clusterId\": \"00000000-0000-0000-0000-000000000000\",\r\n \"clusterName\": \"\",\r\n \"serverId\": \"06bd7ad1-798b-4608-9eb7-de785c2878e3\",\r\n \"storageSyncServiceUid\": \"d2232d6f-ec1c-4fab-977e-c39fe1601451\",\r\n \"lastWorkflowId\": \"storageSyncServices/sssps8039/workflows/f617b32a-dbd8-42f8-b2bc-4424521ea55b\",\r\n \"lastOperationName\": \"ICreateRegisteredServerWorkflow\",\r\n \"friendlyName\": \"ankushb-vm02.ntdev.corp.microsoft.com\",\r\n \"monitoringConfiguration\": \"{\\\"agentConfiguration\\\":\\\" \\\\\\\\Memory\\\\\\\\Available MBytes \\\\\\\\Processor(_Total)\\\\\\\\% Processor Time \\\\\\\\Network Interface(*)\\\\\\\\Bytes Total/sec \\\\\\\\Network Interface(*)\\\\\\\\Bytes Received/sec \\\\\\\\Network Interface(*)\\\\\\\\Bytes Sent/sec \\\\\\\\Network Interface(*)\\\\\\\\Current Bandwidth \\\\\\\\Network Interface(*)\\\\\\\\Output Queue Length \\\\\\\\Server\\\\\\\\Bytes Total/sec \\\\\\\\Process(filesyncsvc)\\\\\\\\* \\\\\\\\Process(w3wp)\\\\\\\\Private Bytes \\\\\\\\Process(MonAgentCore)\\\\\\\\% Processor Time \\\\\\\\Process(MonAgentHost)\\\\\\\\% Processor Time \\\\\\\\Process(MonAgentManager)\\\\\\\\% Processor Time \\\\\\\\Process(MonAgentLauncher)\\\\\\\\% Processor Time \\\\\\\\Process(MonAgentCore)\\\\\\\\Private Bytes \\\\\\\\Process(MonAgentHost)\\\\\\\\Private Bytes \\\\\\\\Process(MonAgentManager)\\\\\\\\Private Bytes \\\\\\\\Process(MonAgentLauncher)\\\\\\\\Private Bytes \\\\\\\\Process(AzureStorageSyncMonitor)\\\\\\\\% Processor Time \\\\\\\\Process(AzureStorageSyncMonitor)\\\\\\\\Private Bytes \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") EventsToCollect=ServerPerformanceCounters:PerformanceCounter,ServerTelemetryEvents:WindowsEventLog,ServerItemResultsEvents:WindowsEventLog,ServerApplicationEvents:WindowsEventLog;DiagnosticEvents=ServerOperationalEvents:WindowsEventLog,ServerDiagnosticEvents:WindowsEventLog,ServerManagementOperationalEvents:WindowsEventLog,ServerManagementDiagnosticEvents:WindowsEventLog,ServerScrubbingEvents:WindowsEventLog,TieringResultsEvents:WindowsEventLog,RecallResultsEvents:WindowsEventLog,AfsUserModeTraceSession:Trace,AfsKernelModeTraceSession:Trace,InstallerLogs:InstallerLogs;EventSchedulerIntervalsInMins=EnvironmentTelemetry:1440 \\\",\\\"configurationVersion\\\":\\\"1\\\",\\\"id\\\":null,\\\"type\\\":\\\"microsoft.storagesync/storageSyncServices/HybridMonitoringConfiguration\\\"}\",\r\n \"managementEndpointUri\": \"https://euap01.afs.azure.net:443/\",\r\n \"discoveryEndpointUri\": \"https://tm-euap01.afs.azure.net:443\",\r\n \"resourceLocation\": \"centraluseuap\",\r\n \"serviceLocation\": \"centraluseuap\",\r\n \"monitoringEndpointUri\": \"https://euap01.afs.azure.net:443/\"\r\n },\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps5868/providers/microsoft.storagesync/storageSyncServices/sssps8039/registeredServers/06bd7ad1-798b-4608-9eb7-de785c2878e3\",\r\n \"name\": \"06bd7ad1-798b-4608-9eb7-de785c2878e3\",\r\n \"type\": \"microsoft.storagesync/storageSyncServices/registeredServers\"\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps5176/providers/Microsoft.StorageSync/storageSyncServices/sssps3330/registeredServers/77218f5e-330d-4e94-81b1-399160f4c7c4?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNTE3Ni9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMzMzMwL3JlZ2lzdGVyZWRTZXJ2ZXJzLzc3MjE4ZjVlLTMzMGQtNGU5NC04MWIxLTM5OTE2MGY0YzdjND9hcGktdmVyc2lvbj0yMDE5LTAzLTAx", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps5868/providers/Microsoft.StorageSync/storageSyncServices/sssps8039/registeredServers/06bd7ad1-798b-4608-9eb7-de785c2878e3?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzNTg2OC9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM4MDM5L3JlZ2lzdGVyZWRTZXJ2ZXJzLzA2YmQ3YWQxLTc5OGItNDYwOC05ZWI3LWRlNzg1YzI4NzhlMz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "569aedb1-1858-4e55-9ce3-928034852bc6" + "1c82442b-97e1-4f04-95dc-b1ef86555ad1" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -708,16 +840,16 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps5176/providers/microsoft.storagesync/storageSyncServices/sssps3330/workflows/b393274e-fa75-4c59-b1a1-ee98c07c406f/operationresults/61c54fef-b044-4f44-82d1-f0e651e79fb0?api-version=2019-03-01" + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6ImQyMjMyZDZmLWVjMWMtNGZhYi05NzdlLWMzOWZlMTYwMTQ1MSIsIndvcmtmbG93SWQiOiI3ODhkODI4OC0yMGIwLTRiMTctOWVlYi1kYTZmNTgxOWY4OTQiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiOWU0YzAxNjMtYmNkZC00NzRmLThkNDItNDk5ZDQ2MTU0Yjk4In0=?api-version=2020-03-01" ], "Retry-After": [ "10" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps5176/providers/microsoft.storagesync/storageSyncServices/sssps3330/workflows/b393274e-fa75-4c59-b1a1-ee98c07c406f/operations/61c54fef-b044-4f44-82d1-f0e651e79fb0?api-version=2019-03-01" + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6ImQyMjMyZDZmLWVjMWMtNGZhYi05NzdlLWMzOWZlMTYwMTQ1MSIsIndvcmtmbG93SWQiOiI3ODhkODI4OC0yMGIwLTRiMTctOWVlYi1kYTZmNTgxOWY4OTQiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiOWU0YzAxNjMtYmNkZC00NzRmLThkNDItNDk5ZDQ2MTU0Yjk4In0=?api-version=2020-03-01" ], "x-ms-request-id": [ - "152e1db5-d0a1-48c2-9333-13bdd07396d7" + "ede95202-efdd-432d-acf4-be623795de20" ], "X-Content-Type-Options": [ "nosniff" @@ -738,13 +870,13 @@ "14999" ], "x-ms-correlation-request-id": [ - "a3f8edd2-0842-4c3a-8cbf-178dda905c7e" + "7bc9ada5-15e2-46f0-916c-3a5538f8baed" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T230326Z:a3f8edd2-0842-4c3a-8cbf-178dda905c7e" + "WESTUS:20200623T232119Z:7bc9ada5-15e2-46f0-916c-3a5538f8baed" ], "Date": [ - "Wed, 03 Jul 2019 23:03:26 GMT" + "Tue, 23 Jun 2020 23:21:19 GMT" ], "Expires": [ "-1" @@ -757,16 +889,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps5176/providers/microsoft.storagesync/storageSyncServices/sssps3330/workflows/b393274e-fa75-4c59-b1a1-ee98c07c406f/operations/61c54fef-b044-4f44-82d1-f0e651e79fb0?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNTE3Ni9wcm92aWRlcnMvbWljcm9zb2Z0LnN0b3JhZ2VzeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMzMzMwL3dvcmtmbG93cy9iMzkzMjc0ZS1mYTc1LTRjNTktYjFhMS1lZTk4YzA3YzQwNmYvb3BlcmF0aW9ucy82MWM1NGZlZi1iMDQ0LTRmNDQtODJkMS1mMGU2NTFlNzlmYjA/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6ImQyMjMyZDZmLWVjMWMtNGZhYi05NzdlLWMzOWZlMTYwMTQ1MSIsIndvcmtmbG93SWQiOiI3ODhkODI4OC0yMGIwLTRiMTctOWVlYi1kYTZmNTgxOWY4OTQiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiOWU0YzAxNjMtYmNkZC00NzRmLThkNDItNDk5ZDQ2MTU0Yjk4In0=?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvbG9jYXRpb25zL2NlbnRyYWx1c2V1YXAvb3BlcmF0aW9ucy9leUp3WVhKMGFYUnBiMjVKWkNJNkltUXlNak15WkRabUxXVmpNV010TkdaaFlpMDVOemRsTFdNek9XWmxNVFl3TVRRMU1TSXNJbmR2Y210bWJHOTNTV1FpT2lJM09EaGtPREk0T0MweU1HSXdMVFJpTVRjdE9XVmxZaTFrWVRabU5UZ3hPV1k0T1RRaUxDSjNiM0pyWm14dmQwOXdaWEpoZEdsdmJrbGtJam9pT1dVMFl6QXhOak10WW1Oa1pDMDBOelJtTFRoa05ESXRORGs1WkRRMk1UVTBZams0SW4wPT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -777,7 +909,7 @@ "no-cache" ], "x-ms-request-id": [ - "40b5c64e-ef38-40ef-8ec2-1549129a0968" + "2f2cad8d-88ac-4267-a5e4-6094047b58de" ], "X-Content-Type-Options": [ "nosniff" @@ -795,41 +927,41 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11995" + "11993" ], "x-ms-correlation-request-id": [ - "17e79aeb-06c1-4b18-83a3-8c23199c5185" + "1d2cdbf2-8f35-4cf5-baf2-e761ff88fdec" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T230336Z:17e79aeb-06c1-4b18-83a3-8c23199c5185" + "WESTUS:20200623T232129Z:1d2cdbf2-8f35-4cf5-baf2-e761ff88fdec" ], "Date": [ - "Wed, 03 Jul 2019 23:03:36 GMT" + "Tue, 23 Jun 2020 23:21:29 GMT" ], "Content-Length": [ - "447" + "745" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps5176/providers/microsoft.storagesync/storageSyncServices/sssps3330/workflow/b393274e-fa75-4c59-b1a1-ee98c07c406f/operationresults/61c54fef-b044-4f44-82d1-f0e651e79fb0\",\r\n \"name\": \"61c54fef-b044-4f44-82d1-f0e651e79fb0\",\r\n \"status\": \"delayStep\",\r\n \"startTime\": \"2019-07-03T23:03:27.3321219Z\",\r\n \"endTime\": \"2019-07-03T23:03:30.8648448Z\",\r\n \"percentComplete\": null,\r\n \"error\": null,\r\n \"properties\": {}\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6ImQyMjMyZDZmLWVjMWMtNGZhYi05NzdlLWMzOWZlMTYwMTQ1MSIsIndvcmtmbG93SWQiOiI3ODhkODI4OC0yMGIwLTRiMTctOWVlYi1kYTZmNTgxOWY4OTQiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiOWU0YzAxNjMtYmNkZC00NzRmLThkNDItNDk5ZDQ2MTU0Yjk4In0=\",\r\n \"name\": \"eyJwYXJ0aXRpb25JZCI6ImQyMjMyZDZmLWVjMWMtNGZhYi05NzdlLWMzOWZlMTYwMTQ1MSIsIndvcmtmbG93SWQiOiI3ODhkODI4OC0yMGIwLTRiMTctOWVlYi1kYTZmNTgxOWY4OTQiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiOWU0YzAxNjMtYmNkZC00NzRmLThkNDItNDk5ZDQ2MTU0Yjk4In0=\",\r\n \"status\": \"delayStep\",\r\n \"startTime\": \"2020-06-23T23:21:19.7914647Z\",\r\n \"endTime\": \"2020-06-23T23:21:23.3239295Z\",\r\n \"properties\": {}\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps5176/providers/microsoft.storagesync/storageSyncServices/sssps3330/workflows/b393274e-fa75-4c59-b1a1-ee98c07c406f/operations/61c54fef-b044-4f44-82d1-f0e651e79fb0?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNTE3Ni9wcm92aWRlcnMvbWljcm9zb2Z0LnN0b3JhZ2VzeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMzMzMwL3dvcmtmbG93cy9iMzkzMjc0ZS1mYTc1LTRjNTktYjFhMS1lZTk4YzA3YzQwNmYvb3BlcmF0aW9ucy82MWM1NGZlZi1iMDQ0LTRmNDQtODJkMS1mMGU2NTFlNzlmYjA/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6ImQyMjMyZDZmLWVjMWMtNGZhYi05NzdlLWMzOWZlMTYwMTQ1MSIsIndvcmtmbG93SWQiOiI3ODhkODI4OC0yMGIwLTRiMTctOWVlYi1kYTZmNTgxOWY4OTQiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiOWU0YzAxNjMtYmNkZC00NzRmLThkNDItNDk5ZDQ2MTU0Yjk4In0=?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvbG9jYXRpb25zL2NlbnRyYWx1c2V1YXAvb3BlcmF0aW9ucy9leUp3WVhKMGFYUnBiMjVKWkNJNkltUXlNak15WkRabUxXVmpNV010TkdaaFlpMDVOemRsTFdNek9XWmxNVFl3TVRRMU1TSXNJbmR2Y210bWJHOTNTV1FpT2lJM09EaGtPREk0T0MweU1HSXdMVFJpTVRjdE9XVmxZaTFrWVRabU5UZ3hPV1k0T1RRaUxDSjNiM0pyWm14dmQwOXdaWEpoZEdsdmJrbGtJam9pT1dVMFl6QXhOak10WW1Oa1pDMDBOelJtTFRoa05ESXRORGs1WkRRMk1UVTBZams0SW4wPT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -840,7 +972,7 @@ "no-cache" ], "x-ms-request-id": [ - "f6f8bd08-2065-4c2b-8e36-098bd2122975" + "ee0f1689-9cfb-4dc9-933e-01aa9b2da8dc" ], "X-Content-Type-Options": [ "nosniff" @@ -858,41 +990,41 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11994" + "11992" ], "x-ms-correlation-request-id": [ - "78ee98cf-6d24-4615-9d6f-6c24d7c5d42b" + "5efe2d72-7c17-4332-b640-a0633406e4e7" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T230347Z:78ee98cf-6d24-4615-9d6f-6c24d7c5d42b" + "WESTUS:20200623T232140Z:5efe2d72-7c17-4332-b640-a0633406e4e7" ], "Date": [ - "Wed, 03 Jul 2019 23:03:46 GMT" + "Tue, 23 Jun 2020 23:21:39 GMT" ], "Content-Length": [ - "447" + "745" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps5176/providers/microsoft.storagesync/storageSyncServices/sssps3330/workflow/b393274e-fa75-4c59-b1a1-ee98c07c406f/operationresults/61c54fef-b044-4f44-82d1-f0e651e79fb0\",\r\n \"name\": \"61c54fef-b044-4f44-82d1-f0e651e79fb0\",\r\n \"status\": \"delayStep\",\r\n \"startTime\": \"2019-07-03T23:03:27.3321219Z\",\r\n \"endTime\": \"2019-07-03T23:03:30.8648448Z\",\r\n \"percentComplete\": null,\r\n \"error\": null,\r\n \"properties\": {}\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6ImQyMjMyZDZmLWVjMWMtNGZhYi05NzdlLWMzOWZlMTYwMTQ1MSIsIndvcmtmbG93SWQiOiI3ODhkODI4OC0yMGIwLTRiMTctOWVlYi1kYTZmNTgxOWY4OTQiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiOWU0YzAxNjMtYmNkZC00NzRmLThkNDItNDk5ZDQ2MTU0Yjk4In0=\",\r\n \"name\": \"eyJwYXJ0aXRpb25JZCI6ImQyMjMyZDZmLWVjMWMtNGZhYi05NzdlLWMzOWZlMTYwMTQ1MSIsIndvcmtmbG93SWQiOiI3ODhkODI4OC0yMGIwLTRiMTctOWVlYi1kYTZmNTgxOWY4OTQiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiOWU0YzAxNjMtYmNkZC00NzRmLThkNDItNDk5ZDQ2MTU0Yjk4In0=\",\r\n \"status\": \"delayStep\",\r\n \"startTime\": \"2020-06-23T23:21:19.7914647Z\",\r\n \"endTime\": \"2020-06-23T23:21:23.3239295Z\",\r\n \"properties\": {}\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps5176/providers/microsoft.storagesync/storageSyncServices/sssps3330/workflows/b393274e-fa75-4c59-b1a1-ee98c07c406f/operations/61c54fef-b044-4f44-82d1-f0e651e79fb0?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNTE3Ni9wcm92aWRlcnMvbWljcm9zb2Z0LnN0b3JhZ2VzeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMzMzMwL3dvcmtmbG93cy9iMzkzMjc0ZS1mYTc1LTRjNTktYjFhMS1lZTk4YzA3YzQwNmYvb3BlcmF0aW9ucy82MWM1NGZlZi1iMDQ0LTRmNDQtODJkMS1mMGU2NTFlNzlmYjA/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6ImQyMjMyZDZmLWVjMWMtNGZhYi05NzdlLWMzOWZlMTYwMTQ1MSIsIndvcmtmbG93SWQiOiI3ODhkODI4OC0yMGIwLTRiMTctOWVlYi1kYTZmNTgxOWY4OTQiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiOWU0YzAxNjMtYmNkZC00NzRmLThkNDItNDk5ZDQ2MTU0Yjk4In0=?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvbG9jYXRpb25zL2NlbnRyYWx1c2V1YXAvb3BlcmF0aW9ucy9leUp3WVhKMGFYUnBiMjVKWkNJNkltUXlNak15WkRabUxXVmpNV010TkdaaFlpMDVOemRsTFdNek9XWmxNVFl3TVRRMU1TSXNJbmR2Y210bWJHOTNTV1FpT2lJM09EaGtPREk0T0MweU1HSXdMVFJpTVRjdE9XVmxZaTFrWVRabU5UZ3hPV1k0T1RRaUxDSjNiM0pyWm14dmQwOXdaWEpoZEdsdmJrbGtJam9pT1dVMFl6QXhOak10WW1Oa1pDMDBOelJtTFRoa05ESXRORGs1WkRRMk1UVTBZams0SW4wPT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -903,7 +1035,7 @@ "no-cache" ], "x-ms-request-id": [ - "9eb677a5-aab7-4ddb-8829-4401e1d90b9a" + "b7dc8b70-b8e4-48e3-a1b0-069cbd38a4f1" ], "X-Content-Type-Options": [ "nosniff" @@ -921,41 +1053,41 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11993" + "11991" ], "x-ms-correlation-request-id": [ - "9ea033d8-269e-49cd-943e-40715023a0a3" + "411af64a-f6b3-49d7-8a85-613eca7ed5ba" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T230357Z:9ea033d8-269e-49cd-943e-40715023a0a3" + "WESTUS:20200623T232150Z:411af64a-f6b3-49d7-8a85-613eca7ed5ba" ], "Date": [ - "Wed, 03 Jul 2019 23:03:56 GMT" + "Tue, 23 Jun 2020 23:21:50 GMT" ], "Content-Length": [ - "447" + "745" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps5176/providers/microsoft.storagesync/storageSyncServices/sssps3330/workflow/b393274e-fa75-4c59-b1a1-ee98c07c406f/operationresults/61c54fef-b044-4f44-82d1-f0e651e79fb0\",\r\n \"name\": \"61c54fef-b044-4f44-82d1-f0e651e79fb0\",\r\n \"status\": \"delayStep\",\r\n \"startTime\": \"2019-07-03T23:03:27.3321219Z\",\r\n \"endTime\": \"2019-07-03T23:03:30.8648448Z\",\r\n \"percentComplete\": null,\r\n \"error\": null,\r\n \"properties\": {}\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6ImQyMjMyZDZmLWVjMWMtNGZhYi05NzdlLWMzOWZlMTYwMTQ1MSIsIndvcmtmbG93SWQiOiI3ODhkODI4OC0yMGIwLTRiMTctOWVlYi1kYTZmNTgxOWY4OTQiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiOWU0YzAxNjMtYmNkZC00NzRmLThkNDItNDk5ZDQ2MTU0Yjk4In0=\",\r\n \"name\": \"eyJwYXJ0aXRpb25JZCI6ImQyMjMyZDZmLWVjMWMtNGZhYi05NzdlLWMzOWZlMTYwMTQ1MSIsIndvcmtmbG93SWQiOiI3ODhkODI4OC0yMGIwLTRiMTctOWVlYi1kYTZmNTgxOWY4OTQiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiOWU0YzAxNjMtYmNkZC00NzRmLThkNDItNDk5ZDQ2MTU0Yjk4In0=\",\r\n \"status\": \"delayStep\",\r\n \"startTime\": \"2020-06-23T23:21:19.7914647Z\",\r\n \"endTime\": \"2020-06-23T23:21:23.3239295Z\",\r\n \"properties\": {}\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps5176/providers/microsoft.storagesync/storageSyncServices/sssps3330/workflows/b393274e-fa75-4c59-b1a1-ee98c07c406f/operations/61c54fef-b044-4f44-82d1-f0e651e79fb0?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNTE3Ni9wcm92aWRlcnMvbWljcm9zb2Z0LnN0b3JhZ2VzeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMzMzMwL3dvcmtmbG93cy9iMzkzMjc0ZS1mYTc1LTRjNTktYjFhMS1lZTk4YzA3YzQwNmYvb3BlcmF0aW9ucy82MWM1NGZlZi1iMDQ0LTRmNDQtODJkMS1mMGU2NTFlNzlmYjA/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6ImQyMjMyZDZmLWVjMWMtNGZhYi05NzdlLWMzOWZlMTYwMTQ1MSIsIndvcmtmbG93SWQiOiI3ODhkODI4OC0yMGIwLTRiMTctOWVlYi1kYTZmNTgxOWY4OTQiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiOWU0YzAxNjMtYmNkZC00NzRmLThkNDItNDk5ZDQ2MTU0Yjk4In0=?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvbG9jYXRpb25zL2NlbnRyYWx1c2V1YXAvb3BlcmF0aW9ucy9leUp3WVhKMGFYUnBiMjVKWkNJNkltUXlNak15WkRabUxXVmpNV010TkdaaFlpMDVOemRsTFdNek9XWmxNVFl3TVRRMU1TSXNJbmR2Y210bWJHOTNTV1FpT2lJM09EaGtPREk0T0MweU1HSXdMVFJpTVRjdE9XVmxZaTFrWVRabU5UZ3hPV1k0T1RRaUxDSjNiM0pyWm14dmQwOXdaWEpoZEdsdmJrbGtJam9pT1dVMFl6QXhOak10WW1Oa1pDMDBOelJtTFRoa05ESXRORGs1WkRRMk1UVTBZams0SW4wPT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -966,7 +1098,7 @@ "no-cache" ], "x-ms-request-id": [ - "ecbc2791-3227-4576-bc8d-27e67a72e530" + "5c935a93-8fd4-4b30-9199-6572eae574c1" ], "X-Content-Type-Options": [ "nosniff" @@ -984,41 +1116,41 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11992" + "11990" ], "x-ms-correlation-request-id": [ - "0a83ca59-234a-40bf-895b-a447568e3057" + "6dc7a255-55b3-48e3-a462-00c96e7644cc" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T230408Z:0a83ca59-234a-40bf-895b-a447568e3057" + "WESTUS:20200623T232200Z:6dc7a255-55b3-48e3-a462-00c96e7644cc" ], "Date": [ - "Wed, 03 Jul 2019 23:04:07 GMT" + "Tue, 23 Jun 2020 23:22:00 GMT" ], "Content-Length": [ - "447" + "745" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps5176/providers/microsoft.storagesync/storageSyncServices/sssps3330/workflow/b393274e-fa75-4c59-b1a1-ee98c07c406f/operationresults/61c54fef-b044-4f44-82d1-f0e651e79fb0\",\r\n \"name\": \"61c54fef-b044-4f44-82d1-f0e651e79fb0\",\r\n \"status\": \"delayStep\",\r\n \"startTime\": \"2019-07-03T23:03:27.3321219Z\",\r\n \"endTime\": \"2019-07-03T23:03:30.8648448Z\",\r\n \"percentComplete\": null,\r\n \"error\": null,\r\n \"properties\": {}\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6ImQyMjMyZDZmLWVjMWMtNGZhYi05NzdlLWMzOWZlMTYwMTQ1MSIsIndvcmtmbG93SWQiOiI3ODhkODI4OC0yMGIwLTRiMTctOWVlYi1kYTZmNTgxOWY4OTQiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiOWU0YzAxNjMtYmNkZC00NzRmLThkNDItNDk5ZDQ2MTU0Yjk4In0=\",\r\n \"name\": \"eyJwYXJ0aXRpb25JZCI6ImQyMjMyZDZmLWVjMWMtNGZhYi05NzdlLWMzOWZlMTYwMTQ1MSIsIndvcmtmbG93SWQiOiI3ODhkODI4OC0yMGIwLTRiMTctOWVlYi1kYTZmNTgxOWY4OTQiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiOWU0YzAxNjMtYmNkZC00NzRmLThkNDItNDk5ZDQ2MTU0Yjk4In0=\",\r\n \"status\": \"delayStep\",\r\n \"startTime\": \"2020-06-23T23:21:19.7914647Z\",\r\n \"endTime\": \"2020-06-23T23:21:23.3239295Z\",\r\n \"properties\": {}\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps5176/providers/microsoft.storagesync/storageSyncServices/sssps3330/workflows/b393274e-fa75-4c59-b1a1-ee98c07c406f/operations/61c54fef-b044-4f44-82d1-f0e651e79fb0?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNTE3Ni9wcm92aWRlcnMvbWljcm9zb2Z0LnN0b3JhZ2VzeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMzMzMwL3dvcmtmbG93cy9iMzkzMjc0ZS1mYTc1LTRjNTktYjFhMS1lZTk4YzA3YzQwNmYvb3BlcmF0aW9ucy82MWM1NGZlZi1iMDQ0LTRmNDQtODJkMS1mMGU2NTFlNzlmYjA/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6ImQyMjMyZDZmLWVjMWMtNGZhYi05NzdlLWMzOWZlMTYwMTQ1MSIsIndvcmtmbG93SWQiOiI3ODhkODI4OC0yMGIwLTRiMTctOWVlYi1kYTZmNTgxOWY4OTQiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiOWU0YzAxNjMtYmNkZC00NzRmLThkNDItNDk5ZDQ2MTU0Yjk4In0=?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvbG9jYXRpb25zL2NlbnRyYWx1c2V1YXAvb3BlcmF0aW9ucy9leUp3WVhKMGFYUnBiMjVKWkNJNkltUXlNak15WkRabUxXVmpNV010TkdaaFlpMDVOemRsTFdNek9XWmxNVFl3TVRRMU1TSXNJbmR2Y210bWJHOTNTV1FpT2lJM09EaGtPREk0T0MweU1HSXdMVFJpTVRjdE9XVmxZaTFrWVRabU5UZ3hPV1k0T1RRaUxDSjNiM0pyWm14dmQwOXdaWEpoZEdsdmJrbGtJam9pT1dVMFl6QXhOak10WW1Oa1pDMDBOelJtTFRoa05ESXRORGs1WkRRMk1UVTBZams0SW4wPT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -1029,7 +1161,7 @@ "no-cache" ], "x-ms-request-id": [ - "86c6217e-c535-469a-b166-072e0e2816d2" + "26222780-c73e-4c13-9983-b9be1fc4c19d" ], "X-Content-Type-Options": [ "nosniff" @@ -1047,41 +1179,41 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11999" + "11989" ], "x-ms-correlation-request-id": [ - "f3f514ca-6af9-4d07-8c8a-0e0cfda898d8" + "621d1761-1a3c-4fa0-a3e9-12a79882bf5d" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T230419Z:f3f514ca-6af9-4d07-8c8a-0e0cfda898d8" + "WESTUS:20200623T232210Z:621d1761-1a3c-4fa0-a3e9-12a79882bf5d" ], "Date": [ - "Wed, 03 Jul 2019 23:04:18 GMT" + "Tue, 23 Jun 2020 23:22:10 GMT" ], "Content-Length": [ - "447" + "745" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps5176/providers/microsoft.storagesync/storageSyncServices/sssps3330/workflow/b393274e-fa75-4c59-b1a1-ee98c07c406f/operationresults/61c54fef-b044-4f44-82d1-f0e651e79fb0\",\r\n \"name\": \"61c54fef-b044-4f44-82d1-f0e651e79fb0\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2019-07-03T23:03:27.3321219Z\",\r\n \"endTime\": \"2019-07-03T23:04:15.9248536Z\",\r\n \"percentComplete\": null,\r\n \"error\": null,\r\n \"properties\": {}\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6ImQyMjMyZDZmLWVjMWMtNGZhYi05NzdlLWMzOWZlMTYwMTQ1MSIsIndvcmtmbG93SWQiOiI3ODhkODI4OC0yMGIwLTRiMTctOWVlYi1kYTZmNTgxOWY4OTQiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiOWU0YzAxNjMtYmNkZC00NzRmLThkNDItNDk5ZDQ2MTU0Yjk4In0=\",\r\n \"name\": \"eyJwYXJ0aXRpb25JZCI6ImQyMjMyZDZmLWVjMWMtNGZhYi05NzdlLWMzOWZlMTYwMTQ1MSIsIndvcmtmbG93SWQiOiI3ODhkODI4OC0yMGIwLTRiMTctOWVlYi1kYTZmNTgxOWY4OTQiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiOWU0YzAxNjMtYmNkZC00NzRmLThkNDItNDk5ZDQ2MTU0Yjk4In0=\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2020-06-23T23:21:19.7914647Z\",\r\n \"endTime\": \"2020-06-23T23:22:08.3947486Z\",\r\n \"properties\": {}\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps5176/providers/microsoft.storagesync/storageSyncServices/sssps3330/workflows/b393274e-fa75-4c59-b1a1-ee98c07c406f/operationresults/61c54fef-b044-4f44-82d1-f0e651e79fb0?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNTE3Ni9wcm92aWRlcnMvbWljcm9zb2Z0LnN0b3JhZ2VzeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMzMzMwL3dvcmtmbG93cy9iMzkzMjc0ZS1mYTc1LTRjNTktYjFhMS1lZTk4YzA3YzQwNmYvb3BlcmF0aW9ucmVzdWx0cy82MWM1NGZlZi1iMDQ0LTRmNDQtODJkMS1mMGU2NTFlNzlmYjA/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6ImQyMjMyZDZmLWVjMWMtNGZhYi05NzdlLWMzOWZlMTYwMTQ1MSIsIndvcmtmbG93SWQiOiI3ODhkODI4OC0yMGIwLTRiMTctOWVlYi1kYTZmNTgxOWY4OTQiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiOWU0YzAxNjMtYmNkZC00NzRmLThkNDItNDk5ZDQ2MTU0Yjk4In0=?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvbG9jYXRpb25zL2NlbnRyYWx1c2V1YXAvb3BlcmF0aW9ucmVzdWx0cy9leUp3WVhKMGFYUnBiMjVKWkNJNkltUXlNak15WkRabUxXVmpNV010TkdaaFlpMDVOemRsTFdNek9XWmxNVFl3TVRRMU1TSXNJbmR2Y210bWJHOTNTV1FpT2lJM09EaGtPREk0T0MweU1HSXdMVFJpTVRjdE9XVmxZaTFrWVRabU5UZ3hPV1k0T1RRaUxDSjNiM0pyWm14dmQwOXdaWEpoZEdsdmJrbGtJam9pT1dVMFl6QXhOak10WW1Oa1pDMDBOelJtTFRoa05ESXRORGs1WkRRMk1UVTBZams0SW4wPT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -1092,7 +1224,7 @@ "no-cache" ], "x-ms-request-id": [ - "61aaefcf-6b9d-4e48-af14-ce182d895b1d" + "52bdb928-1328-4d9c-b7d5-c3292bcfdceb" ], "X-Content-Type-Options": [ "nosniff" @@ -1110,16 +1242,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11998" + "11988" ], "x-ms-correlation-request-id": [ - "45d8cf0c-1492-4148-a1de-4ff752c4c49d" + "05378f8a-fa5b-4414-a418-c28cd35694f1" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T230419Z:45d8cf0c-1492-4148-a1de-4ff752c4c49d" + "WESTUS:20200623T232211Z:05378f8a-fa5b-4414-a418-c28cd35694f1" ], "Date": [ - "Wed, 03 Jul 2019 23:04:18 GMT" + "Tue, 23 Jun 2020 23:22:10 GMT" ], "Expires": [ "-1" @@ -1132,22 +1264,22 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps5176/providers/Microsoft.StorageSync/storageSyncServices/sssps3330?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNTE3Ni9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMzMzMwP2FwaS12ZXJzaW9uPTIwMTktMDMtMDE=", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps5868/providers/Microsoft.StorageSync/storageSyncServices/sssps8039?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzNTg2OC9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM4MDM5P2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "e03aab17-9b29-49c1-ae2a-6c4da4515aa0" + "ec6ac6b4-f1d4-45cd-b7f2-f10a02171089" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -1157,8 +1289,17 @@ "Pragma": [ "no-cache" ], + "Location": [ + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6ImQyMjMyZDZmLWVjMWMtNGZhYi05NzdlLWMzOWZlMTYwMTQ1MSIsIndvcmtmbG93SWQiOiI1ZWIxOTZiNC1lMzNlLTRhNjctYTNkYS0yNmVmNGM0YjZjNzAiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiYzNmM2RhNGEtZjNmNS00YTc4LTkwZTAtYTZiODliZTIwZWMxIn0=?api-version=2020-03-01" + ], + "Retry-After": [ + "10" + ], + "Azure-AsyncOperation": [ + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6ImQyMjMyZDZmLWVjMWMtNGZhYi05NzdlLWMzOWZlMTYwMTQ1MSIsIndvcmtmbG93SWQiOiI1ZWIxOTZiNC1lMzNlLTRhNjctYTNkYS0yNmVmNGM0YjZjNzAiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiYzNmM2RhNGEtZjNmNS00YTc4LTkwZTAtYTZiODliZTIwZWMxIn0=?api-version=2020-03-01" + ], "x-ms-request-id": [ - "dc513826-d54a-46f6-be20-2cbc751be7f8" + "9fb8834d-9c3e-464b-be5b-9a2f4ba9fd1a" ], "X-Content-Type-Options": [ "nosniff" @@ -1176,16 +1317,139 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-deletes": [ - "14999" + "14998" + ], + "x-ms-correlation-request-id": [ + "6760e8d6-bda5-4238-9464-55f9c452d0df" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200623T232211Z:6760e8d6-bda5-4238-9464-55f9c452d0df" + ], + "Date": [ + "Tue, 23 Jun 2020 23:22:11 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6ImQyMjMyZDZmLWVjMWMtNGZhYi05NzdlLWMzOWZlMTYwMTQ1MSIsIndvcmtmbG93SWQiOiI1ZWIxOTZiNC1lMzNlLTRhNjctYTNkYS0yNmVmNGM0YjZjNzAiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiYzNmM2RhNGEtZjNmNS00YTc4LTkwZTAtYTZiODliZTIwZWMxIn0=?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvbG9jYXRpb25zL2NlbnRyYWx1c2V1YXAvb3BlcmF0aW9ucy9leUp3WVhKMGFYUnBiMjVKWkNJNkltUXlNak15WkRabUxXVmpNV010TkdaaFlpMDVOemRsTFdNek9XWmxNVFl3TVRRMU1TSXNJbmR2Y210bWJHOTNTV1FpT2lJMVpXSXhPVFppTkMxbE16TmxMVFJoTmpjdFlUTmtZUzB5Tm1WbU5HTTBZalpqTnpBaUxDSjNiM0pyWm14dmQwOXdaWEpoZEdsdmJrbGtJam9pWXpObU0yUmhOR0V0WmpObU5TMDBZVGM0TFRrd1pUQXRZVFppT0RsaVpUSXdaV014SW4wPT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-request-id": [ + "9130ed70-732f-41f5-8bf1-556c227ff226" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-IIS/10.0" + ], + "X-AspNet-Version": [ + "4.0.30319" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11987" + ], + "x-ms-correlation-request-id": [ + "64f04e1a-4398-4dfb-b8d6-1600a4d9e0a1" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200623T232221Z:64f04e1a-4398-4dfb-b8d6-1600a4d9e0a1" + ], + "Date": [ + "Tue, 23 Jun 2020 23:22:21 GMT" + ], + "Content-Length": [ + "745" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6ImQyMjMyZDZmLWVjMWMtNGZhYi05NzdlLWMzOWZlMTYwMTQ1MSIsIndvcmtmbG93SWQiOiI1ZWIxOTZiNC1lMzNlLTRhNjctYTNkYS0yNmVmNGM0YjZjNzAiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiYzNmM2RhNGEtZjNmNS00YTc4LTkwZTAtYTZiODliZTIwZWMxIn0=\",\r\n \"name\": \"eyJwYXJ0aXRpb25JZCI6ImQyMjMyZDZmLWVjMWMtNGZhYi05NzdlLWMzOWZlMTYwMTQ1MSIsIndvcmtmbG93SWQiOiI1ZWIxOTZiNC1lMzNlLTRhNjctYTNkYS0yNmVmNGM0YjZjNzAiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiYzNmM2RhNGEtZjNmNS00YTc4LTkwZTAtYTZiODliZTIwZWMxIn0=\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2020-06-23T23:22:12.3042362Z\",\r\n \"endTime\": \"2020-06-23T23:22:17.8837515Z\",\r\n \"properties\": {}\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6ImQyMjMyZDZmLWVjMWMtNGZhYi05NzdlLWMzOWZlMTYwMTQ1MSIsIndvcmtmbG93SWQiOiI1ZWIxOTZiNC1lMzNlLTRhNjctYTNkYS0yNmVmNGM0YjZjNzAiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiYzNmM2RhNGEtZjNmNS00YTc4LTkwZTAtYTZiODliZTIwZWMxIn0=?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvbG9jYXRpb25zL2NlbnRyYWx1c2V1YXAvb3BlcmF0aW9ucmVzdWx0cy9leUp3WVhKMGFYUnBiMjVKWkNJNkltUXlNak15WkRabUxXVmpNV010TkdaaFlpMDVOemRsTFdNek9XWmxNVFl3TVRRMU1TSXNJbmR2Y210bWJHOTNTV1FpT2lJMVpXSXhPVFppTkMxbE16TmxMVFJoTmpjdFlUTmtZUzB5Tm1WbU5HTTBZalpqTnpBaUxDSjNiM0pyWm14dmQwOXdaWEpoZEdsdmJrbGtJam9pWXpObU0yUmhOR0V0WmpObU5TMDBZVGM0TFRrd1pUQXRZVFppT0RsaVpUSXdaV014SW4wPT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-request-id": [ + "afb3afbd-374c-4fc5-a5b4-ec662a4d9686" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-IIS/10.0" + ], + "X-AspNet-Version": [ + "4.0.30319" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11986" ], "x-ms-correlation-request-id": [ - "4dfa5f6e-e280-469d-a699-7a5cff04995a" + "9319bc71-9859-4ee8-a494-b95211818f35" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T230420Z:4dfa5f6e-e280-469d-a699-7a5cff04995a" + "WESTUS:20200623T232222Z:9319bc71-9859-4ee8-a494-b95211818f35" ], "Date": [ - "Wed, 03 Jul 2019 23:04:19 GMT" + "Tue, 23 Jun 2020 23:22:21 GMT" ], "Expires": [ "-1" @@ -1198,22 +1462,22 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps5176/providers/Microsoft.StorageSync/storageSyncServices?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNTE3Ni9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXM/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps5868/providers/Microsoft.StorageSync/storageSyncServices?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzNTg2OC9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXM/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "d7d2db7a-e565-4f46-bf80-7871a3d379bc" + "767e3bd5-00f9-40af-a9e6-998e96991116" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -1223,57 +1487,66 @@ "Pragma": [ "no-cache" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11997" - ], "x-ms-request-id": [ - "7710ae88-8dba-4d22-af24-b5d3eb534b3c" + "134c975a-6fbb-4e70-9f6b-f6a750c87d99" ], - "x-ms-correlation-request-id": [ - "7710ae88-8dba-4d22-af24-b5d3eb534b3c" - ], - "x-ms-routing-request-id": [ - "WESTUS:20190703T230420Z:7710ae88-8dba-4d22-af24-b5d3eb534b3c" + "X-Content-Type-Options": [ + "nosniff" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Content-Type-Options": [ - "nosniff" + "Server": [ + "Microsoft-IIS/10.0" + ], + "X-AspNet-Version": [ + "4.0.30319" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11985" + ], + "x-ms-correlation-request-id": [ + "d382d9ec-5fd0-49f3-8ccb-e5859e671f42" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200623T232222Z:d382d9ec-5fd0-49f3-8ccb-e5859e671f42" ], "Date": [ - "Wed, 03 Jul 2019 23:04:19 GMT" + "Tue, 23 Jun 2020 23:22:21 GMT" + ], + "Content-Length": [ + "19" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" - ], - "Content-Length": [ - "12" ] }, "ResponseBody": "{\r\n \"value\": []\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourcegroups/ps5176?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlZ3JvdXBzL3BzNTE3Nj9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourcegroups/ps5868?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlZ3JvdXBzL3BzNTg2OD9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "501478b0-c989-4420-968c-cf9d7a180a53" + "1633bda2-2be2-463c-973f-37660008e983" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -1284,22 +1557,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzUxNzYtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzU4NjgtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-deletes": [ - "14998" + "14997" ], "x-ms-request-id": [ - "5090f967-b888-4630-a40f-6e4d4f0d4845" + "7f14d238-a30a-427f-b29e-9d47ecdf1571" ], "x-ms-correlation-request-id": [ - "5090f967-b888-4630-a40f-6e4d4f0d4845" + "7f14d238-a30a-427f-b29e-9d47ecdf1571" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T230421Z:5090f967-b888-4630-a40f-6e4d4f0d4845" + "WESTUS:20200623T232222Z:7f14d238-a30a-427f-b29e-9d47ecdf1571" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1308,7 +1581,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 23:04:20 GMT" + "Tue, 23 Jun 2020 23:22:22 GMT" ], "Expires": [ "-1" @@ -1321,16 +1594,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzUxNzYtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpVeE56WXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzU4NjgtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpVNE5qZ3RWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -1341,22 +1614,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzUxNzYtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzU4NjgtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11996" + "11984" ], "x-ms-request-id": [ - "24b32558-31f6-48e2-8cc2-81302e32dfc1" + "d8126db3-beee-422c-b369-aab95c7b4b6d" ], "x-ms-correlation-request-id": [ - "24b32558-31f6-48e2-8cc2-81302e32dfc1" + "d8126db3-beee-422c-b369-aab95c7b4b6d" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T230436Z:24b32558-31f6-48e2-8cc2-81302e32dfc1" + "WESTUS:20200623T232237Z:d8126db3-beee-422c-b369-aab95c7b4b6d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1365,7 +1638,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 23:04:36 GMT" + "Tue, 23 Jun 2020 23:22:36 GMT" ], "Expires": [ "-1" @@ -1378,16 +1651,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzUxNzYtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpVeE56WXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzU4NjgtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpVNE5qZ3RWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -1398,22 +1671,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzUxNzYtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzU4NjgtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11995" + "11983" ], "x-ms-request-id": [ - "31cd933e-9842-4b55-b399-5044e7743eb7" + "62c54c4b-f1d1-40da-8487-9d726fdc3c99" ], "x-ms-correlation-request-id": [ - "31cd933e-9842-4b55-b399-5044e7743eb7" + "62c54c4b-f1d1-40da-8487-9d726fdc3c99" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T230451Z:31cd933e-9842-4b55-b399-5044e7743eb7" + "WESTUS:20200623T232252Z:62c54c4b-f1d1-40da-8487-9d726fdc3c99" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1422,7 +1695,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 23:04:51 GMT" + "Tue, 23 Jun 2020 23:22:51 GMT" ], "Expires": [ "-1" @@ -1435,16 +1708,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzUxNzYtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpVeE56WXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzU4NjgtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpVNE5qZ3RWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -1455,16 +1728,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11994" + "11982" ], "x-ms-request-id": [ - "6bc35734-5c36-4494-bd27-0b008188f405" + "1c335cd2-f0bc-4b7d-b56d-ddd49f1a191b" ], "x-ms-correlation-request-id": [ - "6bc35734-5c36-4494-bd27-0b008188f405" + "1c335cd2-f0bc-4b7d-b56d-ddd49f1a191b" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T230506Z:6bc35734-5c36-4494-bd27-0b008188f405" + "WESTUS:20200623T232307Z:1c335cd2-f0bc-4b7d-b56d-ddd49f1a191b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1473,7 +1746,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 23:05:06 GMT" + "Tue, 23 Jun 2020 23:23:06 GMT" ], "Expires": [ "-1" @@ -1486,16 +1759,16 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzUxNzYtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpVeE56WXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzU4NjgtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpVNE5qZ3RWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -1506,16 +1779,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11993" + "11981" ], "x-ms-request-id": [ - "2d899118-8260-4568-8d89-2f0f5af120d6" + "f4d884cd-0f9b-4b66-959a-b6aa89e3236e" ], "x-ms-correlation-request-id": [ - "2d899118-8260-4568-8d89-2f0f5af120d6" + "f4d884cd-0f9b-4b66-959a-b6aa89e3236e" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T230506Z:2d899118-8260-4568-8d89-2f0f5af120d6" + "WESTUS:20200623T232307Z:f4d884cd-0f9b-4b66-959a-b6aa89e3236e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1524,7 +1797,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 23:05:06 GMT" + "Tue, 23 Jun 2020 23:23:06 GMT" ], "Expires": [ "-1" @@ -1539,14 +1812,14 @@ ], "Names": { "Test-GetRegisteredServer": [ - "ps5176", - "ps3330" + "ps5868", + "ps8039" ] }, "Variables": { - "SubscriptionId": "7b96cb02-4663-40f4-9a89-603d3849e46a", - "TenantId": "0483643a-cb2f-462a-bc27-1a270e5bdc0a", + "SubscriptionId": "1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b", + "TenantId": "6ad91d65-65ab-4e14-90f7-fe951035b7c9", "Domain": "", - "SyncServerId": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps5176/providers/Microsoft.StorageSync/storageSyncServices/sssps3330/registeredServers/77218F5E-330D-4E94-81B1-399160F4C7C4" + "SyncServerId": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps5868/providers/Microsoft.StorageSync/storageSyncServices/sssps8039/registeredServers/06BD7AD1-798B-4608-9EB7-DE785C2878E3" } } \ No newline at end of file diff --git a/src/StorageSync/StorageSync.Test/SessionRecords/StorageSyncTests.RegisteredServerTests/TestGetRegisteredServerParentObject.json b/src/StorageSync/StorageSync.Test/SessionRecords/StorageSyncTests.RegisteredServerTests/TestGetRegisteredServerParentObject.json index c48d1c1d31af..5190920a9206 100644 --- a/src/StorageSync/StorageSync.Test/SessionRecords/StorageSyncTests.RegisteredServerTests/TestGetRegisteredServerParentObject.json +++ b/src/StorageSync/StorageSync.Test/SessionRecords/StorageSyncTests.RegisteredServerTests/TestGetRegisteredServerParentObject.json @@ -1,22 +1,22 @@ { "Entries": [ { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/providers/Microsoft.Resources?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVzb3VyY2VzP2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/Microsoft.Resources?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVzb3VyY2VzP2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "06f0170c-61ed-488e-8f1e-5b55e584a967" + "d4ad38d3-ba11-4e67-8460-44f1a0f71f89" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -30,13 +30,13 @@ "11999" ], "x-ms-request-id": [ - "4572b0f0-e008-462e-8feb-c3ba91f503af" + "0729ce0e-d02a-4b40-9eb7-5ecaf299261f" ], "x-ms-correlation-request-id": [ - "4572b0f0-e008-462e-8feb-c3ba91f503af" + "0729ce0e-d02a-4b40-9eb7-5ecaf299261f" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T185009Z:4572b0f0-e008-462e-8feb-c3ba91f503af" + "WESTUS:20200623T231341Z:0729ce0e-d02a-4b40-9eb7-5ecaf299261f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -45,7 +45,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 18:50:09 GMT" + "Tue, 23 Jun 2020 23:13:41 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -54,29 +54,29 @@ "-1" ], "Content-Length": [ - "8818" + "10899" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/providers/Microsoft.Resources\",\r\n \"namespace\": \"Microsoft.Resources\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"tenants\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operationresults\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"notifyResourceJobs\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"tags\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkPolicyCompliance\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"providers\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkresourcename\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resources\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/resources\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/providers\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/operationresults\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceGroups\",\r\n \"locations\": [\r\n \"Central US\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"West Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia Southeast\",\r\n \"Australia East\",\r\n \"West India\",\r\n \"South India\",\r\n \"Central India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/resourceGroups\",\r\n \"locations\": [\r\n \"Central US\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"West Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia Southeast\",\r\n \"Australia East\",\r\n \"West India\",\r\n \"South India\",\r\n \"Central India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/resourcegroups/resources\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/tagnames\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/tagNames/tagValues\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"deployments\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"deployments/operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"links\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-01-01\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/Microsoft.Resources\",\r\n \"namespace\": \"Microsoft.Resources\",\r\n \"authorization\": {\r\n \"applicationId\": \"3b990c8b-9607-4c2a-8b04-1d41985facca\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"tenants\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-01-01\",\r\n \"2019-09-01\",\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-09-01\",\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operationresults\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-09-01\",\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"notifyResourceJobs\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-09-01\",\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"tags\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-10-01\",\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\"\r\n ],\r\n \"capabilities\": \"SupportsExtension\"\r\n },\r\n {\r\n \"resourceType\": \"checkPolicyCompliance\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"providers\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkresourcename\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"calculateTemplateHash\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-09-01\",\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resources\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-09-01\",\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-10-01\",\r\n \"2019-09-01\",\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/resources\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-09-01\",\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/providers\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/operationresults\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceGroups\",\r\n \"locations\": [\r\n \"Central US\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"West Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia Southeast\",\r\n \"Australia East\",\r\n \"West India\",\r\n \"South India\",\r\n \"Central India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Australia Central\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/resourceGroups\",\r\n \"locations\": [\r\n \"Central US\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"West Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia Southeast\",\r\n \"Australia East\",\r\n \"West India\",\r\n \"South India\",\r\n \"Central India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Australia Central\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/resourcegroups/resources\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/tagnames\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/tagNames/tagValues\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"deployments\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-09-01\",\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"deployments/operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-09-01\",\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"links\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ],\r\n \"capabilities\": \"SupportsExtension\"\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-01-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"deploymentScripts\",\r\n \"locations\": [\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Australia East\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"Central US\",\r\n \"North Central US\",\r\n \"UK South\",\r\n \"Central India\",\r\n \"South India\",\r\n \"Japan East\",\r\n \"Korea Central\",\r\n \"North Europe\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West US 2\",\r\n \"West US\",\r\n \"South Central US\",\r\n \"Canada East\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-10-01-preview\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"deploymentScripts/logs\",\r\n \"locations\": [\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Australia East\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"Central US\",\r\n \"North Central US\",\r\n \"UK South\",\r\n \"Central India\",\r\n \"South India\",\r\n \"Japan East\",\r\n \"Korea Central\",\r\n \"North Europe\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West US 2\",\r\n \"West US\",\r\n \"South Central US\",\r\n \"Canada East\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/deploymentScriptOperationResults\",\r\n \"locations\": [\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Australia East\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"Central US\",\r\n \"North Central US\",\r\n \"UK South\",\r\n \"Central India\",\r\n \"South India\",\r\n \"Japan East\",\r\n \"Korea Central\",\r\n \"North Europe\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West US 2\",\r\n \"West US\",\r\n \"South Central US\",\r\n \"Canada East\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-10-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/providers/Microsoft.StorageSync?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZVN5bmM/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/Microsoft.StorageSync?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZVN5bmM/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "db2ffeb1-6ae4-4d5a-86ec-f393cae7cac2" + "02d883bd-e863-47e9-b65e-f440e8c24252" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -90,13 +90,13 @@ "11998" ], "x-ms-request-id": [ - "53f79e1f-925a-42fd-a04d-ce0d6858ff19" + "9a29e8f5-f6af-42ec-a335-4c7d5c242d08" ], "x-ms-correlation-request-id": [ - "53f79e1f-925a-42fd-a04d-ce0d6858ff19" + "9a29e8f5-f6af-42ec-a335-4c7d5c242d08" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T185009Z:53f79e1f-925a-42fd-a04d-ce0d6858ff19" + "WESTUS:20200623T231342Z:9a29e8f5-f6af-42ec-a335-4c7d5c242d08" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -105,7 +105,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 18:50:09 GMT" + "Tue, 23 Jun 2020 23:13:41 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -114,29 +114,29 @@ "-1" ], "Content-Length": [ - "5239" + "7645" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/providers/Microsoft.StorageSync\",\r\n \"namespace\": \"Microsoft.StorageSync\",\r\n \"authorizations\": [\r\n {\r\n \"applicationId\": \"9469b9f5-6722-4481-a2b2-14ed560b706f\"\r\n }\r\n ],\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageSyncServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"Central US EUAP\",\r\n \"West US 2\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\",\r\n \"2018-01-01-preview\",\r\n \"2017-06-05-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"storageSyncServices/syncGroups\",\r\n \"locations\": [\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"Central US EUAP\",\r\n \"West US 2\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\",\r\n \"2018-01-01-preview\",\r\n \"2017-06-05-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageSyncServices/syncGroups/cloudEndpoints\",\r\n \"locations\": [\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"Central US EUAP\",\r\n \"West US 2\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\",\r\n \"2018-01-01-preview\",\r\n \"2017-06-05-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageSyncServices/syncGroups/serverEndpoints\",\r\n \"locations\": [\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"Central US EUAP\",\r\n \"West US 2\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\",\r\n \"2018-01-01-preview\",\r\n \"2017-06-05-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageSyncServices/registeredServers\",\r\n \"locations\": [\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"Central US EUAP\",\r\n \"West US 2\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\",\r\n \"2018-01-01-preview\",\r\n \"2017-06-05-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageSyncServices/workflows\",\r\n \"locations\": [\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"Central US EUAP\",\r\n \"West US 2\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\",\r\n \"2018-01-01-preview\",\r\n \"2017-06-05-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\",\r\n \"2018-01-01-preview\",\r\n \"2017-06-05-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/checkNameAvailability\",\r\n \"locations\": [\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/workflows\",\r\n \"locations\": [\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/Microsoft.StorageSync\",\r\n \"namespace\": \"Microsoft.StorageSync\",\r\n \"authorizations\": [\r\n {\r\n \"applicationId\": \"9469b9f5-6722-4481-a2b2-14ed560b706f\",\r\n \"roleDefinitionId\": \"4cd49d82-1f4d-43fc-af0c-1c1203668e5a\"\r\n }\r\n ],\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageSyncServices\",\r\n \"locations\": [\r\n \"West Central US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"West US 2\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"UAE North\",\r\n \"UAE Central\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2019-10-01\",\r\n \"2019-06-01\",\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\",\r\n \"2018-01-01-preview\",\r\n \"2017-06-05-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"storageSyncServices/syncGroups\",\r\n \"locations\": [\r\n \"West Central US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"West US 2\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"UAE North\",\r\n \"UAE Central\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2019-10-01\",\r\n \"2019-06-01\",\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\",\r\n \"2018-01-01-preview\",\r\n \"2017-06-05-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageSyncServices/syncGroups/cloudEndpoints\",\r\n \"locations\": [\r\n \"West Central US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"West US 2\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"UAE North\",\r\n \"UAE Central\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2019-10-01\",\r\n \"2019-06-01\",\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\",\r\n \"2018-01-01-preview\",\r\n \"2017-06-05-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageSyncServices/syncGroups/serverEndpoints\",\r\n \"locations\": [\r\n \"West Central US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"West US 2\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"UAE North\",\r\n \"UAE Central\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2019-10-01\",\r\n \"2019-06-01\",\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\",\r\n \"2018-01-01-preview\",\r\n \"2017-06-05-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageSyncServices/registeredServers\",\r\n \"locations\": [\r\n \"West Central US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"West US 2\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"UAE North\",\r\n \"UAE Central\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2019-10-01\",\r\n \"2019-06-01\",\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\",\r\n \"2018-01-01-preview\",\r\n \"2017-06-05-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageSyncServices/workflows\",\r\n \"locations\": [\r\n \"West Central US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"West US 2\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"UAE North\",\r\n \"UAE Central\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2019-10-01\",\r\n \"2019-06-01\",\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\",\r\n \"2018-01-01-preview\",\r\n \"2017-06-05-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2019-10-01\",\r\n \"2019-06-01\",\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\",\r\n \"2018-01-01-preview\",\r\n \"2017-06-05-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2019-10-01\",\r\n \"2019-06-01\",\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/checkNameAvailability\",\r\n \"locations\": [\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"UAE North\",\r\n \"UAE Central\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2019-10-01\",\r\n \"2019-06-01\",\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/workflows\",\r\n \"locations\": [\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"UAE North\",\r\n \"UAE Central\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2019-10-01\",\r\n \"2019-06-01\",\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operations\",\r\n \"locations\": [\r\n \"West Central US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"West US 2\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"UAE North\",\r\n \"UAE Central\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operationResults\",\r\n \"locations\": [\r\n \"West Central US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"West US 2\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"UAE North\",\r\n \"UAE Central\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourcegroups/ps7195?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlZ3JvdXBzL3BzNzE5NT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourcegroups/ps8592?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlZ3JvdXBzL3BzODU5Mj9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "5fe54830-f175-40b3-8bac-717abcc8820e" + "024e6fb3-ffed-4e75-8b67-f6895a051d7f" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ], "Content-Type": [ "application/json; charset=utf-8" @@ -156,13 +156,13 @@ "1199" ], "x-ms-request-id": [ - "4f7f0518-096f-4a69-b150-e12a2dd129fb" + "9b8dd136-7ef3-4dc2-bda5-e2ad343c8d6b" ], "x-ms-correlation-request-id": [ - "4f7f0518-096f-4a69-b150-e12a2dd129fb" + "9b8dd136-7ef3-4dc2-bda5-e2ad343c8d6b" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T185011Z:4f7f0518-096f-4a69-b150-e12a2dd129fb" + "WESTUS:20200623T231342Z:9b8dd136-7ef3-4dc2-bda5-e2ad343c8d6b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -171,7 +171,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 18:50:11 GMT" + "Tue, 23 Jun 2020 23:13:41 GMT" ], "Content-Length": [ "165" @@ -183,26 +183,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps7195\",\r\n \"name\": \"ps7195\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps8592\",\r\n \"name\": \"ps8592\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/providers/Microsoft.StorageSync/locations/CentralUSEUAP/checkNameAvailability?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZVN5bmMvbG9jYXRpb25zL0NlbnRyYWxVU0VVQVAvY2hlY2tOYW1lQXZhaWxhYmlsaXR5P2FwaS12ZXJzaW9uPTIwMTktMDMtMDE=", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/Microsoft.StorageSync/locations/CentralUSEUAP/checkNameAvailability?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZVN5bmMvbG9jYXRpb25zL0NlbnRyYWxVU0VVQVAvY2hlY2tOYW1lQXZhaWxhYmlsaXR5P2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", "RequestMethod": "POST", - "RequestBody": "{\r\n \"name\": \"sssps9492\",\r\n \"type\": \"Microsoft.StorageSync/storageSyncServices\"\r\n}", + "RequestBody": "{\r\n \"name\": \"sssps5154\",\r\n \"type\": \"Microsoft.StorageSync/storageSyncServices\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "e35c9287-7eb5-494b-b3ad-19257a6dc02e" + "b16759ec-0ddc-4314-9335-5fb0fd929227" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -219,7 +219,7 @@ "no-cache" ], "x-ms-request-id": [ - "deeb2d36-894e-4d1c-8a09-c203fbb0094d" + "7e8ce092-dce9-4c8c-aad2-fb8052bc742b" ], "X-Content-Type-Options": [ "nosniff" @@ -237,53 +237,53 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1199" + "1198" ], "x-ms-correlation-request-id": [ - "42f113ea-0b51-406d-970e-5fd03eb3c8cb" + "288bb10a-a295-4987-834a-93d5313fa2a1" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T185013Z:42f113ea-0b51-406d-970e-5fd03eb3c8cb" + "WESTUS:20200623T231343Z:288bb10a-a295-4987-834a-93d5313fa2a1" ], "Date": [ - "Wed, 03 Jul 2019 18:50:12 GMT" + "Tue, 23 Jun 2020 23:13:42 GMT" ], "Content-Length": [ - "51" + "29" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"nameAvailable\": true,\r\n \"reason\": null,\r\n \"message\": null\r\n}", + "ResponseBody": "{\r\n \"nameAvailable\": true\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps7195/providers/Microsoft.StorageSync/storageSyncServices/sssps9492?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNzE5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM5NDkyP2FwaS12ZXJzaW9uPTIwMTktMDMtMDE=", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps8592/providers/Microsoft.StorageSync/storageSyncServices/sssps5154?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzODU5Mi9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM1MTU0P2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"location\": \"Central US EUAP\",\r\n \"tags\": {}\r\n}", + "RequestBody": "{\r\n \"location\": \"Central US EUAP\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"incomingTrafficPolicy\": \"AllowAllTraffic\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "23460d0d-23d4-47d0-8dcb-8595d5ae662d" + "81de29f0-6df3-4f79-bc14-1c5da119eeba" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "52" + "125" ] }, "ResponseHeaders": { @@ -293,8 +293,17 @@ "Pragma": [ "no-cache" ], + "Location": [ + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6IjFlMGE3ODU3LTEzNTQtNDE0MS1iYjE3LWM5Yjg3NGNlMjQyMSIsIndvcmtmbG93SWQiOiIxMjk2NTE2OC1hYzBlLTQ2YWItYTQ3MS0xMzI5YmVjYzE0YjUiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiYWYyOTQ2MWQtMGEyZC00NDQ3LThhYjktMGFkZGQzYzdlOGRiIn0=?api-version=2020-03-01" + ], + "Retry-After": [ + "10" + ], + "Azure-AsyncOperation": [ + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6IjFlMGE3ODU3LTEzNTQtNDE0MS1iYjE3LWM5Yjg3NGNlMjQyMSIsIndvcmtmbG93SWQiOiIxMjk2NTE2OC1hYzBlLTQ2YWItYTQ3MS0xMzI5YmVjYzE0YjUiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiYWYyOTQ2MWQtMGEyZC00NDQ3LThhYjktMGFkZGQzYzdlOGRiIn0=?api-version=2020-03-01" + ], "x-ms-request-id": [ - "b48923b7-1d47-4aab-acb0-8af3a553476f" + "7173045e-98ec-454f-87c4-9c092796194f" ], "X-Content-Type-Options": [ "nosniff" @@ -315,50 +324,173 @@ "1199" ], "x-ms-correlation-request-id": [ - "648ff953-c293-48d2-a9d3-5cb2a5181c6a" + "915c162b-281f-44fe-99c8-4337a01ed172" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T185014Z:648ff953-c293-48d2-a9d3-5cb2a5181c6a" + "WESTUS:20200623T231344Z:915c162b-281f-44fe-99c8-4337a01ed172" ], "Date": [ - "Wed, 03 Jul 2019 18:50:13 GMT" + "Tue, 23 Jun 2020 23:13:43 GMT" + ], + "Expires": [ + "-1" ], "Content-Length": [ - "329" + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6IjFlMGE3ODU3LTEzNTQtNDE0MS1iYjE3LWM5Yjg3NGNlMjQyMSIsIndvcmtmbG93SWQiOiIxMjk2NTE2OC1hYzBlLTQ2YWItYTQ3MS0xMzI5YmVjYzE0YjUiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiYWYyOTQ2MWQtMGEyZC00NDQ3LThhYjktMGFkZGQzYzdlOGRiIn0=?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvbG9jYXRpb25zL2NlbnRyYWx1c2V1YXAvb3BlcmF0aW9ucy9leUp3WVhKMGFYUnBiMjVKWkNJNklqRmxNR0UzT0RVM0xURXpOVFF0TkRFME1TMWlZakUzTFdNNVlqZzNOR05sTWpReU1TSXNJbmR2Y210bWJHOTNTV1FpT2lJeE1qazJOVEUyT0MxaFl6QmxMVFEyWVdJdFlUUTNNUzB4TXpJNVltVmpZekUwWWpVaUxDSjNiM0pyWm14dmQwOXdaWEpoZEdsdmJrbGtJam9pWVdZeU9UUTJNV1F0TUdFeVpDMDBORFEzTFRoaFlqa3RNR0ZrWkdRell6ZGxPR1JpSW4wPT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-request-id": [ + "17dd9212-08bb-4888-ae98-0ec9a9a04d2e" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-IIS/10.0" + ], + "X-AspNet-Version": [ + "4.0.30319" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11998" + ], + "x-ms-correlation-request-id": [ + "2431e94b-84cb-4f3b-a7d5-e101fbf97faa" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200623T231354Z:2431e94b-84cb-4f3b-a7d5-e101fbf97faa" + ], + "Date": [ + "Tue, 23 Jun 2020 23:13:54 GMT" + ], + "Content-Length": [ + "744" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"storageSyncServiceStatus\": null,\r\n \"storageSyncServiceUid\": null\r\n },\r\n \"location\": \"Central US EUAP\",\r\n \"tags\": {},\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps7195/providers/microsoft.storagesync/storageSyncServices/sssps9492\",\r\n \"name\": \"sssps9492\",\r\n \"type\": \"microsoft.storagesync/storageSyncServices\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6IjFlMGE3ODU3LTEzNTQtNDE0MS1iYjE3LWM5Yjg3NGNlMjQyMSIsIndvcmtmbG93SWQiOiIxMjk2NTE2OC1hYzBlLTQ2YWItYTQ3MS0xMzI5YmVjYzE0YjUiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiYWYyOTQ2MWQtMGEyZC00NDQ3LThhYjktMGFkZGQzYzdlOGRiIn0=\",\r\n \"name\": \"eyJwYXJ0aXRpb25JZCI6IjFlMGE3ODU3LTEzNTQtNDE0MS1iYjE3LWM5Yjg3NGNlMjQyMSIsIndvcmtmbG93SWQiOiIxMjk2NTE2OC1hYzBlLTQ2YWItYTQ3MS0xMzI5YmVjYzE0YjUiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiYWYyOTQ2MWQtMGEyZC00NDQ3LThhYjktMGFkZGQzYzdlOGRiIn0=\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2020-06-23T23:13:45.4987002Z\",\r\n \"endTime\": \"2020-06-23T23:13:52.305019Z\",\r\n \"properties\": {}\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps7195/providers/Microsoft.StorageSync/storageSyncServices/sssps9492/registeredServers/9a289f79-90aa-434b-9066-f3ae7c33b1b3?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNzE5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM5NDkyL3JlZ2lzdGVyZWRTZXJ2ZXJzLzlhMjg5Zjc5LTkwYWEtNDM0Yi05MDY2LWYzYWU3YzMzYjFiMz9hcGktdmVyc2lvbj0yMDE5LTAzLTAx", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps8592/providers/Microsoft.StorageSync/storageSyncServices/sssps5154?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzODU5Mi9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM1MTU0P2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-request-id": [ + "fbb04db8-c588-40e1-9d81-491aab5cae76" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-IIS/10.0" + ], + "X-AspNet-Version": [ + "4.0.30319" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11997" + ], + "x-ms-correlation-request-id": [ + "12065acd-95bb-4edf-bbc6-03b7438576d4" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200623T231354Z:12065acd-95bb-4edf-bbc6-03b7438576d4" + ], + "Date": [ + "Tue, 23 Jun 2020 23:13:54 GMT" + ], + "Content-Length": [ + "633" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"properties\": {\r\n \"storageSyncServiceStatus\": 0,\r\n \"incomingTrafficPolicy\": \"AllowAllTraffic\",\r\n \"privateEndpointConnections\": [],\r\n \"provisioningState\": \"Succeeded\",\r\n \"lastWorkflowId\": \"storageSyncServices/sssps5154/workflows/12965168-ac0e-46ab-a471-1329becc14b5\",\r\n \"lastOperationName\": \"ICreateStorageSyncServiceWorkflow\"\r\n },\r\n \"location\": \"Central US EUAP\",\r\n \"tags\": {},\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps8592/providers/microsoft.storagesync/storageSyncServices/sssps5154\",\r\n \"name\": \"sssps5154\",\r\n \"type\": \"microsoft.storagesync/storageSyncServices\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps8592/providers/Microsoft.StorageSync/storageSyncServices/sssps5154/registeredServers/0b2b27fa-1d3d-4010-b4cb-73b7da10d97c?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzODU5Mi9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM1MTU0L3JlZ2lzdGVyZWRTZXJ2ZXJzLzBiMmIyN2ZhLTFkM2QtNDAxMC1iNGNiLTczYjdkYTEwZDk3Yz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"serverCertificate\": \"MIIDGDCCAgCgAwIBAgIQZrMnSW/lG5xELR7EikisXDANBgkqhkiG9w0BAQ0FADA0MTIwMAYDVQQDEylhbmRyZXlhemRldm9wcy5yZWRtb25kLmNvcnAubWljcm9zb2Z0LmNvbTAeFw0xOTA1MjkwMjEyNDlaFw0yMDA1MjkwMjEyNDlaMDQxMjAwBgNVBAMTKWFuZHJleWF6ZGV2b3BzLnJlZG1vbmQuY29ycC5taWNyb3NvZnQuY29tMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAzWEfgMvao6tCt/lexsMFViVxCCoJbLClwvqfWN79eFc3bmXBtERIvKTlb1TqAigp5VjP021TaQsyN/K2t8qr2rAdlaeJtCXNSILe3+ForYGcQOP0p802kFXkhMUojfX8jGs1BLQTsUoKN4UtuxWIhpb7Iw00rT7wchTg6Yk+ULCRFAlxOQHZI0drM13tDO4kz0BRbTCoSvazS3O570p8sMrWFra6P1/HG1f7sIQP5txw205siGb5FpB0u16qD/z0d7tfMGv+JIqAb6InI393dj2FtbzExkkiBUFXWaH9czGkAFyWuzkECb0WEEK+7oTOrLlo0dh0bp6nxlZ+G7FLfQIDAQABoyYwJDAiBgNVHSUBAf8EGDAWBggrBgEFBQcDAgYKKwYBBAGCNwoDDDANBgkqhkiG9w0BAQ0FAAOCAQEAEn8WHN0h00/Vem50CnwXwnty0vGwu2v3plD1m0mw+3jCtDUTa/tF/a7jTVTCtK6VdqNP6tp/f+GflNRmZWIK/6DIEntouzL++7M5hArcJj01t0S0Vc+0FN3b2wuBuJUYWxR5Q8bNHStOm7l6nXjQ96k1fH/L/hu0dmhciak8LUEIowhSiIpnB3C9AGFuPi9DqjKdWxxzIPLybiDidgUfGbcCNHaZXvcNqNq4zpzeFPTi3VBEOXHIJhk0fT3iWjwvBwtUxPJJs3FIRZFWQa/cgEvBWrYMem98lqKNdmGDJP11OmUeAqJQTe+iSX9pDFzpEj/lM/tIjEh9fwKXuoO1uw==\",\r\n \"agentVersion\": \"5.0.2.0\",\r\n \"serverOSVersion\": \"10.0.14393.0\",\r\n \"lastHeartBeat\": \"7/3/2019 11:50:14 AM\",\r\n \"serverRole\": \"Standalone\",\r\n \"clusterId\": \"00000000-0000-0000-0000-000000000000\",\r\n \"serverId\": \"9a289f79-90aa-434b-9066-f3ae7c33b1b3\",\r\n \"friendlyName\": \"andreyazdevops.redmond.corp.microsoft.com\"\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"serverCertificate\": \"MIIDEDCCAfigAwIBAgIQHMX6MF8k1YRIo40AAPKx/TANBgkqhkiG9w0BAQ0FADAwMS4wLAYDVQQDEyVhbmt1c2hiLXZtMDIubnRkZXYuY29ycC5taWNyb3NvZnQuY29tMB4XDTIwMDEyNzE5NTkwN1oXDTIxMDEyNzE5NTkwN1owMDEuMCwGA1UEAxMlYW5rdXNoYi12bTAyLm50ZGV2LmNvcnAubWljcm9zb2Z0LmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAOGKtANwb+dUXi5QVPKCUkpcWJ1/s18EqVBGRaQvIE518p7zWSfnk79FOerjfCT6kDBZPccnxBHK3hZZNgxrAkgv0LeDIEwHDvttYbcMfUzq1VviGnPuKWTsFkIAkG+8IehxX9eB/kBlkoyriziQXg4Bz74HBaQWlZeC65R6Tp8XcuO8HuKtnT3RfV6365pPHq4yp/N5e3NLxDoG1AKXEs8NtDkw2xOltLCu3qluV/AUX343pDEkLV3F8IOu3I7cU+NA/WzCF7UcZ8ZOhS5klMVNiUwCFsUdFUAXh9ufXEBs50IcVJlZU6ZUADbmrqaqpYtD94aKQeFsBlnou5s1A/kCAwEAAaMmMCQwIgYDVR0lAQH/BBgwFgYIKwYBBQUHAwIGCisGAQQBgjcKAwwwDQYJKoZIhvcNAQENBQADggEBAH7p2XFxnOdk/lbNBKW7nmjsjE5BeBU/OlBhKCUrmmY+fk3FvAYSs2jaJKqgZjxek/KdNf2UZMXztg8joF5s1Pdg6ICxJqc1t4gJunHUOoTHHyrotMyt6xJnClRCNqshA0n2z304hjKXcyCoLopemMFpOPEg2oG+EOuvwK/g1gAavGbmYJQc82uNF1LKNMmNfQ4Nn48dKLKg65SHgU+BISlCjHb/6NRTpTmK5acUOlHSrhGsJYCBsN1xJOzwxssXAoy25ebjajvnGcsC9k2HwLZWaSGsPuwWPfEtPPHjNRDrnaNLjSu2zc0uxZza8JWlE0pWD2kyf9OjyD1V0PxtZuM=\",\r\n \"agentVersion\": \"5.0.2.0\",\r\n \"serverOSVersion\": \"10.0.14393.0\",\r\n \"lastHeartBeat\": \"6/23/2020 4:13:55 PM\",\r\n \"serverRole\": \"Standalone\",\r\n \"clusterId\": \"00000000-0000-0000-0000-000000000000\",\r\n \"serverId\": \"0b2b27fa-1d3d-4010-b4cb-73b7da10d97c\",\r\n \"friendlyName\": \"ankushb-vm02.ntdev.corp.microsoft.com\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "1302fbc3-bbf7-4bc5-84ca-6d872bfbe2bd" + "b794a01b-5136-4319-809f-c806fd61cfc3" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "1453" + "1437" ] }, "ResponseHeaders": { @@ -369,16 +501,16 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps7195/providers/microsoft.storagesync/storageSyncServices/sssps9492/workflows/81efc07b-2d78-451c-abd4-4c417ca00cfa/operationresults/17179365-4c3b-42fd-b994-8132a15b4490?api-version=2019-03-01" + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6IjFlMGE3ODU3LTEzNTQtNDE0MS1iYjE3LWM5Yjg3NGNlMjQyMSIsIndvcmtmbG93SWQiOiI3YWNhNmVhYy1hNDdkLTRkOTAtYjMyOC1iZGQ0OWYzYmVkYWQiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiMzI5NDJlNmUtNzUzYy00NmExLTg3NDMtMzEwMTEwYzI5OWMwIn0=?api-version=2020-03-01" ], "Retry-After": [ "10" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps7195/providers/microsoft.storagesync/storageSyncServices/sssps9492/workflows/81efc07b-2d78-451c-abd4-4c417ca00cfa/operations/17179365-4c3b-42fd-b994-8132a15b4490?api-version=2019-03-01" + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6IjFlMGE3ODU3LTEzNTQtNDE0MS1iYjE3LWM5Yjg3NGNlMjQyMSIsIndvcmtmbG93SWQiOiI3YWNhNmVhYy1hNDdkLTRkOTAtYjMyOC1iZGQ0OWYzYmVkYWQiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiMzI5NDJlNmUtNzUzYy00NmExLTg3NDMtMzEwMTEwYzI5OWMwIn0=?api-version=2020-03-01" ], "x-ms-request-id": [ - "28bc9e63-3116-4e36-8602-a08f74bdd5ba" + "941ae510-1f9c-4300-97b7-a475c1323705" ], "X-Content-Type-Options": [ "nosniff" @@ -399,13 +531,13 @@ "1198" ], "x-ms-correlation-request-id": [ - "67c2e8c9-bb50-435b-bbbb-e9975ec70e0d" + "c083f914-1607-4a3d-8064-79f29380fa99" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T185015Z:67c2e8c9-bb50-435b-bbbb-e9975ec70e0d" + "WESTUS:20200623T231355Z:c083f914-1607-4a3d-8064-79f29380fa99" ], "Date": [ - "Wed, 03 Jul 2019 18:50:14 GMT" + "Tue, 23 Jun 2020 23:13:55 GMT" ], "Expires": [ "-1" @@ -418,16 +550,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps7195/providers/microsoft.storagesync/storageSyncServices/sssps9492/workflows/81efc07b-2d78-451c-abd4-4c417ca00cfa/operations/17179365-4c3b-42fd-b994-8132a15b4490?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNzE5NS9wcm92aWRlcnMvbWljcm9zb2Z0LnN0b3JhZ2VzeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM5NDkyL3dvcmtmbG93cy84MWVmYzA3Yi0yZDc4LTQ1MWMtYWJkNC00YzQxN2NhMDBjZmEvb3BlcmF0aW9ucy8xNzE3OTM2NS00YzNiLTQyZmQtYjk5NC04MTMyYTE1YjQ0OTA/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6IjFlMGE3ODU3LTEzNTQtNDE0MS1iYjE3LWM5Yjg3NGNlMjQyMSIsIndvcmtmbG93SWQiOiI3YWNhNmVhYy1hNDdkLTRkOTAtYjMyOC1iZGQ0OWYzYmVkYWQiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiMzI5NDJlNmUtNzUzYy00NmExLTg3NDMtMzEwMTEwYzI5OWMwIn0=?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvbG9jYXRpb25zL2NlbnRyYWx1c2V1YXAvb3BlcmF0aW9ucy9leUp3WVhKMGFYUnBiMjVKWkNJNklqRmxNR0UzT0RVM0xURXpOVFF0TkRFME1TMWlZakUzTFdNNVlqZzNOR05sTWpReU1TSXNJbmR2Y210bWJHOTNTV1FpT2lJM1lXTmhObVZoWXkxaE5EZGtMVFJrT1RBdFlqTXlPQzFpWkdRME9XWXpZbVZrWVdRaUxDSjNiM0pyWm14dmQwOXdaWEpoZEdsdmJrbGtJam9pTXpJNU5ESmxObVV0TnpVell5MDBObUV4TFRnM05ETXRNekV3TVRFd1l6STVPV013SW4wPT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -438,7 +570,7 @@ "no-cache" ], "x-ms-request-id": [ - "12581112-f84a-421f-9592-2111a1e2604b" + "1f0bd073-ae60-4d33-84c6-ae075b4ee1cd" ], "X-Content-Type-Options": [ "nosniff" @@ -456,41 +588,41 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11999" + "11996" ], "x-ms-correlation-request-id": [ - "ecab7078-dcf8-460d-aaaa-1a3612561e92" + "748b9911-d6b1-4f64-b2ee-d94c16d70446" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T185025Z:ecab7078-dcf8-460d-aaaa-1a3612561e92" + "WESTUS:20200623T231405Z:748b9911-d6b1-4f64-b2ee-d94c16d70446" ], "Date": [ - "Wed, 03 Jul 2019 18:50:25 GMT" + "Tue, 23 Jun 2020 23:14:05 GMT" ], "Content-Length": [ - "447" + "744" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps7195/providers/microsoft.storagesync/storageSyncServices/sssps9492/workflow/81efc07b-2d78-451c-abd4-4c417ca00cfa/operationresults/17179365-4c3b-42fd-b994-8132a15b4490\",\r\n \"name\": \"17179365-4c3b-42fd-b994-8132a15b4490\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2019-07-03T18:50:15.5907507Z\",\r\n \"endTime\": \"2019-07-03T18:50:19.4970902Z\",\r\n \"percentComplete\": null,\r\n \"error\": null,\r\n \"properties\": {}\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6IjFlMGE3ODU3LTEzNTQtNDE0MS1iYjE3LWM5Yjg3NGNlMjQyMSIsIndvcmtmbG93SWQiOiI3YWNhNmVhYy1hNDdkLTRkOTAtYjMyOC1iZGQ0OWYzYmVkYWQiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiMzI5NDJlNmUtNzUzYy00NmExLTg3NDMtMzEwMTEwYzI5OWMwIn0=\",\r\n \"name\": \"eyJwYXJ0aXRpb25JZCI6IjFlMGE3ODU3LTEzNTQtNDE0MS1iYjE3LWM5Yjg3NGNlMjQyMSIsIndvcmtmbG93SWQiOiI3YWNhNmVhYy1hNDdkLTRkOTAtYjMyOC1iZGQ0OWYzYmVkYWQiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiMzI5NDJlNmUtNzUzYy00NmExLTg3NDMtMzEwMTEwYzI5OWMwIn0=\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2020-06-23T23:13:55.7190938Z\",\r\n \"endTime\": \"2020-06-23T23:13:59.173075Z\",\r\n \"properties\": {}\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps7195/providers/Microsoft.StorageSync/storageSyncServices/sssps9492/registeredServers/9a289f79-90aa-434b-9066-f3ae7c33b1b3?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNzE5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM5NDkyL3JlZ2lzdGVyZWRTZXJ2ZXJzLzlhMjg5Zjc5LTkwYWEtNDM0Yi05MDY2LWYzYWU3YzMzYjFiMz9hcGktdmVyc2lvbj0yMDE5LTAzLTAx", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps8592/providers/Microsoft.StorageSync/storageSyncServices/sssps5154/registeredServers/0b2b27fa-1d3d-4010-b4cb-73b7da10d97c?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzODU5Mi9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM1MTU0L3JlZ2lzdGVyZWRTZXJ2ZXJzLzBiMmIyN2ZhLTFkM2QtNDAxMC1iNGNiLTczYjdkYTEwZDk3Yz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -501,7 +633,7 @@ "no-cache" ], "x-ms-request-id": [ - "87f25cdc-f999-4923-8a5a-ffe025829ee1" + "015ab362-a33d-4b68-81c1-e3529f30b38b" ], "X-Content-Type-Options": [ "nosniff" @@ -519,47 +651,47 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11998" + "11995" ], "x-ms-correlation-request-id": [ - "eae155b6-0c46-4dcb-bbf7-ba001560d4b9" + "ace807f7-8cd1-482c-90ea-2705ab0c6766" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T185025Z:eae155b6-0c46-4dcb-bbf7-ba001560d4b9" + "WESTUS:20200623T231406Z:ace807f7-8cd1-482c-90ea-2705ab0c6766" ], "Date": [ - "Wed, 03 Jul 2019 18:50:25 GMT" + "Tue, 23 Jun 2020 23:14:06 GMT" ], "Content-Length": [ - "13368" + "13498" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"serverCertificate\": null,\r\n \"agentVersion\": \"5.0.2.0\",\r\n \"agentVersionStatus\": null,\r\n \"agentVersionExpirationDate\": null,\r\n \"serverOSVersion\": \"10.0.14393.0\",\r\n \"serverManagementErrorCode\": 0,\r\n \"lastHeartBeat\": \"2019-07-03T11:50:19.0127196-07:00\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"serverRole\": \"Standalone\",\r\n \"clusterId\": \"00000000-0000-0000-0000-000000000000\",\r\n \"clusterName\": \"\",\r\n \"serverId\": \"9a289f79-90aa-434b-9066-f3ae7c33b1b3\",\r\n \"storageSyncServiceUid\": \"2f5a4609-c9fb-496b-9139-e1c303599cdc\",\r\n \"lastWorkflowId\": \"storageSyncServices/sssps9492/workflows/81efc07b-2d78-451c-abd4-4c417ca00cfa\",\r\n \"lastOperationName\": \"ICreateRegisteredServerWorkflow\",\r\n \"friendlyName\": \"andreyazdevops.redmond.corp.microsoft.com\",\r\n \"monitoringConfiguration\": \"{\\\"agentConfiguration\\\":\\\" \\\\\\\\Memory\\\\\\\\Available MBytes \\\\\\\\Processor(_Total)\\\\\\\\% Processor Time \\\\\\\\Network Interface(*)\\\\\\\\Bytes Total/sec \\\\\\\\Network Interface(*)\\\\\\\\Bytes Received/sec \\\\\\\\Network Interface(*)\\\\\\\\Bytes Sent/sec \\\\\\\\Network Interface(*)\\\\\\\\Current Bandwidth \\\\\\\\Network Interface(*)\\\\\\\\Output Queue Length \\\\\\\\Server\\\\\\\\Bytes Total/sec \\\\\\\\Process(filesyncsvc)\\\\\\\\* \\\\\\\\Process(w3wp)\\\\\\\\Private Bytes \\\\\\\\Process(MonAgentCore)\\\\\\\\% Processor Time \\\\\\\\Process(MonAgentHost)\\\\\\\\% Processor Time \\\\\\\\Process(MonAgentManager)\\\\\\\\% Processor Time \\\\\\\\Process(MonAgentLauncher)\\\\\\\\% Processor Time \\\\\\\\Process(MonAgentCore)\\\\\\\\Private Bytes \\\\\\\\Process(MonAgentHost)\\\\\\\\Private Bytes \\\\\\\\Process(MonAgentManager)\\\\\\\\Private Bytes \\\\\\\\Process(MonAgentLauncher)\\\\\\\\Private Bytes \\\\\\\\Process(AzureStorageSyncMonitor)\\\\\\\\% Processor Time \\\\\\\\Process(AzureStorageSyncMonitor)\\\\\\\\Private Bytes \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") EventsToCollect=ServerPerformanceCounters:PerformanceCounter,ServerTelemetryEvents:WindowsEventLog,ServerItemResultsEvents:WindowsEventLog,ServerApplicationEvents:WindowsEventLog;DiagnosticEvents=ServerOperationalEvents:WindowsEventLog,ServerDiagnosticEvents:WindowsEventLog,ServerManagementOperationalEvents:WindowsEventLog,ServerManagementDiagnosticEvents:WindowsEventLog,ServerScrubbingEvents:WindowsEventLog,TieringResultsEvents:WindowsEventLog,RecallResultsEvents:WindowsEventLog,AfsUserModeTraceSession:Trace,AfsKernelModeTraceSession:Trace,InstallerLogs:InstallerLogs;EventSchedulerIntervalsInMins=EnvironmentTelemetry:1440 \\\",\\\"configurationVersion\\\":\\\"1\\\",\\\"id\\\":null,\\\"type\\\":\\\"microsoft.storagesync/storageSyncServices/HybridMonitoringConfiguration\\\"}\",\r\n \"managementEndpointUri\": \"https://euap01.afs.azure.net:443/\",\r\n \"discoveryEndpointUri\": \"https://tm-euap01.afs.azure.net:443\",\r\n \"resourceLocation\": \"centraluseuap\",\r\n \"serviceLocation\": \"centraluseuap\"\r\n },\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps7195/providers/microsoft.storagesync/storageSyncServices/sssps9492/registeredServers/9a289f79-90aa-434b-9066-f3ae7c33b1b3\",\r\n \"name\": \"9a289f79-90aa-434b-9066-f3ae7c33b1b3\",\r\n \"type\": \"microsoft.storagesync/storageSyncServices/registeredServers\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"agentVersion\": \"5.0.2.0\",\r\n \"serverOSVersion\": \"10.0.14393.0\",\r\n \"serverManagementErrorCode\": 0,\r\n \"lastHeartBeat\": \"2020-06-23T16:13:58.9616758-07:00\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"serverRole\": \"Standalone\",\r\n \"clusterId\": \"00000000-0000-0000-0000-000000000000\",\r\n \"clusterName\": \"\",\r\n \"serverId\": \"0b2b27fa-1d3d-4010-b4cb-73b7da10d97c\",\r\n \"storageSyncServiceUid\": \"1e0a7857-1354-4141-bb17-c9b874ce2421\",\r\n \"lastWorkflowId\": \"storageSyncServices/sssps5154/workflows/7aca6eac-a47d-4d90-b328-bdd49f3bedad\",\r\n \"lastOperationName\": \"ICreateRegisteredServerWorkflow\",\r\n \"friendlyName\": \"ankushb-vm02.ntdev.corp.microsoft.com\",\r\n \"monitoringConfiguration\": \"{\\\"agentConfiguration\\\":\\\" \\\\\\\\Memory\\\\\\\\Available MBytes \\\\\\\\Processor(_Total)\\\\\\\\% Processor Time \\\\\\\\Network Interface(*)\\\\\\\\Bytes Total/sec \\\\\\\\Network Interface(*)\\\\\\\\Bytes Received/sec \\\\\\\\Network Interface(*)\\\\\\\\Bytes Sent/sec \\\\\\\\Network Interface(*)\\\\\\\\Current Bandwidth \\\\\\\\Network Interface(*)\\\\\\\\Output Queue Length \\\\\\\\Server\\\\\\\\Bytes Total/sec \\\\\\\\Process(filesyncsvc)\\\\\\\\* \\\\\\\\Process(w3wp)\\\\\\\\Private Bytes \\\\\\\\Process(MonAgentCore)\\\\\\\\% Processor Time \\\\\\\\Process(MonAgentHost)\\\\\\\\% Processor Time \\\\\\\\Process(MonAgentManager)\\\\\\\\% Processor Time \\\\\\\\Process(MonAgentLauncher)\\\\\\\\% Processor Time \\\\\\\\Process(MonAgentCore)\\\\\\\\Private Bytes \\\\\\\\Process(MonAgentHost)\\\\\\\\Private Bytes \\\\\\\\Process(MonAgentManager)\\\\\\\\Private Bytes \\\\\\\\Process(MonAgentLauncher)\\\\\\\\Private Bytes \\\\\\\\Process(AzureStorageSyncMonitor)\\\\\\\\% Processor Time \\\\\\\\Process(AzureStorageSyncMonitor)\\\\\\\\Private Bytes \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") EventsToCollect=ServerPerformanceCounters:PerformanceCounter,ServerTelemetryEvents:WindowsEventLog,ServerItemResultsEvents:WindowsEventLog,ServerApplicationEvents:WindowsEventLog;DiagnosticEvents=ServerOperationalEvents:WindowsEventLog,ServerDiagnosticEvents:WindowsEventLog,ServerManagementOperationalEvents:WindowsEventLog,ServerManagementDiagnosticEvents:WindowsEventLog,ServerScrubbingEvents:WindowsEventLog,TieringResultsEvents:WindowsEventLog,RecallResultsEvents:WindowsEventLog,AfsUserModeTraceSession:Trace,AfsKernelModeTraceSession:Trace,InstallerLogs:InstallerLogs;EventSchedulerIntervalsInMins=EnvironmentTelemetry:1440 \\\",\\\"configurationVersion\\\":\\\"1\\\",\\\"id\\\":null,\\\"type\\\":\\\"microsoft.storagesync/storageSyncServices/HybridMonitoringConfiguration\\\"}\",\r\n \"managementEndpointUri\": \"https://euap01.afs.azure.net:443/\",\r\n \"discoveryEndpointUri\": \"https://tm-euap01.afs.azure.net:443\",\r\n \"resourceLocation\": \"centraluseuap\",\r\n \"serviceLocation\": \"centraluseuap\",\r\n \"monitoringEndpointUri\": \"https://euap01.afs.azure.net:443/\"\r\n },\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps8592/providers/microsoft.storagesync/storageSyncServices/sssps5154/registeredServers/0b2b27fa-1d3d-4010-b4cb-73b7da10d97c\",\r\n \"name\": \"0b2b27fa-1d3d-4010-b4cb-73b7da10d97c\",\r\n \"type\": \"microsoft.storagesync/storageSyncServices/registeredServers\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps7195/providers/Microsoft.StorageSync/storageSyncServices/sssps9492/registeredServers/9a289f79-90aa-434b-9066-f3ae7c33b1b3?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNzE5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM5NDkyL3JlZ2lzdGVyZWRTZXJ2ZXJzLzlhMjg5Zjc5LTkwYWEtNDM0Yi05MDY2LWYzYWU3YzMzYjFiMz9hcGktdmVyc2lvbj0yMDE5LTAzLTAx", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps8592/providers/Microsoft.StorageSync/storageSyncServices/sssps5154/registeredServers/0b2b27fa-1d3d-4010-b4cb-73b7da10d97c?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzODU5Mi9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM1MTU0L3JlZ2lzdGVyZWRTZXJ2ZXJzLzBiMmIyN2ZhLTFkM2QtNDAxMC1iNGNiLTczYjdkYTEwZDk3Yz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "a4458548-94d5-4b5a-8f68-dd2e6ddabd96" + "e8f1b994-4a10-4530-a79f-eea8a7b47ffd" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -570,7 +702,7 @@ "no-cache" ], "x-ms-request-id": [ - "d0f31cbf-e8c6-4e69-affc-3c731219ab78" + "ccb58bcb-614f-4454-a9bf-7d878ebb9317" ], "X-Content-Type-Options": [ "nosniff" @@ -588,47 +720,47 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11997" + "11994" ], "x-ms-correlation-request-id": [ - "23140869-3568-4c75-9a0b-a6e0a1d3ee94" + "c6a13302-03b5-4a63-b824-23ac7a6b4ee5" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T185026Z:23140869-3568-4c75-9a0b-a6e0a1d3ee94" + "WESTUS:20200623T231407Z:c6a13302-03b5-4a63-b824-23ac7a6b4ee5" ], "Date": [ - "Wed, 03 Jul 2019 18:50:26 GMT" + "Tue, 23 Jun 2020 23:14:06 GMT" ], "Content-Length": [ - "13368" + "13498" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"serverCertificate\": null,\r\n \"agentVersion\": \"5.0.2.0\",\r\n \"agentVersionStatus\": null,\r\n \"agentVersionExpirationDate\": null,\r\n \"serverOSVersion\": \"10.0.14393.0\",\r\n \"serverManagementErrorCode\": 0,\r\n \"lastHeartBeat\": \"2019-07-03T11:50:19.0127196-07:00\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"serverRole\": \"Standalone\",\r\n \"clusterId\": \"00000000-0000-0000-0000-000000000000\",\r\n \"clusterName\": \"\",\r\n \"serverId\": \"9a289f79-90aa-434b-9066-f3ae7c33b1b3\",\r\n \"storageSyncServiceUid\": \"2f5a4609-c9fb-496b-9139-e1c303599cdc\",\r\n \"lastWorkflowId\": \"storageSyncServices/sssps9492/workflows/81efc07b-2d78-451c-abd4-4c417ca00cfa\",\r\n \"lastOperationName\": \"ICreateRegisteredServerWorkflow\",\r\n \"friendlyName\": \"andreyazdevops.redmond.corp.microsoft.com\",\r\n \"monitoringConfiguration\": \"{\\\"agentConfiguration\\\":\\\" \\\\\\\\Memory\\\\\\\\Available MBytes \\\\\\\\Processor(_Total)\\\\\\\\% Processor Time \\\\\\\\Network Interface(*)\\\\\\\\Bytes Total/sec \\\\\\\\Network Interface(*)\\\\\\\\Bytes Received/sec \\\\\\\\Network Interface(*)\\\\\\\\Bytes Sent/sec \\\\\\\\Network Interface(*)\\\\\\\\Current Bandwidth \\\\\\\\Network Interface(*)\\\\\\\\Output Queue Length \\\\\\\\Server\\\\\\\\Bytes Total/sec \\\\\\\\Process(filesyncsvc)\\\\\\\\* \\\\\\\\Process(w3wp)\\\\\\\\Private Bytes \\\\\\\\Process(MonAgentCore)\\\\\\\\% Processor Time \\\\\\\\Process(MonAgentHost)\\\\\\\\% Processor Time \\\\\\\\Process(MonAgentManager)\\\\\\\\% Processor Time \\\\\\\\Process(MonAgentLauncher)\\\\\\\\% Processor Time \\\\\\\\Process(MonAgentCore)\\\\\\\\Private Bytes \\\\\\\\Process(MonAgentHost)\\\\\\\\Private Bytes \\\\\\\\Process(MonAgentManager)\\\\\\\\Private Bytes \\\\\\\\Process(MonAgentLauncher)\\\\\\\\Private Bytes \\\\\\\\Process(AzureStorageSyncMonitor)\\\\\\\\% Processor Time \\\\\\\\Process(AzureStorageSyncMonitor)\\\\\\\\Private Bytes \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") EventsToCollect=ServerPerformanceCounters:PerformanceCounter,ServerTelemetryEvents:WindowsEventLog,ServerItemResultsEvents:WindowsEventLog,ServerApplicationEvents:WindowsEventLog;DiagnosticEvents=ServerOperationalEvents:WindowsEventLog,ServerDiagnosticEvents:WindowsEventLog,ServerManagementOperationalEvents:WindowsEventLog,ServerManagementDiagnosticEvents:WindowsEventLog,ServerScrubbingEvents:WindowsEventLog,TieringResultsEvents:WindowsEventLog,RecallResultsEvents:WindowsEventLog,AfsUserModeTraceSession:Trace,AfsKernelModeTraceSession:Trace,InstallerLogs:InstallerLogs;EventSchedulerIntervalsInMins=EnvironmentTelemetry:1440 \\\",\\\"configurationVersion\\\":\\\"1\\\",\\\"id\\\":null,\\\"type\\\":\\\"microsoft.storagesync/storageSyncServices/HybridMonitoringConfiguration\\\"}\",\r\n \"managementEndpointUri\": \"https://euap01.afs.azure.net:443/\",\r\n \"discoveryEndpointUri\": \"https://tm-euap01.afs.azure.net:443\",\r\n \"resourceLocation\": \"centraluseuap\",\r\n \"serviceLocation\": \"centraluseuap\"\r\n },\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps7195/providers/microsoft.storagesync/storageSyncServices/sssps9492/registeredServers/9a289f79-90aa-434b-9066-f3ae7c33b1b3\",\r\n \"name\": \"9a289f79-90aa-434b-9066-f3ae7c33b1b3\",\r\n \"type\": \"microsoft.storagesync/storageSyncServices/registeredServers\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"agentVersion\": \"5.0.2.0\",\r\n \"serverOSVersion\": \"10.0.14393.0\",\r\n \"serverManagementErrorCode\": 0,\r\n \"lastHeartBeat\": \"2020-06-23T16:13:58.9616758-07:00\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"serverRole\": \"Standalone\",\r\n \"clusterId\": \"00000000-0000-0000-0000-000000000000\",\r\n \"clusterName\": \"\",\r\n \"serverId\": \"0b2b27fa-1d3d-4010-b4cb-73b7da10d97c\",\r\n \"storageSyncServiceUid\": \"1e0a7857-1354-4141-bb17-c9b874ce2421\",\r\n \"lastWorkflowId\": \"storageSyncServices/sssps5154/workflows/7aca6eac-a47d-4d90-b328-bdd49f3bedad\",\r\n \"lastOperationName\": \"ICreateRegisteredServerWorkflow\",\r\n \"friendlyName\": \"ankushb-vm02.ntdev.corp.microsoft.com\",\r\n \"monitoringConfiguration\": \"{\\\"agentConfiguration\\\":\\\" \\\\\\\\Memory\\\\\\\\Available MBytes \\\\\\\\Processor(_Total)\\\\\\\\% Processor Time \\\\\\\\Network Interface(*)\\\\\\\\Bytes Total/sec \\\\\\\\Network Interface(*)\\\\\\\\Bytes Received/sec \\\\\\\\Network Interface(*)\\\\\\\\Bytes Sent/sec \\\\\\\\Network Interface(*)\\\\\\\\Current Bandwidth \\\\\\\\Network Interface(*)\\\\\\\\Output Queue Length \\\\\\\\Server\\\\\\\\Bytes Total/sec \\\\\\\\Process(filesyncsvc)\\\\\\\\* \\\\\\\\Process(w3wp)\\\\\\\\Private Bytes \\\\\\\\Process(MonAgentCore)\\\\\\\\% Processor Time \\\\\\\\Process(MonAgentHost)\\\\\\\\% Processor Time \\\\\\\\Process(MonAgentManager)\\\\\\\\% Processor Time \\\\\\\\Process(MonAgentLauncher)\\\\\\\\% Processor Time \\\\\\\\Process(MonAgentCore)\\\\\\\\Private Bytes \\\\\\\\Process(MonAgentHost)\\\\\\\\Private Bytes \\\\\\\\Process(MonAgentManager)\\\\\\\\Private Bytes \\\\\\\\Process(MonAgentLauncher)\\\\\\\\Private Bytes \\\\\\\\Process(AzureStorageSyncMonitor)\\\\\\\\% Processor Time \\\\\\\\Process(AzureStorageSyncMonitor)\\\\\\\\Private Bytes \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") EventsToCollect=ServerPerformanceCounters:PerformanceCounter,ServerTelemetryEvents:WindowsEventLog,ServerItemResultsEvents:WindowsEventLog,ServerApplicationEvents:WindowsEventLog;DiagnosticEvents=ServerOperationalEvents:WindowsEventLog,ServerDiagnosticEvents:WindowsEventLog,ServerManagementOperationalEvents:WindowsEventLog,ServerManagementDiagnosticEvents:WindowsEventLog,ServerScrubbingEvents:WindowsEventLog,TieringResultsEvents:WindowsEventLog,RecallResultsEvents:WindowsEventLog,AfsUserModeTraceSession:Trace,AfsKernelModeTraceSession:Trace,InstallerLogs:InstallerLogs;EventSchedulerIntervalsInMins=EnvironmentTelemetry:1440 \\\",\\\"configurationVersion\\\":\\\"1\\\",\\\"id\\\":null,\\\"type\\\":\\\"microsoft.storagesync/storageSyncServices/HybridMonitoringConfiguration\\\"}\",\r\n \"managementEndpointUri\": \"https://euap01.afs.azure.net:443/\",\r\n \"discoveryEndpointUri\": \"https://tm-euap01.afs.azure.net:443\",\r\n \"resourceLocation\": \"centraluseuap\",\r\n \"serviceLocation\": \"centraluseuap\",\r\n \"monitoringEndpointUri\": \"https://euap01.afs.azure.net:443/\"\r\n },\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps8592/providers/microsoft.storagesync/storageSyncServices/sssps5154/registeredServers/0b2b27fa-1d3d-4010-b4cb-73b7da10d97c\",\r\n \"name\": \"0b2b27fa-1d3d-4010-b4cb-73b7da10d97c\",\r\n \"type\": \"microsoft.storagesync/storageSyncServices/registeredServers\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps7195/providers/Microsoft.StorageSync/storageSyncServices/sssps9492/registeredServers/9a289f79-90aa-434b-9066-f3ae7c33b1b3?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNzE5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM5NDkyL3JlZ2lzdGVyZWRTZXJ2ZXJzLzlhMjg5Zjc5LTkwYWEtNDM0Yi05MDY2LWYzYWU3YzMzYjFiMz9hcGktdmVyc2lvbj0yMDE5LTAzLTAx", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps8592/providers/Microsoft.StorageSync/storageSyncServices/sssps5154/registeredServers/0b2b27fa-1d3d-4010-b4cb-73b7da10d97c?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzODU5Mi9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM1MTU0L3JlZ2lzdGVyZWRTZXJ2ZXJzLzBiMmIyN2ZhLTFkM2QtNDAxMC1iNGNiLTczYjdkYTEwZDk3Yz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "6e17d806-157a-4337-972c-e69d010409de" + "85187f22-17e6-4b25-91f5-c1ab5da88281" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -639,16 +771,16 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps7195/providers/microsoft.storagesync/storageSyncServices/sssps9492/workflows/c6f399f1-1420-4043-bfda-43e613390d06/operationresults/b3e19049-6692-4bc4-9792-fdf5f5882f0b?api-version=2019-03-01" + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6IjFlMGE3ODU3LTEzNTQtNDE0MS1iYjE3LWM5Yjg3NGNlMjQyMSIsIndvcmtmbG93SWQiOiI2OTJjNjA1YS1mZmU1LTRiZTctODM1ZC02NmUxYTc5NmRlNGEiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiNDI5NTVhM2QtNDU1Ny00YmEwLThjNWUtYmRlNTkwOWY5MDY4In0=?api-version=2020-03-01" ], "Retry-After": [ "10" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps7195/providers/microsoft.storagesync/storageSyncServices/sssps9492/workflows/c6f399f1-1420-4043-bfda-43e613390d06/operations/b3e19049-6692-4bc4-9792-fdf5f5882f0b?api-version=2019-03-01" + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6IjFlMGE3ODU3LTEzNTQtNDE0MS1iYjE3LWM5Yjg3NGNlMjQyMSIsIndvcmtmbG93SWQiOiI2OTJjNjA1YS1mZmU1LTRiZTctODM1ZC02NmUxYTc5NmRlNGEiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiNDI5NTVhM2QtNDU1Ny00YmEwLThjNWUtYmRlNTkwOWY5MDY4In0=?api-version=2020-03-01" ], "x-ms-request-id": [ - "58cc7ab6-a593-4874-9fca-4648e7cd5349" + "297267cd-216e-496e-a431-430d379c7bf3" ], "X-Content-Type-Options": [ "nosniff" @@ -669,13 +801,13 @@ "14999" ], "x-ms-correlation-request-id": [ - "46be55db-479b-4012-990e-c892bd79d1b5" + "f5eb0be1-c2b8-4e5f-86b5-1132b294cd24" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T185026Z:46be55db-479b-4012-990e-c892bd79d1b5" + "WESTUS:20200623T231407Z:f5eb0be1-c2b8-4e5f-86b5-1132b294cd24" ], "Date": [ - "Wed, 03 Jul 2019 18:50:26 GMT" + "Tue, 23 Jun 2020 23:14:07 GMT" ], "Expires": [ "-1" @@ -688,16 +820,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps7195/providers/microsoft.storagesync/storageSyncServices/sssps9492/workflows/c6f399f1-1420-4043-bfda-43e613390d06/operations/b3e19049-6692-4bc4-9792-fdf5f5882f0b?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNzE5NS9wcm92aWRlcnMvbWljcm9zb2Z0LnN0b3JhZ2VzeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM5NDkyL3dvcmtmbG93cy9jNmYzOTlmMS0xNDIwLTQwNDMtYmZkYS00M2U2MTMzOTBkMDYvb3BlcmF0aW9ucy9iM2UxOTA0OS02NjkyLTRiYzQtOTc5Mi1mZGY1ZjU4ODJmMGI/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6IjFlMGE3ODU3LTEzNTQtNDE0MS1iYjE3LWM5Yjg3NGNlMjQyMSIsIndvcmtmbG93SWQiOiI2OTJjNjA1YS1mZmU1LTRiZTctODM1ZC02NmUxYTc5NmRlNGEiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiNDI5NTVhM2QtNDU1Ny00YmEwLThjNWUtYmRlNTkwOWY5MDY4In0=?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvbG9jYXRpb25zL2NlbnRyYWx1c2V1YXAvb3BlcmF0aW9ucy9leUp3WVhKMGFYUnBiMjVKWkNJNklqRmxNR0UzT0RVM0xURXpOVFF0TkRFME1TMWlZakUzTFdNNVlqZzNOR05sTWpReU1TSXNJbmR2Y210bWJHOTNTV1FpT2lJMk9USmpOakExWVMxbVptVTFMVFJpWlRjdE9ETTFaQzAyTm1VeFlUYzVObVJsTkdFaUxDSjNiM0pyWm14dmQwOXdaWEpoZEdsdmJrbGtJam9pTkRJNU5UVmhNMlF0TkRVMU55MDBZbUV3TFRoak5XVXRZbVJsTlRrd09XWTVNRFk0SW4wPT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -708,7 +840,7 @@ "no-cache" ], "x-ms-request-id": [ - "c9f76b5f-f3c2-408f-9d65-35cb359fe365" + "38525d97-59a1-41b0-8d1f-bdeabccaf65e" ], "X-Content-Type-Options": [ "nosniff" @@ -726,41 +858,41 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11996" + "11993" ], "x-ms-correlation-request-id": [ - "6758af90-ff13-4fd6-b453-77cf412f065a" + "b4b0a24f-439e-4268-87b7-6157420c500d" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T185039Z:6758af90-ff13-4fd6-b453-77cf412f065a" + "WESTUS:20200623T231418Z:b4b0a24f-439e-4268-87b7-6157420c500d" ], "Date": [ - "Wed, 03 Jul 2019 18:50:38 GMT" + "Tue, 23 Jun 2020 23:14:17 GMT" ], "Content-Length": [ - "447" + "745" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps7195/providers/microsoft.storagesync/storageSyncServices/sssps9492/workflow/c6f399f1-1420-4043-bfda-43e613390d06/operationresults/b3e19049-6692-4bc4-9792-fdf5f5882f0b\",\r\n \"name\": \"b3e19049-6692-4bc4-9792-fdf5f5882f0b\",\r\n \"status\": \"delayStep\",\r\n \"startTime\": \"2019-07-03T18:50:27.7171696Z\",\r\n \"endTime\": \"2019-07-03T18:50:31.4829798Z\",\r\n \"percentComplete\": null,\r\n \"error\": null,\r\n \"properties\": {}\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6IjFlMGE3ODU3LTEzNTQtNDE0MS1iYjE3LWM5Yjg3NGNlMjQyMSIsIndvcmtmbG93SWQiOiI2OTJjNjA1YS1mZmU1LTRiZTctODM1ZC02NmUxYTc5NmRlNGEiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiNDI5NTVhM2QtNDU1Ny00YmEwLThjNWUtYmRlNTkwOWY5MDY4In0=\",\r\n \"name\": \"eyJwYXJ0aXRpb25JZCI6IjFlMGE3ODU3LTEzNTQtNDE0MS1iYjE3LWM5Yjg3NGNlMjQyMSIsIndvcmtmbG93SWQiOiI2OTJjNjA1YS1mZmU1LTRiZTctODM1ZC02NmUxYTc5NmRlNGEiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiNDI5NTVhM2QtNDU1Ny00YmEwLThjNWUtYmRlNTkwOWY5MDY4In0=\",\r\n \"status\": \"delayStep\",\r\n \"startTime\": \"2020-06-23T23:14:08.3928599Z\",\r\n \"endTime\": \"2020-06-23T23:14:12.0942853Z\",\r\n \"properties\": {}\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps7195/providers/microsoft.storagesync/storageSyncServices/sssps9492/workflows/c6f399f1-1420-4043-bfda-43e613390d06/operations/b3e19049-6692-4bc4-9792-fdf5f5882f0b?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNzE5NS9wcm92aWRlcnMvbWljcm9zb2Z0LnN0b3JhZ2VzeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM5NDkyL3dvcmtmbG93cy9jNmYzOTlmMS0xNDIwLTQwNDMtYmZkYS00M2U2MTMzOTBkMDYvb3BlcmF0aW9ucy9iM2UxOTA0OS02NjkyLTRiYzQtOTc5Mi1mZGY1ZjU4ODJmMGI/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6IjFlMGE3ODU3LTEzNTQtNDE0MS1iYjE3LWM5Yjg3NGNlMjQyMSIsIndvcmtmbG93SWQiOiI2OTJjNjA1YS1mZmU1LTRiZTctODM1ZC02NmUxYTc5NmRlNGEiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiNDI5NTVhM2QtNDU1Ny00YmEwLThjNWUtYmRlNTkwOWY5MDY4In0=?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvbG9jYXRpb25zL2NlbnRyYWx1c2V1YXAvb3BlcmF0aW9ucy9leUp3WVhKMGFYUnBiMjVKWkNJNklqRmxNR0UzT0RVM0xURXpOVFF0TkRFME1TMWlZakUzTFdNNVlqZzNOR05sTWpReU1TSXNJbmR2Y210bWJHOTNTV1FpT2lJMk9USmpOakExWVMxbVptVTFMVFJpWlRjdE9ETTFaQzAyTm1VeFlUYzVObVJsTkdFaUxDSjNiM0pyWm14dmQwOXdaWEpoZEdsdmJrbGtJam9pTkRJNU5UVmhNMlF0TkRVMU55MDBZbUV3TFRoak5XVXRZbVJsTlRrd09XWTVNRFk0SW4wPT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -771,7 +903,7 @@ "no-cache" ], "x-ms-request-id": [ - "d82ea428-efca-4d0d-9327-cd96939dfab6" + "024588c9-684d-4444-9267-9b7e4e63e5e7" ], "X-Content-Type-Options": [ "nosniff" @@ -789,41 +921,41 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11995" + "11992" ], "x-ms-correlation-request-id": [ - "29da3229-4f85-41df-95bd-8fee62e75dff" + "db6e5960-1bd9-48e4-9680-60a11e4c1db1" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T185051Z:29da3229-4f85-41df-95bd-8fee62e75dff" + "WESTUS:20200623T231428Z:db6e5960-1bd9-48e4-9680-60a11e4c1db1" ], "Date": [ - "Wed, 03 Jul 2019 18:50:50 GMT" + "Tue, 23 Jun 2020 23:14:28 GMT" ], "Content-Length": [ - "447" + "745" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps7195/providers/microsoft.storagesync/storageSyncServices/sssps9492/workflow/c6f399f1-1420-4043-bfda-43e613390d06/operationresults/b3e19049-6692-4bc4-9792-fdf5f5882f0b\",\r\n \"name\": \"b3e19049-6692-4bc4-9792-fdf5f5882f0b\",\r\n \"status\": \"delayStep\",\r\n \"startTime\": \"2019-07-03T18:50:27.7171696Z\",\r\n \"endTime\": \"2019-07-03T18:50:31.4829798Z\",\r\n \"percentComplete\": null,\r\n \"error\": null,\r\n \"properties\": {}\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6IjFlMGE3ODU3LTEzNTQtNDE0MS1iYjE3LWM5Yjg3NGNlMjQyMSIsIndvcmtmbG93SWQiOiI2OTJjNjA1YS1mZmU1LTRiZTctODM1ZC02NmUxYTc5NmRlNGEiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiNDI5NTVhM2QtNDU1Ny00YmEwLThjNWUtYmRlNTkwOWY5MDY4In0=\",\r\n \"name\": \"eyJwYXJ0aXRpb25JZCI6IjFlMGE3ODU3LTEzNTQtNDE0MS1iYjE3LWM5Yjg3NGNlMjQyMSIsIndvcmtmbG93SWQiOiI2OTJjNjA1YS1mZmU1LTRiZTctODM1ZC02NmUxYTc5NmRlNGEiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiNDI5NTVhM2QtNDU1Ny00YmEwLThjNWUtYmRlNTkwOWY5MDY4In0=\",\r\n \"status\": \"delayStep\",\r\n \"startTime\": \"2020-06-23T23:14:08.3928599Z\",\r\n \"endTime\": \"2020-06-23T23:14:12.0942853Z\",\r\n \"properties\": {}\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps7195/providers/microsoft.storagesync/storageSyncServices/sssps9492/workflows/c6f399f1-1420-4043-bfda-43e613390d06/operations/b3e19049-6692-4bc4-9792-fdf5f5882f0b?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNzE5NS9wcm92aWRlcnMvbWljcm9zb2Z0LnN0b3JhZ2VzeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM5NDkyL3dvcmtmbG93cy9jNmYzOTlmMS0xNDIwLTQwNDMtYmZkYS00M2U2MTMzOTBkMDYvb3BlcmF0aW9ucy9iM2UxOTA0OS02NjkyLTRiYzQtOTc5Mi1mZGY1ZjU4ODJmMGI/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6IjFlMGE3ODU3LTEzNTQtNDE0MS1iYjE3LWM5Yjg3NGNlMjQyMSIsIndvcmtmbG93SWQiOiI2OTJjNjA1YS1mZmU1LTRiZTctODM1ZC02NmUxYTc5NmRlNGEiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiNDI5NTVhM2QtNDU1Ny00YmEwLThjNWUtYmRlNTkwOWY5MDY4In0=?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvbG9jYXRpb25zL2NlbnRyYWx1c2V1YXAvb3BlcmF0aW9ucy9leUp3WVhKMGFYUnBiMjVKWkNJNklqRmxNR0UzT0RVM0xURXpOVFF0TkRFME1TMWlZakUzTFdNNVlqZzNOR05sTWpReU1TSXNJbmR2Y210bWJHOTNTV1FpT2lJMk9USmpOakExWVMxbVptVTFMVFJpWlRjdE9ETTFaQzAyTm1VeFlUYzVObVJsTkdFaUxDSjNiM0pyWm14dmQwOXdaWEpoZEdsdmJrbGtJam9pTkRJNU5UVmhNMlF0TkRVMU55MDBZbUV3TFRoak5XVXRZbVJsTlRrd09XWTVNRFk0SW4wPT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -834,7 +966,7 @@ "no-cache" ], "x-ms-request-id": [ - "e06c15b7-ff47-4c72-ba12-1dcfe9a96fc6" + "d0b95037-cf7f-4a85-aa93-eb7e25e03238" ], "X-Content-Type-Options": [ "nosniff" @@ -842,9 +974,6 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11994" - ], "Server": [ "Microsoft-IIS/10.0" ], @@ -854,39 +983,42 @@ "X-Powered-By": [ "ASP.NET" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11991" + ], "x-ms-correlation-request-id": [ - "8e0c6856-2501-42f8-acbe-d3de3e0de8d4" + "09bd56e1-d92e-4da2-a1fe-e7e589cfc493" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T185101Z:8e0c6856-2501-42f8-acbe-d3de3e0de8d4" + "WESTUS:20200623T231438Z:09bd56e1-d92e-4da2-a1fe-e7e589cfc493" ], "Date": [ - "Wed, 03 Jul 2019 18:51:00 GMT" + "Tue, 23 Jun 2020 23:14:38 GMT" ], "Content-Length": [ - "447" + "745" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps7195/providers/microsoft.storagesync/storageSyncServices/sssps9492/workflow/c6f399f1-1420-4043-bfda-43e613390d06/operationresults/b3e19049-6692-4bc4-9792-fdf5f5882f0b\",\r\n \"name\": \"b3e19049-6692-4bc4-9792-fdf5f5882f0b\",\r\n \"status\": \"delayStep\",\r\n \"startTime\": \"2019-07-03T18:50:27.7171696Z\",\r\n \"endTime\": \"2019-07-03T18:50:31.4829798Z\",\r\n \"percentComplete\": null,\r\n \"error\": null,\r\n \"properties\": {}\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6IjFlMGE3ODU3LTEzNTQtNDE0MS1iYjE3LWM5Yjg3NGNlMjQyMSIsIndvcmtmbG93SWQiOiI2OTJjNjA1YS1mZmU1LTRiZTctODM1ZC02NmUxYTc5NmRlNGEiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiNDI5NTVhM2QtNDU1Ny00YmEwLThjNWUtYmRlNTkwOWY5MDY4In0=\",\r\n \"name\": \"eyJwYXJ0aXRpb25JZCI6IjFlMGE3ODU3LTEzNTQtNDE0MS1iYjE3LWM5Yjg3NGNlMjQyMSIsIndvcmtmbG93SWQiOiI2OTJjNjA1YS1mZmU1LTRiZTctODM1ZC02NmUxYTc5NmRlNGEiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiNDI5NTVhM2QtNDU1Ny00YmEwLThjNWUtYmRlNTkwOWY5MDY4In0=\",\r\n \"status\": \"delayStep\",\r\n \"startTime\": \"2020-06-23T23:14:08.3928599Z\",\r\n \"endTime\": \"2020-06-23T23:14:12.0942853Z\",\r\n \"properties\": {}\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps7195/providers/microsoft.storagesync/storageSyncServices/sssps9492/workflows/c6f399f1-1420-4043-bfda-43e613390d06/operations/b3e19049-6692-4bc4-9792-fdf5f5882f0b?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNzE5NS9wcm92aWRlcnMvbWljcm9zb2Z0LnN0b3JhZ2VzeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM5NDkyL3dvcmtmbG93cy9jNmYzOTlmMS0xNDIwLTQwNDMtYmZkYS00M2U2MTMzOTBkMDYvb3BlcmF0aW9ucy9iM2UxOTA0OS02NjkyLTRiYzQtOTc5Mi1mZGY1ZjU4ODJmMGI/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6IjFlMGE3ODU3LTEzNTQtNDE0MS1iYjE3LWM5Yjg3NGNlMjQyMSIsIndvcmtmbG93SWQiOiI2OTJjNjA1YS1mZmU1LTRiZTctODM1ZC02NmUxYTc5NmRlNGEiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiNDI5NTVhM2QtNDU1Ny00YmEwLThjNWUtYmRlNTkwOWY5MDY4In0=?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvbG9jYXRpb25zL2NlbnRyYWx1c2V1YXAvb3BlcmF0aW9ucy9leUp3WVhKMGFYUnBiMjVKWkNJNklqRmxNR0UzT0RVM0xURXpOVFF0TkRFME1TMWlZakUzTFdNNVlqZzNOR05sTWpReU1TSXNJbmR2Y210bWJHOTNTV1FpT2lJMk9USmpOakExWVMxbVptVTFMVFJpWlRjdE9ETTFaQzAyTm1VeFlUYzVObVJsTkdFaUxDSjNiM0pyWm14dmQwOXdaWEpoZEdsdmJrbGtJam9pTkRJNU5UVmhNMlF0TkRVMU55MDBZbUV3TFRoak5XVXRZbVJsTlRrd09XWTVNRFk0SW4wPT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -897,7 +1029,7 @@ "no-cache" ], "x-ms-request-id": [ - "d99ec802-ee2b-4d08-bebe-2f460979feae" + "f05b1451-25bc-4029-9830-6b435cbc3bfe" ], "X-Content-Type-Options": [ "nosniff" @@ -915,41 +1047,41 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11993" + "11990" ], "x-ms-correlation-request-id": [ - "9f1bd602-1dce-42b9-ad60-b8d1c8a964ee" + "92976b58-75c2-44fd-8fdf-2bdbe549ff3e" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T185113Z:9f1bd602-1dce-42b9-ad60-b8d1c8a964ee" + "WESTUS:20200623T231449Z:92976b58-75c2-44fd-8fdf-2bdbe549ff3e" ], "Date": [ - "Wed, 03 Jul 2019 18:51:12 GMT" + "Tue, 23 Jun 2020 23:14:48 GMT" ], "Content-Length": [ - "447" + "745" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps7195/providers/microsoft.storagesync/storageSyncServices/sssps9492/workflow/c6f399f1-1420-4043-bfda-43e613390d06/operationresults/b3e19049-6692-4bc4-9792-fdf5f5882f0b\",\r\n \"name\": \"b3e19049-6692-4bc4-9792-fdf5f5882f0b\",\r\n \"status\": \"delayStep\",\r\n \"startTime\": \"2019-07-03T18:50:27.7171696Z\",\r\n \"endTime\": \"2019-07-03T18:50:31.4829798Z\",\r\n \"percentComplete\": null,\r\n \"error\": null,\r\n \"properties\": {}\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6IjFlMGE3ODU3LTEzNTQtNDE0MS1iYjE3LWM5Yjg3NGNlMjQyMSIsIndvcmtmbG93SWQiOiI2OTJjNjA1YS1mZmU1LTRiZTctODM1ZC02NmUxYTc5NmRlNGEiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiNDI5NTVhM2QtNDU1Ny00YmEwLThjNWUtYmRlNTkwOWY5MDY4In0=\",\r\n \"name\": \"eyJwYXJ0aXRpb25JZCI6IjFlMGE3ODU3LTEzNTQtNDE0MS1iYjE3LWM5Yjg3NGNlMjQyMSIsIndvcmtmbG93SWQiOiI2OTJjNjA1YS1mZmU1LTRiZTctODM1ZC02NmUxYTc5NmRlNGEiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiNDI5NTVhM2QtNDU1Ny00YmEwLThjNWUtYmRlNTkwOWY5MDY4In0=\",\r\n \"status\": \"delayStep\",\r\n \"startTime\": \"2020-06-23T23:14:08.3928599Z\",\r\n \"endTime\": \"2020-06-23T23:14:12.0942853Z\",\r\n \"properties\": {}\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps7195/providers/microsoft.storagesync/storageSyncServices/sssps9492/workflows/c6f399f1-1420-4043-bfda-43e613390d06/operations/b3e19049-6692-4bc4-9792-fdf5f5882f0b?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNzE5NS9wcm92aWRlcnMvbWljcm9zb2Z0LnN0b3JhZ2VzeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM5NDkyL3dvcmtmbG93cy9jNmYzOTlmMS0xNDIwLTQwNDMtYmZkYS00M2U2MTMzOTBkMDYvb3BlcmF0aW9ucy9iM2UxOTA0OS02NjkyLTRiYzQtOTc5Mi1mZGY1ZjU4ODJmMGI/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6IjFlMGE3ODU3LTEzNTQtNDE0MS1iYjE3LWM5Yjg3NGNlMjQyMSIsIndvcmtmbG93SWQiOiI2OTJjNjA1YS1mZmU1LTRiZTctODM1ZC02NmUxYTc5NmRlNGEiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiNDI5NTVhM2QtNDU1Ny00YmEwLThjNWUtYmRlNTkwOWY5MDY4In0=?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvbG9jYXRpb25zL2NlbnRyYWx1c2V1YXAvb3BlcmF0aW9ucy9leUp3WVhKMGFYUnBiMjVKWkNJNklqRmxNR0UzT0RVM0xURXpOVFF0TkRFME1TMWlZakUzTFdNNVlqZzNOR05sTWpReU1TSXNJbmR2Y210bWJHOTNTV1FpT2lJMk9USmpOakExWVMxbVptVTFMVFJpWlRjdE9ETTFaQzAyTm1VeFlUYzVObVJsTkdFaUxDSjNiM0pyWm14dmQwOXdaWEpoZEdsdmJrbGtJam9pTkRJNU5UVmhNMlF0TkRVMU55MDBZbUV3TFRoak5XVXRZbVJsTlRrd09XWTVNRFk0SW4wPT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -960,7 +1092,7 @@ "no-cache" ], "x-ms-request-id": [ - "b9cf7050-1003-4ebb-8c1f-f1a18b8eb256" + "6fd5f7f8-bae5-4bbd-a6fd-0295ebbfa14a" ], "X-Content-Type-Options": [ "nosniff" @@ -978,41 +1110,41 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11992" + "11989" ], "x-ms-correlation-request-id": [ - "4ffc3a30-e431-4dec-90da-8403864b63f0" + "099d3a87-720e-43c6-98b9-93bf7008319a" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T185125Z:4ffc3a30-e431-4dec-90da-8403864b63f0" + "WESTUS:20200623T231459Z:099d3a87-720e-43c6-98b9-93bf7008319a" ], "Date": [ - "Wed, 03 Jul 2019 18:51:24 GMT" + "Tue, 23 Jun 2020 23:14:58 GMT" ], "Content-Length": [ - "447" + "745" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps7195/providers/microsoft.storagesync/storageSyncServices/sssps9492/workflow/c6f399f1-1420-4043-bfda-43e613390d06/operationresults/b3e19049-6692-4bc4-9792-fdf5f5882f0b\",\r\n \"name\": \"b3e19049-6692-4bc4-9792-fdf5f5882f0b\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2019-07-03T18:50:27.7171696Z\",\r\n \"endTime\": \"2019-07-03T18:51:16.5523588Z\",\r\n \"percentComplete\": null,\r\n \"error\": null,\r\n \"properties\": {}\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6IjFlMGE3ODU3LTEzNTQtNDE0MS1iYjE3LWM5Yjg3NGNlMjQyMSIsIndvcmtmbG93SWQiOiI2OTJjNjA1YS1mZmU1LTRiZTctODM1ZC02NmUxYTc5NmRlNGEiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiNDI5NTVhM2QtNDU1Ny00YmEwLThjNWUtYmRlNTkwOWY5MDY4In0=\",\r\n \"name\": \"eyJwYXJ0aXRpb25JZCI6IjFlMGE3ODU3LTEzNTQtNDE0MS1iYjE3LWM5Yjg3NGNlMjQyMSIsIndvcmtmbG93SWQiOiI2OTJjNjA1YS1mZmU1LTRiZTctODM1ZC02NmUxYTc5NmRlNGEiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiNDI5NTVhM2QtNDU1Ny00YmEwLThjNWUtYmRlNTkwOWY5MDY4In0=\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2020-06-23T23:14:08.3928599Z\",\r\n \"endTime\": \"2020-06-23T23:14:57.1703254Z\",\r\n \"properties\": {}\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps7195/providers/microsoft.storagesync/storageSyncServices/sssps9492/workflows/c6f399f1-1420-4043-bfda-43e613390d06/operationresults/b3e19049-6692-4bc4-9792-fdf5f5882f0b?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNzE5NS9wcm92aWRlcnMvbWljcm9zb2Z0LnN0b3JhZ2VzeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM5NDkyL3dvcmtmbG93cy9jNmYzOTlmMS0xNDIwLTQwNDMtYmZkYS00M2U2MTMzOTBkMDYvb3BlcmF0aW9ucmVzdWx0cy9iM2UxOTA0OS02NjkyLTRiYzQtOTc5Mi1mZGY1ZjU4ODJmMGI/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6IjFlMGE3ODU3LTEzNTQtNDE0MS1iYjE3LWM5Yjg3NGNlMjQyMSIsIndvcmtmbG93SWQiOiI2OTJjNjA1YS1mZmU1LTRiZTctODM1ZC02NmUxYTc5NmRlNGEiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiNDI5NTVhM2QtNDU1Ny00YmEwLThjNWUtYmRlNTkwOWY5MDY4In0=?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvbG9jYXRpb25zL2NlbnRyYWx1c2V1YXAvb3BlcmF0aW9ucmVzdWx0cy9leUp3WVhKMGFYUnBiMjVKWkNJNklqRmxNR0UzT0RVM0xURXpOVFF0TkRFME1TMWlZakUzTFdNNVlqZzNOR05sTWpReU1TSXNJbmR2Y210bWJHOTNTV1FpT2lJMk9USmpOakExWVMxbVptVTFMVFJpWlRjdE9ETTFaQzAyTm1VeFlUYzVObVJsTkdFaUxDSjNiM0pyWm14dmQwOXdaWEpoZEdsdmJrbGtJam9pTkRJNU5UVmhNMlF0TkRVMU55MDBZbUV3TFRoak5XVXRZbVJsTlRrd09XWTVNRFk0SW4wPT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -1023,7 +1155,7 @@ "no-cache" ], "x-ms-request-id": [ - "be172e35-26eb-4c13-bbfc-3f22f6fbda6c" + "d5c6b49d-22c0-4c91-8819-ec5783781c7a" ], "X-Content-Type-Options": [ "nosniff" @@ -1041,16 +1173,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11991" + "11988" ], "x-ms-correlation-request-id": [ - "ef1184b2-fd3e-4a80-93e5-61dd4f77bb40" + "bf74eddc-2b90-4538-8076-f37678e28b47" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T185126Z:ef1184b2-fd3e-4a80-93e5-61dd4f77bb40" + "WESTUS:20200623T231459Z:bf74eddc-2b90-4538-8076-f37678e28b47" ], "Date": [ - "Wed, 03 Jul 2019 18:51:25 GMT" + "Tue, 23 Jun 2020 23:14:58 GMT" ], "Expires": [ "-1" @@ -1063,22 +1195,22 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps7195/providers/Microsoft.StorageSync/storageSyncServices/sssps9492?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNzE5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM5NDkyP2FwaS12ZXJzaW9uPTIwMTktMDMtMDE=", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps8592/providers/Microsoft.StorageSync/storageSyncServices/sssps5154?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzODU5Mi9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM1MTU0P2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "f04f369e-21d3-4fb8-838f-a4de67665a30" + "245fe32b-39e1-4d4b-9c8f-6a03fddf1678" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -1088,8 +1220,17 @@ "Pragma": [ "no-cache" ], + "Location": [ + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6IjFlMGE3ODU3LTEzNTQtNDE0MS1iYjE3LWM5Yjg3NGNlMjQyMSIsIndvcmtmbG93SWQiOiJiOTlhYWU0MS0wNmFjLTRkNTEtODI4ZS1hMWQ0OTIyMWZjN2MiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiOTRhOWExNTMtNzdiMy00YjZjLTk4MTctZGMxOWRmM2ZjZDhmIn0=?api-version=2020-03-01" + ], + "Retry-After": [ + "10" + ], + "Azure-AsyncOperation": [ + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6IjFlMGE3ODU3LTEzNTQtNDE0MS1iYjE3LWM5Yjg3NGNlMjQyMSIsIndvcmtmbG93SWQiOiJiOTlhYWU0MS0wNmFjLTRkNTEtODI4ZS1hMWQ0OTIyMWZjN2MiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiOTRhOWExNTMtNzdiMy00YjZjLTk4MTctZGMxOWRmM2ZjZDhmIn0=?api-version=2020-03-01" + ], "x-ms-request-id": [ - "25851246-c6e1-4b18-bc38-3bdfa5eeffdf" + "31d7dbdc-e603-4895-a23a-3e90a14a0009" ], "X-Content-Type-Options": [ "nosniff" @@ -1110,13 +1251,13 @@ "14998" ], "x-ms-correlation-request-id": [ - "7b028a12-8607-4990-8b22-0e7bb0471c28" + "4ea2cc0d-cc75-4d1f-b88f-6e8f9326c85d" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T185126Z:7b028a12-8607-4990-8b22-0e7bb0471c28" + "WESTUS:20200623T231500Z:4ea2cc0d-cc75-4d1f-b88f-6e8f9326c85d" ], "Date": [ - "Wed, 03 Jul 2019 18:51:25 GMT" + "Tue, 23 Jun 2020 23:14:59 GMT" ], "Expires": [ "-1" @@ -1126,25 +1267,148 @@ ] }, "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6IjFlMGE3ODU3LTEzNTQtNDE0MS1iYjE3LWM5Yjg3NGNlMjQyMSIsIndvcmtmbG93SWQiOiJiOTlhYWU0MS0wNmFjLTRkNTEtODI4ZS1hMWQ0OTIyMWZjN2MiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiOTRhOWExNTMtNzdiMy00YjZjLTk4MTctZGMxOWRmM2ZjZDhmIn0=?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvbG9jYXRpb25zL2NlbnRyYWx1c2V1YXAvb3BlcmF0aW9ucy9leUp3WVhKMGFYUnBiMjVKWkNJNklqRmxNR0UzT0RVM0xURXpOVFF0TkRFME1TMWlZakUzTFdNNVlqZzNOR05sTWpReU1TSXNJbmR2Y210bWJHOTNTV1FpT2lKaU9UbGhZV1UwTVMwd05tRmpMVFJrTlRFdE9ESTRaUzFoTVdRME9USXlNV1pqTjJNaUxDSjNiM0pyWm14dmQwOXdaWEpoZEdsdmJrbGtJam9pT1RSaE9XRXhOVE10TnpkaU15MDBZalpqTFRrNE1UY3RaR014T1dSbU0yWmpaRGhtSW4wPT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-request-id": [ + "df044089-b99c-45db-a48a-84648dfe0b58" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-IIS/10.0" + ], + "X-AspNet-Version": [ + "4.0.30319" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11987" + ], + "x-ms-correlation-request-id": [ + "2d4c3089-3338-4bb5-88bc-3d08174f95cb" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200623T231510Z:2d4c3089-3338-4bb5-88bc-3d08174f95cb" + ], + "Date": [ + "Tue, 23 Jun 2020 23:15:09 GMT" + ], + "Content-Length": [ + "745" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6IjFlMGE3ODU3LTEzNTQtNDE0MS1iYjE3LWM5Yjg3NGNlMjQyMSIsIndvcmtmbG93SWQiOiJiOTlhYWU0MS0wNmFjLTRkNTEtODI4ZS1hMWQ0OTIyMWZjN2MiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiOTRhOWExNTMtNzdiMy00YjZjLTk4MTctZGMxOWRmM2ZjZDhmIn0=\",\r\n \"name\": \"eyJwYXJ0aXRpb25JZCI6IjFlMGE3ODU3LTEzNTQtNDE0MS1iYjE3LWM5Yjg3NGNlMjQyMSIsIndvcmtmbG93SWQiOiJiOTlhYWU0MS0wNmFjLTRkNTEtODI4ZS1hMWQ0OTIyMWZjN2MiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiOTRhOWExNTMtNzdiMy00YjZjLTk4MTctZGMxOWRmM2ZjZDhmIn0=\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2020-06-23T23:15:01.3314398Z\",\r\n \"endTime\": \"2020-06-23T23:15:07.5928684Z\",\r\n \"properties\": {}\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps7195/providers/Microsoft.StorageSync/storageSyncServices?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNzE5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXM/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6IjFlMGE3ODU3LTEzNTQtNDE0MS1iYjE3LWM5Yjg3NGNlMjQyMSIsIndvcmtmbG93SWQiOiJiOTlhYWU0MS0wNmFjLTRkNTEtODI4ZS1hMWQ0OTIyMWZjN2MiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiOTRhOWExNTMtNzdiMy00YjZjLTk4MTctZGMxOWRmM2ZjZDhmIn0=?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvbG9jYXRpb25zL2NlbnRyYWx1c2V1YXAvb3BlcmF0aW9ucmVzdWx0cy9leUp3WVhKMGFYUnBiMjVKWkNJNklqRmxNR0UzT0RVM0xURXpOVFF0TkRFME1TMWlZakUzTFdNNVlqZzNOR05sTWpReU1TSXNJbmR2Y210bWJHOTNTV1FpT2lKaU9UbGhZV1UwTVMwd05tRmpMVFJrTlRFdE9ESTRaUzFoTVdRME9USXlNV1pqTjJNaUxDSjNiM0pyWm14dmQwOXdaWEpoZEdsdmJrbGtJam9pT1RSaE9XRXhOVE10TnpkaU15MDBZalpqTFRrNE1UY3RaR014T1dSbU0yWmpaRGhtSW4wPT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-request-id": [ + "fcae87e4-6b55-4ff0-b651-33fae7a6cec4" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-IIS/10.0" + ], + "X-AspNet-Version": [ + "4.0.30319" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11986" + ], + "x-ms-correlation-request-id": [ + "98126f1c-b60f-4b4c-84d7-ae0fff281049" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200623T231510Z:98126f1c-b60f-4b4c-84d7-ae0fff281049" + ], + "Date": [ + "Tue, 23 Jun 2020 23:15:09 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps8592/providers/Microsoft.StorageSync/storageSyncServices?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzODU5Mi9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXM/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "c39dd922-cb38-4e59-9eef-8d06688967a3" + "deae30cd-9fa7-46e6-9eb7-7d1f6a92293e" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -1154,57 +1418,66 @@ "Pragma": [ "no-cache" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11990" - ], "x-ms-request-id": [ - "593df7a8-2599-49fb-b687-5bafdd335e59" - ], - "x-ms-correlation-request-id": [ - "593df7a8-2599-49fb-b687-5bafdd335e59" + "02114a70-8ef0-4ac0-8e5f-afa7321423eb" ], - "x-ms-routing-request-id": [ - "WESTUS:20190703T185126Z:593df7a8-2599-49fb-b687-5bafdd335e59" + "X-Content-Type-Options": [ + "nosniff" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Content-Type-Options": [ - "nosniff" + "Server": [ + "Microsoft-IIS/10.0" + ], + "X-AspNet-Version": [ + "4.0.30319" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11985" + ], + "x-ms-correlation-request-id": [ + "5bfcb6e3-e4cb-4a25-ad41-893b3ff58af1" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200623T231510Z:5bfcb6e3-e4cb-4a25-ad41-893b3ff58af1" ], "Date": [ - "Wed, 03 Jul 2019 18:51:25 GMT" + "Tue, 23 Jun 2020 23:15:10 GMT" + ], + "Content-Length": [ + "19" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" - ], - "Content-Length": [ - "12" ] }, "ResponseBody": "{\r\n \"value\": []\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourcegroups/ps7195?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlZ3JvdXBzL3BzNzE5NT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourcegroups/ps8592?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlZ3JvdXBzL3BzODU5Mj9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "3e965c1b-c058-4019-a248-a071b843f3b2" + "7fdc3ede-a6b7-43b2-9931-e3c1c8a7e646" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -1215,7 +1488,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzcxOTUtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzg1OTItV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" ], "Retry-After": [ "15" @@ -1224,13 +1497,13 @@ "14997" ], "x-ms-request-id": [ - "28152d66-23d5-46fe-a3b4-1b902c3c5807" + "1e1c07c0-33ba-4e29-89f9-f5133e02cca8" ], "x-ms-correlation-request-id": [ - "28152d66-23d5-46fe-a3b4-1b902c3c5807" + "1e1c07c0-33ba-4e29-89f9-f5133e02cca8" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T185128Z:28152d66-23d5-46fe-a3b4-1b902c3c5807" + "WESTUS:20200623T231511Z:1e1c07c0-33ba-4e29-89f9-f5133e02cca8" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1239,7 +1512,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 18:51:28 GMT" + "Tue, 23 Jun 2020 23:15:10 GMT" ], "Expires": [ "-1" @@ -1252,16 +1525,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzcxOTUtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpjeE9UVXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzg1OTItV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpnMU9USXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -1272,22 +1545,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzcxOTUtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzg1OTItV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11989" + "11984" ], "x-ms-request-id": [ - "16e6b80a-95b9-43dc-ad8d-5eeecd5cb72a" + "56b09c54-031f-4638-a3ef-6460614ad0b4" ], "x-ms-correlation-request-id": [ - "16e6b80a-95b9-43dc-ad8d-5eeecd5cb72a" + "56b09c54-031f-4638-a3ef-6460614ad0b4" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T185143Z:16e6b80a-95b9-43dc-ad8d-5eeecd5cb72a" + "WESTUS:20200623T231526Z:56b09c54-031f-4638-a3ef-6460614ad0b4" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1296,7 +1569,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 18:51:43 GMT" + "Tue, 23 Jun 2020 23:15:25 GMT" ], "Expires": [ "-1" @@ -1309,16 +1582,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzcxOTUtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpjeE9UVXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzg1OTItV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpnMU9USXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -1329,22 +1602,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzcxOTUtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzg1OTItV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11988" + "11983" ], "x-ms-request-id": [ - "184bf7a9-0240-4cf1-9526-07eeba28aa77" + "516e6073-4cb5-4686-8f90-6f8b2854bcdd" ], "x-ms-correlation-request-id": [ - "184bf7a9-0240-4cf1-9526-07eeba28aa77" + "516e6073-4cb5-4686-8f90-6f8b2854bcdd" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T185158Z:184bf7a9-0240-4cf1-9526-07eeba28aa77" + "WESTUS:20200623T231541Z:516e6073-4cb5-4686-8f90-6f8b2854bcdd" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1353,7 +1626,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 18:51:57 GMT" + "Tue, 23 Jun 2020 23:15:41 GMT" ], "Expires": [ "-1" @@ -1366,16 +1639,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzcxOTUtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpjeE9UVXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzg1OTItV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpnMU9USXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -1386,16 +1659,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11987" + "11982" ], "x-ms-request-id": [ - "d7ae5193-cdd1-49fa-844c-005c9925c480" + "5a004f9b-8913-42c7-897d-f2f5bfe94fde" ], "x-ms-correlation-request-id": [ - "d7ae5193-cdd1-49fa-844c-005c9925c480" + "5a004f9b-8913-42c7-897d-f2f5bfe94fde" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T185213Z:d7ae5193-cdd1-49fa-844c-005c9925c480" + "WESTUS:20200623T231556Z:5a004f9b-8913-42c7-897d-f2f5bfe94fde" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1404,7 +1677,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 18:52:12 GMT" + "Tue, 23 Jun 2020 23:15:56 GMT" ], "Expires": [ "-1" @@ -1417,16 +1690,16 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzcxOTUtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpjeE9UVXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzg1OTItV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpnMU9USXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -1437,16 +1710,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11986" + "11981" ], "x-ms-request-id": [ - "2073f7df-ce2d-460d-bf9c-cf205af57485" + "fbe3b365-319e-48f4-85cd-d1d6b3b4d696" ], "x-ms-correlation-request-id": [ - "2073f7df-ce2d-460d-bf9c-cf205af57485" + "fbe3b365-319e-48f4-85cd-d1d6b3b4d696" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T185213Z:2073f7df-ce2d-460d-bf9c-cf205af57485" + "WESTUS:20200623T231556Z:fbe3b365-319e-48f4-85cd-d1d6b3b4d696" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1455,7 +1728,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 18:52:12 GMT" + "Tue, 23 Jun 2020 23:15:56 GMT" ], "Expires": [ "-1" @@ -1470,14 +1743,14 @@ ], "Names": { "Test-GetRegisteredServerParentObject": [ - "ps7195", - "ps9492" + "ps8592", + "ps5154" ] }, "Variables": { - "SubscriptionId": "7b96cb02-4663-40f4-9a89-603d3849e46a", - "TenantId": "0483643a-cb2f-462a-bc27-1a270e5bdc0a", + "SubscriptionId": "1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b", + "TenantId": "6ad91d65-65ab-4e14-90f7-fe951035b7c9", "Domain": "", - "SyncServerId": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps7195/providers/Microsoft.StorageSync/storageSyncServices/sssps9492/registeredServers/9A289F79-90AA-434B-9066-F3AE7C33B1B3" + "SyncServerId": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps8592/providers/Microsoft.StorageSync/storageSyncServices/sssps5154/registeredServers/0B2B27FA-1D3D-4010-B4CB-73B7DA10D97C" } } \ No newline at end of file diff --git a/src/StorageSync/StorageSync.Test/SessionRecords/StorageSyncTests.RegisteredServerTests/TestGetRegisteredServerParentResourceId.json b/src/StorageSync/StorageSync.Test/SessionRecords/StorageSyncTests.RegisteredServerTests/TestGetRegisteredServerParentResourceId.json index 63dfafa68bd3..1d04420c78f9 100644 --- a/src/StorageSync/StorageSync.Test/SessionRecords/StorageSyncTests.RegisteredServerTests/TestGetRegisteredServerParentResourceId.json +++ b/src/StorageSync/StorageSync.Test/SessionRecords/StorageSyncTests.RegisteredServerTests/TestGetRegisteredServerParentResourceId.json @@ -1,22 +1,22 @@ { "Entries": [ { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/providers/Microsoft.Resources?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVzb3VyY2VzP2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/Microsoft.Resources?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVzb3VyY2VzP2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "22244b4e-e100-4f2f-a4d6-64723a2c548d" + "ddacf1ee-3475-4fcd-aacb-a50d323925fc" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -30,13 +30,13 @@ "11999" ], "x-ms-request-id": [ - "892beaf4-6c06-409a-8350-f67cb1675ca1" + "693f227b-c2e3-495c-8fd1-9e498c140ba0" ], "x-ms-correlation-request-id": [ - "892beaf4-6c06-409a-8350-f67cb1675ca1" + "693f227b-c2e3-495c-8fd1-9e498c140ba0" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T231057Z:892beaf4-6c06-409a-8350-f67cb1675ca1" + "WESTUS:20200623T231838Z:693f227b-c2e3-495c-8fd1-9e498c140ba0" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -45,7 +45,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 23:10:56 GMT" + "Tue, 23 Jun 2020 23:18:37 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -54,29 +54,29 @@ "-1" ], "Content-Length": [ - "8818" + "10899" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/providers/Microsoft.Resources\",\r\n \"namespace\": \"Microsoft.Resources\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"tenants\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operationresults\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"notifyResourceJobs\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"tags\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkPolicyCompliance\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"providers\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkresourcename\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resources\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/resources\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/providers\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/operationresults\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceGroups\",\r\n \"locations\": [\r\n \"Central US\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"West Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia Southeast\",\r\n \"Australia East\",\r\n \"West India\",\r\n \"South India\",\r\n \"Central India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/resourceGroups\",\r\n \"locations\": [\r\n \"Central US\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"West Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia Southeast\",\r\n \"Australia East\",\r\n \"West India\",\r\n \"South India\",\r\n \"Central India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/resourcegroups/resources\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/tagnames\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/tagNames/tagValues\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"deployments\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"deployments/operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"links\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-01-01\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/Microsoft.Resources\",\r\n \"namespace\": \"Microsoft.Resources\",\r\n \"authorization\": {\r\n \"applicationId\": \"3b990c8b-9607-4c2a-8b04-1d41985facca\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"tenants\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-01-01\",\r\n \"2019-09-01\",\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-09-01\",\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operationresults\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-09-01\",\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"notifyResourceJobs\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-09-01\",\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"tags\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-10-01\",\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\"\r\n ],\r\n \"capabilities\": \"SupportsExtension\"\r\n },\r\n {\r\n \"resourceType\": \"checkPolicyCompliance\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"providers\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkresourcename\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"calculateTemplateHash\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-09-01\",\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resources\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-09-01\",\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-10-01\",\r\n \"2019-09-01\",\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/resources\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-09-01\",\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/providers\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/operationresults\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceGroups\",\r\n \"locations\": [\r\n \"Central US\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"West Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia Southeast\",\r\n \"Australia East\",\r\n \"West India\",\r\n \"South India\",\r\n \"Central India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Australia Central\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/resourceGroups\",\r\n \"locations\": [\r\n \"Central US\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"West Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia Southeast\",\r\n \"Australia East\",\r\n \"West India\",\r\n \"South India\",\r\n \"Central India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Australia Central\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/resourcegroups/resources\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/tagnames\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/tagNames/tagValues\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"deployments\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-09-01\",\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"deployments/operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-09-01\",\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"links\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ],\r\n \"capabilities\": \"SupportsExtension\"\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-01-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"deploymentScripts\",\r\n \"locations\": [\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Australia East\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"Central US\",\r\n \"North Central US\",\r\n \"UK South\",\r\n \"Central India\",\r\n \"South India\",\r\n \"Japan East\",\r\n \"Korea Central\",\r\n \"North Europe\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West US 2\",\r\n \"West US\",\r\n \"South Central US\",\r\n \"Canada East\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-10-01-preview\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"deploymentScripts/logs\",\r\n \"locations\": [\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Australia East\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"Central US\",\r\n \"North Central US\",\r\n \"UK South\",\r\n \"Central India\",\r\n \"South India\",\r\n \"Japan East\",\r\n \"Korea Central\",\r\n \"North Europe\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West US 2\",\r\n \"West US\",\r\n \"South Central US\",\r\n \"Canada East\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/deploymentScriptOperationResults\",\r\n \"locations\": [\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Australia East\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"Central US\",\r\n \"North Central US\",\r\n \"UK South\",\r\n \"Central India\",\r\n \"South India\",\r\n \"Japan East\",\r\n \"Korea Central\",\r\n \"North Europe\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West US 2\",\r\n \"West US\",\r\n \"South Central US\",\r\n \"Canada East\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-10-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/providers/Microsoft.StorageSync?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZVN5bmM/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/Microsoft.StorageSync?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZVN5bmM/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "253e2052-f553-40f3-97db-40c0cf14348d" + "75aa9f6d-8ee7-4b86-a4bd-22ac7ead00e5" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -90,13 +90,13 @@ "11998" ], "x-ms-request-id": [ - "f4931891-f85a-48ce-a1b2-5e999754325b" + "f794b949-1480-4703-a7a6-1f248bd1b8c2" ], "x-ms-correlation-request-id": [ - "f4931891-f85a-48ce-a1b2-5e999754325b" + "f794b949-1480-4703-a7a6-1f248bd1b8c2" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T231057Z:f4931891-f85a-48ce-a1b2-5e999754325b" + "WESTUS:20200623T231838Z:f794b949-1480-4703-a7a6-1f248bd1b8c2" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -105,7 +105,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 23:10:57 GMT" + "Tue, 23 Jun 2020 23:18:37 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -114,29 +114,29 @@ "-1" ], "Content-Length": [ - "5239" + "7645" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/providers/Microsoft.StorageSync\",\r\n \"namespace\": \"Microsoft.StorageSync\",\r\n \"authorizations\": [\r\n {\r\n \"applicationId\": \"9469b9f5-6722-4481-a2b2-14ed560b706f\"\r\n }\r\n ],\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageSyncServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"Central US EUAP\",\r\n \"West US 2\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\",\r\n \"2018-01-01-preview\",\r\n \"2017-06-05-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"storageSyncServices/syncGroups\",\r\n \"locations\": [\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"Central US EUAP\",\r\n \"West US 2\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\",\r\n \"2018-01-01-preview\",\r\n \"2017-06-05-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageSyncServices/syncGroups/cloudEndpoints\",\r\n \"locations\": [\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"Central US EUAP\",\r\n \"West US 2\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\",\r\n \"2018-01-01-preview\",\r\n \"2017-06-05-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageSyncServices/syncGroups/serverEndpoints\",\r\n \"locations\": [\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"Central US EUAP\",\r\n \"West US 2\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\",\r\n \"2018-01-01-preview\",\r\n \"2017-06-05-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageSyncServices/registeredServers\",\r\n \"locations\": [\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"Central US EUAP\",\r\n \"West US 2\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\",\r\n \"2018-01-01-preview\",\r\n \"2017-06-05-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageSyncServices/workflows\",\r\n \"locations\": [\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"Central US EUAP\",\r\n \"West US 2\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\",\r\n \"2018-01-01-preview\",\r\n \"2017-06-05-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\",\r\n \"2018-01-01-preview\",\r\n \"2017-06-05-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/checkNameAvailability\",\r\n \"locations\": [\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/workflows\",\r\n \"locations\": [\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/Microsoft.StorageSync\",\r\n \"namespace\": \"Microsoft.StorageSync\",\r\n \"authorizations\": [\r\n {\r\n \"applicationId\": \"9469b9f5-6722-4481-a2b2-14ed560b706f\",\r\n \"roleDefinitionId\": \"4cd49d82-1f4d-43fc-af0c-1c1203668e5a\"\r\n }\r\n ],\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageSyncServices\",\r\n \"locations\": [\r\n \"West Central US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"West US 2\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"UAE North\",\r\n \"UAE Central\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2019-10-01\",\r\n \"2019-06-01\",\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\",\r\n \"2018-01-01-preview\",\r\n \"2017-06-05-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"storageSyncServices/syncGroups\",\r\n \"locations\": [\r\n \"West Central US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"West US 2\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"UAE North\",\r\n \"UAE Central\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2019-10-01\",\r\n \"2019-06-01\",\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\",\r\n \"2018-01-01-preview\",\r\n \"2017-06-05-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageSyncServices/syncGroups/cloudEndpoints\",\r\n \"locations\": [\r\n \"West Central US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"West US 2\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"UAE North\",\r\n \"UAE Central\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2019-10-01\",\r\n \"2019-06-01\",\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\",\r\n \"2018-01-01-preview\",\r\n \"2017-06-05-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageSyncServices/syncGroups/serverEndpoints\",\r\n \"locations\": [\r\n \"West Central US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"West US 2\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"UAE North\",\r\n \"UAE Central\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2019-10-01\",\r\n \"2019-06-01\",\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\",\r\n \"2018-01-01-preview\",\r\n \"2017-06-05-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageSyncServices/registeredServers\",\r\n \"locations\": [\r\n \"West Central US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"West US 2\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"UAE North\",\r\n \"UAE Central\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2019-10-01\",\r\n \"2019-06-01\",\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\",\r\n \"2018-01-01-preview\",\r\n \"2017-06-05-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageSyncServices/workflows\",\r\n \"locations\": [\r\n \"West Central US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"West US 2\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"UAE North\",\r\n \"UAE Central\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2019-10-01\",\r\n \"2019-06-01\",\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\",\r\n \"2018-01-01-preview\",\r\n \"2017-06-05-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2019-10-01\",\r\n \"2019-06-01\",\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\",\r\n \"2018-01-01-preview\",\r\n \"2017-06-05-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2019-10-01\",\r\n \"2019-06-01\",\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/checkNameAvailability\",\r\n \"locations\": [\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"UAE North\",\r\n \"UAE Central\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2019-10-01\",\r\n \"2019-06-01\",\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/workflows\",\r\n \"locations\": [\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"UAE North\",\r\n \"UAE Central\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2019-10-01\",\r\n \"2019-06-01\",\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operations\",\r\n \"locations\": [\r\n \"West Central US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"West US 2\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"UAE North\",\r\n \"UAE Central\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operationResults\",\r\n \"locations\": [\r\n \"West Central US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"West US 2\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"UAE North\",\r\n \"UAE Central\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourcegroups/ps8790?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlZ3JvdXBzL3BzODc5MD9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourcegroups/ps986?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlZ3JvdXBzL3BzOTg2P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "5386a1dc-9fc6-4bf7-95b2-7e9c39b3f201" + "b838251c-ae1a-443c-8ecb-95c33ba936e8" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ], "Content-Type": [ "application/json; charset=utf-8" @@ -156,13 +156,13 @@ "1199" ], "x-ms-request-id": [ - "0eb1e8c9-2078-4555-88bf-35dd2ffdcf7c" + "f0eefae0-e075-43d2-b5d4-672bd4dd5e08" ], "x-ms-correlation-request-id": [ - "0eb1e8c9-2078-4555-88bf-35dd2ffdcf7c" + "f0eefae0-e075-43d2-b5d4-672bd4dd5e08" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T231059Z:0eb1e8c9-2078-4555-88bf-35dd2ffdcf7c" + "WESTUS:20200623T231838Z:f0eefae0-e075-43d2-b5d4-672bd4dd5e08" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -171,10 +171,10 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 23:10:58 GMT" + "Tue, 23 Jun 2020 23:18:38 GMT" ], "Content-Length": [ - "165" + "163" ], "Content-Type": [ "application/json; charset=utf-8" @@ -183,26 +183,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps8790\",\r\n \"name\": \"ps8790\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps986\",\r\n \"name\": \"ps986\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/providers/Microsoft.StorageSync/locations/CentralUSEUAP/checkNameAvailability?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZVN5bmMvbG9jYXRpb25zL0NlbnRyYWxVU0VVQVAvY2hlY2tOYW1lQXZhaWxhYmlsaXR5P2FwaS12ZXJzaW9uPTIwMTktMDMtMDE=", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/Microsoft.StorageSync/locations/CentralUSEUAP/checkNameAvailability?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZVN5bmMvbG9jYXRpb25zL0NlbnRyYWxVU0VVQVAvY2hlY2tOYW1lQXZhaWxhYmlsaXR5P2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", "RequestMethod": "POST", - "RequestBody": "{\r\n \"name\": \"sssps5462\",\r\n \"type\": \"Microsoft.StorageSync/storageSyncServices\"\r\n}", + "RequestBody": "{\r\n \"name\": \"sssps5708\",\r\n \"type\": \"Microsoft.StorageSync/storageSyncServices\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "8f76a117-ce36-467b-8e89-f43b90976ef7" + "a9e34e28-572c-449f-8581-7ae3cb68ef6f" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -219,7 +219,7 @@ "no-cache" ], "x-ms-request-id": [ - "2c598791-b165-4c58-8e91-c1a6013e8c6a" + "2302cd28-ba2e-42f4-a28c-dce813960e2d" ], "X-Content-Type-Options": [ "nosniff" @@ -240,50 +240,50 @@ "1199" ], "x-ms-correlation-request-id": [ - "bfb91713-09a9-46b8-8082-78dba59620d1" + "2a869011-5683-4f81-a6f0-8089a8cafbb0" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T231100Z:bfb91713-09a9-46b8-8082-78dba59620d1" + "WESTUS:20200623T231839Z:2a869011-5683-4f81-a6f0-8089a8cafbb0" ], "Date": [ - "Wed, 03 Jul 2019 23:11:00 GMT" + "Tue, 23 Jun 2020 23:18:38 GMT" ], "Content-Length": [ - "51" + "29" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"nameAvailable\": true,\r\n \"reason\": null,\r\n \"message\": null\r\n}", + "ResponseBody": "{\r\n \"nameAvailable\": true\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps8790/providers/Microsoft.StorageSync/storageSyncServices/sssps5462?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzODc5MC9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM1NDYyP2FwaS12ZXJzaW9uPTIwMTktMDMtMDE=", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps986/providers/Microsoft.StorageSync/storageSyncServices/sssps5708?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzOTg2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZVN5bmMvc3RvcmFnZVN5bmNTZXJ2aWNlcy9zc3NwczU3MDg/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"location\": \"Central US EUAP\",\r\n \"tags\": {}\r\n}", + "RequestBody": "{\r\n \"location\": \"Central US EUAP\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"incomingTrafficPolicy\": \"AllowAllTraffic\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "e399c897-c4da-41c3-ab29-e90096f7f778" + "f2901614-ec2b-43de-8489-4886a482869a" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "52" + "125" ] }, "ResponseHeaders": { @@ -293,8 +293,17 @@ "Pragma": [ "no-cache" ], + "Location": [ + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6ImIyZWEzMmI3LThlM2EtNDg0OC1hYjg2LWJlODdkYjIyNmM5YSIsIndvcmtmbG93SWQiOiIwODUyZThlYi1iMTQxLTQ2YmMtOTY5Yy05YzMwNGEyZmI4NWMiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiZTk3YWIwMmMtYTUzNi00MDYyLThhYTMtMTAzZjQ0NjdlNjhmIn0=?api-version=2020-03-01" + ], + "Retry-After": [ + "10" + ], + "Azure-AsyncOperation": [ + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6ImIyZWEzMmI3LThlM2EtNDg0OC1hYjg2LWJlODdkYjIyNmM5YSIsIndvcmtmbG93SWQiOiIwODUyZThlYi1iMTQxLTQ2YmMtOTY5Yy05YzMwNGEyZmI4NWMiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiZTk3YWIwMmMtYTUzNi00MDYyLThhYTMtMTAzZjQ0NjdlNjhmIn0=?api-version=2020-03-01" + ], "x-ms-request-id": [ - "302363e0-9a99-42eb-808f-66aacd611ecf" + "34c256c9-8317-41a9-9a4b-a2bb7bcd1e9a" ], "X-Content-Type-Options": [ "nosniff" @@ -315,50 +324,173 @@ "1199" ], "x-ms-correlation-request-id": [ - "c85b1551-45b7-46f7-9e31-2831e8e9a790" + "98de8905-1790-4d60-9664-4e54108e242d" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T231100Z:c85b1551-45b7-46f7-9e31-2831e8e9a790" + "WESTUS:20200623T231840Z:98de8905-1790-4d60-9664-4e54108e242d" ], "Date": [ - "Wed, 03 Jul 2019 23:11:00 GMT" + "Tue, 23 Jun 2020 23:18:39 GMT" + ], + "Expires": [ + "-1" ], "Content-Length": [ - "329" + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6ImIyZWEzMmI3LThlM2EtNDg0OC1hYjg2LWJlODdkYjIyNmM5YSIsIndvcmtmbG93SWQiOiIwODUyZThlYi1iMTQxLTQ2YmMtOTY5Yy05YzMwNGEyZmI4NWMiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiZTk3YWIwMmMtYTUzNi00MDYyLThhYTMtMTAzZjQ0NjdlNjhmIn0=?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvbG9jYXRpb25zL2NlbnRyYWx1c2V1YXAvb3BlcmF0aW9ucy9leUp3WVhKMGFYUnBiMjVKWkNJNkltSXlaV0V6TW1JM0xUaGxNMkV0TkRnME9DMWhZamcyTFdKbE9EZGtZakl5Tm1NNVlTSXNJbmR2Y210bWJHOTNTV1FpT2lJd09EVXlaVGhsWWkxaU1UUXhMVFEyWW1NdE9UWTVZeTA1WXpNd05HRXlabUk0TldNaUxDSjNiM0pyWm14dmQwOXdaWEpoZEdsdmJrbGtJam9pWlRrM1lXSXdNbU10WVRVek5pMDBNRFl5TFRoaFlUTXRNVEF6WmpRME5qZGxOamhtSW4wPT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-request-id": [ + "44f5b4da-5f2a-43f5-a04c-f365f42045cf" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-IIS/10.0" + ], + "X-AspNet-Version": [ + "4.0.30319" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11999" + ], + "x-ms-correlation-request-id": [ + "bc33b0aa-d7f5-42cd-9b76-130e82094bfa" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200623T231850Z:bc33b0aa-d7f5-42cd-9b76-130e82094bfa" + ], + "Date": [ + "Tue, 23 Jun 2020 23:18:50 GMT" + ], + "Content-Length": [ + "745" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"storageSyncServiceStatus\": null,\r\n \"storageSyncServiceUid\": null\r\n },\r\n \"location\": \"Central US EUAP\",\r\n \"tags\": {},\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps8790/providers/microsoft.storagesync/storageSyncServices/sssps5462\",\r\n \"name\": \"sssps5462\",\r\n \"type\": \"microsoft.storagesync/storageSyncServices\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6ImIyZWEzMmI3LThlM2EtNDg0OC1hYjg2LWJlODdkYjIyNmM5YSIsIndvcmtmbG93SWQiOiIwODUyZThlYi1iMTQxLTQ2YmMtOTY5Yy05YzMwNGEyZmI4NWMiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiZTk3YWIwMmMtYTUzNi00MDYyLThhYTMtMTAzZjQ0NjdlNjhmIn0=\",\r\n \"name\": \"eyJwYXJ0aXRpb25JZCI6ImIyZWEzMmI3LThlM2EtNDg0OC1hYjg2LWJlODdkYjIyNmM5YSIsIndvcmtmbG93SWQiOiIwODUyZThlYi1iMTQxLTQ2YmMtOTY5Yy05YzMwNGEyZmI4NWMiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiZTk3YWIwMmMtYTUzNi00MDYyLThhYTMtMTAzZjQ0NjdlNjhmIn0=\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2020-06-23T23:18:40.2112717Z\",\r\n \"endTime\": \"2020-06-23T23:18:46.2957374Z\",\r\n \"properties\": {}\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps8790/providers/Microsoft.StorageSync/storageSyncServices/sssps5462/registeredServers/9b5dbba6-8903-454e-aff7-e8aaf5c1773f?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzODc5MC9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM1NDYyL3JlZ2lzdGVyZWRTZXJ2ZXJzLzliNWRiYmE2LTg5MDMtNDU0ZS1hZmY3LWU4YWFmNWMxNzczZj9hcGktdmVyc2lvbj0yMDE5LTAzLTAx", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps986/providers/Microsoft.StorageSync/storageSyncServices/sssps5708?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzOTg2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZVN5bmMvc3RvcmFnZVN5bmNTZXJ2aWNlcy9zc3NwczU3MDg/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-request-id": [ + "df31dd76-d1db-4003-96f9-2df5af382c29" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-IIS/10.0" + ], + "X-AspNet-Version": [ + "4.0.30319" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11998" + ], + "x-ms-correlation-request-id": [ + "cbfbf1c5-c76d-459f-9b58-faec4c9efe1e" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200623T231850Z:cbfbf1c5-c76d-459f-9b58-faec4c9efe1e" + ], + "Date": [ + "Tue, 23 Jun 2020 23:18:50 GMT" + ], + "Content-Length": [ + "632" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"properties\": {\r\n \"storageSyncServiceStatus\": 0,\r\n \"incomingTrafficPolicy\": \"AllowAllTraffic\",\r\n \"privateEndpointConnections\": [],\r\n \"provisioningState\": \"Succeeded\",\r\n \"lastWorkflowId\": \"storageSyncServices/sssps5708/workflows/0852e8eb-b141-46bc-969c-9c304a2fb85c\",\r\n \"lastOperationName\": \"ICreateStorageSyncServiceWorkflow\"\r\n },\r\n \"location\": \"Central US EUAP\",\r\n \"tags\": {},\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps986/providers/microsoft.storagesync/storageSyncServices/sssps5708\",\r\n \"name\": \"sssps5708\",\r\n \"type\": \"microsoft.storagesync/storageSyncServices\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps986/providers/Microsoft.StorageSync/storageSyncServices/sssps5708/registeredServers/f473304a-612f-4e83-acc3-309081c06469?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzOTg2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZVN5bmMvc3RvcmFnZVN5bmNTZXJ2aWNlcy9zc3NwczU3MDgvcmVnaXN0ZXJlZFNlcnZlcnMvZjQ3MzMwNGEtNjEyZi00ZTgzLWFjYzMtMzA5MDgxYzA2NDY5P2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"serverCertificate\": \"MIIDGDCCAgCgAwIBAgIQZrMnSW/lG5xELR7EikisXDANBgkqhkiG9w0BAQ0FADA0MTIwMAYDVQQDEylhbmRyZXlhemRldm9wcy5yZWRtb25kLmNvcnAubWljcm9zb2Z0LmNvbTAeFw0xOTA1MjkwMjEyNDlaFw0yMDA1MjkwMjEyNDlaMDQxMjAwBgNVBAMTKWFuZHJleWF6ZGV2b3BzLnJlZG1vbmQuY29ycC5taWNyb3NvZnQuY29tMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAzWEfgMvao6tCt/lexsMFViVxCCoJbLClwvqfWN79eFc3bmXBtERIvKTlb1TqAigp5VjP021TaQsyN/K2t8qr2rAdlaeJtCXNSILe3+ForYGcQOP0p802kFXkhMUojfX8jGs1BLQTsUoKN4UtuxWIhpb7Iw00rT7wchTg6Yk+ULCRFAlxOQHZI0drM13tDO4kz0BRbTCoSvazS3O570p8sMrWFra6P1/HG1f7sIQP5txw205siGb5FpB0u16qD/z0d7tfMGv+JIqAb6InI393dj2FtbzExkkiBUFXWaH9czGkAFyWuzkECb0WEEK+7oTOrLlo0dh0bp6nxlZ+G7FLfQIDAQABoyYwJDAiBgNVHSUBAf8EGDAWBggrBgEFBQcDAgYKKwYBBAGCNwoDDDANBgkqhkiG9w0BAQ0FAAOCAQEAEn8WHN0h00/Vem50CnwXwnty0vGwu2v3plD1m0mw+3jCtDUTa/tF/a7jTVTCtK6VdqNP6tp/f+GflNRmZWIK/6DIEntouzL++7M5hArcJj01t0S0Vc+0FN3b2wuBuJUYWxR5Q8bNHStOm7l6nXjQ96k1fH/L/hu0dmhciak8LUEIowhSiIpnB3C9AGFuPi9DqjKdWxxzIPLybiDidgUfGbcCNHaZXvcNqNq4zpzeFPTi3VBEOXHIJhk0fT3iWjwvBwtUxPJJs3FIRZFWQa/cgEvBWrYMem98lqKNdmGDJP11OmUeAqJQTe+iSX9pDFzpEj/lM/tIjEh9fwKXuoO1uw==\",\r\n \"agentVersion\": \"5.0.2.0\",\r\n \"serverOSVersion\": \"10.0.14393.0\",\r\n \"lastHeartBeat\": \"7/3/2019 4:11:00 PM\",\r\n \"serverRole\": \"Standalone\",\r\n \"clusterId\": \"00000000-0000-0000-0000-000000000000\",\r\n \"serverId\": \"9b5dbba6-8903-454e-aff7-e8aaf5c1773f\",\r\n \"friendlyName\": \"andreyazdevops.redmond.corp.microsoft.com\"\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"serverCertificate\": \"MIIDEDCCAfigAwIBAgIQHMX6MF8k1YRIo40AAPKx/TANBgkqhkiG9w0BAQ0FADAwMS4wLAYDVQQDEyVhbmt1c2hiLXZtMDIubnRkZXYuY29ycC5taWNyb3NvZnQuY29tMB4XDTIwMDEyNzE5NTkwN1oXDTIxMDEyNzE5NTkwN1owMDEuMCwGA1UEAxMlYW5rdXNoYi12bTAyLm50ZGV2LmNvcnAubWljcm9zb2Z0LmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAOGKtANwb+dUXi5QVPKCUkpcWJ1/s18EqVBGRaQvIE518p7zWSfnk79FOerjfCT6kDBZPccnxBHK3hZZNgxrAkgv0LeDIEwHDvttYbcMfUzq1VviGnPuKWTsFkIAkG+8IehxX9eB/kBlkoyriziQXg4Bz74HBaQWlZeC65R6Tp8XcuO8HuKtnT3RfV6365pPHq4yp/N5e3NLxDoG1AKXEs8NtDkw2xOltLCu3qluV/AUX343pDEkLV3F8IOu3I7cU+NA/WzCF7UcZ8ZOhS5klMVNiUwCFsUdFUAXh9ufXEBs50IcVJlZU6ZUADbmrqaqpYtD94aKQeFsBlnou5s1A/kCAwEAAaMmMCQwIgYDVR0lAQH/BBgwFgYIKwYBBQUHAwIGCisGAQQBgjcKAwwwDQYJKoZIhvcNAQENBQADggEBAH7p2XFxnOdk/lbNBKW7nmjsjE5BeBU/OlBhKCUrmmY+fk3FvAYSs2jaJKqgZjxek/KdNf2UZMXztg8joF5s1Pdg6ICxJqc1t4gJunHUOoTHHyrotMyt6xJnClRCNqshA0n2z304hjKXcyCoLopemMFpOPEg2oG+EOuvwK/g1gAavGbmYJQc82uNF1LKNMmNfQ4Nn48dKLKg65SHgU+BISlCjHb/6NRTpTmK5acUOlHSrhGsJYCBsN1xJOzwxssXAoy25ebjajvnGcsC9k2HwLZWaSGsPuwWPfEtPPHjNRDrnaNLjSu2zc0uxZza8JWlE0pWD2kyf9OjyD1V0PxtZuM=\",\r\n \"agentVersion\": \"5.0.2.0\",\r\n \"serverOSVersion\": \"10.0.14393.0\",\r\n \"lastHeartBeat\": \"6/23/2020 4:18:50 PM\",\r\n \"serverRole\": \"Standalone\",\r\n \"clusterId\": \"00000000-0000-0000-0000-000000000000\",\r\n \"serverId\": \"f473304a-612f-4e83-acc3-309081c06469\",\r\n \"friendlyName\": \"ankushb-vm02.ntdev.corp.microsoft.com\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "c62ac3d2-b999-4b55-bdce-bac8cedf2ae6" + "8c1e0c7b-b4bf-40f3-8c64-2f3d08c6dec9" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "1452" + "1437" ] }, "ResponseHeaders": { @@ -369,16 +501,16 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps8790/providers/microsoft.storagesync/storageSyncServices/sssps5462/workflows/32e2d614-fc6d-4c90-a6cc-d2036c9dcf37/operationresults/754cf8bd-04bb-4f74-9f48-88bbc07a689d?api-version=2019-03-01" + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6ImIyZWEzMmI3LThlM2EtNDg0OC1hYjg2LWJlODdkYjIyNmM5YSIsIndvcmtmbG93SWQiOiJhZjg0NzJlZi1kMzlhLTRmODUtOTM0Yi0xMDA0NjgwZTE2ZjciLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiYzA2OTQ4NjEtYzljNy00YzRkLTk5NTAtY2NhZTZlNzRhYmE0In0=?api-version=2020-03-01" ], "Retry-After": [ "10" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps8790/providers/microsoft.storagesync/storageSyncServices/sssps5462/workflows/32e2d614-fc6d-4c90-a6cc-d2036c9dcf37/operations/754cf8bd-04bb-4f74-9f48-88bbc07a689d?api-version=2019-03-01" + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6ImIyZWEzMmI3LThlM2EtNDg0OC1hYjg2LWJlODdkYjIyNmM5YSIsIndvcmtmbG93SWQiOiJhZjg0NzJlZi1kMzlhLTRmODUtOTM0Yi0xMDA0NjgwZTE2ZjciLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiYzA2OTQ4NjEtYzljNy00YzRkLTk5NTAtY2NhZTZlNzRhYmE0In0=?api-version=2020-03-01" ], "x-ms-request-id": [ - "8817c84d-421c-425f-b3f9-d1cee4dca080" + "c57e2b28-6ab3-4380-a424-d01b90b97190" ], "X-Content-Type-Options": [ "nosniff" @@ -399,13 +531,13 @@ "1198" ], "x-ms-correlation-request-id": [ - "31de1cf3-99c6-4f3f-aa89-6446a1ef203c" + "978d9b05-659b-43e1-ba14-bc0870171ed2" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T231101Z:31de1cf3-99c6-4f3f-aa89-6446a1ef203c" + "WESTUS:20200623T231851Z:978d9b05-659b-43e1-ba14-bc0870171ed2" ], "Date": [ - "Wed, 03 Jul 2019 23:11:01 GMT" + "Tue, 23 Jun 2020 23:18:51 GMT" ], "Expires": [ "-1" @@ -418,16 +550,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps8790/providers/microsoft.storagesync/storageSyncServices/sssps5462/workflows/32e2d614-fc6d-4c90-a6cc-d2036c9dcf37/operations/754cf8bd-04bb-4f74-9f48-88bbc07a689d?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzODc5MC9wcm92aWRlcnMvbWljcm9zb2Z0LnN0b3JhZ2VzeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM1NDYyL3dvcmtmbG93cy8zMmUyZDYxNC1mYzZkLTRjOTAtYTZjYy1kMjAzNmM5ZGNmMzcvb3BlcmF0aW9ucy83NTRjZjhiZC0wNGJiLTRmNzQtOWY0OC04OGJiYzA3YTY4OWQ/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6ImIyZWEzMmI3LThlM2EtNDg0OC1hYjg2LWJlODdkYjIyNmM5YSIsIndvcmtmbG93SWQiOiJhZjg0NzJlZi1kMzlhLTRmODUtOTM0Yi0xMDA0NjgwZTE2ZjciLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiYzA2OTQ4NjEtYzljNy00YzRkLTk5NTAtY2NhZTZlNzRhYmE0In0=?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvbG9jYXRpb25zL2NlbnRyYWx1c2V1YXAvb3BlcmF0aW9ucy9leUp3WVhKMGFYUnBiMjVKWkNJNkltSXlaV0V6TW1JM0xUaGxNMkV0TkRnME9DMWhZamcyTFdKbE9EZGtZakl5Tm1NNVlTSXNJbmR2Y210bWJHOTNTV1FpT2lKaFpqZzBOekpsWmkxa016bGhMVFJtT0RVdE9UTTBZaTB4TURBME5qZ3daVEUyWmpjaUxDSjNiM0pyWm14dmQwOXdaWEpoZEdsdmJrbGtJam9pWXpBMk9UUTROakV0WXpsak55MDBZelJrTFRrNU5UQXRZMk5oWlRabE56UmhZbUUwSW4wPT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -438,7 +570,7 @@ "no-cache" ], "x-ms-request-id": [ - "be9d088c-f62d-4b9c-9905-235035ca7d3c" + "82f9d4ee-0395-43ba-a620-d0b71930e229" ], "X-Content-Type-Options": [ "nosniff" @@ -456,41 +588,41 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11999" + "11997" ], "x-ms-correlation-request-id": [ - "897525f4-faed-4873-b8d8-58a4d01f0bf1" + "7e19f030-616b-4b98-b7b0-e633c9671077" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T231111Z:897525f4-faed-4873-b8d8-58a4d01f0bf1" + "WESTUS:20200623T231901Z:7e19f030-616b-4b98-b7b0-e633c9671077" ], "Date": [ - "Wed, 03 Jul 2019 23:11:11 GMT" + "Tue, 23 Jun 2020 23:19:01 GMT" ], "Content-Length": [ - "447" + "745" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps8790/providers/microsoft.storagesync/storageSyncServices/sssps5462/workflow/32e2d614-fc6d-4c90-a6cc-d2036c9dcf37/operationresults/754cf8bd-04bb-4f74-9f48-88bbc07a689d\",\r\n \"name\": \"754cf8bd-04bb-4f74-9f48-88bbc07a689d\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2019-07-03T23:11:01.3730173Z\",\r\n \"endTime\": \"2019-07-03T23:11:04.9856558Z\",\r\n \"percentComplete\": null,\r\n \"error\": null,\r\n \"properties\": {}\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6ImIyZWEzMmI3LThlM2EtNDg0OC1hYjg2LWJlODdkYjIyNmM5YSIsIndvcmtmbG93SWQiOiJhZjg0NzJlZi1kMzlhLTRmODUtOTM0Yi0xMDA0NjgwZTE2ZjciLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiYzA2OTQ4NjEtYzljNy00YzRkLTk5NTAtY2NhZTZlNzRhYmE0In0=\",\r\n \"name\": \"eyJwYXJ0aXRpb25JZCI6ImIyZWEzMmI3LThlM2EtNDg0OC1hYjg2LWJlODdkYjIyNmM5YSIsIndvcmtmbG93SWQiOiJhZjg0NzJlZi1kMzlhLTRmODUtOTM0Yi0xMDA0NjgwZTE2ZjciLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiYzA2OTQ4NjEtYzljNy00YzRkLTk5NTAtY2NhZTZlNzRhYmE0In0=\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2020-06-23T23:18:51.5748786Z\",\r\n \"endTime\": \"2020-06-23T23:18:55.0301038Z\",\r\n \"properties\": {}\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps8790/providers/Microsoft.StorageSync/storageSyncServices/sssps5462/registeredServers/9b5dbba6-8903-454e-aff7-e8aaf5c1773f?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzODc5MC9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM1NDYyL3JlZ2lzdGVyZWRTZXJ2ZXJzLzliNWRiYmE2LTg5MDMtNDU0ZS1hZmY3LWU4YWFmNWMxNzczZj9hcGktdmVyc2lvbj0yMDE5LTAzLTAx", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps986/providers/Microsoft.StorageSync/storageSyncServices/sssps5708/registeredServers/f473304a-612f-4e83-acc3-309081c06469?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzOTg2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZVN5bmMvc3RvcmFnZVN5bmNTZXJ2aWNlcy9zc3NwczU3MDgvcmVnaXN0ZXJlZFNlcnZlcnMvZjQ3MzMwNGEtNjEyZi00ZTgzLWFjYzMtMzA5MDgxYzA2NDY5P2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -501,7 +633,7 @@ "no-cache" ], "x-ms-request-id": [ - "dd304110-a516-4e0b-8c5e-66c3aff1ce5c" + "61b7c822-302b-4f2a-984c-03f5831d3c5a" ], "X-Content-Type-Options": [ "nosniff" @@ -519,47 +651,47 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11998" + "11996" ], "x-ms-correlation-request-id": [ - "d58c4ebd-f75c-455b-aa4b-c25e10403578" + "da79c73d-c16d-4331-a5b3-d7b8528dacf4" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T231112Z:d58c4ebd-f75c-455b-aa4b-c25e10403578" + "WESTUS:20200623T231901Z:da79c73d-c16d-4331-a5b3-d7b8528dacf4" ], "Date": [ - "Wed, 03 Jul 2019 23:11:11 GMT" + "Tue, 23 Jun 2020 23:19:01 GMT" ], "Content-Length": [ - "13368" + "13497" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"serverCertificate\": null,\r\n \"agentVersion\": \"5.0.2.0\",\r\n \"agentVersionStatus\": null,\r\n \"agentVersionExpirationDate\": null,\r\n \"serverOSVersion\": \"10.0.14393.0\",\r\n \"serverManagementErrorCode\": 0,\r\n \"lastHeartBeat\": \"2019-07-03T16:11:04.6730872-07:00\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"serverRole\": \"Standalone\",\r\n \"clusterId\": \"00000000-0000-0000-0000-000000000000\",\r\n \"clusterName\": \"\",\r\n \"serverId\": \"9b5dbba6-8903-454e-aff7-e8aaf5c1773f\",\r\n \"storageSyncServiceUid\": \"7f4f8ea4-822b-45a6-bba4-d7a8573a7480\",\r\n \"lastWorkflowId\": \"storageSyncServices/sssps5462/workflows/32e2d614-fc6d-4c90-a6cc-d2036c9dcf37\",\r\n \"lastOperationName\": \"ICreateRegisteredServerWorkflow\",\r\n \"friendlyName\": \"andreyazdevops.redmond.corp.microsoft.com\",\r\n \"monitoringConfiguration\": \"{\\\"agentConfiguration\\\":\\\" \\\\\\\\Memory\\\\\\\\Available MBytes \\\\\\\\Processor(_Total)\\\\\\\\% Processor Time \\\\\\\\Network Interface(*)\\\\\\\\Bytes Total/sec \\\\\\\\Network Interface(*)\\\\\\\\Bytes Received/sec \\\\\\\\Network Interface(*)\\\\\\\\Bytes Sent/sec \\\\\\\\Network Interface(*)\\\\\\\\Current Bandwidth \\\\\\\\Network Interface(*)\\\\\\\\Output Queue Length \\\\\\\\Server\\\\\\\\Bytes Total/sec \\\\\\\\Process(filesyncsvc)\\\\\\\\* \\\\\\\\Process(w3wp)\\\\\\\\Private Bytes \\\\\\\\Process(MonAgentCore)\\\\\\\\% Processor Time \\\\\\\\Process(MonAgentHost)\\\\\\\\% Processor Time \\\\\\\\Process(MonAgentManager)\\\\\\\\% Processor Time \\\\\\\\Process(MonAgentLauncher)\\\\\\\\% Processor Time \\\\\\\\Process(MonAgentCore)\\\\\\\\Private Bytes \\\\\\\\Process(MonAgentHost)\\\\\\\\Private Bytes \\\\\\\\Process(MonAgentManager)\\\\\\\\Private Bytes \\\\\\\\Process(MonAgentLauncher)\\\\\\\\Private Bytes \\\\\\\\Process(AzureStorageSyncMonitor)\\\\\\\\% Processor Time \\\\\\\\Process(AzureStorageSyncMonitor)\\\\\\\\Private Bytes \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") EventsToCollect=ServerPerformanceCounters:PerformanceCounter,ServerTelemetryEvents:WindowsEventLog,ServerItemResultsEvents:WindowsEventLog,ServerApplicationEvents:WindowsEventLog;DiagnosticEvents=ServerOperationalEvents:WindowsEventLog,ServerDiagnosticEvents:WindowsEventLog,ServerManagementOperationalEvents:WindowsEventLog,ServerManagementDiagnosticEvents:WindowsEventLog,ServerScrubbingEvents:WindowsEventLog,TieringResultsEvents:WindowsEventLog,RecallResultsEvents:WindowsEventLog,AfsUserModeTraceSession:Trace,AfsKernelModeTraceSession:Trace,InstallerLogs:InstallerLogs;EventSchedulerIntervalsInMins=EnvironmentTelemetry:1440 \\\",\\\"configurationVersion\\\":\\\"1\\\",\\\"id\\\":null,\\\"type\\\":\\\"microsoft.storagesync/storageSyncServices/HybridMonitoringConfiguration\\\"}\",\r\n \"managementEndpointUri\": \"https://euap01.afs.azure.net:443/\",\r\n \"discoveryEndpointUri\": \"https://tm-euap01.afs.azure.net:443\",\r\n \"resourceLocation\": \"centraluseuap\",\r\n \"serviceLocation\": \"centraluseuap\"\r\n },\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps8790/providers/microsoft.storagesync/storageSyncServices/sssps5462/registeredServers/9b5dbba6-8903-454e-aff7-e8aaf5c1773f\",\r\n \"name\": \"9b5dbba6-8903-454e-aff7-e8aaf5c1773f\",\r\n \"type\": \"microsoft.storagesync/storageSyncServices/registeredServers\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"agentVersion\": \"5.0.2.0\",\r\n \"serverOSVersion\": \"10.0.14393.0\",\r\n \"serverManagementErrorCode\": 0,\r\n \"lastHeartBeat\": \"2020-06-23T16:18:54.8238534-07:00\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"serverRole\": \"Standalone\",\r\n \"clusterId\": \"00000000-0000-0000-0000-000000000000\",\r\n \"clusterName\": \"\",\r\n \"serverId\": \"f473304a-612f-4e83-acc3-309081c06469\",\r\n \"storageSyncServiceUid\": \"b2ea32b7-8e3a-4848-ab86-be87db226c9a\",\r\n \"lastWorkflowId\": \"storageSyncServices/sssps5708/workflows/af8472ef-d39a-4f85-934b-1004680e16f7\",\r\n \"lastOperationName\": \"ICreateRegisteredServerWorkflow\",\r\n \"friendlyName\": \"ankushb-vm02.ntdev.corp.microsoft.com\",\r\n \"monitoringConfiguration\": \"{\\\"agentConfiguration\\\":\\\" \\\\\\\\Memory\\\\\\\\Available MBytes \\\\\\\\Processor(_Total)\\\\\\\\% Processor Time \\\\\\\\Network Interface(*)\\\\\\\\Bytes Total/sec \\\\\\\\Network Interface(*)\\\\\\\\Bytes Received/sec \\\\\\\\Network Interface(*)\\\\\\\\Bytes Sent/sec \\\\\\\\Network Interface(*)\\\\\\\\Current Bandwidth \\\\\\\\Network Interface(*)\\\\\\\\Output Queue Length \\\\\\\\Server\\\\\\\\Bytes Total/sec \\\\\\\\Process(filesyncsvc)\\\\\\\\* \\\\\\\\Process(w3wp)\\\\\\\\Private Bytes \\\\\\\\Process(MonAgentCore)\\\\\\\\% Processor Time \\\\\\\\Process(MonAgentHost)\\\\\\\\% Processor Time \\\\\\\\Process(MonAgentManager)\\\\\\\\% Processor Time \\\\\\\\Process(MonAgentLauncher)\\\\\\\\% Processor Time \\\\\\\\Process(MonAgentCore)\\\\\\\\Private Bytes \\\\\\\\Process(MonAgentHost)\\\\\\\\Private Bytes \\\\\\\\Process(MonAgentManager)\\\\\\\\Private Bytes \\\\\\\\Process(MonAgentLauncher)\\\\\\\\Private Bytes \\\\\\\\Process(AzureStorageSyncMonitor)\\\\\\\\% Processor Time \\\\\\\\Process(AzureStorageSyncMonitor)\\\\\\\\Private Bytes \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") EventsToCollect=ServerPerformanceCounters:PerformanceCounter,ServerTelemetryEvents:WindowsEventLog,ServerItemResultsEvents:WindowsEventLog,ServerApplicationEvents:WindowsEventLog;DiagnosticEvents=ServerOperationalEvents:WindowsEventLog,ServerDiagnosticEvents:WindowsEventLog,ServerManagementOperationalEvents:WindowsEventLog,ServerManagementDiagnosticEvents:WindowsEventLog,ServerScrubbingEvents:WindowsEventLog,TieringResultsEvents:WindowsEventLog,RecallResultsEvents:WindowsEventLog,AfsUserModeTraceSession:Trace,AfsKernelModeTraceSession:Trace,InstallerLogs:InstallerLogs;EventSchedulerIntervalsInMins=EnvironmentTelemetry:1440 \\\",\\\"configurationVersion\\\":\\\"1\\\",\\\"id\\\":null,\\\"type\\\":\\\"microsoft.storagesync/storageSyncServices/HybridMonitoringConfiguration\\\"}\",\r\n \"managementEndpointUri\": \"https://euap01.afs.azure.net:443/\",\r\n \"discoveryEndpointUri\": \"https://tm-euap01.afs.azure.net:443\",\r\n \"resourceLocation\": \"centraluseuap\",\r\n \"serviceLocation\": \"centraluseuap\",\r\n \"monitoringEndpointUri\": \"https://euap01.afs.azure.net:443/\"\r\n },\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps986/providers/microsoft.storagesync/storageSyncServices/sssps5708/registeredServers/f473304a-612f-4e83-acc3-309081c06469\",\r\n \"name\": \"f473304a-612f-4e83-acc3-309081c06469\",\r\n \"type\": \"microsoft.storagesync/storageSyncServices/registeredServers\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps8790/providers/Microsoft.StorageSync/storageSyncServices/sssps5462/registeredServers/9b5dbba6-8903-454e-aff7-e8aaf5c1773f?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzODc5MC9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM1NDYyL3JlZ2lzdGVyZWRTZXJ2ZXJzLzliNWRiYmE2LTg5MDMtNDU0ZS1hZmY3LWU4YWFmNWMxNzczZj9hcGktdmVyc2lvbj0yMDE5LTAzLTAx", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps986/providers/Microsoft.StorageSync/storageSyncServices/sssps5708/registeredServers/f473304a-612f-4e83-acc3-309081c06469?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzOTg2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZVN5bmMvc3RvcmFnZVN5bmNTZXJ2aWNlcy9zc3NwczU3MDgvcmVnaXN0ZXJlZFNlcnZlcnMvZjQ3MzMwNGEtNjEyZi00ZTgzLWFjYzMtMzA5MDgxYzA2NDY5P2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "cd0b2900-52df-47b0-bbbe-a7c4e6c2cbe4" + "4bd9879d-90ee-4b94-9ddc-d9da0fa9b7df" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -570,7 +702,7 @@ "no-cache" ], "x-ms-request-id": [ - "8365990d-a684-4f4d-8515-d5d018a25852" + "409b7441-9a97-4004-b6c2-59920b992402" ], "X-Content-Type-Options": [ "nosniff" @@ -588,47 +720,47 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11997" + "11995" ], "x-ms-correlation-request-id": [ - "29b946e9-456d-4d50-a26f-47472958721b" + "308c5b50-e778-43cf-862c-a5c283f5a1d7" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T231112Z:29b946e9-456d-4d50-a26f-47472958721b" + "WESTUS:20200623T231902Z:308c5b50-e778-43cf-862c-a5c283f5a1d7" ], "Date": [ - "Wed, 03 Jul 2019 23:11:12 GMT" + "Tue, 23 Jun 2020 23:19:02 GMT" ], "Content-Length": [ - "13368" + "13497" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"serverCertificate\": null,\r\n \"agentVersion\": \"5.0.2.0\",\r\n \"agentVersionStatus\": null,\r\n \"agentVersionExpirationDate\": null,\r\n \"serverOSVersion\": \"10.0.14393.0\",\r\n \"serverManagementErrorCode\": 0,\r\n \"lastHeartBeat\": \"2019-07-03T16:11:04.6730872-07:00\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"serverRole\": \"Standalone\",\r\n \"clusterId\": \"00000000-0000-0000-0000-000000000000\",\r\n \"clusterName\": \"\",\r\n \"serverId\": \"9b5dbba6-8903-454e-aff7-e8aaf5c1773f\",\r\n \"storageSyncServiceUid\": \"7f4f8ea4-822b-45a6-bba4-d7a8573a7480\",\r\n \"lastWorkflowId\": \"storageSyncServices/sssps5462/workflows/32e2d614-fc6d-4c90-a6cc-d2036c9dcf37\",\r\n \"lastOperationName\": \"ICreateRegisteredServerWorkflow\",\r\n \"friendlyName\": \"andreyazdevops.redmond.corp.microsoft.com\",\r\n \"monitoringConfiguration\": \"{\\\"agentConfiguration\\\":\\\" \\\\\\\\Memory\\\\\\\\Available MBytes \\\\\\\\Processor(_Total)\\\\\\\\% Processor Time \\\\\\\\Network Interface(*)\\\\\\\\Bytes Total/sec \\\\\\\\Network Interface(*)\\\\\\\\Bytes Received/sec \\\\\\\\Network Interface(*)\\\\\\\\Bytes Sent/sec \\\\\\\\Network Interface(*)\\\\\\\\Current Bandwidth \\\\\\\\Network Interface(*)\\\\\\\\Output Queue Length \\\\\\\\Server\\\\\\\\Bytes Total/sec \\\\\\\\Process(filesyncsvc)\\\\\\\\* \\\\\\\\Process(w3wp)\\\\\\\\Private Bytes \\\\\\\\Process(MonAgentCore)\\\\\\\\% Processor Time \\\\\\\\Process(MonAgentHost)\\\\\\\\% Processor Time \\\\\\\\Process(MonAgentManager)\\\\\\\\% Processor Time \\\\\\\\Process(MonAgentLauncher)\\\\\\\\% Processor Time \\\\\\\\Process(MonAgentCore)\\\\\\\\Private Bytes \\\\\\\\Process(MonAgentHost)\\\\\\\\Private Bytes \\\\\\\\Process(MonAgentManager)\\\\\\\\Private Bytes \\\\\\\\Process(MonAgentLauncher)\\\\\\\\Private Bytes \\\\\\\\Process(AzureStorageSyncMonitor)\\\\\\\\% Processor Time \\\\\\\\Process(AzureStorageSyncMonitor)\\\\\\\\Private Bytes \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") EventsToCollect=ServerPerformanceCounters:PerformanceCounter,ServerTelemetryEvents:WindowsEventLog,ServerItemResultsEvents:WindowsEventLog,ServerApplicationEvents:WindowsEventLog;DiagnosticEvents=ServerOperationalEvents:WindowsEventLog,ServerDiagnosticEvents:WindowsEventLog,ServerManagementOperationalEvents:WindowsEventLog,ServerManagementDiagnosticEvents:WindowsEventLog,ServerScrubbingEvents:WindowsEventLog,TieringResultsEvents:WindowsEventLog,RecallResultsEvents:WindowsEventLog,AfsUserModeTraceSession:Trace,AfsKernelModeTraceSession:Trace,InstallerLogs:InstallerLogs;EventSchedulerIntervalsInMins=EnvironmentTelemetry:1440 \\\",\\\"configurationVersion\\\":\\\"1\\\",\\\"id\\\":null,\\\"type\\\":\\\"microsoft.storagesync/storageSyncServices/HybridMonitoringConfiguration\\\"}\",\r\n \"managementEndpointUri\": \"https://euap01.afs.azure.net:443/\",\r\n \"discoveryEndpointUri\": \"https://tm-euap01.afs.azure.net:443\",\r\n \"resourceLocation\": \"centraluseuap\",\r\n \"serviceLocation\": \"centraluseuap\"\r\n },\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps8790/providers/microsoft.storagesync/storageSyncServices/sssps5462/registeredServers/9b5dbba6-8903-454e-aff7-e8aaf5c1773f\",\r\n \"name\": \"9b5dbba6-8903-454e-aff7-e8aaf5c1773f\",\r\n \"type\": \"microsoft.storagesync/storageSyncServices/registeredServers\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"agentVersion\": \"5.0.2.0\",\r\n \"serverOSVersion\": \"10.0.14393.0\",\r\n \"serverManagementErrorCode\": 0,\r\n \"lastHeartBeat\": \"2020-06-23T16:18:54.8238534-07:00\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"serverRole\": \"Standalone\",\r\n \"clusterId\": \"00000000-0000-0000-0000-000000000000\",\r\n \"clusterName\": \"\",\r\n \"serverId\": \"f473304a-612f-4e83-acc3-309081c06469\",\r\n \"storageSyncServiceUid\": \"b2ea32b7-8e3a-4848-ab86-be87db226c9a\",\r\n \"lastWorkflowId\": \"storageSyncServices/sssps5708/workflows/af8472ef-d39a-4f85-934b-1004680e16f7\",\r\n \"lastOperationName\": \"ICreateRegisteredServerWorkflow\",\r\n \"friendlyName\": \"ankushb-vm02.ntdev.corp.microsoft.com\",\r\n \"monitoringConfiguration\": \"{\\\"agentConfiguration\\\":\\\" \\\\\\\\Memory\\\\\\\\Available MBytes \\\\\\\\Processor(_Total)\\\\\\\\% Processor Time \\\\\\\\Network Interface(*)\\\\\\\\Bytes Total/sec \\\\\\\\Network Interface(*)\\\\\\\\Bytes Received/sec \\\\\\\\Network Interface(*)\\\\\\\\Bytes Sent/sec \\\\\\\\Network Interface(*)\\\\\\\\Current Bandwidth \\\\\\\\Network Interface(*)\\\\\\\\Output Queue Length \\\\\\\\Server\\\\\\\\Bytes Total/sec \\\\\\\\Process(filesyncsvc)\\\\\\\\* \\\\\\\\Process(w3wp)\\\\\\\\Private Bytes \\\\\\\\Process(MonAgentCore)\\\\\\\\% Processor Time \\\\\\\\Process(MonAgentHost)\\\\\\\\% Processor Time \\\\\\\\Process(MonAgentManager)\\\\\\\\% Processor Time \\\\\\\\Process(MonAgentLauncher)\\\\\\\\% Processor Time \\\\\\\\Process(MonAgentCore)\\\\\\\\Private Bytes \\\\\\\\Process(MonAgentHost)\\\\\\\\Private Bytes \\\\\\\\Process(MonAgentManager)\\\\\\\\Private Bytes \\\\\\\\Process(MonAgentLauncher)\\\\\\\\Private Bytes \\\\\\\\Process(AzureStorageSyncMonitor)\\\\\\\\% Processor Time \\\\\\\\Process(AzureStorageSyncMonitor)\\\\\\\\Private Bytes \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") EventsToCollect=ServerPerformanceCounters:PerformanceCounter,ServerTelemetryEvents:WindowsEventLog,ServerItemResultsEvents:WindowsEventLog,ServerApplicationEvents:WindowsEventLog;DiagnosticEvents=ServerOperationalEvents:WindowsEventLog,ServerDiagnosticEvents:WindowsEventLog,ServerManagementOperationalEvents:WindowsEventLog,ServerManagementDiagnosticEvents:WindowsEventLog,ServerScrubbingEvents:WindowsEventLog,TieringResultsEvents:WindowsEventLog,RecallResultsEvents:WindowsEventLog,AfsUserModeTraceSession:Trace,AfsKernelModeTraceSession:Trace,InstallerLogs:InstallerLogs;EventSchedulerIntervalsInMins=EnvironmentTelemetry:1440 \\\",\\\"configurationVersion\\\":\\\"1\\\",\\\"id\\\":null,\\\"type\\\":\\\"microsoft.storagesync/storageSyncServices/HybridMonitoringConfiguration\\\"}\",\r\n \"managementEndpointUri\": \"https://euap01.afs.azure.net:443/\",\r\n \"discoveryEndpointUri\": \"https://tm-euap01.afs.azure.net:443\",\r\n \"resourceLocation\": \"centraluseuap\",\r\n \"serviceLocation\": \"centraluseuap\",\r\n \"monitoringEndpointUri\": \"https://euap01.afs.azure.net:443/\"\r\n },\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps986/providers/microsoft.storagesync/storageSyncServices/sssps5708/registeredServers/f473304a-612f-4e83-acc3-309081c06469\",\r\n \"name\": \"f473304a-612f-4e83-acc3-309081c06469\",\r\n \"type\": \"microsoft.storagesync/storageSyncServices/registeredServers\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps8790/providers/Microsoft.StorageSync/storageSyncServices/sssps5462/registeredServers/9b5dbba6-8903-454e-aff7-e8aaf5c1773f?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzODc5MC9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM1NDYyL3JlZ2lzdGVyZWRTZXJ2ZXJzLzliNWRiYmE2LTg5MDMtNDU0ZS1hZmY3LWU4YWFmNWMxNzczZj9hcGktdmVyc2lvbj0yMDE5LTAzLTAx", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps986/providers/Microsoft.StorageSync/storageSyncServices/sssps5708/registeredServers/f473304a-612f-4e83-acc3-309081c06469?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzOTg2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZVN5bmMvc3RvcmFnZVN5bmNTZXJ2aWNlcy9zc3NwczU3MDgvcmVnaXN0ZXJlZFNlcnZlcnMvZjQ3MzMwNGEtNjEyZi00ZTgzLWFjYzMtMzA5MDgxYzA2NDY5P2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "0ef48e29-a544-416f-a4a8-25ae66261eae" + "5b693df4-e5ac-47d8-b715-192737f3594b" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -639,16 +771,16 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps8790/providers/microsoft.storagesync/storageSyncServices/sssps5462/workflows/8a4976e9-6a84-4714-a22c-4bb9f0a721ad/operationresults/962cdfb8-55c3-4af8-bdf7-cc3bda9feb3c?api-version=2019-03-01" + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6ImIyZWEzMmI3LThlM2EtNDg0OC1hYjg2LWJlODdkYjIyNmM5YSIsIndvcmtmbG93SWQiOiJiYjU3OGNjNi1lNWZkLTRlYmQtOWM5Mi1kNzg1YTI5MzI1ZWEiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiNzc4Y2MzMTMtODMzYS00ZmZkLWI2MmYtYmJhYTJlOWY3MjQxIn0=?api-version=2020-03-01" ], "Retry-After": [ "10" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps8790/providers/microsoft.storagesync/storageSyncServices/sssps5462/workflows/8a4976e9-6a84-4714-a22c-4bb9f0a721ad/operations/962cdfb8-55c3-4af8-bdf7-cc3bda9feb3c?api-version=2019-03-01" + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6ImIyZWEzMmI3LThlM2EtNDg0OC1hYjg2LWJlODdkYjIyNmM5YSIsIndvcmtmbG93SWQiOiJiYjU3OGNjNi1lNWZkLTRlYmQtOWM5Mi1kNzg1YTI5MzI1ZWEiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiNzc4Y2MzMTMtODMzYS00ZmZkLWI2MmYtYmJhYTJlOWY3MjQxIn0=?api-version=2020-03-01" ], "x-ms-request-id": [ - "05b86702-48f2-40ce-9980-458409ab268c" + "1866b7b3-a52b-4ff1-8df5-8cb54d5b213b" ], "X-Content-Type-Options": [ "nosniff" @@ -669,13 +801,13 @@ "14999" ], "x-ms-correlation-request-id": [ - "d577b148-7b22-4063-8de8-7b20830747be" + "475b7421-9482-401e-874f-98526630947b" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T231112Z:d577b148-7b22-4063-8de8-7b20830747be" + "WESTUS:20200623T231902Z:475b7421-9482-401e-874f-98526630947b" ], "Date": [ - "Wed, 03 Jul 2019 23:11:12 GMT" + "Tue, 23 Jun 2020 23:19:02 GMT" ], "Expires": [ "-1" @@ -688,16 +820,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps8790/providers/microsoft.storagesync/storageSyncServices/sssps5462/workflows/8a4976e9-6a84-4714-a22c-4bb9f0a721ad/operations/962cdfb8-55c3-4af8-bdf7-cc3bda9feb3c?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzODc5MC9wcm92aWRlcnMvbWljcm9zb2Z0LnN0b3JhZ2VzeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM1NDYyL3dvcmtmbG93cy84YTQ5NzZlOS02YTg0LTQ3MTQtYTIyYy00YmI5ZjBhNzIxYWQvb3BlcmF0aW9ucy85NjJjZGZiOC01NWMzLTRhZjgtYmRmNy1jYzNiZGE5ZmViM2M/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6ImIyZWEzMmI3LThlM2EtNDg0OC1hYjg2LWJlODdkYjIyNmM5YSIsIndvcmtmbG93SWQiOiJiYjU3OGNjNi1lNWZkLTRlYmQtOWM5Mi1kNzg1YTI5MzI1ZWEiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiNzc4Y2MzMTMtODMzYS00ZmZkLWI2MmYtYmJhYTJlOWY3MjQxIn0=?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvbG9jYXRpb25zL2NlbnRyYWx1c2V1YXAvb3BlcmF0aW9ucy9leUp3WVhKMGFYUnBiMjVKWkNJNkltSXlaV0V6TW1JM0xUaGxNMkV0TkRnME9DMWhZamcyTFdKbE9EZGtZakl5Tm1NNVlTSXNJbmR2Y210bWJHOTNTV1FpT2lKaVlqVTNPR05qTmkxbE5XWmtMVFJsWW1RdE9XTTVNaTFrTnpnMVlUSTVNekkxWldFaUxDSjNiM0pyWm14dmQwOXdaWEpoZEdsdmJrbGtJam9pTnpjNFkyTXpNVE10T0RNellTMDBabVprTFdJMk1tWXRZbUpoWVRKbE9XWTNNalF4SW4wPT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -708,7 +840,7 @@ "no-cache" ], "x-ms-request-id": [ - "d38d4159-a19a-4c01-9d6d-155554436318" + "ac126c65-4d36-4dff-a82a-7965afdc16d0" ], "X-Content-Type-Options": [ "nosniff" @@ -726,41 +858,41 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11996" + "11994" ], "x-ms-correlation-request-id": [ - "35e68a8c-f31e-46c1-b2de-1c1a880c6876" + "f0809fba-c0c8-4018-9ced-80880798f06c" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T231123Z:35e68a8c-f31e-46c1-b2de-1c1a880c6876" + "WESTUS:20200623T231912Z:f0809fba-c0c8-4018-9ced-80880798f06c" ], "Date": [ - "Wed, 03 Jul 2019 23:11:22 GMT" + "Tue, 23 Jun 2020 23:19:12 GMT" ], "Content-Length": [ - "447" + "745" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps8790/providers/microsoft.storagesync/storageSyncServices/sssps5462/workflow/8a4976e9-6a84-4714-a22c-4bb9f0a721ad/operationresults/962cdfb8-55c3-4af8-bdf7-cc3bda9feb3c\",\r\n \"name\": \"962cdfb8-55c3-4af8-bdf7-cc3bda9feb3c\",\r\n \"status\": \"delayStep\",\r\n \"startTime\": \"2019-07-03T23:11:13.0252736Z\",\r\n \"endTime\": \"2019-07-03T23:11:16.5731867Z\",\r\n \"percentComplete\": null,\r\n \"error\": null,\r\n \"properties\": {}\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6ImIyZWEzMmI3LThlM2EtNDg0OC1hYjg2LWJlODdkYjIyNmM5YSIsIndvcmtmbG93SWQiOiJiYjU3OGNjNi1lNWZkLTRlYmQtOWM5Mi1kNzg1YTI5MzI1ZWEiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiNzc4Y2MzMTMtODMzYS00ZmZkLWI2MmYtYmJhYTJlOWY3MjQxIn0=\",\r\n \"name\": \"eyJwYXJ0aXRpb25JZCI6ImIyZWEzMmI3LThlM2EtNDg0OC1hYjg2LWJlODdkYjIyNmM5YSIsIndvcmtmbG93SWQiOiJiYjU3OGNjNi1lNWZkLTRlYmQtOWM5Mi1kNzg1YTI5MzI1ZWEiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiNzc4Y2MzMTMtODMzYS00ZmZkLWI2MmYtYmJhYTJlOWY3MjQxIn0=\",\r\n \"status\": \"delayStep\",\r\n \"startTime\": \"2020-06-23T23:19:03.1040785Z\",\r\n \"endTime\": \"2020-06-23T23:19:08.3162828Z\",\r\n \"properties\": {}\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps8790/providers/microsoft.storagesync/storageSyncServices/sssps5462/workflows/8a4976e9-6a84-4714-a22c-4bb9f0a721ad/operations/962cdfb8-55c3-4af8-bdf7-cc3bda9feb3c?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzODc5MC9wcm92aWRlcnMvbWljcm9zb2Z0LnN0b3JhZ2VzeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM1NDYyL3dvcmtmbG93cy84YTQ5NzZlOS02YTg0LTQ3MTQtYTIyYy00YmI5ZjBhNzIxYWQvb3BlcmF0aW9ucy85NjJjZGZiOC01NWMzLTRhZjgtYmRmNy1jYzNiZGE5ZmViM2M/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6ImIyZWEzMmI3LThlM2EtNDg0OC1hYjg2LWJlODdkYjIyNmM5YSIsIndvcmtmbG93SWQiOiJiYjU3OGNjNi1lNWZkLTRlYmQtOWM5Mi1kNzg1YTI5MzI1ZWEiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiNzc4Y2MzMTMtODMzYS00ZmZkLWI2MmYtYmJhYTJlOWY3MjQxIn0=?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvbG9jYXRpb25zL2NlbnRyYWx1c2V1YXAvb3BlcmF0aW9ucy9leUp3WVhKMGFYUnBiMjVKWkNJNkltSXlaV0V6TW1JM0xUaGxNMkV0TkRnME9DMWhZamcyTFdKbE9EZGtZakl5Tm1NNVlTSXNJbmR2Y210bWJHOTNTV1FpT2lKaVlqVTNPR05qTmkxbE5XWmtMVFJsWW1RdE9XTTVNaTFrTnpnMVlUSTVNekkxWldFaUxDSjNiM0pyWm14dmQwOXdaWEpoZEdsdmJrbGtJam9pTnpjNFkyTXpNVE10T0RNellTMDBabVprTFdJMk1tWXRZbUpoWVRKbE9XWTNNalF4SW4wPT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -771,7 +903,7 @@ "no-cache" ], "x-ms-request-id": [ - "0e52cdb2-ffba-4633-9f81-1c5533d74b20" + "3c351ac8-3c17-446d-a183-0aa3a4337854" ], "X-Content-Type-Options": [ "nosniff" @@ -789,41 +921,41 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11995" + "11993" ], "x-ms-correlation-request-id": [ - "5298ecea-8187-4f7f-bee8-74405f94632f" + "c850405d-b293-4a5c-8b93-c951e5537784" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T231133Z:5298ecea-8187-4f7f-bee8-74405f94632f" + "WESTUS:20200623T231923Z:c850405d-b293-4a5c-8b93-c951e5537784" ], "Date": [ - "Wed, 03 Jul 2019 23:11:32 GMT" + "Tue, 23 Jun 2020 23:19:23 GMT" ], "Content-Length": [ - "447" + "745" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps8790/providers/microsoft.storagesync/storageSyncServices/sssps5462/workflow/8a4976e9-6a84-4714-a22c-4bb9f0a721ad/operationresults/962cdfb8-55c3-4af8-bdf7-cc3bda9feb3c\",\r\n \"name\": \"962cdfb8-55c3-4af8-bdf7-cc3bda9feb3c\",\r\n \"status\": \"delayStep\",\r\n \"startTime\": \"2019-07-03T23:11:13.0252736Z\",\r\n \"endTime\": \"2019-07-03T23:11:16.5731867Z\",\r\n \"percentComplete\": null,\r\n \"error\": null,\r\n \"properties\": {}\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6ImIyZWEzMmI3LThlM2EtNDg0OC1hYjg2LWJlODdkYjIyNmM5YSIsIndvcmtmbG93SWQiOiJiYjU3OGNjNi1lNWZkLTRlYmQtOWM5Mi1kNzg1YTI5MzI1ZWEiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiNzc4Y2MzMTMtODMzYS00ZmZkLWI2MmYtYmJhYTJlOWY3MjQxIn0=\",\r\n \"name\": \"eyJwYXJ0aXRpb25JZCI6ImIyZWEzMmI3LThlM2EtNDg0OC1hYjg2LWJlODdkYjIyNmM5YSIsIndvcmtmbG93SWQiOiJiYjU3OGNjNi1lNWZkLTRlYmQtOWM5Mi1kNzg1YTI5MzI1ZWEiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiNzc4Y2MzMTMtODMzYS00ZmZkLWI2MmYtYmJhYTJlOWY3MjQxIn0=\",\r\n \"status\": \"delayStep\",\r\n \"startTime\": \"2020-06-23T23:19:03.1040785Z\",\r\n \"endTime\": \"2020-06-23T23:19:08.3162828Z\",\r\n \"properties\": {}\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps8790/providers/microsoft.storagesync/storageSyncServices/sssps5462/workflows/8a4976e9-6a84-4714-a22c-4bb9f0a721ad/operations/962cdfb8-55c3-4af8-bdf7-cc3bda9feb3c?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzODc5MC9wcm92aWRlcnMvbWljcm9zb2Z0LnN0b3JhZ2VzeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM1NDYyL3dvcmtmbG93cy84YTQ5NzZlOS02YTg0LTQ3MTQtYTIyYy00YmI5ZjBhNzIxYWQvb3BlcmF0aW9ucy85NjJjZGZiOC01NWMzLTRhZjgtYmRmNy1jYzNiZGE5ZmViM2M/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6ImIyZWEzMmI3LThlM2EtNDg0OC1hYjg2LWJlODdkYjIyNmM5YSIsIndvcmtmbG93SWQiOiJiYjU3OGNjNi1lNWZkLTRlYmQtOWM5Mi1kNzg1YTI5MzI1ZWEiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiNzc4Y2MzMTMtODMzYS00ZmZkLWI2MmYtYmJhYTJlOWY3MjQxIn0=?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvbG9jYXRpb25zL2NlbnRyYWx1c2V1YXAvb3BlcmF0aW9ucy9leUp3WVhKMGFYUnBiMjVKWkNJNkltSXlaV0V6TW1JM0xUaGxNMkV0TkRnME9DMWhZamcyTFdKbE9EZGtZakl5Tm1NNVlTSXNJbmR2Y210bWJHOTNTV1FpT2lKaVlqVTNPR05qTmkxbE5XWmtMVFJsWW1RdE9XTTVNaTFrTnpnMVlUSTVNekkxWldFaUxDSjNiM0pyWm14dmQwOXdaWEpoZEdsdmJrbGtJam9pTnpjNFkyTXpNVE10T0RNellTMDBabVprTFdJMk1tWXRZbUpoWVRKbE9XWTNNalF4SW4wPT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -834,7 +966,7 @@ "no-cache" ], "x-ms-request-id": [ - "36bfc0c2-8fa1-4f52-90b6-bc201106a8a3" + "edfcefd0-e491-411c-9da1-f6880e1fa0a2" ], "X-Content-Type-Options": [ "nosniff" @@ -852,41 +984,41 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11994" + "11992" ], "x-ms-correlation-request-id": [ - "3cbcde2f-e482-48f8-9347-6afff879b9eb" + "91b3ea85-634c-493b-b98c-522c11ff1f8e" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T231143Z:3cbcde2f-e482-48f8-9347-6afff879b9eb" + "WESTUS:20200623T231933Z:91b3ea85-634c-493b-b98c-522c11ff1f8e" ], "Date": [ - "Wed, 03 Jul 2019 23:11:43 GMT" + "Tue, 23 Jun 2020 23:19:33 GMT" ], "Content-Length": [ - "447" + "745" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps8790/providers/microsoft.storagesync/storageSyncServices/sssps5462/workflow/8a4976e9-6a84-4714-a22c-4bb9f0a721ad/operationresults/962cdfb8-55c3-4af8-bdf7-cc3bda9feb3c\",\r\n \"name\": \"962cdfb8-55c3-4af8-bdf7-cc3bda9feb3c\",\r\n \"status\": \"delayStep\",\r\n \"startTime\": \"2019-07-03T23:11:13.0252736Z\",\r\n \"endTime\": \"2019-07-03T23:11:16.5731867Z\",\r\n \"percentComplete\": null,\r\n \"error\": null,\r\n \"properties\": {}\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6ImIyZWEzMmI3LThlM2EtNDg0OC1hYjg2LWJlODdkYjIyNmM5YSIsIndvcmtmbG93SWQiOiJiYjU3OGNjNi1lNWZkLTRlYmQtOWM5Mi1kNzg1YTI5MzI1ZWEiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiNzc4Y2MzMTMtODMzYS00ZmZkLWI2MmYtYmJhYTJlOWY3MjQxIn0=\",\r\n \"name\": \"eyJwYXJ0aXRpb25JZCI6ImIyZWEzMmI3LThlM2EtNDg0OC1hYjg2LWJlODdkYjIyNmM5YSIsIndvcmtmbG93SWQiOiJiYjU3OGNjNi1lNWZkLTRlYmQtOWM5Mi1kNzg1YTI5MzI1ZWEiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiNzc4Y2MzMTMtODMzYS00ZmZkLWI2MmYtYmJhYTJlOWY3MjQxIn0=\",\r\n \"status\": \"delayStep\",\r\n \"startTime\": \"2020-06-23T23:19:03.1040785Z\",\r\n \"endTime\": \"2020-06-23T23:19:08.3162828Z\",\r\n \"properties\": {}\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps8790/providers/microsoft.storagesync/storageSyncServices/sssps5462/workflows/8a4976e9-6a84-4714-a22c-4bb9f0a721ad/operations/962cdfb8-55c3-4af8-bdf7-cc3bda9feb3c?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzODc5MC9wcm92aWRlcnMvbWljcm9zb2Z0LnN0b3JhZ2VzeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM1NDYyL3dvcmtmbG93cy84YTQ5NzZlOS02YTg0LTQ3MTQtYTIyYy00YmI5ZjBhNzIxYWQvb3BlcmF0aW9ucy85NjJjZGZiOC01NWMzLTRhZjgtYmRmNy1jYzNiZGE5ZmViM2M/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6ImIyZWEzMmI3LThlM2EtNDg0OC1hYjg2LWJlODdkYjIyNmM5YSIsIndvcmtmbG93SWQiOiJiYjU3OGNjNi1lNWZkLTRlYmQtOWM5Mi1kNzg1YTI5MzI1ZWEiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiNzc4Y2MzMTMtODMzYS00ZmZkLWI2MmYtYmJhYTJlOWY3MjQxIn0=?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvbG9jYXRpb25zL2NlbnRyYWx1c2V1YXAvb3BlcmF0aW9ucy9leUp3WVhKMGFYUnBiMjVKWkNJNkltSXlaV0V6TW1JM0xUaGxNMkV0TkRnME9DMWhZamcyTFdKbE9EZGtZakl5Tm1NNVlTSXNJbmR2Y210bWJHOTNTV1FpT2lKaVlqVTNPR05qTmkxbE5XWmtMVFJsWW1RdE9XTTVNaTFrTnpnMVlUSTVNekkxWldFaUxDSjNiM0pyWm14dmQwOXdaWEpoZEdsdmJrbGtJam9pTnpjNFkyTXpNVE10T0RNellTMDBabVprTFdJMk1tWXRZbUpoWVRKbE9XWTNNalF4SW4wPT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -897,7 +1029,7 @@ "no-cache" ], "x-ms-request-id": [ - "801d997f-0cbc-4ff7-a283-42b71d56c65e" + "7ee98f97-831f-47a3-822c-f704b89e2f91" ], "X-Content-Type-Options": [ "nosniff" @@ -905,9 +1037,6 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11993" - ], "Server": [ "Microsoft-IIS/10.0" ], @@ -917,39 +1046,42 @@ "X-Powered-By": [ "ASP.NET" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11991" + ], "x-ms-correlation-request-id": [ - "65600b88-563e-47ae-8aa6-a1278b712aac" + "5f9001b6-8dc3-487d-a66c-044349f5e2af" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T231154Z:65600b88-563e-47ae-8aa6-a1278b712aac" + "WESTUS:20200623T231943Z:5f9001b6-8dc3-487d-a66c-044349f5e2af" ], "Date": [ - "Wed, 03 Jul 2019 23:11:53 GMT" + "Tue, 23 Jun 2020 23:19:43 GMT" ], "Content-Length": [ - "447" + "745" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps8790/providers/microsoft.storagesync/storageSyncServices/sssps5462/workflow/8a4976e9-6a84-4714-a22c-4bb9f0a721ad/operationresults/962cdfb8-55c3-4af8-bdf7-cc3bda9feb3c\",\r\n \"name\": \"962cdfb8-55c3-4af8-bdf7-cc3bda9feb3c\",\r\n \"status\": \"delayStep\",\r\n \"startTime\": \"2019-07-03T23:11:13.0252736Z\",\r\n \"endTime\": \"2019-07-03T23:11:16.5731867Z\",\r\n \"percentComplete\": null,\r\n \"error\": null,\r\n \"properties\": {}\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6ImIyZWEzMmI3LThlM2EtNDg0OC1hYjg2LWJlODdkYjIyNmM5YSIsIndvcmtmbG93SWQiOiJiYjU3OGNjNi1lNWZkLTRlYmQtOWM5Mi1kNzg1YTI5MzI1ZWEiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiNzc4Y2MzMTMtODMzYS00ZmZkLWI2MmYtYmJhYTJlOWY3MjQxIn0=\",\r\n \"name\": \"eyJwYXJ0aXRpb25JZCI6ImIyZWEzMmI3LThlM2EtNDg0OC1hYjg2LWJlODdkYjIyNmM5YSIsIndvcmtmbG93SWQiOiJiYjU3OGNjNi1lNWZkLTRlYmQtOWM5Mi1kNzg1YTI5MzI1ZWEiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiNzc4Y2MzMTMtODMzYS00ZmZkLWI2MmYtYmJhYTJlOWY3MjQxIn0=\",\r\n \"status\": \"delayStep\",\r\n \"startTime\": \"2020-06-23T23:19:03.1040785Z\",\r\n \"endTime\": \"2020-06-23T23:19:08.3162828Z\",\r\n \"properties\": {}\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps8790/providers/microsoft.storagesync/storageSyncServices/sssps5462/workflows/8a4976e9-6a84-4714-a22c-4bb9f0a721ad/operations/962cdfb8-55c3-4af8-bdf7-cc3bda9feb3c?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzODc5MC9wcm92aWRlcnMvbWljcm9zb2Z0LnN0b3JhZ2VzeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM1NDYyL3dvcmtmbG93cy84YTQ5NzZlOS02YTg0LTQ3MTQtYTIyYy00YmI5ZjBhNzIxYWQvb3BlcmF0aW9ucy85NjJjZGZiOC01NWMzLTRhZjgtYmRmNy1jYzNiZGE5ZmViM2M/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6ImIyZWEzMmI3LThlM2EtNDg0OC1hYjg2LWJlODdkYjIyNmM5YSIsIndvcmtmbG93SWQiOiJiYjU3OGNjNi1lNWZkLTRlYmQtOWM5Mi1kNzg1YTI5MzI1ZWEiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiNzc4Y2MzMTMtODMzYS00ZmZkLWI2MmYtYmJhYTJlOWY3MjQxIn0=?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvbG9jYXRpb25zL2NlbnRyYWx1c2V1YXAvb3BlcmF0aW9ucy9leUp3WVhKMGFYUnBiMjVKWkNJNkltSXlaV0V6TW1JM0xUaGxNMkV0TkRnME9DMWhZamcyTFdKbE9EZGtZakl5Tm1NNVlTSXNJbmR2Y210bWJHOTNTV1FpT2lKaVlqVTNPR05qTmkxbE5XWmtMVFJsWW1RdE9XTTVNaTFrTnpnMVlUSTVNekkxWldFaUxDSjNiM0pyWm14dmQwOXdaWEpoZEdsdmJrbGtJam9pTnpjNFkyTXpNVE10T0RNellTMDBabVprTFdJMk1tWXRZbUpoWVRKbE9XWTNNalF4SW4wPT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -960,7 +1092,7 @@ "no-cache" ], "x-ms-request-id": [ - "9e03f4d3-b274-4d04-a474-d0b50f7e3169" + "4fc3521e-8326-4524-81a5-686182091edb" ], "X-Content-Type-Options": [ "nosniff" @@ -978,41 +1110,41 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11992" + "11990" ], "x-ms-correlation-request-id": [ - "4e402a01-1ff6-47c9-9b1b-ed4e02d2584b" + "bb00c87b-23a0-442f-b7c4-3c803445b4eb" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T231204Z:4e402a01-1ff6-47c9-9b1b-ed4e02d2584b" + "WESTUS:20200623T231954Z:bb00c87b-23a0-442f-b7c4-3c803445b4eb" ], "Date": [ - "Wed, 03 Jul 2019 23:12:03 GMT" + "Tue, 23 Jun 2020 23:19:53 GMT" ], "Content-Length": [ - "446" + "745" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps8790/providers/microsoft.storagesync/storageSyncServices/sssps5462/workflow/8a4976e9-6a84-4714-a22c-4bb9f0a721ad/operationresults/962cdfb8-55c3-4af8-bdf7-cc3bda9feb3c\",\r\n \"name\": \"962cdfb8-55c3-4af8-bdf7-cc3bda9feb3c\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2019-07-03T23:11:13.0252736Z\",\r\n \"endTime\": \"2019-07-03T23:12:01.664825Z\",\r\n \"percentComplete\": null,\r\n \"error\": null,\r\n \"properties\": {}\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6ImIyZWEzMmI3LThlM2EtNDg0OC1hYjg2LWJlODdkYjIyNmM5YSIsIndvcmtmbG93SWQiOiJiYjU3OGNjNi1lNWZkLTRlYmQtOWM5Mi1kNzg1YTI5MzI1ZWEiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiNzc4Y2MzMTMtODMzYS00ZmZkLWI2MmYtYmJhYTJlOWY3MjQxIn0=\",\r\n \"name\": \"eyJwYXJ0aXRpb25JZCI6ImIyZWEzMmI3LThlM2EtNDg0OC1hYjg2LWJlODdkYjIyNmM5YSIsIndvcmtmbG93SWQiOiJiYjU3OGNjNi1lNWZkLTRlYmQtOWM5Mi1kNzg1YTI5MzI1ZWEiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiNzc4Y2MzMTMtODMzYS00ZmZkLWI2MmYtYmJhYTJlOWY3MjQxIn0=\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2020-06-23T23:19:03.1040785Z\",\r\n \"endTime\": \"2020-06-23T23:19:53.4084095Z\",\r\n \"properties\": {}\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps8790/providers/microsoft.storagesync/storageSyncServices/sssps5462/workflows/8a4976e9-6a84-4714-a22c-4bb9f0a721ad/operationresults/962cdfb8-55c3-4af8-bdf7-cc3bda9feb3c?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzODc5MC9wcm92aWRlcnMvbWljcm9zb2Z0LnN0b3JhZ2VzeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM1NDYyL3dvcmtmbG93cy84YTQ5NzZlOS02YTg0LTQ3MTQtYTIyYy00YmI5ZjBhNzIxYWQvb3BlcmF0aW9ucmVzdWx0cy85NjJjZGZiOC01NWMzLTRhZjgtYmRmNy1jYzNiZGE5ZmViM2M/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6ImIyZWEzMmI3LThlM2EtNDg0OC1hYjg2LWJlODdkYjIyNmM5YSIsIndvcmtmbG93SWQiOiJiYjU3OGNjNi1lNWZkLTRlYmQtOWM5Mi1kNzg1YTI5MzI1ZWEiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiNzc4Y2MzMTMtODMzYS00ZmZkLWI2MmYtYmJhYTJlOWY3MjQxIn0=?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvbG9jYXRpb25zL2NlbnRyYWx1c2V1YXAvb3BlcmF0aW9ucmVzdWx0cy9leUp3WVhKMGFYUnBiMjVKWkNJNkltSXlaV0V6TW1JM0xUaGxNMkV0TkRnME9DMWhZamcyTFdKbE9EZGtZakl5Tm1NNVlTSXNJbmR2Y210bWJHOTNTV1FpT2lKaVlqVTNPR05qTmkxbE5XWmtMVFJsWW1RdE9XTTVNaTFrTnpnMVlUSTVNekkxWldFaUxDSjNiM0pyWm14dmQwOXdaWEpoZEdsdmJrbGtJam9pTnpjNFkyTXpNVE10T0RNellTMDBabVprTFdJMk1tWXRZbUpoWVRKbE9XWTNNalF4SW4wPT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -1023,7 +1155,7 @@ "no-cache" ], "x-ms-request-id": [ - "7c258338-b41d-473e-b801-c7a279911eff" + "dd8ed13a-2fab-41a2-ae41-30daf2327908" ], "X-Content-Type-Options": [ "nosniff" @@ -1041,16 +1173,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11991" + "11989" ], "x-ms-correlation-request-id": [ - "a4cc9763-b137-4b87-ba59-982960a4bce6" + "7c0f2814-b7f4-4141-976b-51e532467e7c" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T231205Z:a4cc9763-b137-4b87-ba59-982960a4bce6" + "WESTUS:20200623T231954Z:7c0f2814-b7f4-4141-976b-51e532467e7c" ], "Date": [ - "Wed, 03 Jul 2019 23:12:04 GMT" + "Tue, 23 Jun 2020 23:19:53 GMT" ], "Expires": [ "-1" @@ -1063,22 +1195,22 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps8790/providers/Microsoft.StorageSync/storageSyncServices/sssps5462?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzODc5MC9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM1NDYyP2FwaS12ZXJzaW9uPTIwMTktMDMtMDE=", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps986/providers/Microsoft.StorageSync/storageSyncServices/sssps5708?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzOTg2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZVN5bmMvc3RvcmFnZVN5bmNTZXJ2aWNlcy9zc3NwczU3MDg/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "7114a081-29eb-4298-a512-425aa12ed7cc" + "e4f0a3a7-44b0-4e8b-97a5-9226180e3232" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -1088,8 +1220,17 @@ "Pragma": [ "no-cache" ], + "Location": [ + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6ImIyZWEzMmI3LThlM2EtNDg0OC1hYjg2LWJlODdkYjIyNmM5YSIsIndvcmtmbG93SWQiOiIxMTU3MWJhYS00M2M0LTQ0MmUtOGJiNy05MjFjNDNlNTQyN2UiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiMmJlOTUwZWUtYjgyNy00YWZjLWFlZjMtMmQ2OWQ2M2IxNjI3In0=?api-version=2020-03-01" + ], + "Retry-After": [ + "10" + ], + "Azure-AsyncOperation": [ + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6ImIyZWEzMmI3LThlM2EtNDg0OC1hYjg2LWJlODdkYjIyNmM5YSIsIndvcmtmbG93SWQiOiIxMTU3MWJhYS00M2M0LTQ0MmUtOGJiNy05MjFjNDNlNTQyN2UiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiMmJlOTUwZWUtYjgyNy00YWZjLWFlZjMtMmQ2OWQ2M2IxNjI3In0=?api-version=2020-03-01" + ], "x-ms-request-id": [ - "c7d646c4-efaa-4bc5-be44-906f6769432c" + "311c5ff3-7b1a-49d6-b688-541884097f24" ], "X-Content-Type-Options": [ "nosniff" @@ -1110,13 +1251,136 @@ "14998" ], "x-ms-correlation-request-id": [ - "fa1007d5-72ac-4365-8e76-1d0487e0017d" + "3844e731-0744-4c37-8b82-5b80406b604f" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200623T231954Z:3844e731-0744-4c37-8b82-5b80406b604f" + ], + "Date": [ + "Tue, 23 Jun 2020 23:19:54 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6ImIyZWEzMmI3LThlM2EtNDg0OC1hYjg2LWJlODdkYjIyNmM5YSIsIndvcmtmbG93SWQiOiIxMTU3MWJhYS00M2M0LTQ0MmUtOGJiNy05MjFjNDNlNTQyN2UiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiMmJlOTUwZWUtYjgyNy00YWZjLWFlZjMtMmQ2OWQ2M2IxNjI3In0=?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvbG9jYXRpb25zL2NlbnRyYWx1c2V1YXAvb3BlcmF0aW9ucy9leUp3WVhKMGFYUnBiMjVKWkNJNkltSXlaV0V6TW1JM0xUaGxNMkV0TkRnME9DMWhZamcyTFdKbE9EZGtZakl5Tm1NNVlTSXNJbmR2Y210bWJHOTNTV1FpT2lJeE1UVTNNV0poWVMwME0yTTBMVFEwTW1VdE9HSmlOeTA1TWpGak5ETmxOVFF5TjJVaUxDSjNiM0pyWm14dmQwOXdaWEpoZEdsdmJrbGtJam9pTW1KbE9UVXdaV1V0WWpneU55MDBZV1pqTFdGbFpqTXRNbVEyT1dRMk0ySXhOakkzSW4wPT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-request-id": [ + "cd49f1d8-b80f-4644-8b58-5c637955ccd5" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-IIS/10.0" + ], + "X-AspNet-Version": [ + "4.0.30319" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11988" + ], + "x-ms-correlation-request-id": [ + "c1bc852e-95be-4e93-aa7b-9e30eeaf4b5f" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200623T232005Z:c1bc852e-95be-4e93-aa7b-9e30eeaf4b5f" + ], + "Date": [ + "Tue, 23 Jun 2020 23:20:04 GMT" + ], + "Content-Length": [ + "745" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6ImIyZWEzMmI3LThlM2EtNDg0OC1hYjg2LWJlODdkYjIyNmM5YSIsIndvcmtmbG93SWQiOiIxMTU3MWJhYS00M2M0LTQ0MmUtOGJiNy05MjFjNDNlNTQyN2UiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiMmJlOTUwZWUtYjgyNy00YWZjLWFlZjMtMmQ2OWQ2M2IxNjI3In0=\",\r\n \"name\": \"eyJwYXJ0aXRpb25JZCI6ImIyZWEzMmI3LThlM2EtNDg0OC1hYjg2LWJlODdkYjIyNmM5YSIsIndvcmtmbG93SWQiOiIxMTU3MWJhYS00M2M0LTQ0MmUtOGJiNy05MjFjNDNlNTQyN2UiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiMmJlOTUwZWUtYjgyNy00YWZjLWFlZjMtMmQ2OWQ2M2IxNjI3In0=\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2020-06-23T23:19:55.1332337Z\",\r\n \"endTime\": \"2020-06-23T23:20:00.6633656Z\",\r\n \"properties\": {}\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6ImIyZWEzMmI3LThlM2EtNDg0OC1hYjg2LWJlODdkYjIyNmM5YSIsIndvcmtmbG93SWQiOiIxMTU3MWJhYS00M2M0LTQ0MmUtOGJiNy05MjFjNDNlNTQyN2UiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiMmJlOTUwZWUtYjgyNy00YWZjLWFlZjMtMmQ2OWQ2M2IxNjI3In0=?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvbG9jYXRpb25zL2NlbnRyYWx1c2V1YXAvb3BlcmF0aW9ucmVzdWx0cy9leUp3WVhKMGFYUnBiMjVKWkNJNkltSXlaV0V6TW1JM0xUaGxNMkV0TkRnME9DMWhZamcyTFdKbE9EZGtZakl5Tm1NNVlTSXNJbmR2Y210bWJHOTNTV1FpT2lJeE1UVTNNV0poWVMwME0yTTBMVFEwTW1VdE9HSmlOeTA1TWpGak5ETmxOVFF5TjJVaUxDSjNiM0pyWm14dmQwOXdaWEpoZEdsdmJrbGtJam9pTW1KbE9UVXdaV1V0WWpneU55MDBZV1pqTFdGbFpqTXRNbVEyT1dRMk0ySXhOakkzSW4wPT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-request-id": [ + "e31370d3-0c5a-487d-a6fb-600954b79535" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-IIS/10.0" + ], + "X-AspNet-Version": [ + "4.0.30319" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11987" + ], + "x-ms-correlation-request-id": [ + "0a1821ae-3115-42c3-84d4-471a7e59df01" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T231206Z:fa1007d5-72ac-4365-8e76-1d0487e0017d" + "WESTUS:20200623T232005Z:0a1821ae-3115-42c3-84d4-471a7e59df01" ], "Date": [ - "Wed, 03 Jul 2019 23:12:05 GMT" + "Tue, 23 Jun 2020 23:20:04 GMT" ], "Expires": [ "-1" @@ -1129,22 +1393,22 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps8790/providers/Microsoft.StorageSync/storageSyncServices?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzODc5MC9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXM/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps986/providers/Microsoft.StorageSync/storageSyncServices?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzOTg2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZVN5bmMvc3RvcmFnZVN5bmNTZXJ2aWNlcz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "ded12199-a571-4475-892a-12ca4af36370" + "74e6a5a4-d26a-403e-ba1c-6845b5fe1f51" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -1154,57 +1418,66 @@ "Pragma": [ "no-cache" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11990" - ], "x-ms-request-id": [ - "70238d94-456d-4a14-a4e8-2783e0ed2d5c" + "8f174ec7-9ee5-4108-9a2e-1eea280d55a5" ], - "x-ms-correlation-request-id": [ - "70238d94-456d-4a14-a4e8-2783e0ed2d5c" - ], - "x-ms-routing-request-id": [ - "WESTUS:20190703T231206Z:70238d94-456d-4a14-a4e8-2783e0ed2d5c" + "X-Content-Type-Options": [ + "nosniff" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Content-Type-Options": [ - "nosniff" + "Server": [ + "Microsoft-IIS/10.0" + ], + "X-AspNet-Version": [ + "4.0.30319" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11986" + ], + "x-ms-correlation-request-id": [ + "968699c1-8beb-4fe0-9e8e-270160cbed31" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200623T232005Z:968699c1-8beb-4fe0-9e8e-270160cbed31" ], "Date": [ - "Wed, 03 Jul 2019 23:12:05 GMT" + "Tue, 23 Jun 2020 23:20:04 GMT" + ], + "Content-Length": [ + "19" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" - ], - "Content-Length": [ - "12" ] }, "ResponseBody": "{\r\n \"value\": []\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourcegroups/ps8790?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlZ3JvdXBzL3BzODc5MD9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourcegroups/ps986?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlZ3JvdXBzL3BzOTg2P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "9df01eb8-f0b4-4dba-8f23-c025f65959e0" + "d9faeb5d-c822-4a8b-9183-b4feebb6e954" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -1215,7 +1488,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzg3OTAtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzk4Ni1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2016-09-01" ], "Retry-After": [ "15" @@ -1224,13 +1497,13 @@ "14997" ], "x-ms-request-id": [ - "0b33c779-d7fb-41f9-b11f-5bcf7af6b1d6" + "2ffe621c-09cb-43e9-9dc3-2f9197072494" ], "x-ms-correlation-request-id": [ - "0b33c779-d7fb-41f9-b11f-5bcf7af6b1d6" + "2ffe621c-09cb-43e9-9dc3-2f9197072494" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T231206Z:0b33c779-d7fb-41f9-b11f-5bcf7af6b1d6" + "WESTUS:20200623T232005Z:2ffe621c-09cb-43e9-9dc3-2f9197072494" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1239,7 +1512,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 23:12:06 GMT" + "Tue, 23 Jun 2020 23:20:05 GMT" ], "Expires": [ "-1" @@ -1252,16 +1525,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzg3OTAtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpnM09UQXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzk4Ni1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXprNE5pMVhSVk5VVlZNaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5kbGMzUjFjeUo5P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -1272,22 +1545,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzg3OTAtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzk4Ni1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11989" + "11985" ], "x-ms-request-id": [ - "8cf6c0a3-f7ba-4994-9709-c7ddc246b8cb" + "b03ac253-bf60-4283-a998-6901cb52e651" ], "x-ms-correlation-request-id": [ - "8cf6c0a3-f7ba-4994-9709-c7ddc246b8cb" + "b03ac253-bf60-4283-a998-6901cb52e651" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T231222Z:8cf6c0a3-f7ba-4994-9709-c7ddc246b8cb" + "WESTUS:20200623T232020Z:b03ac253-bf60-4283-a998-6901cb52e651" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1296,7 +1569,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 23:12:21 GMT" + "Tue, 23 Jun 2020 23:20:19 GMT" ], "Expires": [ "-1" @@ -1309,16 +1582,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzg3OTAtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpnM09UQXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzk4Ni1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXprNE5pMVhSVk5VVlZNaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5kbGMzUjFjeUo5P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -1329,22 +1602,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzg3OTAtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzk4Ni1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11988" + "11984" ], "x-ms-request-id": [ - "1151479c-3f46-4551-94dc-abc87cfb947e" + "e112f76e-e455-48a7-9325-9b16d81f279a" ], "x-ms-correlation-request-id": [ - "1151479c-3f46-4551-94dc-abc87cfb947e" + "e112f76e-e455-48a7-9325-9b16d81f279a" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T231237Z:1151479c-3f46-4551-94dc-abc87cfb947e" + "WESTUS:20200623T232035Z:e112f76e-e455-48a7-9325-9b16d81f279a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1353,7 +1626,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 23:12:36 GMT" + "Tue, 23 Jun 2020 23:20:35 GMT" ], "Expires": [ "-1" @@ -1366,16 +1639,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzg3OTAtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpnM09UQXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzk4Ni1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXprNE5pMVhSVk5VVlZNaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5kbGMzUjFjeUo5P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -1386,16 +1659,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11987" + "11983" ], "x-ms-request-id": [ - "55e1f2fa-14dc-425a-9440-67a3501cf323" + "ff3968df-fae8-4f34-8985-97ab797a6c9a" ], "x-ms-correlation-request-id": [ - "55e1f2fa-14dc-425a-9440-67a3501cf323" + "ff3968df-fae8-4f34-8985-97ab797a6c9a" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T231252Z:55e1f2fa-14dc-425a-9440-67a3501cf323" + "WESTUS:20200623T232050Z:ff3968df-fae8-4f34-8985-97ab797a6c9a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1404,7 +1677,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 23:12:51 GMT" + "Tue, 23 Jun 2020 23:20:50 GMT" ], "Expires": [ "-1" @@ -1417,16 +1690,16 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzg3OTAtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpnM09UQXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzk4Ni1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXprNE5pMVhSVk5VVlZNaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5kbGMzUjFjeUo5P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -1437,16 +1710,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11986" + "11982" ], "x-ms-request-id": [ - "01f85dc9-73d3-4fb2-b36d-8c38f3a8b71a" + "68cae734-cad5-4afc-be27-29f3d837352c" ], "x-ms-correlation-request-id": [ - "01f85dc9-73d3-4fb2-b36d-8c38f3a8b71a" + "68cae734-cad5-4afc-be27-29f3d837352c" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T231252Z:01f85dc9-73d3-4fb2-b36d-8c38f3a8b71a" + "WESTUS:20200623T232050Z:68cae734-cad5-4afc-be27-29f3d837352c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1455,7 +1728,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 23:12:51 GMT" + "Tue, 23 Jun 2020 23:20:50 GMT" ], "Expires": [ "-1" @@ -1470,14 +1743,14 @@ ], "Names": { "Test-GetRegisteredServerParentResourceId": [ - "ps8790", - "ps5462" + "ps986", + "ps5708" ] }, "Variables": { - "SubscriptionId": "7b96cb02-4663-40f4-9a89-603d3849e46a", - "TenantId": "0483643a-cb2f-462a-bc27-1a270e5bdc0a", + "SubscriptionId": "1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b", + "TenantId": "6ad91d65-65ab-4e14-90f7-fe951035b7c9", "Domain": "", - "SyncServerId": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps8790/providers/Microsoft.StorageSync/storageSyncServices/sssps5462/registeredServers/9B5DBBA6-8903-454E-AFF7-E8AAF5C1773F" + "SyncServerId": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps986/providers/Microsoft.StorageSync/storageSyncServices/sssps5708/registeredServers/F473304A-612F-4E83-ACC3-309081C06469" } } \ No newline at end of file diff --git a/src/StorageSync/StorageSync.Test/SessionRecords/StorageSyncTests.RegisteredServerTests/TestGetRegisteredServers.json b/src/StorageSync/StorageSync.Test/SessionRecords/StorageSyncTests.RegisteredServerTests/TestGetRegisteredServers.json index 6b725ed54deb..ccd54d508bd4 100644 --- a/src/StorageSync/StorageSync.Test/SessionRecords/StorageSyncTests.RegisteredServerTests/TestGetRegisteredServers.json +++ b/src/StorageSync/StorageSync.Test/SessionRecords/StorageSyncTests.RegisteredServerTests/TestGetRegisteredServers.json @@ -1,22 +1,22 @@ { "Entries": [ { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/providers/Microsoft.Resources?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVzb3VyY2VzP2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/Microsoft.Resources?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVzb3VyY2VzP2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "f56844a0-071b-4e5e-bc63-20b3179e33f5" + "bc49827a-6efb-41af-913a-1adf86a784ca" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -30,13 +30,13 @@ "11999" ], "x-ms-request-id": [ - "0a67dcd9-d519-4cb4-b2fc-9245dddd5afb" + "63fdfcba-9126-4a1c-8a0e-eb33e06ba4e1" ], "x-ms-correlation-request-id": [ - "0a67dcd9-d519-4cb4-b2fc-9245dddd5afb" + "63fdfcba-9126-4a1c-8a0e-eb33e06ba4e1" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T233710Z:0a67dcd9-d519-4cb4-b2fc-9245dddd5afb" + "WESTUS:20200623T233450Z:63fdfcba-9126-4a1c-8a0e-eb33e06ba4e1" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -45,7 +45,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 23:37:10 GMT" + "Tue, 23 Jun 2020 23:34:50 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -54,29 +54,29 @@ "-1" ], "Content-Length": [ - "8818" + "10899" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/providers/Microsoft.Resources\",\r\n \"namespace\": \"Microsoft.Resources\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"tenants\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operationresults\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"notifyResourceJobs\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"tags\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkPolicyCompliance\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"providers\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkresourcename\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resources\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/resources\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/providers\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/operationresults\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceGroups\",\r\n \"locations\": [\r\n \"Central US\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"West Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia Southeast\",\r\n \"Australia East\",\r\n \"West India\",\r\n \"South India\",\r\n \"Central India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/resourceGroups\",\r\n \"locations\": [\r\n \"Central US\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"West Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia Southeast\",\r\n \"Australia East\",\r\n \"West India\",\r\n \"South India\",\r\n \"Central India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/resourcegroups/resources\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/tagnames\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/tagNames/tagValues\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"deployments\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"deployments/operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"links\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-01-01\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/Microsoft.Resources\",\r\n \"namespace\": \"Microsoft.Resources\",\r\n \"authorization\": {\r\n \"applicationId\": \"3b990c8b-9607-4c2a-8b04-1d41985facca\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"tenants\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-01-01\",\r\n \"2019-09-01\",\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-09-01\",\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operationresults\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-09-01\",\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"notifyResourceJobs\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-09-01\",\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"tags\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-10-01\",\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\"\r\n ],\r\n \"capabilities\": \"SupportsExtension\"\r\n },\r\n {\r\n \"resourceType\": \"checkPolicyCompliance\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"providers\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkresourcename\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"calculateTemplateHash\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-09-01\",\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resources\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-09-01\",\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-10-01\",\r\n \"2019-09-01\",\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/resources\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-09-01\",\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/providers\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/operationresults\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceGroups\",\r\n \"locations\": [\r\n \"Central US\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"West Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia Southeast\",\r\n \"Australia East\",\r\n \"West India\",\r\n \"South India\",\r\n \"Central India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Australia Central\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/resourceGroups\",\r\n \"locations\": [\r\n \"Central US\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"West Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia Southeast\",\r\n \"Australia East\",\r\n \"West India\",\r\n \"South India\",\r\n \"Central India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Australia Central\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/resourcegroups/resources\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/tagnames\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/tagNames/tagValues\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"deployments\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-09-01\",\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"deployments/operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-09-01\",\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"links\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ],\r\n \"capabilities\": \"SupportsExtension\"\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-01-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"deploymentScripts\",\r\n \"locations\": [\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Australia East\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"Central US\",\r\n \"North Central US\",\r\n \"UK South\",\r\n \"Central India\",\r\n \"South India\",\r\n \"Japan East\",\r\n \"Korea Central\",\r\n \"North Europe\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West US 2\",\r\n \"West US\",\r\n \"South Central US\",\r\n \"Canada East\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-10-01-preview\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"deploymentScripts/logs\",\r\n \"locations\": [\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Australia East\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"Central US\",\r\n \"North Central US\",\r\n \"UK South\",\r\n \"Central India\",\r\n \"South India\",\r\n \"Japan East\",\r\n \"Korea Central\",\r\n \"North Europe\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West US 2\",\r\n \"West US\",\r\n \"South Central US\",\r\n \"Canada East\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/deploymentScriptOperationResults\",\r\n \"locations\": [\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Australia East\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"Central US\",\r\n \"North Central US\",\r\n \"UK South\",\r\n \"Central India\",\r\n \"South India\",\r\n \"Japan East\",\r\n \"Korea Central\",\r\n \"North Europe\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West US 2\",\r\n \"West US\",\r\n \"South Central US\",\r\n \"Canada East\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-10-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/providers/Microsoft.StorageSync?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZVN5bmM/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/Microsoft.StorageSync?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZVN5bmM/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "9854d96a-a71f-4366-aaec-dac8511bce6b" + "3f6c1a8b-dc03-4592-a785-72fd1e9f28e9" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -90,13 +90,13 @@ "11998" ], "x-ms-request-id": [ - "c97b35ac-fc5a-46e8-9c29-ea8ffb40caf4" + "41f895fb-82d7-457a-af92-606f1140070f" ], "x-ms-correlation-request-id": [ - "c97b35ac-fc5a-46e8-9c29-ea8ffb40caf4" + "41f895fb-82d7-457a-af92-606f1140070f" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T233710Z:c97b35ac-fc5a-46e8-9c29-ea8ffb40caf4" + "WESTUS:20200623T233450Z:41f895fb-82d7-457a-af92-606f1140070f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -105,7 +105,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 23:37:10 GMT" + "Tue, 23 Jun 2020 23:34:50 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -114,29 +114,29 @@ "-1" ], "Content-Length": [ - "5239" + "7645" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/providers/Microsoft.StorageSync\",\r\n \"namespace\": \"Microsoft.StorageSync\",\r\n \"authorizations\": [\r\n {\r\n \"applicationId\": \"9469b9f5-6722-4481-a2b2-14ed560b706f\"\r\n }\r\n ],\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageSyncServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"Central US EUAP\",\r\n \"West US 2\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\",\r\n \"2018-01-01-preview\",\r\n \"2017-06-05-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"storageSyncServices/syncGroups\",\r\n \"locations\": [\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"Central US EUAP\",\r\n \"West US 2\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\",\r\n \"2018-01-01-preview\",\r\n \"2017-06-05-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageSyncServices/syncGroups/cloudEndpoints\",\r\n \"locations\": [\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"Central US EUAP\",\r\n \"West US 2\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\",\r\n \"2018-01-01-preview\",\r\n \"2017-06-05-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageSyncServices/syncGroups/serverEndpoints\",\r\n \"locations\": [\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"Central US EUAP\",\r\n \"West US 2\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\",\r\n \"2018-01-01-preview\",\r\n \"2017-06-05-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageSyncServices/registeredServers\",\r\n \"locations\": [\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"Central US EUAP\",\r\n \"West US 2\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\",\r\n \"2018-01-01-preview\",\r\n \"2017-06-05-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageSyncServices/workflows\",\r\n \"locations\": [\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"Central US EUAP\",\r\n \"West US 2\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\",\r\n \"2018-01-01-preview\",\r\n \"2017-06-05-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\",\r\n \"2018-01-01-preview\",\r\n \"2017-06-05-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/checkNameAvailability\",\r\n \"locations\": [\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/workflows\",\r\n \"locations\": [\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/Microsoft.StorageSync\",\r\n \"namespace\": \"Microsoft.StorageSync\",\r\n \"authorizations\": [\r\n {\r\n \"applicationId\": \"9469b9f5-6722-4481-a2b2-14ed560b706f\",\r\n \"roleDefinitionId\": \"4cd49d82-1f4d-43fc-af0c-1c1203668e5a\"\r\n }\r\n ],\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageSyncServices\",\r\n \"locations\": [\r\n \"West Central US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"West US 2\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"UAE North\",\r\n \"UAE Central\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2019-10-01\",\r\n \"2019-06-01\",\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\",\r\n \"2018-01-01-preview\",\r\n \"2017-06-05-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"storageSyncServices/syncGroups\",\r\n \"locations\": [\r\n \"West Central US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"West US 2\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"UAE North\",\r\n \"UAE Central\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2019-10-01\",\r\n \"2019-06-01\",\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\",\r\n \"2018-01-01-preview\",\r\n \"2017-06-05-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageSyncServices/syncGroups/cloudEndpoints\",\r\n \"locations\": [\r\n \"West Central US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"West US 2\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"UAE North\",\r\n \"UAE Central\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2019-10-01\",\r\n \"2019-06-01\",\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\",\r\n \"2018-01-01-preview\",\r\n \"2017-06-05-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageSyncServices/syncGroups/serverEndpoints\",\r\n \"locations\": [\r\n \"West Central US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"West US 2\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"UAE North\",\r\n \"UAE Central\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2019-10-01\",\r\n \"2019-06-01\",\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\",\r\n \"2018-01-01-preview\",\r\n \"2017-06-05-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageSyncServices/registeredServers\",\r\n \"locations\": [\r\n \"West Central US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"West US 2\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"UAE North\",\r\n \"UAE Central\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2019-10-01\",\r\n \"2019-06-01\",\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\",\r\n \"2018-01-01-preview\",\r\n \"2017-06-05-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageSyncServices/workflows\",\r\n \"locations\": [\r\n \"West Central US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"West US 2\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"UAE North\",\r\n \"UAE Central\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2019-10-01\",\r\n \"2019-06-01\",\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\",\r\n \"2018-01-01-preview\",\r\n \"2017-06-05-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2019-10-01\",\r\n \"2019-06-01\",\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\",\r\n \"2018-01-01-preview\",\r\n \"2017-06-05-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2019-10-01\",\r\n \"2019-06-01\",\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/checkNameAvailability\",\r\n \"locations\": [\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"UAE North\",\r\n \"UAE Central\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2019-10-01\",\r\n \"2019-06-01\",\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/workflows\",\r\n \"locations\": [\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"UAE North\",\r\n \"UAE Central\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2019-10-01\",\r\n \"2019-06-01\",\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operations\",\r\n \"locations\": [\r\n \"West Central US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"West US 2\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"UAE North\",\r\n \"UAE Central\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operationResults\",\r\n \"locations\": [\r\n \"West Central US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"West US 2\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"UAE North\",\r\n \"UAE Central\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourcegroups/ps159?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlZ3JvdXBzL3BzMTU5P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourcegroups/ps7302?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlZ3JvdXBzL3BzNzMwMj9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "66d6d428-b9f5-4904-a871-15f2fdf6a1ad" + "23ab1d05-4bf9-41fa-b8f5-c5df99445c0b" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ], "Content-Type": [ "application/json; charset=utf-8" @@ -156,13 +156,13 @@ "1199" ], "x-ms-request-id": [ - "ee6bfa7a-2317-4441-8385-f1d963d14cfc" + "d7dfa7e5-d4b9-43ce-ab74-96e4f11d6383" ], "x-ms-correlation-request-id": [ - "ee6bfa7a-2317-4441-8385-f1d963d14cfc" + "d7dfa7e5-d4b9-43ce-ab74-96e4f11d6383" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T233713Z:ee6bfa7a-2317-4441-8385-f1d963d14cfc" + "WESTUS:20200623T233450Z:d7dfa7e5-d4b9-43ce-ab74-96e4f11d6383" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -171,10 +171,10 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 23:37:13 GMT" + "Tue, 23 Jun 2020 23:34:50 GMT" ], "Content-Length": [ - "163" + "165" ], "Content-Type": [ "application/json; charset=utf-8" @@ -183,26 +183,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps159\",\r\n \"name\": \"ps159\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps7302\",\r\n \"name\": \"ps7302\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/providers/Microsoft.StorageSync/locations/CentralUSEUAP/checkNameAvailability?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZVN5bmMvbG9jYXRpb25zL0NlbnRyYWxVU0VVQVAvY2hlY2tOYW1lQXZhaWxhYmlsaXR5P2FwaS12ZXJzaW9uPTIwMTktMDMtMDE=", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/Microsoft.StorageSync/locations/CentralUSEUAP/checkNameAvailability?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZVN5bmMvbG9jYXRpb25zL0NlbnRyYWxVU0VVQVAvY2hlY2tOYW1lQXZhaWxhYmlsaXR5P2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", "RequestMethod": "POST", - "RequestBody": "{\r\n \"name\": \"sssps1715\",\r\n \"type\": \"Microsoft.StorageSync/storageSyncServices\"\r\n}", + "RequestBody": "{\r\n \"name\": \"sssps5971\",\r\n \"type\": \"Microsoft.StorageSync/storageSyncServices\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "487ff01a-9030-4587-a0dd-d7e2800138a6" + "f822c8c1-e5c4-483f-96d6-6a308594749e" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -219,7 +219,7 @@ "no-cache" ], "x-ms-request-id": [ - "986ba176-60a1-4ac7-a29a-2d47e209aa74" + "094a1b7b-bece-4ef5-94a7-7843fe39534e" ], "X-Content-Type-Options": [ "nosniff" @@ -240,50 +240,50 @@ "1199" ], "x-ms-correlation-request-id": [ - "e6915304-6c9b-49f6-9811-5909f2029fdd" + "a58cb4c7-ac21-4de9-9ac9-255c00d48782" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T233713Z:e6915304-6c9b-49f6-9811-5909f2029fdd" + "WESTUS:20200623T233451Z:a58cb4c7-ac21-4de9-9ac9-255c00d48782" ], "Date": [ - "Wed, 03 Jul 2019 23:37:13 GMT" + "Tue, 23 Jun 2020 23:34:51 GMT" ], "Content-Length": [ - "51" + "29" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"nameAvailable\": true,\r\n \"reason\": null,\r\n \"message\": null\r\n}", + "ResponseBody": "{\r\n \"nameAvailable\": true\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps159/providers/Microsoft.StorageSync/storageSyncServices/sssps1715?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzMTU5L3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZVN5bmMvc3RvcmFnZVN5bmNTZXJ2aWNlcy9zc3NwczE3MTU/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps7302/providers/Microsoft.StorageSync/storageSyncServices/sssps5971?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzNzMwMi9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM1OTcxP2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"location\": \"Central US EUAP\",\r\n \"tags\": {}\r\n}", + "RequestBody": "{\r\n \"location\": \"Central US EUAP\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"incomingTrafficPolicy\": \"AllowAllTraffic\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "0dcf43dd-d50c-4b40-9493-c902a56c8a3f" + "2b14fc63-8624-4cf8-8cdb-53530cc334f1" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "52" + "125" ] }, "ResponseHeaders": { @@ -293,8 +293,17 @@ "Pragma": [ "no-cache" ], + "Location": [ + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6IjY5YWMyYzFlLTdhNzctNGI4Yi04MWI1LWRiMDYwMjdjN2NiYiIsIndvcmtmbG93SWQiOiJkNDlkOTFlNS0xYzVjLTQ4N2QtOWZjNC01NmJjY2I4NmRhOWEiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiZWQxYWZiNTEtY2FjYi00ZTJlLTk1YmQtMDMxYzVlNGNmZjdkIn0=?api-version=2020-03-01" + ], + "Retry-After": [ + "10" + ], + "Azure-AsyncOperation": [ + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6IjY5YWMyYzFlLTdhNzctNGI4Yi04MWI1LWRiMDYwMjdjN2NiYiIsIndvcmtmbG93SWQiOiJkNDlkOTFlNS0xYzVjLTQ4N2QtOWZjNC01NmJjY2I4NmRhOWEiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiZWQxYWZiNTEtY2FjYi00ZTJlLTk1YmQtMDMxYzVlNGNmZjdkIn0=?api-version=2020-03-01" + ], "x-ms-request-id": [ - "5f28e69f-d393-49cf-b5a4-f7cdab508462" + "33da1f8d-a584-4da9-9ee0-995bb874166a" ], "X-Content-Type-Options": [ "nosniff" @@ -312,53 +321,176 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1194" + "1199" ], "x-ms-correlation-request-id": [ - "ebcd088a-6efd-43ca-a694-0c353c5a2165" + "15babb5e-941b-4590-a899-973142f2226c" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T233714Z:ebcd088a-6efd-43ca-a694-0c353c5a2165" + "WESTUS:20200623T233452Z:15babb5e-941b-4590-a899-973142f2226c" ], "Date": [ - "Wed, 03 Jul 2019 23:37:14 GMT" + "Tue, 23 Jun 2020 23:34:51 GMT" + ], + "Expires": [ + "-1" ], "Content-Length": [ - "328" + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6IjY5YWMyYzFlLTdhNzctNGI4Yi04MWI1LWRiMDYwMjdjN2NiYiIsIndvcmtmbG93SWQiOiJkNDlkOTFlNS0xYzVjLTQ4N2QtOWZjNC01NmJjY2I4NmRhOWEiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiZWQxYWZiNTEtY2FjYi00ZTJlLTk1YmQtMDMxYzVlNGNmZjdkIn0=?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvbG9jYXRpb25zL2NlbnRyYWx1c2V1YXAvb3BlcmF0aW9ucy9leUp3WVhKMGFYUnBiMjVKWkNJNklqWTVZV015WXpGbExUZGhOemN0TkdJNFlpMDRNV0kxTFdSaU1EWXdNamRqTjJOaVlpSXNJbmR2Y210bWJHOTNTV1FpT2lKa05EbGtPVEZsTlMweFl6VmpMVFE0TjJRdE9XWmpOQzAxTm1KalkySTRObVJoT1dFaUxDSjNiM0pyWm14dmQwOXdaWEpoZEdsdmJrbGtJam9pWldReFlXWmlOVEV0WTJGallpMDBaVEpsTFRrMVltUXRNRE14WXpWbE5HTm1aamRrSW4wPT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-request-id": [ + "ce18d970-aecd-4523-83ea-dda864ebb33d" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-IIS/10.0" + ], + "X-AspNet-Version": [ + "4.0.30319" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11999" + ], + "x-ms-correlation-request-id": [ + "c978fa60-902e-4979-98eb-06ef77ca17ff" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200623T233502Z:c978fa60-902e-4979-98eb-06ef77ca17ff" + ], + "Date": [ + "Tue, 23 Jun 2020 23:35:02 GMT" + ], + "Content-Length": [ + "745" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"storageSyncServiceStatus\": null,\r\n \"storageSyncServiceUid\": null\r\n },\r\n \"location\": \"Central US EUAP\",\r\n \"tags\": {},\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps159/providers/microsoft.storagesync/storageSyncServices/sssps1715\",\r\n \"name\": \"sssps1715\",\r\n \"type\": \"microsoft.storagesync/storageSyncServices\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6IjY5YWMyYzFlLTdhNzctNGI4Yi04MWI1LWRiMDYwMjdjN2NiYiIsIndvcmtmbG93SWQiOiJkNDlkOTFlNS0xYzVjLTQ4N2QtOWZjNC01NmJjY2I4NmRhOWEiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiZWQxYWZiNTEtY2FjYi00ZTJlLTk1YmQtMDMxYzVlNGNmZjdkIn0=\",\r\n \"name\": \"eyJwYXJ0aXRpb25JZCI6IjY5YWMyYzFlLTdhNzctNGI4Yi04MWI1LWRiMDYwMjdjN2NiYiIsIndvcmtmbG93SWQiOiJkNDlkOTFlNS0xYzVjLTQ4N2QtOWZjNC01NmJjY2I4NmRhOWEiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiZWQxYWZiNTEtY2FjYi00ZTJlLTk1YmQtMDMxYzVlNGNmZjdkIn0=\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2020-06-23T23:34:52.5189407Z\",\r\n \"endTime\": \"2020-06-23T23:34:58.7658873Z\",\r\n \"properties\": {}\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps159/providers/Microsoft.StorageSync/storageSyncServices/sssps1715/registeredServers/ab70cec8-226f-4b2e-858b-bff314dce3a1?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzMTU5L3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZVN5bmMvc3RvcmFnZVN5bmNTZXJ2aWNlcy9zc3NwczE3MTUvcmVnaXN0ZXJlZFNlcnZlcnMvYWI3MGNlYzgtMjI2Zi00YjJlLTg1OGItYmZmMzE0ZGNlM2ExP2FwaS12ZXJzaW9uPTIwMTktMDMtMDE=", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps7302/providers/Microsoft.StorageSync/storageSyncServices/sssps5971?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzNzMwMi9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM1OTcxP2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-request-id": [ + "b6935b5c-18a4-4cd2-a368-d6caf531142a" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-IIS/10.0" + ], + "X-AspNet-Version": [ + "4.0.30319" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11998" + ], + "x-ms-correlation-request-id": [ + "257fbbe5-7421-421a-994d-ca15496dc36f" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200623T233502Z:257fbbe5-7421-421a-994d-ca15496dc36f" + ], + "Date": [ + "Tue, 23 Jun 2020 23:35:02 GMT" + ], + "Content-Length": [ + "633" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"properties\": {\r\n \"storageSyncServiceStatus\": 0,\r\n \"incomingTrafficPolicy\": \"AllowAllTraffic\",\r\n \"privateEndpointConnections\": [],\r\n \"provisioningState\": \"Succeeded\",\r\n \"lastWorkflowId\": \"storageSyncServices/sssps5971/workflows/d49d91e5-1c5c-487d-9fc4-56bccb86da9a\",\r\n \"lastOperationName\": \"ICreateStorageSyncServiceWorkflow\"\r\n },\r\n \"location\": \"Central US EUAP\",\r\n \"tags\": {},\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps7302/providers/microsoft.storagesync/storageSyncServices/sssps5971\",\r\n \"name\": \"sssps5971\",\r\n \"type\": \"microsoft.storagesync/storageSyncServices\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps7302/providers/Microsoft.StorageSync/storageSyncServices/sssps5971/registeredServers/77b976f6-9b42-4be7-80eb-e35ac5bff883?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzNzMwMi9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM1OTcxL3JlZ2lzdGVyZWRTZXJ2ZXJzLzc3Yjk3NmY2LTliNDItNGJlNy04MGViLWUzNWFjNWJmZjg4Mz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"serverCertificate\": \"MIIDGDCCAgCgAwIBAgIQZrMnSW/lG5xELR7EikisXDANBgkqhkiG9w0BAQ0FADA0MTIwMAYDVQQDEylhbmRyZXlhemRldm9wcy5yZWRtb25kLmNvcnAubWljcm9zb2Z0LmNvbTAeFw0xOTA1MjkwMjEyNDlaFw0yMDA1MjkwMjEyNDlaMDQxMjAwBgNVBAMTKWFuZHJleWF6ZGV2b3BzLnJlZG1vbmQuY29ycC5taWNyb3NvZnQuY29tMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAzWEfgMvao6tCt/lexsMFViVxCCoJbLClwvqfWN79eFc3bmXBtERIvKTlb1TqAigp5VjP021TaQsyN/K2t8qr2rAdlaeJtCXNSILe3+ForYGcQOP0p802kFXkhMUojfX8jGs1BLQTsUoKN4UtuxWIhpb7Iw00rT7wchTg6Yk+ULCRFAlxOQHZI0drM13tDO4kz0BRbTCoSvazS3O570p8sMrWFra6P1/HG1f7sIQP5txw205siGb5FpB0u16qD/z0d7tfMGv+JIqAb6InI393dj2FtbzExkkiBUFXWaH9czGkAFyWuzkECb0WEEK+7oTOrLlo0dh0bp6nxlZ+G7FLfQIDAQABoyYwJDAiBgNVHSUBAf8EGDAWBggrBgEFBQcDAgYKKwYBBAGCNwoDDDANBgkqhkiG9w0BAQ0FAAOCAQEAEn8WHN0h00/Vem50CnwXwnty0vGwu2v3plD1m0mw+3jCtDUTa/tF/a7jTVTCtK6VdqNP6tp/f+GflNRmZWIK/6DIEntouzL++7M5hArcJj01t0S0Vc+0FN3b2wuBuJUYWxR5Q8bNHStOm7l6nXjQ96k1fH/L/hu0dmhciak8LUEIowhSiIpnB3C9AGFuPi9DqjKdWxxzIPLybiDidgUfGbcCNHaZXvcNqNq4zpzeFPTi3VBEOXHIJhk0fT3iWjwvBwtUxPJJs3FIRZFWQa/cgEvBWrYMem98lqKNdmGDJP11OmUeAqJQTe+iSX9pDFzpEj/lM/tIjEh9fwKXuoO1uw==\",\r\n \"agentVersion\": \"5.0.2.0\",\r\n \"serverOSVersion\": \"10.0.14393.0\",\r\n \"lastHeartBeat\": \"7/3/2019 4:37:14 PM\",\r\n \"serverRole\": \"Standalone\",\r\n \"clusterId\": \"00000000-0000-0000-0000-000000000000\",\r\n \"serverId\": \"ab70cec8-226f-4b2e-858b-bff314dce3a1\",\r\n \"friendlyName\": \"andreyazdevops.redmond.corp.microsoft.com\"\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"serverCertificate\": \"MIIDEDCCAfigAwIBAgIQHMX6MF8k1YRIo40AAPKx/TANBgkqhkiG9w0BAQ0FADAwMS4wLAYDVQQDEyVhbmt1c2hiLXZtMDIubnRkZXYuY29ycC5taWNyb3NvZnQuY29tMB4XDTIwMDEyNzE5NTkwN1oXDTIxMDEyNzE5NTkwN1owMDEuMCwGA1UEAxMlYW5rdXNoYi12bTAyLm50ZGV2LmNvcnAubWljcm9zb2Z0LmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAOGKtANwb+dUXi5QVPKCUkpcWJ1/s18EqVBGRaQvIE518p7zWSfnk79FOerjfCT6kDBZPccnxBHK3hZZNgxrAkgv0LeDIEwHDvttYbcMfUzq1VviGnPuKWTsFkIAkG+8IehxX9eB/kBlkoyriziQXg4Bz74HBaQWlZeC65R6Tp8XcuO8HuKtnT3RfV6365pPHq4yp/N5e3NLxDoG1AKXEs8NtDkw2xOltLCu3qluV/AUX343pDEkLV3F8IOu3I7cU+NA/WzCF7UcZ8ZOhS5klMVNiUwCFsUdFUAXh9ufXEBs50IcVJlZU6ZUADbmrqaqpYtD94aKQeFsBlnou5s1A/kCAwEAAaMmMCQwIgYDVR0lAQH/BBgwFgYIKwYBBQUHAwIGCisGAQQBgjcKAwwwDQYJKoZIhvcNAQENBQADggEBAH7p2XFxnOdk/lbNBKW7nmjsjE5BeBU/OlBhKCUrmmY+fk3FvAYSs2jaJKqgZjxek/KdNf2UZMXztg8joF5s1Pdg6ICxJqc1t4gJunHUOoTHHyrotMyt6xJnClRCNqshA0n2z304hjKXcyCoLopemMFpOPEg2oG+EOuvwK/g1gAavGbmYJQc82uNF1LKNMmNfQ4Nn48dKLKg65SHgU+BISlCjHb/6NRTpTmK5acUOlHSrhGsJYCBsN1xJOzwxssXAoy25ebjajvnGcsC9k2HwLZWaSGsPuwWPfEtPPHjNRDrnaNLjSu2zc0uxZza8JWlE0pWD2kyf9OjyD1V0PxtZuM=\",\r\n \"agentVersion\": \"5.0.2.0\",\r\n \"serverOSVersion\": \"10.0.14393.0\",\r\n \"lastHeartBeat\": \"6/23/2020 4:35:02 PM\",\r\n \"serverRole\": \"Standalone\",\r\n \"clusterId\": \"00000000-0000-0000-0000-000000000000\",\r\n \"serverId\": \"77b976f6-9b42-4be7-80eb-e35ac5bff883\",\r\n \"friendlyName\": \"ankushb-vm02.ntdev.corp.microsoft.com\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "cba0e801-c63b-4b9e-baf6-690ef863293b" + "ed8ebf0c-c199-4cec-89a3-ac90e3a91bf6" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "1452" + "1437" ] }, "ResponseHeaders": { @@ -369,16 +501,16 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps159/providers/microsoft.storagesync/storageSyncServices/sssps1715/workflows/886dbb91-04c7-4b5a-8638-f1ce6dd3d66e/operationresults/08170cd4-dab1-40b4-a08b-18fcade5c881?api-version=2019-03-01" + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6IjY5YWMyYzFlLTdhNzctNGI4Yi04MWI1LWRiMDYwMjdjN2NiYiIsIndvcmtmbG93SWQiOiJmYmU0ZjQwNy03YzRhLTQyNmQtYWNmNC03M2QxNWRkM2JhYWQiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiNjE4ZjhjYmMtNGUyZi00YTI4LWE0ZTAtN2M5NDE3MWYyYmEzIn0=?api-version=2020-03-01" ], "Retry-After": [ "10" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps159/providers/microsoft.storagesync/storageSyncServices/sssps1715/workflows/886dbb91-04c7-4b5a-8638-f1ce6dd3d66e/operations/08170cd4-dab1-40b4-a08b-18fcade5c881?api-version=2019-03-01" + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6IjY5YWMyYzFlLTdhNzctNGI4Yi04MWI1LWRiMDYwMjdjN2NiYiIsIndvcmtmbG93SWQiOiJmYmU0ZjQwNy03YzRhLTQyNmQtYWNmNC03M2QxNWRkM2JhYWQiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiNjE4ZjhjYmMtNGUyZi00YTI4LWE0ZTAtN2M5NDE3MWYyYmEzIn0=?api-version=2020-03-01" ], "x-ms-request-id": [ - "eba751d1-b7e0-45b2-88cc-60ca5219c2d1" + "18357047-d1bb-4c40-b5fd-e22c374246d8" ], "X-Content-Type-Options": [ "nosniff" @@ -396,16 +528,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1193" + "1198" ], "x-ms-correlation-request-id": [ - "23ed1631-caba-46fe-9eaf-300f8dadc2e3" + "247a5c8a-ea6c-4d19-a9e9-c6138c9d0238" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T233715Z:23ed1631-caba-46fe-9eaf-300f8dadc2e3" + "WESTUS:20200623T233503Z:247a5c8a-ea6c-4d19-a9e9-c6138c9d0238" ], "Date": [ - "Wed, 03 Jul 2019 23:37:14 GMT" + "Tue, 23 Jun 2020 23:35:02 GMT" ], "Expires": [ "-1" @@ -418,16 +550,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps159/providers/microsoft.storagesync/storageSyncServices/sssps1715/workflows/886dbb91-04c7-4b5a-8638-f1ce6dd3d66e/operations/08170cd4-dab1-40b4-a08b-18fcade5c881?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzMTU5L3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvc3RvcmFnZVN5bmNTZXJ2aWNlcy9zc3NwczE3MTUvd29ya2Zsb3dzLzg4NmRiYjkxLTA0YzctNGI1YS04NjM4LWYxY2U2ZGQzZDY2ZS9vcGVyYXRpb25zLzA4MTcwY2Q0LWRhYjEtNDBiNC1hMDhiLTE4ZmNhZGU1Yzg4MT9hcGktdmVyc2lvbj0yMDE5LTAzLTAx", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6IjY5YWMyYzFlLTdhNzctNGI4Yi04MWI1LWRiMDYwMjdjN2NiYiIsIndvcmtmbG93SWQiOiJmYmU0ZjQwNy03YzRhLTQyNmQtYWNmNC03M2QxNWRkM2JhYWQiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiNjE4ZjhjYmMtNGUyZi00YTI4LWE0ZTAtN2M5NDE3MWYyYmEzIn0=?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvbG9jYXRpb25zL2NlbnRyYWx1c2V1YXAvb3BlcmF0aW9ucy9leUp3WVhKMGFYUnBiMjVKWkNJNklqWTVZV015WXpGbExUZGhOemN0TkdJNFlpMDRNV0kxTFdSaU1EWXdNamRqTjJOaVlpSXNJbmR2Y210bWJHOTNTV1FpT2lKbVltVTBaalF3TnkwM1l6UmhMVFF5Tm1RdFlXTm1OQzAzTTJReE5XUmtNMkpoWVdRaUxDSjNiM0pyWm14dmQwOXdaWEpoZEdsdmJrbGtJam9pTmpFNFpqaGpZbU10TkdVeVppMDBZVEk0TFdFMFpUQXROMk01TkRFM01XWXlZbUV6SW4wPT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -438,7 +570,7 @@ "no-cache" ], "x-ms-request-id": [ - "ea8f993f-dc9e-4e0c-b290-184feb1b8f57" + "650f5e54-58d8-407b-aba7-314d063331f3" ], "X-Content-Type-Options": [ "nosniff" @@ -456,41 +588,41 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11999" + "11997" ], "x-ms-correlation-request-id": [ - "55cb1698-3b83-4b25-b596-a1c3bfe72812" + "7a0c2501-beda-4319-b120-d5f2bf884ca0" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T233726Z:55cb1698-3b83-4b25-b596-a1c3bfe72812" + "WESTUS:20200623T233513Z:7a0c2501-beda-4319-b120-d5f2bf884ca0" ], "Date": [ - "Wed, 03 Jul 2019 23:37:25 GMT" + "Tue, 23 Jun 2020 23:35:13 GMT" ], "Content-Length": [ - "446" + "745" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps159/providers/microsoft.storagesync/storageSyncServices/sssps1715/workflow/886dbb91-04c7-4b5a-8638-f1ce6dd3d66e/operationresults/08170cd4-dab1-40b4-a08b-18fcade5c881\",\r\n \"name\": \"08170cd4-dab1-40b4-a08b-18fcade5c881\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2019-07-03T23:37:15.5527563Z\",\r\n \"endTime\": \"2019-07-03T23:37:19.0360406Z\",\r\n \"percentComplete\": null,\r\n \"error\": null,\r\n \"properties\": {}\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6IjY5YWMyYzFlLTdhNzctNGI4Yi04MWI1LWRiMDYwMjdjN2NiYiIsIndvcmtmbG93SWQiOiJmYmU0ZjQwNy03YzRhLTQyNmQtYWNmNC03M2QxNWRkM2JhYWQiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiNjE4ZjhjYmMtNGUyZi00YTI4LWE0ZTAtN2M5NDE3MWYyYmEzIn0=\",\r\n \"name\": \"eyJwYXJ0aXRpb25JZCI6IjY5YWMyYzFlLTdhNzctNGI4Yi04MWI1LWRiMDYwMjdjN2NiYiIsIndvcmtmbG93SWQiOiJmYmU0ZjQwNy03YzRhLTQyNmQtYWNmNC03M2QxNWRkM2JhYWQiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiNjE4ZjhjYmMtNGUyZi00YTI4LWE0ZTAtN2M5NDE3MWYyYmEzIn0=\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2020-06-23T23:35:04.7910359Z\",\r\n \"endTime\": \"2020-06-23T23:35:08.3145321Z\",\r\n \"properties\": {}\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps159/providers/Microsoft.StorageSync/storageSyncServices/sssps1715/registeredServers/ab70cec8-226f-4b2e-858b-bff314dce3a1?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzMTU5L3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZVN5bmMvc3RvcmFnZVN5bmNTZXJ2aWNlcy9zc3NwczE3MTUvcmVnaXN0ZXJlZFNlcnZlcnMvYWI3MGNlYzgtMjI2Zi00YjJlLTg1OGItYmZmMzE0ZGNlM2ExP2FwaS12ZXJzaW9uPTIwMTktMDMtMDE=", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps7302/providers/Microsoft.StorageSync/storageSyncServices/sssps5971/registeredServers/77b976f6-9b42-4be7-80eb-e35ac5bff883?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzNzMwMi9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM1OTcxL3JlZ2lzdGVyZWRTZXJ2ZXJzLzc3Yjk3NmY2LTliNDItNGJlNy04MGViLWUzNWFjNWJmZjg4Mz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -501,7 +633,7 @@ "no-cache" ], "x-ms-request-id": [ - "7797b220-a1e0-49bf-8fd4-ea210171c5e5" + "5526a298-17f8-494d-843a-94cd0ac82545" ], "X-Content-Type-Options": [ "nosniff" @@ -519,47 +651,47 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11998" + "11996" ], "x-ms-correlation-request-id": [ - "934b2f6f-6618-4a5c-afc3-15156c1a8532" + "149f9823-5ef3-4eef-80cf-9b31aea1cc50" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T233726Z:934b2f6f-6618-4a5c-afc3-15156c1a8532" + "WESTUS:20200623T233513Z:149f9823-5ef3-4eef-80cf-9b31aea1cc50" ], "Date": [ - "Wed, 03 Jul 2019 23:37:25 GMT" + "Tue, 23 Jun 2020 23:35:13 GMT" ], "Content-Length": [ - "13367" + "13498" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"serverCertificate\": null,\r\n \"agentVersion\": \"5.0.2.0\",\r\n \"agentVersionStatus\": null,\r\n \"agentVersionExpirationDate\": null,\r\n \"serverOSVersion\": \"10.0.14393.0\",\r\n \"serverManagementErrorCode\": 0,\r\n \"lastHeartBeat\": \"2019-07-03T16:37:18.8328686-07:00\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"serverRole\": \"Standalone\",\r\n \"clusterId\": \"00000000-0000-0000-0000-000000000000\",\r\n \"clusterName\": \"\",\r\n \"serverId\": \"ab70cec8-226f-4b2e-858b-bff314dce3a1\",\r\n \"storageSyncServiceUid\": \"281186bc-69dd-4397-82a3-d13b0b8f2b7f\",\r\n \"lastWorkflowId\": \"storageSyncServices/sssps1715/workflows/886dbb91-04c7-4b5a-8638-f1ce6dd3d66e\",\r\n \"lastOperationName\": \"ICreateRegisteredServerWorkflow\",\r\n \"friendlyName\": \"andreyazdevops.redmond.corp.microsoft.com\",\r\n \"monitoringConfiguration\": \"{\\\"agentConfiguration\\\":\\\" \\\\\\\\Memory\\\\\\\\Available MBytes \\\\\\\\Processor(_Total)\\\\\\\\% Processor Time \\\\\\\\Network Interface(*)\\\\\\\\Bytes Total/sec \\\\\\\\Network Interface(*)\\\\\\\\Bytes Received/sec \\\\\\\\Network Interface(*)\\\\\\\\Bytes Sent/sec \\\\\\\\Network Interface(*)\\\\\\\\Current Bandwidth \\\\\\\\Network Interface(*)\\\\\\\\Output Queue Length \\\\\\\\Server\\\\\\\\Bytes Total/sec \\\\\\\\Process(filesyncsvc)\\\\\\\\* \\\\\\\\Process(w3wp)\\\\\\\\Private Bytes \\\\\\\\Process(MonAgentCore)\\\\\\\\% Processor Time \\\\\\\\Process(MonAgentHost)\\\\\\\\% Processor Time \\\\\\\\Process(MonAgentManager)\\\\\\\\% Processor Time \\\\\\\\Process(MonAgentLauncher)\\\\\\\\% Processor Time \\\\\\\\Process(MonAgentCore)\\\\\\\\Private Bytes \\\\\\\\Process(MonAgentHost)\\\\\\\\Private Bytes \\\\\\\\Process(MonAgentManager)\\\\\\\\Private Bytes \\\\\\\\Process(MonAgentLauncher)\\\\\\\\Private Bytes \\\\\\\\Process(AzureStorageSyncMonitor)\\\\\\\\% Processor Time \\\\\\\\Process(AzureStorageSyncMonitor)\\\\\\\\Private Bytes \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") EventsToCollect=ServerPerformanceCounters:PerformanceCounter,ServerTelemetryEvents:WindowsEventLog,ServerItemResultsEvents:WindowsEventLog,ServerApplicationEvents:WindowsEventLog;DiagnosticEvents=ServerOperationalEvents:WindowsEventLog,ServerDiagnosticEvents:WindowsEventLog,ServerManagementOperationalEvents:WindowsEventLog,ServerManagementDiagnosticEvents:WindowsEventLog,ServerScrubbingEvents:WindowsEventLog,TieringResultsEvents:WindowsEventLog,RecallResultsEvents:WindowsEventLog,AfsUserModeTraceSession:Trace,AfsKernelModeTraceSession:Trace,InstallerLogs:InstallerLogs;EventSchedulerIntervalsInMins=EnvironmentTelemetry:1440 \\\",\\\"configurationVersion\\\":\\\"1\\\",\\\"id\\\":null,\\\"type\\\":\\\"microsoft.storagesync/storageSyncServices/HybridMonitoringConfiguration\\\"}\",\r\n \"managementEndpointUri\": \"https://euap01.afs.azure.net:443/\",\r\n \"discoveryEndpointUri\": \"https://tm-euap01.afs.azure.net:443\",\r\n \"resourceLocation\": \"centraluseuap\",\r\n \"serviceLocation\": \"centraluseuap\"\r\n },\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps159/providers/microsoft.storagesync/storageSyncServices/sssps1715/registeredServers/ab70cec8-226f-4b2e-858b-bff314dce3a1\",\r\n \"name\": \"ab70cec8-226f-4b2e-858b-bff314dce3a1\",\r\n \"type\": \"microsoft.storagesync/storageSyncServices/registeredServers\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"agentVersion\": \"5.0.2.0\",\r\n \"serverOSVersion\": \"10.0.14393.0\",\r\n \"serverManagementErrorCode\": 0,\r\n \"lastHeartBeat\": \"2020-06-23T16:35:08.0795163-07:00\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"serverRole\": \"Standalone\",\r\n \"clusterId\": \"00000000-0000-0000-0000-000000000000\",\r\n \"clusterName\": \"\",\r\n \"serverId\": \"77b976f6-9b42-4be7-80eb-e35ac5bff883\",\r\n \"storageSyncServiceUid\": \"69ac2c1e-7a77-4b8b-81b5-db06027c7cbb\",\r\n \"lastWorkflowId\": \"storageSyncServices/sssps5971/workflows/fbe4f407-7c4a-426d-acf4-73d15dd3baad\",\r\n \"lastOperationName\": \"ICreateRegisteredServerWorkflow\",\r\n \"friendlyName\": \"ankushb-vm02.ntdev.corp.microsoft.com\",\r\n \"monitoringConfiguration\": \"{\\\"agentConfiguration\\\":\\\" \\\\\\\\Memory\\\\\\\\Available MBytes \\\\\\\\Processor(_Total)\\\\\\\\% Processor Time \\\\\\\\Network Interface(*)\\\\\\\\Bytes Total/sec \\\\\\\\Network Interface(*)\\\\\\\\Bytes Received/sec \\\\\\\\Network Interface(*)\\\\\\\\Bytes Sent/sec \\\\\\\\Network Interface(*)\\\\\\\\Current Bandwidth \\\\\\\\Network Interface(*)\\\\\\\\Output Queue Length \\\\\\\\Server\\\\\\\\Bytes Total/sec \\\\\\\\Process(filesyncsvc)\\\\\\\\* \\\\\\\\Process(w3wp)\\\\\\\\Private Bytes \\\\\\\\Process(MonAgentCore)\\\\\\\\% Processor Time \\\\\\\\Process(MonAgentHost)\\\\\\\\% Processor Time \\\\\\\\Process(MonAgentManager)\\\\\\\\% Processor Time \\\\\\\\Process(MonAgentLauncher)\\\\\\\\% Processor Time \\\\\\\\Process(MonAgentCore)\\\\\\\\Private Bytes \\\\\\\\Process(MonAgentHost)\\\\\\\\Private Bytes \\\\\\\\Process(MonAgentManager)\\\\\\\\Private Bytes \\\\\\\\Process(MonAgentLauncher)\\\\\\\\Private Bytes \\\\\\\\Process(AzureStorageSyncMonitor)\\\\\\\\% Processor Time \\\\\\\\Process(AzureStorageSyncMonitor)\\\\\\\\Private Bytes \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") EventsToCollect=ServerPerformanceCounters:PerformanceCounter,ServerTelemetryEvents:WindowsEventLog,ServerItemResultsEvents:WindowsEventLog,ServerApplicationEvents:WindowsEventLog;DiagnosticEvents=ServerOperationalEvents:WindowsEventLog,ServerDiagnosticEvents:WindowsEventLog,ServerManagementOperationalEvents:WindowsEventLog,ServerManagementDiagnosticEvents:WindowsEventLog,ServerScrubbingEvents:WindowsEventLog,TieringResultsEvents:WindowsEventLog,RecallResultsEvents:WindowsEventLog,AfsUserModeTraceSession:Trace,AfsKernelModeTraceSession:Trace,InstallerLogs:InstallerLogs;EventSchedulerIntervalsInMins=EnvironmentTelemetry:1440 \\\",\\\"configurationVersion\\\":\\\"1\\\",\\\"id\\\":null,\\\"type\\\":\\\"microsoft.storagesync/storageSyncServices/HybridMonitoringConfiguration\\\"}\",\r\n \"managementEndpointUri\": \"https://euap01.afs.azure.net:443/\",\r\n \"discoveryEndpointUri\": \"https://tm-euap01.afs.azure.net:443\",\r\n \"resourceLocation\": \"centraluseuap\",\r\n \"serviceLocation\": \"centraluseuap\",\r\n \"monitoringEndpointUri\": \"https://euap01.afs.azure.net:443/\"\r\n },\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps7302/providers/microsoft.storagesync/storageSyncServices/sssps5971/registeredServers/77b976f6-9b42-4be7-80eb-e35ac5bff883\",\r\n \"name\": \"77b976f6-9b42-4be7-80eb-e35ac5bff883\",\r\n \"type\": \"microsoft.storagesync/storageSyncServices/registeredServers\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps159/providers/Microsoft.StorageSync/storageSyncServices/sssps1715/registeredServers?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzMTU5L3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZVN5bmMvc3RvcmFnZVN5bmNTZXJ2aWNlcy9zc3NwczE3MTUvcmVnaXN0ZXJlZFNlcnZlcnM/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps7302/providers/Microsoft.StorageSync/storageSyncServices/sssps5971/registeredServers?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzNzMwMi9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM1OTcxL3JlZ2lzdGVyZWRTZXJ2ZXJzP2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "50a61dd0-6c75-46a5-bd38-8d992916aaa1" + "24817bfd-ae57-4ccc-ac48-2c8d1b7203c4" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -570,7 +702,7 @@ "no-cache" ], "x-ms-request-id": [ - "56505458-5946-4dc4-9b64-6944ac5f25bc" + "3e46afb0-dc06-47b8-bb1a-aebfc1c08c02" ], "X-Content-Type-Options": [ "nosniff" @@ -588,47 +720,47 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11997" + "11995" ], "x-ms-correlation-request-id": [ - "c5721fca-27d5-4d29-8110-d6dc194b01de" + "aca4a00f-a637-4408-9a89-cae0b30209f6" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T233727Z:c5721fca-27d5-4d29-8110-d6dc194b01de" + "WESTUS:20200623T233514Z:aca4a00f-a637-4408-9a89-cae0b30209f6" ], "Date": [ - "Wed, 03 Jul 2019 23:37:26 GMT" + "Tue, 23 Jun 2020 23:35:13 GMT" ], "Content-Length": [ - "13379" + "13627" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"properties\": {\r\n \"serverCertificate\": null,\r\n \"agentVersion\": \"5.0.2.0\",\r\n \"agentVersionStatus\": null,\r\n \"agentVersionExpirationDate\": null,\r\n \"serverOSVersion\": \"10.0.14393.0\",\r\n \"serverManagementErrorCode\": 0,\r\n \"lastHeartBeat\": \"2019-07-03T16:37:18.8328686-07:00\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"serverRole\": \"Standalone\",\r\n \"clusterId\": \"00000000-0000-0000-0000-000000000000\",\r\n \"clusterName\": \"\",\r\n \"serverId\": \"ab70cec8-226f-4b2e-858b-bff314dce3a1\",\r\n \"storageSyncServiceUid\": \"281186bc-69dd-4397-82a3-d13b0b8f2b7f\",\r\n \"lastWorkflowId\": \"storageSyncServices/sssps1715/workflows/886dbb91-04c7-4b5a-8638-f1ce6dd3d66e\",\r\n \"lastOperationName\": \"ICreateRegisteredServerWorkflow\",\r\n \"friendlyName\": \"andreyazdevops.redmond.corp.microsoft.com\",\r\n \"monitoringConfiguration\": \"{\\\"agentConfiguration\\\":\\\" \\\\\\\\Memory\\\\\\\\Available MBytes \\\\\\\\Processor(_Total)\\\\\\\\% Processor Time \\\\\\\\Network Interface(*)\\\\\\\\Bytes Total/sec \\\\\\\\Network Interface(*)\\\\\\\\Bytes Received/sec \\\\\\\\Network Interface(*)\\\\\\\\Bytes Sent/sec \\\\\\\\Network Interface(*)\\\\\\\\Current Bandwidth \\\\\\\\Network Interface(*)\\\\\\\\Output Queue Length \\\\\\\\Server\\\\\\\\Bytes Total/sec \\\\\\\\Process(filesyncsvc)\\\\\\\\* \\\\\\\\Process(w3wp)\\\\\\\\Private Bytes \\\\\\\\Process(MonAgentCore)\\\\\\\\% Processor Time \\\\\\\\Process(MonAgentHost)\\\\\\\\% Processor Time \\\\\\\\Process(MonAgentManager)\\\\\\\\% Processor Time \\\\\\\\Process(MonAgentLauncher)\\\\\\\\% Processor Time \\\\\\\\Process(MonAgentCore)\\\\\\\\Private Bytes \\\\\\\\Process(MonAgentHost)\\\\\\\\Private Bytes \\\\\\\\Process(MonAgentManager)\\\\\\\\Private Bytes \\\\\\\\Process(MonAgentLauncher)\\\\\\\\Private Bytes \\\\\\\\Process(AzureStorageSyncMonitor)\\\\\\\\% Processor Time \\\\\\\\Process(AzureStorageSyncMonitor)\\\\\\\\Private Bytes \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") EventsToCollect=ServerPerformanceCounters:PerformanceCounter,ServerTelemetryEvents:WindowsEventLog,ServerItemResultsEvents:WindowsEventLog,ServerApplicationEvents:WindowsEventLog;DiagnosticEvents=ServerOperationalEvents:WindowsEventLog,ServerDiagnosticEvents:WindowsEventLog,ServerManagementOperationalEvents:WindowsEventLog,ServerManagementDiagnosticEvents:WindowsEventLog,ServerScrubbingEvents:WindowsEventLog,TieringResultsEvents:WindowsEventLog,RecallResultsEvents:WindowsEventLog,AfsUserModeTraceSession:Trace,AfsKernelModeTraceSession:Trace,InstallerLogs:InstallerLogs;EventSchedulerIntervalsInMins=EnvironmentTelemetry:1440 \\\",\\\"configurationVersion\\\":\\\"1\\\",\\\"id\\\":null,\\\"type\\\":\\\"microsoft.storagesync/storageSyncServices/HybridMonitoringConfiguration\\\"}\",\r\n \"managementEndpointUri\": \"https://euap01.afs.azure.net:443/\",\r\n \"discoveryEndpointUri\": \"https://tm-euap01.afs.azure.net:443\",\r\n \"resourceLocation\": \"centraluseuap\",\r\n \"serviceLocation\": \"centraluseuap\"\r\n },\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps159/providers/microsoft.storagesync/storageSyncServices/sssps1715/registeredServers/ab70cec8-226f-4b2e-858b-bff314dce3a1\",\r\n \"name\": \"ab70cec8-226f-4b2e-858b-bff314dce3a1\",\r\n \"type\": \"microsoft.storagesync/storageSyncServices/registeredServers\"\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"properties\": {\r\n \"agentVersion\": \"5.0.2.0\",\r\n \"serverOSVersion\": \"10.0.14393.0\",\r\n \"serverManagementErrorCode\": 0,\r\n \"lastHeartBeat\": \"2020-06-23T16:35:08.0795163-07:00\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"serverRole\": \"Standalone\",\r\n \"clusterId\": \"00000000-0000-0000-0000-000000000000\",\r\n \"clusterName\": \"\",\r\n \"serverId\": \"77b976f6-9b42-4be7-80eb-e35ac5bff883\",\r\n \"storageSyncServiceUid\": \"69ac2c1e-7a77-4b8b-81b5-db06027c7cbb\",\r\n \"lastWorkflowId\": \"storageSyncServices/sssps5971/workflows/fbe4f407-7c4a-426d-acf4-73d15dd3baad\",\r\n \"lastOperationName\": \"ICreateRegisteredServerWorkflow\",\r\n \"friendlyName\": \"ankushb-vm02.ntdev.corp.microsoft.com\",\r\n \"monitoringConfiguration\": \"{\\\"agentConfiguration\\\":\\\" \\\\\\\\Memory\\\\\\\\Available MBytes \\\\\\\\Processor(_Total)\\\\\\\\% Processor Time \\\\\\\\Network Interface(*)\\\\\\\\Bytes Total/sec \\\\\\\\Network Interface(*)\\\\\\\\Bytes Received/sec \\\\\\\\Network Interface(*)\\\\\\\\Bytes Sent/sec \\\\\\\\Network Interface(*)\\\\\\\\Current Bandwidth \\\\\\\\Network Interface(*)\\\\\\\\Output Queue Length \\\\\\\\Server\\\\\\\\Bytes Total/sec \\\\\\\\Process(filesyncsvc)\\\\\\\\* \\\\\\\\Process(w3wp)\\\\\\\\Private Bytes \\\\\\\\Process(MonAgentCore)\\\\\\\\% Processor Time \\\\\\\\Process(MonAgentHost)\\\\\\\\% Processor Time \\\\\\\\Process(MonAgentManager)\\\\\\\\% Processor Time \\\\\\\\Process(MonAgentLauncher)\\\\\\\\% Processor Time \\\\\\\\Process(MonAgentCore)\\\\\\\\Private Bytes \\\\\\\\Process(MonAgentHost)\\\\\\\\Private Bytes \\\\\\\\Process(MonAgentManager)\\\\\\\\Private Bytes \\\\\\\\Process(MonAgentLauncher)\\\\\\\\Private Bytes \\\\\\\\Process(AzureStorageSyncMonitor)\\\\\\\\% Processor Time \\\\\\\\Process(AzureStorageSyncMonitor)\\\\\\\\Private Bytes \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") EventsToCollect=ServerPerformanceCounters:PerformanceCounter,ServerTelemetryEvents:WindowsEventLog,ServerItemResultsEvents:WindowsEventLog,ServerApplicationEvents:WindowsEventLog;DiagnosticEvents=ServerOperationalEvents:WindowsEventLog,ServerDiagnosticEvents:WindowsEventLog,ServerManagementOperationalEvents:WindowsEventLog,ServerManagementDiagnosticEvents:WindowsEventLog,ServerScrubbingEvents:WindowsEventLog,TieringResultsEvents:WindowsEventLog,RecallResultsEvents:WindowsEventLog,AfsUserModeTraceSession:Trace,AfsKernelModeTraceSession:Trace,InstallerLogs:InstallerLogs;EventSchedulerIntervalsInMins=EnvironmentTelemetry:1440 \\\",\\\"configurationVersion\\\":\\\"1\\\",\\\"id\\\":null,\\\"type\\\":\\\"microsoft.storagesync/storageSyncServices/HybridMonitoringConfiguration\\\"}\",\r\n \"managementEndpointUri\": \"https://euap01.afs.azure.net:443/\",\r\n \"discoveryEndpointUri\": \"https://tm-euap01.afs.azure.net:443\",\r\n \"resourceLocation\": \"centraluseuap\",\r\n \"serviceLocation\": \"centraluseuap\",\r\n \"monitoringEndpointUri\": \"https://euap01.afs.azure.net:443/\"\r\n },\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps7302/providers/microsoft.storagesync/storageSyncServices/sssps5971/registeredServers/77b976f6-9b42-4be7-80eb-e35ac5bff883\",\r\n \"name\": \"77b976f6-9b42-4be7-80eb-e35ac5bff883\",\r\n \"type\": \"microsoft.storagesync/storageSyncServices/registeredServers\"\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps159/providers/Microsoft.StorageSync/storageSyncServices/sssps1715/registeredServers/ab70cec8-226f-4b2e-858b-bff314dce3a1?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzMTU5L3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZVN5bmMvc3RvcmFnZVN5bmNTZXJ2aWNlcy9zc3NwczE3MTUvcmVnaXN0ZXJlZFNlcnZlcnMvYWI3MGNlYzgtMjI2Zi00YjJlLTg1OGItYmZmMzE0ZGNlM2ExP2FwaS12ZXJzaW9uPTIwMTktMDMtMDE=", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps7302/providers/Microsoft.StorageSync/storageSyncServices/sssps5971/registeredServers/77b976f6-9b42-4be7-80eb-e35ac5bff883?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzNzMwMi9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM1OTcxL3JlZ2lzdGVyZWRTZXJ2ZXJzLzc3Yjk3NmY2LTliNDItNGJlNy04MGViLWUzNWFjNWJmZjg4Mz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "8175930d-f4d7-47d6-a2c3-098f0b0b5945" + "e96a91a3-295a-4388-957c-cbb7c655abba" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -639,16 +771,16 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps159/providers/microsoft.storagesync/storageSyncServices/sssps1715/workflows/0c7d6429-de1e-43ca-851d-41afcf6d39ac/operationresults/299d9160-8851-4df5-9eb6-4be92a27ece5?api-version=2019-03-01" + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6IjY5YWMyYzFlLTdhNzctNGI4Yi04MWI1LWRiMDYwMjdjN2NiYiIsIndvcmtmbG93SWQiOiJmYmZjNTVmMC03NmMzLTQ2MDgtODZmZS0wMzIwOWZkNjM1YjciLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiYjBjYzY5ODAtNjdjOC00ZDYyLWFlZDAtOWQxMTJhOTY2N2JiIn0=?api-version=2020-03-01" ], "Retry-After": [ "10" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps159/providers/microsoft.storagesync/storageSyncServices/sssps1715/workflows/0c7d6429-de1e-43ca-851d-41afcf6d39ac/operations/299d9160-8851-4df5-9eb6-4be92a27ece5?api-version=2019-03-01" + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6IjY5YWMyYzFlLTdhNzctNGI4Yi04MWI1LWRiMDYwMjdjN2NiYiIsIndvcmtmbG93SWQiOiJmYmZjNTVmMC03NmMzLTQ2MDgtODZmZS0wMzIwOWZkNjM1YjciLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiYjBjYzY5ODAtNjdjOC00ZDYyLWFlZDAtOWQxMTJhOTY2N2JiIn0=?api-version=2020-03-01" ], "x-ms-request-id": [ - "03a70c49-1155-4da4-b863-a05d62dc6afe" + "104e717b-a13f-48f2-8cfd-ddcc93d4a569" ], "X-Content-Type-Options": [ "nosniff" @@ -666,16 +798,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-deletes": [ - "14999" + "14998" ], "x-ms-correlation-request-id": [ - "f2bcec5a-be4a-4f9a-af3b-d0ebd8cd23c0" + "1bff8376-c879-49a1-b844-8b5fd102dc58" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T233727Z:f2bcec5a-be4a-4f9a-af3b-d0ebd8cd23c0" + "WESTUS:20200623T233514Z:1bff8376-c879-49a1-b844-8b5fd102dc58" ], "Date": [ - "Wed, 03 Jul 2019 23:37:26 GMT" + "Tue, 23 Jun 2020 23:35:14 GMT" ], "Expires": [ "-1" @@ -688,16 +820,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps159/providers/microsoft.storagesync/storageSyncServices/sssps1715/workflows/0c7d6429-de1e-43ca-851d-41afcf6d39ac/operations/299d9160-8851-4df5-9eb6-4be92a27ece5?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzMTU5L3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvc3RvcmFnZVN5bmNTZXJ2aWNlcy9zc3NwczE3MTUvd29ya2Zsb3dzLzBjN2Q2NDI5LWRlMWUtNDNjYS04NTFkLTQxYWZjZjZkMzlhYy9vcGVyYXRpb25zLzI5OWQ5MTYwLTg4NTEtNGRmNS05ZWI2LTRiZTkyYTI3ZWNlNT9hcGktdmVyc2lvbj0yMDE5LTAzLTAx", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6IjY5YWMyYzFlLTdhNzctNGI4Yi04MWI1LWRiMDYwMjdjN2NiYiIsIndvcmtmbG93SWQiOiJmYmZjNTVmMC03NmMzLTQ2MDgtODZmZS0wMzIwOWZkNjM1YjciLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiYjBjYzY5ODAtNjdjOC00ZDYyLWFlZDAtOWQxMTJhOTY2N2JiIn0=?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvbG9jYXRpb25zL2NlbnRyYWx1c2V1YXAvb3BlcmF0aW9ucy9leUp3WVhKMGFYUnBiMjVKWkNJNklqWTVZV015WXpGbExUZGhOemN0TkdJNFlpMDRNV0kxTFdSaU1EWXdNamRqTjJOaVlpSXNJbmR2Y210bWJHOTNTV1FpT2lKbVltWmpOVFZtTUMwM05tTXpMVFEyTURndE9EWm1aUzB3TXpJd09XWmtOak0xWWpjaUxDSjNiM0pyWm14dmQwOXdaWEpoZEdsdmJrbGtJam9pWWpCall6WTVPREF0Tmpkak9DMDBaRFl5TFdGbFpEQXRPV1F4TVRKaE9UWTJOMkppSW4wPT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -708,7 +840,7 @@ "no-cache" ], "x-ms-request-id": [ - "527ffb43-0fc4-4a92-ab5d-009b30ba50b3" + "eb83c455-f2f2-42d2-ac76-5e52ab82b084" ], "X-Content-Type-Options": [ "nosniff" @@ -726,41 +858,41 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11996" + "11994" ], "x-ms-correlation-request-id": [ - "51cdfada-25ef-41ca-9b8b-f95dbefffac1" + "e9267aef-57d3-4813-855d-1478c7560de7" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T233737Z:51cdfada-25ef-41ca-9b8b-f95dbefffac1" + "WESTUS:20200623T233524Z:e9267aef-57d3-4813-855d-1478c7560de7" ], "Date": [ - "Wed, 03 Jul 2019 23:37:36 GMT" + "Tue, 23 Jun 2020 23:35:24 GMT" ], "Content-Length": [ - "446" + "745" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps159/providers/microsoft.storagesync/storageSyncServices/sssps1715/workflow/0c7d6429-de1e-43ca-851d-41afcf6d39ac/operationresults/299d9160-8851-4df5-9eb6-4be92a27ece5\",\r\n \"name\": \"299d9160-8851-4df5-9eb6-4be92a27ece5\",\r\n \"status\": \"delayStep\",\r\n \"startTime\": \"2019-07-03T23:37:28.3468999Z\",\r\n \"endTime\": \"2019-07-03T23:37:31.8712669Z\",\r\n \"percentComplete\": null,\r\n \"error\": null,\r\n \"properties\": {}\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6IjY5YWMyYzFlLTdhNzctNGI4Yi04MWI1LWRiMDYwMjdjN2NiYiIsIndvcmtmbG93SWQiOiJmYmZjNTVmMC03NmMzLTQ2MDgtODZmZS0wMzIwOWZkNjM1YjciLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiYjBjYzY5ODAtNjdjOC00ZDYyLWFlZDAtOWQxMTJhOTY2N2JiIn0=\",\r\n \"name\": \"eyJwYXJ0aXRpb25JZCI6IjY5YWMyYzFlLTdhNzctNGI4Yi04MWI1LWRiMDYwMjdjN2NiYiIsIndvcmtmbG93SWQiOiJmYmZjNTVmMC03NmMzLTQ2MDgtODZmZS0wMzIwOWZkNjM1YjciLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiYjBjYzY5ODAtNjdjOC00ZDYyLWFlZDAtOWQxMTJhOTY2N2JiIn0=\",\r\n \"status\": \"delayStep\",\r\n \"startTime\": \"2020-06-23T23:35:15.0097268Z\",\r\n \"endTime\": \"2020-06-23T23:35:18.5856633Z\",\r\n \"properties\": {}\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps159/providers/microsoft.storagesync/storageSyncServices/sssps1715/workflows/0c7d6429-de1e-43ca-851d-41afcf6d39ac/operations/299d9160-8851-4df5-9eb6-4be92a27ece5?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzMTU5L3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvc3RvcmFnZVN5bmNTZXJ2aWNlcy9zc3NwczE3MTUvd29ya2Zsb3dzLzBjN2Q2NDI5LWRlMWUtNDNjYS04NTFkLTQxYWZjZjZkMzlhYy9vcGVyYXRpb25zLzI5OWQ5MTYwLTg4NTEtNGRmNS05ZWI2LTRiZTkyYTI3ZWNlNT9hcGktdmVyc2lvbj0yMDE5LTAzLTAx", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6IjY5YWMyYzFlLTdhNzctNGI4Yi04MWI1LWRiMDYwMjdjN2NiYiIsIndvcmtmbG93SWQiOiJmYmZjNTVmMC03NmMzLTQ2MDgtODZmZS0wMzIwOWZkNjM1YjciLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiYjBjYzY5ODAtNjdjOC00ZDYyLWFlZDAtOWQxMTJhOTY2N2JiIn0=?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvbG9jYXRpb25zL2NlbnRyYWx1c2V1YXAvb3BlcmF0aW9ucy9leUp3WVhKMGFYUnBiMjVKWkNJNklqWTVZV015WXpGbExUZGhOemN0TkdJNFlpMDRNV0kxTFdSaU1EWXdNamRqTjJOaVlpSXNJbmR2Y210bWJHOTNTV1FpT2lKbVltWmpOVFZtTUMwM05tTXpMVFEyTURndE9EWm1aUzB3TXpJd09XWmtOak0xWWpjaUxDSjNiM0pyWm14dmQwOXdaWEpoZEdsdmJrbGtJam9pWWpCall6WTVPREF0Tmpkak9DMDBaRFl5TFdGbFpEQXRPV1F4TVRKaE9UWTJOMkppSW4wPT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -771,7 +903,7 @@ "no-cache" ], "x-ms-request-id": [ - "e9d1a46f-a62e-42da-b7cb-683aa0c94a35" + "25ba9aa0-92e3-4f17-ab4a-ca73dd8d451d" ], "X-Content-Type-Options": [ "nosniff" @@ -789,41 +921,41 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11995" + "11993" ], "x-ms-correlation-request-id": [ - "1168cd11-be75-41cd-8aed-47b02b487d6e" + "3180246e-d998-41cf-ae17-ddcdffe2d2e8" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T233748Z:1168cd11-be75-41cd-8aed-47b02b487d6e" + "WESTUS:20200623T233535Z:3180246e-d998-41cf-ae17-ddcdffe2d2e8" ], "Date": [ - "Wed, 03 Jul 2019 23:37:47 GMT" + "Tue, 23 Jun 2020 23:35:34 GMT" ], "Content-Length": [ - "446" + "745" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps159/providers/microsoft.storagesync/storageSyncServices/sssps1715/workflow/0c7d6429-de1e-43ca-851d-41afcf6d39ac/operationresults/299d9160-8851-4df5-9eb6-4be92a27ece5\",\r\n \"name\": \"299d9160-8851-4df5-9eb6-4be92a27ece5\",\r\n \"status\": \"delayStep\",\r\n \"startTime\": \"2019-07-03T23:37:28.3468999Z\",\r\n \"endTime\": \"2019-07-03T23:37:31.8712669Z\",\r\n \"percentComplete\": null,\r\n \"error\": null,\r\n \"properties\": {}\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6IjY5YWMyYzFlLTdhNzctNGI4Yi04MWI1LWRiMDYwMjdjN2NiYiIsIndvcmtmbG93SWQiOiJmYmZjNTVmMC03NmMzLTQ2MDgtODZmZS0wMzIwOWZkNjM1YjciLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiYjBjYzY5ODAtNjdjOC00ZDYyLWFlZDAtOWQxMTJhOTY2N2JiIn0=\",\r\n \"name\": \"eyJwYXJ0aXRpb25JZCI6IjY5YWMyYzFlLTdhNzctNGI4Yi04MWI1LWRiMDYwMjdjN2NiYiIsIndvcmtmbG93SWQiOiJmYmZjNTVmMC03NmMzLTQ2MDgtODZmZS0wMzIwOWZkNjM1YjciLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiYjBjYzY5ODAtNjdjOC00ZDYyLWFlZDAtOWQxMTJhOTY2N2JiIn0=\",\r\n \"status\": \"delayStep\",\r\n \"startTime\": \"2020-06-23T23:35:15.0097268Z\",\r\n \"endTime\": \"2020-06-23T23:35:18.5856633Z\",\r\n \"properties\": {}\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps159/providers/microsoft.storagesync/storageSyncServices/sssps1715/workflows/0c7d6429-de1e-43ca-851d-41afcf6d39ac/operations/299d9160-8851-4df5-9eb6-4be92a27ece5?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzMTU5L3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvc3RvcmFnZVN5bmNTZXJ2aWNlcy9zc3NwczE3MTUvd29ya2Zsb3dzLzBjN2Q2NDI5LWRlMWUtNDNjYS04NTFkLTQxYWZjZjZkMzlhYy9vcGVyYXRpb25zLzI5OWQ5MTYwLTg4NTEtNGRmNS05ZWI2LTRiZTkyYTI3ZWNlNT9hcGktdmVyc2lvbj0yMDE5LTAzLTAx", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6IjY5YWMyYzFlLTdhNzctNGI4Yi04MWI1LWRiMDYwMjdjN2NiYiIsIndvcmtmbG93SWQiOiJmYmZjNTVmMC03NmMzLTQ2MDgtODZmZS0wMzIwOWZkNjM1YjciLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiYjBjYzY5ODAtNjdjOC00ZDYyLWFlZDAtOWQxMTJhOTY2N2JiIn0=?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvbG9jYXRpb25zL2NlbnRyYWx1c2V1YXAvb3BlcmF0aW9ucy9leUp3WVhKMGFYUnBiMjVKWkNJNklqWTVZV015WXpGbExUZGhOemN0TkdJNFlpMDRNV0kxTFdSaU1EWXdNamRqTjJOaVlpSXNJbmR2Y210bWJHOTNTV1FpT2lKbVltWmpOVFZtTUMwM05tTXpMVFEyTURndE9EWm1aUzB3TXpJd09XWmtOak0xWWpjaUxDSjNiM0pyWm14dmQwOXdaWEpoZEdsdmJrbGtJam9pWWpCall6WTVPREF0Tmpkak9DMDBaRFl5TFdGbFpEQXRPV1F4TVRKaE9UWTJOMkppSW4wPT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -834,7 +966,7 @@ "no-cache" ], "x-ms-request-id": [ - "7fdecfb4-738e-4bbd-b29b-288fdedf1c98" + "b77c9dd9-7f8a-4af8-957c-420b6a44b510" ], "X-Content-Type-Options": [ "nosniff" @@ -852,41 +984,41 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11994" + "11992" ], "x-ms-correlation-request-id": [ - "d164b775-e270-4f75-9a6e-aa7477c70a8c" + "b0fdceb8-d710-4331-810c-0e77c537303b" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T233758Z:d164b775-e270-4f75-9a6e-aa7477c70a8c" + "WESTUS:20200623T233545Z:b0fdceb8-d710-4331-810c-0e77c537303b" ], "Date": [ - "Wed, 03 Jul 2019 23:37:58 GMT" + "Tue, 23 Jun 2020 23:35:44 GMT" ], "Content-Length": [ - "446" + "745" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps159/providers/microsoft.storagesync/storageSyncServices/sssps1715/workflow/0c7d6429-de1e-43ca-851d-41afcf6d39ac/operationresults/299d9160-8851-4df5-9eb6-4be92a27ece5\",\r\n \"name\": \"299d9160-8851-4df5-9eb6-4be92a27ece5\",\r\n \"status\": \"delayStep\",\r\n \"startTime\": \"2019-07-03T23:37:28.3468999Z\",\r\n \"endTime\": \"2019-07-03T23:37:31.8712669Z\",\r\n \"percentComplete\": null,\r\n \"error\": null,\r\n \"properties\": {}\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6IjY5YWMyYzFlLTdhNzctNGI4Yi04MWI1LWRiMDYwMjdjN2NiYiIsIndvcmtmbG93SWQiOiJmYmZjNTVmMC03NmMzLTQ2MDgtODZmZS0wMzIwOWZkNjM1YjciLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiYjBjYzY5ODAtNjdjOC00ZDYyLWFlZDAtOWQxMTJhOTY2N2JiIn0=\",\r\n \"name\": \"eyJwYXJ0aXRpb25JZCI6IjY5YWMyYzFlLTdhNzctNGI4Yi04MWI1LWRiMDYwMjdjN2NiYiIsIndvcmtmbG93SWQiOiJmYmZjNTVmMC03NmMzLTQ2MDgtODZmZS0wMzIwOWZkNjM1YjciLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiYjBjYzY5ODAtNjdjOC00ZDYyLWFlZDAtOWQxMTJhOTY2N2JiIn0=\",\r\n \"status\": \"delayStep\",\r\n \"startTime\": \"2020-06-23T23:35:15.0097268Z\",\r\n \"endTime\": \"2020-06-23T23:35:18.5856633Z\",\r\n \"properties\": {}\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps159/providers/microsoft.storagesync/storageSyncServices/sssps1715/workflows/0c7d6429-de1e-43ca-851d-41afcf6d39ac/operations/299d9160-8851-4df5-9eb6-4be92a27ece5?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzMTU5L3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvc3RvcmFnZVN5bmNTZXJ2aWNlcy9zc3NwczE3MTUvd29ya2Zsb3dzLzBjN2Q2NDI5LWRlMWUtNDNjYS04NTFkLTQxYWZjZjZkMzlhYy9vcGVyYXRpb25zLzI5OWQ5MTYwLTg4NTEtNGRmNS05ZWI2LTRiZTkyYTI3ZWNlNT9hcGktdmVyc2lvbj0yMDE5LTAzLTAx", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6IjY5YWMyYzFlLTdhNzctNGI4Yi04MWI1LWRiMDYwMjdjN2NiYiIsIndvcmtmbG93SWQiOiJmYmZjNTVmMC03NmMzLTQ2MDgtODZmZS0wMzIwOWZkNjM1YjciLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiYjBjYzY5ODAtNjdjOC00ZDYyLWFlZDAtOWQxMTJhOTY2N2JiIn0=?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvbG9jYXRpb25zL2NlbnRyYWx1c2V1YXAvb3BlcmF0aW9ucy9leUp3WVhKMGFYUnBiMjVKWkNJNklqWTVZV015WXpGbExUZGhOemN0TkdJNFlpMDRNV0kxTFdSaU1EWXdNamRqTjJOaVlpSXNJbmR2Y210bWJHOTNTV1FpT2lKbVltWmpOVFZtTUMwM05tTXpMVFEyTURndE9EWm1aUzB3TXpJd09XWmtOak0xWWpjaUxDSjNiM0pyWm14dmQwOXdaWEpoZEdsdmJrbGtJam9pWWpCall6WTVPREF0Tmpkak9DMDBaRFl5TFdGbFpEQXRPV1F4TVRKaE9UWTJOMkppSW4wPT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -897,7 +1029,7 @@ "no-cache" ], "x-ms-request-id": [ - "75fa56d3-297e-4b82-97e7-02847c33cdeb" + "04e9263a-6b7d-4f86-a4f3-a2bbf9a02b99" ], "X-Content-Type-Options": [ "nosniff" @@ -915,41 +1047,41 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11993" + "11991" ], "x-ms-correlation-request-id": [ - "f10b40cf-7074-497c-8bfd-e72045de9e41" + "5dcd05a2-cd6a-49e8-80f1-47620450f6fc" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T233808Z:f10b40cf-7074-497c-8bfd-e72045de9e41" + "WESTUS:20200623T233555Z:5dcd05a2-cd6a-49e8-80f1-47620450f6fc" ], "Date": [ - "Wed, 03 Jul 2019 23:38:08 GMT" + "Tue, 23 Jun 2020 23:35:54 GMT" ], "Content-Length": [ - "446" + "745" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps159/providers/microsoft.storagesync/storageSyncServices/sssps1715/workflow/0c7d6429-de1e-43ca-851d-41afcf6d39ac/operationresults/299d9160-8851-4df5-9eb6-4be92a27ece5\",\r\n \"name\": \"299d9160-8851-4df5-9eb6-4be92a27ece5\",\r\n \"status\": \"delayStep\",\r\n \"startTime\": \"2019-07-03T23:37:28.3468999Z\",\r\n \"endTime\": \"2019-07-03T23:37:31.8712669Z\",\r\n \"percentComplete\": null,\r\n \"error\": null,\r\n \"properties\": {}\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6IjY5YWMyYzFlLTdhNzctNGI4Yi04MWI1LWRiMDYwMjdjN2NiYiIsIndvcmtmbG93SWQiOiJmYmZjNTVmMC03NmMzLTQ2MDgtODZmZS0wMzIwOWZkNjM1YjciLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiYjBjYzY5ODAtNjdjOC00ZDYyLWFlZDAtOWQxMTJhOTY2N2JiIn0=\",\r\n \"name\": \"eyJwYXJ0aXRpb25JZCI6IjY5YWMyYzFlLTdhNzctNGI4Yi04MWI1LWRiMDYwMjdjN2NiYiIsIndvcmtmbG93SWQiOiJmYmZjNTVmMC03NmMzLTQ2MDgtODZmZS0wMzIwOWZkNjM1YjciLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiYjBjYzY5ODAtNjdjOC00ZDYyLWFlZDAtOWQxMTJhOTY2N2JiIn0=\",\r\n \"status\": \"delayStep\",\r\n \"startTime\": \"2020-06-23T23:35:15.0097268Z\",\r\n \"endTime\": \"2020-06-23T23:35:18.5856633Z\",\r\n \"properties\": {}\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps159/providers/microsoft.storagesync/storageSyncServices/sssps1715/workflows/0c7d6429-de1e-43ca-851d-41afcf6d39ac/operations/299d9160-8851-4df5-9eb6-4be92a27ece5?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzMTU5L3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvc3RvcmFnZVN5bmNTZXJ2aWNlcy9zc3NwczE3MTUvd29ya2Zsb3dzLzBjN2Q2NDI5LWRlMWUtNDNjYS04NTFkLTQxYWZjZjZkMzlhYy9vcGVyYXRpb25zLzI5OWQ5MTYwLTg4NTEtNGRmNS05ZWI2LTRiZTkyYTI3ZWNlNT9hcGktdmVyc2lvbj0yMDE5LTAzLTAx", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6IjY5YWMyYzFlLTdhNzctNGI4Yi04MWI1LWRiMDYwMjdjN2NiYiIsIndvcmtmbG93SWQiOiJmYmZjNTVmMC03NmMzLTQ2MDgtODZmZS0wMzIwOWZkNjM1YjciLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiYjBjYzY5ODAtNjdjOC00ZDYyLWFlZDAtOWQxMTJhOTY2N2JiIn0=?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvbG9jYXRpb25zL2NlbnRyYWx1c2V1YXAvb3BlcmF0aW9ucy9leUp3WVhKMGFYUnBiMjVKWkNJNklqWTVZV015WXpGbExUZGhOemN0TkdJNFlpMDRNV0kxTFdSaU1EWXdNamRqTjJOaVlpSXNJbmR2Y210bWJHOTNTV1FpT2lKbVltWmpOVFZtTUMwM05tTXpMVFEyTURndE9EWm1aUzB3TXpJd09XWmtOak0xWWpjaUxDSjNiM0pyWm14dmQwOXdaWEpoZEdsdmJrbGtJam9pWWpCall6WTVPREF0Tmpkak9DMDBaRFl5TFdGbFpEQXRPV1F4TVRKaE9UWTJOMkppSW4wPT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -960,7 +1092,7 @@ "no-cache" ], "x-ms-request-id": [ - "dd61f428-0eaa-4188-8d29-24902b65d03e" + "4060438e-deba-4826-ae92-81261548755c" ], "X-Content-Type-Options": [ "nosniff" @@ -978,41 +1110,41 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11992" + "11990" ], "x-ms-correlation-request-id": [ - "9315529b-54ee-4eb7-9c40-b091257212ca" + "b6a65c62-0af2-4957-af01-d6b02dbf1240" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T233819Z:9315529b-54ee-4eb7-9c40-b091257212ca" + "WESTUS:20200623T233605Z:b6a65c62-0af2-4957-af01-d6b02dbf1240" ], "Date": [ - "Wed, 03 Jul 2019 23:38:18 GMT" + "Tue, 23 Jun 2020 23:36:05 GMT" ], "Content-Length": [ - "446" + "745" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps159/providers/microsoft.storagesync/storageSyncServices/sssps1715/workflow/0c7d6429-de1e-43ca-851d-41afcf6d39ac/operationresults/299d9160-8851-4df5-9eb6-4be92a27ece5\",\r\n \"name\": \"299d9160-8851-4df5-9eb6-4be92a27ece5\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2019-07-03T23:37:28.3468999Z\",\r\n \"endTime\": \"2019-07-03T23:38:16.9475367Z\",\r\n \"percentComplete\": null,\r\n \"error\": null,\r\n \"properties\": {}\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6IjY5YWMyYzFlLTdhNzctNGI4Yi04MWI1LWRiMDYwMjdjN2NiYiIsIndvcmtmbG93SWQiOiJmYmZjNTVmMC03NmMzLTQ2MDgtODZmZS0wMzIwOWZkNjM1YjciLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiYjBjYzY5ODAtNjdjOC00ZDYyLWFlZDAtOWQxMTJhOTY2N2JiIn0=\",\r\n \"name\": \"eyJwYXJ0aXRpb25JZCI6IjY5YWMyYzFlLTdhNzctNGI4Yi04MWI1LWRiMDYwMjdjN2NiYiIsIndvcmtmbG93SWQiOiJmYmZjNTVmMC03NmMzLTQ2MDgtODZmZS0wMzIwOWZkNjM1YjciLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiYjBjYzY5ODAtNjdjOC00ZDYyLWFlZDAtOWQxMTJhOTY2N2JiIn0=\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2020-06-23T23:35:15.0097268Z\",\r\n \"endTime\": \"2020-06-23T23:36:03.6625604Z\",\r\n \"properties\": {}\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps159/providers/microsoft.storagesync/storageSyncServices/sssps1715/workflows/0c7d6429-de1e-43ca-851d-41afcf6d39ac/operationresults/299d9160-8851-4df5-9eb6-4be92a27ece5?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzMTU5L3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvc3RvcmFnZVN5bmNTZXJ2aWNlcy9zc3NwczE3MTUvd29ya2Zsb3dzLzBjN2Q2NDI5LWRlMWUtNDNjYS04NTFkLTQxYWZjZjZkMzlhYy9vcGVyYXRpb25yZXN1bHRzLzI5OWQ5MTYwLTg4NTEtNGRmNS05ZWI2LTRiZTkyYTI3ZWNlNT9hcGktdmVyc2lvbj0yMDE5LTAzLTAx", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6IjY5YWMyYzFlLTdhNzctNGI4Yi04MWI1LWRiMDYwMjdjN2NiYiIsIndvcmtmbG93SWQiOiJmYmZjNTVmMC03NmMzLTQ2MDgtODZmZS0wMzIwOWZkNjM1YjciLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiYjBjYzY5ODAtNjdjOC00ZDYyLWFlZDAtOWQxMTJhOTY2N2JiIn0=?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvbG9jYXRpb25zL2NlbnRyYWx1c2V1YXAvb3BlcmF0aW9ucmVzdWx0cy9leUp3WVhKMGFYUnBiMjVKWkNJNklqWTVZV015WXpGbExUZGhOemN0TkdJNFlpMDRNV0kxTFdSaU1EWXdNamRqTjJOaVlpSXNJbmR2Y210bWJHOTNTV1FpT2lKbVltWmpOVFZtTUMwM05tTXpMVFEyTURndE9EWm1aUzB3TXpJd09XWmtOak0xWWpjaUxDSjNiM0pyWm14dmQwOXdaWEpoZEdsdmJrbGtJam9pWWpCall6WTVPREF0Tmpkak9DMDBaRFl5TFdGbFpEQXRPV1F4TVRKaE9UWTJOMkppSW4wPT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -1023,7 +1155,7 @@ "no-cache" ], "x-ms-request-id": [ - "24dd101d-304a-4f78-a497-b47d730c0f00" + "5a234c31-635c-4c2d-8bbd-ba6e7ea0876a" ], "X-Content-Type-Options": [ "nosniff" @@ -1041,16 +1173,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11991" + "11989" ], "x-ms-correlation-request-id": [ - "e569a3ac-876d-4eaa-8721-d4f09f44d71f" + "44baaeee-f34c-46dd-82f3-76d83a5b73bd" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T233819Z:e569a3ac-876d-4eaa-8721-d4f09f44d71f" + "WESTUS:20200623T233606Z:44baaeee-f34c-46dd-82f3-76d83a5b73bd" ], "Date": [ - "Wed, 03 Jul 2019 23:38:19 GMT" + "Tue, 23 Jun 2020 23:36:05 GMT" ], "Expires": [ "-1" @@ -1063,22 +1195,22 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps159/providers/Microsoft.StorageSync/storageSyncServices/sssps1715?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzMTU5L3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZVN5bmMvc3RvcmFnZVN5bmNTZXJ2aWNlcy9zc3NwczE3MTU/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps7302/providers/Microsoft.StorageSync/storageSyncServices/sssps5971?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzNzMwMi9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM1OTcxP2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "0f59fa6b-3de3-47a8-b170-5333db8a1c1c" + "a9efe675-c07e-431b-9269-e25f35065c9d" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -1088,8 +1220,17 @@ "Pragma": [ "no-cache" ], + "Location": [ + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6IjY5YWMyYzFlLTdhNzctNGI4Yi04MWI1LWRiMDYwMjdjN2NiYiIsIndvcmtmbG93SWQiOiI4OTg4NGZjYy01ZGExLTQyYmQtYWMyYi1kZjU4ZmRiYWM5ZjEiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiNjg5MTk3YTAtNGE3OC00ZGY4LTlkMDgtNDQzYWFhOWI5MmJhIn0=?api-version=2020-03-01" + ], + "Retry-After": [ + "10" + ], + "Azure-AsyncOperation": [ + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6IjY5YWMyYzFlLTdhNzctNGI4Yi04MWI1LWRiMDYwMjdjN2NiYiIsIndvcmtmbG93SWQiOiI4OTg4NGZjYy01ZGExLTQyYmQtYWMyYi1kZjU4ZmRiYWM5ZjEiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiNjg5MTk3YTAtNGE3OC00ZGY4LTlkMDgtNDQzYWFhOWI5MmJhIn0=?api-version=2020-03-01" + ], "x-ms-request-id": [ - "fb00f060-ec37-48e0-9fa4-02534ec5d623" + "474b9a2e-e32b-4c56-a5dc-da06b9b1e5fd" ], "X-Content-Type-Options": [ "nosniff" @@ -1107,16 +1248,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-deletes": [ - "14998" + "14997" ], "x-ms-correlation-request-id": [ - "255e7de1-ce66-46e8-863e-bbbeb7bc1d4e" + "2a5df403-5d55-4e4c-a0e6-2c0dadf1106e" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T233820Z:255e7de1-ce66-46e8-863e-bbbeb7bc1d4e" + "WESTUS:20200623T233606Z:2a5df403-5d55-4e4c-a0e6-2c0dadf1106e" ], "Date": [ - "Wed, 03 Jul 2019 23:38:19 GMT" + "Tue, 23 Jun 2020 23:36:05 GMT" ], "Expires": [ "-1" @@ -1126,25 +1267,148 @@ ] }, "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6IjY5YWMyYzFlLTdhNzctNGI4Yi04MWI1LWRiMDYwMjdjN2NiYiIsIndvcmtmbG93SWQiOiI4OTg4NGZjYy01ZGExLTQyYmQtYWMyYi1kZjU4ZmRiYWM5ZjEiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiNjg5MTk3YTAtNGE3OC00ZGY4LTlkMDgtNDQzYWFhOWI5MmJhIn0=?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvbG9jYXRpb25zL2NlbnRyYWx1c2V1YXAvb3BlcmF0aW9ucy9leUp3WVhKMGFYUnBiMjVKWkNJNklqWTVZV015WXpGbExUZGhOemN0TkdJNFlpMDRNV0kxTFdSaU1EWXdNamRqTjJOaVlpSXNJbmR2Y210bWJHOTNTV1FpT2lJNE9UZzROR1pqWXkwMVpHRXhMVFF5WW1RdFlXTXlZaTFrWmpVNFptUmlZV001WmpFaUxDSjNiM0pyWm14dmQwOXdaWEpoZEdsdmJrbGtJam9pTmpnNU1UazNZVEF0TkdFM09DMDBaR1k0TFRsa01EZ3RORFF6WVdGaE9XSTVNbUpoSW4wPT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-request-id": [ + "5f71fde2-f776-40a1-8189-649b7c931da1" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-IIS/10.0" + ], + "X-AspNet-Version": [ + "4.0.30319" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11988" + ], + "x-ms-correlation-request-id": [ + "8112ea45-dd12-42cb-85d3-f115a91966ae" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200623T233616Z:8112ea45-dd12-42cb-85d3-f115a91966ae" + ], + "Date": [ + "Tue, 23 Jun 2020 23:36:15 GMT" + ], + "Content-Length": [ + "745" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6IjY5YWMyYzFlLTdhNzctNGI4Yi04MWI1LWRiMDYwMjdjN2NiYiIsIndvcmtmbG93SWQiOiI4OTg4NGZjYy01ZGExLTQyYmQtYWMyYi1kZjU4ZmRiYWM5ZjEiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiNjg5MTk3YTAtNGE3OC00ZGY4LTlkMDgtNDQzYWFhOWI5MmJhIn0=\",\r\n \"name\": \"eyJwYXJ0aXRpb25JZCI6IjY5YWMyYzFlLTdhNzctNGI4Yi04MWI1LWRiMDYwMjdjN2NiYiIsIndvcmtmbG93SWQiOiI4OTg4NGZjYy01ZGExLTQyYmQtYWMyYi1kZjU4ZmRiYWM5ZjEiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiNjg5MTk3YTAtNGE3OC00ZGY4LTlkMDgtNDQzYWFhOWI5MmJhIn0=\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2020-06-23T23:36:07.0075584Z\",\r\n \"endTime\": \"2020-06-23T23:36:12.7951028Z\",\r\n \"properties\": {}\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps159/providers/Microsoft.StorageSync/storageSyncServices?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzMTU5L3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZVN5bmMvc3RvcmFnZVN5bmNTZXJ2aWNlcz9hcGktdmVyc2lvbj0yMDE5LTAzLTAx", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6IjY5YWMyYzFlLTdhNzctNGI4Yi04MWI1LWRiMDYwMjdjN2NiYiIsIndvcmtmbG93SWQiOiI4OTg4NGZjYy01ZGExLTQyYmQtYWMyYi1kZjU4ZmRiYWM5ZjEiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiNjg5MTk3YTAtNGE3OC00ZGY4LTlkMDgtNDQzYWFhOWI5MmJhIn0=?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvbG9jYXRpb25zL2NlbnRyYWx1c2V1YXAvb3BlcmF0aW9ucmVzdWx0cy9leUp3WVhKMGFYUnBiMjVKWkNJNklqWTVZV015WXpGbExUZGhOemN0TkdJNFlpMDRNV0kxTFdSaU1EWXdNamRqTjJOaVlpSXNJbmR2Y210bWJHOTNTV1FpT2lJNE9UZzROR1pqWXkwMVpHRXhMVFF5WW1RdFlXTXlZaTFrWmpVNFptUmlZV001WmpFaUxDSjNiM0pyWm14dmQwOXdaWEpoZEdsdmJrbGtJam9pTmpnNU1UazNZVEF0TkdFM09DMDBaR1k0TFRsa01EZ3RORFF6WVdGaE9XSTVNbUpoSW4wPT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-request-id": [ + "ce7e12ac-691b-4ccc-97bd-c981590f7b78" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-IIS/10.0" + ], + "X-AspNet-Version": [ + "4.0.30319" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11987" + ], + "x-ms-correlation-request-id": [ + "b1cd1c3f-3ac1-4b2f-b78d-4fde12dd3acc" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200623T233617Z:b1cd1c3f-3ac1-4b2f-b78d-4fde12dd3acc" + ], + "Date": [ + "Tue, 23 Jun 2020 23:36:16 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps7302/providers/Microsoft.StorageSync/storageSyncServices?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzNzMwMi9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXM/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "ea5eab96-455d-471c-88e8-852ae1068f7f" + "95e149e6-c99b-4eea-9ad0-355bbebe1d76" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -1154,57 +1418,66 @@ "Pragma": [ "no-cache" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11990" - ], "x-ms-request-id": [ - "d4841b04-fa47-49d8-90e8-a9a1166d417c" + "979832d6-c58b-4a9b-974d-de488b1e7f59" ], - "x-ms-correlation-request-id": [ - "d4841b04-fa47-49d8-90e8-a9a1166d417c" - ], - "x-ms-routing-request-id": [ - "WESTUS:20190703T233820Z:d4841b04-fa47-49d8-90e8-a9a1166d417c" + "X-Content-Type-Options": [ + "nosniff" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Content-Type-Options": [ - "nosniff" + "Server": [ + "Microsoft-IIS/10.0" + ], + "X-AspNet-Version": [ + "4.0.30319" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11986" + ], + "x-ms-correlation-request-id": [ + "df022eed-3a19-461e-b0de-667c4237fd45" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200623T233617Z:df022eed-3a19-461e-b0de-667c4237fd45" ], "Date": [ - "Wed, 03 Jul 2019 23:38:19 GMT" + "Tue, 23 Jun 2020 23:36:16 GMT" + ], + "Content-Length": [ + "19" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" - ], - "Content-Length": [ - "12" ] }, "ResponseBody": "{\r\n \"value\": []\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourcegroups/ps159?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlZ3JvdXBzL3BzMTU5P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourcegroups/ps7302?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlZ3JvdXBzL3BzNzMwMj9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "9e9e2fb7-ffe6-4048-afe1-8c81f9ec0e35" + "f73466f1-f66a-45ae-aa7f-a9e9980cb6e4" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -1215,22 +1488,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzE1OS1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2016-09-01" + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzczMDItV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-deletes": [ - "14997" + "14996" ], "x-ms-request-id": [ - "dc084ceb-a36c-4032-a86d-5f7b1af3cac8" + "71e63c15-08ed-4e7d-9977-2d889008e936" ], "x-ms-correlation-request-id": [ - "dc084ceb-a36c-4032-a86d-5f7b1af3cac8" + "71e63c15-08ed-4e7d-9977-2d889008e936" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T233821Z:dc084ceb-a36c-4032-a86d-5f7b1af3cac8" + "WESTUS:20200623T233617Z:71e63c15-08ed-4e7d-9977-2d889008e936" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1239,7 +1512,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 23:38:21 GMT" + "Tue, 23 Jun 2020 23:36:16 GMT" ], "Expires": [ "-1" @@ -1252,16 +1525,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzE1OS1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpFMU9TMVhSVk5VVlZNaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5kbGMzUjFjeUo5P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzczMDItV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpjek1ESXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -1272,22 +1545,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzE1OS1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2016-09-01" + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzczMDItV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11989" + "11985" ], "x-ms-request-id": [ - "1099a29a-16ba-4ed7-a26e-ddf425c810f7" + "2493f265-ac53-4c10-8825-48c0afb43c10" ], "x-ms-correlation-request-id": [ - "1099a29a-16ba-4ed7-a26e-ddf425c810f7" + "2493f265-ac53-4c10-8825-48c0afb43c10" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T233836Z:1099a29a-16ba-4ed7-a26e-ddf425c810f7" + "WESTUS:20200623T233632Z:2493f265-ac53-4c10-8825-48c0afb43c10" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1296,7 +1569,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 23:38:35 GMT" + "Tue, 23 Jun 2020 23:36:32 GMT" ], "Expires": [ "-1" @@ -1309,16 +1582,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzE1OS1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpFMU9TMVhSVk5VVlZNaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5kbGMzUjFjeUo5P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzczMDItV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpjek1ESXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -1329,22 +1602,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzE1OS1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2016-09-01" + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzczMDItV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11988" + "11984" ], "x-ms-request-id": [ - "5d4d3ba4-fcfc-4b51-8fa6-e143b271acb7" + "7496ce6e-0c52-4eab-9b5c-66aca885668c" ], "x-ms-correlation-request-id": [ - "5d4d3ba4-fcfc-4b51-8fa6-e143b271acb7" + "7496ce6e-0c52-4eab-9b5c-66aca885668c" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T233851Z:5d4d3ba4-fcfc-4b51-8fa6-e143b271acb7" + "WESTUS:20200623T233647Z:7496ce6e-0c52-4eab-9b5c-66aca885668c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1353,7 +1626,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 23:38:50 GMT" + "Tue, 23 Jun 2020 23:36:47 GMT" ], "Expires": [ "-1" @@ -1366,16 +1639,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzE1OS1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpFMU9TMVhSVk5VVlZNaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5kbGMzUjFjeUo5P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzczMDItV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpjek1ESXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -1386,16 +1659,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11987" + "11983" ], "x-ms-request-id": [ - "310b0aa7-50cc-43ef-977f-a2b08c6aae5c" + "f3197732-a6ed-4b2b-bfba-994cc9b070a1" ], "x-ms-correlation-request-id": [ - "310b0aa7-50cc-43ef-977f-a2b08c6aae5c" + "f3197732-a6ed-4b2b-bfba-994cc9b070a1" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T233906Z:310b0aa7-50cc-43ef-977f-a2b08c6aae5c" + "WESTUS:20200623T233702Z:f3197732-a6ed-4b2b-bfba-994cc9b070a1" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1404,7 +1677,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 23:39:06 GMT" + "Tue, 23 Jun 2020 23:37:02 GMT" ], "Expires": [ "-1" @@ -1417,16 +1690,16 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzE1OS1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpFMU9TMVhSVk5VVlZNaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5kbGMzUjFjeUo5P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzczMDItV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpjek1ESXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -1437,16 +1710,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11986" + "11982" ], "x-ms-request-id": [ - "25514c60-0919-4456-8927-1a33fa5bdf9b" + "b3c203de-7466-4405-8978-42d31788a830" ], "x-ms-correlation-request-id": [ - "25514c60-0919-4456-8927-1a33fa5bdf9b" + "b3c203de-7466-4405-8978-42d31788a830" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T233906Z:25514c60-0919-4456-8927-1a33fa5bdf9b" + "WESTUS:20200623T233702Z:b3c203de-7466-4405-8978-42d31788a830" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1455,7 +1728,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 23:39:06 GMT" + "Tue, 23 Jun 2020 23:37:02 GMT" ], "Expires": [ "-1" @@ -1470,14 +1743,14 @@ ], "Names": { "Test-GetRegisteredServers": [ - "ps159", - "ps1715" + "ps7302", + "ps5971" ] }, "Variables": { - "SubscriptionId": "7b96cb02-4663-40f4-9a89-603d3849e46a", - "TenantId": "0483643a-cb2f-462a-bc27-1a270e5bdc0a", + "SubscriptionId": "1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b", + "TenantId": "6ad91d65-65ab-4e14-90f7-fe951035b7c9", "Domain": "", - "SyncServerId": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps159/providers/Microsoft.StorageSync/storageSyncServices/sssps1715/registeredServers/AB70CEC8-226F-4B2E-858B-BFF314DCE3A1" + "SyncServerId": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps7302/providers/Microsoft.StorageSync/storageSyncServices/sssps5971/registeredServers/77B976F6-9B42-4BE7-80EB-E35AC5BFF883" } } \ No newline at end of file diff --git a/src/StorageSync/StorageSync.Test/SessionRecords/StorageSyncTests.RegisteredServerTests/TestNewRegisteredServer.json b/src/StorageSync/StorageSync.Test/SessionRecords/StorageSyncTests.RegisteredServerTests/TestNewRegisteredServer.json index 4825bbe23724..c6f37a4d18aa 100644 --- a/src/StorageSync/StorageSync.Test/SessionRecords/StorageSyncTests.RegisteredServerTests/TestNewRegisteredServer.json +++ b/src/StorageSync/StorageSync.Test/SessionRecords/StorageSyncTests.RegisteredServerTests/TestNewRegisteredServer.json @@ -1,22 +1,22 @@ { "Entries": [ { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/providers/Microsoft.Resources?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVzb3VyY2VzP2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/Microsoft.Resources?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVzb3VyY2VzP2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "d290e680-e81d-42dc-9c8b-28eafaea620d" + "fa35d1e6-84c1-4097-a23f-d0ecfcc6e23b" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -30,13 +30,13 @@ "11999" ], "x-ms-request-id": [ - "e228f7cb-74f3-42de-8f8f-81458eebc8bc" + "1cfc82da-227f-42f3-ba0d-3200cda3eb88" ], "x-ms-correlation-request-id": [ - "e228f7cb-74f3-42de-8f8f-81458eebc8bc" + "1cfc82da-227f-42f3-ba0d-3200cda3eb88" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T230858Z:e228f7cb-74f3-42de-8f8f-81458eebc8bc" + "WESTUS:20200623T231618Z:1cfc82da-227f-42f3-ba0d-3200cda3eb88" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -45,7 +45,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 23:08:58 GMT" + "Tue, 23 Jun 2020 23:16:17 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -54,29 +54,29 @@ "-1" ], "Content-Length": [ - "8818" + "10899" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/providers/Microsoft.Resources\",\r\n \"namespace\": \"Microsoft.Resources\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"tenants\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operationresults\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"notifyResourceJobs\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"tags\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkPolicyCompliance\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"providers\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkresourcename\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resources\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/resources\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/providers\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/operationresults\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceGroups\",\r\n \"locations\": [\r\n \"Central US\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"West Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia Southeast\",\r\n \"Australia East\",\r\n \"West India\",\r\n \"South India\",\r\n \"Central India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/resourceGroups\",\r\n \"locations\": [\r\n \"Central US\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"West Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia Southeast\",\r\n \"Australia East\",\r\n \"West India\",\r\n \"South India\",\r\n \"Central India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/resourcegroups/resources\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/tagnames\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/tagNames/tagValues\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"deployments\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"deployments/operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"links\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-01-01\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/Microsoft.Resources\",\r\n \"namespace\": \"Microsoft.Resources\",\r\n \"authorization\": {\r\n \"applicationId\": \"3b990c8b-9607-4c2a-8b04-1d41985facca\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"tenants\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-01-01\",\r\n \"2019-09-01\",\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-09-01\",\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operationresults\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-09-01\",\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"notifyResourceJobs\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-09-01\",\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"tags\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-10-01\",\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\"\r\n ],\r\n \"capabilities\": \"SupportsExtension\"\r\n },\r\n {\r\n \"resourceType\": \"checkPolicyCompliance\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"providers\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkresourcename\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"calculateTemplateHash\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-09-01\",\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resources\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-09-01\",\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-10-01\",\r\n \"2019-09-01\",\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/resources\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-09-01\",\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/providers\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/operationresults\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceGroups\",\r\n \"locations\": [\r\n \"Central US\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"West Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia Southeast\",\r\n \"Australia East\",\r\n \"West India\",\r\n \"South India\",\r\n \"Central India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Australia Central\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/resourceGroups\",\r\n \"locations\": [\r\n \"Central US\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"West Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia Southeast\",\r\n \"Australia East\",\r\n \"West India\",\r\n \"South India\",\r\n \"Central India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Australia Central\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/resourcegroups/resources\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/tagnames\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/tagNames/tagValues\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"deployments\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-09-01\",\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"deployments/operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-09-01\",\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"links\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ],\r\n \"capabilities\": \"SupportsExtension\"\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-01-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"deploymentScripts\",\r\n \"locations\": [\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Australia East\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"Central US\",\r\n \"North Central US\",\r\n \"UK South\",\r\n \"Central India\",\r\n \"South India\",\r\n \"Japan East\",\r\n \"Korea Central\",\r\n \"North Europe\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West US 2\",\r\n \"West US\",\r\n \"South Central US\",\r\n \"Canada East\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-10-01-preview\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"deploymentScripts/logs\",\r\n \"locations\": [\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Australia East\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"Central US\",\r\n \"North Central US\",\r\n \"UK South\",\r\n \"Central India\",\r\n \"South India\",\r\n \"Japan East\",\r\n \"Korea Central\",\r\n \"North Europe\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West US 2\",\r\n \"West US\",\r\n \"South Central US\",\r\n \"Canada East\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/deploymentScriptOperationResults\",\r\n \"locations\": [\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Australia East\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"Central US\",\r\n \"North Central US\",\r\n \"UK South\",\r\n \"Central India\",\r\n \"South India\",\r\n \"Japan East\",\r\n \"Korea Central\",\r\n \"North Europe\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West US 2\",\r\n \"West US\",\r\n \"South Central US\",\r\n \"Canada East\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-10-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/providers/Microsoft.StorageSync?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZVN5bmM/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/Microsoft.StorageSync?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZVN5bmM/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "703414a5-c094-43df-a9dd-943eac2eadf1" + "289d565f-db84-4a84-936f-6acbb9d9004d" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -90,13 +90,13 @@ "11998" ], "x-ms-request-id": [ - "7c5e0425-50a9-49fd-97ee-1ca27298a3b9" + "0837bf88-9c61-465a-a736-44da7a431fd0" ], "x-ms-correlation-request-id": [ - "7c5e0425-50a9-49fd-97ee-1ca27298a3b9" + "0837bf88-9c61-465a-a736-44da7a431fd0" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T230858Z:7c5e0425-50a9-49fd-97ee-1ca27298a3b9" + "WESTUS:20200623T231618Z:0837bf88-9c61-465a-a736-44da7a431fd0" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -105,7 +105,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 23:08:58 GMT" + "Tue, 23 Jun 2020 23:16:17 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -114,29 +114,29 @@ "-1" ], "Content-Length": [ - "5239" + "7645" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/providers/Microsoft.StorageSync\",\r\n \"namespace\": \"Microsoft.StorageSync\",\r\n \"authorizations\": [\r\n {\r\n \"applicationId\": \"9469b9f5-6722-4481-a2b2-14ed560b706f\"\r\n }\r\n ],\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageSyncServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"Central US EUAP\",\r\n \"West US 2\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\",\r\n \"2018-01-01-preview\",\r\n \"2017-06-05-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"storageSyncServices/syncGroups\",\r\n \"locations\": [\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"Central US EUAP\",\r\n \"West US 2\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\",\r\n \"2018-01-01-preview\",\r\n \"2017-06-05-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageSyncServices/syncGroups/cloudEndpoints\",\r\n \"locations\": [\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"Central US EUAP\",\r\n \"West US 2\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\",\r\n \"2018-01-01-preview\",\r\n \"2017-06-05-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageSyncServices/syncGroups/serverEndpoints\",\r\n \"locations\": [\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"Central US EUAP\",\r\n \"West US 2\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\",\r\n \"2018-01-01-preview\",\r\n \"2017-06-05-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageSyncServices/registeredServers\",\r\n \"locations\": [\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"Central US EUAP\",\r\n \"West US 2\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\",\r\n \"2018-01-01-preview\",\r\n \"2017-06-05-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageSyncServices/workflows\",\r\n \"locations\": [\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"Central US EUAP\",\r\n \"West US 2\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\",\r\n \"2018-01-01-preview\",\r\n \"2017-06-05-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\",\r\n \"2018-01-01-preview\",\r\n \"2017-06-05-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/checkNameAvailability\",\r\n \"locations\": [\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/workflows\",\r\n \"locations\": [\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/Microsoft.StorageSync\",\r\n \"namespace\": \"Microsoft.StorageSync\",\r\n \"authorizations\": [\r\n {\r\n \"applicationId\": \"9469b9f5-6722-4481-a2b2-14ed560b706f\",\r\n \"roleDefinitionId\": \"4cd49d82-1f4d-43fc-af0c-1c1203668e5a\"\r\n }\r\n ],\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageSyncServices\",\r\n \"locations\": [\r\n \"West Central US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"West US 2\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"UAE North\",\r\n \"UAE Central\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2019-10-01\",\r\n \"2019-06-01\",\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\",\r\n \"2018-01-01-preview\",\r\n \"2017-06-05-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"storageSyncServices/syncGroups\",\r\n \"locations\": [\r\n \"West Central US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"West US 2\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"UAE North\",\r\n \"UAE Central\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2019-10-01\",\r\n \"2019-06-01\",\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\",\r\n \"2018-01-01-preview\",\r\n \"2017-06-05-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageSyncServices/syncGroups/cloudEndpoints\",\r\n \"locations\": [\r\n \"West Central US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"West US 2\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"UAE North\",\r\n \"UAE Central\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2019-10-01\",\r\n \"2019-06-01\",\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\",\r\n \"2018-01-01-preview\",\r\n \"2017-06-05-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageSyncServices/syncGroups/serverEndpoints\",\r\n \"locations\": [\r\n \"West Central US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"West US 2\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"UAE North\",\r\n \"UAE Central\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2019-10-01\",\r\n \"2019-06-01\",\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\",\r\n \"2018-01-01-preview\",\r\n \"2017-06-05-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageSyncServices/registeredServers\",\r\n \"locations\": [\r\n \"West Central US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"West US 2\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"UAE North\",\r\n \"UAE Central\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2019-10-01\",\r\n \"2019-06-01\",\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\",\r\n \"2018-01-01-preview\",\r\n \"2017-06-05-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageSyncServices/workflows\",\r\n \"locations\": [\r\n \"West Central US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"West US 2\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"UAE North\",\r\n \"UAE Central\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2019-10-01\",\r\n \"2019-06-01\",\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\",\r\n \"2018-01-01-preview\",\r\n \"2017-06-05-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2019-10-01\",\r\n \"2019-06-01\",\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\",\r\n \"2018-01-01-preview\",\r\n \"2017-06-05-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2019-10-01\",\r\n \"2019-06-01\",\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/checkNameAvailability\",\r\n \"locations\": [\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"UAE North\",\r\n \"UAE Central\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2019-10-01\",\r\n \"2019-06-01\",\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/workflows\",\r\n \"locations\": [\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"UAE North\",\r\n \"UAE Central\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2019-10-01\",\r\n \"2019-06-01\",\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operations\",\r\n \"locations\": [\r\n \"West Central US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"West US 2\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"UAE North\",\r\n \"UAE Central\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operationResults\",\r\n \"locations\": [\r\n \"West Central US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"West US 2\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"UAE North\",\r\n \"UAE Central\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourcegroups/ps4647?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlZ3JvdXBzL3BzNDY0Nz9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourcegroups/ps5621?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlZ3JvdXBzL3BzNTYyMT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "b8b16214-39ce-4476-afa7-4ff52400361a" + "45cd8909-bea0-4f84-9e39-702c1c9232eb" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ], "Content-Type": [ "application/json; charset=utf-8" @@ -156,13 +156,13 @@ "1199" ], "x-ms-request-id": [ - "8ae4b626-c273-4bbe-ae91-cf14abc6dfaa" + "23e78ad8-21f4-418b-a60c-9ab866577ee9" ], "x-ms-correlation-request-id": [ - "8ae4b626-c273-4bbe-ae91-cf14abc6dfaa" + "23e78ad8-21f4-418b-a60c-9ab866577ee9" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T230900Z:8ae4b626-c273-4bbe-ae91-cf14abc6dfaa" + "WESTUS:20200623T231618Z:23e78ad8-21f4-418b-a60c-9ab866577ee9" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -171,7 +171,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 23:09:00 GMT" + "Tue, 23 Jun 2020 23:16:18 GMT" ], "Content-Length": [ "165" @@ -183,26 +183,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps4647\",\r\n \"name\": \"ps4647\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps5621\",\r\n \"name\": \"ps5621\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/providers/Microsoft.StorageSync/locations/CentralUSEUAP/checkNameAvailability?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZVN5bmMvbG9jYXRpb25zL0NlbnRyYWxVU0VVQVAvY2hlY2tOYW1lQXZhaWxhYmlsaXR5P2FwaS12ZXJzaW9uPTIwMTktMDMtMDE=", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/Microsoft.StorageSync/locations/CentralUSEUAP/checkNameAvailability?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZVN5bmMvbG9jYXRpb25zL0NlbnRyYWxVU0VVQVAvY2hlY2tOYW1lQXZhaWxhYmlsaXR5P2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", "RequestMethod": "POST", - "RequestBody": "{\r\n \"name\": \"sssps8346\",\r\n \"type\": \"Microsoft.StorageSync/storageSyncServices\"\r\n}", + "RequestBody": "{\r\n \"name\": \"sssps2589\",\r\n \"type\": \"Microsoft.StorageSync/storageSyncServices\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "977537d1-81f0-4eb7-96e4-7daba3c9ad7a" + "36338b81-76c5-48b1-b6c9-88a99ca180f5" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -219,7 +219,7 @@ "no-cache" ], "x-ms-request-id": [ - "27725fe6-dd82-4ae3-b2ae-e58c6592eeed" + "e569095a-1927-4f8c-8b49-db38caf45c7d" ], "X-Content-Type-Options": [ "nosniff" @@ -240,50 +240,50 @@ "1199" ], "x-ms-correlation-request-id": [ - "8ba0f196-0ad8-49ae-a5ce-81bc52f50d5a" + "a77c363e-6d63-49ef-b768-96bd732f0d5e" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T230901Z:8ba0f196-0ad8-49ae-a5ce-81bc52f50d5a" + "WESTUS:20200623T231619Z:a77c363e-6d63-49ef-b768-96bd732f0d5e" ], "Date": [ - "Wed, 03 Jul 2019 23:09:00 GMT" + "Tue, 23 Jun 2020 23:16:19 GMT" ], "Content-Length": [ - "51" + "29" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"nameAvailable\": true,\r\n \"reason\": null,\r\n \"message\": null\r\n}", + "ResponseBody": "{\r\n \"nameAvailable\": true\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps4647/providers/Microsoft.StorageSync/storageSyncServices/sssps8346?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNDY0Ny9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM4MzQ2P2FwaS12ZXJzaW9uPTIwMTktMDMtMDE=", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps5621/providers/Microsoft.StorageSync/storageSyncServices/sssps2589?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzNTYyMS9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMyNTg5P2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"location\": \"Central US EUAP\",\r\n \"tags\": {}\r\n}", + "RequestBody": "{\r\n \"location\": \"Central US EUAP\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"incomingTrafficPolicy\": \"AllowAllTraffic\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "397cfaee-0bd0-447b-b9ed-d0a383d5c577" + "63f57d93-11ad-437f-a577-29eaad8a609f" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "52" + "125" ] }, "ResponseHeaders": { @@ -293,8 +293,17 @@ "Pragma": [ "no-cache" ], + "Location": [ + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6IjY1NDgwMzMzLTRhODgtNDljMy05YmJmLWUzNTNlMzU3MDI1YSIsIndvcmtmbG93SWQiOiIzY2YzMzhlNC02MTZiLTQwMGYtOTc5NS1jMDNhZmQ3ZTM4MzIiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiZTIxMmFlNzAtNTdhNC00YmVmLWJmMjktZjg1MjlkMTcyMmMzIn0=?api-version=2020-03-01" + ], + "Retry-After": [ + "10" + ], + "Azure-AsyncOperation": [ + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6IjY1NDgwMzMzLTRhODgtNDljMy05YmJmLWUzNTNlMzU3MDI1YSIsIndvcmtmbG93SWQiOiIzY2YzMzhlNC02MTZiLTQwMGYtOTc5NS1jMDNhZmQ3ZTM4MzIiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiZTIxMmFlNzAtNTdhNC00YmVmLWJmMjktZjg1MjlkMTcyMmMzIn0=?api-version=2020-03-01" + ], "x-ms-request-id": [ - "c57281f3-d8a8-483a-879e-2e16d354f091" + "8dee5085-7f21-428f-8a32-8ea6daeafa8c" ], "X-Content-Type-Options": [ "nosniff" @@ -315,50 +324,173 @@ "1199" ], "x-ms-correlation-request-id": [ - "ffb220a1-3b81-4c19-9709-542b8a5d5c65" + "2c373a1e-77fc-4225-b049-f731caca7c0b" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T230902Z:ffb220a1-3b81-4c19-9709-542b8a5d5c65" + "WESTUS:20200623T231620Z:2c373a1e-77fc-4225-b049-f731caca7c0b" ], "Date": [ - "Wed, 03 Jul 2019 23:09:01 GMT" + "Tue, 23 Jun 2020 23:16:20 GMT" + ], + "Expires": [ + "-1" ], "Content-Length": [ - "329" + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6IjY1NDgwMzMzLTRhODgtNDljMy05YmJmLWUzNTNlMzU3MDI1YSIsIndvcmtmbG93SWQiOiIzY2YzMzhlNC02MTZiLTQwMGYtOTc5NS1jMDNhZmQ3ZTM4MzIiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiZTIxMmFlNzAtNTdhNC00YmVmLWJmMjktZjg1MjlkMTcyMmMzIn0=?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvbG9jYXRpb25zL2NlbnRyYWx1c2V1YXAvb3BlcmF0aW9ucy9leUp3WVhKMGFYUnBiMjVKWkNJNklqWTFORGd3TXpNekxUUmhPRGd0TkRsak15MDVZbUptTFdVek5UTmxNelUzTURJMVlTSXNJbmR2Y210bWJHOTNTV1FpT2lJelkyWXpNemhsTkMwMk1UWmlMVFF3TUdZdE9UYzVOUzFqTUROaFptUTNaVE00TXpJaUxDSjNiM0pyWm14dmQwOXdaWEpoZEdsdmJrbGtJam9pWlRJeE1tRmxOekF0TlRkaE5DMDBZbVZtTFdKbU1qa3RaamcxTWpsa01UY3lNbU16SW4wPT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-request-id": [ + "4094fb94-7b3d-475a-abb4-9aeb92cda40f" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-IIS/10.0" + ], + "X-AspNet-Version": [ + "4.0.30319" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11999" + ], + "x-ms-correlation-request-id": [ + "3af7f9e4-826b-4992-947e-9668ffd36f33" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200623T231630Z:3af7f9e4-826b-4992-947e-9668ffd36f33" + ], + "Date": [ + "Tue, 23 Jun 2020 23:16:30 GMT" + ], + "Content-Length": [ + "745" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"storageSyncServiceStatus\": null,\r\n \"storageSyncServiceUid\": null\r\n },\r\n \"location\": \"Central US EUAP\",\r\n \"tags\": {},\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps4647/providers/microsoft.storagesync/storageSyncServices/sssps8346\",\r\n \"name\": \"sssps8346\",\r\n \"type\": \"microsoft.storagesync/storageSyncServices\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6IjY1NDgwMzMzLTRhODgtNDljMy05YmJmLWUzNTNlMzU3MDI1YSIsIndvcmtmbG93SWQiOiIzY2YzMzhlNC02MTZiLTQwMGYtOTc5NS1jMDNhZmQ3ZTM4MzIiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiZTIxMmFlNzAtNTdhNC00YmVmLWJmMjktZjg1MjlkMTcyMmMzIn0=\",\r\n \"name\": \"eyJwYXJ0aXRpb25JZCI6IjY1NDgwMzMzLTRhODgtNDljMy05YmJmLWUzNTNlMzU3MDI1YSIsIndvcmtmbG93SWQiOiIzY2YzMzhlNC02MTZiLTQwMGYtOTc5NS1jMDNhZmQ3ZTM4MzIiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiZTIxMmFlNzAtNTdhNC00YmVmLWJmMjktZjg1MjlkMTcyMmMzIn0=\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2020-06-23T23:16:22.2842656Z\",\r\n \"endTime\": \"2020-06-23T23:16:28.3822497Z\",\r\n \"properties\": {}\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps4647/providers/Microsoft.StorageSync/storageSyncServices/sssps8346/registeredServers/2fd5a932-2687-4c63-be05-4f357473cc12?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNDY0Ny9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM4MzQ2L3JlZ2lzdGVyZWRTZXJ2ZXJzLzJmZDVhOTMyLTI2ODctNGM2My1iZTA1LTRmMzU3NDczY2MxMj9hcGktdmVyc2lvbj0yMDE5LTAzLTAx", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps5621/providers/Microsoft.StorageSync/storageSyncServices/sssps2589?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzNTYyMS9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMyNTg5P2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-request-id": [ + "50350377-c4f8-4b11-8cc7-ab9d95029626" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-IIS/10.0" + ], + "X-AspNet-Version": [ + "4.0.30319" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11998" + ], + "x-ms-correlation-request-id": [ + "3cb2b5f3-debc-4f68-ac7c-6c75ff2ea71b" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200623T231631Z:3cb2b5f3-debc-4f68-ac7c-6c75ff2ea71b" + ], + "Date": [ + "Tue, 23 Jun 2020 23:16:30 GMT" + ], + "Content-Length": [ + "633" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"properties\": {\r\n \"storageSyncServiceStatus\": 0,\r\n \"incomingTrafficPolicy\": \"AllowAllTraffic\",\r\n \"privateEndpointConnections\": [],\r\n \"provisioningState\": \"Succeeded\",\r\n \"lastWorkflowId\": \"storageSyncServices/sssps2589/workflows/3cf338e4-616b-400f-9795-c03afd7e3832\",\r\n \"lastOperationName\": \"ICreateStorageSyncServiceWorkflow\"\r\n },\r\n \"location\": \"Central US EUAP\",\r\n \"tags\": {},\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps5621/providers/microsoft.storagesync/storageSyncServices/sssps2589\",\r\n \"name\": \"sssps2589\",\r\n \"type\": \"microsoft.storagesync/storageSyncServices\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps5621/providers/Microsoft.StorageSync/storageSyncServices/sssps2589/registeredServers/05b3d6b5-025e-4e80-8bd6-1b9a281315de?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzNTYyMS9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMyNTg5L3JlZ2lzdGVyZWRTZXJ2ZXJzLzA1YjNkNmI1LTAyNWUtNGU4MC04YmQ2LTFiOWEyODEzMTVkZT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"serverCertificate\": \"MIIDGDCCAgCgAwIBAgIQZrMnSW/lG5xELR7EikisXDANBgkqhkiG9w0BAQ0FADA0MTIwMAYDVQQDEylhbmRyZXlhemRldm9wcy5yZWRtb25kLmNvcnAubWljcm9zb2Z0LmNvbTAeFw0xOTA1MjkwMjEyNDlaFw0yMDA1MjkwMjEyNDlaMDQxMjAwBgNVBAMTKWFuZHJleWF6ZGV2b3BzLnJlZG1vbmQuY29ycC5taWNyb3NvZnQuY29tMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAzWEfgMvao6tCt/lexsMFViVxCCoJbLClwvqfWN79eFc3bmXBtERIvKTlb1TqAigp5VjP021TaQsyN/K2t8qr2rAdlaeJtCXNSILe3+ForYGcQOP0p802kFXkhMUojfX8jGs1BLQTsUoKN4UtuxWIhpb7Iw00rT7wchTg6Yk+ULCRFAlxOQHZI0drM13tDO4kz0BRbTCoSvazS3O570p8sMrWFra6P1/HG1f7sIQP5txw205siGb5FpB0u16qD/z0d7tfMGv+JIqAb6InI393dj2FtbzExkkiBUFXWaH9czGkAFyWuzkECb0WEEK+7oTOrLlo0dh0bp6nxlZ+G7FLfQIDAQABoyYwJDAiBgNVHSUBAf8EGDAWBggrBgEFBQcDAgYKKwYBBAGCNwoDDDANBgkqhkiG9w0BAQ0FAAOCAQEAEn8WHN0h00/Vem50CnwXwnty0vGwu2v3plD1m0mw+3jCtDUTa/tF/a7jTVTCtK6VdqNP6tp/f+GflNRmZWIK/6DIEntouzL++7M5hArcJj01t0S0Vc+0FN3b2wuBuJUYWxR5Q8bNHStOm7l6nXjQ96k1fH/L/hu0dmhciak8LUEIowhSiIpnB3C9AGFuPi9DqjKdWxxzIPLybiDidgUfGbcCNHaZXvcNqNq4zpzeFPTi3VBEOXHIJhk0fT3iWjwvBwtUxPJJs3FIRZFWQa/cgEvBWrYMem98lqKNdmGDJP11OmUeAqJQTe+iSX9pDFzpEj/lM/tIjEh9fwKXuoO1uw==\",\r\n \"agentVersion\": \"5.0.2.0\",\r\n \"serverOSVersion\": \"10.0.14393.0\",\r\n \"lastHeartBeat\": \"7/3/2019 4:09:02 PM\",\r\n \"serverRole\": \"Standalone\",\r\n \"clusterId\": \"00000000-0000-0000-0000-000000000000\",\r\n \"serverId\": \"2fd5a932-2687-4c63-be05-4f357473cc12\",\r\n \"friendlyName\": \"andreyazdevops.redmond.corp.microsoft.com\"\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"serverCertificate\": \"MIIDEDCCAfigAwIBAgIQHMX6MF8k1YRIo40AAPKx/TANBgkqhkiG9w0BAQ0FADAwMS4wLAYDVQQDEyVhbmt1c2hiLXZtMDIubnRkZXYuY29ycC5taWNyb3NvZnQuY29tMB4XDTIwMDEyNzE5NTkwN1oXDTIxMDEyNzE5NTkwN1owMDEuMCwGA1UEAxMlYW5rdXNoYi12bTAyLm50ZGV2LmNvcnAubWljcm9zb2Z0LmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAOGKtANwb+dUXi5QVPKCUkpcWJ1/s18EqVBGRaQvIE518p7zWSfnk79FOerjfCT6kDBZPccnxBHK3hZZNgxrAkgv0LeDIEwHDvttYbcMfUzq1VviGnPuKWTsFkIAkG+8IehxX9eB/kBlkoyriziQXg4Bz74HBaQWlZeC65R6Tp8XcuO8HuKtnT3RfV6365pPHq4yp/N5e3NLxDoG1AKXEs8NtDkw2xOltLCu3qluV/AUX343pDEkLV3F8IOu3I7cU+NA/WzCF7UcZ8ZOhS5klMVNiUwCFsUdFUAXh9ufXEBs50IcVJlZU6ZUADbmrqaqpYtD94aKQeFsBlnou5s1A/kCAwEAAaMmMCQwIgYDVR0lAQH/BBgwFgYIKwYBBQUHAwIGCisGAQQBgjcKAwwwDQYJKoZIhvcNAQENBQADggEBAH7p2XFxnOdk/lbNBKW7nmjsjE5BeBU/OlBhKCUrmmY+fk3FvAYSs2jaJKqgZjxek/KdNf2UZMXztg8joF5s1Pdg6ICxJqc1t4gJunHUOoTHHyrotMyt6xJnClRCNqshA0n2z304hjKXcyCoLopemMFpOPEg2oG+EOuvwK/g1gAavGbmYJQc82uNF1LKNMmNfQ4Nn48dKLKg65SHgU+BISlCjHb/6NRTpTmK5acUOlHSrhGsJYCBsN1xJOzwxssXAoy25ebjajvnGcsC9k2HwLZWaSGsPuwWPfEtPPHjNRDrnaNLjSu2zc0uxZza8JWlE0pWD2kyf9OjyD1V0PxtZuM=\",\r\n \"agentVersion\": \"5.0.2.0\",\r\n \"serverOSVersion\": \"10.0.14393.0\",\r\n \"lastHeartBeat\": \"6/23/2020 4:16:31 PM\",\r\n \"serverRole\": \"Standalone\",\r\n \"clusterId\": \"00000000-0000-0000-0000-000000000000\",\r\n \"serverId\": \"05b3d6b5-025e-4e80-8bd6-1b9a281315de\",\r\n \"friendlyName\": \"ankushb-vm02.ntdev.corp.microsoft.com\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "25cd3576-c99f-4fc5-9581-7ab44be3097c" + "099bc87d-4c32-4e45-89f5-8c340c8c2291" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "1452" + "1437" ] }, "ResponseHeaders": { @@ -369,16 +501,16 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps4647/providers/microsoft.storagesync/storageSyncServices/sssps8346/workflows/7639cf80-08a0-4fdb-b011-b5c4f1994eed/operationresults/b04f968e-e279-4b82-9816-240631f84386?api-version=2019-03-01" + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6IjY1NDgwMzMzLTRhODgtNDljMy05YmJmLWUzNTNlMzU3MDI1YSIsIndvcmtmbG93SWQiOiIwNzk0ZDdlNC1mZGMxLTRjYmQtYjU0Zi04YjNkOTMyY2IwMDQiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiMzFjMGE3OTItMGM2Yi00Y2RkLWI5ODEtNWI0ZjI1NDdiODNhIn0=?api-version=2020-03-01" ], "Retry-After": [ "10" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps4647/providers/microsoft.storagesync/storageSyncServices/sssps8346/workflows/7639cf80-08a0-4fdb-b011-b5c4f1994eed/operations/b04f968e-e279-4b82-9816-240631f84386?api-version=2019-03-01" + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6IjY1NDgwMzMzLTRhODgtNDljMy05YmJmLWUzNTNlMzU3MDI1YSIsIndvcmtmbG93SWQiOiIwNzk0ZDdlNC1mZGMxLTRjYmQtYjU0Zi04YjNkOTMyY2IwMDQiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiMzFjMGE3OTItMGM2Yi00Y2RkLWI5ODEtNWI0ZjI1NDdiODNhIn0=?api-version=2020-03-01" ], "x-ms-request-id": [ - "90a0d80d-584e-47ce-9d8d-0948b274a207" + "1ce92135-7820-40ad-b712-9664769b8036" ], "X-Content-Type-Options": [ "nosniff" @@ -399,13 +531,13 @@ "1198" ], "x-ms-correlation-request-id": [ - "98fb442a-dcbf-481b-b624-e635e6cb03fd" + "8096b521-eb70-4f77-9779-8d3d4fd8d5b1" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T230902Z:98fb442a-dcbf-481b-b624-e635e6cb03fd" + "WESTUS:20200623T231632Z:8096b521-eb70-4f77-9779-8d3d4fd8d5b1" ], "Date": [ - "Wed, 03 Jul 2019 23:09:01 GMT" + "Tue, 23 Jun 2020 23:16:31 GMT" ], "Expires": [ "-1" @@ -418,16 +550,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps4647/providers/microsoft.storagesync/storageSyncServices/sssps8346/workflows/7639cf80-08a0-4fdb-b011-b5c4f1994eed/operations/b04f968e-e279-4b82-9816-240631f84386?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNDY0Ny9wcm92aWRlcnMvbWljcm9zb2Z0LnN0b3JhZ2VzeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM4MzQ2L3dvcmtmbG93cy83NjM5Y2Y4MC0wOGEwLTRmZGItYjAxMS1iNWM0ZjE5OTRlZWQvb3BlcmF0aW9ucy9iMDRmOTY4ZS1lMjc5LTRiODItOTgxNi0yNDA2MzFmODQzODY/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6IjY1NDgwMzMzLTRhODgtNDljMy05YmJmLWUzNTNlMzU3MDI1YSIsIndvcmtmbG93SWQiOiIwNzk0ZDdlNC1mZGMxLTRjYmQtYjU0Zi04YjNkOTMyY2IwMDQiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiMzFjMGE3OTItMGM2Yi00Y2RkLWI5ODEtNWI0ZjI1NDdiODNhIn0=?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvbG9jYXRpb25zL2NlbnRyYWx1c2V1YXAvb3BlcmF0aW9ucy9leUp3WVhKMGFYUnBiMjVKWkNJNklqWTFORGd3TXpNekxUUmhPRGd0TkRsak15MDVZbUptTFdVek5UTmxNelUzTURJMVlTSXNJbmR2Y210bWJHOTNTV1FpT2lJd056azBaRGRsTkMxbVpHTXhMVFJqWW1RdFlqVTBaaTA0WWpOa09UTXlZMkl3TURRaUxDSjNiM0pyWm14dmQwOXdaWEpoZEdsdmJrbGtJam9pTXpGak1HRTNPVEl0TUdNMllpMDBZMlJrTFdJNU9ERXROV0kwWmpJMU5EZGlPRE5oSW4wPT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -438,7 +570,7 @@ "no-cache" ], "x-ms-request-id": [ - "de18fea0-8d09-4f69-b130-3320fd5a442a" + "841dfde7-935c-488a-b415-58fc838d4397" ], "X-Content-Type-Options": [ "nosniff" @@ -456,41 +588,41 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11999" + "11997" ], "x-ms-correlation-request-id": [ - "8e59ca5e-4689-4dd6-966b-b5456555e0d2" + "de0b7c38-6085-4a0a-b712-226562bb45e2" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T230913Z:8e59ca5e-4689-4dd6-966b-b5456555e0d2" + "WESTUS:20200623T231642Z:de0b7c38-6085-4a0a-b712-226562bb45e2" ], "Date": [ - "Wed, 03 Jul 2019 23:09:12 GMT" + "Tue, 23 Jun 2020 23:16:41 GMT" ], "Content-Length": [ - "446" + "745" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps4647/providers/microsoft.storagesync/storageSyncServices/sssps8346/workflow/7639cf80-08a0-4fdb-b011-b5c4f1994eed/operationresults/b04f968e-e279-4b82-9816-240631f84386\",\r\n \"name\": \"b04f968e-e279-4b82-9816-240631f84386\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2019-07-03T23:09:02.8802498Z\",\r\n \"endTime\": \"2019-07-03T23:09:06.648184Z\",\r\n \"percentComplete\": null,\r\n \"error\": null,\r\n \"properties\": {}\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6IjY1NDgwMzMzLTRhODgtNDljMy05YmJmLWUzNTNlMzU3MDI1YSIsIndvcmtmbG93SWQiOiIwNzk0ZDdlNC1mZGMxLTRjYmQtYjU0Zi04YjNkOTMyY2IwMDQiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiMzFjMGE3OTItMGM2Yi00Y2RkLWI5ODEtNWI0ZjI1NDdiODNhIn0=\",\r\n \"name\": \"eyJwYXJ0aXRpb25JZCI6IjY1NDgwMzMzLTRhODgtNDljMy05YmJmLWUzNTNlMzU3MDI1YSIsIndvcmtmbG93SWQiOiIwNzk0ZDdlNC1mZGMxLTRjYmQtYjU0Zi04YjNkOTMyY2IwMDQiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiMzFjMGE3OTItMGM2Yi00Y2RkLWI5ODEtNWI0ZjI1NDdiODNhIn0=\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2020-06-23T23:16:32.2671405Z\",\r\n \"endTime\": \"2020-06-23T23:16:35.9348906Z\",\r\n \"properties\": {}\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps4647/providers/Microsoft.StorageSync/storageSyncServices/sssps8346/registeredServers/2fd5a932-2687-4c63-be05-4f357473cc12?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNDY0Ny9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM4MzQ2L3JlZ2lzdGVyZWRTZXJ2ZXJzLzJmZDVhOTMyLTI2ODctNGM2My1iZTA1LTRmMzU3NDczY2MxMj9hcGktdmVyc2lvbj0yMDE5LTAzLTAx", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps5621/providers/Microsoft.StorageSync/storageSyncServices/sssps2589/registeredServers/05b3d6b5-025e-4e80-8bd6-1b9a281315de?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzNTYyMS9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMyNTg5L3JlZ2lzdGVyZWRTZXJ2ZXJzLzA1YjNkNmI1LTAyNWUtNGU4MC04YmQ2LTFiOWEyODEzMTVkZT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -501,7 +633,7 @@ "no-cache" ], "x-ms-request-id": [ - "4496c940-9727-44ea-8294-890fd6ed300e" + "f916c131-a570-467a-bcde-4e74ec12e9ec" ], "X-Content-Type-Options": [ "nosniff" @@ -519,47 +651,47 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11998" + "11996" ], "x-ms-correlation-request-id": [ - "506791cb-ab97-4bbd-b90c-4f6ed422a580" + "6e457dac-fb61-4983-9140-8389901cc5a5" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T230913Z:506791cb-ab97-4bbd-b90c-4f6ed422a580" + "WESTUS:20200623T231642Z:6e457dac-fb61-4983-9140-8389901cc5a5" ], "Date": [ - "Wed, 03 Jul 2019 23:09:12 GMT" + "Tue, 23 Jun 2020 23:16:41 GMT" ], "Content-Length": [ - "13368" + "13497" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"serverCertificate\": null,\r\n \"agentVersion\": \"5.0.2.0\",\r\n \"agentVersionStatus\": null,\r\n \"agentVersionExpirationDate\": null,\r\n \"serverOSVersion\": \"10.0.14393.0\",\r\n \"serverManagementErrorCode\": 0,\r\n \"lastHeartBeat\": \"2019-07-03T16:09:06.2887929-07:00\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"serverRole\": \"Standalone\",\r\n \"clusterId\": \"00000000-0000-0000-0000-000000000000\",\r\n \"clusterName\": \"\",\r\n \"serverId\": \"2fd5a932-2687-4c63-be05-4f357473cc12\",\r\n \"storageSyncServiceUid\": \"1fada50e-cdf7-4bff-8d1e-39e86d352cb9\",\r\n \"lastWorkflowId\": \"storageSyncServices/sssps8346/workflows/7639cf80-08a0-4fdb-b011-b5c4f1994eed\",\r\n \"lastOperationName\": \"ICreateRegisteredServerWorkflow\",\r\n \"friendlyName\": \"andreyazdevops.redmond.corp.microsoft.com\",\r\n \"monitoringConfiguration\": \"{\\\"agentConfiguration\\\":\\\" \\\\\\\\Memory\\\\\\\\Available MBytes \\\\\\\\Processor(_Total)\\\\\\\\% Processor Time \\\\\\\\Network Interface(*)\\\\\\\\Bytes Total/sec \\\\\\\\Network Interface(*)\\\\\\\\Bytes Received/sec \\\\\\\\Network Interface(*)\\\\\\\\Bytes Sent/sec \\\\\\\\Network Interface(*)\\\\\\\\Current Bandwidth \\\\\\\\Network Interface(*)\\\\\\\\Output Queue Length \\\\\\\\Server\\\\\\\\Bytes Total/sec \\\\\\\\Process(filesyncsvc)\\\\\\\\* \\\\\\\\Process(w3wp)\\\\\\\\Private Bytes \\\\\\\\Process(MonAgentCore)\\\\\\\\% Processor Time \\\\\\\\Process(MonAgentHost)\\\\\\\\% Processor Time \\\\\\\\Process(MonAgentManager)\\\\\\\\% Processor Time \\\\\\\\Process(MonAgentLauncher)\\\\\\\\% Processor Time \\\\\\\\Process(MonAgentCore)\\\\\\\\Private Bytes \\\\\\\\Process(MonAgentHost)\\\\\\\\Private Bytes \\\\\\\\Process(MonAgentManager)\\\\\\\\Private Bytes \\\\\\\\Process(MonAgentLauncher)\\\\\\\\Private Bytes \\\\\\\\Process(AzureStorageSyncMonitor)\\\\\\\\% Processor Time \\\\\\\\Process(AzureStorageSyncMonitor)\\\\\\\\Private Bytes \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") EventsToCollect=ServerPerformanceCounters:PerformanceCounter,ServerTelemetryEvents:WindowsEventLog,ServerItemResultsEvents:WindowsEventLog,ServerApplicationEvents:WindowsEventLog;DiagnosticEvents=ServerOperationalEvents:WindowsEventLog,ServerDiagnosticEvents:WindowsEventLog,ServerManagementOperationalEvents:WindowsEventLog,ServerManagementDiagnosticEvents:WindowsEventLog,ServerScrubbingEvents:WindowsEventLog,TieringResultsEvents:WindowsEventLog,RecallResultsEvents:WindowsEventLog,AfsUserModeTraceSession:Trace,AfsKernelModeTraceSession:Trace,InstallerLogs:InstallerLogs;EventSchedulerIntervalsInMins=EnvironmentTelemetry:1440 \\\",\\\"configurationVersion\\\":\\\"1\\\",\\\"id\\\":null,\\\"type\\\":\\\"microsoft.storagesync/storageSyncServices/HybridMonitoringConfiguration\\\"}\",\r\n \"managementEndpointUri\": \"https://euap01.afs.azure.net:443/\",\r\n \"discoveryEndpointUri\": \"https://tm-euap01.afs.azure.net:443\",\r\n \"resourceLocation\": \"centraluseuap\",\r\n \"serviceLocation\": \"centraluseuap\"\r\n },\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps4647/providers/microsoft.storagesync/storageSyncServices/sssps8346/registeredServers/2fd5a932-2687-4c63-be05-4f357473cc12\",\r\n \"name\": \"2fd5a932-2687-4c63-be05-4f357473cc12\",\r\n \"type\": \"microsoft.storagesync/storageSyncServices/registeredServers\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"agentVersion\": \"5.0.2.0\",\r\n \"serverOSVersion\": \"10.0.14393.0\",\r\n \"serverManagementErrorCode\": 0,\r\n \"lastHeartBeat\": \"2020-06-23T16:16:35.639877-07:00\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"serverRole\": \"Standalone\",\r\n \"clusterId\": \"00000000-0000-0000-0000-000000000000\",\r\n \"clusterName\": \"\",\r\n \"serverId\": \"05b3d6b5-025e-4e80-8bd6-1b9a281315de\",\r\n \"storageSyncServiceUid\": \"65480333-4a88-49c3-9bbf-e353e357025a\",\r\n \"lastWorkflowId\": \"storageSyncServices/sssps2589/workflows/0794d7e4-fdc1-4cbd-b54f-8b3d932cb004\",\r\n \"lastOperationName\": \"ICreateRegisteredServerWorkflow\",\r\n \"friendlyName\": \"ankushb-vm02.ntdev.corp.microsoft.com\",\r\n \"monitoringConfiguration\": \"{\\\"agentConfiguration\\\":\\\" \\\\\\\\Memory\\\\\\\\Available MBytes \\\\\\\\Processor(_Total)\\\\\\\\% Processor Time \\\\\\\\Network Interface(*)\\\\\\\\Bytes Total/sec \\\\\\\\Network Interface(*)\\\\\\\\Bytes Received/sec \\\\\\\\Network Interface(*)\\\\\\\\Bytes Sent/sec \\\\\\\\Network Interface(*)\\\\\\\\Current Bandwidth \\\\\\\\Network Interface(*)\\\\\\\\Output Queue Length \\\\\\\\Server\\\\\\\\Bytes Total/sec \\\\\\\\Process(filesyncsvc)\\\\\\\\* \\\\\\\\Process(w3wp)\\\\\\\\Private Bytes \\\\\\\\Process(MonAgentCore)\\\\\\\\% Processor Time \\\\\\\\Process(MonAgentHost)\\\\\\\\% Processor Time \\\\\\\\Process(MonAgentManager)\\\\\\\\% Processor Time \\\\\\\\Process(MonAgentLauncher)\\\\\\\\% Processor Time \\\\\\\\Process(MonAgentCore)\\\\\\\\Private Bytes \\\\\\\\Process(MonAgentHost)\\\\\\\\Private Bytes \\\\\\\\Process(MonAgentManager)\\\\\\\\Private Bytes \\\\\\\\Process(MonAgentLauncher)\\\\\\\\Private Bytes \\\\\\\\Process(AzureStorageSyncMonitor)\\\\\\\\% Processor Time \\\\\\\\Process(AzureStorageSyncMonitor)\\\\\\\\Private Bytes \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") EventsToCollect=ServerPerformanceCounters:PerformanceCounter,ServerTelemetryEvents:WindowsEventLog,ServerItemResultsEvents:WindowsEventLog,ServerApplicationEvents:WindowsEventLog;DiagnosticEvents=ServerOperationalEvents:WindowsEventLog,ServerDiagnosticEvents:WindowsEventLog,ServerManagementOperationalEvents:WindowsEventLog,ServerManagementDiagnosticEvents:WindowsEventLog,ServerScrubbingEvents:WindowsEventLog,TieringResultsEvents:WindowsEventLog,RecallResultsEvents:WindowsEventLog,AfsUserModeTraceSession:Trace,AfsKernelModeTraceSession:Trace,InstallerLogs:InstallerLogs;EventSchedulerIntervalsInMins=EnvironmentTelemetry:1440 \\\",\\\"configurationVersion\\\":\\\"1\\\",\\\"id\\\":null,\\\"type\\\":\\\"microsoft.storagesync/storageSyncServices/HybridMonitoringConfiguration\\\"}\",\r\n \"managementEndpointUri\": \"https://euap01.afs.azure.net:443/\",\r\n \"discoveryEndpointUri\": \"https://tm-euap01.afs.azure.net:443\",\r\n \"resourceLocation\": \"centraluseuap\",\r\n \"serviceLocation\": \"centraluseuap\",\r\n \"monitoringEndpointUri\": \"https://euap01.afs.azure.net:443/\"\r\n },\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps5621/providers/microsoft.storagesync/storageSyncServices/sssps2589/registeredServers/05b3d6b5-025e-4e80-8bd6-1b9a281315de\",\r\n \"name\": \"05b3d6b5-025e-4e80-8bd6-1b9a281315de\",\r\n \"type\": \"microsoft.storagesync/storageSyncServices/registeredServers\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps4647/providers/Microsoft.StorageSync/storageSyncServices/sssps8346/registeredServers/2fd5a932-2687-4c63-be05-4f357473cc12?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNDY0Ny9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM4MzQ2L3JlZ2lzdGVyZWRTZXJ2ZXJzLzJmZDVhOTMyLTI2ODctNGM2My1iZTA1LTRmMzU3NDczY2MxMj9hcGktdmVyc2lvbj0yMDE5LTAzLTAx", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps5621/providers/Microsoft.StorageSync/storageSyncServices/sssps2589/registeredServers/05b3d6b5-025e-4e80-8bd6-1b9a281315de?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzNTYyMS9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMyNTg5L3JlZ2lzdGVyZWRTZXJ2ZXJzLzA1YjNkNmI1LTAyNWUtNGU4MC04YmQ2LTFiOWEyODEzMTVkZT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "90a367ad-eacd-4869-9216-2335729db63e" + "3539aff2-991b-4a28-a59c-815c5fdeefd5" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -570,7 +702,7 @@ "no-cache" ], "x-ms-request-id": [ - "239be22d-5e12-4c82-8cff-66c73170a439" + "dd84c97f-2431-40a3-a302-7587531b70ad" ], "X-Content-Type-Options": [ "nosniff" @@ -588,47 +720,47 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11997" + "11995" ], "x-ms-correlation-request-id": [ - "055e1cd5-6c3e-44f3-82cd-b620ed8a689f" + "53f7c11f-1c0a-4454-bfde-f4a5b1f4a14e" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T230914Z:055e1cd5-6c3e-44f3-82cd-b620ed8a689f" + "WESTUS:20200623T231643Z:53f7c11f-1c0a-4454-bfde-f4a5b1f4a14e" ], "Date": [ - "Wed, 03 Jul 2019 23:09:13 GMT" + "Tue, 23 Jun 2020 23:16:42 GMT" ], "Content-Length": [ - "13368" + "13497" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"serverCertificate\": null,\r\n \"agentVersion\": \"5.0.2.0\",\r\n \"agentVersionStatus\": null,\r\n \"agentVersionExpirationDate\": null,\r\n \"serverOSVersion\": \"10.0.14393.0\",\r\n \"serverManagementErrorCode\": 0,\r\n \"lastHeartBeat\": \"2019-07-03T16:09:06.2887929-07:00\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"serverRole\": \"Standalone\",\r\n \"clusterId\": \"00000000-0000-0000-0000-000000000000\",\r\n \"clusterName\": \"\",\r\n \"serverId\": \"2fd5a932-2687-4c63-be05-4f357473cc12\",\r\n \"storageSyncServiceUid\": \"1fada50e-cdf7-4bff-8d1e-39e86d352cb9\",\r\n \"lastWorkflowId\": \"storageSyncServices/sssps8346/workflows/7639cf80-08a0-4fdb-b011-b5c4f1994eed\",\r\n \"lastOperationName\": \"ICreateRegisteredServerWorkflow\",\r\n \"friendlyName\": \"andreyazdevops.redmond.corp.microsoft.com\",\r\n \"monitoringConfiguration\": \"{\\\"agentConfiguration\\\":\\\" \\\\\\\\Memory\\\\\\\\Available MBytes \\\\\\\\Processor(_Total)\\\\\\\\% Processor Time \\\\\\\\Network Interface(*)\\\\\\\\Bytes Total/sec \\\\\\\\Network Interface(*)\\\\\\\\Bytes Received/sec \\\\\\\\Network Interface(*)\\\\\\\\Bytes Sent/sec \\\\\\\\Network Interface(*)\\\\\\\\Current Bandwidth \\\\\\\\Network Interface(*)\\\\\\\\Output Queue Length \\\\\\\\Server\\\\\\\\Bytes Total/sec \\\\\\\\Process(filesyncsvc)\\\\\\\\* \\\\\\\\Process(w3wp)\\\\\\\\Private Bytes \\\\\\\\Process(MonAgentCore)\\\\\\\\% Processor Time \\\\\\\\Process(MonAgentHost)\\\\\\\\% Processor Time \\\\\\\\Process(MonAgentManager)\\\\\\\\% Processor Time \\\\\\\\Process(MonAgentLauncher)\\\\\\\\% Processor Time \\\\\\\\Process(MonAgentCore)\\\\\\\\Private Bytes \\\\\\\\Process(MonAgentHost)\\\\\\\\Private Bytes \\\\\\\\Process(MonAgentManager)\\\\\\\\Private Bytes \\\\\\\\Process(MonAgentLauncher)\\\\\\\\Private Bytes \\\\\\\\Process(AzureStorageSyncMonitor)\\\\\\\\% Processor Time \\\\\\\\Process(AzureStorageSyncMonitor)\\\\\\\\Private Bytes \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") EventsToCollect=ServerPerformanceCounters:PerformanceCounter,ServerTelemetryEvents:WindowsEventLog,ServerItemResultsEvents:WindowsEventLog,ServerApplicationEvents:WindowsEventLog;DiagnosticEvents=ServerOperationalEvents:WindowsEventLog,ServerDiagnosticEvents:WindowsEventLog,ServerManagementOperationalEvents:WindowsEventLog,ServerManagementDiagnosticEvents:WindowsEventLog,ServerScrubbingEvents:WindowsEventLog,TieringResultsEvents:WindowsEventLog,RecallResultsEvents:WindowsEventLog,AfsUserModeTraceSession:Trace,AfsKernelModeTraceSession:Trace,InstallerLogs:InstallerLogs;EventSchedulerIntervalsInMins=EnvironmentTelemetry:1440 \\\",\\\"configurationVersion\\\":\\\"1\\\",\\\"id\\\":null,\\\"type\\\":\\\"microsoft.storagesync/storageSyncServices/HybridMonitoringConfiguration\\\"}\",\r\n \"managementEndpointUri\": \"https://euap01.afs.azure.net:443/\",\r\n \"discoveryEndpointUri\": \"https://tm-euap01.afs.azure.net:443\",\r\n \"resourceLocation\": \"centraluseuap\",\r\n \"serviceLocation\": \"centraluseuap\"\r\n },\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps4647/providers/microsoft.storagesync/storageSyncServices/sssps8346/registeredServers/2fd5a932-2687-4c63-be05-4f357473cc12\",\r\n \"name\": \"2fd5a932-2687-4c63-be05-4f357473cc12\",\r\n \"type\": \"microsoft.storagesync/storageSyncServices/registeredServers\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"agentVersion\": \"5.0.2.0\",\r\n \"serverOSVersion\": \"10.0.14393.0\",\r\n \"serverManagementErrorCode\": 0,\r\n \"lastHeartBeat\": \"2020-06-23T16:16:35.639877-07:00\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"serverRole\": \"Standalone\",\r\n \"clusterId\": \"00000000-0000-0000-0000-000000000000\",\r\n \"clusterName\": \"\",\r\n \"serverId\": \"05b3d6b5-025e-4e80-8bd6-1b9a281315de\",\r\n \"storageSyncServiceUid\": \"65480333-4a88-49c3-9bbf-e353e357025a\",\r\n \"lastWorkflowId\": \"storageSyncServices/sssps2589/workflows/0794d7e4-fdc1-4cbd-b54f-8b3d932cb004\",\r\n \"lastOperationName\": \"ICreateRegisteredServerWorkflow\",\r\n \"friendlyName\": \"ankushb-vm02.ntdev.corp.microsoft.com\",\r\n \"monitoringConfiguration\": \"{\\\"agentConfiguration\\\":\\\" \\\\\\\\Memory\\\\\\\\Available MBytes \\\\\\\\Processor(_Total)\\\\\\\\% Processor Time \\\\\\\\Network Interface(*)\\\\\\\\Bytes Total/sec \\\\\\\\Network Interface(*)\\\\\\\\Bytes Received/sec \\\\\\\\Network Interface(*)\\\\\\\\Bytes Sent/sec \\\\\\\\Network Interface(*)\\\\\\\\Current Bandwidth \\\\\\\\Network Interface(*)\\\\\\\\Output Queue Length \\\\\\\\Server\\\\\\\\Bytes Total/sec \\\\\\\\Process(filesyncsvc)\\\\\\\\* \\\\\\\\Process(w3wp)\\\\\\\\Private Bytes \\\\\\\\Process(MonAgentCore)\\\\\\\\% Processor Time \\\\\\\\Process(MonAgentHost)\\\\\\\\% Processor Time \\\\\\\\Process(MonAgentManager)\\\\\\\\% Processor Time \\\\\\\\Process(MonAgentLauncher)\\\\\\\\% Processor Time \\\\\\\\Process(MonAgentCore)\\\\\\\\Private Bytes \\\\\\\\Process(MonAgentHost)\\\\\\\\Private Bytes \\\\\\\\Process(MonAgentManager)\\\\\\\\Private Bytes \\\\\\\\Process(MonAgentLauncher)\\\\\\\\Private Bytes \\\\\\\\Process(AzureStorageSyncMonitor)\\\\\\\\% Processor Time \\\\\\\\Process(AzureStorageSyncMonitor)\\\\\\\\Private Bytes \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") EventsToCollect=ServerPerformanceCounters:PerformanceCounter,ServerTelemetryEvents:WindowsEventLog,ServerItemResultsEvents:WindowsEventLog,ServerApplicationEvents:WindowsEventLog;DiagnosticEvents=ServerOperationalEvents:WindowsEventLog,ServerDiagnosticEvents:WindowsEventLog,ServerManagementOperationalEvents:WindowsEventLog,ServerManagementDiagnosticEvents:WindowsEventLog,ServerScrubbingEvents:WindowsEventLog,TieringResultsEvents:WindowsEventLog,RecallResultsEvents:WindowsEventLog,AfsUserModeTraceSession:Trace,AfsKernelModeTraceSession:Trace,InstallerLogs:InstallerLogs;EventSchedulerIntervalsInMins=EnvironmentTelemetry:1440 \\\",\\\"configurationVersion\\\":\\\"1\\\",\\\"id\\\":null,\\\"type\\\":\\\"microsoft.storagesync/storageSyncServices/HybridMonitoringConfiguration\\\"}\",\r\n \"managementEndpointUri\": \"https://euap01.afs.azure.net:443/\",\r\n \"discoveryEndpointUri\": \"https://tm-euap01.afs.azure.net:443\",\r\n \"resourceLocation\": \"centraluseuap\",\r\n \"serviceLocation\": \"centraluseuap\",\r\n \"monitoringEndpointUri\": \"https://euap01.afs.azure.net:443/\"\r\n },\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps5621/providers/microsoft.storagesync/storageSyncServices/sssps2589/registeredServers/05b3d6b5-025e-4e80-8bd6-1b9a281315de\",\r\n \"name\": \"05b3d6b5-025e-4e80-8bd6-1b9a281315de\",\r\n \"type\": \"microsoft.storagesync/storageSyncServices/registeredServers\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps4647/providers/Microsoft.StorageSync/storageSyncServices/sssps8346/registeredServers/2fd5a932-2687-4c63-be05-4f357473cc12?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNDY0Ny9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM4MzQ2L3JlZ2lzdGVyZWRTZXJ2ZXJzLzJmZDVhOTMyLTI2ODctNGM2My1iZTA1LTRmMzU3NDczY2MxMj9hcGktdmVyc2lvbj0yMDE5LTAzLTAx", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps5621/providers/Microsoft.StorageSync/storageSyncServices/sssps2589/registeredServers/05b3d6b5-025e-4e80-8bd6-1b9a281315de?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzNTYyMS9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMyNTg5L3JlZ2lzdGVyZWRTZXJ2ZXJzLzA1YjNkNmI1LTAyNWUtNGU4MC04YmQ2LTFiOWEyODEzMTVkZT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "4d48b2c1-2da1-471e-b87f-7f0d25f542ce" + "299d9529-f7bb-419f-8bea-59dbe9b2dff6" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -639,16 +771,16 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps4647/providers/microsoft.storagesync/storageSyncServices/sssps8346/workflows/ca6bfdde-94ef-4eba-8203-06b331a429cc/operationresults/8060b970-e703-4cda-af85-217f02cef5b0?api-version=2019-03-01" + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6IjY1NDgwMzMzLTRhODgtNDljMy05YmJmLWUzNTNlMzU3MDI1YSIsIndvcmtmbG93SWQiOiJhMzljNTM3NC1iZTMyLTQ5OGItYWIzYi1iZmVlMWViZTQyZjgiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiZmQ4NGMzOTEtYTY1NS00NjZjLWE1ZjEtYjNiYTQ4MmYyYzgxIn0=?api-version=2020-03-01" ], "Retry-After": [ "10" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps4647/providers/microsoft.storagesync/storageSyncServices/sssps8346/workflows/ca6bfdde-94ef-4eba-8203-06b331a429cc/operations/8060b970-e703-4cda-af85-217f02cef5b0?api-version=2019-03-01" + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6IjY1NDgwMzMzLTRhODgtNDljMy05YmJmLWUzNTNlMzU3MDI1YSIsIndvcmtmbG93SWQiOiJhMzljNTM3NC1iZTMyLTQ5OGItYWIzYi1iZmVlMWViZTQyZjgiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiZmQ4NGMzOTEtYTY1NS00NjZjLWE1ZjEtYjNiYTQ4MmYyYzgxIn0=?api-version=2020-03-01" ], "x-ms-request-id": [ - "9732380f-4206-4eb6-ad1f-0f47a051fb19" + "2868977a-5141-47c1-85ef-8004ed5588e1" ], "X-Content-Type-Options": [ "nosniff" @@ -669,13 +801,13 @@ "14999" ], "x-ms-correlation-request-id": [ - "3f37882c-fb2d-4ab6-8333-1fa37e7573f2" + "0411be1d-c10c-443c-9ff3-17981d1ef87a" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T230914Z:3f37882c-fb2d-4ab6-8333-1fa37e7573f2" + "WESTUS:20200623T231643Z:0411be1d-c10c-443c-9ff3-17981d1ef87a" ], "Date": [ - "Wed, 03 Jul 2019 23:09:13 GMT" + "Tue, 23 Jun 2020 23:16:42 GMT" ], "Expires": [ "-1" @@ -688,16 +820,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps4647/providers/microsoft.storagesync/storageSyncServices/sssps8346/workflows/ca6bfdde-94ef-4eba-8203-06b331a429cc/operations/8060b970-e703-4cda-af85-217f02cef5b0?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNDY0Ny9wcm92aWRlcnMvbWljcm9zb2Z0LnN0b3JhZ2VzeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM4MzQ2L3dvcmtmbG93cy9jYTZiZmRkZS05NGVmLTRlYmEtODIwMy0wNmIzMzFhNDI5Y2Mvb3BlcmF0aW9ucy84MDYwYjk3MC1lNzAzLTRjZGEtYWY4NS0yMTdmMDJjZWY1YjA/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6IjY1NDgwMzMzLTRhODgtNDljMy05YmJmLWUzNTNlMzU3MDI1YSIsIndvcmtmbG93SWQiOiJhMzljNTM3NC1iZTMyLTQ5OGItYWIzYi1iZmVlMWViZTQyZjgiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiZmQ4NGMzOTEtYTY1NS00NjZjLWE1ZjEtYjNiYTQ4MmYyYzgxIn0=?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvbG9jYXRpb25zL2NlbnRyYWx1c2V1YXAvb3BlcmF0aW9ucy9leUp3WVhKMGFYUnBiMjVKWkNJNklqWTFORGd3TXpNekxUUmhPRGd0TkRsak15MDVZbUptTFdVek5UTmxNelUzTURJMVlTSXNJbmR2Y210bWJHOTNTV1FpT2lKaE16bGpOVE0zTkMxaVpUTXlMVFE1T0dJdFlXSXpZaTFpWm1WbE1XVmlaVFF5WmpnaUxDSjNiM0pyWm14dmQwOXdaWEpoZEdsdmJrbGtJam9pWm1RNE5HTXpPVEV0WVRZMU5TMDBOalpqTFdFMVpqRXRZak5pWVRRNE1tWXlZemd4SW4wPT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -708,7 +840,7 @@ "no-cache" ], "x-ms-request-id": [ - "b6e6ef66-fed5-4318-966b-d06fcc577372" + "7ef02318-4843-4340-92c7-13e511d20c3a" ], "X-Content-Type-Options": [ "nosniff" @@ -726,41 +858,41 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11996" + "11994" ], "x-ms-correlation-request-id": [ - "eedf4eaf-4450-446d-a573-5d981c43ef71" + "cd94a2db-437b-41df-bfa5-c21bfe6531ae" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T230925Z:eedf4eaf-4450-446d-a573-5d981c43ef71" + "WESTUS:20200623T231653Z:cd94a2db-437b-41df-bfa5-c21bfe6531ae" ], "Date": [ - "Wed, 03 Jul 2019 23:09:24 GMT" + "Tue, 23 Jun 2020 23:16:53 GMT" ], "Content-Length": [ - "447" + "745" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps4647/providers/microsoft.storagesync/storageSyncServices/sssps8346/workflow/ca6bfdde-94ef-4eba-8203-06b331a429cc/operationresults/8060b970-e703-4cda-af85-217f02cef5b0\",\r\n \"name\": \"8060b970-e703-4cda-af85-217f02cef5b0\",\r\n \"status\": \"delayStep\",\r\n \"startTime\": \"2019-07-03T23:09:14.7964321Z\",\r\n \"endTime\": \"2019-07-03T23:09:18.2990831Z\",\r\n \"percentComplete\": null,\r\n \"error\": null,\r\n \"properties\": {}\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6IjY1NDgwMzMzLTRhODgtNDljMy05YmJmLWUzNTNlMzU3MDI1YSIsIndvcmtmbG93SWQiOiJhMzljNTM3NC1iZTMyLTQ5OGItYWIzYi1iZmVlMWViZTQyZjgiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiZmQ4NGMzOTEtYTY1NS00NjZjLWE1ZjEtYjNiYTQ4MmYyYzgxIn0=\",\r\n \"name\": \"eyJwYXJ0aXRpb25JZCI6IjY1NDgwMzMzLTRhODgtNDljMy05YmJmLWUzNTNlMzU3MDI1YSIsIndvcmtmbG93SWQiOiJhMzljNTM3NC1iZTMyLTQ5OGItYWIzYi1iZmVlMWViZTQyZjgiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiZmQ4NGMzOTEtYTY1NS00NjZjLWE1ZjEtYjNiYTQ4MmYyYzgxIn0=\",\r\n \"status\": \"delayStep\",\r\n \"startTime\": \"2020-06-23T23:16:44.2128578Z\",\r\n \"endTime\": \"2020-06-23T23:16:48.0833138Z\",\r\n \"properties\": {}\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps4647/providers/microsoft.storagesync/storageSyncServices/sssps8346/workflows/ca6bfdde-94ef-4eba-8203-06b331a429cc/operations/8060b970-e703-4cda-af85-217f02cef5b0?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNDY0Ny9wcm92aWRlcnMvbWljcm9zb2Z0LnN0b3JhZ2VzeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM4MzQ2L3dvcmtmbG93cy9jYTZiZmRkZS05NGVmLTRlYmEtODIwMy0wNmIzMzFhNDI5Y2Mvb3BlcmF0aW9ucy84MDYwYjk3MC1lNzAzLTRjZGEtYWY4NS0yMTdmMDJjZWY1YjA/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6IjY1NDgwMzMzLTRhODgtNDljMy05YmJmLWUzNTNlMzU3MDI1YSIsIndvcmtmbG93SWQiOiJhMzljNTM3NC1iZTMyLTQ5OGItYWIzYi1iZmVlMWViZTQyZjgiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiZmQ4NGMzOTEtYTY1NS00NjZjLWE1ZjEtYjNiYTQ4MmYyYzgxIn0=?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvbG9jYXRpb25zL2NlbnRyYWx1c2V1YXAvb3BlcmF0aW9ucy9leUp3WVhKMGFYUnBiMjVKWkNJNklqWTFORGd3TXpNekxUUmhPRGd0TkRsak15MDVZbUptTFdVek5UTmxNelUzTURJMVlTSXNJbmR2Y210bWJHOTNTV1FpT2lKaE16bGpOVE0zTkMxaVpUTXlMVFE1T0dJdFlXSXpZaTFpWm1WbE1XVmlaVFF5WmpnaUxDSjNiM0pyWm14dmQwOXdaWEpoZEdsdmJrbGtJam9pWm1RNE5HTXpPVEV0WVRZMU5TMDBOalpqTFdFMVpqRXRZak5pWVRRNE1tWXlZemd4SW4wPT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -771,7 +903,7 @@ "no-cache" ], "x-ms-request-id": [ - "fff4b899-8f4b-41ca-90ce-3dd2e2e5d0d3" + "bdb0a4d8-ceb8-4c75-93af-61d5ac32bf5a" ], "X-Content-Type-Options": [ "nosniff" @@ -789,41 +921,41 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11995" + "11993" ], "x-ms-correlation-request-id": [ - "6e3c7cd1-675e-4ba8-a72e-e58f285dab2a" + "db25fd8e-ce2f-4c85-b216-b7e89b156807" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T230935Z:6e3c7cd1-675e-4ba8-a72e-e58f285dab2a" + "WESTUS:20200623T231704Z:db25fd8e-ce2f-4c85-b216-b7e89b156807" ], "Date": [ - "Wed, 03 Jul 2019 23:09:35 GMT" + "Tue, 23 Jun 2020 23:17:03 GMT" ], "Content-Length": [ - "447" + "745" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps4647/providers/microsoft.storagesync/storageSyncServices/sssps8346/workflow/ca6bfdde-94ef-4eba-8203-06b331a429cc/operationresults/8060b970-e703-4cda-af85-217f02cef5b0\",\r\n \"name\": \"8060b970-e703-4cda-af85-217f02cef5b0\",\r\n \"status\": \"delayStep\",\r\n \"startTime\": \"2019-07-03T23:09:14.7964321Z\",\r\n \"endTime\": \"2019-07-03T23:09:18.2990831Z\",\r\n \"percentComplete\": null,\r\n \"error\": null,\r\n \"properties\": {}\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6IjY1NDgwMzMzLTRhODgtNDljMy05YmJmLWUzNTNlMzU3MDI1YSIsIndvcmtmbG93SWQiOiJhMzljNTM3NC1iZTMyLTQ5OGItYWIzYi1iZmVlMWViZTQyZjgiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiZmQ4NGMzOTEtYTY1NS00NjZjLWE1ZjEtYjNiYTQ4MmYyYzgxIn0=\",\r\n \"name\": \"eyJwYXJ0aXRpb25JZCI6IjY1NDgwMzMzLTRhODgtNDljMy05YmJmLWUzNTNlMzU3MDI1YSIsIndvcmtmbG93SWQiOiJhMzljNTM3NC1iZTMyLTQ5OGItYWIzYi1iZmVlMWViZTQyZjgiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiZmQ4NGMzOTEtYTY1NS00NjZjLWE1ZjEtYjNiYTQ4MmYyYzgxIn0=\",\r\n \"status\": \"delayStep\",\r\n \"startTime\": \"2020-06-23T23:16:44.2128578Z\",\r\n \"endTime\": \"2020-06-23T23:16:48.0833138Z\",\r\n \"properties\": {}\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps4647/providers/microsoft.storagesync/storageSyncServices/sssps8346/workflows/ca6bfdde-94ef-4eba-8203-06b331a429cc/operations/8060b970-e703-4cda-af85-217f02cef5b0?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNDY0Ny9wcm92aWRlcnMvbWljcm9zb2Z0LnN0b3JhZ2VzeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM4MzQ2L3dvcmtmbG93cy9jYTZiZmRkZS05NGVmLTRlYmEtODIwMy0wNmIzMzFhNDI5Y2Mvb3BlcmF0aW9ucy84MDYwYjk3MC1lNzAzLTRjZGEtYWY4NS0yMTdmMDJjZWY1YjA/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6IjY1NDgwMzMzLTRhODgtNDljMy05YmJmLWUzNTNlMzU3MDI1YSIsIndvcmtmbG93SWQiOiJhMzljNTM3NC1iZTMyLTQ5OGItYWIzYi1iZmVlMWViZTQyZjgiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiZmQ4NGMzOTEtYTY1NS00NjZjLWE1ZjEtYjNiYTQ4MmYyYzgxIn0=?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvbG9jYXRpb25zL2NlbnRyYWx1c2V1YXAvb3BlcmF0aW9ucy9leUp3WVhKMGFYUnBiMjVKWkNJNklqWTFORGd3TXpNekxUUmhPRGd0TkRsak15MDVZbUptTFdVek5UTmxNelUzTURJMVlTSXNJbmR2Y210bWJHOTNTV1FpT2lKaE16bGpOVE0zTkMxaVpUTXlMVFE1T0dJdFlXSXpZaTFpWm1WbE1XVmlaVFF5WmpnaUxDSjNiM0pyWm14dmQwOXdaWEpoZEdsdmJrbGtJam9pWm1RNE5HTXpPVEV0WVRZMU5TMDBOalpqTFdFMVpqRXRZak5pWVRRNE1tWXlZemd4SW4wPT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -834,7 +966,7 @@ "no-cache" ], "x-ms-request-id": [ - "fe9e9588-ed76-4b7c-b2b1-b52768fbc1b3" + "632b19be-2069-4bc5-afc6-3a8e96046ac1" ], "X-Content-Type-Options": [ "nosniff" @@ -852,41 +984,41 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11994" + "11992" ], "x-ms-correlation-request-id": [ - "77454d5d-4dd5-444f-87ef-57a0c3509dd8" + "02f0ddc4-be11-42a5-b350-5c346762a148" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T230945Z:77454d5d-4dd5-444f-87ef-57a0c3509dd8" + "WESTUS:20200623T231714Z:02f0ddc4-be11-42a5-b350-5c346762a148" ], "Date": [ - "Wed, 03 Jul 2019 23:09:45 GMT" + "Tue, 23 Jun 2020 23:17:13 GMT" ], "Content-Length": [ - "447" + "745" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps4647/providers/microsoft.storagesync/storageSyncServices/sssps8346/workflow/ca6bfdde-94ef-4eba-8203-06b331a429cc/operationresults/8060b970-e703-4cda-af85-217f02cef5b0\",\r\n \"name\": \"8060b970-e703-4cda-af85-217f02cef5b0\",\r\n \"status\": \"delayStep\",\r\n \"startTime\": \"2019-07-03T23:09:14.7964321Z\",\r\n \"endTime\": \"2019-07-03T23:09:18.2990831Z\",\r\n \"percentComplete\": null,\r\n \"error\": null,\r\n \"properties\": {}\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6IjY1NDgwMzMzLTRhODgtNDljMy05YmJmLWUzNTNlMzU3MDI1YSIsIndvcmtmbG93SWQiOiJhMzljNTM3NC1iZTMyLTQ5OGItYWIzYi1iZmVlMWViZTQyZjgiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiZmQ4NGMzOTEtYTY1NS00NjZjLWE1ZjEtYjNiYTQ4MmYyYzgxIn0=\",\r\n \"name\": \"eyJwYXJ0aXRpb25JZCI6IjY1NDgwMzMzLTRhODgtNDljMy05YmJmLWUzNTNlMzU3MDI1YSIsIndvcmtmbG93SWQiOiJhMzljNTM3NC1iZTMyLTQ5OGItYWIzYi1iZmVlMWViZTQyZjgiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiZmQ4NGMzOTEtYTY1NS00NjZjLWE1ZjEtYjNiYTQ4MmYyYzgxIn0=\",\r\n \"status\": \"delayStep\",\r\n \"startTime\": \"2020-06-23T23:16:44.2128578Z\",\r\n \"endTime\": \"2020-06-23T23:16:48.0833138Z\",\r\n \"properties\": {}\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps4647/providers/microsoft.storagesync/storageSyncServices/sssps8346/workflows/ca6bfdde-94ef-4eba-8203-06b331a429cc/operations/8060b970-e703-4cda-af85-217f02cef5b0?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNDY0Ny9wcm92aWRlcnMvbWljcm9zb2Z0LnN0b3JhZ2VzeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM4MzQ2L3dvcmtmbG93cy9jYTZiZmRkZS05NGVmLTRlYmEtODIwMy0wNmIzMzFhNDI5Y2Mvb3BlcmF0aW9ucy84MDYwYjk3MC1lNzAzLTRjZGEtYWY4NS0yMTdmMDJjZWY1YjA/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6IjY1NDgwMzMzLTRhODgtNDljMy05YmJmLWUzNTNlMzU3MDI1YSIsIndvcmtmbG93SWQiOiJhMzljNTM3NC1iZTMyLTQ5OGItYWIzYi1iZmVlMWViZTQyZjgiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiZmQ4NGMzOTEtYTY1NS00NjZjLWE1ZjEtYjNiYTQ4MmYyYzgxIn0=?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvbG9jYXRpb25zL2NlbnRyYWx1c2V1YXAvb3BlcmF0aW9ucy9leUp3WVhKMGFYUnBiMjVKWkNJNklqWTFORGd3TXpNekxUUmhPRGd0TkRsak15MDVZbUptTFdVek5UTmxNelUzTURJMVlTSXNJbmR2Y210bWJHOTNTV1FpT2lKaE16bGpOVE0zTkMxaVpUTXlMVFE1T0dJdFlXSXpZaTFpWm1WbE1XVmlaVFF5WmpnaUxDSjNiM0pyWm14dmQwOXdaWEpoZEdsdmJrbGtJam9pWm1RNE5HTXpPVEV0WVRZMU5TMDBOalpqTFdFMVpqRXRZak5pWVRRNE1tWXlZemd4SW4wPT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -897,7 +1029,7 @@ "no-cache" ], "x-ms-request-id": [ - "85715e1f-a6b6-4d0a-ab8e-b4d81775c256" + "0bf93fbe-1e34-4527-ab6b-be4f052fa186" ], "X-Content-Type-Options": [ "nosniff" @@ -905,9 +1037,6 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11993" - ], "Server": [ "Microsoft-IIS/10.0" ], @@ -917,39 +1046,42 @@ "X-Powered-By": [ "ASP.NET" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11991" + ], "x-ms-correlation-request-id": [ - "07203589-b8db-46cf-8b95-b699fbb8ffae" + "5afc40db-8703-4daf-af98-9c5f6e82bbc4" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T230956Z:07203589-b8db-46cf-8b95-b699fbb8ffae" + "WESTUS:20200623T231724Z:5afc40db-8703-4daf-af98-9c5f6e82bbc4" ], "Date": [ - "Wed, 03 Jul 2019 23:09:55 GMT" + "Tue, 23 Jun 2020 23:17:23 GMT" ], "Content-Length": [ - "447" + "745" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps4647/providers/microsoft.storagesync/storageSyncServices/sssps8346/workflow/ca6bfdde-94ef-4eba-8203-06b331a429cc/operationresults/8060b970-e703-4cda-af85-217f02cef5b0\",\r\n \"name\": \"8060b970-e703-4cda-af85-217f02cef5b0\",\r\n \"status\": \"delayStep\",\r\n \"startTime\": \"2019-07-03T23:09:14.7964321Z\",\r\n \"endTime\": \"2019-07-03T23:09:18.2990831Z\",\r\n \"percentComplete\": null,\r\n \"error\": null,\r\n \"properties\": {}\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6IjY1NDgwMzMzLTRhODgtNDljMy05YmJmLWUzNTNlMzU3MDI1YSIsIndvcmtmbG93SWQiOiJhMzljNTM3NC1iZTMyLTQ5OGItYWIzYi1iZmVlMWViZTQyZjgiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiZmQ4NGMzOTEtYTY1NS00NjZjLWE1ZjEtYjNiYTQ4MmYyYzgxIn0=\",\r\n \"name\": \"eyJwYXJ0aXRpb25JZCI6IjY1NDgwMzMzLTRhODgtNDljMy05YmJmLWUzNTNlMzU3MDI1YSIsIndvcmtmbG93SWQiOiJhMzljNTM3NC1iZTMyLTQ5OGItYWIzYi1iZmVlMWViZTQyZjgiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiZmQ4NGMzOTEtYTY1NS00NjZjLWE1ZjEtYjNiYTQ4MmYyYzgxIn0=\",\r\n \"status\": \"delayStep\",\r\n \"startTime\": \"2020-06-23T23:16:44.2128578Z\",\r\n \"endTime\": \"2020-06-23T23:16:48.0833138Z\",\r\n \"properties\": {}\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps4647/providers/microsoft.storagesync/storageSyncServices/sssps8346/workflows/ca6bfdde-94ef-4eba-8203-06b331a429cc/operations/8060b970-e703-4cda-af85-217f02cef5b0?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNDY0Ny9wcm92aWRlcnMvbWljcm9zb2Z0LnN0b3JhZ2VzeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM4MzQ2L3dvcmtmbG93cy9jYTZiZmRkZS05NGVmLTRlYmEtODIwMy0wNmIzMzFhNDI5Y2Mvb3BlcmF0aW9ucy84MDYwYjk3MC1lNzAzLTRjZGEtYWY4NS0yMTdmMDJjZWY1YjA/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6IjY1NDgwMzMzLTRhODgtNDljMy05YmJmLWUzNTNlMzU3MDI1YSIsIndvcmtmbG93SWQiOiJhMzljNTM3NC1iZTMyLTQ5OGItYWIzYi1iZmVlMWViZTQyZjgiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiZmQ4NGMzOTEtYTY1NS00NjZjLWE1ZjEtYjNiYTQ4MmYyYzgxIn0=?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvbG9jYXRpb25zL2NlbnRyYWx1c2V1YXAvb3BlcmF0aW9ucy9leUp3WVhKMGFYUnBiMjVKWkNJNklqWTFORGd3TXpNekxUUmhPRGd0TkRsak15MDVZbUptTFdVek5UTmxNelUzTURJMVlTSXNJbmR2Y210bWJHOTNTV1FpT2lKaE16bGpOVE0zTkMxaVpUTXlMVFE1T0dJdFlXSXpZaTFpWm1WbE1XVmlaVFF5WmpnaUxDSjNiM0pyWm14dmQwOXdaWEpoZEdsdmJrbGtJam9pWm1RNE5HTXpPVEV0WVRZMU5TMDBOalpqTFdFMVpqRXRZak5pWVRRNE1tWXlZemd4SW4wPT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -960,7 +1092,7 @@ "no-cache" ], "x-ms-request-id": [ - "c393356e-9b7e-4270-b390-2b23e2a4e591" + "7418f2c5-1dfb-417e-a9e4-60c9bc69028e" ], "X-Content-Type-Options": [ "nosniff" @@ -978,41 +1110,41 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11992" + "11990" ], "x-ms-correlation-request-id": [ - "14b9380c-8350-4b03-b816-c9144659e2a6" + "57d91802-1256-4160-b92d-fc2ad31453d9" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T231006Z:14b9380c-8350-4b03-b816-c9144659e2a6" + "WESTUS:20200623T231735Z:57d91802-1256-4160-b92d-fc2ad31453d9" ], "Date": [ - "Wed, 03 Jul 2019 23:10:05 GMT" + "Tue, 23 Jun 2020 23:17:35 GMT" ], "Content-Length": [ - "447" + "745" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps4647/providers/microsoft.storagesync/storageSyncServices/sssps8346/workflow/ca6bfdde-94ef-4eba-8203-06b331a429cc/operationresults/8060b970-e703-4cda-af85-217f02cef5b0\",\r\n \"name\": \"8060b970-e703-4cda-af85-217f02cef5b0\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2019-07-03T23:09:14.7964321Z\",\r\n \"endTime\": \"2019-07-03T23:10:03.3593423Z\",\r\n \"percentComplete\": null,\r\n \"error\": null,\r\n \"properties\": {}\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6IjY1NDgwMzMzLTRhODgtNDljMy05YmJmLWUzNTNlMzU3MDI1YSIsIndvcmtmbG93SWQiOiJhMzljNTM3NC1iZTMyLTQ5OGItYWIzYi1iZmVlMWViZTQyZjgiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiZmQ4NGMzOTEtYTY1NS00NjZjLWE1ZjEtYjNiYTQ4MmYyYzgxIn0=\",\r\n \"name\": \"eyJwYXJ0aXRpb25JZCI6IjY1NDgwMzMzLTRhODgtNDljMy05YmJmLWUzNTNlMzU3MDI1YSIsIndvcmtmbG93SWQiOiJhMzljNTM3NC1iZTMyLTQ5OGItYWIzYi1iZmVlMWViZTQyZjgiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiZmQ4NGMzOTEtYTY1NS00NjZjLWE1ZjEtYjNiYTQ4MmYyYzgxIn0=\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2020-06-23T23:16:44.2128578Z\",\r\n \"endTime\": \"2020-06-23T23:17:33.1959404Z\",\r\n \"properties\": {}\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps4647/providers/microsoft.storagesync/storageSyncServices/sssps8346/workflows/ca6bfdde-94ef-4eba-8203-06b331a429cc/operationresults/8060b970-e703-4cda-af85-217f02cef5b0?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNDY0Ny9wcm92aWRlcnMvbWljcm9zb2Z0LnN0b3JhZ2VzeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM4MzQ2L3dvcmtmbG93cy9jYTZiZmRkZS05NGVmLTRlYmEtODIwMy0wNmIzMzFhNDI5Y2Mvb3BlcmF0aW9ucmVzdWx0cy84MDYwYjk3MC1lNzAzLTRjZGEtYWY4NS0yMTdmMDJjZWY1YjA/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6IjY1NDgwMzMzLTRhODgtNDljMy05YmJmLWUzNTNlMzU3MDI1YSIsIndvcmtmbG93SWQiOiJhMzljNTM3NC1iZTMyLTQ5OGItYWIzYi1iZmVlMWViZTQyZjgiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiZmQ4NGMzOTEtYTY1NS00NjZjLWE1ZjEtYjNiYTQ4MmYyYzgxIn0=?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvbG9jYXRpb25zL2NlbnRyYWx1c2V1YXAvb3BlcmF0aW9ucmVzdWx0cy9leUp3WVhKMGFYUnBiMjVKWkNJNklqWTFORGd3TXpNekxUUmhPRGd0TkRsak15MDVZbUptTFdVek5UTmxNelUzTURJMVlTSXNJbmR2Y210bWJHOTNTV1FpT2lKaE16bGpOVE0zTkMxaVpUTXlMVFE1T0dJdFlXSXpZaTFpWm1WbE1XVmlaVFF5WmpnaUxDSjNiM0pyWm14dmQwOXdaWEpoZEdsdmJrbGtJam9pWm1RNE5HTXpPVEV0WVRZMU5TMDBOalpqTFdFMVpqRXRZak5pWVRRNE1tWXlZemd4SW4wPT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -1023,7 +1155,7 @@ "no-cache" ], "x-ms-request-id": [ - "2d166b20-91d9-4303-8101-8ce8e810cc49" + "ba458d82-a667-4757-9c30-8d0d84903f55" ], "X-Content-Type-Options": [ "nosniff" @@ -1041,16 +1173,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11991" + "11989" ], "x-ms-correlation-request-id": [ - "f76f78bc-6789-47b3-86cd-8e909040404c" + "650dcb94-a64c-4945-a684-e8f844d56c3b" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T231006Z:f76f78bc-6789-47b3-86cd-8e909040404c" + "WESTUS:20200623T231735Z:650dcb94-a64c-4945-a684-e8f844d56c3b" ], "Date": [ - "Wed, 03 Jul 2019 23:10:06 GMT" + "Tue, 23 Jun 2020 23:17:35 GMT" ], "Expires": [ "-1" @@ -1063,22 +1195,22 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps4647/providers/Microsoft.StorageSync/storageSyncServices/sssps8346?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNDY0Ny9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM4MzQ2P2FwaS12ZXJzaW9uPTIwMTktMDMtMDE=", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps5621/providers/Microsoft.StorageSync/storageSyncServices/sssps2589?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzNTYyMS9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMyNTg5P2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "cc141980-9bf1-4ed0-865e-eb11cdd8dec5" + "a0f57323-78a9-461c-83b1-51bc7daa10f1" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -1088,8 +1220,17 @@ "Pragma": [ "no-cache" ], + "Location": [ + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6IjY1NDgwMzMzLTRhODgtNDljMy05YmJmLWUzNTNlMzU3MDI1YSIsIndvcmtmbG93SWQiOiIxMzAzNzAxYy00MDBkLTRlNTYtOTRhYS05MjEyOTA2ZDg0Y2EiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiMzI2OTZjMzUtMzEyZi00ZjZhLWIwYzAtYjRmZTVlMGEwOGIzIn0=?api-version=2020-03-01" + ], + "Retry-After": [ + "10" + ], + "Azure-AsyncOperation": [ + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6IjY1NDgwMzMzLTRhODgtNDljMy05YmJmLWUzNTNlMzU3MDI1YSIsIndvcmtmbG93SWQiOiIxMzAzNzAxYy00MDBkLTRlNTYtOTRhYS05MjEyOTA2ZDg0Y2EiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiMzI2OTZjMzUtMzEyZi00ZjZhLWIwYzAtYjRmZTVlMGEwOGIzIn0=?api-version=2020-03-01" + ], "x-ms-request-id": [ - "81db436a-0d84-4e01-9d58-ebb1caeb4e91" + "608e9e50-101a-4b41-82ac-95df1198c66f" ], "X-Content-Type-Options": [ "nosniff" @@ -1110,13 +1251,136 @@ "14998" ], "x-ms-correlation-request-id": [ - "e7df408b-304f-48c5-a7ee-b81cb3d2c03f" + "ddd89bba-e750-4654-88e8-e60163f2d9e7" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200623T231735Z:ddd89bba-e750-4654-88e8-e60163f2d9e7" + ], + "Date": [ + "Tue, 23 Jun 2020 23:17:35 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6IjY1NDgwMzMzLTRhODgtNDljMy05YmJmLWUzNTNlMzU3MDI1YSIsIndvcmtmbG93SWQiOiIxMzAzNzAxYy00MDBkLTRlNTYtOTRhYS05MjEyOTA2ZDg0Y2EiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiMzI2OTZjMzUtMzEyZi00ZjZhLWIwYzAtYjRmZTVlMGEwOGIzIn0=?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvbG9jYXRpb25zL2NlbnRyYWx1c2V1YXAvb3BlcmF0aW9ucy9leUp3WVhKMGFYUnBiMjVKWkNJNklqWTFORGd3TXpNekxUUmhPRGd0TkRsak15MDVZbUptTFdVek5UTmxNelUzTURJMVlTSXNJbmR2Y210bWJHOTNTV1FpT2lJeE16QXpOekF4WXkwME1EQmtMVFJsTlRZdE9UUmhZUzA1TWpFeU9UQTJaRGcwWTJFaUxDSjNiM0pyWm14dmQwOXdaWEpoZEdsdmJrbGtJam9pTXpJMk9UWmpNelV0TXpFeVppMDBaalpoTFdJd1l6QXRZalJtWlRWbE1HRXdPR0l6SW4wPT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-request-id": [ + "d863dccf-6506-48c2-9db9-c0031d80b93d" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-IIS/10.0" + ], + "X-AspNet-Version": [ + "4.0.30319" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11988" + ], + "x-ms-correlation-request-id": [ + "01e67ea6-73c0-4580-9dc6-a267b7222694" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200623T231746Z:01e67ea6-73c0-4580-9dc6-a267b7222694" + ], + "Date": [ + "Tue, 23 Jun 2020 23:17:45 GMT" + ], + "Content-Length": [ + "745" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6IjY1NDgwMzMzLTRhODgtNDljMy05YmJmLWUzNTNlMzU3MDI1YSIsIndvcmtmbG93SWQiOiIxMzAzNzAxYy00MDBkLTRlNTYtOTRhYS05MjEyOTA2ZDg0Y2EiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiMzI2OTZjMzUtMzEyZi00ZjZhLWIwYzAtYjRmZTVlMGEwOGIzIn0=\",\r\n \"name\": \"eyJwYXJ0aXRpb25JZCI6IjY1NDgwMzMzLTRhODgtNDljMy05YmJmLWUzNTNlMzU3MDI1YSIsIndvcmtmbG93SWQiOiIxMzAzNzAxYy00MDBkLTRlNTYtOTRhYS05MjEyOTA2ZDg0Y2EiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiMzI2OTZjMzUtMzEyZi00ZjZhLWIwYzAtYjRmZTVlMGEwOGIzIn0=\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2020-06-23T23:17:36.8004346Z\",\r\n \"endTime\": \"2020-06-23T23:17:42.2339753Z\",\r\n \"properties\": {}\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6IjY1NDgwMzMzLTRhODgtNDljMy05YmJmLWUzNTNlMzU3MDI1YSIsIndvcmtmbG93SWQiOiIxMzAzNzAxYy00MDBkLTRlNTYtOTRhYS05MjEyOTA2ZDg0Y2EiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiMzI2OTZjMzUtMzEyZi00ZjZhLWIwYzAtYjRmZTVlMGEwOGIzIn0=?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvbG9jYXRpb25zL2NlbnRyYWx1c2V1YXAvb3BlcmF0aW9ucmVzdWx0cy9leUp3WVhKMGFYUnBiMjVKWkNJNklqWTFORGd3TXpNekxUUmhPRGd0TkRsak15MDVZbUptTFdVek5UTmxNelUzTURJMVlTSXNJbmR2Y210bWJHOTNTV1FpT2lJeE16QXpOekF4WXkwME1EQmtMVFJsTlRZdE9UUmhZUzA1TWpFeU9UQTJaRGcwWTJFaUxDSjNiM0pyWm14dmQwOXdaWEpoZEdsdmJrbGtJam9pTXpJMk9UWmpNelV0TXpFeVppMDBaalpoTFdJd1l6QXRZalJtWlRWbE1HRXdPR0l6SW4wPT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-request-id": [ + "71c32395-f9b9-4786-a50f-151104686493" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-IIS/10.0" + ], + "X-AspNet-Version": [ + "4.0.30319" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11987" + ], + "x-ms-correlation-request-id": [ + "4267e2d4-1669-4834-b5b4-a8db68a1f99b" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T231007Z:e7df408b-304f-48c5-a7ee-b81cb3d2c03f" + "WESTUS:20200623T231746Z:4267e2d4-1669-4834-b5b4-a8db68a1f99b" ], "Date": [ - "Wed, 03 Jul 2019 23:10:06 GMT" + "Tue, 23 Jun 2020 23:17:46 GMT" ], "Expires": [ "-1" @@ -1129,22 +1393,22 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps4647/providers/Microsoft.StorageSync/storageSyncServices?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNDY0Ny9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXM/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps5621/providers/Microsoft.StorageSync/storageSyncServices?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzNTYyMS9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXM/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "866ba1ae-15f7-4a72-943c-70079087ac54" + "1385cecb-f751-4c83-9706-a8ca85a1f4be" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -1154,57 +1418,66 @@ "Pragma": [ "no-cache" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11990" - ], "x-ms-request-id": [ - "cc02d487-79ce-4237-a2ab-61209bcfe11d" + "aff30d8a-e606-4831-b3dd-2eede0bfdba6" ], - "x-ms-correlation-request-id": [ - "cc02d487-79ce-4237-a2ab-61209bcfe11d" - ], - "x-ms-routing-request-id": [ - "WESTUS:20190703T231007Z:cc02d487-79ce-4237-a2ab-61209bcfe11d" + "X-Content-Type-Options": [ + "nosniff" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Content-Type-Options": [ - "nosniff" + "Server": [ + "Microsoft-IIS/10.0" + ], + "X-AspNet-Version": [ + "4.0.30319" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11986" + ], + "x-ms-correlation-request-id": [ + "7d89bf6c-bd97-4dcf-9687-7a8d64f9d16a" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200623T231746Z:7d89bf6c-bd97-4dcf-9687-7a8d64f9d16a" ], "Date": [ - "Wed, 03 Jul 2019 23:10:06 GMT" + "Tue, 23 Jun 2020 23:17:46 GMT" + ], + "Content-Length": [ + "19" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" - ], - "Content-Length": [ - "12" ] }, "ResponseBody": "{\r\n \"value\": []\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourcegroups/ps4647?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlZ3JvdXBzL3BzNDY0Nz9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourcegroups/ps5621?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlZ3JvdXBzL3BzNTYyMT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "957498af-a1bd-45d7-94c5-d1f658c0e281" + "3d2c2319-7aeb-4924-9506-4a352b515654" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -1215,7 +1488,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQ2NDctV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzU2MjEtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" ], "Retry-After": [ "15" @@ -1224,13 +1497,13 @@ "14997" ], "x-ms-request-id": [ - "7b86d120-1686-436c-ba71-a957901bbbd5" + "172e695e-9263-43df-b1a8-aeb756ef8e39" ], "x-ms-correlation-request-id": [ - "7b86d120-1686-436c-ba71-a957901bbbd5" + "172e695e-9263-43df-b1a8-aeb756ef8e39" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T231009Z:7b86d120-1686-436c-ba71-a957901bbbd5" + "WESTUS:20200623T231747Z:172e695e-9263-43df-b1a8-aeb756ef8e39" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1239,7 +1512,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 23:10:08 GMT" + "Tue, 23 Jun 2020 23:17:47 GMT" ], "Expires": [ "-1" @@ -1252,16 +1525,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQ2NDctV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpRMk5EY3RWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzU2MjEtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpVMk1qRXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -1272,22 +1545,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQ2NDctV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzU2MjEtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11989" + "11985" ], "x-ms-request-id": [ - "2fdd7eaf-695d-4ce9-8d6f-7905c3a36655" + "8cf7314f-22c5-4a8b-b951-23841ea644f0" ], "x-ms-correlation-request-id": [ - "2fdd7eaf-695d-4ce9-8d6f-7905c3a36655" + "8cf7314f-22c5-4a8b-b951-23841ea644f0" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T231024Z:2fdd7eaf-695d-4ce9-8d6f-7905c3a36655" + "WESTUS:20200623T231802Z:8cf7314f-22c5-4a8b-b951-23841ea644f0" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1296,7 +1569,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 23:10:24 GMT" + "Tue, 23 Jun 2020 23:18:01 GMT" ], "Expires": [ "-1" @@ -1309,16 +1582,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQ2NDctV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpRMk5EY3RWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzU2MjEtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpVMk1qRXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -1329,22 +1602,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQ2NDctV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzU2MjEtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11988" + "11984" ], "x-ms-request-id": [ - "52e31715-b4f0-4f98-a8bc-be177839fc65" + "e0603b96-abe0-4e95-afbe-8bddd66614d7" ], "x-ms-correlation-request-id": [ - "52e31715-b4f0-4f98-a8bc-be177839fc65" + "e0603b96-abe0-4e95-afbe-8bddd66614d7" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T231039Z:52e31715-b4f0-4f98-a8bc-be177839fc65" + "WESTUS:20200623T231817Z:e0603b96-abe0-4e95-afbe-8bddd66614d7" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1353,7 +1626,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 23:10:38 GMT" + "Tue, 23 Jun 2020 23:18:16 GMT" ], "Expires": [ "-1" @@ -1366,16 +1639,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQ2NDctV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpRMk5EY3RWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzU2MjEtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpVMk1qRXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -1386,16 +1659,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11987" + "11983" ], "x-ms-request-id": [ - "580d67fd-0f0d-4674-bbce-651c16142821" + "acc0ec89-de3c-4c9c-ac03-f65dc215124e" ], "x-ms-correlation-request-id": [ - "580d67fd-0f0d-4674-bbce-651c16142821" + "acc0ec89-de3c-4c9c-ac03-f65dc215124e" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T231054Z:580d67fd-0f0d-4674-bbce-651c16142821" + "WESTUS:20200623T231832Z:acc0ec89-de3c-4c9c-ac03-f65dc215124e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1404,7 +1677,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 23:10:53 GMT" + "Tue, 23 Jun 2020 23:18:31 GMT" ], "Expires": [ "-1" @@ -1417,16 +1690,16 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQ2NDctV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpRMk5EY3RWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzU2MjEtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpVMk1qRXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -1437,16 +1710,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11986" + "11982" ], "x-ms-request-id": [ - "86e24269-4b33-4bcb-b6de-221139b022fc" + "9543c127-b181-4d9b-b820-9789a0a8ea14" ], "x-ms-correlation-request-id": [ - "86e24269-4b33-4bcb-b6de-221139b022fc" + "9543c127-b181-4d9b-b820-9789a0a8ea14" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T231054Z:86e24269-4b33-4bcb-b6de-221139b022fc" + "WESTUS:20200623T231832Z:9543c127-b181-4d9b-b820-9789a0a8ea14" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1455,7 +1728,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 23:10:53 GMT" + "Tue, 23 Jun 2020 23:18:31 GMT" ], "Expires": [ "-1" @@ -1470,14 +1743,14 @@ ], "Names": { "Test-NewRegisteredServer": [ - "ps4647", - "ps8346" + "ps5621", + "ps2589" ] }, "Variables": { - "SubscriptionId": "7b96cb02-4663-40f4-9a89-603d3849e46a", - "TenantId": "0483643a-cb2f-462a-bc27-1a270e5bdc0a", + "SubscriptionId": "1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b", + "TenantId": "6ad91d65-65ab-4e14-90f7-fe951035b7c9", "Domain": "", - "SyncServerId": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps4647/providers/Microsoft.StorageSync/storageSyncServices/sssps8346/registeredServers/2FD5A932-2687-4C63-BE05-4F357473CC12" + "SyncServerId": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps5621/providers/Microsoft.StorageSync/storageSyncServices/sssps2589/registeredServers/05B3D6B5-025E-4E80-8BD6-1B9A281315DE" } } \ No newline at end of file diff --git a/src/StorageSync/StorageSync.Test/SessionRecords/StorageSyncTests.RegisteredServerTests/TestNewRegisteredServerParentObject.json b/src/StorageSync/StorageSync.Test/SessionRecords/StorageSyncTests.RegisteredServerTests/TestNewRegisteredServerParentObject.json index d753fa3f487a..2824fd1885c5 100644 --- a/src/StorageSync/StorageSync.Test/SessionRecords/StorageSyncTests.RegisteredServerTests/TestNewRegisteredServerParentObject.json +++ b/src/StorageSync/StorageSync.Test/SessionRecords/StorageSyncTests.RegisteredServerTests/TestNewRegisteredServerParentObject.json @@ -1,22 +1,22 @@ { "Entries": [ { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/providers/Microsoft.Resources?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVzb3VyY2VzP2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/Microsoft.Resources?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVzb3VyY2VzP2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "70703387-8a57-4b2f-8b8c-517a326a54aa" + "90352e99-fbbd-42a0-87c1-f30a797488f2" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -27,16 +27,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11983" + "11999" ], "x-ms-request-id": [ - "1cb44323-052c-4bac-9b53-4fdab4a638da" + "6337f331-0101-4bfd-bd5a-090fc5cd3948" ], "x-ms-correlation-request-id": [ - "1cb44323-052c-4bac-9b53-4fdab4a638da" + "6337f331-0101-4bfd-bd5a-090fc5cd3948" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T234807Z:1cb44323-052c-4bac-9b53-4fdab4a638da" + "WESTUS:20200623T233706Z:6337f331-0101-4bfd-bd5a-090fc5cd3948" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -45,7 +45,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 23:48:06 GMT" + "Tue, 23 Jun 2020 23:37:05 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -54,29 +54,29 @@ "-1" ], "Content-Length": [ - "8818" + "10899" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/providers/Microsoft.Resources\",\r\n \"namespace\": \"Microsoft.Resources\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"tenants\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operationresults\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"notifyResourceJobs\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"tags\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkPolicyCompliance\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"providers\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkresourcename\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resources\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/resources\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/providers\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/operationresults\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceGroups\",\r\n \"locations\": [\r\n \"Central US\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"West Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia Southeast\",\r\n \"Australia East\",\r\n \"West India\",\r\n \"South India\",\r\n \"Central India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/resourceGroups\",\r\n \"locations\": [\r\n \"Central US\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"West Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia Southeast\",\r\n \"Australia East\",\r\n \"West India\",\r\n \"South India\",\r\n \"Central India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/resourcegroups/resources\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/tagnames\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/tagNames/tagValues\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"deployments\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"deployments/operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"links\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-01-01\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/Microsoft.Resources\",\r\n \"namespace\": \"Microsoft.Resources\",\r\n \"authorization\": {\r\n \"applicationId\": \"3b990c8b-9607-4c2a-8b04-1d41985facca\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"tenants\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-01-01\",\r\n \"2019-09-01\",\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-09-01\",\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operationresults\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-09-01\",\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"notifyResourceJobs\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-09-01\",\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"tags\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-10-01\",\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\"\r\n ],\r\n \"capabilities\": \"SupportsExtension\"\r\n },\r\n {\r\n \"resourceType\": \"checkPolicyCompliance\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"providers\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkresourcename\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"calculateTemplateHash\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-09-01\",\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resources\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-09-01\",\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-10-01\",\r\n \"2019-09-01\",\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/resources\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-09-01\",\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/providers\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/operationresults\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceGroups\",\r\n \"locations\": [\r\n \"Central US\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"West Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia Southeast\",\r\n \"Australia East\",\r\n \"West India\",\r\n \"South India\",\r\n \"Central India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Australia Central\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/resourceGroups\",\r\n \"locations\": [\r\n \"Central US\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"West Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia Southeast\",\r\n \"Australia East\",\r\n \"West India\",\r\n \"South India\",\r\n \"Central India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Australia Central\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/resourcegroups/resources\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/tagnames\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/tagNames/tagValues\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"deployments\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-09-01\",\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"deployments/operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-09-01\",\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"links\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ],\r\n \"capabilities\": \"SupportsExtension\"\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-01-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"deploymentScripts\",\r\n \"locations\": [\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Australia East\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"Central US\",\r\n \"North Central US\",\r\n \"UK South\",\r\n \"Central India\",\r\n \"South India\",\r\n \"Japan East\",\r\n \"Korea Central\",\r\n \"North Europe\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West US 2\",\r\n \"West US\",\r\n \"South Central US\",\r\n \"Canada East\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-10-01-preview\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"deploymentScripts/logs\",\r\n \"locations\": [\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Australia East\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"Central US\",\r\n \"North Central US\",\r\n \"UK South\",\r\n \"Central India\",\r\n \"South India\",\r\n \"Japan East\",\r\n \"Korea Central\",\r\n \"North Europe\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West US 2\",\r\n \"West US\",\r\n \"South Central US\",\r\n \"Canada East\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/deploymentScriptOperationResults\",\r\n \"locations\": [\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Australia East\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"Central US\",\r\n \"North Central US\",\r\n \"UK South\",\r\n \"Central India\",\r\n \"South India\",\r\n \"Japan East\",\r\n \"Korea Central\",\r\n \"North Europe\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West US 2\",\r\n \"West US\",\r\n \"South Central US\",\r\n \"Canada East\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-10-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/providers/Microsoft.StorageSync?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZVN5bmM/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/Microsoft.StorageSync?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZVN5bmM/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "2143a73c-7e2a-4bcc-920c-b3edf4611310" + "789106b2-2ecb-4449-aa5c-0f0f6c16e219" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -87,16 +87,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11982" + "11998" ], "x-ms-request-id": [ - "3eeed49a-a0aa-4f8a-ad47-53ac565193a5" + "26f0e744-5ed4-4028-9b93-6b6b9930c89c" ], "x-ms-correlation-request-id": [ - "3eeed49a-a0aa-4f8a-ad47-53ac565193a5" + "26f0e744-5ed4-4028-9b93-6b6b9930c89c" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T234807Z:3eeed49a-a0aa-4f8a-ad47-53ac565193a5" + "WESTUS:20200623T233706Z:26f0e744-5ed4-4028-9b93-6b6b9930c89c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -105,7 +105,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 23:48:06 GMT" + "Tue, 23 Jun 2020 23:37:06 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -114,29 +114,29 @@ "-1" ], "Content-Length": [ - "5239" + "7645" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/providers/Microsoft.StorageSync\",\r\n \"namespace\": \"Microsoft.StorageSync\",\r\n \"authorizations\": [\r\n {\r\n \"applicationId\": \"9469b9f5-6722-4481-a2b2-14ed560b706f\"\r\n }\r\n ],\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageSyncServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"Central US EUAP\",\r\n \"West US 2\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\",\r\n \"2018-01-01-preview\",\r\n \"2017-06-05-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"storageSyncServices/syncGroups\",\r\n \"locations\": [\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"Central US EUAP\",\r\n \"West US 2\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\",\r\n \"2018-01-01-preview\",\r\n \"2017-06-05-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageSyncServices/syncGroups/cloudEndpoints\",\r\n \"locations\": [\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"Central US EUAP\",\r\n \"West US 2\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\",\r\n \"2018-01-01-preview\",\r\n \"2017-06-05-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageSyncServices/syncGroups/serverEndpoints\",\r\n \"locations\": [\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"Central US EUAP\",\r\n \"West US 2\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\",\r\n \"2018-01-01-preview\",\r\n \"2017-06-05-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageSyncServices/registeredServers\",\r\n \"locations\": [\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"Central US EUAP\",\r\n \"West US 2\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\",\r\n \"2018-01-01-preview\",\r\n \"2017-06-05-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageSyncServices/workflows\",\r\n \"locations\": [\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"Central US EUAP\",\r\n \"West US 2\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\",\r\n \"2018-01-01-preview\",\r\n \"2017-06-05-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\",\r\n \"2018-01-01-preview\",\r\n \"2017-06-05-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/checkNameAvailability\",\r\n \"locations\": [\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/workflows\",\r\n \"locations\": [\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/Microsoft.StorageSync\",\r\n \"namespace\": \"Microsoft.StorageSync\",\r\n \"authorizations\": [\r\n {\r\n \"applicationId\": \"9469b9f5-6722-4481-a2b2-14ed560b706f\",\r\n \"roleDefinitionId\": \"4cd49d82-1f4d-43fc-af0c-1c1203668e5a\"\r\n }\r\n ],\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageSyncServices\",\r\n \"locations\": [\r\n \"West Central US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"West US 2\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"UAE North\",\r\n \"UAE Central\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2019-10-01\",\r\n \"2019-06-01\",\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\",\r\n \"2018-01-01-preview\",\r\n \"2017-06-05-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"storageSyncServices/syncGroups\",\r\n \"locations\": [\r\n \"West Central US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"West US 2\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"UAE North\",\r\n \"UAE Central\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2019-10-01\",\r\n \"2019-06-01\",\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\",\r\n \"2018-01-01-preview\",\r\n \"2017-06-05-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageSyncServices/syncGroups/cloudEndpoints\",\r\n \"locations\": [\r\n \"West Central US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"West US 2\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"UAE North\",\r\n \"UAE Central\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2019-10-01\",\r\n \"2019-06-01\",\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\",\r\n \"2018-01-01-preview\",\r\n \"2017-06-05-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageSyncServices/syncGroups/serverEndpoints\",\r\n \"locations\": [\r\n \"West Central US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"West US 2\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"UAE North\",\r\n \"UAE Central\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2019-10-01\",\r\n \"2019-06-01\",\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\",\r\n \"2018-01-01-preview\",\r\n \"2017-06-05-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageSyncServices/registeredServers\",\r\n \"locations\": [\r\n \"West Central US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"West US 2\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"UAE North\",\r\n \"UAE Central\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2019-10-01\",\r\n \"2019-06-01\",\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\",\r\n \"2018-01-01-preview\",\r\n \"2017-06-05-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageSyncServices/workflows\",\r\n \"locations\": [\r\n \"West Central US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"West US 2\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"UAE North\",\r\n \"UAE Central\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2019-10-01\",\r\n \"2019-06-01\",\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\",\r\n \"2018-01-01-preview\",\r\n \"2017-06-05-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2019-10-01\",\r\n \"2019-06-01\",\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\",\r\n \"2018-01-01-preview\",\r\n \"2017-06-05-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2019-10-01\",\r\n \"2019-06-01\",\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/checkNameAvailability\",\r\n \"locations\": [\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"UAE North\",\r\n \"UAE Central\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2019-10-01\",\r\n \"2019-06-01\",\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/workflows\",\r\n \"locations\": [\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"UAE North\",\r\n \"UAE Central\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2019-10-01\",\r\n \"2019-06-01\",\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operations\",\r\n \"locations\": [\r\n \"West Central US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"West US 2\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"UAE North\",\r\n \"UAE Central\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operationResults\",\r\n \"locations\": [\r\n \"West Central US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"West US 2\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"UAE North\",\r\n \"UAE Central\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourcegroups/ps4998?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlZ3JvdXBzL3BzNDk5OD9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourcegroups/ps797?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlZ3JvdXBzL3BzNzk3P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "a47cdade-0ce5-4611-a8a1-42103feed909" + "77834353-fa68-4507-ba75-cb1ed6437c65" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ], "Content-Type": [ "application/json; charset=utf-8" @@ -153,16 +153,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1197" + "1199" ], "x-ms-request-id": [ - "a2628ab4-8609-4927-9d79-3fbadca1c38c" + "fcf2a903-39f8-46f5-8ae5-5cbc1b009517" ], "x-ms-correlation-request-id": [ - "a2628ab4-8609-4927-9d79-3fbadca1c38c" + "fcf2a903-39f8-46f5-8ae5-5cbc1b009517" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T234809Z:a2628ab4-8609-4927-9d79-3fbadca1c38c" + "WESTUS:20200623T233706Z:fcf2a903-39f8-46f5-8ae5-5cbc1b009517" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -171,10 +171,10 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 23:48:08 GMT" + "Tue, 23 Jun 2020 23:37:06 GMT" ], "Content-Length": [ - "165" + "163" ], "Content-Type": [ "application/json; charset=utf-8" @@ -183,26 +183,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps4998\",\r\n \"name\": \"ps4998\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps797\",\r\n \"name\": \"ps797\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/providers/Microsoft.StorageSync/locations/CentralUSEUAP/checkNameAvailability?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZVN5bmMvbG9jYXRpb25zL0NlbnRyYWxVU0VVQVAvY2hlY2tOYW1lQXZhaWxhYmlsaXR5P2FwaS12ZXJzaW9uPTIwMTktMDMtMDE=", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/Microsoft.StorageSync/locations/CentralUSEUAP/checkNameAvailability?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZVN5bmMvbG9jYXRpb25zL0NlbnRyYWxVU0VVQVAvY2hlY2tOYW1lQXZhaWxhYmlsaXR5P2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", "RequestMethod": "POST", - "RequestBody": "{\r\n \"name\": \"sssps3234\",\r\n \"type\": \"Microsoft.StorageSync/storageSyncServices\"\r\n}", + "RequestBody": "{\r\n \"name\": \"sssps2547\",\r\n \"type\": \"Microsoft.StorageSync/storageSyncServices\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "b73745e8-3be7-46ab-b335-5a30560863cc" + "7537091c-2dd5-49d7-86a7-b211ce9f36e2" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -219,7 +219,7 @@ "no-cache" ], "x-ms-request-id": [ - "e9d45304-13ca-48c6-82ef-415f45f6f675" + "f3afa29a-c30c-4531-be1f-dc56035a5fdd" ], "X-Content-Type-Options": [ "nosniff" @@ -237,53 +237,53 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1198" + "1199" ], "x-ms-correlation-request-id": [ - "642666cb-020f-40e2-87ad-4f79ac4fb591" + "53d56936-59f0-4cc1-8d1b-924b2cba1f3d" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T234809Z:642666cb-020f-40e2-87ad-4f79ac4fb591" + "WESTUS:20200623T233707Z:53d56936-59f0-4cc1-8d1b-924b2cba1f3d" ], "Date": [ - "Wed, 03 Jul 2019 23:48:09 GMT" + "Tue, 23 Jun 2020 23:37:06 GMT" ], "Content-Length": [ - "51" + "29" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"nameAvailable\": true,\r\n \"reason\": null,\r\n \"message\": null\r\n}", + "ResponseBody": "{\r\n \"nameAvailable\": true\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps4998/providers/Microsoft.StorageSync/storageSyncServices/sssps3234?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNDk5OC9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMzMjM0P2FwaS12ZXJzaW9uPTIwMTktMDMtMDE=", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps797/providers/Microsoft.StorageSync/storageSyncServices/sssps2547?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzNzk3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZVN5bmMvc3RvcmFnZVN5bmNTZXJ2aWNlcy9zc3NwczI1NDc/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"location\": \"Central US EUAP\",\r\n \"tags\": {}\r\n}", + "RequestBody": "{\r\n \"location\": \"Central US EUAP\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"incomingTrafficPolicy\": \"AllowAllTraffic\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "69b1c734-2c7a-461d-a77f-8845947a0fda" + "c303e024-43f7-4a14-a553-5a036d3ba975" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "52" + "125" ] }, "ResponseHeaders": { @@ -293,8 +293,17 @@ "Pragma": [ "no-cache" ], + "Location": [ + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6IjI4ZjIzOGMwLTVhOWQtNGE3NS1iMGY5LTMyZWRlNzM1YjcyMiIsIndvcmtmbG93SWQiOiJlYjhmYzBmMy1mMjBhLTRmOTUtYjc5My00YzlmMDQ4ZjEzNTMiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiMmZjMDkxMWYtMzMwNi00ZGM1LWIyZTMtOGQ4NGYwNjY1MjZhIn0=?api-version=2020-03-01" + ], + "Retry-After": [ + "10" + ], + "Azure-AsyncOperation": [ + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6IjI4ZjIzOGMwLTVhOWQtNGE3NS1iMGY5LTMyZWRlNzM1YjcyMiIsIndvcmtmbG93SWQiOiJlYjhmYzBmMy1mMjBhLTRmOTUtYjc5My00YzlmMDQ4ZjEzNTMiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiMmZjMDkxMWYtMzMwNi00ZGM1LWIyZTMtOGQ4NGYwNjY1MjZhIn0=?api-version=2020-03-01" + ], "x-ms-request-id": [ - "3a225623-d00d-4f49-b8ae-f20af85b6585" + "68f5326b-bfa1-4689-ab0b-2d5b7e1cc368" ], "X-Content-Type-Options": [ "nosniff" @@ -312,53 +321,176 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1197" + "1199" ], "x-ms-correlation-request-id": [ - "28b0e673-bd0a-4c82-be8a-628f4d53c8c2" + "ec921a12-547e-4eac-95b9-f3a5a3171991" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T234810Z:28b0e673-bd0a-4c82-be8a-628f4d53c8c2" + "WESTUS:20200623T233708Z:ec921a12-547e-4eac-95b9-f3a5a3171991" ], "Date": [ - "Wed, 03 Jul 2019 23:48:10 GMT" + "Tue, 23 Jun 2020 23:37:07 GMT" + ], + "Expires": [ + "-1" ], "Content-Length": [ - "329" + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6IjI4ZjIzOGMwLTVhOWQtNGE3NS1iMGY5LTMyZWRlNzM1YjcyMiIsIndvcmtmbG93SWQiOiJlYjhmYzBmMy1mMjBhLTRmOTUtYjc5My00YzlmMDQ4ZjEzNTMiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiMmZjMDkxMWYtMzMwNi00ZGM1LWIyZTMtOGQ4NGYwNjY1MjZhIn0=?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvbG9jYXRpb25zL2NlbnRyYWx1c2V1YXAvb3BlcmF0aW9ucy9leUp3WVhKMGFYUnBiMjVKWkNJNklqSTRaakl6T0dNd0xUVmhPV1F0TkdFM05TMWlNR1k1TFRNeVpXUmxOek0xWWpjeU1pSXNJbmR2Y210bWJHOTNTV1FpT2lKbFlqaG1ZekJtTXkxbU1qQmhMVFJtT1RVdFlqYzVNeTAwWXpsbU1EUTRaakV6TlRNaUxDSjNiM0pyWm14dmQwOXdaWEpoZEdsdmJrbGtJam9pTW1aak1Ea3hNV1l0TXpNd05pMDBaR00xTFdJeVpUTXRPR1E0TkdZd05qWTFNalpoSW4wPT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-request-id": [ + "dd546146-a1af-49e4-adfc-6100272fa3a1" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-IIS/10.0" + ], + "X-AspNet-Version": [ + "4.0.30319" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11999" + ], + "x-ms-correlation-request-id": [ + "7dc89678-d333-44c1-8a5d-e801d135890a" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200623T233718Z:7dc89678-d333-44c1-8a5d-e801d135890a" + ], + "Date": [ + "Tue, 23 Jun 2020 23:37:17 GMT" + ], + "Content-Length": [ + "745" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"storageSyncServiceStatus\": null,\r\n \"storageSyncServiceUid\": null\r\n },\r\n \"location\": \"Central US EUAP\",\r\n \"tags\": {},\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps4998/providers/microsoft.storagesync/storageSyncServices/sssps3234\",\r\n \"name\": \"sssps3234\",\r\n \"type\": \"microsoft.storagesync/storageSyncServices\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6IjI4ZjIzOGMwLTVhOWQtNGE3NS1iMGY5LTMyZWRlNzM1YjcyMiIsIndvcmtmbG93SWQiOiJlYjhmYzBmMy1mMjBhLTRmOTUtYjc5My00YzlmMDQ4ZjEzNTMiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiMmZjMDkxMWYtMzMwNi00ZGM1LWIyZTMtOGQ4NGYwNjY1MjZhIn0=\",\r\n \"name\": \"eyJwYXJ0aXRpb25JZCI6IjI4ZjIzOGMwLTVhOWQtNGE3NS1iMGY5LTMyZWRlNzM1YjcyMiIsIndvcmtmbG93SWQiOiJlYjhmYzBmMy1mMjBhLTRmOTUtYjc5My00YzlmMDQ4ZjEzNTMiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiMmZjMDkxMWYtMzMwNi00ZGM1LWIyZTMtOGQ4NGYwNjY1MjZhIn0=\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2020-06-23T23:37:08.4494367Z\",\r\n \"endTime\": \"2020-06-23T23:37:14.5243836Z\",\r\n \"properties\": {}\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps4998/providers/Microsoft.StorageSync/storageSyncServices/sssps3234/registeredServers/b404ebb5-fd7f-4e87-9159-9058c50ffbc8?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNDk5OC9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMzMjM0L3JlZ2lzdGVyZWRTZXJ2ZXJzL2I0MDRlYmI1LWZkN2YtNGU4Ny05MTU5LTkwNThjNTBmZmJjOD9hcGktdmVyc2lvbj0yMDE5LTAzLTAx", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps797/providers/Microsoft.StorageSync/storageSyncServices/sssps2547?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzNzk3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZVN5bmMvc3RvcmFnZVN5bmNTZXJ2aWNlcy9zc3NwczI1NDc/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-request-id": [ + "11102bf6-a419-4dd0-9d06-a5dc49da10b3" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-IIS/10.0" + ], + "X-AspNet-Version": [ + "4.0.30319" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11998" + ], + "x-ms-correlation-request-id": [ + "05db22e7-db6c-4552-9db1-d8274a56eff2" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200623T233718Z:05db22e7-db6c-4552-9db1-d8274a56eff2" + ], + "Date": [ + "Tue, 23 Jun 2020 23:37:17 GMT" + ], + "Content-Length": [ + "632" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"properties\": {\r\n \"storageSyncServiceStatus\": 0,\r\n \"incomingTrafficPolicy\": \"AllowAllTraffic\",\r\n \"privateEndpointConnections\": [],\r\n \"provisioningState\": \"Succeeded\",\r\n \"lastWorkflowId\": \"storageSyncServices/sssps2547/workflows/eb8fc0f3-f20a-4f95-b793-4c9f048f1353\",\r\n \"lastOperationName\": \"ICreateStorageSyncServiceWorkflow\"\r\n },\r\n \"location\": \"Central US EUAP\",\r\n \"tags\": {},\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps797/providers/microsoft.storagesync/storageSyncServices/sssps2547\",\r\n \"name\": \"sssps2547\",\r\n \"type\": \"microsoft.storagesync/storageSyncServices\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps797/providers/Microsoft.StorageSync/storageSyncServices/sssps2547/registeredServers/33b89a0e-6b4e-401f-a028-3184a99351f1?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzNzk3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZVN5bmMvc3RvcmFnZVN5bmNTZXJ2aWNlcy9zc3NwczI1NDcvcmVnaXN0ZXJlZFNlcnZlcnMvMzNiODlhMGUtNmI0ZS00MDFmLWEwMjgtMzE4NGE5OTM1MWYxP2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"serverCertificate\": \"MIIDGDCCAgCgAwIBAgIQZrMnSW/lG5xELR7EikisXDANBgkqhkiG9w0BAQ0FADA0MTIwMAYDVQQDEylhbmRyZXlhemRldm9wcy5yZWRtb25kLmNvcnAubWljcm9zb2Z0LmNvbTAeFw0xOTA1MjkwMjEyNDlaFw0yMDA1MjkwMjEyNDlaMDQxMjAwBgNVBAMTKWFuZHJleWF6ZGV2b3BzLnJlZG1vbmQuY29ycC5taWNyb3NvZnQuY29tMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAzWEfgMvao6tCt/lexsMFViVxCCoJbLClwvqfWN79eFc3bmXBtERIvKTlb1TqAigp5VjP021TaQsyN/K2t8qr2rAdlaeJtCXNSILe3+ForYGcQOP0p802kFXkhMUojfX8jGs1BLQTsUoKN4UtuxWIhpb7Iw00rT7wchTg6Yk+ULCRFAlxOQHZI0drM13tDO4kz0BRbTCoSvazS3O570p8sMrWFra6P1/HG1f7sIQP5txw205siGb5FpB0u16qD/z0d7tfMGv+JIqAb6InI393dj2FtbzExkkiBUFXWaH9czGkAFyWuzkECb0WEEK+7oTOrLlo0dh0bp6nxlZ+G7FLfQIDAQABoyYwJDAiBgNVHSUBAf8EGDAWBggrBgEFBQcDAgYKKwYBBAGCNwoDDDANBgkqhkiG9w0BAQ0FAAOCAQEAEn8WHN0h00/Vem50CnwXwnty0vGwu2v3plD1m0mw+3jCtDUTa/tF/a7jTVTCtK6VdqNP6tp/f+GflNRmZWIK/6DIEntouzL++7M5hArcJj01t0S0Vc+0FN3b2wuBuJUYWxR5Q8bNHStOm7l6nXjQ96k1fH/L/hu0dmhciak8LUEIowhSiIpnB3C9AGFuPi9DqjKdWxxzIPLybiDidgUfGbcCNHaZXvcNqNq4zpzeFPTi3VBEOXHIJhk0fT3iWjwvBwtUxPJJs3FIRZFWQa/cgEvBWrYMem98lqKNdmGDJP11OmUeAqJQTe+iSX9pDFzpEj/lM/tIjEh9fwKXuoO1uw==\",\r\n \"agentVersion\": \"5.0.2.0\",\r\n \"serverOSVersion\": \"10.0.14393.0\",\r\n \"lastHeartBeat\": \"7/3/2019 4:48:10 PM\",\r\n \"serverRole\": \"Standalone\",\r\n \"clusterId\": \"00000000-0000-0000-0000-000000000000\",\r\n \"serverId\": \"b404ebb5-fd7f-4e87-9159-9058c50ffbc8\",\r\n \"friendlyName\": \"andreyazdevops.redmond.corp.microsoft.com\"\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"serverCertificate\": \"MIIDEDCCAfigAwIBAgIQHMX6MF8k1YRIo40AAPKx/TANBgkqhkiG9w0BAQ0FADAwMS4wLAYDVQQDEyVhbmt1c2hiLXZtMDIubnRkZXYuY29ycC5taWNyb3NvZnQuY29tMB4XDTIwMDEyNzE5NTkwN1oXDTIxMDEyNzE5NTkwN1owMDEuMCwGA1UEAxMlYW5rdXNoYi12bTAyLm50ZGV2LmNvcnAubWljcm9zb2Z0LmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAOGKtANwb+dUXi5QVPKCUkpcWJ1/s18EqVBGRaQvIE518p7zWSfnk79FOerjfCT6kDBZPccnxBHK3hZZNgxrAkgv0LeDIEwHDvttYbcMfUzq1VviGnPuKWTsFkIAkG+8IehxX9eB/kBlkoyriziQXg4Bz74HBaQWlZeC65R6Tp8XcuO8HuKtnT3RfV6365pPHq4yp/N5e3NLxDoG1AKXEs8NtDkw2xOltLCu3qluV/AUX343pDEkLV3F8IOu3I7cU+NA/WzCF7UcZ8ZOhS5klMVNiUwCFsUdFUAXh9ufXEBs50IcVJlZU6ZUADbmrqaqpYtD94aKQeFsBlnou5s1A/kCAwEAAaMmMCQwIgYDVR0lAQH/BBgwFgYIKwYBBQUHAwIGCisGAQQBgjcKAwwwDQYJKoZIhvcNAQENBQADggEBAH7p2XFxnOdk/lbNBKW7nmjsjE5BeBU/OlBhKCUrmmY+fk3FvAYSs2jaJKqgZjxek/KdNf2UZMXztg8joF5s1Pdg6ICxJqc1t4gJunHUOoTHHyrotMyt6xJnClRCNqshA0n2z304hjKXcyCoLopemMFpOPEg2oG+EOuvwK/g1gAavGbmYJQc82uNF1LKNMmNfQ4Nn48dKLKg65SHgU+BISlCjHb/6NRTpTmK5acUOlHSrhGsJYCBsN1xJOzwxssXAoy25ebjajvnGcsC9k2HwLZWaSGsPuwWPfEtPPHjNRDrnaNLjSu2zc0uxZza8JWlE0pWD2kyf9OjyD1V0PxtZuM=\",\r\n \"agentVersion\": \"5.0.2.0\",\r\n \"serverOSVersion\": \"10.0.14393.0\",\r\n \"lastHeartBeat\": \"6/23/2020 4:37:18 PM\",\r\n \"serverRole\": \"Standalone\",\r\n \"clusterId\": \"00000000-0000-0000-0000-000000000000\",\r\n \"serverId\": \"33b89a0e-6b4e-401f-a028-3184a99351f1\",\r\n \"friendlyName\": \"ankushb-vm02.ntdev.corp.microsoft.com\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "301b14d7-3df6-417f-87f2-b08f0263102a" + "a8951692-ae33-4b7f-8bd3-e2084ef122fa" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "1452" + "1437" ] }, "ResponseHeaders": { @@ -369,16 +501,16 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps4998/providers/microsoft.storagesync/storageSyncServices/sssps3234/workflows/82db5adc-d5f1-4c75-add3-3fb676f8c68d/operationresults/0b68bd99-452b-432b-89c3-b2b2b6eb8682?api-version=2019-03-01" + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6IjI4ZjIzOGMwLTVhOWQtNGE3NS1iMGY5LTMyZWRlNzM1YjcyMiIsIndvcmtmbG93SWQiOiI5ZTVkYWM0OC0yZjNmLTQxYjMtYTNhMy03YTdjZjcxMDczMTQiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiMjNiYjBiM2EtODcyNy00NWQ1LTk3MjEtNTQ0ZjYyZWI2ZjVmIn0=?api-version=2020-03-01" ], "Retry-After": [ "10" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps4998/providers/microsoft.storagesync/storageSyncServices/sssps3234/workflows/82db5adc-d5f1-4c75-add3-3fb676f8c68d/operations/0b68bd99-452b-432b-89c3-b2b2b6eb8682?api-version=2019-03-01" + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6IjI4ZjIzOGMwLTVhOWQtNGE3NS1iMGY5LTMyZWRlNzM1YjcyMiIsIndvcmtmbG93SWQiOiI5ZTVkYWM0OC0yZjNmLTQxYjMtYTNhMy03YTdjZjcxMDczMTQiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiMjNiYjBiM2EtODcyNy00NWQ1LTk3MjEtNTQ0ZjYyZWI2ZjVmIn0=?api-version=2020-03-01" ], "x-ms-request-id": [ - "13eca13c-9836-496b-b1a6-293e5dea244d" + "3ff53cc7-d193-4e94-a233-b01cca36dc7f" ], "X-Content-Type-Options": [ "nosniff" @@ -396,16 +528,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1196" + "1198" ], "x-ms-correlation-request-id": [ - "7cebc456-1c6d-492c-9d19-8032d94f33eb" + "7789115f-c4bb-42c5-a02d-bc01c3fe2e3a" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T234810Z:7cebc456-1c6d-492c-9d19-8032d94f33eb" + "WESTUS:20200623T233719Z:7789115f-c4bb-42c5-a02d-bc01c3fe2e3a" ], "Date": [ - "Wed, 03 Jul 2019 23:48:10 GMT" + "Tue, 23 Jun 2020 23:37:18 GMT" ], "Expires": [ "-1" @@ -418,16 +550,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps4998/providers/microsoft.storagesync/storageSyncServices/sssps3234/workflows/82db5adc-d5f1-4c75-add3-3fb676f8c68d/operations/0b68bd99-452b-432b-89c3-b2b2b6eb8682?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNDk5OC9wcm92aWRlcnMvbWljcm9zb2Z0LnN0b3JhZ2VzeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMzMjM0L3dvcmtmbG93cy84MmRiNWFkYy1kNWYxLTRjNzUtYWRkMy0zZmI2NzZmOGM2OGQvb3BlcmF0aW9ucy8wYjY4YmQ5OS00NTJiLTQzMmItODljMy1iMmIyYjZlYjg2ODI/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6IjI4ZjIzOGMwLTVhOWQtNGE3NS1iMGY5LTMyZWRlNzM1YjcyMiIsIndvcmtmbG93SWQiOiI5ZTVkYWM0OC0yZjNmLTQxYjMtYTNhMy03YTdjZjcxMDczMTQiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiMjNiYjBiM2EtODcyNy00NWQ1LTk3MjEtNTQ0ZjYyZWI2ZjVmIn0=?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvbG9jYXRpb25zL2NlbnRyYWx1c2V1YXAvb3BlcmF0aW9ucy9leUp3WVhKMGFYUnBiMjVKWkNJNklqSTRaakl6T0dNd0xUVmhPV1F0TkdFM05TMWlNR1k1TFRNeVpXUmxOek0xWWpjeU1pSXNJbmR2Y210bWJHOTNTV1FpT2lJNVpUVmtZV00wT0MweVpqTm1MVFF4WWpNdFlUTmhNeTAzWVRkalpqY3hNRGN6TVRRaUxDSjNiM0pyWm14dmQwOXdaWEpoZEdsdmJrbGtJam9pTWpOaVlqQmlNMkV0T0RjeU55MDBOV1ExTFRrM01qRXROVFEwWmpZeVpXSTJaalZtSW4wPT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -438,7 +570,7 @@ "no-cache" ], "x-ms-request-id": [ - "21db8abe-fad2-4fa5-b0a8-047a732b7ec6" + "2ceed230-d1f6-48c1-b396-3381da20a32d" ], "X-Content-Type-Options": [ "nosniff" @@ -456,41 +588,41 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11985" + "11997" ], "x-ms-correlation-request-id": [ - "8b88e280-6605-4180-806b-2ce418bdc2b1" + "0a31683a-0afd-4e06-8720-83d9b98fb92a" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T234821Z:8b88e280-6605-4180-806b-2ce418bdc2b1" + "WESTUS:20200623T233729Z:0a31683a-0afd-4e06-8720-83d9b98fb92a" ], "Date": [ - "Wed, 03 Jul 2019 23:48:20 GMT" + "Tue, 23 Jun 2020 23:37:29 GMT" ], "Content-Length": [ - "443" + "745" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps4998/providers/microsoft.storagesync/storageSyncServices/sssps3234/workflow/82db5adc-d5f1-4c75-add3-3fb676f8c68d/operationresults/0b68bd99-452b-432b-89c3-b2b2b6eb8682\",\r\n \"name\": \"0b68bd99-452b-432b-89c3-b2b2b6eb8682\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2019-07-03T23:48:11.0237Z\",\r\n \"endTime\": \"2019-07-03T23:48:14.493884Z\",\r\n \"percentComplete\": null,\r\n \"error\": null,\r\n \"properties\": {}\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6IjI4ZjIzOGMwLTVhOWQtNGE3NS1iMGY5LTMyZWRlNzM1YjcyMiIsIndvcmtmbG93SWQiOiI5ZTVkYWM0OC0yZjNmLTQxYjMtYTNhMy03YTdjZjcxMDczMTQiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiMjNiYjBiM2EtODcyNy00NWQ1LTk3MjEtNTQ0ZjYyZWI2ZjVmIn0=\",\r\n \"name\": \"eyJwYXJ0aXRpb25JZCI6IjI4ZjIzOGMwLTVhOWQtNGE3NS1iMGY5LTMyZWRlNzM1YjcyMiIsIndvcmtmbG93SWQiOiI5ZTVkYWM0OC0yZjNmLTQxYjMtYTNhMy03YTdjZjcxMDczMTQiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiMjNiYjBiM2EtODcyNy00NWQ1LTk3MjEtNTQ0ZjYyZWI2ZjVmIn0=\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2020-06-23T23:37:19.6605217Z\",\r\n \"endTime\": \"2020-06-23T23:37:23.1362667Z\",\r\n \"properties\": {}\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps4998/providers/Microsoft.StorageSync/storageSyncServices/sssps3234/registeredServers/b404ebb5-fd7f-4e87-9159-9058c50ffbc8?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNDk5OC9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMzMjM0L3JlZ2lzdGVyZWRTZXJ2ZXJzL2I0MDRlYmI1LWZkN2YtNGU4Ny05MTU5LTkwNThjNTBmZmJjOD9hcGktdmVyc2lvbj0yMDE5LTAzLTAx", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps797/providers/Microsoft.StorageSync/storageSyncServices/sssps2547/registeredServers/33b89a0e-6b4e-401f-a028-3184a99351f1?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzNzk3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZVN5bmMvc3RvcmFnZVN5bmNTZXJ2aWNlcy9zc3NwczI1NDcvcmVnaXN0ZXJlZFNlcnZlcnMvMzNiODlhMGUtNmI0ZS00MDFmLWEwMjgtMzE4NGE5OTM1MWYxP2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -501,7 +633,7 @@ "no-cache" ], "x-ms-request-id": [ - "33259c02-ac4b-4f8b-93fb-eb97dfd207de" + "adbc57a2-4b06-445a-956d-a19fb602ea2c" ], "X-Content-Type-Options": [ "nosniff" @@ -519,47 +651,47 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11984" + "11996" ], "x-ms-correlation-request-id": [ - "3e411467-fd95-4ea5-b5bd-98ae348c0e35" + "c448c925-fae7-44b4-a6c3-edb93a6cdc57" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T234821Z:3e411467-fd95-4ea5-b5bd-98ae348c0e35" + "WESTUS:20200623T233729Z:c448c925-fae7-44b4-a6c3-edb93a6cdc57" ], "Date": [ - "Wed, 03 Jul 2019 23:48:21 GMT" + "Tue, 23 Jun 2020 23:37:29 GMT" ], "Content-Length": [ - "13368" + "13497" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"serverCertificate\": null,\r\n \"agentVersion\": \"5.0.2.0\",\r\n \"agentVersionStatus\": null,\r\n \"agentVersionExpirationDate\": null,\r\n \"serverOSVersion\": \"10.0.14393.0\",\r\n \"serverManagementErrorCode\": 0,\r\n \"lastHeartBeat\": \"2019-07-03T16:48:14.2907527-07:00\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"serverRole\": \"Standalone\",\r\n \"clusterId\": \"00000000-0000-0000-0000-000000000000\",\r\n \"clusterName\": \"\",\r\n \"serverId\": \"b404ebb5-fd7f-4e87-9159-9058c50ffbc8\",\r\n \"storageSyncServiceUid\": \"e430deb6-40bd-44ef-8308-bdb06435a829\",\r\n \"lastWorkflowId\": \"storageSyncServices/sssps3234/workflows/82db5adc-d5f1-4c75-add3-3fb676f8c68d\",\r\n \"lastOperationName\": \"ICreateRegisteredServerWorkflow\",\r\n \"friendlyName\": \"andreyazdevops.redmond.corp.microsoft.com\",\r\n \"monitoringConfiguration\": \"{\\\"agentConfiguration\\\":\\\" \\\\\\\\Memory\\\\\\\\Available MBytes \\\\\\\\Processor(_Total)\\\\\\\\% Processor Time \\\\\\\\Network Interface(*)\\\\\\\\Bytes Total/sec \\\\\\\\Network Interface(*)\\\\\\\\Bytes Received/sec \\\\\\\\Network Interface(*)\\\\\\\\Bytes Sent/sec \\\\\\\\Network Interface(*)\\\\\\\\Current Bandwidth \\\\\\\\Network Interface(*)\\\\\\\\Output Queue Length \\\\\\\\Server\\\\\\\\Bytes Total/sec \\\\\\\\Process(filesyncsvc)\\\\\\\\* \\\\\\\\Process(w3wp)\\\\\\\\Private Bytes \\\\\\\\Process(MonAgentCore)\\\\\\\\% Processor Time \\\\\\\\Process(MonAgentHost)\\\\\\\\% Processor Time \\\\\\\\Process(MonAgentManager)\\\\\\\\% Processor Time \\\\\\\\Process(MonAgentLauncher)\\\\\\\\% Processor Time \\\\\\\\Process(MonAgentCore)\\\\\\\\Private Bytes \\\\\\\\Process(MonAgentHost)\\\\\\\\Private Bytes \\\\\\\\Process(MonAgentManager)\\\\\\\\Private Bytes \\\\\\\\Process(MonAgentLauncher)\\\\\\\\Private Bytes \\\\\\\\Process(AzureStorageSyncMonitor)\\\\\\\\% Processor Time \\\\\\\\Process(AzureStorageSyncMonitor)\\\\\\\\Private Bytes \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") EventsToCollect=ServerPerformanceCounters:PerformanceCounter,ServerTelemetryEvents:WindowsEventLog,ServerItemResultsEvents:WindowsEventLog,ServerApplicationEvents:WindowsEventLog;DiagnosticEvents=ServerOperationalEvents:WindowsEventLog,ServerDiagnosticEvents:WindowsEventLog,ServerManagementOperationalEvents:WindowsEventLog,ServerManagementDiagnosticEvents:WindowsEventLog,ServerScrubbingEvents:WindowsEventLog,TieringResultsEvents:WindowsEventLog,RecallResultsEvents:WindowsEventLog,AfsUserModeTraceSession:Trace,AfsKernelModeTraceSession:Trace,InstallerLogs:InstallerLogs;EventSchedulerIntervalsInMins=EnvironmentTelemetry:1440 \\\",\\\"configurationVersion\\\":\\\"1\\\",\\\"id\\\":null,\\\"type\\\":\\\"microsoft.storagesync/storageSyncServices/HybridMonitoringConfiguration\\\"}\",\r\n \"managementEndpointUri\": \"https://euap01.afs.azure.net:443/\",\r\n \"discoveryEndpointUri\": \"https://tm-euap01.afs.azure.net:443\",\r\n \"resourceLocation\": \"centraluseuap\",\r\n \"serviceLocation\": \"centraluseuap\"\r\n },\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps4998/providers/microsoft.storagesync/storageSyncServices/sssps3234/registeredServers/b404ebb5-fd7f-4e87-9159-9058c50ffbc8\",\r\n \"name\": \"b404ebb5-fd7f-4e87-9159-9058c50ffbc8\",\r\n \"type\": \"microsoft.storagesync/storageSyncServices/registeredServers\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"agentVersion\": \"5.0.2.0\",\r\n \"serverOSVersion\": \"10.0.14393.0\",\r\n \"serverManagementErrorCode\": 0,\r\n \"lastHeartBeat\": \"2020-06-23T16:37:22.8962564-07:00\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"serverRole\": \"Standalone\",\r\n \"clusterId\": \"00000000-0000-0000-0000-000000000000\",\r\n \"clusterName\": \"\",\r\n \"serverId\": \"33b89a0e-6b4e-401f-a028-3184a99351f1\",\r\n \"storageSyncServiceUid\": \"28f238c0-5a9d-4a75-b0f9-32ede735b722\",\r\n \"lastWorkflowId\": \"storageSyncServices/sssps2547/workflows/9e5dac48-2f3f-41b3-a3a3-7a7cf7107314\",\r\n \"lastOperationName\": \"ICreateRegisteredServerWorkflow\",\r\n \"friendlyName\": \"ankushb-vm02.ntdev.corp.microsoft.com\",\r\n \"monitoringConfiguration\": \"{\\\"agentConfiguration\\\":\\\" \\\\\\\\Memory\\\\\\\\Available MBytes \\\\\\\\Processor(_Total)\\\\\\\\% Processor Time \\\\\\\\Network Interface(*)\\\\\\\\Bytes Total/sec \\\\\\\\Network Interface(*)\\\\\\\\Bytes Received/sec \\\\\\\\Network Interface(*)\\\\\\\\Bytes Sent/sec \\\\\\\\Network Interface(*)\\\\\\\\Current Bandwidth \\\\\\\\Network Interface(*)\\\\\\\\Output Queue Length \\\\\\\\Server\\\\\\\\Bytes Total/sec \\\\\\\\Process(filesyncsvc)\\\\\\\\* \\\\\\\\Process(w3wp)\\\\\\\\Private Bytes \\\\\\\\Process(MonAgentCore)\\\\\\\\% Processor Time \\\\\\\\Process(MonAgentHost)\\\\\\\\% Processor Time \\\\\\\\Process(MonAgentManager)\\\\\\\\% Processor Time \\\\\\\\Process(MonAgentLauncher)\\\\\\\\% Processor Time \\\\\\\\Process(MonAgentCore)\\\\\\\\Private Bytes \\\\\\\\Process(MonAgentHost)\\\\\\\\Private Bytes \\\\\\\\Process(MonAgentManager)\\\\\\\\Private Bytes \\\\\\\\Process(MonAgentLauncher)\\\\\\\\Private Bytes \\\\\\\\Process(AzureStorageSyncMonitor)\\\\\\\\% Processor Time \\\\\\\\Process(AzureStorageSyncMonitor)\\\\\\\\Private Bytes \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") EventsToCollect=ServerPerformanceCounters:PerformanceCounter,ServerTelemetryEvents:WindowsEventLog,ServerItemResultsEvents:WindowsEventLog,ServerApplicationEvents:WindowsEventLog;DiagnosticEvents=ServerOperationalEvents:WindowsEventLog,ServerDiagnosticEvents:WindowsEventLog,ServerManagementOperationalEvents:WindowsEventLog,ServerManagementDiagnosticEvents:WindowsEventLog,ServerScrubbingEvents:WindowsEventLog,TieringResultsEvents:WindowsEventLog,RecallResultsEvents:WindowsEventLog,AfsUserModeTraceSession:Trace,AfsKernelModeTraceSession:Trace,InstallerLogs:InstallerLogs;EventSchedulerIntervalsInMins=EnvironmentTelemetry:1440 \\\",\\\"configurationVersion\\\":\\\"1\\\",\\\"id\\\":null,\\\"type\\\":\\\"microsoft.storagesync/storageSyncServices/HybridMonitoringConfiguration\\\"}\",\r\n \"managementEndpointUri\": \"https://euap01.afs.azure.net:443/\",\r\n \"discoveryEndpointUri\": \"https://tm-euap01.afs.azure.net:443\",\r\n \"resourceLocation\": \"centraluseuap\",\r\n \"serviceLocation\": \"centraluseuap\",\r\n \"monitoringEndpointUri\": \"https://euap01.afs.azure.net:443/\"\r\n },\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps797/providers/microsoft.storagesync/storageSyncServices/sssps2547/registeredServers/33b89a0e-6b4e-401f-a028-3184a99351f1\",\r\n \"name\": \"33b89a0e-6b4e-401f-a028-3184a99351f1\",\r\n \"type\": \"microsoft.storagesync/storageSyncServices/registeredServers\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps4998/providers/Microsoft.StorageSync/storageSyncServices/sssps3234/registeredServers/b404ebb5-fd7f-4e87-9159-9058c50ffbc8?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNDk5OC9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMzMjM0L3JlZ2lzdGVyZWRTZXJ2ZXJzL2I0MDRlYmI1LWZkN2YtNGU4Ny05MTU5LTkwNThjNTBmZmJjOD9hcGktdmVyc2lvbj0yMDE5LTAzLTAx", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps797/providers/Microsoft.StorageSync/storageSyncServices/sssps2547/registeredServers/33b89a0e-6b4e-401f-a028-3184a99351f1?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzNzk3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZVN5bmMvc3RvcmFnZVN5bmNTZXJ2aWNlcy9zc3NwczI1NDcvcmVnaXN0ZXJlZFNlcnZlcnMvMzNiODlhMGUtNmI0ZS00MDFmLWEwMjgtMzE4NGE5OTM1MWYxP2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "5cff8f0d-b98b-478a-a0d6-2095ee4aa344" + "5728afbe-9bc3-41a1-8923-5ae4244957ae" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -570,7 +702,7 @@ "no-cache" ], "x-ms-request-id": [ - "1e5a499f-b63c-4794-99d6-b8368bb88f72" + "30957670-2a45-4fe0-9c0e-a63f18f69f8f" ], "X-Content-Type-Options": [ "nosniff" @@ -588,47 +720,47 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11983" + "11995" ], "x-ms-correlation-request-id": [ - "0b2b83a7-7bfd-4b2c-9408-7c84d15aa117" + "e61bc6bf-33b8-43b7-b49c-e494778347d5" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T234822Z:0b2b83a7-7bfd-4b2c-9408-7c84d15aa117" + "WESTUS:20200623T233730Z:e61bc6bf-33b8-43b7-b49c-e494778347d5" ], "Date": [ - "Wed, 03 Jul 2019 23:48:21 GMT" + "Tue, 23 Jun 2020 23:37:30 GMT" ], "Content-Length": [ - "13368" + "13497" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"serverCertificate\": null,\r\n \"agentVersion\": \"5.0.2.0\",\r\n \"agentVersionStatus\": null,\r\n \"agentVersionExpirationDate\": null,\r\n \"serverOSVersion\": \"10.0.14393.0\",\r\n \"serverManagementErrorCode\": 0,\r\n \"lastHeartBeat\": \"2019-07-03T16:48:14.2907527-07:00\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"serverRole\": \"Standalone\",\r\n \"clusterId\": \"00000000-0000-0000-0000-000000000000\",\r\n \"clusterName\": \"\",\r\n \"serverId\": \"b404ebb5-fd7f-4e87-9159-9058c50ffbc8\",\r\n \"storageSyncServiceUid\": \"e430deb6-40bd-44ef-8308-bdb06435a829\",\r\n \"lastWorkflowId\": \"storageSyncServices/sssps3234/workflows/82db5adc-d5f1-4c75-add3-3fb676f8c68d\",\r\n \"lastOperationName\": \"ICreateRegisteredServerWorkflow\",\r\n \"friendlyName\": \"andreyazdevops.redmond.corp.microsoft.com\",\r\n \"monitoringConfiguration\": \"{\\\"agentConfiguration\\\":\\\" \\\\\\\\Memory\\\\\\\\Available MBytes \\\\\\\\Processor(_Total)\\\\\\\\% Processor Time \\\\\\\\Network Interface(*)\\\\\\\\Bytes Total/sec \\\\\\\\Network Interface(*)\\\\\\\\Bytes Received/sec \\\\\\\\Network Interface(*)\\\\\\\\Bytes Sent/sec \\\\\\\\Network Interface(*)\\\\\\\\Current Bandwidth \\\\\\\\Network Interface(*)\\\\\\\\Output Queue Length \\\\\\\\Server\\\\\\\\Bytes Total/sec \\\\\\\\Process(filesyncsvc)\\\\\\\\* \\\\\\\\Process(w3wp)\\\\\\\\Private Bytes \\\\\\\\Process(MonAgentCore)\\\\\\\\% Processor Time \\\\\\\\Process(MonAgentHost)\\\\\\\\% Processor Time \\\\\\\\Process(MonAgentManager)\\\\\\\\% Processor Time \\\\\\\\Process(MonAgentLauncher)\\\\\\\\% Processor Time \\\\\\\\Process(MonAgentCore)\\\\\\\\Private Bytes \\\\\\\\Process(MonAgentHost)\\\\\\\\Private Bytes \\\\\\\\Process(MonAgentManager)\\\\\\\\Private Bytes \\\\\\\\Process(MonAgentLauncher)\\\\\\\\Private Bytes \\\\\\\\Process(AzureStorageSyncMonitor)\\\\\\\\% Processor Time \\\\\\\\Process(AzureStorageSyncMonitor)\\\\\\\\Private Bytes \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") EventsToCollect=ServerPerformanceCounters:PerformanceCounter,ServerTelemetryEvents:WindowsEventLog,ServerItemResultsEvents:WindowsEventLog,ServerApplicationEvents:WindowsEventLog;DiagnosticEvents=ServerOperationalEvents:WindowsEventLog,ServerDiagnosticEvents:WindowsEventLog,ServerManagementOperationalEvents:WindowsEventLog,ServerManagementDiagnosticEvents:WindowsEventLog,ServerScrubbingEvents:WindowsEventLog,TieringResultsEvents:WindowsEventLog,RecallResultsEvents:WindowsEventLog,AfsUserModeTraceSession:Trace,AfsKernelModeTraceSession:Trace,InstallerLogs:InstallerLogs;EventSchedulerIntervalsInMins=EnvironmentTelemetry:1440 \\\",\\\"configurationVersion\\\":\\\"1\\\",\\\"id\\\":null,\\\"type\\\":\\\"microsoft.storagesync/storageSyncServices/HybridMonitoringConfiguration\\\"}\",\r\n \"managementEndpointUri\": \"https://euap01.afs.azure.net:443/\",\r\n \"discoveryEndpointUri\": \"https://tm-euap01.afs.azure.net:443\",\r\n \"resourceLocation\": \"centraluseuap\",\r\n \"serviceLocation\": \"centraluseuap\"\r\n },\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps4998/providers/microsoft.storagesync/storageSyncServices/sssps3234/registeredServers/b404ebb5-fd7f-4e87-9159-9058c50ffbc8\",\r\n \"name\": \"b404ebb5-fd7f-4e87-9159-9058c50ffbc8\",\r\n \"type\": \"microsoft.storagesync/storageSyncServices/registeredServers\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"agentVersion\": \"5.0.2.0\",\r\n \"serverOSVersion\": \"10.0.14393.0\",\r\n \"serverManagementErrorCode\": 0,\r\n \"lastHeartBeat\": \"2020-06-23T16:37:22.8962564-07:00\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"serverRole\": \"Standalone\",\r\n \"clusterId\": \"00000000-0000-0000-0000-000000000000\",\r\n \"clusterName\": \"\",\r\n \"serverId\": \"33b89a0e-6b4e-401f-a028-3184a99351f1\",\r\n \"storageSyncServiceUid\": \"28f238c0-5a9d-4a75-b0f9-32ede735b722\",\r\n \"lastWorkflowId\": \"storageSyncServices/sssps2547/workflows/9e5dac48-2f3f-41b3-a3a3-7a7cf7107314\",\r\n \"lastOperationName\": \"ICreateRegisteredServerWorkflow\",\r\n \"friendlyName\": \"ankushb-vm02.ntdev.corp.microsoft.com\",\r\n \"monitoringConfiguration\": \"{\\\"agentConfiguration\\\":\\\" \\\\\\\\Memory\\\\\\\\Available MBytes \\\\\\\\Processor(_Total)\\\\\\\\% Processor Time \\\\\\\\Network Interface(*)\\\\\\\\Bytes Total/sec \\\\\\\\Network Interface(*)\\\\\\\\Bytes Received/sec \\\\\\\\Network Interface(*)\\\\\\\\Bytes Sent/sec \\\\\\\\Network Interface(*)\\\\\\\\Current Bandwidth \\\\\\\\Network Interface(*)\\\\\\\\Output Queue Length \\\\\\\\Server\\\\\\\\Bytes Total/sec \\\\\\\\Process(filesyncsvc)\\\\\\\\* \\\\\\\\Process(w3wp)\\\\\\\\Private Bytes \\\\\\\\Process(MonAgentCore)\\\\\\\\% Processor Time \\\\\\\\Process(MonAgentHost)\\\\\\\\% Processor Time \\\\\\\\Process(MonAgentManager)\\\\\\\\% Processor Time \\\\\\\\Process(MonAgentLauncher)\\\\\\\\% Processor Time \\\\\\\\Process(MonAgentCore)\\\\\\\\Private Bytes \\\\\\\\Process(MonAgentHost)\\\\\\\\Private Bytes \\\\\\\\Process(MonAgentManager)\\\\\\\\Private Bytes \\\\\\\\Process(MonAgentLauncher)\\\\\\\\Private Bytes \\\\\\\\Process(AzureStorageSyncMonitor)\\\\\\\\% Processor Time \\\\\\\\Process(AzureStorageSyncMonitor)\\\\\\\\Private Bytes \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") EventsToCollect=ServerPerformanceCounters:PerformanceCounter,ServerTelemetryEvents:WindowsEventLog,ServerItemResultsEvents:WindowsEventLog,ServerApplicationEvents:WindowsEventLog;DiagnosticEvents=ServerOperationalEvents:WindowsEventLog,ServerDiagnosticEvents:WindowsEventLog,ServerManagementOperationalEvents:WindowsEventLog,ServerManagementDiagnosticEvents:WindowsEventLog,ServerScrubbingEvents:WindowsEventLog,TieringResultsEvents:WindowsEventLog,RecallResultsEvents:WindowsEventLog,AfsUserModeTraceSession:Trace,AfsKernelModeTraceSession:Trace,InstallerLogs:InstallerLogs;EventSchedulerIntervalsInMins=EnvironmentTelemetry:1440 \\\",\\\"configurationVersion\\\":\\\"1\\\",\\\"id\\\":null,\\\"type\\\":\\\"microsoft.storagesync/storageSyncServices/HybridMonitoringConfiguration\\\"}\",\r\n \"managementEndpointUri\": \"https://euap01.afs.azure.net:443/\",\r\n \"discoveryEndpointUri\": \"https://tm-euap01.afs.azure.net:443\",\r\n \"resourceLocation\": \"centraluseuap\",\r\n \"serviceLocation\": \"centraluseuap\",\r\n \"monitoringEndpointUri\": \"https://euap01.afs.azure.net:443/\"\r\n },\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps797/providers/microsoft.storagesync/storageSyncServices/sssps2547/registeredServers/33b89a0e-6b4e-401f-a028-3184a99351f1\",\r\n \"name\": \"33b89a0e-6b4e-401f-a028-3184a99351f1\",\r\n \"type\": \"microsoft.storagesync/storageSyncServices/registeredServers\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps4998/providers/Microsoft.StorageSync/storageSyncServices/sssps3234/registeredServers/b404ebb5-fd7f-4e87-9159-9058c50ffbc8?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNDk5OC9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMzMjM0L3JlZ2lzdGVyZWRTZXJ2ZXJzL2I0MDRlYmI1LWZkN2YtNGU4Ny05MTU5LTkwNThjNTBmZmJjOD9hcGktdmVyc2lvbj0yMDE5LTAzLTAx", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps797/providers/Microsoft.StorageSync/storageSyncServices/sssps2547/registeredServers/33b89a0e-6b4e-401f-a028-3184a99351f1?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzNzk3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZVN5bmMvc3RvcmFnZVN5bmNTZXJ2aWNlcy9zc3NwczI1NDcvcmVnaXN0ZXJlZFNlcnZlcnMvMzNiODlhMGUtNmI0ZS00MDFmLWEwMjgtMzE4NGE5OTM1MWYxP2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "d155a1b1-5914-4cb8-94b5-90adfb4d4cbc" + "dd0b0020-d0d9-46cf-9006-1f8100d0f167" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -639,16 +771,16 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps4998/providers/microsoft.storagesync/storageSyncServices/sssps3234/workflows/40d400a0-7401-4b3c-938b-1e2181901672/operationresults/0fa2e3a9-381a-45c2-972b-da70674eea07?api-version=2019-03-01" + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6IjI4ZjIzOGMwLTVhOWQtNGE3NS1iMGY5LTMyZWRlNzM1YjcyMiIsIndvcmtmbG93SWQiOiJkOGE0MjkzYy04MGY3LTQ1ZjgtODM2Mi01NTU1ZTFlNjdlZTMiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiMzg0OTQ0OWMtNjJlOS00NzBhLWFhZDYtNzY5MmVlMDBiNGJiIn0=?api-version=2020-03-01" ], "Retry-After": [ "10" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps4998/providers/microsoft.storagesync/storageSyncServices/sssps3234/workflows/40d400a0-7401-4b3c-938b-1e2181901672/operations/0fa2e3a9-381a-45c2-972b-da70674eea07?api-version=2019-03-01" + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6IjI4ZjIzOGMwLTVhOWQtNGE3NS1iMGY5LTMyZWRlNzM1YjcyMiIsIndvcmtmbG93SWQiOiJkOGE0MjkzYy04MGY3LTQ1ZjgtODM2Mi01NTU1ZTFlNjdlZTMiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiMzg0OTQ0OWMtNjJlOS00NzBhLWFhZDYtNzY5MmVlMDBiNGJiIn0=?api-version=2020-03-01" ], "x-ms-request-id": [ - "db9df2ce-ccf5-45f8-903b-c94f00900c1f" + "28c671bc-bfc3-4e6c-af30-6ef64f0dd957" ], "X-Content-Type-Options": [ "nosniff" @@ -666,16 +798,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-deletes": [ - "14996" + "14999" ], "x-ms-correlation-request-id": [ - "de21eb06-eec8-491c-92d0-83924b386cba" + "05054747-5490-49fe-b6da-66450612e618" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T234822Z:de21eb06-eec8-491c-92d0-83924b386cba" + "WESTUS:20200623T233732Z:05054747-5490-49fe-b6da-66450612e618" ], "Date": [ - "Wed, 03 Jul 2019 23:48:22 GMT" + "Tue, 23 Jun 2020 23:37:32 GMT" ], "Expires": [ "-1" @@ -688,16 +820,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps4998/providers/microsoft.storagesync/storageSyncServices/sssps3234/workflows/40d400a0-7401-4b3c-938b-1e2181901672/operations/0fa2e3a9-381a-45c2-972b-da70674eea07?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNDk5OC9wcm92aWRlcnMvbWljcm9zb2Z0LnN0b3JhZ2VzeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMzMjM0L3dvcmtmbG93cy80MGQ0MDBhMC03NDAxLTRiM2MtOTM4Yi0xZTIxODE5MDE2NzIvb3BlcmF0aW9ucy8wZmEyZTNhOS0zODFhLTQ1YzItOTcyYi1kYTcwNjc0ZWVhMDc/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6IjI4ZjIzOGMwLTVhOWQtNGE3NS1iMGY5LTMyZWRlNzM1YjcyMiIsIndvcmtmbG93SWQiOiJkOGE0MjkzYy04MGY3LTQ1ZjgtODM2Mi01NTU1ZTFlNjdlZTMiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiMzg0OTQ0OWMtNjJlOS00NzBhLWFhZDYtNzY5MmVlMDBiNGJiIn0=?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvbG9jYXRpb25zL2NlbnRyYWx1c2V1YXAvb3BlcmF0aW9ucy9leUp3WVhKMGFYUnBiMjVKWkNJNklqSTRaakl6T0dNd0xUVmhPV1F0TkdFM05TMWlNR1k1TFRNeVpXUmxOek0xWWpjeU1pSXNJbmR2Y210bWJHOTNTV1FpT2lKa09HRTBNamt6WXkwNE1HWTNMVFExWmpndE9ETTJNaTAxTlRVMVpURmxOamRsWlRNaUxDSjNiM0pyWm14dmQwOXdaWEpoZEdsdmJrbGtJam9pTXpnME9UUTBPV010TmpKbE9TMDBOekJoTFdGaFpEWXROelk1TW1WbE1EQmlOR0ppSW4wPT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -708,7 +840,7 @@ "no-cache" ], "x-ms-request-id": [ - "1bfc012f-9cc2-4cda-8c4c-c56f16381d85" + "397de0cb-accd-41d7-aa87-63f1cbd9824f" ], "X-Content-Type-Options": [ "nosniff" @@ -726,41 +858,41 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11982" + "11994" ], "x-ms-correlation-request-id": [ - "d2166c5c-5859-4897-9a5a-07553367a5d8" + "33b82bd7-4beb-4e25-a76f-60f1910faa6d" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T234833Z:d2166c5c-5859-4897-9a5a-07553367a5d8" + "WESTUS:20200623T233742Z:33b82bd7-4beb-4e25-a76f-60f1910faa6d" ], "Date": [ - "Wed, 03 Jul 2019 23:48:32 GMT" + "Tue, 23 Jun 2020 23:37:42 GMT" ], "Content-Length": [ - "447" + "744" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps4998/providers/microsoft.storagesync/storageSyncServices/sssps3234/workflow/40d400a0-7401-4b3c-938b-1e2181901672/operationresults/0fa2e3a9-381a-45c2-972b-da70674eea07\",\r\n \"name\": \"0fa2e3a9-381a-45c2-972b-da70674eea07\",\r\n \"status\": \"delayStep\",\r\n \"startTime\": \"2019-07-03T23:48:22.7570064Z\",\r\n \"endTime\": \"2019-07-03T23:48:26.2031315Z\",\r\n \"percentComplete\": null,\r\n \"error\": null,\r\n \"properties\": {}\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6IjI4ZjIzOGMwLTVhOWQtNGE3NS1iMGY5LTMyZWRlNzM1YjcyMiIsIndvcmtmbG93SWQiOiJkOGE0MjkzYy04MGY3LTQ1ZjgtODM2Mi01NTU1ZTFlNjdlZTMiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiMzg0OTQ0OWMtNjJlOS00NzBhLWFhZDYtNzY5MmVlMDBiNGJiIn0=\",\r\n \"name\": \"eyJwYXJ0aXRpb25JZCI6IjI4ZjIzOGMwLTVhOWQtNGE3NS1iMGY5LTMyZWRlNzM1YjcyMiIsIndvcmtmbG93SWQiOiJkOGE0MjkzYy04MGY3LTQ1ZjgtODM2Mi01NTU1ZTFlNjdlZTMiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiMzg0OTQ0OWMtNjJlOS00NzBhLWFhZDYtNzY5MmVlMDBiNGJiIn0=\",\r\n \"status\": \"delayStep\",\r\n \"startTime\": \"2020-06-23T23:37:30.8598896Z\",\r\n \"endTime\": \"2020-06-23T23:37:34.348927Z\",\r\n \"properties\": {}\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps4998/providers/microsoft.storagesync/storageSyncServices/sssps3234/workflows/40d400a0-7401-4b3c-938b-1e2181901672/operations/0fa2e3a9-381a-45c2-972b-da70674eea07?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNDk5OC9wcm92aWRlcnMvbWljcm9zb2Z0LnN0b3JhZ2VzeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMzMjM0L3dvcmtmbG93cy80MGQ0MDBhMC03NDAxLTRiM2MtOTM4Yi0xZTIxODE5MDE2NzIvb3BlcmF0aW9ucy8wZmEyZTNhOS0zODFhLTQ1YzItOTcyYi1kYTcwNjc0ZWVhMDc/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6IjI4ZjIzOGMwLTVhOWQtNGE3NS1iMGY5LTMyZWRlNzM1YjcyMiIsIndvcmtmbG93SWQiOiJkOGE0MjkzYy04MGY3LTQ1ZjgtODM2Mi01NTU1ZTFlNjdlZTMiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiMzg0OTQ0OWMtNjJlOS00NzBhLWFhZDYtNzY5MmVlMDBiNGJiIn0=?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvbG9jYXRpb25zL2NlbnRyYWx1c2V1YXAvb3BlcmF0aW9ucy9leUp3WVhKMGFYUnBiMjVKWkNJNklqSTRaakl6T0dNd0xUVmhPV1F0TkdFM05TMWlNR1k1TFRNeVpXUmxOek0xWWpjeU1pSXNJbmR2Y210bWJHOTNTV1FpT2lKa09HRTBNamt6WXkwNE1HWTNMVFExWmpndE9ETTJNaTAxTlRVMVpURmxOamRsWlRNaUxDSjNiM0pyWm14dmQwOXdaWEpoZEdsdmJrbGtJam9pTXpnME9UUTBPV010TmpKbE9TMDBOekJoTFdGaFpEWXROelk1TW1WbE1EQmlOR0ppSW4wPT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -771,7 +903,7 @@ "no-cache" ], "x-ms-request-id": [ - "3f63ae71-7f09-425f-9d6c-a773b82fa90f" + "4a623634-822e-4c40-b270-d08dcd93da60" ], "X-Content-Type-Options": [ "nosniff" @@ -789,41 +921,41 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11981" + "11993" ], "x-ms-correlation-request-id": [ - "937524ad-d1b6-4664-808e-eeba899e1c2b" + "04eb3951-6c5c-4059-b20c-dbbf592d503e" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T234843Z:937524ad-d1b6-4664-808e-eeba899e1c2b" + "WESTUS:20200623T233753Z:04eb3951-6c5c-4059-b20c-dbbf592d503e" ], "Date": [ - "Wed, 03 Jul 2019 23:48:42 GMT" + "Tue, 23 Jun 2020 23:37:52 GMT" ], "Content-Length": [ - "447" + "744" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps4998/providers/microsoft.storagesync/storageSyncServices/sssps3234/workflow/40d400a0-7401-4b3c-938b-1e2181901672/operationresults/0fa2e3a9-381a-45c2-972b-da70674eea07\",\r\n \"name\": \"0fa2e3a9-381a-45c2-972b-da70674eea07\",\r\n \"status\": \"delayStep\",\r\n \"startTime\": \"2019-07-03T23:48:22.7570064Z\",\r\n \"endTime\": \"2019-07-03T23:48:26.2031315Z\",\r\n \"percentComplete\": null,\r\n \"error\": null,\r\n \"properties\": {}\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6IjI4ZjIzOGMwLTVhOWQtNGE3NS1iMGY5LTMyZWRlNzM1YjcyMiIsIndvcmtmbG93SWQiOiJkOGE0MjkzYy04MGY3LTQ1ZjgtODM2Mi01NTU1ZTFlNjdlZTMiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiMzg0OTQ0OWMtNjJlOS00NzBhLWFhZDYtNzY5MmVlMDBiNGJiIn0=\",\r\n \"name\": \"eyJwYXJ0aXRpb25JZCI6IjI4ZjIzOGMwLTVhOWQtNGE3NS1iMGY5LTMyZWRlNzM1YjcyMiIsIndvcmtmbG93SWQiOiJkOGE0MjkzYy04MGY3LTQ1ZjgtODM2Mi01NTU1ZTFlNjdlZTMiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiMzg0OTQ0OWMtNjJlOS00NzBhLWFhZDYtNzY5MmVlMDBiNGJiIn0=\",\r\n \"status\": \"delayStep\",\r\n \"startTime\": \"2020-06-23T23:37:30.8598896Z\",\r\n \"endTime\": \"2020-06-23T23:37:34.348927Z\",\r\n \"properties\": {}\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps4998/providers/microsoft.storagesync/storageSyncServices/sssps3234/workflows/40d400a0-7401-4b3c-938b-1e2181901672/operations/0fa2e3a9-381a-45c2-972b-da70674eea07?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNDk5OC9wcm92aWRlcnMvbWljcm9zb2Z0LnN0b3JhZ2VzeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMzMjM0L3dvcmtmbG93cy80MGQ0MDBhMC03NDAxLTRiM2MtOTM4Yi0xZTIxODE5MDE2NzIvb3BlcmF0aW9ucy8wZmEyZTNhOS0zODFhLTQ1YzItOTcyYi1kYTcwNjc0ZWVhMDc/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6IjI4ZjIzOGMwLTVhOWQtNGE3NS1iMGY5LTMyZWRlNzM1YjcyMiIsIndvcmtmbG93SWQiOiJkOGE0MjkzYy04MGY3LTQ1ZjgtODM2Mi01NTU1ZTFlNjdlZTMiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiMzg0OTQ0OWMtNjJlOS00NzBhLWFhZDYtNzY5MmVlMDBiNGJiIn0=?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvbG9jYXRpb25zL2NlbnRyYWx1c2V1YXAvb3BlcmF0aW9ucy9leUp3WVhKMGFYUnBiMjVKWkNJNklqSTRaakl6T0dNd0xUVmhPV1F0TkdFM05TMWlNR1k1TFRNeVpXUmxOek0xWWpjeU1pSXNJbmR2Y210bWJHOTNTV1FpT2lKa09HRTBNamt6WXkwNE1HWTNMVFExWmpndE9ETTJNaTAxTlRVMVpURmxOamRsWlRNaUxDSjNiM0pyWm14dmQwOXdaWEpoZEdsdmJrbGtJam9pTXpnME9UUTBPV010TmpKbE9TMDBOekJoTFdGaFpEWXROelk1TW1WbE1EQmlOR0ppSW4wPT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -834,7 +966,7 @@ "no-cache" ], "x-ms-request-id": [ - "e6b29b1e-b7af-4dcf-b39c-181c685cf977" + "c08ac5f2-1a29-4b42-afaf-556211dda38e" ], "X-Content-Type-Options": [ "nosniff" @@ -852,41 +984,41 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11980" + "11992" ], "x-ms-correlation-request-id": [ - "fbc8626a-1c82-4853-9a75-01e449dee775" + "498b9c51-535a-491b-8653-c3fe70176e27" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T234853Z:fbc8626a-1c82-4853-9a75-01e449dee775" + "WESTUS:20200623T233803Z:498b9c51-535a-491b-8653-c3fe70176e27" ], "Date": [ - "Wed, 03 Jul 2019 23:48:52 GMT" + "Tue, 23 Jun 2020 23:38:02 GMT" ], "Content-Length": [ - "447" + "744" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps4998/providers/microsoft.storagesync/storageSyncServices/sssps3234/workflow/40d400a0-7401-4b3c-938b-1e2181901672/operationresults/0fa2e3a9-381a-45c2-972b-da70674eea07\",\r\n \"name\": \"0fa2e3a9-381a-45c2-972b-da70674eea07\",\r\n \"status\": \"delayStep\",\r\n \"startTime\": \"2019-07-03T23:48:22.7570064Z\",\r\n \"endTime\": \"2019-07-03T23:48:26.2031315Z\",\r\n \"percentComplete\": null,\r\n \"error\": null,\r\n \"properties\": {}\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6IjI4ZjIzOGMwLTVhOWQtNGE3NS1iMGY5LTMyZWRlNzM1YjcyMiIsIndvcmtmbG93SWQiOiJkOGE0MjkzYy04MGY3LTQ1ZjgtODM2Mi01NTU1ZTFlNjdlZTMiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiMzg0OTQ0OWMtNjJlOS00NzBhLWFhZDYtNzY5MmVlMDBiNGJiIn0=\",\r\n \"name\": \"eyJwYXJ0aXRpb25JZCI6IjI4ZjIzOGMwLTVhOWQtNGE3NS1iMGY5LTMyZWRlNzM1YjcyMiIsIndvcmtmbG93SWQiOiJkOGE0MjkzYy04MGY3LTQ1ZjgtODM2Mi01NTU1ZTFlNjdlZTMiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiMzg0OTQ0OWMtNjJlOS00NzBhLWFhZDYtNzY5MmVlMDBiNGJiIn0=\",\r\n \"status\": \"delayStep\",\r\n \"startTime\": \"2020-06-23T23:37:30.8598896Z\",\r\n \"endTime\": \"2020-06-23T23:37:34.348927Z\",\r\n \"properties\": {}\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps4998/providers/microsoft.storagesync/storageSyncServices/sssps3234/workflows/40d400a0-7401-4b3c-938b-1e2181901672/operations/0fa2e3a9-381a-45c2-972b-da70674eea07?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNDk5OC9wcm92aWRlcnMvbWljcm9zb2Z0LnN0b3JhZ2VzeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMzMjM0L3dvcmtmbG93cy80MGQ0MDBhMC03NDAxLTRiM2MtOTM4Yi0xZTIxODE5MDE2NzIvb3BlcmF0aW9ucy8wZmEyZTNhOS0zODFhLTQ1YzItOTcyYi1kYTcwNjc0ZWVhMDc/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6IjI4ZjIzOGMwLTVhOWQtNGE3NS1iMGY5LTMyZWRlNzM1YjcyMiIsIndvcmtmbG93SWQiOiJkOGE0MjkzYy04MGY3LTQ1ZjgtODM2Mi01NTU1ZTFlNjdlZTMiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiMzg0OTQ0OWMtNjJlOS00NzBhLWFhZDYtNzY5MmVlMDBiNGJiIn0=?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvbG9jYXRpb25zL2NlbnRyYWx1c2V1YXAvb3BlcmF0aW9ucy9leUp3WVhKMGFYUnBiMjVKWkNJNklqSTRaakl6T0dNd0xUVmhPV1F0TkdFM05TMWlNR1k1TFRNeVpXUmxOek0xWWpjeU1pSXNJbmR2Y210bWJHOTNTV1FpT2lKa09HRTBNamt6WXkwNE1HWTNMVFExWmpndE9ETTJNaTAxTlRVMVpURmxOamRsWlRNaUxDSjNiM0pyWm14dmQwOXdaWEpoZEdsdmJrbGtJam9pTXpnME9UUTBPV010TmpKbE9TMDBOekJoTFdGaFpEWXROelk1TW1WbE1EQmlOR0ppSW4wPT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -897,7 +1029,7 @@ "no-cache" ], "x-ms-request-id": [ - "2b0db4b7-f697-467b-b72a-c169f9da222c" + "72f37a42-0b18-4987-80dc-9e168e04d42b" ], "X-Content-Type-Options": [ "nosniff" @@ -915,41 +1047,41 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11979" + "11991" ], "x-ms-correlation-request-id": [ - "ecfa3cf6-fab3-4492-bb98-69b6ce5db934" + "6da39cfe-c345-4aa8-9082-8e441cffef9d" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T234904Z:ecfa3cf6-fab3-4492-bb98-69b6ce5db934" + "WESTUS:20200623T233813Z:6da39cfe-c345-4aa8-9082-8e441cffef9d" ], "Date": [ - "Wed, 03 Jul 2019 23:49:04 GMT" + "Tue, 23 Jun 2020 23:38:13 GMT" ], "Content-Length": [ - "447" + "744" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps4998/providers/microsoft.storagesync/storageSyncServices/sssps3234/workflow/40d400a0-7401-4b3c-938b-1e2181901672/operationresults/0fa2e3a9-381a-45c2-972b-da70674eea07\",\r\n \"name\": \"0fa2e3a9-381a-45c2-972b-da70674eea07\",\r\n \"status\": \"delayStep\",\r\n \"startTime\": \"2019-07-03T23:48:22.7570064Z\",\r\n \"endTime\": \"2019-07-03T23:48:26.2031315Z\",\r\n \"percentComplete\": null,\r\n \"error\": null,\r\n \"properties\": {}\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6IjI4ZjIzOGMwLTVhOWQtNGE3NS1iMGY5LTMyZWRlNzM1YjcyMiIsIndvcmtmbG93SWQiOiJkOGE0MjkzYy04MGY3LTQ1ZjgtODM2Mi01NTU1ZTFlNjdlZTMiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiMzg0OTQ0OWMtNjJlOS00NzBhLWFhZDYtNzY5MmVlMDBiNGJiIn0=\",\r\n \"name\": \"eyJwYXJ0aXRpb25JZCI6IjI4ZjIzOGMwLTVhOWQtNGE3NS1iMGY5LTMyZWRlNzM1YjcyMiIsIndvcmtmbG93SWQiOiJkOGE0MjkzYy04MGY3LTQ1ZjgtODM2Mi01NTU1ZTFlNjdlZTMiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiMzg0OTQ0OWMtNjJlOS00NzBhLWFhZDYtNzY5MmVlMDBiNGJiIn0=\",\r\n \"status\": \"delayStep\",\r\n \"startTime\": \"2020-06-23T23:37:30.8598896Z\",\r\n \"endTime\": \"2020-06-23T23:37:34.348927Z\",\r\n \"properties\": {}\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps4998/providers/microsoft.storagesync/storageSyncServices/sssps3234/workflows/40d400a0-7401-4b3c-938b-1e2181901672/operations/0fa2e3a9-381a-45c2-972b-da70674eea07?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNDk5OC9wcm92aWRlcnMvbWljcm9zb2Z0LnN0b3JhZ2VzeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMzMjM0L3dvcmtmbG93cy80MGQ0MDBhMC03NDAxLTRiM2MtOTM4Yi0xZTIxODE5MDE2NzIvb3BlcmF0aW9ucy8wZmEyZTNhOS0zODFhLTQ1YzItOTcyYi1kYTcwNjc0ZWVhMDc/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6IjI4ZjIzOGMwLTVhOWQtNGE3NS1iMGY5LTMyZWRlNzM1YjcyMiIsIndvcmtmbG93SWQiOiJkOGE0MjkzYy04MGY3LTQ1ZjgtODM2Mi01NTU1ZTFlNjdlZTMiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiMzg0OTQ0OWMtNjJlOS00NzBhLWFhZDYtNzY5MmVlMDBiNGJiIn0=?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvbG9jYXRpb25zL2NlbnRyYWx1c2V1YXAvb3BlcmF0aW9ucy9leUp3WVhKMGFYUnBiMjVKWkNJNklqSTRaakl6T0dNd0xUVmhPV1F0TkdFM05TMWlNR1k1TFRNeVpXUmxOek0xWWpjeU1pSXNJbmR2Y210bWJHOTNTV1FpT2lKa09HRTBNamt6WXkwNE1HWTNMVFExWmpndE9ETTJNaTAxTlRVMVpURmxOamRsWlRNaUxDSjNiM0pyWm14dmQwOXdaWEpoZEdsdmJrbGtJam9pTXpnME9UUTBPV010TmpKbE9TMDBOekJoTFdGaFpEWXROelk1TW1WbE1EQmlOR0ppSW4wPT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -960,7 +1092,7 @@ "no-cache" ], "x-ms-request-id": [ - "4f1b66e6-5f67-428a-b891-da862237c7bf" + "19dfbd77-ce49-4359-82c5-a345cbeb62cf" ], "X-Content-Type-Options": [ "nosniff" @@ -968,9 +1100,6 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11978" - ], "Server": [ "Microsoft-IIS/10.0" ], @@ -980,39 +1109,42 @@ "X-Powered-By": [ "ASP.NET" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11990" + ], "x-ms-correlation-request-id": [ - "395ba5ea-408a-4e7e-9a04-bb9ac840d442" + "aa74dea9-72a4-4844-bac2-920333e4e811" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T234914Z:395ba5ea-408a-4e7e-9a04-bb9ac840d442" + "WESTUS:20200623T233823Z:aa74dea9-72a4-4844-bac2-920333e4e811" ], "Date": [ - "Wed, 03 Jul 2019 23:49:14 GMT" + "Tue, 23 Jun 2020 23:38:23 GMT" ], "Content-Length": [ - "447" + "745" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps4998/providers/microsoft.storagesync/storageSyncServices/sssps3234/workflow/40d400a0-7401-4b3c-938b-1e2181901672/operationresults/0fa2e3a9-381a-45c2-972b-da70674eea07\",\r\n \"name\": \"0fa2e3a9-381a-45c2-972b-da70674eea07\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2019-07-03T23:48:22.7570064Z\",\r\n \"endTime\": \"2019-07-03T23:49:11.2738787Z\",\r\n \"percentComplete\": null,\r\n \"error\": null,\r\n \"properties\": {}\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6IjI4ZjIzOGMwLTVhOWQtNGE3NS1iMGY5LTMyZWRlNzM1YjcyMiIsIndvcmtmbG93SWQiOiJkOGE0MjkzYy04MGY3LTQ1ZjgtODM2Mi01NTU1ZTFlNjdlZTMiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiMzg0OTQ0OWMtNjJlOS00NzBhLWFhZDYtNzY5MmVlMDBiNGJiIn0=\",\r\n \"name\": \"eyJwYXJ0aXRpb25JZCI6IjI4ZjIzOGMwLTVhOWQtNGE3NS1iMGY5LTMyZWRlNzM1YjcyMiIsIndvcmtmbG93SWQiOiJkOGE0MjkzYy04MGY3LTQ1ZjgtODM2Mi01NTU1ZTFlNjdlZTMiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiMzg0OTQ0OWMtNjJlOS00NzBhLWFhZDYtNzY5MmVlMDBiNGJiIn0=\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2020-06-23T23:37:30.8598896Z\",\r\n \"endTime\": \"2020-06-23T23:38:19.4195016Z\",\r\n \"properties\": {}\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps4998/providers/microsoft.storagesync/storageSyncServices/sssps3234/workflows/40d400a0-7401-4b3c-938b-1e2181901672/operationresults/0fa2e3a9-381a-45c2-972b-da70674eea07?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNDk5OC9wcm92aWRlcnMvbWljcm9zb2Z0LnN0b3JhZ2VzeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMzMjM0L3dvcmtmbG93cy80MGQ0MDBhMC03NDAxLTRiM2MtOTM4Yi0xZTIxODE5MDE2NzIvb3BlcmF0aW9ucmVzdWx0cy8wZmEyZTNhOS0zODFhLTQ1YzItOTcyYi1kYTcwNjc0ZWVhMDc/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6IjI4ZjIzOGMwLTVhOWQtNGE3NS1iMGY5LTMyZWRlNzM1YjcyMiIsIndvcmtmbG93SWQiOiJkOGE0MjkzYy04MGY3LTQ1ZjgtODM2Mi01NTU1ZTFlNjdlZTMiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiMzg0OTQ0OWMtNjJlOS00NzBhLWFhZDYtNzY5MmVlMDBiNGJiIn0=?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvbG9jYXRpb25zL2NlbnRyYWx1c2V1YXAvb3BlcmF0aW9ucmVzdWx0cy9leUp3WVhKMGFYUnBiMjVKWkNJNklqSTRaakl6T0dNd0xUVmhPV1F0TkdFM05TMWlNR1k1TFRNeVpXUmxOek0xWWpjeU1pSXNJbmR2Y210bWJHOTNTV1FpT2lKa09HRTBNamt6WXkwNE1HWTNMVFExWmpndE9ETTJNaTAxTlRVMVpURmxOamRsWlRNaUxDSjNiM0pyWm14dmQwOXdaWEpoZEdsdmJrbGtJam9pTXpnME9UUTBPV010TmpKbE9TMDBOekJoTFdGaFpEWXROelk1TW1WbE1EQmlOR0ppSW4wPT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -1023,7 +1155,7 @@ "no-cache" ], "x-ms-request-id": [ - "c5feca5e-f897-4cc2-9904-fdb9844c4ce7" + "ffa87e83-edb4-48d5-9a94-98015dc99952" ], "X-Content-Type-Options": [ "nosniff" @@ -1041,16 +1173,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11977" + "11989" ], "x-ms-correlation-request-id": [ - "8770c561-3ad9-411d-a1db-f7f9aec98a38" + "d7deab82-37ce-4159-b0ff-f9a8b2be6edc" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T234915Z:8770c561-3ad9-411d-a1db-f7f9aec98a38" + "WESTUS:20200623T233823Z:d7deab82-37ce-4159-b0ff-f9a8b2be6edc" ], "Date": [ - "Wed, 03 Jul 2019 23:49:14 GMT" + "Tue, 23 Jun 2020 23:38:23 GMT" ], "Expires": [ "-1" @@ -1063,22 +1195,22 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps4998/providers/Microsoft.StorageSync/storageSyncServices/sssps3234?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNDk5OC9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMzMjM0P2FwaS12ZXJzaW9uPTIwMTktMDMtMDE=", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps797/providers/Microsoft.StorageSync/storageSyncServices/sssps2547?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzNzk3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZVN5bmMvc3RvcmFnZVN5bmNTZXJ2aWNlcy9zc3NwczI1NDc/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "e476876a-03db-4b65-b82d-60d0cdf50d8b" + "30a54260-3b99-46d6-a924-7e6a5b170796" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -1088,8 +1220,17 @@ "Pragma": [ "no-cache" ], + "Location": [ + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6IjI4ZjIzOGMwLTVhOWQtNGE3NS1iMGY5LTMyZWRlNzM1YjcyMiIsIndvcmtmbG93SWQiOiI5OGY4ZjliZC01ODBlLTRlMTktYjY4My1kMmQ4MTQ5YmFhYjkiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiMWU0YmY5MWQtODcxYy00ZTM3LTgwYWItMGQ5YjEwOWQwNDA3In0=?api-version=2020-03-01" + ], + "Retry-After": [ + "10" + ], + "Azure-AsyncOperation": [ + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6IjI4ZjIzOGMwLTVhOWQtNGE3NS1iMGY5LTMyZWRlNzM1YjcyMiIsIndvcmtmbG93SWQiOiI5OGY4ZjliZC01ODBlLTRlMTktYjY4My1kMmQ4MTQ5YmFhYjkiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiMWU0YmY5MWQtODcxYy00ZTM3LTgwYWItMGQ5YjEwOWQwNDA3In0=?api-version=2020-03-01" + ], "x-ms-request-id": [ - "d4f1803e-dd1f-4667-b221-9ead818b16b8" + "78f62e96-144c-419d-8e98-797ef3ae5f1d" ], "X-Content-Type-Options": [ "nosniff" @@ -1107,16 +1248,139 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-deletes": [ - "14995" + "14998" + ], + "x-ms-correlation-request-id": [ + "28fa7008-0ef6-448d-8988-9a1fdd17cfb0" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200623T233824Z:28fa7008-0ef6-448d-8988-9a1fdd17cfb0" + ], + "Date": [ + "Tue, 23 Jun 2020 23:38:24 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6IjI4ZjIzOGMwLTVhOWQtNGE3NS1iMGY5LTMyZWRlNzM1YjcyMiIsIndvcmtmbG93SWQiOiI5OGY4ZjliZC01ODBlLTRlMTktYjY4My1kMmQ4MTQ5YmFhYjkiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiMWU0YmY5MWQtODcxYy00ZTM3LTgwYWItMGQ5YjEwOWQwNDA3In0=?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvbG9jYXRpb25zL2NlbnRyYWx1c2V1YXAvb3BlcmF0aW9ucy9leUp3WVhKMGFYUnBiMjVKWkNJNklqSTRaakl6T0dNd0xUVmhPV1F0TkdFM05TMWlNR1k1TFRNeVpXUmxOek0xWWpjeU1pSXNJbmR2Y210bWJHOTNTV1FpT2lJNU9HWTRaamxpWkMwMU9EQmxMVFJsTVRrdFlqWTRNeTFrTW1RNE1UUTVZbUZoWWpraUxDSjNiM0pyWm14dmQwOXdaWEpoZEdsdmJrbGtJam9pTVdVMFltWTVNV1F0T0RjeFl5MDBaVE0zTFRnd1lXSXRNR1E1WWpFd09XUXdOREEzSW4wPT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-request-id": [ + "069bb5dd-e8ea-421c-991d-9aa7d036f717" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-IIS/10.0" + ], + "X-AspNet-Version": [ + "4.0.30319" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11988" + ], + "x-ms-correlation-request-id": [ + "3b8ac4e6-20b9-4665-99e5-2bad89b28b56" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200623T233834Z:3b8ac4e6-20b9-4665-99e5-2bad89b28b56" + ], + "Date": [ + "Tue, 23 Jun 2020 23:38:34 GMT" + ], + "Content-Length": [ + "745" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6IjI4ZjIzOGMwLTVhOWQtNGE3NS1iMGY5LTMyZWRlNzM1YjcyMiIsIndvcmtmbG93SWQiOiI5OGY4ZjliZC01ODBlLTRlMTktYjY4My1kMmQ4MTQ5YmFhYjkiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiMWU0YmY5MWQtODcxYy00ZTM3LTgwYWItMGQ5YjEwOWQwNDA3In0=\",\r\n \"name\": \"eyJwYXJ0aXRpb25JZCI6IjI4ZjIzOGMwLTVhOWQtNGE3NS1iMGY5LTMyZWRlNzM1YjcyMiIsIndvcmtmbG93SWQiOiI5OGY4ZjliZC01ODBlLTRlMTktYjY4My1kMmQ4MTQ5YmFhYjkiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiMWU0YmY5MWQtODcxYy00ZTM3LTgwYWItMGQ5YjEwOWQwNDA3In0=\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2020-06-23T23:38:24.6460192Z\",\r\n \"endTime\": \"2020-06-23T23:38:30.0628309Z\",\r\n \"properties\": {}\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6IjI4ZjIzOGMwLTVhOWQtNGE3NS1iMGY5LTMyZWRlNzM1YjcyMiIsIndvcmtmbG93SWQiOiI5OGY4ZjliZC01ODBlLTRlMTktYjY4My1kMmQ4MTQ5YmFhYjkiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiMWU0YmY5MWQtODcxYy00ZTM3LTgwYWItMGQ5YjEwOWQwNDA3In0=?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvbG9jYXRpb25zL2NlbnRyYWx1c2V1YXAvb3BlcmF0aW9ucmVzdWx0cy9leUp3WVhKMGFYUnBiMjVKWkNJNklqSTRaakl6T0dNd0xUVmhPV1F0TkdFM05TMWlNR1k1TFRNeVpXUmxOek0xWWpjeU1pSXNJbmR2Y210bWJHOTNTV1FpT2lJNU9HWTRaamxpWkMwMU9EQmxMVFJsTVRrdFlqWTRNeTFrTW1RNE1UUTVZbUZoWWpraUxDSjNiM0pyWm14dmQwOXdaWEpoZEdsdmJrbGtJam9pTVdVMFltWTVNV1F0T0RjeFl5MDBaVE0zTFRnd1lXSXRNR1E1WWpFd09XUXdOREEzSW4wPT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-request-id": [ + "3f525640-77a5-4bf3-8242-6d43b844c5d3" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-IIS/10.0" + ], + "X-AspNet-Version": [ + "4.0.30319" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11987" ], "x-ms-correlation-request-id": [ - "eb808902-ab09-411b-84dd-e1b8a14eac67" + "47b0b196-dbac-4ea5-8ac3-b6f0b6a45008" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T234915Z:eb808902-ab09-411b-84dd-e1b8a14eac67" + "WESTUS:20200623T233835Z:47b0b196-dbac-4ea5-8ac3-b6f0b6a45008" ], "Date": [ - "Wed, 03 Jul 2019 23:49:15 GMT" + "Tue, 23 Jun 2020 23:38:34 GMT" ], "Expires": [ "-1" @@ -1129,22 +1393,22 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps4998/providers/Microsoft.StorageSync/storageSyncServices?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNDk5OC9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXM/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps797/providers/Microsoft.StorageSync/storageSyncServices?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzNzk3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZVN5bmMvc3RvcmFnZVN5bmNTZXJ2aWNlcz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "f6efff81-a198-4ae2-be0f-00c3699dad0f" + "e8cb3cae-c0f9-4917-ab5b-ab85afbd7778" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -1154,57 +1418,66 @@ "Pragma": [ "no-cache" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11976" - ], "x-ms-request-id": [ - "89d79460-bf03-41c2-a0fc-1665b6a65176" + "e0bb3dbf-3a12-4808-80e6-2ea0e39e842a" ], - "x-ms-correlation-request-id": [ - "89d79460-bf03-41c2-a0fc-1665b6a65176" - ], - "x-ms-routing-request-id": [ - "WESTUS:20190703T234915Z:89d79460-bf03-41c2-a0fc-1665b6a65176" + "X-Content-Type-Options": [ + "nosniff" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Content-Type-Options": [ - "nosniff" + "Server": [ + "Microsoft-IIS/10.0" + ], + "X-AspNet-Version": [ + "4.0.30319" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11986" + ], + "x-ms-correlation-request-id": [ + "5fe105ca-2f04-49a3-93a7-a2eb7081211e" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200623T233835Z:5fe105ca-2f04-49a3-93a7-a2eb7081211e" ], "Date": [ - "Wed, 03 Jul 2019 23:49:15 GMT" + "Tue, 23 Jun 2020 23:38:34 GMT" + ], + "Content-Length": [ + "19" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" - ], - "Content-Length": [ - "12" ] }, "ResponseBody": "{\r\n \"value\": []\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourcegroups/ps4998?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlZ3JvdXBzL3BzNDk5OD9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourcegroups/ps797?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlZ3JvdXBzL3BzNzk3P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "a5b1c4fb-351f-4786-8f45-396b1e44af96" + "ae4328e1-7f11-4286-80ba-198d54e954e4" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -1215,22 +1488,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQ5OTgtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzc5Ny1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-deletes": [ - "14994" + "14997" ], "x-ms-request-id": [ - "710a4aa8-81e5-43cd-a1d9-e3ffa8fd0bda" + "77e14364-d225-41ab-842e-3e24d8c27c13" ], "x-ms-correlation-request-id": [ - "710a4aa8-81e5-43cd-a1d9-e3ffa8fd0bda" + "77e14364-d225-41ab-842e-3e24d8c27c13" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T234916Z:710a4aa8-81e5-43cd-a1d9-e3ffa8fd0bda" + "WESTUS:20200623T233835Z:77e14364-d225-41ab-842e-3e24d8c27c13" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1239,7 +1512,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 23:49:16 GMT" + "Tue, 23 Jun 2020 23:38:35 GMT" ], "Expires": [ "-1" @@ -1252,16 +1525,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQ5OTgtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpRNU9UZ3RWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzc5Ny1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpjNU55MVhSVk5VVlZNaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5kbGMzUjFjeUo5P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -1272,22 +1545,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQ5OTgtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzc5Ny1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11975" + "11985" ], "x-ms-request-id": [ - "d0794c57-e1fa-40fd-8264-c433a29a9cd8" + "894569f8-6cf9-4ff5-b7d0-c18b5aa46f0c" ], "x-ms-correlation-request-id": [ - "d0794c57-e1fa-40fd-8264-c433a29a9cd8" + "894569f8-6cf9-4ff5-b7d0-c18b5aa46f0c" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T234931Z:d0794c57-e1fa-40fd-8264-c433a29a9cd8" + "WESTUS:20200623T233850Z:894569f8-6cf9-4ff5-b7d0-c18b5aa46f0c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1296,7 +1569,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 23:49:31 GMT" + "Tue, 23 Jun 2020 23:38:50 GMT" ], "Expires": [ "-1" @@ -1309,16 +1582,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQ5OTgtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpRNU9UZ3RWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzc5Ny1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpjNU55MVhSVk5VVlZNaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5kbGMzUjFjeUo5P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -1329,22 +1602,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQ5OTgtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzc5Ny1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11974" + "11984" ], "x-ms-request-id": [ - "8aee3b4a-7f7b-4d3c-8f11-dd3b53391b3e" + "eac49b9d-f941-4f3a-aeff-737d7b001af3" ], "x-ms-correlation-request-id": [ - "8aee3b4a-7f7b-4d3c-8f11-dd3b53391b3e" + "eac49b9d-f941-4f3a-aeff-737d7b001af3" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T234946Z:8aee3b4a-7f7b-4d3c-8f11-dd3b53391b3e" + "WESTUS:20200623T233905Z:eac49b9d-f941-4f3a-aeff-737d7b001af3" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1353,7 +1626,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 23:49:46 GMT" + "Tue, 23 Jun 2020 23:39:04 GMT" ], "Expires": [ "-1" @@ -1366,16 +1639,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQ5OTgtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpRNU9UZ3RWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzc5Ny1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpjNU55MVhSVk5VVlZNaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5kbGMzUjFjeUo5P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -1386,16 +1659,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11973" + "11983" ], "x-ms-request-id": [ - "6967a232-46ae-40f3-932e-49a217658328" + "9b12f0ef-a1b6-4eba-bd51-2480c854dd52" ], "x-ms-correlation-request-id": [ - "6967a232-46ae-40f3-932e-49a217658328" + "9b12f0ef-a1b6-4eba-bd51-2480c854dd52" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T235001Z:6967a232-46ae-40f3-932e-49a217658328" + "WESTUS:20200623T233920Z:9b12f0ef-a1b6-4eba-bd51-2480c854dd52" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1404,7 +1677,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 23:50:01 GMT" + "Tue, 23 Jun 2020 23:39:19 GMT" ], "Expires": [ "-1" @@ -1417,16 +1690,16 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQ5OTgtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpRNU9UZ3RWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzc5Ny1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpjNU55MVhSVk5VVlZNaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5kbGMzUjFjeUo5P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -1437,16 +1710,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11972" + "11982" ], "x-ms-request-id": [ - "2babf039-8490-415c-95d8-06a931fb475f" + "427a08b8-3c6a-48d3-97ad-06ee444b69b4" ], "x-ms-correlation-request-id": [ - "2babf039-8490-415c-95d8-06a931fb475f" + "427a08b8-3c6a-48d3-97ad-06ee444b69b4" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T235001Z:2babf039-8490-415c-95d8-06a931fb475f" + "WESTUS:20200623T233920Z:427a08b8-3c6a-48d3-97ad-06ee444b69b4" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1455,7 +1728,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 23:50:01 GMT" + "Tue, 23 Jun 2020 23:39:19 GMT" ], "Expires": [ "-1" @@ -1470,14 +1743,14 @@ ], "Names": { "Test-NewRegisteredServerParentObject": [ - "ps4998", - "ps3234" + "ps797", + "ps2547" ] }, "Variables": { - "SubscriptionId": "7b96cb02-4663-40f4-9a89-603d3849e46a", - "TenantId": "0483643a-cb2f-462a-bc27-1a270e5bdc0a", + "SubscriptionId": "1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b", + "TenantId": "6ad91d65-65ab-4e14-90f7-fe951035b7c9", "Domain": "", - "SyncServerId": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps4998/providers/Microsoft.StorageSync/storageSyncServices/sssps3234/registeredServers/B404EBB5-FD7F-4E87-9159-9058C50FFBC8" + "SyncServerId": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps797/providers/Microsoft.StorageSync/storageSyncServices/sssps2547/registeredServers/33B89A0E-6B4E-401F-A028-3184A99351F1" } } \ No newline at end of file diff --git a/src/StorageSync/StorageSync.Test/SessionRecords/StorageSyncTests.RegisteredServerTests/TestNewRegisteredServerParentResourceId.json b/src/StorageSync/StorageSync.Test/SessionRecords/StorageSyncTests.RegisteredServerTests/TestNewRegisteredServerParentResourceId.json index 1615ee24429e..178b14d0208c 100644 --- a/src/StorageSync/StorageSync.Test/SessionRecords/StorageSyncTests.RegisteredServerTests/TestNewRegisteredServerParentResourceId.json +++ b/src/StorageSync/StorageSync.Test/SessionRecords/StorageSyncTests.RegisteredServerTests/TestNewRegisteredServerParentResourceId.json @@ -1,22 +1,22 @@ { "Entries": [ { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/providers/Microsoft.Resources?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVzb3VyY2VzP2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/Microsoft.Resources?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVzb3VyY2VzP2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "2254ef95-5496-4c38-99a2-ee42df3b692d" + "63774edf-259d-488a-8584-4baff4fbbcdc" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -30,13 +30,13 @@ "11999" ], "x-ms-request-id": [ - "de227561-1b60-4087-ad10-ffd4be200c2d" + "e633bdda-c3b0-42ae-975b-a74d0896b5bf" ], "x-ms-correlation-request-id": [ - "de227561-1b60-4087-ad10-ffd4be200c2d" + "e633bdda-c3b0-42ae-975b-a74d0896b5bf" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T231454Z:de227561-1b60-4087-ad10-ffd4be200c2d" + "WESTUS:20200623T232527Z:e633bdda-c3b0-42ae-975b-a74d0896b5bf" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -45,7 +45,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 23:14:54 GMT" + "Tue, 23 Jun 2020 23:25:27 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -54,29 +54,29 @@ "-1" ], "Content-Length": [ - "8818" + "10899" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/providers/Microsoft.Resources\",\r\n \"namespace\": \"Microsoft.Resources\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"tenants\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operationresults\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"notifyResourceJobs\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"tags\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkPolicyCompliance\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"providers\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkresourcename\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resources\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/resources\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/providers\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/operationresults\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceGroups\",\r\n \"locations\": [\r\n \"Central US\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"West Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia Southeast\",\r\n \"Australia East\",\r\n \"West India\",\r\n \"South India\",\r\n \"Central India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/resourceGroups\",\r\n \"locations\": [\r\n \"Central US\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"West Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia Southeast\",\r\n \"Australia East\",\r\n \"West India\",\r\n \"South India\",\r\n \"Central India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/resourcegroups/resources\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/tagnames\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/tagNames/tagValues\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"deployments\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"deployments/operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"links\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-01-01\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/Microsoft.Resources\",\r\n \"namespace\": \"Microsoft.Resources\",\r\n \"authorization\": {\r\n \"applicationId\": \"3b990c8b-9607-4c2a-8b04-1d41985facca\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"tenants\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-01-01\",\r\n \"2019-09-01\",\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-09-01\",\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operationresults\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-09-01\",\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"notifyResourceJobs\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-09-01\",\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"tags\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-10-01\",\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\"\r\n ],\r\n \"capabilities\": \"SupportsExtension\"\r\n },\r\n {\r\n \"resourceType\": \"checkPolicyCompliance\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"providers\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkresourcename\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"calculateTemplateHash\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-09-01\",\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resources\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-09-01\",\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-10-01\",\r\n \"2019-09-01\",\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/resources\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-09-01\",\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/providers\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/operationresults\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceGroups\",\r\n \"locations\": [\r\n \"Central US\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"West Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia Southeast\",\r\n \"Australia East\",\r\n \"West India\",\r\n \"South India\",\r\n \"Central India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Australia Central\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/resourceGroups\",\r\n \"locations\": [\r\n \"Central US\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"West Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia Southeast\",\r\n \"Australia East\",\r\n \"West India\",\r\n \"South India\",\r\n \"Central India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Australia Central\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/resourcegroups/resources\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/tagnames\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/tagNames/tagValues\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"deployments\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-09-01\",\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"deployments/operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-09-01\",\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"links\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ],\r\n \"capabilities\": \"SupportsExtension\"\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-01-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"deploymentScripts\",\r\n \"locations\": [\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Australia East\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"Central US\",\r\n \"North Central US\",\r\n \"UK South\",\r\n \"Central India\",\r\n \"South India\",\r\n \"Japan East\",\r\n \"Korea Central\",\r\n \"North Europe\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West US 2\",\r\n \"West US\",\r\n \"South Central US\",\r\n \"Canada East\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-10-01-preview\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"deploymentScripts/logs\",\r\n \"locations\": [\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Australia East\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"Central US\",\r\n \"North Central US\",\r\n \"UK South\",\r\n \"Central India\",\r\n \"South India\",\r\n \"Japan East\",\r\n \"Korea Central\",\r\n \"North Europe\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West US 2\",\r\n \"West US\",\r\n \"South Central US\",\r\n \"Canada East\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/deploymentScriptOperationResults\",\r\n \"locations\": [\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Australia East\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"Central US\",\r\n \"North Central US\",\r\n \"UK South\",\r\n \"Central India\",\r\n \"South India\",\r\n \"Japan East\",\r\n \"Korea Central\",\r\n \"North Europe\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West US 2\",\r\n \"West US\",\r\n \"South Central US\",\r\n \"Canada East\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-10-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/providers/Microsoft.StorageSync?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZVN5bmM/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/Microsoft.StorageSync?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZVN5bmM/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "ef849104-dd51-40b5-823f-be61f595b4e8" + "78790561-d5e9-4bad-b189-8555b1e8d0b6" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -90,13 +90,13 @@ "11998" ], "x-ms-request-id": [ - "c7f0d77c-6059-4305-8a2a-f66b6d5c5672" + "b30b2aa9-ec26-4125-ab94-6ec35c95836d" ], "x-ms-correlation-request-id": [ - "c7f0d77c-6059-4305-8a2a-f66b6d5c5672" + "b30b2aa9-ec26-4125-ab94-6ec35c95836d" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T231454Z:c7f0d77c-6059-4305-8a2a-f66b6d5c5672" + "WESTUS:20200623T232527Z:b30b2aa9-ec26-4125-ab94-6ec35c95836d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -105,7 +105,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 23:14:54 GMT" + "Tue, 23 Jun 2020 23:25:27 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -114,29 +114,29 @@ "-1" ], "Content-Length": [ - "5239" + "7645" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/providers/Microsoft.StorageSync\",\r\n \"namespace\": \"Microsoft.StorageSync\",\r\n \"authorizations\": [\r\n {\r\n \"applicationId\": \"9469b9f5-6722-4481-a2b2-14ed560b706f\"\r\n }\r\n ],\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageSyncServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"Central US EUAP\",\r\n \"West US 2\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\",\r\n \"2018-01-01-preview\",\r\n \"2017-06-05-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"storageSyncServices/syncGroups\",\r\n \"locations\": [\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"Central US EUAP\",\r\n \"West US 2\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\",\r\n \"2018-01-01-preview\",\r\n \"2017-06-05-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageSyncServices/syncGroups/cloudEndpoints\",\r\n \"locations\": [\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"Central US EUAP\",\r\n \"West US 2\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\",\r\n \"2018-01-01-preview\",\r\n \"2017-06-05-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageSyncServices/syncGroups/serverEndpoints\",\r\n \"locations\": [\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"Central US EUAP\",\r\n \"West US 2\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\",\r\n \"2018-01-01-preview\",\r\n \"2017-06-05-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageSyncServices/registeredServers\",\r\n \"locations\": [\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"Central US EUAP\",\r\n \"West US 2\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\",\r\n \"2018-01-01-preview\",\r\n \"2017-06-05-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageSyncServices/workflows\",\r\n \"locations\": [\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"Central US EUAP\",\r\n \"West US 2\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\",\r\n \"2018-01-01-preview\",\r\n \"2017-06-05-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\",\r\n \"2018-01-01-preview\",\r\n \"2017-06-05-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/checkNameAvailability\",\r\n \"locations\": [\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/workflows\",\r\n \"locations\": [\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/Microsoft.StorageSync\",\r\n \"namespace\": \"Microsoft.StorageSync\",\r\n \"authorizations\": [\r\n {\r\n \"applicationId\": \"9469b9f5-6722-4481-a2b2-14ed560b706f\",\r\n \"roleDefinitionId\": \"4cd49d82-1f4d-43fc-af0c-1c1203668e5a\"\r\n }\r\n ],\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageSyncServices\",\r\n \"locations\": [\r\n \"West Central US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"West US 2\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"UAE North\",\r\n \"UAE Central\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2019-10-01\",\r\n \"2019-06-01\",\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\",\r\n \"2018-01-01-preview\",\r\n \"2017-06-05-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"storageSyncServices/syncGroups\",\r\n \"locations\": [\r\n \"West Central US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"West US 2\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"UAE North\",\r\n \"UAE Central\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2019-10-01\",\r\n \"2019-06-01\",\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\",\r\n \"2018-01-01-preview\",\r\n \"2017-06-05-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageSyncServices/syncGroups/cloudEndpoints\",\r\n \"locations\": [\r\n \"West Central US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"West US 2\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"UAE North\",\r\n \"UAE Central\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2019-10-01\",\r\n \"2019-06-01\",\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\",\r\n \"2018-01-01-preview\",\r\n \"2017-06-05-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageSyncServices/syncGroups/serverEndpoints\",\r\n \"locations\": [\r\n \"West Central US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"West US 2\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"UAE North\",\r\n \"UAE Central\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2019-10-01\",\r\n \"2019-06-01\",\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\",\r\n \"2018-01-01-preview\",\r\n \"2017-06-05-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageSyncServices/registeredServers\",\r\n \"locations\": [\r\n \"West Central US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"West US 2\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"UAE North\",\r\n \"UAE Central\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2019-10-01\",\r\n \"2019-06-01\",\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\",\r\n \"2018-01-01-preview\",\r\n \"2017-06-05-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageSyncServices/workflows\",\r\n \"locations\": [\r\n \"West Central US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"West US 2\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"UAE North\",\r\n \"UAE Central\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2019-10-01\",\r\n \"2019-06-01\",\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\",\r\n \"2018-01-01-preview\",\r\n \"2017-06-05-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2019-10-01\",\r\n \"2019-06-01\",\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\",\r\n \"2018-01-01-preview\",\r\n \"2017-06-05-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2019-10-01\",\r\n \"2019-06-01\",\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/checkNameAvailability\",\r\n \"locations\": [\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"UAE North\",\r\n \"UAE Central\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2019-10-01\",\r\n \"2019-06-01\",\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/workflows\",\r\n \"locations\": [\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"UAE North\",\r\n \"UAE Central\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2019-10-01\",\r\n \"2019-06-01\",\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operations\",\r\n \"locations\": [\r\n \"West Central US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"West US 2\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"UAE North\",\r\n \"UAE Central\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operationResults\",\r\n \"locations\": [\r\n \"West Central US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"West US 2\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"UAE North\",\r\n \"UAE Central\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourcegroups/ps8215?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlZ3JvdXBzL3BzODIxNT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourcegroups/ps2151?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlZ3JvdXBzL3BzMjE1MT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "66878287-ab37-453b-a2a9-5467850eabd2" + "ab8a0945-322c-47ba-b341-a9869ab0dc51" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ], "Content-Type": [ "application/json; charset=utf-8" @@ -156,13 +156,13 @@ "1199" ], "x-ms-request-id": [ - "32614918-b7a0-4f92-9c0f-05edf987f6fd" + "3efd6776-86dd-4214-827e-cc9d3715ed2e" ], "x-ms-correlation-request-id": [ - "32614918-b7a0-4f92-9c0f-05edf987f6fd" + "3efd6776-86dd-4214-827e-cc9d3715ed2e" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T231456Z:32614918-b7a0-4f92-9c0f-05edf987f6fd" + "WESTUS:20200623T232527Z:3efd6776-86dd-4214-827e-cc9d3715ed2e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -171,7 +171,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 23:14:56 GMT" + "Tue, 23 Jun 2020 23:25:27 GMT" ], "Content-Length": [ "165" @@ -183,26 +183,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps8215\",\r\n \"name\": \"ps8215\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps2151\",\r\n \"name\": \"ps2151\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/providers/Microsoft.StorageSync/locations/CentralUSEUAP/checkNameAvailability?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZVN5bmMvbG9jYXRpb25zL0NlbnRyYWxVU0VVQVAvY2hlY2tOYW1lQXZhaWxhYmlsaXR5P2FwaS12ZXJzaW9uPTIwMTktMDMtMDE=", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/Microsoft.StorageSync/locations/CentralUSEUAP/checkNameAvailability?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZVN5bmMvbG9jYXRpb25zL0NlbnRyYWxVU0VVQVAvY2hlY2tOYW1lQXZhaWxhYmlsaXR5P2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", "RequestMethod": "POST", - "RequestBody": "{\r\n \"name\": \"sssps2980\",\r\n \"type\": \"Microsoft.StorageSync/storageSyncServices\"\r\n}", + "RequestBody": "{\r\n \"name\": \"sssps3004\",\r\n \"type\": \"Microsoft.StorageSync/storageSyncServices\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "813eca91-aa6d-4bb4-82a6-40eab20630a0" + "300aa7fc-8278-44c4-9dd0-bddb21b2ceb7" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -219,7 +219,7 @@ "no-cache" ], "x-ms-request-id": [ - "390498e5-0173-4524-827e-c90a0d14beeb" + "db870ad9-c5e3-4376-98be-cd3f963c1fab" ], "X-Content-Type-Options": [ "nosniff" @@ -240,50 +240,50 @@ "1199" ], "x-ms-correlation-request-id": [ - "6c63610b-4244-44b7-9803-b578a7ddbcca" + "e34f5bb8-2dea-428d-b7ec-393562123fb9" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T231457Z:6c63610b-4244-44b7-9803-b578a7ddbcca" + "WESTUS:20200623T232528Z:e34f5bb8-2dea-428d-b7ec-393562123fb9" ], "Date": [ - "Wed, 03 Jul 2019 23:14:57 GMT" + "Tue, 23 Jun 2020 23:25:27 GMT" ], "Content-Length": [ - "51" + "29" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"nameAvailable\": true,\r\n \"reason\": null,\r\n \"message\": null\r\n}", + "ResponseBody": "{\r\n \"nameAvailable\": true\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps8215/providers/Microsoft.StorageSync/storageSyncServices/sssps2980?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzODIxNS9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMyOTgwP2FwaS12ZXJzaW9uPTIwMTktMDMtMDE=", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps2151/providers/Microsoft.StorageSync/storageSyncServices/sssps3004?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzMjE1MS9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMzMDA0P2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"location\": \"Central US EUAP\",\r\n \"tags\": {}\r\n}", + "RequestBody": "{\r\n \"location\": \"Central US EUAP\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"incomingTrafficPolicy\": \"AllowAllTraffic\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "faa6224c-cdea-47ff-9af5-e6ff23f40e89" + "e6026cfc-c6f6-443a-b524-205e26173d6c" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "52" + "125" ] }, "ResponseHeaders": { @@ -293,8 +293,17 @@ "Pragma": [ "no-cache" ], + "Location": [ + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6IjliMDY1ZGQ0LWJmM2MtNGRjZC1iZmRkLTA3YjkwOTYyYmI3MyIsIndvcmtmbG93SWQiOiJjYTBhMjE3ZC1kOWExLTRjMGEtYmNiNS1mMjIwZDIwYjMwNzYiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiNmFmYjNlMDQtNWU1Mi00ZTIxLTg0ZjktN2UxOTUwN2JiMWFiIn0=?api-version=2020-03-01" + ], + "Retry-After": [ + "10" + ], + "Azure-AsyncOperation": [ + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6IjliMDY1ZGQ0LWJmM2MtNGRjZC1iZmRkLTA3YjkwOTYyYmI3MyIsIndvcmtmbG93SWQiOiJjYTBhMjE3ZC1kOWExLTRjMGEtYmNiNS1mMjIwZDIwYjMwNzYiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiNmFmYjNlMDQtNWU1Mi00ZTIxLTg0ZjktN2UxOTUwN2JiMWFiIn0=?api-version=2020-03-01" + ], "x-ms-request-id": [ - "ab855bcd-4860-486a-a78b-5a791c6f3bcd" + "11ebccd5-4760-4a65-99d2-c5dd55f6dbdd" ], "X-Content-Type-Options": [ "nosniff" @@ -315,50 +324,173 @@ "1199" ], "x-ms-correlation-request-id": [ - "6aa0dd50-9d91-45fc-ac1b-df3cf1bdb325" + "a27c542c-0e10-4320-b3ed-e70d901262d2" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T231457Z:6aa0dd50-9d91-45fc-ac1b-df3cf1bdb325" + "WESTUS:20200623T232529Z:a27c542c-0e10-4320-b3ed-e70d901262d2" ], "Date": [ - "Wed, 03 Jul 2019 23:14:57 GMT" + "Tue, 23 Jun 2020 23:25:28 GMT" + ], + "Expires": [ + "-1" ], "Content-Length": [ - "329" + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6IjliMDY1ZGQ0LWJmM2MtNGRjZC1iZmRkLTA3YjkwOTYyYmI3MyIsIndvcmtmbG93SWQiOiJjYTBhMjE3ZC1kOWExLTRjMGEtYmNiNS1mMjIwZDIwYjMwNzYiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiNmFmYjNlMDQtNWU1Mi00ZTIxLTg0ZjktN2UxOTUwN2JiMWFiIn0=?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvbG9jYXRpb25zL2NlbnRyYWx1c2V1YXAvb3BlcmF0aW9ucy9leUp3WVhKMGFYUnBiMjVKWkNJNklqbGlNRFkxWkdRMExXSm1NMk10TkdSalpDMWlabVJrTFRBM1lqa3dPVFl5WW1JM015SXNJbmR2Y210bWJHOTNTV1FpT2lKallUQmhNakUzWkMxa09XRXhMVFJqTUdFdFltTmlOUzFtTWpJd1pESXdZak13TnpZaUxDSjNiM0pyWm14dmQwOXdaWEpoZEdsdmJrbGtJam9pTm1GbVlqTmxNRFF0TldVMU1pMDBaVEl4TFRnMFpqa3ROMlV4T1RVd04ySmlNV0ZpSW4wPT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-request-id": [ + "82903e59-eb35-4ddf-bf7c-b9e69f3a3897" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-IIS/10.0" + ], + "X-AspNet-Version": [ + "4.0.30319" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11999" + ], + "x-ms-correlation-request-id": [ + "185e6250-876f-4e6a-a64b-0fa0c2191838" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200623T232539Z:185e6250-876f-4e6a-a64b-0fa0c2191838" + ], + "Date": [ + "Tue, 23 Jun 2020 23:25:38 GMT" + ], + "Content-Length": [ + "745" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"storageSyncServiceStatus\": null,\r\n \"storageSyncServiceUid\": null\r\n },\r\n \"location\": \"Central US EUAP\",\r\n \"tags\": {},\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps8215/providers/microsoft.storagesync/storageSyncServices/sssps2980\",\r\n \"name\": \"sssps2980\",\r\n \"type\": \"microsoft.storagesync/storageSyncServices\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6IjliMDY1ZGQ0LWJmM2MtNGRjZC1iZmRkLTA3YjkwOTYyYmI3MyIsIndvcmtmbG93SWQiOiJjYTBhMjE3ZC1kOWExLTRjMGEtYmNiNS1mMjIwZDIwYjMwNzYiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiNmFmYjNlMDQtNWU1Mi00ZTIxLTg0ZjktN2UxOTUwN2JiMWFiIn0=\",\r\n \"name\": \"eyJwYXJ0aXRpb25JZCI6IjliMDY1ZGQ0LWJmM2MtNGRjZC1iZmRkLTA3YjkwOTYyYmI3MyIsIndvcmtmbG93SWQiOiJjYTBhMjE3ZC1kOWExLTRjMGEtYmNiNS1mMjIwZDIwYjMwNzYiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiNmFmYjNlMDQtNWU1Mi00ZTIxLTg0ZjktN2UxOTUwN2JiMWFiIn0=\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2020-06-23T23:25:29.5114626Z\",\r\n \"endTime\": \"2020-06-23T23:25:35.9138836Z\",\r\n \"properties\": {}\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps8215/providers/Microsoft.StorageSync/storageSyncServices/sssps2980/registeredServers/d46c9369-0a02-4c8c-8de4-cdd4e518d68d?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzODIxNS9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMyOTgwL3JlZ2lzdGVyZWRTZXJ2ZXJzL2Q0NmM5MzY5LTBhMDItNGM4Yy04ZGU0LWNkZDRlNTE4ZDY4ZD9hcGktdmVyc2lvbj0yMDE5LTAzLTAx", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps2151/providers/Microsoft.StorageSync/storageSyncServices/sssps3004?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzMjE1MS9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMzMDA0P2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-request-id": [ + "6b35289c-0e10-4d94-bf08-704df193b0d4" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-IIS/10.0" + ], + "X-AspNet-Version": [ + "4.0.30319" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11998" + ], + "x-ms-correlation-request-id": [ + "9331ce5c-4af0-47bb-a358-e73c909ba131" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200623T232539Z:9331ce5c-4af0-47bb-a358-e73c909ba131" + ], + "Date": [ + "Tue, 23 Jun 2020 23:25:39 GMT" + ], + "Content-Length": [ + "633" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"properties\": {\r\n \"storageSyncServiceStatus\": 0,\r\n \"incomingTrafficPolicy\": \"AllowAllTraffic\",\r\n \"privateEndpointConnections\": [],\r\n \"provisioningState\": \"Succeeded\",\r\n \"lastWorkflowId\": \"storageSyncServices/sssps3004/workflows/ca0a217d-d9a1-4c0a-bcb5-f220d20b3076\",\r\n \"lastOperationName\": \"ICreateStorageSyncServiceWorkflow\"\r\n },\r\n \"location\": \"Central US EUAP\",\r\n \"tags\": {},\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps2151/providers/microsoft.storagesync/storageSyncServices/sssps3004\",\r\n \"name\": \"sssps3004\",\r\n \"type\": \"microsoft.storagesync/storageSyncServices\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps2151/providers/Microsoft.StorageSync/storageSyncServices/sssps3004/registeredServers/f92f99d1-1d3b-4f5d-8e34-f546dbc8f0c2?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzMjE1MS9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMzMDA0L3JlZ2lzdGVyZWRTZXJ2ZXJzL2Y5MmY5OWQxLTFkM2ItNGY1ZC04ZTM0LWY1NDZkYmM4ZjBjMj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"serverCertificate\": \"MIIDGDCCAgCgAwIBAgIQZrMnSW/lG5xELR7EikisXDANBgkqhkiG9w0BAQ0FADA0MTIwMAYDVQQDEylhbmRyZXlhemRldm9wcy5yZWRtb25kLmNvcnAubWljcm9zb2Z0LmNvbTAeFw0xOTA1MjkwMjEyNDlaFw0yMDA1MjkwMjEyNDlaMDQxMjAwBgNVBAMTKWFuZHJleWF6ZGV2b3BzLnJlZG1vbmQuY29ycC5taWNyb3NvZnQuY29tMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAzWEfgMvao6tCt/lexsMFViVxCCoJbLClwvqfWN79eFc3bmXBtERIvKTlb1TqAigp5VjP021TaQsyN/K2t8qr2rAdlaeJtCXNSILe3+ForYGcQOP0p802kFXkhMUojfX8jGs1BLQTsUoKN4UtuxWIhpb7Iw00rT7wchTg6Yk+ULCRFAlxOQHZI0drM13tDO4kz0BRbTCoSvazS3O570p8sMrWFra6P1/HG1f7sIQP5txw205siGb5FpB0u16qD/z0d7tfMGv+JIqAb6InI393dj2FtbzExkkiBUFXWaH9czGkAFyWuzkECb0WEEK+7oTOrLlo0dh0bp6nxlZ+G7FLfQIDAQABoyYwJDAiBgNVHSUBAf8EGDAWBggrBgEFBQcDAgYKKwYBBAGCNwoDDDANBgkqhkiG9w0BAQ0FAAOCAQEAEn8WHN0h00/Vem50CnwXwnty0vGwu2v3plD1m0mw+3jCtDUTa/tF/a7jTVTCtK6VdqNP6tp/f+GflNRmZWIK/6DIEntouzL++7M5hArcJj01t0S0Vc+0FN3b2wuBuJUYWxR5Q8bNHStOm7l6nXjQ96k1fH/L/hu0dmhciak8LUEIowhSiIpnB3C9AGFuPi9DqjKdWxxzIPLybiDidgUfGbcCNHaZXvcNqNq4zpzeFPTi3VBEOXHIJhk0fT3iWjwvBwtUxPJJs3FIRZFWQa/cgEvBWrYMem98lqKNdmGDJP11OmUeAqJQTe+iSX9pDFzpEj/lM/tIjEh9fwKXuoO1uw==\",\r\n \"agentVersion\": \"5.0.2.0\",\r\n \"serverOSVersion\": \"10.0.14393.0\",\r\n \"lastHeartBeat\": \"7/3/2019 4:14:57 PM\",\r\n \"serverRole\": \"Standalone\",\r\n \"clusterId\": \"00000000-0000-0000-0000-000000000000\",\r\n \"serverId\": \"d46c9369-0a02-4c8c-8de4-cdd4e518d68d\",\r\n \"friendlyName\": \"andreyazdevops.redmond.corp.microsoft.com\"\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"serverCertificate\": \"MIIDEDCCAfigAwIBAgIQHMX6MF8k1YRIo40AAPKx/TANBgkqhkiG9w0BAQ0FADAwMS4wLAYDVQQDEyVhbmt1c2hiLXZtMDIubnRkZXYuY29ycC5taWNyb3NvZnQuY29tMB4XDTIwMDEyNzE5NTkwN1oXDTIxMDEyNzE5NTkwN1owMDEuMCwGA1UEAxMlYW5rdXNoYi12bTAyLm50ZGV2LmNvcnAubWljcm9zb2Z0LmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAOGKtANwb+dUXi5QVPKCUkpcWJ1/s18EqVBGRaQvIE518p7zWSfnk79FOerjfCT6kDBZPccnxBHK3hZZNgxrAkgv0LeDIEwHDvttYbcMfUzq1VviGnPuKWTsFkIAkG+8IehxX9eB/kBlkoyriziQXg4Bz74HBaQWlZeC65R6Tp8XcuO8HuKtnT3RfV6365pPHq4yp/N5e3NLxDoG1AKXEs8NtDkw2xOltLCu3qluV/AUX343pDEkLV3F8IOu3I7cU+NA/WzCF7UcZ8ZOhS5klMVNiUwCFsUdFUAXh9ufXEBs50IcVJlZU6ZUADbmrqaqpYtD94aKQeFsBlnou5s1A/kCAwEAAaMmMCQwIgYDVR0lAQH/BBgwFgYIKwYBBQUHAwIGCisGAQQBgjcKAwwwDQYJKoZIhvcNAQENBQADggEBAH7p2XFxnOdk/lbNBKW7nmjsjE5BeBU/OlBhKCUrmmY+fk3FvAYSs2jaJKqgZjxek/KdNf2UZMXztg8joF5s1Pdg6ICxJqc1t4gJunHUOoTHHyrotMyt6xJnClRCNqshA0n2z304hjKXcyCoLopemMFpOPEg2oG+EOuvwK/g1gAavGbmYJQc82uNF1LKNMmNfQ4Nn48dKLKg65SHgU+BISlCjHb/6NRTpTmK5acUOlHSrhGsJYCBsN1xJOzwxssXAoy25ebjajvnGcsC9k2HwLZWaSGsPuwWPfEtPPHjNRDrnaNLjSu2zc0uxZza8JWlE0pWD2kyf9OjyD1V0PxtZuM=\",\r\n \"agentVersion\": \"5.0.2.0\",\r\n \"serverOSVersion\": \"10.0.14393.0\",\r\n \"lastHeartBeat\": \"6/23/2020 4:25:39 PM\",\r\n \"serverRole\": \"Standalone\",\r\n \"clusterId\": \"00000000-0000-0000-0000-000000000000\",\r\n \"serverId\": \"f92f99d1-1d3b-4f5d-8e34-f546dbc8f0c2\",\r\n \"friendlyName\": \"ankushb-vm02.ntdev.corp.microsoft.com\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "777f470c-d101-42c7-a68e-a666c77256dd" + "ca4fb38a-7028-4f0e-8497-8eec422a95e0" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "1452" + "1437" ] }, "ResponseHeaders": { @@ -369,16 +501,16 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps8215/providers/microsoft.storagesync/storageSyncServices/sssps2980/workflows/3835be70-b8f9-489f-942f-17cb3b9a3242/operationresults/14048d74-6b12-40a7-a57c-0c474a8f807e?api-version=2019-03-01" + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6IjliMDY1ZGQ0LWJmM2MtNGRjZC1iZmRkLTA3YjkwOTYyYmI3MyIsIndvcmtmbG93SWQiOiIzYmE4NzllZC0xYWU2LTQ4ZDUtOWQ2Mi05NDc5ZjMyMjhmMzgiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiNmQxNmVmZjgtODAyMy00NDk1LTg3ZDYtNDYxOWUxYTA0NjM0In0=?api-version=2020-03-01" ], "Retry-After": [ "10" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps8215/providers/microsoft.storagesync/storageSyncServices/sssps2980/workflows/3835be70-b8f9-489f-942f-17cb3b9a3242/operations/14048d74-6b12-40a7-a57c-0c474a8f807e?api-version=2019-03-01" + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6IjliMDY1ZGQ0LWJmM2MtNGRjZC1iZmRkLTA3YjkwOTYyYmI3MyIsIndvcmtmbG93SWQiOiIzYmE4NzllZC0xYWU2LTQ4ZDUtOWQ2Mi05NDc5ZjMyMjhmMzgiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiNmQxNmVmZjgtODAyMy00NDk1LTg3ZDYtNDYxOWUxYTA0NjM0In0=?api-version=2020-03-01" ], "x-ms-request-id": [ - "07ceb56f-3c38-4794-8394-af81352a627d" + "6d03cfec-f5a9-42cc-b25e-61c5fc67585e" ], "X-Content-Type-Options": [ "nosniff" @@ -399,13 +531,13 @@ "1198" ], "x-ms-correlation-request-id": [ - "86e2a47b-a295-4495-9f23-b88bbba72238" + "d3fdbc36-4778-46e5-87a2-79b2c6e3d2a4" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T231458Z:86e2a47b-a295-4495-9f23-b88bbba72238" + "WESTUS:20200623T232540Z:d3fdbc36-4778-46e5-87a2-79b2c6e3d2a4" ], "Date": [ - "Wed, 03 Jul 2019 23:14:58 GMT" + "Tue, 23 Jun 2020 23:25:39 GMT" ], "Expires": [ "-1" @@ -418,16 +550,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps8215/providers/microsoft.storagesync/storageSyncServices/sssps2980/workflows/3835be70-b8f9-489f-942f-17cb3b9a3242/operations/14048d74-6b12-40a7-a57c-0c474a8f807e?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzODIxNS9wcm92aWRlcnMvbWljcm9zb2Z0LnN0b3JhZ2VzeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMyOTgwL3dvcmtmbG93cy8zODM1YmU3MC1iOGY5LTQ4OWYtOTQyZi0xN2NiM2I5YTMyNDIvb3BlcmF0aW9ucy8xNDA0OGQ3NC02YjEyLTQwYTctYTU3Yy0wYzQ3NGE4ZjgwN2U/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6IjliMDY1ZGQ0LWJmM2MtNGRjZC1iZmRkLTA3YjkwOTYyYmI3MyIsIndvcmtmbG93SWQiOiIzYmE4NzllZC0xYWU2LTQ4ZDUtOWQ2Mi05NDc5ZjMyMjhmMzgiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiNmQxNmVmZjgtODAyMy00NDk1LTg3ZDYtNDYxOWUxYTA0NjM0In0=?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvbG9jYXRpb25zL2NlbnRyYWx1c2V1YXAvb3BlcmF0aW9ucy9leUp3WVhKMGFYUnBiMjVKWkNJNklqbGlNRFkxWkdRMExXSm1NMk10TkdSalpDMWlabVJrTFRBM1lqa3dPVFl5WW1JM015SXNJbmR2Y210bWJHOTNTV1FpT2lJelltRTROemxsWkMweFlXVTJMVFE0WkRVdE9XUTJNaTA1TkRjNVpqTXlNamhtTXpnaUxDSjNiM0pyWm14dmQwOXdaWEpoZEdsdmJrbGtJam9pTm1ReE5tVm1aamd0T0RBeU15MDBORGsxTFRnM1pEWXRORFl4T1dVeFlUQTBOak0wSW4wPT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -438,7 +570,7 @@ "no-cache" ], "x-ms-request-id": [ - "1b82bcf5-cb5f-45ff-b2be-3fece8f434b3" + "9b9c045e-125b-49b4-94f5-4f0a3dd9336f" ], "X-Content-Type-Options": [ "nosniff" @@ -456,41 +588,41 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11999" + "11997" ], "x-ms-correlation-request-id": [ - "d46cf81a-ee6a-43f2-8654-2ad0e2fec83c" + "fdde9c70-6573-48aa-9610-4c8724d0ac0a" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T231508Z:d46cf81a-ee6a-43f2-8654-2ad0e2fec83c" + "WESTUS:20200623T232550Z:fdde9c70-6573-48aa-9610-4c8724d0ac0a" ], "Date": [ - "Wed, 03 Jul 2019 23:15:08 GMT" + "Tue, 23 Jun 2020 23:25:49 GMT" ], "Content-Length": [ - "447" + "745" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps8215/providers/microsoft.storagesync/storageSyncServices/sssps2980/workflow/3835be70-b8f9-489f-942f-17cb3b9a3242/operationresults/14048d74-6b12-40a7-a57c-0c474a8f807e\",\r\n \"name\": \"14048d74-6b12-40a7-a57c-0c474a8f807e\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2019-07-03T23:14:58.5228907Z\",\r\n \"endTime\": \"2019-07-03T23:15:01.9654986Z\",\r\n \"percentComplete\": null,\r\n \"error\": null,\r\n \"properties\": {}\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6IjliMDY1ZGQ0LWJmM2MtNGRjZC1iZmRkLTA3YjkwOTYyYmI3MyIsIndvcmtmbG93SWQiOiIzYmE4NzllZC0xYWU2LTQ4ZDUtOWQ2Mi05NDc5ZjMyMjhmMzgiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiNmQxNmVmZjgtODAyMy00NDk1LTg3ZDYtNDYxOWUxYTA0NjM0In0=\",\r\n \"name\": \"eyJwYXJ0aXRpb25JZCI6IjliMDY1ZGQ0LWJmM2MtNGRjZC1iZmRkLTA3YjkwOTYyYmI3MyIsIndvcmtmbG93SWQiOiIzYmE4NzllZC0xYWU2LTQ4ZDUtOWQ2Mi05NDc5ZjMyMjhmMzgiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiNmQxNmVmZjgtODAyMy00NDk1LTg3ZDYtNDYxOWUxYTA0NjM0In0=\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2020-06-23T23:25:40.3987883Z\",\r\n \"endTime\": \"2020-06-23T23:25:43.8262429Z\",\r\n \"properties\": {}\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps8215/providers/Microsoft.StorageSync/storageSyncServices/sssps2980/registeredServers/d46c9369-0a02-4c8c-8de4-cdd4e518d68d?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzODIxNS9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMyOTgwL3JlZ2lzdGVyZWRTZXJ2ZXJzL2Q0NmM5MzY5LTBhMDItNGM4Yy04ZGU0LWNkZDRlNTE4ZDY4ZD9hcGktdmVyc2lvbj0yMDE5LTAzLTAx", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps2151/providers/Microsoft.StorageSync/storageSyncServices/sssps3004/registeredServers/f92f99d1-1d3b-4f5d-8e34-f546dbc8f0c2?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzMjE1MS9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMzMDA0L3JlZ2lzdGVyZWRTZXJ2ZXJzL2Y5MmY5OWQxLTFkM2ItNGY1ZC04ZTM0LWY1NDZkYmM4ZjBjMj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -501,7 +633,7 @@ "no-cache" ], "x-ms-request-id": [ - "a318eac2-0cd4-4ba7-a59c-6b95a062d4fe" + "3d1fa7a5-7281-4e0f-8eff-0876303155f2" ], "X-Content-Type-Options": [ "nosniff" @@ -519,47 +651,47 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11998" + "11996" ], "x-ms-correlation-request-id": [ - "2d976ddf-0b88-4b61-9e55-d37a291be824" + "c465ac4b-baa2-4aed-b23d-5ed28e8ecb55" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T231508Z:2d976ddf-0b88-4b61-9e55-d37a291be824" + "WESTUS:20200623T232550Z:c465ac4b-baa2-4aed-b23d-5ed28e8ecb55" ], "Date": [ - "Wed, 03 Jul 2019 23:15:08 GMT" + "Tue, 23 Jun 2020 23:25:50 GMT" ], "Content-Length": [ - "13368" + "13498" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"serverCertificate\": null,\r\n \"agentVersion\": \"5.0.2.0\",\r\n \"agentVersionStatus\": null,\r\n \"agentVersionExpirationDate\": null,\r\n \"serverOSVersion\": \"10.0.14393.0\",\r\n \"serverManagementErrorCode\": 0,\r\n \"lastHeartBeat\": \"2019-07-03T16:15:01.7779613-07:00\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"serverRole\": \"Standalone\",\r\n \"clusterId\": \"00000000-0000-0000-0000-000000000000\",\r\n \"clusterName\": \"\",\r\n \"serverId\": \"d46c9369-0a02-4c8c-8de4-cdd4e518d68d\",\r\n \"storageSyncServiceUid\": \"8e75faaa-5281-4a20-93ab-58379468d13a\",\r\n \"lastWorkflowId\": \"storageSyncServices/sssps2980/workflows/3835be70-b8f9-489f-942f-17cb3b9a3242\",\r\n \"lastOperationName\": \"ICreateRegisteredServerWorkflow\",\r\n \"friendlyName\": \"andreyazdevops.redmond.corp.microsoft.com\",\r\n \"monitoringConfiguration\": \"{\\\"agentConfiguration\\\":\\\" \\\\\\\\Memory\\\\\\\\Available MBytes \\\\\\\\Processor(_Total)\\\\\\\\% Processor Time \\\\\\\\Network Interface(*)\\\\\\\\Bytes Total/sec \\\\\\\\Network Interface(*)\\\\\\\\Bytes Received/sec \\\\\\\\Network Interface(*)\\\\\\\\Bytes Sent/sec \\\\\\\\Network Interface(*)\\\\\\\\Current Bandwidth \\\\\\\\Network Interface(*)\\\\\\\\Output Queue Length \\\\\\\\Server\\\\\\\\Bytes Total/sec \\\\\\\\Process(filesyncsvc)\\\\\\\\* \\\\\\\\Process(w3wp)\\\\\\\\Private Bytes \\\\\\\\Process(MonAgentCore)\\\\\\\\% Processor Time \\\\\\\\Process(MonAgentHost)\\\\\\\\% Processor Time \\\\\\\\Process(MonAgentManager)\\\\\\\\% Processor Time \\\\\\\\Process(MonAgentLauncher)\\\\\\\\% Processor Time \\\\\\\\Process(MonAgentCore)\\\\\\\\Private Bytes \\\\\\\\Process(MonAgentHost)\\\\\\\\Private Bytes \\\\\\\\Process(MonAgentManager)\\\\\\\\Private Bytes \\\\\\\\Process(MonAgentLauncher)\\\\\\\\Private Bytes \\\\\\\\Process(AzureStorageSyncMonitor)\\\\\\\\% Processor Time \\\\\\\\Process(AzureStorageSyncMonitor)\\\\\\\\Private Bytes \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") EventsToCollect=ServerPerformanceCounters:PerformanceCounter,ServerTelemetryEvents:WindowsEventLog,ServerItemResultsEvents:WindowsEventLog,ServerApplicationEvents:WindowsEventLog;DiagnosticEvents=ServerOperationalEvents:WindowsEventLog,ServerDiagnosticEvents:WindowsEventLog,ServerManagementOperationalEvents:WindowsEventLog,ServerManagementDiagnosticEvents:WindowsEventLog,ServerScrubbingEvents:WindowsEventLog,TieringResultsEvents:WindowsEventLog,RecallResultsEvents:WindowsEventLog,AfsUserModeTraceSession:Trace,AfsKernelModeTraceSession:Trace,InstallerLogs:InstallerLogs;EventSchedulerIntervalsInMins=EnvironmentTelemetry:1440 \\\",\\\"configurationVersion\\\":\\\"1\\\",\\\"id\\\":null,\\\"type\\\":\\\"microsoft.storagesync/storageSyncServices/HybridMonitoringConfiguration\\\"}\",\r\n \"managementEndpointUri\": \"https://euap01.afs.azure.net:443/\",\r\n \"discoveryEndpointUri\": \"https://tm-euap01.afs.azure.net:443\",\r\n \"resourceLocation\": \"centraluseuap\",\r\n \"serviceLocation\": \"centraluseuap\"\r\n },\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps8215/providers/microsoft.storagesync/storageSyncServices/sssps2980/registeredServers/d46c9369-0a02-4c8c-8de4-cdd4e518d68d\",\r\n \"name\": \"d46c9369-0a02-4c8c-8de4-cdd4e518d68d\",\r\n \"type\": \"microsoft.storagesync/storageSyncServices/registeredServers\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"agentVersion\": \"5.0.2.0\",\r\n \"serverOSVersion\": \"10.0.14393.0\",\r\n \"serverManagementErrorCode\": 0,\r\n \"lastHeartBeat\": \"2020-06-23T16:25:43.6316801-07:00\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"serverRole\": \"Standalone\",\r\n \"clusterId\": \"00000000-0000-0000-0000-000000000000\",\r\n \"clusterName\": \"\",\r\n \"serverId\": \"f92f99d1-1d3b-4f5d-8e34-f546dbc8f0c2\",\r\n \"storageSyncServiceUid\": \"9b065dd4-bf3c-4dcd-bfdd-07b90962bb73\",\r\n \"lastWorkflowId\": \"storageSyncServices/sssps3004/workflows/3ba879ed-1ae6-48d5-9d62-9479f3228f38\",\r\n \"lastOperationName\": \"ICreateRegisteredServerWorkflow\",\r\n \"friendlyName\": \"ankushb-vm02.ntdev.corp.microsoft.com\",\r\n \"monitoringConfiguration\": \"{\\\"agentConfiguration\\\":\\\" \\\\\\\\Memory\\\\\\\\Available MBytes \\\\\\\\Processor(_Total)\\\\\\\\% Processor Time \\\\\\\\Network Interface(*)\\\\\\\\Bytes Total/sec \\\\\\\\Network Interface(*)\\\\\\\\Bytes Received/sec \\\\\\\\Network Interface(*)\\\\\\\\Bytes Sent/sec \\\\\\\\Network Interface(*)\\\\\\\\Current Bandwidth \\\\\\\\Network Interface(*)\\\\\\\\Output Queue Length \\\\\\\\Server\\\\\\\\Bytes Total/sec \\\\\\\\Process(filesyncsvc)\\\\\\\\* \\\\\\\\Process(w3wp)\\\\\\\\Private Bytes \\\\\\\\Process(MonAgentCore)\\\\\\\\% Processor Time \\\\\\\\Process(MonAgentHost)\\\\\\\\% Processor Time \\\\\\\\Process(MonAgentManager)\\\\\\\\% Processor Time \\\\\\\\Process(MonAgentLauncher)\\\\\\\\% Processor Time \\\\\\\\Process(MonAgentCore)\\\\\\\\Private Bytes \\\\\\\\Process(MonAgentHost)\\\\\\\\Private Bytes \\\\\\\\Process(MonAgentManager)\\\\\\\\Private Bytes \\\\\\\\Process(MonAgentLauncher)\\\\\\\\Private Bytes \\\\\\\\Process(AzureStorageSyncMonitor)\\\\\\\\% Processor Time \\\\\\\\Process(AzureStorageSyncMonitor)\\\\\\\\Private Bytes \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") EventsToCollect=ServerPerformanceCounters:PerformanceCounter,ServerTelemetryEvents:WindowsEventLog,ServerItemResultsEvents:WindowsEventLog,ServerApplicationEvents:WindowsEventLog;DiagnosticEvents=ServerOperationalEvents:WindowsEventLog,ServerDiagnosticEvents:WindowsEventLog,ServerManagementOperationalEvents:WindowsEventLog,ServerManagementDiagnosticEvents:WindowsEventLog,ServerScrubbingEvents:WindowsEventLog,TieringResultsEvents:WindowsEventLog,RecallResultsEvents:WindowsEventLog,AfsUserModeTraceSession:Trace,AfsKernelModeTraceSession:Trace,InstallerLogs:InstallerLogs;EventSchedulerIntervalsInMins=EnvironmentTelemetry:1440 \\\",\\\"configurationVersion\\\":\\\"1\\\",\\\"id\\\":null,\\\"type\\\":\\\"microsoft.storagesync/storageSyncServices/HybridMonitoringConfiguration\\\"}\",\r\n \"managementEndpointUri\": \"https://euap01.afs.azure.net:443/\",\r\n \"discoveryEndpointUri\": \"https://tm-euap01.afs.azure.net:443\",\r\n \"resourceLocation\": \"centraluseuap\",\r\n \"serviceLocation\": \"centraluseuap\",\r\n \"monitoringEndpointUri\": \"https://euap01.afs.azure.net:443/\"\r\n },\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps2151/providers/microsoft.storagesync/storageSyncServices/sssps3004/registeredServers/f92f99d1-1d3b-4f5d-8e34-f546dbc8f0c2\",\r\n \"name\": \"f92f99d1-1d3b-4f5d-8e34-f546dbc8f0c2\",\r\n \"type\": \"microsoft.storagesync/storageSyncServices/registeredServers\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps8215/providers/Microsoft.StorageSync/storageSyncServices/sssps2980/registeredServers/d46c9369-0a02-4c8c-8de4-cdd4e518d68d?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzODIxNS9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMyOTgwL3JlZ2lzdGVyZWRTZXJ2ZXJzL2Q0NmM5MzY5LTBhMDItNGM4Yy04ZGU0LWNkZDRlNTE4ZDY4ZD9hcGktdmVyc2lvbj0yMDE5LTAzLTAx", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps2151/providers/Microsoft.StorageSync/storageSyncServices/sssps3004/registeredServers/f92f99d1-1d3b-4f5d-8e34-f546dbc8f0c2?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzMjE1MS9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMzMDA0L3JlZ2lzdGVyZWRTZXJ2ZXJzL2Y5MmY5OWQxLTFkM2ItNGY1ZC04ZTM0LWY1NDZkYmM4ZjBjMj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "0e255539-b039-43a5-be6d-d583a09be384" + "259e8dc2-d113-48e0-b3e2-ba56fe9fcc06" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -570,7 +702,7 @@ "no-cache" ], "x-ms-request-id": [ - "3be78c48-5836-41f8-9646-8c052ade13ca" + "fcf63a8d-0646-4513-8f50-97936623be04" ], "X-Content-Type-Options": [ "nosniff" @@ -588,47 +720,47 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11997" + "11995" ], "x-ms-correlation-request-id": [ - "b1efffd3-3418-4480-bebe-2ab0bd9d5cc5" + "dd90bcd9-de9e-4dab-9717-a341430254e6" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T231509Z:b1efffd3-3418-4480-bebe-2ab0bd9d5cc5" + "WESTUS:20200623T232552Z:dd90bcd9-de9e-4dab-9717-a341430254e6" ], "Date": [ - "Wed, 03 Jul 2019 23:15:08 GMT" + "Tue, 23 Jun 2020 23:25:51 GMT" ], "Content-Length": [ - "13368" + "13498" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"serverCertificate\": null,\r\n \"agentVersion\": \"5.0.2.0\",\r\n \"agentVersionStatus\": null,\r\n \"agentVersionExpirationDate\": null,\r\n \"serverOSVersion\": \"10.0.14393.0\",\r\n \"serverManagementErrorCode\": 0,\r\n \"lastHeartBeat\": \"2019-07-03T16:15:01.7779613-07:00\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"serverRole\": \"Standalone\",\r\n \"clusterId\": \"00000000-0000-0000-0000-000000000000\",\r\n \"clusterName\": \"\",\r\n \"serverId\": \"d46c9369-0a02-4c8c-8de4-cdd4e518d68d\",\r\n \"storageSyncServiceUid\": \"8e75faaa-5281-4a20-93ab-58379468d13a\",\r\n \"lastWorkflowId\": \"storageSyncServices/sssps2980/workflows/3835be70-b8f9-489f-942f-17cb3b9a3242\",\r\n \"lastOperationName\": \"ICreateRegisteredServerWorkflow\",\r\n \"friendlyName\": \"andreyazdevops.redmond.corp.microsoft.com\",\r\n \"monitoringConfiguration\": \"{\\\"agentConfiguration\\\":\\\" \\\\\\\\Memory\\\\\\\\Available MBytes \\\\\\\\Processor(_Total)\\\\\\\\% Processor Time \\\\\\\\Network Interface(*)\\\\\\\\Bytes Total/sec \\\\\\\\Network Interface(*)\\\\\\\\Bytes Received/sec \\\\\\\\Network Interface(*)\\\\\\\\Bytes Sent/sec \\\\\\\\Network Interface(*)\\\\\\\\Current Bandwidth \\\\\\\\Network Interface(*)\\\\\\\\Output Queue Length \\\\\\\\Server\\\\\\\\Bytes Total/sec \\\\\\\\Process(filesyncsvc)\\\\\\\\* \\\\\\\\Process(w3wp)\\\\\\\\Private Bytes \\\\\\\\Process(MonAgentCore)\\\\\\\\% Processor Time \\\\\\\\Process(MonAgentHost)\\\\\\\\% Processor Time \\\\\\\\Process(MonAgentManager)\\\\\\\\% Processor Time \\\\\\\\Process(MonAgentLauncher)\\\\\\\\% Processor Time \\\\\\\\Process(MonAgentCore)\\\\\\\\Private Bytes \\\\\\\\Process(MonAgentHost)\\\\\\\\Private Bytes \\\\\\\\Process(MonAgentManager)\\\\\\\\Private Bytes \\\\\\\\Process(MonAgentLauncher)\\\\\\\\Private Bytes \\\\\\\\Process(AzureStorageSyncMonitor)\\\\\\\\% Processor Time \\\\\\\\Process(AzureStorageSyncMonitor)\\\\\\\\Private Bytes \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") EventsToCollect=ServerPerformanceCounters:PerformanceCounter,ServerTelemetryEvents:WindowsEventLog,ServerItemResultsEvents:WindowsEventLog,ServerApplicationEvents:WindowsEventLog;DiagnosticEvents=ServerOperationalEvents:WindowsEventLog,ServerDiagnosticEvents:WindowsEventLog,ServerManagementOperationalEvents:WindowsEventLog,ServerManagementDiagnosticEvents:WindowsEventLog,ServerScrubbingEvents:WindowsEventLog,TieringResultsEvents:WindowsEventLog,RecallResultsEvents:WindowsEventLog,AfsUserModeTraceSession:Trace,AfsKernelModeTraceSession:Trace,InstallerLogs:InstallerLogs;EventSchedulerIntervalsInMins=EnvironmentTelemetry:1440 \\\",\\\"configurationVersion\\\":\\\"1\\\",\\\"id\\\":null,\\\"type\\\":\\\"microsoft.storagesync/storageSyncServices/HybridMonitoringConfiguration\\\"}\",\r\n \"managementEndpointUri\": \"https://euap01.afs.azure.net:443/\",\r\n \"discoveryEndpointUri\": \"https://tm-euap01.afs.azure.net:443\",\r\n \"resourceLocation\": \"centraluseuap\",\r\n \"serviceLocation\": \"centraluseuap\"\r\n },\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps8215/providers/microsoft.storagesync/storageSyncServices/sssps2980/registeredServers/d46c9369-0a02-4c8c-8de4-cdd4e518d68d\",\r\n \"name\": \"d46c9369-0a02-4c8c-8de4-cdd4e518d68d\",\r\n \"type\": \"microsoft.storagesync/storageSyncServices/registeredServers\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"agentVersion\": \"5.0.2.0\",\r\n \"serverOSVersion\": \"10.0.14393.0\",\r\n \"serverManagementErrorCode\": 0,\r\n \"lastHeartBeat\": \"2020-06-23T16:25:43.6316801-07:00\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"serverRole\": \"Standalone\",\r\n \"clusterId\": \"00000000-0000-0000-0000-000000000000\",\r\n \"clusterName\": \"\",\r\n \"serverId\": \"f92f99d1-1d3b-4f5d-8e34-f546dbc8f0c2\",\r\n \"storageSyncServiceUid\": \"9b065dd4-bf3c-4dcd-bfdd-07b90962bb73\",\r\n \"lastWorkflowId\": \"storageSyncServices/sssps3004/workflows/3ba879ed-1ae6-48d5-9d62-9479f3228f38\",\r\n \"lastOperationName\": \"ICreateRegisteredServerWorkflow\",\r\n \"friendlyName\": \"ankushb-vm02.ntdev.corp.microsoft.com\",\r\n \"monitoringConfiguration\": \"{\\\"agentConfiguration\\\":\\\" \\\\\\\\Memory\\\\\\\\Available MBytes \\\\\\\\Processor(_Total)\\\\\\\\% Processor Time \\\\\\\\Network Interface(*)\\\\\\\\Bytes Total/sec \\\\\\\\Network Interface(*)\\\\\\\\Bytes Received/sec \\\\\\\\Network Interface(*)\\\\\\\\Bytes Sent/sec \\\\\\\\Network Interface(*)\\\\\\\\Current Bandwidth \\\\\\\\Network Interface(*)\\\\\\\\Output Queue Length \\\\\\\\Server\\\\\\\\Bytes Total/sec \\\\\\\\Process(filesyncsvc)\\\\\\\\* \\\\\\\\Process(w3wp)\\\\\\\\Private Bytes \\\\\\\\Process(MonAgentCore)\\\\\\\\% Processor Time \\\\\\\\Process(MonAgentHost)\\\\\\\\% Processor Time \\\\\\\\Process(MonAgentManager)\\\\\\\\% Processor Time \\\\\\\\Process(MonAgentLauncher)\\\\\\\\% Processor Time \\\\\\\\Process(MonAgentCore)\\\\\\\\Private Bytes \\\\\\\\Process(MonAgentHost)\\\\\\\\Private Bytes \\\\\\\\Process(MonAgentManager)\\\\\\\\Private Bytes \\\\\\\\Process(MonAgentLauncher)\\\\\\\\Private Bytes \\\\\\\\Process(AzureStorageSyncMonitor)\\\\\\\\% Processor Time \\\\\\\\Process(AzureStorageSyncMonitor)\\\\\\\\Private Bytes \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") EventsToCollect=ServerPerformanceCounters:PerformanceCounter,ServerTelemetryEvents:WindowsEventLog,ServerItemResultsEvents:WindowsEventLog,ServerApplicationEvents:WindowsEventLog;DiagnosticEvents=ServerOperationalEvents:WindowsEventLog,ServerDiagnosticEvents:WindowsEventLog,ServerManagementOperationalEvents:WindowsEventLog,ServerManagementDiagnosticEvents:WindowsEventLog,ServerScrubbingEvents:WindowsEventLog,TieringResultsEvents:WindowsEventLog,RecallResultsEvents:WindowsEventLog,AfsUserModeTraceSession:Trace,AfsKernelModeTraceSession:Trace,InstallerLogs:InstallerLogs;EventSchedulerIntervalsInMins=EnvironmentTelemetry:1440 \\\",\\\"configurationVersion\\\":\\\"1\\\",\\\"id\\\":null,\\\"type\\\":\\\"microsoft.storagesync/storageSyncServices/HybridMonitoringConfiguration\\\"}\",\r\n \"managementEndpointUri\": \"https://euap01.afs.azure.net:443/\",\r\n \"discoveryEndpointUri\": \"https://tm-euap01.afs.azure.net:443\",\r\n \"resourceLocation\": \"centraluseuap\",\r\n \"serviceLocation\": \"centraluseuap\",\r\n \"monitoringEndpointUri\": \"https://euap01.afs.azure.net:443/\"\r\n },\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps2151/providers/microsoft.storagesync/storageSyncServices/sssps3004/registeredServers/f92f99d1-1d3b-4f5d-8e34-f546dbc8f0c2\",\r\n \"name\": \"f92f99d1-1d3b-4f5d-8e34-f546dbc8f0c2\",\r\n \"type\": \"microsoft.storagesync/storageSyncServices/registeredServers\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps8215/providers/Microsoft.StorageSync/storageSyncServices/sssps2980/registeredServers/d46c9369-0a02-4c8c-8de4-cdd4e518d68d?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzODIxNS9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMyOTgwL3JlZ2lzdGVyZWRTZXJ2ZXJzL2Q0NmM5MzY5LTBhMDItNGM4Yy04ZGU0LWNkZDRlNTE4ZDY4ZD9hcGktdmVyc2lvbj0yMDE5LTAzLTAx", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps2151/providers/Microsoft.StorageSync/storageSyncServices/sssps3004/registeredServers/f92f99d1-1d3b-4f5d-8e34-f546dbc8f0c2?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzMjE1MS9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMzMDA0L3JlZ2lzdGVyZWRTZXJ2ZXJzL2Y5MmY5OWQxLTFkM2ItNGY1ZC04ZTM0LWY1NDZkYmM4ZjBjMj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "1dac8816-2a8d-4909-9dff-a7f37f593348" + "1fd245b8-e54f-459e-a547-13f568f47c16" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -639,16 +771,16 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps8215/providers/microsoft.storagesync/storageSyncServices/sssps2980/workflows/da5387ee-a3ba-4271-834a-6ab3893cc14a/operationresults/b0b9420b-dfd7-40ea-afaf-f066bcaf2cde?api-version=2019-03-01" + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6IjliMDY1ZGQ0LWJmM2MtNGRjZC1iZmRkLTA3YjkwOTYyYmI3MyIsIndvcmtmbG93SWQiOiJkMDBjOTA0Mi0yMjQ0LTQyMWQtYTlmNy00MjA4NzBiZjc0ZGQiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiYTY4OTIwODktMmI1YS00NWQ3LTgyZjUtOTlhZmI0YmIwODk5In0=?api-version=2020-03-01" ], "Retry-After": [ "10" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps8215/providers/microsoft.storagesync/storageSyncServices/sssps2980/workflows/da5387ee-a3ba-4271-834a-6ab3893cc14a/operations/b0b9420b-dfd7-40ea-afaf-f066bcaf2cde?api-version=2019-03-01" + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6IjliMDY1ZGQ0LWJmM2MtNGRjZC1iZmRkLTA3YjkwOTYyYmI3MyIsIndvcmtmbG93SWQiOiJkMDBjOTA0Mi0yMjQ0LTQyMWQtYTlmNy00MjA4NzBiZjc0ZGQiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiYTY4OTIwODktMmI1YS00NWQ3LTgyZjUtOTlhZmI0YmIwODk5In0=?api-version=2020-03-01" ], "x-ms-request-id": [ - "051269f3-09a0-4978-b6ce-984f63ea7aa2" + "52713cf7-8690-45bf-ade8-c1af9f6f35ae" ], "X-Content-Type-Options": [ "nosniff" @@ -669,13 +801,13 @@ "14999" ], "x-ms-correlation-request-id": [ - "81608968-bb05-40bf-8d71-973394706bc6" + "c3d920d1-32a9-4051-be49-69d5c790a2ff" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T231509Z:81608968-bb05-40bf-8d71-973394706bc6" + "WESTUS:20200623T232553Z:c3d920d1-32a9-4051-be49-69d5c790a2ff" ], "Date": [ - "Wed, 03 Jul 2019 23:15:09 GMT" + "Tue, 23 Jun 2020 23:25:52 GMT" ], "Expires": [ "-1" @@ -688,16 +820,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps8215/providers/microsoft.storagesync/storageSyncServices/sssps2980/workflows/da5387ee-a3ba-4271-834a-6ab3893cc14a/operations/b0b9420b-dfd7-40ea-afaf-f066bcaf2cde?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzODIxNS9wcm92aWRlcnMvbWljcm9zb2Z0LnN0b3JhZ2VzeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMyOTgwL3dvcmtmbG93cy9kYTUzODdlZS1hM2JhLTQyNzEtODM0YS02YWIzODkzY2MxNGEvb3BlcmF0aW9ucy9iMGI5NDIwYi1kZmQ3LTQwZWEtYWZhZi1mMDY2YmNhZjJjZGU/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6IjliMDY1ZGQ0LWJmM2MtNGRjZC1iZmRkLTA3YjkwOTYyYmI3MyIsIndvcmtmbG93SWQiOiJkMDBjOTA0Mi0yMjQ0LTQyMWQtYTlmNy00MjA4NzBiZjc0ZGQiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiYTY4OTIwODktMmI1YS00NWQ3LTgyZjUtOTlhZmI0YmIwODk5In0=?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvbG9jYXRpb25zL2NlbnRyYWx1c2V1YXAvb3BlcmF0aW9ucy9leUp3WVhKMGFYUnBiMjVKWkNJNklqbGlNRFkxWkdRMExXSm1NMk10TkdSalpDMWlabVJrTFRBM1lqa3dPVFl5WW1JM015SXNJbmR2Y210bWJHOTNTV1FpT2lKa01EQmpPVEEwTWkweU1qUTBMVFF5TVdRdFlUbG1OeTAwTWpBNE56QmlaamMwWkdRaUxDSjNiM0pyWm14dmQwOXdaWEpoZEdsdmJrbGtJam9pWVRZNE9USXdPRGt0TW1JMVlTMDBOV1EzTFRneVpqVXRPVGxoWm1JMFltSXdPRGs1SW4wPT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -708,7 +840,7 @@ "no-cache" ], "x-ms-request-id": [ - "a7717227-9e91-4a11-b435-07db86249a8a" + "53121b97-f802-4329-820c-1dd43a9e3e7e" ], "X-Content-Type-Options": [ "nosniff" @@ -726,41 +858,41 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11996" + "11994" ], "x-ms-correlation-request-id": [ - "d7d5e535-bc01-4362-82b7-d60cb8a8d390" + "abdf927e-66b5-4363-bc74-fdfc3da62ccc" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T231519Z:d7d5e535-bc01-4362-82b7-d60cb8a8d390" + "WESTUS:20200623T232603Z:abdf927e-66b5-4363-bc74-fdfc3da62ccc" ], "Date": [ - "Wed, 03 Jul 2019 23:15:19 GMT" + "Tue, 23 Jun 2020 23:26:02 GMT" ], "Content-Length": [ - "447" + "745" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps8215/providers/microsoft.storagesync/storageSyncServices/sssps2980/workflow/da5387ee-a3ba-4271-834a-6ab3893cc14a/operationresults/b0b9420b-dfd7-40ea-afaf-f066bcaf2cde\",\r\n \"name\": \"b0b9420b-dfd7-40ea-afaf-f066bcaf2cde\",\r\n \"status\": \"delayStep\",\r\n \"startTime\": \"2019-07-03T23:15:10.1667468Z\",\r\n \"endTime\": \"2019-07-03T23:15:13.6356114Z\",\r\n \"percentComplete\": null,\r\n \"error\": null,\r\n \"properties\": {}\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6IjliMDY1ZGQ0LWJmM2MtNGRjZC1iZmRkLTA3YjkwOTYyYmI3MyIsIndvcmtmbG93SWQiOiJkMDBjOTA0Mi0yMjQ0LTQyMWQtYTlmNy00MjA4NzBiZjc0ZGQiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiYTY4OTIwODktMmI1YS00NWQ3LTgyZjUtOTlhZmI0YmIwODk5In0=\",\r\n \"name\": \"eyJwYXJ0aXRpb25JZCI6IjliMDY1ZGQ0LWJmM2MtNGRjZC1iZmRkLTA3YjkwOTYyYmI3MyIsIndvcmtmbG93SWQiOiJkMDBjOTA0Mi0yMjQ0LTQyMWQtYTlmNy00MjA4NzBiZjc0ZGQiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiYTY4OTIwODktMmI1YS00NWQ3LTgyZjUtOTlhZmI0YmIwODk5In0=\",\r\n \"status\": \"delayStep\",\r\n \"startTime\": \"2020-06-23T23:25:54.0258751Z\",\r\n \"endTime\": \"2020-06-23T23:25:57.6504513Z\",\r\n \"properties\": {}\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps8215/providers/microsoft.storagesync/storageSyncServices/sssps2980/workflows/da5387ee-a3ba-4271-834a-6ab3893cc14a/operations/b0b9420b-dfd7-40ea-afaf-f066bcaf2cde?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzODIxNS9wcm92aWRlcnMvbWljcm9zb2Z0LnN0b3JhZ2VzeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMyOTgwL3dvcmtmbG93cy9kYTUzODdlZS1hM2JhLTQyNzEtODM0YS02YWIzODkzY2MxNGEvb3BlcmF0aW9ucy9iMGI5NDIwYi1kZmQ3LTQwZWEtYWZhZi1mMDY2YmNhZjJjZGU/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6IjliMDY1ZGQ0LWJmM2MtNGRjZC1iZmRkLTA3YjkwOTYyYmI3MyIsIndvcmtmbG93SWQiOiJkMDBjOTA0Mi0yMjQ0LTQyMWQtYTlmNy00MjA4NzBiZjc0ZGQiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiYTY4OTIwODktMmI1YS00NWQ3LTgyZjUtOTlhZmI0YmIwODk5In0=?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvbG9jYXRpb25zL2NlbnRyYWx1c2V1YXAvb3BlcmF0aW9ucy9leUp3WVhKMGFYUnBiMjVKWkNJNklqbGlNRFkxWkdRMExXSm1NMk10TkdSalpDMWlabVJrTFRBM1lqa3dPVFl5WW1JM015SXNJbmR2Y210bWJHOTNTV1FpT2lKa01EQmpPVEEwTWkweU1qUTBMVFF5TVdRdFlUbG1OeTAwTWpBNE56QmlaamMwWkdRaUxDSjNiM0pyWm14dmQwOXdaWEpoZEdsdmJrbGtJam9pWVRZNE9USXdPRGt0TW1JMVlTMDBOV1EzTFRneVpqVXRPVGxoWm1JMFltSXdPRGs1SW4wPT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -771,7 +903,7 @@ "no-cache" ], "x-ms-request-id": [ - "6003dab0-c7fd-4c16-87ef-6d12cc09c640" + "e15a688f-d8e5-48a5-9159-ede43d99b991" ], "X-Content-Type-Options": [ "nosniff" @@ -789,41 +921,41 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11995" + "11993" ], "x-ms-correlation-request-id": [ - "4174ce66-6ff9-4417-ab36-1082f64b3372" + "06288d4e-a7a8-42b1-b707-d5c718b4cab5" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T231530Z:4174ce66-6ff9-4417-ab36-1082f64b3372" + "WESTUS:20200623T232613Z:06288d4e-a7a8-42b1-b707-d5c718b4cab5" ], "Date": [ - "Wed, 03 Jul 2019 23:15:29 GMT" + "Tue, 23 Jun 2020 23:26:12 GMT" ], "Content-Length": [ - "447" + "745" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps8215/providers/microsoft.storagesync/storageSyncServices/sssps2980/workflow/da5387ee-a3ba-4271-834a-6ab3893cc14a/operationresults/b0b9420b-dfd7-40ea-afaf-f066bcaf2cde\",\r\n \"name\": \"b0b9420b-dfd7-40ea-afaf-f066bcaf2cde\",\r\n \"status\": \"delayStep\",\r\n \"startTime\": \"2019-07-03T23:15:10.1667468Z\",\r\n \"endTime\": \"2019-07-03T23:15:13.6356114Z\",\r\n \"percentComplete\": null,\r\n \"error\": null,\r\n \"properties\": {}\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6IjliMDY1ZGQ0LWJmM2MtNGRjZC1iZmRkLTA3YjkwOTYyYmI3MyIsIndvcmtmbG93SWQiOiJkMDBjOTA0Mi0yMjQ0LTQyMWQtYTlmNy00MjA4NzBiZjc0ZGQiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiYTY4OTIwODktMmI1YS00NWQ3LTgyZjUtOTlhZmI0YmIwODk5In0=\",\r\n \"name\": \"eyJwYXJ0aXRpb25JZCI6IjliMDY1ZGQ0LWJmM2MtNGRjZC1iZmRkLTA3YjkwOTYyYmI3MyIsIndvcmtmbG93SWQiOiJkMDBjOTA0Mi0yMjQ0LTQyMWQtYTlmNy00MjA4NzBiZjc0ZGQiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiYTY4OTIwODktMmI1YS00NWQ3LTgyZjUtOTlhZmI0YmIwODk5In0=\",\r\n \"status\": \"delayStep\",\r\n \"startTime\": \"2020-06-23T23:25:54.0258751Z\",\r\n \"endTime\": \"2020-06-23T23:25:57.6504513Z\",\r\n \"properties\": {}\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps8215/providers/microsoft.storagesync/storageSyncServices/sssps2980/workflows/da5387ee-a3ba-4271-834a-6ab3893cc14a/operations/b0b9420b-dfd7-40ea-afaf-f066bcaf2cde?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzODIxNS9wcm92aWRlcnMvbWljcm9zb2Z0LnN0b3JhZ2VzeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMyOTgwL3dvcmtmbG93cy9kYTUzODdlZS1hM2JhLTQyNzEtODM0YS02YWIzODkzY2MxNGEvb3BlcmF0aW9ucy9iMGI5NDIwYi1kZmQ3LTQwZWEtYWZhZi1mMDY2YmNhZjJjZGU/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6IjliMDY1ZGQ0LWJmM2MtNGRjZC1iZmRkLTA3YjkwOTYyYmI3MyIsIndvcmtmbG93SWQiOiJkMDBjOTA0Mi0yMjQ0LTQyMWQtYTlmNy00MjA4NzBiZjc0ZGQiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiYTY4OTIwODktMmI1YS00NWQ3LTgyZjUtOTlhZmI0YmIwODk5In0=?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvbG9jYXRpb25zL2NlbnRyYWx1c2V1YXAvb3BlcmF0aW9ucy9leUp3WVhKMGFYUnBiMjVKWkNJNklqbGlNRFkxWkdRMExXSm1NMk10TkdSalpDMWlabVJrTFRBM1lqa3dPVFl5WW1JM015SXNJbmR2Y210bWJHOTNTV1FpT2lKa01EQmpPVEEwTWkweU1qUTBMVFF5TVdRdFlUbG1OeTAwTWpBNE56QmlaamMwWkdRaUxDSjNiM0pyWm14dmQwOXdaWEpoZEdsdmJrbGtJam9pWVRZNE9USXdPRGt0TW1JMVlTMDBOV1EzTFRneVpqVXRPVGxoWm1JMFltSXdPRGs1SW4wPT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -834,7 +966,7 @@ "no-cache" ], "x-ms-request-id": [ - "512cf152-266b-495c-afcd-3c280e96c784" + "1d3f4246-e10c-4b6f-91ce-dbca52b775b7" ], "X-Content-Type-Options": [ "nosniff" @@ -852,41 +984,41 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11994" + "11992" ], "x-ms-correlation-request-id": [ - "9102b0db-1e71-4321-97f9-46d1897ce699" + "c8d322b6-15bd-4e40-8dce-04f89c00c075" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T231540Z:9102b0db-1e71-4321-97f9-46d1897ce699" + "WESTUS:20200623T232623Z:c8d322b6-15bd-4e40-8dce-04f89c00c075" ], "Date": [ - "Wed, 03 Jul 2019 23:15:40 GMT" + "Tue, 23 Jun 2020 23:26:22 GMT" ], "Content-Length": [ - "447" + "745" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps8215/providers/microsoft.storagesync/storageSyncServices/sssps2980/workflow/da5387ee-a3ba-4271-834a-6ab3893cc14a/operationresults/b0b9420b-dfd7-40ea-afaf-f066bcaf2cde\",\r\n \"name\": \"b0b9420b-dfd7-40ea-afaf-f066bcaf2cde\",\r\n \"status\": \"delayStep\",\r\n \"startTime\": \"2019-07-03T23:15:10.1667468Z\",\r\n \"endTime\": \"2019-07-03T23:15:13.6356114Z\",\r\n \"percentComplete\": null,\r\n \"error\": null,\r\n \"properties\": {}\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6IjliMDY1ZGQ0LWJmM2MtNGRjZC1iZmRkLTA3YjkwOTYyYmI3MyIsIndvcmtmbG93SWQiOiJkMDBjOTA0Mi0yMjQ0LTQyMWQtYTlmNy00MjA4NzBiZjc0ZGQiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiYTY4OTIwODktMmI1YS00NWQ3LTgyZjUtOTlhZmI0YmIwODk5In0=\",\r\n \"name\": \"eyJwYXJ0aXRpb25JZCI6IjliMDY1ZGQ0LWJmM2MtNGRjZC1iZmRkLTA3YjkwOTYyYmI3MyIsIndvcmtmbG93SWQiOiJkMDBjOTA0Mi0yMjQ0LTQyMWQtYTlmNy00MjA4NzBiZjc0ZGQiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiYTY4OTIwODktMmI1YS00NWQ3LTgyZjUtOTlhZmI0YmIwODk5In0=\",\r\n \"status\": \"delayStep\",\r\n \"startTime\": \"2020-06-23T23:25:54.0258751Z\",\r\n \"endTime\": \"2020-06-23T23:25:57.6504513Z\",\r\n \"properties\": {}\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps8215/providers/microsoft.storagesync/storageSyncServices/sssps2980/workflows/da5387ee-a3ba-4271-834a-6ab3893cc14a/operations/b0b9420b-dfd7-40ea-afaf-f066bcaf2cde?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzODIxNS9wcm92aWRlcnMvbWljcm9zb2Z0LnN0b3JhZ2VzeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMyOTgwL3dvcmtmbG93cy9kYTUzODdlZS1hM2JhLTQyNzEtODM0YS02YWIzODkzY2MxNGEvb3BlcmF0aW9ucy9iMGI5NDIwYi1kZmQ3LTQwZWEtYWZhZi1mMDY2YmNhZjJjZGU/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6IjliMDY1ZGQ0LWJmM2MtNGRjZC1iZmRkLTA3YjkwOTYyYmI3MyIsIndvcmtmbG93SWQiOiJkMDBjOTA0Mi0yMjQ0LTQyMWQtYTlmNy00MjA4NzBiZjc0ZGQiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiYTY4OTIwODktMmI1YS00NWQ3LTgyZjUtOTlhZmI0YmIwODk5In0=?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvbG9jYXRpb25zL2NlbnRyYWx1c2V1YXAvb3BlcmF0aW9ucy9leUp3WVhKMGFYUnBiMjVKWkNJNklqbGlNRFkxWkdRMExXSm1NMk10TkdSalpDMWlabVJrTFRBM1lqa3dPVFl5WW1JM015SXNJbmR2Y210bWJHOTNTV1FpT2lKa01EQmpPVEEwTWkweU1qUTBMVFF5TVdRdFlUbG1OeTAwTWpBNE56QmlaamMwWkdRaUxDSjNiM0pyWm14dmQwOXdaWEpoZEdsdmJrbGtJam9pWVRZNE9USXdPRGt0TW1JMVlTMDBOV1EzTFRneVpqVXRPVGxoWm1JMFltSXdPRGs1SW4wPT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -897,7 +1029,7 @@ "no-cache" ], "x-ms-request-id": [ - "3fb3314a-39d1-425a-9973-6e2d4d5c4efe" + "0b85c1ca-c57e-4332-8d4e-8044cf22ef59" ], "X-Content-Type-Options": [ "nosniff" @@ -905,9 +1037,6 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11993" - ], "Server": [ "Microsoft-IIS/10.0" ], @@ -917,39 +1046,42 @@ "X-Powered-By": [ "ASP.NET" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11991" + ], "x-ms-correlation-request-id": [ - "2d5ca1d1-e0dd-46a5-a0fd-9afacb6ff455" + "16ebf577-a2a6-427c-95d9-40cb036a175f" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T231551Z:2d5ca1d1-e0dd-46a5-a0fd-9afacb6ff455" + "WESTUS:20200623T232634Z:16ebf577-a2a6-427c-95d9-40cb036a175f" ], "Date": [ - "Wed, 03 Jul 2019 23:15:50 GMT" + "Tue, 23 Jun 2020 23:26:33 GMT" ], "Content-Length": [ - "447" + "745" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps8215/providers/microsoft.storagesync/storageSyncServices/sssps2980/workflow/da5387ee-a3ba-4271-834a-6ab3893cc14a/operationresults/b0b9420b-dfd7-40ea-afaf-f066bcaf2cde\",\r\n \"name\": \"b0b9420b-dfd7-40ea-afaf-f066bcaf2cde\",\r\n \"status\": \"delayStep\",\r\n \"startTime\": \"2019-07-03T23:15:10.1667468Z\",\r\n \"endTime\": \"2019-07-03T23:15:13.6356114Z\",\r\n \"percentComplete\": null,\r\n \"error\": null,\r\n \"properties\": {}\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6IjliMDY1ZGQ0LWJmM2MtNGRjZC1iZmRkLTA3YjkwOTYyYmI3MyIsIndvcmtmbG93SWQiOiJkMDBjOTA0Mi0yMjQ0LTQyMWQtYTlmNy00MjA4NzBiZjc0ZGQiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiYTY4OTIwODktMmI1YS00NWQ3LTgyZjUtOTlhZmI0YmIwODk5In0=\",\r\n \"name\": \"eyJwYXJ0aXRpb25JZCI6IjliMDY1ZGQ0LWJmM2MtNGRjZC1iZmRkLTA3YjkwOTYyYmI3MyIsIndvcmtmbG93SWQiOiJkMDBjOTA0Mi0yMjQ0LTQyMWQtYTlmNy00MjA4NzBiZjc0ZGQiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiYTY4OTIwODktMmI1YS00NWQ3LTgyZjUtOTlhZmI0YmIwODk5In0=\",\r\n \"status\": \"delayStep\",\r\n \"startTime\": \"2020-06-23T23:25:54.0258751Z\",\r\n \"endTime\": \"2020-06-23T23:25:57.6504513Z\",\r\n \"properties\": {}\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps8215/providers/microsoft.storagesync/storageSyncServices/sssps2980/workflows/da5387ee-a3ba-4271-834a-6ab3893cc14a/operations/b0b9420b-dfd7-40ea-afaf-f066bcaf2cde?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzODIxNS9wcm92aWRlcnMvbWljcm9zb2Z0LnN0b3JhZ2VzeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMyOTgwL3dvcmtmbG93cy9kYTUzODdlZS1hM2JhLTQyNzEtODM0YS02YWIzODkzY2MxNGEvb3BlcmF0aW9ucy9iMGI5NDIwYi1kZmQ3LTQwZWEtYWZhZi1mMDY2YmNhZjJjZGU/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6IjliMDY1ZGQ0LWJmM2MtNGRjZC1iZmRkLTA3YjkwOTYyYmI3MyIsIndvcmtmbG93SWQiOiJkMDBjOTA0Mi0yMjQ0LTQyMWQtYTlmNy00MjA4NzBiZjc0ZGQiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiYTY4OTIwODktMmI1YS00NWQ3LTgyZjUtOTlhZmI0YmIwODk5In0=?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvbG9jYXRpb25zL2NlbnRyYWx1c2V1YXAvb3BlcmF0aW9ucy9leUp3WVhKMGFYUnBiMjVKWkNJNklqbGlNRFkxWkdRMExXSm1NMk10TkdSalpDMWlabVJrTFRBM1lqa3dPVFl5WW1JM015SXNJbmR2Y210bWJHOTNTV1FpT2lKa01EQmpPVEEwTWkweU1qUTBMVFF5TVdRdFlUbG1OeTAwTWpBNE56QmlaamMwWkdRaUxDSjNiM0pyWm14dmQwOXdaWEpoZEdsdmJrbGtJam9pWVRZNE9USXdPRGt0TW1JMVlTMDBOV1EzTFRneVpqVXRPVGxoWm1JMFltSXdPRGs1SW4wPT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -960,7 +1092,7 @@ "no-cache" ], "x-ms-request-id": [ - "095b014e-d23c-4dc5-869f-e05f8e222643" + "8ba8f1cb-5a8e-457f-aa5a-ec88a048e15d" ], "X-Content-Type-Options": [ "nosniff" @@ -978,41 +1110,41 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11992" + "11990" ], "x-ms-correlation-request-id": [ - "5d2fa082-55ef-4e6c-8445-f6735e4a0ab3" + "9d3b5ed4-3bcc-41ae-a0e0-087f8e7ebb4a" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T231602Z:5d2fa082-55ef-4e6c-8445-f6735e4a0ab3" + "WESTUS:20200623T232644Z:9d3b5ed4-3bcc-41ae-a0e0-087f8e7ebb4a" ], "Date": [ - "Wed, 03 Jul 2019 23:16:02 GMT" + "Tue, 23 Jun 2020 23:26:44 GMT" ], "Content-Length": [ - "447" + "744" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps8215/providers/microsoft.storagesync/storageSyncServices/sssps2980/workflow/da5387ee-a3ba-4271-834a-6ab3893cc14a/operationresults/b0b9420b-dfd7-40ea-afaf-f066bcaf2cde\",\r\n \"name\": \"b0b9420b-dfd7-40ea-afaf-f066bcaf2cde\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2019-07-03T23:15:10.1667468Z\",\r\n \"endTime\": \"2019-07-03T23:15:58.6942541Z\",\r\n \"percentComplete\": null,\r\n \"error\": null,\r\n \"properties\": {}\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6IjliMDY1ZGQ0LWJmM2MtNGRjZC1iZmRkLTA3YjkwOTYyYmI3MyIsIndvcmtmbG93SWQiOiJkMDBjOTA0Mi0yMjQ0LTQyMWQtYTlmNy00MjA4NzBiZjc0ZGQiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiYTY4OTIwODktMmI1YS00NWQ3LTgyZjUtOTlhZmI0YmIwODk5In0=\",\r\n \"name\": \"eyJwYXJ0aXRpb25JZCI6IjliMDY1ZGQ0LWJmM2MtNGRjZC1iZmRkLTA3YjkwOTYyYmI3MyIsIndvcmtmbG93SWQiOiJkMDBjOTA0Mi0yMjQ0LTQyMWQtYTlmNy00MjA4NzBiZjc0ZGQiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiYTY4OTIwODktMmI1YS00NWQ3LTgyZjUtOTlhZmI0YmIwODk5In0=\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2020-06-23T23:25:54.0258751Z\",\r\n \"endTime\": \"2020-06-23T23:26:42.721939Z\",\r\n \"properties\": {}\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps8215/providers/microsoft.storagesync/storageSyncServices/sssps2980/workflows/da5387ee-a3ba-4271-834a-6ab3893cc14a/operationresults/b0b9420b-dfd7-40ea-afaf-f066bcaf2cde?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzODIxNS9wcm92aWRlcnMvbWljcm9zb2Z0LnN0b3JhZ2VzeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMyOTgwL3dvcmtmbG93cy9kYTUzODdlZS1hM2JhLTQyNzEtODM0YS02YWIzODkzY2MxNGEvb3BlcmF0aW9ucmVzdWx0cy9iMGI5NDIwYi1kZmQ3LTQwZWEtYWZhZi1mMDY2YmNhZjJjZGU/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6IjliMDY1ZGQ0LWJmM2MtNGRjZC1iZmRkLTA3YjkwOTYyYmI3MyIsIndvcmtmbG93SWQiOiJkMDBjOTA0Mi0yMjQ0LTQyMWQtYTlmNy00MjA4NzBiZjc0ZGQiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiYTY4OTIwODktMmI1YS00NWQ3LTgyZjUtOTlhZmI0YmIwODk5In0=?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvbG9jYXRpb25zL2NlbnRyYWx1c2V1YXAvb3BlcmF0aW9ucmVzdWx0cy9leUp3WVhKMGFYUnBiMjVKWkNJNklqbGlNRFkxWkdRMExXSm1NMk10TkdSalpDMWlabVJrTFRBM1lqa3dPVFl5WW1JM015SXNJbmR2Y210bWJHOTNTV1FpT2lKa01EQmpPVEEwTWkweU1qUTBMVFF5TVdRdFlUbG1OeTAwTWpBNE56QmlaamMwWkdRaUxDSjNiM0pyWm14dmQwOXdaWEpoZEdsdmJrbGtJam9pWVRZNE9USXdPRGt0TW1JMVlTMDBOV1EzTFRneVpqVXRPVGxoWm1JMFltSXdPRGs1SW4wPT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -1023,7 +1155,7 @@ "no-cache" ], "x-ms-request-id": [ - "005ad9dc-c369-496f-85d3-b07fd7d59013" + "b2a4aca2-a484-485e-b974-9a9e73bd984a" ], "X-Content-Type-Options": [ "nosniff" @@ -1041,16 +1173,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11991" + "11989" ], "x-ms-correlation-request-id": [ - "4555407c-5cbe-4e31-8aa2-6ead6a31c171" + "702cfd03-e6f2-4093-a72c-1aa773b9c35a" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T231602Z:4555407c-5cbe-4e31-8aa2-6ead6a31c171" + "WESTUS:20200623T232644Z:702cfd03-e6f2-4093-a72c-1aa773b9c35a" ], "Date": [ - "Wed, 03 Jul 2019 23:16:02 GMT" + "Tue, 23 Jun 2020 23:26:44 GMT" ], "Expires": [ "-1" @@ -1063,22 +1195,22 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps8215/providers/Microsoft.StorageSync/storageSyncServices/sssps2980?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzODIxNS9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMyOTgwP2FwaS12ZXJzaW9uPTIwMTktMDMtMDE=", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps2151/providers/Microsoft.StorageSync/storageSyncServices/sssps3004?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzMjE1MS9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMzMDA0P2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "d592cd04-26ff-433d-bc4d-e556fe124da4" + "07ca22a8-313f-45dd-80d1-01fbccb57383" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -1088,8 +1220,17 @@ "Pragma": [ "no-cache" ], + "Location": [ + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6IjliMDY1ZGQ0LWJmM2MtNGRjZC1iZmRkLTA3YjkwOTYyYmI3MyIsIndvcmtmbG93SWQiOiJkNjRlZTA1MS1mNzA4LTRlNTAtOGVhMy01NjY0YzQ2MmQyZWIiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiODVhNGI2NGItNWE2Ni00NDhjLWJjOTAtZjY0ZTZiZjcyMTQ0In0=?api-version=2020-03-01" + ], + "Retry-After": [ + "10" + ], + "Azure-AsyncOperation": [ + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6IjliMDY1ZGQ0LWJmM2MtNGRjZC1iZmRkLTA3YjkwOTYyYmI3MyIsIndvcmtmbG93SWQiOiJkNjRlZTA1MS1mNzA4LTRlNTAtOGVhMy01NjY0YzQ2MmQyZWIiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiODVhNGI2NGItNWE2Ni00NDhjLWJjOTAtZjY0ZTZiZjcyMTQ0In0=?api-version=2020-03-01" + ], "x-ms-request-id": [ - "39343ded-6d4f-4ef8-922e-7e6b5436b4df" + "5fd0d349-d89b-476a-beaf-1a6961dc61fd" ], "X-Content-Type-Options": [ "nosniff" @@ -1110,13 +1251,136 @@ "14998" ], "x-ms-correlation-request-id": [ - "a36e8a1c-b0bb-440a-8b90-3db1d6dcabba" + "1c47e09d-1e7c-45ce-af19-8e61503ef0a6" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200623T232644Z:1c47e09d-1e7c-45ce-af19-8e61503ef0a6" + ], + "Date": [ + "Tue, 23 Jun 2020 23:26:44 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6IjliMDY1ZGQ0LWJmM2MtNGRjZC1iZmRkLTA3YjkwOTYyYmI3MyIsIndvcmtmbG93SWQiOiJkNjRlZTA1MS1mNzA4LTRlNTAtOGVhMy01NjY0YzQ2MmQyZWIiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiODVhNGI2NGItNWE2Ni00NDhjLWJjOTAtZjY0ZTZiZjcyMTQ0In0=?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvbG9jYXRpb25zL2NlbnRyYWx1c2V1YXAvb3BlcmF0aW9ucy9leUp3WVhKMGFYUnBiMjVKWkNJNklqbGlNRFkxWkdRMExXSm1NMk10TkdSalpDMWlabVJrTFRBM1lqa3dPVFl5WW1JM015SXNJbmR2Y210bWJHOTNTV1FpT2lKa05qUmxaVEExTVMxbU56QTRMVFJsTlRBdE9HVmhNeTAxTmpZMFl6UTJNbVF5WldJaUxDSjNiM0pyWm14dmQwOXdaWEpoZEdsdmJrbGtJam9pT0RWaE5HSTJOR0l0TldFMk5pMDBORGhqTFdKak9UQXRaalkwWlRaaVpqY3lNVFEwSW4wPT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-request-id": [ + "b5343eb5-072c-4f85-a7c1-6569868358d5" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-IIS/10.0" + ], + "X-AspNet-Version": [ + "4.0.30319" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11988" + ], + "x-ms-correlation-request-id": [ + "f75ca926-7a3e-4b8b-811d-e088099773b9" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200623T232655Z:f75ca926-7a3e-4b8b-811d-e088099773b9" + ], + "Date": [ + "Tue, 23 Jun 2020 23:26:55 GMT" + ], + "Content-Length": [ + "744" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6IjliMDY1ZGQ0LWJmM2MtNGRjZC1iZmRkLTA3YjkwOTYyYmI3MyIsIndvcmtmbG93SWQiOiJkNjRlZTA1MS1mNzA4LTRlNTAtOGVhMy01NjY0YzQ2MmQyZWIiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiODVhNGI2NGItNWE2Ni00NDhjLWJjOTAtZjY0ZTZiZjcyMTQ0In0=\",\r\n \"name\": \"eyJwYXJ0aXRpb25JZCI6IjliMDY1ZGQ0LWJmM2MtNGRjZC1iZmRkLTA3YjkwOTYyYmI3MyIsIndvcmtmbG93SWQiOiJkNjRlZTA1MS1mNzA4LTRlNTAtOGVhMy01NjY0YzQ2MmQyZWIiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiODVhNGI2NGItNWE2Ni00NDhjLWJjOTAtZjY0ZTZiZjcyMTQ0In0=\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2020-06-23T23:26:45.2903384Z\",\r\n \"endTime\": \"2020-06-23T23:26:50.688432Z\",\r\n \"properties\": {}\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6IjliMDY1ZGQ0LWJmM2MtNGRjZC1iZmRkLTA3YjkwOTYyYmI3MyIsIndvcmtmbG93SWQiOiJkNjRlZTA1MS1mNzA4LTRlNTAtOGVhMy01NjY0YzQ2MmQyZWIiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiODVhNGI2NGItNWE2Ni00NDhjLWJjOTAtZjY0ZTZiZjcyMTQ0In0=?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvbG9jYXRpb25zL2NlbnRyYWx1c2V1YXAvb3BlcmF0aW9ucmVzdWx0cy9leUp3WVhKMGFYUnBiMjVKWkNJNklqbGlNRFkxWkdRMExXSm1NMk10TkdSalpDMWlabVJrTFRBM1lqa3dPVFl5WW1JM015SXNJbmR2Y210bWJHOTNTV1FpT2lKa05qUmxaVEExTVMxbU56QTRMVFJsTlRBdE9HVmhNeTAxTmpZMFl6UTJNbVF5WldJaUxDSjNiM0pyWm14dmQwOXdaWEpoZEdsdmJrbGtJam9pT0RWaE5HSTJOR0l0TldFMk5pMDBORGhqTFdKak9UQXRaalkwWlRaaVpqY3lNVFEwSW4wPT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-request-id": [ + "9e5a05fb-f870-4f65-b361-0b3ede920938" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-IIS/10.0" + ], + "X-AspNet-Version": [ + "4.0.30319" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11987" + ], + "x-ms-correlation-request-id": [ + "d9a480a9-e91d-4717-8555-a6d71da3c51d" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T231603Z:a36e8a1c-b0bb-440a-8b90-3db1d6dcabba" + "WESTUS:20200623T232655Z:d9a480a9-e91d-4717-8555-a6d71da3c51d" ], "Date": [ - "Wed, 03 Jul 2019 23:16:02 GMT" + "Tue, 23 Jun 2020 23:26:55 GMT" ], "Expires": [ "-1" @@ -1129,22 +1393,22 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps8215/providers/Microsoft.StorageSync/storageSyncServices?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzODIxNS9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXM/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps2151/providers/Microsoft.StorageSync/storageSyncServices?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzMjE1MS9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXM/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "7cb102c4-cc70-48ca-8beb-f4b700610329" + "d94ae054-7489-449e-ab3e-999108a4029e" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -1154,57 +1418,66 @@ "Pragma": [ "no-cache" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11990" - ], "x-ms-request-id": [ - "b98703bd-1604-4a44-89ed-bc5398a65fad" + "00477fb3-93ed-46f5-a5e3-3b33ada57a88" ], - "x-ms-correlation-request-id": [ - "b98703bd-1604-4a44-89ed-bc5398a65fad" - ], - "x-ms-routing-request-id": [ - "WESTUS:20190703T231603Z:b98703bd-1604-4a44-89ed-bc5398a65fad" + "X-Content-Type-Options": [ + "nosniff" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Content-Type-Options": [ - "nosniff" + "Server": [ + "Microsoft-IIS/10.0" + ], + "X-AspNet-Version": [ + "4.0.30319" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11986" + ], + "x-ms-correlation-request-id": [ + "6e578c38-76d0-471a-9c6a-cfe269cf54ef" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200623T232655Z:6e578c38-76d0-471a-9c6a-cfe269cf54ef" ], "Date": [ - "Wed, 03 Jul 2019 23:16:02 GMT" + "Tue, 23 Jun 2020 23:26:55 GMT" + ], + "Content-Length": [ + "19" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" - ], - "Content-Length": [ - "12" ] }, "ResponseBody": "{\r\n \"value\": []\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourcegroups/ps8215?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlZ3JvdXBzL3BzODIxNT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourcegroups/ps2151?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlZ3JvdXBzL3BzMjE1MT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "eec4a36f-f031-4047-ae09-a1151b02f756" + "caee0290-6424-4fb4-a03c-5165125b08b3" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -1215,7 +1488,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzgyMTUtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzIxNTEtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" ], "Retry-After": [ "15" @@ -1224,13 +1497,13 @@ "14997" ], "x-ms-request-id": [ - "0b194c9b-e142-4fa8-9495-aef7348dae9e" + "7ff710a7-8132-4060-92be-dc40fd1539e3" ], "x-ms-correlation-request-id": [ - "0b194c9b-e142-4fa8-9495-aef7348dae9e" + "7ff710a7-8132-4060-92be-dc40fd1539e3" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T231605Z:0b194c9b-e142-4fa8-9495-aef7348dae9e" + "WESTUS:20200623T232655Z:7ff710a7-8132-4060-92be-dc40fd1539e3" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1239,7 +1512,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 23:16:04 GMT" + "Tue, 23 Jun 2020 23:26:55 GMT" ], "Expires": [ "-1" @@ -1252,16 +1525,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzgyMTUtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpneU1UVXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzIxNTEtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpJeE5URXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -1272,22 +1545,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzgyMTUtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzIxNTEtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11989" + "11985" ], "x-ms-request-id": [ - "cfa28d93-3686-4ee4-a489-f8a03d7293fd" + "28774bf7-ef82-4732-8393-f2938e17ef0c" ], "x-ms-correlation-request-id": [ - "cfa28d93-3686-4ee4-a489-f8a03d7293fd" + "28774bf7-ef82-4732-8393-f2938e17ef0c" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T231620Z:cfa28d93-3686-4ee4-a489-f8a03d7293fd" + "WESTUS:20200623T232710Z:28774bf7-ef82-4732-8393-f2938e17ef0c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1296,7 +1569,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 23:16:19 GMT" + "Tue, 23 Jun 2020 23:27:10 GMT" ], "Expires": [ "-1" @@ -1309,16 +1582,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzgyMTUtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpneU1UVXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzIxNTEtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpJeE5URXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -1329,22 +1602,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzgyMTUtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzIxNTEtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11988" + "11984" ], "x-ms-request-id": [ - "616f26b0-8202-4b3b-a610-6b39ed56006d" + "482f7e21-d92e-42f5-9a4b-891d97b0e8a5" ], "x-ms-correlation-request-id": [ - "616f26b0-8202-4b3b-a610-6b39ed56006d" + "482f7e21-d92e-42f5-9a4b-891d97b0e8a5" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T231635Z:616f26b0-8202-4b3b-a610-6b39ed56006d" + "WESTUS:20200623T232726Z:482f7e21-d92e-42f5-9a4b-891d97b0e8a5" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1353,7 +1626,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 23:16:34 GMT" + "Tue, 23 Jun 2020 23:27:25 GMT" ], "Expires": [ "-1" @@ -1366,16 +1639,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzgyMTUtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpneU1UVXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzIxNTEtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpJeE5URXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -1386,16 +1659,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11987" + "11983" ], "x-ms-request-id": [ - "7734e340-0327-4453-84d3-338d01beb360" + "a693d9e1-ae15-4f71-b217-7fe73f75f55b" ], "x-ms-correlation-request-id": [ - "7734e340-0327-4453-84d3-338d01beb360" + "a693d9e1-ae15-4f71-b217-7fe73f75f55b" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T231650Z:7734e340-0327-4453-84d3-338d01beb360" + "WESTUS:20200623T232741Z:a693d9e1-ae15-4f71-b217-7fe73f75f55b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1404,7 +1677,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 23:16:49 GMT" + "Tue, 23 Jun 2020 23:27:41 GMT" ], "Expires": [ "-1" @@ -1417,16 +1690,16 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzgyMTUtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpneU1UVXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzIxNTEtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpJeE5URXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -1437,16 +1710,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11986" + "11982" ], "x-ms-request-id": [ - "a2fc169a-7a32-4667-a7e6-7edbd17efc5b" + "93252f68-c57c-4e58-a339-ad36e36be49e" ], "x-ms-correlation-request-id": [ - "a2fc169a-7a32-4667-a7e6-7edbd17efc5b" + "93252f68-c57c-4e58-a339-ad36e36be49e" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T231650Z:a2fc169a-7a32-4667-a7e6-7edbd17efc5b" + "WESTUS:20200623T232741Z:93252f68-c57c-4e58-a339-ad36e36be49e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1455,7 +1728,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 23:16:49 GMT" + "Tue, 23 Jun 2020 23:27:41 GMT" ], "Expires": [ "-1" @@ -1470,14 +1743,14 @@ ], "Names": { "Test-NewRegisteredServerParentResourceId": [ - "ps8215", - "ps2980" + "ps2151", + "ps3004" ] }, "Variables": { - "SubscriptionId": "7b96cb02-4663-40f4-9a89-603d3849e46a", - "TenantId": "0483643a-cb2f-462a-bc27-1a270e5bdc0a", + "SubscriptionId": "1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b", + "TenantId": "6ad91d65-65ab-4e14-90f7-fe951035b7c9", "Domain": "", - "SyncServerId": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps8215/providers/Microsoft.StorageSync/storageSyncServices/sssps2980/registeredServers/D46C9369-0A02-4C8C-8DE4-CDD4E518D68D" + "SyncServerId": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps2151/providers/Microsoft.StorageSync/storageSyncServices/sssps3004/registeredServers/F92F99D1-1D3B-4F5D-8E34-F546DBC8F0C2" } } \ No newline at end of file diff --git a/src/StorageSync/StorageSync.Test/SessionRecords/StorageSyncTests.RegisteredServerTests/TestRegisteredServer.json b/src/StorageSync/StorageSync.Test/SessionRecords/StorageSyncTests.RegisteredServerTests/TestRegisteredServer.json index 519d17fb9070..a7cfc28115fc 100644 --- a/src/StorageSync/StorageSync.Test/SessionRecords/StorageSyncTests.RegisteredServerTests/TestRegisteredServer.json +++ b/src/StorageSync/StorageSync.Test/SessionRecords/StorageSyncTests.RegisteredServerTests/TestRegisteredServer.json @@ -1,22 +1,22 @@ { "Entries": [ { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/providers/Microsoft.Resources?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVzb3VyY2VzP2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/Microsoft.Resources?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVzb3VyY2VzP2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "1e2730d2-7d94-4739-82da-47659f950418" + "913ad8c0-542b-45cd-89ae-5e6ec4452e4d" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -30,13 +30,13 @@ "11999" ], "x-ms-request-id": [ - "048cd4ac-fab1-436c-a716-cc09c71a964a" + "332a39cf-4766-4337-8865-5203666aeba9" ], "x-ms-correlation-request-id": [ - "048cd4ac-fab1-436c-a716-cc09c71a964a" + "332a39cf-4766-4337-8865-5203666aeba9" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T232152Z:048cd4ac-fab1-436c-a716-cc09c71a964a" + "WESTUS:20200623T232751Z:332a39cf-4766-4337-8865-5203666aeba9" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -45,7 +45,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 23:21:51 GMT" + "Tue, 23 Jun 2020 23:27:50 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -54,29 +54,29 @@ "-1" ], "Content-Length": [ - "8818" + "10899" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/providers/Microsoft.Resources\",\r\n \"namespace\": \"Microsoft.Resources\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"tenants\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operationresults\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"notifyResourceJobs\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"tags\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkPolicyCompliance\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"providers\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkresourcename\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resources\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/resources\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/providers\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/operationresults\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceGroups\",\r\n \"locations\": [\r\n \"Central US\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"West Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia Southeast\",\r\n \"Australia East\",\r\n \"West India\",\r\n \"South India\",\r\n \"Central India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/resourceGroups\",\r\n \"locations\": [\r\n \"Central US\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"West Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia Southeast\",\r\n \"Australia East\",\r\n \"West India\",\r\n \"South India\",\r\n \"Central India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/resourcegroups/resources\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/tagnames\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/tagNames/tagValues\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"deployments\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"deployments/operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"links\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-01-01\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/Microsoft.Resources\",\r\n \"namespace\": \"Microsoft.Resources\",\r\n \"authorization\": {\r\n \"applicationId\": \"3b990c8b-9607-4c2a-8b04-1d41985facca\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"tenants\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-01-01\",\r\n \"2019-09-01\",\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-09-01\",\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operationresults\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-09-01\",\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"notifyResourceJobs\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-09-01\",\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"tags\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-10-01\",\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\"\r\n ],\r\n \"capabilities\": \"SupportsExtension\"\r\n },\r\n {\r\n \"resourceType\": \"checkPolicyCompliance\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"providers\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkresourcename\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"calculateTemplateHash\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-09-01\",\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resources\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-09-01\",\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-10-01\",\r\n \"2019-09-01\",\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/resources\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-09-01\",\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/providers\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/operationresults\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceGroups\",\r\n \"locations\": [\r\n \"Central US\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"West Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia Southeast\",\r\n \"Australia East\",\r\n \"West India\",\r\n \"South India\",\r\n \"Central India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Australia Central\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/resourceGroups\",\r\n \"locations\": [\r\n \"Central US\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"West Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia Southeast\",\r\n \"Australia East\",\r\n \"West India\",\r\n \"South India\",\r\n \"Central India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Australia Central\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/resourcegroups/resources\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/tagnames\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/tagNames/tagValues\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"deployments\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-09-01\",\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"deployments/operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-09-01\",\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"links\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ],\r\n \"capabilities\": \"SupportsExtension\"\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-01-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"deploymentScripts\",\r\n \"locations\": [\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Australia East\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"Central US\",\r\n \"North Central US\",\r\n \"UK South\",\r\n \"Central India\",\r\n \"South India\",\r\n \"Japan East\",\r\n \"Korea Central\",\r\n \"North Europe\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West US 2\",\r\n \"West US\",\r\n \"South Central US\",\r\n \"Canada East\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-10-01-preview\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"deploymentScripts/logs\",\r\n \"locations\": [\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Australia East\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"Central US\",\r\n \"North Central US\",\r\n \"UK South\",\r\n \"Central India\",\r\n \"South India\",\r\n \"Japan East\",\r\n \"Korea Central\",\r\n \"North Europe\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West US 2\",\r\n \"West US\",\r\n \"South Central US\",\r\n \"Canada East\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/deploymentScriptOperationResults\",\r\n \"locations\": [\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Australia East\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"Central US\",\r\n \"North Central US\",\r\n \"UK South\",\r\n \"Central India\",\r\n \"South India\",\r\n \"Japan East\",\r\n \"Korea Central\",\r\n \"North Europe\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West US 2\",\r\n \"West US\",\r\n \"South Central US\",\r\n \"Canada East\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-10-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/providers/Microsoft.StorageSync?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZVN5bmM/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/Microsoft.StorageSync?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZVN5bmM/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "6838d72e-bf97-40cf-9de8-75b63fa5aac0" + "6d9325b4-1a12-477c-8d3d-bb918cc8121c" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -90,13 +90,13 @@ "11998" ], "x-ms-request-id": [ - "8c65d93d-b1df-4f33-ad8c-63173f522039" + "52dff7fb-6286-4374-8ac4-86b934258c0b" ], "x-ms-correlation-request-id": [ - "8c65d93d-b1df-4f33-ad8c-63173f522039" + "52dff7fb-6286-4374-8ac4-86b934258c0b" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T232152Z:8c65d93d-b1df-4f33-ad8c-63173f522039" + "WESTUS:20200623T232751Z:52dff7fb-6286-4374-8ac4-86b934258c0b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -105,7 +105,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 23:21:51 GMT" + "Tue, 23 Jun 2020 23:27:50 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -114,29 +114,29 @@ "-1" ], "Content-Length": [ - "5239" + "7645" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/providers/Microsoft.StorageSync\",\r\n \"namespace\": \"Microsoft.StorageSync\",\r\n \"authorizations\": [\r\n {\r\n \"applicationId\": \"9469b9f5-6722-4481-a2b2-14ed560b706f\"\r\n }\r\n ],\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageSyncServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"Central US EUAP\",\r\n \"West US 2\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\",\r\n \"2018-01-01-preview\",\r\n \"2017-06-05-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"storageSyncServices/syncGroups\",\r\n \"locations\": [\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"Central US EUAP\",\r\n \"West US 2\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\",\r\n \"2018-01-01-preview\",\r\n \"2017-06-05-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageSyncServices/syncGroups/cloudEndpoints\",\r\n \"locations\": [\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"Central US EUAP\",\r\n \"West US 2\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\",\r\n \"2018-01-01-preview\",\r\n \"2017-06-05-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageSyncServices/syncGroups/serverEndpoints\",\r\n \"locations\": [\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"Central US EUAP\",\r\n \"West US 2\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\",\r\n \"2018-01-01-preview\",\r\n \"2017-06-05-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageSyncServices/registeredServers\",\r\n \"locations\": [\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"Central US EUAP\",\r\n \"West US 2\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\",\r\n \"2018-01-01-preview\",\r\n \"2017-06-05-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageSyncServices/workflows\",\r\n \"locations\": [\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"Central US EUAP\",\r\n \"West US 2\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\",\r\n \"2018-01-01-preview\",\r\n \"2017-06-05-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\",\r\n \"2018-01-01-preview\",\r\n \"2017-06-05-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/checkNameAvailability\",\r\n \"locations\": [\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/workflows\",\r\n \"locations\": [\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/Microsoft.StorageSync\",\r\n \"namespace\": \"Microsoft.StorageSync\",\r\n \"authorizations\": [\r\n {\r\n \"applicationId\": \"9469b9f5-6722-4481-a2b2-14ed560b706f\",\r\n \"roleDefinitionId\": \"4cd49d82-1f4d-43fc-af0c-1c1203668e5a\"\r\n }\r\n ],\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageSyncServices\",\r\n \"locations\": [\r\n \"West Central US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"West US 2\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"UAE North\",\r\n \"UAE Central\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2019-10-01\",\r\n \"2019-06-01\",\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\",\r\n \"2018-01-01-preview\",\r\n \"2017-06-05-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"storageSyncServices/syncGroups\",\r\n \"locations\": [\r\n \"West Central US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"West US 2\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"UAE North\",\r\n \"UAE Central\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2019-10-01\",\r\n \"2019-06-01\",\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\",\r\n \"2018-01-01-preview\",\r\n \"2017-06-05-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageSyncServices/syncGroups/cloudEndpoints\",\r\n \"locations\": [\r\n \"West Central US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"West US 2\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"UAE North\",\r\n \"UAE Central\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2019-10-01\",\r\n \"2019-06-01\",\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\",\r\n \"2018-01-01-preview\",\r\n \"2017-06-05-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageSyncServices/syncGroups/serverEndpoints\",\r\n \"locations\": [\r\n \"West Central US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"West US 2\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"UAE North\",\r\n \"UAE Central\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2019-10-01\",\r\n \"2019-06-01\",\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\",\r\n \"2018-01-01-preview\",\r\n \"2017-06-05-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageSyncServices/registeredServers\",\r\n \"locations\": [\r\n \"West Central US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"West US 2\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"UAE North\",\r\n \"UAE Central\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2019-10-01\",\r\n \"2019-06-01\",\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\",\r\n \"2018-01-01-preview\",\r\n \"2017-06-05-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageSyncServices/workflows\",\r\n \"locations\": [\r\n \"West Central US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"West US 2\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"UAE North\",\r\n \"UAE Central\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2019-10-01\",\r\n \"2019-06-01\",\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\",\r\n \"2018-01-01-preview\",\r\n \"2017-06-05-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2019-10-01\",\r\n \"2019-06-01\",\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\",\r\n \"2018-01-01-preview\",\r\n \"2017-06-05-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2019-10-01\",\r\n \"2019-06-01\",\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/checkNameAvailability\",\r\n \"locations\": [\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"UAE North\",\r\n \"UAE Central\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2019-10-01\",\r\n \"2019-06-01\",\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/workflows\",\r\n \"locations\": [\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"UAE North\",\r\n \"UAE Central\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2019-10-01\",\r\n \"2019-06-01\",\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operations\",\r\n \"locations\": [\r\n \"West Central US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"West US 2\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"UAE North\",\r\n \"UAE Central\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operationResults\",\r\n \"locations\": [\r\n \"West Central US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"West US 2\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"UAE North\",\r\n \"UAE Central\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourcegroups/ps2930?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlZ3JvdXBzL3BzMjkzMD9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourcegroups/ps9412?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlZ3JvdXBzL3BzOTQxMj9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "60a73870-cdfa-4678-9e5e-f8340fc5ad70" + "373ddde3-06e1-4791-9e4d-a42519108cd4" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ], "Content-Type": [ "application/json; charset=utf-8" @@ -156,13 +156,13 @@ "1199" ], "x-ms-request-id": [ - "6c030c60-bbea-45aa-a77a-eaed4c1caa7e" + "8df5dd5e-9f9a-4c63-88da-c04a2a7f6274" ], "x-ms-correlation-request-id": [ - "6c030c60-bbea-45aa-a77a-eaed4c1caa7e" + "8df5dd5e-9f9a-4c63-88da-c04a2a7f6274" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T232154Z:6c030c60-bbea-45aa-a77a-eaed4c1caa7e" + "WESTUS:20200623T232751Z:8df5dd5e-9f9a-4c63-88da-c04a2a7f6274" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -171,7 +171,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 23:21:53 GMT" + "Tue, 23 Jun 2020 23:27:51 GMT" ], "Content-Length": [ "165" @@ -183,26 +183,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps2930\",\r\n \"name\": \"ps2930\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps9412\",\r\n \"name\": \"ps9412\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/providers/Microsoft.StorageSync/locations/CentralUSEUAP/checkNameAvailability?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZVN5bmMvbG9jYXRpb25zL0NlbnRyYWxVU0VVQVAvY2hlY2tOYW1lQXZhaWxhYmlsaXR5P2FwaS12ZXJzaW9uPTIwMTktMDMtMDE=", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/Microsoft.StorageSync/locations/CentralUSEUAP/checkNameAvailability?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZVN5bmMvbG9jYXRpb25zL0NlbnRyYWxVU0VVQVAvY2hlY2tOYW1lQXZhaWxhYmlsaXR5P2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", "RequestMethod": "POST", - "RequestBody": "{\r\n \"name\": \"sssps1108\",\r\n \"type\": \"Microsoft.StorageSync/storageSyncServices\"\r\n}", + "RequestBody": "{\r\n \"name\": \"sssps8766\",\r\n \"type\": \"Microsoft.StorageSync/storageSyncServices\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "2ae82e62-0fea-4c39-a682-878aae772c59" + "3bb91858-beec-4d6e-8be2-8b9a040f2772" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -219,7 +219,7 @@ "no-cache" ], "x-ms-request-id": [ - "113b96f4-128b-4e68-a7e5-e72699667ba4" + "e7723a02-7401-40b9-a80e-4b28c4adb7ee" ], "X-Content-Type-Options": [ "nosniff" @@ -240,50 +240,50 @@ "1199" ], "x-ms-correlation-request-id": [ - "d0f36e5b-f812-4482-89b3-816225abc008" + "8dc04ee4-8a80-450b-a413-e39fb425557a" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T232154Z:d0f36e5b-f812-4482-89b3-816225abc008" + "WESTUS:20200623T232752Z:8dc04ee4-8a80-450b-a413-e39fb425557a" ], "Date": [ - "Wed, 03 Jul 2019 23:21:53 GMT" + "Tue, 23 Jun 2020 23:27:51 GMT" ], "Content-Length": [ - "51" + "29" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"nameAvailable\": true,\r\n \"reason\": null,\r\n \"message\": null\r\n}", + "ResponseBody": "{\r\n \"nameAvailable\": true\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps2930/providers/Microsoft.StorageSync/storageSyncServices/sssps1108?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzMjkzMC9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMxMTA4P2FwaS12ZXJzaW9uPTIwMTktMDMtMDE=", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps9412/providers/Microsoft.StorageSync/storageSyncServices/sssps8766?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzOTQxMi9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM4NzY2P2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"location\": \"Central US EUAP\",\r\n \"tags\": {}\r\n}", + "RequestBody": "{\r\n \"location\": \"Central US EUAP\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"incomingTrafficPolicy\": \"AllowAllTraffic\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "4cd97553-06da-4a9f-ba05-23f9604b849d" + "b4cd45e8-8eeb-48ee-aa27-cc35f9ef4203" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "52" + "125" ] }, "ResponseHeaders": { @@ -293,8 +293,17 @@ "Pragma": [ "no-cache" ], + "Location": [ + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6IjhkMGRjYzFiLWJkMmYtNGQzYi04NjA5LTY1NzM1ZjlkODY2ZiIsIndvcmtmbG93SWQiOiI3ZDgyMWNlYy0yNGYxLTQ1YmUtYjE3ZS03ZTA2NDg0NzBlNWYiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiYTBhZTg0MTUtNmE0Ni00ODY3LTkwYzUtZGQ2NDg4MmViOWQ4In0=?api-version=2020-03-01" + ], + "Retry-After": [ + "10" + ], + "Azure-AsyncOperation": [ + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6IjhkMGRjYzFiLWJkMmYtNGQzYi04NjA5LTY1NzM1ZjlkODY2ZiIsIndvcmtmbG93SWQiOiI3ZDgyMWNlYy0yNGYxLTQ1YmUtYjE3ZS03ZTA2NDg0NzBlNWYiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiYTBhZTg0MTUtNmE0Ni00ODY3LTkwYzUtZGQ2NDg4MmViOWQ4In0=?api-version=2020-03-01" + ], "x-ms-request-id": [ - "ca21534d-c30e-49a4-b3ce-3ca396dfb393" + "aa9140e6-b0ab-4f02-8439-b14e91468151" ], "X-Content-Type-Options": [ "nosniff" @@ -315,50 +324,173 @@ "1199" ], "x-ms-correlation-request-id": [ - "3c2e6c93-f2a0-4bdc-b989-d69cf5590e8b" + "7fedc28a-5686-4771-adb7-ac2152065c1e" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200623T232753Z:7fedc28a-5686-4771-adb7-ac2152065c1e" + ], + "Date": [ + "Tue, 23 Jun 2020 23:27:52 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6IjhkMGRjYzFiLWJkMmYtNGQzYi04NjA5LTY1NzM1ZjlkODY2ZiIsIndvcmtmbG93SWQiOiI3ZDgyMWNlYy0yNGYxLTQ1YmUtYjE3ZS03ZTA2NDg0NzBlNWYiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiYTBhZTg0MTUtNmE0Ni00ODY3LTkwYzUtZGQ2NDg4MmViOWQ4In0=?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvbG9jYXRpb25zL2NlbnRyYWx1c2V1YXAvb3BlcmF0aW9ucy9leUp3WVhKMGFYUnBiMjVKWkNJNklqaGtNR1JqWXpGaUxXSmtNbVl0TkdRellpMDROakE1TFRZMU56TTFaamxrT0RZMlppSXNJbmR2Y210bWJHOTNTV1FpT2lJM1pEZ3lNV05sWXkweU5HWXhMVFExWW1VdFlqRTNaUzAzWlRBMk5EZzBOekJsTldZaUxDSjNiM0pyWm14dmQwOXdaWEpoZEdsdmJrbGtJam9pWVRCaFpUZzBNVFV0Tm1FME5pMDBPRFkzTFRrd1l6VXRaR1EyTkRnNE1tVmlPV1E0SW4wPT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-request-id": [ + "61aa3164-7e91-4fa5-9ee3-d4071803c88e" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-IIS/10.0" + ], + "X-AspNet-Version": [ + "4.0.30319" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11999" + ], + "x-ms-correlation-request-id": [ + "b447fc09-a693-4f1e-87a0-77a3e8934f41" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T232155Z:3c2e6c93-f2a0-4bdc-b989-d69cf5590e8b" + "WESTUS:20200623T232803Z:b447fc09-a693-4f1e-87a0-77a3e8934f41" ], "Date": [ - "Wed, 03 Jul 2019 23:21:54 GMT" + "Tue, 23 Jun 2020 23:28:02 GMT" ], "Content-Length": [ - "329" + "744" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6IjhkMGRjYzFiLWJkMmYtNGQzYi04NjA5LTY1NzM1ZjlkODY2ZiIsIndvcmtmbG93SWQiOiI3ZDgyMWNlYy0yNGYxLTQ1YmUtYjE3ZS03ZTA2NDg0NzBlNWYiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiYTBhZTg0MTUtNmE0Ni00ODY3LTkwYzUtZGQ2NDg4MmViOWQ4In0=\",\r\n \"name\": \"eyJwYXJ0aXRpb25JZCI6IjhkMGRjYzFiLWJkMmYtNGQzYi04NjA5LTY1NzM1ZjlkODY2ZiIsIndvcmtmbG93SWQiOiI3ZDgyMWNlYy0yNGYxLTQ1YmUtYjE3ZS03ZTA2NDg0NzBlNWYiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiYTBhZTg0MTUtNmE0Ni00ODY3LTkwYzUtZGQ2NDg4MmViOWQ4In0=\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2020-06-23T23:27:53.3471025Z\",\r\n \"endTime\": \"2020-06-23T23:27:59.585345Z\",\r\n \"properties\": {}\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps9412/providers/Microsoft.StorageSync/storageSyncServices/sssps8766?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzOTQxMi9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM4NzY2P2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-request-id": [ + "53f21c24-bd59-47a6-82a5-f07ed9cef0e7" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-IIS/10.0" + ], + "X-AspNet-Version": [ + "4.0.30319" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11998" + ], + "x-ms-correlation-request-id": [ + "331555f6-4010-457f-a537-6ce1f2e5f9b2" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200623T232803Z:331555f6-4010-457f-a537-6ce1f2e5f9b2" + ], + "Date": [ + "Tue, 23 Jun 2020 23:28:02 GMT" + ], + "Content-Length": [ + "633" + ], + "Content-Type": [ + "application/json" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"storageSyncServiceStatus\": null,\r\n \"storageSyncServiceUid\": null\r\n },\r\n \"location\": \"Central US EUAP\",\r\n \"tags\": {},\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps2930/providers/microsoft.storagesync/storageSyncServices/sssps1108\",\r\n \"name\": \"sssps1108\",\r\n \"type\": \"microsoft.storagesync/storageSyncServices\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"storageSyncServiceStatus\": 0,\r\n \"incomingTrafficPolicy\": \"AllowAllTraffic\",\r\n \"privateEndpointConnections\": [],\r\n \"provisioningState\": \"Succeeded\",\r\n \"lastWorkflowId\": \"storageSyncServices/sssps8766/workflows/7d821cec-24f1-45be-b17e-7e0648470e5f\",\r\n \"lastOperationName\": \"ICreateStorageSyncServiceWorkflow\"\r\n },\r\n \"location\": \"Central US EUAP\",\r\n \"tags\": {},\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps9412/providers/microsoft.storagesync/storageSyncServices/sssps8766\",\r\n \"name\": \"sssps8766\",\r\n \"type\": \"microsoft.storagesync/storageSyncServices\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps2930/providers/Microsoft.StorageSync/storageSyncServices/sssps1108/registeredServers/2831bf81-4a03-41bd-92da-87c651f94a78?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzMjkzMC9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMxMTA4L3JlZ2lzdGVyZWRTZXJ2ZXJzLzI4MzFiZjgxLTRhMDMtNDFiZC05MmRhLTg3YzY1MWY5NGE3OD9hcGktdmVyc2lvbj0yMDE5LTAzLTAx", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps9412/providers/Microsoft.StorageSync/storageSyncServices/sssps8766/registeredServers/da5e038a-b418-4e2f-a7bb-9fa95ec1480d?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzOTQxMi9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM4NzY2L3JlZ2lzdGVyZWRTZXJ2ZXJzL2RhNWUwMzhhLWI0MTgtNGUyZi1hN2JiLTlmYTk1ZWMxNDgwZD9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"serverCertificate\": \"MIIDGDCCAgCgAwIBAgIQZrMnSW/lG5xELR7EikisXDANBgkqhkiG9w0BAQ0FADA0MTIwMAYDVQQDEylhbmRyZXlhemRldm9wcy5yZWRtb25kLmNvcnAubWljcm9zb2Z0LmNvbTAeFw0xOTA1MjkwMjEyNDlaFw0yMDA1MjkwMjEyNDlaMDQxMjAwBgNVBAMTKWFuZHJleWF6ZGV2b3BzLnJlZG1vbmQuY29ycC5taWNyb3NvZnQuY29tMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAzWEfgMvao6tCt/lexsMFViVxCCoJbLClwvqfWN79eFc3bmXBtERIvKTlb1TqAigp5VjP021TaQsyN/K2t8qr2rAdlaeJtCXNSILe3+ForYGcQOP0p802kFXkhMUojfX8jGs1BLQTsUoKN4UtuxWIhpb7Iw00rT7wchTg6Yk+ULCRFAlxOQHZI0drM13tDO4kz0BRbTCoSvazS3O570p8sMrWFra6P1/HG1f7sIQP5txw205siGb5FpB0u16qD/z0d7tfMGv+JIqAb6InI393dj2FtbzExkkiBUFXWaH9czGkAFyWuzkECb0WEEK+7oTOrLlo0dh0bp6nxlZ+G7FLfQIDAQABoyYwJDAiBgNVHSUBAf8EGDAWBggrBgEFBQcDAgYKKwYBBAGCNwoDDDANBgkqhkiG9w0BAQ0FAAOCAQEAEn8WHN0h00/Vem50CnwXwnty0vGwu2v3plD1m0mw+3jCtDUTa/tF/a7jTVTCtK6VdqNP6tp/f+GflNRmZWIK/6DIEntouzL++7M5hArcJj01t0S0Vc+0FN3b2wuBuJUYWxR5Q8bNHStOm7l6nXjQ96k1fH/L/hu0dmhciak8LUEIowhSiIpnB3C9AGFuPi9DqjKdWxxzIPLybiDidgUfGbcCNHaZXvcNqNq4zpzeFPTi3VBEOXHIJhk0fT3iWjwvBwtUxPJJs3FIRZFWQa/cgEvBWrYMem98lqKNdmGDJP11OmUeAqJQTe+iSX9pDFzpEj/lM/tIjEh9fwKXuoO1uw==\",\r\n \"agentVersion\": \"5.0.2.0\",\r\n \"serverOSVersion\": \"10.0.14393.0\",\r\n \"lastHeartBeat\": \"7/3/2019 4:21:56 PM\",\r\n \"serverRole\": \"Standalone\",\r\n \"clusterId\": \"00000000-0000-0000-0000-000000000000\",\r\n \"serverId\": \"2831bf81-4a03-41bd-92da-87c651f94a78\",\r\n \"friendlyName\": \"andreyazdevops.redmond.corp.microsoft.com\"\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"serverCertificate\": \"MIIDEDCCAfigAwIBAgIQHMX6MF8k1YRIo40AAPKx/TANBgkqhkiG9w0BAQ0FADAwMS4wLAYDVQQDEyVhbmt1c2hiLXZtMDIubnRkZXYuY29ycC5taWNyb3NvZnQuY29tMB4XDTIwMDEyNzE5NTkwN1oXDTIxMDEyNzE5NTkwN1owMDEuMCwGA1UEAxMlYW5rdXNoYi12bTAyLm50ZGV2LmNvcnAubWljcm9zb2Z0LmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAOGKtANwb+dUXi5QVPKCUkpcWJ1/s18EqVBGRaQvIE518p7zWSfnk79FOerjfCT6kDBZPccnxBHK3hZZNgxrAkgv0LeDIEwHDvttYbcMfUzq1VviGnPuKWTsFkIAkG+8IehxX9eB/kBlkoyriziQXg4Bz74HBaQWlZeC65R6Tp8XcuO8HuKtnT3RfV6365pPHq4yp/N5e3NLxDoG1AKXEs8NtDkw2xOltLCu3qluV/AUX343pDEkLV3F8IOu3I7cU+NA/WzCF7UcZ8ZOhS5klMVNiUwCFsUdFUAXh9ufXEBs50IcVJlZU6ZUADbmrqaqpYtD94aKQeFsBlnou5s1A/kCAwEAAaMmMCQwIgYDVR0lAQH/BBgwFgYIKwYBBQUHAwIGCisGAQQBgjcKAwwwDQYJKoZIhvcNAQENBQADggEBAH7p2XFxnOdk/lbNBKW7nmjsjE5BeBU/OlBhKCUrmmY+fk3FvAYSs2jaJKqgZjxek/KdNf2UZMXztg8joF5s1Pdg6ICxJqc1t4gJunHUOoTHHyrotMyt6xJnClRCNqshA0n2z304hjKXcyCoLopemMFpOPEg2oG+EOuvwK/g1gAavGbmYJQc82uNF1LKNMmNfQ4Nn48dKLKg65SHgU+BISlCjHb/6NRTpTmK5acUOlHSrhGsJYCBsN1xJOzwxssXAoy25ebjajvnGcsC9k2HwLZWaSGsPuwWPfEtPPHjNRDrnaNLjSu2zc0uxZza8JWlE0pWD2kyf9OjyD1V0PxtZuM=\",\r\n \"agentVersion\": \"5.0.2.0\",\r\n \"serverOSVersion\": \"10.0.14393.0\",\r\n \"lastHeartBeat\": \"6/23/2020 4:28:03 PM\",\r\n \"serverRole\": \"Standalone\",\r\n \"clusterId\": \"00000000-0000-0000-0000-000000000000\",\r\n \"serverId\": \"da5e038a-b418-4e2f-a7bb-9fa95ec1480d\",\r\n \"friendlyName\": \"ankushb-vm02.ntdev.corp.microsoft.com\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "ead91a78-0e86-4b3c-b10a-d2067c10c6f4" + "e6ba9f77-467b-48da-acb7-dc221e69caee" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "1452" + "1437" ] }, "ResponseHeaders": { @@ -369,16 +501,16 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps2930/providers/microsoft.storagesync/storageSyncServices/sssps1108/workflows/4b9efbf7-7404-4f82-bc07-5283b24cdf27/operationresults/1d18605e-3a07-4f1a-8d7c-8e2825022d1f?api-version=2019-03-01" + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6IjhkMGRjYzFiLWJkMmYtNGQzYi04NjA5LTY1NzM1ZjlkODY2ZiIsIndvcmtmbG93SWQiOiIxZjAxMDA4OC0yOGMzLTQ3MzctOTA1Ny05MjZiMTQxY2MwYjciLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiMmU2ZjU1ZjMtZTJiOS00ZWVmLTk5ODMtNTg3MDFhNjRlNTViIn0=?api-version=2020-03-01" ], "Retry-After": [ "10" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps2930/providers/microsoft.storagesync/storageSyncServices/sssps1108/workflows/4b9efbf7-7404-4f82-bc07-5283b24cdf27/operations/1d18605e-3a07-4f1a-8d7c-8e2825022d1f?api-version=2019-03-01" + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6IjhkMGRjYzFiLWJkMmYtNGQzYi04NjA5LTY1NzM1ZjlkODY2ZiIsIndvcmtmbG93SWQiOiIxZjAxMDA4OC0yOGMzLTQ3MzctOTA1Ny05MjZiMTQxY2MwYjciLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiMmU2ZjU1ZjMtZTJiOS00ZWVmLTk5ODMtNTg3MDFhNjRlNTViIn0=?api-version=2020-03-01" ], "x-ms-request-id": [ - "239af66a-fe5b-40e3-8df3-53f17ad2b5ba" + "c8e9aa23-dec0-4a20-aaef-d367d604d482" ], "X-Content-Type-Options": [ "nosniff" @@ -399,13 +531,13 @@ "1198" ], "x-ms-correlation-request-id": [ - "65a14bb2-4da7-4f0b-a7a6-170924259a13" + "55827db7-7bdd-48e3-ab44-5fbb34ef289d" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T232156Z:65a14bb2-4da7-4f0b-a7a6-170924259a13" + "WESTUS:20200623T232804Z:55827db7-7bdd-48e3-ab44-5fbb34ef289d" ], "Date": [ - "Wed, 03 Jul 2019 23:21:56 GMT" + "Tue, 23 Jun 2020 23:28:03 GMT" ], "Expires": [ "-1" @@ -418,16 +550,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps2930/providers/microsoft.storagesync/storageSyncServices/sssps1108/workflows/4b9efbf7-7404-4f82-bc07-5283b24cdf27/operations/1d18605e-3a07-4f1a-8d7c-8e2825022d1f?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzMjkzMC9wcm92aWRlcnMvbWljcm9zb2Z0LnN0b3JhZ2VzeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMxMTA4L3dvcmtmbG93cy80YjllZmJmNy03NDA0LTRmODItYmMwNy01MjgzYjI0Y2RmMjcvb3BlcmF0aW9ucy8xZDE4NjA1ZS0zYTA3LTRmMWEtOGQ3Yy04ZTI4MjUwMjJkMWY/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6IjhkMGRjYzFiLWJkMmYtNGQzYi04NjA5LTY1NzM1ZjlkODY2ZiIsIndvcmtmbG93SWQiOiIxZjAxMDA4OC0yOGMzLTQ3MzctOTA1Ny05MjZiMTQxY2MwYjciLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiMmU2ZjU1ZjMtZTJiOS00ZWVmLTk5ODMtNTg3MDFhNjRlNTViIn0=?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvbG9jYXRpb25zL2NlbnRyYWx1c2V1YXAvb3BlcmF0aW9ucy9leUp3WVhKMGFYUnBiMjVKWkNJNklqaGtNR1JqWXpGaUxXSmtNbVl0TkdRellpMDROakE1TFRZMU56TTFaamxrT0RZMlppSXNJbmR2Y210bWJHOTNTV1FpT2lJeFpqQXhNREE0T0MweU9HTXpMVFEzTXpjdE9UQTFOeTA1TWpaaU1UUXhZMk13WWpjaUxDSjNiM0pyWm14dmQwOXdaWEpoZEdsdmJrbGtJam9pTW1VMlpqVTFaak10WlRKaU9TMDBaV1ZtTFRrNU9ETXROVGczTURGaE5qUmxOVFZpSW4wPT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -438,7 +570,7 @@ "no-cache" ], "x-ms-request-id": [ - "ed45fa3e-5144-413f-a305-5c32a64e813d" + "e9ac89da-d476-424e-be5f-3a6abe8538fc" ], "X-Content-Type-Options": [ "nosniff" @@ -456,41 +588,41 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11999" + "11997" ], "x-ms-correlation-request-id": [ - "e9608e77-74fa-4e48-87ee-07a4905ec107" + "f84c0e00-46b8-49a5-824a-fe32a7e33b77" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T232207Z:e9608e77-74fa-4e48-87ee-07a4905ec107" + "WESTUS:20200623T232814Z:f84c0e00-46b8-49a5-824a-fe32a7e33b77" ], "Date": [ - "Wed, 03 Jul 2019 23:22:07 GMT" + "Tue, 23 Jun 2020 23:28:13 GMT" ], "Content-Length": [ - "447" + "745" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps2930/providers/microsoft.storagesync/storageSyncServices/sssps1108/workflow/4b9efbf7-7404-4f82-bc07-5283b24cdf27/operationresults/1d18605e-3a07-4f1a-8d7c-8e2825022d1f\",\r\n \"name\": \"1d18605e-3a07-4f1a-8d7c-8e2825022d1f\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2019-07-03T23:21:57.2858809Z\",\r\n \"endTime\": \"2019-07-03T23:22:00.7551826Z\",\r\n \"percentComplete\": null,\r\n \"error\": null,\r\n \"properties\": {}\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6IjhkMGRjYzFiLWJkMmYtNGQzYi04NjA5LTY1NzM1ZjlkODY2ZiIsIndvcmtmbG93SWQiOiIxZjAxMDA4OC0yOGMzLTQ3MzctOTA1Ny05MjZiMTQxY2MwYjciLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiMmU2ZjU1ZjMtZTJiOS00ZWVmLTk5ODMtNTg3MDFhNjRlNTViIn0=\",\r\n \"name\": \"eyJwYXJ0aXRpb25JZCI6IjhkMGRjYzFiLWJkMmYtNGQzYi04NjA5LTY1NzM1ZjlkODY2ZiIsIndvcmtmbG93SWQiOiIxZjAxMDA4OC0yOGMzLTQ3MzctOTA1Ny05MjZiMTQxY2MwYjciLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiMmU2ZjU1ZjMtZTJiOS00ZWVmLTk5ODMtNTg3MDFhNjRlNTViIn0=\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2020-06-23T23:28:05.5757158Z\",\r\n \"endTime\": \"2020-06-23T23:28:08.9698051Z\",\r\n \"properties\": {}\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps2930/providers/Microsoft.StorageSync/storageSyncServices/sssps1108/registeredServers/2831bf81-4a03-41bd-92da-87c651f94a78?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzMjkzMC9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMxMTA4L3JlZ2lzdGVyZWRTZXJ2ZXJzLzI4MzFiZjgxLTRhMDMtNDFiZC05MmRhLTg3YzY1MWY5NGE3OD9hcGktdmVyc2lvbj0yMDE5LTAzLTAx", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps9412/providers/Microsoft.StorageSync/storageSyncServices/sssps8766/registeredServers/da5e038a-b418-4e2f-a7bb-9fa95ec1480d?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzOTQxMi9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM4NzY2L3JlZ2lzdGVyZWRTZXJ2ZXJzL2RhNWUwMzhhLWI0MTgtNGUyZi1hN2JiLTlmYTk1ZWMxNDgwZD9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -501,7 +633,7 @@ "no-cache" ], "x-ms-request-id": [ - "0ca827b7-bbc7-48b0-a511-f749b03a2647" + "6b914809-f2ae-42e0-8934-b46ea9c43f1f" ], "X-Content-Type-Options": [ "nosniff" @@ -519,47 +651,47 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11998" + "11996" ], "x-ms-correlation-request-id": [ - "5256f0e3-9d03-4e64-9eb6-22a565730b12" + "bdd9ce0b-0819-4fcf-972a-7af5115abb27" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T232207Z:5256f0e3-9d03-4e64-9eb6-22a565730b12" + "WESTUS:20200623T232814Z:bdd9ce0b-0819-4fcf-972a-7af5115abb27" ], "Date": [ - "Wed, 03 Jul 2019 23:22:07 GMT" + "Tue, 23 Jun 2020 23:28:13 GMT" ], "Content-Length": [ - "13367" + "13498" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"serverCertificate\": null,\r\n \"agentVersion\": \"5.0.2.0\",\r\n \"agentVersionStatus\": null,\r\n \"agentVersionExpirationDate\": null,\r\n \"serverOSVersion\": \"10.0.14393.0\",\r\n \"serverManagementErrorCode\": 0,\r\n \"lastHeartBeat\": \"2019-07-03T16:22:00.552001-07:00\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"serverRole\": \"Standalone\",\r\n \"clusterId\": \"00000000-0000-0000-0000-000000000000\",\r\n \"clusterName\": \"\",\r\n \"serverId\": \"2831bf81-4a03-41bd-92da-87c651f94a78\",\r\n \"storageSyncServiceUid\": \"6db7dbaa-cfed-4f92-9687-b5fd4b8e11f0\",\r\n \"lastWorkflowId\": \"storageSyncServices/sssps1108/workflows/4b9efbf7-7404-4f82-bc07-5283b24cdf27\",\r\n \"lastOperationName\": \"ICreateRegisteredServerWorkflow\",\r\n \"friendlyName\": \"andreyazdevops.redmond.corp.microsoft.com\",\r\n \"monitoringConfiguration\": \"{\\\"agentConfiguration\\\":\\\" \\\\\\\\Memory\\\\\\\\Available MBytes \\\\\\\\Processor(_Total)\\\\\\\\% Processor Time \\\\\\\\Network Interface(*)\\\\\\\\Bytes Total/sec \\\\\\\\Network Interface(*)\\\\\\\\Bytes Received/sec \\\\\\\\Network Interface(*)\\\\\\\\Bytes Sent/sec \\\\\\\\Network Interface(*)\\\\\\\\Current Bandwidth \\\\\\\\Network Interface(*)\\\\\\\\Output Queue Length \\\\\\\\Server\\\\\\\\Bytes Total/sec \\\\\\\\Process(filesyncsvc)\\\\\\\\* \\\\\\\\Process(w3wp)\\\\\\\\Private Bytes \\\\\\\\Process(MonAgentCore)\\\\\\\\% Processor Time \\\\\\\\Process(MonAgentHost)\\\\\\\\% Processor Time \\\\\\\\Process(MonAgentManager)\\\\\\\\% Processor Time \\\\\\\\Process(MonAgentLauncher)\\\\\\\\% Processor Time \\\\\\\\Process(MonAgentCore)\\\\\\\\Private Bytes \\\\\\\\Process(MonAgentHost)\\\\\\\\Private Bytes \\\\\\\\Process(MonAgentManager)\\\\\\\\Private Bytes \\\\\\\\Process(MonAgentLauncher)\\\\\\\\Private Bytes \\\\\\\\Process(AzureStorageSyncMonitor)\\\\\\\\% Processor Time \\\\\\\\Process(AzureStorageSyncMonitor)\\\\\\\\Private Bytes \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") EventsToCollect=ServerPerformanceCounters:PerformanceCounter,ServerTelemetryEvents:WindowsEventLog,ServerItemResultsEvents:WindowsEventLog,ServerApplicationEvents:WindowsEventLog;DiagnosticEvents=ServerOperationalEvents:WindowsEventLog,ServerDiagnosticEvents:WindowsEventLog,ServerManagementOperationalEvents:WindowsEventLog,ServerManagementDiagnosticEvents:WindowsEventLog,ServerScrubbingEvents:WindowsEventLog,TieringResultsEvents:WindowsEventLog,RecallResultsEvents:WindowsEventLog,AfsUserModeTraceSession:Trace,AfsKernelModeTraceSession:Trace,InstallerLogs:InstallerLogs;EventSchedulerIntervalsInMins=EnvironmentTelemetry:1440 \\\",\\\"configurationVersion\\\":\\\"1\\\",\\\"id\\\":null,\\\"type\\\":\\\"microsoft.storagesync/storageSyncServices/HybridMonitoringConfiguration\\\"}\",\r\n \"managementEndpointUri\": \"https://euap01.afs.azure.net:443/\",\r\n \"discoveryEndpointUri\": \"https://tm-euap01.afs.azure.net:443\",\r\n \"resourceLocation\": \"centraluseuap\",\r\n \"serviceLocation\": \"centraluseuap\"\r\n },\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps2930/providers/microsoft.storagesync/storageSyncServices/sssps1108/registeredServers/2831bf81-4a03-41bd-92da-87c651f94a78\",\r\n \"name\": \"2831bf81-4a03-41bd-92da-87c651f94a78\",\r\n \"type\": \"microsoft.storagesync/storageSyncServices/registeredServers\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"agentVersion\": \"5.0.2.0\",\r\n \"serverOSVersion\": \"10.0.14393.0\",\r\n \"serverManagementErrorCode\": 0,\r\n \"lastHeartBeat\": \"2020-06-23T16:28:08.7812442-07:00\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"serverRole\": \"Standalone\",\r\n \"clusterId\": \"00000000-0000-0000-0000-000000000000\",\r\n \"clusterName\": \"\",\r\n \"serverId\": \"da5e038a-b418-4e2f-a7bb-9fa95ec1480d\",\r\n \"storageSyncServiceUid\": \"8d0dcc1b-bd2f-4d3b-8609-65735f9d866f\",\r\n \"lastWorkflowId\": \"storageSyncServices/sssps8766/workflows/1f010088-28c3-4737-9057-926b141cc0b7\",\r\n \"lastOperationName\": \"ICreateRegisteredServerWorkflow\",\r\n \"friendlyName\": \"ankushb-vm02.ntdev.corp.microsoft.com\",\r\n \"monitoringConfiguration\": \"{\\\"agentConfiguration\\\":\\\" \\\\\\\\Memory\\\\\\\\Available MBytes \\\\\\\\Processor(_Total)\\\\\\\\% Processor Time \\\\\\\\Network Interface(*)\\\\\\\\Bytes Total/sec \\\\\\\\Network Interface(*)\\\\\\\\Bytes Received/sec \\\\\\\\Network Interface(*)\\\\\\\\Bytes Sent/sec \\\\\\\\Network Interface(*)\\\\\\\\Current Bandwidth \\\\\\\\Network Interface(*)\\\\\\\\Output Queue Length \\\\\\\\Server\\\\\\\\Bytes Total/sec \\\\\\\\Process(filesyncsvc)\\\\\\\\* \\\\\\\\Process(w3wp)\\\\\\\\Private Bytes \\\\\\\\Process(MonAgentCore)\\\\\\\\% Processor Time \\\\\\\\Process(MonAgentHost)\\\\\\\\% Processor Time \\\\\\\\Process(MonAgentManager)\\\\\\\\% Processor Time \\\\\\\\Process(MonAgentLauncher)\\\\\\\\% Processor Time \\\\\\\\Process(MonAgentCore)\\\\\\\\Private Bytes \\\\\\\\Process(MonAgentHost)\\\\\\\\Private Bytes \\\\\\\\Process(MonAgentManager)\\\\\\\\Private Bytes \\\\\\\\Process(MonAgentLauncher)\\\\\\\\Private Bytes \\\\\\\\Process(AzureStorageSyncMonitor)\\\\\\\\% Processor Time \\\\\\\\Process(AzureStorageSyncMonitor)\\\\\\\\Private Bytes \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") EventsToCollect=ServerPerformanceCounters:PerformanceCounter,ServerTelemetryEvents:WindowsEventLog,ServerItemResultsEvents:WindowsEventLog,ServerApplicationEvents:WindowsEventLog;DiagnosticEvents=ServerOperationalEvents:WindowsEventLog,ServerDiagnosticEvents:WindowsEventLog,ServerManagementOperationalEvents:WindowsEventLog,ServerManagementDiagnosticEvents:WindowsEventLog,ServerScrubbingEvents:WindowsEventLog,TieringResultsEvents:WindowsEventLog,RecallResultsEvents:WindowsEventLog,AfsUserModeTraceSession:Trace,AfsKernelModeTraceSession:Trace,InstallerLogs:InstallerLogs;EventSchedulerIntervalsInMins=EnvironmentTelemetry:1440 \\\",\\\"configurationVersion\\\":\\\"1\\\",\\\"id\\\":null,\\\"type\\\":\\\"microsoft.storagesync/storageSyncServices/HybridMonitoringConfiguration\\\"}\",\r\n \"managementEndpointUri\": \"https://euap01.afs.azure.net:443/\",\r\n \"discoveryEndpointUri\": \"https://tm-euap01.afs.azure.net:443\",\r\n \"resourceLocation\": \"centraluseuap\",\r\n \"serviceLocation\": \"centraluseuap\",\r\n \"monitoringEndpointUri\": \"https://euap01.afs.azure.net:443/\"\r\n },\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps9412/providers/microsoft.storagesync/storageSyncServices/sssps8766/registeredServers/da5e038a-b418-4e2f-a7bb-9fa95ec1480d\",\r\n \"name\": \"da5e038a-b418-4e2f-a7bb-9fa95ec1480d\",\r\n \"type\": \"microsoft.storagesync/storageSyncServices/registeredServers\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps2930/providers/Microsoft.StorageSync/storageSyncServices/sssps1108/registeredServers/2831bf81-4a03-41bd-92da-87c651f94a78?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzMjkzMC9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMxMTA4L3JlZ2lzdGVyZWRTZXJ2ZXJzLzI4MzFiZjgxLTRhMDMtNDFiZC05MmRhLTg3YzY1MWY5NGE3OD9hcGktdmVyc2lvbj0yMDE5LTAzLTAx", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps9412/providers/Microsoft.StorageSync/storageSyncServices/sssps8766/registeredServers/da5e038a-b418-4e2f-a7bb-9fa95ec1480d?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzOTQxMi9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM4NzY2L3JlZ2lzdGVyZWRTZXJ2ZXJzL2RhNWUwMzhhLWI0MTgtNGUyZi1hN2JiLTlmYTk1ZWMxNDgwZD9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "2bbe2287-93d6-4051-828f-6dcc801880eb" + "bdf56d03-f5c1-4ab2-a060-ba5e7fdbbe6d" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -570,7 +702,7 @@ "no-cache" ], "x-ms-request-id": [ - "1624d482-d7a0-4cb2-be6c-2b254dabb724" + "224e2745-e15e-47b6-81ee-1f3684b0aafe" ], "X-Content-Type-Options": [ "nosniff" @@ -588,47 +720,47 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11997" + "11995" ], "x-ms-correlation-request-id": [ - "bf336cbb-c109-48eb-9a13-d71451afdf30" + "0a2e923a-e6b2-483f-bb24-c23fc341dec0" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T232208Z:bf336cbb-c109-48eb-9a13-d71451afdf30" + "WESTUS:20200623T232815Z:0a2e923a-e6b2-483f-bb24-c23fc341dec0" ], "Date": [ - "Wed, 03 Jul 2019 23:22:08 GMT" + "Tue, 23 Jun 2020 23:28:14 GMT" ], "Content-Length": [ - "13367" + "13498" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"serverCertificate\": null,\r\n \"agentVersion\": \"5.0.2.0\",\r\n \"agentVersionStatus\": null,\r\n \"agentVersionExpirationDate\": null,\r\n \"serverOSVersion\": \"10.0.14393.0\",\r\n \"serverManagementErrorCode\": 0,\r\n \"lastHeartBeat\": \"2019-07-03T16:22:00.552001-07:00\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"serverRole\": \"Standalone\",\r\n \"clusterId\": \"00000000-0000-0000-0000-000000000000\",\r\n \"clusterName\": \"\",\r\n \"serverId\": \"2831bf81-4a03-41bd-92da-87c651f94a78\",\r\n \"storageSyncServiceUid\": \"6db7dbaa-cfed-4f92-9687-b5fd4b8e11f0\",\r\n \"lastWorkflowId\": \"storageSyncServices/sssps1108/workflows/4b9efbf7-7404-4f82-bc07-5283b24cdf27\",\r\n \"lastOperationName\": \"ICreateRegisteredServerWorkflow\",\r\n \"friendlyName\": \"andreyazdevops.redmond.corp.microsoft.com\",\r\n \"monitoringConfiguration\": \"{\\\"agentConfiguration\\\":\\\" \\\\\\\\Memory\\\\\\\\Available MBytes \\\\\\\\Processor(_Total)\\\\\\\\% Processor Time \\\\\\\\Network Interface(*)\\\\\\\\Bytes Total/sec \\\\\\\\Network Interface(*)\\\\\\\\Bytes Received/sec \\\\\\\\Network Interface(*)\\\\\\\\Bytes Sent/sec \\\\\\\\Network Interface(*)\\\\\\\\Current Bandwidth \\\\\\\\Network Interface(*)\\\\\\\\Output Queue Length \\\\\\\\Server\\\\\\\\Bytes Total/sec \\\\\\\\Process(filesyncsvc)\\\\\\\\* \\\\\\\\Process(w3wp)\\\\\\\\Private Bytes \\\\\\\\Process(MonAgentCore)\\\\\\\\% Processor Time \\\\\\\\Process(MonAgentHost)\\\\\\\\% Processor Time \\\\\\\\Process(MonAgentManager)\\\\\\\\% Processor Time \\\\\\\\Process(MonAgentLauncher)\\\\\\\\% Processor Time \\\\\\\\Process(MonAgentCore)\\\\\\\\Private Bytes \\\\\\\\Process(MonAgentHost)\\\\\\\\Private Bytes \\\\\\\\Process(MonAgentManager)\\\\\\\\Private Bytes \\\\\\\\Process(MonAgentLauncher)\\\\\\\\Private Bytes \\\\\\\\Process(AzureStorageSyncMonitor)\\\\\\\\% Processor Time \\\\\\\\Process(AzureStorageSyncMonitor)\\\\\\\\Private Bytes \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") EventsToCollect=ServerPerformanceCounters:PerformanceCounter,ServerTelemetryEvents:WindowsEventLog,ServerItemResultsEvents:WindowsEventLog,ServerApplicationEvents:WindowsEventLog;DiagnosticEvents=ServerOperationalEvents:WindowsEventLog,ServerDiagnosticEvents:WindowsEventLog,ServerManagementOperationalEvents:WindowsEventLog,ServerManagementDiagnosticEvents:WindowsEventLog,ServerScrubbingEvents:WindowsEventLog,TieringResultsEvents:WindowsEventLog,RecallResultsEvents:WindowsEventLog,AfsUserModeTraceSession:Trace,AfsKernelModeTraceSession:Trace,InstallerLogs:InstallerLogs;EventSchedulerIntervalsInMins=EnvironmentTelemetry:1440 \\\",\\\"configurationVersion\\\":\\\"1\\\",\\\"id\\\":null,\\\"type\\\":\\\"microsoft.storagesync/storageSyncServices/HybridMonitoringConfiguration\\\"}\",\r\n \"managementEndpointUri\": \"https://euap01.afs.azure.net:443/\",\r\n \"discoveryEndpointUri\": \"https://tm-euap01.afs.azure.net:443\",\r\n \"resourceLocation\": \"centraluseuap\",\r\n \"serviceLocation\": \"centraluseuap\"\r\n },\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps2930/providers/microsoft.storagesync/storageSyncServices/sssps1108/registeredServers/2831bf81-4a03-41bd-92da-87c651f94a78\",\r\n \"name\": \"2831bf81-4a03-41bd-92da-87c651f94a78\",\r\n \"type\": \"microsoft.storagesync/storageSyncServices/registeredServers\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"agentVersion\": \"5.0.2.0\",\r\n \"serverOSVersion\": \"10.0.14393.0\",\r\n \"serverManagementErrorCode\": 0,\r\n \"lastHeartBeat\": \"2020-06-23T16:28:08.7812442-07:00\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"serverRole\": \"Standalone\",\r\n \"clusterId\": \"00000000-0000-0000-0000-000000000000\",\r\n \"clusterName\": \"\",\r\n \"serverId\": \"da5e038a-b418-4e2f-a7bb-9fa95ec1480d\",\r\n \"storageSyncServiceUid\": \"8d0dcc1b-bd2f-4d3b-8609-65735f9d866f\",\r\n \"lastWorkflowId\": \"storageSyncServices/sssps8766/workflows/1f010088-28c3-4737-9057-926b141cc0b7\",\r\n \"lastOperationName\": \"ICreateRegisteredServerWorkflow\",\r\n \"friendlyName\": \"ankushb-vm02.ntdev.corp.microsoft.com\",\r\n \"monitoringConfiguration\": \"{\\\"agentConfiguration\\\":\\\" \\\\\\\\Memory\\\\\\\\Available MBytes \\\\\\\\Processor(_Total)\\\\\\\\% Processor Time \\\\\\\\Network Interface(*)\\\\\\\\Bytes Total/sec \\\\\\\\Network Interface(*)\\\\\\\\Bytes Received/sec \\\\\\\\Network Interface(*)\\\\\\\\Bytes Sent/sec \\\\\\\\Network Interface(*)\\\\\\\\Current Bandwidth \\\\\\\\Network Interface(*)\\\\\\\\Output Queue Length \\\\\\\\Server\\\\\\\\Bytes Total/sec \\\\\\\\Process(filesyncsvc)\\\\\\\\* \\\\\\\\Process(w3wp)\\\\\\\\Private Bytes \\\\\\\\Process(MonAgentCore)\\\\\\\\% Processor Time \\\\\\\\Process(MonAgentHost)\\\\\\\\% Processor Time \\\\\\\\Process(MonAgentManager)\\\\\\\\% Processor Time \\\\\\\\Process(MonAgentLauncher)\\\\\\\\% Processor Time \\\\\\\\Process(MonAgentCore)\\\\\\\\Private Bytes \\\\\\\\Process(MonAgentHost)\\\\\\\\Private Bytes \\\\\\\\Process(MonAgentManager)\\\\\\\\Private Bytes \\\\\\\\Process(MonAgentLauncher)\\\\\\\\Private Bytes \\\\\\\\Process(AzureStorageSyncMonitor)\\\\\\\\% Processor Time \\\\\\\\Process(AzureStorageSyncMonitor)\\\\\\\\Private Bytes \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") EventsToCollect=ServerPerformanceCounters:PerformanceCounter,ServerTelemetryEvents:WindowsEventLog,ServerItemResultsEvents:WindowsEventLog,ServerApplicationEvents:WindowsEventLog;DiagnosticEvents=ServerOperationalEvents:WindowsEventLog,ServerDiagnosticEvents:WindowsEventLog,ServerManagementOperationalEvents:WindowsEventLog,ServerManagementDiagnosticEvents:WindowsEventLog,ServerScrubbingEvents:WindowsEventLog,TieringResultsEvents:WindowsEventLog,RecallResultsEvents:WindowsEventLog,AfsUserModeTraceSession:Trace,AfsKernelModeTraceSession:Trace,InstallerLogs:InstallerLogs;EventSchedulerIntervalsInMins=EnvironmentTelemetry:1440 \\\",\\\"configurationVersion\\\":\\\"1\\\",\\\"id\\\":null,\\\"type\\\":\\\"microsoft.storagesync/storageSyncServices/HybridMonitoringConfiguration\\\"}\",\r\n \"managementEndpointUri\": \"https://euap01.afs.azure.net:443/\",\r\n \"discoveryEndpointUri\": \"https://tm-euap01.afs.azure.net:443\",\r\n \"resourceLocation\": \"centraluseuap\",\r\n \"serviceLocation\": \"centraluseuap\",\r\n \"monitoringEndpointUri\": \"https://euap01.afs.azure.net:443/\"\r\n },\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps9412/providers/microsoft.storagesync/storageSyncServices/sssps8766/registeredServers/da5e038a-b418-4e2f-a7bb-9fa95ec1480d\",\r\n \"name\": \"da5e038a-b418-4e2f-a7bb-9fa95ec1480d\",\r\n \"type\": \"microsoft.storagesync/storageSyncServices/registeredServers\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps2930/providers/Microsoft.StorageSync/storageSyncServices/sssps1108/registeredServers?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzMjkzMC9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMxMTA4L3JlZ2lzdGVyZWRTZXJ2ZXJzP2FwaS12ZXJzaW9uPTIwMTktMDMtMDE=", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps9412/providers/Microsoft.StorageSync/storageSyncServices/sssps8766/registeredServers?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzOTQxMi9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM4NzY2L3JlZ2lzdGVyZWRTZXJ2ZXJzP2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "94572990-4deb-41b2-af1d-ca1fcab73c1f" + "e92f0b65-fcc0-41a4-99b5-f1160a184b63" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -639,7 +771,7 @@ "no-cache" ], "x-ms-request-id": [ - "6f6c368e-b0dc-4dc6-8a58-6558e7bc7a90" + "b4dfc8d4-fbfd-423c-8ab1-098b0093dd32" ], "X-Content-Type-Options": [ "nosniff" @@ -657,47 +789,47 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11996" + "11994" ], "x-ms-correlation-request-id": [ - "5ee2a7bd-3b78-4a83-8e54-11f123ac241f" + "8e453893-61fe-4d7c-ac66-21f83c73cd9c" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T232208Z:5ee2a7bd-3b78-4a83-8e54-11f123ac241f" + "WESTUS:20200623T232815Z:8e453893-61fe-4d7c-ac66-21f83c73cd9c" ], "Date": [ - "Wed, 03 Jul 2019 23:22:08 GMT" + "Tue, 23 Jun 2020 23:28:14 GMT" ], "Content-Length": [ - "13379" + "13627" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"properties\": {\r\n \"serverCertificate\": null,\r\n \"agentVersion\": \"5.0.2.0\",\r\n \"agentVersionStatus\": null,\r\n \"agentVersionExpirationDate\": null,\r\n \"serverOSVersion\": \"10.0.14393.0\",\r\n \"serverManagementErrorCode\": 0,\r\n \"lastHeartBeat\": \"2019-07-03T16:22:00.552001-07:00\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"serverRole\": \"Standalone\",\r\n \"clusterId\": \"00000000-0000-0000-0000-000000000000\",\r\n \"clusterName\": \"\",\r\n \"serverId\": \"2831bf81-4a03-41bd-92da-87c651f94a78\",\r\n \"storageSyncServiceUid\": \"6db7dbaa-cfed-4f92-9687-b5fd4b8e11f0\",\r\n \"lastWorkflowId\": \"storageSyncServices/sssps1108/workflows/4b9efbf7-7404-4f82-bc07-5283b24cdf27\",\r\n \"lastOperationName\": \"ICreateRegisteredServerWorkflow\",\r\n \"friendlyName\": \"andreyazdevops.redmond.corp.microsoft.com\",\r\n \"monitoringConfiguration\": \"{\\\"agentConfiguration\\\":\\\" \\\\\\\\Memory\\\\\\\\Available MBytes \\\\\\\\Processor(_Total)\\\\\\\\% Processor Time \\\\\\\\Network Interface(*)\\\\\\\\Bytes Total/sec \\\\\\\\Network Interface(*)\\\\\\\\Bytes Received/sec \\\\\\\\Network Interface(*)\\\\\\\\Bytes Sent/sec \\\\\\\\Network Interface(*)\\\\\\\\Current Bandwidth \\\\\\\\Network Interface(*)\\\\\\\\Output Queue Length \\\\\\\\Server\\\\\\\\Bytes Total/sec \\\\\\\\Process(filesyncsvc)\\\\\\\\* \\\\\\\\Process(w3wp)\\\\\\\\Private Bytes \\\\\\\\Process(MonAgentCore)\\\\\\\\% Processor Time \\\\\\\\Process(MonAgentHost)\\\\\\\\% Processor Time \\\\\\\\Process(MonAgentManager)\\\\\\\\% Processor Time \\\\\\\\Process(MonAgentLauncher)\\\\\\\\% Processor Time \\\\\\\\Process(MonAgentCore)\\\\\\\\Private Bytes \\\\\\\\Process(MonAgentHost)\\\\\\\\Private Bytes \\\\\\\\Process(MonAgentManager)\\\\\\\\Private Bytes \\\\\\\\Process(MonAgentLauncher)\\\\\\\\Private Bytes \\\\\\\\Process(AzureStorageSyncMonitor)\\\\\\\\% Processor Time \\\\\\\\Process(AzureStorageSyncMonitor)\\\\\\\\Private Bytes \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") EventsToCollect=ServerPerformanceCounters:PerformanceCounter,ServerTelemetryEvents:WindowsEventLog,ServerItemResultsEvents:WindowsEventLog,ServerApplicationEvents:WindowsEventLog;DiagnosticEvents=ServerOperationalEvents:WindowsEventLog,ServerDiagnosticEvents:WindowsEventLog,ServerManagementOperationalEvents:WindowsEventLog,ServerManagementDiagnosticEvents:WindowsEventLog,ServerScrubbingEvents:WindowsEventLog,TieringResultsEvents:WindowsEventLog,RecallResultsEvents:WindowsEventLog,AfsUserModeTraceSession:Trace,AfsKernelModeTraceSession:Trace,InstallerLogs:InstallerLogs;EventSchedulerIntervalsInMins=EnvironmentTelemetry:1440 \\\",\\\"configurationVersion\\\":\\\"1\\\",\\\"id\\\":null,\\\"type\\\":\\\"microsoft.storagesync/storageSyncServices/HybridMonitoringConfiguration\\\"}\",\r\n \"managementEndpointUri\": \"https://euap01.afs.azure.net:443/\",\r\n \"discoveryEndpointUri\": \"https://tm-euap01.afs.azure.net:443\",\r\n \"resourceLocation\": \"centraluseuap\",\r\n \"serviceLocation\": \"centraluseuap\"\r\n },\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps2930/providers/microsoft.storagesync/storageSyncServices/sssps1108/registeredServers/2831bf81-4a03-41bd-92da-87c651f94a78\",\r\n \"name\": \"2831bf81-4a03-41bd-92da-87c651f94a78\",\r\n \"type\": \"microsoft.storagesync/storageSyncServices/registeredServers\"\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"properties\": {\r\n \"agentVersion\": \"5.0.2.0\",\r\n \"serverOSVersion\": \"10.0.14393.0\",\r\n \"serverManagementErrorCode\": 0,\r\n \"lastHeartBeat\": \"2020-06-23T16:28:08.7812442-07:00\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"serverRole\": \"Standalone\",\r\n \"clusterId\": \"00000000-0000-0000-0000-000000000000\",\r\n \"clusterName\": \"\",\r\n \"serverId\": \"da5e038a-b418-4e2f-a7bb-9fa95ec1480d\",\r\n \"storageSyncServiceUid\": \"8d0dcc1b-bd2f-4d3b-8609-65735f9d866f\",\r\n \"lastWorkflowId\": \"storageSyncServices/sssps8766/workflows/1f010088-28c3-4737-9057-926b141cc0b7\",\r\n \"lastOperationName\": \"ICreateRegisteredServerWorkflow\",\r\n \"friendlyName\": \"ankushb-vm02.ntdev.corp.microsoft.com\",\r\n \"monitoringConfiguration\": \"{\\\"agentConfiguration\\\":\\\" \\\\\\\\Memory\\\\\\\\Available MBytes \\\\\\\\Processor(_Total)\\\\\\\\% Processor Time \\\\\\\\Network Interface(*)\\\\\\\\Bytes Total/sec \\\\\\\\Network Interface(*)\\\\\\\\Bytes Received/sec \\\\\\\\Network Interface(*)\\\\\\\\Bytes Sent/sec \\\\\\\\Network Interface(*)\\\\\\\\Current Bandwidth \\\\\\\\Network Interface(*)\\\\\\\\Output Queue Length \\\\\\\\Server\\\\\\\\Bytes Total/sec \\\\\\\\Process(filesyncsvc)\\\\\\\\* \\\\\\\\Process(w3wp)\\\\\\\\Private Bytes \\\\\\\\Process(MonAgentCore)\\\\\\\\% Processor Time \\\\\\\\Process(MonAgentHost)\\\\\\\\% Processor Time \\\\\\\\Process(MonAgentManager)\\\\\\\\% Processor Time \\\\\\\\Process(MonAgentLauncher)\\\\\\\\% Processor Time \\\\\\\\Process(MonAgentCore)\\\\\\\\Private Bytes \\\\\\\\Process(MonAgentHost)\\\\\\\\Private Bytes \\\\\\\\Process(MonAgentManager)\\\\\\\\Private Bytes \\\\\\\\Process(MonAgentLauncher)\\\\\\\\Private Bytes \\\\\\\\Process(AzureStorageSyncMonitor)\\\\\\\\% Processor Time \\\\\\\\Process(AzureStorageSyncMonitor)\\\\\\\\Private Bytes \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") EventsToCollect=ServerPerformanceCounters:PerformanceCounter,ServerTelemetryEvents:WindowsEventLog,ServerItemResultsEvents:WindowsEventLog,ServerApplicationEvents:WindowsEventLog;DiagnosticEvents=ServerOperationalEvents:WindowsEventLog,ServerDiagnosticEvents:WindowsEventLog,ServerManagementOperationalEvents:WindowsEventLog,ServerManagementDiagnosticEvents:WindowsEventLog,ServerScrubbingEvents:WindowsEventLog,TieringResultsEvents:WindowsEventLog,RecallResultsEvents:WindowsEventLog,AfsUserModeTraceSession:Trace,AfsKernelModeTraceSession:Trace,InstallerLogs:InstallerLogs;EventSchedulerIntervalsInMins=EnvironmentTelemetry:1440 \\\",\\\"configurationVersion\\\":\\\"1\\\",\\\"id\\\":null,\\\"type\\\":\\\"microsoft.storagesync/storageSyncServices/HybridMonitoringConfiguration\\\"}\",\r\n \"managementEndpointUri\": \"https://euap01.afs.azure.net:443/\",\r\n \"discoveryEndpointUri\": \"https://tm-euap01.afs.azure.net:443\",\r\n \"resourceLocation\": \"centraluseuap\",\r\n \"serviceLocation\": \"centraluseuap\",\r\n \"monitoringEndpointUri\": \"https://euap01.afs.azure.net:443/\"\r\n },\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps9412/providers/microsoft.storagesync/storageSyncServices/sssps8766/registeredServers/da5e038a-b418-4e2f-a7bb-9fa95ec1480d\",\r\n \"name\": \"da5e038a-b418-4e2f-a7bb-9fa95ec1480d\",\r\n \"type\": \"microsoft.storagesync/storageSyncServices/registeredServers\"\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps2930/providers/Microsoft.StorageSync/storageSyncServices/sssps1108/registeredServers?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzMjkzMC9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMxMTA4L3JlZ2lzdGVyZWRTZXJ2ZXJzP2FwaS12ZXJzaW9uPTIwMTktMDMtMDE=", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps9412/providers/Microsoft.StorageSync/storageSyncServices/sssps8766/registeredServers?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzOTQxMi9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM4NzY2L3JlZ2lzdGVyZWRTZXJ2ZXJzP2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "f2b7a61b-a223-4433-84d1-afa27be70a2e" + "dd0906e4-0563-4bf4-b660-16db1ef85ddf" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -708,7 +840,7 @@ "no-cache" ], "x-ms-request-id": [ - "159453fc-5c5b-4441-b017-ec25d5933333" + "6bc7acef-88e9-4fd2-9ca0-fff83667c101" ], "X-Content-Type-Options": [ "nosniff" @@ -726,47 +858,47 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11995" + "11993" ], "x-ms-correlation-request-id": [ - "84fc1daf-f0ba-448e-aebf-db53718ce98d" + "bf0c7a25-0e53-4d63-84e4-8e59f2eed4b6" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T232209Z:84fc1daf-f0ba-448e-aebf-db53718ce98d" + "WESTUS:20200623T232815Z:bf0c7a25-0e53-4d63-84e4-8e59f2eed4b6" ], "Date": [ - "Wed, 03 Jul 2019 23:22:08 GMT" + "Tue, 23 Jun 2020 23:28:14 GMT" ], "Content-Length": [ - "13379" + "13627" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"properties\": {\r\n \"serverCertificate\": null,\r\n \"agentVersion\": \"5.0.2.0\",\r\n \"agentVersionStatus\": null,\r\n \"agentVersionExpirationDate\": null,\r\n \"serverOSVersion\": \"10.0.14393.0\",\r\n \"serverManagementErrorCode\": 0,\r\n \"lastHeartBeat\": \"2019-07-03T16:22:00.552001-07:00\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"serverRole\": \"Standalone\",\r\n \"clusterId\": \"00000000-0000-0000-0000-000000000000\",\r\n \"clusterName\": \"\",\r\n \"serverId\": \"2831bf81-4a03-41bd-92da-87c651f94a78\",\r\n \"storageSyncServiceUid\": \"6db7dbaa-cfed-4f92-9687-b5fd4b8e11f0\",\r\n \"lastWorkflowId\": \"storageSyncServices/sssps1108/workflows/4b9efbf7-7404-4f82-bc07-5283b24cdf27\",\r\n \"lastOperationName\": \"ICreateRegisteredServerWorkflow\",\r\n \"friendlyName\": \"andreyazdevops.redmond.corp.microsoft.com\",\r\n \"monitoringConfiguration\": \"{\\\"agentConfiguration\\\":\\\" \\\\\\\\Memory\\\\\\\\Available MBytes \\\\\\\\Processor(_Total)\\\\\\\\% Processor Time \\\\\\\\Network Interface(*)\\\\\\\\Bytes Total/sec \\\\\\\\Network Interface(*)\\\\\\\\Bytes Received/sec \\\\\\\\Network Interface(*)\\\\\\\\Bytes Sent/sec \\\\\\\\Network Interface(*)\\\\\\\\Current Bandwidth \\\\\\\\Network Interface(*)\\\\\\\\Output Queue Length \\\\\\\\Server\\\\\\\\Bytes Total/sec \\\\\\\\Process(filesyncsvc)\\\\\\\\* \\\\\\\\Process(w3wp)\\\\\\\\Private Bytes \\\\\\\\Process(MonAgentCore)\\\\\\\\% Processor Time \\\\\\\\Process(MonAgentHost)\\\\\\\\% Processor Time \\\\\\\\Process(MonAgentManager)\\\\\\\\% Processor Time \\\\\\\\Process(MonAgentLauncher)\\\\\\\\% Processor Time \\\\\\\\Process(MonAgentCore)\\\\\\\\Private Bytes \\\\\\\\Process(MonAgentHost)\\\\\\\\Private Bytes \\\\\\\\Process(MonAgentManager)\\\\\\\\Private Bytes \\\\\\\\Process(MonAgentLauncher)\\\\\\\\Private Bytes \\\\\\\\Process(AzureStorageSyncMonitor)\\\\\\\\% Processor Time \\\\\\\\Process(AzureStorageSyncMonitor)\\\\\\\\Private Bytes \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") EventsToCollect=ServerPerformanceCounters:PerformanceCounter,ServerTelemetryEvents:WindowsEventLog,ServerItemResultsEvents:WindowsEventLog,ServerApplicationEvents:WindowsEventLog;DiagnosticEvents=ServerOperationalEvents:WindowsEventLog,ServerDiagnosticEvents:WindowsEventLog,ServerManagementOperationalEvents:WindowsEventLog,ServerManagementDiagnosticEvents:WindowsEventLog,ServerScrubbingEvents:WindowsEventLog,TieringResultsEvents:WindowsEventLog,RecallResultsEvents:WindowsEventLog,AfsUserModeTraceSession:Trace,AfsKernelModeTraceSession:Trace,InstallerLogs:InstallerLogs;EventSchedulerIntervalsInMins=EnvironmentTelemetry:1440 \\\",\\\"configurationVersion\\\":\\\"1\\\",\\\"id\\\":null,\\\"type\\\":\\\"microsoft.storagesync/storageSyncServices/HybridMonitoringConfiguration\\\"}\",\r\n \"managementEndpointUri\": \"https://euap01.afs.azure.net:443/\",\r\n \"discoveryEndpointUri\": \"https://tm-euap01.afs.azure.net:443\",\r\n \"resourceLocation\": \"centraluseuap\",\r\n \"serviceLocation\": \"centraluseuap\"\r\n },\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps2930/providers/microsoft.storagesync/storageSyncServices/sssps1108/registeredServers/2831bf81-4a03-41bd-92da-87c651f94a78\",\r\n \"name\": \"2831bf81-4a03-41bd-92da-87c651f94a78\",\r\n \"type\": \"microsoft.storagesync/storageSyncServices/registeredServers\"\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"properties\": {\r\n \"agentVersion\": \"5.0.2.0\",\r\n \"serverOSVersion\": \"10.0.14393.0\",\r\n \"serverManagementErrorCode\": 0,\r\n \"lastHeartBeat\": \"2020-06-23T16:28:08.7812442-07:00\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"serverRole\": \"Standalone\",\r\n \"clusterId\": \"00000000-0000-0000-0000-000000000000\",\r\n \"clusterName\": \"\",\r\n \"serverId\": \"da5e038a-b418-4e2f-a7bb-9fa95ec1480d\",\r\n \"storageSyncServiceUid\": \"8d0dcc1b-bd2f-4d3b-8609-65735f9d866f\",\r\n \"lastWorkflowId\": \"storageSyncServices/sssps8766/workflows/1f010088-28c3-4737-9057-926b141cc0b7\",\r\n \"lastOperationName\": \"ICreateRegisteredServerWorkflow\",\r\n \"friendlyName\": \"ankushb-vm02.ntdev.corp.microsoft.com\",\r\n \"monitoringConfiguration\": \"{\\\"agentConfiguration\\\":\\\" \\\\\\\\Memory\\\\\\\\Available MBytes \\\\\\\\Processor(_Total)\\\\\\\\% Processor Time \\\\\\\\Network Interface(*)\\\\\\\\Bytes Total/sec \\\\\\\\Network Interface(*)\\\\\\\\Bytes Received/sec \\\\\\\\Network Interface(*)\\\\\\\\Bytes Sent/sec \\\\\\\\Network Interface(*)\\\\\\\\Current Bandwidth \\\\\\\\Network Interface(*)\\\\\\\\Output Queue Length \\\\\\\\Server\\\\\\\\Bytes Total/sec \\\\\\\\Process(filesyncsvc)\\\\\\\\* \\\\\\\\Process(w3wp)\\\\\\\\Private Bytes \\\\\\\\Process(MonAgentCore)\\\\\\\\% Processor Time \\\\\\\\Process(MonAgentHost)\\\\\\\\% Processor Time \\\\\\\\Process(MonAgentManager)\\\\\\\\% Processor Time \\\\\\\\Process(MonAgentLauncher)\\\\\\\\% Processor Time \\\\\\\\Process(MonAgentCore)\\\\\\\\Private Bytes \\\\\\\\Process(MonAgentHost)\\\\\\\\Private Bytes \\\\\\\\Process(MonAgentManager)\\\\\\\\Private Bytes \\\\\\\\Process(MonAgentLauncher)\\\\\\\\Private Bytes \\\\\\\\Process(AzureStorageSyncMonitor)\\\\\\\\% Processor Time \\\\\\\\Process(AzureStorageSyncMonitor)\\\\\\\\Private Bytes \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") EventsToCollect=ServerPerformanceCounters:PerformanceCounter,ServerTelemetryEvents:WindowsEventLog,ServerItemResultsEvents:WindowsEventLog,ServerApplicationEvents:WindowsEventLog;DiagnosticEvents=ServerOperationalEvents:WindowsEventLog,ServerDiagnosticEvents:WindowsEventLog,ServerManagementOperationalEvents:WindowsEventLog,ServerManagementDiagnosticEvents:WindowsEventLog,ServerScrubbingEvents:WindowsEventLog,TieringResultsEvents:WindowsEventLog,RecallResultsEvents:WindowsEventLog,AfsUserModeTraceSession:Trace,AfsKernelModeTraceSession:Trace,InstallerLogs:InstallerLogs;EventSchedulerIntervalsInMins=EnvironmentTelemetry:1440 \\\",\\\"configurationVersion\\\":\\\"1\\\",\\\"id\\\":null,\\\"type\\\":\\\"microsoft.storagesync/storageSyncServices/HybridMonitoringConfiguration\\\"}\",\r\n \"managementEndpointUri\": \"https://euap01.afs.azure.net:443/\",\r\n \"discoveryEndpointUri\": \"https://tm-euap01.afs.azure.net:443\",\r\n \"resourceLocation\": \"centraluseuap\",\r\n \"serviceLocation\": \"centraluseuap\",\r\n \"monitoringEndpointUri\": \"https://euap01.afs.azure.net:443/\"\r\n },\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps9412/providers/microsoft.storagesync/storageSyncServices/sssps8766/registeredServers/da5e038a-b418-4e2f-a7bb-9fa95ec1480d\",\r\n \"name\": \"da5e038a-b418-4e2f-a7bb-9fa95ec1480d\",\r\n \"type\": \"microsoft.storagesync/storageSyncServices/registeredServers\"\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps2930/providers/Microsoft.StorageSync/storageSyncServices/sssps1108/registeredServers/2831bf81-4a03-41bd-92da-87c651f94a78?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzMjkzMC9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMxMTA4L3JlZ2lzdGVyZWRTZXJ2ZXJzLzI4MzFiZjgxLTRhMDMtNDFiZC05MmRhLTg3YzY1MWY5NGE3OD9hcGktdmVyc2lvbj0yMDE5LTAzLTAx", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps9412/providers/Microsoft.StorageSync/storageSyncServices/sssps8766/registeredServers/da5e038a-b418-4e2f-a7bb-9fa95ec1480d?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzOTQxMi9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM4NzY2L3JlZ2lzdGVyZWRTZXJ2ZXJzL2RhNWUwMzhhLWI0MTgtNGUyZi1hN2JiLTlmYTk1ZWMxNDgwZD9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "bf9542f0-9119-4565-b2e5-4b6c83b15c0d" + "7a666838-431c-44de-a1fe-0ca8f448545a" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -777,16 +909,16 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps2930/providers/microsoft.storagesync/storageSyncServices/sssps1108/workflows/c7272df6-c4ee-4efc-ab37-af8f8a06655e/operationresults/c9d25e5e-c4b3-4a1d-a826-2d93a62c9fdc?api-version=2019-03-01" + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6IjhkMGRjYzFiLWJkMmYtNGQzYi04NjA5LTY1NzM1ZjlkODY2ZiIsIndvcmtmbG93SWQiOiJiYWFlNjYxZS1lYWY2LTQ0ZTUtYWVkMS02NDJkMGRjNjFhMWYiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiYTc5ZmYxZjYtYTU3OC00YjkwLWFkMWMtOTkwODg4Y2JhODE3In0=?api-version=2020-03-01" ], "Retry-After": [ "10" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps2930/providers/microsoft.storagesync/storageSyncServices/sssps1108/workflows/c7272df6-c4ee-4efc-ab37-af8f8a06655e/operations/c9d25e5e-c4b3-4a1d-a826-2d93a62c9fdc?api-version=2019-03-01" + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6IjhkMGRjYzFiLWJkMmYtNGQzYi04NjA5LTY1NzM1ZjlkODY2ZiIsIndvcmtmbG93SWQiOiJiYWFlNjYxZS1lYWY2LTQ0ZTUtYWVkMS02NDJkMGRjNjFhMWYiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiYTc5ZmYxZjYtYTU3OC00YjkwLWFkMWMtOTkwODg4Y2JhODE3In0=?api-version=2020-03-01" ], "x-ms-request-id": [ - "f1a935fc-3dd5-428c-af22-9b7616733934" + "df78cf95-7314-44b7-8139-3b58ab9d606e" ], "X-Content-Type-Options": [ "nosniff" @@ -804,16 +936,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-deletes": [ - "14998" + "14999" ], "x-ms-correlation-request-id": [ - "0ea15542-cb04-41ff-adae-e1fd21604b77" + "21fcf95b-8a0a-4c66-bc24-221d5adf2b10" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T232209Z:0ea15542-cb04-41ff-adae-e1fd21604b77" + "WESTUS:20200623T232816Z:21fcf95b-8a0a-4c66-bc24-221d5adf2b10" ], "Date": [ - "Wed, 03 Jul 2019 23:22:09 GMT" + "Tue, 23 Jun 2020 23:28:15 GMT" ], "Expires": [ "-1" @@ -826,16 +958,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps2930/providers/microsoft.storagesync/storageSyncServices/sssps1108/workflows/c7272df6-c4ee-4efc-ab37-af8f8a06655e/operations/c9d25e5e-c4b3-4a1d-a826-2d93a62c9fdc?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzMjkzMC9wcm92aWRlcnMvbWljcm9zb2Z0LnN0b3JhZ2VzeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMxMTA4L3dvcmtmbG93cy9jNzI3MmRmNi1jNGVlLTRlZmMtYWIzNy1hZjhmOGEwNjY1NWUvb3BlcmF0aW9ucy9jOWQyNWU1ZS1jNGIzLTRhMWQtYTgyNi0yZDkzYTYyYzlmZGM/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6IjhkMGRjYzFiLWJkMmYtNGQzYi04NjA5LTY1NzM1ZjlkODY2ZiIsIndvcmtmbG93SWQiOiJiYWFlNjYxZS1lYWY2LTQ0ZTUtYWVkMS02NDJkMGRjNjFhMWYiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiYTc5ZmYxZjYtYTU3OC00YjkwLWFkMWMtOTkwODg4Y2JhODE3In0=?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvbG9jYXRpb25zL2NlbnRyYWx1c2V1YXAvb3BlcmF0aW9ucy9leUp3WVhKMGFYUnBiMjVKWkNJNklqaGtNR1JqWXpGaUxXSmtNbVl0TkdRellpMDROakE1TFRZMU56TTFaamxrT0RZMlppSXNJbmR2Y210bWJHOTNTV1FpT2lKaVlXRmxOall4WlMxbFlXWTJMVFEwWlRVdFlXVmtNUzAyTkRKa01HUmpOakZoTVdZaUxDSjNiM0pyWm14dmQwOXdaWEpoZEdsdmJrbGtJam9pWVRjNVptWXhaall0WVRVM09DMDBZamt3TFdGa01XTXRPVGt3T0RnNFkySmhPREUzSW4wPT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -846,7 +978,7 @@ "no-cache" ], "x-ms-request-id": [ - "4d7136e5-871d-42e0-a13f-94d4c05a4d88" + "aa9300b2-9769-452f-9d2a-d8c677f7df6b" ], "X-Content-Type-Options": [ "nosniff" @@ -864,41 +996,41 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11994" + "11992" ], "x-ms-correlation-request-id": [ - "03c90161-9e78-4a5a-89a9-a027e640e3b6" + "8b8b36b9-4ab9-4060-aa16-04f6d4b6e586" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T232219Z:03c90161-9e78-4a5a-89a9-a027e640e3b6" + "WESTUS:20200623T232826Z:8b8b36b9-4ab9-4060-aa16-04f6d4b6e586" ], "Date": [ - "Wed, 03 Jul 2019 23:22:19 GMT" + "Tue, 23 Jun 2020 23:28:26 GMT" ], "Content-Length": [ - "447" + "744" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps2930/providers/microsoft.storagesync/storageSyncServices/sssps1108/workflow/c7272df6-c4ee-4efc-ab37-af8f8a06655e/operationresults/c9d25e5e-c4b3-4a1d-a826-2d93a62c9fdc\",\r\n \"name\": \"c9d25e5e-c4b3-4a1d-a826-2d93a62c9fdc\",\r\n \"status\": \"delayStep\",\r\n \"startTime\": \"2019-07-03T23:22:09.5519734Z\",\r\n \"endTime\": \"2019-07-03T23:22:13.0814813Z\",\r\n \"percentComplete\": null,\r\n \"error\": null,\r\n \"properties\": {}\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6IjhkMGRjYzFiLWJkMmYtNGQzYi04NjA5LTY1NzM1ZjlkODY2ZiIsIndvcmtmbG93SWQiOiJiYWFlNjYxZS1lYWY2LTQ0ZTUtYWVkMS02NDJkMGRjNjFhMWYiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiYTc5ZmYxZjYtYTU3OC00YjkwLWFkMWMtOTkwODg4Y2JhODE3In0=\",\r\n \"name\": \"eyJwYXJ0aXRpb25JZCI6IjhkMGRjYzFiLWJkMmYtNGQzYi04NjA5LTY1NzM1ZjlkODY2ZiIsIndvcmtmbG93SWQiOiJiYWFlNjYxZS1lYWY2LTQ0ZTUtYWVkMS02NDJkMGRjNjFhMWYiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiYTc5ZmYxZjYtYTU3OC00YjkwLWFkMWMtOTkwODg4Y2JhODE3In0=\",\r\n \"status\": \"delayStep\",\r\n \"startTime\": \"2020-06-23T23:28:17.215396Z\",\r\n \"endTime\": \"2020-06-23T23:28:20.6635368Z\",\r\n \"properties\": {}\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps2930/providers/microsoft.storagesync/storageSyncServices/sssps1108/workflows/c7272df6-c4ee-4efc-ab37-af8f8a06655e/operations/c9d25e5e-c4b3-4a1d-a826-2d93a62c9fdc?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzMjkzMC9wcm92aWRlcnMvbWljcm9zb2Z0LnN0b3JhZ2VzeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMxMTA4L3dvcmtmbG93cy9jNzI3MmRmNi1jNGVlLTRlZmMtYWIzNy1hZjhmOGEwNjY1NWUvb3BlcmF0aW9ucy9jOWQyNWU1ZS1jNGIzLTRhMWQtYTgyNi0yZDkzYTYyYzlmZGM/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6IjhkMGRjYzFiLWJkMmYtNGQzYi04NjA5LTY1NzM1ZjlkODY2ZiIsIndvcmtmbG93SWQiOiJiYWFlNjYxZS1lYWY2LTQ0ZTUtYWVkMS02NDJkMGRjNjFhMWYiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiYTc5ZmYxZjYtYTU3OC00YjkwLWFkMWMtOTkwODg4Y2JhODE3In0=?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvbG9jYXRpb25zL2NlbnRyYWx1c2V1YXAvb3BlcmF0aW9ucy9leUp3WVhKMGFYUnBiMjVKWkNJNklqaGtNR1JqWXpGaUxXSmtNbVl0TkdRellpMDROakE1TFRZMU56TTFaamxrT0RZMlppSXNJbmR2Y210bWJHOTNTV1FpT2lKaVlXRmxOall4WlMxbFlXWTJMVFEwWlRVdFlXVmtNUzAyTkRKa01HUmpOakZoTVdZaUxDSjNiM0pyWm14dmQwOXdaWEpoZEdsdmJrbGtJam9pWVRjNVptWXhaall0WVRVM09DMDBZamt3TFdGa01XTXRPVGt3T0RnNFkySmhPREUzSW4wPT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -909,7 +1041,7 @@ "no-cache" ], "x-ms-request-id": [ - "2a65ee86-4ad1-496b-b22b-3b65efd6323e" + "823dab7e-6087-48d6-912b-7848eb763789" ], "X-Content-Type-Options": [ "nosniff" @@ -927,41 +1059,41 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11993" + "11991" ], "x-ms-correlation-request-id": [ - "997d79ea-91fc-4b72-a0de-043783e47c31" + "35792203-79b6-434c-94cb-6a917650bb56" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T232230Z:997d79ea-91fc-4b72-a0de-043783e47c31" + "WESTUS:20200623T232836Z:35792203-79b6-434c-94cb-6a917650bb56" ], "Date": [ - "Wed, 03 Jul 2019 23:22:29 GMT" + "Tue, 23 Jun 2020 23:28:36 GMT" ], "Content-Length": [ - "447" + "744" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps2930/providers/microsoft.storagesync/storageSyncServices/sssps1108/workflow/c7272df6-c4ee-4efc-ab37-af8f8a06655e/operationresults/c9d25e5e-c4b3-4a1d-a826-2d93a62c9fdc\",\r\n \"name\": \"c9d25e5e-c4b3-4a1d-a826-2d93a62c9fdc\",\r\n \"status\": \"delayStep\",\r\n \"startTime\": \"2019-07-03T23:22:09.5519734Z\",\r\n \"endTime\": \"2019-07-03T23:22:13.0814813Z\",\r\n \"percentComplete\": null,\r\n \"error\": null,\r\n \"properties\": {}\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6IjhkMGRjYzFiLWJkMmYtNGQzYi04NjA5LTY1NzM1ZjlkODY2ZiIsIndvcmtmbG93SWQiOiJiYWFlNjYxZS1lYWY2LTQ0ZTUtYWVkMS02NDJkMGRjNjFhMWYiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiYTc5ZmYxZjYtYTU3OC00YjkwLWFkMWMtOTkwODg4Y2JhODE3In0=\",\r\n \"name\": \"eyJwYXJ0aXRpb25JZCI6IjhkMGRjYzFiLWJkMmYtNGQzYi04NjA5LTY1NzM1ZjlkODY2ZiIsIndvcmtmbG93SWQiOiJiYWFlNjYxZS1lYWY2LTQ0ZTUtYWVkMS02NDJkMGRjNjFhMWYiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiYTc5ZmYxZjYtYTU3OC00YjkwLWFkMWMtOTkwODg4Y2JhODE3In0=\",\r\n \"status\": \"delayStep\",\r\n \"startTime\": \"2020-06-23T23:28:17.215396Z\",\r\n \"endTime\": \"2020-06-23T23:28:20.6635368Z\",\r\n \"properties\": {}\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps2930/providers/microsoft.storagesync/storageSyncServices/sssps1108/workflows/c7272df6-c4ee-4efc-ab37-af8f8a06655e/operations/c9d25e5e-c4b3-4a1d-a826-2d93a62c9fdc?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzMjkzMC9wcm92aWRlcnMvbWljcm9zb2Z0LnN0b3JhZ2VzeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMxMTA4L3dvcmtmbG93cy9jNzI3MmRmNi1jNGVlLTRlZmMtYWIzNy1hZjhmOGEwNjY1NWUvb3BlcmF0aW9ucy9jOWQyNWU1ZS1jNGIzLTRhMWQtYTgyNi0yZDkzYTYyYzlmZGM/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6IjhkMGRjYzFiLWJkMmYtNGQzYi04NjA5LTY1NzM1ZjlkODY2ZiIsIndvcmtmbG93SWQiOiJiYWFlNjYxZS1lYWY2LTQ0ZTUtYWVkMS02NDJkMGRjNjFhMWYiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiYTc5ZmYxZjYtYTU3OC00YjkwLWFkMWMtOTkwODg4Y2JhODE3In0=?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvbG9jYXRpb25zL2NlbnRyYWx1c2V1YXAvb3BlcmF0aW9ucy9leUp3WVhKMGFYUnBiMjVKWkNJNklqaGtNR1JqWXpGaUxXSmtNbVl0TkdRellpMDROakE1TFRZMU56TTFaamxrT0RZMlppSXNJbmR2Y210bWJHOTNTV1FpT2lKaVlXRmxOall4WlMxbFlXWTJMVFEwWlRVdFlXVmtNUzAyTkRKa01HUmpOakZoTVdZaUxDSjNiM0pyWm14dmQwOXdaWEpoZEdsdmJrbGtJam9pWVRjNVptWXhaall0WVRVM09DMDBZamt3TFdGa01XTXRPVGt3T0RnNFkySmhPREUzSW4wPT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -972,7 +1104,7 @@ "no-cache" ], "x-ms-request-id": [ - "2d28fe06-7a1e-4602-add4-31ebf04b1f4e" + "ef70af60-7489-4d20-832e-c2e1bb008e20" ], "X-Content-Type-Options": [ "nosniff" @@ -990,41 +1122,41 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11992" + "11990" ], "x-ms-correlation-request-id": [ - "81dc4e7b-7e5c-4148-a40d-e3650aa33404" + "ea7461ae-7a6e-4d94-a280-c37524189182" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T232240Z:81dc4e7b-7e5c-4148-a40d-e3650aa33404" + "WESTUS:20200623T232846Z:ea7461ae-7a6e-4d94-a280-c37524189182" ], "Date": [ - "Wed, 03 Jul 2019 23:22:39 GMT" + "Tue, 23 Jun 2020 23:28:46 GMT" ], "Content-Length": [ - "447" + "744" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps2930/providers/microsoft.storagesync/storageSyncServices/sssps1108/workflow/c7272df6-c4ee-4efc-ab37-af8f8a06655e/operationresults/c9d25e5e-c4b3-4a1d-a826-2d93a62c9fdc\",\r\n \"name\": \"c9d25e5e-c4b3-4a1d-a826-2d93a62c9fdc\",\r\n \"status\": \"delayStep\",\r\n \"startTime\": \"2019-07-03T23:22:09.5519734Z\",\r\n \"endTime\": \"2019-07-03T23:22:13.0814813Z\",\r\n \"percentComplete\": null,\r\n \"error\": null,\r\n \"properties\": {}\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6IjhkMGRjYzFiLWJkMmYtNGQzYi04NjA5LTY1NzM1ZjlkODY2ZiIsIndvcmtmbG93SWQiOiJiYWFlNjYxZS1lYWY2LTQ0ZTUtYWVkMS02NDJkMGRjNjFhMWYiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiYTc5ZmYxZjYtYTU3OC00YjkwLWFkMWMtOTkwODg4Y2JhODE3In0=\",\r\n \"name\": \"eyJwYXJ0aXRpb25JZCI6IjhkMGRjYzFiLWJkMmYtNGQzYi04NjA5LTY1NzM1ZjlkODY2ZiIsIndvcmtmbG93SWQiOiJiYWFlNjYxZS1lYWY2LTQ0ZTUtYWVkMS02NDJkMGRjNjFhMWYiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiYTc5ZmYxZjYtYTU3OC00YjkwLWFkMWMtOTkwODg4Y2JhODE3In0=\",\r\n \"status\": \"delayStep\",\r\n \"startTime\": \"2020-06-23T23:28:17.215396Z\",\r\n \"endTime\": \"2020-06-23T23:28:20.6635368Z\",\r\n \"properties\": {}\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps2930/providers/microsoft.storagesync/storageSyncServices/sssps1108/workflows/c7272df6-c4ee-4efc-ab37-af8f8a06655e/operations/c9d25e5e-c4b3-4a1d-a826-2d93a62c9fdc?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzMjkzMC9wcm92aWRlcnMvbWljcm9zb2Z0LnN0b3JhZ2VzeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMxMTA4L3dvcmtmbG93cy9jNzI3MmRmNi1jNGVlLTRlZmMtYWIzNy1hZjhmOGEwNjY1NWUvb3BlcmF0aW9ucy9jOWQyNWU1ZS1jNGIzLTRhMWQtYTgyNi0yZDkzYTYyYzlmZGM/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6IjhkMGRjYzFiLWJkMmYtNGQzYi04NjA5LTY1NzM1ZjlkODY2ZiIsIndvcmtmbG93SWQiOiJiYWFlNjYxZS1lYWY2LTQ0ZTUtYWVkMS02NDJkMGRjNjFhMWYiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiYTc5ZmYxZjYtYTU3OC00YjkwLWFkMWMtOTkwODg4Y2JhODE3In0=?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvbG9jYXRpb25zL2NlbnRyYWx1c2V1YXAvb3BlcmF0aW9ucy9leUp3WVhKMGFYUnBiMjVKWkNJNklqaGtNR1JqWXpGaUxXSmtNbVl0TkdRellpMDROakE1TFRZMU56TTFaamxrT0RZMlppSXNJbmR2Y210bWJHOTNTV1FpT2lKaVlXRmxOall4WlMxbFlXWTJMVFEwWlRVdFlXVmtNUzAyTkRKa01HUmpOakZoTVdZaUxDSjNiM0pyWm14dmQwOXdaWEpoZEdsdmJrbGtJam9pWVRjNVptWXhaall0WVRVM09DMDBZamt3TFdGa01XTXRPVGt3T0RnNFkySmhPREUzSW4wPT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -1035,7 +1167,7 @@ "no-cache" ], "x-ms-request-id": [ - "5f1907e1-d14b-4ace-8ad9-cd7aecaadc50" + "6ef8afb6-3374-4463-81f6-e7250bdb93e1" ], "X-Content-Type-Options": [ "nosniff" @@ -1053,41 +1185,41 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11991" + "11989" ], "x-ms-correlation-request-id": [ - "55240d2b-4e6a-4700-8347-803bee3ade9b" + "de70174a-84bc-424f-83c4-65644cb62e6c" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T232250Z:55240d2b-4e6a-4700-8347-803bee3ade9b" + "WESTUS:20200623T232857Z:de70174a-84bc-424f-83c4-65644cb62e6c" ], "Date": [ - "Wed, 03 Jul 2019 23:22:50 GMT" + "Tue, 23 Jun 2020 23:28:56 GMT" ], "Content-Length": [ - "447" + "744" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps2930/providers/microsoft.storagesync/storageSyncServices/sssps1108/workflow/c7272df6-c4ee-4efc-ab37-af8f8a06655e/operationresults/c9d25e5e-c4b3-4a1d-a826-2d93a62c9fdc\",\r\n \"name\": \"c9d25e5e-c4b3-4a1d-a826-2d93a62c9fdc\",\r\n \"status\": \"delayStep\",\r\n \"startTime\": \"2019-07-03T23:22:09.5519734Z\",\r\n \"endTime\": \"2019-07-03T23:22:13.0814813Z\",\r\n \"percentComplete\": null,\r\n \"error\": null,\r\n \"properties\": {}\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6IjhkMGRjYzFiLWJkMmYtNGQzYi04NjA5LTY1NzM1ZjlkODY2ZiIsIndvcmtmbG93SWQiOiJiYWFlNjYxZS1lYWY2LTQ0ZTUtYWVkMS02NDJkMGRjNjFhMWYiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiYTc5ZmYxZjYtYTU3OC00YjkwLWFkMWMtOTkwODg4Y2JhODE3In0=\",\r\n \"name\": \"eyJwYXJ0aXRpb25JZCI6IjhkMGRjYzFiLWJkMmYtNGQzYi04NjA5LTY1NzM1ZjlkODY2ZiIsIndvcmtmbG93SWQiOiJiYWFlNjYxZS1lYWY2LTQ0ZTUtYWVkMS02NDJkMGRjNjFhMWYiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiYTc5ZmYxZjYtYTU3OC00YjkwLWFkMWMtOTkwODg4Y2JhODE3In0=\",\r\n \"status\": \"delayStep\",\r\n \"startTime\": \"2020-06-23T23:28:17.215396Z\",\r\n \"endTime\": \"2020-06-23T23:28:20.6635368Z\",\r\n \"properties\": {}\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps2930/providers/microsoft.storagesync/storageSyncServices/sssps1108/workflows/c7272df6-c4ee-4efc-ab37-af8f8a06655e/operations/c9d25e5e-c4b3-4a1d-a826-2d93a62c9fdc?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzMjkzMC9wcm92aWRlcnMvbWljcm9zb2Z0LnN0b3JhZ2VzeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMxMTA4L3dvcmtmbG93cy9jNzI3MmRmNi1jNGVlLTRlZmMtYWIzNy1hZjhmOGEwNjY1NWUvb3BlcmF0aW9ucy9jOWQyNWU1ZS1jNGIzLTRhMWQtYTgyNi0yZDkzYTYyYzlmZGM/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6IjhkMGRjYzFiLWJkMmYtNGQzYi04NjA5LTY1NzM1ZjlkODY2ZiIsIndvcmtmbG93SWQiOiJiYWFlNjYxZS1lYWY2LTQ0ZTUtYWVkMS02NDJkMGRjNjFhMWYiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiYTc5ZmYxZjYtYTU3OC00YjkwLWFkMWMtOTkwODg4Y2JhODE3In0=?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvbG9jYXRpb25zL2NlbnRyYWx1c2V1YXAvb3BlcmF0aW9ucy9leUp3WVhKMGFYUnBiMjVKWkNJNklqaGtNR1JqWXpGaUxXSmtNbVl0TkdRellpMDROakE1TFRZMU56TTFaamxrT0RZMlppSXNJbmR2Y210bWJHOTNTV1FpT2lKaVlXRmxOall4WlMxbFlXWTJMVFEwWlRVdFlXVmtNUzAyTkRKa01HUmpOakZoTVdZaUxDSjNiM0pyWm14dmQwOXdaWEpoZEdsdmJrbGtJam9pWVRjNVptWXhaall0WVRVM09DMDBZamt3TFdGa01XTXRPVGt3T0RnNFkySmhPREUzSW4wPT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -1098,7 +1230,7 @@ "no-cache" ], "x-ms-request-id": [ - "634c4ff2-61cd-4fa5-ab9c-4eed24bcb788" + "64e84478-3027-4187-9055-d703b987ce21" ], "X-Content-Type-Options": [ "nosniff" @@ -1116,41 +1248,41 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11990" + "11988" ], "x-ms-correlation-request-id": [ - "300d8fa9-e028-49a7-8e27-987823fb90c1" + "62f2d3f2-6f38-4d05-8221-2a2138016a89" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T232301Z:300d8fa9-e028-49a7-8e27-987823fb90c1" + "WESTUS:20200623T232907Z:62f2d3f2-6f38-4d05-8221-2a2138016a89" ], "Date": [ - "Wed, 03 Jul 2019 23:23:01 GMT" + "Tue, 23 Jun 2020 23:29:07 GMT" ], "Content-Length": [ - "446" + "744" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps2930/providers/microsoft.storagesync/storageSyncServices/sssps1108/workflow/c7272df6-c4ee-4efc-ab37-af8f8a06655e/operationresults/c9d25e5e-c4b3-4a1d-a826-2d93a62c9fdc\",\r\n \"name\": \"c9d25e5e-c4b3-4a1d-a826-2d93a62c9fdc\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2019-07-03T23:22:09.5519734Z\",\r\n \"endTime\": \"2019-07-03T23:22:58.148223Z\",\r\n \"percentComplete\": null,\r\n \"error\": null,\r\n \"properties\": {}\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6IjhkMGRjYzFiLWJkMmYtNGQzYi04NjA5LTY1NzM1ZjlkODY2ZiIsIndvcmtmbG93SWQiOiJiYWFlNjYxZS1lYWY2LTQ0ZTUtYWVkMS02NDJkMGRjNjFhMWYiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiYTc5ZmYxZjYtYTU3OC00YjkwLWFkMWMtOTkwODg4Y2JhODE3In0=\",\r\n \"name\": \"eyJwYXJ0aXRpb25JZCI6IjhkMGRjYzFiLWJkMmYtNGQzYi04NjA5LTY1NzM1ZjlkODY2ZiIsIndvcmtmbG93SWQiOiJiYWFlNjYxZS1lYWY2LTQ0ZTUtYWVkMS02NDJkMGRjNjFhMWYiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiYTc5ZmYxZjYtYTU3OC00YjkwLWFkMWMtOTkwODg4Y2JhODE3In0=\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2020-06-23T23:28:17.215396Z\",\r\n \"endTime\": \"2020-06-23T23:29:05.9973636Z\",\r\n \"properties\": {}\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps2930/providers/microsoft.storagesync/storageSyncServices/sssps1108/workflows/c7272df6-c4ee-4efc-ab37-af8f8a06655e/operationresults/c9d25e5e-c4b3-4a1d-a826-2d93a62c9fdc?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzMjkzMC9wcm92aWRlcnMvbWljcm9zb2Z0LnN0b3JhZ2VzeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMxMTA4L3dvcmtmbG93cy9jNzI3MmRmNi1jNGVlLTRlZmMtYWIzNy1hZjhmOGEwNjY1NWUvb3BlcmF0aW9ucmVzdWx0cy9jOWQyNWU1ZS1jNGIzLTRhMWQtYTgyNi0yZDkzYTYyYzlmZGM/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6IjhkMGRjYzFiLWJkMmYtNGQzYi04NjA5LTY1NzM1ZjlkODY2ZiIsIndvcmtmbG93SWQiOiJiYWFlNjYxZS1lYWY2LTQ0ZTUtYWVkMS02NDJkMGRjNjFhMWYiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiYTc5ZmYxZjYtYTU3OC00YjkwLWFkMWMtOTkwODg4Y2JhODE3In0=?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvbG9jYXRpb25zL2NlbnRyYWx1c2V1YXAvb3BlcmF0aW9ucmVzdWx0cy9leUp3WVhKMGFYUnBiMjVKWkNJNklqaGtNR1JqWXpGaUxXSmtNbVl0TkdRellpMDROakE1TFRZMU56TTFaamxrT0RZMlppSXNJbmR2Y210bWJHOTNTV1FpT2lKaVlXRmxOall4WlMxbFlXWTJMVFEwWlRVdFlXVmtNUzAyTkRKa01HUmpOakZoTVdZaUxDSjNiM0pyWm14dmQwOXdaWEpoZEdsdmJrbGtJam9pWVRjNVptWXhaall0WVRVM09DMDBZamt3TFdGa01XTXRPVGt3T0RnNFkySmhPREUzSW4wPT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -1161,7 +1293,7 @@ "no-cache" ], "x-ms-request-id": [ - "ade78883-8c34-4a26-a926-4c95980868a7" + "2c6ee04b-1ae9-430f-9760-a7a0663d362a" ], "X-Content-Type-Options": [ "nosniff" @@ -1179,16 +1311,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11989" + "11987" ], "x-ms-correlation-request-id": [ - "b1d21411-5535-4893-88cc-65e9a42f6124" + "9276b90f-6c36-4abe-843c-59a650f98a45" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T232301Z:b1d21411-5535-4893-88cc-65e9a42f6124" + "WESTUS:20200623T232908Z:9276b90f-6c36-4abe-843c-59a650f98a45" ], "Date": [ - "Wed, 03 Jul 2019 23:23:01 GMT" + "Tue, 23 Jun 2020 23:29:07 GMT" ], "Expires": [ "-1" @@ -1201,22 +1333,22 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps2930/providers/Microsoft.StorageSync/storageSyncServices/sssps1108?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzMjkzMC9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMxMTA4P2FwaS12ZXJzaW9uPTIwMTktMDMtMDE=", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps9412/providers/Microsoft.StorageSync/storageSyncServices/sssps8766?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzOTQxMi9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM4NzY2P2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "df1e77a9-4192-4729-9598-ca9bb2674ce4" + "8e20fa32-949e-45f3-a259-fc988f34b30b" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -1226,8 +1358,17 @@ "Pragma": [ "no-cache" ], + "Location": [ + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6IjhkMGRjYzFiLWJkMmYtNGQzYi04NjA5LTY1NzM1ZjlkODY2ZiIsIndvcmtmbG93SWQiOiJlODg0ZWVhZC1lOWY1LTRiMmItOGUxMi0zNjA0Y2FjMjI3MGQiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiMzNmYThlNzItMWQ1NS00NjMwLTk2MjgtOGZjMDBiMjNhY2Y5In0=?api-version=2020-03-01" + ], + "Retry-After": [ + "10" + ], + "Azure-AsyncOperation": [ + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6IjhkMGRjYzFiLWJkMmYtNGQzYi04NjA5LTY1NzM1ZjlkODY2ZiIsIndvcmtmbG93SWQiOiJlODg0ZWVhZC1lOWY1LTRiMmItOGUxMi0zNjA0Y2FjMjI3MGQiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiMzNmYThlNzItMWQ1NS00NjMwLTk2MjgtOGZjMDBiMjNhY2Y5In0=?api-version=2020-03-01" + ], "x-ms-request-id": [ - "bbdf99b3-9f74-4875-ab78-4b7612444303" + "a780434a-214a-4131-9754-38a689099d00" ], "X-Content-Type-Options": [ "nosniff" @@ -1235,8 +1376,65 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "Server": [ + "Microsoft-IIS/10.0" + ], + "X-AspNet-Version": [ + "4.0.30319" + ], + "X-Powered-By": [ + "ASP.NET" + ], "x-ms-ratelimit-remaining-subscription-deletes": [ - "14997" + "14998" + ], + "x-ms-correlation-request-id": [ + "97ab09a5-ba80-4d69-976b-c60ab6f47b9a" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200623T232908Z:97ab09a5-ba80-4d69-976b-c60ab6f47b9a" + ], + "Date": [ + "Tue, 23 Jun 2020 23:29:08 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6IjhkMGRjYzFiLWJkMmYtNGQzYi04NjA5LTY1NzM1ZjlkODY2ZiIsIndvcmtmbG93SWQiOiJlODg0ZWVhZC1lOWY1LTRiMmItOGUxMi0zNjA0Y2FjMjI3MGQiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiMzNmYThlNzItMWQ1NS00NjMwLTk2MjgtOGZjMDBiMjNhY2Y5In0=?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvbG9jYXRpb25zL2NlbnRyYWx1c2V1YXAvb3BlcmF0aW9ucy9leUp3WVhKMGFYUnBiMjVKWkNJNklqaGtNR1JqWXpGaUxXSmtNbVl0TkdRellpMDROakE1TFRZMU56TTFaamxrT0RZMlppSXNJbmR2Y210bWJHOTNTV1FpT2lKbE9EZzBaV1ZoWkMxbE9XWTFMVFJpTW1JdE9HVXhNaTB6TmpBMFkyRmpNakkzTUdRaUxDSjNiM0pyWm14dmQwOXdaWEpoZEdsdmJrbGtJam9pTXpObVlUaGxOekl0TVdRMU5TMDBOak13TFRrMk1qZ3RPR1pqTURCaU1qTmhZMlk1SW4wPT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-request-id": [ + "9ebbcce3-b750-4813-95ce-379b8a663e4e" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" ], "Server": [ "Microsoft-IIS/10.0" @@ -1247,14 +1445,80 @@ "X-Powered-By": [ "ASP.NET" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11986" + ], "x-ms-correlation-request-id": [ - "59754018-7aa5-4aaf-b7cb-a795bf7e0506" + "bc4f1549-316c-44c3-910c-1f2eb579aa7f" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T232302Z:59754018-7aa5-4aaf-b7cb-a795bf7e0506" + "WESTUS:20200623T232918Z:bc4f1549-316c-44c3-910c-1f2eb579aa7f" ], "Date": [ - "Wed, 03 Jul 2019 23:23:02 GMT" + "Tue, 23 Jun 2020 23:29:18 GMT" + ], + "Content-Length": [ + "745" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6IjhkMGRjYzFiLWJkMmYtNGQzYi04NjA5LTY1NzM1ZjlkODY2ZiIsIndvcmtmbG93SWQiOiJlODg0ZWVhZC1lOWY1LTRiMmItOGUxMi0zNjA0Y2FjMjI3MGQiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiMzNmYThlNzItMWQ1NS00NjMwLTk2MjgtOGZjMDBiMjNhY2Y5In0=\",\r\n \"name\": \"eyJwYXJ0aXRpb25JZCI6IjhkMGRjYzFiLWJkMmYtNGQzYi04NjA5LTY1NzM1ZjlkODY2ZiIsIndvcmtmbG93SWQiOiJlODg0ZWVhZC1lOWY1LTRiMmItOGUxMi0zNjA0Y2FjMjI3MGQiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiMzNmYThlNzItMWQ1NS00NjMwLTk2MjgtOGZjMDBiMjNhY2Y5In0=\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2020-06-23T23:29:08.7630567Z\",\r\n \"endTime\": \"2020-06-23T23:29:14.4634897Z\",\r\n \"properties\": {}\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6IjhkMGRjYzFiLWJkMmYtNGQzYi04NjA5LTY1NzM1ZjlkODY2ZiIsIndvcmtmbG93SWQiOiJlODg0ZWVhZC1lOWY1LTRiMmItOGUxMi0zNjA0Y2FjMjI3MGQiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiMzNmYThlNzItMWQ1NS00NjMwLTk2MjgtOGZjMDBiMjNhY2Y5In0=?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvbG9jYXRpb25zL2NlbnRyYWx1c2V1YXAvb3BlcmF0aW9ucmVzdWx0cy9leUp3WVhKMGFYUnBiMjVKWkNJNklqaGtNR1JqWXpGaUxXSmtNbVl0TkdRellpMDROakE1TFRZMU56TTFaamxrT0RZMlppSXNJbmR2Y210bWJHOTNTV1FpT2lKbE9EZzBaV1ZoWkMxbE9XWTFMVFJpTW1JdE9HVXhNaTB6TmpBMFkyRmpNakkzTUdRaUxDSjNiM0pyWm14dmQwOXdaWEpoZEdsdmJrbGtJam9pTXpObVlUaGxOekl0TVdRMU5TMDBOak13TFRrMk1qZ3RPR1pqTURCaU1qTmhZMlk1SW4wPT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-request-id": [ + "ad6e1a90-6210-4f32-8ee3-571c80f1b2a3" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-IIS/10.0" + ], + "X-AspNet-Version": [ + "4.0.30319" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11985" + ], + "x-ms-correlation-request-id": [ + "49e573e6-1d20-453a-95b8-d6f19e10202e" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200623T232919Z:49e573e6-1d20-453a-95b8-d6f19e10202e" + ], + "Date": [ + "Tue, 23 Jun 2020 23:29:18 GMT" ], "Expires": [ "-1" @@ -1267,22 +1531,22 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps2930/providers/Microsoft.StorageSync/storageSyncServices?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzMjkzMC9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXM/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps9412/providers/Microsoft.StorageSync/storageSyncServices?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzOTQxMi9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXM/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "62228491-acd2-4d0b-9239-8cdb8238c7cf" + "2da9ce5c-e104-4a07-8373-5307f68a1d1c" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -1292,57 +1556,66 @@ "Pragma": [ "no-cache" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11988" - ], "x-ms-request-id": [ - "b78a09b8-bf62-4f56-9c14-8a7c8dab295b" + "dc494081-7f26-4c86-8e19-fd2a7909c34b" ], - "x-ms-correlation-request-id": [ - "b78a09b8-bf62-4f56-9c14-8a7c8dab295b" - ], - "x-ms-routing-request-id": [ - "WESTUS:20190703T232302Z:b78a09b8-bf62-4f56-9c14-8a7c8dab295b" + "X-Content-Type-Options": [ + "nosniff" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Content-Type-Options": [ - "nosniff" + "Server": [ + "Microsoft-IIS/10.0" + ], + "X-AspNet-Version": [ + "4.0.30319" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11984" + ], + "x-ms-correlation-request-id": [ + "42cfc2c3-2439-40b4-a159-7b3f4b2ae509" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200623T232919Z:42cfc2c3-2439-40b4-a159-7b3f4b2ae509" ], "Date": [ - "Wed, 03 Jul 2019 23:23:02 GMT" + "Tue, 23 Jun 2020 23:29:18 GMT" + ], + "Content-Length": [ + "19" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" - ], - "Content-Length": [ - "12" ] }, "ResponseBody": "{\r\n \"value\": []\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourcegroups/ps2930?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlZ3JvdXBzL3BzMjkzMD9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourcegroups/ps9412?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlZ3JvdXBzL3BzOTQxMj9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "a1ac5f8d-9dc5-47d4-b4f6-c4de0c0719a8" + "8d15e3d6-e4b1-408c-aca5-7daf4b19e3a7" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -1353,22 +1626,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzI5MzAtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzk0MTItV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-deletes": [ - "14996" + "14997" ], "x-ms-request-id": [ - "74604447-ffbd-42b1-b34f-5524f18e2446" + "8afbbbdc-f6ad-4215-b7e0-99978cbb8667" ], "x-ms-correlation-request-id": [ - "74604447-ffbd-42b1-b34f-5524f18e2446" + "8afbbbdc-f6ad-4215-b7e0-99978cbb8667" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T232303Z:74604447-ffbd-42b1-b34f-5524f18e2446" + "WESTUS:20200623T232919Z:8afbbbdc-f6ad-4215-b7e0-99978cbb8667" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1377,7 +1650,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 23:23:03 GMT" + "Tue, 23 Jun 2020 23:29:19 GMT" ], "Expires": [ "-1" @@ -1390,16 +1663,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzI5MzAtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpJNU16QXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzk0MTItV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXprME1USXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -1410,22 +1683,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzI5MzAtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzk0MTItV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11987" + "11983" ], "x-ms-request-id": [ - "b6f2568d-5d1f-486b-a92e-469ec0d7d86d" + "11cc2d58-8ec9-4c44-a631-31266543469c" ], "x-ms-correlation-request-id": [ - "b6f2568d-5d1f-486b-a92e-469ec0d7d86d" + "11cc2d58-8ec9-4c44-a631-31266543469c" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T232318Z:b6f2568d-5d1f-486b-a92e-469ec0d7d86d" + "WESTUS:20200623T232934Z:11cc2d58-8ec9-4c44-a631-31266543469c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1434,7 +1707,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 23:23:18 GMT" + "Tue, 23 Jun 2020 23:29:33 GMT" ], "Expires": [ "-1" @@ -1447,16 +1720,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzI5MzAtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpJNU16QXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzk0MTItV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXprME1USXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -1467,22 +1740,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzI5MzAtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzk0MTItV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11986" + "11982" ], "x-ms-request-id": [ - "b6995f72-7509-4b14-b23b-f0fd6da23ac0" + "fd694eb8-50f2-48f9-97f4-b81e3d782b28" ], "x-ms-correlation-request-id": [ - "b6995f72-7509-4b14-b23b-f0fd6da23ac0" + "fd694eb8-50f2-48f9-97f4-b81e3d782b28" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T232333Z:b6995f72-7509-4b14-b23b-f0fd6da23ac0" + "WESTUS:20200623T232949Z:fd694eb8-50f2-48f9-97f4-b81e3d782b28" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1491,7 +1764,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 23:23:33 GMT" + "Tue, 23 Jun 2020 23:29:48 GMT" ], "Expires": [ "-1" @@ -1504,16 +1777,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzI5MzAtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpJNU16QXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzk0MTItV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXprME1USXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -1524,16 +1797,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11985" + "11981" ], "x-ms-request-id": [ - "ec79f95a-e59c-498e-a727-b982aff09e3c" + "1802ba74-08ff-4a98-8085-25f9b4efa6df" ], "x-ms-correlation-request-id": [ - "ec79f95a-e59c-498e-a727-b982aff09e3c" + "1802ba74-08ff-4a98-8085-25f9b4efa6df" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T232348Z:ec79f95a-e59c-498e-a727-b982aff09e3c" + "WESTUS:20200623T233004Z:1802ba74-08ff-4a98-8085-25f9b4efa6df" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1542,7 +1815,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 23:23:47 GMT" + "Tue, 23 Jun 2020 23:30:04 GMT" ], "Expires": [ "-1" @@ -1555,16 +1828,16 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzI5MzAtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpJNU16QXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzk0MTItV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXprME1USXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -1575,16 +1848,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11984" + "11980" ], "x-ms-request-id": [ - "e47948a5-a1b1-4f32-8a3f-6613e55f8a80" + "7addf485-0fb2-4bfe-9d28-184229e5e927" ], "x-ms-correlation-request-id": [ - "e47948a5-a1b1-4f32-8a3f-6613e55f8a80" + "7addf485-0fb2-4bfe-9d28-184229e5e927" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T232348Z:e47948a5-a1b1-4f32-8a3f-6613e55f8a80" + "WESTUS:20200623T233005Z:7addf485-0fb2-4bfe-9d28-184229e5e927" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1593,7 +1866,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 23:23:48 GMT" + "Tue, 23 Jun 2020 23:30:05 GMT" ], "Expires": [ "-1" @@ -1608,14 +1881,14 @@ ], "Names": { "Test-RegisteredServer": [ - "ps2930", - "ps1108" + "ps9412", + "ps8766" ] }, "Variables": { - "SubscriptionId": "7b96cb02-4663-40f4-9a89-603d3849e46a", - "TenantId": "0483643a-cb2f-462a-bc27-1a270e5bdc0a", + "SubscriptionId": "1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b", + "TenantId": "6ad91d65-65ab-4e14-90f7-fe951035b7c9", "Domain": "", - "SyncServerId": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps2930/providers/Microsoft.StorageSync/storageSyncServices/sssps1108/registeredServers/2831BF81-4A03-41BD-92DA-87C651F94A78" + "SyncServerId": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps9412/providers/Microsoft.StorageSync/storageSyncServices/sssps8766/registeredServers/DA5E038A-B418-4E2F-A7BB-9FA95EC1480D" } } \ No newline at end of file diff --git a/src/StorageSync/StorageSync.Test/SessionRecords/StorageSyncTests.RegisteredServerTests/TestRegisteredServerPipeline1.json b/src/StorageSync/StorageSync.Test/SessionRecords/StorageSyncTests.RegisteredServerTests/TestRegisteredServerPipeline1.json index 4eb4a8119b99..b2c417e6832d 100644 --- a/src/StorageSync/StorageSync.Test/SessionRecords/StorageSyncTests.RegisteredServerTests/TestRegisteredServerPipeline1.json +++ b/src/StorageSync/StorageSync.Test/SessionRecords/StorageSyncTests.RegisteredServerTests/TestRegisteredServerPipeline1.json @@ -1,22 +1,22 @@ { "Entries": [ { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/providers/Microsoft.Resources?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVzb3VyY2VzP2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/Microsoft.Resources?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVzb3VyY2VzP2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "2973e258-49b3-458f-930c-16a50ead63ea" + "42a258cd-68ce-4e84-a74a-b8e73e4f2a35" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -30,13 +30,13 @@ "11999" ], "x-ms-request-id": [ - "156f2362-4e79-471a-ae41-e532140d9fcc" + "f181e8bc-b0de-429c-b21b-25d4a73c8390" ], "x-ms-correlation-request-id": [ - "156f2362-4e79-471a-ae41-e532140d9fcc" + "f181e8bc-b0de-429c-b21b-25d4a73c8390" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T231255Z:156f2362-4e79-471a-ae41-e532140d9fcc" + "WESTUS:20200623T232311Z:f181e8bc-b0de-429c-b21b-25d4a73c8390" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -45,7 +45,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 23:12:55 GMT" + "Tue, 23 Jun 2020 23:23:11 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -54,29 +54,29 @@ "-1" ], "Content-Length": [ - "8818" + "10899" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/providers/Microsoft.Resources\",\r\n \"namespace\": \"Microsoft.Resources\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"tenants\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operationresults\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"notifyResourceJobs\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"tags\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkPolicyCompliance\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"providers\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkresourcename\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resources\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/resources\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/providers\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/operationresults\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceGroups\",\r\n \"locations\": [\r\n \"Central US\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"West Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia Southeast\",\r\n \"Australia East\",\r\n \"West India\",\r\n \"South India\",\r\n \"Central India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/resourceGroups\",\r\n \"locations\": [\r\n \"Central US\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"West Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia Southeast\",\r\n \"Australia East\",\r\n \"West India\",\r\n \"South India\",\r\n \"Central India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/resourcegroups/resources\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/tagnames\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/tagNames/tagValues\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"deployments\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"deployments/operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"links\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-01-01\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/Microsoft.Resources\",\r\n \"namespace\": \"Microsoft.Resources\",\r\n \"authorization\": {\r\n \"applicationId\": \"3b990c8b-9607-4c2a-8b04-1d41985facca\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"tenants\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-01-01\",\r\n \"2019-09-01\",\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-09-01\",\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operationresults\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-09-01\",\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"notifyResourceJobs\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-09-01\",\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"tags\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-10-01\",\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\"\r\n ],\r\n \"capabilities\": \"SupportsExtension\"\r\n },\r\n {\r\n \"resourceType\": \"checkPolicyCompliance\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"providers\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkresourcename\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"calculateTemplateHash\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-09-01\",\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resources\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-09-01\",\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-10-01\",\r\n \"2019-09-01\",\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/resources\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-09-01\",\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/providers\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/operationresults\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceGroups\",\r\n \"locations\": [\r\n \"Central US\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"West Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia Southeast\",\r\n \"Australia East\",\r\n \"West India\",\r\n \"South India\",\r\n \"Central India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Australia Central\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/resourceGroups\",\r\n \"locations\": [\r\n \"Central US\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"West Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia Southeast\",\r\n \"Australia East\",\r\n \"West India\",\r\n \"South India\",\r\n \"Central India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Australia Central\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/resourcegroups/resources\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/tagnames\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/tagNames/tagValues\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"deployments\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-09-01\",\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"deployments/operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-09-01\",\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"links\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ],\r\n \"capabilities\": \"SupportsExtension\"\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-01-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"deploymentScripts\",\r\n \"locations\": [\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Australia East\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"Central US\",\r\n \"North Central US\",\r\n \"UK South\",\r\n \"Central India\",\r\n \"South India\",\r\n \"Japan East\",\r\n \"Korea Central\",\r\n \"North Europe\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West US 2\",\r\n \"West US\",\r\n \"South Central US\",\r\n \"Canada East\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-10-01-preview\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"deploymentScripts/logs\",\r\n \"locations\": [\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Australia East\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"Central US\",\r\n \"North Central US\",\r\n \"UK South\",\r\n \"Central India\",\r\n \"South India\",\r\n \"Japan East\",\r\n \"Korea Central\",\r\n \"North Europe\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West US 2\",\r\n \"West US\",\r\n \"South Central US\",\r\n \"Canada East\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/deploymentScriptOperationResults\",\r\n \"locations\": [\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Australia East\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"Central US\",\r\n \"North Central US\",\r\n \"UK South\",\r\n \"Central India\",\r\n \"South India\",\r\n \"Japan East\",\r\n \"Korea Central\",\r\n \"North Europe\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West US 2\",\r\n \"West US\",\r\n \"South Central US\",\r\n \"Canada East\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-10-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/providers/Microsoft.StorageSync?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZVN5bmM/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/Microsoft.StorageSync?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZVN5bmM/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "830b8a37-050b-4cfb-9fc9-5200d19f3e21" + "ce6f9757-d562-4fa2-bb1f-a685ca22d93c" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -90,13 +90,13 @@ "11998" ], "x-ms-request-id": [ - "1d03e2c6-9ef6-4f93-8edf-057a29e03dd4" + "1606dac1-73f2-4b51-b513-3247d91316ba" ], "x-ms-correlation-request-id": [ - "1d03e2c6-9ef6-4f93-8edf-057a29e03dd4" + "1606dac1-73f2-4b51-b513-3247d91316ba" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T231255Z:1d03e2c6-9ef6-4f93-8edf-057a29e03dd4" + "WESTUS:20200623T232311Z:1606dac1-73f2-4b51-b513-3247d91316ba" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -105,7 +105,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 23:12:55 GMT" + "Tue, 23 Jun 2020 23:23:11 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -114,29 +114,29 @@ "-1" ], "Content-Length": [ - "5239" + "7645" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/providers/Microsoft.StorageSync\",\r\n \"namespace\": \"Microsoft.StorageSync\",\r\n \"authorizations\": [\r\n {\r\n \"applicationId\": \"9469b9f5-6722-4481-a2b2-14ed560b706f\"\r\n }\r\n ],\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageSyncServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"Central US EUAP\",\r\n \"West US 2\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\",\r\n \"2018-01-01-preview\",\r\n \"2017-06-05-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"storageSyncServices/syncGroups\",\r\n \"locations\": [\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"Central US EUAP\",\r\n \"West US 2\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\",\r\n \"2018-01-01-preview\",\r\n \"2017-06-05-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageSyncServices/syncGroups/cloudEndpoints\",\r\n \"locations\": [\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"Central US EUAP\",\r\n \"West US 2\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\",\r\n \"2018-01-01-preview\",\r\n \"2017-06-05-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageSyncServices/syncGroups/serverEndpoints\",\r\n \"locations\": [\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"Central US EUAP\",\r\n \"West US 2\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\",\r\n \"2018-01-01-preview\",\r\n \"2017-06-05-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageSyncServices/registeredServers\",\r\n \"locations\": [\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"Central US EUAP\",\r\n \"West US 2\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\",\r\n \"2018-01-01-preview\",\r\n \"2017-06-05-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageSyncServices/workflows\",\r\n \"locations\": [\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"Central US EUAP\",\r\n \"West US 2\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\",\r\n \"2018-01-01-preview\",\r\n \"2017-06-05-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\",\r\n \"2018-01-01-preview\",\r\n \"2017-06-05-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/checkNameAvailability\",\r\n \"locations\": [\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/workflows\",\r\n \"locations\": [\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/Microsoft.StorageSync\",\r\n \"namespace\": \"Microsoft.StorageSync\",\r\n \"authorizations\": [\r\n {\r\n \"applicationId\": \"9469b9f5-6722-4481-a2b2-14ed560b706f\",\r\n \"roleDefinitionId\": \"4cd49d82-1f4d-43fc-af0c-1c1203668e5a\"\r\n }\r\n ],\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageSyncServices\",\r\n \"locations\": [\r\n \"West Central US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"West US 2\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"UAE North\",\r\n \"UAE Central\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2019-10-01\",\r\n \"2019-06-01\",\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\",\r\n \"2018-01-01-preview\",\r\n \"2017-06-05-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"storageSyncServices/syncGroups\",\r\n \"locations\": [\r\n \"West Central US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"West US 2\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"UAE North\",\r\n \"UAE Central\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2019-10-01\",\r\n \"2019-06-01\",\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\",\r\n \"2018-01-01-preview\",\r\n \"2017-06-05-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageSyncServices/syncGroups/cloudEndpoints\",\r\n \"locations\": [\r\n \"West Central US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"West US 2\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"UAE North\",\r\n \"UAE Central\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2019-10-01\",\r\n \"2019-06-01\",\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\",\r\n \"2018-01-01-preview\",\r\n \"2017-06-05-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageSyncServices/syncGroups/serverEndpoints\",\r\n \"locations\": [\r\n \"West Central US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"West US 2\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"UAE North\",\r\n \"UAE Central\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2019-10-01\",\r\n \"2019-06-01\",\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\",\r\n \"2018-01-01-preview\",\r\n \"2017-06-05-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageSyncServices/registeredServers\",\r\n \"locations\": [\r\n \"West Central US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"West US 2\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"UAE North\",\r\n \"UAE Central\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2019-10-01\",\r\n \"2019-06-01\",\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\",\r\n \"2018-01-01-preview\",\r\n \"2017-06-05-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageSyncServices/workflows\",\r\n \"locations\": [\r\n \"West Central US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"West US 2\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"UAE North\",\r\n \"UAE Central\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2019-10-01\",\r\n \"2019-06-01\",\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\",\r\n \"2018-01-01-preview\",\r\n \"2017-06-05-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2019-10-01\",\r\n \"2019-06-01\",\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\",\r\n \"2018-01-01-preview\",\r\n \"2017-06-05-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2019-10-01\",\r\n \"2019-06-01\",\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/checkNameAvailability\",\r\n \"locations\": [\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"UAE North\",\r\n \"UAE Central\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2019-10-01\",\r\n \"2019-06-01\",\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/workflows\",\r\n \"locations\": [\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"UAE North\",\r\n \"UAE Central\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2019-10-01\",\r\n \"2019-06-01\",\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operations\",\r\n \"locations\": [\r\n \"West Central US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"West US 2\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"UAE North\",\r\n \"UAE Central\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operationResults\",\r\n \"locations\": [\r\n \"West Central US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"West US 2\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"UAE North\",\r\n \"UAE Central\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourcegroups/ps5831?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlZ3JvdXBzL3BzNTgzMT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourcegroups/ps8555?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlZ3JvdXBzL3BzODU1NT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "76159ae3-c610-4d4e-9ef3-495287f8f2d3" + "ccfecffc-036a-451b-896d-53a80afd86fe" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ], "Content-Type": [ "application/json; charset=utf-8" @@ -156,13 +156,13 @@ "1199" ], "x-ms-request-id": [ - "694514e3-7f2b-4114-806a-901455f19572" + "f9428636-4343-4111-95ec-9dcd28d07139" ], "x-ms-correlation-request-id": [ - "694514e3-7f2b-4114-806a-901455f19572" + "f9428636-4343-4111-95ec-9dcd28d07139" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T231257Z:694514e3-7f2b-4114-806a-901455f19572" + "WESTUS:20200623T232311Z:f9428636-4343-4111-95ec-9dcd28d07139" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -171,7 +171,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 23:12:57 GMT" + "Tue, 23 Jun 2020 23:23:11 GMT" ], "Content-Length": [ "165" @@ -183,26 +183,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps5831\",\r\n \"name\": \"ps5831\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps8555\",\r\n \"name\": \"ps8555\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/providers/Microsoft.StorageSync/locations/CentralUSEUAP/checkNameAvailability?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZVN5bmMvbG9jYXRpb25zL0NlbnRyYWxVU0VVQVAvY2hlY2tOYW1lQXZhaWxhYmlsaXR5P2FwaS12ZXJzaW9uPTIwMTktMDMtMDE=", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/Microsoft.StorageSync/locations/CentralUSEUAP/checkNameAvailability?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZVN5bmMvbG9jYXRpb25zL0NlbnRyYWxVU0VVQVAvY2hlY2tOYW1lQXZhaWxhYmlsaXR5P2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", "RequestMethod": "POST", - "RequestBody": "{\r\n \"name\": \"sssps4013\",\r\n \"type\": \"Microsoft.StorageSync/storageSyncServices\"\r\n}", + "RequestBody": "{\r\n \"name\": \"sssps4729\",\r\n \"type\": \"Microsoft.StorageSync/storageSyncServices\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "bddd35e9-9e61-423a-a7a0-dbc81a87e9b7" + "3ed8ed7e-4d56-45a0-a0a2-359571a647fd" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -219,7 +219,7 @@ "no-cache" ], "x-ms-request-id": [ - "822ee9ea-e3dd-4d7b-a4de-9fc5e2fb0e34" + "7caf4535-1223-49a2-8fbd-12d99d78c60a" ], "X-Content-Type-Options": [ "nosniff" @@ -237,53 +237,53 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1199" + "1198" ], "x-ms-correlation-request-id": [ - "af75c7ab-7a0a-49a9-9cfe-a63691ea5048" + "b9ea93b1-5f88-4af1-9413-c771f16b067d" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T231258Z:af75c7ab-7a0a-49a9-9cfe-a63691ea5048" + "WESTUS:20200623T232312Z:b9ea93b1-5f88-4af1-9413-c771f16b067d" ], "Date": [ - "Wed, 03 Jul 2019 23:12:57 GMT" + "Tue, 23 Jun 2020 23:23:11 GMT" ], "Content-Length": [ - "51" + "29" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"nameAvailable\": true,\r\n \"reason\": null,\r\n \"message\": null\r\n}", + "ResponseBody": "{\r\n \"nameAvailable\": true\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps5831/providers/Microsoft.StorageSync/storageSyncServices/sssps4013?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNTgzMS9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM0MDEzP2FwaS12ZXJzaW9uPTIwMTktMDMtMDE=", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps8555/providers/Microsoft.StorageSync/storageSyncServices/sssps4729?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzODU1NS9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM0NzI5P2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"location\": \"Central US EUAP\",\r\n \"tags\": {}\r\n}", + "RequestBody": "{\r\n \"location\": \"Central US EUAP\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"incomingTrafficPolicy\": \"AllowAllTraffic\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "5adcb7d0-746c-4b85-9e1d-a0fa240783de" + "35e14f69-68ac-489e-9c9f-576a3e64e759" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "52" + "125" ] }, "ResponseHeaders": { @@ -293,8 +293,17 @@ "Pragma": [ "no-cache" ], + "Location": [ + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6ImFlOWFhNzhlLTUwMjMtNGE0MC1hMTI3LTM2ZjczMWFhZmI5YSIsIndvcmtmbG93SWQiOiJmZThlMmI4NS1iNDFlLTQwZDctYWU4Zi1hNmNhNGViOTBiOWUiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiMTZmMzBjNDktMTk5ZC00Zjk1LTg1N2YtM2JmNDI2ZjM3OGFiIn0=?api-version=2020-03-01" + ], + "Retry-After": [ + "10" + ], + "Azure-AsyncOperation": [ + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6ImFlOWFhNzhlLTUwMjMtNGE0MC1hMTI3LTM2ZjczMWFhZmI5YSIsIndvcmtmbG93SWQiOiJmZThlMmI4NS1iNDFlLTQwZDctYWU4Zi1hNmNhNGViOTBiOWUiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiMTZmMzBjNDktMTk5ZC00Zjk1LTg1N2YtM2JmNDI2ZjM3OGFiIn0=?api-version=2020-03-01" + ], "x-ms-request-id": [ - "0f9ceaf3-10e2-4dfb-a413-ab9b2097fd91" + "7346fcee-6c00-4432-96c3-95442cc2707b" ], "X-Content-Type-Options": [ "nosniff" @@ -312,53 +321,176 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1199" + "1197" + ], + "x-ms-correlation-request-id": [ + "3ab8a7e5-0eeb-4402-8b20-5370744f27f3" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200623T232312Z:3ab8a7e5-0eeb-4402-8b20-5370744f27f3" + ], + "Date": [ + "Tue, 23 Jun 2020 23:23:11 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6ImFlOWFhNzhlLTUwMjMtNGE0MC1hMTI3LTM2ZjczMWFhZmI5YSIsIndvcmtmbG93SWQiOiJmZThlMmI4NS1iNDFlLTQwZDctYWU4Zi1hNmNhNGViOTBiOWUiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiMTZmMzBjNDktMTk5ZC00Zjk1LTg1N2YtM2JmNDI2ZjM3OGFiIn0=?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvbG9jYXRpb25zL2NlbnRyYWx1c2V1YXAvb3BlcmF0aW9ucy9leUp3WVhKMGFYUnBiMjVKWkNJNkltRmxPV0ZoTnpobExUVXdNak10TkdFME1DMWhNVEkzTFRNMlpqY3pNV0ZoWm1JNVlTSXNJbmR2Y210bWJHOTNTV1FpT2lKbVpUaGxNbUk0TlMxaU5ERmxMVFF3WkRjdFlXVTRaaTFoTm1OaE5HVmlPVEJpT1dVaUxDSjNiM0pyWm14dmQwOXdaWEpoZEdsdmJrbGtJam9pTVRabU16QmpORGt0TVRrNVpDMDBaamsxTFRnMU4yWXRNMkptTkRJMlpqTTNPR0ZpSW4wPT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-request-id": [ + "7ffd2281-41fb-4e01-b693-f1cc6271685f" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-IIS/10.0" + ], + "X-AspNet-Version": [ + "4.0.30319" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11980" ], "x-ms-correlation-request-id": [ - "19dcf188-7e23-4315-83c7-371650830cd0" + "39cedea8-eefe-4acb-b67a-cb78cfdb3b45" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T231259Z:19dcf188-7e23-4315-83c7-371650830cd0" + "WESTUS:20200623T232323Z:39cedea8-eefe-4acb-b67a-cb78cfdb3b45" ], "Date": [ - "Wed, 03 Jul 2019 23:12:58 GMT" + "Tue, 23 Jun 2020 23:23:22 GMT" ], "Content-Length": [ - "329" + "744" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6ImFlOWFhNzhlLTUwMjMtNGE0MC1hMTI3LTM2ZjczMWFhZmI5YSIsIndvcmtmbG93SWQiOiJmZThlMmI4NS1iNDFlLTQwZDctYWU4Zi1hNmNhNGViOTBiOWUiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiMTZmMzBjNDktMTk5ZC00Zjk1LTg1N2YtM2JmNDI2ZjM3OGFiIn0=\",\r\n \"name\": \"eyJwYXJ0aXRpb25JZCI6ImFlOWFhNzhlLTUwMjMtNGE0MC1hMTI3LTM2ZjczMWFhZmI5YSIsIndvcmtmbG93SWQiOiJmZThlMmI4NS1iNDFlLTQwZDctYWU4Zi1hNmNhNGViOTBiOWUiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiMTZmMzBjNDktMTk5ZC00Zjk1LTg1N2YtM2JmNDI2ZjM3OGFiIn0=\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2020-06-23T23:23:13.1090202Z\",\r\n \"endTime\": \"2020-06-23T23:23:19.276166Z\",\r\n \"properties\": {}\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps8555/providers/Microsoft.StorageSync/storageSyncServices/sssps4729?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzODU1NS9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM0NzI5P2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-request-id": [ + "de1f4a5c-ea7d-4d00-9818-2cacb346e9b9" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-IIS/10.0" + ], + "X-AspNet-Version": [ + "4.0.30319" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11979" + ], + "x-ms-correlation-request-id": [ + "89ed8273-e130-4d34-92f9-469348e8a681" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200623T232323Z:89ed8273-e130-4d34-92f9-469348e8a681" + ], + "Date": [ + "Tue, 23 Jun 2020 23:23:22 GMT" + ], + "Content-Length": [ + "633" + ], + "Content-Type": [ + "application/json" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"storageSyncServiceStatus\": null,\r\n \"storageSyncServiceUid\": null\r\n },\r\n \"location\": \"Central US EUAP\",\r\n \"tags\": {},\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps5831/providers/microsoft.storagesync/storageSyncServices/sssps4013\",\r\n \"name\": \"sssps4013\",\r\n \"type\": \"microsoft.storagesync/storageSyncServices\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"storageSyncServiceStatus\": 0,\r\n \"incomingTrafficPolicy\": \"AllowAllTraffic\",\r\n \"privateEndpointConnections\": [],\r\n \"provisioningState\": \"Succeeded\",\r\n \"lastWorkflowId\": \"storageSyncServices/sssps4729/workflows/fe8e2b85-b41e-40d7-ae8f-a6ca4eb90b9e\",\r\n \"lastOperationName\": \"ICreateStorageSyncServiceWorkflow\"\r\n },\r\n \"location\": \"Central US EUAP\",\r\n \"tags\": {},\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps8555/providers/microsoft.storagesync/storageSyncServices/sssps4729\",\r\n \"name\": \"sssps4729\",\r\n \"type\": \"microsoft.storagesync/storageSyncServices\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps5831/providers/Microsoft.StorageSync/storageSyncServices/sssps4013/registeredServers/8bdfe13d-04ae-47a0-94fb-294b6bc52cd7?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNTgzMS9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM0MDEzL3JlZ2lzdGVyZWRTZXJ2ZXJzLzhiZGZlMTNkLTA0YWUtNDdhMC05NGZiLTI5NGI2YmM1MmNkNz9hcGktdmVyc2lvbj0yMDE5LTAzLTAx", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps8555/providers/Microsoft.StorageSync/storageSyncServices/sssps4729/registeredServers/cd301b0c-6a4f-440c-9368-92f64b1ca95a?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzODU1NS9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM0NzI5L3JlZ2lzdGVyZWRTZXJ2ZXJzL2NkMzAxYjBjLTZhNGYtNDQwYy05MzY4LTkyZjY0YjFjYTk1YT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"serverCertificate\": \"MIIDGDCCAgCgAwIBAgIQZrMnSW/lG5xELR7EikisXDANBgkqhkiG9w0BAQ0FADA0MTIwMAYDVQQDEylhbmRyZXlhemRldm9wcy5yZWRtb25kLmNvcnAubWljcm9zb2Z0LmNvbTAeFw0xOTA1MjkwMjEyNDlaFw0yMDA1MjkwMjEyNDlaMDQxMjAwBgNVBAMTKWFuZHJleWF6ZGV2b3BzLnJlZG1vbmQuY29ycC5taWNyb3NvZnQuY29tMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAzWEfgMvao6tCt/lexsMFViVxCCoJbLClwvqfWN79eFc3bmXBtERIvKTlb1TqAigp5VjP021TaQsyN/K2t8qr2rAdlaeJtCXNSILe3+ForYGcQOP0p802kFXkhMUojfX8jGs1BLQTsUoKN4UtuxWIhpb7Iw00rT7wchTg6Yk+ULCRFAlxOQHZI0drM13tDO4kz0BRbTCoSvazS3O570p8sMrWFra6P1/HG1f7sIQP5txw205siGb5FpB0u16qD/z0d7tfMGv+JIqAb6InI393dj2FtbzExkkiBUFXWaH9czGkAFyWuzkECb0WEEK+7oTOrLlo0dh0bp6nxlZ+G7FLfQIDAQABoyYwJDAiBgNVHSUBAf8EGDAWBggrBgEFBQcDAgYKKwYBBAGCNwoDDDANBgkqhkiG9w0BAQ0FAAOCAQEAEn8WHN0h00/Vem50CnwXwnty0vGwu2v3plD1m0mw+3jCtDUTa/tF/a7jTVTCtK6VdqNP6tp/f+GflNRmZWIK/6DIEntouzL++7M5hArcJj01t0S0Vc+0FN3b2wuBuJUYWxR5Q8bNHStOm7l6nXjQ96k1fH/L/hu0dmhciak8LUEIowhSiIpnB3C9AGFuPi9DqjKdWxxzIPLybiDidgUfGbcCNHaZXvcNqNq4zpzeFPTi3VBEOXHIJhk0fT3iWjwvBwtUxPJJs3FIRZFWQa/cgEvBWrYMem98lqKNdmGDJP11OmUeAqJQTe+iSX9pDFzpEj/lM/tIjEh9fwKXuoO1uw==\",\r\n \"agentVersion\": \"5.0.2.0\",\r\n \"serverOSVersion\": \"10.0.14393.0\",\r\n \"lastHeartBeat\": \"7/3/2019 4:12:59 PM\",\r\n \"serverRole\": \"Standalone\",\r\n \"clusterId\": \"00000000-0000-0000-0000-000000000000\",\r\n \"serverId\": \"8bdfe13d-04ae-47a0-94fb-294b6bc52cd7\",\r\n \"friendlyName\": \"andreyazdevops.redmond.corp.microsoft.com\"\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"serverCertificate\": \"MIIDEDCCAfigAwIBAgIQHMX6MF8k1YRIo40AAPKx/TANBgkqhkiG9w0BAQ0FADAwMS4wLAYDVQQDEyVhbmt1c2hiLXZtMDIubnRkZXYuY29ycC5taWNyb3NvZnQuY29tMB4XDTIwMDEyNzE5NTkwN1oXDTIxMDEyNzE5NTkwN1owMDEuMCwGA1UEAxMlYW5rdXNoYi12bTAyLm50ZGV2LmNvcnAubWljcm9zb2Z0LmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAOGKtANwb+dUXi5QVPKCUkpcWJ1/s18EqVBGRaQvIE518p7zWSfnk79FOerjfCT6kDBZPccnxBHK3hZZNgxrAkgv0LeDIEwHDvttYbcMfUzq1VviGnPuKWTsFkIAkG+8IehxX9eB/kBlkoyriziQXg4Bz74HBaQWlZeC65R6Tp8XcuO8HuKtnT3RfV6365pPHq4yp/N5e3NLxDoG1AKXEs8NtDkw2xOltLCu3qluV/AUX343pDEkLV3F8IOu3I7cU+NA/WzCF7UcZ8ZOhS5klMVNiUwCFsUdFUAXh9ufXEBs50IcVJlZU6ZUADbmrqaqpYtD94aKQeFsBlnou5s1A/kCAwEAAaMmMCQwIgYDVR0lAQH/BBgwFgYIKwYBBQUHAwIGCisGAQQBgjcKAwwwDQYJKoZIhvcNAQENBQADggEBAH7p2XFxnOdk/lbNBKW7nmjsjE5BeBU/OlBhKCUrmmY+fk3FvAYSs2jaJKqgZjxek/KdNf2UZMXztg8joF5s1Pdg6ICxJqc1t4gJunHUOoTHHyrotMyt6xJnClRCNqshA0n2z304hjKXcyCoLopemMFpOPEg2oG+EOuvwK/g1gAavGbmYJQc82uNF1LKNMmNfQ4Nn48dKLKg65SHgU+BISlCjHb/6NRTpTmK5acUOlHSrhGsJYCBsN1xJOzwxssXAoy25ebjajvnGcsC9k2HwLZWaSGsPuwWPfEtPPHjNRDrnaNLjSu2zc0uxZza8JWlE0pWD2kyf9OjyD1V0PxtZuM=\",\r\n \"agentVersion\": \"5.0.2.0\",\r\n \"serverOSVersion\": \"10.0.14393.0\",\r\n \"lastHeartBeat\": \"6/23/2020 4:23:23 PM\",\r\n \"serverRole\": \"Standalone\",\r\n \"clusterId\": \"00000000-0000-0000-0000-000000000000\",\r\n \"serverId\": \"cd301b0c-6a4f-440c-9368-92f64b1ca95a\",\r\n \"friendlyName\": \"ankushb-vm02.ntdev.corp.microsoft.com\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "17392b4d-3dbc-4220-b4d4-78b6ceaf3b06" + "33790168-0953-4832-bb4e-a152e5e0e616" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "1452" + "1437" ] }, "ResponseHeaders": { @@ -369,16 +501,16 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps5831/providers/microsoft.storagesync/storageSyncServices/sssps4013/workflows/4d909988-dac4-4158-b7a9-8c50e121ecec/operationresults/1b1547a1-7b42-4890-b172-f9335d3cc06d?api-version=2019-03-01" + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6ImFlOWFhNzhlLTUwMjMtNGE0MC1hMTI3LTM2ZjczMWFhZmI5YSIsIndvcmtmbG93SWQiOiJmMDlmMjg1MC04N2Q3LTQzNjAtODUwZi04NjhkZTVhODQ3M2IiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiNWE1ZmNiOWMtZWI4Mi00ODE2LWE3MzMtODE2ZjBkYjY5NDJlIn0=?api-version=2020-03-01" ], "Retry-After": [ "10" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps5831/providers/microsoft.storagesync/storageSyncServices/sssps4013/workflows/4d909988-dac4-4158-b7a9-8c50e121ecec/operations/1b1547a1-7b42-4890-b172-f9335d3cc06d?api-version=2019-03-01" + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6ImFlOWFhNzhlLTUwMjMtNGE0MC1hMTI3LTM2ZjczMWFhZmI5YSIsIndvcmtmbG93SWQiOiJmMDlmMjg1MC04N2Q3LTQzNjAtODUwZi04NjhkZTVhODQ3M2IiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiNWE1ZmNiOWMtZWI4Mi00ODE2LWE3MzMtODE2ZjBkYjY5NDJlIn0=?api-version=2020-03-01" ], "x-ms-request-id": [ - "4c211115-6004-4bac-af27-51a4a38f38e1" + "5bc518a9-085b-4e89-9c11-3a1244832069" ], "X-Content-Type-Options": [ "nosniff" @@ -396,16 +528,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1198" + "1196" ], "x-ms-correlation-request-id": [ - "7a71be0d-2d08-44ec-aa97-47525f686f60" + "f3f4aa8e-b583-439d-adc3-5cf6ad106924" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T231259Z:7a71be0d-2d08-44ec-aa97-47525f686f60" + "WESTUS:20200623T232323Z:f3f4aa8e-b583-439d-adc3-5cf6ad106924" ], "Date": [ - "Wed, 03 Jul 2019 23:12:58 GMT" + "Tue, 23 Jun 2020 23:23:22 GMT" ], "Expires": [ "-1" @@ -418,16 +550,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps5831/providers/microsoft.storagesync/storageSyncServices/sssps4013/workflows/4d909988-dac4-4158-b7a9-8c50e121ecec/operations/1b1547a1-7b42-4890-b172-f9335d3cc06d?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNTgzMS9wcm92aWRlcnMvbWljcm9zb2Z0LnN0b3JhZ2VzeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM0MDEzL3dvcmtmbG93cy80ZDkwOTk4OC1kYWM0LTQxNTgtYjdhOS04YzUwZTEyMWVjZWMvb3BlcmF0aW9ucy8xYjE1NDdhMS03YjQyLTQ4OTAtYjE3Mi1mOTMzNWQzY2MwNmQ/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6ImFlOWFhNzhlLTUwMjMtNGE0MC1hMTI3LTM2ZjczMWFhZmI5YSIsIndvcmtmbG93SWQiOiJmMDlmMjg1MC04N2Q3LTQzNjAtODUwZi04NjhkZTVhODQ3M2IiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiNWE1ZmNiOWMtZWI4Mi00ODE2LWE3MzMtODE2ZjBkYjY5NDJlIn0=?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvbG9jYXRpb25zL2NlbnRyYWx1c2V1YXAvb3BlcmF0aW9ucy9leUp3WVhKMGFYUnBiMjVKWkNJNkltRmxPV0ZoTnpobExUVXdNak10TkdFME1DMWhNVEkzTFRNMlpqY3pNV0ZoWm1JNVlTSXNJbmR2Y210bWJHOTNTV1FpT2lKbU1EbG1NamcxTUMwNE4yUTNMVFF6TmpBdE9EVXdaaTA0Tmpoa1pUVmhPRFEzTTJJaUxDSjNiM0pyWm14dmQwOXdaWEpoZEdsdmJrbGtJam9pTldFMVptTmlPV010WldJNE1pMDBPREUyTFdFM016TXRPREUyWmpCa1lqWTVOREpsSW4wPT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -438,7 +570,7 @@ "no-cache" ], "x-ms-request-id": [ - "7517d785-0adf-40d7-bb84-e2107fc340fd" + "009a50a5-17a9-4cfd-9cc4-c20bfca5bb2f" ], "X-Content-Type-Options": [ "nosniff" @@ -456,41 +588,41 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11999" + "11978" ], "x-ms-correlation-request-id": [ - "03c53d4d-960c-4372-a228-6d7426f7a8b5" + "b2772555-25d5-4e21-b7f5-1894354b2ee8" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T231310Z:03c53d4d-960c-4372-a228-6d7426f7a8b5" + "WESTUS:20200623T232334Z:b2772555-25d5-4e21-b7f5-1894354b2ee8" ], "Date": [ - "Wed, 03 Jul 2019 23:13:09 GMT" + "Tue, 23 Jun 2020 23:23:34 GMT" ], "Content-Length": [ - "447" + "745" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps5831/providers/microsoft.storagesync/storageSyncServices/sssps4013/workflow/4d909988-dac4-4158-b7a9-8c50e121ecec/operationresults/1b1547a1-7b42-4890-b172-f9335d3cc06d\",\r\n \"name\": \"1b1547a1-7b42-4890-b172-f9335d3cc06d\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2019-07-03T23:12:59.8431647Z\",\r\n \"endTime\": \"2019-07-03T23:13:03.3475131Z\",\r\n \"percentComplete\": null,\r\n \"error\": null,\r\n \"properties\": {}\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6ImFlOWFhNzhlLTUwMjMtNGE0MC1hMTI3LTM2ZjczMWFhZmI5YSIsIndvcmtmbG93SWQiOiJmMDlmMjg1MC04N2Q3LTQzNjAtODUwZi04NjhkZTVhODQ3M2IiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiNWE1ZmNiOWMtZWI4Mi00ODE2LWE3MzMtODE2ZjBkYjY5NDJlIn0=\",\r\n \"name\": \"eyJwYXJ0aXRpb25JZCI6ImFlOWFhNzhlLTUwMjMtNGE0MC1hMTI3LTM2ZjczMWFhZmI5YSIsIndvcmtmbG93SWQiOiJmMDlmMjg1MC04N2Q3LTQzNjAtODUwZi04NjhkZTVhODQ3M2IiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiNWE1ZmNiOWMtZWI4Mi00ODE2LWE3MzMtODE2ZjBkYjY5NDJlIn0=\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2020-06-23T23:23:24.9924936Z\",\r\n \"endTime\": \"2020-06-23T23:23:28.5392317Z\",\r\n \"properties\": {}\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps5831/providers/Microsoft.StorageSync/storageSyncServices/sssps4013/registeredServers/8bdfe13d-04ae-47a0-94fb-294b6bc52cd7?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNTgzMS9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM0MDEzL3JlZ2lzdGVyZWRTZXJ2ZXJzLzhiZGZlMTNkLTA0YWUtNDdhMC05NGZiLTI5NGI2YmM1MmNkNz9hcGktdmVyc2lvbj0yMDE5LTAzLTAx", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps8555/providers/Microsoft.StorageSync/storageSyncServices/sssps4729/registeredServers/cd301b0c-6a4f-440c-9368-92f64b1ca95a?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzODU1NS9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM0NzI5L3JlZ2lzdGVyZWRTZXJ2ZXJzL2NkMzAxYjBjLTZhNGYtNDQwYy05MzY4LTkyZjY0YjFjYTk1YT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -501,7 +633,7 @@ "no-cache" ], "x-ms-request-id": [ - "08396f22-0dbe-43fa-bf69-9f41ac78690a" + "92d81992-16ec-43d3-87a8-65bfd4d992f3" ], "X-Content-Type-Options": [ "nosniff" @@ -519,47 +651,47 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11998" + "11977" ], "x-ms-correlation-request-id": [ - "13deb910-3ed9-430b-a437-93fcafd113a8" + "9851d096-3217-42b0-ba86-baecd850ac8c" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T231310Z:13deb910-3ed9-430b-a437-93fcafd113a8" + "WESTUS:20200623T232334Z:9851d096-3217-42b0-ba86-baecd850ac8c" ], "Date": [ - "Wed, 03 Jul 2019 23:13:10 GMT" + "Tue, 23 Jun 2020 23:23:34 GMT" ], "Content-Length": [ - "13368" + "13498" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"serverCertificate\": null,\r\n \"agentVersion\": \"5.0.2.0\",\r\n \"agentVersionStatus\": null,\r\n \"agentVersionExpirationDate\": null,\r\n \"serverOSVersion\": \"10.0.14393.0\",\r\n \"serverManagementErrorCode\": 0,\r\n \"lastHeartBeat\": \"2019-07-03T16:13:03.1131187-07:00\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"serverRole\": \"Standalone\",\r\n \"clusterId\": \"00000000-0000-0000-0000-000000000000\",\r\n \"clusterName\": \"\",\r\n \"serverId\": \"8bdfe13d-04ae-47a0-94fb-294b6bc52cd7\",\r\n \"storageSyncServiceUid\": \"f1a2f03c-14f1-4a8b-b017-b86c677fe8ca\",\r\n \"lastWorkflowId\": \"storageSyncServices/sssps4013/workflows/4d909988-dac4-4158-b7a9-8c50e121ecec\",\r\n \"lastOperationName\": \"ICreateRegisteredServerWorkflow\",\r\n \"friendlyName\": \"andreyazdevops.redmond.corp.microsoft.com\",\r\n \"monitoringConfiguration\": \"{\\\"agentConfiguration\\\":\\\" \\\\\\\\Memory\\\\\\\\Available MBytes \\\\\\\\Processor(_Total)\\\\\\\\% Processor Time \\\\\\\\Network Interface(*)\\\\\\\\Bytes Total/sec \\\\\\\\Network Interface(*)\\\\\\\\Bytes Received/sec \\\\\\\\Network Interface(*)\\\\\\\\Bytes Sent/sec \\\\\\\\Network Interface(*)\\\\\\\\Current Bandwidth \\\\\\\\Network Interface(*)\\\\\\\\Output Queue Length \\\\\\\\Server\\\\\\\\Bytes Total/sec \\\\\\\\Process(filesyncsvc)\\\\\\\\* \\\\\\\\Process(w3wp)\\\\\\\\Private Bytes \\\\\\\\Process(MonAgentCore)\\\\\\\\% Processor Time \\\\\\\\Process(MonAgentHost)\\\\\\\\% Processor Time \\\\\\\\Process(MonAgentManager)\\\\\\\\% Processor Time \\\\\\\\Process(MonAgentLauncher)\\\\\\\\% Processor Time \\\\\\\\Process(MonAgentCore)\\\\\\\\Private Bytes \\\\\\\\Process(MonAgentHost)\\\\\\\\Private Bytes \\\\\\\\Process(MonAgentManager)\\\\\\\\Private Bytes \\\\\\\\Process(MonAgentLauncher)\\\\\\\\Private Bytes \\\\\\\\Process(AzureStorageSyncMonitor)\\\\\\\\% Processor Time \\\\\\\\Process(AzureStorageSyncMonitor)\\\\\\\\Private Bytes \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") EventsToCollect=ServerPerformanceCounters:PerformanceCounter,ServerTelemetryEvents:WindowsEventLog,ServerItemResultsEvents:WindowsEventLog,ServerApplicationEvents:WindowsEventLog;DiagnosticEvents=ServerOperationalEvents:WindowsEventLog,ServerDiagnosticEvents:WindowsEventLog,ServerManagementOperationalEvents:WindowsEventLog,ServerManagementDiagnosticEvents:WindowsEventLog,ServerScrubbingEvents:WindowsEventLog,TieringResultsEvents:WindowsEventLog,RecallResultsEvents:WindowsEventLog,AfsUserModeTraceSession:Trace,AfsKernelModeTraceSession:Trace,InstallerLogs:InstallerLogs;EventSchedulerIntervalsInMins=EnvironmentTelemetry:1440 \\\",\\\"configurationVersion\\\":\\\"1\\\",\\\"id\\\":null,\\\"type\\\":\\\"microsoft.storagesync/storageSyncServices/HybridMonitoringConfiguration\\\"}\",\r\n \"managementEndpointUri\": \"https://euap01.afs.azure.net:443/\",\r\n \"discoveryEndpointUri\": \"https://tm-euap01.afs.azure.net:443\",\r\n \"resourceLocation\": \"centraluseuap\",\r\n \"serviceLocation\": \"centraluseuap\"\r\n },\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps5831/providers/microsoft.storagesync/storageSyncServices/sssps4013/registeredServers/8bdfe13d-04ae-47a0-94fb-294b6bc52cd7\",\r\n \"name\": \"8bdfe13d-04ae-47a0-94fb-294b6bc52cd7\",\r\n \"type\": \"microsoft.storagesync/storageSyncServices/registeredServers\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"agentVersion\": \"5.0.2.0\",\r\n \"serverOSVersion\": \"10.0.14393.0\",\r\n \"serverManagementErrorCode\": 0,\r\n \"lastHeartBeat\": \"2020-06-23T16:23:28.3192182-07:00\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"serverRole\": \"Standalone\",\r\n \"clusterId\": \"00000000-0000-0000-0000-000000000000\",\r\n \"clusterName\": \"\",\r\n \"serverId\": \"cd301b0c-6a4f-440c-9368-92f64b1ca95a\",\r\n \"storageSyncServiceUid\": \"ae9aa78e-5023-4a40-a127-36f731aafb9a\",\r\n \"lastWorkflowId\": \"storageSyncServices/sssps4729/workflows/f09f2850-87d7-4360-850f-868de5a8473b\",\r\n \"lastOperationName\": \"ICreateRegisteredServerWorkflow\",\r\n \"friendlyName\": \"ankushb-vm02.ntdev.corp.microsoft.com\",\r\n \"monitoringConfiguration\": \"{\\\"agentConfiguration\\\":\\\" \\\\\\\\Memory\\\\\\\\Available MBytes \\\\\\\\Processor(_Total)\\\\\\\\% Processor Time \\\\\\\\Network Interface(*)\\\\\\\\Bytes Total/sec \\\\\\\\Network Interface(*)\\\\\\\\Bytes Received/sec \\\\\\\\Network Interface(*)\\\\\\\\Bytes Sent/sec \\\\\\\\Network Interface(*)\\\\\\\\Current Bandwidth \\\\\\\\Network Interface(*)\\\\\\\\Output Queue Length \\\\\\\\Server\\\\\\\\Bytes Total/sec \\\\\\\\Process(filesyncsvc)\\\\\\\\* \\\\\\\\Process(w3wp)\\\\\\\\Private Bytes \\\\\\\\Process(MonAgentCore)\\\\\\\\% Processor Time \\\\\\\\Process(MonAgentHost)\\\\\\\\% Processor Time \\\\\\\\Process(MonAgentManager)\\\\\\\\% Processor Time \\\\\\\\Process(MonAgentLauncher)\\\\\\\\% Processor Time \\\\\\\\Process(MonAgentCore)\\\\\\\\Private Bytes \\\\\\\\Process(MonAgentHost)\\\\\\\\Private Bytes \\\\\\\\Process(MonAgentManager)\\\\\\\\Private Bytes \\\\\\\\Process(MonAgentLauncher)\\\\\\\\Private Bytes \\\\\\\\Process(AzureStorageSyncMonitor)\\\\\\\\% Processor Time \\\\\\\\Process(AzureStorageSyncMonitor)\\\\\\\\Private Bytes \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") EventsToCollect=ServerPerformanceCounters:PerformanceCounter,ServerTelemetryEvents:WindowsEventLog,ServerItemResultsEvents:WindowsEventLog,ServerApplicationEvents:WindowsEventLog;DiagnosticEvents=ServerOperationalEvents:WindowsEventLog,ServerDiagnosticEvents:WindowsEventLog,ServerManagementOperationalEvents:WindowsEventLog,ServerManagementDiagnosticEvents:WindowsEventLog,ServerScrubbingEvents:WindowsEventLog,TieringResultsEvents:WindowsEventLog,RecallResultsEvents:WindowsEventLog,AfsUserModeTraceSession:Trace,AfsKernelModeTraceSession:Trace,InstallerLogs:InstallerLogs;EventSchedulerIntervalsInMins=EnvironmentTelemetry:1440 \\\",\\\"configurationVersion\\\":\\\"1\\\",\\\"id\\\":null,\\\"type\\\":\\\"microsoft.storagesync/storageSyncServices/HybridMonitoringConfiguration\\\"}\",\r\n \"managementEndpointUri\": \"https://euap01.afs.azure.net:443/\",\r\n \"discoveryEndpointUri\": \"https://tm-euap01.afs.azure.net:443\",\r\n \"resourceLocation\": \"centraluseuap\",\r\n \"serviceLocation\": \"centraluseuap\",\r\n \"monitoringEndpointUri\": \"https://euap01.afs.azure.net:443/\"\r\n },\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps8555/providers/microsoft.storagesync/storageSyncServices/sssps4729/registeredServers/cd301b0c-6a4f-440c-9368-92f64b1ca95a\",\r\n \"name\": \"cd301b0c-6a4f-440c-9368-92f64b1ca95a\",\r\n \"type\": \"microsoft.storagesync/storageSyncServices/registeredServers\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps5831/providers/Microsoft.StorageSync/storageSyncServices/sssps4013/registeredServers/8bdfe13d-04ae-47a0-94fb-294b6bc52cd7?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNTgzMS9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM0MDEzL3JlZ2lzdGVyZWRTZXJ2ZXJzLzhiZGZlMTNkLTA0YWUtNDdhMC05NGZiLTI5NGI2YmM1MmNkNz9hcGktdmVyc2lvbj0yMDE5LTAzLTAx", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps8555/providers/Microsoft.StorageSync/storageSyncServices/sssps4729/registeredServers/cd301b0c-6a4f-440c-9368-92f64b1ca95a?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzODU1NS9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM0NzI5L3JlZ2lzdGVyZWRTZXJ2ZXJzL2NkMzAxYjBjLTZhNGYtNDQwYy05MzY4LTkyZjY0YjFjYTk1YT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "758a7086-06d6-4060-94d2-fa4fa323edfd" + "bb6c3124-6447-40d0-aeac-099cb7ebc43a" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -570,7 +702,7 @@ "no-cache" ], "x-ms-request-id": [ - "2ec1ffa8-57bd-43f8-9453-f9b9de8b0b9e" + "fafccf43-ebd5-44f1-988f-dbd7a7cb70d8" ], "X-Content-Type-Options": [ "nosniff" @@ -588,47 +720,47 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11997" + "11976" ], "x-ms-correlation-request-id": [ - "c7e8774f-9d89-4a5b-b09a-bb893407ad06" + "5c26f448-cbd6-4755-9140-ef6b421acd5d" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T231310Z:c7e8774f-9d89-4a5b-b09a-bb893407ad06" + "WESTUS:20200623T232334Z:5c26f448-cbd6-4755-9140-ef6b421acd5d" ], "Date": [ - "Wed, 03 Jul 2019 23:13:10 GMT" + "Tue, 23 Jun 2020 23:23:34 GMT" ], "Content-Length": [ - "13368" + "13498" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"serverCertificate\": null,\r\n \"agentVersion\": \"5.0.2.0\",\r\n \"agentVersionStatus\": null,\r\n \"agentVersionExpirationDate\": null,\r\n \"serverOSVersion\": \"10.0.14393.0\",\r\n \"serverManagementErrorCode\": 0,\r\n \"lastHeartBeat\": \"2019-07-03T16:13:03.1131187-07:00\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"serverRole\": \"Standalone\",\r\n \"clusterId\": \"00000000-0000-0000-0000-000000000000\",\r\n \"clusterName\": \"\",\r\n \"serverId\": \"8bdfe13d-04ae-47a0-94fb-294b6bc52cd7\",\r\n \"storageSyncServiceUid\": \"f1a2f03c-14f1-4a8b-b017-b86c677fe8ca\",\r\n \"lastWorkflowId\": \"storageSyncServices/sssps4013/workflows/4d909988-dac4-4158-b7a9-8c50e121ecec\",\r\n \"lastOperationName\": \"ICreateRegisteredServerWorkflow\",\r\n \"friendlyName\": \"andreyazdevops.redmond.corp.microsoft.com\",\r\n \"monitoringConfiguration\": \"{\\\"agentConfiguration\\\":\\\" \\\\\\\\Memory\\\\\\\\Available MBytes \\\\\\\\Processor(_Total)\\\\\\\\% Processor Time \\\\\\\\Network Interface(*)\\\\\\\\Bytes Total/sec \\\\\\\\Network Interface(*)\\\\\\\\Bytes Received/sec \\\\\\\\Network Interface(*)\\\\\\\\Bytes Sent/sec \\\\\\\\Network Interface(*)\\\\\\\\Current Bandwidth \\\\\\\\Network Interface(*)\\\\\\\\Output Queue Length \\\\\\\\Server\\\\\\\\Bytes Total/sec \\\\\\\\Process(filesyncsvc)\\\\\\\\* \\\\\\\\Process(w3wp)\\\\\\\\Private Bytes \\\\\\\\Process(MonAgentCore)\\\\\\\\% Processor Time \\\\\\\\Process(MonAgentHost)\\\\\\\\% Processor Time \\\\\\\\Process(MonAgentManager)\\\\\\\\% Processor Time \\\\\\\\Process(MonAgentLauncher)\\\\\\\\% Processor Time \\\\\\\\Process(MonAgentCore)\\\\\\\\Private Bytes \\\\\\\\Process(MonAgentHost)\\\\\\\\Private Bytes \\\\\\\\Process(MonAgentManager)\\\\\\\\Private Bytes \\\\\\\\Process(MonAgentLauncher)\\\\\\\\Private Bytes \\\\\\\\Process(AzureStorageSyncMonitor)\\\\\\\\% Processor Time \\\\\\\\Process(AzureStorageSyncMonitor)\\\\\\\\Private Bytes \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") EventsToCollect=ServerPerformanceCounters:PerformanceCounter,ServerTelemetryEvents:WindowsEventLog,ServerItemResultsEvents:WindowsEventLog,ServerApplicationEvents:WindowsEventLog;DiagnosticEvents=ServerOperationalEvents:WindowsEventLog,ServerDiagnosticEvents:WindowsEventLog,ServerManagementOperationalEvents:WindowsEventLog,ServerManagementDiagnosticEvents:WindowsEventLog,ServerScrubbingEvents:WindowsEventLog,TieringResultsEvents:WindowsEventLog,RecallResultsEvents:WindowsEventLog,AfsUserModeTraceSession:Trace,AfsKernelModeTraceSession:Trace,InstallerLogs:InstallerLogs;EventSchedulerIntervalsInMins=EnvironmentTelemetry:1440 \\\",\\\"configurationVersion\\\":\\\"1\\\",\\\"id\\\":null,\\\"type\\\":\\\"microsoft.storagesync/storageSyncServices/HybridMonitoringConfiguration\\\"}\",\r\n \"managementEndpointUri\": \"https://euap01.afs.azure.net:443/\",\r\n \"discoveryEndpointUri\": \"https://tm-euap01.afs.azure.net:443\",\r\n \"resourceLocation\": \"centraluseuap\",\r\n \"serviceLocation\": \"centraluseuap\"\r\n },\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps5831/providers/microsoft.storagesync/storageSyncServices/sssps4013/registeredServers/8bdfe13d-04ae-47a0-94fb-294b6bc52cd7\",\r\n \"name\": \"8bdfe13d-04ae-47a0-94fb-294b6bc52cd7\",\r\n \"type\": \"microsoft.storagesync/storageSyncServices/registeredServers\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"agentVersion\": \"5.0.2.0\",\r\n \"serverOSVersion\": \"10.0.14393.0\",\r\n \"serverManagementErrorCode\": 0,\r\n \"lastHeartBeat\": \"2020-06-23T16:23:28.3192182-07:00\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"serverRole\": \"Standalone\",\r\n \"clusterId\": \"00000000-0000-0000-0000-000000000000\",\r\n \"clusterName\": \"\",\r\n \"serverId\": \"cd301b0c-6a4f-440c-9368-92f64b1ca95a\",\r\n \"storageSyncServiceUid\": \"ae9aa78e-5023-4a40-a127-36f731aafb9a\",\r\n \"lastWorkflowId\": \"storageSyncServices/sssps4729/workflows/f09f2850-87d7-4360-850f-868de5a8473b\",\r\n \"lastOperationName\": \"ICreateRegisteredServerWorkflow\",\r\n \"friendlyName\": \"ankushb-vm02.ntdev.corp.microsoft.com\",\r\n \"monitoringConfiguration\": \"{\\\"agentConfiguration\\\":\\\" \\\\\\\\Memory\\\\\\\\Available MBytes \\\\\\\\Processor(_Total)\\\\\\\\% Processor Time \\\\\\\\Network Interface(*)\\\\\\\\Bytes Total/sec \\\\\\\\Network Interface(*)\\\\\\\\Bytes Received/sec \\\\\\\\Network Interface(*)\\\\\\\\Bytes Sent/sec \\\\\\\\Network Interface(*)\\\\\\\\Current Bandwidth \\\\\\\\Network Interface(*)\\\\\\\\Output Queue Length \\\\\\\\Server\\\\\\\\Bytes Total/sec \\\\\\\\Process(filesyncsvc)\\\\\\\\* \\\\\\\\Process(w3wp)\\\\\\\\Private Bytes \\\\\\\\Process(MonAgentCore)\\\\\\\\% Processor Time \\\\\\\\Process(MonAgentHost)\\\\\\\\% Processor Time \\\\\\\\Process(MonAgentManager)\\\\\\\\% Processor Time \\\\\\\\Process(MonAgentLauncher)\\\\\\\\% Processor Time \\\\\\\\Process(MonAgentCore)\\\\\\\\Private Bytes \\\\\\\\Process(MonAgentHost)\\\\\\\\Private Bytes \\\\\\\\Process(MonAgentManager)\\\\\\\\Private Bytes \\\\\\\\Process(MonAgentLauncher)\\\\\\\\Private Bytes \\\\\\\\Process(AzureStorageSyncMonitor)\\\\\\\\% Processor Time \\\\\\\\Process(AzureStorageSyncMonitor)\\\\\\\\Private Bytes \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") EventsToCollect=ServerPerformanceCounters:PerformanceCounter,ServerTelemetryEvents:WindowsEventLog,ServerItemResultsEvents:WindowsEventLog,ServerApplicationEvents:WindowsEventLog;DiagnosticEvents=ServerOperationalEvents:WindowsEventLog,ServerDiagnosticEvents:WindowsEventLog,ServerManagementOperationalEvents:WindowsEventLog,ServerManagementDiagnosticEvents:WindowsEventLog,ServerScrubbingEvents:WindowsEventLog,TieringResultsEvents:WindowsEventLog,RecallResultsEvents:WindowsEventLog,AfsUserModeTraceSession:Trace,AfsKernelModeTraceSession:Trace,InstallerLogs:InstallerLogs;EventSchedulerIntervalsInMins=EnvironmentTelemetry:1440 \\\",\\\"configurationVersion\\\":\\\"1\\\",\\\"id\\\":null,\\\"type\\\":\\\"microsoft.storagesync/storageSyncServices/HybridMonitoringConfiguration\\\"}\",\r\n \"managementEndpointUri\": \"https://euap01.afs.azure.net:443/\",\r\n \"discoveryEndpointUri\": \"https://tm-euap01.afs.azure.net:443\",\r\n \"resourceLocation\": \"centraluseuap\",\r\n \"serviceLocation\": \"centraluseuap\",\r\n \"monitoringEndpointUri\": \"https://euap01.afs.azure.net:443/\"\r\n },\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps8555/providers/microsoft.storagesync/storageSyncServices/sssps4729/registeredServers/cd301b0c-6a4f-440c-9368-92f64b1ca95a\",\r\n \"name\": \"cd301b0c-6a4f-440c-9368-92f64b1ca95a\",\r\n \"type\": \"microsoft.storagesync/storageSyncServices/registeredServers\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps5831/providers/Microsoft.StorageSync/storageSyncServices/sssps4013/registeredServers/8bdfe13d-04ae-47a0-94fb-294b6bc52cd7?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNTgzMS9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM0MDEzL3JlZ2lzdGVyZWRTZXJ2ZXJzLzhiZGZlMTNkLTA0YWUtNDdhMC05NGZiLTI5NGI2YmM1MmNkNz9hcGktdmVyc2lvbj0yMDE5LTAzLTAx", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps8555/providers/Microsoft.StorageSync/storageSyncServices/sssps4729/registeredServers/cd301b0c-6a4f-440c-9368-92f64b1ca95a?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzODU1NS9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM0NzI5L3JlZ2lzdGVyZWRTZXJ2ZXJzL2NkMzAxYjBjLTZhNGYtNDQwYy05MzY4LTkyZjY0YjFjYTk1YT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "1dc2f8f2-8ca4-458f-91e5-5460bcc576d5" + "fd9d1f38-0187-4d86-9432-73b1c6a5ba72" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -639,16 +771,16 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps5831/providers/microsoft.storagesync/storageSyncServices/sssps4013/workflows/287f9e78-ede9-4754-aa9c-2790f271e3fa/operationresults/09c3698f-39ea-4905-b16c-7daaa026ba52?api-version=2019-03-01" + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6ImFlOWFhNzhlLTUwMjMtNGE0MC1hMTI3LTM2ZjczMWFhZmI5YSIsIndvcmtmbG93SWQiOiJlMTJlYzZhYS1jNGJmLTRkYTMtOGY5Ny0wYjExMGVmMDMwNDYiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiYzc4YTIwN2YtNDZlYy00ZjVjLTk3ZTUtZTZiYjBhYzY1ZTk1In0=?api-version=2020-03-01" ], "Retry-After": [ "10" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps5831/providers/microsoft.storagesync/storageSyncServices/sssps4013/workflows/287f9e78-ede9-4754-aa9c-2790f271e3fa/operations/09c3698f-39ea-4905-b16c-7daaa026ba52?api-version=2019-03-01" + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6ImFlOWFhNzhlLTUwMjMtNGE0MC1hMTI3LTM2ZjczMWFhZmI5YSIsIndvcmtmbG93SWQiOiJlMTJlYzZhYS1jNGJmLTRkYTMtOGY5Ny0wYjExMGVmMDMwNDYiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiYzc4YTIwN2YtNDZlYy00ZjVjLTk3ZTUtZTZiYjBhYzY1ZTk1In0=?api-version=2020-03-01" ], "x-ms-request-id": [ - "ac114b9d-06bc-45f0-9645-c15e706e457b" + "1487ab53-d5db-495b-a173-ebed1836de59" ], "X-Content-Type-Options": [ "nosniff" @@ -666,16 +798,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-deletes": [ - "14999" + "14996" ], "x-ms-correlation-request-id": [ - "e61d196e-7269-446f-823c-5386f6435e74" + "42f70370-703c-424d-83f0-42bf3fde2940" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T231311Z:e61d196e-7269-446f-823c-5386f6435e74" + "WESTUS:20200623T232335Z:42f70370-703c-424d-83f0-42bf3fde2940" ], "Date": [ - "Wed, 03 Jul 2019 23:13:11 GMT" + "Tue, 23 Jun 2020 23:23:35 GMT" ], "Expires": [ "-1" @@ -688,16 +820,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps5831/providers/microsoft.storagesync/storageSyncServices/sssps4013/workflows/287f9e78-ede9-4754-aa9c-2790f271e3fa/operations/09c3698f-39ea-4905-b16c-7daaa026ba52?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNTgzMS9wcm92aWRlcnMvbWljcm9zb2Z0LnN0b3JhZ2VzeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM0MDEzL3dvcmtmbG93cy8yODdmOWU3OC1lZGU5LTQ3NTQtYWE5Yy0yNzkwZjI3MWUzZmEvb3BlcmF0aW9ucy8wOWMzNjk4Zi0zOWVhLTQ5MDUtYjE2Yy03ZGFhYTAyNmJhNTI/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6ImFlOWFhNzhlLTUwMjMtNGE0MC1hMTI3LTM2ZjczMWFhZmI5YSIsIndvcmtmbG93SWQiOiJlMTJlYzZhYS1jNGJmLTRkYTMtOGY5Ny0wYjExMGVmMDMwNDYiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiYzc4YTIwN2YtNDZlYy00ZjVjLTk3ZTUtZTZiYjBhYzY1ZTk1In0=?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvbG9jYXRpb25zL2NlbnRyYWx1c2V1YXAvb3BlcmF0aW9ucy9leUp3WVhKMGFYUnBiMjVKWkNJNkltRmxPV0ZoTnpobExUVXdNak10TkdFME1DMWhNVEkzTFRNMlpqY3pNV0ZoWm1JNVlTSXNJbmR2Y210bWJHOTNTV1FpT2lKbE1USmxZelpoWVMxak5HSm1MVFJrWVRNdE9HWTVOeTB3WWpFeE1HVm1NRE13TkRZaUxDSjNiM0pyWm14dmQwOXdaWEpoZEdsdmJrbGtJam9pWXpjNFlUSXdOMll0TkRabFl5MDBaalZqTFRrM1pUVXRaVFppWWpCaFl6WTFaVGsxSW4wPT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -708,7 +840,7 @@ "no-cache" ], "x-ms-request-id": [ - "381567de-12a0-4884-a8be-b541c3e4abeb" + "97b52741-0fc9-474f-aa42-b9ab633e0ccd" ], "X-Content-Type-Options": [ "nosniff" @@ -726,41 +858,41 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11996" + "11975" ], "x-ms-correlation-request-id": [ - "adaa69bf-b123-43dc-ae2d-633c7a9e7390" + "1a32fdf8-b5d3-41a9-8eb5-0c853ac4c600" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T231321Z:adaa69bf-b123-43dc-ae2d-633c7a9e7390" + "WESTUS:20200623T232345Z:1a32fdf8-b5d3-41a9-8eb5-0c853ac4c600" ], "Date": [ - "Wed, 03 Jul 2019 23:13:21 GMT" + "Tue, 23 Jun 2020 23:23:45 GMT" ], "Content-Length": [ - "447" + "745" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps5831/providers/microsoft.storagesync/storageSyncServices/sssps4013/workflow/287f9e78-ede9-4754-aa9c-2790f271e3fa/operationresults/09c3698f-39ea-4905-b16c-7daaa026ba52\",\r\n \"name\": \"09c3698f-39ea-4905-b16c-7daaa026ba52\",\r\n \"status\": \"delayStep\",\r\n \"startTime\": \"2019-07-03T23:13:11.5111354Z\",\r\n \"endTime\": \"2019-07-03T23:13:15.0171392Z\",\r\n \"percentComplete\": null,\r\n \"error\": null,\r\n \"properties\": {}\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6ImFlOWFhNzhlLTUwMjMtNGE0MC1hMTI3LTM2ZjczMWFhZmI5YSIsIndvcmtmbG93SWQiOiJlMTJlYzZhYS1jNGJmLTRkYTMtOGY5Ny0wYjExMGVmMDMwNDYiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiYzc4YTIwN2YtNDZlYy00ZjVjLTk3ZTUtZTZiYjBhYzY1ZTk1In0=\",\r\n \"name\": \"eyJwYXJ0aXRpb25JZCI6ImFlOWFhNzhlLTUwMjMtNGE0MC1hMTI3LTM2ZjczMWFhZmI5YSIsIndvcmtmbG93SWQiOiJlMTJlYzZhYS1jNGJmLTRkYTMtOGY5Ny0wYjExMGVmMDMwNDYiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiYzc4YTIwN2YtNDZlYy00ZjVjLTk3ZTUtZTZiYjBhYzY1ZTk1In0=\",\r\n \"status\": \"delayStep\",\r\n \"startTime\": \"2020-06-23T23:23:35.3908025Z\",\r\n \"endTime\": \"2020-06-23T23:23:38.9846119Z\",\r\n \"properties\": {}\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps5831/providers/microsoft.storagesync/storageSyncServices/sssps4013/workflows/287f9e78-ede9-4754-aa9c-2790f271e3fa/operations/09c3698f-39ea-4905-b16c-7daaa026ba52?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNTgzMS9wcm92aWRlcnMvbWljcm9zb2Z0LnN0b3JhZ2VzeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM0MDEzL3dvcmtmbG93cy8yODdmOWU3OC1lZGU5LTQ3NTQtYWE5Yy0yNzkwZjI3MWUzZmEvb3BlcmF0aW9ucy8wOWMzNjk4Zi0zOWVhLTQ5MDUtYjE2Yy03ZGFhYTAyNmJhNTI/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6ImFlOWFhNzhlLTUwMjMtNGE0MC1hMTI3LTM2ZjczMWFhZmI5YSIsIndvcmtmbG93SWQiOiJlMTJlYzZhYS1jNGJmLTRkYTMtOGY5Ny0wYjExMGVmMDMwNDYiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiYzc4YTIwN2YtNDZlYy00ZjVjLTk3ZTUtZTZiYjBhYzY1ZTk1In0=?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvbG9jYXRpb25zL2NlbnRyYWx1c2V1YXAvb3BlcmF0aW9ucy9leUp3WVhKMGFYUnBiMjVKWkNJNkltRmxPV0ZoTnpobExUVXdNak10TkdFME1DMWhNVEkzTFRNMlpqY3pNV0ZoWm1JNVlTSXNJbmR2Y210bWJHOTNTV1FpT2lKbE1USmxZelpoWVMxak5HSm1MVFJrWVRNdE9HWTVOeTB3WWpFeE1HVm1NRE13TkRZaUxDSjNiM0pyWm14dmQwOXdaWEpoZEdsdmJrbGtJam9pWXpjNFlUSXdOMll0TkRabFl5MDBaalZqTFRrM1pUVXRaVFppWWpCaFl6WTFaVGsxSW4wPT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -771,7 +903,7 @@ "no-cache" ], "x-ms-request-id": [ - "0d50bb6f-74cb-4c40-b159-704b0ef0ab89" + "8015e77a-7845-4696-93ea-c15f99169fbc" ], "X-Content-Type-Options": [ "nosniff" @@ -789,41 +921,41 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11995" + "11974" ], "x-ms-correlation-request-id": [ - "341cdb95-6a2f-4886-96bd-44047988b36c" + "8126844c-834a-4c98-94ec-9c22c1e01518" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T231332Z:341cdb95-6a2f-4886-96bd-44047988b36c" + "WESTUS:20200623T232355Z:8126844c-834a-4c98-94ec-9c22c1e01518" ], "Date": [ - "Wed, 03 Jul 2019 23:13:31 GMT" + "Tue, 23 Jun 2020 23:23:55 GMT" ], "Content-Length": [ - "447" + "745" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps5831/providers/microsoft.storagesync/storageSyncServices/sssps4013/workflow/287f9e78-ede9-4754-aa9c-2790f271e3fa/operationresults/09c3698f-39ea-4905-b16c-7daaa026ba52\",\r\n \"name\": \"09c3698f-39ea-4905-b16c-7daaa026ba52\",\r\n \"status\": \"delayStep\",\r\n \"startTime\": \"2019-07-03T23:13:11.5111354Z\",\r\n \"endTime\": \"2019-07-03T23:13:15.0171392Z\",\r\n \"percentComplete\": null,\r\n \"error\": null,\r\n \"properties\": {}\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6ImFlOWFhNzhlLTUwMjMtNGE0MC1hMTI3LTM2ZjczMWFhZmI5YSIsIndvcmtmbG93SWQiOiJlMTJlYzZhYS1jNGJmLTRkYTMtOGY5Ny0wYjExMGVmMDMwNDYiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiYzc4YTIwN2YtNDZlYy00ZjVjLTk3ZTUtZTZiYjBhYzY1ZTk1In0=\",\r\n \"name\": \"eyJwYXJ0aXRpb25JZCI6ImFlOWFhNzhlLTUwMjMtNGE0MC1hMTI3LTM2ZjczMWFhZmI5YSIsIndvcmtmbG93SWQiOiJlMTJlYzZhYS1jNGJmLTRkYTMtOGY5Ny0wYjExMGVmMDMwNDYiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiYzc4YTIwN2YtNDZlYy00ZjVjLTk3ZTUtZTZiYjBhYzY1ZTk1In0=\",\r\n \"status\": \"delayStep\",\r\n \"startTime\": \"2020-06-23T23:23:35.3908025Z\",\r\n \"endTime\": \"2020-06-23T23:23:38.9846119Z\",\r\n \"properties\": {}\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps5831/providers/microsoft.storagesync/storageSyncServices/sssps4013/workflows/287f9e78-ede9-4754-aa9c-2790f271e3fa/operations/09c3698f-39ea-4905-b16c-7daaa026ba52?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNTgzMS9wcm92aWRlcnMvbWljcm9zb2Z0LnN0b3JhZ2VzeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM0MDEzL3dvcmtmbG93cy8yODdmOWU3OC1lZGU5LTQ3NTQtYWE5Yy0yNzkwZjI3MWUzZmEvb3BlcmF0aW9ucy8wOWMzNjk4Zi0zOWVhLTQ5MDUtYjE2Yy03ZGFhYTAyNmJhNTI/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6ImFlOWFhNzhlLTUwMjMtNGE0MC1hMTI3LTM2ZjczMWFhZmI5YSIsIndvcmtmbG93SWQiOiJlMTJlYzZhYS1jNGJmLTRkYTMtOGY5Ny0wYjExMGVmMDMwNDYiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiYzc4YTIwN2YtNDZlYy00ZjVjLTk3ZTUtZTZiYjBhYzY1ZTk1In0=?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvbG9jYXRpb25zL2NlbnRyYWx1c2V1YXAvb3BlcmF0aW9ucy9leUp3WVhKMGFYUnBiMjVKWkNJNkltRmxPV0ZoTnpobExUVXdNak10TkdFME1DMWhNVEkzTFRNMlpqY3pNV0ZoWm1JNVlTSXNJbmR2Y210bWJHOTNTV1FpT2lKbE1USmxZelpoWVMxak5HSm1MVFJrWVRNdE9HWTVOeTB3WWpFeE1HVm1NRE13TkRZaUxDSjNiM0pyWm14dmQwOXdaWEpoZEdsdmJrbGtJam9pWXpjNFlUSXdOMll0TkRabFl5MDBaalZqTFRrM1pUVXRaVFppWWpCaFl6WTFaVGsxSW4wPT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -834,7 +966,7 @@ "no-cache" ], "x-ms-request-id": [ - "0de3d07d-851f-44ee-ac21-6f7475e5e687" + "c66159e1-aaa6-4250-88ea-08f4b585d588" ], "X-Content-Type-Options": [ "nosniff" @@ -852,41 +984,41 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11994" + "11973" ], "x-ms-correlation-request-id": [ - "07649af2-cb83-4b64-9bec-74b5844a63dd" + "c75bdfa1-e755-421a-a2f2-2478e9da1d6e" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T231342Z:07649af2-cb83-4b64-9bec-74b5844a63dd" + "WESTUS:20200623T232406Z:c75bdfa1-e755-421a-a2f2-2478e9da1d6e" ], "Date": [ - "Wed, 03 Jul 2019 23:13:41 GMT" + "Tue, 23 Jun 2020 23:24:05 GMT" ], "Content-Length": [ - "447" + "745" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps5831/providers/microsoft.storagesync/storageSyncServices/sssps4013/workflow/287f9e78-ede9-4754-aa9c-2790f271e3fa/operationresults/09c3698f-39ea-4905-b16c-7daaa026ba52\",\r\n \"name\": \"09c3698f-39ea-4905-b16c-7daaa026ba52\",\r\n \"status\": \"delayStep\",\r\n \"startTime\": \"2019-07-03T23:13:11.5111354Z\",\r\n \"endTime\": \"2019-07-03T23:13:15.0171392Z\",\r\n \"percentComplete\": null,\r\n \"error\": null,\r\n \"properties\": {}\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6ImFlOWFhNzhlLTUwMjMtNGE0MC1hMTI3LTM2ZjczMWFhZmI5YSIsIndvcmtmbG93SWQiOiJlMTJlYzZhYS1jNGJmLTRkYTMtOGY5Ny0wYjExMGVmMDMwNDYiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiYzc4YTIwN2YtNDZlYy00ZjVjLTk3ZTUtZTZiYjBhYzY1ZTk1In0=\",\r\n \"name\": \"eyJwYXJ0aXRpb25JZCI6ImFlOWFhNzhlLTUwMjMtNGE0MC1hMTI3LTM2ZjczMWFhZmI5YSIsIndvcmtmbG93SWQiOiJlMTJlYzZhYS1jNGJmLTRkYTMtOGY5Ny0wYjExMGVmMDMwNDYiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiYzc4YTIwN2YtNDZlYy00ZjVjLTk3ZTUtZTZiYjBhYzY1ZTk1In0=\",\r\n \"status\": \"delayStep\",\r\n \"startTime\": \"2020-06-23T23:23:35.3908025Z\",\r\n \"endTime\": \"2020-06-23T23:23:38.9846119Z\",\r\n \"properties\": {}\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps5831/providers/microsoft.storagesync/storageSyncServices/sssps4013/workflows/287f9e78-ede9-4754-aa9c-2790f271e3fa/operations/09c3698f-39ea-4905-b16c-7daaa026ba52?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNTgzMS9wcm92aWRlcnMvbWljcm9zb2Z0LnN0b3JhZ2VzeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM0MDEzL3dvcmtmbG93cy8yODdmOWU3OC1lZGU5LTQ3NTQtYWE5Yy0yNzkwZjI3MWUzZmEvb3BlcmF0aW9ucy8wOWMzNjk4Zi0zOWVhLTQ5MDUtYjE2Yy03ZGFhYTAyNmJhNTI/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6ImFlOWFhNzhlLTUwMjMtNGE0MC1hMTI3LTM2ZjczMWFhZmI5YSIsIndvcmtmbG93SWQiOiJlMTJlYzZhYS1jNGJmLTRkYTMtOGY5Ny0wYjExMGVmMDMwNDYiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiYzc4YTIwN2YtNDZlYy00ZjVjLTk3ZTUtZTZiYjBhYzY1ZTk1In0=?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvbG9jYXRpb25zL2NlbnRyYWx1c2V1YXAvb3BlcmF0aW9ucy9leUp3WVhKMGFYUnBiMjVKWkNJNkltRmxPV0ZoTnpobExUVXdNak10TkdFME1DMWhNVEkzTFRNMlpqY3pNV0ZoWm1JNVlTSXNJbmR2Y210bWJHOTNTV1FpT2lKbE1USmxZelpoWVMxak5HSm1MVFJrWVRNdE9HWTVOeTB3WWpFeE1HVm1NRE13TkRZaUxDSjNiM0pyWm14dmQwOXdaWEpoZEdsdmJrbGtJam9pWXpjNFlUSXdOMll0TkRabFl5MDBaalZqTFRrM1pUVXRaVFppWWpCaFl6WTFaVGsxSW4wPT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -897,7 +1029,7 @@ "no-cache" ], "x-ms-request-id": [ - "1a82fb09-0867-4fef-bb3f-290adb4a8813" + "7accaaaa-1f29-4e55-b873-e8f1ab216fc8" ], "X-Content-Type-Options": [ "nosniff" @@ -915,41 +1047,41 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11993" + "11972" ], "x-ms-correlation-request-id": [ - "8b5a544f-76b0-410d-b0a8-ae7e993b8819" + "f8c8c649-2306-43b0-8555-445a6d4ed3ca" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T231352Z:8b5a544f-76b0-410d-b0a8-ae7e993b8819" + "WESTUS:20200623T232416Z:f8c8c649-2306-43b0-8555-445a6d4ed3ca" ], "Date": [ - "Wed, 03 Jul 2019 23:13:51 GMT" + "Tue, 23 Jun 2020 23:24:16 GMT" ], "Content-Length": [ - "447" + "745" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps5831/providers/microsoft.storagesync/storageSyncServices/sssps4013/workflow/287f9e78-ede9-4754-aa9c-2790f271e3fa/operationresults/09c3698f-39ea-4905-b16c-7daaa026ba52\",\r\n \"name\": \"09c3698f-39ea-4905-b16c-7daaa026ba52\",\r\n \"status\": \"delayStep\",\r\n \"startTime\": \"2019-07-03T23:13:11.5111354Z\",\r\n \"endTime\": \"2019-07-03T23:13:15.0171392Z\",\r\n \"percentComplete\": null,\r\n \"error\": null,\r\n \"properties\": {}\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6ImFlOWFhNzhlLTUwMjMtNGE0MC1hMTI3LTM2ZjczMWFhZmI5YSIsIndvcmtmbG93SWQiOiJlMTJlYzZhYS1jNGJmLTRkYTMtOGY5Ny0wYjExMGVmMDMwNDYiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiYzc4YTIwN2YtNDZlYy00ZjVjLTk3ZTUtZTZiYjBhYzY1ZTk1In0=\",\r\n \"name\": \"eyJwYXJ0aXRpb25JZCI6ImFlOWFhNzhlLTUwMjMtNGE0MC1hMTI3LTM2ZjczMWFhZmI5YSIsIndvcmtmbG93SWQiOiJlMTJlYzZhYS1jNGJmLTRkYTMtOGY5Ny0wYjExMGVmMDMwNDYiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiYzc4YTIwN2YtNDZlYy00ZjVjLTk3ZTUtZTZiYjBhYzY1ZTk1In0=\",\r\n \"status\": \"delayStep\",\r\n \"startTime\": \"2020-06-23T23:23:35.3908025Z\",\r\n \"endTime\": \"2020-06-23T23:23:38.9846119Z\",\r\n \"properties\": {}\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps5831/providers/microsoft.storagesync/storageSyncServices/sssps4013/workflows/287f9e78-ede9-4754-aa9c-2790f271e3fa/operations/09c3698f-39ea-4905-b16c-7daaa026ba52?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNTgzMS9wcm92aWRlcnMvbWljcm9zb2Z0LnN0b3JhZ2VzeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM0MDEzL3dvcmtmbG93cy8yODdmOWU3OC1lZGU5LTQ3NTQtYWE5Yy0yNzkwZjI3MWUzZmEvb3BlcmF0aW9ucy8wOWMzNjk4Zi0zOWVhLTQ5MDUtYjE2Yy03ZGFhYTAyNmJhNTI/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6ImFlOWFhNzhlLTUwMjMtNGE0MC1hMTI3LTM2ZjczMWFhZmI5YSIsIndvcmtmbG93SWQiOiJlMTJlYzZhYS1jNGJmLTRkYTMtOGY5Ny0wYjExMGVmMDMwNDYiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiYzc4YTIwN2YtNDZlYy00ZjVjLTk3ZTUtZTZiYjBhYzY1ZTk1In0=?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvbG9jYXRpb25zL2NlbnRyYWx1c2V1YXAvb3BlcmF0aW9ucy9leUp3WVhKMGFYUnBiMjVKWkNJNkltRmxPV0ZoTnpobExUVXdNak10TkdFME1DMWhNVEkzTFRNMlpqY3pNV0ZoWm1JNVlTSXNJbmR2Y210bWJHOTNTV1FpT2lKbE1USmxZelpoWVMxak5HSm1MVFJrWVRNdE9HWTVOeTB3WWpFeE1HVm1NRE13TkRZaUxDSjNiM0pyWm14dmQwOXdaWEpoZEdsdmJrbGtJam9pWXpjNFlUSXdOMll0TkRabFl5MDBaalZqTFRrM1pUVXRaVFppWWpCaFl6WTFaVGsxSW4wPT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -960,7 +1092,7 @@ "no-cache" ], "x-ms-request-id": [ - "0ee24139-4136-423f-b7d3-be89947883ad" + "8f0fc6f8-6a99-47c7-9b2c-898b92a94245" ], "X-Content-Type-Options": [ "nosniff" @@ -978,41 +1110,41 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11992" + "11971" ], "x-ms-correlation-request-id": [ - "5f701e9b-ae4a-4592-8152-02bb61945779" + "4fd604de-e0f6-4d1f-ae9d-9af8939f0ebb" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T231402Z:5f701e9b-ae4a-4592-8152-02bb61945779" + "WESTUS:20200623T232426Z:4fd604de-e0f6-4d1f-ae9d-9af8939f0ebb" ], "Date": [ - "Wed, 03 Jul 2019 23:14:02 GMT" + "Tue, 23 Jun 2020 23:24:26 GMT" ], "Content-Length": [ - "447" + "745" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps5831/providers/microsoft.storagesync/storageSyncServices/sssps4013/workflow/287f9e78-ede9-4754-aa9c-2790f271e3fa/operationresults/09c3698f-39ea-4905-b16c-7daaa026ba52\",\r\n \"name\": \"09c3698f-39ea-4905-b16c-7daaa026ba52\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2019-07-03T23:13:11.5111354Z\",\r\n \"endTime\": \"2019-07-03T23:14:00.0992256Z\",\r\n \"percentComplete\": null,\r\n \"error\": null,\r\n \"properties\": {}\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6ImFlOWFhNzhlLTUwMjMtNGE0MC1hMTI3LTM2ZjczMWFhZmI5YSIsIndvcmtmbG93SWQiOiJlMTJlYzZhYS1jNGJmLTRkYTMtOGY5Ny0wYjExMGVmMDMwNDYiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiYzc4YTIwN2YtNDZlYy00ZjVjLTk3ZTUtZTZiYjBhYzY1ZTk1In0=\",\r\n \"name\": \"eyJwYXJ0aXRpb25JZCI6ImFlOWFhNzhlLTUwMjMtNGE0MC1hMTI3LTM2ZjczMWFhZmI5YSIsIndvcmtmbG93SWQiOiJlMTJlYzZhYS1jNGJmLTRkYTMtOGY5Ny0wYjExMGVmMDMwNDYiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiYzc4YTIwN2YtNDZlYy00ZjVjLTk3ZTUtZTZiYjBhYzY1ZTk1In0=\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2020-06-23T23:23:35.3908025Z\",\r\n \"endTime\": \"2020-06-23T23:24:24.0590551Z\",\r\n \"properties\": {}\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps5831/providers/microsoft.storagesync/storageSyncServices/sssps4013/workflows/287f9e78-ede9-4754-aa9c-2790f271e3fa/operationresults/09c3698f-39ea-4905-b16c-7daaa026ba52?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNTgzMS9wcm92aWRlcnMvbWljcm9zb2Z0LnN0b3JhZ2VzeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM0MDEzL3dvcmtmbG93cy8yODdmOWU3OC1lZGU5LTQ3NTQtYWE5Yy0yNzkwZjI3MWUzZmEvb3BlcmF0aW9ucmVzdWx0cy8wOWMzNjk4Zi0zOWVhLTQ5MDUtYjE2Yy03ZGFhYTAyNmJhNTI/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6ImFlOWFhNzhlLTUwMjMtNGE0MC1hMTI3LTM2ZjczMWFhZmI5YSIsIndvcmtmbG93SWQiOiJlMTJlYzZhYS1jNGJmLTRkYTMtOGY5Ny0wYjExMGVmMDMwNDYiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiYzc4YTIwN2YtNDZlYy00ZjVjLTk3ZTUtZTZiYjBhYzY1ZTk1In0=?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvbG9jYXRpb25zL2NlbnRyYWx1c2V1YXAvb3BlcmF0aW9ucmVzdWx0cy9leUp3WVhKMGFYUnBiMjVKWkNJNkltRmxPV0ZoTnpobExUVXdNak10TkdFME1DMWhNVEkzTFRNMlpqY3pNV0ZoWm1JNVlTSXNJbmR2Y210bWJHOTNTV1FpT2lKbE1USmxZelpoWVMxak5HSm1MVFJrWVRNdE9HWTVOeTB3WWpFeE1HVm1NRE13TkRZaUxDSjNiM0pyWm14dmQwOXdaWEpoZEdsdmJrbGtJam9pWXpjNFlUSXdOMll0TkRabFl5MDBaalZqTFRrM1pUVXRaVFppWWpCaFl6WTFaVGsxSW4wPT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -1023,7 +1155,7 @@ "no-cache" ], "x-ms-request-id": [ - "56a6684b-798a-4062-9a85-256b7c5b6a4e" + "7c12a3c5-37fa-44d0-9756-121a89eaaad2" ], "X-Content-Type-Options": [ "nosniff" @@ -1041,16 +1173,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11991" + "11970" ], "x-ms-correlation-request-id": [ - "990e9968-a5f2-4f4f-a884-aa7b02c3bf7e" + "84e1c2e9-2bfc-4b12-a706-51a5261bcfdc" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T231403Z:990e9968-a5f2-4f4f-a884-aa7b02c3bf7e" + "WESTUS:20200623T232426Z:84e1c2e9-2bfc-4b12-a706-51a5261bcfdc" ], "Date": [ - "Wed, 03 Jul 2019 23:14:02 GMT" + "Tue, 23 Jun 2020 23:24:26 GMT" ], "Expires": [ "-1" @@ -1063,22 +1195,22 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps5831/providers/Microsoft.StorageSync/storageSyncServices/sssps4013?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNTgzMS9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM0MDEzP2FwaS12ZXJzaW9uPTIwMTktMDMtMDE=", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps8555/providers/Microsoft.StorageSync/storageSyncServices/sssps4729?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzODU1NS9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM0NzI5P2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "86706ab1-e589-48ac-9f98-2f6ae22be94a" + "924a9dd3-4554-4dd6-a2d4-a2b0bbaf12eb" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -1088,8 +1220,17 @@ "Pragma": [ "no-cache" ], + "Location": [ + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6ImFlOWFhNzhlLTUwMjMtNGE0MC1hMTI3LTM2ZjczMWFhZmI5YSIsIndvcmtmbG93SWQiOiJiYWNlY2JjYi04N2JkLTRjOTAtOTNiMS02NTI5YjBhYTE1NzQiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiZmZjN2VmZjYtNDc1YS00YjRjLWExODEtZDBjYzY1YWMzY2UzIn0=?api-version=2020-03-01" + ], + "Retry-After": [ + "10" + ], + "Azure-AsyncOperation": [ + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6ImFlOWFhNzhlLTUwMjMtNGE0MC1hMTI3LTM2ZjczMWFhZmI5YSIsIndvcmtmbG93SWQiOiJiYWNlY2JjYi04N2JkLTRjOTAtOTNiMS02NTI5YjBhYTE1NzQiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiZmZjN2VmZjYtNDc1YS00YjRjLWExODEtZDBjYzY1YWMzY2UzIn0=?api-version=2020-03-01" + ], "x-ms-request-id": [ - "91b0baa0-f277-4884-8b8d-1f79f2d95bd8" + "04f950e5-7dda-445d-a1fb-c9417187b5b7" ], "X-Content-Type-Options": [ "nosniff" @@ -1107,16 +1248,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-deletes": [ - "14998" + "14995" ], "x-ms-correlation-request-id": [ - "c8ffa678-2da2-4e3d-9402-ffd3d125ae24" + "c840d8d4-6f2a-4012-9c70-925d9e53b2f9" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T231403Z:c8ffa678-2da2-4e3d-9402-ffd3d125ae24" + "WESTUS:20200623T232427Z:c840d8d4-6f2a-4012-9c70-925d9e53b2f9" ], "Date": [ - "Wed, 03 Jul 2019 23:14:02 GMT" + "Tue, 23 Jun 2020 23:24:26 GMT" ], "Expires": [ "-1" @@ -1126,25 +1267,148 @@ ] }, "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6ImFlOWFhNzhlLTUwMjMtNGE0MC1hMTI3LTM2ZjczMWFhZmI5YSIsIndvcmtmbG93SWQiOiJiYWNlY2JjYi04N2JkLTRjOTAtOTNiMS02NTI5YjBhYTE1NzQiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiZmZjN2VmZjYtNDc1YS00YjRjLWExODEtZDBjYzY1YWMzY2UzIn0=?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvbG9jYXRpb25zL2NlbnRyYWx1c2V1YXAvb3BlcmF0aW9ucy9leUp3WVhKMGFYUnBiMjVKWkNJNkltRmxPV0ZoTnpobExUVXdNak10TkdFME1DMWhNVEkzTFRNMlpqY3pNV0ZoWm1JNVlTSXNJbmR2Y210bWJHOTNTV1FpT2lKaVlXTmxZMkpqWWkwNE4ySmtMVFJqT1RBdE9UTmlNUzAyTlRJNVlqQmhZVEUxTnpRaUxDSjNiM0pyWm14dmQwOXdaWEpoZEdsdmJrbGtJam9pWm1aak4yVm1aall0TkRjMVlTMDBZalJqTFdFeE9ERXRaREJqWXpZMVlXTXpZMlV6SW4wPT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-request-id": [ + "32f1af6b-1e63-412b-a04c-ffcd8acb9edb" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-IIS/10.0" + ], + "X-AspNet-Version": [ + "4.0.30319" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11969" + ], + "x-ms-correlation-request-id": [ + "cfff4b08-2768-453d-8ea4-5af4a4e352f0" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200623T232437Z:cfff4b08-2768-453d-8ea4-5af4a4e352f0" + ], + "Date": [ + "Tue, 23 Jun 2020 23:24:37 GMT" + ], + "Content-Length": [ + "745" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6ImFlOWFhNzhlLTUwMjMtNGE0MC1hMTI3LTM2ZjczMWFhZmI5YSIsIndvcmtmbG93SWQiOiJiYWNlY2JjYi04N2JkLTRjOTAtOTNiMS02NTI5YjBhYTE1NzQiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiZmZjN2VmZjYtNDc1YS00YjRjLWExODEtZDBjYzY1YWMzY2UzIn0=\",\r\n \"name\": \"eyJwYXJ0aXRpb25JZCI6ImFlOWFhNzhlLTUwMjMtNGE0MC1hMTI3LTM2ZjczMWFhZmI5YSIsIndvcmtmbG93SWQiOiJiYWNlY2JjYi04N2JkLTRjOTAtOTNiMS02NTI5YjBhYTE1NzQiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiZmZjN2VmZjYtNDc1YS00YjRjLWExODEtZDBjYzY1YWMzY2UzIn0=\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2020-06-23T23:24:27.5118306Z\",\r\n \"endTime\": \"2020-06-23T23:24:32.9760867Z\",\r\n \"properties\": {}\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps5831/providers/Microsoft.StorageSync/storageSyncServices?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNTgzMS9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXM/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6ImFlOWFhNzhlLTUwMjMtNGE0MC1hMTI3LTM2ZjczMWFhZmI5YSIsIndvcmtmbG93SWQiOiJiYWNlY2JjYi04N2JkLTRjOTAtOTNiMS02NTI5YjBhYTE1NzQiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiZmZjN2VmZjYtNDc1YS00YjRjLWExODEtZDBjYzY1YWMzY2UzIn0=?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvbG9jYXRpb25zL2NlbnRyYWx1c2V1YXAvb3BlcmF0aW9ucmVzdWx0cy9leUp3WVhKMGFYUnBiMjVKWkNJNkltRmxPV0ZoTnpobExUVXdNak10TkdFME1DMWhNVEkzTFRNMlpqY3pNV0ZoWm1JNVlTSXNJbmR2Y210bWJHOTNTV1FpT2lKaVlXTmxZMkpqWWkwNE4ySmtMVFJqT1RBdE9UTmlNUzAyTlRJNVlqQmhZVEUxTnpRaUxDSjNiM0pyWm14dmQwOXdaWEpoZEdsdmJrbGtJam9pWm1aak4yVm1aall0TkRjMVlTMDBZalJqTFdFeE9ERXRaREJqWXpZMVlXTXpZMlV6SW4wPT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-request-id": [ + "323594f7-c44d-4b01-a9e2-bfdcf75650c3" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-IIS/10.0" + ], + "X-AspNet-Version": [ + "4.0.30319" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11968" + ], + "x-ms-correlation-request-id": [ + "a65bd44d-0eeb-4200-8a17-ff4ed1d33d68" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200623T232437Z:a65bd44d-0eeb-4200-8a17-ff4ed1d33d68" + ], + "Date": [ + "Tue, 23 Jun 2020 23:24:37 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps8555/providers/Microsoft.StorageSync/storageSyncServices?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzODU1NS9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXM/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "9c890dcb-9f1f-4681-9c23-371e2622c133" + "d92e1e42-5b14-48b7-a076-43103d467ce8" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -1154,57 +1418,66 @@ "Pragma": [ "no-cache" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11990" - ], "x-ms-request-id": [ - "81bd2d42-0989-4689-9847-9d509fb3bda0" - ], - "x-ms-correlation-request-id": [ - "81bd2d42-0989-4689-9847-9d509fb3bda0" + "f3713de7-d78c-4d1f-bfe9-1fae461f1caf" ], - "x-ms-routing-request-id": [ - "WESTUS:20190703T231404Z:81bd2d42-0989-4689-9847-9d509fb3bda0" + "X-Content-Type-Options": [ + "nosniff" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Content-Type-Options": [ - "nosniff" + "Server": [ + "Microsoft-IIS/10.0" + ], + "X-AspNet-Version": [ + "4.0.30319" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11967" + ], + "x-ms-correlation-request-id": [ + "31196575-0cc1-4eb6-bbea-25a165c9331f" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200623T232438Z:31196575-0cc1-4eb6-bbea-25a165c9331f" ], "Date": [ - "Wed, 03 Jul 2019 23:14:03 GMT" + "Tue, 23 Jun 2020 23:24:37 GMT" + ], + "Content-Length": [ + "19" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" - ], - "Content-Length": [ - "12" ] }, "ResponseBody": "{\r\n \"value\": []\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourcegroups/ps5831?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlZ3JvdXBzL3BzNTgzMT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourcegroups/ps8555?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlZ3JvdXBzL3BzODU1NT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "871a8f69-94c9-4009-afe5-fc240dae2d18" + "23f02a58-d596-4e9c-80c5-0867cfae5938" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -1215,22 +1488,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzU4MzEtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzg1NTUtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-deletes": [ - "14997" + "14994" ], "x-ms-request-id": [ - "0f79b3be-cdf3-45c9-b253-8935be6da010" + "632c59dd-2e28-4878-bc82-4bbc0025a370" ], "x-ms-correlation-request-id": [ - "0f79b3be-cdf3-45c9-b253-8935be6da010" + "632c59dd-2e28-4878-bc82-4bbc0025a370" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T231405Z:0f79b3be-cdf3-45c9-b253-8935be6da010" + "WESTUS:20200623T232438Z:632c59dd-2e28-4878-bc82-4bbc0025a370" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1239,7 +1512,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 23:14:04 GMT" + "Tue, 23 Jun 2020 23:24:38 GMT" ], "Expires": [ "-1" @@ -1252,16 +1525,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzU4MzEtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpVNE16RXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzg1NTUtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpnMU5UVXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -1272,22 +1545,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzU4MzEtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzg1NTUtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11989" + "11966" ], "x-ms-request-id": [ - "1cbc04c1-50fe-4b58-b3c0-38db03959435" + "f99036c7-93f7-49b4-96fc-ffee538b427b" ], "x-ms-correlation-request-id": [ - "1cbc04c1-50fe-4b58-b3c0-38db03959435" + "f99036c7-93f7-49b4-96fc-ffee538b427b" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T231420Z:1cbc04c1-50fe-4b58-b3c0-38db03959435" + "WESTUS:20200623T232453Z:f99036c7-93f7-49b4-96fc-ffee538b427b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1296,7 +1569,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 23:14:20 GMT" + "Tue, 23 Jun 2020 23:24:52 GMT" ], "Expires": [ "-1" @@ -1309,16 +1582,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzU4MzEtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpVNE16RXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzg1NTUtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpnMU5UVXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -1329,22 +1602,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzU4MzEtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzg1NTUtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11988" + "11965" ], "x-ms-request-id": [ - "8661e1b9-91e9-4845-a6f4-acdcb91daa52" + "d8238973-4757-43b8-a5d2-9645ee4401e1" ], "x-ms-correlation-request-id": [ - "8661e1b9-91e9-4845-a6f4-acdcb91daa52" + "d8238973-4757-43b8-a5d2-9645ee4401e1" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T231435Z:8661e1b9-91e9-4845-a6f4-acdcb91daa52" + "WESTUS:20200623T232508Z:d8238973-4757-43b8-a5d2-9645ee4401e1" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1353,7 +1626,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 23:14:34 GMT" + "Tue, 23 Jun 2020 23:25:07 GMT" ], "Expires": [ "-1" @@ -1366,16 +1639,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzU4MzEtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpVNE16RXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzg1NTUtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpnMU5UVXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -1386,16 +1659,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11987" + "11964" ], "x-ms-request-id": [ - "a4bd36f9-daa8-49dc-bcce-05c158d8385a" + "e0371e0a-89ea-4d19-81fd-53fcdf561614" ], "x-ms-correlation-request-id": [ - "a4bd36f9-daa8-49dc-bcce-05c158d8385a" + "e0371e0a-89ea-4d19-81fd-53fcdf561614" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T231450Z:a4bd36f9-daa8-49dc-bcce-05c158d8385a" + "WESTUS:20200623T232523Z:e0371e0a-89ea-4d19-81fd-53fcdf561614" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1404,7 +1677,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 23:14:49 GMT" + "Tue, 23 Jun 2020 23:25:23 GMT" ], "Expires": [ "-1" @@ -1417,16 +1690,16 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzU4MzEtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpVNE16RXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzg1NTUtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpnMU5UVXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -1437,16 +1710,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11986" + "11963" ], "x-ms-request-id": [ - "84b0963f-4d00-4de9-8959-2d7b32374bef" + "50dd7af7-15ab-4089-9a4a-ce549ef87948" ], "x-ms-correlation-request-id": [ - "84b0963f-4d00-4de9-8959-2d7b32374bef" + "50dd7af7-15ab-4089-9a4a-ce549ef87948" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T231450Z:84b0963f-4d00-4de9-8959-2d7b32374bef" + "WESTUS:20200623T232523Z:50dd7af7-15ab-4089-9a4a-ce549ef87948" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1455,7 +1728,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 23:14:49 GMT" + "Tue, 23 Jun 2020 23:25:23 GMT" ], "Expires": [ "-1" @@ -1470,14 +1743,14 @@ ], "Names": { "Test-RegisteredServerPipeline1": [ - "ps5831", - "ps4013" + "ps8555", + "ps4729" ] }, "Variables": { - "SubscriptionId": "7b96cb02-4663-40f4-9a89-603d3849e46a", - "TenantId": "0483643a-cb2f-462a-bc27-1a270e5bdc0a", + "SubscriptionId": "1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b", + "TenantId": "6ad91d65-65ab-4e14-90f7-fe951035b7c9", "Domain": "", - "SyncServerId": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps5831/providers/Microsoft.StorageSync/storageSyncServices/sssps4013/registeredServers/8BDFE13D-04AE-47A0-94FB-294B6BC52CD7" + "SyncServerId": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps8555/providers/Microsoft.StorageSync/storageSyncServices/sssps4729/registeredServers/CD301B0C-6A4F-440C-9368-92F64B1CA95A" } } \ No newline at end of file diff --git a/src/StorageSync/StorageSync.Test/SessionRecords/StorageSyncTests.RegisteredServerTests/TestRegisteredServerPipeline2.json b/src/StorageSync/StorageSync.Test/SessionRecords/StorageSyncTests.RegisteredServerTests/TestRegisteredServerPipeline2.json index bdd0c0d3e48e..8c0e0bd6db08 100644 --- a/src/StorageSync/StorageSync.Test/SessionRecords/StorageSyncTests.RegisteredServerTests/TestRegisteredServerPipeline2.json +++ b/src/StorageSync/StorageSync.Test/SessionRecords/StorageSyncTests.RegisteredServerTests/TestRegisteredServerPipeline2.json @@ -1,22 +1,22 @@ { "Entries": [ { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/providers/Microsoft.Resources?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVzb3VyY2VzP2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/Microsoft.Resources?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVzb3VyY2VzP2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "29ed2502-7bac-4f10-acb1-fb439a5a9d2e" + "8a0d6736-1b1b-4106-a059-695c871907f3" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -27,16 +27,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11991" + "11999" ], "x-ms-request-id": [ - "46b6732a-d854-4f3c-86b0-2d1b0cc1b765" + "cdc8daa3-218a-4d91-a813-2972e667791f" ], "x-ms-correlation-request-id": [ - "46b6732a-d854-4f3c-86b0-2d1b0cc1b765" + "cdc8daa3-218a-4d91-a813-2972e667791f" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T231749Z:46b6732a-d854-4f3c-86b0-2d1b0cc1b765" + "WESTUS:20200623T233012Z:cdc8daa3-218a-4d91-a813-2972e667791f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -45,7 +45,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 23:17:49 GMT" + "Tue, 23 Jun 2020 23:30:11 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -54,29 +54,29 @@ "-1" ], "Content-Length": [ - "8818" + "10899" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/providers/Microsoft.Resources\",\r\n \"namespace\": \"Microsoft.Resources\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"tenants\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operationresults\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"notifyResourceJobs\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"tags\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkPolicyCompliance\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"providers\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkresourcename\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resources\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/resources\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/providers\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/operationresults\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceGroups\",\r\n \"locations\": [\r\n \"Central US\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"West Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia Southeast\",\r\n \"Australia East\",\r\n \"West India\",\r\n \"South India\",\r\n \"Central India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/resourceGroups\",\r\n \"locations\": [\r\n \"Central US\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"West Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia Southeast\",\r\n \"Australia East\",\r\n \"West India\",\r\n \"South India\",\r\n \"Central India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/resourcegroups/resources\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/tagnames\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/tagNames/tagValues\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"deployments\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"deployments/operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"links\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-01-01\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/Microsoft.Resources\",\r\n \"namespace\": \"Microsoft.Resources\",\r\n \"authorization\": {\r\n \"applicationId\": \"3b990c8b-9607-4c2a-8b04-1d41985facca\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"tenants\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-01-01\",\r\n \"2019-09-01\",\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-09-01\",\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operationresults\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-09-01\",\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"notifyResourceJobs\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-09-01\",\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"tags\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-10-01\",\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\"\r\n ],\r\n \"capabilities\": \"SupportsExtension\"\r\n },\r\n {\r\n \"resourceType\": \"checkPolicyCompliance\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"providers\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkresourcename\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"calculateTemplateHash\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-09-01\",\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resources\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-09-01\",\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-10-01\",\r\n \"2019-09-01\",\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/resources\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-09-01\",\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/providers\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/operationresults\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceGroups\",\r\n \"locations\": [\r\n \"Central US\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"West Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia Southeast\",\r\n \"Australia East\",\r\n \"West India\",\r\n \"South India\",\r\n \"Central India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Australia Central\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/resourceGroups\",\r\n \"locations\": [\r\n \"Central US\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"West Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia Southeast\",\r\n \"Australia East\",\r\n \"West India\",\r\n \"South India\",\r\n \"Central India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Australia Central\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/resourcegroups/resources\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/tagnames\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/tagNames/tagValues\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"deployments\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-09-01\",\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"deployments/operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-09-01\",\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"links\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ],\r\n \"capabilities\": \"SupportsExtension\"\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-01-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"deploymentScripts\",\r\n \"locations\": [\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Australia East\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"Central US\",\r\n \"North Central US\",\r\n \"UK South\",\r\n \"Central India\",\r\n \"South India\",\r\n \"Japan East\",\r\n \"Korea Central\",\r\n \"North Europe\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West US 2\",\r\n \"West US\",\r\n \"South Central US\",\r\n \"Canada East\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-10-01-preview\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"deploymentScripts/logs\",\r\n \"locations\": [\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Australia East\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"Central US\",\r\n \"North Central US\",\r\n \"UK South\",\r\n \"Central India\",\r\n \"South India\",\r\n \"Japan East\",\r\n \"Korea Central\",\r\n \"North Europe\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West US 2\",\r\n \"West US\",\r\n \"South Central US\",\r\n \"Canada East\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/deploymentScriptOperationResults\",\r\n \"locations\": [\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Australia East\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"Central US\",\r\n \"North Central US\",\r\n \"UK South\",\r\n \"Central India\",\r\n \"South India\",\r\n \"Japan East\",\r\n \"Korea Central\",\r\n \"North Europe\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West US 2\",\r\n \"West US\",\r\n \"South Central US\",\r\n \"Canada East\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-10-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/providers/Microsoft.StorageSync?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZVN5bmM/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/Microsoft.StorageSync?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZVN5bmM/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "89795ddc-d683-4c7e-9deb-2c27b6a75f2c" + "66f1d5de-3251-43cb-af88-348fb7e40d8b" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -87,16 +87,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11990" + "11998" ], "x-ms-request-id": [ - "ce0c6e09-208d-4891-b07b-55583a3e81e0" + "6f562c33-78e9-416c-85f1-aca5976a4a99" ], "x-ms-correlation-request-id": [ - "ce0c6e09-208d-4891-b07b-55583a3e81e0" + "6f562c33-78e9-416c-85f1-aca5976a4a99" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T231749Z:ce0c6e09-208d-4891-b07b-55583a3e81e0" + "WESTUS:20200623T233012Z:6f562c33-78e9-416c-85f1-aca5976a4a99" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -105,7 +105,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 23:17:49 GMT" + "Tue, 23 Jun 2020 23:30:11 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -114,29 +114,29 @@ "-1" ], "Content-Length": [ - "5239" + "7645" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/providers/Microsoft.StorageSync\",\r\n \"namespace\": \"Microsoft.StorageSync\",\r\n \"authorizations\": [\r\n {\r\n \"applicationId\": \"9469b9f5-6722-4481-a2b2-14ed560b706f\"\r\n }\r\n ],\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageSyncServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"Central US EUAP\",\r\n \"West US 2\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\",\r\n \"2018-01-01-preview\",\r\n \"2017-06-05-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"storageSyncServices/syncGroups\",\r\n \"locations\": [\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"Central US EUAP\",\r\n \"West US 2\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\",\r\n \"2018-01-01-preview\",\r\n \"2017-06-05-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageSyncServices/syncGroups/cloudEndpoints\",\r\n \"locations\": [\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"Central US EUAP\",\r\n \"West US 2\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\",\r\n \"2018-01-01-preview\",\r\n \"2017-06-05-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageSyncServices/syncGroups/serverEndpoints\",\r\n \"locations\": [\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"Central US EUAP\",\r\n \"West US 2\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\",\r\n \"2018-01-01-preview\",\r\n \"2017-06-05-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageSyncServices/registeredServers\",\r\n \"locations\": [\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"Central US EUAP\",\r\n \"West US 2\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\",\r\n \"2018-01-01-preview\",\r\n \"2017-06-05-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageSyncServices/workflows\",\r\n \"locations\": [\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"Central US EUAP\",\r\n \"West US 2\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\",\r\n \"2018-01-01-preview\",\r\n \"2017-06-05-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\",\r\n \"2018-01-01-preview\",\r\n \"2017-06-05-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/checkNameAvailability\",\r\n \"locations\": [\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/workflows\",\r\n \"locations\": [\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/Microsoft.StorageSync\",\r\n \"namespace\": \"Microsoft.StorageSync\",\r\n \"authorizations\": [\r\n {\r\n \"applicationId\": \"9469b9f5-6722-4481-a2b2-14ed560b706f\",\r\n \"roleDefinitionId\": \"4cd49d82-1f4d-43fc-af0c-1c1203668e5a\"\r\n }\r\n ],\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageSyncServices\",\r\n \"locations\": [\r\n \"West Central US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"West US 2\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"UAE North\",\r\n \"UAE Central\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2019-10-01\",\r\n \"2019-06-01\",\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\",\r\n \"2018-01-01-preview\",\r\n \"2017-06-05-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"storageSyncServices/syncGroups\",\r\n \"locations\": [\r\n \"West Central US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"West US 2\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"UAE North\",\r\n \"UAE Central\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2019-10-01\",\r\n \"2019-06-01\",\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\",\r\n \"2018-01-01-preview\",\r\n \"2017-06-05-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageSyncServices/syncGroups/cloudEndpoints\",\r\n \"locations\": [\r\n \"West Central US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"West US 2\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"UAE North\",\r\n \"UAE Central\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2019-10-01\",\r\n \"2019-06-01\",\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\",\r\n \"2018-01-01-preview\",\r\n \"2017-06-05-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageSyncServices/syncGroups/serverEndpoints\",\r\n \"locations\": [\r\n \"West Central US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"West US 2\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"UAE North\",\r\n \"UAE Central\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2019-10-01\",\r\n \"2019-06-01\",\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\",\r\n \"2018-01-01-preview\",\r\n \"2017-06-05-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageSyncServices/registeredServers\",\r\n \"locations\": [\r\n \"West Central US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"West US 2\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"UAE North\",\r\n \"UAE Central\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2019-10-01\",\r\n \"2019-06-01\",\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\",\r\n \"2018-01-01-preview\",\r\n \"2017-06-05-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageSyncServices/workflows\",\r\n \"locations\": [\r\n \"West Central US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"West US 2\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"UAE North\",\r\n \"UAE Central\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2019-10-01\",\r\n \"2019-06-01\",\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\",\r\n \"2018-01-01-preview\",\r\n \"2017-06-05-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2019-10-01\",\r\n \"2019-06-01\",\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\",\r\n \"2018-01-01-preview\",\r\n \"2017-06-05-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2019-10-01\",\r\n \"2019-06-01\",\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/checkNameAvailability\",\r\n \"locations\": [\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"UAE North\",\r\n \"UAE Central\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2019-10-01\",\r\n \"2019-06-01\",\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/workflows\",\r\n \"locations\": [\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"UAE North\",\r\n \"UAE Central\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2019-10-01\",\r\n \"2019-06-01\",\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operations\",\r\n \"locations\": [\r\n \"West Central US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"West US 2\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"UAE North\",\r\n \"UAE Central\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operationResults\",\r\n \"locations\": [\r\n \"West Central US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"West US 2\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"UAE North\",\r\n \"UAE Central\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourcegroups/ps568?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlZ3JvdXBzL3BzNTY4P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourcegroups/ps3031?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlZ3JvdXBzL3BzMzAzMT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "6f357402-2e81-46e9-9388-651634b10bed" + "bb13e1f7-b43e-4393-9786-1337082ff863" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ], "Content-Type": [ "application/json; charset=utf-8" @@ -153,16 +153,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1197" + "1199" ], "x-ms-request-id": [ - "4eeb26aa-1c12-4cae-a40e-3ecdac8830a0" + "7e73d132-12ea-4550-8659-ade74cd3c624" ], "x-ms-correlation-request-id": [ - "4eeb26aa-1c12-4cae-a40e-3ecdac8830a0" + "7e73d132-12ea-4550-8659-ade74cd3c624" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T231750Z:4eeb26aa-1c12-4cae-a40e-3ecdac8830a0" + "WESTUS:20200623T233012Z:7e73d132-12ea-4550-8659-ade74cd3c624" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -171,10 +171,10 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 23:17:50 GMT" + "Tue, 23 Jun 2020 23:30:11 GMT" ], "Content-Length": [ - "163" + "165" ], "Content-Type": [ "application/json; charset=utf-8" @@ -183,26 +183,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps568\",\r\n \"name\": \"ps568\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps3031\",\r\n \"name\": \"ps3031\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/providers/Microsoft.StorageSync/locations/CentralUSEUAP/checkNameAvailability?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZVN5bmMvbG9jYXRpb25zL0NlbnRyYWxVU0VVQVAvY2hlY2tOYW1lQXZhaWxhYmlsaXR5P2FwaS12ZXJzaW9uPTIwMTktMDMtMDE=", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/Microsoft.StorageSync/locations/CentralUSEUAP/checkNameAvailability?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZVN5bmMvbG9jYXRpb25zL0NlbnRyYWxVU0VVQVAvY2hlY2tOYW1lQXZhaWxhYmlsaXR5P2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", "RequestMethod": "POST", - "RequestBody": "{\r\n \"name\": \"sssps9429\",\r\n \"type\": \"Microsoft.StorageSync/storageSyncServices\"\r\n}", + "RequestBody": "{\r\n \"name\": \"sssps3953\",\r\n \"type\": \"Microsoft.StorageSync/storageSyncServices\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "1e33d47f-4e4b-466a-8959-010955f9de4e" + "a2f5f433-edfd-48d0-ba67-0f0c3c40f971" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -219,7 +219,7 @@ "no-cache" ], "x-ms-request-id": [ - "49d415de-4fbc-44b6-908c-56ca76ab9b7c" + "272624b6-0118-4d9d-9251-3688f994c49f" ], "X-Content-Type-Options": [ "nosniff" @@ -237,53 +237,53 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1198" + "1199" ], "x-ms-correlation-request-id": [ - "e32efb4c-6a4f-4dca-9ba2-36b0470f9c03" + "d9bc0b9b-18cb-4524-bdb6-c33cc634157e" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T231751Z:e32efb4c-6a4f-4dca-9ba2-36b0470f9c03" + "WESTUS:20200623T233013Z:d9bc0b9b-18cb-4524-bdb6-c33cc634157e" ], "Date": [ - "Wed, 03 Jul 2019 23:17:50 GMT" + "Tue, 23 Jun 2020 23:30:12 GMT" ], "Content-Length": [ - "51" + "29" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"nameAvailable\": true,\r\n \"reason\": null,\r\n \"message\": null\r\n}", + "ResponseBody": "{\r\n \"nameAvailable\": true\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps568/providers/Microsoft.StorageSync/storageSyncServices/sssps9429?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNTY4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZVN5bmMvc3RvcmFnZVN5bmNTZXJ2aWNlcy9zc3Nwczk0Mjk/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps3031/providers/Microsoft.StorageSync/storageSyncServices/sssps3953?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzMzAzMS9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMzOTUzP2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"location\": \"Central US EUAP\",\r\n \"tags\": {}\r\n}", + "RequestBody": "{\r\n \"location\": \"Central US EUAP\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"incomingTrafficPolicy\": \"AllowAllTraffic\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "0a76cbaa-04ae-4b90-8540-dd7b41785106" + "8ffb6d6b-4633-4d34-9f3f-ec7e844ea918" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "52" + "125" ] }, "ResponseHeaders": { @@ -293,8 +293,17 @@ "Pragma": [ "no-cache" ], + "Location": [ + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6IjkzODJlMDcwLWI1MWItNDQzNC1iYzNhLWEyYTdiYmJlMWQxNCIsIndvcmtmbG93SWQiOiI3YmNjNmIxZC0xMDZmLTRhNjctYTQ1My04NjY0ODBkNGUwOWEiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiMzI1ZmM5NTctMGZiNS00ZDU1LTk0ODgtMGIzYTlhY2NiZGU2In0=?api-version=2020-03-01" + ], + "Retry-After": [ + "10" + ], + "Azure-AsyncOperation": [ + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6IjkzODJlMDcwLWI1MWItNDQzNC1iYzNhLWEyYTdiYmJlMWQxNCIsIndvcmtmbG93SWQiOiI3YmNjNmIxZC0xMDZmLTRhNjctYTQ1My04NjY0ODBkNGUwOWEiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiMzI1ZmM5NTctMGZiNS00ZDU1LTk0ODgtMGIzYTlhY2NiZGU2In0=?api-version=2020-03-01" + ], "x-ms-request-id": [ - "b849c8af-fcab-4c5b-8f33-6f4bd76fcdf2" + "717ab19e-e6d0-4536-be18-917cd19f9b45" ], "X-Content-Type-Options": [ "nosniff" @@ -312,53 +321,176 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1198" + "1199" + ], + "x-ms-correlation-request-id": [ + "ac5e6ca4-1538-4cd0-bd7c-a72897932bfd" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200623T233014Z:ac5e6ca4-1538-4cd0-bd7c-a72897932bfd" + ], + "Date": [ + "Tue, 23 Jun 2020 23:30:13 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6IjkzODJlMDcwLWI1MWItNDQzNC1iYzNhLWEyYTdiYmJlMWQxNCIsIndvcmtmbG93SWQiOiI3YmNjNmIxZC0xMDZmLTRhNjctYTQ1My04NjY0ODBkNGUwOWEiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiMzI1ZmM5NTctMGZiNS00ZDU1LTk0ODgtMGIzYTlhY2NiZGU2In0=?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvbG9jYXRpb25zL2NlbnRyYWx1c2V1YXAvb3BlcmF0aW9ucy9leUp3WVhKMGFYUnBiMjVKWkNJNklqa3pPREpsTURjd0xXSTFNV0l0TkRRek5DMWlZek5oTFdFeVlUZGlZbUpsTVdReE5DSXNJbmR2Y210bWJHOTNTV1FpT2lJM1ltTmpObUl4WkMweE1EWm1MVFJoTmpjdFlUUTFNeTA0TmpZME9EQmtOR1V3T1dFaUxDSjNiM0pyWm14dmQwOXdaWEpoZEdsdmJrbGtJam9pTXpJMVptTTVOVGN0TUdaaU5TMDBaRFUxTFRrME9EZ3RNR0l6WVRsaFkyTmlaR1UySW4wPT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-request-id": [ + "bace4023-ba97-422d-a5bc-9befa3ddcd8d" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-IIS/10.0" + ], + "X-AspNet-Version": [ + "4.0.30319" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11999" ], "x-ms-correlation-request-id": [ - "b010da38-ddda-4a43-b45f-a8bd089d47a0" + "64745686-70dc-429e-ada6-312e0f674eec" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T231752Z:b010da38-ddda-4a43-b45f-a8bd089d47a0" + "WESTUS:20200623T233024Z:64745686-70dc-429e-ada6-312e0f674eec" ], "Date": [ - "Wed, 03 Jul 2019 23:17:51 GMT" + "Tue, 23 Jun 2020 23:30:23 GMT" ], "Content-Length": [ - "328" + "745" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6IjkzODJlMDcwLWI1MWItNDQzNC1iYzNhLWEyYTdiYmJlMWQxNCIsIndvcmtmbG93SWQiOiI3YmNjNmIxZC0xMDZmLTRhNjctYTQ1My04NjY0ODBkNGUwOWEiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiMzI1ZmM5NTctMGZiNS00ZDU1LTk0ODgtMGIzYTlhY2NiZGU2In0=\",\r\n \"name\": \"eyJwYXJ0aXRpb25JZCI6IjkzODJlMDcwLWI1MWItNDQzNC1iYzNhLWEyYTdiYmJlMWQxNCIsIndvcmtmbG93SWQiOiI3YmNjNmIxZC0xMDZmLTRhNjctYTQ1My04NjY0ODBkNGUwOWEiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiMzI1ZmM5NTctMGZiNS00ZDU1LTk0ODgtMGIzYTlhY2NiZGU2In0=\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2020-06-23T23:30:15.0312726Z\",\r\n \"endTime\": \"2020-06-23T23:30:21.3033444Z\",\r\n \"properties\": {}\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps3031/providers/Microsoft.StorageSync/storageSyncServices/sssps3953?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzMzAzMS9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMzOTUzP2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-request-id": [ + "b8088de6-8041-4876-9349-32e1f27ab21f" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-IIS/10.0" + ], + "X-AspNet-Version": [ + "4.0.30319" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11998" + ], + "x-ms-correlation-request-id": [ + "a4601443-0e58-431a-90b2-b3480f99ddb5" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200623T233024Z:a4601443-0e58-431a-90b2-b3480f99ddb5" + ], + "Date": [ + "Tue, 23 Jun 2020 23:30:23 GMT" + ], + "Content-Length": [ + "633" + ], + "Content-Type": [ + "application/json" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"storageSyncServiceStatus\": null,\r\n \"storageSyncServiceUid\": null\r\n },\r\n \"location\": \"Central US EUAP\",\r\n \"tags\": {},\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps568/providers/microsoft.storagesync/storageSyncServices/sssps9429\",\r\n \"name\": \"sssps9429\",\r\n \"type\": \"microsoft.storagesync/storageSyncServices\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"storageSyncServiceStatus\": 0,\r\n \"incomingTrafficPolicy\": \"AllowAllTraffic\",\r\n \"privateEndpointConnections\": [],\r\n \"provisioningState\": \"Succeeded\",\r\n \"lastWorkflowId\": \"storageSyncServices/sssps3953/workflows/7bcc6b1d-106f-4a67-a453-866480d4e09a\",\r\n \"lastOperationName\": \"ICreateStorageSyncServiceWorkflow\"\r\n },\r\n \"location\": \"Central US EUAP\",\r\n \"tags\": {},\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps3031/providers/microsoft.storagesync/storageSyncServices/sssps3953\",\r\n \"name\": \"sssps3953\",\r\n \"type\": \"microsoft.storagesync/storageSyncServices\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps568/providers/Microsoft.StorageSync/storageSyncServices/sssps9429/registeredServers/1f8076cc-9b75-4994-a512-a216178e477e?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNTY4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZVN5bmMvc3RvcmFnZVN5bmNTZXJ2aWNlcy9zc3Nwczk0MjkvcmVnaXN0ZXJlZFNlcnZlcnMvMWY4MDc2Y2MtOWI3NS00OTk0LWE1MTItYTIxNjE3OGU0NzdlP2FwaS12ZXJzaW9uPTIwMTktMDMtMDE=", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps3031/providers/Microsoft.StorageSync/storageSyncServices/sssps3953/registeredServers/147aca58-571c-4e50-bbc2-d968ed9243b2?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzMzAzMS9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMzOTUzL3JlZ2lzdGVyZWRTZXJ2ZXJzLzE0N2FjYTU4LTU3MWMtNGU1MC1iYmMyLWQ5NjhlZDkyNDNiMj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"serverCertificate\": \"MIIDGDCCAgCgAwIBAgIQZrMnSW/lG5xELR7EikisXDANBgkqhkiG9w0BAQ0FADA0MTIwMAYDVQQDEylhbmRyZXlhemRldm9wcy5yZWRtb25kLmNvcnAubWljcm9zb2Z0LmNvbTAeFw0xOTA1MjkwMjEyNDlaFw0yMDA1MjkwMjEyNDlaMDQxMjAwBgNVBAMTKWFuZHJleWF6ZGV2b3BzLnJlZG1vbmQuY29ycC5taWNyb3NvZnQuY29tMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAzWEfgMvao6tCt/lexsMFViVxCCoJbLClwvqfWN79eFc3bmXBtERIvKTlb1TqAigp5VjP021TaQsyN/K2t8qr2rAdlaeJtCXNSILe3+ForYGcQOP0p802kFXkhMUojfX8jGs1BLQTsUoKN4UtuxWIhpb7Iw00rT7wchTg6Yk+ULCRFAlxOQHZI0drM13tDO4kz0BRbTCoSvazS3O570p8sMrWFra6P1/HG1f7sIQP5txw205siGb5FpB0u16qD/z0d7tfMGv+JIqAb6InI393dj2FtbzExkkiBUFXWaH9czGkAFyWuzkECb0WEEK+7oTOrLlo0dh0bp6nxlZ+G7FLfQIDAQABoyYwJDAiBgNVHSUBAf8EGDAWBggrBgEFBQcDAgYKKwYBBAGCNwoDDDANBgkqhkiG9w0BAQ0FAAOCAQEAEn8WHN0h00/Vem50CnwXwnty0vGwu2v3plD1m0mw+3jCtDUTa/tF/a7jTVTCtK6VdqNP6tp/f+GflNRmZWIK/6DIEntouzL++7M5hArcJj01t0S0Vc+0FN3b2wuBuJUYWxR5Q8bNHStOm7l6nXjQ96k1fH/L/hu0dmhciak8LUEIowhSiIpnB3C9AGFuPi9DqjKdWxxzIPLybiDidgUfGbcCNHaZXvcNqNq4zpzeFPTi3VBEOXHIJhk0fT3iWjwvBwtUxPJJs3FIRZFWQa/cgEvBWrYMem98lqKNdmGDJP11OmUeAqJQTe+iSX9pDFzpEj/lM/tIjEh9fwKXuoO1uw==\",\r\n \"agentVersion\": \"5.0.2.0\",\r\n \"serverOSVersion\": \"10.0.14393.0\",\r\n \"lastHeartBeat\": \"7/3/2019 4:17:52 PM\",\r\n \"serverRole\": \"Standalone\",\r\n \"clusterId\": \"00000000-0000-0000-0000-000000000000\",\r\n \"serverId\": \"1f8076cc-9b75-4994-a512-a216178e477e\",\r\n \"friendlyName\": \"andreyazdevops.redmond.corp.microsoft.com\"\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"serverCertificate\": \"MIIDEDCCAfigAwIBAgIQHMX6MF8k1YRIo40AAPKx/TANBgkqhkiG9w0BAQ0FADAwMS4wLAYDVQQDEyVhbmt1c2hiLXZtMDIubnRkZXYuY29ycC5taWNyb3NvZnQuY29tMB4XDTIwMDEyNzE5NTkwN1oXDTIxMDEyNzE5NTkwN1owMDEuMCwGA1UEAxMlYW5rdXNoYi12bTAyLm50ZGV2LmNvcnAubWljcm9zb2Z0LmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAOGKtANwb+dUXi5QVPKCUkpcWJ1/s18EqVBGRaQvIE518p7zWSfnk79FOerjfCT6kDBZPccnxBHK3hZZNgxrAkgv0LeDIEwHDvttYbcMfUzq1VviGnPuKWTsFkIAkG+8IehxX9eB/kBlkoyriziQXg4Bz74HBaQWlZeC65R6Tp8XcuO8HuKtnT3RfV6365pPHq4yp/N5e3NLxDoG1AKXEs8NtDkw2xOltLCu3qluV/AUX343pDEkLV3F8IOu3I7cU+NA/WzCF7UcZ8ZOhS5klMVNiUwCFsUdFUAXh9ufXEBs50IcVJlZU6ZUADbmrqaqpYtD94aKQeFsBlnou5s1A/kCAwEAAaMmMCQwIgYDVR0lAQH/BBgwFgYIKwYBBQUHAwIGCisGAQQBgjcKAwwwDQYJKoZIhvcNAQENBQADggEBAH7p2XFxnOdk/lbNBKW7nmjsjE5BeBU/OlBhKCUrmmY+fk3FvAYSs2jaJKqgZjxek/KdNf2UZMXztg8joF5s1Pdg6ICxJqc1t4gJunHUOoTHHyrotMyt6xJnClRCNqshA0n2z304hjKXcyCoLopemMFpOPEg2oG+EOuvwK/g1gAavGbmYJQc82uNF1LKNMmNfQ4Nn48dKLKg65SHgU+BISlCjHb/6NRTpTmK5acUOlHSrhGsJYCBsN1xJOzwxssXAoy25ebjajvnGcsC9k2HwLZWaSGsPuwWPfEtPPHjNRDrnaNLjSu2zc0uxZza8JWlE0pWD2kyf9OjyD1V0PxtZuM=\",\r\n \"agentVersion\": \"5.0.2.0\",\r\n \"serverOSVersion\": \"10.0.14393.0\",\r\n \"lastHeartBeat\": \"6/23/2020 4:30:24 PM\",\r\n \"serverRole\": \"Standalone\",\r\n \"clusterId\": \"00000000-0000-0000-0000-000000000000\",\r\n \"serverId\": \"147aca58-571c-4e50-bbc2-d968ed9243b2\",\r\n \"friendlyName\": \"ankushb-vm02.ntdev.corp.microsoft.com\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "46be7467-fa4b-4751-b46a-c4882de0b9ad" + "d3aafe1b-a814-44ab-a244-20b425e26042" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "1452" + "1437" ] }, "ResponseHeaders": { @@ -369,16 +501,16 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps568/providers/microsoft.storagesync/storageSyncServices/sssps9429/workflows/c1a3c32a-8ff8-4d2e-b98f-1e0ec02ae579/operationresults/aab592da-14ac-42f2-bfac-db520d75c60c?api-version=2019-03-01" + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6IjkzODJlMDcwLWI1MWItNDQzNC1iYzNhLWEyYTdiYmJlMWQxNCIsIndvcmtmbG93SWQiOiIwOTE4ZGI3ZC0yMjczLTQyZTQtYjBhMi00NjNjOWUxNDI0MDIiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiNjFmMTI3OTAtOGYzMC00Zjk3LWFlZDktNzc0NzhhMjA0ZGE4In0=?api-version=2020-03-01" ], "Retry-After": [ "10" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps568/providers/microsoft.storagesync/storageSyncServices/sssps9429/workflows/c1a3c32a-8ff8-4d2e-b98f-1e0ec02ae579/operations/aab592da-14ac-42f2-bfac-db520d75c60c?api-version=2019-03-01" + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6IjkzODJlMDcwLWI1MWItNDQzNC1iYzNhLWEyYTdiYmJlMWQxNCIsIndvcmtmbG93SWQiOiIwOTE4ZGI3ZC0yMjczLTQyZTQtYjBhMi00NjNjOWUxNDI0MDIiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiNjFmMTI3OTAtOGYzMC00Zjk3LWFlZDktNzc0NzhhMjA0ZGE4In0=?api-version=2020-03-01" ], "x-ms-request-id": [ - "cb778f88-8059-4edd-904b-29a7f5482dd5" + "cb069512-8585-4462-b1f7-993c2f5e9d0b" ], "X-Content-Type-Options": [ "nosniff" @@ -396,16 +528,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1197" + "1198" ], "x-ms-correlation-request-id": [ - "a230c71f-2358-495d-8e8b-5fe6a0671aa8" + "df4e642b-3d3e-42fd-82c8-16ab140a2299" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T231752Z:a230c71f-2358-495d-8e8b-5fe6a0671aa8" + "WESTUS:20200623T233025Z:df4e642b-3d3e-42fd-82c8-16ab140a2299" ], "Date": [ - "Wed, 03 Jul 2019 23:17:51 GMT" + "Tue, 23 Jun 2020 23:30:24 GMT" ], "Expires": [ "-1" @@ -418,16 +550,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps568/providers/microsoft.storagesync/storageSyncServices/sssps9429/workflows/c1a3c32a-8ff8-4d2e-b98f-1e0ec02ae579/operations/aab592da-14ac-42f2-bfac-db520d75c60c?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNTY4L3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvc3RvcmFnZVN5bmNTZXJ2aWNlcy9zc3Nwczk0Mjkvd29ya2Zsb3dzL2MxYTNjMzJhLThmZjgtNGQyZS1iOThmLTFlMGVjMDJhZTU3OS9vcGVyYXRpb25zL2FhYjU5MmRhLTE0YWMtNDJmMi1iZmFjLWRiNTIwZDc1YzYwYz9hcGktdmVyc2lvbj0yMDE5LTAzLTAx", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6IjkzODJlMDcwLWI1MWItNDQzNC1iYzNhLWEyYTdiYmJlMWQxNCIsIndvcmtmbG93SWQiOiIwOTE4ZGI3ZC0yMjczLTQyZTQtYjBhMi00NjNjOWUxNDI0MDIiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiNjFmMTI3OTAtOGYzMC00Zjk3LWFlZDktNzc0NzhhMjA0ZGE4In0=?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvbG9jYXRpb25zL2NlbnRyYWx1c2V1YXAvb3BlcmF0aW9ucy9leUp3WVhKMGFYUnBiMjVKWkNJNklqa3pPREpsTURjd0xXSTFNV0l0TkRRek5DMWlZek5oTFdFeVlUZGlZbUpsTVdReE5DSXNJbmR2Y210bWJHOTNTV1FpT2lJd09URTRaR0kzWkMweU1qY3pMVFF5WlRRdFlqQmhNaTAwTmpOak9XVXhOREkwTURJaUxDSjNiM0pyWm14dmQwOXdaWEpoZEdsdmJrbGtJam9pTmpGbU1USTNPVEF0T0dZek1DMDBaamszTFdGbFpEa3ROemMwTnpoaE1qQTBaR0U0SW4wPT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -438,7 +570,7 @@ "no-cache" ], "x-ms-request-id": [ - "4842c47c-d04f-4727-9fec-5a94553ddcea" + "4d24105e-5d71-485e-a4b4-373668fc1e29" ], "X-Content-Type-Options": [ "nosniff" @@ -459,38 +591,38 @@ "11997" ], "x-ms-correlation-request-id": [ - "ffe396a6-5ef2-4878-b204-f5722630981e" + "40eb2675-6ff4-43ba-93ad-8565cc44de5e" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T231802Z:ffe396a6-5ef2-4878-b204-f5722630981e" + "WESTUS:20200623T233035Z:40eb2675-6ff4-43ba-93ad-8565cc44de5e" ], "Date": [ - "Wed, 03 Jul 2019 23:18:02 GMT" + "Tue, 23 Jun 2020 23:30:35 GMT" ], "Content-Length": [ - "446" + "745" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps568/providers/microsoft.storagesync/storageSyncServices/sssps9429/workflow/c1a3c32a-8ff8-4d2e-b98f-1e0ec02ae579/operationresults/aab592da-14ac-42f2-bfac-db520d75c60c\",\r\n \"name\": \"aab592da-14ac-42f2-bfac-db520d75c60c\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2019-07-03T23:17:52.8307058Z\",\r\n \"endTime\": \"2019-07-03T23:17:56.3485344Z\",\r\n \"percentComplete\": null,\r\n \"error\": null,\r\n \"properties\": {}\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6IjkzODJlMDcwLWI1MWItNDQzNC1iYzNhLWEyYTdiYmJlMWQxNCIsIndvcmtmbG93SWQiOiIwOTE4ZGI3ZC0yMjczLTQyZTQtYjBhMi00NjNjOWUxNDI0MDIiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiNjFmMTI3OTAtOGYzMC00Zjk3LWFlZDktNzc0NzhhMjA0ZGE4In0=\",\r\n \"name\": \"eyJwYXJ0aXRpb25JZCI6IjkzODJlMDcwLWI1MWItNDQzNC1iYzNhLWEyYTdiYmJlMWQxNCIsIndvcmtmbG93SWQiOiIwOTE4ZGI3ZC0yMjczLTQyZTQtYjBhMi00NjNjOWUxNDI0MDIiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiNjFmMTI3OTAtOGYzMC00Zjk3LWFlZDktNzc0NzhhMjA0ZGE4In0=\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2020-06-23T23:30:25.2154965Z\",\r\n \"endTime\": \"2020-06-23T23:30:28.6525007Z\",\r\n \"properties\": {}\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps568/providers/Microsoft.StorageSync/storageSyncServices/sssps9429/registeredServers/1f8076cc-9b75-4994-a512-a216178e477e?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNTY4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZVN5bmMvc3RvcmFnZVN5bmNTZXJ2aWNlcy9zc3Nwczk0MjkvcmVnaXN0ZXJlZFNlcnZlcnMvMWY4MDc2Y2MtOWI3NS00OTk0LWE1MTItYTIxNjE3OGU0NzdlP2FwaS12ZXJzaW9uPTIwMTktMDMtMDE=", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps3031/providers/Microsoft.StorageSync/storageSyncServices/sssps3953/registeredServers/147aca58-571c-4e50-bbc2-d968ed9243b2?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzMzAzMS9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMzOTUzL3JlZ2lzdGVyZWRTZXJ2ZXJzLzE0N2FjYTU4LTU3MWMtNGU1MC1iYmMyLWQ5NjhlZDkyNDNiMj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -501,7 +633,7 @@ "no-cache" ], "x-ms-request-id": [ - "5e5fa04d-13b3-426f-b4d0-2dbbd956df3d" + "03b29071-ec71-4741-9bfb-8ef18f38119d" ], "X-Content-Type-Options": [ "nosniff" @@ -522,44 +654,44 @@ "11996" ], "x-ms-correlation-request-id": [ - "e02bb66b-7be3-4018-9a2b-fddccd51e22a" + "3d596287-af0d-4ce5-abff-6c34a1518ed5" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T231803Z:e02bb66b-7be3-4018-9a2b-fddccd51e22a" + "WESTUS:20200623T233035Z:3d596287-af0d-4ce5-abff-6c34a1518ed5" ], "Date": [ - "Wed, 03 Jul 2019 23:18:03 GMT" + "Tue, 23 Jun 2020 23:30:35 GMT" ], "Content-Length": [ - "13367" + "13498" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"serverCertificate\": null,\r\n \"agentVersion\": \"5.0.2.0\",\r\n \"agentVersionStatus\": null,\r\n \"agentVersionExpirationDate\": null,\r\n \"serverOSVersion\": \"10.0.14393.0\",\r\n \"serverManagementErrorCode\": 0,\r\n \"lastHeartBeat\": \"2019-07-03T16:17:56.1297813-07:00\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"serverRole\": \"Standalone\",\r\n \"clusterId\": \"00000000-0000-0000-0000-000000000000\",\r\n \"clusterName\": \"\",\r\n \"serverId\": \"1f8076cc-9b75-4994-a512-a216178e477e\",\r\n \"storageSyncServiceUid\": \"4507904b-8533-4642-bc9e-3b6c6984a736\",\r\n \"lastWorkflowId\": \"storageSyncServices/sssps9429/workflows/c1a3c32a-8ff8-4d2e-b98f-1e0ec02ae579\",\r\n \"lastOperationName\": \"ICreateRegisteredServerWorkflow\",\r\n \"friendlyName\": \"andreyazdevops.redmond.corp.microsoft.com\",\r\n \"monitoringConfiguration\": \"{\\\"agentConfiguration\\\":\\\" \\\\\\\\Memory\\\\\\\\Available MBytes \\\\\\\\Processor(_Total)\\\\\\\\% Processor Time \\\\\\\\Network Interface(*)\\\\\\\\Bytes Total/sec \\\\\\\\Network Interface(*)\\\\\\\\Bytes Received/sec \\\\\\\\Network Interface(*)\\\\\\\\Bytes Sent/sec \\\\\\\\Network Interface(*)\\\\\\\\Current Bandwidth \\\\\\\\Network Interface(*)\\\\\\\\Output Queue Length \\\\\\\\Server\\\\\\\\Bytes Total/sec \\\\\\\\Process(filesyncsvc)\\\\\\\\* \\\\\\\\Process(w3wp)\\\\\\\\Private Bytes \\\\\\\\Process(MonAgentCore)\\\\\\\\% Processor Time \\\\\\\\Process(MonAgentHost)\\\\\\\\% Processor Time \\\\\\\\Process(MonAgentManager)\\\\\\\\% Processor Time \\\\\\\\Process(MonAgentLauncher)\\\\\\\\% Processor Time \\\\\\\\Process(MonAgentCore)\\\\\\\\Private Bytes \\\\\\\\Process(MonAgentHost)\\\\\\\\Private Bytes \\\\\\\\Process(MonAgentManager)\\\\\\\\Private Bytes \\\\\\\\Process(MonAgentLauncher)\\\\\\\\Private Bytes \\\\\\\\Process(AzureStorageSyncMonitor)\\\\\\\\% Processor Time \\\\\\\\Process(AzureStorageSyncMonitor)\\\\\\\\Private Bytes \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") EventsToCollect=ServerPerformanceCounters:PerformanceCounter,ServerTelemetryEvents:WindowsEventLog,ServerItemResultsEvents:WindowsEventLog,ServerApplicationEvents:WindowsEventLog;DiagnosticEvents=ServerOperationalEvents:WindowsEventLog,ServerDiagnosticEvents:WindowsEventLog,ServerManagementOperationalEvents:WindowsEventLog,ServerManagementDiagnosticEvents:WindowsEventLog,ServerScrubbingEvents:WindowsEventLog,TieringResultsEvents:WindowsEventLog,RecallResultsEvents:WindowsEventLog,AfsUserModeTraceSession:Trace,AfsKernelModeTraceSession:Trace,InstallerLogs:InstallerLogs;EventSchedulerIntervalsInMins=EnvironmentTelemetry:1440 \\\",\\\"configurationVersion\\\":\\\"1\\\",\\\"id\\\":null,\\\"type\\\":\\\"microsoft.storagesync/storageSyncServices/HybridMonitoringConfiguration\\\"}\",\r\n \"managementEndpointUri\": \"https://euap01.afs.azure.net:443/\",\r\n \"discoveryEndpointUri\": \"https://tm-euap01.afs.azure.net:443\",\r\n \"resourceLocation\": \"centraluseuap\",\r\n \"serviceLocation\": \"centraluseuap\"\r\n },\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps568/providers/microsoft.storagesync/storageSyncServices/sssps9429/registeredServers/1f8076cc-9b75-4994-a512-a216178e477e\",\r\n \"name\": \"1f8076cc-9b75-4994-a512-a216178e477e\",\r\n \"type\": \"microsoft.storagesync/storageSyncServices/registeredServers\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"agentVersion\": \"5.0.2.0\",\r\n \"serverOSVersion\": \"10.0.14393.0\",\r\n \"serverManagementErrorCode\": 0,\r\n \"lastHeartBeat\": \"2020-06-23T16:30:28.4372054-07:00\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"serverRole\": \"Standalone\",\r\n \"clusterId\": \"00000000-0000-0000-0000-000000000000\",\r\n \"clusterName\": \"\",\r\n \"serverId\": \"147aca58-571c-4e50-bbc2-d968ed9243b2\",\r\n \"storageSyncServiceUid\": \"9382e070-b51b-4434-bc3a-a2a7bbbe1d14\",\r\n \"lastWorkflowId\": \"storageSyncServices/sssps3953/workflows/0918db7d-2273-42e4-b0a2-463c9e142402\",\r\n \"lastOperationName\": \"ICreateRegisteredServerWorkflow\",\r\n \"friendlyName\": \"ankushb-vm02.ntdev.corp.microsoft.com\",\r\n \"monitoringConfiguration\": \"{\\\"agentConfiguration\\\":\\\" \\\\\\\\Memory\\\\\\\\Available MBytes \\\\\\\\Processor(_Total)\\\\\\\\% Processor Time \\\\\\\\Network Interface(*)\\\\\\\\Bytes Total/sec \\\\\\\\Network Interface(*)\\\\\\\\Bytes Received/sec \\\\\\\\Network Interface(*)\\\\\\\\Bytes Sent/sec \\\\\\\\Network Interface(*)\\\\\\\\Current Bandwidth \\\\\\\\Network Interface(*)\\\\\\\\Output Queue Length \\\\\\\\Server\\\\\\\\Bytes Total/sec \\\\\\\\Process(filesyncsvc)\\\\\\\\* \\\\\\\\Process(w3wp)\\\\\\\\Private Bytes \\\\\\\\Process(MonAgentCore)\\\\\\\\% Processor Time \\\\\\\\Process(MonAgentHost)\\\\\\\\% Processor Time \\\\\\\\Process(MonAgentManager)\\\\\\\\% Processor Time \\\\\\\\Process(MonAgentLauncher)\\\\\\\\% Processor Time \\\\\\\\Process(MonAgentCore)\\\\\\\\Private Bytes \\\\\\\\Process(MonAgentHost)\\\\\\\\Private Bytes \\\\\\\\Process(MonAgentManager)\\\\\\\\Private Bytes \\\\\\\\Process(MonAgentLauncher)\\\\\\\\Private Bytes \\\\\\\\Process(AzureStorageSyncMonitor)\\\\\\\\% Processor Time \\\\\\\\Process(AzureStorageSyncMonitor)\\\\\\\\Private Bytes \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") EventsToCollect=ServerPerformanceCounters:PerformanceCounter,ServerTelemetryEvents:WindowsEventLog,ServerItemResultsEvents:WindowsEventLog,ServerApplicationEvents:WindowsEventLog;DiagnosticEvents=ServerOperationalEvents:WindowsEventLog,ServerDiagnosticEvents:WindowsEventLog,ServerManagementOperationalEvents:WindowsEventLog,ServerManagementDiagnosticEvents:WindowsEventLog,ServerScrubbingEvents:WindowsEventLog,TieringResultsEvents:WindowsEventLog,RecallResultsEvents:WindowsEventLog,AfsUserModeTraceSession:Trace,AfsKernelModeTraceSession:Trace,InstallerLogs:InstallerLogs;EventSchedulerIntervalsInMins=EnvironmentTelemetry:1440 \\\",\\\"configurationVersion\\\":\\\"1\\\",\\\"id\\\":null,\\\"type\\\":\\\"microsoft.storagesync/storageSyncServices/HybridMonitoringConfiguration\\\"}\",\r\n \"managementEndpointUri\": \"https://euap01.afs.azure.net:443/\",\r\n \"discoveryEndpointUri\": \"https://tm-euap01.afs.azure.net:443\",\r\n \"resourceLocation\": \"centraluseuap\",\r\n \"serviceLocation\": \"centraluseuap\",\r\n \"monitoringEndpointUri\": \"https://euap01.afs.azure.net:443/\"\r\n },\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps3031/providers/microsoft.storagesync/storageSyncServices/sssps3953/registeredServers/147aca58-571c-4e50-bbc2-d968ed9243b2\",\r\n \"name\": \"147aca58-571c-4e50-bbc2-d968ed9243b2\",\r\n \"type\": \"microsoft.storagesync/storageSyncServices/registeredServers\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps568/providers/Microsoft.StorageSync/storageSyncServices/sssps9429/registeredServers/1f8076cc-9b75-4994-a512-a216178e477e?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNTY4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZVN5bmMvc3RvcmFnZVN5bmNTZXJ2aWNlcy9zc3Nwczk0MjkvcmVnaXN0ZXJlZFNlcnZlcnMvMWY4MDc2Y2MtOWI3NS00OTk0LWE1MTItYTIxNjE3OGU0NzdlP2FwaS12ZXJzaW9uPTIwMTktMDMtMDE=", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps3031/providers/Microsoft.StorageSync/storageSyncServices/sssps3953/registeredServers/147aca58-571c-4e50-bbc2-d968ed9243b2?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzMzAzMS9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMzOTUzL3JlZ2lzdGVyZWRTZXJ2ZXJzLzE0N2FjYTU4LTU3MWMtNGU1MC1iYmMyLWQ5NjhlZDkyNDNiMj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "a14dc211-0241-4737-bbb5-957806312d5f" + "8816957b-bfe0-4c88-8eb5-03182c35582a" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -570,16 +702,16 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps568/providers/microsoft.storagesync/storageSyncServices/sssps9429/workflows/061057ae-7f23-4650-9d3d-3a7c9a929c47/operationresults/a92fd235-b387-479e-b37c-3d03f466c43d?api-version=2019-03-01" + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6IjkzODJlMDcwLWI1MWItNDQzNC1iYzNhLWEyYTdiYmJlMWQxNCIsIndvcmtmbG93SWQiOiIwN2YyZTZiZS1hMWUzLTQ5Y2ItOWM4Ni1kNWY5NGE4ZTJkZjIiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiNDBiZmYyNWItYTI3MC00Y2EzLWIwMzktMWE1ODhkOTA5YTk5In0=?api-version=2020-03-01" ], "Retry-After": [ "10" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps568/providers/microsoft.storagesync/storageSyncServices/sssps9429/workflows/061057ae-7f23-4650-9d3d-3a7c9a929c47/operations/a92fd235-b387-479e-b37c-3d03f466c43d?api-version=2019-03-01" + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6IjkzODJlMDcwLWI1MWItNDQzNC1iYzNhLWEyYTdiYmJlMWQxNCIsIndvcmtmbG93SWQiOiIwN2YyZTZiZS1hMWUzLTQ5Y2ItOWM4Ni1kNWY5NGE4ZTJkZjIiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiNDBiZmYyNWItYTI3MC00Y2EzLWIwMzktMWE1ODhkOTA5YTk5In0=?api-version=2020-03-01" ], "x-ms-request-id": [ - "f3b9f0c9-7881-4433-9415-e15bcbc5d5f2" + "bbe2b99c-7a1a-4d0d-a7b4-2ca36e8af35f" ], "X-Content-Type-Options": [ "nosniff" @@ -600,13 +732,13 @@ "14999" ], "x-ms-correlation-request-id": [ - "543cbc7b-1c13-41aa-9d4f-7a4f817f6e0f" + "3dd922b5-e6ec-408a-98fe-1e29944974ac" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T231803Z:543cbc7b-1c13-41aa-9d4f-7a4f817f6e0f" + "WESTUS:20200623T233036Z:3dd922b5-e6ec-408a-98fe-1e29944974ac" ], "Date": [ - "Wed, 03 Jul 2019 23:18:03 GMT" + "Tue, 23 Jun 2020 23:30:36 GMT" ], "Expires": [ "-1" @@ -619,16 +751,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps568/providers/microsoft.storagesync/storageSyncServices/sssps9429/workflows/061057ae-7f23-4650-9d3d-3a7c9a929c47/operations/a92fd235-b387-479e-b37c-3d03f466c43d?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNTY4L3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvc3RvcmFnZVN5bmNTZXJ2aWNlcy9zc3Nwczk0Mjkvd29ya2Zsb3dzLzA2MTA1N2FlLTdmMjMtNDY1MC05ZDNkLTNhN2M5YTkyOWM0Ny9vcGVyYXRpb25zL2E5MmZkMjM1LWIzODctNDc5ZS1iMzdjLTNkMDNmNDY2YzQzZD9hcGktdmVyc2lvbj0yMDE5LTAzLTAx", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6IjkzODJlMDcwLWI1MWItNDQzNC1iYzNhLWEyYTdiYmJlMWQxNCIsIndvcmtmbG93SWQiOiIwN2YyZTZiZS1hMWUzLTQ5Y2ItOWM4Ni1kNWY5NGE4ZTJkZjIiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiNDBiZmYyNWItYTI3MC00Y2EzLWIwMzktMWE1ODhkOTA5YTk5In0=?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvbG9jYXRpb25zL2NlbnRyYWx1c2V1YXAvb3BlcmF0aW9ucy9leUp3WVhKMGFYUnBiMjVKWkNJNklqa3pPREpsTURjd0xXSTFNV0l0TkRRek5DMWlZek5oTFdFeVlUZGlZbUpsTVdReE5DSXNJbmR2Y210bWJHOTNTV1FpT2lJd04yWXlaVFppWlMxaE1XVXpMVFE1WTJJdE9XTTROaTFrTldZNU5HRTRaVEprWmpJaUxDSjNiM0pyWm14dmQwOXdaWEpoZEdsdmJrbGtJam9pTkRCaVptWXlOV0l0WVRJM01DMDBZMkV6TFdJd016a3RNV0UxT0Roa09UQTVZVGs1SW4wPT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -639,7 +771,7 @@ "no-cache" ], "x-ms-request-id": [ - "8cee640a-0367-4cf1-a166-f84a447de2ce" + "de11d089-59db-495f-b9b9-446b3cfe46ac" ], "X-Content-Type-Options": [ "nosniff" @@ -660,38 +792,38 @@ "11995" ], "x-ms-correlation-request-id": [ - "87d23232-5b93-4e67-befa-aa53d75ac8a2" + "0ff7530b-d335-45e8-933a-28e7d2319a50" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T231814Z:87d23232-5b93-4e67-befa-aa53d75ac8a2" + "WESTUS:20200623T233046Z:0ff7530b-d335-45e8-933a-28e7d2319a50" ], "Date": [ - "Wed, 03 Jul 2019 23:18:14 GMT" + "Tue, 23 Jun 2020 23:30:46 GMT" ], "Content-Length": [ - "445" + "744" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps568/providers/microsoft.storagesync/storageSyncServices/sssps9429/workflow/061057ae-7f23-4650-9d3d-3a7c9a929c47/operationresults/a92fd235-b387-479e-b37c-3d03f466c43d\",\r\n \"name\": \"a92fd235-b387-479e-b37c-3d03f466c43d\",\r\n \"status\": \"delayStep\",\r\n \"startTime\": \"2019-07-03T23:18:04.5882639Z\",\r\n \"endTime\": \"2019-07-03T23:18:08.100812Z\",\r\n \"percentComplete\": null,\r\n \"error\": null,\r\n \"properties\": {}\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6IjkzODJlMDcwLWI1MWItNDQzNC1iYzNhLWEyYTdiYmJlMWQxNCIsIndvcmtmbG93SWQiOiIwN2YyZTZiZS1hMWUzLTQ5Y2ItOWM4Ni1kNWY5NGE4ZTJkZjIiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiNDBiZmYyNWItYTI3MC00Y2EzLWIwMzktMWE1ODhkOTA5YTk5In0=\",\r\n \"name\": \"eyJwYXJ0aXRpb25JZCI6IjkzODJlMDcwLWI1MWItNDQzNC1iYzNhLWEyYTdiYmJlMWQxNCIsIndvcmtmbG93SWQiOiIwN2YyZTZiZS1hMWUzLTQ5Y2ItOWM4Ni1kNWY5NGE4ZTJkZjIiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiNDBiZmYyNWItYTI3MC00Y2EzLWIwMzktMWE1ODhkOTA5YTk5In0=\",\r\n \"status\": \"delayStep\",\r\n \"startTime\": \"2020-06-23T23:30:36.1389959Z\",\r\n \"endTime\": \"2020-06-23T23:30:39.680145Z\",\r\n \"properties\": {}\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps568/providers/microsoft.storagesync/storageSyncServices/sssps9429/workflows/061057ae-7f23-4650-9d3d-3a7c9a929c47/operations/a92fd235-b387-479e-b37c-3d03f466c43d?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNTY4L3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvc3RvcmFnZVN5bmNTZXJ2aWNlcy9zc3Nwczk0Mjkvd29ya2Zsb3dzLzA2MTA1N2FlLTdmMjMtNDY1MC05ZDNkLTNhN2M5YTkyOWM0Ny9vcGVyYXRpb25zL2E5MmZkMjM1LWIzODctNDc5ZS1iMzdjLTNkMDNmNDY2YzQzZD9hcGktdmVyc2lvbj0yMDE5LTAzLTAx", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6IjkzODJlMDcwLWI1MWItNDQzNC1iYzNhLWEyYTdiYmJlMWQxNCIsIndvcmtmbG93SWQiOiIwN2YyZTZiZS1hMWUzLTQ5Y2ItOWM4Ni1kNWY5NGE4ZTJkZjIiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiNDBiZmYyNWItYTI3MC00Y2EzLWIwMzktMWE1ODhkOTA5YTk5In0=?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvbG9jYXRpb25zL2NlbnRyYWx1c2V1YXAvb3BlcmF0aW9ucy9leUp3WVhKMGFYUnBiMjVKWkNJNklqa3pPREpsTURjd0xXSTFNV0l0TkRRek5DMWlZek5oTFdFeVlUZGlZbUpsTVdReE5DSXNJbmR2Y210bWJHOTNTV1FpT2lJd04yWXlaVFppWlMxaE1XVXpMVFE1WTJJdE9XTTROaTFrTldZNU5HRTRaVEprWmpJaUxDSjNiM0pyWm14dmQwOXdaWEpoZEdsdmJrbGtJam9pTkRCaVptWXlOV0l0WVRJM01DMDBZMkV6TFdJd016a3RNV0UxT0Roa09UQTVZVGs1SW4wPT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -702,7 +834,7 @@ "no-cache" ], "x-ms-request-id": [ - "5228c893-f69e-4ab9-8415-f5a7e17a1bf0" + "5cc9868d-18d9-45a0-bdfc-6b0b1f855895" ], "X-Content-Type-Options": [ "nosniff" @@ -723,38 +855,38 @@ "11994" ], "x-ms-correlation-request-id": [ - "cc66eb6b-ff25-44b0-b618-a52a94726132" + "6172ff67-0c03-42d4-a8c8-4464bc1e410d" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T231824Z:cc66eb6b-ff25-44b0-b618-a52a94726132" + "WESTUS:20200623T233056Z:6172ff67-0c03-42d4-a8c8-4464bc1e410d" ], "Date": [ - "Wed, 03 Jul 2019 23:18:24 GMT" + "Tue, 23 Jun 2020 23:30:56 GMT" ], "Content-Length": [ - "445" + "744" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps568/providers/microsoft.storagesync/storageSyncServices/sssps9429/workflow/061057ae-7f23-4650-9d3d-3a7c9a929c47/operationresults/a92fd235-b387-479e-b37c-3d03f466c43d\",\r\n \"name\": \"a92fd235-b387-479e-b37c-3d03f466c43d\",\r\n \"status\": \"delayStep\",\r\n \"startTime\": \"2019-07-03T23:18:04.5882639Z\",\r\n \"endTime\": \"2019-07-03T23:18:08.100812Z\",\r\n \"percentComplete\": null,\r\n \"error\": null,\r\n \"properties\": {}\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6IjkzODJlMDcwLWI1MWItNDQzNC1iYzNhLWEyYTdiYmJlMWQxNCIsIndvcmtmbG93SWQiOiIwN2YyZTZiZS1hMWUzLTQ5Y2ItOWM4Ni1kNWY5NGE4ZTJkZjIiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiNDBiZmYyNWItYTI3MC00Y2EzLWIwMzktMWE1ODhkOTA5YTk5In0=\",\r\n \"name\": \"eyJwYXJ0aXRpb25JZCI6IjkzODJlMDcwLWI1MWItNDQzNC1iYzNhLWEyYTdiYmJlMWQxNCIsIndvcmtmbG93SWQiOiIwN2YyZTZiZS1hMWUzLTQ5Y2ItOWM4Ni1kNWY5NGE4ZTJkZjIiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiNDBiZmYyNWItYTI3MC00Y2EzLWIwMzktMWE1ODhkOTA5YTk5In0=\",\r\n \"status\": \"delayStep\",\r\n \"startTime\": \"2020-06-23T23:30:36.1389959Z\",\r\n \"endTime\": \"2020-06-23T23:30:39.680145Z\",\r\n \"properties\": {}\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps568/providers/microsoft.storagesync/storageSyncServices/sssps9429/workflows/061057ae-7f23-4650-9d3d-3a7c9a929c47/operations/a92fd235-b387-479e-b37c-3d03f466c43d?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNTY4L3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvc3RvcmFnZVN5bmNTZXJ2aWNlcy9zc3Nwczk0Mjkvd29ya2Zsb3dzLzA2MTA1N2FlLTdmMjMtNDY1MC05ZDNkLTNhN2M5YTkyOWM0Ny9vcGVyYXRpb25zL2E5MmZkMjM1LWIzODctNDc5ZS1iMzdjLTNkMDNmNDY2YzQzZD9hcGktdmVyc2lvbj0yMDE5LTAzLTAx", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6IjkzODJlMDcwLWI1MWItNDQzNC1iYzNhLWEyYTdiYmJlMWQxNCIsIndvcmtmbG93SWQiOiIwN2YyZTZiZS1hMWUzLTQ5Y2ItOWM4Ni1kNWY5NGE4ZTJkZjIiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiNDBiZmYyNWItYTI3MC00Y2EzLWIwMzktMWE1ODhkOTA5YTk5In0=?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvbG9jYXRpb25zL2NlbnRyYWx1c2V1YXAvb3BlcmF0aW9ucy9leUp3WVhKMGFYUnBiMjVKWkNJNklqa3pPREpsTURjd0xXSTFNV0l0TkRRek5DMWlZek5oTFdFeVlUZGlZbUpsTVdReE5DSXNJbmR2Y210bWJHOTNTV1FpT2lJd04yWXlaVFppWlMxaE1XVXpMVFE1WTJJdE9XTTROaTFrTldZNU5HRTRaVEprWmpJaUxDSjNiM0pyWm14dmQwOXdaWEpoZEdsdmJrbGtJam9pTkRCaVptWXlOV0l0WVRJM01DMDBZMkV6TFdJd016a3RNV0UxT0Roa09UQTVZVGs1SW4wPT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -765,7 +897,7 @@ "no-cache" ], "x-ms-request-id": [ - "182042fb-4948-4a08-84c2-9e35f3308f5b" + "a6ba0048-ea73-4e82-9d92-454cb106c666" ], "X-Content-Type-Options": [ "nosniff" @@ -786,38 +918,38 @@ "11993" ], "x-ms-correlation-request-id": [ - "311298d1-781a-4517-aed4-9f110c882501" + "d1781668-4b2e-401b-ae2b-0d224513d842" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T231835Z:311298d1-781a-4517-aed4-9f110c882501" + "WESTUS:20200623T233106Z:d1781668-4b2e-401b-ae2b-0d224513d842" ], "Date": [ - "Wed, 03 Jul 2019 23:18:34 GMT" + "Tue, 23 Jun 2020 23:31:06 GMT" ], "Content-Length": [ - "445" + "744" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps568/providers/microsoft.storagesync/storageSyncServices/sssps9429/workflow/061057ae-7f23-4650-9d3d-3a7c9a929c47/operationresults/a92fd235-b387-479e-b37c-3d03f466c43d\",\r\n \"name\": \"a92fd235-b387-479e-b37c-3d03f466c43d\",\r\n \"status\": \"delayStep\",\r\n \"startTime\": \"2019-07-03T23:18:04.5882639Z\",\r\n \"endTime\": \"2019-07-03T23:18:08.100812Z\",\r\n \"percentComplete\": null,\r\n \"error\": null,\r\n \"properties\": {}\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6IjkzODJlMDcwLWI1MWItNDQzNC1iYzNhLWEyYTdiYmJlMWQxNCIsIndvcmtmbG93SWQiOiIwN2YyZTZiZS1hMWUzLTQ5Y2ItOWM4Ni1kNWY5NGE4ZTJkZjIiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiNDBiZmYyNWItYTI3MC00Y2EzLWIwMzktMWE1ODhkOTA5YTk5In0=\",\r\n \"name\": \"eyJwYXJ0aXRpb25JZCI6IjkzODJlMDcwLWI1MWItNDQzNC1iYzNhLWEyYTdiYmJlMWQxNCIsIndvcmtmbG93SWQiOiIwN2YyZTZiZS1hMWUzLTQ5Y2ItOWM4Ni1kNWY5NGE4ZTJkZjIiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiNDBiZmYyNWItYTI3MC00Y2EzLWIwMzktMWE1ODhkOTA5YTk5In0=\",\r\n \"status\": \"delayStep\",\r\n \"startTime\": \"2020-06-23T23:30:36.1389959Z\",\r\n \"endTime\": \"2020-06-23T23:30:39.680145Z\",\r\n \"properties\": {}\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps568/providers/microsoft.storagesync/storageSyncServices/sssps9429/workflows/061057ae-7f23-4650-9d3d-3a7c9a929c47/operations/a92fd235-b387-479e-b37c-3d03f466c43d?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNTY4L3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvc3RvcmFnZVN5bmNTZXJ2aWNlcy9zc3Nwczk0Mjkvd29ya2Zsb3dzLzA2MTA1N2FlLTdmMjMtNDY1MC05ZDNkLTNhN2M5YTkyOWM0Ny9vcGVyYXRpb25zL2E5MmZkMjM1LWIzODctNDc5ZS1iMzdjLTNkMDNmNDY2YzQzZD9hcGktdmVyc2lvbj0yMDE5LTAzLTAx", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6IjkzODJlMDcwLWI1MWItNDQzNC1iYzNhLWEyYTdiYmJlMWQxNCIsIndvcmtmbG93SWQiOiIwN2YyZTZiZS1hMWUzLTQ5Y2ItOWM4Ni1kNWY5NGE4ZTJkZjIiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiNDBiZmYyNWItYTI3MC00Y2EzLWIwMzktMWE1ODhkOTA5YTk5In0=?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvbG9jYXRpb25zL2NlbnRyYWx1c2V1YXAvb3BlcmF0aW9ucy9leUp3WVhKMGFYUnBiMjVKWkNJNklqa3pPREpsTURjd0xXSTFNV0l0TkRRek5DMWlZek5oTFdFeVlUZGlZbUpsTVdReE5DSXNJbmR2Y210bWJHOTNTV1FpT2lJd04yWXlaVFppWlMxaE1XVXpMVFE1WTJJdE9XTTROaTFrTldZNU5HRTRaVEprWmpJaUxDSjNiM0pyWm14dmQwOXdaWEpoZEdsdmJrbGtJam9pTkRCaVptWXlOV0l0WVRJM01DMDBZMkV6TFdJd016a3RNV0UxT0Roa09UQTVZVGs1SW4wPT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -828,7 +960,7 @@ "no-cache" ], "x-ms-request-id": [ - "8916a73d-f455-4cc0-9dcd-021f19267136" + "de356da5-e678-4a00-b3c9-57d333428015" ], "X-Content-Type-Options": [ "nosniff" @@ -849,38 +981,38 @@ "11992" ], "x-ms-correlation-request-id": [ - "fb2c2766-3ca7-459d-bb20-a98da3fa751c" + "69363d59-ad28-4958-9eb1-671d1d456c9e" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T231845Z:fb2c2766-3ca7-459d-bb20-a98da3fa751c" + "WESTUS:20200623T233117Z:69363d59-ad28-4958-9eb1-671d1d456c9e" ], "Date": [ - "Wed, 03 Jul 2019 23:18:45 GMT" + "Tue, 23 Jun 2020 23:31:16 GMT" ], "Content-Length": [ - "445" + "744" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps568/providers/microsoft.storagesync/storageSyncServices/sssps9429/workflow/061057ae-7f23-4650-9d3d-3a7c9a929c47/operationresults/a92fd235-b387-479e-b37c-3d03f466c43d\",\r\n \"name\": \"a92fd235-b387-479e-b37c-3d03f466c43d\",\r\n \"status\": \"delayStep\",\r\n \"startTime\": \"2019-07-03T23:18:04.5882639Z\",\r\n \"endTime\": \"2019-07-03T23:18:08.100812Z\",\r\n \"percentComplete\": null,\r\n \"error\": null,\r\n \"properties\": {}\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6IjkzODJlMDcwLWI1MWItNDQzNC1iYzNhLWEyYTdiYmJlMWQxNCIsIndvcmtmbG93SWQiOiIwN2YyZTZiZS1hMWUzLTQ5Y2ItOWM4Ni1kNWY5NGE4ZTJkZjIiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiNDBiZmYyNWItYTI3MC00Y2EzLWIwMzktMWE1ODhkOTA5YTk5In0=\",\r\n \"name\": \"eyJwYXJ0aXRpb25JZCI6IjkzODJlMDcwLWI1MWItNDQzNC1iYzNhLWEyYTdiYmJlMWQxNCIsIndvcmtmbG93SWQiOiIwN2YyZTZiZS1hMWUzLTQ5Y2ItOWM4Ni1kNWY5NGE4ZTJkZjIiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiNDBiZmYyNWItYTI3MC00Y2EzLWIwMzktMWE1ODhkOTA5YTk5In0=\",\r\n \"status\": \"delayStep\",\r\n \"startTime\": \"2020-06-23T23:30:36.1389959Z\",\r\n \"endTime\": \"2020-06-23T23:30:39.680145Z\",\r\n \"properties\": {}\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps568/providers/microsoft.storagesync/storageSyncServices/sssps9429/workflows/061057ae-7f23-4650-9d3d-3a7c9a929c47/operations/a92fd235-b387-479e-b37c-3d03f466c43d?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNTY4L3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvc3RvcmFnZVN5bmNTZXJ2aWNlcy9zc3Nwczk0Mjkvd29ya2Zsb3dzLzA2MTA1N2FlLTdmMjMtNDY1MC05ZDNkLTNhN2M5YTkyOWM0Ny9vcGVyYXRpb25zL2E5MmZkMjM1LWIzODctNDc5ZS1iMzdjLTNkMDNmNDY2YzQzZD9hcGktdmVyc2lvbj0yMDE5LTAzLTAx", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6IjkzODJlMDcwLWI1MWItNDQzNC1iYzNhLWEyYTdiYmJlMWQxNCIsIndvcmtmbG93SWQiOiIwN2YyZTZiZS1hMWUzLTQ5Y2ItOWM4Ni1kNWY5NGE4ZTJkZjIiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiNDBiZmYyNWItYTI3MC00Y2EzLWIwMzktMWE1ODhkOTA5YTk5In0=?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvbG9jYXRpb25zL2NlbnRyYWx1c2V1YXAvb3BlcmF0aW9ucy9leUp3WVhKMGFYUnBiMjVKWkNJNklqa3pPREpsTURjd0xXSTFNV0l0TkRRek5DMWlZek5oTFdFeVlUZGlZbUpsTVdReE5DSXNJbmR2Y210bWJHOTNTV1FpT2lJd04yWXlaVFppWlMxaE1XVXpMVFE1WTJJdE9XTTROaTFrTldZNU5HRTRaVEprWmpJaUxDSjNiM0pyWm14dmQwOXdaWEpoZEdsdmJrbGtJam9pTkRCaVptWXlOV0l0WVRJM01DMDBZMkV6TFdJd016a3RNV0UxT0Roa09UQTVZVGs1SW4wPT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -891,7 +1023,7 @@ "no-cache" ], "x-ms-request-id": [ - "e6731be6-d74b-4d9d-adb6-65ba2818e808" + "0360e578-a655-41b3-9b38-adc7dce21d37" ], "X-Content-Type-Options": [ "nosniff" @@ -912,38 +1044,38 @@ "11991" ], "x-ms-correlation-request-id": [ - "c5a7267b-acfd-4936-ba67-b7187242e773" + "32884cf1-65f0-41f8-b5d7-f2c0ab63579c" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T231856Z:c5a7267b-acfd-4936-ba67-b7187242e773" + "WESTUS:20200623T233127Z:32884cf1-65f0-41f8-b5d7-f2c0ab63579c" ], "Date": [ - "Wed, 03 Jul 2019 23:18:55 GMT" + "Tue, 23 Jun 2020 23:31:26 GMT" ], "Content-Length": [ - "446" + "744" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps568/providers/microsoft.storagesync/storageSyncServices/sssps9429/workflow/061057ae-7f23-4650-9d3d-3a7c9a929c47/operationresults/a92fd235-b387-479e-b37c-3d03f466c43d\",\r\n \"name\": \"a92fd235-b387-479e-b37c-3d03f466c43d\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2019-07-03T23:18:04.5882639Z\",\r\n \"endTime\": \"2019-07-03T23:18:53.1804864Z\",\r\n \"percentComplete\": null,\r\n \"error\": null,\r\n \"properties\": {}\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6IjkzODJlMDcwLWI1MWItNDQzNC1iYzNhLWEyYTdiYmJlMWQxNCIsIndvcmtmbG93SWQiOiIwN2YyZTZiZS1hMWUzLTQ5Y2ItOWM4Ni1kNWY5NGE4ZTJkZjIiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiNDBiZmYyNWItYTI3MC00Y2EzLWIwMzktMWE1ODhkOTA5YTk5In0=\",\r\n \"name\": \"eyJwYXJ0aXRpb25JZCI6IjkzODJlMDcwLWI1MWItNDQzNC1iYzNhLWEyYTdiYmJlMWQxNCIsIndvcmtmbG93SWQiOiIwN2YyZTZiZS1hMWUzLTQ5Y2ItOWM4Ni1kNWY5NGE4ZTJkZjIiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiNDBiZmYyNWItYTI3MC00Y2EzLWIwMzktMWE1ODhkOTA5YTk5In0=\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2020-06-23T23:30:36.1389959Z\",\r\n \"endTime\": \"2020-06-23T23:31:24.746846Z\",\r\n \"properties\": {}\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps568/providers/microsoft.storagesync/storageSyncServices/sssps9429/workflows/061057ae-7f23-4650-9d3d-3a7c9a929c47/operationresults/a92fd235-b387-479e-b37c-3d03f466c43d?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNTY4L3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvc3RvcmFnZVN5bmNTZXJ2aWNlcy9zc3Nwczk0Mjkvd29ya2Zsb3dzLzA2MTA1N2FlLTdmMjMtNDY1MC05ZDNkLTNhN2M5YTkyOWM0Ny9vcGVyYXRpb25yZXN1bHRzL2E5MmZkMjM1LWIzODctNDc5ZS1iMzdjLTNkMDNmNDY2YzQzZD9hcGktdmVyc2lvbj0yMDE5LTAzLTAx", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6IjkzODJlMDcwLWI1MWItNDQzNC1iYzNhLWEyYTdiYmJlMWQxNCIsIndvcmtmbG93SWQiOiIwN2YyZTZiZS1hMWUzLTQ5Y2ItOWM4Ni1kNWY5NGE4ZTJkZjIiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiNDBiZmYyNWItYTI3MC00Y2EzLWIwMzktMWE1ODhkOTA5YTk5In0=?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvbG9jYXRpb25zL2NlbnRyYWx1c2V1YXAvb3BlcmF0aW9ucmVzdWx0cy9leUp3WVhKMGFYUnBiMjVKWkNJNklqa3pPREpsTURjd0xXSTFNV0l0TkRRek5DMWlZek5oTFdFeVlUZGlZbUpsTVdReE5DSXNJbmR2Y210bWJHOTNTV1FpT2lJd04yWXlaVFppWlMxaE1XVXpMVFE1WTJJdE9XTTROaTFrTldZNU5HRTRaVEprWmpJaUxDSjNiM0pyWm14dmQwOXdaWEpoZEdsdmJrbGtJam9pTkRCaVptWXlOV0l0WVRJM01DMDBZMkV6TFdJd016a3RNV0UxT0Roa09UQTVZVGs1SW4wPT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -954,7 +1086,7 @@ "no-cache" ], "x-ms-request-id": [ - "cde99a75-b549-4637-b5d8-47d9a8ccc966" + "b4e8bd90-3583-44fd-b06d-e00ab81449ce" ], "X-Content-Type-Options": [ "nosniff" @@ -975,13 +1107,13 @@ "11990" ], "x-ms-correlation-request-id": [ - "c0f62a15-193b-40c8-83d4-d3f097fa0400" + "78b308d1-4fd1-4717-a8ab-e0f9cc7db3e3" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T231856Z:c0f62a15-193b-40c8-83d4-d3f097fa0400" + "WESTUS:20200623T233127Z:78b308d1-4fd1-4717-a8ab-e0f9cc7db3e3" ], "Date": [ - "Wed, 03 Jul 2019 23:18:55 GMT" + "Tue, 23 Jun 2020 23:31:27 GMT" ], "Expires": [ "-1" @@ -994,22 +1126,22 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps568/providers/Microsoft.StorageSync/storageSyncServices/sssps9429?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNTY4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZVN5bmMvc3RvcmFnZVN5bmNTZXJ2aWNlcy9zc3Nwczk0Mjk/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps3031/providers/Microsoft.StorageSync/storageSyncServices/sssps3953?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzMzAzMS9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMzOTUzP2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "208060e1-7005-459e-b805-f485ae16e2d7" + "39d5230f-c2ad-407b-9cb8-38c9c2d25498" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -1019,8 +1151,17 @@ "Pragma": [ "no-cache" ], + "Location": [ + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6IjkzODJlMDcwLWI1MWItNDQzNC1iYzNhLWEyYTdiYmJlMWQxNCIsIndvcmtmbG93SWQiOiI5MjMyNGNlOC02NGYyLTQxNzYtODk3Mi03OTI0MDU1MTg1ZTkiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiYzBhYjIyNTUtZjg5My00MGQzLWI2M2ItOWQ4ZDc4MjgyOTM1In0=?api-version=2020-03-01" + ], + "Retry-After": [ + "10" + ], + "Azure-AsyncOperation": [ + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6IjkzODJlMDcwLWI1MWItNDQzNC1iYzNhLWEyYTdiYmJlMWQxNCIsIndvcmtmbG93SWQiOiI5MjMyNGNlOC02NGYyLTQxNzYtODk3Mi03OTI0MDU1MTg1ZTkiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiYzBhYjIyNTUtZjg5My00MGQzLWI2M2ItOWQ4ZDc4MjgyOTM1In0=?api-version=2020-03-01" + ], "x-ms-request-id": [ - "240950a4-6b6a-4ba0-bbe8-66196bb618a8" + "0d195450-08a2-468d-af31-c97a9255159e" ], "X-Content-Type-Options": [ "nosniff" @@ -1041,13 +1182,13 @@ "14998" ], "x-ms-correlation-request-id": [ - "90dfd8c3-e29e-4c6c-9912-03f650099e45" + "1cb4f63e-1a7f-435c-ba1c-6a2386d75cc1" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T231857Z:90dfd8c3-e29e-4c6c-9912-03f650099e45" + "WESTUS:20200623T233128Z:1cb4f63e-1a7f-435c-ba1c-6a2386d75cc1" ], "Date": [ - "Wed, 03 Jul 2019 23:18:56 GMT" + "Tue, 23 Jun 2020 23:31:27 GMT" ], "Expires": [ "-1" @@ -1057,25 +1198,19 @@ ] }, "ResponseBody": "", - "StatusCode": 200 + "StatusCode": 202 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps568/providers/Microsoft.StorageSync/storageSyncServices?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNTY4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZVN5bmMvc3RvcmFnZVN5bmNTZXJ2aWNlcz9hcGktdmVyc2lvbj0yMDE5LTAzLTAx", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6IjkzODJlMDcwLWI1MWItNDQzNC1iYzNhLWEyYTdiYmJlMWQxNCIsIndvcmtmbG93SWQiOiI5MjMyNGNlOC02NGYyLTQxNzYtODk3Mi03OTI0MDU1MTg1ZTkiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiYzBhYjIyNTUtZjg5My00MGQzLWI2M2ItOWQ4ZDc4MjgyOTM1In0=?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvbG9jYXRpb25zL2NlbnRyYWx1c2V1YXAvb3BlcmF0aW9ucy9leUp3WVhKMGFYUnBiMjVKWkNJNklqa3pPREpsTURjd0xXSTFNV0l0TkRRek5DMWlZek5oTFdFeVlUZGlZbUpsTVdReE5DSXNJbmR2Y210bWJHOTNTV1FpT2lJNU1qTXlOR05sT0MwMk5HWXlMVFF4TnpZdE9EazNNaTAzT1RJME1EVTFNVGcxWlRraUxDSjNiM0pyWm14dmQwOXdaWEpoZEdsdmJrbGtJam9pWXpCaFlqSXlOVFV0WmpnNU15MDBNR1F6TFdJMk0ySXRPV1E0WkRjNE1qZ3lPVE0xSW4wPT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { - "x-ms-client-request-id": [ - "c338d136-cda2-410f-b680-8f24ffc9d010" - ], - "Accept-Language": [ - "en-US" - ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -1085,57 +1220,195 @@ "Pragma": [ "no-cache" ], + "x-ms-request-id": [ + "8c8f44df-d06f-4371-bcef-10050652a987" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-IIS/10.0" + ], + "X-AspNet-Version": [ + "4.0.30319" + ], + "X-Powered-By": [ + "ASP.NET" + ], "x-ms-ratelimit-remaining-subscription-reads": [ "11989" ], - "x-ms-request-id": [ - "c66e4616-e3aa-490a-baed-517a5906c640" - ], "x-ms-correlation-request-id": [ - "c66e4616-e3aa-490a-baed-517a5906c640" + "0aaa0585-4162-4b1c-bda7-28789678495d" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T231857Z:c66e4616-e3aa-490a-baed-517a5906c640" + "WESTUS:20200623T233138Z:0aaa0585-4162-4b1c-bda7-28789678495d" + ], + "Date": [ + "Tue, 23 Jun 2020 23:31:37 GMT" + ], + "Content-Length": [ + "743" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6IjkzODJlMDcwLWI1MWItNDQzNC1iYzNhLWEyYTdiYmJlMWQxNCIsIndvcmtmbG93SWQiOiI5MjMyNGNlOC02NGYyLTQxNzYtODk3Mi03OTI0MDU1MTg1ZTkiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiYzBhYjIyNTUtZjg5My00MGQzLWI2M2ItOWQ4ZDc4MjgyOTM1In0=\",\r\n \"name\": \"eyJwYXJ0aXRpb25JZCI6IjkzODJlMDcwLWI1MWItNDQzNC1iYzNhLWEyYTdiYmJlMWQxNCIsIndvcmtmbG93SWQiOiI5MjMyNGNlOC02NGYyLTQxNzYtODk3Mi03OTI0MDU1MTg1ZTkiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiYzBhYjIyNTUtZjg5My00MGQzLWI2M2ItOWQ4ZDc4MjgyOTM1In0=\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2020-06-23T23:31:28.89494Z\",\r\n \"endTime\": \"2020-06-23T23:31:34.7209319Z\",\r\n \"properties\": {}\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6IjkzODJlMDcwLWI1MWItNDQzNC1iYzNhLWEyYTdiYmJlMWQxNCIsIndvcmtmbG93SWQiOiI5MjMyNGNlOC02NGYyLTQxNzYtODk3Mi03OTI0MDU1MTg1ZTkiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiYzBhYjIyNTUtZjg5My00MGQzLWI2M2ItOWQ4ZDc4MjgyOTM1In0=?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvbG9jYXRpb25zL2NlbnRyYWx1c2V1YXAvb3BlcmF0aW9ucmVzdWx0cy9leUp3WVhKMGFYUnBiMjVKWkNJNklqa3pPREpsTURjd0xXSTFNV0l0TkRRek5DMWlZek5oTFdFeVlUZGlZbUpsTVdReE5DSXNJbmR2Y210bWJHOTNTV1FpT2lJNU1qTXlOR05sT0MwMk5HWXlMVFF4TnpZdE9EazNNaTAzT1RJME1EVTFNVGcxWlRraUxDSjNiM0pyWm14dmQwOXdaWEpoZEdsdmJrbGtJam9pWXpCaFlqSXlOVFV0WmpnNU15MDBNR1F6TFdJMk0ySXRPV1E0WkRjNE1qZ3lPVE0xSW4wPT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-request-id": [ + "53a1c478-a289-46a3-9de9-bb2a59bf6e5a" + ], + "X-Content-Type-Options": [ + "nosniff" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "Server": [ + "Microsoft-IIS/10.0" + ], + "X-AspNet-Version": [ + "4.0.30319" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11988" + ], + "x-ms-correlation-request-id": [ + "5d917e2a-2666-41b0-953f-ff780562d615" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200623T233138Z:5d917e2a-2666-41b0-953f-ff780562d615" + ], + "Date": [ + "Tue, 23 Jun 2020 23:31:38 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps3031/providers/Microsoft.StorageSync/storageSyncServices?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzMzAzMS9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXM/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "4dda33f2-f3fa-48eb-9c13-4791d61c9bf8" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-request-id": [ + "06e41352-437b-44ab-80b2-a2544fa62a42" + ], "X-Content-Type-Options": [ "nosniff" ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-IIS/10.0" + ], + "X-AspNet-Version": [ + "4.0.30319" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11987" + ], + "x-ms-correlation-request-id": [ + "b1b675df-5026-4f03-8d5e-c286201ea067" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200623T233138Z:b1b675df-5026-4f03-8d5e-c286201ea067" + ], "Date": [ - "Wed, 03 Jul 2019 23:18:56 GMT" + "Tue, 23 Jun 2020 23:31:38 GMT" + ], + "Content-Length": [ + "19" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" - ], - "Content-Length": [ - "12" ] }, "ResponseBody": "{\r\n \"value\": []\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourcegroups/ps568?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlZ3JvdXBzL3BzNTY4P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourcegroups/ps3031?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlZ3JvdXBzL3BzMzAzMT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "cf96e6f1-f48a-4c41-bbb2-efca8dd321d8" + "5eb210b5-4a26-4382-a627-455ddac2460a" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -1146,7 +1419,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzU2OC1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2016-09-01" + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzMwMzEtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" ], "Retry-After": [ "15" @@ -1155,13 +1428,13 @@ "14997" ], "x-ms-request-id": [ - "c160b27c-f26d-4ff4-9e0d-532607f4e6ca" + "f7cc4615-9f59-4bf0-bf59-d1fe35e82c02" ], "x-ms-correlation-request-id": [ - "c160b27c-f26d-4ff4-9e0d-532607f4e6ca" + "f7cc4615-9f59-4bf0-bf59-d1fe35e82c02" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T231858Z:c160b27c-f26d-4ff4-9e0d-532607f4e6ca" + "WESTUS:20200623T233138Z:f7cc4615-9f59-4bf0-bf59-d1fe35e82c02" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1170,7 +1443,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 23:18:57 GMT" + "Tue, 23 Jun 2020 23:31:38 GMT" ], "Expires": [ "-1" @@ -1183,16 +1456,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzU2OC1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpVMk9DMVhSVk5VVlZNaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5kbGMzUjFjeUo5P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzMwMzEtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpNd016RXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -1203,22 +1476,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzU2OC1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2016-09-01" + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzMwMzEtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11988" + "11986" ], "x-ms-request-id": [ - "3e9f29d7-f52d-4ae0-b386-045e534c62b4" + "9bf00da7-bcc8-4bbb-bee6-8eaa412de555" ], "x-ms-correlation-request-id": [ - "3e9f29d7-f52d-4ae0-b386-045e534c62b4" + "9bf00da7-bcc8-4bbb-bee6-8eaa412de555" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T231913Z:3e9f29d7-f52d-4ae0-b386-045e534c62b4" + "WESTUS:20200623T233153Z:9bf00da7-bcc8-4bbb-bee6-8eaa412de555" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1227,7 +1500,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 23:19:12 GMT" + "Tue, 23 Jun 2020 23:31:53 GMT" ], "Expires": [ "-1" @@ -1240,16 +1513,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzU2OC1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpVMk9DMVhSVk5VVlZNaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5kbGMzUjFjeUo5P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzMwMzEtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpNd016RXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -1260,22 +1533,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzU2OC1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2016-09-01" + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzMwMzEtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11987" + "11985" ], "x-ms-request-id": [ - "3e7e0ee3-bf0b-4f09-8f2f-4e1ac00a14f2" + "ced42314-f1ab-4e45-92c5-13f44aaf4ecf" ], "x-ms-correlation-request-id": [ - "3e7e0ee3-bf0b-4f09-8f2f-4e1ac00a14f2" + "ced42314-f1ab-4e45-92c5-13f44aaf4ecf" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T231928Z:3e7e0ee3-bf0b-4f09-8f2f-4e1ac00a14f2" + "WESTUS:20200623T233209Z:ced42314-f1ab-4e45-92c5-13f44aaf4ecf" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1284,7 +1557,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 23:19:28 GMT" + "Tue, 23 Jun 2020 23:32:08 GMT" ], "Expires": [ "-1" @@ -1297,16 +1570,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzU2OC1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpVMk9DMVhSVk5VVlZNaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5kbGMzUjFjeUo5P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzMwMzEtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpNd016RXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -1317,16 +1590,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11986" + "11984" ], "x-ms-request-id": [ - "0c27e83f-df60-4d4a-84ff-0842c0235f81" + "090d5063-c0f8-4fea-a1fc-1b3cc4cea581" ], "x-ms-correlation-request-id": [ - "0c27e83f-df60-4d4a-84ff-0842c0235f81" + "090d5063-c0f8-4fea-a1fc-1b3cc4cea581" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T231943Z:0c27e83f-df60-4d4a-84ff-0842c0235f81" + "WESTUS:20200623T233224Z:090d5063-c0f8-4fea-a1fc-1b3cc4cea581" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1335,7 +1608,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 23:19:43 GMT" + "Tue, 23 Jun 2020 23:32:24 GMT" ], "Expires": [ "-1" @@ -1348,16 +1621,16 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzU2OC1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpVMk9DMVhSVk5VVlZNaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5kbGMzUjFjeUo5P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzMwMzEtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpNd016RXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -1368,16 +1641,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11985" + "11983" ], "x-ms-request-id": [ - "12684996-19e1-4e7c-adca-182b14a169ef" + "0a411885-5046-4429-8325-e4d61c3b8a42" ], "x-ms-correlation-request-id": [ - "12684996-19e1-4e7c-adca-182b14a169ef" + "0a411885-5046-4429-8325-e4d61c3b8a42" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T231943Z:12684996-19e1-4e7c-adca-182b14a169ef" + "WESTUS:20200623T233224Z:0a411885-5046-4429-8325-e4d61c3b8a42" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1386,7 +1659,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 23:19:43 GMT" + "Tue, 23 Jun 2020 23:32:24 GMT" ], "Expires": [ "-1" @@ -1401,14 +1674,14 @@ ], "Names": { "Test-RegisteredServerPipeline2": [ - "ps568", - "ps9429" + "ps3031", + "ps3953" ] }, "Variables": { - "SubscriptionId": "7b96cb02-4663-40f4-9a89-603d3849e46a", - "TenantId": "0483643a-cb2f-462a-bc27-1a270e5bdc0a", + "SubscriptionId": "1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b", + "TenantId": "6ad91d65-65ab-4e14-90f7-fe951035b7c9", "Domain": "", - "SyncServerId": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps568/providers/Microsoft.StorageSync/storageSyncServices/sssps9429/registeredServers/1F8076CC-9B75-4994-A512-A216178E477E" + "SyncServerId": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps3031/providers/Microsoft.StorageSync/storageSyncServices/sssps3953/registeredServers/147ACA58-571C-4E50-BBC2-D968ED9243B2" } } \ No newline at end of file diff --git a/src/StorageSync/StorageSync.Test/SessionRecords/StorageSyncTests.RegisteredServerTests/TestRemoveRegisteredServer.json b/src/StorageSync/StorageSync.Test/SessionRecords/StorageSyncTests.RegisteredServerTests/TestRemoveRegisteredServer.json index ce4e0ff7e445..9eb8344eb0fe 100644 --- a/src/StorageSync/StorageSync.Test/SessionRecords/StorageSyncTests.RegisteredServerTests/TestRemoveRegisteredServer.json +++ b/src/StorageSync/StorageSync.Test/SessionRecords/StorageSyncTests.RegisteredServerTests/TestRemoveRegisteredServer.json @@ -1,22 +1,22 @@ { "Entries": [ { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/providers/Microsoft.Resources?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVzb3VyY2VzP2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/Microsoft.Resources?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVzb3VyY2VzP2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "8673bca4-0b83-4226-854e-5ab8ef989515" + "7e4f5536-36e6-49cc-94b3-e438e499c06c" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -30,13 +30,13 @@ "11999" ], "x-ms-request-id": [ - "bd9329c5-c4ed-4a25-8c82-faf6f610462d" + "d9fe809f-7cfb-47d0-95e9-a0a960b0e3a6" ], "x-ms-correlation-request-id": [ - "bd9329c5-c4ed-4a25-8c82-faf6f610462d" + "d9fe809f-7cfb-47d0-95e9-a0a960b0e3a6" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T235004Z:bd9329c5-c4ed-4a25-8c82-faf6f610462d" + "WESTUS:20200623T233923Z:d9fe809f-7cfb-47d0-95e9-a0a960b0e3a6" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -45,7 +45,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 23:50:04 GMT" + "Tue, 23 Jun 2020 23:39:22 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -54,29 +54,29 @@ "-1" ], "Content-Length": [ - "8818" + "10899" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/providers/Microsoft.Resources\",\r\n \"namespace\": \"Microsoft.Resources\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"tenants\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operationresults\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"notifyResourceJobs\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"tags\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkPolicyCompliance\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"providers\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkresourcename\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resources\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/resources\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/providers\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/operationresults\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceGroups\",\r\n \"locations\": [\r\n \"Central US\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"West Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia Southeast\",\r\n \"Australia East\",\r\n \"West India\",\r\n \"South India\",\r\n \"Central India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/resourceGroups\",\r\n \"locations\": [\r\n \"Central US\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"West Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia Southeast\",\r\n \"Australia East\",\r\n \"West India\",\r\n \"South India\",\r\n \"Central India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/resourcegroups/resources\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/tagnames\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/tagNames/tagValues\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"deployments\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"deployments/operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"links\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-01-01\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/Microsoft.Resources\",\r\n \"namespace\": \"Microsoft.Resources\",\r\n \"authorization\": {\r\n \"applicationId\": \"3b990c8b-9607-4c2a-8b04-1d41985facca\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"tenants\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-01-01\",\r\n \"2019-09-01\",\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-09-01\",\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operationresults\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-09-01\",\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"notifyResourceJobs\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-09-01\",\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"tags\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-10-01\",\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\"\r\n ],\r\n \"capabilities\": \"SupportsExtension\"\r\n },\r\n {\r\n \"resourceType\": \"checkPolicyCompliance\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"providers\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkresourcename\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"calculateTemplateHash\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-09-01\",\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resources\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-09-01\",\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-10-01\",\r\n \"2019-09-01\",\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/resources\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-09-01\",\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/providers\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/operationresults\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceGroups\",\r\n \"locations\": [\r\n \"Central US\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"West Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia Southeast\",\r\n \"Australia East\",\r\n \"West India\",\r\n \"South India\",\r\n \"Central India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Australia Central\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/resourceGroups\",\r\n \"locations\": [\r\n \"Central US\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"West Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia Southeast\",\r\n \"Australia East\",\r\n \"West India\",\r\n \"South India\",\r\n \"Central India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Australia Central\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/resourcegroups/resources\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/tagnames\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/tagNames/tagValues\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"deployments\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-09-01\",\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"deployments/operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-09-01\",\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"links\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ],\r\n \"capabilities\": \"SupportsExtension\"\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-01-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"deploymentScripts\",\r\n \"locations\": [\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Australia East\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"Central US\",\r\n \"North Central US\",\r\n \"UK South\",\r\n \"Central India\",\r\n \"South India\",\r\n \"Japan East\",\r\n \"Korea Central\",\r\n \"North Europe\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West US 2\",\r\n \"West US\",\r\n \"South Central US\",\r\n \"Canada East\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-10-01-preview\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"deploymentScripts/logs\",\r\n \"locations\": [\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Australia East\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"Central US\",\r\n \"North Central US\",\r\n \"UK South\",\r\n \"Central India\",\r\n \"South India\",\r\n \"Japan East\",\r\n \"Korea Central\",\r\n \"North Europe\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West US 2\",\r\n \"West US\",\r\n \"South Central US\",\r\n \"Canada East\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/deploymentScriptOperationResults\",\r\n \"locations\": [\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Australia East\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"Central US\",\r\n \"North Central US\",\r\n \"UK South\",\r\n \"Central India\",\r\n \"South India\",\r\n \"Japan East\",\r\n \"Korea Central\",\r\n \"North Europe\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West US 2\",\r\n \"West US\",\r\n \"South Central US\",\r\n \"Canada East\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-10-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/providers/Microsoft.StorageSync?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZVN5bmM/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/Microsoft.StorageSync?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZVN5bmM/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "72ae0f3a-8b10-4bc7-8701-ece63079a07e" + "ccd8c3f5-98f7-40a1-86b5-36ed94da394c" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -90,13 +90,13 @@ "11998" ], "x-ms-request-id": [ - "290c0d27-7dcd-4e0e-9ce0-9f96d8e63fea" + "bb180fef-ba84-45c0-93e5-0696e831b8a4" ], "x-ms-correlation-request-id": [ - "290c0d27-7dcd-4e0e-9ce0-9f96d8e63fea" + "bb180fef-ba84-45c0-93e5-0696e831b8a4" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T235005Z:290c0d27-7dcd-4e0e-9ce0-9f96d8e63fea" + "WESTUS:20200623T233923Z:bb180fef-ba84-45c0-93e5-0696e831b8a4" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -105,7 +105,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 23:50:05 GMT" + "Tue, 23 Jun 2020 23:39:22 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -114,29 +114,29 @@ "-1" ], "Content-Length": [ - "5239" + "7645" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/providers/Microsoft.StorageSync\",\r\n \"namespace\": \"Microsoft.StorageSync\",\r\n \"authorizations\": [\r\n {\r\n \"applicationId\": \"9469b9f5-6722-4481-a2b2-14ed560b706f\"\r\n }\r\n ],\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageSyncServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"Central US EUAP\",\r\n \"West US 2\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\",\r\n \"2018-01-01-preview\",\r\n \"2017-06-05-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"storageSyncServices/syncGroups\",\r\n \"locations\": [\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"Central US EUAP\",\r\n \"West US 2\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\",\r\n \"2018-01-01-preview\",\r\n \"2017-06-05-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageSyncServices/syncGroups/cloudEndpoints\",\r\n \"locations\": [\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"Central US EUAP\",\r\n \"West US 2\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\",\r\n \"2018-01-01-preview\",\r\n \"2017-06-05-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageSyncServices/syncGroups/serverEndpoints\",\r\n \"locations\": [\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"Central US EUAP\",\r\n \"West US 2\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\",\r\n \"2018-01-01-preview\",\r\n \"2017-06-05-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageSyncServices/registeredServers\",\r\n \"locations\": [\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"Central US EUAP\",\r\n \"West US 2\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\",\r\n \"2018-01-01-preview\",\r\n \"2017-06-05-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageSyncServices/workflows\",\r\n \"locations\": [\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"Central US EUAP\",\r\n \"West US 2\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\",\r\n \"2018-01-01-preview\",\r\n \"2017-06-05-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\",\r\n \"2018-01-01-preview\",\r\n \"2017-06-05-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/checkNameAvailability\",\r\n \"locations\": [\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/workflows\",\r\n \"locations\": [\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/Microsoft.StorageSync\",\r\n \"namespace\": \"Microsoft.StorageSync\",\r\n \"authorizations\": [\r\n {\r\n \"applicationId\": \"9469b9f5-6722-4481-a2b2-14ed560b706f\",\r\n \"roleDefinitionId\": \"4cd49d82-1f4d-43fc-af0c-1c1203668e5a\"\r\n }\r\n ],\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageSyncServices\",\r\n \"locations\": [\r\n \"West Central US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"West US 2\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"UAE North\",\r\n \"UAE Central\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2019-10-01\",\r\n \"2019-06-01\",\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\",\r\n \"2018-01-01-preview\",\r\n \"2017-06-05-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"storageSyncServices/syncGroups\",\r\n \"locations\": [\r\n \"West Central US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"West US 2\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"UAE North\",\r\n \"UAE Central\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2019-10-01\",\r\n \"2019-06-01\",\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\",\r\n \"2018-01-01-preview\",\r\n \"2017-06-05-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageSyncServices/syncGroups/cloudEndpoints\",\r\n \"locations\": [\r\n \"West Central US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"West US 2\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"UAE North\",\r\n \"UAE Central\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2019-10-01\",\r\n \"2019-06-01\",\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\",\r\n \"2018-01-01-preview\",\r\n \"2017-06-05-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageSyncServices/syncGroups/serverEndpoints\",\r\n \"locations\": [\r\n \"West Central US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"West US 2\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"UAE North\",\r\n \"UAE Central\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2019-10-01\",\r\n \"2019-06-01\",\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\",\r\n \"2018-01-01-preview\",\r\n \"2017-06-05-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageSyncServices/registeredServers\",\r\n \"locations\": [\r\n \"West Central US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"West US 2\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"UAE North\",\r\n \"UAE Central\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2019-10-01\",\r\n \"2019-06-01\",\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\",\r\n \"2018-01-01-preview\",\r\n \"2017-06-05-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageSyncServices/workflows\",\r\n \"locations\": [\r\n \"West Central US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"West US 2\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"UAE North\",\r\n \"UAE Central\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2019-10-01\",\r\n \"2019-06-01\",\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\",\r\n \"2018-01-01-preview\",\r\n \"2017-06-05-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2019-10-01\",\r\n \"2019-06-01\",\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\",\r\n \"2018-01-01-preview\",\r\n \"2017-06-05-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2019-10-01\",\r\n \"2019-06-01\",\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/checkNameAvailability\",\r\n \"locations\": [\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"UAE North\",\r\n \"UAE Central\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2019-10-01\",\r\n \"2019-06-01\",\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/workflows\",\r\n \"locations\": [\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"UAE North\",\r\n \"UAE Central\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2019-10-01\",\r\n \"2019-06-01\",\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operations\",\r\n \"locations\": [\r\n \"West Central US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"West US 2\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"UAE North\",\r\n \"UAE Central\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operationResults\",\r\n \"locations\": [\r\n \"West Central US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"West US 2\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"UAE North\",\r\n \"UAE Central\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourcegroups/ps8740?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlZ3JvdXBzL3BzODc0MD9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourcegroups/ps660?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlZ3JvdXBzL3BzNjYwP2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "1f5924c8-1540-4e63-a636-2807b62ced3d" + "956c3dd0-2c90-40a8-adec-f8c39cbbb9d5" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ], "Content-Type": [ "application/json; charset=utf-8" @@ -156,13 +156,13 @@ "1199" ], "x-ms-request-id": [ - "17080e88-dc7a-436f-aa8e-c1d3ccd0a4bd" + "a2ccb595-f655-4eb2-8838-1878943369c9" ], "x-ms-correlation-request-id": [ - "17080e88-dc7a-436f-aa8e-c1d3ccd0a4bd" + "a2ccb595-f655-4eb2-8838-1878943369c9" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T235006Z:17080e88-dc7a-436f-aa8e-c1d3ccd0a4bd" + "WESTUS:20200623T233923Z:a2ccb595-f655-4eb2-8838-1878943369c9" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -171,10 +171,10 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 23:50:06 GMT" + "Tue, 23 Jun 2020 23:39:23 GMT" ], "Content-Length": [ - "165" + "163" ], "Content-Type": [ "application/json; charset=utf-8" @@ -183,32 +183,32 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps8740\",\r\n \"name\": \"ps8740\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps660\",\r\n \"name\": \"ps660\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/providers/Microsoft.StorageSync/locations/CentralUSEUAP/checkNameAvailability?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZVN5bmMvbG9jYXRpb25zL0NlbnRyYWxVU0VVQVAvY2hlY2tOYW1lQXZhaWxhYmlsaXR5P2FwaS12ZXJzaW9uPTIwMTktMDMtMDE=", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/Microsoft.StorageSync/locations/CentralUSEUAP/checkNameAvailability?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZVN5bmMvbG9jYXRpb25zL0NlbnRyYWxVU0VVQVAvY2hlY2tOYW1lQXZhaWxhYmlsaXR5P2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", "RequestMethod": "POST", - "RequestBody": "{\r\n \"name\": \"sssps12\",\r\n \"type\": \"Microsoft.StorageSync/storageSyncServices\"\r\n}", + "RequestBody": "{\r\n \"name\": \"sssps7533\",\r\n \"type\": \"Microsoft.StorageSync/storageSyncServices\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "a13e1679-1fff-4370-acbd-86fd2f694313" + "d3bbf643-7880-4bb2-94ee-894be2ad2909" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "81" + "83" ] }, "ResponseHeaders": { @@ -219,7 +219,7 @@ "no-cache" ], "x-ms-request-id": [ - "2fcc9841-1303-4029-a176-65585178a604" + "6c6bbcba-15c3-4786-a854-802c7cfcbe0f" ], "X-Content-Type-Options": [ "nosniff" @@ -240,50 +240,50 @@ "1199" ], "x-ms-correlation-request-id": [ - "9917521a-6f7b-4241-b565-4b61c8e1e11b" + "dcf56874-1780-4e63-a313-2738df08981e" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T235007Z:9917521a-6f7b-4241-b565-4b61c8e1e11b" + "WESTUS:20200623T233924Z:dcf56874-1780-4e63-a313-2738df08981e" ], "Date": [ - "Wed, 03 Jul 2019 23:50:07 GMT" + "Tue, 23 Jun 2020 23:39:24 GMT" ], "Content-Length": [ - "51" + "29" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"nameAvailable\": true,\r\n \"reason\": null,\r\n \"message\": null\r\n}", + "ResponseBody": "{\r\n \"nameAvailable\": true\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps8740/providers/Microsoft.StorageSync/storageSyncServices/sssps12?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzODc0MC9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMxMj9hcGktdmVyc2lvbj0yMDE5LTAzLTAx", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps660/providers/Microsoft.StorageSync/storageSyncServices/sssps7533?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzNjYwL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZVN5bmMvc3RvcmFnZVN5bmNTZXJ2aWNlcy9zc3Nwczc1MzM/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"location\": \"Central US EUAP\",\r\n \"tags\": {}\r\n}", + "RequestBody": "{\r\n \"location\": \"Central US EUAP\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"incomingTrafficPolicy\": \"AllowAllTraffic\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "5a4ffda9-8ee6-4513-a85d-73b87773cd02" + "d04e8474-be89-499b-b57e-79398a8c6218" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "52" + "125" ] }, "ResponseHeaders": { @@ -293,8 +293,17 @@ "Pragma": [ "no-cache" ], + "Location": [ + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6ImY0MmZhMDRiLWMzNmMtNGI1Yi04N2M5LTg0ZDc1ZTdjNGFlZSIsIndvcmtmbG93SWQiOiI4NGJiODc4Yi1hZWZhLTQ0MTAtYmNlOC1iNWI0MDUyYjRjZTIiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiNjkwYjEzYjctZjIyMy00YTNlLTllMzAtYTk5MWJiYWQyYjcxIn0=?api-version=2020-03-01" + ], + "Retry-After": [ + "10" + ], + "Azure-AsyncOperation": [ + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6ImY0MmZhMDRiLWMzNmMtNGI1Yi04N2M5LTg0ZDc1ZTdjNGFlZSIsIndvcmtmbG93SWQiOiI4NGJiODc4Yi1hZWZhLTQ0MTAtYmNlOC1iNWI0MDUyYjRjZTIiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiNjkwYjEzYjctZjIyMy00YTNlLTllMzAtYTk5MWJiYWQyYjcxIn0=?api-version=2020-03-01" + ], "x-ms-request-id": [ - "c8703a5b-f732-4f55-ba21-86e1faffd34c" + "fd3c3027-662a-41ff-b174-76bce5fccecc" ], "X-Content-Type-Options": [ "nosniff" @@ -312,53 +321,176 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1199" + "1198" + ], + "x-ms-correlation-request-id": [ + "968ad4ac-20f3-440b-a25a-c860fbe83704" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200623T233925Z:968ad4ac-20f3-440b-a25a-c860fbe83704" + ], + "Date": [ + "Tue, 23 Jun 2020 23:39:24 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6ImY0MmZhMDRiLWMzNmMtNGI1Yi04N2M5LTg0ZDc1ZTdjNGFlZSIsIndvcmtmbG93SWQiOiI4NGJiODc4Yi1hZWZhLTQ0MTAtYmNlOC1iNWI0MDUyYjRjZTIiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiNjkwYjEzYjctZjIyMy00YTNlLTllMzAtYTk5MWJiYWQyYjcxIn0=?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvbG9jYXRpb25zL2NlbnRyYWx1c2V1YXAvb3BlcmF0aW9ucy9leUp3WVhKMGFYUnBiMjVKWkNJNkltWTBNbVpoTURSaUxXTXpObU10TkdJMVlpMDROMk01TFRnMFpEYzFaVGRqTkdGbFpTSXNJbmR2Y210bWJHOTNTV1FpT2lJNE5HSmlPRGM0WWkxaFpXWmhMVFEwTVRBdFltTmxPQzFpTldJME1EVXlZalJqWlRJaUxDSjNiM0pyWm14dmQwOXdaWEpoZEdsdmJrbGtJam9pTmprd1lqRXpZamN0WmpJeU15MDBZVE5sTFRsbE16QXRZVGs1TVdKaVlXUXlZamN4SW4wPT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-request-id": [ + "95620b25-6a97-4a1d-b002-67911a4841af" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-IIS/10.0" + ], + "X-AspNet-Version": [ + "4.0.30319" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11997" ], "x-ms-correlation-request-id": [ - "1c2125ec-fc85-420b-a6f0-d80d654fd40a" + "bd433444-cb6a-4e31-9e58-49d4cc0f187e" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T235008Z:1c2125ec-fc85-420b-a6f0-d80d654fd40a" + "WESTUS:20200623T233935Z:bd433444-cb6a-4e31-9e58-49d4cc0f187e" ], "Date": [ - "Wed, 03 Jul 2019 23:50:07 GMT" + "Tue, 23 Jun 2020 23:39:35 GMT" ], "Content-Length": [ - "325" + "744" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6ImY0MmZhMDRiLWMzNmMtNGI1Yi04N2M5LTg0ZDc1ZTdjNGFlZSIsIndvcmtmbG93SWQiOiI4NGJiODc4Yi1hZWZhLTQ0MTAtYmNlOC1iNWI0MDUyYjRjZTIiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiNjkwYjEzYjctZjIyMy00YTNlLTllMzAtYTk5MWJiYWQyYjcxIn0=\",\r\n \"name\": \"eyJwYXJ0aXRpb25JZCI6ImY0MmZhMDRiLWMzNmMtNGI1Yi04N2M5LTg0ZDc1ZTdjNGFlZSIsIndvcmtmbG93SWQiOiI4NGJiODc4Yi1hZWZhLTQ0MTAtYmNlOC1iNWI0MDUyYjRjZTIiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiNjkwYjEzYjctZjIyMy00YTNlLTllMzAtYTk5MWJiYWQyYjcxIn0=\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2020-06-23T23:39:25.552403Z\",\r\n \"endTime\": \"2020-06-23T23:39:31.6655651Z\",\r\n \"properties\": {}\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps660/providers/Microsoft.StorageSync/storageSyncServices/sssps7533?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzNjYwL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZVN5bmMvc3RvcmFnZVN5bmNTZXJ2aWNlcy9zc3Nwczc1MzM/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-request-id": [ + "0621340c-adf7-4512-8bc5-dc26e562282a" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-IIS/10.0" + ], + "X-AspNet-Version": [ + "4.0.30319" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11996" + ], + "x-ms-correlation-request-id": [ + "b7c5b279-bce9-4637-b4b5-2468445d8454" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200623T233935Z:b7c5b279-bce9-4637-b4b5-2468445d8454" + ], + "Date": [ + "Tue, 23 Jun 2020 23:39:35 GMT" + ], + "Content-Length": [ + "632" + ], + "Content-Type": [ + "application/json" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"storageSyncServiceStatus\": null,\r\n \"storageSyncServiceUid\": null\r\n },\r\n \"location\": \"Central US EUAP\",\r\n \"tags\": {},\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps8740/providers/microsoft.storagesync/storageSyncServices/sssps12\",\r\n \"name\": \"sssps12\",\r\n \"type\": \"microsoft.storagesync/storageSyncServices\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"storageSyncServiceStatus\": 0,\r\n \"incomingTrafficPolicy\": \"AllowAllTraffic\",\r\n \"privateEndpointConnections\": [],\r\n \"provisioningState\": \"Succeeded\",\r\n \"lastWorkflowId\": \"storageSyncServices/sssps7533/workflows/84bb878b-aefa-4410-bce8-b5b4052b4ce2\",\r\n \"lastOperationName\": \"ICreateStorageSyncServiceWorkflow\"\r\n },\r\n \"location\": \"Central US EUAP\",\r\n \"tags\": {},\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps660/providers/microsoft.storagesync/storageSyncServices/sssps7533\",\r\n \"name\": \"sssps7533\",\r\n \"type\": \"microsoft.storagesync/storageSyncServices\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps8740/providers/Microsoft.StorageSync/storageSyncServices/sssps12/registeredServers/f07a1b7c-2121-4fe1-8cea-02035812cc12?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzODc0MC9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMxMi9yZWdpc3RlcmVkU2VydmVycy9mMDdhMWI3Yy0yMTIxLTRmZTEtOGNlYS0wMjAzNTgxMmNjMTI/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps660/providers/Microsoft.StorageSync/storageSyncServices/sssps7533/registeredServers/2858581c-7a2d-4344-a096-8a50e2ba3cf2?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzNjYwL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZVN5bmMvc3RvcmFnZVN5bmNTZXJ2aWNlcy9zc3Nwczc1MzMvcmVnaXN0ZXJlZFNlcnZlcnMvMjg1ODU4MWMtN2EyZC00MzQ0LWEwOTYtOGE1MGUyYmEzY2YyP2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"serverCertificate\": \"MIIDGDCCAgCgAwIBAgIQZrMnSW/lG5xELR7EikisXDANBgkqhkiG9w0BAQ0FADA0MTIwMAYDVQQDEylhbmRyZXlhemRldm9wcy5yZWRtb25kLmNvcnAubWljcm9zb2Z0LmNvbTAeFw0xOTA1MjkwMjEyNDlaFw0yMDA1MjkwMjEyNDlaMDQxMjAwBgNVBAMTKWFuZHJleWF6ZGV2b3BzLnJlZG1vbmQuY29ycC5taWNyb3NvZnQuY29tMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAzWEfgMvao6tCt/lexsMFViVxCCoJbLClwvqfWN79eFc3bmXBtERIvKTlb1TqAigp5VjP021TaQsyN/K2t8qr2rAdlaeJtCXNSILe3+ForYGcQOP0p802kFXkhMUojfX8jGs1BLQTsUoKN4UtuxWIhpb7Iw00rT7wchTg6Yk+ULCRFAlxOQHZI0drM13tDO4kz0BRbTCoSvazS3O570p8sMrWFra6P1/HG1f7sIQP5txw205siGb5FpB0u16qD/z0d7tfMGv+JIqAb6InI393dj2FtbzExkkiBUFXWaH9czGkAFyWuzkECb0WEEK+7oTOrLlo0dh0bp6nxlZ+G7FLfQIDAQABoyYwJDAiBgNVHSUBAf8EGDAWBggrBgEFBQcDAgYKKwYBBAGCNwoDDDANBgkqhkiG9w0BAQ0FAAOCAQEAEn8WHN0h00/Vem50CnwXwnty0vGwu2v3plD1m0mw+3jCtDUTa/tF/a7jTVTCtK6VdqNP6tp/f+GflNRmZWIK/6DIEntouzL++7M5hArcJj01t0S0Vc+0FN3b2wuBuJUYWxR5Q8bNHStOm7l6nXjQ96k1fH/L/hu0dmhciak8LUEIowhSiIpnB3C9AGFuPi9DqjKdWxxzIPLybiDidgUfGbcCNHaZXvcNqNq4zpzeFPTi3VBEOXHIJhk0fT3iWjwvBwtUxPJJs3FIRZFWQa/cgEvBWrYMem98lqKNdmGDJP11OmUeAqJQTe+iSX9pDFzpEj/lM/tIjEh9fwKXuoO1uw==\",\r\n \"agentVersion\": \"5.0.2.0\",\r\n \"serverOSVersion\": \"10.0.14393.0\",\r\n \"lastHeartBeat\": \"7/3/2019 4:50:08 PM\",\r\n \"serverRole\": \"Standalone\",\r\n \"clusterId\": \"00000000-0000-0000-0000-000000000000\",\r\n \"serverId\": \"f07a1b7c-2121-4fe1-8cea-02035812cc12\",\r\n \"friendlyName\": \"andreyazdevops.redmond.corp.microsoft.com\"\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"serverCertificate\": \"MIIDEDCCAfigAwIBAgIQHMX6MF8k1YRIo40AAPKx/TANBgkqhkiG9w0BAQ0FADAwMS4wLAYDVQQDEyVhbmt1c2hiLXZtMDIubnRkZXYuY29ycC5taWNyb3NvZnQuY29tMB4XDTIwMDEyNzE5NTkwN1oXDTIxMDEyNzE5NTkwN1owMDEuMCwGA1UEAxMlYW5rdXNoYi12bTAyLm50ZGV2LmNvcnAubWljcm9zb2Z0LmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAOGKtANwb+dUXi5QVPKCUkpcWJ1/s18EqVBGRaQvIE518p7zWSfnk79FOerjfCT6kDBZPccnxBHK3hZZNgxrAkgv0LeDIEwHDvttYbcMfUzq1VviGnPuKWTsFkIAkG+8IehxX9eB/kBlkoyriziQXg4Bz74HBaQWlZeC65R6Tp8XcuO8HuKtnT3RfV6365pPHq4yp/N5e3NLxDoG1AKXEs8NtDkw2xOltLCu3qluV/AUX343pDEkLV3F8IOu3I7cU+NA/WzCF7UcZ8ZOhS5klMVNiUwCFsUdFUAXh9ufXEBs50IcVJlZU6ZUADbmrqaqpYtD94aKQeFsBlnou5s1A/kCAwEAAaMmMCQwIgYDVR0lAQH/BBgwFgYIKwYBBQUHAwIGCisGAQQBgjcKAwwwDQYJKoZIhvcNAQENBQADggEBAH7p2XFxnOdk/lbNBKW7nmjsjE5BeBU/OlBhKCUrmmY+fk3FvAYSs2jaJKqgZjxek/KdNf2UZMXztg8joF5s1Pdg6ICxJqc1t4gJunHUOoTHHyrotMyt6xJnClRCNqshA0n2z304hjKXcyCoLopemMFpOPEg2oG+EOuvwK/g1gAavGbmYJQc82uNF1LKNMmNfQ4Nn48dKLKg65SHgU+BISlCjHb/6NRTpTmK5acUOlHSrhGsJYCBsN1xJOzwxssXAoy25ebjajvnGcsC9k2HwLZWaSGsPuwWPfEtPPHjNRDrnaNLjSu2zc0uxZza8JWlE0pWD2kyf9OjyD1V0PxtZuM=\",\r\n \"agentVersion\": \"5.0.2.0\",\r\n \"serverOSVersion\": \"10.0.14393.0\",\r\n \"lastHeartBeat\": \"6/23/2020 4:39:35 PM\",\r\n \"serverRole\": \"Standalone\",\r\n \"clusterId\": \"00000000-0000-0000-0000-000000000000\",\r\n \"serverId\": \"2858581c-7a2d-4344-a096-8a50e2ba3cf2\",\r\n \"friendlyName\": \"ankushb-vm02.ntdev.corp.microsoft.com\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "8fa3367e-81c0-4738-a29b-ed83512aeffb" + "b73ae682-4c1c-4be9-9d51-aba894a74a03" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "1452" + "1437" ] }, "ResponseHeaders": { @@ -369,16 +501,16 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps8740/providers/microsoft.storagesync/storageSyncServices/sssps12/workflows/40503fbd-c11b-4e6b-9036-71b5bfcfad25/operationresults/90966209-3890-48ba-bec5-08a78f356d61?api-version=2019-03-01" + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6ImY0MmZhMDRiLWMzNmMtNGI1Yi04N2M5LTg0ZDc1ZTdjNGFlZSIsIndvcmtmbG93SWQiOiJmNjNkMzVlNS02N2UxLTQ4OGMtOGI2YS1hOThiYzRkZTRjZTciLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiODNjOTlkODItMzI0Yi00ODcxLTllZjgtZTlkMWEwZWRjNWExIn0=?api-version=2020-03-01" ], "Retry-After": [ "10" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps8740/providers/microsoft.storagesync/storageSyncServices/sssps12/workflows/40503fbd-c11b-4e6b-9036-71b5bfcfad25/operations/90966209-3890-48ba-bec5-08a78f356d61?api-version=2019-03-01" + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6ImY0MmZhMDRiLWMzNmMtNGI1Yi04N2M5LTg0ZDc1ZTdjNGFlZSIsIndvcmtmbG93SWQiOiJmNjNkMzVlNS02N2UxLTQ4OGMtOGI2YS1hOThiYzRkZTRjZTciLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiODNjOTlkODItMzI0Yi00ODcxLTllZjgtZTlkMWEwZWRjNWExIn0=?api-version=2020-03-01" ], "x-ms-request-id": [ - "769925ce-f662-4c3f-86e0-b17aa97c3bdf" + "98310a7c-0f7e-4902-9df9-9d2411f0635a" ], "X-Content-Type-Options": [ "nosniff" @@ -396,16 +528,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1198" + "1197" ], "x-ms-correlation-request-id": [ - "5eb0849d-223f-4fcc-99ab-8cfbb77e2d92" + "6b44205b-b71b-4283-b545-21c393fa7374" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T235008Z:5eb0849d-223f-4fcc-99ab-8cfbb77e2d92" + "WESTUS:20200623T233936Z:6b44205b-b71b-4283-b545-21c393fa7374" ], "Date": [ - "Wed, 03 Jul 2019 23:50:08 GMT" + "Tue, 23 Jun 2020 23:39:35 GMT" ], "Expires": [ "-1" @@ -418,16 +550,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps8740/providers/microsoft.storagesync/storageSyncServices/sssps12/workflows/40503fbd-c11b-4e6b-9036-71b5bfcfad25/operations/90966209-3890-48ba-bec5-08a78f356d61?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzODc0MC9wcm92aWRlcnMvbWljcm9zb2Z0LnN0b3JhZ2VzeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMxMi93b3JrZmxvd3MvNDA1MDNmYmQtYzExYi00ZTZiLTkwMzYtNzFiNWJmY2ZhZDI1L29wZXJhdGlvbnMvOTA5NjYyMDktMzg5MC00OGJhLWJlYzUtMDhhNzhmMzU2ZDYxP2FwaS12ZXJzaW9uPTIwMTktMDMtMDE=", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6ImY0MmZhMDRiLWMzNmMtNGI1Yi04N2M5LTg0ZDc1ZTdjNGFlZSIsIndvcmtmbG93SWQiOiJmNjNkMzVlNS02N2UxLTQ4OGMtOGI2YS1hOThiYzRkZTRjZTciLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiODNjOTlkODItMzI0Yi00ODcxLTllZjgtZTlkMWEwZWRjNWExIn0=?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvbG9jYXRpb25zL2NlbnRyYWx1c2V1YXAvb3BlcmF0aW9ucy9leUp3WVhKMGFYUnBiMjVKWkNJNkltWTBNbVpoTURSaUxXTXpObU10TkdJMVlpMDROMk01TFRnMFpEYzFaVGRqTkdGbFpTSXNJbmR2Y210bWJHOTNTV1FpT2lKbU5qTmtNelZsTlMwMk4yVXhMVFE0T0dNdE9HSTJZUzFoT1RoaVl6UmtaVFJqWlRjaUxDSjNiM0pyWm14dmQwOXdaWEpoZEdsdmJrbGtJam9pT0ROak9UbGtPREl0TXpJMFlpMDBPRGN4TFRsbFpqZ3RaVGxrTVdFd1pXUmpOV0V4SW4wPT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -438,7 +570,7 @@ "no-cache" ], "x-ms-request-id": [ - "c7d1cf52-e6d7-4038-9199-71fa201fb2a0" + "62e6492d-1ede-43b7-bcc4-50d780ebec6b" ], "X-Content-Type-Options": [ "nosniff" @@ -456,41 +588,41 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11999" + "11995" ], "x-ms-correlation-request-id": [ - "757504ff-d860-487d-b8ed-35e8248702cd" + "7a60c9ec-ca9d-40d1-9c08-0b261f224322" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T235019Z:757504ff-d860-487d-b8ed-35e8248702cd" + "WESTUS:20200623T233946Z:7a60c9ec-ca9d-40d1-9c08-0b261f224322" ], "Date": [ - "Wed, 03 Jul 2019 23:50:19 GMT" + "Tue, 23 Jun 2020 23:39:45 GMT" ], "Content-Length": [ - "445" + "745" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps8740/providers/microsoft.storagesync/storageSyncServices/sssps12/workflow/40503fbd-c11b-4e6b-9036-71b5bfcfad25/operationresults/90966209-3890-48ba-bec5-08a78f356d61\",\r\n \"name\": \"90966209-3890-48ba-bec5-08a78f356d61\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2019-07-03T23:50:09.8407124Z\",\r\n \"endTime\": \"2019-07-03T23:50:13.3141012Z\",\r\n \"percentComplete\": null,\r\n \"error\": null,\r\n \"properties\": {}\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6ImY0MmZhMDRiLWMzNmMtNGI1Yi04N2M5LTg0ZDc1ZTdjNGFlZSIsIndvcmtmbG93SWQiOiJmNjNkMzVlNS02N2UxLTQ4OGMtOGI2YS1hOThiYzRkZTRjZTciLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiODNjOTlkODItMzI0Yi00ODcxLTllZjgtZTlkMWEwZWRjNWExIn0=\",\r\n \"name\": \"eyJwYXJ0aXRpb25JZCI6ImY0MmZhMDRiLWMzNmMtNGI1Yi04N2M5LTg0ZDc1ZTdjNGFlZSIsIndvcmtmbG93SWQiOiJmNjNkMzVlNS02N2UxLTQ4OGMtOGI2YS1hOThiYzRkZTRjZTciLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiODNjOTlkODItMzI0Yi00ODcxLTllZjgtZTlkMWEwZWRjNWExIn0=\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2020-06-23T23:39:36.4400893Z\",\r\n \"endTime\": \"2020-06-23T23:39:39.9601663Z\",\r\n \"properties\": {}\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps8740/providers/Microsoft.StorageSync/storageSyncServices/sssps12/registeredServers/f07a1b7c-2121-4fe1-8cea-02035812cc12?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzODc0MC9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMxMi9yZWdpc3RlcmVkU2VydmVycy9mMDdhMWI3Yy0yMTIxLTRmZTEtOGNlYS0wMjAzNTgxMmNjMTI/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps660/providers/Microsoft.StorageSync/storageSyncServices/sssps7533/registeredServers/2858581c-7a2d-4344-a096-8a50e2ba3cf2?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzNjYwL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZVN5bmMvc3RvcmFnZVN5bmNTZXJ2aWNlcy9zc3Nwczc1MzMvcmVnaXN0ZXJlZFNlcnZlcnMvMjg1ODU4MWMtN2EyZC00MzQ0LWEwOTYtOGE1MGUyYmEzY2YyP2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -501,7 +633,7 @@ "no-cache" ], "x-ms-request-id": [ - "f8b2f05e-e592-466b-8f5f-5e36f9b62778" + "bdf65127-980e-471c-be1d-2e324fb7cd3e" ], "X-Content-Type-Options": [ "nosniff" @@ -519,47 +651,47 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11998" + "11994" ], "x-ms-correlation-request-id": [ - "53d00759-2099-4ee3-83c2-ddaa717af728" + "c2855e6a-73ec-43c2-ba38-228a93618df9" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T235019Z:53d00759-2099-4ee3-83c2-ddaa717af728" + "WESTUS:20200623T233946Z:c2855e6a-73ec-43c2-ba38-228a93618df9" ], "Date": [ - "Wed, 03 Jul 2019 23:50:19 GMT" + "Tue, 23 Jun 2020 23:39:46 GMT" ], "Content-Length": [ - "13364" + "13497" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"serverCertificate\": null,\r\n \"agentVersion\": \"5.0.2.0\",\r\n \"agentVersionStatus\": null,\r\n \"agentVersionExpirationDate\": null,\r\n \"serverOSVersion\": \"10.0.14393.0\",\r\n \"serverManagementErrorCode\": 0,\r\n \"lastHeartBeat\": \"2019-07-03T16:50:13.1109664-07:00\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"serverRole\": \"Standalone\",\r\n \"clusterId\": \"00000000-0000-0000-0000-000000000000\",\r\n \"clusterName\": \"\",\r\n \"serverId\": \"f07a1b7c-2121-4fe1-8cea-02035812cc12\",\r\n \"storageSyncServiceUid\": \"60aa3a82-d0d1-45cf-844d-80206fe5dbd7\",\r\n \"lastWorkflowId\": \"storageSyncServices/sssps12/workflows/40503fbd-c11b-4e6b-9036-71b5bfcfad25\",\r\n \"lastOperationName\": \"ICreateRegisteredServerWorkflow\",\r\n \"friendlyName\": \"andreyazdevops.redmond.corp.microsoft.com\",\r\n \"monitoringConfiguration\": \"{\\\"agentConfiguration\\\":\\\" \\\\\\\\Memory\\\\\\\\Available MBytes \\\\\\\\Processor(_Total)\\\\\\\\% Processor Time \\\\\\\\Network Interface(*)\\\\\\\\Bytes Total/sec \\\\\\\\Network Interface(*)\\\\\\\\Bytes Received/sec \\\\\\\\Network Interface(*)\\\\\\\\Bytes Sent/sec \\\\\\\\Network Interface(*)\\\\\\\\Current Bandwidth \\\\\\\\Network Interface(*)\\\\\\\\Output Queue Length \\\\\\\\Server\\\\\\\\Bytes Total/sec \\\\\\\\Process(filesyncsvc)\\\\\\\\* \\\\\\\\Process(w3wp)\\\\\\\\Private Bytes \\\\\\\\Process(MonAgentCore)\\\\\\\\% Processor Time \\\\\\\\Process(MonAgentHost)\\\\\\\\% Processor Time \\\\\\\\Process(MonAgentManager)\\\\\\\\% Processor Time \\\\\\\\Process(MonAgentLauncher)\\\\\\\\% Processor Time \\\\\\\\Process(MonAgentCore)\\\\\\\\Private Bytes \\\\\\\\Process(MonAgentHost)\\\\\\\\Private Bytes \\\\\\\\Process(MonAgentManager)\\\\\\\\Private Bytes \\\\\\\\Process(MonAgentLauncher)\\\\\\\\Private Bytes \\\\\\\\Process(AzureStorageSyncMonitor)\\\\\\\\% Processor Time \\\\\\\\Process(AzureStorageSyncMonitor)\\\\\\\\Private Bytes \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") EventsToCollect=ServerPerformanceCounters:PerformanceCounter,ServerTelemetryEvents:WindowsEventLog,ServerItemResultsEvents:WindowsEventLog,ServerApplicationEvents:WindowsEventLog;DiagnosticEvents=ServerOperationalEvents:WindowsEventLog,ServerDiagnosticEvents:WindowsEventLog,ServerManagementOperationalEvents:WindowsEventLog,ServerManagementDiagnosticEvents:WindowsEventLog,ServerScrubbingEvents:WindowsEventLog,TieringResultsEvents:WindowsEventLog,RecallResultsEvents:WindowsEventLog,AfsUserModeTraceSession:Trace,AfsKernelModeTraceSession:Trace,InstallerLogs:InstallerLogs;EventSchedulerIntervalsInMins=EnvironmentTelemetry:1440 \\\",\\\"configurationVersion\\\":\\\"1\\\",\\\"id\\\":null,\\\"type\\\":\\\"microsoft.storagesync/storageSyncServices/HybridMonitoringConfiguration\\\"}\",\r\n \"managementEndpointUri\": \"https://euap01.afs.azure.net:443/\",\r\n \"discoveryEndpointUri\": \"https://tm-euap01.afs.azure.net:443\",\r\n \"resourceLocation\": \"centraluseuap\",\r\n \"serviceLocation\": \"centraluseuap\"\r\n },\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps8740/providers/microsoft.storagesync/storageSyncServices/sssps12/registeredServers/f07a1b7c-2121-4fe1-8cea-02035812cc12\",\r\n \"name\": \"f07a1b7c-2121-4fe1-8cea-02035812cc12\",\r\n \"type\": \"microsoft.storagesync/storageSyncServices/registeredServers\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"agentVersion\": \"5.0.2.0\",\r\n \"serverOSVersion\": \"10.0.14393.0\",\r\n \"serverManagementErrorCode\": 0,\r\n \"lastHeartBeat\": \"2020-06-23T16:39:39.7424886-07:00\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"serverRole\": \"Standalone\",\r\n \"clusterId\": \"00000000-0000-0000-0000-000000000000\",\r\n \"clusterName\": \"\",\r\n \"serverId\": \"2858581c-7a2d-4344-a096-8a50e2ba3cf2\",\r\n \"storageSyncServiceUid\": \"f42fa04b-c36c-4b5b-87c9-84d75e7c4aee\",\r\n \"lastWorkflowId\": \"storageSyncServices/sssps7533/workflows/f63d35e5-67e1-488c-8b6a-a98bc4de4ce7\",\r\n \"lastOperationName\": \"ICreateRegisteredServerWorkflow\",\r\n \"friendlyName\": \"ankushb-vm02.ntdev.corp.microsoft.com\",\r\n \"monitoringConfiguration\": \"{\\\"agentConfiguration\\\":\\\" \\\\\\\\Memory\\\\\\\\Available MBytes \\\\\\\\Processor(_Total)\\\\\\\\% Processor Time \\\\\\\\Network Interface(*)\\\\\\\\Bytes Total/sec \\\\\\\\Network Interface(*)\\\\\\\\Bytes Received/sec \\\\\\\\Network Interface(*)\\\\\\\\Bytes Sent/sec \\\\\\\\Network Interface(*)\\\\\\\\Current Bandwidth \\\\\\\\Network Interface(*)\\\\\\\\Output Queue Length \\\\\\\\Server\\\\\\\\Bytes Total/sec \\\\\\\\Process(filesyncsvc)\\\\\\\\* \\\\\\\\Process(w3wp)\\\\\\\\Private Bytes \\\\\\\\Process(MonAgentCore)\\\\\\\\% Processor Time \\\\\\\\Process(MonAgentHost)\\\\\\\\% Processor Time \\\\\\\\Process(MonAgentManager)\\\\\\\\% Processor Time \\\\\\\\Process(MonAgentLauncher)\\\\\\\\% Processor Time \\\\\\\\Process(MonAgentCore)\\\\\\\\Private Bytes \\\\\\\\Process(MonAgentHost)\\\\\\\\Private Bytes \\\\\\\\Process(MonAgentManager)\\\\\\\\Private Bytes \\\\\\\\Process(MonAgentLauncher)\\\\\\\\Private Bytes \\\\\\\\Process(AzureStorageSyncMonitor)\\\\\\\\% Processor Time \\\\\\\\Process(AzureStorageSyncMonitor)\\\\\\\\Private Bytes \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") EventsToCollect=ServerPerformanceCounters:PerformanceCounter,ServerTelemetryEvents:WindowsEventLog,ServerItemResultsEvents:WindowsEventLog,ServerApplicationEvents:WindowsEventLog;DiagnosticEvents=ServerOperationalEvents:WindowsEventLog,ServerDiagnosticEvents:WindowsEventLog,ServerManagementOperationalEvents:WindowsEventLog,ServerManagementDiagnosticEvents:WindowsEventLog,ServerScrubbingEvents:WindowsEventLog,TieringResultsEvents:WindowsEventLog,RecallResultsEvents:WindowsEventLog,AfsUserModeTraceSession:Trace,AfsKernelModeTraceSession:Trace,InstallerLogs:InstallerLogs;EventSchedulerIntervalsInMins=EnvironmentTelemetry:1440 \\\",\\\"configurationVersion\\\":\\\"1\\\",\\\"id\\\":null,\\\"type\\\":\\\"microsoft.storagesync/storageSyncServices/HybridMonitoringConfiguration\\\"}\",\r\n \"managementEndpointUri\": \"https://euap01.afs.azure.net:443/\",\r\n \"discoveryEndpointUri\": \"https://tm-euap01.afs.azure.net:443\",\r\n \"resourceLocation\": \"centraluseuap\",\r\n \"serviceLocation\": \"centraluseuap\",\r\n \"monitoringEndpointUri\": \"https://euap01.afs.azure.net:443/\"\r\n },\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps660/providers/microsoft.storagesync/storageSyncServices/sssps7533/registeredServers/2858581c-7a2d-4344-a096-8a50e2ba3cf2\",\r\n \"name\": \"2858581c-7a2d-4344-a096-8a50e2ba3cf2\",\r\n \"type\": \"microsoft.storagesync/storageSyncServices/registeredServers\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps8740/providers/Microsoft.StorageSync/storageSyncServices/sssps12/registeredServers/f07a1b7c-2121-4fe1-8cea-02035812cc12?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzODc0MC9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMxMi9yZWdpc3RlcmVkU2VydmVycy9mMDdhMWI3Yy0yMTIxLTRmZTEtOGNlYS0wMjAzNTgxMmNjMTI/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps660/providers/Microsoft.StorageSync/storageSyncServices/sssps7533/registeredServers/2858581c-7a2d-4344-a096-8a50e2ba3cf2?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzNjYwL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZVN5bmMvc3RvcmFnZVN5bmNTZXJ2aWNlcy9zc3Nwczc1MzMvcmVnaXN0ZXJlZFNlcnZlcnMvMjg1ODU4MWMtN2EyZC00MzQ0LWEwOTYtOGE1MGUyYmEzY2YyP2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "dff79116-51b6-4b0f-8c06-25f9a98f73a8" + "9fafd4c4-1491-460c-a24a-c37da65a1235" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -570,16 +702,16 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps8740/providers/microsoft.storagesync/storageSyncServices/sssps12/workflows/12d6387f-92bb-4123-a334-da6b20e80a24/operationresults/2047a3ac-9cc2-4c0d-894f-ac4e63464145?api-version=2019-03-01" + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6ImY0MmZhMDRiLWMzNmMtNGI1Yi04N2M5LTg0ZDc1ZTdjNGFlZSIsIndvcmtmbG93SWQiOiJkNmVhOTIwYy02Y2M4LTQyMWItYTM2YS1hMTViZGIzZjFlMjgiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiYTU1ZTI0MzgtNGE2OC00MzUyLWIyZjctMWYzYmRhYWE0ZTkwIn0=?api-version=2020-03-01" ], "Retry-After": [ "10" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps8740/providers/microsoft.storagesync/storageSyncServices/sssps12/workflows/12d6387f-92bb-4123-a334-da6b20e80a24/operations/2047a3ac-9cc2-4c0d-894f-ac4e63464145?api-version=2019-03-01" + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6ImY0MmZhMDRiLWMzNmMtNGI1Yi04N2M5LTg0ZDc1ZTdjNGFlZSIsIndvcmtmbG93SWQiOiJkNmVhOTIwYy02Y2M4LTQyMWItYTM2YS1hMTViZGIzZjFlMjgiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiYTU1ZTI0MzgtNGE2OC00MzUyLWIyZjctMWYzYmRhYWE0ZTkwIn0=?api-version=2020-03-01" ], "x-ms-request-id": [ - "27255147-6d25-427a-abba-323ad131c840" + "ff41159c-00ac-4a81-8639-8e3decd8696a" ], "X-Content-Type-Options": [ "nosniff" @@ -600,13 +732,13 @@ "14999" ], "x-ms-correlation-request-id": [ - "9b1e3272-0886-4843-8f98-1c622849eb7f" + "293831c0-3ccb-4031-8109-08a7b23f0e17" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T235020Z:9b1e3272-0886-4843-8f98-1c622849eb7f" + "WESTUS:20200623T233947Z:293831c0-3ccb-4031-8109-08a7b23f0e17" ], "Date": [ - "Wed, 03 Jul 2019 23:50:19 GMT" + "Tue, 23 Jun 2020 23:39:46 GMT" ], "Expires": [ "-1" @@ -619,16 +751,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps8740/providers/microsoft.storagesync/storageSyncServices/sssps12/workflows/12d6387f-92bb-4123-a334-da6b20e80a24/operations/2047a3ac-9cc2-4c0d-894f-ac4e63464145?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzODc0MC9wcm92aWRlcnMvbWljcm9zb2Z0LnN0b3JhZ2VzeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMxMi93b3JrZmxvd3MvMTJkNjM4N2YtOTJiYi00MTIzLWEzMzQtZGE2YjIwZTgwYTI0L29wZXJhdGlvbnMvMjA0N2EzYWMtOWNjMi00YzBkLTg5NGYtYWM0ZTYzNDY0MTQ1P2FwaS12ZXJzaW9uPTIwMTktMDMtMDE=", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6ImY0MmZhMDRiLWMzNmMtNGI1Yi04N2M5LTg0ZDc1ZTdjNGFlZSIsIndvcmtmbG93SWQiOiJkNmVhOTIwYy02Y2M4LTQyMWItYTM2YS1hMTViZGIzZjFlMjgiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiYTU1ZTI0MzgtNGE2OC00MzUyLWIyZjctMWYzYmRhYWE0ZTkwIn0=?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvbG9jYXRpb25zL2NlbnRyYWx1c2V1YXAvb3BlcmF0aW9ucy9leUp3WVhKMGFYUnBiMjVKWkNJNkltWTBNbVpoTURSaUxXTXpObU10TkdJMVlpMDROMk01TFRnMFpEYzFaVGRqTkdGbFpTSXNJbmR2Y210bWJHOTNTV1FpT2lKa05tVmhPVEl3WXkwMlkyTTRMVFF5TVdJdFlUTTJZUzFoTVRWaVpHSXpaakZsTWpnaUxDSjNiM0pyWm14dmQwOXdaWEpoZEdsdmJrbGtJam9pWVRVMVpUSTBNemd0TkdFMk9DMDBNelV5TFdJeVpqY3RNV1l6WW1SaFlXRTBaVGt3SW4wPT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -639,7 +771,7 @@ "no-cache" ], "x-ms-request-id": [ - "7d6b68e6-1f5b-4e2e-8480-6f19d27b8d5f" + "41b0d768-4eea-4b00-a183-d5c12a82b107" ], "X-Content-Type-Options": [ "nosniff" @@ -657,41 +789,41 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11997" + "11993" ], "x-ms-correlation-request-id": [ - "884150d5-47bd-4978-9f3c-b7ca14756f00" + "484bca10-c466-4f8c-89dc-fdf44945658a" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T235030Z:884150d5-47bd-4978-9f3c-b7ca14756f00" + "WESTUS:20200623T233957Z:484bca10-c466-4f8c-89dc-fdf44945658a" ], "Date": [ - "Wed, 03 Jul 2019 23:50:30 GMT" + "Tue, 23 Jun 2020 23:39:56 GMT" ], "Content-Length": [ - "445" + "745" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps8740/providers/microsoft.storagesync/storageSyncServices/sssps12/workflow/12d6387f-92bb-4123-a334-da6b20e80a24/operationresults/2047a3ac-9cc2-4c0d-894f-ac4e63464145\",\r\n \"name\": \"2047a3ac-9cc2-4c0d-894f-ac4e63464145\",\r\n \"status\": \"delayStep\",\r\n \"startTime\": \"2019-07-03T23:50:21.5015209Z\",\r\n \"endTime\": \"2019-07-03T23:50:24.9782276Z\",\r\n \"percentComplete\": null,\r\n \"error\": null,\r\n \"properties\": {}\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6ImY0MmZhMDRiLWMzNmMtNGI1Yi04N2M5LTg0ZDc1ZTdjNGFlZSIsIndvcmtmbG93SWQiOiJkNmVhOTIwYy02Y2M4LTQyMWItYTM2YS1hMTViZGIzZjFlMjgiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiYTU1ZTI0MzgtNGE2OC00MzUyLWIyZjctMWYzYmRhYWE0ZTkwIn0=\",\r\n \"name\": \"eyJwYXJ0aXRpb25JZCI6ImY0MmZhMDRiLWMzNmMtNGI1Yi04N2M5LTg0ZDc1ZTdjNGFlZSIsIndvcmtmbG93SWQiOiJkNmVhOTIwYy02Y2M4LTQyMWItYTM2YS1hMTViZGIzZjFlMjgiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiYTU1ZTI0MzgtNGE2OC00MzUyLWIyZjctMWYzYmRhYWE0ZTkwIn0=\",\r\n \"status\": \"delayStep\",\r\n \"startTime\": \"2020-06-23T23:39:47.8645869Z\",\r\n \"endTime\": \"2020-06-23T23:39:51.4143855Z\",\r\n \"properties\": {}\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps8740/providers/microsoft.storagesync/storageSyncServices/sssps12/workflows/12d6387f-92bb-4123-a334-da6b20e80a24/operations/2047a3ac-9cc2-4c0d-894f-ac4e63464145?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzODc0MC9wcm92aWRlcnMvbWljcm9zb2Z0LnN0b3JhZ2VzeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMxMi93b3JrZmxvd3MvMTJkNjM4N2YtOTJiYi00MTIzLWEzMzQtZGE2YjIwZTgwYTI0L29wZXJhdGlvbnMvMjA0N2EzYWMtOWNjMi00YzBkLTg5NGYtYWM0ZTYzNDY0MTQ1P2FwaS12ZXJzaW9uPTIwMTktMDMtMDE=", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6ImY0MmZhMDRiLWMzNmMtNGI1Yi04N2M5LTg0ZDc1ZTdjNGFlZSIsIndvcmtmbG93SWQiOiJkNmVhOTIwYy02Y2M4LTQyMWItYTM2YS1hMTViZGIzZjFlMjgiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiYTU1ZTI0MzgtNGE2OC00MzUyLWIyZjctMWYzYmRhYWE0ZTkwIn0=?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvbG9jYXRpb25zL2NlbnRyYWx1c2V1YXAvb3BlcmF0aW9ucy9leUp3WVhKMGFYUnBiMjVKWkNJNkltWTBNbVpoTURSaUxXTXpObU10TkdJMVlpMDROMk01TFRnMFpEYzFaVGRqTkdGbFpTSXNJbmR2Y210bWJHOTNTV1FpT2lKa05tVmhPVEl3WXkwMlkyTTRMVFF5TVdJdFlUTTJZUzFoTVRWaVpHSXpaakZsTWpnaUxDSjNiM0pyWm14dmQwOXdaWEpoZEdsdmJrbGtJam9pWVRVMVpUSTBNemd0TkdFMk9DMDBNelV5TFdJeVpqY3RNV1l6WW1SaFlXRTBaVGt3SW4wPT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -702,7 +834,7 @@ "no-cache" ], "x-ms-request-id": [ - "26be28a1-8f3c-4ec5-9ee9-e6cb593eea96" + "b496b9a6-76c7-4817-91b7-7e1794e6b79f" ], "X-Content-Type-Options": [ "nosniff" @@ -720,41 +852,41 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11996" + "11992" ], "x-ms-correlation-request-id": [ - "443ab964-3d0d-493e-8b94-97d294dd3a10" + "0b366823-7267-4b4e-bcb1-b4cdc43caba2" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T235041Z:443ab964-3d0d-493e-8b94-97d294dd3a10" + "WESTUS:20200623T234007Z:0b366823-7267-4b4e-bcb1-b4cdc43caba2" ], "Date": [ - "Wed, 03 Jul 2019 23:50:40 GMT" + "Tue, 23 Jun 2020 23:40:07 GMT" ], "Content-Length": [ - "445" + "745" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps8740/providers/microsoft.storagesync/storageSyncServices/sssps12/workflow/12d6387f-92bb-4123-a334-da6b20e80a24/operationresults/2047a3ac-9cc2-4c0d-894f-ac4e63464145\",\r\n \"name\": \"2047a3ac-9cc2-4c0d-894f-ac4e63464145\",\r\n \"status\": \"delayStep\",\r\n \"startTime\": \"2019-07-03T23:50:21.5015209Z\",\r\n \"endTime\": \"2019-07-03T23:50:24.9782276Z\",\r\n \"percentComplete\": null,\r\n \"error\": null,\r\n \"properties\": {}\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6ImY0MmZhMDRiLWMzNmMtNGI1Yi04N2M5LTg0ZDc1ZTdjNGFlZSIsIndvcmtmbG93SWQiOiJkNmVhOTIwYy02Y2M4LTQyMWItYTM2YS1hMTViZGIzZjFlMjgiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiYTU1ZTI0MzgtNGE2OC00MzUyLWIyZjctMWYzYmRhYWE0ZTkwIn0=\",\r\n \"name\": \"eyJwYXJ0aXRpb25JZCI6ImY0MmZhMDRiLWMzNmMtNGI1Yi04N2M5LTg0ZDc1ZTdjNGFlZSIsIndvcmtmbG93SWQiOiJkNmVhOTIwYy02Y2M4LTQyMWItYTM2YS1hMTViZGIzZjFlMjgiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiYTU1ZTI0MzgtNGE2OC00MzUyLWIyZjctMWYzYmRhYWE0ZTkwIn0=\",\r\n \"status\": \"delayStep\",\r\n \"startTime\": \"2020-06-23T23:39:47.8645869Z\",\r\n \"endTime\": \"2020-06-23T23:39:51.4143855Z\",\r\n \"properties\": {}\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps8740/providers/microsoft.storagesync/storageSyncServices/sssps12/workflows/12d6387f-92bb-4123-a334-da6b20e80a24/operations/2047a3ac-9cc2-4c0d-894f-ac4e63464145?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzODc0MC9wcm92aWRlcnMvbWljcm9zb2Z0LnN0b3JhZ2VzeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMxMi93b3JrZmxvd3MvMTJkNjM4N2YtOTJiYi00MTIzLWEzMzQtZGE2YjIwZTgwYTI0L29wZXJhdGlvbnMvMjA0N2EzYWMtOWNjMi00YzBkLTg5NGYtYWM0ZTYzNDY0MTQ1P2FwaS12ZXJzaW9uPTIwMTktMDMtMDE=", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6ImY0MmZhMDRiLWMzNmMtNGI1Yi04N2M5LTg0ZDc1ZTdjNGFlZSIsIndvcmtmbG93SWQiOiJkNmVhOTIwYy02Y2M4LTQyMWItYTM2YS1hMTViZGIzZjFlMjgiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiYTU1ZTI0MzgtNGE2OC00MzUyLWIyZjctMWYzYmRhYWE0ZTkwIn0=?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvbG9jYXRpb25zL2NlbnRyYWx1c2V1YXAvb3BlcmF0aW9ucy9leUp3WVhKMGFYUnBiMjVKWkNJNkltWTBNbVpoTURSaUxXTXpObU10TkdJMVlpMDROMk01TFRnMFpEYzFaVGRqTkdGbFpTSXNJbmR2Y210bWJHOTNTV1FpT2lKa05tVmhPVEl3WXkwMlkyTTRMVFF5TVdJdFlUTTJZUzFoTVRWaVpHSXpaakZsTWpnaUxDSjNiM0pyWm14dmQwOXdaWEpoZEdsdmJrbGtJam9pWVRVMVpUSTBNemd0TkdFMk9DMDBNelV5TFdJeVpqY3RNV1l6WW1SaFlXRTBaVGt3SW4wPT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -765,7 +897,7 @@ "no-cache" ], "x-ms-request-id": [ - "0386a7b4-1466-4feb-acc7-7fca8ed85704" + "08ebde1f-9db9-4382-ac6a-125287477f43" ], "X-Content-Type-Options": [ "nosniff" @@ -783,41 +915,41 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11995" + "11991" ], "x-ms-correlation-request-id": [ - "cf5aac55-fd90-43f7-88e3-9ab750ae9703" + "ecf1a485-a956-4834-a46f-6e4cc8be3fcf" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T235051Z:cf5aac55-fd90-43f7-88e3-9ab750ae9703" + "WESTUS:20200623T234017Z:ecf1a485-a956-4834-a46f-6e4cc8be3fcf" ], "Date": [ - "Wed, 03 Jul 2019 23:50:51 GMT" + "Tue, 23 Jun 2020 23:40:17 GMT" ], "Content-Length": [ - "445" + "745" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps8740/providers/microsoft.storagesync/storageSyncServices/sssps12/workflow/12d6387f-92bb-4123-a334-da6b20e80a24/operationresults/2047a3ac-9cc2-4c0d-894f-ac4e63464145\",\r\n \"name\": \"2047a3ac-9cc2-4c0d-894f-ac4e63464145\",\r\n \"status\": \"delayStep\",\r\n \"startTime\": \"2019-07-03T23:50:21.5015209Z\",\r\n \"endTime\": \"2019-07-03T23:50:24.9782276Z\",\r\n \"percentComplete\": null,\r\n \"error\": null,\r\n \"properties\": {}\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6ImY0MmZhMDRiLWMzNmMtNGI1Yi04N2M5LTg0ZDc1ZTdjNGFlZSIsIndvcmtmbG93SWQiOiJkNmVhOTIwYy02Y2M4LTQyMWItYTM2YS1hMTViZGIzZjFlMjgiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiYTU1ZTI0MzgtNGE2OC00MzUyLWIyZjctMWYzYmRhYWE0ZTkwIn0=\",\r\n \"name\": \"eyJwYXJ0aXRpb25JZCI6ImY0MmZhMDRiLWMzNmMtNGI1Yi04N2M5LTg0ZDc1ZTdjNGFlZSIsIndvcmtmbG93SWQiOiJkNmVhOTIwYy02Y2M4LTQyMWItYTM2YS1hMTViZGIzZjFlMjgiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiYTU1ZTI0MzgtNGE2OC00MzUyLWIyZjctMWYzYmRhYWE0ZTkwIn0=\",\r\n \"status\": \"delayStep\",\r\n \"startTime\": \"2020-06-23T23:39:47.8645869Z\",\r\n \"endTime\": \"2020-06-23T23:39:51.4143855Z\",\r\n \"properties\": {}\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps8740/providers/microsoft.storagesync/storageSyncServices/sssps12/workflows/12d6387f-92bb-4123-a334-da6b20e80a24/operations/2047a3ac-9cc2-4c0d-894f-ac4e63464145?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzODc0MC9wcm92aWRlcnMvbWljcm9zb2Z0LnN0b3JhZ2VzeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMxMi93b3JrZmxvd3MvMTJkNjM4N2YtOTJiYi00MTIzLWEzMzQtZGE2YjIwZTgwYTI0L29wZXJhdGlvbnMvMjA0N2EzYWMtOWNjMi00YzBkLTg5NGYtYWM0ZTYzNDY0MTQ1P2FwaS12ZXJzaW9uPTIwMTktMDMtMDE=", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6ImY0MmZhMDRiLWMzNmMtNGI1Yi04N2M5LTg0ZDc1ZTdjNGFlZSIsIndvcmtmbG93SWQiOiJkNmVhOTIwYy02Y2M4LTQyMWItYTM2YS1hMTViZGIzZjFlMjgiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiYTU1ZTI0MzgtNGE2OC00MzUyLWIyZjctMWYzYmRhYWE0ZTkwIn0=?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvbG9jYXRpb25zL2NlbnRyYWx1c2V1YXAvb3BlcmF0aW9ucy9leUp3WVhKMGFYUnBiMjVKWkNJNkltWTBNbVpoTURSaUxXTXpObU10TkdJMVlpMDROMk01TFRnMFpEYzFaVGRqTkdGbFpTSXNJbmR2Y210bWJHOTNTV1FpT2lKa05tVmhPVEl3WXkwMlkyTTRMVFF5TVdJdFlUTTJZUzFoTVRWaVpHSXpaakZsTWpnaUxDSjNiM0pyWm14dmQwOXdaWEpoZEdsdmJrbGtJam9pWVRVMVpUSTBNemd0TkdFMk9DMDBNelV5TFdJeVpqY3RNV1l6WW1SaFlXRTBaVGt3SW4wPT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -828,7 +960,7 @@ "no-cache" ], "x-ms-request-id": [ - "2e9b04d8-a1ef-4193-b7b5-eac3c98f3440" + "78d54b92-9110-412f-871b-3e9fd669a9e3" ], "X-Content-Type-Options": [ "nosniff" @@ -846,41 +978,41 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11994" + "11990" ], "x-ms-correlation-request-id": [ - "cf61242f-1671-4b67-b43b-1ff202ad720c" + "2ccb1a52-b283-4812-9ba5-ae941131b97d" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T235101Z:cf61242f-1671-4b67-b43b-1ff202ad720c" + "WESTUS:20200623T234028Z:2ccb1a52-b283-4812-9ba5-ae941131b97d" ], "Date": [ - "Wed, 03 Jul 2019 23:51:01 GMT" + "Tue, 23 Jun 2020 23:40:27 GMT" ], "Content-Length": [ - "445" + "745" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps8740/providers/microsoft.storagesync/storageSyncServices/sssps12/workflow/12d6387f-92bb-4123-a334-da6b20e80a24/operationresults/2047a3ac-9cc2-4c0d-894f-ac4e63464145\",\r\n \"name\": \"2047a3ac-9cc2-4c0d-894f-ac4e63464145\",\r\n \"status\": \"delayStep\",\r\n \"startTime\": \"2019-07-03T23:50:21.5015209Z\",\r\n \"endTime\": \"2019-07-03T23:50:24.9782276Z\",\r\n \"percentComplete\": null,\r\n \"error\": null,\r\n \"properties\": {}\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6ImY0MmZhMDRiLWMzNmMtNGI1Yi04N2M5LTg0ZDc1ZTdjNGFlZSIsIndvcmtmbG93SWQiOiJkNmVhOTIwYy02Y2M4LTQyMWItYTM2YS1hMTViZGIzZjFlMjgiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiYTU1ZTI0MzgtNGE2OC00MzUyLWIyZjctMWYzYmRhYWE0ZTkwIn0=\",\r\n \"name\": \"eyJwYXJ0aXRpb25JZCI6ImY0MmZhMDRiLWMzNmMtNGI1Yi04N2M5LTg0ZDc1ZTdjNGFlZSIsIndvcmtmbG93SWQiOiJkNmVhOTIwYy02Y2M4LTQyMWItYTM2YS1hMTViZGIzZjFlMjgiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiYTU1ZTI0MzgtNGE2OC00MzUyLWIyZjctMWYzYmRhYWE0ZTkwIn0=\",\r\n \"status\": \"delayStep\",\r\n \"startTime\": \"2020-06-23T23:39:47.8645869Z\",\r\n \"endTime\": \"2020-06-23T23:39:51.4143855Z\",\r\n \"properties\": {}\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps8740/providers/microsoft.storagesync/storageSyncServices/sssps12/workflows/12d6387f-92bb-4123-a334-da6b20e80a24/operations/2047a3ac-9cc2-4c0d-894f-ac4e63464145?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzODc0MC9wcm92aWRlcnMvbWljcm9zb2Z0LnN0b3JhZ2VzeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMxMi93b3JrZmxvd3MvMTJkNjM4N2YtOTJiYi00MTIzLWEzMzQtZGE2YjIwZTgwYTI0L29wZXJhdGlvbnMvMjA0N2EzYWMtOWNjMi00YzBkLTg5NGYtYWM0ZTYzNDY0MTQ1P2FwaS12ZXJzaW9uPTIwMTktMDMtMDE=", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6ImY0MmZhMDRiLWMzNmMtNGI1Yi04N2M5LTg0ZDc1ZTdjNGFlZSIsIndvcmtmbG93SWQiOiJkNmVhOTIwYy02Y2M4LTQyMWItYTM2YS1hMTViZGIzZjFlMjgiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiYTU1ZTI0MzgtNGE2OC00MzUyLWIyZjctMWYzYmRhYWE0ZTkwIn0=?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvbG9jYXRpb25zL2NlbnRyYWx1c2V1YXAvb3BlcmF0aW9ucy9leUp3WVhKMGFYUnBiMjVKWkNJNkltWTBNbVpoTURSaUxXTXpObU10TkdJMVlpMDROMk01TFRnMFpEYzFaVGRqTkdGbFpTSXNJbmR2Y210bWJHOTNTV1FpT2lKa05tVmhPVEl3WXkwMlkyTTRMVFF5TVdJdFlUTTJZUzFoTVRWaVpHSXpaakZsTWpnaUxDSjNiM0pyWm14dmQwOXdaWEpoZEdsdmJrbGtJam9pWVRVMVpUSTBNemd0TkdFMk9DMDBNelV5TFdJeVpqY3RNV1l6WW1SaFlXRTBaVGt3SW4wPT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -891,7 +1023,7 @@ "no-cache" ], "x-ms-request-id": [ - "f51bb703-693d-4abc-9d62-dd20d6e1e83b" + "8ced4882-d36f-4c4e-b74d-1c0b6cdf540e" ], "X-Content-Type-Options": [ "nosniff" @@ -899,9 +1031,6 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11993" - ], "Server": [ "Microsoft-IIS/10.0" ], @@ -911,39 +1040,42 @@ "X-Powered-By": [ "ASP.NET" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11989" + ], "x-ms-correlation-request-id": [ - "b404c65c-c35a-4a3b-8355-7d591d9f4351" + "01a8a11b-4d24-48bd-909c-b619db70f5bc" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T235112Z:b404c65c-c35a-4a3b-8355-7d591d9f4351" + "WESTUS:20200623T234038Z:01a8a11b-4d24-48bd-909c-b619db70f5bc" ], "Date": [ - "Wed, 03 Jul 2019 23:51:11 GMT" + "Tue, 23 Jun 2020 23:40:37 GMT" ], "Content-Length": [ - "445" + "745" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps8740/providers/microsoft.storagesync/storageSyncServices/sssps12/workflow/12d6387f-92bb-4123-a334-da6b20e80a24/operationresults/2047a3ac-9cc2-4c0d-894f-ac4e63464145\",\r\n \"name\": \"2047a3ac-9cc2-4c0d-894f-ac4e63464145\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2019-07-03T23:50:21.5015209Z\",\r\n \"endTime\": \"2019-07-03T23:51:10.2524033Z\",\r\n \"percentComplete\": null,\r\n \"error\": null,\r\n \"properties\": {}\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6ImY0MmZhMDRiLWMzNmMtNGI1Yi04N2M5LTg0ZDc1ZTdjNGFlZSIsIndvcmtmbG93SWQiOiJkNmVhOTIwYy02Y2M4LTQyMWItYTM2YS1hMTViZGIzZjFlMjgiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiYTU1ZTI0MzgtNGE2OC00MzUyLWIyZjctMWYzYmRhYWE0ZTkwIn0=\",\r\n \"name\": \"eyJwYXJ0aXRpb25JZCI6ImY0MmZhMDRiLWMzNmMtNGI1Yi04N2M5LTg0ZDc1ZTdjNGFlZSIsIndvcmtmbG93SWQiOiJkNmVhOTIwYy02Y2M4LTQyMWItYTM2YS1hMTViZGIzZjFlMjgiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiYTU1ZTI0MzgtNGE2OC00MzUyLWIyZjctMWYzYmRhYWE0ZTkwIn0=\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2020-06-23T23:39:47.8645869Z\",\r\n \"endTime\": \"2020-06-23T23:40:36.4884486Z\",\r\n \"properties\": {}\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps8740/providers/microsoft.storagesync/storageSyncServices/sssps12/workflows/12d6387f-92bb-4123-a334-da6b20e80a24/operationresults/2047a3ac-9cc2-4c0d-894f-ac4e63464145?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzODc0MC9wcm92aWRlcnMvbWljcm9zb2Z0LnN0b3JhZ2VzeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMxMi93b3JrZmxvd3MvMTJkNjM4N2YtOTJiYi00MTIzLWEzMzQtZGE2YjIwZTgwYTI0L29wZXJhdGlvbnJlc3VsdHMvMjA0N2EzYWMtOWNjMi00YzBkLTg5NGYtYWM0ZTYzNDY0MTQ1P2FwaS12ZXJzaW9uPTIwMTktMDMtMDE=", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6ImY0MmZhMDRiLWMzNmMtNGI1Yi04N2M5LTg0ZDc1ZTdjNGFlZSIsIndvcmtmbG93SWQiOiJkNmVhOTIwYy02Y2M4LTQyMWItYTM2YS1hMTViZGIzZjFlMjgiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiYTU1ZTI0MzgtNGE2OC00MzUyLWIyZjctMWYzYmRhYWE0ZTkwIn0=?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvbG9jYXRpb25zL2NlbnRyYWx1c2V1YXAvb3BlcmF0aW9ucmVzdWx0cy9leUp3WVhKMGFYUnBiMjVKWkNJNkltWTBNbVpoTURSaUxXTXpObU10TkdJMVlpMDROMk01TFRnMFpEYzFaVGRqTkdGbFpTSXNJbmR2Y210bWJHOTNTV1FpT2lKa05tVmhPVEl3WXkwMlkyTTRMVFF5TVdJdFlUTTJZUzFoTVRWaVpHSXpaakZsTWpnaUxDSjNiM0pyWm14dmQwOXdaWEpoZEdsdmJrbGtJam9pWVRVMVpUSTBNemd0TkdFMk9DMDBNelV5TFdJeVpqY3RNV1l6WW1SaFlXRTBaVGt3SW4wPT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -954,7 +1086,7 @@ "no-cache" ], "x-ms-request-id": [ - "317ffc63-b9ba-43ff-96c8-105b2f0ce4a5" + "9f1ef368-09ee-4392-bd6c-16f4711b91f8" ], "X-Content-Type-Options": [ "nosniff" @@ -972,16 +1104,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11992" + "11988" ], "x-ms-correlation-request-id": [ - "8437e4b3-27ad-4a2b-90ba-91b4123df430" + "beb75e8b-c45b-46ad-9f90-0feb58210648" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T235112Z:8437e4b3-27ad-4a2b-90ba-91b4123df430" + "WESTUS:20200623T234038Z:beb75e8b-c45b-46ad-9f90-0feb58210648" ], "Date": [ - "Wed, 03 Jul 2019 23:51:12 GMT" + "Tue, 23 Jun 2020 23:40:37 GMT" ], "Expires": [ "-1" @@ -994,22 +1126,22 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps8740/providers/Microsoft.StorageSync/storageSyncServices/sssps12?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzODc0MC9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMxMj9hcGktdmVyc2lvbj0yMDE5LTAzLTAx", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps660/providers/Microsoft.StorageSync/storageSyncServices/sssps7533?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzNjYwL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZVN5bmMvc3RvcmFnZVN5bmNTZXJ2aWNlcy9zc3Nwczc1MzM/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "fc53eca8-b58d-484f-a2be-8a4147c77a75" + "9e50f569-12d2-4357-8735-e18ceea8b7dc" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -1019,8 +1151,17 @@ "Pragma": [ "no-cache" ], + "Location": [ + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6ImY0MmZhMDRiLWMzNmMtNGI1Yi04N2M5LTg0ZDc1ZTdjNGFlZSIsIndvcmtmbG93SWQiOiJiZjE4NDgxYS1jZDBiLTRkMWQtYWMyMi0yNGZiOWVhMjlkOTQiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiNzNmN2NhZWEtNTkzZS00MzMwLWIwMzUtNTYxY2NlMTMzOTc1In0=?api-version=2020-03-01" + ], + "Retry-After": [ + "10" + ], + "Azure-AsyncOperation": [ + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6ImY0MmZhMDRiLWMzNmMtNGI1Yi04N2M5LTg0ZDc1ZTdjNGFlZSIsIndvcmtmbG93SWQiOiJiZjE4NDgxYS1jZDBiLTRkMWQtYWMyMi0yNGZiOWVhMjlkOTQiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiNzNmN2NhZWEtNTkzZS00MzMwLWIwMzUtNTYxY2NlMTMzOTc1In0=?api-version=2020-03-01" + ], "x-ms-request-id": [ - "3c49253a-3d80-4cff-b6df-2ccd260269ee" + "32a63450-5928-417f-a10c-c32e6673ff76" ], "X-Content-Type-Options": [ "nosniff" @@ -1041,13 +1182,13 @@ "14998" ], "x-ms-correlation-request-id": [ - "b8cc046a-8994-4c85-b62c-8369696c64f3" + "84176efe-ae18-477e-a5f0-56354dee32c7" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T235113Z:b8cc046a-8994-4c85-b62c-8369696c64f3" + "WESTUS:20200623T234039Z:84176efe-ae18-477e-a5f0-56354dee32c7" ], "Date": [ - "Wed, 03 Jul 2019 23:51:12 GMT" + "Tue, 23 Jun 2020 23:40:38 GMT" ], "Expires": [ "-1" @@ -1057,25 +1198,148 @@ ] }, "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6ImY0MmZhMDRiLWMzNmMtNGI1Yi04N2M5LTg0ZDc1ZTdjNGFlZSIsIndvcmtmbG93SWQiOiJiZjE4NDgxYS1jZDBiLTRkMWQtYWMyMi0yNGZiOWVhMjlkOTQiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiNzNmN2NhZWEtNTkzZS00MzMwLWIwMzUtNTYxY2NlMTMzOTc1In0=?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvbG9jYXRpb25zL2NlbnRyYWx1c2V1YXAvb3BlcmF0aW9ucy9leUp3WVhKMGFYUnBiMjVKWkNJNkltWTBNbVpoTURSaUxXTXpObU10TkdJMVlpMDROMk01TFRnMFpEYzFaVGRqTkdGbFpTSXNJbmR2Y210bWJHOTNTV1FpT2lKaVpqRTRORGd4WVMxalpEQmlMVFJrTVdRdFlXTXlNaTB5TkdaaU9XVmhNamxrT1RRaUxDSjNiM0pyWm14dmQwOXdaWEpoZEdsdmJrbGtJam9pTnpObU4yTmhaV0V0TlRrelpTMDBNek13TFdJd016VXROVFl4WTJObE1UTXpPVGMxSW4wPT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-request-id": [ + "bf1a9a1c-a9fe-47c8-8104-9de08780a258" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-IIS/10.0" + ], + "X-AspNet-Version": [ + "4.0.30319" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11987" + ], + "x-ms-correlation-request-id": [ + "ef9e57f8-eaf9-4745-8b50-01c3cfea4dbe" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200623T234049Z:ef9e57f8-eaf9-4745-8b50-01c3cfea4dbe" + ], + "Date": [ + "Tue, 23 Jun 2020 23:40:48 GMT" + ], + "Content-Length": [ + "744" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6ImY0MmZhMDRiLWMzNmMtNGI1Yi04N2M5LTg0ZDc1ZTdjNGFlZSIsIndvcmtmbG93SWQiOiJiZjE4NDgxYS1jZDBiLTRkMWQtYWMyMi0yNGZiOWVhMjlkOTQiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiNzNmN2NhZWEtNTkzZS00MzMwLWIwMzUtNTYxY2NlMTMzOTc1In0=\",\r\n \"name\": \"eyJwYXJ0aXRpb25JZCI6ImY0MmZhMDRiLWMzNmMtNGI1Yi04N2M5LTg0ZDc1ZTdjNGFlZSIsIndvcmtmbG93SWQiOiJiZjE4NDgxYS1jZDBiLTRkMWQtYWMyMi0yNGZiOWVhMjlkOTQiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiNzNmN2NhZWEtNTkzZS00MzMwLWIwMzUtNTYxY2NlMTMzOTc1In0=\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2020-06-23T23:40:40.2675989Z\",\r\n \"endTime\": \"2020-06-23T23:40:46.400274Z\",\r\n \"properties\": {}\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps8740/providers/Microsoft.StorageSync/storageSyncServices?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzODc0MC9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXM/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6ImY0MmZhMDRiLWMzNmMtNGI1Yi04N2M5LTg0ZDc1ZTdjNGFlZSIsIndvcmtmbG93SWQiOiJiZjE4NDgxYS1jZDBiLTRkMWQtYWMyMi0yNGZiOWVhMjlkOTQiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiNzNmN2NhZWEtNTkzZS00MzMwLWIwMzUtNTYxY2NlMTMzOTc1In0=?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvbG9jYXRpb25zL2NlbnRyYWx1c2V1YXAvb3BlcmF0aW9ucmVzdWx0cy9leUp3WVhKMGFYUnBiMjVKWkNJNkltWTBNbVpoTURSaUxXTXpObU10TkdJMVlpMDROMk01TFRnMFpEYzFaVGRqTkdGbFpTSXNJbmR2Y210bWJHOTNTV1FpT2lKaVpqRTRORGd4WVMxalpEQmlMVFJrTVdRdFlXTXlNaTB5TkdaaU9XVmhNamxrT1RRaUxDSjNiM0pyWm14dmQwOXdaWEpoZEdsdmJrbGtJam9pTnpObU4yTmhaV0V0TlRrelpTMDBNek13TFdJd016VXROVFl4WTJObE1UTXpPVGMxSW4wPT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-request-id": [ + "73333a17-a79e-4030-8e95-115c6190579d" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-IIS/10.0" + ], + "X-AspNet-Version": [ + "4.0.30319" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11986" + ], + "x-ms-correlation-request-id": [ + "bfa7c397-8df7-4c71-89b0-367299174fa7" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200623T234049Z:bfa7c397-8df7-4c71-89b0-367299174fa7" + ], + "Date": [ + "Tue, 23 Jun 2020 23:40:48 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps660/providers/Microsoft.StorageSync/storageSyncServices?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzNjYwL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZVN5bmMvc3RvcmFnZVN5bmNTZXJ2aWNlcz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "da1b424d-28a5-4a85-a7d9-ac0df3da5256" + "38b6ae29-3a21-42e6-ab2d-dc8e693b0e38" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -1085,57 +1349,66 @@ "Pragma": [ "no-cache" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11991" - ], "x-ms-request-id": [ - "824b4cc3-65f8-4838-9e35-2bc4b56cf6c2" + "29458b68-ba73-47ad-91ae-fccfa2fd1243" ], - "x-ms-correlation-request-id": [ - "824b4cc3-65f8-4838-9e35-2bc4b56cf6c2" - ], - "x-ms-routing-request-id": [ - "WESTUS:20190703T235113Z:824b4cc3-65f8-4838-9e35-2bc4b56cf6c2" + "X-Content-Type-Options": [ + "nosniff" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Content-Type-Options": [ - "nosniff" + "Server": [ + "Microsoft-IIS/10.0" + ], + "X-AspNet-Version": [ + "4.0.30319" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11985" + ], + "x-ms-correlation-request-id": [ + "e06379b8-33a2-49f2-a5e6-b03858922451" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200623T234050Z:e06379b8-33a2-49f2-a5e6-b03858922451" ], "Date": [ - "Wed, 03 Jul 2019 23:51:12 GMT" + "Tue, 23 Jun 2020 23:40:49 GMT" + ], + "Content-Length": [ + "19" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" - ], - "Content-Length": [ - "12" ] }, "ResponseBody": "{\r\n \"value\": []\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourcegroups/ps8740?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlZ3JvdXBzL3BzODc0MD9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourcegroups/ps660?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlZ3JvdXBzL3BzNjYwP2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "dc736477-e8e8-4ea2-a124-3852ffd6ba9a" + "df68ede7-312c-4406-a1b9-226b783be4a7" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -1146,7 +1419,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzg3NDAtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzY2MC1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2016-09-01" ], "Retry-After": [ "15" @@ -1155,13 +1428,13 @@ "14997" ], "x-ms-request-id": [ - "c1945303-27e6-4efd-ab60-a04beba200a0" + "90c57608-ce24-4d14-a8f2-eb68f1e9dcd2" ], "x-ms-correlation-request-id": [ - "c1945303-27e6-4efd-ab60-a04beba200a0" + "90c57608-ce24-4d14-a8f2-eb68f1e9dcd2" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T235115Z:c1945303-27e6-4efd-ab60-a04beba200a0" + "WESTUS:20200623T234050Z:90c57608-ce24-4d14-a8f2-eb68f1e9dcd2" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1170,7 +1443,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 23:51:14 GMT" + "Tue, 23 Jun 2020 23:40:49 GMT" ], "Expires": [ "-1" @@ -1183,16 +1456,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzg3NDAtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpnM05EQXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzY2MC1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpZMk1DMVhSVk5VVlZNaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5kbGMzUjFjeUo5P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -1203,22 +1476,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzg3NDAtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzY2MC1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11990" + "11984" ], "x-ms-request-id": [ - "1f6b3d4f-f3f0-4357-a573-9e2d47080c8a" + "29ccaeb4-6fa9-488f-9838-72fc74ccaea5" ], "x-ms-correlation-request-id": [ - "1f6b3d4f-f3f0-4357-a573-9e2d47080c8a" + "29ccaeb4-6fa9-488f-9838-72fc74ccaea5" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T235130Z:1f6b3d4f-f3f0-4357-a573-9e2d47080c8a" + "WESTUS:20200623T234105Z:29ccaeb4-6fa9-488f-9838-72fc74ccaea5" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1227,7 +1500,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 23:51:29 GMT" + "Tue, 23 Jun 2020 23:41:05 GMT" ], "Expires": [ "-1" @@ -1240,16 +1513,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzg3NDAtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpnM05EQXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzY2MC1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpZMk1DMVhSVk5VVlZNaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5kbGMzUjFjeUo5P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -1260,22 +1533,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzg3NDAtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzY2MC1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11989" + "11983" ], "x-ms-request-id": [ - "85e6cef8-f0c8-4513-9c79-bb868217d81b" + "242cadcf-6e09-47b4-898e-4748d1068019" ], "x-ms-correlation-request-id": [ - "85e6cef8-f0c8-4513-9c79-bb868217d81b" + "242cadcf-6e09-47b4-898e-4748d1068019" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T235145Z:85e6cef8-f0c8-4513-9c79-bb868217d81b" + "WESTUS:20200623T234120Z:242cadcf-6e09-47b4-898e-4748d1068019" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1284,7 +1557,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 23:51:45 GMT" + "Tue, 23 Jun 2020 23:41:20 GMT" ], "Expires": [ "-1" @@ -1297,16 +1570,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzg3NDAtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpnM05EQXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzY2MC1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpZMk1DMVhSVk5VVlZNaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5kbGMzUjFjeUo5P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -1317,16 +1590,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11988" + "11982" ], "x-ms-request-id": [ - "e7b9ea68-af2f-42ee-a2dc-f04c8cdf343b" + "b2655371-a801-4027-a95d-c94cee3e2ddc" ], "x-ms-correlation-request-id": [ - "e7b9ea68-af2f-42ee-a2dc-f04c8cdf343b" + "b2655371-a801-4027-a95d-c94cee3e2ddc" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T235200Z:e7b9ea68-af2f-42ee-a2dc-f04c8cdf343b" + "WESTUS:20200623T234135Z:b2655371-a801-4027-a95d-c94cee3e2ddc" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1335,7 +1608,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 23:51:59 GMT" + "Tue, 23 Jun 2020 23:41:35 GMT" ], "Expires": [ "-1" @@ -1348,16 +1621,16 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzg3NDAtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpnM05EQXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzY2MC1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpZMk1DMVhSVk5VVlZNaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5kbGMzUjFjeUo5P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -1368,16 +1641,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11987" + "11981" ], "x-ms-request-id": [ - "d102d2d8-003a-440e-b412-2c2a1a68831b" + "1c4b9152-c292-48c4-9f9b-700bb57115f4" ], "x-ms-correlation-request-id": [ - "d102d2d8-003a-440e-b412-2c2a1a68831b" + "1c4b9152-c292-48c4-9f9b-700bb57115f4" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T235200Z:d102d2d8-003a-440e-b412-2c2a1a68831b" + "WESTUS:20200623T234135Z:1c4b9152-c292-48c4-9f9b-700bb57115f4" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1386,7 +1659,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 23:51:59 GMT" + "Tue, 23 Jun 2020 23:41:35 GMT" ], "Expires": [ "-1" @@ -1401,14 +1674,14 @@ ], "Names": { "Test-RemoveRegisteredServer": [ - "ps8740", - "ps12" + "ps660", + "ps7533" ] }, "Variables": { - "SubscriptionId": "7b96cb02-4663-40f4-9a89-603d3849e46a", - "TenantId": "0483643a-cb2f-462a-bc27-1a270e5bdc0a", + "SubscriptionId": "1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b", + "TenantId": "6ad91d65-65ab-4e14-90f7-fe951035b7c9", "Domain": "", - "SyncServerId": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps8740/providers/Microsoft.StorageSync/storageSyncServices/sssps12/registeredServers/F07A1B7C-2121-4FE1-8CEA-02035812CC12" + "SyncServerId": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps660/providers/Microsoft.StorageSync/storageSyncServices/sssps7533/registeredServers/2858581C-7A2D-4344-A096-8A50E2BA3CF2" } } \ No newline at end of file diff --git a/src/StorageSync/StorageSync.Test/SessionRecords/StorageSyncTests.RegisteredServerTests/TestRemoveRegisteredServerInputObject.json b/src/StorageSync/StorageSync.Test/SessionRecords/StorageSyncTests.RegisteredServerTests/TestRemoveRegisteredServerInputObject.json index cead3e333afb..8d7439a58347 100644 --- a/src/StorageSync/StorageSync.Test/SessionRecords/StorageSyncTests.RegisteredServerTests/TestRemoveRegisteredServerInputObject.json +++ b/src/StorageSync/StorageSync.Test/SessionRecords/StorageSyncTests.RegisteredServerTests/TestRemoveRegisteredServerInputObject.json @@ -1,22 +1,22 @@ { "Entries": [ { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/providers/Microsoft.Resources?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVzb3VyY2VzP2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/Microsoft.Resources?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVzb3VyY2VzP2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "8db87ae7-7eb2-4890-8e60-a5f82a848358" + "02920c55-94be-4bab-9a9d-9493c53d735f" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -30,13 +30,13 @@ "11999" ], "x-ms-request-id": [ - "09a71967-db8b-4f44-8f4d-d7325bad14ba" + "7b54feaf-4f7f-43de-952c-4382fe076960" ], "x-ms-correlation-request-id": [ - "09a71967-db8b-4f44-8f4d-d7325bad14ba" + "7b54feaf-4f7f-43de-952c-4382fe076960" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T235205Z:09a71967-db8b-4f44-8f4d-d7325bad14ba" + "WESTUS:20200623T234137Z:7b54feaf-4f7f-43de-952c-4382fe076960" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -45,7 +45,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 23:52:04 GMT" + "Tue, 23 Jun 2020 23:41:37 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -54,29 +54,29 @@ "-1" ], "Content-Length": [ - "8818" + "10899" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/providers/Microsoft.Resources\",\r\n \"namespace\": \"Microsoft.Resources\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"tenants\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operationresults\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"notifyResourceJobs\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"tags\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkPolicyCompliance\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"providers\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkresourcename\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resources\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/resources\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/providers\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/operationresults\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceGroups\",\r\n \"locations\": [\r\n \"Central US\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"West Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia Southeast\",\r\n \"Australia East\",\r\n \"West India\",\r\n \"South India\",\r\n \"Central India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/resourceGroups\",\r\n \"locations\": [\r\n \"Central US\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"West Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia Southeast\",\r\n \"Australia East\",\r\n \"West India\",\r\n \"South India\",\r\n \"Central India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/resourcegroups/resources\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/tagnames\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/tagNames/tagValues\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"deployments\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"deployments/operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"links\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-01-01\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/Microsoft.Resources\",\r\n \"namespace\": \"Microsoft.Resources\",\r\n \"authorization\": {\r\n \"applicationId\": \"3b990c8b-9607-4c2a-8b04-1d41985facca\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"tenants\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-01-01\",\r\n \"2019-09-01\",\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-09-01\",\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operationresults\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-09-01\",\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"notifyResourceJobs\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-09-01\",\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"tags\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-10-01\",\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\"\r\n ],\r\n \"capabilities\": \"SupportsExtension\"\r\n },\r\n {\r\n \"resourceType\": \"checkPolicyCompliance\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"providers\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkresourcename\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"calculateTemplateHash\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-09-01\",\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resources\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-09-01\",\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-10-01\",\r\n \"2019-09-01\",\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/resources\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-09-01\",\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/providers\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/operationresults\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceGroups\",\r\n \"locations\": [\r\n \"Central US\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"West Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia Southeast\",\r\n \"Australia East\",\r\n \"West India\",\r\n \"South India\",\r\n \"Central India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Australia Central\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/resourceGroups\",\r\n \"locations\": [\r\n \"Central US\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"West Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia Southeast\",\r\n \"Australia East\",\r\n \"West India\",\r\n \"South India\",\r\n \"Central India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Australia Central\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/resourcegroups/resources\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/tagnames\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/tagNames/tagValues\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"deployments\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-09-01\",\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"deployments/operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-09-01\",\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"links\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ],\r\n \"capabilities\": \"SupportsExtension\"\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-01-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"deploymentScripts\",\r\n \"locations\": [\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Australia East\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"Central US\",\r\n \"North Central US\",\r\n \"UK South\",\r\n \"Central India\",\r\n \"South India\",\r\n \"Japan East\",\r\n \"Korea Central\",\r\n \"North Europe\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West US 2\",\r\n \"West US\",\r\n \"South Central US\",\r\n \"Canada East\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-10-01-preview\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"deploymentScripts/logs\",\r\n \"locations\": [\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Australia East\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"Central US\",\r\n \"North Central US\",\r\n \"UK South\",\r\n \"Central India\",\r\n \"South India\",\r\n \"Japan East\",\r\n \"Korea Central\",\r\n \"North Europe\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West US 2\",\r\n \"West US\",\r\n \"South Central US\",\r\n \"Canada East\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/deploymentScriptOperationResults\",\r\n \"locations\": [\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Australia East\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"Central US\",\r\n \"North Central US\",\r\n \"UK South\",\r\n \"Central India\",\r\n \"South India\",\r\n \"Japan East\",\r\n \"Korea Central\",\r\n \"North Europe\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West US 2\",\r\n \"West US\",\r\n \"South Central US\",\r\n \"Canada East\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-10-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/providers/Microsoft.StorageSync?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZVN5bmM/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/Microsoft.StorageSync?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZVN5bmM/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "3b59be5c-14ff-4511-b484-bce0c529428d" + "97697fb2-8901-464f-b838-9c8a9c960cd9" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -90,13 +90,13 @@ "11998" ], "x-ms-request-id": [ - "3e9389a1-9837-4030-8f6c-4b1e541d2974" + "fb57a4c4-6562-499b-8e40-9f06017dba55" ], "x-ms-correlation-request-id": [ - "3e9389a1-9837-4030-8f6c-4b1e541d2974" + "fb57a4c4-6562-499b-8e40-9f06017dba55" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T235205Z:3e9389a1-9837-4030-8f6c-4b1e541d2974" + "WESTUS:20200623T234138Z:fb57a4c4-6562-499b-8e40-9f06017dba55" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -105,7 +105,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 23:52:04 GMT" + "Tue, 23 Jun 2020 23:41:37 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -114,29 +114,29 @@ "-1" ], "Content-Length": [ - "5239" + "7645" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/providers/Microsoft.StorageSync\",\r\n \"namespace\": \"Microsoft.StorageSync\",\r\n \"authorizations\": [\r\n {\r\n \"applicationId\": \"9469b9f5-6722-4481-a2b2-14ed560b706f\"\r\n }\r\n ],\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageSyncServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"Central US EUAP\",\r\n \"West US 2\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\",\r\n \"2018-01-01-preview\",\r\n \"2017-06-05-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"storageSyncServices/syncGroups\",\r\n \"locations\": [\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"Central US EUAP\",\r\n \"West US 2\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\",\r\n \"2018-01-01-preview\",\r\n \"2017-06-05-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageSyncServices/syncGroups/cloudEndpoints\",\r\n \"locations\": [\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"Central US EUAP\",\r\n \"West US 2\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\",\r\n \"2018-01-01-preview\",\r\n \"2017-06-05-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageSyncServices/syncGroups/serverEndpoints\",\r\n \"locations\": [\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"Central US EUAP\",\r\n \"West US 2\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\",\r\n \"2018-01-01-preview\",\r\n \"2017-06-05-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageSyncServices/registeredServers\",\r\n \"locations\": [\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"Central US EUAP\",\r\n \"West US 2\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\",\r\n \"2018-01-01-preview\",\r\n \"2017-06-05-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageSyncServices/workflows\",\r\n \"locations\": [\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"Central US EUAP\",\r\n \"West US 2\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\",\r\n \"2018-01-01-preview\",\r\n \"2017-06-05-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\",\r\n \"2018-01-01-preview\",\r\n \"2017-06-05-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/checkNameAvailability\",\r\n \"locations\": [\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/workflows\",\r\n \"locations\": [\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/Microsoft.StorageSync\",\r\n \"namespace\": \"Microsoft.StorageSync\",\r\n \"authorizations\": [\r\n {\r\n \"applicationId\": \"9469b9f5-6722-4481-a2b2-14ed560b706f\",\r\n \"roleDefinitionId\": \"4cd49d82-1f4d-43fc-af0c-1c1203668e5a\"\r\n }\r\n ],\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageSyncServices\",\r\n \"locations\": [\r\n \"West Central US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"West US 2\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"UAE North\",\r\n \"UAE Central\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2019-10-01\",\r\n \"2019-06-01\",\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\",\r\n \"2018-01-01-preview\",\r\n \"2017-06-05-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"storageSyncServices/syncGroups\",\r\n \"locations\": [\r\n \"West Central US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"West US 2\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"UAE North\",\r\n \"UAE Central\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2019-10-01\",\r\n \"2019-06-01\",\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\",\r\n \"2018-01-01-preview\",\r\n \"2017-06-05-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageSyncServices/syncGroups/cloudEndpoints\",\r\n \"locations\": [\r\n \"West Central US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"West US 2\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"UAE North\",\r\n \"UAE Central\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2019-10-01\",\r\n \"2019-06-01\",\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\",\r\n \"2018-01-01-preview\",\r\n \"2017-06-05-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageSyncServices/syncGroups/serverEndpoints\",\r\n \"locations\": [\r\n \"West Central US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"West US 2\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"UAE North\",\r\n \"UAE Central\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2019-10-01\",\r\n \"2019-06-01\",\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\",\r\n \"2018-01-01-preview\",\r\n \"2017-06-05-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageSyncServices/registeredServers\",\r\n \"locations\": [\r\n \"West Central US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"West US 2\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"UAE North\",\r\n \"UAE Central\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2019-10-01\",\r\n \"2019-06-01\",\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\",\r\n \"2018-01-01-preview\",\r\n \"2017-06-05-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageSyncServices/workflows\",\r\n \"locations\": [\r\n \"West Central US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"West US 2\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"UAE North\",\r\n \"UAE Central\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2019-10-01\",\r\n \"2019-06-01\",\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\",\r\n \"2018-01-01-preview\",\r\n \"2017-06-05-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2019-10-01\",\r\n \"2019-06-01\",\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\",\r\n \"2018-01-01-preview\",\r\n \"2017-06-05-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2019-10-01\",\r\n \"2019-06-01\",\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/checkNameAvailability\",\r\n \"locations\": [\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"UAE North\",\r\n \"UAE Central\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2019-10-01\",\r\n \"2019-06-01\",\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/workflows\",\r\n \"locations\": [\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"UAE North\",\r\n \"UAE Central\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2019-10-01\",\r\n \"2019-06-01\",\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operations\",\r\n \"locations\": [\r\n \"West Central US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"West US 2\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"UAE North\",\r\n \"UAE Central\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operationResults\",\r\n \"locations\": [\r\n \"West Central US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"West US 2\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"UAE North\",\r\n \"UAE Central\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourcegroups/ps1726?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlZ3JvdXBzL3BzMTcyNj9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourcegroups/ps3865?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlZ3JvdXBzL3BzMzg2NT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "97a0b836-26fa-4a48-ae4b-dc87afb5a298" + "23c473bf-2b99-4e94-8e84-e02e6bc79302" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ], "Content-Type": [ "application/json; charset=utf-8" @@ -156,13 +156,13 @@ "1199" ], "x-ms-request-id": [ - "39817f1c-e68c-4c05-a49c-1e5351e68a14" + "443346e1-4d4f-4022-ab56-cbcab950c6ed" ], "x-ms-correlation-request-id": [ - "39817f1c-e68c-4c05-a49c-1e5351e68a14" + "443346e1-4d4f-4022-ab56-cbcab950c6ed" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T235206Z:39817f1c-e68c-4c05-a49c-1e5351e68a14" + "WESTUS:20200623T234138Z:443346e1-4d4f-4022-ab56-cbcab950c6ed" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -171,7 +171,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 23:52:06 GMT" + "Tue, 23 Jun 2020 23:41:37 GMT" ], "Content-Length": [ "165" @@ -183,32 +183,32 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps1726\",\r\n \"name\": \"ps1726\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps3865\",\r\n \"name\": \"ps3865\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/providers/Microsoft.StorageSync/locations/CentralUSEUAP/checkNameAvailability?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZVN5bmMvbG9jYXRpb25zL0NlbnRyYWxVU0VVQVAvY2hlY2tOYW1lQXZhaWxhYmlsaXR5P2FwaS12ZXJzaW9uPTIwMTktMDMtMDE=", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/Microsoft.StorageSync/locations/CentralUSEUAP/checkNameAvailability?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZVN5bmMvbG9jYXRpb25zL0NlbnRyYWxVU0VVQVAvY2hlY2tOYW1lQXZhaWxhYmlsaXR5P2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", "RequestMethod": "POST", - "RequestBody": "{\r\n \"name\": \"sssps219\",\r\n \"type\": \"Microsoft.StorageSync/storageSyncServices\"\r\n}", + "RequestBody": "{\r\n \"name\": \"sssps7975\",\r\n \"type\": \"Microsoft.StorageSync/storageSyncServices\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "4d8a480c-383e-41f6-af6f-a8c5a9db3bbb" + "3f199937-9a77-4a58-b956-a4eab7d7676a" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "82" + "83" ] }, "ResponseHeaders": { @@ -219,7 +219,7 @@ "no-cache" ], "x-ms-request-id": [ - "315515b4-24b4-43ca-ae5d-c8b611e6c84f" + "fd70914f-5f0c-4d29-9333-fdcd686eea43" ], "X-Content-Type-Options": [ "nosniff" @@ -240,50 +240,50 @@ "1199" ], "x-ms-correlation-request-id": [ - "59a79e05-ebef-45a7-a91e-aff5bf14d48c" + "9b1e2417-543b-4743-8657-097428381412" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T235207Z:59a79e05-ebef-45a7-a91e-aff5bf14d48c" + "WESTUS:20200623T234139Z:9b1e2417-543b-4743-8657-097428381412" ], "Date": [ - "Wed, 03 Jul 2019 23:52:07 GMT" + "Tue, 23 Jun 2020 23:41:38 GMT" ], "Content-Length": [ - "51" + "29" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"nameAvailable\": true,\r\n \"reason\": null,\r\n \"message\": null\r\n}", + "ResponseBody": "{\r\n \"nameAvailable\": true\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps1726/providers/Microsoft.StorageSync/storageSyncServices/sssps219?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzMTcyNi9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMyMTk/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps3865/providers/Microsoft.StorageSync/storageSyncServices/sssps7975?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzMzg2NS9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM3OTc1P2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"location\": \"Central US EUAP\",\r\n \"tags\": {}\r\n}", + "RequestBody": "{\r\n \"location\": \"Central US EUAP\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"incomingTrafficPolicy\": \"AllowAllTraffic\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "c027ad89-e81d-434a-8aad-1762b80b2c12" + "e3e6e05b-992c-4b9c-a114-0a1be26dd739" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "52" + "125" ] }, "ResponseHeaders": { @@ -293,8 +293,17 @@ "Pragma": [ "no-cache" ], + "Location": [ + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6ImEzNjYyNTMzLTZkYjItNDc4MC1iNzg3LWRmN2FiYzFiMDIxZiIsIndvcmtmbG93SWQiOiI2MWI3Y2QyYy01YzY2LTQ1MzktODBjYy0wMzI3YWU0MzU2ZmIiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiNzhiYWJkYzItYWEwNC00Y2E5LTg1YzktZDIyZThmODRkZDM3In0=?api-version=2020-03-01" + ], + "Retry-After": [ + "10" + ], + "Azure-AsyncOperation": [ + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6ImEzNjYyNTMzLTZkYjItNDc4MC1iNzg3LWRmN2FiYzFiMDIxZiIsIndvcmtmbG93SWQiOiI2MWI3Y2QyYy01YzY2LTQ1MzktODBjYy0wMzI3YWU0MzU2ZmIiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiNzhiYWJkYzItYWEwNC00Y2E5LTg1YzktZDIyZThmODRkZDM3In0=?api-version=2020-03-01" + ], "x-ms-request-id": [ - "80727e67-250d-4fcf-a668-e9b1122cb976" + "4a9c0c12-f054-415d-88c5-5b0daafc165d" ], "X-Content-Type-Options": [ "nosniff" @@ -315,50 +324,173 @@ "1199" ], "x-ms-correlation-request-id": [ - "f07bdd1f-3975-4d34-9c4f-38a8fabad19d" + "ae9e256b-4328-4941-b790-f5f1b9f19bd8" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200623T234139Z:ae9e256b-4328-4941-b790-f5f1b9f19bd8" + ], + "Date": [ + "Tue, 23 Jun 2020 23:41:39 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6ImEzNjYyNTMzLTZkYjItNDc4MC1iNzg3LWRmN2FiYzFiMDIxZiIsIndvcmtmbG93SWQiOiI2MWI3Y2QyYy01YzY2LTQ1MzktODBjYy0wMzI3YWU0MzU2ZmIiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiNzhiYWJkYzItYWEwNC00Y2E5LTg1YzktZDIyZThmODRkZDM3In0=?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvbG9jYXRpb25zL2NlbnRyYWx1c2V1YXAvb3BlcmF0aW9ucy9leUp3WVhKMGFYUnBiMjVKWkNJNkltRXpOall5TlRNekxUWmtZakl0TkRjNE1DMWlOemczTFdSbU4yRmlZekZpTURJeFppSXNJbmR2Y210bWJHOTNTV1FpT2lJMk1XSTNZMlF5WXkwMVl6WTJMVFExTXprdE9EQmpZeTB3TXpJM1lXVTBNelUyWm1JaUxDSjNiM0pyWm14dmQwOXdaWEpoZEdsdmJrbGtJam9pTnpoaVlXSmtZekl0WVdFd05DMDBZMkU1TFRnMVl6a3RaREl5WlRobU9EUmtaRE0zSW4wPT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-request-id": [ + "64f7a2ec-eece-4683-9b43-40d4843d2eb7" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-IIS/10.0" + ], + "X-AspNet-Version": [ + "4.0.30319" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11999" + ], + "x-ms-correlation-request-id": [ + "9a468a7c-5efc-4437-992d-2ed1ebedb29d" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T235208Z:f07bdd1f-3975-4d34-9c4f-38a8fabad19d" + "WESTUS:20200623T234150Z:9a468a7c-5efc-4437-992d-2ed1ebedb29d" ], "Date": [ - "Wed, 03 Jul 2019 23:52:07 GMT" + "Tue, 23 Jun 2020 23:41:49 GMT" ], "Content-Length": [ - "327" + "745" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"storageSyncServiceStatus\": null,\r\n \"storageSyncServiceUid\": null\r\n },\r\n \"location\": \"Central US EUAP\",\r\n \"tags\": {},\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps1726/providers/microsoft.storagesync/storageSyncServices/sssps219\",\r\n \"name\": \"sssps219\",\r\n \"type\": \"microsoft.storagesync/storageSyncServices\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6ImEzNjYyNTMzLTZkYjItNDc4MC1iNzg3LWRmN2FiYzFiMDIxZiIsIndvcmtmbG93SWQiOiI2MWI3Y2QyYy01YzY2LTQ1MzktODBjYy0wMzI3YWU0MzU2ZmIiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiNzhiYWJkYzItYWEwNC00Y2E5LTg1YzktZDIyZThmODRkZDM3In0=\",\r\n \"name\": \"eyJwYXJ0aXRpb25JZCI6ImEzNjYyNTMzLTZkYjItNDc4MC1iNzg3LWRmN2FiYzFiMDIxZiIsIndvcmtmbG93SWQiOiI2MWI3Y2QyYy01YzY2LTQ1MzktODBjYy0wMzI3YWU0MzU2ZmIiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiNzhiYWJkYzItYWEwNC00Y2E5LTg1YzktZDIyZThmODRkZDM3In0=\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2020-06-23T23:41:41.0017617Z\",\r\n \"endTime\": \"2020-06-23T23:41:47.0199083Z\",\r\n \"properties\": {}\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps1726/providers/Microsoft.StorageSync/storageSyncServices/sssps219/registeredServers/dc8cf7f4-f524-4799-ba3b-ffa8f0302a53?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzMTcyNi9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMyMTkvcmVnaXN0ZXJlZFNlcnZlcnMvZGM4Y2Y3ZjQtZjUyNC00Nzk5LWJhM2ItZmZhOGYwMzAyYTUzP2FwaS12ZXJzaW9uPTIwMTktMDMtMDE=", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps3865/providers/Microsoft.StorageSync/storageSyncServices/sssps7975?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzMzg2NS9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM3OTc1P2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-request-id": [ + "cd2f2287-3649-4714-be4e-d8d1c622773d" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-IIS/10.0" + ], + "X-AspNet-Version": [ + "4.0.30319" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11998" + ], + "x-ms-correlation-request-id": [ + "04a25fee-4b9b-447e-8b72-8d7c8d404f6f" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200623T234150Z:04a25fee-4b9b-447e-8b72-8d7c8d404f6f" + ], + "Date": [ + "Tue, 23 Jun 2020 23:41:49 GMT" + ], + "Content-Length": [ + "633" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"properties\": {\r\n \"storageSyncServiceStatus\": 0,\r\n \"incomingTrafficPolicy\": \"AllowAllTraffic\",\r\n \"privateEndpointConnections\": [],\r\n \"provisioningState\": \"Succeeded\",\r\n \"lastWorkflowId\": \"storageSyncServices/sssps7975/workflows/61b7cd2c-5c66-4539-80cc-0327ae4356fb\",\r\n \"lastOperationName\": \"ICreateStorageSyncServiceWorkflow\"\r\n },\r\n \"location\": \"Central US EUAP\",\r\n \"tags\": {},\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps3865/providers/microsoft.storagesync/storageSyncServices/sssps7975\",\r\n \"name\": \"sssps7975\",\r\n \"type\": \"microsoft.storagesync/storageSyncServices\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps3865/providers/Microsoft.StorageSync/storageSyncServices/sssps7975/registeredServers/9ecc90b9-a1b8-4475-acb2-4d2adf54945b?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzMzg2NS9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM3OTc1L3JlZ2lzdGVyZWRTZXJ2ZXJzLzllY2M5MGI5LWExYjgtNDQ3NS1hY2IyLTRkMmFkZjU0OTQ1Yj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"serverCertificate\": \"MIIDGDCCAgCgAwIBAgIQZrMnSW/lG5xELR7EikisXDANBgkqhkiG9w0BAQ0FADA0MTIwMAYDVQQDEylhbmRyZXlhemRldm9wcy5yZWRtb25kLmNvcnAubWljcm9zb2Z0LmNvbTAeFw0xOTA1MjkwMjEyNDlaFw0yMDA1MjkwMjEyNDlaMDQxMjAwBgNVBAMTKWFuZHJleWF6ZGV2b3BzLnJlZG1vbmQuY29ycC5taWNyb3NvZnQuY29tMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAzWEfgMvao6tCt/lexsMFViVxCCoJbLClwvqfWN79eFc3bmXBtERIvKTlb1TqAigp5VjP021TaQsyN/K2t8qr2rAdlaeJtCXNSILe3+ForYGcQOP0p802kFXkhMUojfX8jGs1BLQTsUoKN4UtuxWIhpb7Iw00rT7wchTg6Yk+ULCRFAlxOQHZI0drM13tDO4kz0BRbTCoSvazS3O570p8sMrWFra6P1/HG1f7sIQP5txw205siGb5FpB0u16qD/z0d7tfMGv+JIqAb6InI393dj2FtbzExkkiBUFXWaH9czGkAFyWuzkECb0WEEK+7oTOrLlo0dh0bp6nxlZ+G7FLfQIDAQABoyYwJDAiBgNVHSUBAf8EGDAWBggrBgEFBQcDAgYKKwYBBAGCNwoDDDANBgkqhkiG9w0BAQ0FAAOCAQEAEn8WHN0h00/Vem50CnwXwnty0vGwu2v3plD1m0mw+3jCtDUTa/tF/a7jTVTCtK6VdqNP6tp/f+GflNRmZWIK/6DIEntouzL++7M5hArcJj01t0S0Vc+0FN3b2wuBuJUYWxR5Q8bNHStOm7l6nXjQ96k1fH/L/hu0dmhciak8LUEIowhSiIpnB3C9AGFuPi9DqjKdWxxzIPLybiDidgUfGbcCNHaZXvcNqNq4zpzeFPTi3VBEOXHIJhk0fT3iWjwvBwtUxPJJs3FIRZFWQa/cgEvBWrYMem98lqKNdmGDJP11OmUeAqJQTe+iSX9pDFzpEj/lM/tIjEh9fwKXuoO1uw==\",\r\n \"agentVersion\": \"5.0.2.0\",\r\n \"serverOSVersion\": \"10.0.14393.0\",\r\n \"lastHeartBeat\": \"7/3/2019 4:52:08 PM\",\r\n \"serverRole\": \"Standalone\",\r\n \"clusterId\": \"00000000-0000-0000-0000-000000000000\",\r\n \"serverId\": \"dc8cf7f4-f524-4799-ba3b-ffa8f0302a53\",\r\n \"friendlyName\": \"andreyazdevops.redmond.corp.microsoft.com\"\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"serverCertificate\": \"MIIDEDCCAfigAwIBAgIQHMX6MF8k1YRIo40AAPKx/TANBgkqhkiG9w0BAQ0FADAwMS4wLAYDVQQDEyVhbmt1c2hiLXZtMDIubnRkZXYuY29ycC5taWNyb3NvZnQuY29tMB4XDTIwMDEyNzE5NTkwN1oXDTIxMDEyNzE5NTkwN1owMDEuMCwGA1UEAxMlYW5rdXNoYi12bTAyLm50ZGV2LmNvcnAubWljcm9zb2Z0LmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAOGKtANwb+dUXi5QVPKCUkpcWJ1/s18EqVBGRaQvIE518p7zWSfnk79FOerjfCT6kDBZPccnxBHK3hZZNgxrAkgv0LeDIEwHDvttYbcMfUzq1VviGnPuKWTsFkIAkG+8IehxX9eB/kBlkoyriziQXg4Bz74HBaQWlZeC65R6Tp8XcuO8HuKtnT3RfV6365pPHq4yp/N5e3NLxDoG1AKXEs8NtDkw2xOltLCu3qluV/AUX343pDEkLV3F8IOu3I7cU+NA/WzCF7UcZ8ZOhS5klMVNiUwCFsUdFUAXh9ufXEBs50IcVJlZU6ZUADbmrqaqpYtD94aKQeFsBlnou5s1A/kCAwEAAaMmMCQwIgYDVR0lAQH/BBgwFgYIKwYBBQUHAwIGCisGAQQBgjcKAwwwDQYJKoZIhvcNAQENBQADggEBAH7p2XFxnOdk/lbNBKW7nmjsjE5BeBU/OlBhKCUrmmY+fk3FvAYSs2jaJKqgZjxek/KdNf2UZMXztg8joF5s1Pdg6ICxJqc1t4gJunHUOoTHHyrotMyt6xJnClRCNqshA0n2z304hjKXcyCoLopemMFpOPEg2oG+EOuvwK/g1gAavGbmYJQc82uNF1LKNMmNfQ4Nn48dKLKg65SHgU+BISlCjHb/6NRTpTmK5acUOlHSrhGsJYCBsN1xJOzwxssXAoy25ebjajvnGcsC9k2HwLZWaSGsPuwWPfEtPPHjNRDrnaNLjSu2zc0uxZza8JWlE0pWD2kyf9OjyD1V0PxtZuM=\",\r\n \"agentVersion\": \"5.0.2.0\",\r\n \"serverOSVersion\": \"10.0.14393.0\",\r\n \"lastHeartBeat\": \"6/23/2020 4:41:50 PM\",\r\n \"serverRole\": \"Standalone\",\r\n \"clusterId\": \"00000000-0000-0000-0000-000000000000\",\r\n \"serverId\": \"9ecc90b9-a1b8-4475-acb2-4d2adf54945b\",\r\n \"friendlyName\": \"ankushb-vm02.ntdev.corp.microsoft.com\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "2b69faa6-27c1-4684-acf1-89716fdaf0c2" + "c7811159-bde1-4979-a64e-e51bf8d65f34" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "1452" + "1437" ] }, "ResponseHeaders": { @@ -369,16 +501,16 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps1726/providers/microsoft.storagesync/storageSyncServices/sssps219/workflows/fda7ff95-4e1d-4f30-8b97-183b694b823d/operationresults/bf8c0407-cf33-4a2d-b1de-11a33d765fe0?api-version=2019-03-01" + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6ImEzNjYyNTMzLTZkYjItNDc4MC1iNzg3LWRmN2FiYzFiMDIxZiIsIndvcmtmbG93SWQiOiIxNjJmYWEzZi00NmU3LTQ2MjUtOTFhZS00YTRmZjAwM2MwZGIiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiYjIwZjFmZjItZGE2OC00OTdhLTkzYTgtYWI3OTEwMGRhYjEzIn0=?api-version=2020-03-01" ], "Retry-After": [ "10" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps1726/providers/microsoft.storagesync/storageSyncServices/sssps219/workflows/fda7ff95-4e1d-4f30-8b97-183b694b823d/operations/bf8c0407-cf33-4a2d-b1de-11a33d765fe0?api-version=2019-03-01" + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6ImEzNjYyNTMzLTZkYjItNDc4MC1iNzg3LWRmN2FiYzFiMDIxZiIsIndvcmtmbG93SWQiOiIxNjJmYWEzZi00NmU3LTQ2MjUtOTFhZS00YTRmZjAwM2MwZGIiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiYjIwZjFmZjItZGE2OC00OTdhLTkzYTgtYWI3OTEwMGRhYjEzIn0=?api-version=2020-03-01" ], "x-ms-request-id": [ - "4996c01c-de40-4941-8eeb-c64a181008fb" + "b02746b0-7d29-438e-a313-65ba5edf2588" ], "X-Content-Type-Options": [ "nosniff" @@ -399,13 +531,13 @@ "1198" ], "x-ms-correlation-request-id": [ - "b2508d6b-82e5-4dcf-b860-15954881d83f" + "d77e2ba9-b71c-4b6e-afbd-9e9a96eed413" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T235209Z:b2508d6b-82e5-4dcf-b860-15954881d83f" + "WESTUS:20200623T234150Z:d77e2ba9-b71c-4b6e-afbd-9e9a96eed413" ], "Date": [ - "Wed, 03 Jul 2019 23:52:08 GMT" + "Tue, 23 Jun 2020 23:41:50 GMT" ], "Expires": [ "-1" @@ -418,16 +550,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps1726/providers/microsoft.storagesync/storageSyncServices/sssps219/workflows/fda7ff95-4e1d-4f30-8b97-183b694b823d/operations/bf8c0407-cf33-4a2d-b1de-11a33d765fe0?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzMTcyNi9wcm92aWRlcnMvbWljcm9zb2Z0LnN0b3JhZ2VzeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMyMTkvd29ya2Zsb3dzL2ZkYTdmZjk1LTRlMWQtNGYzMC04Yjk3LTE4M2I2OTRiODIzZC9vcGVyYXRpb25zL2JmOGMwNDA3LWNmMzMtNGEyZC1iMWRlLTExYTMzZDc2NWZlMD9hcGktdmVyc2lvbj0yMDE5LTAzLTAx", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6ImEzNjYyNTMzLTZkYjItNDc4MC1iNzg3LWRmN2FiYzFiMDIxZiIsIndvcmtmbG93SWQiOiIxNjJmYWEzZi00NmU3LTQ2MjUtOTFhZS00YTRmZjAwM2MwZGIiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiYjIwZjFmZjItZGE2OC00OTdhLTkzYTgtYWI3OTEwMGRhYjEzIn0=?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvbG9jYXRpb25zL2NlbnRyYWx1c2V1YXAvb3BlcmF0aW9ucy9leUp3WVhKMGFYUnBiMjVKWkNJNkltRXpOall5TlRNekxUWmtZakl0TkRjNE1DMWlOemczTFdSbU4yRmlZekZpTURJeFppSXNJbmR2Y210bWJHOTNTV1FpT2lJeE5qSm1ZV0V6WmkwME5tVTNMVFEyTWpVdE9URmhaUzAwWVRSbVpqQXdNMk13WkdJaUxDSjNiM0pyWm14dmQwOXdaWEpoZEdsdmJrbGtJam9pWWpJd1pqRm1aakl0WkdFMk9DMDBPVGRoTFRrellUZ3RZV0kzT1RFd01HUmhZakV6SW4wPT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -438,7 +570,7 @@ "no-cache" ], "x-ms-request-id": [ - "8f0d0aec-082a-40b0-8328-797c43b7f281" + "a176da5c-06e1-4f5a-9db4-b26d361f9bf9" ], "X-Content-Type-Options": [ "nosniff" @@ -456,41 +588,41 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11999" + "11997" ], "x-ms-correlation-request-id": [ - "d5c1e317-ee5f-481e-9e94-a3ccd8e5c7a9" + "5ca2d4ce-3be9-42eb-b784-b213e3f4e1c3" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T235219Z:d5c1e317-ee5f-481e-9e94-a3ccd8e5c7a9" + "WESTUS:20200623T234201Z:5ca2d4ce-3be9-42eb-b784-b213e3f4e1c3" ], "Date": [ - "Wed, 03 Jul 2019 23:52:18 GMT" + "Tue, 23 Jun 2020 23:42:01 GMT" ], "Content-Length": [ - "446" + "745" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps1726/providers/microsoft.storagesync/storageSyncServices/sssps219/workflow/fda7ff95-4e1d-4f30-8b97-183b694b823d/operationresults/bf8c0407-cf33-4a2d-b1de-11a33d765fe0\",\r\n \"name\": \"bf8c0407-cf33-4a2d-b1de-11a33d765fe0\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2019-07-03T23:52:09.3172742Z\",\r\n \"endTime\": \"2019-07-03T23:52:12.7990859Z\",\r\n \"percentComplete\": null,\r\n \"error\": null,\r\n \"properties\": {}\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6ImEzNjYyNTMzLTZkYjItNDc4MC1iNzg3LWRmN2FiYzFiMDIxZiIsIndvcmtmbG93SWQiOiIxNjJmYWEzZi00NmU3LTQ2MjUtOTFhZS00YTRmZjAwM2MwZGIiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiYjIwZjFmZjItZGE2OC00OTdhLTkzYTgtYWI3OTEwMGRhYjEzIn0=\",\r\n \"name\": \"eyJwYXJ0aXRpb25JZCI6ImEzNjYyNTMzLTZkYjItNDc4MC1iNzg3LWRmN2FiYzFiMDIxZiIsIndvcmtmbG93SWQiOiIxNjJmYWEzZi00NmU3LTQ2MjUtOTFhZS00YTRmZjAwM2MwZGIiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiYjIwZjFmZjItZGE2OC00OTdhLTkzYTgtYWI3OTEwMGRhYjEzIn0=\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2020-06-23T23:41:51.1881736Z\",\r\n \"endTime\": \"2020-06-23T23:41:54.6381127Z\",\r\n \"properties\": {}\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps1726/providers/Microsoft.StorageSync/storageSyncServices/sssps219/registeredServers/dc8cf7f4-f524-4799-ba3b-ffa8f0302a53?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzMTcyNi9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMyMTkvcmVnaXN0ZXJlZFNlcnZlcnMvZGM4Y2Y3ZjQtZjUyNC00Nzk5LWJhM2ItZmZhOGYwMzAyYTUzP2FwaS12ZXJzaW9uPTIwMTktMDMtMDE=", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps3865/providers/Microsoft.StorageSync/storageSyncServices/sssps7975/registeredServers/9ecc90b9-a1b8-4475-acb2-4d2adf54945b?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzMzg2NS9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM3OTc1L3JlZ2lzdGVyZWRTZXJ2ZXJzLzllY2M5MGI5LWExYjgtNDQ3NS1hY2IyLTRkMmFkZjU0OTQ1Yj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -501,7 +633,7 @@ "no-cache" ], "x-ms-request-id": [ - "cf7818d2-bef4-48c3-92ff-664722d58091" + "7e6125c1-efaf-4a3c-a3d4-e50202de4553" ], "X-Content-Type-Options": [ "nosniff" @@ -519,47 +651,47 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11998" + "11996" ], "x-ms-correlation-request-id": [ - "92cd115a-ac13-4af0-8c5a-f78bdae2daf2" + "d49ab884-d2e2-461d-af90-a01e9aac685a" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T235219Z:92cd115a-ac13-4af0-8c5a-f78bdae2daf2" + "WESTUS:20200623T234201Z:d49ab884-d2e2-461d-af90-a01e9aac685a" ], "Date": [ - "Wed, 03 Jul 2019 23:52:19 GMT" + "Tue, 23 Jun 2020 23:42:01 GMT" ], "Content-Length": [ - "13366" + "13498" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"serverCertificate\": null,\r\n \"agentVersion\": \"5.0.2.0\",\r\n \"agentVersionStatus\": null,\r\n \"agentVersionExpirationDate\": null,\r\n \"serverOSVersion\": \"10.0.14393.0\",\r\n \"serverManagementErrorCode\": 0,\r\n \"lastHeartBeat\": \"2019-07-03T16:52:12.5959469-07:00\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"serverRole\": \"Standalone\",\r\n \"clusterId\": \"00000000-0000-0000-0000-000000000000\",\r\n \"clusterName\": \"\",\r\n \"serverId\": \"dc8cf7f4-f524-4799-ba3b-ffa8f0302a53\",\r\n \"storageSyncServiceUid\": \"9ced17b0-8e2d-44a3-b132-ca09fa10a539\",\r\n \"lastWorkflowId\": \"storageSyncServices/sssps219/workflows/fda7ff95-4e1d-4f30-8b97-183b694b823d\",\r\n \"lastOperationName\": \"ICreateRegisteredServerWorkflow\",\r\n \"friendlyName\": \"andreyazdevops.redmond.corp.microsoft.com\",\r\n \"monitoringConfiguration\": \"{\\\"agentConfiguration\\\":\\\" \\\\\\\\Memory\\\\\\\\Available MBytes \\\\\\\\Processor(_Total)\\\\\\\\% Processor Time \\\\\\\\Network Interface(*)\\\\\\\\Bytes Total/sec \\\\\\\\Network Interface(*)\\\\\\\\Bytes Received/sec \\\\\\\\Network Interface(*)\\\\\\\\Bytes Sent/sec \\\\\\\\Network Interface(*)\\\\\\\\Current Bandwidth \\\\\\\\Network Interface(*)\\\\\\\\Output Queue Length \\\\\\\\Server\\\\\\\\Bytes Total/sec \\\\\\\\Process(filesyncsvc)\\\\\\\\* \\\\\\\\Process(w3wp)\\\\\\\\Private Bytes \\\\\\\\Process(MonAgentCore)\\\\\\\\% Processor Time \\\\\\\\Process(MonAgentHost)\\\\\\\\% Processor Time \\\\\\\\Process(MonAgentManager)\\\\\\\\% Processor Time \\\\\\\\Process(MonAgentLauncher)\\\\\\\\% Processor Time \\\\\\\\Process(MonAgentCore)\\\\\\\\Private Bytes \\\\\\\\Process(MonAgentHost)\\\\\\\\Private Bytes \\\\\\\\Process(MonAgentManager)\\\\\\\\Private Bytes \\\\\\\\Process(MonAgentLauncher)\\\\\\\\Private Bytes \\\\\\\\Process(AzureStorageSyncMonitor)\\\\\\\\% Processor Time \\\\\\\\Process(AzureStorageSyncMonitor)\\\\\\\\Private Bytes \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") EventsToCollect=ServerPerformanceCounters:PerformanceCounter,ServerTelemetryEvents:WindowsEventLog,ServerItemResultsEvents:WindowsEventLog,ServerApplicationEvents:WindowsEventLog;DiagnosticEvents=ServerOperationalEvents:WindowsEventLog,ServerDiagnosticEvents:WindowsEventLog,ServerManagementOperationalEvents:WindowsEventLog,ServerManagementDiagnosticEvents:WindowsEventLog,ServerScrubbingEvents:WindowsEventLog,TieringResultsEvents:WindowsEventLog,RecallResultsEvents:WindowsEventLog,AfsUserModeTraceSession:Trace,AfsKernelModeTraceSession:Trace,InstallerLogs:InstallerLogs;EventSchedulerIntervalsInMins=EnvironmentTelemetry:1440 \\\",\\\"configurationVersion\\\":\\\"1\\\",\\\"id\\\":null,\\\"type\\\":\\\"microsoft.storagesync/storageSyncServices/HybridMonitoringConfiguration\\\"}\",\r\n \"managementEndpointUri\": \"https://euap01.afs.azure.net:443/\",\r\n \"discoveryEndpointUri\": \"https://tm-euap01.afs.azure.net:443\",\r\n \"resourceLocation\": \"centraluseuap\",\r\n \"serviceLocation\": \"centraluseuap\"\r\n },\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps1726/providers/microsoft.storagesync/storageSyncServices/sssps219/registeredServers/dc8cf7f4-f524-4799-ba3b-ffa8f0302a53\",\r\n \"name\": \"dc8cf7f4-f524-4799-ba3b-ffa8f0302a53\",\r\n \"type\": \"microsoft.storagesync/storageSyncServices/registeredServers\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"agentVersion\": \"5.0.2.0\",\r\n \"serverOSVersion\": \"10.0.14393.0\",\r\n \"serverManagementErrorCode\": 0,\r\n \"lastHeartBeat\": \"2020-06-23T16:41:54.4101251-07:00\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"serverRole\": \"Standalone\",\r\n \"clusterId\": \"00000000-0000-0000-0000-000000000000\",\r\n \"clusterName\": \"\",\r\n \"serverId\": \"9ecc90b9-a1b8-4475-acb2-4d2adf54945b\",\r\n \"storageSyncServiceUid\": \"a3662533-6db2-4780-b787-df7abc1b021f\",\r\n \"lastWorkflowId\": \"storageSyncServices/sssps7975/workflows/162faa3f-46e7-4625-91ae-4a4ff003c0db\",\r\n \"lastOperationName\": \"ICreateRegisteredServerWorkflow\",\r\n \"friendlyName\": \"ankushb-vm02.ntdev.corp.microsoft.com\",\r\n \"monitoringConfiguration\": \"{\\\"agentConfiguration\\\":\\\" \\\\\\\\Memory\\\\\\\\Available MBytes \\\\\\\\Processor(_Total)\\\\\\\\% Processor Time \\\\\\\\Network Interface(*)\\\\\\\\Bytes Total/sec \\\\\\\\Network Interface(*)\\\\\\\\Bytes Received/sec \\\\\\\\Network Interface(*)\\\\\\\\Bytes Sent/sec \\\\\\\\Network Interface(*)\\\\\\\\Current Bandwidth \\\\\\\\Network Interface(*)\\\\\\\\Output Queue Length \\\\\\\\Server\\\\\\\\Bytes Total/sec \\\\\\\\Process(filesyncsvc)\\\\\\\\* \\\\\\\\Process(w3wp)\\\\\\\\Private Bytes \\\\\\\\Process(MonAgentCore)\\\\\\\\% Processor Time \\\\\\\\Process(MonAgentHost)\\\\\\\\% Processor Time \\\\\\\\Process(MonAgentManager)\\\\\\\\% Processor Time \\\\\\\\Process(MonAgentLauncher)\\\\\\\\% Processor Time \\\\\\\\Process(MonAgentCore)\\\\\\\\Private Bytes \\\\\\\\Process(MonAgentHost)\\\\\\\\Private Bytes \\\\\\\\Process(MonAgentManager)\\\\\\\\Private Bytes \\\\\\\\Process(MonAgentLauncher)\\\\\\\\Private Bytes \\\\\\\\Process(AzureStorageSyncMonitor)\\\\\\\\% Processor Time \\\\\\\\Process(AzureStorageSyncMonitor)\\\\\\\\Private Bytes \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") EventsToCollect=ServerPerformanceCounters:PerformanceCounter,ServerTelemetryEvents:WindowsEventLog,ServerItemResultsEvents:WindowsEventLog,ServerApplicationEvents:WindowsEventLog;DiagnosticEvents=ServerOperationalEvents:WindowsEventLog,ServerDiagnosticEvents:WindowsEventLog,ServerManagementOperationalEvents:WindowsEventLog,ServerManagementDiagnosticEvents:WindowsEventLog,ServerScrubbingEvents:WindowsEventLog,TieringResultsEvents:WindowsEventLog,RecallResultsEvents:WindowsEventLog,AfsUserModeTraceSession:Trace,AfsKernelModeTraceSession:Trace,InstallerLogs:InstallerLogs;EventSchedulerIntervalsInMins=EnvironmentTelemetry:1440 \\\",\\\"configurationVersion\\\":\\\"1\\\",\\\"id\\\":null,\\\"type\\\":\\\"microsoft.storagesync/storageSyncServices/HybridMonitoringConfiguration\\\"}\",\r\n \"managementEndpointUri\": \"https://euap01.afs.azure.net:443/\",\r\n \"discoveryEndpointUri\": \"https://tm-euap01.afs.azure.net:443\",\r\n \"resourceLocation\": \"centraluseuap\",\r\n \"serviceLocation\": \"centraluseuap\",\r\n \"monitoringEndpointUri\": \"https://euap01.afs.azure.net:443/\"\r\n },\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps3865/providers/microsoft.storagesync/storageSyncServices/sssps7975/registeredServers/9ecc90b9-a1b8-4475-acb2-4d2adf54945b\",\r\n \"name\": \"9ecc90b9-a1b8-4475-acb2-4d2adf54945b\",\r\n \"type\": \"microsoft.storagesync/storageSyncServices/registeredServers\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps1726/providers/Microsoft.StorageSync/storageSyncServices/sssps219/registeredServers/dc8cf7f4-f524-4799-ba3b-ffa8f0302a53?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzMTcyNi9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMyMTkvcmVnaXN0ZXJlZFNlcnZlcnMvZGM4Y2Y3ZjQtZjUyNC00Nzk5LWJhM2ItZmZhOGYwMzAyYTUzP2FwaS12ZXJzaW9uPTIwMTktMDMtMDE=", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps3865/providers/Microsoft.StorageSync/storageSyncServices/sssps7975/registeredServers/9ecc90b9-a1b8-4475-acb2-4d2adf54945b?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzMzg2NS9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM3OTc1L3JlZ2lzdGVyZWRTZXJ2ZXJzLzllY2M5MGI5LWExYjgtNDQ3NS1hY2IyLTRkMmFkZjU0OTQ1Yj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "f815fc10-27a3-4f51-95d6-02ea3142b67f" + "28c5155e-1749-41d3-8e95-25118c689b7c" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -570,16 +702,16 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps1726/providers/microsoft.storagesync/storageSyncServices/sssps219/workflows/b2b5e4d7-9e1c-4c51-a19f-c4a90b3e911d/operationresults/b4c86191-8448-4ae5-a3d1-213191299fa4?api-version=2019-03-01" + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6ImEzNjYyNTMzLTZkYjItNDc4MC1iNzg3LWRmN2FiYzFiMDIxZiIsIndvcmtmbG93SWQiOiIwOGFiYjU3Mi1iNjY0LTQzODgtYmI2Ny1mNDZlZGQ2MjcyYTQiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiYmZkZGYxMzQtZmI2Ni00N2M2LTk1YTQtMTczYzM5NTZhYzMzIn0=?api-version=2020-03-01" ], "Retry-After": [ "10" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps1726/providers/microsoft.storagesync/storageSyncServices/sssps219/workflows/b2b5e4d7-9e1c-4c51-a19f-c4a90b3e911d/operations/b4c86191-8448-4ae5-a3d1-213191299fa4?api-version=2019-03-01" + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6ImEzNjYyNTMzLTZkYjItNDc4MC1iNzg3LWRmN2FiYzFiMDIxZiIsIndvcmtmbG93SWQiOiIwOGFiYjU3Mi1iNjY0LTQzODgtYmI2Ny1mNDZlZGQ2MjcyYTQiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiYmZkZGYxMzQtZmI2Ni00N2M2LTk1YTQtMTczYzM5NTZhYzMzIn0=?api-version=2020-03-01" ], "x-ms-request-id": [ - "9f8bfbeb-beb5-477d-9905-56ffe238e3e4" + "cf972ff2-b0fc-4b2e-817a-c191922ea106" ], "X-Content-Type-Options": [ "nosniff" @@ -600,13 +732,13 @@ "14998" ], "x-ms-correlation-request-id": [ - "ef29438c-05cf-4d06-83a9-09534421098f" + "41cb6f48-7502-4106-a98b-0b3a02ea1f53" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T235220Z:ef29438c-05cf-4d06-83a9-09534421098f" + "WESTUS:20200623T234201Z:41cb6f48-7502-4106-a98b-0b3a02ea1f53" ], "Date": [ - "Wed, 03 Jul 2019 23:52:19 GMT" + "Tue, 23 Jun 2020 23:42:01 GMT" ], "Expires": [ "-1" @@ -619,16 +751,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps1726/providers/microsoft.storagesync/storageSyncServices/sssps219/workflows/b2b5e4d7-9e1c-4c51-a19f-c4a90b3e911d/operations/b4c86191-8448-4ae5-a3d1-213191299fa4?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzMTcyNi9wcm92aWRlcnMvbWljcm9zb2Z0LnN0b3JhZ2VzeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMyMTkvd29ya2Zsb3dzL2IyYjVlNGQ3LTllMWMtNGM1MS1hMTlmLWM0YTkwYjNlOTExZC9vcGVyYXRpb25zL2I0Yzg2MTkxLTg0NDgtNGFlNS1hM2QxLTIxMzE5MTI5OWZhND9hcGktdmVyc2lvbj0yMDE5LTAzLTAx", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6ImEzNjYyNTMzLTZkYjItNDc4MC1iNzg3LWRmN2FiYzFiMDIxZiIsIndvcmtmbG93SWQiOiIwOGFiYjU3Mi1iNjY0LTQzODgtYmI2Ny1mNDZlZGQ2MjcyYTQiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiYmZkZGYxMzQtZmI2Ni00N2M2LTk1YTQtMTczYzM5NTZhYzMzIn0=?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvbG9jYXRpb25zL2NlbnRyYWx1c2V1YXAvb3BlcmF0aW9ucy9leUp3WVhKMGFYUnBiMjVKWkNJNkltRXpOall5TlRNekxUWmtZakl0TkRjNE1DMWlOemczTFdSbU4yRmlZekZpTURJeFppSXNJbmR2Y210bWJHOTNTV1FpT2lJd09HRmlZalUzTWkxaU5qWTBMVFF6T0RndFltSTJOeTFtTkRabFpHUTJNamN5WVRRaUxDSjNiM0pyWm14dmQwOXdaWEpoZEdsdmJrbGtJam9pWW1aa1pHWXhNelF0Wm1JMk5pMDBOMk0yTFRrMVlUUXRNVGN6WXpNNU5UWmhZek16SW4wPT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -639,7 +771,7 @@ "no-cache" ], "x-ms-request-id": [ - "ce506adf-d562-46b1-9325-20f328d54bea" + "56a10e0b-015d-4808-9360-bcece25be17d" ], "X-Content-Type-Options": [ "nosniff" @@ -657,41 +789,41 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11997" + "11995" ], "x-ms-correlation-request-id": [ - "a6c3ef28-8fc2-4aea-bebb-0bda76f66f17" + "ea70f213-6a7d-4db3-b536-f6c3cf032e83" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T235230Z:a6c3ef28-8fc2-4aea-bebb-0bda76f66f17" + "WESTUS:20200623T234212Z:ea70f213-6a7d-4db3-b536-f6c3cf032e83" ], "Date": [ - "Wed, 03 Jul 2019 23:52:29 GMT" + "Tue, 23 Jun 2020 23:42:12 GMT" ], "Content-Length": [ - "446" + "745" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps1726/providers/microsoft.storagesync/storageSyncServices/sssps219/workflow/b2b5e4d7-9e1c-4c51-a19f-c4a90b3e911d/operationresults/b4c86191-8448-4ae5-a3d1-213191299fa4\",\r\n \"name\": \"b4c86191-8448-4ae5-a3d1-213191299fa4\",\r\n \"status\": \"delayStep\",\r\n \"startTime\": \"2019-07-03T23:52:20.9352034Z\",\r\n \"endTime\": \"2019-07-03T23:52:24.4213828Z\",\r\n \"percentComplete\": null,\r\n \"error\": null,\r\n \"properties\": {}\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6ImEzNjYyNTMzLTZkYjItNDc4MC1iNzg3LWRmN2FiYzFiMDIxZiIsIndvcmtmbG93SWQiOiIwOGFiYjU3Mi1iNjY0LTQzODgtYmI2Ny1mNDZlZGQ2MjcyYTQiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiYmZkZGYxMzQtZmI2Ni00N2M2LTk1YTQtMTczYzM5NTZhYzMzIn0=\",\r\n \"name\": \"eyJwYXJ0aXRpb25JZCI6ImEzNjYyNTMzLTZkYjItNDc4MC1iNzg3LWRmN2FiYzFiMDIxZiIsIndvcmtmbG93SWQiOiIwOGFiYjU3Mi1iNjY0LTQzODgtYmI2Ny1mNDZlZGQ2MjcyYTQiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiYmZkZGYxMzQtZmI2Ni00N2M2LTk1YTQtMTczYzM5NTZhYzMzIn0=\",\r\n \"status\": \"delayStep\",\r\n \"startTime\": \"2020-06-23T23:42:02.8228101Z\",\r\n \"endTime\": \"2020-06-23T23:42:06.3429617Z\",\r\n \"properties\": {}\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps1726/providers/microsoft.storagesync/storageSyncServices/sssps219/workflows/b2b5e4d7-9e1c-4c51-a19f-c4a90b3e911d/operations/b4c86191-8448-4ae5-a3d1-213191299fa4?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzMTcyNi9wcm92aWRlcnMvbWljcm9zb2Z0LnN0b3JhZ2VzeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMyMTkvd29ya2Zsb3dzL2IyYjVlNGQ3LTllMWMtNGM1MS1hMTlmLWM0YTkwYjNlOTExZC9vcGVyYXRpb25zL2I0Yzg2MTkxLTg0NDgtNGFlNS1hM2QxLTIxMzE5MTI5OWZhND9hcGktdmVyc2lvbj0yMDE5LTAzLTAx", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6ImEzNjYyNTMzLTZkYjItNDc4MC1iNzg3LWRmN2FiYzFiMDIxZiIsIndvcmtmbG93SWQiOiIwOGFiYjU3Mi1iNjY0LTQzODgtYmI2Ny1mNDZlZGQ2MjcyYTQiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiYmZkZGYxMzQtZmI2Ni00N2M2LTk1YTQtMTczYzM5NTZhYzMzIn0=?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvbG9jYXRpb25zL2NlbnRyYWx1c2V1YXAvb3BlcmF0aW9ucy9leUp3WVhKMGFYUnBiMjVKWkNJNkltRXpOall5TlRNekxUWmtZakl0TkRjNE1DMWlOemczTFdSbU4yRmlZekZpTURJeFppSXNJbmR2Y210bWJHOTNTV1FpT2lJd09HRmlZalUzTWkxaU5qWTBMVFF6T0RndFltSTJOeTFtTkRabFpHUTJNamN5WVRRaUxDSjNiM0pyWm14dmQwOXdaWEpoZEdsdmJrbGtJam9pWW1aa1pHWXhNelF0Wm1JMk5pMDBOMk0yTFRrMVlUUXRNVGN6WXpNNU5UWmhZek16SW4wPT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -702,7 +834,7 @@ "no-cache" ], "x-ms-request-id": [ - "173abf3f-869d-4676-aa34-d2ca1ed12dbd" + "de75d197-d90b-451a-a2bd-f1462c29d80d" ], "X-Content-Type-Options": [ "nosniff" @@ -720,41 +852,41 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11996" + "11994" ], "x-ms-correlation-request-id": [ - "e8cd1ac6-3978-4e32-ad5a-6cf54b640d63" + "09c60bc8-5916-442d-b413-cf79c4bd82e6" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T235240Z:e8cd1ac6-3978-4e32-ad5a-6cf54b640d63" + "WESTUS:20200623T234222Z:09c60bc8-5916-442d-b413-cf79c4bd82e6" ], "Date": [ - "Wed, 03 Jul 2019 23:52:40 GMT" + "Tue, 23 Jun 2020 23:42:22 GMT" ], "Content-Length": [ - "446" + "745" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps1726/providers/microsoft.storagesync/storageSyncServices/sssps219/workflow/b2b5e4d7-9e1c-4c51-a19f-c4a90b3e911d/operationresults/b4c86191-8448-4ae5-a3d1-213191299fa4\",\r\n \"name\": \"b4c86191-8448-4ae5-a3d1-213191299fa4\",\r\n \"status\": \"delayStep\",\r\n \"startTime\": \"2019-07-03T23:52:20.9352034Z\",\r\n \"endTime\": \"2019-07-03T23:52:24.4213828Z\",\r\n \"percentComplete\": null,\r\n \"error\": null,\r\n \"properties\": {}\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6ImEzNjYyNTMzLTZkYjItNDc4MC1iNzg3LWRmN2FiYzFiMDIxZiIsIndvcmtmbG93SWQiOiIwOGFiYjU3Mi1iNjY0LTQzODgtYmI2Ny1mNDZlZGQ2MjcyYTQiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiYmZkZGYxMzQtZmI2Ni00N2M2LTk1YTQtMTczYzM5NTZhYzMzIn0=\",\r\n \"name\": \"eyJwYXJ0aXRpb25JZCI6ImEzNjYyNTMzLTZkYjItNDc4MC1iNzg3LWRmN2FiYzFiMDIxZiIsIndvcmtmbG93SWQiOiIwOGFiYjU3Mi1iNjY0LTQzODgtYmI2Ny1mNDZlZGQ2MjcyYTQiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiYmZkZGYxMzQtZmI2Ni00N2M2LTk1YTQtMTczYzM5NTZhYzMzIn0=\",\r\n \"status\": \"delayStep\",\r\n \"startTime\": \"2020-06-23T23:42:02.8228101Z\",\r\n \"endTime\": \"2020-06-23T23:42:06.3429617Z\",\r\n \"properties\": {}\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps1726/providers/microsoft.storagesync/storageSyncServices/sssps219/workflows/b2b5e4d7-9e1c-4c51-a19f-c4a90b3e911d/operations/b4c86191-8448-4ae5-a3d1-213191299fa4?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzMTcyNi9wcm92aWRlcnMvbWljcm9zb2Z0LnN0b3JhZ2VzeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMyMTkvd29ya2Zsb3dzL2IyYjVlNGQ3LTllMWMtNGM1MS1hMTlmLWM0YTkwYjNlOTExZC9vcGVyYXRpb25zL2I0Yzg2MTkxLTg0NDgtNGFlNS1hM2QxLTIxMzE5MTI5OWZhND9hcGktdmVyc2lvbj0yMDE5LTAzLTAx", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6ImEzNjYyNTMzLTZkYjItNDc4MC1iNzg3LWRmN2FiYzFiMDIxZiIsIndvcmtmbG93SWQiOiIwOGFiYjU3Mi1iNjY0LTQzODgtYmI2Ny1mNDZlZGQ2MjcyYTQiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiYmZkZGYxMzQtZmI2Ni00N2M2LTk1YTQtMTczYzM5NTZhYzMzIn0=?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvbG9jYXRpb25zL2NlbnRyYWx1c2V1YXAvb3BlcmF0aW9ucy9leUp3WVhKMGFYUnBiMjVKWkNJNkltRXpOall5TlRNekxUWmtZakl0TkRjNE1DMWlOemczTFdSbU4yRmlZekZpTURJeFppSXNJbmR2Y210bWJHOTNTV1FpT2lJd09HRmlZalUzTWkxaU5qWTBMVFF6T0RndFltSTJOeTFtTkRabFpHUTJNamN5WVRRaUxDSjNiM0pyWm14dmQwOXdaWEpoZEdsdmJrbGtJam9pWW1aa1pHWXhNelF0Wm1JMk5pMDBOMk0yTFRrMVlUUXRNVGN6WXpNNU5UWmhZek16SW4wPT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -765,7 +897,7 @@ "no-cache" ], "x-ms-request-id": [ - "1ac16bba-677d-4b0c-838b-c7207687470b" + "5a92d94d-2d97-4c99-996f-265f6b6d2760" ], "X-Content-Type-Options": [ "nosniff" @@ -783,41 +915,41 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11995" + "11993" ], "x-ms-correlation-request-id": [ - "90bfd7dd-68e8-433c-ae44-3a75fff708b3" + "f753d525-96de-4c6b-97b2-f7829a5579d6" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T235251Z:90bfd7dd-68e8-433c-ae44-3a75fff708b3" + "WESTUS:20200623T234232Z:f753d525-96de-4c6b-97b2-f7829a5579d6" ], "Date": [ - "Wed, 03 Jul 2019 23:52:50 GMT" + "Tue, 23 Jun 2020 23:42:32 GMT" ], "Content-Length": [ - "446" + "745" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps1726/providers/microsoft.storagesync/storageSyncServices/sssps219/workflow/b2b5e4d7-9e1c-4c51-a19f-c4a90b3e911d/operationresults/b4c86191-8448-4ae5-a3d1-213191299fa4\",\r\n \"name\": \"b4c86191-8448-4ae5-a3d1-213191299fa4\",\r\n \"status\": \"delayStep\",\r\n \"startTime\": \"2019-07-03T23:52:20.9352034Z\",\r\n \"endTime\": \"2019-07-03T23:52:24.4213828Z\",\r\n \"percentComplete\": null,\r\n \"error\": null,\r\n \"properties\": {}\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6ImEzNjYyNTMzLTZkYjItNDc4MC1iNzg3LWRmN2FiYzFiMDIxZiIsIndvcmtmbG93SWQiOiIwOGFiYjU3Mi1iNjY0LTQzODgtYmI2Ny1mNDZlZGQ2MjcyYTQiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiYmZkZGYxMzQtZmI2Ni00N2M2LTk1YTQtMTczYzM5NTZhYzMzIn0=\",\r\n \"name\": \"eyJwYXJ0aXRpb25JZCI6ImEzNjYyNTMzLTZkYjItNDc4MC1iNzg3LWRmN2FiYzFiMDIxZiIsIndvcmtmbG93SWQiOiIwOGFiYjU3Mi1iNjY0LTQzODgtYmI2Ny1mNDZlZGQ2MjcyYTQiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiYmZkZGYxMzQtZmI2Ni00N2M2LTk1YTQtMTczYzM5NTZhYzMzIn0=\",\r\n \"status\": \"delayStep\",\r\n \"startTime\": \"2020-06-23T23:42:02.8228101Z\",\r\n \"endTime\": \"2020-06-23T23:42:06.3429617Z\",\r\n \"properties\": {}\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps1726/providers/microsoft.storagesync/storageSyncServices/sssps219/workflows/b2b5e4d7-9e1c-4c51-a19f-c4a90b3e911d/operations/b4c86191-8448-4ae5-a3d1-213191299fa4?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzMTcyNi9wcm92aWRlcnMvbWljcm9zb2Z0LnN0b3JhZ2VzeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMyMTkvd29ya2Zsb3dzL2IyYjVlNGQ3LTllMWMtNGM1MS1hMTlmLWM0YTkwYjNlOTExZC9vcGVyYXRpb25zL2I0Yzg2MTkxLTg0NDgtNGFlNS1hM2QxLTIxMzE5MTI5OWZhND9hcGktdmVyc2lvbj0yMDE5LTAzLTAx", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6ImEzNjYyNTMzLTZkYjItNDc4MC1iNzg3LWRmN2FiYzFiMDIxZiIsIndvcmtmbG93SWQiOiIwOGFiYjU3Mi1iNjY0LTQzODgtYmI2Ny1mNDZlZGQ2MjcyYTQiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiYmZkZGYxMzQtZmI2Ni00N2M2LTk1YTQtMTczYzM5NTZhYzMzIn0=?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvbG9jYXRpb25zL2NlbnRyYWx1c2V1YXAvb3BlcmF0aW9ucy9leUp3WVhKMGFYUnBiMjVKWkNJNkltRXpOall5TlRNekxUWmtZakl0TkRjNE1DMWlOemczTFdSbU4yRmlZekZpTURJeFppSXNJbmR2Y210bWJHOTNTV1FpT2lJd09HRmlZalUzTWkxaU5qWTBMVFF6T0RndFltSTJOeTFtTkRabFpHUTJNamN5WVRRaUxDSjNiM0pyWm14dmQwOXdaWEpoZEdsdmJrbGtJam9pWW1aa1pHWXhNelF0Wm1JMk5pMDBOMk0yTFRrMVlUUXRNVGN6WXpNNU5UWmhZek16SW4wPT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -828,7 +960,7 @@ "no-cache" ], "x-ms-request-id": [ - "dca48e45-ee29-45c9-a685-d3a53ebeecc3" + "c81f25cd-bbb4-423f-9ba8-3db9bc0c4942" ], "X-Content-Type-Options": [ "nosniff" @@ -836,9 +968,6 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11994" - ], "Server": [ "Microsoft-IIS/10.0" ], @@ -848,39 +977,42 @@ "X-Powered-By": [ "ASP.NET" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11992" + ], "x-ms-correlation-request-id": [ - "dd608047-9bd9-4a36-aa08-505c34b85add" + "d00b9022-36cd-4794-a4b8-f09d7b15fdc0" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T235301Z:dd608047-9bd9-4a36-aa08-505c34b85add" + "WESTUS:20200623T234242Z:d00b9022-36cd-4794-a4b8-f09d7b15fdc0" ], "Date": [ - "Wed, 03 Jul 2019 23:53:01 GMT" + "Tue, 23 Jun 2020 23:42:42 GMT" ], "Content-Length": [ - "446" + "745" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps1726/providers/microsoft.storagesync/storageSyncServices/sssps219/workflow/b2b5e4d7-9e1c-4c51-a19f-c4a90b3e911d/operationresults/b4c86191-8448-4ae5-a3d1-213191299fa4\",\r\n \"name\": \"b4c86191-8448-4ae5-a3d1-213191299fa4\",\r\n \"status\": \"delayStep\",\r\n \"startTime\": \"2019-07-03T23:52:20.9352034Z\",\r\n \"endTime\": \"2019-07-03T23:52:24.4213828Z\",\r\n \"percentComplete\": null,\r\n \"error\": null,\r\n \"properties\": {}\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6ImEzNjYyNTMzLTZkYjItNDc4MC1iNzg3LWRmN2FiYzFiMDIxZiIsIndvcmtmbG93SWQiOiIwOGFiYjU3Mi1iNjY0LTQzODgtYmI2Ny1mNDZlZGQ2MjcyYTQiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiYmZkZGYxMzQtZmI2Ni00N2M2LTk1YTQtMTczYzM5NTZhYzMzIn0=\",\r\n \"name\": \"eyJwYXJ0aXRpb25JZCI6ImEzNjYyNTMzLTZkYjItNDc4MC1iNzg3LWRmN2FiYzFiMDIxZiIsIndvcmtmbG93SWQiOiIwOGFiYjU3Mi1iNjY0LTQzODgtYmI2Ny1mNDZlZGQ2MjcyYTQiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiYmZkZGYxMzQtZmI2Ni00N2M2LTk1YTQtMTczYzM5NTZhYzMzIn0=\",\r\n \"status\": \"delayStep\",\r\n \"startTime\": \"2020-06-23T23:42:02.8228101Z\",\r\n \"endTime\": \"2020-06-23T23:42:06.3429617Z\",\r\n \"properties\": {}\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps1726/providers/microsoft.storagesync/storageSyncServices/sssps219/workflows/b2b5e4d7-9e1c-4c51-a19f-c4a90b3e911d/operations/b4c86191-8448-4ae5-a3d1-213191299fa4?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzMTcyNi9wcm92aWRlcnMvbWljcm9zb2Z0LnN0b3JhZ2VzeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMyMTkvd29ya2Zsb3dzL2IyYjVlNGQ3LTllMWMtNGM1MS1hMTlmLWM0YTkwYjNlOTExZC9vcGVyYXRpb25zL2I0Yzg2MTkxLTg0NDgtNGFlNS1hM2QxLTIxMzE5MTI5OWZhND9hcGktdmVyc2lvbj0yMDE5LTAzLTAx", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6ImEzNjYyNTMzLTZkYjItNDc4MC1iNzg3LWRmN2FiYzFiMDIxZiIsIndvcmtmbG93SWQiOiIwOGFiYjU3Mi1iNjY0LTQzODgtYmI2Ny1mNDZlZGQ2MjcyYTQiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiYmZkZGYxMzQtZmI2Ni00N2M2LTk1YTQtMTczYzM5NTZhYzMzIn0=?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvbG9jYXRpb25zL2NlbnRyYWx1c2V1YXAvb3BlcmF0aW9ucy9leUp3WVhKMGFYUnBiMjVKWkNJNkltRXpOall5TlRNekxUWmtZakl0TkRjNE1DMWlOemczTFdSbU4yRmlZekZpTURJeFppSXNJbmR2Y210bWJHOTNTV1FpT2lJd09HRmlZalUzTWkxaU5qWTBMVFF6T0RndFltSTJOeTFtTkRabFpHUTJNamN5WVRRaUxDSjNiM0pyWm14dmQwOXdaWEpoZEdsdmJrbGtJam9pWW1aa1pHWXhNelF0Wm1JMk5pMDBOMk0yTFRrMVlUUXRNVGN6WXpNNU5UWmhZek16SW4wPT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -891,7 +1023,7 @@ "no-cache" ], "x-ms-request-id": [ - "43e33d8c-adaa-4cf1-a5fa-316adc0b0896" + "bcfd71f5-e2b8-48fc-a0e5-26e60d8736d6" ], "X-Content-Type-Options": [ "nosniff" @@ -909,41 +1041,41 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11993" + "11991" ], "x-ms-correlation-request-id": [ - "510fc823-499e-4523-814a-d78de54f7979" + "f225e12c-c586-4840-ad45-85544ef64530" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T235312Z:510fc823-499e-4523-814a-d78de54f7979" + "WESTUS:20200623T234253Z:f225e12c-c586-4840-ad45-85544ef64530" ], "Date": [ - "Wed, 03 Jul 2019 23:53:11 GMT" + "Tue, 23 Jun 2020 23:42:52 GMT" ], "Content-Length": [ - "446" + "745" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps1726/providers/microsoft.storagesync/storageSyncServices/sssps219/workflow/b2b5e4d7-9e1c-4c51-a19f-c4a90b3e911d/operationresults/b4c86191-8448-4ae5-a3d1-213191299fa4\",\r\n \"name\": \"b4c86191-8448-4ae5-a3d1-213191299fa4\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2019-07-03T23:52:20.9352034Z\",\r\n \"endTime\": \"2019-07-03T23:53:09.4938139Z\",\r\n \"percentComplete\": null,\r\n \"error\": null,\r\n \"properties\": {}\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6ImEzNjYyNTMzLTZkYjItNDc4MC1iNzg3LWRmN2FiYzFiMDIxZiIsIndvcmtmbG93SWQiOiIwOGFiYjU3Mi1iNjY0LTQzODgtYmI2Ny1mNDZlZGQ2MjcyYTQiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiYmZkZGYxMzQtZmI2Ni00N2M2LTk1YTQtMTczYzM5NTZhYzMzIn0=\",\r\n \"name\": \"eyJwYXJ0aXRpb25JZCI6ImEzNjYyNTMzLTZkYjItNDc4MC1iNzg3LWRmN2FiYzFiMDIxZiIsIndvcmtmbG93SWQiOiIwOGFiYjU3Mi1iNjY0LTQzODgtYmI2Ny1mNDZlZGQ2MjcyYTQiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiYmZkZGYxMzQtZmI2Ni00N2M2LTk1YTQtMTczYzM5NTZhYzMzIn0=\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2020-06-23T23:42:02.8228101Z\",\r\n \"endTime\": \"2020-06-23T23:42:51.4902798Z\",\r\n \"properties\": {}\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps1726/providers/microsoft.storagesync/storageSyncServices/sssps219/workflows/b2b5e4d7-9e1c-4c51-a19f-c4a90b3e911d/operationresults/b4c86191-8448-4ae5-a3d1-213191299fa4?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzMTcyNi9wcm92aWRlcnMvbWljcm9zb2Z0LnN0b3JhZ2VzeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMyMTkvd29ya2Zsb3dzL2IyYjVlNGQ3LTllMWMtNGM1MS1hMTlmLWM0YTkwYjNlOTExZC9vcGVyYXRpb25yZXN1bHRzL2I0Yzg2MTkxLTg0NDgtNGFlNS1hM2QxLTIxMzE5MTI5OWZhND9hcGktdmVyc2lvbj0yMDE5LTAzLTAx", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6ImEzNjYyNTMzLTZkYjItNDc4MC1iNzg3LWRmN2FiYzFiMDIxZiIsIndvcmtmbG93SWQiOiIwOGFiYjU3Mi1iNjY0LTQzODgtYmI2Ny1mNDZlZGQ2MjcyYTQiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiYmZkZGYxMzQtZmI2Ni00N2M2LTk1YTQtMTczYzM5NTZhYzMzIn0=?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvbG9jYXRpb25zL2NlbnRyYWx1c2V1YXAvb3BlcmF0aW9ucmVzdWx0cy9leUp3WVhKMGFYUnBiMjVKWkNJNkltRXpOall5TlRNekxUWmtZakl0TkRjNE1DMWlOemczTFdSbU4yRmlZekZpTURJeFppSXNJbmR2Y210bWJHOTNTV1FpT2lJd09HRmlZalUzTWkxaU5qWTBMVFF6T0RndFltSTJOeTFtTkRabFpHUTJNamN5WVRRaUxDSjNiM0pyWm14dmQwOXdaWEpoZEdsdmJrbGtJam9pWW1aa1pHWXhNelF0Wm1JMk5pMDBOMk0yTFRrMVlUUXRNVGN6WXpNNU5UWmhZek16SW4wPT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -954,7 +1086,7 @@ "no-cache" ], "x-ms-request-id": [ - "bb91be18-91fc-497c-8ef6-0bf5063d0f60" + "3223c38b-ba61-4b5e-a359-ef4d77c816d3" ], "X-Content-Type-Options": [ "nosniff" @@ -972,16 +1104,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11992" + "11990" ], "x-ms-correlation-request-id": [ - "13dea0b5-c002-4748-a692-5a1e10060d0b" + "b651ff2a-05f6-4508-a7ed-48718f59f0d8" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T235312Z:13dea0b5-c002-4748-a692-5a1e10060d0b" + "WESTUS:20200623T234253Z:b651ff2a-05f6-4508-a7ed-48718f59f0d8" ], "Date": [ - "Wed, 03 Jul 2019 23:53:11 GMT" + "Tue, 23 Jun 2020 23:42:53 GMT" ], "Expires": [ "-1" @@ -994,22 +1126,22 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps1726/providers/Microsoft.StorageSync/storageSyncServices/sssps219?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzMTcyNi9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMyMTk/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps3865/providers/Microsoft.StorageSync/storageSyncServices/sssps7975?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzMzg2NS9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM3OTc1P2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "2450e6a4-bb4f-4369-8934-0c5115c749bc" + "172f4106-336a-4de4-99ae-d72b45ff4c77" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -1019,8 +1151,17 @@ "Pragma": [ "no-cache" ], + "Location": [ + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6ImEzNjYyNTMzLTZkYjItNDc4MC1iNzg3LWRmN2FiYzFiMDIxZiIsIndvcmtmbG93SWQiOiIxNGVlNmI4MC1jMWE0LTQ4ODMtYmRhMy0zOWQ0YmY2NTgyOTQiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiMDdlNjdkNWQtNDVlMi00ZmM4LTljZmEtMTQ1MGQyZmU2OGQyIn0=?api-version=2020-03-01" + ], + "Retry-After": [ + "10" + ], + "Azure-AsyncOperation": [ + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6ImEzNjYyNTMzLTZkYjItNDc4MC1iNzg3LWRmN2FiYzFiMDIxZiIsIndvcmtmbG93SWQiOiIxNGVlNmI4MC1jMWE0LTQ4ODMtYmRhMy0zOWQ0YmY2NTgyOTQiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiMDdlNjdkNWQtNDVlMi00ZmM4LTljZmEtMTQ1MGQyZmU2OGQyIn0=?api-version=2020-03-01" + ], "x-ms-request-id": [ - "3e82c8f7-57bd-402b-ad71-cebee8759b29" + "cfa9c6b0-c248-4777-918b-80de6f641059" ], "X-Content-Type-Options": [ "nosniff" @@ -1041,13 +1182,13 @@ "14997" ], "x-ms-correlation-request-id": [ - "2b330548-1e8a-4f49-b8d6-d666219a30fa" + "9616d434-c7e0-4c0e-aabc-a40c0b2a204d" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T235313Z:2b330548-1e8a-4f49-b8d6-d666219a30fa" + "WESTUS:20200623T234253Z:9616d434-c7e0-4c0e-aabc-a40c0b2a204d" ], "Date": [ - "Wed, 03 Jul 2019 23:53:12 GMT" + "Tue, 23 Jun 2020 23:42:53 GMT" ], "Expires": [ "-1" @@ -1057,25 +1198,148 @@ ] }, "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6ImEzNjYyNTMzLTZkYjItNDc4MC1iNzg3LWRmN2FiYzFiMDIxZiIsIndvcmtmbG93SWQiOiIxNGVlNmI4MC1jMWE0LTQ4ODMtYmRhMy0zOWQ0YmY2NTgyOTQiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiMDdlNjdkNWQtNDVlMi00ZmM4LTljZmEtMTQ1MGQyZmU2OGQyIn0=?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvbG9jYXRpb25zL2NlbnRyYWx1c2V1YXAvb3BlcmF0aW9ucy9leUp3WVhKMGFYUnBiMjVKWkNJNkltRXpOall5TlRNekxUWmtZakl0TkRjNE1DMWlOemczTFdSbU4yRmlZekZpTURJeFppSXNJbmR2Y210bWJHOTNTV1FpT2lJeE5HVmxObUk0TUMxak1XRTBMVFE0T0RNdFltUmhNeTB6T1dRMFltWTJOVGd5T1RRaUxDSjNiM0pyWm14dmQwOXdaWEpoZEdsdmJrbGtJam9pTURkbE5qZGtOV1F0TkRWbE1pMDBabU00TFRsalptRXRNVFExTUdReVptVTJPR1F5SW4wPT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-request-id": [ + "3855d3be-9292-46d9-9ad9-0916a89a3568" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-IIS/10.0" + ], + "X-AspNet-Version": [ + "4.0.30319" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11989" + ], + "x-ms-correlation-request-id": [ + "1f16aebe-5a43-43d0-8c96-356843fff6cd" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200623T234304Z:1f16aebe-5a43-43d0-8c96-356843fff6cd" + ], + "Date": [ + "Tue, 23 Jun 2020 23:43:03 GMT" + ], + "Content-Length": [ + "745" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6ImEzNjYyNTMzLTZkYjItNDc4MC1iNzg3LWRmN2FiYzFiMDIxZiIsIndvcmtmbG93SWQiOiIxNGVlNmI4MC1jMWE0LTQ4ODMtYmRhMy0zOWQ0YmY2NTgyOTQiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiMDdlNjdkNWQtNDVlMi00ZmM4LTljZmEtMTQ1MGQyZmU2OGQyIn0=\",\r\n \"name\": \"eyJwYXJ0aXRpb25JZCI6ImEzNjYyNTMzLTZkYjItNDc4MC1iNzg3LWRmN2FiYzFiMDIxZiIsIndvcmtmbG93SWQiOiIxNGVlNmI4MC1jMWE0LTQ4ODMtYmRhMy0zOWQ0YmY2NTgyOTQiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiMDdlNjdkNWQtNDVlMi00ZmM4LTljZmEtMTQ1MGQyZmU2OGQyIn0=\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2020-06-23T23:42:55.7253097Z\",\r\n \"endTime\": \"2020-06-23T23:43:01.6309092Z\",\r\n \"properties\": {}\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps1726/providers/Microsoft.StorageSync/storageSyncServices?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzMTcyNi9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXM/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6ImEzNjYyNTMzLTZkYjItNDc4MC1iNzg3LWRmN2FiYzFiMDIxZiIsIndvcmtmbG93SWQiOiIxNGVlNmI4MC1jMWE0LTQ4ODMtYmRhMy0zOWQ0YmY2NTgyOTQiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiMDdlNjdkNWQtNDVlMi00ZmM4LTljZmEtMTQ1MGQyZmU2OGQyIn0=?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvbG9jYXRpb25zL2NlbnRyYWx1c2V1YXAvb3BlcmF0aW9ucmVzdWx0cy9leUp3WVhKMGFYUnBiMjVKWkNJNkltRXpOall5TlRNekxUWmtZakl0TkRjNE1DMWlOemczTFdSbU4yRmlZekZpTURJeFppSXNJbmR2Y210bWJHOTNTV1FpT2lJeE5HVmxObUk0TUMxak1XRTBMVFE0T0RNdFltUmhNeTB6T1dRMFltWTJOVGd5T1RRaUxDSjNiM0pyWm14dmQwOXdaWEpoZEdsdmJrbGtJam9pTURkbE5qZGtOV1F0TkRWbE1pMDBabU00TFRsalptRXRNVFExTUdReVptVTJPR1F5SW4wPT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-request-id": [ + "18984134-af50-456e-a9f5-f42fa737d80b" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-IIS/10.0" + ], + "X-AspNet-Version": [ + "4.0.30319" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11988" + ], + "x-ms-correlation-request-id": [ + "81a0565f-418f-4ae3-84b6-4ac4750462fa" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200623T234304Z:81a0565f-418f-4ae3-84b6-4ac4750462fa" + ], + "Date": [ + "Tue, 23 Jun 2020 23:43:03 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps3865/providers/Microsoft.StorageSync/storageSyncServices?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzMzg2NS9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXM/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "9a577196-b31a-4ffa-905b-dcc13201b41e" + "76ce2350-2d22-457f-be42-c15161381ea2" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -1085,57 +1349,66 @@ "Pragma": [ "no-cache" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11991" - ], "x-ms-request-id": [ - "290643f2-ab67-4c71-8c37-a09516213bfe" + "51a2eb41-abba-4f8c-a419-b7bc8d528ee5" ], - "x-ms-correlation-request-id": [ - "290643f2-ab67-4c71-8c37-a09516213bfe" - ], - "x-ms-routing-request-id": [ - "WESTUS:20190703T235313Z:290643f2-ab67-4c71-8c37-a09516213bfe" + "X-Content-Type-Options": [ + "nosniff" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Content-Type-Options": [ - "nosniff" + "Server": [ + "Microsoft-IIS/10.0" + ], + "X-AspNet-Version": [ + "4.0.30319" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11987" + ], + "x-ms-correlation-request-id": [ + "ed132c64-4fb4-46e1-8f16-8f6a1c79f188" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200623T234304Z:ed132c64-4fb4-46e1-8f16-8f6a1c79f188" ], "Date": [ - "Wed, 03 Jul 2019 23:53:12 GMT" + "Tue, 23 Jun 2020 23:43:04 GMT" + ], + "Content-Length": [ + "19" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" - ], - "Content-Length": [ - "12" ] }, "ResponseBody": "{\r\n \"value\": []\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourcegroups/ps1726?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlZ3JvdXBzL3BzMTcyNj9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourcegroups/ps3865?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlZ3JvdXBzL3BzMzg2NT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "04ad87d0-ed36-440e-b679-e004ccd3ff83" + "89101f96-9883-4df2-bd29-b2035e015f85" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -1146,7 +1419,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzE3MjYtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzM4NjUtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" ], "Retry-After": [ "15" @@ -1155,13 +1428,13 @@ "14996" ], "x-ms-request-id": [ - "68fc5ad7-5aab-4001-a4d8-74275af30251" + "7fc8140b-e1d1-4fea-8f7a-4156b2854f5a" ], "x-ms-correlation-request-id": [ - "68fc5ad7-5aab-4001-a4d8-74275af30251" + "7fc8140b-e1d1-4fea-8f7a-4156b2854f5a" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T235314Z:68fc5ad7-5aab-4001-a4d8-74275af30251" + "WESTUS:20200623T234304Z:7fc8140b-e1d1-4fea-8f7a-4156b2854f5a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1170,7 +1443,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 23:53:13 GMT" + "Tue, 23 Jun 2020 23:43:04 GMT" ], "Expires": [ "-1" @@ -1183,16 +1456,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzE3MjYtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpFM01qWXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzM4NjUtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpNNE5qVXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -1203,22 +1476,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzE3MjYtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzM4NjUtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11990" + "11986" ], "x-ms-request-id": [ - "83206b07-976a-4484-8d00-a614c9f5bb03" + "faa98afd-ac18-4f4a-8129-099703a91f8a" ], "x-ms-correlation-request-id": [ - "83206b07-976a-4484-8d00-a614c9f5bb03" + "faa98afd-ac18-4f4a-8129-099703a91f8a" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T235329Z:83206b07-976a-4484-8d00-a614c9f5bb03" + "WESTUS:20200623T234319Z:faa98afd-ac18-4f4a-8129-099703a91f8a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1227,7 +1500,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 23:53:28 GMT" + "Tue, 23 Jun 2020 23:43:19 GMT" ], "Expires": [ "-1" @@ -1240,16 +1513,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzE3MjYtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpFM01qWXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzM4NjUtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpNNE5qVXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -1260,22 +1533,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzE3MjYtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzM4NjUtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11989" + "11985" ], "x-ms-request-id": [ - "57a41982-ac3e-4576-b9b4-a0765150a64c" + "228fd205-8092-4ac1-ba79-9f0d8dbe322a" ], "x-ms-correlation-request-id": [ - "57a41982-ac3e-4576-b9b4-a0765150a64c" + "228fd205-8092-4ac1-ba79-9f0d8dbe322a" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T235344Z:57a41982-ac3e-4576-b9b4-a0765150a64c" + "WESTUS:20200623T234334Z:228fd205-8092-4ac1-ba79-9f0d8dbe322a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1284,7 +1557,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 23:53:44 GMT" + "Tue, 23 Jun 2020 23:43:34 GMT" ], "Expires": [ "-1" @@ -1297,16 +1570,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzE3MjYtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpFM01qWXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzM4NjUtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpNNE5qVXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -1317,16 +1590,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11988" + "11984" ], "x-ms-request-id": [ - "ae036543-6761-44e2-b038-2a6a5c8b80d6" + "7d9ea829-71ff-40cb-af41-fa70d548f628" ], "x-ms-correlation-request-id": [ - "ae036543-6761-44e2-b038-2a6a5c8b80d6" + "7d9ea829-71ff-40cb-af41-fa70d548f628" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T235359Z:ae036543-6761-44e2-b038-2a6a5c8b80d6" + "WESTUS:20200623T234349Z:7d9ea829-71ff-40cb-af41-fa70d548f628" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1335,7 +1608,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 23:53:59 GMT" + "Tue, 23 Jun 2020 23:43:49 GMT" ], "Expires": [ "-1" @@ -1348,16 +1621,16 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzE3MjYtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpFM01qWXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzM4NjUtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpNNE5qVXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -1368,16 +1641,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11987" + "11983" ], "x-ms-request-id": [ - "1ce68133-1be7-4ecf-9822-646e25faaba2" + "12206dc1-cdba-41d6-aa23-96f1c74f962a" ], "x-ms-correlation-request-id": [ - "1ce68133-1be7-4ecf-9822-646e25faaba2" + "12206dc1-cdba-41d6-aa23-96f1c74f962a" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T235359Z:1ce68133-1be7-4ecf-9822-646e25faaba2" + "WESTUS:20200623T234350Z:12206dc1-cdba-41d6-aa23-96f1c74f962a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1386,7 +1659,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 23:53:59 GMT" + "Tue, 23 Jun 2020 23:43:49 GMT" ], "Expires": [ "-1" @@ -1401,14 +1674,14 @@ ], "Names": { "Test-RemoveRegisteredServerInputObject": [ - "ps1726", - "ps219" + "ps3865", + "ps7975" ] }, "Variables": { - "SubscriptionId": "7b96cb02-4663-40f4-9a89-603d3849e46a", - "TenantId": "0483643a-cb2f-462a-bc27-1a270e5bdc0a", + "SubscriptionId": "1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b", + "TenantId": "6ad91d65-65ab-4e14-90f7-fe951035b7c9", "Domain": "", - "SyncServerId": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps1726/providers/Microsoft.StorageSync/storageSyncServices/sssps219/registeredServers/DC8CF7F4-F524-4799-BA3B-FFA8F0302A53" + "SyncServerId": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps3865/providers/Microsoft.StorageSync/storageSyncServices/sssps7975/registeredServers/9ECC90B9-A1B8-4475-ACB2-4D2ADF54945B" } } \ No newline at end of file diff --git a/src/StorageSync/StorageSync.Test/SessionRecords/StorageSyncTests.RegisteredServerTests/TestRemoveRegisteredServerResourceId.json b/src/StorageSync/StorageSync.Test/SessionRecords/StorageSyncTests.RegisteredServerTests/TestRemoveRegisteredServerResourceId.json index 715bf065da61..640aff7fb9ca 100644 --- a/src/StorageSync/StorageSync.Test/SessionRecords/StorageSyncTests.RegisteredServerTests/TestRemoveRegisteredServerResourceId.json +++ b/src/StorageSync/StorageSync.Test/SessionRecords/StorageSyncTests.RegisteredServerTests/TestRemoveRegisteredServerResourceId.json @@ -1,22 +1,22 @@ { "Entries": [ { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/providers/Microsoft.Resources?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVzb3VyY2VzP2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/Microsoft.Resources?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVzb3VyY2VzP2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "7919ce69-ce12-4298-8594-7d0a97057247" + "028e64a5-77fe-4827-a527-b579b0462d90" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -30,13 +30,13 @@ "11999" ], "x-ms-request-id": [ - "dcdd38dd-56c7-416d-8914-805a1b50f0ce" + "24cf403f-e143-45f2-bd83-14fd01d1a0d8" ], "x-ms-correlation-request-id": [ - "dcdd38dd-56c7-416d-8914-805a1b50f0ce" + "24cf403f-e143-45f2-bd83-14fd01d1a0d8" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T234606Z:dcdd38dd-56c7-416d-8914-805a1b50f0ce" + "WESTUS:20200623T233231Z:24cf403f-e143-45f2-bd83-14fd01d1a0d8" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -45,7 +45,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 23:46:06 GMT" + "Tue, 23 Jun 2020 23:32:31 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -54,29 +54,29 @@ "-1" ], "Content-Length": [ - "8818" + "10899" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/providers/Microsoft.Resources\",\r\n \"namespace\": \"Microsoft.Resources\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"tenants\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operationresults\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"notifyResourceJobs\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"tags\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkPolicyCompliance\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"providers\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkresourcename\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resources\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/resources\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/providers\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/operationresults\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceGroups\",\r\n \"locations\": [\r\n \"Central US\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"West Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia Southeast\",\r\n \"Australia East\",\r\n \"West India\",\r\n \"South India\",\r\n \"Central India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/resourceGroups\",\r\n \"locations\": [\r\n \"Central US\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"West Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia Southeast\",\r\n \"Australia East\",\r\n \"West India\",\r\n \"South India\",\r\n \"Central India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/resourcegroups/resources\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/tagnames\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/tagNames/tagValues\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"deployments\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"deployments/operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"links\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-01-01\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/Microsoft.Resources\",\r\n \"namespace\": \"Microsoft.Resources\",\r\n \"authorization\": {\r\n \"applicationId\": \"3b990c8b-9607-4c2a-8b04-1d41985facca\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"tenants\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-01-01\",\r\n \"2019-09-01\",\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-09-01\",\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operationresults\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-09-01\",\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"notifyResourceJobs\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-09-01\",\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"tags\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-10-01\",\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\"\r\n ],\r\n \"capabilities\": \"SupportsExtension\"\r\n },\r\n {\r\n \"resourceType\": \"checkPolicyCompliance\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"providers\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkresourcename\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"calculateTemplateHash\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-09-01\",\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resources\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-09-01\",\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-10-01\",\r\n \"2019-09-01\",\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/resources\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-09-01\",\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/providers\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/operationresults\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceGroups\",\r\n \"locations\": [\r\n \"Central US\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"West Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia Southeast\",\r\n \"Australia East\",\r\n \"West India\",\r\n \"South India\",\r\n \"Central India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Australia Central\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/resourceGroups\",\r\n \"locations\": [\r\n \"Central US\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"West Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia Southeast\",\r\n \"Australia East\",\r\n \"West India\",\r\n \"South India\",\r\n \"Central India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Australia Central\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/resourcegroups/resources\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/tagnames\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/tagNames/tagValues\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"deployments\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-09-01\",\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"deployments/operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-09-01\",\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"links\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ],\r\n \"capabilities\": \"SupportsExtension\"\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-01-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"deploymentScripts\",\r\n \"locations\": [\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Australia East\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"Central US\",\r\n \"North Central US\",\r\n \"UK South\",\r\n \"Central India\",\r\n \"South India\",\r\n \"Japan East\",\r\n \"Korea Central\",\r\n \"North Europe\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West US 2\",\r\n \"West US\",\r\n \"South Central US\",\r\n \"Canada East\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-10-01-preview\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"deploymentScripts/logs\",\r\n \"locations\": [\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Australia East\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"Central US\",\r\n \"North Central US\",\r\n \"UK South\",\r\n \"Central India\",\r\n \"South India\",\r\n \"Japan East\",\r\n \"Korea Central\",\r\n \"North Europe\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West US 2\",\r\n \"West US\",\r\n \"South Central US\",\r\n \"Canada East\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/deploymentScriptOperationResults\",\r\n \"locations\": [\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Australia East\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"Central US\",\r\n \"North Central US\",\r\n \"UK South\",\r\n \"Central India\",\r\n \"South India\",\r\n \"Japan East\",\r\n \"Korea Central\",\r\n \"North Europe\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West US 2\",\r\n \"West US\",\r\n \"South Central US\",\r\n \"Canada East\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-10-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/providers/Microsoft.StorageSync?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZVN5bmM/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/Microsoft.StorageSync?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZVN5bmM/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "95aaec81-d82f-4bc4-9f0f-38d0c37ca0a1" + "b6ad9ee7-b344-4f4a-8d8b-67f68693d403" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -90,13 +90,13 @@ "11998" ], "x-ms-request-id": [ - "7b3ae387-2cd8-41c3-8631-36f150cb84be" + "982658fd-6098-4bda-93b1-bf0460130b1d" ], "x-ms-correlation-request-id": [ - "7b3ae387-2cd8-41c3-8631-36f150cb84be" + "982658fd-6098-4bda-93b1-bf0460130b1d" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T234607Z:7b3ae387-2cd8-41c3-8631-36f150cb84be" + "WESTUS:20200623T233231Z:982658fd-6098-4bda-93b1-bf0460130b1d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -105,7 +105,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 23:46:06 GMT" + "Tue, 23 Jun 2020 23:32:31 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -114,29 +114,29 @@ "-1" ], "Content-Length": [ - "5239" + "7645" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/providers/Microsoft.StorageSync\",\r\n \"namespace\": \"Microsoft.StorageSync\",\r\n \"authorizations\": [\r\n {\r\n \"applicationId\": \"9469b9f5-6722-4481-a2b2-14ed560b706f\"\r\n }\r\n ],\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageSyncServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"Central US EUAP\",\r\n \"West US 2\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\",\r\n \"2018-01-01-preview\",\r\n \"2017-06-05-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"storageSyncServices/syncGroups\",\r\n \"locations\": [\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"Central US EUAP\",\r\n \"West US 2\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\",\r\n \"2018-01-01-preview\",\r\n \"2017-06-05-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageSyncServices/syncGroups/cloudEndpoints\",\r\n \"locations\": [\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"Central US EUAP\",\r\n \"West US 2\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\",\r\n \"2018-01-01-preview\",\r\n \"2017-06-05-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageSyncServices/syncGroups/serverEndpoints\",\r\n \"locations\": [\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"Central US EUAP\",\r\n \"West US 2\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\",\r\n \"2018-01-01-preview\",\r\n \"2017-06-05-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageSyncServices/registeredServers\",\r\n \"locations\": [\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"Central US EUAP\",\r\n \"West US 2\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\",\r\n \"2018-01-01-preview\",\r\n \"2017-06-05-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageSyncServices/workflows\",\r\n \"locations\": [\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"Central US EUAP\",\r\n \"West US 2\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\",\r\n \"2018-01-01-preview\",\r\n \"2017-06-05-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\",\r\n \"2018-01-01-preview\",\r\n \"2017-06-05-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/checkNameAvailability\",\r\n \"locations\": [\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/workflows\",\r\n \"locations\": [\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/Microsoft.StorageSync\",\r\n \"namespace\": \"Microsoft.StorageSync\",\r\n \"authorizations\": [\r\n {\r\n \"applicationId\": \"9469b9f5-6722-4481-a2b2-14ed560b706f\",\r\n \"roleDefinitionId\": \"4cd49d82-1f4d-43fc-af0c-1c1203668e5a\"\r\n }\r\n ],\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageSyncServices\",\r\n \"locations\": [\r\n \"West Central US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"West US 2\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"UAE North\",\r\n \"UAE Central\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2019-10-01\",\r\n \"2019-06-01\",\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\",\r\n \"2018-01-01-preview\",\r\n \"2017-06-05-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"storageSyncServices/syncGroups\",\r\n \"locations\": [\r\n \"West Central US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"West US 2\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"UAE North\",\r\n \"UAE Central\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2019-10-01\",\r\n \"2019-06-01\",\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\",\r\n \"2018-01-01-preview\",\r\n \"2017-06-05-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageSyncServices/syncGroups/cloudEndpoints\",\r\n \"locations\": [\r\n \"West Central US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"West US 2\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"UAE North\",\r\n \"UAE Central\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2019-10-01\",\r\n \"2019-06-01\",\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\",\r\n \"2018-01-01-preview\",\r\n \"2017-06-05-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageSyncServices/syncGroups/serverEndpoints\",\r\n \"locations\": [\r\n \"West Central US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"West US 2\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"UAE North\",\r\n \"UAE Central\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2019-10-01\",\r\n \"2019-06-01\",\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\",\r\n \"2018-01-01-preview\",\r\n \"2017-06-05-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageSyncServices/registeredServers\",\r\n \"locations\": [\r\n \"West Central US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"West US 2\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"UAE North\",\r\n \"UAE Central\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2019-10-01\",\r\n \"2019-06-01\",\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\",\r\n \"2018-01-01-preview\",\r\n \"2017-06-05-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageSyncServices/workflows\",\r\n \"locations\": [\r\n \"West Central US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"West US 2\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"UAE North\",\r\n \"UAE Central\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2019-10-01\",\r\n \"2019-06-01\",\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\",\r\n \"2018-01-01-preview\",\r\n \"2017-06-05-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2019-10-01\",\r\n \"2019-06-01\",\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\",\r\n \"2018-01-01-preview\",\r\n \"2017-06-05-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2019-10-01\",\r\n \"2019-06-01\",\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/checkNameAvailability\",\r\n \"locations\": [\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"UAE North\",\r\n \"UAE Central\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2019-10-01\",\r\n \"2019-06-01\",\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/workflows\",\r\n \"locations\": [\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"UAE North\",\r\n \"UAE Central\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2019-10-01\",\r\n \"2019-06-01\",\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operations\",\r\n \"locations\": [\r\n \"West Central US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"West US 2\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"UAE North\",\r\n \"UAE Central\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operationResults\",\r\n \"locations\": [\r\n \"West Central US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"West US 2\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"UAE North\",\r\n \"UAE Central\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourcegroups/ps143?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlZ3JvdXBzL3BzMTQzP2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourcegroups/ps9985?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlZ3JvdXBzL3BzOTk4NT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "bd3bcfc3-d029-4755-b128-0e53bdc095a8" + "93cf40fa-d92b-478b-9b7f-c4516bcf2aca" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ], "Content-Type": [ "application/json; charset=utf-8" @@ -156,13 +156,13 @@ "1199" ], "x-ms-request-id": [ - "9e417ec4-5e28-40fd-b26c-0e562f7daebd" + "13f08296-0a17-43bd-81d8-5deeb939a78d" ], "x-ms-correlation-request-id": [ - "9e417ec4-5e28-40fd-b26c-0e562f7daebd" + "13f08296-0a17-43bd-81d8-5deeb939a78d" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T234609Z:9e417ec4-5e28-40fd-b26c-0e562f7daebd" + "WESTUS:20200623T233231Z:13f08296-0a17-43bd-81d8-5deeb939a78d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -171,10 +171,10 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 23:46:08 GMT" + "Tue, 23 Jun 2020 23:32:31 GMT" ], "Content-Length": [ - "163" + "165" ], "Content-Type": [ "application/json; charset=utf-8" @@ -183,26 +183,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps143\",\r\n \"name\": \"ps143\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps9985\",\r\n \"name\": \"ps9985\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/providers/Microsoft.StorageSync/locations/CentralUSEUAP/checkNameAvailability?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZVN5bmMvbG9jYXRpb25zL0NlbnRyYWxVU0VVQVAvY2hlY2tOYW1lQXZhaWxhYmlsaXR5P2FwaS12ZXJzaW9uPTIwMTktMDMtMDE=", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/Microsoft.StorageSync/locations/CentralUSEUAP/checkNameAvailability?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZVN5bmMvbG9jYXRpb25zL0NlbnRyYWxVU0VVQVAvY2hlY2tOYW1lQXZhaWxhYmlsaXR5P2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", "RequestMethod": "POST", - "RequestBody": "{\r\n \"name\": \"sssps1285\",\r\n \"type\": \"Microsoft.StorageSync/storageSyncServices\"\r\n}", + "RequestBody": "{\r\n \"name\": \"sssps2482\",\r\n \"type\": \"Microsoft.StorageSync/storageSyncServices\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "b7a18998-2c10-4440-be01-1b263b1512f4" + "dd4565ad-441a-4b4c-afcb-402db1e80547" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -219,7 +219,7 @@ "no-cache" ], "x-ms-request-id": [ - "8ee92e89-3e37-4ef2-b57a-3f5063f9ff03" + "46d158a3-168e-4db1-9114-f40ed8bf9c62" ], "X-Content-Type-Options": [ "nosniff" @@ -240,50 +240,50 @@ "1199" ], "x-ms-correlation-request-id": [ - "5d60f4a5-caef-414e-ab33-a924df3fa6e5" + "d9dcdb0b-09b8-49a1-92af-ebab10f6fb1e" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T234610Z:5d60f4a5-caef-414e-ab33-a924df3fa6e5" + "WESTUS:20200623T233232Z:d9dcdb0b-09b8-49a1-92af-ebab10f6fb1e" ], "Date": [ - "Wed, 03 Jul 2019 23:46:09 GMT" + "Tue, 23 Jun 2020 23:32:32 GMT" ], "Content-Length": [ - "51" + "29" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"nameAvailable\": true,\r\n \"reason\": null,\r\n \"message\": null\r\n}", + "ResponseBody": "{\r\n \"nameAvailable\": true\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps143/providers/Microsoft.StorageSync/storageSyncServices/sssps1285?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzMTQzL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZVN5bmMvc3RvcmFnZVN5bmNTZXJ2aWNlcy9zc3NwczEyODU/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps9985/providers/Microsoft.StorageSync/storageSyncServices/sssps2482?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzOTk4NS9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMyNDgyP2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"location\": \"Central US EUAP\",\r\n \"tags\": {}\r\n}", + "RequestBody": "{\r\n \"location\": \"Central US EUAP\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"incomingTrafficPolicy\": \"AllowAllTraffic\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "6ab27a82-b6b3-42c3-8950-2de6a3253054" + "068da030-2f99-4c4d-874d-fe35cffee488" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "52" + "125" ] }, "ResponseHeaders": { @@ -293,8 +293,17 @@ "Pragma": [ "no-cache" ], + "Location": [ + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6IjhkODU5MjdmLTg2ZmQtNDc3NC04MzJjLTczNDkwZDdiNDZmYiIsIndvcmtmbG93SWQiOiIyY2U0MmRlOS03NzgxLTQ0OTUtYjBlNi01ODM4NTRkNDc1NzgiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiOWFhZjAyMTctZTFlYi00YTUwLWFkMDEtYmI2ZGU3YzUzZTViIn0=?api-version=2020-03-01" + ], + "Retry-After": [ + "10" + ], + "Azure-AsyncOperation": [ + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6IjhkODU5MjdmLTg2ZmQtNDc3NC04MzJjLTczNDkwZDdiNDZmYiIsIndvcmtmbG93SWQiOiIyY2U0MmRlOS03NzgxLTQ0OTUtYjBlNi01ODM4NTRkNDc1NzgiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiOWFhZjAyMTctZTFlYi00YTUwLWFkMDEtYmI2ZGU3YzUzZTViIn0=?api-version=2020-03-01" + ], "x-ms-request-id": [ - "6b0592ae-5c60-433f-819b-752eaec168a2" + "1bde0498-b650-4511-b2e5-b333a3b42c39" ], "X-Content-Type-Options": [ "nosniff" @@ -315,50 +324,173 @@ "1199" ], "x-ms-correlation-request-id": [ - "ab92280d-aa06-4c68-9e01-f068bbd47bc9" + "fbbf9cf3-516b-459d-8e7a-e0f7bf33ada3" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T234610Z:ab92280d-aa06-4c68-9e01-f068bbd47bc9" + "WESTUS:20200623T233233Z:fbbf9cf3-516b-459d-8e7a-e0f7bf33ada3" ], "Date": [ - "Wed, 03 Jul 2019 23:46:10 GMT" + "Tue, 23 Jun 2020 23:32:33 GMT" + ], + "Expires": [ + "-1" ], "Content-Length": [ - "328" + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6IjhkODU5MjdmLTg2ZmQtNDc3NC04MzJjLTczNDkwZDdiNDZmYiIsIndvcmtmbG93SWQiOiIyY2U0MmRlOS03NzgxLTQ0OTUtYjBlNi01ODM4NTRkNDc1NzgiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiOWFhZjAyMTctZTFlYi00YTUwLWFkMDEtYmI2ZGU3YzUzZTViIn0=?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvbG9jYXRpb25zL2NlbnRyYWx1c2V1YXAvb3BlcmF0aW9ucy9leUp3WVhKMGFYUnBiMjVKWkNJNklqaGtPRFU1TWpkbUxUZzJabVF0TkRjM05DMDRNekpqTFRjek5Ea3daRGRpTkRabVlpSXNJbmR2Y210bWJHOTNTV1FpT2lJeVkyVTBNbVJsT1MwM056Z3hMVFEwT1RVdFlqQmxOaTAxT0RNNE5UUmtORGMxTnpnaUxDSjNiM0pyWm14dmQwOXdaWEpoZEdsdmJrbGtJam9pT1dGaFpqQXlNVGN0WlRGbFlpMDBZVFV3TFdGa01ERXRZbUkyWkdVM1l6VXpaVFZpSW4wPT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-request-id": [ + "37084688-87b0-46ca-ba85-e0626707406b" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-IIS/10.0" + ], + "X-AspNet-Version": [ + "4.0.30319" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11999" + ], + "x-ms-correlation-request-id": [ + "9f3239fe-0d75-4608-8c01-b902b81e7f55" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200623T233243Z:9f3239fe-0d75-4608-8c01-b902b81e7f55" + ], + "Date": [ + "Tue, 23 Jun 2020 23:32:43 GMT" + ], + "Content-Length": [ + "745" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"storageSyncServiceStatus\": null,\r\n \"storageSyncServiceUid\": null\r\n },\r\n \"location\": \"Central US EUAP\",\r\n \"tags\": {},\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps143/providers/microsoft.storagesync/storageSyncServices/sssps1285\",\r\n \"name\": \"sssps1285\",\r\n \"type\": \"microsoft.storagesync/storageSyncServices\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6IjhkODU5MjdmLTg2ZmQtNDc3NC04MzJjLTczNDkwZDdiNDZmYiIsIndvcmtmbG93SWQiOiIyY2U0MmRlOS03NzgxLTQ0OTUtYjBlNi01ODM4NTRkNDc1NzgiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiOWFhZjAyMTctZTFlYi00YTUwLWFkMDEtYmI2ZGU3YzUzZTViIn0=\",\r\n \"name\": \"eyJwYXJ0aXRpb25JZCI6IjhkODU5MjdmLTg2ZmQtNDc3NC04MzJjLTczNDkwZDdiNDZmYiIsIndvcmtmbG93SWQiOiIyY2U0MmRlOS03NzgxLTQ0OTUtYjBlNi01ODM4NTRkNDc1NzgiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiOWFhZjAyMTctZTFlYi00YTUwLWFkMDEtYmI2ZGU3YzUzZTViIn0=\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2020-06-23T23:32:33.7493119Z\",\r\n \"endTime\": \"2020-06-23T23:32:40.1045135Z\",\r\n \"properties\": {}\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps143/providers/Microsoft.StorageSync/storageSyncServices/sssps1285/registeredServers/1ff4cf07-d4ce-41c3-8d7a-949618448799?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzMTQzL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZVN5bmMvc3RvcmFnZVN5bmNTZXJ2aWNlcy9zc3NwczEyODUvcmVnaXN0ZXJlZFNlcnZlcnMvMWZmNGNmMDctZDRjZS00MWMzLThkN2EtOTQ5NjE4NDQ4Nzk5P2FwaS12ZXJzaW9uPTIwMTktMDMtMDE=", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps9985/providers/Microsoft.StorageSync/storageSyncServices/sssps2482?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzOTk4NS9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMyNDgyP2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-request-id": [ + "702bedd0-3d72-4f7f-a65b-85ab5a2e8140" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-IIS/10.0" + ], + "X-AspNet-Version": [ + "4.0.30319" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11998" + ], + "x-ms-correlation-request-id": [ + "f5ddbec8-3705-4ce5-b437-6fb11a8d83e1" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200623T233243Z:f5ddbec8-3705-4ce5-b437-6fb11a8d83e1" + ], + "Date": [ + "Tue, 23 Jun 2020 23:32:43 GMT" + ], + "Content-Length": [ + "633" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"properties\": {\r\n \"storageSyncServiceStatus\": 0,\r\n \"incomingTrafficPolicy\": \"AllowAllTraffic\",\r\n \"privateEndpointConnections\": [],\r\n \"provisioningState\": \"Succeeded\",\r\n \"lastWorkflowId\": \"storageSyncServices/sssps2482/workflows/2ce42de9-7781-4495-b0e6-583854d47578\",\r\n \"lastOperationName\": \"ICreateStorageSyncServiceWorkflow\"\r\n },\r\n \"location\": \"Central US EUAP\",\r\n \"tags\": {},\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps9985/providers/microsoft.storagesync/storageSyncServices/sssps2482\",\r\n \"name\": \"sssps2482\",\r\n \"type\": \"microsoft.storagesync/storageSyncServices\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps9985/providers/Microsoft.StorageSync/storageSyncServices/sssps2482/registeredServers/2c398e5f-5560-4f4c-9180-ab19093a48b0?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzOTk4NS9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMyNDgyL3JlZ2lzdGVyZWRTZXJ2ZXJzLzJjMzk4ZTVmLTU1NjAtNGY0Yy05MTgwLWFiMTkwOTNhNDhiMD9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"serverCertificate\": \"MIIDGDCCAgCgAwIBAgIQZrMnSW/lG5xELR7EikisXDANBgkqhkiG9w0BAQ0FADA0MTIwMAYDVQQDEylhbmRyZXlhemRldm9wcy5yZWRtb25kLmNvcnAubWljcm9zb2Z0LmNvbTAeFw0xOTA1MjkwMjEyNDlaFw0yMDA1MjkwMjEyNDlaMDQxMjAwBgNVBAMTKWFuZHJleWF6ZGV2b3BzLnJlZG1vbmQuY29ycC5taWNyb3NvZnQuY29tMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAzWEfgMvao6tCt/lexsMFViVxCCoJbLClwvqfWN79eFc3bmXBtERIvKTlb1TqAigp5VjP021TaQsyN/K2t8qr2rAdlaeJtCXNSILe3+ForYGcQOP0p802kFXkhMUojfX8jGs1BLQTsUoKN4UtuxWIhpb7Iw00rT7wchTg6Yk+ULCRFAlxOQHZI0drM13tDO4kz0BRbTCoSvazS3O570p8sMrWFra6P1/HG1f7sIQP5txw205siGb5FpB0u16qD/z0d7tfMGv+JIqAb6InI393dj2FtbzExkkiBUFXWaH9czGkAFyWuzkECb0WEEK+7oTOrLlo0dh0bp6nxlZ+G7FLfQIDAQABoyYwJDAiBgNVHSUBAf8EGDAWBggrBgEFBQcDAgYKKwYBBAGCNwoDDDANBgkqhkiG9w0BAQ0FAAOCAQEAEn8WHN0h00/Vem50CnwXwnty0vGwu2v3plD1m0mw+3jCtDUTa/tF/a7jTVTCtK6VdqNP6tp/f+GflNRmZWIK/6DIEntouzL++7M5hArcJj01t0S0Vc+0FN3b2wuBuJUYWxR5Q8bNHStOm7l6nXjQ96k1fH/L/hu0dmhciak8LUEIowhSiIpnB3C9AGFuPi9DqjKdWxxzIPLybiDidgUfGbcCNHaZXvcNqNq4zpzeFPTi3VBEOXHIJhk0fT3iWjwvBwtUxPJJs3FIRZFWQa/cgEvBWrYMem98lqKNdmGDJP11OmUeAqJQTe+iSX9pDFzpEj/lM/tIjEh9fwKXuoO1uw==\",\r\n \"agentVersion\": \"5.0.2.0\",\r\n \"serverOSVersion\": \"10.0.14393.0\",\r\n \"lastHeartBeat\": \"7/3/2019 4:46:11 PM\",\r\n \"serverRole\": \"Standalone\",\r\n \"clusterId\": \"00000000-0000-0000-0000-000000000000\",\r\n \"serverId\": \"1ff4cf07-d4ce-41c3-8d7a-949618448799\",\r\n \"friendlyName\": \"andreyazdevops.redmond.corp.microsoft.com\"\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"serverCertificate\": \"MIIDEDCCAfigAwIBAgIQHMX6MF8k1YRIo40AAPKx/TANBgkqhkiG9w0BAQ0FADAwMS4wLAYDVQQDEyVhbmt1c2hiLXZtMDIubnRkZXYuY29ycC5taWNyb3NvZnQuY29tMB4XDTIwMDEyNzE5NTkwN1oXDTIxMDEyNzE5NTkwN1owMDEuMCwGA1UEAxMlYW5rdXNoYi12bTAyLm50ZGV2LmNvcnAubWljcm9zb2Z0LmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAOGKtANwb+dUXi5QVPKCUkpcWJ1/s18EqVBGRaQvIE518p7zWSfnk79FOerjfCT6kDBZPccnxBHK3hZZNgxrAkgv0LeDIEwHDvttYbcMfUzq1VviGnPuKWTsFkIAkG+8IehxX9eB/kBlkoyriziQXg4Bz74HBaQWlZeC65R6Tp8XcuO8HuKtnT3RfV6365pPHq4yp/N5e3NLxDoG1AKXEs8NtDkw2xOltLCu3qluV/AUX343pDEkLV3F8IOu3I7cU+NA/WzCF7UcZ8ZOhS5klMVNiUwCFsUdFUAXh9ufXEBs50IcVJlZU6ZUADbmrqaqpYtD94aKQeFsBlnou5s1A/kCAwEAAaMmMCQwIgYDVR0lAQH/BBgwFgYIKwYBBQUHAwIGCisGAQQBgjcKAwwwDQYJKoZIhvcNAQENBQADggEBAH7p2XFxnOdk/lbNBKW7nmjsjE5BeBU/OlBhKCUrmmY+fk3FvAYSs2jaJKqgZjxek/KdNf2UZMXztg8joF5s1Pdg6ICxJqc1t4gJunHUOoTHHyrotMyt6xJnClRCNqshA0n2z304hjKXcyCoLopemMFpOPEg2oG+EOuvwK/g1gAavGbmYJQc82uNF1LKNMmNfQ4Nn48dKLKg65SHgU+BISlCjHb/6NRTpTmK5acUOlHSrhGsJYCBsN1xJOzwxssXAoy25ebjajvnGcsC9k2HwLZWaSGsPuwWPfEtPPHjNRDrnaNLjSu2zc0uxZza8JWlE0pWD2kyf9OjyD1V0PxtZuM=\",\r\n \"agentVersion\": \"5.0.2.0\",\r\n \"serverOSVersion\": \"10.0.14393.0\",\r\n \"lastHeartBeat\": \"6/23/2020 4:32:43 PM\",\r\n \"serverRole\": \"Standalone\",\r\n \"clusterId\": \"00000000-0000-0000-0000-000000000000\",\r\n \"serverId\": \"2c398e5f-5560-4f4c-9180-ab19093a48b0\",\r\n \"friendlyName\": \"ankushb-vm02.ntdev.corp.microsoft.com\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "e8b0614d-192f-46d0-bc47-66fed360cd36" + "49b5cedc-0e5a-41d7-b8b7-ea249721dce4" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "1452" + "1437" ] }, "ResponseHeaders": { @@ -369,16 +501,16 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps143/providers/microsoft.storagesync/storageSyncServices/sssps1285/workflows/3b9e5dfd-7b93-469c-a0dd-f01e770813ef/operationresults/d648173b-0527-404d-bf53-1aafc520421b?api-version=2019-03-01" + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6IjhkODU5MjdmLTg2ZmQtNDc3NC04MzJjLTczNDkwZDdiNDZmYiIsIndvcmtmbG93SWQiOiI3ZDBlMTJkMy02OTJiLTRlNTQtOTRiNi1lZGNjMzI3ZTQ4MDIiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiMDRmZTA1MTQtYjlkZi00NWJjLTg4OGItNTllY2U1NDZlOGM4In0=?api-version=2020-03-01" ], "Retry-After": [ "10" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps143/providers/microsoft.storagesync/storageSyncServices/sssps1285/workflows/3b9e5dfd-7b93-469c-a0dd-f01e770813ef/operations/d648173b-0527-404d-bf53-1aafc520421b?api-version=2019-03-01" + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6IjhkODU5MjdmLTg2ZmQtNDc3NC04MzJjLTczNDkwZDdiNDZmYiIsIndvcmtmbG93SWQiOiI3ZDBlMTJkMy02OTJiLTRlNTQtOTRiNi1lZGNjMzI3ZTQ4MDIiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiMDRmZTA1MTQtYjlkZi00NWJjLTg4OGItNTllY2U1NDZlOGM4In0=?api-version=2020-03-01" ], "x-ms-request-id": [ - "1bf54357-4667-4a66-a4d7-39842d58e782" + "a646d8ee-b1ca-4be5-9a9d-c61eadebd709" ], "X-Content-Type-Options": [ "nosniff" @@ -399,13 +531,13 @@ "1198" ], "x-ms-correlation-request-id": [ - "4083a7e5-79ce-4af2-b0f0-902493af7ac2" + "26a29a23-de5d-4d74-aef8-dd6eaf7673f4" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T234611Z:4083a7e5-79ce-4af2-b0f0-902493af7ac2" + "WESTUS:20200623T233244Z:26a29a23-de5d-4d74-aef8-dd6eaf7673f4" ], "Date": [ - "Wed, 03 Jul 2019 23:46:10 GMT" + "Tue, 23 Jun 2020 23:32:43 GMT" ], "Expires": [ "-1" @@ -418,16 +550,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps143/providers/microsoft.storagesync/storageSyncServices/sssps1285/workflows/3b9e5dfd-7b93-469c-a0dd-f01e770813ef/operations/d648173b-0527-404d-bf53-1aafc520421b?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzMTQzL3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvc3RvcmFnZVN5bmNTZXJ2aWNlcy9zc3NwczEyODUvd29ya2Zsb3dzLzNiOWU1ZGZkLTdiOTMtNDY5Yy1hMGRkLWYwMWU3NzA4MTNlZi9vcGVyYXRpb25zL2Q2NDgxNzNiLTA1MjctNDA0ZC1iZjUzLTFhYWZjNTIwNDIxYj9hcGktdmVyc2lvbj0yMDE5LTAzLTAx", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6IjhkODU5MjdmLTg2ZmQtNDc3NC04MzJjLTczNDkwZDdiNDZmYiIsIndvcmtmbG93SWQiOiI3ZDBlMTJkMy02OTJiLTRlNTQtOTRiNi1lZGNjMzI3ZTQ4MDIiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiMDRmZTA1MTQtYjlkZi00NWJjLTg4OGItNTllY2U1NDZlOGM4In0=?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvbG9jYXRpb25zL2NlbnRyYWx1c2V1YXAvb3BlcmF0aW9ucy9leUp3WVhKMGFYUnBiMjVKWkNJNklqaGtPRFU1TWpkbUxUZzJabVF0TkRjM05DMDRNekpqTFRjek5Ea3daRGRpTkRabVlpSXNJbmR2Y210bWJHOTNTV1FpT2lJM1pEQmxNVEprTXkwMk9USmlMVFJsTlRRdE9UUmlOaTFsWkdOak16STNaVFE0TURJaUxDSjNiM0pyWm14dmQwOXdaWEpoZEdsdmJrbGtJam9pTURSbVpUQTFNVFF0WWpsa1ppMDBOV0pqTFRnNE9HSXROVGxsWTJVMU5EWmxPR000SW4wPT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -438,7 +570,7 @@ "no-cache" ], "x-ms-request-id": [ - "c7b6dd4b-c4a4-427b-97b0-f34492ff0c82" + "ef6a5a7d-ad4b-4744-b3be-8b20e1e8b17a" ], "X-Content-Type-Options": [ "nosniff" @@ -456,41 +588,41 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11999" + "11997" ], "x-ms-correlation-request-id": [ - "2a907a14-32f1-46cf-a9cb-b51b9b4e5a62" + "76cc6177-b750-4d6d-be2f-4cdc2c7d4187" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T234622Z:2a907a14-32f1-46cf-a9cb-b51b9b4e5a62" + "WESTUS:20200623T233254Z:76cc6177-b750-4d6d-be2f-4cdc2c7d4187" ], "Date": [ - "Wed, 03 Jul 2019 23:46:21 GMT" + "Tue, 23 Jun 2020 23:32:54 GMT" ], "Content-Length": [ - "445" + "745" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps143/providers/microsoft.storagesync/storageSyncServices/sssps1285/workflow/3b9e5dfd-7b93-469c-a0dd-f01e770813ef/operationresults/d648173b-0527-404d-bf53-1aafc520421b\",\r\n \"name\": \"d648173b-0527-404d-bf53-1aafc520421b\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2019-07-03T23:46:12.2637234Z\",\r\n \"endTime\": \"2019-07-03T23:46:15.809925Z\",\r\n \"percentComplete\": null,\r\n \"error\": null,\r\n \"properties\": {}\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6IjhkODU5MjdmLTg2ZmQtNDc3NC04MzJjLTczNDkwZDdiNDZmYiIsIndvcmtmbG93SWQiOiI3ZDBlMTJkMy02OTJiLTRlNTQtOTRiNi1lZGNjMzI3ZTQ4MDIiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiMDRmZTA1MTQtYjlkZi00NWJjLTg4OGItNTllY2U1NDZlOGM4In0=\",\r\n \"name\": \"eyJwYXJ0aXRpb25JZCI6IjhkODU5MjdmLTg2ZmQtNDc3NC04MzJjLTczNDkwZDdiNDZmYiIsIndvcmtmbG93SWQiOiI3ZDBlMTJkMy02OTJiLTRlNTQtOTRiNi1lZGNjMzI3ZTQ4MDIiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiMDRmZTA1MTQtYjlkZi00NWJjLTg4OGItNTllY2U1NDZlOGM4In0=\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2020-06-23T23:32:44.3265245Z\",\r\n \"endTime\": \"2020-06-23T23:32:47.7881696Z\",\r\n \"properties\": {}\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps143/providers/Microsoft.StorageSync/storageSyncServices/sssps1285/registeredServers/1ff4cf07-d4ce-41c3-8d7a-949618448799?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzMTQzL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZVN5bmMvc3RvcmFnZVN5bmNTZXJ2aWNlcy9zc3NwczEyODUvcmVnaXN0ZXJlZFNlcnZlcnMvMWZmNGNmMDctZDRjZS00MWMzLThkN2EtOTQ5NjE4NDQ4Nzk5P2FwaS12ZXJzaW9uPTIwMTktMDMtMDE=", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps9985/providers/Microsoft.StorageSync/storageSyncServices/sssps2482/registeredServers/2c398e5f-5560-4f4c-9180-ab19093a48b0?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzOTk4NS9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMyNDgyL3JlZ2lzdGVyZWRTZXJ2ZXJzLzJjMzk4ZTVmLTU1NjAtNGY0Yy05MTgwLWFiMTkwOTNhNDhiMD9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -501,7 +633,7 @@ "no-cache" ], "x-ms-request-id": [ - "1dc1eb55-c9bf-498a-9d2f-59e9e7d39c5e" + "d6817101-c810-426a-8122-c0879ed3f0cb" ], "X-Content-Type-Options": [ "nosniff" @@ -519,47 +651,47 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11998" + "11996" ], "x-ms-correlation-request-id": [ - "6b703efd-f625-47c7-a42d-92dce180aaf4" + "660f3ba0-812e-4e8a-aabc-414c885d7f6e" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T234622Z:6b703efd-f625-47c7-a42d-92dce180aaf4" + "WESTUS:20200623T233254Z:660f3ba0-812e-4e8a-aabc-414c885d7f6e" ], "Date": [ - "Wed, 03 Jul 2019 23:46:21 GMT" + "Tue, 23 Jun 2020 23:32:54 GMT" ], "Content-Length": [ - "13367" + "13498" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"serverCertificate\": null,\r\n \"agentVersion\": \"5.0.2.0\",\r\n \"agentVersionStatus\": null,\r\n \"agentVersionExpirationDate\": null,\r\n \"serverOSVersion\": \"10.0.14393.0\",\r\n \"serverManagementErrorCode\": 0,\r\n \"lastHeartBeat\": \"2019-07-03T16:46:15.5459971-07:00\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"serverRole\": \"Standalone\",\r\n \"clusterId\": \"00000000-0000-0000-0000-000000000000\",\r\n \"clusterName\": \"\",\r\n \"serverId\": \"1ff4cf07-d4ce-41c3-8d7a-949618448799\",\r\n \"storageSyncServiceUid\": \"58761ac6-f2c1-4524-be39-a70877e84510\",\r\n \"lastWorkflowId\": \"storageSyncServices/sssps1285/workflows/3b9e5dfd-7b93-469c-a0dd-f01e770813ef\",\r\n \"lastOperationName\": \"ICreateRegisteredServerWorkflow\",\r\n \"friendlyName\": \"andreyazdevops.redmond.corp.microsoft.com\",\r\n \"monitoringConfiguration\": \"{\\\"agentConfiguration\\\":\\\" \\\\\\\\Memory\\\\\\\\Available MBytes \\\\\\\\Processor(_Total)\\\\\\\\% Processor Time \\\\\\\\Network Interface(*)\\\\\\\\Bytes Total/sec \\\\\\\\Network Interface(*)\\\\\\\\Bytes Received/sec \\\\\\\\Network Interface(*)\\\\\\\\Bytes Sent/sec \\\\\\\\Network Interface(*)\\\\\\\\Current Bandwidth \\\\\\\\Network Interface(*)\\\\\\\\Output Queue Length \\\\\\\\Server\\\\\\\\Bytes Total/sec \\\\\\\\Process(filesyncsvc)\\\\\\\\* \\\\\\\\Process(w3wp)\\\\\\\\Private Bytes \\\\\\\\Process(MonAgentCore)\\\\\\\\% Processor Time \\\\\\\\Process(MonAgentHost)\\\\\\\\% Processor Time \\\\\\\\Process(MonAgentManager)\\\\\\\\% Processor Time \\\\\\\\Process(MonAgentLauncher)\\\\\\\\% Processor Time \\\\\\\\Process(MonAgentCore)\\\\\\\\Private Bytes \\\\\\\\Process(MonAgentHost)\\\\\\\\Private Bytes \\\\\\\\Process(MonAgentManager)\\\\\\\\Private Bytes \\\\\\\\Process(MonAgentLauncher)\\\\\\\\Private Bytes \\\\\\\\Process(AzureStorageSyncMonitor)\\\\\\\\% Processor Time \\\\\\\\Process(AzureStorageSyncMonitor)\\\\\\\\Private Bytes \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") EventsToCollect=ServerPerformanceCounters:PerformanceCounter,ServerTelemetryEvents:WindowsEventLog,ServerItemResultsEvents:WindowsEventLog,ServerApplicationEvents:WindowsEventLog;DiagnosticEvents=ServerOperationalEvents:WindowsEventLog,ServerDiagnosticEvents:WindowsEventLog,ServerManagementOperationalEvents:WindowsEventLog,ServerManagementDiagnosticEvents:WindowsEventLog,ServerScrubbingEvents:WindowsEventLog,TieringResultsEvents:WindowsEventLog,RecallResultsEvents:WindowsEventLog,AfsUserModeTraceSession:Trace,AfsKernelModeTraceSession:Trace,InstallerLogs:InstallerLogs;EventSchedulerIntervalsInMins=EnvironmentTelemetry:1440 \\\",\\\"configurationVersion\\\":\\\"1\\\",\\\"id\\\":null,\\\"type\\\":\\\"microsoft.storagesync/storageSyncServices/HybridMonitoringConfiguration\\\"}\",\r\n \"managementEndpointUri\": \"https://euap01.afs.azure.net:443/\",\r\n \"discoveryEndpointUri\": \"https://tm-euap01.afs.azure.net:443\",\r\n \"resourceLocation\": \"centraluseuap\",\r\n \"serviceLocation\": \"centraluseuap\"\r\n },\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps143/providers/microsoft.storagesync/storageSyncServices/sssps1285/registeredServers/1ff4cf07-d4ce-41c3-8d7a-949618448799\",\r\n \"name\": \"1ff4cf07-d4ce-41c3-8d7a-949618448799\",\r\n \"type\": \"microsoft.storagesync/storageSyncServices/registeredServers\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"agentVersion\": \"5.0.2.0\",\r\n \"serverOSVersion\": \"10.0.14393.0\",\r\n \"serverManagementErrorCode\": 0,\r\n \"lastHeartBeat\": \"2020-06-23T16:32:47.5711952-07:00\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"serverRole\": \"Standalone\",\r\n \"clusterId\": \"00000000-0000-0000-0000-000000000000\",\r\n \"clusterName\": \"\",\r\n \"serverId\": \"2c398e5f-5560-4f4c-9180-ab19093a48b0\",\r\n \"storageSyncServiceUid\": \"8d85927f-86fd-4774-832c-73490d7b46fb\",\r\n \"lastWorkflowId\": \"storageSyncServices/sssps2482/workflows/7d0e12d3-692b-4e54-94b6-edcc327e4802\",\r\n \"lastOperationName\": \"ICreateRegisteredServerWorkflow\",\r\n \"friendlyName\": \"ankushb-vm02.ntdev.corp.microsoft.com\",\r\n \"monitoringConfiguration\": \"{\\\"agentConfiguration\\\":\\\" \\\\\\\\Memory\\\\\\\\Available MBytes \\\\\\\\Processor(_Total)\\\\\\\\% Processor Time \\\\\\\\Network Interface(*)\\\\\\\\Bytes Total/sec \\\\\\\\Network Interface(*)\\\\\\\\Bytes Received/sec \\\\\\\\Network Interface(*)\\\\\\\\Bytes Sent/sec \\\\\\\\Network Interface(*)\\\\\\\\Current Bandwidth \\\\\\\\Network Interface(*)\\\\\\\\Output Queue Length \\\\\\\\Server\\\\\\\\Bytes Total/sec \\\\\\\\Process(filesyncsvc)\\\\\\\\* \\\\\\\\Process(w3wp)\\\\\\\\Private Bytes \\\\\\\\Process(MonAgentCore)\\\\\\\\% Processor Time \\\\\\\\Process(MonAgentHost)\\\\\\\\% Processor Time \\\\\\\\Process(MonAgentManager)\\\\\\\\% Processor Time \\\\\\\\Process(MonAgentLauncher)\\\\\\\\% Processor Time \\\\\\\\Process(MonAgentCore)\\\\\\\\Private Bytes \\\\\\\\Process(MonAgentHost)\\\\\\\\Private Bytes \\\\\\\\Process(MonAgentManager)\\\\\\\\Private Bytes \\\\\\\\Process(MonAgentLauncher)\\\\\\\\Private Bytes \\\\\\\\Process(AzureStorageSyncMonitor)\\\\\\\\% Processor Time \\\\\\\\Process(AzureStorageSyncMonitor)\\\\\\\\Private Bytes \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") EventsToCollect=ServerPerformanceCounters:PerformanceCounter,ServerTelemetryEvents:WindowsEventLog,ServerItemResultsEvents:WindowsEventLog,ServerApplicationEvents:WindowsEventLog;DiagnosticEvents=ServerOperationalEvents:WindowsEventLog,ServerDiagnosticEvents:WindowsEventLog,ServerManagementOperationalEvents:WindowsEventLog,ServerManagementDiagnosticEvents:WindowsEventLog,ServerScrubbingEvents:WindowsEventLog,TieringResultsEvents:WindowsEventLog,RecallResultsEvents:WindowsEventLog,AfsUserModeTraceSession:Trace,AfsKernelModeTraceSession:Trace,InstallerLogs:InstallerLogs;EventSchedulerIntervalsInMins=EnvironmentTelemetry:1440 \\\",\\\"configurationVersion\\\":\\\"1\\\",\\\"id\\\":null,\\\"type\\\":\\\"microsoft.storagesync/storageSyncServices/HybridMonitoringConfiguration\\\"}\",\r\n \"managementEndpointUri\": \"https://euap01.afs.azure.net:443/\",\r\n \"discoveryEndpointUri\": \"https://tm-euap01.afs.azure.net:443\",\r\n \"resourceLocation\": \"centraluseuap\",\r\n \"serviceLocation\": \"centraluseuap\",\r\n \"monitoringEndpointUri\": \"https://euap01.afs.azure.net:443/\"\r\n },\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps9985/providers/microsoft.storagesync/storageSyncServices/sssps2482/registeredServers/2c398e5f-5560-4f4c-9180-ab19093a48b0\",\r\n \"name\": \"2c398e5f-5560-4f4c-9180-ab19093a48b0\",\r\n \"type\": \"microsoft.storagesync/storageSyncServices/registeredServers\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps143/providers/Microsoft.StorageSync/storageSyncServices/sssps1285/registeredServers/1ff4cf07-d4ce-41c3-8d7a-949618448799?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzMTQzL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZVN5bmMvc3RvcmFnZVN5bmNTZXJ2aWNlcy9zc3NwczEyODUvcmVnaXN0ZXJlZFNlcnZlcnMvMWZmNGNmMDctZDRjZS00MWMzLThkN2EtOTQ5NjE4NDQ4Nzk5P2FwaS12ZXJzaW9uPTIwMTktMDMtMDE=", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps9985/providers/Microsoft.StorageSync/storageSyncServices/sssps2482/registeredServers/2c398e5f-5560-4f4c-9180-ab19093a48b0?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzOTk4NS9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMyNDgyL3JlZ2lzdGVyZWRTZXJ2ZXJzLzJjMzk4ZTVmLTU1NjAtNGY0Yy05MTgwLWFiMTkwOTNhNDhiMD9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "6ff889ae-76a3-48b1-b3a3-92b547a7b8b1" + "1066842b-2403-4ea8-a3f4-d39611f26f94" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -570,16 +702,16 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps143/providers/microsoft.storagesync/storageSyncServices/sssps1285/workflows/86002567-03af-4f7f-96b8-63805242417b/operationresults/656143bd-577d-4995-8578-e604f9171d28?api-version=2019-03-01" + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6IjhkODU5MjdmLTg2ZmQtNDc3NC04MzJjLTczNDkwZDdiNDZmYiIsIndvcmtmbG93SWQiOiI0ZjZkNjdhOS00ZjY1LTQ5YzUtOWVjYS1jMDJlZGNkZDBlMDAiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiOTZjNzllYzAtYWYyOC00YzRjLWIyYWMtOWNmOTI2NGE1ZWNjIn0=?api-version=2020-03-01" ], "Retry-After": [ "10" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps143/providers/microsoft.storagesync/storageSyncServices/sssps1285/workflows/86002567-03af-4f7f-96b8-63805242417b/operations/656143bd-577d-4995-8578-e604f9171d28?api-version=2019-03-01" + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6IjhkODU5MjdmLTg2ZmQtNDc3NC04MzJjLTczNDkwZDdiNDZmYiIsIndvcmtmbG93SWQiOiI0ZjZkNjdhOS00ZjY1LTQ5YzUtOWVjYS1jMDJlZGNkZDBlMDAiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiOTZjNzllYzAtYWYyOC00YzRjLWIyYWMtOWNmOTI2NGE1ZWNjIn0=?api-version=2020-03-01" ], "x-ms-request-id": [ - "384b5130-4541-41b2-a4be-f750ee87eaeb" + "7eff9e4e-71d4-4f1f-9fc5-1f43fbd81514" ], "X-Content-Type-Options": [ "nosniff" @@ -600,13 +732,13 @@ "14999" ], "x-ms-correlation-request-id": [ - "e1379998-e73e-4c2e-8d20-c2ff6ab67b5a" + "630a1be1-4b8a-4f73-985d-bd12598c1ebe" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T234623Z:e1379998-e73e-4c2e-8d20-c2ff6ab67b5a" + "WESTUS:20200623T233255Z:630a1be1-4b8a-4f73-985d-bd12598c1ebe" ], "Date": [ - "Wed, 03 Jul 2019 23:46:22 GMT" + "Tue, 23 Jun 2020 23:32:54 GMT" ], "Expires": [ "-1" @@ -619,16 +751,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps143/providers/microsoft.storagesync/storageSyncServices/sssps1285/workflows/86002567-03af-4f7f-96b8-63805242417b/operations/656143bd-577d-4995-8578-e604f9171d28?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzMTQzL3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvc3RvcmFnZVN5bmNTZXJ2aWNlcy9zc3NwczEyODUvd29ya2Zsb3dzLzg2MDAyNTY3LTAzYWYtNGY3Zi05NmI4LTYzODA1MjQyNDE3Yi9vcGVyYXRpb25zLzY1NjE0M2JkLTU3N2QtNDk5NS04NTc4LWU2MDRmOTE3MWQyOD9hcGktdmVyc2lvbj0yMDE5LTAzLTAx", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6IjhkODU5MjdmLTg2ZmQtNDc3NC04MzJjLTczNDkwZDdiNDZmYiIsIndvcmtmbG93SWQiOiI0ZjZkNjdhOS00ZjY1LTQ5YzUtOWVjYS1jMDJlZGNkZDBlMDAiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiOTZjNzllYzAtYWYyOC00YzRjLWIyYWMtOWNmOTI2NGE1ZWNjIn0=?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvbG9jYXRpb25zL2NlbnRyYWx1c2V1YXAvb3BlcmF0aW9ucy9leUp3WVhKMGFYUnBiMjVKWkNJNklqaGtPRFU1TWpkbUxUZzJabVF0TkRjM05DMDRNekpqTFRjek5Ea3daRGRpTkRabVlpSXNJbmR2Y210bWJHOTNTV1FpT2lJMFpqWmtOamRoT1MwMFpqWTFMVFE1WXpVdE9XVmpZUzFqTURKbFpHTmtaREJsTURBaUxDSjNiM0pyWm14dmQwOXdaWEpoZEdsdmJrbGtJam9pT1Raak56bGxZekF0WVdZeU9DMDBZelJqTFdJeVlXTXRPV05tT1RJMk5HRTFaV05qSW4wPT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -639,7 +771,7 @@ "no-cache" ], "x-ms-request-id": [ - "fb6b413e-54b5-4cf7-bf12-aae26728838b" + "f21245bf-b227-4f66-84a2-ee385f503568" ], "X-Content-Type-Options": [ "nosniff" @@ -657,41 +789,41 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11997" + "11995" ], "x-ms-correlation-request-id": [ - "9b00f33c-c095-4e05-a97c-52b193926b20" + "c3fb7e59-6e71-4883-9a0b-ea5a90c708da" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T234633Z:9b00f33c-c095-4e05-a97c-52b193926b20" + "WESTUS:20200623T233305Z:c3fb7e59-6e71-4883-9a0b-ea5a90c708da" ], "Date": [ - "Wed, 03 Jul 2019 23:46:32 GMT" + "Tue, 23 Jun 2020 23:33:05 GMT" ], "Content-Length": [ - "446" + "745" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps143/providers/microsoft.storagesync/storageSyncServices/sssps1285/workflow/86002567-03af-4f7f-96b8-63805242417b/operationresults/656143bd-577d-4995-8578-e604f9171d28\",\r\n \"name\": \"656143bd-577d-4995-8578-e604f9171d28\",\r\n \"status\": \"delayStep\",\r\n \"startTime\": \"2019-07-03T23:46:24.1151706Z\",\r\n \"endTime\": \"2019-07-03T23:46:27.7219978Z\",\r\n \"percentComplete\": null,\r\n \"error\": null,\r\n \"properties\": {}\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6IjhkODU5MjdmLTg2ZmQtNDc3NC04MzJjLTczNDkwZDdiNDZmYiIsIndvcmtmbG93SWQiOiI0ZjZkNjdhOS00ZjY1LTQ5YzUtOWVjYS1jMDJlZGNkZDBlMDAiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiOTZjNzllYzAtYWYyOC00YzRjLWIyYWMtOWNmOTI2NGE1ZWNjIn0=\",\r\n \"name\": \"eyJwYXJ0aXRpb25JZCI6IjhkODU5MjdmLTg2ZmQtNDc3NC04MzJjLTczNDkwZDdiNDZmYiIsIndvcmtmbG93SWQiOiI0ZjZkNjdhOS00ZjY1LTQ5YzUtOWVjYS1jMDJlZGNkZDBlMDAiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiOTZjNzllYzAtYWYyOC00YzRjLWIyYWMtOWNmOTI2NGE1ZWNjIn0=\",\r\n \"status\": \"delayStep\",\r\n \"startTime\": \"2020-06-23T23:32:55.9077257Z\",\r\n \"endTime\": \"2020-06-23T23:32:59.5798106Z\",\r\n \"properties\": {}\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps143/providers/microsoft.storagesync/storageSyncServices/sssps1285/workflows/86002567-03af-4f7f-96b8-63805242417b/operations/656143bd-577d-4995-8578-e604f9171d28?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzMTQzL3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvc3RvcmFnZVN5bmNTZXJ2aWNlcy9zc3NwczEyODUvd29ya2Zsb3dzLzg2MDAyNTY3LTAzYWYtNGY3Zi05NmI4LTYzODA1MjQyNDE3Yi9vcGVyYXRpb25zLzY1NjE0M2JkLTU3N2QtNDk5NS04NTc4LWU2MDRmOTE3MWQyOD9hcGktdmVyc2lvbj0yMDE5LTAzLTAx", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6IjhkODU5MjdmLTg2ZmQtNDc3NC04MzJjLTczNDkwZDdiNDZmYiIsIndvcmtmbG93SWQiOiI0ZjZkNjdhOS00ZjY1LTQ5YzUtOWVjYS1jMDJlZGNkZDBlMDAiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiOTZjNzllYzAtYWYyOC00YzRjLWIyYWMtOWNmOTI2NGE1ZWNjIn0=?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvbG9jYXRpb25zL2NlbnRyYWx1c2V1YXAvb3BlcmF0aW9ucy9leUp3WVhKMGFYUnBiMjVKWkNJNklqaGtPRFU1TWpkbUxUZzJabVF0TkRjM05DMDRNekpqTFRjek5Ea3daRGRpTkRabVlpSXNJbmR2Y210bWJHOTNTV1FpT2lJMFpqWmtOamRoT1MwMFpqWTFMVFE1WXpVdE9XVmpZUzFqTURKbFpHTmtaREJsTURBaUxDSjNiM0pyWm14dmQwOXdaWEpoZEdsdmJrbGtJam9pT1Raak56bGxZekF0WVdZeU9DMDBZelJqTFdJeVlXTXRPV05tT1RJMk5HRTFaV05qSW4wPT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -702,7 +834,7 @@ "no-cache" ], "x-ms-request-id": [ - "bc12f23e-99fd-4b57-b99c-ae73ad2ba2d4" + "3b638560-d55b-4f68-b155-1d62d66a79cb" ], "X-Content-Type-Options": [ "nosniff" @@ -720,41 +852,41 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11996" + "11994" ], "x-ms-correlation-request-id": [ - "136bea45-251f-42ae-8177-13e4aa46affb" + "02911150-08b8-4313-bda7-7e908989fa0b" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T234644Z:136bea45-251f-42ae-8177-13e4aa46affb" + "WESTUS:20200623T233315Z:02911150-08b8-4313-bda7-7e908989fa0b" ], "Date": [ - "Wed, 03 Jul 2019 23:46:44 GMT" + "Tue, 23 Jun 2020 23:33:15 GMT" ], "Content-Length": [ - "446" + "745" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps143/providers/microsoft.storagesync/storageSyncServices/sssps1285/workflow/86002567-03af-4f7f-96b8-63805242417b/operationresults/656143bd-577d-4995-8578-e604f9171d28\",\r\n \"name\": \"656143bd-577d-4995-8578-e604f9171d28\",\r\n \"status\": \"delayStep\",\r\n \"startTime\": \"2019-07-03T23:46:24.1151706Z\",\r\n \"endTime\": \"2019-07-03T23:46:27.7219978Z\",\r\n \"percentComplete\": null,\r\n \"error\": null,\r\n \"properties\": {}\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6IjhkODU5MjdmLTg2ZmQtNDc3NC04MzJjLTczNDkwZDdiNDZmYiIsIndvcmtmbG93SWQiOiI0ZjZkNjdhOS00ZjY1LTQ5YzUtOWVjYS1jMDJlZGNkZDBlMDAiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiOTZjNzllYzAtYWYyOC00YzRjLWIyYWMtOWNmOTI2NGE1ZWNjIn0=\",\r\n \"name\": \"eyJwYXJ0aXRpb25JZCI6IjhkODU5MjdmLTg2ZmQtNDc3NC04MzJjLTczNDkwZDdiNDZmYiIsIndvcmtmbG93SWQiOiI0ZjZkNjdhOS00ZjY1LTQ5YzUtOWVjYS1jMDJlZGNkZDBlMDAiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiOTZjNzllYzAtYWYyOC00YzRjLWIyYWMtOWNmOTI2NGE1ZWNjIn0=\",\r\n \"status\": \"delayStep\",\r\n \"startTime\": \"2020-06-23T23:32:55.9077257Z\",\r\n \"endTime\": \"2020-06-23T23:32:59.5798106Z\",\r\n \"properties\": {}\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps143/providers/microsoft.storagesync/storageSyncServices/sssps1285/workflows/86002567-03af-4f7f-96b8-63805242417b/operations/656143bd-577d-4995-8578-e604f9171d28?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzMTQzL3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvc3RvcmFnZVN5bmNTZXJ2aWNlcy9zc3NwczEyODUvd29ya2Zsb3dzLzg2MDAyNTY3LTAzYWYtNGY3Zi05NmI4LTYzODA1MjQyNDE3Yi9vcGVyYXRpb25zLzY1NjE0M2JkLTU3N2QtNDk5NS04NTc4LWU2MDRmOTE3MWQyOD9hcGktdmVyc2lvbj0yMDE5LTAzLTAx", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6IjhkODU5MjdmLTg2ZmQtNDc3NC04MzJjLTczNDkwZDdiNDZmYiIsIndvcmtmbG93SWQiOiI0ZjZkNjdhOS00ZjY1LTQ5YzUtOWVjYS1jMDJlZGNkZDBlMDAiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiOTZjNzllYzAtYWYyOC00YzRjLWIyYWMtOWNmOTI2NGE1ZWNjIn0=?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvbG9jYXRpb25zL2NlbnRyYWx1c2V1YXAvb3BlcmF0aW9ucy9leUp3WVhKMGFYUnBiMjVKWkNJNklqaGtPRFU1TWpkbUxUZzJabVF0TkRjM05DMDRNekpqTFRjek5Ea3daRGRpTkRabVlpSXNJbmR2Y210bWJHOTNTV1FpT2lJMFpqWmtOamRoT1MwMFpqWTFMVFE1WXpVdE9XVmpZUzFqTURKbFpHTmtaREJsTURBaUxDSjNiM0pyWm14dmQwOXdaWEpoZEdsdmJrbGtJam9pT1Raak56bGxZekF0WVdZeU9DMDBZelJqTFdJeVlXTXRPV05tT1RJMk5HRTFaV05qSW4wPT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -765,7 +897,7 @@ "no-cache" ], "x-ms-request-id": [ - "0afda0a1-a56d-4ed8-a803-23be3312bcb4" + "9ee36d5b-7daf-4867-9d7c-5223898a3578" ], "X-Content-Type-Options": [ "nosniff" @@ -783,41 +915,41 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11995" + "11993" ], "x-ms-correlation-request-id": [ - "6576d356-a50b-4b65-8e9d-9a1aa1e44f80" + "c6f464c5-e709-4dd9-8022-bfa8ae3f6975" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T234654Z:6576d356-a50b-4b65-8e9d-9a1aa1e44f80" + "WESTUS:20200623T233326Z:c6f464c5-e709-4dd9-8022-bfa8ae3f6975" ], "Date": [ - "Wed, 03 Jul 2019 23:46:54 GMT" + "Tue, 23 Jun 2020 23:33:25 GMT" ], "Content-Length": [ - "446" + "745" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps143/providers/microsoft.storagesync/storageSyncServices/sssps1285/workflow/86002567-03af-4f7f-96b8-63805242417b/operationresults/656143bd-577d-4995-8578-e604f9171d28\",\r\n \"name\": \"656143bd-577d-4995-8578-e604f9171d28\",\r\n \"status\": \"delayStep\",\r\n \"startTime\": \"2019-07-03T23:46:24.1151706Z\",\r\n \"endTime\": \"2019-07-03T23:46:27.7219978Z\",\r\n \"percentComplete\": null,\r\n \"error\": null,\r\n \"properties\": {}\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6IjhkODU5MjdmLTg2ZmQtNDc3NC04MzJjLTczNDkwZDdiNDZmYiIsIndvcmtmbG93SWQiOiI0ZjZkNjdhOS00ZjY1LTQ5YzUtOWVjYS1jMDJlZGNkZDBlMDAiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiOTZjNzllYzAtYWYyOC00YzRjLWIyYWMtOWNmOTI2NGE1ZWNjIn0=\",\r\n \"name\": \"eyJwYXJ0aXRpb25JZCI6IjhkODU5MjdmLTg2ZmQtNDc3NC04MzJjLTczNDkwZDdiNDZmYiIsIndvcmtmbG93SWQiOiI0ZjZkNjdhOS00ZjY1LTQ5YzUtOWVjYS1jMDJlZGNkZDBlMDAiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiOTZjNzllYzAtYWYyOC00YzRjLWIyYWMtOWNmOTI2NGE1ZWNjIn0=\",\r\n \"status\": \"delayStep\",\r\n \"startTime\": \"2020-06-23T23:32:55.9077257Z\",\r\n \"endTime\": \"2020-06-23T23:32:59.5798106Z\",\r\n \"properties\": {}\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps143/providers/microsoft.storagesync/storageSyncServices/sssps1285/workflows/86002567-03af-4f7f-96b8-63805242417b/operations/656143bd-577d-4995-8578-e604f9171d28?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzMTQzL3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvc3RvcmFnZVN5bmNTZXJ2aWNlcy9zc3NwczEyODUvd29ya2Zsb3dzLzg2MDAyNTY3LTAzYWYtNGY3Zi05NmI4LTYzODA1MjQyNDE3Yi9vcGVyYXRpb25zLzY1NjE0M2JkLTU3N2QtNDk5NS04NTc4LWU2MDRmOTE3MWQyOD9hcGktdmVyc2lvbj0yMDE5LTAzLTAx", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6IjhkODU5MjdmLTg2ZmQtNDc3NC04MzJjLTczNDkwZDdiNDZmYiIsIndvcmtmbG93SWQiOiI0ZjZkNjdhOS00ZjY1LTQ5YzUtOWVjYS1jMDJlZGNkZDBlMDAiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiOTZjNzllYzAtYWYyOC00YzRjLWIyYWMtOWNmOTI2NGE1ZWNjIn0=?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvbG9jYXRpb25zL2NlbnRyYWx1c2V1YXAvb3BlcmF0aW9ucy9leUp3WVhKMGFYUnBiMjVKWkNJNklqaGtPRFU1TWpkbUxUZzJabVF0TkRjM05DMDRNekpqTFRjek5Ea3daRGRpTkRabVlpSXNJbmR2Y210bWJHOTNTV1FpT2lJMFpqWmtOamRoT1MwMFpqWTFMVFE1WXpVdE9XVmpZUzFqTURKbFpHTmtaREJsTURBaUxDSjNiM0pyWm14dmQwOXdaWEpoZEdsdmJrbGtJam9pT1Raak56bGxZekF0WVdZeU9DMDBZelJqTFdJeVlXTXRPV05tT1RJMk5HRTFaV05qSW4wPT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -828,7 +960,7 @@ "no-cache" ], "x-ms-request-id": [ - "3228112f-407d-41e2-9e8c-32f09555f628" + "47cedfca-6232-4035-bd7a-ccf7ce0e3ce8" ], "X-Content-Type-Options": [ "nosniff" @@ -846,41 +978,41 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11994" + "11992" ], "x-ms-correlation-request-id": [ - "58fb98fe-dae2-484e-97a7-852fdec20545" + "f7dbe27e-a3b4-4ad3-b4e4-965fc0488d1a" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T234704Z:58fb98fe-dae2-484e-97a7-852fdec20545" + "WESTUS:20200623T233336Z:f7dbe27e-a3b4-4ad3-b4e4-965fc0488d1a" ], "Date": [ - "Wed, 03 Jul 2019 23:47:04 GMT" + "Tue, 23 Jun 2020 23:33:35 GMT" ], "Content-Length": [ - "446" + "745" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps143/providers/microsoft.storagesync/storageSyncServices/sssps1285/workflow/86002567-03af-4f7f-96b8-63805242417b/operationresults/656143bd-577d-4995-8578-e604f9171d28\",\r\n \"name\": \"656143bd-577d-4995-8578-e604f9171d28\",\r\n \"status\": \"delayStep\",\r\n \"startTime\": \"2019-07-03T23:46:24.1151706Z\",\r\n \"endTime\": \"2019-07-03T23:46:27.7219978Z\",\r\n \"percentComplete\": null,\r\n \"error\": null,\r\n \"properties\": {}\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6IjhkODU5MjdmLTg2ZmQtNDc3NC04MzJjLTczNDkwZDdiNDZmYiIsIndvcmtmbG93SWQiOiI0ZjZkNjdhOS00ZjY1LTQ5YzUtOWVjYS1jMDJlZGNkZDBlMDAiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiOTZjNzllYzAtYWYyOC00YzRjLWIyYWMtOWNmOTI2NGE1ZWNjIn0=\",\r\n \"name\": \"eyJwYXJ0aXRpb25JZCI6IjhkODU5MjdmLTg2ZmQtNDc3NC04MzJjLTczNDkwZDdiNDZmYiIsIndvcmtmbG93SWQiOiI0ZjZkNjdhOS00ZjY1LTQ5YzUtOWVjYS1jMDJlZGNkZDBlMDAiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiOTZjNzllYzAtYWYyOC00YzRjLWIyYWMtOWNmOTI2NGE1ZWNjIn0=\",\r\n \"status\": \"delayStep\",\r\n \"startTime\": \"2020-06-23T23:32:55.9077257Z\",\r\n \"endTime\": \"2020-06-23T23:32:59.5798106Z\",\r\n \"properties\": {}\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps143/providers/microsoft.storagesync/storageSyncServices/sssps1285/workflows/86002567-03af-4f7f-96b8-63805242417b/operations/656143bd-577d-4995-8578-e604f9171d28?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzMTQzL3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvc3RvcmFnZVN5bmNTZXJ2aWNlcy9zc3NwczEyODUvd29ya2Zsb3dzLzg2MDAyNTY3LTAzYWYtNGY3Zi05NmI4LTYzODA1MjQyNDE3Yi9vcGVyYXRpb25zLzY1NjE0M2JkLTU3N2QtNDk5NS04NTc4LWU2MDRmOTE3MWQyOD9hcGktdmVyc2lvbj0yMDE5LTAzLTAx", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6IjhkODU5MjdmLTg2ZmQtNDc3NC04MzJjLTczNDkwZDdiNDZmYiIsIndvcmtmbG93SWQiOiI0ZjZkNjdhOS00ZjY1LTQ5YzUtOWVjYS1jMDJlZGNkZDBlMDAiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiOTZjNzllYzAtYWYyOC00YzRjLWIyYWMtOWNmOTI2NGE1ZWNjIn0=?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvbG9jYXRpb25zL2NlbnRyYWx1c2V1YXAvb3BlcmF0aW9ucy9leUp3WVhKMGFYUnBiMjVKWkNJNklqaGtPRFU1TWpkbUxUZzJabVF0TkRjM05DMDRNekpqTFRjek5Ea3daRGRpTkRabVlpSXNJbmR2Y210bWJHOTNTV1FpT2lJMFpqWmtOamRoT1MwMFpqWTFMVFE1WXpVdE9XVmpZUzFqTURKbFpHTmtaREJsTURBaUxDSjNiM0pyWm14dmQwOXdaWEpoZEdsdmJrbGtJam9pT1Raak56bGxZekF0WVdZeU9DMDBZelJqTFdJeVlXTXRPV05tT1RJMk5HRTFaV05qSW4wPT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -891,7 +1023,7 @@ "no-cache" ], "x-ms-request-id": [ - "746ff225-c1f1-4979-8733-cb094cdb58b9" + "421dcd3e-43ad-49d3-b316-f3eb3819a3f3" ], "X-Content-Type-Options": [ "nosniff" @@ -909,41 +1041,41 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11993" + "11991" ], "x-ms-correlation-request-id": [ - "990085cc-c53c-4965-b7da-3446b481c59a" + "403abd3e-a1cc-43a0-bd05-1b9da4cd9418" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T234715Z:990085cc-c53c-4965-b7da-3446b481c59a" + "WESTUS:20200623T233346Z:403abd3e-a1cc-43a0-bd05-1b9da4cd9418" ], "Date": [ - "Wed, 03 Jul 2019 23:47:15 GMT" + "Tue, 23 Jun 2020 23:33:46 GMT" ], "Content-Length": [ - "444" + "745" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps143/providers/microsoft.storagesync/storageSyncServices/sssps1285/workflow/86002567-03af-4f7f-96b8-63805242417b/operationresults/656143bd-577d-4995-8578-e604f9171d28\",\r\n \"name\": \"656143bd-577d-4995-8578-e604f9171d28\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2019-07-03T23:46:24.1151706Z\",\r\n \"endTime\": \"2019-07-03T23:47:12.79908Z\",\r\n \"percentComplete\": null,\r\n \"error\": null,\r\n \"properties\": {}\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6IjhkODU5MjdmLTg2ZmQtNDc3NC04MzJjLTczNDkwZDdiNDZmYiIsIndvcmtmbG93SWQiOiI0ZjZkNjdhOS00ZjY1LTQ5YzUtOWVjYS1jMDJlZGNkZDBlMDAiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiOTZjNzllYzAtYWYyOC00YzRjLWIyYWMtOWNmOTI2NGE1ZWNjIn0=\",\r\n \"name\": \"eyJwYXJ0aXRpb25JZCI6IjhkODU5MjdmLTg2ZmQtNDc3NC04MzJjLTczNDkwZDdiNDZmYiIsIndvcmtmbG93SWQiOiI0ZjZkNjdhOS00ZjY1LTQ5YzUtOWVjYS1jMDJlZGNkZDBlMDAiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiOTZjNzllYzAtYWYyOC00YzRjLWIyYWMtOWNmOTI2NGE1ZWNjIn0=\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2020-06-23T23:32:55.9077257Z\",\r\n \"endTime\": \"2020-06-23T23:33:44.6485633Z\",\r\n \"properties\": {}\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps143/providers/microsoft.storagesync/storageSyncServices/sssps1285/workflows/86002567-03af-4f7f-96b8-63805242417b/operationresults/656143bd-577d-4995-8578-e604f9171d28?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzMTQzL3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvc3RvcmFnZVN5bmNTZXJ2aWNlcy9zc3NwczEyODUvd29ya2Zsb3dzLzg2MDAyNTY3LTAzYWYtNGY3Zi05NmI4LTYzODA1MjQyNDE3Yi9vcGVyYXRpb25yZXN1bHRzLzY1NjE0M2JkLTU3N2QtNDk5NS04NTc4LWU2MDRmOTE3MWQyOD9hcGktdmVyc2lvbj0yMDE5LTAzLTAx", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6IjhkODU5MjdmLTg2ZmQtNDc3NC04MzJjLTczNDkwZDdiNDZmYiIsIndvcmtmbG93SWQiOiI0ZjZkNjdhOS00ZjY1LTQ5YzUtOWVjYS1jMDJlZGNkZDBlMDAiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiOTZjNzllYzAtYWYyOC00YzRjLWIyYWMtOWNmOTI2NGE1ZWNjIn0=?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvbG9jYXRpb25zL2NlbnRyYWx1c2V1YXAvb3BlcmF0aW9ucmVzdWx0cy9leUp3WVhKMGFYUnBiMjVKWkNJNklqaGtPRFU1TWpkbUxUZzJabVF0TkRjM05DMDRNekpqTFRjek5Ea3daRGRpTkRabVlpSXNJbmR2Y210bWJHOTNTV1FpT2lJMFpqWmtOamRoT1MwMFpqWTFMVFE1WXpVdE9XVmpZUzFqTURKbFpHTmtaREJsTURBaUxDSjNiM0pyWm14dmQwOXdaWEpoZEdsdmJrbGtJam9pT1Raak56bGxZekF0WVdZeU9DMDBZelJqTFdJeVlXTXRPV05tT1RJMk5HRTFaV05qSW4wPT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -954,7 +1086,7 @@ "no-cache" ], "x-ms-request-id": [ - "50b5da48-013e-4b29-829a-e80406ade20d" + "6d16ee8f-b61b-41eb-85fb-c92c45c135d3" ], "X-Content-Type-Options": [ "nosniff" @@ -972,16 +1104,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11992" + "11990" ], "x-ms-correlation-request-id": [ - "5feb511c-6cee-431e-b3b4-97fb81d6e13d" + "f18f80e7-b12b-4765-8f9b-9348c95e81ba" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T234716Z:5feb511c-6cee-431e-b3b4-97fb81d6e13d" + "WESTUS:20200623T233346Z:f18f80e7-b12b-4765-8f9b-9348c95e81ba" ], "Date": [ - "Wed, 03 Jul 2019 23:47:15 GMT" + "Tue, 23 Jun 2020 23:33:46 GMT" ], "Expires": [ "-1" @@ -994,22 +1126,22 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps143/providers/Microsoft.StorageSync/storageSyncServices/sssps1285?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzMTQzL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZVN5bmMvc3RvcmFnZVN5bmNTZXJ2aWNlcy9zc3NwczEyODU/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps9985/providers/Microsoft.StorageSync/storageSyncServices/sssps2482?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzOTk4NS9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMyNDgyP2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "44f6d8ee-6d62-4887-90ff-7c7fa0d49fdb" + "e4848b97-9742-4c1f-87eb-0197ed0756e5" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -1019,8 +1151,17 @@ "Pragma": [ "no-cache" ], + "Location": [ + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6IjhkODU5MjdmLTg2ZmQtNDc3NC04MzJjLTczNDkwZDdiNDZmYiIsIndvcmtmbG93SWQiOiIwYTUwOTk5Yi1iOGQ5LTRkNDQtODYzMC00YWYzN2Q2NzA1YTAiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiODE3NGQwMzYtM2JjYy00NzYyLThjZDktNmE5OGEyMWY1ZGYxIn0=?api-version=2020-03-01" + ], + "Retry-After": [ + "10" + ], + "Azure-AsyncOperation": [ + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6IjhkODU5MjdmLTg2ZmQtNDc3NC04MzJjLTczNDkwZDdiNDZmYiIsIndvcmtmbG93SWQiOiIwYTUwOTk5Yi1iOGQ5LTRkNDQtODYzMC00YWYzN2Q2NzA1YTAiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiODE3NGQwMzYtM2JjYy00NzYyLThjZDktNmE5OGEyMWY1ZGYxIn0=?api-version=2020-03-01" + ], "x-ms-request-id": [ - "f27bf7fa-1c88-4523-9dbf-8bdaaf2a14d7" + "aa9cc65e-7216-4f32-a6ad-6b1c6832afa4" ], "X-Content-Type-Options": [ "nosniff" @@ -1028,9 +1169,66 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "Server": [ + "Microsoft-IIS/10.0" + ], + "X-AspNet-Version": [ + "4.0.30319" + ], + "X-Powered-By": [ + "ASP.NET" + ], "x-ms-ratelimit-remaining-subscription-deletes": [ "14998" ], + "x-ms-correlation-request-id": [ + "d1eacc8b-596b-453b-b7e9-8ab93e49a2db" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200623T233347Z:d1eacc8b-596b-453b-b7e9-8ab93e49a2db" + ], + "Date": [ + "Tue, 23 Jun 2020 23:33:46 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6IjhkODU5MjdmLTg2ZmQtNDc3NC04MzJjLTczNDkwZDdiNDZmYiIsIndvcmtmbG93SWQiOiIwYTUwOTk5Yi1iOGQ5LTRkNDQtODYzMC00YWYzN2Q2NzA1YTAiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiODE3NGQwMzYtM2JjYy00NzYyLThjZDktNmE5OGEyMWY1ZGYxIn0=?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvbG9jYXRpb25zL2NlbnRyYWx1c2V1YXAvb3BlcmF0aW9ucy9leUp3WVhKMGFYUnBiMjVKWkNJNklqaGtPRFU1TWpkbUxUZzJabVF0TkRjM05DMDRNekpqTFRjek5Ea3daRGRpTkRabVlpSXNJbmR2Y210bWJHOTNTV1FpT2lJd1lUVXdPVGs1WWkxaU9HUTVMVFJrTkRRdE9EWXpNQzAwWVdZek4yUTJOekExWVRBaUxDSjNiM0pyWm14dmQwOXdaWEpoZEdsdmJrbGtJam9pT0RFM05HUXdNell0TTJKall5MDBOell5TFRoalpEa3RObUU1T0dFeU1XWTFaR1l4SW4wPT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-request-id": [ + "652691b0-2b00-4e44-947a-65470cdd3069" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], "Server": [ "Microsoft-IIS/10.0" ], @@ -1040,14 +1238,80 @@ "X-Powered-By": [ "ASP.NET" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11989" + ], "x-ms-correlation-request-id": [ - "bfb6bd52-a772-49c7-a58d-e2fe8aaad552" + "8476fc11-05d2-46ac-88dd-e8dff4790b39" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T234716Z:bfb6bd52-a772-49c7-a58d-e2fe8aaad552" + "WESTUS:20200623T233357Z:8476fc11-05d2-46ac-88dd-e8dff4790b39" ], "Date": [ - "Wed, 03 Jul 2019 23:47:16 GMT" + "Tue, 23 Jun 2020 23:33:56 GMT" + ], + "Content-Length": [ + "744" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6IjhkODU5MjdmLTg2ZmQtNDc3NC04MzJjLTczNDkwZDdiNDZmYiIsIndvcmtmbG93SWQiOiIwYTUwOTk5Yi1iOGQ5LTRkNDQtODYzMC00YWYzN2Q2NzA1YTAiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiODE3NGQwMzYtM2JjYy00NzYyLThjZDktNmE5OGEyMWY1ZGYxIn0=\",\r\n \"name\": \"eyJwYXJ0aXRpb25JZCI6IjhkODU5MjdmLTg2ZmQtNDc3NC04MzJjLTczNDkwZDdiNDZmYiIsIndvcmtmbG93SWQiOiIwYTUwOTk5Yi1iOGQ5LTRkNDQtODYzMC00YWYzN2Q2NzA1YTAiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiODE3NGQwMzYtM2JjYy00NzYyLThjZDktNmE5OGEyMWY1ZGYxIn0=\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2020-06-23T23:33:48.350829Z\",\r\n \"endTime\": \"2020-06-23T23:33:53.9911995Z\",\r\n \"properties\": {}\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6IjhkODU5MjdmLTg2ZmQtNDc3NC04MzJjLTczNDkwZDdiNDZmYiIsIndvcmtmbG93SWQiOiIwYTUwOTk5Yi1iOGQ5LTRkNDQtODYzMC00YWYzN2Q2NzA1YTAiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiODE3NGQwMzYtM2JjYy00NzYyLThjZDktNmE5OGEyMWY1ZGYxIn0=?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvbG9jYXRpb25zL2NlbnRyYWx1c2V1YXAvb3BlcmF0aW9ucmVzdWx0cy9leUp3WVhKMGFYUnBiMjVKWkNJNklqaGtPRFU1TWpkbUxUZzJabVF0TkRjM05DMDRNekpqTFRjek5Ea3daRGRpTkRabVlpSXNJbmR2Y210bWJHOTNTV1FpT2lJd1lUVXdPVGs1WWkxaU9HUTVMVFJrTkRRdE9EWXpNQzAwWVdZek4yUTJOekExWVRBaUxDSjNiM0pyWm14dmQwOXdaWEpoZEdsdmJrbGtJam9pT0RFM05HUXdNell0TTJKall5MDBOell5TFRoalpEa3RObUU1T0dFeU1XWTFaR1l4SW4wPT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-request-id": [ + "c48d47cc-5054-4849-b6d3-20584c90e564" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-IIS/10.0" + ], + "X-AspNet-Version": [ + "4.0.30319" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11988" + ], + "x-ms-correlation-request-id": [ + "47f3230c-2df0-4d7a-ad31-06830ba90483" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200623T233357Z:47f3230c-2df0-4d7a-ad31-06830ba90483" + ], + "Date": [ + "Tue, 23 Jun 2020 23:33:57 GMT" ], "Expires": [ "-1" @@ -1060,22 +1324,22 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps143/providers/Microsoft.StorageSync/storageSyncServices?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzMTQzL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZVN5bmMvc3RvcmFnZVN5bmNTZXJ2aWNlcz9hcGktdmVyc2lvbj0yMDE5LTAzLTAx", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps9985/providers/Microsoft.StorageSync/storageSyncServices?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzOTk4NS9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXM/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "27084ae4-cb52-4f5d-9935-4c2692f3ada9" + "f1fae6b6-1f7d-4002-8e96-b97536b7441f" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -1085,57 +1349,66 @@ "Pragma": [ "no-cache" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11991" - ], "x-ms-request-id": [ - "8dc5ad0f-f6af-4f4a-abb1-6c798cb10092" + "3af6d780-f4cd-4419-8007-7514aa667440" ], - "x-ms-correlation-request-id": [ - "8dc5ad0f-f6af-4f4a-abb1-6c798cb10092" - ], - "x-ms-routing-request-id": [ - "WESTUS:20190703T234717Z:8dc5ad0f-f6af-4f4a-abb1-6c798cb10092" + "X-Content-Type-Options": [ + "nosniff" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Content-Type-Options": [ - "nosniff" + "Server": [ + "Microsoft-IIS/10.0" + ], + "X-AspNet-Version": [ + "4.0.30319" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11987" + ], + "x-ms-correlation-request-id": [ + "0bd90710-8a8a-4023-bcc9-8a53d18d33f9" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200623T233357Z:0bd90710-8a8a-4023-bcc9-8a53d18d33f9" ], "Date": [ - "Wed, 03 Jul 2019 23:47:16 GMT" + "Tue, 23 Jun 2020 23:33:57 GMT" + ], + "Content-Length": [ + "19" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" - ], - "Content-Length": [ - "12" ] }, "ResponseBody": "{\r\n \"value\": []\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourcegroups/ps143?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlZ3JvdXBzL3BzMTQzP2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourcegroups/ps9985?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlZ3JvdXBzL3BzOTk4NT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "f317dfa0-4a20-4333-8a8b-af6cc82cf252" + "3868c8b8-3dac-4cd1-92a7-484b8c34ec91" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -1146,7 +1419,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzE0My1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2016-09-01" + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzk5ODUtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" ], "Retry-After": [ "15" @@ -1155,13 +1428,13 @@ "14997" ], "x-ms-request-id": [ - "69b91cf8-e155-49d6-a1fb-9ac231054e0f" + "a3d25127-687e-4d83-8dc2-7a24badece22" ], "x-ms-correlation-request-id": [ - "69b91cf8-e155-49d6-a1fb-9ac231054e0f" + "a3d25127-687e-4d83-8dc2-7a24badece22" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T234718Z:69b91cf8-e155-49d6-a1fb-9ac231054e0f" + "WESTUS:20200623T233358Z:a3d25127-687e-4d83-8dc2-7a24badece22" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1170,7 +1443,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 23:47:17 GMT" + "Tue, 23 Jun 2020 23:33:57 GMT" ], "Expires": [ "-1" @@ -1183,16 +1456,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzE0My1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpFME15MVhSVk5VVlZNaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5kbGMzUjFjeUo5P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzk5ODUtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXprNU9EVXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -1203,22 +1476,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzE0My1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2016-09-01" + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzk5ODUtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11990" + "11986" ], "x-ms-request-id": [ - "95d1f478-a174-4063-88b3-aa18b793dfaf" + "e6c2678f-d827-4d21-91be-f9f0736e4c03" ], "x-ms-correlation-request-id": [ - "95d1f478-a174-4063-88b3-aa18b793dfaf" + "e6c2678f-d827-4d21-91be-f9f0736e4c03" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T234733Z:95d1f478-a174-4063-88b3-aa18b793dfaf" + "WESTUS:20200623T233413Z:e6c2678f-d827-4d21-91be-f9f0736e4c03" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1227,7 +1500,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 23:47:32 GMT" + "Tue, 23 Jun 2020 23:34:12 GMT" ], "Expires": [ "-1" @@ -1240,16 +1513,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzE0My1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpFME15MVhSVk5VVlZNaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5kbGMzUjFjeUo5P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzk5ODUtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXprNU9EVXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -1260,22 +1533,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzE0My1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2016-09-01" + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzk5ODUtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11989" + "11985" ], "x-ms-request-id": [ - "e5a7e59d-4ffa-4877-b722-dc4e13d604c9" + "ade6fe6d-3aed-4131-aa8d-4d665357a31a" ], "x-ms-correlation-request-id": [ - "e5a7e59d-4ffa-4877-b722-dc4e13d604c9" + "ade6fe6d-3aed-4131-aa8d-4d665357a31a" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T234748Z:e5a7e59d-4ffa-4877-b722-dc4e13d604c9" + "WESTUS:20200623T233428Z:ade6fe6d-3aed-4131-aa8d-4d665357a31a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1284,7 +1557,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 23:47:47 GMT" + "Tue, 23 Jun 2020 23:34:27 GMT" ], "Expires": [ "-1" @@ -1297,16 +1570,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzE0My1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpFME15MVhSVk5VVlZNaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5kbGMzUjFjeUo5P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzk5ODUtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXprNU9EVXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -1317,16 +1590,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11988" + "11984" ], "x-ms-request-id": [ - "d7760992-b70c-43be-93dd-438dfb270ac9" + "f9bafce1-85b3-4948-ac39-166d355013ed" ], "x-ms-correlation-request-id": [ - "d7760992-b70c-43be-93dd-438dfb270ac9" + "f9bafce1-85b3-4948-ac39-166d355013ed" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T234803Z:d7760992-b70c-43be-93dd-438dfb270ac9" + "WESTUS:20200623T233443Z:f9bafce1-85b3-4948-ac39-166d355013ed" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1335,7 +1608,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 23:48:03 GMT" + "Tue, 23 Jun 2020 23:34:42 GMT" ], "Expires": [ "-1" @@ -1348,16 +1621,16 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzE0My1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpFME15MVhSVk5VVlZNaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5kbGMzUjFjeUo5P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzk5ODUtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXprNU9EVXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -1368,16 +1641,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11987" + "11983" ], "x-ms-request-id": [ - "2431e815-530e-4889-b7c5-6fab5eb9b7db" + "e57f7067-42e9-4aae-9bf3-0f95148376b9" ], "x-ms-correlation-request-id": [ - "2431e815-530e-4889-b7c5-6fab5eb9b7db" + "e57f7067-42e9-4aae-9bf3-0f95148376b9" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T234803Z:2431e815-530e-4889-b7c5-6fab5eb9b7db" + "WESTUS:20200623T233443Z:e57f7067-42e9-4aae-9bf3-0f95148376b9" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1386,7 +1659,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 23:48:03 GMT" + "Tue, 23 Jun 2020 23:34:42 GMT" ], "Expires": [ "-1" @@ -1401,14 +1674,14 @@ ], "Names": { "Test-RemoveRegisteredServerResourceId": [ - "ps143", - "ps1285" + "ps9985", + "ps2482" ] }, "Variables": { - "SubscriptionId": "7b96cb02-4663-40f4-9a89-603d3849e46a", - "TenantId": "0483643a-cb2f-462a-bc27-1a270e5bdc0a", + "SubscriptionId": "1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b", + "TenantId": "6ad91d65-65ab-4e14-90f7-fe951035b7c9", "Domain": "", - "SyncServerId": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps143/providers/Microsoft.StorageSync/storageSyncServices/sssps1285/registeredServers/1FF4CF07-D4CE-41C3-8D7A-949618448799" + "SyncServerId": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps9985/providers/Microsoft.StorageSync/storageSyncServices/sssps2482/registeredServers/2C398E5F-5560-4F4C-9180-AB19093A48B0" } } \ No newline at end of file diff --git a/src/StorageSync/StorageSync.Test/SessionRecords/StorageSyncTests.ServerEndpointTests/TestServerEndpoint.json b/src/StorageSync/StorageSync.Test/SessionRecords/StorageSyncTests.ServerEndpointTests/TestServerEndpoint.json index eb77c17c23b5..54b12699ac4f 100644 --- a/src/StorageSync/StorageSync.Test/SessionRecords/StorageSyncTests.ServerEndpointTests/TestServerEndpoint.json +++ b/src/StorageSync/StorageSync.Test/SessionRecords/StorageSyncTests.ServerEndpointTests/TestServerEndpoint.json @@ -1,22 +1,22 @@ { "Entries": [ { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/providers/Microsoft.Resources?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVzb3VyY2VzP2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/Microsoft.Resources?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVzb3VyY2VzP2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "689d56f4-3720-476d-aa61-1be3c348b3dc" + "9397f125-ffde-40d0-9680-6b214266b04f" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -30,13 +30,13 @@ "11999" ], "x-ms-request-id": [ - "e6e1f791-0d61-4dfb-a0f2-05681fe4f4d0" + "5a17b7c9-8729-47be-8c57-e8c0fa8c8f99" ], "x-ms-correlation-request-id": [ - "e6e1f791-0d61-4dfb-a0f2-05681fe4f4d0" + "5a17b7c9-8729-47be-8c57-e8c0fa8c8f99" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T224210Z:e6e1f791-0d61-4dfb-a0f2-05681fe4f4d0" + "WESTUS:20200623T234445Z:5a17b7c9-8729-47be-8c57-e8c0fa8c8f99" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -45,7 +45,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 22:42:09 GMT" + "Tue, 23 Jun 2020 23:44:44 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -54,29 +54,29 @@ "-1" ], "Content-Length": [ - "8818" + "10899" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/providers/Microsoft.Resources\",\r\n \"namespace\": \"Microsoft.Resources\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"tenants\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operationresults\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"notifyResourceJobs\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"tags\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkPolicyCompliance\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"providers\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkresourcename\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resources\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/resources\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/providers\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/operationresults\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceGroups\",\r\n \"locations\": [\r\n \"Central US\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"West Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia Southeast\",\r\n \"Australia East\",\r\n \"West India\",\r\n \"South India\",\r\n \"Central India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/resourceGroups\",\r\n \"locations\": [\r\n \"Central US\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"West Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia Southeast\",\r\n \"Australia East\",\r\n \"West India\",\r\n \"South India\",\r\n \"Central India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/resourcegroups/resources\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/tagnames\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/tagNames/tagValues\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"deployments\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"deployments/operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"links\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-01-01\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/Microsoft.Resources\",\r\n \"namespace\": \"Microsoft.Resources\",\r\n \"authorization\": {\r\n \"applicationId\": \"3b990c8b-9607-4c2a-8b04-1d41985facca\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"tenants\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-01-01\",\r\n \"2019-09-01\",\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-09-01\",\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operationresults\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-09-01\",\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"notifyResourceJobs\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-09-01\",\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"tags\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-10-01\",\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\"\r\n ],\r\n \"capabilities\": \"SupportsExtension\"\r\n },\r\n {\r\n \"resourceType\": \"checkPolicyCompliance\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"providers\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkresourcename\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"calculateTemplateHash\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-09-01\",\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resources\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-09-01\",\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-10-01\",\r\n \"2019-09-01\",\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/resources\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-09-01\",\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/providers\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/operationresults\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceGroups\",\r\n \"locations\": [\r\n \"Central US\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"West Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia Southeast\",\r\n \"Australia East\",\r\n \"West India\",\r\n \"South India\",\r\n \"Central India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Australia Central\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/resourceGroups\",\r\n \"locations\": [\r\n \"Central US\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"West Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia Southeast\",\r\n \"Australia East\",\r\n \"West India\",\r\n \"South India\",\r\n \"Central India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Australia Central\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/resourcegroups/resources\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/tagnames\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/tagNames/tagValues\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"deployments\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-09-01\",\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"deployments/operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-09-01\",\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"links\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ],\r\n \"capabilities\": \"SupportsExtension\"\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-01-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"deploymentScripts\",\r\n \"locations\": [\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Australia East\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"Central US\",\r\n \"North Central US\",\r\n \"UK South\",\r\n \"Central India\",\r\n \"South India\",\r\n \"Japan East\",\r\n \"Korea Central\",\r\n \"North Europe\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West US 2\",\r\n \"West US\",\r\n \"South Central US\",\r\n \"Canada East\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-10-01-preview\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"deploymentScripts/logs\",\r\n \"locations\": [\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Australia East\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"Central US\",\r\n \"North Central US\",\r\n \"UK South\",\r\n \"Central India\",\r\n \"South India\",\r\n \"Japan East\",\r\n \"Korea Central\",\r\n \"North Europe\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West US 2\",\r\n \"West US\",\r\n \"South Central US\",\r\n \"Canada East\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/deploymentScriptOperationResults\",\r\n \"locations\": [\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Australia East\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"Central US\",\r\n \"North Central US\",\r\n \"UK South\",\r\n \"Central India\",\r\n \"South India\",\r\n \"Japan East\",\r\n \"Korea Central\",\r\n \"North Europe\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West US 2\",\r\n \"West US\",\r\n \"South Central US\",\r\n \"Canada East\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-10-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/providers/Microsoft.StorageSync?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZVN5bmM/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/Microsoft.StorageSync?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZVN5bmM/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "b7a88517-9cc1-41f2-8d6e-e6f0f29c7bd5" + "8da0b30c-ac51-4af9-b975-3b4e34a15b00" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -90,13 +90,13 @@ "11998" ], "x-ms-request-id": [ - "ac2c489f-2c47-46bb-8668-bc4808450060" + "a29c0cf7-70e0-4c1c-ad14-1b178c386cab" ], "x-ms-correlation-request-id": [ - "ac2c489f-2c47-46bb-8668-bc4808450060" + "a29c0cf7-70e0-4c1c-ad14-1b178c386cab" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T224210Z:ac2c489f-2c47-46bb-8668-bc4808450060" + "WESTUS:20200623T234445Z:a29c0cf7-70e0-4c1c-ad14-1b178c386cab" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -105,7 +105,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 22:42:09 GMT" + "Tue, 23 Jun 2020 23:44:44 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -114,10 +114,10 @@ "-1" ], "Content-Length": [ - "5239" + "7645" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/providers/Microsoft.StorageSync\",\r\n \"namespace\": \"Microsoft.StorageSync\",\r\n \"authorizations\": [\r\n {\r\n \"applicationId\": \"9469b9f5-6722-4481-a2b2-14ed560b706f\"\r\n }\r\n ],\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageSyncServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"Central US EUAP\",\r\n \"West US 2\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\",\r\n \"2018-01-01-preview\",\r\n \"2017-06-05-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"storageSyncServices/syncGroups\",\r\n \"locations\": [\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"Central US EUAP\",\r\n \"West US 2\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\",\r\n \"2018-01-01-preview\",\r\n \"2017-06-05-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageSyncServices/syncGroups/cloudEndpoints\",\r\n \"locations\": [\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"Central US EUAP\",\r\n \"West US 2\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\",\r\n \"2018-01-01-preview\",\r\n \"2017-06-05-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageSyncServices/syncGroups/serverEndpoints\",\r\n \"locations\": [\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"Central US EUAP\",\r\n \"West US 2\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\",\r\n \"2018-01-01-preview\",\r\n \"2017-06-05-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageSyncServices/registeredServers\",\r\n \"locations\": [\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"Central US EUAP\",\r\n \"West US 2\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\",\r\n \"2018-01-01-preview\",\r\n \"2017-06-05-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageSyncServices/workflows\",\r\n \"locations\": [\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"Central US EUAP\",\r\n \"West US 2\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\",\r\n \"2018-01-01-preview\",\r\n \"2017-06-05-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\",\r\n \"2018-01-01-preview\",\r\n \"2017-06-05-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/checkNameAvailability\",\r\n \"locations\": [\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/workflows\",\r\n \"locations\": [\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/Microsoft.StorageSync\",\r\n \"namespace\": \"Microsoft.StorageSync\",\r\n \"authorizations\": [\r\n {\r\n \"applicationId\": \"9469b9f5-6722-4481-a2b2-14ed560b706f\",\r\n \"roleDefinitionId\": \"4cd49d82-1f4d-43fc-af0c-1c1203668e5a\"\r\n }\r\n ],\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageSyncServices\",\r\n \"locations\": [\r\n \"West Central US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"West US 2\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"UAE North\",\r\n \"UAE Central\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2019-10-01\",\r\n \"2019-06-01\",\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\",\r\n \"2018-01-01-preview\",\r\n \"2017-06-05-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"storageSyncServices/syncGroups\",\r\n \"locations\": [\r\n \"West Central US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"West US 2\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"UAE North\",\r\n \"UAE Central\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2019-10-01\",\r\n \"2019-06-01\",\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\",\r\n \"2018-01-01-preview\",\r\n \"2017-06-05-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageSyncServices/syncGroups/cloudEndpoints\",\r\n \"locations\": [\r\n \"West Central US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"West US 2\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"UAE North\",\r\n \"UAE Central\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2019-10-01\",\r\n \"2019-06-01\",\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\",\r\n \"2018-01-01-preview\",\r\n \"2017-06-05-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageSyncServices/syncGroups/serverEndpoints\",\r\n \"locations\": [\r\n \"West Central US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"West US 2\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"UAE North\",\r\n \"UAE Central\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2019-10-01\",\r\n \"2019-06-01\",\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\",\r\n \"2018-01-01-preview\",\r\n \"2017-06-05-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageSyncServices/registeredServers\",\r\n \"locations\": [\r\n \"West Central US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"West US 2\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"UAE North\",\r\n \"UAE Central\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2019-10-01\",\r\n \"2019-06-01\",\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\",\r\n \"2018-01-01-preview\",\r\n \"2017-06-05-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageSyncServices/workflows\",\r\n \"locations\": [\r\n \"West Central US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"West US 2\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"UAE North\",\r\n \"UAE Central\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2019-10-01\",\r\n \"2019-06-01\",\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\",\r\n \"2018-01-01-preview\",\r\n \"2017-06-05-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2019-10-01\",\r\n \"2019-06-01\",\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\",\r\n \"2018-01-01-preview\",\r\n \"2017-06-05-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2019-10-01\",\r\n \"2019-06-01\",\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/checkNameAvailability\",\r\n \"locations\": [\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"UAE North\",\r\n \"UAE Central\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2019-10-01\",\r\n \"2019-06-01\",\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/workflows\",\r\n \"locations\": [\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"UAE North\",\r\n \"UAE Central\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2019-10-01\",\r\n \"2019-06-01\",\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operations\",\r\n \"locations\": [\r\n \"West Central US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"West US 2\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"UAE North\",\r\n \"UAE Central\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operationResults\",\r\n \"locations\": [\r\n \"West Central US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"West US 2\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"UAE North\",\r\n \"UAE Central\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "StatusCode": 200 }, { @@ -127,16 +127,16 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "6b2102f4-bca2-47af-9e07-257e825eafe6" + "422315d4-51dd-4c39-95e0-e26bf8bb3934" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Internal.Subscriptions.SubscriptionClient/1.3.0" + "Microsoft.Azure.Internal.Subscriptions.SubscriptionClient/1.3.16" ] }, "ResponseHeaders": { @@ -147,16 +147,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-tenant-reads": [ - "11999" + "11998" ], "x-ms-request-id": [ - "0f2d868e-af0a-43b6-a71a-aefc92d27c88" + "d24833b5-f977-4667-9846-b7d00fa76082" ], "x-ms-correlation-request-id": [ - "0f2d868e-af0a-43b6-a71a-aefc92d27c88" + "d24833b5-f977-4667-9846-b7d00fa76082" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T224211Z:0f2d868e-af0a-43b6-a71a-aefc92d27c88" + "WESTUS:20200623T234445Z:d24833b5-f977-4667-9846-b7d00fa76082" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -165,7 +165,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 22:42:11 GMT" + "Tue, 23 Jun 2020 23:44:45 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -177,26 +177,26 @@ "116" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/tenants/0483643a-cb2f-462a-bc27-1a270e5bdc0a\",\r\n \"tenantId\": \"0483643a-cb2f-462a-bc27-1a270e5bdc0a\"\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/tenants/6ad91d65-65ab-4e14-90f7-fe951035b7c9\",\r\n \"tenantId\": \"6ad91d65-65ab-4e14-90f7-fe951035b7c9\"\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourcegroups/ps7346?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlZ3JvdXBzL3BzNzM0Nj9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourcegroups/ps6890?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlZ3JvdXBzL3BzNjg5MD9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "82e7a4b2-7bc7-442e-a475-d4670e9f0dd5" + "62595fb7-8842-4e89-a485-2392ab63a01c" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ], "Content-Type": [ "application/json; charset=utf-8" @@ -213,16 +213,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1199" + "1195" ], "x-ms-request-id": [ - "9ac960b2-deb7-4cf7-bea5-1112fca2e62c" + "5e128b4d-dace-4ce4-a41a-92f46eadf8cb" ], "x-ms-correlation-request-id": [ - "9ac960b2-deb7-4cf7-bea5-1112fca2e62c" + "5e128b4d-dace-4ce4-a41a-92f46eadf8cb" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T224212Z:9ac960b2-deb7-4cf7-bea5-1112fca2e62c" + "WESTUS:20200623T234446Z:5e128b4d-dace-4ce4-a41a-92f46eadf8cb" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -231,7 +231,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 22:42:12 GMT" + "Tue, 23 Jun 2020 23:44:45 GMT" ], "Content-Length": [ "165" @@ -243,26 +243,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps7346\",\r\n \"name\": \"ps7346\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps6890\",\r\n \"name\": \"ps6890\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/providers/Microsoft.StorageSync/locations/CentralUSEUAP/checkNameAvailability?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZVN5bmMvbG9jYXRpb25zL0NlbnRyYWxVU0VVQVAvY2hlY2tOYW1lQXZhaWxhYmlsaXR5P2FwaS12ZXJzaW9uPTIwMTktMDMtMDE=", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/Microsoft.StorageSync/locations/CentralUSEUAP/checkNameAvailability?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZVN5bmMvbG9jYXRpb25zL0NlbnRyYWxVU0VVQVAvY2hlY2tOYW1lQXZhaWxhYmlsaXR5P2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", "RequestMethod": "POST", - "RequestBody": "{\r\n \"name\": \"sssps9926\",\r\n \"type\": \"Microsoft.StorageSync/storageSyncServices\"\r\n}", + "RequestBody": "{\r\n \"name\": \"sssps1995\",\r\n \"type\": \"Microsoft.StorageSync/storageSyncServices\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "7e0214b0-8b0d-43d7-9f4b-9f3dcbf38a03" + "04d4865d-ca22-4e40-94e8-2515eec1a838" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -279,7 +279,7 @@ "no-cache" ], "x-ms-request-id": [ - "836ecd83-f6e8-4950-817e-120245ef0720" + "bc048469-3e79-4809-b6d6-8c8d03891431" ], "X-Content-Type-Options": [ "nosniff" @@ -297,53 +297,53 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1199" + "1198" ], "x-ms-correlation-request-id": [ - "8343e812-aa90-475e-8ec2-3b76591dfbba" + "da5b57c1-8b97-4239-ac78-287938bf2935" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T224213Z:8343e812-aa90-475e-8ec2-3b76591dfbba" + "WESTUS:20200623T234446Z:da5b57c1-8b97-4239-ac78-287938bf2935" ], "Date": [ - "Wed, 03 Jul 2019 22:42:13 GMT" + "Tue, 23 Jun 2020 23:44:46 GMT" ], "Content-Length": [ - "51" + "29" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"nameAvailable\": true,\r\n \"reason\": null,\r\n \"message\": null\r\n}", + "ResponseBody": "{\r\n \"nameAvailable\": true\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps7346/providers/Microsoft.StorageSync/storageSyncServices/sssps9926?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNzM0Ni9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM5OTI2P2FwaS12ZXJzaW9uPTIwMTktMDMtMDE=", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps6890/providers/Microsoft.StorageSync/storageSyncServices/sssps1995?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzNjg5MC9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMxOTk1P2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"location\": \"Central US EUAP\",\r\n \"tags\": {}\r\n}", + "RequestBody": "{\r\n \"location\": \"Central US EUAP\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"incomingTrafficPolicy\": \"AllowAllTraffic\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "334707e4-f79a-4c1e-a2ec-fafc6db44e31" + "268ae06c-691f-413e-976d-4368b3e1e680" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "52" + "125" ] }, "ResponseHeaders": { @@ -353,8 +353,17 @@ "Pragma": [ "no-cache" ], + "Location": [ + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6IjE3YzI4YTU0LTJhNTEtNGRjZi05ODUzLWNiMTcxOWRjZWRmYiIsIndvcmtmbG93SWQiOiIzYzRmOWJkMC1iNzJmLTQ0YzItOWJkMS1hZGRiMTQ3ODdjNDYiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiYTMzMDNlNmYtMjRlNS00YjBkLWE2MGUtZTRhMjcwNTVlY2RlIn0=?api-version=2020-03-01" + ], + "Retry-After": [ + "10" + ], + "Azure-AsyncOperation": [ + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6IjE3YzI4YTU0LTJhNTEtNGRjZi05ODUzLWNiMTcxOWRjZWRmYiIsIndvcmtmbG93SWQiOiIzYzRmOWJkMC1iNzJmLTQ0YzItOWJkMS1hZGRiMTQ3ODdjNDYiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiYTMzMDNlNmYtMjRlNS00YjBkLWE2MGUtZTRhMjcwNTVlY2RlIn0=?api-version=2020-03-01" + ], "x-ms-request-id": [ - "0c548bd4-8f5b-40a5-83f3-8e74424e9efe" + "67071da3-315d-4d28-a878-7283fd4b6475" ], "X-Content-Type-Options": [ "nosniff" @@ -372,47 +381,170 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1199" + "1197" + ], + "x-ms-correlation-request-id": [ + "14ab587b-93b7-4136-a775-98ed32252b8e" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200623T234447Z:14ab587b-93b7-4136-a775-98ed32252b8e" + ], + "Date": [ + "Tue, 23 Jun 2020 23:44:47 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6IjE3YzI4YTU0LTJhNTEtNGRjZi05ODUzLWNiMTcxOWRjZWRmYiIsIndvcmtmbG93SWQiOiIzYzRmOWJkMC1iNzJmLTQ0YzItOWJkMS1hZGRiMTQ3ODdjNDYiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiYTMzMDNlNmYtMjRlNS00YjBkLWE2MGUtZTRhMjcwNTVlY2RlIn0=?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvbG9jYXRpb25zL2NlbnRyYWx1c2V1YXAvb3BlcmF0aW9ucy9leUp3WVhKMGFYUnBiMjVKWkNJNklqRTNZekk0WVRVMExUSmhOVEV0TkdSalppMDVPRFV6TFdOaU1UY3hPV1JqWldSbVlpSXNJbmR2Y210bWJHOTNTV1FpT2lJell6Um1PV0prTUMxaU56Sm1MVFEwWXpJdE9XSmtNUzFoWkdSaU1UUTNPRGRqTkRZaUxDSjNiM0pyWm14dmQwOXdaWEpoZEdsdmJrbGtJam9pWVRNek1ETmxObVl0TWpSbE5TMDBZakJrTFdFMk1HVXRaVFJoTWpjd05UVmxZMlJsSW4wPT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-request-id": [ + "39cff23c-b932-4f99-b9cc-0fc43918b194" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-IIS/10.0" + ], + "X-AspNet-Version": [ + "4.0.30319" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11982" ], "x-ms-correlation-request-id": [ - "5a843929-fe2f-445a-8420-8be98fe7994f" + "5a57493b-6c20-4a7d-acc7-06cb89d3c909" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T224214Z:5a843929-fe2f-445a-8420-8be98fe7994f" + "WESTUS:20200623T234458Z:5a57493b-6c20-4a7d-acc7-06cb89d3c909" ], "Date": [ - "Wed, 03 Jul 2019 22:42:13 GMT" + "Tue, 23 Jun 2020 23:44:57 GMT" ], "Content-Length": [ - "329" + "745" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"storageSyncServiceStatus\": null,\r\n \"storageSyncServiceUid\": null\r\n },\r\n \"location\": \"Central US EUAP\",\r\n \"tags\": {},\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps7346/providers/microsoft.storagesync/storageSyncServices/sssps9926\",\r\n \"name\": \"sssps9926\",\r\n \"type\": \"microsoft.storagesync/storageSyncServices\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6IjE3YzI4YTU0LTJhNTEtNGRjZi05ODUzLWNiMTcxOWRjZWRmYiIsIndvcmtmbG93SWQiOiIzYzRmOWJkMC1iNzJmLTQ0YzItOWJkMS1hZGRiMTQ3ODdjNDYiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiYTMzMDNlNmYtMjRlNS00YjBkLWE2MGUtZTRhMjcwNTVlY2RlIn0=\",\r\n \"name\": \"eyJwYXJ0aXRpb25JZCI6IjE3YzI4YTU0LTJhNTEtNGRjZi05ODUzLWNiMTcxOWRjZWRmYiIsIndvcmtmbG93SWQiOiIzYzRmOWJkMC1iNzJmLTQ0YzItOWJkMS1hZGRiMTQ3ODdjNDYiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiYTMzMDNlNmYtMjRlNS00YjBkLWE2MGUtZTRhMjcwNTVlY2RlIn0=\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2020-06-23T23:44:49.0706564Z\",\r\n \"endTime\": \"2020-06-23T23:44:56.0544535Z\",\r\n \"properties\": {}\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps7346/providers/Microsoft.StorageSync/storageSyncServices/sssps9926/syncGroups/sgps811?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNzM0Ni9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM5OTI2L3N5bmNHcm91cHMvc2dwczgxMT9hcGktdmVyc2lvbj0yMDE5LTAzLTAx", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps6890/providers/Microsoft.StorageSync/storageSyncServices/sssps1995?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzNjg5MC9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMxOTk1P2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-request-id": [ + "e020e6d5-d704-413e-a0a3-05eb3e7bbd7f" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-IIS/10.0" + ], + "X-AspNet-Version": [ + "4.0.30319" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11981" + ], + "x-ms-correlation-request-id": [ + "72109e34-3a23-4646-aa76-f915d2322528" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200623T234458Z:72109e34-3a23-4646-aa76-f915d2322528" + ], + "Date": [ + "Tue, 23 Jun 2020 23:44:58 GMT" + ], + "Content-Length": [ + "633" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"properties\": {\r\n \"storageSyncServiceStatus\": 0,\r\n \"incomingTrafficPolicy\": \"AllowAllTraffic\",\r\n \"privateEndpointConnections\": [],\r\n \"provisioningState\": \"Succeeded\",\r\n \"lastWorkflowId\": \"storageSyncServices/sssps1995/workflows/3c4f9bd0-b72f-44c2-9bd1-addb14787c46\",\r\n \"lastOperationName\": \"ICreateStorageSyncServiceWorkflow\"\r\n },\r\n \"location\": \"Central US EUAP\",\r\n \"tags\": {},\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps6890/providers/microsoft.storagesync/storageSyncServices/sssps1995\",\r\n \"name\": \"sssps1995\",\r\n \"type\": \"microsoft.storagesync/storageSyncServices\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps6890/providers/Microsoft.StorageSync/storageSyncServices/sssps1995/syncGroups/sgps5662?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzNjg5MC9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMxOTk1L3N5bmNHcm91cHMvc2dwczU2NjI/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", "RequestMethod": "PUT", "RequestBody": "{\r\n \"properties\": {}\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "8199c687-4f5a-4e13-9462-e1194c96d12d" + "1e94199c-8090-424e-ab58-892ff49845d6" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -429,7 +561,7 @@ "no-cache" ], "x-ms-request-id": [ - "03e72ed5-6cf9-48b0-b349-8fbb91e24a99" + "22c0cc00-48e9-4b47-a641-3462624e620f" ], "X-Content-Type-Options": [ "nosniff" @@ -447,53 +579,53 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1198" + "1196" ], "x-ms-correlation-request-id": [ - "0a9aa90d-85d6-470e-a9e8-91dbf65a40dc" + "486f325f-c4d6-4079-a16d-4d66814ebc91" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T224215Z:0a9aa90d-85d6-470e-a9e8-91dbf65a40dc" + "WESTUS:20200623T234458Z:486f325f-c4d6-4079-a16d-4d66814ebc91" ], "Date": [ - "Wed, 03 Jul 2019 22:42:14 GMT" + "Tue, 23 Jun 2020 23:44:58 GMT" ], "Content-Length": [ - "329" + "371" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"syncGroupStatus\": \"0\",\r\n \"uniqueId\": \"d6461dde-cf43-4d3a-bb50-4759df253933\"\r\n },\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps7346/providers/microsoft.storagesync/storageSyncServices/sssps9926/syncGroups/sgps811\",\r\n \"name\": \"sgps811\",\r\n \"type\": \"microsoft.storagesync/storageSyncServices/syncGroups\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"syncGroupStatus\": \"0\",\r\n \"uniqueId\": \"e966fb00-b011-4758-84c5-0fadef6f2827\"\r\n },\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps6890/providers/microsoft.storagesync/storageSyncServices/sssps1995/syncGroups/sgps5662\",\r\n \"name\": \"sgps5662\",\r\n \"type\": \"microsoft.storagesync/storageSyncServices/syncGroups\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps7346/providers/Microsoft.Storage/storageAccounts/saps1126?api-version=2017-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNzM0Ni9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2Uvc3RvcmFnZUFjY291bnRzL3NhcHMxMTI2P2FwaS12ZXJzaW9uPTIwMTctMTAtMDE=", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps6890/providers/Microsoft.Storage/storageAccounts/saps451?api-version=2017-10-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzNjg5MC9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2Uvc3RvcmFnZUFjY291bnRzL3NhcHM0NTE/YXBpLXZlcnNpb249MjAxNy0xMC0wMQ==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"location\": \"Central US EUAP\"\r\n}", + "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\"\r\n },\r\n \"kind\": \"StorageV2\",\r\n \"location\": \"Central US EUAP\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "cebf4069-3c60-4f18-86d2-19d300c151de" + "c5b3f1bf-92a5-44ce-abd3-17149f058611" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Storage.Version2017.10.01.StorageManagementClient/1.3.0" + "Microsoft.Azure.Management.Storage.Version2017.10.01.StorageManagementClient/1.3.16" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "105" + "107" ] }, "ResponseHeaders": { @@ -504,13 +636,13 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/providers/Microsoft.Storage/locations/centraluseuap/asyncoperations/267c32ad-b09e-4108-8f65-9271ca69a4e7?monitor=true&api-version=2017-10-01" + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/Microsoft.Storage/locations/centraluseuap/asyncoperations/c39a3a63-9602-43c8-9957-eb2c9bee7875?monitor=true&api-version=2017-10-01" ], "Retry-After": [ "17" ], "x-ms-request-id": [ - "267c32ad-b09e-4108-8f65-9271ca69a4e7" + "c39a3a63-9602-43c8-9957-eb2c9bee7875" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -522,16 +654,16 @@ "1199" ], "x-ms-correlation-request-id": [ - "5975a790-5255-492a-833b-65ba9076eac3" + "aa359ae0-8615-4a19-905e-52ecedf3e940" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T224217Z:5975a790-5255-492a-833b-65ba9076eac3" + "WESTUS:20200623T234500Z:aa359ae0-8615-4a19-905e-52ecedf3e940" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 22:42:16 GMT" + "Tue, 23 Jun 2020 23:45:00 GMT" ], "Content-Type": [ "text/plain; charset=utf-8" @@ -547,16 +679,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/providers/Microsoft.Storage/locations/centraluseuap/asyncoperations/267c32ad-b09e-4108-8f65-9271ca69a4e7?monitor=true&api-version=2017-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9sb2NhdGlvbnMvY2VudHJhbHVzZXVhcC9hc3luY29wZXJhdGlvbnMvMjY3YzMyYWQtYjA5ZS00MTA4LThmNjUtOTI3MWNhNjlhNGU3P21vbml0b3I9dHJ1ZSZhcGktdmVyc2lvbj0yMDE3LTEwLTAx", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/Microsoft.Storage/locations/centraluseuap/asyncoperations/c39a3a63-9602-43c8-9957-eb2c9bee7875?monitor=true&api-version=2017-10-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9sb2NhdGlvbnMvY2VudHJhbHVzZXVhcC9hc3luY29wZXJhdGlvbnMvYzM5YTNhNjMtOTYwMi00M2M4LTk5NTctZWIyYzliZWU3ODc1P21vbml0b3I9dHJ1ZSZhcGktdmVyc2lvbj0yMDE3LTEwLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Storage.Version2017.10.01.StorageManagementClient/1.3.0" + "Microsoft.Azure.Management.Storage.Version2017.10.01.StorageManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -567,7 +699,7 @@ "no-cache" ], "x-ms-request-id": [ - "35a7c0a9-e666-461b-a4d1-185ffff71cf4" + "48e89218-82e2-4238-b93a-04da993c8505" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -579,19 +711,19 @@ "11999" ], "x-ms-correlation-request-id": [ - "7ee937c1-a882-4169-997c-d60e06db5781" + "b6ff55c4-e18c-405f-9ee6-0087b0e11412" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T224234Z:7ee937c1-a882-4169-997c-d60e06db5781" + "WESTUS:20200623T234517Z:b6ff55c4-e18c-405f-9ee6-0087b0e11412" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 22:42:34 GMT" + "Tue, 23 Jun 2020 23:45:17 GMT" ], "Content-Length": [ - "1018" + "1033" ], "Content-Type": [ "application/json" @@ -600,26 +732,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps7346/providers/Microsoft.Storage/storageAccounts/saps1126\",\r\n \"name\": \"saps1126\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"centraluseuap\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"virtualNetworkRules\": [],\r\n \"ipRules\": [],\r\n \"defaultAction\": \"Allow\"\r\n },\r\n \"supportsHttpsTrafficOnly\": false,\r\n \"encryption\": {\r\n \"services\": {\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2019-07-03T22:42:16.4064037Z\"\r\n },\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2019-07-03T22:42:16.4064037Z\"\r\n }\r\n },\r\n \"keySource\": \"Microsoft.Storage\"\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2019-07-03T22:42:16.343913Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://saps1126.blob.core.windows.net/\",\r\n \"queue\": \"https://saps1126.queue.core.windows.net/\",\r\n \"table\": \"https://saps1126.table.core.windows.net/\",\r\n \"file\": \"https://saps1126.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"centraluseuap\",\r\n \"statusOfPrimary\": \"available\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"StorageV2\",\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps6890/providers/Microsoft.Storage/storageAccounts/saps451\",\r\n \"name\": \"saps451\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"centraluseuap\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"virtualNetworkRules\": [],\r\n \"ipRules\": [],\r\n \"defaultAction\": \"Allow\"\r\n },\r\n \"supportsHttpsTrafficOnly\": false,\r\n \"encryption\": {\r\n \"services\": {\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2020-06-23T23:44:59.9724157Z\"\r\n },\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2020-06-23T23:44:59.9724157Z\"\r\n }\r\n },\r\n \"keySource\": \"Microsoft.Storage\"\r\n },\r\n \"accessTier\": \"Hot\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2020-06-23T23:44:59.9255127Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://saps451.blob.core.windows.net/\",\r\n \"queue\": \"https://saps451.queue.core.windows.net/\",\r\n \"table\": \"https://saps451.table.core.windows.net/\",\r\n \"file\": \"https://saps451.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"centraluseuap\",\r\n \"statusOfPrimary\": \"available\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps7346/providers/Microsoft.Storage/storageAccounts/saps1126?api-version=2017-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNzM0Ni9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2Uvc3RvcmFnZUFjY291bnRzL3NhcHMxMTI2P2FwaS12ZXJzaW9uPTIwMTctMTAtMDE=", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps6890/providers/Microsoft.Storage/storageAccounts/saps451?api-version=2017-10-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzNjg5MC9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2Uvc3RvcmFnZUFjY291bnRzL3NhcHM0NTE/YXBpLXZlcnNpb249MjAxNy0xMC0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "4c7cf5a7-f0f1-443f-9265-61575f2100e5" + "5a0e05ca-faa0-4e40-bcb0-2cc39934d3cf" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Storage.Version2017.10.01.StorageManagementClient/1.3.0" + "Microsoft.Azure.Management.Storage.Version2017.10.01.StorageManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -630,7 +762,7 @@ "no-cache" ], "x-ms-request-id": [ - "05b001f7-0eae-4b80-9881-d21dd56c57e8" + "fabe4e66-28e7-484b-8c5b-0553416662e0" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -642,19 +774,19 @@ "11998" ], "x-ms-correlation-request-id": [ - "5ac10386-8550-4d1d-a414-d3901ff8dbd9" + "e336b968-d2c2-4cae-b028-59cd9c4a9c09" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T224234Z:5ac10386-8550-4d1d-a414-d3901ff8dbd9" + "WESTUS:20200623T234517Z:e336b968-d2c2-4cae-b028-59cd9c4a9c09" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 22:42:34 GMT" + "Tue, 23 Jun 2020 23:45:17 GMT" ], "Content-Length": [ - "1018" + "1033" ], "Content-Type": [ "application/json" @@ -663,26 +795,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps7346/providers/Microsoft.Storage/storageAccounts/saps1126\",\r\n \"name\": \"saps1126\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"centraluseuap\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"virtualNetworkRules\": [],\r\n \"ipRules\": [],\r\n \"defaultAction\": \"Allow\"\r\n },\r\n \"supportsHttpsTrafficOnly\": false,\r\n \"encryption\": {\r\n \"services\": {\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2019-07-03T22:42:16.4064037Z\"\r\n },\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2019-07-03T22:42:16.4064037Z\"\r\n }\r\n },\r\n \"keySource\": \"Microsoft.Storage\"\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2019-07-03T22:42:16.343913Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://saps1126.blob.core.windows.net/\",\r\n \"queue\": \"https://saps1126.queue.core.windows.net/\",\r\n \"table\": \"https://saps1126.table.core.windows.net/\",\r\n \"file\": \"https://saps1126.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"centraluseuap\",\r\n \"statusOfPrimary\": \"available\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"StorageV2\",\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps6890/providers/Microsoft.Storage/storageAccounts/saps451\",\r\n \"name\": \"saps451\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"centraluseuap\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"virtualNetworkRules\": [],\r\n \"ipRules\": [],\r\n \"defaultAction\": \"Allow\"\r\n },\r\n \"supportsHttpsTrafficOnly\": false,\r\n \"encryption\": {\r\n \"services\": {\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2020-06-23T23:44:59.9724157Z\"\r\n },\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2020-06-23T23:44:59.9724157Z\"\r\n }\r\n },\r\n \"keySource\": \"Microsoft.Storage\"\r\n },\r\n \"accessTier\": \"Hot\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2020-06-23T23:44:59.9255127Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://saps451.blob.core.windows.net/\",\r\n \"queue\": \"https://saps451.queue.core.windows.net/\",\r\n \"table\": \"https://saps451.table.core.windows.net/\",\r\n \"file\": \"https://saps451.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"centraluseuap\",\r\n \"statusOfPrimary\": \"available\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps7346/providers/Microsoft.Storage/storageAccounts/saps1126/listKeys?api-version=2017-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNzM0Ni9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2Uvc3RvcmFnZUFjY291bnRzL3NhcHMxMTI2L2xpc3RLZXlzP2FwaS12ZXJzaW9uPTIwMTctMTAtMDE=", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps6890/providers/Microsoft.Storage/storageAccounts/saps451/listKeys?api-version=2017-10-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzNjg5MC9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2Uvc3RvcmFnZUFjY291bnRzL3NhcHM0NTEvbGlzdEtleXM/YXBpLXZlcnNpb249MjAxNy0xMC0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "17cc2f1d-6bf4-476d-8d94-d286be75f612" + "1ae3f0b4-c8d2-45d0-b9f4-2691a2bc8f6c" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Storage.Version2017.10.01.StorageManagementClient/1.3.0" + "Microsoft.Azure.Management.Storage.Version2017.10.01.StorageManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -693,7 +825,7 @@ "no-cache" ], "x-ms-request-id": [ - "246405c9-d139-4c7c-ac28-d3438e9d2a01" + "fb9e4a2e-06b7-493c-805c-b9f7f5a48262" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -701,20 +833,20 @@ "Server": [ "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-writes": [ - "1199" + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "11999" ], "x-ms-correlation-request-id": [ - "68c8223c-4217-4027-8c97-3dab745c5b60" + "82f95dff-d65b-4ec1-a3ee-25ac0fd299bb" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T224234Z:68c8223c-4217-4027-8c97-3dab745c5b60" + "WESTUS:20200623T234517Z:82f95dff-d65b-4ec1-a3ee-25ac0fd299bb" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 22:42:34 GMT" + "Tue, 23 Jun 2020 23:45:17 GMT" ], "Content-Length": [ "288" @@ -726,26 +858,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"keys\": [\r\n {\r\n \"keyName\": \"key1\",\r\n \"value\": \"xY2JFwhxyfLfBuMy1CjI+RlMG3+w2N2LkLXqVtZ8GsL+Gq9xfCFBTk1aO8eBM3pHDMc2kNk8vYkoDTHWwO6Opw==\",\r\n \"permissions\": \"FULL\"\r\n },\r\n {\r\n \"keyName\": \"key2\",\r\n \"value\": \"rUymcJeTq5W1o0bbcch4DrdeNIlb8YwjGTIJe81kpO61D58guAVFseznqe/AEb2O999NlrFxZJVhttiSUg7TBA==\",\r\n \"permissions\": \"FULL\"\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"keys\": [\r\n {\r\n \"keyName\": \"key1\",\r\n \"value\": \"h2osaa7qI92iYwicJQpgP6d/hZiCYc1JmZHAOCi4eBzbzsgSce+GaeJt907zzUxn47noMDuRGlUbafcwlBxbcw==\",\r\n \"permissions\": \"FULL\"\r\n },\r\n {\r\n \"keyName\": \"key2\",\r\n \"value\": \"4kH57uo/InTVLp+H9Z8kJ9Phz2aRd9WpGg6F5GBrSlIaAGeJ9cwsfo5ysEgvYwR1y1BLRQcR1XjAz1oyOpj9UQ==\",\r\n \"permissions\": \"FULL\"\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/0483643a-cb2f-462a-bc27-1a270e5bdc0a/servicePrincipalsByAppId/9469b9f5-6722-4481-a2b2-14ed560b706f/objectId?api-version=1.6", - "EncodedRequestUri": "LzA0ODM2NDNhLWNiMmYtNDYyYS1iYzI3LTFhMjcwZTViZGMwYS9zZXJ2aWNlUHJpbmNpcGFsc0J5QXBwSWQvOTQ2OWI5ZjUtNjcyMi00NDgxLWEyYjItMTRlZDU2MGI3MDZmL29iamVjdElkP2FwaS12ZXJzaW9uPTEuNg==", + "RequestUri": "/6ad91d65-65ab-4e14-90f7-fe951035b7c9/servicePrincipalsByAppId/9469b9f5-6722-4481-a2b2-14ed560b706f/objectId?api-version=1.6", + "EncodedRequestUri": "LzZhZDkxZDY1LTY1YWItNGUxNC05MGY3LWZlOTUxMDM1YjdjOS9zZXJ2aWNlUHJpbmNpcGFsc0J5QXBwSWQvOTQ2OWI5ZjUtNjcyMi00NDgxLWEyYjItMTRlZDU2MGI3MDZmL29iamVjdElkP2FwaS12ZXJzaW9uPTEuNg==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "a28d6353-1e1c-4024-8675-809144e28ecf" + "9cf7d056-e28e-41e0-9c59-7a6961797da3" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Graph.RBAC.Version1.6.20190326.GraphRbacManagementClient/1.3.0" + "Microsoft.Azure.Graph.RBAC.Version1.6.20190326.GraphRbacManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -756,19 +888,22 @@ "no-cache" ], "ocp-aad-diagnostics-server-name": [ - "ObADpVQOrMtGTj6DP71zqpcUOzkjrX9Nv84OPbrwK/c=" + "1Sw93lDg24rWQqiNnfxG0tmtbhuAcSA9P0X1MIiqPnE=" ], "request-id": [ - "aef48a12-bc74-430a-9f7b-9772006f0269" + "c38424f3-577a-4fa2-9032-21a729e69e7d" ], "client-request-id": [ - "a28d6353-1e1c-4024-8675-809144e28ecf" + "9cf7d056-e28e-41e0-9c59-7a6961797da3" ], "x-ms-dirapi-data-contract-version": [ "1.6" ], "ocp-aad-session-key": [ - "Dexb33qH2JMbrX1y1aRUDksZFY50dIawID01-KylBDM3X8Zaz6u3QuKQtG4KwlrYELGCEzVwwzq16Pb9-aSpRI61SkXLoDE6u7PeouDBEub3MiIPdDge5nSbwHFDX0mY.-HkYhH1ZkdxdtERmdlLG8INeAb_4zIpFXkAsaEMK8U4" + "P3oaHCpgyWme4XHXbyTPoTfycyQhKoRP0vyPT4xgxFuMPzreR7lzZsio_rkTJN5mA2aWnM5jJTuXJMaNtRShOETFmT8gtrrZoB7RwKTlLkHRT2eLkGg94l_7qduG5Xl5.jGGYqXkeexhmRCmZQD5pNJd0eT67uGNSd9J0IbYGbdM" + ], + "x-aad-resource-unit": [ + "1" ], "DataServiceVersion": [ "3.0;" @@ -786,10 +921,10 @@ "ASP.NET" ], "Duration": [ - "716385" + "592281" ], "Date": [ - "Wed, 03 Jul 2019 22:42:38 GMT" + "Tue, 23 Jun 2020 23:45:18 GMT" ], "Content-Type": [ "application/json; odata=minimalmetadata; streaming=true; charset=utf-8" @@ -801,26 +936,26 @@ "151" ] }, - "ResponseBody": "{\r\n \"odata.metadata\": \"https://graph.windows.net/0483643a-cb2f-462a-bc27-1a270e5bdc0a/$metadata#Edm.String\",\r\n \"value\": \"384dab06-7a70-4ecf-a04e-284602199124\"\r\n}", + "ResponseBody": "{\r\n \"odata.metadata\": \"https://graph.windows.net/6ad91d65-65ab-4e14-90f7-fe951035b7c9/$metadata#Edm.String\",\r\n \"value\": \"d8eca219-3055-4504-9a60-18c2d0b4c18c\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/0483643a-cb2f-462a-bc27-1a270e5bdc0a/servicePrincipals/384dab06-7a70-4ecf-a04e-284602199124?api-version=1.6", - "EncodedRequestUri": "LzA0ODM2NDNhLWNiMmYtNDYyYS1iYzI3LTFhMjcwZTViZGMwYS9zZXJ2aWNlUHJpbmNpcGFscy8zODRkYWIwNi03YTcwLTRlY2YtYTA0ZS0yODQ2MDIxOTkxMjQ/YXBpLXZlcnNpb249MS42", + "RequestUri": "/6ad91d65-65ab-4e14-90f7-fe951035b7c9/servicePrincipals/d8eca219-3055-4504-9a60-18c2d0b4c18c?api-version=1.6", + "EncodedRequestUri": "LzZhZDkxZDY1LTY1YWItNGUxNC05MGY3LWZlOTUxMDM1YjdjOS9zZXJ2aWNlUHJpbmNpcGFscy9kOGVjYTIxOS0zMDU1LTQ1MDQtOWE2MC0xOGMyZDBiNGMxOGM/YXBpLXZlcnNpb249MS42", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "26815b6f-8718-4071-9438-578b76f6799a" + "37687313-f252-42b0-868a-3cfe77da7b84" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Graph.RBAC.Version1.6.20190326.GraphRbacManagementClient/1.3.0" + "Microsoft.Azure.Graph.RBAC.Version1.6.20190326.GraphRbacManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -831,19 +966,22 @@ "no-cache" ], "ocp-aad-diagnostics-server-name": [ - "wIQemZ+5vqMn85aXsgJ+yzAwtRuiwLPflul5H4QC6Xs=" + "OdWESK30rw7Va1FPXgq9UcI+2p7dlhmdvprfw1EeQk0=" ], "request-id": [ - "4c6a14fe-3980-4130-907e-2864eac55f1d" + "f97ed317-d7f6-4624-9f3b-4be25d495384" ], "client-request-id": [ - "26815b6f-8718-4071-9438-578b76f6799a" + "37687313-f252-42b0-868a-3cfe77da7b84" ], "x-ms-dirapi-data-contract-version": [ "1.6" ], "ocp-aad-session-key": [ - "C4I17CzeCRAW2x1KNLLh1WmAq3PSf3FuKOKvypzklCI4KS5D4B6WrAJ-RiF1e3_QWmSFOGNxQYfoEZXoksxCcx16pmE4uuKJhUNfShEhp-C-MkafV8dRkEjormBACYPB.eMVpQfo0U-6bjM60XDqr1JRV1yb9W4urWyQYMYatqJE" + "BerC6Pc6f_m2qjtdpQIqVz_Yxmdtzmb8DGZKkj885agMlaPUUhOb1IiyogPJInh3stCHFF-2hnGRkxPn89TKJVOMbp92DpuEAEUntXGmHumyPOlzfKKK_BaXC_RSQu5G.E5KzuE8gQnBUy_d_l8a-0_qiHIK_KaxfojW4dNaHQes" + ], + "x-aad-resource-unit": [ + "1" ], "DataServiceVersion": [ "3.0;" @@ -861,10 +999,10 @@ "ASP.NET" ], "Duration": [ - "587595" + "491558" ], "Date": [ - "Wed, 03 Jul 2019 22:42:38 GMT" + "Tue, 23 Jun 2020 23:45:18 GMT" ], "Content-Type": [ "application/json; odata=minimalmetadata; streaming=true; charset=utf-8" @@ -876,7 +1014,7 @@ "1299" ] }, - "ResponseBody": "{\r\n \"odata.metadata\": \"https://graph.windows.net/0483643a-cb2f-462a-bc27-1a270e5bdc0a/$metadata#directoryObjects/@Element\",\r\n \"odata.type\": \"Microsoft.DirectoryServices.ServicePrincipal\",\r\n \"objectType\": \"ServicePrincipal\",\r\n \"objectId\": \"384dab06-7a70-4ecf-a04e-284602199124\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"addIns\": [],\r\n \"alternativeNames\": [],\r\n \"appDisplayName\": \"Microsoft.StorageSync\",\r\n \"appId\": \"9469b9f5-6722-4481-a2b2-14ed560b706f\",\r\n \"applicationTemplateId\": null,\r\n \"appOwnerTenantId\": \"f8cdef31-a31e-4b4a-93e4-5f571e91255a\",\r\n \"appRoleAssignmentRequired\": false,\r\n \"appRoles\": [],\r\n \"displayName\": \"Microsoft.StorageSync\",\r\n \"errorUrl\": null,\r\n \"homepage\": null,\r\n \"informationalUrls\": {\r\n \"termsOfService\": null,\r\n \"support\": null,\r\n \"privacy\": null,\r\n \"marketing\": null\r\n },\r\n \"keyCredentials\": [],\r\n \"logoutUrl\": null,\r\n \"notificationEmailAddresses\": [],\r\n \"oauth2Permissions\": [],\r\n \"passwordCredentials\": [],\r\n \"preferredSingleSignOnMode\": null,\r\n \"preferredTokenSigningKeyEndDateTime\": null,\r\n \"preferredTokenSigningKeyThumbprint\": null,\r\n \"publisherName\": \"Microsoft Services\",\r\n \"replyUrls\": [\r\n \"https://0c38d04b-cf53-496f-aa30-9751eaf67399/redir\"\r\n ],\r\n \"samlMetadataUrl\": null,\r\n \"samlSingleSignOnSettings\": null,\r\n \"servicePrincipalNames\": [\r\n \"9469b9f5-6722-4481-a2b2-14ed560b706f\"\r\n ],\r\n \"servicePrincipalType\": \"Application\",\r\n \"signInAudience\": \"AzureADMultipleOrgs\",\r\n \"tags\": [],\r\n \"tokenEncryptionKeyId\": null\r\n}", + "ResponseBody": "{\r\n \"odata.metadata\": \"https://graph.windows.net/6ad91d65-65ab-4e14-90f7-fe951035b7c9/$metadata#directoryObjects/@Element\",\r\n \"odata.type\": \"Microsoft.DirectoryServices.ServicePrincipal\",\r\n \"objectType\": \"ServicePrincipal\",\r\n \"objectId\": \"d8eca219-3055-4504-9a60-18c2d0b4c18c\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"addIns\": [],\r\n \"alternativeNames\": [],\r\n \"appDisplayName\": \"Microsoft.StorageSync\",\r\n \"appId\": \"9469b9f5-6722-4481-a2b2-14ed560b706f\",\r\n \"applicationTemplateId\": null,\r\n \"appOwnerTenantId\": \"f8cdef31-a31e-4b4a-93e4-5f571e91255a\",\r\n \"appRoleAssignmentRequired\": false,\r\n \"appRoles\": [],\r\n \"displayName\": \"Microsoft.StorageSync\",\r\n \"errorUrl\": null,\r\n \"homepage\": null,\r\n \"informationalUrls\": {\r\n \"termsOfService\": null,\r\n \"support\": null,\r\n \"privacy\": null,\r\n \"marketing\": null\r\n },\r\n \"keyCredentials\": [],\r\n \"logoutUrl\": null,\r\n \"notificationEmailAddresses\": [],\r\n \"oauth2Permissions\": [],\r\n \"passwordCredentials\": [],\r\n \"preferredSingleSignOnMode\": null,\r\n \"preferredTokenSigningKeyEndDateTime\": null,\r\n \"preferredTokenSigningKeyThumbprint\": null,\r\n \"publisherName\": \"Microsoft Services\",\r\n \"replyUrls\": [\r\n \"https://0c38d04b-cf53-496f-aa30-9751eaf67399/redir\"\r\n ],\r\n \"samlMetadataUrl\": null,\r\n \"samlSingleSignOnSettings\": null,\r\n \"servicePrincipalNames\": [\r\n \"9469b9f5-6722-4481-a2b2-14ed560b706f\"\r\n ],\r\n \"servicePrincipalType\": \"Application\",\r\n \"signInAudience\": \"AzureADMultipleOrgs\",\r\n \"tags\": [],\r\n \"tokenEncryptionKeyId\": null\r\n}", "StatusCode": 200 }, { @@ -886,16 +1024,16 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "222ba979-b36e-4a58-9f5d-0629920abf4c" + "e865294a-ba56-4ab3-bfe8-437e13c47033" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Authorization.Version2015.07.01.AuthorizationManagementClient/1.3.0" + "Microsoft.Azure.Management.Authorization.Version2015.07.01.AuthorizationManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -905,11 +1043,8 @@ "Pragma": [ "no-cache" ], - "x-ms-request-charge": [ - "1" - ], "x-ms-request-id": [ - "c1f60492-eb0b-49a4-ae1e-909b9a50c0ec" + "d51f2dee-f86b-4b12-b26a-760f2b78b5ea" ], "X-Content-Type-Options": [ "nosniff" @@ -918,19 +1053,19 @@ "max-age=31536000; includeSubDomains" ], "Set-Cookie": [ - "x-ms-gateway-slice=Production; path=/; secure; HttpOnly" + "x-ms-gateway-slice=Production; path=/; SameSite=None; secure; HttpOnly" ], "x-ms-ratelimit-remaining-tenant-reads": [ - "11999" + "11994" ], "x-ms-correlation-request-id": [ - "42f07e43-e858-4be9-ab11-ac63ab764268" + "f6757f6e-edb7-42f0-8dc9-6d705a3d0eb6" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T224239Z:42f07e43-e858-4be9-ab11-ac63ab764268" + "WESTUS:20200623T234519Z:f6757f6e-edb7-42f0-8dc9-6d705a3d0eb6" ], "Date": [ - "Wed, 03 Jul 2019 22:42:39 GMT" + "Tue, 23 Jun 2020 23:45:18 GMT" ], "Content-Length": [ "841" @@ -946,22 +1081,22 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourcegroups/ps7346/providers/Microsoft.Storage///storageAccounts/saps1126/providers/Microsoft.Authorization/roleAssignments?$filter=assignedTo('384dab06-7a70-4ecf-a04e-284602199124')&api-version=2015-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlZ3JvdXBzL3BzNzM0Ni9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2UvLy9zdG9yYWdlQWNjb3VudHMvc2FwczExMjYvcHJvdmlkZXJzL01pY3Jvc29mdC5BdXRob3JpemF0aW9uL3JvbGVBc3NpZ25tZW50cz8kZmlsdGVyPWFzc2lnbmVkVG8oJzM4NGRhYjA2LTdhNzAtNGVjZi1hMDRlLTI4NDYwMjE5OTEyNCcpJmFwaS12ZXJzaW9uPTIwMTUtMDctMDE=", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourcegroups/ps6890/providers/Microsoft.Storage///storageAccounts/saps451/providers/Microsoft.Authorization/roleAssignments?$filter=assignedTo('d8eca219-3055-4504-9a60-18c2d0b4c18c')&api-version=2015-07-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlZ3JvdXBzL3BzNjg5MC9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2UvLy9zdG9yYWdlQWNjb3VudHMvc2FwczQ1MS9wcm92aWRlcnMvTWljcm9zb2Z0LkF1dGhvcml6YXRpb24vcm9sZUFzc2lnbm1lbnRzPyRmaWx0ZXI9YXNzaWduZWRUbygnZDhlY2EyMTktMzA1NS00NTA0LTlhNjAtMThjMmQwYjRjMThjJykmYXBpLXZlcnNpb249MjAxNS0wNy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "956d6706-254f-4a79-b2c0-e121d9f24f98" + "5e0bb1c5-976d-491b-9c78-0e69c28d5501" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Authorization.Version2015.07.01.AuthorizationManagementClient/1.3.0" + "Microsoft.Azure.Management.Authorization.Version2015.07.01.AuthorizationManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -971,11 +1106,8 @@ "Pragma": [ "no-cache" ], - "x-ms-request-charge": [ - "1" - ], "x-ms-request-id": [ - "5a1ccc7e-cd8f-4ce5-a343-348ada113c66" + "60563aea-6a40-4647-b409-3bc5fb14059a" ], "X-Content-Type-Options": [ "nosniff" @@ -984,22 +1116,22 @@ "max-age=31536000; includeSubDomains" ], "Set-Cookie": [ - "x-ms-gateway-slice=Production; path=/; secure; HttpOnly" + "x-ms-gateway-slice=Production; path=/; secure; HttpOnly; SameSite=None" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11999" + "11982" ], "x-ms-correlation-request-id": [ - "bd7b1f00-e2e1-4793-b32b-6bc0c661f6e9" + "92460487-eabc-4bb7-b6ce-34808cba7f05" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T224239Z:bd7b1f00-e2e1-4793-b32b-6bc0c661f6e9" + "WESTUS:20200623T234519Z:92460487-eabc-4bb7-b6ce-34808cba7f05" ], "Date": [ - "Wed, 03 Jul 2019 22:42:39 GMT" + "Tue, 23 Jun 2020 23:45:18 GMT" ], "Content-Length": [ - "12" + "732" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1008,104 +1140,32 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": []\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"properties\": {\r\n \"roleDefinitionId\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c\",\r\n \"principalId\": \"d8eca219-3055-4504-9a60-18c2d0b4c18c\",\r\n \"scope\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b\",\r\n \"createdOn\": \"2020-05-23T18:29:54.9647107Z\",\r\n \"updatedOn\": \"2020-05-23T18:29:54.9647107Z\",\r\n \"createdBy\": \"a8656ec6-d7a4-4e38-bf78-58d74e3ed751\",\r\n \"updatedBy\": \"a8656ec6-d7a4-4e38-bf78-58d74e3ed751\"\r\n },\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/Microsoft.Authorization/roleAssignments/dc60f792-d409-4e1d-8fe5-192d121c26e9\",\r\n \"type\": \"Microsoft.Authorization/roleAssignments\",\r\n \"name\": \"dc60f792-d409-4e1d-8fe5-192d121c26e9\"\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "//subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps7346/providers/Microsoft.Storage/storageAccounts/saps1126/providers/Microsoft.Authorization/roleAssignments/fd2482a3-3648-4e5c-9267-f3996ed2eec2?api-version=2015-07-01", - "EncodedRequestUri": "Ly9zdWJzY3JpcHRpb25zLzdiOTZjYjAyLTQ2NjMtNDBmNC05YTg5LTYwM2QzODQ5ZTQ2YS9yZXNvdXJjZUdyb3Vwcy9wczczNDYvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9zYXBzMTEyNi9wcm92aWRlcnMvTWljcm9zb2Z0LkF1dGhvcml6YXRpb24vcm9sZUFzc2lnbm1lbnRzL2ZkMjQ4MmEzLTM2NDgtNGU1Yy05MjY3LWYzOTk2ZWQyZWVjMj9hcGktdmVyc2lvbj0yMDE1LTA3LTAx", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps6890/providers/Microsoft.StorageSync/storageSyncServices/sssps1995/syncGroups/sgps5662/cloudEndpoints/cepps1502?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzNjg5MC9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMxOTk1L3N5bmNHcm91cHMvc2dwczU2NjIvY2xvdWRFbmRwb2ludHMvY2VwcHMxNTAyP2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"roleDefinitionId\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/providers/Microsoft.Authorization/roleDefinitions/c12c1c16-33a1-487b-954d-41c89c60f349\",\r\n \"principalId\": \"384dab06-7a70-4ecf-a04e-284602199124\"\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"storageAccountResourceId\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps6890/providers/Microsoft.Storage/storageAccounts/saps451\",\r\n \"azureFileShareName\": \"testfs\",\r\n \"storageAccountTenantId\": \"6ad91d65-65ab-4e14-90f7-fe951035b7c9\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "e10f221b-d057-42cc-80e2-33ff9b2fbd73" + "60bf605c-4a24-4c63-b143-8ac6594d15d6" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Authorization.Version2015.07.01.AuthorizationManagementClient/1.3.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "254" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-request-charge": [ - "2" - ], - "x-ms-request-id": [ - "0f44f96e-7aa6-4ae7-b1ea-e9a655eae1ad" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Set-Cookie": [ - "x-ms-gateway-slice=Production; path=/; secure; HttpOnly" - ], - "x-ms-ratelimit-remaining-subscription-writes": [ - "1199" - ], - "x-ms-correlation-request-id": [ - "894a04ba-46b3-4720-8136-08eb64bc6432" - ], - "x-ms-routing-request-id": [ - "WESTUS:20190703T224242Z:894a04ba-46b3-4720-8136-08eb64bc6432" - ], - "Date": [ - "Wed, 03 Jul 2019 22:42:41 GMT" - ], - "Content-Length": [ - "836" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"roleDefinitionId\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/providers/Microsoft.Authorization/roleDefinitions/c12c1c16-33a1-487b-954d-41c89c60f349\",\r\n \"principalId\": \"384dab06-7a70-4ecf-a04e-284602199124\",\r\n \"scope\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps7346/providers/Microsoft.Storage/storageAccounts/saps1126\",\r\n \"createdOn\": \"2019-07-03T22:42:40.0985212Z\",\r\n \"updatedOn\": \"2019-07-03T22:42:40.0985212Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": \"8d1a2f63-15c2-4fe8-a804-213ecbaf4403\"\r\n },\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps7346/providers/Microsoft.Storage/storageAccounts/saps1126/providers/Microsoft.Authorization/roleAssignments/fd2482a3-3648-4e5c-9267-f3996ed2eec2\",\r\n \"type\": \"Microsoft.Authorization/roleAssignments\",\r\n \"name\": \"fd2482a3-3648-4e5c-9267-f3996ed2eec2\"\r\n}", - "StatusCode": 201 - }, - { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps7346/providers/Microsoft.StorageSync/storageSyncServices/sssps9926/syncGroups/sgps811/cloudEndpoints/cepps6562?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNzM0Ni9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM5OTI2L3N5bmNHcm91cHMvc2dwczgxMS9jbG91ZEVuZHBvaW50cy9jZXBwczY1NjI/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", - "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"storageAccountResourceId\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps7346/providers/Microsoft.Storage/storageAccounts/saps1126\",\r\n \"azureFileShareName\": \"testfs\",\r\n \"storageAccountTenantId\": \"0483643a-cb2f-462a-bc27-1a270e5bdc0a\"\r\n }\r\n}", - "RequestHeaders": { - "x-ms-client-request-id": [ - "af873e94-df38-492c-bb99-7426d8446781" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.27617.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Content-Length": [ - "298" + "297" ] }, "ResponseHeaders": { @@ -1116,16 +1176,16 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps7346/providers/microsoft.storagesync/storageSyncServices/sssps9926/workflows/eea68eb8-0cc2-4990-b680-3594dcbf585e/operationresults/bf0f2efd-4914-4b79-9905-38c8e92ea8a2?api-version=2019-03-01" + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6IjE3YzI4YTU0LTJhNTEtNGRjZi05ODUzLWNiMTcxOWRjZWRmYiIsIndvcmtmbG93SWQiOiIyMmVlOWM5NS0xNGI5LTQ5ZjAtYWE0MC02MTVjOTJhMmU1YWUiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiZmE0YmU2MzctMmJlMi00ZDIwLTgwYjktMzM2OTJlYWM1ZjhkIn0=?api-version=2020-03-01" ], "Retry-After": [ "10" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps7346/providers/microsoft.storagesync/storageSyncServices/sssps9926/workflows/eea68eb8-0cc2-4990-b680-3594dcbf585e/operations/bf0f2efd-4914-4b79-9905-38c8e92ea8a2?api-version=2019-03-01" + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6IjE3YzI4YTU0LTJhNTEtNGRjZi05ODUzLWNiMTcxOWRjZWRmYiIsIndvcmtmbG93SWQiOiIyMmVlOWM5NS0xNGI5LTQ5ZjAtYWE0MC02MTVjOTJhMmU1YWUiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiZmE0YmU2MzctMmJlMi00ZDIwLTgwYjktMzM2OTJlYWM1ZjhkIn0=?api-version=2020-03-01" ], "x-ms-request-id": [ - "be191741-bf54-425d-8406-01f9797e0069" + "1083a120-15f0-4bba-86a6-8284eac15729" ], "X-Content-Type-Options": [ "nosniff" @@ -1143,16 +1203,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1198" + "1197" ], "x-ms-correlation-request-id": [ - "052e3d46-f6f5-4abc-9330-cce2a8c4c97c" + "37ca86df-589f-4f0b-a007-8ebd37267c0e" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T224323Z:052e3d46-f6f5-4abc-9330-cce2a8c4c97c" + "WESTUS:20200623T234520Z:37ca86df-589f-4f0b-a007-8ebd37267c0e" ], "Date": [ - "Wed, 03 Jul 2019 22:43:22 GMT" + "Tue, 23 Jun 2020 23:45:19 GMT" ], "Expires": [ "-1" @@ -1165,16 +1225,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps7346/providers/microsoft.storagesync/storageSyncServices/sssps9926/workflows/eea68eb8-0cc2-4990-b680-3594dcbf585e/operations/bf0f2efd-4914-4b79-9905-38c8e92ea8a2?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNzM0Ni9wcm92aWRlcnMvbWljcm9zb2Z0LnN0b3JhZ2VzeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM5OTI2L3dvcmtmbG93cy9lZWE2OGViOC0wY2MyLTQ5OTAtYjY4MC0zNTk0ZGNiZjU4NWUvb3BlcmF0aW9ucy9iZjBmMmVmZC00OTE0LTRiNzktOTkwNS0zOGM4ZTkyZWE4YTI/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6IjE3YzI4YTU0LTJhNTEtNGRjZi05ODUzLWNiMTcxOWRjZWRmYiIsIndvcmtmbG93SWQiOiIyMmVlOWM5NS0xNGI5LTQ5ZjAtYWE0MC02MTVjOTJhMmU1YWUiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiZmE0YmU2MzctMmJlMi00ZDIwLTgwYjktMzM2OTJlYWM1ZjhkIn0=?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvbG9jYXRpb25zL2NlbnRyYWx1c2V1YXAvb3BlcmF0aW9ucy9leUp3WVhKMGFYUnBiMjVKWkNJNklqRTNZekk0WVRVMExUSmhOVEV0TkdSalppMDVPRFV6TFdOaU1UY3hPV1JqWldSbVlpSXNJbmR2Y210bWJHOTNTV1FpT2lJeU1tVmxPV001TlMweE5HSTVMVFE1WmpBdFlXRTBNQzAyTVRWak9USmhNbVUxWVdVaUxDSjNiM0pyWm14dmQwOXdaWEpoZEdsdmJrbGtJam9pWm1FMFltVTJNemN0TW1KbE1pMDBaREl3TFRnd1lqa3RNek0yT1RKbFlXTTFaamhrSW4wPT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -1185,7 +1245,7 @@ "no-cache" ], "x-ms-request-id": [ - "3e2046d3-6b64-4f78-a868-bf328fee9f41" + "e2a91b5b-3918-4ae5-a49c-3d0acd60e551" ], "X-Content-Type-Options": [ "nosniff" @@ -1203,41 +1263,41 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11998" + "11981" ], "x-ms-correlation-request-id": [ - "f8ff75b9-d4f4-4e0c-8b85-84842c00009b" + "9d3264e2-8dc9-4698-a909-fa204b22b481" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T224333Z:f8ff75b9-d4f4-4e0c-8b85-84842c00009b" + "WESTUS:20200623T234530Z:9d3264e2-8dc9-4698-a909-fa204b22b481" ], "Date": [ - "Wed, 03 Jul 2019 22:43:33 GMT" + "Tue, 23 Jun 2020 23:45:29 GMT" ], "Content-Length": [ - "447" + "745" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps7346/providers/microsoft.storagesync/storageSyncServices/sssps9926/workflow/eea68eb8-0cc2-4990-b680-3594dcbf585e/operationresults/bf0f2efd-4914-4b79-9905-38c8e92ea8a2\",\r\n \"name\": \"bf0f2efd-4914-4b79-9905-38c8e92ea8a2\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2019-07-03T22:43:23.1719348Z\",\r\n \"endTime\": \"2019-07-03T22:43:31.8323731Z\",\r\n \"percentComplete\": null,\r\n \"error\": null,\r\n \"properties\": {}\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6IjE3YzI4YTU0LTJhNTEtNGRjZi05ODUzLWNiMTcxOWRjZWRmYiIsIndvcmtmbG93SWQiOiIyMmVlOWM5NS0xNGI5LTQ5ZjAtYWE0MC02MTVjOTJhMmU1YWUiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiZmE0YmU2MzctMmJlMi00ZDIwLTgwYjktMzM2OTJlYWM1ZjhkIn0=\",\r\n \"name\": \"eyJwYXJ0aXRpb25JZCI6IjE3YzI4YTU0LTJhNTEtNGRjZi05ODUzLWNiMTcxOWRjZWRmYiIsIndvcmtmbG93SWQiOiIyMmVlOWM5NS0xNGI5LTQ5ZjAtYWE0MC02MTVjOTJhMmU1YWUiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiZmE0YmU2MzctMmJlMi00ZDIwLTgwYjktMzM2OTJlYWM1ZjhkIn0=\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2020-06-23T23:45:21.6503141Z\",\r\n \"endTime\": \"2020-06-23T23:45:30.2327244Z\",\r\n \"properties\": {}\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps7346/providers/Microsoft.StorageSync/storageSyncServices/sssps9926/syncGroups/sgps811/cloudEndpoints/cepps6562?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNzM0Ni9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM5OTI2L3N5bmNHcm91cHMvc2dwczgxMS9jbG91ZEVuZHBvaW50cy9jZXBwczY1NjI/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps6890/providers/Microsoft.StorageSync/storageSyncServices/sssps1995/syncGroups/sgps5662/cloudEndpoints/cepps1502?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzNjg5MC9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMxOTk1L3N5bmNHcm91cHMvc2dwczU2NjIvY2xvdWRFbmRwb2ludHMvY2VwcHMxNTAyP2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -1248,7 +1308,7 @@ "no-cache" ], "x-ms-request-id": [ - "163ee7b3-e5d8-4516-97ec-0e1bc38c0c67" + "363e6830-6b74-47ab-a260-9b5d42176592" ], "X-Content-Type-Options": [ "nosniff" @@ -1266,53 +1326,53 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11997" + "11980" ], "x-ms-correlation-request-id": [ - "25553985-24da-4d9f-b882-26125832cbc3" + "a9b963f2-10b5-4d83-8867-4aa17c4a52d0" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T224333Z:25553985-24da-4d9f-b882-26125832cbc3" + "WESTUS:20200623T234531Z:a9b963f2-10b5-4d83-8867-4aa17c4a52d0" ], "Date": [ - "Wed, 03 Jul 2019 22:43:33 GMT" + "Tue, 23 Jun 2020 23:45:30 GMT" ], "Content-Length": [ - "984" + "1026" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"storageAccountKey\": null,\r\n \"storageAccount\": null,\r\n \"storageAccountResourceId\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps7346/providers/Microsoft.Storage/storageAccounts/saps1126\",\r\n \"azureFileShareName\": \"testfs\",\r\n \"storageAccountTenantId\": \"0483643a-cb2f-462a-bc27-1a270e5bdc0a\",\r\n \"partnershipId\": \"1|U0VSVkVSQVNTWU5DQ0xJRU5USEZTVjJ8RDY0NjFEREUtQ0Y0My00RDNBLUJCNTAtNDc1OURGMjUzOTMzfEdFTkVSSUN8RUYzMjY1QTAtN0YyMi00ODA0LUJBRjAtRDk0NkU2MDE4MkM0\",\r\n \"friendlyName\": \"testfs\",\r\n \"backupEnabled\": \"false\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"lastWorkflowId\": \"storageSyncServices/sssps9926/workflows/eea68eb8-0cc2-4990-b680-3594dcbf585e\",\r\n \"lastOperationName\": \"ICreateCloudEndpointWorkflow\"\r\n },\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps7346/providers/microsoft.storagesync/storageSyncServices/sssps9926/syncGroups/sgps811/cloudEndpoints/cepps6562\",\r\n \"name\": \"cepps6562\",\r\n \"type\": \"microsoft.storagesync/storageSyncServices/syncGroups/cloudEndpoints\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"storageAccountResourceId\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps6890/providers/Microsoft.Storage/storageAccounts/saps451\",\r\n \"azureFileShareName\": \"testfs\",\r\n \"storageAccountTenantId\": \"6ad91d65-65ab-4e14-90f7-fe951035b7c9\",\r\n \"partnershipId\": \"1|U0VSVkVSQVNTWU5DQ0xJRU5USEZTVjJ8RTk2NkZCMDAtQjAxMS00NzU4LTg0QzUtMEZBREVGNkYyODI3fEdFTkVSSUN8QjgzOEFBRkYtREMyQi00QUM3LTg2QkYtNTk0Nzg4RTc5MDQ1\",\r\n \"friendlyName\": \"testfs\",\r\n \"backupEnabled\": \"false\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"lastWorkflowId\": \"storageSyncServices/sssps1995/workflows/22ee9c95-14b9-49f0-aa40-615c92a2e5ae\",\r\n \"lastOperationName\": \"ICreateCloudEndpointWorkflow\"\r\n },\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps6890/providers/microsoft.storagesync/storageSyncServices/sssps1995/syncGroups/sgps5662/cloudEndpoints/cepps1502\",\r\n \"name\": \"cepps1502\",\r\n \"type\": \"microsoft.storagesync/storageSyncServices/syncGroups/cloudEndpoints\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps7346/providers/Microsoft.StorageSync/storageSyncServices/sssps9926/registeredServers/1d72873b-271f-42f6-bcad-912c338287cf?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNzM0Ni9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM5OTI2L3JlZ2lzdGVyZWRTZXJ2ZXJzLzFkNzI4NzNiLTI3MWYtNDJmNi1iY2FkLTkxMmMzMzgyODdjZj9hcGktdmVyc2lvbj0yMDE5LTAzLTAx", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps6890/providers/Microsoft.StorageSync/storageSyncServices/sssps1995/registeredServers/16150eb5-ffcc-4662-be84-767b5fff97f6?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzNjg5MC9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMxOTk1L3JlZ2lzdGVyZWRTZXJ2ZXJzLzE2MTUwZWI1LWZmY2MtNDY2Mi1iZTg0LTc2N2I1ZmZmOTdmNj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"serverCertificate\": \"MIIDGDCCAgCgAwIBAgIQZrMnSW/lG5xELR7EikisXDANBgkqhkiG9w0BAQ0FADA0MTIwMAYDVQQDEylhbmRyZXlhemRldm9wcy5yZWRtb25kLmNvcnAubWljcm9zb2Z0LmNvbTAeFw0xOTA1MjkwMjEyNDlaFw0yMDA1MjkwMjEyNDlaMDQxMjAwBgNVBAMTKWFuZHJleWF6ZGV2b3BzLnJlZG1vbmQuY29ycC5taWNyb3NvZnQuY29tMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAzWEfgMvao6tCt/lexsMFViVxCCoJbLClwvqfWN79eFc3bmXBtERIvKTlb1TqAigp5VjP021TaQsyN/K2t8qr2rAdlaeJtCXNSILe3+ForYGcQOP0p802kFXkhMUojfX8jGs1BLQTsUoKN4UtuxWIhpb7Iw00rT7wchTg6Yk+ULCRFAlxOQHZI0drM13tDO4kz0BRbTCoSvazS3O570p8sMrWFra6P1/HG1f7sIQP5txw205siGb5FpB0u16qD/z0d7tfMGv+JIqAb6InI393dj2FtbzExkkiBUFXWaH9czGkAFyWuzkECb0WEEK+7oTOrLlo0dh0bp6nxlZ+G7FLfQIDAQABoyYwJDAiBgNVHSUBAf8EGDAWBggrBgEFBQcDAgYKKwYBBAGCNwoDDDANBgkqhkiG9w0BAQ0FAAOCAQEAEn8WHN0h00/Vem50CnwXwnty0vGwu2v3plD1m0mw+3jCtDUTa/tF/a7jTVTCtK6VdqNP6tp/f+GflNRmZWIK/6DIEntouzL++7M5hArcJj01t0S0Vc+0FN3b2wuBuJUYWxR5Q8bNHStOm7l6nXjQ96k1fH/L/hu0dmhciak8LUEIowhSiIpnB3C9AGFuPi9DqjKdWxxzIPLybiDidgUfGbcCNHaZXvcNqNq4zpzeFPTi3VBEOXHIJhk0fT3iWjwvBwtUxPJJs3FIRZFWQa/cgEvBWrYMem98lqKNdmGDJP11OmUeAqJQTe+iSX9pDFzpEj/lM/tIjEh9fwKXuoO1uw==\",\r\n \"agentVersion\": \"5.0.2.0\",\r\n \"serverOSVersion\": \"10.0.14393.0\",\r\n \"lastHeartBeat\": \"7/3/2019 3:43:34 PM\",\r\n \"serverRole\": \"Standalone\",\r\n \"clusterId\": \"00000000-0000-0000-0000-000000000000\",\r\n \"serverId\": \"1d72873b-271f-42f6-bcad-912c338287cf\",\r\n \"friendlyName\": \"andreyazdevops.redmond.corp.microsoft.com\"\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"serverCertificate\": \"MIIDEDCCAfigAwIBAgIQHMX6MF8k1YRIo40AAPKx/TANBgkqhkiG9w0BAQ0FADAwMS4wLAYDVQQDEyVhbmt1c2hiLXZtMDIubnRkZXYuY29ycC5taWNyb3NvZnQuY29tMB4XDTIwMDEyNzE5NTkwN1oXDTIxMDEyNzE5NTkwN1owMDEuMCwGA1UEAxMlYW5rdXNoYi12bTAyLm50ZGV2LmNvcnAubWljcm9zb2Z0LmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAOGKtANwb+dUXi5QVPKCUkpcWJ1/s18EqVBGRaQvIE518p7zWSfnk79FOerjfCT6kDBZPccnxBHK3hZZNgxrAkgv0LeDIEwHDvttYbcMfUzq1VviGnPuKWTsFkIAkG+8IehxX9eB/kBlkoyriziQXg4Bz74HBaQWlZeC65R6Tp8XcuO8HuKtnT3RfV6365pPHq4yp/N5e3NLxDoG1AKXEs8NtDkw2xOltLCu3qluV/AUX343pDEkLV3F8IOu3I7cU+NA/WzCF7UcZ8ZOhS5klMVNiUwCFsUdFUAXh9ufXEBs50IcVJlZU6ZUADbmrqaqpYtD94aKQeFsBlnou5s1A/kCAwEAAaMmMCQwIgYDVR0lAQH/BBgwFgYIKwYBBQUHAwIGCisGAQQBgjcKAwwwDQYJKoZIhvcNAQENBQADggEBAH7p2XFxnOdk/lbNBKW7nmjsjE5BeBU/OlBhKCUrmmY+fk3FvAYSs2jaJKqgZjxek/KdNf2UZMXztg8joF5s1Pdg6ICxJqc1t4gJunHUOoTHHyrotMyt6xJnClRCNqshA0n2z304hjKXcyCoLopemMFpOPEg2oG+EOuvwK/g1gAavGbmYJQc82uNF1LKNMmNfQ4Nn48dKLKg65SHgU+BISlCjHb/6NRTpTmK5acUOlHSrhGsJYCBsN1xJOzwxssXAoy25ebjajvnGcsC9k2HwLZWaSGsPuwWPfEtPPHjNRDrnaNLjSu2zc0uxZza8JWlE0pWD2kyf9OjyD1V0PxtZuM=\",\r\n \"agentVersion\": \"5.0.2.0\",\r\n \"serverOSVersion\": \"10.0.14393.0\",\r\n \"lastHeartBeat\": \"6/23/2020 4:45:31 PM\",\r\n \"serverRole\": \"Standalone\",\r\n \"clusterId\": \"00000000-0000-0000-0000-000000000000\",\r\n \"serverId\": \"16150eb5-ffcc-4662-be84-767b5fff97f6\",\r\n \"friendlyName\": \"ankushb-vm02.ntdev.corp.microsoft.com\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "89bbbf11-5b8f-4a60-a0e4-0aaf06551959" + "553137ff-9968-4302-b69b-af0c2864e0c1" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "1452" + "1437" ] }, "ResponseHeaders": { @@ -1323,16 +1383,16 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps7346/providers/microsoft.storagesync/storageSyncServices/sssps9926/workflows/af0e53c2-858c-4a84-b297-b155564c9239/operationresults/ff7ecf3a-997a-40e7-82af-4d9a5749525e?api-version=2019-03-01" + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6IjE3YzI4YTU0LTJhNTEtNGRjZi05ODUzLWNiMTcxOWRjZWRmYiIsIndvcmtmbG93SWQiOiIxOGZhM2Q5Ny1hNmIxLTRmODAtYmQ2Yi1iMGM2ZDc3MzExMjAiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiMzExMmZiYzQtMWU5NC00NTA1LTlmZmItNmE4MWI5ZjliYzY3In0=?api-version=2020-03-01" ], "Retry-After": [ "10" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps7346/providers/microsoft.storagesync/storageSyncServices/sssps9926/workflows/af0e53c2-858c-4a84-b297-b155564c9239/operations/ff7ecf3a-997a-40e7-82af-4d9a5749525e?api-version=2019-03-01" + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6IjE3YzI4YTU0LTJhNTEtNGRjZi05ODUzLWNiMTcxOWRjZWRmYiIsIndvcmtmbG93SWQiOiIxOGZhM2Q5Ny1hNmIxLTRmODAtYmQ2Yi1iMGM2ZDc3MzExMjAiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiMzExMmZiYzQtMWU5NC00NTA1LTlmZmItNmE4MWI5ZjliYzY3In0=?api-version=2020-03-01" ], "x-ms-request-id": [ - "38857f9e-fe07-4c2d-bc4a-3c6801ce5a4f" + "be0aab63-f51c-4919-8d7e-a41f3bf844ae" ], "X-Content-Type-Options": [ "nosniff" @@ -1350,16 +1410,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1197" + "1196" ], "x-ms-correlation-request-id": [ - "980dc4b6-4e61-457a-b50e-13854f021bba" + "86e6d19a-96c5-43f2-a179-b95dda818a1f" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T224334Z:980dc4b6-4e61-457a-b50e-13854f021bba" + "WESTUS:20200623T234531Z:86e6d19a-96c5-43f2-a179-b95dda818a1f" ], "Date": [ - "Wed, 03 Jul 2019 22:43:34 GMT" + "Tue, 23 Jun 2020 23:45:30 GMT" ], "Expires": [ "-1" @@ -1372,16 +1432,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps7346/providers/microsoft.storagesync/storageSyncServices/sssps9926/workflows/af0e53c2-858c-4a84-b297-b155564c9239/operations/ff7ecf3a-997a-40e7-82af-4d9a5749525e?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNzM0Ni9wcm92aWRlcnMvbWljcm9zb2Z0LnN0b3JhZ2VzeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM5OTI2L3dvcmtmbG93cy9hZjBlNTNjMi04NThjLTRhODQtYjI5Ny1iMTU1NTY0YzkyMzkvb3BlcmF0aW9ucy9mZjdlY2YzYS05OTdhLTQwZTctODJhZi00ZDlhNTc0OTUyNWU/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6IjE3YzI4YTU0LTJhNTEtNGRjZi05ODUzLWNiMTcxOWRjZWRmYiIsIndvcmtmbG93SWQiOiIxOGZhM2Q5Ny1hNmIxLTRmODAtYmQ2Yi1iMGM2ZDc3MzExMjAiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiMzExMmZiYzQtMWU5NC00NTA1LTlmZmItNmE4MWI5ZjliYzY3In0=?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvbG9jYXRpb25zL2NlbnRyYWx1c2V1YXAvb3BlcmF0aW9ucy9leUp3WVhKMGFYUnBiMjVKWkNJNklqRTNZekk0WVRVMExUSmhOVEV0TkdSalppMDVPRFV6TFdOaU1UY3hPV1JqWldSbVlpSXNJbmR2Y210bWJHOTNTV1FpT2lJeE9HWmhNMlE1TnkxaE5tSXhMVFJtT0RBdFltUTJZaTFpTUdNMlpEYzNNekV4TWpBaUxDSjNiM0pyWm14dmQwOXdaWEpoZEdsdmJrbGtJam9pTXpFeE1tWmlZelF0TVdVNU5DMDBOVEExTFRsbVptSXRObUU0TVdJNVpqbGlZelkzSW4wPT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -1392,7 +1452,7 @@ "no-cache" ], "x-ms-request-id": [ - "810a653e-8e61-4a22-87ff-2c678aeec409" + "8f116fdd-9419-4025-bb9f-edcf9b81ddf8" ], "X-Content-Type-Options": [ "nosniff" @@ -1410,41 +1470,41 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11996" + "11979" ], "x-ms-correlation-request-id": [ - "0d44dc2a-469c-43fb-b024-ec53c6ed6433" + "80525829-a580-43f7-92b7-a1dbb1595742" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T224344Z:0d44dc2a-469c-43fb-b024-ec53c6ed6433" + "WESTUS:20200623T234542Z:80525829-a580-43f7-92b7-a1dbb1595742" ], "Date": [ - "Wed, 03 Jul 2019 22:43:44 GMT" + "Tue, 23 Jun 2020 23:45:42 GMT" ], "Content-Length": [ - "447" + "745" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps7346/providers/microsoft.storagesync/storageSyncServices/sssps9926/workflow/af0e53c2-858c-4a84-b297-b155564c9239/operationresults/ff7ecf3a-997a-40e7-82af-4d9a5749525e\",\r\n \"name\": \"ff7ecf3a-997a-40e7-82af-4d9a5749525e\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2019-07-03T22:43:35.3329063Z\",\r\n \"endTime\": \"2019-07-03T22:43:38.8476262Z\",\r\n \"percentComplete\": null,\r\n \"error\": null,\r\n \"properties\": {}\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6IjE3YzI4YTU0LTJhNTEtNGRjZi05ODUzLWNiMTcxOWRjZWRmYiIsIndvcmtmbG93SWQiOiIxOGZhM2Q5Ny1hNmIxLTRmODAtYmQ2Yi1iMGM2ZDc3MzExMjAiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiMzExMmZiYzQtMWU5NC00NTA1LTlmZmItNmE4MWI5ZjliYzY3In0=\",\r\n \"name\": \"eyJwYXJ0aXRpb25JZCI6IjE3YzI4YTU0LTJhNTEtNGRjZi05ODUzLWNiMTcxOWRjZWRmYiIsIndvcmtmbG93SWQiOiIxOGZhM2Q5Ny1hNmIxLTRmODAtYmQ2Yi1iMGM2ZDc3MzExMjAiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiMzExMmZiYzQtMWU5NC00NTA1LTlmZmItNmE4MWI5ZjliYzY3In0=\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2020-06-23T23:45:31.8486631Z\",\r\n \"endTime\": \"2020-06-23T23:45:35.2890891Z\",\r\n \"properties\": {}\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps7346/providers/Microsoft.StorageSync/storageSyncServices/sssps9926/registeredServers/1d72873b-271f-42f6-bcad-912c338287cf?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNzM0Ni9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM5OTI2L3JlZ2lzdGVyZWRTZXJ2ZXJzLzFkNzI4NzNiLTI3MWYtNDJmNi1iY2FkLTkxMmMzMzgyODdjZj9hcGktdmVyc2lvbj0yMDE5LTAzLTAx", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps6890/providers/Microsoft.StorageSync/storageSyncServices/sssps1995/registeredServers/16150eb5-ffcc-4662-be84-767b5fff97f6?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzNjg5MC9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMxOTk1L3JlZ2lzdGVyZWRTZXJ2ZXJzLzE2MTUwZWI1LWZmY2MtNDY2Mi1iZTg0LTc2N2I1ZmZmOTdmNj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -1455,7 +1515,7 @@ "no-cache" ], "x-ms-request-id": [ - "0d812683-3b9f-434c-b62f-e68bfc06e02a" + "d00a3d24-d4d1-4f82-8ba3-8fcac7bb31b4" ], "X-Content-Type-Options": [ "nosniff" @@ -1473,53 +1533,53 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11995" + "11978" ], "x-ms-correlation-request-id": [ - "0ef7c3e2-979d-414b-8088-817a596b5a05" + "a608fc76-09a5-4def-a48c-a0e7d35c1947" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T224345Z:0ef7c3e2-979d-414b-8088-817a596b5a05" + "WESTUS:20200623T234542Z:a608fc76-09a5-4def-a48c-a0e7d35c1947" ], "Date": [ - "Wed, 03 Jul 2019 22:43:44 GMT" + "Tue, 23 Jun 2020 23:45:42 GMT" ], "Content-Length": [ - "13368" + "13498" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"serverCertificate\": null,\r\n \"agentVersion\": \"5.0.2.0\",\r\n \"agentVersionStatus\": null,\r\n \"agentVersionExpirationDate\": null,\r\n \"serverOSVersion\": \"10.0.14393.0\",\r\n \"serverManagementErrorCode\": 0,\r\n \"lastHeartBeat\": \"2019-07-03T15:43:38.6146018-07:00\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"serverRole\": \"Standalone\",\r\n \"clusterId\": \"00000000-0000-0000-0000-000000000000\",\r\n \"clusterName\": \"\",\r\n \"serverId\": \"1d72873b-271f-42f6-bcad-912c338287cf\",\r\n \"storageSyncServiceUid\": \"dbbc75f1-2d76-48cc-a26e-a7170412c514\",\r\n \"lastWorkflowId\": \"storageSyncServices/sssps9926/workflows/af0e53c2-858c-4a84-b297-b155564c9239\",\r\n \"lastOperationName\": \"ICreateRegisteredServerWorkflow\",\r\n \"friendlyName\": \"andreyazdevops.redmond.corp.microsoft.com\",\r\n \"monitoringConfiguration\": \"{\\\"agentConfiguration\\\":\\\" \\\\\\\\Memory\\\\\\\\Available MBytes \\\\\\\\Processor(_Total)\\\\\\\\% Processor Time \\\\\\\\Network Interface(*)\\\\\\\\Bytes Total/sec \\\\\\\\Network Interface(*)\\\\\\\\Bytes Received/sec \\\\\\\\Network Interface(*)\\\\\\\\Bytes Sent/sec \\\\\\\\Network Interface(*)\\\\\\\\Current Bandwidth \\\\\\\\Network Interface(*)\\\\\\\\Output Queue Length \\\\\\\\Server\\\\\\\\Bytes Total/sec \\\\\\\\Process(filesyncsvc)\\\\\\\\* \\\\\\\\Process(w3wp)\\\\\\\\Private Bytes \\\\\\\\Process(MonAgentCore)\\\\\\\\% Processor Time \\\\\\\\Process(MonAgentHost)\\\\\\\\% Processor Time \\\\\\\\Process(MonAgentManager)\\\\\\\\% Processor Time \\\\\\\\Process(MonAgentLauncher)\\\\\\\\% Processor Time \\\\\\\\Process(MonAgentCore)\\\\\\\\Private Bytes \\\\\\\\Process(MonAgentHost)\\\\\\\\Private Bytes \\\\\\\\Process(MonAgentManager)\\\\\\\\Private Bytes \\\\\\\\Process(MonAgentLauncher)\\\\\\\\Private Bytes \\\\\\\\Process(AzureStorageSyncMonitor)\\\\\\\\% Processor Time \\\\\\\\Process(AzureStorageSyncMonitor)\\\\\\\\Private Bytes \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") EventsToCollect=ServerPerformanceCounters:PerformanceCounter,ServerTelemetryEvents:WindowsEventLog,ServerItemResultsEvents:WindowsEventLog,ServerApplicationEvents:WindowsEventLog;DiagnosticEvents=ServerOperationalEvents:WindowsEventLog,ServerDiagnosticEvents:WindowsEventLog,ServerManagementOperationalEvents:WindowsEventLog,ServerManagementDiagnosticEvents:WindowsEventLog,ServerScrubbingEvents:WindowsEventLog,TieringResultsEvents:WindowsEventLog,RecallResultsEvents:WindowsEventLog,AfsUserModeTraceSession:Trace,AfsKernelModeTraceSession:Trace,InstallerLogs:InstallerLogs;EventSchedulerIntervalsInMins=EnvironmentTelemetry:1440 \\\",\\\"configurationVersion\\\":\\\"1\\\",\\\"id\\\":null,\\\"type\\\":\\\"microsoft.storagesync/storageSyncServices/HybridMonitoringConfiguration\\\"}\",\r\n \"managementEndpointUri\": \"https://euap01.afs.azure.net:443/\",\r\n \"discoveryEndpointUri\": \"https://tm-euap01.afs.azure.net:443\",\r\n \"resourceLocation\": \"centraluseuap\",\r\n \"serviceLocation\": \"centraluseuap\"\r\n },\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps7346/providers/microsoft.storagesync/storageSyncServices/sssps9926/registeredServers/1d72873b-271f-42f6-bcad-912c338287cf\",\r\n \"name\": \"1d72873b-271f-42f6-bcad-912c338287cf\",\r\n \"type\": \"microsoft.storagesync/storageSyncServices/registeredServers\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"agentVersion\": \"5.0.2.0\",\r\n \"serverOSVersion\": \"10.0.14393.0\",\r\n \"serverManagementErrorCode\": 0,\r\n \"lastHeartBeat\": \"2020-06-23T16:45:35.0880102-07:00\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"serverRole\": \"Standalone\",\r\n \"clusterId\": \"00000000-0000-0000-0000-000000000000\",\r\n \"clusterName\": \"\",\r\n \"serverId\": \"16150eb5-ffcc-4662-be84-767b5fff97f6\",\r\n \"storageSyncServiceUid\": \"17c28a54-2a51-4dcf-9853-cb1719dcedfb\",\r\n \"lastWorkflowId\": \"storageSyncServices/sssps1995/workflows/18fa3d97-a6b1-4f80-bd6b-b0c6d7731120\",\r\n \"lastOperationName\": \"ICreateRegisteredServerWorkflow\",\r\n \"friendlyName\": \"ankushb-vm02.ntdev.corp.microsoft.com\",\r\n \"monitoringConfiguration\": \"{\\\"agentConfiguration\\\":\\\" \\\\\\\\Memory\\\\\\\\Available MBytes \\\\\\\\Processor(_Total)\\\\\\\\% Processor Time \\\\\\\\Network Interface(*)\\\\\\\\Bytes Total/sec \\\\\\\\Network Interface(*)\\\\\\\\Bytes Received/sec \\\\\\\\Network Interface(*)\\\\\\\\Bytes Sent/sec \\\\\\\\Network Interface(*)\\\\\\\\Current Bandwidth \\\\\\\\Network Interface(*)\\\\\\\\Output Queue Length \\\\\\\\Server\\\\\\\\Bytes Total/sec \\\\\\\\Process(filesyncsvc)\\\\\\\\* \\\\\\\\Process(w3wp)\\\\\\\\Private Bytes \\\\\\\\Process(MonAgentCore)\\\\\\\\% Processor Time \\\\\\\\Process(MonAgentHost)\\\\\\\\% Processor Time \\\\\\\\Process(MonAgentManager)\\\\\\\\% Processor Time \\\\\\\\Process(MonAgentLauncher)\\\\\\\\% Processor Time \\\\\\\\Process(MonAgentCore)\\\\\\\\Private Bytes \\\\\\\\Process(MonAgentHost)\\\\\\\\Private Bytes \\\\\\\\Process(MonAgentManager)\\\\\\\\Private Bytes \\\\\\\\Process(MonAgentLauncher)\\\\\\\\Private Bytes \\\\\\\\Process(AzureStorageSyncMonitor)\\\\\\\\% Processor Time \\\\\\\\Process(AzureStorageSyncMonitor)\\\\\\\\Private Bytes \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") EventsToCollect=ServerPerformanceCounters:PerformanceCounter,ServerTelemetryEvents:WindowsEventLog,ServerItemResultsEvents:WindowsEventLog,ServerApplicationEvents:WindowsEventLog;DiagnosticEvents=ServerOperationalEvents:WindowsEventLog,ServerDiagnosticEvents:WindowsEventLog,ServerManagementOperationalEvents:WindowsEventLog,ServerManagementDiagnosticEvents:WindowsEventLog,ServerScrubbingEvents:WindowsEventLog,TieringResultsEvents:WindowsEventLog,RecallResultsEvents:WindowsEventLog,AfsUserModeTraceSession:Trace,AfsKernelModeTraceSession:Trace,InstallerLogs:InstallerLogs;EventSchedulerIntervalsInMins=EnvironmentTelemetry:1440 \\\",\\\"configurationVersion\\\":\\\"1\\\",\\\"id\\\":null,\\\"type\\\":\\\"microsoft.storagesync/storageSyncServices/HybridMonitoringConfiguration\\\"}\",\r\n \"managementEndpointUri\": \"https://euap01.afs.azure.net:443/\",\r\n \"discoveryEndpointUri\": \"https://tm-euap01.afs.azure.net:443\",\r\n \"resourceLocation\": \"centraluseuap\",\r\n \"serviceLocation\": \"centraluseuap\",\r\n \"monitoringEndpointUri\": \"https://euap01.afs.azure.net:443/\"\r\n },\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps6890/providers/microsoft.storagesync/storageSyncServices/sssps1995/registeredServers/16150eb5-ffcc-4662-be84-767b5fff97f6\",\r\n \"name\": \"16150eb5-ffcc-4662-be84-767b5fff97f6\",\r\n \"type\": \"microsoft.storagesync/storageSyncServices/registeredServers\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps7346/providers/Microsoft.StorageSync/storageSyncServices/sssps9926/syncGroups/sgps811/serverEndpoints/sepps5391?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNzM0Ni9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM5OTI2L3N5bmNHcm91cHMvc2dwczgxMS9zZXJ2ZXJFbmRwb2ludHMvc2VwcHM1MzkxP2FwaS12ZXJzaW9uPTIwMTktMDMtMDE=", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps6890/providers/Microsoft.StorageSync/storageSyncServices/sssps1995/syncGroups/sgps5662/serverEndpoints/sepps5028?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzNjg5MC9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMxOTk1L3N5bmNHcm91cHMvc2dwczU2NjIvc2VydmVyRW5kcG9pbnRzL3NlcHBzNTAyOD9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"serverLocalPath\": \"D:\\\\sepps5391\",\r\n \"cloudTiering\": \"on\",\r\n \"volumeFreeSpacePercent\": 60,\r\n \"serverResourceId\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps7346/providers/microsoft.storagesync/storageSyncServices/sssps9926/registeredServers/1d72873b-271f-42f6-bcad-912c338287cf\",\r\n \"offlineDataTransfer\": \"on\",\r\n \"offlineDataTransferShareName\": \"dummy\"\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"serverLocalPath\": \"D:\\\\sepps5028\",\r\n \"cloudTiering\": \"on\",\r\n \"volumeFreeSpacePercent\": 60,\r\n \"tierFilesOlderThanDays\": 10,\r\n \"serverResourceId\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps6890/providers/microsoft.storagesync/storageSyncServices/sssps1995/registeredServers/16150eb5-ffcc-4662-be84-767b5fff97f6\",\r\n \"offlineDataTransfer\": \"on\",\r\n \"offlineDataTransferShareName\": \"dummy\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "a0c4b280-19bb-4809-b4e8-63db40c0f73f" + "dc0680c4-8c4a-4e61-aa06-19461102be34" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "429" + "464" ] }, "ResponseHeaders": { @@ -1530,16 +1590,16 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps7346/providers/microsoft.storagesync/storageSyncServices/sssps9926/workflows/58598c5a-d460-4b44-9f07-4df0ace9941f/operationresults/b3e75d4b-3a76-4161-a066-cd944e82e10b?api-version=2019-03-01" + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6IjE3YzI4YTU0LTJhNTEtNGRjZi05ODUzLWNiMTcxOWRjZWRmYiIsIndvcmtmbG93SWQiOiI5MWEzOGFjMi04NTk4LTQzMTEtOWUwZS1hNTJhODI1OWE5YTIiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiMmNhMjg3M2ItODQ3Ni00MjUzLTgxODEtYTI2OWM5NmFjNjY0In0=?api-version=2020-03-01" ], "Retry-After": [ "10" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps7346/providers/microsoft.storagesync/storageSyncServices/sssps9926/workflows/58598c5a-d460-4b44-9f07-4df0ace9941f/operations/b3e75d4b-3a76-4161-a066-cd944e82e10b?api-version=2019-03-01" + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6IjE3YzI4YTU0LTJhNTEtNGRjZi05ODUzLWNiMTcxOWRjZWRmYiIsIndvcmtmbG93SWQiOiI5MWEzOGFjMi04NTk4LTQzMTEtOWUwZS1hNTJhODI1OWE5YTIiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiMmNhMjg3M2ItODQ3Ni00MjUzLTgxODEtYTI2OWM5NmFjNjY0In0=?api-version=2020-03-01" ], "x-ms-request-id": [ - "5c4f7aaa-e0b8-48c0-a231-8c2f1dc2544c" + "d2088015-0141-458e-9ab3-1723b592b60d" ], "X-Content-Type-Options": [ "nosniff" @@ -1557,16 +1617,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1196" + "1195" ], "x-ms-correlation-request-id": [ - "53af5881-fde0-48e3-aa86-553c09df5819" + "71383fcc-d172-4a3b-8570-34e0995836f0" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T224345Z:53af5881-fde0-48e3-aa86-553c09df5819" + "WESTUS:20200623T234543Z:71383fcc-d172-4a3b-8570-34e0995836f0" ], "Date": [ - "Wed, 03 Jul 2019 22:43:45 GMT" + "Tue, 23 Jun 2020 23:45:43 GMT" ], "Expires": [ "-1" @@ -1579,16 +1639,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps7346/providers/microsoft.storagesync/storageSyncServices/sssps9926/workflows/58598c5a-d460-4b44-9f07-4df0ace9941f/operations/b3e75d4b-3a76-4161-a066-cd944e82e10b?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNzM0Ni9wcm92aWRlcnMvbWljcm9zb2Z0LnN0b3JhZ2VzeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM5OTI2L3dvcmtmbG93cy81ODU5OGM1YS1kNDYwLTRiNDQtOWYwNy00ZGYwYWNlOTk0MWYvb3BlcmF0aW9ucy9iM2U3NWQ0Yi0zYTc2LTQxNjEtYTA2Ni1jZDk0NGU4MmUxMGI/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6IjE3YzI4YTU0LTJhNTEtNGRjZi05ODUzLWNiMTcxOWRjZWRmYiIsIndvcmtmbG93SWQiOiI5MWEzOGFjMi04NTk4LTQzMTEtOWUwZS1hNTJhODI1OWE5YTIiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiMmNhMjg3M2ItODQ3Ni00MjUzLTgxODEtYTI2OWM5NmFjNjY0In0=?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvbG9jYXRpb25zL2NlbnRyYWx1c2V1YXAvb3BlcmF0aW9ucy9leUp3WVhKMGFYUnBiMjVKWkNJNklqRTNZekk0WVRVMExUSmhOVEV0TkdSalppMDVPRFV6TFdOaU1UY3hPV1JqWldSbVlpSXNJbmR2Y210bWJHOTNTV1FpT2lJNU1XRXpPR0ZqTWkwNE5UazRMVFF6TVRFdE9XVXdaUzFoTlRKaE9ESTFPV0U1WVRJaUxDSjNiM0pyWm14dmQwOXdaWEpoZEdsdmJrbGtJam9pTW1OaE1qZzNNMkl0T0RRM05pMDBNalV6TFRneE9ERXRZVEkyT1dNNU5tRmpOalkwSW4wPT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -1599,7 +1659,7 @@ "no-cache" ], "x-ms-request-id": [ - "142c793d-56d5-4b81-afae-23ee34e2893c" + "d379b30a-1e81-40fe-9ad1-4f2705094ebe" ], "X-Content-Type-Options": [ "nosniff" @@ -1617,41 +1677,41 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11994" + "11977" ], "x-ms-correlation-request-id": [ - "1dce807c-5149-4c90-a816-13c1fa486638" + "d9b67e5f-9936-490d-bf19-b4070da7f700" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T224356Z:1dce807c-5149-4c90-a816-13c1fa486638" + "WESTUS:20200623T234553Z:d9b67e5f-9936-490d-bf19-b4070da7f700" ], "Date": [ - "Wed, 03 Jul 2019 22:43:55 GMT" + "Tue, 23 Jun 2020 23:45:53 GMT" ], "Content-Length": [ - "450" + "748" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps7346/providers/microsoft.storagesync/storageSyncServices/sssps9926/workflow/58598c5a-d460-4b44-9f07-4df0ace9941f/operationresults/b3e75d4b-3a76-4161-a066-cd944e82e10b\",\r\n \"name\": \"b3e75d4b-3a76-4161-a066-cd944e82e10b\",\r\n \"status\": \"runServerJob\",\r\n \"startTime\": \"2019-07-03T22:43:46.0971016Z\",\r\n \"endTime\": \"2019-07-03T22:43:51.4543503Z\",\r\n \"percentComplete\": null,\r\n \"error\": null,\r\n \"properties\": {}\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6IjE3YzI4YTU0LTJhNTEtNGRjZi05ODUzLWNiMTcxOWRjZWRmYiIsIndvcmtmbG93SWQiOiI5MWEzOGFjMi04NTk4LTQzMTEtOWUwZS1hNTJhODI1OWE5YTIiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiMmNhMjg3M2ItODQ3Ni00MjUzLTgxODEtYTI2OWM5NmFjNjY0In0=\",\r\n \"name\": \"eyJwYXJ0aXRpb25JZCI6IjE3YzI4YTU0LTJhNTEtNGRjZi05ODUzLWNiMTcxOWRjZWRmYiIsIndvcmtmbG93SWQiOiI5MWEzOGFjMi04NTk4LTQzMTEtOWUwZS1hNTJhODI1OWE5YTIiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiMmNhMjg3M2ItODQ3Ni00MjUzLTgxODEtYTI2OWM5NmFjNjY0In0=\",\r\n \"status\": \"runServerJob\",\r\n \"startTime\": \"2020-06-23T23:45:43.5458328Z\",\r\n \"endTime\": \"2020-06-23T23:45:50.6955183Z\",\r\n \"properties\": {}\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps7346/providers/microsoft.storagesync/storageSyncServices/sssps9926/workflows/58598c5a-d460-4b44-9f07-4df0ace9941f/operations/b3e75d4b-3a76-4161-a066-cd944e82e10b?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNzM0Ni9wcm92aWRlcnMvbWljcm9zb2Z0LnN0b3JhZ2VzeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM5OTI2L3dvcmtmbG93cy81ODU5OGM1YS1kNDYwLTRiNDQtOWYwNy00ZGYwYWNlOTk0MWYvb3BlcmF0aW9ucy9iM2U3NWQ0Yi0zYTc2LTQxNjEtYTA2Ni1jZDk0NGU4MmUxMGI/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6IjE3YzI4YTU0LTJhNTEtNGRjZi05ODUzLWNiMTcxOWRjZWRmYiIsIndvcmtmbG93SWQiOiI5MWEzOGFjMi04NTk4LTQzMTEtOWUwZS1hNTJhODI1OWE5YTIiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiMmNhMjg3M2ItODQ3Ni00MjUzLTgxODEtYTI2OWM5NmFjNjY0In0=?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvbG9jYXRpb25zL2NlbnRyYWx1c2V1YXAvb3BlcmF0aW9ucy9leUp3WVhKMGFYUnBiMjVKWkNJNklqRTNZekk0WVRVMExUSmhOVEV0TkdSalppMDVPRFV6TFdOaU1UY3hPV1JqWldSbVlpSXNJbmR2Y210bWJHOTNTV1FpT2lJNU1XRXpPR0ZqTWkwNE5UazRMVFF6TVRFdE9XVXdaUzFoTlRKaE9ESTFPV0U1WVRJaUxDSjNiM0pyWm14dmQwOXdaWEpoZEdsdmJrbGtJam9pTW1OaE1qZzNNMkl0T0RRM05pMDBNalV6TFRneE9ERXRZVEkyT1dNNU5tRmpOalkwSW4wPT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -1662,7 +1722,7 @@ "no-cache" ], "x-ms-request-id": [ - "77c56418-e845-4de3-ab00-5146aa06d3bf" + "8418c549-01d0-4fa5-b815-e3019d28a703" ], "X-Content-Type-Options": [ "nosniff" @@ -1680,41 +1740,41 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11993" + "11976" ], "x-ms-correlation-request-id": [ - "97a324db-c0bd-432c-909d-c6c8ba29c52f" + "574ea4a1-a479-4bec-a1a4-794737b63ea2" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T224406Z:97a324db-c0bd-432c-909d-c6c8ba29c52f" + "WESTUS:20200623T234603Z:574ea4a1-a479-4bec-a1a4-794737b63ea2" ], "Date": [ - "Wed, 03 Jul 2019 22:44:05 GMT" + "Tue, 23 Jun 2020 23:46:03 GMT" ], "Content-Length": [ - "447" + "748" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps7346/providers/microsoft.storagesync/storageSyncServices/sssps9926/workflow/58598c5a-d460-4b44-9f07-4df0ace9941f/operationresults/b3e75d4b-3a76-4161-a066-cd944e82e10b\",\r\n \"name\": \"b3e75d4b-3a76-4161-a066-cd944e82e10b\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2019-07-03T22:43:46.0971016Z\",\r\n \"endTime\": \"2019-07-03T22:44:01.7080207Z\",\r\n \"percentComplete\": null,\r\n \"error\": null,\r\n \"properties\": {}\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6IjE3YzI4YTU0LTJhNTEtNGRjZi05ODUzLWNiMTcxOWRjZWRmYiIsIndvcmtmbG93SWQiOiI5MWEzOGFjMi04NTk4LTQzMTEtOWUwZS1hNTJhODI1OWE5YTIiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiMmNhMjg3M2ItODQ3Ni00MjUzLTgxODEtYTI2OWM5NmFjNjY0In0=\",\r\n \"name\": \"eyJwYXJ0aXRpb25JZCI6IjE3YzI4YTU0LTJhNTEtNGRjZi05ODUzLWNiMTcxOWRjZWRmYiIsIndvcmtmbG93SWQiOiI5MWEzOGFjMi04NTk4LTQzMTEtOWUwZS1hNTJhODI1OWE5YTIiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiMmNhMjg3M2ItODQ3Ni00MjUzLTgxODEtYTI2OWM5NmFjNjY0In0=\",\r\n \"status\": \"runServerJob\",\r\n \"startTime\": \"2020-06-23T23:45:43.5458328Z\",\r\n \"endTime\": \"2020-06-23T23:45:50.6955183Z\",\r\n \"properties\": {}\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps7346/providers/Microsoft.StorageSync/storageSyncServices/sssps9926/syncGroups/sgps811/serverEndpoints/sepps5391?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNzM0Ni9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM5OTI2L3N5bmNHcm91cHMvc2dwczgxMS9zZXJ2ZXJFbmRwb2ludHMvc2VwcHM1MzkxP2FwaS12ZXJzaW9uPTIwMTktMDMtMDE=", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6IjE3YzI4YTU0LTJhNTEtNGRjZi05ODUzLWNiMTcxOWRjZWRmYiIsIndvcmtmbG93SWQiOiI5MWEzOGFjMi04NTk4LTQzMTEtOWUwZS1hNTJhODI1OWE5YTIiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiMmNhMjg3M2ItODQ3Ni00MjUzLTgxODEtYTI2OWM5NmFjNjY0In0=?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvbG9jYXRpb25zL2NlbnRyYWx1c2V1YXAvb3BlcmF0aW9ucy9leUp3WVhKMGFYUnBiMjVKWkNJNklqRTNZekk0WVRVMExUSmhOVEV0TkdSalppMDVPRFV6TFdOaU1UY3hPV1JqWldSbVlpSXNJbmR2Y210bWJHOTNTV1FpT2lJNU1XRXpPR0ZqTWkwNE5UazRMVFF6TVRFdE9XVXdaUzFoTlRKaE9ESTFPV0U1WVRJaUxDSjNiM0pyWm14dmQwOXdaWEpoZEdsdmJrbGtJam9pTW1OaE1qZzNNMkl0T0RRM05pMDBNalV6TFRneE9ERXRZVEkyT1dNNU5tRmpOalkwSW4wPT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -1725,7 +1785,7 @@ "no-cache" ], "x-ms-request-id": [ - "4e127816-a2a5-4fd1-b4da-e267c7de3dea" + "1a2fbef7-bf51-4a5a-b7e2-07ae02628914" ], "X-Content-Type-Options": [ "nosniff" @@ -1743,47 +1803,110 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11992" + "11975" ], "x-ms-correlation-request-id": [ - "b09748a3-4c4f-465e-bf77-dfda019b03db" + "bcaa4347-a99a-486f-a775-60acefa697a9" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T224406Z:b09748a3-4c4f-465e-bf77-dfda019b03db" + "WESTUS:20200623T234614Z:bcaa4347-a99a-486f-a775-60acefa697a9" ], "Date": [ - "Wed, 03 Jul 2019 22:44:06 GMT" + "Tue, 23 Jun 2020 23:46:13 GMT" ], "Content-Length": [ - "1489" + "745" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6IjE3YzI4YTU0LTJhNTEtNGRjZi05ODUzLWNiMTcxOWRjZWRmYiIsIndvcmtmbG93SWQiOiI5MWEzOGFjMi04NTk4LTQzMTEtOWUwZS1hNTJhODI1OWE5YTIiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiMmNhMjg3M2ItODQ3Ni00MjUzLTgxODEtYTI2OWM5NmFjNjY0In0=\",\r\n \"name\": \"eyJwYXJ0aXRpb25JZCI6IjE3YzI4YTU0LTJhNTEtNGRjZi05ODUzLWNiMTcxOWRjZWRmYiIsIndvcmtmbG93SWQiOiI5MWEzOGFjMi04NTk4LTQzMTEtOWUwZS1hNTJhODI1OWE5YTIiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiMmNhMjg3M2ItODQ3Ni00MjUzLTgxODEtYTI2OWM5NmFjNjY0In0=\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2020-06-23T23:45:43.5458328Z\",\r\n \"endTime\": \"2020-06-23T23:46:06.2514075Z\",\r\n \"properties\": {}\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps6890/providers/Microsoft.StorageSync/storageSyncServices/sssps1995/syncGroups/sgps5662/serverEndpoints/sepps5028?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzNjg5MC9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMxOTk1L3N5bmNHcm91cHMvc2dwczU2NjIvc2VydmVyRW5kcG9pbnRzL3NlcHBzNTAyOD9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-request-id": [ + "aebb4b26-74d7-4788-9859-be4516dc9e66" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-IIS/10.0" + ], + "X-AspNet-Version": [ + "4.0.30319" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11974" + ], + "x-ms-correlation-request-id": [ + "1bb8b410-4719-4b55-9625-444d1c2b4909" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200623T234614Z:1bb8b410-4719-4b55-9625-444d1c2b4909" + ], + "Date": [ + "Tue, 23 Jun 2020 23:46:14 GMT" + ], + "Content-Length": [ + "1377" + ], + "Content-Type": [ + "application/json" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"serverLocalPath\": \"D:\\\\sepps5391\",\r\n \"cloudTiering\": \"On\",\r\n \"volumeFreeSpacePercent\": \"60\",\r\n \"tierFilesOlderThanDays\": null,\r\n \"friendlyName\": \"andreyazdevops.redmond.corp.microsoft.com\",\r\n \"serverResourceId\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps7346/providers/microsoft.storagesync/storageSyncServices/sssps9926/registeredServers/1d72873b-271f-42f6-bcad-912c338287cf\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"lastWorkflowId\": \"storageSyncServices/sssps9926/workflows/58598c5a-d460-4b44-9f07-4df0ace9941f\",\r\n \"lastOperationName\": \"ICreateServerEndpointWorkflow\",\r\n \"syncStatus\": {\r\n \"downloadHealth\": null,\r\n \"uploadHealth\": null,\r\n \"combinedHealth\": null,\r\n \"syncActivity\": null,\r\n \"totalPersistentFilesNotSyncingCount\": null,\r\n \"lastUpdatedTimestamp\": null,\r\n \"uploadStatus\": null,\r\n \"downloadStatus\": null,\r\n \"uploadActivity\": null,\r\n \"downloadActivity\": null,\r\n \"offlineDataTransferStatus\": \"InProgress\"\r\n },\r\n \"offlineDataTransfer\": \"On\",\r\n \"offlineDataTransferStorageAccountResourceId\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourcegroups/ps7346/providers/microsoft.storage/storageaccounts/saps1126\",\r\n \"offlineDataTransferStorageAccountTenantId\": \"0483643a-cb2f-462a-bc27-1a270e5bdc0a\",\r\n \"offlineDataTransferShareName\": \"dummy\"\r\n },\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps7346/providers/microsoft.storagesync/storageSyncServices/sssps9926/syncGroups/sgps811/serverEndpoints/sepps5391\",\r\n \"name\": \"sepps5391\",\r\n \"type\": \"microsoft.storagesync/storageSyncServices/syncGroups/serverEndpoints\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"serverLocalPath\": \"D:\\\\sepps5028\",\r\n \"cloudTiering\": \"On\",\r\n \"volumeFreeSpacePercent\": 60,\r\n \"tierFilesOlderThanDays\": 10,\r\n \"friendlyName\": \"ankushb-vm02.ntdev.corp.microsoft.com\",\r\n \"serverResourceId\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps6890/providers/microsoft.storagesync/storageSyncServices/sssps1995/registeredServers/16150eb5-ffcc-4662-be84-767b5fff97f6\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"lastWorkflowId\": \"storageSyncServices/sssps1995/workflows/91a38ac2-8598-4311-9e0e-a52a8259a9a2\",\r\n \"lastOperationName\": \"ICreateServerEndpointWorkflow\",\r\n \"offlineDataTransfer\": \"On\",\r\n \"offlineDataTransferStorageAccountResourceId\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourcegroups/ps6890/providers/microsoft.storage/storageaccounts/saps451\",\r\n \"offlineDataTransferStorageAccountTenantId\": \"6ad91d65-65ab-4e14-90f7-fe951035b7c9\",\r\n \"offlineDataTransferShareName\": \"dummy\",\r\n \"syncStatus\": {\r\n \"offlineDataTransferStatus\": \"InProgress\"\r\n }\r\n },\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps6890/providers/microsoft.storagesync/storageSyncServices/sssps1995/syncGroups/sgps5662/serverEndpoints/sepps5028\",\r\n \"name\": \"sepps5028\",\r\n \"type\": \"microsoft.storagesync/storageSyncServices/syncGroups/serverEndpoints\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps7346/providers/Microsoft.StorageSync/storageSyncServices/sssps9926/syncGroups/sgps811/serverEndpoints/sepps5391?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNzM0Ni9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM5OTI2L3N5bmNHcm91cHMvc2dwczgxMS9zZXJ2ZXJFbmRwb2ludHMvc2VwcHM1MzkxP2FwaS12ZXJzaW9uPTIwMTktMDMtMDE=", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps6890/providers/Microsoft.StorageSync/storageSyncServices/sssps1995/syncGroups/sgps5662/serverEndpoints/sepps5028?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzNjg5MC9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMxOTk1L3N5bmNHcm91cHMvc2dwczU2NjIvc2VydmVyRW5kcG9pbnRzL3NlcHBzNTAyOD9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "e8856f4a-d9e2-49b2-9059-166f739ce41d" + "7cd16eb9-8b65-4a5a-81b0-4dd6ce26715c" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -1794,16 +1917,16 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps7346/providers/microsoft.storagesync/storageSyncServices/sssps9926/workflows/57cbc0b6-c3bc-43c6-aaa2-3175093618fb/operationresults/c0294ff4-b51d-4832-b07e-f9f5b5162a50?api-version=2019-03-01" + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6IjE3YzI4YTU0LTJhNTEtNGRjZi05ODUzLWNiMTcxOWRjZWRmYiIsIndvcmtmbG93SWQiOiJlNzE1Njg0OS1lYzRlLTQ3YmYtYTAyNi01YzgyNmM1NTM4ZjUiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiMWMyY2E1MTgtMmE0Mi00NjJmLWFhYTctODEyNTViOWRmNjIxIn0=?api-version=2020-03-01" ], "Retry-After": [ "10" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps7346/providers/microsoft.storagesync/storageSyncServices/sssps9926/workflows/57cbc0b6-c3bc-43c6-aaa2-3175093618fb/operations/c0294ff4-b51d-4832-b07e-f9f5b5162a50?api-version=2019-03-01" + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6IjE3YzI4YTU0LTJhNTEtNGRjZi05ODUzLWNiMTcxOWRjZWRmYiIsIndvcmtmbG93SWQiOiJlNzE1Njg0OS1lYzRlLTQ3YmYtYTAyNi01YzgyNmM1NTM4ZjUiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiMWMyY2E1MTgtMmE0Mi00NjJmLWFhYTctODEyNTViOWRmNjIxIn0=?api-version=2020-03-01" ], "x-ms-request-id": [ - "eeb0d1ef-3141-465e-bb68-ed5cd273f557" + "3c737102-9ab2-4853-9157-905f02820259" ], "X-Content-Type-Options": [ "nosniff" @@ -1821,16 +1944,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-deletes": [ - "14999" + "14995" ], "x-ms-correlation-request-id": [ - "d07d90e3-f8fa-4087-aa75-f54bdcbde5ba" + "0e5e785e-c911-4260-a64a-475b293cd0be" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T224407Z:d07d90e3-f8fa-4087-aa75-f54bdcbde5ba" + "WESTUS:20200623T234614Z:0e5e785e-c911-4260-a64a-475b293cd0be" ], "Date": [ - "Wed, 03 Jul 2019 22:44:06 GMT" + "Tue, 23 Jun 2020 23:46:14 GMT" ], "Expires": [ "-1" @@ -1843,16 +1966,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps7346/providers/microsoft.storagesync/storageSyncServices/sssps9926/workflows/57cbc0b6-c3bc-43c6-aaa2-3175093618fb/operations/c0294ff4-b51d-4832-b07e-f9f5b5162a50?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNzM0Ni9wcm92aWRlcnMvbWljcm9zb2Z0LnN0b3JhZ2VzeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM5OTI2L3dvcmtmbG93cy81N2NiYzBiNi1jM2JjLTQzYzYtYWFhMi0zMTc1MDkzNjE4ZmIvb3BlcmF0aW9ucy9jMDI5NGZmNC1iNTFkLTQ4MzItYjA3ZS1mOWY1YjUxNjJhNTA/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6IjE3YzI4YTU0LTJhNTEtNGRjZi05ODUzLWNiMTcxOWRjZWRmYiIsIndvcmtmbG93SWQiOiJlNzE1Njg0OS1lYzRlLTQ3YmYtYTAyNi01YzgyNmM1NTM4ZjUiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiMWMyY2E1MTgtMmE0Mi00NjJmLWFhYTctODEyNTViOWRmNjIxIn0=?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvbG9jYXRpb25zL2NlbnRyYWx1c2V1YXAvb3BlcmF0aW9ucy9leUp3WVhKMGFYUnBiMjVKWkNJNklqRTNZekk0WVRVMExUSmhOVEV0TkdSalppMDVPRFV6TFdOaU1UY3hPV1JqWldSbVlpSXNJbmR2Y210bWJHOTNTV1FpT2lKbE56RTFOamcwT1MxbFl6UmxMVFEzWW1ZdFlUQXlOaTAxWXpneU5tTTFOVE00WmpVaUxDSjNiM0pyWm14dmQwOXdaWEpoZEdsdmJrbGtJam9pTVdNeVkyRTFNVGd0TW1FME1pMDBOakptTFdGaFlUY3RPREV5TlRWaU9XUm1Oakl4SW4wPT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -1863,7 +1986,7 @@ "no-cache" ], "x-ms-request-id": [ - "d913da85-c778-4798-852c-48779e047fa8" + "4a7211ae-3204-4cb0-b41b-eeb0122d2327" ], "X-Content-Type-Options": [ "nosniff" @@ -1881,41 +2004,41 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11991" + "11973" ], "x-ms-correlation-request-id": [ - "36d5aeb6-dacf-4bfc-b9dc-528ba6a306a5" + "f7c5a34f-b451-471b-b2d3-08b4e5ed409b" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T224417Z:36d5aeb6-dacf-4bfc-b9dc-528ba6a306a5" + "WESTUS:20200623T234625Z:f7c5a34f-b451-471b-b2d3-08b4e5ed409b" ], "Date": [ - "Wed, 03 Jul 2019 22:44:17 GMT" + "Tue, 23 Jun 2020 23:46:24 GMT" ], "Content-Length": [ - "466" + "764" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps7346/providers/microsoft.storagesync/storageSyncServices/sssps9926/workflow/57cbc0b6-c3bc-43c6-aaa2-3175093618fb/operationresults/c0294ff4-b51d-4832-b07e-f9f5b5162a50\",\r\n \"name\": \"c0294ff4-b51d-4832-b07e-f9f5b5162a50\",\r\n \"status\": \"deleteServerEndpointOnServer\",\r\n \"startTime\": \"2019-07-03T22:44:07.6718571Z\",\r\n \"endTime\": \"2019-07-03T22:44:11.0493532Z\",\r\n \"percentComplete\": null,\r\n \"error\": null,\r\n \"properties\": {}\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6IjE3YzI4YTU0LTJhNTEtNGRjZi05ODUzLWNiMTcxOWRjZWRmYiIsIndvcmtmbG93SWQiOiJlNzE1Njg0OS1lYzRlLTQ3YmYtYTAyNi01YzgyNmM1NTM4ZjUiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiMWMyY2E1MTgtMmE0Mi00NjJmLWFhYTctODEyNTViOWRmNjIxIn0=\",\r\n \"name\": \"eyJwYXJ0aXRpb25JZCI6IjE3YzI4YTU0LTJhNTEtNGRjZi05ODUzLWNiMTcxOWRjZWRmYiIsIndvcmtmbG93SWQiOiJlNzE1Njg0OS1lYzRlLTQ3YmYtYTAyNi01YzgyNmM1NTM4ZjUiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiMWMyY2E1MTgtMmE0Mi00NjJmLWFhYTctODEyNTViOWRmNjIxIn0=\",\r\n \"status\": \"deleteServerEndpointOnServer\",\r\n \"startTime\": \"2020-06-23T23:46:16.5861185Z\",\r\n \"endTime\": \"2020-06-23T23:46:20.1088924Z\",\r\n \"properties\": {}\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps7346/providers/microsoft.storagesync/storageSyncServices/sssps9926/workflows/57cbc0b6-c3bc-43c6-aaa2-3175093618fb/operations/c0294ff4-b51d-4832-b07e-f9f5b5162a50?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNzM0Ni9wcm92aWRlcnMvbWljcm9zb2Z0LnN0b3JhZ2VzeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM5OTI2L3dvcmtmbG93cy81N2NiYzBiNi1jM2JjLTQzYzYtYWFhMi0zMTc1MDkzNjE4ZmIvb3BlcmF0aW9ucy9jMDI5NGZmNC1iNTFkLTQ4MzItYjA3ZS1mOWY1YjUxNjJhNTA/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6IjE3YzI4YTU0LTJhNTEtNGRjZi05ODUzLWNiMTcxOWRjZWRmYiIsIndvcmtmbG93SWQiOiJlNzE1Njg0OS1lYzRlLTQ3YmYtYTAyNi01YzgyNmM1NTM4ZjUiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiMWMyY2E1MTgtMmE0Mi00NjJmLWFhYTctODEyNTViOWRmNjIxIn0=?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvbG9jYXRpb25zL2NlbnRyYWx1c2V1YXAvb3BlcmF0aW9ucy9leUp3WVhKMGFYUnBiMjVKWkNJNklqRTNZekk0WVRVMExUSmhOVEV0TkdSalppMDVPRFV6TFdOaU1UY3hPV1JqWldSbVlpSXNJbmR2Y210bWJHOTNTV1FpT2lKbE56RTFOamcwT1MxbFl6UmxMVFEzWW1ZdFlUQXlOaTAxWXpneU5tTTFOVE00WmpVaUxDSjNiM0pyWm14dmQwOXdaWEpoZEdsdmJrbGtJam9pTVdNeVkyRTFNVGd0TW1FME1pMDBOakptTFdGaFlUY3RPREV5TlRWaU9XUm1Oakl4SW4wPT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -1926,7 +2049,7 @@ "no-cache" ], "x-ms-request-id": [ - "b515235b-cf5d-4860-b409-310d00fbe219" + "5c8d3c4a-d72c-4498-aca2-02ebf22b3783" ], "X-Content-Type-Options": [ "nosniff" @@ -1944,41 +2067,41 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11990" + "11972" ], "x-ms-correlation-request-id": [ - "7f91e266-875b-4997-92c2-e8eba40dc1d0" + "7f6223bc-293d-4703-9091-df982e9e33df" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T224428Z:7f91e266-875b-4997-92c2-e8eba40dc1d0" + "WESTUS:20200623T234635Z:7f6223bc-293d-4703-9091-df982e9e33df" ], "Date": [ - "Wed, 03 Jul 2019 22:44:27 GMT" + "Tue, 23 Jun 2020 23:46:34 GMT" ], "Content-Length": [ - "466" + "763" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps7346/providers/microsoft.storagesync/storageSyncServices/sssps9926/workflow/57cbc0b6-c3bc-43c6-aaa2-3175093618fb/operationresults/c0294ff4-b51d-4832-b07e-f9f5b5162a50\",\r\n \"name\": \"c0294ff4-b51d-4832-b07e-f9f5b5162a50\",\r\n \"status\": \"deleteServerEndpointOnServer\",\r\n \"startTime\": \"2019-07-03T22:44:07.6718571Z\",\r\n \"endTime\": \"2019-07-03T22:44:11.0493532Z\",\r\n \"percentComplete\": null,\r\n \"error\": null,\r\n \"properties\": {}\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6IjE3YzI4YTU0LTJhNTEtNGRjZi05ODUzLWNiMTcxOWRjZWRmYiIsIndvcmtmbG93SWQiOiJlNzE1Njg0OS1lYzRlLTQ3YmYtYTAyNi01YzgyNmM1NTM4ZjUiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiMWMyY2E1MTgtMmE0Mi00NjJmLWFhYTctODEyNTViOWRmNjIxIn0=\",\r\n \"name\": \"eyJwYXJ0aXRpb25JZCI6IjE3YzI4YTU0LTJhNTEtNGRjZi05ODUzLWNiMTcxOWRjZWRmYiIsIndvcmtmbG93SWQiOiJlNzE1Njg0OS1lYzRlLTQ3YmYtYTAyNi01YzgyNmM1NTM4ZjUiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiMWMyY2E1MTgtMmE0Mi00NjJmLWFhYTctODEyNTViOWRmNjIxIn0=\",\r\n \"status\": \"deleteReplicaGroupPrincipal\",\r\n \"startTime\": \"2020-06-23T23:46:16.5861185Z\",\r\n \"endTime\": \"2020-06-23T23:46:35.4373472Z\",\r\n \"properties\": {}\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps7346/providers/microsoft.storagesync/storageSyncServices/sssps9926/workflows/57cbc0b6-c3bc-43c6-aaa2-3175093618fb/operations/c0294ff4-b51d-4832-b07e-f9f5b5162a50?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNzM0Ni9wcm92aWRlcnMvbWljcm9zb2Z0LnN0b3JhZ2VzeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM5OTI2L3dvcmtmbG93cy81N2NiYzBiNi1jM2JjLTQzYzYtYWFhMi0zMTc1MDkzNjE4ZmIvb3BlcmF0aW9ucy9jMDI5NGZmNC1iNTFkLTQ4MzItYjA3ZS1mOWY1YjUxNjJhNTA/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6IjE3YzI4YTU0LTJhNTEtNGRjZi05ODUzLWNiMTcxOWRjZWRmYiIsIndvcmtmbG93SWQiOiJlNzE1Njg0OS1lYzRlLTQ3YmYtYTAyNi01YzgyNmM1NTM4ZjUiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiMWMyY2E1MTgtMmE0Mi00NjJmLWFhYTctODEyNTViOWRmNjIxIn0=?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvbG9jYXRpb25zL2NlbnRyYWx1c2V1YXAvb3BlcmF0aW9ucy9leUp3WVhKMGFYUnBiMjVKWkNJNklqRTNZekk0WVRVMExUSmhOVEV0TkdSalppMDVPRFV6TFdOaU1UY3hPV1JqWldSbVlpSXNJbmR2Y210bWJHOTNTV1FpT2lKbE56RTFOamcwT1MxbFl6UmxMVFEzWW1ZdFlUQXlOaTAxWXpneU5tTTFOVE00WmpVaUxDSjNiM0pyWm14dmQwOXdaWEpoZEdsdmJrbGtJam9pTVdNeVkyRTFNVGd0TW1FME1pMDBOakptTFdGaFlUY3RPREV5TlRWaU9XUm1Oakl4SW4wPT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -1989,7 +2112,7 @@ "no-cache" ], "x-ms-request-id": [ - "3997a7cc-f793-42e3-9959-75f9cfd9418c" + "5b1c7495-0a38-49c5-a7a5-a20ad63b4da8" ], "X-Content-Type-Options": [ "nosniff" @@ -1997,9 +2120,6 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11989" - ], "Server": [ "Microsoft-IIS/10.0" ], @@ -2009,39 +2129,42 @@ "X-Powered-By": [ "ASP.NET" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11971" + ], "x-ms-correlation-request-id": [ - "1622e545-655a-43d6-a7e1-42af8cdd64eb" + "b7201310-26ca-4089-85af-ccf3b821bff1" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T224438Z:1622e545-655a-43d6-a7e1-42af8cdd64eb" + "WESTUS:20200623T234645Z:b7201310-26ca-4089-85af-ccf3b821bff1" ], "Date": [ - "Wed, 03 Jul 2019 22:44:37 GMT" + "Tue, 23 Jun 2020 23:46:45 GMT" ], "Content-Length": [ - "447" + "745" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps7346/providers/microsoft.storagesync/storageSyncServices/sssps9926/workflow/57cbc0b6-c3bc-43c6-aaa2-3175093618fb/operationresults/c0294ff4-b51d-4832-b07e-f9f5b5162a50\",\r\n \"name\": \"c0294ff4-b51d-4832-b07e-f9f5b5162a50\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2019-07-03T22:44:07.6718571Z\",\r\n \"endTime\": \"2019-07-03T22:44:37.1967436Z\",\r\n \"percentComplete\": null,\r\n \"error\": null,\r\n \"properties\": {}\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6IjE3YzI4YTU0LTJhNTEtNGRjZi05ODUzLWNiMTcxOWRjZWRmYiIsIndvcmtmbG93SWQiOiJlNzE1Njg0OS1lYzRlLTQ3YmYtYTAyNi01YzgyNmM1NTM4ZjUiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiMWMyY2E1MTgtMmE0Mi00NjJmLWFhYTctODEyNTViOWRmNjIxIn0=\",\r\n \"name\": \"eyJwYXJ0aXRpb25JZCI6IjE3YzI4YTU0LTJhNTEtNGRjZi05ODUzLWNiMTcxOWRjZWRmYiIsIndvcmtmbG93SWQiOiJlNzE1Njg0OS1lYzRlLTQ3YmYtYTAyNi01YzgyNmM1NTM4ZjUiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiMWMyY2E1MTgtMmE0Mi00NjJmLWFhYTctODEyNTViOWRmNjIxIn0=\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2020-06-23T23:46:16.5861185Z\",\r\n \"endTime\": \"2020-06-23T23:46:37.4783182Z\",\r\n \"properties\": {}\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps7346/providers/microsoft.storagesync/storageSyncServices/sssps9926/workflows/57cbc0b6-c3bc-43c6-aaa2-3175093618fb/operationresults/c0294ff4-b51d-4832-b07e-f9f5b5162a50?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNzM0Ni9wcm92aWRlcnMvbWljcm9zb2Z0LnN0b3JhZ2VzeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM5OTI2L3dvcmtmbG93cy81N2NiYzBiNi1jM2JjLTQzYzYtYWFhMi0zMTc1MDkzNjE4ZmIvb3BlcmF0aW9ucmVzdWx0cy9jMDI5NGZmNC1iNTFkLTQ4MzItYjA3ZS1mOWY1YjUxNjJhNTA/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6IjE3YzI4YTU0LTJhNTEtNGRjZi05ODUzLWNiMTcxOWRjZWRmYiIsIndvcmtmbG93SWQiOiJlNzE1Njg0OS1lYzRlLTQ3YmYtYTAyNi01YzgyNmM1NTM4ZjUiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiMWMyY2E1MTgtMmE0Mi00NjJmLWFhYTctODEyNTViOWRmNjIxIn0=?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvbG9jYXRpb25zL2NlbnRyYWx1c2V1YXAvb3BlcmF0aW9ucmVzdWx0cy9leUp3WVhKMGFYUnBiMjVKWkNJNklqRTNZekk0WVRVMExUSmhOVEV0TkdSalppMDVPRFV6TFdOaU1UY3hPV1JqWldSbVlpSXNJbmR2Y210bWJHOTNTV1FpT2lKbE56RTFOamcwT1MxbFl6UmxMVFEzWW1ZdFlUQXlOaTAxWXpneU5tTTFOVE00WmpVaUxDSjNiM0pyWm14dmQwOXdaWEpoZEdsdmJrbGtJam9pTVdNeVkyRTFNVGd0TW1FME1pMDBOakptTFdGaFlUY3RPREV5TlRWaU9XUm1Oakl4SW4wPT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -2052,7 +2175,7 @@ "no-cache" ], "x-ms-request-id": [ - "7e1ba3d4-89b0-40fc-a1ca-1df89f3fba78" + "6bacf330-6d85-40d0-83b3-8be4e3fbb70e" ], "X-Content-Type-Options": [ "nosniff" @@ -2070,16 +2193,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11988" + "11970" ], "x-ms-correlation-request-id": [ - "2cae9341-5816-4214-b3c2-f32f1c449805" + "b349abb8-48ba-48dd-a7ee-f86e4693554a" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T224439Z:2cae9341-5816-4214-b3c2-f32f1c449805" + "WESTUS:20200623T234646Z:b349abb8-48ba-48dd-a7ee-f86e4693554a" ], "Date": [ - "Wed, 03 Jul 2019 22:44:38 GMT" + "Tue, 23 Jun 2020 23:46:45 GMT" ], "Expires": [ "-1" @@ -2092,22 +2215,22 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps7346/providers/Microsoft.StorageSync/storageSyncServices/sssps9926/registeredServers/1d72873b-271f-42f6-bcad-912c338287cf?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNzM0Ni9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM5OTI2L3JlZ2lzdGVyZWRTZXJ2ZXJzLzFkNzI4NzNiLTI3MWYtNDJmNi1iY2FkLTkxMmMzMzgyODdjZj9hcGktdmVyc2lvbj0yMDE5LTAzLTAx", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps6890/providers/Microsoft.StorageSync/storageSyncServices/sssps1995/registeredServers/16150eb5-ffcc-4662-be84-767b5fff97f6?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzNjg5MC9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMxOTk1L3JlZ2lzdGVyZWRTZXJ2ZXJzLzE2MTUwZWI1LWZmY2MtNDY2Mi1iZTg0LTc2N2I1ZmZmOTdmNj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "be3324c4-d974-434b-8aa6-c9dcb978ad95" + "5e2448cd-f835-4fc7-888d-ea364ea02cc0" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -2118,16 +2241,16 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps7346/providers/microsoft.storagesync/storageSyncServices/sssps9926/workflows/b037574e-ffce-4a8d-921d-749ffe5dbb52/operationresults/497da6ff-447e-4953-9be4-24c97936ec37?api-version=2019-03-01" + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6IjE3YzI4YTU0LTJhNTEtNGRjZi05ODUzLWNiMTcxOWRjZWRmYiIsIndvcmtmbG93SWQiOiJhNzI1MTQ2MS05MzJiLTQ2NGItYmQ3Yi1hZmZiNzJlMjVlYTYiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiMjJkMWFiMmUtMzg0MC00NGJiLWJiZTAtNTFlZTM0ZDkyOTI2In0=?api-version=2020-03-01" ], "Retry-After": [ "10" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps7346/providers/microsoft.storagesync/storageSyncServices/sssps9926/workflows/b037574e-ffce-4a8d-921d-749ffe5dbb52/operations/497da6ff-447e-4953-9be4-24c97936ec37?api-version=2019-03-01" + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6IjE3YzI4YTU0LTJhNTEtNGRjZi05ODUzLWNiMTcxOWRjZWRmYiIsIndvcmtmbG93SWQiOiJhNzI1MTQ2MS05MzJiLTQ2NGItYmQ3Yi1hZmZiNzJlMjVlYTYiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiMjJkMWFiMmUtMzg0MC00NGJiLWJiZTAtNTFlZTM0ZDkyOTI2In0=?api-version=2020-03-01" ], "x-ms-request-id": [ - "99da4bba-2673-4aa9-ba7c-b2d17b4bd37c" + "8d8642a4-d72b-467d-8565-31c1be239f3d" ], "X-Content-Type-Options": [ "nosniff" @@ -2145,16 +2268,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-deletes": [ - "14998" + "14994" ], "x-ms-correlation-request-id": [ - "ca1d20cb-8ae4-4e70-9b4d-f5132a78190e" + "7ea90e52-48c7-431b-998c-a13ac2f36e55" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T224439Z:ca1d20cb-8ae4-4e70-9b4d-f5132a78190e" + "WESTUS:20200623T234646Z:7ea90e52-48c7-431b-998c-a13ac2f36e55" ], "Date": [ - "Wed, 03 Jul 2019 22:44:38 GMT" + "Tue, 23 Jun 2020 23:46:45 GMT" ], "Expires": [ "-1" @@ -2167,16 +2290,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps7346/providers/microsoft.storagesync/storageSyncServices/sssps9926/workflows/b037574e-ffce-4a8d-921d-749ffe5dbb52/operations/497da6ff-447e-4953-9be4-24c97936ec37?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNzM0Ni9wcm92aWRlcnMvbWljcm9zb2Z0LnN0b3JhZ2VzeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM5OTI2L3dvcmtmbG93cy9iMDM3NTc0ZS1mZmNlLTRhOGQtOTIxZC03NDlmZmU1ZGJiNTIvb3BlcmF0aW9ucy80OTdkYTZmZi00NDdlLTQ5NTMtOWJlNC0yNGM5NzkzNmVjMzc/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6IjE3YzI4YTU0LTJhNTEtNGRjZi05ODUzLWNiMTcxOWRjZWRmYiIsIndvcmtmbG93SWQiOiJhNzI1MTQ2MS05MzJiLTQ2NGItYmQ3Yi1hZmZiNzJlMjVlYTYiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiMjJkMWFiMmUtMzg0MC00NGJiLWJiZTAtNTFlZTM0ZDkyOTI2In0=?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvbG9jYXRpb25zL2NlbnRyYWx1c2V1YXAvb3BlcmF0aW9ucy9leUp3WVhKMGFYUnBiMjVKWkNJNklqRTNZekk0WVRVMExUSmhOVEV0TkdSalppMDVPRFV6TFdOaU1UY3hPV1JqWldSbVlpSXNJbmR2Y210bWJHOTNTV1FpT2lKaE56STFNVFEyTVMwNU16SmlMVFEyTkdJdFltUTNZaTFoWm1aaU56SmxNalZsWVRZaUxDSjNiM0pyWm14dmQwOXdaWEpoZEdsdmJrbGtJam9pTWpKa01XRmlNbVV0TXpnME1DMDBOR0ppTFdKaVpUQXROVEZsWlRNMFpEa3lPVEkySW4wPT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -2187,7 +2310,7 @@ "no-cache" ], "x-ms-request-id": [ - "3e1e5a97-1ddd-4ee0-9078-eb1957359478" + "391b3cab-5767-423e-8a9e-eb7e47c93ee0" ], "X-Content-Type-Options": [ "nosniff" @@ -2205,41 +2328,41 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11987" + "11969" ], "x-ms-correlation-request-id": [ - "9ebf26e0-33d4-46f5-9d10-9ef4edd8aed7" + "79331129-3ed6-4f06-96ab-c9ac4d4592cb" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T224449Z:9ebf26e0-33d4-46f5-9d10-9ef4edd8aed7" + "WESTUS:20200623T234656Z:79331129-3ed6-4f06-96ab-c9ac4d4592cb" ], "Date": [ - "Wed, 03 Jul 2019 22:44:49 GMT" + "Tue, 23 Jun 2020 23:46:55 GMT" ], "Content-Length": [ - "447" + "745" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps7346/providers/microsoft.storagesync/storageSyncServices/sssps9926/workflow/b037574e-ffce-4a8d-921d-749ffe5dbb52/operationresults/497da6ff-447e-4953-9be4-24c97936ec37\",\r\n \"name\": \"497da6ff-447e-4953-9be4-24c97936ec37\",\r\n \"status\": \"delayStep\",\r\n \"startTime\": \"2019-07-03T22:44:41.1400016Z\",\r\n \"endTime\": \"2019-07-03T22:44:44.8160785Z\",\r\n \"percentComplete\": null,\r\n \"error\": null,\r\n \"properties\": {}\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6IjE3YzI4YTU0LTJhNTEtNGRjZi05ODUzLWNiMTcxOWRjZWRmYiIsIndvcmtmbG93SWQiOiJhNzI1MTQ2MS05MzJiLTQ2NGItYmQ3Yi1hZmZiNzJlMjVlYTYiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiMjJkMWFiMmUtMzg0MC00NGJiLWJiZTAtNTFlZTM0ZDkyOTI2In0=\",\r\n \"name\": \"eyJwYXJ0aXRpb25JZCI6IjE3YzI4YTU0LTJhNTEtNGRjZi05ODUzLWNiMTcxOWRjZWRmYiIsIndvcmtmbG93SWQiOiJhNzI1MTQ2MS05MzJiLTQ2NGItYmQ3Yi1hZmZiNzJlMjVlYTYiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiMjJkMWFiMmUtMzg0MC00NGJiLWJiZTAtNTFlZTM0ZDkyOTI2In0=\",\r\n \"status\": \"delayStep\",\r\n \"startTime\": \"2020-06-23T23:46:46.9665185Z\",\r\n \"endTime\": \"2020-06-23T23:46:50.5272016Z\",\r\n \"properties\": {}\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps7346/providers/microsoft.storagesync/storageSyncServices/sssps9926/workflows/b037574e-ffce-4a8d-921d-749ffe5dbb52/operations/497da6ff-447e-4953-9be4-24c97936ec37?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNzM0Ni9wcm92aWRlcnMvbWljcm9zb2Z0LnN0b3JhZ2VzeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM5OTI2L3dvcmtmbG93cy9iMDM3NTc0ZS1mZmNlLTRhOGQtOTIxZC03NDlmZmU1ZGJiNTIvb3BlcmF0aW9ucy80OTdkYTZmZi00NDdlLTQ5NTMtOWJlNC0yNGM5NzkzNmVjMzc/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6IjE3YzI4YTU0LTJhNTEtNGRjZi05ODUzLWNiMTcxOWRjZWRmYiIsIndvcmtmbG93SWQiOiJhNzI1MTQ2MS05MzJiLTQ2NGItYmQ3Yi1hZmZiNzJlMjVlYTYiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiMjJkMWFiMmUtMzg0MC00NGJiLWJiZTAtNTFlZTM0ZDkyOTI2In0=?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvbG9jYXRpb25zL2NlbnRyYWx1c2V1YXAvb3BlcmF0aW9ucy9leUp3WVhKMGFYUnBiMjVKWkNJNklqRTNZekk0WVRVMExUSmhOVEV0TkdSalppMDVPRFV6TFdOaU1UY3hPV1JqWldSbVlpSXNJbmR2Y210bWJHOTNTV1FpT2lKaE56STFNVFEyTVMwNU16SmlMVFEyTkdJdFltUTNZaTFoWm1aaU56SmxNalZsWVRZaUxDSjNiM0pyWm14dmQwOXdaWEpoZEdsdmJrbGtJam9pTWpKa01XRmlNbVV0TXpnME1DMDBOR0ppTFdKaVpUQXROVEZsWlRNMFpEa3lPVEkySW4wPT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -2250,7 +2373,7 @@ "no-cache" ], "x-ms-request-id": [ - "e26e6306-c07d-4316-9a72-7fbce1b653a1" + "7ad3f33f-909f-4299-bdd6-c0f6522de770" ], "X-Content-Type-Options": [ "nosniff" @@ -2268,41 +2391,41 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11986" + "11968" ], "x-ms-correlation-request-id": [ - "32f9234c-5b46-4cf3-9205-6632b84a6870" + "a505cfe1-e5c2-4d4e-a814-7aa99f46d6fb" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T224500Z:32f9234c-5b46-4cf3-9205-6632b84a6870" + "WESTUS:20200623T234707Z:a505cfe1-e5c2-4d4e-a814-7aa99f46d6fb" ], "Date": [ - "Wed, 03 Jul 2019 22:44:59 GMT" + "Tue, 23 Jun 2020 23:47:06 GMT" ], "Content-Length": [ - "447" + "745" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps7346/providers/microsoft.storagesync/storageSyncServices/sssps9926/workflow/b037574e-ffce-4a8d-921d-749ffe5dbb52/operationresults/497da6ff-447e-4953-9be4-24c97936ec37\",\r\n \"name\": \"497da6ff-447e-4953-9be4-24c97936ec37\",\r\n \"status\": \"delayStep\",\r\n \"startTime\": \"2019-07-03T22:44:41.1400016Z\",\r\n \"endTime\": \"2019-07-03T22:44:44.8160785Z\",\r\n \"percentComplete\": null,\r\n \"error\": null,\r\n \"properties\": {}\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6IjE3YzI4YTU0LTJhNTEtNGRjZi05ODUzLWNiMTcxOWRjZWRmYiIsIndvcmtmbG93SWQiOiJhNzI1MTQ2MS05MzJiLTQ2NGItYmQ3Yi1hZmZiNzJlMjVlYTYiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiMjJkMWFiMmUtMzg0MC00NGJiLWJiZTAtNTFlZTM0ZDkyOTI2In0=\",\r\n \"name\": \"eyJwYXJ0aXRpb25JZCI6IjE3YzI4YTU0LTJhNTEtNGRjZi05ODUzLWNiMTcxOWRjZWRmYiIsIndvcmtmbG93SWQiOiJhNzI1MTQ2MS05MzJiLTQ2NGItYmQ3Yi1hZmZiNzJlMjVlYTYiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiMjJkMWFiMmUtMzg0MC00NGJiLWJiZTAtNTFlZTM0ZDkyOTI2In0=\",\r\n \"status\": \"delayStep\",\r\n \"startTime\": \"2020-06-23T23:46:46.9665185Z\",\r\n \"endTime\": \"2020-06-23T23:46:50.5272016Z\",\r\n \"properties\": {}\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps7346/providers/microsoft.storagesync/storageSyncServices/sssps9926/workflows/b037574e-ffce-4a8d-921d-749ffe5dbb52/operations/497da6ff-447e-4953-9be4-24c97936ec37?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNzM0Ni9wcm92aWRlcnMvbWljcm9zb2Z0LnN0b3JhZ2VzeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM5OTI2L3dvcmtmbG93cy9iMDM3NTc0ZS1mZmNlLTRhOGQtOTIxZC03NDlmZmU1ZGJiNTIvb3BlcmF0aW9ucy80OTdkYTZmZi00NDdlLTQ5NTMtOWJlNC0yNGM5NzkzNmVjMzc/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6IjE3YzI4YTU0LTJhNTEtNGRjZi05ODUzLWNiMTcxOWRjZWRmYiIsIndvcmtmbG93SWQiOiJhNzI1MTQ2MS05MzJiLTQ2NGItYmQ3Yi1hZmZiNzJlMjVlYTYiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiMjJkMWFiMmUtMzg0MC00NGJiLWJiZTAtNTFlZTM0ZDkyOTI2In0=?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvbG9jYXRpb25zL2NlbnRyYWx1c2V1YXAvb3BlcmF0aW9ucy9leUp3WVhKMGFYUnBiMjVKWkNJNklqRTNZekk0WVRVMExUSmhOVEV0TkdSalppMDVPRFV6TFdOaU1UY3hPV1JqWldSbVlpSXNJbmR2Y210bWJHOTNTV1FpT2lKaE56STFNVFEyTVMwNU16SmlMVFEyTkdJdFltUTNZaTFoWm1aaU56SmxNalZsWVRZaUxDSjNiM0pyWm14dmQwOXdaWEpoZEdsdmJrbGtJam9pTWpKa01XRmlNbVV0TXpnME1DMDBOR0ppTFdKaVpUQXROVEZsWlRNMFpEa3lPVEkySW4wPT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -2313,7 +2436,7 @@ "no-cache" ], "x-ms-request-id": [ - "56d831ef-4fb1-4543-8b9a-e37b6819b450" + "6d677763-31d7-458a-ae5b-d97ba557ee8d" ], "X-Content-Type-Options": [ "nosniff" @@ -2331,41 +2454,41 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11985" + "11967" ], "x-ms-correlation-request-id": [ - "005f8d8e-8dba-440a-8ec0-18b9b102840d" + "2bc7cf9e-c950-4837-96d2-e23595c13c84" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T224510Z:005f8d8e-8dba-440a-8ec0-18b9b102840d" + "WESTUS:20200623T234717Z:2bc7cf9e-c950-4837-96d2-e23595c13c84" ], "Date": [ - "Wed, 03 Jul 2019 22:45:09 GMT" + "Tue, 23 Jun 2020 23:47:17 GMT" ], "Content-Length": [ - "447" + "745" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps7346/providers/microsoft.storagesync/storageSyncServices/sssps9926/workflow/b037574e-ffce-4a8d-921d-749ffe5dbb52/operationresults/497da6ff-447e-4953-9be4-24c97936ec37\",\r\n \"name\": \"497da6ff-447e-4953-9be4-24c97936ec37\",\r\n \"status\": \"delayStep\",\r\n \"startTime\": \"2019-07-03T22:44:41.1400016Z\",\r\n \"endTime\": \"2019-07-03T22:44:44.8160785Z\",\r\n \"percentComplete\": null,\r\n \"error\": null,\r\n \"properties\": {}\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6IjE3YzI4YTU0LTJhNTEtNGRjZi05ODUzLWNiMTcxOWRjZWRmYiIsIndvcmtmbG93SWQiOiJhNzI1MTQ2MS05MzJiLTQ2NGItYmQ3Yi1hZmZiNzJlMjVlYTYiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiMjJkMWFiMmUtMzg0MC00NGJiLWJiZTAtNTFlZTM0ZDkyOTI2In0=\",\r\n \"name\": \"eyJwYXJ0aXRpb25JZCI6IjE3YzI4YTU0LTJhNTEtNGRjZi05ODUzLWNiMTcxOWRjZWRmYiIsIndvcmtmbG93SWQiOiJhNzI1MTQ2MS05MzJiLTQ2NGItYmQ3Yi1hZmZiNzJlMjVlYTYiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiMjJkMWFiMmUtMzg0MC00NGJiLWJiZTAtNTFlZTM0ZDkyOTI2In0=\",\r\n \"status\": \"delayStep\",\r\n \"startTime\": \"2020-06-23T23:46:46.9665185Z\",\r\n \"endTime\": \"2020-06-23T23:46:50.5272016Z\",\r\n \"properties\": {}\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps7346/providers/microsoft.storagesync/storageSyncServices/sssps9926/workflows/b037574e-ffce-4a8d-921d-749ffe5dbb52/operations/497da6ff-447e-4953-9be4-24c97936ec37?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNzM0Ni9wcm92aWRlcnMvbWljcm9zb2Z0LnN0b3JhZ2VzeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM5OTI2L3dvcmtmbG93cy9iMDM3NTc0ZS1mZmNlLTRhOGQtOTIxZC03NDlmZmU1ZGJiNTIvb3BlcmF0aW9ucy80OTdkYTZmZi00NDdlLTQ5NTMtOWJlNC0yNGM5NzkzNmVjMzc/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6IjE3YzI4YTU0LTJhNTEtNGRjZi05ODUzLWNiMTcxOWRjZWRmYiIsIndvcmtmbG93SWQiOiJhNzI1MTQ2MS05MzJiLTQ2NGItYmQ3Yi1hZmZiNzJlMjVlYTYiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiMjJkMWFiMmUtMzg0MC00NGJiLWJiZTAtNTFlZTM0ZDkyOTI2In0=?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvbG9jYXRpb25zL2NlbnRyYWx1c2V1YXAvb3BlcmF0aW9ucy9leUp3WVhKMGFYUnBiMjVKWkNJNklqRTNZekk0WVRVMExUSmhOVEV0TkdSalppMDVPRFV6TFdOaU1UY3hPV1JqWldSbVlpSXNJbmR2Y210bWJHOTNTV1FpT2lKaE56STFNVFEyTVMwNU16SmlMVFEyTkdJdFltUTNZaTFoWm1aaU56SmxNalZsWVRZaUxDSjNiM0pyWm14dmQwOXdaWEpoZEdsdmJrbGtJam9pTWpKa01XRmlNbVV0TXpnME1DMDBOR0ppTFdKaVpUQXROVEZsWlRNMFpEa3lPVEkySW4wPT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -2376,7 +2499,7 @@ "no-cache" ], "x-ms-request-id": [ - "127dd955-2244-4c20-b2af-3290a3461e25" + "48c66ac6-6632-4104-814a-514ba48356b1" ], "X-Content-Type-Options": [ "nosniff" @@ -2394,41 +2517,41 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11984" + "11966" ], "x-ms-correlation-request-id": [ - "179c3cd0-47c5-45d6-9ed7-3189c75e7706" + "813636ec-7db1-4542-90fd-687d48e4e8b1" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T224520Z:179c3cd0-47c5-45d6-9ed7-3189c75e7706" + "WESTUS:20200623T234727Z:813636ec-7db1-4542-90fd-687d48e4e8b1" ], "Date": [ - "Wed, 03 Jul 2019 22:45:19 GMT" + "Tue, 23 Jun 2020 23:47:27 GMT" ], "Content-Length": [ - "447" + "745" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps7346/providers/microsoft.storagesync/storageSyncServices/sssps9926/workflow/b037574e-ffce-4a8d-921d-749ffe5dbb52/operationresults/497da6ff-447e-4953-9be4-24c97936ec37\",\r\n \"name\": \"497da6ff-447e-4953-9be4-24c97936ec37\",\r\n \"status\": \"delayStep\",\r\n \"startTime\": \"2019-07-03T22:44:41.1400016Z\",\r\n \"endTime\": \"2019-07-03T22:44:44.8160785Z\",\r\n \"percentComplete\": null,\r\n \"error\": null,\r\n \"properties\": {}\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6IjE3YzI4YTU0LTJhNTEtNGRjZi05ODUzLWNiMTcxOWRjZWRmYiIsIndvcmtmbG93SWQiOiJhNzI1MTQ2MS05MzJiLTQ2NGItYmQ3Yi1hZmZiNzJlMjVlYTYiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiMjJkMWFiMmUtMzg0MC00NGJiLWJiZTAtNTFlZTM0ZDkyOTI2In0=\",\r\n \"name\": \"eyJwYXJ0aXRpb25JZCI6IjE3YzI4YTU0LTJhNTEtNGRjZi05ODUzLWNiMTcxOWRjZWRmYiIsIndvcmtmbG93SWQiOiJhNzI1MTQ2MS05MzJiLTQ2NGItYmQ3Yi1hZmZiNzJlMjVlYTYiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiMjJkMWFiMmUtMzg0MC00NGJiLWJiZTAtNTFlZTM0ZDkyOTI2In0=\",\r\n \"status\": \"delayStep\",\r\n \"startTime\": \"2020-06-23T23:46:46.9665185Z\",\r\n \"endTime\": \"2020-06-23T23:46:50.5272016Z\",\r\n \"properties\": {}\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps7346/providers/microsoft.storagesync/storageSyncServices/sssps9926/workflows/b037574e-ffce-4a8d-921d-749ffe5dbb52/operations/497da6ff-447e-4953-9be4-24c97936ec37?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNzM0Ni9wcm92aWRlcnMvbWljcm9zb2Z0LnN0b3JhZ2VzeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM5OTI2L3dvcmtmbG93cy9iMDM3NTc0ZS1mZmNlLTRhOGQtOTIxZC03NDlmZmU1ZGJiNTIvb3BlcmF0aW9ucy80OTdkYTZmZi00NDdlLTQ5NTMtOWJlNC0yNGM5NzkzNmVjMzc/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6IjE3YzI4YTU0LTJhNTEtNGRjZi05ODUzLWNiMTcxOWRjZWRmYiIsIndvcmtmbG93SWQiOiJhNzI1MTQ2MS05MzJiLTQ2NGItYmQ3Yi1hZmZiNzJlMjVlYTYiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiMjJkMWFiMmUtMzg0MC00NGJiLWJiZTAtNTFlZTM0ZDkyOTI2In0=?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvbG9jYXRpb25zL2NlbnRyYWx1c2V1YXAvb3BlcmF0aW9ucy9leUp3WVhKMGFYUnBiMjVKWkNJNklqRTNZekk0WVRVMExUSmhOVEV0TkdSalppMDVPRFV6TFdOaU1UY3hPV1JqWldSbVlpSXNJbmR2Y210bWJHOTNTV1FpT2lKaE56STFNVFEyTVMwNU16SmlMVFEyTkdJdFltUTNZaTFoWm1aaU56SmxNalZsWVRZaUxDSjNiM0pyWm14dmQwOXdaWEpoZEdsdmJrbGtJam9pTWpKa01XRmlNbVV0TXpnME1DMDBOR0ppTFdKaVpUQXROVEZsWlRNMFpEa3lPVEkySW4wPT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -2439,7 +2562,7 @@ "no-cache" ], "x-ms-request-id": [ - "89ed794e-2645-49ce-b6b0-dbb91772a7ea" + "aee8d2ab-f69e-4ee5-8626-0f2804b713f4" ], "X-Content-Type-Options": [ "nosniff" @@ -2457,41 +2580,41 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11983" + "11965" ], "x-ms-correlation-request-id": [ - "a0cb3339-838d-4d87-a372-af9ffc077698" + "7ca05481-0f2a-4231-8048-4dd10c589e77" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T224531Z:a0cb3339-838d-4d87-a372-af9ffc077698" + "WESTUS:20200623T234737Z:7ca05481-0f2a-4231-8048-4dd10c589e77" ], "Date": [ - "Wed, 03 Jul 2019 22:45:31 GMT" + "Tue, 23 Jun 2020 23:47:37 GMT" ], "Content-Length": [ - "447" + "745" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps7346/providers/microsoft.storagesync/storageSyncServices/sssps9926/workflow/b037574e-ffce-4a8d-921d-749ffe5dbb52/operationresults/497da6ff-447e-4953-9be4-24c97936ec37\",\r\n \"name\": \"497da6ff-447e-4953-9be4-24c97936ec37\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2019-07-03T22:44:41.1400016Z\",\r\n \"endTime\": \"2019-07-03T22:45:29.8925942Z\",\r\n \"percentComplete\": null,\r\n \"error\": null,\r\n \"properties\": {}\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6IjE3YzI4YTU0LTJhNTEtNGRjZi05ODUzLWNiMTcxOWRjZWRmYiIsIndvcmtmbG93SWQiOiJhNzI1MTQ2MS05MzJiLTQ2NGItYmQ3Yi1hZmZiNzJlMjVlYTYiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiMjJkMWFiMmUtMzg0MC00NGJiLWJiZTAtNTFlZTM0ZDkyOTI2In0=\",\r\n \"name\": \"eyJwYXJ0aXRpb25JZCI6IjE3YzI4YTU0LTJhNTEtNGRjZi05ODUzLWNiMTcxOWRjZWRmYiIsIndvcmtmbG93SWQiOiJhNzI1MTQ2MS05MzJiLTQ2NGItYmQ3Yi1hZmZiNzJlMjVlYTYiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiMjJkMWFiMmUtMzg0MC00NGJiLWJiZTAtNTFlZTM0ZDkyOTI2In0=\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2020-06-23T23:46:46.9665185Z\",\r\n \"endTime\": \"2020-06-23T23:47:35.5983895Z\",\r\n \"properties\": {}\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps7346/providers/microsoft.storagesync/storageSyncServices/sssps9926/workflows/b037574e-ffce-4a8d-921d-749ffe5dbb52/operationresults/497da6ff-447e-4953-9be4-24c97936ec37?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNzM0Ni9wcm92aWRlcnMvbWljcm9zb2Z0LnN0b3JhZ2VzeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM5OTI2L3dvcmtmbG93cy9iMDM3NTc0ZS1mZmNlLTRhOGQtOTIxZC03NDlmZmU1ZGJiNTIvb3BlcmF0aW9ucmVzdWx0cy80OTdkYTZmZi00NDdlLTQ5NTMtOWJlNC0yNGM5NzkzNmVjMzc/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6IjE3YzI4YTU0LTJhNTEtNGRjZi05ODUzLWNiMTcxOWRjZWRmYiIsIndvcmtmbG93SWQiOiJhNzI1MTQ2MS05MzJiLTQ2NGItYmQ3Yi1hZmZiNzJlMjVlYTYiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiMjJkMWFiMmUtMzg0MC00NGJiLWJiZTAtNTFlZTM0ZDkyOTI2In0=?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvbG9jYXRpb25zL2NlbnRyYWx1c2V1YXAvb3BlcmF0aW9ucmVzdWx0cy9leUp3WVhKMGFYUnBiMjVKWkNJNklqRTNZekk0WVRVMExUSmhOVEV0TkdSalppMDVPRFV6TFdOaU1UY3hPV1JqWldSbVlpSXNJbmR2Y210bWJHOTNTV1FpT2lKaE56STFNVFEyTVMwNU16SmlMVFEyTkdJdFltUTNZaTFoWm1aaU56SmxNalZsWVRZaUxDSjNiM0pyWm14dmQwOXdaWEpoZEdsdmJrbGtJam9pTWpKa01XRmlNbVV0TXpnME1DMDBOR0ppTFdKaVpUQXROVEZsWlRNMFpEa3lPVEkySW4wPT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -2502,7 +2625,7 @@ "no-cache" ], "x-ms-request-id": [ - "aaf40176-5be4-4f1d-a547-f5f05d7ebaaf" + "e58c67e3-b601-4089-b764-390926f2ebb7" ], "X-Content-Type-Options": [ "nosniff" @@ -2520,16 +2643,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11982" + "11964" ], "x-ms-correlation-request-id": [ - "27fdd6af-9488-4cc0-973d-7ecc9003895e" + "b7db2ab7-489a-4a0a-b6b1-a9e0367b84b4" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T224531Z:27fdd6af-9488-4cc0-973d-7ecc9003895e" + "WESTUS:20200623T234738Z:b7db2ab7-489a-4a0a-b6b1-a9e0367b84b4" ], "Date": [ - "Wed, 03 Jul 2019 22:45:31 GMT" + "Tue, 23 Jun 2020 23:47:38 GMT" ], "Expires": [ "-1" @@ -2542,22 +2665,22 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps7346/providers/Microsoft.StorageSync/storageSyncServices/sssps9926/syncGroups/sgps811/cloudEndpoints/cepps6562?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNzM0Ni9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM5OTI2L3N5bmNHcm91cHMvc2dwczgxMS9jbG91ZEVuZHBvaW50cy9jZXBwczY1NjI/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps6890/providers/Microsoft.StorageSync/storageSyncServices/sssps1995/syncGroups/sgps5662/cloudEndpoints/cepps1502?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzNjg5MC9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMxOTk1L3N5bmNHcm91cHMvc2dwczU2NjIvY2xvdWRFbmRwb2ludHMvY2VwcHMxNTAyP2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "81395611-63ce-4245-b796-264dc28dc837" + "b67876f9-b8f8-4fa3-866a-4c37498a772d" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -2568,16 +2691,16 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps7346/providers/microsoft.storagesync/storageSyncServices/sssps9926/workflows/17bde95a-c227-4d18-bd73-8399622a5585/operationresults/95b396f1-de85-44fc-981f-1c04fe040889?api-version=2019-03-01" + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6IjE3YzI4YTU0LTJhNTEtNGRjZi05ODUzLWNiMTcxOWRjZWRmYiIsIndvcmtmbG93SWQiOiJmZmFkMWYyNi01ZGE5LTQ5MWMtOGUwMi00NGUxMmI1ZmQzZDAiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiYjFhNDY3YjktYjdhMi00YTZjLWEyZjctODVkMzg0MmZlNmUxIn0=?api-version=2020-03-01" ], "Retry-After": [ "10" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps7346/providers/microsoft.storagesync/storageSyncServices/sssps9926/workflows/17bde95a-c227-4d18-bd73-8399622a5585/operations/95b396f1-de85-44fc-981f-1c04fe040889?api-version=2019-03-01" + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6IjE3YzI4YTU0LTJhNTEtNGRjZi05ODUzLWNiMTcxOWRjZWRmYiIsIndvcmtmbG93SWQiOiJmZmFkMWYyNi01ZGE5LTQ5MWMtOGUwMi00NGUxMmI1ZmQzZDAiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiYjFhNDY3YjktYjdhMi00YTZjLWEyZjctODVkMzg0MmZlNmUxIn0=?api-version=2020-03-01" ], "x-ms-request-id": [ - "d3f38839-e7d2-4c07-b77b-4dc2ebb5ea56" + "ebdd9fba-856f-46b6-aaef-d64273085c6f" ], "X-Content-Type-Options": [ "nosniff" @@ -2595,16 +2718,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-deletes": [ - "14997" + "14993" ], "x-ms-correlation-request-id": [ - "25587f9d-565b-40cd-9143-ea2369b021ca" + "bd281ea2-7e20-46cf-b6f3-1a3fb46bd5f5" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T224531Z:25587f9d-565b-40cd-9143-ea2369b021ca" + "WESTUS:20200623T234738Z:bd281ea2-7e20-46cf-b6f3-1a3fb46bd5f5" ], "Date": [ - "Wed, 03 Jul 2019 22:45:31 GMT" + "Tue, 23 Jun 2020 23:47:38 GMT" ], "Expires": [ "-1" @@ -2617,16 +2740,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps7346/providers/microsoft.storagesync/storageSyncServices/sssps9926/workflows/17bde95a-c227-4d18-bd73-8399622a5585/operations/95b396f1-de85-44fc-981f-1c04fe040889?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNzM0Ni9wcm92aWRlcnMvbWljcm9zb2Z0LnN0b3JhZ2VzeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM5OTI2L3dvcmtmbG93cy8xN2JkZTk1YS1jMjI3LTRkMTgtYmQ3My04Mzk5NjIyYTU1ODUvb3BlcmF0aW9ucy85NWIzOTZmMS1kZTg1LTQ0ZmMtOTgxZi0xYzA0ZmUwNDA4ODk/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6IjE3YzI4YTU0LTJhNTEtNGRjZi05ODUzLWNiMTcxOWRjZWRmYiIsIndvcmtmbG93SWQiOiJmZmFkMWYyNi01ZGE5LTQ5MWMtOGUwMi00NGUxMmI1ZmQzZDAiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiYjFhNDY3YjktYjdhMi00YTZjLWEyZjctODVkMzg0MmZlNmUxIn0=?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvbG9jYXRpb25zL2NlbnRyYWx1c2V1YXAvb3BlcmF0aW9ucy9leUp3WVhKMGFYUnBiMjVKWkNJNklqRTNZekk0WVRVMExUSmhOVEV0TkdSalppMDVPRFV6TFdOaU1UY3hPV1JqWldSbVlpSXNJbmR2Y210bWJHOTNTV1FpT2lKbVptRmtNV1l5TmkwMVpHRTVMVFE1TVdNdE9HVXdNaTAwTkdVeE1tSTFabVF6WkRBaUxDSjNiM0pyWm14dmQwOXdaWEpoZEdsdmJrbGtJam9pWWpGaE5EWTNZamt0WWpkaE1pMDBZVFpqTFdFeVpqY3RPRFZrTXpnME1tWmxObVV4SW4wPT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -2637,7 +2760,7 @@ "no-cache" ], "x-ms-request-id": [ - "564b7f2c-5950-42fa-b8e4-528adc230c4d" + "051c3c68-fa8c-4481-abdd-a3fd6acebb10" ], "X-Content-Type-Options": [ "nosniff" @@ -2655,41 +2778,41 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11981" + "11990" ], "x-ms-correlation-request-id": [ - "39a37f91-b98c-4a56-94c3-3d1d74711a04" + "c8385f67-cc3a-45a9-afcf-2354313ca884" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T224542Z:39a37f91-b98c-4a56-94c3-3d1d74711a04" + "WESTUS:20200623T234749Z:c8385f67-cc3a-45a9-afcf-2354313ca884" ], "Date": [ - "Wed, 03 Jul 2019 22:45:42 GMT" + "Tue, 23 Jun 2020 23:47:48 GMT" ], "Content-Length": [ - "445" + "745" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps7346/providers/microsoft.storagesync/storageSyncServices/sssps9926/workflow/17bde95a-c227-4d18-bd73-8399622a5585/operationresults/95b396f1-de85-44fc-981f-1c04fe040889\",\r\n \"name\": \"95b396f1-de85-44fc-981f-1c04fe040889\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2019-07-03T22:45:32.00599Z\",\r\n \"endTime\": \"2019-07-03T22:45:36.3065482Z\",\r\n \"percentComplete\": null,\r\n \"error\": null,\r\n \"properties\": {}\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6IjE3YzI4YTU0LTJhNTEtNGRjZi05ODUzLWNiMTcxOWRjZWRmYiIsIndvcmtmbG93SWQiOiJmZmFkMWYyNi01ZGE5LTQ5MWMtOGUwMi00NGUxMmI1ZmQzZDAiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiYjFhNDY3YjktYjdhMi00YTZjLWEyZjctODVkMzg0MmZlNmUxIn0=\",\r\n \"name\": \"eyJwYXJ0aXRpb25JZCI6IjE3YzI4YTU0LTJhNTEtNGRjZi05ODUzLWNiMTcxOWRjZWRmYiIsIndvcmtmbG93SWQiOiJmZmFkMWYyNi01ZGE5LTQ5MWMtOGUwMi00NGUxMmI1ZmQzZDAiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiYjFhNDY3YjktYjdhMi00YTZjLWEyZjctODVkMzg0MmZlNmUxIn0=\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2020-06-23T23:47:39.3399271Z\",\r\n \"endTime\": \"2020-06-23T23:47:44.5483693Z\",\r\n \"properties\": {}\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps7346/providers/microsoft.storagesync/storageSyncServices/sssps9926/workflows/17bde95a-c227-4d18-bd73-8399622a5585/operationresults/95b396f1-de85-44fc-981f-1c04fe040889?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNzM0Ni9wcm92aWRlcnMvbWljcm9zb2Z0LnN0b3JhZ2VzeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM5OTI2L3dvcmtmbG93cy8xN2JkZTk1YS1jMjI3LTRkMTgtYmQ3My04Mzk5NjIyYTU1ODUvb3BlcmF0aW9ucmVzdWx0cy85NWIzOTZmMS1kZTg1LTQ0ZmMtOTgxZi0xYzA0ZmUwNDA4ODk/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6IjE3YzI4YTU0LTJhNTEtNGRjZi05ODUzLWNiMTcxOWRjZWRmYiIsIndvcmtmbG93SWQiOiJmZmFkMWYyNi01ZGE5LTQ5MWMtOGUwMi00NGUxMmI1ZmQzZDAiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiYjFhNDY3YjktYjdhMi00YTZjLWEyZjctODVkMzg0MmZlNmUxIn0=?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvbG9jYXRpb25zL2NlbnRyYWx1c2V1YXAvb3BlcmF0aW9ucmVzdWx0cy9leUp3WVhKMGFYUnBiMjVKWkNJNklqRTNZekk0WVRVMExUSmhOVEV0TkdSalppMDVPRFV6TFdOaU1UY3hPV1JqWldSbVlpSXNJbmR2Y210bWJHOTNTV1FpT2lKbVptRmtNV1l5TmkwMVpHRTVMVFE1TVdNdE9HVXdNaTAwTkdVeE1tSTFabVF6WkRBaUxDSjNiM0pyWm14dmQwOXdaWEpoZEdsdmJrbGtJam9pWWpGaE5EWTNZamt0WWpkaE1pMDBZVFpqTFdFeVpqY3RPRFZrTXpnME1tWmxObVV4SW4wPT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -2700,7 +2823,7 @@ "no-cache" ], "x-ms-request-id": [ - "cb7b0fa2-9614-4be9-b71a-222d009be308" + "1fe7be94-f54d-4851-b557-672d5b8330dc" ], "X-Content-Type-Options": [ "nosniff" @@ -2718,16 +2841,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11980" + "11989" ], "x-ms-correlation-request-id": [ - "a1aeffae-c839-4007-aa87-e310b6a2a9da" + "4cfdf757-81be-45f7-b76d-ea4cd3dd7fd0" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T224542Z:a1aeffae-c839-4007-aa87-e310b6a2a9da" + "WESTUS:20200623T234749Z:4cfdf757-81be-45f7-b76d-ea4cd3dd7fd0" ], "Date": [ - "Wed, 03 Jul 2019 22:45:42 GMT" + "Tue, 23 Jun 2020 23:47:48 GMT" ], "Expires": [ "-1" @@ -2740,22 +2863,22 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps7346/providers/Microsoft.StorageSync/storageSyncServices/sssps9926/syncGroups/sgps811?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNzM0Ni9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM5OTI2L3N5bmNHcm91cHMvc2dwczgxMT9hcGktdmVyc2lvbj0yMDE5LTAzLTAx", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps6890/providers/Microsoft.StorageSync/storageSyncServices/sssps1995/syncGroups/sgps5662?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzNjg5MC9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMxOTk1L3N5bmNHcm91cHMvc2dwczU2NjI/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "b7381d8a-4f91-4452-a7b3-a039bfa5d241" + "4d8ba6da-4fa7-477f-9b08-b06fd888333d" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -2766,7 +2889,7 @@ "no-cache" ], "x-ms-request-id": [ - "725410a9-7857-44ed-ac7c-38bde99db2d3" + "7f081c8f-b48b-4879-b0f5-5dbf54dc72df" ], "X-Content-Type-Options": [ "nosniff" @@ -2784,16 +2907,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-deletes": [ - "14996" + "14998" ], "x-ms-correlation-request-id": [ - "ac7bc094-0ed5-44fa-a187-2ff89493d42b" + "ed667c4a-574b-4dad-8b31-199615904477" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T224543Z:ac7bc094-0ed5-44fa-a187-2ff89493d42b" + "WESTUS:20200623T234750Z:ed667c4a-574b-4dad-8b31-199615904477" ], "Date": [ - "Wed, 03 Jul 2019 22:45:43 GMT" + "Tue, 23 Jun 2020 23:47:49 GMT" ], "Expires": [ "-1" @@ -2806,22 +2929,22 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps7346/providers/Microsoft.StorageSync/storageSyncServices/sssps9926?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNzM0Ni9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM5OTI2P2FwaS12ZXJzaW9uPTIwMTktMDMtMDE=", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps6890/providers/Microsoft.StorageSync/storageSyncServices/sssps1995?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzNjg5MC9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMxOTk1P2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "cf183e95-c548-44f9-b1c4-c04516e93de8" + "7b87c1e7-9c4d-4690-a8a7-42ad06cb50b3" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -2831,8 +2954,17 @@ "Pragma": [ "no-cache" ], + "Location": [ + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6IjE3YzI4YTU0LTJhNTEtNGRjZi05ODUzLWNiMTcxOWRjZWRmYiIsIndvcmtmbG93SWQiOiJmZGExNmZjMy02YTI4LTRhMzQtOTg0Ny1hOGFjMGZjZjNlMWYiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiNGMxODAxYjktMjU3Ny00N2IwLTk5NDAtZDYwMDVjNGUwYTRkIn0=?api-version=2020-03-01" + ], + "Retry-After": [ + "10" + ], + "Azure-AsyncOperation": [ + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6IjE3YzI4YTU0LTJhNTEtNGRjZi05ODUzLWNiMTcxOWRjZWRmYiIsIndvcmtmbG93SWQiOiJmZGExNmZjMy02YTI4LTRhMzQtOTg0Ny1hOGFjMGZjZjNlMWYiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiNGMxODAxYjktMjU3Ny00N2IwLTk5NDAtZDYwMDVjNGUwYTRkIn0=?api-version=2020-03-01" + ], "x-ms-request-id": [ - "ef30132b-b8ef-460f-a41d-a563447ae537" + "a031ad63-4ac3-4d40-887f-4d1192adb8e9" ], "X-Content-Type-Options": [ "nosniff" @@ -2850,16 +2982,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-deletes": [ - "14995" + "14997" ], "x-ms-correlation-request-id": [ - "2c3897d2-26ca-4a6c-95f4-6366976033c4" + "e301f7ea-6527-4e79-9ad8-4c7d9e1564d5" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T224544Z:2c3897d2-26ca-4a6c-95f4-6366976033c4" + "WESTUS:20200623T234750Z:e301f7ea-6527-4e79-9ad8-4c7d9e1564d5" ], "Date": [ - "Wed, 03 Jul 2019 22:45:43 GMT" + "Tue, 23 Jun 2020 23:47:49 GMT" ], "Expires": [ "-1" @@ -2869,25 +3001,148 @@ ] }, "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6IjE3YzI4YTU0LTJhNTEtNGRjZi05ODUzLWNiMTcxOWRjZWRmYiIsIndvcmtmbG93SWQiOiJmZGExNmZjMy02YTI4LTRhMzQtOTg0Ny1hOGFjMGZjZjNlMWYiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiNGMxODAxYjktMjU3Ny00N2IwLTk5NDAtZDYwMDVjNGUwYTRkIn0=?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvbG9jYXRpb25zL2NlbnRyYWx1c2V1YXAvb3BlcmF0aW9ucy9leUp3WVhKMGFYUnBiMjVKWkNJNklqRTNZekk0WVRVMExUSmhOVEV0TkdSalppMDVPRFV6TFdOaU1UY3hPV1JqWldSbVlpSXNJbmR2Y210bWJHOTNTV1FpT2lKbVpHRXhObVpqTXkwMllUSTRMVFJoTXpRdE9UZzBOeTFoT0dGak1HWmpaak5sTVdZaUxDSjNiM0pyWm14dmQwOXdaWEpoZEdsdmJrbGtJam9pTkdNeE9EQXhZamt0TWpVM055MDBOMkl3TFRrNU5EQXRaRFl3TURWak5HVXdZVFJrSW4wPT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-request-id": [ + "cd712a60-03fc-4e8a-b48c-c8835bfd043b" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-IIS/10.0" + ], + "X-AspNet-Version": [ + "4.0.30319" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11988" + ], + "x-ms-correlation-request-id": [ + "88237fdb-bfd2-43da-a71d-71e4de6e3cf1" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200623T234800Z:88237fdb-bfd2-43da-a71d-71e4de6e3cf1" + ], + "Date": [ + "Tue, 23 Jun 2020 23:48:00 GMT" + ], + "Content-Length": [ + "745" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6IjE3YzI4YTU0LTJhNTEtNGRjZi05ODUzLWNiMTcxOWRjZWRmYiIsIndvcmtmbG93SWQiOiJmZGExNmZjMy02YTI4LTRhMzQtOTg0Ny1hOGFjMGZjZjNlMWYiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiNGMxODAxYjktMjU3Ny00N2IwLTk5NDAtZDYwMDVjNGUwYTRkIn0=\",\r\n \"name\": \"eyJwYXJ0aXRpb25JZCI6IjE3YzI4YTU0LTJhNTEtNGRjZi05ODUzLWNiMTcxOWRjZWRmYiIsIndvcmtmbG93SWQiOiJmZGExNmZjMy02YTI4LTRhMzQtOTg0Ny1hOGFjMGZjZjNlMWYiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiNGMxODAxYjktMjU3Ny00N2IwLTk5NDAtZDYwMDVjNGUwYTRkIn0=\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2020-06-23T23:47:50.7372638Z\",\r\n \"endTime\": \"2020-06-23T23:47:56.5371315Z\",\r\n \"properties\": {}\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps7346/providers/Microsoft.Storage/storageAccounts/saps1126?api-version=2017-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNzM0Ni9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2Uvc3RvcmFnZUFjY291bnRzL3NhcHMxMTI2P2FwaS12ZXJzaW9uPTIwMTctMTAtMDE=", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6IjE3YzI4YTU0LTJhNTEtNGRjZi05ODUzLWNiMTcxOWRjZWRmYiIsIndvcmtmbG93SWQiOiJmZGExNmZjMy02YTI4LTRhMzQtOTg0Ny1hOGFjMGZjZjNlMWYiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiNGMxODAxYjktMjU3Ny00N2IwLTk5NDAtZDYwMDVjNGUwYTRkIn0=?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvbG9jYXRpb25zL2NlbnRyYWx1c2V1YXAvb3BlcmF0aW9ucmVzdWx0cy9leUp3WVhKMGFYUnBiMjVKWkNJNklqRTNZekk0WVRVMExUSmhOVEV0TkdSalppMDVPRFV6TFdOaU1UY3hPV1JqWldSbVlpSXNJbmR2Y210bWJHOTNTV1FpT2lKbVpHRXhObVpqTXkwMllUSTRMVFJoTXpRdE9UZzBOeTFoT0dGak1HWmpaak5sTVdZaUxDSjNiM0pyWm14dmQwOXdaWEpoZEdsdmJrbGtJam9pTkdNeE9EQXhZamt0TWpVM055MDBOMkl3TFRrNU5EQXRaRFl3TURWak5HVXdZVFJrSW4wPT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-request-id": [ + "1d789a0f-0e9b-4fbd-9dc3-6e64a3ff64a0" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-IIS/10.0" + ], + "X-AspNet-Version": [ + "4.0.30319" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11987" + ], + "x-ms-correlation-request-id": [ + "39d48d44-63bc-4a23-b649-8923bd0ed8f2" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200623T234801Z:39d48d44-63bc-4a23-b649-8923bd0ed8f2" + ], + "Date": [ + "Tue, 23 Jun 2020 23:48:01 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps6890/providers/Microsoft.Storage/storageAccounts/saps451?api-version=2017-10-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzNjg5MC9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2Uvc3RvcmFnZUFjY291bnRzL3NhcHM0NTE/YXBpLXZlcnNpb249MjAxNy0xMC0wMQ==", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "9dc32b7d-652a-4e1b-a6c4-4f41bd4f20cd" + "2ccfa308-bbd0-4e41-9fc7-3de8932021ea" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Storage.Version2017.10.01.StorageManagementClient/1.3.0" + "Microsoft.Azure.Management.Storage.Version2017.10.01.StorageManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -2898,7 +3153,7 @@ "no-cache" ], "x-ms-request-id": [ - "a39ecf56-26b7-4fce-9f0a-510b4c29dde2" + "9c2a9a47-301b-49a3-9fa7-b671daba9f01" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2910,16 +3165,16 @@ "14999" ], "x-ms-correlation-request-id": [ - "6c09c3e3-2ae6-4bff-a7b4-453976f2f386" + "648a1113-c7a9-45c8-9052-e1aa27ad30af" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T224549Z:6c09c3e3-2ae6-4bff-a7b4-453976f2f386" + "WESTUS:20200623T234802Z:648a1113-c7a9-45c8-9052-e1aa27ad30af" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 22:45:49 GMT" + "Tue, 23 Jun 2020 23:48:02 GMT" ], "Content-Type": [ "text/plain; charset=utf-8" @@ -2935,22 +3190,22 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps7346/providers/Microsoft.StorageSync/storageSyncServices?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNzM0Ni9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXM/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps6890/providers/Microsoft.StorageSync/storageSyncServices?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzNjg5MC9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXM/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "92fe68b3-5410-45ad-ba79-56884e99633c" + "f49cab95-98cd-469a-b508-92e3ae165dbd" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -2961,16 +3216,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11999" + "11997" ], "x-ms-request-id": [ - "831246aa-a447-4138-866d-87b8647391e3" + "67d3d933-58c9-4eb8-b7c5-153037fbe572" ], "x-ms-correlation-request-id": [ - "831246aa-a447-4138-866d-87b8647391e3" + "67d3d933-58c9-4eb8-b7c5-153037fbe572" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T224549Z:831246aa-a447-4138-866d-87b8647391e3" + "WESTUS:20200623T234803Z:67d3d933-58c9-4eb8-b7c5-153037fbe572" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2979,7 +3234,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 22:45:49 GMT" + "Tue, 23 Jun 2020 23:48:02 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2995,22 +3250,22 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourcegroups/ps7346?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlZ3JvdXBzL3BzNzM0Nj9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourcegroups/ps6890?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlZ3JvdXBzL3BzNjg5MD9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "0ccc17c1-1ea8-4cd1-9e3a-52f57b8c9e49" + "9a1e97e7-77c4-461b-b031-1eafb63fbc4e" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -3021,7 +3276,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzczNDYtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzY4OTAtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" ], "Retry-After": [ "15" @@ -3030,13 +3285,13 @@ "14999" ], "x-ms-request-id": [ - "d3faac0e-c866-4ffd-818b-213491b6ed30" + "865e7172-a83f-439f-988a-d18baa173d7b" ], "x-ms-correlation-request-id": [ - "d3faac0e-c866-4ffd-818b-213491b6ed30" + "865e7172-a83f-439f-988a-d18baa173d7b" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T224550Z:d3faac0e-c866-4ffd-818b-213491b6ed30" + "WESTUS:20200623T234803Z:865e7172-a83f-439f-988a-d18baa173d7b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3045,7 +3300,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 22:45:50 GMT" + "Tue, 23 Jun 2020 23:48:02 GMT" ], "Expires": [ "-1" @@ -3058,16 +3313,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzczNDYtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpjek5EWXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzY4OTAtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpZNE9UQXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -3078,7 +3333,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzczNDYtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzY4OTAtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" ], "Retry-After": [ "15" @@ -3087,13 +3342,13 @@ "11999" ], "x-ms-request-id": [ - "4a7d62a2-f489-40ce-b174-6759eb27c740" + "3453037f-3201-40dd-83cb-291fca7ea277" ], "x-ms-correlation-request-id": [ - "4a7d62a2-f489-40ce-b174-6759eb27c740" + "3453037f-3201-40dd-83cb-291fca7ea277" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T224605Z:4a7d62a2-f489-40ce-b174-6759eb27c740" + "WESTUS:20200623T234818Z:3453037f-3201-40dd-83cb-291fca7ea277" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3102,7 +3357,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 22:46:04 GMT" + "Tue, 23 Jun 2020 23:48:17 GMT" ], "Expires": [ "-1" @@ -3115,16 +3370,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzczNDYtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpjek5EWXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzY4OTAtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpZNE9UQXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -3135,7 +3390,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzczNDYtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzY4OTAtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" ], "Retry-After": [ "15" @@ -3144,13 +3399,13 @@ "11998" ], "x-ms-request-id": [ - "57438e13-fcb6-4c50-9566-225ce51d074d" + "501dd0e9-5adc-4af6-a1e5-60782aca6c1a" ], "x-ms-correlation-request-id": [ - "57438e13-fcb6-4c50-9566-225ce51d074d" + "501dd0e9-5adc-4af6-a1e5-60782aca6c1a" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T224620Z:57438e13-fcb6-4c50-9566-225ce51d074d" + "WESTUS:20200623T234833Z:501dd0e9-5adc-4af6-a1e5-60782aca6c1a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3159,7 +3414,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 22:46:20 GMT" + "Tue, 23 Jun 2020 23:48:32 GMT" ], "Expires": [ "-1" @@ -3172,16 +3427,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzczNDYtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpjek5EWXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzY4OTAtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpZNE9UQXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -3195,13 +3450,13 @@ "11997" ], "x-ms-request-id": [ - "683df214-5b1b-4c2a-9785-04ba1293e29f" + "6a4e88ce-8833-4ce9-9ea7-522017311acc" ], "x-ms-correlation-request-id": [ - "683df214-5b1b-4c2a-9785-04ba1293e29f" + "6a4e88ce-8833-4ce9-9ea7-522017311acc" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T224635Z:683df214-5b1b-4c2a-9785-04ba1293e29f" + "WESTUS:20200623T234848Z:6a4e88ce-8833-4ce9-9ea7-522017311acc" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3210,7 +3465,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 22:46:35 GMT" + "Tue, 23 Jun 2020 23:48:48 GMT" ], "Expires": [ "-1" @@ -3223,16 +3478,16 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzczNDYtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpjek5EWXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzY4OTAtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpZNE9UQXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -3246,13 +3501,13 @@ "11996" ], "x-ms-request-id": [ - "8dcbb1bf-4591-4f4f-a3a2-7acda18ae252" + "db1ebb78-3f2c-4c43-86cd-29e33ffb0718" ], "x-ms-correlation-request-id": [ - "8dcbb1bf-4591-4f4f-a3a2-7acda18ae252" + "db1ebb78-3f2c-4c43-86cd-29e33ffb0718" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T224635Z:8dcbb1bf-4591-4f4f-a3a2-7acda18ae252" + "WESTUS:20200623T234848Z:db1ebb78-3f2c-4c43-86cd-29e33ffb0718" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3261,7 +3516,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 22:46:35 GMT" + "Tue, 23 Jun 2020 23:48:48 GMT" ], "Expires": [ "-1" @@ -3276,21 +3531,21 @@ ], "Names": { "Test-ServerEndpoint": [ - "ps7346", - "ps9926", - "ps811", - "ps5391", - "ps6562", - "ps1126" + "ps6890", + "ps1995", + "ps5662", + "ps5028", + "ps1502", + "ps451" ], "TestServerEndpoint": [ - "fd2482a3-3648-4e5c-9267-f3996ed2eec2" + "9196599a-d2b4-4e27-99c6-12c674783a38" ] }, "Variables": { - "SubscriptionId": "7b96cb02-4663-40f4-9a89-603d3849e46a", - "TenantId": "0483643a-cb2f-462a-bc27-1a270e5bdc0a", + "SubscriptionId": "1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b", + "TenantId": "6ad91d65-65ab-4e14-90f7-fe951035b7c9", "Domain": "", - "SyncServerId": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps7346/providers/Microsoft.StorageSync/storageSyncServices/sssps9926/registeredServers/1D72873B-271F-42F6-BCAD-912C338287CF" + "SyncServerId": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps6890/providers/Microsoft.StorageSync/storageSyncServices/sssps1995/registeredServers/16150EB5-FFCC-4662-BE84-767B5FFF97F6" } } \ No newline at end of file diff --git a/src/StorageSync/StorageSync.Test/SessionRecords/StorageSyncTests.StorageSyncServiceTests/TestGetStorageSyncService.json b/src/StorageSync/StorageSync.Test/SessionRecords/StorageSyncTests.StorageSyncServiceTests/TestGetStorageSyncService.json index bc041babd07b..d3377a1d46df 100644 --- a/src/StorageSync/StorageSync.Test/SessionRecords/StorageSyncTests.StorageSyncServiceTests/TestGetStorageSyncService.json +++ b/src/StorageSync/StorageSync.Test/SessionRecords/StorageSyncTests.StorageSyncServiceTests/TestGetStorageSyncService.json @@ -1,22 +1,22 @@ { "Entries": [ { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/providers/Microsoft.Resources?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVzb3VyY2VzP2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/Microsoft.Resources?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVzb3VyY2VzP2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "653bb882-407d-4704-9827-7b5ada29be82" + "644f8ebc-12f1-407d-bdcd-b33ecde49c3d" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -30,13 +30,13 @@ "11999" ], "x-ms-request-id": [ - "a97f2c9e-2fe5-4083-9323-fc1297e58250" + "afcf78c2-f2f4-4e28-b29b-23b57d31e3ac" ], "x-ms-correlation-request-id": [ - "a97f2c9e-2fe5-4083-9323-fc1297e58250" + "afcf78c2-f2f4-4e28-b29b-23b57d31e3ac" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T183511Z:a97f2c9e-2fe5-4083-9323-fc1297e58250" + "WESTUS:20200623T063037Z:afcf78c2-f2f4-4e28-b29b-23b57d31e3ac" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -45,7 +45,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 18:35:11 GMT" + "Tue, 23 Jun 2020 06:30:37 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -54,29 +54,29 @@ "-1" ], "Content-Length": [ - "8818" + "10899" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/providers/Microsoft.Resources\",\r\n \"namespace\": \"Microsoft.Resources\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"tenants\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operationresults\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"notifyResourceJobs\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"tags\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkPolicyCompliance\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"providers\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkresourcename\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resources\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/resources\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/providers\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/operationresults\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceGroups\",\r\n \"locations\": [\r\n \"Central US\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"West Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia Southeast\",\r\n \"Australia East\",\r\n \"West India\",\r\n \"South India\",\r\n \"Central India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/resourceGroups\",\r\n \"locations\": [\r\n \"Central US\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"West Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia Southeast\",\r\n \"Australia East\",\r\n \"West India\",\r\n \"South India\",\r\n \"Central India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/resourcegroups/resources\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/tagnames\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/tagNames/tagValues\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"deployments\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"deployments/operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"links\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-01-01\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/Microsoft.Resources\",\r\n \"namespace\": \"Microsoft.Resources\",\r\n \"authorization\": {\r\n \"applicationId\": \"3b990c8b-9607-4c2a-8b04-1d41985facca\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"tenants\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-01-01\",\r\n \"2019-09-01\",\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-09-01\",\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operationresults\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-09-01\",\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"notifyResourceJobs\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-09-01\",\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"tags\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-10-01\",\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\"\r\n ],\r\n \"capabilities\": \"SupportsExtension\"\r\n },\r\n {\r\n \"resourceType\": \"checkPolicyCompliance\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"providers\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkresourcename\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"calculateTemplateHash\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-09-01\",\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resources\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-09-01\",\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-10-01\",\r\n \"2019-09-01\",\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/resources\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-09-01\",\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/providers\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/operationresults\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceGroups\",\r\n \"locations\": [\r\n \"Central US\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"West Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia Southeast\",\r\n \"Australia East\",\r\n \"West India\",\r\n \"South India\",\r\n \"Central India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Australia Central\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/resourceGroups\",\r\n \"locations\": [\r\n \"Central US\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"West Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia Southeast\",\r\n \"Australia East\",\r\n \"West India\",\r\n \"South India\",\r\n \"Central India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Australia Central\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/resourcegroups/resources\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/tagnames\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/tagNames/tagValues\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"deployments\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-09-01\",\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"deployments/operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-09-01\",\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"links\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ],\r\n \"capabilities\": \"SupportsExtension\"\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-01-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"deploymentScripts\",\r\n \"locations\": [\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Australia East\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"Central US\",\r\n \"North Central US\",\r\n \"UK South\",\r\n \"Central India\",\r\n \"South India\",\r\n \"Japan East\",\r\n \"Korea Central\",\r\n \"North Europe\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West US 2\",\r\n \"West US\",\r\n \"South Central US\",\r\n \"Canada East\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-10-01-preview\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"deploymentScripts/logs\",\r\n \"locations\": [\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Australia East\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"Central US\",\r\n \"North Central US\",\r\n \"UK South\",\r\n \"Central India\",\r\n \"South India\",\r\n \"Japan East\",\r\n \"Korea Central\",\r\n \"North Europe\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West US 2\",\r\n \"West US\",\r\n \"South Central US\",\r\n \"Canada East\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/deploymentScriptOperationResults\",\r\n \"locations\": [\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Australia East\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"Central US\",\r\n \"North Central US\",\r\n \"UK South\",\r\n \"Central India\",\r\n \"South India\",\r\n \"Japan East\",\r\n \"Korea Central\",\r\n \"North Europe\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West US 2\",\r\n \"West US\",\r\n \"South Central US\",\r\n \"Canada East\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-10-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/providers/Microsoft.StorageSync?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZVN5bmM/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/Microsoft.StorageSync?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZVN5bmM/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "53c369c6-4a52-4d6f-a7ef-d6ac7d029640" + "04166bcd-4dc0-4b14-bf85-dd908d002624" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -90,13 +90,13 @@ "11998" ], "x-ms-request-id": [ - "f6da6897-30b8-4076-91c3-1c4a5f08d875" + "e8c5afd0-5c27-4107-ab0d-47429c0bd34c" ], "x-ms-correlation-request-id": [ - "f6da6897-30b8-4076-91c3-1c4a5f08d875" + "e8c5afd0-5c27-4107-ab0d-47429c0bd34c" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T183511Z:f6da6897-30b8-4076-91c3-1c4a5f08d875" + "WESTUS:20200623T063037Z:e8c5afd0-5c27-4107-ab0d-47429c0bd34c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -105,7 +105,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 18:35:11 GMT" + "Tue, 23 Jun 2020 06:30:37 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -114,29 +114,29 @@ "-1" ], "Content-Length": [ - "5239" + "7645" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/providers/Microsoft.StorageSync\",\r\n \"namespace\": \"Microsoft.StorageSync\",\r\n \"authorizations\": [\r\n {\r\n \"applicationId\": \"9469b9f5-6722-4481-a2b2-14ed560b706f\"\r\n }\r\n ],\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageSyncServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"Central US EUAP\",\r\n \"West US 2\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\",\r\n \"2018-01-01-preview\",\r\n \"2017-06-05-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"storageSyncServices/syncGroups\",\r\n \"locations\": [\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"Central US EUAP\",\r\n \"West US 2\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\",\r\n \"2018-01-01-preview\",\r\n \"2017-06-05-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageSyncServices/syncGroups/cloudEndpoints\",\r\n \"locations\": [\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"Central US EUAP\",\r\n \"West US 2\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\",\r\n \"2018-01-01-preview\",\r\n \"2017-06-05-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageSyncServices/syncGroups/serverEndpoints\",\r\n \"locations\": [\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"Central US EUAP\",\r\n \"West US 2\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\",\r\n \"2018-01-01-preview\",\r\n \"2017-06-05-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageSyncServices/registeredServers\",\r\n \"locations\": [\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"Central US EUAP\",\r\n \"West US 2\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\",\r\n \"2018-01-01-preview\",\r\n \"2017-06-05-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageSyncServices/workflows\",\r\n \"locations\": [\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"Central US EUAP\",\r\n \"West US 2\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\",\r\n \"2018-01-01-preview\",\r\n \"2017-06-05-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\",\r\n \"2018-01-01-preview\",\r\n \"2017-06-05-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/checkNameAvailability\",\r\n \"locations\": [\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/workflows\",\r\n \"locations\": [\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/Microsoft.StorageSync\",\r\n \"namespace\": \"Microsoft.StorageSync\",\r\n \"authorizations\": [\r\n {\r\n \"applicationId\": \"9469b9f5-6722-4481-a2b2-14ed560b706f\",\r\n \"roleDefinitionId\": \"4cd49d82-1f4d-43fc-af0c-1c1203668e5a\"\r\n }\r\n ],\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageSyncServices\",\r\n \"locations\": [\r\n \"West Central US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"West US 2\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"UAE North\",\r\n \"UAE Central\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2019-10-01\",\r\n \"2019-06-01\",\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\",\r\n \"2018-01-01-preview\",\r\n \"2017-06-05-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"storageSyncServices/syncGroups\",\r\n \"locations\": [\r\n \"West Central US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"West US 2\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"UAE North\",\r\n \"UAE Central\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2019-10-01\",\r\n \"2019-06-01\",\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\",\r\n \"2018-01-01-preview\",\r\n \"2017-06-05-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageSyncServices/syncGroups/cloudEndpoints\",\r\n \"locations\": [\r\n \"West Central US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"West US 2\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"UAE North\",\r\n \"UAE Central\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2019-10-01\",\r\n \"2019-06-01\",\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\",\r\n \"2018-01-01-preview\",\r\n \"2017-06-05-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageSyncServices/syncGroups/serverEndpoints\",\r\n \"locations\": [\r\n \"West Central US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"West US 2\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"UAE North\",\r\n \"UAE Central\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2019-10-01\",\r\n \"2019-06-01\",\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\",\r\n \"2018-01-01-preview\",\r\n \"2017-06-05-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageSyncServices/registeredServers\",\r\n \"locations\": [\r\n \"West Central US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"West US 2\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"UAE North\",\r\n \"UAE Central\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2019-10-01\",\r\n \"2019-06-01\",\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\",\r\n \"2018-01-01-preview\",\r\n \"2017-06-05-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageSyncServices/workflows\",\r\n \"locations\": [\r\n \"West Central US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"West US 2\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"UAE North\",\r\n \"UAE Central\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2019-10-01\",\r\n \"2019-06-01\",\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\",\r\n \"2018-01-01-preview\",\r\n \"2017-06-05-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2019-10-01\",\r\n \"2019-06-01\",\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\",\r\n \"2018-01-01-preview\",\r\n \"2017-06-05-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2019-10-01\",\r\n \"2019-06-01\",\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/checkNameAvailability\",\r\n \"locations\": [\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"UAE North\",\r\n \"UAE Central\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2019-10-01\",\r\n \"2019-06-01\",\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/workflows\",\r\n \"locations\": [\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"UAE North\",\r\n \"UAE Central\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2019-10-01\",\r\n \"2019-06-01\",\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operations\",\r\n \"locations\": [\r\n \"West Central US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"West US 2\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"UAE North\",\r\n \"UAE Central\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operationResults\",\r\n \"locations\": [\r\n \"West Central US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"West US 2\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"UAE North\",\r\n \"UAE Central\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourcegroups/ps601?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlZ3JvdXBzL3BzNjAxP2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourcegroups/ps6735?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlZ3JvdXBzL3BzNjczNT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "1876e4fd-c1d3-4f17-a5be-f8999f73d682" + "76a42b0f-a67d-4ed7-8964-6be853de47d7" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ], "Content-Type": [ "application/json; charset=utf-8" @@ -156,13 +156,13 @@ "1199" ], "x-ms-request-id": [ - "78c3c269-c82d-4382-a041-9d7267098da0" + "879bcfb9-0614-451b-9a32-b09557227fb2" ], "x-ms-correlation-request-id": [ - "78c3c269-c82d-4382-a041-9d7267098da0" + "879bcfb9-0614-451b-9a32-b09557227fb2" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T183513Z:78c3c269-c82d-4382-a041-9d7267098da0" + "WESTUS:20200623T063038Z:879bcfb9-0614-451b-9a32-b09557227fb2" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -171,10 +171,10 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 18:35:13 GMT" + "Tue, 23 Jun 2020 06:30:37 GMT" ], "Content-Length": [ - "163" + "165" ], "Content-Type": [ "application/json; charset=utf-8" @@ -183,26 +183,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps601\",\r\n \"name\": \"ps601\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps6735\",\r\n \"name\": \"ps6735\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/providers/Microsoft.StorageSync/locations/CentralUSEUAP/checkNameAvailability?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZVN5bmMvbG9jYXRpb25zL0NlbnRyYWxVU0VVQVAvY2hlY2tOYW1lQXZhaWxhYmlsaXR5P2FwaS12ZXJzaW9uPTIwMTktMDMtMDE=", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/Microsoft.StorageSync/locations/CentralUSEUAP/checkNameAvailability?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZVN5bmMvbG9jYXRpb25zL0NlbnRyYWxVU0VVQVAvY2hlY2tOYW1lQXZhaWxhYmlsaXR5P2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", "RequestMethod": "POST", - "RequestBody": "{\r\n \"name\": \"sssps7696\",\r\n \"type\": \"Microsoft.StorageSync/storageSyncServices\"\r\n}", + "RequestBody": "{\r\n \"name\": \"sssps3581\",\r\n \"type\": \"Microsoft.StorageSync/storageSyncServices\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "0747775f-038b-4f5f-92fc-d8dda30bcdc3" + "46b57f4f-ffe8-4c4a-abb3-2e07703ff0d6" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -219,7 +219,7 @@ "no-cache" ], "x-ms-request-id": [ - "819e8c21-ca1b-4142-a530-424087ebcb8b" + "64b4a9dd-f938-48f8-ac36-33f7ae53a302" ], "X-Content-Type-Options": [ "nosniff" @@ -240,50 +240,50 @@ "1199" ], "x-ms-correlation-request-id": [ - "0d26495b-692c-478e-86ae-cd0a1f754621" + "5d9fe679-2662-4b12-9380-89a315ccb1b4" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T183514Z:0d26495b-692c-478e-86ae-cd0a1f754621" + "WESTUS:20200623T063039Z:5d9fe679-2662-4b12-9380-89a315ccb1b4" ], "Date": [ - "Wed, 03 Jul 2019 18:35:14 GMT" + "Tue, 23 Jun 2020 06:30:38 GMT" ], "Content-Length": [ - "51" + "29" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"nameAvailable\": true,\r\n \"reason\": null,\r\n \"message\": null\r\n}", + "ResponseBody": "{\r\n \"nameAvailable\": true\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps601/providers/Microsoft.StorageSync/storageSyncServices/sssps7696?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNjAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZVN5bmMvc3RvcmFnZVN5bmNTZXJ2aWNlcy9zc3Nwczc2OTY/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps6735/providers/Microsoft.StorageSync/storageSyncServices/sssps3581?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzNjczNS9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMzNTgxP2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"location\": \"Central US EUAP\",\r\n \"tags\": {}\r\n}", + "RequestBody": "{\r\n \"location\": \"Central US EUAP\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"incomingTrafficPolicy\": \"AllowAllTraffic\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "3e656c9d-98d9-4ca0-8dd7-c5b862f0c8ed" + "de884e1d-fa5c-4b3a-b840-8b431653a2e2" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "52" + "125" ] }, "ResponseHeaders": { @@ -293,8 +293,17 @@ "Pragma": [ "no-cache" ], + "Location": [ + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6IjYyZDVlYWVhLTk2NDMtNDAzYS1iNzg5LThmMjViOWNiNGUzYSIsIndvcmtmbG93SWQiOiI5MTUwZDllNS1hZmU4LTRjNjItOGFiNC1iNGNhYzgwMTlkZjkiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiMzEzMzcwM2UtYWViZS00ZmQ1LTg1YTUtY2E3YzhiODllOTYyIn0=?api-version=2020-03-01" + ], + "Retry-After": [ + "10" + ], + "Azure-AsyncOperation": [ + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6IjYyZDVlYWVhLTk2NDMtNDAzYS1iNzg5LThmMjViOWNiNGUzYSIsIndvcmtmbG93SWQiOiI5MTUwZDllNS1hZmU4LTRjNjItOGFiNC1iNGNhYzgwMTlkZjkiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiMzEzMzcwM2UtYWViZS00ZmQ1LTg1YTUtY2E3YzhiODllOTYyIn0=?api-version=2020-03-01" + ], "x-ms-request-id": [ - "1cf750a5-6b05-4913-8573-477de22ef9af" + "8800bfa1-0c1e-4a73-aeb7-ed08aa0b0102" ], "X-Content-Type-Options": [ "nosniff" @@ -315,44 +324,167 @@ "1199" ], "x-ms-correlation-request-id": [ - "43ac3268-90a6-4c85-b019-39030fd79dcc" + "f416063f-8fa0-4cec-8a03-13f46b75c44f" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T183514Z:43ac3268-90a6-4c85-b019-39030fd79dcc" + "WESTUS:20200623T063039Z:f416063f-8fa0-4cec-8a03-13f46b75c44f" ], "Date": [ - "Wed, 03 Jul 2019 18:35:14 GMT" + "Tue, 23 Jun 2020 06:30:39 GMT" + ], + "Expires": [ + "-1" ], "Content-Length": [ - "328" + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6IjYyZDVlYWVhLTk2NDMtNDAzYS1iNzg5LThmMjViOWNiNGUzYSIsIndvcmtmbG93SWQiOiI5MTUwZDllNS1hZmU4LTRjNjItOGFiNC1iNGNhYzgwMTlkZjkiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiMzEzMzcwM2UtYWViZS00ZmQ1LTg1YTUtY2E3YzhiODllOTYyIn0=?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvbG9jYXRpb25zL2NlbnRyYWx1c2V1YXAvb3BlcmF0aW9ucy9leUp3WVhKMGFYUnBiMjVKWkNJNklqWXlaRFZsWVdWaExUazJORE10TkRBellTMWlOemc1TFRobU1qVmlPV05pTkdVellTSXNJbmR2Y210bWJHOTNTV1FpT2lJNU1UVXdaRGxsTlMxaFptVTRMVFJqTmpJdE9HRmlOQzFpTkdOaFl6Z3dNVGxrWmpraUxDSjNiM0pyWm14dmQwOXdaWEpoZEdsdmJrbGtJam9pTXpFek16Y3dNMlV0WVdWaVpTMDBabVExTFRnMVlUVXRZMkUzWXpoaU9EbGxPVFl5SW4wPT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-request-id": [ + "9e116ab9-7e31-4a6a-a21d-cd9f6a2d415a" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-IIS/10.0" + ], + "X-AspNet-Version": [ + "4.0.30319" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11999" + ], + "x-ms-correlation-request-id": [ + "58999de6-7e7e-4f1f-8079-1f9b1ec7a0a5" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200623T063050Z:58999de6-7e7e-4f1f-8079-1f9b1ec7a0a5" + ], + "Date": [ + "Tue, 23 Jun 2020 06:30:49 GMT" + ], + "Content-Length": [ + "745" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"storageSyncServiceStatus\": null,\r\n \"storageSyncServiceUid\": null\r\n },\r\n \"location\": \"Central US EUAP\",\r\n \"tags\": {},\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps601/providers/microsoft.storagesync/storageSyncServices/sssps7696\",\r\n \"name\": \"sssps7696\",\r\n \"type\": \"microsoft.storagesync/storageSyncServices\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6IjYyZDVlYWVhLTk2NDMtNDAzYS1iNzg5LThmMjViOWNiNGUzYSIsIndvcmtmbG93SWQiOiI5MTUwZDllNS1hZmU4LTRjNjItOGFiNC1iNGNhYzgwMTlkZjkiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiMzEzMzcwM2UtYWViZS00ZmQ1LTg1YTUtY2E3YzhiODllOTYyIn0=\",\r\n \"name\": \"eyJwYXJ0aXRpb25JZCI6IjYyZDVlYWVhLTk2NDMtNDAzYS1iNzg5LThmMjViOWNiNGUzYSIsIndvcmtmbG93SWQiOiI5MTUwZDllNS1hZmU4LTRjNjItOGFiNC1iNGNhYzgwMTlkZjkiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiMzEzMzcwM2UtYWViZS00ZmQ1LTg1YTUtY2E3YzhiODllOTYyIn0=\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2020-06-23T06:30:39.9970347Z\",\r\n \"endTime\": \"2020-06-23T06:30:47.7260351Z\",\r\n \"properties\": {}\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps601/providers/Microsoft.StorageSync/storageSyncServices/sssps7696?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNjAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZVN5bmMvc3RvcmFnZVN5bmNTZXJ2aWNlcy9zc3Nwczc2OTY/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps6735/providers/Microsoft.StorageSync/storageSyncServices/sssps3581?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzNjczNS9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMzNTgxP2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-request-id": [ + "899410e3-a54c-4ebf-b3a9-7866316595a9" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-IIS/10.0" + ], + "X-AspNet-Version": [ + "4.0.30319" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11998" + ], + "x-ms-correlation-request-id": [ + "89e908ec-cd97-40d2-84e6-b52e74cb63c5" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200623T063050Z:89e908ec-cd97-40d2-84e6-b52e74cb63c5" + ], + "Date": [ + "Tue, 23 Jun 2020 06:30:49 GMT" + ], + "Content-Length": [ + "633" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"properties\": {\r\n \"storageSyncServiceStatus\": 0,\r\n \"incomingTrafficPolicy\": \"AllowAllTraffic\",\r\n \"privateEndpointConnections\": [],\r\n \"provisioningState\": \"Succeeded\",\r\n \"lastWorkflowId\": \"storageSyncServices/sssps3581/workflows/9150d9e5-afe8-4c62-8ab4-b4cac8019df9\",\r\n \"lastOperationName\": \"ICreateStorageSyncServiceWorkflow\"\r\n },\r\n \"location\": \"Central US EUAP\",\r\n \"tags\": {},\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps6735/providers/microsoft.storagesync/storageSyncServices/sssps3581\",\r\n \"name\": \"sssps3581\",\r\n \"type\": \"microsoft.storagesync/storageSyncServices\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps6735/providers/Microsoft.StorageSync/storageSyncServices/sssps3581?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzNjczNS9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMzNTgxP2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "8e50030f-16aa-43ed-aa80-ec39641852c0" + "c438fc81-86b4-43fe-9d3a-e7be3c134850" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -363,7 +495,7 @@ "no-cache" ], "x-ms-request-id": [ - "12255ccb-5357-4935-ac99-9e9aa3a323f5" + "87ace37e-cf76-4426-9879-b0cf96f31be9" ], "X-Content-Type-Options": [ "nosniff" @@ -381,47 +513,47 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11999" + "11997" ], "x-ms-correlation-request-id": [ - "e2e9cdef-5799-4b75-a4f3-25fceb5fe468" + "53c8565e-98eb-4f03-bc80-50d2b38d4825" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T183514Z:e2e9cdef-5799-4b75-a4f3-25fceb5fe468" + "WESTUS:20200623T063050Z:53c8565e-98eb-4f03-bc80-50d2b38d4825" ], "Date": [ - "Wed, 03 Jul 2019 18:35:14 GMT" + "Tue, 23 Jun 2020 06:30:50 GMT" ], "Content-Length": [ - "327" + "633" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"storageSyncServiceStatus\": \"0\",\r\n \"storageSyncServiceUid\": null\r\n },\r\n \"location\": \"Central US EUAP\",\r\n \"tags\": {},\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps601/providers/microsoft.storagesync/storageSyncServices/sssps7696\",\r\n \"name\": \"sssps7696\",\r\n \"type\": \"microsoft.storagesync/storageSyncServices\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"storageSyncServiceStatus\": 0,\r\n \"incomingTrafficPolicy\": \"AllowAllTraffic\",\r\n \"privateEndpointConnections\": [],\r\n \"provisioningState\": \"Succeeded\",\r\n \"lastWorkflowId\": \"storageSyncServices/sssps3581/workflows/9150d9e5-afe8-4c62-8ab4-b4cac8019df9\",\r\n \"lastOperationName\": \"ICreateStorageSyncServiceWorkflow\"\r\n },\r\n \"location\": \"Central US EUAP\",\r\n \"tags\": {},\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps6735/providers/microsoft.storagesync/storageSyncServices/sssps3581\",\r\n \"name\": \"sssps3581\",\r\n \"type\": \"microsoft.storagesync/storageSyncServices\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps601/providers/Microsoft.StorageSync/storageSyncServices/sssps7696?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNjAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZVN5bmMvc3RvcmFnZVN5bmNTZXJ2aWNlcy9zc3Nwczc2OTY/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps6735/providers/Microsoft.StorageSync/storageSyncServices/sssps3581?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzNjczNS9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMzNTgxP2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "66e0e091-e777-426a-b50c-10abfdc2d88b" + "429e4ccd-9007-4395-aadf-c768062d69fb" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -431,8 +563,17 @@ "Pragma": [ "no-cache" ], + "Location": [ + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6IjYyZDVlYWVhLTk2NDMtNDAzYS1iNzg5LThmMjViOWNiNGUzYSIsIndvcmtmbG93SWQiOiJkYTlmMmQ4Zi0wZTc0LTQ0YjEtOTU1Mi0yNzgzZjAwZWEyNTciLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiY2RkNWU0ZTUtNThkMS00YjA5LWFiYTItNTA1ZGY3N2JmYjFkIn0=?api-version=2020-03-01" + ], + "Retry-After": [ + "10" + ], + "Azure-AsyncOperation": [ + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6IjYyZDVlYWVhLTk2NDMtNDAzYS1iNzg5LThmMjViOWNiNGUzYSIsIndvcmtmbG93SWQiOiJkYTlmMmQ4Zi0wZTc0LTQ0YjEtOTU1Mi0yNzgzZjAwZWEyNTciLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiY2RkNWU0ZTUtNThkMS00YjA5LWFiYTItNTA1ZGY3N2JmYjFkIn0=?api-version=2020-03-01" + ], "x-ms-request-id": [ - "4c0382ed-1f78-4ab3-bbd9-3ce22c8d41d9" + "5858425d-8d29-4ac1-8cd2-4278eb7540aa" ], "X-Content-Type-Options": [ "nosniff" @@ -453,13 +594,13 @@ "14999" ], "x-ms-correlation-request-id": [ - "e3ea5ff9-f30b-422a-bca5-74c3b55e014b" + "8677c283-c6ff-47e7-9b37-5b905776fcce" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T183515Z:e3ea5ff9-f30b-422a-bca5-74c3b55e014b" + "WESTUS:20200623T063051Z:8677c283-c6ff-47e7-9b37-5b905776fcce" ], "Date": [ - "Wed, 03 Jul 2019 18:35:15 GMT" + "Tue, 23 Jun 2020 06:30:50 GMT" ], "Expires": [ "-1" @@ -469,25 +610,148 @@ ] }, "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6IjYyZDVlYWVhLTk2NDMtNDAzYS1iNzg5LThmMjViOWNiNGUzYSIsIndvcmtmbG93SWQiOiJkYTlmMmQ4Zi0wZTc0LTQ0YjEtOTU1Mi0yNzgzZjAwZWEyNTciLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiY2RkNWU0ZTUtNThkMS00YjA5LWFiYTItNTA1ZGY3N2JmYjFkIn0=?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvbG9jYXRpb25zL2NlbnRyYWx1c2V1YXAvb3BlcmF0aW9ucy9leUp3WVhKMGFYUnBiMjVKWkNJNklqWXlaRFZsWVdWaExUazJORE10TkRBellTMWlOemc1TFRobU1qVmlPV05pTkdVellTSXNJbmR2Y210bWJHOTNTV1FpT2lKa1lUbG1NbVE0Wmkwd1pUYzBMVFEwWWpFdE9UVTFNaTB5TnpnelpqQXdaV0V5TlRjaUxDSjNiM0pyWm14dmQwOXdaWEpoZEdsdmJrbGtJam9pWTJSa05XVTBaVFV0TlRoa01TMDBZakE1TFdGaVlUSXROVEExWkdZM04ySm1ZakZrSW4wPT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-request-id": [ + "cfd7a6df-92d5-44e2-9b7a-139cf994dd50" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-IIS/10.0" + ], + "X-AspNet-Version": [ + "4.0.30319" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11996" + ], + "x-ms-correlation-request-id": [ + "0152d567-bcd2-4f98-acf2-f24e264872a6" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200623T063101Z:0152d567-bcd2-4f98-acf2-f24e264872a6" + ], + "Date": [ + "Tue, 23 Jun 2020 06:31:01 GMT" + ], + "Content-Length": [ + "744" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6IjYyZDVlYWVhLTk2NDMtNDAzYS1iNzg5LThmMjViOWNiNGUzYSIsIndvcmtmbG93SWQiOiJkYTlmMmQ4Zi0wZTc0LTQ0YjEtOTU1Mi0yNzgzZjAwZWEyNTciLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiY2RkNWU0ZTUtNThkMS00YjA5LWFiYTItNTA1ZGY3N2JmYjFkIn0=\",\r\n \"name\": \"eyJwYXJ0aXRpb25JZCI6IjYyZDVlYWVhLTk2NDMtNDAzYS1iNzg5LThmMjViOWNiNGUzYSIsIndvcmtmbG93SWQiOiJkYTlmMmQ4Zi0wZTc0LTQ0YjEtOTU1Mi0yNzgzZjAwZWEyNTciLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiY2RkNWU0ZTUtNThkMS00YjA5LWFiYTItNTA1ZGY3N2JmYjFkIn0=\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2020-06-23T06:30:51.8655741Z\",\r\n \"endTime\": \"2020-06-23T06:30:57.392466Z\",\r\n \"properties\": {}\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps601/providers/Microsoft.StorageSync/storageSyncServices?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNjAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZVN5bmMvc3RvcmFnZVN5bmNTZXJ2aWNlcz9hcGktdmVyc2lvbj0yMDE5LTAzLTAx", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6IjYyZDVlYWVhLTk2NDMtNDAzYS1iNzg5LThmMjViOWNiNGUzYSIsIndvcmtmbG93SWQiOiJkYTlmMmQ4Zi0wZTc0LTQ0YjEtOTU1Mi0yNzgzZjAwZWEyNTciLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiY2RkNWU0ZTUtNThkMS00YjA5LWFiYTItNTA1ZGY3N2JmYjFkIn0=?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvbG9jYXRpb25zL2NlbnRyYWx1c2V1YXAvb3BlcmF0aW9ucmVzdWx0cy9leUp3WVhKMGFYUnBiMjVKWkNJNklqWXlaRFZsWVdWaExUazJORE10TkRBellTMWlOemc1TFRobU1qVmlPV05pTkdVellTSXNJbmR2Y210bWJHOTNTV1FpT2lKa1lUbG1NbVE0Wmkwd1pUYzBMVFEwWWpFdE9UVTFNaTB5TnpnelpqQXdaV0V5TlRjaUxDSjNiM0pyWm14dmQwOXdaWEpoZEdsdmJrbGtJam9pWTJSa05XVTBaVFV0TlRoa01TMDBZakE1TFdGaVlUSXROVEExWkdZM04ySm1ZakZrSW4wPT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-request-id": [ + "a8716e7f-8009-4bd8-9768-e7989df3d740" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-IIS/10.0" + ], + "X-AspNet-Version": [ + "4.0.30319" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11995" + ], + "x-ms-correlation-request-id": [ + "02c0f348-ba0d-4b26-8b6a-2c7a348823a2" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200623T063102Z:02c0f348-ba0d-4b26-8b6a-2c7a348823a2" + ], + "Date": [ + "Tue, 23 Jun 2020 06:31:01 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps6735/providers/Microsoft.StorageSync/storageSyncServices?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzNjczNS9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXM/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "f9f07483-3616-44de-91a8-642fb81216ef" + "f19170cc-a724-4f75-b794-060612e9916f" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -498,16 +762,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11998" + "11994" ], "x-ms-request-id": [ - "5c8b2e76-8d71-4864-b49e-af34bd9f1ad5" + "11151c44-070e-429a-a7fd-d727d53bb105" ], "x-ms-correlation-request-id": [ - "5c8b2e76-8d71-4864-b49e-af34bd9f1ad5" + "11151c44-070e-429a-a7fd-d727d53bb105" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T183515Z:5c8b2e76-8d71-4864-b49e-af34bd9f1ad5" + "WESTUS:20200623T063102Z:11151c44-070e-429a-a7fd-d727d53bb105" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -516,7 +780,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 18:35:15 GMT" + "Tue, 23 Jun 2020 06:31:01 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -532,22 +796,22 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourcegroups/ps601?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlZ3JvdXBzL3BzNjAxP2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourcegroups/ps6735?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlZ3JvdXBzL3BzNjczNT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "10909312-731a-4e69-a2e6-41cbea67e55f" + "2bb5394e-521d-434b-a3ce-3951c82105fe" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -558,7 +822,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzYwMS1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2016-09-01" + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzY3MzUtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" ], "Retry-After": [ "15" @@ -567,13 +831,13 @@ "14998" ], "x-ms-request-id": [ - "78ca2cf5-7767-4bc5-ab02-c0f1ce433ec6" + "04250a6b-9d7a-4426-abfb-64ca846e70e1" ], "x-ms-correlation-request-id": [ - "78ca2cf5-7767-4bc5-ab02-c0f1ce433ec6" + "04250a6b-9d7a-4426-abfb-64ca846e70e1" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T183516Z:78ca2cf5-7767-4bc5-ab02-c0f1ce433ec6" + "WESTUS:20200623T063102Z:04250a6b-9d7a-4426-abfb-64ca846e70e1" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -582,7 +846,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 18:35:16 GMT" + "Tue, 23 Jun 2020 06:31:01 GMT" ], "Expires": [ "-1" @@ -595,16 +859,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzYwMS1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpZd01TMVhSVk5VVlZNaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5kbGMzUjFjeUo5P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzY3MzUtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpZM016VXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -615,22 +879,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzYwMS1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2016-09-01" + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzY3MzUtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11997" + "11993" ], "x-ms-request-id": [ - "0db7f71d-f726-4b5a-b8ec-47c89be8ea6b" + "e1c38959-d7f8-4874-844e-3ecbd19e45c5" ], "x-ms-correlation-request-id": [ - "0db7f71d-f726-4b5a-b8ec-47c89be8ea6b" + "e1c38959-d7f8-4874-844e-3ecbd19e45c5" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T183531Z:0db7f71d-f726-4b5a-b8ec-47c89be8ea6b" + "WESTUS:20200623T063117Z:e1c38959-d7f8-4874-844e-3ecbd19e45c5" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -639,7 +903,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 18:35:31 GMT" + "Tue, 23 Jun 2020 06:31:16 GMT" ], "Expires": [ "-1" @@ -652,16 +916,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzYwMS1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpZd01TMVhSVk5VVlZNaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5kbGMzUjFjeUo5P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzY3MzUtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpZM016VXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -672,22 +936,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzYwMS1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2016-09-01" + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzY3MzUtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11996" + "11992" ], "x-ms-request-id": [ - "e5e53b2f-a5f2-49b3-8f3d-ea5e2b7bd441" + "f7038436-b20e-4b28-a15b-1c0ca68e144f" ], "x-ms-correlation-request-id": [ - "e5e53b2f-a5f2-49b3-8f3d-ea5e2b7bd441" + "f7038436-b20e-4b28-a15b-1c0ca68e144f" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T183546Z:e5e53b2f-a5f2-49b3-8f3d-ea5e2b7bd441" + "WESTUS:20200623T063132Z:f7038436-b20e-4b28-a15b-1c0ca68e144f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -696,7 +960,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 18:35:46 GMT" + "Tue, 23 Jun 2020 06:31:31 GMT" ], "Expires": [ "-1" @@ -709,16 +973,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzYwMS1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpZd01TMVhSVk5VVlZNaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5kbGMzUjFjeUo5P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzY3MzUtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpZM016VXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -729,16 +993,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11995" + "11991" ], "x-ms-request-id": [ - "557ad19b-cc28-4096-aac7-3b34f364663a" + "a063bae3-516a-4d45-a9a4-1c6616693a03" ], "x-ms-correlation-request-id": [ - "557ad19b-cc28-4096-aac7-3b34f364663a" + "a063bae3-516a-4d45-a9a4-1c6616693a03" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T183602Z:557ad19b-cc28-4096-aac7-3b34f364663a" + "WESTUS:20200623T063147Z:a063bae3-516a-4d45-a9a4-1c6616693a03" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -747,7 +1011,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 18:36:01 GMT" + "Tue, 23 Jun 2020 06:31:46 GMT" ], "Expires": [ "-1" @@ -760,16 +1024,16 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzYwMS1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpZd01TMVhSVk5VVlZNaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5kbGMzUjFjeUo5P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzY3MzUtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpZM016VXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -780,16 +1044,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11994" + "11990" ], "x-ms-request-id": [ - "44e2d22e-207d-4ca3-887f-e9669ec03b38" + "d4414ebe-1783-4b2d-9587-8e84ad676abd" ], "x-ms-correlation-request-id": [ - "44e2d22e-207d-4ca3-887f-e9669ec03b38" + "d4414ebe-1783-4b2d-9587-8e84ad676abd" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T183602Z:44e2d22e-207d-4ca3-887f-e9669ec03b38" + "WESTUS:20200623T063147Z:d4414ebe-1783-4b2d-9587-8e84ad676abd" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -798,7 +1062,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 18:36:01 GMT" + "Tue, 23 Jun 2020 06:31:46 GMT" ], "Expires": [ "-1" @@ -813,13 +1077,13 @@ ], "Names": { "Test-GetStorageSyncService": [ - "ps601", - "ps7696" + "ps6735", + "ps3581" ] }, "Variables": { - "SubscriptionId": "7b96cb02-4663-40f4-9a89-603d3849e46a", - "TenantId": "0483643a-cb2f-462a-bc27-1a270e5bdc0a", + "SubscriptionId": "1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b", + "TenantId": "6ad91d65-65ab-4e14-90f7-fe951035b7c9", "Domain": "" } } \ No newline at end of file diff --git a/src/StorageSync/StorageSync.Test/SessionRecords/StorageSyncTests.StorageSyncServiceTests/TestGetStorageSyncServices.json b/src/StorageSync/StorageSync.Test/SessionRecords/StorageSyncTests.StorageSyncServiceTests/TestGetStorageSyncServices.json index e57fa01ae32d..a79d22fbb72f 100644 --- a/src/StorageSync/StorageSync.Test/SessionRecords/StorageSyncTests.StorageSyncServiceTests/TestGetStorageSyncServices.json +++ b/src/StorageSync/StorageSync.Test/SessionRecords/StorageSyncTests.StorageSyncServiceTests/TestGetStorageSyncServices.json @@ -1,22 +1,22 @@ { "Entries": [ { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/providers/Microsoft.Resources?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVzb3VyY2VzP2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/Microsoft.Resources?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVzb3VyY2VzP2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "778cc199-4645-4c3f-bc0b-2d79a463f37e" + "ff9c4bfb-2009-4d34-98e7-32e7946d024f" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -30,13 +30,13 @@ "11999" ], "x-ms-request-id": [ - "1b584bd6-3b34-4e13-a2b5-c9b3a465f8d9" + "03608512-d4b7-4b3c-9122-dec41333fb4e" ], "x-ms-correlation-request-id": [ - "1b584bd6-3b34-4e13-a2b5-c9b3a465f8d9" + "03608512-d4b7-4b3c-9122-dec41333fb4e" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T183605Z:1b584bd6-3b34-4e13-a2b5-c9b3a465f8d9" + "WESTUS:20200623T063153Z:03608512-d4b7-4b3c-9122-dec41333fb4e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -45,7 +45,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 18:36:04 GMT" + "Tue, 23 Jun 2020 06:31:52 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -54,29 +54,29 @@ "-1" ], "Content-Length": [ - "8818" + "10899" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/providers/Microsoft.Resources\",\r\n \"namespace\": \"Microsoft.Resources\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"tenants\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operationresults\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"notifyResourceJobs\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"tags\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkPolicyCompliance\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"providers\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkresourcename\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resources\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/resources\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/providers\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/operationresults\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceGroups\",\r\n \"locations\": [\r\n \"Central US\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"West Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia Southeast\",\r\n \"Australia East\",\r\n \"West India\",\r\n \"South India\",\r\n \"Central India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/resourceGroups\",\r\n \"locations\": [\r\n \"Central US\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"West Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia Southeast\",\r\n \"Australia East\",\r\n \"West India\",\r\n \"South India\",\r\n \"Central India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/resourcegroups/resources\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/tagnames\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/tagNames/tagValues\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"deployments\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"deployments/operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"links\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-01-01\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/Microsoft.Resources\",\r\n \"namespace\": \"Microsoft.Resources\",\r\n \"authorization\": {\r\n \"applicationId\": \"3b990c8b-9607-4c2a-8b04-1d41985facca\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"tenants\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-01-01\",\r\n \"2019-09-01\",\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-09-01\",\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operationresults\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-09-01\",\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"notifyResourceJobs\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-09-01\",\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"tags\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-10-01\",\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\"\r\n ],\r\n \"capabilities\": \"SupportsExtension\"\r\n },\r\n {\r\n \"resourceType\": \"checkPolicyCompliance\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"providers\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkresourcename\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"calculateTemplateHash\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-09-01\",\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resources\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-09-01\",\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-10-01\",\r\n \"2019-09-01\",\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/resources\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-09-01\",\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/providers\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/operationresults\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceGroups\",\r\n \"locations\": [\r\n \"Central US\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"West Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia Southeast\",\r\n \"Australia East\",\r\n \"West India\",\r\n \"South India\",\r\n \"Central India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Australia Central\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/resourceGroups\",\r\n \"locations\": [\r\n \"Central US\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"West Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia Southeast\",\r\n \"Australia East\",\r\n \"West India\",\r\n \"South India\",\r\n \"Central India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Australia Central\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/resourcegroups/resources\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/tagnames\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/tagNames/tagValues\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"deployments\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-09-01\",\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"deployments/operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-09-01\",\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"links\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ],\r\n \"capabilities\": \"SupportsExtension\"\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-01-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"deploymentScripts\",\r\n \"locations\": [\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Australia East\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"Central US\",\r\n \"North Central US\",\r\n \"UK South\",\r\n \"Central India\",\r\n \"South India\",\r\n \"Japan East\",\r\n \"Korea Central\",\r\n \"North Europe\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West US 2\",\r\n \"West US\",\r\n \"South Central US\",\r\n \"Canada East\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-10-01-preview\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"deploymentScripts/logs\",\r\n \"locations\": [\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Australia East\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"Central US\",\r\n \"North Central US\",\r\n \"UK South\",\r\n \"Central India\",\r\n \"South India\",\r\n \"Japan East\",\r\n \"Korea Central\",\r\n \"North Europe\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West US 2\",\r\n \"West US\",\r\n \"South Central US\",\r\n \"Canada East\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/deploymentScriptOperationResults\",\r\n \"locations\": [\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Australia East\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"Central US\",\r\n \"North Central US\",\r\n \"UK South\",\r\n \"Central India\",\r\n \"South India\",\r\n \"Japan East\",\r\n \"Korea Central\",\r\n \"North Europe\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West US 2\",\r\n \"West US\",\r\n \"South Central US\",\r\n \"Canada East\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-10-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/providers/Microsoft.StorageSync?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZVN5bmM/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/Microsoft.StorageSync?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZVN5bmM/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "0cc69187-02f8-4f5a-9e0d-c1af69d1f14a" + "dad727f8-0826-4710-9510-f73f071fd9f9" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -90,13 +90,13 @@ "11998" ], "x-ms-request-id": [ - "cbd12f14-099e-4f87-8122-db5fe9a08761" + "a8d20f85-e2c0-459e-ac2e-8edb4bbda8bd" ], "x-ms-correlation-request-id": [ - "cbd12f14-099e-4f87-8122-db5fe9a08761" + "a8d20f85-e2c0-459e-ac2e-8edb4bbda8bd" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T183605Z:cbd12f14-099e-4f87-8122-db5fe9a08761" + "WESTUS:20200623T063153Z:a8d20f85-e2c0-459e-ac2e-8edb4bbda8bd" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -105,7 +105,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 18:36:04 GMT" + "Tue, 23 Jun 2020 06:31:52 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -114,29 +114,29 @@ "-1" ], "Content-Length": [ - "5239" + "7645" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/providers/Microsoft.StorageSync\",\r\n \"namespace\": \"Microsoft.StorageSync\",\r\n \"authorizations\": [\r\n {\r\n \"applicationId\": \"9469b9f5-6722-4481-a2b2-14ed560b706f\"\r\n }\r\n ],\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageSyncServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"Central US EUAP\",\r\n \"West US 2\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\",\r\n \"2018-01-01-preview\",\r\n \"2017-06-05-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"storageSyncServices/syncGroups\",\r\n \"locations\": [\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"Central US EUAP\",\r\n \"West US 2\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\",\r\n \"2018-01-01-preview\",\r\n \"2017-06-05-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageSyncServices/syncGroups/cloudEndpoints\",\r\n \"locations\": [\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"Central US EUAP\",\r\n \"West US 2\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\",\r\n \"2018-01-01-preview\",\r\n \"2017-06-05-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageSyncServices/syncGroups/serverEndpoints\",\r\n \"locations\": [\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"Central US EUAP\",\r\n \"West US 2\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\",\r\n \"2018-01-01-preview\",\r\n \"2017-06-05-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageSyncServices/registeredServers\",\r\n \"locations\": [\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"Central US EUAP\",\r\n \"West US 2\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\",\r\n \"2018-01-01-preview\",\r\n \"2017-06-05-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageSyncServices/workflows\",\r\n \"locations\": [\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"Central US EUAP\",\r\n \"West US 2\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\",\r\n \"2018-01-01-preview\",\r\n \"2017-06-05-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\",\r\n \"2018-01-01-preview\",\r\n \"2017-06-05-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/checkNameAvailability\",\r\n \"locations\": [\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/workflows\",\r\n \"locations\": [\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/Microsoft.StorageSync\",\r\n \"namespace\": \"Microsoft.StorageSync\",\r\n \"authorizations\": [\r\n {\r\n \"applicationId\": \"9469b9f5-6722-4481-a2b2-14ed560b706f\",\r\n \"roleDefinitionId\": \"4cd49d82-1f4d-43fc-af0c-1c1203668e5a\"\r\n }\r\n ],\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageSyncServices\",\r\n \"locations\": [\r\n \"West Central US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"West US 2\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"UAE North\",\r\n \"UAE Central\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2019-10-01\",\r\n \"2019-06-01\",\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\",\r\n \"2018-01-01-preview\",\r\n \"2017-06-05-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"storageSyncServices/syncGroups\",\r\n \"locations\": [\r\n \"West Central US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"West US 2\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"UAE North\",\r\n \"UAE Central\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2019-10-01\",\r\n \"2019-06-01\",\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\",\r\n \"2018-01-01-preview\",\r\n \"2017-06-05-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageSyncServices/syncGroups/cloudEndpoints\",\r\n \"locations\": [\r\n \"West Central US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"West US 2\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"UAE North\",\r\n \"UAE Central\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2019-10-01\",\r\n \"2019-06-01\",\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\",\r\n \"2018-01-01-preview\",\r\n \"2017-06-05-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageSyncServices/syncGroups/serverEndpoints\",\r\n \"locations\": [\r\n \"West Central US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"West US 2\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"UAE North\",\r\n \"UAE Central\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2019-10-01\",\r\n \"2019-06-01\",\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\",\r\n \"2018-01-01-preview\",\r\n \"2017-06-05-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageSyncServices/registeredServers\",\r\n \"locations\": [\r\n \"West Central US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"West US 2\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"UAE North\",\r\n \"UAE Central\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2019-10-01\",\r\n \"2019-06-01\",\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\",\r\n \"2018-01-01-preview\",\r\n \"2017-06-05-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageSyncServices/workflows\",\r\n \"locations\": [\r\n \"West Central US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"West US 2\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"UAE North\",\r\n \"UAE Central\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2019-10-01\",\r\n \"2019-06-01\",\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\",\r\n \"2018-01-01-preview\",\r\n \"2017-06-05-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2019-10-01\",\r\n \"2019-06-01\",\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\",\r\n \"2018-01-01-preview\",\r\n \"2017-06-05-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2019-10-01\",\r\n \"2019-06-01\",\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/checkNameAvailability\",\r\n \"locations\": [\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"UAE North\",\r\n \"UAE Central\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2019-10-01\",\r\n \"2019-06-01\",\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/workflows\",\r\n \"locations\": [\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"UAE North\",\r\n \"UAE Central\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2019-10-01\",\r\n \"2019-06-01\",\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operations\",\r\n \"locations\": [\r\n \"West Central US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"West US 2\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"UAE North\",\r\n \"UAE Central\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operationResults\",\r\n \"locations\": [\r\n \"West Central US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"West US 2\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"UAE North\",\r\n \"UAE Central\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourcegroups/ps2986?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlZ3JvdXBzL3BzMjk4Nj9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourcegroups/ps5294?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlZ3JvdXBzL3BzNTI5ND9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "f99da5b3-2105-48ba-abf9-24f092132dc5" + "c8dd72c0-75a5-4995-a797-bcec6784fb55" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ], "Content-Type": [ "application/json; charset=utf-8" @@ -156,13 +156,13 @@ "1199" ], "x-ms-request-id": [ - "5455763b-dfa0-4b6f-9993-56aa209beaf1" + "bdd63ca7-0d55-4891-ab7b-9c647f1abfcd" ], "x-ms-correlation-request-id": [ - "5455763b-dfa0-4b6f-9993-56aa209beaf1" + "bdd63ca7-0d55-4891-ab7b-9c647f1abfcd" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T183606Z:5455763b-dfa0-4b6f-9993-56aa209beaf1" + "WESTUS:20200623T063153Z:bdd63ca7-0d55-4891-ab7b-9c647f1abfcd" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -171,7 +171,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 18:36:05 GMT" + "Tue, 23 Jun 2020 06:31:52 GMT" ], "Content-Length": [ "165" @@ -183,26 +183,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps2986\",\r\n \"name\": \"ps2986\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps5294\",\r\n \"name\": \"ps5294\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/providers/Microsoft.StorageSync/locations/CentralUSEUAP/checkNameAvailability?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZVN5bmMvbG9jYXRpb25zL0NlbnRyYWxVU0VVQVAvY2hlY2tOYW1lQXZhaWxhYmlsaXR5P2FwaS12ZXJzaW9uPTIwMTktMDMtMDE=", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/Microsoft.StorageSync/locations/CentralUSEUAP/checkNameAvailability?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZVN5bmMvbG9jYXRpb25zL0NlbnRyYWxVU0VVQVAvY2hlY2tOYW1lQXZhaWxhYmlsaXR5P2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", "RequestMethod": "POST", - "RequestBody": "{\r\n \"name\": \"sssps4287\",\r\n \"type\": \"Microsoft.StorageSync/storageSyncServices\"\r\n}", + "RequestBody": "{\r\n \"name\": \"sssps7703\",\r\n \"type\": \"Microsoft.StorageSync/storageSyncServices\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "e88e7294-5344-4cf2-a4d2-029016af6980" + "f00b7fa7-b3be-4521-8b2f-a2cb3813b7d4" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -219,7 +219,7 @@ "no-cache" ], "x-ms-request-id": [ - "6ad42d84-dfab-4bdd-93e0-39bc11208db6" + "c6c36b59-c76d-464a-9453-4714550c3698" ], "X-Content-Type-Options": [ "nosniff" @@ -240,50 +240,50 @@ "1199" ], "x-ms-correlation-request-id": [ - "68805cd1-25d8-4313-a8ac-807e3a561d89" + "080c4add-99bd-4f65-94fa-12adf933c955" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T183607Z:68805cd1-25d8-4313-a8ac-807e3a561d89" + "WESTUS:20200623T063154Z:080c4add-99bd-4f65-94fa-12adf933c955" ], "Date": [ - "Wed, 03 Jul 2019 18:36:06 GMT" + "Tue, 23 Jun 2020 06:31:54 GMT" ], "Content-Length": [ - "51" + "29" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"nameAvailable\": true,\r\n \"reason\": null,\r\n \"message\": null\r\n}", + "ResponseBody": "{\r\n \"nameAvailable\": true\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps2986/providers/Microsoft.StorageSync/storageSyncServices/sssps4287?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzMjk4Ni9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM0Mjg3P2FwaS12ZXJzaW9uPTIwMTktMDMtMDE=", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps5294/providers/Microsoft.StorageSync/storageSyncServices/sssps7703?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzNTI5NC9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM3NzAzP2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"location\": \"Central US EUAP\",\r\n \"tags\": {}\r\n}", + "RequestBody": "{\r\n \"location\": \"Central US EUAP\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"incomingTrafficPolicy\": \"AllowAllTraffic\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "4dea96d7-a5f4-49a4-98e4-24e14e4bdc00" + "4ed54b77-cb4f-4d42-b4eb-53a0bec9e4b8" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "52" + "125" ] }, "ResponseHeaders": { @@ -293,8 +293,17 @@ "Pragma": [ "no-cache" ], + "Location": [ + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6IjRlMGVmNmZkLTE2ZjEtNDViZi1hNjI1LTI1M2RlMWE0MWI0ZCIsIndvcmtmbG93SWQiOiJjYTBlMDM0ZS03NTNiLTRiN2ItYjZlYS1jMjBiZmU2ZjI5NTYiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiNDFkMjlmNjQtOTY4OS00NDNjLWIzMTUtYTFhZDhkZGQ3NDU0In0=?api-version=2020-03-01" + ], + "Retry-After": [ + "10" + ], + "Azure-AsyncOperation": [ + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6IjRlMGVmNmZkLTE2ZjEtNDViZi1hNjI1LTI1M2RlMWE0MWI0ZCIsIndvcmtmbG93SWQiOiJjYTBlMDM0ZS03NTNiLTRiN2ItYjZlYS1jMjBiZmU2ZjI5NTYiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiNDFkMjlmNjQtOTY4OS00NDNjLWIzMTUtYTFhZDhkZGQ3NDU0In0=?api-version=2020-03-01" + ], "x-ms-request-id": [ - "90012028-3e70-4264-ac13-e6868bb6714d" + "14934dc9-f309-48a8-bb9e-5a6bf2147bfb" ], "X-Content-Type-Options": [ "nosniff" @@ -315,44 +324,167 @@ "1199" ], "x-ms-correlation-request-id": [ - "6fb51026-f6e3-4184-b42b-9f7ed765d2dc" + "50191df5-5aa2-4d13-aa59-ea28eeb3bd70" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T183607Z:6fb51026-f6e3-4184-b42b-9f7ed765d2dc" + "WESTUS:20200623T063154Z:50191df5-5aa2-4d13-aa59-ea28eeb3bd70" ], "Date": [ - "Wed, 03 Jul 2019 18:36:07 GMT" + "Tue, 23 Jun 2020 06:31:54 GMT" + ], + "Expires": [ + "-1" ], "Content-Length": [ - "329" + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6IjRlMGVmNmZkLTE2ZjEtNDViZi1hNjI1LTI1M2RlMWE0MWI0ZCIsIndvcmtmbG93SWQiOiJjYTBlMDM0ZS03NTNiLTRiN2ItYjZlYS1jMjBiZmU2ZjI5NTYiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiNDFkMjlmNjQtOTY4OS00NDNjLWIzMTUtYTFhZDhkZGQ3NDU0In0=?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvbG9jYXRpb25zL2NlbnRyYWx1c2V1YXAvb3BlcmF0aW9ucy9leUp3WVhKMGFYUnBiMjVKWkNJNklqUmxNR1ZtTm1aa0xURTJaakV0TkRWaVppMWhOakkxTFRJMU0yUmxNV0UwTVdJMFpDSXNJbmR2Y210bWJHOTNTV1FpT2lKallUQmxNRE0wWlMwM05UTmlMVFJpTjJJdFlqWmxZUzFqTWpCaVptVTJaakk1TlRZaUxDSjNiM0pyWm14dmQwOXdaWEpoZEdsdmJrbGtJam9pTkRGa01qbG1OalF0T1RZNE9TMDBORE5qTFdJek1UVXRZVEZoWkRoa1pHUTNORFUwSW4wPT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-request-id": [ + "9d2ce362-124a-4323-b1e3-3b80dba2b11d" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-IIS/10.0" + ], + "X-AspNet-Version": [ + "4.0.30319" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11999" + ], + "x-ms-correlation-request-id": [ + "6b3d00df-0e3e-4d33-a0d1-374b34587b58" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200623T063204Z:6b3d00df-0e3e-4d33-a0d1-374b34587b58" + ], + "Date": [ + "Tue, 23 Jun 2020 06:32:04 GMT" + ], + "Content-Length": [ + "745" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"storageSyncServiceStatus\": null,\r\n \"storageSyncServiceUid\": null\r\n },\r\n \"location\": \"Central US EUAP\",\r\n \"tags\": {},\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps2986/providers/microsoft.storagesync/storageSyncServices/sssps4287\",\r\n \"name\": \"sssps4287\",\r\n \"type\": \"microsoft.storagesync/storageSyncServices\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6IjRlMGVmNmZkLTE2ZjEtNDViZi1hNjI1LTI1M2RlMWE0MWI0ZCIsIndvcmtmbG93SWQiOiJjYTBlMDM0ZS03NTNiLTRiN2ItYjZlYS1jMjBiZmU2ZjI5NTYiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiNDFkMjlmNjQtOTY4OS00NDNjLWIzMTUtYTFhZDhkZGQ3NDU0In0=\",\r\n \"name\": \"eyJwYXJ0aXRpb25JZCI6IjRlMGVmNmZkLTE2ZjEtNDViZi1hNjI1LTI1M2RlMWE0MWI0ZCIsIndvcmtmbG93SWQiOiJjYTBlMDM0ZS03NTNiLTRiN2ItYjZlYS1jMjBiZmU2ZjI5NTYiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiNDFkMjlmNjQtOTY4OS00NDNjLWIzMTUtYTFhZDhkZGQ3NDU0In0=\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2020-06-23T06:31:54.9489126Z\",\r\n \"endTime\": \"2020-06-23T06:32:01.4240283Z\",\r\n \"properties\": {}\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps2986/providers/Microsoft.StorageSync/storageSyncServices?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzMjk4Ni9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXM/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps5294/providers/Microsoft.StorageSync/storageSyncServices/sssps7703?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzNTI5NC9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM3NzAzP2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-request-id": [ + "9329f4e4-c6e8-41f1-9b40-d59054454cdf" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-IIS/10.0" + ], + "X-AspNet-Version": [ + "4.0.30319" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11998" + ], + "x-ms-correlation-request-id": [ + "18c79f6f-0ae8-461e-8a0d-4e2b1d4cdece" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200623T063205Z:18c79f6f-0ae8-461e-8a0d-4e2b1d4cdece" + ], + "Date": [ + "Tue, 23 Jun 2020 06:32:05 GMT" + ], + "Content-Length": [ + "633" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"properties\": {\r\n \"storageSyncServiceStatus\": 0,\r\n \"incomingTrafficPolicy\": \"AllowAllTraffic\",\r\n \"privateEndpointConnections\": [],\r\n \"provisioningState\": \"Succeeded\",\r\n \"lastWorkflowId\": \"storageSyncServices/sssps7703/workflows/ca0e034e-753b-4b7b-b6ea-c20bfe6f2956\",\r\n \"lastOperationName\": \"ICreateStorageSyncServiceWorkflow\"\r\n },\r\n \"location\": \"Central US EUAP\",\r\n \"tags\": {},\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps5294/providers/microsoft.storagesync/storageSyncServices/sssps7703\",\r\n \"name\": \"sssps7703\",\r\n \"type\": \"microsoft.storagesync/storageSyncServices\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps5294/providers/Microsoft.StorageSync/storageSyncServices?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzNTI5NC9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXM/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "f942aefb-059f-4d5d-a669-7b44c9803d95" + "dc8104ee-a8e0-490b-8ce1-6587255ecd91" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -363,7 +495,7 @@ "no-cache" ], "x-ms-request-id": [ - "3acdaaaf-2b0e-453f-b2d7-4b0a96c8e46a" + "741136b6-dba8-4d02-b909-c088d1d4dd1a" ], "X-Content-Type-Options": [ "nosniff" @@ -381,47 +513,47 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11999" + "11997" ], "x-ms-correlation-request-id": [ - "50876cc0-af63-455b-a6f6-b44647f0d8eb" + "cdeddb41-507e-4424-b51f-d877796dc617" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T183608Z:50876cc0-af63-455b-a6f6-b44647f0d8eb" + "WESTUS:20200623T063205Z:cdeddb41-507e-4424-b51f-d877796dc617" ], "Date": [ - "Wed, 03 Jul 2019 18:36:07 GMT" + "Tue, 23 Jun 2020 06:32:05 GMT" ], "Content-Length": [ - "340" + "718" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"properties\": {\r\n \"storageSyncServiceStatus\": \"0\",\r\n \"storageSyncServiceUid\": null\r\n },\r\n \"location\": \"Central US EUAP\",\r\n \"tags\": {},\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps2986/providers/microsoft.storagesync/storageSyncServices/sssps4287\",\r\n \"name\": \"sssps4287\",\r\n \"type\": \"microsoft.storagesync/storageSyncServices\"\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"properties\": {\r\n \"storageSyncServiceStatus\": 0,\r\n \"incomingTrafficPolicy\": \"AllowAllTraffic\",\r\n \"privateEndpointConnections\": [],\r\n \"provisioningState\": \"Succeeded\",\r\n \"lastWorkflowId\": \"storageSyncServices/sssps7703/workflows/ca0e034e-753b-4b7b-b6ea-c20bfe6f2956\",\r\n \"lastOperationName\": \"ICreateStorageSyncServiceWorkflow\"\r\n },\r\n \"location\": \"Central US EUAP\",\r\n \"tags\": {},\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps5294/providers/microsoft.storagesync/storageSyncServices/sssps7703\",\r\n \"name\": \"sssps7703\",\r\n \"type\": \"microsoft.storagesync/storageSyncServices\"\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps2986/providers/Microsoft.StorageSync/storageSyncServices?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzMjk4Ni9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXM/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps5294/providers/Microsoft.StorageSync/storageSyncServices?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzNTI5NC9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXM/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "5c7b6333-7e1f-4e3f-a9f5-56cc0b048029" + "e5e2952a-a7ab-4f55-8d79-3e355c28f660" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -431,57 +563,66 @@ "Pragma": [ "no-cache" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11998" - ], "x-ms-request-id": [ - "a83eac62-741f-4722-8ab2-e721a9ec2356" - ], - "x-ms-correlation-request-id": [ - "a83eac62-741f-4722-8ab2-e721a9ec2356" + "83d4e61f-a1b9-49f9-a06c-a020f88dfa85" ], - "x-ms-routing-request-id": [ - "WESTUS:20190703T183609Z:a83eac62-741f-4722-8ab2-e721a9ec2356" + "X-Content-Type-Options": [ + "nosniff" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Content-Type-Options": [ - "nosniff" + "Server": [ + "Microsoft-IIS/10.0" + ], + "X-AspNet-Version": [ + "4.0.30319" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11994" + ], + "x-ms-correlation-request-id": [ + "8ca025f5-b064-4112-a020-d0e305dc84dd" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200623T063216Z:8ca025f5-b064-4112-a020-d0e305dc84dd" ], "Date": [ - "Wed, 03 Jul 2019 18:36:08 GMT" + "Tue, 23 Jun 2020 06:32:16 GMT" + ], + "Content-Length": [ + "19" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" - ], - "Content-Length": [ - "12" ] }, "ResponseBody": "{\r\n \"value\": []\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps2986/providers/Microsoft.StorageSync/storageSyncServices/sssps4287?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzMjk4Ni9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM0Mjg3P2FwaS12ZXJzaW9uPTIwMTktMDMtMDE=", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps5294/providers/Microsoft.StorageSync/storageSyncServices/sssps7703?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzNTI5NC9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM3NzAzP2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "d2751105-1654-4d0c-a57b-8d644794c327" + "bb7c33e7-8ed0-467d-86a2-1a8c2a4df3b2" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -491,8 +632,17 @@ "Pragma": [ "no-cache" ], + "Location": [ + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6IjRlMGVmNmZkLTE2ZjEtNDViZi1hNjI1LTI1M2RlMWE0MWI0ZCIsIndvcmtmbG93SWQiOiJjNzlkZWZhMi0xY2QxLTRmODItYWU0YS1iYWVmYWNlYTBiNDIiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiYWRlNWJhMjMtOTNiYS00YjZlLTlkNGUtMmY1MTdmYjdjYzlhIn0=?api-version=2020-03-01" + ], + "Retry-After": [ + "10" + ], + "Azure-AsyncOperation": [ + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6IjRlMGVmNmZkLTE2ZjEtNDViZi1hNjI1LTI1M2RlMWE0MWI0ZCIsIndvcmtmbG93SWQiOiJjNzlkZWZhMi0xY2QxLTRmODItYWU0YS1iYWVmYWNlYTBiNDIiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiYWRlNWJhMjMtOTNiYS00YjZlLTlkNGUtMmY1MTdmYjdjYzlhIn0=?api-version=2020-03-01" + ], "x-ms-request-id": [ - "9300b5b8-16d5-42c3-a92b-55d6bd533cf0" + "cce18a8e-2eb8-41cf-b373-10717c3e9dad" ], "X-Content-Type-Options": [ "nosniff" @@ -513,13 +663,136 @@ "14999" ], "x-ms-correlation-request-id": [ - "05c36dd4-01cc-43aa-b95a-12cb3ea4c9d7" + "963d714d-cd51-455f-8eff-55aff18e8989" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T183608Z:05c36dd4-01cc-43aa-b95a-12cb3ea4c9d7" + "WESTUS:20200623T063205Z:963d714d-cd51-455f-8eff-55aff18e8989" ], "Date": [ - "Wed, 03 Jul 2019 18:36:08 GMT" + "Tue, 23 Jun 2020 06:32:05 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6IjRlMGVmNmZkLTE2ZjEtNDViZi1hNjI1LTI1M2RlMWE0MWI0ZCIsIndvcmtmbG93SWQiOiJjNzlkZWZhMi0xY2QxLTRmODItYWU0YS1iYWVmYWNlYTBiNDIiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiYWRlNWJhMjMtOTNiYS00YjZlLTlkNGUtMmY1MTdmYjdjYzlhIn0=?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvbG9jYXRpb25zL2NlbnRyYWx1c2V1YXAvb3BlcmF0aW9ucy9leUp3WVhKMGFYUnBiMjVKWkNJNklqUmxNR1ZtTm1aa0xURTJaakV0TkRWaVppMWhOakkxTFRJMU0yUmxNV0UwTVdJMFpDSXNJbmR2Y210bWJHOTNTV1FpT2lKak56bGtaV1poTWkweFkyUXhMVFJtT0RJdFlXVTBZUzFpWVdWbVlXTmxZVEJpTkRJaUxDSjNiM0pyWm14dmQwOXdaWEpoZEdsdmJrbGtJam9pWVdSbE5XSmhNak10T1ROaVlTMDBZalpsTFRsa05HVXRNbVkxTVRkbVlqZGpZemxoSW4wPT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-request-id": [ + "759f975f-9431-44a6-b9e1-4c481d3919dc" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-IIS/10.0" + ], + "X-AspNet-Version": [ + "4.0.30319" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11996" + ], + "x-ms-correlation-request-id": [ + "6eace11d-f3c6-4971-a3e5-b0c4158aae3e" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200623T063216Z:6eace11d-f3c6-4971-a3e5-b0c4158aae3e" + ], + "Date": [ + "Tue, 23 Jun 2020 06:32:15 GMT" + ], + "Content-Length": [ + "745" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6IjRlMGVmNmZkLTE2ZjEtNDViZi1hNjI1LTI1M2RlMWE0MWI0ZCIsIndvcmtmbG93SWQiOiJjNzlkZWZhMi0xY2QxLTRmODItYWU0YS1iYWVmYWNlYTBiNDIiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiYWRlNWJhMjMtOTNiYS00YjZlLTlkNGUtMmY1MTdmYjdjYzlhIn0=\",\r\n \"name\": \"eyJwYXJ0aXRpb25JZCI6IjRlMGVmNmZkLTE2ZjEtNDViZi1hNjI1LTI1M2RlMWE0MWI0ZCIsIndvcmtmbG93SWQiOiJjNzlkZWZhMi0xY2QxLTRmODItYWU0YS1iYWVmYWNlYTBiNDIiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiYWRlNWJhMjMtOTNiYS00YjZlLTlkNGUtMmY1MTdmYjdjYzlhIn0=\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2020-06-23T06:32:06.5141834Z\",\r\n \"endTime\": \"2020-06-23T06:32:12.3630083Z\",\r\n \"properties\": {}\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6IjRlMGVmNmZkLTE2ZjEtNDViZi1hNjI1LTI1M2RlMWE0MWI0ZCIsIndvcmtmbG93SWQiOiJjNzlkZWZhMi0xY2QxLTRmODItYWU0YS1iYWVmYWNlYTBiNDIiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiYWRlNWJhMjMtOTNiYS00YjZlLTlkNGUtMmY1MTdmYjdjYzlhIn0=?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvbG9jYXRpb25zL2NlbnRyYWx1c2V1YXAvb3BlcmF0aW9ucmVzdWx0cy9leUp3WVhKMGFYUnBiMjVKWkNJNklqUmxNR1ZtTm1aa0xURTJaakV0TkRWaVppMWhOakkxTFRJMU0yUmxNV0UwTVdJMFpDSXNJbmR2Y210bWJHOTNTV1FpT2lKak56bGtaV1poTWkweFkyUXhMVFJtT0RJdFlXVTBZUzFpWVdWbVlXTmxZVEJpTkRJaUxDSjNiM0pyWm14dmQwOXdaWEpoZEdsdmJrbGtJam9pWVdSbE5XSmhNak10T1ROaVlTMDBZalpsTFRsa05HVXRNbVkxTVRkbVlqZGpZemxoSW4wPT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-request-id": [ + "04ec043d-8bbe-45af-93ef-66b055217d7c" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-IIS/10.0" + ], + "X-AspNet-Version": [ + "4.0.30319" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11995" + ], + "x-ms-correlation-request-id": [ + "b8d09244-eb7b-45d9-b3a5-637a1ddff35f" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200623T063216Z:b8d09244-eb7b-45d9-b3a5-637a1ddff35f" + ], + "Date": [ + "Tue, 23 Jun 2020 06:32:16 GMT" ], "Expires": [ "-1" @@ -532,22 +805,22 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourcegroups/ps2986?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlZ3JvdXBzL3BzMjk4Nj9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourcegroups/ps5294?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlZ3JvdXBzL3BzNTI5ND9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "41b02aa8-9015-4c79-a4bd-26a636786230" + "e1e426c3-2268-44cb-bee1-3ec5f2fc3c04" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -558,7 +831,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzI5ODYtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzUyOTQtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" ], "Retry-After": [ "15" @@ -567,13 +840,13 @@ "14998" ], "x-ms-request-id": [ - "9c88766f-4dda-4270-b296-b751388f292e" + "57dc89e0-e51c-46d1-8268-453f321fb622" ], "x-ms-correlation-request-id": [ - "9c88766f-4dda-4270-b296-b751388f292e" + "57dc89e0-e51c-46d1-8268-453f321fb622" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T183610Z:9c88766f-4dda-4270-b296-b751388f292e" + "WESTUS:20200623T063216Z:57dc89e0-e51c-46d1-8268-453f321fb622" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -582,7 +855,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 18:36:10 GMT" + "Tue, 23 Jun 2020 06:32:16 GMT" ], "Expires": [ "-1" @@ -595,16 +868,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzI5ODYtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpJNU9EWXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzUyOTQtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpVeU9UUXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -615,22 +888,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzI5ODYtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzUyOTQtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11997" + "11993" ], "x-ms-request-id": [ - "c869d2ce-7261-4338-b5bb-d0e886e2a455" + "c5daa2de-c2b2-4fd6-87f9-7801a350c769" ], "x-ms-correlation-request-id": [ - "c869d2ce-7261-4338-b5bb-d0e886e2a455" + "c5daa2de-c2b2-4fd6-87f9-7801a350c769" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T183625Z:c869d2ce-7261-4338-b5bb-d0e886e2a455" + "WESTUS:20200623T063231Z:c5daa2de-c2b2-4fd6-87f9-7801a350c769" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -639,7 +912,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 18:36:24 GMT" + "Tue, 23 Jun 2020 06:32:31 GMT" ], "Expires": [ "-1" @@ -652,16 +925,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzI5ODYtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpJNU9EWXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzUyOTQtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpVeU9UUXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -672,22 +945,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzI5ODYtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzUyOTQtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11996" + "11992" ], "x-ms-request-id": [ - "e56db70d-ebe5-4b54-8243-23e6f7aacc52" + "08382e18-c14b-40fa-a4bf-0b2501b21972" ], "x-ms-correlation-request-id": [ - "e56db70d-ebe5-4b54-8243-23e6f7aacc52" + "08382e18-c14b-40fa-a4bf-0b2501b21972" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T183640Z:e56db70d-ebe5-4b54-8243-23e6f7aacc52" + "WESTUS:20200623T063247Z:08382e18-c14b-40fa-a4bf-0b2501b21972" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -696,7 +969,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 18:36:39 GMT" + "Tue, 23 Jun 2020 06:32:46 GMT" ], "Expires": [ "-1" @@ -709,16 +982,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzI5ODYtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpJNU9EWXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzUyOTQtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpVeU9UUXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -729,16 +1002,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11995" + "11991" ], "x-ms-request-id": [ - "c540bd75-6e26-4ce7-bec1-176486a06844" + "050f4a52-33ae-4ae7-97ea-4c910f3f845a" ], "x-ms-correlation-request-id": [ - "c540bd75-6e26-4ce7-bec1-176486a06844" + "050f4a52-33ae-4ae7-97ea-4c910f3f845a" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T183655Z:c540bd75-6e26-4ce7-bec1-176486a06844" + "WESTUS:20200623T063302Z:050f4a52-33ae-4ae7-97ea-4c910f3f845a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -747,7 +1020,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 18:36:55 GMT" + "Tue, 23 Jun 2020 06:33:01 GMT" ], "Expires": [ "-1" @@ -760,16 +1033,16 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzI5ODYtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpJNU9EWXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzUyOTQtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpVeU9UUXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -780,16 +1053,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11994" + "11990" ], "x-ms-request-id": [ - "516dc17a-8aac-49d4-bfdb-945d49973a61" + "d640216b-55cd-422f-8e97-dbded466b4bb" ], "x-ms-correlation-request-id": [ - "516dc17a-8aac-49d4-bfdb-945d49973a61" + "d640216b-55cd-422f-8e97-dbded466b4bb" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T183655Z:516dc17a-8aac-49d4-bfdb-945d49973a61" + "WESTUS:20200623T063302Z:d640216b-55cd-422f-8e97-dbded466b4bb" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -798,7 +1071,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 18:36:55 GMT" + "Tue, 23 Jun 2020 06:33:01 GMT" ], "Expires": [ "-1" @@ -813,13 +1086,13 @@ ], "Names": { "Test-GetStorageSyncServices": [ - "ps2986", - "ps4287" + "ps5294", + "ps7703" ] }, "Variables": { - "SubscriptionId": "7b96cb02-4663-40f4-9a89-603d3849e46a", - "TenantId": "0483643a-cb2f-462a-bc27-1a270e5bdc0a", + "SubscriptionId": "1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b", + "TenantId": "6ad91d65-65ab-4e14-90f7-fe951035b7c9", "Domain": "" } } \ No newline at end of file diff --git a/src/StorageSync/StorageSync.Test/SessionRecords/StorageSyncTests.StorageSyncServiceTests/TestNewStorageSyncService.json b/src/StorageSync/StorageSync.Test/SessionRecords/StorageSyncTests.StorageSyncServiceTests/TestNewStorageSyncService.json index d8a29c06a277..d5342481ea80 100644 --- a/src/StorageSync/StorageSync.Test/SessionRecords/StorageSyncTests.StorageSyncServiceTests/TestNewStorageSyncService.json +++ b/src/StorageSync/StorageSync.Test/SessionRecords/StorageSyncTests.StorageSyncServiceTests/TestNewStorageSyncService.json @@ -1,22 +1,22 @@ { "Entries": [ { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/providers/Microsoft.Resources?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVzb3VyY2VzP2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/Microsoft.Resources?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVzb3VyY2VzP2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "5b0175a1-2548-41b1-afde-9f1e0cbb7b0e" + "e6b94776-a661-47f0-8664-1fb486c1c951" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -30,13 +30,13 @@ "11999" ], "x-ms-request-id": [ - "4b3ccaee-a81b-4761-9555-84e0d0de15eb" + "e272ddbc-bd55-4be7-8758-c2596d368571" ], "x-ms-correlation-request-id": [ - "4b3ccaee-a81b-4761-9555-84e0d0de15eb" + "e272ddbc-bd55-4be7-8758-c2596d368571" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T184051Z:4b3ccaee-a81b-4761-9555-84e0d0de15eb" + "WESTUS:20200623T063642Z:e272ddbc-bd55-4be7-8758-c2596d368571" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -45,7 +45,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 18:40:51 GMT" + "Tue, 23 Jun 2020 06:36:41 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -54,29 +54,29 @@ "-1" ], "Content-Length": [ - "8818" + "10899" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/providers/Microsoft.Resources\",\r\n \"namespace\": \"Microsoft.Resources\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"tenants\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operationresults\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"notifyResourceJobs\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"tags\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkPolicyCompliance\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"providers\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkresourcename\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resources\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/resources\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/providers\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/operationresults\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceGroups\",\r\n \"locations\": [\r\n \"Central US\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"West Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia Southeast\",\r\n \"Australia East\",\r\n \"West India\",\r\n \"South India\",\r\n \"Central India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/resourceGroups\",\r\n \"locations\": [\r\n \"Central US\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"West Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia Southeast\",\r\n \"Australia East\",\r\n \"West India\",\r\n \"South India\",\r\n \"Central India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/resourcegroups/resources\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/tagnames\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/tagNames/tagValues\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"deployments\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"deployments/operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"links\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-01-01\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/Microsoft.Resources\",\r\n \"namespace\": \"Microsoft.Resources\",\r\n \"authorization\": {\r\n \"applicationId\": \"3b990c8b-9607-4c2a-8b04-1d41985facca\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"tenants\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-01-01\",\r\n \"2019-09-01\",\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-09-01\",\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operationresults\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-09-01\",\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"notifyResourceJobs\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-09-01\",\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"tags\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-10-01\",\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\"\r\n ],\r\n \"capabilities\": \"SupportsExtension\"\r\n },\r\n {\r\n \"resourceType\": \"checkPolicyCompliance\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"providers\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkresourcename\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"calculateTemplateHash\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-09-01\",\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resources\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-09-01\",\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-10-01\",\r\n \"2019-09-01\",\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/resources\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-09-01\",\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/providers\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/operationresults\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceGroups\",\r\n \"locations\": [\r\n \"Central US\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"West Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia Southeast\",\r\n \"Australia East\",\r\n \"West India\",\r\n \"South India\",\r\n \"Central India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Australia Central\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/resourceGroups\",\r\n \"locations\": [\r\n \"Central US\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"West Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia Southeast\",\r\n \"Australia East\",\r\n \"West India\",\r\n \"South India\",\r\n \"Central India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Australia Central\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/resourcegroups/resources\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/tagnames\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/tagNames/tagValues\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"deployments\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-09-01\",\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"deployments/operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-09-01\",\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"links\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ],\r\n \"capabilities\": \"SupportsExtension\"\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-01-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"deploymentScripts\",\r\n \"locations\": [\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Australia East\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"Central US\",\r\n \"North Central US\",\r\n \"UK South\",\r\n \"Central India\",\r\n \"South India\",\r\n \"Japan East\",\r\n \"Korea Central\",\r\n \"North Europe\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West US 2\",\r\n \"West US\",\r\n \"South Central US\",\r\n \"Canada East\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-10-01-preview\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"deploymentScripts/logs\",\r\n \"locations\": [\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Australia East\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"Central US\",\r\n \"North Central US\",\r\n \"UK South\",\r\n \"Central India\",\r\n \"South India\",\r\n \"Japan East\",\r\n \"Korea Central\",\r\n \"North Europe\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West US 2\",\r\n \"West US\",\r\n \"South Central US\",\r\n \"Canada East\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/deploymentScriptOperationResults\",\r\n \"locations\": [\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Australia East\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"Central US\",\r\n \"North Central US\",\r\n \"UK South\",\r\n \"Central India\",\r\n \"South India\",\r\n \"Japan East\",\r\n \"Korea Central\",\r\n \"North Europe\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West US 2\",\r\n \"West US\",\r\n \"South Central US\",\r\n \"Canada East\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-10-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/providers/Microsoft.StorageSync?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZVN5bmM/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/Microsoft.StorageSync?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZVN5bmM/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "c6e78166-3e1a-405b-af61-8a9335e84463" + "6c025dd8-ed7e-40a2-94a4-14755dcd4fe8" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -90,13 +90,13 @@ "11998" ], "x-ms-request-id": [ - "7ab205a3-0467-4b32-823a-40943b4920da" + "04c59987-5b9d-4af9-be9e-2fc9586691c9" ], "x-ms-correlation-request-id": [ - "7ab205a3-0467-4b32-823a-40943b4920da" + "04c59987-5b9d-4af9-be9e-2fc9586691c9" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T184051Z:7ab205a3-0467-4b32-823a-40943b4920da" + "WESTUS:20200623T063642Z:04c59987-5b9d-4af9-be9e-2fc9586691c9" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -105,7 +105,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 18:40:51 GMT" + "Tue, 23 Jun 2020 06:36:42 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -114,29 +114,29 @@ "-1" ], "Content-Length": [ - "5239" + "7645" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/providers/Microsoft.StorageSync\",\r\n \"namespace\": \"Microsoft.StorageSync\",\r\n \"authorizations\": [\r\n {\r\n \"applicationId\": \"9469b9f5-6722-4481-a2b2-14ed560b706f\"\r\n }\r\n ],\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageSyncServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"Central US EUAP\",\r\n \"West US 2\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\",\r\n \"2018-01-01-preview\",\r\n \"2017-06-05-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"storageSyncServices/syncGroups\",\r\n \"locations\": [\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"Central US EUAP\",\r\n \"West US 2\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\",\r\n \"2018-01-01-preview\",\r\n \"2017-06-05-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageSyncServices/syncGroups/cloudEndpoints\",\r\n \"locations\": [\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"Central US EUAP\",\r\n \"West US 2\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\",\r\n \"2018-01-01-preview\",\r\n \"2017-06-05-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageSyncServices/syncGroups/serverEndpoints\",\r\n \"locations\": [\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"Central US EUAP\",\r\n \"West US 2\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\",\r\n \"2018-01-01-preview\",\r\n \"2017-06-05-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageSyncServices/registeredServers\",\r\n \"locations\": [\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"Central US EUAP\",\r\n \"West US 2\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\",\r\n \"2018-01-01-preview\",\r\n \"2017-06-05-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageSyncServices/workflows\",\r\n \"locations\": [\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"Central US EUAP\",\r\n \"West US 2\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\",\r\n \"2018-01-01-preview\",\r\n \"2017-06-05-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\",\r\n \"2018-01-01-preview\",\r\n \"2017-06-05-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/checkNameAvailability\",\r\n \"locations\": [\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/workflows\",\r\n \"locations\": [\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/Microsoft.StorageSync\",\r\n \"namespace\": \"Microsoft.StorageSync\",\r\n \"authorizations\": [\r\n {\r\n \"applicationId\": \"9469b9f5-6722-4481-a2b2-14ed560b706f\",\r\n \"roleDefinitionId\": \"4cd49d82-1f4d-43fc-af0c-1c1203668e5a\"\r\n }\r\n ],\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageSyncServices\",\r\n \"locations\": [\r\n \"West Central US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"West US 2\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"UAE North\",\r\n \"UAE Central\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2019-10-01\",\r\n \"2019-06-01\",\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\",\r\n \"2018-01-01-preview\",\r\n \"2017-06-05-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"storageSyncServices/syncGroups\",\r\n \"locations\": [\r\n \"West Central US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"West US 2\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"UAE North\",\r\n \"UAE Central\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2019-10-01\",\r\n \"2019-06-01\",\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\",\r\n \"2018-01-01-preview\",\r\n \"2017-06-05-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageSyncServices/syncGroups/cloudEndpoints\",\r\n \"locations\": [\r\n \"West Central US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"West US 2\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"UAE North\",\r\n \"UAE Central\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2019-10-01\",\r\n \"2019-06-01\",\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\",\r\n \"2018-01-01-preview\",\r\n \"2017-06-05-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageSyncServices/syncGroups/serverEndpoints\",\r\n \"locations\": [\r\n \"West Central US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"West US 2\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"UAE North\",\r\n \"UAE Central\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2019-10-01\",\r\n \"2019-06-01\",\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\",\r\n \"2018-01-01-preview\",\r\n \"2017-06-05-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageSyncServices/registeredServers\",\r\n \"locations\": [\r\n \"West Central US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"West US 2\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"UAE North\",\r\n \"UAE Central\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2019-10-01\",\r\n \"2019-06-01\",\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\",\r\n \"2018-01-01-preview\",\r\n \"2017-06-05-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageSyncServices/workflows\",\r\n \"locations\": [\r\n \"West Central US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"West US 2\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"UAE North\",\r\n \"UAE Central\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2019-10-01\",\r\n \"2019-06-01\",\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\",\r\n \"2018-01-01-preview\",\r\n \"2017-06-05-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2019-10-01\",\r\n \"2019-06-01\",\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\",\r\n \"2018-01-01-preview\",\r\n \"2017-06-05-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2019-10-01\",\r\n \"2019-06-01\",\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/checkNameAvailability\",\r\n \"locations\": [\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"UAE North\",\r\n \"UAE Central\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2019-10-01\",\r\n \"2019-06-01\",\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/workflows\",\r\n \"locations\": [\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"UAE North\",\r\n \"UAE Central\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2019-10-01\",\r\n \"2019-06-01\",\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operations\",\r\n \"locations\": [\r\n \"West Central US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"West US 2\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"UAE North\",\r\n \"UAE Central\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operationResults\",\r\n \"locations\": [\r\n \"West Central US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"West US 2\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"UAE North\",\r\n \"UAE Central\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourcegroups/ps8990?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlZ3JvdXBzL3BzODk5MD9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourcegroups/ps1656?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlZ3JvdXBzL3BzMTY1Nj9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "0516db75-ea5e-40bd-9dce-428173de5d87" + "6de4876b-26af-42ed-a759-458c1bc4045e" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ], "Content-Type": [ "application/json; charset=utf-8" @@ -156,13 +156,13 @@ "1199" ], "x-ms-request-id": [ - "7dbdee99-c217-4a56-8040-a55b8ebe729a" + "9c01d47e-8c1b-477a-aa47-b5eee224fbdd" ], "x-ms-correlation-request-id": [ - "7dbdee99-c217-4a56-8040-a55b8ebe729a" + "9c01d47e-8c1b-477a-aa47-b5eee224fbdd" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T184053Z:7dbdee99-c217-4a56-8040-a55b8ebe729a" + "WESTUS:20200623T063642Z:9c01d47e-8c1b-477a-aa47-b5eee224fbdd" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -171,7 +171,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 18:40:53 GMT" + "Tue, 23 Jun 2020 06:36:42 GMT" ], "Content-Length": [ "165" @@ -183,26 +183,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps8990\",\r\n \"name\": \"ps8990\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps1656\",\r\n \"name\": \"ps1656\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/providers/Microsoft.StorageSync/locations/CentralUSEUAP/checkNameAvailability?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZVN5bmMvbG9jYXRpb25zL0NlbnRyYWxVU0VVQVAvY2hlY2tOYW1lQXZhaWxhYmlsaXR5P2FwaS12ZXJzaW9uPTIwMTktMDMtMDE=", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/Microsoft.StorageSync/locations/CentralUSEUAP/checkNameAvailability?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZVN5bmMvbG9jYXRpb25zL0NlbnRyYWxVU0VVQVAvY2hlY2tOYW1lQXZhaWxhYmlsaXR5P2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", "RequestMethod": "POST", - "RequestBody": "{\r\n \"name\": \"sssps3394\",\r\n \"type\": \"Microsoft.StorageSync/storageSyncServices\"\r\n}", + "RequestBody": "{\r\n \"name\": \"sssps1106\",\r\n \"type\": \"Microsoft.StorageSync/storageSyncServices\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "63aa0dbe-f48d-421f-97f6-3142308e66a3" + "16d71699-e3fb-44c7-a946-959583028944" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -219,7 +219,7 @@ "no-cache" ], "x-ms-request-id": [ - "5c9d805f-70f8-4275-979b-e29e727df62c" + "3d1ff426-a51f-4a09-99a0-a73b3a20715d" ], "X-Content-Type-Options": [ "nosniff" @@ -240,50 +240,50 @@ "1199" ], "x-ms-correlation-request-id": [ - "63b16c8b-1b22-43a7-b032-1ed1c71d8f03" + "341a2a72-85df-4ae1-a638-4b0fd7b20b93" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T184054Z:63b16c8b-1b22-43a7-b032-1ed1c71d8f03" + "WESTUS:20200623T063643Z:341a2a72-85df-4ae1-a638-4b0fd7b20b93" ], "Date": [ - "Wed, 03 Jul 2019 18:40:53 GMT" + "Tue, 23 Jun 2020 06:36:43 GMT" ], "Content-Length": [ - "51" + "29" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"nameAvailable\": true,\r\n \"reason\": null,\r\n \"message\": null\r\n}", + "ResponseBody": "{\r\n \"nameAvailable\": true\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps8990/providers/Microsoft.StorageSync/storageSyncServices/sssps3394?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzODk5MC9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMzMzk0P2FwaS12ZXJzaW9uPTIwMTktMDMtMDE=", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps1656/providers/Microsoft.StorageSync/storageSyncServices/sssps1106?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzMTY1Ni9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMxMTA2P2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"location\": \"Central US EUAP\",\r\n \"tags\": {}\r\n}", + "RequestBody": "{\r\n \"location\": \"Central US EUAP\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"incomingTrafficPolicy\": \"AllowAllTraffic\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "5987c85a-7dd9-456a-b810-27655d9104c5" + "6a083b27-8a96-40c8-8e1e-9e603b445368" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "52" + "125" ] }, "ResponseHeaders": { @@ -293,8 +293,17 @@ "Pragma": [ "no-cache" ], + "Location": [ + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6IjlkYTQ5MDAyLTVjNDItNGNmNy1iNTU0LTY4MGEyY2Y0YTg1NyIsIndvcmtmbG93SWQiOiI2NmRmZTlkYi1lMDExLTRlMzItYmY2ZS00Y2Y4ODMzNWZkNWMiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiODQyMmI0ODItOGM5OC00ZWU2LWEwMjQtYWNjMjU5YzExYWI5In0=?api-version=2020-03-01" + ], + "Retry-After": [ + "10" + ], + "Azure-AsyncOperation": [ + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6IjlkYTQ5MDAyLTVjNDItNGNmNy1iNTU0LTY4MGEyY2Y0YTg1NyIsIndvcmtmbG93SWQiOiI2NmRmZTlkYi1lMDExLTRlMzItYmY2ZS00Y2Y4ODMzNWZkNWMiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiODQyMmI0ODItOGM5OC00ZWU2LWEwMjQtYWNjMjU5YzExYWI5In0=?api-version=2020-03-01" + ], "x-ms-request-id": [ - "5bcc81e4-3d3e-42d2-b15d-e49986c9e074" + "7466754e-f4a1-4186-9483-f8a47a861e40" ], "X-Content-Type-Options": [ "nosniff" @@ -315,44 +324,167 @@ "1199" ], "x-ms-correlation-request-id": [ - "ca0613df-5884-4583-acee-dc7c7a564e0d" + "3494289c-d625-410d-9ef8-39437ea50a92" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200623T063644Z:3494289c-d625-410d-9ef8-39437ea50a92" + ], + "Date": [ + "Tue, 23 Jun 2020 06:36:44 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6IjlkYTQ5MDAyLTVjNDItNGNmNy1iNTU0LTY4MGEyY2Y0YTg1NyIsIndvcmtmbG93SWQiOiI2NmRmZTlkYi1lMDExLTRlMzItYmY2ZS00Y2Y4ODMzNWZkNWMiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiODQyMmI0ODItOGM5OC00ZWU2LWEwMjQtYWNjMjU5YzExYWI5In0=?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvbG9jYXRpb25zL2NlbnRyYWx1c2V1YXAvb3BlcmF0aW9ucy9leUp3WVhKMGFYUnBiMjVKWkNJNklqbGtZVFE1TURBeUxUVmpOREl0TkdObU55MWlOVFUwTFRZNE1HRXlZMlkwWVRnMU55SXNJbmR2Y210bWJHOTNTV1FpT2lJMk5tUm1aVGxrWWkxbE1ERXhMVFJsTXpJdFltWTJaUzAwWTJZNE9ETXpOV1prTldNaUxDSjNiM0pyWm14dmQwOXdaWEpoZEdsdmJrbGtJam9pT0RReU1tSTBPREl0T0dNNU9DMDBaV1UyTFdFd01qUXRZV05qTWpVNVl6RXhZV0k1SW4wPT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-request-id": [ + "34473812-62d2-47f1-8bc1-fa36f385bc09" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-IIS/10.0" + ], + "X-AspNet-Version": [ + "4.0.30319" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11999" + ], + "x-ms-correlation-request-id": [ + "bc381d97-84a2-4869-ac4f-daba84e4dc85" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T184054Z:ca0613df-5884-4583-acee-dc7c7a564e0d" + "WESTUS:20200623T063654Z:bc381d97-84a2-4869-ac4f-daba84e4dc85" ], "Date": [ - "Wed, 03 Jul 2019 18:40:53 GMT" + "Tue, 23 Jun 2020 06:36:54 GMT" ], "Content-Length": [ - "329" + "745" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6IjlkYTQ5MDAyLTVjNDItNGNmNy1iNTU0LTY4MGEyY2Y0YTg1NyIsIndvcmtmbG93SWQiOiI2NmRmZTlkYi1lMDExLTRlMzItYmY2ZS00Y2Y4ODMzNWZkNWMiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiODQyMmI0ODItOGM5OC00ZWU2LWEwMjQtYWNjMjU5YzExYWI5In0=\",\r\n \"name\": \"eyJwYXJ0aXRpb25JZCI6IjlkYTQ5MDAyLTVjNDItNGNmNy1iNTU0LTY4MGEyY2Y0YTg1NyIsIndvcmtmbG93SWQiOiI2NmRmZTlkYi1lMDExLTRlMzItYmY2ZS00Y2Y4ODMzNWZkNWMiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiODQyMmI0ODItOGM5OC00ZWU2LWEwMjQtYWNjMjU5YzExYWI5In0=\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2020-06-23T06:36:44.3574319Z\",\r\n \"endTime\": \"2020-06-23T06:36:50.5584961Z\",\r\n \"properties\": {}\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps1656/providers/Microsoft.StorageSync/storageSyncServices/sssps1106?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzMTY1Ni9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMxMTA2P2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-request-id": [ + "352d893b-ddac-4733-af57-5e717a94015c" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-IIS/10.0" + ], + "X-AspNet-Version": [ + "4.0.30319" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11998" + ], + "x-ms-correlation-request-id": [ + "8197a456-c520-40b9-934f-508deb520533" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200623T063654Z:8197a456-c520-40b9-934f-508deb520533" + ], + "Date": [ + "Tue, 23 Jun 2020 06:36:54 GMT" + ], + "Content-Length": [ + "633" + ], + "Content-Type": [ + "application/json" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"storageSyncServiceStatus\": null,\r\n \"storageSyncServiceUid\": null\r\n },\r\n \"location\": \"Central US EUAP\",\r\n \"tags\": {},\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps8990/providers/microsoft.storagesync/storageSyncServices/sssps3394\",\r\n \"name\": \"sssps3394\",\r\n \"type\": \"microsoft.storagesync/storageSyncServices\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"storageSyncServiceStatus\": 0,\r\n \"incomingTrafficPolicy\": \"AllowAllTraffic\",\r\n \"privateEndpointConnections\": [],\r\n \"provisioningState\": \"Succeeded\",\r\n \"lastWorkflowId\": \"storageSyncServices/sssps1106/workflows/66dfe9db-e011-4e32-bf6e-4cf88335fd5c\",\r\n \"lastOperationName\": \"ICreateStorageSyncServiceWorkflow\"\r\n },\r\n \"location\": \"Central US EUAP\",\r\n \"tags\": {},\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps1656/providers/microsoft.storagesync/storageSyncServices/sssps1106\",\r\n \"name\": \"sssps1106\",\r\n \"type\": \"microsoft.storagesync/storageSyncServices\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps8990/providers/Microsoft.StorageSync/storageSyncServices/sssps3394?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzODk5MC9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMzMzk0P2FwaS12ZXJzaW9uPTIwMTktMDMtMDE=", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps1656/providers/Microsoft.StorageSync/storageSyncServices/sssps1106?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzMTY1Ni9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMxMTA2P2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "0968cda4-dd09-45e4-b65a-928f9b4493e2" + "ca2dc2d0-68c8-44f0-ac9b-b04d293ce881" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -362,8 +494,17 @@ "Pragma": [ "no-cache" ], + "Location": [ + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6IjlkYTQ5MDAyLTVjNDItNGNmNy1iNTU0LTY4MGEyY2Y0YTg1NyIsIndvcmtmbG93SWQiOiIyYmUzYmE5ZC03NWVhLTRlOTItYmNmMS1mMTgwNWI4ZWUwNzIiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiY2Y3MzZmZGMtZmYzNC00ZWJhLTg0MGItNDZlMTc2MThlMjVhIn0=?api-version=2020-03-01" + ], + "Retry-After": [ + "10" + ], + "Azure-AsyncOperation": [ + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6IjlkYTQ5MDAyLTVjNDItNGNmNy1iNTU0LTY4MGEyY2Y0YTg1NyIsIndvcmtmbG93SWQiOiIyYmUzYmE5ZC03NWVhLTRlOTItYmNmMS1mMTgwNWI4ZWUwNzIiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiY2Y3MzZmZGMtZmYzNC00ZWJhLTg0MGItNDZlMTc2MThlMjVhIn0=?api-version=2020-03-01" + ], "x-ms-request-id": [ - "8952c884-2a51-4b64-9eb2-0a8eacf53993" + "35da9170-e698-4c6c-bdb1-c7de6a5292fd" ], "X-Content-Type-Options": [ "nosniff" @@ -384,13 +525,13 @@ "14999" ], "x-ms-correlation-request-id": [ - "51d97ebc-871b-41bf-a848-17ee4c7290a7" + "b5f62f90-fa2d-49d8-b6cd-5dae2ded64f6" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T184055Z:51d97ebc-871b-41bf-a848-17ee4c7290a7" + "WESTUS:20200623T063655Z:b5f62f90-fa2d-49d8-b6cd-5dae2ded64f6" ], "Date": [ - "Wed, 03 Jul 2019 18:40:55 GMT" + "Tue, 23 Jun 2020 06:36:54 GMT" ], "Expires": [ "-1" @@ -400,25 +541,148 @@ ] }, "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6IjlkYTQ5MDAyLTVjNDItNGNmNy1iNTU0LTY4MGEyY2Y0YTg1NyIsIndvcmtmbG93SWQiOiIyYmUzYmE5ZC03NWVhLTRlOTItYmNmMS1mMTgwNWI4ZWUwNzIiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiY2Y3MzZmZGMtZmYzNC00ZWJhLTg0MGItNDZlMTc2MThlMjVhIn0=?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvbG9jYXRpb25zL2NlbnRyYWx1c2V1YXAvb3BlcmF0aW9ucy9leUp3WVhKMGFYUnBiMjVKWkNJNklqbGtZVFE1TURBeUxUVmpOREl0TkdObU55MWlOVFUwTFRZNE1HRXlZMlkwWVRnMU55SXNJbmR2Y210bWJHOTNTV1FpT2lJeVltVXpZbUU1WkMwM05XVmhMVFJsT1RJdFltTm1NUzFtTVRnd05XSTRaV1V3TnpJaUxDSjNiM0pyWm14dmQwOXdaWEpoZEdsdmJrbGtJam9pWTJZM016Wm1aR010Wm1Zek5DMDBaV0poTFRnME1HSXRORFpsTVRjMk1UaGxNalZoSW4wPT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-request-id": [ + "9c2c3d4a-97f9-436d-84a0-c2fa7fb152d6" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-IIS/10.0" + ], + "X-AspNet-Version": [ + "4.0.30319" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11997" + ], + "x-ms-correlation-request-id": [ + "53ad39eb-0b95-43eb-b688-b2ce8de803f9" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200623T063705Z:53ad39eb-0b95-43eb-b688-b2ce8de803f9" + ], + "Date": [ + "Tue, 23 Jun 2020 06:37:05 GMT" + ], + "Content-Length": [ + "745" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6IjlkYTQ5MDAyLTVjNDItNGNmNy1iNTU0LTY4MGEyY2Y0YTg1NyIsIndvcmtmbG93SWQiOiIyYmUzYmE5ZC03NWVhLTRlOTItYmNmMS1mMTgwNWI4ZWUwNzIiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiY2Y3MzZmZGMtZmYzNC00ZWJhLTg0MGItNDZlMTc2MThlMjVhIn0=\",\r\n \"name\": \"eyJwYXJ0aXRpb25JZCI6IjlkYTQ5MDAyLTVjNDItNGNmNy1iNTU0LTY4MGEyY2Y0YTg1NyIsIndvcmtmbG93SWQiOiIyYmUzYmE5ZC03NWVhLTRlOTItYmNmMS1mMTgwNWI4ZWUwNzIiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiY2Y3MzZmZGMtZmYzNC00ZWJhLTg0MGItNDZlMTc2MThlMjVhIn0=\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2020-06-23T06:36:55.5091555Z\",\r\n \"endTime\": \"2020-06-23T06:37:00.8758403Z\",\r\n \"properties\": {}\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps8990/providers/Microsoft.StorageSync/storageSyncServices?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzODk5MC9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXM/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6IjlkYTQ5MDAyLTVjNDItNGNmNy1iNTU0LTY4MGEyY2Y0YTg1NyIsIndvcmtmbG93SWQiOiIyYmUzYmE5ZC03NWVhLTRlOTItYmNmMS1mMTgwNWI4ZWUwNzIiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiY2Y3MzZmZGMtZmYzNC00ZWJhLTg0MGItNDZlMTc2MThlMjVhIn0=?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvbG9jYXRpb25zL2NlbnRyYWx1c2V1YXAvb3BlcmF0aW9ucmVzdWx0cy9leUp3WVhKMGFYUnBiMjVKWkNJNklqbGtZVFE1TURBeUxUVmpOREl0TkdObU55MWlOVFUwTFRZNE1HRXlZMlkwWVRnMU55SXNJbmR2Y210bWJHOTNTV1FpT2lJeVltVXpZbUU1WkMwM05XVmhMVFJsT1RJdFltTm1NUzFtTVRnd05XSTRaV1V3TnpJaUxDSjNiM0pyWm14dmQwOXdaWEpoZEdsdmJrbGtJam9pWTJZM016Wm1aR010Wm1Zek5DMDBaV0poTFRnME1HSXRORFpsTVRjMk1UaGxNalZoSW4wPT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-request-id": [ + "86a493cf-6b0e-42bb-8a6e-b07b3012c1d8" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-IIS/10.0" + ], + "X-AspNet-Version": [ + "4.0.30319" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11996" + ], + "x-ms-correlation-request-id": [ + "2bcaeab4-4d8c-43c1-a1ff-a988cbdcda37" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200623T063705Z:2bcaeab4-4d8c-43c1-a1ff-a988cbdcda37" + ], + "Date": [ + "Tue, 23 Jun 2020 06:37:05 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps1656/providers/Microsoft.StorageSync/storageSyncServices?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzMTY1Ni9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXM/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "211a21a3-02be-4807-b875-6e28ddfaf628" + "d6eceb1c-1ed4-4ca5-9b21-807adfc3aa7b" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -428,57 +692,66 @@ "Pragma": [ "no-cache" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11999" - ], "x-ms-request-id": [ - "4e3871ab-5cdf-4cf7-8097-8f95f12e9b24" + "94748e25-cfef-4e37-9c63-85a11292bb27" ], - "x-ms-correlation-request-id": [ - "4e3871ab-5cdf-4cf7-8097-8f95f12e9b24" - ], - "x-ms-routing-request-id": [ - "WESTUS:20190703T184055Z:4e3871ab-5cdf-4cf7-8097-8f95f12e9b24" + "X-Content-Type-Options": [ + "nosniff" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Content-Type-Options": [ - "nosniff" + "Server": [ + "Microsoft-IIS/10.0" + ], + "X-AspNet-Version": [ + "4.0.30319" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11995" + ], + "x-ms-correlation-request-id": [ + "549e4aa9-ac1d-4ba3-aecd-dcf8779e43f4" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200623T063705Z:549e4aa9-ac1d-4ba3-aecd-dcf8779e43f4" ], "Date": [ - "Wed, 03 Jul 2019 18:40:55 GMT" + "Tue, 23 Jun 2020 06:37:05 GMT" + ], + "Content-Length": [ + "19" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" - ], - "Content-Length": [ - "12" ] }, "ResponseBody": "{\r\n \"value\": []\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourcegroups/ps8990?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlZ3JvdXBzL3BzODk5MD9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourcegroups/ps1656?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlZ3JvdXBzL3BzMTY1Nj9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "dd826327-97cf-4f2c-a333-3cb5455db98c" + "8f31a5e6-db21-4422-ba67-e6259cccf30f" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -489,7 +762,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzg5OTAtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzE2NTYtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" ], "Retry-After": [ "15" @@ -498,13 +771,13 @@ "14998" ], "x-ms-request-id": [ - "8897d55a-9ef3-461d-b4fc-6f4b6ea68de7" + "724b9a33-7799-4845-aeb7-8e5a15e73566" ], "x-ms-correlation-request-id": [ - "8897d55a-9ef3-461d-b4fc-6f4b6ea68de7" + "724b9a33-7799-4845-aeb7-8e5a15e73566" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T184056Z:8897d55a-9ef3-461d-b4fc-6f4b6ea68de7" + "WESTUS:20200623T063706Z:724b9a33-7799-4845-aeb7-8e5a15e73566" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -513,7 +786,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 18:40:56 GMT" + "Tue, 23 Jun 2020 06:37:05 GMT" ], "Expires": [ "-1" @@ -526,16 +799,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzg5OTAtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpnNU9UQXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzE2NTYtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpFMk5UWXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -546,22 +819,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzg5OTAtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzE2NTYtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11998" + "11994" ], "x-ms-request-id": [ - "e0c904eb-391f-4875-952d-22acc722f7cb" + "5108f4f2-da6d-407a-a5e4-cef6390416cf" ], "x-ms-correlation-request-id": [ - "e0c904eb-391f-4875-952d-22acc722f7cb" + "5108f4f2-da6d-407a-a5e4-cef6390416cf" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T184111Z:e0c904eb-391f-4875-952d-22acc722f7cb" + "WESTUS:20200623T063721Z:5108f4f2-da6d-407a-a5e4-cef6390416cf" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -570,7 +843,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 18:41:11 GMT" + "Tue, 23 Jun 2020 06:37:20 GMT" ], "Expires": [ "-1" @@ -583,16 +856,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzg5OTAtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpnNU9UQXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzE2NTYtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpFMk5UWXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -603,22 +876,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzg5OTAtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzE2NTYtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11997" + "11993" ], "x-ms-request-id": [ - "67e127e2-6219-49bf-a7a2-9c56902d579f" + "bf2acb5e-54cd-4aa6-b174-af38af1aba5b" ], "x-ms-correlation-request-id": [ - "67e127e2-6219-49bf-a7a2-9c56902d579f" + "bf2acb5e-54cd-4aa6-b174-af38af1aba5b" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T184126Z:67e127e2-6219-49bf-a7a2-9c56902d579f" + "WESTUS:20200623T063736Z:bf2acb5e-54cd-4aa6-b174-af38af1aba5b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -627,7 +900,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 18:41:25 GMT" + "Tue, 23 Jun 2020 06:37:35 GMT" ], "Expires": [ "-1" @@ -640,16 +913,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzg5OTAtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpnNU9UQXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzE2NTYtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpFMk5UWXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -660,16 +933,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11996" + "11992" ], "x-ms-request-id": [ - "653616c1-445c-45b6-b2e2-825c4345dc1b" + "295efc0b-079e-42cd-ae05-c850a9a5fe9a" ], "x-ms-correlation-request-id": [ - "653616c1-445c-45b6-b2e2-825c4345dc1b" + "295efc0b-079e-42cd-ae05-c850a9a5fe9a" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T184141Z:653616c1-445c-45b6-b2e2-825c4345dc1b" + "WESTUS:20200623T063751Z:295efc0b-079e-42cd-ae05-c850a9a5fe9a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -678,7 +951,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 18:41:40 GMT" + "Tue, 23 Jun 2020 06:37:50 GMT" ], "Expires": [ "-1" @@ -691,16 +964,16 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzg5OTAtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpnNU9UQXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzE2NTYtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpFMk5UWXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -711,16 +984,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11995" + "11991" ], "x-ms-request-id": [ - "f487d5b1-14c5-4d3e-8e62-7741b8a03a84" + "c6abefba-7d7e-4fe6-b4e9-40250e4d946a" ], "x-ms-correlation-request-id": [ - "f487d5b1-14c5-4d3e-8e62-7741b8a03a84" + "c6abefba-7d7e-4fe6-b4e9-40250e4d946a" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T184141Z:f487d5b1-14c5-4d3e-8e62-7741b8a03a84" + "WESTUS:20200623T063751Z:c6abefba-7d7e-4fe6-b4e9-40250e4d946a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -729,7 +1002,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 18:41:40 GMT" + "Tue, 23 Jun 2020 06:37:50 GMT" ], "Expires": [ "-1" @@ -744,13 +1017,13 @@ ], "Names": { "Test-NewStorageSyncService": [ - "ps8990", - "ps3394" + "ps1656", + "ps1106" ] }, "Variables": { - "SubscriptionId": "7b96cb02-4663-40f4-9a89-603d3849e46a", - "TenantId": "0483643a-cb2f-462a-bc27-1a270e5bdc0a", + "SubscriptionId": "1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b", + "TenantId": "6ad91d65-65ab-4e14-90f7-fe951035b7c9", "Domain": "" } } \ No newline at end of file diff --git a/src/StorageSync/StorageSync.Test/SessionRecords/StorageSyncTests.StorageSyncServiceTests/TestRemoveStorageSyncService.json b/src/StorageSync/StorageSync.Test/SessionRecords/StorageSyncTests.StorageSyncServiceTests/TestRemoveStorageSyncService.json index 30e522594313..7415de66e264 100644 --- a/src/StorageSync/StorageSync.Test/SessionRecords/StorageSyncTests.StorageSyncServiceTests/TestRemoveStorageSyncService.json +++ b/src/StorageSync/StorageSync.Test/SessionRecords/StorageSyncTests.StorageSyncServiceTests/TestRemoveStorageSyncService.json @@ -1,22 +1,22 @@ { "Entries": [ { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/providers/Microsoft.Resources?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVzb3VyY2VzP2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/Microsoft.Resources?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVzb3VyY2VzP2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "6dee927c-a3d4-41be-805f-85e84660659b" + "b4cfa261-6e3b-4ebd-a3b7-16ff2241d6b1" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -30,13 +30,13 @@ "11999" ], "x-ms-request-id": [ - "c8d21f3b-5d8b-4de2-9097-f40d70a22934" + "f2f47d93-055e-4ae8-b03a-aff45ab5d219" ], "x-ms-correlation-request-id": [ - "c8d21f3b-5d8b-4de2-9097-f40d70a22934" + "f2f47d93-055e-4ae8-b03a-aff45ab5d219" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T183823Z:c8d21f3b-5d8b-4de2-9097-f40d70a22934" + "WESTUS:20200623T063417Z:f2f47d93-055e-4ae8-b03a-aff45ab5d219" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -45,7 +45,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 18:38:22 GMT" + "Tue, 23 Jun 2020 06:34:17 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -54,29 +54,29 @@ "-1" ], "Content-Length": [ - "8818" + "10899" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/providers/Microsoft.Resources\",\r\n \"namespace\": \"Microsoft.Resources\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"tenants\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operationresults\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"notifyResourceJobs\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"tags\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkPolicyCompliance\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"providers\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkresourcename\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resources\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/resources\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/providers\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/operationresults\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceGroups\",\r\n \"locations\": [\r\n \"Central US\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"West Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia Southeast\",\r\n \"Australia East\",\r\n \"West India\",\r\n \"South India\",\r\n \"Central India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/resourceGroups\",\r\n \"locations\": [\r\n \"Central US\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"West Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia Southeast\",\r\n \"Australia East\",\r\n \"West India\",\r\n \"South India\",\r\n \"Central India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/resourcegroups/resources\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/tagnames\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/tagNames/tagValues\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"deployments\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"deployments/operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"links\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-01-01\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/Microsoft.Resources\",\r\n \"namespace\": \"Microsoft.Resources\",\r\n \"authorization\": {\r\n \"applicationId\": \"3b990c8b-9607-4c2a-8b04-1d41985facca\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"tenants\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-01-01\",\r\n \"2019-09-01\",\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-09-01\",\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operationresults\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-09-01\",\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"notifyResourceJobs\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-09-01\",\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"tags\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-10-01\",\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\"\r\n ],\r\n \"capabilities\": \"SupportsExtension\"\r\n },\r\n {\r\n \"resourceType\": \"checkPolicyCompliance\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"providers\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkresourcename\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"calculateTemplateHash\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-09-01\",\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resources\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-09-01\",\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-10-01\",\r\n \"2019-09-01\",\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/resources\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-09-01\",\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/providers\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/operationresults\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceGroups\",\r\n \"locations\": [\r\n \"Central US\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"West Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia Southeast\",\r\n \"Australia East\",\r\n \"West India\",\r\n \"South India\",\r\n \"Central India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Australia Central\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/resourceGroups\",\r\n \"locations\": [\r\n \"Central US\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"West Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia Southeast\",\r\n \"Australia East\",\r\n \"West India\",\r\n \"South India\",\r\n \"Central India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Australia Central\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/resourcegroups/resources\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/tagnames\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/tagNames/tagValues\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"deployments\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-09-01\",\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"deployments/operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-09-01\",\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"links\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ],\r\n \"capabilities\": \"SupportsExtension\"\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-01-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"deploymentScripts\",\r\n \"locations\": [\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Australia East\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"Central US\",\r\n \"North Central US\",\r\n \"UK South\",\r\n \"Central India\",\r\n \"South India\",\r\n \"Japan East\",\r\n \"Korea Central\",\r\n \"North Europe\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West US 2\",\r\n \"West US\",\r\n \"South Central US\",\r\n \"Canada East\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-10-01-preview\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"deploymentScripts/logs\",\r\n \"locations\": [\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Australia East\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"Central US\",\r\n \"North Central US\",\r\n \"UK South\",\r\n \"Central India\",\r\n \"South India\",\r\n \"Japan East\",\r\n \"Korea Central\",\r\n \"North Europe\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West US 2\",\r\n \"West US\",\r\n \"South Central US\",\r\n \"Canada East\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/deploymentScriptOperationResults\",\r\n \"locations\": [\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Australia East\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"Central US\",\r\n \"North Central US\",\r\n \"UK South\",\r\n \"Central India\",\r\n \"South India\",\r\n \"Japan East\",\r\n \"Korea Central\",\r\n \"North Europe\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West US 2\",\r\n \"West US\",\r\n \"South Central US\",\r\n \"Canada East\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-10-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/providers/Microsoft.StorageSync?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZVN5bmM/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/Microsoft.StorageSync?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZVN5bmM/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "02a862e5-1057-4587-b31e-401b01af13fe" + "bebadd76-111f-463f-a64d-6ba01bb54781" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -90,13 +90,13 @@ "11998" ], "x-ms-request-id": [ - "b3ad6481-f03e-4f70-8dc4-0f4dcda04432" + "a73ebeac-c687-4668-bacc-ea2c8007c0b7" ], "x-ms-correlation-request-id": [ - "b3ad6481-f03e-4f70-8dc4-0f4dcda04432" + "a73ebeac-c687-4668-bacc-ea2c8007c0b7" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T183823Z:b3ad6481-f03e-4f70-8dc4-0f4dcda04432" + "WESTUS:20200623T063418Z:a73ebeac-c687-4668-bacc-ea2c8007c0b7" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -105,7 +105,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 18:38:22 GMT" + "Tue, 23 Jun 2020 06:34:17 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -114,29 +114,29 @@ "-1" ], "Content-Length": [ - "5239" + "7645" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/providers/Microsoft.StorageSync\",\r\n \"namespace\": \"Microsoft.StorageSync\",\r\n \"authorizations\": [\r\n {\r\n \"applicationId\": \"9469b9f5-6722-4481-a2b2-14ed560b706f\"\r\n }\r\n ],\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageSyncServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"Central US EUAP\",\r\n \"West US 2\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\",\r\n \"2018-01-01-preview\",\r\n \"2017-06-05-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"storageSyncServices/syncGroups\",\r\n \"locations\": [\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"Central US EUAP\",\r\n \"West US 2\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\",\r\n \"2018-01-01-preview\",\r\n \"2017-06-05-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageSyncServices/syncGroups/cloudEndpoints\",\r\n \"locations\": [\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"Central US EUAP\",\r\n \"West US 2\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\",\r\n \"2018-01-01-preview\",\r\n \"2017-06-05-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageSyncServices/syncGroups/serverEndpoints\",\r\n \"locations\": [\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"Central US EUAP\",\r\n \"West US 2\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\",\r\n \"2018-01-01-preview\",\r\n \"2017-06-05-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageSyncServices/registeredServers\",\r\n \"locations\": [\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"Central US EUAP\",\r\n \"West US 2\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\",\r\n \"2018-01-01-preview\",\r\n \"2017-06-05-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageSyncServices/workflows\",\r\n \"locations\": [\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"Central US EUAP\",\r\n \"West US 2\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\",\r\n \"2018-01-01-preview\",\r\n \"2017-06-05-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\",\r\n \"2018-01-01-preview\",\r\n \"2017-06-05-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/checkNameAvailability\",\r\n \"locations\": [\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/workflows\",\r\n \"locations\": [\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/Microsoft.StorageSync\",\r\n \"namespace\": \"Microsoft.StorageSync\",\r\n \"authorizations\": [\r\n {\r\n \"applicationId\": \"9469b9f5-6722-4481-a2b2-14ed560b706f\",\r\n \"roleDefinitionId\": \"4cd49d82-1f4d-43fc-af0c-1c1203668e5a\"\r\n }\r\n ],\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageSyncServices\",\r\n \"locations\": [\r\n \"West Central US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"West US 2\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"UAE North\",\r\n \"UAE Central\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2019-10-01\",\r\n \"2019-06-01\",\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\",\r\n \"2018-01-01-preview\",\r\n \"2017-06-05-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"storageSyncServices/syncGroups\",\r\n \"locations\": [\r\n \"West Central US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"West US 2\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"UAE North\",\r\n \"UAE Central\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2019-10-01\",\r\n \"2019-06-01\",\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\",\r\n \"2018-01-01-preview\",\r\n \"2017-06-05-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageSyncServices/syncGroups/cloudEndpoints\",\r\n \"locations\": [\r\n \"West Central US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"West US 2\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"UAE North\",\r\n \"UAE Central\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2019-10-01\",\r\n \"2019-06-01\",\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\",\r\n \"2018-01-01-preview\",\r\n \"2017-06-05-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageSyncServices/syncGroups/serverEndpoints\",\r\n \"locations\": [\r\n \"West Central US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"West US 2\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"UAE North\",\r\n \"UAE Central\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2019-10-01\",\r\n \"2019-06-01\",\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\",\r\n \"2018-01-01-preview\",\r\n \"2017-06-05-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageSyncServices/registeredServers\",\r\n \"locations\": [\r\n \"West Central US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"West US 2\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"UAE North\",\r\n \"UAE Central\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2019-10-01\",\r\n \"2019-06-01\",\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\",\r\n \"2018-01-01-preview\",\r\n \"2017-06-05-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageSyncServices/workflows\",\r\n \"locations\": [\r\n \"West Central US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"West US 2\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"UAE North\",\r\n \"UAE Central\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2019-10-01\",\r\n \"2019-06-01\",\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\",\r\n \"2018-01-01-preview\",\r\n \"2017-06-05-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2019-10-01\",\r\n \"2019-06-01\",\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\",\r\n \"2018-01-01-preview\",\r\n \"2017-06-05-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2019-10-01\",\r\n \"2019-06-01\",\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/checkNameAvailability\",\r\n \"locations\": [\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"UAE North\",\r\n \"UAE Central\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2019-10-01\",\r\n \"2019-06-01\",\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/workflows\",\r\n \"locations\": [\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"UAE North\",\r\n \"UAE Central\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2019-10-01\",\r\n \"2019-06-01\",\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operations\",\r\n \"locations\": [\r\n \"West Central US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"West US 2\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"UAE North\",\r\n \"UAE Central\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operationResults\",\r\n \"locations\": [\r\n \"West Central US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"West US 2\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"UAE North\",\r\n \"UAE Central\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourcegroups/ps3753?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlZ3JvdXBzL3BzMzc1Mz9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourcegroups/ps9619?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlZ3JvdXBzL3BzOTYxOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "7d232b38-046d-4d3c-931f-feef8c713fce" + "d0d033c6-bd39-48b7-8539-e5d04e02ca97" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ], "Content-Type": [ "application/json; charset=utf-8" @@ -156,13 +156,13 @@ "1199" ], "x-ms-request-id": [ - "f3bd017a-584d-4725-b724-1e81e4074b3b" + "1efebb41-1ba6-4fbc-9206-a8fd7c48f8fe" ], "x-ms-correlation-request-id": [ - "f3bd017a-584d-4725-b724-1e81e4074b3b" + "1efebb41-1ba6-4fbc-9206-a8fd7c48f8fe" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T183824Z:f3bd017a-584d-4725-b724-1e81e4074b3b" + "WESTUS:20200623T063418Z:1efebb41-1ba6-4fbc-9206-a8fd7c48f8fe" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -171,7 +171,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 18:38:24 GMT" + "Tue, 23 Jun 2020 06:34:17 GMT" ], "Content-Length": [ "165" @@ -183,26 +183,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps3753\",\r\n \"name\": \"ps3753\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps9619\",\r\n \"name\": \"ps9619\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/providers/Microsoft.StorageSync/locations/CentralUSEUAP/checkNameAvailability?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZVN5bmMvbG9jYXRpb25zL0NlbnRyYWxVU0VVQVAvY2hlY2tOYW1lQXZhaWxhYmlsaXR5P2FwaS12ZXJzaW9uPTIwMTktMDMtMDE=", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/Microsoft.StorageSync/locations/CentralUSEUAP/checkNameAvailability?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZVN5bmMvbG9jYXRpb25zL0NlbnRyYWxVU0VVQVAvY2hlY2tOYW1lQXZhaWxhYmlsaXR5P2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", "RequestMethod": "POST", - "RequestBody": "{\r\n \"name\": \"sssps3191\",\r\n \"type\": \"Microsoft.StorageSync/storageSyncServices\"\r\n}", + "RequestBody": "{\r\n \"name\": \"sssps1339\",\r\n \"type\": \"Microsoft.StorageSync/storageSyncServices\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "2956e446-c71a-407c-88af-7d508befdbc9" + "772fbfa5-212d-435e-abb2-0657610aa7b6" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -219,7 +219,7 @@ "no-cache" ], "x-ms-request-id": [ - "55a61219-81c1-40c7-81bc-fe612de1d73c" + "9e09dbcb-b496-4351-a9fa-ec6852ac6507" ], "X-Content-Type-Options": [ "nosniff" @@ -240,50 +240,50 @@ "1199" ], "x-ms-correlation-request-id": [ - "e094c4cf-17b2-41f3-bbca-15ac4bd5e620" + "ee806677-a7ac-4391-984a-22c3c4763b31" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T183826Z:e094c4cf-17b2-41f3-bbca-15ac4bd5e620" + "WESTUS:20200623T063418Z:ee806677-a7ac-4391-984a-22c3c4763b31" ], "Date": [ - "Wed, 03 Jul 2019 18:38:25 GMT" + "Tue, 23 Jun 2020 06:34:18 GMT" ], "Content-Length": [ - "51" + "29" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"nameAvailable\": true,\r\n \"reason\": null,\r\n \"message\": null\r\n}", + "ResponseBody": "{\r\n \"nameAvailable\": true\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps3753/providers/Microsoft.StorageSync/storageSyncServices/sssps3191?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzMzc1My9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMzMTkxP2FwaS12ZXJzaW9uPTIwMTktMDMtMDE=", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps9619/providers/Microsoft.StorageSync/storageSyncServices/sssps1339?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzOTYxOS9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMxMzM5P2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"location\": \"Central US EUAP\",\r\n \"tags\": {}\r\n}", + "RequestBody": "{\r\n \"location\": \"Central US EUAP\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"incomingTrafficPolicy\": \"AllowAllTraffic\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "7d4c3b45-adef-46bc-ab01-a683477b9bf0" + "3ce4d7ce-3dd1-43fe-a039-cf4e1a1dbe08" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "52" + "125" ] }, "ResponseHeaders": { @@ -293,8 +293,17 @@ "Pragma": [ "no-cache" ], + "Location": [ + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6ImU3NmNkZjM0LWRiNjktNGM3Yi05MzI3LWRiMzlkMTBjMjUyYSIsIndvcmtmbG93SWQiOiJkNWM4NGVmYS1lZTMwLTRlNzItOGY3Zi1hZjEyNTc2YmUwM2IiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiZmE3NmYyZGQtNmU5My00NDA4LTg5N2QtZTdlMzA1NDZhMzMwIn0=?api-version=2020-03-01" + ], + "Retry-After": [ + "10" + ], + "Azure-AsyncOperation": [ + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6ImU3NmNkZjM0LWRiNjktNGM3Yi05MzI3LWRiMzlkMTBjMjUyYSIsIndvcmtmbG93SWQiOiJkNWM4NGVmYS1lZTMwLTRlNzItOGY3Zi1hZjEyNTc2YmUwM2IiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiZmE3NmYyZGQtNmU5My00NDA4LTg5N2QtZTdlMzA1NDZhMzMwIn0=?api-version=2020-03-01" + ], "x-ms-request-id": [ - "507e61b6-44b8-4299-a10d-108a1d759bf3" + "c22104af-575a-47bb-81df-baea1e28de20" ], "X-Content-Type-Options": [ "nosniff" @@ -312,47 +321,38 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1199" + "1198" ], "x-ms-correlation-request-id": [ - "076388e5-1315-4b18-8d83-25371bc81f5a" + "da5a5b2e-491f-4260-91a5-789cb28ba411" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T183826Z:076388e5-1315-4b18-8d83-25371bc81f5a" + "WESTUS:20200623T063419Z:da5a5b2e-491f-4260-91a5-789cb28ba411" ], "Date": [ - "Wed, 03 Jul 2019 18:38:26 GMT" - ], - "Content-Length": [ - "329" - ], - "Content-Type": [ - "application/json; charset=utf-8" + "Tue, 23 Jun 2020 06:34:19 GMT" ], "Expires": [ "-1" + ], + "Content-Length": [ + "0" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"storageSyncServiceStatus\": null,\r\n \"storageSyncServiceUid\": null\r\n },\r\n \"location\": \"Central US EUAP\",\r\n \"tags\": {},\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps3753/providers/microsoft.storagesync/storageSyncServices/sssps3191\",\r\n \"name\": \"sssps3191\",\r\n \"type\": \"microsoft.storagesync/storageSyncServices\"\r\n}", - "StatusCode": 200 + "ResponseBody": "", + "StatusCode": 202 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps3753/providers/Microsoft.StorageSync/storageSyncServices/sssps3191?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzMzc1My9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMzMTkxP2FwaS12ZXJzaW9uPTIwMTktMDMtMDE=", - "RequestMethod": "DELETE", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6ImU3NmNkZjM0LWRiNjktNGM3Yi05MzI3LWRiMzlkMTBjMjUyYSIsIndvcmtmbG93SWQiOiJkNWM4NGVmYS1lZTMwLTRlNzItOGY3Zi1hZjEyNTc2YmUwM2IiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiZmE3NmYyZGQtNmU5My00NDA4LTg5N2QtZTdlMzA1NDZhMzMwIn0=?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvbG9jYXRpb25zL2NlbnRyYWx1c2V1YXAvb3BlcmF0aW9ucy9leUp3WVhKMGFYUnBiMjVKWkNJNkltVTNObU5rWmpNMExXUmlOamt0TkdNM1lpMDVNekkzTFdSaU16bGtNVEJqTWpVeVlTSXNJbmR2Y210bWJHOTNTV1FpT2lKa05XTTROR1ZtWVMxbFpUTXdMVFJsTnpJdE9HWTNaaTFoWmpFeU5UYzJZbVV3TTJJaUxDSjNiM0pyWm14dmQwOXdaWEpoZEdsdmJrbGtJam9pWm1FM05tWXlaR1F0Tm1VNU15MDBOREE0TFRnNU4yUXRaVGRsTXpBMU5EWmhNek13SW4wPT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { - "x-ms-client-request-id": [ - "3f422803-88c1-4b17-8c7e-c1ced73462ee" - ], - "Accept-Language": [ - "en-US" - ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -363,7 +363,7 @@ "no-cache" ], "x-ms-request-id": [ - "dc59be61-c24e-4fd8-9d43-35be715973e1" + "528d930f-145e-49d4-aff1-7c51c6d79f9c" ], "X-Content-Type-Options": [ "nosniff" @@ -380,45 +380,42 @@ "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-deletes": [ - "14999" + "x-ms-ratelimit-remaining-subscription-reads": [ + "11997" ], "x-ms-correlation-request-id": [ - "2b82d74e-986b-4c30-9493-c60d2f0c43d3" + "b461b64b-46a7-469a-8e28-46182a41e6c4" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T183827Z:2b82d74e-986b-4c30-9493-c60d2f0c43d3" + "WESTUS:20200623T063430Z:b461b64b-46a7-469a-8e28-46182a41e6c4" ], "Date": [ - "Wed, 03 Jul 2019 18:38:26 GMT" + "Tue, 23 Jun 2020 06:34:29 GMT" + ], + "Content-Length": [ + "745" + ], + "Content-Type": [ + "application/json" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, - "ResponseBody": "", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6ImU3NmNkZjM0LWRiNjktNGM3Yi05MzI3LWRiMzlkMTBjMjUyYSIsIndvcmtmbG93SWQiOiJkNWM4NGVmYS1lZTMwLTRlNzItOGY3Zi1hZjEyNTc2YmUwM2IiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiZmE3NmYyZGQtNmU5My00NDA4LTg5N2QtZTdlMzA1NDZhMzMwIn0=\",\r\n \"name\": \"eyJwYXJ0aXRpb25JZCI6ImU3NmNkZjM0LWRiNjktNGM3Yi05MzI3LWRiMzlkMTBjMjUyYSIsIndvcmtmbG93SWQiOiJkNWM4NGVmYS1lZTMwLTRlNzItOGY3Zi1hZjEyNTc2YmUwM2IiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiZmE3NmYyZGQtNmU5My00NDA4LTg5N2QtZTdlMzA1NDZhMzMwIn0=\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2020-06-23T06:34:19.8243519Z\",\r\n \"endTime\": \"2020-06-23T06:34:26.1681488Z\",\r\n \"properties\": {}\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps3753/providers/Microsoft.StorageSync/storageSyncServices?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzMzc1My9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXM/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps9619/providers/Microsoft.StorageSync/storageSyncServices/sssps1339?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzOTYxOS9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMxMzM5P2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { - "x-ms-client-request-id": [ - "a38963a8-a7b3-4492-9631-398745b05c26" - ], - "Accept-Language": [ - "en-US" - ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -428,57 +425,66 @@ "Pragma": [ "no-cache" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11999" - ], "x-ms-request-id": [ - "41c508ea-15b9-4f7d-ae56-aaa3981ffa67" + "be932b77-b6a7-4023-990a-279f37ba937e" ], - "x-ms-correlation-request-id": [ - "41c508ea-15b9-4f7d-ae56-aaa3981ffa67" - ], - "x-ms-routing-request-id": [ - "WESTUS:20190703T183827Z:41c508ea-15b9-4f7d-ae56-aaa3981ffa67" + "X-Content-Type-Options": [ + "nosniff" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Content-Type-Options": [ - "nosniff" + "Server": [ + "Microsoft-IIS/10.0" + ], + "X-AspNet-Version": [ + "4.0.30319" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11996" + ], + "x-ms-correlation-request-id": [ + "2911f257-0dcd-4325-9476-d969a7241adc" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200623T063430Z:2911f257-0dcd-4325-9476-d969a7241adc" ], "Date": [ - "Wed, 03 Jul 2019 18:38:26 GMT" + "Tue, 23 Jun 2020 06:34:30 GMT" + ], + "Content-Length": [ + "633" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" - ], - "Content-Length": [ - "12" ] }, - "ResponseBody": "{\r\n \"value\": []\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"storageSyncServiceStatus\": 0,\r\n \"incomingTrafficPolicy\": \"AllowAllTraffic\",\r\n \"privateEndpointConnections\": [],\r\n \"provisioningState\": \"Succeeded\",\r\n \"lastWorkflowId\": \"storageSyncServices/sssps1339/workflows/d5c84efa-ee30-4e72-8f7f-af12576be03b\",\r\n \"lastOperationName\": \"ICreateStorageSyncServiceWorkflow\"\r\n },\r\n \"location\": \"Central US EUAP\",\r\n \"tags\": {},\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps9619/providers/microsoft.storagesync/storageSyncServices/sssps1339\",\r\n \"name\": \"sssps1339\",\r\n \"type\": \"microsoft.storagesync/storageSyncServices\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourcegroups/ps3753?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlZ3JvdXBzL3BzMzc1Mz9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps9619/providers/Microsoft.StorageSync/storageSyncServices/sssps1339?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzOTYxOS9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMxMzM5P2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "b8c21be0-2f40-415e-970f-f3f7a43bfc71" + "54741eac-a9fe-4f8e-a6ac-50ae9848b88b" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -489,31 +495,43 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzM3NTMtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6ImU3NmNkZjM0LWRiNjktNGM3Yi05MzI3LWRiMzlkMTBjMjUyYSIsIndvcmtmbG93SWQiOiIzNWM1MWM2Ny1jY2U3LTQ3ZWMtYjJiMy1mNmU0MGNiYjBiZWQiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiMDYwYWExN2EtNjljYS00YmIzLWFiZTgtMDg3MDYwMmQ4YTQ0In0=?api-version=2020-03-01" ], "Retry-After": [ - "15" + "10" ], - "x-ms-ratelimit-remaining-subscription-deletes": [ - "14998" + "Azure-AsyncOperation": [ + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6ImU3NmNkZjM0LWRiNjktNGM3Yi05MzI3LWRiMzlkMTBjMjUyYSIsIndvcmtmbG93SWQiOiIzNWM1MWM2Ny1jY2U3LTQ3ZWMtYjJiMy1mNmU0MGNiYjBiZWQiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiMDYwYWExN2EtNjljYS00YmIzLWFiZTgtMDg3MDYwMmQ4YTQ0In0=?api-version=2020-03-01" ], "x-ms-request-id": [ - "7de30d68-588f-4a12-a1c6-61641fa219d1" + "ee03a3a7-4770-4c0e-a312-cb736fc46d5c" ], - "x-ms-correlation-request-id": [ - "7de30d68-588f-4a12-a1c6-61641fa219d1" - ], - "x-ms-routing-request-id": [ - "WESTUS:20190703T183829Z:7de30d68-588f-4a12-a1c6-61641fa219d1" + "X-Content-Type-Options": [ + "nosniff" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Content-Type-Options": [ - "nosniff" + "Server": [ + "Microsoft-IIS/10.0" + ], + "X-AspNet-Version": [ + "4.0.30319" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "x-ms-ratelimit-remaining-subscription-deletes": [ + "14999" + ], + "x-ms-correlation-request-id": [ + "4027f57a-9aba-4a88-9499-68da5f98c26e" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200623T063430Z:4027f57a-9aba-4a88-9499-68da5f98c26e" ], "Date": [ - "Wed, 03 Jul 2019 18:38:28 GMT" + "Tue, 23 Jun 2020 06:34:30 GMT" ], "Expires": [ "-1" @@ -526,16 +544,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzM3NTMtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpNM05UTXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6ImU3NmNkZjM0LWRiNjktNGM3Yi05MzI3LWRiMzlkMTBjMjUyYSIsIndvcmtmbG93SWQiOiIzNWM1MWM2Ny1jY2U3LTQ3ZWMtYjJiMy1mNmU0MGNiYjBiZWQiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiMDYwYWExN2EtNjljYS00YmIzLWFiZTgtMDg3MDYwMmQ4YTQ0In0=?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvbG9jYXRpb25zL2NlbnRyYWx1c2V1YXAvb3BlcmF0aW9ucy9leUp3WVhKMGFYUnBiMjVKWkNJNkltVTNObU5rWmpNMExXUmlOamt0TkdNM1lpMDVNekkzTFdSaU16bGtNVEJqTWpVeVlTSXNJbmR2Y210bWJHOTNTV1FpT2lJek5XTTFNV00yTnkxalkyVTNMVFEzWldNdFlqSmlNeTFtTm1VME1HTmlZakJpWldRaUxDSjNiM0pyWm14dmQwOXdaWEpoZEdsdmJrbGtJam9pTURZd1lXRXhOMkV0TmpsallTMDBZbUl6TFdGaVpUZ3RNRGczTURZd01tUTRZVFEwSW4wPT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -545,32 +563,98 @@ "Pragma": [ "no-cache" ], - "Location": [ - "https://management.azure.com/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzM3NTMtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" + "x-ms-request-id": [ + "fbd5633e-283e-46ce-82e8-3864b3d0ee25" ], - "Retry-After": [ - "15" + "X-Content-Type-Options": [ + "nosniff" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11998" + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ - "dc20517a-19aa-4f30-b820-55bec4a141f4" + "Server": [ + "Microsoft-IIS/10.0" + ], + "X-AspNet-Version": [ + "4.0.30319" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11995" ], "x-ms-correlation-request-id": [ - "dc20517a-19aa-4f30-b820-55bec4a141f4" + "f4fb743e-ceea-4b69-a2cd-e7eaa5cce4b5" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T183844Z:dc20517a-19aa-4f30-b820-55bec4a141f4" + "WESTUS:20200623T063440Z:f4fb743e-ceea-4b69-a2cd-e7eaa5cce4b5" ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" + "Date": [ + "Tue, 23 Jun 2020 06:34:40 GMT" + ], + "Content-Length": [ + "745" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6ImU3NmNkZjM0LWRiNjktNGM3Yi05MzI3LWRiMzlkMTBjMjUyYSIsIndvcmtmbG93SWQiOiIzNWM1MWM2Ny1jY2U3LTQ3ZWMtYjJiMy1mNmU0MGNiYjBiZWQiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiMDYwYWExN2EtNjljYS00YmIzLWFiZTgtMDg3MDYwMmQ4YTQ0In0=\",\r\n \"name\": \"eyJwYXJ0aXRpb25JZCI6ImU3NmNkZjM0LWRiNjktNGM3Yi05MzI3LWRiMzlkMTBjMjUyYSIsIndvcmtmbG93SWQiOiIzNWM1MWM2Ny1jY2U3LTQ3ZWMtYjJiMy1mNmU0MGNiYjBiZWQiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiMDYwYWExN2EtNjljYS00YmIzLWFiZTgtMDg3MDYwMmQ4YTQ0In0=\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2020-06-23T06:34:30.7531258Z\",\r\n \"endTime\": \"2020-06-23T06:34:36.5034531Z\",\r\n \"properties\": {}\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6ImU3NmNkZjM0LWRiNjktNGM3Yi05MzI3LWRiMzlkMTBjMjUyYSIsIndvcmtmbG93SWQiOiIzNWM1MWM2Ny1jY2U3LTQ3ZWMtYjJiMy1mNmU0MGNiYjBiZWQiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiMDYwYWExN2EtNjljYS00YmIzLWFiZTgtMDg3MDYwMmQ4YTQ0In0=?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvbG9jYXRpb25zL2NlbnRyYWx1c2V1YXAvb3BlcmF0aW9ucmVzdWx0cy9leUp3WVhKMGFYUnBiMjVKWkNJNkltVTNObU5rWmpNMExXUmlOamt0TkdNM1lpMDVNekkzTFdSaU16bGtNVEJqTWpVeVlTSXNJbmR2Y210bWJHOTNTV1FpT2lJek5XTTFNV00yTnkxalkyVTNMVFEzWldNdFlqSmlNeTFtTm1VME1HTmlZakJpWldRaUxDSjNiM0pyWm14dmQwOXdaWEpoZEdsdmJrbGtJam9pTURZd1lXRXhOMkV0TmpsallTMDBZbUl6TFdGaVpUZ3RNRGczTURZd01tUTRZVFEwSW4wPT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-request-id": [ + "cd37793e-3f28-448f-9d41-9ca86f6923c3" ], "X-Content-Type-Options": [ "nosniff" ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-IIS/10.0" + ], + "X-AspNet-Version": [ + "4.0.30319" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11994" + ], + "x-ms-correlation-request-id": [ + "9f952522-1adb-4de5-bdaa-aeab1439031a" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200623T063441Z:9f952522-1adb-4de5-bdaa-aeab1439031a" + ], "Date": [ - "Wed, 03 Jul 2019 18:38:43 GMT" + "Tue, 23 Jun 2020 06:34:40 GMT" ], "Expires": [ "-1" @@ -580,19 +664,94 @@ ] }, "ResponseBody": "", - "StatusCode": 202 + "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzM3NTMtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpNM05UTXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps9619/providers/Microsoft.StorageSync/storageSyncServices?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzOTYxOS9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXM/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { + "x-ms-client-request-id": [ + "a8bfab03-d652-4cbe-aba6-581fbf646b14" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-request-id": [ + "a077462b-c63b-4d4b-bc8c-ae2f0cf81c52" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-IIS/10.0" + ], + "X-AspNet-Version": [ + "4.0.30319" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11993" + ], + "x-ms-correlation-request-id": [ + "82d17b0d-b958-472d-ae8c-331d49fc3ccd" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200623T063441Z:82d17b0d-b958-472d-ae8c-331d49fc3ccd" + ], + "Date": [ + "Tue, 23 Jun 2020 06:34:41 GMT" + ], + "Content-Length": [ + "19" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"value\": []\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourcegroups/ps9619?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlZ3JvdXBzL3BzOTYxOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestMethod": "DELETE", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "de03dfd0-867a-40ba-950b-5f720b0a3eb0" + ], + "Accept-Language": [ + "en-US" + ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -603,22 +762,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzM3NTMtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzk2MTktV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" ], "Retry-After": [ "15" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11997" + "x-ms-ratelimit-remaining-subscription-deletes": [ + "14998" ], "x-ms-request-id": [ - "9df7f03f-a9a2-4b86-8d63-a591b340a57e" + "938a84e5-b636-4d52-b557-564b5739ac57" ], "x-ms-correlation-request-id": [ - "9df7f03f-a9a2-4b86-8d63-a591b340a57e" + "938a84e5-b636-4d52-b557-564b5739ac57" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T183859Z:9df7f03f-a9a2-4b86-8d63-a591b340a57e" + "WESTUS:20200623T063441Z:938a84e5-b636-4d52-b557-564b5739ac57" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -627,7 +786,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 18:38:58 GMT" + "Tue, 23 Jun 2020 06:34:41 GMT" ], "Expires": [ "-1" @@ -640,16 +799,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzM3NTMtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpNM05UTXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzk2MTktV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXprMk1Ua3RWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -660,22 +819,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzM3NTMtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzk2MTktV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11996" + "11992" ], "x-ms-request-id": [ - "928ac096-9890-42a2-b269-5ebb790dd571" + "1acd7496-5caf-4c8b-8b20-c0e5e33656be" ], "x-ms-correlation-request-id": [ - "928ac096-9890-42a2-b269-5ebb790dd571" + "1acd7496-5caf-4c8b-8b20-c0e5e33656be" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T183914Z:928ac096-9890-42a2-b269-5ebb790dd571" + "WESTUS:20200623T063456Z:1acd7496-5caf-4c8b-8b20-c0e5e33656be" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -684,7 +843,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 18:39:13 GMT" + "Tue, 23 Jun 2020 06:34:56 GMT" ], "Expires": [ "-1" @@ -697,16 +856,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzM3NTMtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpNM05UTXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzk2MTktV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXprMk1Ua3RWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -717,22 +876,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzM3NTMtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzk2MTktV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11995" + "11991" ], "x-ms-request-id": [ - "b777128c-8187-4ad9-b8b6-9385b33b835e" + "17e1ab01-2717-4967-8227-b58b2a9e3e21" ], "x-ms-correlation-request-id": [ - "b777128c-8187-4ad9-b8b6-9385b33b835e" + "17e1ab01-2717-4967-8227-b58b2a9e3e21" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T183929Z:b777128c-8187-4ad9-b8b6-9385b33b835e" + "WESTUS:20200623T063511Z:17e1ab01-2717-4967-8227-b58b2a9e3e21" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -741,7 +900,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 18:39:28 GMT" + "Tue, 23 Jun 2020 06:35:11 GMT" ], "Expires": [ "-1" @@ -754,16 +913,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzM3NTMtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpNM05UTXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzk2MTktV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXprMk1Ua3RWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -774,16 +933,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11994" + "11990" ], "x-ms-request-id": [ - "ddc5c116-6d25-4e95-8e01-f95bad314930" + "f9e12416-30c0-429a-be21-2a1a2e912547" ], "x-ms-correlation-request-id": [ - "ddc5c116-6d25-4e95-8e01-f95bad314930" + "f9e12416-30c0-429a-be21-2a1a2e912547" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T183944Z:ddc5c116-6d25-4e95-8e01-f95bad314930" + "WESTUS:20200623T063526Z:f9e12416-30c0-429a-be21-2a1a2e912547" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -792,7 +951,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 18:39:43 GMT" + "Tue, 23 Jun 2020 06:35:26 GMT" ], "Expires": [ "-1" @@ -805,16 +964,16 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzM3NTMtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpNM05UTXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzk2MTktV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXprMk1Ua3RWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -825,16 +984,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11993" + "11989" ], "x-ms-request-id": [ - "31465103-d62d-40d5-b17f-98de728a267a" + "1d0528bf-251f-40b7-b600-57ce658c7878" ], "x-ms-correlation-request-id": [ - "31465103-d62d-40d5-b17f-98de728a267a" + "1d0528bf-251f-40b7-b600-57ce658c7878" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T183944Z:31465103-d62d-40d5-b17f-98de728a267a" + "WESTUS:20200623T063526Z:1d0528bf-251f-40b7-b600-57ce658c7878" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -843,7 +1002,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 18:39:43 GMT" + "Tue, 23 Jun 2020 06:35:26 GMT" ], "Expires": [ "-1" @@ -858,13 +1017,13 @@ ], "Names": { "Test-RemoveStorageSyncService": [ - "ps3753", - "ps3191" + "ps9619", + "ps1339" ] }, "Variables": { - "SubscriptionId": "7b96cb02-4663-40f4-9a89-603d3849e46a", - "TenantId": "0483643a-cb2f-462a-bc27-1a270e5bdc0a", + "SubscriptionId": "1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b", + "TenantId": "6ad91d65-65ab-4e14-90f7-fe951035b7c9", "Domain": "" } } \ No newline at end of file diff --git a/src/StorageSync/StorageSync.Test/SessionRecords/StorageSyncTests.StorageSyncServiceTests/TestRemoveStorageSyncServiceInputObject.json b/src/StorageSync/StorageSync.Test/SessionRecords/StorageSyncTests.StorageSyncServiceTests/TestRemoveStorageSyncServiceInputObject.json index a77374076b31..63d22f79a4e3 100644 --- a/src/StorageSync/StorageSync.Test/SessionRecords/StorageSyncTests.StorageSyncServiceTests/TestRemoveStorageSyncServiceInputObject.json +++ b/src/StorageSync/StorageSync.Test/SessionRecords/StorageSyncTests.StorageSyncServiceTests/TestRemoveStorageSyncServiceInputObject.json @@ -1,22 +1,22 @@ { "Entries": [ { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/providers/Microsoft.Resources?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVzb3VyY2VzP2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/Microsoft.Resources?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVzb3VyY2VzP2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "12fd1672-80d4-4dc6-bc20-b8c68838cab0" + "06787fa8-0000-4879-adc9-05280b916f28" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -30,13 +30,13 @@ "11999" ], "x-ms-request-id": [ - "649cb994-3402-4508-a13f-0842e839ed5d" + "d9f0c36b-c47b-45c3-9fc5-85138e24f0ea" ], "x-ms-correlation-request-id": [ - "649cb994-3402-4508-a13f-0842e839ed5d" + "d9f0c36b-c47b-45c3-9fc5-85138e24f0ea" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T183947Z:649cb994-3402-4508-a13f-0842e839ed5d" + "WESTUS:20200623T063530Z:d9f0c36b-c47b-45c3-9fc5-85138e24f0ea" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -45,7 +45,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 18:39:46 GMT" + "Tue, 23 Jun 2020 06:35:29 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -54,29 +54,29 @@ "-1" ], "Content-Length": [ - "8818" + "10899" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/providers/Microsoft.Resources\",\r\n \"namespace\": \"Microsoft.Resources\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"tenants\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operationresults\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"notifyResourceJobs\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"tags\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkPolicyCompliance\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"providers\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkresourcename\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resources\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/resources\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/providers\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/operationresults\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceGroups\",\r\n \"locations\": [\r\n \"Central US\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"West Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia Southeast\",\r\n \"Australia East\",\r\n \"West India\",\r\n \"South India\",\r\n \"Central India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/resourceGroups\",\r\n \"locations\": [\r\n \"Central US\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"West Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia Southeast\",\r\n \"Australia East\",\r\n \"West India\",\r\n \"South India\",\r\n \"Central India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/resourcegroups/resources\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/tagnames\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/tagNames/tagValues\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"deployments\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"deployments/operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"links\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-01-01\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/Microsoft.Resources\",\r\n \"namespace\": \"Microsoft.Resources\",\r\n \"authorization\": {\r\n \"applicationId\": \"3b990c8b-9607-4c2a-8b04-1d41985facca\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"tenants\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-01-01\",\r\n \"2019-09-01\",\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-09-01\",\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operationresults\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-09-01\",\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"notifyResourceJobs\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-09-01\",\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"tags\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-10-01\",\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\"\r\n ],\r\n \"capabilities\": \"SupportsExtension\"\r\n },\r\n {\r\n \"resourceType\": \"checkPolicyCompliance\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"providers\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkresourcename\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"calculateTemplateHash\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-09-01\",\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resources\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-09-01\",\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-10-01\",\r\n \"2019-09-01\",\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/resources\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-09-01\",\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/providers\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/operationresults\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceGroups\",\r\n \"locations\": [\r\n \"Central US\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"West Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia Southeast\",\r\n \"Australia East\",\r\n \"West India\",\r\n \"South India\",\r\n \"Central India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Australia Central\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/resourceGroups\",\r\n \"locations\": [\r\n \"Central US\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"West Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia Southeast\",\r\n \"Australia East\",\r\n \"West India\",\r\n \"South India\",\r\n \"Central India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Australia Central\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/resourcegroups/resources\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/tagnames\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/tagNames/tagValues\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"deployments\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-09-01\",\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"deployments/operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-09-01\",\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"links\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ],\r\n \"capabilities\": \"SupportsExtension\"\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-01-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"deploymentScripts\",\r\n \"locations\": [\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Australia East\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"Central US\",\r\n \"North Central US\",\r\n \"UK South\",\r\n \"Central India\",\r\n \"South India\",\r\n \"Japan East\",\r\n \"Korea Central\",\r\n \"North Europe\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West US 2\",\r\n \"West US\",\r\n \"South Central US\",\r\n \"Canada East\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-10-01-preview\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"deploymentScripts/logs\",\r\n \"locations\": [\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Australia East\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"Central US\",\r\n \"North Central US\",\r\n \"UK South\",\r\n \"Central India\",\r\n \"South India\",\r\n \"Japan East\",\r\n \"Korea Central\",\r\n \"North Europe\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West US 2\",\r\n \"West US\",\r\n \"South Central US\",\r\n \"Canada East\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/deploymentScriptOperationResults\",\r\n \"locations\": [\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Australia East\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"Central US\",\r\n \"North Central US\",\r\n \"UK South\",\r\n \"Central India\",\r\n \"South India\",\r\n \"Japan East\",\r\n \"Korea Central\",\r\n \"North Europe\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West US 2\",\r\n \"West US\",\r\n \"South Central US\",\r\n \"Canada East\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-10-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/providers/Microsoft.StorageSync?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZVN5bmM/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/Microsoft.StorageSync?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZVN5bmM/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "f9fdad06-434b-49f1-b319-d97fe5aba9c3" + "93be2441-289b-4cb0-b321-287530b76729" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -90,13 +90,13 @@ "11998" ], "x-ms-request-id": [ - "482795c5-08f8-4f0f-9ab7-96a9a8a6e204" + "4b585cd2-99a2-49d8-a582-fd7a889e4cd1" ], "x-ms-correlation-request-id": [ - "482795c5-08f8-4f0f-9ab7-96a9a8a6e204" + "4b585cd2-99a2-49d8-a582-fd7a889e4cd1" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T183947Z:482795c5-08f8-4f0f-9ab7-96a9a8a6e204" + "WESTUS:20200623T063530Z:4b585cd2-99a2-49d8-a582-fd7a889e4cd1" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -105,7 +105,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 18:39:46 GMT" + "Tue, 23 Jun 2020 06:35:29 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -114,29 +114,29 @@ "-1" ], "Content-Length": [ - "5239" + "7645" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/providers/Microsoft.StorageSync\",\r\n \"namespace\": \"Microsoft.StorageSync\",\r\n \"authorizations\": [\r\n {\r\n \"applicationId\": \"9469b9f5-6722-4481-a2b2-14ed560b706f\"\r\n }\r\n ],\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageSyncServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"Central US EUAP\",\r\n \"West US 2\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\",\r\n \"2018-01-01-preview\",\r\n \"2017-06-05-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"storageSyncServices/syncGroups\",\r\n \"locations\": [\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"Central US EUAP\",\r\n \"West US 2\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\",\r\n \"2018-01-01-preview\",\r\n \"2017-06-05-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageSyncServices/syncGroups/cloudEndpoints\",\r\n \"locations\": [\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"Central US EUAP\",\r\n \"West US 2\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\",\r\n \"2018-01-01-preview\",\r\n \"2017-06-05-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageSyncServices/syncGroups/serverEndpoints\",\r\n \"locations\": [\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"Central US EUAP\",\r\n \"West US 2\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\",\r\n \"2018-01-01-preview\",\r\n \"2017-06-05-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageSyncServices/registeredServers\",\r\n \"locations\": [\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"Central US EUAP\",\r\n \"West US 2\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\",\r\n \"2018-01-01-preview\",\r\n \"2017-06-05-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageSyncServices/workflows\",\r\n \"locations\": [\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"Central US EUAP\",\r\n \"West US 2\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\",\r\n \"2018-01-01-preview\",\r\n \"2017-06-05-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\",\r\n \"2018-01-01-preview\",\r\n \"2017-06-05-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/checkNameAvailability\",\r\n \"locations\": [\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/workflows\",\r\n \"locations\": [\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/Microsoft.StorageSync\",\r\n \"namespace\": \"Microsoft.StorageSync\",\r\n \"authorizations\": [\r\n {\r\n \"applicationId\": \"9469b9f5-6722-4481-a2b2-14ed560b706f\",\r\n \"roleDefinitionId\": \"4cd49d82-1f4d-43fc-af0c-1c1203668e5a\"\r\n }\r\n ],\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageSyncServices\",\r\n \"locations\": [\r\n \"West Central US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"West US 2\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"UAE North\",\r\n \"UAE Central\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2019-10-01\",\r\n \"2019-06-01\",\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\",\r\n \"2018-01-01-preview\",\r\n \"2017-06-05-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"storageSyncServices/syncGroups\",\r\n \"locations\": [\r\n \"West Central US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"West US 2\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"UAE North\",\r\n \"UAE Central\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2019-10-01\",\r\n \"2019-06-01\",\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\",\r\n \"2018-01-01-preview\",\r\n \"2017-06-05-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageSyncServices/syncGroups/cloudEndpoints\",\r\n \"locations\": [\r\n \"West Central US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"West US 2\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"UAE North\",\r\n \"UAE Central\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2019-10-01\",\r\n \"2019-06-01\",\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\",\r\n \"2018-01-01-preview\",\r\n \"2017-06-05-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageSyncServices/syncGroups/serverEndpoints\",\r\n \"locations\": [\r\n \"West Central US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"West US 2\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"UAE North\",\r\n \"UAE Central\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2019-10-01\",\r\n \"2019-06-01\",\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\",\r\n \"2018-01-01-preview\",\r\n \"2017-06-05-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageSyncServices/registeredServers\",\r\n \"locations\": [\r\n \"West Central US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"West US 2\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"UAE North\",\r\n \"UAE Central\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2019-10-01\",\r\n \"2019-06-01\",\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\",\r\n \"2018-01-01-preview\",\r\n \"2017-06-05-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageSyncServices/workflows\",\r\n \"locations\": [\r\n \"West Central US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"West US 2\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"UAE North\",\r\n \"UAE Central\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2019-10-01\",\r\n \"2019-06-01\",\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\",\r\n \"2018-01-01-preview\",\r\n \"2017-06-05-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2019-10-01\",\r\n \"2019-06-01\",\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\",\r\n \"2018-01-01-preview\",\r\n \"2017-06-05-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2019-10-01\",\r\n \"2019-06-01\",\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/checkNameAvailability\",\r\n \"locations\": [\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"UAE North\",\r\n \"UAE Central\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2019-10-01\",\r\n \"2019-06-01\",\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/workflows\",\r\n \"locations\": [\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"UAE North\",\r\n \"UAE Central\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2019-10-01\",\r\n \"2019-06-01\",\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operations\",\r\n \"locations\": [\r\n \"West Central US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"West US 2\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"UAE North\",\r\n \"UAE Central\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operationResults\",\r\n \"locations\": [\r\n \"West Central US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"West US 2\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"UAE North\",\r\n \"UAE Central\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourcegroups/ps7525?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlZ3JvdXBzL3BzNzUyNT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourcegroups/ps7117?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlZ3JvdXBzL3BzNzExNz9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "6b50a620-15c3-4e22-b862-be24664cd01d" + "192c230f-4a4c-44aa-8a64-c5975e4f17a3" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ], "Content-Type": [ "application/json; charset=utf-8" @@ -156,13 +156,13 @@ "1199" ], "x-ms-request-id": [ - "4fe6a302-04fa-4bbc-96a3-d9df196335b4" + "607cc006-39ff-4790-95db-d80abf65c5e0" ], "x-ms-correlation-request-id": [ - "4fe6a302-04fa-4bbc-96a3-d9df196335b4" + "607cc006-39ff-4790-95db-d80abf65c5e0" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T183949Z:4fe6a302-04fa-4bbc-96a3-d9df196335b4" + "WESTUS:20200623T063530Z:607cc006-39ff-4790-95db-d80abf65c5e0" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -171,7 +171,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 18:39:48 GMT" + "Tue, 23 Jun 2020 06:35:29 GMT" ], "Content-Length": [ "165" @@ -183,26 +183,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps7525\",\r\n \"name\": \"ps7525\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps7117\",\r\n \"name\": \"ps7117\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/providers/Microsoft.StorageSync/locations/CentralUSEUAP/checkNameAvailability?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZVN5bmMvbG9jYXRpb25zL0NlbnRyYWxVU0VVQVAvY2hlY2tOYW1lQXZhaWxhYmlsaXR5P2FwaS12ZXJzaW9uPTIwMTktMDMtMDE=", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/Microsoft.StorageSync/locations/CentralUSEUAP/checkNameAvailability?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZVN5bmMvbG9jYXRpb25zL0NlbnRyYWxVU0VVQVAvY2hlY2tOYW1lQXZhaWxhYmlsaXR5P2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", "RequestMethod": "POST", - "RequestBody": "{\r\n \"name\": \"sssps8469\",\r\n \"type\": \"Microsoft.StorageSync/storageSyncServices\"\r\n}", + "RequestBody": "{\r\n \"name\": \"sssps7177\",\r\n \"type\": \"Microsoft.StorageSync/storageSyncServices\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "808cfac4-a89b-4dfd-be77-ad903cdd2561" + "bf9f7d6a-db6d-40f3-8869-13672fa8d2b8" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -219,7 +219,7 @@ "no-cache" ], "x-ms-request-id": [ - "b0109a27-d908-4abb-ae61-5da6bc228be9" + "58cddbc0-186a-445f-b8ed-966097e5294a" ], "X-Content-Type-Options": [ "nosniff" @@ -237,53 +237,53 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1198" + "1199" ], "x-ms-correlation-request-id": [ - "19c41556-369b-4b6a-bee0-03b527bd3f0f" + "dd40064c-c0cf-4f33-8a10-702234109514" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T183950Z:19c41556-369b-4b6a-bee0-03b527bd3f0f" + "WESTUS:20200623T063531Z:dd40064c-c0cf-4f33-8a10-702234109514" ], "Date": [ - "Wed, 03 Jul 2019 18:39:49 GMT" + "Tue, 23 Jun 2020 06:35:30 GMT" ], "Content-Length": [ - "51" + "29" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"nameAvailable\": true,\r\n \"reason\": null,\r\n \"message\": null\r\n}", + "ResponseBody": "{\r\n \"nameAvailable\": true\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps7525/providers/Microsoft.StorageSync/storageSyncServices/sssps8469?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNzUyNS9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM4NDY5P2FwaS12ZXJzaW9uPTIwMTktMDMtMDE=", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps7117/providers/Microsoft.StorageSync/storageSyncServices/sssps7177?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzNzExNy9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM3MTc3P2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"location\": \"Central US EUAP\",\r\n \"tags\": {}\r\n}", + "RequestBody": "{\r\n \"location\": \"Central US EUAP\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"incomingTrafficPolicy\": \"AllowAllTraffic\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "1a0e1bc5-2421-457f-8ab0-1a8d7e01ed3b" + "9080fd37-d928-47e8-ab25-e3e51b574fce" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "52" + "125" ] }, "ResponseHeaders": { @@ -293,8 +293,17 @@ "Pragma": [ "no-cache" ], + "Location": [ + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6ImFiYTk1ZDI1LTU1MDAtNDkzOC1iMTk3LWQ3YzE4ZTU2ZDc1OCIsIndvcmtmbG93SWQiOiJlMjRiYWI0Ny03NmJlLTQ5NWQtOGVkZC0wMTA4ZjFkZDkzZmEiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiN2QyOTgxZjctYTY2NS00OWE0LTkyMTktODI0Y2MyYTRhMTA4In0=?api-version=2020-03-01" + ], + "Retry-After": [ + "10" + ], + "Azure-AsyncOperation": [ + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6ImFiYTk1ZDI1LTU1MDAtNDkzOC1iMTk3LWQ3YzE4ZTU2ZDc1OCIsIndvcmtmbG93SWQiOiJlMjRiYWI0Ny03NmJlLTQ5NWQtOGVkZC0wMTA4ZjFkZDkzZmEiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiN2QyOTgxZjctYTY2NS00OWE0LTkyMTktODI0Y2MyYTRhMTA4In0=?api-version=2020-03-01" + ], "x-ms-request-id": [ - "f6ce85f0-e254-48ee-9c62-7d31004aedc9" + "1506cadc-8596-4fb4-b8ea-c579ecf97c27" ], "X-Content-Type-Options": [ "nosniff" @@ -312,47 +321,170 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1198" + "1199" ], "x-ms-correlation-request-id": [ - "58b4f392-20ba-4472-a0ba-d3c62a9aa257" + "7ee36d99-92b4-42e1-a419-7bcec2915461" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T183951Z:58b4f392-20ba-4472-a0ba-d3c62a9aa257" + "WESTUS:20200623T063532Z:7ee36d99-92b4-42e1-a419-7bcec2915461" ], "Date": [ - "Wed, 03 Jul 2019 18:39:50 GMT" + "Tue, 23 Jun 2020 06:35:31 GMT" + ], + "Expires": [ + "-1" ], "Content-Length": [ - "329" + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6ImFiYTk1ZDI1LTU1MDAtNDkzOC1iMTk3LWQ3YzE4ZTU2ZDc1OCIsIndvcmtmbG93SWQiOiJlMjRiYWI0Ny03NmJlLTQ5NWQtOGVkZC0wMTA4ZjFkZDkzZmEiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiN2QyOTgxZjctYTY2NS00OWE0LTkyMTktODI0Y2MyYTRhMTA4In0=?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvbG9jYXRpb25zL2NlbnRyYWx1c2V1YXAvb3BlcmF0aW9ucy9leUp3WVhKMGFYUnBiMjVKWkNJNkltRmlZVGsxWkRJMUxUVTFNREF0TkRrek9DMWlNVGszTFdRM1l6RTRaVFUyWkRjMU9DSXNJbmR2Y210bWJHOTNTV1FpT2lKbE1qUmlZV0kwTnkwM05tSmxMVFE1TldRdE9HVmtaQzB3TVRBNFpqRmtaRGt6Wm1FaUxDSjNiM0pyWm14dmQwOXdaWEpoZEdsdmJrbGtJam9pTjJReU9UZ3haamN0WVRZMk5TMDBPV0UwTFRreU1Ua3RPREkwWTJNeVlUUmhNVEE0SW4wPT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-request-id": [ + "263c8b11-8727-4846-bec7-76f404eec714" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-IIS/10.0" + ], + "X-AspNet-Version": [ + "4.0.30319" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11999" + ], + "x-ms-correlation-request-id": [ + "2d8f309f-3100-4878-a1f4-6214336b75d5" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200623T063542Z:2d8f309f-3100-4878-a1f4-6214336b75d5" + ], + "Date": [ + "Tue, 23 Jun 2020 06:35:41 GMT" + ], + "Content-Length": [ + "745" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"storageSyncServiceStatus\": null,\r\n \"storageSyncServiceUid\": null\r\n },\r\n \"location\": \"Central US EUAP\",\r\n \"tags\": {},\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps7525/providers/microsoft.storagesync/storageSyncServices/sssps8469\",\r\n \"name\": \"sssps8469\",\r\n \"type\": \"microsoft.storagesync/storageSyncServices\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6ImFiYTk1ZDI1LTU1MDAtNDkzOC1iMTk3LWQ3YzE4ZTU2ZDc1OCIsIndvcmtmbG93SWQiOiJlMjRiYWI0Ny03NmJlLTQ5NWQtOGVkZC0wMTA4ZjFkZDkzZmEiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiN2QyOTgxZjctYTY2NS00OWE0LTkyMTktODI0Y2MyYTRhMTA4In0=\",\r\n \"name\": \"eyJwYXJ0aXRpb25JZCI6ImFiYTk1ZDI1LTU1MDAtNDkzOC1iMTk3LWQ3YzE4ZTU2ZDc1OCIsIndvcmtmbG93SWQiOiJlMjRiYWI0Ny03NmJlLTQ5NWQtOGVkZC0wMTA4ZjFkZDkzZmEiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiN2QyOTgxZjctYTY2NS00OWE0LTkyMTktODI0Y2MyYTRhMTA4In0=\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2020-06-23T06:35:32.1842277Z\",\r\n \"endTime\": \"2020-06-23T06:35:39.6845831Z\",\r\n \"properties\": {}\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps7525/providers/Microsoft.StorageSync/storageSyncServices/sssps8469?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNzUyNS9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM4NDY5P2FwaS12ZXJzaW9uPTIwMTktMDMtMDE=", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps7117/providers/Microsoft.StorageSync/storageSyncServices/sssps7177?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzNzExNy9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM3MTc3P2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-request-id": [ + "ac8a2daf-cbc3-436d-ae79-f4a697b50e60" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-IIS/10.0" + ], + "X-AspNet-Version": [ + "4.0.30319" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11998" + ], + "x-ms-correlation-request-id": [ + "6bfbe2c3-0ea1-47a9-8e49-c5a5a58f0bfd" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200623T063542Z:6bfbe2c3-0ea1-47a9-8e49-c5a5a58f0bfd" + ], + "Date": [ + "Tue, 23 Jun 2020 06:35:41 GMT" + ], + "Content-Length": [ + "633" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"properties\": {\r\n \"storageSyncServiceStatus\": 0,\r\n \"incomingTrafficPolicy\": \"AllowAllTraffic\",\r\n \"privateEndpointConnections\": [],\r\n \"provisioningState\": \"Succeeded\",\r\n \"lastWorkflowId\": \"storageSyncServices/sssps7177/workflows/e24bab47-76be-495d-8edd-0108f1dd93fa\",\r\n \"lastOperationName\": \"ICreateStorageSyncServiceWorkflow\"\r\n },\r\n \"location\": \"Central US EUAP\",\r\n \"tags\": {},\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps7117/providers/microsoft.storagesync/storageSyncServices/sssps7177\",\r\n \"name\": \"sssps7177\",\r\n \"type\": \"microsoft.storagesync/storageSyncServices\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps7117/providers/Microsoft.StorageSync/storageSyncServices/sssps7177?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzNzExNy9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM3MTc3P2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "1a9e309f-a344-4936-8499-e2c14c195657" + "30331e94-0a78-4f9b-9258-e1f6e6d8fea9" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -362,8 +494,17 @@ "Pragma": [ "no-cache" ], + "Location": [ + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6ImFiYTk1ZDI1LTU1MDAtNDkzOC1iMTk3LWQ3YzE4ZTU2ZDc1OCIsIndvcmtmbG93SWQiOiIwZGMzNjY5Yy1mZmM2LTQ4ZTItYWMwOS1hNWVjNDU4MzU2OGUiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiYThhNmI5NjgtZTQ1My00OWE4LWE1OTctNzQyODhiMjQ2MGU0In0=?api-version=2020-03-01" + ], + "Retry-After": [ + "10" + ], + "Azure-AsyncOperation": [ + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6ImFiYTk1ZDI1LTU1MDAtNDkzOC1iMTk3LWQ3YzE4ZTU2ZDc1OCIsIndvcmtmbG93SWQiOiIwZGMzNjY5Yy1mZmM2LTQ4ZTItYWMwOS1hNWVjNDU4MzU2OGUiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiYThhNmI5NjgtZTQ1My00OWE4LWE1OTctNzQyODhiMjQ2MGU0In0=?api-version=2020-03-01" + ], "x-ms-request-id": [ - "81dc7938-79e6-4b9e-8793-bbbe036c3d1a" + "7d52e138-21b1-4966-8865-71168ba656db" ], "X-Content-Type-Options": [ "nosniff" @@ -381,16 +522,139 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-deletes": [ - "14996" + "14999" ], "x-ms-correlation-request-id": [ - "2d0e6540-90ce-4cf4-b81d-f88fb3781bbd" + "2d479c26-242a-4e98-bb19-863cb6ca971a" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T183951Z:2d0e6540-90ce-4cf4-b81d-f88fb3781bbd" + "WESTUS:20200623T063543Z:2d479c26-242a-4e98-bb19-863cb6ca971a" ], "Date": [ - "Wed, 03 Jul 2019 18:39:50 GMT" + "Tue, 23 Jun 2020 06:35:42 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6ImFiYTk1ZDI1LTU1MDAtNDkzOC1iMTk3LWQ3YzE4ZTU2ZDc1OCIsIndvcmtmbG93SWQiOiIwZGMzNjY5Yy1mZmM2LTQ4ZTItYWMwOS1hNWVjNDU4MzU2OGUiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiYThhNmI5NjgtZTQ1My00OWE4LWE1OTctNzQyODhiMjQ2MGU0In0=?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvbG9jYXRpb25zL2NlbnRyYWx1c2V1YXAvb3BlcmF0aW9ucy9leUp3WVhKMGFYUnBiMjVKWkNJNkltRmlZVGsxWkRJMUxUVTFNREF0TkRrek9DMWlNVGszTFdRM1l6RTRaVFUyWkRjMU9DSXNJbmR2Y210bWJHOTNTV1FpT2lJd1pHTXpOalk1WXkxbVptTTJMVFE0WlRJdFlXTXdPUzFoTldWak5EVTRNelUyT0dVaUxDSjNiM0pyWm14dmQwOXdaWEpoZEdsdmJrbGtJam9pWVRoaE5tSTVOamd0WlRRMU15MDBPV0U0TFdFMU9UY3ROelF5T0RoaU1qUTJNR1UwSW4wPT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-request-id": [ + "cdb0db17-b082-448d-be46-e6c7bef411e7" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-IIS/10.0" + ], + "X-AspNet-Version": [ + "4.0.30319" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11997" + ], + "x-ms-correlation-request-id": [ + "ef19c5ff-02a6-4830-827c-33e6bdc1f09f" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200623T063553Z:ef19c5ff-02a6-4830-827c-33e6bdc1f09f" + ], + "Date": [ + "Tue, 23 Jun 2020 06:35:52 GMT" + ], + "Content-Length": [ + "745" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6ImFiYTk1ZDI1LTU1MDAtNDkzOC1iMTk3LWQ3YzE4ZTU2ZDc1OCIsIndvcmtmbG93SWQiOiIwZGMzNjY5Yy1mZmM2LTQ4ZTItYWMwOS1hNWVjNDU4MzU2OGUiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiYThhNmI5NjgtZTQ1My00OWE4LWE1OTctNzQyODhiMjQ2MGU0In0=\",\r\n \"name\": \"eyJwYXJ0aXRpb25JZCI6ImFiYTk1ZDI1LTU1MDAtNDkzOC1iMTk3LWQ3YzE4ZTU2ZDc1OCIsIndvcmtmbG93SWQiOiIwZGMzNjY5Yy1mZmM2LTQ4ZTItYWMwOS1hNWVjNDU4MzU2OGUiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiYThhNmI5NjgtZTQ1My00OWE4LWE1OTctNzQyODhiMjQ2MGU0In0=\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2020-06-23T06:35:43.9722182Z\",\r\n \"endTime\": \"2020-06-23T06:35:49.6909448Z\",\r\n \"properties\": {}\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6ImFiYTk1ZDI1LTU1MDAtNDkzOC1iMTk3LWQ3YzE4ZTU2ZDc1OCIsIndvcmtmbG93SWQiOiIwZGMzNjY5Yy1mZmM2LTQ4ZTItYWMwOS1hNWVjNDU4MzU2OGUiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiYThhNmI5NjgtZTQ1My00OWE4LWE1OTctNzQyODhiMjQ2MGU0In0=?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvbG9jYXRpb25zL2NlbnRyYWx1c2V1YXAvb3BlcmF0aW9ucmVzdWx0cy9leUp3WVhKMGFYUnBiMjVKWkNJNkltRmlZVGsxWkRJMUxUVTFNREF0TkRrek9DMWlNVGszTFdRM1l6RTRaVFUyWkRjMU9DSXNJbmR2Y210bWJHOTNTV1FpT2lJd1pHTXpOalk1WXkxbVptTTJMVFE0WlRJdFlXTXdPUzFoTldWak5EVTRNelUyT0dVaUxDSjNiM0pyWm14dmQwOXdaWEpoZEdsdmJrbGtJam9pWVRoaE5tSTVOamd0WlRRMU15MDBPV0U0TFdFMU9UY3ROelF5T0RoaU1qUTJNR1UwSW4wPT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-request-id": [ + "82e1ed97-ba69-4698-8155-f062fb66cb93" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-IIS/10.0" + ], + "X-AspNet-Version": [ + "4.0.30319" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11996" + ], + "x-ms-correlation-request-id": [ + "957c0bf1-054d-467d-bfd1-414173ec91ca" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200623T063553Z:957c0bf1-054d-467d-bfd1-414173ec91ca" + ], + "Date": [ + "Tue, 23 Jun 2020 06:35:52 GMT" ], "Expires": [ "-1" @@ -403,22 +667,22 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps7525/providers/Microsoft.StorageSync/storageSyncServices?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNzUyNS9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXM/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps7117/providers/Microsoft.StorageSync/storageSyncServices?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzNzExNy9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXM/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "57d1f045-efd6-4c44-9c0e-bd4be8a37d09" + "655e89d6-ffee-438e-94e2-632bfb80ab1a" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -428,57 +692,66 @@ "Pragma": [ "no-cache" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11988" - ], "x-ms-request-id": [ - "01bed648-f0bf-4779-9c57-d6503a149b28" - ], - "x-ms-correlation-request-id": [ - "01bed648-f0bf-4779-9c57-d6503a149b28" + "b01e4545-2fb2-4556-85fe-262fa86e514c" ], - "x-ms-routing-request-id": [ - "WESTUS:20190703T183951Z:01bed648-f0bf-4779-9c57-d6503a149b28" + "X-Content-Type-Options": [ + "nosniff" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Content-Type-Options": [ - "nosniff" + "Server": [ + "Microsoft-IIS/10.0" + ], + "X-AspNet-Version": [ + "4.0.30319" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11995" + ], + "x-ms-correlation-request-id": [ + "a5b55143-9e1f-4ed5-971a-3b43564d4d7c" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200623T063553Z:a5b55143-9e1f-4ed5-971a-3b43564d4d7c" ], "Date": [ - "Wed, 03 Jul 2019 18:39:50 GMT" + "Tue, 23 Jun 2020 06:35:52 GMT" + ], + "Content-Length": [ + "19" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" - ], - "Content-Length": [ - "12" ] }, "ResponseBody": "{\r\n \"value\": []\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourcegroups/ps7525?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlZ3JvdXBzL3BzNzUyNT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourcegroups/ps7117?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlZ3JvdXBzL3BzNzExNz9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "edad0d62-86d5-48d2-a4a6-ba9330411897" + "df459197-c72b-48fe-8243-14652cac9f7c" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -489,22 +762,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzc1MjUtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzcxMTctV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-deletes": [ - "14995" + "14998" ], "x-ms-request-id": [ - "beccf775-e7ec-4114-aa2e-f7c477332921" + "f26d35c3-46bc-4a15-9cc5-c1d517ded55c" ], "x-ms-correlation-request-id": [ - "beccf775-e7ec-4114-aa2e-f7c477332921" + "f26d35c3-46bc-4a15-9cc5-c1d517ded55c" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T183952Z:beccf775-e7ec-4114-aa2e-f7c477332921" + "WESTUS:20200623T063553Z:f26d35c3-46bc-4a15-9cc5-c1d517ded55c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -513,7 +786,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 18:39:51 GMT" + "Tue, 23 Jun 2020 06:35:52 GMT" ], "Expires": [ "-1" @@ -526,16 +799,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzc1MjUtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpjMU1qVXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzcxMTctV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpjeE1UY3RWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -546,22 +819,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzc1MjUtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzcxMTctV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11989" + "11994" ], "x-ms-request-id": [ - "7c56b46c-d124-47f5-ba0b-0860ad1fd3dd" + "fade7811-a0de-4cc8-baf3-f1949432a297" ], "x-ms-correlation-request-id": [ - "7c56b46c-d124-47f5-ba0b-0860ad1fd3dd" + "fade7811-a0de-4cc8-baf3-f1949432a297" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T184007Z:7c56b46c-d124-47f5-ba0b-0860ad1fd3dd" + "WESTUS:20200623T063608Z:fade7811-a0de-4cc8-baf3-f1949432a297" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -570,7 +843,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 18:40:07 GMT" + "Tue, 23 Jun 2020 06:36:08 GMT" ], "Expires": [ "-1" @@ -583,16 +856,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzc1MjUtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpjMU1qVXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzcxMTctV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpjeE1UY3RWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -603,22 +876,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzc1MjUtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzcxMTctV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11988" + "11993" ], "x-ms-request-id": [ - "c2903c8f-9a3b-40c8-bd89-2c54e0937c37" + "ab778cf6-61d5-40dc-915a-582d04d8e00b" ], "x-ms-correlation-request-id": [ - "c2903c8f-9a3b-40c8-bd89-2c54e0937c37" + "ab778cf6-61d5-40dc-915a-582d04d8e00b" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T184022Z:c2903c8f-9a3b-40c8-bd89-2c54e0937c37" + "WESTUS:20200623T063624Z:ab778cf6-61d5-40dc-915a-582d04d8e00b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -627,7 +900,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 18:40:22 GMT" + "Tue, 23 Jun 2020 06:36:23 GMT" ], "Expires": [ "-1" @@ -640,16 +913,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzc1MjUtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpjMU1qVXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzcxMTctV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpjeE1UY3RWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -660,16 +933,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11987" + "11992" ], "x-ms-request-id": [ - "8f579257-2320-49ff-9b6d-4f1a28f9f048" + "8591706a-e5b2-4032-aa45-165a788fa45d" ], "x-ms-correlation-request-id": [ - "8f579257-2320-49ff-9b6d-4f1a28f9f048" + "8591706a-e5b2-4032-aa45-165a788fa45d" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T184037Z:8f579257-2320-49ff-9b6d-4f1a28f9f048" + "WESTUS:20200623T063639Z:8591706a-e5b2-4032-aa45-165a788fa45d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -678,7 +951,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 18:40:37 GMT" + "Tue, 23 Jun 2020 06:36:38 GMT" ], "Expires": [ "-1" @@ -691,16 +964,16 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzc1MjUtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpjMU1qVXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzcxMTctV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpjeE1UY3RWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -711,16 +984,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11986" + "11991" ], "x-ms-request-id": [ - "56bd1f0c-94fb-40cd-9b94-2ec93b00c3b3" + "bf33e002-076d-4e57-9fcc-2ee9e220c143" ], "x-ms-correlation-request-id": [ - "56bd1f0c-94fb-40cd-9b94-2ec93b00c3b3" + "bf33e002-076d-4e57-9fcc-2ee9e220c143" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T184037Z:56bd1f0c-94fb-40cd-9b94-2ec93b00c3b3" + "WESTUS:20200623T063639Z:bf33e002-076d-4e57-9fcc-2ee9e220c143" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -729,7 +1002,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 18:40:37 GMT" + "Tue, 23 Jun 2020 06:36:38 GMT" ], "Expires": [ "-1" @@ -744,13 +1017,13 @@ ], "Names": { "Test-RemoveStorageSyncServiceInputObject": [ - "ps7525", - "ps8469" + "ps7117", + "ps7177" ] }, "Variables": { - "SubscriptionId": "7b96cb02-4663-40f4-9a89-603d3849e46a", - "TenantId": "0483643a-cb2f-462a-bc27-1a270e5bdc0a", + "SubscriptionId": "1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b", + "TenantId": "6ad91d65-65ab-4e14-90f7-fe951035b7c9", "Domain": "" } } \ No newline at end of file diff --git a/src/StorageSync/StorageSync.Test/SessionRecords/StorageSyncTests.StorageSyncServiceTests/TestRemoveStorageSyncServiceResourceId.json b/src/StorageSync/StorageSync.Test/SessionRecords/StorageSyncTests.StorageSyncServiceTests/TestRemoveStorageSyncServiceResourceId.json index a4af14a20157..a57765428dd5 100644 --- a/src/StorageSync/StorageSync.Test/SessionRecords/StorageSyncTests.StorageSyncServiceTests/TestRemoveStorageSyncServiceResourceId.json +++ b/src/StorageSync/StorageSync.Test/SessionRecords/StorageSyncTests.StorageSyncServiceTests/TestRemoveStorageSyncServiceResourceId.json @@ -1,22 +1,22 @@ { "Entries": [ { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/providers/Microsoft.Resources?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVzb3VyY2VzP2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/Microsoft.Resources?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVzb3VyY2VzP2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "e05b2ad7-58ac-4f44-8528-8109b518b8d9" + "cb320ab5-7dfd-4dd0-86ef-e7658b0ccb9a" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -30,13 +30,13 @@ "11999" ], "x-ms-request-id": [ - "eb859380-e6c4-4a6c-87a2-7bc25fed9390" + "ff462958-7081-41bc-95b4-db83b25bf01b" ], "x-ms-correlation-request-id": [ - "eb859380-e6c4-4a6c-87a2-7bc25fed9390" + "ff462958-7081-41bc-95b4-db83b25bf01b" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T183658Z:eb859380-e6c4-4a6c-87a2-7bc25fed9390" + "WESTUS:20200623T063305Z:ff462958-7081-41bc-95b4-db83b25bf01b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -45,7 +45,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 18:36:58 GMT" + "Tue, 23 Jun 2020 06:33:05 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -54,29 +54,29 @@ "-1" ], "Content-Length": [ - "8818" + "10899" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/providers/Microsoft.Resources\",\r\n \"namespace\": \"Microsoft.Resources\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"tenants\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operationresults\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"notifyResourceJobs\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"tags\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkPolicyCompliance\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"providers\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkresourcename\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resources\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/resources\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/providers\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/operationresults\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceGroups\",\r\n \"locations\": [\r\n \"Central US\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"West Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia Southeast\",\r\n \"Australia East\",\r\n \"West India\",\r\n \"South India\",\r\n \"Central India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/resourceGroups\",\r\n \"locations\": [\r\n \"Central US\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"West Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia Southeast\",\r\n \"Australia East\",\r\n \"West India\",\r\n \"South India\",\r\n \"Central India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/resourcegroups/resources\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/tagnames\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/tagNames/tagValues\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"deployments\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"deployments/operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"links\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-01-01\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/Microsoft.Resources\",\r\n \"namespace\": \"Microsoft.Resources\",\r\n \"authorization\": {\r\n \"applicationId\": \"3b990c8b-9607-4c2a-8b04-1d41985facca\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"tenants\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-01-01\",\r\n \"2019-09-01\",\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-09-01\",\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operationresults\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-09-01\",\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"notifyResourceJobs\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-09-01\",\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"tags\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-10-01\",\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\"\r\n ],\r\n \"capabilities\": \"SupportsExtension\"\r\n },\r\n {\r\n \"resourceType\": \"checkPolicyCompliance\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"providers\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkresourcename\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"calculateTemplateHash\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-09-01\",\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resources\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-09-01\",\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-10-01\",\r\n \"2019-09-01\",\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/resources\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-09-01\",\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/providers\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/operationresults\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceGroups\",\r\n \"locations\": [\r\n \"Central US\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"West Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia Southeast\",\r\n \"Australia East\",\r\n \"West India\",\r\n \"South India\",\r\n \"Central India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Australia Central\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/resourceGroups\",\r\n \"locations\": [\r\n \"Central US\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"West Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia Southeast\",\r\n \"Australia East\",\r\n \"West India\",\r\n \"South India\",\r\n \"Central India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Australia Central\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/resourcegroups/resources\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/tagnames\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/tagNames/tagValues\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"deployments\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-09-01\",\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"deployments/operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-09-01\",\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"links\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ],\r\n \"capabilities\": \"SupportsExtension\"\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-01-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"deploymentScripts\",\r\n \"locations\": [\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Australia East\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"Central US\",\r\n \"North Central US\",\r\n \"UK South\",\r\n \"Central India\",\r\n \"South India\",\r\n \"Japan East\",\r\n \"Korea Central\",\r\n \"North Europe\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West US 2\",\r\n \"West US\",\r\n \"South Central US\",\r\n \"Canada East\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-10-01-preview\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"deploymentScripts/logs\",\r\n \"locations\": [\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Australia East\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"Central US\",\r\n \"North Central US\",\r\n \"UK South\",\r\n \"Central India\",\r\n \"South India\",\r\n \"Japan East\",\r\n \"Korea Central\",\r\n \"North Europe\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West US 2\",\r\n \"West US\",\r\n \"South Central US\",\r\n \"Canada East\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/deploymentScriptOperationResults\",\r\n \"locations\": [\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Australia East\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"Central US\",\r\n \"North Central US\",\r\n \"UK South\",\r\n \"Central India\",\r\n \"South India\",\r\n \"Japan East\",\r\n \"Korea Central\",\r\n \"North Europe\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West US 2\",\r\n \"West US\",\r\n \"South Central US\",\r\n \"Canada East\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-10-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/providers/Microsoft.StorageSync?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZVN5bmM/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/Microsoft.StorageSync?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZVN5bmM/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "7f10bf45-73c3-4e31-b65a-c05fbe78dee4" + "e0bb470d-b7bc-47ad-89dd-d82c6b589b73" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -90,13 +90,13 @@ "11998" ], "x-ms-request-id": [ - "14d06cda-9971-4b82-82eb-a584811968fc" + "4f042e57-8097-4546-9233-c15b6bafe673" ], "x-ms-correlation-request-id": [ - "14d06cda-9971-4b82-82eb-a584811968fc" + "4f042e57-8097-4546-9233-c15b6bafe673" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T183658Z:14d06cda-9971-4b82-82eb-a584811968fc" + "WESTUS:20200623T063305Z:4f042e57-8097-4546-9233-c15b6bafe673" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -105,7 +105,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 18:36:58 GMT" + "Tue, 23 Jun 2020 06:33:05 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -114,29 +114,29 @@ "-1" ], "Content-Length": [ - "5239" + "7645" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/providers/Microsoft.StorageSync\",\r\n \"namespace\": \"Microsoft.StorageSync\",\r\n \"authorizations\": [\r\n {\r\n \"applicationId\": \"9469b9f5-6722-4481-a2b2-14ed560b706f\"\r\n }\r\n ],\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageSyncServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"Central US EUAP\",\r\n \"West US 2\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\",\r\n \"2018-01-01-preview\",\r\n \"2017-06-05-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"storageSyncServices/syncGroups\",\r\n \"locations\": [\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"Central US EUAP\",\r\n \"West US 2\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\",\r\n \"2018-01-01-preview\",\r\n \"2017-06-05-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageSyncServices/syncGroups/cloudEndpoints\",\r\n \"locations\": [\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"Central US EUAP\",\r\n \"West US 2\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\",\r\n \"2018-01-01-preview\",\r\n \"2017-06-05-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageSyncServices/syncGroups/serverEndpoints\",\r\n \"locations\": [\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"Central US EUAP\",\r\n \"West US 2\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\",\r\n \"2018-01-01-preview\",\r\n \"2017-06-05-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageSyncServices/registeredServers\",\r\n \"locations\": [\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"Central US EUAP\",\r\n \"West US 2\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\",\r\n \"2018-01-01-preview\",\r\n \"2017-06-05-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageSyncServices/workflows\",\r\n \"locations\": [\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"Central US EUAP\",\r\n \"West US 2\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\",\r\n \"2018-01-01-preview\",\r\n \"2017-06-05-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\",\r\n \"2018-01-01-preview\",\r\n \"2017-06-05-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/checkNameAvailability\",\r\n \"locations\": [\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/workflows\",\r\n \"locations\": [\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/Microsoft.StorageSync\",\r\n \"namespace\": \"Microsoft.StorageSync\",\r\n \"authorizations\": [\r\n {\r\n \"applicationId\": \"9469b9f5-6722-4481-a2b2-14ed560b706f\",\r\n \"roleDefinitionId\": \"4cd49d82-1f4d-43fc-af0c-1c1203668e5a\"\r\n }\r\n ],\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageSyncServices\",\r\n \"locations\": [\r\n \"West Central US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"West US 2\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"UAE North\",\r\n \"UAE Central\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2019-10-01\",\r\n \"2019-06-01\",\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\",\r\n \"2018-01-01-preview\",\r\n \"2017-06-05-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"storageSyncServices/syncGroups\",\r\n \"locations\": [\r\n \"West Central US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"West US 2\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"UAE North\",\r\n \"UAE Central\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2019-10-01\",\r\n \"2019-06-01\",\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\",\r\n \"2018-01-01-preview\",\r\n \"2017-06-05-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageSyncServices/syncGroups/cloudEndpoints\",\r\n \"locations\": [\r\n \"West Central US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"West US 2\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"UAE North\",\r\n \"UAE Central\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2019-10-01\",\r\n \"2019-06-01\",\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\",\r\n \"2018-01-01-preview\",\r\n \"2017-06-05-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageSyncServices/syncGroups/serverEndpoints\",\r\n \"locations\": [\r\n \"West Central US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"West US 2\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"UAE North\",\r\n \"UAE Central\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2019-10-01\",\r\n \"2019-06-01\",\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\",\r\n \"2018-01-01-preview\",\r\n \"2017-06-05-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageSyncServices/registeredServers\",\r\n \"locations\": [\r\n \"West Central US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"West US 2\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"UAE North\",\r\n \"UAE Central\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2019-10-01\",\r\n \"2019-06-01\",\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\",\r\n \"2018-01-01-preview\",\r\n \"2017-06-05-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageSyncServices/workflows\",\r\n \"locations\": [\r\n \"West Central US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"West US 2\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"UAE North\",\r\n \"UAE Central\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2019-10-01\",\r\n \"2019-06-01\",\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\",\r\n \"2018-01-01-preview\",\r\n \"2017-06-05-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2019-10-01\",\r\n \"2019-06-01\",\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\",\r\n \"2018-01-01-preview\",\r\n \"2017-06-05-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2019-10-01\",\r\n \"2019-06-01\",\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/checkNameAvailability\",\r\n \"locations\": [\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"UAE North\",\r\n \"UAE Central\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2019-10-01\",\r\n \"2019-06-01\",\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/workflows\",\r\n \"locations\": [\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"UAE North\",\r\n \"UAE Central\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2019-10-01\",\r\n \"2019-06-01\",\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operations\",\r\n \"locations\": [\r\n \"West Central US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"West US 2\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"UAE North\",\r\n \"UAE Central\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operationResults\",\r\n \"locations\": [\r\n \"West Central US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"West US 2\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"UAE North\",\r\n \"UAE Central\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourcegroups/ps1449?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlZ3JvdXBzL3BzMTQ0OT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourcegroups/ps4228?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlZ3JvdXBzL3BzNDIyOD9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "8da6500e-f2cb-47b8-a949-9b75f01fb1dc" + "b4e41a34-0caa-472b-865e-51b692b44d9b" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ], "Content-Type": [ "application/json; charset=utf-8" @@ -153,16 +153,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1198" + "1199" ], "x-ms-request-id": [ - "afda6ccb-cbea-40c5-ad89-8e59d66f1a53" + "32e748b7-b1f0-46eb-9a9c-347afabd1b38" ], "x-ms-correlation-request-id": [ - "afda6ccb-cbea-40c5-ad89-8e59d66f1a53" + "32e748b7-b1f0-46eb-9a9c-347afabd1b38" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T183700Z:afda6ccb-cbea-40c5-ad89-8e59d66f1a53" + "WESTUS:20200623T063305Z:32e748b7-b1f0-46eb-9a9c-347afabd1b38" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -171,7 +171,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 18:37:00 GMT" + "Tue, 23 Jun 2020 06:33:05 GMT" ], "Content-Length": [ "165" @@ -183,26 +183,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps1449\",\r\n \"name\": \"ps1449\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps4228\",\r\n \"name\": \"ps4228\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/providers/Microsoft.StorageSync/locations/CentralUSEUAP/checkNameAvailability?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZVN5bmMvbG9jYXRpb25zL0NlbnRyYWxVU0VVQVAvY2hlY2tOYW1lQXZhaWxhYmlsaXR5P2FwaS12ZXJzaW9uPTIwMTktMDMtMDE=", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/Microsoft.StorageSync/locations/CentralUSEUAP/checkNameAvailability?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZVN5bmMvbG9jYXRpb25zL0NlbnRyYWxVU0VVQVAvY2hlY2tOYW1lQXZhaWxhYmlsaXR5P2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", "RequestMethod": "POST", - "RequestBody": "{\r\n \"name\": \"sssps8946\",\r\n \"type\": \"Microsoft.StorageSync/storageSyncServices\"\r\n}", + "RequestBody": "{\r\n \"name\": \"sssps4873\",\r\n \"type\": \"Microsoft.StorageSync/storageSyncServices\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "2dff2196-926c-4e67-8262-939bfa8ae8bd" + "35791173-bb1d-45f1-9776-358e9e6b8169" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -219,7 +219,7 @@ "no-cache" ], "x-ms-request-id": [ - "1066a952-cf95-4c19-90d7-fbfd5d6e5c46" + "eb1f9ce7-edf0-409c-9d36-105fb13a7120" ], "X-Content-Type-Options": [ "nosniff" @@ -240,50 +240,50 @@ "1199" ], "x-ms-correlation-request-id": [ - "2b8bc2a2-daff-4e20-8e6e-1888a8748c32" + "8b5952c5-7af0-4919-95e7-eaa066f80f0c" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T183701Z:2b8bc2a2-daff-4e20-8e6e-1888a8748c32" + "WESTUS:20200623T063306Z:8b5952c5-7af0-4919-95e7-eaa066f80f0c" ], "Date": [ - "Wed, 03 Jul 2019 18:37:00 GMT" + "Tue, 23 Jun 2020 06:33:06 GMT" ], "Content-Length": [ - "51" + "29" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"nameAvailable\": true,\r\n \"reason\": null,\r\n \"message\": null\r\n}", + "ResponseBody": "{\r\n \"nameAvailable\": true\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps1449/providers/Microsoft.StorageSync/storageSyncServices/sssps8946?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzMTQ0OS9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM4OTQ2P2FwaS12ZXJzaW9uPTIwMTktMDMtMDE=", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps4228/providers/Microsoft.StorageSync/storageSyncServices/sssps4873?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzNDIyOC9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM0ODczP2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"location\": \"Central US EUAP\",\r\n \"tags\": {}\r\n}", + "RequestBody": "{\r\n \"location\": \"Central US EUAP\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"incomingTrafficPolicy\": \"AllowAllTraffic\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "9385ac1b-8758-4f5d-9f57-8929d5bc1164" + "615e9bc3-2ad5-446e-82b0-6563bcbc114c" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "52" + "125" ] }, "ResponseHeaders": { @@ -293,8 +293,17 @@ "Pragma": [ "no-cache" ], + "Location": [ + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6IjdjMGIzMjU1LThiNDktNDllYS1iOWMyLWJkNmNiNWIwNjVlMCIsIndvcmtmbG93SWQiOiI0NTAzN2M0Ni0xMjVhLTQ5OTctODQ5My1kNmQyYzg5YWI4M2EiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiOGRiOTE4MWEtNDk5Ny00MzRkLTg0MGUtYjQzMDJmNmEzMzAwIn0=?api-version=2020-03-01" + ], + "Retry-After": [ + "10" + ], + "Azure-AsyncOperation": [ + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6IjdjMGIzMjU1LThiNDktNDllYS1iOWMyLWJkNmNiNWIwNjVlMCIsIndvcmtmbG93SWQiOiI0NTAzN2M0Ni0xMjVhLTQ5OTctODQ5My1kNmQyYzg5YWI4M2EiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiOGRiOTE4MWEtNDk5Ny00MzRkLTg0MGUtYjQzMDJmNmEzMzAwIn0=?api-version=2020-03-01" + ], "x-ms-request-id": [ - "1901169c-6c6c-48bb-98f0-60a8e3c86531" + "41a68ba1-dd8b-4dc5-b478-e6b449f64c2a" ], "X-Content-Type-Options": [ "nosniff" @@ -315,44 +324,35 @@ "1199" ], "x-ms-correlation-request-id": [ - "80ad5cbf-1f77-4789-adcc-9645d30cfc08" + "794a68f0-c8aa-466a-9141-9baaf50d46b1" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T183702Z:80ad5cbf-1f77-4789-adcc-9645d30cfc08" + "WESTUS:20200623T063307Z:794a68f0-c8aa-466a-9141-9baaf50d46b1" ], "Date": [ - "Wed, 03 Jul 2019 18:37:01 GMT" - ], - "Content-Length": [ - "329" - ], - "Content-Type": [ - "application/json; charset=utf-8" + "Tue, 23 Jun 2020 06:33:06 GMT" ], "Expires": [ "-1" + ], + "Content-Length": [ + "0" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"storageSyncServiceStatus\": null,\r\n \"storageSyncServiceUid\": null\r\n },\r\n \"location\": \"Central US EUAP\",\r\n \"tags\": {},\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps1449/providers/microsoft.storagesync/storageSyncServices/sssps8946\",\r\n \"name\": \"sssps8946\",\r\n \"type\": \"microsoft.storagesync/storageSyncServices\"\r\n}", - "StatusCode": 200 + "ResponseBody": "", + "StatusCode": 202 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps1449/providers/Microsoft.StorageSync/storageSyncServices/sssps8946?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzMTQ0OS9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM4OTQ2P2FwaS12ZXJzaW9uPTIwMTktMDMtMDE=", - "RequestMethod": "DELETE", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6IjdjMGIzMjU1LThiNDktNDllYS1iOWMyLWJkNmNiNWIwNjVlMCIsIndvcmtmbG93SWQiOiI0NTAzN2M0Ni0xMjVhLTQ5OTctODQ5My1kNmQyYzg5YWI4M2EiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiOGRiOTE4MWEtNDk5Ny00MzRkLTg0MGUtYjQzMDJmNmEzMzAwIn0=?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvbG9jYXRpb25zL2NlbnRyYWx1c2V1YXAvb3BlcmF0aW9ucy9leUp3WVhKMGFYUnBiMjVKWkNJNklqZGpNR0l6TWpVMUxUaGlORGt0TkRsbFlTMWlPV015TFdKa05tTmlOV0l3TmpWbE1DSXNJbmR2Y210bWJHOTNTV1FpT2lJME5UQXpOMk0wTmkweE1qVmhMVFE1T1RjdE9EUTVNeTFrTm1ReVl6ZzVZV0k0TTJFaUxDSjNiM0pyWm14dmQwOXdaWEpoZEdsdmJrbGtJam9pT0dSaU9URTRNV0V0TkRrNU55MDBNelJrTFRnME1HVXRZalF6TURKbU5tRXpNekF3SW4wPT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { - "x-ms-client-request-id": [ - "39822efe-5bef-4397-8f20-2b6aaa646228" - ], - "Accept-Language": [ - "en-US" - ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -363,7 +363,7 @@ "no-cache" ], "x-ms-request-id": [ - "1c7804af-300e-4a3b-84bc-a0c5c6cb5f8b" + "32d1e519-7fde-4127-88fe-6156777ed727" ], "X-Content-Type-Options": [ "nosniff" @@ -380,45 +380,42 @@ "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-deletes": [ - "14998" + "x-ms-ratelimit-remaining-subscription-reads": [ + "11999" ], "x-ms-correlation-request-id": [ - "6ac8ca65-f483-4ae5-8f25-f7eb8f88ceba" + "94cfdb4b-d991-4571-98d2-3bf6a7f7fd7a" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T183703Z:6ac8ca65-f483-4ae5-8f25-f7eb8f88ceba" + "WESTUS:20200623T063317Z:94cfdb4b-d991-4571-98d2-3bf6a7f7fd7a" ], "Date": [ - "Wed, 03 Jul 2019 18:37:02 GMT" + "Tue, 23 Jun 2020 06:33:17 GMT" + ], + "Content-Length": [ + "745" + ], + "Content-Type": [ + "application/json" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, - "ResponseBody": "", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6IjdjMGIzMjU1LThiNDktNDllYS1iOWMyLWJkNmNiNWIwNjVlMCIsIndvcmtmbG93SWQiOiI0NTAzN2M0Ni0xMjVhLTQ5OTctODQ5My1kNmQyYzg5YWI4M2EiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiOGRiOTE4MWEtNDk5Ny00MzRkLTg0MGUtYjQzMDJmNmEzMzAwIn0=\",\r\n \"name\": \"eyJwYXJ0aXRpb25JZCI6IjdjMGIzMjU1LThiNDktNDllYS1iOWMyLWJkNmNiNWIwNjVlMCIsIndvcmtmbG93SWQiOiI0NTAzN2M0Ni0xMjVhLTQ5OTctODQ5My1kNmQyYzg5YWI4M2EiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiOGRiOTE4MWEtNDk5Ny00MzRkLTg0MGUtYjQzMDJmNmEzMzAwIn0=\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2020-06-23T06:33:08.0610769Z\",\r\n \"endTime\": \"2020-06-23T06:33:14.4190007Z\",\r\n \"properties\": {}\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps1449/providers/Microsoft.StorageSync/storageSyncServices?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzMTQ0OS9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXM/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps4228/providers/Microsoft.StorageSync/storageSyncServices/sssps4873?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzNDIyOC9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM0ODczP2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { - "x-ms-client-request-id": [ - "7b02d98f-2d6d-4a6f-b94f-b998a9c5554b" - ], - "Accept-Language": [ - "en-US" - ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -428,57 +425,66 @@ "Pragma": [ "no-cache" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11995" - ], "x-ms-request-id": [ - "e14ae469-f2d7-465b-b2cd-aec18b77b656" + "0cf9e8e3-fe8a-446f-b05e-15efcd9e73fe" ], - "x-ms-correlation-request-id": [ - "e14ae469-f2d7-465b-b2cd-aec18b77b656" - ], - "x-ms-routing-request-id": [ - "WESTUS:20190703T183703Z:e14ae469-f2d7-465b-b2cd-aec18b77b656" + "X-Content-Type-Options": [ + "nosniff" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Content-Type-Options": [ - "nosniff" + "Server": [ + "Microsoft-IIS/10.0" + ], + "X-AspNet-Version": [ + "4.0.30319" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11998" + ], + "x-ms-correlation-request-id": [ + "536cc44c-0f64-47aa-81c8-7dc9c8108c6c" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200623T063317Z:536cc44c-0f64-47aa-81c8-7dc9c8108c6c" ], "Date": [ - "Wed, 03 Jul 2019 18:37:02 GMT" + "Tue, 23 Jun 2020 06:33:17 GMT" + ], + "Content-Length": [ + "633" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" - ], - "Content-Length": [ - "12" ] }, - "ResponseBody": "{\r\n \"value\": []\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"storageSyncServiceStatus\": 0,\r\n \"incomingTrafficPolicy\": \"AllowAllTraffic\",\r\n \"privateEndpointConnections\": [],\r\n \"provisioningState\": \"Succeeded\",\r\n \"lastWorkflowId\": \"storageSyncServices/sssps4873/workflows/45037c46-125a-4997-8493-d6d2c89ab83a\",\r\n \"lastOperationName\": \"ICreateStorageSyncServiceWorkflow\"\r\n },\r\n \"location\": \"Central US EUAP\",\r\n \"tags\": {},\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps4228/providers/microsoft.storagesync/storageSyncServices/sssps4873\",\r\n \"name\": \"sssps4873\",\r\n \"type\": \"microsoft.storagesync/storageSyncServices\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourcegroups/ps1449?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlZ3JvdXBzL3BzMTQ0OT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps4228/providers/Microsoft.StorageSync/storageSyncServices/sssps4873?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzNDIyOC9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM0ODczP2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "a7ef4959-e9c6-4fe6-8baf-b1485d3b2ca0" + "f86a829c-49cc-4f40-a836-6e2335b8cc25" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -489,31 +495,43 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzE0NDktV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6IjdjMGIzMjU1LThiNDktNDllYS1iOWMyLWJkNmNiNWIwNjVlMCIsIndvcmtmbG93SWQiOiI0MDg1YTc5OS0wYzljLTQ0MTctOTZlZC1iYTZkZWVjNTU4YTgiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiMDYwZTE1ZjUtMTVlMS00NjMyLTg0ZjgtNTdjZjAxZjZmZjgxIn0=?api-version=2020-03-01" ], "Retry-After": [ - "15" + "10" ], - "x-ms-ratelimit-remaining-subscription-deletes": [ - "14997" + "Azure-AsyncOperation": [ + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6IjdjMGIzMjU1LThiNDktNDllYS1iOWMyLWJkNmNiNWIwNjVlMCIsIndvcmtmbG93SWQiOiI0MDg1YTc5OS0wYzljLTQ0MTctOTZlZC1iYTZkZWVjNTU4YTgiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiMDYwZTE1ZjUtMTVlMS00NjMyLTg0ZjgtNTdjZjAxZjZmZjgxIn0=?api-version=2020-03-01" ], "x-ms-request-id": [ - "bd560e07-f93a-4865-a544-004e59277675" + "8823d4d9-dcfe-48d7-90c6-b746fbd02000" ], - "x-ms-correlation-request-id": [ - "bd560e07-f93a-4865-a544-004e59277675" - ], - "x-ms-routing-request-id": [ - "WESTUS:20190703T183704Z:bd560e07-f93a-4865-a544-004e59277675" + "X-Content-Type-Options": [ + "nosniff" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Content-Type-Options": [ - "nosniff" + "Server": [ + "Microsoft-IIS/10.0" + ], + "X-AspNet-Version": [ + "4.0.30319" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "x-ms-ratelimit-remaining-subscription-deletes": [ + "14999" + ], + "x-ms-correlation-request-id": [ + "ff875e17-62c4-4efa-bfea-bf8092659c70" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200623T063318Z:ff875e17-62c4-4efa-bfea-bf8092659c70" ], "Date": [ - "Wed, 03 Jul 2019 18:37:03 GMT" + "Tue, 23 Jun 2020 06:33:17 GMT" ], "Expires": [ "-1" @@ -526,16 +544,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzE0NDktV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpFME5Ea3RWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6IjdjMGIzMjU1LThiNDktNDllYS1iOWMyLWJkNmNiNWIwNjVlMCIsIndvcmtmbG93SWQiOiI0MDg1YTc5OS0wYzljLTQ0MTctOTZlZC1iYTZkZWVjNTU4YTgiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiMDYwZTE1ZjUtMTVlMS00NjMyLTg0ZjgtNTdjZjAxZjZmZjgxIn0=?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvbG9jYXRpb25zL2NlbnRyYWx1c2V1YXAvb3BlcmF0aW9ucy9leUp3WVhKMGFYUnBiMjVKWkNJNklqZGpNR0l6TWpVMUxUaGlORGt0TkRsbFlTMWlPV015TFdKa05tTmlOV0l3TmpWbE1DSXNJbmR2Y210bWJHOTNTV1FpT2lJME1EZzFZVGM1T1Mwd1l6bGpMVFEwTVRjdE9UWmxaQzFpWVRaa1pXVmpOVFU0WVRnaUxDSjNiM0pyWm14dmQwOXdaWEpoZEdsdmJrbGtJam9pTURZd1pURTFaalV0TVRWbE1TMDBOak15TFRnMFpqZ3ROVGRqWmpBeFpqWm1aamd4SW4wPT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -545,32 +563,98 @@ "Pragma": [ "no-cache" ], - "Location": [ - "https://management.azure.com/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzE0NDktV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" + "x-ms-request-id": [ + "43d4d36e-2724-4b00-a605-eee7f853e509" ], - "Retry-After": [ - "15" + "X-Content-Type-Options": [ + "nosniff" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11994" + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ - "23ec4f3f-4a6c-4a75-b509-aa0b77d76ead" + "Server": [ + "Microsoft-IIS/10.0" + ], + "X-AspNet-Version": [ + "4.0.30319" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11997" ], "x-ms-correlation-request-id": [ - "23ec4f3f-4a6c-4a75-b509-aa0b77d76ead" + "59df5b52-b96b-400b-8b4e-9b129a308ebc" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T183719Z:23ec4f3f-4a6c-4a75-b509-aa0b77d76ead" + "WESTUS:20200623T063328Z:59df5b52-b96b-400b-8b4e-9b129a308ebc" ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" + "Date": [ + "Tue, 23 Jun 2020 06:33:27 GMT" + ], + "Content-Length": [ + "745" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6IjdjMGIzMjU1LThiNDktNDllYS1iOWMyLWJkNmNiNWIwNjVlMCIsIndvcmtmbG93SWQiOiI0MDg1YTc5OS0wYzljLTQ0MTctOTZlZC1iYTZkZWVjNTU4YTgiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiMDYwZTE1ZjUtMTVlMS00NjMyLTg0ZjgtNTdjZjAxZjZmZjgxIn0=\",\r\n \"name\": \"eyJwYXJ0aXRpb25JZCI6IjdjMGIzMjU1LThiNDktNDllYS1iOWMyLWJkNmNiNWIwNjVlMCIsIndvcmtmbG93SWQiOiI0MDg1YTc5OS0wYzljLTQ0MTctOTZlZC1iYTZkZWVjNTU4YTgiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiMDYwZTE1ZjUtMTVlMS00NjMyLTg0ZjgtNTdjZjAxZjZmZjgxIn0=\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2020-06-23T06:33:18.9997295Z\",\r\n \"endTime\": \"2020-06-23T06:33:24.4507856Z\",\r\n \"properties\": {}\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6IjdjMGIzMjU1LThiNDktNDllYS1iOWMyLWJkNmNiNWIwNjVlMCIsIndvcmtmbG93SWQiOiI0MDg1YTc5OS0wYzljLTQ0MTctOTZlZC1iYTZkZWVjNTU4YTgiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiMDYwZTE1ZjUtMTVlMS00NjMyLTg0ZjgtNTdjZjAxZjZmZjgxIn0=?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvbG9jYXRpb25zL2NlbnRyYWx1c2V1YXAvb3BlcmF0aW9ucmVzdWx0cy9leUp3WVhKMGFYUnBiMjVKWkNJNklqZGpNR0l6TWpVMUxUaGlORGt0TkRsbFlTMWlPV015TFdKa05tTmlOV0l3TmpWbE1DSXNJbmR2Y210bWJHOTNTV1FpT2lJME1EZzFZVGM1T1Mwd1l6bGpMVFEwTVRjdE9UWmxaQzFpWVRaa1pXVmpOVFU0WVRnaUxDSjNiM0pyWm14dmQwOXdaWEpoZEdsdmJrbGtJam9pTURZd1pURTFaalV0TVRWbE1TMDBOak15TFRnMFpqZ3ROVGRqWmpBeFpqWm1aamd4SW4wPT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-request-id": [ + "c9ad0d09-092e-4fc3-bf71-a19f6cc758eb" ], "X-Content-Type-Options": [ "nosniff" ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-IIS/10.0" + ], + "X-AspNet-Version": [ + "4.0.30319" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11996" + ], + "x-ms-correlation-request-id": [ + "6b91b0a8-5cb3-41fe-8943-43819a0ac702" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200623T063328Z:6b91b0a8-5cb3-41fe-8943-43819a0ac702" + ], "Date": [ - "Wed, 03 Jul 2019 18:37:19 GMT" + "Tue, 23 Jun 2020 06:33:28 GMT" ], "Expires": [ "-1" @@ -580,19 +664,94 @@ ] }, "ResponseBody": "", - "StatusCode": 202 + "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzE0NDktV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpFME5Ea3RWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps4228/providers/Microsoft.StorageSync/storageSyncServices?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzNDIyOC9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXM/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { + "x-ms-client-request-id": [ + "1dcc3640-72c6-415c-9791-f167ca37d48e" + ], + "Accept-Language": [ + "en-US" + ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-request-id": [ + "f2200a23-9484-46de-957e-bd8b6b39c7a4" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-IIS/10.0" + ], + "X-AspNet-Version": [ + "4.0.30319" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11995" + ], + "x-ms-correlation-request-id": [ + "7dfcf0d8-c768-442f-9615-9f260af03c63" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200623T063329Z:7dfcf0d8-c768-442f-9615-9f260af03c63" + ], + "Date": [ + "Tue, 23 Jun 2020 06:33:28 GMT" + ], + "Content-Length": [ + "19" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"value\": []\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourcegroups/ps4228?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlZ3JvdXBzL3BzNDIyOD9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestMethod": "DELETE", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "4c6b0f2b-1405-4686-af37-929efc8ac4c1" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -603,22 +762,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzE0NDktV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQyMjgtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" ], "Retry-After": [ "15" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11993" + "x-ms-ratelimit-remaining-subscription-deletes": [ + "14998" ], "x-ms-request-id": [ - "de6a56a6-7c82-49a2-8ec0-e187348003c4" + "4d04b405-0997-4f90-b67f-ad6310e03d26" ], "x-ms-correlation-request-id": [ - "de6a56a6-7c82-49a2-8ec0-e187348003c4" + "4d04b405-0997-4f90-b67f-ad6310e03d26" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T183734Z:de6a56a6-7c82-49a2-8ec0-e187348003c4" + "WESTUS:20200623T063329Z:4d04b405-0997-4f90-b67f-ad6310e03d26" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -627,7 +786,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 18:37:34 GMT" + "Tue, 23 Jun 2020 06:33:28 GMT" ], "Expires": [ "-1" @@ -640,16 +799,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzE0NDktV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpFME5Ea3RWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQyMjgtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpReU1qZ3RWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -660,22 +819,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzE0NDktV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQyMjgtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11992" + "11994" ], "x-ms-request-id": [ - "5b339542-2651-48a7-bcb0-8918a57ab749" + "a56af086-3666-4388-be40-d76f4cd01ec1" ], "x-ms-correlation-request-id": [ - "5b339542-2651-48a7-bcb0-8918a57ab749" + "a56af086-3666-4388-be40-d76f4cd01ec1" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T183749Z:5b339542-2651-48a7-bcb0-8918a57ab749" + "WESTUS:20200623T063344Z:a56af086-3666-4388-be40-d76f4cd01ec1" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -684,7 +843,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 18:37:49 GMT" + "Tue, 23 Jun 2020 06:33:43 GMT" ], "Expires": [ "-1" @@ -697,16 +856,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzE0NDktV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpFME5Ea3RWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQyMjgtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpReU1qZ3RWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -717,22 +876,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzE0NDktV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQyMjgtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11991" + "11993" ], "x-ms-request-id": [ - "14940219-caed-427c-b526-c760fcc0c367" + "1d000406-2732-4cf2-8071-5a1a35679c11" ], "x-ms-correlation-request-id": [ - "14940219-caed-427c-b526-c760fcc0c367" + "1d000406-2732-4cf2-8071-5a1a35679c11" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T183804Z:14940219-caed-427c-b526-c760fcc0c367" + "WESTUS:20200623T063359Z:1d000406-2732-4cf2-8071-5a1a35679c11" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -741,7 +900,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 18:38:04 GMT" + "Tue, 23 Jun 2020 06:33:59 GMT" ], "Expires": [ "-1" @@ -754,16 +913,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzE0NDktV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpFME5Ea3RWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQyMjgtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpReU1qZ3RWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -774,16 +933,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11990" + "11992" ], "x-ms-request-id": [ - "84b85561-cefa-4b05-8648-2ffc905a285d" + "ae2b4bb5-a58d-4453-b769-30f2b0aa2e92" ], "x-ms-correlation-request-id": [ - "84b85561-cefa-4b05-8648-2ffc905a285d" + "ae2b4bb5-a58d-4453-b769-30f2b0aa2e92" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T183819Z:84b85561-cefa-4b05-8648-2ffc905a285d" + "WESTUS:20200623T063414Z:ae2b4bb5-a58d-4453-b769-30f2b0aa2e92" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -792,7 +951,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 18:38:18 GMT" + "Tue, 23 Jun 2020 06:34:14 GMT" ], "Expires": [ "-1" @@ -805,16 +964,16 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzE0NDktV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpFME5Ea3RWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQyMjgtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpReU1qZ3RWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -825,16 +984,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11989" + "11991" ], "x-ms-request-id": [ - "97c7fdbf-5b2a-445e-829d-0dadf06a0f75" + "57f3e49a-5f94-4e31-8c95-b1a3c3902da2" ], "x-ms-correlation-request-id": [ - "97c7fdbf-5b2a-445e-829d-0dadf06a0f75" + "57f3e49a-5f94-4e31-8c95-b1a3c3902da2" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T183819Z:97c7fdbf-5b2a-445e-829d-0dadf06a0f75" + "WESTUS:20200623T063414Z:57f3e49a-5f94-4e31-8c95-b1a3c3902da2" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -843,7 +1002,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 18:38:18 GMT" + "Tue, 23 Jun 2020 06:34:14 GMT" ], "Expires": [ "-1" @@ -858,13 +1017,13 @@ ], "Names": { "Test-RemoveStorageSyncServiceResourceId": [ - "ps1449", - "ps8946" + "ps4228", + "ps4873" ] }, "Variables": { - "SubscriptionId": "7b96cb02-4663-40f4-9a89-603d3849e46a", - "TenantId": "0483643a-cb2f-462a-bc27-1a270e5bdc0a", + "SubscriptionId": "1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b", + "TenantId": "6ad91d65-65ab-4e14-90f7-fe951035b7c9", "Domain": "" } } \ No newline at end of file diff --git a/src/StorageSync/StorageSync.Test/SessionRecords/StorageSyncTests.StorageSyncServiceTests/TestStorageSyncService.json b/src/StorageSync/StorageSync.Test/SessionRecords/StorageSyncTests.StorageSyncServiceTests/TestStorageSyncService.json index ce9878037360..16a7cc7523df 100644 --- a/src/StorageSync/StorageSync.Test/SessionRecords/StorageSyncTests.StorageSyncServiceTests/TestStorageSyncService.json +++ b/src/StorageSync/StorageSync.Test/SessionRecords/StorageSyncTests.StorageSyncServiceTests/TestStorageSyncService.json @@ -1,22 +1,22 @@ { "Entries": [ { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/providers/Microsoft.Resources?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVzb3VyY2VzP2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/Microsoft.Resources?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVzb3VyY2VzP2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "9e6214c3-c8cd-490a-99cd-6c691d95192d" + "c3bc3824-cb37-4e8f-b1da-58852f9c9dad" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -30,13 +30,13 @@ "11999" ], "x-ms-request-id": [ - "b0b4fede-a7c6-42dc-a94b-7df80ac299bb" + "b479bb64-2af1-4dac-b104-18e201d15385" ], "x-ms-correlation-request-id": [ - "b0b4fede-a7c6-42dc-a94b-7df80ac299bb" + "b479bb64-2af1-4dac-b104-18e201d15385" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T183413Z:b0b4fede-a7c6-42dc-a94b-7df80ac299bb" + "WESTUS:20200624T001953Z:b479bb64-2af1-4dac-b104-18e201d15385" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -45,7 +45,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 18:34:12 GMT" + "Wed, 24 Jun 2020 00:19:52 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -54,29 +54,29 @@ "-1" ], "Content-Length": [ - "8818" + "10899" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/providers/Microsoft.Resources\",\r\n \"namespace\": \"Microsoft.Resources\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"tenants\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operationresults\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"notifyResourceJobs\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"tags\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkPolicyCompliance\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"providers\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkresourcename\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resources\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/resources\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/providers\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/operationresults\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceGroups\",\r\n \"locations\": [\r\n \"Central US\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"West Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia Southeast\",\r\n \"Australia East\",\r\n \"West India\",\r\n \"South India\",\r\n \"Central India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/resourceGroups\",\r\n \"locations\": [\r\n \"Central US\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"West Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia Southeast\",\r\n \"Australia East\",\r\n \"West India\",\r\n \"South India\",\r\n \"Central India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/resourcegroups/resources\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/tagnames\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/tagNames/tagValues\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"deployments\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"deployments/operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"links\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-01-01\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/Microsoft.Resources\",\r\n \"namespace\": \"Microsoft.Resources\",\r\n \"authorization\": {\r\n \"applicationId\": \"3b990c8b-9607-4c2a-8b04-1d41985facca\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"tenants\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-01-01\",\r\n \"2019-09-01\",\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-09-01\",\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operationresults\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-09-01\",\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"notifyResourceJobs\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-09-01\",\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"tags\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-10-01\",\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\"\r\n ],\r\n \"capabilities\": \"SupportsExtension\"\r\n },\r\n {\r\n \"resourceType\": \"checkPolicyCompliance\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"providers\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkresourcename\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"calculateTemplateHash\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-09-01\",\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resources\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-09-01\",\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-10-01\",\r\n \"2019-09-01\",\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/resources\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-09-01\",\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/providers\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/operationresults\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceGroups\",\r\n \"locations\": [\r\n \"Central US\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"West Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia Southeast\",\r\n \"Australia East\",\r\n \"West India\",\r\n \"South India\",\r\n \"Central India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Australia Central\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/resourceGroups\",\r\n \"locations\": [\r\n \"Central US\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"West Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia Southeast\",\r\n \"Australia East\",\r\n \"West India\",\r\n \"South India\",\r\n \"Central India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Australia Central\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/resourcegroups/resources\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/tagnames\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/tagNames/tagValues\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"deployments\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-09-01\",\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"deployments/operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-09-01\",\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"links\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ],\r\n \"capabilities\": \"SupportsExtension\"\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-01-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"deploymentScripts\",\r\n \"locations\": [\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Australia East\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"Central US\",\r\n \"North Central US\",\r\n \"UK South\",\r\n \"Central India\",\r\n \"South India\",\r\n \"Japan East\",\r\n \"Korea Central\",\r\n \"North Europe\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West US 2\",\r\n \"West US\",\r\n \"South Central US\",\r\n \"Canada East\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-10-01-preview\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"deploymentScripts/logs\",\r\n \"locations\": [\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Australia East\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"Central US\",\r\n \"North Central US\",\r\n \"UK South\",\r\n \"Central India\",\r\n \"South India\",\r\n \"Japan East\",\r\n \"Korea Central\",\r\n \"North Europe\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West US 2\",\r\n \"West US\",\r\n \"South Central US\",\r\n \"Canada East\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/deploymentScriptOperationResults\",\r\n \"locations\": [\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Australia East\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"Central US\",\r\n \"North Central US\",\r\n \"UK South\",\r\n \"Central India\",\r\n \"South India\",\r\n \"Japan East\",\r\n \"Korea Central\",\r\n \"North Europe\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West US 2\",\r\n \"West US\",\r\n \"South Central US\",\r\n \"Canada East\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-10-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/providers/Microsoft.StorageSync?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZVN5bmM/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/Microsoft.StorageSync?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZVN5bmM/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "02a97074-cf8d-4cab-aee4-92a5efdac7d3" + "e6e336aa-1da8-4721-8b0d-b59aa534a968" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -90,13 +90,13 @@ "11998" ], "x-ms-request-id": [ - "358a650f-c1ad-4434-a448-3099b38a093e" + "b78e787b-a3c6-4e96-902c-1bd8ea1b05ae" ], "x-ms-correlation-request-id": [ - "358a650f-c1ad-4434-a448-3099b38a093e" + "b78e787b-a3c6-4e96-902c-1bd8ea1b05ae" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T183413Z:358a650f-c1ad-4434-a448-3099b38a093e" + "WESTUS:20200624T001953Z:b78e787b-a3c6-4e96-902c-1bd8ea1b05ae" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -105,7 +105,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 18:34:12 GMT" + "Wed, 24 Jun 2020 00:19:52 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -114,29 +114,29 @@ "-1" ], "Content-Length": [ - "5239" + "7645" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/providers/Microsoft.StorageSync\",\r\n \"namespace\": \"Microsoft.StorageSync\",\r\n \"authorizations\": [\r\n {\r\n \"applicationId\": \"9469b9f5-6722-4481-a2b2-14ed560b706f\"\r\n }\r\n ],\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageSyncServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"Central US EUAP\",\r\n \"West US 2\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\",\r\n \"2018-01-01-preview\",\r\n \"2017-06-05-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"storageSyncServices/syncGroups\",\r\n \"locations\": [\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"Central US EUAP\",\r\n \"West US 2\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\",\r\n \"2018-01-01-preview\",\r\n \"2017-06-05-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageSyncServices/syncGroups/cloudEndpoints\",\r\n \"locations\": [\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"Central US EUAP\",\r\n \"West US 2\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\",\r\n \"2018-01-01-preview\",\r\n \"2017-06-05-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageSyncServices/syncGroups/serverEndpoints\",\r\n \"locations\": [\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"Central US EUAP\",\r\n \"West US 2\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\",\r\n \"2018-01-01-preview\",\r\n \"2017-06-05-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageSyncServices/registeredServers\",\r\n \"locations\": [\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"Central US EUAP\",\r\n \"West US 2\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\",\r\n \"2018-01-01-preview\",\r\n \"2017-06-05-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageSyncServices/workflows\",\r\n \"locations\": [\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"Central US EUAP\",\r\n \"West US 2\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\",\r\n \"2018-01-01-preview\",\r\n \"2017-06-05-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\",\r\n \"2018-01-01-preview\",\r\n \"2017-06-05-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/checkNameAvailability\",\r\n \"locations\": [\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/workflows\",\r\n \"locations\": [\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/Microsoft.StorageSync\",\r\n \"namespace\": \"Microsoft.StorageSync\",\r\n \"authorizations\": [\r\n {\r\n \"applicationId\": \"9469b9f5-6722-4481-a2b2-14ed560b706f\",\r\n \"roleDefinitionId\": \"4cd49d82-1f4d-43fc-af0c-1c1203668e5a\"\r\n }\r\n ],\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageSyncServices\",\r\n \"locations\": [\r\n \"West Central US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"West US 2\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"UAE North\",\r\n \"UAE Central\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2019-10-01\",\r\n \"2019-06-01\",\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\",\r\n \"2018-01-01-preview\",\r\n \"2017-06-05-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"storageSyncServices/syncGroups\",\r\n \"locations\": [\r\n \"West Central US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"West US 2\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"UAE North\",\r\n \"UAE Central\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2019-10-01\",\r\n \"2019-06-01\",\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\",\r\n \"2018-01-01-preview\",\r\n \"2017-06-05-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageSyncServices/syncGroups/cloudEndpoints\",\r\n \"locations\": [\r\n \"West Central US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"West US 2\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"UAE North\",\r\n \"UAE Central\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2019-10-01\",\r\n \"2019-06-01\",\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\",\r\n \"2018-01-01-preview\",\r\n \"2017-06-05-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageSyncServices/syncGroups/serverEndpoints\",\r\n \"locations\": [\r\n \"West Central US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"West US 2\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"UAE North\",\r\n \"UAE Central\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2019-10-01\",\r\n \"2019-06-01\",\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\",\r\n \"2018-01-01-preview\",\r\n \"2017-06-05-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageSyncServices/registeredServers\",\r\n \"locations\": [\r\n \"West Central US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"West US 2\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"UAE North\",\r\n \"UAE Central\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2019-10-01\",\r\n \"2019-06-01\",\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\",\r\n \"2018-01-01-preview\",\r\n \"2017-06-05-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageSyncServices/workflows\",\r\n \"locations\": [\r\n \"West Central US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"West US 2\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"UAE North\",\r\n \"UAE Central\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2019-10-01\",\r\n \"2019-06-01\",\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\",\r\n \"2018-01-01-preview\",\r\n \"2017-06-05-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2019-10-01\",\r\n \"2019-06-01\",\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\",\r\n \"2018-01-01-preview\",\r\n \"2017-06-05-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2019-10-01\",\r\n \"2019-06-01\",\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/checkNameAvailability\",\r\n \"locations\": [\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"UAE North\",\r\n \"UAE Central\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2019-10-01\",\r\n \"2019-06-01\",\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/workflows\",\r\n \"locations\": [\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"UAE North\",\r\n \"UAE Central\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2019-10-01\",\r\n \"2019-06-01\",\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operations\",\r\n \"locations\": [\r\n \"West Central US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"West US 2\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"UAE North\",\r\n \"UAE Central\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operationResults\",\r\n \"locations\": [\r\n \"West Central US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"West US 2\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"UAE North\",\r\n \"UAE Central\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourcegroups/ps5518?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlZ3JvdXBzL3BzNTUxOD9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourcegroups/ps8904?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlZ3JvdXBzL3BzODkwND9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "76ffcd58-03bd-4da8-b2d0-17acacff3a8b" + "89366ec1-46ed-445b-8cba-3f0108580ac5" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ], "Content-Type": [ "application/json; charset=utf-8" @@ -156,13 +156,13 @@ "1199" ], "x-ms-request-id": [ - "220f9ee0-a992-4601-b20b-cac8114b57b2" + "3177f0df-afa7-41cc-98f8-e135fc88e792" ], "x-ms-correlation-request-id": [ - "220f9ee0-a992-4601-b20b-cac8114b57b2" + "3177f0df-afa7-41cc-98f8-e135fc88e792" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T183415Z:220f9ee0-a992-4601-b20b-cac8114b57b2" + "WESTUS:20200624T001953Z:3177f0df-afa7-41cc-98f8-e135fc88e792" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -171,7 +171,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 18:34:15 GMT" + "Wed, 24 Jun 2020 00:19:52 GMT" ], "Content-Length": [ "165" @@ -183,26 +183,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps5518\",\r\n \"name\": \"ps5518\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps8904\",\r\n \"name\": \"ps8904\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/providers/Microsoft.StorageSync/locations/CentralUSEUAP/checkNameAvailability?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZVN5bmMvbG9jYXRpb25zL0NlbnRyYWxVU0VVQVAvY2hlY2tOYW1lQXZhaWxhYmlsaXR5P2FwaS12ZXJzaW9uPTIwMTktMDMtMDE=", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/Microsoft.StorageSync/locations/CentralUSEUAP/checkNameAvailability?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZVN5bmMvbG9jYXRpb25zL0NlbnRyYWxVU0VVQVAvY2hlY2tOYW1lQXZhaWxhYmlsaXR5P2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", "RequestMethod": "POST", - "RequestBody": "{\r\n \"name\": \"sssps1956\",\r\n \"type\": \"Microsoft.StorageSync/storageSyncServices\"\r\n}", + "RequestBody": "{\r\n \"name\": \"sssps9517\",\r\n \"type\": \"Microsoft.StorageSync/storageSyncServices\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "2420563f-c802-4a9e-90c1-49b015847fe9" + "970d864c-a37d-4c5b-87f8-a086737a84b7" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -219,7 +219,7 @@ "no-cache" ], "x-ms-request-id": [ - "af36735c-2668-4431-8237-c3cd0214c995" + "1542d6f7-9d14-47a4-b235-1714b0541c61" ], "X-Content-Type-Options": [ "nosniff" @@ -240,50 +240,1157 @@ "1199" ], "x-ms-correlation-request-id": [ - "10ca2f84-761d-4106-9b7f-e3f910d0d68e" + "60aa4d88-15a0-43dc-bba5-0414a696698d" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T183417Z:10ca2f84-761d-4106-9b7f-e3f910d0d68e" + "WESTUS:20200624T001954Z:60aa4d88-15a0-43dc-bba5-0414a696698d" ], "Date": [ - "Wed, 03 Jul 2019 18:34:16 GMT" + "Wed, 24 Jun 2020 00:19:54 GMT" ], "Content-Length": [ - "51" + "29" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"nameAvailable\": true\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/Microsoft.StorageSync/locations/CentralUSEUAP/checkNameAvailability?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZVN5bmMvbG9jYXRpb25zL0NlbnRyYWxVU0VVQVAvY2hlY2tOYW1lQXZhaWxhYmlsaXR5P2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", + "RequestMethod": "POST", + "RequestBody": "{\r\n \"name\": \"sssps8138\",\r\n \"type\": \"Microsoft.StorageSync/storageSyncServices\"\r\n}", + "RequestHeaders": { + "x-ms-client-request-id": [ + "6e16b66a-91f8-4515-9e39-88ed790c588d" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Content-Length": [ + "83" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-request-id": [ + "43d6a1e9-da49-45bb-b2aa-db7c601ff08a" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-IIS/10.0" + ], + "X-AspNet-Version": [ + "4.0.30319" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "x-ms-ratelimit-remaining-subscription-writes": [ + "1198" + ], + "x-ms-correlation-request-id": [ + "ce1b11d3-033e-4c75-95b1-ae9d722340bc" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200624T002030Z:ce1b11d3-033e-4c75-95b1-ae9d722340bc" + ], + "Date": [ + "Wed, 24 Jun 2020 00:20:29 GMT" + ], + "Content-Length": [ + "29" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"nameAvailable\": true\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/Microsoft.StorageSync/locations/CentralUSEUAP/checkNameAvailability?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZVN5bmMvbG9jYXRpb25zL0NlbnRyYWxVU0VVQVAvY2hlY2tOYW1lQXZhaWxhYmlsaXR5P2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", + "RequestMethod": "POST", + "RequestBody": "{\r\n \"name\": \"sssps493\",\r\n \"type\": \"Microsoft.StorageSync/storageSyncServices\"\r\n}", + "RequestHeaders": { + "x-ms-client-request-id": [ + "e88af17a-c415-4f5c-a067-870e5d755730" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Content-Length": [ + "82" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-request-id": [ + "63acbfc3-57d3-4554-8dad-22b6fba4b4d7" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-IIS/10.0" + ], + "X-AspNet-Version": [ + "4.0.30319" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "x-ms-ratelimit-remaining-subscription-writes": [ + "1197" + ], + "x-ms-correlation-request-id": [ + "742fa9a6-4cc8-4256-bb8f-be8616fbbca4" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200624T002053Z:742fa9a6-4cc8-4256-bb8f-be8616fbbca4" + ], + "Date": [ + "Wed, 24 Jun 2020 00:20:53 GMT" + ], + "Content-Length": [ + "29" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"nameAvailable\": true\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps8904/providers/Microsoft.StorageSync/storageSyncServices/sssps9517?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzODkwNC9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM5NTE3P2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", + "RequestMethod": "PUT", + "RequestBody": "{\r\n \"location\": \"Central US EUAP\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"incomingTrafficPolicy\": \"AllowVirtualNetworksOnly\"\r\n }\r\n}", + "RequestHeaders": { + "x-ms-client-request-id": [ + "de994bb0-dc91-4629-b4cf-961f0ad81e63" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Content-Length": [ + "134" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6IjJhYWJmYWQwLWFlNzQtNDBmZC05OWNiLTI1MzYwOTlkNGY3MSIsIndvcmtmbG93SWQiOiJmZTFlNTMyMy05MjY0LTQ4MGUtOTlhZi1jYzdiOTIyNDRiMzEiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiYTMzMjc4NTEtYzQ3Yy00NDA3LWIzMGUtYWUyNmVhY2VmY2FhIn0=?api-version=2020-03-01" + ], + "Retry-After": [ + "10" + ], + "Azure-AsyncOperation": [ + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6IjJhYWJmYWQwLWFlNzQtNDBmZC05OWNiLTI1MzYwOTlkNGY3MSIsIndvcmtmbG93SWQiOiJmZTFlNTMyMy05MjY0LTQ4MGUtOTlhZi1jYzdiOTIyNDRiMzEiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiYTMzMjc4NTEtYzQ3Yy00NDA3LWIzMGUtYWUyNmVhY2VmY2FhIn0=?api-version=2020-03-01" + ], + "x-ms-request-id": [ + "31e7aa41-7f13-4a73-96cf-7488a7ac60fc" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-IIS/10.0" + ], + "X-AspNet-Version": [ + "4.0.30319" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "x-ms-ratelimit-remaining-subscription-writes": [ + "1199" + ], + "x-ms-correlation-request-id": [ + "1bfdb3f5-8750-4587-8ff2-23762e562e36" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200624T001955Z:1bfdb3f5-8750-4587-8ff2-23762e562e36" + ], + "Date": [ + "Wed, 24 Jun 2020 00:19:55 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6IjJhYWJmYWQwLWFlNzQtNDBmZC05OWNiLTI1MzYwOTlkNGY3MSIsIndvcmtmbG93SWQiOiJmZTFlNTMyMy05MjY0LTQ4MGUtOTlhZi1jYzdiOTIyNDRiMzEiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiYTMzMjc4NTEtYzQ3Yy00NDA3LWIzMGUtYWUyNmVhY2VmY2FhIn0=?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvbG9jYXRpb25zL2NlbnRyYWx1c2V1YXAvb3BlcmF0aW9ucy9leUp3WVhKMGFYUnBiMjVKWkNJNklqSmhZV0ptWVdRd0xXRmxOelF0TkRCbVpDMDVPV05pTFRJMU16WXdPVGxrTkdZM01TSXNJbmR2Y210bWJHOTNTV1FpT2lKbVpURmxOVE15TXkwNU1qWTBMVFE0TUdVdE9UbGhaaTFqWXpkaU9USXlORFJpTXpFaUxDSjNiM0pyWm14dmQwOXdaWEpoZEdsdmJrbGtJam9pWVRNek1qYzROVEV0WXpRM1l5MDBOREEzTFdJek1HVXRZV1V5Tm1WaFkyVm1ZMkZoSW4wPT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-request-id": [ + "7e0b4c17-f771-4fdf-a900-342681c33464" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-IIS/10.0" + ], + "X-AspNet-Version": [ + "4.0.30319" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11999" + ], + "x-ms-correlation-request-id": [ + "e0467f90-3a3f-456f-a0a4-39ca3f2252e5" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200624T002006Z:e0467f90-3a3f-456f-a0a4-39ca3f2252e5" + ], + "Date": [ + "Wed, 24 Jun 2020 00:20:05 GMT" + ], + "Content-Length": [ + "745" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6IjJhYWJmYWQwLWFlNzQtNDBmZC05OWNiLTI1MzYwOTlkNGY3MSIsIndvcmtmbG93SWQiOiJmZTFlNTMyMy05MjY0LTQ4MGUtOTlhZi1jYzdiOTIyNDRiMzEiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiYTMzMjc4NTEtYzQ3Yy00NDA3LWIzMGUtYWUyNmVhY2VmY2FhIn0=\",\r\n \"name\": \"eyJwYXJ0aXRpb25JZCI6IjJhYWJmYWQwLWFlNzQtNDBmZC05OWNiLTI1MzYwOTlkNGY3MSIsIndvcmtmbG93SWQiOiJmZTFlNTMyMy05MjY0LTQ4MGUtOTlhZi1jYzdiOTIyNDRiMzEiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiYTMzMjc4NTEtYzQ3Yy00NDA3LWIzMGUtYWUyNmVhY2VmY2FhIn0=\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2020-06-24T00:19:56.2317223Z\",\r\n \"endTime\": \"2020-06-24T00:20:02.7947974Z\",\r\n \"properties\": {}\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps8904/providers/Microsoft.StorageSync/storageSyncServices/sssps9517?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzODkwNC9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM5NTE3P2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-request-id": [ + "1b1f287b-7b93-41b2-9253-226eee5add2d" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-IIS/10.0" + ], + "X-AspNet-Version": [ + "4.0.30319" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11998" + ], + "x-ms-correlation-request-id": [ + "485599ea-808c-4e18-9e30-c928853a48e5" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200624T002006Z:485599ea-808c-4e18-9e30-c928853a48e5" + ], + "Date": [ + "Wed, 24 Jun 2020 00:20:05 GMT" + ], + "Content-Length": [ + "642" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"properties\": {\r\n \"storageSyncServiceStatus\": 0,\r\n \"incomingTrafficPolicy\": \"AllowVirtualNetworksOnly\",\r\n \"privateEndpointConnections\": [],\r\n \"provisioningState\": \"Succeeded\",\r\n \"lastWorkflowId\": \"storageSyncServices/sssps9517/workflows/fe1e5323-9264-480e-99af-cc7b92244b31\",\r\n \"lastOperationName\": \"ICreateStorageSyncServiceWorkflow\"\r\n },\r\n \"location\": \"Central US EUAP\",\r\n \"tags\": {},\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps8904/providers/microsoft.storagesync/storageSyncServices/sssps9517\",\r\n \"name\": \"sssps9517\",\r\n \"type\": \"microsoft.storagesync/storageSyncServices\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps8904/providers/Microsoft.StorageSync/storageSyncServices/sssps9517?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzODkwNC9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM5NTE3P2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "876c323e-83e1-43a4-b0a0-818c7bb66e2a" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-request-id": [ + "c1c9466b-4fda-41e7-93de-4134f120ca83" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-IIS/10.0" + ], + "X-AspNet-Version": [ + "4.0.30319" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11997" + ], + "x-ms-correlation-request-id": [ + "39494cfa-d2be-4761-a4cd-685e075ae60c" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200624T002006Z:39494cfa-d2be-4761-a4cd-685e075ae60c" + ], + "Date": [ + "Wed, 24 Jun 2020 00:20:05 GMT" + ], + "Content-Length": [ + "642" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"properties\": {\r\n \"storageSyncServiceStatus\": 0,\r\n \"incomingTrafficPolicy\": \"AllowVirtualNetworksOnly\",\r\n \"privateEndpointConnections\": [],\r\n \"provisioningState\": \"Succeeded\",\r\n \"lastWorkflowId\": \"storageSyncServices/sssps9517/workflows/fe1e5323-9264-480e-99af-cc7b92244b31\",\r\n \"lastOperationName\": \"ICreateStorageSyncServiceWorkflow\"\r\n },\r\n \"location\": \"Central US EUAP\",\r\n \"tags\": {},\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps8904/providers/microsoft.storagesync/storageSyncServices/sssps9517\",\r\n \"name\": \"sssps9517\",\r\n \"type\": \"microsoft.storagesync/storageSyncServices\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps8904/providers/Microsoft.StorageSync/storageSyncServices/sssps9517?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzODkwNC9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM5NTE3P2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-request-id": [ + "8d6df1df-3ebf-4984-9e6b-aeb0ac69dcb8" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-IIS/10.0" + ], + "X-AspNet-Version": [ + "4.0.30319" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11995" + ], + "x-ms-correlation-request-id": [ + "a663d3e3-93d6-414b-9bf9-0e90d71b0942" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200624T002017Z:a663d3e3-93d6-414b-9bf9-0e90d71b0942" + ], + "Date": [ + "Wed, 24 Jun 2020 00:20:16 GMT" + ], + "Content-Length": [ + "632" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"properties\": {\r\n \"storageSyncServiceStatus\": 0,\r\n \"incomingTrafficPolicy\": \"AllowAllTraffic\",\r\n \"privateEndpointConnections\": [],\r\n \"provisioningState\": \"Succeeded\",\r\n \"lastWorkflowId\": \"storageSyncServices/sssps9517/workflows/71cea889-db9c-434c-ab01-607f4d536307\",\r\n \"lastOperationName\": \"IPatchStorageSyncServiceWorkflow\"\r\n },\r\n \"location\": \"Central US EUAP\",\r\n \"tags\": {},\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps8904/providers/microsoft.storagesync/storageSyncServices/sssps9517\",\r\n \"name\": \"sssps9517\",\r\n \"type\": \"microsoft.storagesync/storageSyncServices\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps8904/providers/Microsoft.StorageSync/storageSyncServices/sssps9517?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzODkwNC9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM5NTE3P2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "0d205ac6-5772-4fc3-9fc8-82d5fbe78a43" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-request-id": [ + "6e2abd84-2d3f-4947-b765-a59a1f666de5" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-IIS/10.0" + ], + "X-AspNet-Version": [ + "4.0.30319" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11993" + ], + "x-ms-correlation-request-id": [ + "3cb9297a-a6dd-4e64-819f-96af6860c125" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200624T002018Z:3cb9297a-a6dd-4e64-819f-96af6860c125" + ], + "Date": [ + "Wed, 24 Jun 2020 00:20:17 GMT" + ], + "Content-Length": [ + "632" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"properties\": {\r\n \"storageSyncServiceStatus\": 0,\r\n \"incomingTrafficPolicy\": \"AllowAllTraffic\",\r\n \"privateEndpointConnections\": [],\r\n \"provisioningState\": \"Succeeded\",\r\n \"lastWorkflowId\": \"storageSyncServices/sssps9517/workflows/71cea889-db9c-434c-ab01-607f4d536307\",\r\n \"lastOperationName\": \"IPatchStorageSyncServiceWorkflow\"\r\n },\r\n \"location\": \"Central US EUAP\",\r\n \"tags\": {},\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps8904/providers/microsoft.storagesync/storageSyncServices/sssps9517\",\r\n \"name\": \"sssps9517\",\r\n \"type\": \"microsoft.storagesync/storageSyncServices\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps8904/providers/Microsoft.StorageSync/storageSyncServices/sssps9517?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzODkwNC9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM5NTE3P2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", + "RequestMethod": "PATCH", + "RequestBody": "{\r\n \"tags\": {},\r\n \"properties\": {\r\n \"incomingTrafficPolicy\": \"AllowAllTraffic\"\r\n }\r\n}", + "RequestHeaders": { + "x-ms-client-request-id": [ + "163c58fd-0669-41ce-9755-78af82d66b5c" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Content-Length": [ + "91" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6IjJhYWJmYWQwLWFlNzQtNDBmZC05OWNiLTI1MzYwOTlkNGY3MSIsIndvcmtmbG93SWQiOiI3MWNlYTg4OS1kYjljLTQzNGMtYWIwMS02MDdmNGQ1MzYzMDciLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiZWVmZGFjZDItNTFjZS00ZDAyLTljNDktY2E3M2MzNzVjZjA2In0=?api-version=2020-03-01" + ], + "Retry-After": [ + "10" + ], + "Azure-AsyncOperation": [ + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6IjJhYWJmYWQwLWFlNzQtNDBmZC05OWNiLTI1MzYwOTlkNGY3MSIsIndvcmtmbG93SWQiOiI3MWNlYTg4OS1kYjljLTQzNGMtYWIwMS02MDdmNGQ1MzYzMDciLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiZWVmZGFjZDItNTFjZS00ZDAyLTljNDktY2E3M2MzNzVjZjA2In0=?api-version=2020-03-01" + ], + "x-ms-request-id": [ + "bf414cbc-ff1d-417c-84be-728d740fbd5e" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-IIS/10.0" + ], + "X-AspNet-Version": [ + "4.0.30319" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "x-ms-ratelimit-remaining-subscription-writes": [ + "1198" + ], + "x-ms-correlation-request-id": [ + "36ea1a04-920a-41cf-bfe1-742f7b3a632a" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200624T002007Z:36ea1a04-920a-41cf-bfe1-742f7b3a632a" + ], + "Date": [ + "Wed, 24 Jun 2020 00:20:06 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6IjJhYWJmYWQwLWFlNzQtNDBmZC05OWNiLTI1MzYwOTlkNGY3MSIsIndvcmtmbG93SWQiOiI3MWNlYTg4OS1kYjljLTQzNGMtYWIwMS02MDdmNGQ1MzYzMDciLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiZWVmZGFjZDItNTFjZS00ZDAyLTljNDktY2E3M2MzNzVjZjA2In0=?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvbG9jYXRpb25zL2NlbnRyYWx1c2V1YXAvb3BlcmF0aW9ucy9leUp3WVhKMGFYUnBiMjVKWkNJNklqSmhZV0ptWVdRd0xXRmxOelF0TkRCbVpDMDVPV05pTFRJMU16WXdPVGxrTkdZM01TSXNJbmR2Y210bWJHOTNTV1FpT2lJM01XTmxZVGc0T1Mxa1lqbGpMVFF6TkdNdFlXSXdNUzAyTURkbU5HUTFNell6TURjaUxDSjNiM0pyWm14dmQwOXdaWEpoZEdsdmJrbGtJam9pWldWbVpHRmpaREl0TlRGalpTMDBaREF5TFRsak5Ea3RZMkUzTTJNek56VmpaakEySW4wPT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-request-id": [ + "7df7b5e3-69e2-4379-9f5b-8e0f372e2d49" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-IIS/10.0" + ], + "X-AspNet-Version": [ + "4.0.30319" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11996" + ], + "x-ms-correlation-request-id": [ + "86961dcc-e8ca-40c0-aee5-9a273abdb737" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200624T002017Z:86961dcc-e8ca-40c0-aee5-9a273abdb737" + ], + "Date": [ + "Wed, 24 Jun 2020 00:20:16 GMT" + ], + "Content-Length": [ + "745" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6IjJhYWJmYWQwLWFlNzQtNDBmZC05OWNiLTI1MzYwOTlkNGY3MSIsIndvcmtmbG93SWQiOiI3MWNlYTg4OS1kYjljLTQzNGMtYWIwMS02MDdmNGQ1MzYzMDciLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiZWVmZGFjZDItNTFjZS00ZDAyLTljNDktY2E3M2MzNzVjZjA2In0=\",\r\n \"name\": \"eyJwYXJ0aXRpb25JZCI6IjJhYWJmYWQwLWFlNzQtNDBmZC05OWNiLTI1MzYwOTlkNGY3MSIsIndvcmtmbG93SWQiOiI3MWNlYTg4OS1kYjljLTQzNGMtYWIwMS02MDdmNGQ1MzYzMDciLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiZWVmZGFjZDItNTFjZS00ZDAyLTljNDktY2E3M2MzNzVjZjA2In0=\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2020-06-24T00:20:08.5373051Z\",\r\n \"endTime\": \"2020-06-24T00:20:12.3266816Z\",\r\n \"properties\": {}\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps8904/providers/Microsoft.StorageSync/storageSyncServices?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzODkwNC9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXM/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "4af1c0e2-ecad-48f1-a74b-7e2d61c6bf00" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-request-id": [ + "1a0b9a66-7501-4ca9-8109-b0e20b9c279d" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-IIS/10.0" + ], + "X-AspNet-Version": [ + "4.0.30319" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11994" + ], + "x-ms-correlation-request-id": [ + "b949f41f-e6f1-4fc4-9b49-a118fd18efc9" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200624T002017Z:b949f41f-e6f1-4fc4-9b49-a118fd18efc9" + ], + "Date": [ + "Wed, 24 Jun 2020 00:20:17 GMT" + ], + "Content-Length": [ + "717" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"properties\": {\r\n \"storageSyncServiceStatus\": 0,\r\n \"incomingTrafficPolicy\": \"AllowAllTraffic\",\r\n \"privateEndpointConnections\": [],\r\n \"provisioningState\": \"Succeeded\",\r\n \"lastWorkflowId\": \"storageSyncServices/sssps9517/workflows/71cea889-db9c-434c-ab01-607f4d536307\",\r\n \"lastOperationName\": \"IPatchStorageSyncServiceWorkflow\"\r\n },\r\n \"location\": \"Central US EUAP\",\r\n \"tags\": {},\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps8904/providers/microsoft.storagesync/storageSyncServices/sssps9517\",\r\n \"name\": \"sssps9517\",\r\n \"type\": \"microsoft.storagesync/storageSyncServices\"\r\n }\r\n ]\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps8904/providers/Microsoft.StorageSync/storageSyncServices?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzODkwNC9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXM/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "d40cc280-5655-41ea-a6fb-df158ca0dc16" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-request-id": [ + "741aaca5-e669-4ce5-b9e0-019875bdcb1d" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-IIS/10.0" + ], + "X-AspNet-Version": [ + "4.0.30319" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11988" + ], + "x-ms-correlation-request-id": [ + "b1a30c6e-c69e-44c6-ba3d-11ecff3c2028" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200624T002042Z:b1a30c6e-c69e-44c6-ba3d-11ecff3c2028" + ], + "Date": [ + "Wed, 24 Jun 2020 00:20:42 GMT" + ], + "Content-Length": [ + "718" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"properties\": {\r\n \"storageSyncServiceStatus\": 0,\r\n \"incomingTrafficPolicy\": \"AllowAllTraffic\",\r\n \"privateEndpointConnections\": [],\r\n \"provisioningState\": \"Succeeded\",\r\n \"lastWorkflowId\": \"storageSyncServices/sssps8138/workflows/9b855bcb-f784-4406-8ce0-372de22ab139\",\r\n \"lastOperationName\": \"ICreateStorageSyncServiceWorkflow\"\r\n },\r\n \"location\": \"Central US EUAP\",\r\n \"tags\": {},\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps8904/providers/microsoft.storagesync/storageSyncServices/sssps8138\",\r\n \"name\": \"sssps8138\",\r\n \"type\": \"microsoft.storagesync/storageSyncServices\"\r\n }\r\n ]\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps8904/providers/Microsoft.StorageSync/storageSyncServices?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzODkwNC9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXM/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "c86ecb23-81d1-4ebb-9855-947e4d4e0055" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-request-id": [ + "9b834297-8a0b-46fb-919a-e8c03a5b9744" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-IIS/10.0" + ], + "X-AspNet-Version": [ + "4.0.30319" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11981" + ], + "x-ms-correlation-request-id": [ + "b8348e7c-e565-4ccb-988b-a3afd52d4bad" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200624T002116Z:b8348e7c-e565-4ccb-988b-a3afd52d4bad" + ], + "Date": [ + "Wed, 24 Jun 2020 00:21:15 GMT" + ], + "Content-Length": [ + "19" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"value\": []\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps8904/providers/Microsoft.StorageSync/storageSyncServices/sssps9517?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzODkwNC9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM5NTE3P2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", + "RequestMethod": "DELETE", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "2eef77b4-4c8d-4279-8f6a-616631de06a0" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6IjJhYWJmYWQwLWFlNzQtNDBmZC05OWNiLTI1MzYwOTlkNGY3MSIsIndvcmtmbG93SWQiOiIzMzY5MzQwMC05NjE2LTRlODUtOTU3Zi1lNzg2MzQzMDYxZjAiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiNDJmNWQyZTAtMGJkMy00MzZjLWIwOWYtNjk4ZTYyZTkzMzNiIn0=?api-version=2020-03-01" + ], + "Retry-After": [ + "10" + ], + "Azure-AsyncOperation": [ + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6IjJhYWJmYWQwLWFlNzQtNDBmZC05OWNiLTI1MzYwOTlkNGY3MSIsIndvcmtmbG93SWQiOiIzMzY5MzQwMC05NjE2LTRlODUtOTU3Zi1lNzg2MzQzMDYxZjAiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiNDJmNWQyZTAtMGJkMy00MzZjLWIwOWYtNjk4ZTYyZTkzMzNiIn0=?api-version=2020-03-01" + ], + "x-ms-request-id": [ + "39c5fcfc-c161-48fd-8571-87e7ed76071e" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-IIS/10.0" + ], + "X-AspNet-Version": [ + "4.0.30319" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "x-ms-ratelimit-remaining-subscription-deletes": [ + "14999" + ], + "x-ms-correlation-request-id": [ + "6a7ed837-f8a4-4d00-953f-368c0b28c1e9" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200624T002019Z:6a7ed837-f8a4-4d00-953f-368c0b28c1e9" + ], + "Date": [ + "Wed, 24 Jun 2020 00:20:19 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6IjJhYWJmYWQwLWFlNzQtNDBmZC05OWNiLTI1MzYwOTlkNGY3MSIsIndvcmtmbG93SWQiOiIzMzY5MzQwMC05NjE2LTRlODUtOTU3Zi1lNzg2MzQzMDYxZjAiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiNDJmNWQyZTAtMGJkMy00MzZjLWIwOWYtNjk4ZTYyZTkzMzNiIn0=?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvbG9jYXRpb25zL2NlbnRyYWx1c2V1YXAvb3BlcmF0aW9ucy9leUp3WVhKMGFYUnBiMjVKWkNJNklqSmhZV0ptWVdRd0xXRmxOelF0TkRCbVpDMDVPV05pTFRJMU16WXdPVGxrTkdZM01TSXNJbmR2Y210bWJHOTNTV1FpT2lJek16WTVNelF3TUMwNU5qRTJMVFJsT0RVdE9UVTNaaTFsTnpnMk16UXpNRFl4WmpBaUxDSjNiM0pyWm14dmQwOXdaWEpoZEdsdmJrbGtJam9pTkRKbU5XUXlaVEF0TUdKa015MDBNelpqTFdJd09XWXROams0WlRZeVpUa3pNek5pSW4wPT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-request-id": [ + "d0819a70-7172-4c71-919b-72ed6086d791" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-IIS/10.0" + ], + "X-AspNet-Version": [ + "4.0.30319" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11992" + ], + "x-ms-correlation-request-id": [ + "82302cfa-9670-49bc-a883-7af1082ed0c7" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200624T002030Z:82302cfa-9670-49bc-a883-7af1082ed0c7" + ], + "Date": [ + "Wed, 24 Jun 2020 00:20:29 GMT" + ], + "Content-Length": [ + "744" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6IjJhYWJmYWQwLWFlNzQtNDBmZC05OWNiLTI1MzYwOTlkNGY3MSIsIndvcmtmbG93SWQiOiIzMzY5MzQwMC05NjE2LTRlODUtOTU3Zi1lNzg2MzQzMDYxZjAiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiNDJmNWQyZTAtMGJkMy00MzZjLWIwOWYtNjk4ZTYyZTkzMzNiIn0=\",\r\n \"name\": \"eyJwYXJ0aXRpb25JZCI6IjJhYWJmYWQwLWFlNzQtNDBmZC05OWNiLTI1MzYwOTlkNGY3MSIsIndvcmtmbG93SWQiOiIzMzY5MzQwMC05NjE2LTRlODUtOTU3Zi1lNzg2MzQzMDYxZjAiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiNDJmNWQyZTAtMGJkMy00MzZjLWIwOWYtNjk4ZTYyZTkzMzNiIn0=\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2020-06-24T00:20:20.595256Z\",\r\n \"endTime\": \"2020-06-24T00:20:26.2954629Z\",\r\n \"properties\": {}\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6IjJhYWJmYWQwLWFlNzQtNDBmZC05OWNiLTI1MzYwOTlkNGY3MSIsIndvcmtmbG93SWQiOiIzMzY5MzQwMC05NjE2LTRlODUtOTU3Zi1lNzg2MzQzMDYxZjAiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiNDJmNWQyZTAtMGJkMy00MzZjLWIwOWYtNjk4ZTYyZTkzMzNiIn0=?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvbG9jYXRpb25zL2NlbnRyYWx1c2V1YXAvb3BlcmF0aW9ucmVzdWx0cy9leUp3WVhKMGFYUnBiMjVKWkNJNklqSmhZV0ptWVdRd0xXRmxOelF0TkRCbVpDMDVPV05pTFRJMU16WXdPVGxrTkdZM01TSXNJbmR2Y210bWJHOTNTV1FpT2lJek16WTVNelF3TUMwNU5qRTJMVFJsT0RVdE9UVTNaaTFsTnpnMk16UXpNRFl4WmpBaUxDSjNiM0pyWm14dmQwOXdaWEpoZEdsdmJrbGtJam9pTkRKbU5XUXlaVEF0TUdKa015MDBNelpqTFdJd09XWXROams0WlRZeVpUa3pNek5pSW4wPT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" ], - "Content-Type": [ - "application/json; charset=utf-8" + "x-ms-request-id": [ + "3ff8b400-995c-4d04-a5ac-cb037c7eff0d" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-IIS/10.0" + ], + "X-AspNet-Version": [ + "4.0.30319" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11991" + ], + "x-ms-correlation-request-id": [ + "563b97d7-77f7-47ab-bf14-8b99441e6349" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200624T002030Z:563b97d7-77f7-47ab-bf14-8b99441e6349" + ], + "Date": [ + "Wed, 24 Jun 2020 00:20:29 GMT" ], "Expires": [ "-1" + ], + "Content-Length": [ + "0" ] }, - "ResponseBody": "{\r\n \"nameAvailable\": true,\r\n \"reason\": null,\r\n \"message\": null\r\n}", + "ResponseBody": "", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/providers/Microsoft.StorageSync/locations/CentralUSEUAP/checkNameAvailability?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZVN5bmMvbG9jYXRpb25zL0NlbnRyYWxVU0VVQVAvY2hlY2tOYW1lQXZhaWxhYmlsaXR5P2FwaS12ZXJzaW9uPTIwMTktMDMtMDE=", - "RequestMethod": "POST", - "RequestBody": "{\r\n \"name\": \"sssps1956\",\r\n \"type\": \"Microsoft.StorageSync/storageSyncServices\"\r\n}", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps8904/providers/Microsoft.StorageSync/storageSyncServices/sssps8138?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzODkwNC9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM4MTM4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", + "RequestMethod": "PUT", + "RequestBody": "{\r\n \"location\": \"Central US EUAP\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"incomingTrafficPolicy\": \"AllowAllTraffic\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "b53dc84e-e974-4072-b3a4-8fca02e90816" + "2a0a0b73-074a-4de9-b31a-fe1bdb2f6ea7" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "83" + "125" ] }, "ResponseHeaders": { @@ -293,8 +1400,17 @@ "Pragma": [ "no-cache" ], + "Location": [ + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6IjRiZDU3OThiLWE3M2MtNDkzMy05OWI5LWMwOWJjNzFmYzIxMyIsIndvcmtmbG93SWQiOiI5Yjg1NWJjYi1mNzg0LTQ0MDYtOGNlMC0zNzJkZTIyYWIxMzkiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiZmVjNmY1NmQtNmRkOC00NDNmLWIxNzQtMDg3ZjVjODcwYTY3In0=?api-version=2020-03-01" + ], + "Retry-After": [ + "10" + ], + "Azure-AsyncOperation": [ + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6IjRiZDU3OThiLWE3M2MtNDkzMy05OWI5LWMwOWJjNzFmYzIxMyIsIndvcmtmbG93SWQiOiI5Yjg1NWJjYi1mNzg0LTQ0MDYtOGNlMC0zNzJkZTIyYWIxMzkiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiZmVjNmY1NmQtNmRkOC00NDNmLWIxNzQtMDg3ZjVjODcwYTY3In0=?api-version=2020-03-01" + ], "x-ms-request-id": [ - "271fa124-9141-4776-9873-62f954fd6252" + "edcf6212-9e92-41ba-99bd-0e93ff55fe69" ], "X-Content-Type-Options": [ "nosniff" @@ -312,53 +1428,38 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1198" + "1197" ], "x-ms-correlation-request-id": [ - "bd67ef40-12d2-419b-bac5-14ae7308af53" + "e5404458-6951-4275-8c42-4de01a206d97" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T183419Z:bd67ef40-12d2-419b-bac5-14ae7308af53" + "WESTUS:20200624T002031Z:e5404458-6951-4275-8c42-4de01a206d97" ], "Date": [ - "Wed, 03 Jul 2019 18:34:18 GMT" - ], - "Content-Length": [ - "51" - ], - "Content-Type": [ - "application/json; charset=utf-8" + "Wed, 24 Jun 2020 00:20:30 GMT" ], "Expires": [ "-1" + ], + "Content-Length": [ + "0" ] }, - "ResponseBody": "{\r\n \"nameAvailable\": true,\r\n \"reason\": null,\r\n \"message\": null\r\n}", - "StatusCode": 200 + "ResponseBody": "", + "StatusCode": 202 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/providers/Microsoft.StorageSync/locations/CentralUSEUAP/checkNameAvailability?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZVN5bmMvbG9jYXRpb25zL0NlbnRyYWxVU0VVQVAvY2hlY2tOYW1lQXZhaWxhYmlsaXR5P2FwaS12ZXJzaW9uPTIwMTktMDMtMDE=", - "RequestMethod": "POST", - "RequestBody": "{\r\n \"name\": \"sssps1956\",\r\n \"type\": \"Microsoft.StorageSync/storageSyncServices\"\r\n}", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6IjRiZDU3OThiLWE3M2MtNDkzMy05OWI5LWMwOWJjNzFmYzIxMyIsIndvcmtmbG93SWQiOiI5Yjg1NWJjYi1mNzg0LTQ0MDYtOGNlMC0zNzJkZTIyYWIxMzkiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiZmVjNmY1NmQtNmRkOC00NDNmLWIxNzQtMDg3ZjVjODcwYTY3In0=?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvbG9jYXRpb25zL2NlbnRyYWx1c2V1YXAvb3BlcmF0aW9ucy9leUp3WVhKMGFYUnBiMjVKWkNJNklqUmlaRFUzT1RoaUxXRTNNMk10TkRrek15MDVPV0k1TFdNd09XSmpOekZtWXpJeE15SXNJbmR2Y210bWJHOTNTV1FpT2lJNVlqZzFOV0pqWWkxbU56ZzBMVFEwTURZdE9HTmxNQzB6TnpKa1pUSXlZV0l4TXpraUxDSjNiM0pyWm14dmQwOXdaWEpoZEdsdmJrbGtJam9pWm1Wak5tWTFObVF0Tm1Sa09DMDBORE5tTFdJeE56UXRNRGczWmpWak9EY3dZVFkzSW4wPT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", "RequestHeaders": { - "x-ms-client-request-id": [ - "3cac020b-994e-4a13-92e0-2b75e5b62127" - ], - "Accept-Language": [ - "en-US" - ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Content-Length": [ - "83" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -369,7 +1470,7 @@ "no-cache" ], "x-ms-request-id": [ - "a956c2d9-902f-4280-a4c0-55929c1f3f67" + "6a5585a3-3c5e-4db7-b9f2-dcfe117d8b0e" ], "X-Content-Type-Options": [ "nosniff" @@ -386,54 +1487,42 @@ "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-writes": [ - "1197" + "x-ms-ratelimit-remaining-subscription-reads": [ + "11990" ], "x-ms-correlation-request-id": [ - "acc9682f-fdff-40b0-82aa-54d67d2c2cf4" + "6935dfa1-77b8-43a8-9909-a38563a5eb79" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T183421Z:acc9682f-fdff-40b0-82aa-54d67d2c2cf4" + "WESTUS:20200624T002041Z:6935dfa1-77b8-43a8-9909-a38563a5eb79" ], "Date": [ - "Wed, 03 Jul 2019 18:34:20 GMT" + "Wed, 24 Jun 2020 00:20:41 GMT" ], "Content-Length": [ - "51" + "745" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"nameAvailable\": true,\r\n \"reason\": null,\r\n \"message\": null\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6IjRiZDU3OThiLWE3M2MtNDkzMy05OWI5LWMwOWJjNzFmYzIxMyIsIndvcmtmbG93SWQiOiI5Yjg1NWJjYi1mNzg0LTQ0MDYtOGNlMC0zNzJkZTIyYWIxMzkiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiZmVjNmY1NmQtNmRkOC00NDNmLWIxNzQtMDg3ZjVjODcwYTY3In0=\",\r\n \"name\": \"eyJwYXJ0aXRpb25JZCI6IjRiZDU3OThiLWE3M2MtNDkzMy05OWI5LWMwOWJjNzFmYzIxMyIsIndvcmtmbG93SWQiOiI5Yjg1NWJjYi1mNzg0LTQ0MDYtOGNlMC0zNzJkZTIyYWIxMzkiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiZmVjNmY1NmQtNmRkOC00NDNmLWIxNzQtMDg3ZjVjODcwYTY3In0=\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2020-06-24T00:20:32.5287656Z\",\r\n \"endTime\": \"2020-06-24T00:20:39.1457031Z\",\r\n \"properties\": {}\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps5518/providers/Microsoft.StorageSync/storageSyncServices/sssps1956?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNTUxOC9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMxOTU2P2FwaS12ZXJzaW9uPTIwMTktMDMtMDE=", - "RequestMethod": "PUT", - "RequestBody": "{\r\n \"location\": \"Central US EUAP\",\r\n \"tags\": {}\r\n}", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps8904/providers/Microsoft.StorageSync/storageSyncServices/sssps8138?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzODkwNC9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM4MTM4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", + "RequestMethod": "GET", + "RequestBody": "", "RequestHeaders": { - "x-ms-client-request-id": [ - "719b5087-8d30-4b6b-b7f5-1e75cba6c27f" - ], - "Accept-Language": [ - "en-US" - ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Content-Length": [ - "52" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -444,7 +1533,7 @@ "no-cache" ], "x-ms-request-id": [ - "80427407-1c9d-4534-a375-b5156cc5e6de" + "118f234a-d2fd-473d-80e0-b548f13640d6" ], "X-Content-Type-Options": [ "nosniff" @@ -461,54 +1550,48 @@ "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-writes": [ - "1199" + "x-ms-ratelimit-remaining-subscription-reads": [ + "11989" ], "x-ms-correlation-request-id": [ - "15afd8b2-ae9c-44f2-8a7c-03a0d1807a4a" + "b1b5801f-6f29-418b-960d-7149ba02d0c8" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T183417Z:15afd8b2-ae9c-44f2-8a7c-03a0d1807a4a" + "WESTUS:20200624T002041Z:b1b5801f-6f29-418b-960d-7149ba02d0c8" ], "Date": [ - "Wed, 03 Jul 2019 18:34:17 GMT" + "Wed, 24 Jun 2020 00:20:41 GMT" ], "Content-Length": [ - "329" + "633" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"storageSyncServiceStatus\": null,\r\n \"storageSyncServiceUid\": null\r\n },\r\n \"location\": \"Central US EUAP\",\r\n \"tags\": {},\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps5518/providers/microsoft.storagesync/storageSyncServices/sssps1956\",\r\n \"name\": \"sssps1956\",\r\n \"type\": \"microsoft.storagesync/storageSyncServices\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"storageSyncServiceStatus\": 0,\r\n \"incomingTrafficPolicy\": \"AllowAllTraffic\",\r\n \"privateEndpointConnections\": [],\r\n \"provisioningState\": \"Succeeded\",\r\n \"lastWorkflowId\": \"storageSyncServices/sssps8138/workflows/9b855bcb-f784-4406-8ce0-372de22ab139\",\r\n \"lastOperationName\": \"ICreateStorageSyncServiceWorkflow\"\r\n },\r\n \"location\": \"Central US EUAP\",\r\n \"tags\": {},\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps8904/providers/microsoft.storagesync/storageSyncServices/sssps8138\",\r\n \"name\": \"sssps8138\",\r\n \"type\": \"microsoft.storagesync/storageSyncServices\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps5518/providers/Microsoft.StorageSync/storageSyncServices/sssps1956?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNTUxOC9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMxOTU2P2FwaS12ZXJzaW9uPTIwMTktMDMtMDE=", - "RequestMethod": "PUT", - "RequestBody": "{\r\n \"location\": \"Central US EUAP\",\r\n \"tags\": {}\r\n}", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps8904/providers/Microsoft.StorageSync/storageSyncServices/sssps8138?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzODkwNC9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM4MTM4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", + "RequestMethod": "DELETE", + "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "16cf316a-ca1f-47bc-a583-ee8fc3f5a8d2" + "d1824408-8bca-48fb-80bc-856e5a2be05d" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Content-Length": [ - "52" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -518,8 +1601,17 @@ "Pragma": [ "no-cache" ], + "Location": [ + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6IjRiZDU3OThiLWE3M2MtNDkzMy05OWI5LWMwOWJjNzFmYzIxMyIsIndvcmtmbG93SWQiOiI0YzA1OTc1NC1iZjJiLTQ5ZDEtYmIwOS0xOWZhY2FiNDE4YjEiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiZGMwMWI0ZWYtZDcxMi00ZjZkLWI4NjAtMjNiZDQyYjEzODM4In0=?api-version=2020-03-01" + ], + "Retry-After": [ + "10" + ], + "Azure-AsyncOperation": [ + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6IjRiZDU3OThiLWE3M2MtNDkzMy05OWI5LWMwOWJjNzFmYzIxMyIsIndvcmtmbG93SWQiOiI0YzA1OTc1NC1iZjJiLTQ5ZDEtYmIwOS0xOWZhY2FiNDE4YjEiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiZGMwMWI0ZWYtZDcxMi00ZjZkLWI4NjAtMjNiZDQyYjEzODM4In0=?api-version=2020-03-01" + ], "x-ms-request-id": [ - "afbc1dc7-7d94-49a3-a767-7091b5c31533" + "0a5275cf-46e0-4e25-92b7-01db93cbef8a" ], "X-Content-Type-Options": [ "nosniff" @@ -536,54 +1628,39 @@ "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-writes": [ - "1198" + "x-ms-ratelimit-remaining-subscription-deletes": [ + "14998" ], "x-ms-correlation-request-id": [ - "8d391ee3-746d-4837-bf24-09eec18cfc32" + "fbc9c5fd-00d9-4122-b1d8-16e505204e4f" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T183420Z:8d391ee3-746d-4837-bf24-09eec18cfc32" + "WESTUS:20200624T002042Z:fbc9c5fd-00d9-4122-b1d8-16e505204e4f" ], "Date": [ - "Wed, 03 Jul 2019 18:34:19 GMT" - ], - "Content-Length": [ - "329" - ], - "Content-Type": [ - "application/json; charset=utf-8" + "Wed, 24 Jun 2020 00:20:42 GMT" ], "Expires": [ "-1" + ], + "Content-Length": [ + "0" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"storageSyncServiceStatus\": null,\r\n \"storageSyncServiceUid\": null\r\n },\r\n \"location\": \"Central US EUAP\",\r\n \"tags\": {},\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps5518/providers/microsoft.storagesync/storageSyncServices/sssps1956\",\r\n \"name\": \"sssps1956\",\r\n \"type\": \"microsoft.storagesync/storageSyncServices\"\r\n}", - "StatusCode": 200 + "ResponseBody": "", + "StatusCode": 202 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps5518/providers/Microsoft.StorageSync/storageSyncServices/sssps1956?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNTUxOC9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMxOTU2P2FwaS12ZXJzaW9uPTIwMTktMDMtMDE=", - "RequestMethod": "PUT", - "RequestBody": "{\r\n \"location\": \"Central US EUAP\",\r\n \"tags\": {}\r\n}", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6IjRiZDU3OThiLWE3M2MtNDkzMy05OWI5LWMwOWJjNzFmYzIxMyIsIndvcmtmbG93SWQiOiI0YzA1OTc1NC1iZjJiLTQ5ZDEtYmIwOS0xOWZhY2FiNDE4YjEiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiZGMwMWI0ZWYtZDcxMi00ZjZkLWI4NjAtMjNiZDQyYjEzODM4In0=?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvbG9jYXRpb25zL2NlbnRyYWx1c2V1YXAvb3BlcmF0aW9ucy9leUp3WVhKMGFYUnBiMjVKWkNJNklqUmlaRFUzT1RoaUxXRTNNMk10TkRrek15MDVPV0k1TFdNd09XSmpOekZtWXpJeE15SXNJbmR2Y210bWJHOTNTV1FpT2lJMFl6QTFPVGMxTkMxaVpqSmlMVFE1WkRFdFltSXdPUzB4T1daaFkyRmlOREU0WWpFaUxDSjNiM0pyWm14dmQwOXdaWEpoZEdsdmJrbGtJam9pWkdNd01XSTBaV1l0WkRjeE1pMDBaalprTFdJNE5qQXRNak5pWkRReVlqRXpPRE00SW4wPT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", "RequestHeaders": { - "x-ms-client-request-id": [ - "46718f4a-71a4-46a6-a875-855b3894f3c3" - ], - "Accept-Language": [ - "en-US" - ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Content-Length": [ - "52" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -594,7 +1671,7 @@ "no-cache" ], "x-ms-request-id": [ - "966fa1ff-df6d-41d3-850f-feabaf8e5b8a" + "8bea973b-2671-4d4d-9b07-266ef9fecc1a" ], "X-Content-Type-Options": [ "nosniff" @@ -611,48 +1688,42 @@ "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-writes": [ - "1197" + "x-ms-ratelimit-remaining-subscription-reads": [ + "11987" ], "x-ms-correlation-request-id": [ - "e9090f55-91e0-4a4f-a037-da5309acaa9a" + "c4029b8c-0b0c-4fdc-903c-0580cc11e725" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T183421Z:e9090f55-91e0-4a4f-a037-da5309acaa9a" + "WESTUS:20200624T002053Z:c4029b8c-0b0c-4fdc-903c-0580cc11e725" ], "Date": [ - "Wed, 03 Jul 2019 18:34:20 GMT" + "Wed, 24 Jun 2020 00:20:52 GMT" ], "Content-Length": [ - "329" + "745" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"storageSyncServiceStatus\": null,\r\n \"storageSyncServiceUid\": null\r\n },\r\n \"location\": \"Central US EUAP\",\r\n \"tags\": {},\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps5518/providers/microsoft.storagesync/storageSyncServices/sssps1956\",\r\n \"name\": \"sssps1956\",\r\n \"type\": \"microsoft.storagesync/storageSyncServices\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6IjRiZDU3OThiLWE3M2MtNDkzMy05OWI5LWMwOWJjNzFmYzIxMyIsIndvcmtmbG93SWQiOiI0YzA1OTc1NC1iZjJiLTQ5ZDEtYmIwOS0xOWZhY2FiNDE4YjEiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiZGMwMWI0ZWYtZDcxMi00ZjZkLWI4NjAtMjNiZDQyYjEzODM4In0=\",\r\n \"name\": \"eyJwYXJ0aXRpb25JZCI6IjRiZDU3OThiLWE3M2MtNDkzMy05OWI5LWMwOWJjNzFmYzIxMyIsIndvcmtmbG93SWQiOiI0YzA1OTc1NC1iZjJiLTQ5ZDEtYmIwOS0xOWZhY2FiNDE4YjEiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiZGMwMWI0ZWYtZDcxMi00ZjZkLWI4NjAtMjNiZDQyYjEzODM4In0=\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2020-06-24T00:20:42.9723841Z\",\r\n \"endTime\": \"2020-06-24T00:20:49.9583092Z\",\r\n \"properties\": {}\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps5518/providers/Microsoft.StorageSync/storageSyncServices?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNTUxOC9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXM/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6IjRiZDU3OThiLWE3M2MtNDkzMy05OWI5LWMwOWJjNzFmYzIxMyIsIndvcmtmbG93SWQiOiI0YzA1OTc1NC1iZjJiLTQ5ZDEtYmIwOS0xOWZhY2FiNDE4YjEiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiZGMwMWI0ZWYtZDcxMi00ZjZkLWI4NjAtMjNiZDQyYjEzODM4In0=?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvbG9jYXRpb25zL2NlbnRyYWx1c2V1YXAvb3BlcmF0aW9ucmVzdWx0cy9leUp3WVhKMGFYUnBiMjVKWkNJNklqUmlaRFUzT1RoaUxXRTNNMk10TkRrek15MDVPV0k1TFdNd09XSmpOekZtWXpJeE15SXNJbmR2Y210bWJHOTNTV1FpT2lJMFl6QTFPVGMxTkMxaVpqSmlMVFE1WkRFdFltSXdPUzB4T1daaFkyRmlOREU0WWpFaUxDSjNiM0pyWm14dmQwOXdaWEpoZEdsdmJrbGtJam9pWkdNd01XSTBaV1l0WkRjeE1pMDBaalprTFdJNE5qQXRNak5pWkRReVlqRXpPRE00SW4wPT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { - "x-ms-client-request-id": [ - "917250d2-f807-4717-a5e8-23330b0edaa6" - ], - "Accept-Language": [ - "en-US" - ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -663,7 +1734,7 @@ "no-cache" ], "x-ms-request-id": [ - "0db7d4a1-15e2-4637-8f75-8b5ec73768ed" + "4e2bc990-c6aa-4cc1-aae6-2804b51c6db5" ], "X-Content-Type-Options": [ "nosniff" @@ -681,47 +1752,50 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11999" + "11986" ], "x-ms-correlation-request-id": [ - "a2a6a127-cd25-424a-8954-2c362218b16d" + "74de0935-62c3-4db2-b715-77d9a6608033" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T183418Z:a2a6a127-cd25-424a-8954-2c362218b16d" + "WESTUS:20200624T002053Z:74de0935-62c3-4db2-b715-77d9a6608033" ], "Date": [ - "Wed, 03 Jul 2019 18:34:17 GMT" - ], - "Content-Length": [ - "340" - ], - "Content-Type": [ - "application/json; charset=utf-8" + "Wed, 24 Jun 2020 00:20:53 GMT" ], "Expires": [ "-1" + ], + "Content-Length": [ + "0" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"properties\": {\r\n \"storageSyncServiceStatus\": \"0\",\r\n \"storageSyncServiceUid\": null\r\n },\r\n \"location\": \"Central US EUAP\",\r\n \"tags\": {},\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps5518/providers/microsoft.storagesync/storageSyncServices/sssps1956\",\r\n \"name\": \"sssps1956\",\r\n \"type\": \"microsoft.storagesync/storageSyncServices\"\r\n }\r\n ]\r\n}", + "ResponseBody": "", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps5518/providers/Microsoft.StorageSync/storageSyncServices?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNTUxOC9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXM/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", - "RequestMethod": "GET", - "RequestBody": "", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps8904/providers/Microsoft.StorageSync/storageSyncServices/sssps493?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzODkwNC9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM0OTM/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", + "RequestMethod": "PUT", + "RequestBody": "{\r\n \"location\": \"Central US EUAP\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"incomingTrafficPolicy\": \"AllowAllTraffic\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "9575f2d7-1823-4416-b714-fb9ed83d29ed" + "1881b1d8-87ac-4f24-8493-c0bc80ccc734" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Content-Length": [ + "125" ] }, "ResponseHeaders": { @@ -731,8 +1805,17 @@ "Pragma": [ "no-cache" ], + "Location": [ + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6ImJiNDU2ZmQzLTIxY2QtNGI5OC04Yjg1LWNlZjIwOWRmZjRiZSIsIndvcmtmbG93SWQiOiIzOTMxNTNkMS1hNzk4LTRhYzUtOWRlNS01MjEzOWI3NDE4N2QiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiM2RlM2FmMjAtY2RkNS00NWEyLWE2NTYtYzRiMWZjYjVjMTVmIn0=?api-version=2020-03-01" + ], + "Retry-After": [ + "10" + ], + "Azure-AsyncOperation": [ + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6ImJiNDU2ZmQzLTIxY2QtNGI5OC04Yjg1LWNlZjIwOWRmZjRiZSIsIndvcmtmbG93SWQiOiIzOTMxNTNkMS1hNzk4LTRhYzUtOWRlNS01MjEzOWI3NDE4N2QiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiM2RlM2FmMjAtY2RkNS00NWEyLWE2NTYtYzRiMWZjYjVjMTVmIn0=?api-version=2020-03-01" + ], "x-ms-request-id": [ - "b799e2c6-aed2-4671-942f-6daab0bfcfc8" + "5fb0623b-5e2e-43cb-ae08-78340f2beb31" ], "X-Content-Type-Options": [ "nosniff" @@ -749,48 +1832,39 @@ "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11997" + "x-ms-ratelimit-remaining-subscription-writes": [ + "1196" ], "x-ms-correlation-request-id": [ - "40711eb4-f4d5-4769-80d9-7281e3f4c6d8" + "ac81a7a3-bb50-49d3-9e1a-69e4a38f122a" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T183420Z:40711eb4-f4d5-4769-80d9-7281e3f4c6d8" + "WESTUS:20200624T002054Z:ac81a7a3-bb50-49d3-9e1a-69e4a38f122a" ], "Date": [ - "Wed, 03 Jul 2019 18:34:19 GMT" - ], - "Content-Length": [ - "340" - ], - "Content-Type": [ - "application/json; charset=utf-8" + "Wed, 24 Jun 2020 00:20:54 GMT" ], "Expires": [ "-1" + ], + "Content-Length": [ + "0" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"properties\": {\r\n \"storageSyncServiceStatus\": \"0\",\r\n \"storageSyncServiceUid\": null\r\n },\r\n \"location\": \"Central US EUAP\",\r\n \"tags\": {},\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps5518/providers/microsoft.storagesync/storageSyncServices/sssps1956\",\r\n \"name\": \"sssps1956\",\r\n \"type\": \"microsoft.storagesync/storageSyncServices\"\r\n }\r\n ]\r\n}", - "StatusCode": 200 + "ResponseBody": "", + "StatusCode": 202 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps5518/providers/Microsoft.StorageSync/storageSyncServices?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNTUxOC9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXM/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6ImJiNDU2ZmQzLTIxY2QtNGI5OC04Yjg1LWNlZjIwOWRmZjRiZSIsIndvcmtmbG93SWQiOiIzOTMxNTNkMS1hNzk4LTRhYzUtOWRlNS01MjEzOWI3NDE4N2QiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiM2RlM2FmMjAtY2RkNS00NWEyLWE2NTYtYzRiMWZjYjVjMTVmIn0=?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvbG9jYXRpb25zL2NlbnRyYWx1c2V1YXAvb3BlcmF0aW9ucy9leUp3WVhKMGFYUnBiMjVKWkNJNkltSmlORFUyWm1RekxUSXhZMlF0TkdJNU9DMDRZamcxTFdObFpqSXdPV1JtWmpSaVpTSXNJbmR2Y210bWJHOTNTV1FpT2lJek9UTXhOVE5rTVMxaE56azRMVFJoWXpVdE9XUmxOUzAxTWpFek9XSTNOREU0TjJRaUxDSjNiM0pyWm14dmQwOXdaWEpoZEdsdmJrbGtJam9pTTJSbE0yRm1NakF0WTJSa05TMDBOV0V5TFdFMk5UWXRZelJpTVdaallqVmpNVFZtSW4wPT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { - "x-ms-client-request-id": [ - "16fe22d8-05cc-47e1-8aaa-d4ec91e7fcfc" - ], - "Accept-Language": [ - "en-US" - ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -800,57 +1874,60 @@ "Pragma": [ "no-cache" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11996" - ], "x-ms-request-id": [ - "31e58ae1-8d6f-4a81-9684-4b34faab294d" - ], - "x-ms-correlation-request-id": [ - "31e58ae1-8d6f-4a81-9684-4b34faab294d" + "b3e83f20-958b-4fef-b131-03893c331c30" ], - "x-ms-routing-request-id": [ - "WESTUS:20190703T183422Z:31e58ae1-8d6f-4a81-9684-4b34faab294d" + "X-Content-Type-Options": [ + "nosniff" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Content-Type-Options": [ - "nosniff" + "Server": [ + "Microsoft-IIS/10.0" + ], + "X-AspNet-Version": [ + "4.0.30319" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11985" + ], + "x-ms-correlation-request-id": [ + "f7253c02-5123-4371-9ed7-03438313f263" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200624T002104Z:f7253c02-5123-4371-9ed7-03438313f263" ], "Date": [ - "Wed, 03 Jul 2019 18:34:21 GMT" + "Wed, 24 Jun 2020 00:21:04 GMT" + ], + "Content-Length": [ + "745" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" - ], - "Content-Length": [ - "12" ] }, - "ResponseBody": "{\r\n \"value\": []\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6ImJiNDU2ZmQzLTIxY2QtNGI5OC04Yjg1LWNlZjIwOWRmZjRiZSIsIndvcmtmbG93SWQiOiIzOTMxNTNkMS1hNzk4LTRhYzUtOWRlNS01MjEzOWI3NDE4N2QiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiM2RlM2FmMjAtY2RkNS00NWEyLWE2NTYtYzRiMWZjYjVjMTVmIn0=\",\r\n \"name\": \"eyJwYXJ0aXRpb25JZCI6ImJiNDU2ZmQzLTIxY2QtNGI5OC04Yjg1LWNlZjIwOWRmZjRiZSIsIndvcmtmbG93SWQiOiIzOTMxNTNkMS1hNzk4LTRhYzUtOWRlNS01MjEzOWI3NDE4N2QiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiM2RlM2FmMjAtY2RkNS00NWEyLWE2NTYtYzRiMWZjYjVjMTVmIn0=\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2020-06-24T00:20:55.4631135Z\",\r\n \"endTime\": \"2020-06-24T00:21:02.1401947Z\",\r\n \"properties\": {}\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps5518/providers/Microsoft.StorageSync/storageSyncServices/sssps1956?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNTUxOC9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMxOTU2P2FwaS12ZXJzaW9uPTIwMTktMDMtMDE=", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps8904/providers/Microsoft.StorageSync/storageSyncServices/sssps493?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzODkwNC9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM0OTM/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { - "x-ms-client-request-id": [ - "8785d859-7ff7-4301-b898-db1c4cfada8c" - ], - "Accept-Language": [ - "en-US" - ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -861,7 +1938,7 @@ "no-cache" ], "x-ms-request-id": [ - "f35b449c-f51f-40fd-9689-4a863df9b0cf" + "82bc6d16-2a67-4dcc-9d37-05fecc2e1d06" ], "X-Content-Type-Options": [ "nosniff" @@ -879,47 +1956,47 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11998" + "11984" ], "x-ms-correlation-request-id": [ - "8efff9ec-940c-4013-babd-bd8d00407e6c" + "2af85d3f-4730-4cd3-a337-16ee445c4e66" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T183418Z:8efff9ec-940c-4013-babd-bd8d00407e6c" + "WESTUS:20200624T002105Z:2af85d3f-4730-4cd3-a337-16ee445c4e66" ], "Date": [ - "Wed, 03 Jul 2019 18:34:17 GMT" + "Wed, 24 Jun 2020 00:21:04 GMT" ], "Content-Length": [ - "328" + "630" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"storageSyncServiceStatus\": \"0\",\r\n \"storageSyncServiceUid\": null\r\n },\r\n \"location\": \"Central US EUAP\",\r\n \"tags\": {},\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps5518/providers/microsoft.storagesync/storageSyncServices/sssps1956\",\r\n \"name\": \"sssps1956\",\r\n \"type\": \"microsoft.storagesync/storageSyncServices\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"storageSyncServiceStatus\": 0,\r\n \"incomingTrafficPolicy\": \"AllowAllTraffic\",\r\n \"privateEndpointConnections\": [],\r\n \"provisioningState\": \"Succeeded\",\r\n \"lastWorkflowId\": \"storageSyncServices/sssps493/workflows/393153d1-a798-4ac5-9de5-52139b74187d\",\r\n \"lastOperationName\": \"ICreateStorageSyncServiceWorkflow\"\r\n },\r\n \"location\": \"Central US EUAP\",\r\n \"tags\": {},\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps8904/providers/microsoft.storagesync/storageSyncServices/sssps493\",\r\n \"name\": \"sssps493\",\r\n \"type\": \"microsoft.storagesync/storageSyncServices\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps5518/providers/Microsoft.StorageSync/storageSyncServices/sssps1956?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNTUxOC9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMxOTU2P2FwaS12ZXJzaW9uPTIwMTktMDMtMDE=", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps8904/providers/Microsoft.StorageSync/storageSyncServices/sssps493?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzODkwNC9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM0OTM/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "26f4f03c-2fba-45d0-9c71-8e35179e245e" + "1e02dc78-cf14-461a-a1fc-b1c6cc0bf38e" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -929,8 +2006,17 @@ "Pragma": [ "no-cache" ], + "Location": [ + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6ImJiNDU2ZmQzLTIxY2QtNGI5OC04Yjg1LWNlZjIwOWRmZjRiZSIsIndvcmtmbG93SWQiOiIwZTYzZjBiMy03YjllLTQxZDUtODU1NS0zYzk2YWVlOWM1ODAiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiMDhlMjg5MDQtYmIyYy00NGFkLTgxMTUtNGYxNWI2OTdjMjEwIn0=?api-version=2020-03-01" + ], + "Retry-After": [ + "10" + ], + "Azure-AsyncOperation": [ + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6ImJiNDU2ZmQzLTIxY2QtNGI5OC04Yjg1LWNlZjIwOWRmZjRiZSIsIndvcmtmbG93SWQiOiIwZTYzZjBiMy03YjllLTQxZDUtODU1NS0zYzk2YWVlOWM1ODAiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiMDhlMjg5MDQtYmIyYy00NGFkLTgxMTUtNGYxNWI2OTdjMjEwIn0=?api-version=2020-03-01" + ], "x-ms-request-id": [ - "8925ecff-add2-423b-b5fb-da89fbdffbef" + "5d26fb1c-70b0-4578-bd3f-cc4fc1fd5ba3" ], "X-Content-Type-Options": [ "nosniff" @@ -948,16 +2034,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-deletes": [ - "14999" + "14997" ], "x-ms-correlation-request-id": [ - "665e2036-c69c-4a7b-a253-92b2e153b9cd" + "83225192-1517-4696-a1c7-f2f4a67c0010" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T183419Z:665e2036-c69c-4a7b-a253-92b2e153b9cd" + "WESTUS:20200624T002105Z:83225192-1517-4696-a1c7-f2f4a67c0010" ], "Date": [ - "Wed, 03 Jul 2019 18:34:18 GMT" + "Wed, 24 Jun 2020 00:21:05 GMT" ], "Expires": [ "-1" @@ -967,25 +2053,19 @@ ] }, "ResponseBody": "", - "StatusCode": 200 + "StatusCode": 202 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps5518/providers/Microsoft.StorageSync/storageSyncServices/sssps1956?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNTUxOC9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMxOTU2P2FwaS12ZXJzaW9uPTIwMTktMDMtMDE=", - "RequestMethod": "DELETE", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6ImJiNDU2ZmQzLTIxY2QtNGI5OC04Yjg1LWNlZjIwOWRmZjRiZSIsIndvcmtmbG93SWQiOiIwZTYzZjBiMy03YjllLTQxZDUtODU1NS0zYzk2YWVlOWM1ODAiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiMDhlMjg5MDQtYmIyYy00NGFkLTgxMTUtNGYxNWI2OTdjMjEwIn0=?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvbG9jYXRpb25zL2NlbnRyYWx1c2V1YXAvb3BlcmF0aW9ucy9leUp3WVhKMGFYUnBiMjVKWkNJNkltSmlORFUyWm1RekxUSXhZMlF0TkdJNU9DMDRZamcxTFdObFpqSXdPV1JtWmpSaVpTSXNJbmR2Y210bWJHOTNTV1FpT2lJd1pUWXpaakJpTXkwM1lqbGxMVFF4WkRVdE9EVTFOUzB6WXprMllXVmxPV00xT0RBaUxDSjNiM0pyWm14dmQwOXdaWEpoZEdsdmJrbGtJam9pTURobE1qZzVNRFF0WW1JeVl5MDBOR0ZrTFRneE1UVXROR1l4TldJMk9UZGpNakV3SW4wPT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { - "x-ms-client-request-id": [ - "8eaf7bd1-10b5-4f0e-8d11-bbbb148b7d9c" - ], - "Accept-Language": [ - "en-US" - ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -996,7 +2076,7 @@ "no-cache" ], "x-ms-request-id": [ - "dc8c84c8-f4d2-415a-ba4f-cf50c348b611" + "4a13a74e-b213-4583-98ef-6c39851dac03" ], "X-Content-Type-Options": [ "nosniff" @@ -1013,45 +2093,42 @@ "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-deletes": [ - "14998" + "x-ms-ratelimit-remaining-subscription-reads": [ + "11983" ], "x-ms-correlation-request-id": [ - "32314d79-4211-4bf6-9b20-b5fac814ae2b" + "bd757d4b-0021-45c7-92cf-2b2cf9d35036" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T183420Z:32314d79-4211-4bf6-9b20-b5fac814ae2b" + "WESTUS:20200624T002115Z:bd757d4b-0021-45c7-92cf-2b2cf9d35036" ], "Date": [ - "Wed, 03 Jul 2019 18:34:20 GMT" + "Wed, 24 Jun 2020 00:21:15 GMT" + ], + "Content-Length": [ + "745" + ], + "Content-Type": [ + "application/json" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, - "ResponseBody": "", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6ImJiNDU2ZmQzLTIxY2QtNGI5OC04Yjg1LWNlZjIwOWRmZjRiZSIsIndvcmtmbG93SWQiOiIwZTYzZjBiMy03YjllLTQxZDUtODU1NS0zYzk2YWVlOWM1ODAiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiMDhlMjg5MDQtYmIyYy00NGFkLTgxMTUtNGYxNWI2OTdjMjEwIn0=\",\r\n \"name\": \"eyJwYXJ0aXRpb25JZCI6ImJiNDU2ZmQzLTIxY2QtNGI5OC04Yjg1LWNlZjIwOWRmZjRiZSIsIndvcmtmbG93SWQiOiIwZTYzZjBiMy03YjllLTQxZDUtODU1NS0zYzk2YWVlOWM1ODAiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiMDhlMjg5MDQtYmIyYy00NGFkLTgxMTUtNGYxNWI2OTdjMjEwIn0=\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2020-06-24T00:21:05.6848138Z\",\r\n \"endTime\": \"2020-06-24T00:21:11.2916493Z\",\r\n \"properties\": {}\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps5518/providers/Microsoft.StorageSync/storageSyncServices/sssps1956?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNTUxOC9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMxOTU2P2FwaS12ZXJzaW9uPTIwMTktMDMtMDE=", - "RequestMethod": "DELETE", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6ImJiNDU2ZmQzLTIxY2QtNGI5OC04Yjg1LWNlZjIwOWRmZjRiZSIsIndvcmtmbG93SWQiOiIwZTYzZjBiMy03YjllLTQxZDUtODU1NS0zYzk2YWVlOWM1ODAiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiMDhlMjg5MDQtYmIyYy00NGFkLTgxMTUtNGYxNWI2OTdjMjEwIn0=?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvbG9jYXRpb25zL2NlbnRyYWx1c2V1YXAvb3BlcmF0aW9ucmVzdWx0cy9leUp3WVhKMGFYUnBiMjVKWkNJNkltSmlORFUyWm1RekxUSXhZMlF0TkdJNU9DMDRZamcxTFdObFpqSXdPV1JtWmpSaVpTSXNJbmR2Y210bWJHOTNTV1FpT2lJd1pUWXpaakJpTXkwM1lqbGxMVFF4WkRVdE9EVTFOUzB6WXprMllXVmxPV00xT0RBaUxDSjNiM0pyWm14dmQwOXdaWEpoZEdsdmJrbGtJam9pTURobE1qZzVNRFF0WW1JeVl5MDBOR0ZrTFRneE1UVXROR1l4TldJMk9UZGpNakV3SW4wPT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { - "x-ms-client-request-id": [ - "fc5d3d27-16d6-44b0-b5b8-0f37ebe68ae8" - ], - "Accept-Language": [ - "en-US" - ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -1062,7 +2139,7 @@ "no-cache" ], "x-ms-request-id": [ - "10b7f8e1-61e3-44e6-9e3c-e08041952140" + "482d2d8f-1854-45d3-a645-ca14a529222a" ], "X-Content-Type-Options": [ "nosniff" @@ -1079,17 +2156,17 @@ "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-deletes": [ - "14997" + "x-ms-ratelimit-remaining-subscription-reads": [ + "11982" ], "x-ms-correlation-request-id": [ - "e9e1eddd-2a71-47cf-a42d-2f388f3385b5" + "e50e4df6-ab18-417f-843a-30112a163ed9" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T183422Z:e9e1eddd-2a71-47cf-a42d-2f388f3385b5" + "WESTUS:20200624T002115Z:e50e4df6-ab18-417f-843a-30112a163ed9" ], "Date": [ - "Wed, 03 Jul 2019 18:34:21 GMT" + "Wed, 24 Jun 2020 00:21:15 GMT" ], "Expires": [ "-1" @@ -1102,22 +2179,22 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourcegroups/ps5518?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlZ3JvdXBzL3BzNTUxOD9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourcegroups/ps8904?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlZ3JvdXBzL3BzODkwND9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "05c0ccad-69fc-42e7-9a27-6bc8b39da22a" + "cb044b20-78a7-4b01-bde6-c5944ead932c" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -1128,7 +2205,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzU1MTgtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzg5MDQtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" ], "Retry-After": [ "15" @@ -1137,13 +2214,13 @@ "14996" ], "x-ms-request-id": [ - "50406134-3b08-48cc-b666-a39dec581072" + "6cad7f0f-734d-4c51-b1b2-8b8666ee0a88" ], "x-ms-correlation-request-id": [ - "50406134-3b08-48cc-b666-a39dec581072" + "6cad7f0f-734d-4c51-b1b2-8b8666ee0a88" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T183423Z:50406134-3b08-48cc-b666-a39dec581072" + "WESTUS:20200624T002117Z:6cad7f0f-734d-4c51-b1b2-8b8666ee0a88" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1152,7 +2229,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 18:34:22 GMT" + "Wed, 24 Jun 2020 00:21:16 GMT" ], "Expires": [ "-1" @@ -1165,16 +2242,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzU1MTgtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpVMU1UZ3RWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzg5MDQtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpnNU1EUXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -1185,22 +2262,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzU1MTgtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzg5MDQtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11995" + "11980" ], "x-ms-request-id": [ - "69366449-6644-40cf-a001-277e8fb040ef" + "98b8ad94-b33c-4c8d-a7ae-86ceadb2c0da" ], "x-ms-correlation-request-id": [ - "69366449-6644-40cf-a001-277e8fb040ef" + "98b8ad94-b33c-4c8d-a7ae-86ceadb2c0da" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T183438Z:69366449-6644-40cf-a001-277e8fb040ef" + "WESTUS:20200624T002132Z:98b8ad94-b33c-4c8d-a7ae-86ceadb2c0da" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1209,7 +2286,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 18:34:37 GMT" + "Wed, 24 Jun 2020 00:21:31 GMT" ], "Expires": [ "-1" @@ -1222,16 +2299,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzU1MTgtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpVMU1UZ3RWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzg5MDQtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpnNU1EUXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -1242,22 +2319,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzU1MTgtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzg5MDQtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11994" + "11979" ], "x-ms-request-id": [ - "471d0dc0-0111-4795-b14c-80ba7a7e6e3d" + "43621e6d-7d38-47e6-bfb7-997020c08367" ], "x-ms-correlation-request-id": [ - "471d0dc0-0111-4795-b14c-80ba7a7e6e3d" + "43621e6d-7d38-47e6-bfb7-997020c08367" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T183453Z:471d0dc0-0111-4795-b14c-80ba7a7e6e3d" + "WESTUS:20200624T002147Z:43621e6d-7d38-47e6-bfb7-997020c08367" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1266,7 +2343,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 18:34:53 GMT" + "Wed, 24 Jun 2020 00:21:46 GMT" ], "Expires": [ "-1" @@ -1279,16 +2356,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzU1MTgtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpVMU1UZ3RWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzg5MDQtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpnNU1EUXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -1299,16 +2376,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11993" + "11978" ], "x-ms-request-id": [ - "35602e0f-99c3-4030-bbeb-1024d312f0a3" + "162bc021-0d49-4918-b4da-5b78982fd376" ], "x-ms-correlation-request-id": [ - "35602e0f-99c3-4030-bbeb-1024d312f0a3" + "162bc021-0d49-4918-b4da-5b78982fd376" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T183508Z:35602e0f-99c3-4030-bbeb-1024d312f0a3" + "WESTUS:20200624T002202Z:162bc021-0d49-4918-b4da-5b78982fd376" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1317,7 +2394,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 18:35:08 GMT" + "Wed, 24 Jun 2020 00:22:01 GMT" ], "Expires": [ "-1" @@ -1330,16 +2407,16 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzU1MTgtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpVMU1UZ3RWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzg5MDQtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpnNU1EUXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -1350,16 +2427,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11992" + "11977" ], "x-ms-request-id": [ - "a214e6f8-7c68-40f3-9945-b2ce89a638c8" + "1ebc9ee2-6947-4682-aaed-92db7ee8c605" ], "x-ms-correlation-request-id": [ - "a214e6f8-7c68-40f3-9945-b2ce89a638c8" + "1ebc9ee2-6947-4682-aaed-92db7ee8c605" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T183508Z:a214e6f8-7c68-40f3-9945-b2ce89a638c8" + "WESTUS:20200624T002202Z:1ebc9ee2-6947-4682-aaed-92db7ee8c605" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1368,7 +2445,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 18:35:08 GMT" + "Wed, 24 Jun 2020 00:22:01 GMT" ], "Expires": [ "-1" @@ -1383,13 +2460,15 @@ ], "Names": { "Test-StorageSyncService": [ - "ps5518", - "ps1956" + "ps8904", + "ps9517", + "ps8138", + "ps493" ] }, "Variables": { - "SubscriptionId": "7b96cb02-4663-40f4-9a89-603d3849e46a", - "TenantId": "0483643a-cb2f-462a-bc27-1a270e5bdc0a", + "SubscriptionId": "1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b", + "TenantId": "6ad91d65-65ab-4e14-90f7-fe951035b7c9", "Domain": "" } } \ No newline at end of file diff --git a/src/StorageSync/StorageSync.Test/SessionRecords/StorageSyncTests.SyncGroupTests/TestGetSyncGroup.json b/src/StorageSync/StorageSync.Test/SessionRecords/StorageSyncTests.SyncGroupTests/TestGetSyncGroup.json index 5c5c6270f247..6ee02ea58718 100644 --- a/src/StorageSync/StorageSync.Test/SessionRecords/StorageSyncTests.SyncGroupTests/TestGetSyncGroup.json +++ b/src/StorageSync/StorageSync.Test/SessionRecords/StorageSyncTests.SyncGroupTests/TestGetSyncGroup.json @@ -1,22 +1,22 @@ { "Entries": [ { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/providers/Microsoft.Resources?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVzb3VyY2VzP2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/Microsoft.Resources?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVzb3VyY2VzP2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "dcf5ec84-eca5-4795-8802-ebfbd7ddbed5" + "ebda7247-74a0-4e47-baeb-a10b45c38d2e" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -30,13 +30,13 @@ "11999" ], "x-ms-request-id": [ - "e0b9d7d0-f622-4765-ba43-cdced0a949e9" + "99a294cb-e1f7-46b6-9958-253e815ab34b" ], "x-ms-correlation-request-id": [ - "e0b9d7d0-f622-4765-ba43-cdced0a949e9" + "99a294cb-e1f7-46b6-9958-253e815ab34b" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T184525Z:e0b9d7d0-f622-4765-ba43-cdced0a949e9" + "WESTUS:20200623T071806Z:99a294cb-e1f7-46b6-9958-253e815ab34b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -45,7 +45,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 18:45:24 GMT" + "Tue, 23 Jun 2020 07:18:06 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -54,29 +54,29 @@ "-1" ], "Content-Length": [ - "8818" + "10899" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/providers/Microsoft.Resources\",\r\n \"namespace\": \"Microsoft.Resources\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"tenants\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operationresults\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"notifyResourceJobs\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"tags\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkPolicyCompliance\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"providers\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkresourcename\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resources\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/resources\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/providers\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/operationresults\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceGroups\",\r\n \"locations\": [\r\n \"Central US\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"West Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia Southeast\",\r\n \"Australia East\",\r\n \"West India\",\r\n \"South India\",\r\n \"Central India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/resourceGroups\",\r\n \"locations\": [\r\n \"Central US\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"West Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia Southeast\",\r\n \"Australia East\",\r\n \"West India\",\r\n \"South India\",\r\n \"Central India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/resourcegroups/resources\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/tagnames\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/tagNames/tagValues\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"deployments\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"deployments/operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"links\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-01-01\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/Microsoft.Resources\",\r\n \"namespace\": \"Microsoft.Resources\",\r\n \"authorization\": {\r\n \"applicationId\": \"3b990c8b-9607-4c2a-8b04-1d41985facca\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"tenants\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-01-01\",\r\n \"2019-09-01\",\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-09-01\",\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operationresults\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-09-01\",\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"notifyResourceJobs\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-09-01\",\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"tags\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-10-01\",\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\"\r\n ],\r\n \"capabilities\": \"SupportsExtension\"\r\n },\r\n {\r\n \"resourceType\": \"checkPolicyCompliance\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"providers\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkresourcename\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"calculateTemplateHash\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-09-01\",\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resources\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-09-01\",\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-10-01\",\r\n \"2019-09-01\",\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/resources\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-09-01\",\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/providers\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/operationresults\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceGroups\",\r\n \"locations\": [\r\n \"Central US\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"West Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia Southeast\",\r\n \"Australia East\",\r\n \"West India\",\r\n \"South India\",\r\n \"Central India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Australia Central\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/resourceGroups\",\r\n \"locations\": [\r\n \"Central US\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"West Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia Southeast\",\r\n \"Australia East\",\r\n \"West India\",\r\n \"South India\",\r\n \"Central India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Australia Central\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/resourcegroups/resources\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/tagnames\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/tagNames/tagValues\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"deployments\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-09-01\",\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"deployments/operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-09-01\",\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"links\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ],\r\n \"capabilities\": \"SupportsExtension\"\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-01-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"deploymentScripts\",\r\n \"locations\": [\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Australia East\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"Central US\",\r\n \"North Central US\",\r\n \"UK South\",\r\n \"Central India\",\r\n \"South India\",\r\n \"Japan East\",\r\n \"Korea Central\",\r\n \"North Europe\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West US 2\",\r\n \"West US\",\r\n \"South Central US\",\r\n \"Canada East\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-10-01-preview\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"deploymentScripts/logs\",\r\n \"locations\": [\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Australia East\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"Central US\",\r\n \"North Central US\",\r\n \"UK South\",\r\n \"Central India\",\r\n \"South India\",\r\n \"Japan East\",\r\n \"Korea Central\",\r\n \"North Europe\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West US 2\",\r\n \"West US\",\r\n \"South Central US\",\r\n \"Canada East\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/deploymentScriptOperationResults\",\r\n \"locations\": [\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Australia East\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"Central US\",\r\n \"North Central US\",\r\n \"UK South\",\r\n \"Central India\",\r\n \"South India\",\r\n \"Japan East\",\r\n \"Korea Central\",\r\n \"North Europe\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West US 2\",\r\n \"West US\",\r\n \"South Central US\",\r\n \"Canada East\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-10-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/providers/Microsoft.StorageSync?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZVN5bmM/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/Microsoft.StorageSync?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZVN5bmM/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "1e6425eb-2831-47cd-a307-adc7cd716e5d" + "ab23f0e9-9897-458a-9721-c34d905c37d9" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -90,13 +90,13 @@ "11998" ], "x-ms-request-id": [ - "c2f888d2-513e-46fa-909d-ff94773dea06" + "4d4798d8-3444-42d2-b0c1-d966e27c7aea" ], "x-ms-correlation-request-id": [ - "c2f888d2-513e-46fa-909d-ff94773dea06" + "4d4798d8-3444-42d2-b0c1-d966e27c7aea" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T184525Z:c2f888d2-513e-46fa-909d-ff94773dea06" + "WESTUS:20200623T071807Z:4d4798d8-3444-42d2-b0c1-d966e27c7aea" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -105,7 +105,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 18:45:24 GMT" + "Tue, 23 Jun 2020 07:18:06 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -114,29 +114,29 @@ "-1" ], "Content-Length": [ - "5239" + "7645" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/providers/Microsoft.StorageSync\",\r\n \"namespace\": \"Microsoft.StorageSync\",\r\n \"authorizations\": [\r\n {\r\n \"applicationId\": \"9469b9f5-6722-4481-a2b2-14ed560b706f\"\r\n }\r\n ],\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageSyncServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"Central US EUAP\",\r\n \"West US 2\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\",\r\n \"2018-01-01-preview\",\r\n \"2017-06-05-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"storageSyncServices/syncGroups\",\r\n \"locations\": [\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"Central US EUAP\",\r\n \"West US 2\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\",\r\n \"2018-01-01-preview\",\r\n \"2017-06-05-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageSyncServices/syncGroups/cloudEndpoints\",\r\n \"locations\": [\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"Central US EUAP\",\r\n \"West US 2\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\",\r\n \"2018-01-01-preview\",\r\n \"2017-06-05-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageSyncServices/syncGroups/serverEndpoints\",\r\n \"locations\": [\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"Central US EUAP\",\r\n \"West US 2\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\",\r\n \"2018-01-01-preview\",\r\n \"2017-06-05-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageSyncServices/registeredServers\",\r\n \"locations\": [\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"Central US EUAP\",\r\n \"West US 2\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\",\r\n \"2018-01-01-preview\",\r\n \"2017-06-05-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageSyncServices/workflows\",\r\n \"locations\": [\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"Central US EUAP\",\r\n \"West US 2\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\",\r\n \"2018-01-01-preview\",\r\n \"2017-06-05-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\",\r\n \"2018-01-01-preview\",\r\n \"2017-06-05-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/checkNameAvailability\",\r\n \"locations\": [\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/workflows\",\r\n \"locations\": [\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/Microsoft.StorageSync\",\r\n \"namespace\": \"Microsoft.StorageSync\",\r\n \"authorizations\": [\r\n {\r\n \"applicationId\": \"9469b9f5-6722-4481-a2b2-14ed560b706f\",\r\n \"roleDefinitionId\": \"4cd49d82-1f4d-43fc-af0c-1c1203668e5a\"\r\n }\r\n ],\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageSyncServices\",\r\n \"locations\": [\r\n \"West Central US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"West US 2\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"UAE North\",\r\n \"UAE Central\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2019-10-01\",\r\n \"2019-06-01\",\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\",\r\n \"2018-01-01-preview\",\r\n \"2017-06-05-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"storageSyncServices/syncGroups\",\r\n \"locations\": [\r\n \"West Central US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"West US 2\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"UAE North\",\r\n \"UAE Central\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2019-10-01\",\r\n \"2019-06-01\",\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\",\r\n \"2018-01-01-preview\",\r\n \"2017-06-05-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageSyncServices/syncGroups/cloudEndpoints\",\r\n \"locations\": [\r\n \"West Central US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"West US 2\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"UAE North\",\r\n \"UAE Central\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2019-10-01\",\r\n \"2019-06-01\",\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\",\r\n \"2018-01-01-preview\",\r\n \"2017-06-05-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageSyncServices/syncGroups/serverEndpoints\",\r\n \"locations\": [\r\n \"West Central US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"West US 2\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"UAE North\",\r\n \"UAE Central\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2019-10-01\",\r\n \"2019-06-01\",\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\",\r\n \"2018-01-01-preview\",\r\n \"2017-06-05-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageSyncServices/registeredServers\",\r\n \"locations\": [\r\n \"West Central US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"West US 2\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"UAE North\",\r\n \"UAE Central\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2019-10-01\",\r\n \"2019-06-01\",\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\",\r\n \"2018-01-01-preview\",\r\n \"2017-06-05-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageSyncServices/workflows\",\r\n \"locations\": [\r\n \"West Central US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"West US 2\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"UAE North\",\r\n \"UAE Central\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2019-10-01\",\r\n \"2019-06-01\",\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\",\r\n \"2018-01-01-preview\",\r\n \"2017-06-05-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2019-10-01\",\r\n \"2019-06-01\",\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\",\r\n \"2018-01-01-preview\",\r\n \"2017-06-05-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2019-10-01\",\r\n \"2019-06-01\",\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/checkNameAvailability\",\r\n \"locations\": [\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"UAE North\",\r\n \"UAE Central\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2019-10-01\",\r\n \"2019-06-01\",\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/workflows\",\r\n \"locations\": [\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"UAE North\",\r\n \"UAE Central\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2019-10-01\",\r\n \"2019-06-01\",\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operations\",\r\n \"locations\": [\r\n \"West Central US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"West US 2\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"UAE North\",\r\n \"UAE Central\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operationResults\",\r\n \"locations\": [\r\n \"West Central US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"West US 2\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"UAE North\",\r\n \"UAE Central\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourcegroups/ps1439?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlZ3JvdXBzL3BzMTQzOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourcegroups/ps3246?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlZ3JvdXBzL3BzMzI0Nj9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "868c70c4-47ca-4884-995f-bddfe031fb07" + "41418fc7-bae7-4bf2-9e0d-dda43941552c" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ], "Content-Type": [ "application/json; charset=utf-8" @@ -156,13 +156,13 @@ "1199" ], "x-ms-request-id": [ - "ef24c2a8-a306-4119-b8e5-2c07f5fe67ff" + "83199422-4d04-48e7-90e9-c2d8a8749902" ], "x-ms-correlation-request-id": [ - "ef24c2a8-a306-4119-b8e5-2c07f5fe67ff" + "83199422-4d04-48e7-90e9-c2d8a8749902" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T184527Z:ef24c2a8-a306-4119-b8e5-2c07f5fe67ff" + "WESTUS:20200623T071807Z:83199422-4d04-48e7-90e9-c2d8a8749902" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -171,7 +171,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 18:45:26 GMT" + "Tue, 23 Jun 2020 07:18:06 GMT" ], "Content-Length": [ "165" @@ -183,26 +183,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps1439\",\r\n \"name\": \"ps1439\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps3246\",\r\n \"name\": \"ps3246\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/providers/Microsoft.StorageSync/locations/CentralUSEUAP/checkNameAvailability?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZVN5bmMvbG9jYXRpb25zL0NlbnRyYWxVU0VVQVAvY2hlY2tOYW1lQXZhaWxhYmlsaXR5P2FwaS12ZXJzaW9uPTIwMTktMDMtMDE=", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/Microsoft.StorageSync/locations/CentralUSEUAP/checkNameAvailability?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZVN5bmMvbG9jYXRpb25zL0NlbnRyYWxVU0VVQVAvY2hlY2tOYW1lQXZhaWxhYmlsaXR5P2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", "RequestMethod": "POST", - "RequestBody": "{\r\n \"name\": \"sssps7263\",\r\n \"type\": \"Microsoft.StorageSync/storageSyncServices\"\r\n}", + "RequestBody": "{\r\n \"name\": \"sssps9038\",\r\n \"type\": \"Microsoft.StorageSync/storageSyncServices\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "86a141fd-67e0-4188-a379-e3ee7fa1c44e" + "f03db1fd-f3e6-4f4b-9ccd-8dd7a58f7b10" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -219,7 +219,7 @@ "no-cache" ], "x-ms-request-id": [ - "83353184-4eeb-46d4-b9a6-5502fe9d3724" + "1cf5a622-418b-4702-bd04-cc59ad96cc80" ], "X-Content-Type-Options": [ "nosniff" @@ -240,50 +240,50 @@ "1199" ], "x-ms-correlation-request-id": [ - "8b571a70-6f40-4f86-ab07-173ea3e5422d" + "af1035b4-d43e-48e2-86a7-750b467c6182" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T184528Z:8b571a70-6f40-4f86-ab07-173ea3e5422d" + "WESTUS:20200623T071807Z:af1035b4-d43e-48e2-86a7-750b467c6182" ], "Date": [ - "Wed, 03 Jul 2019 18:45:28 GMT" + "Tue, 23 Jun 2020 07:18:07 GMT" ], "Content-Length": [ - "51" + "29" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"nameAvailable\": true,\r\n \"reason\": null,\r\n \"message\": null\r\n}", + "ResponseBody": "{\r\n \"nameAvailable\": true\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps1439/providers/Microsoft.StorageSync/storageSyncServices/sssps7263?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzMTQzOS9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM3MjYzP2FwaS12ZXJzaW9uPTIwMTktMDMtMDE=", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps3246/providers/Microsoft.StorageSync/storageSyncServices/sssps9038?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzMzI0Ni9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM5MDM4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"location\": \"Central US EUAP\",\r\n \"tags\": {}\r\n}", + "RequestBody": "{\r\n \"location\": \"Central US EUAP\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"incomingTrafficPolicy\": \"AllowAllTraffic\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "54402c8e-15ce-443b-9416-360c63e8c4f9" + "1b6204e8-4dd9-4e7c-9b2b-e6b5e8d67316" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "52" + "125" ] }, "ResponseHeaders": { @@ -293,8 +293,17 @@ "Pragma": [ "no-cache" ], + "Location": [ + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6Ijc4OWM3OWFkLTNkOGUtNDE0OS1iMmFkLTY2Y2JlNzZkZmRjZSIsIndvcmtmbG93SWQiOiI1NjExNDg0Ny04MjgxLTRlYjAtYjJlOS0yMDIzZmI5N2Q5NDIiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiYTZkYWFkYmEtOWY0OC00YzA1LTkxYzUtZjM1OTYwODdkOWY1In0=?api-version=2020-03-01" + ], + "Retry-After": [ + "10" + ], + "Azure-AsyncOperation": [ + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6Ijc4OWM3OWFkLTNkOGUtNDE0OS1iMmFkLTY2Y2JlNzZkZmRjZSIsIndvcmtmbG93SWQiOiI1NjExNDg0Ny04MjgxLTRlYjAtYjJlOS0yMDIzZmI5N2Q5NDIiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiYTZkYWFkYmEtOWY0OC00YzA1LTkxYzUtZjM1OTYwODdkOWY1In0=?api-version=2020-03-01" + ], "x-ms-request-id": [ - "a16d15b9-181a-4c65-8c5e-128bfcc329f6" + "3f38b5ce-19cf-4731-be70-2bd45c37b631" ], "X-Content-Type-Options": [ "nosniff" @@ -312,47 +321,170 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1199" + "1198" ], "x-ms-correlation-request-id": [ - "78f5317d-4861-48b3-884e-e99bb7030749" + "5efc3c59-4846-4cc3-a5ef-93689d607462" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T184528Z:78f5317d-4861-48b3-884e-e99bb7030749" + "WESTUS:20200623T071808Z:5efc3c59-4846-4cc3-a5ef-93689d607462" ], "Date": [ - "Wed, 03 Jul 2019 18:45:28 GMT" + "Tue, 23 Jun 2020 07:18:08 GMT" + ], + "Expires": [ + "-1" ], "Content-Length": [ - "329" + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6Ijc4OWM3OWFkLTNkOGUtNDE0OS1iMmFkLTY2Y2JlNzZkZmRjZSIsIndvcmtmbG93SWQiOiI1NjExNDg0Ny04MjgxLTRlYjAtYjJlOS0yMDIzZmI5N2Q5NDIiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiYTZkYWFkYmEtOWY0OC00YzA1LTkxYzUtZjM1OTYwODdkOWY1In0=?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvbG9jYXRpb25zL2NlbnRyYWx1c2V1YXAvb3BlcmF0aW9ucy9leUp3WVhKMGFYUnBiMjVKWkNJNklqYzRPV00zT1dGa0xUTmtPR1V0TkRFME9TMWlNbUZrTFRZMlkySmxOelprWm1SalpTSXNJbmR2Y210bWJHOTNTV1FpT2lJMU5qRXhORGcwTnkwNE1qZ3hMVFJsWWpBdFlqSmxPUzB5TURJelptSTVOMlE1TkRJaUxDSjNiM0pyWm14dmQwOXdaWEpoZEdsdmJrbGtJam9pWVRaa1lXRmtZbUV0T1dZME9DMDBZekExTFRreFl6VXRaak0xT1RZd09EZGtPV1kxSW4wPT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-request-id": [ + "f3a58462-0369-4ee4-8029-bac6f9a4c1db" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-IIS/10.0" + ], + "X-AspNet-Version": [ + "4.0.30319" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11997" + ], + "x-ms-correlation-request-id": [ + "ef642e18-e69c-4ab0-a6fb-bed16afa3830" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200623T071818Z:ef642e18-e69c-4ab0-a6fb-bed16afa3830" + ], + "Date": [ + "Tue, 23 Jun 2020 07:18:18 GMT" + ], + "Content-Length": [ + "745" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6Ijc4OWM3OWFkLTNkOGUtNDE0OS1iMmFkLTY2Y2JlNzZkZmRjZSIsIndvcmtmbG93SWQiOiI1NjExNDg0Ny04MjgxLTRlYjAtYjJlOS0yMDIzZmI5N2Q5NDIiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiYTZkYWFkYmEtOWY0OC00YzA1LTkxYzUtZjM1OTYwODdkOWY1In0=\",\r\n \"name\": \"eyJwYXJ0aXRpb25JZCI6Ijc4OWM3OWFkLTNkOGUtNDE0OS1iMmFkLTY2Y2JlNzZkZmRjZSIsIndvcmtmbG93SWQiOiI1NjExNDg0Ny04MjgxLTRlYjAtYjJlOS0yMDIzZmI5N2Q5NDIiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiYTZkYWFkYmEtOWY0OC00YzA1LTkxYzUtZjM1OTYwODdkOWY1In0=\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2020-06-23T07:18:08.9056399Z\",\r\n \"endTime\": \"2020-06-23T07:18:15.2812925Z\",\r\n \"properties\": {}\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps3246/providers/Microsoft.StorageSync/storageSyncServices/sssps9038?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzMzI0Ni9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM5MDM4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-request-id": [ + "93b869d0-7d39-45a6-a421-cad4c0c81234" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-IIS/10.0" + ], + "X-AspNet-Version": [ + "4.0.30319" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11996" + ], + "x-ms-correlation-request-id": [ + "801bc1b4-c20f-41c7-82d5-f3ed78b985cf" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200623T071819Z:801bc1b4-c20f-41c7-82d5-f3ed78b985cf" + ], + "Date": [ + "Tue, 23 Jun 2020 07:18:18 GMT" + ], + "Content-Length": [ + "633" + ], + "Content-Type": [ + "application/json" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"storageSyncServiceStatus\": null,\r\n \"storageSyncServiceUid\": null\r\n },\r\n \"location\": \"Central US EUAP\",\r\n \"tags\": {},\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps1439/providers/microsoft.storagesync/storageSyncServices/sssps7263\",\r\n \"name\": \"sssps7263\",\r\n \"type\": \"microsoft.storagesync/storageSyncServices\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"storageSyncServiceStatus\": 0,\r\n \"incomingTrafficPolicy\": \"AllowAllTraffic\",\r\n \"privateEndpointConnections\": [],\r\n \"provisioningState\": \"Succeeded\",\r\n \"lastWorkflowId\": \"storageSyncServices/sssps9038/workflows/56114847-8281-4eb0-b2e9-2023fb97d942\",\r\n \"lastOperationName\": \"ICreateStorageSyncServiceWorkflow\"\r\n },\r\n \"location\": \"Central US EUAP\",\r\n \"tags\": {},\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps3246/providers/microsoft.storagesync/storageSyncServices/sssps9038\",\r\n \"name\": \"sssps9038\",\r\n \"type\": \"microsoft.storagesync/storageSyncServices\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps1439/providers/Microsoft.StorageSync/storageSyncServices/sssps7263/syncGroups/sgps3070?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzMTQzOS9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM3MjYzL3N5bmNHcm91cHMvc2dwczMwNzA/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps3246/providers/Microsoft.StorageSync/storageSyncServices/sssps9038/syncGroups/sgps8016?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzMzI0Ni9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM5MDM4L3N5bmNHcm91cHMvc2dwczgwMTY/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", "RequestMethod": "PUT", "RequestBody": "{\r\n \"properties\": {}\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "6947ec3f-dac6-4818-8fd6-7a6921755a01" + "99060b7f-7513-47b4-b874-558b1ee68c75" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -369,7 +501,7 @@ "no-cache" ], "x-ms-request-id": [ - "92aa481a-6b2f-423c-a40e-66aaee43eb2e" + "e1cacfe1-cea1-44d2-a80c-a7bbe9a4973c" ], "X-Content-Type-Options": [ "nosniff" @@ -387,47 +519,47 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1198" + "1197" ], "x-ms-correlation-request-id": [ - "3cfd0827-61d7-4b08-82c5-874f8c20742e" + "65c5414e-e8a6-4b7f-a919-d1ff2cdcbeee" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T184530Z:3cfd0827-61d7-4b08-82c5-874f8c20742e" + "WESTUS:20200623T071819Z:65c5414e-e8a6-4b7f-a919-d1ff2cdcbeee" ], "Date": [ - "Wed, 03 Jul 2019 18:45:29 GMT" + "Tue, 23 Jun 2020 07:18:19 GMT" ], "Content-Length": [ - "331" + "371" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"syncGroupStatus\": \"0\",\r\n \"uniqueId\": \"fe6a70f1-053a-4695-9a1e-51754127ad0e\"\r\n },\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps1439/providers/microsoft.storagesync/storageSyncServices/sssps7263/syncGroups/sgps3070\",\r\n \"name\": \"sgps3070\",\r\n \"type\": \"microsoft.storagesync/storageSyncServices/syncGroups\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"syncGroupStatus\": \"0\",\r\n \"uniqueId\": \"5cd49c02-3945-48ae-8b36-3f3c7967de03\"\r\n },\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps3246/providers/microsoft.storagesync/storageSyncServices/sssps9038/syncGroups/sgps8016\",\r\n \"name\": \"sgps8016\",\r\n \"type\": \"microsoft.storagesync/storageSyncServices/syncGroups\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps1439/providers/Microsoft.StorageSync/storageSyncServices/sssps7263/syncGroups/sgps3070?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzMTQzOS9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM3MjYzL3N5bmNHcm91cHMvc2dwczMwNzA/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps3246/providers/Microsoft.StorageSync/storageSyncServices/sssps9038/syncGroups/sgps8016?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzMzI0Ni9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM5MDM4L3N5bmNHcm91cHMvc2dwczgwMTY/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "993c1541-b073-4e93-a8ef-df3fa6994c9b" + "580297dd-bec8-4a7b-bc39-8656c8bb51b0" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -438,7 +570,7 @@ "no-cache" ], "x-ms-request-id": [ - "c07e0e59-1c42-4227-83e6-f4c0bf72a523" + "6f975e05-cfe2-4d1a-9444-c3a5403024b9" ], "X-Content-Type-Options": [ "nosniff" @@ -456,47 +588,47 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11999" + "11995" ], "x-ms-correlation-request-id": [ - "6cbaa77f-66cf-4620-94d0-9b160e9df38c" + "17fcadd2-ac0d-4ebb-bdf5-ccb54d26f4e5" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T184530Z:6cbaa77f-66cf-4620-94d0-9b160e9df38c" + "WESTUS:20200623T071819Z:17fcadd2-ac0d-4ebb-bdf5-ccb54d26f4e5" ], "Date": [ - "Wed, 03 Jul 2019 18:45:30 GMT" + "Tue, 23 Jun 2020 07:18:19 GMT" ], "Content-Length": [ - "331" + "371" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"syncGroupStatus\": \"0\",\r\n \"uniqueId\": \"fe6a70f1-053a-4695-9a1e-51754127ad0e\"\r\n },\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps1439/providers/microsoft.storagesync/storageSyncServices/sssps7263/syncGroups/sgps3070\",\r\n \"name\": \"sgps3070\",\r\n \"type\": \"microsoft.storagesync/storageSyncServices/syncGroups\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"syncGroupStatus\": \"0\",\r\n \"uniqueId\": \"5cd49c02-3945-48ae-8b36-3f3c7967de03\"\r\n },\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps3246/providers/microsoft.storagesync/storageSyncServices/sssps9038/syncGroups/sgps8016\",\r\n \"name\": \"sgps8016\",\r\n \"type\": \"microsoft.storagesync/storageSyncServices/syncGroups\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps1439/providers/Microsoft.StorageSync/storageSyncServices/sssps7263/syncGroups/sgps3070?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzMTQzOS9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM3MjYzL3N5bmNHcm91cHMvc2dwczMwNzA/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps3246/providers/Microsoft.StorageSync/storageSyncServices/sssps9038/syncGroups/sgps8016?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzMzI0Ni9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM5MDM4L3N5bmNHcm91cHMvc2dwczgwMTY/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "82a595d8-356f-423c-ab5f-999ebf8dff4a" + "8cf2a16f-58b4-4c3e-8d2a-66341041a626" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -507,7 +639,7 @@ "no-cache" ], "x-ms-request-id": [ - "bba617d0-11c7-44c3-84a3-c813755690ed" + "d655582c-152a-44a8-bede-fede1022e25b" ], "X-Content-Type-Options": [ "nosniff" @@ -528,13 +660,13 @@ "14999" ], "x-ms-correlation-request-id": [ - "874ff081-c3e3-475f-8a49-dc0bac06b63c" + "a90e1fb1-fcb5-47e3-ade5-2306c3d98da2" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T184530Z:874ff081-c3e3-475f-8a49-dc0bac06b63c" + "WESTUS:20200623T071820Z:a90e1fb1-fcb5-47e3-ade5-2306c3d98da2" ], "Date": [ - "Wed, 03 Jul 2019 18:45:30 GMT" + "Tue, 23 Jun 2020 07:18:19 GMT" ], "Expires": [ "-1" @@ -547,22 +679,22 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps1439/providers/Microsoft.StorageSync/storageSyncServices/sssps7263?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzMTQzOS9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM3MjYzP2FwaS12ZXJzaW9uPTIwMTktMDMtMDE=", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps3246/providers/Microsoft.StorageSync/storageSyncServices/sssps9038?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzMzI0Ni9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM5MDM4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "89007fd5-ddf6-49b8-8c38-b79d70ecdf8c" + "52bfcb67-ada0-4836-8189-e7c8a7e75068" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -572,8 +704,17 @@ "Pragma": [ "no-cache" ], + "Location": [ + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6Ijc4OWM3OWFkLTNkOGUtNDE0OS1iMmFkLTY2Y2JlNzZkZmRjZSIsIndvcmtmbG93SWQiOiIxZWI4Nzk2My03Y2FjLTRiOTktYjQ4Ni04YTNhNjQ5NjA3OGYiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiOWE1ZDRkNDctZjc5Yi00YjM3LTk2YjgtODgyMGIyY2E3ZmNkIn0=?api-version=2020-03-01" + ], + "Retry-After": [ + "10" + ], + "Azure-AsyncOperation": [ + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6Ijc4OWM3OWFkLTNkOGUtNDE0OS1iMmFkLTY2Y2JlNzZkZmRjZSIsIndvcmtmbG93SWQiOiIxZWI4Nzk2My03Y2FjLTRiOTktYjQ4Ni04YTNhNjQ5NjA3OGYiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiOWE1ZDRkNDctZjc5Yi00YjM3LTk2YjgtODgyMGIyY2E3ZmNkIn0=?api-version=2020-03-01" + ], "x-ms-request-id": [ - "1936358a-e7e9-423a-a237-f3c4798e323f" + "4acc8ec4-5bdb-4ac4-903a-ce87af5f02d5" ], "X-Content-Type-Options": [ "nosniff" @@ -594,13 +735,136 @@ "14998" ], "x-ms-correlation-request-id": [ - "bcd33287-fd13-4a3f-8961-e386a06f5bee" + "18f621b9-8f27-4d4f-af51-d700082d2eed" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200623T071820Z:18f621b9-8f27-4d4f-af51-d700082d2eed" + ], + "Date": [ + "Tue, 23 Jun 2020 07:18:20 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6Ijc4OWM3OWFkLTNkOGUtNDE0OS1iMmFkLTY2Y2JlNzZkZmRjZSIsIndvcmtmbG93SWQiOiIxZWI4Nzk2My03Y2FjLTRiOTktYjQ4Ni04YTNhNjQ5NjA3OGYiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiOWE1ZDRkNDctZjc5Yi00YjM3LTk2YjgtODgyMGIyY2E3ZmNkIn0=?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvbG9jYXRpb25zL2NlbnRyYWx1c2V1YXAvb3BlcmF0aW9ucy9leUp3WVhKMGFYUnBiMjVKWkNJNklqYzRPV00zT1dGa0xUTmtPR1V0TkRFME9TMWlNbUZrTFRZMlkySmxOelprWm1SalpTSXNJbmR2Y210bWJHOTNTV1FpT2lJeFpXSTROemsyTXkwM1kyRmpMVFJpT1RrdFlqUTROaTA0WVROaE5qUTVOakEzT0dZaUxDSjNiM0pyWm14dmQwOXdaWEpoZEdsdmJrbGtJam9pT1dFMVpEUmtORGN0WmpjNVlpMDBZak0zTFRrMllqZ3RPRGd5TUdJeVkyRTNabU5rSW4wPT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-request-id": [ + "1817bb32-1d76-4d6c-98fc-4f833074170b" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-IIS/10.0" + ], + "X-AspNet-Version": [ + "4.0.30319" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11994" + ], + "x-ms-correlation-request-id": [ + "7a6184e4-d638-4d73-9343-70d4a73fc487" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200623T071830Z:7a6184e4-d638-4d73-9343-70d4a73fc487" + ], + "Date": [ + "Tue, 23 Jun 2020 07:18:30 GMT" + ], + "Content-Length": [ + "745" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6Ijc4OWM3OWFkLTNkOGUtNDE0OS1iMmFkLTY2Y2JlNzZkZmRjZSIsIndvcmtmbG93SWQiOiIxZWI4Nzk2My03Y2FjLTRiOTktYjQ4Ni04YTNhNjQ5NjA3OGYiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiOWE1ZDRkNDctZjc5Yi00YjM3LTk2YjgtODgyMGIyY2E3ZmNkIn0=\",\r\n \"name\": \"eyJwYXJ0aXRpb25JZCI6Ijc4OWM3OWFkLTNkOGUtNDE0OS1iMmFkLTY2Y2JlNzZkZmRjZSIsIndvcmtmbG93SWQiOiIxZWI4Nzk2My03Y2FjLTRiOTktYjQ4Ni04YTNhNjQ5NjA3OGYiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiOWE1ZDRkNDctZjc5Yi00YjM3LTk2YjgtODgyMGIyY2E3ZmNkIn0=\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2020-06-23T07:18:21.3214537Z\",\r\n \"endTime\": \"2020-06-23T07:18:26.6720657Z\",\r\n \"properties\": {}\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6Ijc4OWM3OWFkLTNkOGUtNDE0OS1iMmFkLTY2Y2JlNzZkZmRjZSIsIndvcmtmbG93SWQiOiIxZWI4Nzk2My03Y2FjLTRiOTktYjQ4Ni04YTNhNjQ5NjA3OGYiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiOWE1ZDRkNDctZjc5Yi00YjM3LTk2YjgtODgyMGIyY2E3ZmNkIn0=?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvbG9jYXRpb25zL2NlbnRyYWx1c2V1YXAvb3BlcmF0aW9ucmVzdWx0cy9leUp3WVhKMGFYUnBiMjVKWkNJNklqYzRPV00zT1dGa0xUTmtPR1V0TkRFME9TMWlNbUZrTFRZMlkySmxOelprWm1SalpTSXNJbmR2Y210bWJHOTNTV1FpT2lJeFpXSTROemsyTXkwM1kyRmpMVFJpT1RrdFlqUTROaTA0WVROaE5qUTVOakEzT0dZaUxDSjNiM0pyWm14dmQwOXdaWEpoZEdsdmJrbGtJam9pT1dFMVpEUmtORGN0WmpjNVlpMDBZak0zTFRrMllqZ3RPRGd5TUdJeVkyRTNabU5rSW4wPT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-request-id": [ + "9180fc23-b325-4d7b-a3e0-c9f659eb59b1" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-IIS/10.0" + ], + "X-AspNet-Version": [ + "4.0.30319" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11993" + ], + "x-ms-correlation-request-id": [ + "d43d722d-c5e9-4fe9-9ab0-f24399e1a8ae" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T184531Z:bcd33287-fd13-4a3f-8961-e386a06f5bee" + "WESTUS:20200623T071831Z:d43d722d-c5e9-4fe9-9ab0-f24399e1a8ae" ], "Date": [ - "Wed, 03 Jul 2019 18:45:31 GMT" + "Tue, 23 Jun 2020 07:18:30 GMT" ], "Expires": [ "-1" @@ -613,22 +877,22 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps1439/providers/Microsoft.StorageSync/storageSyncServices?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzMTQzOS9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXM/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps3246/providers/Microsoft.StorageSync/storageSyncServices?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzMzI0Ni9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXM/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "0a72d764-cf46-473c-a2e2-5b630d7f11f5" + "71d1dcb2-2a76-4bb8-9bec-9f33f0da92f7" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -638,57 +902,66 @@ "Pragma": [ "no-cache" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11998" - ], "x-ms-request-id": [ - "e01ea34a-a47c-4f46-b63c-6377d81cf69e" - ], - "x-ms-correlation-request-id": [ - "e01ea34a-a47c-4f46-b63c-6377d81cf69e" + "0d74226f-1962-4ed1-bd2b-b5719e45a762" ], - "x-ms-routing-request-id": [ - "WESTUS:20190703T184531Z:e01ea34a-a47c-4f46-b63c-6377d81cf69e" + "X-Content-Type-Options": [ + "nosniff" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Content-Type-Options": [ - "nosniff" + "Server": [ + "Microsoft-IIS/10.0" + ], + "X-AspNet-Version": [ + "4.0.30319" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11992" + ], + "x-ms-correlation-request-id": [ + "f131918c-e11b-406e-b250-a9181160fcbf" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200623T071831Z:f131918c-e11b-406e-b250-a9181160fcbf" ], "Date": [ - "Wed, 03 Jul 2019 18:45:31 GMT" + "Tue, 23 Jun 2020 07:18:30 GMT" + ], + "Content-Length": [ + "19" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" - ], - "Content-Length": [ - "12" ] }, "ResponseBody": "{\r\n \"value\": []\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourcegroups/ps1439?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlZ3JvdXBzL3BzMTQzOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourcegroups/ps3246?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlZ3JvdXBzL3BzMzI0Nj9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "4837cfcf-ab13-4a0a-b33f-c5036cad35d6" + "a3838655-3393-4bab-a11a-a31e4af723f0" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -699,7 +972,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzE0MzktV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzMyNDYtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" ], "Retry-After": [ "15" @@ -708,13 +981,13 @@ "14997" ], "x-ms-request-id": [ - "f9a33e63-c1ea-40cc-b81d-2a993c6cb6f7" + "4fc8bbb8-950c-497c-a2fb-f50b606b7169" ], "x-ms-correlation-request-id": [ - "f9a33e63-c1ea-40cc-b81d-2a993c6cb6f7" + "4fc8bbb8-950c-497c-a2fb-f50b606b7169" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T184532Z:f9a33e63-c1ea-40cc-b81d-2a993c6cb6f7" + "WESTUS:20200623T071831Z:4fc8bbb8-950c-497c-a2fb-f50b606b7169" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -723,7 +996,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 18:45:32 GMT" + "Tue, 23 Jun 2020 07:18:30 GMT" ], "Expires": [ "-1" @@ -736,16 +1009,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzE0MzktV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpFME16a3RWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzMyNDYtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpNeU5EWXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -756,22 +1029,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzE0MzktV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzMyNDYtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11997" + "11991" ], "x-ms-request-id": [ - "3b493a59-71f5-4656-9064-3c66599a9898" + "b46327fe-b7bb-4ae3-8bed-c90745815c73" ], "x-ms-correlation-request-id": [ - "3b493a59-71f5-4656-9064-3c66599a9898" + "b46327fe-b7bb-4ae3-8bed-c90745815c73" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T184548Z:3b493a59-71f5-4656-9064-3c66599a9898" + "WESTUS:20200623T071846Z:b46327fe-b7bb-4ae3-8bed-c90745815c73" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -780,7 +1053,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 18:45:47 GMT" + "Tue, 23 Jun 2020 07:18:45 GMT" ], "Expires": [ "-1" @@ -793,16 +1066,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzE0MzktV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpFME16a3RWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzMyNDYtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpNeU5EWXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -813,22 +1086,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzE0MzktV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzMyNDYtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11996" + "11990" ], "x-ms-request-id": [ - "f96e06c7-b654-4fca-8e6e-4da243a95114" + "56503100-56b0-4749-a1a9-32909aa4de8b" ], "x-ms-correlation-request-id": [ - "f96e06c7-b654-4fca-8e6e-4da243a95114" + "56503100-56b0-4749-a1a9-32909aa4de8b" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T184603Z:f96e06c7-b654-4fca-8e6e-4da243a95114" + "WESTUS:20200623T071901Z:56503100-56b0-4749-a1a9-32909aa4de8b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -837,7 +1110,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 18:46:02 GMT" + "Tue, 23 Jun 2020 07:19:01 GMT" ], "Expires": [ "-1" @@ -850,16 +1123,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzE0MzktV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpFME16a3RWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzMyNDYtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpNeU5EWXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -870,16 +1143,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11995" + "11989" ], "x-ms-request-id": [ - "06b94cf2-6738-4ccd-b617-e3c269c498cb" + "44c2e630-5621-4478-9375-eb0bd5d8dd0b" ], "x-ms-correlation-request-id": [ - "06b94cf2-6738-4ccd-b617-e3c269c498cb" + "44c2e630-5621-4478-9375-eb0bd5d8dd0b" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T184618Z:06b94cf2-6738-4ccd-b617-e3c269c498cb" + "WESTUS:20200623T071916Z:44c2e630-5621-4478-9375-eb0bd5d8dd0b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -888,7 +1161,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 18:46:18 GMT" + "Tue, 23 Jun 2020 07:19:16 GMT" ], "Expires": [ "-1" @@ -901,16 +1174,16 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzE0MzktV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpFME16a3RWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzMyNDYtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpNeU5EWXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -921,16 +1194,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11994" + "11988" ], "x-ms-request-id": [ - "9147b0d4-344d-4b7c-b04e-39f5eb33b41d" + "e5b4c321-1254-4799-b69b-03ec8f37c7f8" ], "x-ms-correlation-request-id": [ - "9147b0d4-344d-4b7c-b04e-39f5eb33b41d" + "e5b4c321-1254-4799-b69b-03ec8f37c7f8" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T184618Z:9147b0d4-344d-4b7c-b04e-39f5eb33b41d" + "WESTUS:20200623T071916Z:e5b4c321-1254-4799-b69b-03ec8f37c7f8" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -939,7 +1212,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 18:46:18 GMT" + "Tue, 23 Jun 2020 07:19:16 GMT" ], "Expires": [ "-1" @@ -954,14 +1227,14 @@ ], "Names": { "Test-GetSyncGroup": [ - "ps1439", - "ps7263", - "ps3070" + "ps3246", + "ps9038", + "ps8016" ] }, "Variables": { - "SubscriptionId": "7b96cb02-4663-40f4-9a89-603d3849e46a", - "TenantId": "0483643a-cb2f-462a-bc27-1a270e5bdc0a", + "SubscriptionId": "1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b", + "TenantId": "6ad91d65-65ab-4e14-90f7-fe951035b7c9", "Domain": "" } } \ No newline at end of file diff --git a/src/StorageSync/StorageSync.Test/SessionRecords/StorageSyncTests.SyncGroupTests/TestGetSyncGroupParentObject.json b/src/StorageSync/StorageSync.Test/SessionRecords/StorageSyncTests.SyncGroupTests/TestGetSyncGroupParentObject.json index b43710aedc3d..f7a0f8eea76f 100644 --- a/src/StorageSync/StorageSync.Test/SessionRecords/StorageSyncTests.SyncGroupTests/TestGetSyncGroupParentObject.json +++ b/src/StorageSync/StorageSync.Test/SessionRecords/StorageSyncTests.SyncGroupTests/TestGetSyncGroupParentObject.json @@ -1,22 +1,22 @@ { "Entries": [ { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/providers/Microsoft.Resources?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVzb3VyY2VzP2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/Microsoft.Resources?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVzb3VyY2VzP2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "42ca35d5-90da-48d2-8427-6334404c40e9" + "20f66a32-9490-4757-a833-b92b5281b1a7" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -30,13 +30,13 @@ "11999" ], "x-ms-request-id": [ - "543451fe-ca2b-47e2-80a6-5a62b4ebf7d1" + "efaa8b9b-22e5-4ac9-be40-5e4b72f03f2e" ], "x-ms-correlation-request-id": [ - "543451fe-ca2b-47e2-80a6-5a62b4ebf7d1" + "efaa8b9b-22e5-4ac9-be40-5e4b72f03f2e" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T184335Z:543451fe-ca2b-47e2-80a6-5a62b4ebf7d1" + "WESTUS:20200623T071540Z:efaa8b9b-22e5-4ac9-be40-5e4b72f03f2e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -45,7 +45,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 18:43:34 GMT" + "Tue, 23 Jun 2020 07:15:39 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -54,29 +54,29 @@ "-1" ], "Content-Length": [ - "8818" + "10899" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/providers/Microsoft.Resources\",\r\n \"namespace\": \"Microsoft.Resources\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"tenants\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operationresults\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"notifyResourceJobs\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"tags\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkPolicyCompliance\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"providers\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkresourcename\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resources\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/resources\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/providers\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/operationresults\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceGroups\",\r\n \"locations\": [\r\n \"Central US\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"West Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia Southeast\",\r\n \"Australia East\",\r\n \"West India\",\r\n \"South India\",\r\n \"Central India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/resourceGroups\",\r\n \"locations\": [\r\n \"Central US\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"West Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia Southeast\",\r\n \"Australia East\",\r\n \"West India\",\r\n \"South India\",\r\n \"Central India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/resourcegroups/resources\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/tagnames\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/tagNames/tagValues\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"deployments\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"deployments/operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"links\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-01-01\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/Microsoft.Resources\",\r\n \"namespace\": \"Microsoft.Resources\",\r\n \"authorization\": {\r\n \"applicationId\": \"3b990c8b-9607-4c2a-8b04-1d41985facca\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"tenants\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-01-01\",\r\n \"2019-09-01\",\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-09-01\",\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operationresults\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-09-01\",\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"notifyResourceJobs\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-09-01\",\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"tags\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-10-01\",\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\"\r\n ],\r\n \"capabilities\": \"SupportsExtension\"\r\n },\r\n {\r\n \"resourceType\": \"checkPolicyCompliance\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"providers\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkresourcename\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"calculateTemplateHash\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-09-01\",\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resources\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-09-01\",\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-10-01\",\r\n \"2019-09-01\",\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/resources\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-09-01\",\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/providers\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/operationresults\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceGroups\",\r\n \"locations\": [\r\n \"Central US\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"West Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia Southeast\",\r\n \"Australia East\",\r\n \"West India\",\r\n \"South India\",\r\n \"Central India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Australia Central\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/resourceGroups\",\r\n \"locations\": [\r\n \"Central US\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"West Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia Southeast\",\r\n \"Australia East\",\r\n \"West India\",\r\n \"South India\",\r\n \"Central India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Australia Central\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/resourcegroups/resources\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/tagnames\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/tagNames/tagValues\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"deployments\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-09-01\",\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"deployments/operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-09-01\",\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"links\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ],\r\n \"capabilities\": \"SupportsExtension\"\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-01-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"deploymentScripts\",\r\n \"locations\": [\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Australia East\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"Central US\",\r\n \"North Central US\",\r\n \"UK South\",\r\n \"Central India\",\r\n \"South India\",\r\n \"Japan East\",\r\n \"Korea Central\",\r\n \"North Europe\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West US 2\",\r\n \"West US\",\r\n \"South Central US\",\r\n \"Canada East\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-10-01-preview\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"deploymentScripts/logs\",\r\n \"locations\": [\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Australia East\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"Central US\",\r\n \"North Central US\",\r\n \"UK South\",\r\n \"Central India\",\r\n \"South India\",\r\n \"Japan East\",\r\n \"Korea Central\",\r\n \"North Europe\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West US 2\",\r\n \"West US\",\r\n \"South Central US\",\r\n \"Canada East\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/deploymentScriptOperationResults\",\r\n \"locations\": [\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Australia East\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"Central US\",\r\n \"North Central US\",\r\n \"UK South\",\r\n \"Central India\",\r\n \"South India\",\r\n \"Japan East\",\r\n \"Korea Central\",\r\n \"North Europe\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West US 2\",\r\n \"West US\",\r\n \"South Central US\",\r\n \"Canada East\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-10-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/providers/Microsoft.StorageSync?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZVN5bmM/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/Microsoft.StorageSync?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZVN5bmM/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "e4b2e174-6504-40e7-8364-a0242ade094f" + "1fe487e1-cea2-485a-929a-7006ef98441e" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -90,13 +90,13 @@ "11998" ], "x-ms-request-id": [ - "8e002a23-d973-4c56-9986-5ff1b34f5f61" + "6c6c38b3-ce40-4b0a-b45a-d61c109d7637" ], "x-ms-correlation-request-id": [ - "8e002a23-d973-4c56-9986-5ff1b34f5f61" + "6c6c38b3-ce40-4b0a-b45a-d61c109d7637" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T184335Z:8e002a23-d973-4c56-9986-5ff1b34f5f61" + "WESTUS:20200623T071540Z:6c6c38b3-ce40-4b0a-b45a-d61c109d7637" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -105,7 +105,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 18:43:34 GMT" + "Tue, 23 Jun 2020 07:15:39 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -114,29 +114,29 @@ "-1" ], "Content-Length": [ - "5239" + "7645" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/providers/Microsoft.StorageSync\",\r\n \"namespace\": \"Microsoft.StorageSync\",\r\n \"authorizations\": [\r\n {\r\n \"applicationId\": \"9469b9f5-6722-4481-a2b2-14ed560b706f\"\r\n }\r\n ],\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageSyncServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"Central US EUAP\",\r\n \"West US 2\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\",\r\n \"2018-01-01-preview\",\r\n \"2017-06-05-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"storageSyncServices/syncGroups\",\r\n \"locations\": [\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"Central US EUAP\",\r\n \"West US 2\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\",\r\n \"2018-01-01-preview\",\r\n \"2017-06-05-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageSyncServices/syncGroups/cloudEndpoints\",\r\n \"locations\": [\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"Central US EUAP\",\r\n \"West US 2\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\",\r\n \"2018-01-01-preview\",\r\n \"2017-06-05-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageSyncServices/syncGroups/serverEndpoints\",\r\n \"locations\": [\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"Central US EUAP\",\r\n \"West US 2\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\",\r\n \"2018-01-01-preview\",\r\n \"2017-06-05-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageSyncServices/registeredServers\",\r\n \"locations\": [\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"Central US EUAP\",\r\n \"West US 2\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\",\r\n \"2018-01-01-preview\",\r\n \"2017-06-05-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageSyncServices/workflows\",\r\n \"locations\": [\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"Central US EUAP\",\r\n \"West US 2\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\",\r\n \"2018-01-01-preview\",\r\n \"2017-06-05-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\",\r\n \"2018-01-01-preview\",\r\n \"2017-06-05-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/checkNameAvailability\",\r\n \"locations\": [\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/workflows\",\r\n \"locations\": [\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/Microsoft.StorageSync\",\r\n \"namespace\": \"Microsoft.StorageSync\",\r\n \"authorizations\": [\r\n {\r\n \"applicationId\": \"9469b9f5-6722-4481-a2b2-14ed560b706f\",\r\n \"roleDefinitionId\": \"4cd49d82-1f4d-43fc-af0c-1c1203668e5a\"\r\n }\r\n ],\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageSyncServices\",\r\n \"locations\": [\r\n \"West Central US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"West US 2\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"UAE North\",\r\n \"UAE Central\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2019-10-01\",\r\n \"2019-06-01\",\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\",\r\n \"2018-01-01-preview\",\r\n \"2017-06-05-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"storageSyncServices/syncGroups\",\r\n \"locations\": [\r\n \"West Central US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"West US 2\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"UAE North\",\r\n \"UAE Central\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2019-10-01\",\r\n \"2019-06-01\",\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\",\r\n \"2018-01-01-preview\",\r\n \"2017-06-05-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageSyncServices/syncGroups/cloudEndpoints\",\r\n \"locations\": [\r\n \"West Central US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"West US 2\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"UAE North\",\r\n \"UAE Central\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2019-10-01\",\r\n \"2019-06-01\",\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\",\r\n \"2018-01-01-preview\",\r\n \"2017-06-05-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageSyncServices/syncGroups/serverEndpoints\",\r\n \"locations\": [\r\n \"West Central US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"West US 2\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"UAE North\",\r\n \"UAE Central\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2019-10-01\",\r\n \"2019-06-01\",\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\",\r\n \"2018-01-01-preview\",\r\n \"2017-06-05-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageSyncServices/registeredServers\",\r\n \"locations\": [\r\n \"West Central US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"West US 2\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"UAE North\",\r\n \"UAE Central\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2019-10-01\",\r\n \"2019-06-01\",\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\",\r\n \"2018-01-01-preview\",\r\n \"2017-06-05-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageSyncServices/workflows\",\r\n \"locations\": [\r\n \"West Central US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"West US 2\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"UAE North\",\r\n \"UAE Central\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2019-10-01\",\r\n \"2019-06-01\",\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\",\r\n \"2018-01-01-preview\",\r\n \"2017-06-05-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2019-10-01\",\r\n \"2019-06-01\",\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\",\r\n \"2018-01-01-preview\",\r\n \"2017-06-05-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2019-10-01\",\r\n \"2019-06-01\",\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/checkNameAvailability\",\r\n \"locations\": [\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"UAE North\",\r\n \"UAE Central\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2019-10-01\",\r\n \"2019-06-01\",\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/workflows\",\r\n \"locations\": [\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"UAE North\",\r\n \"UAE Central\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2019-10-01\",\r\n \"2019-06-01\",\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operations\",\r\n \"locations\": [\r\n \"West Central US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"West US 2\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"UAE North\",\r\n \"UAE Central\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operationResults\",\r\n \"locations\": [\r\n \"West Central US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"West US 2\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"UAE North\",\r\n \"UAE Central\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourcegroups/ps3958?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlZ3JvdXBzL3BzMzk1OD9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourcegroups/ps6056?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlZ3JvdXBzL3BzNjA1Nj9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "a5450d8e-3393-49b9-af61-8b24583f8e83" + "50691462-65e5-4d4f-a078-7e24316b208e" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ], "Content-Type": [ "application/json; charset=utf-8" @@ -156,13 +156,13 @@ "1199" ], "x-ms-request-id": [ - "2aacce60-b44e-4f76-bf8d-ba1f7441fcf4" + "bea3b6ec-d0e3-440d-8e26-10c48bb5b6d7" ], "x-ms-correlation-request-id": [ - "2aacce60-b44e-4f76-bf8d-ba1f7441fcf4" + "bea3b6ec-d0e3-440d-8e26-10c48bb5b6d7" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T184337Z:2aacce60-b44e-4f76-bf8d-ba1f7441fcf4" + "WESTUS:20200623T071540Z:bea3b6ec-d0e3-440d-8e26-10c48bb5b6d7" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -171,7 +171,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 18:43:36 GMT" + "Tue, 23 Jun 2020 07:15:40 GMT" ], "Content-Length": [ "165" @@ -183,26 +183,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps3958\",\r\n \"name\": \"ps3958\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps6056\",\r\n \"name\": \"ps6056\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/providers/Microsoft.StorageSync/locations/CentralUSEUAP/checkNameAvailability?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZVN5bmMvbG9jYXRpb25zL0NlbnRyYWxVU0VVQVAvY2hlY2tOYW1lQXZhaWxhYmlsaXR5P2FwaS12ZXJzaW9uPTIwMTktMDMtMDE=", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/Microsoft.StorageSync/locations/CentralUSEUAP/checkNameAvailability?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZVN5bmMvbG9jYXRpb25zL0NlbnRyYWxVU0VVQVAvY2hlY2tOYW1lQXZhaWxhYmlsaXR5P2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", "RequestMethod": "POST", - "RequestBody": "{\r\n \"name\": \"sssps5526\",\r\n \"type\": \"Microsoft.StorageSync/storageSyncServices\"\r\n}", + "RequestBody": "{\r\n \"name\": \"sssps3166\",\r\n \"type\": \"Microsoft.StorageSync/storageSyncServices\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "0772bbf9-09a5-4b77-93cf-147f7e09aaed" + "1b67cee6-1919-41d1-93af-a15f38908084" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -219,7 +219,7 @@ "no-cache" ], "x-ms-request-id": [ - "802f5cf0-9c6e-4865-bd20-3aaf4d8b2922" + "505720b5-f618-4ba8-86dd-ccdb2cdb5153" ], "X-Content-Type-Options": [ "nosniff" @@ -240,50 +240,50 @@ "1199" ], "x-ms-correlation-request-id": [ - "361725fd-04f4-47d7-aacd-2bc2d83c6ea1" + "678dc9a4-6c62-49a6-aa5e-67cd95986c04" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T184338Z:361725fd-04f4-47d7-aacd-2bc2d83c6ea1" + "WESTUS:20200623T071541Z:678dc9a4-6c62-49a6-aa5e-67cd95986c04" ], "Date": [ - "Wed, 03 Jul 2019 18:43:37 GMT" + "Tue, 23 Jun 2020 07:15:41 GMT" ], "Content-Length": [ - "51" + "29" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"nameAvailable\": true,\r\n \"reason\": null,\r\n \"message\": null\r\n}", + "ResponseBody": "{\r\n \"nameAvailable\": true\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps3958/providers/Microsoft.StorageSync/storageSyncServices/sssps5526?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzMzk1OC9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM1NTI2P2FwaS12ZXJzaW9uPTIwMTktMDMtMDE=", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps6056/providers/Microsoft.StorageSync/storageSyncServices/sssps3166?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzNjA1Ni9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMzMTY2P2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"location\": \"Central US EUAP\",\r\n \"tags\": {}\r\n}", + "RequestBody": "{\r\n \"location\": \"Central US EUAP\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"incomingTrafficPolicy\": \"AllowAllTraffic\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "a2ae44de-a297-40f3-9ddb-335e02c2be01" + "ee57de1c-2014-4318-8035-965bcc7d75d2" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "52" + "125" ] }, "ResponseHeaders": { @@ -293,8 +293,17 @@ "Pragma": [ "no-cache" ], + "Location": [ + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6ImJiN2U4MDNmLTM2YTctNGRkOS04NDJmLWYwYmRiN2QyM2IzZiIsIndvcmtmbG93SWQiOiJiZTBhNjg2YS03YTRhLTRhNTYtOWQyOC1hYmIxMTA5YzhlMmUiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiZDQxOTFlMTYtZTlkNy00YTg1LWJlMjAtMmNiOGU2NzUyZjI0In0=?api-version=2020-03-01" + ], + "Retry-After": [ + "10" + ], + "Azure-AsyncOperation": [ + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6ImJiN2U4MDNmLTM2YTctNGRkOS04NDJmLWYwYmRiN2QyM2IzZiIsIndvcmtmbG93SWQiOiJiZTBhNjg2YS03YTRhLTRhNTYtOWQyOC1hYmIxMTA5YzhlMmUiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiZDQxOTFlMTYtZTlkNy00YTg1LWJlMjAtMmNiOGU2NzUyZjI0In0=?api-version=2020-03-01" + ], "x-ms-request-id": [ - "790e31f0-1da2-4311-8b4c-84b045507712" + "48eafb4e-9f0c-443c-8cba-bca13a36c113" ], "X-Content-Type-Options": [ "nosniff" @@ -315,44 +324,167 @@ "1199" ], "x-ms-correlation-request-id": [ - "f7cf4135-eff6-4247-a446-cd2146f98e30" + "eb30fcb9-5ea2-447b-b766-bb649caa479b" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T184338Z:f7cf4135-eff6-4247-a446-cd2146f98e30" + "WESTUS:20200623T071542Z:eb30fcb9-5ea2-447b-b766-bb649caa479b" ], "Date": [ - "Wed, 03 Jul 2019 18:43:38 GMT" + "Tue, 23 Jun 2020 07:15:42 GMT" + ], + "Expires": [ + "-1" ], "Content-Length": [ - "329" + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6ImJiN2U4MDNmLTM2YTctNGRkOS04NDJmLWYwYmRiN2QyM2IzZiIsIndvcmtmbG93SWQiOiJiZTBhNjg2YS03YTRhLTRhNTYtOWQyOC1hYmIxMTA5YzhlMmUiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiZDQxOTFlMTYtZTlkNy00YTg1LWJlMjAtMmNiOGU2NzUyZjI0In0=?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvbG9jYXRpb25zL2NlbnRyYWx1c2V1YXAvb3BlcmF0aW9ucy9leUp3WVhKMGFYUnBiMjVKWkNJNkltSmlOMlU0TURObUxUTTJZVGN0TkdSa09TMDROREptTFdZd1ltUmlOMlF5TTJJelppSXNJbmR2Y210bWJHOTNTV1FpT2lKaVpUQmhOamcyWVMwM1lUUmhMVFJoTlRZdE9XUXlPQzFoWW1JeE1UQTVZemhsTW1VaUxDSjNiM0pyWm14dmQwOXdaWEpoZEdsdmJrbGtJam9pWkRReE9URmxNVFl0WlRsa055MDBZVGcxTFdKbE1qQXRNbU5pT0dVMk56VXlaakkwSW4wPT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-request-id": [ + "dd8050c5-0fac-4e91-a4f8-45604da3f5ff" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-IIS/10.0" + ], + "X-AspNet-Version": [ + "4.0.30319" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11999" + ], + "x-ms-correlation-request-id": [ + "f4bf35a2-c0a8-4620-a47d-c9937234b480" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200623T071552Z:f4bf35a2-c0a8-4620-a47d-c9937234b480" + ], + "Date": [ + "Tue, 23 Jun 2020 07:15:52 GMT" + ], + "Content-Length": [ + "745" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6ImJiN2U4MDNmLTM2YTctNGRkOS04NDJmLWYwYmRiN2QyM2IzZiIsIndvcmtmbG93SWQiOiJiZTBhNjg2YS03YTRhLTRhNTYtOWQyOC1hYmIxMTA5YzhlMmUiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiZDQxOTFlMTYtZTlkNy00YTg1LWJlMjAtMmNiOGU2NzUyZjI0In0=\",\r\n \"name\": \"eyJwYXJ0aXRpb25JZCI6ImJiN2U4MDNmLTM2YTctNGRkOS04NDJmLWYwYmRiN2QyM2IzZiIsIndvcmtmbG93SWQiOiJiZTBhNjg2YS03YTRhLTRhNTYtOWQyOC1hYmIxMTA5YzhlMmUiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiZDQxOTFlMTYtZTlkNy00YTg1LWJlMjAtMmNiOGU2NzUyZjI0In0=\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2020-06-23T07:15:43.0517772Z\",\r\n \"endTime\": \"2020-06-23T07:15:49.5287823Z\",\r\n \"properties\": {}\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps6056/providers/Microsoft.StorageSync/storageSyncServices/sssps3166?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzNjA1Ni9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMzMTY2P2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-request-id": [ + "cec06dd7-ac11-4383-80a9-b7492c134e30" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-IIS/10.0" + ], + "X-AspNet-Version": [ + "4.0.30319" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11998" + ], + "x-ms-correlation-request-id": [ + "4ba8e4a3-7958-4ef1-a83e-b43bbcdcf1d4" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200623T071552Z:4ba8e4a3-7958-4ef1-a83e-b43bbcdcf1d4" + ], + "Date": [ + "Tue, 23 Jun 2020 07:15:52 GMT" + ], + "Content-Length": [ + "633" + ], + "Content-Type": [ + "application/json" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"storageSyncServiceStatus\": null,\r\n \"storageSyncServiceUid\": null\r\n },\r\n \"location\": \"Central US EUAP\",\r\n \"tags\": {},\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps3958/providers/microsoft.storagesync/storageSyncServices/sssps5526\",\r\n \"name\": \"sssps5526\",\r\n \"type\": \"microsoft.storagesync/storageSyncServices\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"storageSyncServiceStatus\": 0,\r\n \"incomingTrafficPolicy\": \"AllowAllTraffic\",\r\n \"privateEndpointConnections\": [],\r\n \"provisioningState\": \"Succeeded\",\r\n \"lastWorkflowId\": \"storageSyncServices/sssps3166/workflows/be0a686a-7a4a-4a56-9d28-abb1109c8e2e\",\r\n \"lastOperationName\": \"ICreateStorageSyncServiceWorkflow\"\r\n },\r\n \"location\": \"Central US EUAP\",\r\n \"tags\": {},\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps6056/providers/microsoft.storagesync/storageSyncServices/sssps3166\",\r\n \"name\": \"sssps3166\",\r\n \"type\": \"microsoft.storagesync/storageSyncServices\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps3958/providers/Microsoft.StorageSync/storageSyncServices/sssps5526/syncGroups/sgps7647?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzMzk1OC9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM1NTI2L3N5bmNHcm91cHMvc2dwczc2NDc/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps6056/providers/Microsoft.StorageSync/storageSyncServices/sssps3166/syncGroups/sgps2808?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzNjA1Ni9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMzMTY2L3N5bmNHcm91cHMvc2dwczI4MDg/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", "RequestMethod": "PUT", "RequestBody": "{\r\n \"properties\": {}\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "e2972b14-fadd-40d3-8e16-e4cd5941084c" + "0a38aaa9-2ce0-4167-9385-668a1b3b3e6b" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -369,7 +501,7 @@ "no-cache" ], "x-ms-request-id": [ - "dd1c284f-59f9-4812-b847-69fc43656168" + "74300738-3fd2-4759-85ed-ce19e8cf59e1" ], "X-Content-Type-Options": [ "nosniff" @@ -390,44 +522,44 @@ "1198" ], "x-ms-correlation-request-id": [ - "b8bd99d8-d41b-4487-a096-1caa27d36f55" + "0989ea7d-be6b-4709-a950-58ab8ec30c0e" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T184339Z:b8bd99d8-d41b-4487-a096-1caa27d36f55" + "WESTUS:20200623T071553Z:0989ea7d-be6b-4709-a950-58ab8ec30c0e" ], "Date": [ - "Wed, 03 Jul 2019 18:43:39 GMT" + "Tue, 23 Jun 2020 07:15:53 GMT" ], "Content-Length": [ - "331" + "371" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"syncGroupStatus\": \"0\",\r\n \"uniqueId\": \"0702304f-6136-4fc2-9a6b-f173559ad1e1\"\r\n },\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps3958/providers/microsoft.storagesync/storageSyncServices/sssps5526/syncGroups/sgps7647\",\r\n \"name\": \"sgps7647\",\r\n \"type\": \"microsoft.storagesync/storageSyncServices/syncGroups\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"syncGroupStatus\": \"0\",\r\n \"uniqueId\": \"58d2f0ca-731b-4485-b74f-9b5acd88dbd4\"\r\n },\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps6056/providers/microsoft.storagesync/storageSyncServices/sssps3166/syncGroups/sgps2808\",\r\n \"name\": \"sgps2808\",\r\n \"type\": \"microsoft.storagesync/storageSyncServices/syncGroups\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps3958/providers/Microsoft.StorageSync/storageSyncServices/sssps5526/syncGroups/sgps7647?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzMzk1OC9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM1NTI2L3N5bmNHcm91cHMvc2dwczc2NDc/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps6056/providers/Microsoft.StorageSync/storageSyncServices/sssps3166/syncGroups/sgps2808?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzNjA1Ni9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMzMTY2L3N5bmNHcm91cHMvc2dwczI4MDg/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "b00ebdae-c820-4b47-9a8d-dba615833cda" + "cafd878b-891c-4fa9-a4a0-b20d0675e0c5" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -438,7 +570,7 @@ "no-cache" ], "x-ms-request-id": [ - "972f7380-b2d8-45af-be34-45c3685f03f3" + "4ff8010f-d85c-4032-9437-e514b4b9ea39" ], "X-Content-Type-Options": [ "nosniff" @@ -456,47 +588,47 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11999" + "11997" ], "x-ms-correlation-request-id": [ - "425800bf-2e80-4573-a3dc-b3331cfe25ef" + "a04c5366-e247-4abe-bf0a-117e1b7b87db" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T184340Z:425800bf-2e80-4573-a3dc-b3331cfe25ef" + "WESTUS:20200623T071553Z:a04c5366-e247-4abe-bf0a-117e1b7b87db" ], "Date": [ - "Wed, 03 Jul 2019 18:43:39 GMT" + "Tue, 23 Jun 2020 07:15:53 GMT" ], "Content-Length": [ - "331" + "371" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"syncGroupStatus\": \"0\",\r\n \"uniqueId\": \"0702304f-6136-4fc2-9a6b-f173559ad1e1\"\r\n },\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps3958/providers/microsoft.storagesync/storageSyncServices/sssps5526/syncGroups/sgps7647\",\r\n \"name\": \"sgps7647\",\r\n \"type\": \"microsoft.storagesync/storageSyncServices/syncGroups\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"syncGroupStatus\": \"0\",\r\n \"uniqueId\": \"58d2f0ca-731b-4485-b74f-9b5acd88dbd4\"\r\n },\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps6056/providers/microsoft.storagesync/storageSyncServices/sssps3166/syncGroups/sgps2808\",\r\n \"name\": \"sgps2808\",\r\n \"type\": \"microsoft.storagesync/storageSyncServices/syncGroups\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps3958/providers/Microsoft.StorageSync/storageSyncServices/sssps5526/syncGroups/sgps7647?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzMzk1OC9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM1NTI2L3N5bmNHcm91cHMvc2dwczc2NDc/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps6056/providers/Microsoft.StorageSync/storageSyncServices/sssps3166/syncGroups/sgps2808?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzNjA1Ni9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMzMTY2L3N5bmNHcm91cHMvc2dwczI4MDg/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "6723ada4-7458-4886-bbb8-159078518e60" + "d96bb3a1-187a-42bb-bbf3-aac72499a79d" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -507,7 +639,7 @@ "no-cache" ], "x-ms-request-id": [ - "536ddda1-b2a1-49d4-bd3b-beebdcdf2a40" + "7a02abdc-635e-4573-9dc5-b8b819680265" ], "X-Content-Type-Options": [ "nosniff" @@ -528,13 +660,13 @@ "14999" ], "x-ms-correlation-request-id": [ - "5d628500-c695-4707-96da-55cddc0a4757" + "c9b336ba-ab55-4fcb-9d4d-edaffcb8b0b6" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T184340Z:5d628500-c695-4707-96da-55cddc0a4757" + "WESTUS:20200623T071553Z:c9b336ba-ab55-4fcb-9d4d-edaffcb8b0b6" ], "Date": [ - "Wed, 03 Jul 2019 18:43:40 GMT" + "Tue, 23 Jun 2020 07:15:53 GMT" ], "Expires": [ "-1" @@ -547,22 +679,22 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps3958/providers/Microsoft.StorageSync/storageSyncServices/sssps5526?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzMzk1OC9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM1NTI2P2FwaS12ZXJzaW9uPTIwMTktMDMtMDE=", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps6056/providers/Microsoft.StorageSync/storageSyncServices/sssps3166?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzNjA1Ni9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMzMTY2P2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "1029ddca-04d6-4ff4-97d3-326109e837c6" + "ce56f554-fc69-4963-a2d6-f921331b6cfc" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -572,8 +704,17 @@ "Pragma": [ "no-cache" ], + "Location": [ + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6ImJiN2U4MDNmLTM2YTctNGRkOS04NDJmLWYwYmRiN2QyM2IzZiIsIndvcmtmbG93SWQiOiIwYmFlMzJhZS0xOTg1LTRlNGEtYWJkZC0wOTEzYWViNGE3MmEiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiM2RjMmU2ZDEtMmE5Ny00NWVjLWIzNjQtZGJlMjhlMDk0YTIzIn0=?api-version=2020-03-01" + ], + "Retry-After": [ + "10" + ], + "Azure-AsyncOperation": [ + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6ImJiN2U4MDNmLTM2YTctNGRkOS04NDJmLWYwYmRiN2QyM2IzZiIsIndvcmtmbG93SWQiOiIwYmFlMzJhZS0xOTg1LTRlNGEtYWJkZC0wOTEzYWViNGE3MmEiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiM2RjMmU2ZDEtMmE5Ny00NWVjLWIzNjQtZGJlMjhlMDk0YTIzIn0=?api-version=2020-03-01" + ], "x-ms-request-id": [ - "e87c51e0-6175-44f4-bc96-bea5679c8bee" + "3c538720-b8f9-4636-905a-38c41b8bb5b9" ], "X-Content-Type-Options": [ "nosniff" @@ -594,13 +735,13 @@ "14998" ], "x-ms-correlation-request-id": [ - "68281d83-16fd-4a9c-b3bf-498a2aa41dcb" + "5156b01e-a812-4b7f-83d9-3afe69b17a61" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T184341Z:68281d83-16fd-4a9c-b3bf-498a2aa41dcb" + "WESTUS:20200623T071554Z:5156b01e-a812-4b7f-83d9-3afe69b17a61" ], "Date": [ - "Wed, 03 Jul 2019 18:43:41 GMT" + "Tue, 23 Jun 2020 07:15:54 GMT" ], "Expires": [ "-1" @@ -610,25 +751,148 @@ ] }, "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6ImJiN2U4MDNmLTM2YTctNGRkOS04NDJmLWYwYmRiN2QyM2IzZiIsIndvcmtmbG93SWQiOiIwYmFlMzJhZS0xOTg1LTRlNGEtYWJkZC0wOTEzYWViNGE3MmEiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiM2RjMmU2ZDEtMmE5Ny00NWVjLWIzNjQtZGJlMjhlMDk0YTIzIn0=?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvbG9jYXRpb25zL2NlbnRyYWx1c2V1YXAvb3BlcmF0aW9ucy9leUp3WVhKMGFYUnBiMjVKWkNJNkltSmlOMlU0TURObUxUTTJZVGN0TkdSa09TMDROREptTFdZd1ltUmlOMlF5TTJJelppSXNJbmR2Y210bWJHOTNTV1FpT2lJd1ltRmxNekpoWlMweE9UZzFMVFJsTkdFdFlXSmtaQzB3T1RFellXVmlOR0UzTW1FaUxDSjNiM0pyWm14dmQwOXdaWEpoZEdsdmJrbGtJam9pTTJSak1tVTJaREV0TW1FNU55MDBOV1ZqTFdJek5qUXRaR0psTWpobE1EazBZVEl6SW4wPT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-request-id": [ + "aeacee82-ac8d-42f7-9c0b-458488b14d91" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-IIS/10.0" + ], + "X-AspNet-Version": [ + "4.0.30319" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11996" + ], + "x-ms-correlation-request-id": [ + "c71d58b6-ed6c-4470-82d1-02c12894279f" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200623T071604Z:c71d58b6-ed6c-4470-82d1-02c12894279f" + ], + "Date": [ + "Tue, 23 Jun 2020 07:16:04 GMT" + ], + "Content-Length": [ + "745" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6ImJiN2U4MDNmLTM2YTctNGRkOS04NDJmLWYwYmRiN2QyM2IzZiIsIndvcmtmbG93SWQiOiIwYmFlMzJhZS0xOTg1LTRlNGEtYWJkZC0wOTEzYWViNGE3MmEiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiM2RjMmU2ZDEtMmE5Ny00NWVjLWIzNjQtZGJlMjhlMDk0YTIzIn0=\",\r\n \"name\": \"eyJwYXJ0aXRpb25JZCI6ImJiN2U4MDNmLTM2YTctNGRkOS04NDJmLWYwYmRiN2QyM2IzZiIsIndvcmtmbG93SWQiOiIwYmFlMzJhZS0xOTg1LTRlNGEtYWJkZC0wOTEzYWViNGE3MmEiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiM2RjMmU2ZDEtMmE5Ny00NWVjLWIzNjQtZGJlMjhlMDk0YTIzIn0=\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2020-06-23T07:15:55.2248805Z\",\r\n \"endTime\": \"2020-06-23T07:16:00.9302014Z\",\r\n \"properties\": {}\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps3958/providers/Microsoft.StorageSync/storageSyncServices?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzMzk1OC9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXM/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6ImJiN2U4MDNmLTM2YTctNGRkOS04NDJmLWYwYmRiN2QyM2IzZiIsIndvcmtmbG93SWQiOiIwYmFlMzJhZS0xOTg1LTRlNGEtYWJkZC0wOTEzYWViNGE3MmEiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiM2RjMmU2ZDEtMmE5Ny00NWVjLWIzNjQtZGJlMjhlMDk0YTIzIn0=?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvbG9jYXRpb25zL2NlbnRyYWx1c2V1YXAvb3BlcmF0aW9ucmVzdWx0cy9leUp3WVhKMGFYUnBiMjVKWkNJNkltSmlOMlU0TURObUxUTTJZVGN0TkdSa09TMDROREptTFdZd1ltUmlOMlF5TTJJelppSXNJbmR2Y210bWJHOTNTV1FpT2lJd1ltRmxNekpoWlMweE9UZzFMVFJsTkdFdFlXSmtaQzB3T1RFellXVmlOR0UzTW1FaUxDSjNiM0pyWm14dmQwOXdaWEpoZEdsdmJrbGtJam9pTTJSak1tVTJaREV0TW1FNU55MDBOV1ZqTFdJek5qUXRaR0psTWpobE1EazBZVEl6SW4wPT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-request-id": [ + "e3e869ad-ca77-4978-bc0f-20a3a2dcfa4f" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-IIS/10.0" + ], + "X-AspNet-Version": [ + "4.0.30319" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11995" + ], + "x-ms-correlation-request-id": [ + "718877c9-50ee-4856-b31f-4da6a45b0ea8" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200623T071604Z:718877c9-50ee-4856-b31f-4da6a45b0ea8" + ], + "Date": [ + "Tue, 23 Jun 2020 07:16:04 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps6056/providers/Microsoft.StorageSync/storageSyncServices?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzNjA1Ni9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXM/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "bb168d7b-dda5-4fbf-86f6-1fc87b56459b" + "9498ec0b-3f17-41ac-a1f1-07c3e8a6776e" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -638,57 +902,66 @@ "Pragma": [ "no-cache" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11998" - ], "x-ms-request-id": [ - "c27bb527-122c-4780-ac9f-e8e866c380cf" - ], - "x-ms-correlation-request-id": [ - "c27bb527-122c-4780-ac9f-e8e866c380cf" + "54458434-fd3a-4bc5-a9bb-7b0549e9a452" ], - "x-ms-routing-request-id": [ - "WESTUS:20190703T184341Z:c27bb527-122c-4780-ac9f-e8e866c380cf" + "X-Content-Type-Options": [ + "nosniff" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Content-Type-Options": [ - "nosniff" + "Server": [ + "Microsoft-IIS/10.0" + ], + "X-AspNet-Version": [ + "4.0.30319" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11994" + ], + "x-ms-correlation-request-id": [ + "13aca8d6-7e64-4a3d-9f5f-87e61e76fce9" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200623T071605Z:13aca8d6-7e64-4a3d-9f5f-87e61e76fce9" ], "Date": [ - "Wed, 03 Jul 2019 18:43:41 GMT" + "Tue, 23 Jun 2020 07:16:04 GMT" + ], + "Content-Length": [ + "19" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" - ], - "Content-Length": [ - "12" ] }, "ResponseBody": "{\r\n \"value\": []\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourcegroups/ps3958?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlZ3JvdXBzL3BzMzk1OD9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourcegroups/ps6056?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlZ3JvdXBzL3BzNjA1Nj9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "902b1e55-a974-4f9d-9401-ee0f860658c2" + "8c8a031c-5be4-4802-af80-52d5dccafabe" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -699,7 +972,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzM5NTgtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzYwNTYtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" ], "Retry-After": [ "15" @@ -708,13 +981,13 @@ "14997" ], "x-ms-request-id": [ - "3eeb3bd8-a5c6-4102-ad8d-541ed4cb418e" + "d7d534fa-d01b-45ef-a22c-d33be4a59d11" ], "x-ms-correlation-request-id": [ - "3eeb3bd8-a5c6-4102-ad8d-541ed4cb418e" + "d7d534fa-d01b-45ef-a22c-d33be4a59d11" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T184342Z:3eeb3bd8-a5c6-4102-ad8d-541ed4cb418e" + "WESTUS:20200623T071605Z:d7d534fa-d01b-45ef-a22c-d33be4a59d11" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -723,7 +996,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 18:43:41 GMT" + "Tue, 23 Jun 2020 07:16:05 GMT" ], "Expires": [ "-1" @@ -736,16 +1009,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzM5NTgtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpNNU5UZ3RWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzYwNTYtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpZd05UWXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -756,22 +1029,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzM5NTgtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzYwNTYtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11997" + "11993" ], "x-ms-request-id": [ - "f074a9d2-148d-4309-aa0d-28fde870a386" + "2c242d59-36f8-4c5e-a607-992dac97a1c3" ], "x-ms-correlation-request-id": [ - "f074a9d2-148d-4309-aa0d-28fde870a386" + "2c242d59-36f8-4c5e-a607-992dac97a1c3" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T184357Z:f074a9d2-148d-4309-aa0d-28fde870a386" + "WESTUS:20200623T071620Z:2c242d59-36f8-4c5e-a607-992dac97a1c3" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -780,7 +1053,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 18:43:56 GMT" + "Tue, 23 Jun 2020 07:16:20 GMT" ], "Expires": [ "-1" @@ -793,16 +1066,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzM5NTgtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpNNU5UZ3RWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzYwNTYtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpZd05UWXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -813,22 +1086,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzM5NTgtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzYwNTYtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11996" + "11992" ], "x-ms-request-id": [ - "a33d12c3-85b6-4c23-a50f-47cc9533820b" + "ff088459-5441-4a83-b9c0-f6d73098492e" ], "x-ms-correlation-request-id": [ - "a33d12c3-85b6-4c23-a50f-47cc9533820b" + "ff088459-5441-4a83-b9c0-f6d73098492e" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T184412Z:a33d12c3-85b6-4c23-a50f-47cc9533820b" + "WESTUS:20200623T071635Z:ff088459-5441-4a83-b9c0-f6d73098492e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -837,7 +1110,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 18:44:11 GMT" + "Tue, 23 Jun 2020 07:16:34 GMT" ], "Expires": [ "-1" @@ -850,16 +1123,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzM5NTgtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpNNU5UZ3RWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzYwNTYtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpZd05UWXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -870,16 +1143,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11995" + "11991" ], "x-ms-request-id": [ - "73dd2b2b-0837-407e-be48-977a6ec168ba" + "ce4966e1-4f76-4a03-b41e-8d3f6667f324" ], "x-ms-correlation-request-id": [ - "73dd2b2b-0837-407e-be48-977a6ec168ba" + "ce4966e1-4f76-4a03-b41e-8d3f6667f324" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T184427Z:73dd2b2b-0837-407e-be48-977a6ec168ba" + "WESTUS:20200623T071650Z:ce4966e1-4f76-4a03-b41e-8d3f6667f324" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -888,7 +1161,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 18:44:26 GMT" + "Tue, 23 Jun 2020 07:16:49 GMT" ], "Expires": [ "-1" @@ -901,16 +1174,16 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzM5NTgtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpNNU5UZ3RWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzYwNTYtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpZd05UWXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -921,16 +1194,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11994" + "11990" ], "x-ms-request-id": [ - "0a224820-8a18-4053-9082-7ab380672a08" + "a0d9942c-d0c2-44e6-9f2a-3d0241946764" ], "x-ms-correlation-request-id": [ - "0a224820-8a18-4053-9082-7ab380672a08" + "a0d9942c-d0c2-44e6-9f2a-3d0241946764" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T184427Z:0a224820-8a18-4053-9082-7ab380672a08" + "WESTUS:20200623T071650Z:a0d9942c-d0c2-44e6-9f2a-3d0241946764" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -939,7 +1212,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 18:44:26 GMT" + "Tue, 23 Jun 2020 07:16:49 GMT" ], "Expires": [ "-1" @@ -954,14 +1227,14 @@ ], "Names": { "Test-GetSyncGroupParentObject": [ - "ps3958", - "ps5526", - "ps7647" + "ps6056", + "ps3166", + "ps2808" ] }, "Variables": { - "SubscriptionId": "7b96cb02-4663-40f4-9a89-603d3849e46a", - "TenantId": "0483643a-cb2f-462a-bc27-1a270e5bdc0a", + "SubscriptionId": "1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b", + "TenantId": "6ad91d65-65ab-4e14-90f7-fe951035b7c9", "Domain": "" } } \ No newline at end of file diff --git a/src/StorageSync/StorageSync.Test/SessionRecords/StorageSyncTests.SyncGroupTests/TestGetSyncGroupParentResourceId.json b/src/StorageSync/StorageSync.Test/SessionRecords/StorageSyncTests.SyncGroupTests/TestGetSyncGroupParentResourceId.json index 196b89767f25..7b83a5c71a28 100644 --- a/src/StorageSync/StorageSync.Test/SessionRecords/StorageSyncTests.SyncGroupTests/TestGetSyncGroupParentResourceId.json +++ b/src/StorageSync/StorageSync.Test/SessionRecords/StorageSyncTests.SyncGroupTests/TestGetSyncGroupParentResourceId.json @@ -1,22 +1,22 @@ { "Entries": [ { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/providers/Microsoft.Resources?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVzb3VyY2VzP2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/Microsoft.Resources?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVzb3VyY2VzP2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "27589842-39b0-4557-a471-c375bcfe791f" + "fae8f471-1fba-445f-a0bf-042dad28c76e" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -27,16 +27,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11999" + "11995" ], "x-ms-request-id": [ - "24c997b7-1736-4dff-9faf-3dc2458cafdd" + "48ac35a4-7660-4eac-8ec2-fdee158cc85b" ], "x-ms-correlation-request-id": [ - "24c997b7-1736-4dff-9faf-3dc2458cafdd" + "48ac35a4-7660-4eac-8ec2-fdee158cc85b" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T184239Z:24c997b7-1736-4dff-9faf-3dc2458cafdd" + "WESTUS:20200623T071427Z:48ac35a4-7660-4eac-8ec2-fdee158cc85b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -45,7 +45,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 18:42:38 GMT" + "Tue, 23 Jun 2020 07:14:27 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -54,29 +54,29 @@ "-1" ], "Content-Length": [ - "8818" + "10899" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/providers/Microsoft.Resources\",\r\n \"namespace\": \"Microsoft.Resources\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"tenants\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operationresults\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"notifyResourceJobs\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"tags\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkPolicyCompliance\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"providers\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkresourcename\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resources\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/resources\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/providers\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/operationresults\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceGroups\",\r\n \"locations\": [\r\n \"Central US\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"West Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia Southeast\",\r\n \"Australia East\",\r\n \"West India\",\r\n \"South India\",\r\n \"Central India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/resourceGroups\",\r\n \"locations\": [\r\n \"Central US\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"West Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia Southeast\",\r\n \"Australia East\",\r\n \"West India\",\r\n \"South India\",\r\n \"Central India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/resourcegroups/resources\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/tagnames\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/tagNames/tagValues\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"deployments\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"deployments/operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"links\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-01-01\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/Microsoft.Resources\",\r\n \"namespace\": \"Microsoft.Resources\",\r\n \"authorization\": {\r\n \"applicationId\": \"3b990c8b-9607-4c2a-8b04-1d41985facca\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"tenants\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-01-01\",\r\n \"2019-09-01\",\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-09-01\",\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operationresults\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-09-01\",\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"notifyResourceJobs\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-09-01\",\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"tags\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-10-01\",\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\"\r\n ],\r\n \"capabilities\": \"SupportsExtension\"\r\n },\r\n {\r\n \"resourceType\": \"checkPolicyCompliance\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"providers\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkresourcename\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"calculateTemplateHash\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-09-01\",\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resources\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-09-01\",\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-10-01\",\r\n \"2019-09-01\",\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/resources\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-09-01\",\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/providers\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/operationresults\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceGroups\",\r\n \"locations\": [\r\n \"Central US\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"West Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia Southeast\",\r\n \"Australia East\",\r\n \"West India\",\r\n \"South India\",\r\n \"Central India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Australia Central\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/resourceGroups\",\r\n \"locations\": [\r\n \"Central US\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"West Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia Southeast\",\r\n \"Australia East\",\r\n \"West India\",\r\n \"South India\",\r\n \"Central India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Australia Central\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/resourcegroups/resources\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/tagnames\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/tagNames/tagValues\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"deployments\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-09-01\",\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"deployments/operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-09-01\",\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"links\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ],\r\n \"capabilities\": \"SupportsExtension\"\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-01-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"deploymentScripts\",\r\n \"locations\": [\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Australia East\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"Central US\",\r\n \"North Central US\",\r\n \"UK South\",\r\n \"Central India\",\r\n \"South India\",\r\n \"Japan East\",\r\n \"Korea Central\",\r\n \"North Europe\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West US 2\",\r\n \"West US\",\r\n \"South Central US\",\r\n \"Canada East\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-10-01-preview\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"deploymentScripts/logs\",\r\n \"locations\": [\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Australia East\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"Central US\",\r\n \"North Central US\",\r\n \"UK South\",\r\n \"Central India\",\r\n \"South India\",\r\n \"Japan East\",\r\n \"Korea Central\",\r\n \"North Europe\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West US 2\",\r\n \"West US\",\r\n \"South Central US\",\r\n \"Canada East\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/deploymentScriptOperationResults\",\r\n \"locations\": [\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Australia East\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"Central US\",\r\n \"North Central US\",\r\n \"UK South\",\r\n \"Central India\",\r\n \"South India\",\r\n \"Japan East\",\r\n \"Korea Central\",\r\n \"North Europe\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West US 2\",\r\n \"West US\",\r\n \"South Central US\",\r\n \"Canada East\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-10-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/providers/Microsoft.StorageSync?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZVN5bmM/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/Microsoft.StorageSync?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZVN5bmM/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "1cb97f5d-5fbb-4299-ad53-916cbd282ea6" + "5cf48a63-9e4b-4c90-83b9-6c5383dcae6a" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -87,16 +87,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11998" + "11994" ], "x-ms-request-id": [ - "5a05b750-6c66-47a6-a269-34f4599300b7" + "e159ed60-bcb2-49b8-b5a7-cccb467ee6e2" ], "x-ms-correlation-request-id": [ - "5a05b750-6c66-47a6-a269-34f4599300b7" + "e159ed60-bcb2-49b8-b5a7-cccb467ee6e2" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T184239Z:5a05b750-6c66-47a6-a269-34f4599300b7" + "WESTUS:20200623T071427Z:e159ed60-bcb2-49b8-b5a7-cccb467ee6e2" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -105,7 +105,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 18:42:38 GMT" + "Tue, 23 Jun 2020 07:14:27 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -114,29 +114,29 @@ "-1" ], "Content-Length": [ - "5239" + "7645" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/providers/Microsoft.StorageSync\",\r\n \"namespace\": \"Microsoft.StorageSync\",\r\n \"authorizations\": [\r\n {\r\n \"applicationId\": \"9469b9f5-6722-4481-a2b2-14ed560b706f\"\r\n }\r\n ],\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageSyncServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"Central US EUAP\",\r\n \"West US 2\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\",\r\n \"2018-01-01-preview\",\r\n \"2017-06-05-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"storageSyncServices/syncGroups\",\r\n \"locations\": [\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"Central US EUAP\",\r\n \"West US 2\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\",\r\n \"2018-01-01-preview\",\r\n \"2017-06-05-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageSyncServices/syncGroups/cloudEndpoints\",\r\n \"locations\": [\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"Central US EUAP\",\r\n \"West US 2\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\",\r\n \"2018-01-01-preview\",\r\n \"2017-06-05-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageSyncServices/syncGroups/serverEndpoints\",\r\n \"locations\": [\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"Central US EUAP\",\r\n \"West US 2\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\",\r\n \"2018-01-01-preview\",\r\n \"2017-06-05-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageSyncServices/registeredServers\",\r\n \"locations\": [\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"Central US EUAP\",\r\n \"West US 2\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\",\r\n \"2018-01-01-preview\",\r\n \"2017-06-05-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageSyncServices/workflows\",\r\n \"locations\": [\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"Central US EUAP\",\r\n \"West US 2\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\",\r\n \"2018-01-01-preview\",\r\n \"2017-06-05-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\",\r\n \"2018-01-01-preview\",\r\n \"2017-06-05-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/checkNameAvailability\",\r\n \"locations\": [\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/workflows\",\r\n \"locations\": [\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/Microsoft.StorageSync\",\r\n \"namespace\": \"Microsoft.StorageSync\",\r\n \"authorizations\": [\r\n {\r\n \"applicationId\": \"9469b9f5-6722-4481-a2b2-14ed560b706f\",\r\n \"roleDefinitionId\": \"4cd49d82-1f4d-43fc-af0c-1c1203668e5a\"\r\n }\r\n ],\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageSyncServices\",\r\n \"locations\": [\r\n \"West Central US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"West US 2\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"UAE North\",\r\n \"UAE Central\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2019-10-01\",\r\n \"2019-06-01\",\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\",\r\n \"2018-01-01-preview\",\r\n \"2017-06-05-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"storageSyncServices/syncGroups\",\r\n \"locations\": [\r\n \"West Central US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"West US 2\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"UAE North\",\r\n \"UAE Central\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2019-10-01\",\r\n \"2019-06-01\",\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\",\r\n \"2018-01-01-preview\",\r\n \"2017-06-05-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageSyncServices/syncGroups/cloudEndpoints\",\r\n \"locations\": [\r\n \"West Central US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"West US 2\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"UAE North\",\r\n \"UAE Central\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2019-10-01\",\r\n \"2019-06-01\",\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\",\r\n \"2018-01-01-preview\",\r\n \"2017-06-05-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageSyncServices/syncGroups/serverEndpoints\",\r\n \"locations\": [\r\n \"West Central US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"West US 2\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"UAE North\",\r\n \"UAE Central\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2019-10-01\",\r\n \"2019-06-01\",\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\",\r\n \"2018-01-01-preview\",\r\n \"2017-06-05-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageSyncServices/registeredServers\",\r\n \"locations\": [\r\n \"West Central US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"West US 2\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"UAE North\",\r\n \"UAE Central\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2019-10-01\",\r\n \"2019-06-01\",\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\",\r\n \"2018-01-01-preview\",\r\n \"2017-06-05-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageSyncServices/workflows\",\r\n \"locations\": [\r\n \"West Central US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"West US 2\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"UAE North\",\r\n \"UAE Central\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2019-10-01\",\r\n \"2019-06-01\",\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\",\r\n \"2018-01-01-preview\",\r\n \"2017-06-05-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2019-10-01\",\r\n \"2019-06-01\",\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\",\r\n \"2018-01-01-preview\",\r\n \"2017-06-05-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2019-10-01\",\r\n \"2019-06-01\",\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/checkNameAvailability\",\r\n \"locations\": [\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"UAE North\",\r\n \"UAE Central\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2019-10-01\",\r\n \"2019-06-01\",\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/workflows\",\r\n \"locations\": [\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"UAE North\",\r\n \"UAE Central\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2019-10-01\",\r\n \"2019-06-01\",\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operations\",\r\n \"locations\": [\r\n \"West Central US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"West US 2\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"UAE North\",\r\n \"UAE Central\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operationResults\",\r\n \"locations\": [\r\n \"West Central US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"West US 2\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"UAE North\",\r\n \"UAE Central\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourcegroups/ps7174?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlZ3JvdXBzL3BzNzE3ND9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourcegroups/ps2186?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlZ3JvdXBzL3BzMjE4Nj9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "4a4ae5ad-278b-4a68-ac8e-0f97aee7225b" + "c8858c8a-50e8-48d5-85e3-1e0776c61d1f" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ], "Content-Type": [ "application/json; charset=utf-8" @@ -156,13 +156,13 @@ "1199" ], "x-ms-request-id": [ - "c82b7fde-9495-4677-a4d8-d6a1331f3922" + "130d4376-6fba-48bc-a706-ab91715c5634" ], "x-ms-correlation-request-id": [ - "c82b7fde-9495-4677-a4d8-d6a1331f3922" + "130d4376-6fba-48bc-a706-ab91715c5634" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T184241Z:c82b7fde-9495-4677-a4d8-d6a1331f3922" + "WESTUS:20200623T071427Z:130d4376-6fba-48bc-a706-ab91715c5634" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -171,7 +171,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 18:42:40 GMT" + "Tue, 23 Jun 2020 07:14:27 GMT" ], "Content-Length": [ "165" @@ -183,26 +183,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps7174\",\r\n \"name\": \"ps7174\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps2186\",\r\n \"name\": \"ps2186\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/providers/Microsoft.StorageSync/locations/CentralUSEUAP/checkNameAvailability?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZVN5bmMvbG9jYXRpb25zL0NlbnRyYWxVU0VVQVAvY2hlY2tOYW1lQXZhaWxhYmlsaXR5P2FwaS12ZXJzaW9uPTIwMTktMDMtMDE=", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/Microsoft.StorageSync/locations/CentralUSEUAP/checkNameAvailability?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZVN5bmMvbG9jYXRpb25zL0NlbnRyYWxVU0VVQVAvY2hlY2tOYW1lQXZhaWxhYmlsaXR5P2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", "RequestMethod": "POST", - "RequestBody": "{\r\n \"name\": \"sssps3946\",\r\n \"type\": \"Microsoft.StorageSync/storageSyncServices\"\r\n}", + "RequestBody": "{\r\n \"name\": \"sssps3113\",\r\n \"type\": \"Microsoft.StorageSync/storageSyncServices\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "54feb453-4ccb-4c91-aeab-797a584576b8" + "1ea70d8f-6804-48cc-af1f-24856f517527" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -219,7 +219,7 @@ "no-cache" ], "x-ms-request-id": [ - "6b914ea5-cc84-4dfc-8077-67c86a0f304f" + "830d12ee-a549-4323-8a01-af50f7be3913" ], "X-Content-Type-Options": [ "nosniff" @@ -237,53 +237,53 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1199" + "1196" ], "x-ms-correlation-request-id": [ - "494e6b48-ad0e-44c4-8ef5-46a3b7de1496" + "8e59e9c3-8851-4dec-8ae6-ae738f66f822" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T184242Z:494e6b48-ad0e-44c4-8ef5-46a3b7de1496" + "WESTUS:20200623T071428Z:8e59e9c3-8851-4dec-8ae6-ae738f66f822" ], "Date": [ - "Wed, 03 Jul 2019 18:42:42 GMT" + "Tue, 23 Jun 2020 07:14:28 GMT" ], "Content-Length": [ - "51" + "29" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"nameAvailable\": true,\r\n \"reason\": null,\r\n \"message\": null\r\n}", + "ResponseBody": "{\r\n \"nameAvailable\": true\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps7174/providers/Microsoft.StorageSync/storageSyncServices/sssps3946?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNzE3NC9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMzOTQ2P2FwaS12ZXJzaW9uPTIwMTktMDMtMDE=", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps2186/providers/Microsoft.StorageSync/storageSyncServices/sssps3113?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzMjE4Ni9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMzMTEzP2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"location\": \"Central US EUAP\",\r\n \"tags\": {}\r\n}", + "RequestBody": "{\r\n \"location\": \"Central US EUAP\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"incomingTrafficPolicy\": \"AllowAllTraffic\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "518befa3-c45b-45ca-91c9-e0353eefd895" + "fa8ceacb-c852-4818-8e84-4c13670a777c" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "52" + "125" ] }, "ResponseHeaders": { @@ -293,8 +293,17 @@ "Pragma": [ "no-cache" ], + "Location": [ + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6ImZiNmQ2MjQ4LWFjYzMtNGVkNC1iNWYxLTQxOGJkNTA1NWI4ZCIsIndvcmtmbG93SWQiOiJmYjczYWFhZi01NWFkLTRhMzQtYTQ3Ny04MGRjMGUwYTRiOWUiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiMzdlMDRkNzktYmIzOS00YWM3LWE3M2YtM2QxZDAyZDBlODUzIn0=?api-version=2020-03-01" + ], + "Retry-After": [ + "10" + ], + "Azure-AsyncOperation": [ + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6ImZiNmQ2MjQ4LWFjYzMtNGVkNC1iNWYxLTQxOGJkNTA1NWI4ZCIsIndvcmtmbG93SWQiOiJmYjczYWFhZi01NWFkLTRhMzQtYTQ3Ny04MGRjMGUwYTRiOWUiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiMzdlMDRkNzktYmIzOS00YWM3LWE3M2YtM2QxZDAyZDBlODUzIn0=?api-version=2020-03-01" + ], "x-ms-request-id": [ - "4bfc5c3c-cfa3-4abd-8e5e-1aad6206cba6" + "7cb84298-25d4-4c97-90e4-542ece82c9e5" ], "X-Content-Type-Options": [ "nosniff" @@ -312,47 +321,170 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1199" + "1195" + ], + "x-ms-correlation-request-id": [ + "9f70481a-720f-4c31-a8bb-40d1d9770f6c" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200623T071429Z:9f70481a-720f-4c31-a8bb-40d1d9770f6c" + ], + "Date": [ + "Tue, 23 Jun 2020 07:14:28 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6ImZiNmQ2MjQ4LWFjYzMtNGVkNC1iNWYxLTQxOGJkNTA1NWI4ZCIsIndvcmtmbG93SWQiOiJmYjczYWFhZi01NWFkLTRhMzQtYTQ3Ny04MGRjMGUwYTRiOWUiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiMzdlMDRkNzktYmIzOS00YWM3LWE3M2YtM2QxZDAyZDBlODUzIn0=?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvbG9jYXRpb25zL2NlbnRyYWx1c2V1YXAvb3BlcmF0aW9ucy9leUp3WVhKMGFYUnBiMjVKWkNJNkltWmlObVEyTWpRNExXRmpZek10TkdWa05DMWlOV1l4TFRReE9HSmtOVEExTldJNFpDSXNJbmR2Y210bWJHOTNTV1FpT2lKbVlqY3pZV0ZoWmkwMU5XRmtMVFJoTXpRdFlUUTNOeTA0TUdSak1HVXdZVFJpT1dVaUxDSjNiM0pyWm14dmQwOXdaWEpoZEdsdmJrbGtJam9pTXpkbE1EUmtOemt0WW1Jek9TMDBZV00zTFdFM00yWXRNMlF4WkRBeVpEQmxPRFV6SW4wPT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-request-id": [ + "098a27ee-4bde-4004-b639-cc91d8a0df2f" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-IIS/10.0" + ], + "X-AspNet-Version": [ + "4.0.30319" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11994" ], "x-ms-correlation-request-id": [ - "114c970f-d68b-4600-a162-0dc84fe60e17" + "9bf4e10f-12a4-47fb-b6e9-a9f09921a98b" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T184242Z:114c970f-d68b-4600-a162-0dc84fe60e17" + "WESTUS:20200623T071439Z:9bf4e10f-12a4-47fb-b6e9-a9f09921a98b" ], "Date": [ - "Wed, 03 Jul 2019 18:42:42 GMT" + "Tue, 23 Jun 2020 07:14:38 GMT" ], "Content-Length": [ - "329" + "745" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"storageSyncServiceStatus\": null,\r\n \"storageSyncServiceUid\": null\r\n },\r\n \"location\": \"Central US EUAP\",\r\n \"tags\": {},\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps7174/providers/microsoft.storagesync/storageSyncServices/sssps3946\",\r\n \"name\": \"sssps3946\",\r\n \"type\": \"microsoft.storagesync/storageSyncServices\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6ImZiNmQ2MjQ4LWFjYzMtNGVkNC1iNWYxLTQxOGJkNTA1NWI4ZCIsIndvcmtmbG93SWQiOiJmYjczYWFhZi01NWFkLTRhMzQtYTQ3Ny04MGRjMGUwYTRiOWUiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiMzdlMDRkNzktYmIzOS00YWM3LWE3M2YtM2QxZDAyZDBlODUzIn0=\",\r\n \"name\": \"eyJwYXJ0aXRpb25JZCI6ImZiNmQ2MjQ4LWFjYzMtNGVkNC1iNWYxLTQxOGJkNTA1NWI4ZCIsIndvcmtmbG93SWQiOiJmYjczYWFhZi01NWFkLTRhMzQtYTQ3Ny04MGRjMGUwYTRiOWUiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiMzdlMDRkNzktYmIzOS00YWM3LWE3M2YtM2QxZDAyZDBlODUzIn0=\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2020-06-23T07:14:30.0012814Z\",\r\n \"endTime\": \"2020-06-23T07:14:36.2608396Z\",\r\n \"properties\": {}\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps7174/providers/Microsoft.StorageSync/storageSyncServices/sssps3946/syncGroups/sgps826?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNzE3NC9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMzOTQ2L3N5bmNHcm91cHMvc2dwczgyNj9hcGktdmVyc2lvbj0yMDE5LTAzLTAx", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps2186/providers/Microsoft.StorageSync/storageSyncServices/sssps3113?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzMjE4Ni9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMzMTEzP2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-request-id": [ + "61363030-6788-41f4-ac10-67ab0362d7fe" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-IIS/10.0" + ], + "X-AspNet-Version": [ + "4.0.30319" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11993" + ], + "x-ms-correlation-request-id": [ + "545bdcac-ea64-43ae-8caf-c0ee12dd2259" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200623T071439Z:545bdcac-ea64-43ae-8caf-c0ee12dd2259" + ], + "Date": [ + "Tue, 23 Jun 2020 07:14:39 GMT" + ], + "Content-Length": [ + "633" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"properties\": {\r\n \"storageSyncServiceStatus\": 0,\r\n \"incomingTrafficPolicy\": \"AllowAllTraffic\",\r\n \"privateEndpointConnections\": [],\r\n \"provisioningState\": \"Succeeded\",\r\n \"lastWorkflowId\": \"storageSyncServices/sssps3113/workflows/fb73aaaf-55ad-4a34-a477-80dc0e0a4b9e\",\r\n \"lastOperationName\": \"ICreateStorageSyncServiceWorkflow\"\r\n },\r\n \"location\": \"Central US EUAP\",\r\n \"tags\": {},\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps2186/providers/microsoft.storagesync/storageSyncServices/sssps3113\",\r\n \"name\": \"sssps3113\",\r\n \"type\": \"microsoft.storagesync/storageSyncServices\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps2186/providers/Microsoft.StorageSync/storageSyncServices/sssps3113/syncGroups/sgps7955?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzMjE4Ni9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMzMTEzL3N5bmNHcm91cHMvc2dwczc5NTU/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", "RequestMethod": "PUT", "RequestBody": "{\r\n \"properties\": {}\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "d2b7daaf-033d-4eda-a1d6-eff7a4ef7d0f" + "abf1c970-017b-404e-bec7-0e440658489d" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -369,7 +501,7 @@ "no-cache" ], "x-ms-request-id": [ - "3ee536c7-4014-4915-ba9e-17989facc5fc" + "45291eb3-9409-47c3-9905-1240a1f14c1d" ], "X-Content-Type-Options": [ "nosniff" @@ -387,47 +519,47 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1198" + "1194" ], "x-ms-correlation-request-id": [ - "5a7a4b44-c097-4269-a088-9a1975807a2c" + "83405954-de52-4cee-a990-ed5d580865b6" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T184243Z:5a7a4b44-c097-4269-a088-9a1975807a2c" + "WESTUS:20200623T071440Z:83405954-de52-4cee-a990-ed5d580865b6" ], "Date": [ - "Wed, 03 Jul 2019 18:42:43 GMT" + "Tue, 23 Jun 2020 07:14:39 GMT" ], "Content-Length": [ - "329" + "371" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"syncGroupStatus\": \"0\",\r\n \"uniqueId\": \"09d23299-8682-45c0-9bfc-444d1cc9a2f4\"\r\n },\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps7174/providers/microsoft.storagesync/storageSyncServices/sssps3946/syncGroups/sgps826\",\r\n \"name\": \"sgps826\",\r\n \"type\": \"microsoft.storagesync/storageSyncServices/syncGroups\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"syncGroupStatus\": \"0\",\r\n \"uniqueId\": \"4f71cabc-8515-47c8-9dec-f95fa8a89474\"\r\n },\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps2186/providers/microsoft.storagesync/storageSyncServices/sssps3113/syncGroups/sgps7955\",\r\n \"name\": \"sgps7955\",\r\n \"type\": \"microsoft.storagesync/storageSyncServices/syncGroups\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps7174/providers/Microsoft.StorageSync/storageSyncServices/sssps3946/syncGroups/sgps826?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNzE3NC9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMzOTQ2L3N5bmNHcm91cHMvc2dwczgyNj9hcGktdmVyc2lvbj0yMDE5LTAzLTAx", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps2186/providers/Microsoft.StorageSync/storageSyncServices/sssps3113/syncGroups/sgps7955?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzMjE4Ni9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMzMTEzL3N5bmNHcm91cHMvc2dwczc5NTU/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "13396577-db92-47e1-ae4c-bee5ff484a91" + "31814dab-4eee-483f-929f-fff4cf40ff83" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -438,7 +570,7 @@ "no-cache" ], "x-ms-request-id": [ - "ad3fd192-0f22-4605-ba56-484e794b236f" + "2b6b1a51-49e9-4c72-8f67-af81d96f87c0" ], "X-Content-Type-Options": [ "nosniff" @@ -456,47 +588,47 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11999" + "11992" ], "x-ms-correlation-request-id": [ - "c778cd5e-2e18-4aaf-beba-afce8f68f83b" + "143f6ddd-ff93-4750-aa75-b37c6263f4dd" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T184244Z:c778cd5e-2e18-4aaf-beba-afce8f68f83b" + "WESTUS:20200623T071440Z:143f6ddd-ff93-4750-aa75-b37c6263f4dd" ], "Date": [ - "Wed, 03 Jul 2019 18:42:43 GMT" + "Tue, 23 Jun 2020 07:14:40 GMT" ], "Content-Length": [ - "329" + "371" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"syncGroupStatus\": \"0\",\r\n \"uniqueId\": \"09d23299-8682-45c0-9bfc-444d1cc9a2f4\"\r\n },\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps7174/providers/microsoft.storagesync/storageSyncServices/sssps3946/syncGroups/sgps826\",\r\n \"name\": \"sgps826\",\r\n \"type\": \"microsoft.storagesync/storageSyncServices/syncGroups\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"syncGroupStatus\": \"0\",\r\n \"uniqueId\": \"4f71cabc-8515-47c8-9dec-f95fa8a89474\"\r\n },\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps2186/providers/microsoft.storagesync/storageSyncServices/sssps3113/syncGroups/sgps7955\",\r\n \"name\": \"sgps7955\",\r\n \"type\": \"microsoft.storagesync/storageSyncServices/syncGroups\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps7174/providers/Microsoft.StorageSync/storageSyncServices/sssps3946/syncGroups/sgps826?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNzE3NC9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMzOTQ2L3N5bmNHcm91cHMvc2dwczgyNj9hcGktdmVyc2lvbj0yMDE5LTAzLTAx", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps2186/providers/Microsoft.StorageSync/storageSyncServices/sssps3113/syncGroups/sgps7955?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzMjE4Ni9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMzMTEzL3N5bmNHcm91cHMvc2dwczc5NTU/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "a7841c25-e4bf-4737-943c-e84a5cda759d" + "bb62021d-9641-4db8-8572-e8c0272d6a5b" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -507,7 +639,7 @@ "no-cache" ], "x-ms-request-id": [ - "7d7a94ee-3b98-4dc1-ac05-63848b03bc56" + "ff9ee61f-afcc-4ecd-ba92-9f91a63eb5d9" ], "X-Content-Type-Options": [ "nosniff" @@ -525,16 +657,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-deletes": [ - "14999" + "14995" ], "x-ms-correlation-request-id": [ - "d17b4ad8-c474-40c2-8cfb-2a5f8ad27d11" + "a05ad43a-af56-4fb1-baaa-719c380616ae" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T184244Z:d17b4ad8-c474-40c2-8cfb-2a5f8ad27d11" + "WESTUS:20200623T071441Z:a05ad43a-af56-4fb1-baaa-719c380616ae" ], "Date": [ - "Wed, 03 Jul 2019 18:42:44 GMT" + "Tue, 23 Jun 2020 07:14:40 GMT" ], "Expires": [ "-1" @@ -547,22 +679,22 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps7174/providers/Microsoft.StorageSync/storageSyncServices/sssps3946?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNzE3NC9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMzOTQ2P2FwaS12ZXJzaW9uPTIwMTktMDMtMDE=", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps2186/providers/Microsoft.StorageSync/storageSyncServices/sssps3113?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzMjE4Ni9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMzMTEzP2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "fe86cad4-4636-4c35-ba4f-91831c8ed624" + "44fc1ed4-c2cc-4ff2-81bc-62b64ffb3d0f" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -572,8 +704,17 @@ "Pragma": [ "no-cache" ], + "Location": [ + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6ImZiNmQ2MjQ4LWFjYzMtNGVkNC1iNWYxLTQxOGJkNTA1NWI4ZCIsIndvcmtmbG93SWQiOiJmNmNjYTJkMC1kMTgzLTQ1NDQtYTFmOC1lNTRlYjFmOWZjY2YiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiYjgwZTA3NTItNjI4My00MjdiLWEwZDAtMmI2OWE0NjAwNDBkIn0=?api-version=2020-03-01" + ], + "Retry-After": [ + "10" + ], + "Azure-AsyncOperation": [ + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6ImZiNmQ2MjQ4LWFjYzMtNGVkNC1iNWYxLTQxOGJkNTA1NWI4ZCIsIndvcmtmbG93SWQiOiJmNmNjYTJkMC1kMTgzLTQ1NDQtYTFmOC1lNTRlYjFmOWZjY2YiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiYjgwZTA3NTItNjI4My00MjdiLWEwZDAtMmI2OWE0NjAwNDBkIn0=?api-version=2020-03-01" + ], "x-ms-request-id": [ - "05912584-f2c7-410c-9164-04382dedd071" + "2641277f-fddb-434f-b76a-7418b560c86c" ], "X-Content-Type-Options": [ "nosniff" @@ -591,16 +732,139 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-deletes": [ - "14998" + "14994" + ], + "x-ms-correlation-request-id": [ + "0fd1c007-55d8-43e9-8eec-18933945b523" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200623T071441Z:0fd1c007-55d8-43e9-8eec-18933945b523" + ], + "Date": [ + "Tue, 23 Jun 2020 07:14:40 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6ImZiNmQ2MjQ4LWFjYzMtNGVkNC1iNWYxLTQxOGJkNTA1NWI4ZCIsIndvcmtmbG93SWQiOiJmNmNjYTJkMC1kMTgzLTQ1NDQtYTFmOC1lNTRlYjFmOWZjY2YiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiYjgwZTA3NTItNjI4My00MjdiLWEwZDAtMmI2OWE0NjAwNDBkIn0=?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvbG9jYXRpb25zL2NlbnRyYWx1c2V1YXAvb3BlcmF0aW9ucy9leUp3WVhKMGFYUnBiMjVKWkNJNkltWmlObVEyTWpRNExXRmpZek10TkdWa05DMWlOV1l4TFRReE9HSmtOVEExTldJNFpDSXNJbmR2Y210bWJHOTNTV1FpT2lKbU5tTmpZVEprTUMxa01UZ3pMVFExTkRRdFlURm1PQzFsTlRSbFlqRm1PV1pqWTJZaUxDSjNiM0pyWm14dmQwOXdaWEpoZEdsdmJrbGtJam9pWWpnd1pUQTNOVEl0TmpJNE15MDBNamRpTFdFd1pEQXRNbUkyT1dFME5qQXdOREJrSW4wPT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-request-id": [ + "14b30c88-bd1d-4c6d-82e2-1af9e37ee9d7" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-IIS/10.0" + ], + "X-AspNet-Version": [ + "4.0.30319" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11991" ], "x-ms-correlation-request-id": [ - "202e7db0-59b4-42c5-9644-6a335728bf08" + "71cdbdc6-f336-4781-a2c0-af38aa9fe96e" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T184245Z:202e7db0-59b4-42c5-9644-6a335728bf08" + "WESTUS:20200623T071451Z:71cdbdc6-f336-4781-a2c0-af38aa9fe96e" ], "Date": [ - "Wed, 03 Jul 2019 18:42:45 GMT" + "Tue, 23 Jun 2020 07:14:50 GMT" + ], + "Content-Length": [ + "744" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6ImZiNmQ2MjQ4LWFjYzMtNGVkNC1iNWYxLTQxOGJkNTA1NWI4ZCIsIndvcmtmbG93SWQiOiJmNmNjYTJkMC1kMTgzLTQ1NDQtYTFmOC1lNTRlYjFmOWZjY2YiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiYjgwZTA3NTItNjI4My00MjdiLWEwZDAtMmI2OWE0NjAwNDBkIn0=\",\r\n \"name\": \"eyJwYXJ0aXRpb25JZCI6ImZiNmQ2MjQ4LWFjYzMtNGVkNC1iNWYxLTQxOGJkNTA1NWI4ZCIsIndvcmtmbG93SWQiOiJmNmNjYTJkMC1kMTgzLTQ1NDQtYTFmOC1lNTRlYjFmOWZjY2YiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiYjgwZTA3NTItNjI4My00MjdiLWEwZDAtMmI2OWE0NjAwNDBkIn0=\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2020-06-23T07:14:41.690966Z\",\r\n \"endTime\": \"2020-06-23T07:14:47.2056683Z\",\r\n \"properties\": {}\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6ImZiNmQ2MjQ4LWFjYzMtNGVkNC1iNWYxLTQxOGJkNTA1NWI4ZCIsIndvcmtmbG93SWQiOiJmNmNjYTJkMC1kMTgzLTQ1NDQtYTFmOC1lNTRlYjFmOWZjY2YiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiYjgwZTA3NTItNjI4My00MjdiLWEwZDAtMmI2OWE0NjAwNDBkIn0=?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvbG9jYXRpb25zL2NlbnRyYWx1c2V1YXAvb3BlcmF0aW9ucmVzdWx0cy9leUp3WVhKMGFYUnBiMjVKWkNJNkltWmlObVEyTWpRNExXRmpZek10TkdWa05DMWlOV1l4TFRReE9HSmtOVEExTldJNFpDSXNJbmR2Y210bWJHOTNTV1FpT2lKbU5tTmpZVEprTUMxa01UZ3pMVFExTkRRdFlURm1PQzFsTlRSbFlqRm1PV1pqWTJZaUxDSjNiM0pyWm14dmQwOXdaWEpoZEdsdmJrbGtJam9pWWpnd1pUQTNOVEl0TmpJNE15MDBNamRpTFdFd1pEQXRNbUkyT1dFME5qQXdOREJrSW4wPT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-request-id": [ + "2406070f-71f0-4278-8b45-9a10e77f7f73" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-IIS/10.0" + ], + "X-AspNet-Version": [ + "4.0.30319" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11990" + ], + "x-ms-correlation-request-id": [ + "976cd641-8868-4e21-8954-c7cbd5f360fd" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200623T071452Z:976cd641-8868-4e21-8954-c7cbd5f360fd" + ], + "Date": [ + "Tue, 23 Jun 2020 07:14:51 GMT" ], "Expires": [ "-1" @@ -613,22 +877,22 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps7174/providers/Microsoft.StorageSync/storageSyncServices?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNzE3NC9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXM/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps2186/providers/Microsoft.StorageSync/storageSyncServices?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzMjE4Ni9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXM/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "17b437e7-03cc-4f9d-8aa1-304e6e735993" + "cdf5fd11-10f2-46d2-9822-cb6d785d1065" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -638,57 +902,66 @@ "Pragma": [ "no-cache" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11998" - ], "x-ms-request-id": [ - "2692d69f-8e81-44d5-8a8a-d1c1149234a8" - ], - "x-ms-correlation-request-id": [ - "2692d69f-8e81-44d5-8a8a-d1c1149234a8" + "c52f7025-8787-49c5-92b7-6c14c56555ec" ], - "x-ms-routing-request-id": [ - "WESTUS:20190703T184245Z:2692d69f-8e81-44d5-8a8a-d1c1149234a8" + "X-Content-Type-Options": [ + "nosniff" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Content-Type-Options": [ - "nosniff" + "Server": [ + "Microsoft-IIS/10.0" + ], + "X-AspNet-Version": [ + "4.0.30319" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11989" + ], + "x-ms-correlation-request-id": [ + "1523fa1f-a36d-4e46-a494-8f1a60e9362e" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200623T071452Z:1523fa1f-a36d-4e46-a494-8f1a60e9362e" ], "Date": [ - "Wed, 03 Jul 2019 18:42:45 GMT" + "Tue, 23 Jun 2020 07:14:51 GMT" + ], + "Content-Length": [ + "19" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" - ], - "Content-Length": [ - "12" ] }, "ResponseBody": "{\r\n \"value\": []\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourcegroups/ps7174?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlZ3JvdXBzL3BzNzE3ND9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourcegroups/ps2186?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlZ3JvdXBzL3BzMjE4Nj9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "9170cd70-b7b4-4d85-b94d-1f6e8fc1d905" + "c76e5d35-7ce5-4f29-84d2-94f5f8b7518a" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -699,22 +972,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzcxNzQtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzIxODYtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-deletes": [ - "14997" + "14993" ], "x-ms-request-id": [ - "e93711b0-5d98-4d34-a18c-4ab756517052" + "48556df1-a40c-4152-990a-522a37693dd2" ], "x-ms-correlation-request-id": [ - "e93711b0-5d98-4d34-a18c-4ab756517052" + "48556df1-a40c-4152-990a-522a37693dd2" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T184246Z:e93711b0-5d98-4d34-a18c-4ab756517052" + "WESTUS:20200623T071452Z:48556df1-a40c-4152-990a-522a37693dd2" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -723,7 +996,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 18:42:46 GMT" + "Tue, 23 Jun 2020 07:14:51 GMT" ], "Expires": [ "-1" @@ -736,16 +1009,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzcxNzQtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpjeE56UXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzIxODYtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpJeE9EWXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -756,22 +1029,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzcxNzQtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzIxODYtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11997" + "11988" ], "x-ms-request-id": [ - "b62a150e-ee6a-46c2-9b6e-1285d6f6f831" + "5d0dc1a1-15ab-450b-ba5f-0f9c94224aaf" ], "x-ms-correlation-request-id": [ - "b62a150e-ee6a-46c2-9b6e-1285d6f6f831" + "5d0dc1a1-15ab-450b-ba5f-0f9c94224aaf" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T184302Z:b62a150e-ee6a-46c2-9b6e-1285d6f6f831" + "WESTUS:20200623T071507Z:5d0dc1a1-15ab-450b-ba5f-0f9c94224aaf" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -780,7 +1053,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 18:43:01 GMT" + "Tue, 23 Jun 2020 07:15:06 GMT" ], "Expires": [ "-1" @@ -793,16 +1066,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzcxNzQtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpjeE56UXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzIxODYtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpJeE9EWXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -813,22 +1086,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzcxNzQtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzIxODYtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11996" + "11987" ], "x-ms-request-id": [ - "5a83e6b1-10b0-409e-ab14-ea3e71132ccc" + "50831960-0f1d-4c07-bf92-834e023dbebd" ], "x-ms-correlation-request-id": [ - "5a83e6b1-10b0-409e-ab14-ea3e71132ccc" + "50831960-0f1d-4c07-bf92-834e023dbebd" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T184317Z:5a83e6b1-10b0-409e-ab14-ea3e71132ccc" + "WESTUS:20200623T071522Z:50831960-0f1d-4c07-bf92-834e023dbebd" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -837,7 +1110,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 18:43:16 GMT" + "Tue, 23 Jun 2020 07:15:22 GMT" ], "Expires": [ "-1" @@ -850,16 +1123,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzcxNzQtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpjeE56UXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzIxODYtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpJeE9EWXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -870,16 +1143,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11995" + "11986" ], "x-ms-request-id": [ - "9ad9dc9d-f0bc-4e24-89b0-ce25295f3bd1" + "bd08e9ab-dfda-4072-8d87-29ddb3fce859" ], "x-ms-correlation-request-id": [ - "9ad9dc9d-f0bc-4e24-89b0-ce25295f3bd1" + "bd08e9ab-dfda-4072-8d87-29ddb3fce859" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T184332Z:9ad9dc9d-f0bc-4e24-89b0-ce25295f3bd1" + "WESTUS:20200623T071537Z:bd08e9ab-dfda-4072-8d87-29ddb3fce859" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -888,7 +1161,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 18:43:31 GMT" + "Tue, 23 Jun 2020 07:15:37 GMT" ], "Expires": [ "-1" @@ -901,16 +1174,16 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzcxNzQtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpjeE56UXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzIxODYtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpJeE9EWXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -921,16 +1194,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11994" + "11985" ], "x-ms-request-id": [ - "3eecd5a2-7cb7-450d-ace3-a6db0c1b2f6a" + "5f1fea7a-727b-4bf2-be10-774afaedbb7b" ], "x-ms-correlation-request-id": [ - "3eecd5a2-7cb7-450d-ace3-a6db0c1b2f6a" + "5f1fea7a-727b-4bf2-be10-774afaedbb7b" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T184332Z:3eecd5a2-7cb7-450d-ace3-a6db0c1b2f6a" + "WESTUS:20200623T071537Z:5f1fea7a-727b-4bf2-be10-774afaedbb7b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -939,7 +1212,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 18:43:31 GMT" + "Tue, 23 Jun 2020 07:15:37 GMT" ], "Expires": [ "-1" @@ -954,14 +1227,14 @@ ], "Names": { "Test-GetSyncGroupParentResourceId": [ - "ps7174", - "ps3946", - "ps826" + "ps2186", + "ps3113", + "ps7955" ] }, "Variables": { - "SubscriptionId": "7b96cb02-4663-40f4-9a89-603d3849e46a", - "TenantId": "0483643a-cb2f-462a-bc27-1a270e5bdc0a", + "SubscriptionId": "1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b", + "TenantId": "6ad91d65-65ab-4e14-90f7-fe951035b7c9", "Domain": "" } } \ No newline at end of file diff --git a/src/StorageSync/StorageSync.Test/SessionRecords/StorageSyncTests.SyncGroupTests/TestGetSyncGroups.json b/src/StorageSync/StorageSync.Test/SessionRecords/StorageSyncTests.SyncGroupTests/TestGetSyncGroups.json index a4bd6ae3e9bb..eab8459b05a4 100644 --- a/src/StorageSync/StorageSync.Test/SessionRecords/StorageSyncTests.SyncGroupTests/TestGetSyncGroups.json +++ b/src/StorageSync/StorageSync.Test/SessionRecords/StorageSyncTests.SyncGroupTests/TestGetSyncGroups.json @@ -1,22 +1,22 @@ { "Entries": [ { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/providers/Microsoft.Resources?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVzb3VyY2VzP2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/Microsoft.Resources?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVzb3VyY2VzP2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "dd4a0ec4-e223-4b6e-a594-89547804e232" + "1a6c93ba-0c92-4e6f-9f08-642b0e9d2908" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -30,13 +30,13 @@ "11999" ], "x-ms-request-id": [ - "eaaab1c2-be80-4224-abd1-12d0282b878d" + "fe76f14a-8ec7-4991-9d15-5a8adbe6c950" ], "x-ms-correlation-request-id": [ - "eaaab1c2-be80-4224-abd1-12d0282b878d" + "fe76f14a-8ec7-4991-9d15-5a8adbe6c950" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T184144Z:eaaab1c2-be80-4224-abd1-12d0282b878d" + "WESTUS:20200623T071314Z:fe76f14a-8ec7-4991-9d15-5a8adbe6c950" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -45,7 +45,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 18:41:43 GMT" + "Tue, 23 Jun 2020 07:13:13 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -54,29 +54,29 @@ "-1" ], "Content-Length": [ - "8818" + "10899" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/providers/Microsoft.Resources\",\r\n \"namespace\": \"Microsoft.Resources\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"tenants\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operationresults\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"notifyResourceJobs\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"tags\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkPolicyCompliance\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"providers\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkresourcename\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resources\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/resources\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/providers\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/operationresults\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceGroups\",\r\n \"locations\": [\r\n \"Central US\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"West Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia Southeast\",\r\n \"Australia East\",\r\n \"West India\",\r\n \"South India\",\r\n \"Central India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/resourceGroups\",\r\n \"locations\": [\r\n \"Central US\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"West Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia Southeast\",\r\n \"Australia East\",\r\n \"West India\",\r\n \"South India\",\r\n \"Central India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/resourcegroups/resources\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/tagnames\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/tagNames/tagValues\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"deployments\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"deployments/operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"links\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-01-01\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/Microsoft.Resources\",\r\n \"namespace\": \"Microsoft.Resources\",\r\n \"authorization\": {\r\n \"applicationId\": \"3b990c8b-9607-4c2a-8b04-1d41985facca\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"tenants\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-01-01\",\r\n \"2019-09-01\",\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-09-01\",\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operationresults\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-09-01\",\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"notifyResourceJobs\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-09-01\",\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"tags\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-10-01\",\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\"\r\n ],\r\n \"capabilities\": \"SupportsExtension\"\r\n },\r\n {\r\n \"resourceType\": \"checkPolicyCompliance\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"providers\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkresourcename\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"calculateTemplateHash\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-09-01\",\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resources\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-09-01\",\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-10-01\",\r\n \"2019-09-01\",\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/resources\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-09-01\",\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/providers\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/operationresults\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceGroups\",\r\n \"locations\": [\r\n \"Central US\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"West Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia Southeast\",\r\n \"Australia East\",\r\n \"West India\",\r\n \"South India\",\r\n \"Central India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Australia Central\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/resourceGroups\",\r\n \"locations\": [\r\n \"Central US\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"West Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia Southeast\",\r\n \"Australia East\",\r\n \"West India\",\r\n \"South India\",\r\n \"Central India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Australia Central\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/resourcegroups/resources\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/tagnames\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/tagNames/tagValues\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"deployments\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-09-01\",\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"deployments/operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-09-01\",\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"links\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ],\r\n \"capabilities\": \"SupportsExtension\"\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-01-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"deploymentScripts\",\r\n \"locations\": [\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Australia East\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"Central US\",\r\n \"North Central US\",\r\n \"UK South\",\r\n \"Central India\",\r\n \"South India\",\r\n \"Japan East\",\r\n \"Korea Central\",\r\n \"North Europe\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West US 2\",\r\n \"West US\",\r\n \"South Central US\",\r\n \"Canada East\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-10-01-preview\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"deploymentScripts/logs\",\r\n \"locations\": [\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Australia East\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"Central US\",\r\n \"North Central US\",\r\n \"UK South\",\r\n \"Central India\",\r\n \"South India\",\r\n \"Japan East\",\r\n \"Korea Central\",\r\n \"North Europe\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West US 2\",\r\n \"West US\",\r\n \"South Central US\",\r\n \"Canada East\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/deploymentScriptOperationResults\",\r\n \"locations\": [\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Australia East\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"Central US\",\r\n \"North Central US\",\r\n \"UK South\",\r\n \"Central India\",\r\n \"South India\",\r\n \"Japan East\",\r\n \"Korea Central\",\r\n \"North Europe\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West US 2\",\r\n \"West US\",\r\n \"South Central US\",\r\n \"Canada East\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-10-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/providers/Microsoft.StorageSync?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZVN5bmM/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/Microsoft.StorageSync?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZVN5bmM/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "86eb08a3-77a2-4910-be14-96c7f2ced07c" + "3a90adba-6bc1-43b1-9edf-2befad8d238b" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -90,13 +90,13 @@ "11998" ], "x-ms-request-id": [ - "04e77ceb-e0fb-41ef-bdce-2a7e9f95f4b6" + "61c3c669-0941-4125-8df4-2af5e0baddd4" ], "x-ms-correlation-request-id": [ - "04e77ceb-e0fb-41ef-bdce-2a7e9f95f4b6" + "61c3c669-0941-4125-8df4-2af5e0baddd4" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T184144Z:04e77ceb-e0fb-41ef-bdce-2a7e9f95f4b6" + "WESTUS:20200623T071314Z:61c3c669-0941-4125-8df4-2af5e0baddd4" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -105,7 +105,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 18:41:43 GMT" + "Tue, 23 Jun 2020 07:13:13 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -114,29 +114,29 @@ "-1" ], "Content-Length": [ - "5239" + "7645" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/providers/Microsoft.StorageSync\",\r\n \"namespace\": \"Microsoft.StorageSync\",\r\n \"authorizations\": [\r\n {\r\n \"applicationId\": \"9469b9f5-6722-4481-a2b2-14ed560b706f\"\r\n }\r\n ],\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageSyncServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"Central US EUAP\",\r\n \"West US 2\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\",\r\n \"2018-01-01-preview\",\r\n \"2017-06-05-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"storageSyncServices/syncGroups\",\r\n \"locations\": [\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"Central US EUAP\",\r\n \"West US 2\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\",\r\n \"2018-01-01-preview\",\r\n \"2017-06-05-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageSyncServices/syncGroups/cloudEndpoints\",\r\n \"locations\": [\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"Central US EUAP\",\r\n \"West US 2\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\",\r\n \"2018-01-01-preview\",\r\n \"2017-06-05-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageSyncServices/syncGroups/serverEndpoints\",\r\n \"locations\": [\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"Central US EUAP\",\r\n \"West US 2\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\",\r\n \"2018-01-01-preview\",\r\n \"2017-06-05-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageSyncServices/registeredServers\",\r\n \"locations\": [\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"Central US EUAP\",\r\n \"West US 2\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\",\r\n \"2018-01-01-preview\",\r\n \"2017-06-05-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageSyncServices/workflows\",\r\n \"locations\": [\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"Central US EUAP\",\r\n \"West US 2\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\",\r\n \"2018-01-01-preview\",\r\n \"2017-06-05-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\",\r\n \"2018-01-01-preview\",\r\n \"2017-06-05-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/checkNameAvailability\",\r\n \"locations\": [\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/workflows\",\r\n \"locations\": [\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/Microsoft.StorageSync\",\r\n \"namespace\": \"Microsoft.StorageSync\",\r\n \"authorizations\": [\r\n {\r\n \"applicationId\": \"9469b9f5-6722-4481-a2b2-14ed560b706f\",\r\n \"roleDefinitionId\": \"4cd49d82-1f4d-43fc-af0c-1c1203668e5a\"\r\n }\r\n ],\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageSyncServices\",\r\n \"locations\": [\r\n \"West Central US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"West US 2\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"UAE North\",\r\n \"UAE Central\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2019-10-01\",\r\n \"2019-06-01\",\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\",\r\n \"2018-01-01-preview\",\r\n \"2017-06-05-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"storageSyncServices/syncGroups\",\r\n \"locations\": [\r\n \"West Central US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"West US 2\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"UAE North\",\r\n \"UAE Central\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2019-10-01\",\r\n \"2019-06-01\",\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\",\r\n \"2018-01-01-preview\",\r\n \"2017-06-05-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageSyncServices/syncGroups/cloudEndpoints\",\r\n \"locations\": [\r\n \"West Central US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"West US 2\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"UAE North\",\r\n \"UAE Central\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2019-10-01\",\r\n \"2019-06-01\",\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\",\r\n \"2018-01-01-preview\",\r\n \"2017-06-05-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageSyncServices/syncGroups/serverEndpoints\",\r\n \"locations\": [\r\n \"West Central US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"West US 2\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"UAE North\",\r\n \"UAE Central\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2019-10-01\",\r\n \"2019-06-01\",\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\",\r\n \"2018-01-01-preview\",\r\n \"2017-06-05-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageSyncServices/registeredServers\",\r\n \"locations\": [\r\n \"West Central US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"West US 2\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"UAE North\",\r\n \"UAE Central\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2019-10-01\",\r\n \"2019-06-01\",\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\",\r\n \"2018-01-01-preview\",\r\n \"2017-06-05-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageSyncServices/workflows\",\r\n \"locations\": [\r\n \"West Central US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"West US 2\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"UAE North\",\r\n \"UAE Central\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2019-10-01\",\r\n \"2019-06-01\",\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\",\r\n \"2018-01-01-preview\",\r\n \"2017-06-05-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2019-10-01\",\r\n \"2019-06-01\",\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\",\r\n \"2018-01-01-preview\",\r\n \"2017-06-05-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2019-10-01\",\r\n \"2019-06-01\",\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/checkNameAvailability\",\r\n \"locations\": [\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"UAE North\",\r\n \"UAE Central\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2019-10-01\",\r\n \"2019-06-01\",\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/workflows\",\r\n \"locations\": [\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"UAE North\",\r\n \"UAE Central\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2019-10-01\",\r\n \"2019-06-01\",\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operations\",\r\n \"locations\": [\r\n \"West Central US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"West US 2\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"UAE North\",\r\n \"UAE Central\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operationResults\",\r\n \"locations\": [\r\n \"West Central US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"West US 2\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"UAE North\",\r\n \"UAE Central\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourcegroups/ps2919?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlZ3JvdXBzL3BzMjkxOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourcegroups/ps9936?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlZ3JvdXBzL3BzOTkzNj9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "037d92d6-61a4-4a61-a7d8-d036b107368b" + "04a144fd-8d0a-4e17-8a55-58a56760fc40" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ], "Content-Type": [ "application/json; charset=utf-8" @@ -156,13 +156,13 @@ "1199" ], "x-ms-request-id": [ - "db79c5bb-158a-4f66-b92b-cc5fd7e8afaf" + "c5ab7c0b-4d30-4fe0-8f4a-c0b748ae4b5c" ], "x-ms-correlation-request-id": [ - "db79c5bb-158a-4f66-b92b-cc5fd7e8afaf" + "c5ab7c0b-4d30-4fe0-8f4a-c0b748ae4b5c" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T184146Z:db79c5bb-158a-4f66-b92b-cc5fd7e8afaf" + "WESTUS:20200623T071314Z:c5ab7c0b-4d30-4fe0-8f4a-c0b748ae4b5c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -171,7 +171,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 18:41:45 GMT" + "Tue, 23 Jun 2020 07:13:13 GMT" ], "Content-Length": [ "165" @@ -183,26 +183,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps2919\",\r\n \"name\": \"ps2919\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps9936\",\r\n \"name\": \"ps9936\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/providers/Microsoft.StorageSync/locations/CentralUSEUAP/checkNameAvailability?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZVN5bmMvbG9jYXRpb25zL0NlbnRyYWxVU0VVQVAvY2hlY2tOYW1lQXZhaWxhYmlsaXR5P2FwaS12ZXJzaW9uPTIwMTktMDMtMDE=", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/Microsoft.StorageSync/locations/CentralUSEUAP/checkNameAvailability?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZVN5bmMvbG9jYXRpb25zL0NlbnRyYWxVU0VVQVAvY2hlY2tOYW1lQXZhaWxhYmlsaXR5P2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", "RequestMethod": "POST", - "RequestBody": "{\r\n \"name\": \"sssps4834\",\r\n \"type\": \"Microsoft.StorageSync/storageSyncServices\"\r\n}", + "RequestBody": "{\r\n \"name\": \"sssps3680\",\r\n \"type\": \"Microsoft.StorageSync/storageSyncServices\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "05bc421a-107b-4a71-affd-6c0f77fc1f10" + "808964ec-c282-4529-a31f-4c8684025cd8" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -219,7 +219,7 @@ "no-cache" ], "x-ms-request-id": [ - "2fcc9a3f-c975-45f8-acfa-0d41628c8c7b" + "97973197-54fd-4bb3-9d19-7eed2d0b66cd" ], "X-Content-Type-Options": [ "nosniff" @@ -240,50 +240,50 @@ "1199" ], "x-ms-correlation-request-id": [ - "5bf9dc08-6286-4ed3-9ae7-e28ae231d1bb" + "6e483ca4-eee0-4045-b2e3-caaabf3b12fe" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T184147Z:5bf9dc08-6286-4ed3-9ae7-e28ae231d1bb" + "WESTUS:20200623T071315Z:6e483ca4-eee0-4045-b2e3-caaabf3b12fe" ], "Date": [ - "Wed, 03 Jul 2019 18:41:46 GMT" + "Tue, 23 Jun 2020 07:13:15 GMT" ], "Content-Length": [ - "51" + "29" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"nameAvailable\": true,\r\n \"reason\": null,\r\n \"message\": null\r\n}", + "ResponseBody": "{\r\n \"nameAvailable\": true\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps2919/providers/Microsoft.StorageSync/storageSyncServices/sssps4834?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzMjkxOS9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM0ODM0P2FwaS12ZXJzaW9uPTIwMTktMDMtMDE=", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps9936/providers/Microsoft.StorageSync/storageSyncServices/sssps3680?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzOTkzNi9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMzNjgwP2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"location\": \"Central US EUAP\",\r\n \"tags\": {}\r\n}", + "RequestBody": "{\r\n \"location\": \"Central US EUAP\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"incomingTrafficPolicy\": \"AllowAllTraffic\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "0235bd56-b3ec-4a02-9aa0-ef986a451ea1" + "07683065-4b3e-4bb9-a9fa-6080d70eb739" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "52" + "125" ] }, "ResponseHeaders": { @@ -293,8 +293,17 @@ "Pragma": [ "no-cache" ], + "Location": [ + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6ImI5YWViMzUxLWFmYWMtNDgwYy1hNzE5LWIzMGNiODYwMzJjYSIsIndvcmtmbG93SWQiOiIwN2ZhNjk5Mi03Njk0LTQyODQtOWExMC04NmU1YjZlOTM4NjMiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiOTA5ZTA4ZTUtMTNjZi00ODQzLTk3MzEtMzhiYzhkNTVlMDJlIn0=?api-version=2020-03-01" + ], + "Retry-After": [ + "10" + ], + "Azure-AsyncOperation": [ + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6ImI5YWViMzUxLWFmYWMtNDgwYy1hNzE5LWIzMGNiODYwMzJjYSIsIndvcmtmbG93SWQiOiIwN2ZhNjk5Mi03Njk0LTQyODQtOWExMC04NmU1YjZlOTM4NjMiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiOTA5ZTA4ZTUtMTNjZi00ODQzLTk3MzEtMzhiYzhkNTVlMDJlIn0=?api-version=2020-03-01" + ], "x-ms-request-id": [ - "0a24b337-c01f-412c-8848-8f7027bb4dba" + "c416b62e-5c9a-46c1-9167-23e5818201a5" ], "X-Content-Type-Options": [ "nosniff" @@ -315,44 +324,167 @@ "1199" ], "x-ms-correlation-request-id": [ - "527dd88e-7959-4311-8615-38bd723bf70d" + "32861b2d-fa50-45e9-9f0a-00c792ba0d1a" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T184147Z:527dd88e-7959-4311-8615-38bd723bf70d" + "WESTUS:20200623T071316Z:32861b2d-fa50-45e9-9f0a-00c792ba0d1a" ], "Date": [ - "Wed, 03 Jul 2019 18:41:47 GMT" + "Tue, 23 Jun 2020 07:13:16 GMT" + ], + "Expires": [ + "-1" ], "Content-Length": [ - "329" + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6ImI5YWViMzUxLWFmYWMtNDgwYy1hNzE5LWIzMGNiODYwMzJjYSIsIndvcmtmbG93SWQiOiIwN2ZhNjk5Mi03Njk0LTQyODQtOWExMC04NmU1YjZlOTM4NjMiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiOTA5ZTA4ZTUtMTNjZi00ODQzLTk3MzEtMzhiYzhkNTVlMDJlIn0=?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvbG9jYXRpb25zL2NlbnRyYWx1c2V1YXAvb3BlcmF0aW9ucy9leUp3WVhKMGFYUnBiMjVKWkNJNkltSTVZV1ZpTXpVeExXRm1ZV010TkRnd1l5MWhOekU1TFdJek1HTmlPRFl3TXpKallTSXNJbmR2Y210bWJHOTNTV1FpT2lJd04yWmhOams1TWkwM05qazBMVFF5T0RRdE9XRXhNQzA0Tm1VMVlqWmxPVE00TmpNaUxDSjNiM0pyWm14dmQwOXdaWEpoZEdsdmJrbGtJam9pT1RBNVpUQTRaVFV0TVROalppMDBPRFF6TFRrM016RXRNemhpWXpoa05UVmxNREpsSW4wPT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-request-id": [ + "456c96ec-aa92-4da5-ba03-1f4287a12604" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-IIS/10.0" + ], + "X-AspNet-Version": [ + "4.0.30319" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11998" + ], + "x-ms-correlation-request-id": [ + "35118fab-a54e-4d32-980b-521f2024fcdb" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200623T071326Z:35118fab-a54e-4d32-980b-521f2024fcdb" + ], + "Date": [ + "Tue, 23 Jun 2020 07:13:26 GMT" + ], + "Content-Length": [ + "744" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"storageSyncServiceStatus\": null,\r\n \"storageSyncServiceUid\": null\r\n },\r\n \"location\": \"Central US EUAP\",\r\n \"tags\": {},\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps2919/providers/microsoft.storagesync/storageSyncServices/sssps4834\",\r\n \"name\": \"sssps4834\",\r\n \"type\": \"microsoft.storagesync/storageSyncServices\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6ImI5YWViMzUxLWFmYWMtNDgwYy1hNzE5LWIzMGNiODYwMzJjYSIsIndvcmtmbG93SWQiOiIwN2ZhNjk5Mi03Njk0LTQyODQtOWExMC04NmU1YjZlOTM4NjMiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiOTA5ZTA4ZTUtMTNjZi00ODQzLTk3MzEtMzhiYzhkNTVlMDJlIn0=\",\r\n \"name\": \"eyJwYXJ0aXRpb25JZCI6ImI5YWViMzUxLWFmYWMtNDgwYy1hNzE5LWIzMGNiODYwMzJjYSIsIndvcmtmbG93SWQiOiIwN2ZhNjk5Mi03Njk0LTQyODQtOWExMC04NmU1YjZlOTM4NjMiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiOTA5ZTA4ZTUtMTNjZi00ODQzLTk3MzEtMzhiYzhkNTVlMDJlIn0=\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2020-06-23T07:13:17.2013346Z\",\r\n \"endTime\": \"2020-06-23T07:13:23.434359Z\",\r\n \"properties\": {}\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps2919/providers/Microsoft.StorageSync/storageSyncServices/sssps4834/syncGroups/sgps1892?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzMjkxOS9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM0ODM0L3N5bmNHcm91cHMvc2dwczE4OTI/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps9936/providers/Microsoft.StorageSync/storageSyncServices/sssps3680?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzOTkzNi9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMzNjgwP2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-request-id": [ + "b4200929-a68f-46b8-8d17-00321c17ca83" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-IIS/10.0" + ], + "X-AspNet-Version": [ + "4.0.30319" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11997" + ], + "x-ms-correlation-request-id": [ + "92c56c75-2264-43fc-9627-ab2b0d12795b" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200623T071327Z:92c56c75-2264-43fc-9627-ab2b0d12795b" + ], + "Date": [ + "Tue, 23 Jun 2020 07:13:26 GMT" + ], + "Content-Length": [ + "633" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"properties\": {\r\n \"storageSyncServiceStatus\": 0,\r\n \"incomingTrafficPolicy\": \"AllowAllTraffic\",\r\n \"privateEndpointConnections\": [],\r\n \"provisioningState\": \"Succeeded\",\r\n \"lastWorkflowId\": \"storageSyncServices/sssps3680/workflows/07fa6992-7694-4284-9a10-86e5b6e93863\",\r\n \"lastOperationName\": \"ICreateStorageSyncServiceWorkflow\"\r\n },\r\n \"location\": \"Central US EUAP\",\r\n \"tags\": {},\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps9936/providers/microsoft.storagesync/storageSyncServices/sssps3680\",\r\n \"name\": \"sssps3680\",\r\n \"type\": \"microsoft.storagesync/storageSyncServices\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps9936/providers/Microsoft.StorageSync/storageSyncServices/sssps3680/syncGroups/sgps4689?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzOTkzNi9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMzNjgwL3N5bmNHcm91cHMvc2dwczQ2ODk/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", "RequestMethod": "PUT", "RequestBody": "{\r\n \"properties\": {}\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "f6ff661c-b9ec-4b8b-8407-d4b63164e090" + "a1eae522-a005-4ffa-b519-301476503947" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -369,7 +501,7 @@ "no-cache" ], "x-ms-request-id": [ - "ebf807fd-202a-4a69-849e-3ac0125363c8" + "f4e5e63b-1e79-42c0-b7ba-6a09ec3777ba" ], "X-Content-Type-Options": [ "nosniff" @@ -390,44 +522,44 @@ "1198" ], "x-ms-correlation-request-id": [ - "58445680-f729-41ba-a2b6-360d8335df8c" + "f80938b9-f1dc-46cb-b241-a3dc26c2f800" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T184149Z:58445680-f729-41ba-a2b6-360d8335df8c" + "WESTUS:20200623T071327Z:f80938b9-f1dc-46cb-b241-a3dc26c2f800" ], "Date": [ - "Wed, 03 Jul 2019 18:41:48 GMT" + "Tue, 23 Jun 2020 07:13:27 GMT" ], "Content-Length": [ - "331" + "371" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"syncGroupStatus\": \"0\",\r\n \"uniqueId\": \"cf5a2e02-61c1-4d4c-ab01-22414ad5e567\"\r\n },\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps2919/providers/microsoft.storagesync/storageSyncServices/sssps4834/syncGroups/sgps1892\",\r\n \"name\": \"sgps1892\",\r\n \"type\": \"microsoft.storagesync/storageSyncServices/syncGroups\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"syncGroupStatus\": \"0\",\r\n \"uniqueId\": \"abc3ca3f-9098-47d7-afc7-f34824e973a5\"\r\n },\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps9936/providers/microsoft.storagesync/storageSyncServices/sssps3680/syncGroups/sgps4689\",\r\n \"name\": \"sgps4689\",\r\n \"type\": \"microsoft.storagesync/storageSyncServices/syncGroups\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps2919/providers/Microsoft.StorageSync/storageSyncServices/sssps4834/syncGroups?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzMjkxOS9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM0ODM0L3N5bmNHcm91cHM/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps9936/providers/Microsoft.StorageSync/storageSyncServices/sssps3680/syncGroups?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzOTkzNi9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMzNjgwL3N5bmNHcm91cHM/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "d1e5dbec-a28b-420a-a29f-122fce174c12" + "b44da1f5-0594-4cca-b905-eca91c19a50a" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -438,7 +570,7 @@ "no-cache" ], "x-ms-request-id": [ - "4a6a9ccf-ab57-47bb-8ba8-b3fa8061ba7f" + "e817b68a-5298-45ec-907d-0038641d648c" ], "X-Content-Type-Options": [ "nosniff" @@ -456,47 +588,47 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11999" + "11996" ], "x-ms-correlation-request-id": [ - "f49e1062-757e-47f0-8878-02941cf6a681" + "f27eb02d-57bf-4929-b392-24c4fd03e190" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T184149Z:f49e1062-757e-47f0-8878-02941cf6a681" + "WESTUS:20200623T071328Z:f27eb02d-57bf-4929-b392-24c4fd03e190" ], "Date": [ - "Wed, 03 Jul 2019 18:41:48 GMT" + "Tue, 23 Jun 2020 07:13:27 GMT" ], "Content-Length": [ - "343" + "432" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"properties\": {\r\n \"syncGroupStatus\": \"0\",\r\n \"uniqueId\": \"cf5a2e02-61c1-4d4c-ab01-22414ad5e567\"\r\n },\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps2919/providers/microsoft.storagesync/storageSyncServices/sssps4834/syncGroups/sgps1892\",\r\n \"name\": \"sgps1892\",\r\n \"type\": \"microsoft.storagesync/storageSyncServices/syncGroups\"\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"properties\": {\r\n \"syncGroupStatus\": \"0\",\r\n \"uniqueId\": \"abc3ca3f-9098-47d7-afc7-f34824e973a5\"\r\n },\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps9936/providers/microsoft.storagesync/storageSyncServices/sssps3680/syncGroups/sgps4689\",\r\n \"name\": \"sgps4689\",\r\n \"type\": \"microsoft.storagesync/storageSyncServices/syncGroups\"\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps2919/providers/Microsoft.StorageSync/storageSyncServices/sssps4834/syncGroups/sgps1892?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzMjkxOS9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM0ODM0L3N5bmNHcm91cHMvc2dwczE4OTI/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps9936/providers/Microsoft.StorageSync/storageSyncServices/sssps3680/syncGroups/sgps4689?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzOTkzNi9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMzNjgwL3N5bmNHcm91cHMvc2dwczQ2ODk/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "c80e3c61-9ac7-4997-bf5f-a1dbdc34cfad" + "226dcf32-3ace-416a-9624-40688ba6f3fa" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -507,7 +639,7 @@ "no-cache" ], "x-ms-request-id": [ - "1a41f0fd-aaab-4130-8563-fc147127b82d" + "e3e6a1dc-b3a2-4bde-a923-9c4ca9ef0f58" ], "X-Content-Type-Options": [ "nosniff" @@ -528,13 +660,13 @@ "14999" ], "x-ms-correlation-request-id": [ - "ab508e2e-f3b3-4916-a23e-b09240f8ec3c" + "298e0764-a3fc-42b0-b1df-9d25d2d7cac0" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T184150Z:ab508e2e-f3b3-4916-a23e-b09240f8ec3c" + "WESTUS:20200623T071328Z:298e0764-a3fc-42b0-b1df-9d25d2d7cac0" ], "Date": [ - "Wed, 03 Jul 2019 18:41:49 GMT" + "Tue, 23 Jun 2020 07:13:28 GMT" ], "Expires": [ "-1" @@ -547,22 +679,22 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps2919/providers/Microsoft.StorageSync/storageSyncServices/sssps4834?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzMjkxOS9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM0ODM0P2FwaS12ZXJzaW9uPTIwMTktMDMtMDE=", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps9936/providers/Microsoft.StorageSync/storageSyncServices/sssps3680?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzOTkzNi9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMzNjgwP2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "094bf868-6f2f-4a8e-a3f9-007bdf0b2b2d" + "8483bccb-c6fa-4e38-aa33-f71c501d3e72" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -572,8 +704,17 @@ "Pragma": [ "no-cache" ], + "Location": [ + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6ImI5YWViMzUxLWFmYWMtNDgwYy1hNzE5LWIzMGNiODYwMzJjYSIsIndvcmtmbG93SWQiOiJkN2E0N2E0Zi1jZTZlLTQ4NjYtYTMwZC01MTkxZWEwMDZlZDEiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiMzFjZjNkNjAtZDFhMS00YzdjLWFjYTEtNjJjM2E3OTg5M2I2In0=?api-version=2020-03-01" + ], + "Retry-After": [ + "10" + ], + "Azure-AsyncOperation": [ + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6ImI5YWViMzUxLWFmYWMtNDgwYy1hNzE5LWIzMGNiODYwMzJjYSIsIndvcmtmbG93SWQiOiJkN2E0N2E0Zi1jZTZlLTQ4NjYtYTMwZC01MTkxZWEwMDZlZDEiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiMzFjZjNkNjAtZDFhMS00YzdjLWFjYTEtNjJjM2E3OTg5M2I2In0=?api-version=2020-03-01" + ], "x-ms-request-id": [ - "43f05447-ffdc-47db-bb7f-4b0d3752de16" + "77938aab-f301-4421-a332-5478a156b898" ], "X-Content-Type-Options": [ "nosniff" @@ -594,13 +735,13 @@ "14998" ], "x-ms-correlation-request-id": [ - "ff6c1587-4b78-4c91-9d78-9ecbc380a959" + "d8070366-9007-4796-97d9-a0c1b94f3fa9" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T184150Z:ff6c1587-4b78-4c91-9d78-9ecbc380a959" + "WESTUS:20200623T071329Z:d8070366-9007-4796-97d9-a0c1b94f3fa9" ], "Date": [ - "Wed, 03 Jul 2019 18:41:50 GMT" + "Tue, 23 Jun 2020 07:13:28 GMT" ], "Expires": [ "-1" @@ -610,25 +751,148 @@ ] }, "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6ImI5YWViMzUxLWFmYWMtNDgwYy1hNzE5LWIzMGNiODYwMzJjYSIsIndvcmtmbG93SWQiOiJkN2E0N2E0Zi1jZTZlLTQ4NjYtYTMwZC01MTkxZWEwMDZlZDEiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiMzFjZjNkNjAtZDFhMS00YzdjLWFjYTEtNjJjM2E3OTg5M2I2In0=?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvbG9jYXRpb25zL2NlbnRyYWx1c2V1YXAvb3BlcmF0aW9ucy9leUp3WVhKMGFYUnBiMjVKWkNJNkltSTVZV1ZpTXpVeExXRm1ZV010TkRnd1l5MWhOekU1TFdJek1HTmlPRFl3TXpKallTSXNJbmR2Y210bWJHOTNTV1FpT2lKa04yRTBOMkUwWmkxalpUWmxMVFE0TmpZdFlUTXdaQzAxTVRreFpXRXdNRFpsWkRFaUxDSjNiM0pyWm14dmQwOXdaWEpoZEdsdmJrbGtJam9pTXpGalpqTmtOakF0WkRGaE1TMDBZemRqTFdGallURXROakpqTTJFM09UZzVNMkkySW4wPT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-request-id": [ + "80ad7d1d-c54a-4112-a2a4-008d1b781873" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-IIS/10.0" + ], + "X-AspNet-Version": [ + "4.0.30319" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11995" + ], + "x-ms-correlation-request-id": [ + "b3014294-7ebe-40a3-9886-04bce25145ff" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200623T071339Z:b3014294-7ebe-40a3-9886-04bce25145ff" + ], + "Date": [ + "Tue, 23 Jun 2020 07:13:38 GMT" + ], + "Content-Length": [ + "745" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6ImI5YWViMzUxLWFmYWMtNDgwYy1hNzE5LWIzMGNiODYwMzJjYSIsIndvcmtmbG93SWQiOiJkN2E0N2E0Zi1jZTZlLTQ4NjYtYTMwZC01MTkxZWEwMDZlZDEiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiMzFjZjNkNjAtZDFhMS00YzdjLWFjYTEtNjJjM2E3OTg5M2I2In0=\",\r\n \"name\": \"eyJwYXJ0aXRpb25JZCI6ImI5YWViMzUxLWFmYWMtNDgwYy1hNzE5LWIzMGNiODYwMzJjYSIsIndvcmtmbG93SWQiOiJkN2E0N2E0Zi1jZTZlLTQ4NjYtYTMwZC01MTkxZWEwMDZlZDEiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiMzFjZjNkNjAtZDFhMS00YzdjLWFjYTEtNjJjM2E3OTg5M2I2In0=\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2020-06-23T07:13:29.5084536Z\",\r\n \"endTime\": \"2020-06-23T07:13:34.9803421Z\",\r\n \"properties\": {}\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps2919/providers/Microsoft.StorageSync/storageSyncServices?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzMjkxOS9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXM/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6ImI5YWViMzUxLWFmYWMtNDgwYy1hNzE5LWIzMGNiODYwMzJjYSIsIndvcmtmbG93SWQiOiJkN2E0N2E0Zi1jZTZlLTQ4NjYtYTMwZC01MTkxZWEwMDZlZDEiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiMzFjZjNkNjAtZDFhMS00YzdjLWFjYTEtNjJjM2E3OTg5M2I2In0=?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvbG9jYXRpb25zL2NlbnRyYWx1c2V1YXAvb3BlcmF0aW9ucmVzdWx0cy9leUp3WVhKMGFYUnBiMjVKWkNJNkltSTVZV1ZpTXpVeExXRm1ZV010TkRnd1l5MWhOekU1TFdJek1HTmlPRFl3TXpKallTSXNJbmR2Y210bWJHOTNTV1FpT2lKa04yRTBOMkUwWmkxalpUWmxMVFE0TmpZdFlUTXdaQzAxTVRreFpXRXdNRFpsWkRFaUxDSjNiM0pyWm14dmQwOXdaWEpoZEdsdmJrbGtJam9pTXpGalpqTmtOakF0WkRGaE1TMDBZemRqTFdGallURXROakpqTTJFM09UZzVNMkkySW4wPT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-request-id": [ + "9760b97a-06c1-4dc2-bd3f-64638540f34b" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-IIS/10.0" + ], + "X-AspNet-Version": [ + "4.0.30319" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11994" + ], + "x-ms-correlation-request-id": [ + "ea71e701-b56e-4842-baf2-5abb0ec4aeb2" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200623T071339Z:ea71e701-b56e-4842-baf2-5abb0ec4aeb2" + ], + "Date": [ + "Tue, 23 Jun 2020 07:13:39 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps9936/providers/Microsoft.StorageSync/storageSyncServices?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzOTkzNi9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXM/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "a734819f-1e1f-4080-8892-dbe3b8bb4fd9" + "181c97ae-be7e-49ef-ad55-d20546d8643f" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -639,16 +903,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11998" + "11993" ], "x-ms-request-id": [ - "b32d9001-d854-46f3-aa7c-f996a19ef6cf" + "c71fae79-8f4e-49b6-8cff-1ddc015a2b5a" ], "x-ms-correlation-request-id": [ - "b32d9001-d854-46f3-aa7c-f996a19ef6cf" + "c71fae79-8f4e-49b6-8cff-1ddc015a2b5a" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T184150Z:b32d9001-d854-46f3-aa7c-f996a19ef6cf" + "WESTUS:20200623T071339Z:c71fae79-8f4e-49b6-8cff-1ddc015a2b5a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -657,7 +921,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 18:41:50 GMT" + "Tue, 23 Jun 2020 07:13:39 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -673,22 +937,22 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourcegroups/ps2919?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlZ3JvdXBzL3BzMjkxOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourcegroups/ps9936?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlZ3JvdXBzL3BzOTkzNj9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "12c00617-3341-4bfb-8826-0eb541d757d3" + "3944e6af-7d6d-40c3-9f12-3134376cda74" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -699,7 +963,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzI5MTktV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzk5MzYtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" ], "Retry-After": [ "15" @@ -708,13 +972,13 @@ "14997" ], "x-ms-request-id": [ - "c7b0d961-3686-4d4f-966c-8864f7c39c41" + "006f8ed3-151f-4b84-bf07-2c893e0deceb" ], "x-ms-correlation-request-id": [ - "c7b0d961-3686-4d4f-966c-8864f7c39c41" + "006f8ed3-151f-4b84-bf07-2c893e0deceb" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T184151Z:c7b0d961-3686-4d4f-966c-8864f7c39c41" + "WESTUS:20200623T071339Z:006f8ed3-151f-4b84-bf07-2c893e0deceb" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -723,7 +987,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 18:41:50 GMT" + "Tue, 23 Jun 2020 07:13:39 GMT" ], "Expires": [ "-1" @@ -736,16 +1000,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzI5MTktV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpJNU1Ua3RWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzk5MzYtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXprNU16WXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -756,22 +1020,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzI5MTktV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzk5MzYtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11997" + "11992" ], "x-ms-request-id": [ - "49aae3e1-622e-4600-944b-425636321e81" + "b49b28a1-bb19-4ee7-b47e-226a2dcc5940" ], "x-ms-correlation-request-id": [ - "49aae3e1-622e-4600-944b-425636321e81" + "b49b28a1-bb19-4ee7-b47e-226a2dcc5940" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T184206Z:49aae3e1-622e-4600-944b-425636321e81" + "WESTUS:20200623T071354Z:b49b28a1-bb19-4ee7-b47e-226a2dcc5940" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -780,7 +1044,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 18:42:05 GMT" + "Tue, 23 Jun 2020 07:13:54 GMT" ], "Expires": [ "-1" @@ -793,16 +1057,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzI5MTktV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpJNU1Ua3RWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzk5MzYtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXprNU16WXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -813,22 +1077,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzI5MTktV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzk5MzYtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11996" + "11993" ], "x-ms-request-id": [ - "5428eeb2-21ed-4348-a63b-278a54881c95" + "3788c140-ad1a-44f1-88a5-94315be9afab" ], "x-ms-correlation-request-id": [ - "5428eeb2-21ed-4348-a63b-278a54881c95" + "3788c140-ad1a-44f1-88a5-94315be9afab" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T184221Z:5428eeb2-21ed-4348-a63b-278a54881c95" + "WESTUS:20200623T071410Z:3788c140-ad1a-44f1-88a5-94315be9afab" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -837,7 +1101,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 18:42:21 GMT" + "Tue, 23 Jun 2020 07:14:09 GMT" ], "Expires": [ "-1" @@ -850,16 +1114,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzI5MTktV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpJNU1Ua3RWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzk5MzYtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXprNU16WXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -870,16 +1134,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11995" + "11992" ], "x-ms-request-id": [ - "9f7ee219-8032-46ae-8016-7261482e067a" + "f1a0de00-6faa-42b7-b0f8-39b6e720ecdd" ], "x-ms-correlation-request-id": [ - "9f7ee219-8032-46ae-8016-7261482e067a" + "f1a0de00-6faa-42b7-b0f8-39b6e720ecdd" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T184236Z:9f7ee219-8032-46ae-8016-7261482e067a" + "WESTUS:20200623T071425Z:f1a0de00-6faa-42b7-b0f8-39b6e720ecdd" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -888,7 +1152,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 18:42:36 GMT" + "Tue, 23 Jun 2020 07:14:24 GMT" ], "Expires": [ "-1" @@ -901,16 +1165,16 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzI5MTktV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpJNU1Ua3RWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzk5MzYtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXprNU16WXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -921,16 +1185,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11994" + "11991" ], "x-ms-request-id": [ - "c8301df4-1a83-4a5a-9126-9f39ca700471" + "b690a818-9cc8-4b22-a394-1ebedaac18fe" ], "x-ms-correlation-request-id": [ - "c8301df4-1a83-4a5a-9126-9f39ca700471" + "b690a818-9cc8-4b22-a394-1ebedaac18fe" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T184236Z:c8301df4-1a83-4a5a-9126-9f39ca700471" + "WESTUS:20200623T071425Z:b690a818-9cc8-4b22-a394-1ebedaac18fe" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -939,7 +1203,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 18:42:36 GMT" + "Tue, 23 Jun 2020 07:14:24 GMT" ], "Expires": [ "-1" @@ -954,14 +1218,14 @@ ], "Names": { "Test-GetSyncGroups": [ - "ps2919", - "ps4834", - "ps1892" + "ps9936", + "ps3680", + "ps4689" ] }, "Variables": { - "SubscriptionId": "7b96cb02-4663-40f4-9a89-603d3849e46a", - "TenantId": "0483643a-cb2f-462a-bc27-1a270e5bdc0a", + "SubscriptionId": "1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b", + "TenantId": "6ad91d65-65ab-4e14-90f7-fe951035b7c9", "Domain": "" } } \ No newline at end of file diff --git a/src/StorageSync/StorageSync.Test/SessionRecords/StorageSyncTests.SyncGroupTests/TestNewSyncGroup.json b/src/StorageSync/StorageSync.Test/SessionRecords/StorageSyncTests.SyncGroupTests/TestNewSyncGroup.json index 4d0230c03a59..3d09ffd6cf20 100644 --- a/src/StorageSync/StorageSync.Test/SessionRecords/StorageSyncTests.SyncGroupTests/TestNewSyncGroup.json +++ b/src/StorageSync/StorageSync.Test/SessionRecords/StorageSyncTests.SyncGroupTests/TestNewSyncGroup.json @@ -1,22 +1,22 @@ { "Entries": [ { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/providers/Microsoft.Resources?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVzb3VyY2VzP2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/Microsoft.Resources?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVzb3VyY2VzP2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "d167e18d-86e9-46ec-afdd-a796aa51be4e" + "f8dcd4f9-f8db-4847-bfb4-960b3320a7b8" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -27,16 +27,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11999" + "11997" ], "x-ms-request-id": [ - "4178d25d-30de-4c38-ad85-42fcd3f627e9" + "604d2710-ba7d-47e6-8975-c77289a917f5" ], "x-ms-correlation-request-id": [ - "4178d25d-30de-4c38-ad85-42fcd3f627e9" + "604d2710-ba7d-47e6-8975-c77289a917f5" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T184818Z:4178d25d-30de-4c38-ad85-42fcd3f627e9" + "WESTUS:20200623T072149Z:604d2710-ba7d-47e6-8975-c77289a917f5" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -45,7 +45,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 18:48:17 GMT" + "Tue, 23 Jun 2020 07:21:49 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -54,29 +54,29 @@ "-1" ], "Content-Length": [ - "8818" + "10899" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/providers/Microsoft.Resources\",\r\n \"namespace\": \"Microsoft.Resources\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"tenants\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operationresults\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"notifyResourceJobs\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"tags\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkPolicyCompliance\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"providers\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkresourcename\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resources\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/resources\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/providers\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/operationresults\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceGroups\",\r\n \"locations\": [\r\n \"Central US\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"West Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia Southeast\",\r\n \"Australia East\",\r\n \"West India\",\r\n \"South India\",\r\n \"Central India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/resourceGroups\",\r\n \"locations\": [\r\n \"Central US\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"West Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia Southeast\",\r\n \"Australia East\",\r\n \"West India\",\r\n \"South India\",\r\n \"Central India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/resourcegroups/resources\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/tagnames\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/tagNames/tagValues\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"deployments\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"deployments/operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"links\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-01-01\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/Microsoft.Resources\",\r\n \"namespace\": \"Microsoft.Resources\",\r\n \"authorization\": {\r\n \"applicationId\": \"3b990c8b-9607-4c2a-8b04-1d41985facca\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"tenants\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-01-01\",\r\n \"2019-09-01\",\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-09-01\",\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operationresults\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-09-01\",\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"notifyResourceJobs\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-09-01\",\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"tags\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-10-01\",\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\"\r\n ],\r\n \"capabilities\": \"SupportsExtension\"\r\n },\r\n {\r\n \"resourceType\": \"checkPolicyCompliance\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"providers\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkresourcename\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"calculateTemplateHash\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-09-01\",\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resources\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-09-01\",\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-10-01\",\r\n \"2019-09-01\",\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/resources\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-09-01\",\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/providers\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/operationresults\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceGroups\",\r\n \"locations\": [\r\n \"Central US\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"West Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia Southeast\",\r\n \"Australia East\",\r\n \"West India\",\r\n \"South India\",\r\n \"Central India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Australia Central\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/resourceGroups\",\r\n \"locations\": [\r\n \"Central US\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"West Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia Southeast\",\r\n \"Australia East\",\r\n \"West India\",\r\n \"South India\",\r\n \"Central India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Australia Central\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/resourcegroups/resources\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/tagnames\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/tagNames/tagValues\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"deployments\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-09-01\",\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"deployments/operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-09-01\",\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"links\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ],\r\n \"capabilities\": \"SupportsExtension\"\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-01-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"deploymentScripts\",\r\n \"locations\": [\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Australia East\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"Central US\",\r\n \"North Central US\",\r\n \"UK South\",\r\n \"Central India\",\r\n \"South India\",\r\n \"Japan East\",\r\n \"Korea Central\",\r\n \"North Europe\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West US 2\",\r\n \"West US\",\r\n \"South Central US\",\r\n \"Canada East\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-10-01-preview\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"deploymentScripts/logs\",\r\n \"locations\": [\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Australia East\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"Central US\",\r\n \"North Central US\",\r\n \"UK South\",\r\n \"Central India\",\r\n \"South India\",\r\n \"Japan East\",\r\n \"Korea Central\",\r\n \"North Europe\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West US 2\",\r\n \"West US\",\r\n \"South Central US\",\r\n \"Canada East\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/deploymentScriptOperationResults\",\r\n \"locations\": [\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Australia East\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"Central US\",\r\n \"North Central US\",\r\n \"UK South\",\r\n \"Central India\",\r\n \"South India\",\r\n \"Japan East\",\r\n \"Korea Central\",\r\n \"North Europe\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West US 2\",\r\n \"West US\",\r\n \"South Central US\",\r\n \"Canada East\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-10-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/providers/Microsoft.StorageSync?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZVN5bmM/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/Microsoft.StorageSync?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZVN5bmM/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "97de5f85-7915-4812-99d6-d1c9570470b8" + "fe1641b5-1975-4cc3-8f39-db9a550cdc39" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -87,16 +87,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11998" + "11996" ], "x-ms-request-id": [ - "2b013b0e-c201-44e4-be18-e3d6df563c85" + "e977c176-bff7-42b8-b870-16b9895f7a22" ], "x-ms-correlation-request-id": [ - "2b013b0e-c201-44e4-be18-e3d6df563c85" + "e977c176-bff7-42b8-b870-16b9895f7a22" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T184818Z:2b013b0e-c201-44e4-be18-e3d6df563c85" + "WESTUS:20200623T072149Z:e977c176-bff7-42b8-b870-16b9895f7a22" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -105,7 +105,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 18:48:17 GMT" + "Tue, 23 Jun 2020 07:21:49 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -114,29 +114,29 @@ "-1" ], "Content-Length": [ - "5239" + "7645" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/providers/Microsoft.StorageSync\",\r\n \"namespace\": \"Microsoft.StorageSync\",\r\n \"authorizations\": [\r\n {\r\n \"applicationId\": \"9469b9f5-6722-4481-a2b2-14ed560b706f\"\r\n }\r\n ],\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageSyncServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"Central US EUAP\",\r\n \"West US 2\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\",\r\n \"2018-01-01-preview\",\r\n \"2017-06-05-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"storageSyncServices/syncGroups\",\r\n \"locations\": [\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"Central US EUAP\",\r\n \"West US 2\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\",\r\n \"2018-01-01-preview\",\r\n \"2017-06-05-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageSyncServices/syncGroups/cloudEndpoints\",\r\n \"locations\": [\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"Central US EUAP\",\r\n \"West US 2\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\",\r\n \"2018-01-01-preview\",\r\n \"2017-06-05-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageSyncServices/syncGroups/serverEndpoints\",\r\n \"locations\": [\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"Central US EUAP\",\r\n \"West US 2\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\",\r\n \"2018-01-01-preview\",\r\n \"2017-06-05-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageSyncServices/registeredServers\",\r\n \"locations\": [\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"Central US EUAP\",\r\n \"West US 2\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\",\r\n \"2018-01-01-preview\",\r\n \"2017-06-05-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageSyncServices/workflows\",\r\n \"locations\": [\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"Central US EUAP\",\r\n \"West US 2\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\",\r\n \"2018-01-01-preview\",\r\n \"2017-06-05-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\",\r\n \"2018-01-01-preview\",\r\n \"2017-06-05-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/checkNameAvailability\",\r\n \"locations\": [\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/workflows\",\r\n \"locations\": [\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/Microsoft.StorageSync\",\r\n \"namespace\": \"Microsoft.StorageSync\",\r\n \"authorizations\": [\r\n {\r\n \"applicationId\": \"9469b9f5-6722-4481-a2b2-14ed560b706f\",\r\n \"roleDefinitionId\": \"4cd49d82-1f4d-43fc-af0c-1c1203668e5a\"\r\n }\r\n ],\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageSyncServices\",\r\n \"locations\": [\r\n \"West Central US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"West US 2\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"UAE North\",\r\n \"UAE Central\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2019-10-01\",\r\n \"2019-06-01\",\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\",\r\n \"2018-01-01-preview\",\r\n \"2017-06-05-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"storageSyncServices/syncGroups\",\r\n \"locations\": [\r\n \"West Central US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"West US 2\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"UAE North\",\r\n \"UAE Central\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2019-10-01\",\r\n \"2019-06-01\",\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\",\r\n \"2018-01-01-preview\",\r\n \"2017-06-05-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageSyncServices/syncGroups/cloudEndpoints\",\r\n \"locations\": [\r\n \"West Central US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"West US 2\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"UAE North\",\r\n \"UAE Central\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2019-10-01\",\r\n \"2019-06-01\",\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\",\r\n \"2018-01-01-preview\",\r\n \"2017-06-05-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageSyncServices/syncGroups/serverEndpoints\",\r\n \"locations\": [\r\n \"West Central US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"West US 2\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"UAE North\",\r\n \"UAE Central\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2019-10-01\",\r\n \"2019-06-01\",\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\",\r\n \"2018-01-01-preview\",\r\n \"2017-06-05-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageSyncServices/registeredServers\",\r\n \"locations\": [\r\n \"West Central US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"West US 2\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"UAE North\",\r\n \"UAE Central\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2019-10-01\",\r\n \"2019-06-01\",\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\",\r\n \"2018-01-01-preview\",\r\n \"2017-06-05-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageSyncServices/workflows\",\r\n \"locations\": [\r\n \"West Central US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"West US 2\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"UAE North\",\r\n \"UAE Central\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2019-10-01\",\r\n \"2019-06-01\",\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\",\r\n \"2018-01-01-preview\",\r\n \"2017-06-05-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2019-10-01\",\r\n \"2019-06-01\",\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\",\r\n \"2018-01-01-preview\",\r\n \"2017-06-05-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2019-10-01\",\r\n \"2019-06-01\",\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/checkNameAvailability\",\r\n \"locations\": [\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"UAE North\",\r\n \"UAE Central\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2019-10-01\",\r\n \"2019-06-01\",\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/workflows\",\r\n \"locations\": [\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"UAE North\",\r\n \"UAE Central\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2019-10-01\",\r\n \"2019-06-01\",\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operations\",\r\n \"locations\": [\r\n \"West Central US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"West US 2\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"UAE North\",\r\n \"UAE Central\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operationResults\",\r\n \"locations\": [\r\n \"West Central US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"West US 2\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"UAE North\",\r\n \"UAE Central\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourcegroups/ps1901?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlZ3JvdXBzL3BzMTkwMT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourcegroups/ps4428?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlZ3JvdXBzL3BzNDQyOD9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "0219ba63-f40e-4305-9a83-5aecf77bb86d" + "d56e8910-9558-498c-8c99-734350078d7c" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ], "Content-Type": [ "application/json; charset=utf-8" @@ -153,16 +153,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1199" + "1198" ], "x-ms-request-id": [ - "a24c6738-a79a-4db0-9ffc-7ea83394e97d" + "5db40db3-0676-443a-89fd-d57184a83755" ], "x-ms-correlation-request-id": [ - "a24c6738-a79a-4db0-9ffc-7ea83394e97d" + "5db40db3-0676-443a-89fd-d57184a83755" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T184819Z:a24c6738-a79a-4db0-9ffc-7ea83394e97d" + "WESTUS:20200623T072149Z:5db40db3-0676-443a-89fd-d57184a83755" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -171,7 +171,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 18:48:19 GMT" + "Tue, 23 Jun 2020 07:21:49 GMT" ], "Content-Length": [ "165" @@ -183,26 +183,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps1901\",\r\n \"name\": \"ps1901\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps4428\",\r\n \"name\": \"ps4428\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/providers/Microsoft.StorageSync/locations/CentralUSEUAP/checkNameAvailability?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZVN5bmMvbG9jYXRpb25zL0NlbnRyYWxVU0VVQVAvY2hlY2tOYW1lQXZhaWxhYmlsaXR5P2FwaS12ZXJzaW9uPTIwMTktMDMtMDE=", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/Microsoft.StorageSync/locations/CentralUSEUAP/checkNameAvailability?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZVN5bmMvbG9jYXRpb25zL0NlbnRyYWxVU0VVQVAvY2hlY2tOYW1lQXZhaWxhYmlsaXR5P2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", "RequestMethod": "POST", - "RequestBody": "{\r\n \"name\": \"sssps4625\",\r\n \"type\": \"Microsoft.StorageSync/storageSyncServices\"\r\n}", + "RequestBody": "{\r\n \"name\": \"sssps2093\",\r\n \"type\": \"Microsoft.StorageSync/storageSyncServices\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "f16890b3-dfde-46eb-8745-07e9d0fae9af" + "48d3263c-6d69-4448-96a7-6f7eae01f961" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -219,7 +219,7 @@ "no-cache" ], "x-ms-request-id": [ - "4075e062-6d96-4e72-a0a5-feb622beffb4" + "79cde996-be4e-45d6-922b-9a5f5b957f21" ], "X-Content-Type-Options": [ "nosniff" @@ -240,50 +240,50 @@ "1199" ], "x-ms-correlation-request-id": [ - "0395758d-b1d6-471d-bb82-673e4a48779a" + "a6f8e592-fe8d-4c17-ba44-60eb5080a9d5" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T184821Z:0395758d-b1d6-471d-bb82-673e4a48779a" + "WESTUS:20200623T072150Z:a6f8e592-fe8d-4c17-ba44-60eb5080a9d5" ], "Date": [ - "Wed, 03 Jul 2019 18:48:21 GMT" + "Tue, 23 Jun 2020 07:21:49 GMT" ], "Content-Length": [ - "51" + "29" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"nameAvailable\": true,\r\n \"reason\": null,\r\n \"message\": null\r\n}", + "ResponseBody": "{\r\n \"nameAvailable\": true\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps1901/providers/Microsoft.StorageSync/storageSyncServices/sssps4625?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzMTkwMS9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM0NjI1P2FwaS12ZXJzaW9uPTIwMTktMDMtMDE=", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps4428/providers/Microsoft.StorageSync/storageSyncServices/sssps2093?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzNDQyOC9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMyMDkzP2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"location\": \"Central US EUAP\",\r\n \"tags\": {}\r\n}", + "RequestBody": "{\r\n \"location\": \"Central US EUAP\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"incomingTrafficPolicy\": \"AllowAllTraffic\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "c9edbe25-1473-4a8c-9cbd-68e674c718fa" + "98644918-4c66-46c4-94bc-7478670de545" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "52" + "125" ] }, "ResponseHeaders": { @@ -293,8 +293,17 @@ "Pragma": [ "no-cache" ], + "Location": [ + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6IjYxM2MxNzg0LTBjNTItNGE2Yy1hN2I1LTdlNGVjNTRhNDY0MSIsIndvcmtmbG93SWQiOiI5MzdlMjYxNy1lMTc1LTRkZGYtYmU0Yy1hNDk5ZmMxMWU4MjYiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiZTJkMWZjMjYtMDc0MC00MGUzLWI1MmItN2RhZDllODc5MDlmIn0=?api-version=2020-03-01" + ], + "Retry-After": [ + "10" + ], + "Azure-AsyncOperation": [ + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6IjYxM2MxNzg0LTBjNTItNGE2Yy1hN2I1LTdlNGVjNTRhNDY0MSIsIndvcmtmbG93SWQiOiI5MzdlMjYxNy1lMTc1LTRkZGYtYmU0Yy1hNDk5ZmMxMWU4MjYiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiZTJkMWZjMjYtMDc0MC00MGUzLWI1MmItN2RhZDllODc5MDlmIn0=?api-version=2020-03-01" + ], "x-ms-request-id": [ - "12d56245-1b97-4b2c-9d14-a734b609c3f4" + "3ff25ab9-d110-4e3e-8256-ebfe711af9d0" ], "X-Content-Type-Options": [ "nosniff" @@ -312,47 +321,170 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1198" + "1199" + ], + "x-ms-correlation-request-id": [ + "8c9a9194-cf50-4270-bd94-18c3109cbfbe" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200623T072151Z:8c9a9194-cf50-4270-bd94-18c3109cbfbe" + ], + "Date": [ + "Tue, 23 Jun 2020 07:21:50 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6IjYxM2MxNzg0LTBjNTItNGE2Yy1hN2I1LTdlNGVjNTRhNDY0MSIsIndvcmtmbG93SWQiOiI5MzdlMjYxNy1lMTc1LTRkZGYtYmU0Yy1hNDk5ZmMxMWU4MjYiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiZTJkMWZjMjYtMDc0MC00MGUzLWI1MmItN2RhZDllODc5MDlmIn0=?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvbG9jYXRpb25zL2NlbnRyYWx1c2V1YXAvb3BlcmF0aW9ucy9leUp3WVhKMGFYUnBiMjVKWkNJNklqWXhNMk14TnpnMExUQmpOVEl0TkdFMll5MWhOMkkxTFRkbE5HVmpOVFJoTkRZME1TSXNJbmR2Y210bWJHOTNTV1FpT2lJNU16ZGxNall4TnkxbE1UYzFMVFJrWkdZdFltVTBZeTFoTkRrNVptTXhNV1U0TWpZaUxDSjNiM0pyWm14dmQwOXdaWEpoZEdsdmJrbGtJam9pWlRKa01XWmpNall0TURjME1DMDBNR1V6TFdJMU1tSXROMlJoWkRsbE9EYzVNRGxtSW4wPT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-request-id": [ + "8286754c-1333-4cb3-b1da-ea5d71f87ac2" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-IIS/10.0" + ], + "X-AspNet-Version": [ + "4.0.30319" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11999" ], "x-ms-correlation-request-id": [ - "f51ac3c6-cb5a-4cb4-9d83-685c450769c2" + "1f00dbae-2c2d-44b3-b491-06dbfd918e18" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T184821Z:f51ac3c6-cb5a-4cb4-9d83-685c450769c2" + "WESTUS:20200623T072201Z:1f00dbae-2c2d-44b3-b491-06dbfd918e18" ], "Date": [ - "Wed, 03 Jul 2019 18:48:21 GMT" + "Tue, 23 Jun 2020 07:22:01 GMT" ], "Content-Length": [ - "329" + "745" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"storageSyncServiceStatus\": null,\r\n \"storageSyncServiceUid\": null\r\n },\r\n \"location\": \"Central US EUAP\",\r\n \"tags\": {},\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps1901/providers/microsoft.storagesync/storageSyncServices/sssps4625\",\r\n \"name\": \"sssps4625\",\r\n \"type\": \"microsoft.storagesync/storageSyncServices\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6IjYxM2MxNzg0LTBjNTItNGE2Yy1hN2I1LTdlNGVjNTRhNDY0MSIsIndvcmtmbG93SWQiOiI5MzdlMjYxNy1lMTc1LTRkZGYtYmU0Yy1hNDk5ZmMxMWU4MjYiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiZTJkMWZjMjYtMDc0MC00MGUzLWI1MmItN2RhZDllODc5MDlmIn0=\",\r\n \"name\": \"eyJwYXJ0aXRpb25JZCI6IjYxM2MxNzg0LTBjNTItNGE2Yy1hN2I1LTdlNGVjNTRhNDY0MSIsIndvcmtmbG93SWQiOiI5MzdlMjYxNy1lMTc1LTRkZGYtYmU0Yy1hNDk5ZmMxMWU4MjYiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiZTJkMWZjMjYtMDc0MC00MGUzLWI1MmItN2RhZDllODc5MDlmIn0=\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2020-06-23T07:21:51.3678862Z\",\r\n \"endTime\": \"2020-06-23T07:21:57.5691519Z\",\r\n \"properties\": {}\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps1901/providers/Microsoft.StorageSync/storageSyncServices/sssps4625/syncGroups/sgps2613?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzMTkwMS9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM0NjI1L3N5bmNHcm91cHMvc2dwczI2MTM/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps4428/providers/Microsoft.StorageSync/storageSyncServices/sssps2093?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzNDQyOC9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMyMDkzP2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-request-id": [ + "534341cf-d45b-406c-b725-ff29dc2f2916" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-IIS/10.0" + ], + "X-AspNet-Version": [ + "4.0.30319" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11998" + ], + "x-ms-correlation-request-id": [ + "18b15e3b-3db3-439e-83df-89127a7fe64d" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200623T072201Z:18b15e3b-3db3-439e-83df-89127a7fe64d" + ], + "Date": [ + "Tue, 23 Jun 2020 07:22:01 GMT" + ], + "Content-Length": [ + "633" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"properties\": {\r\n \"storageSyncServiceStatus\": 0,\r\n \"incomingTrafficPolicy\": \"AllowAllTraffic\",\r\n \"privateEndpointConnections\": [],\r\n \"provisioningState\": \"Succeeded\",\r\n \"lastWorkflowId\": \"storageSyncServices/sssps2093/workflows/937e2617-e175-4ddf-be4c-a499fc11e826\",\r\n \"lastOperationName\": \"ICreateStorageSyncServiceWorkflow\"\r\n },\r\n \"location\": \"Central US EUAP\",\r\n \"tags\": {},\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps4428/providers/microsoft.storagesync/storageSyncServices/sssps2093\",\r\n \"name\": \"sssps2093\",\r\n \"type\": \"microsoft.storagesync/storageSyncServices\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps4428/providers/Microsoft.StorageSync/storageSyncServices/sssps2093/syncGroups/sgps2826?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzNDQyOC9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMyMDkzL3N5bmNHcm91cHMvc2dwczI4MjY/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", "RequestMethod": "PUT", "RequestBody": "{\r\n \"properties\": {}\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "1cd50508-dd51-4222-9cf0-681c680ade52" + "10aad99f-e762-40a1-954e-a73bd2efdef7" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -369,7 +501,7 @@ "no-cache" ], "x-ms-request-id": [ - "edfb450a-e15c-459a-acc4-a8788a790c5e" + "277865ad-1065-46ee-9ee2-88683ec7e266" ], "X-Content-Type-Options": [ "nosniff" @@ -387,47 +519,47 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1197" + "1198" ], "x-ms-correlation-request-id": [ - "0ff49e9b-ebc4-4cc7-86ff-518404f57a13" + "c89da5fa-fdc9-4604-9c86-248d3437cc48" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T184822Z:0ff49e9b-ebc4-4cc7-86ff-518404f57a13" + "WESTUS:20200623T072202Z:c89da5fa-fdc9-4604-9c86-248d3437cc48" ], "Date": [ - "Wed, 03 Jul 2019 18:48:22 GMT" + "Tue, 23 Jun 2020 07:22:02 GMT" ], "Content-Length": [ - "331" + "371" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"syncGroupStatus\": \"0\",\r\n \"uniqueId\": \"d600d18c-c0a9-4ee3-b21f-bbb7445a5a70\"\r\n },\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps1901/providers/microsoft.storagesync/storageSyncServices/sssps4625/syncGroups/sgps2613\",\r\n \"name\": \"sgps2613\",\r\n \"type\": \"microsoft.storagesync/storageSyncServices/syncGroups\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"syncGroupStatus\": \"0\",\r\n \"uniqueId\": \"aa69f767-3356-49bf-a7ed-75d33ca7299e\"\r\n },\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps4428/providers/microsoft.storagesync/storageSyncServices/sssps2093/syncGroups/sgps2826\",\r\n \"name\": \"sgps2826\",\r\n \"type\": \"microsoft.storagesync/storageSyncServices/syncGroups\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps1901/providers/Microsoft.StorageSync/storageSyncServices/sssps4625/syncGroups/sgps2613?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzMTkwMS9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM0NjI1L3N5bmNHcm91cHMvc2dwczI2MTM/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps4428/providers/Microsoft.StorageSync/storageSyncServices/sssps2093/syncGroups/sgps2826?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzNDQyOC9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMyMDkzL3N5bmNHcm91cHMvc2dwczI4MjY/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "e2a5ad27-d74a-4070-9234-f9c2dcf7434d" + "ce33b0fc-2693-4f35-8528-67e9a9889844" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -438,7 +570,7 @@ "no-cache" ], "x-ms-request-id": [ - "c3954707-6ccc-4d48-adf4-10bce492c6a7" + "e32ec51b-3428-47f4-88af-633cfad05110" ], "X-Content-Type-Options": [ "nosniff" @@ -459,13 +591,13 @@ "14999" ], "x-ms-correlation-request-id": [ - "ada61e36-b768-48b9-9722-d4111cadbb0c" + "2b045e91-1929-4844-98ea-820dec104fde" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T184822Z:ada61e36-b768-48b9-9722-d4111cadbb0c" + "WESTUS:20200623T072202Z:2b045e91-1929-4844-98ea-820dec104fde" ], "Date": [ - "Wed, 03 Jul 2019 18:48:22 GMT" + "Tue, 23 Jun 2020 07:22:02 GMT" ], "Expires": [ "-1" @@ -478,22 +610,22 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps1901/providers/Microsoft.StorageSync/storageSyncServices/sssps4625?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzMTkwMS9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM0NjI1P2FwaS12ZXJzaW9uPTIwMTktMDMtMDE=", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps4428/providers/Microsoft.StorageSync/storageSyncServices/sssps2093?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzNDQyOC9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMyMDkzP2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "589ba95b-c4cb-4a3a-a2f1-82f1c8839619" + "857ea75e-5660-43ba-9a7b-27424da77d9e" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -503,8 +635,17 @@ "Pragma": [ "no-cache" ], + "Location": [ + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6IjYxM2MxNzg0LTBjNTItNGE2Yy1hN2I1LTdlNGVjNTRhNDY0MSIsIndvcmtmbG93SWQiOiIwZTI3YzIyMy0yNDEyLTQ1ODQtYTg0MC1lZTc3MGU5Y2M3YmMiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiNjE1NzRjYzctYzlhZC00NWFkLTg1ZjAtMTg0MTQ2MDM5OTRiIn0=?api-version=2020-03-01" + ], + "Retry-After": [ + "10" + ], + "Azure-AsyncOperation": [ + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6IjYxM2MxNzg0LTBjNTItNGE2Yy1hN2I1LTdlNGVjNTRhNDY0MSIsIndvcmtmbG93SWQiOiIwZTI3YzIyMy0yNDEyLTQ1ODQtYTg0MC1lZTc3MGU5Y2M3YmMiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiNjE1NzRjYzctYzlhZC00NWFkLTg1ZjAtMTg0MTQ2MDM5OTRiIn0=?api-version=2020-03-01" + ], "x-ms-request-id": [ - "92f61463-63bf-4638-83cd-c960820764ce" + "48182e12-22be-44c5-be85-e506239c9365" ], "X-Content-Type-Options": [ "nosniff" @@ -525,13 +666,13 @@ "14998" ], "x-ms-correlation-request-id": [ - "5064daf1-0737-4d6c-b950-3687db404c31" + "91bcfc33-8ba1-4458-b1d5-57c3fd09fb0b" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T184823Z:5064daf1-0737-4d6c-b950-3687db404c31" + "WESTUS:20200623T072203Z:91bcfc33-8ba1-4458-b1d5-57c3fd09fb0b" ], "Date": [ - "Wed, 03 Jul 2019 18:48:23 GMT" + "Tue, 23 Jun 2020 07:22:03 GMT" ], "Expires": [ "-1" @@ -541,25 +682,19 @@ ] }, "ResponseBody": "", - "StatusCode": 200 + "StatusCode": 202 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps1901/providers/Microsoft.StorageSync/storageSyncServices?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzMTkwMS9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXM/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6IjYxM2MxNzg0LTBjNTItNGE2Yy1hN2I1LTdlNGVjNTRhNDY0MSIsIndvcmtmbG93SWQiOiIwZTI3YzIyMy0yNDEyLTQ1ODQtYTg0MC1lZTc3MGU5Y2M3YmMiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiNjE1NzRjYzctYzlhZC00NWFkLTg1ZjAtMTg0MTQ2MDM5OTRiIn0=?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvbG9jYXRpb25zL2NlbnRyYWx1c2V1YXAvb3BlcmF0aW9ucy9leUp3WVhKMGFYUnBiMjVKWkNJNklqWXhNMk14TnpnMExUQmpOVEl0TkdFMll5MWhOMkkxTFRkbE5HVmpOVFJoTkRZME1TSXNJbmR2Y210bWJHOTNTV1FpT2lJd1pUSTNZekl5TXkweU5ERXlMVFExT0RRdFlUZzBNQzFsWlRjM01HVTVZMk0zWW1NaUxDSjNiM0pyWm14dmQwOXdaWEpoZEdsdmJrbGtJam9pTmpFMU56UmpZemN0WXpsaFpDMDBOV0ZrTFRnMVpqQXRNVGcwTVRRMk1ETTVPVFJpSW4wPT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { - "x-ms-client-request-id": [ - "d9b5d736-f18e-4bb3-97eb-ffa66af5560f" - ], - "Accept-Language": [ - "en-US" - ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -569,57 +704,195 @@ "Pragma": [ "no-cache" ], + "x-ms-request-id": [ + "c8271a22-805b-443d-834f-5c52d47bdb68" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-IIS/10.0" + ], + "X-AspNet-Version": [ + "4.0.30319" + ], + "X-Powered-By": [ + "ASP.NET" + ], "x-ms-ratelimit-remaining-subscription-reads": [ "11997" ], - "x-ms-request-id": [ - "a7806fb5-b115-42d2-bb54-0fa2316103d1" - ], "x-ms-correlation-request-id": [ - "a7806fb5-b115-42d2-bb54-0fa2316103d1" + "23b1920e-0c74-45a9-a03f-dedffe354c86" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T184823Z:a7806fb5-b115-42d2-bb54-0fa2316103d1" + "WESTUS:20200623T072213Z:23b1920e-0c74-45a9-a03f-dedffe354c86" + ], + "Date": [ + "Tue, 23 Jun 2020 07:22:13 GMT" + ], + "Content-Length": [ + "745" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6IjYxM2MxNzg0LTBjNTItNGE2Yy1hN2I1LTdlNGVjNTRhNDY0MSIsIndvcmtmbG93SWQiOiIwZTI3YzIyMy0yNDEyLTQ1ODQtYTg0MC1lZTc3MGU5Y2M3YmMiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiNjE1NzRjYzctYzlhZC00NWFkLTg1ZjAtMTg0MTQ2MDM5OTRiIn0=\",\r\n \"name\": \"eyJwYXJ0aXRpb25JZCI6IjYxM2MxNzg0LTBjNTItNGE2Yy1hN2I1LTdlNGVjNTRhNDY0MSIsIndvcmtmbG93SWQiOiIwZTI3YzIyMy0yNDEyLTQ1ODQtYTg0MC1lZTc3MGU5Y2M3YmMiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiNjE1NzRjYzctYzlhZC00NWFkLTg1ZjAtMTg0MTQ2MDM5OTRiIn0=\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2020-06-23T07:22:03.7990565Z\",\r\n \"endTime\": \"2020-06-23T07:22:09.4092102Z\",\r\n \"properties\": {}\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6IjYxM2MxNzg0LTBjNTItNGE2Yy1hN2I1LTdlNGVjNTRhNDY0MSIsIndvcmtmbG93SWQiOiIwZTI3YzIyMy0yNDEyLTQ1ODQtYTg0MC1lZTc3MGU5Y2M3YmMiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiNjE1NzRjYzctYzlhZC00NWFkLTg1ZjAtMTg0MTQ2MDM5OTRiIn0=?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvbG9jYXRpb25zL2NlbnRyYWx1c2V1YXAvb3BlcmF0aW9ucmVzdWx0cy9leUp3WVhKMGFYUnBiMjVKWkNJNklqWXhNMk14TnpnMExUQmpOVEl0TkdFMll5MWhOMkkxTFRkbE5HVmpOVFJoTkRZME1TSXNJbmR2Y210bWJHOTNTV1FpT2lJd1pUSTNZekl5TXkweU5ERXlMVFExT0RRdFlUZzBNQzFsWlRjM01HVTVZMk0zWW1NaUxDSjNiM0pyWm14dmQwOXdaWEpoZEdsdmJrbGtJam9pTmpFMU56UmpZemN0WXpsaFpDMDBOV0ZrTFRnMVpqQXRNVGcwTVRRMk1ETTVPVFJpSW4wPT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-request-id": [ + "23846385-5655-4b61-a42a-bbdc7c46c04b" + ], + "X-Content-Type-Options": [ + "nosniff" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "Server": [ + "Microsoft-IIS/10.0" + ], + "X-AspNet-Version": [ + "4.0.30319" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11996" + ], + "x-ms-correlation-request-id": [ + "8e5b8e90-726e-4c1d-97ba-238ca076da37" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200623T072213Z:8e5b8e90-726e-4c1d-97ba-238ca076da37" + ], + "Date": [ + "Tue, 23 Jun 2020 07:22:13 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps4428/providers/Microsoft.StorageSync/storageSyncServices?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzNDQyOC9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXM/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "7318a74c-cf22-4f82-8883-80efa76e5418" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-request-id": [ + "dab3be6f-136c-4f47-a9db-0979311cc3b4" + ], "X-Content-Type-Options": [ "nosniff" ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-IIS/10.0" + ], + "X-AspNet-Version": [ + "4.0.30319" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11995" + ], + "x-ms-correlation-request-id": [ + "37f2d35a-fff8-425f-8805-a93673d50825" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200623T072213Z:37f2d35a-fff8-425f-8805-a93673d50825" + ], "Date": [ - "Wed, 03 Jul 2019 18:48:23 GMT" + "Tue, 23 Jun 2020 07:22:13 GMT" + ], + "Content-Length": [ + "19" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" - ], - "Content-Length": [ - "12" ] }, "ResponseBody": "{\r\n \"value\": []\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourcegroups/ps1901?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlZ3JvdXBzL3BzMTkwMT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourcegroups/ps4428?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlZ3JvdXBzL3BzNDQyOD9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "f5eb862a-237a-4ed1-a287-6b4da726b0f7" + "7d576a87-e1d3-481e-ad2d-98ddce93a335" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -630,7 +903,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzE5MDEtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQ0MjgtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" ], "Retry-After": [ "15" @@ -639,13 +912,13 @@ "14997" ], "x-ms-request-id": [ - "591f561f-84ec-4278-adc3-b215c094950f" + "1e61dc84-db55-4b6b-966c-0791e54bd4e4" ], "x-ms-correlation-request-id": [ - "591f561f-84ec-4278-adc3-b215c094950f" + "1e61dc84-db55-4b6b-966c-0791e54bd4e4" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T184824Z:591f561f-84ec-4278-adc3-b215c094950f" + "WESTUS:20200623T072214Z:1e61dc84-db55-4b6b-966c-0791e54bd4e4" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -654,7 +927,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 18:48:24 GMT" + "Tue, 23 Jun 2020 07:22:14 GMT" ], "Expires": [ "-1" @@ -667,16 +940,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzE5MDEtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpFNU1ERXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQ0MjgtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpRME1qZ3RWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -687,22 +960,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzE5MDEtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQ0MjgtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11996" + "11994" ], "x-ms-request-id": [ - "c45f286a-47d4-44a5-8a3a-a6d2e3ce856a" + "3c991504-2896-4d3a-b97d-f0da2b573433" ], "x-ms-correlation-request-id": [ - "c45f286a-47d4-44a5-8a3a-a6d2e3ce856a" + "3c991504-2896-4d3a-b97d-f0da2b573433" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T184839Z:c45f286a-47d4-44a5-8a3a-a6d2e3ce856a" + "WESTUS:20200623T072229Z:3c991504-2896-4d3a-b97d-f0da2b573433" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -711,7 +984,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 18:48:39 GMT" + "Tue, 23 Jun 2020 07:22:29 GMT" ], "Expires": [ "-1" @@ -724,16 +997,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzE5MDEtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpFNU1ERXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQ0MjgtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpRME1qZ3RWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -744,22 +1017,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzE5MDEtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQ0MjgtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11995" + "11993" ], "x-ms-request-id": [ - "a967f24a-329f-4d2f-a2d5-4ca734140a9d" + "dc31c400-dc22-4b64-812b-11fb332f8f40" ], "x-ms-correlation-request-id": [ - "a967f24a-329f-4d2f-a2d5-4ca734140a9d" + "dc31c400-dc22-4b64-812b-11fb332f8f40" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T184855Z:a967f24a-329f-4d2f-a2d5-4ca734140a9d" + "WESTUS:20200623T072244Z:dc31c400-dc22-4b64-812b-11fb332f8f40" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -768,7 +1041,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 18:48:55 GMT" + "Tue, 23 Jun 2020 07:22:43 GMT" ], "Expires": [ "-1" @@ -781,16 +1054,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzE5MDEtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpFNU1ERXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQ0MjgtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpRME1qZ3RWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -801,16 +1074,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11994" + "11992" ], "x-ms-request-id": [ - "4fa81820-2cad-493b-aff2-e7185566ce66" + "b0eb1b97-8518-416a-8454-18e2aecc09f5" ], "x-ms-correlation-request-id": [ - "4fa81820-2cad-493b-aff2-e7185566ce66" + "b0eb1b97-8518-416a-8454-18e2aecc09f5" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T184910Z:4fa81820-2cad-493b-aff2-e7185566ce66" + "WESTUS:20200623T072259Z:b0eb1b97-8518-416a-8454-18e2aecc09f5" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -819,7 +1092,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 18:49:10 GMT" + "Tue, 23 Jun 2020 07:22:58 GMT" ], "Expires": [ "-1" @@ -832,16 +1105,16 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzE5MDEtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpFNU1ERXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQ0MjgtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpRME1qZ3RWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -852,16 +1125,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11993" + "11991" ], "x-ms-request-id": [ - "74f09ce5-0087-4f79-8cc2-2e73da693564" + "693c46e7-64ff-4abd-aa5e-48489464d177" ], "x-ms-correlation-request-id": [ - "74f09ce5-0087-4f79-8cc2-2e73da693564" + "693c46e7-64ff-4abd-aa5e-48489464d177" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T184910Z:74f09ce5-0087-4f79-8cc2-2e73da693564" + "WESTUS:20200623T072259Z:693c46e7-64ff-4abd-aa5e-48489464d177" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -870,7 +1143,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 18:49:10 GMT" + "Tue, 23 Jun 2020 07:22:58 GMT" ], "Expires": [ "-1" @@ -885,14 +1158,14 @@ ], "Names": { "Test-NewSyncGroup": [ - "ps1901", - "ps4625", - "ps2613" + "ps4428", + "ps2093", + "ps2826" ] }, "Variables": { - "SubscriptionId": "7b96cb02-4663-40f4-9a89-603d3849e46a", - "TenantId": "0483643a-cb2f-462a-bc27-1a270e5bdc0a", + "SubscriptionId": "1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b", + "TenantId": "6ad91d65-65ab-4e14-90f7-fe951035b7c9", "Domain": "" } } \ No newline at end of file diff --git a/src/StorageSync/StorageSync.Test/SessionRecords/StorageSyncTests.SyncGroupTests/TestRemoveSyncGroup.json b/src/StorageSync/StorageSync.Test/SessionRecords/StorageSyncTests.SyncGroupTests/TestRemoveSyncGroup.json index e5c54ad7f4b2..f75ca9ddf27d 100644 --- a/src/StorageSync/StorageSync.Test/SessionRecords/StorageSyncTests.SyncGroupTests/TestRemoveSyncGroup.json +++ b/src/StorageSync/StorageSync.Test/SessionRecords/StorageSyncTests.SyncGroupTests/TestRemoveSyncGroup.json @@ -1,22 +1,22 @@ { "Entries": [ { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/providers/Microsoft.Resources?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVzb3VyY2VzP2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/Microsoft.Resources?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVzb3VyY2VzP2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "5ad2d9d9-d237-4c66-8173-3e2ca56d8b48" + "3eefb684-21a7-4e45-ba2c-5a8fadcf30fd" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -27,16 +27,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11993" + "11999" ], "x-ms-request-id": [ - "c0cb4f7d-667e-4c58-a1a5-21c3336d9ee8" + "cad9e0e2-9a71-4e71-aa60-7fc6f1349074" ], "x-ms-correlation-request-id": [ - "c0cb4f7d-667e-4c58-a1a5-21c3336d9ee8" + "cad9e0e2-9a71-4e71-aa60-7fc6f1349074" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T184621Z:c0cb4f7d-667e-4c58-a1a5-21c3336d9ee8" + "WESTUS:20200623T071920Z:cad9e0e2-9a71-4e71-aa60-7fc6f1349074" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -45,7 +45,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 18:46:20 GMT" + "Tue, 23 Jun 2020 07:19:19 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -54,29 +54,29 @@ "-1" ], "Content-Length": [ - "8818" + "10899" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/providers/Microsoft.Resources\",\r\n \"namespace\": \"Microsoft.Resources\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"tenants\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operationresults\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"notifyResourceJobs\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"tags\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkPolicyCompliance\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"providers\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkresourcename\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resources\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/resources\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/providers\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/operationresults\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceGroups\",\r\n \"locations\": [\r\n \"Central US\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"West Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia Southeast\",\r\n \"Australia East\",\r\n \"West India\",\r\n \"South India\",\r\n \"Central India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/resourceGroups\",\r\n \"locations\": [\r\n \"Central US\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"West Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia Southeast\",\r\n \"Australia East\",\r\n \"West India\",\r\n \"South India\",\r\n \"Central India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/resourcegroups/resources\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/tagnames\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/tagNames/tagValues\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"deployments\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"deployments/operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"links\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-01-01\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/Microsoft.Resources\",\r\n \"namespace\": \"Microsoft.Resources\",\r\n \"authorization\": {\r\n \"applicationId\": \"3b990c8b-9607-4c2a-8b04-1d41985facca\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"tenants\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-01-01\",\r\n \"2019-09-01\",\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-09-01\",\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operationresults\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-09-01\",\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"notifyResourceJobs\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-09-01\",\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"tags\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-10-01\",\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\"\r\n ],\r\n \"capabilities\": \"SupportsExtension\"\r\n },\r\n {\r\n \"resourceType\": \"checkPolicyCompliance\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"providers\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkresourcename\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"calculateTemplateHash\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-09-01\",\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resources\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-09-01\",\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-10-01\",\r\n \"2019-09-01\",\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/resources\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-09-01\",\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/providers\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/operationresults\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceGroups\",\r\n \"locations\": [\r\n \"Central US\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"West Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia Southeast\",\r\n \"Australia East\",\r\n \"West India\",\r\n \"South India\",\r\n \"Central India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Australia Central\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/resourceGroups\",\r\n \"locations\": [\r\n \"Central US\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"West Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia Southeast\",\r\n \"Australia East\",\r\n \"West India\",\r\n \"South India\",\r\n \"Central India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Australia Central\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/resourcegroups/resources\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/tagnames\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/tagNames/tagValues\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"deployments\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-09-01\",\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"deployments/operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-09-01\",\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"links\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ],\r\n \"capabilities\": \"SupportsExtension\"\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-01-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"deploymentScripts\",\r\n \"locations\": [\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Australia East\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"Central US\",\r\n \"North Central US\",\r\n \"UK South\",\r\n \"Central India\",\r\n \"South India\",\r\n \"Japan East\",\r\n \"Korea Central\",\r\n \"North Europe\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West US 2\",\r\n \"West US\",\r\n \"South Central US\",\r\n \"Canada East\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-10-01-preview\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"deploymentScripts/logs\",\r\n \"locations\": [\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Australia East\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"Central US\",\r\n \"North Central US\",\r\n \"UK South\",\r\n \"Central India\",\r\n \"South India\",\r\n \"Japan East\",\r\n \"Korea Central\",\r\n \"North Europe\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West US 2\",\r\n \"West US\",\r\n \"South Central US\",\r\n \"Canada East\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/deploymentScriptOperationResults\",\r\n \"locations\": [\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Australia East\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"Central US\",\r\n \"North Central US\",\r\n \"UK South\",\r\n \"Central India\",\r\n \"South India\",\r\n \"Japan East\",\r\n \"Korea Central\",\r\n \"North Europe\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West US 2\",\r\n \"West US\",\r\n \"South Central US\",\r\n \"Canada East\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-10-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/providers/Microsoft.StorageSync?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZVN5bmM/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/Microsoft.StorageSync?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZVN5bmM/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "c7dd1c1d-98c3-42c2-b0a9-2b11645f711f" + "f1e63a83-7432-413d-a0f7-7ff1d14155af" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -87,16 +87,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11992" + "11998" ], "x-ms-request-id": [ - "8381c74f-2541-483d-b155-8caa99f80f1b" + "4a1c5096-a653-46ef-a1d5-c55758cea986" ], "x-ms-correlation-request-id": [ - "8381c74f-2541-483d-b155-8caa99f80f1b" + "4a1c5096-a653-46ef-a1d5-c55758cea986" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T184621Z:8381c74f-2541-483d-b155-8caa99f80f1b" + "WESTUS:20200623T071920Z:4a1c5096-a653-46ef-a1d5-c55758cea986" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -105,7 +105,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 18:46:20 GMT" + "Tue, 23 Jun 2020 07:19:19 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -114,29 +114,29 @@ "-1" ], "Content-Length": [ - "5239" + "7645" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/providers/Microsoft.StorageSync\",\r\n \"namespace\": \"Microsoft.StorageSync\",\r\n \"authorizations\": [\r\n {\r\n \"applicationId\": \"9469b9f5-6722-4481-a2b2-14ed560b706f\"\r\n }\r\n ],\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageSyncServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"Central US EUAP\",\r\n \"West US 2\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\",\r\n \"2018-01-01-preview\",\r\n \"2017-06-05-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"storageSyncServices/syncGroups\",\r\n \"locations\": [\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"Central US EUAP\",\r\n \"West US 2\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\",\r\n \"2018-01-01-preview\",\r\n \"2017-06-05-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageSyncServices/syncGroups/cloudEndpoints\",\r\n \"locations\": [\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"Central US EUAP\",\r\n \"West US 2\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\",\r\n \"2018-01-01-preview\",\r\n \"2017-06-05-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageSyncServices/syncGroups/serverEndpoints\",\r\n \"locations\": [\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"Central US EUAP\",\r\n \"West US 2\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\",\r\n \"2018-01-01-preview\",\r\n \"2017-06-05-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageSyncServices/registeredServers\",\r\n \"locations\": [\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"Central US EUAP\",\r\n \"West US 2\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\",\r\n \"2018-01-01-preview\",\r\n \"2017-06-05-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageSyncServices/workflows\",\r\n \"locations\": [\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"Central US EUAP\",\r\n \"West US 2\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\",\r\n \"2018-01-01-preview\",\r\n \"2017-06-05-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\",\r\n \"2018-01-01-preview\",\r\n \"2017-06-05-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/checkNameAvailability\",\r\n \"locations\": [\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/workflows\",\r\n \"locations\": [\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/Microsoft.StorageSync\",\r\n \"namespace\": \"Microsoft.StorageSync\",\r\n \"authorizations\": [\r\n {\r\n \"applicationId\": \"9469b9f5-6722-4481-a2b2-14ed560b706f\",\r\n \"roleDefinitionId\": \"4cd49d82-1f4d-43fc-af0c-1c1203668e5a\"\r\n }\r\n ],\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageSyncServices\",\r\n \"locations\": [\r\n \"West Central US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"West US 2\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"UAE North\",\r\n \"UAE Central\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2019-10-01\",\r\n \"2019-06-01\",\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\",\r\n \"2018-01-01-preview\",\r\n \"2017-06-05-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"storageSyncServices/syncGroups\",\r\n \"locations\": [\r\n \"West Central US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"West US 2\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"UAE North\",\r\n \"UAE Central\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2019-10-01\",\r\n \"2019-06-01\",\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\",\r\n \"2018-01-01-preview\",\r\n \"2017-06-05-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageSyncServices/syncGroups/cloudEndpoints\",\r\n \"locations\": [\r\n \"West Central US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"West US 2\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"UAE North\",\r\n \"UAE Central\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2019-10-01\",\r\n \"2019-06-01\",\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\",\r\n \"2018-01-01-preview\",\r\n \"2017-06-05-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageSyncServices/syncGroups/serverEndpoints\",\r\n \"locations\": [\r\n \"West Central US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"West US 2\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"UAE North\",\r\n \"UAE Central\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2019-10-01\",\r\n \"2019-06-01\",\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\",\r\n \"2018-01-01-preview\",\r\n \"2017-06-05-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageSyncServices/registeredServers\",\r\n \"locations\": [\r\n \"West Central US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"West US 2\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"UAE North\",\r\n \"UAE Central\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2019-10-01\",\r\n \"2019-06-01\",\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\",\r\n \"2018-01-01-preview\",\r\n \"2017-06-05-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageSyncServices/workflows\",\r\n \"locations\": [\r\n \"West Central US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"West US 2\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"UAE North\",\r\n \"UAE Central\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2019-10-01\",\r\n \"2019-06-01\",\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\",\r\n \"2018-01-01-preview\",\r\n \"2017-06-05-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2019-10-01\",\r\n \"2019-06-01\",\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\",\r\n \"2018-01-01-preview\",\r\n \"2017-06-05-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2019-10-01\",\r\n \"2019-06-01\",\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/checkNameAvailability\",\r\n \"locations\": [\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"UAE North\",\r\n \"UAE Central\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2019-10-01\",\r\n \"2019-06-01\",\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/workflows\",\r\n \"locations\": [\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"UAE North\",\r\n \"UAE Central\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2019-10-01\",\r\n \"2019-06-01\",\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operations\",\r\n \"locations\": [\r\n \"West Central US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"West US 2\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"UAE North\",\r\n \"UAE Central\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operationResults\",\r\n \"locations\": [\r\n \"West Central US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"West US 2\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"UAE North\",\r\n \"UAE Central\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourcegroups/ps4621?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlZ3JvdXBzL3BzNDYyMT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourcegroups/ps8601?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlZ3JvdXBzL3BzODYwMT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "59e17cf3-89fb-4fca-bda8-de3c15702ffd" + "e4761835-b907-4f8f-aade-0b618ebad44e" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ], "Content-Type": [ "application/json; charset=utf-8" @@ -153,16 +153,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1198" + "1199" ], "x-ms-request-id": [ - "0414d08d-e6e0-49cf-82b5-7a6785030930" + "39017192-3963-4f39-99b8-32a7b10cbb6a" ], "x-ms-correlation-request-id": [ - "0414d08d-e6e0-49cf-82b5-7a6785030930" + "39017192-3963-4f39-99b8-32a7b10cbb6a" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T184622Z:0414d08d-e6e0-49cf-82b5-7a6785030930" + "WESTUS:20200623T071920Z:39017192-3963-4f39-99b8-32a7b10cbb6a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -171,7 +171,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 18:46:22 GMT" + "Tue, 23 Jun 2020 07:19:20 GMT" ], "Content-Length": [ "165" @@ -183,26 +183,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps4621\",\r\n \"name\": \"ps4621\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps8601\",\r\n \"name\": \"ps8601\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/providers/Microsoft.StorageSync/locations/CentralUSEUAP/checkNameAvailability?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZVN5bmMvbG9jYXRpb25zL0NlbnRyYWxVU0VVQVAvY2hlY2tOYW1lQXZhaWxhYmlsaXR5P2FwaS12ZXJzaW9uPTIwMTktMDMtMDE=", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/Microsoft.StorageSync/locations/CentralUSEUAP/checkNameAvailability?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZVN5bmMvbG9jYXRpb25zL0NlbnRyYWxVU0VVQVAvY2hlY2tOYW1lQXZhaWxhYmlsaXR5P2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", "RequestMethod": "POST", - "RequestBody": "{\r\n \"name\": \"sssps7213\",\r\n \"type\": \"Microsoft.StorageSync/storageSyncServices\"\r\n}", + "RequestBody": "{\r\n \"name\": \"sssps6633\",\r\n \"type\": \"Microsoft.StorageSync/storageSyncServices\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "1aac5695-db73-47ae-b491-1e4a921183f3" + "ef04ce34-87bd-46b3-97e6-25850acb7018" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -219,7 +219,7 @@ "no-cache" ], "x-ms-request-id": [ - "8e7e2e94-4d3b-4a74-8aaa-6523fac8e799" + "61478285-d9af-4d3f-9bcf-af0fe47eda7b" ], "X-Content-Type-Options": [ "nosniff" @@ -240,50 +240,50 @@ "1199" ], "x-ms-correlation-request-id": [ - "8f2308a6-0932-44f1-bb1b-f037257ee6c8" + "3c63903c-320b-4d07-aadf-7d9eb3a74e0b" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T184624Z:8f2308a6-0932-44f1-bb1b-f037257ee6c8" + "WESTUS:20200623T071921Z:3c63903c-320b-4d07-aadf-7d9eb3a74e0b" ], "Date": [ - "Wed, 03 Jul 2019 18:46:23 GMT" + "Tue, 23 Jun 2020 07:19:21 GMT" ], "Content-Length": [ - "51" + "29" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"nameAvailable\": true,\r\n \"reason\": null,\r\n \"message\": null\r\n}", + "ResponseBody": "{\r\n \"nameAvailable\": true\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps4621/providers/Microsoft.StorageSync/storageSyncServices/sssps7213?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNDYyMS9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM3MjEzP2FwaS12ZXJzaW9uPTIwMTktMDMtMDE=", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps8601/providers/Microsoft.StorageSync/storageSyncServices/sssps6633?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzODYwMS9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM2NjMzP2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"location\": \"Central US EUAP\",\r\n \"tags\": {}\r\n}", + "RequestBody": "{\r\n \"location\": \"Central US EUAP\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"incomingTrafficPolicy\": \"AllowAllTraffic\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "531463cb-a3d8-4f0f-951e-fb8da1dde659" + "e4771204-9709-4a3e-9480-108e6ce89ba9" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "52" + "125" ] }, "ResponseHeaders": { @@ -293,8 +293,17 @@ "Pragma": [ "no-cache" ], + "Location": [ + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6IjIyMzgzNWNjLTNhZjEtNGM3OC1hNjM2LTk3MTFjMDdkNDdhMCIsIndvcmtmbG93SWQiOiI2MjI2ZGVjNC04ZDdiLTQxNWItYWQzNi1iNTYxOWYzYmU1NjEiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiYzc1YWMwOTgtZTAxNi00MDQ4LWI0NzAtNmJhZDc2NDVlMzE0In0=?api-version=2020-03-01" + ], + "Retry-After": [ + "10" + ], + "Azure-AsyncOperation": [ + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6IjIyMzgzNWNjLTNhZjEtNGM3OC1hNjM2LTk3MTFjMDdkNDdhMCIsIndvcmtmbG93SWQiOiI2MjI2ZGVjNC04ZDdiLTQxNWItYWQzNi1iNTYxOWYzYmU1NjEiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiYzc1YWMwOTgtZTAxNi00MDQ4LWI0NzAtNmJhZDc2NDVlMzE0In0=?api-version=2020-03-01" + ], "x-ms-request-id": [ - "22ce1036-172e-428b-a9aa-f0f03db58adc" + "9613962e-62ac-4ce1-8218-da856ab977d6" ], "X-Content-Type-Options": [ "nosniff" @@ -312,47 +321,170 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1199" + "1198" + ], + "x-ms-correlation-request-id": [ + "ac402c5a-4b85-42e5-bff7-fa9de815205f" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200623T071922Z:ac402c5a-4b85-42e5-bff7-fa9de815205f" + ], + "Date": [ + "Tue, 23 Jun 2020 07:19:22 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6IjIyMzgzNWNjLTNhZjEtNGM3OC1hNjM2LTk3MTFjMDdkNDdhMCIsIndvcmtmbG93SWQiOiI2MjI2ZGVjNC04ZDdiLTQxNWItYWQzNi1iNTYxOWYzYmU1NjEiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiYzc1YWMwOTgtZTAxNi00MDQ4LWI0NzAtNmJhZDc2NDVlMzE0In0=?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvbG9jYXRpb25zL2NlbnRyYWx1c2V1YXAvb3BlcmF0aW9ucy9leUp3WVhKMGFYUnBiMjVKWkNJNklqSXlNemd6TldOakxUTmhaakV0TkdNM09DMWhOak0yTFRrM01URmpNRGRrTkRkaE1DSXNJbmR2Y210bWJHOTNTV1FpT2lJMk1qSTJaR1ZqTkMwNFpEZGlMVFF4TldJdFlXUXpOaTFpTlRZeE9XWXpZbVUxTmpFaUxDSjNiM0pyWm14dmQwOXdaWEpoZEdsdmJrbGtJam9pWXpjMVlXTXdPVGd0WlRBeE5pMDBNRFE0TFdJME56QXRObUpoWkRjMk5EVmxNekUwSW4wPT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-request-id": [ + "c96c94a6-b2d4-4aa4-b970-6922346fa8aa" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-IIS/10.0" + ], + "X-AspNet-Version": [ + "4.0.30319" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11993" ], "x-ms-correlation-request-id": [ - "86863f5e-369d-46f5-8e02-57f694e966ee" + "21b6264e-c80c-4468-86ab-b0104c7b8161" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T184625Z:86863f5e-369d-46f5-8e02-57f694e966ee" + "WESTUS:20200623T071932Z:21b6264e-c80c-4468-86ab-b0104c7b8161" ], "Date": [ - "Wed, 03 Jul 2019 18:46:24 GMT" + "Tue, 23 Jun 2020 07:19:32 GMT" ], "Content-Length": [ - "329" + "745" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6IjIyMzgzNWNjLTNhZjEtNGM3OC1hNjM2LTk3MTFjMDdkNDdhMCIsIndvcmtmbG93SWQiOiI2MjI2ZGVjNC04ZDdiLTQxNWItYWQzNi1iNTYxOWYzYmU1NjEiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiYzc1YWMwOTgtZTAxNi00MDQ4LWI0NzAtNmJhZDc2NDVlMzE0In0=\",\r\n \"name\": \"eyJwYXJ0aXRpb25JZCI6IjIyMzgzNWNjLTNhZjEtNGM3OC1hNjM2LTk3MTFjMDdkNDdhMCIsIndvcmtmbG93SWQiOiI2MjI2ZGVjNC04ZDdiLTQxNWItYWQzNi1iNTYxOWYzYmU1NjEiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiYzc1YWMwOTgtZTAxNi00MDQ4LWI0NzAtNmJhZDc2NDVlMzE0In0=\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2020-06-23T07:19:22.9563858Z\",\r\n \"endTime\": \"2020-06-23T07:19:29.0371338Z\",\r\n \"properties\": {}\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps8601/providers/Microsoft.StorageSync/storageSyncServices/sssps6633?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzODYwMS9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM2NjMzP2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-request-id": [ + "08d7e279-0d71-4435-b51f-923568053ed7" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-IIS/10.0" + ], + "X-AspNet-Version": [ + "4.0.30319" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11992" + ], + "x-ms-correlation-request-id": [ + "02ff6dea-b43e-47ac-b419-9770979f07aa" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200623T071932Z:02ff6dea-b43e-47ac-b419-9770979f07aa" + ], + "Date": [ + "Tue, 23 Jun 2020 07:19:32 GMT" + ], + "Content-Length": [ + "633" + ], + "Content-Type": [ + "application/json" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"storageSyncServiceStatus\": null,\r\n \"storageSyncServiceUid\": null\r\n },\r\n \"location\": \"Central US EUAP\",\r\n \"tags\": {},\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps4621/providers/microsoft.storagesync/storageSyncServices/sssps7213\",\r\n \"name\": \"sssps7213\",\r\n \"type\": \"microsoft.storagesync/storageSyncServices\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"storageSyncServiceStatus\": 0,\r\n \"incomingTrafficPolicy\": \"AllowAllTraffic\",\r\n \"privateEndpointConnections\": [],\r\n \"provisioningState\": \"Succeeded\",\r\n \"lastWorkflowId\": \"storageSyncServices/sssps6633/workflows/6226dec4-8d7b-415b-ad36-b5619f3be561\",\r\n \"lastOperationName\": \"ICreateStorageSyncServiceWorkflow\"\r\n },\r\n \"location\": \"Central US EUAP\",\r\n \"tags\": {},\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps8601/providers/microsoft.storagesync/storageSyncServices/sssps6633\",\r\n \"name\": \"sssps6633\",\r\n \"type\": \"microsoft.storagesync/storageSyncServices\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps4621/providers/Microsoft.StorageSync/storageSyncServices/sssps7213/syncGroups/sgps6159?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNDYyMS9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM3MjEzL3N5bmNHcm91cHMvc2dwczYxNTk/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps8601/providers/Microsoft.StorageSync/storageSyncServices/sssps6633/syncGroups/sgps2112?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzODYwMS9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM2NjMzL3N5bmNHcm91cHMvc2dwczIxMTI/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", "RequestMethod": "PUT", "RequestBody": "{\r\n \"properties\": {}\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "2105521c-54d0-4a85-afc9-09bf4abb750e" + "c14450af-ae48-4873-bc82-9248453d8d07" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -369,7 +501,7 @@ "no-cache" ], "x-ms-request-id": [ - "0f1feff3-e59d-4942-bfba-5b7a027d48b8" + "7e4b9667-8074-48e3-82fa-97b1d4c40672" ], "X-Content-Type-Options": [ "nosniff" @@ -387,47 +519,47 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1198" + "1197" ], "x-ms-correlation-request-id": [ - "7988da54-8c6b-41ce-95b8-1afab7e9c0e5" + "aa621c76-d80b-4cb6-9854-769d781c65b4" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T184626Z:7988da54-8c6b-41ce-95b8-1afab7e9c0e5" + "WESTUS:20200623T071933Z:aa621c76-d80b-4cb6-9854-769d781c65b4" ], "Date": [ - "Wed, 03 Jul 2019 18:46:25 GMT" + "Tue, 23 Jun 2020 07:19:32 GMT" ], "Content-Length": [ - "331" + "371" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"syncGroupStatus\": \"0\",\r\n \"uniqueId\": \"d2b719e8-30b6-4534-afc2-7942f381134a\"\r\n },\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps4621/providers/microsoft.storagesync/storageSyncServices/sssps7213/syncGroups/sgps6159\",\r\n \"name\": \"sgps6159\",\r\n \"type\": \"microsoft.storagesync/storageSyncServices/syncGroups\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"syncGroupStatus\": \"0\",\r\n \"uniqueId\": \"d2771fbb-a87e-498e-bf82-249026729fa9\"\r\n },\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps8601/providers/microsoft.storagesync/storageSyncServices/sssps6633/syncGroups/sgps2112\",\r\n \"name\": \"sgps2112\",\r\n \"type\": \"microsoft.storagesync/storageSyncServices/syncGroups\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps4621/providers/Microsoft.StorageSync/storageSyncServices/sssps7213/syncGroups/sgps6159?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNDYyMS9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM3MjEzL3N5bmNHcm91cHMvc2dwczYxNTk/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps8601/providers/Microsoft.StorageSync/storageSyncServices/sssps6633/syncGroups/sgps2112?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzODYwMS9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM2NjMzL3N5bmNHcm91cHMvc2dwczIxMTI/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "4805bc29-0e79-4704-b895-888e68b7921c" + "359dc8c1-a144-474f-b2c1-3c5095e44e55" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -438,7 +570,7 @@ "no-cache" ], "x-ms-request-id": [ - "87a0b4e3-c7ac-40d4-936c-a82f40f5c57d" + "f7d5cd52-481b-4866-acda-24caba4db3bf" ], "X-Content-Type-Options": [ "nosniff" @@ -456,16 +588,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-deletes": [ - "14999" + "14998" ], "x-ms-correlation-request-id": [ - "1bb5f8bd-a089-46f3-b43a-cdc9c46da769" + "db11ed8d-c12b-4717-8372-d720f782ec01" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T184626Z:1bb5f8bd-a089-46f3-b43a-cdc9c46da769" + "WESTUS:20200623T071933Z:db11ed8d-c12b-4717-8372-d720f782ec01" ], "Date": [ - "Wed, 03 Jul 2019 18:46:26 GMT" + "Tue, 23 Jun 2020 07:19:33 GMT" ], "Expires": [ "-1" @@ -478,22 +610,22 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps4621/providers/Microsoft.StorageSync/storageSyncServices/sssps7213?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNDYyMS9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM3MjEzP2FwaS12ZXJzaW9uPTIwMTktMDMtMDE=", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps8601/providers/Microsoft.StorageSync/storageSyncServices/sssps6633?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzODYwMS9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM2NjMzP2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "9085abab-632f-4a08-8691-b3384ca8d954" + "fdc77b24-e5f8-4fed-8562-691f142fd6bf" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -503,8 +635,17 @@ "Pragma": [ "no-cache" ], + "Location": [ + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6IjIyMzgzNWNjLTNhZjEtNGM3OC1hNjM2LTk3MTFjMDdkNDdhMCIsIndvcmtmbG93SWQiOiIwNDVlNTc5ZC1mYzIwLTRhYzgtODFmNy1iYjI3N2NiODlkM2EiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiNTQ5ZmMyNzctNjhhNS00MTgwLWExNzItNzJkYTVmOTc2OTVjIn0=?api-version=2020-03-01" + ], + "Retry-After": [ + "10" + ], + "Azure-AsyncOperation": [ + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6IjIyMzgzNWNjLTNhZjEtNGM3OC1hNjM2LTk3MTFjMDdkNDdhMCIsIndvcmtmbG93SWQiOiIwNDVlNTc5ZC1mYzIwLTRhYzgtODFmNy1iYjI3N2NiODlkM2EiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiNTQ5ZmMyNzctNjhhNS00MTgwLWExNzItNzJkYTVmOTc2OTVjIn0=?api-version=2020-03-01" + ], "x-ms-request-id": [ - "af989377-93b6-4b9c-94ff-defa8fb2f5df" + "205e9e42-c5cb-41f5-bcf2-df3d9ba8bbfb" ], "X-Content-Type-Options": [ "nosniff" @@ -522,16 +663,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-deletes": [ - "14998" + "14997" ], "x-ms-correlation-request-id": [ - "79397049-7e45-46c8-8204-26c70a34ec21" + "17109845-493b-4ba5-b140-60f59dd81cd8" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T184627Z:79397049-7e45-46c8-8204-26c70a34ec21" + "WESTUS:20200623T071933Z:17109845-493b-4ba5-b140-60f59dd81cd8" ], "Date": [ - "Wed, 03 Jul 2019 18:46:27 GMT" + "Tue, 23 Jun 2020 07:19:33 GMT" ], "Expires": [ "-1" @@ -541,25 +682,148 @@ ] }, "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6IjIyMzgzNWNjLTNhZjEtNGM3OC1hNjM2LTk3MTFjMDdkNDdhMCIsIndvcmtmbG93SWQiOiIwNDVlNTc5ZC1mYzIwLTRhYzgtODFmNy1iYjI3N2NiODlkM2EiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiNTQ5ZmMyNzctNjhhNS00MTgwLWExNzItNzJkYTVmOTc2OTVjIn0=?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvbG9jYXRpb25zL2NlbnRyYWx1c2V1YXAvb3BlcmF0aW9ucy9leUp3WVhKMGFYUnBiMjVKWkNJNklqSXlNemd6TldOakxUTmhaakV0TkdNM09DMWhOak0yTFRrM01URmpNRGRrTkRkaE1DSXNJbmR2Y210bWJHOTNTV1FpT2lJd05EVmxOVGM1WkMxbVl6SXdMVFJoWXpndE9ERm1OeTFpWWpJM04yTmlPRGxrTTJFaUxDSjNiM0pyWm14dmQwOXdaWEpoZEdsdmJrbGtJam9pTlRRNVptTXlOemN0TmpoaE5TMDBNVGd3TFdFeE56SXROekprWVRWbU9UYzJPVFZqSW4wPT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-request-id": [ + "b825b6a9-474c-4fa9-871d-24a0fe84fc69" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-IIS/10.0" + ], + "X-AspNet-Version": [ + "4.0.30319" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11991" + ], + "x-ms-correlation-request-id": [ + "1650acb0-0e6a-403b-8ffd-adc85d3e1816" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200623T071944Z:1650acb0-0e6a-403b-8ffd-adc85d3e1816" + ], + "Date": [ + "Tue, 23 Jun 2020 07:19:43 GMT" + ], + "Content-Length": [ + "744" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6IjIyMzgzNWNjLTNhZjEtNGM3OC1hNjM2LTk3MTFjMDdkNDdhMCIsIndvcmtmbG93SWQiOiIwNDVlNTc5ZC1mYzIwLTRhYzgtODFmNy1iYjI3N2NiODlkM2EiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiNTQ5ZmMyNzctNjhhNS00MTgwLWExNzItNzJkYTVmOTc2OTVjIn0=\",\r\n \"name\": \"eyJwYXJ0aXRpb25JZCI6IjIyMzgzNWNjLTNhZjEtNGM3OC1hNjM2LTk3MTFjMDdkNDdhMCIsIndvcmtmbG93SWQiOiIwNDVlNTc5ZC1mYzIwLTRhYzgtODFmNy1iYjI3N2NiODlkM2EiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiNTQ5ZmMyNzctNjhhNS00MTgwLWExNzItNzJkYTVmOTc2OTVjIn0=\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2020-06-23T07:19:34.150623Z\",\r\n \"endTime\": \"2020-06-23T07:19:39.7893807Z\",\r\n \"properties\": {}\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps4621/providers/Microsoft.StorageSync/storageSyncServices?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNDYyMS9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXM/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6IjIyMzgzNWNjLTNhZjEtNGM3OC1hNjM2LTk3MTFjMDdkNDdhMCIsIndvcmtmbG93SWQiOiIwNDVlNTc5ZC1mYzIwLTRhYzgtODFmNy1iYjI3N2NiODlkM2EiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiNTQ5ZmMyNzctNjhhNS00MTgwLWExNzItNzJkYTVmOTc2OTVjIn0=?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvbG9jYXRpb25zL2NlbnRyYWx1c2V1YXAvb3BlcmF0aW9ucmVzdWx0cy9leUp3WVhKMGFYUnBiMjVKWkNJNklqSXlNemd6TldOakxUTmhaakV0TkdNM09DMWhOak0yTFRrM01URmpNRGRrTkRkaE1DSXNJbmR2Y210bWJHOTNTV1FpT2lJd05EVmxOVGM1WkMxbVl6SXdMVFJoWXpndE9ERm1OeTFpWWpJM04yTmlPRGxrTTJFaUxDSjNiM0pyWm14dmQwOXdaWEpoZEdsdmJrbGtJam9pTlRRNVptTXlOemN0TmpoaE5TMDBNVGd3TFdFeE56SXROekprWVRWbU9UYzJPVFZqSW4wPT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-request-id": [ + "cad039cd-07f4-4931-8878-fdd3fc26e3ce" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-IIS/10.0" + ], + "X-AspNet-Version": [ + "4.0.30319" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11990" + ], + "x-ms-correlation-request-id": [ + "61de0014-6942-4c7e-9414-395329203194" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200623T071944Z:61de0014-6942-4c7e-9414-395329203194" + ], + "Date": [ + "Tue, 23 Jun 2020 07:19:44 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps8601/providers/Microsoft.StorageSync/storageSyncServices?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzODYwMS9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXM/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "dbbb82b6-fb73-4288-83ad-7d8a7c359bd1" + "ed9851c9-8919-41ec-bb26-4956707db1d5" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -569,57 +833,66 @@ "Pragma": [ "no-cache" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11999" - ], "x-ms-request-id": [ - "3f964a9b-6c69-48d3-94ce-1b89cbb84b20" + "c13835f2-496f-434d-87b3-eb58548b1560" ], - "x-ms-correlation-request-id": [ - "3f964a9b-6c69-48d3-94ce-1b89cbb84b20" - ], - "x-ms-routing-request-id": [ - "WESTUS:20190703T184627Z:3f964a9b-6c69-48d3-94ce-1b89cbb84b20" + "X-Content-Type-Options": [ + "nosniff" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Content-Type-Options": [ - "nosniff" + "Server": [ + "Microsoft-IIS/10.0" + ], + "X-AspNet-Version": [ + "4.0.30319" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11989" + ], + "x-ms-correlation-request-id": [ + "f763ef19-7106-4fea-bd92-10ae982fefa8" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200623T071944Z:f763ef19-7106-4fea-bd92-10ae982fefa8" ], "Date": [ - "Wed, 03 Jul 2019 18:46:27 GMT" + "Tue, 23 Jun 2020 07:19:44 GMT" + ], + "Content-Length": [ + "19" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" - ], - "Content-Length": [ - "12" ] }, "ResponseBody": "{\r\n \"value\": []\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourcegroups/ps4621?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlZ3JvdXBzL3BzNDYyMT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourcegroups/ps8601?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlZ3JvdXBzL3BzODYwMT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "8d1c5935-e1c7-4c95-8125-c254f2693c01" + "05e13b72-3099-4936-af07-ebcf6ea3a896" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -630,22 +903,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQ2MjEtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzg2MDEtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-deletes": [ - "14997" + "14996" ], "x-ms-request-id": [ - "8ab0ecf7-4bc2-4ce4-be8c-b485ca13eae9" + "4c759e93-c11a-444f-8960-0d73c98bec11" ], "x-ms-correlation-request-id": [ - "8ab0ecf7-4bc2-4ce4-be8c-b485ca13eae9" + "4c759e93-c11a-444f-8960-0d73c98bec11" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T184629Z:8ab0ecf7-4bc2-4ce4-be8c-b485ca13eae9" + "WESTUS:20200623T071944Z:4c759e93-c11a-444f-8960-0d73c98bec11" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -654,7 +927,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 18:46:28 GMT" + "Tue, 23 Jun 2020 07:19:44 GMT" ], "Expires": [ "-1" @@ -667,16 +940,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQ2MjEtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpRMk1qRXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzg2MDEtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpnMk1ERXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -687,22 +960,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQ2MjEtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzg2MDEtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11998" + "11988" ], "x-ms-request-id": [ - "a71dec11-0fe1-47f5-a2a8-319e3414c078" + "3352fc15-e582-46f8-90f5-aa60dc3f66b2" ], "x-ms-correlation-request-id": [ - "a71dec11-0fe1-47f5-a2a8-319e3414c078" + "3352fc15-e582-46f8-90f5-aa60dc3f66b2" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T184644Z:a71dec11-0fe1-47f5-a2a8-319e3414c078" + "WESTUS:20200623T071959Z:3352fc15-e582-46f8-90f5-aa60dc3f66b2" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -711,7 +984,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 18:46:43 GMT" + "Tue, 23 Jun 2020 07:19:59 GMT" ], "Expires": [ "-1" @@ -724,16 +997,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQ2MjEtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpRMk1qRXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzg2MDEtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpnMk1ERXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -744,22 +1017,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQ2MjEtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzg2MDEtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11997" + "11991" ], "x-ms-request-id": [ - "c217cb14-9053-45c4-b446-ffa0a48fc2fa" + "cc5e5615-fb45-4971-8b5c-d9430a50f715" ], "x-ms-correlation-request-id": [ - "c217cb14-9053-45c4-b446-ffa0a48fc2fa" + "cc5e5615-fb45-4971-8b5c-d9430a50f715" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T184659Z:c217cb14-9053-45c4-b446-ffa0a48fc2fa" + "WESTUS:20200623T072014Z:cc5e5615-fb45-4971-8b5c-d9430a50f715" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -768,7 +1041,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 18:46:58 GMT" + "Tue, 23 Jun 2020 07:20:14 GMT" ], "Expires": [ "-1" @@ -781,16 +1054,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQ2MjEtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpRMk1qRXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzg2MDEtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpnMk1ERXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -801,16 +1074,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11996" + "11990" ], "x-ms-request-id": [ - "fe574800-3940-450e-86dc-dbbbbcd2f562" + "de720f57-2460-4316-886c-f210c5043515" ], "x-ms-correlation-request-id": [ - "fe574800-3940-450e-86dc-dbbbbcd2f562" + "de720f57-2460-4316-886c-f210c5043515" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T184714Z:fe574800-3940-450e-86dc-dbbbbcd2f562" + "WESTUS:20200623T072029Z:de720f57-2460-4316-886c-f210c5043515" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -819,7 +1092,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 18:47:14 GMT" + "Tue, 23 Jun 2020 07:20:29 GMT" ], "Expires": [ "-1" @@ -832,16 +1105,16 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQ2MjEtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpRMk1qRXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzg2MDEtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpnMk1ERXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -852,16 +1125,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11995" + "11989" ], "x-ms-request-id": [ - "0e651e44-25e1-4a85-9432-24f0bf91ca30" + "f1cbccbc-26cc-4df0-a2b3-af551432f950" ], "x-ms-correlation-request-id": [ - "0e651e44-25e1-4a85-9432-24f0bf91ca30" + "f1cbccbc-26cc-4df0-a2b3-af551432f950" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T184714Z:0e651e44-25e1-4a85-9432-24f0bf91ca30" + "WESTUS:20200623T072029Z:f1cbccbc-26cc-4df0-a2b3-af551432f950" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -870,7 +1143,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 18:47:14 GMT" + "Tue, 23 Jun 2020 07:20:29 GMT" ], "Expires": [ "-1" @@ -885,14 +1158,14 @@ ], "Names": { "Test-RemoveSyncGroup": [ - "ps4621", - "ps7213", - "ps6159" + "ps8601", + "ps6633", + "ps2112" ] }, "Variables": { - "SubscriptionId": "7b96cb02-4663-40f4-9a89-603d3849e46a", - "TenantId": "0483643a-cb2f-462a-bc27-1a270e5bdc0a", + "SubscriptionId": "1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b", + "TenantId": "6ad91d65-65ab-4e14-90f7-fe951035b7c9", "Domain": "" } } \ No newline at end of file diff --git a/src/StorageSync/StorageSync.Test/SessionRecords/StorageSyncTests.SyncGroupTests/TestRemoveSyncGroupInputObject.json b/src/StorageSync/StorageSync.Test/SessionRecords/StorageSyncTests.SyncGroupTests/TestRemoveSyncGroupInputObject.json index 9fc7d69c5014..d71e15d00891 100644 --- a/src/StorageSync/StorageSync.Test/SessionRecords/StorageSyncTests.SyncGroupTests/TestRemoveSyncGroupInputObject.json +++ b/src/StorageSync/StorageSync.Test/SessionRecords/StorageSyncTests.SyncGroupTests/TestRemoveSyncGroupInputObject.json @@ -1,22 +1,22 @@ { "Entries": [ { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/providers/Microsoft.Resources?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVzb3VyY2VzP2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/Microsoft.Resources?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVzb3VyY2VzP2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "09d0b6d2-16c7-48f8-a004-9888819d9dbd" + "c2649c2a-ebd2-419c-a1c8-05e98d57123e" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -27,16 +27,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11999" + "11994" ], "x-ms-request-id": [ - "7b7f7f44-75b9-41eb-96e9-6c04a5f2f83f" + "2298aa94-e2e8-4ede-aa6b-b35202a08126" ], "x-ms-correlation-request-id": [ - "7b7f7f44-75b9-41eb-96e9-6c04a5f2f83f" + "2298aa94-e2e8-4ede-aa6b-b35202a08126" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T184430Z:7b7f7f44-75b9-41eb-96e9-6c04a5f2f83f" + "WESTUS:20200623T071653Z:2298aa94-e2e8-4ede-aa6b-b35202a08126" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -45,7 +45,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 18:44:29 GMT" + "Tue, 23 Jun 2020 07:16:52 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -54,29 +54,29 @@ "-1" ], "Content-Length": [ - "8818" + "10899" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/providers/Microsoft.Resources\",\r\n \"namespace\": \"Microsoft.Resources\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"tenants\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operationresults\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"notifyResourceJobs\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"tags\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkPolicyCompliance\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"providers\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkresourcename\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resources\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/resources\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/providers\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/operationresults\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceGroups\",\r\n \"locations\": [\r\n \"Central US\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"West Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia Southeast\",\r\n \"Australia East\",\r\n \"West India\",\r\n \"South India\",\r\n \"Central India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/resourceGroups\",\r\n \"locations\": [\r\n \"Central US\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"West Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia Southeast\",\r\n \"Australia East\",\r\n \"West India\",\r\n \"South India\",\r\n \"Central India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/resourcegroups/resources\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/tagnames\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/tagNames/tagValues\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"deployments\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"deployments/operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"links\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-01-01\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/Microsoft.Resources\",\r\n \"namespace\": \"Microsoft.Resources\",\r\n \"authorization\": {\r\n \"applicationId\": \"3b990c8b-9607-4c2a-8b04-1d41985facca\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"tenants\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-01-01\",\r\n \"2019-09-01\",\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-09-01\",\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operationresults\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-09-01\",\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"notifyResourceJobs\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-09-01\",\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"tags\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-10-01\",\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\"\r\n ],\r\n \"capabilities\": \"SupportsExtension\"\r\n },\r\n {\r\n \"resourceType\": \"checkPolicyCompliance\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"providers\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkresourcename\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"calculateTemplateHash\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-09-01\",\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resources\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-09-01\",\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-10-01\",\r\n \"2019-09-01\",\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/resources\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-09-01\",\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/providers\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/operationresults\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceGroups\",\r\n \"locations\": [\r\n \"Central US\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"West Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia Southeast\",\r\n \"Australia East\",\r\n \"West India\",\r\n \"South India\",\r\n \"Central India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Australia Central\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/resourceGroups\",\r\n \"locations\": [\r\n \"Central US\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"West Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia Southeast\",\r\n \"Australia East\",\r\n \"West India\",\r\n \"South India\",\r\n \"Central India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Australia Central\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/resourcegroups/resources\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/tagnames\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/tagNames/tagValues\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"deployments\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-09-01\",\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"deployments/operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-09-01\",\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"links\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ],\r\n \"capabilities\": \"SupportsExtension\"\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-01-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"deploymentScripts\",\r\n \"locations\": [\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Australia East\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"Central US\",\r\n \"North Central US\",\r\n \"UK South\",\r\n \"Central India\",\r\n \"South India\",\r\n \"Japan East\",\r\n \"Korea Central\",\r\n \"North Europe\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West US 2\",\r\n \"West US\",\r\n \"South Central US\",\r\n \"Canada East\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-10-01-preview\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"deploymentScripts/logs\",\r\n \"locations\": [\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Australia East\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"Central US\",\r\n \"North Central US\",\r\n \"UK South\",\r\n \"Central India\",\r\n \"South India\",\r\n \"Japan East\",\r\n \"Korea Central\",\r\n \"North Europe\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West US 2\",\r\n \"West US\",\r\n \"South Central US\",\r\n \"Canada East\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/deploymentScriptOperationResults\",\r\n \"locations\": [\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Australia East\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"Central US\",\r\n \"North Central US\",\r\n \"UK South\",\r\n \"Central India\",\r\n \"South India\",\r\n \"Japan East\",\r\n \"Korea Central\",\r\n \"North Europe\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West US 2\",\r\n \"West US\",\r\n \"South Central US\",\r\n \"Canada East\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-10-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/providers/Microsoft.StorageSync?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZVN5bmM/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/Microsoft.StorageSync?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZVN5bmM/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "47447acb-5810-41dd-bd59-11fba5ded93f" + "82849083-0799-4e51-b718-dae8c0e41dfe" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -87,16 +87,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11998" + "11993" ], "x-ms-request-id": [ - "2a85db4c-1e50-4821-97c6-b9fd15248738" + "04ba99bb-5f3a-49f7-b38c-d88618589c4b" ], "x-ms-correlation-request-id": [ - "2a85db4c-1e50-4821-97c6-b9fd15248738" + "04ba99bb-5f3a-49f7-b38c-d88618589c4b" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T184430Z:2a85db4c-1e50-4821-97c6-b9fd15248738" + "WESTUS:20200623T071653Z:04ba99bb-5f3a-49f7-b38c-d88618589c4b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -105,7 +105,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 18:44:29 GMT" + "Tue, 23 Jun 2020 07:16:52 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -114,29 +114,29 @@ "-1" ], "Content-Length": [ - "5239" + "7645" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/providers/Microsoft.StorageSync\",\r\n \"namespace\": \"Microsoft.StorageSync\",\r\n \"authorizations\": [\r\n {\r\n \"applicationId\": \"9469b9f5-6722-4481-a2b2-14ed560b706f\"\r\n }\r\n ],\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageSyncServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"Central US EUAP\",\r\n \"West US 2\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\",\r\n \"2018-01-01-preview\",\r\n \"2017-06-05-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"storageSyncServices/syncGroups\",\r\n \"locations\": [\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"Central US EUAP\",\r\n \"West US 2\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\",\r\n \"2018-01-01-preview\",\r\n \"2017-06-05-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageSyncServices/syncGroups/cloudEndpoints\",\r\n \"locations\": [\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"Central US EUAP\",\r\n \"West US 2\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\",\r\n \"2018-01-01-preview\",\r\n \"2017-06-05-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageSyncServices/syncGroups/serverEndpoints\",\r\n \"locations\": [\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"Central US EUAP\",\r\n \"West US 2\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\",\r\n \"2018-01-01-preview\",\r\n \"2017-06-05-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageSyncServices/registeredServers\",\r\n \"locations\": [\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"Central US EUAP\",\r\n \"West US 2\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\",\r\n \"2018-01-01-preview\",\r\n \"2017-06-05-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageSyncServices/workflows\",\r\n \"locations\": [\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"Central US EUAP\",\r\n \"West US 2\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\",\r\n \"2018-01-01-preview\",\r\n \"2017-06-05-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\",\r\n \"2018-01-01-preview\",\r\n \"2017-06-05-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/checkNameAvailability\",\r\n \"locations\": [\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/workflows\",\r\n \"locations\": [\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/Microsoft.StorageSync\",\r\n \"namespace\": \"Microsoft.StorageSync\",\r\n \"authorizations\": [\r\n {\r\n \"applicationId\": \"9469b9f5-6722-4481-a2b2-14ed560b706f\",\r\n \"roleDefinitionId\": \"4cd49d82-1f4d-43fc-af0c-1c1203668e5a\"\r\n }\r\n ],\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageSyncServices\",\r\n \"locations\": [\r\n \"West Central US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"West US 2\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"UAE North\",\r\n \"UAE Central\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2019-10-01\",\r\n \"2019-06-01\",\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\",\r\n \"2018-01-01-preview\",\r\n \"2017-06-05-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"storageSyncServices/syncGroups\",\r\n \"locations\": [\r\n \"West Central US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"West US 2\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"UAE North\",\r\n \"UAE Central\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2019-10-01\",\r\n \"2019-06-01\",\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\",\r\n \"2018-01-01-preview\",\r\n \"2017-06-05-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageSyncServices/syncGroups/cloudEndpoints\",\r\n \"locations\": [\r\n \"West Central US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"West US 2\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"UAE North\",\r\n \"UAE Central\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2019-10-01\",\r\n \"2019-06-01\",\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\",\r\n \"2018-01-01-preview\",\r\n \"2017-06-05-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageSyncServices/syncGroups/serverEndpoints\",\r\n \"locations\": [\r\n \"West Central US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"West US 2\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"UAE North\",\r\n \"UAE Central\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2019-10-01\",\r\n \"2019-06-01\",\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\",\r\n \"2018-01-01-preview\",\r\n \"2017-06-05-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageSyncServices/registeredServers\",\r\n \"locations\": [\r\n \"West Central US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"West US 2\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"UAE North\",\r\n \"UAE Central\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2019-10-01\",\r\n \"2019-06-01\",\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\",\r\n \"2018-01-01-preview\",\r\n \"2017-06-05-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageSyncServices/workflows\",\r\n \"locations\": [\r\n \"West Central US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"West US 2\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"UAE North\",\r\n \"UAE Central\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2019-10-01\",\r\n \"2019-06-01\",\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\",\r\n \"2018-01-01-preview\",\r\n \"2017-06-05-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2019-10-01\",\r\n \"2019-06-01\",\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\",\r\n \"2018-01-01-preview\",\r\n \"2017-06-05-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2019-10-01\",\r\n \"2019-06-01\",\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/checkNameAvailability\",\r\n \"locations\": [\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"UAE North\",\r\n \"UAE Central\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2019-10-01\",\r\n \"2019-06-01\",\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/workflows\",\r\n \"locations\": [\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"UAE North\",\r\n \"UAE Central\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2019-10-01\",\r\n \"2019-06-01\",\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operations\",\r\n \"locations\": [\r\n \"West Central US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"West US 2\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"UAE North\",\r\n \"UAE Central\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operationResults\",\r\n \"locations\": [\r\n \"West Central US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"West US 2\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"UAE North\",\r\n \"UAE Central\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourcegroups/ps7929?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlZ3JvdXBzL3BzNzkyOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourcegroups/ps553?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlZ3JvdXBzL3BzNTUzP2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "e149d358-cbc0-4560-84b5-304cde38a5cd" + "397fa549-04e3-4984-9625-7c6d679c5391" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ], "Content-Type": [ "application/json; charset=utf-8" @@ -156,13 +156,13 @@ "1199" ], "x-ms-request-id": [ - "ae1aa641-9e30-4e8c-b41d-7c0bbc414c0c" + "df338297-d736-41e8-98f4-764e1322479a" ], "x-ms-correlation-request-id": [ - "ae1aa641-9e30-4e8c-b41d-7c0bbc414c0c" + "df338297-d736-41e8-98f4-764e1322479a" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T184432Z:ae1aa641-9e30-4e8c-b41d-7c0bbc414c0c" + "WESTUS:20200623T071654Z:df338297-d736-41e8-98f4-764e1322479a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -171,10 +171,10 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 18:44:31 GMT" + "Tue, 23 Jun 2020 07:16:53 GMT" ], "Content-Length": [ - "165" + "163" ], "Content-Type": [ "application/json; charset=utf-8" @@ -183,26 +183,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps7929\",\r\n \"name\": \"ps7929\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps553\",\r\n \"name\": \"ps553\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/providers/Microsoft.StorageSync/locations/CentralUSEUAP/checkNameAvailability?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZVN5bmMvbG9jYXRpb25zL0NlbnRyYWxVU0VVQVAvY2hlY2tOYW1lQXZhaWxhYmlsaXR5P2FwaS12ZXJzaW9uPTIwMTktMDMtMDE=", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/Microsoft.StorageSync/locations/CentralUSEUAP/checkNameAvailability?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZVN5bmMvbG9jYXRpb25zL0NlbnRyYWxVU0VVQVAvY2hlY2tOYW1lQXZhaWxhYmlsaXR5P2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", "RequestMethod": "POST", - "RequestBody": "{\r\n \"name\": \"sssps6956\",\r\n \"type\": \"Microsoft.StorageSync/storageSyncServices\"\r\n}", + "RequestBody": "{\r\n \"name\": \"sssps2245\",\r\n \"type\": \"Microsoft.StorageSync/storageSyncServices\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "8b6bcef5-2d27-44cf-b3be-66af3bf1415e" + "a13d7eb6-fe11-4698-a49d-4f49cb78c703" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -219,7 +219,7 @@ "no-cache" ], "x-ms-request-id": [ - "3aa94200-a3a2-452d-860e-5a2aa618c6ea" + "109d1583-c677-4064-8e24-56787f0c8fc5" ], "X-Content-Type-Options": [ "nosniff" @@ -240,50 +240,50 @@ "1199" ], "x-ms-correlation-request-id": [ - "d0603b4f-3b10-4b15-9e42-6c86f994f60a" + "d0a9ab79-ced9-4423-abb0-bd536e4060e2" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T184432Z:d0603b4f-3b10-4b15-9e42-6c86f994f60a" + "WESTUS:20200623T071654Z:d0a9ab79-ced9-4423-abb0-bd536e4060e2" ], "Date": [ - "Wed, 03 Jul 2019 18:44:32 GMT" + "Tue, 23 Jun 2020 07:16:54 GMT" ], "Content-Length": [ - "51" + "29" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"nameAvailable\": true,\r\n \"reason\": null,\r\n \"message\": null\r\n}", + "ResponseBody": "{\r\n \"nameAvailable\": true\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps7929/providers/Microsoft.StorageSync/storageSyncServices/sssps6956?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNzkyOS9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM2OTU2P2FwaS12ZXJzaW9uPTIwMTktMDMtMDE=", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps553/providers/Microsoft.StorageSync/storageSyncServices/sssps2245?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzNTUzL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZVN5bmMvc3RvcmFnZVN5bmNTZXJ2aWNlcy9zc3NwczIyNDU/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"location\": \"Central US EUAP\",\r\n \"tags\": {}\r\n}", + "RequestBody": "{\r\n \"location\": \"Central US EUAP\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"incomingTrafficPolicy\": \"AllowAllTraffic\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "8f3d41b5-607d-41eb-ab74-8f16305f6647" + "b850c302-9845-4375-8096-170902ba4160" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "52" + "125" ] }, "ResponseHeaders": { @@ -293,8 +293,17 @@ "Pragma": [ "no-cache" ], + "Location": [ + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6IjU0ZjBiMWYwLTI0ZGYtNGIyNC1hNjZhLWUwYWQxNzcxMGM4ZSIsIndvcmtmbG93SWQiOiIyNjViYzM0ZC1kM2UwLTQ2YmYtODI5Zi05Yzg4MjcyMzdkMzYiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiNTFlYTAxMTMtZTgyOS00NWUzLTkyMGMtNjQxZDVmMDM0MmM2In0=?api-version=2020-03-01" + ], + "Retry-After": [ + "10" + ], + "Azure-AsyncOperation": [ + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6IjU0ZjBiMWYwLTI0ZGYtNGIyNC1hNjZhLWUwYWQxNzcxMGM4ZSIsIndvcmtmbG93SWQiOiIyNjViYzM0ZC1kM2UwLTQ2YmYtODI5Zi05Yzg4MjcyMzdkMzYiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiNTFlYTAxMTMtZTgyOS00NWUzLTkyMGMtNjQxZDVmMDM0MmM2In0=?api-version=2020-03-01" + ], "x-ms-request-id": [ - "446179f8-5110-4ccb-afe0-d343fc56cee7" + "4a365464-1b26-4281-924f-6a19d9a2c2e0" ], "X-Content-Type-Options": [ "nosniff" @@ -315,44 +324,167 @@ "1199" ], "x-ms-correlation-request-id": [ - "604f35b7-3553-4039-8a78-518ac9b2e7cc" + "f43c5d66-ebfc-4a18-a95a-fabcd39d188e" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T184433Z:604f35b7-3553-4039-8a78-518ac9b2e7cc" + "WESTUS:20200623T071655Z:f43c5d66-ebfc-4a18-a95a-fabcd39d188e" ], "Date": [ - "Wed, 03 Jul 2019 18:44:33 GMT" + "Tue, 23 Jun 2020 07:16:54 GMT" + ], + "Expires": [ + "-1" ], "Content-Length": [ - "329" + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6IjU0ZjBiMWYwLTI0ZGYtNGIyNC1hNjZhLWUwYWQxNzcxMGM4ZSIsIndvcmtmbG93SWQiOiIyNjViYzM0ZC1kM2UwLTQ2YmYtODI5Zi05Yzg4MjcyMzdkMzYiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiNTFlYTAxMTMtZTgyOS00NWUzLTkyMGMtNjQxZDVmMDM0MmM2In0=?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvbG9jYXRpb25zL2NlbnRyYWx1c2V1YXAvb3BlcmF0aW9ucy9leUp3WVhKMGFYUnBiMjVKWkNJNklqVTBaakJpTVdZd0xUSTBaR1l0TkdJeU5DMWhOalpoTFdVd1lXUXhOemN4TUdNNFpTSXNJbmR2Y210bWJHOTNTV1FpT2lJeU5qVmlZek0wWkMxa00yVXdMVFEyWW1ZdE9ESTVaaTA1WXpnNE1qY3lNemRrTXpZaUxDSjNiM0pyWm14dmQwOXdaWEpoZEdsdmJrbGtJam9pTlRGbFlUQXhNVE10WlRneU9TMDBOV1V6TFRreU1HTXROalF4WkRWbU1ETTBNbU0ySW4wPT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-request-id": [ + "9e77e58c-693f-48c7-a350-141028ce8c6e" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-IIS/10.0" + ], + "X-AspNet-Version": [ + "4.0.30319" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11999" + ], + "x-ms-correlation-request-id": [ + "0303114c-8490-4f9e-9cdb-671ea9725823" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200623T071705Z:0303114c-8490-4f9e-9cdb-671ea9725823" + ], + "Date": [ + "Tue, 23 Jun 2020 07:17:04 GMT" + ], + "Content-Length": [ + "744" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"storageSyncServiceStatus\": null,\r\n \"storageSyncServiceUid\": null\r\n },\r\n \"location\": \"Central US EUAP\",\r\n \"tags\": {},\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps7929/providers/microsoft.storagesync/storageSyncServices/sssps6956\",\r\n \"name\": \"sssps6956\",\r\n \"type\": \"microsoft.storagesync/storageSyncServices\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6IjU0ZjBiMWYwLTI0ZGYtNGIyNC1hNjZhLWUwYWQxNzcxMGM4ZSIsIndvcmtmbG93SWQiOiIyNjViYzM0ZC1kM2UwLTQ2YmYtODI5Zi05Yzg4MjcyMzdkMzYiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiNTFlYTAxMTMtZTgyOS00NWUzLTkyMGMtNjQxZDVmMDM0MmM2In0=\",\r\n \"name\": \"eyJwYXJ0aXRpb25JZCI6IjU0ZjBiMWYwLTI0ZGYtNGIyNC1hNjZhLWUwYWQxNzcxMGM4ZSIsIndvcmtmbG93SWQiOiIyNjViYzM0ZC1kM2UwLTQ2YmYtODI5Zi05Yzg4MjcyMzdkMzYiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiNTFlYTAxMTMtZTgyOS00NWUzLTkyMGMtNjQxZDVmMDM0MmM2In0=\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2020-06-23T07:16:55.9800235Z\",\r\n \"endTime\": \"2020-06-23T07:17:02.241408Z\",\r\n \"properties\": {}\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps7929/providers/Microsoft.StorageSync/storageSyncServices/sssps6956/syncGroups/sgps7185?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNzkyOS9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM2OTU2L3N5bmNHcm91cHMvc2dwczcxODU/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps553/providers/Microsoft.StorageSync/storageSyncServices/sssps2245?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzNTUzL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZVN5bmMvc3RvcmFnZVN5bmNTZXJ2aWNlcy9zc3NwczIyNDU/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-request-id": [ + "427b9f1d-305f-4d3d-a54e-b4bc7aa0e361" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-IIS/10.0" + ], + "X-AspNet-Version": [ + "4.0.30319" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11998" + ], + "x-ms-correlation-request-id": [ + "0958b7db-486f-4ab7-afb1-bcc6c62a1853" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200623T071705Z:0958b7db-486f-4ab7-afb1-bcc6c62a1853" + ], + "Date": [ + "Tue, 23 Jun 2020 07:17:05 GMT" + ], + "Content-Length": [ + "632" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"properties\": {\r\n \"storageSyncServiceStatus\": 0,\r\n \"incomingTrafficPolicy\": \"AllowAllTraffic\",\r\n \"privateEndpointConnections\": [],\r\n \"provisioningState\": \"Succeeded\",\r\n \"lastWorkflowId\": \"storageSyncServices/sssps2245/workflows/265bc34d-d3e0-46bf-829f-9c8827237d36\",\r\n \"lastOperationName\": \"ICreateStorageSyncServiceWorkflow\"\r\n },\r\n \"location\": \"Central US EUAP\",\r\n \"tags\": {},\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps553/providers/microsoft.storagesync/storageSyncServices/sssps2245\",\r\n \"name\": \"sssps2245\",\r\n \"type\": \"microsoft.storagesync/storageSyncServices\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps553/providers/Microsoft.StorageSync/storageSyncServices/sssps2245/syncGroups/sgps6043?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzNTUzL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZVN5bmMvc3RvcmFnZVN5bmNTZXJ2aWNlcy9zc3NwczIyNDUvc3luY0dyb3Vwcy9zZ3BzNjA0Mz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "PUT", "RequestBody": "{\r\n \"properties\": {}\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "3d05f80c-b495-47dc-8d19-eed5a0b09236" + "bfa4e786-ab10-4546-95c5-c51abeeb48d4" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -369,7 +501,7 @@ "no-cache" ], "x-ms-request-id": [ - "f16c6141-096f-48b2-b930-3c6cab20daa4" + "6b56df3e-0bc6-47e9-9785-6248a4479854" ], "X-Content-Type-Options": [ "nosniff" @@ -390,44 +522,44 @@ "1198" ], "x-ms-correlation-request-id": [ - "ba07da18-7753-49a3-a5b4-5ac2911f0589" + "47e01a2d-68a1-4b7c-8e24-2b556fa03df6" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T184434Z:ba07da18-7753-49a3-a5b4-5ac2911f0589" + "WESTUS:20200623T071706Z:47e01a2d-68a1-4b7c-8e24-2b556fa03df6" ], "Date": [ - "Wed, 03 Jul 2019 18:44:34 GMT" + "Tue, 23 Jun 2020 07:17:05 GMT" ], "Content-Length": [ - "331" + "370" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"syncGroupStatus\": \"0\",\r\n \"uniqueId\": \"73729191-fd1d-428f-8abd-e6508e800a29\"\r\n },\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps7929/providers/microsoft.storagesync/storageSyncServices/sssps6956/syncGroups/sgps7185\",\r\n \"name\": \"sgps7185\",\r\n \"type\": \"microsoft.storagesync/storageSyncServices/syncGroups\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"syncGroupStatus\": \"0\",\r\n \"uniqueId\": \"e9177703-615a-44f9-8582-7887415b653c\"\r\n },\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps553/providers/microsoft.storagesync/storageSyncServices/sssps2245/syncGroups/sgps6043\",\r\n \"name\": \"sgps6043\",\r\n \"type\": \"microsoft.storagesync/storageSyncServices/syncGroups\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps7929/providers/Microsoft.StorageSync/storageSyncServices/sssps6956/syncGroups/sgps7185?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNzkyOS9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM2OTU2L3N5bmNHcm91cHMvc2dwczcxODU/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps553/providers/Microsoft.StorageSync/storageSyncServices/sssps2245/syncGroups/sgps6043?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzNTUzL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZVN5bmMvc3RvcmFnZVN5bmNTZXJ2aWNlcy9zc3NwczIyNDUvc3luY0dyb3Vwcy9zZ3BzNjA0Mz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "60951a3e-e58c-45aa-a00a-46ab2e62d65c" + "aec1847f-224c-4553-b510-ca92c3a64e5e" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -438,7 +570,7 @@ "no-cache" ], "x-ms-request-id": [ - "7309997d-16c1-4f5c-aa7d-3ce0bab0f9bc" + "c485ecf6-2492-4b8b-a23f-3e7c80b077d3" ], "X-Content-Type-Options": [ "nosniff" @@ -459,13 +591,13 @@ "14999" ], "x-ms-correlation-request-id": [ - "0279af78-db84-430e-aa91-96d0757d22b8" + "c7357a8d-0bec-4bc3-bc6b-d627e00bd026" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T184435Z:0279af78-db84-430e-aa91-96d0757d22b8" + "WESTUS:20200623T071706Z:c7357a8d-0bec-4bc3-bc6b-d627e00bd026" ], "Date": [ - "Wed, 03 Jul 2019 18:44:34 GMT" + "Tue, 23 Jun 2020 07:17:06 GMT" ], "Expires": [ "-1" @@ -478,22 +610,22 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps7929/providers/Microsoft.StorageSync/storageSyncServices/sssps6956?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNzkyOS9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM2OTU2P2FwaS12ZXJzaW9uPTIwMTktMDMtMDE=", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps553/providers/Microsoft.StorageSync/storageSyncServices/sssps2245?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzNTUzL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZVN5bmMvc3RvcmFnZVN5bmNTZXJ2aWNlcy9zc3NwczIyNDU/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "449dca6a-ad64-45ce-85d4-60b30592ff7a" + "bc50d736-51d6-4483-bf1e-2cc1bc81d7d0" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -503,8 +635,17 @@ "Pragma": [ "no-cache" ], + "Location": [ + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6IjU0ZjBiMWYwLTI0ZGYtNGIyNC1hNjZhLWUwYWQxNzcxMGM4ZSIsIndvcmtmbG93SWQiOiJjNjgwNjdkMS1kODhkLTQzM2MtYjU3Ny1lMTEzMzUyOGYyMjciLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiYzliMWJkMDQtNDVhZS00ZTU1LWFjZDgtZDVhYTljYTdmMjdkIn0=?api-version=2020-03-01" + ], + "Retry-After": [ + "10" + ], + "Azure-AsyncOperation": [ + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6IjU0ZjBiMWYwLTI0ZGYtNGIyNC1hNjZhLWUwYWQxNzcxMGM4ZSIsIndvcmtmbG93SWQiOiJjNjgwNjdkMS1kODhkLTQzM2MtYjU3Ny1lMTEzMzUyOGYyMjciLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiYzliMWJkMDQtNDVhZS00ZTU1LWFjZDgtZDVhYTljYTdmMjdkIn0=?api-version=2020-03-01" + ], "x-ms-request-id": [ - "66067eb1-3f7b-4e55-9768-164e6ac2dbbd" + "d2430499-4bbb-448d-aae5-3b01f5e66952" ], "X-Content-Type-Options": [ "nosniff" @@ -525,13 +666,136 @@ "14998" ], "x-ms-correlation-request-id": [ - "16fa3ee2-832b-4a95-9545-893e27780062" + "2a662a46-9d83-4fc8-bb28-ffd56714ba2f" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200623T071707Z:2a662a46-9d83-4fc8-bb28-ffd56714ba2f" + ], + "Date": [ + "Tue, 23 Jun 2020 07:17:06 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6IjU0ZjBiMWYwLTI0ZGYtNGIyNC1hNjZhLWUwYWQxNzcxMGM4ZSIsIndvcmtmbG93SWQiOiJjNjgwNjdkMS1kODhkLTQzM2MtYjU3Ny1lMTEzMzUyOGYyMjciLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiYzliMWJkMDQtNDVhZS00ZTU1LWFjZDgtZDVhYTljYTdmMjdkIn0=?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvbG9jYXRpb25zL2NlbnRyYWx1c2V1YXAvb3BlcmF0aW9ucy9leUp3WVhKMGFYUnBiMjVKWkNJNklqVTBaakJpTVdZd0xUSTBaR1l0TkdJeU5DMWhOalpoTFdVd1lXUXhOemN4TUdNNFpTSXNJbmR2Y210bWJHOTNTV1FpT2lKak5qZ3dOamRrTVMxa09EaGtMVFF6TTJNdFlqVTNOeTFsTVRFek16VXlPR1l5TWpjaUxDSjNiM0pyWm14dmQwOXdaWEpoZEdsdmJrbGtJam9pWXpsaU1XSmtNRFF0TkRWaFpTMDBaVFUxTFdGalpEZ3RaRFZoWVRsallUZG1NamRrSW4wPT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-request-id": [ + "c0bbdbe0-23d6-460a-8210-e087dc3d034e" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-IIS/10.0" + ], + "X-AspNet-Version": [ + "4.0.30319" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11997" + ], + "x-ms-correlation-request-id": [ + "4f888e3b-ad0f-4691-b606-1f3586dc8779" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T184435Z:16fa3ee2-832b-4a95-9545-893e27780062" + "WESTUS:20200623T071717Z:4f888e3b-ad0f-4691-b606-1f3586dc8779" ], "Date": [ - "Wed, 03 Jul 2019 18:44:35 GMT" + "Tue, 23 Jun 2020 07:17:16 GMT" + ], + "Content-Length": [ + "743" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6IjU0ZjBiMWYwLTI0ZGYtNGIyNC1hNjZhLWUwYWQxNzcxMGM4ZSIsIndvcmtmbG93SWQiOiJjNjgwNjdkMS1kODhkLTQzM2MtYjU3Ny1lMTEzMzUyOGYyMjciLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiYzliMWJkMDQtNDVhZS00ZTU1LWFjZDgtZDVhYTljYTdmMjdkIn0=\",\r\n \"name\": \"eyJwYXJ0aXRpb25JZCI6IjU0ZjBiMWYwLTI0ZGYtNGIyNC1hNjZhLWUwYWQxNzcxMGM4ZSIsIndvcmtmbG93SWQiOiJjNjgwNjdkMS1kODhkLTQzM2MtYjU3Ny1lMTEzMzUyOGYyMjciLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiYzliMWJkMDQtNDVhZS00ZTU1LWFjZDgtZDVhYTljYTdmMjdkIn0=\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2020-06-23T07:17:07.522957Z\",\r\n \"endTime\": \"2020-06-23T07:17:12.969331Z\",\r\n \"properties\": {}\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6IjU0ZjBiMWYwLTI0ZGYtNGIyNC1hNjZhLWUwYWQxNzcxMGM4ZSIsIndvcmtmbG93SWQiOiJjNjgwNjdkMS1kODhkLTQzM2MtYjU3Ny1lMTEzMzUyOGYyMjciLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiYzliMWJkMDQtNDVhZS00ZTU1LWFjZDgtZDVhYTljYTdmMjdkIn0=?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvbG9jYXRpb25zL2NlbnRyYWx1c2V1YXAvb3BlcmF0aW9ucmVzdWx0cy9leUp3WVhKMGFYUnBiMjVKWkNJNklqVTBaakJpTVdZd0xUSTBaR1l0TkdJeU5DMWhOalpoTFdVd1lXUXhOemN4TUdNNFpTSXNJbmR2Y210bWJHOTNTV1FpT2lKak5qZ3dOamRrTVMxa09EaGtMVFF6TTJNdFlqVTNOeTFsTVRFek16VXlPR1l5TWpjaUxDSjNiM0pyWm14dmQwOXdaWEpoZEdsdmJrbGtJam9pWXpsaU1XSmtNRFF0TkRWaFpTMDBaVFUxTFdGalpEZ3RaRFZoWVRsallUZG1NamRrSW4wPT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-request-id": [ + "f764f90e-642e-43f5-9cb3-52b3f083a41d" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-IIS/10.0" + ], + "X-AspNet-Version": [ + "4.0.30319" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11996" + ], + "x-ms-correlation-request-id": [ + "a2be7a4a-31a9-4d1f-b173-f01f7e4d7ddb" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200623T071717Z:a2be7a4a-31a9-4d1f-b173-f01f7e4d7ddb" + ], + "Date": [ + "Tue, 23 Jun 2020 07:17:16 GMT" ], "Expires": [ "-1" @@ -544,22 +808,22 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps7929/providers/Microsoft.StorageSync/storageSyncServices?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNzkyOS9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXM/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps553/providers/Microsoft.StorageSync/storageSyncServices?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzNTUzL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZVN5bmMvc3RvcmFnZVN5bmNTZXJ2aWNlcz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "d475106a-29f4-4262-9120-44662cb5f793" + "a836a2d7-3986-4b63-8a71-4ea98f761068" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -569,57 +833,66 @@ "Pragma": [ "no-cache" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11999" - ], "x-ms-request-id": [ - "51d65fc6-8aec-4f06-ba1e-25c9985e1e25" - ], - "x-ms-correlation-request-id": [ - "51d65fc6-8aec-4f06-ba1e-25c9985e1e25" + "2cf0cbfd-1674-4d85-9e74-ece1b445c5f7" ], - "x-ms-routing-request-id": [ - "WESTUS:20190703T184435Z:51d65fc6-8aec-4f06-ba1e-25c9985e1e25" + "X-Content-Type-Options": [ + "nosniff" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Content-Type-Options": [ - "nosniff" + "Server": [ + "Microsoft-IIS/10.0" + ], + "X-AspNet-Version": [ + "4.0.30319" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11995" + ], + "x-ms-correlation-request-id": [ + "bad699f0-ae53-4ab5-af5e-7c7569573e33" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200623T071717Z:bad699f0-ae53-4ab5-af5e-7c7569573e33" ], "Date": [ - "Wed, 03 Jul 2019 18:44:35 GMT" + "Tue, 23 Jun 2020 07:17:17 GMT" + ], + "Content-Length": [ + "19" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" - ], - "Content-Length": [ - "12" ] }, "ResponseBody": "{\r\n \"value\": []\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourcegroups/ps7929?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlZ3JvdXBzL3BzNzkyOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourcegroups/ps553?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlZ3JvdXBzL3BzNTUzP2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "a2f236e3-6d4f-4559-9b82-1805835f8084" + "a143556b-c3e0-4a3a-a8d6-c4b022632e24" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -630,7 +903,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzc5MjktV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzU1My1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2016-09-01" ], "Retry-After": [ "15" @@ -639,13 +912,13 @@ "14997" ], "x-ms-request-id": [ - "b1ad2c76-3dd2-4611-843c-319805ca43a1" + "235c7617-26df-4406-8199-3916b87a4511" ], "x-ms-correlation-request-id": [ - "b1ad2c76-3dd2-4611-843c-319805ca43a1" + "235c7617-26df-4406-8199-3916b87a4511" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T184436Z:b1ad2c76-3dd2-4611-843c-319805ca43a1" + "WESTUS:20200623T071718Z:235c7617-26df-4406-8199-3916b87a4511" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -654,7 +927,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 18:44:36 GMT" + "Tue, 23 Jun 2020 07:17:17 GMT" ], "Expires": [ "-1" @@ -667,16 +940,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzc5MjktV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpjNU1qa3RWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzU1My1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpVMU15MVhSVk5VVlZNaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5kbGMzUjFjeUo5P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -687,22 +960,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzc5MjktV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzU1My1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11998" + "11994" ], "x-ms-request-id": [ - "31c03d3e-1077-4dd2-a493-2f689912db94" + "e117562b-9ed6-493c-87d5-bc893f86c88d" ], "x-ms-correlation-request-id": [ - "31c03d3e-1077-4dd2-a493-2f689912db94" + "e117562b-9ed6-493c-87d5-bc893f86c88d" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T184452Z:31c03d3e-1077-4dd2-a493-2f689912db94" + "WESTUS:20200623T071733Z:e117562b-9ed6-493c-87d5-bc893f86c88d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -711,7 +984,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 18:44:51 GMT" + "Tue, 23 Jun 2020 07:17:32 GMT" ], "Expires": [ "-1" @@ -724,16 +997,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzc5MjktV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpjNU1qa3RWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzU1My1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpVMU15MVhSVk5VVlZNaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5kbGMzUjFjeUo5P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -744,22 +1017,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzc5MjktV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzU1My1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11997" + "11993" ], "x-ms-request-id": [ - "c6e9e81f-8388-4737-b534-8bd5f2e60c76" + "9134e18b-e014-4641-ad47-23298fee6d6a" ], "x-ms-correlation-request-id": [ - "c6e9e81f-8388-4737-b534-8bd5f2e60c76" + "9134e18b-e014-4641-ad47-23298fee6d6a" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T184507Z:c6e9e81f-8388-4737-b534-8bd5f2e60c76" + "WESTUS:20200623T071748Z:9134e18b-e014-4641-ad47-23298fee6d6a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -768,7 +1041,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 18:45:06 GMT" + "Tue, 23 Jun 2020 07:17:48 GMT" ], "Expires": [ "-1" @@ -781,16 +1054,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzc5MjktV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpjNU1qa3RWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzU1My1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpVMU15MVhSVk5VVlZNaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5kbGMzUjFjeUo5P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -801,16 +1074,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11996" + "11992" ], "x-ms-request-id": [ - "23b3fd8a-dcd3-48ac-bb66-444441cad1bb" + "437cdc7e-0fed-4d5f-9c2a-41dc8ef53593" ], "x-ms-correlation-request-id": [ - "23b3fd8a-dcd3-48ac-bb66-444441cad1bb" + "437cdc7e-0fed-4d5f-9c2a-41dc8ef53593" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T184522Z:23b3fd8a-dcd3-48ac-bb66-444441cad1bb" + "WESTUS:20200623T071803Z:437cdc7e-0fed-4d5f-9c2a-41dc8ef53593" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -819,7 +1092,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 18:45:21 GMT" + "Tue, 23 Jun 2020 07:18:03 GMT" ], "Expires": [ "-1" @@ -832,16 +1105,16 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzc5MjktV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpjNU1qa3RWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzU1My1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpVMU15MVhSVk5VVlZNaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5kbGMzUjFjeUo5P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -852,16 +1125,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11995" + "11991" ], "x-ms-request-id": [ - "9b6513e9-6361-48a7-9dba-5c3f9c70ad63" + "7399d886-c759-44bd-bd23-774641bfb890" ], "x-ms-correlation-request-id": [ - "9b6513e9-6361-48a7-9dba-5c3f9c70ad63" + "7399d886-c759-44bd-bd23-774641bfb890" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T184522Z:9b6513e9-6361-48a7-9dba-5c3f9c70ad63" + "WESTUS:20200623T071803Z:7399d886-c759-44bd-bd23-774641bfb890" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -870,7 +1143,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 18:45:21 GMT" + "Tue, 23 Jun 2020 07:18:03 GMT" ], "Expires": [ "-1" @@ -885,14 +1158,14 @@ ], "Names": { "Test-RemoveSyncGroupInputObject": [ - "ps7929", - "ps6956", - "ps7185" + "ps553", + "ps2245", + "ps6043" ] }, "Variables": { - "SubscriptionId": "7b96cb02-4663-40f4-9a89-603d3849e46a", - "TenantId": "0483643a-cb2f-462a-bc27-1a270e5bdc0a", + "SubscriptionId": "1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b", + "TenantId": "6ad91d65-65ab-4e14-90f7-fe951035b7c9", "Domain": "" } } \ No newline at end of file diff --git a/src/StorageSync/StorageSync.Test/SessionRecords/StorageSyncTests.SyncGroupTests/TestRemoveSyncGroupResourceId.json b/src/StorageSync/StorageSync.Test/SessionRecords/StorageSyncTests.SyncGroupTests/TestRemoveSyncGroupResourceId.json index b4d7eba4694c..b2fe3eb0ad4b 100644 --- a/src/StorageSync/StorageSync.Test/SessionRecords/StorageSyncTests.SyncGroupTests/TestRemoveSyncGroupResourceId.json +++ b/src/StorageSync/StorageSync.Test/SessionRecords/StorageSyncTests.SyncGroupTests/TestRemoveSyncGroupResourceId.json @@ -1,22 +1,22 @@ { "Entries": [ { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/providers/Microsoft.Resources?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVzb3VyY2VzP2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/Microsoft.Resources?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVzb3VyY2VzP2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "89e77f72-d3b0-422f-be49-483b4b00501a" + "175bd767-6bd5-4da9-87fa-61366bae452c" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -27,16 +27,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11999" + "11989" ], "x-ms-request-id": [ - "a8e9ec89-cb13-44f0-ad63-54d5f56b3a05" + "cd2d6944-947c-4664-85b7-41896b9de268" ], "x-ms-correlation-request-id": [ - "a8e9ec89-cb13-44f0-ad63-54d5f56b3a05" + "cd2d6944-947c-4664-85b7-41896b9de268" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T184914Z:a8e9ec89-cb13-44f0-ad63-54d5f56b3a05" + "WESTUS:20200623T072302Z:cd2d6944-947c-4664-85b7-41896b9de268" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -45,7 +45,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 18:49:14 GMT" + "Tue, 23 Jun 2020 07:23:02 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -54,29 +54,29 @@ "-1" ], "Content-Length": [ - "8818" + "10899" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/providers/Microsoft.Resources\",\r\n \"namespace\": \"Microsoft.Resources\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"tenants\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operationresults\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"notifyResourceJobs\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"tags\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkPolicyCompliance\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"providers\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkresourcename\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resources\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/resources\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/providers\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/operationresults\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceGroups\",\r\n \"locations\": [\r\n \"Central US\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"West Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia Southeast\",\r\n \"Australia East\",\r\n \"West India\",\r\n \"South India\",\r\n \"Central India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/resourceGroups\",\r\n \"locations\": [\r\n \"Central US\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"West Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia Southeast\",\r\n \"Australia East\",\r\n \"West India\",\r\n \"South India\",\r\n \"Central India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/resourcegroups/resources\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/tagnames\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/tagNames/tagValues\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"deployments\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"deployments/operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"links\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-01-01\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/Microsoft.Resources\",\r\n \"namespace\": \"Microsoft.Resources\",\r\n \"authorization\": {\r\n \"applicationId\": \"3b990c8b-9607-4c2a-8b04-1d41985facca\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"tenants\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-01-01\",\r\n \"2019-09-01\",\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-09-01\",\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operationresults\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-09-01\",\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"notifyResourceJobs\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-09-01\",\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"tags\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-10-01\",\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\"\r\n ],\r\n \"capabilities\": \"SupportsExtension\"\r\n },\r\n {\r\n \"resourceType\": \"checkPolicyCompliance\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"providers\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkresourcename\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"calculateTemplateHash\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-09-01\",\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resources\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-09-01\",\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-10-01\",\r\n \"2019-09-01\",\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/resources\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-09-01\",\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/providers\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/operationresults\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceGroups\",\r\n \"locations\": [\r\n \"Central US\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"West Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia Southeast\",\r\n \"Australia East\",\r\n \"West India\",\r\n \"South India\",\r\n \"Central India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Australia Central\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/resourceGroups\",\r\n \"locations\": [\r\n \"Central US\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"West Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia Southeast\",\r\n \"Australia East\",\r\n \"West India\",\r\n \"South India\",\r\n \"Central India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Australia Central\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/resourcegroups/resources\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/tagnames\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/tagNames/tagValues\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"deployments\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-09-01\",\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"deployments/operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-09-01\",\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"links\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ],\r\n \"capabilities\": \"SupportsExtension\"\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-01-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"deploymentScripts\",\r\n \"locations\": [\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Australia East\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"Central US\",\r\n \"North Central US\",\r\n \"UK South\",\r\n \"Central India\",\r\n \"South India\",\r\n \"Japan East\",\r\n \"Korea Central\",\r\n \"North Europe\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West US 2\",\r\n \"West US\",\r\n \"South Central US\",\r\n \"Canada East\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-10-01-preview\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"deploymentScripts/logs\",\r\n \"locations\": [\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Australia East\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"Central US\",\r\n \"North Central US\",\r\n \"UK South\",\r\n \"Central India\",\r\n \"South India\",\r\n \"Japan East\",\r\n \"Korea Central\",\r\n \"North Europe\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West US 2\",\r\n \"West US\",\r\n \"South Central US\",\r\n \"Canada East\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/deploymentScriptOperationResults\",\r\n \"locations\": [\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Australia East\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"Central US\",\r\n \"North Central US\",\r\n \"UK South\",\r\n \"Central India\",\r\n \"South India\",\r\n \"Japan East\",\r\n \"Korea Central\",\r\n \"North Europe\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West US 2\",\r\n \"West US\",\r\n \"South Central US\",\r\n \"Canada East\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-10-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/providers/Microsoft.StorageSync?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZVN5bmM/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/Microsoft.StorageSync?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZVN5bmM/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "2c9e9319-427f-41d8-be39-15e20491e88b" + "8e7aa98f-251e-4761-aa1c-8dfc415ae448" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -87,16 +87,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11998" + "11988" ], "x-ms-request-id": [ - "49d8b5b9-dc77-4c86-a98b-1c3b922507c5" + "fadd6f87-505a-4736-a47e-c61b6a2b0fe4" ], "x-ms-correlation-request-id": [ - "49d8b5b9-dc77-4c86-a98b-1c3b922507c5" + "fadd6f87-505a-4736-a47e-c61b6a2b0fe4" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T184914Z:49d8b5b9-dc77-4c86-a98b-1c3b922507c5" + "WESTUS:20200623T072302Z:fadd6f87-505a-4736-a47e-c61b6a2b0fe4" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -105,7 +105,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 18:49:14 GMT" + "Tue, 23 Jun 2020 07:23:02 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -114,29 +114,29 @@ "-1" ], "Content-Length": [ - "5239" + "7645" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/providers/Microsoft.StorageSync\",\r\n \"namespace\": \"Microsoft.StorageSync\",\r\n \"authorizations\": [\r\n {\r\n \"applicationId\": \"9469b9f5-6722-4481-a2b2-14ed560b706f\"\r\n }\r\n ],\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageSyncServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"Central US EUAP\",\r\n \"West US 2\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\",\r\n \"2018-01-01-preview\",\r\n \"2017-06-05-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"storageSyncServices/syncGroups\",\r\n \"locations\": [\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"Central US EUAP\",\r\n \"West US 2\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\",\r\n \"2018-01-01-preview\",\r\n \"2017-06-05-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageSyncServices/syncGroups/cloudEndpoints\",\r\n \"locations\": [\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"Central US EUAP\",\r\n \"West US 2\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\",\r\n \"2018-01-01-preview\",\r\n \"2017-06-05-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageSyncServices/syncGroups/serverEndpoints\",\r\n \"locations\": [\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"Central US EUAP\",\r\n \"West US 2\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\",\r\n \"2018-01-01-preview\",\r\n \"2017-06-05-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageSyncServices/registeredServers\",\r\n \"locations\": [\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"Central US EUAP\",\r\n \"West US 2\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\",\r\n \"2018-01-01-preview\",\r\n \"2017-06-05-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageSyncServices/workflows\",\r\n \"locations\": [\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"Central US EUAP\",\r\n \"West US 2\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\",\r\n \"2018-01-01-preview\",\r\n \"2017-06-05-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\",\r\n \"2018-01-01-preview\",\r\n \"2017-06-05-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/checkNameAvailability\",\r\n \"locations\": [\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/workflows\",\r\n \"locations\": [\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/Microsoft.StorageSync\",\r\n \"namespace\": \"Microsoft.StorageSync\",\r\n \"authorizations\": [\r\n {\r\n \"applicationId\": \"9469b9f5-6722-4481-a2b2-14ed560b706f\",\r\n \"roleDefinitionId\": \"4cd49d82-1f4d-43fc-af0c-1c1203668e5a\"\r\n }\r\n ],\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageSyncServices\",\r\n \"locations\": [\r\n \"West Central US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"West US 2\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"UAE North\",\r\n \"UAE Central\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2019-10-01\",\r\n \"2019-06-01\",\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\",\r\n \"2018-01-01-preview\",\r\n \"2017-06-05-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"storageSyncServices/syncGroups\",\r\n \"locations\": [\r\n \"West Central US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"West US 2\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"UAE North\",\r\n \"UAE Central\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2019-10-01\",\r\n \"2019-06-01\",\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\",\r\n \"2018-01-01-preview\",\r\n \"2017-06-05-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageSyncServices/syncGroups/cloudEndpoints\",\r\n \"locations\": [\r\n \"West Central US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"West US 2\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"UAE North\",\r\n \"UAE Central\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2019-10-01\",\r\n \"2019-06-01\",\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\",\r\n \"2018-01-01-preview\",\r\n \"2017-06-05-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageSyncServices/syncGroups/serverEndpoints\",\r\n \"locations\": [\r\n \"West Central US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"West US 2\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"UAE North\",\r\n \"UAE Central\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2019-10-01\",\r\n \"2019-06-01\",\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\",\r\n \"2018-01-01-preview\",\r\n \"2017-06-05-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageSyncServices/registeredServers\",\r\n \"locations\": [\r\n \"West Central US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"West US 2\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"UAE North\",\r\n \"UAE Central\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2019-10-01\",\r\n \"2019-06-01\",\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\",\r\n \"2018-01-01-preview\",\r\n \"2017-06-05-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageSyncServices/workflows\",\r\n \"locations\": [\r\n \"West Central US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"West US 2\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"UAE North\",\r\n \"UAE Central\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2019-10-01\",\r\n \"2019-06-01\",\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\",\r\n \"2018-01-01-preview\",\r\n \"2017-06-05-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2019-10-01\",\r\n \"2019-06-01\",\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\",\r\n \"2018-01-01-preview\",\r\n \"2017-06-05-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2019-10-01\",\r\n \"2019-06-01\",\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/checkNameAvailability\",\r\n \"locations\": [\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"UAE North\",\r\n \"UAE Central\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2019-10-01\",\r\n \"2019-06-01\",\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/workflows\",\r\n \"locations\": [\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"UAE North\",\r\n \"UAE Central\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2019-10-01\",\r\n \"2019-06-01\",\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operations\",\r\n \"locations\": [\r\n \"West Central US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"West US 2\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"UAE North\",\r\n \"UAE Central\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operationResults\",\r\n \"locations\": [\r\n \"West Central US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"West US 2\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"UAE North\",\r\n \"UAE Central\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourcegroups/ps5284?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlZ3JvdXBzL3BzNTI4ND9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourcegroups/ps619?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlZ3JvdXBzL3BzNjE5P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "40ad9647-01bc-4224-8653-144f11e55ed3" + "836bcd22-e163-4bb9-b39e-e215768dac78" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ], "Content-Type": [ "application/json; charset=utf-8" @@ -153,16 +153,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1199" + "1198" ], "x-ms-request-id": [ - "975b69ef-7cc2-448a-8eaf-4eea330e0b2e" + "68782e26-de3d-42b4-9ba4-254bb2795707" ], "x-ms-correlation-request-id": [ - "975b69ef-7cc2-448a-8eaf-4eea330e0b2e" + "68782e26-de3d-42b4-9ba4-254bb2795707" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T184916Z:975b69ef-7cc2-448a-8eaf-4eea330e0b2e" + "WESTUS:20200623T072302Z:68782e26-de3d-42b4-9ba4-254bb2795707" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -171,10 +171,10 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 18:49:15 GMT" + "Tue, 23 Jun 2020 07:23:02 GMT" ], "Content-Length": [ - "165" + "163" ], "Content-Type": [ "application/json; charset=utf-8" @@ -183,26 +183,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps5284\",\r\n \"name\": \"ps5284\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps619\",\r\n \"name\": \"ps619\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/providers/Microsoft.StorageSync/locations/CentralUSEUAP/checkNameAvailability?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZVN5bmMvbG9jYXRpb25zL0NlbnRyYWxVU0VVQVAvY2hlY2tOYW1lQXZhaWxhYmlsaXR5P2FwaS12ZXJzaW9uPTIwMTktMDMtMDE=", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/Microsoft.StorageSync/locations/CentralUSEUAP/checkNameAvailability?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZVN5bmMvbG9jYXRpb25zL0NlbnRyYWxVU0VVQVAvY2hlY2tOYW1lQXZhaWxhYmlsaXR5P2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", "RequestMethod": "POST", - "RequestBody": "{\r\n \"name\": \"sssps3066\",\r\n \"type\": \"Microsoft.StorageSync/storageSyncServices\"\r\n}", + "RequestBody": "{\r\n \"name\": \"sssps4949\",\r\n \"type\": \"Microsoft.StorageSync/storageSyncServices\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "d860a15c-81d4-4131-a4cf-8d9618900607" + "bf9d2115-76e2-492b-a9a1-303e7358e139" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -219,7 +219,7 @@ "no-cache" ], "x-ms-request-id": [ - "ba85fabb-551d-47fc-bbb5-181508d3fb04" + "8d5df8a9-52c1-43e7-8f5b-b5340309b79e" ], "X-Content-Type-Options": [ "nosniff" @@ -240,50 +240,50 @@ "1199" ], "x-ms-correlation-request-id": [ - "8eabc83a-59ea-4079-b9b4-e2a1f0ca4fdb" + "3a2f6df6-cd2f-4cd0-89b8-85591a3761a9" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T184917Z:8eabc83a-59ea-4079-b9b4-e2a1f0ca4fdb" + "WESTUS:20200623T072303Z:3a2f6df6-cd2f-4cd0-89b8-85591a3761a9" ], "Date": [ - "Wed, 03 Jul 2019 18:49:16 GMT" + "Tue, 23 Jun 2020 07:23:03 GMT" ], "Content-Length": [ - "51" + "29" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"nameAvailable\": true,\r\n \"reason\": null,\r\n \"message\": null\r\n}", + "ResponseBody": "{\r\n \"nameAvailable\": true\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps5284/providers/Microsoft.StorageSync/storageSyncServices/sssps3066?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNTI4NC9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMzMDY2P2FwaS12ZXJzaW9uPTIwMTktMDMtMDE=", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps619/providers/Microsoft.StorageSync/storageSyncServices/sssps4949?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzNjE5L3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZVN5bmMvc3RvcmFnZVN5bmNTZXJ2aWNlcy9zc3NwczQ5NDk/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"location\": \"Central US EUAP\",\r\n \"tags\": {}\r\n}", + "RequestBody": "{\r\n \"location\": \"Central US EUAP\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"incomingTrafficPolicy\": \"AllowAllTraffic\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "7bb52922-2e83-41f9-91b2-8a506e45e80f" + "7391442b-02d7-41fa-b706-da65200695cf" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "52" + "125" ] }, "ResponseHeaders": { @@ -293,8 +293,17 @@ "Pragma": [ "no-cache" ], + "Location": [ + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6IjgxOGVjZGUwLWVhODktNDIwOC04YzE2LTEwNzVmOWI4MmFhYyIsIndvcmtmbG93SWQiOiIwZDZiYTE1OS03NjZmLTQyOGMtYTY0Mi1iMjZlNTg0NTYyMTAiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiYmU4OTI0N2MtYmZkNS00NTBjLWFmMjItNjJhNGVkNDhkOWJhIn0=?api-version=2020-03-01" + ], + "Retry-After": [ + "10" + ], + "Azure-AsyncOperation": [ + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6IjgxOGVjZGUwLWVhODktNDIwOC04YzE2LTEwNzVmOWI4MmFhYyIsIndvcmtmbG93SWQiOiIwZDZiYTE1OS03NjZmLTQyOGMtYTY0Mi1iMjZlNTg0NTYyMTAiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiYmU4OTI0N2MtYmZkNS00NTBjLWFmMjItNjJhNGVkNDhkOWJhIn0=?api-version=2020-03-01" + ], "x-ms-request-id": [ - "115b9132-dda5-46e2-8f0d-c8574c478112" + "22d9eefd-4076-4704-863a-8f26d0101d0c" ], "X-Content-Type-Options": [ "nosniff" @@ -312,47 +321,170 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1199" + "1198" + ], + "x-ms-correlation-request-id": [ + "21b246b5-d1b5-45f6-8023-477a71adec1e" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200623T072304Z:21b246b5-d1b5-45f6-8023-477a71adec1e" + ], + "Date": [ + "Tue, 23 Jun 2020 07:23:04 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6IjgxOGVjZGUwLWVhODktNDIwOC04YzE2LTEwNzVmOWI4MmFhYyIsIndvcmtmbG93SWQiOiIwZDZiYTE1OS03NjZmLTQyOGMtYTY0Mi1iMjZlNTg0NTYyMTAiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiYmU4OTI0N2MtYmZkNS00NTBjLWFmMjItNjJhNGVkNDhkOWJhIn0=?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvbG9jYXRpb25zL2NlbnRyYWx1c2V1YXAvb3BlcmF0aW9ucy9leUp3WVhKMGFYUnBiMjVKWkNJNklqZ3hPR1ZqWkdVd0xXVmhPRGt0TkRJd09DMDRZekUyTFRFd056Vm1PV0k0TW1GaFl5SXNJbmR2Y210bWJHOTNTV1FpT2lJd1pEWmlZVEUxT1MwM05qWm1MVFF5T0dNdFlUWTBNaTFpTWpabE5UZzBOVFl5TVRBaUxDSjNiM0pyWm14dmQwOXdaWEpoZEdsdmJrbGtJam9pWW1VNE9USTBOMk10WW1aa05TMDBOVEJqTFdGbU1qSXROakpoTkdWa05EaGtPV0poSW4wPT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-request-id": [ + "671bd95e-294d-4e5c-9029-efd72f2d8193" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-IIS/10.0" + ], + "X-AspNet-Version": [ + "4.0.30319" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11997" ], "x-ms-correlation-request-id": [ - "23047bd1-58a6-4206-a74b-223d8c777c38" + "17e6a467-dfc6-47eb-a0c3-c64cdfe0f915" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T184917Z:23047bd1-58a6-4206-a74b-223d8c777c38" + "WESTUS:20200623T072314Z:17e6a467-dfc6-47eb-a0c3-c64cdfe0f915" ], "Date": [ - "Wed, 03 Jul 2019 18:49:17 GMT" + "Tue, 23 Jun 2020 07:23:14 GMT" ], "Content-Length": [ - "329" + "744" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"storageSyncServiceStatus\": null,\r\n \"storageSyncServiceUid\": null\r\n },\r\n \"location\": \"Central US EUAP\",\r\n \"tags\": {},\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps5284/providers/microsoft.storagesync/storageSyncServices/sssps3066\",\r\n \"name\": \"sssps3066\",\r\n \"type\": \"microsoft.storagesync/storageSyncServices\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6IjgxOGVjZGUwLWVhODktNDIwOC04YzE2LTEwNzVmOWI4MmFhYyIsIndvcmtmbG93SWQiOiIwZDZiYTE1OS03NjZmLTQyOGMtYTY0Mi1iMjZlNTg0NTYyMTAiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiYmU4OTI0N2MtYmZkNS00NTBjLWFmMjItNjJhNGVkNDhkOWJhIn0=\",\r\n \"name\": \"eyJwYXJ0aXRpb25JZCI6IjgxOGVjZGUwLWVhODktNDIwOC04YzE2LTEwNzVmOWI4MmFhYyIsIndvcmtmbG93SWQiOiIwZDZiYTE1OS03NjZmLTQyOGMtYTY0Mi1iMjZlNTg0NTYyMTAiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiYmU4OTI0N2MtYmZkNS00NTBjLWFmMjItNjJhNGVkNDhkOWJhIn0=\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2020-06-23T07:23:05.216068Z\",\r\n \"endTime\": \"2020-06-23T07:23:11.5613015Z\",\r\n \"properties\": {}\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps5284/providers/Microsoft.StorageSync/storageSyncServices/sssps3066/syncGroups/sgps2757?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNTI4NC9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMzMDY2L3N5bmNHcm91cHMvc2dwczI3NTc/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps619/providers/Microsoft.StorageSync/storageSyncServices/sssps4949?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzNjE5L3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZVN5bmMvc3RvcmFnZVN5bmNTZXJ2aWNlcy9zc3NwczQ5NDk/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-request-id": [ + "e9722a95-156d-410d-9c63-2d6de8a0876a" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-IIS/10.0" + ], + "X-AspNet-Version": [ + "4.0.30319" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11996" + ], + "x-ms-correlation-request-id": [ + "537805f8-953f-466b-aafc-fc9893e1a6e7" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200623T072315Z:537805f8-953f-466b-aafc-fc9893e1a6e7" + ], + "Date": [ + "Tue, 23 Jun 2020 07:23:14 GMT" + ], + "Content-Length": [ + "632" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"properties\": {\r\n \"storageSyncServiceStatus\": 0,\r\n \"incomingTrafficPolicy\": \"AllowAllTraffic\",\r\n \"privateEndpointConnections\": [],\r\n \"provisioningState\": \"Succeeded\",\r\n \"lastWorkflowId\": \"storageSyncServices/sssps4949/workflows/0d6ba159-766f-428c-a642-b26e58456210\",\r\n \"lastOperationName\": \"ICreateStorageSyncServiceWorkflow\"\r\n },\r\n \"location\": \"Central US EUAP\",\r\n \"tags\": {},\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps619/providers/microsoft.storagesync/storageSyncServices/sssps4949\",\r\n \"name\": \"sssps4949\",\r\n \"type\": \"microsoft.storagesync/storageSyncServices\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps619/providers/Microsoft.StorageSync/storageSyncServices/sssps4949/syncGroups/sgps3148?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzNjE5L3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZVN5bmMvc3RvcmFnZVN5bmNTZXJ2aWNlcy9zc3NwczQ5NDkvc3luY0dyb3Vwcy9zZ3BzMzE0OD9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "PUT", "RequestBody": "{\r\n \"properties\": {}\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "c64bc3bf-c5c3-4a56-82dc-b979205d78d2" + "c8d95317-eb27-47f0-acfe-c4f239ef5e41" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -369,7 +501,7 @@ "no-cache" ], "x-ms-request-id": [ - "9d413d59-9fa0-4dc9-aa30-1cab04834045" + "a1b63bcd-e917-4a89-b3a0-77eb0e4357ce" ], "X-Content-Type-Options": [ "nosniff" @@ -387,47 +519,47 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1198" + "1197" ], "x-ms-correlation-request-id": [ - "ed81580c-d70c-4177-abcd-d30133fedc76" + "3a37b837-bdd8-4b28-98af-4bb5e427598b" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T184918Z:ed81580c-d70c-4177-abcd-d30133fedc76" + "WESTUS:20200623T072315Z:3a37b837-bdd8-4b28-98af-4bb5e427598b" ], "Date": [ - "Wed, 03 Jul 2019 18:49:18 GMT" + "Tue, 23 Jun 2020 07:23:15 GMT" ], "Content-Length": [ - "331" + "370" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"syncGroupStatus\": \"0\",\r\n \"uniqueId\": \"c377b8ff-4aec-439e-bf25-96a9a52a0292\"\r\n },\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps5284/providers/microsoft.storagesync/storageSyncServices/sssps3066/syncGroups/sgps2757\",\r\n \"name\": \"sgps2757\",\r\n \"type\": \"microsoft.storagesync/storageSyncServices/syncGroups\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"syncGroupStatus\": \"0\",\r\n \"uniqueId\": \"69d7d778-a75e-468c-976d-a2a9683080f5\"\r\n },\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps619/providers/microsoft.storagesync/storageSyncServices/sssps4949/syncGroups/sgps3148\",\r\n \"name\": \"sgps3148\",\r\n \"type\": \"microsoft.storagesync/storageSyncServices/syncGroups\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps5284/providers/Microsoft.StorageSync/storageSyncServices/sssps3066/syncGroups/sgps2757?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNTI4NC9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMzMDY2L3N5bmNHcm91cHMvc2dwczI3NTc/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps619/providers/Microsoft.StorageSync/storageSyncServices/sssps4949/syncGroups/sgps3148?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzNjE5L3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZVN5bmMvc3RvcmFnZVN5bmNTZXJ2aWNlcy9zc3NwczQ5NDkvc3luY0dyb3Vwcy9zZ3BzMzE0OD9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "6c2260c4-ea09-464b-8316-73f2da4f24e1" + "1f25d2f7-6467-4b1f-b902-880a75c2e1da" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -438,7 +570,7 @@ "no-cache" ], "x-ms-request-id": [ - "174a25d5-52cf-4b63-8c47-8d6dfacac39e" + "707fcb41-fe91-4ca5-bc77-bb2a2fa65e15" ], "X-Content-Type-Options": [ "nosniff" @@ -456,16 +588,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-deletes": [ - "14998" + "14999" ], "x-ms-correlation-request-id": [ - "4fa5eb53-ad0f-47f7-bf3f-e0595c928dc9" + "12804025-28c6-4b68-815b-dc1a65c9b510" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T184919Z:4fa5eb53-ad0f-47f7-bf3f-e0595c928dc9" + "WESTUS:20200623T072315Z:12804025-28c6-4b68-815b-dc1a65c9b510" ], "Date": [ - "Wed, 03 Jul 2019 18:49:19 GMT" + "Tue, 23 Jun 2020 07:23:15 GMT" ], "Expires": [ "-1" @@ -478,22 +610,22 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps5284/providers/Microsoft.StorageSync/storageSyncServices/sssps3066?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNTI4NC9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMzMDY2P2FwaS12ZXJzaW9uPTIwMTktMDMtMDE=", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps619/providers/Microsoft.StorageSync/storageSyncServices/sssps4949?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzNjE5L3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZVN5bmMvc3RvcmFnZVN5bmNTZXJ2aWNlcy9zc3NwczQ5NDk/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "97988918-3d4c-4b13-a380-c38e6c9731c1" + "ff9b5a14-53b3-495b-b9f8-b95c4d5cd370" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -503,8 +635,17 @@ "Pragma": [ "no-cache" ], + "Location": [ + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6IjgxOGVjZGUwLWVhODktNDIwOC04YzE2LTEwNzVmOWI4MmFhYyIsIndvcmtmbG93SWQiOiI2NDVhMWM1My1jNWJiLTRhNTMtYTU3ZC1kNTBkMDIwMjI1MmMiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiMGRjMDBmMjctMTRmZC00N2RkLThiYmItZTRkMThjMDJmYWQ2In0=?api-version=2020-03-01" + ], + "Retry-After": [ + "10" + ], + "Azure-AsyncOperation": [ + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6IjgxOGVjZGUwLWVhODktNDIwOC04YzE2LTEwNzVmOWI4MmFhYyIsIndvcmtmbG93SWQiOiI2NDVhMWM1My1jNWJiLTRhNTMtYTU3ZC1kNTBkMDIwMjI1MmMiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiMGRjMDBmMjctMTRmZC00N2RkLThiYmItZTRkMThjMDJmYWQ2In0=?api-version=2020-03-01" + ], "x-ms-request-id": [ - "d72a43f1-7a64-46fd-b1e0-6ed44fb1054e" + "18dde49d-b014-428b-a465-573fd1ae09d7" ], "X-Content-Type-Options": [ "nosniff" @@ -522,16 +663,139 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-deletes": [ - "14997" + "14998" ], "x-ms-correlation-request-id": [ - "c4235f0e-9331-4c50-933d-ea5832f2ac86" + "6d226f79-3f4a-46bd-8c43-2ba523e32f2f" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T184920Z:c4235f0e-9331-4c50-933d-ea5832f2ac86" + "WESTUS:20200623T072316Z:6d226f79-3f4a-46bd-8c43-2ba523e32f2f" ], "Date": [ - "Wed, 03 Jul 2019 18:49:19 GMT" + "Tue, 23 Jun 2020 07:23:15 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6IjgxOGVjZGUwLWVhODktNDIwOC04YzE2LTEwNzVmOWI4MmFhYyIsIndvcmtmbG93SWQiOiI2NDVhMWM1My1jNWJiLTRhNTMtYTU3ZC1kNTBkMDIwMjI1MmMiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiMGRjMDBmMjctMTRmZC00N2RkLThiYmItZTRkMThjMDJmYWQ2In0=?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvbG9jYXRpb25zL2NlbnRyYWx1c2V1YXAvb3BlcmF0aW9ucy9leUp3WVhKMGFYUnBiMjVKWkNJNklqZ3hPR1ZqWkdVd0xXVmhPRGt0TkRJd09DMDRZekUyTFRFd056Vm1PV0k0TW1GaFl5SXNJbmR2Y210bWJHOTNTV1FpT2lJMk5EVmhNV00xTXkxak5XSmlMVFJoTlRNdFlUVTNaQzFrTlRCa01ESXdNakkxTW1NaUxDSjNiM0pyWm14dmQwOXdaWEpoZEdsdmJrbGtJam9pTUdSak1EQm1NamN0TVRSbVpDMDBOMlJrTFRoaVltSXRaVFJrTVRoak1ESm1ZV1EySW4wPT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-request-id": [ + "5d82bfb2-350f-40e0-bbcc-58f47dda28b1" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-IIS/10.0" + ], + "X-AspNet-Version": [ + "4.0.30319" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11995" + ], + "x-ms-correlation-request-id": [ + "fbcf276e-e62e-42b7-8e1d-eff5ce522b33" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200623T072326Z:fbcf276e-e62e-42b7-8e1d-eff5ce522b33" + ], + "Date": [ + "Tue, 23 Jun 2020 07:23:25 GMT" + ], + "Content-Length": [ + "745" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6IjgxOGVjZGUwLWVhODktNDIwOC04YzE2LTEwNzVmOWI4MmFhYyIsIndvcmtmbG93SWQiOiI2NDVhMWM1My1jNWJiLTRhNTMtYTU3ZC1kNTBkMDIwMjI1MmMiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiMGRjMDBmMjctMTRmZC00N2RkLThiYmItZTRkMThjMDJmYWQ2In0=\",\r\n \"name\": \"eyJwYXJ0aXRpb25JZCI6IjgxOGVjZGUwLWVhODktNDIwOC04YzE2LTEwNzVmOWI4MmFhYyIsIndvcmtmbG93SWQiOiI2NDVhMWM1My1jNWJiLTRhNTMtYTU3ZC1kNTBkMDIwMjI1MmMiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiMGRjMDBmMjctMTRmZC00N2RkLThiYmItZTRkMThjMDJmYWQ2In0=\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2020-06-23T07:23:16.6543816Z\",\r\n \"endTime\": \"2020-06-23T07:23:22.2799911Z\",\r\n \"properties\": {}\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6IjgxOGVjZGUwLWVhODktNDIwOC04YzE2LTEwNzVmOWI4MmFhYyIsIndvcmtmbG93SWQiOiI2NDVhMWM1My1jNWJiLTRhNTMtYTU3ZC1kNTBkMDIwMjI1MmMiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiMGRjMDBmMjctMTRmZC00N2RkLThiYmItZTRkMThjMDJmYWQ2In0=?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvbG9jYXRpb25zL2NlbnRyYWx1c2V1YXAvb3BlcmF0aW9ucmVzdWx0cy9leUp3WVhKMGFYUnBiMjVKWkNJNklqZ3hPR1ZqWkdVd0xXVmhPRGt0TkRJd09DMDRZekUyTFRFd056Vm1PV0k0TW1GaFl5SXNJbmR2Y210bWJHOTNTV1FpT2lJMk5EVmhNV00xTXkxak5XSmlMVFJoTlRNdFlUVTNaQzFrTlRCa01ESXdNakkxTW1NaUxDSjNiM0pyWm14dmQwOXdaWEpoZEdsdmJrbGtJam9pTUdSak1EQm1NamN0TVRSbVpDMDBOMlJrTFRoaVltSXRaVFJrTVRoak1ESm1ZV1EySW4wPT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-request-id": [ + "64e6b0fb-a93f-49e8-b372-f687be4572c9" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-IIS/10.0" + ], + "X-AspNet-Version": [ + "4.0.30319" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11994" + ], + "x-ms-correlation-request-id": [ + "b0d990c0-9b2a-4d08-bdf5-f6b41bf7cf0b" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200623T072326Z:b0d990c0-9b2a-4d08-bdf5-f6b41bf7cf0b" + ], + "Date": [ + "Tue, 23 Jun 2020 07:23:26 GMT" ], "Expires": [ "-1" @@ -544,22 +808,22 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps5284/providers/Microsoft.StorageSync/storageSyncServices?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNTI4NC9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXM/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps619/providers/Microsoft.StorageSync/storageSyncServices?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzNjE5L3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZVN5bmMvc3RvcmFnZVN5bmNTZXJ2aWNlcz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "992eec64-7902-4f26-9c89-db723501eba6" + "c6c4e1e9-b570-4ad5-8611-43299cb2f303" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -569,57 +833,66 @@ "Pragma": [ "no-cache" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11999" - ], "x-ms-request-id": [ - "2680c375-bd8f-4369-8628-b94b28b72306" - ], - "x-ms-correlation-request-id": [ - "2680c375-bd8f-4369-8628-b94b28b72306" + "2bd52892-0cd4-42e5-b64b-5afebf053452" ], - "x-ms-routing-request-id": [ - "WESTUS:20190703T184920Z:2680c375-bd8f-4369-8628-b94b28b72306" + "X-Content-Type-Options": [ + "nosniff" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Content-Type-Options": [ - "nosniff" + "Server": [ + "Microsoft-IIS/10.0" + ], + "X-AspNet-Version": [ + "4.0.30319" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11993" + ], + "x-ms-correlation-request-id": [ + "6f2a81f5-1e3d-400d-baaf-9f180d683f5b" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200623T072326Z:6f2a81f5-1e3d-400d-baaf-9f180d683f5b" ], "Date": [ - "Wed, 03 Jul 2019 18:49:19 GMT" + "Tue, 23 Jun 2020 07:23:26 GMT" + ], + "Content-Length": [ + "19" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" - ], - "Content-Length": [ - "12" ] }, "ResponseBody": "{\r\n \"value\": []\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourcegroups/ps5284?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlZ3JvdXBzL3BzNTI4ND9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourcegroups/ps619?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlZ3JvdXBzL3BzNjE5P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "2b82ca40-0679-4b53-b3a1-0fa16b456207" + "42e255d4-5292-4250-8329-4df79e8f1583" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -630,22 +903,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzUyODQtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzYxOS1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-deletes": [ - "14996" + "14997" ], "x-ms-request-id": [ - "39273405-191b-40c5-8016-2cbe71abc00e" + "41d43b5b-9612-44f7-b439-9237f123e215" ], "x-ms-correlation-request-id": [ - "39273405-191b-40c5-8016-2cbe71abc00e" + "41d43b5b-9612-44f7-b439-9237f123e215" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T184921Z:39273405-191b-40c5-8016-2cbe71abc00e" + "WESTUS:20200623T072326Z:41d43b5b-9612-44f7-b439-9237f123e215" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -654,7 +927,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 18:49:20 GMT" + "Tue, 23 Jun 2020 07:23:26 GMT" ], "Expires": [ "-1" @@ -667,16 +940,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzUyODQtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpVeU9EUXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzYxOS1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpZeE9TMVhSVk5VVlZNaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5kbGMzUjFjeUo5P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -687,22 +960,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzUyODQtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzYxOS1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11998" + "11992" ], "x-ms-request-id": [ - "ef256637-1d22-46ce-9859-23ff16b0b318" + "99f8f0d3-6195-4a24-9c3c-dbdffe5b7223" ], "x-ms-correlation-request-id": [ - "ef256637-1d22-46ce-9859-23ff16b0b318" + "99f8f0d3-6195-4a24-9c3c-dbdffe5b7223" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T184936Z:ef256637-1d22-46ce-9859-23ff16b0b318" + "WESTUS:20200623T072341Z:99f8f0d3-6195-4a24-9c3c-dbdffe5b7223" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -711,7 +984,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 18:49:35 GMT" + "Tue, 23 Jun 2020 07:23:41 GMT" ], "Expires": [ "-1" @@ -724,16 +997,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzUyODQtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpVeU9EUXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzYxOS1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpZeE9TMVhSVk5VVlZNaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5kbGMzUjFjeUo5P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -744,22 +1017,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzUyODQtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzYxOS1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11997" + "11991" ], "x-ms-request-id": [ - "b03e436b-b929-44b8-814a-3118ff53d627" + "039f5377-d858-4190-8810-c1306a4ec0f9" ], "x-ms-correlation-request-id": [ - "b03e436b-b929-44b8-814a-3118ff53d627" + "039f5377-d858-4190-8810-c1306a4ec0f9" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T184951Z:b03e436b-b929-44b8-814a-3118ff53d627" + "WESTUS:20200623T072357Z:039f5377-d858-4190-8810-c1306a4ec0f9" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -768,7 +1041,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 18:49:50 GMT" + "Tue, 23 Jun 2020 07:23:56 GMT" ], "Expires": [ "-1" @@ -781,16 +1054,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzUyODQtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpVeU9EUXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzYxOS1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpZeE9TMVhSVk5VVlZNaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5kbGMzUjFjeUo5P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -801,16 +1074,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11996" + "11990" ], "x-ms-request-id": [ - "3db7791f-f8c0-4f45-bb89-25e02ca75484" + "0a3dad54-93eb-4897-8510-1c442c41fb69" ], "x-ms-correlation-request-id": [ - "3db7791f-f8c0-4f45-bb89-25e02ca75484" + "0a3dad54-93eb-4897-8510-1c442c41fb69" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T185006Z:3db7791f-f8c0-4f45-bb89-25e02ca75484" + "WESTUS:20200623T072412Z:0a3dad54-93eb-4897-8510-1c442c41fb69" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -819,7 +1092,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 18:50:05 GMT" + "Tue, 23 Jun 2020 07:24:11 GMT" ], "Expires": [ "-1" @@ -832,16 +1105,16 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzUyODQtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpVeU9EUXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzYxOS1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpZeE9TMVhSVk5VVlZNaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5kbGMzUjFjeUo5P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -852,16 +1125,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11995" + "11989" ], "x-ms-request-id": [ - "01bfa19d-3403-482b-b4f9-b9e6d84c2874" + "bf77a915-3bc1-437d-9e35-f566c8ad92c2" ], "x-ms-correlation-request-id": [ - "01bfa19d-3403-482b-b4f9-b9e6d84c2874" + "bf77a915-3bc1-437d-9e35-f566c8ad92c2" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T185006Z:01bfa19d-3403-482b-b4f9-b9e6d84c2874" + "WESTUS:20200623T072412Z:bf77a915-3bc1-437d-9e35-f566c8ad92c2" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -870,7 +1143,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 18:50:05 GMT" + "Tue, 23 Jun 2020 07:24:11 GMT" ], "Expires": [ "-1" @@ -885,14 +1158,14 @@ ], "Names": { "Test-RemoveSyncGroupResourceId": [ - "ps5284", - "ps3066", - "ps2757" + "ps619", + "ps4949", + "ps3148" ] }, "Variables": { - "SubscriptionId": "7b96cb02-4663-40f4-9a89-603d3849e46a", - "TenantId": "0483643a-cb2f-462a-bc27-1a270e5bdc0a", + "SubscriptionId": "1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b", + "TenantId": "6ad91d65-65ab-4e14-90f7-fe951035b7c9", "Domain": "" } } \ No newline at end of file diff --git a/src/StorageSync/StorageSync.Test/SessionRecords/StorageSyncTests.SyncGroupTests/TestSyncGroup.json b/src/StorageSync/StorageSync.Test/SessionRecords/StorageSyncTests.SyncGroupTests/TestSyncGroup.json index b81f549ae025..ea446e604c36 100644 --- a/src/StorageSync/StorageSync.Test/SessionRecords/StorageSyncTests.SyncGroupTests/TestSyncGroup.json +++ b/src/StorageSync/StorageSync.Test/SessionRecords/StorageSyncTests.SyncGroupTests/TestSyncGroup.json @@ -1,22 +1,22 @@ { "Entries": [ { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/providers/Microsoft.Resources?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVzb3VyY2VzP2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/Microsoft.Resources?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVzb3VyY2VzP2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "0375e117-1958-4224-9772-2c9f85a59e71" + "e18a71c2-ae42-4da9-b2f0-be5a6338bb9d" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -30,13 +30,13 @@ "11999" ], "x-ms-request-id": [ - "e995c641-107e-4bf6-bf41-9700beaea405" + "9e5c5051-25ef-4ffa-a795-20ae42fafbff" ], "x-ms-correlation-request-id": [ - "e995c641-107e-4bf6-bf41-9700beaea405" + "9e5c5051-25ef-4ffa-a795-20ae42fafbff" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T184718Z:e995c641-107e-4bf6-bf41-9700beaea405" + "WESTUS:20200623T072033Z:9e5c5051-25ef-4ffa-a795-20ae42fafbff" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -45,7 +45,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 18:47:17 GMT" + "Tue, 23 Jun 2020 07:20:32 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -54,29 +54,29 @@ "-1" ], "Content-Length": [ - "8818" + "10899" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/providers/Microsoft.Resources\",\r\n \"namespace\": \"Microsoft.Resources\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"tenants\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operationresults\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"notifyResourceJobs\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"tags\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkPolicyCompliance\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"providers\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkresourcename\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resources\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/resources\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/providers\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/operationresults\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceGroups\",\r\n \"locations\": [\r\n \"Central US\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"West Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia Southeast\",\r\n \"Australia East\",\r\n \"West India\",\r\n \"South India\",\r\n \"Central India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/resourceGroups\",\r\n \"locations\": [\r\n \"Central US\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"West Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia Southeast\",\r\n \"Australia East\",\r\n \"West India\",\r\n \"South India\",\r\n \"Central India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/resourcegroups/resources\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/tagnames\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/tagNames/tagValues\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"deployments\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"deployments/operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"links\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-01-01\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/Microsoft.Resources\",\r\n \"namespace\": \"Microsoft.Resources\",\r\n \"authorization\": {\r\n \"applicationId\": \"3b990c8b-9607-4c2a-8b04-1d41985facca\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"tenants\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-01-01\",\r\n \"2019-09-01\",\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-09-01\",\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operationresults\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-09-01\",\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"notifyResourceJobs\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-09-01\",\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"tags\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-10-01\",\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\"\r\n ],\r\n \"capabilities\": \"SupportsExtension\"\r\n },\r\n {\r\n \"resourceType\": \"checkPolicyCompliance\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"providers\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkresourcename\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"calculateTemplateHash\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-09-01\",\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resources\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-09-01\",\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-10-01\",\r\n \"2019-09-01\",\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/resources\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-09-01\",\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/providers\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/operationresults\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceGroups\",\r\n \"locations\": [\r\n \"Central US\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"West Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia Southeast\",\r\n \"Australia East\",\r\n \"West India\",\r\n \"South India\",\r\n \"Central India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Australia Central\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/resourceGroups\",\r\n \"locations\": [\r\n \"Central US\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"West Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia Southeast\",\r\n \"Australia East\",\r\n \"West India\",\r\n \"South India\",\r\n \"Central India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Australia Central\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/resourcegroups/resources\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/tagnames\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/tagNames/tagValues\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"deployments\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-09-01\",\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"deployments/operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-09-01\",\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"links\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ],\r\n \"capabilities\": \"SupportsExtension\"\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-01-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"deploymentScripts\",\r\n \"locations\": [\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Australia East\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"Central US\",\r\n \"North Central US\",\r\n \"UK South\",\r\n \"Central India\",\r\n \"South India\",\r\n \"Japan East\",\r\n \"Korea Central\",\r\n \"North Europe\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West US 2\",\r\n \"West US\",\r\n \"South Central US\",\r\n \"Canada East\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-10-01-preview\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"deploymentScripts/logs\",\r\n \"locations\": [\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Australia East\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"Central US\",\r\n \"North Central US\",\r\n \"UK South\",\r\n \"Central India\",\r\n \"South India\",\r\n \"Japan East\",\r\n \"Korea Central\",\r\n \"North Europe\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West US 2\",\r\n \"West US\",\r\n \"South Central US\",\r\n \"Canada East\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/deploymentScriptOperationResults\",\r\n \"locations\": [\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Australia East\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"Central US\",\r\n \"North Central US\",\r\n \"UK South\",\r\n \"Central India\",\r\n \"South India\",\r\n \"Japan East\",\r\n \"Korea Central\",\r\n \"North Europe\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West US 2\",\r\n \"West US\",\r\n \"South Central US\",\r\n \"Canada East\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-10-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/providers/Microsoft.StorageSync?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZVN5bmM/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/Microsoft.StorageSync?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZVN5bmM/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "d26d9366-f202-4f16-a344-669001820237" + "950dcae8-cbc8-4113-ba65-d1858319f5f8" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -90,13 +90,13 @@ "11998" ], "x-ms-request-id": [ - "dfb2ca5c-79bd-42dd-9144-d181c6819413" + "00a574f2-ac35-43f8-972f-9ecef07a2a72" ], "x-ms-correlation-request-id": [ - "dfb2ca5c-79bd-42dd-9144-d181c6819413" + "00a574f2-ac35-43f8-972f-9ecef07a2a72" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T184718Z:dfb2ca5c-79bd-42dd-9144-d181c6819413" + "WESTUS:20200623T072033Z:00a574f2-ac35-43f8-972f-9ecef07a2a72" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -105,7 +105,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 18:47:18 GMT" + "Tue, 23 Jun 2020 07:20:32 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -114,29 +114,29 @@ "-1" ], "Content-Length": [ - "5239" + "7645" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/providers/Microsoft.StorageSync\",\r\n \"namespace\": \"Microsoft.StorageSync\",\r\n \"authorizations\": [\r\n {\r\n \"applicationId\": \"9469b9f5-6722-4481-a2b2-14ed560b706f\"\r\n }\r\n ],\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageSyncServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"Central US EUAP\",\r\n \"West US 2\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\",\r\n \"2018-01-01-preview\",\r\n \"2017-06-05-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"storageSyncServices/syncGroups\",\r\n \"locations\": [\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"Central US EUAP\",\r\n \"West US 2\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\",\r\n \"2018-01-01-preview\",\r\n \"2017-06-05-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageSyncServices/syncGroups/cloudEndpoints\",\r\n \"locations\": [\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"Central US EUAP\",\r\n \"West US 2\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\",\r\n \"2018-01-01-preview\",\r\n \"2017-06-05-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageSyncServices/syncGroups/serverEndpoints\",\r\n \"locations\": [\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"Central US EUAP\",\r\n \"West US 2\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\",\r\n \"2018-01-01-preview\",\r\n \"2017-06-05-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageSyncServices/registeredServers\",\r\n \"locations\": [\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"Central US EUAP\",\r\n \"West US 2\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\",\r\n \"2018-01-01-preview\",\r\n \"2017-06-05-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageSyncServices/workflows\",\r\n \"locations\": [\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"Central US EUAP\",\r\n \"West US 2\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\",\r\n \"2018-01-01-preview\",\r\n \"2017-06-05-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\",\r\n \"2018-01-01-preview\",\r\n \"2017-06-05-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/checkNameAvailability\",\r\n \"locations\": [\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/workflows\",\r\n \"locations\": [\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/Microsoft.StorageSync\",\r\n \"namespace\": \"Microsoft.StorageSync\",\r\n \"authorizations\": [\r\n {\r\n \"applicationId\": \"9469b9f5-6722-4481-a2b2-14ed560b706f\",\r\n \"roleDefinitionId\": \"4cd49d82-1f4d-43fc-af0c-1c1203668e5a\"\r\n }\r\n ],\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageSyncServices\",\r\n \"locations\": [\r\n \"West Central US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"West US 2\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"UAE North\",\r\n \"UAE Central\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2019-10-01\",\r\n \"2019-06-01\",\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\",\r\n \"2018-01-01-preview\",\r\n \"2017-06-05-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"storageSyncServices/syncGroups\",\r\n \"locations\": [\r\n \"West Central US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"West US 2\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"UAE North\",\r\n \"UAE Central\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2019-10-01\",\r\n \"2019-06-01\",\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\",\r\n \"2018-01-01-preview\",\r\n \"2017-06-05-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageSyncServices/syncGroups/cloudEndpoints\",\r\n \"locations\": [\r\n \"West Central US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"West US 2\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"UAE North\",\r\n \"UAE Central\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2019-10-01\",\r\n \"2019-06-01\",\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\",\r\n \"2018-01-01-preview\",\r\n \"2017-06-05-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageSyncServices/syncGroups/serverEndpoints\",\r\n \"locations\": [\r\n \"West Central US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"West US 2\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"UAE North\",\r\n \"UAE Central\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2019-10-01\",\r\n \"2019-06-01\",\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\",\r\n \"2018-01-01-preview\",\r\n \"2017-06-05-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageSyncServices/registeredServers\",\r\n \"locations\": [\r\n \"West Central US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"West US 2\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"UAE North\",\r\n \"UAE Central\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2019-10-01\",\r\n \"2019-06-01\",\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\",\r\n \"2018-01-01-preview\",\r\n \"2017-06-05-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageSyncServices/workflows\",\r\n \"locations\": [\r\n \"West Central US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"West US 2\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"UAE North\",\r\n \"UAE Central\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2019-10-01\",\r\n \"2019-06-01\",\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\",\r\n \"2018-01-01-preview\",\r\n \"2017-06-05-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2019-10-01\",\r\n \"2019-06-01\",\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\",\r\n \"2018-01-01-preview\",\r\n \"2017-06-05-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2019-10-01\",\r\n \"2019-06-01\",\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/checkNameAvailability\",\r\n \"locations\": [\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"UAE North\",\r\n \"UAE Central\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2019-10-01\",\r\n \"2019-06-01\",\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/workflows\",\r\n \"locations\": [\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"UAE North\",\r\n \"UAE Central\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2019-10-01\",\r\n \"2019-06-01\",\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operations\",\r\n \"locations\": [\r\n \"West Central US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"West US 2\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"UAE North\",\r\n \"UAE Central\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operationResults\",\r\n \"locations\": [\r\n \"West Central US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"West US 2\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"UAE North\",\r\n \"UAE Central\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourcegroups/ps1525?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlZ3JvdXBzL3BzMTUyNT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourcegroups/ps4332?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlZ3JvdXBzL3BzNDMzMj9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "77078173-d292-4353-baf1-11e1e28b2ba3" + "47d1384e-9fef-40b3-8701-2a364d225b28" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ], "Content-Type": [ "application/json; charset=utf-8" @@ -156,13 +156,13 @@ "1199" ], "x-ms-request-id": [ - "e77771df-f07d-4218-9ea9-46cd5fd25ff5" + "8e42291d-d3d1-4b57-8b5d-a76055fd84c0" ], "x-ms-correlation-request-id": [ - "e77771df-f07d-4218-9ea9-46cd5fd25ff5" + "8e42291d-d3d1-4b57-8b5d-a76055fd84c0" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T184720Z:e77771df-f07d-4218-9ea9-46cd5fd25ff5" + "WESTUS:20200623T072033Z:8e42291d-d3d1-4b57-8b5d-a76055fd84c0" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -171,7 +171,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 18:47:20 GMT" + "Tue, 23 Jun 2020 07:20:33 GMT" ], "Content-Length": [ "165" @@ -183,26 +183,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps1525\",\r\n \"name\": \"ps1525\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps4332\",\r\n \"name\": \"ps4332\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/providers/Microsoft.StorageSync/locations/CentralUSEUAP/checkNameAvailability?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZVN5bmMvbG9jYXRpb25zL0NlbnRyYWxVU0VVQVAvY2hlY2tOYW1lQXZhaWxhYmlsaXR5P2FwaS12ZXJzaW9uPTIwMTktMDMtMDE=", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/Microsoft.StorageSync/locations/CentralUSEUAP/checkNameAvailability?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZVN5bmMvbG9jYXRpb25zL0NlbnRyYWxVU0VVQVAvY2hlY2tOYW1lQXZhaWxhYmlsaXR5P2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", "RequestMethod": "POST", - "RequestBody": "{\r\n \"name\": \"sssps2243\",\r\n \"type\": \"Microsoft.StorageSync/storageSyncServices\"\r\n}", + "RequestBody": "{\r\n \"name\": \"sssps9383\",\r\n \"type\": \"Microsoft.StorageSync/storageSyncServices\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "4ede97d8-d8f9-4c83-ad53-c374148f8252" + "6b65b274-fff8-4a2e-b017-e747858337c0" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -219,7 +219,7 @@ "no-cache" ], "x-ms-request-id": [ - "90080268-8589-4342-9d83-75f8c37967b1" + "09154af7-fb74-4ef6-89f2-43de1a9ab3f2" ], "X-Content-Type-Options": [ "nosniff" @@ -240,50 +240,50 @@ "1199" ], "x-ms-correlation-request-id": [ - "2a4d8c75-59a2-442a-b036-4af1ffb5933d" + "648060f5-6e25-45cb-92a7-d4a572356cd7" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T184721Z:2a4d8c75-59a2-442a-b036-4af1ffb5933d" + "WESTUS:20200623T072034Z:648060f5-6e25-45cb-92a7-d4a572356cd7" ], "Date": [ - "Wed, 03 Jul 2019 18:47:20 GMT" + "Tue, 23 Jun 2020 07:20:33 GMT" ], "Content-Length": [ - "51" + "29" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"nameAvailable\": true,\r\n \"reason\": null,\r\n \"message\": null\r\n}", + "ResponseBody": "{\r\n \"nameAvailable\": true\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps1525/providers/Microsoft.StorageSync/storageSyncServices/sssps2243?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzMTUyNS9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMyMjQzP2FwaS12ZXJzaW9uPTIwMTktMDMtMDE=", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps4332/providers/Microsoft.StorageSync/storageSyncServices/sssps9383?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzNDMzMi9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM5MzgzP2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"location\": \"Central US EUAP\",\r\n \"tags\": {}\r\n}", + "RequestBody": "{\r\n \"location\": \"Central US EUAP\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"incomingTrafficPolicy\": \"AllowAllTraffic\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "f07a6ed3-3c33-47c5-97fa-8bda3e87f2e4" + "dd8371b6-c28a-4db8-bbde-960816672cc0" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "52" + "125" ] }, "ResponseHeaders": { @@ -293,8 +293,17 @@ "Pragma": [ "no-cache" ], + "Location": [ + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6ImFkYzhhZjc1LWEwNGMtNDk5MC04NzRkLTczYTg1NTU2Nzc5OCIsIndvcmtmbG93SWQiOiJlOWRlMzgzNi1jODZjLTRkYTQtOGVhYi00Y2ExMDBjNzVlNzgiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiZmFhOTBjZjUtNDg1Zi00NzEzLThkNmEtYmM3YTliODRkZTQ5In0=?api-version=2020-03-01" + ], + "Retry-After": [ + "10" + ], + "Azure-AsyncOperation": [ + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6ImFkYzhhZjc1LWEwNGMtNDk5MC04NzRkLTczYTg1NTU2Nzc5OCIsIndvcmtmbG93SWQiOiJlOWRlMzgzNi1jODZjLTRkYTQtOGVhYi00Y2ExMDBjNzVlNzgiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiZmFhOTBjZjUtNDg1Zi00NzEzLThkNmEtYmM3YTliODRkZTQ5In0=?api-version=2020-03-01" + ], "x-ms-request-id": [ - "4512d515-00be-47b7-aba7-953a429820ac" + "1d3f37bc-453c-4235-9f65-7fbce20b968a" ], "X-Content-Type-Options": [ "nosniff" @@ -315,44 +324,167 @@ "1199" ], "x-ms-correlation-request-id": [ - "31f0caa3-485f-4e5c-8101-50f18adb30f5" + "6ea4dfea-1b5d-4c55-b227-03b962ca9590" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200623T072035Z:6ea4dfea-1b5d-4c55-b227-03b962ca9590" + ], + "Date": [ + "Tue, 23 Jun 2020 07:20:34 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6ImFkYzhhZjc1LWEwNGMtNDk5MC04NzRkLTczYTg1NTU2Nzc5OCIsIndvcmtmbG93SWQiOiJlOWRlMzgzNi1jODZjLTRkYTQtOGVhYi00Y2ExMDBjNzVlNzgiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiZmFhOTBjZjUtNDg1Zi00NzEzLThkNmEtYmM3YTliODRkZTQ5In0=?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvbG9jYXRpb25zL2NlbnRyYWx1c2V1YXAvb3BlcmF0aW9ucy9leUp3WVhKMGFYUnBiMjVKWkNJNkltRmtZemhoWmpjMUxXRXdOR010TkRrNU1DMDROelJrTFRjellUZzFOVFUyTnpjNU9DSXNJbmR2Y210bWJHOTNTV1FpT2lKbE9XUmxNemd6Tmkxak9EWmpMVFJrWVRRdE9HVmhZaTAwWTJFeE1EQmpOelZsTnpnaUxDSjNiM0pyWm14dmQwOXdaWEpoZEdsdmJrbGtJam9pWm1GaE9UQmpaalV0TkRnMVppMDBOekV6TFRoa05tRXRZbU0zWVRsaU9EUmtaVFE1SW4wPT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-request-id": [ + "2f2ca82f-41ad-495e-b87c-d4b7860d4dd0" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-IIS/10.0" + ], + "X-AspNet-Version": [ + "4.0.30319" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11999" + ], + "x-ms-correlation-request-id": [ + "14b9015d-c69e-462f-bb86-c630e97e0497" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T184721Z:31f0caa3-485f-4e5c-8101-50f18adb30f5" + "WESTUS:20200623T072045Z:14b9015d-c69e-462f-bb86-c630e97e0497" ], "Date": [ - "Wed, 03 Jul 2019 18:47:20 GMT" + "Tue, 23 Jun 2020 07:20:44 GMT" ], "Content-Length": [ - "329" + "744" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"storageSyncServiceStatus\": null,\r\n \"storageSyncServiceUid\": null\r\n },\r\n \"location\": \"Central US EUAP\",\r\n \"tags\": {},\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps1525/providers/microsoft.storagesync/storageSyncServices/sssps2243\",\r\n \"name\": \"sssps2243\",\r\n \"type\": \"microsoft.storagesync/storageSyncServices\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6ImFkYzhhZjc1LWEwNGMtNDk5MC04NzRkLTczYTg1NTU2Nzc5OCIsIndvcmtmbG93SWQiOiJlOWRlMzgzNi1jODZjLTRkYTQtOGVhYi00Y2ExMDBjNzVlNzgiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiZmFhOTBjZjUtNDg1Zi00NzEzLThkNmEtYmM3YTliODRkZTQ5In0=\",\r\n \"name\": \"eyJwYXJ0aXRpb25JZCI6ImFkYzhhZjc1LWEwNGMtNDk5MC04NzRkLTczYTg1NTU2Nzc5OCIsIndvcmtmbG93SWQiOiJlOWRlMzgzNi1jODZjLTRkYTQtOGVhYi00Y2ExMDBjNzVlNzgiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiZmFhOTBjZjUtNDg1Zi00NzEzLThkNmEtYmM3YTliODRkZTQ5In0=\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2020-06-23T07:20:35.342059Z\",\r\n \"endTime\": \"2020-06-23T07:20:42.3379742Z\",\r\n \"properties\": {}\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps1525/providers/Microsoft.StorageSync/storageSyncServices/sssps2243/syncGroups/sgps7354?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzMTUyNS9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMyMjQzL3N5bmNHcm91cHMvc2dwczczNTQ/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps4332/providers/Microsoft.StorageSync/storageSyncServices/sssps9383?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzNDMzMi9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM5MzgzP2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-request-id": [ + "fb2184d5-fdca-452a-820a-c6a32ad31883" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-IIS/10.0" + ], + "X-AspNet-Version": [ + "4.0.30319" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11998" + ], + "x-ms-correlation-request-id": [ + "1df0b667-ebd6-415a-ad98-e7fbec96dce8" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200623T072045Z:1df0b667-ebd6-415a-ad98-e7fbec96dce8" + ], + "Date": [ + "Tue, 23 Jun 2020 07:20:45 GMT" + ], + "Content-Length": [ + "633" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"properties\": {\r\n \"storageSyncServiceStatus\": 0,\r\n \"incomingTrafficPolicy\": \"AllowAllTraffic\",\r\n \"privateEndpointConnections\": [],\r\n \"provisioningState\": \"Succeeded\",\r\n \"lastWorkflowId\": \"storageSyncServices/sssps9383/workflows/e9de3836-c86c-4da4-8eab-4ca100c75e78\",\r\n \"lastOperationName\": \"ICreateStorageSyncServiceWorkflow\"\r\n },\r\n \"location\": \"Central US EUAP\",\r\n \"tags\": {},\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps4332/providers/microsoft.storagesync/storageSyncServices/sssps9383\",\r\n \"name\": \"sssps9383\",\r\n \"type\": \"microsoft.storagesync/storageSyncServices\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps4332/providers/Microsoft.StorageSync/storageSyncServices/sssps9383/syncGroups/sgps4984?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzNDMzMi9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM5MzgzL3N5bmNHcm91cHMvc2dwczQ5ODQ/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", "RequestMethod": "PUT", "RequestBody": "{\r\n \"properties\": {}\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "33922b83-54fc-4759-be90-1dde2fa67a9c" + "ceac45ea-b4e3-486d-ab77-4f0d15ae15a2" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -369,7 +501,7 @@ "no-cache" ], "x-ms-request-id": [ - "dc08f383-5dea-4bd9-bf25-da8a07b6cf29" + "c99f0099-773a-4b79-809a-a065cfed884e" ], "X-Content-Type-Options": [ "nosniff" @@ -390,44 +522,44 @@ "1198" ], "x-ms-correlation-request-id": [ - "77fe418c-c160-402d-9567-9af57ff6de98" + "0b6044a8-4a55-418f-bed0-e702c951563f" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T184722Z:77fe418c-c160-402d-9567-9af57ff6de98" + "WESTUS:20200623T072046Z:0b6044a8-4a55-418f-bed0-e702c951563f" ], "Date": [ - "Wed, 03 Jul 2019 18:47:21 GMT" + "Tue, 23 Jun 2020 07:20:45 GMT" ], "Content-Length": [ - "331" + "371" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"syncGroupStatus\": \"0\",\r\n \"uniqueId\": \"6e624497-b6e0-4c6d-8baf-e96b863c0299\"\r\n },\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps1525/providers/microsoft.storagesync/storageSyncServices/sssps2243/syncGroups/sgps7354\",\r\n \"name\": \"sgps7354\",\r\n \"type\": \"microsoft.storagesync/storageSyncServices/syncGroups\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"syncGroupStatus\": \"0\",\r\n \"uniqueId\": \"b84e84c1-041e-4533-a7e0-c0e296e8062b\"\r\n },\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps4332/providers/microsoft.storagesync/storageSyncServices/sssps9383/syncGroups/sgps4984\",\r\n \"name\": \"sgps4984\",\r\n \"type\": \"microsoft.storagesync/storageSyncServices/syncGroups\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps1525/providers/Microsoft.StorageSync/storageSyncServices/sssps2243/syncGroups/sgps7354?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzMTUyNS9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMyMjQzL3N5bmNHcm91cHMvc2dwczczNTQ/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps4332/providers/Microsoft.StorageSync/storageSyncServices/sssps9383/syncGroups/sgps4984?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzNDMzMi9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM5MzgzL3N5bmNHcm91cHMvc2dwczQ5ODQ/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", "RequestMethod": "PUT", "RequestBody": "{\r\n \"properties\": {}\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "7d0c00b1-226e-44d3-8cb6-82fd87089719" + "34658c80-9b3f-4237-90f7-9726df0a72fd" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -444,7 +576,7 @@ "no-cache" ], "x-ms-request-id": [ - "4d2b307b-2cb7-44c8-ae74-2b684af965c7" + "d1bbf27a-3244-4581-9a4b-95dc98a89aea" ], "X-Content-Type-Options": [ "nosniff" @@ -465,44 +597,44 @@ "1197" ], "x-ms-correlation-request-id": [ - "7378e12f-9c4a-4ad1-9ed0-a9a115038c31" + "181a7f7e-3e4a-47be-a840-cd2912364e6b" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T184725Z:7378e12f-9c4a-4ad1-9ed0-a9a115038c31" + "WESTUS:20200623T072048Z:181a7f7e-3e4a-47be-a840-cd2912364e6b" ], "Date": [ - "Wed, 03 Jul 2019 18:47:24 GMT" + "Tue, 23 Jun 2020 07:20:47 GMT" ], "Content-Length": [ - "331" + "371" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"syncGroupStatus\": \"0\",\r\n \"uniqueId\": \"0421c2ea-d28e-4d84-b36e-4c5ac34f3b77\"\r\n },\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps1525/providers/microsoft.storagesync/storageSyncServices/sssps2243/syncGroups/sgps7354\",\r\n \"name\": \"sgps7354\",\r\n \"type\": \"microsoft.storagesync/storageSyncServices/syncGroups\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"syncGroupStatus\": \"0\",\r\n \"uniqueId\": \"25f66a94-70ff-40fa-80c2-658c414080c8\"\r\n },\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps4332/providers/microsoft.storagesync/storageSyncServices/sssps9383/syncGroups/sgps4984\",\r\n \"name\": \"sgps4984\",\r\n \"type\": \"microsoft.storagesync/storageSyncServices/syncGroups\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps1525/providers/Microsoft.StorageSync/storageSyncServices/sssps2243/syncGroups/sgps7354?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzMTUyNS9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMyMjQzL3N5bmNHcm91cHMvc2dwczczNTQ/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps4332/providers/Microsoft.StorageSync/storageSyncServices/sssps9383/syncGroups/sgps4984?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzNDMzMi9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM5MzgzL3N5bmNHcm91cHMvc2dwczQ5ODQ/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", "RequestMethod": "PUT", "RequestBody": "{\r\n \"properties\": {}\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "fad0d2ee-f7aa-444c-a04b-ec27b0233842" + "4fa03b10-a445-4784-a3b2-cacf28aa04f3" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -519,7 +651,7 @@ "no-cache" ], "x-ms-request-id": [ - "2436c8cf-18dc-432d-9854-1382eff86952" + "7940f5cf-d840-4f19-9606-2737cd7328e0" ], "X-Content-Type-Options": [ "nosniff" @@ -540,44 +672,44 @@ "1196" ], "x-ms-correlation-request-id": [ - "0409b0b6-d5a8-4abe-8043-10bc0e741617" + "6d82de8f-4923-46d2-9895-c24da7133610" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T184726Z:0409b0b6-d5a8-4abe-8043-10bc0e741617" + "WESTUS:20200623T072049Z:6d82de8f-4923-46d2-9895-c24da7133610" ], "Date": [ - "Wed, 03 Jul 2019 18:47:26 GMT" + "Tue, 23 Jun 2020 07:20:48 GMT" ], "Content-Length": [ - "331" + "371" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"syncGroupStatus\": \"0\",\r\n \"uniqueId\": \"21ad4df4-93fe-4964-b207-92fdb4685b7b\"\r\n },\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps1525/providers/microsoft.storagesync/storageSyncServices/sssps2243/syncGroups/sgps7354\",\r\n \"name\": \"sgps7354\",\r\n \"type\": \"microsoft.storagesync/storageSyncServices/syncGroups\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"syncGroupStatus\": \"0\",\r\n \"uniqueId\": \"1f1533d1-4404-4cd7-8812-091a2ed7dea2\"\r\n },\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps4332/providers/microsoft.storagesync/storageSyncServices/sssps9383/syncGroups/sgps4984\",\r\n \"name\": \"sgps4984\",\r\n \"type\": \"microsoft.storagesync/storageSyncServices/syncGroups\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps1525/providers/Microsoft.StorageSync/storageSyncServices/sssps2243/syncGroups/sgps7354?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzMTUyNS9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMyMjQzL3N5bmNHcm91cHMvc2dwczczNTQ/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps4332/providers/Microsoft.StorageSync/storageSyncServices/sssps9383/syncGroups/sgps4984?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzNDMzMi9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM5MzgzL3N5bmNHcm91cHMvc2dwczQ5ODQ/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "112458c6-7117-4c66-aa9b-0866c4b710e6" + "fdd13432-ca31-48df-b3d1-c42a024c8712" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -588,7 +720,7 @@ "no-cache" ], "x-ms-request-id": [ - "427b4e87-903f-40ff-b2f1-65765471d134" + "56b55b00-b397-4eed-9b5c-824292a14470" ], "X-Content-Type-Options": [ "nosniff" @@ -606,47 +738,47 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11999" + "11997" ], "x-ms-correlation-request-id": [ - "7f51114f-dfd0-4e0d-be73-08bbbcf60058" + "c4290eb9-5a2c-44ee-8e41-24a698f33f99" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T184722Z:7f51114f-dfd0-4e0d-be73-08bbbcf60058" + "WESTUS:20200623T072046Z:c4290eb9-5a2c-44ee-8e41-24a698f33f99" ], "Date": [ - "Wed, 03 Jul 2019 18:47:21 GMT" + "Tue, 23 Jun 2020 07:20:45 GMT" ], "Content-Length": [ - "331" + "371" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"syncGroupStatus\": \"0\",\r\n \"uniqueId\": \"6e624497-b6e0-4c6d-8baf-e96b863c0299\"\r\n },\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps1525/providers/microsoft.storagesync/storageSyncServices/sssps2243/syncGroups/sgps7354\",\r\n \"name\": \"sgps7354\",\r\n \"type\": \"microsoft.storagesync/storageSyncServices/syncGroups\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"syncGroupStatus\": \"0\",\r\n \"uniqueId\": \"b84e84c1-041e-4533-a7e0-c0e296e8062b\"\r\n },\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps4332/providers/microsoft.storagesync/storageSyncServices/sssps9383/syncGroups/sgps4984\",\r\n \"name\": \"sgps4984\",\r\n \"type\": \"microsoft.storagesync/storageSyncServices/syncGroups\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps1525/providers/Microsoft.StorageSync/storageSyncServices/sssps2243/syncGroups/sgps7354?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzMTUyNS9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMyMjQzL3N5bmNHcm91cHMvc2dwczczNTQ/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps4332/providers/Microsoft.StorageSync/storageSyncServices/sssps9383/syncGroups/sgps4984?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzNDMzMi9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM5MzgzL3N5bmNHcm91cHMvc2dwczQ5ODQ/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "0c214ff1-f158-43d8-a629-2faf98ccdc67" + "9dc47b5b-20f2-4b87-96e2-2c4387c70caa" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -657,7 +789,7 @@ "no-cache" ], "x-ms-request-id": [ - "1c710bb8-e473-46ab-adcd-1eec2244a3c4" + "76e6cb39-dda1-43d7-96ce-27514ffda699" ], "X-Content-Type-Options": [ "nosniff" @@ -675,47 +807,47 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11998" + "11996" ], "x-ms-correlation-request-id": [ - "639c43d7-3329-4302-b6e5-fd5286ff5b30" + "54217809-8ec6-473a-8378-014fe3baba75" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T184723Z:639c43d7-3329-4302-b6e5-fd5286ff5b30" + "WESTUS:20200623T072046Z:54217809-8ec6-473a-8378-014fe3baba75" ], "Date": [ - "Wed, 03 Jul 2019 18:47:22 GMT" + "Tue, 23 Jun 2020 07:20:45 GMT" ], "Content-Length": [ - "331" + "371" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"syncGroupStatus\": \"0\",\r\n \"uniqueId\": \"6e624497-b6e0-4c6d-8baf-e96b863c0299\"\r\n },\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps1525/providers/microsoft.storagesync/storageSyncServices/sssps2243/syncGroups/sgps7354\",\r\n \"name\": \"sgps7354\",\r\n \"type\": \"microsoft.storagesync/storageSyncServices/syncGroups\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"syncGroupStatus\": \"0\",\r\n \"uniqueId\": \"b84e84c1-041e-4533-a7e0-c0e296e8062b\"\r\n },\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps4332/providers/microsoft.storagesync/storageSyncServices/sssps9383/syncGroups/sgps4984\",\r\n \"name\": \"sgps4984\",\r\n \"type\": \"microsoft.storagesync/storageSyncServices/syncGroups\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps1525/providers/Microsoft.StorageSync/storageSyncServices/sssps2243/syncGroups/sgps7354?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzMTUyNS9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMyMjQzL3N5bmNHcm91cHMvc2dwczczNTQ/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps4332/providers/Microsoft.StorageSync/storageSyncServices/sssps9383/syncGroups/sgps4984?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzNDMzMi9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM5MzgzL3N5bmNHcm91cHMvc2dwczQ5ODQ/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "746f3d9e-f301-495e-9351-c0cbca402883" + "c0d8d9b6-f3f6-4460-b400-d091dab74cc8" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -726,7 +858,7 @@ "no-cache" ], "x-ms-request-id": [ - "6680b552-cc13-4788-9a58-4c312067c979" + "ca3c0a64-ba37-442d-b585-66a0d9686628" ], "X-Content-Type-Options": [ "nosniff" @@ -744,47 +876,47 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11997" + "11995" ], "x-ms-correlation-request-id": [ - "a51e2523-407d-449a-b0c8-b54d287835d4" + "eafac0f3-bc2d-4a5a-b550-675d24267bf7" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T184723Z:a51e2523-407d-449a-b0c8-b54d287835d4" + "WESTUS:20200623T072047Z:eafac0f3-bc2d-4a5a-b550-675d24267bf7" ], "Date": [ - "Wed, 03 Jul 2019 18:47:22 GMT" + "Tue, 23 Jun 2020 07:20:46 GMT" ], "Content-Length": [ - "331" + "371" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"syncGroupStatus\": \"0\",\r\n \"uniqueId\": \"6e624497-b6e0-4c6d-8baf-e96b863c0299\"\r\n },\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps1525/providers/microsoft.storagesync/storageSyncServices/sssps2243/syncGroups/sgps7354\",\r\n \"name\": \"sgps7354\",\r\n \"type\": \"microsoft.storagesync/storageSyncServices/syncGroups\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"syncGroupStatus\": \"0\",\r\n \"uniqueId\": \"b84e84c1-041e-4533-a7e0-c0e296e8062b\"\r\n },\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps4332/providers/microsoft.storagesync/storageSyncServices/sssps9383/syncGroups/sgps4984\",\r\n \"name\": \"sgps4984\",\r\n \"type\": \"microsoft.storagesync/storageSyncServices/syncGroups\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps1525/providers/Microsoft.StorageSync/storageSyncServices/sssps2243/syncGroups/sgps7354?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzMTUyNS9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMyMjQzL3N5bmNHcm91cHMvc2dwczczNTQ/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps4332/providers/Microsoft.StorageSync/storageSyncServices/sssps9383/syncGroups/sgps4984?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzNDMzMi9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM5MzgzL3N5bmNHcm91cHMvc2dwczQ5ODQ/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "1e631eb4-25d7-41a3-8d1d-8508ded7fc46" + "c66ddc6c-8428-4ec1-9942-f9ade5719e6d" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -795,7 +927,7 @@ "no-cache" ], "x-ms-request-id": [ - "a8bdb9c6-90bc-42d2-bd1d-1cfa26bee78e" + "4b4edd9d-76bf-4465-ab6d-02eb87286d15" ], "X-Content-Type-Options": [ "nosniff" @@ -813,47 +945,47 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11996" + "11994" ], "x-ms-correlation-request-id": [ - "555e586e-5888-44de-97ec-f78d8924916f" + "315e36f2-acbc-461a-bd8d-510b01cf6cbc" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T184725Z:555e586e-5888-44de-97ec-f78d8924916f" + "WESTUS:20200623T072048Z:315e36f2-acbc-461a-bd8d-510b01cf6cbc" ], "Date": [ - "Wed, 03 Jul 2019 18:47:24 GMT" + "Tue, 23 Jun 2020 07:20:47 GMT" ], "Content-Length": [ - "331" + "371" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"syncGroupStatus\": \"0\",\r\n \"uniqueId\": \"0421c2ea-d28e-4d84-b36e-4c5ac34f3b77\"\r\n },\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps1525/providers/microsoft.storagesync/storageSyncServices/sssps2243/syncGroups/sgps7354\",\r\n \"name\": \"sgps7354\",\r\n \"type\": \"microsoft.storagesync/storageSyncServices/syncGroups\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"syncGroupStatus\": \"0\",\r\n \"uniqueId\": \"25f66a94-70ff-40fa-80c2-658c414080c8\"\r\n },\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps4332/providers/microsoft.storagesync/storageSyncServices/sssps9383/syncGroups/sgps4984\",\r\n \"name\": \"sgps4984\",\r\n \"type\": \"microsoft.storagesync/storageSyncServices/syncGroups\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps1525/providers/Microsoft.StorageSync/storageSyncServices/sssps2243/syncGroups/sgps7354?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzMTUyNS9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMyMjQzL3N5bmNHcm91cHMvc2dwczczNTQ/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps4332/providers/Microsoft.StorageSync/storageSyncServices/sssps9383/syncGroups/sgps4984?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzNDMzMi9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM5MzgzL3N5bmNHcm91cHMvc2dwczQ5ODQ/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "1d9551f1-7afe-492a-80fc-060645f05f48" + "4598454e-1629-4cc9-acd2-aec1ddb92bcd" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -864,7 +996,7 @@ "no-cache" ], "x-ms-request-id": [ - "28f1c8d6-a533-49c7-a27a-733e0fb71182" + "85bb7f3d-8bcd-474d-8b28-d908ecca47b8" ], "X-Content-Type-Options": [ "nosniff" @@ -882,16 +1014,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-deletes": [ - "14999" + "14998" ], "x-ms-correlation-request-id": [ - "40d4036e-9360-4bbf-91da-34e56e5ef728" + "ce03b7b9-cc3d-4960-81f5-d3021a514512" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T184724Z:40d4036e-9360-4bbf-91da-34e56e5ef728" + "WESTUS:20200623T072047Z:ce03b7b9-cc3d-4960-81f5-d3021a514512" ], "Date": [ - "Wed, 03 Jul 2019 18:47:23 GMT" + "Tue, 23 Jun 2020 07:20:46 GMT" ], "Expires": [ "-1" @@ -904,22 +1036,22 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps1525/providers/Microsoft.StorageSync/storageSyncServices/sssps2243/syncGroups/sgps7354?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzMTUyNS9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMyMjQzL3N5bmNHcm91cHMvc2dwczczNTQ/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps4332/providers/Microsoft.StorageSync/storageSyncServices/sssps9383/syncGroups/sgps4984?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzNDMzMi9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM5MzgzL3N5bmNHcm91cHMvc2dwczQ5ODQ/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "78313356-17fe-4d28-ab2c-b1bc820ade98" + "c3779703-a1af-4743-89f5-1589e96fe4ff" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -930,7 +1062,7 @@ "no-cache" ], "x-ms-request-id": [ - "a7da4d0f-c73c-44cd-b213-e24fe96db39f" + "a5f8abc2-f477-4aca-871f-2faba9571e32" ], "X-Content-Type-Options": [ "nosniff" @@ -948,16 +1080,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-deletes": [ - "14998" + "14997" ], "x-ms-correlation-request-id": [ - "59202044-6914-42fa-bc98-266563a504f9" + "3467c0f7-397c-4188-aff1-387a73bda06c" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T184726Z:59202044-6914-42fa-bc98-266563a504f9" + "WESTUS:20200623T072048Z:3467c0f7-397c-4188-aff1-387a73bda06c" ], "Date": [ - "Wed, 03 Jul 2019 18:47:26 GMT" + "Tue, 23 Jun 2020 07:20:47 GMT" ], "Expires": [ "-1" @@ -970,22 +1102,22 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps1525/providers/Microsoft.StorageSync/storageSyncServices/sssps2243/syncGroups/sgps7354?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzMTUyNS9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMyMjQzL3N5bmNHcm91cHMvc2dwczczNTQ/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps4332/providers/Microsoft.StorageSync/storageSyncServices/sssps9383/syncGroups/sgps4984?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzNDMzMi9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM5MzgzL3N5bmNHcm91cHMvc2dwczQ5ODQ/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "70ae684b-29cb-4720-a206-c31868a6f09e" + "77b68e77-36b0-4296-a77a-6dcc40b1e174" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -996,7 +1128,7 @@ "no-cache" ], "x-ms-request-id": [ - "d837dde5-87aa-4e86-85f5-957fe2737617" + "27e8595d-b7b3-4aeb-9c05-aef8a8346e60" ], "X-Content-Type-Options": [ "nosniff" @@ -1014,16 +1146,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-deletes": [ - "14997" + "14996" ], "x-ms-correlation-request-id": [ - "3b860395-6ac2-4ff7-8fcd-05e2f993c925" + "b2964802-643d-41e5-893e-f5d28997bb58" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T184727Z:3b860395-6ac2-4ff7-8fcd-05e2f993c925" + "WESTUS:20200623T072049Z:b2964802-643d-41e5-893e-f5d28997bb58" ], "Date": [ - "Wed, 03 Jul 2019 18:47:27 GMT" + "Tue, 23 Jun 2020 07:20:48 GMT" ], "Expires": [ "-1" @@ -1036,22 +1168,22 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps1525/providers/Microsoft.StorageSync/storageSyncServices/sssps2243?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzMTUyNS9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMyMjQzP2FwaS12ZXJzaW9uPTIwMTktMDMtMDE=", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps4332/providers/Microsoft.StorageSync/storageSyncServices/sssps9383?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzNDMzMi9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM5MzgzP2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "d5af21d4-f99c-47ad-90a1-13676be9436f" + "4c41df03-5b79-44e7-8a89-e99057758a08" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -1061,8 +1193,17 @@ "Pragma": [ "no-cache" ], + "Location": [ + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6ImFkYzhhZjc1LWEwNGMtNDk5MC04NzRkLTczYTg1NTU2Nzc5OCIsIndvcmtmbG93SWQiOiI4MDljNTk0NC03NGE0LTRlMmYtYmIxNS1iM2ExZDBhNjNlMWIiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiMWVlNThmZWItYTY0NS00YmY3LWI2NDAtZDRkYjhhNWFiNjRiIn0=?api-version=2020-03-01" + ], + "Retry-After": [ + "10" + ], + "Azure-AsyncOperation": [ + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6ImFkYzhhZjc1LWEwNGMtNDk5MC04NzRkLTczYTg1NTU2Nzc5OCIsIndvcmtmbG93SWQiOiI4MDljNTk0NC03NGE0LTRlMmYtYmIxNS1iM2ExZDBhNjNlMWIiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiMWVlNThmZWItYTY0NS00YmY3LWI2NDAtZDRkYjhhNWFiNjRiIn0=?api-version=2020-03-01" + ], "x-ms-request-id": [ - "a80bafa7-5fb7-47e2-bfa5-15119be09ebe" + "128ea01e-a544-4184-a658-87dcf9995a81" ], "X-Content-Type-Options": [ "nosniff" @@ -1080,16 +1221,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-deletes": [ - "14996" + "14995" ], "x-ms-correlation-request-id": [ - "32254ac5-3331-4e66-a971-49b0f4919d24" + "7702b58c-52a0-4a47-8f06-50de42b3cb42" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T184728Z:32254ac5-3331-4e66-a971-49b0f4919d24" + "WESTUS:20200623T072049Z:7702b58c-52a0-4a47-8f06-50de42b3cb42" ], "Date": [ - "Wed, 03 Jul 2019 18:47:28 GMT" + "Tue, 23 Jun 2020 07:20:48 GMT" ], "Expires": [ "-1" @@ -1099,25 +1240,148 @@ ] }, "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6ImFkYzhhZjc1LWEwNGMtNDk5MC04NzRkLTczYTg1NTU2Nzc5OCIsIndvcmtmbG93SWQiOiI4MDljNTk0NC03NGE0LTRlMmYtYmIxNS1iM2ExZDBhNjNlMWIiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiMWVlNThmZWItYTY0NS00YmY3LWI2NDAtZDRkYjhhNWFiNjRiIn0=?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvbG9jYXRpb25zL2NlbnRyYWx1c2V1YXAvb3BlcmF0aW9ucy9leUp3WVhKMGFYUnBiMjVKWkNJNkltRmtZemhoWmpjMUxXRXdOR010TkRrNU1DMDROelJrTFRjellUZzFOVFUyTnpjNU9DSXNJbmR2Y210bWJHOTNTV1FpT2lJNE1EbGpOVGswTkMwM05HRTBMVFJsTW1ZdFltSXhOUzFpTTJFeFpEQmhOak5sTVdJaUxDSjNiM0pyWm14dmQwOXdaWEpoZEdsdmJrbGtJam9pTVdWbE5UaG1aV0l0WVRZME5TMDBZbVkzTFdJMk5EQXRaRFJrWWpoaE5XRmlOalJpSW4wPT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-request-id": [ + "58d1aad5-bb1d-420b-a230-bf7e60fdbae5" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-IIS/10.0" + ], + "X-AspNet-Version": [ + "4.0.30319" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11993" + ], + "x-ms-correlation-request-id": [ + "14aefa0d-7d66-4839-b4c8-8bb718c12e75" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200623T072100Z:14aefa0d-7d66-4839-b4c8-8bb718c12e75" + ], + "Date": [ + "Tue, 23 Jun 2020 07:21:00 GMT" + ], + "Content-Length": [ + "745" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6ImFkYzhhZjc1LWEwNGMtNDk5MC04NzRkLTczYTg1NTU2Nzc5OCIsIndvcmtmbG93SWQiOiI4MDljNTk0NC03NGE0LTRlMmYtYmIxNS1iM2ExZDBhNjNlMWIiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiMWVlNThmZWItYTY0NS00YmY3LWI2NDAtZDRkYjhhNWFiNjRiIn0=\",\r\n \"name\": \"eyJwYXJ0aXRpb25JZCI6ImFkYzhhZjc1LWEwNGMtNDk5MC04NzRkLTczYTg1NTU2Nzc5OCIsIndvcmtmbG93SWQiOiI4MDljNTk0NC03NGE0LTRlMmYtYmIxNS1iM2ExZDBhNjNlMWIiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiMWVlNThmZWItYTY0NS00YmY3LWI2NDAtZDRkYjhhNWFiNjRiIn0=\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2020-06-23T07:20:50.6188618Z\",\r\n \"endTime\": \"2020-06-23T07:20:56.2832663Z\",\r\n \"properties\": {}\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps1525/providers/Microsoft.StorageSync/storageSyncServices?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzMTUyNS9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXM/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6ImFkYzhhZjc1LWEwNGMtNDk5MC04NzRkLTczYTg1NTU2Nzc5OCIsIndvcmtmbG93SWQiOiI4MDljNTk0NC03NGE0LTRlMmYtYmIxNS1iM2ExZDBhNjNlMWIiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiMWVlNThmZWItYTY0NS00YmY3LWI2NDAtZDRkYjhhNWFiNjRiIn0=?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvbG9jYXRpb25zL2NlbnRyYWx1c2V1YXAvb3BlcmF0aW9ucmVzdWx0cy9leUp3WVhKMGFYUnBiMjVKWkNJNkltRmtZemhoWmpjMUxXRXdOR010TkRrNU1DMDROelJrTFRjellUZzFOVFUyTnpjNU9DSXNJbmR2Y210bWJHOTNTV1FpT2lJNE1EbGpOVGswTkMwM05HRTBMVFJsTW1ZdFltSXhOUzFpTTJFeFpEQmhOak5sTVdJaUxDSjNiM0pyWm14dmQwOXdaWEpoZEdsdmJrbGtJam9pTVdWbE5UaG1aV0l0WVRZME5TMDBZbVkzTFdJMk5EQXRaRFJrWWpoaE5XRmlOalJpSW4wPT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-request-id": [ + "682801cc-63d4-42e7-96ac-7c9abf5241b8" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-IIS/10.0" + ], + "X-AspNet-Version": [ + "4.0.30319" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11992" + ], + "x-ms-correlation-request-id": [ + "db1568ea-a92e-4ef5-82e2-6a4be58d7fd4" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200623T072100Z:db1568ea-a92e-4ef5-82e2-6a4be58d7fd4" + ], + "Date": [ + "Tue, 23 Jun 2020 07:21:00 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps4332/providers/Microsoft.StorageSync/storageSyncServices?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzNDMzMi9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXM/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "979609b8-bfab-4384-8653-c81b4f2f2cb3" + "31b954c9-970f-441b-9a7a-ec53068d3997" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -1127,57 +1391,66 @@ "Pragma": [ "no-cache" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11995" - ], "x-ms-request-id": [ - "07d54846-37d2-46da-8bab-f0f4088abbba" + "c1c4f383-3af1-4bac-a4ff-014c5fedd3da" ], - "x-ms-correlation-request-id": [ - "07d54846-37d2-46da-8bab-f0f4088abbba" - ], - "x-ms-routing-request-id": [ - "WESTUS:20190703T184728Z:07d54846-37d2-46da-8bab-f0f4088abbba" + "X-Content-Type-Options": [ + "nosniff" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Content-Type-Options": [ - "nosniff" + "Server": [ + "Microsoft-IIS/10.0" + ], + "X-AspNet-Version": [ + "4.0.30319" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11991" + ], + "x-ms-correlation-request-id": [ + "5897e81e-68e1-4c29-a1b5-b6bce0d5f92d" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200623T072100Z:5897e81e-68e1-4c29-a1b5-b6bce0d5f92d" ], "Date": [ - "Wed, 03 Jul 2019 18:47:28 GMT" + "Tue, 23 Jun 2020 07:21:00 GMT" + ], + "Content-Length": [ + "19" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" - ], - "Content-Length": [ - "12" ] }, "ResponseBody": "{\r\n \"value\": []\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourcegroups/ps1525?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlZ3JvdXBzL3BzMTUyNT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourcegroups/ps4332?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlZ3JvdXBzL3BzNDMzMj9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "e66fd29b-3c7e-4f7a-be88-50f68703ffab" + "d17afa75-bad5-4669-9099-87d80273e2b1" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -1188,22 +1461,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzE1MjUtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQzMzItV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-deletes": [ - "14995" + "14994" ], "x-ms-request-id": [ - "4091c280-dad7-46af-b1c2-c6228ec3c8b2" + "72604954-aadd-49f1-8be8-5ccb591565ad" ], "x-ms-correlation-request-id": [ - "4091c280-dad7-46af-b1c2-c6228ec3c8b2" + "72604954-aadd-49f1-8be8-5ccb591565ad" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T184728Z:4091c280-dad7-46af-b1c2-c6228ec3c8b2" + "WESTUS:20200623T072100Z:72604954-aadd-49f1-8be8-5ccb591565ad" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1212,7 +1485,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 18:47:28 GMT" + "Tue, 23 Jun 2020 07:21:00 GMT" ], "Expires": [ "-1" @@ -1225,16 +1498,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzE1MjUtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpFMU1qVXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQzMzItV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpRek16SXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -1245,22 +1518,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzE1MjUtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQzMzItV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11994" + "11990" ], "x-ms-request-id": [ - "69970552-ff95-4549-b08e-01054d1cad6f" + "8b565d7e-bc76-468a-8f93-00143dbd81c4" ], "x-ms-correlation-request-id": [ - "69970552-ff95-4549-b08e-01054d1cad6f" + "8b565d7e-bc76-468a-8f93-00143dbd81c4" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T184743Z:69970552-ff95-4549-b08e-01054d1cad6f" + "WESTUS:20200623T072115Z:8b565d7e-bc76-468a-8f93-00143dbd81c4" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1269,7 +1542,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 18:47:43 GMT" + "Tue, 23 Jun 2020 07:21:15 GMT" ], "Expires": [ "-1" @@ -1282,16 +1555,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzE1MjUtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpFMU1qVXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQzMzItV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpRek16SXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -1302,22 +1575,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzE1MjUtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQzMzItV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11993" + "11989" ], "x-ms-request-id": [ - "799c3b05-1723-40bb-aeb0-949f3a1646f0" + "6bc776ba-7b8e-428b-b989-fbb1156e66d6" ], "x-ms-correlation-request-id": [ - "799c3b05-1723-40bb-aeb0-949f3a1646f0" + "6bc776ba-7b8e-428b-b989-fbb1156e66d6" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T184758Z:799c3b05-1723-40bb-aeb0-949f3a1646f0" + "WESTUS:20200623T072130Z:6bc776ba-7b8e-428b-b989-fbb1156e66d6" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1326,7 +1599,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 18:47:58 GMT" + "Tue, 23 Jun 2020 07:21:30 GMT" ], "Expires": [ "-1" @@ -1339,16 +1612,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzE1MjUtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpFMU1qVXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQzMzItV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpRek16SXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -1359,16 +1632,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11992" + "11988" ], "x-ms-request-id": [ - "a710fc99-e5c5-4138-a515-db397d597872" + "a73d306f-3baa-4b64-9940-6057aa11ee23" ], "x-ms-correlation-request-id": [ - "a710fc99-e5c5-4138-a515-db397d597872" + "a73d306f-3baa-4b64-9940-6057aa11ee23" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T184814Z:a710fc99-e5c5-4138-a515-db397d597872" + "WESTUS:20200623T072145Z:a73d306f-3baa-4b64-9940-6057aa11ee23" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1377,7 +1650,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 18:48:13 GMT" + "Tue, 23 Jun 2020 07:21:45 GMT" ], "Expires": [ "-1" @@ -1390,16 +1663,16 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzE1MjUtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpFMU1qVXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQzMzItV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpRek16SXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -1410,16 +1683,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11991" + "11987" ], "x-ms-request-id": [ - "ab496dac-e5fa-47be-a564-80389ee48f00" + "3dd5d0d8-e779-4ef2-aad0-032613c19f09" ], "x-ms-correlation-request-id": [ - "ab496dac-e5fa-47be-a564-80389ee48f00" + "3dd5d0d8-e779-4ef2-aad0-032613c19f09" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T184814Z:ab496dac-e5fa-47be-a564-80389ee48f00" + "WESTUS:20200623T072145Z:3dd5d0d8-e779-4ef2-aad0-032613c19f09" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1428,7 +1701,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 18:48:13 GMT" + "Tue, 23 Jun 2020 07:21:45 GMT" ], "Expires": [ "-1" @@ -1443,14 +1716,14 @@ ], "Names": { "Test-SyncGroup": [ - "ps1525", - "ps2243", - "ps7354" + "ps4332", + "ps9383", + "ps4984" ] }, "Variables": { - "SubscriptionId": "7b96cb02-4663-40f4-9a89-603d3849e46a", - "TenantId": "0483643a-cb2f-462a-bc27-1a270e5bdc0a", + "SubscriptionId": "1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b", + "TenantId": "6ad91d65-65ab-4e14-90f7-fe951035b7c9", "Domain": "" } } \ No newline at end of file diff --git a/src/StorageSync/StorageSync.Test/StorageSync.Test.csproj b/src/StorageSync/StorageSync.Test/StorageSync.Test.csproj index 86b4f8d28aea..61083f295f53 100644 --- a/src/StorageSync/StorageSync.Test/StorageSync.Test.csproj +++ b/src/StorageSync/StorageSync.Test/StorageSync.Test.csproj @@ -11,8 +11,8 @@ - - + + diff --git a/src/StorageSync/StorageSync/Az.StorageSync.psd1 b/src/StorageSync/StorageSync/Az.StorageSync.psd1 index 0a8c43d71b7b..dab598e46d75 100644 --- a/src/StorageSync/StorageSync/Az.StorageSync.psd1 +++ b/src/StorageSync/StorageSync/Az.StorageSync.psd1 @@ -51,7 +51,7 @@ DotNetFrameworkVersion = '4.7.2' # ProcessorArchitecture = '' # Modules that must be imported into the global environment prior to importing this module -RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.8.1'; }) +RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.9.0'; }) # Assemblies that must be loaded prior to importing this module RequiredAssemblies = 'Microsoft.Azure.Management.StorageSync.dll', @@ -74,7 +74,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 = 'Invoke-AzStorageSyncCompatibilityCheck', - 'New-AzStorageSyncService', 'Get-AzStorageSyncService', + 'New-AzStorageSyncService', 'Get-AzStorageSyncService', 'Set-AzStorageSyncService', 'Remove-AzStorageSyncService', 'New-AzStorageSyncGroup', 'Get-AzStorageSyncGroup', 'Remove-AzStorageSyncGroup', 'New-AzStorageSyncCloudEndpoint', 'Get-AzStorageSyncCloudEndpoint', diff --git a/src/StorageSync/StorageSync/Common/Converters/PrivateEndpointConnectionConverter.cs b/src/StorageSync/StorageSync/Common/Converters/PrivateEndpointConnectionConverter.cs new file mode 100644 index 000000000000..05a738ed9f98 --- /dev/null +++ b/src/StorageSync/StorageSync/Common/Converters/PrivateEndpointConnectionConverter.cs @@ -0,0 +1,67 @@ +// ---------------------------------------------------------------------------------- +// +// 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.StorageSync.Models; +using StorageSyncModels = Microsoft.Azure.Management.StorageSync.Models; + +namespace Microsoft.Azure.Commands.StorageSync.Common.Converters +{ + + /// + /// Class PrivateEndpointConnectionsConverter. + /// Implements the + /// + /// + public class PrivateEndpointConnectionConverter : ConverterBase + { + + /// + /// Initializes a new instance of the class. + /// + public PrivateEndpointConnectionConverter() + { + } + + /// + /// Transforms the specified source. + /// + /// The source. + /// StorageSyncModels.PrivateEndpointConnection. + protected override StorageSyncModels.PrivateEndpointConnection Transform(PSPrivateEndpointConnection source) => new StorageSyncModels.PrivateEndpointConnection( + new PrivateLinkServiceConnectionStateConverter().Convert(source.PrivateLinkServiceConnectionState), + source.ResourceId, + source.PrivateEndpointConnectionName, + source.Type, + new PrivateEndpointConverter().Convert(source.PrivateEndpoint), + source.ProvisioningState); + + /// + /// Transforms the specified source. + /// + /// The source. + /// PSPrivateEndpointConnection. + protected override PSPrivateEndpointConnection Transform(StorageSyncModels.PrivateEndpointConnection source) + { + return new PSPrivateEndpointConnection() + { + ResourceId = source.Id, + PrivateEndpointConnectionName = source.Name, + PrivateEndpoint = new PrivateEndpointConverter().Convert(source.PrivateEndpoint), + PrivateLinkServiceConnectionState = new PrivateLinkServiceConnectionStateConverter().Convert(source.PrivateLinkServiceConnectionState), + ProvisioningState = source.ProvisioningState, + Type = source.Type, + }; + } + } +} \ No newline at end of file diff --git a/src/StorageSync/StorageSync/Common/Converters/PrivateEndpointConverter.cs b/src/StorageSync/StorageSync/Common/Converters/PrivateEndpointConverter.cs new file mode 100644 index 000000000000..6c1ac430f3b6 --- /dev/null +++ b/src/StorageSync/StorageSync/Common/Converters/PrivateEndpointConverter.cs @@ -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. +// ---------------------------------------------------------------------------------- + +using Microsoft.Azure.Commands.StorageSync.Models; +using StorageSyncModels = Microsoft.Azure.Management.StorageSync.Models; + +namespace Microsoft.Azure.Commands.StorageSync.Common.Converters +{ + /// + /// Class PrivateEndpointConverter. + /// Implements the + /// + /// + public class PrivateEndpointConverter : ConverterBase + { + + /// + /// Initializes a new instance of the class. + /// + public PrivateEndpointConverter() + { + } + + /// + /// Transforms the specified source. + /// + /// The source. + /// StorageSyncModels.PrivateEndpoint. + protected override StorageSyncModels.PrivateEndpoint Transform(PSPrivateEndpoint source) => new StorageSyncModels.PrivateEndpoint(source.ResourceId); + + /// + /// Transforms the specified source. + /// + /// The source. + /// PSPrivateEndpoint. + protected override PSPrivateEndpoint Transform(StorageSyncModels.PrivateEndpoint source) + { + return new PSPrivateEndpoint() + { + ResourceId = source.Id + }; + } + } +} diff --git a/src/StorageSync/StorageSync/Common/Converters/PrivateLinkServiceConnectionStateConverter.cs b/src/StorageSync/StorageSync/Common/Converters/PrivateLinkServiceConnectionStateConverter.cs new file mode 100644 index 000000000000..3c22ee8213b1 --- /dev/null +++ b/src/StorageSync/StorageSync/Common/Converters/PrivateLinkServiceConnectionStateConverter.cs @@ -0,0 +1,60 @@ +// ---------------------------------------------------------------------------------- +// +// Copyright Microsoft Corporation +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// http://www.apache.org/licenses/LICENSE-2.0 +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// ---------------------------------------------------------------------------------- + +using Microsoft.Azure.Commands.StorageSync.Models; +using StorageSyncModels = Microsoft.Azure.Management.StorageSync.Models; + +namespace Microsoft.Azure.Commands.StorageSync.Common.Converters +{ + /// + /// Class PrivateLinkServiceConnectionStateConverter. + /// Implements the + /// + /// + public class PrivateLinkServiceConnectionStateConverter : ConverterBase + { + + /// + /// Initializes a new instance of the class. + /// + public PrivateLinkServiceConnectionStateConverter() + { + } + + /// + /// Transforms the specified source. + /// + /// The source. + /// StorageSyncModels.PrivateLinkServiceConnectionState. + protected override StorageSyncModels.PrivateLinkServiceConnectionState Transform(PSPrivateLinkServiceConnectionState source) => new StorageSyncModels.PrivateLinkServiceConnectionState( + source.Status, + source.Description, + source.ActionRequired); + + /// + /// Transforms the specified source. + /// + /// The source. + /// PSPrivateLinkServiceConnectionState. + protected override PSPrivateLinkServiceConnectionState Transform(StorageSyncModels.PrivateLinkServiceConnectionState source) + { + return new PSPrivateLinkServiceConnectionState() + { + Status = source.Status, + Description = source.Description, + ActionRequired = source.ActionRequired, + }; + } + } +} diff --git a/src/StorageSync/StorageSync/Common/Converters/RegisteredServerConverter.cs b/src/StorageSync/StorageSync/Common/Converters/RegisteredServerConverter.cs index 87e5cee09b52..b708ec29c348 100644 --- a/src/StorageSync/StorageSync/Common/Converters/RegisteredServerConverter.cs +++ b/src/StorageSync/StorageSync/Common/Converters/RegisteredServerConverter.cs @@ -63,6 +63,7 @@ protected override StorageSyncModels.RegisteredServer Transform(PSRegisteredServ source.ServiceLocation, source.FriendlyName, source.ManagementEndpointUri, + source.MonitoringEndpointUri, source.MonitoringConfiguration); } @@ -91,6 +92,7 @@ protected override PSRegisteredServer Transform(StorageSyncModels.RegisteredServ LastOperationName = source.LastOperationName, LastWorkflowId = source.LastWorkflowId?.Trim('"'), ManagementEndpointUri = source.ManagementEndpointUri?.Trim('"'), + MonitoringEndpointUri = source.MonitoringEndpointUri, ResourceLocation = source.ResourceLocation, ServerCertificate = source.ServerCertificate?.Trim('"'), ServerId = source.ServerId?.Trim('"'), diff --git a/src/StorageSync/StorageSync/Common/Converters/StorageSyncServiceConverter.cs b/src/StorageSync/StorageSync/Common/Converters/StorageSyncServiceConverter.cs index a94ffc668200..dc7f545f8c14 100644 --- a/src/StorageSync/StorageSync/Common/Converters/StorageSyncServiceConverter.cs +++ b/src/StorageSync/StorageSync/Common/Converters/StorageSyncServiceConverter.cs @@ -14,6 +14,8 @@ using Microsoft.Azure.Commands.StorageSync.Models; using Microsoft.Azure.Management.Internal.Resources.Utilities.Models; +using Microsoft.Azure.Management.StorageSync.Models; +using System.Collections.Generic; using StorageSyncModels = Microsoft.Azure.Management.StorageSync.Models; namespace Microsoft.Azure.Commands.StorageSync.Common.Converters @@ -39,7 +41,13 @@ public StorageSyncServiceConverter() /// /// The source. /// StorageSyncModels.StorageSyncService. - protected override StorageSyncModels.StorageSyncService Transform(PSStorageSyncService source) => new StorageSyncModels.StorageSyncService(source.Location, source.ResourceId, source.StorageSyncServiceName, StorageSyncConstants.StorageSyncServiceType, source.Tags); + protected override StorageSyncModels.StorageSyncService Transform(PSStorageSyncService source) => new StorageSyncModels.StorageSyncService( + source.Location, + source.ResourceId, + source.StorageSyncServiceName, + StorageSyncConstants.StorageSyncServiceType, + source.Tags, + source.IncomingTrafficPolicy); /// /// Transforms the specified source. @@ -49,14 +57,27 @@ public StorageSyncServiceConverter() protected override PSStorageSyncService Transform(StorageSyncModels.StorageSyncService source) { var resourceIdentifier = new ResourceIdentifier(source.Id); + + var psPrivateEndpointConnections = new List(); + // Convert individual PrivateEndpointConnection objects + if (source.PrivateEndpointConnections != null) + { + foreach(PrivateEndpointConnection privateEndpointConnection in source.PrivateEndpointConnections) + { + psPrivateEndpointConnections.Add(new PrivateEndpointConnectionConverter().Convert(privateEndpointConnection)); + } + } + return new PSStorageSyncService() { ResourceId = source.Id, StorageSyncServiceName = source.Name, ResourceGroupName = resourceIdentifier.ResourceGroupName, Location = source.Location, + IncomingTrafficPolicy = source.IncomingTrafficPolicy, Tags = source.Tags, - Type = resourceIdentifier.ResourceType ?? StorageSyncConstants.StorageSyncServiceType + Type = resourceIdentifier.ResourceType ?? StorageSyncConstants.StorageSyncServiceType, + PrivateEndpointConnections = psPrivateEndpointConnections.Count > 0 ? psPrivateEndpointConnections : null }; } } diff --git a/src/StorageSync/StorageSync/Common/Converters/SyncActivityStatusConverter.cs b/src/StorageSync/StorageSync/Common/Converters/SyncActivityStatusConverter.cs index 6c76cfc4e0b9..7af7e674dd60 100644 --- a/src/StorageSync/StorageSync/Common/Converters/SyncActivityStatusConverter.cs +++ b/src/StorageSync/StorageSync/Common/Converters/SyncActivityStatusConverter.cs @@ -22,14 +22,14 @@ namespace Microsoft.Azure.Commands.StorageSync.Common.Converters /// Implements the /// /// - public class SyncActivityStatusConverter : ConverterBase + public class SyncActivityStatusConverter : ConverterBase { /// /// Transforms the specified source. /// /// The source. /// StorageSyncModels.SyncProgressStatus. - protected override StorageSyncModels.SyncActivityStatus Transform(PSSyncActivityStatus source) => new StorageSyncModels.SyncActivityStatus( + protected override StorageSyncModels.ServerEndpointSyncActivityStatus Transform(PSSyncActivityStatus source) => new StorageSyncModels.ServerEndpointSyncActivityStatus( source.Timestamp, source.PerItemErrorCount, source.AppliedItemCount, @@ -41,7 +41,7 @@ public class SyncActivityStatusConverter : ConverterBase /// The source. /// PSSyncProgressStatus. - protected override PSSyncActivityStatus Transform(StorageSyncModels.SyncActivityStatus source) + protected override PSSyncActivityStatus Transform(StorageSyncModels.ServerEndpointSyncActivityStatus source) { return new PSSyncActivityStatus() { diff --git a/src/StorageSync/StorageSync/Common/Converters/SyncSessionStatusConvertor.cs b/src/StorageSync/StorageSync/Common/Converters/SyncSessionStatusConvertor.cs index 8fd9e3dbb2e0..e2c6d69590c7 100644 --- a/src/StorageSync/StorageSync/Common/Converters/SyncSessionStatusConvertor.cs +++ b/src/StorageSync/StorageSync/Common/Converters/SyncSessionStatusConvertor.cs @@ -23,14 +23,14 @@ namespace Microsoft.Azure.Commands.StorageSync.Common.Converters /// Implements the /// /// - public class SyncSessionStatusConvertor : ConverterBase + public class SyncSessionStatusConvertor : ConverterBase { /// /// Transforms the specified source. /// /// The source. /// StorageSyncModels.SyncSessionStatus. - protected override StorageSyncModels.SyncSessionStatus Transform(PSSyncSessionStatus source) => new StorageSyncModels.SyncSessionStatus( + protected override StorageSyncModels.ServerEndpointSyncSessionStatus Transform(PSSyncSessionStatus source) => new StorageSyncModels.ServerEndpointSyncSessionStatus( source.LastSyncResult, source.LastSyncTimestamp, source.LastSyncSuccessTimestamp, source.LastSyncPerItemErrorCount); /// @@ -38,7 +38,7 @@ public class SyncSessionStatusConvertor : ConverterBase /// The source. /// PSSyncSessionStatus. - protected override PSSyncSessionStatus Transform(StorageSyncModels.SyncSessionStatus source) + protected override PSSyncSessionStatus Transform(StorageSyncModels.ServerEndpointSyncSessionStatus source) { return new PSSyncSessionStatus() { diff --git a/src/StorageSync/StorageSync/Common/HelpMessages.cs b/src/StorageSync/StorageSync/Common/HelpMessages.cs index c1e24211de7e..c83041e6bf00 100644 --- a/src/StorageSync/StorageSync/Common/HelpMessages.cs +++ b/src/StorageSync/StorageSync/Common/HelpMessages.cs @@ -51,6 +51,10 @@ public class HelpMessages /// public const string StorageSyncServiceLocationParameter = "Storage Sync Service Location."; /// + /// The storage sync service incoming traffic policy parameter + /// + public const string StorageSyncServiceIncomingTrafficPolicyParameter = "Storage Sync Service Incoming Traffic Policy."; + /// /// The storage sync service tags parameter /// public const string StorageSyncServiceTagsParameter = "Storage Sync Service Tags."; diff --git a/src/StorageSync/StorageSync/Interop/Clients/SyncServerRegistrationClient.cs b/src/StorageSync/StorageSync/Interop/Clients/SyncServerRegistrationClient.cs index ad305ee453fa..7ab308cd3bcf 100644 --- a/src/StorageSync/StorageSync/Interop/Clients/SyncServerRegistrationClient.cs +++ b/src/StorageSync/StorageSync/Interop/Clients/SyncServerRegistrationClient.cs @@ -301,7 +301,7 @@ public override bool Persist(RegisteredServer registeredServerResource, Guid sub monitoringConfiguration = JsonConvert.DeserializeObject(registeredServerResource.MonitoringConfiguration); } var registrationInfo = new ServerRegistrationInformation( - serviceEndpoint: registeredServerResource.ManagementEndpointUri, + serviceEndpoint: registeredServerResource.MonitoringEndpointUri ?? registeredServerResource.ManagementEndpointUri, subscriptionId: subscriptionId, resourceGroupName: resourceGroupName, storageSyncServiceName: storageSyncServiceName, diff --git a/src/StorageSync/StorageSync/Interop/Enums/ServerRegistrationErrorCode.cs b/src/StorageSync/StorageSync/Interop/Enums/ServerRegistrationErrorCode.cs index 9d0c7d46bbe1..7b6e076a323b 100644 --- a/src/StorageSync/StorageSync/Interop/Enums/ServerRegistrationErrorCode.cs +++ b/src/StorageSync/StorageSync/Interop/Enums/ServerRegistrationErrorCode.cs @@ -119,6 +119,10 @@ public enum ServerRegistrationErrorCode /// The sync server not found /// SyncServerNotFound, + /// + /// Monitoring Service Endpoint Invalid or Not Set + /// + MonitoringServiceEndpointInvalidOrNotSet } } diff --git a/src/StorageSync/StorageSync/Models/PSPrivateEndpoint.cs b/src/StorageSync/StorageSync/Models/PSPrivateEndpoint.cs new file mode 100644 index 000000000000..e2af0271e871 --- /dev/null +++ b/src/StorageSync/StorageSync/Models/PSPrivateEndpoint.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.StorageSync.Models +{ + public class PSPrivateEndpoint + { + /// + /// Gets the resource identifier. + /// + /// + public string ResourceId { get; internal set; } + } +} diff --git a/src/StorageSync/StorageSync/Models/PSPrivateEndpointConnection.cs b/src/StorageSync/StorageSync/Models/PSPrivateEndpointConnection.cs new file mode 100644 index 000000000000..e30bc03860b1 --- /dev/null +++ b/src/StorageSync/StorageSync/Models/PSPrivateEndpointConnection.cs @@ -0,0 +1,58 @@ +// ---------------------------------------------------------------------------------- +// +// 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.StorageSync.Models +{ + /// + /// Class PSPrivateEndpointConnection. + /// + public class PSPrivateEndpointConnection + { + /// + /// Gets the resource identifier. + /// + /// The resource identifier. + public string ResourceId { get; internal set; } + + /// + /// Gets the private endpoint connection name. + /// + /// + public string PrivateEndpointConnectionName { get; internal set; } + + /// + /// Gets the private endpoint. + /// + /// + public PSPrivateEndpoint PrivateEndpoint { get; internal set; } + + /// + /// Gets the private linke service connection state. + /// + /// + public PSPrivateLinkServiceConnectionState PrivateLinkServiceConnectionState { get; internal set; } + + /// + /// Gets the provisioning state. + /// + /// + public string ProvisioningState { get; internal set; } + + /// + /// Gets the type. + /// + /// + public string Type { get; internal set; } + } +} \ No newline at end of file diff --git a/src/StorageSync/StorageSync/Models/PSPrivateEndpointConnectionState.cs b/src/StorageSync/StorageSync/Models/PSPrivateEndpointConnectionState.cs new file mode 100644 index 000000000000..bb3eeec95fdc --- /dev/null +++ b/src/StorageSync/StorageSync/Models/PSPrivateEndpointConnectionState.cs @@ -0,0 +1,37 @@ +// ---------------------------------------------------------------------------------- +// +// 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.StorageSync.Models +{ + public class PSPrivateLinkServiceConnectionState + { + /// + /// Gets the status. + /// + /// + public string Status { get; internal set; } + + /// + /// Gets the description. + /// + /// + public string Description { get; internal set; } + + /// + /// Gets the action required. + /// + /// + public string ActionRequired { get; internal set; } + } +} diff --git a/src/StorageSync/StorageSync/Models/PSRegisteredServer.cs b/src/StorageSync/StorageSync/Models/PSRegisteredServer.cs index 4c80c5e0d2fe..ef0f8b96fe5b 100644 --- a/src/StorageSync/StorageSync/Models/PSRegisteredServer.cs +++ b/src/StorageSync/StorageSync/Models/PSRegisteredServer.cs @@ -121,6 +121,11 @@ public class PSRegisteredServer : PSResourceBase /// /// The management endpoint URI. public string ManagementEndpointUri { get; set; } + // + /// Gets or sets the monitoring endpoint URI. + /// + /// The monitoring endpoint URI. + public string MonitoringEndpointUri { get; set; } /// /// Gets or sets the monitoring configuration. /// diff --git a/src/StorageSync/StorageSync/Models/PSStorageSyncService.cs b/src/StorageSync/StorageSync/Models/PSStorageSyncService.cs index 3abc3407b1fd..55d583769baa 100644 --- a/src/StorageSync/StorageSync/Models/PSStorageSyncService.cs +++ b/src/StorageSync/StorageSync/Models/PSStorageSyncService.cs @@ -30,16 +30,33 @@ public class PSStorageSyncService : PSResourceBase /// The location. [Ps1Xml(Label = "Location", Target = ViewControl.Table, Position = 4)] public string Location { get; set; } + /// /// Gets or sets the name of the storage sync service. /// /// The name of the storage sync service. [Ps1Xml(Label = "StorageSyncServiceName ", Target = ViewControl.Table, Position = 5)] public string StorageSyncServiceName { get; set; } + + /// + /// Gets or sets the name of the incoming traffic policy. + /// + /// The name of the incoming traffic policy. + [Ps1Xml(Label = "IncomingTrafficPolicy ", Target = ViewControl.Table, Position = 6)] + public string IncomingTrafficPolicy { get; set; } + + /// + /// Gets the private endpoint connections. + /// + /// The private endpoint connections. + [Ps1Xml(Label = "PrivateEndpointConnections ", Target = ViewControl.Table, Position = 7)] + public IList PrivateEndpointConnections { get; set; } + /// /// Gets or sets the tags. /// /// The tags. public IDictionary Tags { get; set; } + } } diff --git a/src/StorageSync/StorageSync/Properties/StorageSyncResources.Designer.cs b/src/StorageSync/StorageSync/Properties/StorageSyncResources.Designer.cs index 11b61999ac45..37fc3c7c2e10 100644 --- a/src/StorageSync/StorageSync/Properties/StorageSyncResources.Designer.cs +++ b/src/StorageSync/StorageSync/Properties/StorageSyncResources.Designer.cs @@ -19,7 +19,7 @@ namespace Microsoft.Azure.Commands.StorageSync.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", "16.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 StorageSyncResources { @@ -519,6 +519,15 @@ internal static string SetServerEndpointActionMessage { } } + /// + /// Looks up a localized string similar to Updating a Storage Sync Service. + /// + internal static string SetStorageSyncServiceActionMessage { + get { + return ResourceManager.GetString("SetStorageSyncServiceActionMessage", resourceCulture); + } + } + /// /// Looks up a localized string similar to Unregister a given Storage Sync Server. /// diff --git a/src/StorageSync/StorageSync/Properties/StorageSyncResources.resx b/src/StorageSync/StorageSync/Properties/StorageSyncResources.resx index f1c5f7c2f2b5..37e3d7f759ef 100644 --- a/src/StorageSync/StorageSync/Properties/StorageSyncResources.resx +++ b/src/StorageSync/StorageSync/Properties/StorageSyncResources.resx @@ -279,4 +279,7 @@ The given subscription {0} was unable to registered to Azure File Sync. + + Updating a Storage Sync Service + \ No newline at end of file diff --git a/src/StorageSync/StorageSync/StorageSync.csproj b/src/StorageSync/StorageSync/StorageSync.csproj index c73cb7c6e5f3..6b6f51c57794 100644 --- a/src/StorageSync/StorageSync/StorageSync.csproj +++ b/src/StorageSync/StorageSync/StorageSync.csproj @@ -11,7 +11,7 @@ - + diff --git a/src/StorageSync/StorageSync/StorageSyncService/NewStorageSyncServiceCommand.cs b/src/StorageSync/StorageSync/StorageSyncService/NewStorageSyncServiceCommand.cs index 825922ae72b0..ddd696e32f67 100644 --- a/src/StorageSync/StorageSync/StorageSyncService/NewStorageSyncServiceCommand.cs +++ b/src/StorageSync/StorageSync/StorageSyncService/NewStorageSyncServiceCommand.cs @@ -18,11 +18,11 @@ using Microsoft.Azure.Commands.StorageSync.Models; using Microsoft.Azure.Commands.StorageSync.Properties; using Microsoft.Azure.Management.StorageSync; -using Microsoft.Azure.Management.StorageSync.Models; using System.Collections; using System.Management.Automation; using StorageSyncModels = Microsoft.Azure.Management.StorageSync.Models; using Microsoft.WindowsAzure.Commands.Utilities.Common; +using Microsoft.Azure.Management.StorageSync.Models; namespace Microsoft.Azure.Commands.StorageSync.StorageSyncService { @@ -77,6 +77,22 @@ public class NewStorageSyncServiceCommand : StorageSyncClientCmdletBase [ValidateNotNullOrEmpty] public string Location { get; set; } + /// + /// Gets or sets the IncomingTrafficPolicy. + /// + /// The IncomingTrafficPolicy. + [Parameter( + Position = 3, + ParameterSetName = StorageSyncParameterSets.StringParameterSet, + Mandatory = false, + ValueFromPipelineByPropertyName = true, + HelpMessage = HelpMessages.StorageSyncServiceIncomingTrafficPolicyParameter)] + [ValidateNotNullOrEmpty] + [ValidateSet(StorageSyncModels.IncomingTrafficPolicy.AllowVirtualNetworksOnly, + StorageSyncModels.IncomingTrafficPolicy.AllowAllTraffic, + IgnoreCase = true)] + public string IncomingTrafficPolicy { get; set; } + /// /// Gets or sets the tag. /// @@ -89,6 +105,13 @@ public class NewStorageSyncServiceCommand : StorageSyncClientCmdletBase [Alias(StorageSyncAliases.TagsAlias)] public Hashtable Tag { get; set; } + /// + /// Gets or sets as job. + /// + /// As job. + [Parameter(Mandatory = false, HelpMessage = HelpMessages.AsJobParameter)] + public SwitchParameter AsJob { get; set; } + /// /// Gets or sets the target. /// @@ -119,10 +142,25 @@ public override void ExecuteCmdlet() throw new PSArgumentException(checkNameAvailabilityResult.Message, nameof(Name)); } + string incomingTrafficPolicy; + if (this.IsParameterBound(c => c.IncomingTrafficPolicy)) + { + if(string.IsNullOrEmpty(this.IncomingTrafficPolicy)) + { + throw new PSArgumentException(nameof(IncomingTrafficPolicy)); + } + incomingTrafficPolicy = this.IncomingTrafficPolicy; + } + else + { + incomingTrafficPolicy = StorageSyncModels.IncomingTrafficPolicy.AllowAllTraffic; + } + var createParameters = new StorageSyncServiceCreateParameters() { Location = Location, Tags = TagsConversionHelper.CreateTagDictionary(Tag ?? new Hashtable(), validate: true), + IncomingTrafficPolicy = incomingTrafficPolicy }; Target = string.Join("/", ResourceGroupName, Name); diff --git a/src/StorageSync/StorageSync/StorageSyncService/SetStorageSyncServiceCommand.cs b/src/StorageSync/StorageSync/StorageSyncService/SetStorageSyncServiceCommand.cs new file mode 100644 index 000000000000..3cdc1d7f0c94 --- /dev/null +++ b/src/StorageSync/StorageSync/StorageSyncService/SetStorageSyncServiceCommand.cs @@ -0,0 +1,201 @@ +// ---------------------------------------------------------------------------------- +// +// 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.ResourceManager.Common.ArgumentCompleters; +using Microsoft.Azure.Commands.ResourceManager.Common.Tags; +using Microsoft.Azure.Commands.StorageSync.Common; +using Microsoft.Azure.Commands.StorageSync.Models; +using Microsoft.Azure.Commands.StorageSync.Properties; +using Microsoft.Azure.Management.StorageSync; +using System.Collections; +using System.Management.Automation; +using StorageSyncModels = Microsoft.Azure.Management.StorageSync.Models; +using Microsoft.WindowsAzure.Commands.Utilities.Common; +using Microsoft.Azure.Management.StorageSync.Models; +using Microsoft.Azure.Management.Internal.Resources.Utilities.Models; + +namespace Microsoft.Azure.Commands.StorageSync.StorageSyncService +{ + + /// + /// Set StorageSyncService + /// Implements the + /// + /// + [Cmdlet(VerbsCommon.Set, StorageSyncNouns.NounAzureRmStorageSyncService, + DefaultParameterSetName = StorageSyncParameterSets.StringParameterSet, SupportsShouldProcess = true), OutputType(typeof(PSStorageSyncService))] + public class SetStorageSyncServiceCommand : StorageSyncClientCmdletBase + { + /// + /// Gets or sets the name of the resource group. + /// + /// The name of the resource group. + [Parameter( + Position = 0, + ParameterSetName = StorageSyncParameterSets.StringParameterSet, + Mandatory = true, + ValueFromPipelineByPropertyName = true, + HelpMessage = HelpMessages.ResourceGroupNameParameter)] + [ResourceGroupCompleter] + [ValidateNotNullOrEmpty] + public string ResourceGroupName { get; set; } + + /// + /// Gets or sets the name. + /// + /// The name. + [Parameter(Position = 1, + ParameterSetName = StorageSyncParameterSets.StringParameterSet, + Mandatory = true, + ValueFromPipelineByPropertyName = true, + HelpMessage = HelpMessages.StorageSyncServiceNameParameter)] + [ValidateNotNullOrEmpty] + [Alias(StorageSyncAliases.StorageSyncServiceNameAlias)] + public string Name { get; set; } + + /// + /// Gets or sets the input object. + /// + /// The input object. + [Parameter(Mandatory = true, + ParameterSetName = StorageSyncParameterSets.InputObjectParameterSet, + Position = 0, + ValueFromPipeline = true, + HelpMessage = HelpMessages.StorageSyncServiceInputObjectParameter)] + [ValidateNotNullOrEmpty] + [ResourceIdCompleter(StorageSyncConstants.StorageSyncServiceType)] + public PSStorageSyncService InputObject { get; set; } + + /// + /// Gets or sets the resource identifier. + /// + /// The resource identifier. + [Parameter(Mandatory = true, + Position = 0, + ParameterSetName = StorageSyncParameterSets.ResourceIdParameterSet, + ValueFromPipelineByPropertyName = true, + HelpMessage = HelpMessages.StorageSyncServiceResourceIdParameter)] + [ValidateNotNullOrEmpty] + [ResourceIdCompleter(StorageSyncConstants.StorageSyncServiceType)] + public string ResourceId { get; set; } + + /// + /// Gets or sets the IncomingTrafficPolicy. + /// + /// The IncomingTrafficPolicy. + [Parameter( + Position = 2, + ParameterSetName = StorageSyncParameterSets.StringParameterSet, + Mandatory = false, + ValueFromPipelineByPropertyName = true, + HelpMessage = HelpMessages.StorageSyncServiceIncomingTrafficPolicyParameter)] + [ValidateNotNullOrEmpty] + [ValidateSet(StorageSyncModels.IncomingTrafficPolicy.AllowVirtualNetworksOnly, + StorageSyncModels.IncomingTrafficPolicy.AllowAllTraffic, + IgnoreCase = true)] + public string IncomingTrafficPolicy { get; set; } + + /// + /// Gets or sets the tag. + /// + /// The tag. + [Parameter( + ParameterSetName = StorageSyncParameterSets.StringParameterSet, + Mandatory = false, + HelpMessage = HelpMessages.StorageSyncServiceTagsParameter)] + [ValidateNotNull] + [Alias(StorageSyncAliases.TagsAlias)] + public Hashtable Tag { get; set; } + + /// + /// Gets or sets as job. + /// + /// As job. + [Parameter(Mandatory = false, HelpMessage = HelpMessages.AsJobParameter)] + public SwitchParameter AsJob { get; set; } + + /// + /// Gets or sets the target. + /// + /// The target. + protected override string Target => Name; + + /// + /// Gets or sets the action message. + /// + /// The action message. + protected override string ActionMessage => $"{StorageSyncResources.SetStorageSyncServiceActionMessage} {Name}"; + + /// + /// Executes the cmdlet. + /// + public override void ExecuteCmdlet() + { + + base.ExecuteCmdlet(); + + ExecuteClientAction(() => + { + var resourceName = default(string); + var resourceGroupName = default(string); + + // Handle ResourceId Parameter Set + if (this.IsParameterBound(c => c.ResourceId)) + { + var resourceIdentifier = new ResourceIdentifier(ResourceId); + resourceName = resourceIdentifier.ResourceName; + resourceGroupName = resourceIdentifier.ResourceGroupName; + } + else if (this.IsParameterBound(c => c.InputObject)) + { + resourceName = InputObject.StorageSyncServiceName; + resourceGroupName = InputObject.ResourceGroupName; + } + else + { + resourceName = Name; + resourceGroupName = ResourceGroupName; + } + + string incomingTrafficPolicy; + if (this.IsParameterBound(c => c.IncomingTrafficPolicy)) + { + if(string.IsNullOrEmpty(this.IncomingTrafficPolicy)) + { + throw new PSArgumentException(nameof(IncomingTrafficPolicy)); + } + incomingTrafficPolicy = this.IncomingTrafficPolicy; + } + else + { + incomingTrafficPolicy = StorageSyncModels.IncomingTrafficPolicy.AllowAllTraffic; + } + + var updateParameters = new StorageSyncServiceUpdateParameters() + { + Tags = TagsConversionHelper.CreateTagDictionary(Tag ?? new Hashtable(), validate: true), + IncomingTrafficPolicy = incomingTrafficPolicy + }; + + Target = string.Join("/", resourceGroupName, resourceName); + if (ShouldProcess(Target, ActionMessage)) + { + StorageSyncModels.StorageSyncService storageSyncService = StorageSyncClientWrapper.StorageSyncManagementClient.StorageSyncServices.Update(ResourceGroupName, Name, updateParameters); + + WriteObject(storageSyncService); + } + }); + } + } +} \ No newline at end of file diff --git a/src/StorageSync/StorageSync/help/Az.StorageSync.md b/src/StorageSync/StorageSync/help/Az.StorageSync.md index 776203094a2b..8ca6507b32fb 100644 --- a/src/StorageSync/StorageSync/help/Az.StorageSync.md +++ b/src/StorageSync/StorageSync/help/Az.StorageSync.md @@ -47,6 +47,9 @@ This command creates a new server endpoint on a registered server. This enables ### [New-AzStorageSyncService](New-AzStorageSyncService.md) This command creates a new storage sync service in a resource group. +### [Set-AzStorageSyncService](New-AzStorageSyncService.md) +This command sets a storage sync service in a resource group. + ### [Register-AzStorageSyncServer](Register-AzStorageSyncServer.md) This command registers a server to a storage sync service which creates a trust relationship. PowerShell or the Azure portal can then be used to configure sync on this server. diff --git a/src/StorageSync/StorageSync/help/New-AzStorageSyncService.md b/src/StorageSync/StorageSync/help/New-AzStorageSyncService.md index f062c0e13e8c..735c0fc785bf 100644 --- a/src/StorageSync/StorageSync/help/New-AzStorageSyncService.md +++ b/src/StorageSync/StorageSync/help/New-AzStorageSyncService.md @@ -13,7 +13,7 @@ This command creates a new storage sync service in a resource group. ## SYNTAX ``` -New-AzStorageSyncService [-ResourceGroupName] [-Name] [-Location] [-Tag ] +New-AzStorageSyncService [-ResourceGroupName] [-Name] [-Location] [-IncomingTrafficPolicy] [-Tag ] [-DefaultProfile ] [-WhatIf] [-Confirm] [] ``` @@ -24,7 +24,7 @@ A storage sync service is the top level resource for Azure File Sync. This comma ### Example 1 ```powershell -PS C:\> New-AzStorageSyncService -ResourceGroupName "myResourceGroup" -Location "myLocation" -StorageSyncServiceName "myStorageSyncServiceName" +PS C:\> New-AzStorageSyncService -ResourceGroupName "myResourceGroup" -Location "myLocation" -StorageSyncServiceName "myStorageSyncServiceName" -IncomingTrafficPolicy "AllowAllTraffic" ``` This command will create a storage sync service. @@ -61,6 +61,21 @@ Accept pipeline input: True (ByPropertyName) Accept wildcard characters: False ``` +### -IncomingTrafficPolicy +Storage Sync Service IncomingTrafficPolicy + +```yaml +Type: System.String +Parameter Sets: (All) +Aliases: + +Required: True +Position: 3 +Default value: None +Accept pipeline input: True (ByPropertyName) +Accept wildcard characters: False +``` + ### -Name Name of the storage sync service. diff --git a/src/StorageSync/StorageSync/help/Set-AzStorageSyncService.md b/src/StorageSync/StorageSync/help/Set-AzStorageSyncService.md new file mode 100644 index 000000000000..8a9a7047e1a8 --- /dev/null +++ b/src/StorageSync/StorageSync/help/Set-AzStorageSyncService.md @@ -0,0 +1,151 @@ +--- +external help file: Microsoft.Azure.PowerShell.Cmdlets.StorageSync.dll-Help.xml +Module Name: Az.StorageSync +online version: https://docs.microsoft.com/en-us/powershell/module/Az.storagesync/set-Azstoragesyncservice +schema: 2.0.0 +--- + +# Set-AzStorageSyncService + +## SYNOPSIS +This command sets storage sync service in a resource group. + +## SYNTAX + +``` +Set-AzStorageSyncService [-ResourceGroupName] [-Name] [-Location] [-Tag ] + [-DefaultProfile ] [-WhatIf] [-Confirm] [] +``` + +## DESCRIPTION +A storage sync service is the top level resource for Azure File Sync. This command sets storage sync service in a resource group. We recommend to create as few storage sync services as absolutely necessary to differentiate distinct groups of servers in your organization. A storage sync service contains sync groups and also works as a target to register your servers to. A server can only be registered to a single storage sync service. If servers ever need to participate in syncing the same set of files, register them to the same storage sync service. + +## EXAMPLES + +### Example 1 +```powershell +PS C:\> Set-AzStorageSyncService -ResourceGroupName "myResourceGroup" -StorageSyncServiceName "myStorageSyncServiceName" -IncomingTrafficPolicy "AllowAllTraffic" +``` + +This command will set a storage sync service. + +## PARAMETERS + +### -DefaultProfile +The credentials, account, tenant, and subscription used for communication with Azure. + +```yaml +Type: Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer +Parameter Sets: (All) +Aliases: AzContext, AzureRmContext, AzureCredential + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` +### -Name +Name of the storage sync service. + +```yaml +Type: System.String +Parameter Sets: (All) +Aliases: StorageSyncServiceName + +Required: True +Position: 1 +Default value: None +Accept pipeline input: True (ByPropertyName) +Accept wildcard characters: False +``` + +### -ResourceGroupName +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 +``` + +### -IncomingTrafficPolicy +Storage Sync Service IncomingTrafficPolicy + +```yaml +Type: System.String +Parameter Sets: (All) +Aliases: + +Required: True +Position: 2 +Default value: None +Accept pipeline input: True (ByPropertyName) +Accept wildcard characters: False +``` + +### -Tag +Storage Sync Service Tags. + +```yaml +Type: System.Collections.Hashtable +Parameter Sets: (All) +Aliases: Tags + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Confirm +Prompts you for confirmation before running the cmdlet. + +```yaml +Type: System.Management.Automation.SwitchParameter +Parameter Sets: (All) +Aliases: cf + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -WhatIf +Shows what would happen if the cmdlet runs. The cmdlet is not run. + +```yaml +Type: System.Management.Automation.SwitchParameter +Parameter Sets: (All) +Aliases: wi + +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.StorageSync.Models.PSStorageSyncService + +## NOTES + +## RELATED LINKS diff --git a/src/StreamAnalytics/StreamAnalytics/Az.StreamAnalytics.psd1 b/src/StreamAnalytics/StreamAnalytics/Az.StreamAnalytics.psd1 index 8eebcf285d2b..d100b6880893 100644 --- a/src/StreamAnalytics/StreamAnalytics/Az.StreamAnalytics.psd1 +++ b/src/StreamAnalytics/StreamAnalytics/Az.StreamAnalytics.psd1 @@ -53,7 +53,7 @@ DotNetFrameworkVersion = '4.7.2' # ProcessorArchitecture = '' # Modules that must be imported into the global environment prior to importing this module -RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.8.1'; }) +RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.9.0'; }) # Assemblies that must be loaded prior to importing this module RequiredAssemblies = 'Microsoft.Azure.Management.StreamAnalytics.dll' diff --git a/src/Subscription/Subscription/Az.Subscription.psd1 b/src/Subscription/Subscription/Az.Subscription.psd1 index 39820dcce98f..6fdba46f7861 100644 --- a/src/Subscription/Subscription/Az.Subscription.psd1 +++ b/src/Subscription/Subscription/Az.Subscription.psd1 @@ -51,7 +51,7 @@ DotNetFrameworkVersion = '4.7.2' # ProcessorArchitecture = '' # Modules that must be imported into the global environment prior to importing this module -RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.8.1'; }) +RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.9.0'; }) # Assemblies that must be loaded prior to importing this module RequiredAssemblies = 'Microsoft.Azure.Management.Subscription.dll' diff --git a/src/Support/Support/Az.Support.psd1 b/src/Support/Support/Az.Support.psd1 index c39cec97fc27..9d54f573fbf7 100644 --- a/src/Support/Support/Az.Support.psd1 +++ b/src/Support/Support/Az.Support.psd1 @@ -51,7 +51,7 @@ DotNetFrameworkVersion = '4.7.2' # ProcessorArchitecture = '' # Modules that must be imported into the global environment prior to importing this module -RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.8.1'; }) +RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.9.0'; }) # Assemblies that must be loaded prior to importing this module RequiredAssemblies = 'Microsoft.Azure.Management.Support.dll' diff --git a/src/Support/Support/help/Get-AzSupportTicket.md b/src/Support/Support/help/Get-AzSupportTicket.md index d892e9ceaf9c..251d19b26f9b 100644 --- a/src/Support/Support/help/Get-AzSupportTicket.md +++ b/src/Support/Support/help/Get-AzSupportTicket.md @@ -71,7 +71,7 @@ Name Title SupportTicketId Severity ServiceDisplayName test1 test title1 150010521000317 Minimal Virtual Machine running Linux Closed 2/5/2020 1:33:53 AM ``` -### Example 3: Get first 2 support tickets filtered by status +### Example 4: Get first 2 support tickets filtered by status ```powershell PS C:\> Get-AzSupportTicket -Filter "Status eq 'Closed'" -First 2 @@ -81,7 +81,7 @@ test1 test title1 150010521000317 Minimal Virtual Machine runn test2 test title2 150010521000318 Minimal Billing Closed 2/5/2020 1:33:53 AM ``` -### Example 3: Get all support tickets that are in Open state and created after Dec 20th, 2019 +### Example 5: Get all support tickets that are in Open state and created after Dec 20th, 2019 ```powershell PS C:\> Get-AzSupportTicket -Filter "Status eq 'Open' and CreatedDate gt 2019-12-20" diff --git a/src/Support/Support/help/New-AzSupportTicket.md b/src/Support/Support/help/New-AzSupportTicket.md index 233f1a1f9d2b..7a6210e0d07b 100644 --- a/src/Support/Support/help/New-AzSupportTicket.md +++ b/src/Support/Support/help/New-AzSupportTicket.md @@ -241,7 +241,16 @@ Name Title SupportTicketId Severity ServiceDisplayName St test1 Test 150010521000317 Minimal Service and subscription limits (quotas) Open 2/5/2020 1:33:53 AM ``` -### Example 15: Create a support ticket by specifying individual customer contact parameters instead of CustomerContactDetail object. +### Example 15: Create a quota support ticket to increase quota for Azure SQL Managed Instance. Use Get-AzSupportService and Get-AzSupportProblemClassification to retrieve correct GUIDs for Quota SQL Managed Instance service problem classification. +```powershell +PS C:\> New-AzSupportTicket -Name "test1" -Title "Test" -Description "Test" -Severity "minimal" -ProblemClassificationId "/providers/Microsoft.Support/services/{quota_service_guid}/problemClassifications/{sql_managed_instance_problemClassification_guid}" -QuotaTicketDetail @{QuotaChangeRequestVersion = "1.0" ; QuotaChangeRequestSubType = "SQLMI" ; QuotaChangeRequests = (@{Region = "westus"; Payload = "{`"NewLimit`":200,`"Type`":`"vCore`" }"}, @{Region = "westus"; Payload = "{`"NewLimit`":200,`"Type`":`"Subnet`" }"})} -CustomerContactDetail @{FirstName = "first" ; LastName = "last" ; PreferredTimeZone = "pacific standard time" ; PreferredSupportLanguage = "en-us" ; Country = "USA" ; PreferredContactMethod = "Email" ; PrimaryEmailAddress = "user@contoso.com"} + +Name Title SupportTicketId Severity ServiceDisplayName Status CreatedDate +---- ----- --------------- -------- ------------------ ------ ----------- +test1 Test 150010521000317 Minimal Service and subscription limits (quotas) Open 2/5/2020 1:33:53 AM +``` + +### Example 16: Create a support ticket by specifying individual customer contact parameters instead of CustomerContactDetail object. ```powershell PS C:\> New-AzSupportTicket -Name "test1" -Title "Test" -Description "Test" -Severity "minimal" -ProblemClassificationId "/providers/Microsoft.Support/services/{billing_service_guid}/problemClassifications/{problemClassification_guid}" -CustomerFirstName "first" -CustomerLastName "last" -CustomerPreferredTimeZone "pacific standard time" -CustomerPreferredSupportLanguage "en-us" -CustomerCountry = "USA" -PreferredContactMethod "Email" -CustomerPrimaryEmailAddress "user@contoso.com" @@ -250,7 +259,7 @@ Name Title SupportTicketId Severity ServiceDisplayName Status CreatedDate test1 Test 150010521000317 Minimal Billing Open 2/5/2020 1:33:53 AM ``` -### Example 16: Create a support ticket with request for 24 x 7 response from Azure. +### Example 17: Create a support ticket with request for 24 x 7 response from Azure. ```powershell PS C:\> New-AzSupportTicket -Name "test1" -Title "Test" -Description "Test" -Severity "critical" -ProblemClassificationId "/providers/Microsoft.Support/services/{billing_service_guid}/problemClassifications/{problemClassification_guid}" -CustomerFirstName "first" -CustomerLastName "last" -CustomerPreferredTimeZone "pacific standard time" -CustomerPreferredSupportLanguage "en-us" -CustomerCountry = "USA" -PreferredContactMethod "Email" -CustomerPrimaryEmailAddress "user@contoso.com" -Require24X7Response @@ -259,7 +268,7 @@ Name Title SupportTicketId Severity ServiceDisplayName Status CreatedDate test1 Test 150010521000317 Critical Billing Open 2/5/2020 1:33:53 AM ``` -### Example 17: Create a support ticket on behalf of your customer if you are a Cloud Solution Provider (CSP). CSP should first login into their tenant, and then login into customer's tenant as shown in the example below. They must then use -CSPHomeTenantId parameter to specify their home tenant id at the time of creating a support ticket. +### Example 18: Create a support ticket on behalf of your customer if you are a Cloud Solution Provider (CSP). CSP should first login into their tenant, and then login into customer's tenant as shown in the example below. They must then use -CSPHomeTenantId parameter to specify their home tenant id at the time of creating a support ticket. ```powershell PS C:\> Login-AzAccount diff --git a/src/Synapse/Synapse/Az.Synapse.psd1 b/src/Synapse/Synapse/Az.Synapse.psd1 index dd5b3dc3cfea..f6ebcb9ca032 100644 --- a/src/Synapse/Synapse/Az.Synapse.psd1 +++ b/src/Synapse/Synapse/Az.Synapse.psd1 @@ -3,7 +3,7 @@ # # Generated by: Microsoft Corporation # -# Generated on: 5/13/2020 +# Generated on: 6/17/2020 # @{ @@ -12,7 +12,7 @@ # RootModule = '' # Version number of this module. -ModuleVersion = '0.1.0' +ModuleVersion = '0.1.1' # Supported PSEditions CompatiblePSEditions = 'Core', 'Desktop' @@ -53,7 +53,7 @@ DotNetFrameworkVersion = '4.7.2' # ProcessorArchitecture = '' # Modules that must be imported into the global environment prior to importing this module -RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.8.1'; }) +RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.9.0'; }) # Assemblies that must be loaded prior to importing this module RequiredAssemblies = 'Microsoft.Azure.Management.Synapse.dll', @@ -87,7 +87,7 @@ CmdletsToExport = 'Get-AzSynapseSparkJob', 'Stop-AzSynapseSparkJob', 'Update-AzSynapseWorkspace', 'Get-AzSynapseSqlPool', 'New-AzSynapseSqlPool', 'Remove-AzSynapseSqlPool', 'Update-AzSynapseSqlPool', 'Test-AzSynapseWorkspace', - 'Test-AzSynapseSparkPool', 'Test-AzSynapseSqlPool', + 'Test-AzSynapseSparkPool', 'Test-AzSynapseSqlPool', 'New-AzSynapseFirewallRule', 'Remove-AzSynapseFirewallRule', 'Get-AzSynapseFirewallRule', 'Update-AzSynapseFirewallRule' @@ -124,7 +124,13 @@ PrivateData = @{ # IconUri = '' # ReleaseNotes of this module - ReleaseNotes = '* Preview release of ''Az.Synapse'' module' + ReleaseNotes = '* Added support for operation of Synapse FirewallRule + - Add ''New-AzSynapseFirewallRule'' cmdlet + - Add ''Remove-AzSynapseFirewallRule'' cmdlet + - Add ''Get-AzSynapseFirewallRule'' cmdlet + - Add ''Update-AzSynapseFirewallRule'' cmdlet +* Removed ''-DisallowAllConnection'' parameter from the ''New-AzSynapseWorkspace'' cmdlet +* Updated parameter set for New-AzSynapseSparkPool to fix node count issue for auto scale' # Prerelease string of this module # Prerelease = '' diff --git a/src/Synapse/Synapse/ChangeLog.md b/src/Synapse/Synapse/ChangeLog.md index 3b6988dda447..baa5a3f646e5 100644 --- a/src/Synapse/Synapse/ChangeLog.md +++ b/src/Synapse/Synapse/ChangeLog.md @@ -19,6 +19,8 @@ --> ## Upcoming Release +## Version 0.1.1 + * Added support for operation of Synapse FirewallRule - Add `New-AzSynapseFirewallRule` cmdlet - Add `Remove-AzSynapseFirewallRule` cmdlet diff --git a/src/Synapse/Synapse/Properties/AssemblyInfo.cs b/src/Synapse/Synapse/Properties/AssemblyInfo.cs index 29bafb435292..4ca19843ba5e 100644 --- a/src/Synapse/Synapse/Properties/AssemblyInfo.cs +++ b/src/Synapse/Synapse/Properties/AssemblyInfo.cs @@ -35,5 +35,5 @@ // by using the '*' as shown below: -[assembly: AssemblyVersion("0.1.0")] -[assembly: AssemblyFileVersion("0.1.0")] +[assembly: AssemblyVersion("0.1.1")] +[assembly: AssemblyFileVersion("0.1.1")] diff --git a/src/TimeSeriesInsights/Az.TimeSeriesInsights.psd1 b/src/TimeSeriesInsights/Az.TimeSeriesInsights.psd1 index c4a6fd560a7f..fc62af694b35 100644 --- a/src/TimeSeriesInsights/Az.TimeSeriesInsights.psd1 +++ b/src/TimeSeriesInsights/Az.TimeSeriesInsights.psd1 @@ -51,7 +51,7 @@ DotNetFrameworkVersion = '4.7.2' # ProcessorArchitecture = '' # Modules that must be imported into the global environment prior to importing this module -RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.8.1'; }) +RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.9.0'; }) # Assemblies that must be loaded prior to importing this module RequiredAssemblies = './bin/Az.TimeSeriesInsights.private.dll' diff --git a/src/TrafficManager/TrafficManager/Az.TrafficManager.psd1 b/src/TrafficManager/TrafficManager/Az.TrafficManager.psd1 index 59de0942f622..b7f668a02d84 100644 --- a/src/TrafficManager/TrafficManager/Az.TrafficManager.psd1 +++ b/src/TrafficManager/TrafficManager/Az.TrafficManager.psd1 @@ -53,7 +53,7 @@ DotNetFrameworkVersion = '4.7.2' # ProcessorArchitecture = '' # Modules that must be imported into the global environment prior to importing this module -RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.8.1'; }) +RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.9.0'; }) # Assemblies that must be loaded prior to importing this module RequiredAssemblies = 'Microsoft.Azure.Management.TrafficManager.dll' diff --git a/src/Websites/Websites/Az.Websites.psd1 b/src/Websites/Websites/Az.Websites.psd1 index 4a5a55891492..b4d57e9efa2e 100644 --- a/src/Websites/Websites/Az.Websites.psd1 +++ b/src/Websites/Websites/Az.Websites.psd1 @@ -3,7 +3,7 @@ # # Generated by: Microsoft Corporation # -# Generated on: 5/13/2020 +# Generated on: 6/17/2020 # @{ @@ -12,7 +12,7 @@ # RootModule = '' # Version number of this module. -ModuleVersion = '1.9.0' +ModuleVersion = '1.10.0' # Supported PSEditions CompatiblePSEditions = 'Core', 'Desktop' @@ -53,7 +53,7 @@ DotNetFrameworkVersion = '4.7.2' # ProcessorArchitecture = '' # Modules that must be imported into the global environment prior to importing this module -RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.8.1'; }) +RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.9.0'; }) # Assemblies that must be loaded prior to importing this module RequiredAssemblies = 'Microsoft.Azure.Management.Websites.dll' @@ -138,7 +138,12 @@ PrivateData = @{ # IconUri = '' # ReleaseNotes of this module - ReleaseNotes = '* Fixed typo on help of ''Update-AzWebAppAccessRestrictionConfig''.' + ReleaseNotes = '* Added safeguard to delete created webapp if restore failed in ''Restore-AzDeletedWebApp'' +* Added ''SourceWebApp.Location'' for ''New-AzWebApp'' and ''New-AzWebAppSlot'' +* Fixed bug that prevented changing Container settings in ''Set-AzWebApp'' and ''Set-AzWebAppSlot'' +* Fixed bug to get SiteConfig when -Name is not given for Get-AzWebApp +* Added a support to create ASP for Linux Apps +* Added exceptions for clone across resource groups' # Prerelease string of this module # Prerelease = '' diff --git a/src/Websites/Websites/ChangeLog.md b/src/Websites/Websites/ChangeLog.md index 2278d72f316f..516cd7934993 100644 --- a/src/Websites/Websites/ChangeLog.md +++ b/src/Websites/Websites/ChangeLog.md @@ -18,13 +18,15 @@ - Additional information about change #1 --> ## Upcoming Release +* Added support to perform operations for Slots not in the same resource group as the App Service Plan + +## Version 1.10.0 * Added safeguard to delete created webapp if restore failed in `Restore-AzDeletedWebApp` * Added "SourceWebApp.Location" for `New-AzWebApp` and `New-AzWebAppSlot` * Fixed bug that prevented changing Container settings in `Set-AzWebApp` and `Set-AzWebAppSlot` * Fixed bug to get SiteConfig when -Name is not given for Get-AzWebApp * Added a support to create ASP for Linux Apps * Added exceptions for clone across resource groups -* Added support to perform operations for Slots not in the same resource group as the App Service Plan ## Version 1.9.0 * Fixed typo on help of `Update-AzWebAppAccessRestrictionConfig`. diff --git a/src/Websites/Websites/Properties/AssemblyInfo.cs b/src/Websites/Websites/Properties/AssemblyInfo.cs index fea64432eb27..9281517d4f5f 100644 --- a/src/Websites/Websites/Properties/AssemblyInfo.cs +++ b/src/Websites/Websites/Properties/AssemblyInfo.cs @@ -25,8 +25,8 @@ [assembly: ComVisible(false)] [assembly: CLSCompliant(false)] [assembly: Guid("76158def-441b-472a-9b1a-a75726a813f4")] -[assembly: AssemblyVersion("1.9.0")] -[assembly: AssemblyFileVersion("1.9.0")] +[assembly: AssemblyVersion("1.10.0")] +[assembly: AssemblyFileVersion("1.10.0")] #if !SIGN [assembly: InternalsVisibleTo("Microsoft.Azure.PowerShell.Cmdlets.Websites.Test")] #endif diff --git a/src/Websites/Websites/help/Add-AzWebAppTrafficRouting.md b/src/Websites/Websites/help/Add-AzWebAppTrafficRouting.md index 97aa35e03d70..cb70ab5a8fdf 100644 --- a/src/Websites/Websites/help/Add-AzWebAppTrafficRouting.md +++ b/src/Websites/Websites/help/Add-AzWebAppTrafficRouting.md @@ -24,7 +24,7 @@ The **Add-AzWebAppTrafficRouting** cmdlet adds a Routing rule to an Azure Web Ap ### Example 1 Add a routing rule to transfer 15% of production traffice to Stg slot ```powershell PS C:\>Add-AzWebAppTrafficRouting -ResourceGroupName "Default-Web-WestUS" -WebAppName "ContosoSite" -- RoutingRule @{AtionHostName='XXXX.azurewebsites.net';ReroutePercentage=15;Name='Stg'} +-RoutingRule @{ActionHostName='XXXX.azurewebsites.net';ReroutePercentage=15;Name='Stg'} ``` This command adds a routing rule to transfer 15% of production traffice to Stg slot @@ -150,4 +150,4 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable [Get-AzWebAppTrafficRouting](./Get-AzWebAppTrafficRouting.md) -[Remove-AzWebAppTrafficRouting](./Remove-AzWebAppTrafficRouting.md) \ No newline at end of file +[Remove-AzWebAppTrafficRouting](./Remove-AzWebAppTrafficRouting.md) diff --git a/tools/Az/Az.psd1 b/tools/Az/Az.psd1 index c9392abeda39..2d42d57ffc3b 100644 --- a/tools/Az/Az.psd1 +++ b/tools/Az/Az.psd1 @@ -3,7 +3,7 @@ # # Generated by: Microsoft Corporation # -# Generated on: 5/28/2020 +# Generated on: 6/17/2020 # @{ @@ -12,7 +12,7 @@ # RootModule = '' # Version number of this module. -ModuleVersion = '4.2.0' +ModuleVersion = '4.3.0' # Supported PSEditions CompatiblePSEditions = 'Core', 'Desktop' @@ -52,22 +52,22 @@ DotNetFrameworkVersion = '4.7.2' # ProcessorArchitecture = '' # Modules that must be imported into the global environment prior to importing this module -RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.8.1'; }, +RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.9.0'; }, @{ModuleName = 'Az.Advisor'; RequiredVersion = '1.1.1'; }, - @{ModuleName = 'Az.Aks'; RequiredVersion = '1.1.1'; }, + @{ModuleName = 'Az.Aks'; RequiredVersion = '1.1.2'; }, @{ModuleName = 'Az.AnalysisServices'; RequiredVersion = '1.1.3'; }, @{ModuleName = 'Az.ApiManagement'; RequiredVersion = '2.0.1'; }, @{ModuleName = 'Az.ApplicationInsights'; RequiredVersion = '1.1.0'; }, @{ModuleName = 'Az.Automation'; RequiredVersion = '1.3.6'; }, - @{ModuleName = 'Az.Batch'; RequiredVersion = '3.0.0'; }, + @{ModuleName = 'Az.Batch'; RequiredVersion = '3.1.0'; }, @{ModuleName = 'Az.Billing'; RequiredVersion = '1.0.3'; }, @{ModuleName = 'Az.Cdn'; RequiredVersion = '1.4.3'; }, - @{ModuleName = 'Az.CognitiveServices'; RequiredVersion = '1.4.0'; }, - @{ModuleName = 'Az.Compute'; RequiredVersion = '4.1.0'; }, + @{ModuleName = 'Az.CognitiveServices'; RequiredVersion = '1.5.0'; }, + @{ModuleName = 'Az.Compute'; RequiredVersion = '4.2.0'; }, @{ModuleName = 'Az.ContainerInstance'; RequiredVersion = '1.0.3'; }, @{ModuleName = 'Az.ContainerRegistry'; RequiredVersion = '1.1.1'; }, @{ModuleName = 'Az.DataBoxEdge'; RequiredVersion = '1.1.0'; }, - @{ModuleName = 'Az.DataFactory'; RequiredVersion = '1.8.1'; }, + @{ModuleName = 'Az.DataFactory'; RequiredVersion = '1.8.2'; }, @{ModuleName = 'Az.DataLakeAnalytics'; RequiredVersion = '1.0.2'; }, @{ModuleName = 'Az.DataLakeStore'; RequiredVersion = '1.2.8'; }, @{ModuleName = 'Az.DataShare'; RequiredVersion = '1.0.0'; }, @@ -76,11 +76,11 @@ RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.8.1'; }, @{ModuleName = 'Az.DevTestLabs'; RequiredVersion = '1.0.2'; }, @{ModuleName = 'Az.Dns'; RequiredVersion = '1.1.2'; }, @{ModuleName = 'Az.EventGrid'; RequiredVersion = '1.2.3'; }, - @{ModuleName = 'Az.EventHub'; RequiredVersion = '1.4.3'; }, + @{ModuleName = 'Az.EventHub'; RequiredVersion = '1.5.0'; }, @{ModuleName = 'Az.FrontDoor'; RequiredVersion = '1.5.0'; }, - @{ModuleName = 'Az.Functions'; RequiredVersion = '1.0.0'; }, - @{ModuleName = 'Az.HDInsight'; RequiredVersion = '3.2.0'; }, - @{ModuleName = 'Az.HealthcareApis'; RequiredVersion = '1.0.2'; }, + @{ModuleName = 'Az.Functions'; RequiredVersion = '1.0.1'; }, + @{ModuleName = 'Az.HDInsight'; RequiredVersion = '3.3.0'; }, + @{ModuleName = 'Az.HealthcareApis'; RequiredVersion = '1.1.0'; }, @{ModuleName = 'Az.IotHub'; RequiredVersion = '2.5.0'; }, @{ModuleName = 'Az.KeyVault'; RequiredVersion = '2.0.0'; }, @{ModuleName = 'Az.LogicApp'; RequiredVersion = '1.3.2'; }, @@ -89,28 +89,28 @@ RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.8.1'; }, @{ModuleName = 'Az.ManagedServices'; RequiredVersion = '1.0.2'; }, @{ModuleName = 'Az.MarketplaceOrdering'; RequiredVersion = '1.0.2'; }, @{ModuleName = 'Az.Media'; RequiredVersion = '1.1.1'; }, - @{ModuleName = 'Az.Monitor'; RequiredVersion = '2.0.0'; }, - @{ModuleName = 'Az.Network'; RequiredVersion = '3.0.0'; }, + @{ModuleName = 'Az.Monitor'; RequiredVersion = '2.0.1'; }, + @{ModuleName = 'Az.Network'; RequiredVersion = '3.1.0'; }, @{ModuleName = 'Az.NotificationHubs'; RequiredVersion = '1.1.1'; }, - @{ModuleName = 'Az.OperationalInsights'; RequiredVersion = '2.1.0'; }, + @{ModuleName = 'Az.OperationalInsights'; RequiredVersion = '2.2.0'; }, @{ModuleName = 'Az.PolicyInsights'; RequiredVersion = '1.3.1'; }, @{ModuleName = 'Az.PowerBIEmbedded'; RequiredVersion = '1.1.2'; }, @{ModuleName = 'Az.PrivateDns'; RequiredVersion = '1.0.3'; }, - @{ModuleName = 'Az.RecoveryServices'; RequiredVersion = '2.9.1'; }, + @{ModuleName = 'Az.RecoveryServices'; RequiredVersion = '2.10.0'; }, @{ModuleName = 'Az.RedisCache'; RequiredVersion = '1.2.1'; }, @{ModuleName = 'Az.Relay'; RequiredVersion = '1.0.3'; }, - @{ModuleName = 'Az.Resources'; RequiredVersion = '2.1.0'; }, + @{ModuleName = 'Az.Resources'; RequiredVersion = '2.2.0'; }, @{ModuleName = 'Az.ServiceBus'; RequiredVersion = '1.4.1'; }, @{ModuleName = 'Az.ServiceFabric'; RequiredVersion = '2.1.0'; }, @{ModuleName = 'Az.SignalR'; RequiredVersion = '1.1.1'; }, - @{ModuleName = 'Az.Sql'; RequiredVersion = '2.7.0'; }, + @{ModuleName = 'Az.Sql'; RequiredVersion = '2.8.0'; }, @{ModuleName = 'Az.SqlVirtualMachine'; RequiredVersion = '1.1.0'; }, - @{ModuleName = 'Az.Storage'; RequiredVersion = '2.1.0'; }, + @{ModuleName = 'Az.Storage'; RequiredVersion = '2.2.0'; }, @{ModuleName = 'Az.StorageSync'; RequiredVersion = '1.2.3'; }, @{ModuleName = 'Az.StreamAnalytics'; RequiredVersion = '1.0.1'; }, @{ModuleName = 'Az.Support'; RequiredVersion = '1.0.0'; }, @{ModuleName = 'Az.TrafficManager'; RequiredVersion = '1.0.4'; }, - @{ModuleName = 'Az.Websites'; RequiredVersion = '1.9.0'; }) + @{ModuleName = 'Az.Websites'; RequiredVersion = '1.10.0'; }) # Assemblies that must be loaded prior to importing this module # RequiredAssemblies = @() @@ -166,64 +166,138 @@ PrivateData = @{ # IconUri = '' # ReleaseNotes of this module - ReleaseNotes = '4.2.0 - June 2020 + ReleaseNotes = '4.3.0 - June 2020 Az.Accounts -* Fixed an issue that may cause Az to skip logs in Azure Automation or PowerShell jobs [#11492] +* Supported discovering environment setting by default and adding environment via ''Add-AzEnvironment'' +* Update preloaded assemblies [#12024], [#11976] +* Updated Azure.Core assembly +* Fixed an issue that may cause ''Connect-AzAccount'' to fail in multi-threaded execution [#11201] -Az.AnalysisServices -* Updated assembly version of data plane cmdlets +Az.Aks +* Replaced usage of old [AccessProfile API](https://docs.microsoft.com/rest/api/aks/managedclusters/getaccessprofile) with calls to [ListClusterAdmin](https://docs.microsoft.com/rest/api/aks/managedclusters/listclusteradmincredentials) and [ListClusterUser](https://docs.microsoft.com/rest/api/aks/managedclusters/listclusterusercredentials) APIs -Az.ApiManagement -* Updated assembly version of service management cmdlets - -Az.Billing -* Updated assembly version of consumption cmdlets +Az.Batch +* Updated Az.Batch to use ''Microsoft.Azure.Management.Batch'' SDK version to 11.0.0 +* Added the ability to set the BatchAccount Identity in the ''New-AzBatchAccount'' cmdlet Az.CognitiveServices -* Support PrivateEndpoint and PublicNetworkAccess control. - -Az.DataFactory -* Updated assembly version of data factory V2 cmdlets +* Supported displaying account capabilities. +* Supported modifying PublicNetworkAccess. -Az.DataShare -* General availability of ''Az.DataShare'' module +Az.Compute +* Added SimulateEviction parameter to Set-AzVM and Set-AzVmssVM cmdlets. +* Added ''Premium_LRS'' to the argument completer of StorageAccountType parameter for New-AzGalleryImageVersion cmdlet. +* Added Substatuses to VMCustomScriptExtension [#11297] +* Added ''Delete'' to the argument completer of EvictionPolicy parameter for New-AzVM and New-AzVMConfig cmdlets. +* Fixed name of new VM Extension for SAP -Az.DesktopVirtualization -* General availability of ''Az.DesktopVirtualization'' module +Az.DataFactory +* Updated ADF .Net SDK version to 4.9.0 + +Az.EventHub +* Added Managed Identity parameters to ''New-AzEventHubNamespace'' and ''Set-AzEventHubNamespace'' cmdlets + +Az.Functions +* Added support to create PowerShell 7.0 and Java 11 function apps + +Az.HDInsight +* Supported listing hosts and restart specific hosts of the HDInsight cluster. + +Az.HealthcareApis +* Updated the SDK version to 1.1.0 +* Added support for Export settings and Managed Identity + +Az.Monitor +* Fixed input object parameter for ''Set-AzActivityLogAlert'' +* Fixed ''InputObject'' parameter for ''Set-AzActionGroup'' [#10868] + +Az.Network +* Added support for AddressPrefixType parameter to ''Remove-AzExpressRouteCircuitConnectionConfig'' +* Added new cmdlets for Azure FirewallPolicy + - ''New-AzFirewallPolicyDnsSetting'' + - Support for Destination FQDN in Network Rules for Firewall Policy +* Added support for backend address pool operations + - ''New-AzLoadBalancerBackendAddressConfig'' + - ''New-AzLoadBalancerBackendAddressPool'' + - ''Set-AzLoadBalancerBackendAddressPool'' + - ''Remove-AzLoadBalancerBackendAddressPool'' + - ''Get-AzLoadBalancerBackendAddressPool'' +* Added name validation for ''New-AzIpGroup'' +* Added new cmdlets for Azure FirewallPolicy + - ''New-AzFirewallPolicyThreatIntelWhitelist'' +* Updated below commands for feature: Custom dns servers set/remove on VirtualWan P2SVpnGateway. + - Updated New-AzP2sVpnGateway: Added optional parameter ''-CustomDnsServer'' for customers to specify their dns servers to set on P2SVpnGateway, which can be used by Point to site clients. + - Updated Update-AzP2sVpnGateway: Added optional parameter ''-CustomDnsServer'' for customers to specify their dns servers to set on P2SVpnGateway, which can be used by Point to site clients. +* Updated ''Update-AzVpnGateway'' + - Added optional parameter ''-BgpPeeringAddress'' for customers to specify their custom bgps to set on VpnGateway. +* Added new cmdlet to support resetting the routing state of a VirtualHub resource: + - ''Reset-AzHubRouter'' +* Updated below things based on recent swagger change for Firewall Policy + - Changes names for RuleGroup, RuleCollectionGroup and RuleType + - Added support for Firewall Policy NAT Rule Collections to support multiple NAT Rule Collection +* [Breaking Change] Added mandatory parameter ''SourceIpGroup'' for ''New-AzFirewallPolicyApplicationRule'' and ''New-AzFirewallPolicyNetworkRule''. +* [Breaking Change] Fixed ''New-AzFirewallPolicyApplicationRule'', parameter ''SourceAddress'' to be mandatory. +* [Breaking Change] Fixed ''New-AzFirewallPolicyApplicationRule'', parameter ''SourceAddress'' to be mandatory. +* [Breaking Change] Removed mandatory parameters: ''TranslatedAddress'', ''TranslatedPort'' for ''New-AzFirewallPolicyNatRuleCollection''. +* Added new cmdlets to support PrivateLink On Application Gateway + - ''New-AzApplicationGatewayPrivateLinkConfiguration'' + - ''Get-AzApplicationGatewayPrivateLinkConfiguration'' + - ''New-AzApplicationGatewayPrivateLinkConfiguration'' + - ''Set-AzApplicationGatewayPrivateLinkConfiguration'' + - ''Remove-AzApplicationGatewayPrivateLinkConfiguration'' + - ''New-AzApplicationGatewayPrivateLinkIpConfiguration'' +* Added new cmdlets for HubRouteTables child resource of VirtualHub. + - ''New-AzVHubRoute'' + - ''New-AzVHubRouteTable'' + - ''Get-AzVHubRouteTable'' + - ''Update-AzVHubRouteTable'' + - ''Remove-AzVHubRouteTable'' +* Updated existing cmdlets to support optional RoutingConfiguration input parameter for custom routing in VirtualWan. + - ''New-AzExpressRouteConnection'' + - ''Set-AzExpressRouteConnection'' + - ''New-AzVirtualHubVnetConnection'' + - ''Update-AzVirtualHubVnetConnection'' + - ''New-AzVpnConnection'' + - ''Update-AzVpnConnection'' + - ''New-AzP2sVpnGateway'' + - ''Update-AzP2sVpnGateway'' Az.OperationalInsights -* Upgraded SDK to 0.21.0 -* Added optional parameters to +* Fixed bug PSWorkspace doesn''t implement IOperationalInsightsWorkspace [#12135] +* Added ''pergb2018'' to valid value set of parameter ''Sku'' in ''Set-AzOperationalInsightsWorkspace'' +* Added alias ''FunctionParameters'' for parameter ''FunctionParameter'' to - ''New-AzOperationalInsightsSavedSearch'' - ''Set-AzOperationalInsightsSavedSearch'' -Az.PolicyInsights -* Corrected example 3 for ''Start-AzPolicyComplianceScan'' - -Az.PowerBIEmbedded -* Updated assembly version of PowerBI cmdlets - -Az.PrivateDns -* Corrected verbose output string formatting for Remove-AzPrivateDnsRecordSet - Az.RecoveryServices -* Azure Site Recovery support for creating recovery plan for zone to zone replication from xml input. -* Updated assembly version of SiteRecovery and Backup cmdlets +* Azure Backup added support for fetching MAB items. +* Azure Site Recovery supports disk type ''StandardSSD_LRS'' Az.Resources -* Added Tail parameter to Get-AzDeploymentScriptLog and Save-AzDeploymentScriptLog cmdlets -* Formatted Output property and show it on the Get-AzDeploymentScript cmdlet output -* Renamed -DeploymentScriptInputObject parameter to -DeploymentScriptObject -* Fixed missing file/target name in cmdlet messages. -* Updated assembly version of resource manager and tags cmdlets +* Added ''UsageLocation'', ''GivenName'', ''Surname'', ''AccountEnabled'', ''MailNickname'', ''Mail'' on ''PSADUser'' [#10526] [#10497] +* Fixed issue that ''-Mail'' doesn''t work on ''Get-AzADUser'' [#11981] +* Added ''-ExcludeChangeType'' parameter to ''Get-AzDeploymentWhatIfResult'' and ''Get-AzResourceGroupDeploymentWhatIfResult'' +* Added ''-WhatIfExcludeChangeType'' parameter to ''New-AzDeployment'' and ''New-AzResourceGroupDeployment'' +* Updated ''Test-Az*Deployment'' cmdlets to show better error messages +* Fixed help message for ''-Name'' parameter of deployment create and What-If cmdlets Az.Sql -* Added UsePrivateLinkConnection to ''New-AzSqlSyncGroup'', ''Update-AzSqlSyncGroup'', ''New-AzSqlSyncMember'' and ''Update-AzSqlSyncMember'' -* Added SyncMemberAzureDatabaseResourceId to ''New-AzSqlSyncMember'' and ''Update-AzSqlSyncMember'' -* Added Guest user lookup support to Set SQL Server Azure Active Directory Admin cmdlet +* Added support for service principal for Set SQL Server Azure Active Directory Admin cmdlet +* Fixed sync issue in Data Classification cmdlets. +* Supported searching user by mail on ''Set-AzSqlServerActiveDirectoryAdministrator'' [#12192] Az.Storage -* Updated assembly version of data plane cmdlets +* Supported create Storage account with RequireInfrastructureEncryption + - ''New-AzStorageAccount'' +* Moved the logic of loading Azure.Core to Az.Accounts + +Az.Websites +* Added safeguard to delete created webapp if restore failed in ''Restore-AzDeletedWebApp'' +* Added ''SourceWebApp.Location'' for ''New-AzWebApp'' and ''New-AzWebAppSlot'' +* Fixed bug that prevented changing Container settings in ''Set-AzWebApp'' and ''Set-AzWebAppSlot'' +* Fixed bug to get SiteConfig when -Name is not given for Get-AzWebApp +* Added a support to create ASP for Linux Apps +* Added exceptions for clone across resource groups ' # Prerelease string of this module diff --git a/tools/Common.Netcore.Dependencies.targets b/tools/Common.Netcore.Dependencies.targets index a1a919eeabba..9d8c34bdf514 100644 --- a/tools/Common.Netcore.Dependencies.targets +++ b/tools/Common.Netcore.Dependencies.targets @@ -3,21 +3,21 @@ - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + @@ -32,7 +32,7 @@ - $(NugetPackageRoot)\microsoft.azure.powershell.storage\1.3.15-preview\tools\ + $(NugetPackageRoot)\microsoft.azure.powershell.storage\1.3.17-preview\tools\ diff --git a/tools/StaticAnalysis/Exceptions/Az.Network/SignatureIssues.csv b/tools/StaticAnalysis/Exceptions/Az.Network/SignatureIssues.csv index 46836ea9b48a..31668d27c088 100644 --- a/tools/StaticAnalysis/Exceptions/Az.Network/SignatureIssues.csv +++ b/tools/StaticAnalysis/Exceptions/Az.Network/SignatureIssues.csv @@ -356,3 +356,5 @@ "Microsoft.Azure.PowerShell.Cmdlets.Network.dll","Microsoft.Azure.Commands.Network.NewAzureRmVHubRouteCommand","New-AzVHubRoute","1","8100","New-AzVHubRoute Does not support ShouldProcess but the cmdlet verb New indicates that it should.","Determine if the cmdlet should implement ShouldProcess and if so determine if it should implement Force / ShouldContinue" "Microsoft.Azure.PowerShell.Cmdlets.Network.dll","Microsoft.Azure.Commands.Network.NewAzFirewallPolicyNatRuleCommand","New-AzFirewallPolicyNatRule","1","8510","Cmdlet 'New-AzFirewallPolicyNatRule' has multiple parameter sets, but no defined default parameter set.","Define a default parameter set in the cmdlet attribute." "Microsoft.Azure.PowerShell.Cmdlets.Network.dll","Microsoft.Azure.Commands.Network.NewAzureFirewallPolicyNetworkRuleCommand","New-AzFirewallPolicyNetworkRule","1","8510","Cmdlet 'New-AzFirewallPolicyNetworkRule' has multiple parameter sets, but no defined default parameter set.","Define a default parameter set in the cmdlet attribute." +"Microsoft.Azure.PowerShell.Cmdlets.Network.dll","Microsoft.Azure.Commands.Network.NewOffice365PolicyPropertyCommand","New-AzOffice365PolicyProperty","1","8100","New-AzOffice365PolicyProperty Does not support ShouldProcess but the cmdlet verb New indicates that it should.","Determine if the cmdlet should implement ShouldProcess and if so determine if it should implement Force / ShouldContinue" +"Microsoft.Azure.PowerShell.Cmdlets.Network.dll","Microsoft.Azure.Commands.Network.NewVirtualApplianceSkuPropertyCommand","New-AzVirtualApplianceSkuProperty","1","8100","New-AzVirtualApplianceSkuProperty Does not support ShouldProcess but the cmdlet verb New indicates that it should.","Determine if the cmdlet should implement ShouldProcess and if so determine if it should implement Force / ShouldContinue" diff --git a/tools/Tools.Common/SerializedCmdlets/Microsoft.Azure.PowerShell.Cmdlets.Accounts.dll.json b/tools/Tools.Common/SerializedCmdlets/Microsoft.Azure.PowerShell.Cmdlets.Accounts.dll.json index 28a4feaf2b5e..fd30d38d9dea 100644 --- a/tools/Tools.Common/SerializedCmdlets/Microsoft.Azure.PowerShell.Cmdlets.Accounts.dll.json +++ b/tools/Tools.Common/SerializedCmdlets/Microsoft.Azure.PowerShell.Cmdlets.Accounts.dll.json @@ -14,7 +14,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Profile.CommonModule", "Name": "Microsoft.Azure.Commands.Profile.CommonModule.PSAzureServiceProfile", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.CommonModule.PSAzureServiceProfile, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=1.8.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.CommonModule.PSAzureServiceProfile, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=1.9.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Name": "System.String", "Description": "System.String" @@ -164,7 +164,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Common", "Name": "Microsoft.Azure.Commands.Common.VTable", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.VTable, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=1.8.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.VTable, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=1.9.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ProfileName": "System.String" }, @@ -787,7 +787,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Profile.Common", "Name": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=1.8.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=1.9.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -1027,7 +1027,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Profile.Common", "Name": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=1.8.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=1.9.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -1380,7 +1380,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Profile.Common", "Name": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=1.8.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=1.9.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -1709,7 +1709,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Profile.Common", "Name": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=1.8.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=1.9.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -2086,7 +2086,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Profile.Common", "Name": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=1.8.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=1.9.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -2419,7 +2419,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Profile.Common", "Name": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=1.8.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=1.9.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -2844,7 +2844,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Profile.Common", "Name": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=1.8.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=1.9.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -3272,7 +3272,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Profile.Common", "Name": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=1.8.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=1.9.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -3752,7 +3752,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Profile.Common", "Name": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=1.8.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=1.9.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -3921,7 +3921,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Profile.Common", "Name": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=1.8.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=1.9.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -4125,7 +4125,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Profile.Common", "Name": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=1.8.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=1.9.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -4363,7 +4363,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Profile.Common", "Name": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=1.8.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=1.9.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -4601,7 +4601,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Profile.Common", "Name": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=1.8.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=1.9.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -4778,7 +4778,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Profile.Common", "Name": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=1.8.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=1.9.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -4931,7 +4931,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Profile.Common", "Name": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=1.8.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=1.9.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -5767,7 +5767,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Profile.Common", "Name": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=1.8.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=1.9.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -6255,7 +6255,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Profile.Common", "Name": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=1.8.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=1.9.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -6432,7 +6432,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Profile.Common", "Name": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=1.8.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=1.9.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -6585,7 +6585,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Profile.Common", "Name": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=1.8.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=1.9.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -8078,7 +8078,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Profile.Common", "Name": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=1.8.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=1.9.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -8380,7 +8380,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Profile.Common", "Name": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=1.8.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=1.9.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -8688,7 +8688,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Profile.Common", "Name": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=1.8.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=1.9.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -9011,7 +9011,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Profile.Common", "Name": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=1.8.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=1.9.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -9293,7 +9293,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Profile.Common", "Name": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=1.8.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=1.9.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -9548,7 +9548,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Profile.Common", "Name": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=1.8.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=1.9.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -9776,7 +9776,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Profile.Common", "Name": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=1.8.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=1.9.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -10162,19 +10162,19 @@ "OnPremise": "System.Boolean", "ExtendedProperties": "System.Collections.Generic.IDictionary`2[System.String,System.String]", "VersionProfiles": "System.Collections.Generic.IList`1[System.String]", - "Name": "System.String", "AzureDataLakeStoreFileSystemEndpointSuffix": "System.String", "AzureDataLakeAnalyticsCatalogAndJobEndpointSuffix": "System.String", "AzureKeyVaultServiceEndpointResourceId": "System.String", "AzureOperationalInsightsEndpointResourceId": "System.String", "AzureOperationalInsightsEndpoint": "System.String", "AnalysisServicesEndpointResourceId": "System.String", + "DataLakeEndpointResourceId": "System.String", "AzureAttestationServiceEndpointSuffix": "System.String", "AzureAttestationServiceEndpointResourceId": "System.String", "AzureSynapseAnalyticsEndpointSuffix": "System.String", "AzureSynapseAnalyticsEndpointResourceId": "System.String", "AzureAnalysisServicesEndpointSuffix": "System.String", - "DataLakeEndpointResourceId": "System.String", + "Name": "System.String", "TrafficManagerDnsSuffix": "System.String", "GraphEndpointResourceId": "System.String", "GraphUrl": "System.String", @@ -10188,6 +10188,7 @@ "GalleryUrl": "System.String", "AdTenant": "System.String", "ActiveDirectoryServiceEndpointResourceId": "System.String", + "Type": "System.String", "AzureKeyVaultDnsSuffix": "System.String", "BatchEndpointResourceId": "System.String" }, @@ -10825,13 +10826,49 @@ "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, + { + "Name": "AutoDiscover", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "Uri", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.Uri", + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.5.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, { "Name": "Scope", "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Profile.Common", "Name": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=1.8.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=1.9.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -10964,7 +11001,7 @@ ], "ParameterSets": [ { - "Name": "__AllParameterSets", + "Name": "Name", "Parameters": [ { "ParameterMetadata": { @@ -10973,405 +11010,11 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": true, - "Position": 0, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "DataLakeAudience", - "AliasList": [ - "DataLakeEndpointResourceId", - "DataLakeResourceId" - ], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": 19, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "BatchEndpointResourceId", - "AliasList": [ - "BatchResourceId", - "BatchAudience" - ], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": 20, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "AzureOperationalInsightsEndpointResourceId", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": 21, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "AzureOperationalInsightsEndpoint", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": 22, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "AzureAnalysisServicesEndpointSuffix", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "AzureAnalysisServicesEndpointResourceId", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "AzureAttestationServiceEndpointSuffix", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "AzureAttestationServiceEndpointResourceId", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "AzureSynapseAnalyticsEndpointSuffix", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "AzureSynapseAnalyticsEndpointResourceId", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "Scope", - "AliasList": [], - "Type": { - "Namespace": "Microsoft.Azure.Commands.Profile.Common", - "Name": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=1.8.1.0, Culture=neutral, PublicKeyToken=null", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "format", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "provider", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "format", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "provider", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetTypeCode", - "Parameters": [], - "ReturnType": "System.TypeCode" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "DefaultProfile", - "AliasList": [ - "AzContext", - "AzureRmContext", - "AzureCredential" - ], - "Type": { - "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", - "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", - "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", - "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", - "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "Clear", - "Parameters": [], - "ReturnType": "System.Void" - } - ], + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], "Constructors": [] }, "ValidateSet": [], @@ -11379,16 +11022,11 @@ "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, - "Mandatory": false, - "Position": -2147483648, + "Mandatory": true, + "Position": 0, "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - } - ] - }, - { - "Name": "Name", - "Parameters": [ + "ValueFromPipelineByPropertyName": true + }, { "ParameterMetadata": { "Name": "PublishSettingsFileUrl", @@ -11844,30 +11482,6 @@ "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": true }, - { - "ParameterMetadata": { - "Name": "Name", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": true, - "Position": 0, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, { "ParameterMetadata": { "Name": "DataLakeAudience", @@ -12121,7 +11735,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Profile.Common", "Name": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=1.8.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=1.9.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -12267,6 +11881,30 @@ { "Name": "ARMEndpoint", "Parameters": [ + { + "ParameterMetadata": { + "Name": "Name", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": 0, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, { "ParameterMetadata": { "Name": "StorageEndpoint", @@ -12369,8 +12007,11 @@ }, { "ParameterMetadata": { - "Name": "Name", - "AliasList": [], + "Name": "DataLakeAudience", + "AliasList": [ + "DataLakeEndpointResourceId", + "DataLakeResourceId" + ], "Type": { "Namespace": "System", "Name": "System.String", @@ -12386,17 +12027,17 @@ "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, - "Mandatory": true, - "Position": 0, + "Mandatory": false, + "Position": 19, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": true }, { "ParameterMetadata": { - "Name": "DataLakeAudience", + "Name": "BatchEndpointResourceId", "AliasList": [ - "DataLakeEndpointResourceId", - "DataLakeResourceId" + "BatchResourceId", + "BatchAudience" ], "Type": { "Namespace": "System", @@ -12414,17 +12055,14 @@ "ValidateNotNullOrEmpty": false }, "Mandatory": false, - "Position": 19, + "Position": 20, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": true }, { "ParameterMetadata": { - "Name": "BatchEndpointResourceId", - "AliasList": [ - "BatchResourceId", - "BatchAudience" - ], + "Name": "AzureOperationalInsightsEndpointResourceId", + "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", @@ -12441,13 +12079,13 @@ "ValidateNotNullOrEmpty": false }, "Mandatory": false, - "Position": 20, + "Position": 21, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": true }, { "ParameterMetadata": { - "Name": "AzureOperationalInsightsEndpointResourceId", + "Name": "AzureOperationalInsightsEndpoint", "AliasList": [], "Type": { "Namespace": "System", @@ -12465,13 +12103,13 @@ "ValidateNotNullOrEmpty": false }, "Mandatory": false, - "Position": 21, + "Position": 22, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": true }, { "ParameterMetadata": { - "Name": "AzureOperationalInsightsEndpoint", + "Name": "AzureAnalysisServicesEndpointSuffix", "AliasList": [], "Type": { "Namespace": "System", @@ -12489,13 +12127,109 @@ "ValidateNotNullOrEmpty": false }, "Mandatory": false, - "Position": 22, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "AzureAnalysisServicesEndpointResourceId", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "AzureAttestationServiceEndpointSuffix", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": true }, { "ParameterMetadata": { - "Name": "AzureAnalysisServicesEndpointSuffix", + "Name": "AzureAttestationServiceEndpointResourceId", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "AzureSynapseAnalyticsEndpointSuffix", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "AzureSynapseAnalyticsEndpointResourceId", "AliasList": [], "Type": { "Namespace": "System", @@ -12515,20 +12249,144 @@ "Mandatory": false, "Position": -2147483648, "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "Scope", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Profile.Common", + "Name": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=1.9.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "ToString", + "Parameters": [ + { + "Name": "format", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "provider", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Int32" + }, + { + "Name": "ToString", + "Parameters": [ + { + "Name": "format", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "ToString", + "Parameters": [ + { + "Name": "provider", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetTypeCode", + "Parameters": [], + "ReturnType": "System.TypeCode" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "AzureAnalysisServicesEndpointResourceId", - "AliasList": [], + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + }, "ElementType": null, "GenericTypeArguments": [], - "Methods": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], "Constructors": [] }, "ValidateSet": [], @@ -12540,15 +12398,20 @@ "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false - }, + } + ] + }, + { + "Name": "Discovery", + "Parameters": [ { "ParameterMetadata": { - "Name": "AzureAttestationServiceEndpointSuffix", + "Name": "AutoDiscover", "AliasList": [], "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -12560,19 +12423,19 @@ "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, - "Mandatory": false, + "Mandatory": true, "Position": -2147483648, "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true + "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "AzureAttestationServiceEndpointResourceId", + "Name": "Uri", "AliasList": [], "Type": { "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Name": "System.Uri", + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.5.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -12587,20 +12450,105 @@ "Mandatory": false, "Position": -2147483648, "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true + "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "AzureSynapseAnalyticsEndpointSuffix", + "Name": "Scope", "AliasList": [], "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Namespace": "Microsoft.Azure.Commands.Profile.Common", + "Name": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=1.9.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], - "Methods": [], + "Methods": [ + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "ToString", + "Parameters": [ + { + "Name": "format", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "provider", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Int32" + }, + { + "Name": "ToString", + "Parameters": [ + { + "Name": "format", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "ToString", + "Parameters": [ + { + "Name": "provider", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetTypeCode", + "Parameters": [], + "ReturnType": "System.TypeCode" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], "Constructors": [] }, "ValidateSet": [], @@ -12611,20 +12559,35 @@ "Mandatory": false, "Position": -2147483648, "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true + "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "AzureSynapseAnalyticsEndpointResourceId", - "AliasList": [], + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + }, "ElementType": null, "GenericTypeArguments": [], - "Methods": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], "Constructors": [] }, "ValidateSet": [], @@ -12635,8 +12598,13 @@ "Mandatory": false, "Position": -2147483648, "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "__AllParameterSets", + "Parameters": [ { "ParameterMetadata": { "Name": "Scope", @@ -12644,7 +12612,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Profile.Common", "Name": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=1.8.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=1.9.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -12810,19 +12778,19 @@ "OnPremise": "System.Boolean", "ExtendedProperties": "System.Collections.Generic.IDictionary`2[System.String,System.String]", "VersionProfiles": "System.Collections.Generic.IList`1[System.String]", - "Name": "System.String", "AzureDataLakeStoreFileSystemEndpointSuffix": "System.String", "AzureDataLakeAnalyticsCatalogAndJobEndpointSuffix": "System.String", "AzureKeyVaultServiceEndpointResourceId": "System.String", "AzureOperationalInsightsEndpointResourceId": "System.String", "AzureOperationalInsightsEndpoint": "System.String", "AnalysisServicesEndpointResourceId": "System.String", + "DataLakeEndpointResourceId": "System.String", "AzureAttestationServiceEndpointSuffix": "System.String", "AzureAttestationServiceEndpointResourceId": "System.String", "AzureSynapseAnalyticsEndpointSuffix": "System.String", "AzureSynapseAnalyticsEndpointResourceId": "System.String", "AzureAnalysisServicesEndpointSuffix": "System.String", - "DataLakeEndpointResourceId": "System.String", + "Name": "System.String", "TrafficManagerDnsSuffix": "System.String", "GraphEndpointResourceId": "System.String", "GraphUrl": "System.String", @@ -12836,6 +12804,7 @@ "GalleryUrl": "System.String", "AdTenant": "System.String", "ActiveDirectoryServiceEndpointResourceId": "System.String", + "Type": "System.String", "AzureKeyVaultDnsSuffix": "System.String", "BatchEndpointResourceId": "System.String" }, @@ -13046,19 +13015,19 @@ "OnPremise": "System.Boolean", "ExtendedProperties": "System.Collections.Generic.IDictionary`2[System.String,System.String]", "VersionProfiles": "System.Collections.Generic.IList`1[System.String]", - "Name": "System.String", "AzureDataLakeStoreFileSystemEndpointSuffix": "System.String", "AzureDataLakeAnalyticsCatalogAndJobEndpointSuffix": "System.String", "AzureKeyVaultServiceEndpointResourceId": "System.String", "AzureOperationalInsightsEndpointResourceId": "System.String", "AzureOperationalInsightsEndpoint": "System.String", "AnalysisServicesEndpointResourceId": "System.String", + "DataLakeEndpointResourceId": "System.String", "AzureAttestationServiceEndpointSuffix": "System.String", "AzureAttestationServiceEndpointResourceId": "System.String", "AzureSynapseAnalyticsEndpointSuffix": "System.String", "AzureSynapseAnalyticsEndpointResourceId": "System.String", "AzureAnalysisServicesEndpointSuffix": "System.String", - "DataLakeEndpointResourceId": "System.String", + "Name": "System.String", "TrafficManagerDnsSuffix": "System.String", "GraphEndpointResourceId": "System.String", "GraphUrl": "System.String", @@ -13072,6 +13041,7 @@ "GalleryUrl": "System.String", "AdTenant": "System.String", "ActiveDirectoryServiceEndpointResourceId": "System.String", + "Type": "System.String", "AzureKeyVaultDnsSuffix": "System.String", "BatchEndpointResourceId": "System.String" }, @@ -13162,7 +13132,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Profile.Common", "Name": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=1.8.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=1.9.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -13328,7 +13298,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Profile.Common", "Name": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=1.8.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=1.9.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -13494,19 +13464,19 @@ "OnPremise": "System.Boolean", "ExtendedProperties": "System.Collections.Generic.IDictionary`2[System.String,System.String]", "VersionProfiles": "System.Collections.Generic.IList`1[System.String]", - "Name": "System.String", "AzureDataLakeStoreFileSystemEndpointSuffix": "System.String", "AzureDataLakeAnalyticsCatalogAndJobEndpointSuffix": "System.String", "AzureKeyVaultServiceEndpointResourceId": "System.String", "AzureOperationalInsightsEndpointResourceId": "System.String", "AzureOperationalInsightsEndpoint": "System.String", "AnalysisServicesEndpointResourceId": "System.String", + "DataLakeEndpointResourceId": "System.String", "AzureAttestationServiceEndpointSuffix": "System.String", "AzureAttestationServiceEndpointResourceId": "System.String", "AzureSynapseAnalyticsEndpointSuffix": "System.String", "AzureSynapseAnalyticsEndpointResourceId": "System.String", "AzureAnalysisServicesEndpointSuffix": "System.String", - "DataLakeEndpointResourceId": "System.String", + "Name": "System.String", "TrafficManagerDnsSuffix": "System.String", "GraphEndpointResourceId": "System.String", "GraphUrl": "System.String", @@ -13520,6 +13490,7 @@ "GalleryUrl": "System.String", "AdTenant": "System.String", "ActiveDirectoryServiceEndpointResourceId": "System.String", + "Type": "System.String", "AzureKeyVaultDnsSuffix": "System.String", "BatchEndpointResourceId": "System.String" }, @@ -14163,7 +14134,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Profile.Common", "Name": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=1.8.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=1.9.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -14575,7 +14546,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Profile.Common", "Name": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=1.8.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=1.9.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -15453,7 +15424,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Profile.Common", "Name": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=1.8.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=1.9.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -15976,7 +15947,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Profile.Common", "Name": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=1.8.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=1.9.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -17120,7 +17091,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Profile.Errors", "Name": "Microsoft.Azure.Commands.Profile.Errors.AzureErrorRecord", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Errors.AzureErrorRecord, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=1.8.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Errors.AzureErrorRecord, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=1.9.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ErrorCategory": "System.Management.Automation.ErrorCategoryInfo", "ErrorDetails": "System.Management.Automation.ErrorDetails", @@ -17177,7 +17148,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Profile.Errors", "Name": "Microsoft.Azure.Commands.Profile.Errors.AzureExceptionRecord", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Errors.AzureExceptionRecord, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=1.8.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Errors.AzureExceptionRecord, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=1.9.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "InnerException": "System.Boolean", "Exception": "System.Exception", @@ -17247,7 +17218,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Profile.Errors", "Name": "Microsoft.Azure.Commands.Profile.Errors.AzureRestExceptionRecord", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Errors.AzureRestExceptionRecord, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=1.8.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Errors.AzureRestExceptionRecord, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=1.9.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "RequestMessage": "Microsoft.Azure.Commands.Profile.Errors.HttpRequestInfo", "ServerResponse": "Microsoft.Azure.Commands.Profile.Errors.HttpResponseInfo", @@ -17680,7 +17651,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Profile.Common", "Name": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=1.8.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=1.9.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -17894,7 +17865,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Profile.Common", "Name": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=1.8.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=1.9.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -18095,7 +18066,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Profile.Common", "Name": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=1.8.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=1.9.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -18255,7 +18226,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Profile.Models", "Name": "Microsoft.Azure.Commands.Profile.Models.PSResourceGroup", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Models.PSResourceGroup, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=1.8.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Models.PSResourceGroup, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=1.9.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Hashtable", "ResourceGroupName": "System.String", @@ -18488,7 +18459,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Profile.Models", "Name": "Microsoft.Azure.Commands.Profile.Models.PSResourceGroup", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Models.PSResourceGroup, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=1.8.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Models.PSResourceGroup, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=1.9.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Hashtable", "ResourceGroupName": "System.String", @@ -18581,7 +18552,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Profile.Common", "Name": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=1.8.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=1.9.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -18771,7 +18742,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Profile.Common", "Name": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=1.8.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=1.9.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -18948,7 +18919,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Profile.Common", "Name": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=1.8.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=1.9.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -19596,7 +19567,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Common.Authentication", "Name": "Microsoft.Azure.Commands.Common.Authentication.ContextAutosaveSettings", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.ContextAutosaveSettings, Microsoft.Azure.PowerShell.Authentication, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.ContextAutosaveSettings, Microsoft.Azure.PowerShell.Authentication, Version=1.8.1.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Settings": "System.Collections.Generic.IDictionary`2[System.String,System.String]", "Mode": "System.String", @@ -19654,7 +19625,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Profile.Common", "Name": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=1.8.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=1.9.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -19796,7 +19767,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Profile.Common", "Name": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=1.8.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=1.9.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -19956,7 +19927,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Common.Authentication", "Name": "Microsoft.Azure.Commands.Common.Authentication.ContextAutosaveSettings", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.ContextAutosaveSettings, Microsoft.Azure.PowerShell.Authentication, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.ContextAutosaveSettings, Microsoft.Azure.PowerShell.Authentication, Version=1.8.1.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Settings": "System.Collections.Generic.IDictionary`2[System.String,System.String]", "Mode": "System.String", @@ -20014,7 +19985,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Profile.Common", "Name": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=1.8.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=1.9.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -20156,7 +20127,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Profile.Common", "Name": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=1.8.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=1.9.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -20316,7 +20287,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Common.Authentication", "Name": "Microsoft.Azure.Commands.Common.Authentication.ContextAutosaveSettings", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.ContextAutosaveSettings, Microsoft.Azure.PowerShell.Authentication, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.ContextAutosaveSettings, Microsoft.Azure.PowerShell.Authentication, Version=1.8.1.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Settings": "System.Collections.Generic.IDictionary`2[System.String,System.String]", "Mode": "System.String", @@ -20374,7 +20345,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Profile.Common", "Name": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=1.8.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=1.9.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -20516,7 +20487,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Profile.Common", "Name": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=1.8.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=1.9.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -20731,7 +20702,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Profile.Common", "Name": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=1.8.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=1.9.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -20921,7 +20892,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Profile.Common", "Name": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=1.8.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=1.9.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -21276,7 +21247,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Profile.Common", "Name": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=1.8.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=1.9.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -21551,7 +21522,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Profile.Common", "Name": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=1.8.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=1.9.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -21752,7 +21723,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Profile.Common", "Name": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=1.8.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=1.9.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -22107,7 +22078,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Profile.Common", "Name": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=1.8.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=1.9.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -22382,7 +22353,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Profile.Common", "Name": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=1.8.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=1.9.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -22583,7 +22554,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Profile.Common", "Name": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=1.8.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=1.9.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -22902,7 +22873,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Profile.Common", "Name": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=1.8.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=1.9.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -23129,7 +23100,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Profile.Common", "Name": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=1.8.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=1.9.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -23282,7 +23253,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Profile.Common", "Name": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=1.8.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=1.9.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -23810,19 +23781,19 @@ "OnPremise": "System.Boolean", "ExtendedProperties": "System.Collections.Generic.IDictionary`2[System.String,System.String]", "VersionProfiles": "System.Collections.Generic.IList`1[System.String]", - "Name": "System.String", "AzureDataLakeStoreFileSystemEndpointSuffix": "System.String", "AzureDataLakeAnalyticsCatalogAndJobEndpointSuffix": "System.String", "AzureKeyVaultServiceEndpointResourceId": "System.String", "AzureOperationalInsightsEndpointResourceId": "System.String", "AzureOperationalInsightsEndpoint": "System.String", "AnalysisServicesEndpointResourceId": "System.String", + "DataLakeEndpointResourceId": "System.String", "AzureAttestationServiceEndpointSuffix": "System.String", "AzureAttestationServiceEndpointResourceId": "System.String", "AzureSynapseAnalyticsEndpointSuffix": "System.String", "AzureSynapseAnalyticsEndpointResourceId": "System.String", "AzureAnalysisServicesEndpointSuffix": "System.String", - "DataLakeEndpointResourceId": "System.String", + "Name": "System.String", "TrafficManagerDnsSuffix": "System.String", "GraphEndpointResourceId": "System.String", "GraphUrl": "System.String", @@ -23836,6 +23807,7 @@ "GalleryUrl": "System.String", "AdTenant": "System.String", "ActiveDirectoryServiceEndpointResourceId": "System.String", + "Type": "System.String", "AzureKeyVaultDnsSuffix": "System.String", "BatchEndpointResourceId": "System.String" }, @@ -24370,7 +24342,7 @@ "Microsoft.Azure.Commands.Profile.Errors.HttpRequestInfo": { "Namespace": "Microsoft.Azure.Commands.Profile.Errors", "Name": "Microsoft.Azure.Commands.Profile.Errors.HttpRequestInfo", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Errors.HttpRequestInfo, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=1.8.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Errors.HttpRequestInfo, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=1.9.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Headers": "System.Collections.Generic.IDictionary`2[System.String,System.Collections.Generic.IEnumerable`1[System.String]]", "Verb": "System.String", @@ -24467,7 +24439,7 @@ "Microsoft.Azure.Commands.Profile.Errors.HttpResponseInfo": { "Namespace": "Microsoft.Azure.Commands.Profile.Errors", "Name": "Microsoft.Azure.Commands.Profile.Errors.HttpResponseInfo", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Errors.HttpResponseInfo, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=1.8.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Errors.HttpResponseInfo, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=1.9.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Headers": "System.Collections.Generic.IDictionary`2[System.String,System.Collections.Generic.IEnumerable`1[System.String]]", "ResponseStatusCode": "System.String", diff --git a/tools/Tools.Common/SerializedCmdlets/Microsoft.Azure.PowerShell.Cmdlets.Aks.dll.json b/tools/Tools.Common/SerializedCmdlets/Microsoft.Azure.PowerShell.Cmdlets.Aks.dll.json index 26bb01c387dd..a60a0bc3237d 100644 --- a/tools/Tools.Common/SerializedCmdlets/Microsoft.Azure.PowerShell.Cmdlets.Aks.dll.json +++ b/tools/Tools.Common/SerializedCmdlets/Microsoft.Azure.PowerShell.Cmdlets.Aks.dll.json @@ -14,7 +14,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Aks.Models", "Name": "Microsoft.Azure.Commands.Aks.Models.PSKubernetesCluster", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Aks.Models.PSKubernetesCluster, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=1.1.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Aks.Models.PSKubernetesCluster, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=1.1.2.0, Culture=neutral, PublicKeyToken=null", "Properties": { "LinuxProfile": "Microsoft.Azure.Commands.Aks.Models.PSContainerServiceLinuxProfile", "NetworkProfile": "Microsoft.Azure.Commands.Aks.Models.PSContainerServiceNetworkProfile", @@ -533,7 +533,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Aks.Models", "Name": "Microsoft.Azure.Commands.Aks.Models.PSKubernetesCluster", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Aks.Models.PSKubernetesCluster, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=1.1.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Aks.Models.PSKubernetesCluster, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=1.1.2.0, Culture=neutral, PublicKeyToken=null", "Properties": { "LinuxProfile": "Microsoft.Azure.Commands.Aks.Models.PSContainerServiceLinuxProfile", "NetworkProfile": "Microsoft.Azure.Commands.Aks.Models.PSContainerServiceNetworkProfile", @@ -823,7 +823,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Aks.Models", "Name": "Microsoft.Azure.Commands.Aks.Models.PSKubernetesCluster", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Aks.Models.PSKubernetesCluster, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=1.1.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Aks.Models.PSKubernetesCluster, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=1.1.2.0, Culture=neutral, PublicKeyToken=null", "Properties": { "LinuxProfile": "Microsoft.Azure.Commands.Aks.Models.PSContainerServiceLinuxProfile", "NetworkProfile": "Microsoft.Azure.Commands.Aks.Models.PSContainerServiceNetworkProfile", @@ -1593,7 +1593,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Aks.Models", "Name": "Microsoft.Azure.Commands.Aks.Models.PSKubernetesCluster", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Aks.Models.PSKubernetesCluster, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=1.1.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Aks.Models.PSKubernetesCluster, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=1.1.2.0, Culture=neutral, PublicKeyToken=null", "Properties": { "LinuxProfile": "Microsoft.Azure.Commands.Aks.Models.PSContainerServiceLinuxProfile", "NetworkProfile": "Microsoft.Azure.Commands.Aks.Models.PSContainerServiceNetworkProfile", @@ -3771,7 +3771,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Aks.Models", "Name": "Microsoft.Azure.Commands.Aks.Models.PSNodePool", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Aks.Models.PSNodePool, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=1.1.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Aks.Models.PSNodePool, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=1.1.2.0, Culture=neutral, PublicKeyToken=null", "Properties": { "NodeTaints": "System.Collections.Generic.IList`1[System.String]", "AvailabilityZones": "System.Collections.Generic.IList`1[System.String]", @@ -3897,7 +3897,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Aks.Models", "Name": "Microsoft.Azure.Commands.Aks.Models.PSKubernetesCluster", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Aks.Models.PSKubernetesCluster, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=1.1.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Aks.Models.PSKubernetesCluster, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=1.1.2.0, Culture=neutral, PublicKeyToken=null", "Properties": { "LinuxProfile": "Microsoft.Azure.Commands.Aks.Models.PSContainerServiceLinuxProfile", "NetworkProfile": "Microsoft.Azure.Commands.Aks.Models.PSContainerServiceNetworkProfile", @@ -4787,7 +4787,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Aks.Models", "Name": "Microsoft.Azure.Commands.Aks.Models.PSKubernetesCluster", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Aks.Models.PSKubernetesCluster, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=1.1.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Aks.Models.PSKubernetesCluster, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=1.1.2.0, Culture=neutral, PublicKeyToken=null", "Properties": { "LinuxProfile": "Microsoft.Azure.Commands.Aks.Models.PSContainerServiceLinuxProfile", "NetworkProfile": "Microsoft.Azure.Commands.Aks.Models.PSContainerServiceNetworkProfile", @@ -5702,7 +5702,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Aks.Models", "Name": "Microsoft.Azure.Commands.Aks.Models.PSKubernetesCluster", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Aks.Models.PSKubernetesCluster, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=1.1.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Aks.Models.PSKubernetesCluster, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=1.1.2.0, Culture=neutral, PublicKeyToken=null", "Properties": { "LinuxProfile": "Microsoft.Azure.Commands.Aks.Models.PSContainerServiceLinuxProfile", "NetworkProfile": "Microsoft.Azure.Commands.Aks.Models.PSContainerServiceNetworkProfile", @@ -5974,7 +5974,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Aks.Models", "Name": "Microsoft.Azure.Commands.Aks.Models.PSKubernetesCluster", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Aks.Models.PSKubernetesCluster, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=1.1.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Aks.Models.PSKubernetesCluster, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=1.1.2.0, Culture=neutral, PublicKeyToken=null", "Properties": { "LinuxProfile": "Microsoft.Azure.Commands.Aks.Models.PSContainerServiceLinuxProfile", "NetworkProfile": "Microsoft.Azure.Commands.Aks.Models.PSContainerServiceNetworkProfile", @@ -6667,7 +6667,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Aks.Models", "Name": "Microsoft.Azure.Commands.Aks.Models.PSNodePool", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Aks.Models.PSNodePool, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=1.1.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Aks.Models.PSNodePool, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=1.1.2.0, Culture=neutral, PublicKeyToken=null", "Properties": { "NodeTaints": "System.Collections.Generic.IList`1[System.String]", "AvailabilityZones": "System.Collections.Generic.IList`1[System.String]", @@ -6812,7 +6812,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Aks.Models", "Name": "Microsoft.Azure.Commands.Aks.Models.PSKubernetesCluster", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Aks.Models.PSKubernetesCluster, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=1.1.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Aks.Models.PSKubernetesCluster, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=1.1.2.0, Culture=neutral, PublicKeyToken=null", "Properties": { "LinuxProfile": "Microsoft.Azure.Commands.Aks.Models.PSContainerServiceLinuxProfile", "NetworkProfile": "Microsoft.Azure.Commands.Aks.Models.PSContainerServiceNetworkProfile", @@ -7028,7 +7028,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Aks.Models", "Name": "Microsoft.Azure.Commands.Aks.Models.PSNodePool", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Aks.Models.PSNodePool, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=1.1.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Aks.Models.PSNodePool, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=1.1.2.0, Culture=neutral, PublicKeyToken=null", "Properties": { "NodeTaints": "System.Collections.Generic.IList`1[System.String]", "AvailabilityZones": "System.Collections.Generic.IList`1[System.String]", @@ -7575,7 +7575,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Aks.Models", "Name": "Microsoft.Azure.Commands.Aks.Models.PSKubernetesCluster", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Aks.Models.PSKubernetesCluster, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=1.1.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Aks.Models.PSKubernetesCluster, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=1.1.2.0, Culture=neutral, PublicKeyToken=null", "Properties": { "LinuxProfile": "Microsoft.Azure.Commands.Aks.Models.PSContainerServiceLinuxProfile", "NetworkProfile": "Microsoft.Azure.Commands.Aks.Models.PSContainerServiceNetworkProfile", @@ -7943,7 +7943,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Aks.Models", "Name": "Microsoft.Azure.Commands.Aks.Models.PSKubernetesCluster", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Aks.Models.PSKubernetesCluster, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=1.1.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Aks.Models.PSKubernetesCluster, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=1.1.2.0, Culture=neutral, PublicKeyToken=null", "Properties": { "LinuxProfile": "Microsoft.Azure.Commands.Aks.Models.PSContainerServiceLinuxProfile", "NetworkProfile": "Microsoft.Azure.Commands.Aks.Models.PSContainerServiceNetworkProfile", @@ -8067,7 +8067,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Aks.Models", "Name": "Microsoft.Azure.Commands.Aks.Models.PSKubernetesCluster", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Aks.Models.PSKubernetesCluster, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=1.1.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Aks.Models.PSKubernetesCluster, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=1.1.2.0, Culture=neutral, PublicKeyToken=null", "Properties": { "LinuxProfile": "Microsoft.Azure.Commands.Aks.Models.PSContainerServiceLinuxProfile", "NetworkProfile": "Microsoft.Azure.Commands.Aks.Models.PSContainerServiceNetworkProfile", @@ -8559,7 +8559,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Aks.Models", "Name": "Microsoft.Azure.Commands.Aks.Models.PSKubernetesCluster", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Aks.Models.PSKubernetesCluster, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=1.1.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Aks.Models.PSKubernetesCluster, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=1.1.2.0, Culture=neutral, PublicKeyToken=null", "Properties": { "LinuxProfile": "Microsoft.Azure.Commands.Aks.Models.PSContainerServiceLinuxProfile", "NetworkProfile": "Microsoft.Azure.Commands.Aks.Models.PSContainerServiceNetworkProfile", @@ -10329,7 +10329,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Aks", "Name": "Microsoft.Azure.Commands.Aks.KubeTunnelJob", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Aks.KubeTunnelJob, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=1.1.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Aks.KubeTunnelJob, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=1.1.2.0, Culture=neutral, PublicKeyToken=null", "Properties": { "HasMoreData": "System.Boolean", "ChildJobs": "System.Collections.Generic.IList`1[System.Management.Automation.Job]", @@ -10541,7 +10541,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Aks.Models", "Name": "Microsoft.Azure.Commands.Aks.Models.PSKubernetesCluster", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Aks.Models.PSKubernetesCluster, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=1.1.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Aks.Models.PSKubernetesCluster, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=1.1.2.0, Culture=neutral, PublicKeyToken=null", "Properties": { "LinuxProfile": "Microsoft.Azure.Commands.Aks.Models.PSContainerServiceLinuxProfile", "NetworkProfile": "Microsoft.Azure.Commands.Aks.Models.PSContainerServiceNetworkProfile", @@ -10813,7 +10813,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Aks.Models", "Name": "Microsoft.Azure.Commands.Aks.Models.PSKubernetesCluster", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Aks.Models.PSKubernetesCluster, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=1.1.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Aks.Models.PSKubernetesCluster, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=1.1.2.0, Culture=neutral, PublicKeyToken=null", "Properties": { "LinuxProfile": "Microsoft.Azure.Commands.Aks.Models.PSContainerServiceLinuxProfile", "NetworkProfile": "Microsoft.Azure.Commands.Aks.Models.PSContainerServiceNetworkProfile", @@ -11638,7 +11638,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Aks.Models", "Name": "Microsoft.Azure.Commands.Aks.Models.PSNodePool", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Aks.Models.PSNodePool, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=1.1.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Aks.Models.PSNodePool, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=1.1.2.0, Culture=neutral, PublicKeyToken=null", "Properties": { "NodeTaints": "System.Collections.Generic.IList`1[System.String]", "AvailabilityZones": "System.Collections.Generic.IList`1[System.String]", @@ -11730,7 +11730,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Aks.Models", "Name": "Microsoft.Azure.Commands.Aks.Models.PSKubernetesCluster", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Aks.Models.PSKubernetesCluster, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=1.1.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Aks.Models.PSKubernetesCluster, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=1.1.2.0, Culture=neutral, PublicKeyToken=null", "Properties": { "LinuxProfile": "Microsoft.Azure.Commands.Aks.Models.PSContainerServiceLinuxProfile", "NetworkProfile": "Microsoft.Azure.Commands.Aks.Models.PSContainerServiceNetworkProfile", @@ -12016,7 +12016,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Aks.Models", "Name": "Microsoft.Azure.Commands.Aks.Models.PSKubernetesCluster", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Aks.Models.PSKubernetesCluster, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=1.1.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Aks.Models.PSKubernetesCluster, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=1.1.2.0, Culture=neutral, PublicKeyToken=null", "Properties": { "LinuxProfile": "Microsoft.Azure.Commands.Aks.Models.PSContainerServiceLinuxProfile", "NetworkProfile": "Microsoft.Azure.Commands.Aks.Models.PSContainerServiceNetworkProfile", @@ -12380,7 +12380,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Aks.Models", "Name": "Microsoft.Azure.Commands.Aks.Models.PSOrchestratorVersionProfile", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Aks.Models.PSOrchestratorVersionProfile, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=1.1.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Aks.Models.PSOrchestratorVersionProfile, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=1.1.2.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Upgrades": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Aks.Models.PSOrchestratorProfile]", "DefaultProperty": "System.Nullable`1[System.Boolean]", @@ -12930,7 +12930,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Aks.Models", "Name": "Microsoft.Azure.Commands.Aks.Models.PSNodePool", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Aks.Models.PSNodePool, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=1.1.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Aks.Models.PSNodePool, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=1.1.2.0, Culture=neutral, PublicKeyToken=null", "Properties": { "NodeTaints": "System.Collections.Generic.IList`1[System.String]", "AvailabilityZones": "System.Collections.Generic.IList`1[System.String]", @@ -13056,7 +13056,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Aks.Models", "Name": "Microsoft.Azure.Commands.Aks.Models.PSKubernetesCluster", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Aks.Models.PSKubernetesCluster, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=1.1.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Aks.Models.PSKubernetesCluster, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=1.1.2.0, Culture=neutral, PublicKeyToken=null", "Properties": { "LinuxProfile": "Microsoft.Azure.Commands.Aks.Models.PSContainerServiceLinuxProfile", "NetworkProfile": "Microsoft.Azure.Commands.Aks.Models.PSContainerServiceNetworkProfile", @@ -13179,7 +13179,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Aks.Models", "Name": "Microsoft.Azure.Commands.Aks.Models.PSNodePool", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Aks.Models.PSNodePool, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=1.1.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Aks.Models.PSNodePool, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=1.1.2.0, Culture=neutral, PublicKeyToken=null", "Properties": { "NodeTaints": "System.Collections.Generic.IList`1[System.String]", "AvailabilityZones": "System.Collections.Generic.IList`1[System.String]", @@ -13701,7 +13701,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Aks.Models", "Name": "Microsoft.Azure.Commands.Aks.Models.PSKubernetesCluster", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Aks.Models.PSKubernetesCluster, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=1.1.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Aks.Models.PSKubernetesCluster, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=1.1.2.0, Culture=neutral, PublicKeyToken=null", "Properties": { "LinuxProfile": "Microsoft.Azure.Commands.Aks.Models.PSContainerServiceLinuxProfile", "NetworkProfile": "Microsoft.Azure.Commands.Aks.Models.PSContainerServiceNetworkProfile", @@ -14018,7 +14018,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Aks.Models", "Name": "Microsoft.Azure.Commands.Aks.Models.PSNodePool", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Aks.Models.PSNodePool, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=1.1.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Aks.Models.PSNodePool, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=1.1.2.0, Culture=neutral, PublicKeyToken=null", "Properties": { "NodeTaints": "System.Collections.Generic.IList`1[System.String]", "AvailabilityZones": "System.Collections.Generic.IList`1[System.String]", @@ -14823,7 +14823,7 @@ "Microsoft.Azure.Commands.Aks.Models.PSContainerServiceLinuxProfile": { "Namespace": "Microsoft.Azure.Commands.Aks.Models", "Name": "Microsoft.Azure.Commands.Aks.Models.PSContainerServiceLinuxProfile", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Aks.Models.PSContainerServiceLinuxProfile, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=1.1.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Aks.Models.PSContainerServiceLinuxProfile, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=1.1.2.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Ssh": "Microsoft.Azure.Commands.Aks.Models.PSContainerServiceSshConfiguration", "AdminUsername": "System.String" @@ -14882,7 +14882,7 @@ "Microsoft.Azure.Commands.Aks.Models.PSContainerServiceSshConfiguration": { "Namespace": "Microsoft.Azure.Commands.Aks.Models", "Name": "Microsoft.Azure.Commands.Aks.Models.PSContainerServiceSshConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Aks.Models.PSContainerServiceSshConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=1.1.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Aks.Models.PSContainerServiceSshConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=1.1.2.0, Culture=neutral, PublicKeyToken=null", "Properties": { "PublicKeys": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Aks.Models.PSContainerServiceSshPublicKey]" }, @@ -14936,7 +14936,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Aks.Models.PSContainerServiceSshPublicKey]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Aks.Models.PSContainerServiceSshPublicKey]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Aks.Models.PSContainerServiceSshPublicKey, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=1.1.1.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Aks.Models.PSContainerServiceSshPublicKey, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=1.1.2.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -14948,7 +14948,7 @@ "Microsoft.Azure.Commands.Aks.Models.PSContainerServiceSshPublicKey": { "Namespace": "Microsoft.Azure.Commands.Aks.Models", "Name": "Microsoft.Azure.Commands.Aks.Models.PSContainerServiceSshPublicKey", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Aks.Models.PSContainerServiceSshPublicKey, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=1.1.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Aks.Models.PSContainerServiceSshPublicKey, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=1.1.2.0, Culture=neutral, PublicKeyToken=null", "Properties": { "KeyData": "System.String" }, @@ -15012,7 +15012,7 @@ "Microsoft.Azure.Commands.Aks.Models.PSContainerServiceNetworkProfile": { "Namespace": "Microsoft.Azure.Commands.Aks.Models", "Name": "Microsoft.Azure.Commands.Aks.Models.PSContainerServiceNetworkProfile", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Aks.Models.PSContainerServiceNetworkProfile, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=1.1.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Aks.Models.PSContainerServiceNetworkProfile, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=1.1.2.0, Culture=neutral, PublicKeyToken=null", "Properties": { "LoadBalancerProfile": "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterLoadBalancerProfile", "NetworkPlugin": "System.String", @@ -15063,7 +15063,7 @@ "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterLoadBalancerProfile": { "Namespace": "Microsoft.Azure.Commands.Aks.Models", "Name": "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterLoadBalancerProfile", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterLoadBalancerProfile, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=1.1.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterLoadBalancerProfile, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=1.1.2.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ManagedOutboundIPs": "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterLoadBalancerProfileManagedOutboundIPs", "OutboundIPPrefixes": "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterLoadBalancerProfileOutboundIPPrefixes", @@ -15110,7 +15110,7 @@ "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterLoadBalancerProfileManagedOutboundIPs": { "Namespace": "Microsoft.Azure.Commands.Aks.Models", "Name": "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterLoadBalancerProfileManagedOutboundIPs", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterLoadBalancerProfileManagedOutboundIPs, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=1.1.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterLoadBalancerProfileManagedOutboundIPs, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=1.1.2.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Count": "System.Nullable`1[System.Int32]" }, @@ -15191,7 +15191,7 @@ "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterLoadBalancerProfileOutboundIPPrefixes": { "Namespace": "Microsoft.Azure.Commands.Aks.Models", "Name": "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterLoadBalancerProfileOutboundIPPrefixes", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterLoadBalancerProfileOutboundIPPrefixes, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=1.1.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterLoadBalancerProfileOutboundIPPrefixes, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=1.1.2.0, Culture=neutral, PublicKeyToken=null", "Properties": { "PublicIPPrefixes": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Aks.Models.PSResourceReference]" }, @@ -15235,7 +15235,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Aks.Models.PSResourceReference]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Aks.Models.PSResourceReference]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Aks.Models.PSResourceReference, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=1.1.1.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Aks.Models.PSResourceReference, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=1.1.2.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -15247,7 +15247,7 @@ "Microsoft.Azure.Commands.Aks.Models.PSResourceReference": { "Namespace": "Microsoft.Azure.Commands.Aks.Models", "Name": "Microsoft.Azure.Commands.Aks.Models.PSResourceReference", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Aks.Models.PSResourceReference, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=1.1.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Aks.Models.PSResourceReference, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=1.1.2.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Id": "System.String" }, @@ -15291,7 +15291,7 @@ "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterLoadBalancerProfileOutboundIPs": { "Namespace": "Microsoft.Azure.Commands.Aks.Models", "Name": "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterLoadBalancerProfileOutboundIPs", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterLoadBalancerProfileOutboundIPs, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=1.1.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterLoadBalancerProfileOutboundIPs, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=1.1.2.0, Culture=neutral, PublicKeyToken=null", "Properties": { "PublicIPs": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Aks.Models.PSResourceReference]" }, @@ -15335,7 +15335,7 @@ "Microsoft.Azure.Commands.Aks.Models.PSContainerServiceServicePrincipalProfile": { "Namespace": "Microsoft.Azure.Commands.Aks.Models", "Name": "Microsoft.Azure.Commands.Aks.Models.PSContainerServiceServicePrincipalProfile", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Aks.Models.PSContainerServiceServicePrincipalProfile, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=1.1.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Aks.Models.PSContainerServiceServicePrincipalProfile, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=1.1.2.0, Culture=neutral, PublicKeyToken=null", "Properties": { "KeyVaultSecretRef": "Microsoft.Azure.Commands.Aks.Models.PSKeyVaultSecretRef", "Secret": "System.String", @@ -15399,7 +15399,7 @@ "Microsoft.Azure.Commands.Aks.Models.PSKeyVaultSecretRef": { "Namespace": "Microsoft.Azure.Commands.Aks.Models", "Name": "Microsoft.Azure.Commands.Aks.Models.PSKeyVaultSecretRef", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Aks.Models.PSKeyVaultSecretRef, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=1.1.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Aks.Models.PSKeyVaultSecretRef, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=1.1.2.0, Culture=neutral, PublicKeyToken=null", "Properties": { "VaultID": "System.String", "SecretName": "System.String", @@ -15463,7 +15463,7 @@ "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterAadProfile": { "Namespace": "Microsoft.Azure.Commands.Aks.Models", "Name": "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterAadProfile", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterAadProfile, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=1.1.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterAadProfile, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=1.1.2.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ClientAppID": "System.String", "ServerAppID": "System.String", @@ -15510,7 +15510,7 @@ "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterAPIServerAccessProfile": { "Namespace": "Microsoft.Azure.Commands.Aks.Models", "Name": "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterAPIServerAccessProfile", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterAPIServerAccessProfile, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=1.1.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterAPIServerAccessProfile, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=1.1.2.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AuthorizedIPRanges": "System.Collections.Generic.IList`1[System.String]", "EnablePrivateCluster": "System.Nullable`1[System.Boolean]" @@ -15579,7 +15579,7 @@ "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterIdentity": { "Namespace": "Microsoft.Azure.Commands.Aks.Models", "Name": "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterIdentity, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=1.1.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterIdentity, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=1.1.2.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Type": "System.Nullable`1[Microsoft.Azure.Commands.Aks.Models.PSResourceIdentityType]", "TenantId": "System.String", @@ -15625,7 +15625,7 @@ "System.Nullable`1[Microsoft.Azure.Commands.Aks.Models.PSResourceIdentityType]": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Commands.Aks.Models.PSResourceIdentityType]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.Aks.Models.PSResourceIdentityType, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=1.1.1.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.Aks.Models.PSResourceIdentityType, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=1.1.2.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -15637,7 +15637,7 @@ "Microsoft.Azure.Commands.Aks.Models.PSResourceIdentityType": { "Namespace": "Microsoft.Azure.Commands.Aks.Models", "Name": "Microsoft.Azure.Commands.Aks.Models.PSResourceIdentityType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Aks.Models.PSResourceIdentityType, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=1.1.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Aks.Models.PSResourceIdentityType, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=1.1.2.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -15742,7 +15742,7 @@ "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterWindowsProfile": { "Namespace": "Microsoft.Azure.Commands.Aks.Models", "Name": "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterWindowsProfile", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterWindowsProfile, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=1.1.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterWindowsProfile, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=1.1.2.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AdminUsername": "System.String", "AdminPassword": "System.String" @@ -15787,7 +15787,7 @@ "System.Collections.Generic.IDictionary`2[System.String,Microsoft.Azure.Commands.Aks.Models.PSManagedClusterAddonProfile]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IDictionary`2[System.String,Microsoft.Azure.Commands.Aks.Models.PSManagedClusterAddonProfile]", - "AssemblyQualifiedName": "System.Collections.Generic.IDictionary`2[[System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[Microsoft.Azure.Commands.Aks.Models.PSManagedClusterAddonProfile, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=1.1.1.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IDictionary`2[[System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[Microsoft.Azure.Commands.Aks.Models.PSManagedClusterAddonProfile, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=1.1.2.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -15800,7 +15800,7 @@ "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterAddonProfile": { "Namespace": "Microsoft.Azure.Commands.Aks.Models", "Name": "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterAddonProfile", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterAddonProfile, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=1.1.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterAddonProfile, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=1.1.2.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Enabled": "System.Boolean", "Config": "System.Collections.Generic.IDictionary`2[System.String,System.String]" @@ -15858,7 +15858,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Aks.Models.PSContainerServiceAgentPoolProfile]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Aks.Models.PSContainerServiceAgentPoolProfile]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Aks.Models.PSContainerServiceAgentPoolProfile, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=1.1.1.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Aks.Models.PSContainerServiceAgentPoolProfile, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=1.1.2.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -15870,7 +15870,7 @@ "Microsoft.Azure.Commands.Aks.Models.PSContainerServiceAgentPoolProfile": { "Namespace": "Microsoft.Azure.Commands.Aks.Models", "Name": "Microsoft.Azure.Commands.Aks.Models.PSContainerServiceAgentPoolProfile", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Aks.Models.PSContainerServiceAgentPoolProfile, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=1.1.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Aks.Models.PSContainerServiceAgentPoolProfile, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=1.1.2.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Ports": "System.Collections.Generic.IList`1[System.Nullable`1[System.Int32]]", "NodeTaints": "System.Collections.Generic.IList`1[System.String]", @@ -16352,7 +16352,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Aks.Models.PSOrchestratorProfile]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Aks.Models.PSOrchestratorProfile]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Aks.Models.PSOrchestratorProfile, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=1.1.1.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Aks.Models.PSOrchestratorProfile, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=1.1.2.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -16364,7 +16364,7 @@ "Microsoft.Azure.Commands.Aks.Models.PSOrchestratorProfile": { "Namespace": "Microsoft.Azure.Commands.Aks.Models", "Name": "Microsoft.Azure.Commands.Aks.Models.PSOrchestratorProfile", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Aks.Models.PSOrchestratorProfile, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=1.1.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Aks.Models.PSOrchestratorProfile, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=1.1.2.0, Culture=neutral, PublicKeyToken=null", "Properties": { "IsPreview": "System.Nullable`1[System.Boolean]", "OrchestratorVersion": "System.String", diff --git a/tools/Tools.Common/SerializedCmdlets/Microsoft.Azure.PowerShell.Cmdlets.Batch.dll.json b/tools/Tools.Common/SerializedCmdlets/Microsoft.Azure.PowerShell.Cmdlets.Batch.dll.json index 034cffb613bc..478acec72ae1 100644 --- a/tools/Tools.Common/SerializedCmdlets/Microsoft.Azure.PowerShell.Cmdlets.Batch.dll.json +++ b/tools/Tools.Common/SerializedCmdlets/Microsoft.Azure.PowerShell.Cmdlets.Batch.dll.json @@ -14,7 +14,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSApplicationPackage", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSApplicationPackage, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSApplicationPackage, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "State": "Microsoft.Azure.Management.Batch.Models.PackageState", "LastActivationTime": "System.Nullable`1[System.DateTime]", @@ -335,7 +335,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSApplicationPackage", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSApplicationPackage, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSApplicationPackage, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "State": "Microsoft.Azure.Management.Batch.Models.PackageState", "LastActivationTime": "System.Nullable`1[System.DateTime]", @@ -1273,7 +1273,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSApplication", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSApplication, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSApplication, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AllowUpdates": "System.Boolean", "Id": "System.String", @@ -1550,7 +1550,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSApplication", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSApplication, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSApplication, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AllowUpdates": "System.Boolean", "Id": "System.String", @@ -2523,10 +2523,11 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch", "Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType", "AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties", + "Identity": "Microsoft.Azure.Management.Batch.Models.BatchAccountIdentity", "KeyVaultReference": "Microsoft.Azure.Management.Batch.Models.KeyVaultReference", "DedicatedCoreQuotaPerVMFamilyEnforced": "System.Boolean", "PrivateEndpointConnections": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Batch.Models.PrivateEndpointConnection]", @@ -2538,7 +2539,7 @@ "PublicNetworkAccess": "System.Nullable`1[Microsoft.Azure.Management.Batch.Models.PublicNetworkAccessType]", "LowPriorityCoreQuota": "System.Nullable`1[System.Int32]", "DedicatedCoreQuota": "System.Nullable`1[System.Int32]", - "TagsTable": "System.String", + "TaskTenantUrl": "System.String", "State": "System.String", "Subscription": "System.String", "ResourceGroupName": "System.String", @@ -2547,7 +2548,7 @@ "SecondaryAccountKey": "System.String", "PrimaryAccountKey": "System.String", "AccountEndpoint": "System.String", - "TaskTenantUrl": "System.String", + "TagsTable": "System.String", "Id": "System.String" }, "ElementType": null, @@ -2824,10 +2825,11 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch", "Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType", "AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties", + "Identity": "Microsoft.Azure.Management.Batch.Models.BatchAccountIdentity", "KeyVaultReference": "Microsoft.Azure.Management.Batch.Models.KeyVaultReference", "DedicatedCoreQuotaPerVMFamilyEnforced": "System.Boolean", "PrivateEndpointConnections": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Batch.Models.PrivateEndpointConnection]", @@ -2839,7 +2841,7 @@ "PublicNetworkAccess": "System.Nullable`1[Microsoft.Azure.Management.Batch.Models.PublicNetworkAccessType]", "LowPriorityCoreQuota": "System.Nullable`1[System.Int32]", "DedicatedCoreQuota": "System.Nullable`1[System.Int32]", - "TagsTable": "System.String", + "TaskTenantUrl": "System.String", "State": "System.String", "Subscription": "System.String", "ResourceGroupName": "System.String", @@ -2848,7 +2850,7 @@ "SecondaryAccountKey": "System.String", "PrimaryAccountKey": "System.String", "AccountEndpoint": "System.String", - "TaskTenantUrl": "System.String", + "TagsTable": "System.String", "Id": "System.String" }, "ElementType": null, @@ -3085,7 +3087,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSImageInformation", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSImageInformation, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSImageInformation, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ImageReference": "Microsoft.Azure.Commands.Batch.Models.PSImageReference", "Capabilities": "System.Collections.Generic.IReadOnlyList`1[System.String]", @@ -3173,10 +3175,11 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch", "Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType", "AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties", + "Identity": "Microsoft.Azure.Management.Batch.Models.BatchAccountIdentity", "KeyVaultReference": "Microsoft.Azure.Management.Batch.Models.KeyVaultReference", "DedicatedCoreQuotaPerVMFamilyEnforced": "System.Boolean", "PrivateEndpointConnections": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Batch.Models.PrivateEndpointConnection]", @@ -3188,7 +3191,7 @@ "PublicNetworkAccess": "System.Nullable`1[Microsoft.Azure.Management.Batch.Models.PublicNetworkAccessType]", "LowPriorityCoreQuota": "System.Nullable`1[System.Int32]", "DedicatedCoreQuota": "System.Nullable`1[System.Int32]", - "TagsTable": "System.String", + "TaskTenantUrl": "System.String", "State": "System.String", "Subscription": "System.String", "ResourceGroupName": "System.String", @@ -3197,7 +3200,7 @@ "SecondaryAccountKey": "System.String", "PrimaryAccountKey": "System.String", "AccountEndpoint": "System.String", - "TaskTenantUrl": "System.String", + "TagsTable": "System.String", "Id": "System.String" }, "ElementType": null, @@ -3340,10 +3343,11 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch", "Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType", "AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties", + "Identity": "Microsoft.Azure.Management.Batch.Models.BatchAccountIdentity", "KeyVaultReference": "Microsoft.Azure.Management.Batch.Models.KeyVaultReference", "DedicatedCoreQuotaPerVMFamilyEnforced": "System.Boolean", "PrivateEndpointConnections": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Batch.Models.PrivateEndpointConnection]", @@ -3355,7 +3359,7 @@ "PublicNetworkAccess": "System.Nullable`1[Microsoft.Azure.Management.Batch.Models.PublicNetworkAccessType]", "LowPriorityCoreQuota": "System.Nullable`1[System.Int32]", "DedicatedCoreQuota": "System.Nullable`1[System.Int32]", - "TagsTable": "System.String", + "TaskTenantUrl": "System.String", "State": "System.String", "Subscription": "System.String", "ResourceGroupName": "System.String", @@ -3364,7 +3368,7 @@ "SecondaryAccountKey": "System.String", "PrimaryAccountKey": "System.String", "AccountEndpoint": "System.String", - "TaskTenantUrl": "System.String", + "TagsTable": "System.String", "Id": "System.String" }, "ElementType": null, @@ -3477,10 +3481,11 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch", "Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType", "AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties", + "Identity": "Microsoft.Azure.Management.Batch.Models.BatchAccountIdentity", "KeyVaultReference": "Microsoft.Azure.Management.Batch.Models.KeyVaultReference", "DedicatedCoreQuotaPerVMFamilyEnforced": "System.Boolean", "PrivateEndpointConnections": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Batch.Models.PrivateEndpointConnection]", @@ -3492,7 +3497,7 @@ "PublicNetworkAccess": "System.Nullable`1[Microsoft.Azure.Management.Batch.Models.PublicNetworkAccessType]", "LowPriorityCoreQuota": "System.Nullable`1[System.Int32]", "DedicatedCoreQuota": "System.Nullable`1[System.Int32]", - "TagsTable": "System.String", + "TaskTenantUrl": "System.String", "State": "System.String", "Subscription": "System.String", "ResourceGroupName": "System.String", @@ -3501,7 +3506,7 @@ "SecondaryAccountKey": "System.String", "PrimaryAccountKey": "System.String", "AccountEndpoint": "System.String", - "TaskTenantUrl": "System.String", + "TagsTable": "System.String", "Id": "System.String" }, "ElementType": null, @@ -3632,7 +3637,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Management.Batch.Models.PoolAllocationMode]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Batch.Models.PoolAllocationMode, Microsoft.Azure.Management.Batch, Version=10.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Batch.Models.PoolAllocationMode, Microsoft.Azure.Management.Batch, Version=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -3708,7 +3713,110 @@ "Type": { "Namespace": "Microsoft.Azure.Management.Batch.Models", "Name": "Microsoft.Azure.Management.Batch.Models.PublicNetworkAccessType", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Batch.Models.PublicNetworkAccessType, Microsoft.Azure.Management.Batch, Version=10.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Batch.Models.PublicNetworkAccessType, Microsoft.Azure.Management.Batch, Version=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "ToString", + "Parameters": [ + { + "Name": "format", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "provider", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Int32" + }, + { + "Name": "ToString", + "Parameters": [ + { + "Name": "format", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "ToString", + "Parameters": [ + { + "Name": "provider", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetTypeCode", + "Parameters": [], + "ReturnType": "System.TypeCode" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "IdentityType", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Management.Batch.Models", + "Name": "Microsoft.Azure.Management.Batch.Models.ResourceIdentityType", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Batch.Models.ResourceIdentityType, Microsoft.Azure.Management.Batch, Version=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -3948,7 +4056,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Management.Batch.Models.PoolAllocationMode]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Batch.Models.PoolAllocationMode, Microsoft.Azure.Management.Batch, Version=10.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Batch.Models.PoolAllocationMode, Microsoft.Azure.Management.Batch, Version=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -4048,7 +4156,116 @@ "Type": { "Namespace": "Microsoft.Azure.Management.Batch.Models", "Name": "Microsoft.Azure.Management.Batch.Models.PublicNetworkAccessType", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Batch.Models.PublicNetworkAccessType, Microsoft.Azure.Management.Batch, Version=10.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Batch.Models.PublicNetworkAccessType, Microsoft.Azure.Management.Batch, Version=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "ToString", + "Parameters": [ + { + "Name": "format", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "provider", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Int32" + }, + { + "Name": "ToString", + "Parameters": [ + { + "Name": "format", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "ToString", + "Parameters": [ + { + "Name": "provider", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetTypeCode", + "Parameters": [], + "ReturnType": "System.TypeCode" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "IdentityType", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Management.Batch.Models", + "Name": "Microsoft.Azure.Management.Batch.Models.ResourceIdentityType", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Batch.Models.ResourceIdentityType, Microsoft.Azure.Management.Batch, Version=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -4208,10 +4425,11 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch", "Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType", "AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties", + "Identity": "Microsoft.Azure.Management.Batch.Models.BatchAccountIdentity", "KeyVaultReference": "Microsoft.Azure.Management.Batch.Models.KeyVaultReference", "DedicatedCoreQuotaPerVMFamilyEnforced": "System.Boolean", "PrivateEndpointConnections": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Batch.Models.PrivateEndpointConnection]", @@ -4223,7 +4441,7 @@ "PublicNetworkAccess": "System.Nullable`1[Microsoft.Azure.Management.Batch.Models.PublicNetworkAccessType]", "LowPriorityCoreQuota": "System.Nullable`1[System.Int32]", "DedicatedCoreQuota": "System.Nullable`1[System.Int32]", - "TagsTable": "System.String", + "TaskTenantUrl": "System.String", "State": "System.String", "Subscription": "System.String", "ResourceGroupName": "System.String", @@ -4232,7 +4450,7 @@ "SecondaryAccountKey": "System.String", "PrimaryAccountKey": "System.String", "AccountEndpoint": "System.String", - "TaskTenantUrl": "System.String", + "TagsTable": "System.String", "Id": "System.String" }, "ElementType": null, @@ -4754,10 +4972,11 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch", "Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType", "AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties", + "Identity": "Microsoft.Azure.Management.Batch.Models.BatchAccountIdentity", "KeyVaultReference": "Microsoft.Azure.Management.Batch.Models.KeyVaultReference", "DedicatedCoreQuotaPerVMFamilyEnforced": "System.Boolean", "PrivateEndpointConnections": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Batch.Models.PrivateEndpointConnection]", @@ -4769,7 +4988,7 @@ "PublicNetworkAccess": "System.Nullable`1[Microsoft.Azure.Management.Batch.Models.PublicNetworkAccessType]", "LowPriorityCoreQuota": "System.Nullable`1[System.Int32]", "DedicatedCoreQuota": "System.Nullable`1[System.Int32]", - "TagsTable": "System.String", + "TaskTenantUrl": "System.String", "State": "System.String", "Subscription": "System.String", "ResourceGroupName": "System.String", @@ -4778,7 +4997,7 @@ "SecondaryAccountKey": "System.String", "PrimaryAccountKey": "System.String", "AccountEndpoint": "System.String", - "TaskTenantUrl": "System.String", + "TagsTable": "System.String", "Id": "System.String" }, "ElementType": null, @@ -5101,7 +5320,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSCertificate", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSCertificate, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSCertificate, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DeleteCertificateError": "Microsoft.Azure.Commands.Batch.Models.PSDeleteCertificateError", "CertificateFormat": "System.Nullable`1[Microsoft.Azure.Batch.Common.CertificateFormat]", @@ -5249,10 +5468,11 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch", "Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType", "AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties", + "Identity": "Microsoft.Azure.Management.Batch.Models.BatchAccountIdentity", "KeyVaultReference": "Microsoft.Azure.Management.Batch.Models.KeyVaultReference", "DedicatedCoreQuotaPerVMFamilyEnforced": "System.Boolean", "PrivateEndpointConnections": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Batch.Models.PrivateEndpointConnection]", @@ -5264,7 +5484,7 @@ "PublicNetworkAccess": "System.Nullable`1[Microsoft.Azure.Management.Batch.Models.PublicNetworkAccessType]", "LowPriorityCoreQuota": "System.Nullable`1[System.Int32]", "DedicatedCoreQuota": "System.Nullable`1[System.Int32]", - "TagsTable": "System.String", + "TaskTenantUrl": "System.String", "State": "System.String", "Subscription": "System.String", "ResourceGroupName": "System.String", @@ -5273,7 +5493,7 @@ "SecondaryAccountKey": "System.String", "PrimaryAccountKey": "System.String", "AccountEndpoint": "System.String", - "TaskTenantUrl": "System.String", + "TagsTable": "System.String", "Id": "System.String" }, "ElementType": null, @@ -5440,10 +5660,11 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch", "Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType", "AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties", + "Identity": "Microsoft.Azure.Management.Batch.Models.BatchAccountIdentity", "KeyVaultReference": "Microsoft.Azure.Management.Batch.Models.KeyVaultReference", "DedicatedCoreQuotaPerVMFamilyEnforced": "System.Boolean", "PrivateEndpointConnections": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Batch.Models.PrivateEndpointConnection]", @@ -5455,7 +5676,7 @@ "PublicNetworkAccess": "System.Nullable`1[Microsoft.Azure.Management.Batch.Models.PublicNetworkAccessType]", "LowPriorityCoreQuota": "System.Nullable`1[System.Int32]", "DedicatedCoreQuota": "System.Nullable`1[System.Int32]", - "TagsTable": "System.String", + "TaskTenantUrl": "System.String", "State": "System.String", "Subscription": "System.String", "ResourceGroupName": "System.String", @@ -5464,7 +5685,7 @@ "SecondaryAccountKey": "System.String", "PrimaryAccountKey": "System.String", "AccountEndpoint": "System.String", - "TaskTenantUrl": "System.String", + "TagsTable": "System.String", "Id": "System.String" }, "ElementType": null, @@ -5642,10 +5863,11 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch", "Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType", "AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties", + "Identity": "Microsoft.Azure.Management.Batch.Models.BatchAccountIdentity", "KeyVaultReference": "Microsoft.Azure.Management.Batch.Models.KeyVaultReference", "DedicatedCoreQuotaPerVMFamilyEnforced": "System.Boolean", "PrivateEndpointConnections": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Batch.Models.PrivateEndpointConnection]", @@ -5657,7 +5879,7 @@ "PublicNetworkAccess": "System.Nullable`1[Microsoft.Azure.Management.Batch.Models.PublicNetworkAccessType]", "LowPriorityCoreQuota": "System.Nullable`1[System.Int32]", "DedicatedCoreQuota": "System.Nullable`1[System.Int32]", - "TagsTable": "System.String", + "TaskTenantUrl": "System.String", "State": "System.String", "Subscription": "System.String", "ResourceGroupName": "System.String", @@ -5666,7 +5888,7 @@ "SecondaryAccountKey": "System.String", "PrimaryAccountKey": "System.String", "AccountEndpoint": "System.String", - "TaskTenantUrl": "System.String", + "TagsTable": "System.String", "Id": "System.String" }, "ElementType": null, @@ -5796,10 +6018,11 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch", "Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType", "AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties", + "Identity": "Microsoft.Azure.Management.Batch.Models.BatchAccountIdentity", "KeyVaultReference": "Microsoft.Azure.Management.Batch.Models.KeyVaultReference", "DedicatedCoreQuotaPerVMFamilyEnforced": "System.Boolean", "PrivateEndpointConnections": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Batch.Models.PrivateEndpointConnection]", @@ -5811,7 +6034,7 @@ "PublicNetworkAccess": "System.Nullable`1[Microsoft.Azure.Management.Batch.Models.PublicNetworkAccessType]", "LowPriorityCoreQuota": "System.Nullable`1[System.Int32]", "DedicatedCoreQuota": "System.Nullable`1[System.Int32]", - "TagsTable": "System.String", + "TaskTenantUrl": "System.String", "State": "System.String", "Subscription": "System.String", "ResourceGroupName": "System.String", @@ -5820,7 +6043,7 @@ "SecondaryAccountKey": "System.String", "PrimaryAccountKey": "System.String", "AccountEndpoint": "System.String", - "TaskTenantUrl": "System.String", + "TagsTable": "System.String", "Id": "System.String" }, "ElementType": null, @@ -6006,7 +6229,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSCertificateKind", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSCertificateKind, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSCertificateKind, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -6109,10 +6332,11 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch", "Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType", "AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties", + "Identity": "Microsoft.Azure.Management.Batch.Models.BatchAccountIdentity", "KeyVaultReference": "Microsoft.Azure.Management.Batch.Models.KeyVaultReference", "DedicatedCoreQuotaPerVMFamilyEnforced": "System.Boolean", "PrivateEndpointConnections": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Batch.Models.PrivateEndpointConnection]", @@ -6124,7 +6348,7 @@ "PublicNetworkAccess": "System.Nullable`1[Microsoft.Azure.Management.Batch.Models.PublicNetworkAccessType]", "LowPriorityCoreQuota": "System.Nullable`1[System.Int32]", "DedicatedCoreQuota": "System.Nullable`1[System.Int32]", - "TagsTable": "System.String", + "TaskTenantUrl": "System.String", "State": "System.String", "Subscription": "System.String", "ResourceGroupName": "System.String", @@ -6133,7 +6357,7 @@ "SecondaryAccountKey": "System.String", "PrimaryAccountKey": "System.String", "AccountEndpoint": "System.String", - "TaskTenantUrl": "System.String", + "TagsTable": "System.String", "Id": "System.String" }, "ElementType": null, @@ -6276,7 +6500,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSCertificateKind", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSCertificateKind, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSCertificateKind, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -6385,10 +6609,11 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch", "Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType", "AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties", + "Identity": "Microsoft.Azure.Management.Batch.Models.BatchAccountIdentity", "KeyVaultReference": "Microsoft.Azure.Management.Batch.Models.KeyVaultReference", "DedicatedCoreQuotaPerVMFamilyEnforced": "System.Boolean", "PrivateEndpointConnections": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Batch.Models.PrivateEndpointConnection]", @@ -6400,7 +6625,7 @@ "PublicNetworkAccess": "System.Nullable`1[Microsoft.Azure.Management.Batch.Models.PublicNetworkAccessType]", "LowPriorityCoreQuota": "System.Nullable`1[System.Int32]", "DedicatedCoreQuota": "System.Nullable`1[System.Int32]", - "TagsTable": "System.String", + "TaskTenantUrl": "System.String", "State": "System.String", "Subscription": "System.String", "ResourceGroupName": "System.String", @@ -6409,7 +6634,7 @@ "SecondaryAccountKey": "System.String", "PrimaryAccountKey": "System.String", "AccountEndpoint": "System.String", - "TaskTenantUrl": "System.String", + "TagsTable": "System.String", "Id": "System.String" }, "ElementType": null, @@ -6563,7 +6788,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSCertificateKind", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSCertificateKind, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSCertificateKind, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -6672,10 +6897,11 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch", "Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType", "AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties", + "Identity": "Microsoft.Azure.Management.Batch.Models.BatchAccountIdentity", "KeyVaultReference": "Microsoft.Azure.Management.Batch.Models.KeyVaultReference", "DedicatedCoreQuotaPerVMFamilyEnforced": "System.Boolean", "PrivateEndpointConnections": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Batch.Models.PrivateEndpointConnection]", @@ -6687,7 +6913,7 @@ "PublicNetworkAccess": "System.Nullable`1[Microsoft.Azure.Management.Batch.Models.PublicNetworkAccessType]", "LowPriorityCoreQuota": "System.Nullable`1[System.Int32]", "DedicatedCoreQuota": "System.Nullable`1[System.Int32]", - "TagsTable": "System.String", + "TaskTenantUrl": "System.String", "State": "System.String", "Subscription": "System.String", "ResourceGroupName": "System.String", @@ -6696,7 +6922,7 @@ "SecondaryAccountKey": "System.String", "PrimaryAccountKey": "System.String", "AccountEndpoint": "System.String", - "TaskTenantUrl": "System.String", + "TagsTable": "System.String", "Id": "System.String" }, "ElementType": null, @@ -6826,7 +7052,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSCertificateKind", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSCertificateKind, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSCertificateKind, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -6935,10 +7161,11 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch", "Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType", "AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties", + "Identity": "Microsoft.Azure.Management.Batch.Models.BatchAccountIdentity", "KeyVaultReference": "Microsoft.Azure.Management.Batch.Models.KeyVaultReference", "DedicatedCoreQuotaPerVMFamilyEnforced": "System.Boolean", "PrivateEndpointConnections": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Batch.Models.PrivateEndpointConnection]", @@ -6950,7 +7177,7 @@ "PublicNetworkAccess": "System.Nullable`1[Microsoft.Azure.Management.Batch.Models.PublicNetworkAccessType]", "LowPriorityCoreQuota": "System.Nullable`1[System.Int32]", "DedicatedCoreQuota": "System.Nullable`1[System.Int32]", - "TagsTable": "System.String", + "TaskTenantUrl": "System.String", "State": "System.String", "Subscription": "System.String", "ResourceGroupName": "System.String", @@ -6959,7 +7186,7 @@ "SecondaryAccountKey": "System.String", "PrimaryAccountKey": "System.String", "AccountEndpoint": "System.String", - "TaskTenantUrl": "System.String", + "TagsTable": "System.String", "Id": "System.String" }, "ElementType": null, @@ -7127,10 +7354,11 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch", "Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType", "AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties", + "Identity": "Microsoft.Azure.Management.Batch.Models.BatchAccountIdentity", "KeyVaultReference": "Microsoft.Azure.Management.Batch.Models.KeyVaultReference", "DedicatedCoreQuotaPerVMFamilyEnforced": "System.Boolean", "PrivateEndpointConnections": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Batch.Models.PrivateEndpointConnection]", @@ -7142,7 +7370,7 @@ "PublicNetworkAccess": "System.Nullable`1[Microsoft.Azure.Management.Batch.Models.PublicNetworkAccessType]", "LowPriorityCoreQuota": "System.Nullable`1[System.Int32]", "DedicatedCoreQuota": "System.Nullable`1[System.Int32]", - "TagsTable": "System.String", + "TaskTenantUrl": "System.String", "State": "System.String", "Subscription": "System.String", "ResourceGroupName": "System.String", @@ -7151,7 +7379,7 @@ "SecondaryAccountKey": "System.String", "PrimaryAccountKey": "System.String", "AccountEndpoint": "System.String", - "TaskTenantUrl": "System.String", + "TagsTable": "System.String", "Id": "System.String" }, "ElementType": null, @@ -7294,10 +7522,11 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch", "Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType", "AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties", + "Identity": "Microsoft.Azure.Management.Batch.Models.BatchAccountIdentity", "KeyVaultReference": "Microsoft.Azure.Management.Batch.Models.KeyVaultReference", "DedicatedCoreQuotaPerVMFamilyEnforced": "System.Boolean", "PrivateEndpointConnections": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Batch.Models.PrivateEndpointConnection]", @@ -7309,7 +7538,7 @@ "PublicNetworkAccess": "System.Nullable`1[Microsoft.Azure.Management.Batch.Models.PublicNetworkAccessType]", "LowPriorityCoreQuota": "System.Nullable`1[System.Int32]", "DedicatedCoreQuota": "System.Nullable`1[System.Int32]", - "TagsTable": "System.String", + "TaskTenantUrl": "System.String", "State": "System.String", "Subscription": "System.String", "ResourceGroupName": "System.String", @@ -7318,7 +7547,7 @@ "SecondaryAccountKey": "System.String", "PrimaryAccountKey": "System.String", "AccountEndpoint": "System.String", - "TaskTenantUrl": "System.String", + "TagsTable": "System.String", "Id": "System.String" }, "ElementType": null, @@ -7486,10 +7715,11 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch", "Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType", "AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties", + "Identity": "Microsoft.Azure.Management.Batch.Models.BatchAccountIdentity", "KeyVaultReference": "Microsoft.Azure.Management.Batch.Models.KeyVaultReference", "DedicatedCoreQuotaPerVMFamilyEnforced": "System.Boolean", "PrivateEndpointConnections": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Batch.Models.PrivateEndpointConnection]", @@ -7501,7 +7731,7 @@ "PublicNetworkAccess": "System.Nullable`1[Microsoft.Azure.Management.Batch.Models.PublicNetworkAccessType]", "LowPriorityCoreQuota": "System.Nullable`1[System.Int32]", "DedicatedCoreQuota": "System.Nullable`1[System.Int32]", - "TagsTable": "System.String", + "TaskTenantUrl": "System.String", "State": "System.String", "Subscription": "System.String", "ResourceGroupName": "System.String", @@ -7510,7 +7740,7 @@ "SecondaryAccountKey": "System.String", "PrimaryAccountKey": "System.String", "AccountEndpoint": "System.String", - "TaskTenantUrl": "System.String", + "TagsTable": "System.String", "Id": "System.String" }, "ElementType": null, @@ -7653,10 +7883,11 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch", "Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType", "AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties", + "Identity": "Microsoft.Azure.Management.Batch.Models.BatchAccountIdentity", "KeyVaultReference": "Microsoft.Azure.Management.Batch.Models.KeyVaultReference", "DedicatedCoreQuotaPerVMFamilyEnforced": "System.Boolean", "PrivateEndpointConnections": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Batch.Models.PrivateEndpointConnection]", @@ -7668,7 +7899,7 @@ "PublicNetworkAccess": "System.Nullable`1[Microsoft.Azure.Management.Batch.Models.PublicNetworkAccessType]", "LowPriorityCoreQuota": "System.Nullable`1[System.Int32]", "DedicatedCoreQuota": "System.Nullable`1[System.Int32]", - "TagsTable": "System.String", + "TaskTenantUrl": "System.String", "State": "System.String", "Subscription": "System.String", "ResourceGroupName": "System.String", @@ -7677,7 +7908,7 @@ "SecondaryAccountKey": "System.String", "PrimaryAccountKey": "System.String", "AccountEndpoint": "System.String", - "TaskTenantUrl": "System.String", + "TagsTable": "System.String", "Id": "System.String" }, "ElementType": null, @@ -7845,7 +8076,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSComputeNode", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSComputeNode, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSComputeNode, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "EndpointConfiguration": "Microsoft.Azure.Commands.Batch.Models.PSComputeNodeEndpointConfiguration", "NodeAgentInformation": "Microsoft.Azure.Commands.Batch.Models.PSNodeAgentInformation", @@ -7931,10 +8162,11 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch", "Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType", "AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties", + "Identity": "Microsoft.Azure.Management.Batch.Models.BatchAccountIdentity", "KeyVaultReference": "Microsoft.Azure.Management.Batch.Models.KeyVaultReference", "DedicatedCoreQuotaPerVMFamilyEnforced": "System.Boolean", "PrivateEndpointConnections": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Batch.Models.PrivateEndpointConnection]", @@ -7946,7 +8178,7 @@ "PublicNetworkAccess": "System.Nullable`1[Microsoft.Azure.Management.Batch.Models.PublicNetworkAccessType]", "LowPriorityCoreQuota": "System.Nullable`1[System.Int32]", "DedicatedCoreQuota": "System.Nullable`1[System.Int32]", - "TagsTable": "System.String", + "TaskTenantUrl": "System.String", "State": "System.String", "Subscription": "System.String", "ResourceGroupName": "System.String", @@ -7955,7 +8187,7 @@ "SecondaryAccountKey": "System.String", "PrimaryAccountKey": "System.String", "AccountEndpoint": "System.String", - "TaskTenantUrl": "System.String", + "TagsTable": "System.String", "Id": "System.String" }, "ElementType": null, @@ -8124,10 +8356,11 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch", "Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType", "AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties", + "Identity": "Microsoft.Azure.Management.Batch.Models.BatchAccountIdentity", "KeyVaultReference": "Microsoft.Azure.Management.Batch.Models.KeyVaultReference", "DedicatedCoreQuotaPerVMFamilyEnforced": "System.Boolean", "PrivateEndpointConnections": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Batch.Models.PrivateEndpointConnection]", @@ -8139,7 +8372,7 @@ "PublicNetworkAccess": "System.Nullable`1[Microsoft.Azure.Management.Batch.Models.PublicNetworkAccessType]", "LowPriorityCoreQuota": "System.Nullable`1[System.Int32]", "DedicatedCoreQuota": "System.Nullable`1[System.Int32]", - "TagsTable": "System.String", + "TaskTenantUrl": "System.String", "State": "System.String", "Subscription": "System.String", "ResourceGroupName": "System.String", @@ -8148,7 +8381,7 @@ "SecondaryAccountKey": "System.String", "PrimaryAccountKey": "System.String", "AccountEndpoint": "System.String", - "TaskTenantUrl": "System.String", + "TagsTable": "System.String", "Id": "System.String" }, "ElementType": null, @@ -8254,7 +8487,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSComputeNode", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSComputeNode, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSComputeNode, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "EndpointConfiguration": "Microsoft.Azure.Commands.Batch.Models.PSComputeNodeEndpointConfiguration", "NodeAgentInformation": "Microsoft.Azure.Commands.Batch.Models.PSNodeAgentInformation", @@ -8352,10 +8585,11 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch", "Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType", "AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties", + "Identity": "Microsoft.Azure.Management.Batch.Models.BatchAccountIdentity", "KeyVaultReference": "Microsoft.Azure.Management.Batch.Models.KeyVaultReference", "DedicatedCoreQuotaPerVMFamilyEnforced": "System.Boolean", "PrivateEndpointConnections": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Batch.Models.PrivateEndpointConnection]", @@ -8367,7 +8601,7 @@ "PublicNetworkAccess": "System.Nullable`1[Microsoft.Azure.Management.Batch.Models.PublicNetworkAccessType]", "LowPriorityCoreQuota": "System.Nullable`1[System.Int32]", "DedicatedCoreQuota": "System.Nullable`1[System.Int32]", - "TagsTable": "System.String", + "TaskTenantUrl": "System.String", "State": "System.String", "Subscription": "System.String", "ResourceGroupName": "System.String", @@ -8376,7 +8610,7 @@ "SecondaryAccountKey": "System.String", "PrimaryAccountKey": "System.String", "AccountEndpoint": "System.String", - "TaskTenantUrl": "System.String", + "TagsTable": "System.String", "Id": "System.String" }, "ElementType": null, @@ -8508,10 +8742,11 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch", "Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType", "AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties", + "Identity": "Microsoft.Azure.Management.Batch.Models.BatchAccountIdentity", "KeyVaultReference": "Microsoft.Azure.Management.Batch.Models.KeyVaultReference", "DedicatedCoreQuotaPerVMFamilyEnforced": "System.Boolean", "PrivateEndpointConnections": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Batch.Models.PrivateEndpointConnection]", @@ -8523,7 +8758,7 @@ "PublicNetworkAccess": "System.Nullable`1[Microsoft.Azure.Management.Batch.Models.PublicNetworkAccessType]", "LowPriorityCoreQuota": "System.Nullable`1[System.Int32]", "DedicatedCoreQuota": "System.Nullable`1[System.Int32]", - "TagsTable": "System.String", + "TaskTenantUrl": "System.String", "State": "System.String", "Subscription": "System.String", "ResourceGroupName": "System.String", @@ -8532,7 +8767,7 @@ "SecondaryAccountKey": "System.String", "PrimaryAccountKey": "System.String", "AccountEndpoint": "System.String", - "TaskTenantUrl": "System.String", + "TagsTable": "System.String", "Id": "System.String" }, "ElementType": null, @@ -8700,7 +8935,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSComputeNode", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSComputeNode, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSComputeNode, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "EndpointConfiguration": "Microsoft.Azure.Commands.Batch.Models.PSComputeNodeEndpointConfiguration", "NodeAgentInformation": "Microsoft.Azure.Commands.Batch.Models.PSNodeAgentInformation", @@ -8766,10 +9001,11 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch", "Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType", "AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties", + "Identity": "Microsoft.Azure.Management.Batch.Models.BatchAccountIdentity", "KeyVaultReference": "Microsoft.Azure.Management.Batch.Models.KeyVaultReference", "DedicatedCoreQuotaPerVMFamilyEnforced": "System.Boolean", "PrivateEndpointConnections": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Batch.Models.PrivateEndpointConnection]", @@ -8781,7 +9017,7 @@ "PublicNetworkAccess": "System.Nullable`1[Microsoft.Azure.Management.Batch.Models.PublicNetworkAccessType]", "LowPriorityCoreQuota": "System.Nullable`1[System.Int32]", "DedicatedCoreQuota": "System.Nullable`1[System.Int32]", - "TagsTable": "System.String", + "TaskTenantUrl": "System.String", "State": "System.String", "Subscription": "System.String", "ResourceGroupName": "System.String", @@ -8790,7 +9026,7 @@ "SecondaryAccountKey": "System.String", "PrimaryAccountKey": "System.String", "AccountEndpoint": "System.String", - "TaskTenantUrl": "System.String", + "TagsTable": "System.String", "Id": "System.String" }, "ElementType": null, @@ -8933,10 +9169,11 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch", "Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType", "AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties", + "Identity": "Microsoft.Azure.Management.Batch.Models.BatchAccountIdentity", "KeyVaultReference": "Microsoft.Azure.Management.Batch.Models.KeyVaultReference", "DedicatedCoreQuotaPerVMFamilyEnforced": "System.Boolean", "PrivateEndpointConnections": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Batch.Models.PrivateEndpointConnection]", @@ -8948,7 +9185,7 @@ "PublicNetworkAccess": "System.Nullable`1[Microsoft.Azure.Management.Batch.Models.PublicNetworkAccessType]", "LowPriorityCoreQuota": "System.Nullable`1[System.Int32]", "DedicatedCoreQuota": "System.Nullable`1[System.Int32]", - "TagsTable": "System.String", + "TaskTenantUrl": "System.String", "State": "System.String", "Subscription": "System.String", "ResourceGroupName": "System.String", @@ -8957,7 +9194,7 @@ "SecondaryAccountKey": "System.String", "PrimaryAccountKey": "System.String", "AccountEndpoint": "System.String", - "TaskTenantUrl": "System.String", + "TagsTable": "System.String", "Id": "System.String" }, "ElementType": null, @@ -9063,7 +9300,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSComputeNode", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSComputeNode, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSComputeNode, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "EndpointConfiguration": "Microsoft.Azure.Commands.Batch.Models.PSComputeNodeEndpointConfiguration", "NodeAgentInformation": "Microsoft.Azure.Commands.Batch.Models.PSNodeAgentInformation", @@ -9135,10 +9372,11 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch", "Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType", "AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties", + "Identity": "Microsoft.Azure.Management.Batch.Models.BatchAccountIdentity", "KeyVaultReference": "Microsoft.Azure.Management.Batch.Models.KeyVaultReference", "DedicatedCoreQuotaPerVMFamilyEnforced": "System.Boolean", "PrivateEndpointConnections": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Batch.Models.PrivateEndpointConnection]", @@ -9150,7 +9388,7 @@ "PublicNetworkAccess": "System.Nullable`1[Microsoft.Azure.Management.Batch.Models.PublicNetworkAccessType]", "LowPriorityCoreQuota": "System.Nullable`1[System.Int32]", "DedicatedCoreQuota": "System.Nullable`1[System.Int32]", - "TagsTable": "System.String", + "TaskTenantUrl": "System.String", "State": "System.String", "Subscription": "System.String", "ResourceGroupName": "System.String", @@ -9159,7 +9397,7 @@ "SecondaryAccountKey": "System.String", "PrimaryAccountKey": "System.String", "AccountEndpoint": "System.String", - "TaskTenantUrl": "System.String", + "TagsTable": "System.String", "Id": "System.String" }, "ElementType": null, @@ -9265,10 +9503,11 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch", "Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType", "AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties", + "Identity": "Microsoft.Azure.Management.Batch.Models.BatchAccountIdentity", "KeyVaultReference": "Microsoft.Azure.Management.Batch.Models.KeyVaultReference", "DedicatedCoreQuotaPerVMFamilyEnforced": "System.Boolean", "PrivateEndpointConnections": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Batch.Models.PrivateEndpointConnection]", @@ -9280,7 +9519,7 @@ "PublicNetworkAccess": "System.Nullable`1[Microsoft.Azure.Management.Batch.Models.PublicNetworkAccessType]", "LowPriorityCoreQuota": "System.Nullable`1[System.Int32]", "DedicatedCoreQuota": "System.Nullable`1[System.Int32]", - "TagsTable": "System.String", + "TaskTenantUrl": "System.String", "State": "System.String", "Subscription": "System.String", "ResourceGroupName": "System.String", @@ -9289,7 +9528,7 @@ "SecondaryAccountKey": "System.String", "PrimaryAccountKey": "System.String", "AccountEndpoint": "System.String", - "TaskTenantUrl": "System.String", + "TagsTable": "System.String", "Id": "System.String" }, "ElementType": null, @@ -9402,7 +9641,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSComputeNode", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSComputeNode, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSComputeNode, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "EndpointConfiguration": "Microsoft.Azure.Commands.Batch.Models.PSComputeNodeEndpointConfiguration", "NodeAgentInformation": "Microsoft.Azure.Commands.Batch.Models.PSNodeAgentInformation", @@ -9505,7 +9744,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSCloudPool", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSCloudPool, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSCloudPool, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoScaleRun": "Microsoft.Azure.Commands.Batch.Models.PSAutoScaleRun", "CloudServiceConfiguration": "Microsoft.Azure.Commands.Batch.Models.PSCloudServiceConfiguration", @@ -9639,10 +9878,11 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch", "Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType", "AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties", + "Identity": "Microsoft.Azure.Management.Batch.Models.BatchAccountIdentity", "KeyVaultReference": "Microsoft.Azure.Management.Batch.Models.KeyVaultReference", "DedicatedCoreQuotaPerVMFamilyEnforced": "System.Boolean", "PrivateEndpointConnections": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Batch.Models.PrivateEndpointConnection]", @@ -9654,7 +9894,7 @@ "PublicNetworkAccess": "System.Nullable`1[Microsoft.Azure.Management.Batch.Models.PublicNetworkAccessType]", "LowPriorityCoreQuota": "System.Nullable`1[System.Int32]", "DedicatedCoreQuota": "System.Nullable`1[System.Int32]", - "TagsTable": "System.String", + "TaskTenantUrl": "System.String", "State": "System.String", "Subscription": "System.String", "ResourceGroupName": "System.String", @@ -9663,7 +9903,7 @@ "SecondaryAccountKey": "System.String", "PrimaryAccountKey": "System.String", "AccountEndpoint": "System.String", - "TaskTenantUrl": "System.String", + "TagsTable": "System.String", "Id": "System.String" }, "ElementType": null, @@ -9830,10 +10070,11 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch", "Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType", "AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties", + "Identity": "Microsoft.Azure.Management.Batch.Models.BatchAccountIdentity", "KeyVaultReference": "Microsoft.Azure.Management.Batch.Models.KeyVaultReference", "DedicatedCoreQuotaPerVMFamilyEnforced": "System.Boolean", "PrivateEndpointConnections": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Batch.Models.PrivateEndpointConnection]", @@ -9845,7 +10086,7 @@ "PublicNetworkAccess": "System.Nullable`1[Microsoft.Azure.Management.Batch.Models.PublicNetworkAccessType]", "LowPriorityCoreQuota": "System.Nullable`1[System.Int32]", "DedicatedCoreQuota": "System.Nullable`1[System.Int32]", - "TagsTable": "System.String", + "TaskTenantUrl": "System.String", "State": "System.String", "Subscription": "System.String", "ResourceGroupName": "System.String", @@ -9854,7 +10095,7 @@ "SecondaryAccountKey": "System.String", "PrimaryAccountKey": "System.String", "AccountEndpoint": "System.String", - "TaskTenantUrl": "System.String", + "TagsTable": "System.String", "Id": "System.String" }, "ElementType": null, @@ -10056,10 +10297,11 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch", "Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType", "AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties", + "Identity": "Microsoft.Azure.Management.Batch.Models.BatchAccountIdentity", "KeyVaultReference": "Microsoft.Azure.Management.Batch.Models.KeyVaultReference", "DedicatedCoreQuotaPerVMFamilyEnforced": "System.Boolean", "PrivateEndpointConnections": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Batch.Models.PrivateEndpointConnection]", @@ -10071,7 +10313,7 @@ "PublicNetworkAccess": "System.Nullable`1[Microsoft.Azure.Management.Batch.Models.PublicNetworkAccessType]", "LowPriorityCoreQuota": "System.Nullable`1[System.Int32]", "DedicatedCoreQuota": "System.Nullable`1[System.Int32]", - "TagsTable": "System.String", + "TaskTenantUrl": "System.String", "State": "System.String", "Subscription": "System.String", "ResourceGroupName": "System.String", @@ -10080,7 +10322,7 @@ "SecondaryAccountKey": "System.String", "PrimaryAccountKey": "System.String", "AccountEndpoint": "System.String", - "TaskTenantUrl": "System.String", + "TagsTable": "System.String", "Id": "System.String" }, "ElementType": null, @@ -10186,7 +10428,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSCloudPool", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSCloudPool, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSCloudPool, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoScaleRun": "Microsoft.Azure.Commands.Batch.Models.PSAutoScaleRun", "CloudServiceConfiguration": "Microsoft.Azure.Commands.Batch.Models.PSCloudServiceConfiguration", @@ -10344,10 +10586,11 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch", "Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType", "AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties", + "Identity": "Microsoft.Azure.Management.Batch.Models.BatchAccountIdentity", "KeyVaultReference": "Microsoft.Azure.Management.Batch.Models.KeyVaultReference", "DedicatedCoreQuotaPerVMFamilyEnforced": "System.Boolean", "PrivateEndpointConnections": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Batch.Models.PrivateEndpointConnection]", @@ -10359,7 +10602,7 @@ "PublicNetworkAccess": "System.Nullable`1[Microsoft.Azure.Management.Batch.Models.PublicNetworkAccessType]", "LowPriorityCoreQuota": "System.Nullable`1[System.Int32]", "DedicatedCoreQuota": "System.Nullable`1[System.Int32]", - "TagsTable": "System.String", + "TaskTenantUrl": "System.String", "State": "System.String", "Subscription": "System.String", "ResourceGroupName": "System.String", @@ -10368,7 +10611,7 @@ "SecondaryAccountKey": "System.String", "PrimaryAccountKey": "System.String", "AccountEndpoint": "System.String", - "TaskTenantUrl": "System.String", + "TagsTable": "System.String", "Id": "System.String" }, "ElementType": null, @@ -10498,10 +10741,11 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch", "Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType", "AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties", + "Identity": "Microsoft.Azure.Management.Batch.Models.BatchAccountIdentity", "KeyVaultReference": "Microsoft.Azure.Management.Batch.Models.KeyVaultReference", "DedicatedCoreQuotaPerVMFamilyEnforced": "System.Boolean", "PrivateEndpointConnections": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Batch.Models.PrivateEndpointConnection]", @@ -10513,7 +10757,7 @@ "PublicNetworkAccess": "System.Nullable`1[Microsoft.Azure.Management.Batch.Models.PublicNetworkAccessType]", "LowPriorityCoreQuota": "System.Nullable`1[System.Int32]", "DedicatedCoreQuota": "System.Nullable`1[System.Int32]", - "TagsTable": "System.String", + "TaskTenantUrl": "System.String", "State": "System.String", "Subscription": "System.String", "ResourceGroupName": "System.String", @@ -10522,7 +10766,7 @@ "SecondaryAccountKey": "System.String", "PrimaryAccountKey": "System.String", "AccountEndpoint": "System.String", - "TaskTenantUrl": "System.String", + "TagsTable": "System.String", "Id": "System.String" }, "ElementType": null, @@ -10635,7 +10879,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSRemoteLoginSettings", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSRemoteLoginSettings, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSRemoteLoginSettings, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Port": "System.Int32", "IPAddress": "System.String" @@ -10719,7 +10963,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSComputeNode", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSComputeNode, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSComputeNode, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "EndpointConfiguration": "Microsoft.Azure.Commands.Batch.Models.PSComputeNodeEndpointConfiguration", "NodeAgentInformation": "Microsoft.Azure.Commands.Batch.Models.PSNodeAgentInformation", @@ -10785,10 +11029,11 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch", "Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType", "AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties", + "Identity": "Microsoft.Azure.Management.Batch.Models.BatchAccountIdentity", "KeyVaultReference": "Microsoft.Azure.Management.Batch.Models.KeyVaultReference", "DedicatedCoreQuotaPerVMFamilyEnforced": "System.Boolean", "PrivateEndpointConnections": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Batch.Models.PrivateEndpointConnection]", @@ -10800,7 +11045,7 @@ "PublicNetworkAccess": "System.Nullable`1[Microsoft.Azure.Management.Batch.Models.PublicNetworkAccessType]", "LowPriorityCoreQuota": "System.Nullable`1[System.Int32]", "DedicatedCoreQuota": "System.Nullable`1[System.Int32]", - "TagsTable": "System.String", + "TaskTenantUrl": "System.String", "State": "System.String", "Subscription": "System.String", "ResourceGroupName": "System.String", @@ -10809,7 +11054,7 @@ "SecondaryAccountKey": "System.String", "PrimaryAccountKey": "System.String", "AccountEndpoint": "System.String", - "TaskTenantUrl": "System.String", + "TagsTable": "System.String", "Id": "System.String" }, "ElementType": null, @@ -10952,10 +11197,11 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch", "Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType", "AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties", + "Identity": "Microsoft.Azure.Management.Batch.Models.BatchAccountIdentity", "KeyVaultReference": "Microsoft.Azure.Management.Batch.Models.KeyVaultReference", "DedicatedCoreQuotaPerVMFamilyEnforced": "System.Boolean", "PrivateEndpointConnections": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Batch.Models.PrivateEndpointConnection]", @@ -10967,7 +11213,7 @@ "PublicNetworkAccess": "System.Nullable`1[Microsoft.Azure.Management.Batch.Models.PublicNetworkAccessType]", "LowPriorityCoreQuota": "System.Nullable`1[System.Int32]", "DedicatedCoreQuota": "System.Nullable`1[System.Int32]", - "TagsTable": "System.String", + "TaskTenantUrl": "System.String", "State": "System.String", "Subscription": "System.String", "ResourceGroupName": "System.String", @@ -10976,7 +11222,7 @@ "SecondaryAccountKey": "System.String", "PrimaryAccountKey": "System.String", "AccountEndpoint": "System.String", - "TaskTenantUrl": "System.String", + "TagsTable": "System.String", "Id": "System.String" }, "ElementType": null, @@ -11082,7 +11328,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSComputeNode", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSComputeNode, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSComputeNode, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "EndpointConfiguration": "Microsoft.Azure.Commands.Batch.Models.PSComputeNodeEndpointConfiguration", "NodeAgentInformation": "Microsoft.Azure.Commands.Batch.Models.PSNodeAgentInformation", @@ -11154,10 +11400,11 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch", "Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType", "AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties", + "Identity": "Microsoft.Azure.Management.Batch.Models.BatchAccountIdentity", "KeyVaultReference": "Microsoft.Azure.Management.Batch.Models.KeyVaultReference", "DedicatedCoreQuotaPerVMFamilyEnforced": "System.Boolean", "PrivateEndpointConnections": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Batch.Models.PrivateEndpointConnection]", @@ -11169,7 +11416,7 @@ "PublicNetworkAccess": "System.Nullable`1[Microsoft.Azure.Management.Batch.Models.PublicNetworkAccessType]", "LowPriorityCoreQuota": "System.Nullable`1[System.Int32]", "DedicatedCoreQuota": "System.Nullable`1[System.Int32]", - "TagsTable": "System.String", + "TaskTenantUrl": "System.String", "State": "System.String", "Subscription": "System.String", "ResourceGroupName": "System.String", @@ -11178,7 +11425,7 @@ "SecondaryAccountKey": "System.String", "PrimaryAccountKey": "System.String", "AccountEndpoint": "System.String", - "TaskTenantUrl": "System.String", + "TagsTable": "System.String", "Id": "System.String" }, "ElementType": null, @@ -11284,10 +11531,11 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch", "Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType", "AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties", + "Identity": "Microsoft.Azure.Management.Batch.Models.BatchAccountIdentity", "KeyVaultReference": "Microsoft.Azure.Management.Batch.Models.KeyVaultReference", "DedicatedCoreQuotaPerVMFamilyEnforced": "System.Boolean", "PrivateEndpointConnections": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Batch.Models.PrivateEndpointConnection]", @@ -11299,7 +11547,7 @@ "PublicNetworkAccess": "System.Nullable`1[Microsoft.Azure.Management.Batch.Models.PublicNetworkAccessType]", "LowPriorityCoreQuota": "System.Nullable`1[System.Int32]", "DedicatedCoreQuota": "System.Nullable`1[System.Int32]", - "TagsTable": "System.String", + "TaskTenantUrl": "System.String", "State": "System.String", "Subscription": "System.String", "ResourceGroupName": "System.String", @@ -11308,7 +11556,7 @@ "SecondaryAccountKey": "System.String", "PrimaryAccountKey": "System.String", "AccountEndpoint": "System.String", - "TaskTenantUrl": "System.String", + "TagsTable": "System.String", "Id": "System.String" }, "ElementType": null, @@ -11480,7 +11728,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSComputeNode", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSComputeNode, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSComputeNode, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "EndpointConfiguration": "Microsoft.Azure.Commands.Batch.Models.PSComputeNodeEndpointConfiguration", "NodeAgentInformation": "Microsoft.Azure.Commands.Batch.Models.PSNodeAgentInformation", @@ -11604,10 +11852,11 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch", "Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType", "AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties", + "Identity": "Microsoft.Azure.Management.Batch.Models.BatchAccountIdentity", "KeyVaultReference": "Microsoft.Azure.Management.Batch.Models.KeyVaultReference", "DedicatedCoreQuotaPerVMFamilyEnforced": "System.Boolean", "PrivateEndpointConnections": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Batch.Models.PrivateEndpointConnection]", @@ -11619,7 +11868,7 @@ "PublicNetworkAccess": "System.Nullable`1[Microsoft.Azure.Management.Batch.Models.PublicNetworkAccessType]", "LowPriorityCoreQuota": "System.Nullable`1[System.Int32]", "DedicatedCoreQuota": "System.Nullable`1[System.Int32]", - "TagsTable": "System.String", + "TaskTenantUrl": "System.String", "State": "System.String", "Subscription": "System.String", "ResourceGroupName": "System.String", @@ -11628,7 +11877,7 @@ "SecondaryAccountKey": "System.String", "PrimaryAccountKey": "System.String", "AccountEndpoint": "System.String", - "TaskTenantUrl": "System.String", + "TagsTable": "System.String", "Id": "System.String" }, "ElementType": null, @@ -11849,10 +12098,11 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch", "Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType", "AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties", + "Identity": "Microsoft.Azure.Management.Batch.Models.BatchAccountIdentity", "KeyVaultReference": "Microsoft.Azure.Management.Batch.Models.KeyVaultReference", "DedicatedCoreQuotaPerVMFamilyEnforced": "System.Boolean", "PrivateEndpointConnections": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Batch.Models.PrivateEndpointConnection]", @@ -11864,7 +12114,7 @@ "PublicNetworkAccess": "System.Nullable`1[Microsoft.Azure.Management.Batch.Models.PublicNetworkAccessType]", "LowPriorityCoreQuota": "System.Nullable`1[System.Int32]", "DedicatedCoreQuota": "System.Nullable`1[System.Int32]", - "TagsTable": "System.String", + "TaskTenantUrl": "System.String", "State": "System.String", "Subscription": "System.String", "ResourceGroupName": "System.String", @@ -11873,7 +12123,7 @@ "SecondaryAccountKey": "System.String", "PrimaryAccountKey": "System.String", "AccountEndpoint": "System.String", - "TaskTenantUrl": "System.String", + "TagsTable": "System.String", "Id": "System.String" }, "ElementType": null, @@ -11979,7 +12229,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSComputeNode", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSComputeNode, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSComputeNode, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "EndpointConfiguration": "Microsoft.Azure.Commands.Batch.Models.PSComputeNodeEndpointConfiguration", "NodeAgentInformation": "Microsoft.Azure.Commands.Batch.Models.PSNodeAgentInformation", @@ -12127,10 +12377,11 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch", "Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType", "AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties", + "Identity": "Microsoft.Azure.Management.Batch.Models.BatchAccountIdentity", "KeyVaultReference": "Microsoft.Azure.Management.Batch.Models.KeyVaultReference", "DedicatedCoreQuotaPerVMFamilyEnforced": "System.Boolean", "PrivateEndpointConnections": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Batch.Models.PrivateEndpointConnection]", @@ -12142,7 +12393,7 @@ "PublicNetworkAccess": "System.Nullable`1[Microsoft.Azure.Management.Batch.Models.PublicNetworkAccessType]", "LowPriorityCoreQuota": "System.Nullable`1[System.Int32]", "DedicatedCoreQuota": "System.Nullable`1[System.Int32]", - "TagsTable": "System.String", + "TaskTenantUrl": "System.String", "State": "System.String", "Subscription": "System.String", "ResourceGroupName": "System.String", @@ -12151,7 +12402,7 @@ "SecondaryAccountKey": "System.String", "PrimaryAccountKey": "System.String", "AccountEndpoint": "System.String", - "TaskTenantUrl": "System.String", + "TagsTable": "System.String", "Id": "System.String" }, "ElementType": null, @@ -12333,10 +12584,11 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch", "Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType", "AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties", + "Identity": "Microsoft.Azure.Management.Batch.Models.BatchAccountIdentity", "KeyVaultReference": "Microsoft.Azure.Management.Batch.Models.KeyVaultReference", "DedicatedCoreQuotaPerVMFamilyEnforced": "System.Boolean", "PrivateEndpointConnections": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Batch.Models.PrivateEndpointConnection]", @@ -12348,7 +12600,7 @@ "PublicNetworkAccess": "System.Nullable`1[Microsoft.Azure.Management.Batch.Models.PublicNetworkAccessType]", "LowPriorityCoreQuota": "System.Nullable`1[System.Int32]", "DedicatedCoreQuota": "System.Nullable`1[System.Int32]", - "TagsTable": "System.String", + "TaskTenantUrl": "System.String", "State": "System.String", "Subscription": "System.String", "ResourceGroupName": "System.String", @@ -12357,7 +12609,7 @@ "SecondaryAccountKey": "System.String", "PrimaryAccountKey": "System.String", "AccountEndpoint": "System.String", - "TaskTenantUrl": "System.String", + "TagsTable": "System.String", "Id": "System.String" }, "ElementType": null, @@ -12525,7 +12777,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSComputeNode", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSComputeNode, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSComputeNode, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "EndpointConfiguration": "Microsoft.Azure.Commands.Batch.Models.PSComputeNodeEndpointConfiguration", "NodeAgentInformation": "Microsoft.Azure.Commands.Batch.Models.PSNodeAgentInformation", @@ -12611,10 +12863,11 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch", "Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType", "AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties", + "Identity": "Microsoft.Azure.Management.Batch.Models.BatchAccountIdentity", "KeyVaultReference": "Microsoft.Azure.Management.Batch.Models.KeyVaultReference", "DedicatedCoreQuotaPerVMFamilyEnforced": "System.Boolean", "PrivateEndpointConnections": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Batch.Models.PrivateEndpointConnection]", @@ -12626,7 +12879,7 @@ "PublicNetworkAccess": "System.Nullable`1[Microsoft.Azure.Management.Batch.Models.PublicNetworkAccessType]", "LowPriorityCoreQuota": "System.Nullable`1[System.Int32]", "DedicatedCoreQuota": "System.Nullable`1[System.Int32]", - "TagsTable": "System.String", + "TaskTenantUrl": "System.String", "State": "System.String", "Subscription": "System.String", "ResourceGroupName": "System.String", @@ -12635,7 +12888,7 @@ "SecondaryAccountKey": "System.String", "PrimaryAccountKey": "System.String", "AccountEndpoint": "System.String", - "TaskTenantUrl": "System.String", + "TagsTable": "System.String", "Id": "System.String" }, "ElementType": null, @@ -12804,10 +13057,11 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch", "Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType", "AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties", + "Identity": "Microsoft.Azure.Management.Batch.Models.BatchAccountIdentity", "KeyVaultReference": "Microsoft.Azure.Management.Batch.Models.KeyVaultReference", "DedicatedCoreQuotaPerVMFamilyEnforced": "System.Boolean", "PrivateEndpointConnections": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Batch.Models.PrivateEndpointConnection]", @@ -12819,7 +13073,7 @@ "PublicNetworkAccess": "System.Nullable`1[Microsoft.Azure.Management.Batch.Models.PublicNetworkAccessType]", "LowPriorityCoreQuota": "System.Nullable`1[System.Int32]", "DedicatedCoreQuota": "System.Nullable`1[System.Int32]", - "TagsTable": "System.String", + "TaskTenantUrl": "System.String", "State": "System.String", "Subscription": "System.String", "ResourceGroupName": "System.String", @@ -12828,7 +13082,7 @@ "SecondaryAccountKey": "System.String", "PrimaryAccountKey": "System.String", "AccountEndpoint": "System.String", - "TaskTenantUrl": "System.String", + "TagsTable": "System.String", "Id": "System.String" }, "ElementType": null, @@ -12934,7 +13188,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSComputeNode", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSComputeNode, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSComputeNode, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "EndpointConfiguration": "Microsoft.Azure.Commands.Batch.Models.PSComputeNodeEndpointConfiguration", "NodeAgentInformation": "Microsoft.Azure.Commands.Batch.Models.PSNodeAgentInformation", @@ -13032,10 +13286,11 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch", "Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType", "AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties", + "Identity": "Microsoft.Azure.Management.Batch.Models.BatchAccountIdentity", "KeyVaultReference": "Microsoft.Azure.Management.Batch.Models.KeyVaultReference", "DedicatedCoreQuotaPerVMFamilyEnforced": "System.Boolean", "PrivateEndpointConnections": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Batch.Models.PrivateEndpointConnection]", @@ -13047,7 +13302,7 @@ "PublicNetworkAccess": "System.Nullable`1[Microsoft.Azure.Management.Batch.Models.PublicNetworkAccessType]", "LowPriorityCoreQuota": "System.Nullable`1[System.Int32]", "DedicatedCoreQuota": "System.Nullable`1[System.Int32]", - "TagsTable": "System.String", + "TaskTenantUrl": "System.String", "State": "System.String", "Subscription": "System.String", "ResourceGroupName": "System.String", @@ -13056,7 +13311,7 @@ "SecondaryAccountKey": "System.String", "PrimaryAccountKey": "System.String", "AccountEndpoint": "System.String", - "TaskTenantUrl": "System.String", + "TagsTable": "System.String", "Id": "System.String" }, "ElementType": null, @@ -13188,10 +13443,11 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch", "Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType", "AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties", + "Identity": "Microsoft.Azure.Management.Batch.Models.BatchAccountIdentity", "KeyVaultReference": "Microsoft.Azure.Management.Batch.Models.KeyVaultReference", "DedicatedCoreQuotaPerVMFamilyEnforced": "System.Boolean", "PrivateEndpointConnections": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Batch.Models.PrivateEndpointConnection]", @@ -13203,7 +13459,7 @@ "PublicNetworkAccess": "System.Nullable`1[Microsoft.Azure.Management.Batch.Models.PublicNetworkAccessType]", "LowPriorityCoreQuota": "System.Nullable`1[System.Int32]", "DedicatedCoreQuota": "System.Nullable`1[System.Int32]", - "TagsTable": "System.String", + "TaskTenantUrl": "System.String", "State": "System.String", "Subscription": "System.String", "ResourceGroupName": "System.String", @@ -13212,7 +13468,7 @@ "SecondaryAccountKey": "System.String", "PrimaryAccountKey": "System.String", "AccountEndpoint": "System.String", - "TaskTenantUrl": "System.String", + "TagsTable": "System.String", "Id": "System.String" }, "ElementType": null, @@ -13380,7 +13636,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSComputeNode", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSComputeNode, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSComputeNode, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "EndpointConfiguration": "Microsoft.Azure.Commands.Batch.Models.PSComputeNodeEndpointConfiguration", "NodeAgentInformation": "Microsoft.Azure.Commands.Batch.Models.PSNodeAgentInformation", @@ -13466,10 +13722,11 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch", "Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType", "AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties", + "Identity": "Microsoft.Azure.Management.Batch.Models.BatchAccountIdentity", "KeyVaultReference": "Microsoft.Azure.Management.Batch.Models.KeyVaultReference", "DedicatedCoreQuotaPerVMFamilyEnforced": "System.Boolean", "PrivateEndpointConnections": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Batch.Models.PrivateEndpointConnection]", @@ -13481,7 +13738,7 @@ "PublicNetworkAccess": "System.Nullable`1[Microsoft.Azure.Management.Batch.Models.PublicNetworkAccessType]", "LowPriorityCoreQuota": "System.Nullable`1[System.Int32]", "DedicatedCoreQuota": "System.Nullable`1[System.Int32]", - "TagsTable": "System.String", + "TaskTenantUrl": "System.String", "State": "System.String", "Subscription": "System.String", "ResourceGroupName": "System.String", @@ -13490,7 +13747,7 @@ "SecondaryAccountKey": "System.String", "PrimaryAccountKey": "System.String", "AccountEndpoint": "System.String", - "TaskTenantUrl": "System.String", + "TagsTable": "System.String", "Id": "System.String" }, "ElementType": null, @@ -13659,10 +13916,11 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch", "Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType", "AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties", + "Identity": "Microsoft.Azure.Management.Batch.Models.BatchAccountIdentity", "KeyVaultReference": "Microsoft.Azure.Management.Batch.Models.KeyVaultReference", "DedicatedCoreQuotaPerVMFamilyEnforced": "System.Boolean", "PrivateEndpointConnections": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Batch.Models.PrivateEndpointConnection]", @@ -13674,7 +13932,7 @@ "PublicNetworkAccess": "System.Nullable`1[Microsoft.Azure.Management.Batch.Models.PublicNetworkAccessType]", "LowPriorityCoreQuota": "System.Nullable`1[System.Int32]", "DedicatedCoreQuota": "System.Nullable`1[System.Int32]", - "TagsTable": "System.String", + "TaskTenantUrl": "System.String", "State": "System.String", "Subscription": "System.String", "ResourceGroupName": "System.String", @@ -13683,7 +13941,7 @@ "SecondaryAccountKey": "System.String", "PrimaryAccountKey": "System.String", "AccountEndpoint": "System.String", - "TaskTenantUrl": "System.String", + "TagsTable": "System.String", "Id": "System.String" }, "ElementType": null, @@ -13789,7 +14047,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSComputeNode", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSComputeNode, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSComputeNode, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "EndpointConfiguration": "Microsoft.Azure.Commands.Batch.Models.PSComputeNodeEndpointConfiguration", "NodeAgentInformation": "Microsoft.Azure.Commands.Batch.Models.PSNodeAgentInformation", @@ -13887,10 +14145,11 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch", "Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType", "AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties", + "Identity": "Microsoft.Azure.Management.Batch.Models.BatchAccountIdentity", "KeyVaultReference": "Microsoft.Azure.Management.Batch.Models.KeyVaultReference", "DedicatedCoreQuotaPerVMFamilyEnforced": "System.Boolean", "PrivateEndpointConnections": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Batch.Models.PrivateEndpointConnection]", @@ -13902,7 +14161,7 @@ "PublicNetworkAccess": "System.Nullable`1[Microsoft.Azure.Management.Batch.Models.PublicNetworkAccessType]", "LowPriorityCoreQuota": "System.Nullable`1[System.Int32]", "DedicatedCoreQuota": "System.Nullable`1[System.Int32]", - "TagsTable": "System.String", + "TaskTenantUrl": "System.String", "State": "System.String", "Subscription": "System.String", "ResourceGroupName": "System.String", @@ -13911,7 +14170,7 @@ "SecondaryAccountKey": "System.String", "PrimaryAccountKey": "System.String", "AccountEndpoint": "System.String", - "TaskTenantUrl": "System.String", + "TagsTable": "System.String", "Id": "System.String" }, "ElementType": null, @@ -14043,10 +14302,11 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch", "Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType", "AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties", + "Identity": "Microsoft.Azure.Management.Batch.Models.BatchAccountIdentity", "KeyVaultReference": "Microsoft.Azure.Management.Batch.Models.KeyVaultReference", "DedicatedCoreQuotaPerVMFamilyEnforced": "System.Boolean", "PrivateEndpointConnections": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Batch.Models.PrivateEndpointConnection]", @@ -14058,7 +14318,7 @@ "PublicNetworkAccess": "System.Nullable`1[Microsoft.Azure.Management.Batch.Models.PublicNetworkAccessType]", "LowPriorityCoreQuota": "System.Nullable`1[System.Int32]", "DedicatedCoreQuota": "System.Nullable`1[System.Int32]", - "TagsTable": "System.String", + "TaskTenantUrl": "System.String", "State": "System.String", "Subscription": "System.String", "ResourceGroupName": "System.String", @@ -14067,7 +14327,7 @@ "SecondaryAccountKey": "System.String", "PrimaryAccountKey": "System.String", "AccountEndpoint": "System.String", - "TaskTenantUrl": "System.String", + "TagsTable": "System.String", "Id": "System.String" }, "ElementType": null, @@ -14180,7 +14440,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSStartComputeNodeServiceLogUploadResult", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSStartComputeNodeServiceLogUploadResult, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSStartComputeNodeServiceLogUploadResult, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "NumberOfFilesUploaded": "System.Int32", "VirtualDirectoryName": "System.String" @@ -14264,7 +14524,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSComputeNode", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSComputeNode, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSComputeNode, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "EndpointConfiguration": "Microsoft.Azure.Commands.Batch.Models.PSComputeNodeEndpointConfiguration", "NodeAgentInformation": "Microsoft.Azure.Commands.Batch.Models.PSNodeAgentInformation", @@ -14386,10 +14646,11 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch", "Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType", "AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties", + "Identity": "Microsoft.Azure.Management.Batch.Models.BatchAccountIdentity", "KeyVaultReference": "Microsoft.Azure.Management.Batch.Models.KeyVaultReference", "DedicatedCoreQuotaPerVMFamilyEnforced": "System.Boolean", "PrivateEndpointConnections": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Batch.Models.PrivateEndpointConnection]", @@ -14401,7 +14662,7 @@ "PublicNetworkAccess": "System.Nullable`1[Microsoft.Azure.Management.Batch.Models.PublicNetworkAccessType]", "LowPriorityCoreQuota": "System.Nullable`1[System.Int32]", "DedicatedCoreQuota": "System.Nullable`1[System.Int32]", - "TagsTable": "System.String", + "TaskTenantUrl": "System.String", "State": "System.String", "Subscription": "System.String", "ResourceGroupName": "System.String", @@ -14410,7 +14671,7 @@ "SecondaryAccountKey": "System.String", "PrimaryAccountKey": "System.String", "AccountEndpoint": "System.String", - "TaskTenantUrl": "System.String", + "TagsTable": "System.String", "Id": "System.String" }, "ElementType": null, @@ -14627,10 +14888,11 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch", "Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType", "AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties", + "Identity": "Microsoft.Azure.Management.Batch.Models.BatchAccountIdentity", "KeyVaultReference": "Microsoft.Azure.Management.Batch.Models.KeyVaultReference", "DedicatedCoreQuotaPerVMFamilyEnforced": "System.Boolean", "PrivateEndpointConnections": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Batch.Models.PrivateEndpointConnection]", @@ -14642,7 +14904,7 @@ "PublicNetworkAccess": "System.Nullable`1[Microsoft.Azure.Management.Batch.Models.PublicNetworkAccessType]", "LowPriorityCoreQuota": "System.Nullable`1[System.Int32]", "DedicatedCoreQuota": "System.Nullable`1[System.Int32]", - "TagsTable": "System.String", + "TaskTenantUrl": "System.String", "State": "System.String", "Subscription": "System.String", "ResourceGroupName": "System.String", @@ -14651,7 +14913,7 @@ "SecondaryAccountKey": "System.String", "PrimaryAccountKey": "System.String", "AccountEndpoint": "System.String", - "TaskTenantUrl": "System.String", + "TagsTable": "System.String", "Id": "System.String" }, "ElementType": null, @@ -14757,7 +15019,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSComputeNode", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSComputeNode, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSComputeNode, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "EndpointConfiguration": "Microsoft.Azure.Commands.Batch.Models.PSComputeNodeEndpointConfiguration", "NodeAgentInformation": "Microsoft.Azure.Commands.Batch.Models.PSNodeAgentInformation", @@ -14903,10 +15165,11 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch", "Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType", "AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties", + "Identity": "Microsoft.Azure.Management.Batch.Models.BatchAccountIdentity", "KeyVaultReference": "Microsoft.Azure.Management.Batch.Models.KeyVaultReference", "DedicatedCoreQuotaPerVMFamilyEnforced": "System.Boolean", "PrivateEndpointConnections": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Batch.Models.PrivateEndpointConnection]", @@ -14918,7 +15181,7 @@ "PublicNetworkAccess": "System.Nullable`1[Microsoft.Azure.Management.Batch.Models.PublicNetworkAccessType]", "LowPriorityCoreQuota": "System.Nullable`1[System.Int32]", "DedicatedCoreQuota": "System.Nullable`1[System.Int32]", - "TagsTable": "System.String", + "TaskTenantUrl": "System.String", "State": "System.String", "Subscription": "System.String", "ResourceGroupName": "System.String", @@ -14927,7 +15190,7 @@ "SecondaryAccountKey": "System.String", "PrimaryAccountKey": "System.String", "AccountEndpoint": "System.String", - "TaskTenantUrl": "System.String", + "TagsTable": "System.String", "Id": "System.String" }, "ElementType": null, @@ -15107,10 +15370,11 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch", "Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType", "AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties", + "Identity": "Microsoft.Azure.Management.Batch.Models.BatchAccountIdentity", "KeyVaultReference": "Microsoft.Azure.Management.Batch.Models.KeyVaultReference", "DedicatedCoreQuotaPerVMFamilyEnforced": "System.Boolean", "PrivateEndpointConnections": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Batch.Models.PrivateEndpointConnection]", @@ -15122,7 +15386,7 @@ "PublicNetworkAccess": "System.Nullable`1[Microsoft.Azure.Management.Batch.Models.PublicNetworkAccessType]", "LowPriorityCoreQuota": "System.Nullable`1[System.Int32]", "DedicatedCoreQuota": "System.Nullable`1[System.Int32]", - "TagsTable": "System.String", + "TaskTenantUrl": "System.String", "State": "System.String", "Subscription": "System.String", "ResourceGroupName": "System.String", @@ -15131,7 +15395,7 @@ "SecondaryAccountKey": "System.String", "PrimaryAccountKey": "System.String", "AccountEndpoint": "System.String", - "TaskTenantUrl": "System.String", + "TagsTable": "System.String", "Id": "System.String" }, "ElementType": null, @@ -15303,7 +15567,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSComputeNode", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSComputeNode, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSComputeNode, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "EndpointConfiguration": "Microsoft.Azure.Commands.Batch.Models.PSComputeNodeEndpointConfiguration", "NodeAgentInformation": "Microsoft.Azure.Commands.Batch.Models.PSNodeAgentInformation", @@ -15441,10 +15705,11 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch", "Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType", "AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties", + "Identity": "Microsoft.Azure.Management.Batch.Models.BatchAccountIdentity", "KeyVaultReference": "Microsoft.Azure.Management.Batch.Models.KeyVaultReference", "DedicatedCoreQuotaPerVMFamilyEnforced": "System.Boolean", "PrivateEndpointConnections": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Batch.Models.PrivateEndpointConnection]", @@ -15456,7 +15721,7 @@ "PublicNetworkAccess": "System.Nullable`1[Microsoft.Azure.Management.Batch.Models.PublicNetworkAccessType]", "LowPriorityCoreQuota": "System.Nullable`1[System.Int32]", "DedicatedCoreQuota": "System.Nullable`1[System.Int32]", - "TagsTable": "System.String", + "TaskTenantUrl": "System.String", "State": "System.String", "Subscription": "System.String", "ResourceGroupName": "System.String", @@ -15465,7 +15730,7 @@ "SecondaryAccountKey": "System.String", "PrimaryAccountKey": "System.String", "AccountEndpoint": "System.String", - "TaskTenantUrl": "System.String", + "TagsTable": "System.String", "Id": "System.String" }, "ElementType": null, @@ -15704,10 +15969,11 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch", "Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType", "AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties", + "Identity": "Microsoft.Azure.Management.Batch.Models.BatchAccountIdentity", "KeyVaultReference": "Microsoft.Azure.Management.Batch.Models.KeyVaultReference", "DedicatedCoreQuotaPerVMFamilyEnforced": "System.Boolean", "PrivateEndpointConnections": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Batch.Models.PrivateEndpointConnection]", @@ -15719,7 +15985,7 @@ "PublicNetworkAccess": "System.Nullable`1[Microsoft.Azure.Management.Batch.Models.PublicNetworkAccessType]", "LowPriorityCoreQuota": "System.Nullable`1[System.Int32]", "DedicatedCoreQuota": "System.Nullable`1[System.Int32]", - "TagsTable": "System.String", + "TaskTenantUrl": "System.String", "State": "System.String", "Subscription": "System.String", "ResourceGroupName": "System.String", @@ -15728,7 +15994,7 @@ "SecondaryAccountKey": "System.String", "PrimaryAccountKey": "System.String", "AccountEndpoint": "System.String", - "TaskTenantUrl": "System.String", + "TagsTable": "System.String", "Id": "System.String" }, "ElementType": null, @@ -15834,7 +16100,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSComputeNode", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSComputeNode, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSComputeNode, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "EndpointConfiguration": "Microsoft.Azure.Commands.Batch.Models.PSComputeNodeEndpointConfiguration", "NodeAgentInformation": "Microsoft.Azure.Commands.Batch.Models.PSNodeAgentInformation", @@ -16002,10 +16268,11 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch", "Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType", "AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties", + "Identity": "Microsoft.Azure.Management.Batch.Models.BatchAccountIdentity", "KeyVaultReference": "Microsoft.Azure.Management.Batch.Models.KeyVaultReference", "DedicatedCoreQuotaPerVMFamilyEnforced": "System.Boolean", "PrivateEndpointConnections": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Batch.Models.PrivateEndpointConnection]", @@ -16017,7 +16284,7 @@ "PublicNetworkAccess": "System.Nullable`1[Microsoft.Azure.Management.Batch.Models.PublicNetworkAccessType]", "LowPriorityCoreQuota": "System.Nullable`1[System.Int32]", "DedicatedCoreQuota": "System.Nullable`1[System.Int32]", - "TagsTable": "System.String", + "TaskTenantUrl": "System.String", "State": "System.String", "Subscription": "System.String", "ResourceGroupName": "System.String", @@ -16026,7 +16293,7 @@ "SecondaryAccountKey": "System.String", "PrimaryAccountKey": "System.String", "AccountEndpoint": "System.String", - "TaskTenantUrl": "System.String", + "TagsTable": "System.String", "Id": "System.String" }, "ElementType": null, @@ -16228,10 +16495,11 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch", "Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType", "AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties", + "Identity": "Microsoft.Azure.Management.Batch.Models.BatchAccountIdentity", "KeyVaultReference": "Microsoft.Azure.Management.Batch.Models.KeyVaultReference", "DedicatedCoreQuotaPerVMFamilyEnforced": "System.Boolean", "PrivateEndpointConnections": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Batch.Models.PrivateEndpointConnection]", @@ -16243,7 +16511,7 @@ "PublicNetworkAccess": "System.Nullable`1[Microsoft.Azure.Management.Batch.Models.PublicNetworkAccessType]", "LowPriorityCoreQuota": "System.Nullable`1[System.Int32]", "DedicatedCoreQuota": "System.Nullable`1[System.Int32]", - "TagsTable": "System.String", + "TaskTenantUrl": "System.String", "State": "System.String", "Subscription": "System.String", "ResourceGroupName": "System.String", @@ -16252,7 +16520,7 @@ "SecondaryAccountKey": "System.String", "PrimaryAccountKey": "System.String", "AccountEndpoint": "System.String", - "TaskTenantUrl": "System.String", + "TagsTable": "System.String", "Id": "System.String" }, "ElementType": null, @@ -16438,10 +16706,11 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch", "Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType", "AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties", + "Identity": "Microsoft.Azure.Management.Batch.Models.BatchAccountIdentity", "KeyVaultReference": "Microsoft.Azure.Management.Batch.Models.KeyVaultReference", "DedicatedCoreQuotaPerVMFamilyEnforced": "System.Boolean", "PrivateEndpointConnections": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Batch.Models.PrivateEndpointConnection]", @@ -16453,7 +16722,7 @@ "PublicNetworkAccess": "System.Nullable`1[Microsoft.Azure.Management.Batch.Models.PublicNetworkAccessType]", "LowPriorityCoreQuota": "System.Nullable`1[System.Int32]", "DedicatedCoreQuota": "System.Nullable`1[System.Int32]", - "TagsTable": "System.String", + "TaskTenantUrl": "System.String", "State": "System.String", "Subscription": "System.String", "ResourceGroupName": "System.String", @@ -16462,7 +16731,7 @@ "SecondaryAccountKey": "System.String", "PrimaryAccountKey": "System.String", "AccountEndpoint": "System.String", - "TaskTenantUrl": "System.String", + "TagsTable": "System.String", "Id": "System.String" }, "ElementType": null, @@ -16629,10 +16898,11 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch", "Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType", "AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties", + "Identity": "Microsoft.Azure.Management.Batch.Models.BatchAccountIdentity", "KeyVaultReference": "Microsoft.Azure.Management.Batch.Models.KeyVaultReference", "DedicatedCoreQuotaPerVMFamilyEnforced": "System.Boolean", "PrivateEndpointConnections": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Batch.Models.PrivateEndpointConnection]", @@ -16644,7 +16914,7 @@ "PublicNetworkAccess": "System.Nullable`1[Microsoft.Azure.Management.Batch.Models.PublicNetworkAccessType]", "LowPriorityCoreQuota": "System.Nullable`1[System.Int32]", "DedicatedCoreQuota": "System.Nullable`1[System.Int32]", - "TagsTable": "System.String", + "TaskTenantUrl": "System.String", "State": "System.String", "Subscription": "System.String", "ResourceGroupName": "System.String", @@ -16653,7 +16923,7 @@ "SecondaryAccountKey": "System.String", "PrimaryAccountKey": "System.String", "AccountEndpoint": "System.String", - "TaskTenantUrl": "System.String", + "TagsTable": "System.String", "Id": "System.String" }, "ElementType": null, @@ -16875,10 +17145,11 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch", "Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType", "AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties", + "Identity": "Microsoft.Azure.Management.Batch.Models.BatchAccountIdentity", "KeyVaultReference": "Microsoft.Azure.Management.Batch.Models.KeyVaultReference", "DedicatedCoreQuotaPerVMFamilyEnforced": "System.Boolean", "PrivateEndpointConnections": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Batch.Models.PrivateEndpointConnection]", @@ -16890,7 +17161,7 @@ "PublicNetworkAccess": "System.Nullable`1[Microsoft.Azure.Management.Batch.Models.PublicNetworkAccessType]", "LowPriorityCoreQuota": "System.Nullable`1[System.Int32]", "DedicatedCoreQuota": "System.Nullable`1[System.Int32]", - "TagsTable": "System.String", + "TaskTenantUrl": "System.String", "State": "System.String", "Subscription": "System.String", "ResourceGroupName": "System.String", @@ -16899,7 +17170,7 @@ "SecondaryAccountKey": "System.String", "PrimaryAccountKey": "System.String", "AccountEndpoint": "System.String", - "TaskTenantUrl": "System.String", + "TagsTable": "System.String", "Id": "System.String" }, "ElementType": null, @@ -17114,10 +17385,11 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch", "Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType", "AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties", + "Identity": "Microsoft.Azure.Management.Batch.Models.BatchAccountIdentity", "KeyVaultReference": "Microsoft.Azure.Management.Batch.Models.KeyVaultReference", "DedicatedCoreQuotaPerVMFamilyEnforced": "System.Boolean", "PrivateEndpointConnections": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Batch.Models.PrivateEndpointConnection]", @@ -17129,7 +17401,7 @@ "PublicNetworkAccess": "System.Nullable`1[Microsoft.Azure.Management.Batch.Models.PublicNetworkAccessType]", "LowPriorityCoreQuota": "System.Nullable`1[System.Int32]", "DedicatedCoreQuota": "System.Nullable`1[System.Int32]", - "TagsTable": "System.String", + "TaskTenantUrl": "System.String", "State": "System.String", "Subscription": "System.String", "ResourceGroupName": "System.String", @@ -17138,7 +17410,7 @@ "SecondaryAccountKey": "System.String", "PrimaryAccountKey": "System.String", "AccountEndpoint": "System.String", - "TaskTenantUrl": "System.String", + "TagsTable": "System.String", "Id": "System.String" }, "ElementType": null, @@ -17251,7 +17523,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSNodeFile", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSNodeFile, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSNodeFile, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Properties": "Microsoft.Azure.Commands.Batch.Models.PSFileProperties", "IsDirectory": "System.Nullable`1[System.Boolean]", @@ -17337,7 +17609,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSCloudTask", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSCloudTask, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSCloudTask, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AffinityInformation": "Microsoft.Azure.Commands.Batch.Models.PSAffinityInformation", "AuthenticationTokenSettings": "Microsoft.Azure.Commands.Batch.Models.PSAuthenticationTokenSettings", @@ -17459,7 +17731,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSComputeNode", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSComputeNode, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSComputeNode, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "EndpointConfiguration": "Microsoft.Azure.Commands.Batch.Models.PSComputeNodeEndpointConfiguration", "NodeAgentInformation": "Microsoft.Azure.Commands.Batch.Models.PSNodeAgentInformation", @@ -17599,10 +17871,11 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch", "Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType", "AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties", + "Identity": "Microsoft.Azure.Management.Batch.Models.BatchAccountIdentity", "KeyVaultReference": "Microsoft.Azure.Management.Batch.Models.KeyVaultReference", "DedicatedCoreQuotaPerVMFamilyEnforced": "System.Boolean", "PrivateEndpointConnections": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Batch.Models.PrivateEndpointConnection]", @@ -17614,7 +17887,7 @@ "PublicNetworkAccess": "System.Nullable`1[Microsoft.Azure.Management.Batch.Models.PublicNetworkAccessType]", "LowPriorityCoreQuota": "System.Nullable`1[System.Int32]", "DedicatedCoreQuota": "System.Nullable`1[System.Int32]", - "TagsTable": "System.String", + "TaskTenantUrl": "System.String", "State": "System.String", "Subscription": "System.String", "ResourceGroupName": "System.String", @@ -17623,7 +17896,7 @@ "SecondaryAccountKey": "System.String", "PrimaryAccountKey": "System.String", "AccountEndpoint": "System.String", - "TaskTenantUrl": "System.String", + "TagsTable": "System.String", "Id": "System.String" }, "ElementType": null, @@ -17792,10 +18065,11 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch", "Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType", "AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties", + "Identity": "Microsoft.Azure.Management.Batch.Models.BatchAccountIdentity", "KeyVaultReference": "Microsoft.Azure.Management.Batch.Models.KeyVaultReference", "DedicatedCoreQuotaPerVMFamilyEnforced": "System.Boolean", "PrivateEndpointConnections": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Batch.Models.PrivateEndpointConnection]", @@ -17807,7 +18081,7 @@ "PublicNetworkAccess": "System.Nullable`1[Microsoft.Azure.Management.Batch.Models.PublicNetworkAccessType]", "LowPriorityCoreQuota": "System.Nullable`1[System.Int32]", "DedicatedCoreQuota": "System.Nullable`1[System.Int32]", - "TagsTable": "System.String", + "TaskTenantUrl": "System.String", "State": "System.String", "Subscription": "System.String", "ResourceGroupName": "System.String", @@ -17816,7 +18090,7 @@ "SecondaryAccountKey": "System.String", "PrimaryAccountKey": "System.String", "AccountEndpoint": "System.String", - "TaskTenantUrl": "System.String", + "TagsTable": "System.String", "Id": "System.String" }, "ElementType": null, @@ -18042,10 +18316,11 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch", "Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType", "AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties", + "Identity": "Microsoft.Azure.Management.Batch.Models.BatchAccountIdentity", "KeyVaultReference": "Microsoft.Azure.Management.Batch.Models.KeyVaultReference", "DedicatedCoreQuotaPerVMFamilyEnforced": "System.Boolean", "PrivateEndpointConnections": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Batch.Models.PrivateEndpointConnection]", @@ -18057,7 +18332,7 @@ "PublicNetworkAccess": "System.Nullable`1[Microsoft.Azure.Management.Batch.Models.PublicNetworkAccessType]", "LowPriorityCoreQuota": "System.Nullable`1[System.Int32]", "DedicatedCoreQuota": "System.Nullable`1[System.Int32]", - "TagsTable": "System.String", + "TaskTenantUrl": "System.String", "State": "System.String", "Subscription": "System.String", "ResourceGroupName": "System.String", @@ -18066,7 +18341,7 @@ "SecondaryAccountKey": "System.String", "PrimaryAccountKey": "System.String", "AccountEndpoint": "System.String", - "TaskTenantUrl": "System.String", + "TagsTable": "System.String", "Id": "System.String" }, "ElementType": null, @@ -18172,7 +18447,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSCloudTask", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSCloudTask, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSCloudTask, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AffinityInformation": "Microsoft.Azure.Commands.Batch.Models.PSAffinityInformation", "AuthenticationTokenSettings": "Microsoft.Azure.Commands.Batch.Models.PSAuthenticationTokenSettings", @@ -18336,10 +18611,11 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch", "Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType", "AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties", + "Identity": "Microsoft.Azure.Management.Batch.Models.BatchAccountIdentity", "KeyVaultReference": "Microsoft.Azure.Management.Batch.Models.KeyVaultReference", "DedicatedCoreQuotaPerVMFamilyEnforced": "System.Boolean", "PrivateEndpointConnections": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Batch.Models.PrivateEndpointConnection]", @@ -18351,7 +18627,7 @@ "PublicNetworkAccess": "System.Nullable`1[Microsoft.Azure.Management.Batch.Models.PublicNetworkAccessType]", "LowPriorityCoreQuota": "System.Nullable`1[System.Int32]", "DedicatedCoreQuota": "System.Nullable`1[System.Int32]", - "TagsTable": "System.String", + "TaskTenantUrl": "System.String", "State": "System.String", "Subscription": "System.String", "ResourceGroupName": "System.String", @@ -18360,7 +18636,7 @@ "SecondaryAccountKey": "System.String", "PrimaryAccountKey": "System.String", "AccountEndpoint": "System.String", - "TaskTenantUrl": "System.String", + "TagsTable": "System.String", "Id": "System.String" }, "ElementType": null, @@ -18540,10 +18816,11 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch", "Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType", "AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties", + "Identity": "Microsoft.Azure.Management.Batch.Models.BatchAccountIdentity", "KeyVaultReference": "Microsoft.Azure.Management.Batch.Models.KeyVaultReference", "DedicatedCoreQuotaPerVMFamilyEnforced": "System.Boolean", "PrivateEndpointConnections": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Batch.Models.PrivateEndpointConnection]", @@ -18555,7 +18832,7 @@ "PublicNetworkAccess": "System.Nullable`1[Microsoft.Azure.Management.Batch.Models.PublicNetworkAccessType]", "LowPriorityCoreQuota": "System.Nullable`1[System.Int32]", "DedicatedCoreQuota": "System.Nullable`1[System.Int32]", - "TagsTable": "System.String", + "TaskTenantUrl": "System.String", "State": "System.String", "Subscription": "System.String", "ResourceGroupName": "System.String", @@ -18564,7 +18841,7 @@ "SecondaryAccountKey": "System.String", "PrimaryAccountKey": "System.String", "AccountEndpoint": "System.String", - "TaskTenantUrl": "System.String", + "TagsTable": "System.String", "Id": "System.String" }, "ElementType": null, @@ -18790,10 +19067,11 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch", "Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType", "AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties", + "Identity": "Microsoft.Azure.Management.Batch.Models.BatchAccountIdentity", "KeyVaultReference": "Microsoft.Azure.Management.Batch.Models.KeyVaultReference", "DedicatedCoreQuotaPerVMFamilyEnforced": "System.Boolean", "PrivateEndpointConnections": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Batch.Models.PrivateEndpointConnection]", @@ -18805,7 +19083,7 @@ "PublicNetworkAccess": "System.Nullable`1[Microsoft.Azure.Management.Batch.Models.PublicNetworkAccessType]", "LowPriorityCoreQuota": "System.Nullable`1[System.Int32]", "DedicatedCoreQuota": "System.Nullable`1[System.Int32]", - "TagsTable": "System.String", + "TaskTenantUrl": "System.String", "State": "System.String", "Subscription": "System.String", "ResourceGroupName": "System.String", @@ -18814,7 +19092,7 @@ "SecondaryAccountKey": "System.String", "PrimaryAccountKey": "System.String", "AccountEndpoint": "System.String", - "TaskTenantUrl": "System.String", + "TagsTable": "System.String", "Id": "System.String" }, "ElementType": null, @@ -18920,7 +19198,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSComputeNode", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSComputeNode, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSComputeNode, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "EndpointConfiguration": "Microsoft.Azure.Commands.Batch.Models.PSComputeNodeEndpointConfiguration", "NodeAgentInformation": "Microsoft.Azure.Commands.Batch.Models.PSNodeAgentInformation", @@ -19064,10 +19342,11 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch", "Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType", "AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties", + "Identity": "Microsoft.Azure.Management.Batch.Models.BatchAccountIdentity", "KeyVaultReference": "Microsoft.Azure.Management.Batch.Models.KeyVaultReference", "DedicatedCoreQuotaPerVMFamilyEnforced": "System.Boolean", "PrivateEndpointConnections": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Batch.Models.PrivateEndpointConnection]", @@ -19079,7 +19358,7 @@ "PublicNetworkAccess": "System.Nullable`1[Microsoft.Azure.Management.Batch.Models.PublicNetworkAccessType]", "LowPriorityCoreQuota": "System.Nullable`1[System.Int32]", "DedicatedCoreQuota": "System.Nullable`1[System.Int32]", - "TagsTable": "System.String", + "TaskTenantUrl": "System.String", "State": "System.String", "Subscription": "System.String", "ResourceGroupName": "System.String", @@ -19088,7 +19367,7 @@ "SecondaryAccountKey": "System.String", "PrimaryAccountKey": "System.String", "AccountEndpoint": "System.String", - "TaskTenantUrl": "System.String", + "TagsTable": "System.String", "Id": "System.String" }, "ElementType": null, @@ -19194,10 +19473,11 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch", "Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType", "AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties", + "Identity": "Microsoft.Azure.Management.Batch.Models.BatchAccountIdentity", "KeyVaultReference": "Microsoft.Azure.Management.Batch.Models.KeyVaultReference", "DedicatedCoreQuotaPerVMFamilyEnforced": "System.Boolean", "PrivateEndpointConnections": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Batch.Models.PrivateEndpointConnection]", @@ -19209,7 +19489,7 @@ "PublicNetworkAccess": "System.Nullable`1[Microsoft.Azure.Management.Batch.Models.PublicNetworkAccessType]", "LowPriorityCoreQuota": "System.Nullable`1[System.Int32]", "DedicatedCoreQuota": "System.Nullable`1[System.Int32]", - "TagsTable": "System.String", + "TaskTenantUrl": "System.String", "State": "System.String", "Subscription": "System.String", "ResourceGroupName": "System.String", @@ -19218,7 +19498,7 @@ "SecondaryAccountKey": "System.String", "PrimaryAccountKey": "System.String", "AccountEndpoint": "System.String", - "TaskTenantUrl": "System.String", + "TagsTable": "System.String", "Id": "System.String" }, "ElementType": null, @@ -19442,7 +19722,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSNodeFile", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSNodeFile, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSNodeFile, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Properties": "Microsoft.Azure.Commands.Batch.Models.PSFileProperties", "IsDirectory": "System.Nullable`1[System.Boolean]", @@ -19567,10 +19847,11 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch", "Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType", "AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties", + "Identity": "Microsoft.Azure.Management.Batch.Models.BatchAccountIdentity", "KeyVaultReference": "Microsoft.Azure.Management.Batch.Models.KeyVaultReference", "DedicatedCoreQuotaPerVMFamilyEnforced": "System.Boolean", "PrivateEndpointConnections": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Batch.Models.PrivateEndpointConnection]", @@ -19582,7 +19863,7 @@ "PublicNetworkAccess": "System.Nullable`1[Microsoft.Azure.Management.Batch.Models.PublicNetworkAccessType]", "LowPriorityCoreQuota": "System.Nullable`1[System.Int32]", "DedicatedCoreQuota": "System.Nullable`1[System.Int32]", - "TagsTable": "System.String", + "TaskTenantUrl": "System.String", "State": "System.String", "Subscription": "System.String", "ResourceGroupName": "System.String", @@ -19591,7 +19872,7 @@ "SecondaryAccountKey": "System.String", "PrimaryAccountKey": "System.String", "AccountEndpoint": "System.String", - "TaskTenantUrl": "System.String", + "TagsTable": "System.String", "Id": "System.String" }, "ElementType": null, @@ -19836,10 +20117,11 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch", "Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType", "AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties", + "Identity": "Microsoft.Azure.Management.Batch.Models.BatchAccountIdentity", "KeyVaultReference": "Microsoft.Azure.Management.Batch.Models.KeyVaultReference", "DedicatedCoreQuotaPerVMFamilyEnforced": "System.Boolean", "PrivateEndpointConnections": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Batch.Models.PrivateEndpointConnection]", @@ -19851,7 +20133,7 @@ "PublicNetworkAccess": "System.Nullable`1[Microsoft.Azure.Management.Batch.Models.PublicNetworkAccessType]", "LowPriorityCoreQuota": "System.Nullable`1[System.Int32]", "DedicatedCoreQuota": "System.Nullable`1[System.Int32]", - "TagsTable": "System.String", + "TaskTenantUrl": "System.String", "State": "System.String", "Subscription": "System.String", "ResourceGroupName": "System.String", @@ -19860,7 +20142,7 @@ "SecondaryAccountKey": "System.String", "PrimaryAccountKey": "System.String", "AccountEndpoint": "System.String", - "TaskTenantUrl": "System.String", + "TagsTable": "System.String", "Id": "System.String" }, "ElementType": null, @@ -20116,10 +20398,11 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch", "Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType", "AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties", + "Identity": "Microsoft.Azure.Management.Batch.Models.BatchAccountIdentity", "KeyVaultReference": "Microsoft.Azure.Management.Batch.Models.KeyVaultReference", "DedicatedCoreQuotaPerVMFamilyEnforced": "System.Boolean", "PrivateEndpointConnections": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Batch.Models.PrivateEndpointConnection]", @@ -20131,7 +20414,7 @@ "PublicNetworkAccess": "System.Nullable`1[Microsoft.Azure.Management.Batch.Models.PublicNetworkAccessType]", "LowPriorityCoreQuota": "System.Nullable`1[System.Int32]", "DedicatedCoreQuota": "System.Nullable`1[System.Int32]", - "TagsTable": "System.String", + "TaskTenantUrl": "System.String", "State": "System.String", "Subscription": "System.String", "ResourceGroupName": "System.String", @@ -20140,7 +20423,7 @@ "SecondaryAccountKey": "System.String", "PrimaryAccountKey": "System.String", "AccountEndpoint": "System.String", - "TaskTenantUrl": "System.String", + "TagsTable": "System.String", "Id": "System.String" }, "ElementType": null, @@ -20396,10 +20679,11 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch", "Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType", "AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties", + "Identity": "Microsoft.Azure.Management.Batch.Models.BatchAccountIdentity", "KeyVaultReference": "Microsoft.Azure.Management.Batch.Models.KeyVaultReference", "DedicatedCoreQuotaPerVMFamilyEnforced": "System.Boolean", "PrivateEndpointConnections": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Batch.Models.PrivateEndpointConnection]", @@ -20411,7 +20695,7 @@ "PublicNetworkAccess": "System.Nullable`1[Microsoft.Azure.Management.Batch.Models.PublicNetworkAccessType]", "LowPriorityCoreQuota": "System.Nullable`1[System.Int32]", "DedicatedCoreQuota": "System.Nullable`1[System.Int32]", - "TagsTable": "System.String", + "TaskTenantUrl": "System.String", "State": "System.String", "Subscription": "System.String", "ResourceGroupName": "System.String", @@ -20420,7 +20704,7 @@ "SecondaryAccountKey": "System.String", "PrimaryAccountKey": "System.String", "AccountEndpoint": "System.String", - "TaskTenantUrl": "System.String", + "TagsTable": "System.String", "Id": "System.String" }, "ElementType": null, @@ -20676,10 +20960,11 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch", "Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType", "AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties", + "Identity": "Microsoft.Azure.Management.Batch.Models.BatchAccountIdentity", "KeyVaultReference": "Microsoft.Azure.Management.Batch.Models.KeyVaultReference", "DedicatedCoreQuotaPerVMFamilyEnforced": "System.Boolean", "PrivateEndpointConnections": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Batch.Models.PrivateEndpointConnection]", @@ -20691,7 +20976,7 @@ "PublicNetworkAccess": "System.Nullable`1[Microsoft.Azure.Management.Batch.Models.PublicNetworkAccessType]", "LowPriorityCoreQuota": "System.Nullable`1[System.Int32]", "DedicatedCoreQuota": "System.Nullable`1[System.Int32]", - "TagsTable": "System.String", + "TaskTenantUrl": "System.String", "State": "System.String", "Subscription": "System.String", "ResourceGroupName": "System.String", @@ -20700,7 +20985,7 @@ "SecondaryAccountKey": "System.String", "PrimaryAccountKey": "System.String", "AccountEndpoint": "System.String", - "TaskTenantUrl": "System.String", + "TagsTable": "System.String", "Id": "System.String" }, "ElementType": null, @@ -20806,7 +21091,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSNodeFile", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSNodeFile, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSNodeFile, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Properties": "Microsoft.Azure.Commands.Batch.Models.PSFileProperties", "IsDirectory": "System.Nullable`1[System.Boolean]", @@ -20937,10 +21222,11 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch", "Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType", "AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties", + "Identity": "Microsoft.Azure.Management.Batch.Models.BatchAccountIdentity", "KeyVaultReference": "Microsoft.Azure.Management.Batch.Models.KeyVaultReference", "DedicatedCoreQuotaPerVMFamilyEnforced": "System.Boolean", "PrivateEndpointConnections": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Batch.Models.PrivateEndpointConnection]", @@ -20952,7 +21238,7 @@ "PublicNetworkAccess": "System.Nullable`1[Microsoft.Azure.Management.Batch.Models.PublicNetworkAccessType]", "LowPriorityCoreQuota": "System.Nullable`1[System.Int32]", "DedicatedCoreQuota": "System.Nullable`1[System.Int32]", - "TagsTable": "System.String", + "TaskTenantUrl": "System.String", "State": "System.String", "Subscription": "System.String", "ResourceGroupName": "System.String", @@ -20961,7 +21247,7 @@ "SecondaryAccountKey": "System.String", "PrimaryAccountKey": "System.String", "AccountEndpoint": "System.String", - "TaskTenantUrl": "System.String", + "TagsTable": "System.String", "Id": "System.String" }, "ElementType": null, @@ -21067,7 +21353,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSNodeFile", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSNodeFile, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSNodeFile, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Properties": "Microsoft.Azure.Commands.Batch.Models.PSFileProperties", "IsDirectory": "System.Nullable`1[System.Boolean]", @@ -21198,10 +21484,11 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch", "Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType", "AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties", + "Identity": "Microsoft.Azure.Management.Batch.Models.BatchAccountIdentity", "KeyVaultReference": "Microsoft.Azure.Management.Batch.Models.KeyVaultReference", "DedicatedCoreQuotaPerVMFamilyEnforced": "System.Boolean", "PrivateEndpointConnections": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Batch.Models.PrivateEndpointConnection]", @@ -21213,7 +21500,7 @@ "PublicNetworkAccess": "System.Nullable`1[Microsoft.Azure.Management.Batch.Models.PublicNetworkAccessType]", "LowPriorityCoreQuota": "System.Nullable`1[System.Int32]", "DedicatedCoreQuota": "System.Nullable`1[System.Int32]", - "TagsTable": "System.String", + "TaskTenantUrl": "System.String", "State": "System.String", "Subscription": "System.String", "ResourceGroupName": "System.String", @@ -21222,7 +21509,7 @@ "SecondaryAccountKey": "System.String", "PrimaryAccountKey": "System.String", "AccountEndpoint": "System.String", - "TaskTenantUrl": "System.String", + "TagsTable": "System.String", "Id": "System.String" }, "ElementType": null, @@ -21380,10 +21667,11 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch", "Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType", "AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties", + "Identity": "Microsoft.Azure.Management.Batch.Models.BatchAccountIdentity", "KeyVaultReference": "Microsoft.Azure.Management.Batch.Models.KeyVaultReference", "DedicatedCoreQuotaPerVMFamilyEnforced": "System.Boolean", "PrivateEndpointConnections": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Batch.Models.PrivateEndpointConnection]", @@ -21395,7 +21683,7 @@ "PublicNetworkAccess": "System.Nullable`1[Microsoft.Azure.Management.Batch.Models.PublicNetworkAccessType]", "LowPriorityCoreQuota": "System.Nullable`1[System.Int32]", "DedicatedCoreQuota": "System.Nullable`1[System.Int32]", - "TagsTable": "System.String", + "TaskTenantUrl": "System.String", "State": "System.String", "Subscription": "System.String", "ResourceGroupName": "System.String", @@ -21404,7 +21692,7 @@ "SecondaryAccountKey": "System.String", "PrimaryAccountKey": "System.String", "AccountEndpoint": "System.String", - "TaskTenantUrl": "System.String", + "TagsTable": "System.String", "Id": "System.String" }, "ElementType": null, @@ -21572,7 +21860,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSComputeNode", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSComputeNode, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSComputeNode, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "EndpointConfiguration": "Microsoft.Azure.Commands.Batch.Models.PSComputeNodeEndpointConfiguration", "NodeAgentInformation": "Microsoft.Azure.Commands.Batch.Models.PSNodeAgentInformation", @@ -21674,10 +21962,11 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch", "Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType", "AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties", + "Identity": "Microsoft.Azure.Management.Batch.Models.BatchAccountIdentity", "KeyVaultReference": "Microsoft.Azure.Management.Batch.Models.KeyVaultReference", "DedicatedCoreQuotaPerVMFamilyEnforced": "System.Boolean", "PrivateEndpointConnections": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Batch.Models.PrivateEndpointConnection]", @@ -21689,7 +21978,7 @@ "PublicNetworkAccess": "System.Nullable`1[Microsoft.Azure.Management.Batch.Models.PublicNetworkAccessType]", "LowPriorityCoreQuota": "System.Nullable`1[System.Int32]", "DedicatedCoreQuota": "System.Nullable`1[System.Int32]", - "TagsTable": "System.String", + "TaskTenantUrl": "System.String", "State": "System.String", "Subscription": "System.String", "ResourceGroupName": "System.String", @@ -21698,7 +21987,7 @@ "SecondaryAccountKey": "System.String", "PrimaryAccountKey": "System.String", "AccountEndpoint": "System.String", - "TaskTenantUrl": "System.String", + "TagsTable": "System.String", "Id": "System.String" }, "ElementType": null, @@ -21865,10 +22154,11 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch", "Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType", "AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties", + "Identity": "Microsoft.Azure.Management.Batch.Models.BatchAccountIdentity", "KeyVaultReference": "Microsoft.Azure.Management.Batch.Models.KeyVaultReference", "DedicatedCoreQuotaPerVMFamilyEnforced": "System.Boolean", "PrivateEndpointConnections": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Batch.Models.PrivateEndpointConnection]", @@ -21880,7 +22170,7 @@ "PublicNetworkAccess": "System.Nullable`1[Microsoft.Azure.Management.Batch.Models.PublicNetworkAccessType]", "LowPriorityCoreQuota": "System.Nullable`1[System.Int32]", "DedicatedCoreQuota": "System.Nullable`1[System.Int32]", - "TagsTable": "System.String", + "TaskTenantUrl": "System.String", "State": "System.String", "Subscription": "System.String", "ResourceGroupName": "System.String", @@ -21889,7 +22179,7 @@ "SecondaryAccountKey": "System.String", "PrimaryAccountKey": "System.String", "AccountEndpoint": "System.String", - "TaskTenantUrl": "System.String", + "TagsTable": "System.String", "Id": "System.String" }, "ElementType": null, @@ -22067,10 +22357,11 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch", "Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType", "AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties", + "Identity": "Microsoft.Azure.Management.Batch.Models.BatchAccountIdentity", "KeyVaultReference": "Microsoft.Azure.Management.Batch.Models.KeyVaultReference", "DedicatedCoreQuotaPerVMFamilyEnforced": "System.Boolean", "PrivateEndpointConnections": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Batch.Models.PrivateEndpointConnection]", @@ -22082,7 +22373,7 @@ "PublicNetworkAccess": "System.Nullable`1[Microsoft.Azure.Management.Batch.Models.PublicNetworkAccessType]", "LowPriorityCoreQuota": "System.Nullable`1[System.Int32]", "DedicatedCoreQuota": "System.Nullable`1[System.Int32]", - "TagsTable": "System.String", + "TaskTenantUrl": "System.String", "State": "System.String", "Subscription": "System.String", "ResourceGroupName": "System.String", @@ -22091,7 +22382,7 @@ "SecondaryAccountKey": "System.String", "PrimaryAccountKey": "System.String", "AccountEndpoint": "System.String", - "TaskTenantUrl": "System.String", + "TagsTable": "System.String", "Id": "System.String" }, "ElementType": null, @@ -22197,7 +22488,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSComputeNode", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSComputeNode, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSComputeNode, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "EndpointConfiguration": "Microsoft.Azure.Commands.Batch.Models.PSComputeNodeEndpointConfiguration", "NodeAgentInformation": "Microsoft.Azure.Commands.Batch.Models.PSNodeAgentInformation", @@ -22293,10 +22584,11 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch", "Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType", "AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties", + "Identity": "Microsoft.Azure.Management.Batch.Models.BatchAccountIdentity", "KeyVaultReference": "Microsoft.Azure.Management.Batch.Models.KeyVaultReference", "DedicatedCoreQuotaPerVMFamilyEnforced": "System.Boolean", "PrivateEndpointConnections": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Batch.Models.PrivateEndpointConnection]", @@ -22308,7 +22600,7 @@ "PublicNetworkAccess": "System.Nullable`1[Microsoft.Azure.Management.Batch.Models.PublicNetworkAccessType]", "LowPriorityCoreQuota": "System.Nullable`1[System.Int32]", "DedicatedCoreQuota": "System.Nullable`1[System.Int32]", - "TagsTable": "System.String", + "TaskTenantUrl": "System.String", "State": "System.String", "Subscription": "System.String", "ResourceGroupName": "System.String", @@ -22317,7 +22609,7 @@ "SecondaryAccountKey": "System.String", "PrimaryAccountKey": "System.String", "AccountEndpoint": "System.String", - "TaskTenantUrl": "System.String", + "TagsTable": "System.String", "Id": "System.String" }, "ElementType": null, @@ -22423,7 +22715,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSComputeNode", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSComputeNode, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSComputeNode, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "EndpointConfiguration": "Microsoft.Azure.Commands.Batch.Models.PSComputeNodeEndpointConfiguration", "NodeAgentInformation": "Microsoft.Azure.Commands.Batch.Models.PSNodeAgentInformation", @@ -22519,10 +22811,11 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch", "Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType", "AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties", + "Identity": "Microsoft.Azure.Management.Batch.Models.BatchAccountIdentity", "KeyVaultReference": "Microsoft.Azure.Management.Batch.Models.KeyVaultReference", "DedicatedCoreQuotaPerVMFamilyEnforced": "System.Boolean", "PrivateEndpointConnections": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Batch.Models.PrivateEndpointConnection]", @@ -22534,7 +22827,7 @@ "PublicNetworkAccess": "System.Nullable`1[Microsoft.Azure.Management.Batch.Models.PublicNetworkAccessType]", "LowPriorityCoreQuota": "System.Nullable`1[System.Int32]", "DedicatedCoreQuota": "System.Nullable`1[System.Int32]", - "TagsTable": "System.String", + "TaskTenantUrl": "System.String", "State": "System.String", "Subscription": "System.String", "ResourceGroupName": "System.String", @@ -22543,7 +22836,7 @@ "SecondaryAccountKey": "System.String", "PrimaryAccountKey": "System.String", "AccountEndpoint": "System.String", - "TaskTenantUrl": "System.String", + "TagsTable": "System.String", "Id": "System.String" }, "ElementType": null, @@ -22649,10 +22942,11 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch", "Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType", "AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties", + "Identity": "Microsoft.Azure.Management.Batch.Models.BatchAccountIdentity", "KeyVaultReference": "Microsoft.Azure.Management.Batch.Models.KeyVaultReference", "DedicatedCoreQuotaPerVMFamilyEnforced": "System.Boolean", "PrivateEndpointConnections": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Batch.Models.PrivateEndpointConnection]", @@ -22664,7 +22958,7 @@ "PublicNetworkAccess": "System.Nullable`1[Microsoft.Azure.Management.Batch.Models.PublicNetworkAccessType]", "LowPriorityCoreQuota": "System.Nullable`1[System.Int32]", "DedicatedCoreQuota": "System.Nullable`1[System.Int32]", - "TagsTable": "System.String", + "TaskTenantUrl": "System.String", "State": "System.String", "Subscription": "System.String", "ResourceGroupName": "System.String", @@ -22673,7 +22967,7 @@ "SecondaryAccountKey": "System.String", "PrimaryAccountKey": "System.String", "AccountEndpoint": "System.String", - "TaskTenantUrl": "System.String", + "TagsTable": "System.String", "Id": "System.String" }, "ElementType": null, @@ -22897,7 +23191,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSNodeFile", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSNodeFile, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSNodeFile, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Properties": "Microsoft.Azure.Commands.Batch.Models.PSFileProperties", "IsDirectory": "System.Nullable`1[System.Boolean]", @@ -22982,10 +23276,11 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch", "Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType", "AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties", + "Identity": "Microsoft.Azure.Management.Batch.Models.BatchAccountIdentity", "KeyVaultReference": "Microsoft.Azure.Management.Batch.Models.KeyVaultReference", "DedicatedCoreQuotaPerVMFamilyEnforced": "System.Boolean", "PrivateEndpointConnections": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Batch.Models.PrivateEndpointConnection]", @@ -22997,7 +23292,7 @@ "PublicNetworkAccess": "System.Nullable`1[Microsoft.Azure.Management.Batch.Models.PublicNetworkAccessType]", "LowPriorityCoreQuota": "System.Nullable`1[System.Int32]", "DedicatedCoreQuota": "System.Nullable`1[System.Int32]", - "TagsTable": "System.String", + "TaskTenantUrl": "System.String", "State": "System.String", "Subscription": "System.String", "ResourceGroupName": "System.String", @@ -23006,7 +23301,7 @@ "SecondaryAccountKey": "System.String", "PrimaryAccountKey": "System.String", "AccountEndpoint": "System.String", - "TaskTenantUrl": "System.String", + "TagsTable": "System.String", "Id": "System.String" }, "ElementType": null, @@ -23223,10 +23518,11 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch", "Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType", "AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties", + "Identity": "Microsoft.Azure.Management.Batch.Models.BatchAccountIdentity", "KeyVaultReference": "Microsoft.Azure.Management.Batch.Models.KeyVaultReference", "DedicatedCoreQuotaPerVMFamilyEnforced": "System.Boolean", "PrivateEndpointConnections": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Batch.Models.PrivateEndpointConnection]", @@ -23238,7 +23534,7 @@ "PublicNetworkAccess": "System.Nullable`1[Microsoft.Azure.Management.Batch.Models.PublicNetworkAccessType]", "LowPriorityCoreQuota": "System.Nullable`1[System.Int32]", "DedicatedCoreQuota": "System.Nullable`1[System.Int32]", - "TagsTable": "System.String", + "TaskTenantUrl": "System.String", "State": "System.String", "Subscription": "System.String", "ResourceGroupName": "System.String", @@ -23247,7 +23543,7 @@ "SecondaryAccountKey": "System.String", "PrimaryAccountKey": "System.String", "AccountEndpoint": "System.String", - "TaskTenantUrl": "System.String", + "TagsTable": "System.String", "Id": "System.String" }, "ElementType": null, @@ -23475,10 +23771,11 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch", "Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType", "AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties", + "Identity": "Microsoft.Azure.Management.Batch.Models.BatchAccountIdentity", "KeyVaultReference": "Microsoft.Azure.Management.Batch.Models.KeyVaultReference", "DedicatedCoreQuotaPerVMFamilyEnforced": "System.Boolean", "PrivateEndpointConnections": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Batch.Models.PrivateEndpointConnection]", @@ -23490,7 +23787,7 @@ "PublicNetworkAccess": "System.Nullable`1[Microsoft.Azure.Management.Batch.Models.PublicNetworkAccessType]", "LowPriorityCoreQuota": "System.Nullable`1[System.Int32]", "DedicatedCoreQuota": "System.Nullable`1[System.Int32]", - "TagsTable": "System.String", + "TaskTenantUrl": "System.String", "State": "System.String", "Subscription": "System.String", "ResourceGroupName": "System.String", @@ -23499,7 +23796,7 @@ "SecondaryAccountKey": "System.String", "PrimaryAccountKey": "System.String", "AccountEndpoint": "System.String", - "TaskTenantUrl": "System.String", + "TagsTable": "System.String", "Id": "System.String" }, "ElementType": null, @@ -23605,7 +23902,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSNodeFile", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSNodeFile, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSNodeFile, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Properties": "Microsoft.Azure.Commands.Batch.Models.PSFileProperties", "IsDirectory": "System.Nullable`1[System.Boolean]", @@ -23708,10 +24005,11 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch", "Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType", "AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties", + "Identity": "Microsoft.Azure.Management.Batch.Models.BatchAccountIdentity", "KeyVaultReference": "Microsoft.Azure.Management.Batch.Models.KeyVaultReference", "DedicatedCoreQuotaPerVMFamilyEnforced": "System.Boolean", "PrivateEndpointConnections": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Batch.Models.PrivateEndpointConnection]", @@ -23723,7 +24021,7 @@ "PublicNetworkAccess": "System.Nullable`1[Microsoft.Azure.Management.Batch.Models.PublicNetworkAccessType]", "LowPriorityCoreQuota": "System.Nullable`1[System.Int32]", "DedicatedCoreQuota": "System.Nullable`1[System.Int32]", - "TagsTable": "System.String", + "TaskTenantUrl": "System.String", "State": "System.String", "Subscription": "System.String", "ResourceGroupName": "System.String", @@ -23732,7 +24030,7 @@ "SecondaryAccountKey": "System.String", "PrimaryAccountKey": "System.String", "AccountEndpoint": "System.String", - "TaskTenantUrl": "System.String", + "TagsTable": "System.String", "Id": "System.String" }, "ElementType": null, @@ -23886,10 +24184,11 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch", "Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType", "AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties", + "Identity": "Microsoft.Azure.Management.Batch.Models.BatchAccountIdentity", "KeyVaultReference": "Microsoft.Azure.Management.Batch.Models.KeyVaultReference", "DedicatedCoreQuotaPerVMFamilyEnforced": "System.Boolean", "PrivateEndpointConnections": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Batch.Models.PrivateEndpointConnection]", @@ -23901,7 +24200,7 @@ "PublicNetworkAccess": "System.Nullable`1[Microsoft.Azure.Management.Batch.Models.PublicNetworkAccessType]", "LowPriorityCoreQuota": "System.Nullable`1[System.Int32]", "DedicatedCoreQuota": "System.Nullable`1[System.Int32]", - "TagsTable": "System.String", + "TaskTenantUrl": "System.String", "State": "System.String", "Subscription": "System.String", "ResourceGroupName": "System.String", @@ -23910,7 +24209,7 @@ "SecondaryAccountKey": "System.String", "PrimaryAccountKey": "System.String", "AccountEndpoint": "System.String", - "TaskTenantUrl": "System.String", + "TagsTable": "System.String", "Id": "System.String" }, "ElementType": null, @@ -24023,7 +24322,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSResourceFile", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSResourceFile, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSResourceFile, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoStorageContainerName": "System.String", "BlobPrefix": "System.String", @@ -24730,10 +25029,11 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch", "Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType", "AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties", + "Identity": "Microsoft.Azure.Management.Batch.Models.BatchAccountIdentity", "KeyVaultReference": "Microsoft.Azure.Management.Batch.Models.KeyVaultReference", "DedicatedCoreQuotaPerVMFamilyEnforced": "System.Boolean", "PrivateEndpointConnections": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Batch.Models.PrivateEndpointConnection]", @@ -24745,7 +25045,7 @@ "PublicNetworkAccess": "System.Nullable`1[Microsoft.Azure.Management.Batch.Models.PublicNetworkAccessType]", "LowPriorityCoreQuota": "System.Nullable`1[System.Int32]", "DedicatedCoreQuota": "System.Nullable`1[System.Int32]", - "TagsTable": "System.String", + "TaskTenantUrl": "System.String", "State": "System.String", "Subscription": "System.String", "ResourceGroupName": "System.String", @@ -24754,7 +25054,7 @@ "SecondaryAccountKey": "System.String", "PrimaryAccountKey": "System.String", "AccountEndpoint": "System.String", - "TaskTenantUrl": "System.String", + "TagsTable": "System.String", "Id": "System.String" }, "ElementType": null, @@ -24873,10 +25173,11 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch", "Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType", "AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties", + "Identity": "Microsoft.Azure.Management.Batch.Models.BatchAccountIdentity", "KeyVaultReference": "Microsoft.Azure.Management.Batch.Models.KeyVaultReference", "DedicatedCoreQuotaPerVMFamilyEnforced": "System.Boolean", "PrivateEndpointConnections": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Batch.Models.PrivateEndpointConnection]", @@ -24888,7 +25189,7 @@ "PublicNetworkAccess": "System.Nullable`1[Microsoft.Azure.Management.Batch.Models.PublicNetworkAccessType]", "LowPriorityCoreQuota": "System.Nullable`1[System.Int32]", "DedicatedCoreQuota": "System.Nullable`1[System.Int32]", - "TagsTable": "System.String", + "TaskTenantUrl": "System.String", "State": "System.String", "Subscription": "System.String", "ResourceGroupName": "System.String", @@ -24897,7 +25198,7 @@ "SecondaryAccountKey": "System.String", "PrimaryAccountKey": "System.String", "AccountEndpoint": "System.String", - "TaskTenantUrl": "System.String", + "TagsTable": "System.String", "Id": "System.String" }, "ElementType": null, @@ -25047,10 +25348,11 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch", "Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType", "AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties", + "Identity": "Microsoft.Azure.Management.Batch.Models.BatchAccountIdentity", "KeyVaultReference": "Microsoft.Azure.Management.Batch.Models.KeyVaultReference", "DedicatedCoreQuotaPerVMFamilyEnforced": "System.Boolean", "PrivateEndpointConnections": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Batch.Models.PrivateEndpointConnection]", @@ -25062,7 +25364,7 @@ "PublicNetworkAccess": "System.Nullable`1[Microsoft.Azure.Management.Batch.Models.PublicNetworkAccessType]", "LowPriorityCoreQuota": "System.Nullable`1[System.Int32]", "DedicatedCoreQuota": "System.Nullable`1[System.Int32]", - "TagsTable": "System.String", + "TaskTenantUrl": "System.String", "State": "System.String", "Subscription": "System.String", "ResourceGroupName": "System.String", @@ -25071,7 +25373,7 @@ "SecondaryAccountKey": "System.String", "PrimaryAccountKey": "System.String", "AccountEndpoint": "System.String", - "TaskTenantUrl": "System.String", + "TagsTable": "System.String", "Id": "System.String" }, "ElementType": null, @@ -25190,10 +25492,11 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch", "Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType", "AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties", + "Identity": "Microsoft.Azure.Management.Batch.Models.BatchAccountIdentity", "KeyVaultReference": "Microsoft.Azure.Management.Batch.Models.KeyVaultReference", "DedicatedCoreQuotaPerVMFamilyEnforced": "System.Boolean", "PrivateEndpointConnections": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Batch.Models.PrivateEndpointConnection]", @@ -25205,7 +25508,7 @@ "PublicNetworkAccess": "System.Nullable`1[Microsoft.Azure.Management.Batch.Models.PublicNetworkAccessType]", "LowPriorityCoreQuota": "System.Nullable`1[System.Int32]", "DedicatedCoreQuota": "System.Nullable`1[System.Int32]", - "TagsTable": "System.String", + "TaskTenantUrl": "System.String", "State": "System.String", "Subscription": "System.String", "ResourceGroupName": "System.String", @@ -25214,7 +25517,7 @@ "SecondaryAccountKey": "System.String", "PrimaryAccountKey": "System.String", "AccountEndpoint": "System.String", - "TaskTenantUrl": "System.String", + "TagsTable": "System.String", "Id": "System.String" }, "ElementType": null, @@ -25327,7 +25630,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSCloudJobSchedule", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSCloudJobSchedule, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSCloudJobSchedule, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ExecutionInformation": "Microsoft.Azure.Commands.Batch.Models.PSJobScheduleExecutionInformation", "Statistics": "Microsoft.Azure.Commands.Batch.Models.PSJobScheduleStatistics", @@ -25478,10 +25781,11 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch", "Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType", "AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties", + "Identity": "Microsoft.Azure.Management.Batch.Models.BatchAccountIdentity", "KeyVaultReference": "Microsoft.Azure.Management.Batch.Models.KeyVaultReference", "DedicatedCoreQuotaPerVMFamilyEnforced": "System.Boolean", "PrivateEndpointConnections": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Batch.Models.PrivateEndpointConnection]", @@ -25493,7 +25797,7 @@ "PublicNetworkAccess": "System.Nullable`1[Microsoft.Azure.Management.Batch.Models.PublicNetworkAccessType]", "LowPriorityCoreQuota": "System.Nullable`1[System.Int32]", "DedicatedCoreQuota": "System.Nullable`1[System.Int32]", - "TagsTable": "System.String", + "TaskTenantUrl": "System.String", "State": "System.String", "Subscription": "System.String", "ResourceGroupName": "System.String", @@ -25502,7 +25806,7 @@ "SecondaryAccountKey": "System.String", "PrimaryAccountKey": "System.String", "AccountEndpoint": "System.String", - "TaskTenantUrl": "System.String", + "TagsTable": "System.String", "Id": "System.String" }, "ElementType": null, @@ -25669,10 +25973,11 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch", "Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType", "AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties", + "Identity": "Microsoft.Azure.Management.Batch.Models.BatchAccountIdentity", "KeyVaultReference": "Microsoft.Azure.Management.Batch.Models.KeyVaultReference", "DedicatedCoreQuotaPerVMFamilyEnforced": "System.Boolean", "PrivateEndpointConnections": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Batch.Models.PrivateEndpointConnection]", @@ -25684,7 +25989,7 @@ "PublicNetworkAccess": "System.Nullable`1[Microsoft.Azure.Management.Batch.Models.PublicNetworkAccessType]", "LowPriorityCoreQuota": "System.Nullable`1[System.Int32]", "DedicatedCoreQuota": "System.Nullable`1[System.Int32]", - "TagsTable": "System.String", + "TaskTenantUrl": "System.String", "State": "System.String", "Subscription": "System.String", "ResourceGroupName": "System.String", @@ -25693,7 +25998,7 @@ "SecondaryAccountKey": "System.String", "PrimaryAccountKey": "System.String", "AccountEndpoint": "System.String", - "TaskTenantUrl": "System.String", + "TagsTable": "System.String", "Id": "System.String" }, "ElementType": null, @@ -25895,10 +26200,11 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch", "Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType", "AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties", + "Identity": "Microsoft.Azure.Management.Batch.Models.BatchAccountIdentity", "KeyVaultReference": "Microsoft.Azure.Management.Batch.Models.KeyVaultReference", "DedicatedCoreQuotaPerVMFamilyEnforced": "System.Boolean", "PrivateEndpointConnections": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Batch.Models.PrivateEndpointConnection]", @@ -25910,7 +26216,7 @@ "PublicNetworkAccess": "System.Nullable`1[Microsoft.Azure.Management.Batch.Models.PublicNetworkAccessType]", "LowPriorityCoreQuota": "System.Nullable`1[System.Int32]", "DedicatedCoreQuota": "System.Nullable`1[System.Int32]", - "TagsTable": "System.String", + "TaskTenantUrl": "System.String", "State": "System.String", "Subscription": "System.String", "ResourceGroupName": "System.String", @@ -25919,7 +26225,7 @@ "SecondaryAccountKey": "System.String", "PrimaryAccountKey": "System.String", "AccountEndpoint": "System.String", - "TaskTenantUrl": "System.String", + "TagsTable": "System.String", "Id": "System.String" }, "ElementType": null, @@ -26073,10 +26379,11 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch", "Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType", "AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties", + "Identity": "Microsoft.Azure.Management.Batch.Models.BatchAccountIdentity", "KeyVaultReference": "Microsoft.Azure.Management.Batch.Models.KeyVaultReference", "DedicatedCoreQuotaPerVMFamilyEnforced": "System.Boolean", "PrivateEndpointConnections": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Batch.Models.PrivateEndpointConnection]", @@ -26088,7 +26395,7 @@ "PublicNetworkAccess": "System.Nullable`1[Microsoft.Azure.Management.Batch.Models.PublicNetworkAccessType]", "LowPriorityCoreQuota": "System.Nullable`1[System.Int32]", "DedicatedCoreQuota": "System.Nullable`1[System.Int32]", - "TagsTable": "System.String", + "TaskTenantUrl": "System.String", "State": "System.String", "Subscription": "System.String", "ResourceGroupName": "System.String", @@ -26097,7 +26404,7 @@ "SecondaryAccountKey": "System.String", "PrimaryAccountKey": "System.String", "AccountEndpoint": "System.String", - "TaskTenantUrl": "System.String", + "TagsTable": "System.String", "Id": "System.String" }, "ElementType": null, @@ -26265,7 +26572,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSSchedule", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSSchedule, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSSchedule, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DoNotRunAfter": "System.Nullable`1[System.DateTime]", "DoNotRunUntil": "System.Nullable`1[System.DateTime]", @@ -26320,7 +26627,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSJobSpecification", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSJobSpecification, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSJobSpecification, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Constraints": "Microsoft.Azure.Commands.Batch.Models.PSJobConstraints", "JobManagerTask": "Microsoft.Azure.Commands.Batch.Models.PSJobManagerTask", @@ -26412,10 +26719,11 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch", "Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType", "AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties", + "Identity": "Microsoft.Azure.Management.Batch.Models.BatchAccountIdentity", "KeyVaultReference": "Microsoft.Azure.Management.Batch.Models.KeyVaultReference", "DedicatedCoreQuotaPerVMFamilyEnforced": "System.Boolean", "PrivateEndpointConnections": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Batch.Models.PrivateEndpointConnection]", @@ -26427,7 +26735,7 @@ "PublicNetworkAccess": "System.Nullable`1[Microsoft.Azure.Management.Batch.Models.PublicNetworkAccessType]", "LowPriorityCoreQuota": "System.Nullable`1[System.Int32]", "DedicatedCoreQuota": "System.Nullable`1[System.Int32]", - "TagsTable": "System.String", + "TaskTenantUrl": "System.String", "State": "System.String", "Subscription": "System.String", "ResourceGroupName": "System.String", @@ -26436,7 +26744,7 @@ "SecondaryAccountKey": "System.String", "PrimaryAccountKey": "System.String", "AccountEndpoint": "System.String", - "TaskTenantUrl": "System.String", + "TagsTable": "System.String", "Id": "System.String" }, "ElementType": null, @@ -26579,7 +26887,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSSchedule", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSSchedule, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSSchedule, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DoNotRunAfter": "System.Nullable`1[System.DateTime]", "DoNotRunUntil": "System.Nullable`1[System.DateTime]", @@ -26640,7 +26948,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSJobSpecification", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSJobSpecification, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSJobSpecification, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Constraints": "Microsoft.Azure.Commands.Batch.Models.PSJobConstraints", "JobManagerTask": "Microsoft.Azure.Commands.Batch.Models.PSJobManagerTask", @@ -26744,10 +27052,11 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch", "Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType", "AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties", + "Identity": "Microsoft.Azure.Management.Batch.Models.BatchAccountIdentity", "KeyVaultReference": "Microsoft.Azure.Management.Batch.Models.KeyVaultReference", "DedicatedCoreQuotaPerVMFamilyEnforced": "System.Boolean", "PrivateEndpointConnections": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Batch.Models.PrivateEndpointConnection]", @@ -26759,7 +27068,7 @@ "PublicNetworkAccess": "System.Nullable`1[Microsoft.Azure.Management.Batch.Models.PublicNetworkAccessType]", "LowPriorityCoreQuota": "System.Nullable`1[System.Int32]", "DedicatedCoreQuota": "System.Nullable`1[System.Int32]", - "TagsTable": "System.String", + "TaskTenantUrl": "System.String", "State": "System.String", "Subscription": "System.String", "ResourceGroupName": "System.String", @@ -26768,7 +27077,7 @@ "SecondaryAccountKey": "System.String", "PrimaryAccountKey": "System.String", "AccountEndpoint": "System.String", - "TaskTenantUrl": "System.String", + "TagsTable": "System.String", "Id": "System.String" }, "ElementType": null, @@ -26936,10 +27245,11 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch", "Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType", "AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties", + "Identity": "Microsoft.Azure.Management.Batch.Models.BatchAccountIdentity", "KeyVaultReference": "Microsoft.Azure.Management.Batch.Models.KeyVaultReference", "DedicatedCoreQuotaPerVMFamilyEnforced": "System.Boolean", "PrivateEndpointConnections": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Batch.Models.PrivateEndpointConnection]", @@ -26951,7 +27261,7 @@ "PublicNetworkAccess": "System.Nullable`1[Microsoft.Azure.Management.Batch.Models.PublicNetworkAccessType]", "LowPriorityCoreQuota": "System.Nullable`1[System.Int32]", "DedicatedCoreQuota": "System.Nullable`1[System.Int32]", - "TagsTable": "System.String", + "TaskTenantUrl": "System.String", "State": "System.String", "Subscription": "System.String", "ResourceGroupName": "System.String", @@ -26960,7 +27270,7 @@ "SecondaryAccountKey": "System.String", "PrimaryAccountKey": "System.String", "AccountEndpoint": "System.String", - "TaskTenantUrl": "System.String", + "TagsTable": "System.String", "Id": "System.String" }, "ElementType": null, @@ -27103,10 +27413,11 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch", "Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType", "AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties", + "Identity": "Microsoft.Azure.Management.Batch.Models.BatchAccountIdentity", "KeyVaultReference": "Microsoft.Azure.Management.Batch.Models.KeyVaultReference", "DedicatedCoreQuotaPerVMFamilyEnforced": "System.Boolean", "PrivateEndpointConnections": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Batch.Models.PrivateEndpointConnection]", @@ -27118,7 +27429,7 @@ "PublicNetworkAccess": "System.Nullable`1[Microsoft.Azure.Management.Batch.Models.PublicNetworkAccessType]", "LowPriorityCoreQuota": "System.Nullable`1[System.Int32]", "DedicatedCoreQuota": "System.Nullable`1[System.Int32]", - "TagsTable": "System.String", + "TaskTenantUrl": "System.String", "State": "System.String", "Subscription": "System.String", "ResourceGroupName": "System.String", @@ -27127,7 +27438,7 @@ "SecondaryAccountKey": "System.String", "PrimaryAccountKey": "System.String", "AccountEndpoint": "System.String", - "TaskTenantUrl": "System.String", + "TagsTable": "System.String", "Id": "System.String" }, "ElementType": null, @@ -27259,7 +27570,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSCloudJobSchedule", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSCloudJobSchedule, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSCloudJobSchedule, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ExecutionInformation": "Microsoft.Azure.Commands.Batch.Models.PSJobScheduleExecutionInformation", "Statistics": "Microsoft.Azure.Commands.Batch.Models.PSJobScheduleStatistics", @@ -27319,10 +27630,11 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch", "Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType", "AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties", + "Identity": "Microsoft.Azure.Management.Batch.Models.BatchAccountIdentity", "KeyVaultReference": "Microsoft.Azure.Management.Batch.Models.KeyVaultReference", "DedicatedCoreQuotaPerVMFamilyEnforced": "System.Boolean", "PrivateEndpointConnections": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Batch.Models.PrivateEndpointConnection]", @@ -27334,7 +27646,7 @@ "PublicNetworkAccess": "System.Nullable`1[Microsoft.Azure.Management.Batch.Models.PublicNetworkAccessType]", "LowPriorityCoreQuota": "System.Nullable`1[System.Int32]", "DedicatedCoreQuota": "System.Nullable`1[System.Int32]", - "TagsTable": "System.String", + "TaskTenantUrl": "System.String", "State": "System.String", "Subscription": "System.String", "ResourceGroupName": "System.String", @@ -27343,7 +27655,7 @@ "SecondaryAccountKey": "System.String", "PrimaryAccountKey": "System.String", "AccountEndpoint": "System.String", - "TaskTenantUrl": "System.String", + "TagsTable": "System.String", "Id": "System.String" }, "ElementType": null, @@ -27438,7 +27750,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSCloudJobSchedule", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSCloudJobSchedule, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSCloudJobSchedule, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ExecutionInformation": "Microsoft.Azure.Commands.Batch.Models.PSJobScheduleExecutionInformation", "Statistics": "Microsoft.Azure.Commands.Batch.Models.PSJobScheduleStatistics", @@ -27504,10 +27816,11 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch", "Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType", "AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties", + "Identity": "Microsoft.Azure.Management.Batch.Models.BatchAccountIdentity", "KeyVaultReference": "Microsoft.Azure.Management.Batch.Models.KeyVaultReference", "DedicatedCoreQuotaPerVMFamilyEnforced": "System.Boolean", "PrivateEndpointConnections": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Batch.Models.PrivateEndpointConnection]", @@ -27519,7 +27832,7 @@ "PublicNetworkAccess": "System.Nullable`1[Microsoft.Azure.Management.Batch.Models.PublicNetworkAccessType]", "LowPriorityCoreQuota": "System.Nullable`1[System.Int32]", "DedicatedCoreQuota": "System.Nullable`1[System.Int32]", - "TagsTable": "System.String", + "TaskTenantUrl": "System.String", "State": "System.String", "Subscription": "System.String", "ResourceGroupName": "System.String", @@ -27528,7 +27841,7 @@ "SecondaryAccountKey": "System.String", "PrimaryAccountKey": "System.String", "AccountEndpoint": "System.String", - "TaskTenantUrl": "System.String", + "TagsTable": "System.String", "Id": "System.String" }, "ElementType": null, @@ -27678,10 +27991,11 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch", "Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType", "AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties", + "Identity": "Microsoft.Azure.Management.Batch.Models.BatchAccountIdentity", "KeyVaultReference": "Microsoft.Azure.Management.Batch.Models.KeyVaultReference", "DedicatedCoreQuotaPerVMFamilyEnforced": "System.Boolean", "PrivateEndpointConnections": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Batch.Models.PrivateEndpointConnection]", @@ -27693,7 +28007,7 @@ "PublicNetworkAccess": "System.Nullable`1[Microsoft.Azure.Management.Batch.Models.PublicNetworkAccessType]", "LowPriorityCoreQuota": "System.Nullable`1[System.Int32]", "DedicatedCoreQuota": "System.Nullable`1[System.Int32]", - "TagsTable": "System.String", + "TaskTenantUrl": "System.String", "State": "System.String", "Subscription": "System.String", "ResourceGroupName": "System.String", @@ -27702,7 +28016,7 @@ "SecondaryAccountKey": "System.String", "PrimaryAccountKey": "System.String", "AccountEndpoint": "System.String", - "TaskTenantUrl": "System.String", + "TagsTable": "System.String", "Id": "System.String" }, "ElementType": null, @@ -27821,10 +28135,11 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch", "Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType", "AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties", + "Identity": "Microsoft.Azure.Management.Batch.Models.BatchAccountIdentity", "KeyVaultReference": "Microsoft.Azure.Management.Batch.Models.KeyVaultReference", "DedicatedCoreQuotaPerVMFamilyEnforced": "System.Boolean", "PrivateEndpointConnections": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Batch.Models.PrivateEndpointConnection]", @@ -27836,7 +28151,7 @@ "PublicNetworkAccess": "System.Nullable`1[Microsoft.Azure.Management.Batch.Models.PublicNetworkAccessType]", "LowPriorityCoreQuota": "System.Nullable`1[System.Int32]", "DedicatedCoreQuota": "System.Nullable`1[System.Int32]", - "TagsTable": "System.String", + "TaskTenantUrl": "System.String", "State": "System.String", "Subscription": "System.String", "ResourceGroupName": "System.String", @@ -27845,7 +28160,7 @@ "SecondaryAccountKey": "System.String", "PrimaryAccountKey": "System.String", "AccountEndpoint": "System.String", - "TaskTenantUrl": "System.String", + "TagsTable": "System.String", "Id": "System.String" }, "ElementType": null, @@ -28098,10 +28413,11 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch", "Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType", "AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties", + "Identity": "Microsoft.Azure.Management.Batch.Models.BatchAccountIdentity", "KeyVaultReference": "Microsoft.Azure.Management.Batch.Models.KeyVaultReference", "DedicatedCoreQuotaPerVMFamilyEnforced": "System.Boolean", "PrivateEndpointConnections": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Batch.Models.PrivateEndpointConnection]", @@ -28113,7 +28429,7 @@ "PublicNetworkAccess": "System.Nullable`1[Microsoft.Azure.Management.Batch.Models.PublicNetworkAccessType]", "LowPriorityCoreQuota": "System.Nullable`1[System.Int32]", "DedicatedCoreQuota": "System.Nullable`1[System.Int32]", - "TagsTable": "System.String", + "TaskTenantUrl": "System.String", "State": "System.String", "Subscription": "System.String", "ResourceGroupName": "System.String", @@ -28122,7 +28438,7 @@ "SecondaryAccountKey": "System.String", "PrimaryAccountKey": "System.String", "AccountEndpoint": "System.String", - "TaskTenantUrl": "System.String", + "TagsTable": "System.String", "Id": "System.String" }, "ElementType": null, @@ -28350,10 +28666,11 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch", "Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType", "AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties", + "Identity": "Microsoft.Azure.Management.Batch.Models.BatchAccountIdentity", "KeyVaultReference": "Microsoft.Azure.Management.Batch.Models.KeyVaultReference", "DedicatedCoreQuotaPerVMFamilyEnforced": "System.Boolean", "PrivateEndpointConnections": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Batch.Models.PrivateEndpointConnection]", @@ -28365,7 +28682,7 @@ "PublicNetworkAccess": "System.Nullable`1[Microsoft.Azure.Management.Batch.Models.PublicNetworkAccessType]", "LowPriorityCoreQuota": "System.Nullable`1[System.Int32]", "DedicatedCoreQuota": "System.Nullable`1[System.Int32]", - "TagsTable": "System.String", + "TaskTenantUrl": "System.String", "State": "System.String", "Subscription": "System.String", "ResourceGroupName": "System.String", @@ -28374,7 +28691,7 @@ "SecondaryAccountKey": "System.String", "PrimaryAccountKey": "System.String", "AccountEndpoint": "System.String", - "TaskTenantUrl": "System.String", + "TagsTable": "System.String", "Id": "System.String" }, "ElementType": null, @@ -28524,10 +28841,11 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch", "Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType", "AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties", + "Identity": "Microsoft.Azure.Management.Batch.Models.BatchAccountIdentity", "KeyVaultReference": "Microsoft.Azure.Management.Batch.Models.KeyVaultReference", "DedicatedCoreQuotaPerVMFamilyEnforced": "System.Boolean", "PrivateEndpointConnections": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Batch.Models.PrivateEndpointConnection]", @@ -28539,7 +28857,7 @@ "PublicNetworkAccess": "System.Nullable`1[Microsoft.Azure.Management.Batch.Models.PublicNetworkAccessType]", "LowPriorityCoreQuota": "System.Nullable`1[System.Int32]", "DedicatedCoreQuota": "System.Nullable`1[System.Int32]", - "TagsTable": "System.String", + "TaskTenantUrl": "System.String", "State": "System.String", "Subscription": "System.String", "ResourceGroupName": "System.String", @@ -28548,7 +28866,7 @@ "SecondaryAccountKey": "System.String", "PrimaryAccountKey": "System.String", "AccountEndpoint": "System.String", - "TaskTenantUrl": "System.String", + "TagsTable": "System.String", "Id": "System.String" }, "ElementType": null, @@ -28667,10 +28985,11 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch", "Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType", "AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties", + "Identity": "Microsoft.Azure.Management.Batch.Models.BatchAccountIdentity", "KeyVaultReference": "Microsoft.Azure.Management.Batch.Models.KeyVaultReference", "DedicatedCoreQuotaPerVMFamilyEnforced": "System.Boolean", "PrivateEndpointConnections": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Batch.Models.PrivateEndpointConnection]", @@ -28682,7 +29001,7 @@ "PublicNetworkAccess": "System.Nullable`1[Microsoft.Azure.Management.Batch.Models.PublicNetworkAccessType]", "LowPriorityCoreQuota": "System.Nullable`1[System.Int32]", "DedicatedCoreQuota": "System.Nullable`1[System.Int32]", - "TagsTable": "System.String", + "TaskTenantUrl": "System.String", "State": "System.String", "Subscription": "System.String", "ResourceGroupName": "System.String", @@ -28691,7 +29010,7 @@ "SecondaryAccountKey": "System.String", "PrimaryAccountKey": "System.String", "AccountEndpoint": "System.String", - "TaskTenantUrl": "System.String", + "TagsTable": "System.String", "Id": "System.String" }, "ElementType": null, @@ -28804,7 +29123,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSCloudJob", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSCloudJob, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSCloudJob, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Constraints": "Microsoft.Azure.Commands.Batch.Models.PSJobConstraints", "ExecutionInformation": "Microsoft.Azure.Commands.Batch.Models.PSJobExecutionInformation", @@ -28910,7 +29229,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSCloudJobSchedule", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSCloudJobSchedule, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSCloudJobSchedule, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ExecutionInformation": "Microsoft.Azure.Commands.Batch.Models.PSJobScheduleExecutionInformation", "Statistics": "Microsoft.Azure.Commands.Batch.Models.PSJobScheduleStatistics", @@ -29042,10 +29361,11 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch", "Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType", "AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties", + "Identity": "Microsoft.Azure.Management.Batch.Models.BatchAccountIdentity", "KeyVaultReference": "Microsoft.Azure.Management.Batch.Models.KeyVaultReference", "DedicatedCoreQuotaPerVMFamilyEnforced": "System.Boolean", "PrivateEndpointConnections": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Batch.Models.PrivateEndpointConnection]", @@ -29057,7 +29377,7 @@ "PublicNetworkAccess": "System.Nullable`1[Microsoft.Azure.Management.Batch.Models.PublicNetworkAccessType]", "LowPriorityCoreQuota": "System.Nullable`1[System.Int32]", "DedicatedCoreQuota": "System.Nullable`1[System.Int32]", - "TagsTable": "System.String", + "TaskTenantUrl": "System.String", "State": "System.String", "Subscription": "System.String", "ResourceGroupName": "System.String", @@ -29066,7 +29386,7 @@ "SecondaryAccountKey": "System.String", "PrimaryAccountKey": "System.String", "AccountEndpoint": "System.String", - "TaskTenantUrl": "System.String", + "TagsTable": "System.String", "Id": "System.String" }, "ElementType": null, @@ -29233,10 +29553,11 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch", "Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType", "AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties", + "Identity": "Microsoft.Azure.Management.Batch.Models.BatchAccountIdentity", "KeyVaultReference": "Microsoft.Azure.Management.Batch.Models.KeyVaultReference", "DedicatedCoreQuotaPerVMFamilyEnforced": "System.Boolean", "PrivateEndpointConnections": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Batch.Models.PrivateEndpointConnection]", @@ -29248,7 +29569,7 @@ "PublicNetworkAccess": "System.Nullable`1[Microsoft.Azure.Management.Batch.Models.PublicNetworkAccessType]", "LowPriorityCoreQuota": "System.Nullable`1[System.Int32]", "DedicatedCoreQuota": "System.Nullable`1[System.Int32]", - "TagsTable": "System.String", + "TaskTenantUrl": "System.String", "State": "System.String", "Subscription": "System.String", "ResourceGroupName": "System.String", @@ -29257,7 +29578,7 @@ "SecondaryAccountKey": "System.String", "PrimaryAccountKey": "System.String", "AccountEndpoint": "System.String", - "TaskTenantUrl": "System.String", + "TagsTable": "System.String", "Id": "System.String" }, "ElementType": null, @@ -29483,10 +29804,11 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch", "Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType", "AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties", + "Identity": "Microsoft.Azure.Management.Batch.Models.BatchAccountIdentity", "KeyVaultReference": "Microsoft.Azure.Management.Batch.Models.KeyVaultReference", "DedicatedCoreQuotaPerVMFamilyEnforced": "System.Boolean", "PrivateEndpointConnections": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Batch.Models.PrivateEndpointConnection]", @@ -29498,7 +29820,7 @@ "PublicNetworkAccess": "System.Nullable`1[Microsoft.Azure.Management.Batch.Models.PublicNetworkAccessType]", "LowPriorityCoreQuota": "System.Nullable`1[System.Int32]", "DedicatedCoreQuota": "System.Nullable`1[System.Int32]", - "TagsTable": "System.String", + "TaskTenantUrl": "System.String", "State": "System.String", "Subscription": "System.String", "ResourceGroupName": "System.String", @@ -29507,7 +29829,7 @@ "SecondaryAccountKey": "System.String", "PrimaryAccountKey": "System.String", "AccountEndpoint": "System.String", - "TaskTenantUrl": "System.String", + "TagsTable": "System.String", "Id": "System.String" }, "ElementType": null, @@ -29613,7 +29935,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSCloudJobSchedule", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSCloudJobSchedule, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSCloudJobSchedule, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ExecutionInformation": "Microsoft.Azure.Commands.Batch.Models.PSJobScheduleExecutionInformation", "Statistics": "Microsoft.Azure.Commands.Batch.Models.PSJobScheduleStatistics", @@ -29775,10 +30097,11 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch", "Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType", "AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties", + "Identity": "Microsoft.Azure.Management.Batch.Models.BatchAccountIdentity", "KeyVaultReference": "Microsoft.Azure.Management.Batch.Models.KeyVaultReference", "DedicatedCoreQuotaPerVMFamilyEnforced": "System.Boolean", "PrivateEndpointConnections": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Batch.Models.PrivateEndpointConnection]", @@ -29790,7 +30113,7 @@ "PublicNetworkAccess": "System.Nullable`1[Microsoft.Azure.Management.Batch.Models.PublicNetworkAccessType]", "LowPriorityCoreQuota": "System.Nullable`1[System.Int32]", "DedicatedCoreQuota": "System.Nullable`1[System.Int32]", - "TagsTable": "System.String", + "TaskTenantUrl": "System.String", "State": "System.String", "Subscription": "System.String", "ResourceGroupName": "System.String", @@ -29799,7 +30122,7 @@ "SecondaryAccountKey": "System.String", "PrimaryAccountKey": "System.String", "AccountEndpoint": "System.String", - "TaskTenantUrl": "System.String", + "TagsTable": "System.String", "Id": "System.String" }, "ElementType": null, @@ -29953,10 +30276,11 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch", "Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType", "AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties", + "Identity": "Microsoft.Azure.Management.Batch.Models.BatchAccountIdentity", "KeyVaultReference": "Microsoft.Azure.Management.Batch.Models.KeyVaultReference", "DedicatedCoreQuotaPerVMFamilyEnforced": "System.Boolean", "PrivateEndpointConnections": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Batch.Models.PrivateEndpointConnection]", @@ -29968,7 +30292,7 @@ "PublicNetworkAccess": "System.Nullable`1[Microsoft.Azure.Management.Batch.Models.PublicNetworkAccessType]", "LowPriorityCoreQuota": "System.Nullable`1[System.Int32]", "DedicatedCoreQuota": "System.Nullable`1[System.Int32]", - "TagsTable": "System.String", + "TaskTenantUrl": "System.String", "State": "System.String", "Subscription": "System.String", "ResourceGroupName": "System.String", @@ -29977,7 +30301,7 @@ "SecondaryAccountKey": "System.String", "PrimaryAccountKey": "System.String", "AccountEndpoint": "System.String", - "TaskTenantUrl": "System.String", + "TagsTable": "System.String", "Id": "System.String" }, "ElementType": null, @@ -30090,7 +30414,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSJobPreparationAndReleaseTaskExecutionInformation", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSJobPreparationAndReleaseTaskExecutionInformation, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSJobPreparationAndReleaseTaskExecutionInformation, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "JobPreparationTaskExecutionInformation": "Microsoft.Azure.Commands.Batch.Models.PSJobPreparationTaskExecutionInformation", "JobReleaseTaskExecutionInformation": "Microsoft.Azure.Commands.Batch.Models.PSJobReleaseTaskExecutionInformation", @@ -30159,7 +30483,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSCloudJob", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSCloudJob, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSCloudJob, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Constraints": "Microsoft.Azure.Commands.Batch.Models.PSJobConstraints", "ExecutionInformation": "Microsoft.Azure.Commands.Batch.Models.PSJobExecutionInformation", @@ -30300,10 +30624,11 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch", "Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType", "AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties", + "Identity": "Microsoft.Azure.Management.Batch.Models.BatchAccountIdentity", "KeyVaultReference": "Microsoft.Azure.Management.Batch.Models.KeyVaultReference", "DedicatedCoreQuotaPerVMFamilyEnforced": "System.Boolean", "PrivateEndpointConnections": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Batch.Models.PrivateEndpointConnection]", @@ -30315,7 +30640,7 @@ "PublicNetworkAccess": "System.Nullable`1[Microsoft.Azure.Management.Batch.Models.PublicNetworkAccessType]", "LowPriorityCoreQuota": "System.Nullable`1[System.Int32]", "DedicatedCoreQuota": "System.Nullable`1[System.Int32]", - "TagsTable": "System.String", + "TaskTenantUrl": "System.String", "State": "System.String", "Subscription": "System.String", "ResourceGroupName": "System.String", @@ -30324,7 +30649,7 @@ "SecondaryAccountKey": "System.String", "PrimaryAccountKey": "System.String", "AccountEndpoint": "System.String", - "TaskTenantUrl": "System.String", + "TagsTable": "System.String", "Id": "System.String" }, "ElementType": null, @@ -30539,10 +30864,11 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch", "Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType", "AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties", + "Identity": "Microsoft.Azure.Management.Batch.Models.BatchAccountIdentity", "KeyVaultReference": "Microsoft.Azure.Management.Batch.Models.KeyVaultReference", "DedicatedCoreQuotaPerVMFamilyEnforced": "System.Boolean", "PrivateEndpointConnections": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Batch.Models.PrivateEndpointConnection]", @@ -30554,7 +30880,7 @@ "PublicNetworkAccess": "System.Nullable`1[Microsoft.Azure.Management.Batch.Models.PublicNetworkAccessType]", "LowPriorityCoreQuota": "System.Nullable`1[System.Int32]", "DedicatedCoreQuota": "System.Nullable`1[System.Int32]", - "TagsTable": "System.String", + "TaskTenantUrl": "System.String", "State": "System.String", "Subscription": "System.String", "ResourceGroupName": "System.String", @@ -30563,7 +30889,7 @@ "SecondaryAccountKey": "System.String", "PrimaryAccountKey": "System.String", "AccountEndpoint": "System.String", - "TaskTenantUrl": "System.String", + "TagsTable": "System.String", "Id": "System.String" }, "ElementType": null, @@ -30669,7 +30995,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSCloudJob", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSCloudJob, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSCloudJob, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Constraints": "Microsoft.Azure.Commands.Batch.Models.PSJobConstraints", "ExecutionInformation": "Microsoft.Azure.Commands.Batch.Models.PSJobExecutionInformation", @@ -30840,10 +31166,11 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch", "Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType", "AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties", + "Identity": "Microsoft.Azure.Management.Batch.Models.BatchAccountIdentity", "KeyVaultReference": "Microsoft.Azure.Management.Batch.Models.KeyVaultReference", "DedicatedCoreQuotaPerVMFamilyEnforced": "System.Boolean", "PrivateEndpointConnections": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Batch.Models.PrivateEndpointConnection]", @@ -30855,7 +31182,7 @@ "PublicNetworkAccess": "System.Nullable`1[Microsoft.Azure.Management.Batch.Models.PublicNetworkAccessType]", "LowPriorityCoreQuota": "System.Nullable`1[System.Int32]", "DedicatedCoreQuota": "System.Nullable`1[System.Int32]", - "TagsTable": "System.String", + "TaskTenantUrl": "System.String", "State": "System.String", "Subscription": "System.String", "ResourceGroupName": "System.String", @@ -30864,7 +31191,7 @@ "SecondaryAccountKey": "System.String", "PrimaryAccountKey": "System.String", "AccountEndpoint": "System.String", - "TaskTenantUrl": "System.String", + "TagsTable": "System.String", "Id": "System.String" }, "ElementType": null, @@ -31066,10 +31393,11 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch", "Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType", "AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties", + "Identity": "Microsoft.Azure.Management.Batch.Models.BatchAccountIdentity", "KeyVaultReference": "Microsoft.Azure.Management.Batch.Models.KeyVaultReference", "DedicatedCoreQuotaPerVMFamilyEnforced": "System.Boolean", "PrivateEndpointConnections": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Batch.Models.PrivateEndpointConnection]", @@ -31081,7 +31409,7 @@ "PublicNetworkAccess": "System.Nullable`1[Microsoft.Azure.Management.Batch.Models.PublicNetworkAccessType]", "LowPriorityCoreQuota": "System.Nullable`1[System.Int32]", "DedicatedCoreQuota": "System.Nullable`1[System.Int32]", - "TagsTable": "System.String", + "TaskTenantUrl": "System.String", "State": "System.String", "Subscription": "System.String", "ResourceGroupName": "System.String", @@ -31090,7 +31418,7 @@ "SecondaryAccountKey": "System.String", "PrimaryAccountKey": "System.String", "AccountEndpoint": "System.String", - "TaskTenantUrl": "System.String", + "TagsTable": "System.String", "Id": "System.String" }, "ElementType": null, @@ -31203,7 +31531,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSJobStatistics", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSJobStatistics, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSJobStatistics, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "LastUpdateTime": "System.DateTime", "StartTime": "System.DateTime", @@ -31263,10 +31591,11 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch", "Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType", "AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties", + "Identity": "Microsoft.Azure.Management.Batch.Models.BatchAccountIdentity", "KeyVaultReference": "Microsoft.Azure.Management.Batch.Models.KeyVaultReference", "DedicatedCoreQuotaPerVMFamilyEnforced": "System.Boolean", "PrivateEndpointConnections": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Batch.Models.PrivateEndpointConnection]", @@ -31278,7 +31607,7 @@ "PublicNetworkAccess": "System.Nullable`1[Microsoft.Azure.Management.Batch.Models.PublicNetworkAccessType]", "LowPriorityCoreQuota": "System.Nullable`1[System.Int32]", "DedicatedCoreQuota": "System.Nullable`1[System.Int32]", - "TagsTable": "System.String", + "TaskTenantUrl": "System.String", "State": "System.String", "Subscription": "System.String", "ResourceGroupName": "System.String", @@ -31287,7 +31616,7 @@ "SecondaryAccountKey": "System.String", "PrimaryAccountKey": "System.String", "AccountEndpoint": "System.String", - "TaskTenantUrl": "System.String", + "TagsTable": "System.String", "Id": "System.String" }, "ElementType": null, @@ -31382,10 +31711,11 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch", "Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType", "AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties", + "Identity": "Microsoft.Azure.Management.Batch.Models.BatchAccountIdentity", "KeyVaultReference": "Microsoft.Azure.Management.Batch.Models.KeyVaultReference", "DedicatedCoreQuotaPerVMFamilyEnforced": "System.Boolean", "PrivateEndpointConnections": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Batch.Models.PrivateEndpointConnection]", @@ -31397,7 +31727,7 @@ "PublicNetworkAccess": "System.Nullable`1[Microsoft.Azure.Management.Batch.Models.PublicNetworkAccessType]", "LowPriorityCoreQuota": "System.Nullable`1[System.Int32]", "DedicatedCoreQuota": "System.Nullable`1[System.Int32]", - "TagsTable": "System.String", + "TaskTenantUrl": "System.String", "State": "System.String", "Subscription": "System.String", "ResourceGroupName": "System.String", @@ -31406,7 +31736,7 @@ "SecondaryAccountKey": "System.String", "PrimaryAccountKey": "System.String", "AccountEndpoint": "System.String", - "TaskTenantUrl": "System.String", + "TagsTable": "System.String", "Id": "System.String" }, "ElementType": null, @@ -31596,7 +31926,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSJobConstraints", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSJobConstraints, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSJobConstraints, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "MaxTaskRetryCount": "System.Nullable`1[System.Int32]", "MaxWallClockTime": "System.Nullable`1[System.TimeSpan]" @@ -31658,7 +31988,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSJobManagerTask", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSJobManagerTask, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSJobManagerTask, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AuthenticationTokenSettings": "Microsoft.Azure.Commands.Batch.Models.PSAuthenticationTokenSettings", "Constraints": "Microsoft.Azure.Commands.Batch.Models.PSTaskConstraints", @@ -31737,7 +32067,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSJobPreparationTask", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSJobPreparationTask, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSJobPreparationTask, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Constraints": "Microsoft.Azure.Commands.Batch.Models.PSTaskConstraints", "ContainerSettings": "Microsoft.Azure.Commands.Batch.Models.PSTaskContainerSettings", @@ -31807,7 +32137,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSJobReleaseTask", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSJobReleaseTask, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSJobReleaseTask, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ContainerSettings": "Microsoft.Azure.Commands.Batch.Models.PSTaskContainerSettings", "UserIdentity": "Microsoft.Azure.Commands.Batch.Models.PSUserIdentity", @@ -31894,7 +32224,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSPoolInformation", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSPoolInformation, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSPoolInformation, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoPoolSpecification": "Microsoft.Azure.Commands.Batch.Models.PSAutoPoolSpecification", "PoolId": "System.String" @@ -32023,10 +32353,11 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch", "Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType", "AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties", + "Identity": "Microsoft.Azure.Management.Batch.Models.BatchAccountIdentity", "KeyVaultReference": "Microsoft.Azure.Management.Batch.Models.KeyVaultReference", "DedicatedCoreQuotaPerVMFamilyEnforced": "System.Boolean", "PrivateEndpointConnections": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Batch.Models.PrivateEndpointConnection]", @@ -32038,7 +32369,7 @@ "PublicNetworkAccess": "System.Nullable`1[Microsoft.Azure.Management.Batch.Models.PublicNetworkAccessType]", "LowPriorityCoreQuota": "System.Nullable`1[System.Int32]", "DedicatedCoreQuota": "System.Nullable`1[System.Int32]", - "TagsTable": "System.String", + "TaskTenantUrl": "System.String", "State": "System.String", "Subscription": "System.String", "ResourceGroupName": "System.String", @@ -32047,7 +32378,7 @@ "SecondaryAccountKey": "System.String", "PrimaryAccountKey": "System.String", "AccountEndpoint": "System.String", - "TaskTenantUrl": "System.String", + "TagsTable": "System.String", "Id": "System.String" }, "ElementType": null, @@ -32216,7 +32547,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSJobConstraints", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSJobConstraints, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSJobConstraints, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "MaxTaskRetryCount": "System.Nullable`1[System.Int32]", "MaxWallClockTime": "System.Nullable`1[System.TimeSpan]" @@ -32284,7 +32615,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSJobManagerTask", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSJobManagerTask, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSJobManagerTask, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AuthenticationTokenSettings": "Microsoft.Azure.Commands.Batch.Models.PSAuthenticationTokenSettings", "Constraints": "Microsoft.Azure.Commands.Batch.Models.PSTaskConstraints", @@ -32369,7 +32700,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSJobPreparationTask", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSJobPreparationTask, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSJobPreparationTask, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Constraints": "Microsoft.Azure.Commands.Batch.Models.PSTaskConstraints", "ContainerSettings": "Microsoft.Azure.Commands.Batch.Models.PSTaskContainerSettings", @@ -32445,7 +32776,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSJobReleaseTask", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSJobReleaseTask, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSJobReleaseTask, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ContainerSettings": "Microsoft.Azure.Commands.Batch.Models.PSTaskContainerSettings", "UserIdentity": "Microsoft.Azure.Commands.Batch.Models.PSUserIdentity", @@ -32544,7 +32875,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSPoolInformation", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSPoolInformation, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSPoolInformation, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoPoolSpecification": "Microsoft.Azure.Commands.Batch.Models.PSAutoPoolSpecification", "PoolId": "System.String" @@ -32703,10 +33034,11 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch", "Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType", "AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties", + "Identity": "Microsoft.Azure.Management.Batch.Models.BatchAccountIdentity", "KeyVaultReference": "Microsoft.Azure.Management.Batch.Models.KeyVaultReference", "DedicatedCoreQuotaPerVMFamilyEnforced": "System.Boolean", "PrivateEndpointConnections": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Batch.Models.PrivateEndpointConnection]", @@ -32718,7 +33050,7 @@ "PublicNetworkAccess": "System.Nullable`1[Microsoft.Azure.Management.Batch.Models.PublicNetworkAccessType]", "LowPriorityCoreQuota": "System.Nullable`1[System.Int32]", "DedicatedCoreQuota": "System.Nullable`1[System.Int32]", - "TagsTable": "System.String", + "TaskTenantUrl": "System.String", "State": "System.String", "Subscription": "System.String", "ResourceGroupName": "System.String", @@ -32727,7 +33059,7 @@ "SecondaryAccountKey": "System.String", "PrimaryAccountKey": "System.String", "AccountEndpoint": "System.String", - "TaskTenantUrl": "System.String", + "TagsTable": "System.String", "Id": "System.String" }, "ElementType": null, @@ -32895,10 +33227,11 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch", "Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType", "AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties", + "Identity": "Microsoft.Azure.Management.Batch.Models.BatchAccountIdentity", "KeyVaultReference": "Microsoft.Azure.Management.Batch.Models.KeyVaultReference", "DedicatedCoreQuotaPerVMFamilyEnforced": "System.Boolean", "PrivateEndpointConnections": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Batch.Models.PrivateEndpointConnection]", @@ -32910,7 +33243,7 @@ "PublicNetworkAccess": "System.Nullable`1[Microsoft.Azure.Management.Batch.Models.PublicNetworkAccessType]", "LowPriorityCoreQuota": "System.Nullable`1[System.Int32]", "DedicatedCoreQuota": "System.Nullable`1[System.Int32]", - "TagsTable": "System.String", + "TaskTenantUrl": "System.String", "State": "System.String", "Subscription": "System.String", "ResourceGroupName": "System.String", @@ -32919,7 +33252,7 @@ "SecondaryAccountKey": "System.String", "PrimaryAccountKey": "System.String", "AccountEndpoint": "System.String", - "TaskTenantUrl": "System.String", + "TagsTable": "System.String", "Id": "System.String" }, "ElementType": null, @@ -33062,10 +33395,11 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch", "Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType", "AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties", + "Identity": "Microsoft.Azure.Management.Batch.Models.BatchAccountIdentity", "KeyVaultReference": "Microsoft.Azure.Management.Batch.Models.KeyVaultReference", "DedicatedCoreQuotaPerVMFamilyEnforced": "System.Boolean", "PrivateEndpointConnections": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Batch.Models.PrivateEndpointConnection]", @@ -33077,7 +33411,7 @@ "PublicNetworkAccess": "System.Nullable`1[Microsoft.Azure.Management.Batch.Models.PublicNetworkAccessType]", "LowPriorityCoreQuota": "System.Nullable`1[System.Int32]", "DedicatedCoreQuota": "System.Nullable`1[System.Int32]", - "TagsTable": "System.String", + "TaskTenantUrl": "System.String", "State": "System.String", "Subscription": "System.String", "ResourceGroupName": "System.String", @@ -33086,7 +33420,7 @@ "SecondaryAccountKey": "System.String", "PrimaryAccountKey": "System.String", "AccountEndpoint": "System.String", - "TaskTenantUrl": "System.String", + "TagsTable": "System.String", "Id": "System.String" }, "ElementType": null, @@ -33218,7 +33552,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSCloudJob", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSCloudJob, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSCloudJob, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Constraints": "Microsoft.Azure.Commands.Batch.Models.PSJobConstraints", "ExecutionInformation": "Microsoft.Azure.Commands.Batch.Models.PSJobExecutionInformation", @@ -33287,10 +33621,11 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch", "Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType", "AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties", + "Identity": "Microsoft.Azure.Management.Batch.Models.BatchAccountIdentity", "KeyVaultReference": "Microsoft.Azure.Management.Batch.Models.KeyVaultReference", "DedicatedCoreQuotaPerVMFamilyEnforced": "System.Boolean", "PrivateEndpointConnections": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Batch.Models.PrivateEndpointConnection]", @@ -33302,7 +33637,7 @@ "PublicNetworkAccess": "System.Nullable`1[Microsoft.Azure.Management.Batch.Models.PublicNetworkAccessType]", "LowPriorityCoreQuota": "System.Nullable`1[System.Int32]", "DedicatedCoreQuota": "System.Nullable`1[System.Int32]", - "TagsTable": "System.String", + "TaskTenantUrl": "System.String", "State": "System.String", "Subscription": "System.String", "ResourceGroupName": "System.String", @@ -33311,7 +33646,7 @@ "SecondaryAccountKey": "System.String", "PrimaryAccountKey": "System.String", "AccountEndpoint": "System.String", - "TaskTenantUrl": "System.String", + "TagsTable": "System.String", "Id": "System.String" }, "ElementType": null, @@ -33406,7 +33741,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSCloudJob", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSCloudJob, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSCloudJob, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Constraints": "Microsoft.Azure.Commands.Batch.Models.PSJobConstraints", "ExecutionInformation": "Microsoft.Azure.Commands.Batch.Models.PSJobExecutionInformation", @@ -33481,10 +33816,11 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch", "Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType", "AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties", + "Identity": "Microsoft.Azure.Management.Batch.Models.BatchAccountIdentity", "KeyVaultReference": "Microsoft.Azure.Management.Batch.Models.KeyVaultReference", "DedicatedCoreQuotaPerVMFamilyEnforced": "System.Boolean", "PrivateEndpointConnections": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Batch.Models.PrivateEndpointConnection]", @@ -33496,7 +33832,7 @@ "PublicNetworkAccess": "System.Nullable`1[Microsoft.Azure.Management.Batch.Models.PublicNetworkAccessType]", "LowPriorityCoreQuota": "System.Nullable`1[System.Int32]", "DedicatedCoreQuota": "System.Nullable`1[System.Int32]", - "TagsTable": "System.String", + "TaskTenantUrl": "System.String", "State": "System.String", "Subscription": "System.String", "ResourceGroupName": "System.String", @@ -33505,7 +33841,7 @@ "SecondaryAccountKey": "System.String", "PrimaryAccountKey": "System.String", "AccountEndpoint": "System.String", - "TaskTenantUrl": "System.String", + "TagsTable": "System.String", "Id": "System.String" }, "ElementType": null, @@ -33673,10 +34009,11 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch", "Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType", "AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties", + "Identity": "Microsoft.Azure.Management.Batch.Models.BatchAccountIdentity", "KeyVaultReference": "Microsoft.Azure.Management.Batch.Models.KeyVaultReference", "DedicatedCoreQuotaPerVMFamilyEnforced": "System.Boolean", "PrivateEndpointConnections": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Batch.Models.PrivateEndpointConnection]", @@ -33688,7 +34025,7 @@ "PublicNetworkAccess": "System.Nullable`1[Microsoft.Azure.Management.Batch.Models.PublicNetworkAccessType]", "LowPriorityCoreQuota": "System.Nullable`1[System.Int32]", "DedicatedCoreQuota": "System.Nullable`1[System.Int32]", - "TagsTable": "System.String", + "TaskTenantUrl": "System.String", "State": "System.String", "Subscription": "System.String", "ResourceGroupName": "System.String", @@ -33697,7 +34034,7 @@ "SecondaryAccountKey": "System.String", "PrimaryAccountKey": "System.String", "AccountEndpoint": "System.String", - "TaskTenantUrl": "System.String", + "TagsTable": "System.String", "Id": "System.String" }, "ElementType": null, @@ -33840,10 +34177,11 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch", "Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType", "AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties", + "Identity": "Microsoft.Azure.Management.Batch.Models.BatchAccountIdentity", "KeyVaultReference": "Microsoft.Azure.Management.Batch.Models.KeyVaultReference", "DedicatedCoreQuotaPerVMFamilyEnforced": "System.Boolean", "PrivateEndpointConnections": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Batch.Models.PrivateEndpointConnection]", @@ -33855,7 +34193,7 @@ "PublicNetworkAccess": "System.Nullable`1[Microsoft.Azure.Management.Batch.Models.PublicNetworkAccessType]", "LowPriorityCoreQuota": "System.Nullable`1[System.Int32]", "DedicatedCoreQuota": "System.Nullable`1[System.Int32]", - "TagsTable": "System.String", + "TaskTenantUrl": "System.String", "State": "System.String", "Subscription": "System.String", "ResourceGroupName": "System.String", @@ -33864,7 +34202,7 @@ "SecondaryAccountKey": "System.String", "PrimaryAccountKey": "System.String", "AccountEndpoint": "System.String", - "TaskTenantUrl": "System.String", + "TagsTable": "System.String", "Id": "System.String" }, "ElementType": null, @@ -33977,7 +34315,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSBatchLocationQuotas", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSBatchLocationQuotas, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSBatchLocationQuotas, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AccountQuota": "System.Int32", "Location": "System.String" @@ -34212,10 +34550,11 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch", "Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType", "AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties", + "Identity": "Microsoft.Azure.Management.Batch.Models.BatchAccountIdentity", "KeyVaultReference": "Microsoft.Azure.Management.Batch.Models.KeyVaultReference", "DedicatedCoreQuotaPerVMFamilyEnforced": "System.Boolean", "PrivateEndpointConnections": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Batch.Models.PrivateEndpointConnection]", @@ -34227,7 +34566,7 @@ "PublicNetworkAccess": "System.Nullable`1[Microsoft.Azure.Management.Batch.Models.PublicNetworkAccessType]", "LowPriorityCoreQuota": "System.Nullable`1[System.Int32]", "DedicatedCoreQuota": "System.Nullable`1[System.Int32]", - "TagsTable": "System.String", + "TaskTenantUrl": "System.String", "State": "System.String", "Subscription": "System.String", "ResourceGroupName": "System.String", @@ -34236,7 +34575,7 @@ "SecondaryAccountKey": "System.String", "PrimaryAccountKey": "System.String", "AccountEndpoint": "System.String", - "TaskTenantUrl": "System.String", + "TagsTable": "System.String", "Id": "System.String" }, "ElementType": null, @@ -34355,10 +34694,11 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch", "Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType", "AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties", + "Identity": "Microsoft.Azure.Management.Batch.Models.BatchAccountIdentity", "KeyVaultReference": "Microsoft.Azure.Management.Batch.Models.KeyVaultReference", "DedicatedCoreQuotaPerVMFamilyEnforced": "System.Boolean", "PrivateEndpointConnections": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Batch.Models.PrivateEndpointConnection]", @@ -34370,7 +34710,7 @@ "PublicNetworkAccess": "System.Nullable`1[Microsoft.Azure.Management.Batch.Models.PublicNetworkAccessType]", "LowPriorityCoreQuota": "System.Nullable`1[System.Int32]", "DedicatedCoreQuota": "System.Nullable`1[System.Int32]", - "TagsTable": "System.String", + "TaskTenantUrl": "System.String", "State": "System.String", "Subscription": "System.String", "ResourceGroupName": "System.String", @@ -34379,7 +34719,7 @@ "SecondaryAccountKey": "System.String", "PrimaryAccountKey": "System.String", "AccountEndpoint": "System.String", - "TaskTenantUrl": "System.String", + "TagsTable": "System.String", "Id": "System.String" }, "ElementType": null, @@ -34567,10 +34907,11 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch", "Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType", "AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties", + "Identity": "Microsoft.Azure.Management.Batch.Models.BatchAccountIdentity", "KeyVaultReference": "Microsoft.Azure.Management.Batch.Models.KeyVaultReference", "DedicatedCoreQuotaPerVMFamilyEnforced": "System.Boolean", "PrivateEndpointConnections": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Batch.Models.PrivateEndpointConnection]", @@ -34582,7 +34923,7 @@ "PublicNetworkAccess": "System.Nullable`1[Microsoft.Azure.Management.Batch.Models.PublicNetworkAccessType]", "LowPriorityCoreQuota": "System.Nullable`1[System.Int32]", "DedicatedCoreQuota": "System.Nullable`1[System.Int32]", - "TagsTable": "System.String", + "TaskTenantUrl": "System.String", "State": "System.String", "Subscription": "System.String", "ResourceGroupName": "System.String", @@ -34591,7 +34932,7 @@ "SecondaryAccountKey": "System.String", "PrimaryAccountKey": "System.String", "AccountEndpoint": "System.String", - "TaskTenantUrl": "System.String", + "TagsTable": "System.String", "Id": "System.String" }, "ElementType": null, @@ -34760,10 +35101,11 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch", "Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType", "AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties", + "Identity": "Microsoft.Azure.Management.Batch.Models.BatchAccountIdentity", "KeyVaultReference": "Microsoft.Azure.Management.Batch.Models.KeyVaultReference", "DedicatedCoreQuotaPerVMFamilyEnforced": "System.Boolean", "PrivateEndpointConnections": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Batch.Models.PrivateEndpointConnection]", @@ -34775,7 +35117,7 @@ "PublicNetworkAccess": "System.Nullable`1[Microsoft.Azure.Management.Batch.Models.PublicNetworkAccessType]", "LowPriorityCoreQuota": "System.Nullable`1[System.Int32]", "DedicatedCoreQuota": "System.Nullable`1[System.Int32]", - "TagsTable": "System.String", + "TaskTenantUrl": "System.String", "State": "System.String", "Subscription": "System.String", "ResourceGroupName": "System.String", @@ -34784,7 +35126,7 @@ "SecondaryAccountKey": "System.String", "PrimaryAccountKey": "System.String", "AccountEndpoint": "System.String", - "TaskTenantUrl": "System.String", + "TagsTable": "System.String", "Id": "System.String" }, "ElementType": null, @@ -34897,7 +35239,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSCloudPool", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSCloudPool, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSCloudPool, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoScaleRun": "Microsoft.Azure.Commands.Batch.Models.PSAutoScaleRun", "CloudServiceConfiguration": "Microsoft.Azure.Commands.Batch.Models.PSCloudServiceConfiguration", @@ -35068,10 +35410,11 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch", "Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType", "AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties", + "Identity": "Microsoft.Azure.Management.Batch.Models.BatchAccountIdentity", "KeyVaultReference": "Microsoft.Azure.Management.Batch.Models.KeyVaultReference", "DedicatedCoreQuotaPerVMFamilyEnforced": "System.Boolean", "PrivateEndpointConnections": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Batch.Models.PrivateEndpointConnection]", @@ -35083,7 +35426,7 @@ "PublicNetworkAccess": "System.Nullable`1[Microsoft.Azure.Management.Batch.Models.PublicNetworkAccessType]", "LowPriorityCoreQuota": "System.Nullable`1[System.Int32]", "DedicatedCoreQuota": "System.Nullable`1[System.Int32]", - "TagsTable": "System.String", + "TaskTenantUrl": "System.String", "State": "System.String", "Subscription": "System.String", "ResourceGroupName": "System.String", @@ -35092,7 +35435,7 @@ "SecondaryAccountKey": "System.String", "PrimaryAccountKey": "System.String", "AccountEndpoint": "System.String", - "TaskTenantUrl": "System.String", + "TagsTable": "System.String", "Id": "System.String" }, "ElementType": null, @@ -35259,10 +35602,11 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch", "Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType", "AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties", + "Identity": "Microsoft.Azure.Management.Batch.Models.BatchAccountIdentity", "KeyVaultReference": "Microsoft.Azure.Management.Batch.Models.KeyVaultReference", "DedicatedCoreQuotaPerVMFamilyEnforced": "System.Boolean", "PrivateEndpointConnections": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Batch.Models.PrivateEndpointConnection]", @@ -35274,7 +35618,7 @@ "PublicNetworkAccess": "System.Nullable`1[Microsoft.Azure.Management.Batch.Models.PublicNetworkAccessType]", "LowPriorityCoreQuota": "System.Nullable`1[System.Int32]", "DedicatedCoreQuota": "System.Nullable`1[System.Int32]", - "TagsTable": "System.String", + "TaskTenantUrl": "System.String", "State": "System.String", "Subscription": "System.String", "ResourceGroupName": "System.String", @@ -35283,7 +35627,7 @@ "SecondaryAccountKey": "System.String", "PrimaryAccountKey": "System.String", "AccountEndpoint": "System.String", - "TaskTenantUrl": "System.String", + "TagsTable": "System.String", "Id": "System.String" }, "ElementType": null, @@ -35485,10 +35829,11 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch", "Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType", "AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties", + "Identity": "Microsoft.Azure.Management.Batch.Models.BatchAccountIdentity", "KeyVaultReference": "Microsoft.Azure.Management.Batch.Models.KeyVaultReference", "DedicatedCoreQuotaPerVMFamilyEnforced": "System.Boolean", "PrivateEndpointConnections": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Batch.Models.PrivateEndpointConnection]", @@ -35500,7 +35845,7 @@ "PublicNetworkAccess": "System.Nullable`1[Microsoft.Azure.Management.Batch.Models.PublicNetworkAccessType]", "LowPriorityCoreQuota": "System.Nullable`1[System.Int32]", "DedicatedCoreQuota": "System.Nullable`1[System.Int32]", - "TagsTable": "System.String", + "TaskTenantUrl": "System.String", "State": "System.String", "Subscription": "System.String", "ResourceGroupName": "System.String", @@ -35509,7 +35854,7 @@ "SecondaryAccountKey": "System.String", "PrimaryAccountKey": "System.String", "AccountEndpoint": "System.String", - "TaskTenantUrl": "System.String", + "TagsTable": "System.String", "Id": "System.String" }, "ElementType": null, @@ -35663,10 +36008,11 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch", "Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType", "AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties", + "Identity": "Microsoft.Azure.Management.Batch.Models.BatchAccountIdentity", "KeyVaultReference": "Microsoft.Azure.Management.Batch.Models.KeyVaultReference", "DedicatedCoreQuotaPerVMFamilyEnforced": "System.Boolean", "PrivateEndpointConnections": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Batch.Models.PrivateEndpointConnection]", @@ -35678,7 +36024,7 @@ "PublicNetworkAccess": "System.Nullable`1[Microsoft.Azure.Management.Batch.Models.PublicNetworkAccessType]", "LowPriorityCoreQuota": "System.Nullable`1[System.Int32]", "DedicatedCoreQuota": "System.Nullable`1[System.Int32]", - "TagsTable": "System.String", + "TaskTenantUrl": "System.String", "State": "System.String", "Subscription": "System.String", "ResourceGroupName": "System.String", @@ -35687,7 +36033,7 @@ "SecondaryAccountKey": "System.String", "PrimaryAccountKey": "System.String", "AccountEndpoint": "System.String", - "TaskTenantUrl": "System.String", + "TagsTable": "System.String", "Id": "System.String" }, "ElementType": null, @@ -35800,7 +36146,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSPoolNodeCounts", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSPoolNodeCounts, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSPoolNodeCounts, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Dedicated": "Microsoft.Azure.Commands.Batch.Models.PSNodeCounts", "LowPriority": "Microsoft.Azure.Commands.Batch.Models.PSNodeCounts", @@ -35867,7 +36213,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSCloudPool", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSCloudPool, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSCloudPool, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoScaleRun": "Microsoft.Azure.Commands.Batch.Models.PSAutoScaleRun", "CloudServiceConfiguration": "Microsoft.Azure.Commands.Batch.Models.PSCloudServiceConfiguration", @@ -35965,10 +36311,11 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch", "Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType", "AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties", + "Identity": "Microsoft.Azure.Management.Batch.Models.BatchAccountIdentity", "KeyVaultReference": "Microsoft.Azure.Management.Batch.Models.KeyVaultReference", "DedicatedCoreQuotaPerVMFamilyEnforced": "System.Boolean", "PrivateEndpointConnections": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Batch.Models.PrivateEndpointConnection]", @@ -35980,7 +36327,7 @@ "PublicNetworkAccess": "System.Nullable`1[Microsoft.Azure.Management.Batch.Models.PublicNetworkAccessType]", "LowPriorityCoreQuota": "System.Nullable`1[System.Int32]", "DedicatedCoreQuota": "System.Nullable`1[System.Int32]", - "TagsTable": "System.String", + "TaskTenantUrl": "System.String", "State": "System.String", "Subscription": "System.String", "ResourceGroupName": "System.String", @@ -35989,7 +36336,7 @@ "SecondaryAccountKey": "System.String", "PrimaryAccountKey": "System.String", "AccountEndpoint": "System.String", - "TaskTenantUrl": "System.String", + "TagsTable": "System.String", "Id": "System.String" }, "ElementType": null, @@ -36108,10 +36455,11 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch", "Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType", "AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties", + "Identity": "Microsoft.Azure.Management.Batch.Models.BatchAccountIdentity", "KeyVaultReference": "Microsoft.Azure.Management.Batch.Models.KeyVaultReference", "DedicatedCoreQuotaPerVMFamilyEnforced": "System.Boolean", "PrivateEndpointConnections": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Batch.Models.PrivateEndpointConnection]", @@ -36123,7 +36471,7 @@ "PublicNetworkAccess": "System.Nullable`1[Microsoft.Azure.Management.Batch.Models.PublicNetworkAccessType]", "LowPriorityCoreQuota": "System.Nullable`1[System.Int32]", "DedicatedCoreQuota": "System.Nullable`1[System.Int32]", - "TagsTable": "System.String", + "TaskTenantUrl": "System.String", "State": "System.String", "Subscription": "System.String", "ResourceGroupName": "System.String", @@ -36132,7 +36480,7 @@ "SecondaryAccountKey": "System.String", "PrimaryAccountKey": "System.String", "AccountEndpoint": "System.String", - "TaskTenantUrl": "System.String", + "TagsTable": "System.String", "Id": "System.String" }, "ElementType": null, @@ -36238,7 +36586,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSCloudPool", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSCloudPool, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSCloudPool, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoScaleRun": "Microsoft.Azure.Commands.Batch.Models.PSAutoScaleRun", "CloudServiceConfiguration": "Microsoft.Azure.Commands.Batch.Models.PSCloudServiceConfiguration", @@ -36324,10 +36672,11 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch", "Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType", "AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties", + "Identity": "Microsoft.Azure.Management.Batch.Models.BatchAccountIdentity", "KeyVaultReference": "Microsoft.Azure.Management.Batch.Models.KeyVaultReference", "DedicatedCoreQuotaPerVMFamilyEnforced": "System.Boolean", "PrivateEndpointConnections": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Batch.Models.PrivateEndpointConnection]", @@ -36339,7 +36688,7 @@ "PublicNetworkAccess": "System.Nullable`1[Microsoft.Azure.Management.Batch.Models.PublicNetworkAccessType]", "LowPriorityCoreQuota": "System.Nullable`1[System.Int32]", "DedicatedCoreQuota": "System.Nullable`1[System.Int32]", - "TagsTable": "System.String", + "TaskTenantUrl": "System.String", "State": "System.String", "Subscription": "System.String", "ResourceGroupName": "System.String", @@ -36348,7 +36697,7 @@ "SecondaryAccountKey": "System.String", "PrimaryAccountKey": "System.String", "AccountEndpoint": "System.String", - "TaskTenantUrl": "System.String", + "TagsTable": "System.String", "Id": "System.String" }, "ElementType": null, @@ -36478,10 +36827,11 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch", "Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType", "AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties", + "Identity": "Microsoft.Azure.Management.Batch.Models.BatchAccountIdentity", "KeyVaultReference": "Microsoft.Azure.Management.Batch.Models.KeyVaultReference", "DedicatedCoreQuotaPerVMFamilyEnforced": "System.Boolean", "PrivateEndpointConnections": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Batch.Models.PrivateEndpointConnection]", @@ -36493,7 +36843,7 @@ "PublicNetworkAccess": "System.Nullable`1[Microsoft.Azure.Management.Batch.Models.PublicNetworkAccessType]", "LowPriorityCoreQuota": "System.Nullable`1[System.Int32]", "DedicatedCoreQuota": "System.Nullable`1[System.Int32]", - "TagsTable": "System.String", + "TaskTenantUrl": "System.String", "State": "System.String", "Subscription": "System.String", "ResourceGroupName": "System.String", @@ -36502,7 +36852,7 @@ "SecondaryAccountKey": "System.String", "PrimaryAccountKey": "System.String", "AccountEndpoint": "System.String", - "TaskTenantUrl": "System.String", + "TagsTable": "System.String", "Id": "System.String" }, "ElementType": null, @@ -36608,10 +36958,11 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch", "Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType", "AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties", + "Identity": "Microsoft.Azure.Management.Batch.Models.BatchAccountIdentity", "KeyVaultReference": "Microsoft.Azure.Management.Batch.Models.KeyVaultReference", "DedicatedCoreQuotaPerVMFamilyEnforced": "System.Boolean", "PrivateEndpointConnections": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Batch.Models.PrivateEndpointConnection]", @@ -36623,7 +36974,7 @@ "PublicNetworkAccess": "System.Nullable`1[Microsoft.Azure.Management.Batch.Models.PublicNetworkAccessType]", "LowPriorityCoreQuota": "System.Nullable`1[System.Int32]", "DedicatedCoreQuota": "System.Nullable`1[System.Int32]", - "TagsTable": "System.String", + "TaskTenantUrl": "System.String", "State": "System.String", "Subscription": "System.String", "ResourceGroupName": "System.String", @@ -36632,7 +36983,7 @@ "SecondaryAccountKey": "System.String", "PrimaryAccountKey": "System.String", "AccountEndpoint": "System.String", - "TaskTenantUrl": "System.String", + "TagsTable": "System.String", "Id": "System.String" }, "ElementType": null, @@ -36751,7 +37102,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSPoolStatistics", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSPoolStatistics, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSPoolStatistics, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ResourceStatistics": "Microsoft.Azure.Commands.Batch.Models.PSResourceStatistics", "UsageStatistics": "Microsoft.Azure.Commands.Batch.Models.PSUsageStatistics", @@ -36802,10 +37153,11 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch", "Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType", "AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties", + "Identity": "Microsoft.Azure.Management.Batch.Models.BatchAccountIdentity", "KeyVaultReference": "Microsoft.Azure.Management.Batch.Models.KeyVaultReference", "DedicatedCoreQuotaPerVMFamilyEnforced": "System.Boolean", "PrivateEndpointConnections": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Batch.Models.PrivateEndpointConnection]", @@ -36817,7 +37169,7 @@ "PublicNetworkAccess": "System.Nullable`1[Microsoft.Azure.Management.Batch.Models.PublicNetworkAccessType]", "LowPriorityCoreQuota": "System.Nullable`1[System.Int32]", "DedicatedCoreQuota": "System.Nullable`1[System.Int32]", - "TagsTable": "System.String", + "TaskTenantUrl": "System.String", "State": "System.String", "Subscription": "System.String", "ResourceGroupName": "System.String", @@ -36826,7 +37178,7 @@ "SecondaryAccountKey": "System.String", "PrimaryAccountKey": "System.String", "AccountEndpoint": "System.String", - "TaskTenantUrl": "System.String", + "TagsTable": "System.String", "Id": "System.String" }, "ElementType": null, @@ -36921,10 +37273,11 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch", "Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType", "AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties", + "Identity": "Microsoft.Azure.Management.Batch.Models.BatchAccountIdentity", "KeyVaultReference": "Microsoft.Azure.Management.Batch.Models.KeyVaultReference", "DedicatedCoreQuotaPerVMFamilyEnforced": "System.Boolean", "PrivateEndpointConnections": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Batch.Models.PrivateEndpointConnection]", @@ -36936,7 +37289,7 @@ "PublicNetworkAccess": "System.Nullable`1[Microsoft.Azure.Management.Batch.Models.PublicNetworkAccessType]", "LowPriorityCoreQuota": "System.Nullable`1[System.Int32]", "DedicatedCoreQuota": "System.Nullable`1[System.Int32]", - "TagsTable": "System.String", + "TaskTenantUrl": "System.String", "State": "System.String", "Subscription": "System.String", "ResourceGroupName": "System.String", @@ -36945,7 +37298,7 @@ "SecondaryAccountKey": "System.String", "PrimaryAccountKey": "System.String", "AccountEndpoint": "System.String", - "TaskTenantUrl": "System.String", + "TagsTable": "System.String", "Id": "System.String" }, "ElementType": null, @@ -37060,7 +37413,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSPoolUsageMetrics", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSPoolUsageMetrics, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSPoolUsageMetrics, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "EndTime": "System.DateTime", "StartTime": "System.DateTime", @@ -37169,10 +37522,11 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch", "Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType", "AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties", + "Identity": "Microsoft.Azure.Management.Batch.Models.BatchAccountIdentity", "KeyVaultReference": "Microsoft.Azure.Management.Batch.Models.KeyVaultReference", "DedicatedCoreQuotaPerVMFamilyEnforced": "System.Boolean", "PrivateEndpointConnections": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Batch.Models.PrivateEndpointConnection]", @@ -37184,7 +37538,7 @@ "PublicNetworkAccess": "System.Nullable`1[Microsoft.Azure.Management.Batch.Models.PublicNetworkAccessType]", "LowPriorityCoreQuota": "System.Nullable`1[System.Int32]", "DedicatedCoreQuota": "System.Nullable`1[System.Int32]", - "TagsTable": "System.String", + "TaskTenantUrl": "System.String", "State": "System.String", "Subscription": "System.String", "ResourceGroupName": "System.String", @@ -37193,7 +37547,7 @@ "SecondaryAccountKey": "System.String", "PrimaryAccountKey": "System.String", "AccountEndpoint": "System.String", - "TaskTenantUrl": "System.String", + "TagsTable": "System.String", "Id": "System.String" }, "ElementType": null, @@ -37364,10 +37718,11 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch", "Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType", "AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties", + "Identity": "Microsoft.Azure.Management.Batch.Models.BatchAccountIdentity", "KeyVaultReference": "Microsoft.Azure.Management.Batch.Models.KeyVaultReference", "DedicatedCoreQuotaPerVMFamilyEnforced": "System.Boolean", "PrivateEndpointConnections": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Batch.Models.PrivateEndpointConnection]", @@ -37379,7 +37734,7 @@ "PublicNetworkAccess": "System.Nullable`1[Microsoft.Azure.Management.Batch.Models.PublicNetworkAccessType]", "LowPriorityCoreQuota": "System.Nullable`1[System.Int32]", "DedicatedCoreQuota": "System.Nullable`1[System.Int32]", - "TagsTable": "System.String", + "TaskTenantUrl": "System.String", "State": "System.String", "Subscription": "System.String", "ResourceGroupName": "System.String", @@ -37388,7 +37743,7 @@ "SecondaryAccountKey": "System.String", "PrimaryAccountKey": "System.String", "AccountEndpoint": "System.String", - "TaskTenantUrl": "System.String", + "TagsTable": "System.String", "Id": "System.String" }, "ElementType": null, @@ -37696,7 +38051,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSTaskSchedulingPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSTaskSchedulingPolicy, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSTaskSchedulingPolicy, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ComputeNodeFillType": "Microsoft.Azure.Batch.Common.ComputeNodeFillType" }, @@ -37789,7 +38144,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSStartTask", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSStartTask, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSStartTask, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ContainerSettings": "Microsoft.Azure.Commands.Batch.Models.PSTaskContainerSettings", "UserIdentity": "Microsoft.Azure.Commands.Batch.Models.PSUserIdentity", @@ -37859,7 +38214,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSCertificateReference[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSCertificateReference[], Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSCertificateReference[], Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Batch.Models.PSCertificateReference", "GenericTypeArguments": [], @@ -37879,7 +38234,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSApplicationPackageReference[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSApplicationPackageReference[], Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSApplicationPackageReference[], Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Batch.Models.PSApplicationPackageReference", "GenericTypeArguments": [], @@ -37919,7 +38274,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSVirtualMachineConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSVirtualMachineConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSVirtualMachineConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ContainerConfiguration": "Microsoft.Azure.Commands.Batch.Models.PSContainerConfiguration", "DiskEncryptionConfiguration": "Microsoft.Azure.Commands.Batch.Models.PSDiskEncryptionConfiguration", @@ -37986,7 +38341,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSCloudServiceConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSCloudServiceConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSCloudServiceConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "OSFamily": "System.String", "OSVersion": "System.String" @@ -38048,7 +38403,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSNetworkConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSNetworkConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSNetworkConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "EndpointConfiguration": "Microsoft.Azure.Commands.Batch.Models.PSPoolEndpointConfiguration", "PublicIPAddressConfiguration": "Microsoft.Azure.Commands.Batch.Models.PSPublicIPAddressConfiguration", @@ -38103,7 +38458,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSMountConfiguration[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSMountConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSMountConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Batch.Models.PSMountConfiguration", "GenericTypeArguments": [], @@ -38121,7 +38476,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSUserAccount[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSUserAccount[], Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSUserAccount[], Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Batch.Models.PSUserAccount", "GenericTypeArguments": [], @@ -38139,10 +38494,11 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch", "Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType", "AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties", + "Identity": "Microsoft.Azure.Management.Batch.Models.BatchAccountIdentity", "KeyVaultReference": "Microsoft.Azure.Management.Batch.Models.KeyVaultReference", "DedicatedCoreQuotaPerVMFamilyEnforced": "System.Boolean", "PrivateEndpointConnections": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Batch.Models.PrivateEndpointConnection]", @@ -38154,7 +38510,7 @@ "PublicNetworkAccess": "System.Nullable`1[Microsoft.Azure.Management.Batch.Models.PublicNetworkAccessType]", "LowPriorityCoreQuota": "System.Nullable`1[System.Int32]", "DedicatedCoreQuota": "System.Nullable`1[System.Int32]", - "TagsTable": "System.String", + "TaskTenantUrl": "System.String", "State": "System.String", "Subscription": "System.String", "ResourceGroupName": "System.String", @@ -38163,7 +38519,7 @@ "SecondaryAccountKey": "System.String", "PrimaryAccountKey": "System.String", "AccountEndpoint": "System.String", - "TaskTenantUrl": "System.String", + "TagsTable": "System.String", "Id": "System.String" }, "ElementType": null, @@ -38356,7 +38712,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSTaskSchedulingPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSTaskSchedulingPolicy, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSTaskSchedulingPolicy, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ComputeNodeFillType": "Microsoft.Azure.Batch.Common.ComputeNodeFillType" }, @@ -38467,7 +38823,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSStartTask", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSStartTask, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSStartTask, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ContainerSettings": "Microsoft.Azure.Commands.Batch.Models.PSTaskContainerSettings", "UserIdentity": "Microsoft.Azure.Commands.Batch.Models.PSUserIdentity", @@ -38543,7 +38899,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSCertificateReference[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSCertificateReference[], Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSCertificateReference[], Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Batch.Models.PSCertificateReference", "GenericTypeArguments": [], @@ -38569,7 +38925,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSApplicationPackageReference[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSApplicationPackageReference[], Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSApplicationPackageReference[], Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Batch.Models.PSApplicationPackageReference", "GenericTypeArguments": [], @@ -38621,7 +38977,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSNetworkConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSNetworkConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSNetworkConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "EndpointConfiguration": "Microsoft.Azure.Commands.Batch.Models.PSPoolEndpointConfiguration", "PublicIPAddressConfiguration": "Microsoft.Azure.Commands.Batch.Models.PSPublicIPAddressConfiguration", @@ -38682,7 +39038,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSMountConfiguration[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSMountConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSMountConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Batch.Models.PSMountConfiguration", "GenericTypeArguments": [], @@ -38706,7 +39062,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSUserAccount[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSUserAccount[], Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSUserAccount[], Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Batch.Models.PSUserAccount", "GenericTypeArguments": [], @@ -38730,10 +39086,11 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch", "Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType", "AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties", + "Identity": "Microsoft.Azure.Management.Batch.Models.BatchAccountIdentity", "KeyVaultReference": "Microsoft.Azure.Management.Batch.Models.KeyVaultReference", "DedicatedCoreQuotaPerVMFamilyEnforced": "System.Boolean", "PrivateEndpointConnections": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Batch.Models.PrivateEndpointConnection]", @@ -38745,7 +39102,7 @@ "PublicNetworkAccess": "System.Nullable`1[Microsoft.Azure.Management.Batch.Models.PublicNetworkAccessType]", "LowPriorityCoreQuota": "System.Nullable`1[System.Int32]", "DedicatedCoreQuota": "System.Nullable`1[System.Int32]", - "TagsTable": "System.String", + "TaskTenantUrl": "System.String", "State": "System.String", "Subscription": "System.String", "ResourceGroupName": "System.String", @@ -38754,7 +39111,7 @@ "SecondaryAccountKey": "System.String", "PrimaryAccountKey": "System.String", "AccountEndpoint": "System.String", - "TaskTenantUrl": "System.String", + "TagsTable": "System.String", "Id": "System.String" }, "ElementType": null, @@ -38940,7 +39297,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSVirtualMachineConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSVirtualMachineConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSVirtualMachineConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ContainerConfiguration": "Microsoft.Azure.Commands.Batch.Models.PSContainerConfiguration", "DiskEncryptionConfiguration": "Microsoft.Azure.Commands.Batch.Models.PSDiskEncryptionConfiguration", @@ -39111,7 +39468,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSTaskSchedulingPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSTaskSchedulingPolicy, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSTaskSchedulingPolicy, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ComputeNodeFillType": "Microsoft.Azure.Batch.Common.ComputeNodeFillType" }, @@ -39222,7 +39579,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSStartTask", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSStartTask, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSStartTask, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ContainerSettings": "Microsoft.Azure.Commands.Batch.Models.PSTaskContainerSettings", "UserIdentity": "Microsoft.Azure.Commands.Batch.Models.PSUserIdentity", @@ -39298,7 +39655,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSCertificateReference[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSCertificateReference[], Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSCertificateReference[], Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Batch.Models.PSCertificateReference", "GenericTypeArguments": [], @@ -39324,7 +39681,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSApplicationPackageReference[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSApplicationPackageReference[], Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSApplicationPackageReference[], Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Batch.Models.PSApplicationPackageReference", "GenericTypeArguments": [], @@ -39376,7 +39733,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSNetworkConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSNetworkConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSNetworkConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "EndpointConfiguration": "Microsoft.Azure.Commands.Batch.Models.PSPoolEndpointConfiguration", "PublicIPAddressConfiguration": "Microsoft.Azure.Commands.Batch.Models.PSPublicIPAddressConfiguration", @@ -39437,7 +39794,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSMountConfiguration[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSMountConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSMountConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Batch.Models.PSMountConfiguration", "GenericTypeArguments": [], @@ -39461,7 +39818,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSUserAccount[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSUserAccount[], Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSUserAccount[], Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Batch.Models.PSUserAccount", "GenericTypeArguments": [], @@ -39485,10 +39842,11 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch", "Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType", "AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties", + "Identity": "Microsoft.Azure.Management.Batch.Models.BatchAccountIdentity", "KeyVaultReference": "Microsoft.Azure.Management.Batch.Models.KeyVaultReference", "DedicatedCoreQuotaPerVMFamilyEnforced": "System.Boolean", "PrivateEndpointConnections": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Batch.Models.PrivateEndpointConnection]", @@ -39500,7 +39858,7 @@ "PublicNetworkAccess": "System.Nullable`1[Microsoft.Azure.Management.Batch.Models.PublicNetworkAccessType]", "LowPriorityCoreQuota": "System.Nullable`1[System.Int32]", "DedicatedCoreQuota": "System.Nullable`1[System.Int32]", - "TagsTable": "System.String", + "TaskTenantUrl": "System.String", "State": "System.String", "Subscription": "System.String", "ResourceGroupName": "System.String", @@ -39509,7 +39867,7 @@ "SecondaryAccountKey": "System.String", "PrimaryAccountKey": "System.String", "AccountEndpoint": "System.String", - "TaskTenantUrl": "System.String", + "TagsTable": "System.String", "Id": "System.String" }, "ElementType": null, @@ -39695,7 +40053,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSCloudServiceConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSCloudServiceConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSCloudServiceConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "OSFamily": "System.String", "OSVersion": "System.String" @@ -39861,7 +40219,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSTaskSchedulingPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSTaskSchedulingPolicy, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSTaskSchedulingPolicy, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ComputeNodeFillType": "Microsoft.Azure.Batch.Common.ComputeNodeFillType" }, @@ -39972,7 +40330,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSStartTask", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSStartTask, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSStartTask, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ContainerSettings": "Microsoft.Azure.Commands.Batch.Models.PSTaskContainerSettings", "UserIdentity": "Microsoft.Azure.Commands.Batch.Models.PSUserIdentity", @@ -40048,7 +40406,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSCertificateReference[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSCertificateReference[], Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSCertificateReference[], Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Batch.Models.PSCertificateReference", "GenericTypeArguments": [], @@ -40074,7 +40432,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSApplicationPackageReference[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSApplicationPackageReference[], Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSApplicationPackageReference[], Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Batch.Models.PSApplicationPackageReference", "GenericTypeArguments": [], @@ -40126,7 +40484,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSNetworkConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSNetworkConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSNetworkConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "EndpointConfiguration": "Microsoft.Azure.Commands.Batch.Models.PSPoolEndpointConfiguration", "PublicIPAddressConfiguration": "Microsoft.Azure.Commands.Batch.Models.PSPublicIPAddressConfiguration", @@ -40187,7 +40545,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSMountConfiguration[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSMountConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSMountConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Batch.Models.PSMountConfiguration", "GenericTypeArguments": [], @@ -40211,7 +40569,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSUserAccount[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSUserAccount[], Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSUserAccount[], Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Batch.Models.PSUserAccount", "GenericTypeArguments": [], @@ -40235,10 +40593,11 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch", "Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType", "AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties", + "Identity": "Microsoft.Azure.Management.Batch.Models.BatchAccountIdentity", "KeyVaultReference": "Microsoft.Azure.Management.Batch.Models.KeyVaultReference", "DedicatedCoreQuotaPerVMFamilyEnforced": "System.Boolean", "PrivateEndpointConnections": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Batch.Models.PrivateEndpointConnection]", @@ -40250,7 +40609,7 @@ "PublicNetworkAccess": "System.Nullable`1[Microsoft.Azure.Management.Batch.Models.PublicNetworkAccessType]", "LowPriorityCoreQuota": "System.Nullable`1[System.Int32]", "DedicatedCoreQuota": "System.Nullable`1[System.Int32]", - "TagsTable": "System.String", + "TaskTenantUrl": "System.String", "State": "System.String", "Subscription": "System.String", "ResourceGroupName": "System.String", @@ -40259,7 +40618,7 @@ "SecondaryAccountKey": "System.String", "PrimaryAccountKey": "System.String", "AccountEndpoint": "System.String", - "TaskTenantUrl": "System.String", + "TagsTable": "System.String", "Id": "System.String" }, "ElementType": null, @@ -40415,7 +40774,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSCloudServiceConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSCloudServiceConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSCloudServiceConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "OSFamily": "System.String", "OSVersion": "System.String" @@ -40581,7 +40940,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSTaskSchedulingPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSTaskSchedulingPolicy, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSTaskSchedulingPolicy, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ComputeNodeFillType": "Microsoft.Azure.Batch.Common.ComputeNodeFillType" }, @@ -40692,7 +41051,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSStartTask", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSStartTask, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSStartTask, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ContainerSettings": "Microsoft.Azure.Commands.Batch.Models.PSTaskContainerSettings", "UserIdentity": "Microsoft.Azure.Commands.Batch.Models.PSUserIdentity", @@ -40768,7 +41127,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSCertificateReference[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSCertificateReference[], Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSCertificateReference[], Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Batch.Models.PSCertificateReference", "GenericTypeArguments": [], @@ -40794,7 +41153,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSApplicationPackageReference[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSApplicationPackageReference[], Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSApplicationPackageReference[], Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Batch.Models.PSApplicationPackageReference", "GenericTypeArguments": [], @@ -40846,7 +41205,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSNetworkConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSNetworkConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSNetworkConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "EndpointConfiguration": "Microsoft.Azure.Commands.Batch.Models.PSPoolEndpointConfiguration", "PublicIPAddressConfiguration": "Microsoft.Azure.Commands.Batch.Models.PSPublicIPAddressConfiguration", @@ -40907,7 +41266,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSMountConfiguration[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSMountConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSMountConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Batch.Models.PSMountConfiguration", "GenericTypeArguments": [], @@ -40931,7 +41290,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSUserAccount[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSUserAccount[], Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSUserAccount[], Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Batch.Models.PSUserAccount", "GenericTypeArguments": [], @@ -40955,10 +41314,11 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch", "Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType", "AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties", + "Identity": "Microsoft.Azure.Management.Batch.Models.BatchAccountIdentity", "KeyVaultReference": "Microsoft.Azure.Management.Batch.Models.KeyVaultReference", "DedicatedCoreQuotaPerVMFamilyEnforced": "System.Boolean", "PrivateEndpointConnections": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Batch.Models.PrivateEndpointConnection]", @@ -40970,7 +41330,7 @@ "PublicNetworkAccess": "System.Nullable`1[Microsoft.Azure.Management.Batch.Models.PublicNetworkAccessType]", "LowPriorityCoreQuota": "System.Nullable`1[System.Int32]", "DedicatedCoreQuota": "System.Nullable`1[System.Int32]", - "TagsTable": "System.String", + "TaskTenantUrl": "System.String", "State": "System.String", "Subscription": "System.String", "ResourceGroupName": "System.String", @@ -40979,7 +41339,7 @@ "SecondaryAccountKey": "System.String", "PrimaryAccountKey": "System.String", "AccountEndpoint": "System.String", - "TaskTenantUrl": "System.String", + "TagsTable": "System.String", "Id": "System.String" }, "ElementType": null, @@ -41135,7 +41495,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSVirtualMachineConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSVirtualMachineConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSVirtualMachineConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ContainerConfiguration": "Microsoft.Azure.Commands.Batch.Models.PSContainerConfiguration", "DiskEncryptionConfiguration": "Microsoft.Azure.Commands.Batch.Models.PSDiskEncryptionConfiguration", @@ -41306,7 +41666,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSTaskSchedulingPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSTaskSchedulingPolicy, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSTaskSchedulingPolicy, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ComputeNodeFillType": "Microsoft.Azure.Batch.Common.ComputeNodeFillType" }, @@ -41417,7 +41777,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSStartTask", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSStartTask, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSStartTask, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ContainerSettings": "Microsoft.Azure.Commands.Batch.Models.PSTaskContainerSettings", "UserIdentity": "Microsoft.Azure.Commands.Batch.Models.PSUserIdentity", @@ -41493,7 +41853,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSCertificateReference[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSCertificateReference[], Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSCertificateReference[], Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Batch.Models.PSCertificateReference", "GenericTypeArguments": [], @@ -41519,7 +41879,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSApplicationPackageReference[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSApplicationPackageReference[], Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSApplicationPackageReference[], Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Batch.Models.PSApplicationPackageReference", "GenericTypeArguments": [], @@ -41571,7 +41931,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSNetworkConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSNetworkConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSNetworkConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "EndpointConfiguration": "Microsoft.Azure.Commands.Batch.Models.PSPoolEndpointConfiguration", "PublicIPAddressConfiguration": "Microsoft.Azure.Commands.Batch.Models.PSPublicIPAddressConfiguration", @@ -41632,7 +41992,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSMountConfiguration[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSMountConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSMountConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Batch.Models.PSMountConfiguration", "GenericTypeArguments": [], @@ -41656,7 +42016,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSUserAccount[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSUserAccount[], Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSUserAccount[], Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Batch.Models.PSUserAccount", "GenericTypeArguments": [], @@ -41680,10 +42040,11 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch", "Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType", "AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties", + "Identity": "Microsoft.Azure.Management.Batch.Models.BatchAccountIdentity", "KeyVaultReference": "Microsoft.Azure.Management.Batch.Models.KeyVaultReference", "DedicatedCoreQuotaPerVMFamilyEnforced": "System.Boolean", "PrivateEndpointConnections": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Batch.Models.PrivateEndpointConnection]", @@ -41695,7 +42056,7 @@ "PublicNetworkAccess": "System.Nullable`1[Microsoft.Azure.Management.Batch.Models.PublicNetworkAccessType]", "LowPriorityCoreQuota": "System.Nullable`1[System.Int32]", "DedicatedCoreQuota": "System.Nullable`1[System.Int32]", - "TagsTable": "System.String", + "TaskTenantUrl": "System.String", "State": "System.String", "Subscription": "System.String", "ResourceGroupName": "System.String", @@ -41704,7 +42065,7 @@ "SecondaryAccountKey": "System.String", "PrimaryAccountKey": "System.String", "AccountEndpoint": "System.String", - "TaskTenantUrl": "System.String", + "TagsTable": "System.String", "Id": "System.String" }, "ElementType": null, @@ -41872,10 +42233,11 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch", "Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType", "AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties", + "Identity": "Microsoft.Azure.Management.Batch.Models.BatchAccountIdentity", "KeyVaultReference": "Microsoft.Azure.Management.Batch.Models.KeyVaultReference", "DedicatedCoreQuotaPerVMFamilyEnforced": "System.Boolean", "PrivateEndpointConnections": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Batch.Models.PrivateEndpointConnection]", @@ -41887,7 +42249,7 @@ "PublicNetworkAccess": "System.Nullable`1[Microsoft.Azure.Management.Batch.Models.PublicNetworkAccessType]", "LowPriorityCoreQuota": "System.Nullable`1[System.Int32]", "DedicatedCoreQuota": "System.Nullable`1[System.Int32]", - "TagsTable": "System.String", + "TaskTenantUrl": "System.String", "State": "System.String", "Subscription": "System.String", "ResourceGroupName": "System.String", @@ -41896,7 +42258,7 @@ "SecondaryAccountKey": "System.String", "PrimaryAccountKey": "System.String", "AccountEndpoint": "System.String", - "TaskTenantUrl": "System.String", + "TagsTable": "System.String", "Id": "System.String" }, "ElementType": null, @@ -42039,10 +42401,11 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch", "Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType", "AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties", + "Identity": "Microsoft.Azure.Management.Batch.Models.BatchAccountIdentity", "KeyVaultReference": "Microsoft.Azure.Management.Batch.Models.KeyVaultReference", "DedicatedCoreQuotaPerVMFamilyEnforced": "System.Boolean", "PrivateEndpointConnections": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Batch.Models.PrivateEndpointConnection]", @@ -42054,7 +42417,7 @@ "PublicNetworkAccess": "System.Nullable`1[Microsoft.Azure.Management.Batch.Models.PublicNetworkAccessType]", "LowPriorityCoreQuota": "System.Nullable`1[System.Int32]", "DedicatedCoreQuota": "System.Nullable`1[System.Int32]", - "TagsTable": "System.String", + "TaskTenantUrl": "System.String", "State": "System.String", "Subscription": "System.String", "ResourceGroupName": "System.String", @@ -42063,7 +42426,7 @@ "SecondaryAccountKey": "System.String", "PrimaryAccountKey": "System.String", "AccountEndpoint": "System.String", - "TaskTenantUrl": "System.String", + "TagsTable": "System.String", "Id": "System.String" }, "ElementType": null, @@ -42195,7 +42558,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSCloudPool", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSCloudPool, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSCloudPool, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoScaleRun": "Microsoft.Azure.Commands.Batch.Models.PSAutoScaleRun", "CloudServiceConfiguration": "Microsoft.Azure.Commands.Batch.Models.PSCloudServiceConfiguration", @@ -42275,10 +42638,11 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch", "Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType", "AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties", + "Identity": "Microsoft.Azure.Management.Batch.Models.BatchAccountIdentity", "KeyVaultReference": "Microsoft.Azure.Management.Batch.Models.KeyVaultReference", "DedicatedCoreQuotaPerVMFamilyEnforced": "System.Boolean", "PrivateEndpointConnections": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Batch.Models.PrivateEndpointConnection]", @@ -42290,7 +42654,7 @@ "PublicNetworkAccess": "System.Nullable`1[Microsoft.Azure.Management.Batch.Models.PublicNetworkAccessType]", "LowPriorityCoreQuota": "System.Nullable`1[System.Int32]", "DedicatedCoreQuota": "System.Nullable`1[System.Int32]", - "TagsTable": "System.String", + "TaskTenantUrl": "System.String", "State": "System.String", "Subscription": "System.String", "ResourceGroupName": "System.String", @@ -42299,7 +42663,7 @@ "SecondaryAccountKey": "System.String", "PrimaryAccountKey": "System.String", "AccountEndpoint": "System.String", - "TaskTenantUrl": "System.String", + "TagsTable": "System.String", "Id": "System.String" }, "ElementType": null, @@ -42394,7 +42758,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSCloudPool", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSCloudPool, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSCloudPool, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoScaleRun": "Microsoft.Azure.Commands.Batch.Models.PSAutoScaleRun", "CloudServiceConfiguration": "Microsoft.Azure.Commands.Batch.Models.PSCloudServiceConfiguration", @@ -42480,10 +42844,11 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch", "Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType", "AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties", + "Identity": "Microsoft.Azure.Management.Batch.Models.BatchAccountIdentity", "KeyVaultReference": "Microsoft.Azure.Management.Batch.Models.KeyVaultReference", "DedicatedCoreQuotaPerVMFamilyEnforced": "System.Boolean", "PrivateEndpointConnections": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Batch.Models.PrivateEndpointConnection]", @@ -42495,7 +42860,7 @@ "PublicNetworkAccess": "System.Nullable`1[Microsoft.Azure.Management.Batch.Models.PublicNetworkAccessType]", "LowPriorityCoreQuota": "System.Nullable`1[System.Int32]", "DedicatedCoreQuota": "System.Nullable`1[System.Int32]", - "TagsTable": "System.String", + "TaskTenantUrl": "System.String", "State": "System.String", "Subscription": "System.String", "ResourceGroupName": "System.String", @@ -42504,7 +42869,7 @@ "SecondaryAccountKey": "System.String", "PrimaryAccountKey": "System.String", "AccountEndpoint": "System.String", - "TaskTenantUrl": "System.String", + "TagsTable": "System.String", "Id": "System.String" }, "ElementType": null, @@ -42736,10 +43101,11 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch", "Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType", "AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties", + "Identity": "Microsoft.Azure.Management.Batch.Models.BatchAccountIdentity", "KeyVaultReference": "Microsoft.Azure.Management.Batch.Models.KeyVaultReference", "DedicatedCoreQuotaPerVMFamilyEnforced": "System.Boolean", "PrivateEndpointConnections": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Batch.Models.PrivateEndpointConnection]", @@ -42751,7 +43117,7 @@ "PublicNetworkAccess": "System.Nullable`1[Microsoft.Azure.Management.Batch.Models.PublicNetworkAccessType]", "LowPriorityCoreQuota": "System.Nullable`1[System.Int32]", "DedicatedCoreQuota": "System.Nullable`1[System.Int32]", - "TagsTable": "System.String", + "TaskTenantUrl": "System.String", "State": "System.String", "Subscription": "System.String", "ResourceGroupName": "System.String", @@ -42760,7 +43126,7 @@ "SecondaryAccountKey": "System.String", "PrimaryAccountKey": "System.String", "AccountEndpoint": "System.String", - "TaskTenantUrl": "System.String", + "TagsTable": "System.String", "Id": "System.String" }, "ElementType": null, @@ -42985,10 +43351,11 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch", "Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType", "AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties", + "Identity": "Microsoft.Azure.Management.Batch.Models.BatchAccountIdentity", "KeyVaultReference": "Microsoft.Azure.Management.Batch.Models.KeyVaultReference", "DedicatedCoreQuotaPerVMFamilyEnforced": "System.Boolean", "PrivateEndpointConnections": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Batch.Models.PrivateEndpointConnection]", @@ -43000,7 +43367,7 @@ "PublicNetworkAccess": "System.Nullable`1[Microsoft.Azure.Management.Batch.Models.PublicNetworkAccessType]", "LowPriorityCoreQuota": "System.Nullable`1[System.Int32]", "DedicatedCoreQuota": "System.Nullable`1[System.Int32]", - "TagsTable": "System.String", + "TaskTenantUrl": "System.String", "State": "System.String", "Subscription": "System.String", "ResourceGroupName": "System.String", @@ -43009,7 +43376,7 @@ "SecondaryAccountKey": "System.String", "PrimaryAccountKey": "System.String", "AccountEndpoint": "System.String", - "TaskTenantUrl": "System.String", + "TagsTable": "System.String", "Id": "System.String" }, "ElementType": null, @@ -43159,10 +43526,11 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch", "Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType", "AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties", + "Identity": "Microsoft.Azure.Management.Batch.Models.BatchAccountIdentity", "KeyVaultReference": "Microsoft.Azure.Management.Batch.Models.KeyVaultReference", "DedicatedCoreQuotaPerVMFamilyEnforced": "System.Boolean", "PrivateEndpointConnections": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Batch.Models.PrivateEndpointConnection]", @@ -43174,7 +43542,7 @@ "PublicNetworkAccess": "System.Nullable`1[Microsoft.Azure.Management.Batch.Models.PublicNetworkAccessType]", "LowPriorityCoreQuota": "System.Nullable`1[System.Int32]", "DedicatedCoreQuota": "System.Nullable`1[System.Int32]", - "TagsTable": "System.String", + "TaskTenantUrl": "System.String", "State": "System.String", "Subscription": "System.String", "ResourceGroupName": "System.String", @@ -43183,7 +43551,7 @@ "SecondaryAccountKey": "System.String", "PrimaryAccountKey": "System.String", "AccountEndpoint": "System.String", - "TaskTenantUrl": "System.String", + "TagsTable": "System.String", "Id": "System.String" }, "ElementType": null, @@ -43302,10 +43670,11 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch", "Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType", "AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties", + "Identity": "Microsoft.Azure.Management.Batch.Models.BatchAccountIdentity", "KeyVaultReference": "Microsoft.Azure.Management.Batch.Models.KeyVaultReference", "DedicatedCoreQuotaPerVMFamilyEnforced": "System.Boolean", "PrivateEndpointConnections": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Batch.Models.PrivateEndpointConnection]", @@ -43317,7 +43686,7 @@ "PublicNetworkAccess": "System.Nullable`1[Microsoft.Azure.Management.Batch.Models.PublicNetworkAccessType]", "LowPriorityCoreQuota": "System.Nullable`1[System.Int32]", "DedicatedCoreQuota": "System.Nullable`1[System.Int32]", - "TagsTable": "System.String", + "TaskTenantUrl": "System.String", "State": "System.String", "Subscription": "System.String", "ResourceGroupName": "System.String", @@ -43326,7 +43695,7 @@ "SecondaryAccountKey": "System.String", "PrimaryAccountKey": "System.String", "AccountEndpoint": "System.String", - "TaskTenantUrl": "System.String", + "TagsTable": "System.String", "Id": "System.String" }, "ElementType": null, @@ -43439,7 +43808,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSAutoScaleRun", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSAutoScaleRun, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSAutoScaleRun, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Error": "Microsoft.Azure.Commands.Batch.Models.PSAutoScaleRunError", "Timestamp": "System.DateTime", @@ -43524,10 +43893,11 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch", "Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType", "AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties", + "Identity": "Microsoft.Azure.Management.Batch.Models.BatchAccountIdentity", "KeyVaultReference": "Microsoft.Azure.Management.Batch.Models.KeyVaultReference", "DedicatedCoreQuotaPerVMFamilyEnforced": "System.Boolean", "PrivateEndpointConnections": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Batch.Models.PrivateEndpointConnection]", @@ -43539,7 +43909,7 @@ "PublicNetworkAccess": "System.Nullable`1[Microsoft.Azure.Management.Batch.Models.PublicNetworkAccessType]", "LowPriorityCoreQuota": "System.Nullable`1[System.Int32]", "DedicatedCoreQuota": "System.Nullable`1[System.Int32]", - "TagsTable": "System.String", + "TaskTenantUrl": "System.String", "State": "System.String", "Subscription": "System.String", "ResourceGroupName": "System.String", @@ -43548,7 +43918,7 @@ "SecondaryAccountKey": "System.String", "PrimaryAccountKey": "System.String", "AccountEndpoint": "System.String", - "TaskTenantUrl": "System.String", + "TagsTable": "System.String", "Id": "System.String" }, "ElementType": null, @@ -43691,10 +44061,11 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch", "Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType", "AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties", + "Identity": "Microsoft.Azure.Management.Batch.Models.BatchAccountIdentity", "KeyVaultReference": "Microsoft.Azure.Management.Batch.Models.KeyVaultReference", "DedicatedCoreQuotaPerVMFamilyEnforced": "System.Boolean", "PrivateEndpointConnections": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Batch.Models.PrivateEndpointConnection]", @@ -43706,7 +44077,7 @@ "PublicNetworkAccess": "System.Nullable`1[Microsoft.Azure.Management.Batch.Models.PublicNetworkAccessType]", "LowPriorityCoreQuota": "System.Nullable`1[System.Int32]", "DedicatedCoreQuota": "System.Nullable`1[System.Int32]", - "TagsTable": "System.String", + "TaskTenantUrl": "System.String", "State": "System.String", "Subscription": "System.String", "ResourceGroupName": "System.String", @@ -43715,7 +44086,7 @@ "SecondaryAccountKey": "System.String", "PrimaryAccountKey": "System.String", "AccountEndpoint": "System.String", - "TaskTenantUrl": "System.String", + "TagsTable": "System.String", "Id": "System.String" }, "ElementType": null, @@ -43883,7 +44254,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSCloudTask", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSCloudTask, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSCloudTask, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AffinityInformation": "Microsoft.Azure.Commands.Batch.Models.PSAffinityInformation", "AuthenticationTokenSettings": "Microsoft.Azure.Commands.Batch.Models.PSAuthenticationTokenSettings", @@ -43969,10 +44340,11 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch", "Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType", "AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties", + "Identity": "Microsoft.Azure.Management.Batch.Models.BatchAccountIdentity", "KeyVaultReference": "Microsoft.Azure.Management.Batch.Models.KeyVaultReference", "DedicatedCoreQuotaPerVMFamilyEnforced": "System.Boolean", "PrivateEndpointConnections": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Batch.Models.PrivateEndpointConnection]", @@ -43984,7 +44356,7 @@ "PublicNetworkAccess": "System.Nullable`1[Microsoft.Azure.Management.Batch.Models.PublicNetworkAccessType]", "LowPriorityCoreQuota": "System.Nullable`1[System.Int32]", "DedicatedCoreQuota": "System.Nullable`1[System.Int32]", - "TagsTable": "System.String", + "TaskTenantUrl": "System.String", "State": "System.String", "Subscription": "System.String", "ResourceGroupName": "System.String", @@ -43993,7 +44365,7 @@ "SecondaryAccountKey": "System.String", "PrimaryAccountKey": "System.String", "AccountEndpoint": "System.String", - "TaskTenantUrl": "System.String", + "TagsTable": "System.String", "Id": "System.String" }, "ElementType": null, @@ -44136,10 +44508,11 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch", "Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType", "AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties", + "Identity": "Microsoft.Azure.Management.Batch.Models.BatchAccountIdentity", "KeyVaultReference": "Microsoft.Azure.Management.Batch.Models.KeyVaultReference", "DedicatedCoreQuotaPerVMFamilyEnforced": "System.Boolean", "PrivateEndpointConnections": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Batch.Models.PrivateEndpointConnection]", @@ -44151,7 +44524,7 @@ "PublicNetworkAccess": "System.Nullable`1[Microsoft.Azure.Management.Batch.Models.PublicNetworkAccessType]", "LowPriorityCoreQuota": "System.Nullable`1[System.Int32]", "DedicatedCoreQuota": "System.Nullable`1[System.Int32]", - "TagsTable": "System.String", + "TaskTenantUrl": "System.String", "State": "System.String", "Subscription": "System.String", "ResourceGroupName": "System.String", @@ -44160,7 +44533,7 @@ "SecondaryAccountKey": "System.String", "PrimaryAccountKey": "System.String", "AccountEndpoint": "System.String", - "TaskTenantUrl": "System.String", + "TagsTable": "System.String", "Id": "System.String" }, "ElementType": null, @@ -44266,7 +44639,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSCloudTask", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSCloudTask, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSCloudTask, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AffinityInformation": "Microsoft.Azure.Commands.Batch.Models.PSAffinityInformation", "AuthenticationTokenSettings": "Microsoft.Azure.Commands.Batch.Models.PSAuthenticationTokenSettings", @@ -44358,10 +44731,11 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch", "Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType", "AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties", + "Identity": "Microsoft.Azure.Management.Batch.Models.BatchAccountIdentity", "KeyVaultReference": "Microsoft.Azure.Management.Batch.Models.KeyVaultReference", "DedicatedCoreQuotaPerVMFamilyEnforced": "System.Boolean", "PrivateEndpointConnections": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Batch.Models.PrivateEndpointConnection]", @@ -44373,7 +44747,7 @@ "PublicNetworkAccess": "System.Nullable`1[Microsoft.Azure.Management.Batch.Models.PublicNetworkAccessType]", "LowPriorityCoreQuota": "System.Nullable`1[System.Int32]", "DedicatedCoreQuota": "System.Nullable`1[System.Int32]", - "TagsTable": "System.String", + "TaskTenantUrl": "System.String", "State": "System.String", "Subscription": "System.String", "ResourceGroupName": "System.String", @@ -44382,7 +44756,7 @@ "SecondaryAccountKey": "System.String", "PrimaryAccountKey": "System.String", "AccountEndpoint": "System.String", - "TaskTenantUrl": "System.String", + "TagsTable": "System.String", "Id": "System.String" }, "ElementType": null, @@ -44488,10 +44862,11 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch", "Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType", "AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties", + "Identity": "Microsoft.Azure.Management.Batch.Models.BatchAccountIdentity", "KeyVaultReference": "Microsoft.Azure.Management.Batch.Models.KeyVaultReference", "DedicatedCoreQuotaPerVMFamilyEnforced": "System.Boolean", "PrivateEndpointConnections": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Batch.Models.PrivateEndpointConnection]", @@ -44503,7 +44878,7 @@ "PublicNetworkAccess": "System.Nullable`1[Microsoft.Azure.Management.Batch.Models.PublicNetworkAccessType]", "LowPriorityCoreQuota": "System.Nullable`1[System.Int32]", "DedicatedCoreQuota": "System.Nullable`1[System.Int32]", - "TagsTable": "System.String", + "TaskTenantUrl": "System.String", "State": "System.String", "Subscription": "System.String", "ResourceGroupName": "System.String", @@ -44512,7 +44887,7 @@ "SecondaryAccountKey": "System.String", "PrimaryAccountKey": "System.String", "AccountEndpoint": "System.String", - "TaskTenantUrl": "System.String", + "TagsTable": "System.String", "Id": "System.String" }, "ElementType": null, @@ -44627,7 +45002,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSSubtaskInformation", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSSubtaskInformation, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSSubtaskInformation, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ComputeNodeInformation": "Microsoft.Azure.Commands.Batch.Models.PSComputeNodeInformation", "ContainerInformation": "Microsoft.Azure.Commands.Batch.Models.PSTaskContainerExecutionInformation", @@ -44721,7 +45096,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSCloudTask", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSCloudTask, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSCloudTask, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AffinityInformation": "Microsoft.Azure.Commands.Batch.Models.PSAffinityInformation", "AuthenticationTokenSettings": "Microsoft.Azure.Commands.Batch.Models.PSAuthenticationTokenSettings", @@ -44825,10 +45200,11 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch", "Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType", "AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties", + "Identity": "Microsoft.Azure.Management.Batch.Models.BatchAccountIdentity", "KeyVaultReference": "Microsoft.Azure.Management.Batch.Models.KeyVaultReference", "DedicatedCoreQuotaPerVMFamilyEnforced": "System.Boolean", "PrivateEndpointConnections": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Batch.Models.PrivateEndpointConnection]", @@ -44840,7 +45216,7 @@ "PublicNetworkAccess": "System.Nullable`1[Microsoft.Azure.Management.Batch.Models.PublicNetworkAccessType]", "LowPriorityCoreQuota": "System.Nullable`1[System.Int32]", "DedicatedCoreQuota": "System.Nullable`1[System.Int32]", - "TagsTable": "System.String", + "TaskTenantUrl": "System.String", "State": "System.String", "Subscription": "System.String", "ResourceGroupName": "System.String", @@ -44849,7 +45225,7 @@ "SecondaryAccountKey": "System.String", "PrimaryAccountKey": "System.String", "AccountEndpoint": "System.String", - "TaskTenantUrl": "System.String", + "TagsTable": "System.String", "Id": "System.String" }, "ElementType": null, @@ -45016,10 +45392,11 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch", "Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType", "AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties", + "Identity": "Microsoft.Azure.Management.Batch.Models.BatchAccountIdentity", "KeyVaultReference": "Microsoft.Azure.Management.Batch.Models.KeyVaultReference", "DedicatedCoreQuotaPerVMFamilyEnforced": "System.Boolean", "PrivateEndpointConnections": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Batch.Models.PrivateEndpointConnection]", @@ -45031,7 +45408,7 @@ "PublicNetworkAccess": "System.Nullable`1[Microsoft.Azure.Management.Batch.Models.PublicNetworkAccessType]", "LowPriorityCoreQuota": "System.Nullable`1[System.Int32]", "DedicatedCoreQuota": "System.Nullable`1[System.Int32]", - "TagsTable": "System.String", + "TaskTenantUrl": "System.String", "State": "System.String", "Subscription": "System.String", "ResourceGroupName": "System.String", @@ -45040,7 +45417,7 @@ "SecondaryAccountKey": "System.String", "PrimaryAccountKey": "System.String", "AccountEndpoint": "System.String", - "TaskTenantUrl": "System.String", + "TagsTable": "System.String", "Id": "System.String" }, "ElementType": null, @@ -45146,7 +45523,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSCloudTask", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSCloudTask, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSCloudTask, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AffinityInformation": "Microsoft.Azure.Commands.Batch.Models.PSAffinityInformation", "AuthenticationTokenSettings": "Microsoft.Azure.Commands.Batch.Models.PSAuthenticationTokenSettings", @@ -45262,10 +45639,11 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch", "Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType", "AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties", + "Identity": "Microsoft.Azure.Management.Batch.Models.BatchAccountIdentity", "KeyVaultReference": "Microsoft.Azure.Management.Batch.Models.KeyVaultReference", "DedicatedCoreQuotaPerVMFamilyEnforced": "System.Boolean", "PrivateEndpointConnections": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Batch.Models.PrivateEndpointConnection]", @@ -45277,7 +45655,7 @@ "PublicNetworkAccess": "System.Nullable`1[Microsoft.Azure.Management.Batch.Models.PublicNetworkAccessType]", "LowPriorityCoreQuota": "System.Nullable`1[System.Int32]", "DedicatedCoreQuota": "System.Nullable`1[System.Int32]", - "TagsTable": "System.String", + "TaskTenantUrl": "System.String", "State": "System.String", "Subscription": "System.String", "ResourceGroupName": "System.String", @@ -45286,7 +45664,7 @@ "SecondaryAccountKey": "System.String", "PrimaryAccountKey": "System.String", "AccountEndpoint": "System.String", - "TaskTenantUrl": "System.String", + "TagsTable": "System.String", "Id": "System.String" }, "ElementType": null, @@ -45416,10 +45794,11 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch", "Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType", "AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties", + "Identity": "Microsoft.Azure.Management.Batch.Models.BatchAccountIdentity", "KeyVaultReference": "Microsoft.Azure.Management.Batch.Models.KeyVaultReference", "DedicatedCoreQuotaPerVMFamilyEnforced": "System.Boolean", "PrivateEndpointConnections": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Batch.Models.PrivateEndpointConnection]", @@ -45431,7 +45810,7 @@ "PublicNetworkAccess": "System.Nullable`1[Microsoft.Azure.Management.Batch.Models.PublicNetworkAccessType]", "LowPriorityCoreQuota": "System.Nullable`1[System.Int32]", "DedicatedCoreQuota": "System.Nullable`1[System.Int32]", - "TagsTable": "System.String", + "TaskTenantUrl": "System.String", "State": "System.String", "Subscription": "System.String", "ResourceGroupName": "System.String", @@ -45440,7 +45819,7 @@ "SecondaryAccountKey": "System.String", "PrimaryAccountKey": "System.String", "AccountEndpoint": "System.String", - "TaskTenantUrl": "System.String", + "TagsTable": "System.String", "Id": "System.String" }, "ElementType": null, @@ -45553,7 +45932,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSCloudTask", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSCloudTask, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSCloudTask, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AffinityInformation": "Microsoft.Azure.Commands.Batch.Models.PSAffinityInformation", "AuthenticationTokenSettings": "Microsoft.Azure.Commands.Batch.Models.PSAuthenticationTokenSettings", @@ -45676,7 +46055,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSCloudJob", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSCloudJob, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSCloudJob, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Constraints": "Microsoft.Azure.Commands.Batch.Models.PSJobConstraints", "ExecutionInformation": "Microsoft.Azure.Commands.Batch.Models.PSJobExecutionInformation", @@ -45817,10 +46196,11 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch", "Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType", "AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties", + "Identity": "Microsoft.Azure.Management.Batch.Models.BatchAccountIdentity", "KeyVaultReference": "Microsoft.Azure.Management.Batch.Models.KeyVaultReference", "DedicatedCoreQuotaPerVMFamilyEnforced": "System.Boolean", "PrivateEndpointConnections": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Batch.Models.PrivateEndpointConnection]", @@ -45832,7 +46212,7 @@ "PublicNetworkAccess": "System.Nullable`1[Microsoft.Azure.Management.Batch.Models.PublicNetworkAccessType]", "LowPriorityCoreQuota": "System.Nullable`1[System.Int32]", "DedicatedCoreQuota": "System.Nullable`1[System.Int32]", - "TagsTable": "System.String", + "TaskTenantUrl": "System.String", "State": "System.String", "Subscription": "System.String", "ResourceGroupName": "System.String", @@ -45841,7 +46221,7 @@ "SecondaryAccountKey": "System.String", "PrimaryAccountKey": "System.String", "AccountEndpoint": "System.String", - "TaskTenantUrl": "System.String", + "TagsTable": "System.String", "Id": "System.String" }, "ElementType": null, @@ -46032,10 +46412,11 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch", "Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType", "AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties", + "Identity": "Microsoft.Azure.Management.Batch.Models.BatchAccountIdentity", "KeyVaultReference": "Microsoft.Azure.Management.Batch.Models.KeyVaultReference", "DedicatedCoreQuotaPerVMFamilyEnforced": "System.Boolean", "PrivateEndpointConnections": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Batch.Models.PrivateEndpointConnection]", @@ -46047,7 +46428,7 @@ "PublicNetworkAccess": "System.Nullable`1[Microsoft.Azure.Management.Batch.Models.PublicNetworkAccessType]", "LowPriorityCoreQuota": "System.Nullable`1[System.Int32]", "DedicatedCoreQuota": "System.Nullable`1[System.Int32]", - "TagsTable": "System.String", + "TaskTenantUrl": "System.String", "State": "System.String", "Subscription": "System.String", "ResourceGroupName": "System.String", @@ -46056,7 +46437,7 @@ "SecondaryAccountKey": "System.String", "PrimaryAccountKey": "System.String", "AccountEndpoint": "System.String", - "TaskTenantUrl": "System.String", + "TagsTable": "System.String", "Id": "System.String" }, "ElementType": null, @@ -46282,10 +46663,11 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch", "Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType", "AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties", + "Identity": "Microsoft.Azure.Management.Batch.Models.BatchAccountIdentity", "KeyVaultReference": "Microsoft.Azure.Management.Batch.Models.KeyVaultReference", "DedicatedCoreQuotaPerVMFamilyEnforced": "System.Boolean", "PrivateEndpointConnections": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Batch.Models.PrivateEndpointConnection]", @@ -46297,7 +46679,7 @@ "PublicNetworkAccess": "System.Nullable`1[Microsoft.Azure.Management.Batch.Models.PublicNetworkAccessType]", "LowPriorityCoreQuota": "System.Nullable`1[System.Int32]", "DedicatedCoreQuota": "System.Nullable`1[System.Int32]", - "TagsTable": "System.String", + "TaskTenantUrl": "System.String", "State": "System.String", "Subscription": "System.String", "ResourceGroupName": "System.String", @@ -46306,7 +46688,7 @@ "SecondaryAccountKey": "System.String", "PrimaryAccountKey": "System.String", "AccountEndpoint": "System.String", - "TaskTenantUrl": "System.String", + "TagsTable": "System.String", "Id": "System.String" }, "ElementType": null, @@ -46412,7 +46794,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSCloudJob", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSCloudJob, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSCloudJob, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Constraints": "Microsoft.Azure.Commands.Batch.Models.PSJobConstraints", "ExecutionInformation": "Microsoft.Azure.Commands.Batch.Models.PSJobExecutionInformation", @@ -46583,10 +46965,11 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch", "Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType", "AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties", + "Identity": "Microsoft.Azure.Management.Batch.Models.BatchAccountIdentity", "KeyVaultReference": "Microsoft.Azure.Management.Batch.Models.KeyVaultReference", "DedicatedCoreQuotaPerVMFamilyEnforced": "System.Boolean", "PrivateEndpointConnections": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Batch.Models.PrivateEndpointConnection]", @@ -46598,7 +46981,7 @@ "PublicNetworkAccess": "System.Nullable`1[Microsoft.Azure.Management.Batch.Models.PublicNetworkAccessType]", "LowPriorityCoreQuota": "System.Nullable`1[System.Int32]", "DedicatedCoreQuota": "System.Nullable`1[System.Int32]", - "TagsTable": "System.String", + "TaskTenantUrl": "System.String", "State": "System.String", "Subscription": "System.String", "ResourceGroupName": "System.String", @@ -46607,7 +46990,7 @@ "SecondaryAccountKey": "System.String", "PrimaryAccountKey": "System.String", "AccountEndpoint": "System.String", - "TaskTenantUrl": "System.String", + "TagsTable": "System.String", "Id": "System.String" }, "ElementType": null, @@ -46761,10 +47144,11 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch", "Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType", "AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties", + "Identity": "Microsoft.Azure.Management.Batch.Models.BatchAccountIdentity", "KeyVaultReference": "Microsoft.Azure.Management.Batch.Models.KeyVaultReference", "DedicatedCoreQuotaPerVMFamilyEnforced": "System.Boolean", "PrivateEndpointConnections": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Batch.Models.PrivateEndpointConnection]", @@ -46776,7 +47160,7 @@ "PublicNetworkAccess": "System.Nullable`1[Microsoft.Azure.Management.Batch.Models.PublicNetworkAccessType]", "LowPriorityCoreQuota": "System.Nullable`1[System.Int32]", "DedicatedCoreQuota": "System.Nullable`1[System.Int32]", - "TagsTable": "System.String", + "TaskTenantUrl": "System.String", "State": "System.String", "Subscription": "System.String", "ResourceGroupName": "System.String", @@ -46785,7 +47169,7 @@ "SecondaryAccountKey": "System.String", "PrimaryAccountKey": "System.String", "AccountEndpoint": "System.String", - "TaskTenantUrl": "System.String", + "TagsTable": "System.String", "Id": "System.String" }, "ElementType": null, @@ -46898,7 +47282,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSTaskCounts", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSTaskCounts, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSTaskCounts, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Active": "System.Int32", "Completed": "System.Int32", @@ -46967,7 +47351,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSCloudJob", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSCloudJob, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSCloudJob, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Constraints": "Microsoft.Azure.Commands.Batch.Models.PSJobConstraints", "ExecutionInformation": "Microsoft.Azure.Commands.Batch.Models.PSJobExecutionInformation", @@ -47036,10 +47420,11 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch", "Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType", "AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties", + "Identity": "Microsoft.Azure.Management.Batch.Models.BatchAccountIdentity", "KeyVaultReference": "Microsoft.Azure.Management.Batch.Models.KeyVaultReference", "DedicatedCoreQuotaPerVMFamilyEnforced": "System.Boolean", "PrivateEndpointConnections": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Batch.Models.PrivateEndpointConnection]", @@ -47051,7 +47436,7 @@ "PublicNetworkAccess": "System.Nullable`1[Microsoft.Azure.Management.Batch.Models.PublicNetworkAccessType]", "LowPriorityCoreQuota": "System.Nullable`1[System.Int32]", "DedicatedCoreQuota": "System.Nullable`1[System.Int32]", - "TagsTable": "System.String", + "TaskTenantUrl": "System.String", "State": "System.String", "Subscription": "System.String", "ResourceGroupName": "System.String", @@ -47060,7 +47445,7 @@ "SecondaryAccountKey": "System.String", "PrimaryAccountKey": "System.String", "AccountEndpoint": "System.String", - "TaskTenantUrl": "System.String", + "TagsTable": "System.String", "Id": "System.String" }, "ElementType": null, @@ -47179,10 +47564,11 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch", "Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType", "AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties", + "Identity": "Microsoft.Azure.Management.Batch.Models.BatchAccountIdentity", "KeyVaultReference": "Microsoft.Azure.Management.Batch.Models.KeyVaultReference", "DedicatedCoreQuotaPerVMFamilyEnforced": "System.Boolean", "PrivateEndpointConnections": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Batch.Models.PrivateEndpointConnection]", @@ -47194,7 +47580,7 @@ "PublicNetworkAccess": "System.Nullable`1[Microsoft.Azure.Management.Batch.Models.PublicNetworkAccessType]", "LowPriorityCoreQuota": "System.Nullable`1[System.Int32]", "DedicatedCoreQuota": "System.Nullable`1[System.Int32]", - "TagsTable": "System.String", + "TaskTenantUrl": "System.String", "State": "System.String", "Subscription": "System.String", "ResourceGroupName": "System.String", @@ -47203,7 +47589,7 @@ "SecondaryAccountKey": "System.String", "PrimaryAccountKey": "System.String", "AccountEndpoint": "System.String", - "TaskTenantUrl": "System.String", + "TagsTable": "System.String", "Id": "System.String" }, "ElementType": null, @@ -47309,7 +47695,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSCloudJob", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSCloudJob, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSCloudJob, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Constraints": "Microsoft.Azure.Commands.Batch.Models.PSJobConstraints", "ExecutionInformation": "Microsoft.Azure.Commands.Batch.Models.PSJobExecutionInformation", @@ -47384,10 +47770,11 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch", "Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType", "AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties", + "Identity": "Microsoft.Azure.Management.Batch.Models.BatchAccountIdentity", "KeyVaultReference": "Microsoft.Azure.Management.Batch.Models.KeyVaultReference", "DedicatedCoreQuotaPerVMFamilyEnforced": "System.Boolean", "PrivateEndpointConnections": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Batch.Models.PrivateEndpointConnection]", @@ -47399,7 +47786,7 @@ "PublicNetworkAccess": "System.Nullable`1[Microsoft.Azure.Management.Batch.Models.PublicNetworkAccessType]", "LowPriorityCoreQuota": "System.Nullable`1[System.Int32]", "DedicatedCoreQuota": "System.Nullable`1[System.Int32]", - "TagsTable": "System.String", + "TaskTenantUrl": "System.String", "State": "System.String", "Subscription": "System.String", "ResourceGroupName": "System.String", @@ -47408,7 +47795,7 @@ "SecondaryAccountKey": "System.String", "PrimaryAccountKey": "System.String", "AccountEndpoint": "System.String", - "TaskTenantUrl": "System.String", + "TagsTable": "System.String", "Id": "System.String" }, "ElementType": null, @@ -47514,10 +47901,11 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch", "Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType", "AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties", + "Identity": "Microsoft.Azure.Management.Batch.Models.BatchAccountIdentity", "KeyVaultReference": "Microsoft.Azure.Management.Batch.Models.KeyVaultReference", "DedicatedCoreQuotaPerVMFamilyEnforced": "System.Boolean", "PrivateEndpointConnections": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Batch.Models.PrivateEndpointConnection]", @@ -47529,7 +47917,7 @@ "PublicNetworkAccess": "System.Nullable`1[Microsoft.Azure.Management.Batch.Models.PublicNetworkAccessType]", "LowPriorityCoreQuota": "System.Nullable`1[System.Int32]", "DedicatedCoreQuota": "System.Nullable`1[System.Int32]", - "TagsTable": "System.String", + "TaskTenantUrl": "System.String", "State": "System.String", "Subscription": "System.String", "ResourceGroupName": "System.String", @@ -47538,7 +47926,7 @@ "SecondaryAccountKey": "System.String", "PrimaryAccountKey": "System.String", "AccountEndpoint": "System.String", - "TaskTenantUrl": "System.String", + "TagsTable": "System.String", "Id": "System.String" }, "ElementType": null, @@ -47690,7 +48078,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSCloudJob", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSCloudJob, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSCloudJob, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Constraints": "Microsoft.Azure.Commands.Batch.Models.PSJobConstraints", "ExecutionInformation": "Microsoft.Azure.Commands.Batch.Models.PSJobExecutionInformation", @@ -47815,7 +48203,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSResourceFile[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSResourceFile[], Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSResourceFile[], Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Batch.Models.PSResourceFile", "GenericTypeArguments": [], @@ -47853,7 +48241,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSAuthenticationTokenSettings", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSAuthenticationTokenSettings, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSAuthenticationTokenSettings, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Access": "Microsoft.Azure.Batch.Common.AccessScope" }, @@ -47905,7 +48293,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSUserIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSUserIdentity, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSUserIdentity, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoUser": "Microsoft.Azure.Commands.Batch.Models.PSAutoUserSpecification", "UserName": "System.String" @@ -47973,7 +48361,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSAffinityInformation", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSAffinityInformation, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSAffinityInformation, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AffinityId": "System.String" }, @@ -48030,7 +48418,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSTaskConstraints", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSTaskConstraints, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSTaskConstraints, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "MaxTaskRetryCount": "System.Nullable`1[System.Int32]", "MaxWallClockTime": "System.Nullable`1[System.TimeSpan]", @@ -48097,7 +48485,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSMultiInstanceSettings", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSMultiInstanceSettings, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSMultiInstanceSettings, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "CommonResourceFiles": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Batch.Models.PSResourceFile]", "NumberOfInstances": "System.Nullable`1[System.Int32]", @@ -48288,7 +48676,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSApplicationPackageReference[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSApplicationPackageReference[], Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSApplicationPackageReference[], Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Batch.Models.PSApplicationPackageReference", "GenericTypeArguments": [], @@ -48306,7 +48694,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSOutputFile[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSOutputFile[], Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSOutputFile[], Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Batch.Models.PSOutputFile", "GenericTypeArguments": [], @@ -48324,7 +48712,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSCloudTask[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSCloudTask[], Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSCloudTask[], Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Batch.Models.PSCloudTask", "GenericTypeArguments": [], @@ -48342,7 +48730,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSExitConditions", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSExitConditions, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSExitConditions, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Default": "Microsoft.Azure.Commands.Batch.Models.PSExitOptions", "FileUploadError": "Microsoft.Azure.Commands.Batch.Models.PSExitOptions", @@ -48398,7 +48786,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSTaskContainerSettings", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSTaskContainerSettings, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSTaskContainerSettings, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Registry": "Microsoft.Azure.Commands.Batch.Models.PSContainerRegistry", "WorkingDirectory": "System.Nullable`1[Microsoft.Azure.Batch.Common.ContainerWorkingDirectory]", @@ -48470,10 +48858,11 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch", "Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType", "AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties", + "Identity": "Microsoft.Azure.Management.Batch.Models.BatchAccountIdentity", "KeyVaultReference": "Microsoft.Azure.Management.Batch.Models.KeyVaultReference", "DedicatedCoreQuotaPerVMFamilyEnforced": "System.Boolean", "PrivateEndpointConnections": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Batch.Models.PrivateEndpointConnection]", @@ -48485,7 +48874,7 @@ "PublicNetworkAccess": "System.Nullable`1[Microsoft.Azure.Management.Batch.Models.PublicNetworkAccessType]", "LowPriorityCoreQuota": "System.Nullable`1[System.Int32]", "DedicatedCoreQuota": "System.Nullable`1[System.Int32]", - "TagsTable": "System.String", + "TaskTenantUrl": "System.String", "State": "System.String", "Subscription": "System.String", "ResourceGroupName": "System.String", @@ -48494,7 +48883,7 @@ "SecondaryAccountKey": "System.String", "PrimaryAccountKey": "System.String", "AccountEndpoint": "System.String", - "TaskTenantUrl": "System.String", + "TagsTable": "System.String", "Id": "System.String" }, "ElementType": null, @@ -48687,7 +49076,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSResourceFile[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSResourceFile[], Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSResourceFile[], Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Batch.Models.PSResourceFile", "GenericTypeArguments": [], @@ -48737,7 +49126,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSAuthenticationTokenSettings", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSAuthenticationTokenSettings, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSAuthenticationTokenSettings, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Access": "Microsoft.Azure.Batch.Common.AccessScope" }, @@ -48795,7 +49184,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSUserIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSUserIdentity, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSUserIdentity, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoUser": "Microsoft.Azure.Commands.Batch.Models.PSAutoUserSpecification", "UserName": "System.String" @@ -48869,7 +49258,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSAffinityInformation", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSAffinityInformation, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSAffinityInformation, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AffinityId": "System.String" }, @@ -48932,7 +49321,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSTaskConstraints", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSTaskConstraints, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSTaskConstraints, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "MaxTaskRetryCount": "System.Nullable`1[System.Int32]", "MaxWallClockTime": "System.Nullable`1[System.TimeSpan]", @@ -49005,7 +49394,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSMultiInstanceSettings", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSMultiInstanceSettings, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSMultiInstanceSettings, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "CommonResourceFiles": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Batch.Models.PSResourceFile]", "NumberOfInstances": "System.Nullable`1[System.Int32]", @@ -49208,7 +49597,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSApplicationPackageReference[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSApplicationPackageReference[], Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSApplicationPackageReference[], Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Batch.Models.PSApplicationPackageReference", "GenericTypeArguments": [], @@ -49232,7 +49621,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSOutputFile[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSOutputFile[], Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSOutputFile[], Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Batch.Models.PSOutputFile", "GenericTypeArguments": [], @@ -49256,7 +49645,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSExitConditions", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSExitConditions, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSExitConditions, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Default": "Microsoft.Azure.Commands.Batch.Models.PSExitOptions", "FileUploadError": "Microsoft.Azure.Commands.Batch.Models.PSExitOptions", @@ -49318,7 +49707,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSTaskContainerSettings", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSTaskContainerSettings, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSTaskContainerSettings, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Registry": "Microsoft.Azure.Commands.Batch.Models.PSContainerRegistry", "WorkingDirectory": "System.Nullable`1[Microsoft.Azure.Batch.Common.ContainerWorkingDirectory]", @@ -49396,10 +49785,11 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch", "Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType", "AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties", + "Identity": "Microsoft.Azure.Management.Batch.Models.BatchAccountIdentity", "KeyVaultReference": "Microsoft.Azure.Management.Batch.Models.KeyVaultReference", "DedicatedCoreQuotaPerVMFamilyEnforced": "System.Boolean", "PrivateEndpointConnections": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Batch.Models.PrivateEndpointConnection]", @@ -49411,7 +49801,7 @@ "PublicNetworkAccess": "System.Nullable`1[Microsoft.Azure.Management.Batch.Models.PublicNetworkAccessType]", "LowPriorityCoreQuota": "System.Nullable`1[System.Int32]", "DedicatedCoreQuota": "System.Nullable`1[System.Int32]", - "TagsTable": "System.String", + "TaskTenantUrl": "System.String", "State": "System.String", "Subscription": "System.String", "ResourceGroupName": "System.String", @@ -49420,7 +49810,7 @@ "SecondaryAccountKey": "System.String", "PrimaryAccountKey": "System.String", "AccountEndpoint": "System.String", - "TaskTenantUrl": "System.String", + "TagsTable": "System.String", "Id": "System.String" }, "ElementType": null, @@ -49550,7 +49940,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSCloudTask[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSCloudTask[], Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSCloudTask[], Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Batch.Models.PSCloudTask", "GenericTypeArguments": [], @@ -49574,10 +49964,11 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch", "Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType", "AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties", + "Identity": "Microsoft.Azure.Management.Batch.Models.BatchAccountIdentity", "KeyVaultReference": "Microsoft.Azure.Management.Batch.Models.KeyVaultReference", "DedicatedCoreQuotaPerVMFamilyEnforced": "System.Boolean", "PrivateEndpointConnections": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Batch.Models.PrivateEndpointConnection]", @@ -49589,7 +49980,7 @@ "PublicNetworkAccess": "System.Nullable`1[Microsoft.Azure.Management.Batch.Models.PublicNetworkAccessType]", "LowPriorityCoreQuota": "System.Nullable`1[System.Int32]", "DedicatedCoreQuota": "System.Nullable`1[System.Int32]", - "TagsTable": "System.String", + "TaskTenantUrl": "System.String", "State": "System.String", "Subscription": "System.String", "ResourceGroupName": "System.String", @@ -49598,7 +49989,7 @@ "SecondaryAccountKey": "System.String", "PrimaryAccountKey": "System.String", "AccountEndpoint": "System.String", - "TaskTenantUrl": "System.String", + "TagsTable": "System.String", "Id": "System.String" }, "ElementType": null, @@ -49704,7 +50095,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSCloudJob", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSCloudJob, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSCloudJob, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Constraints": "Microsoft.Azure.Commands.Batch.Models.PSJobConstraints", "ExecutionInformation": "Microsoft.Azure.Commands.Batch.Models.PSJobExecutionInformation", @@ -49779,7 +50170,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSCloudTask[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSCloudTask[], Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSCloudTask[], Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Batch.Models.PSCloudTask", "GenericTypeArguments": [], @@ -49803,10 +50194,11 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch", "Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType", "AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties", + "Identity": "Microsoft.Azure.Management.Batch.Models.BatchAccountIdentity", "KeyVaultReference": "Microsoft.Azure.Management.Batch.Models.KeyVaultReference", "DedicatedCoreQuotaPerVMFamilyEnforced": "System.Boolean", "PrivateEndpointConnections": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Batch.Models.PrivateEndpointConnection]", @@ -49818,7 +50210,7 @@ "PublicNetworkAccess": "System.Nullable`1[Microsoft.Azure.Management.Batch.Models.PublicNetworkAccessType]", "LowPriorityCoreQuota": "System.Nullable`1[System.Int32]", "DedicatedCoreQuota": "System.Nullable`1[System.Int32]", - "TagsTable": "System.String", + "TaskTenantUrl": "System.String", "State": "System.String", "Subscription": "System.String", "ResourceGroupName": "System.String", @@ -49827,7 +50219,7 @@ "SecondaryAccountKey": "System.String", "PrimaryAccountKey": "System.String", "AccountEndpoint": "System.String", - "TaskTenantUrl": "System.String", + "TagsTable": "System.String", "Id": "System.String" }, "ElementType": null, @@ -49933,7 +50325,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSCloudJob", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSCloudJob, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSCloudJob, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Constraints": "Microsoft.Azure.Commands.Batch.Models.PSJobConstraints", "ExecutionInformation": "Microsoft.Azure.Commands.Batch.Models.PSJobExecutionInformation", @@ -50082,7 +50474,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSResourceFile[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSResourceFile[], Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSResourceFile[], Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Batch.Models.PSResourceFile", "GenericTypeArguments": [], @@ -50132,7 +50524,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSAuthenticationTokenSettings", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSAuthenticationTokenSettings, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSAuthenticationTokenSettings, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Access": "Microsoft.Azure.Batch.Common.AccessScope" }, @@ -50190,7 +50582,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSUserIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSUserIdentity, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSUserIdentity, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoUser": "Microsoft.Azure.Commands.Batch.Models.PSAutoUserSpecification", "UserName": "System.String" @@ -50264,7 +50656,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSAffinityInformation", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSAffinityInformation, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSAffinityInformation, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AffinityId": "System.String" }, @@ -50327,7 +50719,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSTaskConstraints", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSTaskConstraints, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSTaskConstraints, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "MaxTaskRetryCount": "System.Nullable`1[System.Int32]", "MaxWallClockTime": "System.Nullable`1[System.TimeSpan]", @@ -50400,7 +50792,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSMultiInstanceSettings", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSMultiInstanceSettings, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSMultiInstanceSettings, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "CommonResourceFiles": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Batch.Models.PSResourceFile]", "NumberOfInstances": "System.Nullable`1[System.Int32]", @@ -50603,7 +50995,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSApplicationPackageReference[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSApplicationPackageReference[], Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSApplicationPackageReference[], Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Batch.Models.PSApplicationPackageReference", "GenericTypeArguments": [], @@ -50627,7 +51019,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSOutputFile[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSOutputFile[], Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSOutputFile[], Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Batch.Models.PSOutputFile", "GenericTypeArguments": [], @@ -50651,7 +51043,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSExitConditions", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSExitConditions, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSExitConditions, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Default": "Microsoft.Azure.Commands.Batch.Models.PSExitOptions", "FileUploadError": "Microsoft.Azure.Commands.Batch.Models.PSExitOptions", @@ -50713,7 +51105,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSTaskContainerSettings", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSTaskContainerSettings, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSTaskContainerSettings, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Registry": "Microsoft.Azure.Commands.Batch.Models.PSContainerRegistry", "WorkingDirectory": "System.Nullable`1[Microsoft.Azure.Batch.Common.ContainerWorkingDirectory]", @@ -50791,10 +51183,11 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch", "Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType", "AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties", + "Identity": "Microsoft.Azure.Management.Batch.Models.BatchAccountIdentity", "KeyVaultReference": "Microsoft.Azure.Management.Batch.Models.KeyVaultReference", "DedicatedCoreQuotaPerVMFamilyEnforced": "System.Boolean", "PrivateEndpointConnections": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Batch.Models.PrivateEndpointConnection]", @@ -50806,7 +51199,7 @@ "PublicNetworkAccess": "System.Nullable`1[Microsoft.Azure.Management.Batch.Models.PublicNetworkAccessType]", "LowPriorityCoreQuota": "System.Nullable`1[System.Int32]", "DedicatedCoreQuota": "System.Nullable`1[System.Int32]", - "TagsTable": "System.String", + "TaskTenantUrl": "System.String", "State": "System.String", "Subscription": "System.String", "ResourceGroupName": "System.String", @@ -50815,7 +51208,7 @@ "SecondaryAccountKey": "System.String", "PrimaryAccountKey": "System.String", "AccountEndpoint": "System.String", - "TaskTenantUrl": "System.String", + "TagsTable": "System.String", "Id": "System.String" }, "ElementType": null, @@ -50921,10 +51314,11 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch", "Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType", "AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties", + "Identity": "Microsoft.Azure.Management.Batch.Models.BatchAccountIdentity", "KeyVaultReference": "Microsoft.Azure.Management.Batch.Models.KeyVaultReference", "DedicatedCoreQuotaPerVMFamilyEnforced": "System.Boolean", "PrivateEndpointConnections": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Batch.Models.PrivateEndpointConnection]", @@ -50936,7 +51330,7 @@ "PublicNetworkAccess": "System.Nullable`1[Microsoft.Azure.Management.Batch.Models.PublicNetworkAccessType]", "LowPriorityCoreQuota": "System.Nullable`1[System.Int32]", "DedicatedCoreQuota": "System.Nullable`1[System.Int32]", - "TagsTable": "System.String", + "TaskTenantUrl": "System.String", "State": "System.String", "Subscription": "System.String", "ResourceGroupName": "System.String", @@ -50945,7 +51339,7 @@ "SecondaryAccountKey": "System.String", "PrimaryAccountKey": "System.String", "AccountEndpoint": "System.String", - "TaskTenantUrl": "System.String", + "TagsTable": "System.String", "Id": "System.String" }, "ElementType": null, @@ -51113,7 +51507,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSCloudTask", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSCloudTask, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSCloudTask, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AffinityInformation": "Microsoft.Azure.Commands.Batch.Models.PSAffinityInformation", "AuthenticationTokenSettings": "Microsoft.Azure.Commands.Batch.Models.PSAuthenticationTokenSettings", @@ -51217,10 +51611,11 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch", "Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType", "AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties", + "Identity": "Microsoft.Azure.Management.Batch.Models.BatchAccountIdentity", "KeyVaultReference": "Microsoft.Azure.Management.Batch.Models.KeyVaultReference", "DedicatedCoreQuotaPerVMFamilyEnforced": "System.Boolean", "PrivateEndpointConnections": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Batch.Models.PrivateEndpointConnection]", @@ -51232,7 +51627,7 @@ "PublicNetworkAccess": "System.Nullable`1[Microsoft.Azure.Management.Batch.Models.PublicNetworkAccessType]", "LowPriorityCoreQuota": "System.Nullable`1[System.Int32]", "DedicatedCoreQuota": "System.Nullable`1[System.Int32]", - "TagsTable": "System.String", + "TaskTenantUrl": "System.String", "State": "System.String", "Subscription": "System.String", "ResourceGroupName": "System.String", @@ -51241,7 +51636,7 @@ "SecondaryAccountKey": "System.String", "PrimaryAccountKey": "System.String", "AccountEndpoint": "System.String", - "TaskTenantUrl": "System.String", + "TagsTable": "System.String", "Id": "System.String" }, "ElementType": null, @@ -51408,10 +51803,11 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch", "Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType", "AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties", + "Identity": "Microsoft.Azure.Management.Batch.Models.BatchAccountIdentity", "KeyVaultReference": "Microsoft.Azure.Management.Batch.Models.KeyVaultReference", "DedicatedCoreQuotaPerVMFamilyEnforced": "System.Boolean", "PrivateEndpointConnections": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Batch.Models.PrivateEndpointConnection]", @@ -51423,7 +51819,7 @@ "PublicNetworkAccess": "System.Nullable`1[Microsoft.Azure.Management.Batch.Models.PublicNetworkAccessType]", "LowPriorityCoreQuota": "System.Nullable`1[System.Int32]", "DedicatedCoreQuota": "System.Nullable`1[System.Int32]", - "TagsTable": "System.String", + "TaskTenantUrl": "System.String", "State": "System.String", "Subscription": "System.String", "ResourceGroupName": "System.String", @@ -51432,7 +51828,7 @@ "SecondaryAccountKey": "System.String", "PrimaryAccountKey": "System.String", "AccountEndpoint": "System.String", - "TaskTenantUrl": "System.String", + "TagsTable": "System.String", "Id": "System.String" }, "ElementType": null, @@ -51538,7 +51934,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSCloudTask", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSCloudTask, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSCloudTask, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AffinityInformation": "Microsoft.Azure.Commands.Batch.Models.PSAffinityInformation", "AuthenticationTokenSettings": "Microsoft.Azure.Commands.Batch.Models.PSAuthenticationTokenSettings", @@ -51654,10 +52050,11 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch", "Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType", "AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties", + "Identity": "Microsoft.Azure.Management.Batch.Models.BatchAccountIdentity", "KeyVaultReference": "Microsoft.Azure.Management.Batch.Models.KeyVaultReference", "DedicatedCoreQuotaPerVMFamilyEnforced": "System.Boolean", "PrivateEndpointConnections": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Batch.Models.PrivateEndpointConnection]", @@ -51669,7 +52066,7 @@ "PublicNetworkAccess": "System.Nullable`1[Microsoft.Azure.Management.Batch.Models.PublicNetworkAccessType]", "LowPriorityCoreQuota": "System.Nullable`1[System.Int32]", "DedicatedCoreQuota": "System.Nullable`1[System.Int32]", - "TagsTable": "System.String", + "TaskTenantUrl": "System.String", "State": "System.String", "Subscription": "System.String", "ResourceGroupName": "System.String", @@ -51678,7 +52075,7 @@ "SecondaryAccountKey": "System.String", "PrimaryAccountKey": "System.String", "AccountEndpoint": "System.String", - "TaskTenantUrl": "System.String", + "TagsTable": "System.String", "Id": "System.String" }, "ElementType": null, @@ -51808,10 +52205,11 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch", "Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType", "AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties", + "Identity": "Microsoft.Azure.Management.Batch.Models.BatchAccountIdentity", "KeyVaultReference": "Microsoft.Azure.Management.Batch.Models.KeyVaultReference", "DedicatedCoreQuotaPerVMFamilyEnforced": "System.Boolean", "PrivateEndpointConnections": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Batch.Models.PrivateEndpointConnection]", @@ -51823,7 +52221,7 @@ "PublicNetworkAccess": "System.Nullable`1[Microsoft.Azure.Management.Batch.Models.PublicNetworkAccessType]", "LowPriorityCoreQuota": "System.Nullable`1[System.Int32]", "DedicatedCoreQuota": "System.Nullable`1[System.Int32]", - "TagsTable": "System.String", + "TaskTenantUrl": "System.String", "State": "System.String", "Subscription": "System.String", "ResourceGroupName": "System.String", @@ -51832,7 +52230,7 @@ "SecondaryAccountKey": "System.String", "PrimaryAccountKey": "System.String", "AccountEndpoint": "System.String", - "TaskTenantUrl": "System.String", + "TagsTable": "System.String", "Id": "System.String" }, "ElementType": null, @@ -51964,7 +52362,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSCloudTask", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSCloudTask, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSCloudTask, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AffinityInformation": "Microsoft.Azure.Commands.Batch.Models.PSAffinityInformation", "AuthenticationTokenSettings": "Microsoft.Azure.Commands.Batch.Models.PSAuthenticationTokenSettings", @@ -52050,10 +52448,11 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch", "Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType", "AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties", + "Identity": "Microsoft.Azure.Management.Batch.Models.BatchAccountIdentity", "KeyVaultReference": "Microsoft.Azure.Management.Batch.Models.KeyVaultReference", "DedicatedCoreQuotaPerVMFamilyEnforced": "System.Boolean", "PrivateEndpointConnections": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Batch.Models.PrivateEndpointConnection]", @@ -52065,7 +52464,7 @@ "PublicNetworkAccess": "System.Nullable`1[Microsoft.Azure.Management.Batch.Models.PublicNetworkAccessType]", "LowPriorityCoreQuota": "System.Nullable`1[System.Int32]", "DedicatedCoreQuota": "System.Nullable`1[System.Int32]", - "TagsTable": "System.String", + "TaskTenantUrl": "System.String", "State": "System.String", "Subscription": "System.String", "ResourceGroupName": "System.String", @@ -52074,7 +52473,7 @@ "SecondaryAccountKey": "System.String", "PrimaryAccountKey": "System.String", "AccountEndpoint": "System.String", - "TaskTenantUrl": "System.String", + "TagsTable": "System.String", "Id": "System.String" }, "ElementType": null, @@ -52169,7 +52568,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSCloudTask", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSCloudTask, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSCloudTask, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AffinityInformation": "Microsoft.Azure.Commands.Batch.Models.PSAffinityInformation", "AuthenticationTokenSettings": "Microsoft.Azure.Commands.Batch.Models.PSAuthenticationTokenSettings", @@ -52261,10 +52660,11 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch", "Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType", "AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties", + "Identity": "Microsoft.Azure.Management.Batch.Models.BatchAccountIdentity", "KeyVaultReference": "Microsoft.Azure.Management.Batch.Models.KeyVaultReference", "DedicatedCoreQuotaPerVMFamilyEnforced": "System.Boolean", "PrivateEndpointConnections": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Batch.Models.PrivateEndpointConnection]", @@ -52276,7 +52676,7 @@ "PublicNetworkAccess": "System.Nullable`1[Microsoft.Azure.Management.Batch.Models.PublicNetworkAccessType]", "LowPriorityCoreQuota": "System.Nullable`1[System.Int32]", "DedicatedCoreQuota": "System.Nullable`1[System.Int32]", - "TagsTable": "System.String", + "TaskTenantUrl": "System.String", "State": "System.String", "Subscription": "System.String", "ResourceGroupName": "System.String", @@ -52285,7 +52685,7 @@ "SecondaryAccountKey": "System.String", "PrimaryAccountKey": "System.String", "AccountEndpoint": "System.String", - "TaskTenantUrl": "System.String", + "TagsTable": "System.String", "Id": "System.String" }, "ElementType": null, @@ -52453,7 +52853,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSCloudTask", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSCloudTask, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSCloudTask, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AffinityInformation": "Microsoft.Azure.Commands.Batch.Models.PSAffinityInformation", "AuthenticationTokenSettings": "Microsoft.Azure.Commands.Batch.Models.PSAuthenticationTokenSettings", @@ -52539,10 +52939,11 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch", "Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType", "AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties", + "Identity": "Microsoft.Azure.Management.Batch.Models.BatchAccountIdentity", "KeyVaultReference": "Microsoft.Azure.Management.Batch.Models.KeyVaultReference", "DedicatedCoreQuotaPerVMFamilyEnforced": "System.Boolean", "PrivateEndpointConnections": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Batch.Models.PrivateEndpointConnection]", @@ -52554,7 +52955,7 @@ "PublicNetworkAccess": "System.Nullable`1[Microsoft.Azure.Management.Batch.Models.PublicNetworkAccessType]", "LowPriorityCoreQuota": "System.Nullable`1[System.Int32]", "DedicatedCoreQuota": "System.Nullable`1[System.Int32]", - "TagsTable": "System.String", + "TaskTenantUrl": "System.String", "State": "System.String", "Subscription": "System.String", "ResourceGroupName": "System.String", @@ -52563,7 +52964,7 @@ "SecondaryAccountKey": "System.String", "PrimaryAccountKey": "System.String", "AccountEndpoint": "System.String", - "TaskTenantUrl": "System.String", + "TagsTable": "System.String", "Id": "System.String" }, "ElementType": null, @@ -52706,10 +53107,11 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch", "Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType", "AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties", + "Identity": "Microsoft.Azure.Management.Batch.Models.BatchAccountIdentity", "KeyVaultReference": "Microsoft.Azure.Management.Batch.Models.KeyVaultReference", "DedicatedCoreQuotaPerVMFamilyEnforced": "System.Boolean", "PrivateEndpointConnections": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Batch.Models.PrivateEndpointConnection]", @@ -52721,7 +53123,7 @@ "PublicNetworkAccess": "System.Nullable`1[Microsoft.Azure.Management.Batch.Models.PublicNetworkAccessType]", "LowPriorityCoreQuota": "System.Nullable`1[System.Int32]", "DedicatedCoreQuota": "System.Nullable`1[System.Int32]", - "TagsTable": "System.String", + "TaskTenantUrl": "System.String", "State": "System.String", "Subscription": "System.String", "ResourceGroupName": "System.String", @@ -52730,7 +53132,7 @@ "SecondaryAccountKey": "System.String", "PrimaryAccountKey": "System.String", "AccountEndpoint": "System.String", - "TaskTenantUrl": "System.String", + "TagsTable": "System.String", "Id": "System.String" }, "ElementType": null, @@ -52836,7 +53238,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSCloudTask", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSCloudTask, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSCloudTask, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AffinityInformation": "Microsoft.Azure.Commands.Batch.Models.PSAffinityInformation", "AuthenticationTokenSettings": "Microsoft.Azure.Commands.Batch.Models.PSAuthenticationTokenSettings", @@ -52928,10 +53330,11 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch", "Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType", "AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties", + "Identity": "Microsoft.Azure.Management.Batch.Models.BatchAccountIdentity", "KeyVaultReference": "Microsoft.Azure.Management.Batch.Models.KeyVaultReference", "DedicatedCoreQuotaPerVMFamilyEnforced": "System.Boolean", "PrivateEndpointConnections": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Batch.Models.PrivateEndpointConnection]", @@ -52943,7 +53346,7 @@ "PublicNetworkAccess": "System.Nullable`1[Microsoft.Azure.Management.Batch.Models.PublicNetworkAccessType]", "LowPriorityCoreQuota": "System.Nullable`1[System.Int32]", "DedicatedCoreQuota": "System.Nullable`1[System.Int32]", - "TagsTable": "System.String", + "TaskTenantUrl": "System.String", "State": "System.String", "Subscription": "System.String", "ResourceGroupName": "System.String", @@ -52952,7 +53355,7 @@ "SecondaryAccountKey": "System.String", "PrimaryAccountKey": "System.String", "AccountEndpoint": "System.String", - "TaskTenantUrl": "System.String", + "TagsTable": "System.String", "Id": "System.String" }, "ElementType": null, @@ -53058,10 +53461,11 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch", "Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType", "AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties", + "Identity": "Microsoft.Azure.Management.Batch.Models.BatchAccountIdentity", "KeyVaultReference": "Microsoft.Azure.Management.Batch.Models.KeyVaultReference", "DedicatedCoreQuotaPerVMFamilyEnforced": "System.Boolean", "PrivateEndpointConnections": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Batch.Models.PrivateEndpointConnection]", @@ -53073,7 +53477,7 @@ "PublicNetworkAccess": "System.Nullable`1[Microsoft.Azure.Management.Batch.Models.PublicNetworkAccessType]", "LowPriorityCoreQuota": "System.Nullable`1[System.Int32]", "DedicatedCoreQuota": "System.Nullable`1[System.Int32]", - "TagsTable": "System.String", + "TaskTenantUrl": "System.String", "State": "System.String", "Subscription": "System.String", "ResourceGroupName": "System.String", @@ -53082,7 +53486,7 @@ "SecondaryAccountKey": "System.String", "PrimaryAccountKey": "System.String", "AccountEndpoint": "System.String", - "TaskTenantUrl": "System.String", + "TagsTable": "System.String", "Id": "System.String" }, "ElementType": null, @@ -53326,7 +53730,7 @@ "Microsoft.Azure.Management.Batch.Models.PackageState": { "Namespace": "Microsoft.Azure.Management.Batch.Models", "Name": "Microsoft.Azure.Management.Batch.Models.PackageState", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Batch.Models.PackageState, Microsoft.Azure.Management.Batch, Version=10.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Batch.Models.PackageState, Microsoft.Azure.Management.Batch, Version=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -53653,7 +54057,7 @@ "Microsoft.Azure.Management.Batch.Models.AccountKeyType": { "Namespace": "Microsoft.Azure.Management.Batch.Models", "Name": "Microsoft.Azure.Management.Batch.Models.AccountKeyType", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Batch.Models.AccountKeyType, Microsoft.Azure.Management.Batch, Version=10.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Batch.Models.AccountKeyType, Microsoft.Azure.Management.Batch, Version=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -53748,7 +54152,7 @@ "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties": { "Namespace": "Microsoft.Azure.Management.Batch.Models", "Name": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties, Microsoft.Azure.Management.Batch, Version=10.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties, Microsoft.Azure.Management.Batch, Version=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "LastKeySync": "System.DateTime", "StorageAccountId": "System.String" @@ -53809,10 +54213,174 @@ } ] }, + "Microsoft.Azure.Management.Batch.Models.BatchAccountIdentity": { + "Namespace": "Microsoft.Azure.Management.Batch.Models", + "Name": "Microsoft.Azure.Management.Batch.Models.BatchAccountIdentity", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Batch.Models.BatchAccountIdentity, Microsoft.Azure.Management.Batch, Version=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "Type": "Microsoft.Azure.Management.Batch.Models.ResourceIdentityType", + "TenantId": "System.String", + "PrincipalId": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Validate", + "Parameters": [], + "ReturnType": "System.Void" + }, + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + }, + { + "Name": "", + "ReturnType": null, + "Parameters": [ + { + "Name": "type", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "principalId", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "tenantId", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ] + } + ] + }, + "Microsoft.Azure.Management.Batch.Models.ResourceIdentityType": { + "Namespace": "Microsoft.Azure.Management.Batch.Models", + "Name": "Microsoft.Azure.Management.Batch.Models.ResourceIdentityType", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Batch.Models.ResourceIdentityType, Microsoft.Azure.Management.Batch, Version=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "ToString", + "Parameters": [ + { + "Name": "format", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "provider", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Int32" + }, + { + "Name": "ToString", + "Parameters": [ + { + "Name": "format", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "ToString", + "Parameters": [ + { + "Name": "provider", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetTypeCode", + "Parameters": [], + "ReturnType": "System.TypeCode" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [] + }, "Microsoft.Azure.Management.Batch.Models.KeyVaultReference": { "Namespace": "Microsoft.Azure.Management.Batch.Models", "Name": "Microsoft.Azure.Management.Batch.Models.KeyVaultReference", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Batch.Models.KeyVaultReference, Microsoft.Azure.Management.Batch, Version=10.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Batch.Models.KeyVaultReference, Microsoft.Azure.Management.Batch, Version=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Id": "System.String", "Url": "System.String" @@ -53876,7 +54444,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Batch.Models.PrivateEndpointConnection]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Batch.Models.PrivateEndpointConnection]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Batch.Models.PrivateEndpointConnection, Microsoft.Azure.Management.Batch, Version=10.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Batch.Models.PrivateEndpointConnection, Microsoft.Azure.Management.Batch, Version=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -53888,7 +54456,7 @@ "Microsoft.Azure.Management.Batch.Models.PrivateEndpointConnection": { "Namespace": "Microsoft.Azure.Management.Batch.Models", "Name": "Microsoft.Azure.Management.Batch.Models.PrivateEndpointConnection", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Batch.Models.PrivateEndpointConnection, Microsoft.Azure.Management.Batch, Version=10.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Batch.Models.PrivateEndpointConnection, Microsoft.Azure.Management.Batch, Version=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PrivateEndpoint": "Microsoft.Azure.Management.Batch.Models.PrivateEndpoint", "ProvisioningState": "Microsoft.Azure.Management.Batch.Models.PrivateEndpointConnectionProvisioningState", @@ -53977,7 +54545,7 @@ "Microsoft.Azure.Management.Batch.Models.PrivateEndpoint": { "Namespace": "Microsoft.Azure.Management.Batch.Models", "Name": "Microsoft.Azure.Management.Batch.Models.PrivateEndpoint", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Batch.Models.PrivateEndpoint, Microsoft.Azure.Management.Batch, Version=10.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Batch.Models.PrivateEndpoint, Microsoft.Azure.Management.Batch, Version=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Id": "System.String" }, @@ -54031,7 +54599,7 @@ "Microsoft.Azure.Management.Batch.Models.PrivateEndpointConnectionProvisioningState": { "Namespace": "Microsoft.Azure.Management.Batch.Models", "Name": "Microsoft.Azure.Management.Batch.Models.PrivateEndpointConnectionProvisioningState", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Batch.Models.PrivateEndpointConnectionProvisioningState, Microsoft.Azure.Management.Batch, Version=10.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Batch.Models.PrivateEndpointConnectionProvisioningState, Microsoft.Azure.Management.Batch, Version=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -54126,7 +54694,7 @@ "Microsoft.Azure.Management.Batch.Models.PrivateLinkServiceConnectionState": { "Namespace": "Microsoft.Azure.Management.Batch.Models", "Name": "Microsoft.Azure.Management.Batch.Models.PrivateLinkServiceConnectionState", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Batch.Models.PrivateLinkServiceConnectionState, Microsoft.Azure.Management.Batch, Version=10.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Batch.Models.PrivateLinkServiceConnectionState, Microsoft.Azure.Management.Batch, Version=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Status": "Microsoft.Azure.Management.Batch.Models.PrivateLinkServiceConnectionStatus", "Description": "System.String", @@ -54195,7 +54763,7 @@ "Microsoft.Azure.Management.Batch.Models.PrivateLinkServiceConnectionStatus": { "Namespace": "Microsoft.Azure.Management.Batch.Models", "Name": "Microsoft.Azure.Management.Batch.Models.PrivateLinkServiceConnectionStatus", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Batch.Models.PrivateLinkServiceConnectionStatus, Microsoft.Azure.Management.Batch, Version=10.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Batch.Models.PrivateLinkServiceConnectionStatus, Microsoft.Azure.Management.Batch, Version=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -54300,7 +54868,7 @@ "System.Nullable`1[Microsoft.Azure.Management.Batch.Models.PoolAllocationMode]": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Management.Batch.Models.PoolAllocationMode]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Batch.Models.PoolAllocationMode, Microsoft.Azure.Management.Batch, Version=10.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Batch.Models.PoolAllocationMode, Microsoft.Azure.Management.Batch, Version=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -54312,7 +54880,7 @@ "Microsoft.Azure.Management.Batch.Models.PoolAllocationMode": { "Namespace": "Microsoft.Azure.Management.Batch.Models", "Name": "Microsoft.Azure.Management.Batch.Models.PoolAllocationMode", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Batch.Models.PoolAllocationMode, Microsoft.Azure.Management.Batch, Version=10.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Batch.Models.PoolAllocationMode, Microsoft.Azure.Management.Batch, Version=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -54407,7 +54975,7 @@ "System.Nullable`1[Microsoft.Azure.Management.Batch.Models.PublicNetworkAccessType]": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Management.Batch.Models.PublicNetworkAccessType]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Batch.Models.PublicNetworkAccessType, Microsoft.Azure.Management.Batch, Version=10.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Batch.Models.PublicNetworkAccessType, Microsoft.Azure.Management.Batch, Version=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -54419,7 +54987,7 @@ "Microsoft.Azure.Management.Batch.Models.PublicNetworkAccessType": { "Namespace": "Microsoft.Azure.Management.Batch.Models", "Name": "Microsoft.Azure.Management.Batch.Models.PublicNetworkAccessType", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Batch.Models.PublicNetworkAccessType, Microsoft.Azure.Management.Batch, Version=10.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Batch.Models.PublicNetworkAccessType, Microsoft.Azure.Management.Batch, Version=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -54526,7 +55094,7 @@ "Microsoft.Azure.Commands.Batch.Models.PSImageReference": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSImageReference", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSImageReference, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSImageReference, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Offer": "System.String", "Publisher": "System.String", @@ -54827,7 +55395,7 @@ "Microsoft.Azure.Commands.Batch.Models.PSDeleteCertificateError": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSDeleteCertificateError", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSDeleteCertificateError, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSDeleteCertificateError, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Values": "System.Collections.Generic.IReadOnlyList`1[Microsoft.Azure.Commands.Batch.Models.PSNameValuePair]", "Message": "System.String", @@ -54867,7 +55435,7 @@ "System.Collections.Generic.IReadOnlyList`1[Microsoft.Azure.Commands.Batch.Models.PSNameValuePair]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IReadOnlyList`1[Microsoft.Azure.Commands.Batch.Models.PSNameValuePair]", - "AssemblyQualifiedName": "System.Collections.Generic.IReadOnlyList`1[[Microsoft.Azure.Commands.Batch.Models.PSNameValuePair, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IReadOnlyList`1[[Microsoft.Azure.Commands.Batch.Models.PSNameValuePair, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -54879,7 +55447,7 @@ "Microsoft.Azure.Commands.Batch.Models.PSNameValuePair": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSNameValuePair", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSNameValuePair, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSNameValuePair, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Name": "System.String", "Value": "System.String" @@ -55132,7 +55700,7 @@ "Microsoft.Azure.Commands.Batch.Models.PSComputeNodeEndpointConfiguration": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSComputeNodeEndpointConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSComputeNodeEndpointConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSComputeNodeEndpointConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "InboundEndpoints": "System.Collections.Generic.IReadOnlyList`1[Microsoft.Azure.Commands.Batch.Models.PSInboundEndpoint]" }, @@ -55170,7 +55738,7 @@ "System.Collections.Generic.IReadOnlyList`1[Microsoft.Azure.Commands.Batch.Models.PSInboundEndpoint]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IReadOnlyList`1[Microsoft.Azure.Commands.Batch.Models.PSInboundEndpoint]", - "AssemblyQualifiedName": "System.Collections.Generic.IReadOnlyList`1[[Microsoft.Azure.Commands.Batch.Models.PSInboundEndpoint, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IReadOnlyList`1[[Microsoft.Azure.Commands.Batch.Models.PSInboundEndpoint, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -55182,7 +55750,7 @@ "Microsoft.Azure.Commands.Batch.Models.PSInboundEndpoint": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSInboundEndpoint", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSInboundEndpoint, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSInboundEndpoint, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Protocol": "Microsoft.Azure.Batch.Common.InboundEndpointProtocol", "BackendPort": "System.Int32", @@ -55320,7 +55888,7 @@ "Microsoft.Azure.Commands.Batch.Models.PSNodeAgentInformation": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSNodeAgentInformation", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSNodeAgentInformation, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSNodeAgentInformation, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "LastUpdateTime": "System.DateTime", "Version": "System.String" @@ -55359,7 +55927,7 @@ "Microsoft.Azure.Commands.Batch.Models.PSStartTask": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSStartTask", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSStartTask, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSStartTask, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ContainerSettings": "Microsoft.Azure.Commands.Batch.Models.PSTaskContainerSettings", "UserIdentity": "Microsoft.Azure.Commands.Batch.Models.PSUserIdentity", @@ -55419,7 +55987,7 @@ "Microsoft.Azure.Commands.Batch.Models.PSTaskContainerSettings": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSTaskContainerSettings", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSTaskContainerSettings, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSTaskContainerSettings, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Registry": "Microsoft.Azure.Commands.Batch.Models.PSContainerRegistry", "WorkingDirectory": "System.Nullable`1[Microsoft.Azure.Batch.Common.ContainerWorkingDirectory]", @@ -55483,7 +56051,7 @@ "Microsoft.Azure.Commands.Batch.Models.PSContainerRegistry": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSContainerRegistry", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSContainerRegistry, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSContainerRegistry, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Password": "System.String", "RegistryServer": "System.String", @@ -55649,7 +56217,7 @@ "Microsoft.Azure.Commands.Batch.Models.PSUserIdentity": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSUserIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSUserIdentity, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSUserIdentity, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoUser": "Microsoft.Azure.Commands.Batch.Models.PSAutoUserSpecification", "UserName": "System.String" @@ -55709,7 +56277,7 @@ "Microsoft.Azure.Commands.Batch.Models.PSAutoUserSpecification": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSAutoUserSpecification", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSAutoUserSpecification, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSAutoUserSpecification, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Scope": "System.Nullable`1[Microsoft.Azure.Batch.Common.AutoUserScope]", "ElevationLevel": "System.Nullable`1[Microsoft.Azure.Batch.Common.ElevationLevel]" @@ -55977,7 +56545,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Batch.Models.PSResourceFile]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Batch.Models.PSResourceFile]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Batch.Models.PSResourceFile, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Batch.Models.PSResourceFile, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -55989,7 +56557,7 @@ "Microsoft.Azure.Commands.Batch.Models.PSResourceFile": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSResourceFile", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSResourceFile, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSResourceFile, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoStorageContainerName": "System.String", "BlobPrefix": "System.String", @@ -56054,7 +56622,7 @@ "Microsoft.Azure.Commands.Batch.Models.PSStartTaskInformation": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSStartTaskInformation", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSStartTaskInformation, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSStartTaskInformation, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "State": "Microsoft.Azure.Batch.Common.StartTaskState", "ContainerInformation": "Microsoft.Azure.Commands.Batch.Models.PSTaskContainerExecutionInformation", @@ -56195,7 +56763,7 @@ "Microsoft.Azure.Commands.Batch.Models.PSTaskContainerExecutionInformation": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSTaskContainerExecutionInformation", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSTaskContainerExecutionInformation, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSTaskContainerExecutionInformation, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ContainerId": "System.String", "Error": "System.String", @@ -56235,7 +56803,7 @@ "Microsoft.Azure.Commands.Batch.Models.PSTaskFailureInformation": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSTaskFailureInformation", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSTaskFailureInformation, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSTaskFailureInformation, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Category": "Microsoft.Azure.Batch.Common.ErrorCategory", "Details": "System.Collections.Generic.IReadOnlyList`1[Microsoft.Azure.Commands.Batch.Models.PSNameValuePair]", @@ -56478,7 +57046,7 @@ "System.Collections.Generic.IReadOnlyList`1[Microsoft.Azure.Commands.Batch.Models.PSCertificateReference]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IReadOnlyList`1[Microsoft.Azure.Commands.Batch.Models.PSCertificateReference]", - "AssemblyQualifiedName": "System.Collections.Generic.IReadOnlyList`1[[Microsoft.Azure.Commands.Batch.Models.PSCertificateReference, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IReadOnlyList`1[[Microsoft.Azure.Commands.Batch.Models.PSCertificateReference, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -56490,7 +57058,7 @@ "Microsoft.Azure.Commands.Batch.Models.PSCertificateReference": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSCertificateReference", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSCertificateReference, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSCertificateReference, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Visibility": "System.Nullable`1[Microsoft.Azure.Batch.Common.CertificateVisibility]", "StoreLocation": "System.Nullable`1[Microsoft.Azure.Batch.Common.CertStoreLocation]", @@ -56762,7 +57330,7 @@ "System.Collections.Generic.IReadOnlyList`1[Microsoft.Azure.Commands.Batch.Models.PSComputeNodeError]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IReadOnlyList`1[Microsoft.Azure.Commands.Batch.Models.PSComputeNodeError]", - "AssemblyQualifiedName": "System.Collections.Generic.IReadOnlyList`1[[Microsoft.Azure.Commands.Batch.Models.PSComputeNodeError, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IReadOnlyList`1[[Microsoft.Azure.Commands.Batch.Models.PSComputeNodeError, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -56774,7 +57342,7 @@ "Microsoft.Azure.Commands.Batch.Models.PSComputeNodeError": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSComputeNodeError", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSComputeNodeError, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSComputeNodeError, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ErrorDetails": "System.Collections.Generic.IReadOnlyList`1[Microsoft.Azure.Commands.Batch.Models.PSNameValuePair]", "Code": "System.String", @@ -56814,7 +57382,7 @@ "System.Collections.Generic.IReadOnlyList`1[Microsoft.Azure.Commands.Batch.Models.PSTaskInformation]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IReadOnlyList`1[Microsoft.Azure.Commands.Batch.Models.PSTaskInformation]", - "AssemblyQualifiedName": "System.Collections.Generic.IReadOnlyList`1[[Microsoft.Azure.Commands.Batch.Models.PSTaskInformation, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IReadOnlyList`1[[Microsoft.Azure.Commands.Batch.Models.PSTaskInformation, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -56826,7 +57394,7 @@ "Microsoft.Azure.Commands.Batch.Models.PSTaskInformation": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSTaskInformation", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSTaskInformation, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSTaskInformation, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "TaskState": "Microsoft.Azure.Batch.Common.TaskState", "ExecutionInformation": "Microsoft.Azure.Commands.Batch.Models.PSTaskExecutionInformation", @@ -56964,7 +57532,7 @@ "Microsoft.Azure.Commands.Batch.Models.PSTaskExecutionInformation": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSTaskExecutionInformation", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSTaskExecutionInformation, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSTaskExecutionInformation, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ContainerInformation": "Microsoft.Azure.Commands.Batch.Models.PSTaskContainerExecutionInformation", "FailureInformation": "Microsoft.Azure.Commands.Batch.Models.PSTaskFailureInformation", @@ -57320,7 +57888,7 @@ "Microsoft.Azure.Commands.Batch.Models.PSAutoScaleRun": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSAutoScaleRun", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSAutoScaleRun, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSAutoScaleRun, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Error": "Microsoft.Azure.Commands.Batch.Models.PSAutoScaleRunError", "Timestamp": "System.DateTime", @@ -57360,7 +57928,7 @@ "Microsoft.Azure.Commands.Batch.Models.PSAutoScaleRunError": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSAutoScaleRunError", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSAutoScaleRunError, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSAutoScaleRunError, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Values": "System.Collections.Generic.IReadOnlyList`1[Microsoft.Azure.Commands.Batch.Models.PSNameValuePair]", "Message": "System.String", @@ -57400,7 +57968,7 @@ "Microsoft.Azure.Commands.Batch.Models.PSCloudServiceConfiguration": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSCloudServiceConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSCloudServiceConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSCloudServiceConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "OSFamily": "System.String", "OSVersion": "System.String" @@ -57454,7 +58022,7 @@ "Microsoft.Azure.Commands.Batch.Models.PSNetworkConfiguration": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSNetworkConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSNetworkConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSNetworkConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "EndpointConfiguration": "Microsoft.Azure.Commands.Batch.Models.PSPoolEndpointConfiguration", "PublicIPAddressConfiguration": "Microsoft.Azure.Commands.Batch.Models.PSPublicIPAddressConfiguration", @@ -57501,7 +58069,7 @@ "Microsoft.Azure.Commands.Batch.Models.PSPoolEndpointConfiguration": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSPoolEndpointConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSPoolEndpointConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSPoolEndpointConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "InboundNatPools": "System.Collections.Generic.IReadOnlyList`1[Microsoft.Azure.Commands.Batch.Models.PSInboundNatPool]" }, @@ -57550,7 +58118,7 @@ "System.Collections.Generic.IReadOnlyList`1[Microsoft.Azure.Commands.Batch.Models.PSInboundNatPool]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IReadOnlyList`1[Microsoft.Azure.Commands.Batch.Models.PSInboundNatPool]", - "AssemblyQualifiedName": "System.Collections.Generic.IReadOnlyList`1[[Microsoft.Azure.Commands.Batch.Models.PSInboundNatPool, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IReadOnlyList`1[[Microsoft.Azure.Commands.Batch.Models.PSInboundNatPool, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -57562,7 +58130,7 @@ "Microsoft.Azure.Commands.Batch.Models.PSInboundNatPool": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSInboundNatPool", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSInboundNatPool, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSInboundNatPool, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Protocol": "Microsoft.Azure.Batch.Common.InboundEndpointProtocol", "NetworkSecurityGroupRules": "System.Collections.Generic.IReadOnlyList`1[Microsoft.Azure.Commands.Batch.Models.PSNetworkSecurityGroupRule]", @@ -57636,7 +58204,7 @@ "System.Collections.Generic.IReadOnlyList`1[Microsoft.Azure.Commands.Batch.Models.PSNetworkSecurityGroupRule]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IReadOnlyList`1[Microsoft.Azure.Commands.Batch.Models.PSNetworkSecurityGroupRule]", - "AssemblyQualifiedName": "System.Collections.Generic.IReadOnlyList`1[[Microsoft.Azure.Commands.Batch.Models.PSNetworkSecurityGroupRule, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IReadOnlyList`1[[Microsoft.Azure.Commands.Batch.Models.PSNetworkSecurityGroupRule, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -57648,7 +58216,7 @@ "Microsoft.Azure.Commands.Batch.Models.PSNetworkSecurityGroupRule": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSNetworkSecurityGroupRule", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSNetworkSecurityGroupRule, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSNetworkSecurityGroupRule, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Access": "Microsoft.Azure.Batch.Common.NetworkSecurityGroupRuleAccess", "SourcePortRanges": "System.Collections.Generic.IReadOnlyList`1[System.String]", @@ -57807,7 +58375,7 @@ "Microsoft.Azure.Commands.Batch.Models.PSPublicIPAddressConfiguration": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSPublicIPAddressConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSPublicIPAddressConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSPublicIPAddressConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "IpAddressIds": "System.Collections.Generic.IList`1[System.String]", "Provision": "System.Nullable`1[Microsoft.Azure.Batch.Common.IPAddressProvisioningType]" @@ -58071,7 +58639,7 @@ "Microsoft.Azure.Commands.Batch.Models.PSPoolStatistics": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSPoolStatistics", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSPoolStatistics, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSPoolStatistics, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ResourceStatistics": "Microsoft.Azure.Commands.Batch.Models.PSResourceStatistics", "UsageStatistics": "Microsoft.Azure.Commands.Batch.Models.PSUsageStatistics", @@ -58113,7 +58681,7 @@ "Microsoft.Azure.Commands.Batch.Models.PSResourceStatistics": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSResourceStatistics", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSResourceStatistics, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSResourceStatistics, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "LastUpdateTime": "System.DateTime", "StartTime": "System.DateTime", @@ -58163,7 +58731,7 @@ "Microsoft.Azure.Commands.Batch.Models.PSUsageStatistics": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSUsageStatistics", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSUsageStatistics, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSUsageStatistics, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "LastUpdateTime": "System.DateTime", "StartTime": "System.DateTime", @@ -58213,7 +58781,7 @@ "Microsoft.Azure.Commands.Batch.Models.PSTaskSchedulingPolicy": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSTaskSchedulingPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSTaskSchedulingPolicy, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSTaskSchedulingPolicy, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ComputeNodeFillType": "Microsoft.Azure.Batch.Common.ComputeNodeFillType" }, @@ -58357,7 +58925,7 @@ "Microsoft.Azure.Commands.Batch.Models.PSVirtualMachineConfiguration": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSVirtualMachineConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSVirtualMachineConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSVirtualMachineConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ContainerConfiguration": "Microsoft.Azure.Commands.Batch.Models.PSContainerConfiguration", "DiskEncryptionConfiguration": "Microsoft.Azure.Commands.Batch.Models.PSDiskEncryptionConfiguration", @@ -58416,7 +58984,7 @@ "Microsoft.Azure.Commands.Batch.Models.PSContainerConfiguration": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSContainerConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSContainerConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSContainerConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ContainerRegistries": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Batch.Models.PSContainerRegistry]", "ContainerImageNames": "System.Collections.Generic.IList`1[System.String]" @@ -58461,7 +59029,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Batch.Models.PSContainerRegistry]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Batch.Models.PSContainerRegistry]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Batch.Models.PSContainerRegistry, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Batch.Models.PSContainerRegistry, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -58473,7 +59041,7 @@ "Microsoft.Azure.Commands.Batch.Models.PSDiskEncryptionConfiguration": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSDiskEncryptionConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSDiskEncryptionConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSDiskEncryptionConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Targets": "System.Collections.Generic.IList`1[Microsoft.Azure.Batch.Common.DiskEncryptionTarget]" }, @@ -58629,7 +59197,7 @@ "Microsoft.Azure.Commands.Batch.Models.PSWindowsConfiguration": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSWindowsConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSWindowsConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSWindowsConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "EnableAutomaticUpdates": "System.Nullable`1[System.Boolean]" }, @@ -58678,7 +59246,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Batch.Models.PSDataDisk]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Batch.Models.PSDataDisk]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Batch.Models.PSDataDisk, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Batch.Models.PSDataDisk, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -58690,7 +59258,7 @@ "Microsoft.Azure.Commands.Batch.Models.PSDataDisk": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSDataDisk", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSDataDisk, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSDataDisk, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DiskSizeGB": "System.Int32", "Lun": "System.Int32", @@ -58968,7 +59536,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Batch.Models.PSApplicationPackageReference]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Batch.Models.PSApplicationPackageReference]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Batch.Models.PSApplicationPackageReference, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Batch.Models.PSApplicationPackageReference, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -58980,7 +59548,7 @@ "Microsoft.Azure.Commands.Batch.Models.PSApplicationPackageReference": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSApplicationPackageReference", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSApplicationPackageReference, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSApplicationPackageReference, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ApplicationId": "System.String", "Version": "System.String" @@ -59025,7 +59593,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Batch.Models.PSCertificateReference]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Batch.Models.PSCertificateReference]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Batch.Models.PSCertificateReference, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Batch.Models.PSCertificateReference, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -59037,7 +59605,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Batch.Models.PSMountConfiguration]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Batch.Models.PSMountConfiguration]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Batch.Models.PSMountConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Batch.Models.PSMountConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -59049,7 +59617,7 @@ "Microsoft.Azure.Commands.Batch.Models.PSMountConfiguration": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSMountConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSMountConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSMountConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AzureBlobFileSystemConfiguration": "Microsoft.Azure.Commands.Batch.Models.PSAzureBlobFileSystemConfiguration", "AzureFileShareConfiguration": "Microsoft.Azure.Commands.Batch.Models.PSAzureFileShareConfiguration", @@ -59131,7 +59699,7 @@ "Microsoft.Azure.Commands.Batch.Models.PSAzureBlobFileSystemConfiguration": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSAzureBlobFileSystemConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSAzureBlobFileSystemConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSAzureBlobFileSystemConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AccountKey": "System.String", "AccountName": "System.String", @@ -59201,7 +59769,7 @@ "Microsoft.Azure.Commands.Batch.Models.PSAzureFileShareConfiguration": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSAzureFileShareConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSAzureFileShareConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSAzureFileShareConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AccountKey": "System.String", "AccountName": "System.String", @@ -59270,7 +59838,7 @@ "Microsoft.Azure.Commands.Batch.Models.PSCifsMountConfiguration": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSCifsMountConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSCifsMountConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSCifsMountConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "MountOptions": "System.String", "Password": "System.String", @@ -59339,7 +59907,7 @@ "Microsoft.Azure.Commands.Batch.Models.PSNfsMountConfiguration": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSNfsMountConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSNfsMountConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSNfsMountConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "MountOptions": "System.String", "RelativeMountPath": "System.String", @@ -59398,7 +59966,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Batch.Models.PSUserAccount]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Batch.Models.PSUserAccount]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Batch.Models.PSUserAccount, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Batch.Models.PSUserAccount, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -59410,7 +59978,7 @@ "Microsoft.Azure.Commands.Batch.Models.PSUserAccount": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSUserAccount", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSUserAccount, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSUserAccount, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "LinuxUserConfiguration": "Microsoft.Azure.Commands.Batch.Models.PSLinuxUserConfiguration", "WindowsUserConfiguration": "Microsoft.Azure.Commands.Batch.Models.PSWindowsUserConfiguration", @@ -59479,7 +60047,7 @@ "Microsoft.Azure.Commands.Batch.Models.PSLinuxUserConfiguration": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSLinuxUserConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSLinuxUserConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSLinuxUserConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Gid": "System.Nullable`1[System.Int32]", "Uid": "System.Nullable`1[System.Int32]", @@ -59538,7 +60106,7 @@ "Microsoft.Azure.Commands.Batch.Models.PSWindowsUserConfiguration": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSWindowsUserConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSWindowsUserConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSWindowsUserConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "LoginMode": "System.Nullable`1[Microsoft.Azure.Batch.Common.LoginMode]" }, @@ -59694,7 +60262,7 @@ "System.Collections.Generic.IReadOnlyList`1[Microsoft.Azure.Commands.Batch.Models.PSResizeError]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IReadOnlyList`1[Microsoft.Azure.Commands.Batch.Models.PSResizeError]", - "AssemblyQualifiedName": "System.Collections.Generic.IReadOnlyList`1[[Microsoft.Azure.Commands.Batch.Models.PSResizeError, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IReadOnlyList`1[[Microsoft.Azure.Commands.Batch.Models.PSResizeError, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -59706,7 +60274,7 @@ "Microsoft.Azure.Commands.Batch.Models.PSResizeError": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSResizeError", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSResizeError, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSResizeError, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Values": "System.Collections.Generic.IReadOnlyList`1[Microsoft.Azure.Commands.Batch.Models.PSNameValuePair]", "Message": "System.String", @@ -60257,7 +60825,7 @@ "Microsoft.Azure.Commands.Batch.Models.PSFileProperties": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSFileProperties", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSFileProperties, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSFileProperties, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "LastModified": "System.DateTime", "ContentLength": "System.Int64", @@ -60299,7 +60867,7 @@ "Microsoft.Azure.Commands.Batch.Models.PSAffinityInformation": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSAffinityInformation", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSAffinityInformation, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSAffinityInformation, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AffinityId": "System.String" }, @@ -60348,7 +60916,7 @@ "Microsoft.Azure.Commands.Batch.Models.PSAuthenticationTokenSettings": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSAuthenticationTokenSettings", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSAuthenticationTokenSettings, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSAuthenticationTokenSettings, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Access": "Microsoft.Azure.Batch.Common.AccessScope" }, @@ -60487,7 +61055,7 @@ "Microsoft.Azure.Commands.Batch.Models.PSComputeNodeInformation": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSComputeNodeInformation", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSComputeNodeInformation, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSComputeNodeInformation, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AffinityId": "System.String", "ComputeNodeId": "System.String", @@ -60530,7 +61098,7 @@ "Microsoft.Azure.Commands.Batch.Models.PSExitConditions": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSExitConditions", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSExitConditions, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSExitConditions, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Default": "Microsoft.Azure.Commands.Batch.Models.PSExitOptions", "FileUploadError": "Microsoft.Azure.Commands.Batch.Models.PSExitOptions", @@ -60578,7 +61146,7 @@ "Microsoft.Azure.Commands.Batch.Models.PSExitOptions": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSExitOptions", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSExitOptions, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSExitOptions, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DependencyAction": "System.Nullable`1[Microsoft.Azure.Batch.Common.DependencyAction]", "JobAction": "System.Nullable`1[Microsoft.Azure.Batch.Common.JobAction]" @@ -60837,7 +61405,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Batch.Models.PSExitCodeMapping]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Batch.Models.PSExitCodeMapping]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Batch.Models.PSExitCodeMapping, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Batch.Models.PSExitCodeMapping, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -60849,7 +61417,7 @@ "Microsoft.Azure.Commands.Batch.Models.PSExitCodeMapping": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSExitCodeMapping", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSExitCodeMapping, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSExitCodeMapping, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ExitOptions": "Microsoft.Azure.Commands.Batch.Models.PSExitOptions", "Code": "System.Int32" @@ -60903,7 +61471,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Batch.Models.PSExitCodeRangeMapping]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Batch.Models.PSExitCodeRangeMapping]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Batch.Models.PSExitCodeRangeMapping, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Batch.Models.PSExitCodeRangeMapping, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -60915,7 +61483,7 @@ "Microsoft.Azure.Commands.Batch.Models.PSExitCodeRangeMapping": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSExitCodeRangeMapping", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSExitCodeRangeMapping, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSExitCodeRangeMapping, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ExitOptions": "Microsoft.Azure.Commands.Batch.Models.PSExitOptions", "End": "System.Int32", @@ -60974,7 +61542,7 @@ "Microsoft.Azure.Commands.Batch.Models.PSMultiInstanceSettings": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSMultiInstanceSettings", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSMultiInstanceSettings, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSMultiInstanceSettings, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "CommonResourceFiles": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Batch.Models.PSResourceFile]", "NumberOfInstances": "System.Nullable`1[System.Int32]", @@ -61029,7 +61597,7 @@ "Microsoft.Azure.Commands.Batch.Models.PSTaskConstraints": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSTaskConstraints", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSTaskConstraints, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSTaskConstraints, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "MaxTaskRetryCount": "System.Nullable`1[System.Int32]", "MaxWallClockTime": "System.Nullable`1[System.TimeSpan]", @@ -61088,7 +61656,7 @@ "Microsoft.Azure.Commands.Batch.Models.PSTaskDependencies": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSTaskDependencies", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSTaskDependencies, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSTaskDependencies, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "TaskIdRanges": "System.Collections.Generic.IReadOnlyList`1[Microsoft.Azure.Commands.Batch.Models.PSTaskIdRange]", "TaskIds": "System.Collections.Generic.IReadOnlyList`1[System.String]" @@ -61142,7 +61710,7 @@ "System.Collections.Generic.IReadOnlyList`1[Microsoft.Azure.Commands.Batch.Models.PSTaskIdRange]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IReadOnlyList`1[Microsoft.Azure.Commands.Batch.Models.PSTaskIdRange]", - "AssemblyQualifiedName": "System.Collections.Generic.IReadOnlyList`1[[Microsoft.Azure.Commands.Batch.Models.PSTaskIdRange, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IReadOnlyList`1[[Microsoft.Azure.Commands.Batch.Models.PSTaskIdRange, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -61154,7 +61722,7 @@ "Microsoft.Azure.Commands.Batch.Models.PSTaskIdRange": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSTaskIdRange", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSTaskIdRange, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSTaskIdRange, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "End": "System.Int32", "Start": "System.Int32" @@ -61208,7 +61776,7 @@ "Microsoft.Azure.Commands.Batch.Models.PSTaskStatistics": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSTaskStatistics", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSTaskStatistics, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSTaskStatistics, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "LastUpdateTime": "System.DateTime", "StartTime": "System.DateTime", @@ -61256,7 +61824,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Batch.Models.PSOutputFile]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Batch.Models.PSOutputFile]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Batch.Models.PSOutputFile, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Batch.Models.PSOutputFile, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -61268,7 +61836,7 @@ "Microsoft.Azure.Commands.Batch.Models.PSOutputFile": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSOutputFile", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSOutputFile, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSOutputFile, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Destination": "Microsoft.Azure.Commands.Batch.Models.PSOutputFileDestination", "UploadOptions": "Microsoft.Azure.Commands.Batch.Models.PSOutputFileUploadOptions", @@ -61327,7 +61895,7 @@ "Microsoft.Azure.Commands.Batch.Models.PSOutputFileDestination": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSOutputFileDestination", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSOutputFileDestination, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSOutputFileDestination, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Container": "Microsoft.Azure.Commands.Batch.Models.PSOutputFileBlobContainerDestination" }, @@ -61376,7 +61944,7 @@ "Microsoft.Azure.Commands.Batch.Models.PSOutputFileBlobContainerDestination": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSOutputFileBlobContainerDestination", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSOutputFileBlobContainerDestination, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSOutputFileBlobContainerDestination, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ContainerUrl": "System.String", "Path": "System.String" @@ -61430,7 +61998,7 @@ "Microsoft.Azure.Commands.Batch.Models.PSOutputFileUploadOptions": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSOutputFileUploadOptions", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSOutputFileUploadOptions, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSOutputFileUploadOptions, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "UploadCondition": "Microsoft.Azure.Batch.Common.OutputFileUploadCondition" }, @@ -61586,7 +62154,7 @@ "Microsoft.Azure.Commands.Batch.Models.PSJobScheduleExecutionInformation": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSJobScheduleExecutionInformation", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSJobScheduleExecutionInformation, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSJobScheduleExecutionInformation, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "RecentJob": "Microsoft.Azure.Commands.Batch.Models.PSRecentJob", "NextRunTime": "System.Nullable`1[System.DateTime]", @@ -61626,7 +62194,7 @@ "Microsoft.Azure.Commands.Batch.Models.PSRecentJob": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSRecentJob", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSRecentJob, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSRecentJob, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Id": "System.String", "Url": "System.String" @@ -61665,7 +62233,7 @@ "Microsoft.Azure.Commands.Batch.Models.PSJobScheduleStatistics": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSJobScheduleStatistics", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSJobScheduleStatistics, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSJobScheduleStatistics, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "LastUpdateTime": "System.DateTime", "StartTime": "System.DateTime", @@ -61716,7 +62284,7 @@ "Microsoft.Azure.Commands.Batch.Models.PSJobSpecification": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSJobSpecification", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSJobSpecification, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSJobSpecification, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Constraints": "Microsoft.Azure.Commands.Batch.Models.PSJobConstraints", "JobManagerTask": "Microsoft.Azure.Commands.Batch.Models.PSJobManagerTask", @@ -61782,7 +62350,7 @@ "Microsoft.Azure.Commands.Batch.Models.PSJobConstraints": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSJobConstraints", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSJobConstraints, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSJobConstraints, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "MaxTaskRetryCount": "System.Nullable`1[System.Int32]", "MaxWallClockTime": "System.Nullable`1[System.TimeSpan]" @@ -61836,7 +62404,7 @@ "Microsoft.Azure.Commands.Batch.Models.PSJobManagerTask": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSJobManagerTask", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSJobManagerTask, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSJobManagerTask, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AuthenticationTokenSettings": "Microsoft.Azure.Commands.Batch.Models.PSAuthenticationTokenSettings", "Constraints": "Microsoft.Azure.Commands.Batch.Models.PSTaskConstraints", @@ -61907,7 +62475,7 @@ "Microsoft.Azure.Commands.Batch.Models.PSJobNetworkConfiguration": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSJobNetworkConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSJobNetworkConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSJobNetworkConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "SubnetId": "System.String" }, @@ -61956,7 +62524,7 @@ "Microsoft.Azure.Commands.Batch.Models.PSJobPreparationTask": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSJobPreparationTask", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSJobPreparationTask, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSJobPreparationTask, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Constraints": "Microsoft.Azure.Commands.Batch.Models.PSTaskConstraints", "ContainerSettings": "Microsoft.Azure.Commands.Batch.Models.PSTaskContainerSettings", @@ -62018,7 +62586,7 @@ "Microsoft.Azure.Commands.Batch.Models.PSJobReleaseTask": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSJobReleaseTask", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSJobReleaseTask, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSJobReleaseTask, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ContainerSettings": "Microsoft.Azure.Commands.Batch.Models.PSTaskContainerSettings", "UserIdentity": "Microsoft.Azure.Commands.Batch.Models.PSUserIdentity", @@ -62079,7 +62647,7 @@ "Microsoft.Azure.Commands.Batch.Models.PSPoolInformation": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSPoolInformation", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSPoolInformation, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSPoolInformation, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoPoolSpecification": "Microsoft.Azure.Commands.Batch.Models.PSAutoPoolSpecification", "PoolId": "System.String" @@ -62124,7 +62692,7 @@ "Microsoft.Azure.Commands.Batch.Models.PSAutoPoolSpecification": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSAutoPoolSpecification", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSAutoPoolSpecification, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSAutoPoolSpecification, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "PoolLifetimeOption": "Microsoft.Azure.Batch.Common.PoolLifetimeOption", "PoolSpecification": "Microsoft.Azure.Commands.Batch.Models.PSPoolSpecification", @@ -62266,7 +62834,7 @@ "Microsoft.Azure.Commands.Batch.Models.PSPoolSpecification": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSPoolSpecification", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSPoolSpecification, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSPoolSpecification, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "CloudServiceConfiguration": "Microsoft.Azure.Commands.Batch.Models.PSCloudServiceConfiguration", "NetworkConfiguration": "Microsoft.Azure.Commands.Batch.Models.PSNetworkConfiguration", @@ -62544,7 +63112,7 @@ "Microsoft.Azure.Commands.Batch.Models.PSSchedule": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSSchedule", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSSchedule, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSSchedule, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DoNotRunAfter": "System.Nullable`1[System.DateTime]", "DoNotRunUntil": "System.Nullable`1[System.DateTime]", @@ -62698,7 +63266,7 @@ "Microsoft.Azure.Commands.Batch.Models.PSJobExecutionInformation": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSJobExecutionInformation", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSJobExecutionInformation, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSJobExecutionInformation, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "SchedulingError": "Microsoft.Azure.Commands.Batch.Models.PSJobSchedulingError", "StartTime": "System.DateTime", @@ -62740,7 +63308,7 @@ "Microsoft.Azure.Commands.Batch.Models.PSJobSchedulingError": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSJobSchedulingError", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSJobSchedulingError, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSJobSchedulingError, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Category": "Microsoft.Azure.Batch.Common.ErrorCategory", "Details": "System.Collections.Generic.IReadOnlyList`1[Microsoft.Azure.Commands.Batch.Models.PSNameValuePair]", @@ -62781,7 +63349,7 @@ "Microsoft.Azure.Commands.Batch.Models.PSJobStatistics": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSJobStatistics", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSJobStatistics, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSJobStatistics, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "LastUpdateTime": "System.DateTime", "StartTime": "System.DateTime", @@ -62939,7 +63507,7 @@ "Microsoft.Azure.Commands.Batch.Models.PSJobPreparationTaskExecutionInformation": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSJobPreparationTaskExecutionInformation", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSJobPreparationTaskExecutionInformation, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSJobPreparationTaskExecutionInformation, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "State": "Microsoft.Azure.Batch.Common.JobPreparationTaskState", "ContainerInformation": "Microsoft.Azure.Commands.Batch.Models.PSTaskContainerExecutionInformation", @@ -63082,7 +63650,7 @@ "Microsoft.Azure.Commands.Batch.Models.PSJobReleaseTaskExecutionInformation": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSJobReleaseTaskExecutionInformation", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSJobReleaseTaskExecutionInformation, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSJobReleaseTaskExecutionInformation, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "State": "Microsoft.Azure.Batch.Common.JobReleaseTaskState", "ContainerInformation": "Microsoft.Azure.Commands.Batch.Models.PSTaskContainerExecutionInformation", @@ -63223,7 +63791,7 @@ "Microsoft.Azure.Commands.Batch.Models.PSNodeCounts": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSNodeCounts", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSNodeCounts, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSNodeCounts, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Creating": "System.Int32", "Idle": "System.Int32", @@ -63575,7 +64143,7 @@ "Microsoft.Azure.Commands.Batch.Models.PSCloudTask": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSCloudTask", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSCloudTask, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSCloudTask, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AffinityInformation": "Microsoft.Azure.Commands.Batch.Models.PSAffinityInformation", "AuthenticationTokenSettings": "Microsoft.Azure.Commands.Batch.Models.PSAuthenticationTokenSettings", diff --git a/tools/Tools.Common/SerializedCmdlets/Microsoft.Azure.PowerShell.Cmdlets.CognitiveServices.dll.json b/tools/Tools.Common/SerializedCmdlets/Microsoft.Azure.PowerShell.Cmdlets.CognitiveServices.dll.json index 955298b5e5cb..32f93683ae01 100644 --- a/tools/Tools.Common/SerializedCmdlets/Microsoft.Azure.PowerShell.Cmdlets.CognitiveServices.dll.json +++ b/tools/Tools.Common/SerializedCmdlets/Microsoft.Azure.PowerShell.Cmdlets.CognitiveServices.dll.json @@ -14,7 +14,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.CognitiveServices.Models", "Name": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSVirtualNetworkRule", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSVirtualNetworkRule, Microsoft.Azure.PowerShell.Cmdlets.CognitiveServices, Version=1.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSVirtualNetworkRule, Microsoft.Azure.PowerShell.Cmdlets.CognitiveServices, Version=1.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "IgnoreMissingVnetServiceEndpoint": "System.Boolean", "State": "System.String", @@ -81,7 +81,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.CognitiveServices.Models", "Name": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSIpRule", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSIpRule, Microsoft.Azure.PowerShell.Cmdlets.CognitiveServices, Version=1.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSIpRule, Microsoft.Azure.PowerShell.Cmdlets.CognitiveServices, Version=1.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "IpAddress": "System.String" }, @@ -189,7 +189,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.CognitiveServices.Models", "Name": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSIpRule[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSIpRule[], Microsoft.Azure.PowerShell.Cmdlets.CognitiveServices, Version=1.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSIpRule[], Microsoft.Azure.PowerShell.Cmdlets.CognitiveServices, Version=1.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSIpRule", "GenericTypeArguments": [], @@ -207,7 +207,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.CognitiveServices.Models", "Name": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSVirtualNetworkRule[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSVirtualNetworkRule[], Microsoft.Azure.PowerShell.Cmdlets.CognitiveServices, Version=1.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSVirtualNetworkRule[], Microsoft.Azure.PowerShell.Cmdlets.CognitiveServices, Version=1.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSVirtualNetworkRule", "GenericTypeArguments": [], @@ -398,7 +398,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.CognitiveServices.Models", "Name": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSIpRule[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSIpRule[], Microsoft.Azure.PowerShell.Cmdlets.CognitiveServices, Version=1.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSIpRule[], Microsoft.Azure.PowerShell.Cmdlets.CognitiveServices, Version=1.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSIpRule", "GenericTypeArguments": [], @@ -517,7 +517,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.CognitiveServices.Models", "Name": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSVirtualNetworkRule[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSVirtualNetworkRule[], Microsoft.Azure.PowerShell.Cmdlets.CognitiveServices, Version=1.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSVirtualNetworkRule[], Microsoft.Azure.PowerShell.Cmdlets.CognitiveServices, Version=1.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSVirtualNetworkRule", "GenericTypeArguments": [], @@ -884,7 +884,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.CognitiveServices.Models", "Name": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSCognitiveServicesAccount", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSCognitiveServicesAccount, Microsoft.Azure.PowerShell.Cmdlets.CognitiveServices, Version=1.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSCognitiveServicesAccount, Microsoft.Azure.PowerShell.Cmdlets.CognitiveServices, Version=1.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "NetworkRuleSet": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSNetworkRuleSet", "ApiProperties": "Microsoft.Azure.Management.CognitiveServices.Models.CognitiveServicesAccountApiProperties", @@ -893,17 +893,18 @@ "Sku": "Microsoft.Azure.Management.CognitiveServices.Models.Sku", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", "PrivateEndpointConnections": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.CognitiveServices.Models.PrivateEndpointConnection]", + "Capabilities": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.CognitiveServices.Models.SkuCapability]", "UserOwnedStorage": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.CognitiveServices.Models.UserOwnedStorage]", "PublicNetworkAccess": "System.String", - "CustomSubDomainName": "System.String", "ProvisioningState": "System.String", + "Etag": "System.String", "ResourceType": "System.String", "AccountType": "System.String", "Location": "System.String", "Endpoint": "System.String", "Id": "System.String", "AccountName": "System.String", - "Etag": "System.String", + "CustomSubDomainName": "System.String", "ResourceGroupName": "System.String" }, "ElementType": null, @@ -1262,7 +1263,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.CognitiveServices.Models", "Name": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSCognitiveServicesAccountKeys", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSCognitiveServicesAccountKeys, Microsoft.Azure.PowerShell.Cmdlets.CognitiveServices, Version=1.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSCognitiveServicesAccountKeys, Microsoft.Azure.PowerShell.Cmdlets.CognitiveServices, Version=1.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Key1": "System.String", "Key2": "System.String" @@ -1501,7 +1502,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.CognitiveServices.Models", "Name": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSNetworkRuleSet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSNetworkRuleSet, Microsoft.Azure.PowerShell.Cmdlets.CognitiveServices, Version=1.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSNetworkRuleSet, Microsoft.Azure.PowerShell.Cmdlets.CognitiveServices, Version=1.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "IpRules": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSIpRule[]", "DefaultAction": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSNetWorkRuleDefaultActionEnum", @@ -1771,7 +1772,7 @@ "Type": { "Namespace": "Microsoft.Azure.Management.CognitiveServices.Models", "Name": "Microsoft.Azure.Management.CognitiveServices.Models.ResourceSku", - "AssemblyQualifiedName": "Microsoft.Azure.Management.CognitiveServices.Models.ResourceSku, Microsoft.Azure.Management.CognitiveServices, Version=7.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.CognitiveServices.Models.ResourceSku, Microsoft.Azure.Management.CognitiveServices, Version=7.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Restrictions": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.CognitiveServices.Models.ResourceSkuRestrictions]", "Locations": "System.Collections.Generic.IList`1[System.String]", @@ -2391,7 +2392,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.CognitiveServices.Models", "Name": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSCognitiveServicesUsage", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSCognitiveServicesUsage, Microsoft.Azure.PowerShell.Cmdlets.CognitiveServices, Version=1.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSCognitiveServicesUsage, Microsoft.Azure.PowerShell.Cmdlets.CognitiveServices, Version=1.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "CurrentValue": "System.Nullable`1[System.Double]", "Limit": "System.Nullable`1[System.Double]", @@ -2455,7 +2456,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.CognitiveServices.Models", "Name": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSCognitiveServicesAccount", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSCognitiveServicesAccount, Microsoft.Azure.PowerShell.Cmdlets.CognitiveServices, Version=1.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSCognitiveServicesAccount, Microsoft.Azure.PowerShell.Cmdlets.CognitiveServices, Version=1.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "NetworkRuleSet": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSNetworkRuleSet", "ApiProperties": "Microsoft.Azure.Management.CognitiveServices.Models.CognitiveServicesAccountApiProperties", @@ -2464,17 +2465,18 @@ "Sku": "Microsoft.Azure.Management.CognitiveServices.Models.Sku", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", "PrivateEndpointConnections": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.CognitiveServices.Models.PrivateEndpointConnection]", + "Capabilities": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.CognitiveServices.Models.SkuCapability]", "UserOwnedStorage": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.CognitiveServices.Models.UserOwnedStorage]", "PublicNetworkAccess": "System.String", - "CustomSubDomainName": "System.String", "ProvisioningState": "System.String", + "Etag": "System.String", "ResourceType": "System.String", "AccountType": "System.String", "Location": "System.String", "Endpoint": "System.String", "Id": "System.String", "AccountName": "System.String", - "Etag": "System.String", + "CustomSubDomainName": "System.String", "ResourceGroupName": "System.String" }, "ElementType": null, @@ -2636,7 +2638,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.CognitiveServices.Models", "Name": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSCognitiveServicesAccount", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSCognitiveServicesAccount, Microsoft.Azure.PowerShell.Cmdlets.CognitiveServices, Version=1.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSCognitiveServicesAccount, Microsoft.Azure.PowerShell.Cmdlets.CognitiveServices, Version=1.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "NetworkRuleSet": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSNetworkRuleSet", "ApiProperties": "Microsoft.Azure.Management.CognitiveServices.Models.CognitiveServicesAccountApiProperties", @@ -2645,17 +2647,18 @@ "Sku": "Microsoft.Azure.Management.CognitiveServices.Models.Sku", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", "PrivateEndpointConnections": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.CognitiveServices.Models.PrivateEndpointConnection]", + "Capabilities": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.CognitiveServices.Models.SkuCapability]", "UserOwnedStorage": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.CognitiveServices.Models.UserOwnedStorage]", "PublicNetworkAccess": "System.String", - "CustomSubDomainName": "System.String", "ProvisioningState": "System.String", + "Etag": "System.String", "ResourceType": "System.String", "AccountType": "System.String", "Location": "System.String", "Endpoint": "System.String", "Id": "System.String", "AccountName": "System.String", - "Etag": "System.String", + "CustomSubDomainName": "System.String", "ResourceGroupName": "System.String" }, "ElementType": null, @@ -2985,7 +2988,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.CognitiveServices.Models", "Name": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSCognitiveServicesAccount", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSCognitiveServicesAccount, Microsoft.Azure.PowerShell.Cmdlets.CognitiveServices, Version=1.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSCognitiveServicesAccount, Microsoft.Azure.PowerShell.Cmdlets.CognitiveServices, Version=1.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "NetworkRuleSet": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSNetworkRuleSet", "ApiProperties": "Microsoft.Azure.Management.CognitiveServices.Models.CognitiveServicesAccountApiProperties", @@ -2994,17 +2997,18 @@ "Sku": "Microsoft.Azure.Management.CognitiveServices.Models.Sku", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", "PrivateEndpointConnections": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.CognitiveServices.Models.PrivateEndpointConnection]", + "Capabilities": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.CognitiveServices.Models.SkuCapability]", "UserOwnedStorage": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.CognitiveServices.Models.UserOwnedStorage]", "PublicNetworkAccess": "System.String", - "CustomSubDomainName": "System.String", "ProvisioningState": "System.String", + "Etag": "System.String", "ResourceType": "System.String", "AccountType": "System.String", "Location": "System.String", "Endpoint": "System.String", "Id": "System.String", "AccountName": "System.String", - "Etag": "System.String", + "CustomSubDomainName": "System.String", "ResourceGroupName": "System.String" }, "ElementType": null, @@ -3332,7 +3336,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.CognitiveServices.Models", "Name": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSNetworkRuleSet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSNetworkRuleSet, Microsoft.Azure.PowerShell.Cmdlets.CognitiveServices, Version=1.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSNetworkRuleSet, Microsoft.Azure.PowerShell.Cmdlets.CognitiveServices, Version=1.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "IpRules": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSIpRule[]", "DefaultAction": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSNetWorkRuleDefaultActionEnum", @@ -3415,6 +3419,27 @@ "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, + { + "Name": "PublicNetworkAccess", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [ + "Enabled", + "Disabled" + ], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, { "Name": "Force", "AliasList": [], @@ -3703,7 +3728,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.CognitiveServices.Models", "Name": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSNetworkRuleSet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSNetworkRuleSet, Microsoft.Azure.PowerShell.Cmdlets.CognitiveServices, Version=1.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSNetworkRuleSet, Microsoft.Azure.PowerShell.Cmdlets.CognitiveServices, Version=1.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "IpRules": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSIpRule[]", "DefaultAction": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSNetWorkRuleDefaultActionEnum", @@ -3791,6 +3816,33 @@ "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, + { + "ParameterMetadata": { + "Name": "PublicNetworkAccess", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [ + "Enabled", + "Disabled" + ], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, { "ParameterMetadata": { "Name": "Force", @@ -4115,7 +4167,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.CognitiveServices.Models", "Name": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSNetworkRuleSet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSNetworkRuleSet, Microsoft.Azure.PowerShell.Cmdlets.CognitiveServices, Version=1.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSNetworkRuleSet, Microsoft.Azure.PowerShell.Cmdlets.CognitiveServices, Version=1.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "IpRules": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSIpRule[]", "DefaultAction": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSNetWorkRuleDefaultActionEnum", @@ -4203,6 +4255,33 @@ "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, + { + "ParameterMetadata": { + "Name": "PublicNetworkAccess", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [ + "Enabled", + "Disabled" + ], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, { "ParameterMetadata": { "Name": "Force", @@ -4599,7 +4678,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.CognitiveServices.Models", "Name": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSNetworkRuleSet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSNetworkRuleSet, Microsoft.Azure.PowerShell.Cmdlets.CognitiveServices, Version=1.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSNetworkRuleSet, Microsoft.Azure.PowerShell.Cmdlets.CognitiveServices, Version=1.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "IpRules": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSIpRule[]", "DefaultAction": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSNetWorkRuleDefaultActionEnum", @@ -4687,6 +4766,33 @@ "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, + { + "ParameterMetadata": { + "Name": "PublicNetworkAccess", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [ + "Enabled", + "Disabled" + ], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, { "ParameterMetadata": { "Name": "Force", @@ -4769,7 +4875,7 @@ "Type": { "Namespace": "Microsoft.Azure.Management.CognitiveServices.Models", "Name": "Microsoft.Azure.Management.CognitiveServices.Models.CognitiveServicesAccountKeys", - "AssemblyQualifiedName": "Microsoft.Azure.Management.CognitiveServices.Models.CognitiveServicesAccountKeys, Microsoft.Azure.Management.CognitiveServices, Version=7.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.CognitiveServices.Models.CognitiveServicesAccountKeys, Microsoft.Azure.Management.CognitiveServices, Version=7.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Key1": "System.String", "Key2": "System.String" @@ -4876,7 +4982,7 @@ "Type": { "Namespace": "Microsoft.Azure.Management.CognitiveServices.Models", "Name": "Microsoft.Azure.Management.CognitiveServices.Models.KeyName", - "AssemblyQualifiedName": "Microsoft.Azure.Management.CognitiveServices.Models.KeyName, Microsoft.Azure.Management.CognitiveServices, Version=7.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.CognitiveServices.Models.KeyName, Microsoft.Azure.Management.CognitiveServices, Version=7.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -5087,7 +5193,7 @@ "Type": { "Namespace": "Microsoft.Azure.Management.CognitiveServices.Models", "Name": "Microsoft.Azure.Management.CognitiveServices.Models.KeyName", - "AssemblyQualifiedName": "Microsoft.Azure.Management.CognitiveServices.Models.KeyName, Microsoft.Azure.Management.CognitiveServices, Version=7.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.CognitiveServices.Models.KeyName, Microsoft.Azure.Management.CognitiveServices, Version=7.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -5512,7 +5618,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.CognitiveServices.Models", "Name": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSVirtualNetworkRule", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSVirtualNetworkRule, Microsoft.Azure.PowerShell.Cmdlets.CognitiveServices, Version=1.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSVirtualNetworkRule, Microsoft.Azure.PowerShell.Cmdlets.CognitiveServices, Version=1.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "IgnoreMissingVnetServiceEndpoint": "System.Boolean", "State": "System.String", @@ -5579,7 +5685,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.CognitiveServices.Models", "Name": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSIpRule", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSIpRule, Microsoft.Azure.PowerShell.Cmdlets.CognitiveServices, Version=1.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSIpRule, Microsoft.Azure.PowerShell.Cmdlets.CognitiveServices, Version=1.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "IpAddress": "System.String" }, @@ -5687,7 +5793,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.CognitiveServices.Models", "Name": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSIpRule[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSIpRule[], Microsoft.Azure.PowerShell.Cmdlets.CognitiveServices, Version=1.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSIpRule[], Microsoft.Azure.PowerShell.Cmdlets.CognitiveServices, Version=1.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSIpRule", "GenericTypeArguments": [], @@ -5705,7 +5811,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.CognitiveServices.Models", "Name": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSVirtualNetworkRule[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSVirtualNetworkRule[], Microsoft.Azure.PowerShell.Cmdlets.CognitiveServices, Version=1.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSVirtualNetworkRule[], Microsoft.Azure.PowerShell.Cmdlets.CognitiveServices, Version=1.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSVirtualNetworkRule", "GenericTypeArguments": [], @@ -5896,7 +6002,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.CognitiveServices.Models", "Name": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSIpRule[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSIpRule[], Microsoft.Azure.PowerShell.Cmdlets.CognitiveServices, Version=1.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSIpRule[], Microsoft.Azure.PowerShell.Cmdlets.CognitiveServices, Version=1.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSIpRule", "GenericTypeArguments": [], @@ -6015,7 +6121,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.CognitiveServices.Models", "Name": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSVirtualNetworkRule[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSVirtualNetworkRule[], Microsoft.Azure.PowerShell.Cmdlets.CognitiveServices, Version=1.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSVirtualNetworkRule[], Microsoft.Azure.PowerShell.Cmdlets.CognitiveServices, Version=1.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSVirtualNetworkRule", "GenericTypeArguments": [], @@ -6382,7 +6488,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.CognitiveServices.Models", "Name": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSCognitiveServicesAccount", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSCognitiveServicesAccount, Microsoft.Azure.PowerShell.Cmdlets.CognitiveServices, Version=1.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSCognitiveServicesAccount, Microsoft.Azure.PowerShell.Cmdlets.CognitiveServices, Version=1.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "NetworkRuleSet": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSNetworkRuleSet", "ApiProperties": "Microsoft.Azure.Management.CognitiveServices.Models.CognitiveServicesAccountApiProperties", @@ -6391,17 +6497,18 @@ "Sku": "Microsoft.Azure.Management.CognitiveServices.Models.Sku", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", "PrivateEndpointConnections": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.CognitiveServices.Models.PrivateEndpointConnection]", + "Capabilities": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.CognitiveServices.Models.SkuCapability]", "UserOwnedStorage": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.CognitiveServices.Models.UserOwnedStorage]", "PublicNetworkAccess": "System.String", - "CustomSubDomainName": "System.String", "ProvisioningState": "System.String", + "Etag": "System.String", "ResourceType": "System.String", "AccountType": "System.String", "Location": "System.String", "Endpoint": "System.String", "Id": "System.String", "AccountName": "System.String", - "Etag": "System.String", + "CustomSubDomainName": "System.String", "ResourceGroupName": "System.String" }, "ElementType": null, @@ -6581,7 +6688,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Management.CognitiveServices.Models.IdentityType]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.CognitiveServices.Models.IdentityType, Microsoft.Azure.Management.CognitiveServices, Version=7.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.CognitiveServices.Models.IdentityType, Microsoft.Azure.Management.CognitiveServices, Version=7.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -6709,7 +6816,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.CognitiveServices.Models", "Name": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSNetworkRuleSet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSNetworkRuleSet, Microsoft.Azure.PowerShell.Cmdlets.CognitiveServices, Version=1.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSNetworkRuleSet, Microsoft.Azure.PowerShell.Cmdlets.CognitiveServices, Version=1.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "IpRules": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSIpRule[]", "DefaultAction": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSNetWorkRuleDefaultActionEnum", @@ -6792,6 +6899,27 @@ "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, + { + "Name": "PublicNetworkAccess", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [ + "Enabled", + "Disabled" + ], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, { "Name": "Force", "AliasList": [], @@ -7004,7 +7132,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Management.CognitiveServices.Models.IdentityType]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.CognitiveServices.Models.IdentityType, Microsoft.Azure.Management.CognitiveServices, Version=7.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.CognitiveServices.Models.IdentityType, Microsoft.Azure.Management.CognitiveServices, Version=7.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -7054,7 +7182,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.CognitiveServices.Models", "Name": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSNetworkRuleSet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSNetworkRuleSet, Microsoft.Azure.PowerShell.Cmdlets.CognitiveServices, Version=1.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSNetworkRuleSet, Microsoft.Azure.PowerShell.Cmdlets.CognitiveServices, Version=1.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "IpRules": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSIpRule[]", "DefaultAction": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSNetWorkRuleDefaultActionEnum", @@ -7142,6 +7270,33 @@ "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, + { + "ParameterMetadata": { + "Name": "PublicNetworkAccess", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [ + "Enabled", + "Disabled" + ], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, { "ParameterMetadata": { "Name": "Force", @@ -7390,7 +7545,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Management.CognitiveServices.Models.IdentityType]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.CognitiveServices.Models.IdentityType, Microsoft.Azure.Management.CognitiveServices, Version=7.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.CognitiveServices.Models.IdentityType, Microsoft.Azure.Management.CognitiveServices, Version=7.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -7440,7 +7595,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.CognitiveServices.Models", "Name": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSNetworkRuleSet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSNetworkRuleSet, Microsoft.Azure.PowerShell.Cmdlets.CognitiveServices, Version=1.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSNetworkRuleSet, Microsoft.Azure.PowerShell.Cmdlets.CognitiveServices, Version=1.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "IpRules": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSIpRule[]", "DefaultAction": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSNetWorkRuleDefaultActionEnum", @@ -7528,6 +7683,33 @@ "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, + { + "ParameterMetadata": { + "Name": "PublicNetworkAccess", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [ + "Enabled", + "Disabled" + ], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, { "ParameterMetadata": { "Name": "Force", @@ -7848,7 +8030,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Management.CognitiveServices.Models.IdentityType]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.CognitiveServices.Models.IdentityType, Microsoft.Azure.Management.CognitiveServices, Version=7.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.CognitiveServices.Models.IdentityType, Microsoft.Azure.Management.CognitiveServices, Version=7.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -7898,7 +8080,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.CognitiveServices.Models", "Name": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSNetworkRuleSet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSNetworkRuleSet, Microsoft.Azure.PowerShell.Cmdlets.CognitiveServices, Version=1.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSNetworkRuleSet, Microsoft.Azure.PowerShell.Cmdlets.CognitiveServices, Version=1.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "IpRules": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSIpRule[]", "DefaultAction": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSNetWorkRuleDefaultActionEnum", @@ -7986,6 +8168,33 @@ "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, + { + "ParameterMetadata": { + "Name": "PublicNetworkAccess", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [ + "Enabled", + "Disabled" + ], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, { "ParameterMetadata": { "Name": "Force", @@ -8068,7 +8277,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.CognitiveServices.Models", "Name": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSNetworkRuleSet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSNetworkRuleSet, Microsoft.Azure.PowerShell.Cmdlets.CognitiveServices, Version=1.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSNetworkRuleSet, Microsoft.Azure.PowerShell.Cmdlets.CognitiveServices, Version=1.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "IpRules": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSIpRule[]", "DefaultAction": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSNetWorkRuleDefaultActionEnum", @@ -8197,7 +8406,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.CognitiveServices.Models", "Name": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSNetWorkRuleDefaultActionEnum", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSNetWorkRuleDefaultActionEnum, Microsoft.Azure.PowerShell.Cmdlets.CognitiveServices, Version=1.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSNetWorkRuleDefaultActionEnum, Microsoft.Azure.PowerShell.Cmdlets.CognitiveServices, Version=1.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -8300,7 +8509,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.CognitiveServices.Models", "Name": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSIpRule[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSIpRule[], Microsoft.Azure.PowerShell.Cmdlets.CognitiveServices, Version=1.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSIpRule[], Microsoft.Azure.PowerShell.Cmdlets.CognitiveServices, Version=1.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSIpRule", "GenericTypeArguments": [], @@ -8318,7 +8527,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.CognitiveServices.Models", "Name": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSVirtualNetworkRule[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSVirtualNetworkRule[], Microsoft.Azure.PowerShell.Cmdlets.CognitiveServices, Version=1.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSVirtualNetworkRule[], Microsoft.Azure.PowerShell.Cmdlets.CognitiveServices, Version=1.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSVirtualNetworkRule", "GenericTypeArguments": [], @@ -8426,7 +8635,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.CognitiveServices.Models", "Name": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSNetWorkRuleDefaultActionEnum", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSNetWorkRuleDefaultActionEnum, Microsoft.Azure.PowerShell.Cmdlets.CognitiveServices, Version=1.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSNetWorkRuleDefaultActionEnum, Microsoft.Azure.PowerShell.Cmdlets.CognitiveServices, Version=1.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -8535,7 +8744,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.CognitiveServices.Models", "Name": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSIpRule[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSIpRule[], Microsoft.Azure.PowerShell.Cmdlets.CognitiveServices, Version=1.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSIpRule[], Microsoft.Azure.PowerShell.Cmdlets.CognitiveServices, Version=1.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSIpRule", "GenericTypeArguments": [], @@ -8559,7 +8768,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.CognitiveServices.Models", "Name": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSVirtualNetworkRule[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSVirtualNetworkRule[], Microsoft.Azure.PowerShell.Cmdlets.CognitiveServices, Version=1.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSVirtualNetworkRule[], Microsoft.Azure.PowerShell.Cmdlets.CognitiveServices, Version=1.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSVirtualNetworkRule", "GenericTypeArguments": [], @@ -8765,7 +8974,7 @@ "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSVirtualNetworkRule": { "Namespace": "Microsoft.Azure.Commands.Management.CognitiveServices.Models", "Name": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSVirtualNetworkRule", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSVirtualNetworkRule, Microsoft.Azure.PowerShell.Cmdlets.CognitiveServices, Version=1.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSVirtualNetworkRule, Microsoft.Azure.PowerShell.Cmdlets.CognitiveServices, Version=1.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "IgnoreMissingVnetServiceEndpoint": "System.Boolean", "State": "System.String", @@ -8826,7 +9035,7 @@ "Microsoft.Azure.Management.CognitiveServices.Models.VirtualNetworkRule": { "Namespace": "Microsoft.Azure.Management.CognitiveServices.Models", "Name": "Microsoft.Azure.Management.CognitiveServices.Models.VirtualNetworkRule", - "AssemblyQualifiedName": "Microsoft.Azure.Management.CognitiveServices.Models.VirtualNetworkRule, Microsoft.Azure.Management.CognitiveServices, Version=7.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.CognitiveServices.Models.VirtualNetworkRule, Microsoft.Azure.Management.CognitiveServices, Version=7.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "IgnoreMissingVnetServiceEndpoint": "System.Nullable`1[System.Boolean]", "State": "System.String", @@ -8927,7 +9136,7 @@ "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSIpRule": { "Namespace": "Microsoft.Azure.Commands.Management.CognitiveServices.Models", "Name": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSIpRule", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSIpRule, Microsoft.Azure.PowerShell.Cmdlets.CognitiveServices, Version=1.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSIpRule, Microsoft.Azure.PowerShell.Cmdlets.CognitiveServices, Version=1.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "IpAddress": "System.String" }, @@ -8986,7 +9195,7 @@ "Microsoft.Azure.Management.CognitiveServices.Models.IpRule": { "Namespace": "Microsoft.Azure.Management.CognitiveServices.Models", "Name": "Microsoft.Azure.Management.CognitiveServices.Models.IpRule", - "AssemblyQualifiedName": "Microsoft.Azure.Management.CognitiveServices.Models.IpRule, Microsoft.Azure.Management.CognitiveServices, Version=7.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.CognitiveServices.Models.IpRule, Microsoft.Azure.Management.CognitiveServices, Version=7.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Value": "System.String" }, @@ -9225,7 +9434,7 @@ "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSNetworkRuleSet": { "Namespace": "Microsoft.Azure.Commands.Management.CognitiveServices.Models", "Name": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSNetworkRuleSet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSNetworkRuleSet, Microsoft.Azure.PowerShell.Cmdlets.CognitiveServices, Version=1.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSNetworkRuleSet, Microsoft.Azure.PowerShell.Cmdlets.CognitiveServices, Version=1.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "IpRules": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSIpRule[]", "DefaultAction": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSNetWorkRuleDefaultActionEnum", @@ -9306,7 +9515,7 @@ "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSIpRule[]": { "Namespace": "Microsoft.Azure.Commands.Management.CognitiveServices.Models", "Name": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSIpRule[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSIpRule[], Microsoft.Azure.PowerShell.Cmdlets.CognitiveServices, Version=1.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSIpRule[], Microsoft.Azure.PowerShell.Cmdlets.CognitiveServices, Version=1.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSIpRule", "GenericTypeArguments": [], @@ -9316,7 +9525,7 @@ "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSNetWorkRuleDefaultActionEnum": { "Namespace": "Microsoft.Azure.Commands.Management.CognitiveServices.Models", "Name": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSNetWorkRuleDefaultActionEnum", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSNetWorkRuleDefaultActionEnum, Microsoft.Azure.PowerShell.Cmdlets.CognitiveServices, Version=1.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSNetWorkRuleDefaultActionEnum, Microsoft.Azure.PowerShell.Cmdlets.CognitiveServices, Version=1.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -9421,7 +9630,7 @@ "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSVirtualNetworkRule[]": { "Namespace": "Microsoft.Azure.Commands.Management.CognitiveServices.Models", "Name": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSVirtualNetworkRule[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSVirtualNetworkRule[], Microsoft.Azure.PowerShell.Cmdlets.CognitiveServices, Version=1.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSVirtualNetworkRule[], Microsoft.Azure.PowerShell.Cmdlets.CognitiveServices, Version=1.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSVirtualNetworkRule", "GenericTypeArguments": [], @@ -9431,7 +9640,7 @@ "Microsoft.Azure.Management.CognitiveServices.Models.NetworkRuleSet": { "Namespace": "Microsoft.Azure.Management.CognitiveServices.Models", "Name": "Microsoft.Azure.Management.CognitiveServices.Models.NetworkRuleSet", - "AssemblyQualifiedName": "Microsoft.Azure.Management.CognitiveServices.Models.NetworkRuleSet, Microsoft.Azure.Management.CognitiveServices, Version=7.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.CognitiveServices.Models.NetworkRuleSet, Microsoft.Azure.Management.CognitiveServices, Version=7.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "IpRules": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.CognitiveServices.Models.IpRule]", "VirtualNetworkRules": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.CognitiveServices.Models.VirtualNetworkRule]", @@ -9495,7 +9704,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Management.CognitiveServices.Models.IpRule]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.CognitiveServices.Models.IpRule]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.CognitiveServices.Models.IpRule, Microsoft.Azure.Management.CognitiveServices, Version=7.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.CognitiveServices.Models.IpRule, Microsoft.Azure.Management.CognitiveServices, Version=7.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -9507,7 +9716,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Management.CognitiveServices.Models.VirtualNetworkRule]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.CognitiveServices.Models.VirtualNetworkRule]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.CognitiveServices.Models.VirtualNetworkRule, Microsoft.Azure.Management.CognitiveServices, Version=7.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.CognitiveServices.Models.VirtualNetworkRule, Microsoft.Azure.Management.CognitiveServices, Version=7.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -9519,7 +9728,7 @@ "Microsoft.Azure.Management.CognitiveServices.Models.CognitiveServicesAccountApiProperties": { "Namespace": "Microsoft.Azure.Management.CognitiveServices.Models", "Name": "Microsoft.Azure.Management.CognitiveServices.Models.CognitiveServicesAccountApiProperties", - "AssemblyQualifiedName": "Microsoft.Azure.Management.CognitiveServices.Models.CognitiveServicesAccountApiProperties, Microsoft.Azure.Management.CognitiveServices, Version=7.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.CognitiveServices.Models.CognitiveServicesAccountApiProperties, Microsoft.Azure.Management.CognitiveServices, Version=7.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "StatisticsEnabled": "System.Nullable`1[System.Boolean]", "QnaRuntimeEndpoint": "System.String", @@ -9593,7 +9802,7 @@ "Microsoft.Azure.Management.CognitiveServices.Models.Encryption": { "Namespace": "Microsoft.Azure.Management.CognitiveServices.Models", "Name": "Microsoft.Azure.Management.CognitiveServices.Models.Encryption", - "AssemblyQualifiedName": "Microsoft.Azure.Management.CognitiveServices.Models.Encryption, Microsoft.Azure.Management.CognitiveServices, Version=7.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.CognitiveServices.Models.Encryption, Microsoft.Azure.Management.CognitiveServices, Version=7.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "KeyVaultProperties": "Microsoft.Azure.Management.CognitiveServices.Models.KeyVaultProperties", "KeySource": "System.String" @@ -9652,7 +9861,7 @@ "Microsoft.Azure.Management.CognitiveServices.Models.KeyVaultProperties": { "Namespace": "Microsoft.Azure.Management.CognitiveServices.Models", "Name": "Microsoft.Azure.Management.CognitiveServices.Models.KeyVaultProperties", - "AssemblyQualifiedName": "Microsoft.Azure.Management.CognitiveServices.Models.KeyVaultProperties, Microsoft.Azure.Management.CognitiveServices, Version=7.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.CognitiveServices.Models.KeyVaultProperties, Microsoft.Azure.Management.CognitiveServices, Version=7.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "KeyName": "System.String", "KeyVersion": "System.String", @@ -9716,7 +9925,7 @@ "Microsoft.Azure.Management.CognitiveServices.Models.Identity": { "Namespace": "Microsoft.Azure.Management.CognitiveServices.Models", "Name": "Microsoft.Azure.Management.CognitiveServices.Models.Identity", - "AssemblyQualifiedName": "Microsoft.Azure.Management.CognitiveServices.Models.Identity, Microsoft.Azure.Management.CognitiveServices, Version=7.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.CognitiveServices.Models.Identity, Microsoft.Azure.Management.CognitiveServices, Version=7.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "UserAssignedIdentities": "System.Collections.Generic.IDictionary`2[System.String,Microsoft.Azure.Management.CognitiveServices.Models.UserAssignedIdentity]", "Type": "System.Nullable`1[Microsoft.Azure.Management.CognitiveServices.Models.IdentityType]", @@ -9785,7 +9994,7 @@ "System.Collections.Generic.IDictionary`2[System.String,Microsoft.Azure.Management.CognitiveServices.Models.UserAssignedIdentity]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IDictionary`2[System.String,Microsoft.Azure.Management.CognitiveServices.Models.UserAssignedIdentity]", - "AssemblyQualifiedName": "System.Collections.Generic.IDictionary`2[[System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[Microsoft.Azure.Management.CognitiveServices.Models.UserAssignedIdentity, Microsoft.Azure.Management.CognitiveServices, Version=7.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IDictionary`2[[System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[Microsoft.Azure.Management.CognitiveServices.Models.UserAssignedIdentity, Microsoft.Azure.Management.CognitiveServices, Version=7.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -9798,7 +10007,7 @@ "Microsoft.Azure.Management.CognitiveServices.Models.UserAssignedIdentity": { "Namespace": "Microsoft.Azure.Management.CognitiveServices.Models", "Name": "Microsoft.Azure.Management.CognitiveServices.Models.UserAssignedIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.Management.CognitiveServices.Models.UserAssignedIdentity, Microsoft.Azure.Management.CognitiveServices, Version=7.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.CognitiveServices.Models.UserAssignedIdentity, Microsoft.Azure.Management.CognitiveServices, Version=7.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PrincipalId": "System.String", "ClientId": "System.String" @@ -9857,7 +10066,7 @@ "System.Nullable`1[Microsoft.Azure.Management.CognitiveServices.Models.IdentityType]": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Management.CognitiveServices.Models.IdentityType]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.CognitiveServices.Models.IdentityType, Microsoft.Azure.Management.CognitiveServices, Version=7.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.CognitiveServices.Models.IdentityType, Microsoft.Azure.Management.CognitiveServices, Version=7.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -9869,7 +10078,7 @@ "Microsoft.Azure.Management.CognitiveServices.Models.IdentityType": { "Namespace": "Microsoft.Azure.Management.CognitiveServices.Models", "Name": "Microsoft.Azure.Management.CognitiveServices.Models.IdentityType", - "AssemblyQualifiedName": "Microsoft.Azure.Management.CognitiveServices.Models.IdentityType, Microsoft.Azure.Management.CognitiveServices, Version=7.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.CognitiveServices.Models.IdentityType, Microsoft.Azure.Management.CognitiveServices, Version=7.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -9964,7 +10173,7 @@ "Microsoft.Azure.Management.CognitiveServices.Models.Sku": { "Namespace": "Microsoft.Azure.Management.CognitiveServices.Models", "Name": "Microsoft.Azure.Management.CognitiveServices.Models.Sku", - "AssemblyQualifiedName": "Microsoft.Azure.Management.CognitiveServices.Models.Sku, Microsoft.Azure.Management.CognitiveServices, Version=7.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.CognitiveServices.Models.Sku, Microsoft.Azure.Management.CognitiveServices, Version=7.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tier": "System.Nullable`1[Microsoft.Azure.Management.CognitiveServices.Models.SkuTier]", "Name": "System.String" @@ -10028,7 +10237,7 @@ "System.Nullable`1[Microsoft.Azure.Management.CognitiveServices.Models.SkuTier]": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Management.CognitiveServices.Models.SkuTier]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.CognitiveServices.Models.SkuTier, Microsoft.Azure.Management.CognitiveServices, Version=7.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.CognitiveServices.Models.SkuTier, Microsoft.Azure.Management.CognitiveServices, Version=7.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -10040,7 +10249,7 @@ "Microsoft.Azure.Management.CognitiveServices.Models.SkuTier": { "Namespace": "Microsoft.Azure.Management.CognitiveServices.Models", "Name": "Microsoft.Azure.Management.CognitiveServices.Models.SkuTier", - "AssemblyQualifiedName": "Microsoft.Azure.Management.CognitiveServices.Models.SkuTier, Microsoft.Azure.Management.CognitiveServices, Version=7.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.CognitiveServices.Models.SkuTier, Microsoft.Azure.Management.CognitiveServices, Version=7.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -10135,7 +10344,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Management.CognitiveServices.Models.PrivateEndpointConnection]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.CognitiveServices.Models.PrivateEndpointConnection]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.CognitiveServices.Models.PrivateEndpointConnection, Microsoft.Azure.Management.CognitiveServices, Version=7.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.CognitiveServices.Models.PrivateEndpointConnection, Microsoft.Azure.Management.CognitiveServices, Version=7.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -10147,7 +10356,7 @@ "Microsoft.Azure.Management.CognitiveServices.Models.PrivateEndpointConnection": { "Namespace": "Microsoft.Azure.Management.CognitiveServices.Models", "Name": "Microsoft.Azure.Management.CognitiveServices.Models.PrivateEndpointConnection", - "AssemblyQualifiedName": "Microsoft.Azure.Management.CognitiveServices.Models.PrivateEndpointConnection, Microsoft.Azure.Management.CognitiveServices, Version=7.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.CognitiveServices.Models.PrivateEndpointConnection, Microsoft.Azure.Management.CognitiveServices, Version=7.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Microsoft.Azure.Management.CognitiveServices.Models.PrivateEndpointConnectionProperties", "Id": "System.String", @@ -10221,7 +10430,7 @@ "Microsoft.Azure.Management.CognitiveServices.Models.PrivateEndpointConnectionProperties": { "Namespace": "Microsoft.Azure.Management.CognitiveServices.Models", "Name": "Microsoft.Azure.Management.CognitiveServices.Models.PrivateEndpointConnectionProperties", - "AssemblyQualifiedName": "Microsoft.Azure.Management.CognitiveServices.Models.PrivateEndpointConnectionProperties, Microsoft.Azure.Management.CognitiveServices, Version=7.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.CognitiveServices.Models.PrivateEndpointConnectionProperties, Microsoft.Azure.Management.CognitiveServices, Version=7.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PrivateEndpoint": "Microsoft.Azure.Management.CognitiveServices.Models.PrivateEndpoint", "PrivateLinkServiceConnectionState": "Microsoft.Azure.Management.CognitiveServices.Models.PrivateLinkServiceConnectionState", @@ -10290,7 +10499,7 @@ "Microsoft.Azure.Management.CognitiveServices.Models.PrivateEndpoint": { "Namespace": "Microsoft.Azure.Management.CognitiveServices.Models", "Name": "Microsoft.Azure.Management.CognitiveServices.Models.PrivateEndpoint", - "AssemblyQualifiedName": "Microsoft.Azure.Management.CognitiveServices.Models.PrivateEndpoint, Microsoft.Azure.Management.CognitiveServices, Version=7.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.CognitiveServices.Models.PrivateEndpoint, Microsoft.Azure.Management.CognitiveServices, Version=7.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Id": "System.String" }, @@ -10344,7 +10553,7 @@ "Microsoft.Azure.Management.CognitiveServices.Models.PrivateLinkServiceConnectionState": { "Namespace": "Microsoft.Azure.Management.CognitiveServices.Models", "Name": "Microsoft.Azure.Management.CognitiveServices.Models.PrivateLinkServiceConnectionState", - "AssemblyQualifiedName": "Microsoft.Azure.Management.CognitiveServices.Models.PrivateLinkServiceConnectionState, Microsoft.Azure.Management.CognitiveServices, Version=7.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.CognitiveServices.Models.PrivateLinkServiceConnectionState, Microsoft.Azure.Management.CognitiveServices, Version=7.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Status": "System.String", "Description": "System.String", @@ -10405,10 +10614,81 @@ } ] }, + "System.Collections.Generic.IList`1[Microsoft.Azure.Management.CognitiveServices.Models.SkuCapability]": { + "Namespace": "System.Collections.Generic", + "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.CognitiveServices.Models.SkuCapability]", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.CognitiveServices.Models.SkuCapability, Microsoft.Azure.Management.CognitiveServices, Version=7.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "Microsoft.Azure.Management.CognitiveServices.Models.SkuCapability" + ], + "Methods": [], + "Constructors": [] + }, + "Microsoft.Azure.Management.CognitiveServices.Models.SkuCapability": { + "Namespace": "Microsoft.Azure.Management.CognitiveServices.Models", + "Name": "Microsoft.Azure.Management.CognitiveServices.Models.SkuCapability", + "AssemblyQualifiedName": "Microsoft.Azure.Management.CognitiveServices.Models.SkuCapability, Microsoft.Azure.Management.CognitiveServices, Version=7.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "Name": "System.String", + "Value": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + }, + { + "Name": "", + "ReturnType": null, + "Parameters": [ + { + "Name": "name", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "value", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ] + } + ] + }, "System.Collections.Generic.IList`1[Microsoft.Azure.Management.CognitiveServices.Models.UserOwnedStorage]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.CognitiveServices.Models.UserOwnedStorage]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.CognitiveServices.Models.UserOwnedStorage, Microsoft.Azure.Management.CognitiveServices, Version=7.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.CognitiveServices.Models.UserOwnedStorage, Microsoft.Azure.Management.CognitiveServices, Version=7.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -10420,7 +10700,7 @@ "Microsoft.Azure.Management.CognitiveServices.Models.UserOwnedStorage": { "Namespace": "Microsoft.Azure.Management.CognitiveServices.Models", "Name": "Microsoft.Azure.Management.CognitiveServices.Models.UserOwnedStorage", - "AssemblyQualifiedName": "Microsoft.Azure.Management.CognitiveServices.Models.UserOwnedStorage, Microsoft.Azure.Management.CognitiveServices, Version=7.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.CognitiveServices.Models.UserOwnedStorage, Microsoft.Azure.Management.CognitiveServices, Version=7.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceId": "System.String" }, @@ -10474,7 +10754,7 @@ "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSCognitiveServicesAccount": { "Namespace": "Microsoft.Azure.Commands.Management.CognitiveServices.Models", "Name": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSCognitiveServicesAccount", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSCognitiveServicesAccount, Microsoft.Azure.PowerShell.Cmdlets.CognitiveServices, Version=1.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSCognitiveServicesAccount, Microsoft.Azure.PowerShell.Cmdlets.CognitiveServices, Version=1.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "NetworkRuleSet": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSNetworkRuleSet", "ApiProperties": "Microsoft.Azure.Management.CognitiveServices.Models.CognitiveServicesAccountApiProperties", @@ -10483,17 +10763,18 @@ "Sku": "Microsoft.Azure.Management.CognitiveServices.Models.Sku", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", "PrivateEndpointConnections": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.CognitiveServices.Models.PrivateEndpointConnection]", + "Capabilities": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.CognitiveServices.Models.SkuCapability]", "UserOwnedStorage": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.CognitiveServices.Models.UserOwnedStorage]", "PublicNetworkAccess": "System.String", - "CustomSubDomainName": "System.String", "ProvisioningState": "System.String", + "Etag": "System.String", "ResourceType": "System.String", "AccountType": "System.String", "Location": "System.String", "Endpoint": "System.String", "Id": "System.String", "AccountName": "System.String", - "Etag": "System.String", + "CustomSubDomainName": "System.String", "ResourceGroupName": "System.String" }, "ElementType": null, @@ -10551,7 +10832,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Management.CognitiveServices.Models.ResourceSkuRestrictions]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.CognitiveServices.Models.ResourceSkuRestrictions]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.CognitiveServices.Models.ResourceSkuRestrictions, Microsoft.Azure.Management.CognitiveServices, Version=7.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.CognitiveServices.Models.ResourceSkuRestrictions, Microsoft.Azure.Management.CognitiveServices, Version=7.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -10563,7 +10844,7 @@ "Microsoft.Azure.Management.CognitiveServices.Models.ResourceSkuRestrictions": { "Namespace": "Microsoft.Azure.Management.CognitiveServices.Models", "Name": "Microsoft.Azure.Management.CognitiveServices.Models.ResourceSkuRestrictions", - "AssemblyQualifiedName": "Microsoft.Azure.Management.CognitiveServices.Models.ResourceSkuRestrictions, Microsoft.Azure.Management.CognitiveServices, Version=7.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.CognitiveServices.Models.ResourceSkuRestrictions, Microsoft.Azure.Management.CognitiveServices, Version=7.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "RestrictionInfo": "Microsoft.Azure.Management.CognitiveServices.Models.ResourceSkuRestrictionInfo", "Values": "System.Collections.Generic.IList`1[System.String]", @@ -10632,7 +10913,7 @@ "Microsoft.Azure.Management.CognitiveServices.Models.ResourceSkuRestrictionInfo": { "Namespace": "Microsoft.Azure.Management.CognitiveServices.Models", "Name": "Microsoft.Azure.Management.CognitiveServices.Models.ResourceSkuRestrictionInfo", - "AssemblyQualifiedName": "Microsoft.Azure.Management.CognitiveServices.Models.ResourceSkuRestrictionInfo, Microsoft.Azure.Management.CognitiveServices, Version=7.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.CognitiveServices.Models.ResourceSkuRestrictionInfo, Microsoft.Azure.Management.CognitiveServices, Version=7.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Locations": "System.Collections.Generic.IList`1[System.String]", "Zones": "System.Collections.Generic.IList`1[System.String]" @@ -10691,7 +10972,7 @@ "System.Nullable`1[Microsoft.Azure.Management.CognitiveServices.Models.ResourceSkuRestrictionsType]": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Management.CognitiveServices.Models.ResourceSkuRestrictionsType]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.CognitiveServices.Models.ResourceSkuRestrictionsType, Microsoft.Azure.Management.CognitiveServices, Version=7.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.CognitiveServices.Models.ResourceSkuRestrictionsType, Microsoft.Azure.Management.CognitiveServices, Version=7.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -10703,7 +10984,7 @@ "Microsoft.Azure.Management.CognitiveServices.Models.ResourceSkuRestrictionsType": { "Namespace": "Microsoft.Azure.Management.CognitiveServices.Models", "Name": "Microsoft.Azure.Management.CognitiveServices.Models.ResourceSkuRestrictionsType", - "AssemblyQualifiedName": "Microsoft.Azure.Management.CognitiveServices.Models.ResourceSkuRestrictionsType, Microsoft.Azure.Management.CognitiveServices, Version=7.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.CognitiveServices.Models.ResourceSkuRestrictionsType, Microsoft.Azure.Management.CognitiveServices, Version=7.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], diff --git a/tools/Tools.Common/SerializedCmdlets/Microsoft.Azure.PowerShell.Cmdlets.Compute.dll.json b/tools/Tools.Common/SerializedCmdlets/Microsoft.Azure.PowerShell.Cmdlets.Compute.dll.json index d2b95d8f43fe..5235dd751676 100644 --- a/tools/Tools.Common/SerializedCmdlets/Microsoft.Azure.PowerShell.Cmdlets.Compute.dll.json +++ b/tools/Tools.Common/SerializedCmdlets/Microsoft.Azure.PowerShell.Cmdlets.Compute.dll.json @@ -14,7 +14,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSAvailabilitySet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAvailabilitySet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAvailabilitySet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ProximityPlacementGroup": "Microsoft.Azure.Management.Compute.Models.SubResource", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -263,7 +263,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSAvailabilitySet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAvailabilitySet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAvailabilitySet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ProximityPlacementGroup": "Microsoft.Azure.Management.Compute.Models.SubResource", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -814,7 +814,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "IsSuccessStatusCode": "System.Boolean", "StatusCode": "System.Net.HttpStatusCode", @@ -1134,7 +1134,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSAvailabilitySet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAvailabilitySet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAvailabilitySet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ProximityPlacementGroup": "Microsoft.Azure.Management.Compute.Models.SubResource", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -1205,7 +1205,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSAvailabilitySet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAvailabilitySet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAvailabilitySet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ProximityPlacementGroup": "Microsoft.Azure.Management.Compute.Models.SubResource", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -1386,7 +1386,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSAvailabilitySet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAvailabilitySet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAvailabilitySet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ProximityPlacementGroup": "Microsoft.Azure.Management.Compute.Models.SubResource", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -1602,7 +1602,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSAvailabilitySet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAvailabilitySet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAvailabilitySet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ProximityPlacementGroup": "Microsoft.Azure.Management.Compute.Models.SubResource", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -1799,7 +1799,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineExtensionImage", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineExtensionImage, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineExtensionImage, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "StatusCode": "System.Net.HttpStatusCode", "Version": "System.String", @@ -1856,7 +1856,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineExtensionImageDetails", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineExtensionImageDetails, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineExtensionImageDetails, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "StatusCode": "System.Net.HttpStatusCode", "SupportsMultipleExtensions": "System.Nullable`1[System.Boolean]", @@ -2222,7 +2222,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineExtensionImageType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineExtensionImageType, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineExtensionImageType, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "StatusCode": "System.Net.HttpStatusCode", "PublisherName": "System.String", @@ -2455,7 +2455,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.VirtualMachineADDomainExtensionContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.VirtualMachineADDomainExtensionContext, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.VirtualMachineADDomainExtensionContext, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "SubStatuses": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.InstanceViewStatus]", "Statuses": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.InstanceViewStatus]", @@ -2799,7 +2799,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "IsSuccessStatusCode": "System.Boolean", "StatusCode": "System.Net.HttpStatusCode", @@ -3509,7 +3509,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineExtension", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineExtension, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineExtension, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Statuses": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.InstanceViewStatus]", "SubStatuses": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.InstanceViewStatus]", @@ -3885,7 +3885,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "IsSuccessStatusCode": "System.Boolean", "StatusCode": "System.Net.HttpStatusCode", @@ -4249,7 +4249,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "IsSuccessStatusCode": "System.Boolean", "StatusCode": "System.Net.HttpStatusCode", @@ -4991,7 +4991,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Extension.AEM", "Name": "Microsoft.Azure.Commands.Compute.Extension.AEM.AEMTestResult", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Extension.AEM.AEMTestResult, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Extension.AEM.AEMTestResult, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Result": "System.Boolean", "PartialResults": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Compute.Extension.AEM.AEMTestResult]", @@ -5382,7 +5382,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "IsSuccessStatusCode": "System.Boolean", "StatusCode": "System.Net.HttpStatusCode", @@ -5878,7 +5878,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.VirtualMachineCustomScriptExtensionContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.VirtualMachineCustomScriptExtensionContext, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.VirtualMachineCustomScriptExtensionContext, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "SubStatuses": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.InstanceViewStatus]", "Statuses": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.InstanceViewStatus]", @@ -6218,7 +6218,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "IsSuccessStatusCode": "System.Boolean", "StatusCode": "System.Net.HttpStatusCode", @@ -6582,7 +6582,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "IsSuccessStatusCode": "System.Boolean", "StatusCode": "System.Net.HttpStatusCode", @@ -6696,7 +6696,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", "AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", @@ -6796,7 +6796,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.VirtualMachineCustomScriptExtensionContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.VirtualMachineCustomScriptExtensionContext, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.VirtualMachineCustomScriptExtensionContext, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "SubStatuses": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.InstanceViewStatus]", "Statuses": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.InstanceViewStatus]", @@ -7972,7 +7972,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", "AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", @@ -8448,7 +8448,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", "AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", @@ -9478,7 +9478,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.VirtualMachineCustomScriptExtensionContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.VirtualMachineCustomScriptExtensionContext, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.VirtualMachineCustomScriptExtensionContext, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "SubStatuses": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.InstanceViewStatus]", "Statuses": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.InstanceViewStatus]", @@ -9919,7 +9919,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.VirtualMachineCustomScriptExtensionContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.VirtualMachineCustomScriptExtensionContext, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.VirtualMachineCustomScriptExtensionContext, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "SubStatuses": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.InstanceViewStatus]", "Statuses": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.InstanceViewStatus]", @@ -10513,7 +10513,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineExtension", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineExtension, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineExtension, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Statuses": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.InstanceViewStatus]", "SubStatuses": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.InstanceViewStatus]", @@ -10847,7 +10847,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "IsSuccessStatusCode": "System.Boolean", "StatusCode": "System.Net.HttpStatusCode", @@ -11169,7 +11169,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile", "AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", @@ -11245,7 +11245,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile", "AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", @@ -11379,7 +11379,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile", "AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", @@ -11537,7 +11537,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "IsSuccessStatusCode": "System.Boolean", "StatusCode": "System.Net.HttpStatusCode", @@ -12221,7 +12221,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineExtension", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineExtension, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineExtension, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Statuses": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.InstanceViewStatus]", "SubStatuses": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.InstanceViewStatus]", @@ -12555,7 +12555,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "IsSuccessStatusCode": "System.Boolean", "StatusCode": "System.Net.HttpStatusCode", @@ -12877,7 +12877,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "IsSuccessStatusCode": "System.Boolean", "StatusCode": "System.Net.HttpStatusCode", @@ -14305,7 +14305,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute", "Name": "Microsoft.Azure.Commands.Compute.VirtualMachineSqlServerExtensionContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.VirtualMachineSqlServerExtensionContext, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.VirtualMachineSqlServerExtensionContext, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Statuses": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.InstanceViewStatus]", "SubStatuses": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.InstanceViewStatus]", @@ -14593,7 +14593,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute", "Name": "Microsoft.Azure.Commands.Compute.AutoBackupSettings", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.AutoBackupSettings, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.AutoBackupSettings, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Enable": "System.Boolean", "EnableEncryption": "System.Boolean", @@ -15751,7 +15751,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute", "Name": "Microsoft.Azure.Commands.Compute.AutoPatchingSettings", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.AutoPatchingSettings, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.AutoPatchingSettings, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Enable": "System.Boolean", "MaintenanceWindowStartingHour": "System.Int32", @@ -16058,7 +16058,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute", "Name": "Microsoft.Azure.Commands.Compute.KeyVaultCredentialSettings", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.KeyVaultCredentialSettings, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.KeyVaultCredentialSettings, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Enable": "System.Boolean", "Credentials": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Compute.AzureVMSqlServerKeyVaultCredential]", @@ -16387,7 +16387,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "IsSuccessStatusCode": "System.Boolean", "StatusCode": "System.Net.HttpStatusCode", @@ -16709,7 +16709,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "IsSuccessStatusCode": "System.Boolean", "StatusCode": "System.Net.HttpStatusCode", @@ -16839,7 +16839,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute", "Name": "Microsoft.Azure.Commands.Compute.AutoPatchingSettings", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.AutoPatchingSettings, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.AutoPatchingSettings, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Enable": "System.Boolean", "MaintenanceWindowStartingHour": "System.Int32", @@ -16895,7 +16895,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute", "Name": "Microsoft.Azure.Commands.Compute.AutoBackupSettings", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.AutoBackupSettings, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.AutoBackupSettings, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Enable": "System.Boolean", "EnableEncryption": "System.Boolean", @@ -16958,7 +16958,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute", "Name": "Microsoft.Azure.Commands.Compute.KeyVaultCredentialSettings", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.KeyVaultCredentialSettings, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.KeyVaultCredentialSettings, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Enable": "System.Boolean", "Credentials": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Compute.AzureVMSqlServerKeyVaultCredential]", @@ -17171,7 +17171,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute", "Name": "Microsoft.Azure.Commands.Compute.AutoPatchingSettings", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.AutoPatchingSettings, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.AutoPatchingSettings, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Enable": "System.Boolean", "MaintenanceWindowStartingHour": "System.Int32", @@ -17233,7 +17233,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute", "Name": "Microsoft.Azure.Commands.Compute.AutoBackupSettings", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.AutoBackupSettings, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.AutoBackupSettings, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Enable": "System.Boolean", "EnableEncryption": "System.Boolean", @@ -17302,7 +17302,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute", "Name": "Microsoft.Azure.Commands.Compute.KeyVaultCredentialSettings", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.KeyVaultCredentialSettings, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.KeyVaultCredentialSettings, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Enable": "System.Boolean", "Credentials": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Compute.AzureVMSqlServerKeyVaultCredential]", @@ -17441,7 +17441,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.VirtualMachineAccessExtensionContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.VirtualMachineAccessExtensionContext, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.VirtualMachineAccessExtensionContext, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "SubStatuses": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.InstanceViewStatus]", "Statuses": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.InstanceViewStatus]", @@ -17782,7 +17782,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "IsSuccessStatusCode": "System.Boolean", "StatusCode": "System.Net.HttpStatusCode", @@ -18146,7 +18146,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "IsSuccessStatusCode": "System.Boolean", "StatusCode": "System.Net.HttpStatusCode", @@ -18684,7 +18684,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineImage", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineImage, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineImage, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "StatusCode": "System.Net.HttpStatusCode", "Version": "System.String", @@ -18741,7 +18741,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineImageDetail", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineImageDetail, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineImageDetail, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutomaticOSUpgradeProperties": "Microsoft.Azure.Management.Compute.Models.AutomaticOSUpgradeProperties", "OSDiskImage": "Microsoft.Azure.Management.Compute.Models.OSDiskImage", @@ -19295,7 +19295,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineImageOffer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineImageOffer, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineImageOffer, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "StatusCode": "System.Net.HttpStatusCode", "Offer": "System.String", @@ -19527,7 +19527,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineImagePublisher", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineImagePublisher, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineImagePublisher, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "StatusCode": "System.Net.HttpStatusCode", "PublisherName": "System.String", @@ -19716,7 +19716,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineImageSku", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineImageSku, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineImageSku, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "StatusCode": "System.Net.HttpStatusCode", "Skus": "System.String", @@ -20488,7 +20488,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSUsage", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSUsage, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSUsage, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Name": "Microsoft.Azure.Management.Compute.Models.UsageName", "StatusCode": "System.Net.HttpStatusCode", @@ -20678,7 +20678,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineSize", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineSize, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineSize, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "MemoryInMB": "System.Int32", "NumberOfCores": "System.Int32", @@ -21152,7 +21152,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSComputeLongRunningOperation", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSComputeLongRunningOperation, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSComputeLongRunningOperation, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Error": "Microsoft.Azure.Management.Compute.Models.ApiError", "StartTime": "System.Nullable`1[System.DateTime]", @@ -21206,7 +21206,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "IsSuccessStatusCode": "System.Boolean", "StatusCode": "System.Net.HttpStatusCode", @@ -22068,7 +22068,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSComputeLongRunningOperation", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSComputeLongRunningOperation, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSComputeLongRunningOperation, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Error": "Microsoft.Azure.Management.Compute.Models.ApiError", "StartTime": "System.Nullable`1[System.DateTime]", @@ -22892,7 +22892,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSComputeLongRunningOperation", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSComputeLongRunningOperation, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSComputeLongRunningOperation, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Error": "Microsoft.Azure.Management.Compute.Models.ApiError", "StartTime": "System.Nullable`1[System.DateTime]", @@ -22946,7 +22946,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "IsSuccessStatusCode": "System.Boolean", "StatusCode": "System.Net.HttpStatusCode", @@ -23104,6 +23104,24 @@ "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, + { + "Name": "SimulateEviction", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, { "Name": "AsJob", "AliasList": [], @@ -23643,6 +23661,146 @@ } ] }, + { + "Name": "SimulateEvictionResourceGroupNameParameterSetName", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "ResourceGroupName", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": 0, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "Name", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": 1, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "SimulateEviction", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "AsJob", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, { "Name": "GeneralizeIdParameterSetName", "Parameters": [ @@ -24039,6 +24197,122 @@ } ] }, + { + "Name": "SimulateEvictionIdParameterSetName", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "Id", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": 0, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "SimulateEviction", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "AsJob", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, { "Name": "__AllParameterSets", "Parameters": [ @@ -24124,7 +24398,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSComputeLongRunningOperation", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSComputeLongRunningOperation, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSComputeLongRunningOperation, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Error": "Microsoft.Azure.Management.Compute.Models.ApiError", "StartTime": "System.Nullable`1[System.DateTime]", @@ -24178,7 +24452,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "IsSuccessStatusCode": "System.Boolean", "StatusCode": "System.Net.HttpStatusCode", @@ -24718,7 +24992,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSComputeLongRunningOperation", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSComputeLongRunningOperation, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSComputeLongRunningOperation, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Error": "Microsoft.Azure.Management.Compute.Models.ApiError", "StartTime": "System.Nullable`1[System.DateTime]", @@ -24772,7 +25046,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "IsSuccessStatusCode": "System.Boolean", "StatusCode": "System.Net.HttpStatusCode", @@ -25582,7 +25856,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", "AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", @@ -25667,7 +25941,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", "AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", @@ -25828,7 +26102,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", "AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", @@ -26017,7 +26291,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", "AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", @@ -26096,7 +26370,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVM", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVM, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVM, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", "DiagnosticsProfile": "Microsoft.Azure.Management.Compute.Models.DiagnosticsProfile", @@ -26176,7 +26450,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", "AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", @@ -26588,7 +26862,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", "AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", @@ -27005,7 +27279,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", "AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", @@ -27702,7 +27976,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", "AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", @@ -27787,7 +28061,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", "AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", @@ -27969,7 +28243,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", "AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", @@ -28154,7 +28428,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", "AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", @@ -28363,7 +28637,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", "AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", @@ -28448,7 +28722,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", "AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", @@ -28627,7 +28901,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", "AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", @@ -28840,7 +29114,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", "AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", @@ -28925,7 +29199,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", "AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", @@ -29084,7 +29358,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", "AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", @@ -29271,7 +29545,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", "AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", @@ -30453,7 +30727,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineDataDisk", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineDataDisk, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineDataDisk, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ManagedDisk": "Microsoft.Azure.Management.Compute.Models.ManagedDiskParameters", "Vhd": "Microsoft.Azure.Management.Compute.Models.VirtualHardDisk", @@ -31802,7 +32076,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", "AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", @@ -31887,7 +32161,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", "AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", @@ -32030,7 +32304,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", "AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", @@ -32195,7 +32469,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", "AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", @@ -32280,7 +32554,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", "AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", @@ -32424,7 +32698,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", "AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", @@ -32590,7 +32864,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", "AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", @@ -32675,7 +32949,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", "AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", @@ -32818,7 +33092,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", "AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", @@ -32983,7 +33257,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", "AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", @@ -33068,7 +33342,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", "AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", @@ -33263,7 +33537,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", "AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", @@ -33469,7 +33743,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", "AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", @@ -33627,7 +33901,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", "AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", @@ -33766,7 +34040,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", "AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", @@ -33851,7 +34125,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", "AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", @@ -34106,7 +34380,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", "AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", @@ -34388,7 +34662,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", "AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", @@ -34672,7 +34946,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", "AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", @@ -34935,7 +35209,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", "AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", @@ -35020,7 +35294,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", "AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", @@ -35377,7 +35651,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", "AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", @@ -35703,7 +35977,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", "AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", @@ -36077,7 +36351,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", "AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", @@ -36403,7 +36677,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", "AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", @@ -36777,7 +37051,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", "AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", @@ -37031,7 +37305,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", "AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", @@ -37242,7 +37516,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", "AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", @@ -37327,7 +37601,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", "AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", @@ -37768,7 +38042,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", "AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", @@ -38202,7 +38476,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", "AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", @@ -38732,7 +39006,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", "AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", @@ -39166,7 +39440,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", "AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", @@ -39696,7 +39970,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", "AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", @@ -40115,7 +40389,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", "AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", @@ -40200,7 +40474,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", "AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", @@ -40395,7 +40669,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", "AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", @@ -40630,7 +40904,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", "AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", @@ -40715,7 +40989,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", "AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", @@ -40928,7 +41202,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", "AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", @@ -41158,7 +41432,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", "AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", @@ -41316,7 +41590,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", "AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", @@ -41455,7 +41729,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", "AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", @@ -41534,7 +41808,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineInstanceView", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineInstanceView, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineInstanceView, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "BootDiagnostics": "Microsoft.Azure.Management.Compute.Models.BootDiagnosticsInstanceView", "MaintenanceRedeployStatus": "Microsoft.Azure.Management.Compute.Models.MaintenanceRedeployStatus", @@ -42121,7 +42395,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", "AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", @@ -42200,7 +42474,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineInstanceView", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineInstanceView, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineInstanceView, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "BootDiagnostics": "Microsoft.Azure.Management.Compute.Models.BootDiagnosticsInstanceView", "MaintenanceRedeployStatus": "Microsoft.Azure.Management.Compute.Models.MaintenanceRedeployStatus", @@ -42360,7 +42634,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -42672,7 +42946,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -43108,7 +43382,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "IsSuccessStatusCode": "System.Boolean", "StatusCode": "System.Net.HttpStatusCode", @@ -43160,7 +43434,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", "AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", @@ -43281,7 +43555,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", "AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", @@ -43999,7 +44273,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", "AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", @@ -45698,7 +45972,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSComputeLongRunningOperation", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSComputeLongRunningOperation, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSComputeLongRunningOperation, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Error": "Microsoft.Azure.Management.Compute.Models.ApiError", "StartTime": "System.Nullable`1[System.DateTime]", @@ -45752,7 +46026,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "IsSuccessStatusCode": "System.Boolean", "StatusCode": "System.Net.HttpStatusCode", @@ -46388,7 +46662,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "IsSuccessStatusCode": "System.Boolean", "StatusCode": "System.Net.HttpStatusCode", @@ -46482,7 +46756,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", "AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", @@ -46811,7 +47085,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", "AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", @@ -47211,7 +47485,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", "AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", @@ -47561,7 +47835,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", "AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", @@ -47887,7 +48161,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", "AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", @@ -48218,7 +48492,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.VhdUploadContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.VhdUploadContext, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.VhdUploadContext, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "LocalFilePath": "System.IO.FileInfo", "DestinationUri": "System.Uri" @@ -48878,7 +49152,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.VhdDownloadContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.VhdDownloadContext, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.VhdDownloadContext, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "LocalFilePath": "System.IO.FileInfo", "Source": "System.Uri" @@ -49684,7 +49958,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSContainerService", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSContainerService, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSContainerService, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "CustomProfile": "Microsoft.Azure.Management.Compute.Models.ContainerServiceCustomProfile", "DiagnosticsProfile": "Microsoft.Azure.Management.Compute.Models.ContainerServiceDiagnosticsProfile", @@ -49751,7 +50025,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSContainerService", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSContainerService, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSContainerService, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "CustomProfile": "Microsoft.Azure.Management.Compute.Models.ContainerServiceCustomProfile", "DiagnosticsProfile": "Microsoft.Azure.Management.Compute.Models.ContainerServiceDiagnosticsProfile", @@ -49928,7 +50202,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSContainerService", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSContainerService, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSContainerService, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "CustomProfile": "Microsoft.Azure.Management.Compute.Models.ContainerServiceCustomProfile", "DiagnosticsProfile": "Microsoft.Azure.Management.Compute.Models.ContainerServiceDiagnosticsProfile", @@ -50147,7 +50421,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSContainerService", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSContainerService, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSContainerService, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "CustomProfile": "Microsoft.Azure.Management.Compute.Models.ContainerServiceCustomProfile", "DiagnosticsProfile": "Microsoft.Azure.Management.Compute.Models.ContainerServiceDiagnosticsProfile", @@ -50896,7 +51170,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSContainerService", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSContainerService, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSContainerService, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "CustomProfile": "Microsoft.Azure.Management.Compute.Models.ContainerServiceCustomProfile", "DiagnosticsProfile": "Microsoft.Azure.Management.Compute.Models.ContainerServiceDiagnosticsProfile", @@ -50963,7 +51237,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSContainerService", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSContainerService, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSContainerService, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "CustomProfile": "Microsoft.Azure.Management.Compute.Models.ContainerServiceCustomProfile", "DiagnosticsProfile": "Microsoft.Azure.Management.Compute.Models.ContainerServiceDiagnosticsProfile", @@ -51086,7 +51360,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSContainerService", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSContainerService, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSContainerService, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "CustomProfile": "Microsoft.Azure.Management.Compute.Models.ContainerServiceCustomProfile", "DiagnosticsProfile": "Microsoft.Azure.Management.Compute.Models.ContainerServiceDiagnosticsProfile", @@ -51226,7 +51500,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSContainerService", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSContainerService, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSContainerService, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "CustomProfile": "Microsoft.Azure.Management.Compute.Models.ContainerServiceCustomProfile", "DiagnosticsProfile": "Microsoft.Azure.Management.Compute.Models.ContainerServiceDiagnosticsProfile", @@ -51349,7 +51623,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSContainerService", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSContainerService, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSContainerService, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "CustomProfile": "Microsoft.Azure.Management.Compute.Models.ContainerServiceCustomProfile", "DiagnosticsProfile": "Microsoft.Azure.Management.Compute.Models.ContainerServiceDiagnosticsProfile", @@ -51452,7 +51726,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSContainerService", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSContainerService, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSContainerService, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "CustomProfile": "Microsoft.Azure.Management.Compute.Models.ContainerServiceCustomProfile", "DiagnosticsProfile": "Microsoft.Azure.Management.Compute.Models.ContainerServiceDiagnosticsProfile", @@ -51623,7 +51897,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSContainerService", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSContainerService, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSContainerService, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "CustomProfile": "Microsoft.Azure.Management.Compute.Models.ContainerServiceCustomProfile", "DiagnosticsProfile": "Microsoft.Azure.Management.Compute.Models.ContainerServiceDiagnosticsProfile", @@ -51838,7 +52112,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSContainerService", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSContainerService, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSContainerService, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "CustomProfile": "Microsoft.Azure.Management.Compute.Models.ContainerServiceCustomProfile", "DiagnosticsProfile": "Microsoft.Azure.Management.Compute.Models.ContainerServiceDiagnosticsProfile", @@ -51941,7 +52215,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSContainerService", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSContainerService, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSContainerService, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "CustomProfile": "Microsoft.Azure.Management.Compute.Models.ContainerServiceCustomProfile", "DiagnosticsProfile": "Microsoft.Azure.Management.Compute.Models.ContainerServiceDiagnosticsProfile", @@ -52112,7 +52386,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSContainerService", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSContainerService, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSContainerService, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "CustomProfile": "Microsoft.Azure.Management.Compute.Models.ContainerServiceCustomProfile", "DiagnosticsProfile": "Microsoft.Azure.Management.Compute.Models.ContainerServiceDiagnosticsProfile", @@ -52327,7 +52601,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Error": "Microsoft.Azure.Management.Compute.Models.ApiError", "StartTime": "System.Nullable`1[System.DateTime]", @@ -52734,7 +53008,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSContainerService", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSContainerService, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSContainerService, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "CustomProfile": "Microsoft.Azure.Management.Compute.Models.ContainerServiceCustomProfile", "DiagnosticsProfile": "Microsoft.Azure.Management.Compute.Models.ContainerServiceDiagnosticsProfile", @@ -53019,7 +53293,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSHostGroup", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSHostGroup, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSHostGroup, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", "Hosts": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.SubResourceReadOnly]", @@ -53632,7 +53906,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Error": "Microsoft.Azure.Management.Compute.Models.ApiError", "StartTime": "System.Nullable`1[System.DateTime]", @@ -53747,7 +54021,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSHostGroup", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSHostGroup, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSHostGroup, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", "Hosts": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.SubResourceReadOnly]", @@ -54076,7 +54350,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSHostGroup", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSHostGroup, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSHostGroup, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", "Hosts": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.SubResourceReadOnly]", @@ -54285,7 +54559,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSHostGroup", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSHostGroup, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSHostGroup, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", "Hosts": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.SubResourceReadOnly]", @@ -54654,7 +54928,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSHost", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSHost, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSHost, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "InstanceView": "Microsoft.Azure.Management.Compute.Models.DedicatedHostInstanceView", "Sku": "Microsoft.Azure.Management.Compute.Models.Sku", @@ -55702,7 +55976,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Error": "Microsoft.Azure.Management.Compute.Models.ApiError", "StartTime": "System.Nullable`1[System.DateTime]", @@ -55835,7 +56109,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSHost", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSHost, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSHost, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "InstanceView": "Microsoft.Azure.Management.Compute.Models.DedicatedHostInstanceView", "Sku": "Microsoft.Azure.Management.Compute.Models.Sku", @@ -56194,7 +56468,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSHost", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSHost, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSHost, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "InstanceView": "Microsoft.Azure.Management.Compute.Models.DedicatedHostInstanceView", "Sku": "Microsoft.Azure.Management.Compute.Models.Sku", @@ -56409,7 +56683,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSHost", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSHost, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSHost, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "InstanceView": "Microsoft.Azure.Management.Compute.Models.DedicatedHostInstanceView", "Sku": "Microsoft.Azure.Management.Compute.Models.Sku", @@ -56916,7 +57190,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDiskEncryptionSet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDiskEncryptionSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDiskEncryptionSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Identity": "Microsoft.Azure.Management.Compute.Models.EncryptionSetIdentity", "ActiveKey": "Microsoft.Azure.Management.Compute.Models.KeyVaultAndKeyReference", @@ -57278,7 +57552,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDiskEncryptionSet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDiskEncryptionSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDiskEncryptionSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Identity": "Microsoft.Azure.Management.Compute.Models.EncryptionSetIdentity", "ActiveKey": "Microsoft.Azure.Management.Compute.Models.KeyVaultAndKeyReference", @@ -57380,7 +57654,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDiskEncryptionSet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDiskEncryptionSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDiskEncryptionSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Identity": "Microsoft.Azure.Management.Compute.Models.EncryptionSetIdentity", "ActiveKey": "Microsoft.Azure.Management.Compute.Models.KeyVaultAndKeyReference", @@ -57550,7 +57824,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDiskEncryptionSet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDiskEncryptionSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDiskEncryptionSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Identity": "Microsoft.Azure.Management.Compute.Models.EncryptionSetIdentity", "ActiveKey": "Microsoft.Azure.Management.Compute.Models.KeyVaultAndKeyReference", @@ -57760,7 +58034,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Error": "Microsoft.Azure.Management.Compute.Models.ApiError", "StartTime": "System.Nullable`1[System.DateTime]", @@ -57893,7 +58167,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDiskEncryptionSet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDiskEncryptionSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDiskEncryptionSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Identity": "Microsoft.Azure.Management.Compute.Models.EncryptionSetIdentity", "ActiveKey": "Microsoft.Azure.Management.Compute.Models.KeyVaultAndKeyReference", @@ -58363,7 +58637,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDiskEncryptionSet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDiskEncryptionSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDiskEncryptionSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Identity": "Microsoft.Azure.Management.Compute.Models.EncryptionSetIdentity", "ActiveKey": "Microsoft.Azure.Management.Compute.Models.KeyVaultAndKeyReference", @@ -58529,7 +58803,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDiskEncryptionSet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDiskEncryptionSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDiskEncryptionSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Identity": "Microsoft.Azure.Management.Compute.Models.EncryptionSetIdentity", "ActiveKey": "Microsoft.Azure.Management.Compute.Models.KeyVaultAndKeyReference", @@ -58813,7 +59087,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDiskEncryptionSet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDiskEncryptionSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDiskEncryptionSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Identity": "Microsoft.Azure.Management.Compute.Models.EncryptionSetIdentity", "ActiveKey": "Microsoft.Azure.Management.Compute.Models.KeyVaultAndKeyReference", @@ -58933,7 +59207,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDiskEncryptionSet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDiskEncryptionSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDiskEncryptionSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Identity": "Microsoft.Azure.Management.Compute.Models.EncryptionSetIdentity", "ActiveKey": "Microsoft.Azure.Management.Compute.Models.KeyVaultAndKeyReference", @@ -59461,7 +59735,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDiskEncryptionSet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDiskEncryptionSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDiskEncryptionSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Identity": "Microsoft.Azure.Management.Compute.Models.EncryptionSetIdentity", "ActiveKey": "Microsoft.Azure.Management.Compute.Models.KeyVaultAndKeyReference", @@ -59815,7 +60089,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDisk", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDisk, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDisk, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "CreationData": "Microsoft.Azure.Management.Compute.Models.CreationData", "Sku": "Microsoft.Azure.Management.Compute.Models.DiskSku", @@ -61436,7 +61710,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDiskUpdate", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDiskUpdate, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDiskUpdate, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Management.Compute.Models.DiskSku", "Encryption": "Microsoft.Azure.Management.Compute.Models.Encryption", @@ -62279,7 +62553,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDisk", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDisk, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDisk, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "CreationData": "Microsoft.Azure.Management.Compute.Models.CreationData", "Sku": "Microsoft.Azure.Management.Compute.Models.DiskSku", @@ -62358,7 +62632,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDisk", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDisk, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDisk, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "CreationData": "Microsoft.Azure.Management.Compute.Models.CreationData", "Sku": "Microsoft.Azure.Management.Compute.Models.DiskSku", @@ -62511,7 +62785,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDisk", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDisk, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDisk, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "CreationData": "Microsoft.Azure.Management.Compute.Models.CreationData", "Sku": "Microsoft.Azure.Management.Compute.Models.DiskSku", @@ -62694,7 +62968,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDisk", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDisk, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDisk, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "CreationData": "Microsoft.Azure.Management.Compute.Models.CreationData", "Sku": "Microsoft.Azure.Management.Compute.Models.DiskSku", @@ -62773,7 +63047,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDisk", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDisk, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDisk, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "CreationData": "Microsoft.Azure.Management.Compute.Models.CreationData", "Sku": "Microsoft.Azure.Management.Compute.Models.DiskSku", @@ -62926,7 +63200,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDisk", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDisk, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDisk, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "CreationData": "Microsoft.Azure.Management.Compute.Models.CreationData", "Sku": "Microsoft.Azure.Management.Compute.Models.DiskSku", @@ -63109,7 +63383,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDisk", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDisk, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDisk, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "CreationData": "Microsoft.Azure.Management.Compute.Models.CreationData", "Sku": "Microsoft.Azure.Management.Compute.Models.DiskSku", @@ -63188,7 +63462,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDisk", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDisk, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDisk, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "CreationData": "Microsoft.Azure.Management.Compute.Models.CreationData", "Sku": "Microsoft.Azure.Management.Compute.Models.DiskSku", @@ -63341,7 +63615,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDisk", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDisk, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDisk, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "CreationData": "Microsoft.Azure.Management.Compute.Models.CreationData", "Sku": "Microsoft.Azure.Management.Compute.Models.DiskSku", @@ -63524,7 +63798,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDiskUpdate", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDiskUpdate, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDiskUpdate, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Management.Compute.Models.DiskSku", "Encryption": "Microsoft.Azure.Management.Compute.Models.Encryption", @@ -63587,7 +63861,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDiskUpdate", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDiskUpdate, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDiskUpdate, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Management.Compute.Models.DiskSku", "Encryption": "Microsoft.Azure.Management.Compute.Models.Encryption", @@ -63724,7 +63998,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDiskUpdate", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDiskUpdate, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDiskUpdate, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Management.Compute.Models.DiskSku", "Encryption": "Microsoft.Azure.Management.Compute.Models.Encryption", @@ -63891,7 +64165,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDiskUpdate", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDiskUpdate, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDiskUpdate, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Management.Compute.Models.DiskSku", "Encryption": "Microsoft.Azure.Management.Compute.Models.Encryption", @@ -63954,7 +64228,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDiskUpdate", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDiskUpdate, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDiskUpdate, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Management.Compute.Models.DiskSku", "Encryption": "Microsoft.Azure.Management.Compute.Models.Encryption", @@ -64091,7 +64365,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDiskUpdate", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDiskUpdate, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDiskUpdate, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Management.Compute.Models.DiskSku", "Encryption": "Microsoft.Azure.Management.Compute.Models.Encryption", @@ -64258,7 +64532,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDisk", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDisk, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDisk, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "CreationData": "Microsoft.Azure.Management.Compute.Models.CreationData", "Sku": "Microsoft.Azure.Management.Compute.Models.DiskSku", @@ -64375,7 +64649,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDisk", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDisk, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDisk, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "CreationData": "Microsoft.Azure.Management.Compute.Models.CreationData", "Sku": "Microsoft.Azure.Management.Compute.Models.DiskSku", @@ -64560,7 +64834,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDisk", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDisk, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDisk, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "CreationData": "Microsoft.Azure.Management.Compute.Models.CreationData", "Sku": "Microsoft.Azure.Management.Compute.Models.DiskSku", @@ -64787,7 +65061,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Error": "Microsoft.Azure.Management.Compute.Models.ApiError", "StartTime": "System.Nullable`1[System.DateTime]", @@ -65198,7 +65472,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDisk", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDisk, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDisk, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "CreationData": "Microsoft.Azure.Management.Compute.Models.CreationData", "Sku": "Microsoft.Azure.Management.Compute.Models.DiskSku", @@ -65499,7 +65773,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSAccessUri", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSAccessUri, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSAccessUri, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AccessSAS": "System.String" }, @@ -65924,7 +66198,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Error": "Microsoft.Azure.Management.Compute.Models.ApiError", "StartTime": "System.Nullable`1[System.DateTime]", @@ -66269,7 +66543,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDisk", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDisk, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDisk, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "CreationData": "Microsoft.Azure.Management.Compute.Models.CreationData", "Sku": "Microsoft.Azure.Management.Compute.Models.DiskSku", @@ -66386,7 +66660,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDiskUpdate", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDiskUpdate, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDiskUpdate, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Management.Compute.Models.DiskSku", "Encryption": "Microsoft.Azure.Management.Compute.Models.Encryption", @@ -66448,7 +66722,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDisk", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDisk, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDisk, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "CreationData": "Microsoft.Azure.Management.Compute.Models.CreationData", "Sku": "Microsoft.Azure.Management.Compute.Models.DiskSku", @@ -66633,7 +66907,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDiskUpdate", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDiskUpdate, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDiskUpdate, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Management.Compute.Models.DiskSku", "Encryption": "Microsoft.Azure.Management.Compute.Models.Encryption", @@ -66819,7 +67093,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDisk", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDisk, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDisk, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "CreationData": "Microsoft.Azure.Management.Compute.Models.CreationData", "Sku": "Microsoft.Azure.Management.Compute.Models.DiskSku", @@ -67046,7 +67320,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGalleryImageVersion", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGalleryImageVersion, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGalleryImageVersion, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "PublishingProfile": "Microsoft.Azure.Management.Compute.Models.GalleryImageVersionPublishingProfile", "StorageProfile": "Microsoft.Azure.Management.Compute.Models.GalleryImageVersionStorageProfile", @@ -67245,11 +67519,6 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ - { - "Name": "Validate", - "Parameters": [], - "ReturnType": "System.Void" - }, { "Name": "ToString", "Parameters": [], @@ -67657,11 +67926,6 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ - { - "Name": "Validate", - "Parameters": [], - "ReturnType": "System.Void" - }, { "Name": "ToString", "Parameters": [], @@ -68024,11 +68288,6 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ - { - "Name": "Validate", - "Parameters": [], - "ReturnType": "System.Void" - }, { "Name": "ToString", "Parameters": [], @@ -68317,7 +68576,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGalleryImageVersion", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGalleryImageVersion, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGalleryImageVersion, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "PublishingProfile": "Microsoft.Azure.Management.Compute.Models.GalleryImageVersionPublishingProfile", "StorageProfile": "Microsoft.Azure.Management.Compute.Models.GalleryImageVersionStorageProfile", @@ -68473,7 +68732,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGalleryImageVersion", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGalleryImageVersion, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGalleryImageVersion, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "PublishingProfile": "Microsoft.Azure.Management.Compute.Models.GalleryImageVersionPublishingProfile", "StorageProfile": "Microsoft.Azure.Management.Compute.Models.GalleryImageVersionStorageProfile", @@ -69181,7 +69440,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGalleryImageVersion", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGalleryImageVersion, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGalleryImageVersion, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "PublishingProfile": "Microsoft.Azure.Management.Compute.Models.GalleryImageVersionPublishingProfile", "StorageProfile": "Microsoft.Azure.Management.Compute.Models.GalleryImageVersionStorageProfile", @@ -69631,7 +69890,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Error": "Microsoft.Azure.Management.Compute.Models.ApiError", "StartTime": "System.Nullable`1[System.DateTime]", @@ -69800,7 +70059,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGalleryImageVersion", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGalleryImageVersion, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGalleryImageVersion, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "PublishingProfile": "Microsoft.Azure.Management.Compute.Models.GalleryImageVersionPublishingProfile", "StorageProfile": "Microsoft.Azure.Management.Compute.Models.GalleryImageVersionStorageProfile", @@ -70318,7 +70577,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGalleryImageVersion", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGalleryImageVersion, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGalleryImageVersion, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "PublishingProfile": "Microsoft.Azure.Management.Compute.Models.GalleryImageVersionPublishingProfile", "StorageProfile": "Microsoft.Azure.Management.Compute.Models.GalleryImageVersionStorageProfile", @@ -70484,7 +70743,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGalleryImageVersion", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGalleryImageVersion, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGalleryImageVersion, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "PublishingProfile": "Microsoft.Azure.Management.Compute.Models.GalleryImageVersionPublishingProfile", "StorageProfile": "Microsoft.Azure.Management.Compute.Models.GalleryImageVersionStorageProfile", @@ -71028,7 +71287,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGalleryImage", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGalleryImage, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGalleryImage, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Disallowed": "Microsoft.Azure.Management.Compute.Models.Disallowed", "Identifier": "Microsoft.Azure.Management.Compute.Models.GalleryImageIdentifier", @@ -73325,7 +73584,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGalleryImage", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGalleryImage, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGalleryImage, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Disallowed": "Microsoft.Azure.Management.Compute.Models.Disallowed", "Identifier": "Microsoft.Azure.Management.Compute.Models.GalleryImageIdentifier", @@ -73472,7 +73731,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGalleryImage", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGalleryImage, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGalleryImage, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Disallowed": "Microsoft.Azure.Management.Compute.Models.Disallowed", "Identifier": "Microsoft.Azure.Management.Compute.Models.GalleryImageIdentifier", @@ -74759,7 +75018,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGalleryImage", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGalleryImage, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGalleryImage, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Disallowed": "Microsoft.Azure.Management.Compute.Models.Disallowed", "Identifier": "Microsoft.Azure.Management.Compute.Models.GalleryImageIdentifier", @@ -75650,7 +75909,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Error": "Microsoft.Azure.Management.Compute.Models.ApiError", "StartTime": "System.Nullable`1[System.DateTime]", @@ -75801,7 +76060,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGalleryImage", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGalleryImage, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGalleryImage, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Disallowed": "Microsoft.Azure.Management.Compute.Models.Disallowed", "Identifier": "Microsoft.Azure.Management.Compute.Models.GalleryImageIdentifier", @@ -76304,7 +76563,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGalleryImage", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGalleryImage, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGalleryImage, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Disallowed": "Microsoft.Azure.Management.Compute.Models.Disallowed", "Identifier": "Microsoft.Azure.Management.Compute.Models.GalleryImageIdentifier", @@ -76479,7 +76738,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGalleryImage", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGalleryImage, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGalleryImage, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Disallowed": "Microsoft.Azure.Management.Compute.Models.Disallowed", "Identifier": "Microsoft.Azure.Management.Compute.Models.GalleryImageIdentifier", @@ -76900,7 +77159,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGallery", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGallery, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGallery, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Identifier": "Microsoft.Azure.Management.Compute.Models.GalleryIdentifier", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -77447,7 +77706,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGallery", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGallery, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGallery, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Identifier": "Microsoft.Azure.Management.Compute.Models.GalleryIdentifier", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -77566,7 +77825,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGallery", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGallery, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGallery, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Identifier": "Microsoft.Azure.Management.Compute.Models.GalleryIdentifier", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -78027,7 +78286,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGallery", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGallery, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGallery, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Identifier": "Microsoft.Azure.Management.Compute.Models.GalleryIdentifier", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -78332,7 +78591,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Error": "Microsoft.Azure.Management.Compute.Models.ApiError", "StartTime": "System.Nullable`1[System.DateTime]", @@ -78465,7 +78724,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGallery", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGallery, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGallery, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Identifier": "Microsoft.Azure.Management.Compute.Models.GalleryIdentifier", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -78934,7 +79193,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGallery", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGallery, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGallery, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Identifier": "Microsoft.Azure.Management.Compute.Models.GalleryIdentifier", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -79099,7 +79358,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGallery", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGallery, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGallery, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Identifier": "Microsoft.Azure.Management.Compute.Models.GalleryIdentifier", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -79468,7 +79727,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSImage", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSImage, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSImage, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "StorageProfile": "Microsoft.Azure.Management.Compute.Models.ImageStorageProfile", "SourceVirtualMachine": "Microsoft.Azure.Management.Compute.Models.SubResource", @@ -79530,7 +79789,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSImage", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSImage, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSImage, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "StorageProfile": "Microsoft.Azure.Management.Compute.Models.ImageStorageProfile", "SourceVirtualMachine": "Microsoft.Azure.Management.Compute.Models.SubResource", @@ -79776,7 +80035,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSImage", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSImage, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSImage, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "StorageProfile": "Microsoft.Azure.Management.Compute.Models.ImageStorageProfile", "SourceVirtualMachine": "Microsoft.Azure.Management.Compute.Models.SubResource", @@ -80088,7 +80347,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSImage", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSImage, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSImage, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "StorageProfile": "Microsoft.Azure.Management.Compute.Models.ImageStorageProfile", "SourceVirtualMachine": "Microsoft.Azure.Management.Compute.Models.SubResource", @@ -80712,7 +80971,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSImage", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSImage, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSImage, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "StorageProfile": "Microsoft.Azure.Management.Compute.Models.ImageStorageProfile", "SourceVirtualMachine": "Microsoft.Azure.Management.Compute.Models.SubResource", @@ -80774,7 +81033,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSImage", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSImage, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSImage, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "StorageProfile": "Microsoft.Azure.Management.Compute.Models.ImageStorageProfile", "SourceVirtualMachine": "Microsoft.Azure.Management.Compute.Models.SubResource", @@ -80894,7 +81153,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSImage", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSImage, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSImage, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "StorageProfile": "Microsoft.Azure.Management.Compute.Models.ImageStorageProfile", "SourceVirtualMachine": "Microsoft.Azure.Management.Compute.Models.SubResource", @@ -81031,7 +81290,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSImage", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSImage, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSImage, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "StorageProfile": "Microsoft.Azure.Management.Compute.Models.ImageStorageProfile", "SourceVirtualMachine": "Microsoft.Azure.Management.Compute.Models.SubResource", @@ -81149,7 +81408,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSImage", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSImage, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSImage, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "StorageProfile": "Microsoft.Azure.Management.Compute.Models.ImageStorageProfile", "SourceVirtualMachine": "Microsoft.Azure.Management.Compute.Models.SubResource", @@ -81211,7 +81470,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSImage", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSImage, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSImage, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "StorageProfile": "Microsoft.Azure.Management.Compute.Models.ImageStorageProfile", "SourceVirtualMachine": "Microsoft.Azure.Management.Compute.Models.SubResource", @@ -81479,7 +81738,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSImage", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSImage, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSImage, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "StorageProfile": "Microsoft.Azure.Management.Compute.Models.ImageStorageProfile", "SourceVirtualMachine": "Microsoft.Azure.Management.Compute.Models.SubResource", @@ -81819,7 +82078,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSImage", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSImage, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSImage, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "StorageProfile": "Microsoft.Azure.Management.Compute.Models.ImageStorageProfile", "SourceVirtualMachine": "Microsoft.Azure.Management.Compute.Models.SubResource", @@ -81919,7 +82178,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSImage", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSImage, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSImage, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "StorageProfile": "Microsoft.Azure.Management.Compute.Models.ImageStorageProfile", "SourceVirtualMachine": "Microsoft.Azure.Management.Compute.Models.SubResource", @@ -82087,7 +82346,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSImage", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSImage, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSImage, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "StorageProfile": "Microsoft.Azure.Management.Compute.Models.ImageStorageProfile", "SourceVirtualMachine": "Microsoft.Azure.Management.Compute.Models.SubResource", @@ -82297,7 +82556,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSImage", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSImage, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSImage, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "StorageProfile": "Microsoft.Azure.Management.Compute.Models.ImageStorageProfile", "SourceVirtualMachine": "Microsoft.Azure.Management.Compute.Models.SubResource", @@ -82451,7 +82710,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSImage", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSImage, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSImage, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "StorageProfile": "Microsoft.Azure.Management.Compute.Models.ImageStorageProfile", "SourceVirtualMachine": "Microsoft.Azure.Management.Compute.Models.SubResource", @@ -82901,7 +83160,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSImage", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSImage, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSImage, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "StorageProfile": "Microsoft.Azure.Management.Compute.Models.ImageStorageProfile", "SourceVirtualMachine": "Microsoft.Azure.Management.Compute.Models.SubResource", @@ -83067,7 +83326,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Error": "Microsoft.Azure.Management.Compute.Models.ApiError", "StartTime": "System.Nullable`1[System.DateTime]", @@ -83478,7 +83737,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSImage", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSImage, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSImage, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "StorageProfile": "Microsoft.Azure.Management.Compute.Models.ImageStorageProfile", "SourceVirtualMachine": "Microsoft.Azure.Management.Compute.Models.SubResource", @@ -83804,7 +84063,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSLogAnalyticsOperationResult", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSLogAnalyticsOperationResult, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSLogAnalyticsOperationResult, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Error": "Microsoft.Azure.Management.Compute.Models.ApiError", "Properties": "Microsoft.Azure.Management.Compute.Models.LogAnalyticsOutput", @@ -84634,7 +84893,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSLogAnalyticsOperationResult", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSLogAnalyticsOperationResult, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSLogAnalyticsOperationResult, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Error": "Microsoft.Azure.Management.Compute.Models.ApiError", "Properties": "Microsoft.Azure.Management.Compute.Models.LogAnalyticsOutput", @@ -85252,7 +85511,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSProximityPlacementGroup", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSProximityPlacementGroup, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSProximityPlacementGroup, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ColocationStatus": "Microsoft.Azure.Management.Compute.Models.InstanceViewStatus", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -85665,7 +85924,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Error": "Microsoft.Azure.Management.Compute.Models.ApiError", "StartTime": "System.Nullable`1[System.DateTime]", @@ -85798,7 +86057,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSProximityPlacementGroup", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSProximityPlacementGroup, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSProximityPlacementGroup, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ColocationStatus": "Microsoft.Azure.Management.Compute.Models.InstanceViewStatus", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -86269,7 +86528,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSProximityPlacementGroup", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSProximityPlacementGroup, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSProximityPlacementGroup, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ColocationStatus": "Microsoft.Azure.Management.Compute.Models.InstanceViewStatus", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -86436,7 +86695,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSProximityPlacementGroup", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSProximityPlacementGroup, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSProximityPlacementGroup, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ColocationStatus": "Microsoft.Azure.Management.Compute.Models.InstanceViewStatus", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -86897,7 +87156,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSResourceSku", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSResourceSku, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSResourceSku, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Capacity": "Microsoft.Azure.Management.Compute.Models.ResourceSkuCapacity", "Capabilities": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.ResourceSkuCapabilities]", @@ -87056,7 +87315,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshot", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshot, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshot, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "CreationData": "Microsoft.Azure.Management.Compute.Models.CreationData", "Encryption": "Microsoft.Azure.Management.Compute.Models.Encryption", @@ -88267,7 +88526,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshotUpdate", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshotUpdate, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshotUpdate, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Encryption": "Microsoft.Azure.Management.Compute.Models.Encryption", "EncryptionSettingsCollection": "Microsoft.Azure.Management.Compute.Models.EncryptionSettingsCollection", @@ -89021,7 +89280,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshot", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshot, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshot, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "CreationData": "Microsoft.Azure.Management.Compute.Models.CreationData", "Encryption": "Microsoft.Azure.Management.Compute.Models.Encryption", @@ -89092,7 +89351,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshot", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshot, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshot, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "CreationData": "Microsoft.Azure.Management.Compute.Models.CreationData", "Encryption": "Microsoft.Azure.Management.Compute.Models.Encryption", @@ -89237,7 +89496,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshot", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshot, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshot, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "CreationData": "Microsoft.Azure.Management.Compute.Models.CreationData", "Encryption": "Microsoft.Azure.Management.Compute.Models.Encryption", @@ -89412,7 +89671,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshot", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshot, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshot, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "CreationData": "Microsoft.Azure.Management.Compute.Models.CreationData", "Encryption": "Microsoft.Azure.Management.Compute.Models.Encryption", @@ -89483,7 +89742,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshot", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshot, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshot, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "CreationData": "Microsoft.Azure.Management.Compute.Models.CreationData", "Encryption": "Microsoft.Azure.Management.Compute.Models.Encryption", @@ -89628,7 +89887,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshot", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshot, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshot, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "CreationData": "Microsoft.Azure.Management.Compute.Models.CreationData", "Encryption": "Microsoft.Azure.Management.Compute.Models.Encryption", @@ -89803,7 +90062,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshot", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshot, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshot, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "CreationData": "Microsoft.Azure.Management.Compute.Models.CreationData", "Encryption": "Microsoft.Azure.Management.Compute.Models.Encryption", @@ -89874,7 +90133,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshot", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshot, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshot, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "CreationData": "Microsoft.Azure.Management.Compute.Models.CreationData", "Encryption": "Microsoft.Azure.Management.Compute.Models.Encryption", @@ -90019,7 +90278,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshot", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshot, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshot, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "CreationData": "Microsoft.Azure.Management.Compute.Models.CreationData", "Encryption": "Microsoft.Azure.Management.Compute.Models.Encryption", @@ -90194,7 +90453,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshotUpdate", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshotUpdate, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshotUpdate, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Encryption": "Microsoft.Azure.Management.Compute.Models.Encryption", "EncryptionSettingsCollection": "Microsoft.Azure.Management.Compute.Models.EncryptionSettingsCollection", @@ -90252,7 +90511,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshotUpdate", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshotUpdate, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshotUpdate, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Encryption": "Microsoft.Azure.Management.Compute.Models.Encryption", "EncryptionSettingsCollection": "Microsoft.Azure.Management.Compute.Models.EncryptionSettingsCollection", @@ -90384,7 +90643,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshotUpdate", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshotUpdate, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshotUpdate, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Encryption": "Microsoft.Azure.Management.Compute.Models.Encryption", "EncryptionSettingsCollection": "Microsoft.Azure.Management.Compute.Models.EncryptionSettingsCollection", @@ -90546,7 +90805,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshotUpdate", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshotUpdate, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshotUpdate, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Encryption": "Microsoft.Azure.Management.Compute.Models.Encryption", "EncryptionSettingsCollection": "Microsoft.Azure.Management.Compute.Models.EncryptionSettingsCollection", @@ -90604,7 +90863,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshotUpdate", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshotUpdate, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshotUpdate, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Encryption": "Microsoft.Azure.Management.Compute.Models.Encryption", "EncryptionSettingsCollection": "Microsoft.Azure.Management.Compute.Models.EncryptionSettingsCollection", @@ -90736,7 +90995,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshotUpdate", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshotUpdate, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshotUpdate, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Encryption": "Microsoft.Azure.Management.Compute.Models.Encryption", "EncryptionSettingsCollection": "Microsoft.Azure.Management.Compute.Models.EncryptionSettingsCollection", @@ -90898,7 +91157,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshot", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshot, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshot, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "CreationData": "Microsoft.Azure.Management.Compute.Models.CreationData", "Encryption": "Microsoft.Azure.Management.Compute.Models.Encryption", @@ -91007,7 +91266,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshot", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshot, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshot, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "CreationData": "Microsoft.Azure.Management.Compute.Models.CreationData", "Encryption": "Microsoft.Azure.Management.Compute.Models.Encryption", @@ -91184,7 +91443,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshot", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshot, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshot, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "CreationData": "Microsoft.Azure.Management.Compute.Models.CreationData", "Encryption": "Microsoft.Azure.Management.Compute.Models.Encryption", @@ -91403,7 +91662,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Error": "Microsoft.Azure.Management.Compute.Models.ApiError", "StartTime": "System.Nullable`1[System.DateTime]", @@ -91814,7 +92073,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshot", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshot, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshot, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "CreationData": "Microsoft.Azure.Management.Compute.Models.CreationData", "Encryption": "Microsoft.Azure.Management.Compute.Models.Encryption", @@ -92107,7 +92366,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSAccessUri", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSAccessUri, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSAccessUri, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AccessSAS": "System.String" }, @@ -92532,7 +92791,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Error": "Microsoft.Azure.Management.Compute.Models.ApiError", "StartTime": "System.Nullable`1[System.DateTime]", @@ -92877,7 +93136,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshot", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshot, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshot, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "CreationData": "Microsoft.Azure.Management.Compute.Models.CreationData", "Encryption": "Microsoft.Azure.Management.Compute.Models.Encryption", @@ -92986,7 +93245,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshotUpdate", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshotUpdate, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshotUpdate, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Encryption": "Microsoft.Azure.Management.Compute.Models.Encryption", "EncryptionSettingsCollection": "Microsoft.Azure.Management.Compute.Models.EncryptionSettingsCollection", @@ -93043,7 +93302,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshot", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshot, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshot, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "CreationData": "Microsoft.Azure.Management.Compute.Models.CreationData", "Encryption": "Microsoft.Azure.Management.Compute.Models.Encryption", @@ -93220,7 +93479,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshotUpdate", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshotUpdate, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshotUpdate, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Encryption": "Microsoft.Azure.Management.Compute.Models.Encryption", "EncryptionSettingsCollection": "Microsoft.Azure.Management.Compute.Models.EncryptionSettingsCollection", @@ -93401,7 +93660,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshot", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshot, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshot, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "CreationData": "Microsoft.Azure.Management.Compute.Models.CreationData", "Encryption": "Microsoft.Azure.Management.Compute.Models.Encryption", @@ -93620,7 +93879,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSRunCommandDocument", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSRunCommandDocument, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSRunCommandDocument, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "OsType": "Microsoft.Azure.Management.Compute.Models.OperatingSystemTypes", "Parameters": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.RunCommandParameterDefinition]", @@ -93897,7 +94156,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Error": "Microsoft.Azure.Management.Compute.Models.ApiError", "StartTime": "System.Nullable`1[System.DateTime]", @@ -94308,7 +94567,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSRollingUpgradeStatusInfo", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSRollingUpgradeStatusInfo, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSRollingUpgradeStatusInfo, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Error": "Microsoft.Azure.Management.Compute.Models.ApiError", "Policy": "Microsoft.Azure.Management.Compute.Models.RollingUpgradePolicy", @@ -94591,7 +94850,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Error": "Microsoft.Azure.Management.Compute.Models.ApiError", "StartTime": "System.Nullable`1[System.DateTime]", @@ -94936,7 +95195,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVM", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVM, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVM, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", "DiagnosticsProfile": "Microsoft.Azure.Management.Compute.Models.DiagnosticsProfile", @@ -95438,7 +95697,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Error": "Microsoft.Azure.Management.Compute.Models.ApiError", "StartTime": "System.Nullable`1[System.DateTime]", @@ -95617,6 +95876,24 @@ "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, + { + "Name": "SimulateEviction", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, { "Name": "AsJob", "AliasList": [], @@ -96475,6 +96752,172 @@ "ValueFromPipelineByPropertyName": false } ] + }, + { + "Name": "SimulateEvictionMethodParameter", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "SimulateEviction", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ResourceGroupName", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": 0, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "VMScaleSetName", + "AliasList": [ + "Name" + ], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": 1, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "InstanceId", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": 2, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "AsJob", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] } ], "AliasList": [] @@ -96493,7 +96936,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSRunCommandResult", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSRunCommandResult, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSRunCommandResult, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Error": "Microsoft.Azure.Management.Compute.Models.ApiError", "Item": "Microsoft.Azure.Management.Compute.Models.InstanceViewStatus", @@ -96683,7 +97126,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVM", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVM, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVM, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", "DiagnosticsProfile": "Microsoft.Azure.Management.Compute.Models.DiagnosticsProfile", @@ -97335,7 +97778,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVM", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVM, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVM, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", "DiagnosticsProfile": "Microsoft.Azure.Management.Compute.Models.DiagnosticsProfile", @@ -97565,7 +98008,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVM", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVM, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVM, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", "DiagnosticsProfile": "Microsoft.Azure.Management.Compute.Models.DiagnosticsProfile", @@ -97699,7 +98142,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineDataDisk[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineDataDisk[], Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineDataDisk[], Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineDataDisk", "GenericTypeArguments": [], @@ -97771,7 +98214,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVM", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVM, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVM, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", "DiagnosticsProfile": "Microsoft.Azure.Management.Compute.Models.DiagnosticsProfile", @@ -97979,7 +98422,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineDataDisk[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineDataDisk[], Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineDataDisk[], Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineDataDisk", "GenericTypeArguments": [], @@ -98119,7 +98562,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineDataDisk[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineDataDisk[], Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineDataDisk[], Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineDataDisk", "GenericTypeArguments": [], @@ -98283,7 +98726,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineDataDisk[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineDataDisk[], Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineDataDisk[], Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineDataDisk", "GenericTypeArguments": [], @@ -98423,7 +98866,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVM", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVM, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVM, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", "DiagnosticsProfile": "Microsoft.Azure.Management.Compute.Models.DiagnosticsProfile", @@ -98506,7 +98949,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineDataDisk[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineDataDisk[], Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineDataDisk[], Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineDataDisk", "GenericTypeArguments": [], @@ -98653,7 +99096,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile", "AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", @@ -98729,7 +99172,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile", "AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", @@ -98921,7 +99364,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile", "AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", @@ -99155,7 +99598,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile", "AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", @@ -99231,7 +99674,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile", "AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", @@ -99527,7 +99970,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile", "AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", @@ -99901,7 +100344,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile", "AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", @@ -99977,7 +100420,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile", "AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", @@ -100255,7 +100698,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile", "AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", @@ -100605,7 +101048,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile", "AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", @@ -100681,7 +101124,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile", "AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", @@ -100943,7 +101386,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile", "AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", @@ -101271,7 +101714,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile", "AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", @@ -101347,7 +101790,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile", "AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", @@ -101497,7 +101940,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile", "AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", @@ -101677,7 +102120,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile", "AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", @@ -101753,7 +102196,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile", "AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", @@ -101903,7 +102346,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile", "AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", @@ -102083,7 +102526,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile", "AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", @@ -102159,7 +102602,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile", "AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", @@ -102311,7 +102754,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile", "AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", @@ -102493,7 +102936,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile", "AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", @@ -102888,7 +103331,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetExtension[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetExtension[], Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetExtension[], Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetExtension", "GenericTypeArguments": [], @@ -103927,7 +104370,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetExtension[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetExtension[], Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetExtension[], Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetExtension", "GenericTypeArguments": [], @@ -105139,7 +105582,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetExtension[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetExtension[], Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetExtension[], Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetExtension", "GenericTypeArguments": [], @@ -107220,7 +107663,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile", "AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", @@ -107296,7 +107739,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile", "AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", @@ -107448,7 +107891,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile", "AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", @@ -107597,7 +108040,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile", "AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", @@ -107748,7 +108191,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile", "AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", @@ -107880,7 +108323,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile", "AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", @@ -107956,7 +108399,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile", "AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", @@ -108106,7 +108549,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile", "AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", @@ -108255,7 +108698,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile", "AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", @@ -108404,7 +108847,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile", "AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", @@ -108536,7 +108979,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile", "AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", @@ -108612,7 +109055,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile", "AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", @@ -108762,7 +109205,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile", "AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", @@ -108911,7 +109354,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile", "AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", @@ -109060,7 +109503,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile", "AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", @@ -109192,7 +109635,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile", "AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", @@ -109268,7 +109711,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile", "AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", @@ -109420,7 +109863,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile", "AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", @@ -109602,7 +110045,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile", "AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", @@ -109678,7 +110121,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile", "AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", @@ -110014,7 +110457,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile", "AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", @@ -110440,7 +110883,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile", "AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", @@ -110516,7 +110959,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile", "AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", @@ -110702,7 +111145,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile", "AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", @@ -110930,7 +111373,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile", "AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", @@ -111006,7 +111449,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile", "AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", @@ -111414,7 +111857,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile", "AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", @@ -111936,7 +112379,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile", "AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", @@ -112050,7 +112493,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile", "AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", @@ -112864,7 +113307,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile", "AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", @@ -114018,7 +114461,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Error": "Microsoft.Azure.Management.Compute.Models.ApiError", "StartTime": "System.Nullable`1[System.DateTime]", @@ -114721,7 +115164,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Error": "Microsoft.Azure.Management.Compute.Models.ApiError", "StartTime": "System.Nullable`1[System.DateTime]", @@ -115174,7 +115617,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSRecoveryWalkResponse", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSRecoveryWalkResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSRecoveryWalkResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "WalkPerformed": "System.Nullable`1[System.Boolean]", "NextPlatformUpdateDomain": "System.Nullable`1[System.Int32]" @@ -115302,7 +115745,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile", "AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", @@ -115784,7 +116227,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile", "AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", @@ -115966,7 +116409,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile", "AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", @@ -116496,7 +116939,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetSku", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetSku, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetSku, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Management.Compute.Models.Sku", "Capacity": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetSkuCapacity", @@ -116773,7 +117216,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Error": "Microsoft.Azure.Management.Compute.Models.ApiError", "StartTime": "System.Nullable`1[System.DateTime]", @@ -117870,7 +118313,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Error": "Microsoft.Azure.Management.Compute.Models.ApiError", "StartTime": "System.Nullable`1[System.DateTime]", @@ -118257,7 +118700,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Error": "Microsoft.Azure.Management.Compute.Models.ApiError", "StartTime": "System.Nullable`1[System.DateTime]", @@ -118406,7 +118849,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile", "AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", @@ -118960,7 +119403,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile", "AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", @@ -119164,7 +119607,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Error": "Microsoft.Azure.Management.Compute.Models.ApiError", "StartTime": "System.Nullable`1[System.DateTime]", @@ -119551,7 +119994,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Error": "Microsoft.Azure.Management.Compute.Models.ApiError", "StartTime": "System.Nullable`1[System.DateTime]", @@ -119938,7 +120381,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile", "AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", @@ -120052,7 +120495,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile", "AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", @@ -121234,7 +121677,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile", "AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", @@ -122709,7 +123152,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile", "AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", @@ -124095,7 +124538,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Error": "Microsoft.Azure.Management.Compute.Models.ApiError", "StartTime": "System.Nullable`1[System.DateTime]", @@ -124440,7 +124883,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Error": "Microsoft.Azure.Management.Compute.Models.ApiError", "StartTime": "System.Nullable`1[System.DateTime]", @@ -124827,7 +125270,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSRunCommandResult", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSRunCommandResult, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSRunCommandResult, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Error": "Microsoft.Azure.Management.Compute.Models.ApiError", "Item": "Microsoft.Azure.Management.Compute.Models.InstanceViewStatus", @@ -125001,7 +125444,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", "AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", @@ -125636,7 +126079,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", "AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", @@ -125871,7 +126314,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVM", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVM, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVM, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", "DiagnosticsProfile": "Microsoft.Azure.Management.Compute.Models.DiagnosticsProfile", @@ -125949,7 +126392,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVM", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVM, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVM, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", "DiagnosticsProfile": "Microsoft.Azure.Management.Compute.Models.DiagnosticsProfile", @@ -126294,7 +126737,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVM", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVM, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVM, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", "DiagnosticsProfile": "Microsoft.Azure.Management.Compute.Models.DiagnosticsProfile", @@ -126705,7 +127148,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVM", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVM, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVM, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", "DiagnosticsProfile": "Microsoft.Azure.Management.Compute.Models.DiagnosticsProfile", @@ -126783,7 +127226,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVM", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVM, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVM, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", "DiagnosticsProfile": "Microsoft.Azure.Management.Compute.Models.DiagnosticsProfile", @@ -126917,7 +127360,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVM", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVM, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVM, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", "DiagnosticsProfile": "Microsoft.Azure.Management.Compute.Models.DiagnosticsProfile", @@ -127075,7 +127518,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Extension.DSC", "Name": "Microsoft.Azure.Commands.Compute.Extension.DSC.VirtualMachineDscExtensionContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Extension.DSC.VirtualMachineDscExtensionContext, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Extension.DSC.VirtualMachineDscExtensionContext, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "SubStatuses": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.InstanceViewStatus]", "Statuses": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.InstanceViewStatus]", @@ -127408,7 +127851,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineInstanceView", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineInstanceView, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineInstanceView, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "BootDiagnostics": "Microsoft.Azure.Management.Compute.Models.BootDiagnosticsInstanceView", "MaintenanceRedeployStatus": "Microsoft.Azure.Management.Compute.Models.MaintenanceRedeployStatus", @@ -128552,7 +128995,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "IsSuccessStatusCode": "System.Boolean", "StatusCode": "System.Net.HttpStatusCode", @@ -128866,7 +129309,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "IsSuccessStatusCode": "System.Boolean", "StatusCode": "System.Net.HttpStatusCode", @@ -130170,7 +130613,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile", "AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", @@ -130246,7 +130689,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile", "AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", @@ -130473,7 +130916,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile", "AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", @@ -130754,7 +131197,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineExtension", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineExtension, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineExtension, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Statuses": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.InstanceViewStatus]", "SubStatuses": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.InstanceViewStatus]", @@ -131460,7 +131903,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "IsSuccessStatusCode": "System.Boolean", "StatusCode": "System.Net.HttpStatusCode", @@ -132154,7 +132597,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "IsSuccessStatusCode": "System.Boolean", "StatusCode": "System.Net.HttpStatusCode", @@ -134324,7 +134767,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "IsSuccessStatusCode": "System.Boolean", "StatusCode": "System.Net.HttpStatusCode", @@ -134600,7 +135043,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "IsSuccessStatusCode": "System.Boolean", "StatusCode": "System.Net.HttpStatusCode", @@ -135146,7 +135589,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Extension.AzureDiskEncryption", "Name": "Microsoft.Azure.Commands.Compute.Extension.AzureDiskEncryption.AzureDiskEncryptionExtensionContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Extension.AzureDiskEncryption.AzureDiskEncryptionExtensionContext, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Extension.AzureDiskEncryption.AzureDiskEncryptionExtensionContext, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "SubStatuses": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.InstanceViewStatus]", "Statuses": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.InstanceViewStatus]", @@ -135537,7 +135980,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "IsSuccessStatusCode": "System.Boolean", "StatusCode": "System.Net.HttpStatusCode", @@ -135901,7 +136344,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "IsSuccessStatusCode": "System.Boolean", "StatusCode": "System.Net.HttpStatusCode", @@ -137965,7 +138408,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "IsSuccessStatusCode": "System.Boolean", "StatusCode": "System.Net.HttpStatusCode", @@ -138287,7 +138730,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile", "AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", @@ -138759,7 +139202,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVmssDiskEncryptionStatusContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVmssDiskEncryptionStatusContext, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVmssDiskEncryptionStatusContext, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "EncryptionSettings": "Microsoft.Azure.Commands.Compute.Extension.AzureDiskEncryption.AzureVmssDiskEncryptionExtensionPublicSettings", "EncryptionEnabled": "System.Boolean", @@ -139039,7 +139482,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVmssVMDiskEncryptionStatusContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVmssVMDiskEncryptionStatusContext, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVmssVMDiskEncryptionStatusContext, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "OsVolumeEncrypted": "Microsoft.Azure.Commands.Compute.Models.EncryptionStatus", "DataVolumesEncrypted": "Microsoft.Azure.Commands.Compute.Models.EncryptionStatus", @@ -139361,7 +139804,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineScaleSetExtension", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineScaleSetExtension, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineScaleSetExtension, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoUpgradeMinorVersion": "System.Nullable`1[System.Boolean]", "Settings": "System.Object", @@ -140799,7 +141242,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Compute.Extension.AEM.AEMTestResult]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Compute.Extension.AEM.AEMTestResult]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Compute.Extension.AEM.AEMTestResult, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.1.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Compute.Extension.AEM.AEMTestResult, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.2.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -140811,7 +141254,7 @@ "Microsoft.Azure.Commands.Compute.Extension.AEM.AEMTestResult": { "Namespace": "Microsoft.Azure.Commands.Compute.Extension.AEM", "Name": "Microsoft.Azure.Commands.Compute.Extension.AEM.AEMTestResult", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Extension.AEM.AEMTestResult, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Extension.AEM.AEMTestResult, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Result": "System.Boolean", "PartialResults": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Compute.Extension.AEM.AEMTestResult]", @@ -140889,7 +141332,7 @@ "Microsoft.Azure.Commands.Compute.Models.DisplayHintType": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -144712,7 +145155,7 @@ "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ExtensionProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetExtensionProfile", "BillingProfile": "Microsoft.Azure.Management.Compute.Models.BillingProfile", @@ -144765,7 +145208,7 @@ "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetExtensionProfile": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetExtensionProfile", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetExtensionProfile, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetExtensionProfile, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Extensions": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetExtension]" }, @@ -144809,7 +145252,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetExtension]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetExtension]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetExtension, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.1.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetExtension, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.2.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -144821,7 +145264,7 @@ "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetExtension": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetExtension", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetExtension, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetExtension, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ProvisionAfterExtensions": "System.Collections.Generic.IList`1[System.String]", "AutoUpgradeMinorVersion": "System.Nullable`1[System.Boolean]", @@ -146665,7 +147108,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Compute.AzureVMSqlServerKeyVaultCredential]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Compute.AzureVMSqlServerKeyVaultCredential]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Compute.AzureVMSqlServerKeyVaultCredential, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.1.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Compute.AzureVMSqlServerKeyVaultCredential, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.2.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -146677,7 +147120,7 @@ "Microsoft.Azure.Commands.Compute.AzureVMSqlServerKeyVaultCredential": { "Namespace": "Microsoft.Azure.Commands.Compute", "Name": "Microsoft.Azure.Commands.Compute.AzureVMSqlServerKeyVaultCredential", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.AzureVMSqlServerKeyVaultCredential, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.AzureVMSqlServerKeyVaultCredential, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "CredentialName": "System.String", "KeyVaultName": "System.String" @@ -149844,11 +150287,6 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ - { - "Name": "Validate", - "Parameters": [], - "ReturnType": "System.Void" - }, { "Name": "ToString", "Parameters": [], @@ -149911,11 +150349,6 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ - { - "Name": "Validate", - "Parameters": [], - "ReturnType": "System.Void" - }, { "Name": "ToString", "Parameters": [], @@ -149972,11 +150405,6 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ - { - "Name": "Validate", - "Parameters": [], - "ReturnType": "System.Void" - }, { "Name": "ToString", "Parameters": [], @@ -152549,7 +152977,7 @@ "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineDataDisk": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineDataDisk", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineDataDisk, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineDataDisk, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ManagedDisk": "Microsoft.Azure.Management.Compute.Models.ManagedDiskParameters", "Vhd": "Microsoft.Azure.Management.Compute.Models.VirtualHardDisk", @@ -152785,7 +153213,7 @@ "Microsoft.Azure.Commands.Compute.Extension.AzureDiskEncryption.AzureVmssDiskEncryptionExtensionPublicSettings": { "Namespace": "Microsoft.Azure.Commands.Compute.Extension.AzureDiskEncryption", "Name": "Microsoft.Azure.Commands.Compute.Extension.AzureDiskEncryption.AzureVmssDiskEncryptionExtensionPublicSettings", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Extension.AzureDiskEncryption.AzureVmssDiskEncryptionExtensionPublicSettings, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Extension.AzureDiskEncryption.AzureVmssDiskEncryptionExtensionPublicSettings, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "KeyVaultURL": "System.String", "KeyEncryptionKeyURL": "System.String", @@ -152906,7 +153334,7 @@ "Microsoft.Azure.Commands.Compute.Models.EncryptionStatus": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.EncryptionStatus", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.EncryptionStatus, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.EncryptionStatus, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], diff --git a/tools/Tools.Common/SerializedCmdlets/Microsoft.Azure.PowerShell.Cmdlets.DataFactories.dll.json b/tools/Tools.Common/SerializedCmdlets/Microsoft.Azure.PowerShell.Cmdlets.DataFactories.dll.json index acd616908fae..3aea0176583d 100644 --- a/tools/Tools.Common/SerializedCmdlets/Microsoft.Azure.PowerShell.Cmdlets.DataFactories.dll.json +++ b/tools/Tools.Common/SerializedCmdlets/Microsoft.Azure.PowerShell.Cmdlets.DataFactories.dll.json @@ -14,7 +14,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.DataFactories.Models", "Name": "Microsoft.Azure.Commands.DataFactories.Models.PSActivityWindow", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSActivityWindow, Microsoft.Azure.PowerShell.Cmdlets.DataFactories, Version=1.8.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSActivityWindow, Microsoft.Azure.PowerShell.Cmdlets.DataFactories, Version=1.8.2.0, Culture=neutral, PublicKeyToken=null", "Properties": { "OutputDatasets": "System.Collections.Generic.IList`1[System.String]", "InputDatasets": "System.Collections.Generic.IList`1[System.String]", @@ -103,7 +103,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.DataFactories.Models", "Name": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactories, Version=1.8.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactories, Version=1.8.2.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Properties": "Microsoft.Azure.Management.DataFactories.Models.DataFactoryProperties", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -472,7 +472,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.DataFactories.Models", "Name": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactories, Version=1.8.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactories, Version=1.8.2.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Properties": "Microsoft.Azure.Management.DataFactories.Models.DataFactoryProperties", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -1627,7 +1627,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.DataFactories.Models", "Name": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactories, Version=1.8.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactories, Version=1.8.2.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Properties": "Microsoft.Azure.Management.DataFactories.Models.DataFactoryProperties", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -1938,7 +1938,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.DataFactories.Models", "Name": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactories, Version=1.8.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactories, Version=1.8.2.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Properties": "Microsoft.Azure.Management.DataFactories.Models.DataFactoryProperties", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -2486,7 +2486,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.DataFactories.Models", "Name": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactories, Version=1.8.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactories, Version=1.8.2.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Properties": "Microsoft.Azure.Management.DataFactories.Models.DataFactoryProperties", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -2747,7 +2747,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.DataFactories.Models", "Name": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactories, Version=1.8.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactories, Version=1.8.2.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Properties": "Microsoft.Azure.Management.DataFactories.Models.DataFactoryProperties", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -2964,7 +2964,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.DataFactories.Models", "Name": "Microsoft.Azure.Commands.DataFactories.Models.PSDataset", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataset, Microsoft.Azure.PowerShell.Cmdlets.DataFactories, Version=1.8.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataset, Microsoft.Azure.PowerShell.Cmdlets.DataFactories, Version=1.8.2.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Availability": "Microsoft.Azure.Management.DataFactories.Common.Models.Availability", "Policy": "Microsoft.Azure.Management.DataFactories.Common.Models.Policy", @@ -3035,7 +3035,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.DataFactories.Models", "Name": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactories, Version=1.8.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactories, Version=1.8.2.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Properties": "Microsoft.Azure.Management.DataFactories.Models.DataFactoryProperties", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -3196,7 +3196,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.DataFactories.Models", "Name": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactories, Version=1.8.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactories, Version=1.8.2.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Properties": "Microsoft.Azure.Management.DataFactories.Models.DataFactoryProperties", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -3529,7 +3529,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.DataFactories.Models", "Name": "Microsoft.Azure.Commands.DataFactories.Models.PSDataset", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataset, Microsoft.Azure.PowerShell.Cmdlets.DataFactories, Version=1.8.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataset, Microsoft.Azure.PowerShell.Cmdlets.DataFactories, Version=1.8.2.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Availability": "Microsoft.Azure.Management.DataFactories.Common.Models.Availability", "Policy": "Microsoft.Azure.Management.DataFactories.Common.Models.Policy", @@ -3600,7 +3600,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.DataFactories.Models", "Name": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactories, Version=1.8.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactories, Version=1.8.2.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Properties": "Microsoft.Azure.Management.DataFactories.Models.DataFactoryProperties", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -3797,7 +3797,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.DataFactories.Models", "Name": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactories, Version=1.8.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactories, Version=1.8.2.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Properties": "Microsoft.Azure.Management.DataFactories.Models.DataFactoryProperties", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -4311,7 +4311,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.DataFactories.Models", "Name": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactories, Version=1.8.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactories, Version=1.8.2.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Properties": "Microsoft.Azure.Management.DataFactories.Models.DataFactoryProperties", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -4568,7 +4568,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.DataFactories.Models", "Name": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactories, Version=1.8.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactories, Version=1.8.2.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Properties": "Microsoft.Azure.Management.DataFactories.Models.DataFactoryProperties", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -4885,7 +4885,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.DataFactories.Models", "Name": "Microsoft.Azure.Commands.DataFactories.Models.PSDataSliceRun", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataSliceRun, Microsoft.Azure.PowerShell.Cmdlets.DataFactories, Version=1.8.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataSliceRun, Microsoft.Azure.PowerShell.Cmdlets.DataFactories, Version=1.8.2.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Properties": "System.Collections.Generic.IDictionary`2[System.String,System.String]", "DataSliceEnd": "System.DateTime", @@ -4964,7 +4964,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.DataFactories.Models", "Name": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactories, Version=1.8.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactories, Version=1.8.2.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Properties": "Microsoft.Azure.Management.DataFactories.Models.DataFactoryProperties", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -5143,7 +5143,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.DataFactories.Models", "Name": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactories, Version=1.8.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactories, Version=1.8.2.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Properties": "Microsoft.Azure.Management.DataFactories.Models.DataFactoryProperties", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -5548,7 +5548,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.DataFactories.Models", "Name": "Microsoft.Azure.Commands.DataFactories.Models.PSDataSlice", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataSlice, Microsoft.Azure.PowerShell.Cmdlets.DataFactories, Version=1.8.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataSlice, Microsoft.Azure.PowerShell.Cmdlets.DataFactories, Version=1.8.2.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Start": "System.DateTime", "End": "System.DateTime", @@ -5638,7 +5638,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.DataFactories.Models", "Name": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactories, Version=1.8.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactories, Version=1.8.2.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Properties": "Microsoft.Azure.Management.DataFactories.Models.DataFactoryProperties", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -5933,7 +5933,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.DataFactories.Models", "Name": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactories, Version=1.8.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactories, Version=1.8.2.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Properties": "Microsoft.Azure.Management.DataFactories.Models.DataFactoryProperties", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -6294,7 +6294,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.DataFactories.Models", "Name": "Microsoft.Azure.Commands.DataFactories.Models.PSRunLogInfo", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSRunLogInfo, Microsoft.Azure.PowerShell.Cmdlets.DataFactories, Version=1.8.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSRunLogInfo, Microsoft.Azure.PowerShell.Cmdlets.DataFactories, Version=1.8.2.0, Culture=neutral, PublicKeyToken=null", "Properties": { "SasUri": "System.String", "StorageAccountName": "System.String", @@ -6361,7 +6361,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.DataFactories.Models", "Name": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactories, Version=1.8.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactories, Version=1.8.2.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Properties": "Microsoft.Azure.Management.DataFactories.Models.DataFactoryProperties", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -6558,7 +6558,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.DataFactories.Models", "Name": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactories, Version=1.8.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactories, Version=1.8.2.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Properties": "Microsoft.Azure.Management.DataFactories.Models.DataFactoryProperties", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -7117,7 +7117,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.DataFactories.Models", "Name": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactories, Version=1.8.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactories, Version=1.8.2.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Properties": "Microsoft.Azure.Management.DataFactories.Models.DataFactoryProperties", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -7469,7 +7469,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.DataFactories.Models", "Name": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactories, Version=1.8.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactories, Version=1.8.2.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Properties": "Microsoft.Azure.Management.DataFactories.Models.DataFactoryProperties", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -7963,7 +7963,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.DataFactories.Models", "Name": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactories, Version=1.8.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactories, Version=1.8.2.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Properties": "Microsoft.Azure.Management.DataFactories.Models.DataFactoryProperties", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -8265,7 +8265,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.DataFactories.Models", "Name": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactories, Version=1.8.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactories, Version=1.8.2.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Properties": "Microsoft.Azure.Management.DataFactories.Models.DataFactoryProperties", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -8940,7 +8940,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.DataFactories.Models", "Name": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactoryGatewayAuthKey", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactoryGatewayAuthKey, Microsoft.Azure.PowerShell.Cmdlets.DataFactories, Version=1.8.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactoryGatewayAuthKey, Microsoft.Azure.PowerShell.Cmdlets.DataFactories, Version=1.8.2.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Key1": "System.String", "Key2": "System.String" @@ -9005,7 +9005,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.DataFactories.Models", "Name": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactories, Version=1.8.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactories, Version=1.8.2.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Properties": "Microsoft.Azure.Management.DataFactories.Models.DataFactoryProperties", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -9168,7 +9168,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.DataFactories.Models", "Name": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactories, Version=1.8.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactories, Version=1.8.2.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Properties": "Microsoft.Azure.Management.DataFactories.Models.DataFactoryProperties", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -9501,7 +9501,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.DataFactories.Models", "Name": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactoryGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactoryGateway, Microsoft.Azure.PowerShell.Cmdlets.DataFactories, Version=1.8.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactoryGateway, Microsoft.Azure.PowerShell.Cmdlets.DataFactories, Version=1.8.2.0, Culture=neutral, PublicKeyToken=null", "Properties": { "CreateTime": "System.Nullable`1[System.DateTime]", "RegisterTime": "System.Nullable`1[System.DateTime]", @@ -9579,7 +9579,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.DataFactories.Models", "Name": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactories, Version=1.8.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactories, Version=1.8.2.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Properties": "Microsoft.Azure.Management.DataFactories.Models.DataFactoryProperties", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -9740,7 +9740,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.DataFactories.Models", "Name": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactories, Version=1.8.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactories, Version=1.8.2.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Properties": "Microsoft.Azure.Management.DataFactories.Models.DataFactoryProperties", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -10073,7 +10073,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.DataFactories.Models", "Name": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactoryGatewayAuthKey", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactoryGatewayAuthKey, Microsoft.Azure.PowerShell.Cmdlets.DataFactories, Version=1.8.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactoryGatewayAuthKey, Microsoft.Azure.PowerShell.Cmdlets.DataFactories, Version=1.8.2.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Key1": "System.String", "Key2": "System.String" @@ -10138,7 +10138,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.DataFactories.Models", "Name": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactories, Version=1.8.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactories, Version=1.8.2.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Properties": "Microsoft.Azure.Management.DataFactories.Models.DataFactoryProperties", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -10322,7 +10322,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.DataFactories.Models", "Name": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactories, Version=1.8.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactories, Version=1.8.2.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Properties": "Microsoft.Azure.Management.DataFactories.Models.DataFactoryProperties", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -10736,7 +10736,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.DataFactories.Models", "Name": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactoryGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactoryGateway, Microsoft.Azure.PowerShell.Cmdlets.DataFactories, Version=1.8.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactoryGateway, Microsoft.Azure.PowerShell.Cmdlets.DataFactories, Version=1.8.2.0, Culture=neutral, PublicKeyToken=null", "Properties": { "CreateTime": "System.Nullable`1[System.DateTime]", "RegisterTime": "System.Nullable`1[System.DateTime]", @@ -10814,7 +10814,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.DataFactories.Models", "Name": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactories, Version=1.8.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactories, Version=1.8.2.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Properties": "Microsoft.Azure.Management.DataFactories.Models.DataFactoryProperties", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -10993,7 +10993,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.DataFactories.Models", "Name": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactories, Version=1.8.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactories, Version=1.8.2.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Properties": "Microsoft.Azure.Management.DataFactories.Models.DataFactoryProperties", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -11417,7 +11417,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.DataFactories.Models", "Name": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactories, Version=1.8.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactories, Version=1.8.2.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Properties": "Microsoft.Azure.Management.DataFactories.Models.DataFactoryProperties", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -11596,7 +11596,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.DataFactories.Models", "Name": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactories, Version=1.8.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactories, Version=1.8.2.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Properties": "Microsoft.Azure.Management.DataFactories.Models.DataFactoryProperties", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -12001,7 +12001,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.DataFactories.Models", "Name": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactoryGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactoryGateway, Microsoft.Azure.PowerShell.Cmdlets.DataFactories, Version=1.8.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactoryGateway, Microsoft.Azure.PowerShell.Cmdlets.DataFactories, Version=1.8.2.0, Culture=neutral, PublicKeyToken=null", "Properties": { "CreateTime": "System.Nullable`1[System.DateTime]", "RegisterTime": "System.Nullable`1[System.DateTime]", @@ -12079,7 +12079,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.DataFactories.Models", "Name": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactories, Version=1.8.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactories, Version=1.8.2.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Properties": "Microsoft.Azure.Management.DataFactories.Models.DataFactoryProperties", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -12258,7 +12258,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.DataFactories.Models", "Name": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactories, Version=1.8.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactories, Version=1.8.2.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Properties": "Microsoft.Azure.Management.DataFactories.Models.DataFactoryProperties", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -12663,7 +12663,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.DataFactories.Models", "Name": "Microsoft.Azure.Commands.DataFactories.Models.PSHub", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSHub, Microsoft.Azure.PowerShell.Cmdlets.DataFactories, Version=1.8.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSHub, Microsoft.Azure.PowerShell.Cmdlets.DataFactories, Version=1.8.2.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Properties": "Microsoft.Azure.Management.DataFactories.Models.HubBaseProperties", "HubName": "System.String", @@ -12748,7 +12748,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.DataFactories.Models", "Name": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactories, Version=1.8.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactories, Version=1.8.2.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Properties": "Microsoft.Azure.Management.DataFactories.Models.DataFactoryProperties", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -12959,7 +12959,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.DataFactories.Models", "Name": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactories, Version=1.8.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactories, Version=1.8.2.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Properties": "Microsoft.Azure.Management.DataFactories.Models.DataFactoryProperties", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -13224,7 +13224,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.DataFactories.Models", "Name": "Microsoft.Azure.Commands.DataFactories.Models.PSHub", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSHub, Microsoft.Azure.PowerShell.Cmdlets.DataFactories, Version=1.8.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSHub, Microsoft.Azure.PowerShell.Cmdlets.DataFactories, Version=1.8.2.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Properties": "Microsoft.Azure.Management.DataFactories.Models.HubBaseProperties", "HubName": "System.String", @@ -13345,7 +13345,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.DataFactories.Models", "Name": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactories, Version=1.8.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactories, Version=1.8.2.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Properties": "Microsoft.Azure.Management.DataFactories.Models.DataFactoryProperties", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -13604,7 +13604,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.DataFactories.Models", "Name": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactories, Version=1.8.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactories, Version=1.8.2.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Properties": "Microsoft.Azure.Management.DataFactories.Models.DataFactoryProperties", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -14022,7 +14022,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.DataFactories.Models", "Name": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactories, Version=1.8.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactories, Version=1.8.2.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Properties": "Microsoft.Azure.Management.DataFactories.Models.DataFactoryProperties", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -14259,7 +14259,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.DataFactories.Models", "Name": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactories, Version=1.8.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactories, Version=1.8.2.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Properties": "Microsoft.Azure.Management.DataFactories.Models.DataFactoryProperties", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -14576,7 +14576,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.DataFactories.Models", "Name": "Microsoft.Azure.Commands.DataFactories.Models.PSLinkedService", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSLinkedService, Microsoft.Azure.PowerShell.Cmdlets.DataFactories, Version=1.8.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSLinkedService, Microsoft.Azure.PowerShell.Cmdlets.DataFactories, Version=1.8.2.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Properties": "Microsoft.Azure.Management.DataFactories.Models.LinkedServiceProperties", "LinkedServiceName": "System.String", @@ -14643,7 +14643,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.DataFactories.Models", "Name": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactories, Version=1.8.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactories, Version=1.8.2.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Properties": "Microsoft.Azure.Management.DataFactories.Models.DataFactoryProperties", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -14804,7 +14804,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.DataFactories.Models", "Name": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactories, Version=1.8.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactories, Version=1.8.2.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Properties": "Microsoft.Azure.Management.DataFactories.Models.DataFactoryProperties", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -15137,7 +15137,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.DataFactories.Models", "Name": "Microsoft.Azure.Commands.DataFactories.Models.PSLinkedService", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSLinkedService, Microsoft.Azure.PowerShell.Cmdlets.DataFactories, Version=1.8.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSLinkedService, Microsoft.Azure.PowerShell.Cmdlets.DataFactories, Version=1.8.2.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Properties": "Microsoft.Azure.Management.DataFactories.Models.LinkedServiceProperties", "LinkedServiceName": "System.String", @@ -15204,7 +15204,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.DataFactories.Models", "Name": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactories, Version=1.8.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactories, Version=1.8.2.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Properties": "Microsoft.Azure.Management.DataFactories.Models.DataFactoryProperties", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -15401,7 +15401,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.DataFactories.Models", "Name": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactories, Version=1.8.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactories, Version=1.8.2.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Properties": "Microsoft.Azure.Management.DataFactories.Models.DataFactoryProperties", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -15915,7 +15915,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.DataFactories.Models", "Name": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactories, Version=1.8.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactories, Version=1.8.2.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Properties": "Microsoft.Azure.Management.DataFactories.Models.DataFactoryProperties", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -16172,7 +16172,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.DataFactories.Models", "Name": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactories, Version=1.8.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactories, Version=1.8.2.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Properties": "Microsoft.Azure.Management.DataFactories.Models.DataFactoryProperties", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -16489,7 +16489,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.DataFactories.Models", "Name": "Microsoft.Azure.Commands.DataFactories.Models.PSPipeline", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSPipeline, Microsoft.Azure.PowerShell.Cmdlets.DataFactories, Version=1.8.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSPipeline, Microsoft.Azure.PowerShell.Cmdlets.DataFactories, Version=1.8.2.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Properties": "Microsoft.Azure.Management.DataFactories.Models.PipelineProperties", "PipelineName": "System.String", @@ -16574,7 +16574,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.DataFactories.Models", "Name": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactories, Version=1.8.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactories, Version=1.8.2.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Properties": "Microsoft.Azure.Management.DataFactories.Models.DataFactoryProperties", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -16785,7 +16785,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.DataFactories.Models", "Name": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactories, Version=1.8.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactories, Version=1.8.2.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Properties": "Microsoft.Azure.Management.DataFactories.Models.DataFactoryProperties", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -17050,7 +17050,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.DataFactories.Models", "Name": "Microsoft.Azure.Commands.DataFactories.Models.PSPipeline", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSPipeline, Microsoft.Azure.PowerShell.Cmdlets.DataFactories, Version=1.8.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSPipeline, Microsoft.Azure.PowerShell.Cmdlets.DataFactories, Version=1.8.2.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Properties": "Microsoft.Azure.Management.DataFactories.Models.PipelineProperties", "PipelineName": "System.String", @@ -17135,7 +17135,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.DataFactories.Models", "Name": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactories, Version=1.8.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactories, Version=1.8.2.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Properties": "Microsoft.Azure.Management.DataFactories.Models.DataFactoryProperties", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -17430,7 +17430,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.DataFactories.Models", "Name": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactories, Version=1.8.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactories, Version=1.8.2.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Properties": "Microsoft.Azure.Management.DataFactories.Models.DataFactoryProperties", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -17848,7 +17848,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.DataFactories.Models", "Name": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactories, Version=1.8.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactories, Version=1.8.2.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Properties": "Microsoft.Azure.Management.DataFactories.Models.DataFactoryProperties", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -18085,7 +18085,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.DataFactories.Models", "Name": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactories, Version=1.8.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactories, Version=1.8.2.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Properties": "Microsoft.Azure.Management.DataFactories.Models.DataFactoryProperties", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -18441,7 +18441,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.DataFactories.Models", "Name": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactories, Version=1.8.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactories, Version=1.8.2.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Properties": "Microsoft.Azure.Management.DataFactories.Models.DataFactoryProperties", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -18654,7 +18654,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.DataFactories.Models", "Name": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactories, Version=1.8.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactories, Version=1.8.2.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Properties": "Microsoft.Azure.Management.DataFactories.Models.DataFactoryProperties", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -18962,7 +18962,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.DataFactories.Models", "Name": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactories, Version=1.8.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactories, Version=1.8.2.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Properties": "Microsoft.Azure.Management.DataFactories.Models.DataFactoryProperties", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -19343,7 +19343,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.DataFactories.Models", "Name": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactories, Version=1.8.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactories, Version=1.8.2.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Properties": "Microsoft.Azure.Management.DataFactories.Models.DataFactoryProperties", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -19843,7 +19843,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.DataFactories.Models", "Name": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactories, Version=1.8.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactories, Version=1.8.2.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Properties": "Microsoft.Azure.Management.DataFactories.Models.DataFactoryProperties", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -20056,7 +20056,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.DataFactories.Models", "Name": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactories, Version=1.8.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactories, Version=1.8.2.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Properties": "Microsoft.Azure.Management.DataFactories.Models.DataFactoryProperties", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", diff --git a/tools/Tools.Common/SerializedCmdlets/Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2.dll.json b/tools/Tools.Common/SerializedCmdlets/Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2.dll.json index c86395d10bad..2ab53d9cc2d5 100644 --- a/tools/Tools.Common/SerializedCmdlets/Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2.dll.json +++ b/tools/Tools.Common/SerializedCmdlets/Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2.dll.json @@ -14,7 +14,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models", "Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.8.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.8.2.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Identity": "Microsoft.Azure.Management.DataFactory.Models.FactoryIdentity", "RepoConfiguration": "Microsoft.Azure.Management.DataFactory.Models.FactoryRepoConfiguration", @@ -371,7 +371,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models", "Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.8.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.8.2.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Identity": "Microsoft.Azure.Management.DataFactory.Models.FactoryIdentity", "RepoConfiguration": "Microsoft.Azure.Management.DataFactory.Models.FactoryRepoConfiguration", @@ -637,7 +637,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models", "Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.8.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.8.2.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Identity": "Microsoft.Azure.Management.DataFactory.Models.FactoryIdentity", "RepoConfiguration": "Microsoft.Azure.Management.DataFactory.Models.FactoryRepoConfiguration", @@ -951,7 +951,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models", "Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.8.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.8.2.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Identity": "Microsoft.Azure.Management.DataFactory.Models.FactoryIdentity", "RepoConfiguration": "Microsoft.Azure.Management.DataFactory.Models.FactoryRepoConfiguration", @@ -1084,7 +1084,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models", "Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.8.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.8.2.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Identity": "Microsoft.Azure.Management.DataFactory.Models.FactoryIdentity", "RepoConfiguration": "Microsoft.Azure.Management.DataFactory.Models.FactoryRepoConfiguration", @@ -2945,7 +2945,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models", "Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.8.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.8.2.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Identity": "Microsoft.Azure.Management.DataFactory.Models.FactoryIdentity", "RepoConfiguration": "Microsoft.Azure.Management.DataFactory.Models.FactoryRepoConfiguration", @@ -3140,7 +3140,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models", "Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.8.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.8.2.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Identity": "Microsoft.Azure.Management.DataFactory.Models.FactoryIdentity", "RepoConfiguration": "Microsoft.Azure.Management.DataFactory.Models.FactoryRepoConfiguration", @@ -3503,7 +3503,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models", "Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.8.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.8.2.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Identity": "Microsoft.Azure.Management.DataFactory.Models.FactoryIdentity", "RepoConfiguration": "Microsoft.Azure.Management.DataFactory.Models.FactoryRepoConfiguration", @@ -3919,7 +3919,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models", "Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.8.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.8.2.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Identity": "Microsoft.Azure.Management.DataFactory.Models.FactoryIdentity", "RepoConfiguration": "Microsoft.Azure.Management.DataFactory.Models.FactoryRepoConfiguration", @@ -4031,7 +4031,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models", "Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.8.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.8.2.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Identity": "Microsoft.Azure.Management.DataFactory.Models.FactoryIdentity", "RepoConfiguration": "Microsoft.Azure.Management.DataFactory.Models.FactoryRepoConfiguration", @@ -4297,7 +4297,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models", "Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.8.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.8.2.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Identity": "Microsoft.Azure.Management.DataFactory.Models.FactoryIdentity", "RepoConfiguration": "Microsoft.Azure.Management.DataFactory.Models.FactoryRepoConfiguration", @@ -4719,7 +4719,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models", "Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.8.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.8.2.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Identity": "Microsoft.Azure.Management.DataFactory.Models.FactoryIdentity", "RepoConfiguration": "Microsoft.Azure.Management.DataFactory.Models.FactoryRepoConfiguration", @@ -5083,7 +5083,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models", "Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.8.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.8.2.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Identity": "Microsoft.Azure.Management.DataFactory.Models.FactoryIdentity", "RepoConfiguration": "Microsoft.Azure.Management.DataFactory.Models.FactoryRepoConfiguration", @@ -5447,7 +5447,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models", "Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFlowDebugSessionInfo", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFlowDebugSessionInfo, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.8.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFlowDebugSessionInfo, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.8.2.0, Culture=neutral, PublicKeyToken=null", "Properties": { "CoreCount": "System.Nullable`1[System.Int32]", "TimeToLiveInMinutes": "System.Nullable`1[System.Int32]", @@ -5535,7 +5535,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models", "Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.8.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.8.2.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Identity": "Microsoft.Azure.Management.DataFactory.Models.FactoryIdentity", "RepoConfiguration": "Microsoft.Azure.Management.DataFactory.Models.FactoryRepoConfiguration", @@ -5751,7 +5751,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models", "Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.8.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.8.2.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Identity": "Microsoft.Azure.Management.DataFactory.Models.FactoryIdentity", "RepoConfiguration": "Microsoft.Azure.Management.DataFactory.Models.FactoryRepoConfiguration", @@ -6017,7 +6017,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models", "Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFlowDebugSessionCommandResult", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFlowDebugSessionCommandResult, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.8.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFlowDebugSessionCommandResult, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.8.2.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Data": "System.String", "Status": "System.String" @@ -6229,7 +6229,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models", "Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.8.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.8.2.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Identity": "Microsoft.Azure.Management.DataFactory.Models.FactoryIdentity", "RepoConfiguration": "Microsoft.Azure.Management.DataFactory.Models.FactoryRepoConfiguration", @@ -6789,7 +6789,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models", "Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.8.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.8.2.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Identity": "Microsoft.Azure.Management.DataFactory.Models.FactoryIdentity", "RepoConfiguration": "Microsoft.Azure.Management.DataFactory.Models.FactoryRepoConfiguration", @@ -7251,7 +7251,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models", "Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFlowDebugSession", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFlowDebugSession, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.8.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFlowDebugSession, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.8.2.0, Culture=neutral, PublicKeyToken=null", "Properties": { "SessionId": "System.String", "Status": "System.String" @@ -7371,7 +7371,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models", "Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.8.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.8.2.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Identity": "Microsoft.Azure.Management.DataFactory.Models.FactoryIdentity", "RepoConfiguration": "Microsoft.Azure.Management.DataFactory.Models.FactoryRepoConfiguration", @@ -7687,7 +7687,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models", "Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.8.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.8.2.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Identity": "Microsoft.Azure.Management.DataFactory.Models.FactoryIdentity", "RepoConfiguration": "Microsoft.Azure.Management.DataFactory.Models.FactoryRepoConfiguration", @@ -8133,7 +8133,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models", "Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.8.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.8.2.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Identity": "Microsoft.Azure.Management.DataFactory.Models.FactoryIdentity", "RepoConfiguration": "Microsoft.Azure.Management.DataFactory.Models.FactoryRepoConfiguration", @@ -8469,7 +8469,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models", "Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.8.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.8.2.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Identity": "Microsoft.Azure.Management.DataFactory.Models.FactoryIdentity", "RepoConfiguration": "Microsoft.Azure.Management.DataFactory.Models.FactoryRepoConfiguration", @@ -8879,7 +8879,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models", "Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFlow", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFlow, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.8.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFlow, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.8.2.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Properties": "Microsoft.Azure.Management.DataFactory.Models.DataFlow", "Name": "System.String", @@ -8995,7 +8995,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models", "Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.8.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.8.2.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Identity": "Microsoft.Azure.Management.DataFactory.Models.FactoryIdentity", "RepoConfiguration": "Microsoft.Azure.Management.DataFactory.Models.FactoryRepoConfiguration", @@ -9287,7 +9287,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models", "Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.8.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.8.2.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Identity": "Microsoft.Azure.Management.DataFactory.Models.FactoryIdentity", "RepoConfiguration": "Microsoft.Azure.Management.DataFactory.Models.FactoryRepoConfiguration", @@ -9583,7 +9583,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models", "Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFlow", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFlow, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.8.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFlow, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.8.2.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Properties": "Microsoft.Azure.Management.DataFactory.Models.DataFlow", "Name": "System.String", @@ -9955,7 +9955,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models", "Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFlow", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFlow, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.8.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFlow, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.8.2.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Properties": "Microsoft.Azure.Management.DataFactory.Models.DataFlow", "Name": "System.String", @@ -10345,7 +10345,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models", "Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFlow", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFlow, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.8.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFlow, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.8.2.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Properties": "Microsoft.Azure.Management.DataFactory.Models.DataFlow", "Name": "System.String", @@ -10937,7 +10937,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models", "Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataset", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataset, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.8.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataset, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.8.2.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Properties": "Microsoft.Azure.Management.DataFactory.Models.Dataset", "Structure": "System.Object", @@ -11052,7 +11052,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models", "Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.8.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.8.2.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Identity": "Microsoft.Azure.Management.DataFactory.Models.FactoryIdentity", "RepoConfiguration": "Microsoft.Azure.Management.DataFactory.Models.FactoryRepoConfiguration", @@ -11344,7 +11344,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models", "Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.8.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.8.2.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Identity": "Microsoft.Azure.Management.DataFactory.Models.FactoryIdentity", "RepoConfiguration": "Microsoft.Azure.Management.DataFactory.Models.FactoryRepoConfiguration", @@ -11625,7 +11625,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models", "Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataset", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataset, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.8.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataset, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.8.2.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Properties": "Microsoft.Azure.Management.DataFactory.Models.Dataset", "Structure": "System.Object", @@ -11954,7 +11954,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models", "Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataset", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataset, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.8.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataset, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.8.2.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Properties": "Microsoft.Azure.Management.DataFactory.Models.Dataset", "Structure": "System.Object", @@ -12271,7 +12271,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models", "Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataset", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataset, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.8.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataset, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.8.2.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Properties": "Microsoft.Azure.Management.DataFactory.Models.Dataset", "Structure": "System.Object", @@ -12862,7 +12862,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models", "Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntime", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntime, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.8.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntime, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.8.2.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Name": "System.String", "Type": "System.String", @@ -12929,7 +12929,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models", "Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSManagedIntegrationRuntime", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSManagedIntegrationRuntime, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.8.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSManagedIntegrationRuntime, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.8.2.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ExpressCustomSetup": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.DataFactory.Models.CustomSetupBase]", "DataFlowTimeToLive": "System.Nullable`1[System.Int32]", @@ -13018,7 +13018,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models", "Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSSelfHostedIntegrationRuntime", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSSelfHostedIntegrationRuntime, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.8.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSSelfHostedIntegrationRuntime, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.8.2.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Name": "System.String", "Type": "System.String", @@ -13085,7 +13085,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models", "Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSLinkedIntegrationRuntime", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSLinkedIntegrationRuntime, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.8.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSLinkedIntegrationRuntime, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.8.2.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AuthorizationType": "System.String", "Name": "System.String", @@ -13251,7 +13251,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models", "Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntime", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntime, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.8.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntime, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.8.2.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Name": "System.String", "Type": "System.String", @@ -13664,7 +13664,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models", "Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntime", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntime, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.8.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntime, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.8.2.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Name": "System.String", "Type": "System.String", @@ -13815,7 +13815,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models", "Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntimeKeys", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntimeKeys, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.8.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntimeKeys, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.8.2.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AuthKey1": "System.String", "AuthKey2": "System.String" @@ -13954,7 +13954,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models", "Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntime", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntime, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.8.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntime, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.8.2.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Name": "System.String", "Type": "System.String", @@ -14251,7 +14251,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models", "Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntime", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntime, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.8.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntime, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.8.2.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Name": "System.String", "Type": "System.String", @@ -14422,7 +14422,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models", "Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntimeMetrics", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntimeMetrics, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.8.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntimeMetrics, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.8.2.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Nodes": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.DataFactory.Models.IntegrationRuntimeNodeMonitoringData]", "IntegrationRuntimeName": "System.String", @@ -14572,7 +14572,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models", "Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntime", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntime, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.8.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntime, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.8.2.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Name": "System.String", "Type": "System.String", @@ -14869,7 +14869,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models", "Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntime", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntime, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.8.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntime, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.8.2.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Name": "System.String", "Type": "System.String", @@ -15040,7 +15040,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models", "Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSManagedIntegrationRuntimeNode", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSManagedIntegrationRuntimeNode, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.8.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSManagedIntegrationRuntimeNode, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.8.2.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Errors": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.DataFactory.Models.ManagedIntegrationRuntimeError]", "ResourceGroupName": "System.String", @@ -15116,7 +15116,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models", "Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSSelfHostedIntegrationRuntimeNode", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSSelfHostedIntegrationRuntimeNode, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.8.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSSelfHostedIntegrationRuntimeNode, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.8.2.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Capabilities": "System.Collections.Generic.IDictionary`2[System.String,System.String]", "IsActiveDispatcher": "System.Nullable`1[System.Boolean]", @@ -15325,7 +15325,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models", "Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntime", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntime, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.8.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntime, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.8.2.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Name": "System.String", "Type": "System.String", @@ -15808,7 +15808,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models", "Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntime", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntime, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.8.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntime, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.8.2.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Name": "System.String", "Type": "System.String", @@ -16078,7 +16078,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models", "Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntime", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntime, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.8.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntime, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.8.2.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Name": "System.String", "Type": "System.String", @@ -16375,7 +16375,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models", "Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntime", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntime, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.8.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntime, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.8.2.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Name": "System.String", "Type": "System.String", @@ -16546,7 +16546,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models", "Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntimeKeys", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntimeKeys, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.8.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntimeKeys, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.8.2.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AuthKey1": "System.String", "AuthKey2": "System.String" @@ -16724,7 +16724,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models", "Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntime", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntime, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.8.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntime, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.8.2.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Name": "System.String", "Type": "System.String", @@ -17218,7 +17218,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models", "Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntime", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntime, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.8.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntime, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.8.2.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Name": "System.String", "Type": "System.String", @@ -17527,7 +17527,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models", "Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntime", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntime, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.8.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntime, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.8.2.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Name": "System.String", "Type": "System.String", @@ -18012,7 +18012,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models", "Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntime", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntime, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.8.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntime, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.8.2.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Name": "System.String", "Type": "System.String", @@ -18316,7 +18316,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models", "Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntime", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntime, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.8.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntime, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.8.2.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Name": "System.String", "Type": "System.String", @@ -18799,7 +18799,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models", "Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntime", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntime, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.8.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntime, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.8.2.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Name": "System.String", "Type": "System.String", @@ -18974,7 +18974,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models", "Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntime", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntime, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.8.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntime, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.8.2.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Name": "System.String", "Type": "System.String", @@ -19101,7 +19101,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models", "Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntime", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntime, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.8.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntime, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.8.2.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Name": "System.String", "Type": "System.String", @@ -21463,7 +21463,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models", "Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntime", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntime, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.8.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntime, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.8.2.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Name": "System.String", "Type": "System.String", @@ -22178,7 +22178,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models", "Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntime", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntime, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.8.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntime, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.8.2.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Name": "System.String", "Type": "System.String", @@ -22523,7 +22523,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models", "Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSManagedIntegrationRuntimeStatus", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSManagedIntegrationRuntimeStatus, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.8.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSManagedIntegrationRuntimeStatus, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.8.2.0, Culture=neutral, PublicKeyToken=null", "Properties": { "LastOperation": "Microsoft.Azure.Management.DataFactory.Models.ManagedIntegrationRuntimeOperationResult", "ExpressCustomSetup": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.DataFactory.Models.CustomSetupBase]", @@ -22718,7 +22718,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models", "Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntime", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntime, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.8.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntime, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.8.2.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Name": "System.String", "Type": "System.String", @@ -23131,7 +23131,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models", "Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntime", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntime, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.8.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntime, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.8.2.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Name": "System.String", "Type": "System.String", @@ -23395,7 +23395,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models", "Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntime", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntime, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.8.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntime, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.8.2.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Name": "System.String", "Type": "System.String", @@ -23808,7 +23808,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models", "Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntime", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntime, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.8.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntime, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.8.2.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Name": "System.String", "Type": "System.String", @@ -24070,7 +24070,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models", "Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntime", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntime, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.8.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntime, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.8.2.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Name": "System.String", "Type": "System.String", @@ -24481,7 +24481,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models", "Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntime", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntime, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.8.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntime, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.8.2.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Name": "System.String", "Type": "System.String", @@ -24632,7 +24632,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models", "Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSSelfHostedIntegrationRuntimeStatus", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSSelfHostedIntegrationRuntimeStatus, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.8.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSSelfHostedIntegrationRuntimeStatus, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.8.2.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Capabilities": "System.Collections.Generic.IDictionary`2[System.String,System.String]", "Links": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.DataFactory.Models.LinkedIntegrationRuntime]", @@ -24845,7 +24845,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models", "Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntime", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntime, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.8.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntime, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.8.2.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Name": "System.String", "Type": "System.String", @@ -25345,7 +25345,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models", "Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntime", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntime, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.8.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntime, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.8.2.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Name": "System.String", "Type": "System.String", @@ -25525,7 +25525,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models", "Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSSelfHostedIntegrationRuntimeNode", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSSelfHostedIntegrationRuntimeNode, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.8.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSSelfHostedIntegrationRuntimeNode, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.8.2.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Capabilities": "System.Collections.Generic.IDictionary`2[System.String,System.String]", "IsActiveDispatcher": "System.Nullable`1[System.Boolean]", @@ -25734,7 +25734,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models", "Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntime", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntime, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.8.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntime, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.8.2.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Name": "System.String", "Type": "System.String", @@ -26217,7 +26217,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models", "Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntime", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntime, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.8.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntime, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.8.2.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Name": "System.String", "Type": "System.String", @@ -26392,7 +26392,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models", "Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSLinkedService", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSLinkedService, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.8.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSLinkedService, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.8.2.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Properties": "Microsoft.Azure.Management.DataFactory.Models.LinkedService", "Name": "System.String", @@ -26506,7 +26506,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models", "Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.8.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.8.2.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Identity": "Microsoft.Azure.Management.DataFactory.Models.FactoryIdentity", "RepoConfiguration": "Microsoft.Azure.Management.DataFactory.Models.FactoryRepoConfiguration", @@ -26798,7 +26798,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models", "Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.8.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.8.2.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Identity": "Microsoft.Azure.Management.DataFactory.Models.FactoryIdentity", "RepoConfiguration": "Microsoft.Azure.Management.DataFactory.Models.FactoryRepoConfiguration", @@ -27115,7 +27115,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models", "Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.8.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.8.2.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Identity": "Microsoft.Azure.Management.DataFactory.Models.FactoryIdentity", "RepoConfiguration": "Microsoft.Azure.Management.DataFactory.Models.FactoryRepoConfiguration", @@ -27479,7 +27479,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models", "Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.8.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.8.2.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Identity": "Microsoft.Azure.Management.DataFactory.Models.FactoryIdentity", "RepoConfiguration": "Microsoft.Azure.Management.DataFactory.Models.FactoryRepoConfiguration", @@ -27740,7 +27740,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models", "Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSLinkedService", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSLinkedService, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.8.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSLinkedService, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.8.2.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Properties": "Microsoft.Azure.Management.DataFactory.Models.LinkedService", "Name": "System.String", @@ -28068,7 +28068,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models", "Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSLinkedService", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSLinkedService, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.8.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSLinkedService, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.8.2.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Properties": "Microsoft.Azure.Management.DataFactory.Models.LinkedService", "Name": "System.String", @@ -28384,7 +28384,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models", "Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSLinkedService", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSLinkedService, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.8.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSLinkedService, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.8.2.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Properties": "Microsoft.Azure.Management.DataFactory.Models.LinkedService", "Name": "System.String", @@ -28974,7 +28974,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models", "Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSPipeline", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSPipeline, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.8.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSPipeline, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.8.2.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Parameters": "System.Collections.Generic.IDictionary`2[System.String,Microsoft.Azure.Management.DataFactory.Models.ParameterSpecification]", "Activities": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.DataFactory.Models.Activity]", @@ -29089,7 +29089,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models", "Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.8.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.8.2.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Identity": "Microsoft.Azure.Management.DataFactory.Models.FactoryIdentity", "RepoConfiguration": "Microsoft.Azure.Management.DataFactory.Models.FactoryRepoConfiguration", @@ -29381,7 +29381,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models", "Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.8.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.8.2.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Identity": "Microsoft.Azure.Management.DataFactory.Models.FactoryIdentity", "RepoConfiguration": "Microsoft.Azure.Management.DataFactory.Models.FactoryRepoConfiguration", @@ -29662,7 +29662,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models", "Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSPipeline", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSPipeline, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.8.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSPipeline, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.8.2.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Parameters": "System.Collections.Generic.IDictionary`2[System.String,Microsoft.Azure.Management.DataFactory.Models.ParameterSpecification]", "Activities": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.DataFactory.Models.Activity]", @@ -29991,7 +29991,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models", "Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSPipeline", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSPipeline, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.8.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSPipeline, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.8.2.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Parameters": "System.Collections.Generic.IDictionary`2[System.String,Microsoft.Azure.Management.DataFactory.Models.ParameterSpecification]", "Activities": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.DataFactory.Models.Activity]", @@ -30308,7 +30308,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models", "Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSPipeline", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSPipeline, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.8.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSPipeline, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.8.2.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Parameters": "System.Collections.Generic.IDictionary`2[System.String,Microsoft.Azure.Management.DataFactory.Models.ParameterSpecification]", "Activities": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.DataFactory.Models.Activity]", @@ -30899,7 +30899,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models", "Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSActivityRun", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSActivityRun, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.8.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSActivityRun, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.8.2.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AdditionalProperties": "System.Collections.Generic.IDictionary`2[System.String,System.Object]", "ActivityRunStart": "System.Nullable`1[System.DateTime]", @@ -31075,7 +31075,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models", "Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.8.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.8.2.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Identity": "Microsoft.Azure.Management.DataFactory.Models.FactoryIdentity", "RepoConfiguration": "Microsoft.Azure.Management.DataFactory.Models.FactoryRepoConfiguration", @@ -31343,7 +31343,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models", "Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.8.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.8.2.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Identity": "Microsoft.Azure.Management.DataFactory.Models.FactoryIdentity", "RepoConfiguration": "Microsoft.Azure.Management.DataFactory.Models.FactoryRepoConfiguration", @@ -31729,7 +31729,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models", "Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSPipelineRun", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSPipelineRun, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.8.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSPipelineRun, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.8.2.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Parameters": "System.Collections.Generic.IDictionary`2[System.String,System.String]", "LastUpdated": "System.Nullable`1[System.DateTime]", @@ -31810,7 +31810,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models", "Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.8.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.8.2.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Identity": "Microsoft.Azure.Management.DataFactory.Models.FactoryIdentity", "RepoConfiguration": "Microsoft.Azure.Management.DataFactory.Models.FactoryRepoConfiguration", @@ -32030,7 +32030,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models", "Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.8.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.8.2.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Identity": "Microsoft.Azure.Management.DataFactory.Models.FactoryIdentity", "RepoConfiguration": "Microsoft.Azure.Management.DataFactory.Models.FactoryRepoConfiguration", @@ -32177,7 +32177,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models", "Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.8.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.8.2.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Identity": "Microsoft.Azure.Management.DataFactory.Models.FactoryIdentity", "RepoConfiguration": "Microsoft.Azure.Management.DataFactory.Models.FactoryRepoConfiguration", @@ -32703,7 +32703,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models", "Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSTriggerRun", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSTriggerRun, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.8.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSTriggerRun, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.8.2.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AdditionalProperties": "System.Collections.Generic.IDictionary`2[System.String,System.Object]", "TriggeredPipelines": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -32840,7 +32840,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models", "Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.8.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.8.2.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Identity": "Microsoft.Azure.Management.DataFactory.Models.FactoryIdentity", "RepoConfiguration": "Microsoft.Azure.Management.DataFactory.Models.FactoryRepoConfiguration", @@ -33062,7 +33062,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models", "Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.8.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.8.2.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Identity": "Microsoft.Azure.Management.DataFactory.Models.FactoryIdentity", "RepoConfiguration": "Microsoft.Azure.Management.DataFactory.Models.FactoryRepoConfiguration", @@ -33402,7 +33402,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models", "Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSPipeline", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSPipeline, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.8.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSPipeline, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.8.2.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Parameters": "System.Collections.Generic.IDictionary`2[System.String,Microsoft.Azure.Management.DataFactory.Models.ParameterSpecification]", "Activities": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.DataFactory.Models.Activity]", @@ -33479,7 +33479,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models", "Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSPipeline", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSPipeline, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.8.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSPipeline, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.8.2.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Parameters": "System.Collections.Generic.IDictionary`2[System.String,Microsoft.Azure.Management.DataFactory.Models.ParameterSpecification]", "Activities": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.DataFactory.Models.Activity]", @@ -33756,7 +33756,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models", "Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSPipeline", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSPipeline, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.8.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSPipeline, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.8.2.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Parameters": "System.Collections.Generic.IDictionary`2[System.String,Microsoft.Azure.Management.DataFactory.Models.ParameterSpecification]", "Activities": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.DataFactory.Models.Activity]", @@ -34002,7 +34002,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models", "Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSPipeline", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSPipeline, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.8.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSPipeline, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.8.2.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Parameters": "System.Collections.Generic.IDictionary`2[System.String,Microsoft.Azure.Management.DataFactory.Models.ParameterSpecification]", "Activities": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.DataFactory.Models.Activity]", @@ -34790,7 +34790,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models", "Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSPipelineRun", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSPipelineRun, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.8.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSPipelineRun, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.8.2.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Parameters": "System.Collections.Generic.IDictionary`2[System.String,System.String]", "LastUpdated": "System.Nullable`1[System.DateTime]", @@ -34906,7 +34906,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models", "Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.8.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.8.2.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Identity": "Microsoft.Azure.Management.DataFactory.Models.FactoryIdentity", "RepoConfiguration": "Microsoft.Azure.Management.DataFactory.Models.FactoryRepoConfiguration", @@ -35054,7 +35054,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models", "Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSPipelineRun", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSPipelineRun, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.8.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSPipelineRun, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.8.2.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Parameters": "System.Collections.Generic.IDictionary`2[System.String,System.String]", "LastUpdated": "System.Nullable`1[System.DateTime]", @@ -35372,7 +35372,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models", "Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.8.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.8.2.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Identity": "Microsoft.Azure.Management.DataFactory.Models.FactoryIdentity", "RepoConfiguration": "Microsoft.Azure.Management.DataFactory.Models.FactoryRepoConfiguration", @@ -35594,7 +35594,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models", "Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSTriggerSubscriptionStatus", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSTriggerSubscriptionStatus, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.8.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSTriggerSubscriptionStatus, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.8.2.0, Culture=neutral, PublicKeyToken=null", "Properties": { "TriggerName": "System.String", "Status": "System.String" @@ -35678,7 +35678,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models", "Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSTrigger", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSTrigger, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.8.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSTrigger, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.8.2.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Properties": "Microsoft.Azure.Management.DataFactory.Models.Trigger", "Name": "System.String", @@ -35965,7 +35965,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models", "Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSTrigger", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSTrigger, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.8.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSTrigger, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.8.2.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Properties": "Microsoft.Azure.Management.DataFactory.Models.Trigger", "Name": "System.String", @@ -36210,7 +36210,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models", "Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSTrigger", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSTrigger, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.8.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSTrigger, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.8.2.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Properties": "Microsoft.Azure.Management.DataFactory.Models.Trigger", "Name": "System.String", @@ -36325,7 +36325,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models", "Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.8.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.8.2.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Identity": "Microsoft.Azure.Management.DataFactory.Models.FactoryIdentity", "RepoConfiguration": "Microsoft.Azure.Management.DataFactory.Models.FactoryRepoConfiguration", @@ -36617,7 +36617,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models", "Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.8.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.8.2.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Identity": "Microsoft.Azure.Management.DataFactory.Models.FactoryIdentity", "RepoConfiguration": "Microsoft.Azure.Management.DataFactory.Models.FactoryRepoConfiguration", @@ -36859,7 +36859,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models", "Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSTriggerSubscriptionStatus", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSTriggerSubscriptionStatus, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.8.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSTriggerSubscriptionStatus, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.8.2.0, Culture=neutral, PublicKeyToken=null", "Properties": { "TriggerName": "System.String", "Status": "System.String" @@ -36943,7 +36943,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models", "Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSTrigger", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSTrigger, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.8.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSTrigger, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.8.2.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Properties": "Microsoft.Azure.Management.DataFactory.Models.Trigger", "Name": "System.String", @@ -37230,7 +37230,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models", "Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSTrigger", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSTrigger, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.8.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSTrigger, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.8.2.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Properties": "Microsoft.Azure.Management.DataFactory.Models.Trigger", "Name": "System.String", @@ -37514,7 +37514,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models", "Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSTrigger", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSTrigger, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.8.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSTrigger, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.8.2.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Properties": "Microsoft.Azure.Management.DataFactory.Models.Trigger", "Name": "System.String", @@ -37843,7 +37843,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models", "Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSTrigger", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSTrigger, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.8.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSTrigger, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.8.2.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Properties": "Microsoft.Azure.Management.DataFactory.Models.Trigger", "Name": "System.String", @@ -38199,7 +38199,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models", "Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSTrigger", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSTrigger, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.8.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSTrigger, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.8.2.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Properties": "Microsoft.Azure.Management.DataFactory.Models.Trigger", "Name": "System.String", @@ -38570,7 +38570,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models", "Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSTrigger", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSTrigger, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.8.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSTrigger, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.8.2.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Properties": "Microsoft.Azure.Management.DataFactory.Models.Trigger", "Name": "System.String", @@ -38959,7 +38959,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models", "Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSTrigger", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSTrigger, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.8.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSTrigger, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.8.2.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Properties": "Microsoft.Azure.Management.DataFactory.Models.Trigger", "Name": "System.String", @@ -39550,7 +39550,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models", "Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSTrigger", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSTrigger, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.8.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSTrigger, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.8.2.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Properties": "Microsoft.Azure.Management.DataFactory.Models.Trigger", "Name": "System.String", @@ -39647,7 +39647,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models", "Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSTrigger", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSTrigger, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.8.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSTrigger, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.8.2.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Properties": "Microsoft.Azure.Management.DataFactory.Models.Trigger", "Name": "System.String", @@ -39976,7 +39976,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models", "Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSTrigger", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSTrigger, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.8.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSTrigger, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.8.2.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Properties": "Microsoft.Azure.Management.DataFactory.Models.Trigger", "Name": "System.String", @@ -40293,7 +40293,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models", "Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSTrigger", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSTrigger, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.8.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSTrigger, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.8.2.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Properties": "Microsoft.Azure.Management.DataFactory.Models.Trigger", "Name": "System.String", @@ -40390,7 +40390,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models", "Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSTrigger", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSTrigger, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.8.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSTrigger, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.8.2.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Properties": "Microsoft.Azure.Management.DataFactory.Models.Trigger", "Name": "System.String", @@ -40719,7 +40719,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models", "Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSTrigger", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSTrigger, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.8.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSTrigger, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.8.2.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Properties": "Microsoft.Azure.Management.DataFactory.Models.Trigger", "Name": "System.String", diff --git a/tools/Tools.Common/SerializedCmdlets/Microsoft.Azure.PowerShell.Cmdlets.EventHub.dll.json b/tools/Tools.Common/SerializedCmdlets/Microsoft.Azure.PowerShell.Cmdlets.EventHub.dll.json index f1bfab97272d..a419d9ec6820 100644 --- a/tools/Tools.Common/SerializedCmdlets/Microsoft.Azure.PowerShell.Cmdlets.EventHub.dll.json +++ b/tools/Tools.Common/SerializedCmdlets/Microsoft.Azure.PowerShell.Cmdlets.EventHub.dll.json @@ -14,7 +14,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.EventHub.Models", "Name": "Microsoft.Azure.Commands.EventHub.Models.PSSharedAccessAuthorizationRuleAttributes", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.EventHub.Models.PSSharedAccessAuthorizationRuleAttributes, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=1.4.3.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.EventHub.Models.PSSharedAccessAuthorizationRuleAttributes, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=1.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "Rights": "System.Collections.Generic.IList`1[System.String]", @@ -728,7 +728,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.EventHub.Models", "Name": "Microsoft.Azure.Commands.EventHub.Models.PSListKeysAttributes", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.EventHub.Models.PSListKeysAttributes, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=1.4.3.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.EventHub.Models.PSListKeysAttributes, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=1.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AliasPrimaryConnectionString": "System.String", "AliasSecondaryConnectionString": "System.String", @@ -1438,7 +1438,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.EventHub.Models", "Name": "Microsoft.Azure.Commands.EventHub.Models.PSSharedAccessAuthorizationRuleAttributes", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.EventHub.Models.PSSharedAccessAuthorizationRuleAttributes, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=1.4.3.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.EventHub.Models.PSSharedAccessAuthorizationRuleAttributes, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=1.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "Rights": "System.Collections.Generic.IList`1[System.String]", @@ -2096,7 +2096,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.EventHub.Models", "Name": "Microsoft.Azure.Commands.EventHub.Models.PSSharedAccessSignatureAttributes", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.EventHub.Models.PSSharedAccessSignatureAttributes, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=1.4.3.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.EventHub.Models.PSSharedAccessSignatureAttributes, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=1.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "SharedAccessSignature": "System.String" }, @@ -2499,7 +2499,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.EventHub.Models", "Name": "Microsoft.Azure.Commands.EventHub.Models.PSListKeysAttributes", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.EventHub.Models.PSListKeysAttributes, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=1.4.3.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.EventHub.Models.PSListKeysAttributes, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=1.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AliasPrimaryConnectionString": "System.String", "AliasSecondaryConnectionString": "System.String", @@ -3930,7 +3930,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.EventHub.Models", "Name": "Microsoft.Azure.Commands.EventHub.Models.PSSharedAccessAuthorizationRuleAttributes", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.EventHub.Models.PSSharedAccessAuthorizationRuleAttributes, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=1.4.3.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.EventHub.Models.PSSharedAccessAuthorizationRuleAttributes, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=1.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "Rights": "System.Collections.Generic.IList`1[System.String]", @@ -4078,7 +4078,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.EventHub.Models", "Name": "Microsoft.Azure.Commands.EventHub.Models.PSSharedAccessAuthorizationRuleAttributes", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.EventHub.Models.PSSharedAccessAuthorizationRuleAttributes, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=1.4.3.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.EventHub.Models.PSSharedAccessAuthorizationRuleAttributes, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=1.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "Rights": "System.Collections.Generic.IList`1[System.String]", @@ -4328,7 +4328,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.EventHub.Models", "Name": "Microsoft.Azure.Commands.EventHub.Models.PSSharedAccessAuthorizationRuleAttributes", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.EventHub.Models.PSSharedAccessAuthorizationRuleAttributes, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=1.4.3.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.EventHub.Models.PSSharedAccessAuthorizationRuleAttributes, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=1.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "Rights": "System.Collections.Generic.IList`1[System.String]", @@ -4577,7 +4577,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.EventHub.Models", "Name": "Microsoft.Azure.Commands.EventHub.Models.PSSharedAccessAuthorizationRuleAttributes", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.EventHub.Models.PSSharedAccessAuthorizationRuleAttributes, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=1.4.3.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.EventHub.Models.PSSharedAccessAuthorizationRuleAttributes, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=1.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "Rights": "System.Collections.Generic.IList`1[System.String]", @@ -4774,7 +4774,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.EventHub.Models", "Name": "Microsoft.Azure.Commands.EventHub.Models.PSSharedAccessAuthorizationRuleAttributes", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.EventHub.Models.PSSharedAccessAuthorizationRuleAttributes, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=1.4.3.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.EventHub.Models.PSSharedAccessAuthorizationRuleAttributes, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=1.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "Rights": "System.Collections.Generic.IList`1[System.String]", @@ -4948,7 +4948,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.EventHub.Models", "Name": "Microsoft.Azure.Commands.EventHub.Models.PSNetworkRuleSetAttributes", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.EventHub.Models.PSNetworkRuleSetAttributes, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=1.4.3.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.EventHub.Models.PSNetworkRuleSetAttributes, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=1.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "IpRules": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.EventHub.Models.PSNWRuleSetIpRulesAttributes]", "VirtualNetworkRules": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.EventHub.Models.PSNWRuleSetVirtualNetworkRulesAttributes]", @@ -5090,7 +5090,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.EventHub.Models", "Name": "Microsoft.Azure.Commands.EventHub.Models.PSNWRuleSetVirtualNetworkRulesAttributes", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.EventHub.Models.PSNWRuleSetVirtualNetworkRulesAttributes, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=1.4.3.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.EventHub.Models.PSNWRuleSetVirtualNetworkRulesAttributes, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=1.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Subnet": "Microsoft.Azure.Commands.EventHub.Models.PSSubnetAttributes", "IgnoreMissingVnetServiceEndpoint": "System.Nullable`1[System.Boolean]" @@ -5394,7 +5394,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.EventHub.Models", "Name": "Microsoft.Azure.Commands.EventHub.Models.PSNWRuleSetVirtualNetworkRulesAttributes", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.EventHub.Models.PSNWRuleSetVirtualNetworkRulesAttributes, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=1.4.3.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.EventHub.Models.PSNWRuleSetVirtualNetworkRulesAttributes, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=1.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Subnet": "Microsoft.Azure.Commands.EventHub.Models.PSSubnetAttributes", "IgnoreMissingVnetServiceEndpoint": "System.Nullable`1[System.Boolean]" @@ -5568,7 +5568,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.EventHub.Models", "Name": "Microsoft.Azure.Commands.EventHub.Models.PSNetworkRuleSetAttributes", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.EventHub.Models.PSNetworkRuleSetAttributes, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=1.4.3.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.EventHub.Models.PSNetworkRuleSetAttributes, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=1.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "IpRules": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.EventHub.Models.PSNWRuleSetIpRulesAttributes]", "VirtualNetworkRules": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.EventHub.Models.PSNWRuleSetVirtualNetworkRulesAttributes]", @@ -6038,7 +6038,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.EventHub.Models", "Name": "Microsoft.Azure.Commands.EventHub.Models.PSNetworkRuleSetAttributes", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.EventHub.Models.PSNetworkRuleSetAttributes, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=1.4.3.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.EventHub.Models.PSNetworkRuleSetAttributes, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=1.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "IpRules": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.EventHub.Models.PSNWRuleSetIpRulesAttributes]", "VirtualNetworkRules": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.EventHub.Models.PSNWRuleSetVirtualNetworkRulesAttributes]", @@ -6162,7 +6162,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.EventHub.Models", "Name": "Microsoft.Azure.Commands.EventHub.Models.PSNWRuleSetIpRulesAttributes", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.EventHub.Models.PSNWRuleSetIpRulesAttributes, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=1.4.3.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.EventHub.Models.PSNWRuleSetIpRulesAttributes, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=1.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "IpMask": "System.String", "Action": "System.String" @@ -6526,7 +6526,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.EventHub.Models", "Name": "Microsoft.Azure.Commands.EventHub.Models.PSNWRuleSetIpRulesAttributes", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.EventHub.Models.PSNWRuleSetIpRulesAttributes, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=1.4.3.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.EventHub.Models.PSNWRuleSetIpRulesAttributes, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=1.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "IpMask": "System.String", "Action": "System.String" @@ -6853,21 +6853,25 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.EventHub.Models", "Name": "Microsoft.Azure.Commands.EventHub.Models.PSNamespaceAttributes", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.EventHub.Models.PSNamespaceAttributes, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=1.4.3.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.EventHub.Models.PSNamespaceAttributes, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=1.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { + "Encryption": "Microsoft.Azure.Commands.EventHub.Models.PSEncryptionAttributes", + "Identity": "Microsoft.Azure.Commands.EventHub.Models.PSIdentityAttributes", "Sku": "Microsoft.Azure.Management.EventHub.Models.Sku", - "IsAutoInflateEnabled": "System.Nullable`1[System.Boolean]", + "ZoneRedundant": "System.Nullable`1[System.Boolean]", "KafkaEnabled": "System.Nullable`1[System.Boolean]", + "IsAutoInflateEnabled": "System.Nullable`1[System.Boolean]", "CreatedAt": "System.Nullable`1[System.DateTime]", "UpdatedAt": "System.Nullable`1[System.DateTime]", "MaximumThroughputUnits": "System.Nullable`1[System.Int32]", - "ResourceGroup": "System.String", - "ResourceGroupName": "System.String", - "Id": "System.String", - "Name": "System.String", "Location": "System.String", + "ServiceBusEndpoint": "System.String", + "Name": "System.String", + "Id": "System.String", + "ResourceGroupName": "System.String", + "ClusterArmId": "System.String", "ProvisioningState": "System.String", - "ServiceBusEndpoint": "System.String" + "ResourceGroup": "System.String" }, "ElementType": null, "GenericTypeArguments": [], @@ -7157,21 +7161,25 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.EventHub.Models", "Name": "Microsoft.Azure.Commands.EventHub.Models.PSNamespaceAttributes", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.EventHub.Models.PSNamespaceAttributes, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=1.4.3.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.EventHub.Models.PSNamespaceAttributes, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=1.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { + "Encryption": "Microsoft.Azure.Commands.EventHub.Models.PSEncryptionAttributes", + "Identity": "Microsoft.Azure.Commands.EventHub.Models.PSIdentityAttributes", "Sku": "Microsoft.Azure.Management.EventHub.Models.Sku", - "IsAutoInflateEnabled": "System.Nullable`1[System.Boolean]", + "ZoneRedundant": "System.Nullable`1[System.Boolean]", "KafkaEnabled": "System.Nullable`1[System.Boolean]", + "IsAutoInflateEnabled": "System.Nullable`1[System.Boolean]", "CreatedAt": "System.Nullable`1[System.DateTime]", "UpdatedAt": "System.Nullable`1[System.DateTime]", "MaximumThroughputUnits": "System.Nullable`1[System.Int32]", - "ResourceGroup": "System.String", - "ResourceGroupName": "System.String", - "Id": "System.String", - "Name": "System.String", "Location": "System.String", + "ServiceBusEndpoint": "System.String", + "Name": "System.String", + "Id": "System.String", + "ResourceGroupName": "System.String", + "ClusterArmId": "System.String", "ProvisioningState": "System.String", - "ServiceBusEndpoint": "System.String" + "ResourceGroup": "System.String" }, "ElementType": null, "GenericTypeArguments": [], @@ -7539,7 +7547,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.EventHub.Models", "Name": "Microsoft.Azure.Commands.EventHub.Models.PSNetworkRuleSetAttributes", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.EventHub.Models.PSNetworkRuleSetAttributes, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=1.4.3.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.EventHub.Models.PSNetworkRuleSetAttributes, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=1.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "IpRules": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.EventHub.Models.PSNWRuleSetIpRulesAttributes]", "VirtualNetworkRules": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.EventHub.Models.PSNWRuleSetVirtualNetworkRulesAttributes]", @@ -7663,7 +7671,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.EventHub.Models", "Name": "Microsoft.Azure.Commands.EventHub.Models.PSNWRuleSetVirtualNetworkRulesAttributes", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.EventHub.Models.PSNWRuleSetVirtualNetworkRulesAttributes, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=1.4.3.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.EventHub.Models.PSNWRuleSetVirtualNetworkRulesAttributes, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=1.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Subnet": "Microsoft.Azure.Commands.EventHub.Models.PSSubnetAttributes", "IgnoreMissingVnetServiceEndpoint": "System.Nullable`1[System.Boolean]" @@ -8027,7 +8035,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.EventHub.Models", "Name": "Microsoft.Azure.Commands.EventHub.Models.PSNWRuleSetVirtualNetworkRulesAttributes", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.EventHub.Models.PSNWRuleSetVirtualNetworkRulesAttributes, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=1.4.3.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.EventHub.Models.PSNWRuleSetVirtualNetworkRulesAttributes, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=1.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Subnet": "Microsoft.Azure.Commands.EventHub.Models.PSSubnetAttributes", "IgnoreMissingVnetServiceEndpoint": "System.Nullable`1[System.Boolean]" @@ -8297,7 +8305,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.EventHub.Models", "Name": "Microsoft.Azure.Commands.EventHub.Models.PSNetworkRuleSetAttributes", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.EventHub.Models.PSNetworkRuleSetAttributes, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=1.4.3.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.EventHub.Models.PSNetworkRuleSetAttributes, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=1.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "IpRules": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.EventHub.Models.PSNWRuleSetIpRulesAttributes]", "VirtualNetworkRules": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.EventHub.Models.PSNWRuleSetVirtualNetworkRulesAttributes]", @@ -8421,7 +8429,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.EventHub.Models", "Name": "Microsoft.Azure.Commands.EventHub.Models.PSNWRuleSetIpRulesAttributes[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.EventHub.Models.PSNWRuleSetIpRulesAttributes[], Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=1.4.3.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.EventHub.Models.PSNWRuleSetIpRulesAttributes[], Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=1.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.EventHub.Models.PSNWRuleSetIpRulesAttributes", "GenericTypeArguments": [], @@ -8441,7 +8449,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.EventHub.Models", "Name": "Microsoft.Azure.Commands.EventHub.Models.PSNWRuleSetVirtualNetworkRulesAttributes[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.EventHub.Models.PSNWRuleSetVirtualNetworkRulesAttributes[], Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=1.4.3.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.EventHub.Models.PSNWRuleSetVirtualNetworkRulesAttributes[], Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=1.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.EventHub.Models.PSNWRuleSetVirtualNetworkRulesAttributes", "GenericTypeArguments": [], @@ -8459,7 +8467,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.EventHub.Models", "Name": "Microsoft.Azure.Commands.EventHub.Models.PSNetworkRuleSetAttributes", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.EventHub.Models.PSNetworkRuleSetAttributes, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=1.4.3.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.EventHub.Models.PSNetworkRuleSetAttributes, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=1.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "IpRules": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.EventHub.Models.PSNWRuleSetIpRulesAttributes]", "VirtualNetworkRules": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.EventHub.Models.PSNWRuleSetVirtualNetworkRulesAttributes]", @@ -8633,7 +8641,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.EventHub.Models", "Name": "Microsoft.Azure.Commands.EventHub.Models.PSNetworkRuleSetAttributes", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.EventHub.Models.PSNetworkRuleSetAttributes, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=1.4.3.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.EventHub.Models.PSNetworkRuleSetAttributes, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=1.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "IpRules": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.EventHub.Models.PSNWRuleSetIpRulesAttributes]", "VirtualNetworkRules": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.EventHub.Models.PSNWRuleSetVirtualNetworkRulesAttributes]", @@ -8824,7 +8832,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.EventHub.Models", "Name": "Microsoft.Azure.Commands.EventHub.Models.PSNWRuleSetIpRulesAttributes[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.EventHub.Models.PSNWRuleSetIpRulesAttributes[], Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=1.4.3.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.EventHub.Models.PSNWRuleSetIpRulesAttributes[], Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=1.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.EventHub.Models.PSNWRuleSetIpRulesAttributes", "GenericTypeArguments": [], @@ -8850,7 +8858,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.EventHub.Models", "Name": "Microsoft.Azure.Commands.EventHub.Models.PSNWRuleSetVirtualNetworkRulesAttributes[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.EventHub.Models.PSNWRuleSetVirtualNetworkRulesAttributes[], Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=1.4.3.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.EventHub.Models.PSNWRuleSetVirtualNetworkRulesAttributes[], Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=1.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.EventHub.Models.PSNWRuleSetVirtualNetworkRulesAttributes", "GenericTypeArguments": [], @@ -9087,7 +9095,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.EventHub.Models", "Name": "Microsoft.Azure.Commands.EventHub.Models.PSEventHubAttributes", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.EventHub.Models.PSEventHubAttributes, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=1.4.3.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.EventHub.Models.PSEventHubAttributes, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=1.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "CaptureDescription": "Microsoft.Azure.Commands.EventHub.Models.PSCaptureDescriptionAttributes", "PartitionIds": "System.Collections.Generic.IList`1[System.String]", @@ -9428,7 +9436,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.EventHub.Models", "Name": "Microsoft.Azure.Commands.EventHub.Models.PSEventHubAttributes", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.EventHub.Models.PSEventHubAttributes, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=1.4.3.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.EventHub.Models.PSEventHubAttributes, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=1.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "CaptureDescription": "Microsoft.Azure.Commands.EventHub.Models.PSCaptureDescriptionAttributes", "PartitionIds": "System.Collections.Generic.IList`1[System.String]", @@ -9559,7 +9567,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.EventHub.Models", "Name": "Microsoft.Azure.Commands.EventHub.Models.PSEventHubAttributes", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.EventHub.Models.PSEventHubAttributes, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=1.4.3.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.EventHub.Models.PSEventHubAttributes, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=1.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "CaptureDescription": "Microsoft.Azure.Commands.EventHub.Models.PSCaptureDescriptionAttributes", "PartitionIds": "System.Collections.Generic.IList`1[System.String]", @@ -9830,7 +9838,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.EventHub.Models", "Name": "Microsoft.Azure.Commands.EventHub.Models.PSEventHubAttributes", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.EventHub.Models.PSEventHubAttributes, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=1.4.3.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.EventHub.Models.PSEventHubAttributes, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=1.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "CaptureDescription": "Microsoft.Azure.Commands.EventHub.Models.PSCaptureDescriptionAttributes", "PartitionIds": "System.Collections.Generic.IList`1[System.String]", @@ -10282,7 +10290,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.EventHub.Models", "Name": "Microsoft.Azure.Commands.EventHub.Models.PSEventHubAttributes", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.EventHub.Models.PSEventHubAttributes, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=1.4.3.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.EventHub.Models.PSEventHubAttributes, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=1.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "CaptureDescription": "Microsoft.Azure.Commands.EventHub.Models.PSCaptureDescriptionAttributes", "PartitionIds": "System.Collections.Generic.IList`1[System.String]", @@ -10613,7 +10621,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.EventHub.Models", "Name": "Microsoft.Azure.Commands.EventHub.Models.PSEventHubAttributes", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.EventHub.Models.PSEventHubAttributes, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=1.4.3.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.EventHub.Models.PSEventHubAttributes, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=1.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "CaptureDescription": "Microsoft.Azure.Commands.EventHub.Models.PSCaptureDescriptionAttributes", "PartitionIds": "System.Collections.Generic.IList`1[System.String]", @@ -10996,7 +11004,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.EventHub.Models", "Name": "Microsoft.Azure.Commands.EventHub.Models.PSEventHubAttributes", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.EventHub.Models.PSEventHubAttributes, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=1.4.3.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.EventHub.Models.PSEventHubAttributes, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=1.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "CaptureDescription": "Microsoft.Azure.Commands.EventHub.Models.PSCaptureDescriptionAttributes", "PartitionIds": "System.Collections.Generic.IList`1[System.String]", @@ -11127,7 +11135,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.EventHub.Models", "Name": "Microsoft.Azure.Commands.EventHub.Models.PSEventHubAttributes", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.EventHub.Models.PSEventHubAttributes, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=1.4.3.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.EventHub.Models.PSEventHubAttributes, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=1.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "CaptureDescription": "Microsoft.Azure.Commands.EventHub.Models.PSCaptureDescriptionAttributes", "PartitionIds": "System.Collections.Generic.IList`1[System.String]", @@ -11398,7 +11406,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.EventHub.Models", "Name": "Microsoft.Azure.Commands.EventHub.Models.PSEventHubAttributes", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.EventHub.Models.PSEventHubAttributes, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=1.4.3.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.EventHub.Models.PSEventHubAttributes, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=1.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "CaptureDescription": "Microsoft.Azure.Commands.EventHub.Models.PSCaptureDescriptionAttributes", "PartitionIds": "System.Collections.Generic.IList`1[System.String]", @@ -11773,7 +11781,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.EventHub.Models", "Name": "Microsoft.Azure.Commands.EventHub.Models.PSNetworkRuleSetAttributes", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.EventHub.Models.PSNetworkRuleSetAttributes, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=1.4.3.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.EventHub.Models.PSNetworkRuleSetAttributes, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=1.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "IpRules": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.EventHub.Models.PSNWRuleSetIpRulesAttributes]", "VirtualNetworkRules": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.EventHub.Models.PSNWRuleSetVirtualNetworkRulesAttributes]", @@ -11915,7 +11923,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.EventHub.Models", "Name": "Microsoft.Azure.Commands.EventHub.Models.PSNWRuleSetIpRulesAttributes", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.EventHub.Models.PSNWRuleSetIpRulesAttributes, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=1.4.3.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.EventHub.Models.PSNWRuleSetIpRulesAttributes, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=1.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "IpMask": "System.String", "Action": "System.String" @@ -12219,7 +12227,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.EventHub.Models", "Name": "Microsoft.Azure.Commands.EventHub.Models.PSNWRuleSetIpRulesAttributes", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.EventHub.Models.PSNWRuleSetIpRulesAttributes, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=1.4.3.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.EventHub.Models.PSNWRuleSetIpRulesAttributes, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=1.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "IpMask": "System.String", "Action": "System.String" @@ -12393,7 +12401,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.EventHub.Models", "Name": "Microsoft.Azure.Commands.EventHub.Models.PSEventHubDRConfigurationAttributes", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.EventHub.Models.PSEventHubDRConfigurationAttributes, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=1.4.3.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.EventHub.Models.PSEventHubDRConfigurationAttributes, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=1.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ProvisioningState": "System.Nullable`1[Microsoft.Azure.Management.EventHub.Models.ProvisioningStateDR]", "Role": "System.Nullable`1[Microsoft.Azure.Management.EventHub.Models.RoleDisasterRecovery]", @@ -12499,21 +12507,25 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.EventHub.Models", "Name": "Microsoft.Azure.Commands.EventHub.Models.PSNamespaceAttributes", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.EventHub.Models.PSNamespaceAttributes, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=1.4.3.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.EventHub.Models.PSNamespaceAttributes, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=1.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { + "Encryption": "Microsoft.Azure.Commands.EventHub.Models.PSEncryptionAttributes", + "Identity": "Microsoft.Azure.Commands.EventHub.Models.PSIdentityAttributes", "Sku": "Microsoft.Azure.Management.EventHub.Models.Sku", - "IsAutoInflateEnabled": "System.Nullable`1[System.Boolean]", + "ZoneRedundant": "System.Nullable`1[System.Boolean]", "KafkaEnabled": "System.Nullable`1[System.Boolean]", + "IsAutoInflateEnabled": "System.Nullable`1[System.Boolean]", "CreatedAt": "System.Nullable`1[System.DateTime]", "UpdatedAt": "System.Nullable`1[System.DateTime]", "MaximumThroughputUnits": "System.Nullable`1[System.Int32]", - "ResourceGroup": "System.String", - "ResourceGroupName": "System.String", - "Id": "System.String", - "Name": "System.String", "Location": "System.String", + "ServiceBusEndpoint": "System.String", + "Name": "System.String", + "Id": "System.String", + "ResourceGroupName": "System.String", + "ClusterArmId": "System.String", "ProvisioningState": "System.String", - "ServiceBusEndpoint": "System.String" + "ResourceGroup": "System.String" }, "ElementType": null, "GenericTypeArguments": [], @@ -12759,21 +12771,25 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.EventHub.Models", "Name": "Microsoft.Azure.Commands.EventHub.Models.PSNamespaceAttributes", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.EventHub.Models.PSNamespaceAttributes, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=1.4.3.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.EventHub.Models.PSNamespaceAttributes, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=1.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { + "Encryption": "Microsoft.Azure.Commands.EventHub.Models.PSEncryptionAttributes", + "Identity": "Microsoft.Azure.Commands.EventHub.Models.PSIdentityAttributes", "Sku": "Microsoft.Azure.Management.EventHub.Models.Sku", - "IsAutoInflateEnabled": "System.Nullable`1[System.Boolean]", + "ZoneRedundant": "System.Nullable`1[System.Boolean]", "KafkaEnabled": "System.Nullable`1[System.Boolean]", + "IsAutoInflateEnabled": "System.Nullable`1[System.Boolean]", "CreatedAt": "System.Nullable`1[System.DateTime]", "UpdatedAt": "System.Nullable`1[System.DateTime]", "MaximumThroughputUnits": "System.Nullable`1[System.Int32]", - "ResourceGroup": "System.String", - "ResourceGroupName": "System.String", - "Id": "System.String", - "Name": "System.String", "Location": "System.String", + "ServiceBusEndpoint": "System.String", + "Name": "System.String", + "Id": "System.String", + "ResourceGroupName": "System.String", + "ClusterArmId": "System.String", "ProvisioningState": "System.String", - "ServiceBusEndpoint": "System.String" + "ResourceGroup": "System.String" }, "ElementType": null, "GenericTypeArguments": [], @@ -13069,7 +13085,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.EventHub.Models", "Name": "Microsoft.Azure.Commands.EventHub.Models.PSEventHubDRConfigurationAttributes", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.EventHub.Models.PSEventHubDRConfigurationAttributes, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=1.4.3.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.EventHub.Models.PSEventHubDRConfigurationAttributes, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=1.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ProvisioningState": "System.Nullable`1[Microsoft.Azure.Management.EventHub.Models.ProvisioningStateDR]", "Role": "System.Nullable`1[Microsoft.Azure.Management.EventHub.Models.RoleDisasterRecovery]", @@ -13175,21 +13191,25 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.EventHub.Models", "Name": "Microsoft.Azure.Commands.EventHub.Models.PSNamespaceAttributes", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.EventHub.Models.PSNamespaceAttributes, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=1.4.3.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.EventHub.Models.PSNamespaceAttributes, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=1.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { + "Encryption": "Microsoft.Azure.Commands.EventHub.Models.PSEncryptionAttributes", + "Identity": "Microsoft.Azure.Commands.EventHub.Models.PSIdentityAttributes", "Sku": "Microsoft.Azure.Management.EventHub.Models.Sku", - "IsAutoInflateEnabled": "System.Nullable`1[System.Boolean]", + "ZoneRedundant": "System.Nullable`1[System.Boolean]", "KafkaEnabled": "System.Nullable`1[System.Boolean]", + "IsAutoInflateEnabled": "System.Nullable`1[System.Boolean]", "CreatedAt": "System.Nullable`1[System.DateTime]", "UpdatedAt": "System.Nullable`1[System.DateTime]", "MaximumThroughputUnits": "System.Nullable`1[System.Int32]", - "ResourceGroup": "System.String", - "ResourceGroupName": "System.String", - "Id": "System.String", - "Name": "System.String", "Location": "System.String", + "ServiceBusEndpoint": "System.String", + "Name": "System.String", + "Id": "System.String", + "ResourceGroupName": "System.String", + "ClusterArmId": "System.String", "ProvisioningState": "System.String", - "ServiceBusEndpoint": "System.String" + "ResourceGroup": "System.String" }, "ElementType": null, "GenericTypeArguments": [], @@ -13561,21 +13581,25 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.EventHub.Models", "Name": "Microsoft.Azure.Commands.EventHub.Models.PSNamespaceAttributes", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.EventHub.Models.PSNamespaceAttributes, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=1.4.3.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.EventHub.Models.PSNamespaceAttributes, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=1.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { + "Encryption": "Microsoft.Azure.Commands.EventHub.Models.PSEncryptionAttributes", + "Identity": "Microsoft.Azure.Commands.EventHub.Models.PSIdentityAttributes", "Sku": "Microsoft.Azure.Management.EventHub.Models.Sku", - "IsAutoInflateEnabled": "System.Nullable`1[System.Boolean]", + "ZoneRedundant": "System.Nullable`1[System.Boolean]", "KafkaEnabled": "System.Nullable`1[System.Boolean]", + "IsAutoInflateEnabled": "System.Nullable`1[System.Boolean]", "CreatedAt": "System.Nullable`1[System.DateTime]", "UpdatedAt": "System.Nullable`1[System.DateTime]", "MaximumThroughputUnits": "System.Nullable`1[System.Int32]", - "ResourceGroup": "System.String", - "ResourceGroupName": "System.String", - "Id": "System.String", - "Name": "System.String", "Location": "System.String", + "ServiceBusEndpoint": "System.String", + "Name": "System.String", + "Id": "System.String", + "ResourceGroupName": "System.String", + "ClusterArmId": "System.String", "ProvisioningState": "System.String", - "ServiceBusEndpoint": "System.String" + "ResourceGroup": "System.String" }, "ElementType": null, "GenericTypeArguments": [], @@ -14160,7 +14184,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.EventHub.Models", "Name": "Microsoft.Azure.Commands.EventHub.Models.PSEventHubDRConfigurationAttributes", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.EventHub.Models.PSEventHubDRConfigurationAttributes, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=1.4.3.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.EventHub.Models.PSEventHubDRConfigurationAttributes, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=1.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ProvisioningState": "System.Nullable`1[Microsoft.Azure.Management.EventHub.Models.ProvisioningStateDR]", "Role": "System.Nullable`1[Microsoft.Azure.Management.EventHub.Models.RoleDisasterRecovery]", @@ -14486,7 +14510,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.EventHub.Models", "Name": "Microsoft.Azure.Commands.EventHub.Models.PSEventHubDRConfigurationAttributes", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.EventHub.Models.PSEventHubDRConfigurationAttributes, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=1.4.3.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.EventHub.Models.PSEventHubDRConfigurationAttributes, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=1.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ProvisioningState": "System.Nullable`1[Microsoft.Azure.Management.EventHub.Models.ProvisioningStateDR]", "Role": "System.Nullable`1[Microsoft.Azure.Management.EventHub.Models.RoleDisasterRecovery]", @@ -14941,7 +14965,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.EventHub.Models", "Name": "Microsoft.Azure.Commands.EventHub.Models.PSEventHubDRConfigurationAttributes", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.EventHub.Models.PSEventHubDRConfigurationAttributes, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=1.4.3.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.EventHub.Models.PSEventHubDRConfigurationAttributes, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=1.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ProvisioningState": "System.Nullable`1[Microsoft.Azure.Management.EventHub.Models.ProvisioningStateDR]", "Role": "System.Nullable`1[Microsoft.Azure.Management.EventHub.Models.RoleDisasterRecovery]", @@ -15225,7 +15249,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.EventHub.Models", "Name": "Microsoft.Azure.Commands.EventHub.Models.PSEventHubDRConfigurationAttributes", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.EventHub.Models.PSEventHubDRConfigurationAttributes, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=1.4.3.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.EventHub.Models.PSEventHubDRConfigurationAttributes, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=1.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ProvisioningState": "System.Nullable`1[Microsoft.Azure.Management.EventHub.Models.ProvisioningStateDR]", "Role": "System.Nullable`1[Microsoft.Azure.Management.EventHub.Models.RoleDisasterRecovery]", @@ -15608,7 +15632,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.EventHub.Models", "Name": "Microsoft.Azure.Commands.EventHub.Models.PSEventHubDRConfigurationAttributes", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.EventHub.Models.PSEventHubDRConfigurationAttributes, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=1.4.3.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.EventHub.Models.PSEventHubDRConfigurationAttributes, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=1.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ProvisioningState": "System.Nullable`1[Microsoft.Azure.Management.EventHub.Models.ProvisioningStateDR]", "Role": "System.Nullable`1[Microsoft.Azure.Management.EventHub.Models.RoleDisasterRecovery]", @@ -15892,7 +15916,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.EventHub.Models", "Name": "Microsoft.Azure.Commands.EventHub.Models.PSEventHubDRConfigurationAttributes", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.EventHub.Models.PSEventHubDRConfigurationAttributes, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=1.4.3.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.EventHub.Models.PSEventHubDRConfigurationAttributes, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=1.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ProvisioningState": "System.Nullable`1[Microsoft.Azure.Management.EventHub.Models.ProvisioningStateDR]", "Role": "System.Nullable`1[Microsoft.Azure.Management.EventHub.Models.RoleDisasterRecovery]", @@ -16202,7 +16226,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.EventHub.Models", "Name": "Microsoft.Azure.Commands.EventHub.Models.PSConsumerGroupAttributes", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.EventHub.Models.PSConsumerGroupAttributes, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=1.4.3.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.EventHub.Models.PSConsumerGroupAttributes, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=1.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "CreatedAt": "System.Nullable`1[System.DateTime]", "UpdatedAt": "System.Nullable`1[System.DateTime]", @@ -16586,7 +16610,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.EventHub.Models", "Name": "Microsoft.Azure.Commands.EventHub.Models.PSConsumerGroupAttributes", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.EventHub.Models.PSConsumerGroupAttributes, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=1.4.3.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.EventHub.Models.PSConsumerGroupAttributes, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=1.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "CreatedAt": "System.Nullable`1[System.DateTime]", "UpdatedAt": "System.Nullable`1[System.DateTime]", @@ -17063,7 +17087,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.EventHub.Models", "Name": "Microsoft.Azure.Commands.EventHub.Models.PSConsumerGroupAttributes", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.EventHub.Models.PSConsumerGroupAttributes, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=1.4.3.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.EventHub.Models.PSConsumerGroupAttributes, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=1.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "CreatedAt": "System.Nullable`1[System.DateTime]", "UpdatedAt": "System.Nullable`1[System.DateTime]", @@ -17417,7 +17441,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.EventHub.Models", "Name": "Microsoft.Azure.Commands.EventHub.Models.PSConsumerGroupAttributes", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.EventHub.Models.PSConsumerGroupAttributes, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=1.4.3.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.EventHub.Models.PSConsumerGroupAttributes, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=1.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "CreatedAt": "System.Nullable`1[System.DateTime]", "UpdatedAt": "System.Nullable`1[System.DateTime]", @@ -17797,7 +17821,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.EventHub.Models", "Name": "Microsoft.Azure.Commands.EventHub.Models.PSConsumerGroupAttributes", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.EventHub.Models.PSConsumerGroupAttributes, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=1.4.3.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.EventHub.Models.PSConsumerGroupAttributes, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=1.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "CreatedAt": "System.Nullable`1[System.DateTime]", "UpdatedAt": "System.Nullable`1[System.DateTime]", @@ -18177,7 +18201,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.EventHub.Models", "Name": "Microsoft.Azure.Commands.EventHub.Models.PSCheckNameAvailabilityResultAttributes", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.EventHub.Models.PSCheckNameAvailabilityResultAttributes, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=1.4.3.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.EventHub.Models.PSCheckNameAvailabilityResultAttributes, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=1.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Reason": "System.Nullable`1[Microsoft.Azure.Commands.EventHub.Models.UnavailableReasonAttributes]", "NameAvailable": "System.Nullable`1[System.Boolean]", @@ -18588,21 +18612,25 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.EventHub.Models", "Name": "Microsoft.Azure.Commands.EventHub.Models.PSNamespaceAttributes", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.EventHub.Models.PSNamespaceAttributes, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=1.4.3.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.EventHub.Models.PSNamespaceAttributes, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=1.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { + "Encryption": "Microsoft.Azure.Commands.EventHub.Models.PSEncryptionAttributes", + "Identity": "Microsoft.Azure.Commands.EventHub.Models.PSIdentityAttributes", "Sku": "Microsoft.Azure.Management.EventHub.Models.Sku", - "IsAutoInflateEnabled": "System.Nullable`1[System.Boolean]", + "ZoneRedundant": "System.Nullable`1[System.Boolean]", "KafkaEnabled": "System.Nullable`1[System.Boolean]", + "IsAutoInflateEnabled": "System.Nullable`1[System.Boolean]", "CreatedAt": "System.Nullable`1[System.DateTime]", "UpdatedAt": "System.Nullable`1[System.DateTime]", "MaximumThroughputUnits": "System.Nullable`1[System.Int32]", - "ResourceGroup": "System.String", - "ResourceGroupName": "System.String", - "Id": "System.String", - "Name": "System.String", "Location": "System.String", + "ServiceBusEndpoint": "System.String", + "Name": "System.String", + "Id": "System.String", + "ResourceGroupName": "System.String", + "ClusterArmId": "System.String", "ProvisioningState": "System.String", - "ServiceBusEndpoint": "System.String" + "ResourceGroup": "System.String" }, "ElementType": null, "GenericTypeArguments": [], @@ -18836,21 +18864,25 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.EventHub.Models", "Name": "Microsoft.Azure.Commands.EventHub.Models.PSNamespaceAttributes", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.EventHub.Models.PSNamespaceAttributes, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=1.4.3.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.EventHub.Models.PSNamespaceAttributes, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=1.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { + "Encryption": "Microsoft.Azure.Commands.EventHub.Models.PSEncryptionAttributes", + "Identity": "Microsoft.Azure.Commands.EventHub.Models.PSIdentityAttributes", "Sku": "Microsoft.Azure.Management.EventHub.Models.Sku", - "IsAutoInflateEnabled": "System.Nullable`1[System.Boolean]", + "ZoneRedundant": "System.Nullable`1[System.Boolean]", "KafkaEnabled": "System.Nullable`1[System.Boolean]", + "IsAutoInflateEnabled": "System.Nullable`1[System.Boolean]", "CreatedAt": "System.Nullable`1[System.DateTime]", "UpdatedAt": "System.Nullable`1[System.DateTime]", "MaximumThroughputUnits": "System.Nullable`1[System.Int32]", - "ResourceGroup": "System.String", - "ResourceGroupName": "System.String", - "Id": "System.String", - "Name": "System.String", "Location": "System.String", + "ServiceBusEndpoint": "System.String", + "Name": "System.String", + "Id": "System.String", + "ResourceGroupName": "System.String", + "ClusterArmId": "System.String", "ProvisioningState": "System.String", - "ServiceBusEndpoint": "System.String" + "ResourceGroup": "System.String" }, "ElementType": null, "GenericTypeArguments": [], @@ -19072,6 +19104,60 @@ "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, + { + "Name": "ZoneRedundant", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ClusterARMId", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "Identity", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, { "Name": "DefaultProfile", "AliasList": [ @@ -19330,6 +19416,78 @@ "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, + { + "ParameterMetadata": { + "Name": "ZoneRedundant", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ClusterARMId", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": false, + "Position": 1, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "Identity", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, { "ParameterMetadata": { "Name": "ResourceGroupName", @@ -19600,6 +19758,78 @@ "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, + { + "ParameterMetadata": { + "Name": "ZoneRedundant", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ClusterARMId", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": false, + "Position": 1, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "Identity", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, { "ParameterMetadata": { "Name": "ResourceGroupName", @@ -19739,21 +19969,25 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.EventHub.Models", "Name": "Microsoft.Azure.Commands.EventHub.Models.PSNamespaceAttributes", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.EventHub.Models.PSNamespaceAttributes, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=1.4.3.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.EventHub.Models.PSNamespaceAttributes, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=1.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { + "Encryption": "Microsoft.Azure.Commands.EventHub.Models.PSEncryptionAttributes", + "Identity": "Microsoft.Azure.Commands.EventHub.Models.PSIdentityAttributes", "Sku": "Microsoft.Azure.Management.EventHub.Models.Sku", - "IsAutoInflateEnabled": "System.Nullable`1[System.Boolean]", + "ZoneRedundant": "System.Nullable`1[System.Boolean]", "KafkaEnabled": "System.Nullable`1[System.Boolean]", + "IsAutoInflateEnabled": "System.Nullable`1[System.Boolean]", "CreatedAt": "System.Nullable`1[System.DateTime]", "UpdatedAt": "System.Nullable`1[System.DateTime]", "MaximumThroughputUnits": "System.Nullable`1[System.Int32]", - "ResourceGroup": "System.String", - "ResourceGroupName": "System.String", - "Id": "System.String", - "Name": "System.String", "Location": "System.String", + "ServiceBusEndpoint": "System.String", + "Name": "System.String", + "Id": "System.String", + "ResourceGroupName": "System.String", + "ClusterArmId": "System.String", "ProvisioningState": "System.String", - "ServiceBusEndpoint": "System.String" + "ResourceGroup": "System.String" }, "ElementType": null, "GenericTypeArguments": [], @@ -20043,21 +20277,25 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.EventHub.Models", "Name": "Microsoft.Azure.Commands.EventHub.Models.PSNamespaceAttributes", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.EventHub.Models.PSNamespaceAttributes, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=1.4.3.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.EventHub.Models.PSNamespaceAttributes, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=1.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { + "Encryption": "Microsoft.Azure.Commands.EventHub.Models.PSEncryptionAttributes", + "Identity": "Microsoft.Azure.Commands.EventHub.Models.PSIdentityAttributes", "Sku": "Microsoft.Azure.Management.EventHub.Models.Sku", - "IsAutoInflateEnabled": "System.Nullable`1[System.Boolean]", + "ZoneRedundant": "System.Nullable`1[System.Boolean]", "KafkaEnabled": "System.Nullable`1[System.Boolean]", + "IsAutoInflateEnabled": "System.Nullable`1[System.Boolean]", "CreatedAt": "System.Nullable`1[System.DateTime]", "UpdatedAt": "System.Nullable`1[System.DateTime]", "MaximumThroughputUnits": "System.Nullable`1[System.Int32]", - "ResourceGroup": "System.String", - "ResourceGroupName": "System.String", - "Id": "System.String", - "Name": "System.String", "Location": "System.String", + "ServiceBusEndpoint": "System.String", + "Name": "System.String", + "Id": "System.String", + "ResourceGroupName": "System.String", + "ClusterArmId": "System.String", "ProvisioningState": "System.String", - "ServiceBusEndpoint": "System.String" + "ResourceGroup": "System.String" }, "ElementType": null, "GenericTypeArguments": [], @@ -20425,21 +20663,25 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.EventHub.Models", "Name": "Microsoft.Azure.Commands.EventHub.Models.PSNamespaceAttributes", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.EventHub.Models.PSNamespaceAttributes, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=1.4.3.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.EventHub.Models.PSNamespaceAttributes, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=1.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { + "Encryption": "Microsoft.Azure.Commands.EventHub.Models.PSEncryptionAttributes", + "Identity": "Microsoft.Azure.Commands.EventHub.Models.PSIdentityAttributes", "Sku": "Microsoft.Azure.Management.EventHub.Models.Sku", - "IsAutoInflateEnabled": "System.Nullable`1[System.Boolean]", + "ZoneRedundant": "System.Nullable`1[System.Boolean]", "KafkaEnabled": "System.Nullable`1[System.Boolean]", + "IsAutoInflateEnabled": "System.Nullable`1[System.Boolean]", "CreatedAt": "System.Nullable`1[System.DateTime]", "UpdatedAt": "System.Nullable`1[System.DateTime]", "MaximumThroughputUnits": "System.Nullable`1[System.Int32]", - "ResourceGroup": "System.String", - "ResourceGroupName": "System.String", - "Id": "System.String", - "Name": "System.String", "Location": "System.String", + "ServiceBusEndpoint": "System.String", + "Name": "System.String", + "Id": "System.String", + "ResourceGroupName": "System.String", + "ClusterArmId": "System.String", "ProvisioningState": "System.String", - "ServiceBusEndpoint": "System.String" + "ResourceGroup": "System.String" }, "ElementType": null, "GenericTypeArguments": [], @@ -20593,7 +20835,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Commands.EventHub.Models.NamespaceState]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.EventHub.Models.NamespaceState, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=1.4.3.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.EventHub.Models.NamespaceState, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=1.5.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -20681,6 +20923,80 @@ "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, + { + "Name": "Identity", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "IdentityUserDefined", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "KeySource", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "KeyProperty", + "AliasList": [], + "Type": { + "Namespace": "System.Collections.Generic", + "Name": "System.Collections.Generic.List`1[System.String[]]", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "System.String[]" + ], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, { "Name": "DefaultProfile", "AliasList": [ @@ -20854,7 +21170,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Commands.EventHub.Models.NamespaceState]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.EventHub.Models.NamespaceState, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=1.4.3.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.EventHub.Models.NamespaceState, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=1.5.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -20921,6 +21237,104 @@ "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, + { + "ParameterMetadata": { + "Name": "Identity", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "IdentityUserDefined", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "KeySource", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "KeyProperty", + "AliasList": [], + "Type": { + "Namespace": "System.Collections.Generic", + "Name": "System.Collections.Generic.List`1[System.String[]]", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "System.String[]" + ], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, { "ParameterMetadata": { "Name": "DefaultProfile", @@ -21100,7 +21514,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Commands.EventHub.Models.NamespaceState]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.EventHub.Models.NamespaceState, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=1.4.3.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.EventHub.Models.NamespaceState, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=1.5.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -21219,31 +21633,16 @@ }, { "ParameterMetadata": { - "Name": "DefaultProfile", - "AliasList": [ - "AzContext", - "AzureRmContext", - "AzureCredential" - ], + "Name": "Identity", + "AliasList": [], "Type": { - "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", - "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", - "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", - "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", - "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" - }, + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, "ElementType": null, "GenericTypeArguments": [], - "Methods": [ - { - "Name": "Clear", - "Parameters": [], - "ReturnType": "System.Void" - } - ], + "Methods": [], "Constructors": [] }, "ValidateSet": [], @@ -21255,39 +21654,19 @@ "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false - } - ] - }, - { - "Name": "__AllParameterSets", - "Parameters": [ + }, { "ParameterMetadata": { - "Name": "DefaultProfile", - "AliasList": [ - "AzContext", - "AzureRmContext", - "AzureCredential" - ], + "Name": "IdentityUserDefined", + "AliasList": [], "Type": { - "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", - "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", - "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", - "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", - "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" - }, + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, "ElementType": null, "GenericTypeArguments": [], - "Methods": [ - { - "Name": "Clear", - "Parameters": [], - "ReturnType": "System.Void" - } - ], + "Methods": [], "Constructors": [] }, "ValidateSet": [], @@ -21299,22 +21678,449 @@ "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false - } - ] - } - ], - "AliasList": [] - } - ], - "TypeDictionary": { - "System.String": { - "Namespace": null, - "Name": "System.String", - "AssemblyQualifiedName": null, - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], + }, + { + "ParameterMetadata": { + "Name": "KeySource", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "KeyProperty", + "AliasList": [], + "Type": { + "Namespace": "System.Collections.Generic", + "Name": "System.Collections.Generic.List`1[System.String[]]", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "System.String[]" + ], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "IdentityUpdateParameterSet", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "ResourceGroupName", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": 0, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "Name", + "AliasList": [ + "NamespaceName" + ], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": 1, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "Location", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": 2, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "SkuName", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [ + "Basic", + "Standard", + "Premium" + ], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": 3, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "SkuCapacity", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.Nullable`1[System.Int32]", + "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "System.Int32" + ], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": 4, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "Tag", + "AliasList": [], + "Type": { + "Namespace": "System.Collections", + "Name": "System.Collections.Hashtable", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": 6, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "EnableAutoInflate", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "MaximumThroughputUnits", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.Nullable`1[System.Int32]", + "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "System.Int32" + ], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": 0, + "ValidateRangeMax": 20, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "EnableKafka", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Identity", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "__AllParameterSets", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + } + ], + "AliasList": [] + } + ], + "TypeDictionary": { + "System.String": { + "Namespace": null, + "Name": "System.String", + "AssemblyQualifiedName": null, + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], "Constructors": [] }, "System.Boolean": { @@ -21670,39 +22476,300 @@ "Methods": [], "Constructors": [] }, - "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.EventHub.Models.PSNWRuleSetIpRulesAttributes]": { + "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.EventHub.Models.PSNWRuleSetIpRulesAttributes]": { + "Namespace": "System.Collections.Generic", + "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.EventHub.Models.PSNWRuleSetIpRulesAttributes]", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.EventHub.Models.PSNWRuleSetIpRulesAttributes, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=1.5.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "Microsoft.Azure.Commands.EventHub.Models.PSNWRuleSetIpRulesAttributes" + ], + "Methods": [], + "Constructors": [] + }, + "Microsoft.Azure.Commands.EventHub.Models.PSNWRuleSetIpRulesAttributes": { + "Namespace": "Microsoft.Azure.Commands.EventHub.Models", + "Name": "Microsoft.Azure.Commands.EventHub.Models.PSNWRuleSetIpRulesAttributes", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.EventHub.Models.PSNWRuleSetIpRulesAttributes, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=1.5.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "IpMask": "System.String", + "Action": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "PSNWRuleSetIpRulesAttributesCollection", + "Parameters": [ + { + "Name": "nwiprulescol", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.EventHub.Models.PSNWRuleSetIpRulesAttributes]" + }, + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + }, + { + "Name": "", + "ReturnType": null, + "Parameters": [ + { + "Name": "nwiprules", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ] + } + ] + }, + "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.EventHub.Models.PSNWRuleSetVirtualNetworkRulesAttributes]": { + "Namespace": "System.Collections.Generic", + "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.EventHub.Models.PSNWRuleSetVirtualNetworkRulesAttributes]", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.EventHub.Models.PSNWRuleSetVirtualNetworkRulesAttributes, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=1.5.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "Microsoft.Azure.Commands.EventHub.Models.PSNWRuleSetVirtualNetworkRulesAttributes" + ], + "Methods": [], + "Constructors": [] + }, + "Microsoft.Azure.Commands.EventHub.Models.PSNWRuleSetVirtualNetworkRulesAttributes": { + "Namespace": "Microsoft.Azure.Commands.EventHub.Models", + "Name": "Microsoft.Azure.Commands.EventHub.Models.PSNWRuleSetVirtualNetworkRulesAttributes", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.EventHub.Models.PSNWRuleSetVirtualNetworkRulesAttributes, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=1.5.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "Subnet": "Microsoft.Azure.Commands.EventHub.Models.PSSubnetAttributes", + "IgnoreMissingVnetServiceEndpoint": "System.Nullable`1[System.Boolean]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "PSNWRuleSetVirtualNetworkRulesAttributesCollection", + "Parameters": [ + { + "Name": "nwVirtualNetworkRules", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.EventHub.Models.PSNWRuleSetVirtualNetworkRulesAttributes]" + }, + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + }, + { + "Name": "", + "ReturnType": null, + "Parameters": [ + { + "Name": "nwVirtualNetworkRules", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ] + } + ] + }, + "Microsoft.Azure.Commands.EventHub.Models.PSSubnetAttributes": { + "Namespace": "Microsoft.Azure.Commands.EventHub.Models", + "Name": "Microsoft.Azure.Commands.EventHub.Models.PSSubnetAttributes", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.EventHub.Models.PSSubnetAttributes, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=1.5.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "Id": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + }, + { + "Name": "", + "ReturnType": null, + "Parameters": [ + { + "Name": "subnet", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ] + } + ] + }, + "System.Nullable`1[System.Boolean]": { + "Namespace": "System", + "Name": "System.Nullable`1[System.Boolean]", + "AssemblyQualifiedName": "System.Nullable`1[[System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "System.Boolean" + ], + "Methods": [], + "Constructors": [] + }, + "Microsoft.Azure.Commands.EventHub.Models.PSEncryptionAttributes": { + "Namespace": "Microsoft.Azure.Commands.EventHub.Models", + "Name": "Microsoft.Azure.Commands.EventHub.Models.PSEncryptionAttributes", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.EventHub.Models.PSEncryptionAttributes, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=1.5.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "KeyVaultProperties": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.EventHub.Models.KeyVaultProperties]", + "KeySource": "System.Nullable`1[Microsoft.Azure.Management.EventHub.Models.KeySource]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [ + { + "Name": "resEncryption", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ] + } + ] + }, + "System.Collections.Generic.IList`1[Microsoft.Azure.Management.EventHub.Models.KeyVaultProperties]": { "Namespace": "System.Collections.Generic", - "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.EventHub.Models.PSNWRuleSetIpRulesAttributes]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.EventHub.Models.PSNWRuleSetIpRulesAttributes, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=1.4.3.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.EventHub.Models.KeyVaultProperties]", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.EventHub.Models.KeyVaultProperties, Microsoft.Azure.Management.EventHub, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ - "Microsoft.Azure.Commands.EventHub.Models.PSNWRuleSetIpRulesAttributes" + "Microsoft.Azure.Management.EventHub.Models.KeyVaultProperties" ], "Methods": [], "Constructors": [] }, - "Microsoft.Azure.Commands.EventHub.Models.PSNWRuleSetIpRulesAttributes": { - "Namespace": "Microsoft.Azure.Commands.EventHub.Models", - "Name": "Microsoft.Azure.Commands.EventHub.Models.PSNWRuleSetIpRulesAttributes", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.EventHub.Models.PSNWRuleSetIpRulesAttributes, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=1.4.3.0, Culture=neutral, PublicKeyToken=null", + "Microsoft.Azure.Management.EventHub.Models.KeyVaultProperties": { + "Namespace": "Microsoft.Azure.Management.EventHub.Models", + "Name": "Microsoft.Azure.Management.EventHub.Models.KeyVaultProperties", + "AssemblyQualifiedName": "Microsoft.Azure.Management.EventHub.Models.KeyVaultProperties, Microsoft.Azure.Management.EventHub, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { - "IpMask": "System.String", - "Action": "System.String" + "KeyName": "System.String", + "KeyVaultUri": "System.String", + "KeyVersion": "System.String" }, "ElementType": null, "GenericTypeArguments": [], "Methods": [ - { - "Name": "PSNWRuleSetIpRulesAttributesCollection", - "Parameters": [ - { - "Name": "nwiprulescol", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.EventHub.Models.PSNWRuleSetIpRulesAttributes]" - }, { "Name": "ToString", "Parameters": [], @@ -21740,45 +22807,55 @@ "ReturnType": null, "Parameters": [ { - "Name": "nwiprules", + "Name": "keyName", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "keyVaultUri", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "keyVersion", "Type": "System.Reflection.RuntimeParameterInfo" } ] } ] }, - "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.EventHub.Models.PSNWRuleSetVirtualNetworkRulesAttributes]": { - "Namespace": "System.Collections.Generic", - "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.EventHub.Models.PSNWRuleSetVirtualNetworkRulesAttributes]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.EventHub.Models.PSNWRuleSetVirtualNetworkRulesAttributes, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=1.4.3.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "System.Nullable`1[Microsoft.Azure.Management.EventHub.Models.KeySource]": { + "Namespace": "System", + "Name": "System.Nullable`1[Microsoft.Azure.Management.EventHub.Models.KeySource]", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.EventHub.Models.KeySource, Microsoft.Azure.Management.EventHub, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ - "Microsoft.Azure.Commands.EventHub.Models.PSNWRuleSetVirtualNetworkRulesAttributes" + "Microsoft.Azure.Management.EventHub.Models.KeySource" ], "Methods": [], "Constructors": [] }, - "Microsoft.Azure.Commands.EventHub.Models.PSNWRuleSetVirtualNetworkRulesAttributes": { - "Namespace": "Microsoft.Azure.Commands.EventHub.Models", - "Name": "Microsoft.Azure.Commands.EventHub.Models.PSNWRuleSetVirtualNetworkRulesAttributes", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.EventHub.Models.PSNWRuleSetVirtualNetworkRulesAttributes, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=1.4.3.0, Culture=neutral, PublicKeyToken=null", - "Properties": { - "Subnet": "Microsoft.Azure.Commands.EventHub.Models.PSSubnetAttributes", - "IgnoreMissingVnetServiceEndpoint": "System.Nullable`1[System.Boolean]" - }, + "Microsoft.Azure.Management.EventHub.Models.KeySource": { + "Namespace": "Microsoft.Azure.Management.EventHub.Models", + "Name": "Microsoft.Azure.Management.EventHub.Models.KeySource", + "AssemblyQualifiedName": "Microsoft.Azure.Management.EventHub.Models.KeySource, Microsoft.Azure.Management.EventHub, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, "ElementType": null, "GenericTypeArguments": [], "Methods": [ { - "Name": "PSNWRuleSetVirtualNetworkRulesAttributesCollection", + "Name": "Equals", "Parameters": [ { - "Name": "nwVirtualNetworkRules", + "Name": "obj", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.EventHub.Models.PSNWRuleSetVirtualNetworkRulesAttributes]" + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" }, { "Name": "ToString", @@ -21786,50 +22863,90 @@ "ReturnType": "System.String" }, { - "Name": "Equals", + "Name": "ToString", "Parameters": [ { - "Name": "obj", + "Name": "format", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "provider", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Boolean" + "ReturnType": "System.String" }, { - "Name": "GetHashCode", - "Parameters": [], + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], "ReturnType": "System.Int32" }, { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [ + "Name": "ToString", + "Parameters": [ + { + "Name": "format", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.String" + }, { - "Name": "", - "ReturnType": null, - "Parameters": [] + "Name": "ToString", + "Parameters": [ + { + "Name": "provider", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.String" }, { - "Name": "", - "ReturnType": null, + "Name": "HasFlag", "Parameters": [ { - "Name": "nwVirtualNetworkRules", + "Name": "flag", "Type": "System.Reflection.RuntimeParameterInfo" } - ] + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetTypeCode", + "Parameters": [], + "ReturnType": "System.TypeCode" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" } - ] + ], + "Constructors": [] }, - "Microsoft.Azure.Commands.EventHub.Models.PSSubnetAttributes": { + "System.TypeCode": { + "Namespace": "System", + "Name": "System.TypeCode", + "AssemblyQualifiedName": "System.TypeCode, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "Microsoft.Azure.Commands.EventHub.Models.PSIdentityAttributes": { "Namespace": "Microsoft.Azure.Commands.EventHub.Models", - "Name": "Microsoft.Azure.Commands.EventHub.Models.PSSubnetAttributes", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.EventHub.Models.PSSubnetAttributes, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=1.4.3.0, Culture=neutral, PublicKeyToken=null", + "Name": "Microsoft.Azure.Commands.EventHub.Models.PSIdentityAttributes", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.EventHub.Models.PSIdentityAttributes, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=1.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { - "Id": "System.String" + "Type": "System.Nullable`1[Microsoft.Azure.Management.EventHub.Models.IdentityType]", + "TenantId": "System.String", + "PrincipalId": "System.String" }, "ElementType": null, "GenericTypeArguments": [], @@ -21861,35 +22978,125 @@ } ], "Constructors": [ - { - "Name": "", - "ReturnType": null, - "Parameters": [] - }, { "Name": "", "ReturnType": null, "Parameters": [ { - "Name": "subnet", + "Name": "resIdentity", "Type": "System.Reflection.RuntimeParameterInfo" } ] } ] }, - "System.Nullable`1[System.Boolean]": { + "System.Nullable`1[Microsoft.Azure.Management.EventHub.Models.IdentityType]": { "Namespace": "System", - "Name": "System.Nullable`1[System.Boolean]", - "AssemblyQualifiedName": "System.Nullable`1[[System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Name": "System.Nullable`1[Microsoft.Azure.Management.EventHub.Models.IdentityType]", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.EventHub.Models.IdentityType, Microsoft.Azure.Management.EventHub, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ - "System.Boolean" + "Microsoft.Azure.Management.EventHub.Models.IdentityType" ], "Methods": [], "Constructors": [] }, + "Microsoft.Azure.Management.EventHub.Models.IdentityType": { + "Namespace": "Microsoft.Azure.Management.EventHub.Models", + "Name": "Microsoft.Azure.Management.EventHub.Models.IdentityType", + "AssemblyQualifiedName": "Microsoft.Azure.Management.EventHub.Models.IdentityType, Microsoft.Azure.Management.EventHub, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "ToString", + "Parameters": [ + { + "Name": "format", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "provider", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Int32" + }, + { + "Name": "ToString", + "Parameters": [ + { + "Name": "format", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "ToString", + "Parameters": [ + { + "Name": "provider", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetTypeCode", + "Parameters": [], + "ReturnType": "System.TypeCode" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [] + }, "Microsoft.Azure.Management.EventHub.Models.Sku": { "Namespace": "Microsoft.Azure.Management.EventHub.Models", "Name": "Microsoft.Azure.Management.EventHub.Models.Sku", @@ -21986,7 +23193,7 @@ "Microsoft.Azure.Commands.EventHub.Models.PSCaptureDescriptionAttributes": { "Namespace": "Microsoft.Azure.Commands.EventHub.Models", "Name": "Microsoft.Azure.Commands.EventHub.Models.PSCaptureDescriptionAttributes", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.EventHub.Models.PSCaptureDescriptionAttributes, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=1.4.3.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.EventHub.Models.PSCaptureDescriptionAttributes, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=1.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Destination": "Microsoft.Azure.Commands.EventHub.Models.PSDestinationAttributes", "Encoding": "System.Nullable`1[Microsoft.Azure.Commands.EventHub.Models.EnumEncodingCaptureDescription]", @@ -22045,7 +23252,7 @@ "Microsoft.Azure.Commands.EventHub.Models.PSDestinationAttributes": { "Namespace": "Microsoft.Azure.Commands.EventHub.Models", "Name": "Microsoft.Azure.Commands.EventHub.Models.PSDestinationAttributes", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.EventHub.Models.PSDestinationAttributes, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=1.4.3.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.EventHub.Models.PSDestinationAttributes, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=1.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Name": "System.String", "StorageAccountResourceId": "System.String", @@ -22102,7 +23309,7 @@ "System.Nullable`1[Microsoft.Azure.Commands.EventHub.Models.EnumEncodingCaptureDescription]": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Commands.EventHub.Models.EnumEncodingCaptureDescription]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.EventHub.Models.EnumEncodingCaptureDescription, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=1.4.3.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.EventHub.Models.EnumEncodingCaptureDescription, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=1.5.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -22114,7 +23321,7 @@ "Microsoft.Azure.Commands.EventHub.Models.EnumEncodingCaptureDescription": { "Namespace": "Microsoft.Azure.Commands.EventHub.Models", "Name": "Microsoft.Azure.Commands.EventHub.Models.EnumEncodingCaptureDescription", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.EventHub.Models.EnumEncodingCaptureDescription, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=1.4.3.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.EventHub.Models.EnumEncodingCaptureDescription, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=1.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -22206,16 +23413,6 @@ ], "Constructors": [] }, - "System.TypeCode": { - "Namespace": "System", - "Name": "System.TypeCode", - "AssemblyQualifiedName": "System.TypeCode, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, "System.Nullable`1[Microsoft.Azure.Management.EventHub.Models.EntityStatus]": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Management.EventHub.Models.EntityStatus]", @@ -22552,7 +23749,7 @@ "System.Nullable`1[Microsoft.Azure.Commands.EventHub.Models.UnavailableReasonAttributes]": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Commands.EventHub.Models.UnavailableReasonAttributes]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.EventHub.Models.UnavailableReasonAttributes, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=1.4.3.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.EventHub.Models.UnavailableReasonAttributes, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=1.5.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -22564,7 +23761,7 @@ "Microsoft.Azure.Commands.EventHub.Models.UnavailableReasonAttributes": { "Namespace": "Microsoft.Azure.Commands.EventHub.Models", "Name": "Microsoft.Azure.Commands.EventHub.Models.UnavailableReasonAttributes", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.EventHub.Models.UnavailableReasonAttributes, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=1.4.3.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.EventHub.Models.UnavailableReasonAttributes, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=1.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -22659,7 +23856,7 @@ "Microsoft.Azure.Commands.EventHub.Models.NamespaceState": { "Namespace": "Microsoft.Azure.Commands.EventHub.Models", "Name": "Microsoft.Azure.Commands.EventHub.Models.NamespaceState", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.EventHub.Models.NamespaceState, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=1.4.3.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.EventHub.Models.NamespaceState, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=1.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -22750,6 +23947,16 @@ } ], "Constructors": [] + }, + "System.String[]": { + "Namespace": "System", + "Name": "System.String[]", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": "System.String", + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] } } } diff --git a/tools/Tools.Common/SerializedCmdlets/Microsoft.Azure.PowerShell.Cmdlets.Functions.dll.json b/tools/Tools.Common/SerializedCmdlets/Microsoft.Azure.PowerShell.Cmdlets.Functions.dll.json index d4d67861866a..2717140fd2fa 100644 --- a/tools/Tools.Common/SerializedCmdlets/Microsoft.Azure.PowerShell.Cmdlets.Functions.dll.json +++ b/tools/Tools.Common/SerializedCmdlets/Microsoft.Azure.PowerShell.Cmdlets.Functions.dll.json @@ -14,7 +14,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISite", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISite, Az.Functions.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISite, Az.Functions.private, Version=1.0.1.0, Culture=neutral, PublicKeyToken=null", "Properties": { "CloningInfoAppSettingsOverride": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICloningInfoAppSettingsOverrides", "HostNameSslState": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHostNameSslState[]", @@ -215,7 +215,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=1.0.1.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep", "GenericTypeArguments": [], @@ -233,7 +233,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=1.0.1.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep", "GenericTypeArguments": [], @@ -410,7 +410,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=1.0.1.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep", "GenericTypeArguments": [], @@ -434,7 +434,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=1.0.1.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep", "GenericTypeArguments": [], @@ -658,7 +658,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=1.0.1.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep", "GenericTypeArguments": [], @@ -682,7 +682,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=1.0.1.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep", "GenericTypeArguments": [], @@ -930,7 +930,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=1.0.1.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep", "GenericTypeArguments": [], @@ -954,7 +954,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=1.0.1.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep", "GenericTypeArguments": [], @@ -1178,7 +1178,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=1.0.1.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep", "GenericTypeArguments": [], @@ -1202,7 +1202,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=1.0.1.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep", "GenericTypeArguments": [], @@ -1310,7 +1310,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IGeoRegion", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IGeoRegion, Az.Functions.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IGeoRegion, Az.Functions.private, Version=1.0.1.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Description": "System.String", "DisplayName": "System.String", @@ -1424,7 +1424,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=1.0.1.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep", "GenericTypeArguments": [], @@ -1442,7 +1442,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=1.0.1.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep", "GenericTypeArguments": [], @@ -1643,7 +1643,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=1.0.1.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep", "GenericTypeArguments": [], @@ -1667,7 +1667,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=1.0.1.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep", "GenericTypeArguments": [], @@ -1775,7 +1775,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlan", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlan, Az.Functions.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlan, Az.Functions.private, Version=1.0.1.0, Culture=neutral, PublicKeyToken=null", "Properties": { "SkuCapability": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICapability[]", "ProvisioningState": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ProvisioningState]", @@ -1936,7 +1936,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=1.0.1.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep", "GenericTypeArguments": [], @@ -1954,7 +1954,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=1.0.1.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep", "GenericTypeArguments": [], @@ -2107,7 +2107,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=1.0.1.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep", "GenericTypeArguments": [], @@ -2131,7 +2131,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=1.0.1.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep", "GenericTypeArguments": [], @@ -2331,7 +2331,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=1.0.1.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep", "GenericTypeArguments": [], @@ -2355,7 +2355,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=1.0.1.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep", "GenericTypeArguments": [], @@ -2579,7 +2579,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=1.0.1.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep", "GenericTypeArguments": [], @@ -2603,7 +2603,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=1.0.1.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep", "GenericTypeArguments": [], @@ -2803,7 +2803,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=1.0.1.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep", "GenericTypeArguments": [], @@ -2827,7 +2827,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=1.0.1.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep", "GenericTypeArguments": [], @@ -2935,7 +2935,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStringDictionary", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStringDictionary, Az.Functions.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStringDictionary, Az.Functions.private, Version=1.0.1.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Property": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStringDictionaryProperties" }, @@ -3008,7 +3008,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISite", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISite, Az.Functions.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISite, Az.Functions.private, Version=1.0.1.0, Culture=neutral, PublicKeyToken=null", "Properties": { "CloningInfoAppSettingsOverride": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICloningInfoAppSettingsOverrides", "HostNameSslState": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHostNameSslState[]", @@ -3120,7 +3120,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=1.0.1.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep", "GenericTypeArguments": [], @@ -3138,7 +3138,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=1.0.1.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep", "GenericTypeArguments": [], @@ -3339,7 +3339,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=1.0.1.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep", "GenericTypeArguments": [], @@ -3363,7 +3363,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=1.0.1.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep", "GenericTypeArguments": [], @@ -3464,7 +3464,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISite", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISite, Az.Functions.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISite, Az.Functions.private, Version=1.0.1.0, Culture=neutral, PublicKeyToken=null", "Properties": { "CloningInfoAppSettingsOverride": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICloningInfoAppSettingsOverrides", "HostNameSslState": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHostNameSslState[]", @@ -3594,7 +3594,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=1.0.1.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep", "GenericTypeArguments": [], @@ -3618,7 +3618,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=1.0.1.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep", "GenericTypeArguments": [], @@ -3770,7 +3770,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=1.0.1.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep", "GenericTypeArguments": [], @@ -3794,7 +3794,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=1.0.1.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep", "GenericTypeArguments": [], @@ -3902,7 +3902,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISite", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISite, Az.Functions.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISite, Az.Functions.private, Version=1.0.1.0, Culture=neutral, PublicKeyToken=null", "Properties": { "CloningInfoAppSettingsOverride": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICloningInfoAppSettingsOverrides", "HostNameSslState": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHostNameSslState[]", @@ -4250,7 +4250,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ManagedServiceIdentityType", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ManagedServiceIdentityType, Az.Functions.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ManagedServiceIdentityType, Az.Functions.private, Version=1.0.1.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -4477,7 +4477,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=1.0.1.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep", "GenericTypeArguments": [], @@ -4495,7 +4495,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=1.0.1.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep", "GenericTypeArguments": [], @@ -4819,7 +4819,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ManagedServiceIdentityType", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ManagedServiceIdentityType, Az.Functions.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ManagedServiceIdentityType, Az.Functions.private, Version=1.0.1.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -5028,7 +5028,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=1.0.1.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep", "GenericTypeArguments": [], @@ -5052,7 +5052,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=1.0.1.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep", "GenericTypeArguments": [], @@ -5519,7 +5519,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ManagedServiceIdentityType", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ManagedServiceIdentityType, Az.Functions.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ManagedServiceIdentityType, Az.Functions.private, Version=1.0.1.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -5728,7 +5728,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=1.0.1.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep", "GenericTypeArguments": [], @@ -5752,7 +5752,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=1.0.1.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep", "GenericTypeArguments": [], @@ -6219,7 +6219,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ManagedServiceIdentityType", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ManagedServiceIdentityType, Az.Functions.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ManagedServiceIdentityType, Az.Functions.private, Version=1.0.1.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -6428,7 +6428,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=1.0.1.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep", "GenericTypeArguments": [], @@ -6452,7 +6452,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=1.0.1.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep", "GenericTypeArguments": [], @@ -6871,7 +6871,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ManagedServiceIdentityType", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ManagedServiceIdentityType, Az.Functions.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ManagedServiceIdentityType, Az.Functions.private, Version=1.0.1.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -7080,7 +7080,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=1.0.1.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep", "GenericTypeArguments": [], @@ -7104,7 +7104,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=1.0.1.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep", "GenericTypeArguments": [], @@ -7212,7 +7212,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlan", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlan, Az.Functions.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlan, Az.Functions.private, Version=1.0.1.0, Culture=neutral, PublicKeyToken=null", "Properties": { "SkuCapability": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICapability[]", "ProvisioningState": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ProvisioningState]", @@ -7503,7 +7503,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=1.0.1.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep", "GenericTypeArguments": [], @@ -7521,7 +7521,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=1.0.1.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep", "GenericTypeArguments": [], @@ -7918,7 +7918,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=1.0.1.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep", "GenericTypeArguments": [], @@ -7942,7 +7942,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=1.0.1.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep", "GenericTypeArguments": [], @@ -8139,7 +8139,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISite", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISite, Az.Functions.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISite, Az.Functions.private, Version=1.0.1.0, Culture=neutral, PublicKeyToken=null", "Properties": { "CloningInfoAppSettingsOverride": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICloningInfoAppSettingsOverrides", "HostNameSslState": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHostNameSslState[]", @@ -8269,7 +8269,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=1.0.1.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep", "GenericTypeArguments": [], @@ -8287,7 +8287,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=1.0.1.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep", "GenericTypeArguments": [], @@ -8536,7 +8536,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=1.0.1.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep", "GenericTypeArguments": [], @@ -8560,7 +8560,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=1.0.1.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep", "GenericTypeArguments": [], @@ -8760,7 +8760,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=1.0.1.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep", "GenericTypeArguments": [], @@ -8784,7 +8784,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=1.0.1.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep", "GenericTypeArguments": [], @@ -8885,7 +8885,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISite", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISite, Az.Functions.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISite, Az.Functions.private, Version=1.0.1.0, Culture=neutral, PublicKeyToken=null", "Properties": { "CloningInfoAppSettingsOverride": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICloningInfoAppSettingsOverrides", "HostNameSslState": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHostNameSslState[]", @@ -9063,7 +9063,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=1.0.1.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep", "GenericTypeArguments": [], @@ -9087,7 +9087,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=1.0.1.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep", "GenericTypeArguments": [], @@ -9284,7 +9284,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlan", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlan, Az.Functions.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlan, Az.Functions.private, Version=1.0.1.0, Culture=neutral, PublicKeyToken=null", "Properties": { "SkuCapability": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICapability[]", "ProvisioningState": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ProvisioningState]", @@ -9410,7 +9410,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=1.0.1.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep", "GenericTypeArguments": [], @@ -9428,7 +9428,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=1.0.1.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep", "GenericTypeArguments": [], @@ -9683,7 +9683,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=1.0.1.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep", "GenericTypeArguments": [], @@ -9707,7 +9707,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=1.0.1.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep", "GenericTypeArguments": [], @@ -9907,7 +9907,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=1.0.1.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep", "GenericTypeArguments": [], @@ -9931,7 +9931,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=1.0.1.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep", "GenericTypeArguments": [], @@ -10008,7 +10008,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlan", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlan, Az.Functions.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlan, Az.Functions.private, Version=1.0.1.0, Culture=neutral, PublicKeyToken=null", "Properties": { "SkuCapability": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICapability[]", "ProvisioningState": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ProvisioningState]", @@ -10188,7 +10188,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=1.0.1.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep", "GenericTypeArguments": [], @@ -10212,7 +10212,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=1.0.1.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep", "GenericTypeArguments": [], @@ -10296,7 +10296,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStringDictionary", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStringDictionary, Az.Functions.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStringDictionary, Az.Functions.private, Version=1.0.1.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Property": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStringDictionaryProperties" }, @@ -10405,7 +10405,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISite", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISite, Az.Functions.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISite, Az.Functions.private, Version=1.0.1.0, Culture=neutral, PublicKeyToken=null", "Properties": { "CloningInfoAppSettingsOverride": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICloningInfoAppSettingsOverrides", "HostNameSslState": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHostNameSslState[]", @@ -10517,7 +10517,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=1.0.1.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep", "GenericTypeArguments": [], @@ -10535,7 +10535,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=1.0.1.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep", "GenericTypeArguments": [], @@ -10784,7 +10784,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=1.0.1.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep", "GenericTypeArguments": [], @@ -10808,7 +10808,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=1.0.1.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep", "GenericTypeArguments": [], @@ -11008,7 +11008,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=1.0.1.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep", "GenericTypeArguments": [], @@ -11032,7 +11032,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=1.0.1.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep", "GenericTypeArguments": [], @@ -11133,7 +11133,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISite", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISite, Az.Functions.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISite, Az.Functions.private, Version=1.0.1.0, Culture=neutral, PublicKeyToken=null", "Properties": { "CloningInfoAppSettingsOverride": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICloningInfoAppSettingsOverrides", "HostNameSslState": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHostNameSslState[]", @@ -11311,7 +11311,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=1.0.1.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep", "GenericTypeArguments": [], @@ -11335,7 +11335,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=1.0.1.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep", "GenericTypeArguments": [], @@ -11532,7 +11532,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISite", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISite, Az.Functions.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISite, Az.Functions.private, Version=1.0.1.0, Culture=neutral, PublicKeyToken=null", "Properties": { "CloningInfoAppSettingsOverride": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICloningInfoAppSettingsOverrides", "HostNameSslState": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHostNameSslState[]", @@ -11662,7 +11662,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=1.0.1.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep", "GenericTypeArguments": [], @@ -11680,7 +11680,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=1.0.1.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep", "GenericTypeArguments": [], @@ -11929,7 +11929,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=1.0.1.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep", "GenericTypeArguments": [], @@ -11953,7 +11953,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=1.0.1.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep", "GenericTypeArguments": [], @@ -12153,7 +12153,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=1.0.1.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep", "GenericTypeArguments": [], @@ -12177,7 +12177,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=1.0.1.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep", "GenericTypeArguments": [], @@ -12278,7 +12278,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISite", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISite, Az.Functions.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISite, Az.Functions.private, Version=1.0.1.0, Culture=neutral, PublicKeyToken=null", "Properties": { "CloningInfoAppSettingsOverride": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICloningInfoAppSettingsOverrides", "HostNameSslState": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHostNameSslState[]", @@ -12456,7 +12456,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=1.0.1.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep", "GenericTypeArguments": [], @@ -12480,7 +12480,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=1.0.1.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep", "GenericTypeArguments": [], @@ -12659,7 +12659,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISite", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISite, Az.Functions.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISite, Az.Functions.private, Version=1.0.1.0, Culture=neutral, PublicKeyToken=null", "Properties": { "CloningInfoAppSettingsOverride": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICloningInfoAppSettingsOverrides", "HostNameSslState": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHostNameSslState[]", @@ -12789,7 +12789,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=1.0.1.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep", "GenericTypeArguments": [], @@ -12807,7 +12807,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=1.0.1.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep", "GenericTypeArguments": [], @@ -13032,7 +13032,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=1.0.1.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep", "GenericTypeArguments": [], @@ -13056,7 +13056,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=1.0.1.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep", "GenericTypeArguments": [], @@ -13157,7 +13157,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISite", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISite, Az.Functions.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISite, Az.Functions.private, Version=1.0.1.0, Culture=neutral, PublicKeyToken=null", "Properties": { "CloningInfoAppSettingsOverride": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICloningInfoAppSettingsOverrides", "HostNameSslState": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHostNameSslState[]", @@ -13311,7 +13311,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=1.0.1.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep", "GenericTypeArguments": [], @@ -13335,7 +13335,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=1.0.1.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep", "GenericTypeArguments": [], @@ -13511,7 +13511,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=1.0.1.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep", "GenericTypeArguments": [], @@ -13535,7 +13535,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=1.0.1.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep", "GenericTypeArguments": [], @@ -13732,7 +13732,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISite", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISite, Az.Functions.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISite, Az.Functions.private, Version=1.0.1.0, Culture=neutral, PublicKeyToken=null", "Properties": { "CloningInfoAppSettingsOverride": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICloningInfoAppSettingsOverrides", "HostNameSslState": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHostNameSslState[]", @@ -13862,7 +13862,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=1.0.1.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep", "GenericTypeArguments": [], @@ -13880,7 +13880,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=1.0.1.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep", "GenericTypeArguments": [], @@ -14129,7 +14129,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=1.0.1.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep", "GenericTypeArguments": [], @@ -14153,7 +14153,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=1.0.1.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep", "GenericTypeArguments": [], @@ -14353,7 +14353,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=1.0.1.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep", "GenericTypeArguments": [], @@ -14377,7 +14377,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=1.0.1.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep", "GenericTypeArguments": [], @@ -14478,7 +14478,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISite", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISite, Az.Functions.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISite, Az.Functions.private, Version=1.0.1.0, Culture=neutral, PublicKeyToken=null", "Properties": { "CloningInfoAppSettingsOverride": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICloningInfoAppSettingsOverrides", "HostNameSslState": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHostNameSslState[]", @@ -14656,7 +14656,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=1.0.1.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep", "GenericTypeArguments": [], @@ -14680,7 +14680,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=1.0.1.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep", "GenericTypeArguments": [], @@ -14788,7 +14788,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISite", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISite, Az.Functions.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISite, Az.Functions.private, Version=1.0.1.0, Culture=neutral, PublicKeyToken=null", "Properties": { "CloningInfoAppSettingsOverride": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICloningInfoAppSettingsOverrides", "HostNameSslState": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHostNameSslState[]", @@ -14990,7 +14990,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ManagedServiceIdentityType", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ManagedServiceIdentityType, Az.Functions.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ManagedServiceIdentityType, Az.Functions.private, Version=1.0.1.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -15088,7 +15088,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISite", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISite, Az.Functions.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISite, Az.Functions.private, Version=1.0.1.0, Culture=neutral, PublicKeyToken=null", "Properties": { "CloningInfoAppSettingsOverride": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICloningInfoAppSettingsOverrides", "HostNameSslState": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHostNameSslState[]", @@ -15236,7 +15236,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=1.0.1.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep", "GenericTypeArguments": [], @@ -15254,7 +15254,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=1.0.1.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep", "GenericTypeArguments": [], @@ -15504,7 +15504,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ManagedServiceIdentityType", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ManagedServiceIdentityType, Az.Functions.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ManagedServiceIdentityType, Az.Functions.private, Version=1.0.1.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -15713,7 +15713,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=1.0.1.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep", "GenericTypeArguments": [], @@ -15737,7 +15737,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=1.0.1.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep", "GenericTypeArguments": [], @@ -15938,7 +15938,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ManagedServiceIdentityType", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ManagedServiceIdentityType, Az.Functions.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ManagedServiceIdentityType, Az.Functions.private, Version=1.0.1.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -16147,7 +16147,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=1.0.1.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep", "GenericTypeArguments": [], @@ -16171,7 +16171,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=1.0.1.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep", "GenericTypeArguments": [], @@ -16272,7 +16272,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISite", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISite, Az.Functions.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISite, Az.Functions.private, Version=1.0.1.0, Culture=neutral, PublicKeyToken=null", "Properties": { "CloningInfoAppSettingsOverride": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICloningInfoAppSettingsOverrides", "HostNameSslState": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHostNameSslState[]", @@ -16451,7 +16451,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ManagedServiceIdentityType", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ManagedServiceIdentityType, Az.Functions.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ManagedServiceIdentityType, Az.Functions.private, Version=1.0.1.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -16660,7 +16660,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=1.0.1.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep", "GenericTypeArguments": [], @@ -16684,7 +16684,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=1.0.1.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep", "GenericTypeArguments": [], @@ -16792,7 +16792,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlan", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlan, Az.Functions.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlan, Az.Functions.private, Version=1.0.1.0, Culture=neutral, PublicKeyToken=null", "Properties": { "SkuCapability": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICapability[]", "ProvisioningState": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ProvisioningState]", @@ -16972,7 +16972,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlan", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlan, Az.Functions.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlan, Az.Functions.private, Version=1.0.1.0, Culture=neutral, PublicKeyToken=null", "Properties": { "SkuCapability": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICapability[]", "ProvisioningState": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ProvisioningState]", @@ -17098,7 +17098,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=1.0.1.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep", "GenericTypeArguments": [], @@ -17116,7 +17116,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=1.0.1.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep", "GenericTypeArguments": [], @@ -17465,7 +17465,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=1.0.1.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep", "GenericTypeArguments": [], @@ -17489,7 +17489,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=1.0.1.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep", "GenericTypeArguments": [], @@ -17789,7 +17789,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=1.0.1.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep", "GenericTypeArguments": [], @@ -17813,7 +17813,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=1.0.1.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep", "GenericTypeArguments": [], @@ -17914,7 +17914,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlan", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlan, Az.Functions.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlan, Az.Functions.private, Version=1.0.1.0, Culture=neutral, PublicKeyToken=null", "Properties": { "SkuCapability": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICapability[]", "ProvisioningState": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ProvisioningState]", @@ -18170,7 +18170,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=1.0.1.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep", "GenericTypeArguments": [], @@ -18194,7 +18194,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=1.0.1.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep", "GenericTypeArguments": [], @@ -18302,7 +18302,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStringDictionary", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStringDictionary, Az.Functions.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStringDictionary, Az.Functions.private, Version=1.0.1.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Property": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStringDictionaryProperties" }, @@ -18411,7 +18411,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISite", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISite, Az.Functions.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISite, Az.Functions.private, Version=1.0.1.0, Culture=neutral, PublicKeyToken=null", "Properties": { "CloningInfoAppSettingsOverride": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICloningInfoAppSettingsOverrides", "HostNameSslState": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHostNameSslState[]", @@ -18523,7 +18523,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=1.0.1.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep", "GenericTypeArguments": [], @@ -18541,7 +18541,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=1.0.1.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep", "GenericTypeArguments": [], @@ -18790,7 +18790,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=1.0.1.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep", "GenericTypeArguments": [], @@ -18814,7 +18814,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=1.0.1.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep", "GenericTypeArguments": [], @@ -19014,7 +19014,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=1.0.1.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep", "GenericTypeArguments": [], @@ -19038,7 +19038,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=1.0.1.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep", "GenericTypeArguments": [], @@ -19139,7 +19139,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISite", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISite, Az.Functions.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISite, Az.Functions.private, Version=1.0.1.0, Culture=neutral, PublicKeyToken=null", "Properties": { "CloningInfoAppSettingsOverride": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICloningInfoAppSettingsOverrides", "HostNameSslState": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHostNameSslState[]", @@ -19317,7 +19317,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=1.0.1.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep", "GenericTypeArguments": [], @@ -19341,7 +19341,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=1.0.1.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep", "GenericTypeArguments": [], @@ -19580,7 +19580,7 @@ "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICloningInfoAppSettingsOverrides": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICloningInfoAppSettingsOverrides", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICloningInfoAppSettingsOverrides, Az.Functions.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICloningInfoAppSettingsOverrides, Az.Functions.private, Version=1.0.1.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -19590,7 +19590,7 @@ "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHostNameSslState[]": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHostNameSslState[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHostNameSslState[], Az.Functions.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHostNameSslState[], Az.Functions.private, Version=1.0.1.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHostNameSslState", "GenericTypeArguments": [], @@ -19600,7 +19600,7 @@ "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHostNameSslState": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHostNameSslState", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHostNameSslState, Az.Functions.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHostNameSslState, Az.Functions.private, Version=1.0.1.0, Culture=neutral, PublicKeyToken=null", "Properties": { "HostType": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.HostType]", "SslState": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.SslState]", @@ -19617,7 +19617,7 @@ "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.HostType]": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.HostType]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.HostType, Az.Functions.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.HostType, Az.Functions.private, Version=1.0.1.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -19629,7 +19629,7 @@ "Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.HostType": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.HostType", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.HostType, Az.Functions.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.HostType, Az.Functions.private, Version=1.0.1.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -19733,7 +19733,7 @@ "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.SslState]": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.SslState]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.SslState, Az.Functions.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.SslState, Az.Functions.private, Version=1.0.1.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -19745,7 +19745,7 @@ "Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.SslState": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.SslState", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.SslState, Az.Functions.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.SslState, Az.Functions.private, Version=1.0.1.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -19829,7 +19829,7 @@ "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IManagedServiceIdentityUserAssignedIdentities": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IManagedServiceIdentityUserAssignedIdentities", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IManagedServiceIdentityUserAssignedIdentities, Az.Functions.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IManagedServiceIdentityUserAssignedIdentities, Az.Functions.private, Version=1.0.1.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -19839,7 +19839,7 @@ "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfig": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfig", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfig, Az.Functions.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfig, Az.Functions.private, Version=1.0.1.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ConnectionString": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IConnStringInfo[]", "HandlerMapping": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHandlerMapping[]", @@ -19928,7 +19928,7 @@ "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IConnStringInfo[]": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IConnStringInfo[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IConnStringInfo[], Az.Functions.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IConnStringInfo[], Az.Functions.private, Version=1.0.1.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IConnStringInfo", "GenericTypeArguments": [], @@ -19938,7 +19938,7 @@ "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IConnStringInfo": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IConnStringInfo", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IConnStringInfo, Az.Functions.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IConnStringInfo, Az.Functions.private, Version=1.0.1.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Type": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ConnectionStringType]", "Name": "System.String", @@ -19952,7 +19952,7 @@ "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ConnectionStringType]": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ConnectionStringType]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ConnectionStringType, Az.Functions.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ConnectionStringType, Az.Functions.private, Version=1.0.1.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -19964,7 +19964,7 @@ "Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ConnectionStringType": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ConnectionStringType", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ConnectionStringType, Az.Functions.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ConnectionStringType, Az.Functions.private, Version=1.0.1.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -20036,7 +20036,7 @@ "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHandlerMapping[]": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHandlerMapping[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHandlerMapping[], Az.Functions.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHandlerMapping[], Az.Functions.private, Version=1.0.1.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHandlerMapping", "GenericTypeArguments": [], @@ -20046,7 +20046,7 @@ "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHandlerMapping": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHandlerMapping", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHandlerMapping, Az.Functions.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHandlerMapping, Az.Functions.private, Version=1.0.1.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Argument": "System.String", "Extension": "System.String", @@ -20060,7 +20060,7 @@ "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IIPSecurityRestriction[]": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IIPSecurityRestriction[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IIPSecurityRestriction[], Az.Functions.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IIPSecurityRestriction[], Az.Functions.private, Version=1.0.1.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IIPSecurityRestriction", "GenericTypeArguments": [], @@ -20070,7 +20070,7 @@ "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IIPSecurityRestriction": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IIPSecurityRestriction", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IIPSecurityRestriction, Az.Functions.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IIPSecurityRestriction, Az.Functions.private, Version=1.0.1.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tag": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.IPFilterTag]", "Priority": "System.Nullable`1[System.Int32]", @@ -20091,7 +20091,7 @@ "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.IPFilterTag]": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.IPFilterTag]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.IPFilterTag, Az.Functions.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.IPFilterTag, Az.Functions.private, Version=1.0.1.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -20103,7 +20103,7 @@ "Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.IPFilterTag": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.IPFilterTag", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.IPFilterTag, Az.Functions.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.IPFilterTag, Az.Functions.private, Version=1.0.1.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -20187,7 +20187,7 @@ "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.INameValuePair[]": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.INameValuePair[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.INameValuePair[], Az.Functions.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.INameValuePair[], Az.Functions.private, Version=1.0.1.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.INameValuePair", "GenericTypeArguments": [], @@ -20197,7 +20197,7 @@ "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.INameValuePair": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.INameValuePair", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.INameValuePair, Az.Functions.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.INameValuePair, Az.Functions.private, Version=1.0.1.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Name": "System.String", "Value": "System.String" @@ -20210,7 +20210,7 @@ "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRampUpRule[]": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRampUpRule[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRampUpRule[], Az.Functions.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRampUpRule[], Az.Functions.private, Version=1.0.1.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRampUpRule", "GenericTypeArguments": [], @@ -20220,7 +20220,7 @@ "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRampUpRule": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRampUpRule", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRampUpRule, Az.Functions.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRampUpRule, Az.Functions.private, Version=1.0.1.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ChangeStep": "System.Nullable`1[System.Double]", "MaxReroutePercentage": "System.Nullable`1[System.Double]", @@ -20251,7 +20251,7 @@ "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStatusCodesBasedTrigger[]": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStatusCodesBasedTrigger[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStatusCodesBasedTrigger[], Az.Functions.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStatusCodesBasedTrigger[], Az.Functions.private, Version=1.0.1.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStatusCodesBasedTrigger", "GenericTypeArguments": [], @@ -20261,7 +20261,7 @@ "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStatusCodesBasedTrigger": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStatusCodesBasedTrigger", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStatusCodesBasedTrigger, Az.Functions.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStatusCodesBasedTrigger, Az.Functions.private, Version=1.0.1.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Count": "System.Nullable`1[System.Int32]", "Status": "System.Nullable`1[System.Int32]", @@ -20277,7 +20277,7 @@ "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IVirtualApplication[]": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IVirtualApplication[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IVirtualApplication[], Az.Functions.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IVirtualApplication[], Az.Functions.private, Version=1.0.1.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IVirtualApplication", "GenericTypeArguments": [], @@ -20287,7 +20287,7 @@ "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IVirtualApplication": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IVirtualApplication", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IVirtualApplication, Az.Functions.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IVirtualApplication, Az.Functions.private, Version=1.0.1.0, Culture=neutral, PublicKeyToken=null", "Properties": { "VirtualDirectory": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IVirtualDirectory[]", "PreloadEnabled": "System.Nullable`1[System.Boolean]", @@ -20302,7 +20302,7 @@ "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IVirtualDirectory[]": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IVirtualDirectory[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IVirtualDirectory[], Az.Functions.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IVirtualDirectory[], Az.Functions.private, Version=1.0.1.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IVirtualDirectory", "GenericTypeArguments": [], @@ -20312,7 +20312,7 @@ "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IVirtualDirectory": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IVirtualDirectory", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IVirtualDirectory, Az.Functions.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IVirtualDirectory, Az.Functions.private, Version=1.0.1.0, Culture=neutral, PublicKeyToken=null", "Properties": { "PhysicalPath": "System.String", "VirtualPath": "System.String" @@ -20325,7 +20325,7 @@ "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.AutoHealActionType]": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.AutoHealActionType]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.AutoHealActionType, Az.Functions.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.AutoHealActionType, Az.Functions.private, Version=1.0.1.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -20337,7 +20337,7 @@ "Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.AutoHealActionType": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.AutoHealActionType", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.AutoHealActionType, Az.Functions.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.AutoHealActionType, Az.Functions.private, Version=1.0.1.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -20409,7 +20409,7 @@ "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.FtpsState]": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.FtpsState]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.FtpsState, Az.Functions.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.FtpsState, Az.Functions.private, Version=1.0.1.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -20421,7 +20421,7 @@ "Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.FtpsState": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.FtpsState", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.FtpsState, Az.Functions.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.FtpsState, Az.Functions.private, Version=1.0.1.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -20493,7 +20493,7 @@ "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ManagedPipelineMode]": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ManagedPipelineMode]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ManagedPipelineMode, Az.Functions.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ManagedPipelineMode, Az.Functions.private, Version=1.0.1.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -20505,7 +20505,7 @@ "Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ManagedPipelineMode": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ManagedPipelineMode", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ManagedPipelineMode, Az.Functions.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ManagedPipelineMode, Az.Functions.private, Version=1.0.1.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -20577,7 +20577,7 @@ "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ScmType]": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ScmType]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ScmType, Az.Functions.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ScmType, Az.Functions.private, Version=1.0.1.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -20589,7 +20589,7 @@ "Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ScmType": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ScmType", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ScmType, Az.Functions.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ScmType, Az.Functions.private, Version=1.0.1.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -20661,7 +20661,7 @@ "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.SiteLoadBalancing]": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.SiteLoadBalancing]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.SiteLoadBalancing, Az.Functions.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.SiteLoadBalancing, Az.Functions.private, Version=1.0.1.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -20673,7 +20673,7 @@ "Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.SiteLoadBalancing": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.SiteLoadBalancing", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.SiteLoadBalancing, Az.Functions.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.SiteLoadBalancing, Az.Functions.private, Version=1.0.1.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -20745,7 +20745,7 @@ "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.SupportedTlsVersions]": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.SupportedTlsVersions]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.SupportedTlsVersions, Az.Functions.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.SupportedTlsVersions, Az.Functions.private, Version=1.0.1.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -20757,7 +20757,7 @@ "Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.SupportedTlsVersions": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.SupportedTlsVersions", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.SupportedTlsVersions, Az.Functions.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.SupportedTlsVersions, Az.Functions.private, Version=1.0.1.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -20873,7 +20873,7 @@ "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ManagedServiceIdentityType]": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ManagedServiceIdentityType]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ManagedServiceIdentityType, Az.Functions.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ManagedServiceIdentityType, Az.Functions.private, Version=1.0.1.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -20885,7 +20885,7 @@ "Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ManagedServiceIdentityType": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ManagedServiceIdentityType", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ManagedServiceIdentityType, Az.Functions.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ManagedServiceIdentityType, Az.Functions.private, Version=1.0.1.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -20957,7 +20957,7 @@ "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.RedundancyMode]": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.RedundancyMode]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.RedundancyMode, Az.Functions.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.RedundancyMode, Az.Functions.private, Version=1.0.1.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -20969,7 +20969,7 @@ "Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.RedundancyMode": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.RedundancyMode", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.RedundancyMode, Az.Functions.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.RedundancyMode, Az.Functions.private, Version=1.0.1.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -21041,7 +21041,7 @@ "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.SiteAvailabilityState]": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.SiteAvailabilityState]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.SiteAvailabilityState, Az.Functions.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.SiteAvailabilityState, Az.Functions.private, Version=1.0.1.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -21053,7 +21053,7 @@ "Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.SiteAvailabilityState": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.SiteAvailabilityState", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.SiteAvailabilityState, Az.Functions.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.SiteAvailabilityState, Az.Functions.private, Version=1.0.1.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -21125,7 +21125,7 @@ "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.UsageState]": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.UsageState]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.UsageState, Az.Functions.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.UsageState, Az.Functions.private, Version=1.0.1.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -21137,7 +21137,7 @@ "Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.UsageState": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.UsageState", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.UsageState, Az.Functions.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.UsageState, Az.Functions.private, Version=1.0.1.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -21209,7 +21209,7 @@ "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep, Az.Functions.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep, Az.Functions.private, Version=1.0.1.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Target": "System.Object", "Method": "System.Reflection.MethodInfo" @@ -21433,7 +21433,7 @@ "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICapability[]": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICapability[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICapability[], Az.Functions.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICapability[], Az.Functions.private, Version=1.0.1.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICapability", "GenericTypeArguments": [], @@ -21443,7 +21443,7 @@ "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICapability": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICapability", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICapability, Az.Functions.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICapability, Az.Functions.private, Version=1.0.1.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Name": "System.String", "Reason": "System.String", @@ -21457,7 +21457,7 @@ "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ProvisioningState]": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ProvisioningState]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ProvisioningState, Az.Functions.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ProvisioningState, Az.Functions.private, Version=1.0.1.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -21469,7 +21469,7 @@ "Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ProvisioningState": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ProvisioningState", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ProvisioningState, Az.Functions.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ProvisioningState, Az.Functions.private, Version=1.0.1.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -21541,7 +21541,7 @@ "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.StatusOptions]": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.StatusOptions]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.StatusOptions, Az.Functions.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.StatusOptions, Az.Functions.private, Version=1.0.1.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -21553,7 +21553,7 @@ "Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.StatusOptions": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.StatusOptions", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.StatusOptions, Az.Functions.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.StatusOptions, Az.Functions.private, Version=1.0.1.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -21625,7 +21625,7 @@ "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStringDictionaryProperties": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStringDictionaryProperties", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStringDictionaryProperties, Az.Functions.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStringDictionaryProperties, Az.Functions.private, Version=1.0.1.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], diff --git a/tools/Tools.Common/SerializedCmdlets/Microsoft.Azure.PowerShell.Cmdlets.HDInsight.dll.json b/tools/Tools.Common/SerializedCmdlets/Microsoft.Azure.PowerShell.Cmdlets.HDInsight.dll.json index 66b1bdc275d8..73b48c487c82 100644 --- a/tools/Tools.Common/SerializedCmdlets/Microsoft.Azure.PowerShell.Cmdlets.HDInsight.dll.json +++ b/tools/Tools.Common/SerializedCmdlets/Microsoft.Azure.PowerShell.Cmdlets.HDInsight.dll.json @@ -14,7 +14,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.HDInsight.Models", "Name": "Microsoft.Azure.Commands.HDInsight.Models.AzureHDInsightJob", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.HDInsight.Models.AzureHDInsightJob, Microsoft.Azure.PowerShell.Cmdlets.HDInsight, Version=3.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.HDInsight.Models.AzureHDInsightJob, Microsoft.Azure.PowerShell.Cmdlets.HDInsight, Version=3.3.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ExitValue": "System.Nullable`1[System.Int32]", "Callback": "System.Object", @@ -537,7 +537,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.HDInsight.Models.Job", "Name": "Microsoft.Azure.Commands.HDInsight.Models.Job.JobDisplayOutputType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.HDInsight.Models.Job.JobDisplayOutputType, Microsoft.Azure.PowerShell.Cmdlets.HDInsight, Version=3.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.HDInsight.Models.Job.JobDisplayOutputType, Microsoft.Azure.PowerShell.Cmdlets.HDInsight, Version=3.3.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -849,7 +849,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.HDInsight.Models.Job", "Name": "Microsoft.Azure.Commands.HDInsight.Models.Job.JobDisplayOutputType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.HDInsight.Models.Job.JobDisplayOutputType, Microsoft.Azure.PowerShell.Cmdlets.HDInsight, Version=3.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.HDInsight.Models.Job.JobDisplayOutputType, Microsoft.Azure.PowerShell.Cmdlets.HDInsight, Version=3.3.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -1580,7 +1580,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.HDInsight.Models", "Name": "Microsoft.Azure.Commands.HDInsight.Models.AzureHDInsightHiveJobDefinition", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.HDInsight.Models.AzureHDInsightHiveJobDefinition, Microsoft.Azure.PowerShell.Cmdlets.HDInsight, Version=3.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.HDInsight.Models.AzureHDInsightHiveJobDefinition, Microsoft.Azure.PowerShell.Cmdlets.HDInsight, Version=3.3.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "RunAsFileJob": "System.Boolean", "Defines": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -2066,7 +2066,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.HDInsight.Models", "Name": "Microsoft.Azure.Commands.HDInsight.Models.AzureHDInsightMapReduceJobDefinition", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.HDInsight.Models.AzureHDInsightMapReduceJobDefinition, Microsoft.Azure.PowerShell.Cmdlets.HDInsight, Version=3.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.HDInsight.Models.AzureHDInsightMapReduceJobDefinition, Microsoft.Azure.PowerShell.Cmdlets.HDInsight, Version=3.3.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Defines": "System.Collections.Generic.IDictionary`2[System.String,System.String]", "LibJars": "System.Collections.Generic.IList`1[System.String]", @@ -2552,7 +2552,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.HDInsight.Models", "Name": "Microsoft.Azure.Commands.HDInsight.Models.AzureHDInsightPigJobDefinition", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.HDInsight.Models.AzureHDInsightPigJobDefinition, Microsoft.Azure.PowerShell.Cmdlets.HDInsight, Version=3.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.HDInsight.Models.AzureHDInsightPigJobDefinition, Microsoft.Azure.PowerShell.Cmdlets.HDInsight, Version=3.3.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Arguments": "System.Collections.Generic.IList`1[System.String]", "Files": "System.Collections.Generic.IList`1[System.String]", @@ -2909,7 +2909,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.HDInsight.Models", "Name": "Microsoft.Azure.Commands.HDInsight.Models.AzureHDInsightSqoopJobDefinition", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.HDInsight.Models.AzureHDInsightSqoopJobDefinition, Microsoft.Azure.PowerShell.Cmdlets.HDInsight, Version=3.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.HDInsight.Models.AzureHDInsightSqoopJobDefinition, Microsoft.Azure.PowerShell.Cmdlets.HDInsight, Version=3.3.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Arguments": "System.Collections.Generic.IList`1[System.String]", "Files": "System.Collections.Generic.IList`1[System.String]", @@ -3268,7 +3268,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.HDInsight.Models", "Name": "Microsoft.Azure.Commands.HDInsight.Models.AzureHDInsightStreamingMapReduceJobDefinition", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.HDInsight.Models.AzureHDInsightStreamingMapReduceJobDefinition, Microsoft.Azure.PowerShell.Cmdlets.HDInsight, Version=3.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.HDInsight.Models.AzureHDInsightStreamingMapReduceJobDefinition, Microsoft.Azure.PowerShell.Cmdlets.HDInsight, Version=3.3.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Defines": "System.Collections.Generic.IDictionary`2[System.String,System.String]", "CommandEnvironment": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -3840,7 +3840,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.HDInsight.Models", "Name": "Microsoft.Azure.Commands.HDInsight.Models.AzureHDInsightJob", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.HDInsight.Models.AzureHDInsightJob, Microsoft.Azure.PowerShell.Cmdlets.HDInsight, Version=3.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.HDInsight.Models.AzureHDInsightJob, Microsoft.Azure.PowerShell.Cmdlets.HDInsight, Version=3.3.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ExitValue": "System.Nullable`1[System.Int32]", "Callback": "System.Object", @@ -3930,7 +3930,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.HDInsight.Models", "Name": "Microsoft.Azure.Commands.HDInsight.Models.AzureHDInsightJobDefinition", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.HDInsight.Models.AzureHDInsightJobDefinition, Microsoft.Azure.PowerShell.Cmdlets.HDInsight, Version=3.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.HDInsight.Models.AzureHDInsightJobDefinition, Microsoft.Azure.PowerShell.Cmdlets.HDInsight, Version=3.3.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Arguments": "System.Collections.Generic.IList`1[System.String]", "Files": "System.Collections.Generic.IList`1[System.String]", @@ -4079,7 +4079,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.HDInsight.Models", "Name": "Microsoft.Azure.Commands.HDInsight.Models.AzureHDInsightJobDefinition", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.HDInsight.Models.AzureHDInsightJobDefinition, Microsoft.Azure.PowerShell.Cmdlets.HDInsight, Version=3.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.HDInsight.Models.AzureHDInsightJobDefinition, Microsoft.Azure.PowerShell.Cmdlets.HDInsight, Version=3.3.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Arguments": "System.Collections.Generic.IList`1[System.String]", "Files": "System.Collections.Generic.IList`1[System.String]", @@ -4234,7 +4234,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.HDInsight.Models", "Name": "Microsoft.Azure.Commands.HDInsight.Models.AzureHDInsightJob", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.HDInsight.Models.AzureHDInsightJob, Microsoft.Azure.PowerShell.Cmdlets.HDInsight, Version=3.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.HDInsight.Models.AzureHDInsightJob, Microsoft.Azure.PowerShell.Cmdlets.HDInsight, Version=3.3.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ExitValue": "System.Nullable`1[System.Int32]", "Callback": "System.Object", @@ -4807,7 +4807,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.HDInsight.Models", "Name": "Microsoft.Azure.Commands.HDInsight.Models.AzureHDInsightJob", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.HDInsight.Models.AzureHDInsightJob, Microsoft.Azure.PowerShell.Cmdlets.HDInsight, Version=3.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.HDInsight.Models.AzureHDInsightJob, Microsoft.Azure.PowerShell.Cmdlets.HDInsight, Version=3.3.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ExitValue": "System.Nullable`1[System.Int32]", "Callback": "System.Object", @@ -5225,7 +5225,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.HDInsight.Models", "Name": "Microsoft.Azure.Commands.HDInsight.Models.AzureHDInsightConfig", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.HDInsight.Models.AzureHDInsightConfig, Microsoft.Azure.PowerShell.Cmdlets.HDInsight, Version=3.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.HDInsight.Models.AzureHDInsightConfig, Microsoft.Azure.PowerShell.Cmdlets.HDInsight, Version=3.3.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "HiveMetastore": "Microsoft.Azure.Commands.HDInsight.Models.AzureHDInsightMetastore", "OozieMetastore": "Microsoft.Azure.Commands.HDInsight.Models.AzureHDInsightMetastore", @@ -5306,7 +5306,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.HDInsight.Models", "Name": "Microsoft.Azure.Commands.HDInsight.Models.AzureHDInsightConfig", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.HDInsight.Models.AzureHDInsightConfig, Microsoft.Azure.PowerShell.Cmdlets.HDInsight, Version=3.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.HDInsight.Models.AzureHDInsightConfig, Microsoft.Azure.PowerShell.Cmdlets.HDInsight, Version=3.3.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "HiveMetastore": "Microsoft.Azure.Commands.HDInsight.Models.AzureHDInsightMetastore", "OozieMetastore": "Microsoft.Azure.Commands.HDInsight.Models.AzureHDInsightMetastore", @@ -5461,7 +5461,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.HDInsight.Models", "Name": "Microsoft.Azure.Commands.HDInsight.Models.AzureHDInsightConfig", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.HDInsight.Models.AzureHDInsightConfig, Microsoft.Azure.PowerShell.Cmdlets.HDInsight, Version=3.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.HDInsight.Models.AzureHDInsightConfig, Microsoft.Azure.PowerShell.Cmdlets.HDInsight, Version=3.3.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "HiveMetastore": "Microsoft.Azure.Commands.HDInsight.Models.AzureHDInsightMetastore", "OozieMetastore": "Microsoft.Azure.Commands.HDInsight.Models.AzureHDInsightMetastore", @@ -5646,7 +5646,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.HDInsight.Models", "Name": "Microsoft.Azure.Commands.HDInsight.Models.AzureHDInsightConfig", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.HDInsight.Models.AzureHDInsightConfig, Microsoft.Azure.PowerShell.Cmdlets.HDInsight, Version=3.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.HDInsight.Models.AzureHDInsightConfig, Microsoft.Azure.PowerShell.Cmdlets.HDInsight, Version=3.3.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "HiveMetastore": "Microsoft.Azure.Commands.HDInsight.Models.AzureHDInsightMetastore", "OozieMetastore": "Microsoft.Azure.Commands.HDInsight.Models.AzureHDInsightMetastore", @@ -5727,7 +5727,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.HDInsight.Models", "Name": "Microsoft.Azure.Commands.HDInsight.Models.AzureHDInsightConfig", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.HDInsight.Models.AzureHDInsightConfig, Microsoft.Azure.PowerShell.Cmdlets.HDInsight, Version=3.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.HDInsight.Models.AzureHDInsightConfig, Microsoft.Azure.PowerShell.Cmdlets.HDInsight, Version=3.3.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "HiveMetastore": "Microsoft.Azure.Commands.HDInsight.Models.AzureHDInsightMetastore", "OozieMetastore": "Microsoft.Azure.Commands.HDInsight.Models.AzureHDInsightMetastore", @@ -6170,7 +6170,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.HDInsight.Models", "Name": "Microsoft.Azure.Commands.HDInsight.Models.AzureHDInsightConfig", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.HDInsight.Models.AzureHDInsightConfig, Microsoft.Azure.PowerShell.Cmdlets.HDInsight, Version=3.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.HDInsight.Models.AzureHDInsightConfig, Microsoft.Azure.PowerShell.Cmdlets.HDInsight, Version=3.3.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "HiveMetastore": "Microsoft.Azure.Commands.HDInsight.Models.AzureHDInsightMetastore", "OozieMetastore": "Microsoft.Azure.Commands.HDInsight.Models.AzureHDInsightMetastore", @@ -6739,7 +6739,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.HDInsight.Models", "Name": "Microsoft.Azure.Commands.HDInsight.Models.AzureHDInsightConfig", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.HDInsight.Models.AzureHDInsightConfig, Microsoft.Azure.PowerShell.Cmdlets.HDInsight, Version=3.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.HDInsight.Models.AzureHDInsightConfig, Microsoft.Azure.PowerShell.Cmdlets.HDInsight, Version=3.3.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "HiveMetastore": "Microsoft.Azure.Commands.HDInsight.Models.AzureHDInsightMetastore", "OozieMetastore": "Microsoft.Azure.Commands.HDInsight.Models.AzureHDInsightMetastore", @@ -6820,7 +6820,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.HDInsight.Models", "Name": "Microsoft.Azure.Commands.HDInsight.Models.AzureHDInsightConfig", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.HDInsight.Models.AzureHDInsightConfig, Microsoft.Azure.PowerShell.Cmdlets.HDInsight, Version=3.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.HDInsight.Models.AzureHDInsightConfig, Microsoft.Azure.PowerShell.Cmdlets.HDInsight, Version=3.3.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "HiveMetastore": "Microsoft.Azure.Commands.HDInsight.Models.AzureHDInsightMetastore", "OozieMetastore": "Microsoft.Azure.Commands.HDInsight.Models.AzureHDInsightMetastore", @@ -6900,7 +6900,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.HDInsight.Models", "Name": "Microsoft.Azure.Commands.HDInsight.Models.AzureHDInsightMetastoreType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.HDInsight.Models.AzureHDInsightMetastoreType, Microsoft.Azure.PowerShell.Cmdlets.HDInsight, Version=3.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.HDInsight.Models.AzureHDInsightMetastoreType, Microsoft.Azure.PowerShell.Cmdlets.HDInsight, Version=3.3.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -7096,7 +7096,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.HDInsight.Models", "Name": "Microsoft.Azure.Commands.HDInsight.Models.AzureHDInsightConfig", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.HDInsight.Models.AzureHDInsightConfig, Microsoft.Azure.PowerShell.Cmdlets.HDInsight, Version=3.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.HDInsight.Models.AzureHDInsightConfig, Microsoft.Azure.PowerShell.Cmdlets.HDInsight, Version=3.3.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "HiveMetastore": "Microsoft.Azure.Commands.HDInsight.Models.AzureHDInsightMetastore", "OozieMetastore": "Microsoft.Azure.Commands.HDInsight.Models.AzureHDInsightMetastore", @@ -7182,7 +7182,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.HDInsight.Models", "Name": "Microsoft.Azure.Commands.HDInsight.Models.AzureHDInsightMetastoreType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.HDInsight.Models.AzureHDInsightMetastoreType, Microsoft.Azure.PowerShell.Cmdlets.HDInsight, Version=3.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.HDInsight.Models.AzureHDInsightMetastoreType, Microsoft.Azure.PowerShell.Cmdlets.HDInsight, Version=3.3.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -7414,7 +7414,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.HDInsight.Models", "Name": "Microsoft.Azure.Commands.HDInsight.Models.AzureHDInsightConfig", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.HDInsight.Models.AzureHDInsightConfig, Microsoft.Azure.PowerShell.Cmdlets.HDInsight, Version=3.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.HDInsight.Models.AzureHDInsightConfig, Microsoft.Azure.PowerShell.Cmdlets.HDInsight, Version=3.3.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "HiveMetastore": "Microsoft.Azure.Commands.HDInsight.Models.AzureHDInsightMetastore", "OozieMetastore": "Microsoft.Azure.Commands.HDInsight.Models.AzureHDInsightMetastore", @@ -7495,7 +7495,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.HDInsight.Models", "Name": "Microsoft.Azure.Commands.HDInsight.Models.AzureHDInsightConfig", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.HDInsight.Models.AzureHDInsightConfig, Microsoft.Azure.PowerShell.Cmdlets.HDInsight, Version=3.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.HDInsight.Models.AzureHDInsightConfig, Microsoft.Azure.PowerShell.Cmdlets.HDInsight, Version=3.3.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "HiveMetastore": "Microsoft.Azure.Commands.HDInsight.Models.AzureHDInsightMetastore", "OozieMetastore": "Microsoft.Azure.Commands.HDInsight.Models.AzureHDInsightMetastore", @@ -7771,7 +7771,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.HDInsight.Models", "Name": "Microsoft.Azure.Commands.HDInsight.Models.AzureHDInsightConfig", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.HDInsight.Models.AzureHDInsightConfig, Microsoft.Azure.PowerShell.Cmdlets.HDInsight, Version=3.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.HDInsight.Models.AzureHDInsightConfig, Microsoft.Azure.PowerShell.Cmdlets.HDInsight, Version=3.3.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "HiveMetastore": "Microsoft.Azure.Commands.HDInsight.Models.AzureHDInsightMetastore", "OozieMetastore": "Microsoft.Azure.Commands.HDInsight.Models.AzureHDInsightMetastore", @@ -8089,7 +8089,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.HDInsight.Models", "Name": "Microsoft.Azure.Commands.HDInsight.Models.AzureHDInsightSecurityProfile", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.HDInsight.Models.AzureHDInsightSecurityProfile, Microsoft.Azure.PowerShell.Cmdlets.HDInsight, Version=3.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.HDInsight.Models.AzureHDInsightSecurityProfile, Microsoft.Azure.PowerShell.Cmdlets.HDInsight, Version=3.3.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DomainUserCredential": "System.Management.Automation.PSCredential", "Domain": "System.String", @@ -8146,7 +8146,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.HDInsight.Models", "Name": "Microsoft.Azure.Commands.HDInsight.Models.AzureHDInsightConfig", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.HDInsight.Models.AzureHDInsightConfig, Microsoft.Azure.PowerShell.Cmdlets.HDInsight, Version=3.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.HDInsight.Models.AzureHDInsightConfig, Microsoft.Azure.PowerShell.Cmdlets.HDInsight, Version=3.3.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "HiveMetastore": "Microsoft.Azure.Commands.HDInsight.Models.AzureHDInsightMetastore", "OozieMetastore": "Microsoft.Azure.Commands.HDInsight.Models.AzureHDInsightMetastore", @@ -8355,7 +8355,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.HDInsight.Models", "Name": "Microsoft.Azure.Commands.HDInsight.Models.AzureHDInsightConfig", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.HDInsight.Models.AzureHDInsightConfig, Microsoft.Azure.PowerShell.Cmdlets.HDInsight, Version=3.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.HDInsight.Models.AzureHDInsightConfig, Microsoft.Azure.PowerShell.Cmdlets.HDInsight, Version=3.3.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "HiveMetastore": "Microsoft.Azure.Commands.HDInsight.Models.AzureHDInsightMetastore", "OozieMetastore": "Microsoft.Azure.Commands.HDInsight.Models.AzureHDInsightMetastore", @@ -8612,7 +8612,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.HDInsight.Models", "Name": "Microsoft.Azure.Commands.HDInsight.Models.AzureHDInsightConfig", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.HDInsight.Models.AzureHDInsightConfig, Microsoft.Azure.PowerShell.Cmdlets.HDInsight, Version=3.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.HDInsight.Models.AzureHDInsightConfig, Microsoft.Azure.PowerShell.Cmdlets.HDInsight, Version=3.3.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "HiveMetastore": "Microsoft.Azure.Commands.HDInsight.Models.AzureHDInsightMetastore", "OozieMetastore": "Microsoft.Azure.Commands.HDInsight.Models.AzureHDInsightMetastore", @@ -8693,7 +8693,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.HDInsight.Models", "Name": "Microsoft.Azure.Commands.HDInsight.Models.AzureHDInsightConfig", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.HDInsight.Models.AzureHDInsightConfig, Microsoft.Azure.PowerShell.Cmdlets.HDInsight, Version=3.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.HDInsight.Models.AzureHDInsightConfig, Microsoft.Azure.PowerShell.Cmdlets.HDInsight, Version=3.3.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "HiveMetastore": "Microsoft.Azure.Commands.HDInsight.Models.AzureHDInsightMetastore", "OozieMetastore": "Microsoft.Azure.Commands.HDInsight.Models.AzureHDInsightMetastore", @@ -8848,7 +8848,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.HDInsight.Models", "Name": "Microsoft.Azure.Commands.HDInsight.Models.AzureHDInsightConfig", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.HDInsight.Models.AzureHDInsightConfig, Microsoft.Azure.PowerShell.Cmdlets.HDInsight, Version=3.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.HDInsight.Models.AzureHDInsightConfig, Microsoft.Azure.PowerShell.Cmdlets.HDInsight, Version=3.3.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "HiveMetastore": "Microsoft.Azure.Commands.HDInsight.Models.AzureHDInsightMetastore", "OozieMetastore": "Microsoft.Azure.Commands.HDInsight.Models.AzureHDInsightMetastore", @@ -9511,7 +9511,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.HDInsight.Models", "Name": "Microsoft.Azure.Commands.HDInsight.Models.AzureHDInsightCluster", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.HDInsight.Models.AzureHDInsightCluster, Microsoft.Azure.PowerShell.Cmdlets.HDInsight, Version=3.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.HDInsight.Models.AzureHDInsightCluster, Microsoft.Azure.PowerShell.Cmdlets.HDInsight, Version=3.3.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "SecurityProfile": "Microsoft.Azure.Commands.HDInsight.Models.AzureHDInsightSecurityProfile", "AssignedIdentity": "Microsoft.Azure.Management.HDInsight.Models.ClusterIdentity", @@ -9770,22 +9770,21 @@ }, { "VerbName": "Get", - "NounName": "AzHDInsightMonitoring", - "Name": "Get-AzHDInsightMonitoring", - "ClassName": "Microsoft.Azure.Commands.HDInsight.GetAzureHDInsightMonitoringCommand", + "NounName": "AzHDInsightHost", + "Name": "Get-AzHDInsightHost", + "ClassName": "Microsoft.Azure.Commands.HDInsight.GetAzureHDInsightHostCommand", "SupportsShouldProcess": false, "ConfirmImpact": 2, "SupportsPaging": false, - "DefaultParameterSetName": "__AllParameterSets", + "DefaultParameterSetName": "SetByNameParameterSet", "OutputTypes": [ { "Type": { "Namespace": "Microsoft.Azure.Commands.HDInsight.Models.Management", - "Name": "Microsoft.Azure.Commands.HDInsight.Models.Management.AzureHDInsightMonitoring", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.HDInsight.Models.Management.AzureHDInsightMonitoring, Microsoft.Azure.PowerShell.Cmdlets.HDInsight, Version=3.2.0.0, Culture=neutral, PublicKeyToken=null", + "Name": "Microsoft.Azure.Commands.HDInsight.Models.Management.AzureHDInsightHostInfo", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.HDInsight.Models.Management.AzureHDInsightHostInfo, Microsoft.Azure.PowerShell.Cmdlets.HDInsight, Version=3.3.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { - "ClusterMonitoringEnabled": "System.Boolean", - "WorkspaceId": "System.String" + "name": "System.String" }, "ElementType": null, "GenericTypeArguments": [], @@ -9822,7 +9821,7 @@ "ReturnType": null, "Parameters": [ { - "Name": "clusterMonitoringResponse", + "Name": "hostInfo", "Type": "System.Reflection.RuntimeParameterInfo" } ] @@ -9836,10 +9835,8 @@ ], "Parameters": [ { - "Name": "Name", - "AliasList": [ - "ClusterName" - ], + "Name": "ResourceGroupName", + "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", @@ -9856,7 +9853,25 @@ "ValidateNotNullOrEmpty": false }, { - "Name": "ResourceGroupName", + "Name": "ClusterName", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "ResourceId", "AliasList": [], "Type": { "Namespace": "System", @@ -9871,6 +9886,102 @@ "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "InputObject", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Commands.HDInsight.Models", + "Name": "Microsoft.Azure.Commands.HDInsight.Models.AzureHDInsightCluster", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.HDInsight.Models.AzureHDInsightCluster, Microsoft.Azure.PowerShell.Cmdlets.HDInsight, Version=3.3.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "SecurityProfile": "Microsoft.Azure.Commands.HDInsight.Models.AzureHDInsightSecurityProfile", + "AssignedIdentity": "Microsoft.Azure.Management.HDInsight.Models.ClusterIdentity", + "DiskEncryption": "Microsoft.Azure.Management.HDInsight.Models.DiskEncryptionProperties", + "OperatingSystemType": "Microsoft.Azure.Management.HDInsight.Models.OSType", + "ClusterTier": "Microsoft.Azure.Management.HDInsight.Models.Tier", + "WorkerNodeDataDisksGroups": "System.Collections.Generic.List`1[Microsoft.Azure.Management.HDInsight.Models.DataDisksGroups]", + "ComponentVersion": "System.Collections.Generic.List`1[System.String]", + "AdditionalStorageAccounts": "System.Collections.Generic.List`1[System.String]", + "CoresUsed": "System.Int32", + "MinSupportedTlsVersion": "System.String", + "ResourceGroup": "System.String", + "DefaultStorageRootPath": "System.String", + "Error": "System.String", + "DefaultStorageAccount": "System.String", + "HttpEndpoint": "System.String", + "ClusterType": "System.String", + "ClusterState": "System.String", + "ClusterVersion": "System.String", + "Location": "System.String", + "Id": "System.String", + "DefaultStorageContainer": "System.String", + "Name": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [ + { + "Name": "cluster", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ] + }, + { + "Name": "", + "ReturnType": null, + "Parameters": [ + { + "Name": "cluster", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "clusterConfiguration", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "clusterIdentity", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ] + } + ] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { @@ -9909,14 +10020,12 @@ ], "ParameterSets": [ { - "Name": "__AllParameterSets", + "Name": "SetByNameParameterSet", "Parameters": [ { "ParameterMetadata": { - "Name": "Name", - "AliasList": [ - "ClusterName" - ], + "Name": "ResourceGroupName", + "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", @@ -9932,14 +10041,14 @@ "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, - "Mandatory": true, + "Mandatory": false, "Position": 0, "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true + "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "ResourceGroupName", + "Name": "ClusterName", "AliasList": [], "Type": { "Namespace": "System", @@ -9954,11 +10063,79 @@ "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": 1, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, "Position": -2147483648, "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "SetByResourceIdParameterSet", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "ResourceId", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": 0, + "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": true }, { @@ -10001,51 +10178,238 @@ "ValueFromPipelineByPropertyName": false } ] - } - ], - "AliasList": [] - }, - { - "VerbName": "Get", - "NounName": "AzHDInsightPersistedScriptAction", - "Name": "Get-AzHDInsightPersistedScriptAction", - "ClassName": "Microsoft.Azure.Commands.HDInsight.GetAzureHDInsightPersistedScriptAction", - "SupportsShouldProcess": false, - "ConfirmImpact": 2, - "SupportsPaging": false, - "DefaultParameterSetName": "__AllParameterSets", - "OutputTypes": [ + }, { - "Type": { - "Namespace": "Microsoft.Azure.Commands.HDInsight.Models.Management", - "Name": "Microsoft.Azure.Commands.HDInsight.Models.Management.AzureHDInsightRuntimeScriptAction", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.HDInsight.Models.Management.AzureHDInsightRuntimeScriptAction, Microsoft.Azure.PowerShell.Cmdlets.HDInsight, Version=3.2.0.0, Culture=neutral, PublicKeyToken=null", - "Properties": { - "Name": "System.String", - "Parameters": "System.String", - "ApplicationName": "System.String", - "NodeTypes": "System.String[]", - "Uri": "System.Uri" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Boolean" - }, - { + "Name": "SetByInputObjectParameterSet", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "InputObject", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Commands.HDInsight.Models", + "Name": "Microsoft.Azure.Commands.HDInsight.Models.AzureHDInsightCluster", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.HDInsight.Models.AzureHDInsightCluster, Microsoft.Azure.PowerShell.Cmdlets.HDInsight, Version=3.3.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "SecurityProfile": "Microsoft.Azure.Commands.HDInsight.Models.AzureHDInsightSecurityProfile", + "AssignedIdentity": "Microsoft.Azure.Management.HDInsight.Models.ClusterIdentity", + "DiskEncryption": "Microsoft.Azure.Management.HDInsight.Models.DiskEncryptionProperties", + "OperatingSystemType": "Microsoft.Azure.Management.HDInsight.Models.OSType", + "ClusterTier": "Microsoft.Azure.Management.HDInsight.Models.Tier", + "WorkerNodeDataDisksGroups": "System.Collections.Generic.List`1[Microsoft.Azure.Management.HDInsight.Models.DataDisksGroups]", + "ComponentVersion": "System.Collections.Generic.List`1[System.String]", + "AdditionalStorageAccounts": "System.Collections.Generic.List`1[System.String]", + "CoresUsed": "System.Int32", + "MinSupportedTlsVersion": "System.String", + "ResourceGroup": "System.String", + "DefaultStorageRootPath": "System.String", + "Error": "System.String", + "DefaultStorageAccount": "System.String", + "HttpEndpoint": "System.String", + "ClusterType": "System.String", + "ClusterState": "System.String", + "ClusterVersion": "System.String", + "Location": "System.String", + "Id": "System.String", + "DefaultStorageContainer": "System.String", + "Name": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [ + { + "Name": "cluster", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ] + }, + { + "Name": "", + "ReturnType": null, + "Parameters": [ + { + "Name": "cluster", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "clusterConfiguration", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "clusterIdentity", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ] + } + ] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": 0, + "ValueFromPipeline": true, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "__AllParameterSets", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + } + ], + "AliasList": [] + }, + { + "VerbName": "Get", + "NounName": "AzHDInsightMonitoring", + "Name": "Get-AzHDInsightMonitoring", + "ClassName": "Microsoft.Azure.Commands.HDInsight.GetAzureHDInsightMonitoringCommand", + "SupportsShouldProcess": false, + "ConfirmImpact": 2, + "SupportsPaging": false, + "DefaultParameterSetName": "__AllParameterSets", + "OutputTypes": [ + { + "Type": { + "Namespace": "Microsoft.Azure.Commands.HDInsight.Models.Management", + "Name": "Microsoft.Azure.Commands.HDInsight.Models.Management.AzureHDInsightMonitoring", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.HDInsight.Models.Management.AzureHDInsightMonitoring, Microsoft.Azure.PowerShell.Cmdlets.HDInsight, Version=3.3.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "ClusterMonitoringEnabled": "System.Boolean", + "WorkspaceId": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" @@ -10062,7 +10426,7 @@ "ReturnType": null, "Parameters": [ { - "Name": "runtimeScriptAction", + "Name": "clusterMonitoringResponse", "Type": "System.Reflection.RuntimeParameterInfo" } ] @@ -10075,27 +10439,11 @@ } ], "Parameters": [ - { - "Name": "ClusterName", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, { "Name": "Name", - "AliasList": [], + "AliasList": [ + "ClusterName" + ], "Type": { "Namespace": "System", "Name": "System.String", @@ -10167,34 +10515,12 @@ { "Name": "__AllParameterSets", "Parameters": [ - { - "ParameterMetadata": { - "Name": "ClusterName", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": true, - "Position": 0, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, { "ParameterMetadata": { "Name": "Name", - "AliasList": [], + "AliasList": [ + "ClusterName" + ], "Type": { "Namespace": "System", "Name": "System.String", @@ -10210,10 +10536,10 @@ "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, - "Mandatory": false, - "Position": 1, + "Mandatory": true, + "Position": 0, "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false + "ValueFromPipelineByPropertyName": true }, { "ParameterMetadata": { @@ -10237,7 +10563,7 @@ "Mandatory": false, "Position": -2147483648, "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false + "ValueFromPipelineByPropertyName": true }, { "ParameterMetadata": { @@ -10285,9 +10611,9 @@ }, { "VerbName": "Get", - "NounName": "AzHDInsightProperty", - "Name": "Get-AzHDInsightProperty", - "ClassName": "Microsoft.Azure.Commands.HDInsight.GetAzureHDInsightPropertiesCommand", + "NounName": "AzHDInsightPersistedScriptAction", + "Name": "Get-AzHDInsightPersistedScriptAction", + "ClassName": "Microsoft.Azure.Commands.HDInsight.GetAzureHDInsightPersistedScriptAction", "SupportsShouldProcess": false, "ConfirmImpact": 2, "SupportsPaging": false, @@ -10296,15 +10622,14 @@ { "Type": { "Namespace": "Microsoft.Azure.Commands.HDInsight.Models.Management", - "Name": "Microsoft.Azure.Commands.HDInsight.Models.Management.AzureHDInsightCapabilities", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.HDInsight.Models.Management.AzureHDInsightCapabilities, Microsoft.Azure.PowerShell.Cmdlets.HDInsight, Version=3.2.0.0, Culture=neutral, PublicKeyToken=null", + "Name": "Microsoft.Azure.Commands.HDInsight.Models.Management.AzureHDInsightRuntimeScriptAction", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.HDInsight.Models.Management.AzureHDInsightRuntimeScriptAction, Microsoft.Azure.PowerShell.Cmdlets.HDInsight, Version=3.3.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { - "Quota": "Microsoft.Azure.Commands.HDInsight.Models.Management.AzureHDInsightQuotaCapability", - "Regions": "System.Collections.Generic.IDictionary`2[System.String,Microsoft.Azure.Commands.HDInsight.Models.Management.AzureHDInsightRegionsCapability]", - "Versions": "System.Collections.Generic.IDictionary`2[System.String,Microsoft.Azure.Commands.HDInsight.Models.Management.AzureHDInsightVersionsCapability]", - "VmSizes": "System.Collections.Generic.IDictionary`2[System.String,Microsoft.Azure.Commands.HDInsight.Models.Management.AzureHDInsightVmSizesCapability]", - "VmSizeFilters": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.HDInsight.Models.Management.AzureHDInsightVmSizeCompatibilityFilter]", - "Features": "System.Collections.Generic.IList`1[System.String]" + "Name": "System.String", + "Parameters": "System.String", + "ApplicationName": "System.String", + "NodeTypes": "System.String[]", + "Uri": "System.Uri" }, "ElementType": null, "GenericTypeArguments": [], @@ -10341,7 +10666,7 @@ "ReturnType": null, "Parameters": [ { - "Name": "capabilitiesResult", + "Name": "runtimeScriptAction", "Type": "System.Reflection.RuntimeParameterInfo" } ] @@ -10355,7 +10680,43 @@ ], "Parameters": [ { - "Name": "Location", + "Name": "ClusterName", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "Name", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ResourceGroupName", "AliasList": [], "Type": { "Namespace": "System", @@ -10412,7 +10773,7 @@ "Parameters": [ { "ParameterMetadata": { - "Name": "Location", + "Name": "ClusterName", "AliasList": [], "Type": { "Namespace": "System", @@ -10434,6 +10795,54 @@ "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, + { + "ParameterMetadata": { + "Name": "Name", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": 1, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ResourceGroupName", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, { "ParameterMetadata": { "Name": "DefaultProfile", @@ -10480,9 +10889,9 @@ }, { "VerbName": "Get", - "NounName": "AzHDInsightScriptActionHistory", - "Name": "Get-AzHDInsightScriptActionHistory", - "ClassName": "Microsoft.Azure.Commands.HDInsight.GetAzureHDInsightScriptActionHistory", + "NounName": "AzHDInsightProperty", + "Name": "Get-AzHDInsightProperty", + "ClassName": "Microsoft.Azure.Commands.HDInsight.GetAzureHDInsightPropertiesCommand", "SupportsShouldProcess": false, "ConfirmImpact": 2, "SupportsPaging": false, @@ -10491,21 +10900,15 @@ { "Type": { "Namespace": "Microsoft.Azure.Commands.HDInsight.Models.Management", - "Name": "Microsoft.Azure.Commands.HDInsight.Models.Management.AzureHDInsightRuntimeScriptActionDetail", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.HDInsight.Models.Management.AzureHDInsightRuntimeScriptActionDetail, Microsoft.Azure.PowerShell.Cmdlets.HDInsight, Version=3.2.0.0, Culture=neutral, PublicKeyToken=null", + "Name": "Microsoft.Azure.Commands.HDInsight.Models.Management.AzureHDInsightCapabilities", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.HDInsight.Models.Management.AzureHDInsightCapabilities, Microsoft.Azure.PowerShell.Cmdlets.HDInsight, Version=3.3.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { - "ExecutionSummary": "System.Collections.Generic.IList`1[System.String]", - "ScriptExecutionId": "System.Int64", - "StartTime": "System.Nullable`1[System.DateTime]", - "EndTime": "System.Nullable`1[System.DateTime]", - "Status": "System.String", - "Operation": "System.String", - "DebugInformation": "System.String", - "Name": "System.String", - "Parameters": "System.String", - "ApplicationName": "System.String", - "NodeTypes": "System.String[]", - "Uri": "System.Uri" + "Quota": "Microsoft.Azure.Commands.HDInsight.Models.Management.AzureHDInsightQuotaCapability", + "Regions": "System.Collections.Generic.IDictionary`2[System.String,Microsoft.Azure.Commands.HDInsight.Models.Management.AzureHDInsightRegionsCapability]", + "Versions": "System.Collections.Generic.IDictionary`2[System.String,Microsoft.Azure.Commands.HDInsight.Models.Management.AzureHDInsightVersionsCapability]", + "VmSizes": "System.Collections.Generic.IDictionary`2[System.String,Microsoft.Azure.Commands.HDInsight.Models.Management.AzureHDInsightVmSizesCapability]", + "VmSizeFilters": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.HDInsight.Models.Management.AzureHDInsightVmSizeCompatibilityFilter]", + "Features": "System.Collections.Generic.IList`1[System.String]" }, "ElementType": null, "GenericTypeArguments": [], @@ -10542,7 +10945,7 @@ "ReturnType": null, "Parameters": [ { - "Name": "runtimeScriptActionDetail", + "Name": "capabilitiesResult", "Type": "System.Reflection.RuntimeParameterInfo" } ] @@ -10556,45 +10959,7 @@ ], "Parameters": [ { - "Name": "ClusterName", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "ScriptExecutionId", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.Nullable`1[System.Int64]", - "AssemblyQualifiedName": "System.Nullable`1[[System.Int64, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "System.Int64" - ], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "ResourceGroupName", + "Name": "Location", "AliasList": [], "Type": { "Namespace": "System", @@ -10651,7 +11016,7 @@ "Parameters": [ { "ParameterMetadata": { - "Name": "ClusterName", + "Name": "Location", "AliasList": [], "Type": { "Namespace": "System", @@ -10675,18 +11040,31 @@ }, { "ParameterMetadata": { - "Name": "ScriptExecutionId", - "AliasList": [], + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], "Type": { - "Namespace": "System", - "Name": "System.Nullable`1[System.Int64]", - "AssemblyQualifiedName": "System.Nullable`1[[System.Int64, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + }, "ElementType": null, - "GenericTypeArguments": [ - "System.Int64" + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } ], - "Methods": [], "Constructors": [] }, "ValidateSet": [], @@ -10695,21 +11073,247 @@ "ValidateNotNullOrEmpty": false }, "Mandatory": false, - "Position": 1, + "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "ResourceGroupName", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], + } + ] + } + ], + "AliasList": [] + }, + { + "VerbName": "Get", + "NounName": "AzHDInsightScriptActionHistory", + "Name": "Get-AzHDInsightScriptActionHistory", + "ClassName": "Microsoft.Azure.Commands.HDInsight.GetAzureHDInsightScriptActionHistory", + "SupportsShouldProcess": false, + "ConfirmImpact": 2, + "SupportsPaging": false, + "DefaultParameterSetName": "__AllParameterSets", + "OutputTypes": [ + { + "Type": { + "Namespace": "Microsoft.Azure.Commands.HDInsight.Models.Management", + "Name": "Microsoft.Azure.Commands.HDInsight.Models.Management.AzureHDInsightRuntimeScriptActionDetail", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.HDInsight.Models.Management.AzureHDInsightRuntimeScriptActionDetail, Microsoft.Azure.PowerShell.Cmdlets.HDInsight, Version=3.3.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "ExecutionSummary": "System.Collections.Generic.IList`1[System.String]", + "ScriptExecutionId": "System.Int64", + "StartTime": "System.Nullable`1[System.DateTime]", + "EndTime": "System.Nullable`1[System.DateTime]", + "Status": "System.String", + "Operation": "System.String", + "DebugInformation": "System.String", + "Name": "System.String", + "Parameters": "System.String", + "ApplicationName": "System.String", + "NodeTypes": "System.String[]", + "Uri": "System.Uri" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [ + { + "Name": "runtimeScriptActionDetail", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ] + } + ] + }, + "ParameterSets": [ + "__AllParameterSets" + ] + } + ], + "Parameters": [ + { + "Name": "ClusterName", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ScriptExecutionId", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.Nullable`1[System.Int64]", + "AssemblyQualifiedName": "System.Nullable`1[[System.Int64, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "System.Int64" + ], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ResourceGroupName", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + } + ], + "ParameterSets": [ + { + "Name": "__AllParameterSets", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "ClusterName", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": 0, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ScriptExecutionId", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.Nullable`1[System.Int64]", + "AssemblyQualifiedName": "System.Nullable`1[[System.Int64, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "System.Int64" + ], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": 1, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ResourceGroupName", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], "Methods": [], "Constructors": [] }, @@ -10781,7 +11385,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.HDInsight.Models", "Name": "Microsoft.Azure.Commands.HDInsight.Models.AzureHDInsightCluster", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.HDInsight.Models.AzureHDInsightCluster, Microsoft.Azure.PowerShell.Cmdlets.HDInsight, Version=3.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.HDInsight.Models.AzureHDInsightCluster, Microsoft.Azure.PowerShell.Cmdlets.HDInsight, Version=3.3.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "SecurityProfile": "Microsoft.Azure.Commands.HDInsight.Models.AzureHDInsightSecurityProfile", "AssignedIdentity": "Microsoft.Azure.Management.HDInsight.Models.ClusterIdentity", @@ -11004,7 +11608,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Commands.HDInsight.Models.Management.StorageType]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.HDInsight.Models.Management.StorageType, Microsoft.Azure.PowerShell.Cmdlets.HDInsight, Version=3.2.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.HDInsight.Models.Management.StorageType, Microsoft.Azure.PowerShell.Cmdlets.HDInsight, Version=3.3.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -11024,7 +11628,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.HDInsight.Models", "Name": "Microsoft.Azure.Commands.HDInsight.Models.AzureHDInsightConfig", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.HDInsight.Models.AzureHDInsightConfig, Microsoft.Azure.PowerShell.Cmdlets.HDInsight, Version=3.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.HDInsight.Models.AzureHDInsightConfig, Microsoft.Azure.PowerShell.Cmdlets.HDInsight, Version=3.3.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "HiveMetastore": "Microsoft.Azure.Commands.HDInsight.Models.AzureHDInsightMetastore", "OozieMetastore": "Microsoft.Azure.Commands.HDInsight.Models.AzureHDInsightMetastore", @@ -11104,7 +11708,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.HDInsight.Models", "Name": "Microsoft.Azure.Commands.HDInsight.Models.AzureHDInsightMetastore", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.HDInsight.Models.AzureHDInsightMetastore, Microsoft.Azure.PowerShell.Cmdlets.HDInsight, Version=3.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.HDInsight.Models.AzureHDInsightMetastore, Microsoft.Azure.PowerShell.Cmdlets.HDInsight, Version=3.3.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Credential": "System.Management.Automation.PSCredential", "DatabaseName": "System.String", @@ -11158,7 +11762,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.HDInsight.Models", "Name": "Microsoft.Azure.Commands.HDInsight.Models.AzureHDInsightMetastore", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.HDInsight.Models.AzureHDInsightMetastore, Microsoft.Azure.PowerShell.Cmdlets.HDInsight, Version=3.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.HDInsight.Models.AzureHDInsightMetastore, Microsoft.Azure.PowerShell.Cmdlets.HDInsight, Version=3.3.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Credential": "System.Management.Automation.PSCredential", "DatabaseName": "System.String", @@ -11254,7 +11858,7 @@ "Type": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.Dictionary`2[Microsoft.Azure.Management.HDInsight.Models.ClusterNodeType,System.Collections.Generic.List`1[Microsoft.Azure.Commands.HDInsight.Models.Management.AzureHDInsightScriptAction]]", - "AssemblyQualifiedName": "System.Collections.Generic.Dictionary`2[[Microsoft.Azure.Management.HDInsight.Models.ClusterNodeType, Microsoft.Azure.Management.HDInsight, Version=5.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35],[System.Collections.Generic.List`1[[Microsoft.Azure.Commands.HDInsight.Models.Management.AzureHDInsightScriptAction, Microsoft.Azure.PowerShell.Cmdlets.HDInsight, Version=3.2.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.Dictionary`2[[Microsoft.Azure.Management.HDInsight.Models.ClusterNodeType, Microsoft.Azure.Management.HDInsight, Version=5.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35],[System.Collections.Generic.List`1[[Microsoft.Azure.Commands.HDInsight.Models.Management.AzureHDInsightScriptAction, Microsoft.Azure.PowerShell.Cmdlets.HDInsight, Version=3.3.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -11862,7 +12466,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.HDInsight.Models", "Name": "Microsoft.Azure.Commands.HDInsight.Models.AzureHDInsightSecurityProfile", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.HDInsight.Models.AzureHDInsightSecurityProfile, Microsoft.Azure.PowerShell.Cmdlets.HDInsight, Version=3.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.HDInsight.Models.AzureHDInsightSecurityProfile, Microsoft.Azure.PowerShell.Cmdlets.HDInsight, Version=3.3.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DomainUserCredential": "System.Management.Automation.PSCredential", "Domain": "System.String", @@ -12255,7 +12859,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Commands.HDInsight.Models.Management.StorageType]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.HDInsight.Models.Management.StorageType, Microsoft.Azure.PowerShell.Cmdlets.HDInsight, Version=3.2.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.HDInsight.Models.Management.StorageType, Microsoft.Azure.PowerShell.Cmdlets.HDInsight, Version=3.3.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -12281,7 +12885,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.HDInsight.Models", "Name": "Microsoft.Azure.Commands.HDInsight.Models.AzureHDInsightConfig", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.HDInsight.Models.AzureHDInsightConfig, Microsoft.Azure.PowerShell.Cmdlets.HDInsight, Version=3.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.HDInsight.Models.AzureHDInsightConfig, Microsoft.Azure.PowerShell.Cmdlets.HDInsight, Version=3.3.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "HiveMetastore": "Microsoft.Azure.Commands.HDInsight.Models.AzureHDInsightMetastore", "OozieMetastore": "Microsoft.Azure.Commands.HDInsight.Models.AzureHDInsightMetastore", @@ -12367,7 +12971,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.HDInsight.Models", "Name": "Microsoft.Azure.Commands.HDInsight.Models.AzureHDInsightMetastore", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.HDInsight.Models.AzureHDInsightMetastore, Microsoft.Azure.PowerShell.Cmdlets.HDInsight, Version=3.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.HDInsight.Models.AzureHDInsightMetastore, Microsoft.Azure.PowerShell.Cmdlets.HDInsight, Version=3.3.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Credential": "System.Management.Automation.PSCredential", "DatabaseName": "System.String", @@ -12427,7 +13031,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.HDInsight.Models", "Name": "Microsoft.Azure.Commands.HDInsight.Models.AzureHDInsightMetastore", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.HDInsight.Models.AzureHDInsightMetastore, Microsoft.Azure.PowerShell.Cmdlets.HDInsight, Version=3.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.HDInsight.Models.AzureHDInsightMetastore, Microsoft.Azure.PowerShell.Cmdlets.HDInsight, Version=3.3.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Credential": "System.Management.Automation.PSCredential", "DatabaseName": "System.String", @@ -12541,7 +13145,7 @@ "Type": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.Dictionary`2[Microsoft.Azure.Management.HDInsight.Models.ClusterNodeType,System.Collections.Generic.List`1[Microsoft.Azure.Commands.HDInsight.Models.Management.AzureHDInsightScriptAction]]", - "AssemblyQualifiedName": "System.Collections.Generic.Dictionary`2[[Microsoft.Azure.Management.HDInsight.Models.ClusterNodeType, Microsoft.Azure.Management.HDInsight, Version=5.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35],[System.Collections.Generic.List`1[[Microsoft.Azure.Commands.HDInsight.Models.Management.AzureHDInsightScriptAction, Microsoft.Azure.PowerShell.Cmdlets.HDInsight, Version=3.2.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.Dictionary`2[[Microsoft.Azure.Management.HDInsight.Models.ClusterNodeType, Microsoft.Azure.Management.HDInsight, Version=5.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35],[System.Collections.Generic.List`1[[Microsoft.Azure.Commands.HDInsight.Models.Management.AzureHDInsightScriptAction, Microsoft.Azure.PowerShell.Cmdlets.HDInsight, Version=3.3.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -13245,7 +13849,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.HDInsight.Models", "Name": "Microsoft.Azure.Commands.HDInsight.Models.AzureHDInsightSecurityProfile", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.HDInsight.Models.AzureHDInsightSecurityProfile, Microsoft.Azure.PowerShell.Cmdlets.HDInsight, Version=3.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.HDInsight.Models.AzureHDInsightSecurityProfile, Microsoft.Azure.PowerShell.Cmdlets.HDInsight, Version=3.3.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DomainUserCredential": "System.Management.Automation.PSCredential", "Domain": "System.String", @@ -13715,7 +14319,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Commands.HDInsight.Models.Management.StorageType]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.HDInsight.Models.Management.StorageType, Microsoft.Azure.PowerShell.Cmdlets.HDInsight, Version=3.2.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.HDInsight.Models.Management.StorageType, Microsoft.Azure.PowerShell.Cmdlets.HDInsight, Version=3.3.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -13741,7 +14345,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.HDInsight.Models", "Name": "Microsoft.Azure.Commands.HDInsight.Models.AzureHDInsightConfig", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.HDInsight.Models.AzureHDInsightConfig, Microsoft.Azure.PowerShell.Cmdlets.HDInsight, Version=3.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.HDInsight.Models.AzureHDInsightConfig, Microsoft.Azure.PowerShell.Cmdlets.HDInsight, Version=3.3.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "HiveMetastore": "Microsoft.Azure.Commands.HDInsight.Models.AzureHDInsightMetastore", "OozieMetastore": "Microsoft.Azure.Commands.HDInsight.Models.AzureHDInsightMetastore", @@ -13827,7 +14431,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.HDInsight.Models", "Name": "Microsoft.Azure.Commands.HDInsight.Models.AzureHDInsightMetastore", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.HDInsight.Models.AzureHDInsightMetastore, Microsoft.Azure.PowerShell.Cmdlets.HDInsight, Version=3.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.HDInsight.Models.AzureHDInsightMetastore, Microsoft.Azure.PowerShell.Cmdlets.HDInsight, Version=3.3.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Credential": "System.Management.Automation.PSCredential", "DatabaseName": "System.String", @@ -13887,7 +14491,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.HDInsight.Models", "Name": "Microsoft.Azure.Commands.HDInsight.Models.AzureHDInsightMetastore", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.HDInsight.Models.AzureHDInsightMetastore, Microsoft.Azure.PowerShell.Cmdlets.HDInsight, Version=3.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.HDInsight.Models.AzureHDInsightMetastore, Microsoft.Azure.PowerShell.Cmdlets.HDInsight, Version=3.3.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Credential": "System.Management.Automation.PSCredential", "DatabaseName": "System.String", @@ -14001,7 +14605,7 @@ "Type": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.Dictionary`2[Microsoft.Azure.Management.HDInsight.Models.ClusterNodeType,System.Collections.Generic.List`1[Microsoft.Azure.Commands.HDInsight.Models.Management.AzureHDInsightScriptAction]]", - "AssemblyQualifiedName": "System.Collections.Generic.Dictionary`2[[Microsoft.Azure.Management.HDInsight.Models.ClusterNodeType, Microsoft.Azure.Management.HDInsight, Version=5.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35],[System.Collections.Generic.List`1[[Microsoft.Azure.Commands.HDInsight.Models.Management.AzureHDInsightScriptAction, Microsoft.Azure.PowerShell.Cmdlets.HDInsight, Version=3.2.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.Dictionary`2[[Microsoft.Azure.Management.HDInsight.Models.ClusterNodeType, Microsoft.Azure.Management.HDInsight, Version=5.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35],[System.Collections.Generic.List`1[[Microsoft.Azure.Commands.HDInsight.Models.Management.AzureHDInsightScriptAction, Microsoft.Azure.PowerShell.Cmdlets.HDInsight, Version=3.3.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -14705,7 +15309,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.HDInsight.Models", "Name": "Microsoft.Azure.Commands.HDInsight.Models.AzureHDInsightSecurityProfile", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.HDInsight.Models.AzureHDInsightSecurityProfile, Microsoft.Azure.PowerShell.Cmdlets.HDInsight, Version=3.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.HDInsight.Models.AzureHDInsightSecurityProfile, Microsoft.Azure.PowerShell.Cmdlets.HDInsight, Version=3.3.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DomainUserCredential": "System.Management.Automation.PSCredential", "Domain": "System.String", @@ -15175,7 +15779,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Commands.HDInsight.Models.Management.StorageType]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.HDInsight.Models.Management.StorageType, Microsoft.Azure.PowerShell.Cmdlets.HDInsight, Version=3.2.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.HDInsight.Models.Management.StorageType, Microsoft.Azure.PowerShell.Cmdlets.HDInsight, Version=3.3.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -15201,7 +15805,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.HDInsight.Models", "Name": "Microsoft.Azure.Commands.HDInsight.Models.AzureHDInsightConfig", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.HDInsight.Models.AzureHDInsightConfig, Microsoft.Azure.PowerShell.Cmdlets.HDInsight, Version=3.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.HDInsight.Models.AzureHDInsightConfig, Microsoft.Azure.PowerShell.Cmdlets.HDInsight, Version=3.3.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "HiveMetastore": "Microsoft.Azure.Commands.HDInsight.Models.AzureHDInsightMetastore", "OozieMetastore": "Microsoft.Azure.Commands.HDInsight.Models.AzureHDInsightMetastore", @@ -15287,7 +15891,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.HDInsight.Models", "Name": "Microsoft.Azure.Commands.HDInsight.Models.AzureHDInsightMetastore", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.HDInsight.Models.AzureHDInsightMetastore, Microsoft.Azure.PowerShell.Cmdlets.HDInsight, Version=3.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.HDInsight.Models.AzureHDInsightMetastore, Microsoft.Azure.PowerShell.Cmdlets.HDInsight, Version=3.3.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Credential": "System.Management.Automation.PSCredential", "DatabaseName": "System.String", @@ -15347,7 +15951,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.HDInsight.Models", "Name": "Microsoft.Azure.Commands.HDInsight.Models.AzureHDInsightMetastore", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.HDInsight.Models.AzureHDInsightMetastore, Microsoft.Azure.PowerShell.Cmdlets.HDInsight, Version=3.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.HDInsight.Models.AzureHDInsightMetastore, Microsoft.Azure.PowerShell.Cmdlets.HDInsight, Version=3.3.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Credential": "System.Management.Automation.PSCredential", "DatabaseName": "System.String", @@ -15461,7 +16065,7 @@ "Type": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.Dictionary`2[Microsoft.Azure.Management.HDInsight.Models.ClusterNodeType,System.Collections.Generic.List`1[Microsoft.Azure.Commands.HDInsight.Models.Management.AzureHDInsightScriptAction]]", - "AssemblyQualifiedName": "System.Collections.Generic.Dictionary`2[[Microsoft.Azure.Management.HDInsight.Models.ClusterNodeType, Microsoft.Azure.Management.HDInsight, Version=5.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35],[System.Collections.Generic.List`1[[Microsoft.Azure.Commands.HDInsight.Models.Management.AzureHDInsightScriptAction, Microsoft.Azure.PowerShell.Cmdlets.HDInsight, Version=3.2.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.Dictionary`2[[Microsoft.Azure.Management.HDInsight.Models.ClusterNodeType, Microsoft.Azure.Management.HDInsight, Version=5.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35],[System.Collections.Generic.List`1[[Microsoft.Azure.Commands.HDInsight.Models.Management.AzureHDInsightScriptAction, Microsoft.Azure.PowerShell.Cmdlets.HDInsight, Version=3.3.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -16165,7 +16769,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.HDInsight.Models", "Name": "Microsoft.Azure.Commands.HDInsight.Models.AzureHDInsightSecurityProfile", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.HDInsight.Models.AzureHDInsightSecurityProfile, Microsoft.Azure.PowerShell.Cmdlets.HDInsight, Version=3.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.HDInsight.Models.AzureHDInsightSecurityProfile, Microsoft.Azure.PowerShell.Cmdlets.HDInsight, Version=3.3.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DomainUserCredential": "System.Management.Automation.PSCredential", "Domain": "System.String", @@ -16454,7 +17058,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.HDInsight.Models", "Name": "Microsoft.Azure.Commands.HDInsight.Models.AzureHDInsightConfig", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.HDInsight.Models.AzureHDInsightConfig, Microsoft.Azure.PowerShell.Cmdlets.HDInsight, Version=3.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.HDInsight.Models.AzureHDInsightConfig, Microsoft.Azure.PowerShell.Cmdlets.HDInsight, Version=3.3.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "HiveMetastore": "Microsoft.Azure.Commands.HDInsight.Models.AzureHDInsightMetastore", "OozieMetastore": "Microsoft.Azure.Commands.HDInsight.Models.AzureHDInsightMetastore", @@ -16571,7 +17175,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.HDInsight.Models.Management", "Name": "Microsoft.Azure.Commands.HDInsight.Models.Management.StorageType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.HDInsight.Models.Management.StorageType, Microsoft.Azure.PowerShell.Cmdlets.HDInsight, Version=3.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.HDInsight.Models.Management.StorageType, Microsoft.Azure.PowerShell.Cmdlets.HDInsight, Version=3.3.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -16674,7 +17278,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.HDInsight.Models", "Name": "Microsoft.Azure.Commands.HDInsight.Models.AzureHDInsightMetastore", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.HDInsight.Models.AzureHDInsightMetastore, Microsoft.Azure.PowerShell.Cmdlets.HDInsight, Version=3.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.HDInsight.Models.AzureHDInsightMetastore, Microsoft.Azure.PowerShell.Cmdlets.HDInsight, Version=3.3.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Credential": "System.Management.Automation.PSCredential", "DatabaseName": "System.String", @@ -16728,7 +17332,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.HDInsight.Models", "Name": "Microsoft.Azure.Commands.HDInsight.Models.AzureHDInsightMetastore", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.HDInsight.Models.AzureHDInsightMetastore, Microsoft.Azure.PowerShell.Cmdlets.HDInsight, Version=3.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.HDInsight.Models.AzureHDInsightMetastore, Microsoft.Azure.PowerShell.Cmdlets.HDInsight, Version=3.3.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Credential": "System.Management.Automation.PSCredential", "DatabaseName": "System.String", @@ -17282,7 +17886,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.HDInsight.Models.Management", "Name": "Microsoft.Azure.Commands.HDInsight.Models.Management.StorageType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.HDInsight.Models.Management.StorageType, Microsoft.Azure.PowerShell.Cmdlets.HDInsight, Version=3.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.HDInsight.Models.Management.StorageType, Microsoft.Azure.PowerShell.Cmdlets.HDInsight, Version=3.3.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -17391,7 +17995,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.HDInsight.Models", "Name": "Microsoft.Azure.Commands.HDInsight.Models.AzureHDInsightMetastore", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.HDInsight.Models.AzureHDInsightMetastore, Microsoft.Azure.PowerShell.Cmdlets.HDInsight, Version=3.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.HDInsight.Models.AzureHDInsightMetastore, Microsoft.Azure.PowerShell.Cmdlets.HDInsight, Version=3.3.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Credential": "System.Management.Automation.PSCredential", "DatabaseName": "System.String", @@ -17451,7 +18055,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.HDInsight.Models", "Name": "Microsoft.Azure.Commands.HDInsight.Models.AzureHDInsightMetastore", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.HDInsight.Models.AzureHDInsightMetastore, Microsoft.Azure.PowerShell.Cmdlets.HDInsight, Version=3.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.HDInsight.Models.AzureHDInsightMetastore, Microsoft.Azure.PowerShell.Cmdlets.HDInsight, Version=3.3.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Credential": "System.Management.Automation.PSCredential", "DatabaseName": "System.String", @@ -17879,7 +18483,912 @@ }, { "ParameterMetadata": { - "Name": "MinSupportedTlsVersion", + "Name": "MinSupportedTlsVersion", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "AssignedIdentity", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "EncryptionAlgorithm", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [ + "RSA-OAEP", + "RSA-OAEP-256", + "RSA1_5" + ], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "EncryptionKeyName", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "EncryptionKeyVersion", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "EncryptionVaultUri", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + } + ], + "AliasList": [] + }, + { + "VerbName": "Remove", + "NounName": "AzHDInsightCluster", + "Name": "Remove-AzHDInsightCluster", + "ClassName": "Microsoft.Azure.Commands.HDInsight.RemoveAzureHDInsightCommand", + "SupportsShouldProcess": false, + "ConfirmImpact": 2, + "SupportsPaging": false, + "DefaultParameterSetName": "__AllParameterSets", + "OutputTypes": [ + { + "Type": { + "Namespace": "System", + "Name": "System.Boolean", + "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ParameterSets": [ + "__AllParameterSets" + ] + } + ], + "Parameters": [ + { + "Name": "ClusterName", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ResourceGroupName", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "PassThru", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + } + ], + "ParameterSets": [ + { + "Name": "__AllParameterSets", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "ClusterName", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": 0, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ResourceGroupName", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "PassThru", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + } + ], + "AliasList": [] + }, + { + "VerbName": "Remove", + "NounName": "AzHDInsightPersistedScriptAction", + "Name": "Remove-AzHDInsightPersistedScriptAction", + "ClassName": "Microsoft.Azure.Commands.HDInsight.RemoveAzureHDInsightPersistedScriptActionCommand", + "SupportsShouldProcess": false, + "ConfirmImpact": 2, + "SupportsPaging": false, + "DefaultParameterSetName": "__AllParameterSets", + "OutputTypes": [ + { + "Type": { + "Namespace": "System", + "Name": "System.Void", + "AssemblyQualifiedName": "System.Void, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ParameterSets": [ + "__AllParameterSets" + ] + } + ], + "Parameters": [ + { + "Name": "ClusterName", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "Name", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ResourceGroupName", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + } + ], + "ParameterSets": [ + { + "Name": "__AllParameterSets", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "ClusterName", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": 0, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Name", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": 1, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ResourceGroupName", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + } + ], + "AliasList": [] + }, + { + "VerbName": "Restart", + "NounName": "AzHDInsightHost", + "Name": "Restart-AzHDInsightHost", + "ClassName": "Microsoft.Azure.Commands.HDInsight.RestartAzureHDInsightHostCommand", + "SupportsShouldProcess": true, + "ConfirmImpact": 2, + "SupportsPaging": false, + "DefaultParameterSetName": "SetByNameParameterSet", + "OutputTypes": [ + { + "Type": { + "Namespace": "Microsoft.Azure.Management.HDInsight.Models", + "Name": "Microsoft.Azure.Management.HDInsight.Models.Cluster", + "AssemblyQualifiedName": "Microsoft.Azure.Management.HDInsight.Models.Cluster, Microsoft.Azure.Management.HDInsight, Version=5.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "Properties": "Microsoft.Azure.Management.HDInsight.Models.ClusterGetProperties", + "Identity": "Microsoft.Azure.Management.HDInsight.Models.ClusterIdentity", + "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", + "Etag": "System.String", + "Location": "System.String", + "Id": "System.String", + "Name": "System.String", + "Type": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Validate", + "Parameters": [], + "ReturnType": "System.Void" + }, + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + }, + { + "Name": "", + "ReturnType": null, + "Parameters": [ + { + "Name": "id", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "name", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "type", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "location", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "tags", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "etag", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "properties", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "identity", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ] + } + ] + }, + "ParameterSets": [ + "__AllParameterSets" + ] + } + ], + "Parameters": [ + { + "Name": "ResourceGroupName", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ClusterName", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "Name", + "AliasList": [ + "HostName" + ], + "Type": { + "Namespace": "System", + "Name": "System.String[]", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": "System.String", + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "AzureHDInsightHostInfo", + "AliasList": [ + "Host" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.HDInsight.Models.Management", + "Name": "Microsoft.Azure.Commands.HDInsight.Models.Management.AzureHDInsightHostInfo[]", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.HDInsight.Models.Management.AzureHDInsightHostInfo[], Microsoft.Azure.PowerShell.Cmdlets.HDInsight, Version=3.3.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": {}, + "ElementType": "Microsoft.Azure.Commands.HDInsight.Models.Management.AzureHDInsightHostInfo", + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "AsJob", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + } + ], + "ParameterSets": [ + { + "Name": "SetByNameParameterSet", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "ResourceGroupName", "AliasList": [], "Type": { "Namespace": "System", @@ -17897,13 +19406,13 @@ "ValidateNotNullOrEmpty": false }, "Mandatory": false, - "Position": -2147483648, + "Position": 0, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "AssignedIdentity", + "Name": "ClusterName", "AliasList": [], "Type": { "Namespace": "System", @@ -17918,75 +19427,25 @@ "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false + "ValidateNotNullOrEmpty": true }, - "Mandatory": false, - "Position": -2147483648, + "Mandatory": true, + "Position": 1, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "EncryptionAlgorithm", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [ - "RSA-OAEP", - "RSA-OAEP-256", - "RSA1_5" + "Name": "Name", + "AliasList": [ + "HostName" ], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "EncryptionKeyName", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "EncryptionKeyVersion", - "AliasList": [], "Type": { "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Name": "System.String[]", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, - "ElementType": null, + "ElementType": "System.String", "GenericTypeArguments": [], "Methods": [], "Constructors": [] @@ -17994,21 +19453,21 @@ "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false + "ValidateNotNullOrEmpty": true }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, + "Mandatory": true, + "Position": 2, + "ValueFromPipeline": true, "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "EncryptionVaultUri", + "Name": "AsJob", "AliasList": [], "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -18065,132 +19524,13 @@ "ValueFromPipelineByPropertyName": false } ] - } - ], - "AliasList": [] - }, - { - "VerbName": "Remove", - "NounName": "AzHDInsightCluster", - "Name": "Remove-AzHDInsightCluster", - "ClassName": "Microsoft.Azure.Commands.HDInsight.RemoveAzureHDInsightCommand", - "SupportsShouldProcess": false, - "ConfirmImpact": 2, - "SupportsPaging": false, - "DefaultParameterSetName": "__AllParameterSets", - "OutputTypes": [ - { - "Type": { - "Namespace": "System", - "Name": "System.Boolean", - "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ParameterSets": [ - "__AllParameterSets" - ] - } - ], - "Parameters": [ - { - "Name": "ClusterName", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "ResourceGroupName", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "PassThru", - "AliasList": [], - "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "DefaultProfile", - "AliasList": [ - "AzContext", - "AzureRmContext", - "AzureCredential" - ], - "Type": { - "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", - "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", - "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", - "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", - "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "Clear", - "Parameters": [], - "ReturnType": "System.Void" - } - ], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - } - ], - "ParameterSets": [ + }, { - "Name": "__AllParameterSets", + "Name": "SetByAzureHDInsightHostInfoParameterSet", "Parameters": [ { "ParameterMetadata": { - "Name": "ClusterName", + "Name": "ResourceGroupName", "AliasList": [], "Type": { "Namespace": "System", @@ -18207,14 +19547,14 @@ "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, - "Mandatory": true, + "Mandatory": false, "Position": 0, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "ResourceGroupName", + "Name": "ClusterName", "AliasList": [], "Type": { "Namespace": "System", @@ -18229,16 +19569,42 @@ "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false + "ValidateNotNullOrEmpty": true }, - "Mandatory": false, - "Position": -2147483648, + "Mandatory": true, + "Position": 1, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "PassThru", + "Name": "AzureHDInsightHostInfo", + "AliasList": [ + "Host" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.HDInsight.Models.Management", + "Name": "Microsoft.Azure.Commands.HDInsight.Models.Management.AzureHDInsightHostInfo[]", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.HDInsight.Models.Management.AzureHDInsightHostInfo[], Microsoft.Azure.PowerShell.Cmdlets.HDInsight, Version=3.3.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": {}, + "ElementType": "Microsoft.Azure.Commands.HDInsight.Models.Management.AzureHDInsightHostInfo", + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": 2, + "ValueFromPipeline": true, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "AsJob", "AliasList": [], "Type": { "Namespace": "System.Management.Automation", @@ -18300,185 +19666,18 @@ "ValueFromPipelineByPropertyName": false } ] - } - ], - "AliasList": [] - }, - { - "VerbName": "Remove", - "NounName": "AzHDInsightPersistedScriptAction", - "Name": "Remove-AzHDInsightPersistedScriptAction", - "ClassName": "Microsoft.Azure.Commands.HDInsight.RemoveAzureHDInsightPersistedScriptActionCommand", - "SupportsShouldProcess": false, - "ConfirmImpact": 2, - "SupportsPaging": false, - "DefaultParameterSetName": "__AllParameterSets", - "OutputTypes": [ - { - "Type": { - "Namespace": "System", - "Name": "System.Void", - "AssemblyQualifiedName": "System.Void, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ParameterSets": [ - "__AllParameterSets" - ] - } - ], - "Parameters": [ - { - "Name": "ClusterName", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "Name", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "ResourceGroupName", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false }, - { - "Name": "DefaultProfile", - "AliasList": [ - "AzContext", - "AzureRmContext", - "AzureCredential" - ], - "Type": { - "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", - "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", - "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", - "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", - "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "Clear", - "Parameters": [], - "ReturnType": "System.Void" - } - ], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - } - ], - "ParameterSets": [ { "Name": "__AllParameterSets", "Parameters": [ { "ParameterMetadata": { - "Name": "ClusterName", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": true, - "Position": 0, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "Name", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": true, - "Position": 1, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "ResourceGroupName", + "Name": "AsJob", "AliasList": [], "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -18712,7 +19911,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.HDInsight.Models", "Name": "Microsoft.Azure.Commands.HDInsight.Models.AzureHDInsightCluster", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.HDInsight.Models.AzureHDInsightCluster, Microsoft.Azure.PowerShell.Cmdlets.HDInsight, Version=3.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.HDInsight.Models.AzureHDInsightCluster, Microsoft.Azure.PowerShell.Cmdlets.HDInsight, Version=3.3.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "SecurityProfile": "Microsoft.Azure.Commands.HDInsight.Models.AzureHDInsightSecurityProfile", "AssignedIdentity": "Microsoft.Azure.Management.HDInsight.Models.ClusterIdentity", @@ -19207,7 +20406,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.HDInsight.Models", "Name": "Microsoft.Azure.Commands.HDInsight.Models.AzureHDInsightCluster", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.HDInsight.Models.AzureHDInsightCluster, Microsoft.Azure.PowerShell.Cmdlets.HDInsight, Version=3.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.HDInsight.Models.AzureHDInsightCluster, Microsoft.Azure.PowerShell.Cmdlets.HDInsight, Version=3.3.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "SecurityProfile": "Microsoft.Azure.Commands.HDInsight.Models.AzureHDInsightSecurityProfile", "AssignedIdentity": "Microsoft.Azure.Management.HDInsight.Models.ClusterIdentity", @@ -19867,7 +21066,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.HDInsight.Models", "Name": "Microsoft.Azure.Commands.HDInsight.Models.AzureHDInsightConfig", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.HDInsight.Models.AzureHDInsightConfig, Microsoft.Azure.PowerShell.Cmdlets.HDInsight, Version=3.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.HDInsight.Models.AzureHDInsightConfig, Microsoft.Azure.PowerShell.Cmdlets.HDInsight, Version=3.3.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "HiveMetastore": "Microsoft.Azure.Commands.HDInsight.Models.AzureHDInsightMetastore", "OozieMetastore": "Microsoft.Azure.Commands.HDInsight.Models.AzureHDInsightMetastore", @@ -19948,7 +21147,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.HDInsight.Models", "Name": "Microsoft.Azure.Commands.HDInsight.Models.AzureHDInsightConfig", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.HDInsight.Models.AzureHDInsightConfig, Microsoft.Azure.PowerShell.Cmdlets.HDInsight, Version=3.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.HDInsight.Models.AzureHDInsightConfig, Microsoft.Azure.PowerShell.Cmdlets.HDInsight, Version=3.3.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "HiveMetastore": "Microsoft.Azure.Commands.HDInsight.Models.AzureHDInsightMetastore", "OozieMetastore": "Microsoft.Azure.Commands.HDInsight.Models.AzureHDInsightMetastore", @@ -20064,7 +21263,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Commands.HDInsight.Models.Management.StorageType]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.HDInsight.Models.Management.StorageType, Microsoft.Azure.PowerShell.Cmdlets.HDInsight, Version=3.2.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.HDInsight.Models.Management.StorageType, Microsoft.Azure.PowerShell.Cmdlets.HDInsight, Version=3.3.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -20123,7 +21322,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.HDInsight.Models", "Name": "Microsoft.Azure.Commands.HDInsight.Models.AzureHDInsightConfig", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.HDInsight.Models.AzureHDInsightConfig, Microsoft.Azure.PowerShell.Cmdlets.HDInsight, Version=3.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.HDInsight.Models.AzureHDInsightConfig, Microsoft.Azure.PowerShell.Cmdlets.HDInsight, Version=3.3.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "HiveMetastore": "Microsoft.Azure.Commands.HDInsight.Models.AzureHDInsightMetastore", "OozieMetastore": "Microsoft.Azure.Commands.HDInsight.Models.AzureHDInsightMetastore", @@ -20257,7 +21456,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Commands.HDInsight.Models.Management.StorageType]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.HDInsight.Models.Management.StorageType, Microsoft.Azure.PowerShell.Cmdlets.HDInsight, Version=3.2.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.HDInsight.Models.Management.StorageType, Microsoft.Azure.PowerShell.Cmdlets.HDInsight, Version=3.3.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -20334,7 +21533,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.HDInsight.Models.Management", "Name": "Microsoft.Azure.Commands.HDInsight.Models.Management.AzureHDInsightGatewaySettings", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.HDInsight.Models.Management.AzureHDInsightGatewaySettings, Microsoft.Azure.PowerShell.Cmdlets.HDInsight, Version=3.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.HDInsight.Models.Management.AzureHDInsightGatewaySettings, Microsoft.Azure.PowerShell.Cmdlets.HDInsight, Version=3.3.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "IsCredentialEnabled": "System.String", "UserName": "System.String", @@ -20983,7 +22182,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.HDInsight.Models.Management", "Name": "Microsoft.Azure.Commands.HDInsight.Models.Management.AzureHDInsightRuntimeScriptActionOperationResource", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.HDInsight.Models.Management.AzureHDInsightRuntimeScriptActionOperationResource, Microsoft.Azure.PowerShell.Cmdlets.HDInsight, Version=3.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.HDInsight.Models.Management.AzureHDInsightRuntimeScriptActionOperationResource, Microsoft.Azure.PowerShell.Cmdlets.HDInsight, Version=3.3.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "OperationState": "System.String", "ErrorMessage": "System.String", @@ -21105,7 +22304,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.HDInsight.Models.Management", "Name": "Microsoft.Azure.Commands.HDInsight.Models.Management.RuntimeScriptActionClusterNodeType[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.HDInsight.Models.Management.RuntimeScriptActionClusterNodeType[], Microsoft.Azure.PowerShell.Cmdlets.HDInsight, Version=3.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.HDInsight.Models.Management.RuntimeScriptActionClusterNodeType[], Microsoft.Azure.PowerShell.Cmdlets.HDInsight, Version=3.3.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.HDInsight.Models.Management.RuntimeScriptActionClusterNodeType", "GenericTypeArguments": [], @@ -21306,7 +22505,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.HDInsight.Models.Management", "Name": "Microsoft.Azure.Commands.HDInsight.Models.Management.RuntimeScriptActionClusterNodeType[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.HDInsight.Models.Management.RuntimeScriptActionClusterNodeType[], Microsoft.Azure.PowerShell.Cmdlets.HDInsight, Version=3.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.HDInsight.Models.Management.RuntimeScriptActionClusterNodeType[], Microsoft.Azure.PowerShell.Cmdlets.HDInsight, Version=3.3.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.HDInsight.Models.Management.RuntimeScriptActionClusterNodeType", "GenericTypeArguments": [], @@ -21477,7 +22676,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.HDInsight.Models", "Name": "Microsoft.Azure.Commands.HDInsight.Models.AzureHDInsightConfig", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.HDInsight.Models.AzureHDInsightConfig, Microsoft.Azure.PowerShell.Cmdlets.HDInsight, Version=3.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.HDInsight.Models.AzureHDInsightConfig, Microsoft.Azure.PowerShell.Cmdlets.HDInsight, Version=3.3.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "HiveMetastore": "Microsoft.Azure.Commands.HDInsight.Models.AzureHDInsightMetastore", "OozieMetastore": "Microsoft.Azure.Commands.HDInsight.Models.AzureHDInsightMetastore", @@ -21558,7 +22757,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.HDInsight.Models", "Name": "Microsoft.Azure.Commands.HDInsight.Models.AzureHDInsightConfig", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.HDInsight.Models.AzureHDInsightConfig, Microsoft.Azure.PowerShell.Cmdlets.HDInsight, Version=3.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.HDInsight.Models.AzureHDInsightConfig, Microsoft.Azure.PowerShell.Cmdlets.HDInsight, Version=3.3.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "HiveMetastore": "Microsoft.Azure.Commands.HDInsight.Models.AzureHDInsightMetastore", "OozieMetastore": "Microsoft.Azure.Commands.HDInsight.Models.AzureHDInsightMetastore", @@ -21785,7 +22984,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.HDInsight.Models", "Name": "Microsoft.Azure.Commands.HDInsight.Models.AzureHDInsightConfig", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.HDInsight.Models.AzureHDInsightConfig, Microsoft.Azure.PowerShell.Cmdlets.HDInsight, Version=3.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.HDInsight.Models.AzureHDInsightConfig, Microsoft.Azure.PowerShell.Cmdlets.HDInsight, Version=3.3.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "HiveMetastore": "Microsoft.Azure.Commands.HDInsight.Models.AzureHDInsightMetastore", "OozieMetastore": "Microsoft.Azure.Commands.HDInsight.Models.AzureHDInsightMetastore", @@ -22035,7 +23234,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.HDInsight.Models", "Name": "Microsoft.Azure.Commands.HDInsight.Models.AzureHDInsightConfig", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.HDInsight.Models.AzureHDInsightConfig, Microsoft.Azure.PowerShell.Cmdlets.HDInsight, Version=3.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.HDInsight.Models.AzureHDInsightConfig, Microsoft.Azure.PowerShell.Cmdlets.HDInsight, Version=3.3.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "HiveMetastore": "Microsoft.Azure.Commands.HDInsight.Models.AzureHDInsightMetastore", "OozieMetastore": "Microsoft.Azure.Commands.HDInsight.Models.AzureHDInsightMetastore", @@ -22285,7 +23484,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.HDInsight.Models", "Name": "Microsoft.Azure.Commands.HDInsight.Models.AzureHDInsightConfig", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.HDInsight.Models.AzureHDInsightConfig, Microsoft.Azure.PowerShell.Cmdlets.HDInsight, Version=3.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.HDInsight.Models.AzureHDInsightConfig, Microsoft.Azure.PowerShell.Cmdlets.HDInsight, Version=3.3.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "HiveMetastore": "Microsoft.Azure.Commands.HDInsight.Models.AzureHDInsightMetastore", "OozieMetastore": "Microsoft.Azure.Commands.HDInsight.Models.AzureHDInsightMetastore", @@ -22881,7 +24080,7 @@ "Microsoft.Azure.Commands.HDInsight.Models.AzureHDInsightMetastore": { "Namespace": "Microsoft.Azure.Commands.HDInsight.Models", "Name": "Microsoft.Azure.Commands.HDInsight.Models.AzureHDInsightMetastore", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.HDInsight.Models.AzureHDInsightMetastore, Microsoft.Azure.PowerShell.Cmdlets.HDInsight, Version=3.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.HDInsight.Models.AzureHDInsightMetastore, Microsoft.Azure.PowerShell.Cmdlets.HDInsight, Version=3.3.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Credential": "System.Management.Automation.PSCredential", "DatabaseName": "System.String", @@ -22937,7 +24136,7 @@ "Microsoft.Azure.Commands.HDInsight.Models.AzureHDInsightSecurityProfile": { "Namespace": "Microsoft.Azure.Commands.HDInsight.Models", "Name": "Microsoft.Azure.Commands.HDInsight.Models.AzureHDInsightSecurityProfile", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.HDInsight.Models.AzureHDInsightSecurityProfile, Microsoft.Azure.PowerShell.Cmdlets.HDInsight, Version=3.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.HDInsight.Models.AzureHDInsightSecurityProfile, Microsoft.Azure.PowerShell.Cmdlets.HDInsight, Version=3.3.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DomainUserCredential": "System.Management.Automation.PSCredential", "Domain": "System.String", @@ -22995,7 +24194,7 @@ "Microsoft.Azure.Commands.HDInsight.Models.Management.StorageType": { "Namespace": "Microsoft.Azure.Commands.HDInsight.Models.Management", "Name": "Microsoft.Azure.Commands.HDInsight.Models.Management.StorageType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.HDInsight.Models.Management.StorageType, Microsoft.Azure.PowerShell.Cmdlets.HDInsight, Version=3.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.HDInsight.Models.Management.StorageType, Microsoft.Azure.PowerShell.Cmdlets.HDInsight, Version=3.3.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -23185,7 +24384,7 @@ "System.Collections.Generic.Dictionary`2[Microsoft.Azure.Management.HDInsight.Models.ClusterNodeType,System.Collections.Generic.List`1[Microsoft.Azure.Commands.HDInsight.Models.Management.AzureHDInsightScriptAction]]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.Dictionary`2[Microsoft.Azure.Management.HDInsight.Models.ClusterNodeType,System.Collections.Generic.List`1[Microsoft.Azure.Commands.HDInsight.Models.Management.AzureHDInsightScriptAction]]", - "AssemblyQualifiedName": "System.Collections.Generic.Dictionary`2[[Microsoft.Azure.Management.HDInsight.Models.ClusterNodeType, Microsoft.Azure.Management.HDInsight, Version=5.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35],[System.Collections.Generic.List`1[[Microsoft.Azure.Commands.HDInsight.Models.Management.AzureHDInsightScriptAction, Microsoft.Azure.PowerShell.Cmdlets.HDInsight, Version=3.2.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.Dictionary`2[[Microsoft.Azure.Management.HDInsight.Models.ClusterNodeType, Microsoft.Azure.Management.HDInsight, Version=5.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35],[System.Collections.Generic.List`1[[Microsoft.Azure.Commands.HDInsight.Models.Management.AzureHDInsightScriptAction, Microsoft.Azure.PowerShell.Cmdlets.HDInsight, Version=3.3.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -23293,7 +24492,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.HDInsight.Models.Management.AzureHDInsightScriptAction]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.HDInsight.Models.Management.AzureHDInsightScriptAction]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.HDInsight.Models.Management.AzureHDInsightScriptAction, Microsoft.Azure.PowerShell.Cmdlets.HDInsight, Version=3.2.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.HDInsight.Models.Management.AzureHDInsightScriptAction, Microsoft.Azure.PowerShell.Cmdlets.HDInsight, Version=3.3.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -23305,7 +24504,7 @@ "Microsoft.Azure.Commands.HDInsight.Models.Management.AzureHDInsightScriptAction": { "Namespace": "Microsoft.Azure.Commands.HDInsight.Models.Management", "Name": "Microsoft.Azure.Commands.HDInsight.Models.Management.AzureHDInsightScriptAction", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.HDInsight.Models.Management.AzureHDInsightScriptAction, Microsoft.Azure.PowerShell.Cmdlets.HDInsight, Version=3.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.HDInsight.Models.Management.AzureHDInsightScriptAction, Microsoft.Azure.PowerShell.Cmdlets.HDInsight, Version=3.3.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ActionName": "System.String", "Parameters": "System.String", @@ -23996,7 +25195,7 @@ "Microsoft.Azure.Commands.HDInsight.Models.Management.AzureHDInsightQuotaCapability": { "Namespace": "Microsoft.Azure.Commands.HDInsight.Models.Management", "Name": "Microsoft.Azure.Commands.HDInsight.Models.Management.AzureHDInsightQuotaCapability", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.HDInsight.Models.Management.AzureHDInsightQuotaCapability, Microsoft.Azure.PowerShell.Cmdlets.HDInsight, Version=3.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.HDInsight.Models.Management.AzureHDInsightQuotaCapability, Microsoft.Azure.PowerShell.Cmdlets.HDInsight, Version=3.3.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "RegionalQuotas": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.HDInsight.Models.Management.AzureHDInsightRegionalQuotaCapability]", "MaxCoresAllowed": "System.Nullable`1[System.Int64]", @@ -24047,7 +25246,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.HDInsight.Models.Management.AzureHDInsightRegionalQuotaCapability]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.HDInsight.Models.Management.AzureHDInsightRegionalQuotaCapability]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.HDInsight.Models.Management.AzureHDInsightRegionalQuotaCapability, Microsoft.Azure.PowerShell.Cmdlets.HDInsight, Version=3.2.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.HDInsight.Models.Management.AzureHDInsightRegionalQuotaCapability, Microsoft.Azure.PowerShell.Cmdlets.HDInsight, Version=3.3.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -24059,7 +25258,7 @@ "Microsoft.Azure.Commands.HDInsight.Models.Management.AzureHDInsightRegionalQuotaCapability": { "Namespace": "Microsoft.Azure.Commands.HDInsight.Models.Management", "Name": "Microsoft.Azure.Commands.HDInsight.Models.Management.AzureHDInsightRegionalQuotaCapability", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.HDInsight.Models.Management.AzureHDInsightRegionalQuotaCapability, Microsoft.Azure.PowerShell.Cmdlets.HDInsight, Version=3.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.HDInsight.Models.Management.AzureHDInsightRegionalQuotaCapability, Microsoft.Azure.PowerShell.Cmdlets.HDInsight, Version=3.3.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "CoresUsed": "System.Nullable`1[System.Int64]", "CoresAvailable": "System.Nullable`1[System.Int64]", @@ -24122,7 +25321,7 @@ "System.Collections.Generic.IDictionary`2[System.String,Microsoft.Azure.Commands.HDInsight.Models.Management.AzureHDInsightRegionsCapability]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IDictionary`2[System.String,Microsoft.Azure.Commands.HDInsight.Models.Management.AzureHDInsightRegionsCapability]", - "AssemblyQualifiedName": "System.Collections.Generic.IDictionary`2[[System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[Microsoft.Azure.Commands.HDInsight.Models.Management.AzureHDInsightRegionsCapability, Microsoft.Azure.PowerShell.Cmdlets.HDInsight, Version=3.2.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IDictionary`2[[System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[Microsoft.Azure.Commands.HDInsight.Models.Management.AzureHDInsightRegionsCapability, Microsoft.Azure.PowerShell.Cmdlets.HDInsight, Version=3.3.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -24135,7 +25334,7 @@ "Microsoft.Azure.Commands.HDInsight.Models.Management.AzureHDInsightRegionsCapability": { "Namespace": "Microsoft.Azure.Commands.HDInsight.Models.Management", "Name": "Microsoft.Azure.Commands.HDInsight.Models.Management.AzureHDInsightRegionsCapability", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.HDInsight.Models.Management.AzureHDInsightRegionsCapability, Microsoft.Azure.PowerShell.Cmdlets.HDInsight, Version=3.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.HDInsight.Models.Management.AzureHDInsightRegionsCapability, Microsoft.Azure.PowerShell.Cmdlets.HDInsight, Version=3.3.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Available": "System.Collections.Generic.IList`1[System.String]" }, @@ -24184,7 +25383,7 @@ "System.Collections.Generic.IDictionary`2[System.String,Microsoft.Azure.Commands.HDInsight.Models.Management.AzureHDInsightVersionsCapability]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IDictionary`2[System.String,Microsoft.Azure.Commands.HDInsight.Models.Management.AzureHDInsightVersionsCapability]", - "AssemblyQualifiedName": "System.Collections.Generic.IDictionary`2[[System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[Microsoft.Azure.Commands.HDInsight.Models.Management.AzureHDInsightVersionsCapability, Microsoft.Azure.PowerShell.Cmdlets.HDInsight, Version=3.2.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IDictionary`2[[System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[Microsoft.Azure.Commands.HDInsight.Models.Management.AzureHDInsightVersionsCapability, Microsoft.Azure.PowerShell.Cmdlets.HDInsight, Version=3.3.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -24197,7 +25396,7 @@ "Microsoft.Azure.Commands.HDInsight.Models.Management.AzureHDInsightVersionsCapability": { "Namespace": "Microsoft.Azure.Commands.HDInsight.Models.Management", "Name": "Microsoft.Azure.Commands.HDInsight.Models.Management.AzureHDInsightVersionsCapability", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.HDInsight.Models.Management.AzureHDInsightVersionsCapability, Microsoft.Azure.PowerShell.Cmdlets.HDInsight, Version=3.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.HDInsight.Models.Management.AzureHDInsightVersionsCapability, Microsoft.Azure.PowerShell.Cmdlets.HDInsight, Version=3.3.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Available": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.HDInsight.Models.Management.AzureHDInsightVersionSpec]" }, @@ -24246,7 +25445,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.HDInsight.Models.Management.AzureHDInsightVersionSpec]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.HDInsight.Models.Management.AzureHDInsightVersionSpec]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.HDInsight.Models.Management.AzureHDInsightVersionSpec, Microsoft.Azure.PowerShell.Cmdlets.HDInsight, Version=3.2.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.HDInsight.Models.Management.AzureHDInsightVersionSpec, Microsoft.Azure.PowerShell.Cmdlets.HDInsight, Version=3.3.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -24258,7 +25457,7 @@ "Microsoft.Azure.Commands.HDInsight.Models.Management.AzureHDInsightVersionSpec": { "Namespace": "Microsoft.Azure.Commands.HDInsight.Models.Management", "Name": "Microsoft.Azure.Commands.HDInsight.Models.Management.AzureHDInsightVersionSpec", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.HDInsight.Models.Management.AzureHDInsightVersionSpec, Microsoft.Azure.PowerShell.Cmdlets.HDInsight, Version=3.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.HDInsight.Models.Management.AzureHDInsightVersionSpec, Microsoft.Azure.PowerShell.Cmdlets.HDInsight, Version=3.3.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ComponentVersions": "System.Collections.Generic.IDictionary`2[System.String,System.String]", "FriendlyName": "System.String", @@ -24310,7 +25509,7 @@ "System.Collections.Generic.IDictionary`2[System.String,Microsoft.Azure.Commands.HDInsight.Models.Management.AzureHDInsightVmSizesCapability]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IDictionary`2[System.String,Microsoft.Azure.Commands.HDInsight.Models.Management.AzureHDInsightVmSizesCapability]", - "AssemblyQualifiedName": "System.Collections.Generic.IDictionary`2[[System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[Microsoft.Azure.Commands.HDInsight.Models.Management.AzureHDInsightVmSizesCapability, Microsoft.Azure.PowerShell.Cmdlets.HDInsight, Version=3.2.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IDictionary`2[[System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[Microsoft.Azure.Commands.HDInsight.Models.Management.AzureHDInsightVmSizesCapability, Microsoft.Azure.PowerShell.Cmdlets.HDInsight, Version=3.3.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -24323,7 +25522,7 @@ "Microsoft.Azure.Commands.HDInsight.Models.Management.AzureHDInsightVmSizesCapability": { "Namespace": "Microsoft.Azure.Commands.HDInsight.Models.Management", "Name": "Microsoft.Azure.Commands.HDInsight.Models.Management.AzureHDInsightVmSizesCapability", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.HDInsight.Models.Management.AzureHDInsightVmSizesCapability, Microsoft.Azure.PowerShell.Cmdlets.HDInsight, Version=3.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.HDInsight.Models.Management.AzureHDInsightVmSizesCapability, Microsoft.Azure.PowerShell.Cmdlets.HDInsight, Version=3.3.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Available": "System.Collections.Generic.IList`1[System.String]" }, @@ -24372,7 +25571,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.HDInsight.Models.Management.AzureHDInsightVmSizeCompatibilityFilter]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.HDInsight.Models.Management.AzureHDInsightVmSizeCompatibilityFilter]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.HDInsight.Models.Management.AzureHDInsightVmSizeCompatibilityFilter, Microsoft.Azure.PowerShell.Cmdlets.HDInsight, Version=3.2.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.HDInsight.Models.Management.AzureHDInsightVmSizeCompatibilityFilter, Microsoft.Azure.PowerShell.Cmdlets.HDInsight, Version=3.3.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -24384,7 +25583,7 @@ "Microsoft.Azure.Commands.HDInsight.Models.Management.AzureHDInsightVmSizeCompatibilityFilter": { "Namespace": "Microsoft.Azure.Commands.HDInsight.Models.Management", "Name": "Microsoft.Azure.Commands.HDInsight.Models.Management.AzureHDInsightVmSizeCompatibilityFilter", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.HDInsight.Models.Management.AzureHDInsightVmSizeCompatibilityFilter, Microsoft.Azure.PowerShell.Cmdlets.HDInsight, Version=3.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.HDInsight.Models.Management.AzureHDInsightVmSizeCompatibilityFilter, Microsoft.Azure.PowerShell.Cmdlets.HDInsight, Version=3.3.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Regions": "System.Collections.Generic.IList`1[System.String]", "ClusterFlavors": "System.Collections.Generic.IList`1[System.String]", @@ -26272,10 +27471,59 @@ "Methods": [], "Constructors": [] }, + "Microsoft.Azure.Commands.HDInsight.Models.Management.AzureHDInsightHostInfo": { + "Namespace": "Microsoft.Azure.Commands.HDInsight.Models.Management", + "Name": "Microsoft.Azure.Commands.HDInsight.Models.Management.AzureHDInsightHostInfo", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.HDInsight.Models.Management.AzureHDInsightHostInfo, Microsoft.Azure.PowerShell.Cmdlets.HDInsight, Version=3.3.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "name": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [ + { + "Name": "hostInfo", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ] + } + ] + }, "Microsoft.Azure.Commands.HDInsight.Models.Management.RuntimeScriptActionClusterNodeType": { "Namespace": "Microsoft.Azure.Commands.HDInsight.Models.Management", "Name": "Microsoft.Azure.Commands.HDInsight.Models.Management.RuntimeScriptActionClusterNodeType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.HDInsight.Models.Management.RuntimeScriptActionClusterNodeType, Microsoft.Azure.PowerShell.Cmdlets.HDInsight, Version=3.2.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.HDInsight.Models.Management.RuntimeScriptActionClusterNodeType, Microsoft.Azure.PowerShell.Cmdlets.HDInsight, Version=3.3.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], diff --git a/tools/Tools.Common/SerializedCmdlets/Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.dll.json b/tools/Tools.Common/SerializedCmdlets/Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.dll.json index 605e67006996..866beacf9757 100644 --- a/tools/Tools.Common/SerializedCmdlets/Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.dll.json +++ b/tools/Tools.Common/SerializedCmdlets/Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.dll.json @@ -14,26 +14,30 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.HealthcareApis.Models", "Name": "Microsoft.Azure.Commands.HealthcareApis.Models.PSHealthcareApisService", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.HealthcareApis.Models.PSHealthcareApisService, Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis, Version=1.0.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.HealthcareApis.Models.PSHealthcareApisService, Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis, Version=1.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", "AccessPolicies": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.HealthcareApis.Models.PSHealthcareApisFhirServiceAccessPolicyEntry]", - "CorsOrigins": "System.Collections.Generic.IList`1[System.String]", - "CorsMethods": "System.Collections.Generic.IList`1[System.String]", "CorsHeaders": "System.Collections.Generic.IList`1[System.String]", + "CorsMethods": "System.Collections.Generic.IList`1[System.String]", + "CorsOrigins": "System.Collections.Generic.IList`1[System.String]", "SmartProxyEnabled": "System.Nullable`1[System.Boolean]", "CorsAllowCredentials": "System.Nullable`1[System.Boolean]", "CorsMaxAge": "System.Nullable`1[System.Int32]", "CosmosDbOfferThroughput": "System.Nullable`1[System.Int32]", - "Authority": "System.String", + "IdentityType": "System.String", "ResourceType": "System.String", + "ResourceGroupName": "System.String", + "Name": "System.String", "Etag": "System.String", - "Id": "System.String", "Kind": "System.String", + "Id": "System.String", + "IdentityPrincipalId": "System.String", + "ExportStorageAccountName": "System.String", + "Authority": "System.String", + "Audience": "System.String", "Location": "System.String", - "Name": "System.String", - "ResourceGroupName": "System.String", - "Audience": "System.String" + "IdentityTenantId": "System.String" }, "ElementType": null, "GenericTypeArguments": [], @@ -477,26 +481,30 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.HealthcareApis.Models", "Name": "Microsoft.Azure.Commands.HealthcareApis.Models.PSHealthcareApisService", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.HealthcareApis.Models.PSHealthcareApisService, Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis, Version=1.0.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.HealthcareApis.Models.PSHealthcareApisService, Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis, Version=1.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", "AccessPolicies": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.HealthcareApis.Models.PSHealthcareApisFhirServiceAccessPolicyEntry]", - "CorsOrigins": "System.Collections.Generic.IList`1[System.String]", - "CorsMethods": "System.Collections.Generic.IList`1[System.String]", "CorsHeaders": "System.Collections.Generic.IList`1[System.String]", + "CorsMethods": "System.Collections.Generic.IList`1[System.String]", + "CorsOrigins": "System.Collections.Generic.IList`1[System.String]", "SmartProxyEnabled": "System.Nullable`1[System.Boolean]", "CorsAllowCredentials": "System.Nullable`1[System.Boolean]", "CorsMaxAge": "System.Nullable`1[System.Int32]", "CosmosDbOfferThroughput": "System.Nullable`1[System.Int32]", - "Authority": "System.String", + "IdentityType": "System.String", "ResourceType": "System.String", + "ResourceGroupName": "System.String", + "Name": "System.String", "Etag": "System.String", - "Id": "System.String", "Kind": "System.String", + "Id": "System.String", + "IdentityPrincipalId": "System.String", + "ExportStorageAccountName": "System.String", + "Authority": "System.String", + "Audience": "System.String", "Location": "System.String", - "Name": "System.String", - "ResourceGroupName": "System.String", - "Audience": "System.String" + "IdentityTenantId": "System.String" }, "ElementType": null, "GenericTypeArguments": [], @@ -792,6 +800,24 @@ "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, + { + "Name": "ExportStorageAccountName", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, { "Name": "EnableSmartProxy", "AliasList": [], @@ -810,6 +836,24 @@ "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, + { + "Name": "ManagedIdentity", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, { "Name": "FhirVersion", "AliasList": [], @@ -1218,6 +1262,30 @@ "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, + { + "ParameterMetadata": { + "Name": "ExportStorageAccountName", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, { "ParameterMetadata": { "Name": "EnableSmartProxy", @@ -1242,6 +1310,30 @@ "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, + { + "ParameterMetadata": { + "Name": "ManagedIdentity", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, { "ParameterMetadata": { "Name": "FhirVersion", @@ -1432,26 +1524,30 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.HealthcareApis.Models", "Name": "Microsoft.Azure.Commands.HealthcareApis.Models.PSHealthcareApisService", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.HealthcareApis.Models.PSHealthcareApisService, Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis, Version=1.0.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.HealthcareApis.Models.PSHealthcareApisService, Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis, Version=1.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", "AccessPolicies": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.HealthcareApis.Models.PSHealthcareApisFhirServiceAccessPolicyEntry]", - "CorsOrigins": "System.Collections.Generic.IList`1[System.String]", - "CorsMethods": "System.Collections.Generic.IList`1[System.String]", "CorsHeaders": "System.Collections.Generic.IList`1[System.String]", + "CorsMethods": "System.Collections.Generic.IList`1[System.String]", + "CorsOrigins": "System.Collections.Generic.IList`1[System.String]", "SmartProxyEnabled": "System.Nullable`1[System.Boolean]", "CorsAllowCredentials": "System.Nullable`1[System.Boolean]", "CorsMaxAge": "System.Nullable`1[System.Int32]", "CosmosDbOfferThroughput": "System.Nullable`1[System.Int32]", - "Authority": "System.String", + "IdentityType": "System.String", "ResourceType": "System.String", + "ResourceGroupName": "System.String", + "Name": "System.String", "Etag": "System.String", - "Id": "System.String", "Kind": "System.String", + "Id": "System.String", + "IdentityPrincipalId": "System.String", + "ExportStorageAccountName": "System.String", + "Authority": "System.String", + "Audience": "System.String", "Location": "System.String", - "Name": "System.String", - "ResourceGroupName": "System.String", - "Audience": "System.String" + "IdentityTenantId": "System.String" }, "ElementType": null, "GenericTypeArguments": [], @@ -1752,26 +1848,30 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.HealthcareApis.Models", "Name": "Microsoft.Azure.Commands.HealthcareApis.Models.PSHealthcareApisService", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.HealthcareApis.Models.PSHealthcareApisService, Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis, Version=1.0.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.HealthcareApis.Models.PSHealthcareApisService, Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis, Version=1.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", "AccessPolicies": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.HealthcareApis.Models.PSHealthcareApisFhirServiceAccessPolicyEntry]", - "CorsOrigins": "System.Collections.Generic.IList`1[System.String]", - "CorsMethods": "System.Collections.Generic.IList`1[System.String]", "CorsHeaders": "System.Collections.Generic.IList`1[System.String]", + "CorsMethods": "System.Collections.Generic.IList`1[System.String]", + "CorsOrigins": "System.Collections.Generic.IList`1[System.String]", "SmartProxyEnabled": "System.Nullable`1[System.Boolean]", "CorsAllowCredentials": "System.Nullable`1[System.Boolean]", "CorsMaxAge": "System.Nullable`1[System.Int32]", "CosmosDbOfferThroughput": "System.Nullable`1[System.Int32]", - "Authority": "System.String", + "IdentityType": "System.String", "ResourceType": "System.String", + "ResourceGroupName": "System.String", + "Name": "System.String", "Etag": "System.String", - "Id": "System.String", "Kind": "System.String", + "Id": "System.String", + "IdentityPrincipalId": "System.String", + "ExportStorageAccountName": "System.String", + "Authority": "System.String", + "Audience": "System.String", "Location": "System.String", - "Name": "System.String", - "ResourceGroupName": "System.String", - "Audience": "System.String" + "IdentityTenantId": "System.String" }, "ElementType": null, "GenericTypeArguments": [], @@ -2149,26 +2249,30 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.HealthcareApis.Models", "Name": "Microsoft.Azure.Commands.HealthcareApis.Models.PSHealthcareApisService", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.HealthcareApis.Models.PSHealthcareApisService, Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis, Version=1.0.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.HealthcareApis.Models.PSHealthcareApisService, Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis, Version=1.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", "AccessPolicies": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.HealthcareApis.Models.PSHealthcareApisFhirServiceAccessPolicyEntry]", - "CorsOrigins": "System.Collections.Generic.IList`1[System.String]", - "CorsMethods": "System.Collections.Generic.IList`1[System.String]", "CorsHeaders": "System.Collections.Generic.IList`1[System.String]", + "CorsMethods": "System.Collections.Generic.IList`1[System.String]", + "CorsOrigins": "System.Collections.Generic.IList`1[System.String]", "SmartProxyEnabled": "System.Nullable`1[System.Boolean]", "CorsAllowCredentials": "System.Nullable`1[System.Boolean]", "CorsMaxAge": "System.Nullable`1[System.Int32]", "CosmosDbOfferThroughput": "System.Nullable`1[System.Int32]", - "Authority": "System.String", + "IdentityType": "System.String", "ResourceType": "System.String", + "ResourceGroupName": "System.String", + "Name": "System.String", "Etag": "System.String", - "Id": "System.String", "Kind": "System.String", + "Id": "System.String", + "IdentityPrincipalId": "System.String", + "ExportStorageAccountName": "System.String", + "Authority": "System.String", + "Audience": "System.String", "Location": "System.String", - "Name": "System.String", - "ResourceGroupName": "System.String", - "Audience": "System.String" + "IdentityTenantId": "System.String" }, "ElementType": null, "GenericTypeArguments": [], @@ -2466,6 +2570,24 @@ "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, + { + "Name": "ExportStorageAccountName", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, { "Name": "AccessPolicyObjectId", "AliasList": [], @@ -2484,6 +2606,42 @@ "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, + { + "Name": "EnableManagedIdentity", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "DisableManagedIdentity", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, { "Name": "Tag", "AliasList": [ @@ -2510,26 +2668,30 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.HealthcareApis.Models", "Name": "Microsoft.Azure.Commands.HealthcareApis.Models.PSHealthcareApisService", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.HealthcareApis.Models.PSHealthcareApisService, Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis, Version=1.0.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.HealthcareApis.Models.PSHealthcareApisService, Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis, Version=1.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", "AccessPolicies": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.HealthcareApis.Models.PSHealthcareApisFhirServiceAccessPolicyEntry]", - "CorsOrigins": "System.Collections.Generic.IList`1[System.String]", - "CorsMethods": "System.Collections.Generic.IList`1[System.String]", "CorsHeaders": "System.Collections.Generic.IList`1[System.String]", + "CorsMethods": "System.Collections.Generic.IList`1[System.String]", + "CorsOrigins": "System.Collections.Generic.IList`1[System.String]", "SmartProxyEnabled": "System.Nullable`1[System.Boolean]", "CorsAllowCredentials": "System.Nullable`1[System.Boolean]", "CorsMaxAge": "System.Nullable`1[System.Int32]", "CosmosDbOfferThroughput": "System.Nullable`1[System.Int32]", - "Authority": "System.String", + "IdentityType": "System.String", "ResourceType": "System.String", + "ResourceGroupName": "System.String", + "Name": "System.String", "Etag": "System.String", - "Id": "System.String", "Kind": "System.String", + "Id": "System.String", + "IdentityPrincipalId": "System.String", + "ExportStorageAccountName": "System.String", + "Authority": "System.String", + "Audience": "System.String", "Location": "System.String", - "Name": "System.String", - "ResourceGroupName": "System.String", - "Audience": "System.String" + "IdentityTenantId": "System.String" }, "ElementType": null, "GenericTypeArguments": [], @@ -2978,6 +3140,30 @@ "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, + { + "ParameterMetadata": { + "Name": "ExportStorageAccountName", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, { "ParameterMetadata": { "Name": "AccessPolicyObjectId", @@ -3002,6 +3188,54 @@ "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, + { + "ParameterMetadata": { + "Name": "EnableManagedIdentity", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DisableManagedIdentity", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, { "ParameterMetadata": { "Name": "Tag", @@ -3364,6 +3598,30 @@ "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, + { + "ParameterMetadata": { + "Name": "ExportStorageAccountName", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, { "ParameterMetadata": { "Name": "AccessPolicyObjectId", @@ -3388,6 +3646,54 @@ "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, + { + "ParameterMetadata": { + "Name": "EnableManagedIdentity", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DisableManagedIdentity", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, { "ParameterMetadata": { "Name": "Tag", @@ -3513,26 +3819,30 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.HealthcareApis.Models", "Name": "Microsoft.Azure.Commands.HealthcareApis.Models.PSHealthcareApisService", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.HealthcareApis.Models.PSHealthcareApisService, Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis, Version=1.0.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.HealthcareApis.Models.PSHealthcareApisService, Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis, Version=1.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", "AccessPolicies": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.HealthcareApis.Models.PSHealthcareApisFhirServiceAccessPolicyEntry]", - "CorsOrigins": "System.Collections.Generic.IList`1[System.String]", - "CorsMethods": "System.Collections.Generic.IList`1[System.String]", "CorsHeaders": "System.Collections.Generic.IList`1[System.String]", + "CorsMethods": "System.Collections.Generic.IList`1[System.String]", + "CorsOrigins": "System.Collections.Generic.IList`1[System.String]", "SmartProxyEnabled": "System.Nullable`1[System.Boolean]", "CorsAllowCredentials": "System.Nullable`1[System.Boolean]", "CorsMaxAge": "System.Nullable`1[System.Int32]", "CosmosDbOfferThroughput": "System.Nullable`1[System.Int32]", - "Authority": "System.String", + "IdentityType": "System.String", "ResourceType": "System.String", + "ResourceGroupName": "System.String", + "Name": "System.String", "Etag": "System.String", - "Id": "System.String", "Kind": "System.String", + "Id": "System.String", + "IdentityPrincipalId": "System.String", + "ExportStorageAccountName": "System.String", + "Authority": "System.String", + "Audience": "System.String", "Location": "System.String", - "Name": "System.String", - "ResourceGroupName": "System.String", - "Audience": "System.String" + "IdentityTenantId": "System.String" }, "ElementType": null, "GenericTypeArguments": [], @@ -3890,7 +4200,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.HealthcareApis.Models.PSHealthcareApisFhirServiceAccessPolicyEntry]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.HealthcareApis.Models.PSHealthcareApisFhirServiceAccessPolicyEntry]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.HealthcareApis.Models.PSHealthcareApisFhirServiceAccessPolicyEntry, Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis, Version=1.0.2.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.HealthcareApis.Models.PSHealthcareApisFhirServiceAccessPolicyEntry, Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis, Version=1.1.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -3902,7 +4212,7 @@ "Microsoft.Azure.Commands.HealthcareApis.Models.PSHealthcareApisFhirServiceAccessPolicyEntry": { "Namespace": "Microsoft.Azure.Commands.HealthcareApis.Models", "Name": "Microsoft.Azure.Commands.HealthcareApis.Models.PSHealthcareApisFhirServiceAccessPolicyEntry", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.HealthcareApis.Models.PSHealthcareApisFhirServiceAccessPolicyEntry, Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis, Version=1.0.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.HealthcareApis.Models.PSHealthcareApisFhirServiceAccessPolicyEntry, Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis, Version=1.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ObjectId": "System.String" }, @@ -3997,26 +4307,30 @@ "Microsoft.Azure.Commands.HealthcareApis.Models.PSHealthcareApisService": { "Namespace": "Microsoft.Azure.Commands.HealthcareApis.Models", "Name": "Microsoft.Azure.Commands.HealthcareApis.Models.PSHealthcareApisService", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.HealthcareApis.Models.PSHealthcareApisService, Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis, Version=1.0.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.HealthcareApis.Models.PSHealthcareApisService, Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis, Version=1.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", "AccessPolicies": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.HealthcareApis.Models.PSHealthcareApisFhirServiceAccessPolicyEntry]", - "CorsOrigins": "System.Collections.Generic.IList`1[System.String]", - "CorsMethods": "System.Collections.Generic.IList`1[System.String]", "CorsHeaders": "System.Collections.Generic.IList`1[System.String]", + "CorsMethods": "System.Collections.Generic.IList`1[System.String]", + "CorsOrigins": "System.Collections.Generic.IList`1[System.String]", "SmartProxyEnabled": "System.Nullable`1[System.Boolean]", "CorsAllowCredentials": "System.Nullable`1[System.Boolean]", "CorsMaxAge": "System.Nullable`1[System.Int32]", "CosmosDbOfferThroughput": "System.Nullable`1[System.Int32]", - "Authority": "System.String", + "IdentityType": "System.String", "ResourceType": "System.String", + "ResourceGroupName": "System.String", + "Name": "System.String", "Etag": "System.String", - "Id": "System.String", "Kind": "System.String", + "Id": "System.String", + "IdentityPrincipalId": "System.String", + "ExportStorageAccountName": "System.String", + "Authority": "System.String", + "Audience": "System.String", "Location": "System.String", - "Name": "System.String", - "ResourceGroupName": "System.String", - "Audience": "System.String" + "IdentityTenantId": "System.String" }, "ElementType": null, "GenericTypeArguments": [], diff --git a/tools/Tools.Common/SerializedCmdlets/Microsoft.Azure.PowerShell.Cmdlets.Monitor.dll.json b/tools/Tools.Common/SerializedCmdlets/Microsoft.Azure.PowerShell.Cmdlets.Monitor.dll.json index 5a917d0adb26..764d5cf6eb7c 100644 --- a/tools/Tools.Common/SerializedCmdlets/Microsoft.Azure.PowerShell.Cmdlets.Monitor.dll.json +++ b/tools/Tools.Common/SerializedCmdlets/Microsoft.Azure.PowerShell.Cmdlets.Monitor.dll.json @@ -14,7 +14,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Insights.OutputClasses", "Name": "Microsoft.Azure.Commands.Insights.OutputClasses.PSScheduledQueryRuleResource", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSScheduledQueryRuleResource, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSScheduledQueryRuleResource, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=2.0.1.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Action": "Microsoft.Azure.Management.Monitor.Models.Action", "Schedule": "Microsoft.Azure.Management.Monitor.Models.Schedule", @@ -460,7 +460,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Insights.OutputClasses", "Name": "Microsoft.Azure.Commands.Insights.OutputClasses.PSScheduledQueryRuleAlertingAction", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSScheduledQueryRuleAlertingAction, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSScheduledQueryRuleAlertingAction, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=2.0.1.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AznsAction": "Microsoft.Azure.Management.Monitor.Models.AzNsActionGroup", "Trigger": "Microsoft.Azure.Management.Monitor.Models.TriggerCondition", @@ -526,7 +526,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Insights.OutputClasses", "Name": "Microsoft.Azure.Commands.Insights.OutputClasses.PSScheduledQueryRuleAznsAction", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSScheduledQueryRuleAznsAction, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSScheduledQueryRuleAznsAction, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=2.0.1.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ActionGroup": "System.Collections.Generic.IList`1[System.String]", "EmailSubject": "System.String", @@ -621,7 +621,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Insights.OutputClasses", "Name": "Microsoft.Azure.Commands.Insights.OutputClasses.PSScheduledQueryRuleTriggerCondition", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSScheduledQueryRuleTriggerCondition, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSScheduledQueryRuleTriggerCondition, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=2.0.1.0, Culture=neutral, PublicKeyToken=null", "Properties": { "MetricTrigger": "Microsoft.Azure.Management.Monitor.Models.LogMetricTrigger", "Threshold": "System.Double", @@ -724,7 +724,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Insights.OutputClasses", "Name": "Microsoft.Azure.Commands.Insights.OutputClasses.PSScheduledQueryRuleAznsAction", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSScheduledQueryRuleAznsAction, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSScheduledQueryRuleAznsAction, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=2.0.1.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ActionGroup": "System.Collections.Generic.IList`1[System.String]", "EmailSubject": "System.String", @@ -837,7 +837,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Insights.OutputClasses", "Name": "Microsoft.Azure.Commands.Insights.OutputClasses.PSScheduledQueryRuleTriggerCondition", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSScheduledQueryRuleTriggerCondition, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSScheduledQueryRuleTriggerCondition, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=2.0.1.0, Culture=neutral, PublicKeyToken=null", "Properties": { "MetricTrigger": "Microsoft.Azure.Management.Monitor.Models.LogMetricTrigger", "Threshold": "System.Double", @@ -958,7 +958,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Insights.OutputClasses", "Name": "Microsoft.Azure.Commands.Insights.OutputClasses.PSScheduledQueryRuleAznsAction", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSScheduledQueryRuleAznsAction, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSScheduledQueryRuleAznsAction, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=2.0.1.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ActionGroup": "System.Collections.Generic.IList`1[System.String]", "EmailSubject": "System.String", @@ -1234,7 +1234,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Insights.OutputClasses", "Name": "Microsoft.Azure.Commands.Insights.OutputClasses.PSScheduledQueryRuleResource", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSScheduledQueryRuleResource, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSScheduledQueryRuleResource, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=2.0.1.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Action": "Microsoft.Azure.Management.Monitor.Models.Action", "Schedule": "Microsoft.Azure.Management.Monitor.Models.Schedule", @@ -1308,7 +1308,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Insights.OutputClasses", "Name": "Microsoft.Azure.Commands.Insights.OutputClasses.PSScheduledQueryRuleSource", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSScheduledQueryRuleSource, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSScheduledQueryRuleSource, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=2.0.1.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AuthorizedResources": "System.Collections.Generic.IList`1[System.String]", "Query": "System.String", @@ -1373,7 +1373,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Insights.OutputClasses", "Name": "Microsoft.Azure.Commands.Insights.OutputClasses.PSScheduledQueryRuleSchedule", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSScheduledQueryRuleSchedule, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSScheduledQueryRuleSchedule, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=2.0.1.0, Culture=neutral, PublicKeyToken=null", "Properties": { "FrequencyInMinutes": "System.Int32", "TimeWindowInMinutes": "System.Int32" @@ -1436,7 +1436,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Insights.OutputClasses", "Name": "Microsoft.Azure.Commands.Insights.OutputClasses.PSScheduledQueryRuleAlertingAction", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSScheduledQueryRuleAlertingAction, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSScheduledQueryRuleAlertingAction, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=2.0.1.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AznsAction": "Microsoft.Azure.Management.Monitor.Models.AzNsActionGroup", "Trigger": "Microsoft.Azure.Management.Monitor.Models.TriggerCondition", @@ -1648,7 +1648,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Insights.OutputClasses", "Name": "Microsoft.Azure.Commands.Insights.OutputClasses.PSScheduledQueryRuleSource", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSScheduledQueryRuleSource, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSScheduledQueryRuleSource, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=2.0.1.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AuthorizedResources": "System.Collections.Generic.IList`1[System.String]", "Query": "System.String", @@ -1719,7 +1719,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Insights.OutputClasses", "Name": "Microsoft.Azure.Commands.Insights.OutputClasses.PSScheduledQueryRuleSchedule", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSScheduledQueryRuleSchedule, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSScheduledQueryRuleSchedule, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=2.0.1.0, Culture=neutral, PublicKeyToken=null", "Properties": { "FrequencyInMinutes": "System.Int32", "TimeWindowInMinutes": "System.Int32" @@ -1788,7 +1788,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Insights.OutputClasses", "Name": "Microsoft.Azure.Commands.Insights.OutputClasses.PSScheduledQueryRuleAlertingAction", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSScheduledQueryRuleAlertingAction, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSScheduledQueryRuleAlertingAction, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=2.0.1.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AznsAction": "Microsoft.Azure.Management.Monitor.Models.AzNsActionGroup", "Trigger": "Microsoft.Azure.Management.Monitor.Models.TriggerCondition", @@ -2054,7 +2054,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Insights.OutputClasses", "Name": "Microsoft.Azure.Commands.Insights.OutputClasses.PSScheduledQueryRuleLogMetricTrigger", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSScheduledQueryRuleLogMetricTrigger, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSScheduledQueryRuleLogMetricTrigger, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=2.0.1.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Threshold": "System.Nullable`1[System.Double]", "ThresholdOperator": "System.String", @@ -2373,7 +2373,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Insights.OutputClasses", "Name": "Microsoft.Azure.Commands.Insights.OutputClasses.PSScheduledQueryRuleSchedule", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSScheduledQueryRuleSchedule, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSScheduledQueryRuleSchedule, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=2.0.1.0, Culture=neutral, PublicKeyToken=null", "Properties": { "FrequencyInMinutes": "System.Int32", "TimeWindowInMinutes": "System.Int32" @@ -2611,7 +2611,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Insights.OutputClasses", "Name": "Microsoft.Azure.Commands.Insights.OutputClasses.PSScheduledQueryRuleSource", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSScheduledQueryRuleSource, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSScheduledQueryRuleSource, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=2.0.1.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AuthorizedResources": "System.Collections.Generic.IList`1[System.String]", "Query": "System.String", @@ -2935,7 +2935,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Insights.OutputClasses", "Name": "Microsoft.Azure.Commands.Insights.OutputClasses.PSScheduledQueryRuleTriggerCondition", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSScheduledQueryRuleTriggerCondition, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSScheduledQueryRuleTriggerCondition, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=2.0.1.0, Culture=neutral, PublicKeyToken=null", "Properties": { "MetricTrigger": "Microsoft.Azure.Management.Monitor.Models.LogMetricTrigger", "Threshold": "System.Double", @@ -3036,7 +3036,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Insights.OutputClasses", "Name": "Microsoft.Azure.Commands.Insights.OutputClasses.PSScheduledQueryRuleLogMetricTrigger", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSScheduledQueryRuleLogMetricTrigger, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSScheduledQueryRuleLogMetricTrigger, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=2.0.1.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Threshold": "System.Nullable`1[System.Double]", "ThresholdOperator": "System.String", @@ -3183,7 +3183,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Insights.OutputClasses", "Name": "Microsoft.Azure.Commands.Insights.OutputClasses.PSScheduledQueryRuleLogMetricTrigger", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSScheduledQueryRuleLogMetricTrigger, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSScheduledQueryRuleLogMetricTrigger, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=2.0.1.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Threshold": "System.Nullable`1[System.Double]", "ThresholdOperator": "System.String", @@ -3319,7 +3319,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Insights.OutputClasses", "Name": "Microsoft.Azure.Commands.Insights.OutputClasses.PSScheduledQueryRuleResource", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSScheduledQueryRuleResource, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSScheduledQueryRuleResource, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=2.0.1.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Action": "Microsoft.Azure.Management.Monitor.Models.Action", "Schedule": "Microsoft.Azure.Management.Monitor.Models.Schedule", @@ -3503,7 +3503,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Insights.OutputClasses", "Name": "Microsoft.Azure.Commands.Insights.OutputClasses.PSScheduledQueryRuleResource", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSScheduledQueryRuleResource, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSScheduledQueryRuleResource, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=2.0.1.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Action": "Microsoft.Azure.Management.Monitor.Models.Action", "Schedule": "Microsoft.Azure.Management.Monitor.Models.Schedule", @@ -3933,7 +3933,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Insights.OutputClasses", "Name": "Microsoft.Azure.Commands.Insights.OutputClasses.PSScheduledQueryRuleResource", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSScheduledQueryRuleResource, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSScheduledQueryRuleResource, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=2.0.1.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Action": "Microsoft.Azure.Management.Monitor.Models.Action", "Schedule": "Microsoft.Azure.Management.Monitor.Models.Schedule", @@ -4007,7 +4007,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Insights.OutputClasses", "Name": "Microsoft.Azure.Commands.Insights.OutputClasses.PSScheduledQueryRuleResource", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSScheduledQueryRuleResource, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSScheduledQueryRuleResource, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=2.0.1.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Action": "Microsoft.Azure.Management.Monitor.Models.Action", "Schedule": "Microsoft.Azure.Management.Monitor.Models.Schedule", @@ -4098,7 +4098,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Insights.OutputClasses", "Name": "Microsoft.Azure.Commands.Insights.OutputClasses.PSScheduledQueryRuleSource", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSScheduledQueryRuleSource, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSScheduledQueryRuleSource, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=2.0.1.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AuthorizedResources": "System.Collections.Generic.IList`1[System.String]", "Query": "System.String", @@ -4163,7 +4163,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Insights.OutputClasses", "Name": "Microsoft.Azure.Commands.Insights.OutputClasses.PSScheduledQueryRuleSchedule", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSScheduledQueryRuleSchedule, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSScheduledQueryRuleSchedule, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=2.0.1.0, Culture=neutral, PublicKeyToken=null", "Properties": { "FrequencyInMinutes": "System.Int32", "TimeWindowInMinutes": "System.Int32" @@ -4226,7 +4226,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Insights.OutputClasses", "Name": "Microsoft.Azure.Commands.Insights.OutputClasses.PSScheduledQueryRuleAlertingAction", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSScheduledQueryRuleAlertingAction, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSScheduledQueryRuleAlertingAction, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=2.0.1.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AznsAction": "Microsoft.Azure.Management.Monitor.Models.AzNsActionGroup", "Trigger": "Microsoft.Azure.Management.Monitor.Models.TriggerCondition", @@ -4456,7 +4456,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Insights.OutputClasses", "Name": "Microsoft.Azure.Commands.Insights.OutputClasses.PSScheduledQueryRuleResource", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSScheduledQueryRuleResource, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSScheduledQueryRuleResource, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=2.0.1.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Action": "Microsoft.Azure.Management.Monitor.Models.Action", "Schedule": "Microsoft.Azure.Management.Monitor.Models.Schedule", @@ -4535,7 +4535,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Insights.OutputClasses", "Name": "Microsoft.Azure.Commands.Insights.OutputClasses.PSScheduledQueryRuleSource", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSScheduledQueryRuleSource, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSScheduledQueryRuleSource, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=2.0.1.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AuthorizedResources": "System.Collections.Generic.IList`1[System.String]", "Query": "System.String", @@ -4606,7 +4606,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Insights.OutputClasses", "Name": "Microsoft.Azure.Commands.Insights.OutputClasses.PSScheduledQueryRuleSchedule", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSScheduledQueryRuleSchedule, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSScheduledQueryRuleSchedule, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=2.0.1.0, Culture=neutral, PublicKeyToken=null", "Properties": { "FrequencyInMinutes": "System.Int32", "TimeWindowInMinutes": "System.Int32" @@ -4675,7 +4675,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Insights.OutputClasses", "Name": "Microsoft.Azure.Commands.Insights.OutputClasses.PSScheduledQueryRuleAlertingAction", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSScheduledQueryRuleAlertingAction, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSScheduledQueryRuleAlertingAction, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=2.0.1.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AznsAction": "Microsoft.Azure.Management.Monitor.Models.AzNsActionGroup", "Trigger": "Microsoft.Azure.Management.Monitor.Models.TriggerCondition", @@ -4934,7 +4934,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Insights.OutputClasses", "Name": "Microsoft.Azure.Commands.Insights.OutputClasses.PSScheduledQueryRuleSource", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSScheduledQueryRuleSource, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSScheduledQueryRuleSource, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=2.0.1.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AuthorizedResources": "System.Collections.Generic.IList`1[System.String]", "Query": "System.String", @@ -5005,7 +5005,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Insights.OutputClasses", "Name": "Microsoft.Azure.Commands.Insights.OutputClasses.PSScheduledQueryRuleSchedule", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSScheduledQueryRuleSchedule, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSScheduledQueryRuleSchedule, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=2.0.1.0, Culture=neutral, PublicKeyToken=null", "Properties": { "FrequencyInMinutes": "System.Int32", "TimeWindowInMinutes": "System.Int32" @@ -5074,7 +5074,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Insights.OutputClasses", "Name": "Microsoft.Azure.Commands.Insights.OutputClasses.PSScheduledQueryRuleAlertingAction", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSScheduledQueryRuleAlertingAction, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSScheduledQueryRuleAlertingAction, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=2.0.1.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AznsAction": "Microsoft.Azure.Management.Monitor.Models.AzNsActionGroup", "Trigger": "Microsoft.Azure.Management.Monitor.Models.TriggerCondition", @@ -5309,7 +5309,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Insights.OutputClasses", "Name": "Microsoft.Azure.Commands.Insights.OutputClasses.PSScheduledQueryRuleSource", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSScheduledQueryRuleSource, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSScheduledQueryRuleSource, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=2.0.1.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AuthorizedResources": "System.Collections.Generic.IList`1[System.String]", "Query": "System.String", @@ -5380,7 +5380,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Insights.OutputClasses", "Name": "Microsoft.Azure.Commands.Insights.OutputClasses.PSScheduledQueryRuleSchedule", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSScheduledQueryRuleSchedule, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSScheduledQueryRuleSchedule, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=2.0.1.0, Culture=neutral, PublicKeyToken=null", "Properties": { "FrequencyInMinutes": "System.Int32", "TimeWindowInMinutes": "System.Int32" @@ -5449,7 +5449,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Insights.OutputClasses", "Name": "Microsoft.Azure.Commands.Insights.OutputClasses.PSScheduledQueryRuleAlertingAction", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSScheduledQueryRuleAlertingAction, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSScheduledQueryRuleAlertingAction, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=2.0.1.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AznsAction": "Microsoft.Azure.Management.Monitor.Models.AzNsActionGroup", "Trigger": "Microsoft.Azure.Management.Monitor.Models.TriggerCondition", @@ -5807,7 +5807,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Insights.OutputClasses", "Name": "Microsoft.Azure.Commands.Insights.OutputClasses.PSScheduledQueryRuleResource", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSScheduledQueryRuleResource, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSScheduledQueryRuleResource, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=2.0.1.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Action": "Microsoft.Azure.Management.Monitor.Models.Action", "Schedule": "Microsoft.Azure.Management.Monitor.Models.Schedule", @@ -5881,7 +5881,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Insights.OutputClasses", "Name": "Microsoft.Azure.Commands.Insights.OutputClasses.PSScheduledQueryRuleResource", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSScheduledQueryRuleResource, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSScheduledQueryRuleResource, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=2.0.1.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Action": "Microsoft.Azure.Management.Monitor.Models.Action", "Schedule": "Microsoft.Azure.Management.Monitor.Models.Schedule", @@ -6065,7 +6065,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Insights.OutputClasses", "Name": "Microsoft.Azure.Commands.Insights.OutputClasses.PSScheduledQueryRuleResource", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSScheduledQueryRuleResource, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSScheduledQueryRuleResource, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=2.0.1.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Action": "Microsoft.Azure.Management.Monitor.Models.Action", "Schedule": "Microsoft.Azure.Management.Monitor.Models.Schedule", @@ -6471,7 +6471,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Insights.OutputClasses", "Name": "Microsoft.Azure.Commands.Insights.OutputClasses.PSMonitorPrivateLinkScope", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSMonitorPrivateLinkScope, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSMonitorPrivateLinkScope, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=2.0.1.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", "Id": "System.String", @@ -6935,7 +6935,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Insights.OutputClasses", "Name": "Microsoft.Azure.Commands.Insights.OutputClasses.PSMonitorPrivateLinkScopedResource", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSMonitorPrivateLinkScopedResource, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSMonitorPrivateLinkScopedResource, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=2.0.1.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Id": "System.String", "Name": "System.String", @@ -7085,7 +7085,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Insights.OutputClasses", "Name": "Microsoft.Azure.Commands.Insights.OutputClasses.PSMonitorPrivateLinkScope", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSMonitorPrivateLinkScope, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSMonitorPrivateLinkScope, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=2.0.1.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", "Id": "System.String", @@ -7355,7 +7355,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Insights.OutputClasses", "Name": "Microsoft.Azure.Commands.Insights.OutputClasses.PSMonitorPrivateLinkScope", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSMonitorPrivateLinkScope, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSMonitorPrivateLinkScope, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=2.0.1.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", "Id": "System.String", @@ -7615,7 +7615,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Insights.OutputClasses", "Name": "Microsoft.Azure.Commands.Insights.OutputClasses.PSMonitorPrivateLinkScope", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSMonitorPrivateLinkScope, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSMonitorPrivateLinkScope, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=2.0.1.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", "Id": "System.String", @@ -8057,7 +8057,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Insights.OutputClasses", "Name": "Microsoft.Azure.Commands.Insights.OutputClasses.PSMonitorPrivateLinkScopedResource", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSMonitorPrivateLinkScopedResource, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSMonitorPrivateLinkScopedResource, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=2.0.1.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Id": "System.String", "Name": "System.String", @@ -8207,7 +8207,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Insights.OutputClasses", "Name": "Microsoft.Azure.Commands.Insights.OutputClasses.PSMonitorPrivateLinkScope", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSMonitorPrivateLinkScope, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSMonitorPrivateLinkScope, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=2.0.1.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", "Id": "System.String", @@ -8569,7 +8569,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Insights.OutputClasses", "Name": "Microsoft.Azure.Commands.Insights.OutputClasses.PSMonitorPrivateLinkScope", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSMonitorPrivateLinkScope, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSMonitorPrivateLinkScope, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=2.0.1.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", "Id": "System.String", @@ -8814,7 +8814,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Insights.OutputClasses", "Name": "Microsoft.Azure.Commands.Insights.OutputClasses.PSMonitorPrivateLinkScope", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSMonitorPrivateLinkScope, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSMonitorPrivateLinkScope, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=2.0.1.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", "Id": "System.String", @@ -9104,7 +9104,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Insights.OutputClasses", "Name": "Microsoft.Azure.Commands.Insights.OutputClasses.PSMonitorPrivateLinkScope", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSMonitorPrivateLinkScope, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSMonitorPrivateLinkScope, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=2.0.1.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", "Id": "System.String", @@ -9387,7 +9387,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Insights.OutputClasses", "Name": "Microsoft.Azure.Commands.Insights.OutputClasses.PSMonitorPrivateLinkScope", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSMonitorPrivateLinkScope, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSMonitorPrivateLinkScope, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=2.0.1.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", "Id": "System.String", @@ -9657,7 +9657,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Insights.OutputClasses", "Name": "Microsoft.Azure.Commands.Insights.OutputClasses.PSMonitorPrivateLinkScope", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSMonitorPrivateLinkScope, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSMonitorPrivateLinkScope, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=2.0.1.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", "Id": "System.String", @@ -9917,7 +9917,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Insights.OutputClasses", "Name": "Microsoft.Azure.Commands.Insights.OutputClasses.PSMonitorPrivateLinkScope", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSMonitorPrivateLinkScope, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSMonitorPrivateLinkScope, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=2.0.1.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", "Id": "System.String", @@ -10027,7 +10027,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Insights.OutputClasses", "Name": "Microsoft.Azure.Commands.Insights.OutputClasses.PSMonitorPrivateLinkScope", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSMonitorPrivateLinkScope, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSMonitorPrivateLinkScope, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=2.0.1.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", "Id": "System.String", @@ -10303,7 +10303,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Insights.OutputClasses", "Name": "Microsoft.Azure.Commands.Insights.OutputClasses.PSMonitorPrivateLinkScope", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSMonitorPrivateLinkScope, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSMonitorPrivateLinkScope, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=2.0.1.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", "Id": "System.String", @@ -10659,7 +10659,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Insights.OutputClasses", "Name": "Microsoft.Azure.Commands.Insights.OutputClasses.PSMetric", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSMetric, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSMetric, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=2.0.1.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Name": "Microsoft.Azure.Management.Monitor.Models.LocalizableString", "Unit": "Microsoft.Azure.Management.Monitor.Models.Unit", @@ -11590,7 +11590,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Insights.OutputClasses", "Name": "Microsoft.Azure.Commands.Insights.OutputClasses.PSMetricDefinition", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSMetricDefinition, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSMetricDefinition, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=2.0.1.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Name": "Microsoft.Azure.Management.Monitor.Models.LocalizableString", "Dimensions": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Monitor.Models.LocalizableString]", @@ -12155,7 +12155,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Insights.OutputClasses", "Name": "Microsoft.Azure.Commands.Insights.OutputClasses.PSLogProfile", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSLogProfile, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSLogProfile, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=2.0.1.0, Culture=neutral, PublicKeyToken=null", "Properties": { "RetentionPolicy": "Microsoft.Azure.Management.Monitor.Models.RetentionPolicy", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -12581,7 +12581,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Insights.OutputClasses", "Name": "Microsoft.Azure.Commands.Insights.OutputClasses.PSLogProfileCollection", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSLogProfileCollection, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSLogProfileCollection, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=2.0.1.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Item": "Microsoft.Azure.Commands.Insights.OutputClasses.PSLogProfile", "Count": "System.Int32", @@ -13529,7 +13529,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Insights.OutputClasses", "Name": "Microsoft.Azure.Commands.Insights.OutputClasses.PSServiceDiagnosticSettings", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSServiceDiagnosticSettings, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSServiceDiagnosticSettings, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=2.0.1.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", "Logs": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Monitor.Management.Models.LogSettings]", @@ -14001,7 +14001,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Insights.OutputClasses", "Name": "Microsoft.Azure.Commands.Insights.OutputClasses.PSServiceDiagnosticSettings", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSServiceDiagnosticSettings, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSServiceDiagnosticSettings, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=2.0.1.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", "Logs": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Monitor.Management.Models.LogSettings]", @@ -14071,7 +14071,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Insights.OutputClasses", "Name": "Microsoft.Azure.Commands.Insights.OutputClasses.PSServiceDiagnosticSettings", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSServiceDiagnosticSettings, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSServiceDiagnosticSettings, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=2.0.1.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", "Logs": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Monitor.Management.Models.LogSettings]", @@ -14441,7 +14441,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Insights.OutputClasses", "Name": "Microsoft.Azure.Commands.Insights.OutputClasses.PSServiceDiagnosticSettings", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSServiceDiagnosticSettings, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSServiceDiagnosticSettings, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=2.0.1.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", "Logs": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Monitor.Management.Models.LogSettings]", @@ -15001,7 +15001,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Insights.OutputClasses", "Name": "Microsoft.Azure.Commands.Insights.OutputClasses.PSAddAutoscaleSettingOperationResponse", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSAddAutoscaleSettingOperationResponse, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSAddAutoscaleSettingOperationResponse, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=2.0.1.0, Culture=neutral, PublicKeyToken=null", "Properties": { "SettingSpec": "Microsoft.Azure.Management.Monitor.Management.Models.AutoscaleSettingResource", "StatusCode": "System.Net.HttpStatusCode", @@ -15058,7 +15058,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Insights.OutputClasses", "Name": "Microsoft.Azure.Commands.Insights.OutputClasses.PSAutoscaleSetting", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSAutoscaleSetting, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSAutoscaleSetting, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=2.0.1.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", "Notifications": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Monitor.Management.Models.AutoscaleNotification]", @@ -15202,7 +15202,7 @@ "Type": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Management.Monitor.Management.Models.AutoscaleProfile]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Management.Monitor.Management.Models.AutoscaleProfile, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Management.Monitor.Management.Models.AutoscaleProfile, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=2.0.1.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -15240,7 +15240,7 @@ "Type": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Management.Monitor.Management.Models.AutoscaleNotification]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Management.Monitor.Management.Models.AutoscaleNotification, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Management.Monitor.Management.Models.AutoscaleNotification, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=2.0.1.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -15301,7 +15301,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Insights.OutputClasses", "Name": "Microsoft.Azure.Commands.Insights.OutputClasses.PSAutoscaleSetting", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSAutoscaleSetting, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSAutoscaleSetting, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=2.0.1.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", "Notifications": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Monitor.Management.Models.AutoscaleNotification]", @@ -15427,7 +15427,7 @@ "Type": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Management.Monitor.Management.Models.AutoscaleProfile]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Management.Monitor.Management.Models.AutoscaleProfile, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Management.Monitor.Management.Models.AutoscaleProfile, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=2.0.1.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -15453,7 +15453,7 @@ "Type": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Management.Monitor.Management.Models.AutoscaleNotification]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Management.Monitor.Management.Models.AutoscaleNotification, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Management.Monitor.Management.Models.AutoscaleNotification, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=2.0.1.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -15621,7 +15621,7 @@ "Type": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Management.Monitor.Management.Models.AutoscaleProfile]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Management.Monitor.Management.Models.AutoscaleProfile, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Management.Monitor.Management.Models.AutoscaleProfile, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=2.0.1.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -15671,7 +15671,7 @@ "Type": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Management.Monitor.Management.Models.AutoscaleNotification]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Management.Monitor.Management.Models.AutoscaleNotification, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Management.Monitor.Management.Models.AutoscaleNotification, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=2.0.1.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -15792,7 +15792,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Insights.OutputClasses", "Name": "Microsoft.Azure.Commands.Insights.OutputClasses.PSEventData", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSEventData, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSEventData, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=2.0.1.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Claims": "Microsoft.Azure.Commands.Insights.OutputClasses.PSDictionaryElement", "Properties": "Microsoft.Azure.Commands.Insights.OutputClasses.PSDictionaryElement", @@ -16228,7 +16228,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Insights.OutputClasses", "Name": "Microsoft.Azure.Commands.Insights.OutputClasses.PSAutoscaleSetting", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSAutoscaleSetting, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSAutoscaleSetting, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=2.0.1.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", "Notifications": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Monitor.Management.Models.AutoscaleNotification]", @@ -16563,7 +16563,7 @@ "Type": { "Namespace": "Microsoft.Azure.Management.Monitor.Management.Models", "Name": "Microsoft.Azure.Management.Monitor.Management.Models.AutoscaleNotification", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Monitor.Management.Models.AutoscaleNotification, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Monitor.Management.Models.AutoscaleNotification, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=2.0.1.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Email": "Microsoft.Azure.Management.Monitor.Management.Models.EmailNotification", "Webhooks": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Monitor.Management.Models.WebhookNotification]", @@ -16628,7 +16628,7 @@ "Type": { "Namespace": "Microsoft.Azure.Management.Monitor.Management.Models", "Name": "Microsoft.Azure.Management.Monitor.Management.Models.WebhookNotification[]", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Monitor.Management.Models.WebhookNotification[], Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Monitor.Management.Models.WebhookNotification[], Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=2.0.1.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Management.Monitor.Management.Models.WebhookNotification", "GenericTypeArguments": [], @@ -16739,7 +16739,7 @@ "Type": { "Namespace": "Microsoft.Azure.Management.Monitor.Management.Models", "Name": "Microsoft.Azure.Management.Monitor.Management.Models.WebhookNotification[]", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Monitor.Management.Models.WebhookNotification[], Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Monitor.Management.Models.WebhookNotification[], Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=2.0.1.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Management.Monitor.Management.Models.WebhookNotification", "GenericTypeArguments": [], @@ -16886,7 +16886,7 @@ "Type": { "Namespace": "Microsoft.Azure.Management.Monitor.Management.Models", "Name": "Microsoft.Azure.Management.Monitor.Management.Models.AutoscaleProfile", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Monitor.Management.Models.AutoscaleProfile, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Monitor.Management.Models.AutoscaleProfile, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=2.0.1.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Recurrence": "Microsoft.Azure.Management.Monitor.Management.Models.Recurrence", "Capacity": "Microsoft.Azure.Management.Monitor.Management.Models.ScaleCapacity", @@ -17084,7 +17084,7 @@ "Type": { "Namespace": "Microsoft.Azure.Management.Monitor.Management.Models", "Name": "Microsoft.Azure.Management.Monitor.Management.Models.RecurrenceFrequency", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Monitor.Management.Models.RecurrenceFrequency, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Monitor.Management.Models.RecurrenceFrequency, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=2.0.1.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -17265,7 +17265,7 @@ "Type": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Management.Monitor.Management.Models.ScaleRule]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Management.Monitor.Management.Models.ScaleRule, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Management.Monitor.Management.Models.ScaleRule, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=2.0.1.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -17420,7 +17420,7 @@ "Type": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Management.Monitor.Management.Models.ScaleRule]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Management.Monitor.Management.Models.ScaleRule, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Management.Monitor.Management.Models.ScaleRule, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=2.0.1.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -17658,7 +17658,7 @@ "Type": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Management.Monitor.Management.Models.ScaleRule]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Management.Monitor.Management.Models.ScaleRule, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Management.Monitor.Management.Models.ScaleRule, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=2.0.1.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -17824,7 +17824,7 @@ "Type": { "Namespace": "Microsoft.Azure.Management.Monitor.Management.Models", "Name": "Microsoft.Azure.Management.Monitor.Management.Models.RecurrenceFrequency", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Monitor.Management.Models.RecurrenceFrequency, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Monitor.Management.Models.RecurrenceFrequency, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=2.0.1.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -18035,7 +18035,7 @@ "Type": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Management.Monitor.Management.Models.ScaleRule]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Management.Monitor.Management.Models.ScaleRule, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Management.Monitor.Management.Models.ScaleRule, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=2.0.1.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -18156,7 +18156,7 @@ "Type": { "Namespace": "Microsoft.Azure.Management.Monitor.Management.Models", "Name": "Microsoft.Azure.Management.Monitor.Management.Models.ScaleRule", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Monitor.Management.Models.ScaleRule, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Monitor.Management.Models.ScaleRule, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=2.0.1.0, Culture=neutral, PublicKeyToken=null", "Properties": { "MetricTrigger": "Microsoft.Azure.Management.Monitor.Management.Models.MetricTrigger", "ScaleAction": "Microsoft.Azure.Management.Monitor.Management.Models.ScaleAction" @@ -18275,7 +18275,7 @@ "Type": { "Namespace": "Microsoft.Azure.Management.Monitor.Management.Models", "Name": "Microsoft.Azure.Management.Monitor.Management.Models.ComparisonOperationType", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Monitor.Management.Models.ComparisonOperationType, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Monitor.Management.Models.ComparisonOperationType, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=2.0.1.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -18378,7 +18378,7 @@ "Type": { "Namespace": "Microsoft.Azure.Management.Monitor.Management.Models", "Name": "Microsoft.Azure.Management.Monitor.Management.Models.MetricStatisticType", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Monitor.Management.Models.MetricStatisticType, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Monitor.Management.Models.MetricStatisticType, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=2.0.1.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -18499,7 +18499,7 @@ "Type": { "Namespace": "Microsoft.Azure.Management.Monitor.Management.Models", "Name": "Microsoft.Azure.Management.Monitor.Management.Models.TimeAggregationType", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Monitor.Management.Models.TimeAggregationType, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Monitor.Management.Models.TimeAggregationType, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=2.0.1.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -18656,7 +18656,7 @@ "Type": { "Namespace": "Microsoft.Azure.Management.Monitor.Management.Models", "Name": "Microsoft.Azure.Management.Monitor.Management.Models.ScaleDirection", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Monitor.Management.Models.ScaleDirection, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Monitor.Management.Models.ScaleDirection, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=2.0.1.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -18759,7 +18759,7 @@ "Type": { "Namespace": "Microsoft.Azure.Management.Monitor.Management.Models", "Name": "Microsoft.Azure.Management.Monitor.Management.Models.ScaleType", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Monitor.Management.Models.ScaleType, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Monitor.Management.Models.ScaleType, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=2.0.1.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -18967,7 +18967,7 @@ "Type": { "Namespace": "Microsoft.Azure.Management.Monitor.Management.Models", "Name": "Microsoft.Azure.Management.Monitor.Management.Models.ComparisonOperationType", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Monitor.Management.Models.ComparisonOperationType, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Monitor.Management.Models.ComparisonOperationType, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=2.0.1.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -19076,7 +19076,7 @@ "Type": { "Namespace": "Microsoft.Azure.Management.Monitor.Management.Models", "Name": "Microsoft.Azure.Management.Monitor.Management.Models.MetricStatisticType", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Monitor.Management.Models.MetricStatisticType, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Monitor.Management.Models.MetricStatisticType, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=2.0.1.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -19209,7 +19209,7 @@ "Type": { "Namespace": "Microsoft.Azure.Management.Monitor.Management.Models", "Name": "Microsoft.Azure.Management.Monitor.Management.Models.TimeAggregationType", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Monitor.Management.Models.TimeAggregationType, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Monitor.Management.Models.TimeAggregationType, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=2.0.1.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -19390,7 +19390,7 @@ "Type": { "Namespace": "Microsoft.Azure.Management.Monitor.Management.Models", "Name": "Microsoft.Azure.Management.Monitor.Management.Models.ScaleDirection", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Monitor.Management.Models.ScaleDirection, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Monitor.Management.Models.ScaleDirection, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=2.0.1.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -19499,7 +19499,7 @@ "Type": { "Namespace": "Microsoft.Azure.Management.Monitor.Management.Models", "Name": "Microsoft.Azure.Management.Monitor.Management.Models.ScaleType", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Monitor.Management.Models.ScaleType, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Monitor.Management.Models.ScaleType, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=2.0.1.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -19683,7 +19683,7 @@ "Type": { "Namespace": "Microsoft.Azure.Management.Monitor.Management.Models", "Name": "Microsoft.Azure.Management.Monitor.Management.Models.WebhookNotification", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Monitor.Management.Models.WebhookNotification, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Monitor.Management.Models.WebhookNotification, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=2.0.1.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Properties": "System.Collections.Generic.IDictionary`2[System.String,System.String]", "ServiceUri": "System.String" @@ -20197,7 +20197,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Insights.OutputClasses", "Name": "Microsoft.Azure.Commands.Insights.OutputClasses.PSAddAlertRuleOperationResponse", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSAddAlertRuleOperationResponse, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSAddAlertRuleOperationResponse, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=2.0.1.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AlertRule": "Microsoft.Azure.Management.Monitor.Management.Models.AlertRuleResource", "StatusCode": "System.Net.HttpStatusCode", @@ -20270,7 +20270,7 @@ "Type": { "Namespace": "Microsoft.Azure.Management.Monitor.Management.Models", "Name": "Microsoft.Azure.Management.Monitor.Management.Models.ConditionOperator", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Monitor.Management.Models.ConditionOperator, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Monitor.Management.Models.ConditionOperator, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=2.0.1.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -20427,7 +20427,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Management.Monitor.Management.Models.TimeAggregationOperator]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Monitor.Management.Models.TimeAggregationOperator, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Monitor.Management.Models.TimeAggregationOperator, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=2.0.1.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -20539,7 +20539,7 @@ "Type": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Management.Monitor.Management.Models.RuleAction]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Management.Monitor.Management.Models.RuleAction, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Management.Monitor.Management.Models.RuleAction, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=2.0.1.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -20622,7 +20622,7 @@ "Type": { "Namespace": "Microsoft.Azure.Management.Monitor.Management.Models", "Name": "Microsoft.Azure.Management.Monitor.Management.Models.ConditionOperator", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Monitor.Management.Models.ConditionOperator, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Monitor.Management.Models.ConditionOperator, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=2.0.1.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -20803,7 +20803,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Management.Monitor.Management.Models.TimeAggregationOperator]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Monitor.Management.Models.TimeAggregationOperator, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Monitor.Management.Models.TimeAggregationOperator, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=2.0.1.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -20951,7 +20951,7 @@ "Type": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Management.Monitor.Management.Models.RuleAction]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Management.Monitor.Management.Models.RuleAction, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Management.Monitor.Management.Models.RuleAction, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=2.0.1.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -21028,7 +21028,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Insights.OutputClasses", "Name": "Microsoft.Azure.Commands.Insights.OutputClasses.PSMetricAlertRuleV2", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSMetricAlertRuleV2, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSMetricAlertRuleV2, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=2.0.1.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Actions": "Microsoft.Azure.Management.Monitor.Models.ActivityLogAlertActionGroup[]", "Criteria": "Microsoft.Azure.Management.Monitor.Models.MetricAlertCriteria", @@ -21260,7 +21260,7 @@ "Type": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Insights.OutputClasses.IPSMultiMetricCriteria]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Insights.OutputClasses.IPSMultiMetricCriteria, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Insights.OutputClasses.IPSMultiMetricCriteria, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=2.0.1.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -21513,7 +21513,7 @@ "Type": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Insights.OutputClasses.IPSMultiMetricCriteria]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Insights.OutputClasses.IPSMultiMetricCriteria, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Insights.OutputClasses.IPSMultiMetricCriteria, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=2.0.1.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -21781,7 +21781,7 @@ "Type": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Insights.OutputClasses.IPSMultiMetricCriteria]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Insights.OutputClasses.IPSMultiMetricCriteria, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Insights.OutputClasses.IPSMultiMetricCriteria, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=2.0.1.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -22075,7 +22075,7 @@ "Type": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Insights.OutputClasses.IPSMultiMetricCriteria]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Insights.OutputClasses.IPSMultiMetricCriteria, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Insights.OutputClasses.IPSMultiMetricCriteria, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=2.0.1.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -22367,7 +22367,7 @@ "Type": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Insights.OutputClasses.IPSMultiMetricCriteria]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Insights.OutputClasses.IPSMultiMetricCriteria, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Insights.OutputClasses.IPSMultiMetricCriteria, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=2.0.1.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -22685,7 +22685,7 @@ "Type": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Insights.OutputClasses.IPSMultiMetricCriteria]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Insights.OutputClasses.IPSMultiMetricCriteria, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Insights.OutputClasses.IPSMultiMetricCriteria, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=2.0.1.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -23029,7 +23029,7 @@ "Type": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Insights.OutputClasses.IPSMultiMetricCriteria]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Insights.OutputClasses.IPSMultiMetricCriteria, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Insights.OutputClasses.IPSMultiMetricCriteria, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=2.0.1.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -23371,7 +23371,7 @@ "Type": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Insights.OutputClasses.IPSMultiMetricCriteria]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Insights.OutputClasses.IPSMultiMetricCriteria, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Insights.OutputClasses.IPSMultiMetricCriteria, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=2.0.1.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -23520,7 +23520,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Insights.OutputClasses", "Name": "Microsoft.Azure.Commands.Insights.OutputClasses.PSAddAlertRuleOperationResponse", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSAddAlertRuleOperationResponse, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSAddAlertRuleOperationResponse, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=2.0.1.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AlertRule": "Microsoft.Azure.Management.Monitor.Management.Models.AlertRuleResource", "StatusCode": "System.Net.HttpStatusCode", @@ -23757,7 +23757,7 @@ "Type": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Management.Monitor.Management.Models.RuleAction]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Management.Monitor.Management.Models.RuleAction, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Management.Monitor.Management.Models.RuleAction, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=2.0.1.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -24058,7 +24058,7 @@ "Type": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Management.Monitor.Management.Models.RuleAction]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Management.Monitor.Management.Models.RuleAction, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Management.Monitor.Management.Models.RuleAction, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=2.0.1.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -24135,7 +24135,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Insights.OutputClasses", "Name": "Microsoft.Azure.Commands.Insights.OutputClasses.PSEventData", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSEventData, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSEventData, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=2.0.1.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Claims": "Microsoft.Azure.Commands.Insights.OutputClasses.PSDictionaryElement", "Properties": "Microsoft.Azure.Commands.Insights.OutputClasses.PSDictionaryElement", @@ -24571,7 +24571,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Insights.OutputClasses", "Name": "Microsoft.Azure.Commands.Insights.OutputClasses.PSAlertRule", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSAlertRule, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSAlertRule, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=2.0.1.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Condition": "Microsoft.Azure.Management.Monitor.Management.Models.RuleCondition", "IsEnabled": "System.Boolean", @@ -25138,7 +25138,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Insights.OutputClasses", "Name": "Microsoft.Azure.Commands.Insights.OutputClasses.PSMetricAlertRuleV2", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSMetricAlertRuleV2, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSMetricAlertRuleV2, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=2.0.1.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Actions": "Microsoft.Azure.Management.Monitor.Models.ActivityLogAlertActionGroup[]", "Criteria": "Microsoft.Azure.Management.Monitor.Models.MetricAlertCriteria", @@ -25596,7 +25596,7 @@ "Type": { "Namespace": "Microsoft.Azure.Management.Monitor.Management.Models", "Name": "Microsoft.Azure.Management.Monitor.Management.Models.RuleEmailAction", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Monitor.Management.Models.RuleEmailAction, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Monitor.Management.Models.RuleEmailAction, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=2.0.1.0, Culture=neutral, PublicKeyToken=null", "Properties": { "CustomEmails": "System.Collections.Generic.IList`1[System.String]", "SendToServiceOwners": "System.Nullable`1[System.Boolean]" @@ -25834,7 +25834,7 @@ "Type": { "Namespace": "Microsoft.Azure.Management.Monitor.Management.Models", "Name": "Microsoft.Azure.Management.Monitor.Management.Models.RuleWebhookAction", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Monitor.Management.Models.RuleWebhookAction, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Monitor.Management.Models.RuleWebhookAction, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=2.0.1.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Properties": "System.Collections.Generic.IDictionary`2[System.String,System.String]", "ServiceUri": "System.String" @@ -26072,7 +26072,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Insights.OutputClasses", "Name": "Microsoft.Azure.Commands.Insights.OutputClasses.PSMetricCriteria", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSMetricCriteria, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSMetricCriteria, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=2.0.1.0, Culture=neutral, PublicKeyToken=null", "Properties": { "CriterionType": "Microsoft.Azure.Commands.Insights.OutputClasses.CriterionType", "AdditionalProperties": "System.Collections.Generic.IDictionary`2[System.String,System.Object]", @@ -26139,7 +26139,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Insights.OutputClasses", "Name": "Microsoft.Azure.Commands.Insights.OutputClasses.PSDynamicMetricCriteria", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSDynamicMetricCriteria, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSDynamicMetricCriteria, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=2.0.1.0, Culture=neutral, PublicKeyToken=null", "Properties": { "CriterionType": "Microsoft.Azure.Commands.Insights.OutputClasses.CriterionType", "FailingPeriods": "Microsoft.Azure.Management.Monitor.Models.DynamicThresholdFailingPeriods", @@ -26284,7 +26284,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Insights.OutputClasses", "Name": "Microsoft.Azure.Commands.Insights.OutputClasses.PSMetricDimension[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSMetricDimension[], Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSMetricDimension[], Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=2.0.1.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Insights.OutputClasses.PSMetricDimension", "GenericTypeArguments": [], @@ -26605,7 +26605,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Insights.OutputClasses", "Name": "Microsoft.Azure.Commands.Insights.OutputClasses.PSMetricDimension[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSMetricDimension[], Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSMetricDimension[], Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=2.0.1.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Insights.OutputClasses.PSMetricDimension", "GenericTypeArguments": [], @@ -27017,7 +27017,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Insights.OutputClasses", "Name": "Microsoft.Azure.Commands.Insights.OutputClasses.PSMetricDimension[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSMetricDimension[], Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSMetricDimension[], Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=2.0.1.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Insights.OutputClasses.PSMetricDimension", "GenericTypeArguments": [], @@ -27208,7 +27208,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Insights.OutputClasses", "Name": "Microsoft.Azure.Commands.Insights.OutputClasses.PSMetricDimension", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSMetricDimension, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSMetricDimension, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=2.0.1.0, Culture=neutral, PublicKeyToken=null", "Properties": { "IncludeValues": "System.Collections.Generic.IList`1[System.String]", "ExcludeValues": "System.Collections.Generic.IList`1[System.String]", @@ -27845,7 +27845,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Insights.OutputClasses", "Name": "Microsoft.Azure.Commands.Insights.OutputClasses.PSMetricAlertRuleV2", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSMetricAlertRuleV2, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSMetricAlertRuleV2, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=2.0.1.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Actions": "Microsoft.Azure.Management.Monitor.Models.ActivityLogAlertActionGroup[]", "Criteria": "Microsoft.Azure.Management.Monitor.Models.MetricAlertCriteria", @@ -28259,7 +28259,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Insights.OutputClasses", "Name": "Microsoft.Azure.Commands.Insights.OutputClasses.PSMetricAlertRuleV2", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSMetricAlertRuleV2, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSMetricAlertRuleV2, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=2.0.1.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Actions": "Microsoft.Azure.Management.Monitor.Models.ActivityLogAlertActionGroup[]", "Criteria": "Microsoft.Azure.Management.Monitor.Models.MetricAlertCriteria", @@ -28535,7 +28535,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Insights.OutputClasses", "Name": "Microsoft.Azure.Commands.Insights.OutputClasses.PSEventData", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSEventData, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSEventData, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=2.0.1.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Claims": "Microsoft.Azure.Commands.Insights.OutputClasses.PSDictionaryElement", "Properties": "Microsoft.Azure.Commands.Insights.OutputClasses.PSDictionaryElement", @@ -30079,7 +30079,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Insights.OutputClasses", "Name": "Microsoft.Azure.Commands.Insights.OutputClasses.PSActivityLogAlertResource", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSActivityLogAlertResource, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSActivityLogAlertResource, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=2.0.1.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Actions": "Microsoft.Azure.Management.Monitor.Management.Models.ActivityLogAlertActionList", "Condition": "Microsoft.Azure.Management.Monitor.Management.Models.ActivityLogAlertAllOfCondition", @@ -30187,7 +30187,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Insights.OutputClasses", "Name": "Microsoft.Azure.Commands.Insights.OutputClasses.PSActivityLogAlertResource", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSActivityLogAlertResource, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSActivityLogAlertResource, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=2.0.1.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Actions": "Microsoft.Azure.Management.Monitor.Management.Models.ActivityLogAlertActionList", "Condition": "Microsoft.Azure.Management.Monitor.Management.Models.ActivityLogAlertAllOfCondition", @@ -30407,7 +30407,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Insights.OutputClasses", "Name": "Microsoft.Azure.Commands.Insights.OutputClasses.PSActivityLogAlertResource", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSActivityLogAlertResource, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSActivityLogAlertResource, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=2.0.1.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Actions": "Microsoft.Azure.Management.Monitor.Management.Models.ActivityLogAlertActionList", "Condition": "Microsoft.Azure.Management.Monitor.Management.Models.ActivityLogAlertAllOfCondition", @@ -30647,7 +30647,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Insights.OutputClasses", "Name": "Microsoft.Azure.Commands.Insights.OutputClasses.PSActivityLogAlertResource", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSActivityLogAlertResource, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSActivityLogAlertResource, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=2.0.1.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Actions": "Microsoft.Azure.Management.Monitor.Management.Models.ActivityLogAlertActionList", "Condition": "Microsoft.Azure.Management.Monitor.Management.Models.ActivityLogAlertAllOfCondition", @@ -30755,7 +30755,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Insights.OutputClasses", "Name": "Microsoft.Azure.Commands.Insights.OutputClasses.PSActivityLogAlertResource", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSActivityLogAlertResource, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSActivityLogAlertResource, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=2.0.1.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Actions": "Microsoft.Azure.Management.Monitor.Management.Models.ActivityLogAlertActionList", "Condition": "Microsoft.Azure.Management.Monitor.Management.Models.ActivityLogAlertAllOfCondition", @@ -30975,7 +30975,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Insights.OutputClasses", "Name": "Microsoft.Azure.Commands.Insights.OutputClasses.PSActivityLogAlertResource", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSActivityLogAlertResource, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSActivityLogAlertResource, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=2.0.1.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Actions": "Microsoft.Azure.Management.Monitor.Management.Models.ActivityLogAlertActionList", "Condition": "Microsoft.Azure.Management.Monitor.Management.Models.ActivityLogAlertAllOfCondition", @@ -31215,7 +31215,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Insights.OutputClasses", "Name": "Microsoft.Azure.Commands.Insights.OutputClasses.PSActivityLogAlertResource", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSActivityLogAlertResource, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSActivityLogAlertResource, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=2.0.1.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Actions": "Microsoft.Azure.Management.Monitor.Management.Models.ActivityLogAlertActionList", "Condition": "Microsoft.Azure.Management.Monitor.Management.Models.ActivityLogAlertAllOfCondition", @@ -31573,7 +31573,7 @@ "Type": { "Namespace": "Microsoft.Azure.Management.Monitor.Management.Models", "Name": "Microsoft.Azure.Management.Monitor.Management.Models.ActivityLogAlertActionGroup", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Monitor.Management.Models.ActivityLogAlertActionGroup, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Monitor.Management.Models.ActivityLogAlertActionGroup, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=2.0.1.0, Culture=neutral, PublicKeyToken=null", "Properties": { "WebhookProperties": "System.Collections.Generic.IDictionary`2[System.String,System.String]", "ActionGroupId": "System.String" @@ -31822,7 +31822,7 @@ "Type": { "Namespace": "Microsoft.Azure.Management.Monitor.Management.Models", "Name": "Microsoft.Azure.Management.Monitor.Management.Models.ActivityLogAlertLeafCondition", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Monitor.Management.Models.ActivityLogAlertLeafCondition, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Monitor.Management.Models.ActivityLogAlertLeafCondition, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=2.0.1.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Field": "System.String", "Equals": "System.String" @@ -32155,7 +32155,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Insights.OutputClasses", "Name": "Microsoft.Azure.Commands.Insights.OutputClasses.PSActivityLogAlertResource", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSActivityLogAlertResource, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSActivityLogAlertResource, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=2.0.1.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Actions": "Microsoft.Azure.Management.Monitor.Management.Models.ActivityLogAlertActionList", "Condition": "Microsoft.Azure.Management.Monitor.Management.Models.ActivityLogAlertAllOfCondition", @@ -32375,7 +32375,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Insights.OutputClasses", "Name": "Microsoft.Azure.Commands.Insights.OutputClasses.PSActivityLogAlertResource", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSActivityLogAlertResource, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSActivityLogAlertResource, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=2.0.1.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Actions": "Microsoft.Azure.Management.Monitor.Management.Models.ActivityLogAlertActionList", "Condition": "Microsoft.Azure.Management.Monitor.Management.Models.ActivityLogAlertAllOfCondition", @@ -32615,7 +32615,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Insights.OutputClasses", "Name": "Microsoft.Azure.Commands.Insights.OutputClasses.PSActivityLogAlertResource", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSActivityLogAlertResource, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSActivityLogAlertResource, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=2.0.1.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Actions": "Microsoft.Azure.Management.Monitor.Management.Models.ActivityLogAlertActionList", "Condition": "Microsoft.Azure.Management.Monitor.Management.Models.ActivityLogAlertAllOfCondition", @@ -32761,7 +32761,7 @@ "Type": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Management.Monitor.Management.Models.ActivityLogAlertLeafCondition]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Management.Monitor.Management.Models.ActivityLogAlertLeafCondition, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Management.Monitor.Management.Models.ActivityLogAlertLeafCondition, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=2.0.1.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -32781,7 +32781,7 @@ "Type": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Management.Monitor.Management.Models.ActivityLogAlertActionGroup]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Management.Monitor.Management.Models.ActivityLogAlertActionGroup, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Management.Monitor.Management.Models.ActivityLogAlertActionGroup, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=2.0.1.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -32858,7 +32858,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Insights.OutputClasses", "Name": "Microsoft.Azure.Commands.Insights.OutputClasses.PSActivityLogAlertResource", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSActivityLogAlertResource, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSActivityLogAlertResource, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=2.0.1.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Actions": "Microsoft.Azure.Management.Monitor.Management.Models.ActivityLogAlertActionList", "Condition": "Microsoft.Azure.Management.Monitor.Management.Models.ActivityLogAlertAllOfCondition", @@ -33084,7 +33084,7 @@ "Type": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Management.Monitor.Management.Models.ActivityLogAlertLeafCondition]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Management.Monitor.Management.Models.ActivityLogAlertLeafCondition, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Management.Monitor.Management.Models.ActivityLogAlertLeafCondition, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=2.0.1.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -33110,7 +33110,7 @@ "Type": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Management.Monitor.Management.Models.ActivityLogAlertActionGroup]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Management.Monitor.Management.Models.ActivityLogAlertActionGroup, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Management.Monitor.Management.Models.ActivityLogAlertActionGroup, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=2.0.1.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -33305,7 +33305,7 @@ "Type": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Management.Monitor.Management.Models.ActivityLogAlertLeafCondition]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Management.Monitor.Management.Models.ActivityLogAlertLeafCondition, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Management.Monitor.Management.Models.ActivityLogAlertLeafCondition, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=2.0.1.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -33331,7 +33331,7 @@ "Type": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Management.Monitor.Management.Models.ActivityLogAlertActionGroup]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Management.Monitor.Management.Models.ActivityLogAlertActionGroup, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Management.Monitor.Management.Models.ActivityLogAlertActionGroup, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=2.0.1.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -33526,7 +33526,7 @@ "Type": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Management.Monitor.Management.Models.ActivityLogAlertLeafCondition]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Management.Monitor.Management.Models.ActivityLogAlertLeafCondition, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Management.Monitor.Management.Models.ActivityLogAlertLeafCondition, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=2.0.1.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -33552,7 +33552,7 @@ "Type": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Management.Monitor.Management.Models.ActivityLogAlertActionGroup]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Management.Monitor.Management.Models.ActivityLogAlertActionGroup, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Management.Monitor.Management.Models.ActivityLogAlertActionGroup, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=2.0.1.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -33629,7 +33629,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Insights.OutputClasses", "Name": "Microsoft.Azure.Commands.Insights.OutputClasses.PSActivityLogAlertResource", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSActivityLogAlertResource, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSActivityLogAlertResource, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=2.0.1.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Actions": "Microsoft.Azure.Management.Monitor.Management.Models.ActivityLogAlertActionList", "Condition": "Microsoft.Azure.Management.Monitor.Management.Models.ActivityLogAlertAllOfCondition", @@ -33801,7 +33801,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Insights.OutputClasses", "Name": "Microsoft.Azure.Commands.Insights.OutputClasses.PSActionGroupResource", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSActionGroupResource, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSActionGroupResource, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=2.0.1.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Enabled": "System.Boolean", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -34167,7 +34167,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Insights.OutputClasses", "Name": "Microsoft.Azure.Commands.Insights.OutputClasses.PSActionGroupReceiverBase", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSActionGroupReceiverBase, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSActionGroupReceiverBase, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=2.0.1.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Name": "System.String" }, @@ -36928,7 +36928,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Insights.OutputClasses", "Name": "Microsoft.Azure.Commands.Insights.OutputClasses.PSActionGroupResource", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSActionGroupResource, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSActionGroupResource, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=2.0.1.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Enabled": "System.Boolean", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -37206,7 +37206,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Insights.OutputClasses", "Name": "Microsoft.Azure.Commands.Insights.OutputClasses.PSActionGroupResource", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSActionGroupResource, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSActionGroupResource, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=2.0.1.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Enabled": "System.Boolean", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -37386,7 +37386,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Insights.OutputClasses", "Name": "Microsoft.Azure.Commands.Insights.OutputClasses.PSActionGroupResource", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSActionGroupResource, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSActionGroupResource, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=2.0.1.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Enabled": "System.Boolean", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -37520,7 +37520,7 @@ "Type": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Insights.OutputClasses.PSActionGroupReceiverBase]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Insights.OutputClasses.PSActionGroupReceiverBase, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Insights.OutputClasses.PSActionGroupReceiverBase, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=2.0.1.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -37597,7 +37597,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Insights.OutputClasses", "Name": "Microsoft.Azure.Commands.Insights.OutputClasses.PSActionGroupResource", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSActionGroupResource, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSActionGroupResource, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=2.0.1.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Enabled": "System.Boolean", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -37787,7 +37787,7 @@ "Type": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Insights.OutputClasses.PSActionGroupReceiverBase]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Insights.OutputClasses.PSActionGroupReceiverBase, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Insights.OutputClasses.PSActionGroupReceiverBase, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=2.0.1.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -37932,7 +37932,7 @@ "Type": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Insights.OutputClasses.PSActionGroupReceiverBase]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Insights.OutputClasses.PSActionGroupReceiverBase, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Insights.OutputClasses.PSActionGroupReceiverBase, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=2.0.1.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -38152,7 +38152,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Insights.OutputClasses", "Name": "Microsoft.Azure.Commands.Insights.OutputClasses.PSActionGroupResource", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSActionGroupResource, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSActionGroupResource, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=2.0.1.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Enabled": "System.Boolean", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -39910,7 +39910,7 @@ "Microsoft.Azure.Commands.Insights.OutputClasses.PSLogProfile": { "Namespace": "Microsoft.Azure.Commands.Insights.OutputClasses", "Name": "Microsoft.Azure.Commands.Insights.OutputClasses.PSLogProfile", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSLogProfile, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSLogProfile, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=2.0.1.0, Culture=neutral, PublicKeyToken=null", "Properties": { "RetentionPolicy": "Microsoft.Azure.Management.Monitor.Models.RetentionPolicy", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -39973,7 +39973,7 @@ "System.Collections.ObjectModel.ReadOnlyCollection`1[Microsoft.Azure.Commands.Insights.OutputClasses.PSLogProfile]": { "Namespace": "System.Collections.ObjectModel", "Name": "System.Collections.ObjectModel.ReadOnlyCollection`1[Microsoft.Azure.Commands.Insights.OutputClasses.PSLogProfile]", - "AssemblyQualifiedName": "System.Collections.ObjectModel.ReadOnlyCollection`1[[Microsoft.Azure.Commands.Insights.OutputClasses.PSLogProfile, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.ObjectModel.ReadOnlyCollection`1[[Microsoft.Azure.Commands.Insights.OutputClasses.PSLogProfile, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=2.0.1.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -40007,7 +40007,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Insights.OutputClasses.PSLogProfile]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Insights.OutputClasses.PSLogProfile]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Insights.OutputClasses.PSLogProfile, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Insights.OutputClasses.PSLogProfile, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=2.0.1.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -40019,7 +40019,7 @@ "System.Collections.Generic.List`1+Enumerator[Microsoft.Azure.Commands.Insights.OutputClasses.PSLogProfile]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1+Enumerator[Microsoft.Azure.Commands.Insights.OutputClasses.PSLogProfile]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1+Enumerator[[Microsoft.Azure.Commands.Insights.OutputClasses.PSLogProfile, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1+Enumerator[[Microsoft.Azure.Commands.Insights.OutputClasses.PSLogProfile, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=2.0.1.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -40031,7 +40031,7 @@ "Microsoft.Azure.Commands.Insights.OutputClasses.PSLogProfile[]": { "Namespace": "Microsoft.Azure.Commands.Insights.OutputClasses", "Name": "Microsoft.Azure.Commands.Insights.OutputClasses.PSLogProfile[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSLogProfile[], Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSLogProfile[], Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=2.0.1.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Insights.OutputClasses.PSLogProfile", "GenericTypeArguments": [], @@ -40051,7 +40051,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Monitor.Management.Models.LogSettings]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Monitor.Management.Models.LogSettings]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Monitor.Management.Models.LogSettings, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Monitor.Management.Models.LogSettings, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=2.0.1.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -40063,7 +40063,7 @@ "Microsoft.Azure.Management.Monitor.Management.Models.LogSettings": { "Namespace": "Microsoft.Azure.Management.Monitor.Management.Models", "Name": "Microsoft.Azure.Management.Monitor.Management.Models.LogSettings", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Monitor.Management.Models.LogSettings, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Monitor.Management.Models.LogSettings, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=2.0.1.0, Culture=neutral, PublicKeyToken=null", "Properties": { "RetentionPolicy": "Microsoft.Azure.Management.Monitor.Management.Models.RetentionPolicy", "Enabled": "System.Boolean", @@ -40119,7 +40119,7 @@ "Microsoft.Azure.Management.Monitor.Management.Models.RetentionPolicy": { "Namespace": "Microsoft.Azure.Management.Monitor.Management.Models", "Name": "Microsoft.Azure.Management.Monitor.Management.Models.RetentionPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Monitor.Management.Models.RetentionPolicy, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Monitor.Management.Models.RetentionPolicy, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=2.0.1.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Enabled": "System.Boolean", "Days": "System.Int32" @@ -40174,7 +40174,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Monitor.Management.Models.MetricSettings]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Monitor.Management.Models.MetricSettings]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Monitor.Management.Models.MetricSettings, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Monitor.Management.Models.MetricSettings, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=2.0.1.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -40186,7 +40186,7 @@ "Microsoft.Azure.Management.Monitor.Management.Models.MetricSettings": { "Namespace": "Microsoft.Azure.Management.Monitor.Management.Models", "Name": "Microsoft.Azure.Management.Monitor.Management.Models.MetricSettings", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Monitor.Management.Models.MetricSettings, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Monitor.Management.Models.MetricSettings, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=2.0.1.0, Culture=neutral, PublicKeyToken=null", "Properties": { "RetentionPolicy": "Microsoft.Azure.Management.Monitor.Management.Models.RetentionPolicy", "Enabled": "System.Boolean", @@ -40410,7 +40410,7 @@ "Microsoft.Azure.Management.Monitor.Management.Models.AutoscaleSettingResource": { "Namespace": "Microsoft.Azure.Management.Monitor.Management.Models", "Name": "Microsoft.Azure.Management.Monitor.Management.Models.AutoscaleSettingResource", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Monitor.Management.Models.AutoscaleSettingResource, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Monitor.Management.Models.AutoscaleSettingResource, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=2.0.1.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", "Notifications": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Monitor.Management.Models.AutoscaleNotification]", @@ -40473,7 +40473,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Monitor.Management.Models.AutoscaleNotification]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Monitor.Management.Models.AutoscaleNotification]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Monitor.Management.Models.AutoscaleNotification, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Monitor.Management.Models.AutoscaleNotification, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=2.0.1.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -40485,7 +40485,7 @@ "Microsoft.Azure.Management.Monitor.Management.Models.AutoscaleNotification": { "Namespace": "Microsoft.Azure.Management.Monitor.Management.Models", "Name": "Microsoft.Azure.Management.Monitor.Management.Models.AutoscaleNotification", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Monitor.Management.Models.AutoscaleNotification, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Monitor.Management.Models.AutoscaleNotification, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=2.0.1.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Email": "Microsoft.Azure.Management.Monitor.Management.Models.EmailNotification", "Webhooks": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Monitor.Management.Models.WebhookNotification]", @@ -40541,7 +40541,7 @@ "Microsoft.Azure.Management.Monitor.Management.Models.EmailNotification": { "Namespace": "Microsoft.Azure.Management.Monitor.Management.Models", "Name": "Microsoft.Azure.Management.Monitor.Management.Models.EmailNotification", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Monitor.Management.Models.EmailNotification, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Monitor.Management.Models.EmailNotification, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=2.0.1.0, Culture=neutral, PublicKeyToken=null", "Properties": { "CustomEmails": "System.Collections.Generic.IList`1[System.String]", "SendToSubscriptionCoAdministrators": "System.Nullable`1[System.Boolean]", @@ -40661,7 +40661,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Monitor.Management.Models.WebhookNotification]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Monitor.Management.Models.WebhookNotification]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Monitor.Management.Models.WebhookNotification, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Monitor.Management.Models.WebhookNotification, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=2.0.1.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -40673,7 +40673,7 @@ "Microsoft.Azure.Management.Monitor.Management.Models.WebhookNotification": { "Namespace": "Microsoft.Azure.Management.Monitor.Management.Models", "Name": "Microsoft.Azure.Management.Monitor.Management.Models.WebhookNotification", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Monitor.Management.Models.WebhookNotification, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Monitor.Management.Models.WebhookNotification, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=2.0.1.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Properties": "System.Collections.Generic.IDictionary`2[System.String,System.String]", "ServiceUri": "System.String" @@ -40799,7 +40799,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Monitor.Management.Models.AutoscaleProfile]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Monitor.Management.Models.AutoscaleProfile]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Monitor.Management.Models.AutoscaleProfile, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Monitor.Management.Models.AutoscaleProfile, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=2.0.1.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -40811,7 +40811,7 @@ "Microsoft.Azure.Management.Monitor.Management.Models.AutoscaleProfile": { "Namespace": "Microsoft.Azure.Management.Monitor.Management.Models", "Name": "Microsoft.Azure.Management.Monitor.Management.Models.AutoscaleProfile", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Monitor.Management.Models.AutoscaleProfile, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Monitor.Management.Models.AutoscaleProfile, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=2.0.1.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Recurrence": "Microsoft.Azure.Management.Monitor.Management.Models.Recurrence", "Capacity": "Microsoft.Azure.Management.Monitor.Management.Models.ScaleCapacity", @@ -40874,7 +40874,7 @@ "Microsoft.Azure.Management.Monitor.Management.Models.Recurrence": { "Namespace": "Microsoft.Azure.Management.Monitor.Management.Models", "Name": "Microsoft.Azure.Management.Monitor.Management.Models.Recurrence", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Monitor.Management.Models.Recurrence, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Monitor.Management.Models.Recurrence, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=2.0.1.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Frequency": "Microsoft.Azure.Management.Monitor.Management.Models.RecurrenceFrequency", "Schedule": "Microsoft.Azure.Management.Monitor.Management.Models.RecurrentSchedule" @@ -40934,7 +40934,7 @@ "Microsoft.Azure.Management.Monitor.Management.Models.RecurrenceFrequency": { "Namespace": "Microsoft.Azure.Management.Monitor.Management.Models", "Name": "Microsoft.Azure.Management.Monitor.Management.Models.RecurrenceFrequency", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Monitor.Management.Models.RecurrenceFrequency, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Monitor.Management.Models.RecurrenceFrequency, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=2.0.1.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -41029,7 +41029,7 @@ "Microsoft.Azure.Management.Monitor.Management.Models.RecurrentSchedule": { "Namespace": "Microsoft.Azure.Management.Monitor.Management.Models", "Name": "Microsoft.Azure.Management.Monitor.Management.Models.RecurrentSchedule", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Monitor.Management.Models.RecurrentSchedule, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Monitor.Management.Models.RecurrentSchedule, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=2.0.1.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Hours": "System.Collections.Generic.IList`1[System.Nullable`1[System.Int32]]", "Minutes": "System.Collections.Generic.IList`1[System.Nullable`1[System.Int32]]", @@ -41272,7 +41272,7 @@ "Microsoft.Azure.Management.Monitor.Management.Models.ScaleCapacity": { "Namespace": "Microsoft.Azure.Management.Monitor.Management.Models", "Name": "Microsoft.Azure.Management.Monitor.Management.Models.ScaleCapacity", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Monitor.Management.Models.ScaleCapacity, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Monitor.Management.Models.ScaleCapacity, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=2.0.1.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Minimum": "System.String", "Maximum": "System.String", @@ -41333,7 +41333,7 @@ "Microsoft.Azure.Management.Monitor.Management.Models.TimeWindow": { "Namespace": "Microsoft.Azure.Management.Monitor.Management.Models", "Name": "Microsoft.Azure.Management.Monitor.Management.Models.TimeWindow", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Monitor.Management.Models.TimeWindow, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Monitor.Management.Models.TimeWindow, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=2.0.1.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Start": "System.DateTime", "End": "System.DateTime", @@ -41596,7 +41596,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Monitor.Management.Models.ScaleRule]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Monitor.Management.Models.ScaleRule]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Monitor.Management.Models.ScaleRule, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Monitor.Management.Models.ScaleRule, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=2.0.1.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -41608,7 +41608,7 @@ "Microsoft.Azure.Management.Monitor.Management.Models.ScaleRule": { "Namespace": "Microsoft.Azure.Management.Monitor.Management.Models", "Name": "Microsoft.Azure.Management.Monitor.Management.Models.ScaleRule", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Monitor.Management.Models.ScaleRule, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Monitor.Management.Models.ScaleRule, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=2.0.1.0, Culture=neutral, PublicKeyToken=null", "Properties": { "MetricTrigger": "Microsoft.Azure.Management.Monitor.Management.Models.MetricTrigger", "ScaleAction": "Microsoft.Azure.Management.Monitor.Management.Models.ScaleAction" @@ -41682,7 +41682,7 @@ "Microsoft.Azure.Management.Monitor.Management.Models.MetricTrigger": { "Namespace": "Microsoft.Azure.Management.Monitor.Management.Models", "Name": "Microsoft.Azure.Management.Monitor.Management.Models.MetricTrigger", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Monitor.Management.Models.MetricTrigger, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Monitor.Management.Models.MetricTrigger, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=2.0.1.0, Culture=neutral, PublicKeyToken=null", "Properties": { "OperatorProperty": "Microsoft.Azure.Management.Monitor.Management.Models.ComparisonOperationType", "Statistic": "Microsoft.Azure.Management.Monitor.Management.Models.MetricStatisticType", @@ -41748,7 +41748,7 @@ "Microsoft.Azure.Management.Monitor.Management.Models.ComparisonOperationType": { "Namespace": "Microsoft.Azure.Management.Monitor.Management.Models", "Name": "Microsoft.Azure.Management.Monitor.Management.Models.ComparisonOperationType", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Monitor.Management.Models.ComparisonOperationType, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Monitor.Management.Models.ComparisonOperationType, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=2.0.1.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -41843,7 +41843,7 @@ "Microsoft.Azure.Management.Monitor.Management.Models.MetricStatisticType": { "Namespace": "Microsoft.Azure.Management.Monitor.Management.Models", "Name": "Microsoft.Azure.Management.Monitor.Management.Models.MetricStatisticType", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Monitor.Management.Models.MetricStatisticType, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Monitor.Management.Models.MetricStatisticType, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=2.0.1.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -41938,7 +41938,7 @@ "Microsoft.Azure.Management.Monitor.Management.Models.TimeAggregationType": { "Namespace": "Microsoft.Azure.Management.Monitor.Management.Models", "Name": "Microsoft.Azure.Management.Monitor.Management.Models.TimeAggregationType", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Monitor.Management.Models.TimeAggregationType, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Monitor.Management.Models.TimeAggregationType, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=2.0.1.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -42318,7 +42318,7 @@ "Microsoft.Azure.Management.Monitor.Management.Models.ScaleAction": { "Namespace": "Microsoft.Azure.Management.Monitor.Management.Models", "Name": "Microsoft.Azure.Management.Monitor.Management.Models.ScaleAction", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Monitor.Management.Models.ScaleAction, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Monitor.Management.Models.ScaleAction, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=2.0.1.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Direction": "Microsoft.Azure.Management.Monitor.Management.Models.ScaleDirection", "Type": "Microsoft.Azure.Management.Monitor.Management.Models.ScaleType", @@ -42380,7 +42380,7 @@ "Microsoft.Azure.Management.Monitor.Management.Models.ScaleDirection": { "Namespace": "Microsoft.Azure.Management.Monitor.Management.Models", "Name": "Microsoft.Azure.Management.Monitor.Management.Models.ScaleDirection", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Monitor.Management.Models.ScaleDirection, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Monitor.Management.Models.ScaleDirection, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=2.0.1.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -42475,7 +42475,7 @@ "Microsoft.Azure.Management.Monitor.Management.Models.ScaleType": { "Namespace": "Microsoft.Azure.Management.Monitor.Management.Models", "Name": "Microsoft.Azure.Management.Monitor.Management.Models.ScaleType", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Monitor.Management.Models.ScaleType, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Monitor.Management.Models.ScaleType, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=2.0.1.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -43167,7 +43167,7 @@ "Microsoft.Azure.Commands.Insights.OutputClasses.PSDictionaryElement": { "Namespace": "Microsoft.Azure.Commands.Insights.OutputClasses", "Name": "Microsoft.Azure.Commands.Insights.OutputClasses.PSDictionaryElement", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSDictionaryElement, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSDictionaryElement, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=2.0.1.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Content": "System.Collections.Generic.IDictionary`2[System.String,System.String]" }, @@ -43226,7 +43226,7 @@ "Microsoft.Azure.Commands.Insights.OutputClasses.PSEventDataAuthorization": { "Namespace": "Microsoft.Azure.Commands.Insights.OutputClasses", "Name": "Microsoft.Azure.Commands.Insights.OutputClasses.PSEventDataAuthorization", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSEventDataAuthorization, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSEventDataAuthorization, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=2.0.1.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Scope": "System.String", "Action": "System.String", @@ -43273,7 +43273,7 @@ "Microsoft.Azure.Commands.Insights.OutputClasses.PSEventDataHttpRequest": { "Namespace": "Microsoft.Azure.Commands.Insights.OutputClasses", "Name": "Microsoft.Azure.Commands.Insights.OutputClasses.PSEventDataHttpRequest", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSEventDataHttpRequest, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSEventDataHttpRequest, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=2.0.1.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ClientId": "System.String", "Method": "System.String", @@ -43560,7 +43560,7 @@ "Microsoft.Azure.Management.Monitor.Management.Models.AlertRuleResource": { "Namespace": "Microsoft.Azure.Management.Monitor.Management.Models", "Name": "Microsoft.Azure.Management.Monitor.Management.Models.AlertRuleResource", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Monitor.Management.Models.AlertRuleResource, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Monitor.Management.Models.AlertRuleResource, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=2.0.1.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Condition": "Microsoft.Azure.Management.Monitor.Management.Models.RuleCondition", "IsEnabled": "System.Boolean", @@ -43629,7 +43629,7 @@ "Microsoft.Azure.Management.Monitor.Management.Models.RuleCondition": { "Namespace": "Microsoft.Azure.Management.Monitor.Management.Models", "Name": "Microsoft.Azure.Management.Monitor.Management.Models.RuleCondition", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Monitor.Management.Models.RuleCondition, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Monitor.Management.Models.RuleCondition, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=2.0.1.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DataSource": "Microsoft.Azure.Management.Monitor.Management.Models.RuleDataSource" }, @@ -43683,7 +43683,7 @@ "Microsoft.Azure.Management.Monitor.Management.Models.RuleDataSource": { "Namespace": "Microsoft.Azure.Management.Monitor.Management.Models", "Name": "Microsoft.Azure.Management.Monitor.Management.Models.RuleDataSource", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Monitor.Management.Models.RuleDataSource, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Monitor.Management.Models.RuleDataSource, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=2.0.1.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ResourceUri": "System.String" }, @@ -43845,7 +43845,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Monitor.Management.Models.RuleAction]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Monitor.Management.Models.RuleAction]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Monitor.Management.Models.RuleAction, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Monitor.Management.Models.RuleAction, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=2.0.1.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -43857,7 +43857,7 @@ "Microsoft.Azure.Management.Monitor.Management.Models.RuleAction": { "Namespace": "Microsoft.Azure.Management.Monitor.Management.Models", "Name": "Microsoft.Azure.Management.Monitor.Management.Models.RuleAction", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Monitor.Management.Models.RuleAction, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Monitor.Management.Models.RuleAction, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=2.0.1.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -43953,7 +43953,7 @@ "Microsoft.Azure.Management.Monitor.Management.Models.TimeAggregationOperator": { "Namespace": "Microsoft.Azure.Management.Monitor.Management.Models", "Name": "Microsoft.Azure.Management.Monitor.Management.Models.TimeAggregationOperator", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Monitor.Management.Models.TimeAggregationOperator, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Monitor.Management.Models.TimeAggregationOperator, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=2.0.1.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -44199,7 +44199,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Insights.OutputClasses.IPSMultiMetricCriteria]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Insights.OutputClasses.IPSMultiMetricCriteria]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Insights.OutputClasses.IPSMultiMetricCriteria, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Insights.OutputClasses.IPSMultiMetricCriteria, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=2.0.1.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -44211,7 +44211,7 @@ "Microsoft.Azure.Commands.Insights.OutputClasses.IPSMultiMetricCriteria": { "Namespace": "Microsoft.Azure.Commands.Insights.OutputClasses", "Name": "Microsoft.Azure.Commands.Insights.OutputClasses.IPSMultiMetricCriteria", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.IPSMultiMetricCriteria, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.IPSMultiMetricCriteria, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=2.0.1.0, Culture=neutral, PublicKeyToken=null", "Properties": { "CriterionType": "Microsoft.Azure.Commands.Insights.OutputClasses.CriterionType" }, @@ -44223,7 +44223,7 @@ "Microsoft.Azure.Commands.Insights.OutputClasses.CriterionType": { "Namespace": "Microsoft.Azure.Commands.Insights.OutputClasses", "Name": "Microsoft.Azure.Commands.Insights.OutputClasses.CriterionType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.CriterionType, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.CriterionType, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=2.0.1.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -44534,7 +44534,7 @@ "Microsoft.Azure.Commands.Insights.OutputClasses.PSMetricDimension": { "Namespace": "Microsoft.Azure.Commands.Insights.OutputClasses", "Name": "Microsoft.Azure.Commands.Insights.OutputClasses.PSMetricDimension", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSMetricDimension, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSMetricDimension, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=2.0.1.0, Culture=neutral, PublicKeyToken=null", "Properties": { "IncludeValues": "System.Collections.Generic.IList`1[System.String]", "ExcludeValues": "System.Collections.Generic.IList`1[System.String]", @@ -44593,7 +44593,7 @@ "Microsoft.Azure.Management.Monitor.Management.Models.ActivityLogAlertActionList": { "Namespace": "Microsoft.Azure.Management.Monitor.Management.Models", "Name": "Microsoft.Azure.Management.Monitor.Management.Models.ActivityLogAlertActionList", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Monitor.Management.Models.ActivityLogAlertActionList, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Monitor.Management.Models.ActivityLogAlertActionList, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=2.0.1.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ActionGroups": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Monitor.Management.Models.ActivityLogAlertActionGroup]" }, @@ -44647,7 +44647,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Monitor.Management.Models.ActivityLogAlertActionGroup]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Monitor.Management.Models.ActivityLogAlertActionGroup]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Monitor.Management.Models.ActivityLogAlertActionGroup, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Monitor.Management.Models.ActivityLogAlertActionGroup, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=2.0.1.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -44659,7 +44659,7 @@ "Microsoft.Azure.Management.Monitor.Management.Models.ActivityLogAlertActionGroup": { "Namespace": "Microsoft.Azure.Management.Monitor.Management.Models", "Name": "Microsoft.Azure.Management.Monitor.Management.Models.ActivityLogAlertActionGroup", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Monitor.Management.Models.ActivityLogAlertActionGroup, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Monitor.Management.Models.ActivityLogAlertActionGroup, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=2.0.1.0, Culture=neutral, PublicKeyToken=null", "Properties": { "WebhookProperties": "System.Collections.Generic.IDictionary`2[System.String,System.String]", "ActionGroupId": "System.String" @@ -44731,7 +44731,7 @@ "Microsoft.Azure.Management.Monitor.Management.Models.ActivityLogAlertAllOfCondition": { "Namespace": "Microsoft.Azure.Management.Monitor.Management.Models", "Name": "Microsoft.Azure.Management.Monitor.Management.Models.ActivityLogAlertAllOfCondition", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Monitor.Management.Models.ActivityLogAlertAllOfCondition, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Monitor.Management.Models.ActivityLogAlertAllOfCondition, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=2.0.1.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AllOf": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Monitor.Management.Models.ActivityLogAlertLeafCondition]" }, @@ -44785,7 +44785,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Monitor.Management.Models.ActivityLogAlertLeafCondition]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Monitor.Management.Models.ActivityLogAlertLeafCondition]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Monitor.Management.Models.ActivityLogAlertLeafCondition, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Monitor.Management.Models.ActivityLogAlertLeafCondition, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=2.0.1.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -44797,7 +44797,7 @@ "Microsoft.Azure.Management.Monitor.Management.Models.ActivityLogAlertLeafCondition": { "Namespace": "Microsoft.Azure.Management.Monitor.Management.Models", "Name": "Microsoft.Azure.Management.Monitor.Management.Models.ActivityLogAlertLeafCondition", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Monitor.Management.Models.ActivityLogAlertLeafCondition, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Monitor.Management.Models.ActivityLogAlertLeafCondition, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=2.0.1.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Field": "System.String", "Equals": "System.String" @@ -45046,7 +45046,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Insights.OutputClasses.PSArmRoleReceiver]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Insights.OutputClasses.PSArmRoleReceiver]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Insights.OutputClasses.PSArmRoleReceiver, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Insights.OutputClasses.PSArmRoleReceiver, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=2.0.1.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -45058,7 +45058,7 @@ "Microsoft.Azure.Commands.Insights.OutputClasses.PSArmRoleReceiver": { "Namespace": "Microsoft.Azure.Commands.Insights.OutputClasses", "Name": "Microsoft.Azure.Commands.Insights.OutputClasses.PSArmRoleReceiver", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSArmRoleReceiver, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSArmRoleReceiver, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=2.0.1.0, Culture=neutral, PublicKeyToken=null", "Properties": { "UseCommonAlertSchema": "System.Boolean", "RoleId": "System.String", @@ -45114,7 +45114,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Insights.OutputClasses.PSAutomationRunbookReceiver]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Insights.OutputClasses.PSAutomationRunbookReceiver]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Insights.OutputClasses.PSAutomationRunbookReceiver, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Insights.OutputClasses.PSAutomationRunbookReceiver, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=2.0.1.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -45126,7 +45126,7 @@ "Microsoft.Azure.Commands.Insights.OutputClasses.PSAutomationRunbookReceiver": { "Namespace": "Microsoft.Azure.Commands.Insights.OutputClasses", "Name": "Microsoft.Azure.Commands.Insights.OutputClasses.PSAutomationRunbookReceiver", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSAutomationRunbookReceiver, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSAutomationRunbookReceiver, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=2.0.1.0, Culture=neutral, PublicKeyToken=null", "Properties": { "IsGlobalRunbook": "System.Boolean", "UseCommonAlertSchema": "System.Boolean", @@ -45186,7 +45186,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Insights.OutputClasses.PSAzureAppPushReceiver]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Insights.OutputClasses.PSAzureAppPushReceiver]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Insights.OutputClasses.PSAzureAppPushReceiver, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Insights.OutputClasses.PSAzureAppPushReceiver, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=2.0.1.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -45198,7 +45198,7 @@ "Microsoft.Azure.Commands.Insights.OutputClasses.PSAzureAppPushReceiver": { "Namespace": "Microsoft.Azure.Commands.Insights.OutputClasses", "Name": "Microsoft.Azure.Commands.Insights.OutputClasses.PSAzureAppPushReceiver", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSAzureAppPushReceiver, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSAzureAppPushReceiver, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=2.0.1.0, Culture=neutral, PublicKeyToken=null", "Properties": { "EmailAddress": "System.String", "Name": "System.String" @@ -45253,7 +45253,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Insights.OutputClasses.PSAzureFunctionReceiver]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Insights.OutputClasses.PSAzureFunctionReceiver]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Insights.OutputClasses.PSAzureFunctionReceiver, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Insights.OutputClasses.PSAzureFunctionReceiver, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=2.0.1.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -45265,7 +45265,7 @@ "Microsoft.Azure.Commands.Insights.OutputClasses.PSAzureFunctionReceiver": { "Namespace": "Microsoft.Azure.Commands.Insights.OutputClasses", "Name": "Microsoft.Azure.Commands.Insights.OutputClasses.PSAzureFunctionReceiver", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSAzureFunctionReceiver, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSAzureFunctionReceiver, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=2.0.1.0, Culture=neutral, PublicKeyToken=null", "Properties": { "UseCommonAlertSchema": "System.Boolean", "FunctionAppResourceId": "System.String", @@ -45323,7 +45323,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Insights.OutputClasses.PSEmailReceiver]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Insights.OutputClasses.PSEmailReceiver]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Insights.OutputClasses.PSEmailReceiver, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Insights.OutputClasses.PSEmailReceiver, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=2.0.1.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -45335,7 +45335,7 @@ "Microsoft.Azure.Commands.Insights.OutputClasses.PSEmailReceiver": { "Namespace": "Microsoft.Azure.Commands.Insights.OutputClasses", "Name": "Microsoft.Azure.Commands.Insights.OutputClasses.PSEmailReceiver", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSEmailReceiver, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSEmailReceiver, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=2.0.1.0, Culture=neutral, PublicKeyToken=null", "Properties": { "UseCommonAlertSchema": "System.Boolean", "Status": "System.Nullable`1[Microsoft.Azure.Management.Monitor.Management.Models.ReceiverStatus]", @@ -45392,7 +45392,7 @@ "System.Nullable`1[Microsoft.Azure.Management.Monitor.Management.Models.ReceiverStatus]": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Management.Monitor.Management.Models.ReceiverStatus]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Monitor.Management.Models.ReceiverStatus, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Monitor.Management.Models.ReceiverStatus, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=2.0.1.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -45404,7 +45404,7 @@ "Microsoft.Azure.Management.Monitor.Management.Models.ReceiverStatus": { "Namespace": "Microsoft.Azure.Management.Monitor.Management.Models", "Name": "Microsoft.Azure.Management.Monitor.Management.Models.ReceiverStatus", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Monitor.Management.Models.ReceiverStatus, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Monitor.Management.Models.ReceiverStatus, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=2.0.1.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -45499,7 +45499,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Insights.OutputClasses.PSItsmReceiver]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Insights.OutputClasses.PSItsmReceiver]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Insights.OutputClasses.PSItsmReceiver, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Insights.OutputClasses.PSItsmReceiver, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=2.0.1.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -45511,7 +45511,7 @@ "Microsoft.Azure.Commands.Insights.OutputClasses.PSItsmReceiver": { "Namespace": "Microsoft.Azure.Commands.Insights.OutputClasses", "Name": "Microsoft.Azure.Commands.Insights.OutputClasses.PSItsmReceiver", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSItsmReceiver, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSItsmReceiver, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=2.0.1.0, Culture=neutral, PublicKeyToken=null", "Properties": { "WorkspaceId": "System.String", "ConnectionId": "System.String", @@ -45569,7 +45569,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Insights.OutputClasses.PSLogicAppReceiver]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Insights.OutputClasses.PSLogicAppReceiver]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Insights.OutputClasses.PSLogicAppReceiver, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Insights.OutputClasses.PSLogicAppReceiver, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=2.0.1.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -45581,7 +45581,7 @@ "Microsoft.Azure.Commands.Insights.OutputClasses.PSLogicAppReceiver": { "Namespace": "Microsoft.Azure.Commands.Insights.OutputClasses", "Name": "Microsoft.Azure.Commands.Insights.OutputClasses.PSLogicAppReceiver", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSLogicAppReceiver, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSLogicAppReceiver, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=2.0.1.0, Culture=neutral, PublicKeyToken=null", "Properties": { "UseCommonAlertSchema": "System.Boolean", "ResourceId": "System.String", @@ -45638,7 +45638,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Insights.OutputClasses.PSSmsReceiver]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Insights.OutputClasses.PSSmsReceiver]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Insights.OutputClasses.PSSmsReceiver, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Insights.OutputClasses.PSSmsReceiver, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=2.0.1.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -45650,7 +45650,7 @@ "Microsoft.Azure.Commands.Insights.OutputClasses.PSSmsReceiver": { "Namespace": "Microsoft.Azure.Commands.Insights.OutputClasses", "Name": "Microsoft.Azure.Commands.Insights.OutputClasses.PSSmsReceiver", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSSmsReceiver, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSSmsReceiver, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=2.0.1.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Status": "System.Nullable`1[Microsoft.Azure.Management.Monitor.Management.Models.ReceiverStatus]", "CountryCode": "System.String", @@ -45707,7 +45707,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Insights.OutputClasses.PSVoiceReceiver]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Insights.OutputClasses.PSVoiceReceiver]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Insights.OutputClasses.PSVoiceReceiver, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Insights.OutputClasses.PSVoiceReceiver, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=2.0.1.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -45719,7 +45719,7 @@ "Microsoft.Azure.Commands.Insights.OutputClasses.PSVoiceReceiver": { "Namespace": "Microsoft.Azure.Commands.Insights.OutputClasses", "Name": "Microsoft.Azure.Commands.Insights.OutputClasses.PSVoiceReceiver", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSVoiceReceiver, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSVoiceReceiver, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=2.0.1.0, Culture=neutral, PublicKeyToken=null", "Properties": { "CountryCode": "System.String", "PhoneNumber": "System.String", @@ -45775,7 +45775,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Insights.OutputClasses.PSWebhookReceiver]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Insights.OutputClasses.PSWebhookReceiver]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Insights.OutputClasses.PSWebhookReceiver, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Insights.OutputClasses.PSWebhookReceiver, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=2.0.1.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -45787,7 +45787,7 @@ "Microsoft.Azure.Commands.Insights.OutputClasses.PSWebhookReceiver": { "Namespace": "Microsoft.Azure.Commands.Insights.OutputClasses", "Name": "Microsoft.Azure.Commands.Insights.OutputClasses.PSWebhookReceiver", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSWebhookReceiver, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSWebhookReceiver, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=2.0.1.0, Culture=neutral, PublicKeyToken=null", "Properties": { "UseCommonAlertSchema": "System.Boolean", "UseAadAuth": "System.Boolean", @@ -45847,7 +45847,7 @@ "Microsoft.Azure.Commands.Insights.OutputClasses.PSActionGroupReceiverBase": { "Namespace": "Microsoft.Azure.Commands.Insights.OutputClasses", "Name": "Microsoft.Azure.Commands.Insights.OutputClasses.PSActionGroupReceiverBase", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSActionGroupReceiverBase, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSActionGroupReceiverBase, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=2.0.1.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Name": "System.String" }, diff --git a/tools/Tools.Common/SerializedCmdlets/Microsoft.Azure.PowerShell.Cmdlets.Network.dll.json b/tools/Tools.Common/SerializedCmdlets/Microsoft.Azure.PowerShell.Cmdlets.Network.dll.json index 591d7b7c9303..e5cac0c4f762 100644 --- a/tools/Tools.Common/SerializedCmdlets/Microsoft.Azure.PowerShell.Cmdlets.Network.dll.json +++ b/tools/Tools.Common/SerializedCmdlets/Microsoft.Azure.PowerShell.Cmdlets.Network.dll.json @@ -14,7 +14,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -30,6 +30,8 @@ "FrontendPorts": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort]", "HttpListeners": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener]", "GatewayIPConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayIPConfiguration]", + "PrivateEndpointConnections": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateEndpointConnection]", + "PrivateLinkConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkConfiguration]", "Probes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe]", "RedirectConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration]", "RequestRoutingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRequestRoutingRule]", @@ -39,21 +41,23 @@ "UrlPathMaps": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap]", "Zones": "System.Collections.Generic.List`1[System.String]", "Tag": "System.Collections.Hashtable", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", - "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", - "IdentityText": "System.String", - "SslPolicyText": "System.String", - "FirewallPolicyText": "System.String", - "ResourceGroupName": "System.String", + "Name": "System.String", "TagsTable": "System.String", - "ResourceGuid": "System.String", + "IdentityText": "System.String", "Type": "System.String", - "Name": "System.String", - "UrlPathMapsText": "System.String", + "ResourceGuid": "System.String", "Location": "System.String", - "ProbesText": "System.String", + "ResourceGroupName": "System.String", + "PrivateLinkEndpointConnectionsText": "System.String", + "PrivateLinkConfigurationsText": "System.String", + "FirewallPolicyText": "System.String", + "SslPolicyText": "System.String", + "UrlPathMapsText": "System.String", "ProvisioningState": "System.String", + "RequestRoutingRulesText": "System.String", "RewriteRuleSetsText": "System.String", "HttpListenersText": "System.String", "BackendHttpSettingsCollectionText": "System.String", @@ -65,7 +69,7 @@ "GatewayIpConfigurationsText": "System.String", "Etag": "System.String", "OperationalState": "System.String", - "RequestRoutingRulesText": "System.String", + "ProbesText": "System.String", "Id": "System.String" }, "ElementType": null, @@ -117,7 +121,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -133,6 +137,8 @@ "FrontendPorts": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort]", "HttpListeners": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener]", "GatewayIPConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayIPConfiguration]", + "PrivateEndpointConnections": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateEndpointConnection]", + "PrivateLinkConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkConfiguration]", "Probes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe]", "RedirectConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration]", "RequestRoutingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRequestRoutingRule]", @@ -142,21 +148,23 @@ "UrlPathMaps": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap]", "Zones": "System.Collections.Generic.List`1[System.String]", "Tag": "System.Collections.Hashtable", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", - "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", - "IdentityText": "System.String", - "SslPolicyText": "System.String", - "FirewallPolicyText": "System.String", - "ResourceGroupName": "System.String", + "Name": "System.String", "TagsTable": "System.String", - "ResourceGuid": "System.String", + "IdentityText": "System.String", "Type": "System.String", - "Name": "System.String", - "UrlPathMapsText": "System.String", + "ResourceGuid": "System.String", "Location": "System.String", - "ProbesText": "System.String", + "ResourceGroupName": "System.String", + "PrivateLinkEndpointConnectionsText": "System.String", + "PrivateLinkConfigurationsText": "System.String", + "FirewallPolicyText": "System.String", + "SslPolicyText": "System.String", + "UrlPathMapsText": "System.String", "ProvisioningState": "System.String", + "RequestRoutingRulesText": "System.String", "RewriteRuleSetsText": "System.String", "HttpListenersText": "System.String", "BackendHttpSettingsCollectionText": "System.String", @@ -168,7 +176,7 @@ "GatewayIpConfigurationsText": "System.String", "Etag": "System.String", "OperationalState": "System.String", - "RequestRoutingRulesText": "System.String", + "ProbesText": "System.String", "Id": "System.String" }, "ElementType": null, @@ -294,7 +302,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -310,6 +318,8 @@ "FrontendPorts": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort]", "HttpListeners": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener]", "GatewayIPConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayIPConfiguration]", + "PrivateEndpointConnections": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateEndpointConnection]", + "PrivateLinkConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkConfiguration]", "Probes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe]", "RedirectConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration]", "RequestRoutingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRequestRoutingRule]", @@ -319,21 +329,23 @@ "UrlPathMaps": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap]", "Zones": "System.Collections.Generic.List`1[System.String]", "Tag": "System.Collections.Hashtable", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", - "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", - "IdentityText": "System.String", - "SslPolicyText": "System.String", - "FirewallPolicyText": "System.String", - "ResourceGroupName": "System.String", + "Name": "System.String", "TagsTable": "System.String", - "ResourceGuid": "System.String", + "IdentityText": "System.String", "Type": "System.String", - "Name": "System.String", - "UrlPathMapsText": "System.String", + "ResourceGuid": "System.String", "Location": "System.String", - "ProbesText": "System.String", + "ResourceGroupName": "System.String", + "PrivateLinkEndpointConnectionsText": "System.String", + "PrivateLinkConfigurationsText": "System.String", + "FirewallPolicyText": "System.String", + "SslPolicyText": "System.String", + "UrlPathMapsText": "System.String", "ProvisioningState": "System.String", + "RequestRoutingRulesText": "System.String", "RewriteRuleSetsText": "System.String", "HttpListenersText": "System.String", "BackendHttpSettingsCollectionText": "System.String", @@ -345,7 +357,7 @@ "GatewayIpConfigurationsText": "System.String", "Etag": "System.String", "OperationalState": "System.String", - "RequestRoutingRulesText": "System.String", + "ProbesText": "System.String", "Id": "System.String" }, "ElementType": null, @@ -501,7 +513,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAuthenticationCertificate", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAuthenticationCertificate, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAuthenticationCertificate, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Data": "System.String", "ProvisioningState": "System.String", @@ -577,7 +589,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -593,6 +605,8 @@ "FrontendPorts": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort]", "HttpListeners": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener]", "GatewayIPConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayIPConfiguration]", + "PrivateEndpointConnections": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateEndpointConnection]", + "PrivateLinkConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkConfiguration]", "Probes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe]", "RedirectConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration]", "RequestRoutingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRequestRoutingRule]", @@ -602,21 +616,23 @@ "UrlPathMaps": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap]", "Zones": "System.Collections.Generic.List`1[System.String]", "Tag": "System.Collections.Hashtable", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", - "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", - "IdentityText": "System.String", - "SslPolicyText": "System.String", - "FirewallPolicyText": "System.String", - "ResourceGroupName": "System.String", + "Name": "System.String", "TagsTable": "System.String", - "ResourceGuid": "System.String", + "IdentityText": "System.String", "Type": "System.String", - "Name": "System.String", - "UrlPathMapsText": "System.String", + "ResourceGuid": "System.String", "Location": "System.String", - "ProbesText": "System.String", + "ResourceGroupName": "System.String", + "PrivateLinkEndpointConnectionsText": "System.String", + "PrivateLinkConfigurationsText": "System.String", + "FirewallPolicyText": "System.String", + "SslPolicyText": "System.String", + "UrlPathMapsText": "System.String", "ProvisioningState": "System.String", + "RequestRoutingRulesText": "System.String", "RewriteRuleSetsText": "System.String", "HttpListenersText": "System.String", "BackendHttpSettingsCollectionText": "System.String", @@ -628,7 +644,7 @@ "GatewayIpConfigurationsText": "System.String", "Etag": "System.String", "OperationalState": "System.String", - "RequestRoutingRulesText": "System.String", + "ProbesText": "System.String", "Id": "System.String" }, "ElementType": null, @@ -742,7 +758,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -758,6 +774,8 @@ "FrontendPorts": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort]", "HttpListeners": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener]", "GatewayIPConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayIPConfiguration]", + "PrivateEndpointConnections": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateEndpointConnection]", + "PrivateLinkConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkConfiguration]", "Probes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe]", "RedirectConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration]", "RequestRoutingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRequestRoutingRule]", @@ -767,21 +785,23 @@ "UrlPathMaps": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap]", "Zones": "System.Collections.Generic.List`1[System.String]", "Tag": "System.Collections.Hashtable", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", - "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", - "IdentityText": "System.String", - "SslPolicyText": "System.String", - "FirewallPolicyText": "System.String", - "ResourceGroupName": "System.String", + "Name": "System.String", "TagsTable": "System.String", - "ResourceGuid": "System.String", + "IdentityText": "System.String", "Type": "System.String", - "Name": "System.String", - "UrlPathMapsText": "System.String", + "ResourceGuid": "System.String", "Location": "System.String", - "ProbesText": "System.String", + "ResourceGroupName": "System.String", + "PrivateLinkEndpointConnectionsText": "System.String", + "PrivateLinkConfigurationsText": "System.String", + "FirewallPolicyText": "System.String", + "SslPolicyText": "System.String", + "UrlPathMapsText": "System.String", "ProvisioningState": "System.String", + "RequestRoutingRulesText": "System.String", "RewriteRuleSetsText": "System.String", "HttpListenersText": "System.String", "BackendHttpSettingsCollectionText": "System.String", @@ -793,7 +813,7 @@ "GatewayIpConfigurationsText": "System.String", "Etag": "System.String", "OperationalState": "System.String", - "RequestRoutingRulesText": "System.String", + "ProbesText": "System.String", "Id": "System.String" }, "ElementType": null, @@ -901,7 +921,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAuthenticationCertificate", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAuthenticationCertificate, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAuthenticationCertificate, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Data": "System.String", "ProvisioningState": "System.String", @@ -1133,7 +1153,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -1149,6 +1169,8 @@ "FrontendPorts": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort]", "HttpListeners": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener]", "GatewayIPConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayIPConfiguration]", + "PrivateEndpointConnections": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateEndpointConnection]", + "PrivateLinkConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkConfiguration]", "Probes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe]", "RedirectConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration]", "RequestRoutingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRequestRoutingRule]", @@ -1158,21 +1180,23 @@ "UrlPathMaps": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap]", "Zones": "System.Collections.Generic.List`1[System.String]", "Tag": "System.Collections.Hashtable", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", - "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", - "IdentityText": "System.String", - "SslPolicyText": "System.String", - "FirewallPolicyText": "System.String", - "ResourceGroupName": "System.String", + "Name": "System.String", "TagsTable": "System.String", - "ResourceGuid": "System.String", + "IdentityText": "System.String", "Type": "System.String", - "Name": "System.String", - "UrlPathMapsText": "System.String", + "ResourceGuid": "System.String", "Location": "System.String", - "ProbesText": "System.String", + "ResourceGroupName": "System.String", + "PrivateLinkEndpointConnectionsText": "System.String", + "PrivateLinkConfigurationsText": "System.String", + "FirewallPolicyText": "System.String", + "SslPolicyText": "System.String", + "UrlPathMapsText": "System.String", "ProvisioningState": "System.String", + "RequestRoutingRulesText": "System.String", "RewriteRuleSetsText": "System.String", "HttpListenersText": "System.String", "BackendHttpSettingsCollectionText": "System.String", @@ -1184,7 +1208,7 @@ "GatewayIpConfigurationsText": "System.String", "Etag": "System.String", "OperationalState": "System.String", - "RequestRoutingRulesText": "System.String", + "ProbesText": "System.String", "Id": "System.String" }, "ElementType": null, @@ -1254,7 +1278,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -1270,6 +1294,8 @@ "FrontendPorts": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort]", "HttpListeners": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener]", "GatewayIPConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayIPConfiguration]", + "PrivateEndpointConnections": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateEndpointConnection]", + "PrivateLinkConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkConfiguration]", "Probes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe]", "RedirectConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration]", "RequestRoutingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRequestRoutingRule]", @@ -1279,21 +1305,23 @@ "UrlPathMaps": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap]", "Zones": "System.Collections.Generic.List`1[System.String]", "Tag": "System.Collections.Hashtable", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", - "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", - "IdentityText": "System.String", - "SslPolicyText": "System.String", - "FirewallPolicyText": "System.String", - "ResourceGroupName": "System.String", + "Name": "System.String", "TagsTable": "System.String", - "ResourceGuid": "System.String", + "IdentityText": "System.String", "Type": "System.String", - "Name": "System.String", - "UrlPathMapsText": "System.String", + "ResourceGuid": "System.String", "Location": "System.String", - "ProbesText": "System.String", + "ResourceGroupName": "System.String", + "PrivateLinkEndpointConnectionsText": "System.String", + "PrivateLinkConfigurationsText": "System.String", + "FirewallPolicyText": "System.String", + "SslPolicyText": "System.String", + "UrlPathMapsText": "System.String", "ProvisioningState": "System.String", + "RequestRoutingRulesText": "System.String", "RewriteRuleSetsText": "System.String", "HttpListenersText": "System.String", "BackendHttpSettingsCollectionText": "System.String", @@ -1305,7 +1333,7 @@ "GatewayIpConfigurationsText": "System.String", "Etag": "System.String", "OperationalState": "System.String", - "RequestRoutingRulesText": "System.String", + "ProbesText": "System.String", "Id": "System.String" }, "ElementType": null, @@ -1419,7 +1447,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -1435,6 +1463,8 @@ "FrontendPorts": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort]", "HttpListeners": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener]", "GatewayIPConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayIPConfiguration]", + "PrivateEndpointConnections": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateEndpointConnection]", + "PrivateLinkConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkConfiguration]", "Probes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe]", "RedirectConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration]", "RequestRoutingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRequestRoutingRule]", @@ -1444,21 +1474,23 @@ "UrlPathMaps": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap]", "Zones": "System.Collections.Generic.List`1[System.String]", "Tag": "System.Collections.Hashtable", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", - "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", - "IdentityText": "System.String", - "SslPolicyText": "System.String", - "FirewallPolicyText": "System.String", - "ResourceGroupName": "System.String", + "Name": "System.String", "TagsTable": "System.String", - "ResourceGuid": "System.String", + "IdentityText": "System.String", "Type": "System.String", - "Name": "System.String", - "UrlPathMapsText": "System.String", + "ResourceGuid": "System.String", "Location": "System.String", - "ProbesText": "System.String", + "ResourceGroupName": "System.String", + "PrivateLinkEndpointConnectionsText": "System.String", + "PrivateLinkConfigurationsText": "System.String", + "FirewallPolicyText": "System.String", + "SslPolicyText": "System.String", + "UrlPathMapsText": "System.String", "ProvisioningState": "System.String", + "RequestRoutingRulesText": "System.String", "RewriteRuleSetsText": "System.String", "HttpListenersText": "System.String", "BackendHttpSettingsCollectionText": "System.String", @@ -1470,7 +1502,7 @@ "GatewayIpConfigurationsText": "System.String", "Etag": "System.String", "OperationalState": "System.String", - "RequestRoutingRulesText": "System.String", + "ProbesText": "System.String", "Id": "System.String" }, "ElementType": null, @@ -1578,7 +1610,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -1594,6 +1626,8 @@ "FrontendPorts": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort]", "HttpListeners": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener]", "GatewayIPConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayIPConfiguration]", + "PrivateEndpointConnections": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateEndpointConnection]", + "PrivateLinkConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkConfiguration]", "Probes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe]", "RedirectConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration]", "RequestRoutingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRequestRoutingRule]", @@ -1603,21 +1637,23 @@ "UrlPathMaps": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap]", "Zones": "System.Collections.Generic.List`1[System.String]", "Tag": "System.Collections.Hashtable", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", - "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", - "IdentityText": "System.String", - "SslPolicyText": "System.String", - "FirewallPolicyText": "System.String", - "ResourceGroupName": "System.String", + "Name": "System.String", "TagsTable": "System.String", - "ResourceGuid": "System.String", + "IdentityText": "System.String", "Type": "System.String", - "Name": "System.String", - "UrlPathMapsText": "System.String", + "ResourceGuid": "System.String", "Location": "System.String", - "ProbesText": "System.String", + "ResourceGroupName": "System.String", + "PrivateLinkEndpointConnectionsText": "System.String", + "PrivateLinkConfigurationsText": "System.String", + "FirewallPolicyText": "System.String", + "SslPolicyText": "System.String", + "UrlPathMapsText": "System.String", "ProvisioningState": "System.String", + "RequestRoutingRulesText": "System.String", "RewriteRuleSetsText": "System.String", "HttpListenersText": "System.String", "BackendHttpSettingsCollectionText": "System.String", @@ -1629,7 +1665,7 @@ "GatewayIpConfigurationsText": "System.String", "Etag": "System.String", "OperationalState": "System.String", - "RequestRoutingRulesText": "System.String", + "ProbesText": "System.String", "Id": "System.String" }, "ElementType": null, @@ -1681,7 +1717,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -1697,6 +1733,8 @@ "FrontendPorts": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort]", "HttpListeners": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener]", "GatewayIPConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayIPConfiguration]", + "PrivateEndpointConnections": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateEndpointConnection]", + "PrivateLinkConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkConfiguration]", "Probes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe]", "RedirectConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration]", "RequestRoutingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRequestRoutingRule]", @@ -1706,21 +1744,23 @@ "UrlPathMaps": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap]", "Zones": "System.Collections.Generic.List`1[System.String]", "Tag": "System.Collections.Hashtable", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", - "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", - "IdentityText": "System.String", - "SslPolicyText": "System.String", - "FirewallPolicyText": "System.String", - "ResourceGroupName": "System.String", + "Name": "System.String", "TagsTable": "System.String", - "ResourceGuid": "System.String", + "IdentityText": "System.String", "Type": "System.String", - "Name": "System.String", - "UrlPathMapsText": "System.String", + "ResourceGuid": "System.String", "Location": "System.String", - "ProbesText": "System.String", + "ResourceGroupName": "System.String", + "PrivateLinkEndpointConnectionsText": "System.String", + "PrivateLinkConfigurationsText": "System.String", + "FirewallPolicyText": "System.String", + "SslPolicyText": "System.String", + "UrlPathMapsText": "System.String", "ProvisioningState": "System.String", + "RequestRoutingRulesText": "System.String", "RewriteRuleSetsText": "System.String", "HttpListenersText": "System.String", "BackendHttpSettingsCollectionText": "System.String", @@ -1732,7 +1772,7 @@ "GatewayIpConfigurationsText": "System.String", "Etag": "System.String", "OperationalState": "System.String", - "RequestRoutingRulesText": "System.String", + "ProbesText": "System.String", "Id": "System.String" }, "ElementType": null, @@ -1858,7 +1898,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -1874,6 +1914,8 @@ "FrontendPorts": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort]", "HttpListeners": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener]", "GatewayIPConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayIPConfiguration]", + "PrivateEndpointConnections": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateEndpointConnection]", + "PrivateLinkConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkConfiguration]", "Probes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe]", "RedirectConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration]", "RequestRoutingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRequestRoutingRule]", @@ -1883,21 +1925,23 @@ "UrlPathMaps": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap]", "Zones": "System.Collections.Generic.List`1[System.String]", "Tag": "System.Collections.Hashtable", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", - "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", - "IdentityText": "System.String", - "SslPolicyText": "System.String", - "FirewallPolicyText": "System.String", - "ResourceGroupName": "System.String", + "Name": "System.String", "TagsTable": "System.String", - "ResourceGuid": "System.String", + "IdentityText": "System.String", "Type": "System.String", - "Name": "System.String", - "UrlPathMapsText": "System.String", + "ResourceGuid": "System.String", "Location": "System.String", - "ProbesText": "System.String", + "ResourceGroupName": "System.String", + "PrivateLinkEndpointConnectionsText": "System.String", + "PrivateLinkConfigurationsText": "System.String", + "FirewallPolicyText": "System.String", + "SslPolicyText": "System.String", + "UrlPathMapsText": "System.String", "ProvisioningState": "System.String", + "RequestRoutingRulesText": "System.String", "RewriteRuleSetsText": "System.String", "HttpListenersText": "System.String", "BackendHttpSettingsCollectionText": "System.String", @@ -1909,7 +1953,7 @@ "GatewayIpConfigurationsText": "System.String", "Etag": "System.String", "OperationalState": "System.String", - "RequestRoutingRulesText": "System.String", + "ProbesText": "System.String", "Id": "System.String" }, "ElementType": null, @@ -2065,7 +2109,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "MinCapacity": "System.Int32", "MaxCapacity": "System.Nullable`1[System.Int32]" @@ -2119,7 +2163,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -2135,6 +2179,8 @@ "FrontendPorts": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort]", "HttpListeners": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener]", "GatewayIPConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayIPConfiguration]", + "PrivateEndpointConnections": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateEndpointConnection]", + "PrivateLinkConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkConfiguration]", "Probes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe]", "RedirectConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration]", "RequestRoutingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRequestRoutingRule]", @@ -2144,21 +2190,23 @@ "UrlPathMaps": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap]", "Zones": "System.Collections.Generic.List`1[System.String]", "Tag": "System.Collections.Hashtable", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", - "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", - "IdentityText": "System.String", - "SslPolicyText": "System.String", - "FirewallPolicyText": "System.String", - "ResourceGroupName": "System.String", + "Name": "System.String", "TagsTable": "System.String", - "ResourceGuid": "System.String", + "IdentityText": "System.String", "Type": "System.String", - "Name": "System.String", - "UrlPathMapsText": "System.String", + "ResourceGuid": "System.String", "Location": "System.String", - "ProbesText": "System.String", + "ResourceGroupName": "System.String", + "PrivateLinkEndpointConnectionsText": "System.String", + "PrivateLinkConfigurationsText": "System.String", + "FirewallPolicyText": "System.String", + "SslPolicyText": "System.String", + "UrlPathMapsText": "System.String", "ProvisioningState": "System.String", + "RequestRoutingRulesText": "System.String", "RewriteRuleSetsText": "System.String", "HttpListenersText": "System.String", "BackendHttpSettingsCollectionText": "System.String", @@ -2170,7 +2218,7 @@ "GatewayIpConfigurationsText": "System.String", "Etag": "System.String", "OperationalState": "System.String", - "RequestRoutingRulesText": "System.String", + "ProbesText": "System.String", "Id": "System.String" }, "ElementType": null, @@ -2260,7 +2308,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -2276,6 +2324,8 @@ "FrontendPorts": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort]", "HttpListeners": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener]", "GatewayIPConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayIPConfiguration]", + "PrivateEndpointConnections": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateEndpointConnection]", + "PrivateLinkConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkConfiguration]", "Probes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe]", "RedirectConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration]", "RequestRoutingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRequestRoutingRule]", @@ -2285,21 +2335,23 @@ "UrlPathMaps": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap]", "Zones": "System.Collections.Generic.List`1[System.String]", "Tag": "System.Collections.Hashtable", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", - "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", - "IdentityText": "System.String", - "SslPolicyText": "System.String", - "FirewallPolicyText": "System.String", - "ResourceGroupName": "System.String", + "Name": "System.String", "TagsTable": "System.String", - "ResourceGuid": "System.String", + "IdentityText": "System.String", "Type": "System.String", - "Name": "System.String", - "UrlPathMapsText": "System.String", + "ResourceGuid": "System.String", "Location": "System.String", - "ProbesText": "System.String", + "ResourceGroupName": "System.String", + "PrivateLinkEndpointConnectionsText": "System.String", + "PrivateLinkConfigurationsText": "System.String", + "FirewallPolicyText": "System.String", + "SslPolicyText": "System.String", + "UrlPathMapsText": "System.String", "ProvisioningState": "System.String", + "RequestRoutingRulesText": "System.String", "RewriteRuleSetsText": "System.String", "HttpListenersText": "System.String", "BackendHttpSettingsCollectionText": "System.String", @@ -2311,7 +2363,7 @@ "GatewayIpConfigurationsText": "System.String", "Etag": "System.String", "OperationalState": "System.String", - "RequestRoutingRulesText": "System.String", + "ProbesText": "System.String", "Id": "System.String" }, "ElementType": null, @@ -2419,7 +2471,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "MinCapacity": "System.Int32", "MaxCapacity": "System.Nullable`1[System.Int32]" @@ -2651,7 +2703,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -2667,6 +2719,8 @@ "FrontendPorts": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort]", "HttpListeners": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener]", "GatewayIPConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayIPConfiguration]", + "PrivateEndpointConnections": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateEndpointConnection]", + "PrivateLinkConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkConfiguration]", "Probes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe]", "RedirectConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration]", "RequestRoutingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRequestRoutingRule]", @@ -2676,21 +2730,23 @@ "UrlPathMaps": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap]", "Zones": "System.Collections.Generic.List`1[System.String]", "Tag": "System.Collections.Hashtable", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", - "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", - "IdentityText": "System.String", - "SslPolicyText": "System.String", - "FirewallPolicyText": "System.String", - "ResourceGroupName": "System.String", + "Name": "System.String", "TagsTable": "System.String", - "ResourceGuid": "System.String", + "IdentityText": "System.String", "Type": "System.String", - "Name": "System.String", - "UrlPathMapsText": "System.String", + "ResourceGuid": "System.String", "Location": "System.String", - "ProbesText": "System.String", + "ResourceGroupName": "System.String", + "PrivateLinkEndpointConnectionsText": "System.String", + "PrivateLinkConfigurationsText": "System.String", + "FirewallPolicyText": "System.String", + "SslPolicyText": "System.String", + "UrlPathMapsText": "System.String", "ProvisioningState": "System.String", + "RequestRoutingRulesText": "System.String", "RewriteRuleSetsText": "System.String", "HttpListenersText": "System.String", "BackendHttpSettingsCollectionText": "System.String", @@ -2702,7 +2758,7 @@ "GatewayIpConfigurationsText": "System.String", "Etag": "System.String", "OperationalState": "System.String", - "RequestRoutingRulesText": "System.String", + "ProbesText": "System.String", "Id": "System.String" }, "ElementType": null, @@ -2754,7 +2810,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -2770,6 +2826,8 @@ "FrontendPorts": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort]", "HttpListeners": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener]", "GatewayIPConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayIPConfiguration]", + "PrivateEndpointConnections": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateEndpointConnection]", + "PrivateLinkConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkConfiguration]", "Probes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe]", "RedirectConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration]", "RequestRoutingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRequestRoutingRule]", @@ -2779,21 +2837,23 @@ "UrlPathMaps": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap]", "Zones": "System.Collections.Generic.List`1[System.String]", "Tag": "System.Collections.Hashtable", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", - "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", - "IdentityText": "System.String", - "SslPolicyText": "System.String", - "FirewallPolicyText": "System.String", - "ResourceGroupName": "System.String", + "Name": "System.String", "TagsTable": "System.String", - "ResourceGuid": "System.String", + "IdentityText": "System.String", "Type": "System.String", - "Name": "System.String", - "UrlPathMapsText": "System.String", + "ResourceGuid": "System.String", "Location": "System.String", - "ProbesText": "System.String", + "ResourceGroupName": "System.String", + "PrivateLinkEndpointConnectionsText": "System.String", + "PrivateLinkConfigurationsText": "System.String", + "FirewallPolicyText": "System.String", + "SslPolicyText": "System.String", + "UrlPathMapsText": "System.String", "ProvisioningState": "System.String", + "RequestRoutingRulesText": "System.String", "RewriteRuleSetsText": "System.String", "HttpListenersText": "System.String", "BackendHttpSettingsCollectionText": "System.String", @@ -2805,7 +2865,7 @@ "GatewayIpConfigurationsText": "System.String", "Etag": "System.String", "OperationalState": "System.String", - "RequestRoutingRulesText": "System.String", + "ProbesText": "System.String", "Id": "System.String" }, "ElementType": null, @@ -2913,7 +2973,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -2929,6 +2989,8 @@ "FrontendPorts": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort]", "HttpListeners": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener]", "GatewayIPConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayIPConfiguration]", + "PrivateEndpointConnections": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateEndpointConnection]", + "PrivateLinkConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkConfiguration]", "Probes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe]", "RedirectConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration]", "RequestRoutingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRequestRoutingRule]", @@ -2938,21 +3000,23 @@ "UrlPathMaps": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap]", "Zones": "System.Collections.Generic.List`1[System.String]", "Tag": "System.Collections.Hashtable", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", - "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", - "IdentityText": "System.String", - "SslPolicyText": "System.String", - "FirewallPolicyText": "System.String", - "ResourceGroupName": "System.String", + "Name": "System.String", "TagsTable": "System.String", - "ResourceGuid": "System.String", + "IdentityText": "System.String", "Type": "System.String", - "Name": "System.String", - "UrlPathMapsText": "System.String", + "ResourceGuid": "System.String", "Location": "System.String", - "ProbesText": "System.String", + "ResourceGroupName": "System.String", + "PrivateLinkEndpointConnectionsText": "System.String", + "PrivateLinkConfigurationsText": "System.String", + "FirewallPolicyText": "System.String", + "SslPolicyText": "System.String", + "UrlPathMapsText": "System.String", "ProvisioningState": "System.String", + "RequestRoutingRulesText": "System.String", "RewriteRuleSetsText": "System.String", "HttpListenersText": "System.String", "BackendHttpSettingsCollectionText": "System.String", @@ -2964,7 +3028,7 @@ "GatewayIpConfigurationsText": "System.String", "Etag": "System.String", "OperationalState": "System.String", - "RequestRoutingRulesText": "System.String", + "ProbesText": "System.String", "Id": "System.String" }, "ElementType": null, @@ -3096,7 +3160,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -3112,6 +3176,8 @@ "FrontendPorts": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort]", "HttpListeners": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener]", "GatewayIPConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayIPConfiguration]", + "PrivateEndpointConnections": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateEndpointConnection]", + "PrivateLinkConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkConfiguration]", "Probes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe]", "RedirectConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration]", "RequestRoutingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRequestRoutingRule]", @@ -3121,21 +3187,23 @@ "UrlPathMaps": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap]", "Zones": "System.Collections.Generic.List`1[System.String]", "Tag": "System.Collections.Hashtable", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", - "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", - "IdentityText": "System.String", - "SslPolicyText": "System.String", - "FirewallPolicyText": "System.String", - "ResourceGroupName": "System.String", + "Name": "System.String", "TagsTable": "System.String", - "ResourceGuid": "System.String", + "IdentityText": "System.String", "Type": "System.String", - "Name": "System.String", - "UrlPathMapsText": "System.String", + "ResourceGuid": "System.String", "Location": "System.String", - "ProbesText": "System.String", + "ResourceGroupName": "System.String", + "PrivateLinkEndpointConnectionsText": "System.String", + "PrivateLinkConfigurationsText": "System.String", + "FirewallPolicyText": "System.String", + "SslPolicyText": "System.String", + "UrlPathMapsText": "System.String", "ProvisioningState": "System.String", + "RequestRoutingRulesText": "System.String", "RewriteRuleSetsText": "System.String", "HttpListenersText": "System.String", "BackendHttpSettingsCollectionText": "System.String", @@ -3147,7 +3215,7 @@ "GatewayIpConfigurationsText": "System.String", "Etag": "System.String", "OperationalState": "System.String", - "RequestRoutingRulesText": "System.String", + "ProbesText": "System.String", "Id": "System.String" }, "ElementType": null, @@ -3199,7 +3267,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -3215,6 +3283,8 @@ "FrontendPorts": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort]", "HttpListeners": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener]", "GatewayIPConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayIPConfiguration]", + "PrivateEndpointConnections": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateEndpointConnection]", + "PrivateLinkConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkConfiguration]", "Probes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe]", "RedirectConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration]", "RequestRoutingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRequestRoutingRule]", @@ -3224,21 +3294,23 @@ "UrlPathMaps": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap]", "Zones": "System.Collections.Generic.List`1[System.String]", "Tag": "System.Collections.Hashtable", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", - "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", - "IdentityText": "System.String", - "SslPolicyText": "System.String", - "FirewallPolicyText": "System.String", - "ResourceGroupName": "System.String", + "Name": "System.String", "TagsTable": "System.String", - "ResourceGuid": "System.String", + "IdentityText": "System.String", "Type": "System.String", - "Name": "System.String", - "UrlPathMapsText": "System.String", + "ResourceGuid": "System.String", "Location": "System.String", - "ProbesText": "System.String", + "ResourceGroupName": "System.String", + "PrivateLinkEndpointConnectionsText": "System.String", + "PrivateLinkConfigurationsText": "System.String", + "FirewallPolicyText": "System.String", + "SslPolicyText": "System.String", + "UrlPathMapsText": "System.String", "ProvisioningState": "System.String", + "RequestRoutingRulesText": "System.String", "RewriteRuleSetsText": "System.String", "HttpListenersText": "System.String", "BackendHttpSettingsCollectionText": "System.String", @@ -3250,7 +3322,7 @@ "GatewayIpConfigurationsText": "System.String", "Etag": "System.String", "OperationalState": "System.String", - "RequestRoutingRulesText": "System.String", + "ProbesText": "System.String", "Id": "System.String" }, "ElementType": null, @@ -3378,7 +3450,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -3394,6 +3466,8 @@ "FrontendPorts": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort]", "HttpListeners": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener]", "GatewayIPConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayIPConfiguration]", + "PrivateEndpointConnections": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateEndpointConnection]", + "PrivateLinkConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkConfiguration]", "Probes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe]", "RedirectConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration]", "RequestRoutingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRequestRoutingRule]", @@ -3403,21 +3477,23 @@ "UrlPathMaps": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap]", "Zones": "System.Collections.Generic.List`1[System.String]", "Tag": "System.Collections.Hashtable", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", - "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", - "IdentityText": "System.String", - "SslPolicyText": "System.String", - "FirewallPolicyText": "System.String", - "ResourceGroupName": "System.String", + "Name": "System.String", "TagsTable": "System.String", - "ResourceGuid": "System.String", + "IdentityText": "System.String", "Type": "System.String", - "Name": "System.String", - "UrlPathMapsText": "System.String", + "ResourceGuid": "System.String", "Location": "System.String", - "ProbesText": "System.String", + "ResourceGroupName": "System.String", + "PrivateLinkEndpointConnectionsText": "System.String", + "PrivateLinkConfigurationsText": "System.String", + "FirewallPolicyText": "System.String", + "SslPolicyText": "System.String", + "UrlPathMapsText": "System.String", "ProvisioningState": "System.String", + "RequestRoutingRulesText": "System.String", "RewriteRuleSetsText": "System.String", "HttpListenersText": "System.String", "BackendHttpSettingsCollectionText": "System.String", @@ -3429,7 +3505,7 @@ "GatewayIpConfigurationsText": "System.String", "Etag": "System.String", "OperationalState": "System.String", - "RequestRoutingRulesText": "System.String", + "ProbesText": "System.String", "Id": "System.String" }, "ElementType": null, @@ -3587,7 +3663,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -3603,6 +3679,8 @@ "FrontendPorts": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort]", "HttpListeners": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener]", "GatewayIPConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayIPConfiguration]", + "PrivateEndpointConnections": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateEndpointConnection]", + "PrivateLinkConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkConfiguration]", "Probes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe]", "RedirectConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration]", "RequestRoutingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRequestRoutingRule]", @@ -3612,21 +3690,23 @@ "UrlPathMaps": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap]", "Zones": "System.Collections.Generic.List`1[System.String]", "Tag": "System.Collections.Hashtable", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", - "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", - "IdentityText": "System.String", - "SslPolicyText": "System.String", - "FirewallPolicyText": "System.String", - "ResourceGroupName": "System.String", + "Name": "System.String", "TagsTable": "System.String", - "ResourceGuid": "System.String", + "IdentityText": "System.String", "Type": "System.String", - "Name": "System.String", - "UrlPathMapsText": "System.String", + "ResourceGuid": "System.String", "Location": "System.String", - "ProbesText": "System.String", + "ResourceGroupName": "System.String", + "PrivateLinkEndpointConnectionsText": "System.String", + "PrivateLinkConfigurationsText": "System.String", + "FirewallPolicyText": "System.String", + "SslPolicyText": "System.String", + "UrlPathMapsText": "System.String", "ProvisioningState": "System.String", + "RequestRoutingRulesText": "System.String", "RewriteRuleSetsText": "System.String", "HttpListenersText": "System.String", "BackendHttpSettingsCollectionText": "System.String", @@ -3638,7 +3718,7 @@ "GatewayIpConfigurationsText": "System.String", "Etag": "System.String", "OperationalState": "System.String", - "RequestRoutingRulesText": "System.String", + "ProbesText": "System.String", "Id": "System.String" }, "ElementType": null, @@ -3690,7 +3770,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -3706,6 +3786,8 @@ "FrontendPorts": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort]", "HttpListeners": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener]", "GatewayIPConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayIPConfiguration]", + "PrivateEndpointConnections": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateEndpointConnection]", + "PrivateLinkConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkConfiguration]", "Probes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe]", "RedirectConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration]", "RequestRoutingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRequestRoutingRule]", @@ -3715,21 +3797,23 @@ "UrlPathMaps": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap]", "Zones": "System.Collections.Generic.List`1[System.String]", "Tag": "System.Collections.Hashtable", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", - "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", - "IdentityText": "System.String", - "SslPolicyText": "System.String", - "FirewallPolicyText": "System.String", - "ResourceGroupName": "System.String", + "Name": "System.String", "TagsTable": "System.String", - "ResourceGuid": "System.String", + "IdentityText": "System.String", "Type": "System.String", - "Name": "System.String", - "UrlPathMapsText": "System.String", + "ResourceGuid": "System.String", "Location": "System.String", - "ProbesText": "System.String", + "ResourceGroupName": "System.String", + "PrivateLinkEndpointConnectionsText": "System.String", + "PrivateLinkConfigurationsText": "System.String", + "FirewallPolicyText": "System.String", + "SslPolicyText": "System.String", + "UrlPathMapsText": "System.String", "ProvisioningState": "System.String", + "RequestRoutingRulesText": "System.String", "RewriteRuleSetsText": "System.String", "HttpListenersText": "System.String", "BackendHttpSettingsCollectionText": "System.String", @@ -3741,7 +3825,7 @@ "GatewayIpConfigurationsText": "System.String", "Etag": "System.String", "OperationalState": "System.String", - "RequestRoutingRulesText": "System.String", + "ProbesText": "System.String", "Id": "System.String" }, "ElementType": null, @@ -3885,7 +3969,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -3901,6 +3985,8 @@ "FrontendPorts": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort]", "HttpListeners": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener]", "GatewayIPConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayIPConfiguration]", + "PrivateEndpointConnections": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateEndpointConnection]", + "PrivateLinkConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkConfiguration]", "Probes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe]", "RedirectConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration]", "RequestRoutingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRequestRoutingRule]", @@ -3910,21 +3996,23 @@ "UrlPathMaps": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap]", "Zones": "System.Collections.Generic.List`1[System.String]", "Tag": "System.Collections.Hashtable", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", - "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", - "IdentityText": "System.String", - "SslPolicyText": "System.String", - "FirewallPolicyText": "System.String", - "ResourceGroupName": "System.String", + "Name": "System.String", "TagsTable": "System.String", - "ResourceGuid": "System.String", + "IdentityText": "System.String", "Type": "System.String", - "Name": "System.String", - "UrlPathMapsText": "System.String", + "ResourceGuid": "System.String", "Location": "System.String", - "ProbesText": "System.String", + "ResourceGroupName": "System.String", + "PrivateLinkEndpointConnectionsText": "System.String", + "PrivateLinkConfigurationsText": "System.String", + "FirewallPolicyText": "System.String", + "SslPolicyText": "System.String", + "UrlPathMapsText": "System.String", "ProvisioningState": "System.String", + "RequestRoutingRulesText": "System.String", "RewriteRuleSetsText": "System.String", "HttpListenersText": "System.String", "BackendHttpSettingsCollectionText": "System.String", @@ -3936,7 +4024,7 @@ "GatewayIpConfigurationsText": "System.String", "Etag": "System.String", "OperationalState": "System.String", - "RequestRoutingRulesText": "System.String", + "ProbesText": "System.String", "Id": "System.String" }, "ElementType": null, @@ -4116,7 +4204,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "BackendAddresses": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddress]", "BackendIpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceIPConfiguration]", @@ -4205,7 +4293,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -4221,6 +4309,8 @@ "FrontendPorts": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort]", "HttpListeners": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener]", "GatewayIPConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayIPConfiguration]", + "PrivateEndpointConnections": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateEndpointConnection]", + "PrivateLinkConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkConfiguration]", "Probes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe]", "RedirectConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration]", "RequestRoutingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRequestRoutingRule]", @@ -4230,21 +4320,23 @@ "UrlPathMaps": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap]", "Zones": "System.Collections.Generic.List`1[System.String]", "Tag": "System.Collections.Hashtable", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", - "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", - "IdentityText": "System.String", - "SslPolicyText": "System.String", - "FirewallPolicyText": "System.String", - "ResourceGroupName": "System.String", + "Name": "System.String", "TagsTable": "System.String", - "ResourceGuid": "System.String", + "IdentityText": "System.String", "Type": "System.String", - "Name": "System.String", - "UrlPathMapsText": "System.String", + "ResourceGuid": "System.String", "Location": "System.String", - "ProbesText": "System.String", + "ResourceGroupName": "System.String", + "PrivateLinkEndpointConnectionsText": "System.String", + "PrivateLinkConfigurationsText": "System.String", + "FirewallPolicyText": "System.String", + "SslPolicyText": "System.String", + "UrlPathMapsText": "System.String", "ProvisioningState": "System.String", + "RequestRoutingRulesText": "System.String", "RewriteRuleSetsText": "System.String", "HttpListenersText": "System.String", "BackendHttpSettingsCollectionText": "System.String", @@ -4256,7 +4348,7 @@ "GatewayIpConfigurationsText": "System.String", "Etag": "System.String", "OperationalState": "System.String", - "RequestRoutingRulesText": "System.String", + "ProbesText": "System.String", "Id": "System.String" }, "ElementType": null, @@ -4370,7 +4462,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -4386,6 +4478,8 @@ "FrontendPorts": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort]", "HttpListeners": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener]", "GatewayIPConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayIPConfiguration]", + "PrivateEndpointConnections": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateEndpointConnection]", + "PrivateLinkConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkConfiguration]", "Probes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe]", "RedirectConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration]", "RequestRoutingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRequestRoutingRule]", @@ -4395,21 +4489,23 @@ "UrlPathMaps": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap]", "Zones": "System.Collections.Generic.List`1[System.String]", "Tag": "System.Collections.Hashtable", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", - "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", - "IdentityText": "System.String", - "SslPolicyText": "System.String", - "FirewallPolicyText": "System.String", - "ResourceGroupName": "System.String", + "Name": "System.String", "TagsTable": "System.String", - "ResourceGuid": "System.String", + "IdentityText": "System.String", "Type": "System.String", - "Name": "System.String", - "UrlPathMapsText": "System.String", + "ResourceGuid": "System.String", "Location": "System.String", - "ProbesText": "System.String", + "ResourceGroupName": "System.String", + "PrivateLinkEndpointConnectionsText": "System.String", + "PrivateLinkConfigurationsText": "System.String", + "FirewallPolicyText": "System.String", + "SslPolicyText": "System.String", + "UrlPathMapsText": "System.String", "ProvisioningState": "System.String", + "RequestRoutingRulesText": "System.String", "RewriteRuleSetsText": "System.String", "HttpListenersText": "System.String", "BackendHttpSettingsCollectionText": "System.String", @@ -4421,7 +4517,7 @@ "GatewayIpConfigurationsText": "System.String", "Etag": "System.String", "OperationalState": "System.String", - "RequestRoutingRulesText": "System.String", + "ProbesText": "System.String", "Id": "System.String" }, "ElementType": null, @@ -4529,7 +4625,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "BackendAddresses": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddress]", "BackendIpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceIPConfiguration]", @@ -4816,7 +4912,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "BackendAddresses": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddress]", "BackendIpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceIPConfiguration]", @@ -4905,7 +5001,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -4921,6 +5017,8 @@ "FrontendPorts": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort]", "HttpListeners": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener]", "GatewayIPConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayIPConfiguration]", + "PrivateEndpointConnections": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateEndpointConnection]", + "PrivateLinkConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkConfiguration]", "Probes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe]", "RedirectConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration]", "RequestRoutingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRequestRoutingRule]", @@ -4930,21 +5028,23 @@ "UrlPathMaps": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap]", "Zones": "System.Collections.Generic.List`1[System.String]", "Tag": "System.Collections.Hashtable", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", - "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", - "IdentityText": "System.String", - "SslPolicyText": "System.String", - "FirewallPolicyText": "System.String", - "ResourceGroupName": "System.String", + "Name": "System.String", "TagsTable": "System.String", - "ResourceGuid": "System.String", + "IdentityText": "System.String", "Type": "System.String", - "Name": "System.String", - "UrlPathMapsText": "System.String", + "ResourceGuid": "System.String", "Location": "System.String", - "ProbesText": "System.String", + "ResourceGroupName": "System.String", + "PrivateLinkEndpointConnectionsText": "System.String", + "PrivateLinkConfigurationsText": "System.String", + "FirewallPolicyText": "System.String", + "SslPolicyText": "System.String", + "UrlPathMapsText": "System.String", "ProvisioningState": "System.String", + "RequestRoutingRulesText": "System.String", "RewriteRuleSetsText": "System.String", "HttpListenersText": "System.String", "BackendHttpSettingsCollectionText": "System.String", @@ -4956,7 +5056,7 @@ "GatewayIpConfigurationsText": "System.String", "Etag": "System.String", "OperationalState": "System.String", - "RequestRoutingRulesText": "System.String", + "ProbesText": "System.String", "Id": "System.String" }, "ElementType": null, @@ -5070,7 +5170,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -5086,6 +5186,8 @@ "FrontendPorts": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort]", "HttpListeners": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener]", "GatewayIPConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayIPConfiguration]", + "PrivateEndpointConnections": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateEndpointConnection]", + "PrivateLinkConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkConfiguration]", "Probes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe]", "RedirectConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration]", "RequestRoutingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRequestRoutingRule]", @@ -5095,21 +5197,23 @@ "UrlPathMaps": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap]", "Zones": "System.Collections.Generic.List`1[System.String]", "Tag": "System.Collections.Hashtable", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", - "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", - "IdentityText": "System.String", - "SslPolicyText": "System.String", - "FirewallPolicyText": "System.String", - "ResourceGroupName": "System.String", + "Name": "System.String", "TagsTable": "System.String", - "ResourceGuid": "System.String", + "IdentityText": "System.String", "Type": "System.String", - "Name": "System.String", - "UrlPathMapsText": "System.String", + "ResourceGuid": "System.String", "Location": "System.String", - "ProbesText": "System.String", + "ResourceGroupName": "System.String", + "PrivateLinkEndpointConnectionsText": "System.String", + "PrivateLinkConfigurationsText": "System.String", + "FirewallPolicyText": "System.String", + "SslPolicyText": "System.String", + "UrlPathMapsText": "System.String", "ProvisioningState": "System.String", + "RequestRoutingRulesText": "System.String", "RewriteRuleSetsText": "System.String", "HttpListenersText": "System.String", "BackendHttpSettingsCollectionText": "System.String", @@ -5121,7 +5225,7 @@ "GatewayIpConfigurationsText": "System.String", "Etag": "System.String", "OperationalState": "System.String", - "RequestRoutingRulesText": "System.String", + "ProbesText": "System.String", "Id": "System.String" }, "ElementType": null, @@ -5229,7 +5333,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -5245,6 +5349,8 @@ "FrontendPorts": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort]", "HttpListeners": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener]", "GatewayIPConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayIPConfiguration]", + "PrivateEndpointConnections": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateEndpointConnection]", + "PrivateLinkConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkConfiguration]", "Probes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe]", "RedirectConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration]", "RequestRoutingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRequestRoutingRule]", @@ -5254,21 +5360,23 @@ "UrlPathMaps": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap]", "Zones": "System.Collections.Generic.List`1[System.String]", "Tag": "System.Collections.Hashtable", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", - "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", - "IdentityText": "System.String", - "SslPolicyText": "System.String", - "FirewallPolicyText": "System.String", - "ResourceGroupName": "System.String", + "Name": "System.String", "TagsTable": "System.String", - "ResourceGuid": "System.String", + "IdentityText": "System.String", "Type": "System.String", - "Name": "System.String", - "UrlPathMapsText": "System.String", + "ResourceGuid": "System.String", "Location": "System.String", - "ProbesText": "System.String", + "ResourceGroupName": "System.String", + "PrivateLinkEndpointConnectionsText": "System.String", + "PrivateLinkConfigurationsText": "System.String", + "FirewallPolicyText": "System.String", + "SslPolicyText": "System.String", + "UrlPathMapsText": "System.String", "ProvisioningState": "System.String", + "RequestRoutingRulesText": "System.String", "RewriteRuleSetsText": "System.String", "HttpListenersText": "System.String", "BackendHttpSettingsCollectionText": "System.String", @@ -5280,7 +5388,7 @@ "GatewayIpConfigurationsText": "System.String", "Etag": "System.String", "OperationalState": "System.String", - "RequestRoutingRulesText": "System.String", + "ProbesText": "System.String", "Id": "System.String" }, "ElementType": null, @@ -5332,7 +5440,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -5348,6 +5456,8 @@ "FrontendPorts": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort]", "HttpListeners": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener]", "GatewayIPConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayIPConfiguration]", + "PrivateEndpointConnections": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateEndpointConnection]", + "PrivateLinkConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkConfiguration]", "Probes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe]", "RedirectConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration]", "RequestRoutingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRequestRoutingRule]", @@ -5357,21 +5467,23 @@ "UrlPathMaps": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap]", "Zones": "System.Collections.Generic.List`1[System.String]", "Tag": "System.Collections.Hashtable", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", - "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", - "IdentityText": "System.String", - "SslPolicyText": "System.String", - "FirewallPolicyText": "System.String", - "ResourceGroupName": "System.String", + "Name": "System.String", "TagsTable": "System.String", - "ResourceGuid": "System.String", + "IdentityText": "System.String", "Type": "System.String", - "Name": "System.String", - "UrlPathMapsText": "System.String", + "ResourceGuid": "System.String", "Location": "System.String", - "ProbesText": "System.String", + "ResourceGroupName": "System.String", + "PrivateLinkEndpointConnectionsText": "System.String", + "PrivateLinkConfigurationsText": "System.String", + "FirewallPolicyText": "System.String", + "SslPolicyText": "System.String", + "UrlPathMapsText": "System.String", "ProvisioningState": "System.String", + "RequestRoutingRulesText": "System.String", "RewriteRuleSetsText": "System.String", "HttpListenersText": "System.String", "BackendHttpSettingsCollectionText": "System.String", @@ -5383,7 +5495,7 @@ "GatewayIpConfigurationsText": "System.String", "Etag": "System.String", "OperationalState": "System.String", - "RequestRoutingRulesText": "System.String", + "ProbesText": "System.String", "Id": "System.String" }, "ElementType": null, @@ -5527,7 +5639,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -5543,6 +5655,8 @@ "FrontendPorts": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort]", "HttpListeners": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener]", "GatewayIPConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayIPConfiguration]", + "PrivateEndpointConnections": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateEndpointConnection]", + "PrivateLinkConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkConfiguration]", "Probes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe]", "RedirectConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration]", "RequestRoutingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRequestRoutingRule]", @@ -5552,21 +5666,23 @@ "UrlPathMaps": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap]", "Zones": "System.Collections.Generic.List`1[System.String]", "Tag": "System.Collections.Hashtable", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", - "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", - "IdentityText": "System.String", - "SslPolicyText": "System.String", - "FirewallPolicyText": "System.String", - "ResourceGroupName": "System.String", + "Name": "System.String", "TagsTable": "System.String", - "ResourceGuid": "System.String", + "IdentityText": "System.String", "Type": "System.String", - "Name": "System.String", - "UrlPathMapsText": "System.String", + "ResourceGuid": "System.String", "Location": "System.String", - "ProbesText": "System.String", + "ResourceGroupName": "System.String", + "PrivateLinkEndpointConnectionsText": "System.String", + "PrivateLinkConfigurationsText": "System.String", + "FirewallPolicyText": "System.String", + "SslPolicyText": "System.String", + "UrlPathMapsText": "System.String", "ProvisioningState": "System.String", + "RequestRoutingRulesText": "System.String", "RewriteRuleSetsText": "System.String", "HttpListenersText": "System.String", "BackendHttpSettingsCollectionText": "System.String", @@ -5578,7 +5694,7 @@ "GatewayIpConfigurationsText": "System.String", "Etag": "System.String", "OperationalState": "System.String", - "RequestRoutingRulesText": "System.String", + "ProbesText": "System.String", "Id": "System.String" }, "ElementType": null, @@ -5758,7 +5874,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -5774,6 +5890,8 @@ "FrontendPorts": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort]", "HttpListeners": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener]", "GatewayIPConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayIPConfiguration]", + "PrivateEndpointConnections": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateEndpointConnection]", + "PrivateLinkConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkConfiguration]", "Probes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe]", "RedirectConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration]", "RequestRoutingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRequestRoutingRule]", @@ -5783,21 +5901,23 @@ "UrlPathMaps": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap]", "Zones": "System.Collections.Generic.List`1[System.String]", "Tag": "System.Collections.Hashtable", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", - "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", - "IdentityText": "System.String", - "SslPolicyText": "System.String", - "FirewallPolicyText": "System.String", - "ResourceGroupName": "System.String", + "Name": "System.String", "TagsTable": "System.String", - "ResourceGuid": "System.String", + "IdentityText": "System.String", "Type": "System.String", - "Name": "System.String", - "UrlPathMapsText": "System.String", + "ResourceGuid": "System.String", "Location": "System.String", - "ProbesText": "System.String", + "ResourceGroupName": "System.String", + "PrivateLinkEndpointConnectionsText": "System.String", + "PrivateLinkConfigurationsText": "System.String", + "FirewallPolicyText": "System.String", + "SslPolicyText": "System.String", + "UrlPathMapsText": "System.String", "ProvisioningState": "System.String", + "RequestRoutingRulesText": "System.String", "RewriteRuleSetsText": "System.String", "HttpListenersText": "System.String", "BackendHttpSettingsCollectionText": "System.String", @@ -5809,7 +5929,7 @@ "GatewayIpConfigurationsText": "System.String", "Etag": "System.String", "OperationalState": "System.String", - "RequestRoutingRulesText": "System.String", + "ProbesText": "System.String", "Id": "System.String" }, "ElementType": null, @@ -5861,7 +5981,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -5877,6 +5997,8 @@ "FrontendPorts": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort]", "HttpListeners": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener]", "GatewayIPConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayIPConfiguration]", + "PrivateEndpointConnections": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateEndpointConnection]", + "PrivateLinkConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkConfiguration]", "Probes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe]", "RedirectConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration]", "RequestRoutingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRequestRoutingRule]", @@ -5886,21 +6008,23 @@ "UrlPathMaps": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap]", "Zones": "System.Collections.Generic.List`1[System.String]", "Tag": "System.Collections.Hashtable", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", - "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", - "IdentityText": "System.String", - "SslPolicyText": "System.String", - "FirewallPolicyText": "System.String", - "ResourceGroupName": "System.String", + "Name": "System.String", "TagsTable": "System.String", - "ResourceGuid": "System.String", + "IdentityText": "System.String", "Type": "System.String", - "Name": "System.String", - "UrlPathMapsText": "System.String", + "ResourceGuid": "System.String", "Location": "System.String", - "ProbesText": "System.String", + "ResourceGroupName": "System.String", + "PrivateLinkEndpointConnectionsText": "System.String", + "PrivateLinkConfigurationsText": "System.String", + "FirewallPolicyText": "System.String", + "SslPolicyText": "System.String", + "UrlPathMapsText": "System.String", "ProvisioningState": "System.String", + "RequestRoutingRulesText": "System.String", "RewriteRuleSetsText": "System.String", "HttpListenersText": "System.String", "BackendHttpSettingsCollectionText": "System.String", @@ -5912,7 +6036,7 @@ "GatewayIpConfigurationsText": "System.String", "Etag": "System.String", "OperationalState": "System.String", - "RequestRoutingRulesText": "System.String", + "ProbesText": "System.String", "Id": "System.String" }, "ElementType": null, @@ -6059,7 +6183,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayConnectionDraining", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayConnectionDraining, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayConnectionDraining, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Enabled": "System.Boolean", "DrainTimeoutInSec": "System.Int32" @@ -6130,7 +6254,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Match": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbeHealthResponseMatch", "PickHostNameFromBackendHttpSettings": "System.Nullable`1[System.Boolean]", @@ -6197,7 +6321,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAuthenticationCertificate[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAuthenticationCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAuthenticationCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAuthenticationCertificate", "GenericTypeArguments": [], @@ -6215,7 +6339,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedRootCertificate[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedRootCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedRootCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedRootCertificate", "GenericTypeArguments": [], @@ -6344,7 +6468,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -6360,6 +6484,8 @@ "FrontendPorts": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort]", "HttpListeners": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener]", "GatewayIPConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayIPConfiguration]", + "PrivateEndpointConnections": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateEndpointConnection]", + "PrivateLinkConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkConfiguration]", "Probes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe]", "RedirectConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration]", "RequestRoutingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRequestRoutingRule]", @@ -6369,21 +6495,23 @@ "UrlPathMaps": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap]", "Zones": "System.Collections.Generic.List`1[System.String]", "Tag": "System.Collections.Hashtable", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", - "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", - "IdentityText": "System.String", - "SslPolicyText": "System.String", - "FirewallPolicyText": "System.String", - "ResourceGroupName": "System.String", + "Name": "System.String", "TagsTable": "System.String", - "ResourceGuid": "System.String", + "IdentityText": "System.String", "Type": "System.String", - "Name": "System.String", - "UrlPathMapsText": "System.String", + "ResourceGuid": "System.String", "Location": "System.String", - "ProbesText": "System.String", + "ResourceGroupName": "System.String", + "PrivateLinkEndpointConnectionsText": "System.String", + "PrivateLinkConfigurationsText": "System.String", + "FirewallPolicyText": "System.String", + "SslPolicyText": "System.String", + "UrlPathMapsText": "System.String", "ProvisioningState": "System.String", + "RequestRoutingRulesText": "System.String", "RewriteRuleSetsText": "System.String", "HttpListenersText": "System.String", "BackendHttpSettingsCollectionText": "System.String", @@ -6395,7 +6523,7 @@ "GatewayIpConfigurationsText": "System.String", "Etag": "System.String", "OperationalState": "System.String", - "RequestRoutingRulesText": "System.String", + "ProbesText": "System.String", "Id": "System.String" }, "ElementType": null, @@ -6578,7 +6706,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayConnectionDraining", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayConnectionDraining, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayConnectionDraining, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Enabled": "System.Boolean", "DrainTimeoutInSec": "System.Int32" @@ -6661,7 +6789,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Match": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbeHealthResponseMatch", "PickHostNameFromBackendHttpSettings": "System.Nullable`1[System.Boolean]", @@ -6734,7 +6862,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAuthenticationCertificate[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAuthenticationCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAuthenticationCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAuthenticationCertificate", "GenericTypeArguments": [], @@ -6758,7 +6886,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedRootCertificate[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedRootCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedRootCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedRootCertificate", "GenericTypeArguments": [], @@ -6931,7 +7059,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ConnectionDraining": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayConnectionDraining", "Probe": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -7036,7 +7164,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -7052,6 +7180,8 @@ "FrontendPorts": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort]", "HttpListeners": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener]", "GatewayIPConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayIPConfiguration]", + "PrivateEndpointConnections": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateEndpointConnection]", + "PrivateLinkConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkConfiguration]", "Probes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe]", "RedirectConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration]", "RequestRoutingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRequestRoutingRule]", @@ -7061,21 +7191,23 @@ "UrlPathMaps": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap]", "Zones": "System.Collections.Generic.List`1[System.String]", "Tag": "System.Collections.Hashtable", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", - "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", - "IdentityText": "System.String", - "SslPolicyText": "System.String", - "FirewallPolicyText": "System.String", - "ResourceGroupName": "System.String", + "Name": "System.String", "TagsTable": "System.String", - "ResourceGuid": "System.String", + "IdentityText": "System.String", "Type": "System.String", - "Name": "System.String", - "UrlPathMapsText": "System.String", + "ResourceGuid": "System.String", "Location": "System.String", - "ProbesText": "System.String", + "ResourceGroupName": "System.String", + "PrivateLinkEndpointConnectionsText": "System.String", + "PrivateLinkConfigurationsText": "System.String", + "FirewallPolicyText": "System.String", + "SslPolicyText": "System.String", + "UrlPathMapsText": "System.String", "ProvisioningState": "System.String", + "RequestRoutingRulesText": "System.String", "RewriteRuleSetsText": "System.String", "HttpListenersText": "System.String", "BackendHttpSettingsCollectionText": "System.String", @@ -7087,7 +7219,7 @@ "GatewayIpConfigurationsText": "System.String", "Etag": "System.String", "OperationalState": "System.String", - "RequestRoutingRulesText": "System.String", + "ProbesText": "System.String", "Id": "System.String" }, "ElementType": null, @@ -7201,7 +7333,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -7217,6 +7349,8 @@ "FrontendPorts": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort]", "HttpListeners": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener]", "GatewayIPConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayIPConfiguration]", + "PrivateEndpointConnections": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateEndpointConnection]", + "PrivateLinkConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkConfiguration]", "Probes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe]", "RedirectConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration]", "RequestRoutingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRequestRoutingRule]", @@ -7226,21 +7360,23 @@ "UrlPathMaps": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap]", "Zones": "System.Collections.Generic.List`1[System.String]", "Tag": "System.Collections.Hashtable", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", - "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", - "IdentityText": "System.String", - "SslPolicyText": "System.String", - "FirewallPolicyText": "System.String", - "ResourceGroupName": "System.String", + "Name": "System.String", "TagsTable": "System.String", - "ResourceGuid": "System.String", + "IdentityText": "System.String", "Type": "System.String", - "Name": "System.String", - "UrlPathMapsText": "System.String", + "ResourceGuid": "System.String", "Location": "System.String", - "ProbesText": "System.String", + "ResourceGroupName": "System.String", + "PrivateLinkEndpointConnectionsText": "System.String", + "PrivateLinkConfigurationsText": "System.String", + "FirewallPolicyText": "System.String", + "SslPolicyText": "System.String", + "UrlPathMapsText": "System.String", "ProvisioningState": "System.String", + "RequestRoutingRulesText": "System.String", "RewriteRuleSetsText": "System.String", "HttpListenersText": "System.String", "BackendHttpSettingsCollectionText": "System.String", @@ -7252,7 +7388,7 @@ "GatewayIpConfigurationsText": "System.String", "Etag": "System.String", "OperationalState": "System.String", - "RequestRoutingRulesText": "System.String", + "ProbesText": "System.String", "Id": "System.String" }, "ElementType": null, @@ -7362,7 +7498,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ConnectionDraining": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayConnectionDraining", "Probe": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -7545,7 +7681,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayConnectionDraining", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayConnectionDraining, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayConnectionDraining, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Enabled": "System.Boolean", "DrainTimeoutInSec": "System.Int32" @@ -7616,7 +7752,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Match": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbeHealthResponseMatch", "PickHostNameFromBackendHttpSettings": "System.Nullable`1[System.Boolean]", @@ -7683,7 +7819,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAuthenticationCertificate[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAuthenticationCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAuthenticationCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAuthenticationCertificate", "GenericTypeArguments": [], @@ -7701,7 +7837,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedRootCertificate[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedRootCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedRootCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedRootCertificate", "GenericTypeArguments": [], @@ -7956,7 +8092,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayConnectionDraining", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayConnectionDraining, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayConnectionDraining, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Enabled": "System.Boolean", "DrainTimeoutInSec": "System.Int32" @@ -8039,7 +8175,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Match": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbeHealthResponseMatch", "PickHostNameFromBackendHttpSettings": "System.Nullable`1[System.Boolean]", @@ -8112,7 +8248,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAuthenticationCertificate[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAuthenticationCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAuthenticationCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAuthenticationCertificate", "GenericTypeArguments": [], @@ -8136,7 +8272,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedRootCertificate[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedRootCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedRootCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedRootCertificate", "GenericTypeArguments": [], @@ -8309,7 +8445,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -8325,6 +8461,8 @@ "FrontendPorts": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort]", "HttpListeners": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener]", "GatewayIPConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayIPConfiguration]", + "PrivateEndpointConnections": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateEndpointConnection]", + "PrivateLinkConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkConfiguration]", "Probes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe]", "RedirectConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration]", "RequestRoutingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRequestRoutingRule]", @@ -8334,21 +8472,23 @@ "UrlPathMaps": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap]", "Zones": "System.Collections.Generic.List`1[System.String]", "Tag": "System.Collections.Hashtable", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", - "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", - "IdentityText": "System.String", - "SslPolicyText": "System.String", - "FirewallPolicyText": "System.String", - "ResourceGroupName": "System.String", + "Name": "System.String", "TagsTable": "System.String", - "ResourceGuid": "System.String", + "IdentityText": "System.String", "Type": "System.String", - "Name": "System.String", - "UrlPathMapsText": "System.String", + "ResourceGuid": "System.String", "Location": "System.String", - "ProbesText": "System.String", + "ResourceGroupName": "System.String", + "PrivateLinkEndpointConnectionsText": "System.String", + "PrivateLinkConfigurationsText": "System.String", + "FirewallPolicyText": "System.String", + "SslPolicyText": "System.String", + "UrlPathMapsText": "System.String", "ProvisioningState": "System.String", + "RequestRoutingRulesText": "System.String", "RewriteRuleSetsText": "System.String", "HttpListenersText": "System.String", "BackendHttpSettingsCollectionText": "System.String", @@ -8360,7 +8500,7 @@ "GatewayIpConfigurationsText": "System.String", "Etag": "System.String", "OperationalState": "System.String", - "RequestRoutingRulesText": "System.String", + "ProbesText": "System.String", "Id": "System.String" }, "ElementType": null, @@ -8430,7 +8570,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -8446,6 +8586,8 @@ "FrontendPorts": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort]", "HttpListeners": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener]", "GatewayIPConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayIPConfiguration]", + "PrivateEndpointConnections": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateEndpointConnection]", + "PrivateLinkConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkConfiguration]", "Probes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe]", "RedirectConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration]", "RequestRoutingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRequestRoutingRule]", @@ -8455,21 +8597,23 @@ "UrlPathMaps": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap]", "Zones": "System.Collections.Generic.List`1[System.String]", "Tag": "System.Collections.Hashtable", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", - "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", - "IdentityText": "System.String", - "SslPolicyText": "System.String", - "FirewallPolicyText": "System.String", - "ResourceGroupName": "System.String", + "Name": "System.String", "TagsTable": "System.String", - "ResourceGuid": "System.String", + "IdentityText": "System.String", "Type": "System.String", - "Name": "System.String", - "UrlPathMapsText": "System.String", + "ResourceGuid": "System.String", "Location": "System.String", - "ProbesText": "System.String", + "ResourceGroupName": "System.String", + "PrivateLinkEndpointConnectionsText": "System.String", + "PrivateLinkConfigurationsText": "System.String", + "FirewallPolicyText": "System.String", + "SslPolicyText": "System.String", + "UrlPathMapsText": "System.String", "ProvisioningState": "System.String", + "RequestRoutingRulesText": "System.String", "RewriteRuleSetsText": "System.String", "HttpListenersText": "System.String", "BackendHttpSettingsCollectionText": "System.String", @@ -8481,7 +8625,7 @@ "GatewayIpConfigurationsText": "System.String", "Etag": "System.String", "OperationalState": "System.String", - "RequestRoutingRulesText": "System.String", + "ProbesText": "System.String", "Id": "System.String" }, "ElementType": null, @@ -8595,7 +8739,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -8611,6 +8755,8 @@ "FrontendPorts": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort]", "HttpListeners": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener]", "GatewayIPConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayIPConfiguration]", + "PrivateEndpointConnections": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateEndpointConnection]", + "PrivateLinkConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkConfiguration]", "Probes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe]", "RedirectConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration]", "RequestRoutingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRequestRoutingRule]", @@ -8620,21 +8766,23 @@ "UrlPathMaps": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap]", "Zones": "System.Collections.Generic.List`1[System.String]", "Tag": "System.Collections.Hashtable", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", - "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", - "IdentityText": "System.String", - "SslPolicyText": "System.String", - "FirewallPolicyText": "System.String", - "ResourceGroupName": "System.String", + "Name": "System.String", "TagsTable": "System.String", - "ResourceGuid": "System.String", + "IdentityText": "System.String", "Type": "System.String", - "Name": "System.String", - "UrlPathMapsText": "System.String", + "ResourceGuid": "System.String", "Location": "System.String", - "ProbesText": "System.String", + "ResourceGroupName": "System.String", + "PrivateLinkEndpointConnectionsText": "System.String", + "PrivateLinkConfigurationsText": "System.String", + "FirewallPolicyText": "System.String", + "SslPolicyText": "System.String", + "UrlPathMapsText": "System.String", "ProvisioningState": "System.String", + "RequestRoutingRulesText": "System.String", "RewriteRuleSetsText": "System.String", "HttpListenersText": "System.String", "BackendHttpSettingsCollectionText": "System.String", @@ -8646,7 +8794,7 @@ "GatewayIpConfigurationsText": "System.String", "Etag": "System.String", "OperationalState": "System.String", - "RequestRoutingRulesText": "System.String", + "ProbesText": "System.String", "Id": "System.String" }, "ElementType": null, @@ -8756,7 +8904,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -8772,6 +8920,8 @@ "FrontendPorts": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort]", "HttpListeners": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener]", "GatewayIPConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayIPConfiguration]", + "PrivateEndpointConnections": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateEndpointConnection]", + "PrivateLinkConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkConfiguration]", "Probes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe]", "RedirectConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration]", "RequestRoutingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRequestRoutingRule]", @@ -8781,21 +8931,23 @@ "UrlPathMaps": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap]", "Zones": "System.Collections.Generic.List`1[System.String]", "Tag": "System.Collections.Hashtable", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", - "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", - "IdentityText": "System.String", - "SslPolicyText": "System.String", - "FirewallPolicyText": "System.String", - "ResourceGroupName": "System.String", + "Name": "System.String", "TagsTable": "System.String", - "ResourceGuid": "System.String", + "IdentityText": "System.String", "Type": "System.String", - "Name": "System.String", - "UrlPathMapsText": "System.String", + "ResourceGuid": "System.String", "Location": "System.String", - "ProbesText": "System.String", + "ResourceGroupName": "System.String", + "PrivateLinkEndpointConnectionsText": "System.String", + "PrivateLinkConfigurationsText": "System.String", + "FirewallPolicyText": "System.String", + "SslPolicyText": "System.String", + "UrlPathMapsText": "System.String", "ProvisioningState": "System.String", + "RequestRoutingRulesText": "System.String", "RewriteRuleSetsText": "System.String", "HttpListenersText": "System.String", "BackendHttpSettingsCollectionText": "System.String", @@ -8807,7 +8959,7 @@ "GatewayIpConfigurationsText": "System.String", "Etag": "System.String", "OperationalState": "System.String", - "RequestRoutingRulesText": "System.String", + "ProbesText": "System.String", "Id": "System.String" }, "ElementType": null, @@ -8859,7 +9011,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -8875,6 +9027,8 @@ "FrontendPorts": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort]", "HttpListeners": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener]", "GatewayIPConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayIPConfiguration]", + "PrivateEndpointConnections": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateEndpointConnection]", + "PrivateLinkConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkConfiguration]", "Probes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe]", "RedirectConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration]", "RequestRoutingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRequestRoutingRule]", @@ -8884,21 +9038,23 @@ "UrlPathMaps": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap]", "Zones": "System.Collections.Generic.List`1[System.String]", "Tag": "System.Collections.Hashtable", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", - "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", - "IdentityText": "System.String", - "SslPolicyText": "System.String", - "FirewallPolicyText": "System.String", - "ResourceGroupName": "System.String", + "Name": "System.String", "TagsTable": "System.String", - "ResourceGuid": "System.String", + "IdentityText": "System.String", "Type": "System.String", - "Name": "System.String", - "UrlPathMapsText": "System.String", + "ResourceGuid": "System.String", "Location": "System.String", - "ProbesText": "System.String", + "ResourceGroupName": "System.String", + "PrivateLinkEndpointConnectionsText": "System.String", + "PrivateLinkConfigurationsText": "System.String", + "FirewallPolicyText": "System.String", + "SslPolicyText": "System.String", + "UrlPathMapsText": "System.String", "ProvisioningState": "System.String", + "RequestRoutingRulesText": "System.String", "RewriteRuleSetsText": "System.String", "HttpListenersText": "System.String", "BackendHttpSettingsCollectionText": "System.String", @@ -8910,7 +9066,7 @@ "GatewayIpConfigurationsText": "System.String", "Etag": "System.String", "OperationalState": "System.String", - "RequestRoutingRulesText": "System.String", + "ProbesText": "System.String", "Id": "System.String" }, "ElementType": null, @@ -9057,7 +9213,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayConnectionDraining", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayConnectionDraining, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayConnectionDraining, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Enabled": "System.Boolean", "DrainTimeoutInSec": "System.Int32" @@ -9128,7 +9284,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Match": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbeHealthResponseMatch", "PickHostNameFromBackendHttpSettings": "System.Nullable`1[System.Boolean]", @@ -9195,7 +9351,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAuthenticationCertificate[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAuthenticationCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAuthenticationCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAuthenticationCertificate", "GenericTypeArguments": [], @@ -9213,7 +9369,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedRootCertificate[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedRootCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedRootCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedRootCertificate", "GenericTypeArguments": [], @@ -9342,7 +9498,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -9358,6 +9514,8 @@ "FrontendPorts": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort]", "HttpListeners": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener]", "GatewayIPConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayIPConfiguration]", + "PrivateEndpointConnections": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateEndpointConnection]", + "PrivateLinkConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkConfiguration]", "Probes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe]", "RedirectConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration]", "RequestRoutingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRequestRoutingRule]", @@ -9367,21 +9525,23 @@ "UrlPathMaps": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap]", "Zones": "System.Collections.Generic.List`1[System.String]", "Tag": "System.Collections.Hashtable", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", - "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", - "IdentityText": "System.String", - "SslPolicyText": "System.String", - "FirewallPolicyText": "System.String", - "ResourceGroupName": "System.String", + "Name": "System.String", "TagsTable": "System.String", - "ResourceGuid": "System.String", + "IdentityText": "System.String", "Type": "System.String", - "Name": "System.String", - "UrlPathMapsText": "System.String", + "ResourceGuid": "System.String", "Location": "System.String", - "ProbesText": "System.String", + "ResourceGroupName": "System.String", + "PrivateLinkEndpointConnectionsText": "System.String", + "PrivateLinkConfigurationsText": "System.String", + "FirewallPolicyText": "System.String", + "SslPolicyText": "System.String", + "UrlPathMapsText": "System.String", "ProvisioningState": "System.String", + "RequestRoutingRulesText": "System.String", "RewriteRuleSetsText": "System.String", "HttpListenersText": "System.String", "BackendHttpSettingsCollectionText": "System.String", @@ -9393,7 +9553,7 @@ "GatewayIpConfigurationsText": "System.String", "Etag": "System.String", "OperationalState": "System.String", - "RequestRoutingRulesText": "System.String", + "ProbesText": "System.String", "Id": "System.String" }, "ElementType": null, @@ -9576,7 +9736,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayConnectionDraining", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayConnectionDraining, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayConnectionDraining, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Enabled": "System.Boolean", "DrainTimeoutInSec": "System.Int32" @@ -9659,7 +9819,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Match": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbeHealthResponseMatch", "PickHostNameFromBackendHttpSettings": "System.Nullable`1[System.Boolean]", @@ -9732,7 +9892,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAuthenticationCertificate[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAuthenticationCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAuthenticationCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAuthenticationCertificate", "GenericTypeArguments": [], @@ -9756,7 +9916,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedRootCertificate[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedRootCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedRootCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedRootCertificate", "GenericTypeArguments": [], @@ -9929,7 +10089,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayConnectionDraining", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayConnectionDraining, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayConnectionDraining, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Enabled": "System.Boolean", "DrainTimeoutInSec": "System.Int32" @@ -9983,7 +10143,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ConnectionDraining": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayConnectionDraining", "Probe": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -10108,7 +10268,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ConnectionDraining": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayConnectionDraining", "Probe": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -10251,7 +10411,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayConnectionDraining", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayConnectionDraining, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayConnectionDraining, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Enabled": "System.Boolean", "DrainTimeoutInSec": "System.Int32" @@ -10479,7 +10639,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ConnectionDraining": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayConnectionDraining", "Probe": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -10566,7 +10726,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ConnectionDraining": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayConnectionDraining", "Probe": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -10691,7 +10851,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ConnectionDraining": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayConnectionDraining", "Probe": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -10834,7 +10994,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ConnectionDraining": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayConnectionDraining", "Probe": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -10921,7 +11081,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ConnectionDraining": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayConnectionDraining", "Probe": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -11082,7 +11242,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ConnectionDraining": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayConnectionDraining", "Probe": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -11273,7 +11433,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "StatusCode": "System.String", "CustomErrorPageUrl": "System.String" @@ -11327,7 +11487,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -11343,6 +11503,8 @@ "FrontendPorts": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort]", "HttpListeners": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener]", "GatewayIPConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayIPConfiguration]", + "PrivateEndpointConnections": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateEndpointConnection]", + "PrivateLinkConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkConfiguration]", "Probes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe]", "RedirectConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration]", "RequestRoutingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRequestRoutingRule]", @@ -11352,21 +11514,23 @@ "UrlPathMaps": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap]", "Zones": "System.Collections.Generic.List`1[System.String]", "Tag": "System.Collections.Hashtable", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", - "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", - "IdentityText": "System.String", - "SslPolicyText": "System.String", - "FirewallPolicyText": "System.String", - "ResourceGroupName": "System.String", + "Name": "System.String", "TagsTable": "System.String", - "ResourceGuid": "System.String", + "IdentityText": "System.String", "Type": "System.String", - "Name": "System.String", - "UrlPathMapsText": "System.String", + "ResourceGuid": "System.String", "Location": "System.String", - "ProbesText": "System.String", + "ResourceGroupName": "System.String", + "PrivateLinkEndpointConnectionsText": "System.String", + "PrivateLinkConfigurationsText": "System.String", + "FirewallPolicyText": "System.String", + "SslPolicyText": "System.String", + "UrlPathMapsText": "System.String", "ProvisioningState": "System.String", + "RequestRoutingRulesText": "System.String", "RewriteRuleSetsText": "System.String", "HttpListenersText": "System.String", "BackendHttpSettingsCollectionText": "System.String", @@ -11378,7 +11542,7 @@ "GatewayIpConfigurationsText": "System.String", "Etag": "System.String", "OperationalState": "System.String", - "RequestRoutingRulesText": "System.String", + "ProbesText": "System.String", "Id": "System.String" }, "ElementType": null, @@ -11504,7 +11668,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -11520,6 +11684,8 @@ "FrontendPorts": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort]", "HttpListeners": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener]", "GatewayIPConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayIPConfiguration]", + "PrivateEndpointConnections": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateEndpointConnection]", + "PrivateLinkConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkConfiguration]", "Probes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe]", "RedirectConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration]", "RequestRoutingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRequestRoutingRule]", @@ -11529,21 +11695,23 @@ "UrlPathMaps": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap]", "Zones": "System.Collections.Generic.List`1[System.String]", "Tag": "System.Collections.Hashtable", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", - "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", - "IdentityText": "System.String", - "SslPolicyText": "System.String", - "FirewallPolicyText": "System.String", - "ResourceGroupName": "System.String", + "Name": "System.String", "TagsTable": "System.String", - "ResourceGuid": "System.String", + "IdentityText": "System.String", "Type": "System.String", - "Name": "System.String", - "UrlPathMapsText": "System.String", + "ResourceGuid": "System.String", "Location": "System.String", - "ProbesText": "System.String", + "ResourceGroupName": "System.String", + "PrivateLinkEndpointConnectionsText": "System.String", + "PrivateLinkConfigurationsText": "System.String", + "FirewallPolicyText": "System.String", + "SslPolicyText": "System.String", + "UrlPathMapsText": "System.String", "ProvisioningState": "System.String", + "RequestRoutingRulesText": "System.String", "RewriteRuleSetsText": "System.String", "HttpListenersText": "System.String", "BackendHttpSettingsCollectionText": "System.String", @@ -11555,7 +11723,7 @@ "GatewayIpConfigurationsText": "System.String", "Etag": "System.String", "OperationalState": "System.String", - "RequestRoutingRulesText": "System.String", + "ProbesText": "System.String", "Id": "System.String" }, "ElementType": null, @@ -11711,7 +11879,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "StatusCode": "System.String", "CustomErrorPageUrl": "System.String" @@ -11765,7 +11933,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "FrontendIpConfiguration": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "FrontendPort": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -11909,7 +12077,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "FrontendIpConfiguration": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "FrontendPort": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -12083,7 +12251,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "StatusCode": "System.String", "CustomErrorPageUrl": "System.String" @@ -12155,7 +12323,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -12171,6 +12339,8 @@ "FrontendPorts": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort]", "HttpListeners": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener]", "GatewayIPConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayIPConfiguration]", + "PrivateEndpointConnections": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateEndpointConnection]", + "PrivateLinkConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkConfiguration]", "Probes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe]", "RedirectConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration]", "RequestRoutingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRequestRoutingRule]", @@ -12180,21 +12350,23 @@ "UrlPathMaps": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap]", "Zones": "System.Collections.Generic.List`1[System.String]", "Tag": "System.Collections.Hashtable", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", - "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", - "IdentityText": "System.String", - "SslPolicyText": "System.String", - "FirewallPolicyText": "System.String", - "ResourceGroupName": "System.String", + "Name": "System.String", "TagsTable": "System.String", - "ResourceGuid": "System.String", + "IdentityText": "System.String", "Type": "System.String", - "Name": "System.String", - "UrlPathMapsText": "System.String", + "ResourceGuid": "System.String", "Location": "System.String", - "ProbesText": "System.String", + "ResourceGroupName": "System.String", + "PrivateLinkEndpointConnectionsText": "System.String", + "PrivateLinkConfigurationsText": "System.String", + "FirewallPolicyText": "System.String", + "SslPolicyText": "System.String", + "UrlPathMapsText": "System.String", "ProvisioningState": "System.String", + "RequestRoutingRulesText": "System.String", "RewriteRuleSetsText": "System.String", "HttpListenersText": "System.String", "BackendHttpSettingsCollectionText": "System.String", @@ -12206,7 +12378,7 @@ "GatewayIpConfigurationsText": "System.String", "Etag": "System.String", "OperationalState": "System.String", - "RequestRoutingRulesText": "System.String", + "ProbesText": "System.String", "Id": "System.String" }, "ElementType": null, @@ -12320,7 +12492,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -12336,6 +12508,8 @@ "FrontendPorts": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort]", "HttpListeners": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener]", "GatewayIPConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayIPConfiguration]", + "PrivateEndpointConnections": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateEndpointConnection]", + "PrivateLinkConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkConfiguration]", "Probes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe]", "RedirectConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration]", "RequestRoutingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRequestRoutingRule]", @@ -12345,21 +12519,23 @@ "UrlPathMaps": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap]", "Zones": "System.Collections.Generic.List`1[System.String]", "Tag": "System.Collections.Hashtable", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", - "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", - "IdentityText": "System.String", - "SslPolicyText": "System.String", - "FirewallPolicyText": "System.String", - "ResourceGroupName": "System.String", + "Name": "System.String", "TagsTable": "System.String", - "ResourceGuid": "System.String", + "IdentityText": "System.String", "Type": "System.String", - "Name": "System.String", - "UrlPathMapsText": "System.String", + "ResourceGuid": "System.String", "Location": "System.String", - "ProbesText": "System.String", + "ResourceGroupName": "System.String", + "PrivateLinkEndpointConnectionsText": "System.String", + "PrivateLinkConfigurationsText": "System.String", + "FirewallPolicyText": "System.String", + "SslPolicyText": "System.String", + "UrlPathMapsText": "System.String", "ProvisioningState": "System.String", + "RequestRoutingRulesText": "System.String", "RewriteRuleSetsText": "System.String", "HttpListenersText": "System.String", "BackendHttpSettingsCollectionText": "System.String", @@ -12371,7 +12547,7 @@ "GatewayIpConfigurationsText": "System.String", "Etag": "System.String", "OperationalState": "System.String", - "RequestRoutingRulesText": "System.String", + "ProbesText": "System.String", "Id": "System.String" }, "ElementType": null, @@ -12479,7 +12655,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "StatusCode": "System.String", "CustomErrorPageUrl": "System.String" @@ -12551,7 +12727,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "FrontendIpConfiguration": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "FrontendPort": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -12683,7 +12859,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "FrontendIpConfiguration": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "FrontendPort": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -12809,7 +12985,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "StatusCode": "System.String", "CustomErrorPageUrl": "System.String" @@ -13037,7 +13213,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "StatusCode": "System.String", "CustomErrorPageUrl": "System.String" @@ -13109,7 +13285,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -13125,6 +13301,8 @@ "FrontendPorts": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort]", "HttpListeners": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener]", "GatewayIPConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayIPConfiguration]", + "PrivateEndpointConnections": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateEndpointConnection]", + "PrivateLinkConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkConfiguration]", "Probes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe]", "RedirectConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration]", "RequestRoutingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRequestRoutingRule]", @@ -13134,21 +13312,23 @@ "UrlPathMaps": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap]", "Zones": "System.Collections.Generic.List`1[System.String]", "Tag": "System.Collections.Hashtable", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", - "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", - "IdentityText": "System.String", - "SslPolicyText": "System.String", - "FirewallPolicyText": "System.String", - "ResourceGroupName": "System.String", + "Name": "System.String", "TagsTable": "System.String", - "ResourceGuid": "System.String", + "IdentityText": "System.String", "Type": "System.String", - "Name": "System.String", - "UrlPathMapsText": "System.String", + "ResourceGuid": "System.String", "Location": "System.String", - "ProbesText": "System.String", + "ResourceGroupName": "System.String", + "PrivateLinkEndpointConnectionsText": "System.String", + "PrivateLinkConfigurationsText": "System.String", + "FirewallPolicyText": "System.String", + "SslPolicyText": "System.String", + "UrlPathMapsText": "System.String", "ProvisioningState": "System.String", + "RequestRoutingRulesText": "System.String", "RewriteRuleSetsText": "System.String", "HttpListenersText": "System.String", "BackendHttpSettingsCollectionText": "System.String", @@ -13160,7 +13340,7 @@ "GatewayIpConfigurationsText": "System.String", "Etag": "System.String", "OperationalState": "System.String", - "RequestRoutingRulesText": "System.String", + "ProbesText": "System.String", "Id": "System.String" }, "ElementType": null, @@ -13274,7 +13454,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -13290,6 +13470,8 @@ "FrontendPorts": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort]", "HttpListeners": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener]", "GatewayIPConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayIPConfiguration]", + "PrivateEndpointConnections": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateEndpointConnection]", + "PrivateLinkConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkConfiguration]", "Probes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe]", "RedirectConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration]", "RequestRoutingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRequestRoutingRule]", @@ -13299,21 +13481,23 @@ "UrlPathMaps": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap]", "Zones": "System.Collections.Generic.List`1[System.String]", "Tag": "System.Collections.Hashtable", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", - "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", - "IdentityText": "System.String", - "SslPolicyText": "System.String", - "FirewallPolicyText": "System.String", - "ResourceGroupName": "System.String", + "Name": "System.String", "TagsTable": "System.String", - "ResourceGuid": "System.String", + "IdentityText": "System.String", "Type": "System.String", - "Name": "System.String", - "UrlPathMapsText": "System.String", + "ResourceGuid": "System.String", "Location": "System.String", - "ProbesText": "System.String", + "ResourceGroupName": "System.String", + "PrivateLinkEndpointConnectionsText": "System.String", + "PrivateLinkConfigurationsText": "System.String", + "FirewallPolicyText": "System.String", + "SslPolicyText": "System.String", + "UrlPathMapsText": "System.String", "ProvisioningState": "System.String", + "RequestRoutingRulesText": "System.String", "RewriteRuleSetsText": "System.String", "HttpListenersText": "System.String", "BackendHttpSettingsCollectionText": "System.String", @@ -13325,7 +13509,7 @@ "GatewayIpConfigurationsText": "System.String", "Etag": "System.String", "OperationalState": "System.String", - "RequestRoutingRulesText": "System.String", + "ProbesText": "System.String", "Id": "System.String" }, "ElementType": null, @@ -13433,7 +13617,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "StatusCode": "System.String", "CustomErrorPageUrl": "System.String" @@ -13505,7 +13689,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "FrontendIpConfiguration": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "FrontendPort": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -13637,7 +13821,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "FrontendIpConfiguration": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "FrontendPort": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -13763,7 +13947,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "StatusCode": "System.String", "CustomErrorPageUrl": "System.String" @@ -13817,7 +14001,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -13833,6 +14017,8 @@ "FrontendPorts": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort]", "HttpListeners": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener]", "GatewayIPConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayIPConfiguration]", + "PrivateEndpointConnections": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateEndpointConnection]", + "PrivateLinkConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkConfiguration]", "Probes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe]", "RedirectConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration]", "RequestRoutingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRequestRoutingRule]", @@ -13842,21 +14028,23 @@ "UrlPathMaps": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap]", "Zones": "System.Collections.Generic.List`1[System.String]", "Tag": "System.Collections.Hashtable", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", - "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", - "IdentityText": "System.String", - "SslPolicyText": "System.String", - "FirewallPolicyText": "System.String", - "ResourceGroupName": "System.String", + "Name": "System.String", "TagsTable": "System.String", - "ResourceGuid": "System.String", + "IdentityText": "System.String", "Type": "System.String", - "Name": "System.String", - "UrlPathMapsText": "System.String", + "ResourceGuid": "System.String", "Location": "System.String", - "ProbesText": "System.String", + "ResourceGroupName": "System.String", + "PrivateLinkEndpointConnectionsText": "System.String", + "PrivateLinkConfigurationsText": "System.String", + "FirewallPolicyText": "System.String", + "SslPolicyText": "System.String", + "UrlPathMapsText": "System.String", "ProvisioningState": "System.String", + "RequestRoutingRulesText": "System.String", "RewriteRuleSetsText": "System.String", "HttpListenersText": "System.String", "BackendHttpSettingsCollectionText": "System.String", @@ -13868,7 +14056,7 @@ "GatewayIpConfigurationsText": "System.String", "Etag": "System.String", "OperationalState": "System.String", - "RequestRoutingRulesText": "System.String", + "ProbesText": "System.String", "Id": "System.String" }, "ElementType": null, @@ -13994,7 +14182,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -14010,6 +14198,8 @@ "FrontendPorts": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort]", "HttpListeners": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener]", "GatewayIPConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayIPConfiguration]", + "PrivateEndpointConnections": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateEndpointConnection]", + "PrivateLinkConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkConfiguration]", "Probes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe]", "RedirectConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration]", "RequestRoutingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRequestRoutingRule]", @@ -14019,21 +14209,23 @@ "UrlPathMaps": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap]", "Zones": "System.Collections.Generic.List`1[System.String]", "Tag": "System.Collections.Hashtable", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", - "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", - "IdentityText": "System.String", - "SslPolicyText": "System.String", - "FirewallPolicyText": "System.String", - "ResourceGroupName": "System.String", + "Name": "System.String", "TagsTable": "System.String", - "ResourceGuid": "System.String", + "IdentityText": "System.String", "Type": "System.String", - "Name": "System.String", - "UrlPathMapsText": "System.String", + "ResourceGuid": "System.String", "Location": "System.String", - "ProbesText": "System.String", + "ResourceGroupName": "System.String", + "PrivateLinkEndpointConnectionsText": "System.String", + "PrivateLinkConfigurationsText": "System.String", + "FirewallPolicyText": "System.String", + "SslPolicyText": "System.String", + "UrlPathMapsText": "System.String", "ProvisioningState": "System.String", + "RequestRoutingRulesText": "System.String", "RewriteRuleSetsText": "System.String", "HttpListenersText": "System.String", "BackendHttpSettingsCollectionText": "System.String", @@ -14045,7 +14237,7 @@ "GatewayIpConfigurationsText": "System.String", "Etag": "System.String", "OperationalState": "System.String", - "RequestRoutingRulesText": "System.String", + "ProbesText": "System.String", "Id": "System.String" }, "ElementType": null, @@ -14201,7 +14393,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "StatusCode": "System.String", "CustomErrorPageUrl": "System.String" @@ -14255,7 +14447,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "FrontendIpConfiguration": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "FrontendPort": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -14399,7 +14591,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "FrontendIpConfiguration": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "FrontendPort": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -14573,7 +14765,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayWebApplicationFirewallConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayWebApplicationFirewallConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayWebApplicationFirewallConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Enabled": "System.Boolean", "DisabledRuleGroups": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallDisabledRuleGroup]", @@ -14636,7 +14828,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -14652,6 +14844,8 @@ "FrontendPorts": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort]", "HttpListeners": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener]", "GatewayIPConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayIPConfiguration]", + "PrivateEndpointConnections": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateEndpointConnection]", + "PrivateLinkConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkConfiguration]", "Probes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe]", "RedirectConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration]", "RequestRoutingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRequestRoutingRule]", @@ -14661,21 +14855,23 @@ "UrlPathMaps": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap]", "Zones": "System.Collections.Generic.List`1[System.String]", "Tag": "System.Collections.Hashtable", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", - "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", - "IdentityText": "System.String", - "SslPolicyText": "System.String", - "FirewallPolicyText": "System.String", - "ResourceGroupName": "System.String", + "Name": "System.String", "TagsTable": "System.String", - "ResourceGuid": "System.String", + "IdentityText": "System.String", "Type": "System.String", - "Name": "System.String", - "UrlPathMapsText": "System.String", + "ResourceGuid": "System.String", "Location": "System.String", - "ProbesText": "System.String", + "ResourceGroupName": "System.String", + "PrivateLinkEndpointConnectionsText": "System.String", + "PrivateLinkConfigurationsText": "System.String", + "FirewallPolicyText": "System.String", + "SslPolicyText": "System.String", + "UrlPathMapsText": "System.String", "ProvisioningState": "System.String", + "RequestRoutingRulesText": "System.String", "RewriteRuleSetsText": "System.String", "HttpListenersText": "System.String", "BackendHttpSettingsCollectionText": "System.String", @@ -14687,7 +14883,7 @@ "GatewayIpConfigurationsText": "System.String", "Etag": "System.String", "OperationalState": "System.String", - "RequestRoutingRulesText": "System.String", + "ProbesText": "System.String", "Id": "System.String" }, "ElementType": null, @@ -14777,7 +14973,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -14793,6 +14989,8 @@ "FrontendPorts": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort]", "HttpListeners": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener]", "GatewayIPConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayIPConfiguration]", + "PrivateEndpointConnections": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateEndpointConnection]", + "PrivateLinkConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkConfiguration]", "Probes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe]", "RedirectConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration]", "RequestRoutingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRequestRoutingRule]", @@ -14802,21 +15000,23 @@ "UrlPathMaps": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap]", "Zones": "System.Collections.Generic.List`1[System.String]", "Tag": "System.Collections.Hashtable", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", - "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", - "IdentityText": "System.String", - "SslPolicyText": "System.String", - "FirewallPolicyText": "System.String", - "ResourceGroupName": "System.String", + "Name": "System.String", "TagsTable": "System.String", - "ResourceGuid": "System.String", + "IdentityText": "System.String", "Type": "System.String", - "Name": "System.String", - "UrlPathMapsText": "System.String", + "ResourceGuid": "System.String", "Location": "System.String", - "ProbesText": "System.String", + "ResourceGroupName": "System.String", + "PrivateLinkEndpointConnectionsText": "System.String", + "PrivateLinkConfigurationsText": "System.String", + "FirewallPolicyText": "System.String", + "SslPolicyText": "System.String", + "UrlPathMapsText": "System.String", "ProvisioningState": "System.String", + "RequestRoutingRulesText": "System.String", "RewriteRuleSetsText": "System.String", "HttpListenersText": "System.String", "BackendHttpSettingsCollectionText": "System.String", @@ -14828,7 +15028,7 @@ "GatewayIpConfigurationsText": "System.String", "Etag": "System.String", "OperationalState": "System.String", - "RequestRoutingRulesText": "System.String", + "ProbesText": "System.String", "Id": "System.String" }, "ElementType": null, @@ -14936,7 +15136,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayWebApplicationFirewallConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayWebApplicationFirewallConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayWebApplicationFirewallConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Enabled": "System.Boolean", "DisabledRuleGroups": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallDisabledRuleGroup]", @@ -15078,7 +15278,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallDisabledRuleGroup[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallDisabledRuleGroup[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallDisabledRuleGroup[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallDisabledRuleGroup", "GenericTypeArguments": [], @@ -15150,7 +15350,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallExclusion[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallExclusion[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallExclusion[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallExclusion", "GenericTypeArguments": [], @@ -15310,7 +15510,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallDisabledRuleGroup[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallDisabledRuleGroup[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallDisabledRuleGroup[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallDisabledRuleGroup", "GenericTypeArguments": [], @@ -15406,7 +15606,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallExclusion[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallExclusion[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallExclusion[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallExclusion", "GenericTypeArguments": [], @@ -15481,7 +15681,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -15497,6 +15697,8 @@ "FrontendPorts": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort]", "HttpListeners": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener]", "GatewayIPConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayIPConfiguration]", + "PrivateEndpointConnections": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateEndpointConnection]", + "PrivateLinkConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkConfiguration]", "Probes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe]", "RedirectConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration]", "RequestRoutingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRequestRoutingRule]", @@ -15506,21 +15708,23 @@ "UrlPathMaps": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap]", "Zones": "System.Collections.Generic.List`1[System.String]", "Tag": "System.Collections.Hashtable", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", - "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", - "IdentityText": "System.String", - "SslPolicyText": "System.String", - "FirewallPolicyText": "System.String", - "ResourceGroupName": "System.String", + "Name": "System.String", "TagsTable": "System.String", - "ResourceGuid": "System.String", + "IdentityText": "System.String", "Type": "System.String", - "Name": "System.String", - "UrlPathMapsText": "System.String", + "ResourceGuid": "System.String", "Location": "System.String", - "ProbesText": "System.String", + "ResourceGroupName": "System.String", + "PrivateLinkEndpointConnectionsText": "System.String", + "PrivateLinkConfigurationsText": "System.String", + "FirewallPolicyText": "System.String", + "SslPolicyText": "System.String", + "UrlPathMapsText": "System.String", "ProvisioningState": "System.String", + "RequestRoutingRulesText": "System.String", "RewriteRuleSetsText": "System.String", "HttpListenersText": "System.String", "BackendHttpSettingsCollectionText": "System.String", @@ -15532,7 +15736,7 @@ "GatewayIpConfigurationsText": "System.String", "Etag": "System.String", "OperationalState": "System.String", - "RequestRoutingRulesText": "System.String", + "ProbesText": "System.String", "Id": "System.String" }, "ElementType": null, @@ -15584,7 +15788,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -15600,6 +15804,8 @@ "FrontendPorts": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort]", "HttpListeners": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener]", "GatewayIPConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayIPConfiguration]", + "PrivateEndpointConnections": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateEndpointConnection]", + "PrivateLinkConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkConfiguration]", "Probes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe]", "RedirectConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration]", "RequestRoutingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRequestRoutingRule]", @@ -15609,21 +15815,23 @@ "UrlPathMaps": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap]", "Zones": "System.Collections.Generic.List`1[System.String]", "Tag": "System.Collections.Hashtable", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", - "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", - "IdentityText": "System.String", - "SslPolicyText": "System.String", - "FirewallPolicyText": "System.String", - "ResourceGroupName": "System.String", + "Name": "System.String", "TagsTable": "System.String", - "ResourceGuid": "System.String", + "IdentityText": "System.String", "Type": "System.String", - "Name": "System.String", - "UrlPathMapsText": "System.String", + "ResourceGuid": "System.String", "Location": "System.String", - "ProbesText": "System.String", + "ResourceGroupName": "System.String", + "PrivateLinkEndpointConnectionsText": "System.String", + "PrivateLinkConfigurationsText": "System.String", + "FirewallPolicyText": "System.String", + "SslPolicyText": "System.String", + "UrlPathMapsText": "System.String", "ProvisioningState": "System.String", + "RequestRoutingRulesText": "System.String", "RewriteRuleSetsText": "System.String", "HttpListenersText": "System.String", "BackendHttpSettingsCollectionText": "System.String", @@ -15635,7 +15843,7 @@ "GatewayIpConfigurationsText": "System.String", "Etag": "System.String", "OperationalState": "System.String", - "RequestRoutingRulesText": "System.String", + "ProbesText": "System.String", "Id": "System.String" }, "ElementType": null, @@ -15765,7 +15973,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallDisabledRuleGroup[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallDisabledRuleGroup[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallDisabledRuleGroup[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallDisabledRuleGroup", "GenericTypeArguments": [], @@ -15837,7 +16045,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallExclusion[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallExclusion[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallExclusion[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallExclusion", "GenericTypeArguments": [], @@ -15894,7 +16102,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -15910,6 +16118,8 @@ "FrontendPorts": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort]", "HttpListeners": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener]", "GatewayIPConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayIPConfiguration]", + "PrivateEndpointConnections": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateEndpointConnection]", + "PrivateLinkConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkConfiguration]", "Probes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe]", "RedirectConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration]", "RequestRoutingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRequestRoutingRule]", @@ -15919,21 +16129,23 @@ "UrlPathMaps": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap]", "Zones": "System.Collections.Generic.List`1[System.String]", "Tag": "System.Collections.Hashtable", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", - "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", - "IdentityText": "System.String", - "SslPolicyText": "System.String", - "FirewallPolicyText": "System.String", - "ResourceGroupName": "System.String", + "Name": "System.String", "TagsTable": "System.String", - "ResourceGuid": "System.String", + "IdentityText": "System.String", "Type": "System.String", - "Name": "System.String", - "UrlPathMapsText": "System.String", + "ResourceGuid": "System.String", "Location": "System.String", - "ProbesText": "System.String", + "ResourceGroupName": "System.String", + "PrivateLinkEndpointConnectionsText": "System.String", + "PrivateLinkConfigurationsText": "System.String", + "FirewallPolicyText": "System.String", + "SslPolicyText": "System.String", + "UrlPathMapsText": "System.String", "ProvisioningState": "System.String", + "RequestRoutingRulesText": "System.String", "RewriteRuleSetsText": "System.String", "HttpListenersText": "System.String", "BackendHttpSettingsCollectionText": "System.String", @@ -15945,7 +16157,7 @@ "GatewayIpConfigurationsText": "System.String", "Etag": "System.String", "OperationalState": "System.String", - "RequestRoutingRulesText": "System.String", + "ProbesText": "System.String", "Id": "System.String" }, "ElementType": null, @@ -16105,7 +16317,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallDisabledRuleGroup[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallDisabledRuleGroup[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallDisabledRuleGroup[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallDisabledRuleGroup", "GenericTypeArguments": [], @@ -16201,7 +16413,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallExclusion[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallExclusion[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallExclusion[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallExclusion", "GenericTypeArguments": [], @@ -16276,7 +16488,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallDisabledRuleGroup", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallDisabledRuleGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallDisabledRuleGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Rules": "System.Collections.Generic.List`1[System.Int32]", "RuleGroupName": "System.String", @@ -16505,7 +16717,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallExclusion", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallExclusion, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallExclusion, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "MatchVariable": "System.String", "SelectorMatchOperator": "System.String", @@ -16776,7 +16988,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -16792,6 +17004,8 @@ "FrontendPorts": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort]", "HttpListeners": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener]", "GatewayIPConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayIPConfiguration]", + "PrivateEndpointConnections": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateEndpointConnection]", + "PrivateLinkConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkConfiguration]", "Probes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe]", "RedirectConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration]", "RequestRoutingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRequestRoutingRule]", @@ -16801,21 +17015,23 @@ "UrlPathMaps": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap]", "Zones": "System.Collections.Generic.List`1[System.String]", "Tag": "System.Collections.Hashtable", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", - "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", - "IdentityText": "System.String", - "SslPolicyText": "System.String", - "FirewallPolicyText": "System.String", - "ResourceGroupName": "System.String", + "Name": "System.String", "TagsTable": "System.String", - "ResourceGuid": "System.String", + "IdentityText": "System.String", "Type": "System.String", - "Name": "System.String", - "UrlPathMapsText": "System.String", + "ResourceGuid": "System.String", "Location": "System.String", - "ProbesText": "System.String", + "ResourceGroupName": "System.String", + "PrivateLinkEndpointConnectionsText": "System.String", + "PrivateLinkConfigurationsText": "System.String", + "FirewallPolicyText": "System.String", + "SslPolicyText": "System.String", + "UrlPathMapsText": "System.String", "ProvisioningState": "System.String", + "RequestRoutingRulesText": "System.String", "RewriteRuleSetsText": "System.String", "HttpListenersText": "System.String", "BackendHttpSettingsCollectionText": "System.String", @@ -16827,7 +17043,7 @@ "GatewayIpConfigurationsText": "System.String", "Etag": "System.String", "OperationalState": "System.String", - "RequestRoutingRulesText": "System.String", + "ProbesText": "System.String", "Id": "System.String" }, "ElementType": null, @@ -16879,7 +17095,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -16895,6 +17111,8 @@ "FrontendPorts": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort]", "HttpListeners": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener]", "GatewayIPConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayIPConfiguration]", + "PrivateEndpointConnections": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateEndpointConnection]", + "PrivateLinkConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkConfiguration]", "Probes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe]", "RedirectConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration]", "RequestRoutingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRequestRoutingRule]", @@ -16904,21 +17122,23 @@ "UrlPathMaps": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap]", "Zones": "System.Collections.Generic.List`1[System.String]", "Tag": "System.Collections.Hashtable", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", - "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", - "IdentityText": "System.String", - "SslPolicyText": "System.String", - "FirewallPolicyText": "System.String", - "ResourceGroupName": "System.String", + "Name": "System.String", "TagsTable": "System.String", - "ResourceGuid": "System.String", + "IdentityText": "System.String", "Type": "System.String", - "Name": "System.String", - "UrlPathMapsText": "System.String", + "ResourceGuid": "System.String", "Location": "System.String", - "ProbesText": "System.String", + "ResourceGroupName": "System.String", + "PrivateLinkEndpointConnectionsText": "System.String", + "PrivateLinkConfigurationsText": "System.String", + "FirewallPolicyText": "System.String", + "SslPolicyText": "System.String", + "UrlPathMapsText": "System.String", "ProvisioningState": "System.String", + "RequestRoutingRulesText": "System.String", "RewriteRuleSetsText": "System.String", "HttpListenersText": "System.String", "BackendHttpSettingsCollectionText": "System.String", @@ -16930,7 +17150,7 @@ "GatewayIpConfigurationsText": "System.String", "Etag": "System.String", "OperationalState": "System.String", - "RequestRoutingRulesText": "System.String", + "ProbesText": "System.String", "Id": "System.String" }, "ElementType": null, @@ -17035,7 +17255,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSSubnet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "NetworkSecurityGroup": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup", "NatGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -17168,7 +17388,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "IpConfiguration": "Microsoft.Azure.Commands.Network.Models.PSIPConfiguration", "DnsSettings": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddressDnsSettings", @@ -17238,6 +17458,82 @@ "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, + { + "Name": "PrivateLinkConfiguration", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Network.Models", + "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkConfiguration", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "IpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkIpConfiguration]", + "ProvisioningState": "System.String", + "Type": "System.String", + "IpConfigurationsText": "System.String", + "Name": "System.String", + "Etag": "System.String", + "Id": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "PrivateLinkConfigurationId", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, { "Name": "DefaultProfile", "AliasList": [ @@ -17283,7 +17579,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -17299,6 +17595,8 @@ "FrontendPorts": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort]", "HttpListeners": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener]", "GatewayIPConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayIPConfiguration]", + "PrivateEndpointConnections": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateEndpointConnection]", + "PrivateLinkConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkConfiguration]", "Probes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe]", "RedirectConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration]", "RequestRoutingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRequestRoutingRule]", @@ -17308,21 +17606,23 @@ "UrlPathMaps": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap]", "Zones": "System.Collections.Generic.List`1[System.String]", "Tag": "System.Collections.Hashtable", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", - "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", - "IdentityText": "System.String", - "SslPolicyText": "System.String", - "FirewallPolicyText": "System.String", - "ResourceGroupName": "System.String", + "Name": "System.String", "TagsTable": "System.String", - "ResourceGuid": "System.String", + "IdentityText": "System.String", "Type": "System.String", - "Name": "System.String", - "UrlPathMapsText": "System.String", + "ResourceGuid": "System.String", "Location": "System.String", - "ProbesText": "System.String", + "ResourceGroupName": "System.String", + "PrivateLinkEndpointConnectionsText": "System.String", + "PrivateLinkConfigurationsText": "System.String", + "FirewallPolicyText": "System.String", + "SslPolicyText": "System.String", + "UrlPathMapsText": "System.String", "ProvisioningState": "System.String", + "RequestRoutingRulesText": "System.String", "RewriteRuleSetsText": "System.String", "HttpListenersText": "System.String", "BackendHttpSettingsCollectionText": "System.String", @@ -17334,7 +17634,7 @@ "GatewayIpConfigurationsText": "System.String", "Etag": "System.String", "OperationalState": "System.String", - "RequestRoutingRulesText": "System.String", + "ProbesText": "System.String", "Id": "System.String" }, "ElementType": null, @@ -17548,6 +17848,30 @@ "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, + { + "ParameterMetadata": { + "Name": "PrivateLinkConfigurationId", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, { "ParameterMetadata": { "Name": "ApplicationGateway", @@ -17555,7 +17879,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -17571,6 +17895,8 @@ "FrontendPorts": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort]", "HttpListeners": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener]", "GatewayIPConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayIPConfiguration]", + "PrivateEndpointConnections": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateEndpointConnection]", + "PrivateLinkConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkConfiguration]", "Probes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe]", "RedirectConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration]", "RequestRoutingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRequestRoutingRule]", @@ -17580,21 +17906,23 @@ "UrlPathMaps": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap]", "Zones": "System.Collections.Generic.List`1[System.String]", "Tag": "System.Collections.Hashtable", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", - "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", - "IdentityText": "System.String", - "SslPolicyText": "System.String", - "FirewallPolicyText": "System.String", - "ResourceGroupName": "System.String", + "Name": "System.String", "TagsTable": "System.String", - "ResourceGuid": "System.String", + "IdentityText": "System.String", "Type": "System.String", - "Name": "System.String", - "UrlPathMapsText": "System.String", + "ResourceGuid": "System.String", "Location": "System.String", - "ProbesText": "System.String", + "ResourceGroupName": "System.String", + "PrivateLinkEndpointConnectionsText": "System.String", + "PrivateLinkConfigurationsText": "System.String", + "FirewallPolicyText": "System.String", + "SslPolicyText": "System.String", + "UrlPathMapsText": "System.String", "ProvisioningState": "System.String", + "RequestRoutingRulesText": "System.String", "RewriteRuleSetsText": "System.String", "HttpListenersText": "System.String", "BackendHttpSettingsCollectionText": "System.String", @@ -17606,7 +17934,7 @@ "GatewayIpConfigurationsText": "System.String", "Etag": "System.String", "OperationalState": "System.String", - "RequestRoutingRulesText": "System.String", + "ProbesText": "System.String", "Id": "System.String" }, "ElementType": null, @@ -17755,7 +18083,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSSubnet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "NetworkSecurityGroup": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup", "NatGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -17876,7 +18204,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "IpConfiguration": "Microsoft.Azure.Commands.Network.Models.PSIPConfiguration", "DnsSettings": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddressDnsSettings", @@ -17951,6 +18279,70 @@ "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, + { + "ParameterMetadata": { + "Name": "PrivateLinkConfiguration", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Network.Models", + "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkConfiguration", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "IpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkIpConfiguration]", + "ProvisioningState": "System.String", + "Type": "System.String", + "IpConfigurationsText": "System.String", + "Name": "System.String", + "Etag": "System.String", + "Id": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, { "ParameterMetadata": { "Name": "ApplicationGateway", @@ -17958,7 +18350,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -17974,6 +18366,8 @@ "FrontendPorts": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort]", "HttpListeners": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener]", "GatewayIPConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayIPConfiguration]", + "PrivateEndpointConnections": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateEndpointConnection]", + "PrivateLinkConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkConfiguration]", "Probes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe]", "RedirectConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration]", "RequestRoutingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRequestRoutingRule]", @@ -17983,21 +18377,23 @@ "UrlPathMaps": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap]", "Zones": "System.Collections.Generic.List`1[System.String]", "Tag": "System.Collections.Hashtable", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", - "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", - "IdentityText": "System.String", - "SslPolicyText": "System.String", - "FirewallPolicyText": "System.String", - "ResourceGroupName": "System.String", + "Name": "System.String", "TagsTable": "System.String", - "ResourceGuid": "System.String", + "IdentityText": "System.String", "Type": "System.String", - "Name": "System.String", - "UrlPathMapsText": "System.String", + "ResourceGuid": "System.String", "Location": "System.String", - "ProbesText": "System.String", + "ResourceGroupName": "System.String", + "PrivateLinkEndpointConnectionsText": "System.String", + "PrivateLinkConfigurationsText": "System.String", + "FirewallPolicyText": "System.String", + "SslPolicyText": "System.String", + "UrlPathMapsText": "System.String", "ProvisioningState": "System.String", + "RequestRoutingRulesText": "System.String", "RewriteRuleSetsText": "System.String", "HttpListenersText": "System.String", "BackendHttpSettingsCollectionText": "System.String", @@ -18009,7 +18405,7 @@ "GatewayIpConfigurationsText": "System.String", "Etag": "System.String", "OperationalState": "System.String", - "RequestRoutingRulesText": "System.String", + "ProbesText": "System.String", "Id": "System.String" }, "ElementType": null, @@ -18141,16 +18537,18 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendIPConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Subnet": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "PublicIPAddress": "Microsoft.Azure.Commands.Network.Models.PSResourceId", + "PrivateLinkConfiguration": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "PrivateIPAddress": "System.String", "PrivateIPAllocationMethod": "System.String", "ProvisioningState": "System.String", "Type": "System.String", "SubnetText": "System.String", "PublicIpAddressText": "System.String", + "PrivateLinkConfigurationText": "System.String", "Name": "System.String", "Etag": "System.String", "Id": "System.String" @@ -18222,7 +18620,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -18238,6 +18636,8 @@ "FrontendPorts": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort]", "HttpListeners": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener]", "GatewayIPConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayIPConfiguration]", + "PrivateEndpointConnections": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateEndpointConnection]", + "PrivateLinkConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkConfiguration]", "Probes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe]", "RedirectConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration]", "RequestRoutingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRequestRoutingRule]", @@ -18247,21 +18647,23 @@ "UrlPathMaps": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap]", "Zones": "System.Collections.Generic.List`1[System.String]", "Tag": "System.Collections.Hashtable", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", - "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", - "IdentityText": "System.String", - "SslPolicyText": "System.String", - "FirewallPolicyText": "System.String", - "ResourceGroupName": "System.String", + "Name": "System.String", "TagsTable": "System.String", - "ResourceGuid": "System.String", + "IdentityText": "System.String", "Type": "System.String", - "Name": "System.String", - "UrlPathMapsText": "System.String", + "ResourceGuid": "System.String", "Location": "System.String", - "ProbesText": "System.String", + "ResourceGroupName": "System.String", + "PrivateLinkEndpointConnectionsText": "System.String", + "PrivateLinkConfigurationsText": "System.String", + "FirewallPolicyText": "System.String", + "SslPolicyText": "System.String", + "UrlPathMapsText": "System.String", "ProvisioningState": "System.String", + "RequestRoutingRulesText": "System.String", "RewriteRuleSetsText": "System.String", "HttpListenersText": "System.String", "BackendHttpSettingsCollectionText": "System.String", @@ -18273,7 +18675,7 @@ "GatewayIpConfigurationsText": "System.String", "Etag": "System.String", "OperationalState": "System.String", - "RequestRoutingRulesText": "System.String", + "ProbesText": "System.String", "Id": "System.String" }, "ElementType": null, @@ -18387,7 +18789,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -18403,6 +18805,8 @@ "FrontendPorts": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort]", "HttpListeners": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener]", "GatewayIPConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayIPConfiguration]", + "PrivateEndpointConnections": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateEndpointConnection]", + "PrivateLinkConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkConfiguration]", "Probes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe]", "RedirectConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration]", "RequestRoutingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRequestRoutingRule]", @@ -18412,21 +18816,23 @@ "UrlPathMaps": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap]", "Zones": "System.Collections.Generic.List`1[System.String]", "Tag": "System.Collections.Hashtable", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", - "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", - "IdentityText": "System.String", - "SslPolicyText": "System.String", - "FirewallPolicyText": "System.String", - "ResourceGroupName": "System.String", + "Name": "System.String", "TagsTable": "System.String", - "ResourceGuid": "System.String", + "IdentityText": "System.String", "Type": "System.String", - "Name": "System.String", - "UrlPathMapsText": "System.String", + "ResourceGuid": "System.String", "Location": "System.String", - "ProbesText": "System.String", + "ResourceGroupName": "System.String", + "PrivateLinkEndpointConnectionsText": "System.String", + "PrivateLinkConfigurationsText": "System.String", + "FirewallPolicyText": "System.String", + "SslPolicyText": "System.String", + "UrlPathMapsText": "System.String", "ProvisioningState": "System.String", + "RequestRoutingRulesText": "System.String", "RewriteRuleSetsText": "System.String", "HttpListenersText": "System.String", "BackendHttpSettingsCollectionText": "System.String", @@ -18438,7 +18844,7 @@ "GatewayIpConfigurationsText": "System.String", "Etag": "System.String", "OperationalState": "System.String", - "RequestRoutingRulesText": "System.String", + "ProbesText": "System.String", "Id": "System.String" }, "ElementType": null, @@ -18546,16 +18952,18 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendIPConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Subnet": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "PublicIPAddress": "Microsoft.Azure.Commands.Network.Models.PSResourceId", + "PrivateLinkConfiguration": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "PrivateIPAddress": "System.String", "PrivateIPAllocationMethod": "System.String", "ProvisioningState": "System.String", "Type": "System.String", "SubnetText": "System.String", "PublicIpAddressText": "System.String", + "PrivateLinkConfigurationText": "System.String", "Name": "System.String", "Etag": "System.String", "Id": "System.String" @@ -18663,7 +19071,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSSubnet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "NetworkSecurityGroup": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup", "NatGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -18796,7 +19204,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "IpConfiguration": "Microsoft.Azure.Commands.Network.Models.PSIPConfiguration", "DnsSettings": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddressDnsSettings", @@ -18866,6 +19274,82 @@ "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, + { + "Name": "PrivateLinkConfiguration", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Network.Models", + "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkConfiguration", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "IpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkIpConfiguration]", + "ProvisioningState": "System.String", + "Type": "System.String", + "IpConfigurationsText": "System.String", + "Name": "System.String", + "Etag": "System.String", + "Id": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "PrivateLinkConfigurationId", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, { "Name": "DefaultProfile", "AliasList": [ @@ -19068,6 +19552,30 @@ "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, + { + "ParameterMetadata": { + "Name": "PrivateLinkConfigurationId", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, { "ParameterMetadata": { "Name": "Name", @@ -19167,7 +19675,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSSubnet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "NetworkSecurityGroup": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup", "NatGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -19288,7 +19796,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "IpConfiguration": "Microsoft.Azure.Commands.Network.Models.PSIPConfiguration", "DnsSettings": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddressDnsSettings", @@ -19363,6 +19871,70 @@ "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, + { + "ParameterMetadata": { + "Name": "PrivateLinkConfiguration", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Network.Models", + "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkConfiguration", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "IpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkIpConfiguration]", + "ProvisioningState": "System.String", + "Type": "System.String", + "IpConfigurationsText": "System.String", + "Name": "System.String", + "Etag": "System.String", + "Id": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, { "ParameterMetadata": { "Name": "Name", @@ -19445,7 +20017,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -19461,6 +20033,8 @@ "FrontendPorts": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort]", "HttpListeners": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener]", "GatewayIPConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayIPConfiguration]", + "PrivateEndpointConnections": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateEndpointConnection]", + "PrivateLinkConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkConfiguration]", "Probes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe]", "RedirectConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration]", "RequestRoutingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRequestRoutingRule]", @@ -19470,21 +20044,23 @@ "UrlPathMaps": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap]", "Zones": "System.Collections.Generic.List`1[System.String]", "Tag": "System.Collections.Hashtable", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", - "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", - "IdentityText": "System.String", - "SslPolicyText": "System.String", - "FirewallPolicyText": "System.String", - "ResourceGroupName": "System.String", + "Name": "System.String", "TagsTable": "System.String", - "ResourceGuid": "System.String", + "IdentityText": "System.String", "Type": "System.String", - "Name": "System.String", - "UrlPathMapsText": "System.String", + "ResourceGuid": "System.String", "Location": "System.String", - "ProbesText": "System.String", + "ResourceGroupName": "System.String", + "PrivateLinkEndpointConnectionsText": "System.String", + "PrivateLinkConfigurationsText": "System.String", + "FirewallPolicyText": "System.String", + "SslPolicyText": "System.String", + "UrlPathMapsText": "System.String", "ProvisioningState": "System.String", + "RequestRoutingRulesText": "System.String", "RewriteRuleSetsText": "System.String", "HttpListenersText": "System.String", "BackendHttpSettingsCollectionText": "System.String", @@ -19496,7 +20072,7 @@ "GatewayIpConfigurationsText": "System.String", "Etag": "System.String", "OperationalState": "System.String", - "RequestRoutingRulesText": "System.String", + "ProbesText": "System.String", "Id": "System.String" }, "ElementType": null, @@ -19566,7 +20142,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -19582,6 +20158,8 @@ "FrontendPorts": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort]", "HttpListeners": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener]", "GatewayIPConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayIPConfiguration]", + "PrivateEndpointConnections": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateEndpointConnection]", + "PrivateLinkConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkConfiguration]", "Probes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe]", "RedirectConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration]", "RequestRoutingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRequestRoutingRule]", @@ -19591,21 +20169,23 @@ "UrlPathMaps": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap]", "Zones": "System.Collections.Generic.List`1[System.String]", "Tag": "System.Collections.Hashtable", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", - "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", - "IdentityText": "System.String", - "SslPolicyText": "System.String", - "FirewallPolicyText": "System.String", - "ResourceGroupName": "System.String", + "Name": "System.String", "TagsTable": "System.String", - "ResourceGuid": "System.String", + "IdentityText": "System.String", "Type": "System.String", - "Name": "System.String", - "UrlPathMapsText": "System.String", + "ResourceGuid": "System.String", "Location": "System.String", - "ProbesText": "System.String", + "ResourceGroupName": "System.String", + "PrivateLinkEndpointConnectionsText": "System.String", + "PrivateLinkConfigurationsText": "System.String", + "FirewallPolicyText": "System.String", + "SslPolicyText": "System.String", + "UrlPathMapsText": "System.String", "ProvisioningState": "System.String", + "RequestRoutingRulesText": "System.String", "RewriteRuleSetsText": "System.String", "HttpListenersText": "System.String", "BackendHttpSettingsCollectionText": "System.String", @@ -19617,7 +20197,7 @@ "GatewayIpConfigurationsText": "System.String", "Etag": "System.String", "OperationalState": "System.String", - "RequestRoutingRulesText": "System.String", + "ProbesText": "System.String", "Id": "System.String" }, "ElementType": null, @@ -19731,7 +20311,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -19747,6 +20327,8 @@ "FrontendPorts": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort]", "HttpListeners": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener]", "GatewayIPConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayIPConfiguration]", + "PrivateEndpointConnections": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateEndpointConnection]", + "PrivateLinkConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkConfiguration]", "Probes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe]", "RedirectConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration]", "RequestRoutingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRequestRoutingRule]", @@ -19756,21 +20338,23 @@ "UrlPathMaps": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap]", "Zones": "System.Collections.Generic.List`1[System.String]", "Tag": "System.Collections.Hashtable", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", - "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", - "IdentityText": "System.String", - "SslPolicyText": "System.String", - "FirewallPolicyText": "System.String", - "ResourceGroupName": "System.String", + "Name": "System.String", "TagsTable": "System.String", - "ResourceGuid": "System.String", + "IdentityText": "System.String", "Type": "System.String", - "Name": "System.String", - "UrlPathMapsText": "System.String", + "ResourceGuid": "System.String", "Location": "System.String", - "ProbesText": "System.String", + "ResourceGroupName": "System.String", + "PrivateLinkEndpointConnectionsText": "System.String", + "PrivateLinkConfigurationsText": "System.String", + "FirewallPolicyText": "System.String", + "SslPolicyText": "System.String", + "UrlPathMapsText": "System.String", "ProvisioningState": "System.String", + "RequestRoutingRulesText": "System.String", "RewriteRuleSetsText": "System.String", "HttpListenersText": "System.String", "BackendHttpSettingsCollectionText": "System.String", @@ -19782,7 +20366,7 @@ "GatewayIpConfigurationsText": "System.String", "Etag": "System.String", "OperationalState": "System.String", - "RequestRoutingRulesText": "System.String", + "ProbesText": "System.String", "Id": "System.String" }, "ElementType": null, @@ -19890,7 +20474,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -19906,6 +20490,8 @@ "FrontendPorts": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort]", "HttpListeners": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener]", "GatewayIPConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayIPConfiguration]", + "PrivateEndpointConnections": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateEndpointConnection]", + "PrivateLinkConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkConfiguration]", "Probes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe]", "RedirectConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration]", "RequestRoutingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRequestRoutingRule]", @@ -19915,21 +20501,23 @@ "UrlPathMaps": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap]", "Zones": "System.Collections.Generic.List`1[System.String]", "Tag": "System.Collections.Hashtable", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", - "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", - "IdentityText": "System.String", - "SslPolicyText": "System.String", - "FirewallPolicyText": "System.String", - "ResourceGroupName": "System.String", + "Name": "System.String", "TagsTable": "System.String", - "ResourceGuid": "System.String", + "IdentityText": "System.String", "Type": "System.String", - "Name": "System.String", - "UrlPathMapsText": "System.String", + "ResourceGuid": "System.String", "Location": "System.String", - "ProbesText": "System.String", + "ResourceGroupName": "System.String", + "PrivateLinkEndpointConnectionsText": "System.String", + "PrivateLinkConfigurationsText": "System.String", + "FirewallPolicyText": "System.String", + "SslPolicyText": "System.String", + "UrlPathMapsText": "System.String", "ProvisioningState": "System.String", + "RequestRoutingRulesText": "System.String", "RewriteRuleSetsText": "System.String", "HttpListenersText": "System.String", "BackendHttpSettingsCollectionText": "System.String", @@ -19941,7 +20529,7 @@ "GatewayIpConfigurationsText": "System.String", "Etag": "System.String", "OperationalState": "System.String", - "RequestRoutingRulesText": "System.String", + "ProbesText": "System.String", "Id": "System.String" }, "ElementType": null, @@ -19993,7 +20581,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -20009,6 +20597,8 @@ "FrontendPorts": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort]", "HttpListeners": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener]", "GatewayIPConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayIPConfiguration]", + "PrivateEndpointConnections": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateEndpointConnection]", + "PrivateLinkConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkConfiguration]", "Probes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe]", "RedirectConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration]", "RequestRoutingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRequestRoutingRule]", @@ -20018,21 +20608,23 @@ "UrlPathMaps": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap]", "Zones": "System.Collections.Generic.List`1[System.String]", "Tag": "System.Collections.Hashtable", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", - "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", - "IdentityText": "System.String", - "SslPolicyText": "System.String", - "FirewallPolicyText": "System.String", - "ResourceGroupName": "System.String", + "Name": "System.String", "TagsTable": "System.String", - "ResourceGuid": "System.String", + "IdentityText": "System.String", "Type": "System.String", - "Name": "System.String", - "UrlPathMapsText": "System.String", + "ResourceGuid": "System.String", "Location": "System.String", - "ProbesText": "System.String", + "ResourceGroupName": "System.String", + "PrivateLinkEndpointConnectionsText": "System.String", + "PrivateLinkConfigurationsText": "System.String", + "FirewallPolicyText": "System.String", + "SslPolicyText": "System.String", + "UrlPathMapsText": "System.String", "ProvisioningState": "System.String", + "RequestRoutingRulesText": "System.String", "RewriteRuleSetsText": "System.String", "HttpListenersText": "System.String", "BackendHttpSettingsCollectionText": "System.String", @@ -20044,7 +20636,7 @@ "GatewayIpConfigurationsText": "System.String", "Etag": "System.String", "OperationalState": "System.String", - "RequestRoutingRulesText": "System.String", + "ProbesText": "System.String", "Id": "System.String" }, "ElementType": null, @@ -20149,7 +20741,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSSubnet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "NetworkSecurityGroup": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup", "NatGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -20282,7 +20874,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "IpConfiguration": "Microsoft.Azure.Commands.Network.Models.PSIPConfiguration", "DnsSettings": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddressDnsSettings", @@ -20352,6 +20944,82 @@ "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, + { + "Name": "PrivateLinkConfiguration", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Network.Models", + "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkConfiguration", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "IpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkIpConfiguration]", + "ProvisioningState": "System.String", + "Type": "System.String", + "IpConfigurationsText": "System.String", + "Name": "System.String", + "Etag": "System.String", + "Id": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "PrivateLinkConfigurationId", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, { "Name": "DefaultProfile", "AliasList": [ @@ -20397,7 +21065,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -20413,6 +21081,8 @@ "FrontendPorts": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort]", "HttpListeners": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener]", "GatewayIPConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayIPConfiguration]", + "PrivateEndpointConnections": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateEndpointConnection]", + "PrivateLinkConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkConfiguration]", "Probes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe]", "RedirectConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration]", "RequestRoutingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRequestRoutingRule]", @@ -20422,21 +21092,23 @@ "UrlPathMaps": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap]", "Zones": "System.Collections.Generic.List`1[System.String]", "Tag": "System.Collections.Hashtable", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", - "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", - "IdentityText": "System.String", - "SslPolicyText": "System.String", - "FirewallPolicyText": "System.String", - "ResourceGroupName": "System.String", + "Name": "System.String", "TagsTable": "System.String", - "ResourceGuid": "System.String", + "IdentityText": "System.String", "Type": "System.String", - "Name": "System.String", - "UrlPathMapsText": "System.String", + "ResourceGuid": "System.String", "Location": "System.String", - "ProbesText": "System.String", + "ResourceGroupName": "System.String", + "PrivateLinkEndpointConnectionsText": "System.String", + "PrivateLinkConfigurationsText": "System.String", + "FirewallPolicyText": "System.String", + "SslPolicyText": "System.String", + "UrlPathMapsText": "System.String", "ProvisioningState": "System.String", + "RequestRoutingRulesText": "System.String", "RewriteRuleSetsText": "System.String", "HttpListenersText": "System.String", "BackendHttpSettingsCollectionText": "System.String", @@ -20448,7 +21120,7 @@ "GatewayIpConfigurationsText": "System.String", "Etag": "System.String", "OperationalState": "System.String", - "RequestRoutingRulesText": "System.String", + "ProbesText": "System.String", "Id": "System.String" }, "ElementType": null, @@ -20662,6 +21334,30 @@ "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, + { + "ParameterMetadata": { + "Name": "PrivateLinkConfigurationId", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, { "ParameterMetadata": { "Name": "ApplicationGateway", @@ -20669,7 +21365,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -20685,6 +21381,8 @@ "FrontendPorts": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort]", "HttpListeners": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener]", "GatewayIPConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayIPConfiguration]", + "PrivateEndpointConnections": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateEndpointConnection]", + "PrivateLinkConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkConfiguration]", "Probes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe]", "RedirectConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration]", "RequestRoutingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRequestRoutingRule]", @@ -20694,21 +21392,23 @@ "UrlPathMaps": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap]", "Zones": "System.Collections.Generic.List`1[System.String]", "Tag": "System.Collections.Hashtable", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", - "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", - "IdentityText": "System.String", - "SslPolicyText": "System.String", - "FirewallPolicyText": "System.String", - "ResourceGroupName": "System.String", + "Name": "System.String", "TagsTable": "System.String", - "ResourceGuid": "System.String", + "IdentityText": "System.String", "Type": "System.String", - "Name": "System.String", - "UrlPathMapsText": "System.String", + "ResourceGuid": "System.String", "Location": "System.String", - "ProbesText": "System.String", + "ResourceGroupName": "System.String", + "PrivateLinkEndpointConnectionsText": "System.String", + "PrivateLinkConfigurationsText": "System.String", + "FirewallPolicyText": "System.String", + "SslPolicyText": "System.String", + "UrlPathMapsText": "System.String", "ProvisioningState": "System.String", + "RequestRoutingRulesText": "System.String", "RewriteRuleSetsText": "System.String", "HttpListenersText": "System.String", "BackendHttpSettingsCollectionText": "System.String", @@ -20720,7 +21420,7 @@ "GatewayIpConfigurationsText": "System.String", "Etag": "System.String", "OperationalState": "System.String", - "RequestRoutingRulesText": "System.String", + "ProbesText": "System.String", "Id": "System.String" }, "ElementType": null, @@ -20869,7 +21569,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSSubnet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "NetworkSecurityGroup": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup", "NatGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -20990,7 +21690,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "IpConfiguration": "Microsoft.Azure.Commands.Network.Models.PSIPConfiguration", "DnsSettings": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddressDnsSettings", @@ -21065,6 +21765,70 @@ "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, + { + "ParameterMetadata": { + "Name": "PrivateLinkConfiguration", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Network.Models", + "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkConfiguration", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "IpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkIpConfiguration]", + "ProvisioningState": "System.String", + "Type": "System.String", + "IpConfigurationsText": "System.String", + "Name": "System.String", + "Etag": "System.String", + "Id": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, { "ParameterMetadata": { "Name": "ApplicationGateway", @@ -21072,7 +21836,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -21088,6 +21852,8 @@ "FrontendPorts": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort]", "HttpListeners": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener]", "GatewayIPConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayIPConfiguration]", + "PrivateEndpointConnections": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateEndpointConnection]", + "PrivateLinkConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkConfiguration]", "Probes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe]", "RedirectConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration]", "RequestRoutingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRequestRoutingRule]", @@ -21097,21 +21863,23 @@ "UrlPathMaps": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap]", "Zones": "System.Collections.Generic.List`1[System.String]", "Tag": "System.Collections.Hashtable", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", - "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", - "IdentityText": "System.String", - "SslPolicyText": "System.String", - "FirewallPolicyText": "System.String", - "ResourceGroupName": "System.String", + "Name": "System.String", "TagsTable": "System.String", - "ResourceGuid": "System.String", + "IdentityText": "System.String", "Type": "System.String", - "Name": "System.String", - "UrlPathMapsText": "System.String", + "ResourceGuid": "System.String", "Location": "System.String", - "ProbesText": "System.String", + "ResourceGroupName": "System.String", + "PrivateLinkEndpointConnectionsText": "System.String", + "PrivateLinkConfigurationsText": "System.String", + "FirewallPolicyText": "System.String", + "SslPolicyText": "System.String", + "UrlPathMapsText": "System.String", "ProvisioningState": "System.String", + "RequestRoutingRulesText": "System.String", "RewriteRuleSetsText": "System.String", "HttpListenersText": "System.String", "BackendHttpSettingsCollectionText": "System.String", @@ -21123,7 +21891,7 @@ "GatewayIpConfigurationsText": "System.String", "Etag": "System.String", "OperationalState": "System.String", - "RequestRoutingRulesText": "System.String", + "ProbesText": "System.String", "Id": "System.String" }, "ElementType": null, @@ -21255,7 +22023,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -21271,6 +22039,8 @@ "FrontendPorts": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort]", "HttpListeners": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener]", "GatewayIPConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayIPConfiguration]", + "PrivateEndpointConnections": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateEndpointConnection]", + "PrivateLinkConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkConfiguration]", "Probes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe]", "RedirectConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration]", "RequestRoutingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRequestRoutingRule]", @@ -21280,21 +22050,23 @@ "UrlPathMaps": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap]", "Zones": "System.Collections.Generic.List`1[System.String]", "Tag": "System.Collections.Hashtable", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", - "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", - "IdentityText": "System.String", - "SslPolicyText": "System.String", - "FirewallPolicyText": "System.String", - "ResourceGroupName": "System.String", + "Name": "System.String", "TagsTable": "System.String", - "ResourceGuid": "System.String", + "IdentityText": "System.String", "Type": "System.String", - "Name": "System.String", - "UrlPathMapsText": "System.String", + "ResourceGuid": "System.String", "Location": "System.String", - "ProbesText": "System.String", + "ResourceGroupName": "System.String", + "PrivateLinkEndpointConnectionsText": "System.String", + "PrivateLinkConfigurationsText": "System.String", + "FirewallPolicyText": "System.String", + "SslPolicyText": "System.String", + "UrlPathMapsText": "System.String", "ProvisioningState": "System.String", + "RequestRoutingRulesText": "System.String", "RewriteRuleSetsText": "System.String", "HttpListenersText": "System.String", "BackendHttpSettingsCollectionText": "System.String", @@ -21306,7 +22078,7 @@ "GatewayIpConfigurationsText": "System.String", "Etag": "System.String", "OperationalState": "System.String", - "RequestRoutingRulesText": "System.String", + "ProbesText": "System.String", "Id": "System.String" }, "ElementType": null, @@ -21358,7 +22130,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -21374,6 +22146,8 @@ "FrontendPorts": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort]", "HttpListeners": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener]", "GatewayIPConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayIPConfiguration]", + "PrivateEndpointConnections": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateEndpointConnection]", + "PrivateLinkConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkConfiguration]", "Probes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe]", "RedirectConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration]", "RequestRoutingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRequestRoutingRule]", @@ -21383,21 +22157,23 @@ "UrlPathMaps": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap]", "Zones": "System.Collections.Generic.List`1[System.String]", "Tag": "System.Collections.Hashtable", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", - "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", - "IdentityText": "System.String", - "SslPolicyText": "System.String", - "FirewallPolicyText": "System.String", - "ResourceGroupName": "System.String", + "Name": "System.String", "TagsTable": "System.String", - "ResourceGuid": "System.String", + "IdentityText": "System.String", "Type": "System.String", - "Name": "System.String", - "UrlPathMapsText": "System.String", + "ResourceGuid": "System.String", "Location": "System.String", - "ProbesText": "System.String", + "ResourceGroupName": "System.String", + "PrivateLinkEndpointConnectionsText": "System.String", + "PrivateLinkConfigurationsText": "System.String", + "FirewallPolicyText": "System.String", + "SslPolicyText": "System.String", + "UrlPathMapsText": "System.String", "ProvisioningState": "System.String", + "RequestRoutingRulesText": "System.String", "RewriteRuleSetsText": "System.String", "HttpListenersText": "System.String", "BackendHttpSettingsCollectionText": "System.String", @@ -21409,7 +22185,7 @@ "GatewayIpConfigurationsText": "System.String", "Etag": "System.String", "OperationalState": "System.String", - "RequestRoutingRulesText": "System.String", + "ProbesText": "System.String", "Id": "System.String" }, "ElementType": null, @@ -21535,7 +22311,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -21551,6 +22327,8 @@ "FrontendPorts": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort]", "HttpListeners": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener]", "GatewayIPConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayIPConfiguration]", + "PrivateEndpointConnections": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateEndpointConnection]", + "PrivateLinkConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkConfiguration]", "Probes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe]", "RedirectConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration]", "RequestRoutingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRequestRoutingRule]", @@ -21560,21 +22338,23 @@ "UrlPathMaps": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap]", "Zones": "System.Collections.Generic.List`1[System.String]", "Tag": "System.Collections.Hashtable", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", - "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", - "IdentityText": "System.String", - "SslPolicyText": "System.String", - "FirewallPolicyText": "System.String", - "ResourceGroupName": "System.String", + "Name": "System.String", "TagsTable": "System.String", - "ResourceGuid": "System.String", + "IdentityText": "System.String", "Type": "System.String", - "Name": "System.String", - "UrlPathMapsText": "System.String", + "ResourceGuid": "System.String", "Location": "System.String", - "ProbesText": "System.String", + "ResourceGroupName": "System.String", + "PrivateLinkEndpointConnectionsText": "System.String", + "PrivateLinkConfigurationsText": "System.String", + "FirewallPolicyText": "System.String", + "SslPolicyText": "System.String", + "UrlPathMapsText": "System.String", "ProvisioningState": "System.String", + "RequestRoutingRulesText": "System.String", "RewriteRuleSetsText": "System.String", "HttpListenersText": "System.String", "BackendHttpSettingsCollectionText": "System.String", @@ -21586,7 +22366,7 @@ "GatewayIpConfigurationsText": "System.String", "Etag": "System.String", "OperationalState": "System.String", - "RequestRoutingRulesText": "System.String", + "ProbesText": "System.String", "Id": "System.String" }, "ElementType": null, @@ -21742,7 +22522,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Port": "System.Int32", "ProvisioningState": "System.String", @@ -21818,7 +22598,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -21834,6 +22614,8 @@ "FrontendPorts": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort]", "HttpListeners": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener]", "GatewayIPConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayIPConfiguration]", + "PrivateEndpointConnections": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateEndpointConnection]", + "PrivateLinkConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkConfiguration]", "Probes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe]", "RedirectConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration]", "RequestRoutingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRequestRoutingRule]", @@ -21843,21 +22625,23 @@ "UrlPathMaps": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap]", "Zones": "System.Collections.Generic.List`1[System.String]", "Tag": "System.Collections.Hashtable", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", - "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", - "IdentityText": "System.String", - "SslPolicyText": "System.String", - "FirewallPolicyText": "System.String", - "ResourceGroupName": "System.String", + "Name": "System.String", "TagsTable": "System.String", - "ResourceGuid": "System.String", + "IdentityText": "System.String", "Type": "System.String", - "Name": "System.String", - "UrlPathMapsText": "System.String", + "ResourceGuid": "System.String", "Location": "System.String", - "ProbesText": "System.String", + "ResourceGroupName": "System.String", + "PrivateLinkEndpointConnectionsText": "System.String", + "PrivateLinkConfigurationsText": "System.String", + "FirewallPolicyText": "System.String", + "SslPolicyText": "System.String", + "UrlPathMapsText": "System.String", "ProvisioningState": "System.String", + "RequestRoutingRulesText": "System.String", "RewriteRuleSetsText": "System.String", "HttpListenersText": "System.String", "BackendHttpSettingsCollectionText": "System.String", @@ -21869,7 +22653,7 @@ "GatewayIpConfigurationsText": "System.String", "Etag": "System.String", "OperationalState": "System.String", - "RequestRoutingRulesText": "System.String", + "ProbesText": "System.String", "Id": "System.String" }, "ElementType": null, @@ -21983,7 +22767,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -21999,6 +22783,8 @@ "FrontendPorts": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort]", "HttpListeners": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener]", "GatewayIPConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayIPConfiguration]", + "PrivateEndpointConnections": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateEndpointConnection]", + "PrivateLinkConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkConfiguration]", "Probes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe]", "RedirectConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration]", "RequestRoutingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRequestRoutingRule]", @@ -22008,21 +22794,23 @@ "UrlPathMaps": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap]", "Zones": "System.Collections.Generic.List`1[System.String]", "Tag": "System.Collections.Hashtable", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", - "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", - "IdentityText": "System.String", - "SslPolicyText": "System.String", - "FirewallPolicyText": "System.String", - "ResourceGroupName": "System.String", + "Name": "System.String", "TagsTable": "System.String", - "ResourceGuid": "System.String", + "IdentityText": "System.String", "Type": "System.String", - "Name": "System.String", - "UrlPathMapsText": "System.String", + "ResourceGuid": "System.String", "Location": "System.String", - "ProbesText": "System.String", + "ResourceGroupName": "System.String", + "PrivateLinkEndpointConnectionsText": "System.String", + "PrivateLinkConfigurationsText": "System.String", + "FirewallPolicyText": "System.String", + "SslPolicyText": "System.String", + "UrlPathMapsText": "System.String", "ProvisioningState": "System.String", + "RequestRoutingRulesText": "System.String", "RewriteRuleSetsText": "System.String", "HttpListenersText": "System.String", "BackendHttpSettingsCollectionText": "System.String", @@ -22034,7 +22822,7 @@ "GatewayIpConfigurationsText": "System.String", "Etag": "System.String", "OperationalState": "System.String", - "RequestRoutingRulesText": "System.String", + "ProbesText": "System.String", "Id": "System.String" }, "ElementType": null, @@ -22142,7 +22930,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Port": "System.Int32", "ProvisioningState": "System.String", @@ -22374,7 +23162,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -22390,6 +23178,8 @@ "FrontendPorts": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort]", "HttpListeners": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener]", "GatewayIPConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayIPConfiguration]", + "PrivateEndpointConnections": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateEndpointConnection]", + "PrivateLinkConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkConfiguration]", "Probes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe]", "RedirectConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration]", "RequestRoutingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRequestRoutingRule]", @@ -22399,21 +23189,23 @@ "UrlPathMaps": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap]", "Zones": "System.Collections.Generic.List`1[System.String]", "Tag": "System.Collections.Hashtable", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", - "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", - "IdentityText": "System.String", - "SslPolicyText": "System.String", - "FirewallPolicyText": "System.String", - "ResourceGroupName": "System.String", + "Name": "System.String", "TagsTable": "System.String", - "ResourceGuid": "System.String", + "IdentityText": "System.String", "Type": "System.String", - "Name": "System.String", - "UrlPathMapsText": "System.String", + "ResourceGuid": "System.String", "Location": "System.String", - "ProbesText": "System.String", + "ResourceGroupName": "System.String", + "PrivateLinkEndpointConnectionsText": "System.String", + "PrivateLinkConfigurationsText": "System.String", + "FirewallPolicyText": "System.String", + "SslPolicyText": "System.String", + "UrlPathMapsText": "System.String", "ProvisioningState": "System.String", + "RequestRoutingRulesText": "System.String", "RewriteRuleSetsText": "System.String", "HttpListenersText": "System.String", "BackendHttpSettingsCollectionText": "System.String", @@ -22425,7 +23217,7 @@ "GatewayIpConfigurationsText": "System.String", "Etag": "System.String", "OperationalState": "System.String", - "RequestRoutingRulesText": "System.String", + "ProbesText": "System.String", "Id": "System.String" }, "ElementType": null, @@ -22495,7 +23287,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -22511,6 +23303,8 @@ "FrontendPorts": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort]", "HttpListeners": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener]", "GatewayIPConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayIPConfiguration]", + "PrivateEndpointConnections": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateEndpointConnection]", + "PrivateLinkConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkConfiguration]", "Probes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe]", "RedirectConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration]", "RequestRoutingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRequestRoutingRule]", @@ -22520,21 +23314,23 @@ "UrlPathMaps": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap]", "Zones": "System.Collections.Generic.List`1[System.String]", "Tag": "System.Collections.Hashtable", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", - "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", - "IdentityText": "System.String", - "SslPolicyText": "System.String", - "FirewallPolicyText": "System.String", - "ResourceGroupName": "System.String", + "Name": "System.String", "TagsTable": "System.String", - "ResourceGuid": "System.String", + "IdentityText": "System.String", "Type": "System.String", - "Name": "System.String", - "UrlPathMapsText": "System.String", + "ResourceGuid": "System.String", "Location": "System.String", - "ProbesText": "System.String", + "ResourceGroupName": "System.String", + "PrivateLinkEndpointConnectionsText": "System.String", + "PrivateLinkConfigurationsText": "System.String", + "FirewallPolicyText": "System.String", + "SslPolicyText": "System.String", + "UrlPathMapsText": "System.String", "ProvisioningState": "System.String", + "RequestRoutingRulesText": "System.String", "RewriteRuleSetsText": "System.String", "HttpListenersText": "System.String", "BackendHttpSettingsCollectionText": "System.String", @@ -22546,7 +23342,7 @@ "GatewayIpConfigurationsText": "System.String", "Etag": "System.String", "OperationalState": "System.String", - "RequestRoutingRulesText": "System.String", + "ProbesText": "System.String", "Id": "System.String" }, "ElementType": null, @@ -22660,7 +23456,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -22676,6 +23472,8 @@ "FrontendPorts": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort]", "HttpListeners": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener]", "GatewayIPConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayIPConfiguration]", + "PrivateEndpointConnections": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateEndpointConnection]", + "PrivateLinkConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkConfiguration]", "Probes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe]", "RedirectConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration]", "RequestRoutingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRequestRoutingRule]", @@ -22685,21 +23483,23 @@ "UrlPathMaps": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap]", "Zones": "System.Collections.Generic.List`1[System.String]", "Tag": "System.Collections.Hashtable", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", - "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", - "IdentityText": "System.String", - "SslPolicyText": "System.String", - "FirewallPolicyText": "System.String", - "ResourceGroupName": "System.String", + "Name": "System.String", "TagsTable": "System.String", - "ResourceGuid": "System.String", + "IdentityText": "System.String", "Type": "System.String", - "Name": "System.String", - "UrlPathMapsText": "System.String", + "ResourceGuid": "System.String", "Location": "System.String", - "ProbesText": "System.String", + "ResourceGroupName": "System.String", + "PrivateLinkEndpointConnectionsText": "System.String", + "PrivateLinkConfigurationsText": "System.String", + "FirewallPolicyText": "System.String", + "SslPolicyText": "System.String", + "UrlPathMapsText": "System.String", "ProvisioningState": "System.String", + "RequestRoutingRulesText": "System.String", "RewriteRuleSetsText": "System.String", "HttpListenersText": "System.String", "BackendHttpSettingsCollectionText": "System.String", @@ -22711,7 +23511,7 @@ "GatewayIpConfigurationsText": "System.String", "Etag": "System.String", "OperationalState": "System.String", - "RequestRoutingRulesText": "System.String", + "ProbesText": "System.String", "Id": "System.String" }, "ElementType": null, @@ -22819,7 +23619,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -22835,6 +23635,8 @@ "FrontendPorts": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort]", "HttpListeners": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener]", "GatewayIPConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayIPConfiguration]", + "PrivateEndpointConnections": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateEndpointConnection]", + "PrivateLinkConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkConfiguration]", "Probes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe]", "RedirectConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration]", "RequestRoutingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRequestRoutingRule]", @@ -22844,21 +23646,23 @@ "UrlPathMaps": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap]", "Zones": "System.Collections.Generic.List`1[System.String]", "Tag": "System.Collections.Hashtable", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", - "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", - "IdentityText": "System.String", - "SslPolicyText": "System.String", - "FirewallPolicyText": "System.String", - "ResourceGroupName": "System.String", + "Name": "System.String", "TagsTable": "System.String", - "ResourceGuid": "System.String", + "IdentityText": "System.String", "Type": "System.String", - "Name": "System.String", - "UrlPathMapsText": "System.String", + "ResourceGuid": "System.String", "Location": "System.String", - "ProbesText": "System.String", + "ResourceGroupName": "System.String", + "PrivateLinkEndpointConnectionsText": "System.String", + "PrivateLinkConfigurationsText": "System.String", + "FirewallPolicyText": "System.String", + "SslPolicyText": "System.String", + "UrlPathMapsText": "System.String", "ProvisioningState": "System.String", + "RequestRoutingRulesText": "System.String", "RewriteRuleSetsText": "System.String", "HttpListenersText": "System.String", "BackendHttpSettingsCollectionText": "System.String", @@ -22870,7 +23674,7 @@ "GatewayIpConfigurationsText": "System.String", "Etag": "System.String", "OperationalState": "System.String", - "RequestRoutingRulesText": "System.String", + "ProbesText": "System.String", "Id": "System.String" }, "ElementType": null, @@ -22922,7 +23726,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -22938,6 +23742,8 @@ "FrontendPorts": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort]", "HttpListeners": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener]", "GatewayIPConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayIPConfiguration]", + "PrivateEndpointConnections": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateEndpointConnection]", + "PrivateLinkConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkConfiguration]", "Probes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe]", "RedirectConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration]", "RequestRoutingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRequestRoutingRule]", @@ -22947,21 +23753,23 @@ "UrlPathMaps": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap]", "Zones": "System.Collections.Generic.List`1[System.String]", "Tag": "System.Collections.Hashtable", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", - "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", - "IdentityText": "System.String", - "SslPolicyText": "System.String", - "FirewallPolicyText": "System.String", - "ResourceGroupName": "System.String", + "Name": "System.String", "TagsTable": "System.String", - "ResourceGuid": "System.String", + "IdentityText": "System.String", "Type": "System.String", - "Name": "System.String", - "UrlPathMapsText": "System.String", + "ResourceGuid": "System.String", "Location": "System.String", - "ProbesText": "System.String", + "ResourceGroupName": "System.String", + "PrivateLinkEndpointConnectionsText": "System.String", + "PrivateLinkConfigurationsText": "System.String", + "FirewallPolicyText": "System.String", + "SslPolicyText": "System.String", + "UrlPathMapsText": "System.String", "ProvisioningState": "System.String", + "RequestRoutingRulesText": "System.String", "RewriteRuleSetsText": "System.String", "HttpListenersText": "System.String", "BackendHttpSettingsCollectionText": "System.String", @@ -22973,7 +23781,7 @@ "GatewayIpConfigurationsText": "System.String", "Etag": "System.String", "OperationalState": "System.String", - "RequestRoutingRulesText": "System.String", + "ProbesText": "System.String", "Id": "System.String" }, "ElementType": null, @@ -23099,7 +23907,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -23115,6 +23923,8 @@ "FrontendPorts": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort]", "HttpListeners": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener]", "GatewayIPConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayIPConfiguration]", + "PrivateEndpointConnections": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateEndpointConnection]", + "PrivateLinkConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkConfiguration]", "Probes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe]", "RedirectConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration]", "RequestRoutingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRequestRoutingRule]", @@ -23124,21 +23934,23 @@ "UrlPathMaps": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap]", "Zones": "System.Collections.Generic.List`1[System.String]", "Tag": "System.Collections.Hashtable", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", - "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", - "IdentityText": "System.String", - "SslPolicyText": "System.String", - "FirewallPolicyText": "System.String", - "ResourceGroupName": "System.String", + "Name": "System.String", "TagsTable": "System.String", - "ResourceGuid": "System.String", + "IdentityText": "System.String", "Type": "System.String", - "Name": "System.String", - "UrlPathMapsText": "System.String", + "ResourceGuid": "System.String", "Location": "System.String", - "ProbesText": "System.String", + "ResourceGroupName": "System.String", + "PrivateLinkEndpointConnectionsText": "System.String", + "PrivateLinkConfigurationsText": "System.String", + "FirewallPolicyText": "System.String", + "SslPolicyText": "System.String", + "UrlPathMapsText": "System.String", "ProvisioningState": "System.String", + "RequestRoutingRulesText": "System.String", "RewriteRuleSetsText": "System.String", "HttpListenersText": "System.String", "BackendHttpSettingsCollectionText": "System.String", @@ -23150,7 +23962,7 @@ "GatewayIpConfigurationsText": "System.String", "Etag": "System.String", "OperationalState": "System.String", - "RequestRoutingRulesText": "System.String", + "ProbesText": "System.String", "Id": "System.String" }, "ElementType": null, @@ -23306,7 +24118,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -23322,6 +24134,8 @@ "FrontendPorts": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort]", "HttpListeners": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener]", "GatewayIPConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayIPConfiguration]", + "PrivateEndpointConnections": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateEndpointConnection]", + "PrivateLinkConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkConfiguration]", "Probes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe]", "RedirectConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration]", "RequestRoutingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRequestRoutingRule]", @@ -23331,21 +24145,23 @@ "UrlPathMaps": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap]", "Zones": "System.Collections.Generic.List`1[System.String]", "Tag": "System.Collections.Hashtable", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", - "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", - "IdentityText": "System.String", - "SslPolicyText": "System.String", - "FirewallPolicyText": "System.String", - "ResourceGroupName": "System.String", + "Name": "System.String", "TagsTable": "System.String", - "ResourceGuid": "System.String", + "IdentityText": "System.String", "Type": "System.String", - "Name": "System.String", - "UrlPathMapsText": "System.String", + "ResourceGuid": "System.String", "Location": "System.String", - "ProbesText": "System.String", + "ResourceGroupName": "System.String", + "PrivateLinkEndpointConnectionsText": "System.String", + "PrivateLinkConfigurationsText": "System.String", + "FirewallPolicyText": "System.String", + "SslPolicyText": "System.String", + "UrlPathMapsText": "System.String", "ProvisioningState": "System.String", + "RequestRoutingRulesText": "System.String", "RewriteRuleSetsText": "System.String", "HttpListenersText": "System.String", "BackendHttpSettingsCollectionText": "System.String", @@ -23357,7 +24173,7 @@ "GatewayIpConfigurationsText": "System.String", "Etag": "System.String", "OperationalState": "System.String", - "RequestRoutingRulesText": "System.String", + "ProbesText": "System.String", "Id": "System.String" }, "ElementType": null, @@ -23409,7 +24225,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -23425,6 +24241,8 @@ "FrontendPorts": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort]", "HttpListeners": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener]", "GatewayIPConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayIPConfiguration]", + "PrivateEndpointConnections": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateEndpointConnection]", + "PrivateLinkConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkConfiguration]", "Probes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe]", "RedirectConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration]", "RequestRoutingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRequestRoutingRule]", @@ -23434,21 +24252,23 @@ "UrlPathMaps": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap]", "Zones": "System.Collections.Generic.List`1[System.String]", "Tag": "System.Collections.Hashtable", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", - "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", - "IdentityText": "System.String", - "SslPolicyText": "System.String", - "FirewallPolicyText": "System.String", - "ResourceGroupName": "System.String", + "Name": "System.String", "TagsTable": "System.String", - "ResourceGuid": "System.String", + "IdentityText": "System.String", "Type": "System.String", - "Name": "System.String", - "UrlPathMapsText": "System.String", + "ResourceGuid": "System.String", "Location": "System.String", - "ProbesText": "System.String", + "ResourceGroupName": "System.String", + "PrivateLinkEndpointConnectionsText": "System.String", + "PrivateLinkConfigurationsText": "System.String", + "FirewallPolicyText": "System.String", + "SslPolicyText": "System.String", + "UrlPathMapsText": "System.String", "ProvisioningState": "System.String", + "RequestRoutingRulesText": "System.String", "RewriteRuleSetsText": "System.String", "HttpListenersText": "System.String", "BackendHttpSettingsCollectionText": "System.String", @@ -23460,7 +24280,7 @@ "GatewayIpConfigurationsText": "System.String", "Etag": "System.String", "OperationalState": "System.String", - "RequestRoutingRulesText": "System.String", + "ProbesText": "System.String", "Id": "System.String" }, "ElementType": null, @@ -23547,7 +24367,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSSubnet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "NetworkSecurityGroup": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup", "NatGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -23701,7 +24521,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -23717,6 +24537,8 @@ "FrontendPorts": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort]", "HttpListeners": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener]", "GatewayIPConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayIPConfiguration]", + "PrivateEndpointConnections": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateEndpointConnection]", + "PrivateLinkConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkConfiguration]", "Probes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe]", "RedirectConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration]", "RequestRoutingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRequestRoutingRule]", @@ -23726,21 +24548,23 @@ "UrlPathMaps": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap]", "Zones": "System.Collections.Generic.List`1[System.String]", "Tag": "System.Collections.Hashtable", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", - "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", - "IdentityText": "System.String", - "SslPolicyText": "System.String", - "FirewallPolicyText": "System.String", - "ResourceGroupName": "System.String", + "Name": "System.String", "TagsTable": "System.String", - "ResourceGuid": "System.String", + "IdentityText": "System.String", "Type": "System.String", - "Name": "System.String", - "UrlPathMapsText": "System.String", + "ResourceGuid": "System.String", "Location": "System.String", - "ProbesText": "System.String", + "ResourceGroupName": "System.String", + "PrivateLinkEndpointConnectionsText": "System.String", + "PrivateLinkConfigurationsText": "System.String", + "FirewallPolicyText": "System.String", + "SslPolicyText": "System.String", + "UrlPathMapsText": "System.String", "ProvisioningState": "System.String", + "RequestRoutingRulesText": "System.String", "RewriteRuleSetsText": "System.String", "HttpListenersText": "System.String", "BackendHttpSettingsCollectionText": "System.String", @@ -23752,7 +24576,7 @@ "GatewayIpConfigurationsText": "System.String", "Etag": "System.String", "OperationalState": "System.String", - "RequestRoutingRulesText": "System.String", + "ProbesText": "System.String", "Id": "System.String" }, "ElementType": null, @@ -23901,7 +24725,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -23917,6 +24741,8 @@ "FrontendPorts": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort]", "HttpListeners": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener]", "GatewayIPConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayIPConfiguration]", + "PrivateEndpointConnections": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateEndpointConnection]", + "PrivateLinkConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkConfiguration]", "Probes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe]", "RedirectConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration]", "RequestRoutingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRequestRoutingRule]", @@ -23926,21 +24752,23 @@ "UrlPathMaps": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap]", "Zones": "System.Collections.Generic.List`1[System.String]", "Tag": "System.Collections.Hashtable", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", - "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", - "IdentityText": "System.String", - "SslPolicyText": "System.String", - "FirewallPolicyText": "System.String", - "ResourceGroupName": "System.String", + "Name": "System.String", "TagsTable": "System.String", - "ResourceGuid": "System.String", + "IdentityText": "System.String", "Type": "System.String", - "Name": "System.String", - "UrlPathMapsText": "System.String", + "ResourceGuid": "System.String", "Location": "System.String", - "ProbesText": "System.String", + "ResourceGroupName": "System.String", + "PrivateLinkEndpointConnectionsText": "System.String", + "PrivateLinkConfigurationsText": "System.String", + "FirewallPolicyText": "System.String", + "SslPolicyText": "System.String", + "UrlPathMapsText": "System.String", "ProvisioningState": "System.String", + "RequestRoutingRulesText": "System.String", "RewriteRuleSetsText": "System.String", "HttpListenersText": "System.String", "BackendHttpSettingsCollectionText": "System.String", @@ -23952,7 +24780,7 @@ "GatewayIpConfigurationsText": "System.String", "Etag": "System.String", "OperationalState": "System.String", - "RequestRoutingRulesText": "System.String", + "ProbesText": "System.String", "Id": "System.String" }, "ElementType": null, @@ -24077,7 +24905,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSSubnet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "NetworkSecurityGroup": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup", "NatGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -24198,7 +25026,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -24214,6 +25042,8 @@ "FrontendPorts": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort]", "HttpListeners": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener]", "GatewayIPConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayIPConfiguration]", + "PrivateEndpointConnections": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateEndpointConnection]", + "PrivateLinkConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkConfiguration]", "Probes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe]", "RedirectConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration]", "RequestRoutingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRequestRoutingRule]", @@ -24223,21 +25053,23 @@ "UrlPathMaps": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap]", "Zones": "System.Collections.Generic.List`1[System.String]", "Tag": "System.Collections.Hashtable", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", - "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", - "IdentityText": "System.String", - "SslPolicyText": "System.String", - "FirewallPolicyText": "System.String", - "ResourceGroupName": "System.String", + "Name": "System.String", "TagsTable": "System.String", - "ResourceGuid": "System.String", + "IdentityText": "System.String", "Type": "System.String", - "Name": "System.String", - "UrlPathMapsText": "System.String", + "ResourceGuid": "System.String", "Location": "System.String", - "ProbesText": "System.String", + "ResourceGroupName": "System.String", + "PrivateLinkEndpointConnectionsText": "System.String", + "PrivateLinkConfigurationsText": "System.String", + "FirewallPolicyText": "System.String", + "SslPolicyText": "System.String", + "UrlPathMapsText": "System.String", "ProvisioningState": "System.String", + "RequestRoutingRulesText": "System.String", "RewriteRuleSetsText": "System.String", "HttpListenersText": "System.String", "BackendHttpSettingsCollectionText": "System.String", @@ -24249,7 +25081,7 @@ "GatewayIpConfigurationsText": "System.String", "Etag": "System.String", "OperationalState": "System.String", - "RequestRoutingRulesText": "System.String", + "ProbesText": "System.String", "Id": "System.String" }, "ElementType": null, @@ -24381,7 +25213,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayIPConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Subnet": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "ProvisioningState": "System.String", @@ -24458,7 +25290,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -24474,6 +25306,8 @@ "FrontendPorts": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort]", "HttpListeners": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener]", "GatewayIPConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayIPConfiguration]", + "PrivateEndpointConnections": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateEndpointConnection]", + "PrivateLinkConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkConfiguration]", "Probes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe]", "RedirectConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration]", "RequestRoutingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRequestRoutingRule]", @@ -24483,21 +25317,23 @@ "UrlPathMaps": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap]", "Zones": "System.Collections.Generic.List`1[System.String]", "Tag": "System.Collections.Hashtable", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", - "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", - "IdentityText": "System.String", - "SslPolicyText": "System.String", - "FirewallPolicyText": "System.String", - "ResourceGroupName": "System.String", + "Name": "System.String", "TagsTable": "System.String", - "ResourceGuid": "System.String", + "IdentityText": "System.String", "Type": "System.String", - "Name": "System.String", - "UrlPathMapsText": "System.String", + "ResourceGuid": "System.String", "Location": "System.String", - "ProbesText": "System.String", + "ResourceGroupName": "System.String", + "PrivateLinkEndpointConnectionsText": "System.String", + "PrivateLinkConfigurationsText": "System.String", + "FirewallPolicyText": "System.String", + "SslPolicyText": "System.String", + "UrlPathMapsText": "System.String", "ProvisioningState": "System.String", + "RequestRoutingRulesText": "System.String", "RewriteRuleSetsText": "System.String", "HttpListenersText": "System.String", "BackendHttpSettingsCollectionText": "System.String", @@ -24509,7 +25345,7 @@ "GatewayIpConfigurationsText": "System.String", "Etag": "System.String", "OperationalState": "System.String", - "RequestRoutingRulesText": "System.String", + "ProbesText": "System.String", "Id": "System.String" }, "ElementType": null, @@ -24623,7 +25459,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -24639,6 +25475,8 @@ "FrontendPorts": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort]", "HttpListeners": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener]", "GatewayIPConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayIPConfiguration]", + "PrivateEndpointConnections": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateEndpointConnection]", + "PrivateLinkConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkConfiguration]", "Probes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe]", "RedirectConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration]", "RequestRoutingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRequestRoutingRule]", @@ -24648,21 +25486,23 @@ "UrlPathMaps": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap]", "Zones": "System.Collections.Generic.List`1[System.String]", "Tag": "System.Collections.Hashtable", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", - "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", - "IdentityText": "System.String", - "SslPolicyText": "System.String", - "FirewallPolicyText": "System.String", - "ResourceGroupName": "System.String", + "Name": "System.String", "TagsTable": "System.String", - "ResourceGuid": "System.String", + "IdentityText": "System.String", "Type": "System.String", - "Name": "System.String", - "UrlPathMapsText": "System.String", + "ResourceGuid": "System.String", "Location": "System.String", - "ProbesText": "System.String", + "ResourceGroupName": "System.String", + "PrivateLinkEndpointConnectionsText": "System.String", + "PrivateLinkConfigurationsText": "System.String", + "FirewallPolicyText": "System.String", + "SslPolicyText": "System.String", + "UrlPathMapsText": "System.String", "ProvisioningState": "System.String", + "RequestRoutingRulesText": "System.String", "RewriteRuleSetsText": "System.String", "HttpListenersText": "System.String", "BackendHttpSettingsCollectionText": "System.String", @@ -24674,7 +25514,7 @@ "GatewayIpConfigurationsText": "System.String", "Etag": "System.String", "OperationalState": "System.String", - "RequestRoutingRulesText": "System.String", + "ProbesText": "System.String", "Id": "System.String" }, "ElementType": null, @@ -24782,7 +25622,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayIPConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Subnet": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "ProvisioningState": "System.String", @@ -24877,7 +25717,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSSubnet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "NetworkSecurityGroup": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup", "NatGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -25191,7 +26031,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSSubnet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "NetworkSecurityGroup": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup", "NatGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -25387,7 +26227,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -25403,6 +26243,8 @@ "FrontendPorts": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort]", "HttpListeners": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener]", "GatewayIPConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayIPConfiguration]", + "PrivateEndpointConnections": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateEndpointConnection]", + "PrivateLinkConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkConfiguration]", "Probes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe]", "RedirectConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration]", "RequestRoutingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRequestRoutingRule]", @@ -25412,21 +26254,23 @@ "UrlPathMaps": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap]", "Zones": "System.Collections.Generic.List`1[System.String]", "Tag": "System.Collections.Hashtable", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", - "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", - "IdentityText": "System.String", - "SslPolicyText": "System.String", - "FirewallPolicyText": "System.String", - "ResourceGroupName": "System.String", + "Name": "System.String", "TagsTable": "System.String", - "ResourceGuid": "System.String", + "IdentityText": "System.String", "Type": "System.String", - "Name": "System.String", - "UrlPathMapsText": "System.String", + "ResourceGuid": "System.String", "Location": "System.String", - "ProbesText": "System.String", + "ResourceGroupName": "System.String", + "PrivateLinkEndpointConnectionsText": "System.String", + "PrivateLinkConfigurationsText": "System.String", + "FirewallPolicyText": "System.String", + "SslPolicyText": "System.String", + "UrlPathMapsText": "System.String", "ProvisioningState": "System.String", + "RequestRoutingRulesText": "System.String", "RewriteRuleSetsText": "System.String", "HttpListenersText": "System.String", "BackendHttpSettingsCollectionText": "System.String", @@ -25438,7 +26282,7 @@ "GatewayIpConfigurationsText": "System.String", "Etag": "System.String", "OperationalState": "System.String", - "RequestRoutingRulesText": "System.String", + "ProbesText": "System.String", "Id": "System.String" }, "ElementType": null, @@ -25508,7 +26352,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -25524,6 +26368,8 @@ "FrontendPorts": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort]", "HttpListeners": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener]", "GatewayIPConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayIPConfiguration]", + "PrivateEndpointConnections": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateEndpointConnection]", + "PrivateLinkConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkConfiguration]", "Probes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe]", "RedirectConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration]", "RequestRoutingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRequestRoutingRule]", @@ -25533,21 +26379,23 @@ "UrlPathMaps": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap]", "Zones": "System.Collections.Generic.List`1[System.String]", "Tag": "System.Collections.Hashtable", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", - "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", - "IdentityText": "System.String", - "SslPolicyText": "System.String", - "FirewallPolicyText": "System.String", - "ResourceGroupName": "System.String", + "Name": "System.String", "TagsTable": "System.String", - "ResourceGuid": "System.String", + "IdentityText": "System.String", "Type": "System.String", - "Name": "System.String", - "UrlPathMapsText": "System.String", + "ResourceGuid": "System.String", "Location": "System.String", - "ProbesText": "System.String", + "ResourceGroupName": "System.String", + "PrivateLinkEndpointConnectionsText": "System.String", + "PrivateLinkConfigurationsText": "System.String", + "FirewallPolicyText": "System.String", + "SslPolicyText": "System.String", + "UrlPathMapsText": "System.String", "ProvisioningState": "System.String", + "RequestRoutingRulesText": "System.String", "RewriteRuleSetsText": "System.String", "HttpListenersText": "System.String", "BackendHttpSettingsCollectionText": "System.String", @@ -25559,7 +26407,7 @@ "GatewayIpConfigurationsText": "System.String", "Etag": "System.String", "OperationalState": "System.String", - "RequestRoutingRulesText": "System.String", + "ProbesText": "System.String", "Id": "System.String" }, "ElementType": null, @@ -25673,7 +26521,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -25689,6 +26537,8 @@ "FrontendPorts": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort]", "HttpListeners": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener]", "GatewayIPConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayIPConfiguration]", + "PrivateEndpointConnections": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateEndpointConnection]", + "PrivateLinkConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkConfiguration]", "Probes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe]", "RedirectConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration]", "RequestRoutingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRequestRoutingRule]", @@ -25698,21 +26548,23 @@ "UrlPathMaps": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap]", "Zones": "System.Collections.Generic.List`1[System.String]", "Tag": "System.Collections.Hashtable", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", - "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", - "IdentityText": "System.String", - "SslPolicyText": "System.String", - "FirewallPolicyText": "System.String", - "ResourceGroupName": "System.String", + "Name": "System.String", "TagsTable": "System.String", - "ResourceGuid": "System.String", + "IdentityText": "System.String", "Type": "System.String", - "Name": "System.String", - "UrlPathMapsText": "System.String", + "ResourceGuid": "System.String", "Location": "System.String", - "ProbesText": "System.String", + "ResourceGroupName": "System.String", + "PrivateLinkEndpointConnectionsText": "System.String", + "PrivateLinkConfigurationsText": "System.String", + "FirewallPolicyText": "System.String", + "SslPolicyText": "System.String", + "UrlPathMapsText": "System.String", "ProvisioningState": "System.String", + "RequestRoutingRulesText": "System.String", "RewriteRuleSetsText": "System.String", "HttpListenersText": "System.String", "BackendHttpSettingsCollectionText": "System.String", @@ -25724,7 +26576,7 @@ "GatewayIpConfigurationsText": "System.String", "Etag": "System.String", "OperationalState": "System.String", - "RequestRoutingRulesText": "System.String", + "ProbesText": "System.String", "Id": "System.String" }, "ElementType": null, @@ -25832,7 +26684,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -25848,6 +26700,8 @@ "FrontendPorts": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort]", "HttpListeners": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener]", "GatewayIPConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayIPConfiguration]", + "PrivateEndpointConnections": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateEndpointConnection]", + "PrivateLinkConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkConfiguration]", "Probes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe]", "RedirectConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration]", "RequestRoutingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRequestRoutingRule]", @@ -25857,21 +26711,23 @@ "UrlPathMaps": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap]", "Zones": "System.Collections.Generic.List`1[System.String]", "Tag": "System.Collections.Hashtable", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", - "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", - "IdentityText": "System.String", - "SslPolicyText": "System.String", - "FirewallPolicyText": "System.String", - "ResourceGroupName": "System.String", + "Name": "System.String", "TagsTable": "System.String", - "ResourceGuid": "System.String", + "IdentityText": "System.String", "Type": "System.String", - "Name": "System.String", - "UrlPathMapsText": "System.String", + "ResourceGuid": "System.String", "Location": "System.String", - "ProbesText": "System.String", + "ResourceGroupName": "System.String", + "PrivateLinkEndpointConnectionsText": "System.String", + "PrivateLinkConfigurationsText": "System.String", + "FirewallPolicyText": "System.String", + "SslPolicyText": "System.String", + "UrlPathMapsText": "System.String", "ProvisioningState": "System.String", + "RequestRoutingRulesText": "System.String", "RewriteRuleSetsText": "System.String", "HttpListenersText": "System.String", "BackendHttpSettingsCollectionText": "System.String", @@ -25883,7 +26739,7 @@ "GatewayIpConfigurationsText": "System.String", "Etag": "System.String", "OperationalState": "System.String", - "RequestRoutingRulesText": "System.String", + "ProbesText": "System.String", "Id": "System.String" }, "ElementType": null, @@ -25935,7 +26791,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -25951,6 +26807,8 @@ "FrontendPorts": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort]", "HttpListeners": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener]", "GatewayIPConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayIPConfiguration]", + "PrivateEndpointConnections": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateEndpointConnection]", + "PrivateLinkConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkConfiguration]", "Probes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe]", "RedirectConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration]", "RequestRoutingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRequestRoutingRule]", @@ -25960,21 +26818,23 @@ "UrlPathMaps": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap]", "Zones": "System.Collections.Generic.List`1[System.String]", "Tag": "System.Collections.Hashtable", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", - "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", - "IdentityText": "System.String", - "SslPolicyText": "System.String", - "FirewallPolicyText": "System.String", - "ResourceGroupName": "System.String", + "Name": "System.String", "TagsTable": "System.String", - "ResourceGuid": "System.String", + "IdentityText": "System.String", "Type": "System.String", - "Name": "System.String", - "UrlPathMapsText": "System.String", + "ResourceGuid": "System.String", "Location": "System.String", - "ProbesText": "System.String", + "ResourceGroupName": "System.String", + "PrivateLinkEndpointConnectionsText": "System.String", + "PrivateLinkConfigurationsText": "System.String", + "FirewallPolicyText": "System.String", + "SslPolicyText": "System.String", + "UrlPathMapsText": "System.String", "ProvisioningState": "System.String", + "RequestRoutingRulesText": "System.String", "RewriteRuleSetsText": "System.String", "HttpListenersText": "System.String", "BackendHttpSettingsCollectionText": "System.String", @@ -25986,7 +26846,7 @@ "GatewayIpConfigurationsText": "System.String", "Etag": "System.String", "OperationalState": "System.String", - "RequestRoutingRulesText": "System.String", + "ProbesText": "System.String", "Id": "System.String" }, "ElementType": null, @@ -26073,7 +26933,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSSubnet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "NetworkSecurityGroup": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup", "NatGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -26227,7 +27087,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -26243,6 +27103,8 @@ "FrontendPorts": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort]", "HttpListeners": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener]", "GatewayIPConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayIPConfiguration]", + "PrivateEndpointConnections": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateEndpointConnection]", + "PrivateLinkConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkConfiguration]", "Probes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe]", "RedirectConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration]", "RequestRoutingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRequestRoutingRule]", @@ -26252,21 +27114,23 @@ "UrlPathMaps": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap]", "Zones": "System.Collections.Generic.List`1[System.String]", "Tag": "System.Collections.Hashtable", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", - "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", - "IdentityText": "System.String", - "SslPolicyText": "System.String", - "FirewallPolicyText": "System.String", - "ResourceGroupName": "System.String", + "Name": "System.String", "TagsTable": "System.String", - "ResourceGuid": "System.String", + "IdentityText": "System.String", "Type": "System.String", - "Name": "System.String", - "UrlPathMapsText": "System.String", + "ResourceGuid": "System.String", "Location": "System.String", - "ProbesText": "System.String", + "ResourceGroupName": "System.String", + "PrivateLinkEndpointConnectionsText": "System.String", + "PrivateLinkConfigurationsText": "System.String", + "FirewallPolicyText": "System.String", + "SslPolicyText": "System.String", + "UrlPathMapsText": "System.String", "ProvisioningState": "System.String", + "RequestRoutingRulesText": "System.String", "RewriteRuleSetsText": "System.String", "HttpListenersText": "System.String", "BackendHttpSettingsCollectionText": "System.String", @@ -26278,7 +27142,7 @@ "GatewayIpConfigurationsText": "System.String", "Etag": "System.String", "OperationalState": "System.String", - "RequestRoutingRulesText": "System.String", + "ProbesText": "System.String", "Id": "System.String" }, "ElementType": null, @@ -26427,7 +27291,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -26443,6 +27307,8 @@ "FrontendPorts": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort]", "HttpListeners": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener]", "GatewayIPConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayIPConfiguration]", + "PrivateEndpointConnections": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateEndpointConnection]", + "PrivateLinkConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkConfiguration]", "Probes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe]", "RedirectConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration]", "RequestRoutingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRequestRoutingRule]", @@ -26452,21 +27318,23 @@ "UrlPathMaps": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap]", "Zones": "System.Collections.Generic.List`1[System.String]", "Tag": "System.Collections.Hashtable", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", - "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", - "IdentityText": "System.String", - "SslPolicyText": "System.String", - "FirewallPolicyText": "System.String", - "ResourceGroupName": "System.String", + "Name": "System.String", "TagsTable": "System.String", - "ResourceGuid": "System.String", + "IdentityText": "System.String", "Type": "System.String", - "Name": "System.String", - "UrlPathMapsText": "System.String", + "ResourceGuid": "System.String", "Location": "System.String", - "ProbesText": "System.String", + "ResourceGroupName": "System.String", + "PrivateLinkEndpointConnectionsText": "System.String", + "PrivateLinkConfigurationsText": "System.String", + "FirewallPolicyText": "System.String", + "SslPolicyText": "System.String", + "UrlPathMapsText": "System.String", "ProvisioningState": "System.String", + "RequestRoutingRulesText": "System.String", "RewriteRuleSetsText": "System.String", "HttpListenersText": "System.String", "BackendHttpSettingsCollectionText": "System.String", @@ -26478,7 +27346,7 @@ "GatewayIpConfigurationsText": "System.String", "Etag": "System.String", "OperationalState": "System.String", - "RequestRoutingRulesText": "System.String", + "ProbesText": "System.String", "Id": "System.String" }, "ElementType": null, @@ -26603,7 +27471,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSSubnet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "NetworkSecurityGroup": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup", "NatGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -26724,7 +27592,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -26740,6 +27608,8 @@ "FrontendPorts": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort]", "HttpListeners": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener]", "GatewayIPConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayIPConfiguration]", + "PrivateEndpointConnections": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateEndpointConnection]", + "PrivateLinkConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkConfiguration]", "Probes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe]", "RedirectConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration]", "RequestRoutingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRequestRoutingRule]", @@ -26749,21 +27619,23 @@ "UrlPathMaps": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap]", "Zones": "System.Collections.Generic.List`1[System.String]", "Tag": "System.Collections.Hashtable", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", - "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", - "IdentityText": "System.String", - "SslPolicyText": "System.String", - "FirewallPolicyText": "System.String", - "ResourceGroupName": "System.String", + "Name": "System.String", "TagsTable": "System.String", - "ResourceGuid": "System.String", + "IdentityText": "System.String", "Type": "System.String", - "Name": "System.String", - "UrlPathMapsText": "System.String", + "ResourceGuid": "System.String", "Location": "System.String", - "ProbesText": "System.String", + "ResourceGroupName": "System.String", + "PrivateLinkEndpointConnectionsText": "System.String", + "PrivateLinkConfigurationsText": "System.String", + "FirewallPolicyText": "System.String", + "SslPolicyText": "System.String", + "UrlPathMapsText": "System.String", "ProvisioningState": "System.String", + "RequestRoutingRulesText": "System.String", "RewriteRuleSetsText": "System.String", "HttpListenersText": "System.String", "BackendHttpSettingsCollectionText": "System.String", @@ -26775,7 +27647,7 @@ "GatewayIpConfigurationsText": "System.String", "Etag": "System.String", "OperationalState": "System.String", - "RequestRoutingRulesText": "System.String", + "ProbesText": "System.String", "Id": "System.String" }, "ElementType": null, @@ -26907,7 +27779,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAvailableServerVariableAndRequestHeaderResult", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAvailableServerVariableAndRequestHeaderResult, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAvailableServerVariableAndRequestHeaderResult, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AvailableServerVariable": "System.Collections.Generic.IList`1[System.String]", "AvailableRequestHeader": "System.Collections.Generic.IList`1[System.String]", @@ -27054,7 +27926,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAvailableSslOptions", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAvailableSslOptions, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAvailableSslOptions, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "PredefinedPolicies": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", "AvailableCipherSuites": "System.Collections.Generic.List`1[System.String]", @@ -27215,7 +28087,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAvailableWafRuleSetsResult", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAvailableWafRuleSetsResult, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAvailableWafRuleSetsResult, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Value": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallRuleSet]", "ValueText": "System.String" @@ -27362,7 +28234,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHealth", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHealth, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHealth, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHealthPool]", "BackendAddressPoolsText": "System.String" @@ -27796,7 +28668,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -27812,6 +28684,8 @@ "FrontendPorts": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort]", "HttpListeners": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener]", "GatewayIPConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayIPConfiguration]", + "PrivateEndpointConnections": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateEndpointConnection]", + "PrivateLinkConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkConfiguration]", "Probes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe]", "RedirectConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration]", "RequestRoutingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRequestRoutingRule]", @@ -27821,21 +28695,23 @@ "UrlPathMaps": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap]", "Zones": "System.Collections.Generic.List`1[System.String]", "Tag": "System.Collections.Hashtable", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", - "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", - "IdentityText": "System.String", - "SslPolicyText": "System.String", - "FirewallPolicyText": "System.String", - "ResourceGroupName": "System.String", + "Name": "System.String", "TagsTable": "System.String", - "ResourceGuid": "System.String", + "IdentityText": "System.String", "Type": "System.String", - "Name": "System.String", - "UrlPathMapsText": "System.String", + "ResourceGuid": "System.String", "Location": "System.String", - "ProbesText": "System.String", + "ResourceGroupName": "System.String", + "PrivateLinkEndpointConnectionsText": "System.String", + "PrivateLinkConfigurationsText": "System.String", + "FirewallPolicyText": "System.String", + "SslPolicyText": "System.String", + "UrlPathMapsText": "System.String", "ProvisioningState": "System.String", + "RequestRoutingRulesText": "System.String", "RewriteRuleSetsText": "System.String", "HttpListenersText": "System.String", "BackendHttpSettingsCollectionText": "System.String", @@ -27847,7 +28723,7 @@ "GatewayIpConfigurationsText": "System.String", "Etag": "System.String", "OperationalState": "System.String", - "RequestRoutingRulesText": "System.String", + "ProbesText": "System.String", "Id": "System.String" }, "ElementType": null, @@ -28077,7 +28953,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslPredefinedPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslPredefinedPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslPredefinedPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "CipherSuites": "System.Collections.Generic.List`1[System.String]", "MinProtocolVersion": "System.String", @@ -28269,7 +29145,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -28285,6 +29161,8 @@ "FrontendPorts": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort]", "HttpListeners": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener]", "GatewayIPConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayIPConfiguration]", + "PrivateEndpointConnections": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateEndpointConnection]", + "PrivateLinkConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkConfiguration]", "Probes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe]", "RedirectConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration]", "RequestRoutingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRequestRoutingRule]", @@ -28294,21 +29172,23 @@ "UrlPathMaps": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap]", "Zones": "System.Collections.Generic.List`1[System.String]", "Tag": "System.Collections.Hashtable", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", - "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", - "IdentityText": "System.String", - "SslPolicyText": "System.String", - "FirewallPolicyText": "System.String", - "ResourceGroupName": "System.String", + "Name": "System.String", "TagsTable": "System.String", - "ResourceGuid": "System.String", + "IdentityText": "System.String", "Type": "System.String", - "Name": "System.String", - "UrlPathMapsText": "System.String", + "ResourceGuid": "System.String", "Location": "System.String", - "ProbesText": "System.String", + "ResourceGroupName": "System.String", + "PrivateLinkEndpointConnectionsText": "System.String", + "PrivateLinkConfigurationsText": "System.String", + "FirewallPolicyText": "System.String", + "SslPolicyText": "System.String", + "UrlPathMapsText": "System.String", "ProvisioningState": "System.String", + "RequestRoutingRulesText": "System.String", "RewriteRuleSetsText": "System.String", "HttpListenersText": "System.String", "BackendHttpSettingsCollectionText": "System.String", @@ -28320,7 +29200,7 @@ "GatewayIpConfigurationsText": "System.String", "Etag": "System.String", "OperationalState": "System.String", - "RequestRoutingRulesText": "System.String", + "ProbesText": "System.String", "Id": "System.String" }, "ElementType": null, @@ -28372,7 +29252,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -28388,6 +29268,8 @@ "FrontendPorts": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort]", "HttpListeners": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener]", "GatewayIPConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayIPConfiguration]", + "PrivateEndpointConnections": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateEndpointConnection]", + "PrivateLinkConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkConfiguration]", "Probes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe]", "RedirectConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration]", "RequestRoutingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRequestRoutingRule]", @@ -28397,21 +29279,23 @@ "UrlPathMaps": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap]", "Zones": "System.Collections.Generic.List`1[System.String]", "Tag": "System.Collections.Hashtable", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", - "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", - "IdentityText": "System.String", - "SslPolicyText": "System.String", - "FirewallPolicyText": "System.String", - "ResourceGroupName": "System.String", + "Name": "System.String", "TagsTable": "System.String", - "ResourceGuid": "System.String", + "IdentityText": "System.String", "Type": "System.String", - "Name": "System.String", - "UrlPathMapsText": "System.String", + "ResourceGuid": "System.String", "Location": "System.String", - "ProbesText": "System.String", + "ResourceGroupName": "System.String", + "PrivateLinkEndpointConnectionsText": "System.String", + "PrivateLinkConfigurationsText": "System.String", + "FirewallPolicyText": "System.String", + "SslPolicyText": "System.String", + "UrlPathMapsText": "System.String", "ProvisioningState": "System.String", + "RequestRoutingRulesText": "System.String", "RewriteRuleSetsText": "System.String", "HttpListenersText": "System.String", "BackendHttpSettingsCollectionText": "System.String", @@ -28423,7 +29307,7 @@ "GatewayIpConfigurationsText": "System.String", "Etag": "System.String", "OperationalState": "System.String", - "RequestRoutingRulesText": "System.String", + "ProbesText": "System.String", "Id": "System.String" }, "ElementType": null, @@ -28510,16 +29394,18 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendIPConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Subnet": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "PublicIPAddress": "Microsoft.Azure.Commands.Network.Models.PSResourceId", + "PrivateLinkConfiguration": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "PrivateIPAddress": "System.String", "PrivateIPAllocationMethod": "System.String", "ProvisioningState": "System.String", "Type": "System.String", "SubnetText": "System.String", "PublicIpAddressText": "System.String", + "PrivateLinkConfigurationText": "System.String", "Name": "System.String", "Etag": "System.String", "Id": "System.String" @@ -28590,7 +29476,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Port": "System.Int32", "ProvisioningState": "System.String", @@ -28683,7 +29569,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayWebApplicationFirewallPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayWebApplicationFirewallPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayWebApplicationFirewallPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ManagedRules": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRules", "PolicySettings": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicySettings", @@ -28746,7 +29632,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslCertificate", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslCertificate, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslCertificate, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Password": "System.Security.SecureString", "Data": "System.String", @@ -28884,7 +29770,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError", "GenericTypeArguments": [], @@ -28941,7 +29827,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -28957,6 +29843,8 @@ "FrontendPorts": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort]", "HttpListeners": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener]", "GatewayIPConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayIPConfiguration]", + "PrivateEndpointConnections": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateEndpointConnection]", + "PrivateLinkConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkConfiguration]", "Probes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe]", "RedirectConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration]", "RequestRoutingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRequestRoutingRule]", @@ -28966,21 +29854,23 @@ "UrlPathMaps": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap]", "Zones": "System.Collections.Generic.List`1[System.String]", "Tag": "System.Collections.Hashtable", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", - "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", - "IdentityText": "System.String", - "SslPolicyText": "System.String", - "FirewallPolicyText": "System.String", - "ResourceGroupName": "System.String", + "Name": "System.String", "TagsTable": "System.String", - "ResourceGuid": "System.String", + "IdentityText": "System.String", "Type": "System.String", - "Name": "System.String", - "UrlPathMapsText": "System.String", + "ResourceGuid": "System.String", "Location": "System.String", - "ProbesText": "System.String", + "ResourceGroupName": "System.String", + "PrivateLinkEndpointConnectionsText": "System.String", + "PrivateLinkConfigurationsText": "System.String", + "FirewallPolicyText": "System.String", + "SslPolicyText": "System.String", + "UrlPathMapsText": "System.String", "ProvisioningState": "System.String", + "RequestRoutingRulesText": "System.String", "RewriteRuleSetsText": "System.String", "HttpListenersText": "System.String", "BackendHttpSettingsCollectionText": "System.String", @@ -28992,7 +29882,7 @@ "GatewayIpConfigurationsText": "System.String", "Etag": "System.String", "OperationalState": "System.String", - "RequestRoutingRulesText": "System.String", + "ProbesText": "System.String", "Id": "System.String" }, "ElementType": null, @@ -29175,7 +30065,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError", "GenericTypeArguments": [], @@ -29339,7 +30229,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -29355,6 +30245,8 @@ "FrontendPorts": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort]", "HttpListeners": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener]", "GatewayIPConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayIPConfiguration]", + "PrivateEndpointConnections": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateEndpointConnection]", + "PrivateLinkConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkConfiguration]", "Probes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe]", "RedirectConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration]", "RequestRoutingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRequestRoutingRule]", @@ -29364,21 +30256,23 @@ "UrlPathMaps": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap]", "Zones": "System.Collections.Generic.List`1[System.String]", "Tag": "System.Collections.Hashtable", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", - "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", - "IdentityText": "System.String", - "SslPolicyText": "System.String", - "FirewallPolicyText": "System.String", - "ResourceGroupName": "System.String", + "Name": "System.String", "TagsTable": "System.String", - "ResourceGuid": "System.String", + "IdentityText": "System.String", "Type": "System.String", - "Name": "System.String", - "UrlPathMapsText": "System.String", + "ResourceGuid": "System.String", "Location": "System.String", - "ProbesText": "System.String", + "ResourceGroupName": "System.String", + "PrivateLinkEndpointConnectionsText": "System.String", + "PrivateLinkConfigurationsText": "System.String", + "FirewallPolicyText": "System.String", + "SslPolicyText": "System.String", + "UrlPathMapsText": "System.String", "ProvisioningState": "System.String", + "RequestRoutingRulesText": "System.String", "RewriteRuleSetsText": "System.String", "HttpListenersText": "System.String", "BackendHttpSettingsCollectionText": "System.String", @@ -29390,7 +30284,7 @@ "GatewayIpConfigurationsText": "System.String", "Etag": "System.String", "OperationalState": "System.String", - "RequestRoutingRulesText": "System.String", + "ProbesText": "System.String", "Id": "System.String" }, "ElementType": null, @@ -29573,7 +30467,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError", "GenericTypeArguments": [], @@ -29641,16 +30535,18 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendIPConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Subnet": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "PublicIPAddress": "Microsoft.Azure.Commands.Network.Models.PSResourceId", + "PrivateLinkConfiguration": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "PrivateIPAddress": "System.String", "PrivateIPAllocationMethod": "System.String", "ProvisioningState": "System.String", "Type": "System.String", "SubnetText": "System.String", "PublicIpAddressText": "System.String", + "PrivateLinkConfigurationText": "System.String", "Name": "System.String", "Etag": "System.String", "Id": "System.String" @@ -29709,7 +30605,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Port": "System.Int32", "ProvisioningState": "System.String", @@ -29772,7 +30668,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayWebApplicationFirewallPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayWebApplicationFirewallPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayWebApplicationFirewallPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ManagedRules": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRules", "PolicySettings": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicySettings", @@ -29841,7 +30737,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslCertificate", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslCertificate, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslCertificate, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Password": "System.Security.SecureString", "Data": "System.String", @@ -29907,7 +30803,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -29923,6 +30819,8 @@ "FrontendPorts": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort]", "HttpListeners": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener]", "GatewayIPConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayIPConfiguration]", + "PrivateEndpointConnections": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateEndpointConnection]", + "PrivateLinkConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkConfiguration]", "Probes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe]", "RedirectConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration]", "RequestRoutingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRequestRoutingRule]", @@ -29932,21 +30830,23 @@ "UrlPathMaps": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap]", "Zones": "System.Collections.Generic.List`1[System.String]", "Tag": "System.Collections.Hashtable", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", - "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", - "IdentityText": "System.String", - "SslPolicyText": "System.String", - "FirewallPolicyText": "System.String", - "ResourceGroupName": "System.String", + "Name": "System.String", "TagsTable": "System.String", - "ResourceGuid": "System.String", + "IdentityText": "System.String", "Type": "System.String", - "Name": "System.String", - "UrlPathMapsText": "System.String", + "ResourceGuid": "System.String", "Location": "System.String", - "ProbesText": "System.String", + "ResourceGroupName": "System.String", + "PrivateLinkEndpointConnectionsText": "System.String", + "PrivateLinkConfigurationsText": "System.String", + "FirewallPolicyText": "System.String", + "SslPolicyText": "System.String", + "UrlPathMapsText": "System.String", "ProvisioningState": "System.String", + "RequestRoutingRulesText": "System.String", "RewriteRuleSetsText": "System.String", "HttpListenersText": "System.String", "BackendHttpSettingsCollectionText": "System.String", @@ -29958,7 +30858,7 @@ "GatewayIpConfigurationsText": "System.String", "Etag": "System.String", "OperationalState": "System.String", - "RequestRoutingRulesText": "System.String", + "ProbesText": "System.String", "Id": "System.String" }, "ElementType": null, @@ -30141,7 +31041,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError", "GenericTypeArguments": [], @@ -30216,7 +31116,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "FrontendIpConfiguration": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "FrontendPort": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -30304,7 +31204,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -30320,6 +31220,8 @@ "FrontendPorts": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort]", "HttpListeners": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener]", "GatewayIPConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayIPConfiguration]", + "PrivateEndpointConnections": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateEndpointConnection]", + "PrivateLinkConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkConfiguration]", "Probes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe]", "RedirectConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration]", "RequestRoutingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRequestRoutingRule]", @@ -30329,21 +31231,23 @@ "UrlPathMaps": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap]", "Zones": "System.Collections.Generic.List`1[System.String]", "Tag": "System.Collections.Hashtable", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", - "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", - "IdentityText": "System.String", - "SslPolicyText": "System.String", - "FirewallPolicyText": "System.String", - "ResourceGroupName": "System.String", + "Name": "System.String", "TagsTable": "System.String", - "ResourceGuid": "System.String", + "IdentityText": "System.String", "Type": "System.String", - "Name": "System.String", - "UrlPathMapsText": "System.String", + "ResourceGuid": "System.String", "Location": "System.String", - "ProbesText": "System.String", + "ResourceGroupName": "System.String", + "PrivateLinkEndpointConnectionsText": "System.String", + "PrivateLinkConfigurationsText": "System.String", + "FirewallPolicyText": "System.String", + "SslPolicyText": "System.String", + "UrlPathMapsText": "System.String", "ProvisioningState": "System.String", + "RequestRoutingRulesText": "System.String", "RewriteRuleSetsText": "System.String", "HttpListenersText": "System.String", "BackendHttpSettingsCollectionText": "System.String", @@ -30355,7 +31259,7 @@ "GatewayIpConfigurationsText": "System.String", "Etag": "System.String", "OperationalState": "System.String", - "RequestRoutingRulesText": "System.String", + "ProbesText": "System.String", "Id": "System.String" }, "ElementType": null, @@ -30469,7 +31373,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -30485,6 +31389,8 @@ "FrontendPorts": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort]", "HttpListeners": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener]", "GatewayIPConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayIPConfiguration]", + "PrivateEndpointConnections": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateEndpointConnection]", + "PrivateLinkConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkConfiguration]", "Probes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe]", "RedirectConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration]", "RequestRoutingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRequestRoutingRule]", @@ -30494,21 +31400,23 @@ "UrlPathMaps": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap]", "Zones": "System.Collections.Generic.List`1[System.String]", "Tag": "System.Collections.Hashtable", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", - "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", - "IdentityText": "System.String", - "SslPolicyText": "System.String", - "FirewallPolicyText": "System.String", - "ResourceGroupName": "System.String", + "Name": "System.String", "TagsTable": "System.String", - "ResourceGuid": "System.String", + "IdentityText": "System.String", "Type": "System.String", - "Name": "System.String", - "UrlPathMapsText": "System.String", + "ResourceGuid": "System.String", "Location": "System.String", - "ProbesText": "System.String", + "ResourceGroupName": "System.String", + "PrivateLinkEndpointConnectionsText": "System.String", + "PrivateLinkConfigurationsText": "System.String", + "FirewallPolicyText": "System.String", + "SslPolicyText": "System.String", + "UrlPathMapsText": "System.String", "ProvisioningState": "System.String", + "RequestRoutingRulesText": "System.String", "RewriteRuleSetsText": "System.String", "HttpListenersText": "System.String", "BackendHttpSettingsCollectionText": "System.String", @@ -30520,7 +31428,7 @@ "GatewayIpConfigurationsText": "System.String", "Etag": "System.String", "OperationalState": "System.String", - "RequestRoutingRulesText": "System.String", + "ProbesText": "System.String", "Id": "System.String" }, "ElementType": null, @@ -30628,7 +31536,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "FrontendIpConfiguration": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "FrontendPort": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -30734,16 +31642,18 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendIPConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Subnet": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "PublicIPAddress": "Microsoft.Azure.Commands.Network.Models.PSResourceId", + "PrivateLinkConfiguration": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "PrivateIPAddress": "System.String", "PrivateIPAllocationMethod": "System.String", "ProvisioningState": "System.String", "Type": "System.String", "SubnetText": "System.String", "PublicIpAddressText": "System.String", + "PrivateLinkConfigurationText": "System.String", "Name": "System.String", "Etag": "System.String", "Id": "System.String" @@ -30814,7 +31724,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Port": "System.Int32", "ProvisioningState": "System.String", @@ -30907,7 +31817,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayWebApplicationFirewallPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayWebApplicationFirewallPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayWebApplicationFirewallPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ManagedRules": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRules", "PolicySettings": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicySettings", @@ -30970,7 +31880,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslCertificate", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslCertificate, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslCertificate, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Password": "System.Security.SecureString", "Data": "System.String", @@ -31108,7 +32018,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError", "GenericTypeArguments": [], @@ -31291,7 +32201,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError", "GenericTypeArguments": [], @@ -31581,7 +32491,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError", "GenericTypeArguments": [], @@ -31649,16 +32559,18 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendIPConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Subnet": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "PublicIPAddress": "Microsoft.Azure.Commands.Network.Models.PSResourceId", + "PrivateLinkConfiguration": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "PrivateIPAddress": "System.String", "PrivateIPAllocationMethod": "System.String", "ProvisioningState": "System.String", "Type": "System.String", "SubnetText": "System.String", "PublicIpAddressText": "System.String", + "PrivateLinkConfigurationText": "System.String", "Name": "System.String", "Etag": "System.String", "Id": "System.String" @@ -31717,7 +32629,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Port": "System.Int32", "ProvisioningState": "System.String", @@ -31780,7 +32692,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayWebApplicationFirewallPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayWebApplicationFirewallPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayWebApplicationFirewallPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ManagedRules": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRules", "PolicySettings": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicySettings", @@ -31849,7 +32761,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslCertificate", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslCertificate, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslCertificate, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Password": "System.Security.SecureString", "Data": "System.String", @@ -32041,7 +32953,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError", "GenericTypeArguments": [], @@ -32116,7 +33028,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "FrontendIpConfiguration": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "FrontendPort": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -32204,7 +33116,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -32220,6 +33132,8 @@ "FrontendPorts": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort]", "HttpListeners": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener]", "GatewayIPConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayIPConfiguration]", + "PrivateEndpointConnections": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateEndpointConnection]", + "PrivateLinkConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkConfiguration]", "Probes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe]", "RedirectConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration]", "RequestRoutingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRequestRoutingRule]", @@ -32229,21 +33143,23 @@ "UrlPathMaps": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap]", "Zones": "System.Collections.Generic.List`1[System.String]", "Tag": "System.Collections.Hashtable", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", - "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", - "IdentityText": "System.String", - "SslPolicyText": "System.String", - "FirewallPolicyText": "System.String", - "ResourceGroupName": "System.String", + "Name": "System.String", "TagsTable": "System.String", - "ResourceGuid": "System.String", + "IdentityText": "System.String", "Type": "System.String", - "Name": "System.String", - "UrlPathMapsText": "System.String", + "ResourceGuid": "System.String", "Location": "System.String", - "ProbesText": "System.String", + "ResourceGroupName": "System.String", + "PrivateLinkEndpointConnectionsText": "System.String", + "PrivateLinkConfigurationsText": "System.String", + "FirewallPolicyText": "System.String", + "SslPolicyText": "System.String", + "UrlPathMapsText": "System.String", "ProvisioningState": "System.String", + "RequestRoutingRulesText": "System.String", "RewriteRuleSetsText": "System.String", "HttpListenersText": "System.String", "BackendHttpSettingsCollectionText": "System.String", @@ -32255,7 +33171,7 @@ "GatewayIpConfigurationsText": "System.String", "Etag": "System.String", "OperationalState": "System.String", - "RequestRoutingRulesText": "System.String", + "ProbesText": "System.String", "Id": "System.String" }, "ElementType": null, @@ -32369,7 +33285,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -32385,6 +33301,8 @@ "FrontendPorts": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort]", "HttpListeners": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener]", "GatewayIPConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayIPConfiguration]", + "PrivateEndpointConnections": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateEndpointConnection]", + "PrivateLinkConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkConfiguration]", "Probes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe]", "RedirectConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration]", "RequestRoutingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRequestRoutingRule]", @@ -32394,21 +33312,23 @@ "UrlPathMaps": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap]", "Zones": "System.Collections.Generic.List`1[System.String]", "Tag": "System.Collections.Hashtable", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", - "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", - "IdentityText": "System.String", - "SslPolicyText": "System.String", - "FirewallPolicyText": "System.String", - "ResourceGroupName": "System.String", + "Name": "System.String", "TagsTable": "System.String", - "ResourceGuid": "System.String", + "IdentityText": "System.String", "Type": "System.String", - "Name": "System.String", - "UrlPathMapsText": "System.String", + "ResourceGuid": "System.String", "Location": "System.String", - "ProbesText": "System.String", + "ResourceGroupName": "System.String", + "PrivateLinkEndpointConnectionsText": "System.String", + "PrivateLinkConfigurationsText": "System.String", + "FirewallPolicyText": "System.String", + "SslPolicyText": "System.String", + "UrlPathMapsText": "System.String", "ProvisioningState": "System.String", + "RequestRoutingRulesText": "System.String", "RewriteRuleSetsText": "System.String", "HttpListenersText": "System.String", "BackendHttpSettingsCollectionText": "System.String", @@ -32420,7 +33340,7 @@ "GatewayIpConfigurationsText": "System.String", "Etag": "System.String", "OperationalState": "System.String", - "RequestRoutingRulesText": "System.String", + "ProbesText": "System.String", "Id": "System.String" }, "ElementType": null, @@ -32528,7 +33448,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -32544,6 +33464,8 @@ "FrontendPorts": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort]", "HttpListeners": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener]", "GatewayIPConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayIPConfiguration]", + "PrivateEndpointConnections": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateEndpointConnection]", + "PrivateLinkConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkConfiguration]", "Probes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe]", "RedirectConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration]", "RequestRoutingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRequestRoutingRule]", @@ -32553,21 +33475,23 @@ "UrlPathMaps": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap]", "Zones": "System.Collections.Generic.List`1[System.String]", "Tag": "System.Collections.Hashtable", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", - "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", - "IdentityText": "System.String", - "SslPolicyText": "System.String", - "FirewallPolicyText": "System.String", - "ResourceGroupName": "System.String", + "Name": "System.String", "TagsTable": "System.String", - "ResourceGuid": "System.String", + "IdentityText": "System.String", "Type": "System.String", - "Name": "System.String", - "UrlPathMapsText": "System.String", + "ResourceGuid": "System.String", "Location": "System.String", - "ProbesText": "System.String", + "ResourceGroupName": "System.String", + "PrivateLinkEndpointConnectionsText": "System.String", + "PrivateLinkConfigurationsText": "System.String", + "FirewallPolicyText": "System.String", + "SslPolicyText": "System.String", + "UrlPathMapsText": "System.String", "ProvisioningState": "System.String", + "RequestRoutingRulesText": "System.String", "RewriteRuleSetsText": "System.String", "HttpListenersText": "System.String", "BackendHttpSettingsCollectionText": "System.String", @@ -32579,7 +33503,7 @@ "GatewayIpConfigurationsText": "System.String", "Etag": "System.String", "OperationalState": "System.String", - "RequestRoutingRulesText": "System.String", + "ProbesText": "System.String", "Id": "System.String" }, "ElementType": null, @@ -32631,7 +33555,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -32647,6 +33571,8 @@ "FrontendPorts": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort]", "HttpListeners": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener]", "GatewayIPConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayIPConfiguration]", + "PrivateEndpointConnections": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateEndpointConnection]", + "PrivateLinkConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkConfiguration]", "Probes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe]", "RedirectConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration]", "RequestRoutingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRequestRoutingRule]", @@ -32656,21 +33582,23 @@ "UrlPathMaps": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap]", "Zones": "System.Collections.Generic.List`1[System.String]", "Tag": "System.Collections.Hashtable", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", - "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", - "IdentityText": "System.String", - "SslPolicyText": "System.String", - "FirewallPolicyText": "System.String", - "ResourceGroupName": "System.String", + "Name": "System.String", "TagsTable": "System.String", - "ResourceGuid": "System.String", + "IdentityText": "System.String", "Type": "System.String", - "Name": "System.String", - "UrlPathMapsText": "System.String", + "ResourceGuid": "System.String", "Location": "System.String", - "ProbesText": "System.String", + "ResourceGroupName": "System.String", + "PrivateLinkEndpointConnectionsText": "System.String", + "PrivateLinkConfigurationsText": "System.String", + "FirewallPolicyText": "System.String", + "SslPolicyText": "System.String", + "UrlPathMapsText": "System.String", "ProvisioningState": "System.String", + "RequestRoutingRulesText": "System.String", "RewriteRuleSetsText": "System.String", "HttpListenersText": "System.String", "BackendHttpSettingsCollectionText": "System.String", @@ -32682,7 +33610,7 @@ "GatewayIpConfigurationsText": "System.String", "Etag": "System.String", "OperationalState": "System.String", - "RequestRoutingRulesText": "System.String", + "ProbesText": "System.String", "Id": "System.String" }, "ElementType": null, @@ -32769,16 +33697,18 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendIPConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Subnet": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "PublicIPAddress": "Microsoft.Azure.Commands.Network.Models.PSResourceId", + "PrivateLinkConfiguration": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "PrivateIPAddress": "System.String", "PrivateIPAllocationMethod": "System.String", "ProvisioningState": "System.String", "Type": "System.String", "SubnetText": "System.String", "PublicIpAddressText": "System.String", + "PrivateLinkConfigurationText": "System.String", "Name": "System.String", "Etag": "System.String", "Id": "System.String" @@ -32849,7 +33779,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Port": "System.Int32", "ProvisioningState": "System.String", @@ -32942,7 +33872,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayWebApplicationFirewallPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayWebApplicationFirewallPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayWebApplicationFirewallPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ManagedRules": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRules", "PolicySettings": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicySettings", @@ -33005,7 +33935,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslCertificate", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslCertificate, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslCertificate, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Password": "System.Security.SecureString", "Data": "System.String", @@ -33143,7 +34073,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError", "GenericTypeArguments": [], @@ -33200,7 +34130,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -33216,6 +34146,8 @@ "FrontendPorts": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort]", "HttpListeners": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener]", "GatewayIPConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayIPConfiguration]", + "PrivateEndpointConnections": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateEndpointConnection]", + "PrivateLinkConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkConfiguration]", "Probes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe]", "RedirectConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration]", "RequestRoutingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRequestRoutingRule]", @@ -33225,21 +34157,23 @@ "UrlPathMaps": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap]", "Zones": "System.Collections.Generic.List`1[System.String]", "Tag": "System.Collections.Hashtable", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", - "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", - "IdentityText": "System.String", - "SslPolicyText": "System.String", - "FirewallPolicyText": "System.String", - "ResourceGroupName": "System.String", + "Name": "System.String", "TagsTable": "System.String", - "ResourceGuid": "System.String", + "IdentityText": "System.String", "Type": "System.String", - "Name": "System.String", - "UrlPathMapsText": "System.String", + "ResourceGuid": "System.String", "Location": "System.String", - "ProbesText": "System.String", + "ResourceGroupName": "System.String", + "PrivateLinkEndpointConnectionsText": "System.String", + "PrivateLinkConfigurationsText": "System.String", + "FirewallPolicyText": "System.String", + "SslPolicyText": "System.String", + "UrlPathMapsText": "System.String", "ProvisioningState": "System.String", + "RequestRoutingRulesText": "System.String", "RewriteRuleSetsText": "System.String", "HttpListenersText": "System.String", "BackendHttpSettingsCollectionText": "System.String", @@ -33251,7 +34185,7 @@ "GatewayIpConfigurationsText": "System.String", "Etag": "System.String", "OperationalState": "System.String", - "RequestRoutingRulesText": "System.String", + "ProbesText": "System.String", "Id": "System.String" }, "ElementType": null, @@ -33434,7 +34368,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError", "GenericTypeArguments": [], @@ -33598,7 +34532,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -33614,6 +34548,8 @@ "FrontendPorts": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort]", "HttpListeners": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener]", "GatewayIPConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayIPConfiguration]", + "PrivateEndpointConnections": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateEndpointConnection]", + "PrivateLinkConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkConfiguration]", "Probes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe]", "RedirectConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration]", "RequestRoutingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRequestRoutingRule]", @@ -33623,21 +34559,23 @@ "UrlPathMaps": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap]", "Zones": "System.Collections.Generic.List`1[System.String]", "Tag": "System.Collections.Hashtable", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", - "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", - "IdentityText": "System.String", - "SslPolicyText": "System.String", - "FirewallPolicyText": "System.String", - "ResourceGroupName": "System.String", + "Name": "System.String", "TagsTable": "System.String", - "ResourceGuid": "System.String", + "IdentityText": "System.String", "Type": "System.String", - "Name": "System.String", - "UrlPathMapsText": "System.String", + "ResourceGuid": "System.String", "Location": "System.String", - "ProbesText": "System.String", + "ResourceGroupName": "System.String", + "PrivateLinkEndpointConnectionsText": "System.String", + "PrivateLinkConfigurationsText": "System.String", + "FirewallPolicyText": "System.String", + "SslPolicyText": "System.String", + "UrlPathMapsText": "System.String", "ProvisioningState": "System.String", + "RequestRoutingRulesText": "System.String", "RewriteRuleSetsText": "System.String", "HttpListenersText": "System.String", "BackendHttpSettingsCollectionText": "System.String", @@ -33649,7 +34587,7 @@ "GatewayIpConfigurationsText": "System.String", "Etag": "System.String", "OperationalState": "System.String", - "RequestRoutingRulesText": "System.String", + "ProbesText": "System.String", "Id": "System.String" }, "ElementType": null, @@ -33832,7 +34770,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError", "GenericTypeArguments": [], @@ -33900,16 +34838,18 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendIPConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Subnet": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "PublicIPAddress": "Microsoft.Azure.Commands.Network.Models.PSResourceId", + "PrivateLinkConfiguration": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "PrivateIPAddress": "System.String", "PrivateIPAllocationMethod": "System.String", "ProvisioningState": "System.String", "Type": "System.String", "SubnetText": "System.String", "PublicIpAddressText": "System.String", + "PrivateLinkConfigurationText": "System.String", "Name": "System.String", "Etag": "System.String", "Id": "System.String" @@ -33968,7 +34908,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Port": "System.Int32", "ProvisioningState": "System.String", @@ -34031,7 +34971,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayWebApplicationFirewallPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayWebApplicationFirewallPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayWebApplicationFirewallPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ManagedRules": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRules", "PolicySettings": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicySettings", @@ -34100,7 +35040,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslCertificate", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslCertificate, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslCertificate, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Password": "System.Security.SecureString", "Data": "System.String", @@ -34166,7 +35106,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -34182,6 +35122,8 @@ "FrontendPorts": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort]", "HttpListeners": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener]", "GatewayIPConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayIPConfiguration]", + "PrivateEndpointConnections": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateEndpointConnection]", + "PrivateLinkConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkConfiguration]", "Probes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe]", "RedirectConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration]", "RequestRoutingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRequestRoutingRule]", @@ -34191,21 +35133,23 @@ "UrlPathMaps": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap]", "Zones": "System.Collections.Generic.List`1[System.String]", "Tag": "System.Collections.Hashtable", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", - "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", - "IdentityText": "System.String", - "SslPolicyText": "System.String", - "FirewallPolicyText": "System.String", - "ResourceGroupName": "System.String", + "Name": "System.String", "TagsTable": "System.String", - "ResourceGuid": "System.String", + "IdentityText": "System.String", "Type": "System.String", - "Name": "System.String", - "UrlPathMapsText": "System.String", + "ResourceGuid": "System.String", "Location": "System.String", - "ProbesText": "System.String", + "ResourceGroupName": "System.String", + "PrivateLinkEndpointConnectionsText": "System.String", + "PrivateLinkConfigurationsText": "System.String", + "FirewallPolicyText": "System.String", + "SslPolicyText": "System.String", + "UrlPathMapsText": "System.String", "ProvisioningState": "System.String", + "RequestRoutingRulesText": "System.String", "RewriteRuleSetsText": "System.String", "HttpListenersText": "System.String", "BackendHttpSettingsCollectionText": "System.String", @@ -34217,7 +35161,7 @@ "GatewayIpConfigurationsText": "System.String", "Etag": "System.String", "OperationalState": "System.String", - "RequestRoutingRulesText": "System.String", + "ProbesText": "System.String", "Id": "System.String" }, "ElementType": null, @@ -34400,7 +35344,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError", "GenericTypeArguments": [], @@ -34475,7 +35419,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "UserAssignedIdentities": "System.Collections.Generic.Dictionary`2[System.String,Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentityUserAssignedIdentitiesValue]", "Type": "System.Nullable`1[Microsoft.Azure.Management.Network.Models.ResourceIdentityType]", @@ -34531,7 +35475,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -34547,6 +35491,8 @@ "FrontendPorts": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort]", "HttpListeners": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener]", "GatewayIPConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayIPConfiguration]", + "PrivateEndpointConnections": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateEndpointConnection]", + "PrivateLinkConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkConfiguration]", "Probes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe]", "RedirectConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration]", "RequestRoutingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRequestRoutingRule]", @@ -34556,21 +35502,23 @@ "UrlPathMaps": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap]", "Zones": "System.Collections.Generic.List`1[System.String]", "Tag": "System.Collections.Hashtable", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", - "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", - "IdentityText": "System.String", - "SslPolicyText": "System.String", - "FirewallPolicyText": "System.String", - "ResourceGroupName": "System.String", + "Name": "System.String", "TagsTable": "System.String", - "ResourceGuid": "System.String", + "IdentityText": "System.String", "Type": "System.String", - "Name": "System.String", - "UrlPathMapsText": "System.String", + "ResourceGuid": "System.String", "Location": "System.String", - "ProbesText": "System.String", + "ResourceGroupName": "System.String", + "PrivateLinkEndpointConnectionsText": "System.String", + "PrivateLinkConfigurationsText": "System.String", + "FirewallPolicyText": "System.String", + "SslPolicyText": "System.String", + "UrlPathMapsText": "System.String", "ProvisioningState": "System.String", + "RequestRoutingRulesText": "System.String", "RewriteRuleSetsText": "System.String", "HttpListenersText": "System.String", "BackendHttpSettingsCollectionText": "System.String", @@ -34582,7 +35530,7 @@ "GatewayIpConfigurationsText": "System.String", "Etag": "System.String", "OperationalState": "System.String", - "RequestRoutingRulesText": "System.String", + "ProbesText": "System.String", "Id": "System.String" }, "ElementType": null, @@ -34672,7 +35620,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -34688,6 +35636,8 @@ "FrontendPorts": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort]", "HttpListeners": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener]", "GatewayIPConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayIPConfiguration]", + "PrivateEndpointConnections": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateEndpointConnection]", + "PrivateLinkConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkConfiguration]", "Probes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe]", "RedirectConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration]", "RequestRoutingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRequestRoutingRule]", @@ -34697,21 +35647,23 @@ "UrlPathMaps": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap]", "Zones": "System.Collections.Generic.List`1[System.String]", "Tag": "System.Collections.Hashtable", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", - "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", - "IdentityText": "System.String", - "SslPolicyText": "System.String", - "FirewallPolicyText": "System.String", - "ResourceGroupName": "System.String", + "Name": "System.String", "TagsTable": "System.String", - "ResourceGuid": "System.String", + "IdentityText": "System.String", "Type": "System.String", - "Name": "System.String", - "UrlPathMapsText": "System.String", + "ResourceGuid": "System.String", "Location": "System.String", - "ProbesText": "System.String", + "ResourceGroupName": "System.String", + "PrivateLinkEndpointConnectionsText": "System.String", + "PrivateLinkConfigurationsText": "System.String", + "FirewallPolicyText": "System.String", + "SslPolicyText": "System.String", + "UrlPathMapsText": "System.String", "ProvisioningState": "System.String", + "RequestRoutingRulesText": "System.String", "RewriteRuleSetsText": "System.String", "HttpListenersText": "System.String", "BackendHttpSettingsCollectionText": "System.String", @@ -34723,7 +35675,7 @@ "GatewayIpConfigurationsText": "System.String", "Etag": "System.String", "OperationalState": "System.String", - "RequestRoutingRulesText": "System.String", + "ProbesText": "System.String", "Id": "System.String" }, "ElementType": null, @@ -34831,7 +35783,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "UserAssignedIdentities": "System.Collections.Generic.Dictionary`2[System.String,Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentityUserAssignedIdentitiesValue]", "Type": "System.Nullable`1[Microsoft.Azure.Management.Network.Models.ResourceIdentityType]", @@ -35023,7 +35975,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -35039,6 +35991,8 @@ "FrontendPorts": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort]", "HttpListeners": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener]", "GatewayIPConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayIPConfiguration]", + "PrivateEndpointConnections": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateEndpointConnection]", + "PrivateLinkConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkConfiguration]", "Probes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe]", "RedirectConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration]", "RequestRoutingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRequestRoutingRule]", @@ -35048,21 +36002,23 @@ "UrlPathMaps": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap]", "Zones": "System.Collections.Generic.List`1[System.String]", "Tag": "System.Collections.Hashtable", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", - "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", - "IdentityText": "System.String", - "SslPolicyText": "System.String", - "FirewallPolicyText": "System.String", - "ResourceGroupName": "System.String", + "Name": "System.String", "TagsTable": "System.String", - "ResourceGuid": "System.String", + "IdentityText": "System.String", "Type": "System.String", - "Name": "System.String", - "UrlPathMapsText": "System.String", + "ResourceGuid": "System.String", "Location": "System.String", - "ProbesText": "System.String", + "ResourceGroupName": "System.String", + "PrivateLinkEndpointConnectionsText": "System.String", + "PrivateLinkConfigurationsText": "System.String", + "FirewallPolicyText": "System.String", + "SslPolicyText": "System.String", + "UrlPathMapsText": "System.String", "ProvisioningState": "System.String", + "RequestRoutingRulesText": "System.String", "RewriteRuleSetsText": "System.String", "HttpListenersText": "System.String", "BackendHttpSettingsCollectionText": "System.String", @@ -35074,7 +36030,7 @@ "GatewayIpConfigurationsText": "System.String", "Etag": "System.String", "OperationalState": "System.String", - "RequestRoutingRulesText": "System.String", + "ProbesText": "System.String", "Id": "System.String" }, "ElementType": null, @@ -35126,7 +36082,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -35142,6 +36098,8 @@ "FrontendPorts": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort]", "HttpListeners": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener]", "GatewayIPConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayIPConfiguration]", + "PrivateEndpointConnections": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateEndpointConnection]", + "PrivateLinkConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkConfiguration]", "Probes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe]", "RedirectConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration]", "RequestRoutingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRequestRoutingRule]", @@ -35151,21 +36109,23 @@ "UrlPathMaps": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap]", "Zones": "System.Collections.Generic.List`1[System.String]", "Tag": "System.Collections.Hashtable", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", - "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", - "IdentityText": "System.String", - "SslPolicyText": "System.String", - "FirewallPolicyText": "System.String", - "ResourceGroupName": "System.String", + "Name": "System.String", "TagsTable": "System.String", - "ResourceGuid": "System.String", + "IdentityText": "System.String", "Type": "System.String", - "Name": "System.String", - "UrlPathMapsText": "System.String", + "ResourceGuid": "System.String", "Location": "System.String", - "ProbesText": "System.String", + "ResourceGroupName": "System.String", + "PrivateLinkEndpointConnectionsText": "System.String", + "PrivateLinkConfigurationsText": "System.String", + "FirewallPolicyText": "System.String", + "SslPolicyText": "System.String", + "UrlPathMapsText": "System.String", "ProvisioningState": "System.String", + "RequestRoutingRulesText": "System.String", "RewriteRuleSetsText": "System.String", "HttpListenersText": "System.String", "BackendHttpSettingsCollectionText": "System.String", @@ -35177,7 +36137,7 @@ "GatewayIpConfigurationsText": "System.String", "Etag": "System.String", "OperationalState": "System.String", - "RequestRoutingRulesText": "System.String", + "ProbesText": "System.String", "Id": "System.String" }, "ElementType": null, @@ -35267,7 +36227,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -35283,6 +36243,8 @@ "FrontendPorts": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort]", "HttpListeners": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener]", "GatewayIPConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayIPConfiguration]", + "PrivateEndpointConnections": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateEndpointConnection]", + "PrivateLinkConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkConfiguration]", "Probes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe]", "RedirectConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration]", "RequestRoutingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRequestRoutingRule]", @@ -35292,21 +36254,23 @@ "UrlPathMaps": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap]", "Zones": "System.Collections.Generic.List`1[System.String]", "Tag": "System.Collections.Hashtable", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", - "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", - "IdentityText": "System.String", - "SslPolicyText": "System.String", - "FirewallPolicyText": "System.String", - "ResourceGroupName": "System.String", + "Name": "System.String", "TagsTable": "System.String", - "ResourceGuid": "System.String", + "IdentityText": "System.String", "Type": "System.String", - "Name": "System.String", - "UrlPathMapsText": "System.String", + "ResourceGuid": "System.String", "Location": "System.String", - "ProbesText": "System.String", + "ResourceGroupName": "System.String", + "PrivateLinkEndpointConnectionsText": "System.String", + "PrivateLinkConfigurationsText": "System.String", + "FirewallPolicyText": "System.String", + "SslPolicyText": "System.String", + "UrlPathMapsText": "System.String", "ProvisioningState": "System.String", + "RequestRoutingRulesText": "System.String", "RewriteRuleSetsText": "System.String", "HttpListenersText": "System.String", "BackendHttpSettingsCollectionText": "System.String", @@ -35318,7 +36282,7 @@ "GatewayIpConfigurationsText": "System.String", "Etag": "System.String", "OperationalState": "System.String", - "RequestRoutingRulesText": "System.String", + "ProbesText": "System.String", "Id": "System.String" }, "ElementType": null, @@ -35426,7 +36390,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -35442,6 +36406,8 @@ "FrontendPorts": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort]", "HttpListeners": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener]", "GatewayIPConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayIPConfiguration]", + "PrivateEndpointConnections": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateEndpointConnection]", + "PrivateLinkConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkConfiguration]", "Probes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe]", "RedirectConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration]", "RequestRoutingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRequestRoutingRule]", @@ -35451,21 +36417,23 @@ "UrlPathMaps": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap]", "Zones": "System.Collections.Generic.List`1[System.String]", "Tag": "System.Collections.Hashtable", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", - "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", - "IdentityText": "System.String", - "SslPolicyText": "System.String", - "FirewallPolicyText": "System.String", - "ResourceGroupName": "System.String", + "Name": "System.String", "TagsTable": "System.String", - "ResourceGuid": "System.String", + "IdentityText": "System.String", "Type": "System.String", - "Name": "System.String", - "UrlPathMapsText": "System.String", + "ResourceGuid": "System.String", "Location": "System.String", - "ProbesText": "System.String", + "ResourceGroupName": "System.String", + "PrivateLinkEndpointConnectionsText": "System.String", + "PrivateLinkConfigurationsText": "System.String", + "FirewallPolicyText": "System.String", + "SslPolicyText": "System.String", + "UrlPathMapsText": "System.String", "ProvisioningState": "System.String", + "RequestRoutingRulesText": "System.String", "RewriteRuleSetsText": "System.String", "HttpListenersText": "System.String", "BackendHttpSettingsCollectionText": "System.String", @@ -35477,7 +36445,7 @@ "GatewayIpConfigurationsText": "System.String", "Etag": "System.String", "OperationalState": "System.String", - "RequestRoutingRulesText": "System.String", + "ProbesText": "System.String", "Id": "System.String" }, "ElementType": null, @@ -35529,7 +36497,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -35545,6 +36513,8 @@ "FrontendPorts": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort]", "HttpListeners": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener]", "GatewayIPConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayIPConfiguration]", + "PrivateEndpointConnections": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateEndpointConnection]", + "PrivateLinkConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkConfiguration]", "Probes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe]", "RedirectConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration]", "RequestRoutingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRequestRoutingRule]", @@ -35554,21 +36524,23 @@ "UrlPathMaps": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap]", "Zones": "System.Collections.Generic.List`1[System.String]", "Tag": "System.Collections.Hashtable", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", - "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", - "IdentityText": "System.String", - "SslPolicyText": "System.String", - "FirewallPolicyText": "System.String", - "ResourceGroupName": "System.String", + "Name": "System.String", "TagsTable": "System.String", - "ResourceGuid": "System.String", + "IdentityText": "System.String", "Type": "System.String", - "Name": "System.String", - "UrlPathMapsText": "System.String", + "ResourceGuid": "System.String", "Location": "System.String", - "ProbesText": "System.String", + "ResourceGroupName": "System.String", + "PrivateLinkEndpointConnectionsText": "System.String", + "PrivateLinkConfigurationsText": "System.String", + "FirewallPolicyText": "System.String", + "SslPolicyText": "System.String", + "UrlPathMapsText": "System.String", "ProvisioningState": "System.String", + "RequestRoutingRulesText": "System.String", "RewriteRuleSetsText": "System.String", "HttpListenersText": "System.String", "BackendHttpSettingsCollectionText": "System.String", @@ -35580,7 +36552,7 @@ "GatewayIpConfigurationsText": "System.String", "Etag": "System.String", "OperationalState": "System.String", - "RequestRoutingRulesText": "System.String", + "ProbesText": "System.String", "Id": "System.String" }, "ElementType": null, @@ -35690,7 +36662,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -35706,6 +36678,8 @@ "FrontendPorts": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort]", "HttpListeners": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener]", "GatewayIPConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayIPConfiguration]", + "PrivateEndpointConnections": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateEndpointConnection]", + "PrivateLinkConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkConfiguration]", "Probes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe]", "RedirectConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration]", "RequestRoutingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRequestRoutingRule]", @@ -35715,21 +36689,23 @@ "UrlPathMaps": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap]", "Zones": "System.Collections.Generic.List`1[System.String]", "Tag": "System.Collections.Hashtable", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", - "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", - "IdentityText": "System.String", - "SslPolicyText": "System.String", - "FirewallPolicyText": "System.String", - "ResourceGroupName": "System.String", + "Name": "System.String", "TagsTable": "System.String", - "ResourceGuid": "System.String", + "IdentityText": "System.String", "Type": "System.String", - "Name": "System.String", - "UrlPathMapsText": "System.String", + "ResourceGuid": "System.String", "Location": "System.String", - "ProbesText": "System.String", + "ResourceGroupName": "System.String", + "PrivateLinkEndpointConnectionsText": "System.String", + "PrivateLinkConfigurationsText": "System.String", + "FirewallPolicyText": "System.String", + "SslPolicyText": "System.String", + "UrlPathMapsText": "System.String", "ProvisioningState": "System.String", + "RequestRoutingRulesText": "System.String", "RewriteRuleSetsText": "System.String", "HttpListenersText": "System.String", "BackendHttpSettingsCollectionText": "System.String", @@ -35741,7 +36717,7 @@ "GatewayIpConfigurationsText": "System.String", "Etag": "System.String", "OperationalState": "System.String", - "RequestRoutingRulesText": "System.String", + "ProbesText": "System.String", "Id": "System.String" }, "ElementType": null, @@ -35875,7 +36851,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -35891,6 +36867,8 @@ "FrontendPorts": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort]", "HttpListeners": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener]", "GatewayIPConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayIPConfiguration]", + "PrivateEndpointConnections": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateEndpointConnection]", + "PrivateLinkConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkConfiguration]", "Probes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe]", "RedirectConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration]", "RequestRoutingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRequestRoutingRule]", @@ -35900,21 +36878,23 @@ "UrlPathMaps": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap]", "Zones": "System.Collections.Generic.List`1[System.String]", "Tag": "System.Collections.Hashtable", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", - "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", - "IdentityText": "System.String", - "SslPolicyText": "System.String", - "FirewallPolicyText": "System.String", - "ResourceGroupName": "System.String", + "Name": "System.String", "TagsTable": "System.String", - "ResourceGuid": "System.String", + "IdentityText": "System.String", "Type": "System.String", - "Name": "System.String", - "UrlPathMapsText": "System.String", + "ResourceGuid": "System.String", "Location": "System.String", - "ProbesText": "System.String", + "ResourceGroupName": "System.String", + "PrivateLinkEndpointConnectionsText": "System.String", + "PrivateLinkConfigurationsText": "System.String", + "FirewallPolicyText": "System.String", + "SslPolicyText": "System.String", + "UrlPathMapsText": "System.String", "ProvisioningState": "System.String", + "RequestRoutingRulesText": "System.String", "RewriteRuleSetsText": "System.String", "HttpListenersText": "System.String", "BackendHttpSettingsCollectionText": "System.String", @@ -35926,7 +36906,7 @@ "GatewayIpConfigurationsText": "System.String", "Etag": "System.String", "OperationalState": "System.String", - "RequestRoutingRulesText": "System.String", + "ProbesText": "System.String", "Id": "System.String" }, "ElementType": null, @@ -36034,7 +37014,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Capacity": "System.Nullable`1[System.Int32]", "Tier": "System.String", @@ -36088,7 +37068,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DisabledSslProtocols": "System.Collections.Generic.List`1[System.String]", "CipherSuites": "System.Collections.Generic.List`1[System.String]", @@ -36146,7 +37126,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayIPConfiguration[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayIPConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayIPConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayIPConfiguration", "GenericTypeArguments": [], @@ -36164,7 +37144,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslCertificate[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslCertificate", "GenericTypeArguments": [], @@ -36182,7 +37162,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAuthenticationCertificate[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAuthenticationCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAuthenticationCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAuthenticationCertificate", "GenericTypeArguments": [], @@ -36200,7 +37180,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedRootCertificate[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedRootCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedRootCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedRootCertificate", "GenericTypeArguments": [], @@ -36218,7 +37198,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendIPConfiguration[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendIPConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendIPConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendIPConfiguration", "GenericTypeArguments": [], @@ -36236,7 +37216,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort", "GenericTypeArguments": [], @@ -36254,7 +37234,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe", "GenericTypeArguments": [], @@ -36272,7 +37252,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool", "GenericTypeArguments": [], @@ -36290,7 +37270,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings", "GenericTypeArguments": [], @@ -36308,7 +37288,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener", "GenericTypeArguments": [], @@ -36326,7 +37306,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap", "GenericTypeArguments": [], @@ -36344,7 +37324,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRequestRoutingRule[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRequestRoutingRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRequestRoutingRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRequestRoutingRule", "GenericTypeArguments": [], @@ -36362,7 +37342,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet", "GenericTypeArguments": [], @@ -36380,7 +37360,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration", "GenericTypeArguments": [], @@ -36398,7 +37378,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayWebApplicationFirewallConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayWebApplicationFirewallConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayWebApplicationFirewallConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Enabled": "System.Boolean", "DisabledRuleGroups": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallDisabledRuleGroup]", @@ -36478,7 +37458,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayWebApplicationFirewallPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayWebApplicationFirewallPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayWebApplicationFirewallPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ManagedRules": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRules", "PolicySettings": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicySettings", @@ -36541,7 +37521,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "MinCapacity": "System.Int32", "MaxCapacity": "System.Nullable`1[System.Int32]" @@ -36704,7 +37684,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "UserAssignedIdentities": "System.Collections.Generic.Dictionary`2[System.String,Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentityUserAssignedIdentitiesValue]", "Type": "System.Nullable`1[Microsoft.Azure.Management.Network.Models.ResourceIdentityType]", @@ -36795,7 +37775,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError", "GenericTypeArguments": [], @@ -36807,6 +37787,24 @@ "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, + { + "Name": "PrivateLinkConfiguration", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Network.Models", + "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkConfiguration[]", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": {}, + "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkConfiguration", + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, { "Name": "DefaultProfile", "AliasList": [ @@ -36926,7 +37924,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Capacity": "System.Nullable`1[System.Int32]", "Tier": "System.String", @@ -36986,7 +37984,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DisabledSslProtocols": "System.Collections.Generic.List`1[System.String]", "CipherSuites": "System.Collections.Generic.List`1[System.String]", @@ -37050,7 +38048,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayIPConfiguration[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayIPConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayIPConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayIPConfiguration", "GenericTypeArguments": [], @@ -37074,7 +38072,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslCertificate[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslCertificate", "GenericTypeArguments": [], @@ -37098,7 +38096,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAuthenticationCertificate[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAuthenticationCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAuthenticationCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAuthenticationCertificate", "GenericTypeArguments": [], @@ -37122,7 +38120,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedRootCertificate[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedRootCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedRootCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedRootCertificate", "GenericTypeArguments": [], @@ -37146,7 +38144,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendIPConfiguration[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendIPConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendIPConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendIPConfiguration", "GenericTypeArguments": [], @@ -37170,7 +38168,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort", "GenericTypeArguments": [], @@ -37194,7 +38192,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe", "GenericTypeArguments": [], @@ -37218,7 +38216,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool", "GenericTypeArguments": [], @@ -37242,7 +38240,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings", "GenericTypeArguments": [], @@ -37266,7 +38264,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener", "GenericTypeArguments": [], @@ -37290,7 +38288,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap", "GenericTypeArguments": [], @@ -37314,7 +38312,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRequestRoutingRule[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRequestRoutingRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRequestRoutingRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRequestRoutingRule", "GenericTypeArguments": [], @@ -37338,7 +38336,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet", "GenericTypeArguments": [], @@ -37362,7 +38360,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration", "GenericTypeArguments": [], @@ -37386,7 +38384,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayWebApplicationFirewallConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayWebApplicationFirewallConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayWebApplicationFirewallConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Enabled": "System.Boolean", "DisabledRuleGroups": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallDisabledRuleGroup]", @@ -37454,7 +38452,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "MinCapacity": "System.Int32", "MaxCapacity": "System.Nullable`1[System.Int32]" @@ -37681,7 +38679,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError", "GenericTypeArguments": [], @@ -37698,6 +38696,30 @@ "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, + { + "ParameterMetadata": { + "Name": "PrivateLinkConfiguration", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Network.Models", + "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkConfiguration[]", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": {}, + "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkConfiguration", + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, { "ParameterMetadata": { "Name": "DefaultProfile", @@ -37847,7 +38869,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Capacity": "System.Nullable`1[System.Int32]", "Tier": "System.String", @@ -37907,7 +38929,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DisabledSslProtocols": "System.Collections.Generic.List`1[System.String]", "CipherSuites": "System.Collections.Generic.List`1[System.String]", @@ -37971,7 +38993,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayIPConfiguration[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayIPConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayIPConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayIPConfiguration", "GenericTypeArguments": [], @@ -37995,7 +39017,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslCertificate[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslCertificate", "GenericTypeArguments": [], @@ -38019,7 +39041,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAuthenticationCertificate[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAuthenticationCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAuthenticationCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAuthenticationCertificate", "GenericTypeArguments": [], @@ -38043,7 +39065,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedRootCertificate[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedRootCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedRootCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedRootCertificate", "GenericTypeArguments": [], @@ -38067,7 +39089,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendIPConfiguration[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendIPConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendIPConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendIPConfiguration", "GenericTypeArguments": [], @@ -38091,7 +39113,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort", "GenericTypeArguments": [], @@ -38115,7 +39137,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe", "GenericTypeArguments": [], @@ -38139,7 +39161,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool", "GenericTypeArguments": [], @@ -38163,7 +39185,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings", "GenericTypeArguments": [], @@ -38187,7 +39209,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener", "GenericTypeArguments": [], @@ -38211,7 +39233,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap", "GenericTypeArguments": [], @@ -38235,7 +39257,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRequestRoutingRule[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRequestRoutingRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRequestRoutingRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRequestRoutingRule", "GenericTypeArguments": [], @@ -38259,7 +39281,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet", "GenericTypeArguments": [], @@ -38283,7 +39305,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration", "GenericTypeArguments": [], @@ -38307,7 +39329,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayWebApplicationFirewallConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayWebApplicationFirewallConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayWebApplicationFirewallConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Enabled": "System.Boolean", "DisabledRuleGroups": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallDisabledRuleGroup]", @@ -38375,7 +39397,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "MinCapacity": "System.Int32", "MaxCapacity": "System.Nullable`1[System.Int32]" @@ -38602,7 +39624,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError", "GenericTypeArguments": [], @@ -38619,6 +39641,30 @@ "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, + { + "ParameterMetadata": { + "Name": "PrivateLinkConfiguration", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Network.Models", + "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkConfiguration[]", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": {}, + "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkConfiguration", + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, { "ParameterMetadata": { "Name": "DefaultProfile", @@ -38670,7 +39716,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayWebApplicationFirewallPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayWebApplicationFirewallPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayWebApplicationFirewallPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ManagedRules": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRules", "PolicySettings": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicySettings", @@ -38813,7 +39859,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Capacity": "System.Nullable`1[System.Int32]", "Tier": "System.String", @@ -38873,7 +39919,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DisabledSslProtocols": "System.Collections.Generic.List`1[System.String]", "CipherSuites": "System.Collections.Generic.List`1[System.String]", @@ -38937,7 +39983,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayIPConfiguration[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayIPConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayIPConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayIPConfiguration", "GenericTypeArguments": [], @@ -38961,7 +40007,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslCertificate[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslCertificate", "GenericTypeArguments": [], @@ -38985,7 +40031,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAuthenticationCertificate[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAuthenticationCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAuthenticationCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAuthenticationCertificate", "GenericTypeArguments": [], @@ -39009,7 +40055,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedRootCertificate[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedRootCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedRootCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedRootCertificate", "GenericTypeArguments": [], @@ -39033,7 +40079,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendIPConfiguration[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendIPConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendIPConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendIPConfiguration", "GenericTypeArguments": [], @@ -39057,7 +40103,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort", "GenericTypeArguments": [], @@ -39081,7 +40127,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe", "GenericTypeArguments": [], @@ -39105,7 +40151,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool", "GenericTypeArguments": [], @@ -39129,7 +40175,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings", "GenericTypeArguments": [], @@ -39153,7 +40199,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener", "GenericTypeArguments": [], @@ -39177,7 +40223,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap", "GenericTypeArguments": [], @@ -39201,7 +40247,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRequestRoutingRule[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRequestRoutingRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRequestRoutingRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRequestRoutingRule", "GenericTypeArguments": [], @@ -39225,7 +40271,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet", "GenericTypeArguments": [], @@ -39249,7 +40295,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration", "GenericTypeArguments": [], @@ -39273,7 +40319,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayWebApplicationFirewallConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayWebApplicationFirewallConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayWebApplicationFirewallConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Enabled": "System.Boolean", "DisabledRuleGroups": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallDisabledRuleGroup]", @@ -39341,7 +40387,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "MinCapacity": "System.Int32", "MaxCapacity": "System.Nullable`1[System.Int32]" @@ -39568,7 +40614,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError", "GenericTypeArguments": [], @@ -39585,6 +40631,30 @@ "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, + { + "ParameterMetadata": { + "Name": "PrivateLinkConfiguration", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Network.Models", + "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkConfiguration[]", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": {}, + "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkConfiguration", + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, { "ParameterMetadata": { "Name": "DefaultProfile", @@ -39736,7 +40806,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Capacity": "System.Nullable`1[System.Int32]", "Tier": "System.String", @@ -39796,7 +40866,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DisabledSslProtocols": "System.Collections.Generic.List`1[System.String]", "CipherSuites": "System.Collections.Generic.List`1[System.String]", @@ -39860,7 +40930,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayIPConfiguration[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayIPConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayIPConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayIPConfiguration", "GenericTypeArguments": [], @@ -39884,7 +40954,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslCertificate[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslCertificate", "GenericTypeArguments": [], @@ -39908,7 +40978,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAuthenticationCertificate[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAuthenticationCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAuthenticationCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAuthenticationCertificate", "GenericTypeArguments": [], @@ -39932,7 +41002,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedRootCertificate[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedRootCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedRootCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedRootCertificate", "GenericTypeArguments": [], @@ -39956,7 +41026,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendIPConfiguration[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendIPConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendIPConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendIPConfiguration", "GenericTypeArguments": [], @@ -39980,7 +41050,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort", "GenericTypeArguments": [], @@ -40004,7 +41074,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe", "GenericTypeArguments": [], @@ -40028,7 +41098,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool", "GenericTypeArguments": [], @@ -40052,7 +41122,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings", "GenericTypeArguments": [], @@ -40076,7 +41146,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener", "GenericTypeArguments": [], @@ -40100,7 +41170,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap", "GenericTypeArguments": [], @@ -40124,7 +41194,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRequestRoutingRule[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRequestRoutingRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRequestRoutingRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRequestRoutingRule", "GenericTypeArguments": [], @@ -40148,7 +41218,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet", "GenericTypeArguments": [], @@ -40172,7 +41242,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration", "GenericTypeArguments": [], @@ -40196,7 +41266,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayWebApplicationFirewallConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayWebApplicationFirewallConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayWebApplicationFirewallConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Enabled": "System.Boolean", "DisabledRuleGroups": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallDisabledRuleGroup]", @@ -40264,7 +41334,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "MinCapacity": "System.Int32", "MaxCapacity": "System.Nullable`1[System.Int32]" @@ -40491,7 +41561,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError", "GenericTypeArguments": [], @@ -40508,6 +41578,30 @@ "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, + { + "ParameterMetadata": { + "Name": "PrivateLinkConfiguration", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Network.Models", + "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkConfiguration[]", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": {}, + "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkConfiguration", + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, { "ParameterMetadata": { "Name": "DefaultProfile", @@ -40559,7 +41653,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "UserAssignedIdentities": "System.Collections.Generic.Dictionary`2[System.String,Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentityUserAssignedIdentitiesValue]", "Type": "System.Nullable`1[Microsoft.Azure.Management.Network.Models.ResourceIdentityType]", @@ -40694,7 +41788,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Capacity": "System.Nullable`1[System.Int32]", "Tier": "System.String", @@ -40754,7 +41848,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DisabledSslProtocols": "System.Collections.Generic.List`1[System.String]", "CipherSuites": "System.Collections.Generic.List`1[System.String]", @@ -40818,7 +41912,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayIPConfiguration[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayIPConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayIPConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayIPConfiguration", "GenericTypeArguments": [], @@ -40842,7 +41936,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslCertificate[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslCertificate", "GenericTypeArguments": [], @@ -40866,7 +41960,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAuthenticationCertificate[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAuthenticationCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAuthenticationCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAuthenticationCertificate", "GenericTypeArguments": [], @@ -40890,7 +41984,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedRootCertificate[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedRootCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedRootCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedRootCertificate", "GenericTypeArguments": [], @@ -40914,7 +42008,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendIPConfiguration[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendIPConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendIPConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendIPConfiguration", "GenericTypeArguments": [], @@ -40938,7 +42032,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort", "GenericTypeArguments": [], @@ -40962,7 +42056,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe", "GenericTypeArguments": [], @@ -40986,7 +42080,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool", "GenericTypeArguments": [], @@ -41010,7 +42104,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings", "GenericTypeArguments": [], @@ -41034,7 +42128,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener", "GenericTypeArguments": [], @@ -41058,7 +42152,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap", "GenericTypeArguments": [], @@ -41082,7 +42176,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRequestRoutingRule[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRequestRoutingRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRequestRoutingRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRequestRoutingRule", "GenericTypeArguments": [], @@ -41106,7 +42200,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet", "GenericTypeArguments": [], @@ -41130,7 +42224,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration", "GenericTypeArguments": [], @@ -41154,7 +42248,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayWebApplicationFirewallConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayWebApplicationFirewallConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayWebApplicationFirewallConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Enabled": "System.Boolean", "DisabledRuleGroups": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallDisabledRuleGroup]", @@ -41222,7 +42316,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "MinCapacity": "System.Int32", "MaxCapacity": "System.Nullable`1[System.Int32]" @@ -41449,7 +42543,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError", "GenericTypeArguments": [], @@ -41466,6 +42560,30 @@ "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, + { + "ParameterMetadata": { + "Name": "PrivateLinkConfiguration", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Network.Models", + "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkConfiguration[]", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": {}, + "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkConfiguration", + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, { "ParameterMetadata": { "Name": "DefaultProfile", @@ -41524,7 +42642,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPathRule", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPathRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPathRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "BackendAddressPool": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "BackendHttpSettings": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -41646,7 +42764,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "BackendAddresses": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddress]", "BackendIpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceIPConfiguration]", @@ -41734,7 +42852,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ConnectionDraining": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayConnectionDraining", "Probe": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -41838,7 +42956,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "RewriteRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRule]", "ProvisioningState": "System.String", @@ -41919,7 +43037,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "TargetListener": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "RequestRoutingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", @@ -42004,7 +43122,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayWebApplicationFirewallPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayWebApplicationFirewallPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayWebApplicationFirewallPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ManagedRules": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRules", "PolicySettings": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicySettings", @@ -42410,7 +43528,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "BackendAddresses": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddress]", "BackendIpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceIPConfiguration]", @@ -42486,7 +43604,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ConnectionDraining": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayConnectionDraining", "Probe": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -42578,7 +43696,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "RewriteRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRule]", "ProvisioningState": "System.String", @@ -42647,7 +43765,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "TargetListener": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "RequestRoutingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", @@ -42720,7 +43838,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayWebApplicationFirewallPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayWebApplicationFirewallPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayWebApplicationFirewallPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ManagedRules": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRules", "PolicySettings": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicySettings", @@ -42875,10 +43993,10 @@ "AliasList": [] }, { - "VerbName": "New", - "NounName": "AzApplicationGatewayProbeHealthResponseMatch", - "Name": "New-AzApplicationGatewayProbeHealthResponseMatch", - "ClassName": "Microsoft.Azure.Commands.Network.NewAzureApplicationGatewayProbeHealthResponseMatchCommand", + "VerbName": "Add", + "NounName": "AzApplicationGatewayPrivateLinkConfiguration", + "Name": "Add-AzApplicationGatewayPrivateLinkConfiguration", + "ClassName": "Microsoft.Azure.Commands.Network.AddAzureApplicationGatewayPrivateLinkConfigurationCommand", "SupportsShouldProcess": false, "ConfirmImpact": 2, "SupportsPaging": false, @@ -42887,12 +44005,64 @@ { "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", - "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbeHealthResponseMatch", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbeHealthResponseMatch, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { - "StatusCodes": "System.Collections.Generic.List`1[System.String]", - "Body": "System.String", - "StatusCodesText": "System.String" + "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", + "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", + "SslPolicy": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslPolicy", + "WebApplicationFirewallConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayWebApplicationFirewallConfiguration", + "Identity": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity", + "FirewallPolicy": "Microsoft.Azure.Commands.Network.Models.PSResourceId", + "AuthenticationCertificates": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAuthenticationCertificate]", + "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool]", + "BackendHttpSettingsCollection": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings]", + "CustomErrorConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError]", + "FrontendIPConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendIPConfiguration]", + "FrontendPorts": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort]", + "HttpListeners": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener]", + "GatewayIPConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayIPConfiguration]", + "PrivateEndpointConnections": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateEndpointConnection]", + "PrivateLinkConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkConfiguration]", + "Probes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe]", + "RedirectConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration]", + "RequestRoutingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRequestRoutingRule]", + "RewriteRuleSets": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet]", + "SslCertificates": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslCertificate]", + "TrustedRootCertificates": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedRootCertificate]", + "UrlPathMaps": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap]", + "Zones": "System.Collections.Generic.List`1[System.String]", + "Tag": "System.Collections.Hashtable", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", + "EnableHttp2": "System.Nullable`1[System.Boolean]", + "EnableFips": "System.Nullable`1[System.Boolean]", + "Name": "System.String", + "TagsTable": "System.String", + "IdentityText": "System.String", + "Type": "System.String", + "ResourceGuid": "System.String", + "Location": "System.String", + "ResourceGroupName": "System.String", + "PrivateLinkEndpointConnectionsText": "System.String", + "PrivateLinkConfigurationsText": "System.String", + "FirewallPolicyText": "System.String", + "SslPolicyText": "System.String", + "UrlPathMapsText": "System.String", + "ProvisioningState": "System.String", + "RequestRoutingRulesText": "System.String", + "RewriteRuleSetsText": "System.String", + "HttpListenersText": "System.String", + "BackendHttpSettingsCollectionText": "System.String", + "BackendAddressPoolsText": "System.String", + "FrontendPortsText": "System.String", + "FrontendIpConfigurationsText": "System.String", + "SslCertificatesText": "System.String", + "AuthenticationCertificatesText": "System.String", + "GatewayIpConfigurationsText": "System.String", + "Etag": "System.String", + "OperationalState": "System.String", + "ProbesText": "System.String", + "Id": "System.String" }, "ElementType": null, "GenericTypeArguments": [], @@ -42938,186 +44108,12 @@ ], "Parameters": [ { - "Name": "Body", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - { - "Name": "StatusCode", + "Name": "ApplicationGateway", "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.String[]", - "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": "System.String", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - { - "Name": "DefaultProfile", - "AliasList": [ - "AzContext", - "AzureRmContext", - "AzureCredential" - ], - "Type": { - "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", - "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", - "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", - "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", - "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "Clear", - "Parameters": [], - "ReturnType": "System.Void" - } - ], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - } - ], - "ParameterSets": [ - { - "Name": "__AllParameterSets", - "Parameters": [ - { - "ParameterMetadata": { - "Name": "Body", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "StatusCode", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.String[]", - "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": "System.String", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "DefaultProfile", - "AliasList": [ - "AzContext", - "AzureRmContext", - "AzureCredential" - ], - "Type": { - "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", - "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", - "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", - "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", - "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "Clear", - "Parameters": [], - "ReturnType": "System.Void" - } - ], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - } - ] - } - ], - "AliasList": [] - }, - { - "VerbName": "Add", - "NounName": "AzApplicationGatewayProbeConfig", - "Name": "Add-AzApplicationGatewayProbeConfig", - "ClassName": "Microsoft.Azure.Commands.Network.AddAzureApplicationGatewayProbeConfigCommand", - "SupportsShouldProcess": false, - "ConfirmImpact": 2, - "SupportsPaging": false, - "DefaultParameterSetName": "__AllParameterSets", - "OutputTypes": [ - { "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -43133,6 +44129,8 @@ "FrontendPorts": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort]", "HttpListeners": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener]", "GatewayIPConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayIPConfiguration]", + "PrivateEndpointConnections": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateEndpointConnection]", + "PrivateLinkConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkConfiguration]", "Probes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe]", "RedirectConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration]", "RequestRoutingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRequestRoutingRule]", @@ -43142,124 +44140,23 @@ "UrlPathMaps": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap]", "Zones": "System.Collections.Generic.List`1[System.String]", "Tag": "System.Collections.Hashtable", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", - "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", - "IdentityText": "System.String", - "SslPolicyText": "System.String", - "FirewallPolicyText": "System.String", - "ResourceGroupName": "System.String", + "Name": "System.String", "TagsTable": "System.String", - "ResourceGuid": "System.String", + "IdentityText": "System.String", "Type": "System.String", - "Name": "System.String", - "UrlPathMapsText": "System.String", + "ResourceGuid": "System.String", "Location": "System.String", - "ProbesText": "System.String", - "ProvisioningState": "System.String", - "RewriteRuleSetsText": "System.String", - "HttpListenersText": "System.String", - "BackendHttpSettingsCollectionText": "System.String", - "BackendAddressPoolsText": "System.String", - "FrontendPortsText": "System.String", - "FrontendIpConfigurationsText": "System.String", - "SslCertificatesText": "System.String", - "AuthenticationCertificatesText": "System.String", - "GatewayIpConfigurationsText": "System.String", - "Etag": "System.String", - "OperationalState": "System.String", - "RequestRoutingRulesText": "System.String", - "Id": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [ - { - "Name": "", - "ReturnType": null, - "Parameters": [] - } - ] - }, - "ParameterSets": [ - "__AllParameterSets" - ] - } - ], - "Parameters": [ - { - "Name": "ApplicationGateway", - "AliasList": [], - "Type": { - "Namespace": "Microsoft.Azure.Commands.Network.Models", - "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", - "Properties": { - "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", - "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", - "SslPolicy": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslPolicy", - "WebApplicationFirewallConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayWebApplicationFirewallConfiguration", - "Identity": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity", - "FirewallPolicy": "Microsoft.Azure.Commands.Network.Models.PSResourceId", - "AuthenticationCertificates": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAuthenticationCertificate]", - "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool]", - "BackendHttpSettingsCollection": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings]", - "CustomErrorConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError]", - "FrontendIPConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendIPConfiguration]", - "FrontendPorts": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort]", - "HttpListeners": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener]", - "GatewayIPConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayIPConfiguration]", - "Probes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe]", - "RedirectConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration]", - "RequestRoutingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRequestRoutingRule]", - "RewriteRuleSets": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet]", - "SslCertificates": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslCertificate]", - "TrustedRootCertificates": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedRootCertificate]", - "UrlPathMaps": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap]", - "Zones": "System.Collections.Generic.List`1[System.String]", - "Tag": "System.Collections.Hashtable", - "EnableHttp2": "System.Nullable`1[System.Boolean]", - "EnableFips": "System.Nullable`1[System.Boolean]", - "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", - "IdentityText": "System.String", - "SslPolicyText": "System.String", - "FirewallPolicyText": "System.String", "ResourceGroupName": "System.String", - "TagsTable": "System.String", - "ResourceGuid": "System.String", - "Type": "System.String", - "Name": "System.String", + "PrivateLinkEndpointConnectionsText": "System.String", + "PrivateLinkConfigurationsText": "System.String", + "FirewallPolicyText": "System.String", + "SslPolicyText": "System.String", "UrlPathMapsText": "System.String", - "Location": "System.String", - "ProbesText": "System.String", "ProvisioningState": "System.String", + "RequestRoutingRulesText": "System.String", "RewriteRuleSetsText": "System.String", "HttpListenersText": "System.String", "BackendHttpSettingsCollectionText": "System.String", @@ -43271,7 +44168,7 @@ "GatewayIpConfigurationsText": "System.String", "Etag": "System.String", "OperationalState": "System.String", - "RequestRoutingRulesText": "System.String", + "ProbesText": "System.String", "Id": "System.String" }, "ElementType": null, @@ -43335,220 +44232,19 @@ "ValidateNotNullOrEmpty": true }, { - "Name": "Protocol", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [ - "Http", - "Https" - ], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - { - "Name": "HostName", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - { - "Name": "Path", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - { - "Name": "Interval", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.Int32", - "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - { - "Name": "Timeout", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.Int32", - "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - { - "Name": "UnhealthyThreshold", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.Int32", - "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - { - "Name": "PickHostNameFromBackendHttpSettings", - "AliasList": [], - "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "MinServers", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.Int32", - "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": 0, - "ValidateRangeMax": 2147483647, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "Port", + "Name": "IpConfiguration", "AliasList": [], "Type": { - "Namespace": "System", - "Name": "System.Int32", - "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Namespace": "Microsoft.Azure.Commands.Network.Models", + "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkIpConfiguration[]", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkIpConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, - "ElementType": null, + "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkIpConfiguration", "GenericTypeArguments": [], "Methods": [], "Constructors": [] }, "ValidateSet": [], - "ValidateRangeMin": 1, - "ValidateRangeMax": 65535, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "Match", - "AliasList": [], - "Type": { - "Namespace": "Microsoft.Azure.Commands.Network.Models", - "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbeHealthResponseMatch", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbeHealthResponseMatch, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", - "Properties": { - "StatusCodes": "System.Collections.Generic.List`1[System.String]", - "Body": "System.String", - "StatusCodesText": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [ - { - "Name": "", - "ReturnType": null, - "Parameters": [] - } - ] - }, - "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true @@ -43598,7 +44294,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -43614,6 +44310,8 @@ "FrontendPorts": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort]", "HttpListeners": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener]", "GatewayIPConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayIPConfiguration]", + "PrivateEndpointConnections": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateEndpointConnection]", + "PrivateLinkConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkConfiguration]", "Probes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe]", "RedirectConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration]", "RequestRoutingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRequestRoutingRule]", @@ -43623,21 +44321,23 @@ "UrlPathMaps": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap]", "Zones": "System.Collections.Generic.List`1[System.String]", "Tag": "System.Collections.Hashtable", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", - "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", - "IdentityText": "System.String", - "SslPolicyText": "System.String", - "FirewallPolicyText": "System.String", - "ResourceGroupName": "System.String", + "Name": "System.String", "TagsTable": "System.String", - "ResourceGuid": "System.String", + "IdentityText": "System.String", "Type": "System.String", - "Name": "System.String", - "UrlPathMapsText": "System.String", + "ResourceGuid": "System.String", "Location": "System.String", - "ProbesText": "System.String", + "ResourceGroupName": "System.String", + "PrivateLinkEndpointConnectionsText": "System.String", + "PrivateLinkConfigurationsText": "System.String", + "FirewallPolicyText": "System.String", + "SslPolicyText": "System.String", + "UrlPathMapsText": "System.String", "ProvisioningState": "System.String", + "RequestRoutingRulesText": "System.String", "RewriteRuleSetsText": "System.String", "HttpListenersText": "System.String", "BackendHttpSettingsCollectionText": "System.String", @@ -43649,7 +44349,7 @@ "GatewayIpConfigurationsText": "System.String", "Etag": "System.String", "OperationalState": "System.String", - "RequestRoutingRulesText": "System.String", + "ProbesText": "System.String", "Id": "System.String" }, "ElementType": null, @@ -43725,137 +44425,14 @@ }, { "ParameterMetadata": { - "Name": "Protocol", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [ - "Http", - "Https" - ], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": true, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "HostName", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "Path", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": true, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "Interval", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.Int32", - "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": true, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "Timeout", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.Int32", - "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": true, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "UnhealthyThreshold", + "Name": "IpConfiguration", "AliasList": [], "Type": { - "Namespace": "System", - "Name": "System.Int32", - "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Namespace": "Microsoft.Azure.Commands.Network.Models", + "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkIpConfiguration[]", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkIpConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, - "ElementType": null, + "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkIpConfiguration", "GenericTypeArguments": [], "Methods": [], "Constructors": [] @@ -43868,139 +44445,7 @@ "Mandatory": true, "Position": -2147483648, "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "PickHostNameFromBackendHttpSettings", - "AliasList": [], - "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "MinServers", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.Int32", - "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": 0, - "ValidateRangeMax": 2147483647, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "Port", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.Int32", - "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": 1, - "ValidateRangeMax": 65535, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "Match", - "AliasList": [], - "Type": { - "Namespace": "Microsoft.Azure.Commands.Network.Models", - "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbeHealthResponseMatch", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbeHealthResponseMatch, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", - "Properties": { - "StatusCodes": "System.Collections.Generic.List`1[System.String]", - "Body": "System.String", - "StatusCodesText": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [ - { - "Name": "", - "ReturnType": null, - "Parameters": [] - } - ] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false + "ValueFromPipelineByPropertyName": true }, { "ParameterMetadata": { @@ -44048,9 +44493,9 @@ }, { "VerbName": "Get", - "NounName": "AzApplicationGatewayProbeConfig", - "Name": "Get-AzApplicationGatewayProbeConfig", - "ClassName": "Microsoft.Azure.Commands.Network.GetAzureApplicationGatewayProbeConfigCommand", + "NounName": "AzApplicationGatewayPrivateLinkConfiguration", + "Name": "Get-AzApplicationGatewayPrivateLinkConfiguration", + "ClassName": "Microsoft.Azure.Commands.Network.GetAzureApplicationGatewayPrivateLinkConfigurationCommand", "SupportsShouldProcess": false, "ConfirmImpact": 2, "SupportsPaging": false, @@ -44059,22 +44504,13 @@ { "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", - "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkConfiguration", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { - "Match": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbeHealthResponseMatch", - "PickHostNameFromBackendHttpSettings": "System.Nullable`1[System.Boolean]", - "Interval": "System.Nullable`1[System.Int32]", - "Timeout": "System.Nullable`1[System.Int32]", - "UnhealthyThreshold": "System.Nullable`1[System.Int32]", - "MinServers": "System.Nullable`1[System.Int32]", - "Port": "System.Nullable`1[System.Int32]", - "Protocol": "System.String", - "Host": "System.String", - "Path": "System.String", + "IpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkIpConfiguration]", "ProvisioningState": "System.String", "Type": "System.String", - "MatchText": "System.String", + "IpConfigurationsText": "System.String", "Name": "System.String", "Etag": "System.String", "Id": "System.String" @@ -44122,31 +44558,13 @@ } ], "Parameters": [ - { - "Name": "Name", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, { "Name": "ApplicationGateway", "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -44162,6 +44580,8 @@ "FrontendPorts": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort]", "HttpListeners": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener]", "GatewayIPConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayIPConfiguration]", + "PrivateEndpointConnections": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateEndpointConnection]", + "PrivateLinkConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkConfiguration]", "Probes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe]", "RedirectConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration]", "RequestRoutingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRequestRoutingRule]", @@ -44171,21 +44591,23 @@ "UrlPathMaps": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap]", "Zones": "System.Collections.Generic.List`1[System.String]", "Tag": "System.Collections.Hashtable", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", - "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", - "IdentityText": "System.String", - "SslPolicyText": "System.String", - "FirewallPolicyText": "System.String", - "ResourceGroupName": "System.String", + "Name": "System.String", "TagsTable": "System.String", - "ResourceGuid": "System.String", + "IdentityText": "System.String", "Type": "System.String", - "Name": "System.String", - "UrlPathMapsText": "System.String", + "ResourceGuid": "System.String", "Location": "System.String", - "ProbesText": "System.String", + "ResourceGroupName": "System.String", + "PrivateLinkEndpointConnectionsText": "System.String", + "PrivateLinkConfigurationsText": "System.String", + "FirewallPolicyText": "System.String", + "SslPolicyText": "System.String", + "UrlPathMapsText": "System.String", "ProvisioningState": "System.String", + "RequestRoutingRulesText": "System.String", "RewriteRuleSetsText": "System.String", "HttpListenersText": "System.String", "BackendHttpSettingsCollectionText": "System.String", @@ -44197,7 +44619,7 @@ "GatewayIpConfigurationsText": "System.String", "Etag": "System.String", "OperationalState": "System.String", - "RequestRoutingRulesText": "System.String", + "ProbesText": "System.String", "Id": "System.String" }, "ElementType": null, @@ -44242,6 +44664,24 @@ "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, + { + "Name": "Name", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, { "Name": "DefaultProfile", "AliasList": [ @@ -44280,30 +44720,6 @@ { "Name": "__AllParameterSets", "Parameters": [ - { - "ParameterMetadata": { - "Name": "Name", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, { "ParameterMetadata": { "Name": "ApplicationGateway", @@ -44311,7 +44727,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -44327,6 +44743,8 @@ "FrontendPorts": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort]", "HttpListeners": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener]", "GatewayIPConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayIPConfiguration]", + "PrivateEndpointConnections": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateEndpointConnection]", + "PrivateLinkConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkConfiguration]", "Probes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe]", "RedirectConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration]", "RequestRoutingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRequestRoutingRule]", @@ -44336,21 +44754,23 @@ "UrlPathMaps": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap]", "Zones": "System.Collections.Generic.List`1[System.String]", "Tag": "System.Collections.Hashtable", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", - "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", - "IdentityText": "System.String", - "SslPolicyText": "System.String", - "FirewallPolicyText": "System.String", - "ResourceGroupName": "System.String", + "Name": "System.String", "TagsTable": "System.String", - "ResourceGuid": "System.String", + "IdentityText": "System.String", "Type": "System.String", - "Name": "System.String", - "UrlPathMapsText": "System.String", + "ResourceGuid": "System.String", "Location": "System.String", - "ProbesText": "System.String", + "ResourceGroupName": "System.String", + "PrivateLinkEndpointConnectionsText": "System.String", + "PrivateLinkConfigurationsText": "System.String", + "FirewallPolicyText": "System.String", + "SslPolicyText": "System.String", + "UrlPathMapsText": "System.String", "ProvisioningState": "System.String", + "RequestRoutingRulesText": "System.String", "RewriteRuleSetsText": "System.String", "HttpListenersText": "System.String", "BackendHttpSettingsCollectionText": "System.String", @@ -44362,7 +44782,7 @@ "GatewayIpConfigurationsText": "System.String", "Etag": "System.String", "OperationalState": "System.String", - "RequestRoutingRulesText": "System.String", + "ProbesText": "System.String", "Id": "System.String" }, "ElementType": null, @@ -44412,6 +44832,30 @@ "ValueFromPipeline": true, "ValueFromPipelineByPropertyName": false }, + { + "ParameterMetadata": { + "Name": "Name", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, { "ParameterMetadata": { "Name": "DefaultProfile", @@ -44458,9 +44902,9 @@ }, { "VerbName": "New", - "NounName": "AzApplicationGatewayProbeConfig", - "Name": "New-AzApplicationGatewayProbeConfig", - "ClassName": "Microsoft.Azure.Commands.Network.NewAzureApplicationGatewayProbeConfigCommand", + "NounName": "AzApplicationGatewayPrivateLinkConfiguration", + "Name": "New-AzApplicationGatewayPrivateLinkConfiguration", + "ClassName": "Microsoft.Azure.Commands.Network.NewAzureApplicationGatewayPrivateLinkConfigurationCommand", "SupportsShouldProcess": false, "ConfirmImpact": 2, "SupportsPaging": false, @@ -44469,22 +44913,13 @@ { "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", - "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkConfiguration", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { - "Match": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbeHealthResponseMatch", - "PickHostNameFromBackendHttpSettings": "System.Nullable`1[System.Boolean]", - "Interval": "System.Nullable`1[System.Int32]", - "Timeout": "System.Nullable`1[System.Int32]", - "UnhealthyThreshold": "System.Nullable`1[System.Int32]", - "MinServers": "System.Nullable`1[System.Int32]", - "Port": "System.Nullable`1[System.Int32]", - "Protocol": "System.String", - "Host": "System.String", - "Path": "System.String", + "IpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkIpConfiguration]", "ProvisioningState": "System.String", "Type": "System.String", - "MatchText": "System.String", + "IpConfigurationsText": "System.String", "Name": "System.String", "Etag": "System.String", "Id": "System.String" @@ -44551,220 +44986,19 @@ "ValidateNotNullOrEmpty": true }, { - "Name": "Protocol", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [ - "Http", - "Https" - ], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - { - "Name": "HostName", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - { - "Name": "Path", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - { - "Name": "Interval", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.Int32", - "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - { - "Name": "Timeout", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.Int32", - "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - { - "Name": "UnhealthyThreshold", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.Int32", - "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - { - "Name": "PickHostNameFromBackendHttpSettings", - "AliasList": [], - "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "MinServers", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.Int32", - "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": 0, - "ValidateRangeMax": 2147483647, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "Port", + "Name": "IpConfiguration", "AliasList": [], "Type": { - "Namespace": "System", - "Name": "System.Int32", - "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Namespace": "Microsoft.Azure.Commands.Network.Models", + "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkIpConfiguration[]", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkIpConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, - "ElementType": null, + "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkIpConfiguration", "GenericTypeArguments": [], "Methods": [], "Constructors": [] }, "ValidateSet": [], - "ValidateRangeMin": 1, - "ValidateRangeMax": 65535, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "Match", - "AliasList": [], - "Type": { - "Namespace": "Microsoft.Azure.Commands.Network.Models", - "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbeHealthResponseMatch", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbeHealthResponseMatch, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", - "Properties": { - "StatusCodes": "System.Collections.Generic.List`1[System.String]", - "Body": "System.String", - "StatusCodesText": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [ - { - "Name": "", - "ReturnType": null, - "Parameters": [] - } - ] - }, - "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true @@ -44833,22 +45067,19 @@ }, { "ParameterMetadata": { - "Name": "Protocol", + "Name": "IpConfiguration", "AliasList": [], "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Namespace": "Microsoft.Azure.Commands.Network.Models", + "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkIpConfiguration[]", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkIpConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, - "ElementType": null, + "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkIpConfiguration", "GenericTypeArguments": [], "Methods": [], "Constructors": [] }, - "ValidateSet": [ - "Http", - "Https" - ], + "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true @@ -44856,88 +45087,357 @@ "Mandatory": true, "Position": -2147483648, "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false + "ValueFromPipelineByPropertyName": true }, { "ParameterMetadata": { - "Name": "HostName", - "AliasList": [], + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + }, "ElementType": null, "GenericTypeArguments": [], - "Methods": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], "Constructors": [] }, "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true + "ValidateNotNullOrEmpty": false }, "Mandatory": false, "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "Path", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true + } + ] + } + ], + "AliasList": [] + }, + { + "VerbName": "New", + "NounName": "AzApplicationGatewayPrivateLinkIpConfiguration", + "Name": "New-AzApplicationGatewayPrivateLinkIpConfiguration", + "ClassName": "Microsoft.Azure.Commands.Network.NewAzureApplicationGatewayPrivateLinkIpConfigurationCommand", + "SupportsShouldProcess": false, + "ConfirmImpact": 2, + "SupportsPaging": false, + "DefaultParameterSetName": "__AllParameterSets", + "OutputTypes": [ + { + "Type": { + "Namespace": "Microsoft.Azure.Commands.Network.Models", + "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkIpConfiguration", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkIpConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "Subnet": "Microsoft.Azure.Commands.Network.Models.PSResourceId", + "Primary": "System.Nullable`1[System.Boolean]", + "PrivateIPAllocationMethod": "System.String", + "PrivateIPAddress": "System.String", + "ProvisioningState": "System.String", + "PrivateIPAddressVersion": "System.String", + "SubnetText": "System.String", + "Name": "System.String", + "Etag": "System.String", + "Id": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" }, - "Mandatory": true, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] + }, + "ParameterSets": [ + "__AllParameterSets" + ] + } + ], + "Parameters": [ + { + "Name": "Name", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "Subnet", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Network.Models", + "Name": "Microsoft.Azure.Commands.Network.Models.PSSubnet", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "NetworkSecurityGroup": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup", + "NatGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", + "RouteTable": "Microsoft.Azure.Commands.Network.Models.PSRouteTable", + "Delegations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSDelegation]", + "IpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSIPConfiguration]", + "PrivateEndpoints": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSPrivateEndpoint]", + "IpAllocations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", + "ResourceNavigationLinks": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceNavigationLink]", + "ServiceAssociationLinks": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSServiceAssocationLink]", + "ServiceEndpoints": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSServiceEndpoint]", + "ServiceEndpointPolicies": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy]", + "AddressPrefix": "System.Collections.Generic.List`1[System.String]", + "PrivateEndpointNetworkPolicies": "System.String", + "Name": "System.String", + "IpAllocationsText": "System.String", + "DelegationsText": "System.String", + "PrivateEndpointsText": "System.String", + "ServiceEndpointPoliciesText": "System.String", + "ServiceEndpointText": "System.String", + "ProvisioningState": "System.String", + "NatGatewayText": "System.String", + "NetworkSecurityGroupText": "System.String", + "ResourceNavigationLinksText": "System.String", + "ServiceAssociationLinksText": "System.String", + "IpConfigurationsText": "System.String", + "Etag": "System.String", + "PrivateLinkServiceNetworkPolicies": "System.String", + "RouteTableText": "System.String", + "Id": "System.String" }, - { - "ParameterMetadata": { - "Name": "Interval", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.Int32", - "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ShouldSerializeIpConfigurations", + "Parameters": [], + "ReturnType": "System.Boolean" }, - "Mandatory": true, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false + { + "Name": "ShouldSerializeServiceEndpointPolicies", + "Parameters": [], + "ReturnType": "System.Boolean" + }, + { + "Name": "ShouldSerializeServiceEndpoints", + "Parameters": [], + "ReturnType": "System.Boolean" + }, + { + "Name": "ShouldSerializeResourceNavigationLinks", + "Parameters": [], + "ReturnType": "System.Boolean" + }, + { + "Name": "ShouldSerializePrivateEndpoints", + "Parameters": [], + "ReturnType": "System.Boolean" + }, + { + "Name": "ShouldSerializeDelegations", + "Parameters": [], + "ReturnType": "System.Boolean" + }, + { + "Name": "ShouldSerializeServiceAssociationLinks", + "Parameters": [], + "ReturnType": "System.Boolean" + }, + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "PrivateIpAddressVersion", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [ + "IPv4" + ], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "PrivateIpAddress", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "Primary", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + } + ], + "ParameterSets": [ + { + "Name": "__AllParameterSets", + "Parameters": [ { "ParameterMetadata": { - "Name": "Timeout", + "Name": "Name", "AliasList": [], "Type": { "Namespace": "System", - "Name": "System.Int32", - "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -44956,22 +45456,119 @@ }, { "ParameterMetadata": { - "Name": "UnhealthyThreshold", + "Name": "Subnet", "AliasList": [], "Type": { - "Namespace": "System", - "Name": "System.Int32", - "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, + "Namespace": "Microsoft.Azure.Commands.Network.Models", + "Name": "Microsoft.Azure.Commands.Network.Models.PSSubnet", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "NetworkSecurityGroup": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup", + "NatGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", + "RouteTable": "Microsoft.Azure.Commands.Network.Models.PSRouteTable", + "Delegations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSDelegation]", + "IpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSIPConfiguration]", + "PrivateEndpoints": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSPrivateEndpoint]", + "IpAllocations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", + "ResourceNavigationLinks": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceNavigationLink]", + "ServiceAssociationLinks": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSServiceAssocationLink]", + "ServiceEndpoints": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSServiceEndpoint]", + "ServiceEndpointPolicies": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy]", + "AddressPrefix": "System.Collections.Generic.List`1[System.String]", + "PrivateEndpointNetworkPolicies": "System.String", + "Name": "System.String", + "IpAllocationsText": "System.String", + "DelegationsText": "System.String", + "PrivateEndpointsText": "System.String", + "ServiceEndpointPoliciesText": "System.String", + "ServiceEndpointText": "System.String", + "ProvisioningState": "System.String", + "NatGatewayText": "System.String", + "NetworkSecurityGroupText": "System.String", + "ResourceNavigationLinksText": "System.String", + "ServiceAssociationLinksText": "System.String", + "IpConfigurationsText": "System.String", + "Etag": "System.String", + "PrivateLinkServiceNetworkPolicies": "System.String", + "RouteTableText": "System.String", + "Id": "System.String" + }, "ElementType": null, "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "Methods": [ + { + "Name": "ShouldSerializeIpConfigurations", + "Parameters": [], + "ReturnType": "System.Boolean" + }, + { + "Name": "ShouldSerializeServiceEndpointPolicies", + "Parameters": [], + "ReturnType": "System.Boolean" + }, + { + "Name": "ShouldSerializeServiceEndpoints", + "Parameters": [], + "ReturnType": "System.Boolean" + }, + { + "Name": "ShouldSerializeResourceNavigationLinks", + "Parameters": [], + "ReturnType": "System.Boolean" + }, + { + "Name": "ShouldSerializePrivateEndpoints", + "Parameters": [], + "ReturnType": "System.Boolean" + }, + { + "Name": "ShouldSerializeDelegations", + "Parameters": [], + "ReturnType": "System.Boolean" + }, + { + "Name": "ShouldSerializeServiceAssociationLinks", + "Parameters": [], + "ReturnType": "System.Boolean" + }, + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] }, "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true + "ValidateNotNullOrEmpty": false }, "Mandatory": true, "Position": -2147483648, @@ -44980,19 +45577,21 @@ }, { "ParameterMetadata": { - "Name": "PickHostNameFromBackendHttpSettings", + "Name": "PrivateIpAddressVersion", "AliasList": [], "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], "Methods": [], "Constructors": [] }, - "ValidateSet": [], + "ValidateSet": [ + "IPv4" + ], "ValidateRangeMin": null, "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false @@ -45004,12 +45603,12 @@ }, { "ParameterMetadata": { - "Name": "MinServers", + "Name": "PrivateIpAddress", "AliasList": [], "Type": { "Namespace": "System", - "Name": "System.Int32", - "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -45017,8 +45616,8 @@ "Constructors": [] }, "ValidateSet": [], - "ValidateRangeMin": 0, - "ValidateRangeMax": 2147483647, + "ValidateRangeMin": null, + "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -45028,12 +45627,12 @@ }, { "ParameterMetadata": { - "Name": "Port", + "Name": "Primary", "AliasList": [], "Type": { - "Namespace": "System", - "Name": "System.Int32", - "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -45041,69 +45640,9 @@ "Constructors": [] }, "ValidateSet": [], - "ValidateRangeMin": 1, - "ValidateRangeMax": 65535, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "Match", - "AliasList": [], - "Type": { - "Namespace": "Microsoft.Azure.Commands.Network.Models", - "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbeHealthResponseMatch", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbeHealthResponseMatch, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", - "Properties": { - "StatusCodes": "System.Collections.Generic.List`1[System.String]", - "Body": "System.String", - "StatusCodesText": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [ - { - "Name": "", - "ReturnType": null, - "Parameters": [] - } - ] - }, - "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true + "ValidateNotNullOrEmpty": false }, "Mandatory": false, "Position": -2147483648, @@ -45156,9 +45695,9 @@ }, { "VerbName": "Remove", - "NounName": "AzApplicationGatewayProbeConfig", - "Name": "Remove-AzApplicationGatewayProbeConfig", - "ClassName": "Microsoft.Azure.Commands.Network.RemoveAzureApplicationGatewayProbeConfigCommand", + "NounName": "AzApplicationGatewayPrivateLinkConfiguration", + "Name": "Remove-AzApplicationGatewayPrivateLinkConfiguration", + "ClassName": "Microsoft.Azure.Commands.Network.RemoveAzureApplicationGatewayPrivateLinkConfigurationCommand", "SupportsShouldProcess": false, "ConfirmImpact": 2, "SupportsPaging": false, @@ -45168,7 +45707,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -45184,6 +45723,8 @@ "FrontendPorts": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort]", "HttpListeners": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener]", "GatewayIPConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayIPConfiguration]", + "PrivateEndpointConnections": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateEndpointConnection]", + "PrivateLinkConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkConfiguration]", "Probes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe]", "RedirectConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration]", "RequestRoutingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRequestRoutingRule]", @@ -45193,21 +45734,23 @@ "UrlPathMaps": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap]", "Zones": "System.Collections.Generic.List`1[System.String]", "Tag": "System.Collections.Hashtable", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", - "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", - "IdentityText": "System.String", - "SslPolicyText": "System.String", - "FirewallPolicyText": "System.String", - "ResourceGroupName": "System.String", + "Name": "System.String", "TagsTable": "System.String", - "ResourceGuid": "System.String", + "IdentityText": "System.String", "Type": "System.String", - "Name": "System.String", - "UrlPathMapsText": "System.String", + "ResourceGuid": "System.String", "Location": "System.String", - "ProbesText": "System.String", + "ResourceGroupName": "System.String", + "PrivateLinkEndpointConnectionsText": "System.String", + "PrivateLinkConfigurationsText": "System.String", + "FirewallPolicyText": "System.String", + "SslPolicyText": "System.String", + "UrlPathMapsText": "System.String", "ProvisioningState": "System.String", + "RequestRoutingRulesText": "System.String", "RewriteRuleSetsText": "System.String", "HttpListenersText": "System.String", "BackendHttpSettingsCollectionText": "System.String", @@ -45219,7 +45762,7 @@ "GatewayIpConfigurationsText": "System.String", "Etag": "System.String", "OperationalState": "System.String", - "RequestRoutingRulesText": "System.String", + "ProbesText": "System.String", "Id": "System.String" }, "ElementType": null, @@ -45289,7 +45832,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -45305,6 +45848,8 @@ "FrontendPorts": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort]", "HttpListeners": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener]", "GatewayIPConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayIPConfiguration]", + "PrivateEndpointConnections": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateEndpointConnection]", + "PrivateLinkConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkConfiguration]", "Probes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe]", "RedirectConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration]", "RequestRoutingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRequestRoutingRule]", @@ -45314,21 +45859,23 @@ "UrlPathMaps": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap]", "Zones": "System.Collections.Generic.List`1[System.String]", "Tag": "System.Collections.Hashtable", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", - "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", - "IdentityText": "System.String", - "SslPolicyText": "System.String", - "FirewallPolicyText": "System.String", - "ResourceGroupName": "System.String", + "Name": "System.String", "TagsTable": "System.String", - "ResourceGuid": "System.String", + "IdentityText": "System.String", "Type": "System.String", - "Name": "System.String", - "UrlPathMapsText": "System.String", + "ResourceGuid": "System.String", "Location": "System.String", - "ProbesText": "System.String", + "ResourceGroupName": "System.String", + "PrivateLinkEndpointConnectionsText": "System.String", + "PrivateLinkConfigurationsText": "System.String", + "FirewallPolicyText": "System.String", + "SslPolicyText": "System.String", + "UrlPathMapsText": "System.String", "ProvisioningState": "System.String", + "RequestRoutingRulesText": "System.String", "RewriteRuleSetsText": "System.String", "HttpListenersText": "System.String", "BackendHttpSettingsCollectionText": "System.String", @@ -45340,7 +45887,7 @@ "GatewayIpConfigurationsText": "System.String", "Etag": "System.String", "OperationalState": "System.String", - "RequestRoutingRulesText": "System.String", + "ProbesText": "System.String", "Id": "System.String" }, "ElementType": null, @@ -45454,7 +46001,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -45470,6 +46017,8 @@ "FrontendPorts": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort]", "HttpListeners": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener]", "GatewayIPConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayIPConfiguration]", + "PrivateEndpointConnections": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateEndpointConnection]", + "PrivateLinkConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkConfiguration]", "Probes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe]", "RedirectConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration]", "RequestRoutingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRequestRoutingRule]", @@ -45479,21 +46028,23 @@ "UrlPathMaps": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap]", "Zones": "System.Collections.Generic.List`1[System.String]", "Tag": "System.Collections.Hashtable", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", - "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", - "IdentityText": "System.String", - "SslPolicyText": "System.String", - "FirewallPolicyText": "System.String", - "ResourceGroupName": "System.String", + "Name": "System.String", "TagsTable": "System.String", - "ResourceGuid": "System.String", + "IdentityText": "System.String", "Type": "System.String", - "Name": "System.String", - "UrlPathMapsText": "System.String", + "ResourceGuid": "System.String", "Location": "System.String", - "ProbesText": "System.String", + "ResourceGroupName": "System.String", + "PrivateLinkEndpointConnectionsText": "System.String", + "PrivateLinkConfigurationsText": "System.String", + "FirewallPolicyText": "System.String", + "SslPolicyText": "System.String", + "UrlPathMapsText": "System.String", "ProvisioningState": "System.String", + "RequestRoutingRulesText": "System.String", "RewriteRuleSetsText": "System.String", "HttpListenersText": "System.String", "BackendHttpSettingsCollectionText": "System.String", @@ -45505,7 +46056,7 @@ "GatewayIpConfigurationsText": "System.String", "Etag": "System.String", "OperationalState": "System.String", - "RequestRoutingRulesText": "System.String", + "ProbesText": "System.String", "Id": "System.String" }, "ElementType": null, @@ -45601,9 +46152,9 @@ }, { "VerbName": "Set", - "NounName": "AzApplicationGatewayProbeConfig", - "Name": "Set-AzApplicationGatewayProbeConfig", - "ClassName": "Microsoft.Azure.Commands.Network.SetAzureApplicationGatewayProbeConfigCommand", + "NounName": "AzApplicationGatewayPrivateLinkConfiguration", + "Name": "Set-AzApplicationGatewayPrivateLinkConfiguration", + "ClassName": "Microsoft.Azure.Commands.Network.SetAzureApplicationGatewayPrivateLinkConfigurationCommand", "SupportsShouldProcess": false, "ConfirmImpact": 2, "SupportsPaging": false, @@ -45613,7 +46164,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -45629,6 +46180,8 @@ "FrontendPorts": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort]", "HttpListeners": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener]", "GatewayIPConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayIPConfiguration]", + "PrivateEndpointConnections": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateEndpointConnection]", + "PrivateLinkConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkConfiguration]", "Probes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe]", "RedirectConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration]", "RequestRoutingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRequestRoutingRule]", @@ -45638,21 +46191,23 @@ "UrlPathMaps": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap]", "Zones": "System.Collections.Generic.List`1[System.String]", "Tag": "System.Collections.Hashtable", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", - "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", - "IdentityText": "System.String", - "SslPolicyText": "System.String", - "FirewallPolicyText": "System.String", - "ResourceGroupName": "System.String", + "Name": "System.String", "TagsTable": "System.String", - "ResourceGuid": "System.String", + "IdentityText": "System.String", "Type": "System.String", - "Name": "System.String", - "UrlPathMapsText": "System.String", + "ResourceGuid": "System.String", "Location": "System.String", - "ProbesText": "System.String", + "ResourceGroupName": "System.String", + "PrivateLinkEndpointConnectionsText": "System.String", + "PrivateLinkConfigurationsText": "System.String", + "FirewallPolicyText": "System.String", + "SslPolicyText": "System.String", + "UrlPathMapsText": "System.String", "ProvisioningState": "System.String", + "RequestRoutingRulesText": "System.String", "RewriteRuleSetsText": "System.String", "HttpListenersText": "System.String", "BackendHttpSettingsCollectionText": "System.String", @@ -45664,7 +46219,7 @@ "GatewayIpConfigurationsText": "System.String", "Etag": "System.String", "OperationalState": "System.String", - "RequestRoutingRulesText": "System.String", + "ProbesText": "System.String", "Id": "System.String" }, "ElementType": null, @@ -45716,7 +46271,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -45732,6 +46287,8 @@ "FrontendPorts": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort]", "HttpListeners": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener]", "GatewayIPConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayIPConfiguration]", + "PrivateEndpointConnections": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateEndpointConnection]", + "PrivateLinkConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkConfiguration]", "Probes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe]", "RedirectConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration]", "RequestRoutingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRequestRoutingRule]", @@ -45741,21 +46298,23 @@ "UrlPathMaps": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap]", "Zones": "System.Collections.Generic.List`1[System.String]", "Tag": "System.Collections.Hashtable", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", - "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", - "IdentityText": "System.String", - "SslPolicyText": "System.String", - "FirewallPolicyText": "System.String", - "ResourceGroupName": "System.String", + "Name": "System.String", "TagsTable": "System.String", - "ResourceGuid": "System.String", + "IdentityText": "System.String", "Type": "System.String", - "Name": "System.String", - "UrlPathMapsText": "System.String", + "ResourceGuid": "System.String", "Location": "System.String", - "ProbesText": "System.String", + "ResourceGroupName": "System.String", + "PrivateLinkEndpointConnectionsText": "System.String", + "PrivateLinkConfigurationsText": "System.String", + "FirewallPolicyText": "System.String", + "SslPolicyText": "System.String", + "UrlPathMapsText": "System.String", "ProvisioningState": "System.String", + "RequestRoutingRulesText": "System.String", "RewriteRuleSetsText": "System.String", "HttpListenersText": "System.String", "BackendHttpSettingsCollectionText": "System.String", @@ -45767,7 +46326,7 @@ "GatewayIpConfigurationsText": "System.String", "Etag": "System.String", "OperationalState": "System.String", - "RequestRoutingRulesText": "System.String", + "ProbesText": "System.String", "Id": "System.String" }, "ElementType": null, @@ -45831,220 +46390,19 @@ "ValidateNotNullOrEmpty": true }, { - "Name": "Protocol", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [ - "Http", - "Https" - ], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - { - "Name": "HostName", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - { - "Name": "Path", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - { - "Name": "Interval", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.Int32", - "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - { - "Name": "Timeout", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.Int32", - "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - { - "Name": "UnhealthyThreshold", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.Int32", - "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - { - "Name": "PickHostNameFromBackendHttpSettings", - "AliasList": [], - "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "MinServers", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.Int32", - "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": 0, - "ValidateRangeMax": 2147483647, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "Port", + "Name": "IpConfiguration", "AliasList": [], "Type": { - "Namespace": "System", - "Name": "System.Int32", - "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Namespace": "Microsoft.Azure.Commands.Network.Models", + "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkIpConfiguration[]", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkIpConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, - "ElementType": null, + "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkIpConfiguration", "GenericTypeArguments": [], "Methods": [], "Constructors": [] }, "ValidateSet": [], - "ValidateRangeMin": 1, - "ValidateRangeMax": 65535, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "Match", - "AliasList": [], - "Type": { - "Namespace": "Microsoft.Azure.Commands.Network.Models", - "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbeHealthResponseMatch", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbeHealthResponseMatch, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", - "Properties": { - "StatusCodes": "System.Collections.Generic.List`1[System.String]", - "Body": "System.String", - "StatusCodesText": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [ - { - "Name": "", - "ReturnType": null, - "Parameters": [] - } - ] - }, - "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true @@ -46094,7 +46452,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -46110,6 +46468,8 @@ "FrontendPorts": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort]", "HttpListeners": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener]", "GatewayIPConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayIPConfiguration]", + "PrivateEndpointConnections": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateEndpointConnection]", + "PrivateLinkConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkConfiguration]", "Probes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe]", "RedirectConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration]", "RequestRoutingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRequestRoutingRule]", @@ -46119,21 +46479,23 @@ "UrlPathMaps": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap]", "Zones": "System.Collections.Generic.List`1[System.String]", "Tag": "System.Collections.Hashtable", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", - "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", - "IdentityText": "System.String", - "SslPolicyText": "System.String", - "FirewallPolicyText": "System.String", - "ResourceGroupName": "System.String", + "Name": "System.String", "TagsTable": "System.String", - "ResourceGuid": "System.String", + "IdentityText": "System.String", "Type": "System.String", - "Name": "System.String", - "UrlPathMapsText": "System.String", + "ResourceGuid": "System.String", "Location": "System.String", - "ProbesText": "System.String", + "ResourceGroupName": "System.String", + "PrivateLinkEndpointConnectionsText": "System.String", + "PrivateLinkConfigurationsText": "System.String", + "FirewallPolicyText": "System.String", + "SslPolicyText": "System.String", + "UrlPathMapsText": "System.String", "ProvisioningState": "System.String", + "RequestRoutingRulesText": "System.String", "RewriteRuleSetsText": "System.String", "HttpListenersText": "System.String", "BackendHttpSettingsCollectionText": "System.String", @@ -46145,7 +46507,7 @@ "GatewayIpConfigurationsText": "System.String", "Etag": "System.String", "OperationalState": "System.String", - "RequestRoutingRulesText": "System.String", + "ProbesText": "System.String", "Id": "System.String" }, "ElementType": null, @@ -46221,22 +46583,19 @@ }, { "ParameterMetadata": { - "Name": "Protocol", + "Name": "IpConfiguration", "AliasList": [], "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Namespace": "Microsoft.Azure.Commands.Network.Models", + "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkIpConfiguration[]", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkIpConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, - "ElementType": null, + "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkIpConfiguration", "GenericTypeArguments": [], "Methods": [], "Constructors": [] }, - "ValidateSet": [ - "Http", - "Https" - ], + "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true @@ -46244,112 +46603,197 @@ "Mandatory": true, "Position": -2147483648, "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false + "ValueFromPipelineByPropertyName": true }, { "ParameterMetadata": { - "Name": "HostName", - "AliasList": [], + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + }, "ElementType": null, "GenericTypeArguments": [], - "Methods": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], "Constructors": [] }, "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true + "ValidateNotNullOrEmpty": false }, "Mandatory": false, "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false + } + ] + } + ], + "AliasList": [] + }, + { + "VerbName": "New", + "NounName": "AzApplicationGatewayProbeHealthResponseMatch", + "Name": "New-AzApplicationGatewayProbeHealthResponseMatch", + "ClassName": "Microsoft.Azure.Commands.Network.NewAzureApplicationGatewayProbeHealthResponseMatchCommand", + "SupportsShouldProcess": false, + "ConfirmImpact": 2, + "SupportsPaging": false, + "DefaultParameterSetName": "__AllParameterSets", + "OutputTypes": [ + { + "Type": { + "Namespace": "Microsoft.Azure.Commands.Network.Models", + "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbeHealthResponseMatch", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbeHealthResponseMatch, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "StatusCodes": "System.Collections.Generic.List`1[System.String]", + "Body": "System.String", + "StatusCodesText": "System.String" }, - { - "ParameterMetadata": { - "Name": "Path", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" }, - "Mandatory": true, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "Interval", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.Int32", - "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" }, - "Mandatory": true, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "Timeout", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.Int32", - "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" }, - "Mandatory": true, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] + }, + "ParameterSets": [ + "__AllParameterSets" + ] + } + ], + "Parameters": [ + { + "Name": "Body", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "StatusCode", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String[]", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": "System.String", + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + } + ], + "ParameterSets": [ + { + "Name": "__AllParameterSets", + "Parameters": [ { "ParameterMetadata": { - "Name": "UnhealthyThreshold", + "Name": "Body", "AliasList": [], "Type": { "Namespace": "System", - "Name": "System.Int32", - "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -46361,54 +46805,6 @@ "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, - "Mandatory": true, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "PickHostNameFromBackendHttpSettings", - "AliasList": [], - "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "MinServers", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.Int32", - "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": 0, - "ValidateRangeMax": 2147483647, - "ValidateNotNullOrEmpty": false - }, "Mandatory": false, "Position": -2147483648, "ValueFromPipeline": false, @@ -46416,79 +46812,19 @@ }, { "ParameterMetadata": { - "Name": "Port", + "Name": "StatusCode", "AliasList": [], "Type": { "Namespace": "System", - "Name": "System.Int32", - "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Name": "System.String[]", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, - "ElementType": null, + "ElementType": "System.String", "GenericTypeArguments": [], "Methods": [], "Constructors": [] }, "ValidateSet": [], - "ValidateRangeMin": 1, - "ValidateRangeMax": 65535, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "Match", - "AliasList": [], - "Type": { - "Namespace": "Microsoft.Azure.Commands.Network.Models", - "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbeHealthResponseMatch", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbeHealthResponseMatch, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", - "Properties": { - "StatusCodes": "System.Collections.Generic.List`1[System.String]", - "Body": "System.String", - "StatusCodesText": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [ - { - "Name": "", - "ReturnType": null, - "Parameters": [] - } - ] - }, - "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true @@ -46544,9 +46880,9 @@ }, { "VerbName": "Add", - "NounName": "AzApplicationGatewayRedirectConfiguration", - "Name": "Add-AzApplicationGatewayRedirectConfiguration", - "ClassName": "Microsoft.Azure.Commands.Network.AddAzureApplicationGatewayRedirectConfigurationCommand", + "NounName": "AzApplicationGatewayProbeConfig", + "Name": "Add-AzApplicationGatewayProbeConfig", + "ClassName": "Microsoft.Azure.Commands.Network.AddAzureApplicationGatewayProbeConfigCommand", "SupportsShouldProcess": false, "ConfirmImpact": 2, "SupportsPaging": false, @@ -46556,7 +46892,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -46572,6 +46908,8 @@ "FrontendPorts": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort]", "HttpListeners": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener]", "GatewayIPConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayIPConfiguration]", + "PrivateEndpointConnections": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateEndpointConnection]", + "PrivateLinkConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkConfiguration]", "Probes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe]", "RedirectConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration]", "RequestRoutingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRequestRoutingRule]", @@ -46581,21 +46919,23 @@ "UrlPathMaps": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap]", "Zones": "System.Collections.Generic.List`1[System.String]", "Tag": "System.Collections.Hashtable", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", - "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", - "IdentityText": "System.String", - "SslPolicyText": "System.String", - "FirewallPolicyText": "System.String", - "ResourceGroupName": "System.String", + "Name": "System.String", "TagsTable": "System.String", - "ResourceGuid": "System.String", + "IdentityText": "System.String", "Type": "System.String", - "Name": "System.String", - "UrlPathMapsText": "System.String", + "ResourceGuid": "System.String", "Location": "System.String", - "ProbesText": "System.String", + "ResourceGroupName": "System.String", + "PrivateLinkEndpointConnectionsText": "System.String", + "PrivateLinkConfigurationsText": "System.String", + "FirewallPolicyText": "System.String", + "SslPolicyText": "System.String", + "UrlPathMapsText": "System.String", "ProvisioningState": "System.String", + "RequestRoutingRulesText": "System.String", "RewriteRuleSetsText": "System.String", "HttpListenersText": "System.String", "BackendHttpSettingsCollectionText": "System.String", @@ -46607,7 +46947,7 @@ "GatewayIpConfigurationsText": "System.String", "Etag": "System.String", "OperationalState": "System.String", - "RequestRoutingRulesText": "System.String", + "ProbesText": "System.String", "Id": "System.String" }, "ElementType": null, @@ -46659,7 +46999,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -46675,6 +47015,8 @@ "FrontendPorts": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort]", "HttpListeners": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener]", "GatewayIPConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayIPConfiguration]", + "PrivateEndpointConnections": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateEndpointConnection]", + "PrivateLinkConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkConfiguration]", "Probes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe]", "RedirectConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration]", "RequestRoutingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRequestRoutingRule]", @@ -46684,21 +47026,23 @@ "UrlPathMaps": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap]", "Zones": "System.Collections.Generic.List`1[System.String]", "Tag": "System.Collections.Hashtable", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", - "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", - "IdentityText": "System.String", - "SslPolicyText": "System.String", - "FirewallPolicyText": "System.String", - "ResourceGroupName": "System.String", + "Name": "System.String", "TagsTable": "System.String", - "ResourceGuid": "System.String", + "IdentityText": "System.String", "Type": "System.String", - "Name": "System.String", - "UrlPathMapsText": "System.String", + "ResourceGuid": "System.String", "Location": "System.String", - "ProbesText": "System.String", + "ResourceGroupName": "System.String", + "PrivateLinkEndpointConnectionsText": "System.String", + "PrivateLinkConfigurationsText": "System.String", + "FirewallPolicyText": "System.String", + "SslPolicyText": "System.String", + "UrlPathMapsText": "System.String", "ProvisioningState": "System.String", + "RequestRoutingRulesText": "System.String", "RewriteRuleSetsText": "System.String", "HttpListenersText": "System.String", "BackendHttpSettingsCollectionText": "System.String", @@ -46710,7 +47054,7 @@ "GatewayIpConfigurationsText": "System.String", "Etag": "System.String", "OperationalState": "System.String", - "RequestRoutingRulesText": "System.String", + "ProbesText": "System.String", "Id": "System.String" }, "ElementType": null, @@ -46774,7 +47118,7 @@ "ValidateNotNullOrEmpty": true }, { - "Name": "RedirectType", + "Name": "Protocol", "AliasList": [], "Type": { "Namespace": "System", @@ -46787,17 +47131,15 @@ "Constructors": [] }, "ValidateSet": [ - "Permanent", - "Found", - "SeeOther", - "Temporary" + "Http", + "Https" ], "ValidateRangeMin": null, "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { - "Name": "TargetListenerID", + "Name": "HostName", "AliasList": [], "Type": { "Namespace": "System", @@ -46815,68 +47157,17 @@ "ValidateNotNullOrEmpty": true }, { - "Name": "TargetListener", + "Name": "Path", "AliasList": [], "Type": { - "Namespace": "Microsoft.Azure.Commands.Network.Models", - "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", - "Properties": { - "FrontendIpConfiguration": "Microsoft.Azure.Commands.Network.Models.PSResourceId", - "FrontendPort": "Microsoft.Azure.Commands.Network.Models.PSResourceId", - "SslCertificate": "Microsoft.Azure.Commands.Network.Models.PSResourceId", - "FirewallPolicy": "Microsoft.Azure.Commands.Network.Models.PSResourceId", - "RequireServerNameIndication": "System.Boolean", - "CustomErrorConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError]", - "HostNames": "System.Collections.Generic.List`1[System.String]", - "Name": "System.String", - "FirewallPolicyText": "System.String", - "SslCertificateText": "System.String", - "FrontendPortText": "System.String", - "Type": "System.String", - "Etag": "System.String", - "ProvisioningState": "System.String", - "HostName": "System.String", - "Protocol": "System.String", - "FrontendIpConfigurationText": "System.String", - "Id": "System.String" - }, + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, "ElementType": null, "GenericTypeArguments": [], - "Methods": [ - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [ - { - "Name": "", - "ReturnType": null, - "Parameters": [] - } - ] + "Methods": [], + "Constructors": [] }, "ValidateSet": [], "ValidateRangeMin": null, @@ -46884,12 +47175,12 @@ "ValidateNotNullOrEmpty": true }, { - "Name": "TargetUrl", + "Name": "Interval", "AliasList": [], "Type": { "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Name": "System.Int32", + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -46902,37 +47193,51 @@ "ValidateNotNullOrEmpty": true }, { - "Name": "IncludePath", + "Name": "Timeout", "AliasList": [], "Type": { "Namespace": "System", - "Name": "System.Nullable`1[System.Boolean]", - "AssemblyQualifiedName": "System.Nullable`1[[System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Name": "System.Int32", + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, - "GenericTypeArguments": [ - "System.Boolean" - ], + "GenericTypeArguments": [], "Methods": [], "Constructors": [] }, "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false + "ValidateNotNullOrEmpty": true }, { - "Name": "IncludeQueryString", + "Name": "UnhealthyThreshold", "AliasList": [], "Type": { "Namespace": "System", - "Name": "System.Nullable`1[System.Boolean]", - "AssemblyQualifiedName": "System.Nullable`1[[System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Name": "System.Int32", + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, - "GenericTypeArguments": [ - "System.Boolean" - ], + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "PickHostNameFromBackendHttpSettings", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], "Methods": [], "Constructors": [] }, @@ -46941,6 +47246,96 @@ "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, + { + "Name": "MinServers", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.Int32", + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": 0, + "ValidateRangeMax": 2147483647, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "Port", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.Int32", + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": 1, + "ValidateRangeMax": 65535, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "Match", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Network.Models", + "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbeHealthResponseMatch", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbeHealthResponseMatch, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "StatusCodes": "System.Collections.Generic.List`1[System.String]", + "Body": "System.String", + "StatusCodesText": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, { "Name": "DefaultProfile", "AliasList": [ @@ -46986,7 +47381,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -47002,6 +47397,8 @@ "FrontendPorts": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort]", "HttpListeners": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener]", "GatewayIPConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayIPConfiguration]", + "PrivateEndpointConnections": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateEndpointConnection]", + "PrivateLinkConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkConfiguration]", "Probes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe]", "RedirectConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration]", "RequestRoutingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRequestRoutingRule]", @@ -47011,21 +47408,23 @@ "UrlPathMaps": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap]", "Zones": "System.Collections.Generic.List`1[System.String]", "Tag": "System.Collections.Hashtable", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", - "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", - "IdentityText": "System.String", - "SslPolicyText": "System.String", - "FirewallPolicyText": "System.String", - "ResourceGroupName": "System.String", + "Name": "System.String", "TagsTable": "System.String", - "ResourceGuid": "System.String", + "IdentityText": "System.String", "Type": "System.String", - "Name": "System.String", - "UrlPathMapsText": "System.String", + "ResourceGuid": "System.String", "Location": "System.String", - "ProbesText": "System.String", + "ResourceGroupName": "System.String", + "PrivateLinkEndpointConnectionsText": "System.String", + "PrivateLinkConfigurationsText": "System.String", + "FirewallPolicyText": "System.String", + "SslPolicyText": "System.String", + "UrlPathMapsText": "System.String", "ProvisioningState": "System.String", + "RequestRoutingRulesText": "System.String", "RewriteRuleSetsText": "System.String", "HttpListenersText": "System.String", "BackendHttpSettingsCollectionText": "System.String", @@ -47037,7 +47436,7 @@ "GatewayIpConfigurationsText": "System.String", "Etag": "System.String", "OperationalState": "System.String", - "RequestRoutingRulesText": "System.String", + "ProbesText": "System.String", "Id": "System.String" }, "ElementType": null, @@ -47113,7 +47512,7 @@ }, { "ParameterMetadata": { - "Name": "RedirectType", + "Name": "Protocol", "AliasList": [], "Type": { "Namespace": "System", @@ -47126,10 +47525,8 @@ "Constructors": [] }, "ValidateSet": [ - "Permanent", - "Found", - "SeeOther", - "Temporary" + "Http", + "Https" ], "ValidateRangeMin": null, "ValidateRangeMax": null, @@ -47142,24 +47539,22 @@ }, { "ParameterMetadata": { - "Name": "IncludePath", + "Name": "HostName", "AliasList": [], "Type": { "Namespace": "System", - "Name": "System.Nullable`1[System.Boolean]", - "AssemblyQualifiedName": "System.Nullable`1[[System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, - "GenericTypeArguments": [ - "System.Boolean" - ], + "GenericTypeArguments": [], "Methods": [], "Constructors": [] }, "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false + "ValidateNotNullOrEmpty": true }, "Mandatory": false, "Position": -2147483648, @@ -47168,82 +47563,36 @@ }, { "ParameterMetadata": { - "Name": "IncludeQueryString", + "Name": "Path", "AliasList": [], "Type": { "Namespace": "System", - "Name": "System.Nullable`1[System.Boolean]", - "AssemblyQualifiedName": "System.Nullable`1[[System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, - "GenericTypeArguments": [ - "System.Boolean" - ], + "GenericTypeArguments": [], "Methods": [], "Constructors": [] }, "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false + "ValidateNotNullOrEmpty": true }, - "Mandatory": false, + "Mandatory": true, "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "DefaultProfile", - "AliasList": [ - "AzContext", - "AzureRmContext", - "AzureCredential" - ], - "Type": { - "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", - "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", - "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", - "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", - "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "Clear", - "Parameters": [], - "ReturnType": "System.Void" - } - ], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - } - ] - }, - { - "Name": "SetByResourceId", - "Parameters": [ - { - "ParameterMetadata": { - "Name": "TargetListenerID", + "Name": "Interval", "AliasList": [], "Type": { "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Name": "System.Int32", + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -47255,127 +47604,19 @@ "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "ApplicationGateway", - "AliasList": [], - "Type": { - "Namespace": "Microsoft.Azure.Commands.Network.Models", - "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", - "Properties": { - "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", - "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", - "SslPolicy": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslPolicy", - "WebApplicationFirewallConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayWebApplicationFirewallConfiguration", - "Identity": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity", - "FirewallPolicy": "Microsoft.Azure.Commands.Network.Models.PSResourceId", - "AuthenticationCertificates": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAuthenticationCertificate]", - "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool]", - "BackendHttpSettingsCollection": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings]", - "CustomErrorConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError]", - "FrontendIPConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendIPConfiguration]", - "FrontendPorts": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort]", - "HttpListeners": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener]", - "GatewayIPConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayIPConfiguration]", - "Probes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe]", - "RedirectConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration]", - "RequestRoutingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRequestRoutingRule]", - "RewriteRuleSets": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet]", - "SslCertificates": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslCertificate]", - "TrustedRootCertificates": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedRootCertificate]", - "UrlPathMaps": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap]", - "Zones": "System.Collections.Generic.List`1[System.String]", - "Tag": "System.Collections.Hashtable", - "EnableHttp2": "System.Nullable`1[System.Boolean]", - "EnableFips": "System.Nullable`1[System.Boolean]", - "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", - "IdentityText": "System.String", - "SslPolicyText": "System.String", - "FirewallPolicyText": "System.String", - "ResourceGroupName": "System.String", - "TagsTable": "System.String", - "ResourceGuid": "System.String", - "Type": "System.String", - "Name": "System.String", - "UrlPathMapsText": "System.String", - "Location": "System.String", - "ProbesText": "System.String", - "ProvisioningState": "System.String", - "RewriteRuleSetsText": "System.String", - "HttpListenersText": "System.String", - "BackendHttpSettingsCollectionText": "System.String", - "BackendAddressPoolsText": "System.String", - "FrontendPortsText": "System.String", - "FrontendIpConfigurationsText": "System.String", - "SslCertificatesText": "System.String", - "AuthenticationCertificatesText": "System.String", - "GatewayIpConfigurationsText": "System.String", - "Etag": "System.String", - "OperationalState": "System.String", - "RequestRoutingRulesText": "System.String", - "Id": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [ - { - "Name": "", - "ReturnType": null, - "Parameters": [] - } - ] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, "Mandatory": true, "Position": -2147483648, - "ValueFromPipeline": true, + "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "Name", + "Name": "Timeout", "AliasList": [], "Type": { "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Name": "System.Int32", + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -47394,24 +47635,19 @@ }, { "ParameterMetadata": { - "Name": "RedirectType", + "Name": "UnhealthyThreshold", "AliasList": [], "Type": { "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Name": "System.Int32", + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], "Methods": [], "Constructors": [] }, - "ValidateSet": [ - "Permanent", - "Found", - "SeeOther", - "Temporary" - ], + "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true @@ -47423,17 +47659,15 @@ }, { "ParameterMetadata": { - "Name": "IncludePath", + "Name": "PickHostNameFromBackendHttpSettings", "AliasList": [], "Type": { - "Namespace": "System", - "Name": "System.Nullable`1[System.Boolean]", - "AssemblyQualifiedName": "System.Nullable`1[[System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, - "GenericTypeArguments": [ - "System.Boolean" - ], + "GenericTypeArguments": [], "Methods": [], "Constructors": [] }, @@ -47449,23 +47683,21 @@ }, { "ParameterMetadata": { - "Name": "IncludeQueryString", + "Name": "MinServers", "AliasList": [], "Type": { "Namespace": "System", - "Name": "System.Nullable`1[System.Boolean]", - "AssemblyQualifiedName": "System.Nullable`1[[System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Name": "System.Int32", + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, - "GenericTypeArguments": [ - "System.Boolean" - ], + "GenericTypeArguments": [], "Methods": [], "Constructors": [] }, "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "ValidateRangeMin": 0, + "ValidateRangeMax": 2147483647, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -47475,183 +47707,40 @@ }, { "ParameterMetadata": { - "Name": "DefaultProfile", - "AliasList": [ - "AzContext", - "AzureRmContext", - "AzureCredential" - ], + "Name": "Port", + "AliasList": [], "Type": { - "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", - "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", - "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", - "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", - "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" - }, + "Namespace": "System", + "Name": "System.Int32", + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, "ElementType": null, "GenericTypeArguments": [], - "Methods": [ - { - "Name": "Clear", - "Parameters": [], - "ReturnType": "System.Void" - } - ], + "Methods": [], "Constructors": [] }, "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "ValidateRangeMin": 1, + "ValidateRangeMax": 65535, "ValidateNotNullOrEmpty": false }, "Mandatory": false, "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false - } - ] - }, - { - "Name": "SetByResource", - "Parameters": [ - { - "ParameterMetadata": { - "Name": "TargetListener", - "AliasList": [], - "Type": { - "Namespace": "Microsoft.Azure.Commands.Network.Models", - "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", - "Properties": { - "FrontendIpConfiguration": "Microsoft.Azure.Commands.Network.Models.PSResourceId", - "FrontendPort": "Microsoft.Azure.Commands.Network.Models.PSResourceId", - "SslCertificate": "Microsoft.Azure.Commands.Network.Models.PSResourceId", - "FirewallPolicy": "Microsoft.Azure.Commands.Network.Models.PSResourceId", - "RequireServerNameIndication": "System.Boolean", - "CustomErrorConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError]", - "HostNames": "System.Collections.Generic.List`1[System.String]", - "Name": "System.String", - "FirewallPolicyText": "System.String", - "SslCertificateText": "System.String", - "FrontendPortText": "System.String", - "Type": "System.String", - "Etag": "System.String", - "ProvisioningState": "System.String", - "HostName": "System.String", - "Protocol": "System.String", - "FrontendIpConfigurationText": "System.String", - "Id": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [ - { - "Name": "", - "ReturnType": null, - "Parameters": [] - } - ] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "ApplicationGateway", + "Name": "Match", "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", - "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbeHealthResponseMatch", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbeHealthResponseMatch, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { - "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", - "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", - "SslPolicy": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslPolicy", - "WebApplicationFirewallConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayWebApplicationFirewallConfiguration", - "Identity": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity", - "FirewallPolicy": "Microsoft.Azure.Commands.Network.Models.PSResourceId", - "AuthenticationCertificates": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAuthenticationCertificate]", - "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool]", - "BackendHttpSettingsCollection": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings]", - "CustomErrorConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError]", - "FrontendIPConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendIPConfiguration]", - "FrontendPorts": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort]", - "HttpListeners": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener]", - "GatewayIPConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayIPConfiguration]", - "Probes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe]", - "RedirectConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration]", - "RequestRoutingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRequestRoutingRule]", - "RewriteRuleSets": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet]", - "SslCertificates": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslCertificate]", - "TrustedRootCertificates": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedRootCertificate]", - "UrlPathMaps": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap]", - "Zones": "System.Collections.Generic.List`1[System.String]", - "Tag": "System.Collections.Hashtable", - "EnableHttp2": "System.Nullable`1[System.Boolean]", - "EnableFips": "System.Nullable`1[System.Boolean]", - "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", - "IdentityText": "System.String", - "SslPolicyText": "System.String", - "FirewallPolicyText": "System.String", - "ResourceGroupName": "System.String", - "TagsTable": "System.String", - "ResourceGuid": "System.String", - "Type": "System.String", - "Name": "System.String", - "UrlPathMapsText": "System.String", - "Location": "System.String", - "ProbesText": "System.String", - "ProvisioningState": "System.String", - "RewriteRuleSetsText": "System.String", - "HttpListenersText": "System.String", - "BackendHttpSettingsCollectionText": "System.String", - "BackendAddressPoolsText": "System.String", - "FrontendPortsText": "System.String", - "FrontendIpConfigurationsText": "System.String", - "SslCertificatesText": "System.String", - "AuthenticationCertificatesText": "System.String", - "GatewayIpConfigurationsText": "System.String", - "Etag": "System.String", - "OperationalState": "System.String", - "RequestRoutingRulesText": "System.String", - "Id": "System.String" + "StatusCodes": "System.Collections.Generic.List`1[System.String]", + "Body": "System.String", + "StatusCodesText": "System.String" }, "ElementType": null, "GenericTypeArguments": [], @@ -47693,113 +47782,8 @@ "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": true, - "Position": -2147483648, - "ValueFromPipeline": true, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "Name", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": true, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "RedirectType", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [ - "Permanent", - "Found", - "SeeOther", - "Temporary" - ], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, - "Mandatory": true, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "IncludePath", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.Nullable`1[System.Boolean]", - "AssemblyQualifiedName": "System.Nullable`1[[System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "System.Boolean" - ], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "IncludeQueryString", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.Nullable`1[System.Boolean]", - "AssemblyQualifiedName": "System.Nullable`1[[System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "System.Boolean" - ], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, "Mandatory": false, "Position": -2147483648, "ValueFromPipeline": false, @@ -47845,320 +47829,39 @@ "ValueFromPipelineByPropertyName": false } ] - }, - { - "Name": "SetByURL", - "Parameters": [ - { - "ParameterMetadata": { - "Name": "TargetUrl", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "ApplicationGateway", - "AliasList": [], - "Type": { - "Namespace": "Microsoft.Azure.Commands.Network.Models", - "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", - "Properties": { - "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", - "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", - "SslPolicy": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslPolicy", - "WebApplicationFirewallConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayWebApplicationFirewallConfiguration", - "Identity": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity", - "FirewallPolicy": "Microsoft.Azure.Commands.Network.Models.PSResourceId", - "AuthenticationCertificates": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAuthenticationCertificate]", - "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool]", - "BackendHttpSettingsCollection": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings]", - "CustomErrorConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError]", - "FrontendIPConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendIPConfiguration]", - "FrontendPorts": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort]", - "HttpListeners": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener]", - "GatewayIPConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayIPConfiguration]", - "Probes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe]", - "RedirectConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration]", - "RequestRoutingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRequestRoutingRule]", - "RewriteRuleSets": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet]", - "SslCertificates": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslCertificate]", - "TrustedRootCertificates": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedRootCertificate]", - "UrlPathMaps": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap]", - "Zones": "System.Collections.Generic.List`1[System.String]", - "Tag": "System.Collections.Hashtable", - "EnableHttp2": "System.Nullable`1[System.Boolean]", - "EnableFips": "System.Nullable`1[System.Boolean]", - "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", - "IdentityText": "System.String", - "SslPolicyText": "System.String", - "FirewallPolicyText": "System.String", - "ResourceGroupName": "System.String", - "TagsTable": "System.String", - "ResourceGuid": "System.String", - "Type": "System.String", - "Name": "System.String", - "UrlPathMapsText": "System.String", - "Location": "System.String", - "ProbesText": "System.String", - "ProvisioningState": "System.String", - "RewriteRuleSetsText": "System.String", - "HttpListenersText": "System.String", - "BackendHttpSettingsCollectionText": "System.String", - "BackendAddressPoolsText": "System.String", - "FrontendPortsText": "System.String", - "FrontendIpConfigurationsText": "System.String", - "SslCertificatesText": "System.String", - "AuthenticationCertificatesText": "System.String", - "GatewayIpConfigurationsText": "System.String", - "Etag": "System.String", - "OperationalState": "System.String", - "RequestRoutingRulesText": "System.String", - "Id": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [ - { - "Name": "", - "ReturnType": null, - "Parameters": [] - } - ] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": true, - "Position": -2147483648, - "ValueFromPipeline": true, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "Name", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": true, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "RedirectType", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [ - "Permanent", - "Found", - "SeeOther", - "Temporary" - ], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": true, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "IncludePath", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.Nullable`1[System.Boolean]", - "AssemblyQualifiedName": "System.Nullable`1[[System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "System.Boolean" - ], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "IncludeQueryString", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.Nullable`1[System.Boolean]", - "AssemblyQualifiedName": "System.Nullable`1[[System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "System.Boolean" - ], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "DefaultProfile", - "AliasList": [ - "AzContext", - "AzureRmContext", - "AzureCredential" - ], - "Type": { - "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", - "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", - "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", - "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", - "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "Clear", - "Parameters": [], - "ReturnType": "System.Void" - } - ], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - } - ] - } - ], - "AliasList": [] - }, - { - "VerbName": "Get", - "NounName": "AzApplicationGatewayRedirectConfiguration", - "Name": "Get-AzApplicationGatewayRedirectConfiguration", - "ClassName": "Microsoft.Azure.Commands.Network.GetAzureApplicationGatewayRedirectConfigurationCommand", - "SupportsShouldProcess": false, - "ConfirmImpact": 2, - "SupportsPaging": false, - "DefaultParameterSetName": "__AllParameterSets", - "OutputTypes": [ + } + ], + "AliasList": [] + }, + { + "VerbName": "Get", + "NounName": "AzApplicationGatewayProbeConfig", + "Name": "Get-AzApplicationGatewayProbeConfig", + "ClassName": "Microsoft.Azure.Commands.Network.GetAzureApplicationGatewayProbeConfigCommand", + "SupportsShouldProcess": false, + "ConfirmImpact": 2, + "SupportsPaging": false, + "DefaultParameterSetName": "__AllParameterSets", + "OutputTypes": [ { "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", - "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { - "TargetListener": "Microsoft.Azure.Commands.Network.Models.PSResourceId", - "RequestRoutingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", - "UrlPathMaps": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", - "PathRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", - "IncludePath": "System.Nullable`1[System.Boolean]", - "IncludeQueryString": "System.Nullable`1[System.Boolean]", - "RedirectType": "System.String", - "TargetUrl": "System.String", + "Match": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbeHealthResponseMatch", + "PickHostNameFromBackendHttpSettings": "System.Nullable`1[System.Boolean]", + "Interval": "System.Nullable`1[System.Int32]", + "Timeout": "System.Nullable`1[System.Int32]", + "UnhealthyThreshold": "System.Nullable`1[System.Int32]", + "MinServers": "System.Nullable`1[System.Int32]", + "Port": "System.Nullable`1[System.Int32]", + "Protocol": "System.String", + "Host": "System.String", + "Path": "System.String", + "ProvisioningState": "System.String", "Type": "System.String", - "TargetListenerText": "System.String", - "RequestRoutingRulesText": "System.String", - "UrlPathMapsText": "System.String", - "PathRulesText": "System.String", + "MatchText": "System.String", "Name": "System.String", "Etag": "System.String", "Id": "System.String" @@ -48230,7 +47933,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -48246,6 +47949,8 @@ "FrontendPorts": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort]", "HttpListeners": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener]", "GatewayIPConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayIPConfiguration]", + "PrivateEndpointConnections": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateEndpointConnection]", + "PrivateLinkConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkConfiguration]", "Probes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe]", "RedirectConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration]", "RequestRoutingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRequestRoutingRule]", @@ -48255,21 +47960,23 @@ "UrlPathMaps": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap]", "Zones": "System.Collections.Generic.List`1[System.String]", "Tag": "System.Collections.Hashtable", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", - "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", - "IdentityText": "System.String", - "SslPolicyText": "System.String", - "FirewallPolicyText": "System.String", - "ResourceGroupName": "System.String", + "Name": "System.String", "TagsTable": "System.String", - "ResourceGuid": "System.String", + "IdentityText": "System.String", "Type": "System.String", - "Name": "System.String", - "UrlPathMapsText": "System.String", + "ResourceGuid": "System.String", "Location": "System.String", - "ProbesText": "System.String", + "ResourceGroupName": "System.String", + "PrivateLinkEndpointConnectionsText": "System.String", + "PrivateLinkConfigurationsText": "System.String", + "FirewallPolicyText": "System.String", + "SslPolicyText": "System.String", + "UrlPathMapsText": "System.String", "ProvisioningState": "System.String", + "RequestRoutingRulesText": "System.String", "RewriteRuleSetsText": "System.String", "HttpListenersText": "System.String", "BackendHttpSettingsCollectionText": "System.String", @@ -48281,7 +47988,7 @@ "GatewayIpConfigurationsText": "System.String", "Etag": "System.String", "OperationalState": "System.String", - "RequestRoutingRulesText": "System.String", + "ProbesText": "System.String", "Id": "System.String" }, "ElementType": null, @@ -48395,7 +48102,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -48411,6 +48118,8 @@ "FrontendPorts": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort]", "HttpListeners": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener]", "GatewayIPConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayIPConfiguration]", + "PrivateEndpointConnections": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateEndpointConnection]", + "PrivateLinkConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkConfiguration]", "Probes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe]", "RedirectConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration]", "RequestRoutingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRequestRoutingRule]", @@ -48420,21 +48129,23 @@ "UrlPathMaps": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap]", "Zones": "System.Collections.Generic.List`1[System.String]", "Tag": "System.Collections.Hashtable", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", - "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", - "IdentityText": "System.String", - "SslPolicyText": "System.String", - "FirewallPolicyText": "System.String", - "ResourceGroupName": "System.String", + "Name": "System.String", "TagsTable": "System.String", - "ResourceGuid": "System.String", + "IdentityText": "System.String", "Type": "System.String", - "Name": "System.String", - "UrlPathMapsText": "System.String", + "ResourceGuid": "System.String", "Location": "System.String", - "ProbesText": "System.String", + "ResourceGroupName": "System.String", + "PrivateLinkEndpointConnectionsText": "System.String", + "PrivateLinkConfigurationsText": "System.String", + "FirewallPolicyText": "System.String", + "SslPolicyText": "System.String", + "UrlPathMapsText": "System.String", "ProvisioningState": "System.String", + "RequestRoutingRulesText": "System.String", "RewriteRuleSetsText": "System.String", "HttpListenersText": "System.String", "BackendHttpSettingsCollectionText": "System.String", @@ -48446,7 +48157,7 @@ "GatewayIpConfigurationsText": "System.String", "Etag": "System.String", "OperationalState": "System.String", - "RequestRoutingRulesText": "System.String", + "ProbesText": "System.String", "Id": "System.String" }, "ElementType": null, @@ -48542,9 +48253,9 @@ }, { "VerbName": "New", - "NounName": "AzApplicationGatewayRedirectConfiguration", - "Name": "New-AzApplicationGatewayRedirectConfiguration", - "ClassName": "Microsoft.Azure.Commands.Network.NewAzureApplicationGatewayRedirectConfigurationCommand", + "NounName": "AzApplicationGatewayProbeConfig", + "Name": "New-AzApplicationGatewayProbeConfig", + "ClassName": "Microsoft.Azure.Commands.Network.NewAzureApplicationGatewayProbeConfigCommand", "SupportsShouldProcess": false, "ConfirmImpact": 2, "SupportsPaging": false, @@ -48553,22 +48264,22 @@ { "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", - "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { - "TargetListener": "Microsoft.Azure.Commands.Network.Models.PSResourceId", - "RequestRoutingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", - "UrlPathMaps": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", - "PathRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", - "IncludePath": "System.Nullable`1[System.Boolean]", - "IncludeQueryString": "System.Nullable`1[System.Boolean]", - "RedirectType": "System.String", - "TargetUrl": "System.String", + "Match": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbeHealthResponseMatch", + "PickHostNameFromBackendHttpSettings": "System.Nullable`1[System.Boolean]", + "Interval": "System.Nullable`1[System.Int32]", + "Timeout": "System.Nullable`1[System.Int32]", + "UnhealthyThreshold": "System.Nullable`1[System.Int32]", + "MinServers": "System.Nullable`1[System.Int32]", + "Port": "System.Nullable`1[System.Int32]", + "Protocol": "System.String", + "Host": "System.String", + "Path": "System.String", + "ProvisioningState": "System.String", "Type": "System.String", - "TargetListenerText": "System.String", - "RequestRoutingRulesText": "System.String", - "UrlPathMapsText": "System.String", - "PathRulesText": "System.String", + "MatchText": "System.String", "Name": "System.String", "Etag": "System.String", "Id": "System.String" @@ -48635,7 +48346,7 @@ "ValidateNotNullOrEmpty": true }, { - "Name": "RedirectType", + "Name": "Protocol", "AliasList": [], "Type": { "Namespace": "System", @@ -48648,17 +48359,15 @@ "Constructors": [] }, "ValidateSet": [ - "Permanent", - "Found", - "SeeOther", - "Temporary" + "Http", + "Https" ], "ValidateRangeMin": null, "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { - "Name": "TargetListenerID", + "Name": "HostName", "AliasList": [], "Type": { "Namespace": "System", @@ -48676,68 +48385,17 @@ "ValidateNotNullOrEmpty": true }, { - "Name": "TargetListener", + "Name": "Path", "AliasList": [], "Type": { - "Namespace": "Microsoft.Azure.Commands.Network.Models", - "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", - "Properties": { - "FrontendIpConfiguration": "Microsoft.Azure.Commands.Network.Models.PSResourceId", - "FrontendPort": "Microsoft.Azure.Commands.Network.Models.PSResourceId", - "SslCertificate": "Microsoft.Azure.Commands.Network.Models.PSResourceId", - "FirewallPolicy": "Microsoft.Azure.Commands.Network.Models.PSResourceId", - "RequireServerNameIndication": "System.Boolean", - "CustomErrorConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError]", - "HostNames": "System.Collections.Generic.List`1[System.String]", - "Name": "System.String", - "FirewallPolicyText": "System.String", - "SslCertificateText": "System.String", - "FrontendPortText": "System.String", - "Type": "System.String", - "Etag": "System.String", - "ProvisioningState": "System.String", - "HostName": "System.String", - "Protocol": "System.String", - "FrontendIpConfigurationText": "System.String", - "Id": "System.String" - }, + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, "ElementType": null, "GenericTypeArguments": [], - "Methods": [ - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [ - { - "Name": "", - "ReturnType": null, - "Parameters": [] - } - ] + "Methods": [], + "Constructors": [] }, "ValidateSet": [], "ValidateRangeMin": null, @@ -48745,12 +48403,12 @@ "ValidateNotNullOrEmpty": true }, { - "Name": "TargetUrl", + "Name": "Interval", "AliasList": [], "Type": { "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Name": "System.Int32", + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -48763,37 +48421,51 @@ "ValidateNotNullOrEmpty": true }, { - "Name": "IncludePath", + "Name": "Timeout", "AliasList": [], "Type": { "Namespace": "System", - "Name": "System.Nullable`1[System.Boolean]", - "AssemblyQualifiedName": "System.Nullable`1[[System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Name": "System.Int32", + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, - "GenericTypeArguments": [ - "System.Boolean" - ], + "GenericTypeArguments": [], "Methods": [], "Constructors": [] }, "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false + "ValidateNotNullOrEmpty": true }, { - "Name": "IncludeQueryString", + "Name": "UnhealthyThreshold", "AliasList": [], "Type": { "Namespace": "System", - "Name": "System.Nullable`1[System.Boolean]", - "AssemblyQualifiedName": "System.Nullable`1[[System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Name": "System.Int32", + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, - "GenericTypeArguments": [ - "System.Boolean" - ], + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "PickHostNameFromBackendHttpSettings", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], "Methods": [], "Constructors": [] }, @@ -48802,6 +48474,96 @@ "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, + { + "Name": "MinServers", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.Int32", + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": 0, + "ValidateRangeMax": 2147483647, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "Port", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.Int32", + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": 1, + "ValidateRangeMax": 65535, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "Match", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Network.Models", + "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbeHealthResponseMatch", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbeHealthResponseMatch, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "StatusCodes": "System.Collections.Generic.List`1[System.String]", + "Body": "System.String", + "StatusCodesText": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, { "Name": "DefaultProfile", "AliasList": [ @@ -48866,7 +48628,7 @@ }, { "ParameterMetadata": { - "Name": "RedirectType", + "Name": "Protocol", "AliasList": [], "Type": { "Namespace": "System", @@ -48879,10 +48641,8 @@ "Constructors": [] }, "ValidateSet": [ - "Permanent", - "Found", - "SeeOther", - "Temporary" + "Http", + "Https" ], "ValidateRangeMin": null, "ValidateRangeMax": null, @@ -48895,24 +48655,22 @@ }, { "ParameterMetadata": { - "Name": "IncludePath", + "Name": "HostName", "AliasList": [], "Type": { "Namespace": "System", - "Name": "System.Nullable`1[System.Boolean]", - "AssemblyQualifiedName": "System.Nullable`1[[System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, - "GenericTypeArguments": [ - "System.Boolean" - ], + "GenericTypeArguments": [], "Methods": [], "Constructors": [] }, "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false + "ValidateNotNullOrEmpty": true }, "Mandatory": false, "Position": -2147483648, @@ -48921,82 +48679,36 @@ }, { "ParameterMetadata": { - "Name": "IncludeQueryString", + "Name": "Path", "AliasList": [], "Type": { "Namespace": "System", - "Name": "System.Nullable`1[System.Boolean]", - "AssemblyQualifiedName": "System.Nullable`1[[System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, - "GenericTypeArguments": [ - "System.Boolean" - ], + "GenericTypeArguments": [], "Methods": [], "Constructors": [] }, "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false + "ValidateNotNullOrEmpty": true }, - "Mandatory": false, + "Mandatory": true, "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "DefaultProfile", - "AliasList": [ - "AzContext", - "AzureRmContext", - "AzureCredential" - ], - "Type": { - "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", - "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", - "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", - "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", - "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "Clear", - "Parameters": [], - "ReturnType": "System.Void" - } - ], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - } - ] - }, - { - "Name": "SetByResourceId", - "Parameters": [ - { - "ParameterMetadata": { - "Name": "TargetListenerID", + "Name": "Interval", "AliasList": [], "Type": { "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Name": "System.Int32", + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -49008,19 +48720,19 @@ "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, - "Mandatory": false, + "Mandatory": true, "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "Name", + "Name": "Timeout", "AliasList": [], "Type": { "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Name": "System.Int32", + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -49039,24 +48751,19 @@ }, { "ParameterMetadata": { - "Name": "RedirectType", + "Name": "UnhealthyThreshold", "AliasList": [], "Type": { "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Name": "System.Int32", + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], "Methods": [], "Constructors": [] }, - "ValidateSet": [ - "Permanent", - "Found", - "SeeOther", - "Temporary" - ], + "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true @@ -49068,17 +48775,15 @@ }, { "ParameterMetadata": { - "Name": "IncludePath", + "Name": "PickHostNameFromBackendHttpSettings", "AliasList": [], "Type": { - "Namespace": "System", - "Name": "System.Nullable`1[System.Boolean]", - "AssemblyQualifiedName": "System.Nullable`1[[System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, - "GenericTypeArguments": [ - "System.Boolean" - ], + "GenericTypeArguments": [], "Methods": [], "Constructors": [] }, @@ -49094,23 +48799,21 @@ }, { "ParameterMetadata": { - "Name": "IncludeQueryString", + "Name": "MinServers", "AliasList": [], "Type": { "Namespace": "System", - "Name": "System.Nullable`1[System.Boolean]", - "AssemblyQualifiedName": "System.Nullable`1[[System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Name": "System.Int32", + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, - "GenericTypeArguments": [ - "System.Boolean" - ], + "GenericTypeArguments": [], "Methods": [], "Constructors": [] }, "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "ValidateRangeMin": 0, + "ValidateRangeMax": 2147483647, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -49120,75 +48823,40 @@ }, { "ParameterMetadata": { - "Name": "DefaultProfile", - "AliasList": [ - "AzContext", - "AzureRmContext", - "AzureCredential" - ], + "Name": "Port", + "AliasList": [], "Type": { - "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", - "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", - "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", - "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", - "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" - }, + "Namespace": "System", + "Name": "System.Int32", + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, "ElementType": null, "GenericTypeArguments": [], - "Methods": [ - { - "Name": "Clear", - "Parameters": [], - "ReturnType": "System.Void" - } - ], + "Methods": [], "Constructors": [] }, "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "ValidateRangeMin": 1, + "ValidateRangeMax": 65535, "ValidateNotNullOrEmpty": false }, "Mandatory": false, "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false - } - ] - }, - { - "Name": "SetByResource", - "Parameters": [ + }, { "ParameterMetadata": { - "Name": "TargetListener", + "Name": "Match", "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", - "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbeHealthResponseMatch", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbeHealthResponseMatch, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { - "FrontendIpConfiguration": "Microsoft.Azure.Commands.Network.Models.PSResourceId", - "FrontendPort": "Microsoft.Azure.Commands.Network.Models.PSResourceId", - "SslCertificate": "Microsoft.Azure.Commands.Network.Models.PSResourceId", - "FirewallPolicy": "Microsoft.Azure.Commands.Network.Models.PSResourceId", - "RequireServerNameIndication": "System.Boolean", - "CustomErrorConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError]", - "HostNames": "System.Collections.Generic.List`1[System.String]", - "Name": "System.String", - "FirewallPolicyText": "System.String", - "SslCertificateText": "System.String", - "FrontendPortText": "System.String", - "Type": "System.String", - "Etag": "System.String", - "ProvisioningState": "System.String", - "HostName": "System.String", - "Protocol": "System.String", - "FrontendIpConfigurationText": "System.String", - "Id": "System.String" + "StatusCodes": "System.Collections.Generic.List`1[System.String]", + "Body": "System.String", + "StatusCodesText": "System.String" }, "ElementType": null, "GenericTypeArguments": [], @@ -49237,111 +48905,6 @@ "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, - { - "ParameterMetadata": { - "Name": "Name", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": true, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "RedirectType", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [ - "Permanent", - "Found", - "SeeOther", - "Temporary" - ], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": true, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "IncludePath", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.Nullable`1[System.Boolean]", - "AssemblyQualifiedName": "System.Nullable`1[[System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "System.Boolean" - ], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "IncludeQueryString", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.Nullable`1[System.Boolean]", - "AssemblyQualifiedName": "System.Nullable`1[[System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "System.Boolean" - ], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, { "ParameterMetadata": { "Name": "DefaultProfile", @@ -49382,258 +48945,89 @@ "ValueFromPipelineByPropertyName": false } ] - }, + } + ], + "AliasList": [] + }, + { + "VerbName": "Remove", + "NounName": "AzApplicationGatewayProbeConfig", + "Name": "Remove-AzApplicationGatewayProbeConfig", + "ClassName": "Microsoft.Azure.Commands.Network.RemoveAzureApplicationGatewayProbeConfigCommand", + "SupportsShouldProcess": false, + "ConfirmImpact": 2, + "SupportsPaging": false, + "DefaultParameterSetName": "__AllParameterSets", + "OutputTypes": [ { - "Name": "SetByURL", - "Parameters": [ - { - "ParameterMetadata": { - "Name": "TargetUrl", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false + "Type": { + "Namespace": "Microsoft.Azure.Commands.Network.Models", + "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", + "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", + "SslPolicy": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslPolicy", + "WebApplicationFirewallConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayWebApplicationFirewallConfiguration", + "Identity": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity", + "FirewallPolicy": "Microsoft.Azure.Commands.Network.Models.PSResourceId", + "AuthenticationCertificates": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAuthenticationCertificate]", + "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool]", + "BackendHttpSettingsCollection": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings]", + "CustomErrorConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError]", + "FrontendIPConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendIPConfiguration]", + "FrontendPorts": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort]", + "HttpListeners": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener]", + "GatewayIPConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayIPConfiguration]", + "PrivateEndpointConnections": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateEndpointConnection]", + "PrivateLinkConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkConfiguration]", + "Probes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe]", + "RedirectConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration]", + "RequestRoutingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRequestRoutingRule]", + "RewriteRuleSets": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet]", + "SslCertificates": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslCertificate]", + "TrustedRootCertificates": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedRootCertificate]", + "UrlPathMaps": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap]", + "Zones": "System.Collections.Generic.List`1[System.String]", + "Tag": "System.Collections.Hashtable", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", + "EnableHttp2": "System.Nullable`1[System.Boolean]", + "EnableFips": "System.Nullable`1[System.Boolean]", + "Name": "System.String", + "TagsTable": "System.String", + "IdentityText": "System.String", + "Type": "System.String", + "ResourceGuid": "System.String", + "Location": "System.String", + "ResourceGroupName": "System.String", + "PrivateLinkEndpointConnectionsText": "System.String", + "PrivateLinkConfigurationsText": "System.String", + "FirewallPolicyText": "System.String", + "SslPolicyText": "System.String", + "UrlPathMapsText": "System.String", + "ProvisioningState": "System.String", + "RequestRoutingRulesText": "System.String", + "RewriteRuleSetsText": "System.String", + "HttpListenersText": "System.String", + "BackendHttpSettingsCollectionText": "System.String", + "BackendAddressPoolsText": "System.String", + "FrontendPortsText": "System.String", + "FrontendIpConfigurationsText": "System.String", + "SslCertificatesText": "System.String", + "AuthenticationCertificatesText": "System.String", + "GatewayIpConfigurationsText": "System.String", + "Etag": "System.String", + "OperationalState": "System.String", + "ProbesText": "System.String", + "Id": "System.String" }, - { - "ParameterMetadata": { - "Name": "Name", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": true, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "RedirectType", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [ - "Permanent", - "Found", - "SeeOther", - "Temporary" - ], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": true, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "IncludePath", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.Nullable`1[System.Boolean]", - "AssemblyQualifiedName": "System.Nullable`1[[System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "System.Boolean" - ], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "IncludeQueryString", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.Nullable`1[System.Boolean]", - "AssemblyQualifiedName": "System.Nullable`1[[System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "System.Boolean" - ], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "DefaultProfile", - "AliasList": [ - "AzContext", - "AzureRmContext", - "AzureCredential" - ], - "Type": { - "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", - "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", - "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", - "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", - "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "Clear", - "Parameters": [], - "ReturnType": "System.Void" - } - ], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - } - ] - } - ], - "AliasList": [] - }, - { - "VerbName": "Remove", - "NounName": "AzApplicationGatewayRedirectConfiguration", - "Name": "Remove-AzApplicationGatewayRedirectConfiguration", - "ClassName": "Microsoft.Azure.Commands.Network.RemoveAzureApplicationGatewayRedirectConfigurationCommand", - "SupportsShouldProcess": false, - "ConfirmImpact": 2, - "SupportsPaging": false, - "DefaultParameterSetName": "__AllParameterSets", - "OutputTypes": [ - { - "Type": { - "Namespace": "Microsoft.Azure.Commands.Network.Models", - "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", - "Properties": { - "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", - "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", - "SslPolicy": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslPolicy", - "WebApplicationFirewallConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayWebApplicationFirewallConfiguration", - "Identity": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity", - "FirewallPolicy": "Microsoft.Azure.Commands.Network.Models.PSResourceId", - "AuthenticationCertificates": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAuthenticationCertificate]", - "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool]", - "BackendHttpSettingsCollection": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings]", - "CustomErrorConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError]", - "FrontendIPConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendIPConfiguration]", - "FrontendPorts": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort]", - "HttpListeners": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener]", - "GatewayIPConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayIPConfiguration]", - "Probes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe]", - "RedirectConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration]", - "RequestRoutingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRequestRoutingRule]", - "RewriteRuleSets": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet]", - "SslCertificates": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslCertificate]", - "TrustedRootCertificates": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedRootCertificate]", - "UrlPathMaps": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap]", - "Zones": "System.Collections.Generic.List`1[System.String]", - "Tag": "System.Collections.Hashtable", - "EnableHttp2": "System.Nullable`1[System.Boolean]", - "EnableFips": "System.Nullable`1[System.Boolean]", - "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", - "IdentityText": "System.String", - "SslPolicyText": "System.String", - "FirewallPolicyText": "System.String", - "ResourceGroupName": "System.String", - "TagsTable": "System.String", - "ResourceGuid": "System.String", - "Type": "System.String", - "Name": "System.String", - "UrlPathMapsText": "System.String", - "Location": "System.String", - "ProbesText": "System.String", - "ProvisioningState": "System.String", - "RewriteRuleSetsText": "System.String", - "HttpListenersText": "System.String", - "BackendHttpSettingsCollectionText": "System.String", - "BackendAddressPoolsText": "System.String", - "FrontendPortsText": "System.String", - "FrontendIpConfigurationsText": "System.String", - "SslCertificatesText": "System.String", - "AuthenticationCertificatesText": "System.String", - "GatewayIpConfigurationsText": "System.String", - "Etag": "System.String", - "OperationalState": "System.String", - "RequestRoutingRulesText": "System.String", - "Id": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" }, { "Name": "Equals", @@ -49694,7 +49088,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -49710,6 +49104,8 @@ "FrontendPorts": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort]", "HttpListeners": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener]", "GatewayIPConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayIPConfiguration]", + "PrivateEndpointConnections": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateEndpointConnection]", + "PrivateLinkConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkConfiguration]", "Probes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe]", "RedirectConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration]", "RequestRoutingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRequestRoutingRule]", @@ -49719,21 +49115,23 @@ "UrlPathMaps": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap]", "Zones": "System.Collections.Generic.List`1[System.String]", "Tag": "System.Collections.Hashtable", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", - "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", - "IdentityText": "System.String", - "SslPolicyText": "System.String", - "FirewallPolicyText": "System.String", - "ResourceGroupName": "System.String", + "Name": "System.String", "TagsTable": "System.String", - "ResourceGuid": "System.String", + "IdentityText": "System.String", "Type": "System.String", - "Name": "System.String", - "UrlPathMapsText": "System.String", + "ResourceGuid": "System.String", "Location": "System.String", - "ProbesText": "System.String", + "ResourceGroupName": "System.String", + "PrivateLinkEndpointConnectionsText": "System.String", + "PrivateLinkConfigurationsText": "System.String", + "FirewallPolicyText": "System.String", + "SslPolicyText": "System.String", + "UrlPathMapsText": "System.String", "ProvisioningState": "System.String", + "RequestRoutingRulesText": "System.String", "RewriteRuleSetsText": "System.String", "HttpListenersText": "System.String", "BackendHttpSettingsCollectionText": "System.String", @@ -49745,7 +49143,7 @@ "GatewayIpConfigurationsText": "System.String", "Etag": "System.String", "OperationalState": "System.String", - "RequestRoutingRulesText": "System.String", + "ProbesText": "System.String", "Id": "System.String" }, "ElementType": null, @@ -49859,7 +49257,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -49875,6 +49273,8 @@ "FrontendPorts": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort]", "HttpListeners": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener]", "GatewayIPConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayIPConfiguration]", + "PrivateEndpointConnections": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateEndpointConnection]", + "PrivateLinkConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkConfiguration]", "Probes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe]", "RedirectConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration]", "RequestRoutingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRequestRoutingRule]", @@ -49884,21 +49284,23 @@ "UrlPathMaps": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap]", "Zones": "System.Collections.Generic.List`1[System.String]", "Tag": "System.Collections.Hashtable", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", - "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", - "IdentityText": "System.String", - "SslPolicyText": "System.String", - "FirewallPolicyText": "System.String", - "ResourceGroupName": "System.String", + "Name": "System.String", "TagsTable": "System.String", - "ResourceGuid": "System.String", + "IdentityText": "System.String", "Type": "System.String", - "Name": "System.String", - "UrlPathMapsText": "System.String", + "ResourceGuid": "System.String", "Location": "System.String", - "ProbesText": "System.String", + "ResourceGroupName": "System.String", + "PrivateLinkEndpointConnectionsText": "System.String", + "PrivateLinkConfigurationsText": "System.String", + "FirewallPolicyText": "System.String", + "SslPolicyText": "System.String", + "UrlPathMapsText": "System.String", "ProvisioningState": "System.String", + "RequestRoutingRulesText": "System.String", "RewriteRuleSetsText": "System.String", "HttpListenersText": "System.String", "BackendHttpSettingsCollectionText": "System.String", @@ -49910,7 +49312,7 @@ "GatewayIpConfigurationsText": "System.String", "Etag": "System.String", "OperationalState": "System.String", - "RequestRoutingRulesText": "System.String", + "ProbesText": "System.String", "Id": "System.String" }, "ElementType": null, @@ -50006,9 +49408,9 @@ }, { "VerbName": "Set", - "NounName": "AzApplicationGatewayRedirectConfiguration", - "Name": "Set-AzApplicationGatewayRedirectConfiguration", - "ClassName": "Microsoft.Azure.Commands.Network.SetAzureApplicationGatewayRedirectConfigurationCommand", + "NounName": "AzApplicationGatewayProbeConfig", + "Name": "Set-AzApplicationGatewayProbeConfig", + "ClassName": "Microsoft.Azure.Commands.Network.SetAzureApplicationGatewayProbeConfigCommand", "SupportsShouldProcess": false, "ConfirmImpact": 2, "SupportsPaging": false, @@ -50018,7 +49420,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -50034,6 +49436,8 @@ "FrontendPorts": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort]", "HttpListeners": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener]", "GatewayIPConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayIPConfiguration]", + "PrivateEndpointConnections": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateEndpointConnection]", + "PrivateLinkConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkConfiguration]", "Probes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe]", "RedirectConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration]", "RequestRoutingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRequestRoutingRule]", @@ -50043,21 +49447,23 @@ "UrlPathMaps": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap]", "Zones": "System.Collections.Generic.List`1[System.String]", "Tag": "System.Collections.Hashtable", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", - "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", - "IdentityText": "System.String", - "SslPolicyText": "System.String", - "FirewallPolicyText": "System.String", - "ResourceGroupName": "System.String", + "Name": "System.String", "TagsTable": "System.String", - "ResourceGuid": "System.String", + "IdentityText": "System.String", "Type": "System.String", - "Name": "System.String", - "UrlPathMapsText": "System.String", + "ResourceGuid": "System.String", "Location": "System.String", - "ProbesText": "System.String", + "ResourceGroupName": "System.String", + "PrivateLinkEndpointConnectionsText": "System.String", + "PrivateLinkConfigurationsText": "System.String", + "FirewallPolicyText": "System.String", + "SslPolicyText": "System.String", + "UrlPathMapsText": "System.String", "ProvisioningState": "System.String", + "RequestRoutingRulesText": "System.String", "RewriteRuleSetsText": "System.String", "HttpListenersText": "System.String", "BackendHttpSettingsCollectionText": "System.String", @@ -50069,7 +49475,7 @@ "GatewayIpConfigurationsText": "System.String", "Etag": "System.String", "OperationalState": "System.String", - "RequestRoutingRulesText": "System.String", + "ProbesText": "System.String", "Id": "System.String" }, "ElementType": null, @@ -50121,7 +49527,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -50137,6 +49543,8 @@ "FrontendPorts": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort]", "HttpListeners": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener]", "GatewayIPConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayIPConfiguration]", + "PrivateEndpointConnections": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateEndpointConnection]", + "PrivateLinkConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkConfiguration]", "Probes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe]", "RedirectConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration]", "RequestRoutingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRequestRoutingRule]", @@ -50146,21 +49554,23 @@ "UrlPathMaps": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap]", "Zones": "System.Collections.Generic.List`1[System.String]", "Tag": "System.Collections.Hashtable", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", - "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", - "IdentityText": "System.String", - "SslPolicyText": "System.String", - "FirewallPolicyText": "System.String", - "ResourceGroupName": "System.String", + "Name": "System.String", "TagsTable": "System.String", - "ResourceGuid": "System.String", + "IdentityText": "System.String", "Type": "System.String", - "Name": "System.String", - "UrlPathMapsText": "System.String", + "ResourceGuid": "System.String", "Location": "System.String", - "ProbesText": "System.String", + "ResourceGroupName": "System.String", + "PrivateLinkEndpointConnectionsText": "System.String", + "PrivateLinkConfigurationsText": "System.String", + "FirewallPolicyText": "System.String", + "SslPolicyText": "System.String", + "UrlPathMapsText": "System.String", "ProvisioningState": "System.String", + "RequestRoutingRulesText": "System.String", "RewriteRuleSetsText": "System.String", "HttpListenersText": "System.String", "BackendHttpSettingsCollectionText": "System.String", @@ -50172,7 +49582,962 @@ "GatewayIpConfigurationsText": "System.String", "Etag": "System.String", "OperationalState": "System.String", - "RequestRoutingRulesText": "System.String", + "ProbesText": "System.String", + "Id": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "Name", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "Protocol", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [ + "Http", + "Https" + ], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "HostName", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "Path", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "Interval", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.Int32", + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "Timeout", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.Int32", + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "UnhealthyThreshold", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.Int32", + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "PickHostNameFromBackendHttpSettings", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "MinServers", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.Int32", + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": 0, + "ValidateRangeMax": 2147483647, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "Port", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.Int32", + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": 1, + "ValidateRangeMax": 65535, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "Match", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Network.Models", + "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbeHealthResponseMatch", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbeHealthResponseMatch, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "StatusCodes": "System.Collections.Generic.List`1[System.String]", + "Body": "System.String", + "StatusCodesText": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + } + ], + "ParameterSets": [ + { + "Name": "__AllParameterSets", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "ApplicationGateway", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Network.Models", + "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", + "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", + "SslPolicy": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslPolicy", + "WebApplicationFirewallConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayWebApplicationFirewallConfiguration", + "Identity": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity", + "FirewallPolicy": "Microsoft.Azure.Commands.Network.Models.PSResourceId", + "AuthenticationCertificates": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAuthenticationCertificate]", + "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool]", + "BackendHttpSettingsCollection": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings]", + "CustomErrorConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError]", + "FrontendIPConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendIPConfiguration]", + "FrontendPorts": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort]", + "HttpListeners": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener]", + "GatewayIPConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayIPConfiguration]", + "PrivateEndpointConnections": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateEndpointConnection]", + "PrivateLinkConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkConfiguration]", + "Probes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe]", + "RedirectConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration]", + "RequestRoutingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRequestRoutingRule]", + "RewriteRuleSets": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet]", + "SslCertificates": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslCertificate]", + "TrustedRootCertificates": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedRootCertificate]", + "UrlPathMaps": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap]", + "Zones": "System.Collections.Generic.List`1[System.String]", + "Tag": "System.Collections.Hashtable", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", + "EnableHttp2": "System.Nullable`1[System.Boolean]", + "EnableFips": "System.Nullable`1[System.Boolean]", + "Name": "System.String", + "TagsTable": "System.String", + "IdentityText": "System.String", + "Type": "System.String", + "ResourceGuid": "System.String", + "Location": "System.String", + "ResourceGroupName": "System.String", + "PrivateLinkEndpointConnectionsText": "System.String", + "PrivateLinkConfigurationsText": "System.String", + "FirewallPolicyText": "System.String", + "SslPolicyText": "System.String", + "UrlPathMapsText": "System.String", + "ProvisioningState": "System.String", + "RequestRoutingRulesText": "System.String", + "RewriteRuleSetsText": "System.String", + "HttpListenersText": "System.String", + "BackendHttpSettingsCollectionText": "System.String", + "BackendAddressPoolsText": "System.String", + "FrontendPortsText": "System.String", + "FrontendIpConfigurationsText": "System.String", + "SslCertificatesText": "System.String", + "AuthenticationCertificatesText": "System.String", + "GatewayIpConfigurationsText": "System.String", + "Etag": "System.String", + "OperationalState": "System.String", + "ProbesText": "System.String", + "Id": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": true, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Name", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Protocol", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [ + "Http", + "Https" + ], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HostName", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Path", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Interval", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.Int32", + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Timeout", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.Int32", + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "UnhealthyThreshold", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.Int32", + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "PickHostNameFromBackendHttpSettings", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "MinServers", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.Int32", + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": 0, + "ValidateRangeMax": 2147483647, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Port", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.Int32", + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": 1, + "ValidateRangeMax": 65535, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Match", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Network.Models", + "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbeHealthResponseMatch", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbeHealthResponseMatch, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "StatusCodes": "System.Collections.Generic.List`1[System.String]", + "Body": "System.String", + "StatusCodesText": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + } + ], + "AliasList": [] + }, + { + "VerbName": "Add", + "NounName": "AzApplicationGatewayRedirectConfiguration", + "Name": "Add-AzApplicationGatewayRedirectConfiguration", + "ClassName": "Microsoft.Azure.Commands.Network.AddAzureApplicationGatewayRedirectConfigurationCommand", + "SupportsShouldProcess": false, + "ConfirmImpact": 2, + "SupportsPaging": false, + "DefaultParameterSetName": "__AllParameterSets", + "OutputTypes": [ + { + "Type": { + "Namespace": "Microsoft.Azure.Commands.Network.Models", + "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", + "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", + "SslPolicy": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslPolicy", + "WebApplicationFirewallConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayWebApplicationFirewallConfiguration", + "Identity": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity", + "FirewallPolicy": "Microsoft.Azure.Commands.Network.Models.PSResourceId", + "AuthenticationCertificates": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAuthenticationCertificate]", + "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool]", + "BackendHttpSettingsCollection": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings]", + "CustomErrorConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError]", + "FrontendIPConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendIPConfiguration]", + "FrontendPorts": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort]", + "HttpListeners": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener]", + "GatewayIPConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayIPConfiguration]", + "PrivateEndpointConnections": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateEndpointConnection]", + "PrivateLinkConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkConfiguration]", + "Probes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe]", + "RedirectConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration]", + "RequestRoutingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRequestRoutingRule]", + "RewriteRuleSets": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet]", + "SslCertificates": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslCertificate]", + "TrustedRootCertificates": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedRootCertificate]", + "UrlPathMaps": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap]", + "Zones": "System.Collections.Generic.List`1[System.String]", + "Tag": "System.Collections.Hashtable", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", + "EnableHttp2": "System.Nullable`1[System.Boolean]", + "EnableFips": "System.Nullable`1[System.Boolean]", + "Name": "System.String", + "TagsTable": "System.String", + "IdentityText": "System.String", + "Type": "System.String", + "ResourceGuid": "System.String", + "Location": "System.String", + "ResourceGroupName": "System.String", + "PrivateLinkEndpointConnectionsText": "System.String", + "PrivateLinkConfigurationsText": "System.String", + "FirewallPolicyText": "System.String", + "SslPolicyText": "System.String", + "UrlPathMapsText": "System.String", + "ProvisioningState": "System.String", + "RequestRoutingRulesText": "System.String", + "RewriteRuleSetsText": "System.String", + "HttpListenersText": "System.String", + "BackendHttpSettingsCollectionText": "System.String", + "BackendAddressPoolsText": "System.String", + "FrontendPortsText": "System.String", + "FrontendIpConfigurationsText": "System.String", + "SslCertificatesText": "System.String", + "AuthenticationCertificatesText": "System.String", + "GatewayIpConfigurationsText": "System.String", + "Etag": "System.String", + "OperationalState": "System.String", + "ProbesText": "System.String", + "Id": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] + }, + "ParameterSets": [ + "__AllParameterSets" + ] + } + ], + "Parameters": [ + { + "Name": "ApplicationGateway", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Network.Models", + "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", + "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", + "SslPolicy": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslPolicy", + "WebApplicationFirewallConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayWebApplicationFirewallConfiguration", + "Identity": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity", + "FirewallPolicy": "Microsoft.Azure.Commands.Network.Models.PSResourceId", + "AuthenticationCertificates": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAuthenticationCertificate]", + "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool]", + "BackendHttpSettingsCollection": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings]", + "CustomErrorConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError]", + "FrontendIPConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendIPConfiguration]", + "FrontendPorts": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort]", + "HttpListeners": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener]", + "GatewayIPConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayIPConfiguration]", + "PrivateEndpointConnections": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateEndpointConnection]", + "PrivateLinkConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkConfiguration]", + "Probes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe]", + "RedirectConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration]", + "RequestRoutingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRequestRoutingRule]", + "RewriteRuleSets": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet]", + "SslCertificates": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslCertificate]", + "TrustedRootCertificates": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedRootCertificate]", + "UrlPathMaps": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap]", + "Zones": "System.Collections.Generic.List`1[System.String]", + "Tag": "System.Collections.Hashtable", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", + "EnableHttp2": "System.Nullable`1[System.Boolean]", + "EnableFips": "System.Nullable`1[System.Boolean]", + "Name": "System.String", + "TagsTable": "System.String", + "IdentityText": "System.String", + "Type": "System.String", + "ResourceGuid": "System.String", + "Location": "System.String", + "ResourceGroupName": "System.String", + "PrivateLinkEndpointConnectionsText": "System.String", + "PrivateLinkConfigurationsText": "System.String", + "FirewallPolicyText": "System.String", + "SslPolicyText": "System.String", + "UrlPathMapsText": "System.String", + "ProvisioningState": "System.String", + "RequestRoutingRulesText": "System.String", + "RewriteRuleSetsText": "System.String", + "HttpListenersText": "System.String", + "BackendHttpSettingsCollectionText": "System.String", + "BackendAddressPoolsText": "System.String", + "FrontendPortsText": "System.String", + "FrontendIpConfigurationsText": "System.String", + "SslCertificatesText": "System.String", + "AuthenticationCertificatesText": "System.String", + "GatewayIpConfigurationsText": "System.String", + "Etag": "System.String", + "OperationalState": "System.String", + "ProbesText": "System.String", "Id": "System.String" }, "ElementType": null, @@ -50282,7 +50647,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "FrontendIpConfiguration": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "FrontendPort": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -50448,7 +50813,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -50464,6 +50829,8 @@ "FrontendPorts": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort]", "HttpListeners": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener]", "GatewayIPConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayIPConfiguration]", + "PrivateEndpointConnections": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateEndpointConnection]", + "PrivateLinkConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkConfiguration]", "Probes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe]", "RedirectConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration]", "RequestRoutingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRequestRoutingRule]", @@ -50473,21 +50840,23 @@ "UrlPathMaps": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap]", "Zones": "System.Collections.Generic.List`1[System.String]", "Tag": "System.Collections.Hashtable", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", - "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", - "IdentityText": "System.String", - "SslPolicyText": "System.String", - "FirewallPolicyText": "System.String", - "ResourceGroupName": "System.String", + "Name": "System.String", "TagsTable": "System.String", - "ResourceGuid": "System.String", + "IdentityText": "System.String", "Type": "System.String", - "Name": "System.String", - "UrlPathMapsText": "System.String", + "ResourceGuid": "System.String", "Location": "System.String", - "ProbesText": "System.String", + "ResourceGroupName": "System.String", + "PrivateLinkEndpointConnectionsText": "System.String", + "PrivateLinkConfigurationsText": "System.String", + "FirewallPolicyText": "System.String", + "SslPolicyText": "System.String", + "UrlPathMapsText": "System.String", "ProvisioningState": "System.String", + "RequestRoutingRulesText": "System.String", "RewriteRuleSetsText": "System.String", "HttpListenersText": "System.String", "BackendHttpSettingsCollectionText": "System.String", @@ -50499,7 +50868,7 @@ "GatewayIpConfigurationsText": "System.String", "Etag": "System.String", "OperationalState": "System.String", - "RequestRoutingRulesText": "System.String", + "ProbesText": "System.String", "Id": "System.String" }, "ElementType": null, @@ -50729,7 +51098,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -50745,6 +51114,8 @@ "FrontendPorts": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort]", "HttpListeners": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener]", "GatewayIPConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayIPConfiguration]", + "PrivateEndpointConnections": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateEndpointConnection]", + "PrivateLinkConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkConfiguration]", "Probes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe]", "RedirectConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration]", "RequestRoutingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRequestRoutingRule]", @@ -50754,21 +51125,23 @@ "UrlPathMaps": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap]", "Zones": "System.Collections.Generic.List`1[System.String]", "Tag": "System.Collections.Hashtable", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", - "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", - "IdentityText": "System.String", - "SslPolicyText": "System.String", - "FirewallPolicyText": "System.String", - "ResourceGroupName": "System.String", + "Name": "System.String", "TagsTable": "System.String", - "ResourceGuid": "System.String", + "IdentityText": "System.String", "Type": "System.String", - "Name": "System.String", - "UrlPathMapsText": "System.String", + "ResourceGuid": "System.String", "Location": "System.String", - "ProbesText": "System.String", + "ResourceGroupName": "System.String", + "PrivateLinkEndpointConnectionsText": "System.String", + "PrivateLinkConfigurationsText": "System.String", + "FirewallPolicyText": "System.String", + "SslPolicyText": "System.String", + "UrlPathMapsText": "System.String", "ProvisioningState": "System.String", + "RequestRoutingRulesText": "System.String", "RewriteRuleSetsText": "System.String", "HttpListenersText": "System.String", "BackendHttpSettingsCollectionText": "System.String", @@ -50780,7 +51153,7 @@ "GatewayIpConfigurationsText": "System.String", "Etag": "System.String", "OperationalState": "System.String", - "RequestRoutingRulesText": "System.String", + "ProbesText": "System.String", "Id": "System.String" }, "ElementType": null, @@ -50986,7 +51359,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "FrontendIpConfiguration": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "FrontendPort": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -51061,7 +51434,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -51077,6 +51450,8 @@ "FrontendPorts": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort]", "HttpListeners": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener]", "GatewayIPConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayIPConfiguration]", + "PrivateEndpointConnections": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateEndpointConnection]", + "PrivateLinkConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkConfiguration]", "Probes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe]", "RedirectConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration]", "RequestRoutingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRequestRoutingRule]", @@ -51086,21 +51461,23 @@ "UrlPathMaps": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap]", "Zones": "System.Collections.Generic.List`1[System.String]", "Tag": "System.Collections.Hashtable", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", - "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", - "IdentityText": "System.String", - "SslPolicyText": "System.String", - "FirewallPolicyText": "System.String", - "ResourceGroupName": "System.String", + "Name": "System.String", "TagsTable": "System.String", - "ResourceGuid": "System.String", + "IdentityText": "System.String", "Type": "System.String", - "Name": "System.String", - "UrlPathMapsText": "System.String", + "ResourceGuid": "System.String", "Location": "System.String", - "ProbesText": "System.String", + "ResourceGroupName": "System.String", + "PrivateLinkEndpointConnectionsText": "System.String", + "PrivateLinkConfigurationsText": "System.String", + "FirewallPolicyText": "System.String", + "SslPolicyText": "System.String", + "UrlPathMapsText": "System.String", "ProvisioningState": "System.String", + "RequestRoutingRulesText": "System.String", "RewriteRuleSetsText": "System.String", "HttpListenersText": "System.String", "BackendHttpSettingsCollectionText": "System.String", @@ -51112,7 +51489,7 @@ "GatewayIpConfigurationsText": "System.String", "Etag": "System.String", "OperationalState": "System.String", - "RequestRoutingRulesText": "System.String", + "ProbesText": "System.String", "Id": "System.String" }, "ElementType": null, @@ -51342,7 +51719,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -51358,6 +51735,8 @@ "FrontendPorts": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort]", "HttpListeners": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener]", "GatewayIPConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayIPConfiguration]", + "PrivateEndpointConnections": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateEndpointConnection]", + "PrivateLinkConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkConfiguration]", "Probes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe]", "RedirectConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration]", "RequestRoutingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRequestRoutingRule]", @@ -51367,21 +51746,23 @@ "UrlPathMaps": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap]", "Zones": "System.Collections.Generic.List`1[System.String]", "Tag": "System.Collections.Hashtable", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", - "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", - "IdentityText": "System.String", - "SslPolicyText": "System.String", - "FirewallPolicyText": "System.String", - "ResourceGroupName": "System.String", + "Name": "System.String", "TagsTable": "System.String", - "ResourceGuid": "System.String", + "IdentityText": "System.String", "Type": "System.String", - "Name": "System.String", - "UrlPathMapsText": "System.String", + "ResourceGuid": "System.String", "Location": "System.String", - "ProbesText": "System.String", + "ResourceGroupName": "System.String", + "PrivateLinkEndpointConnectionsText": "System.String", + "PrivateLinkConfigurationsText": "System.String", + "FirewallPolicyText": "System.String", + "SslPolicyText": "System.String", + "UrlPathMapsText": "System.String", "ProvisioningState": "System.String", + "RequestRoutingRulesText": "System.String", "RewriteRuleSetsText": "System.String", "HttpListenersText": "System.String", "BackendHttpSettingsCollectionText": "System.String", @@ -51393,7 +51774,7 @@ "GatewayIpConfigurationsText": "System.String", "Etag": "System.String", "OperationalState": "System.String", - "RequestRoutingRulesText": "System.String", + "ProbesText": "System.String", "Id": "System.String" }, "ElementType": null, @@ -51593,25 +51974,74 @@ "AliasList": [] }, { - "VerbName": "Remove", - "NounName": "AzApplicationGateway", - "Name": "Remove-AzApplicationGateway", - "ClassName": "Microsoft.Azure.Commands.Network.RemoveAzureApplicationGatewayCommand", - "SupportsShouldProcess": true, - "ConfirmImpact": 2, + "VerbName": "Get", + "NounName": "AzApplicationGatewayRedirectConfiguration", + "Name": "Get-AzApplicationGatewayRedirectConfiguration", + "ClassName": "Microsoft.Azure.Commands.Network.GetAzureApplicationGatewayRedirectConfigurationCommand", + "SupportsShouldProcess": false, + "ConfirmImpact": 2, "SupportsPaging": false, "DefaultParameterSetName": "__AllParameterSets", "OutputTypes": [ { "Type": { - "Namespace": "System", - "Name": "System.Boolean", - "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, + "Namespace": "Microsoft.Azure.Commands.Network.Models", + "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "TargetListener": "Microsoft.Azure.Commands.Network.Models.PSResourceId", + "RequestRoutingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", + "UrlPathMaps": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", + "PathRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", + "IncludePath": "System.Nullable`1[System.Boolean]", + "IncludeQueryString": "System.Nullable`1[System.Boolean]", + "RedirectType": "System.String", + "TargetUrl": "System.String", + "Type": "System.String", + "TargetListenerText": "System.String", + "RequestRoutingRulesText": "System.String", + "UrlPathMapsText": "System.String", + "PathRulesText": "System.String", + "Name": "System.String", + "Etag": "System.String", + "Id": "System.String" + }, "ElementType": null, "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] }, "ParameterSets": [ "__AllParameterSets" @@ -51621,26 +52051,6 @@ "Parameters": [ { "Name": "Name", - "AliasList": [ - "ResourceName" - ], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - { - "Name": "ResourceGroupName", "AliasList": [], "Type": { "Namespace": "System", @@ -51658,35 +52068,105 @@ "ValidateNotNullOrEmpty": true }, { - "Name": "Force", - "AliasList": [], - "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "PassThru", + "Name": "ApplicationGateway", "AliasList": [], "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, + "Namespace": "Microsoft.Azure.Commands.Network.Models", + "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", + "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", + "SslPolicy": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslPolicy", + "WebApplicationFirewallConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayWebApplicationFirewallConfiguration", + "Identity": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity", + "FirewallPolicy": "Microsoft.Azure.Commands.Network.Models.PSResourceId", + "AuthenticationCertificates": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAuthenticationCertificate]", + "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool]", + "BackendHttpSettingsCollection": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings]", + "CustomErrorConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError]", + "FrontendIPConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendIPConfiguration]", + "FrontendPorts": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort]", + "HttpListeners": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener]", + "GatewayIPConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayIPConfiguration]", + "PrivateEndpointConnections": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateEndpointConnection]", + "PrivateLinkConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkConfiguration]", + "Probes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe]", + "RedirectConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration]", + "RequestRoutingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRequestRoutingRule]", + "RewriteRuleSets": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet]", + "SslCertificates": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslCertificate]", + "TrustedRootCertificates": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedRootCertificate]", + "UrlPathMaps": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap]", + "Zones": "System.Collections.Generic.List`1[System.String]", + "Tag": "System.Collections.Hashtable", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", + "EnableHttp2": "System.Nullable`1[System.Boolean]", + "EnableFips": "System.Nullable`1[System.Boolean]", + "Name": "System.String", + "TagsTable": "System.String", + "IdentityText": "System.String", + "Type": "System.String", + "ResourceGuid": "System.String", + "Location": "System.String", + "ResourceGroupName": "System.String", + "PrivateLinkEndpointConnectionsText": "System.String", + "PrivateLinkConfigurationsText": "System.String", + "FirewallPolicyText": "System.String", + "SslPolicyText": "System.String", + "UrlPathMapsText": "System.String", + "ProvisioningState": "System.String", + "RequestRoutingRulesText": "System.String", + "RewriteRuleSetsText": "System.String", + "HttpListenersText": "System.String", + "BackendHttpSettingsCollectionText": "System.String", + "BackendAddressPoolsText": "System.String", + "FrontendPortsText": "System.String", + "FrontendIpConfigurationsText": "System.String", + "SslCertificatesText": "System.String", + "AuthenticationCertificatesText": "System.String", + "GatewayIpConfigurationsText": "System.String", + "Etag": "System.String", + "OperationalState": "System.String", + "ProbesText": "System.String", + "Id": "System.String" + }, "ElementType": null, "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] }, "ValidateSet": [], "ValidateRangeMin": null, @@ -51734,32 +52214,6 @@ { "ParameterMetadata": { "Name": "Name", - "AliasList": [ - "ResourceName" - ], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": true, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "ResourceGroupName", "AliasList": [], "Type": { "Namespace": "System", @@ -51776,57 +52230,121 @@ "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, - "Mandatory": true, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "Force", - "AliasList": [], - "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, "Mandatory": false, "Position": -2147483648, "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true + "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "PassThru", + "Name": "ApplicationGateway", "AliasList": [], "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, + "Namespace": "Microsoft.Azure.Commands.Network.Models", + "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", + "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", + "SslPolicy": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslPolicy", + "WebApplicationFirewallConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayWebApplicationFirewallConfiguration", + "Identity": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity", + "FirewallPolicy": "Microsoft.Azure.Commands.Network.Models.PSResourceId", + "AuthenticationCertificates": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAuthenticationCertificate]", + "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool]", + "BackendHttpSettingsCollection": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings]", + "CustomErrorConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError]", + "FrontendIPConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendIPConfiguration]", + "FrontendPorts": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort]", + "HttpListeners": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener]", + "GatewayIPConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayIPConfiguration]", + "PrivateEndpointConnections": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateEndpointConnection]", + "PrivateLinkConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkConfiguration]", + "Probes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe]", + "RedirectConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration]", + "RequestRoutingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRequestRoutingRule]", + "RewriteRuleSets": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet]", + "SslCertificates": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslCertificate]", + "TrustedRootCertificates": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedRootCertificate]", + "UrlPathMaps": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap]", + "Zones": "System.Collections.Generic.List`1[System.String]", + "Tag": "System.Collections.Hashtable", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", + "EnableHttp2": "System.Nullable`1[System.Boolean]", + "EnableFips": "System.Nullable`1[System.Boolean]", + "Name": "System.String", + "TagsTable": "System.String", + "IdentityText": "System.String", + "Type": "System.String", + "ResourceGuid": "System.String", + "Location": "System.String", + "ResourceGroupName": "System.String", + "PrivateLinkEndpointConnectionsText": "System.String", + "PrivateLinkConfigurationsText": "System.String", + "FirewallPolicyText": "System.String", + "SslPolicyText": "System.String", + "UrlPathMapsText": "System.String", + "ProvisioningState": "System.String", + "RequestRoutingRulesText": "System.String", + "RewriteRuleSetsText": "System.String", + "HttpListenersText": "System.String", + "BackendHttpSettingsCollectionText": "System.String", + "BackendAddressPoolsText": "System.String", + "FrontendPortsText": "System.String", + "FrontendIpConfigurationsText": "System.String", + "SslCertificatesText": "System.String", + "AuthenticationCertificatesText": "System.String", + "GatewayIpConfigurationsText": "System.String", + "Etag": "System.String", + "OperationalState": "System.String", + "ProbesText": "System.String", + "Id": "System.String" + }, "ElementType": null, "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] }, "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, - "Mandatory": false, + "Mandatory": true, "Position": -2147483648, - "ValueFromPipeline": false, + "ValueFromPipeline": true, "ValueFromPipelineByPropertyName": false }, { @@ -51874,10 +52392,10 @@ "AliasList": [] }, { - "VerbName": "Add", - "NounName": "AzApplicationGatewayRequestRoutingRule", - "Name": "Add-AzApplicationGatewayRequestRoutingRule", - "ClassName": "Microsoft.Azure.Commands.Network.AddAzureApplicationGatewayRequestRoutingRuleCommand", + "VerbName": "New", + "NounName": "AzApplicationGatewayRedirectConfiguration", + "Name": "New-AzApplicationGatewayRedirectConfiguration", + "ClassName": "Microsoft.Azure.Commands.Network.NewAzureApplicationGatewayRedirectConfigurationCommand", "SupportsShouldProcess": false, "ConfirmImpact": 2, "SupportsPaging": false, @@ -51886,59 +52404,24 @@ { "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", - "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { - "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", - "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", - "SslPolicy": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslPolicy", - "WebApplicationFirewallConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayWebApplicationFirewallConfiguration", - "Identity": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity", - "FirewallPolicy": "Microsoft.Azure.Commands.Network.Models.PSResourceId", - "AuthenticationCertificates": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAuthenticationCertificate]", - "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool]", - "BackendHttpSettingsCollection": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings]", - "CustomErrorConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError]", - "FrontendIPConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendIPConfiguration]", - "FrontendPorts": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort]", - "HttpListeners": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener]", - "GatewayIPConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayIPConfiguration]", - "Probes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe]", - "RedirectConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration]", - "RequestRoutingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRequestRoutingRule]", - "RewriteRuleSets": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet]", - "SslCertificates": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslCertificate]", - "TrustedRootCertificates": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedRootCertificate]", - "UrlPathMaps": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap]", - "Zones": "System.Collections.Generic.List`1[System.String]", - "Tag": "System.Collections.Hashtable", - "EnableHttp2": "System.Nullable`1[System.Boolean]", - "EnableFips": "System.Nullable`1[System.Boolean]", - "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", - "IdentityText": "System.String", - "SslPolicyText": "System.String", - "FirewallPolicyText": "System.String", - "ResourceGroupName": "System.String", - "TagsTable": "System.String", - "ResourceGuid": "System.String", + "TargetListener": "Microsoft.Azure.Commands.Network.Models.PSResourceId", + "RequestRoutingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", + "UrlPathMaps": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", + "PathRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", + "IncludePath": "System.Nullable`1[System.Boolean]", + "IncludeQueryString": "System.Nullable`1[System.Boolean]", + "RedirectType": "System.String", + "TargetUrl": "System.String", "Type": "System.String", - "Name": "System.String", + "TargetListenerText": "System.String", + "RequestRoutingRulesText": "System.String", "UrlPathMapsText": "System.String", - "Location": "System.String", - "ProbesText": "System.String", - "ProvisioningState": "System.String", - "RewriteRuleSetsText": "System.String", - "HttpListenersText": "System.String", - "BackendHttpSettingsCollectionText": "System.String", - "BackendAddressPoolsText": "System.String", - "FrontendPortsText": "System.String", - "FrontendIpConfigurationsText": "System.String", - "SslCertificatesText": "System.String", - "AuthenticationCertificatesText": "System.String", - "GatewayIpConfigurationsText": "System.String", + "PathRulesText": "System.String", + "Name": "System.String", "Etag": "System.String", - "OperationalState": "System.String", - "RequestRoutingRulesText": "System.String", "Id": "System.String" }, "ElementType": null, @@ -51984,108 +52467,6 @@ } ], "Parameters": [ - { - "Name": "ApplicationGateway", - "AliasList": [], - "Type": { - "Namespace": "Microsoft.Azure.Commands.Network.Models", - "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", - "Properties": { - "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", - "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", - "SslPolicy": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslPolicy", - "WebApplicationFirewallConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayWebApplicationFirewallConfiguration", - "Identity": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity", - "FirewallPolicy": "Microsoft.Azure.Commands.Network.Models.PSResourceId", - "AuthenticationCertificates": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAuthenticationCertificate]", - "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool]", - "BackendHttpSettingsCollection": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings]", - "CustomErrorConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError]", - "FrontendIPConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendIPConfiguration]", - "FrontendPorts": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort]", - "HttpListeners": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener]", - "GatewayIPConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayIPConfiguration]", - "Probes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe]", - "RedirectConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration]", - "RequestRoutingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRequestRoutingRule]", - "RewriteRuleSets": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet]", - "SslCertificates": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslCertificate]", - "TrustedRootCertificates": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedRootCertificate]", - "UrlPathMaps": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap]", - "Zones": "System.Collections.Generic.List`1[System.String]", - "Tag": "System.Collections.Hashtable", - "EnableHttp2": "System.Nullable`1[System.Boolean]", - "EnableFips": "System.Nullable`1[System.Boolean]", - "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", - "IdentityText": "System.String", - "SslPolicyText": "System.String", - "FirewallPolicyText": "System.String", - "ResourceGroupName": "System.String", - "TagsTable": "System.String", - "ResourceGuid": "System.String", - "Type": "System.String", - "Name": "System.String", - "UrlPathMapsText": "System.String", - "Location": "System.String", - "ProbesText": "System.String", - "ProvisioningState": "System.String", - "RewriteRuleSetsText": "System.String", - "HttpListenersText": "System.String", - "BackendHttpSettingsCollectionText": "System.String", - "BackendAddressPoolsText": "System.String", - "FrontendPortsText": "System.String", - "FrontendIpConfigurationsText": "System.String", - "SslCertificatesText": "System.String", - "AuthenticationCertificatesText": "System.String", - "GatewayIpConfigurationsText": "System.String", - "Etag": "System.String", - "OperationalState": "System.String", - "RequestRoutingRulesText": "System.String", - "Id": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [ - { - "Name": "", - "ReturnType": null, - "Parameters": [] - } - ] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, { "Name": "Name", "AliasList": [], @@ -52105,7 +52486,7 @@ "ValidateNotNullOrEmpty": true }, { - "Name": "RuleType", + "Name": "RedirectType", "AliasList": [], "Type": { "Namespace": "System", @@ -52118,119 +52499,17 @@ "Constructors": [] }, "ValidateSet": [ - "Basic", - "PathBasedRouting" + "Permanent", + "Found", + "SeeOther", + "Temporary" ], "ValidateRangeMin": null, "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { - "Name": "BackendHttpSettingsId", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - { - "Name": "BackendHttpSettings", - "AliasList": [], - "Type": { - "Namespace": "Microsoft.Azure.Commands.Network.Models", - "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", - "Properties": { - "ConnectionDraining": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayConnectionDraining", - "Probe": "Microsoft.Azure.Commands.Network.Models.PSResourceId", - "TrustedRootCertificates": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", - "AuthenticationCertificates": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", - "Port": "System.Int32", - "RequestTimeout": "System.Int32", - "PickHostNameFromBackendAddress": "System.Nullable`1[System.Boolean]", - "Protocol": "System.String", - "HostName": "System.String", - "Etag": "System.String", - "AffinityCookieName": "System.String", - "Path": "System.String", - "ProvisioningState": "System.String", - "Type": "System.String", - "ConnectionDrainingText": "System.String", - "ProbeText": "System.String", - "AuthenticationCertificatesText": "System.String", - "Name": "System.String", - "CookieBasedAffinity": "System.String", - "Id": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "ShouldSerializePort", - "Parameters": [], - "ReturnType": "System.Boolean" - }, - { - "Name": "ShouldSerializeRequestTimeout", - "Parameters": [], - "ReturnType": "System.Boolean" - }, - { - "Name": "ShouldSerializeAuthenticationCertificates", - "Parameters": [], - "ReturnType": "System.Boolean" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [ - { - "Name": "", - "ReturnType": null, - "Parameters": [] - } - ] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - { - "Name": "HttpListenerId", + "Name": "TargetListenerID", "AliasList": [], "Type": { "Namespace": "System", @@ -52248,12 +52527,12 @@ "ValidateNotNullOrEmpty": true }, { - "Name": "HttpListener", + "Name": "TargetListener", "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "FrontendIpConfiguration": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "FrontendPort": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -52317,7 +52596,7 @@ "ValidateNotNullOrEmpty": true }, { - "Name": "BackendAddressPoolId", + "Name": "TargetUrl", "AliasList": [], "Type": { "Namespace": "System", @@ -52335,323 +52614,44 @@ "ValidateNotNullOrEmpty": true }, { - "Name": "BackendAddressPool", - "AliasList": [], - "Type": { - "Namespace": "Microsoft.Azure.Commands.Network.Models", - "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", - "Properties": { - "BackendAddresses": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddress]", - "BackendIpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceIPConfiguration]", - "ProvisioningState": "System.String", - "Type": "System.String", - "BackendAddressesText": "System.String", - "BackendIpConfigurationsText": "System.String", - "Name": "System.String", - "Etag": "System.String", - "Id": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "ShouldSerializeBackendAddresses", - "Parameters": [], - "ReturnType": "System.Boolean" - }, - { - "Name": "ShouldSerializeBackendIpConfigurations", - "Parameters": [], - "ReturnType": "System.Boolean" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [ - { - "Name": "", - "ReturnType": null, - "Parameters": [] - } - ] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - { - "Name": "UrlPathMapId", + "Name": "IncludePath", "AliasList": [], "Type": { "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Name": "System.Nullable`1[System.Boolean]", + "AssemblyQualifiedName": "System.Nullable`1[[System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - { - "Name": "UrlPathMap", - "AliasList": [], - "Type": { - "Namespace": "Microsoft.Azure.Commands.Network.Models", - "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", - "Properties": { - "DefaultBackendAddressPool": "Microsoft.Azure.Commands.Network.Models.PSResourceId", - "DefaultBackendHttpSettings": "Microsoft.Azure.Commands.Network.Models.PSResourceId", - "DefaultRewriteRuleSet": "Microsoft.Azure.Commands.Network.Models.PSResourceId", - "DefaultRedirectConfiguration": "Microsoft.Azure.Commands.Network.Models.PSResourceId", - "PathRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPathRule]", - "Type": "System.String", - "ProvisioningState": "System.String", - "DefaultBackendAddressPoolText": "System.String", - "DefaultBackendHttpSettingsText": "System.String", - "DefaultRedirectConfigurationText": "System.String", - "PathRulesText": "System.String", - "Name": "System.String", - "Etag": "System.String", - "Id": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } + "GenericTypeArguments": [ + "System.Boolean" ], - "Constructors": [ - { - "Name": "", - "ReturnType": null, - "Parameters": [] - } - ] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - { - "Name": "RewriteRuleSetId", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [], "Constructors": [] }, "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - { - "Name": "RewriteRuleSet", - "AliasList": [], - "Type": { - "Namespace": "Microsoft.Azure.Commands.Network.Models", - "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", - "Properties": { - "RewriteRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRule]", - "ProvisioningState": "System.String", - "Type": "System.String", - "RewriteRulesText": "System.String", - "Name": "System.String", - "Etag": "System.String", - "Id": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "ShouldSerializeRewriteRules", - "Parameters": [], - "ReturnType": "System.Boolean" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [ - { - "Name": "", - "ReturnType": null, - "Parameters": [] - } - ] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true + "ValidateNotNullOrEmpty": false }, { - "Name": "RedirectConfigurationId", + "Name": "IncludeQueryString", "AliasList": [], "Type": { "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Name": "System.Nullable`1[System.Boolean]", + "AssemblyQualifiedName": "System.Nullable`1[[System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, - "GenericTypeArguments": [], + "GenericTypeArguments": [ + "System.Boolean" + ], "Methods": [], "Constructors": [] }, "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - { - "Name": "RedirectConfiguration", - "AliasList": [], - "Type": { - "Namespace": "Microsoft.Azure.Commands.Network.Models", - "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", - "Properties": { - "TargetListener": "Microsoft.Azure.Commands.Network.Models.PSResourceId", - "RequestRoutingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", - "UrlPathMaps": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", - "PathRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", - "IncludePath": "System.Nullable`1[System.Boolean]", - "IncludeQueryString": "System.Nullable`1[System.Boolean]", - "RedirectType": "System.String", - "TargetUrl": "System.String", - "Type": "System.String", - "TargetListenerText": "System.String", - "RequestRoutingRulesText": "System.String", - "UrlPathMapsText": "System.String", - "PathRulesText": "System.String", - "Name": "System.String", - "Etag": "System.String", - "Id": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [ - { - "Name": "", - "ReturnType": null, - "Parameters": [] - } - ] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true + "ValidateNotNullOrEmpty": false }, { "Name": "DefaultProfile", @@ -52693,115 +52693,31 @@ "Parameters": [ { "ParameterMetadata": { - "Name": "ApplicationGateway", + "Name": "Name", "AliasList": [], "Type": { - "Namespace": "Microsoft.Azure.Commands.Network.Models", - "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", - "Properties": { - "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", - "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", - "SslPolicy": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslPolicy", - "WebApplicationFirewallConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayWebApplicationFirewallConfiguration", - "Identity": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity", - "FirewallPolicy": "Microsoft.Azure.Commands.Network.Models.PSResourceId", - "AuthenticationCertificates": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAuthenticationCertificate]", - "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool]", - "BackendHttpSettingsCollection": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings]", - "CustomErrorConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError]", - "FrontendIPConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendIPConfiguration]", - "FrontendPorts": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort]", - "HttpListeners": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener]", - "GatewayIPConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayIPConfiguration]", - "Probes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe]", - "RedirectConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration]", - "RequestRoutingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRequestRoutingRule]", - "RewriteRuleSets": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet]", - "SslCertificates": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslCertificate]", - "TrustedRootCertificates": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedRootCertificate]", - "UrlPathMaps": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap]", - "Zones": "System.Collections.Generic.List`1[System.String]", - "Tag": "System.Collections.Hashtable", - "EnableHttp2": "System.Nullable`1[System.Boolean]", - "EnableFips": "System.Nullable`1[System.Boolean]", - "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", - "IdentityText": "System.String", - "SslPolicyText": "System.String", - "FirewallPolicyText": "System.String", - "ResourceGroupName": "System.String", - "TagsTable": "System.String", - "ResourceGuid": "System.String", - "Type": "System.String", - "Name": "System.String", - "UrlPathMapsText": "System.String", - "Location": "System.String", - "ProbesText": "System.String", - "ProvisioningState": "System.String", - "RewriteRuleSetsText": "System.String", - "HttpListenersText": "System.String", - "BackendHttpSettingsCollectionText": "System.String", - "BackendAddressPoolsText": "System.String", - "FrontendPortsText": "System.String", - "FrontendIpConfigurationsText": "System.String", - "SslCertificatesText": "System.String", - "AuthenticationCertificatesText": "System.String", - "GatewayIpConfigurationsText": "System.String", - "Etag": "System.String", - "OperationalState": "System.String", - "RequestRoutingRulesText": "System.String", - "Id": "System.String" - }, + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, "ElementType": null, "GenericTypeArguments": [], - "Methods": [ - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [ - { - "Name": "", - "ReturnType": null, - "Parameters": [] - } - ] + "Methods": [], + "Constructors": [] }, "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false + "ValidateNotNullOrEmpty": true }, "Mandatory": true, "Position": -2147483648, - "ValueFromPipeline": true, + "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "Name", + "Name": "RedirectType", "AliasList": [], "Type": { "Namespace": "System", @@ -52813,7 +52729,12 @@ "Methods": [], "Constructors": [] }, - "ValidateSet": [], + "ValidateSet": [ + "Permanent", + "Found", + "SeeOther", + "Temporary" + ], "ValidateRangeMin": null, "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true @@ -52825,27 +52746,52 @@ }, { "ParameterMetadata": { - "Name": "RuleType", + "Name": "IncludePath", "AliasList": [], "Type": { "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Name": "System.Nullable`1[System.Boolean]", + "AssemblyQualifiedName": "System.Nullable`1[[System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, - "GenericTypeArguments": [], + "GenericTypeArguments": [ + "System.Boolean" + ], "Methods": [], "Constructors": [] }, - "ValidateSet": [ - "Basic", - "PathBasedRouting" - ], + "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true + "ValidateNotNullOrEmpty": false }, - "Mandatory": true, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "IncludeQueryString", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.Nullable`1[System.Boolean]", + "AssemblyQualifiedName": "System.Nullable`1[[System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "System.Boolean" + ], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false @@ -52896,7 +52842,7 @@ "Parameters": [ { "ParameterMetadata": { - "Name": "BackendHttpSettingsId", + "Name": "TargetListenerID", "AliasList": [], "Type": { "Namespace": "System", @@ -52920,7 +52866,7 @@ }, { "ParameterMetadata": { - "Name": "HttpListenerId", + "Name": "Name", "AliasList": [], "Type": { "Namespace": "System", @@ -52937,14 +52883,14 @@ "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, - "Mandatory": false, + "Mandatory": true, "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "BackendAddressPoolId", + "Name": "RedirectType", "AliasList": [], "Type": { "Namespace": "System", @@ -52956,34 +52902,41 @@ "Methods": [], "Constructors": [] }, - "ValidateSet": [], + "ValidateSet": [ + "Permanent", + "Found", + "SeeOther", + "Temporary" + ], "ValidateRangeMin": null, "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, - "Mandatory": false, + "Mandatory": true, "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "UrlPathMapId", + "Name": "IncludePath", "AliasList": [], "Type": { "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Name": "System.Nullable`1[System.Boolean]", + "AssemblyQualifiedName": "System.Nullable`1[[System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, - "GenericTypeArguments": [], + "GenericTypeArguments": [ + "System.Boolean" + ], "Methods": [], "Constructors": [] }, "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true + "ValidateNotNullOrEmpty": false }, "Mandatory": false, "Position": -2147483648, @@ -52992,22 +52945,24 @@ }, { "ParameterMetadata": { - "Name": "RewriteRuleSetId", + "Name": "IncludeQueryString", "AliasList": [], "Type": { "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Name": "System.Nullable`1[System.Boolean]", + "AssemblyQualifiedName": "System.Nullable`1[[System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, - "GenericTypeArguments": [], + "GenericTypeArguments": [ + "System.Boolean" + ], "Methods": [], "Constructors": [] }, "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true + "ValidateNotNullOrEmpty": false }, "Mandatory": false, "Position": -2147483648, @@ -53016,87 +52971,74 @@ }, { "ParameterMetadata": { - "Name": "RedirectConfigurationId", - "AliasList": [], + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + }, "ElementType": null, "GenericTypeArguments": [], - "Methods": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], "Constructors": [] }, "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true + "ValidateNotNullOrEmpty": false }, "Mandatory": false, "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false - }, + } + ] + }, + { + "Name": "SetByResource", + "Parameters": [ { "ParameterMetadata": { - "Name": "ApplicationGateway", + "Name": "TargetListener", "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", - "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { - "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", - "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", - "SslPolicy": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslPolicy", - "WebApplicationFirewallConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayWebApplicationFirewallConfiguration", - "Identity": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity", + "FrontendIpConfiguration": "Microsoft.Azure.Commands.Network.Models.PSResourceId", + "FrontendPort": "Microsoft.Azure.Commands.Network.Models.PSResourceId", + "SslCertificate": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "FirewallPolicy": "Microsoft.Azure.Commands.Network.Models.PSResourceId", - "AuthenticationCertificates": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAuthenticationCertificate]", - "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool]", - "BackendHttpSettingsCollection": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings]", + "RequireServerNameIndication": "System.Boolean", "CustomErrorConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError]", - "FrontendIPConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendIPConfiguration]", - "FrontendPorts": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort]", - "HttpListeners": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener]", - "GatewayIPConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayIPConfiguration]", - "Probes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe]", - "RedirectConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration]", - "RequestRoutingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRequestRoutingRule]", - "RewriteRuleSets": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet]", - "SslCertificates": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslCertificate]", - "TrustedRootCertificates": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedRootCertificate]", - "UrlPathMaps": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap]", - "Zones": "System.Collections.Generic.List`1[System.String]", - "Tag": "System.Collections.Hashtable", - "EnableHttp2": "System.Nullable`1[System.Boolean]", - "EnableFips": "System.Nullable`1[System.Boolean]", - "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", - "IdentityText": "System.String", - "SslPolicyText": "System.String", + "HostNames": "System.Collections.Generic.List`1[System.String]", + "Name": "System.String", "FirewallPolicyText": "System.String", - "ResourceGroupName": "System.String", - "TagsTable": "System.String", - "ResourceGuid": "System.String", + "SslCertificateText": "System.String", + "FrontendPortText": "System.String", "Type": "System.String", - "Name": "System.String", - "UrlPathMapsText": "System.String", - "Location": "System.String", - "ProbesText": "System.String", - "ProvisioningState": "System.String", - "RewriteRuleSetsText": "System.String", - "HttpListenersText": "System.String", - "BackendHttpSettingsCollectionText": "System.String", - "BackendAddressPoolsText": "System.String", - "FrontendPortsText": "System.String", - "FrontendIpConfigurationsText": "System.String", - "SslCertificatesText": "System.String", - "AuthenticationCertificatesText": "System.String", - "GatewayIpConfigurationsText": "System.String", "Etag": "System.String", - "OperationalState": "System.String", - "RequestRoutingRulesText": "System.String", + "ProvisioningState": "System.String", + "HostName": "System.String", + "Protocol": "System.String", + "FrontendIpConfigurationText": "System.String", "Id": "System.String" }, "ElementType": null, @@ -53139,11 +53081,11 @@ "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false + "ValidateNotNullOrEmpty": true }, - "Mandatory": true, + "Mandatory": false, "Position": -2147483648, - "ValueFromPipeline": true, + "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, { @@ -53172,7 +53114,7 @@ }, { "ParameterMetadata": { - "Name": "RuleType", + "Name": "RedirectType", "AliasList": [], "Type": { "Namespace": "System", @@ -53185,8 +53127,10 @@ "Constructors": [] }, "ValidateSet": [ - "Basic", - "PathBasedRouting" + "Permanent", + "Found", + "SeeOther", + "Temporary" ], "ValidateRangeMin": null, "ValidateRangeMax": null, @@ -53199,31 +53143,18 @@ }, { "ParameterMetadata": { - "Name": "DefaultProfile", - "AliasList": [ - "AzContext", - "AzureRmContext", - "AzureCredential" - ], + "Name": "IncludePath", + "AliasList": [], "Type": { - "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", - "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", - "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", - "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", - "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" - }, + "Namespace": "System", + "Name": "System.Nullable`1[System.Boolean]", + "AssemblyQualifiedName": "System.Nullable`1[[System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "Clear", - "Parameters": [], - "ReturnType": "System.Void" - } + "GenericTypeArguments": [ + "System.Boolean" ], + "Methods": [], "Constructors": [] }, "ValidateSet": [], @@ -53235,173 +53166,27 @@ "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false - } - ] - }, - { - "Name": "SetByResource", - "Parameters": [ - { - "ParameterMetadata": { - "Name": "BackendHttpSettings", - "AliasList": [], - "Type": { - "Namespace": "Microsoft.Azure.Commands.Network.Models", - "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", - "Properties": { - "ConnectionDraining": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayConnectionDraining", - "Probe": "Microsoft.Azure.Commands.Network.Models.PSResourceId", - "TrustedRootCertificates": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", - "AuthenticationCertificates": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", - "Port": "System.Int32", - "RequestTimeout": "System.Int32", - "PickHostNameFromBackendAddress": "System.Nullable`1[System.Boolean]", - "Protocol": "System.String", - "HostName": "System.String", - "Etag": "System.String", - "AffinityCookieName": "System.String", - "Path": "System.String", - "ProvisioningState": "System.String", - "Type": "System.String", - "ConnectionDrainingText": "System.String", - "ProbeText": "System.String", - "AuthenticationCertificatesText": "System.String", - "Name": "System.String", - "CookieBasedAffinity": "System.String", - "Id": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "ShouldSerializePort", - "Parameters": [], - "ReturnType": "System.Boolean" - }, - { - "Name": "ShouldSerializeRequestTimeout", - "Parameters": [], - "ReturnType": "System.Boolean" - }, - { - "Name": "ShouldSerializeAuthenticationCertificates", - "Parameters": [], - "ReturnType": "System.Boolean" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [ - { - "Name": "", - "ReturnType": null, - "Parameters": [] - } - ] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "HttpListener", + "Name": "IncludeQueryString", "AliasList": [], "Type": { - "Namespace": "Microsoft.Azure.Commands.Network.Models", - "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", - "Properties": { - "FrontendIpConfiguration": "Microsoft.Azure.Commands.Network.Models.PSResourceId", - "FrontendPort": "Microsoft.Azure.Commands.Network.Models.PSResourceId", - "SslCertificate": "Microsoft.Azure.Commands.Network.Models.PSResourceId", - "FirewallPolicy": "Microsoft.Azure.Commands.Network.Models.PSResourceId", - "RequireServerNameIndication": "System.Boolean", - "CustomErrorConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError]", - "HostNames": "System.Collections.Generic.List`1[System.String]", - "Name": "System.String", - "FirewallPolicyText": "System.String", - "SslCertificateText": "System.String", - "FrontendPortText": "System.String", - "Type": "System.String", - "Etag": "System.String", - "ProvisioningState": "System.String", - "HostName": "System.String", - "Protocol": "System.String", - "FrontendIpConfigurationText": "System.String", - "Id": "System.String" - }, + "Namespace": "System", + "Name": "System.Nullable`1[System.Boolean]", + "AssemblyQualifiedName": "System.Nullable`1[[System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } + "GenericTypeArguments": [ + "System.Boolean" ], - "Constructors": [ - { - "Name": "", - "ReturnType": null, - "Parameters": [] - } - ] + "Methods": [], + "Constructors": [] }, "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true + "ValidateNotNullOrEmpty": false }, "Mandatory": false, "Position": -2147483648, @@ -53410,140 +53195,61 @@ }, { "ParameterMetadata": { - "Name": "BackendAddressPool", - "AliasList": [], + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], "Type": { - "Namespace": "Microsoft.Azure.Commands.Network.Models", - "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { - "BackendAddresses": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddress]", - "BackendIpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceIPConfiguration]", - "ProvisioningState": "System.String", - "Type": "System.String", - "BackendAddressesText": "System.String", - "BackendIpConfigurationsText": "System.String", - "Name": "System.String", - "Etag": "System.String", - "Id": "System.String" + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" }, "ElementType": null, "GenericTypeArguments": [], "Methods": [ { - "Name": "ShouldSerializeBackendAddresses", - "Parameters": [], - "ReturnType": "System.Boolean" - }, - { - "Name": "ShouldSerializeBackendIpConfigurations", - "Parameters": [], - "ReturnType": "System.Boolean" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "GetType", + "Name": "Clear", "Parameters": [], - "ReturnType": "System.Type" + "ReturnType": "System.Void" } ], - "Constructors": [ - { - "Name": "", - "ReturnType": null, - "Parameters": [] - } - ] + "Constructors": [] }, "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true + "ValidateNotNullOrEmpty": false }, "Mandatory": false, "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false - }, + } + ] + }, + { + "Name": "SetByURL", + "Parameters": [ { "ParameterMetadata": { - "Name": "UrlPathMap", + "Name": "TargetUrl", "AliasList": [], "Type": { - "Namespace": "Microsoft.Azure.Commands.Network.Models", - "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", - "Properties": { - "DefaultBackendAddressPool": "Microsoft.Azure.Commands.Network.Models.PSResourceId", - "DefaultBackendHttpSettings": "Microsoft.Azure.Commands.Network.Models.PSResourceId", - "DefaultRewriteRuleSet": "Microsoft.Azure.Commands.Network.Models.PSResourceId", - "DefaultRedirectConfiguration": "Microsoft.Azure.Commands.Network.Models.PSResourceId", - "PathRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPathRule]", - "Type": "System.String", - "ProvisioningState": "System.String", - "DefaultBackendAddressPoolText": "System.String", - "DefaultBackendHttpSettingsText": "System.String", - "DefaultRedirectConfigurationText": "System.String", - "PathRulesText": "System.String", - "Name": "System.String", - "Etag": "System.String", - "Id": "System.String" - }, + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, "ElementType": null, "GenericTypeArguments": [], - "Methods": [ - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [ - { - "Name": "", - "ReturnType": null, - "Parameters": [] - } - ] + "Methods": [], + "Constructors": [] }, "ValidateSet": [], "ValidateRangeMin": null, @@ -53557,301 +53263,105 @@ }, { "ParameterMetadata": { - "Name": "RewriteRuleSet", + "Name": "Name", "AliasList": [], "Type": { - "Namespace": "Microsoft.Azure.Commands.Network.Models", - "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", - "Properties": { - "RewriteRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRule]", - "ProvisioningState": "System.String", - "Type": "System.String", - "RewriteRulesText": "System.String", - "Name": "System.String", - "Etag": "System.String", - "Id": "System.String" - }, + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, "ElementType": null, "GenericTypeArguments": [], - "Methods": [ - { - "Name": "ShouldSerializeRewriteRules", - "Parameters": [], - "ReturnType": "System.Boolean" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [ - { - "Name": "", - "ReturnType": null, - "Parameters": [] - } - ] + "Methods": [], + "Constructors": [] }, "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, - "Mandatory": false, + "Mandatory": true, "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "RedirectConfiguration", + "Name": "RedirectType", "AliasList": [], "Type": { - "Namespace": "Microsoft.Azure.Commands.Network.Models", - "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", - "Properties": { - "TargetListener": "Microsoft.Azure.Commands.Network.Models.PSResourceId", - "RequestRoutingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", - "UrlPathMaps": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", - "PathRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", - "IncludePath": "System.Nullable`1[System.Boolean]", - "IncludeQueryString": "System.Nullable`1[System.Boolean]", - "RedirectType": "System.String", - "TargetUrl": "System.String", - "Type": "System.String", - "TargetListenerText": "System.String", - "RequestRoutingRulesText": "System.String", - "UrlPathMapsText": "System.String", - "PathRulesText": "System.String", - "Name": "System.String", - "Etag": "System.String", - "Id": "System.String" - }, + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, "ElementType": null, "GenericTypeArguments": [], - "Methods": [ - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [ - { - "Name": "", - "ReturnType": null, - "Parameters": [] - } - ] + "Methods": [], + "Constructors": [] }, - "ValidateSet": [], + "ValidateSet": [ + "Permanent", + "Found", + "SeeOther", + "Temporary" + ], "ValidateRangeMin": null, "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "ApplicationGateway", - "AliasList": [], - "Type": { - "Namespace": "Microsoft.Azure.Commands.Network.Models", - "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", - "Properties": { - "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", - "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", - "SslPolicy": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslPolicy", - "WebApplicationFirewallConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayWebApplicationFirewallConfiguration", - "Identity": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity", - "FirewallPolicy": "Microsoft.Azure.Commands.Network.Models.PSResourceId", - "AuthenticationCertificates": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAuthenticationCertificate]", - "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool]", - "BackendHttpSettingsCollection": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings]", - "CustomErrorConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError]", - "FrontendIPConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendIPConfiguration]", - "FrontendPorts": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort]", - "HttpListeners": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener]", - "GatewayIPConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayIPConfiguration]", - "Probes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe]", - "RedirectConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration]", - "RequestRoutingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRequestRoutingRule]", - "RewriteRuleSets": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet]", - "SslCertificates": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslCertificate]", - "TrustedRootCertificates": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedRootCertificate]", - "UrlPathMaps": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap]", - "Zones": "System.Collections.Generic.List`1[System.String]", - "Tag": "System.Collections.Hashtable", - "EnableHttp2": "System.Nullable`1[System.Boolean]", - "EnableFips": "System.Nullable`1[System.Boolean]", - "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", - "IdentityText": "System.String", - "SslPolicyText": "System.String", - "FirewallPolicyText": "System.String", - "ResourceGroupName": "System.String", - "TagsTable": "System.String", - "ResourceGuid": "System.String", - "Type": "System.String", - "Name": "System.String", - "UrlPathMapsText": "System.String", - "Location": "System.String", - "ProbesText": "System.String", - "ProvisioningState": "System.String", - "RewriteRuleSetsText": "System.String", - "HttpListenersText": "System.String", - "BackendHttpSettingsCollectionText": "System.String", - "BackendAddressPoolsText": "System.String", - "FrontendPortsText": "System.String", - "FrontendIpConfigurationsText": "System.String", - "SslCertificatesText": "System.String", - "AuthenticationCertificatesText": "System.String", - "GatewayIpConfigurationsText": "System.String", - "Etag": "System.String", - "OperationalState": "System.String", - "RequestRoutingRulesText": "System.String", - "Id": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [ - { - "Name": "", - "ReturnType": null, - "Parameters": [] - } - ] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, "Mandatory": true, "Position": -2147483648, - "ValueFromPipeline": true, + "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "Name", + "Name": "IncludePath", "AliasList": [], "Type": { "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Name": "System.Nullable`1[System.Boolean]", + "AssemblyQualifiedName": "System.Nullable`1[[System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, - "GenericTypeArguments": [], + "GenericTypeArguments": [ + "System.Boolean" + ], "Methods": [], "Constructors": [] }, "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true + "ValidateNotNullOrEmpty": false }, - "Mandatory": true, + "Mandatory": false, "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "RuleType", + "Name": "IncludeQueryString", "AliasList": [], "Type": { "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Name": "System.Nullable`1[System.Boolean]", + "AssemblyQualifiedName": "System.Nullable`1[[System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, - "GenericTypeArguments": [], + "GenericTypeArguments": [ + "System.Boolean" + ], "Methods": [], "Constructors": [] }, - "ValidateSet": [ - "Basic", - "PathBasedRouting" - ], + "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true + "ValidateNotNullOrEmpty": false }, - "Mandatory": true, + "Mandatory": false, "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false @@ -53901,10 +53411,10 @@ "AliasList": [] }, { - "VerbName": "Get", - "NounName": "AzApplicationGatewayRequestRoutingRule", - "Name": "Get-AzApplicationGatewayRequestRoutingRule", - "ClassName": "Microsoft.Azure.Commands.Network.GetAzureApplicationGatewayRequestRoutingRuleCommand", + "VerbName": "Remove", + "NounName": "AzApplicationGatewayRedirectConfiguration", + "Name": "Remove-AzApplicationGatewayRedirectConfiguration", + "ClassName": "Microsoft.Azure.Commands.Network.RemoveAzureApplicationGatewayRedirectConfigurationCommand", "SupportsShouldProcess": false, "ConfirmImpact": 2, "SupportsPaging": false, @@ -53913,26 +53423,63 @@ { "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", - "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRequestRoutingRule", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRequestRoutingRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { - "BackendAddressPool": "Microsoft.Azure.Commands.Network.Models.PSResourceId", - "BackendHttpSettings": "Microsoft.Azure.Commands.Network.Models.PSResourceId", - "HttpListener": "Microsoft.Azure.Commands.Network.Models.PSResourceId", - "UrlPathMap": "Microsoft.Azure.Commands.Network.Models.PSResourceId", - "RewriteRuleSet": "Microsoft.Azure.Commands.Network.Models.PSResourceId", - "RedirectConfiguration": "Microsoft.Azure.Commands.Network.Models.PSResourceId", - "RuleType": "System.String", + "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", + "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", + "SslPolicy": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslPolicy", + "WebApplicationFirewallConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayWebApplicationFirewallConfiguration", + "Identity": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity", + "FirewallPolicy": "Microsoft.Azure.Commands.Network.Models.PSResourceId", + "AuthenticationCertificates": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAuthenticationCertificate]", + "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool]", + "BackendHttpSettingsCollection": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings]", + "CustomErrorConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError]", + "FrontendIPConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendIPConfiguration]", + "FrontendPorts": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort]", + "HttpListeners": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener]", + "GatewayIPConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayIPConfiguration]", + "PrivateEndpointConnections": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateEndpointConnection]", + "PrivateLinkConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkConfiguration]", + "Probes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe]", + "RedirectConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration]", + "RequestRoutingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRequestRoutingRule]", + "RewriteRuleSets": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet]", + "SslCertificates": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslCertificate]", + "TrustedRootCertificates": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedRootCertificate]", + "UrlPathMaps": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap]", + "Zones": "System.Collections.Generic.List`1[System.String]", + "Tag": "System.Collections.Hashtable", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", + "EnableHttp2": "System.Nullable`1[System.Boolean]", + "EnableFips": "System.Nullable`1[System.Boolean]", "Name": "System.String", - "RedirectConfigurationText": "System.String", - "RewriteRuleSetText": "System.String", - "UrlPathMapText": "System.String", + "TagsTable": "System.String", + "IdentityText": "System.String", "Type": "System.String", - "BackendHttpSettingsText": "System.String", - "BackendAddressPoolText": "System.String", - "Etag": "System.String", + "ResourceGuid": "System.String", + "Location": "System.String", + "ResourceGroupName": "System.String", + "PrivateLinkEndpointConnectionsText": "System.String", + "PrivateLinkConfigurationsText": "System.String", + "FirewallPolicyText": "System.String", + "SslPolicyText": "System.String", + "UrlPathMapsText": "System.String", "ProvisioningState": "System.String", - "HttpListenerText": "System.String", + "RequestRoutingRulesText": "System.String", + "RewriteRuleSetsText": "System.String", + "HttpListenersText": "System.String", + "BackendHttpSettingsCollectionText": "System.String", + "BackendAddressPoolsText": "System.String", + "FrontendPortsText": "System.String", + "FrontendIpConfigurationsText": "System.String", + "SslCertificatesText": "System.String", + "AuthenticationCertificatesText": "System.String", + "GatewayIpConfigurationsText": "System.String", + "Etag": "System.String", + "OperationalState": "System.String", + "ProbesText": "System.String", "Id": "System.String" }, "ElementType": null, @@ -54002,7 +53549,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -54018,6 +53565,8 @@ "FrontendPorts": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort]", "HttpListeners": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener]", "GatewayIPConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayIPConfiguration]", + "PrivateEndpointConnections": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateEndpointConnection]", + "PrivateLinkConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkConfiguration]", "Probes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe]", "RedirectConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration]", "RequestRoutingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRequestRoutingRule]", @@ -54027,21 +53576,23 @@ "UrlPathMaps": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap]", "Zones": "System.Collections.Generic.List`1[System.String]", "Tag": "System.Collections.Hashtable", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", - "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", - "IdentityText": "System.String", - "SslPolicyText": "System.String", - "FirewallPolicyText": "System.String", - "ResourceGroupName": "System.String", + "Name": "System.String", "TagsTable": "System.String", - "ResourceGuid": "System.String", + "IdentityText": "System.String", "Type": "System.String", - "Name": "System.String", - "UrlPathMapsText": "System.String", + "ResourceGuid": "System.String", "Location": "System.String", - "ProbesText": "System.String", + "ResourceGroupName": "System.String", + "PrivateLinkEndpointConnectionsText": "System.String", + "PrivateLinkConfigurationsText": "System.String", + "FirewallPolicyText": "System.String", + "SslPolicyText": "System.String", + "UrlPathMapsText": "System.String", "ProvisioningState": "System.String", + "RequestRoutingRulesText": "System.String", "RewriteRuleSetsText": "System.String", "HttpListenersText": "System.String", "BackendHttpSettingsCollectionText": "System.String", @@ -54053,7 +53604,7 @@ "GatewayIpConfigurationsText": "System.String", "Etag": "System.String", "OperationalState": "System.String", - "RequestRoutingRulesText": "System.String", + "ProbesText": "System.String", "Id": "System.String" }, "ElementType": null, @@ -54155,7 +53706,7 @@ "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, - "Mandatory": false, + "Mandatory": true, "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false @@ -54167,7 +53718,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -54183,6 +53734,8 @@ "FrontendPorts": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort]", "HttpListeners": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener]", "GatewayIPConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayIPConfiguration]", + "PrivateEndpointConnections": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateEndpointConnection]", + "PrivateLinkConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkConfiguration]", "Probes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe]", "RedirectConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration]", "RequestRoutingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRequestRoutingRule]", @@ -54192,21 +53745,23 @@ "UrlPathMaps": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap]", "Zones": "System.Collections.Generic.List`1[System.String]", "Tag": "System.Collections.Hashtable", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", - "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", - "IdentityText": "System.String", - "SslPolicyText": "System.String", - "FirewallPolicyText": "System.String", - "ResourceGroupName": "System.String", + "Name": "System.String", "TagsTable": "System.String", - "ResourceGuid": "System.String", + "IdentityText": "System.String", "Type": "System.String", - "Name": "System.String", - "UrlPathMapsText": "System.String", + "ResourceGuid": "System.String", "Location": "System.String", - "ProbesText": "System.String", + "ResourceGroupName": "System.String", + "PrivateLinkEndpointConnectionsText": "System.String", + "PrivateLinkConfigurationsText": "System.String", + "FirewallPolicyText": "System.String", + "SslPolicyText": "System.String", + "UrlPathMapsText": "System.String", "ProvisioningState": "System.String", + "RequestRoutingRulesText": "System.String", "RewriteRuleSetsText": "System.String", "HttpListenersText": "System.String", "BackendHttpSettingsCollectionText": "System.String", @@ -54218,7 +53773,7 @@ "GatewayIpConfigurationsText": "System.String", "Etag": "System.String", "OperationalState": "System.String", - "RequestRoutingRulesText": "System.String", + "ProbesText": "System.String", "Id": "System.String" }, "ElementType": null, @@ -54313,10 +53868,10 @@ "AliasList": [] }, { - "VerbName": "New", - "NounName": "AzApplicationGatewayRequestRoutingRule", - "Name": "New-AzApplicationGatewayRequestRoutingRule", - "ClassName": "Microsoft.Azure.Commands.Network.NewAzureApplicationGatewayRequestRoutingRuleCommand", + "VerbName": "Set", + "NounName": "AzApplicationGatewayRedirectConfiguration", + "Name": "Set-AzApplicationGatewayRedirectConfiguration", + "ClassName": "Microsoft.Azure.Commands.Network.SetAzureApplicationGatewayRedirectConfigurationCommand", "SupportsShouldProcess": false, "ConfirmImpact": 2, "SupportsPaging": false, @@ -54325,26 +53880,63 @@ { "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", - "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRequestRoutingRule", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRequestRoutingRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { - "BackendAddressPool": "Microsoft.Azure.Commands.Network.Models.PSResourceId", - "BackendHttpSettings": "Microsoft.Azure.Commands.Network.Models.PSResourceId", - "HttpListener": "Microsoft.Azure.Commands.Network.Models.PSResourceId", - "UrlPathMap": "Microsoft.Azure.Commands.Network.Models.PSResourceId", - "RewriteRuleSet": "Microsoft.Azure.Commands.Network.Models.PSResourceId", - "RedirectConfiguration": "Microsoft.Azure.Commands.Network.Models.PSResourceId", - "RuleType": "System.String", + "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", + "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", + "SslPolicy": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslPolicy", + "WebApplicationFirewallConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayWebApplicationFirewallConfiguration", + "Identity": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity", + "FirewallPolicy": "Microsoft.Azure.Commands.Network.Models.PSResourceId", + "AuthenticationCertificates": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAuthenticationCertificate]", + "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool]", + "BackendHttpSettingsCollection": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings]", + "CustomErrorConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError]", + "FrontendIPConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendIPConfiguration]", + "FrontendPorts": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort]", + "HttpListeners": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener]", + "GatewayIPConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayIPConfiguration]", + "PrivateEndpointConnections": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateEndpointConnection]", + "PrivateLinkConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkConfiguration]", + "Probes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe]", + "RedirectConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration]", + "RequestRoutingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRequestRoutingRule]", + "RewriteRuleSets": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet]", + "SslCertificates": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslCertificate]", + "TrustedRootCertificates": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedRootCertificate]", + "UrlPathMaps": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap]", + "Zones": "System.Collections.Generic.List`1[System.String]", + "Tag": "System.Collections.Hashtable", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", + "EnableHttp2": "System.Nullable`1[System.Boolean]", + "EnableFips": "System.Nullable`1[System.Boolean]", "Name": "System.String", - "RedirectConfigurationText": "System.String", - "RewriteRuleSetText": "System.String", - "UrlPathMapText": "System.String", + "TagsTable": "System.String", + "IdentityText": "System.String", "Type": "System.String", - "BackendHttpSettingsText": "System.String", - "BackendAddressPoolText": "System.String", - "Etag": "System.String", + "ResourceGuid": "System.String", + "Location": "System.String", + "ResourceGroupName": "System.String", + "PrivateLinkEndpointConnectionsText": "System.String", + "PrivateLinkConfigurationsText": "System.String", + "FirewallPolicyText": "System.String", + "SslPolicyText": "System.String", + "UrlPathMapsText": "System.String", "ProvisioningState": "System.String", - "HttpListenerText": "System.String", + "RequestRoutingRulesText": "System.String", + "RewriteRuleSetsText": "System.String", + "HttpListenersText": "System.String", + "BackendHttpSettingsCollectionText": "System.String", + "BackendAddressPoolsText": "System.String", + "FrontendPortsText": "System.String", + "FrontendIpConfigurationsText": "System.String", + "SslCertificatesText": "System.String", + "AuthenticationCertificatesText": "System.String", + "GatewayIpConfigurationsText": "System.String", + "Etag": "System.String", + "OperationalState": "System.String", + "ProbesText": "System.String", "Id": "System.String" }, "ElementType": null, @@ -54391,109 +53983,72 @@ ], "Parameters": [ { - "Name": "Name", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - { - "Name": "RuleType", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [ - "Basic", - "PathBasedRouting" - ], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - { - "Name": "BackendHttpSettingsId", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - { - "Name": "BackendHttpSettings", + "Name": "ApplicationGateway", "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", - "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { - "ConnectionDraining": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayConnectionDraining", - "Probe": "Microsoft.Azure.Commands.Network.Models.PSResourceId", - "TrustedRootCertificates": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", - "AuthenticationCertificates": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", - "Port": "System.Int32", - "RequestTimeout": "System.Int32", - "PickHostNameFromBackendAddress": "System.Nullable`1[System.Boolean]", - "Protocol": "System.String", - "HostName": "System.String", - "Etag": "System.String", - "AffinityCookieName": "System.String", - "Path": "System.String", - "ProvisioningState": "System.String", + "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", + "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", + "SslPolicy": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslPolicy", + "WebApplicationFirewallConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayWebApplicationFirewallConfiguration", + "Identity": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity", + "FirewallPolicy": "Microsoft.Azure.Commands.Network.Models.PSResourceId", + "AuthenticationCertificates": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAuthenticationCertificate]", + "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool]", + "BackendHttpSettingsCollection": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings]", + "CustomErrorConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError]", + "FrontendIPConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendIPConfiguration]", + "FrontendPorts": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort]", + "HttpListeners": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener]", + "GatewayIPConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayIPConfiguration]", + "PrivateEndpointConnections": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateEndpointConnection]", + "PrivateLinkConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkConfiguration]", + "Probes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe]", + "RedirectConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration]", + "RequestRoutingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRequestRoutingRule]", + "RewriteRuleSets": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet]", + "SslCertificates": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslCertificate]", + "TrustedRootCertificates": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedRootCertificate]", + "UrlPathMaps": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap]", + "Zones": "System.Collections.Generic.List`1[System.String]", + "Tag": "System.Collections.Hashtable", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", + "EnableHttp2": "System.Nullable`1[System.Boolean]", + "EnableFips": "System.Nullable`1[System.Boolean]", + "Name": "System.String", + "TagsTable": "System.String", + "IdentityText": "System.String", "Type": "System.String", - "ConnectionDrainingText": "System.String", - "ProbeText": "System.String", + "ResourceGuid": "System.String", + "Location": "System.String", + "ResourceGroupName": "System.String", + "PrivateLinkEndpointConnectionsText": "System.String", + "PrivateLinkConfigurationsText": "System.String", + "FirewallPolicyText": "System.String", + "SslPolicyText": "System.String", + "UrlPathMapsText": "System.String", + "ProvisioningState": "System.String", + "RequestRoutingRulesText": "System.String", + "RewriteRuleSetsText": "System.String", + "HttpListenersText": "System.String", + "BackendHttpSettingsCollectionText": "System.String", + "BackendAddressPoolsText": "System.String", + "FrontendPortsText": "System.String", + "FrontendIpConfigurationsText": "System.String", + "SslCertificatesText": "System.String", "AuthenticationCertificatesText": "System.String", - "Name": "System.String", - "CookieBasedAffinity": "System.String", + "GatewayIpConfigurationsText": "System.String", + "Etag": "System.String", + "OperationalState": "System.String", + "ProbesText": "System.String", "Id": "System.String" }, "ElementType": null, "GenericTypeArguments": [], "Methods": [ - { - "Name": "ShouldSerializePort", - "Parameters": [], - "ReturnType": "System.Boolean" - }, - { - "Name": "ShouldSerializeRequestTimeout", - "Parameters": [], - "ReturnType": "System.Boolean" - }, - { - "Name": "ShouldSerializeAuthenticationCertificates", - "Parameters": [], - "ReturnType": "System.Boolean" - }, { "Name": "ToString", "Parameters": [], @@ -54531,10 +54086,10 @@ "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true + "ValidateNotNullOrEmpty": false }, { - "Name": "HttpListenerId", + "Name": "Name", "AliasList": [], "Type": { "Namespace": "System", @@ -54552,76 +54107,7 @@ "ValidateNotNullOrEmpty": true }, { - "Name": "HttpListener", - "AliasList": [], - "Type": { - "Namespace": "Microsoft.Azure.Commands.Network.Models", - "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", - "Properties": { - "FrontendIpConfiguration": "Microsoft.Azure.Commands.Network.Models.PSResourceId", - "FrontendPort": "Microsoft.Azure.Commands.Network.Models.PSResourceId", - "SslCertificate": "Microsoft.Azure.Commands.Network.Models.PSResourceId", - "FirewallPolicy": "Microsoft.Azure.Commands.Network.Models.PSResourceId", - "RequireServerNameIndication": "System.Boolean", - "CustomErrorConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError]", - "HostNames": "System.Collections.Generic.List`1[System.String]", - "Name": "System.String", - "FirewallPolicyText": "System.String", - "SslCertificateText": "System.String", - "FrontendPortText": "System.String", - "Type": "System.String", - "Etag": "System.String", - "ProvisioningState": "System.String", - "HostName": "System.String", - "Protocol": "System.String", - "FrontendIpConfigurationText": "System.String", - "Id": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [ - { - "Name": "", - "ReturnType": null, - "Parameters": [] - } - ] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - { - "Name": "BackendAddressPoolId", + "Name": "RedirectType", "AliasList": [], "Type": { "Namespace": "System", @@ -54633,83 +54119,18 @@ "Methods": [], "Constructors": [] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - { - "Name": "BackendAddressPool", - "AliasList": [], - "Type": { - "Namespace": "Microsoft.Azure.Commands.Network.Models", - "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", - "Properties": { - "BackendAddresses": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddress]", - "BackendIpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceIPConfiguration]", - "ProvisioningState": "System.String", - "Type": "System.String", - "BackendAddressesText": "System.String", - "BackendIpConfigurationsText": "System.String", - "Name": "System.String", - "Etag": "System.String", - "Id": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "ShouldSerializeBackendAddresses", - "Parameters": [], - "ReturnType": "System.Boolean" - }, - { - "Name": "ShouldSerializeBackendIpConfigurations", - "Parameters": [], - "ReturnType": "System.Boolean" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [ - { - "Name": "", - "ReturnType": null, - "Parameters": [] - } - ] - }, - "ValidateSet": [], + "ValidateSet": [ + "Permanent", + "Found", + "SeeOther", + "Temporary" + ], "ValidateRangeMin": null, "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { - "Name": "UrlPathMapId", + "Name": "TargetListenerID", "AliasList": [], "Type": { "Namespace": "System", @@ -54727,26 +54148,30 @@ "ValidateNotNullOrEmpty": true }, { - "Name": "UrlPathMap", + "Name": "TargetListener", "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", - "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { - "DefaultBackendAddressPool": "Microsoft.Azure.Commands.Network.Models.PSResourceId", - "DefaultBackendHttpSettings": "Microsoft.Azure.Commands.Network.Models.PSResourceId", - "DefaultRewriteRuleSet": "Microsoft.Azure.Commands.Network.Models.PSResourceId", - "DefaultRedirectConfiguration": "Microsoft.Azure.Commands.Network.Models.PSResourceId", - "PathRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPathRule]", - "Type": "System.String", - "ProvisioningState": "System.String", - "DefaultBackendAddressPoolText": "System.String", - "DefaultBackendHttpSettingsText": "System.String", - "DefaultRedirectConfigurationText": "System.String", - "PathRulesText": "System.String", + "FrontendIpConfiguration": "Microsoft.Azure.Commands.Network.Models.PSResourceId", + "FrontendPort": "Microsoft.Azure.Commands.Network.Models.PSResourceId", + "SslCertificate": "Microsoft.Azure.Commands.Network.Models.PSResourceId", + "FirewallPolicy": "Microsoft.Azure.Commands.Network.Models.PSResourceId", + "RequireServerNameIndication": "System.Boolean", + "CustomErrorConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError]", + "HostNames": "System.Collections.Generic.List`1[System.String]", "Name": "System.String", + "FirewallPolicyText": "System.String", + "SslCertificateText": "System.String", + "FrontendPortText": "System.String", + "Type": "System.String", "Etag": "System.String", + "ProvisioningState": "System.String", + "HostName": "System.String", + "Protocol": "System.String", + "FrontendIpConfigurationText": "System.String", "Id": "System.String" }, "ElementType": null, @@ -54792,7 +54217,7 @@ "ValidateNotNullOrEmpty": true }, { - "Name": "RewriteRuleSetId", + "Name": "TargetUrl", "AliasList": [], "Type": { "Namespace": "System", @@ -54810,152 +54235,44 @@ "ValidateNotNullOrEmpty": true }, { - "Name": "RewriteRuleSet", - "AliasList": [], - "Type": { - "Namespace": "Microsoft.Azure.Commands.Network.Models", - "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", - "Properties": { - "RewriteRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRule]", - "ProvisioningState": "System.String", - "Type": "System.String", - "RewriteRulesText": "System.String", - "Name": "System.String", - "Etag": "System.String", - "Id": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "ShouldSerializeRewriteRules", - "Parameters": [], - "ReturnType": "System.Boolean" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [ - { - "Name": "", - "ReturnType": null, - "Parameters": [] - } - ] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - { - "Name": "RedirectConfigurationId", + "Name": "IncludePath", "AliasList": [], "Type": { "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Name": "System.Nullable`1[System.Boolean]", + "AssemblyQualifiedName": "System.Nullable`1[[System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, - "GenericTypeArguments": [], + "GenericTypeArguments": [ + "System.Boolean" + ], "Methods": [], "Constructors": [] }, "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true + "ValidateNotNullOrEmpty": false }, { - "Name": "RedirectConfiguration", + "Name": "IncludeQueryString", "AliasList": [], "Type": { - "Namespace": "Microsoft.Azure.Commands.Network.Models", - "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", - "Properties": { - "TargetListener": "Microsoft.Azure.Commands.Network.Models.PSResourceId", - "RequestRoutingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", - "UrlPathMaps": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", - "PathRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", - "IncludePath": "System.Nullable`1[System.Boolean]", - "IncludeQueryString": "System.Nullable`1[System.Boolean]", - "RedirectType": "System.String", - "TargetUrl": "System.String", - "Type": "System.String", - "TargetListenerText": "System.String", - "RequestRoutingRulesText": "System.String", - "UrlPathMapsText": "System.String", - "PathRulesText": "System.String", - "Name": "System.String", - "Etag": "System.String", - "Id": "System.String" - }, + "Namespace": "System", + "Name": "System.Nullable`1[System.Boolean]", + "AssemblyQualifiedName": "System.Nullable`1[[System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } + "GenericTypeArguments": [ + "System.Boolean" ], - "Constructors": [ - { - "Name": "", - "ReturnType": null, - "Parameters": [] - } - ] + "Methods": [], + "Constructors": [] }, "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true + "ValidateNotNullOrEmpty": false }, { "Name": "DefaultProfile", @@ -54995,6 +54312,118 @@ { "Name": "__AllParameterSets", "Parameters": [ + { + "ParameterMetadata": { + "Name": "ApplicationGateway", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Network.Models", + "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", + "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", + "SslPolicy": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslPolicy", + "WebApplicationFirewallConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayWebApplicationFirewallConfiguration", + "Identity": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity", + "FirewallPolicy": "Microsoft.Azure.Commands.Network.Models.PSResourceId", + "AuthenticationCertificates": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAuthenticationCertificate]", + "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool]", + "BackendHttpSettingsCollection": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings]", + "CustomErrorConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError]", + "FrontendIPConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendIPConfiguration]", + "FrontendPorts": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort]", + "HttpListeners": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener]", + "GatewayIPConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayIPConfiguration]", + "PrivateEndpointConnections": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateEndpointConnection]", + "PrivateLinkConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkConfiguration]", + "Probes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe]", + "RedirectConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration]", + "RequestRoutingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRequestRoutingRule]", + "RewriteRuleSets": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet]", + "SslCertificates": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslCertificate]", + "TrustedRootCertificates": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedRootCertificate]", + "UrlPathMaps": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap]", + "Zones": "System.Collections.Generic.List`1[System.String]", + "Tag": "System.Collections.Hashtable", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", + "EnableHttp2": "System.Nullable`1[System.Boolean]", + "EnableFips": "System.Nullable`1[System.Boolean]", + "Name": "System.String", + "TagsTable": "System.String", + "IdentityText": "System.String", + "Type": "System.String", + "ResourceGuid": "System.String", + "Location": "System.String", + "ResourceGroupName": "System.String", + "PrivateLinkEndpointConnectionsText": "System.String", + "PrivateLinkConfigurationsText": "System.String", + "FirewallPolicyText": "System.String", + "SslPolicyText": "System.String", + "UrlPathMapsText": "System.String", + "ProvisioningState": "System.String", + "RequestRoutingRulesText": "System.String", + "RewriteRuleSetsText": "System.String", + "HttpListenersText": "System.String", + "BackendHttpSettingsCollectionText": "System.String", + "BackendAddressPoolsText": "System.String", + "FrontendPortsText": "System.String", + "FrontendIpConfigurationsText": "System.String", + "SslCertificatesText": "System.String", + "AuthenticationCertificatesText": "System.String", + "GatewayIpConfigurationsText": "System.String", + "Etag": "System.String", + "OperationalState": "System.String", + "ProbesText": "System.String", + "Id": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": true, + "ValueFromPipelineByPropertyName": false + }, { "ParameterMetadata": { "Name": "Name", @@ -55021,7 +54450,7 @@ }, { "ParameterMetadata": { - "Name": "RuleType", + "Name": "RedirectType", "AliasList": [], "Type": { "Namespace": "System", @@ -55034,8 +54463,10 @@ "Constructors": [] }, "ValidateSet": [ - "Basic", - "PathBasedRouting" + "Permanent", + "Found", + "SeeOther", + "Temporary" ], "ValidateRangeMin": null, "ValidateRangeMax": null, @@ -55048,31 +54479,18 @@ }, { "ParameterMetadata": { - "Name": "DefaultProfile", - "AliasList": [ - "AzContext", - "AzureRmContext", - "AzureCredential" - ], + "Name": "IncludePath", + "AliasList": [], "Type": { - "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", - "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", - "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", - "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", - "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" - }, + "Namespace": "System", + "Name": "System.Nullable`1[System.Boolean]", + "AssemblyQualifiedName": "System.Nullable`1[[System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "Clear", - "Parameters": [], - "ReturnType": "System.Void" - } + "GenericTypeArguments": [ + "System.Boolean" ], + "Methods": [], "Constructors": [] }, "ValidateSet": [], @@ -55084,30 +54502,27 @@ "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false - } - ] - }, - { - "Name": "SetByResourceId", - "Parameters": [ + }, { "ParameterMetadata": { - "Name": "BackendHttpSettingsId", + "Name": "IncludeQueryString", "AliasList": [], "Type": { "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Name": "System.Nullable`1[System.Boolean]", + "AssemblyQualifiedName": "System.Nullable`1[[System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, - "GenericTypeArguments": [], + "GenericTypeArguments": [ + "System.Boolean" + ], "Methods": [], "Constructors": [] }, "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true + "ValidateNotNullOrEmpty": false }, "Mandatory": false, "Position": -2147483648, @@ -55116,31 +54531,51 @@ }, { "ParameterMetadata": { - "Name": "HttpListenerId", - "AliasList": [], + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + }, "ElementType": null, "GenericTypeArguments": [], - "Methods": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], "Constructors": [] }, "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true + "ValidateNotNullOrEmpty": false }, "Mandatory": false, "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false - }, + } + ] + }, + { + "Name": "SetByResourceId", + "Parameters": [ { "ParameterMetadata": { - "Name": "BackendAddressPoolId", + "Name": "TargetListenerID", "AliasList": [], "Type": { "Namespace": "System", @@ -55164,31 +54599,119 @@ }, { "ParameterMetadata": { - "Name": "UrlPathMapId", + "Name": "ApplicationGateway", "AliasList": [], "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, + "Namespace": "Microsoft.Azure.Commands.Network.Models", + "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", + "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", + "SslPolicy": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslPolicy", + "WebApplicationFirewallConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayWebApplicationFirewallConfiguration", + "Identity": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity", + "FirewallPolicy": "Microsoft.Azure.Commands.Network.Models.PSResourceId", + "AuthenticationCertificates": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAuthenticationCertificate]", + "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool]", + "BackendHttpSettingsCollection": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings]", + "CustomErrorConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError]", + "FrontendIPConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendIPConfiguration]", + "FrontendPorts": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort]", + "HttpListeners": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener]", + "GatewayIPConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayIPConfiguration]", + "PrivateEndpointConnections": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateEndpointConnection]", + "PrivateLinkConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkConfiguration]", + "Probes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe]", + "RedirectConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration]", + "RequestRoutingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRequestRoutingRule]", + "RewriteRuleSets": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet]", + "SslCertificates": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslCertificate]", + "TrustedRootCertificates": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedRootCertificate]", + "UrlPathMaps": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap]", + "Zones": "System.Collections.Generic.List`1[System.String]", + "Tag": "System.Collections.Hashtable", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", + "EnableHttp2": "System.Nullable`1[System.Boolean]", + "EnableFips": "System.Nullable`1[System.Boolean]", + "Name": "System.String", + "TagsTable": "System.String", + "IdentityText": "System.String", + "Type": "System.String", + "ResourceGuid": "System.String", + "Location": "System.String", + "ResourceGroupName": "System.String", + "PrivateLinkEndpointConnectionsText": "System.String", + "PrivateLinkConfigurationsText": "System.String", + "FirewallPolicyText": "System.String", + "SslPolicyText": "System.String", + "UrlPathMapsText": "System.String", + "ProvisioningState": "System.String", + "RequestRoutingRulesText": "System.String", + "RewriteRuleSetsText": "System.String", + "HttpListenersText": "System.String", + "BackendHttpSettingsCollectionText": "System.String", + "BackendAddressPoolsText": "System.String", + "FrontendPortsText": "System.String", + "FrontendIpConfigurationsText": "System.String", + "SslCertificatesText": "System.String", + "AuthenticationCertificatesText": "System.String", + "GatewayIpConfigurationsText": "System.String", + "Etag": "System.String", + "OperationalState": "System.String", + "ProbesText": "System.String", + "Id": "System.String" + }, "ElementType": null, "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] }, "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true + "ValidateNotNullOrEmpty": false }, - "Mandatory": false, + "Mandatory": true, "Position": -2147483648, - "ValueFromPipeline": false, + "ValueFromPipeline": true, "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "RewriteRuleSetId", + "Name": "Name", "AliasList": [], "Type": { "Namespace": "System", @@ -55205,14 +54728,14 @@ "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, - "Mandatory": false, + "Mandatory": true, "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "RedirectConfigurationId", + "Name": "RedirectType", "AliasList": [], "Type": { "Namespace": "System", @@ -55224,63 +54747,69 @@ "Methods": [], "Constructors": [] }, - "ValidateSet": [], + "ValidateSet": [ + "Permanent", + "Found", + "SeeOther", + "Temporary" + ], "ValidateRangeMin": null, "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, - "Mandatory": false, + "Mandatory": true, "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "Name", + "Name": "IncludePath", "AliasList": [], "Type": { "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Name": "System.Nullable`1[System.Boolean]", + "AssemblyQualifiedName": "System.Nullable`1[[System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, - "GenericTypeArguments": [], + "GenericTypeArguments": [ + "System.Boolean" + ], "Methods": [], "Constructors": [] }, "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true + "ValidateNotNullOrEmpty": false }, - "Mandatory": true, + "Mandatory": false, "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "RuleType", + "Name": "IncludeQueryString", "AliasList": [], "Type": { "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Name": "System.Nullable`1[System.Boolean]", + "AssemblyQualifiedName": "System.Nullable`1[[System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, - "GenericTypeArguments": [], + "GenericTypeArguments": [ + "System.Boolean" + ], "Methods": [], "Constructors": [] }, - "ValidateSet": [ - "Basic", - "PathBasedRouting" - ], + "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true + "ValidateNotNullOrEmpty": false }, - "Mandatory": true, + "Mandatory": false, "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false @@ -55331,52 +54860,35 @@ "Parameters": [ { "ParameterMetadata": { - "Name": "BackendHttpSettings", + "Name": "TargetListener", "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", - "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { - "ConnectionDraining": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayConnectionDraining", - "Probe": "Microsoft.Azure.Commands.Network.Models.PSResourceId", - "TrustedRootCertificates": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", - "AuthenticationCertificates": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", - "Port": "System.Int32", - "RequestTimeout": "System.Int32", - "PickHostNameFromBackendAddress": "System.Nullable`1[System.Boolean]", - "Protocol": "System.String", - "HostName": "System.String", + "FrontendIpConfiguration": "Microsoft.Azure.Commands.Network.Models.PSResourceId", + "FrontendPort": "Microsoft.Azure.Commands.Network.Models.PSResourceId", + "SslCertificate": "Microsoft.Azure.Commands.Network.Models.PSResourceId", + "FirewallPolicy": "Microsoft.Azure.Commands.Network.Models.PSResourceId", + "RequireServerNameIndication": "System.Boolean", + "CustomErrorConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError]", + "HostNames": "System.Collections.Generic.List`1[System.String]", + "Name": "System.String", + "FirewallPolicyText": "System.String", + "SslCertificateText": "System.String", + "FrontendPortText": "System.String", + "Type": "System.String", "Etag": "System.String", - "AffinityCookieName": "System.String", - "Path": "System.String", "ProvisioningState": "System.String", - "Type": "System.String", - "ConnectionDrainingText": "System.String", - "ProbeText": "System.String", - "AuthenticationCertificatesText": "System.String", - "Name": "System.String", - "CookieBasedAffinity": "System.String", + "HostName": "System.String", + "Protocol": "System.String", + "FrontendIpConfigurationText": "System.String", "Id": "System.String" }, "ElementType": null, "GenericTypeArguments": [], "Methods": [ - { - "Name": "ShouldSerializePort", - "Parameters": [], - "ReturnType": "System.Boolean" - }, - { - "Name": "ShouldSerializeRequestTimeout", - "Parameters": [], - "ReturnType": "System.Boolean" - }, - { - "Name": "ShouldSerializeAuthenticationCertificates", - "Parameters": [], - "ReturnType": "System.Boolean" - }, { "Name": "ToString", "Parameters": [], @@ -55423,30 +54935,67 @@ }, { "ParameterMetadata": { - "Name": "HttpListener", + "Name": "ApplicationGateway", "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", - "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { - "FrontendIpConfiguration": "Microsoft.Azure.Commands.Network.Models.PSResourceId", - "FrontendPort": "Microsoft.Azure.Commands.Network.Models.PSResourceId", - "SslCertificate": "Microsoft.Azure.Commands.Network.Models.PSResourceId", + "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", + "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", + "SslPolicy": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslPolicy", + "WebApplicationFirewallConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayWebApplicationFirewallConfiguration", + "Identity": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity", "FirewallPolicy": "Microsoft.Azure.Commands.Network.Models.PSResourceId", - "RequireServerNameIndication": "System.Boolean", + "AuthenticationCertificates": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAuthenticationCertificate]", + "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool]", + "BackendHttpSettingsCollection": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings]", "CustomErrorConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError]", - "HostNames": "System.Collections.Generic.List`1[System.String]", + "FrontendIPConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendIPConfiguration]", + "FrontendPorts": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort]", + "HttpListeners": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener]", + "GatewayIPConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayIPConfiguration]", + "PrivateEndpointConnections": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateEndpointConnection]", + "PrivateLinkConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkConfiguration]", + "Probes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe]", + "RedirectConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration]", + "RequestRoutingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRequestRoutingRule]", + "RewriteRuleSets": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet]", + "SslCertificates": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslCertificate]", + "TrustedRootCertificates": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedRootCertificate]", + "UrlPathMaps": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap]", + "Zones": "System.Collections.Generic.List`1[System.String]", + "Tag": "System.Collections.Hashtable", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", + "EnableHttp2": "System.Nullable`1[System.Boolean]", + "EnableFips": "System.Nullable`1[System.Boolean]", "Name": "System.String", - "FirewallPolicyText": "System.String", - "SslCertificateText": "System.String", - "FrontendPortText": "System.String", + "TagsTable": "System.String", + "IdentityText": "System.String", "Type": "System.String", - "Etag": "System.String", + "ResourceGuid": "System.String", + "Location": "System.String", + "ResourceGroupName": "System.String", + "PrivateLinkEndpointConnectionsText": "System.String", + "PrivateLinkConfigurationsText": "System.String", + "FirewallPolicyText": "System.String", + "SslPolicyText": "System.String", + "UrlPathMapsText": "System.String", "ProvisioningState": "System.String", - "HostName": "System.String", - "Protocol": "System.String", - "FrontendIpConfigurationText": "System.String", + "RequestRoutingRulesText": "System.String", + "RewriteRuleSetsText": "System.String", + "HttpListenersText": "System.String", + "BackendHttpSettingsCollectionText": "System.String", + "BackendAddressPoolsText": "System.String", + "FrontendPortsText": "System.String", + "FrontendIpConfigurationsText": "System.String", + "SslCertificatesText": "System.String", + "AuthenticationCertificatesText": "System.String", + "GatewayIpConfigurationsText": "System.String", + "Etag": "System.String", + "OperationalState": "System.String", + "ProbesText": "System.String", "Id": "System.String" }, "ElementType": null, @@ -55489,154 +55038,86 @@ "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true + "ValidateNotNullOrEmpty": false }, - "Mandatory": false, + "Mandatory": true, "Position": -2147483648, - "ValueFromPipeline": false, + "ValueFromPipeline": true, "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "BackendAddressPool", + "Name": "Name", "AliasList": [], "Type": { - "Namespace": "Microsoft.Azure.Commands.Network.Models", - "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", - "Properties": { - "BackendAddresses": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddress]", - "BackendIpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceIPConfiguration]", - "ProvisioningState": "System.String", - "Type": "System.String", - "BackendAddressesText": "System.String", - "BackendIpConfigurationsText": "System.String", - "Name": "System.String", - "Etag": "System.String", - "Id": "System.String" - }, + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, "ElementType": null, "GenericTypeArguments": [], - "Methods": [ - { - "Name": "ShouldSerializeBackendAddresses", - "Parameters": [], - "ReturnType": "System.Boolean" - }, - { - "Name": "ShouldSerializeBackendIpConfigurations", - "Parameters": [], - "ReturnType": "System.Boolean" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [ - { - "Name": "", - "ReturnType": null, - "Parameters": [] - } - ] + "Methods": [], + "Constructors": [] }, "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, - "Mandatory": false, + "Mandatory": true, "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "UrlPathMap", + "Name": "RedirectType", "AliasList": [], "Type": { - "Namespace": "Microsoft.Azure.Commands.Network.Models", - "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", - "Properties": { - "DefaultBackendAddressPool": "Microsoft.Azure.Commands.Network.Models.PSResourceId", - "DefaultBackendHttpSettings": "Microsoft.Azure.Commands.Network.Models.PSResourceId", - "DefaultRewriteRuleSet": "Microsoft.Azure.Commands.Network.Models.PSResourceId", - "DefaultRedirectConfiguration": "Microsoft.Azure.Commands.Network.Models.PSResourceId", - "PathRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPathRule]", - "Type": "System.String", - "ProvisioningState": "System.String", - "DefaultBackendAddressPoolText": "System.String", - "DefaultBackendHttpSettingsText": "System.String", - "DefaultRedirectConfigurationText": "System.String", - "PathRulesText": "System.String", - "Name": "System.String", - "Etag": "System.String", - "Id": "System.String" - }, + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, "ElementType": null, "GenericTypeArguments": [], - "Methods": [ - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [ + "Permanent", + "Found", + "SeeOther", + "Temporary" + ], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "IncludePath", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.Nullable`1[System.Boolean]", + "AssemblyQualifiedName": "System.Nullable`1[[System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "System.Boolean" ], - "Constructors": [ - { - "Name": "", - "ReturnType": null, - "Parameters": [] - } - ] + "Methods": [], + "Constructors": [] }, "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true + "ValidateNotNullOrEmpty": false }, "Mandatory": false, "Position": -2147483648, @@ -55645,62 +55126,87 @@ }, { "ParameterMetadata": { - "Name": "RewriteRuleSet", + "Name": "IncludeQueryString", "AliasList": [], "Type": { - "Namespace": "Microsoft.Azure.Commands.Network.Models", - "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "Namespace": "System", + "Name": "System.Nullable`1[System.Boolean]", + "AssemblyQualifiedName": "System.Nullable`1[[System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "System.Boolean" + ], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { - "RewriteRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRule]", - "ProvisioningState": "System.String", - "Type": "System.String", - "RewriteRulesText": "System.String", - "Name": "System.String", - "Etag": "System.String", - "Id": "System.String" + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" }, "ElementType": null, "GenericTypeArguments": [], "Methods": [ { - "Name": "ShouldSerializeRewriteRules", - "Parameters": [], - "ReturnType": "System.Boolean" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "GetType", + "Name": "Clear", "Parameters": [], - "ReturnType": "System.Type" + "ReturnType": "System.Void" } ], - "Constructors": [ - { - "Name": "", - "ReturnType": null, - "Parameters": [] - } - ] + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "SetByURL", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "TargetUrl", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] }, "ValidateSet": [], "ValidateRangeMin": null, @@ -55714,28 +55220,67 @@ }, { "ParameterMetadata": { - "Name": "RedirectConfiguration", + "Name": "ApplicationGateway", "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", - "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { - "TargetListener": "Microsoft.Azure.Commands.Network.Models.PSResourceId", - "RequestRoutingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", - "UrlPathMaps": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", - "PathRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", - "IncludePath": "System.Nullable`1[System.Boolean]", - "IncludeQueryString": "System.Nullable`1[System.Boolean]", - "RedirectType": "System.String", - "TargetUrl": "System.String", + "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", + "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", + "SslPolicy": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslPolicy", + "WebApplicationFirewallConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayWebApplicationFirewallConfiguration", + "Identity": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity", + "FirewallPolicy": "Microsoft.Azure.Commands.Network.Models.PSResourceId", + "AuthenticationCertificates": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAuthenticationCertificate]", + "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool]", + "BackendHttpSettingsCollection": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings]", + "CustomErrorConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError]", + "FrontendIPConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendIPConfiguration]", + "FrontendPorts": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort]", + "HttpListeners": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener]", + "GatewayIPConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayIPConfiguration]", + "PrivateEndpointConnections": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateEndpointConnection]", + "PrivateLinkConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkConfiguration]", + "Probes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe]", + "RedirectConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration]", + "RequestRoutingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRequestRoutingRule]", + "RewriteRuleSets": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet]", + "SslCertificates": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslCertificate]", + "TrustedRootCertificates": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedRootCertificate]", + "UrlPathMaps": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap]", + "Zones": "System.Collections.Generic.List`1[System.String]", + "Tag": "System.Collections.Hashtable", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", + "EnableHttp2": "System.Nullable`1[System.Boolean]", + "EnableFips": "System.Nullable`1[System.Boolean]", + "Name": "System.String", + "TagsTable": "System.String", + "IdentityText": "System.String", "Type": "System.String", - "TargetListenerText": "System.String", - "RequestRoutingRulesText": "System.String", + "ResourceGuid": "System.String", + "Location": "System.String", + "ResourceGroupName": "System.String", + "PrivateLinkEndpointConnectionsText": "System.String", + "PrivateLinkConfigurationsText": "System.String", + "FirewallPolicyText": "System.String", + "SslPolicyText": "System.String", "UrlPathMapsText": "System.String", - "PathRulesText": "System.String", - "Name": "System.String", + "ProvisioningState": "System.String", + "RequestRoutingRulesText": "System.String", + "RewriteRuleSetsText": "System.String", + "HttpListenersText": "System.String", + "BackendHttpSettingsCollectionText": "System.String", + "BackendAddressPoolsText": "System.String", + "FrontendPortsText": "System.String", + "FrontendIpConfigurationsText": "System.String", + "SslCertificatesText": "System.String", + "AuthenticationCertificatesText": "System.String", + "GatewayIpConfigurationsText": "System.String", "Etag": "System.String", + "OperationalState": "System.String", + "ProbesText": "System.String", "Id": "System.String" }, "ElementType": null, @@ -55778,11 +55323,11 @@ "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true + "ValidateNotNullOrEmpty": false }, - "Mandatory": false, + "Mandatory": true, "Position": -2147483648, - "ValueFromPipeline": false, + "ValueFromPipeline": true, "ValueFromPipelineByPropertyName": false }, { @@ -55811,7 +55356,7 @@ }, { "ParameterMetadata": { - "Name": "RuleType", + "Name": "RedirectType", "AliasList": [], "Type": { "Namespace": "System", @@ -55824,8 +55369,10 @@ "Constructors": [] }, "ValidateSet": [ - "Basic", - "PathBasedRouting" + "Permanent", + "Found", + "SeeOther", + "Temporary" ], "ValidateRangeMin": null, "ValidateRangeMax": null, @@ -55836,6 +55383,58 @@ "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, + { + "ParameterMetadata": { + "Name": "IncludePath", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.Nullable`1[System.Boolean]", + "AssemblyQualifiedName": "System.Nullable`1[[System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "System.Boolean" + ], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "IncludeQueryString", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.Nullable`1[System.Boolean]", + "AssemblyQualifiedName": "System.Nullable`1[[System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "System.Boolean" + ], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, { "ParameterMetadata": { "Name": "DefaultProfile", @@ -55882,75 +55481,24 @@ }, { "VerbName": "Remove", - "NounName": "AzApplicationGatewayRequestRoutingRule", - "Name": "Remove-AzApplicationGatewayRequestRoutingRule", - "ClassName": "Microsoft.Azure.Commands.Network.RemoveAzureApplicationGatewayRequestRoutingRuleCommand", - "SupportsShouldProcess": false, + "NounName": "AzApplicationGateway", + "Name": "Remove-AzApplicationGateway", + "ClassName": "Microsoft.Azure.Commands.Network.RemoveAzureApplicationGatewayCommand", + "SupportsShouldProcess": true, "ConfirmImpact": 2, "SupportsPaging": false, "DefaultParameterSetName": "__AllParameterSets", "OutputTypes": [ { "Type": { - "Namespace": "Microsoft.Azure.Commands.Network.Models", - "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRequestRoutingRule", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRequestRoutingRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", - "Properties": { - "BackendAddressPool": "Microsoft.Azure.Commands.Network.Models.PSResourceId", - "BackendHttpSettings": "Microsoft.Azure.Commands.Network.Models.PSResourceId", - "HttpListener": "Microsoft.Azure.Commands.Network.Models.PSResourceId", - "UrlPathMap": "Microsoft.Azure.Commands.Network.Models.PSResourceId", - "RewriteRuleSet": "Microsoft.Azure.Commands.Network.Models.PSResourceId", - "RedirectConfiguration": "Microsoft.Azure.Commands.Network.Models.PSResourceId", - "RuleType": "System.String", - "Name": "System.String", - "RedirectConfigurationText": "System.String", - "RewriteRuleSetText": "System.String", - "UrlPathMapText": "System.String", - "Type": "System.String", - "BackendHttpSettingsText": "System.String", - "BackendAddressPoolText": "System.String", - "Etag": "System.String", - "ProvisioningState": "System.String", - "HttpListenerText": "System.String", - "Id": "System.String" - }, + "Namespace": "System", + "Name": "System.Boolean", + "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, "ElementType": null, "GenericTypeArguments": [], - "Methods": [ - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [ - { - "Name": "", - "ReturnType": null, - "Parameters": [] - } - ] + "Methods": [], + "Constructors": [] }, "ParameterSets": [ "__AllParameterSets" @@ -55960,6 +55508,26 @@ "Parameters": [ { "Name": "Name", + "AliasList": [ + "ResourceName" + ], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "ResourceGroupName", "AliasList": [], "Type": { "Namespace": "System", @@ -55977,101 +55545,35 @@ "ValidateNotNullOrEmpty": true }, { - "Name": "ApplicationGateway", + "Name": "Force", "AliasList": [], "Type": { - "Namespace": "Microsoft.Azure.Commands.Network.Models", - "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", - "Properties": { - "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", - "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", - "SslPolicy": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslPolicy", - "WebApplicationFirewallConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayWebApplicationFirewallConfiguration", - "Identity": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity", - "FirewallPolicy": "Microsoft.Azure.Commands.Network.Models.PSResourceId", - "AuthenticationCertificates": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAuthenticationCertificate]", - "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool]", - "BackendHttpSettingsCollection": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings]", - "CustomErrorConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError]", - "FrontendIPConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendIPConfiguration]", - "FrontendPorts": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort]", - "HttpListeners": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener]", - "GatewayIPConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayIPConfiguration]", - "Probes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe]", - "RedirectConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration]", - "RequestRoutingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRequestRoutingRule]", - "RewriteRuleSets": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet]", - "SslCertificates": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslCertificate]", - "TrustedRootCertificates": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedRootCertificate]", - "UrlPathMaps": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap]", - "Zones": "System.Collections.Generic.List`1[System.String]", - "Tag": "System.Collections.Hashtable", - "EnableHttp2": "System.Nullable`1[System.Boolean]", - "EnableFips": "System.Nullable`1[System.Boolean]", - "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", - "IdentityText": "System.String", - "SslPolicyText": "System.String", - "FirewallPolicyText": "System.String", - "ResourceGroupName": "System.String", - "TagsTable": "System.String", - "ResourceGuid": "System.String", - "Type": "System.String", - "Name": "System.String", - "UrlPathMapsText": "System.String", - "Location": "System.String", - "ProbesText": "System.String", - "ProvisioningState": "System.String", - "RewriteRuleSetsText": "System.String", - "HttpListenersText": "System.String", - "BackendHttpSettingsCollectionText": "System.String", - "BackendAddressPoolsText": "System.String", - "FrontendPortsText": "System.String", - "FrontendIpConfigurationsText": "System.String", - "SslCertificatesText": "System.String", - "AuthenticationCertificatesText": "System.String", - "GatewayIpConfigurationsText": "System.String", - "Etag": "System.String", - "OperationalState": "System.String", - "RequestRoutingRulesText": "System.String", - "Id": "System.String" - }, + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, "ElementType": null, "GenericTypeArguments": [], - "Methods": [ - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [ - { - "Name": "", - "ReturnType": null, - "Parameters": [] - } - ] + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "PassThru", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] }, "ValidateSet": [], "ValidateRangeMin": null, @@ -56119,6 +55621,32 @@ { "ParameterMetadata": { "Name": "Name", + "AliasList": [ + "ResourceName" + ], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "ResourceGroupName", "AliasList": [], "Type": { "Namespace": "System", @@ -56138,114 +55666,54 @@ "Mandatory": true, "Position": -2147483648, "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false + "ValueFromPipelineByPropertyName": true }, { "ParameterMetadata": { - "Name": "ApplicationGateway", + "Name": "Force", "AliasList": [], "Type": { - "Namespace": "Microsoft.Azure.Commands.Network.Models", - "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", - "Properties": { - "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", - "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", - "SslPolicy": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslPolicy", - "WebApplicationFirewallConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayWebApplicationFirewallConfiguration", - "Identity": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity", - "FirewallPolicy": "Microsoft.Azure.Commands.Network.Models.PSResourceId", - "AuthenticationCertificates": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAuthenticationCertificate]", - "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool]", - "BackendHttpSettingsCollection": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings]", - "CustomErrorConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError]", - "FrontendIPConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendIPConfiguration]", - "FrontendPorts": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort]", - "HttpListeners": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener]", - "GatewayIPConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayIPConfiguration]", - "Probes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe]", - "RedirectConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration]", - "RequestRoutingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRequestRoutingRule]", - "RewriteRuleSets": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet]", - "SslCertificates": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslCertificate]", - "TrustedRootCertificates": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedRootCertificate]", - "UrlPathMaps": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap]", - "Zones": "System.Collections.Generic.List`1[System.String]", - "Tag": "System.Collections.Hashtable", - "EnableHttp2": "System.Nullable`1[System.Boolean]", - "EnableFips": "System.Nullable`1[System.Boolean]", - "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", - "IdentityText": "System.String", - "SslPolicyText": "System.String", - "FirewallPolicyText": "System.String", - "ResourceGroupName": "System.String", - "TagsTable": "System.String", - "ResourceGuid": "System.String", - "Type": "System.String", - "Name": "System.String", - "UrlPathMapsText": "System.String", - "Location": "System.String", - "ProbesText": "System.String", - "ProvisioningState": "System.String", - "RewriteRuleSetsText": "System.String", - "HttpListenersText": "System.String", - "BackendHttpSettingsCollectionText": "System.String", - "BackendAddressPoolsText": "System.String", - "FrontendPortsText": "System.String", - "FrontendIpConfigurationsText": "System.String", - "SslCertificatesText": "System.String", - "AuthenticationCertificatesText": "System.String", - "GatewayIpConfigurationsText": "System.String", - "Etag": "System.String", - "OperationalState": "System.String", - "RequestRoutingRulesText": "System.String", - "Id": "System.String" - }, + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, "ElementType": null, "GenericTypeArguments": [], - "Methods": [ - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [ - { - "Name": "", - "ReturnType": null, - "Parameters": [] - } - ] + "Methods": [], + "Constructors": [] }, "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, - "Mandatory": true, + "Mandatory": false, "Position": -2147483648, - "ValueFromPipeline": true, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "PassThru", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, { @@ -56293,10 +55761,10 @@ "AliasList": [] }, { - "VerbName": "Set", + "VerbName": "Add", "NounName": "AzApplicationGatewayRequestRoutingRule", - "Name": "Set-AzApplicationGatewayRequestRoutingRule", - "ClassName": "Microsoft.Azure.Commands.Network.SetAzureApplicationGatewayRequestRoutingRuleCommand", + "Name": "Add-AzApplicationGatewayRequestRoutingRule", + "ClassName": "Microsoft.Azure.Commands.Network.AddAzureApplicationGatewayRequestRoutingRuleCommand", "SupportsShouldProcess": false, "ConfirmImpact": 2, "SupportsPaging": false, @@ -56306,7 +55774,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -56322,6 +55790,8 @@ "FrontendPorts": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort]", "HttpListeners": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener]", "GatewayIPConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayIPConfiguration]", + "PrivateEndpointConnections": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateEndpointConnection]", + "PrivateLinkConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkConfiguration]", "Probes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe]", "RedirectConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration]", "RequestRoutingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRequestRoutingRule]", @@ -56331,21 +55801,23 @@ "UrlPathMaps": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap]", "Zones": "System.Collections.Generic.List`1[System.String]", "Tag": "System.Collections.Hashtable", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", - "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", - "IdentityText": "System.String", - "SslPolicyText": "System.String", - "FirewallPolicyText": "System.String", - "ResourceGroupName": "System.String", + "Name": "System.String", "TagsTable": "System.String", - "ResourceGuid": "System.String", + "IdentityText": "System.String", "Type": "System.String", - "Name": "System.String", - "UrlPathMapsText": "System.String", + "ResourceGuid": "System.String", "Location": "System.String", - "ProbesText": "System.String", + "ResourceGroupName": "System.String", + "PrivateLinkEndpointConnectionsText": "System.String", + "PrivateLinkConfigurationsText": "System.String", + "FirewallPolicyText": "System.String", + "SslPolicyText": "System.String", + "UrlPathMapsText": "System.String", "ProvisioningState": "System.String", + "RequestRoutingRulesText": "System.String", "RewriteRuleSetsText": "System.String", "HttpListenersText": "System.String", "BackendHttpSettingsCollectionText": "System.String", @@ -56357,7 +55829,7 @@ "GatewayIpConfigurationsText": "System.String", "Etag": "System.String", "OperationalState": "System.String", - "RequestRoutingRulesText": "System.String", + "ProbesText": "System.String", "Id": "System.String" }, "ElementType": null, @@ -56409,7 +55881,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -56425,6 +55897,8 @@ "FrontendPorts": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort]", "HttpListeners": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener]", "GatewayIPConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayIPConfiguration]", + "PrivateEndpointConnections": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateEndpointConnection]", + "PrivateLinkConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkConfiguration]", "Probes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe]", "RedirectConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration]", "RequestRoutingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRequestRoutingRule]", @@ -56434,21 +55908,23 @@ "UrlPathMaps": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap]", "Zones": "System.Collections.Generic.List`1[System.String]", "Tag": "System.Collections.Hashtable", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", - "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", - "IdentityText": "System.String", - "SslPolicyText": "System.String", - "FirewallPolicyText": "System.String", - "ResourceGroupName": "System.String", + "Name": "System.String", "TagsTable": "System.String", - "ResourceGuid": "System.String", + "IdentityText": "System.String", "Type": "System.String", - "Name": "System.String", - "UrlPathMapsText": "System.String", + "ResourceGuid": "System.String", "Location": "System.String", - "ProbesText": "System.String", + "ResourceGroupName": "System.String", + "PrivateLinkEndpointConnectionsText": "System.String", + "PrivateLinkConfigurationsText": "System.String", + "FirewallPolicyText": "System.String", + "SslPolicyText": "System.String", + "UrlPathMapsText": "System.String", "ProvisioningState": "System.String", + "RequestRoutingRulesText": "System.String", "RewriteRuleSetsText": "System.String", "HttpListenersText": "System.String", "BackendHttpSettingsCollectionText": "System.String", @@ -56460,7 +55936,7 @@ "GatewayIpConfigurationsText": "System.String", "Etag": "System.String", "OperationalState": "System.String", - "RequestRoutingRulesText": "System.String", + "ProbesText": "System.String", "Id": "System.String" }, "ElementType": null, @@ -56568,7 +56044,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ConnectionDraining": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayConnectionDraining", "Probe": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -56672,7 +56148,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "FrontendIpConfiguration": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "FrontendPort": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -56759,7 +56235,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "BackendAddresses": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddress]", "BackendIpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceIPConfiguration]", @@ -56847,7 +56323,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DefaultBackendAddressPool": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "DefaultBackendHttpSettings": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -56930,7 +56406,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "RewriteRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRule]", "ProvisioningState": "System.String", @@ -57011,7 +56487,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "TargetListener": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "RequestRoutingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", @@ -57117,7 +56593,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -57133,6 +56609,8 @@ "FrontendPorts": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort]", "HttpListeners": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener]", "GatewayIPConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayIPConfiguration]", + "PrivateEndpointConnections": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateEndpointConnection]", + "PrivateLinkConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkConfiguration]", "Probes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe]", "RedirectConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration]", "RequestRoutingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRequestRoutingRule]", @@ -57142,21 +56620,23 @@ "UrlPathMaps": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap]", "Zones": "System.Collections.Generic.List`1[System.String]", "Tag": "System.Collections.Hashtable", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", - "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", - "IdentityText": "System.String", - "SslPolicyText": "System.String", - "FirewallPolicyText": "System.String", - "ResourceGroupName": "System.String", + "Name": "System.String", "TagsTable": "System.String", - "ResourceGuid": "System.String", + "IdentityText": "System.String", "Type": "System.String", - "Name": "System.String", - "UrlPathMapsText": "System.String", + "ResourceGuid": "System.String", "Location": "System.String", - "ProbesText": "System.String", + "ResourceGroupName": "System.String", + "PrivateLinkEndpointConnectionsText": "System.String", + "PrivateLinkConfigurationsText": "System.String", + "FirewallPolicyText": "System.String", + "SslPolicyText": "System.String", + "UrlPathMapsText": "System.String", "ProvisioningState": "System.String", + "RequestRoutingRulesText": "System.String", "RewriteRuleSetsText": "System.String", "HttpListenersText": "System.String", "BackendHttpSettingsCollectionText": "System.String", @@ -57168,7 +56648,7 @@ "GatewayIpConfigurationsText": "System.String", "Etag": "System.String", "OperationalState": "System.String", - "RequestRoutingRulesText": "System.String", + "ProbesText": "System.String", "Id": "System.String" }, "ElementType": null, @@ -57464,7 +56944,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -57480,6 +56960,8 @@ "FrontendPorts": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort]", "HttpListeners": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener]", "GatewayIPConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayIPConfiguration]", + "PrivateEndpointConnections": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateEndpointConnection]", + "PrivateLinkConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkConfiguration]", "Probes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe]", "RedirectConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration]", "RequestRoutingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRequestRoutingRule]", @@ -57489,21 +56971,23 @@ "UrlPathMaps": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap]", "Zones": "System.Collections.Generic.List`1[System.String]", "Tag": "System.Collections.Hashtable", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", - "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", - "IdentityText": "System.String", - "SslPolicyText": "System.String", - "FirewallPolicyText": "System.String", - "ResourceGroupName": "System.String", + "Name": "System.String", "TagsTable": "System.String", - "ResourceGuid": "System.String", + "IdentityText": "System.String", "Type": "System.String", - "Name": "System.String", - "UrlPathMapsText": "System.String", + "ResourceGuid": "System.String", "Location": "System.String", - "ProbesText": "System.String", + "ResourceGroupName": "System.String", + "PrivateLinkEndpointConnectionsText": "System.String", + "PrivateLinkConfigurationsText": "System.String", + "FirewallPolicyText": "System.String", + "SslPolicyText": "System.String", + "UrlPathMapsText": "System.String", "ProvisioningState": "System.String", + "RequestRoutingRulesText": "System.String", "RewriteRuleSetsText": "System.String", "HttpListenersText": "System.String", "BackendHttpSettingsCollectionText": "System.String", @@ -57515,7 +56999,7 @@ "GatewayIpConfigurationsText": "System.String", "Etag": "System.String", "OperationalState": "System.String", - "RequestRoutingRulesText": "System.String", + "ProbesText": "System.String", "Id": "System.String" }, "ElementType": null, @@ -57667,7 +57151,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ConnectionDraining": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayConnectionDraining", "Probe": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -57759,7 +57243,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "FrontendIpConfiguration": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "FrontendPort": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -57834,7 +57318,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "BackendAddresses": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddress]", "BackendIpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceIPConfiguration]", @@ -57910,7 +57394,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DefaultBackendAddressPool": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "DefaultBackendHttpSettings": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -57981,7 +57465,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "RewriteRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRule]", "ProvisioningState": "System.String", @@ -58050,7 +57534,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "TargetListener": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "RequestRoutingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", @@ -58123,7 +57607,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -58139,6 +57623,8 @@ "FrontendPorts": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort]", "HttpListeners": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener]", "GatewayIPConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayIPConfiguration]", + "PrivateEndpointConnections": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateEndpointConnection]", + "PrivateLinkConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkConfiguration]", "Probes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe]", "RedirectConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration]", "RequestRoutingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRequestRoutingRule]", @@ -58148,21 +57634,23 @@ "UrlPathMaps": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap]", "Zones": "System.Collections.Generic.List`1[System.String]", "Tag": "System.Collections.Hashtable", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", - "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", - "IdentityText": "System.String", - "SslPolicyText": "System.String", - "FirewallPolicyText": "System.String", - "ResourceGroupName": "System.String", + "Name": "System.String", "TagsTable": "System.String", - "ResourceGuid": "System.String", + "IdentityText": "System.String", "Type": "System.String", - "Name": "System.String", - "UrlPathMapsText": "System.String", + "ResourceGuid": "System.String", "Location": "System.String", - "ProbesText": "System.String", + "ResourceGroupName": "System.String", + "PrivateLinkEndpointConnectionsText": "System.String", + "PrivateLinkConfigurationsText": "System.String", + "FirewallPolicyText": "System.String", + "SslPolicyText": "System.String", + "UrlPathMapsText": "System.String", "ProvisioningState": "System.String", + "RequestRoutingRulesText": "System.String", "RewriteRuleSetsText": "System.String", "HttpListenersText": "System.String", "BackendHttpSettingsCollectionText": "System.String", @@ -58174,7 +57662,7 @@ "GatewayIpConfigurationsText": "System.String", "Etag": "System.String", "OperationalState": "System.String", - "RequestRoutingRulesText": "System.String", + "ProbesText": "System.String", "Id": "System.String" }, "ElementType": null, @@ -58320,10 +57808,10 @@ "AliasList": [] }, { - "VerbName": "New", - "NounName": "AzApplicationGatewayRewriteRuleActionSet", - "Name": "New-AzApplicationGatewayRewriteRuleActionSet", - "ClassName": "Microsoft.Azure.Commands.Network.NewAzureApplicationGatewayRewriteRuleActionSetCommand", + "VerbName": "Get", + "NounName": "AzApplicationGatewayRequestRoutingRule", + "Name": "Get-AzApplicationGatewayRequestRoutingRule", + "ClassName": "Microsoft.Azure.Commands.Network.GetAzureApplicationGatewayRequestRoutingRuleCommand", "SupportsShouldProcess": false, "ConfirmImpact": 2, "SupportsPaging": false, @@ -58332,15 +57820,27 @@ { "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", - "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleActionSet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleActionSet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRequestRoutingRule", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRequestRoutingRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { - "UrlConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlConfiguration", - "RequestHeaderConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHeaderConfiguration]", - "ResponseHeaderConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHeaderConfiguration]", - "RequestHeaderConfigurationsText": "System.String", - "ResponseHeaderConfigurationsText": "System.String", - "UrlConfigurationText": "System.String" + "BackendAddressPool": "Microsoft.Azure.Commands.Network.Models.PSResourceId", + "BackendHttpSettings": "Microsoft.Azure.Commands.Network.Models.PSResourceId", + "HttpListener": "Microsoft.Azure.Commands.Network.Models.PSResourceId", + "UrlPathMap": "Microsoft.Azure.Commands.Network.Models.PSResourceId", + "RewriteRuleSet": "Microsoft.Azure.Commands.Network.Models.PSResourceId", + "RedirectConfiguration": "Microsoft.Azure.Commands.Network.Models.PSResourceId", + "RuleType": "System.String", + "Name": "System.String", + "RedirectConfigurationText": "System.String", + "RewriteRuleSetText": "System.String", + "UrlPathMapText": "System.String", + "Type": "System.String", + "BackendHttpSettingsText": "System.String", + "BackendAddressPoolText": "System.String", + "Etag": "System.String", + "ProvisioningState": "System.String", + "HttpListenerText": "System.String", + "Id": "System.String" }, "ElementType": null, "GenericTypeArguments": [], @@ -58386,37 +57886,15 @@ ], "Parameters": [ { - "Name": "RequestHeaderConfiguration", - "AliasList": [], - "Type": { - "Namespace": "System.Collections.Generic", - "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHeaderConfiguration]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHeaderConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHeaderConfiguration" - ], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - { - "Name": "ResponseHeaderConfiguration", + "Name": "Name", "AliasList": [], "Type": { - "Namespace": "System.Collections.Generic", - "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHeaderConfiguration]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHeaderConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, - "GenericTypeArguments": [ - "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHeaderConfiguration" - ], + "GenericTypeArguments": [], "Methods": [], "Constructors": [] }, @@ -58426,16 +57904,68 @@ "ValidateNotNullOrEmpty": true }, { - "Name": "UrlConfiguration", + "Name": "ApplicationGateway", "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", - "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { - "Reroute": "System.Boolean", - "ModifiedQueryString": "System.String", - "ModifiedPath": "System.String" + "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", + "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", + "SslPolicy": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslPolicy", + "WebApplicationFirewallConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayWebApplicationFirewallConfiguration", + "Identity": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity", + "FirewallPolicy": "Microsoft.Azure.Commands.Network.Models.PSResourceId", + "AuthenticationCertificates": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAuthenticationCertificate]", + "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool]", + "BackendHttpSettingsCollection": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings]", + "CustomErrorConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError]", + "FrontendIPConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendIPConfiguration]", + "FrontendPorts": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort]", + "HttpListeners": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener]", + "GatewayIPConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayIPConfiguration]", + "PrivateEndpointConnections": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateEndpointConnection]", + "PrivateLinkConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkConfiguration]", + "Probes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe]", + "RedirectConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration]", + "RequestRoutingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRequestRoutingRule]", + "RewriteRuleSets": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet]", + "SslCertificates": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslCertificate]", + "TrustedRootCertificates": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedRootCertificate]", + "UrlPathMaps": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap]", + "Zones": "System.Collections.Generic.List`1[System.String]", + "Tag": "System.Collections.Hashtable", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", + "EnableHttp2": "System.Nullable`1[System.Boolean]", + "EnableFips": "System.Nullable`1[System.Boolean]", + "Name": "System.String", + "TagsTable": "System.String", + "IdentityText": "System.String", + "Type": "System.String", + "ResourceGuid": "System.String", + "Location": "System.String", + "ResourceGroupName": "System.String", + "PrivateLinkEndpointConnectionsText": "System.String", + "PrivateLinkConfigurationsText": "System.String", + "FirewallPolicyText": "System.String", + "SslPolicyText": "System.String", + "UrlPathMapsText": "System.String", + "ProvisioningState": "System.String", + "RequestRoutingRulesText": "System.String", + "RewriteRuleSetsText": "System.String", + "HttpListenersText": "System.String", + "BackendHttpSettingsCollectionText": "System.String", + "BackendAddressPoolsText": "System.String", + "FrontendPortsText": "System.String", + "FrontendIpConfigurationsText": "System.String", + "SslCertificatesText": "System.String", + "AuthenticationCertificatesText": "System.String", + "GatewayIpConfigurationsText": "System.String", + "Etag": "System.String", + "OperationalState": "System.String", + "ProbesText": "System.String", + "Id": "System.String" }, "ElementType": null, "GenericTypeArguments": [], @@ -58477,7 +58007,7 @@ "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true + "ValidateNotNullOrEmpty": false }, { "Name": "DefaultProfile", @@ -58519,43 +58049,15 @@ "Parameters": [ { "ParameterMetadata": { - "Name": "RequestHeaderConfiguration", - "AliasList": [], - "Type": { - "Namespace": "System.Collections.Generic", - "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHeaderConfiguration]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHeaderConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHeaderConfiguration" - ], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "ResponseHeaderConfiguration", + "Name": "Name", "AliasList": [], "Type": { - "Namespace": "System.Collections.Generic", - "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHeaderConfiguration]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHeaderConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, - "GenericTypeArguments": [ - "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHeaderConfiguration" - ], + "GenericTypeArguments": [], "Methods": [], "Constructors": [] }, @@ -58571,16 +58073,68 @@ }, { "ParameterMetadata": { - "Name": "UrlConfiguration", + "Name": "ApplicationGateway", "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", - "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { - "Reroute": "System.Boolean", - "ModifiedQueryString": "System.String", - "ModifiedPath": "System.String" + "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", + "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", + "SslPolicy": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslPolicy", + "WebApplicationFirewallConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayWebApplicationFirewallConfiguration", + "Identity": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity", + "FirewallPolicy": "Microsoft.Azure.Commands.Network.Models.PSResourceId", + "AuthenticationCertificates": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAuthenticationCertificate]", + "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool]", + "BackendHttpSettingsCollection": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings]", + "CustomErrorConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError]", + "FrontendIPConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendIPConfiguration]", + "FrontendPorts": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort]", + "HttpListeners": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener]", + "GatewayIPConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayIPConfiguration]", + "PrivateEndpointConnections": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateEndpointConnection]", + "PrivateLinkConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkConfiguration]", + "Probes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe]", + "RedirectConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration]", + "RequestRoutingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRequestRoutingRule]", + "RewriteRuleSets": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet]", + "SslCertificates": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslCertificate]", + "TrustedRootCertificates": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedRootCertificate]", + "UrlPathMaps": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap]", + "Zones": "System.Collections.Generic.List`1[System.String]", + "Tag": "System.Collections.Hashtable", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", + "EnableHttp2": "System.Nullable`1[System.Boolean]", + "EnableFips": "System.Nullable`1[System.Boolean]", + "Name": "System.String", + "TagsTable": "System.String", + "IdentityText": "System.String", + "Type": "System.String", + "ResourceGuid": "System.String", + "Location": "System.String", + "ResourceGroupName": "System.String", + "PrivateLinkEndpointConnectionsText": "System.String", + "PrivateLinkConfigurationsText": "System.String", + "FirewallPolicyText": "System.String", + "SslPolicyText": "System.String", + "UrlPathMapsText": "System.String", + "ProvisioningState": "System.String", + "RequestRoutingRulesText": "System.String", + "RewriteRuleSetsText": "System.String", + "HttpListenersText": "System.String", + "BackendHttpSettingsCollectionText": "System.String", + "BackendAddressPoolsText": "System.String", + "FrontendPortsText": "System.String", + "FrontendIpConfigurationsText": "System.String", + "SslCertificatesText": "System.String", + "AuthenticationCertificatesText": "System.String", + "GatewayIpConfigurationsText": "System.String", + "Etag": "System.String", + "OperationalState": "System.String", + "ProbesText": "System.String", + "Id": "System.String" }, "ElementType": null, "GenericTypeArguments": [], @@ -58622,11 +58176,11 @@ "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true + "ValidateNotNullOrEmpty": false }, - "Mandatory": false, + "Mandatory": true, "Position": -2147483648, - "ValueFromPipeline": false, + "ValueFromPipeline": true, "ValueFromPipelineByPropertyName": false }, { @@ -58675,9 +58229,9 @@ }, { "VerbName": "New", - "NounName": "AzApplicationGatewayRewriteRuleCondition", - "Name": "New-AzApplicationGatewayRewriteRuleCondition", - "ClassName": "Microsoft.Azure.Commands.Network.NewAzureApplicationGatewayRewriteRuleConditionCommand", + "NounName": "AzApplicationGatewayRequestRoutingRule", + "Name": "New-AzApplicationGatewayRequestRoutingRule", + "ClassName": "Microsoft.Azure.Commands.Network.NewAzureApplicationGatewayRequestRoutingRuleCommand", "SupportsShouldProcess": false, "ConfirmImpact": 2, "SupportsPaging": false, @@ -58686,13 +58240,27 @@ { "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", - "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleCondition", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleCondition, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRequestRoutingRule", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRequestRoutingRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { - "IgnoreCase": "System.Nullable`1[System.Boolean]", - "Negate": "System.Nullable`1[System.Boolean]", - "Variable": "System.String", - "Pattern": "System.String" + "BackendAddressPool": "Microsoft.Azure.Commands.Network.Models.PSResourceId", + "BackendHttpSettings": "Microsoft.Azure.Commands.Network.Models.PSResourceId", + "HttpListener": "Microsoft.Azure.Commands.Network.Models.PSResourceId", + "UrlPathMap": "Microsoft.Azure.Commands.Network.Models.PSResourceId", + "RewriteRuleSet": "Microsoft.Azure.Commands.Network.Models.PSResourceId", + "RedirectConfiguration": "Microsoft.Azure.Commands.Network.Models.PSResourceId", + "RuleType": "System.String", + "Name": "System.String", + "RedirectConfigurationText": "System.String", + "RewriteRuleSetText": "System.String", + "UrlPathMapText": "System.String", + "Type": "System.String", + "BackendHttpSettingsText": "System.String", + "BackendAddressPoolText": "System.String", + "Etag": "System.String", + "ProvisioningState": "System.String", + "HttpListenerText": "System.String", + "Id": "System.String" }, "ElementType": null, "GenericTypeArguments": [], @@ -58738,7 +58306,7 @@ ], "Parameters": [ { - "Name": "Variable", + "Name": "Name", "AliasList": [], "Type": { "Namespace": "System", @@ -58756,7 +58324,7 @@ "ValidateNotNullOrEmpty": true }, { - "Name": "Pattern", + "Name": "RuleType", "AliasList": [], "Type": { "Namespace": "System", @@ -58768,18 +58336,21 @@ "Methods": [], "Constructors": [] }, - "ValidateSet": [], + "ValidateSet": [ + "Basic", + "PathBasedRouting" + ], "ValidateRangeMin": null, "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false + "ValidateNotNullOrEmpty": true }, { - "Name": "IgnoreCase", + "Name": "BackendHttpSettingsId", "AliasList": [], "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -58789,226 +58360,55 @@ "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false + "ValidateNotNullOrEmpty": true }, { - "Name": "Negate", + "Name": "BackendHttpSettings", "AliasList": [], "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "DefaultProfile", - "AliasList": [ - "AzContext", - "AzureRmContext", - "AzureCredential" - ], - "Type": { - "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", - "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Namespace": "Microsoft.Azure.Commands.Network.Models", + "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { - "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", - "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", - "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", - "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + "ConnectionDraining": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayConnectionDraining", + "Probe": "Microsoft.Azure.Commands.Network.Models.PSResourceId", + "TrustedRootCertificates": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", + "AuthenticationCertificates": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", + "Port": "System.Int32", + "RequestTimeout": "System.Int32", + "PickHostNameFromBackendAddress": "System.Nullable`1[System.Boolean]", + "Protocol": "System.String", + "HostName": "System.String", + "Etag": "System.String", + "AffinityCookieName": "System.String", + "Path": "System.String", + "ProvisioningState": "System.String", + "Type": "System.String", + "ConnectionDrainingText": "System.String", + "ProbeText": "System.String", + "AuthenticationCertificatesText": "System.String", + "Name": "System.String", + "CookieBasedAffinity": "System.String", + "Id": "System.String" }, "ElementType": null, "GenericTypeArguments": [], "Methods": [ { - "Name": "Clear", + "Name": "ShouldSerializePort", "Parameters": [], - "ReturnType": "System.Void" - } - ], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - } - ], - "ParameterSets": [ - { - "Name": "__AllParameterSets", - "Parameters": [ - { - "ParameterMetadata": { - "Name": "Variable", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": true, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "Pattern", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "IgnoreCase", - "AliasList": [], - "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false + "ReturnType": "System.Boolean" }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "Negate", - "AliasList": [], - "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false + { + "Name": "ShouldSerializeRequestTimeout", + "Parameters": [], + "ReturnType": "System.Boolean" }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "DefaultProfile", - "AliasList": [ - "AzContext", - "AzureRmContext", - "AzureCredential" - ], - "Type": { - "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", - "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", - "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", - "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", - "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "Clear", - "Parameters": [], - "ReturnType": "System.Void" - } - ], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false + { + "Name": "ShouldSerializeAuthenticationCertificates", + "Parameters": [], + "ReturnType": "System.Boolean" }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - } - ] - } - ], - "AliasList": [] - }, - { - "VerbName": "New", - "NounName": "AzApplicationGatewayRewriteRuleHeaderConfiguration", - "Name": "New-AzApplicationGatewayRewriteRuleHeaderConfiguration", - "ClassName": "Microsoft.Azure.Commands.Network.NewAzureApplicationGatewayRewriteRuleHeaderConfigurationCommand", - "SupportsShouldProcess": false, - "ConfirmImpact": 2, - "SupportsPaging": false, - "DefaultParameterSetName": "__AllParameterSets", - "OutputTypes": [ - { - "Type": { - "Namespace": "Microsoft.Azure.Commands.Network.Models", - "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHeaderConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHeaderConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", - "Properties": { - "HeaderName": "System.String", - "HeaderValue": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ { "Name": "ToString", "Parameters": [], @@ -59043,32 +58443,13 @@ } ] }, - "ParameterSets": [ - "__AllParameterSets" - ] - } - ], - "Parameters": [ - { - "Name": "HeaderName", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { - "Name": "HeaderValue", + "Name": "HttpListenerId", "AliasList": [], "Type": { "Namespace": "System", @@ -59083,204 +58464,33 @@ "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false + "ValidateNotNullOrEmpty": true }, { - "Name": "DefaultProfile", - "AliasList": [ - "AzContext", - "AzureRmContext", - "AzureCredential" - ], - "Type": { - "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", - "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", - "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", - "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", - "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "Clear", - "Parameters": [], - "ReturnType": "System.Void" - } - ], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - } - ], - "ParameterSets": [ - { - "Name": "__AllParameterSets", - "Parameters": [ - { - "ParameterMetadata": { - "Name": "HeaderName", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": true, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "HeaderValue", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "DefaultProfile", - "AliasList": [ - "AzContext", - "AzureRmContext", - "AzureCredential" - ], - "Type": { - "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", - "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", - "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", - "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", - "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "Clear", - "Parameters": [], - "ReturnType": "System.Void" - } - ], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - } - ] - } - ], - "AliasList": [] - }, - { - "VerbName": "Add", - "NounName": "AzApplicationGatewayRewriteRuleSet", - "Name": "Add-AzApplicationGatewayRewriteRuleSet", - "ClassName": "Microsoft.Azure.Commands.Network.AddAzureApplicationGatewayRewriteRuleSetCommand", - "SupportsShouldProcess": false, - "ConfirmImpact": 2, - "SupportsPaging": false, - "DefaultParameterSetName": "__AllParameterSets", - "OutputTypes": [ - { + "Name": "HttpListener", + "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", - "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { - "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", - "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", - "SslPolicy": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslPolicy", - "WebApplicationFirewallConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayWebApplicationFirewallConfiguration", - "Identity": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity", + "FrontendIpConfiguration": "Microsoft.Azure.Commands.Network.Models.PSResourceId", + "FrontendPort": "Microsoft.Azure.Commands.Network.Models.PSResourceId", + "SslCertificate": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "FirewallPolicy": "Microsoft.Azure.Commands.Network.Models.PSResourceId", - "AuthenticationCertificates": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAuthenticationCertificate]", - "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool]", - "BackendHttpSettingsCollection": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings]", + "RequireServerNameIndication": "System.Boolean", "CustomErrorConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError]", - "FrontendIPConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendIPConfiguration]", - "FrontendPorts": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort]", - "HttpListeners": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener]", - "GatewayIPConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayIPConfiguration]", - "Probes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe]", - "RedirectConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration]", - "RequestRoutingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRequestRoutingRule]", - "RewriteRuleSets": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet]", - "SslCertificates": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslCertificate]", - "TrustedRootCertificates": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedRootCertificate]", - "UrlPathMaps": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap]", - "Zones": "System.Collections.Generic.List`1[System.String]", - "Tag": "System.Collections.Hashtable", - "EnableHttp2": "System.Nullable`1[System.Boolean]", - "EnableFips": "System.Nullable`1[System.Boolean]", - "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", - "IdentityText": "System.String", - "SslPolicyText": "System.String", + "HostNames": "System.Collections.Generic.List`1[System.String]", + "Name": "System.String", "FirewallPolicyText": "System.String", - "ResourceGroupName": "System.String", - "TagsTable": "System.String", - "ResourceGuid": "System.String", + "SslCertificateText": "System.String", + "FrontendPortText": "System.String", "Type": "System.String", - "Name": "System.String", - "UrlPathMapsText": "System.String", - "Location": "System.String", - "ProbesText": "System.String", - "ProvisioningState": "System.String", - "RewriteRuleSetsText": "System.String", - "HttpListenersText": "System.String", - "BackendHttpSettingsCollectionText": "System.String", - "BackendAddressPoolsText": "System.String", - "FrontendPortsText": "System.String", - "FrontendIpConfigurationsText": "System.String", - "SslCertificatesText": "System.String", - "AuthenticationCertificatesText": "System.String", - "GatewayIpConfigurationsText": "System.String", "Etag": "System.String", - "OperationalState": "System.String", - "RequestRoutingRulesText": "System.String", + "ProvisioningState": "System.String", + "HostName": "System.String", + "Protocol": "System.String", + "FrontendIpConfigurationText": "System.String", "Id": "System.String" }, "ElementType": null, @@ -59320,75 +58530,60 @@ } ] }, - "ParameterSets": [ - "__AllParameterSets" - ] - } - ], - "Parameters": [ + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, { - "Name": "ApplicationGateway", + "Name": "BackendAddressPoolId", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "BackendAddressPool", "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", - "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { - "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", - "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", - "SslPolicy": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslPolicy", - "WebApplicationFirewallConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayWebApplicationFirewallConfiguration", - "Identity": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity", - "FirewallPolicy": "Microsoft.Azure.Commands.Network.Models.PSResourceId", - "AuthenticationCertificates": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAuthenticationCertificate]", - "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool]", - "BackendHttpSettingsCollection": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings]", - "CustomErrorConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError]", - "FrontendIPConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendIPConfiguration]", - "FrontendPorts": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort]", - "HttpListeners": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener]", - "GatewayIPConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayIPConfiguration]", - "Probes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe]", - "RedirectConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration]", - "RequestRoutingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRequestRoutingRule]", - "RewriteRuleSets": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet]", - "SslCertificates": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslCertificate]", - "TrustedRootCertificates": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedRootCertificate]", - "UrlPathMaps": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap]", - "Zones": "System.Collections.Generic.List`1[System.String]", - "Tag": "System.Collections.Hashtable", - "EnableHttp2": "System.Nullable`1[System.Boolean]", - "EnableFips": "System.Nullable`1[System.Boolean]", - "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", - "IdentityText": "System.String", - "SslPolicyText": "System.String", - "FirewallPolicyText": "System.String", - "ResourceGroupName": "System.String", - "TagsTable": "System.String", - "ResourceGuid": "System.String", + "BackendAddresses": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddress]", + "BackendIpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceIPConfiguration]", + "ProvisioningState": "System.String", "Type": "System.String", + "BackendAddressesText": "System.String", + "BackendIpConfigurationsText": "System.String", "Name": "System.String", - "UrlPathMapsText": "System.String", - "Location": "System.String", - "ProbesText": "System.String", - "ProvisioningState": "System.String", - "RewriteRuleSetsText": "System.String", - "HttpListenersText": "System.String", - "BackendHttpSettingsCollectionText": "System.String", - "BackendAddressPoolsText": "System.String", - "FrontendPortsText": "System.String", - "FrontendIpConfigurationsText": "System.String", - "SslCertificatesText": "System.String", - "AuthenticationCertificatesText": "System.String", - "GatewayIpConfigurationsText": "System.String", "Etag": "System.String", - "OperationalState": "System.String", - "RequestRoutingRulesText": "System.String", "Id": "System.String" }, "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "ShouldSerializeBackendAddresses", + "Parameters": [], + "ReturnType": "System.Boolean" + }, + { + "Name": "ShouldSerializeBackendIpConfigurations", + "Parameters": [], + "ReturnType": "System.Boolean" + }, { "Name": "ToString", "Parameters": [], @@ -59426,10 +58621,10 @@ "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false + "ValidateNotNullOrEmpty": true }, { - "Name": "Name", + "Name": "UrlPathMapId", "AliasList": [], "Type": { "Namespace": "System", @@ -59447,19 +58642,64 @@ "ValidateNotNullOrEmpty": true }, { - "Name": "RewriteRule", + "Name": "UrlPathMap", "AliasList": [], "Type": { - "Namespace": "System.Collections.Generic", - "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRule]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, + "Namespace": "Microsoft.Azure.Commands.Network.Models", + "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "DefaultBackendAddressPool": "Microsoft.Azure.Commands.Network.Models.PSResourceId", + "DefaultBackendHttpSettings": "Microsoft.Azure.Commands.Network.Models.PSResourceId", + "DefaultRewriteRuleSet": "Microsoft.Azure.Commands.Network.Models.PSResourceId", + "DefaultRedirectConfiguration": "Microsoft.Azure.Commands.Network.Models.PSResourceId", + "PathRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPathRule]", + "Type": "System.String", + "ProvisioningState": "System.String", + "DefaultBackendAddressPoolText": "System.String", + "DefaultBackendHttpSettingsText": "System.String", + "DefaultRedirectConfigurationText": "System.String", + "PathRulesText": "System.String", + "Name": "System.String", + "Etag": "System.String", + "Id": "System.String" + }, "ElementType": null, - "GenericTypeArguments": [ - "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRule" + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } ], - "Methods": [], - "Constructors": [] + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] }, "ValidateSet": [], "ValidateRangeMin": null, @@ -59467,260 +58707,30 @@ "ValidateNotNullOrEmpty": true }, { - "Name": "DefaultProfile", - "AliasList": [ - "AzContext", - "AzureRmContext", - "AzureCredential" - ], + "Name": "RewriteRuleSetId", + "AliasList": [], "Type": { - "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", - "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", - "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", - "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", - "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" - }, + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, "ElementType": null, "GenericTypeArguments": [], - "Methods": [ - { - "Name": "Clear", - "Parameters": [], - "ReturnType": "System.Void" - } - ], + "Methods": [], "Constructors": [] }, "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - } - ], - "ParameterSets": [ - { - "Name": "__AllParameterSets", - "Parameters": [ - { - "ParameterMetadata": { - "Name": "ApplicationGateway", - "AliasList": [], - "Type": { - "Namespace": "Microsoft.Azure.Commands.Network.Models", - "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", - "Properties": { - "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", - "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", - "SslPolicy": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslPolicy", - "WebApplicationFirewallConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayWebApplicationFirewallConfiguration", - "Identity": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity", - "FirewallPolicy": "Microsoft.Azure.Commands.Network.Models.PSResourceId", - "AuthenticationCertificates": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAuthenticationCertificate]", - "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool]", - "BackendHttpSettingsCollection": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings]", - "CustomErrorConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError]", - "FrontendIPConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendIPConfiguration]", - "FrontendPorts": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort]", - "HttpListeners": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener]", - "GatewayIPConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayIPConfiguration]", - "Probes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe]", - "RedirectConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration]", - "RequestRoutingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRequestRoutingRule]", - "RewriteRuleSets": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet]", - "SslCertificates": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslCertificate]", - "TrustedRootCertificates": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedRootCertificate]", - "UrlPathMaps": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap]", - "Zones": "System.Collections.Generic.List`1[System.String]", - "Tag": "System.Collections.Hashtable", - "EnableHttp2": "System.Nullable`1[System.Boolean]", - "EnableFips": "System.Nullable`1[System.Boolean]", - "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", - "IdentityText": "System.String", - "SslPolicyText": "System.String", - "FirewallPolicyText": "System.String", - "ResourceGroupName": "System.String", - "TagsTable": "System.String", - "ResourceGuid": "System.String", - "Type": "System.String", - "Name": "System.String", - "UrlPathMapsText": "System.String", - "Location": "System.String", - "ProbesText": "System.String", - "ProvisioningState": "System.String", - "RewriteRuleSetsText": "System.String", - "HttpListenersText": "System.String", - "BackendHttpSettingsCollectionText": "System.String", - "BackendAddressPoolsText": "System.String", - "FrontendPortsText": "System.String", - "FrontendIpConfigurationsText": "System.String", - "SslCertificatesText": "System.String", - "AuthenticationCertificatesText": "System.String", - "GatewayIpConfigurationsText": "System.String", - "Etag": "System.String", - "OperationalState": "System.String", - "RequestRoutingRulesText": "System.String", - "Id": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [ - { - "Name": "", - "ReturnType": null, - "Parameters": [] - } - ] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": true, - "Position": -2147483648, - "ValueFromPipeline": true, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "Name", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": true, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "RewriteRule", - "AliasList": [], - "Type": { - "Namespace": "System.Collections.Generic", - "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRule]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRule" - ], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": true, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "DefaultProfile", - "AliasList": [ - "AzContext", - "AzureRmContext", - "AzureCredential" - ], - "Type": { - "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", - "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", - "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", - "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", - "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "Clear", - "Parameters": [], - "ReturnType": "System.Void" - } - ], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - } - ] - } - ], - "AliasList": [] - }, - { - "VerbName": "Get", - "NounName": "AzApplicationGatewayRewriteRuleSet", - "Name": "Get-AzApplicationGatewayRewriteRuleSet", - "ClassName": "Microsoft.Azure.Commands.Network.GetAzureApplicationGatewayRewriteRuleSetCommand", - "SupportsShouldProcess": false, - "ConfirmImpact": 2, - "SupportsPaging": false, - "DefaultParameterSetName": "__AllParameterSets", - "OutputTypes": [ + "ValidateNotNullOrEmpty": true + }, { + "Name": "RewriteRuleSet", + "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "RewriteRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRule]", "ProvisioningState": "System.String", @@ -59772,14 +58782,13 @@ } ] }, - "ParameterSets": [ - "__AllParameterSets" - ] - } - ], - "Parameters": [ + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, { - "Name": "Name", + "Name": "RedirectConfigurationId", "AliasList": [], "Type": { "Namespace": "System", @@ -59797,63 +58806,28 @@ "ValidateNotNullOrEmpty": true }, { - "Name": "ApplicationGateway", + "Name": "RedirectConfiguration", "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", - "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { - "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", - "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", - "SslPolicy": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslPolicy", - "WebApplicationFirewallConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayWebApplicationFirewallConfiguration", - "Identity": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity", - "FirewallPolicy": "Microsoft.Azure.Commands.Network.Models.PSResourceId", - "AuthenticationCertificates": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAuthenticationCertificate]", - "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool]", - "BackendHttpSettingsCollection": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings]", - "CustomErrorConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError]", - "FrontendIPConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendIPConfiguration]", - "FrontendPorts": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort]", - "HttpListeners": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener]", - "GatewayIPConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayIPConfiguration]", - "Probes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe]", - "RedirectConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration]", - "RequestRoutingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRequestRoutingRule]", - "RewriteRuleSets": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet]", - "SslCertificates": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslCertificate]", - "TrustedRootCertificates": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedRootCertificate]", - "UrlPathMaps": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap]", - "Zones": "System.Collections.Generic.List`1[System.String]", - "Tag": "System.Collections.Hashtable", - "EnableHttp2": "System.Nullable`1[System.Boolean]", - "EnableFips": "System.Nullable`1[System.Boolean]", - "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", - "IdentityText": "System.String", - "SslPolicyText": "System.String", - "FirewallPolicyText": "System.String", - "ResourceGroupName": "System.String", - "TagsTable": "System.String", - "ResourceGuid": "System.String", + "TargetListener": "Microsoft.Azure.Commands.Network.Models.PSResourceId", + "RequestRoutingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", + "UrlPathMaps": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", + "PathRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", + "IncludePath": "System.Nullable`1[System.Boolean]", + "IncludeQueryString": "System.Nullable`1[System.Boolean]", + "RedirectType": "System.String", + "TargetUrl": "System.String", "Type": "System.String", - "Name": "System.String", + "TargetListenerText": "System.String", + "RequestRoutingRulesText": "System.String", "UrlPathMapsText": "System.String", - "Location": "System.String", - "ProbesText": "System.String", - "ProvisioningState": "System.String", - "RewriteRuleSetsText": "System.String", - "HttpListenersText": "System.String", - "BackendHttpSettingsCollectionText": "System.String", - "BackendAddressPoolsText": "System.String", - "FrontendPortsText": "System.String", - "FrontendIpConfigurationsText": "System.String", - "SslCertificatesText": "System.String", - "AuthenticationCertificatesText": "System.String", - "GatewayIpConfigurationsText": "System.String", + "PathRulesText": "System.String", + "Name": "System.String", "Etag": "System.String", - "OperationalState": "System.String", - "RequestRoutingRulesText": "System.String", "Id": "System.String" }, "ElementType": null, @@ -59896,7 +58870,7 @@ "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false + "ValidateNotNullOrEmpty": true }, { "Name": "DefaultProfile", @@ -59955,75 +58929,369 @@ "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, - "Mandatory": false, + "Mandatory": true, "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "ApplicationGateway", + "Name": "RuleType", "AliasList": [], "Type": { - "Namespace": "Microsoft.Azure.Commands.Network.Models", - "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", - "Properties": { - "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", - "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", - "SslPolicy": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslPolicy", - "WebApplicationFirewallConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayWebApplicationFirewallConfiguration", - "Identity": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity", - "FirewallPolicy": "Microsoft.Azure.Commands.Network.Models.PSResourceId", - "AuthenticationCertificates": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAuthenticationCertificate]", - "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool]", - "BackendHttpSettingsCollection": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings]", - "CustomErrorConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError]", - "FrontendIPConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendIPConfiguration]", - "FrontendPorts": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort]", - "HttpListeners": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener]", - "GatewayIPConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayIPConfiguration]", - "Probes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe]", - "RedirectConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration]", - "RequestRoutingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRequestRoutingRule]", - "RewriteRuleSets": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet]", - "SslCertificates": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslCertificate]", - "TrustedRootCertificates": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedRootCertificate]", - "UrlPathMaps": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap]", - "Zones": "System.Collections.Generic.List`1[System.String]", - "Tag": "System.Collections.Hashtable", - "EnableHttp2": "System.Nullable`1[System.Boolean]", - "EnableFips": "System.Nullable`1[System.Boolean]", - "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", - "IdentityText": "System.String", - "SslPolicyText": "System.String", - "FirewallPolicyText": "System.String", - "ResourceGroupName": "System.String", - "TagsTable": "System.String", - "ResourceGuid": "System.String", - "Type": "System.String", - "Name": "System.String", - "UrlPathMapsText": "System.String", - "Location": "System.String", - "ProbesText": "System.String", + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [ + "Basic", + "PathBasedRouting" + ], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "SetByResourceId", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "BackendHttpSettingsId", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpListenerId", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "BackendAddressPoolId", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "UrlPathMapId", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "RewriteRuleSetId", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "RedirectConfigurationId", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Name", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "RuleType", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [ + "Basic", + "PathBasedRouting" + ], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "SetByResource", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "BackendHttpSettings", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Network.Models", + "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "ConnectionDraining": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayConnectionDraining", + "Probe": "Microsoft.Azure.Commands.Network.Models.PSResourceId", + "TrustedRootCertificates": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", + "AuthenticationCertificates": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", + "Port": "System.Int32", + "RequestTimeout": "System.Int32", + "PickHostNameFromBackendAddress": "System.Nullable`1[System.Boolean]", + "Protocol": "System.String", + "HostName": "System.String", + "Etag": "System.String", + "AffinityCookieName": "System.String", + "Path": "System.String", "ProvisioningState": "System.String", - "RewriteRuleSetsText": "System.String", - "HttpListenersText": "System.String", - "BackendHttpSettingsCollectionText": "System.String", - "BackendAddressPoolsText": "System.String", - "FrontendPortsText": "System.String", - "FrontendIpConfigurationsText": "System.String", - "SslCertificatesText": "System.String", + "Type": "System.String", + "ConnectionDrainingText": "System.String", + "ProbeText": "System.String", "AuthenticationCertificatesText": "System.String", - "GatewayIpConfigurationsText": "System.String", - "Etag": "System.String", - "OperationalState": "System.String", - "RequestRoutingRulesText": "System.String", + "Name": "System.String", + "CookieBasedAffinity": "System.String", "Id": "System.String" }, "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "ShouldSerializePort", + "Parameters": [], + "ReturnType": "System.Boolean" + }, + { + "Name": "ShouldSerializeRequestTimeout", + "Parameters": [], + "ReturnType": "System.Boolean" + }, + { + "Name": "ShouldSerializeAuthenticationCertificates", + "Parameters": [], + "ReturnType": "System.Boolean" + }, { "Name": "ToString", "Parameters": [], @@ -60061,205 +59329,377 @@ "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false + "ValidateNotNullOrEmpty": true }, - "Mandatory": true, + "Mandatory": false, "Position": -2147483648, - "ValueFromPipeline": true, + "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "DefaultProfile", - "AliasList": [ - "AzContext", - "AzureRmContext", - "AzureCredential" - ], + "Name": "HttpListener", + "AliasList": [], "Type": { - "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", - "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Namespace": "Microsoft.Azure.Commands.Network.Models", + "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { - "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", - "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", - "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", - "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + "FrontendIpConfiguration": "Microsoft.Azure.Commands.Network.Models.PSResourceId", + "FrontendPort": "Microsoft.Azure.Commands.Network.Models.PSResourceId", + "SslCertificate": "Microsoft.Azure.Commands.Network.Models.PSResourceId", + "FirewallPolicy": "Microsoft.Azure.Commands.Network.Models.PSResourceId", + "RequireServerNameIndication": "System.Boolean", + "CustomErrorConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError]", + "HostNames": "System.Collections.Generic.List`1[System.String]", + "Name": "System.String", + "FirewallPolicyText": "System.String", + "SslCertificateText": "System.String", + "FrontendPortText": "System.String", + "Type": "System.String", + "Etag": "System.String", + "ProvisioningState": "System.String", + "HostName": "System.String", + "Protocol": "System.String", + "FrontendIpConfigurationText": "System.String", + "Id": "System.String" }, "ElementType": null, "GenericTypeArguments": [], "Methods": [ { - "Name": "Clear", + "Name": "ToString", "Parameters": [], - "ReturnType": "System.Void" + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" } ], - "Constructors": [] + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] }, "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false + "ValidateNotNullOrEmpty": true }, "Mandatory": false, "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false - } - ] - } - ], - "AliasList": [] - }, - { - "VerbName": "New", - "NounName": "AzApplicationGatewayRewriteRuleSet", - "Name": "New-AzApplicationGatewayRewriteRuleSet", - "ClassName": "Microsoft.Azure.Commands.Network.NewAzureApplicationGatewayRewriteRuleSetCommand", - "SupportsShouldProcess": false, - "ConfirmImpact": 2, - "SupportsPaging": false, - "DefaultParameterSetName": "__AllParameterSets", - "OutputTypes": [ - { - "Type": { - "Namespace": "Microsoft.Azure.Commands.Network.Models", - "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", - "Properties": { - "RewriteRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRule]", - "ProvisioningState": "System.String", - "Type": "System.String", - "RewriteRulesText": "System.String", - "Name": "System.String", - "Etag": "System.String", - "Id": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "ShouldSerializeRewriteRules", - "Parameters": [], - "ReturnType": "System.Boolean" + { + "ParameterMetadata": { + "Name": "BackendAddressPool", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Network.Models", + "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "BackendAddresses": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddress]", + "BackendIpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceIPConfiguration]", + "ProvisioningState": "System.String", + "Type": "System.String", + "BackendAddressesText": "System.String", + "BackendIpConfigurationsText": "System.String", + "Name": "System.String", + "Etag": "System.String", + "Id": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ShouldSerializeBackendAddresses", + "Parameters": [], + "ReturnType": "System.Boolean" + }, + { + "Name": "ShouldSerializeBackendIpConfigurations", + "Parameters": [], + "ReturnType": "System.Boolean" + }, + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "UrlPathMap", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Network.Models", + "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "DefaultBackendAddressPool": "Microsoft.Azure.Commands.Network.Models.PSResourceId", + "DefaultBackendHttpSettings": "Microsoft.Azure.Commands.Network.Models.PSResourceId", + "DefaultRewriteRuleSet": "Microsoft.Azure.Commands.Network.Models.PSResourceId", + "DefaultRedirectConfiguration": "Microsoft.Azure.Commands.Network.Models.PSResourceId", + "PathRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPathRule]", + "Type": "System.String", + "ProvisioningState": "System.String", + "DefaultBackendAddressPoolText": "System.String", + "DefaultBackendHttpSettingsText": "System.String", + "DefaultRedirectConfigurationText": "System.String", + "PathRulesText": "System.String", + "Name": "System.String", + "Etag": "System.String", + "Id": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Boolean" + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "RewriteRuleSet", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Network.Models", + "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "RewriteRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRule]", + "ProvisioningState": "System.String", + "Type": "System.String", + "RewriteRulesText": "System.String", + "Name": "System.String", + "Etag": "System.String", + "Id": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ShouldSerializeRewriteRules", + "Parameters": [], + "ReturnType": "System.Boolean" + }, + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "RedirectConfiguration", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Network.Models", + "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "TargetListener": "Microsoft.Azure.Commands.Network.Models.PSResourceId", + "RequestRoutingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", + "UrlPathMaps": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", + "PathRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", + "IncludePath": "System.Nullable`1[System.Boolean]", + "IncludeQueryString": "System.Nullable`1[System.Boolean]", + "RedirectType": "System.String", + "TargetUrl": "System.String", + "Type": "System.String", + "TargetListenerText": "System.String", + "RequestRoutingRulesText": "System.String", + "UrlPathMapsText": "System.String", + "PathRulesText": "System.String", + "Name": "System.String", + "Etag": "System.String", + "Id": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [ - { - "Name": "", - "ReturnType": null, - "Parameters": [] - } - ] - }, - "ParameterSets": [ - "__AllParameterSets" - ] - } - ], - "Parameters": [ - { - "Name": "Name", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - { - "Name": "RewriteRule", - "AliasList": [], - "Type": { - "Namespace": "System.Collections.Generic", - "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRule]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRule" - ], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - { - "Name": "DefaultProfile", - "AliasList": [ - "AzContext", - "AzureRmContext", - "AzureCredential" - ], - "Type": { - "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", - "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", - "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", - "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", - "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "Clear", - "Parameters": [], - "ReturnType": "System.Void" - } - ], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - } - ], - "ParameterSets": [ - { - "Name": "__AllParameterSets", - "Parameters": [ { "ParameterMetadata": { "Name": "Name", @@ -60286,21 +59726,22 @@ }, { "ParameterMetadata": { - "Name": "RewriteRule", + "Name": "RuleType", "AliasList": [], "Type": { - "Namespace": "System.Collections.Generic", - "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRule]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, - "GenericTypeArguments": [ - "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRule" - ], + "GenericTypeArguments": [], "Methods": [], "Constructors": [] }, - "ValidateSet": [], + "ValidateSet": [ + "Basic", + "PathBasedRouting" + ], "ValidateRangeMin": null, "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true @@ -60356,9 +59797,9 @@ }, { "VerbName": "Remove", - "NounName": "AzApplicationGatewayRewriteRuleSet", - "Name": "Remove-AzApplicationGatewayRewriteRuleSet", - "ClassName": "Microsoft.Azure.Commands.Network.RemoveAzureApplicationGatewayRewriteRuleSetCommand", + "NounName": "AzApplicationGatewayRequestRoutingRule", + "Name": "Remove-AzApplicationGatewayRequestRoutingRule", + "ClassName": "Microsoft.Azure.Commands.Network.RemoveAzureApplicationGatewayRequestRoutingRuleCommand", "SupportsShouldProcess": false, "ConfirmImpact": 2, "SupportsPaging": false, @@ -60367,59 +59808,26 @@ { "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", - "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRequestRoutingRule", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRequestRoutingRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { - "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", - "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", - "SslPolicy": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslPolicy", - "WebApplicationFirewallConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayWebApplicationFirewallConfiguration", - "Identity": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity", - "FirewallPolicy": "Microsoft.Azure.Commands.Network.Models.PSResourceId", - "AuthenticationCertificates": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAuthenticationCertificate]", - "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool]", - "BackendHttpSettingsCollection": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings]", - "CustomErrorConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError]", - "FrontendIPConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendIPConfiguration]", - "FrontendPorts": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort]", - "HttpListeners": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener]", - "GatewayIPConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayIPConfiguration]", - "Probes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe]", - "RedirectConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration]", - "RequestRoutingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRequestRoutingRule]", - "RewriteRuleSets": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet]", - "SslCertificates": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslCertificate]", - "TrustedRootCertificates": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedRootCertificate]", - "UrlPathMaps": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap]", - "Zones": "System.Collections.Generic.List`1[System.String]", - "Tag": "System.Collections.Hashtable", - "EnableHttp2": "System.Nullable`1[System.Boolean]", - "EnableFips": "System.Nullable`1[System.Boolean]", - "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", - "IdentityText": "System.String", - "SslPolicyText": "System.String", - "FirewallPolicyText": "System.String", - "ResourceGroupName": "System.String", - "TagsTable": "System.String", - "ResourceGuid": "System.String", - "Type": "System.String", + "BackendAddressPool": "Microsoft.Azure.Commands.Network.Models.PSResourceId", + "BackendHttpSettings": "Microsoft.Azure.Commands.Network.Models.PSResourceId", + "HttpListener": "Microsoft.Azure.Commands.Network.Models.PSResourceId", + "UrlPathMap": "Microsoft.Azure.Commands.Network.Models.PSResourceId", + "RewriteRuleSet": "Microsoft.Azure.Commands.Network.Models.PSResourceId", + "RedirectConfiguration": "Microsoft.Azure.Commands.Network.Models.PSResourceId", + "RuleType": "System.String", "Name": "System.String", - "UrlPathMapsText": "System.String", - "Location": "System.String", - "ProbesText": "System.String", - "ProvisioningState": "System.String", - "RewriteRuleSetsText": "System.String", - "HttpListenersText": "System.String", - "BackendHttpSettingsCollectionText": "System.String", - "BackendAddressPoolsText": "System.String", - "FrontendPortsText": "System.String", - "FrontendIpConfigurationsText": "System.String", - "SslCertificatesText": "System.String", - "AuthenticationCertificatesText": "System.String", - "GatewayIpConfigurationsText": "System.String", + "RedirectConfigurationText": "System.String", + "RewriteRuleSetText": "System.String", + "UrlPathMapText": "System.String", + "Type": "System.String", + "BackendHttpSettingsText": "System.String", + "BackendAddressPoolText": "System.String", "Etag": "System.String", - "OperationalState": "System.String", - "RequestRoutingRulesText": "System.String", + "ProvisioningState": "System.String", + "HttpListenerText": "System.String", "Id": "System.String" }, "ElementType": null, @@ -60489,7 +59897,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -60505,6 +59913,8 @@ "FrontendPorts": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort]", "HttpListeners": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener]", "GatewayIPConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayIPConfiguration]", + "PrivateEndpointConnections": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateEndpointConnection]", + "PrivateLinkConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkConfiguration]", "Probes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe]", "RedirectConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration]", "RequestRoutingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRequestRoutingRule]", @@ -60514,21 +59924,23 @@ "UrlPathMaps": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap]", "Zones": "System.Collections.Generic.List`1[System.String]", "Tag": "System.Collections.Hashtable", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", - "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", - "IdentityText": "System.String", - "SslPolicyText": "System.String", - "FirewallPolicyText": "System.String", - "ResourceGroupName": "System.String", + "Name": "System.String", "TagsTable": "System.String", - "ResourceGuid": "System.String", + "IdentityText": "System.String", "Type": "System.String", - "Name": "System.String", - "UrlPathMapsText": "System.String", + "ResourceGuid": "System.String", "Location": "System.String", - "ProbesText": "System.String", + "ResourceGroupName": "System.String", + "PrivateLinkEndpointConnectionsText": "System.String", + "PrivateLinkConfigurationsText": "System.String", + "FirewallPolicyText": "System.String", + "SslPolicyText": "System.String", + "UrlPathMapsText": "System.String", "ProvisioningState": "System.String", + "RequestRoutingRulesText": "System.String", "RewriteRuleSetsText": "System.String", "HttpListenersText": "System.String", "BackendHttpSettingsCollectionText": "System.String", @@ -60540,7 +59952,7 @@ "GatewayIpConfigurationsText": "System.String", "Etag": "System.String", "OperationalState": "System.String", - "RequestRoutingRulesText": "System.String", + "ProbesText": "System.String", "Id": "System.String" }, "ElementType": null, @@ -60654,7 +60066,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -60670,6 +60082,8 @@ "FrontendPorts": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort]", "HttpListeners": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener]", "GatewayIPConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayIPConfiguration]", + "PrivateEndpointConnections": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateEndpointConnection]", + "PrivateLinkConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkConfiguration]", "Probes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe]", "RedirectConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration]", "RequestRoutingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRequestRoutingRule]", @@ -60679,21 +60093,23 @@ "UrlPathMaps": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap]", "Zones": "System.Collections.Generic.List`1[System.String]", "Tag": "System.Collections.Hashtable", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", - "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", - "IdentityText": "System.String", - "SslPolicyText": "System.String", - "FirewallPolicyText": "System.String", - "ResourceGroupName": "System.String", + "Name": "System.String", "TagsTable": "System.String", - "ResourceGuid": "System.String", + "IdentityText": "System.String", "Type": "System.String", - "Name": "System.String", - "UrlPathMapsText": "System.String", + "ResourceGuid": "System.String", "Location": "System.String", - "ProbesText": "System.String", + "ResourceGroupName": "System.String", + "PrivateLinkEndpointConnectionsText": "System.String", + "PrivateLinkConfigurationsText": "System.String", + "FirewallPolicyText": "System.String", + "SslPolicyText": "System.String", + "UrlPathMapsText": "System.String", "ProvisioningState": "System.String", + "RequestRoutingRulesText": "System.String", "RewriteRuleSetsText": "System.String", "HttpListenersText": "System.String", "BackendHttpSettingsCollectionText": "System.String", @@ -60705,7 +60121,7 @@ "GatewayIpConfigurationsText": "System.String", "Etag": "System.String", "OperationalState": "System.String", - "RequestRoutingRulesText": "System.String", + "ProbesText": "System.String", "Id": "System.String" }, "ElementType": null, @@ -60801,9 +60217,9 @@ }, { "VerbName": "Set", - "NounName": "AzApplicationGatewayRewriteRuleSet", - "Name": "Set-AzApplicationGatewayRewriteRuleSet", - "ClassName": "Microsoft.Azure.Commands.Network.SetAzureApplicationGatewayRewriteRuleSetCommand", + "NounName": "AzApplicationGatewayRequestRoutingRule", + "Name": "Set-AzApplicationGatewayRequestRoutingRule", + "ClassName": "Microsoft.Azure.Commands.Network.SetAzureApplicationGatewayRequestRoutingRuleCommand", "SupportsShouldProcess": false, "ConfirmImpact": 2, "SupportsPaging": false, @@ -60813,7 +60229,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -60829,6 +60245,8 @@ "FrontendPorts": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort]", "HttpListeners": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener]", "GatewayIPConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayIPConfiguration]", + "PrivateEndpointConnections": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateEndpointConnection]", + "PrivateLinkConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkConfiguration]", "Probes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe]", "RedirectConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration]", "RequestRoutingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRequestRoutingRule]", @@ -60838,21 +60256,23 @@ "UrlPathMaps": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap]", "Zones": "System.Collections.Generic.List`1[System.String]", "Tag": "System.Collections.Hashtable", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", - "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", - "IdentityText": "System.String", - "SslPolicyText": "System.String", - "FirewallPolicyText": "System.String", - "ResourceGroupName": "System.String", + "Name": "System.String", "TagsTable": "System.String", - "ResourceGuid": "System.String", + "IdentityText": "System.String", "Type": "System.String", - "Name": "System.String", - "UrlPathMapsText": "System.String", + "ResourceGuid": "System.String", "Location": "System.String", - "ProbesText": "System.String", + "ResourceGroupName": "System.String", + "PrivateLinkEndpointConnectionsText": "System.String", + "PrivateLinkConfigurationsText": "System.String", + "FirewallPolicyText": "System.String", + "SslPolicyText": "System.String", + "UrlPathMapsText": "System.String", "ProvisioningState": "System.String", + "RequestRoutingRulesText": "System.String", "RewriteRuleSetsText": "System.String", "HttpListenersText": "System.String", "BackendHttpSettingsCollectionText": "System.String", @@ -60864,7 +60284,7 @@ "GatewayIpConfigurationsText": "System.String", "Etag": "System.String", "OperationalState": "System.String", - "RequestRoutingRulesText": "System.String", + "ProbesText": "System.String", "Id": "System.String" }, "ElementType": null, @@ -60916,7 +60336,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -60932,6 +60352,8 @@ "FrontendPorts": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort]", "HttpListeners": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener]", "GatewayIPConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayIPConfiguration]", + "PrivateEndpointConnections": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateEndpointConnection]", + "PrivateLinkConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkConfiguration]", "Probes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe]", "RedirectConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration]", "RequestRoutingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRequestRoutingRule]", @@ -60941,21 +60363,23 @@ "UrlPathMaps": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap]", "Zones": "System.Collections.Generic.List`1[System.String]", "Tag": "System.Collections.Hashtable", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", - "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", - "IdentityText": "System.String", - "SslPolicyText": "System.String", - "FirewallPolicyText": "System.String", - "ResourceGroupName": "System.String", + "Name": "System.String", "TagsTable": "System.String", - "ResourceGuid": "System.String", + "IdentityText": "System.String", "Type": "System.String", - "Name": "System.String", - "UrlPathMapsText": "System.String", + "ResourceGuid": "System.String", "Location": "System.String", - "ProbesText": "System.String", + "ResourceGroupName": "System.String", + "PrivateLinkEndpointConnectionsText": "System.String", + "PrivateLinkConfigurationsText": "System.String", + "FirewallPolicyText": "System.String", + "SslPolicyText": "System.String", + "UrlPathMapsText": "System.String", "ProvisioningState": "System.String", + "RequestRoutingRulesText": "System.String", "RewriteRuleSetsText": "System.String", "HttpListenersText": "System.String", "BackendHttpSettingsCollectionText": "System.String", @@ -60967,7 +60391,7 @@ "GatewayIpConfigurationsText": "System.String", "Etag": "System.String", "OperationalState": "System.String", - "RequestRoutingRulesText": "System.String", + "ProbesText": "System.String", "Id": "System.String" }, "ElementType": null, @@ -61031,288 +60455,91 @@ "ValidateNotNullOrEmpty": true }, { - "Name": "RewriteRule", + "Name": "RuleType", "AliasList": [], "Type": { - "Namespace": "System.Collections.Generic", - "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRule]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, - "GenericTypeArguments": [ - "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRule" - ], + "GenericTypeArguments": [], "Methods": [], "Constructors": [] }, - "ValidateSet": [], + "ValidateSet": [ + "Basic", + "PathBasedRouting" + ], "ValidateRangeMin": null, "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { - "Name": "DefaultProfile", - "AliasList": [ - "AzContext", - "AzureRmContext", - "AzureCredential" - ], + "Name": "BackendHttpSettingsId", + "AliasList": [], "Type": { - "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", - "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", - "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", - "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", - "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" - }, + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, "ElementType": null, "GenericTypeArguments": [], - "Methods": [ - { - "Name": "Clear", - "Parameters": [], - "ReturnType": "System.Void" - } - ], + "Methods": [], "Constructors": [] }, "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - } - ], - "ParameterSets": [ - { - "Name": "__AllParameterSets", - "Parameters": [ - { - "ParameterMetadata": { - "Name": "ApplicationGateway", - "AliasList": [], - "Type": { - "Namespace": "Microsoft.Azure.Commands.Network.Models", - "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", - "Properties": { - "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", - "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", - "SslPolicy": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslPolicy", - "WebApplicationFirewallConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayWebApplicationFirewallConfiguration", - "Identity": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity", - "FirewallPolicy": "Microsoft.Azure.Commands.Network.Models.PSResourceId", - "AuthenticationCertificates": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAuthenticationCertificate]", - "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool]", - "BackendHttpSettingsCollection": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings]", - "CustomErrorConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError]", - "FrontendIPConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendIPConfiguration]", - "FrontendPorts": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort]", - "HttpListeners": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener]", - "GatewayIPConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayIPConfiguration]", - "Probes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe]", - "RedirectConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration]", - "RequestRoutingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRequestRoutingRule]", - "RewriteRuleSets": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet]", - "SslCertificates": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslCertificate]", - "TrustedRootCertificates": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedRootCertificate]", - "UrlPathMaps": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap]", - "Zones": "System.Collections.Generic.List`1[System.String]", - "Tag": "System.Collections.Hashtable", - "EnableHttp2": "System.Nullable`1[System.Boolean]", - "EnableFips": "System.Nullable`1[System.Boolean]", - "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", - "IdentityText": "System.String", - "SslPolicyText": "System.String", - "FirewallPolicyText": "System.String", - "ResourceGroupName": "System.String", - "TagsTable": "System.String", - "ResourceGuid": "System.String", - "Type": "System.String", - "Name": "System.String", - "UrlPathMapsText": "System.String", - "Location": "System.String", - "ProbesText": "System.String", - "ProvisioningState": "System.String", - "RewriteRuleSetsText": "System.String", - "HttpListenersText": "System.String", - "BackendHttpSettingsCollectionText": "System.String", - "BackendAddressPoolsText": "System.String", - "FrontendPortsText": "System.String", - "FrontendIpConfigurationsText": "System.String", - "SslCertificatesText": "System.String", - "AuthenticationCertificatesText": "System.String", - "GatewayIpConfigurationsText": "System.String", - "Etag": "System.String", - "OperationalState": "System.String", - "RequestRoutingRulesText": "System.String", - "Id": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [ - { - "Name": "", - "ReturnType": null, - "Parameters": [] - } - ] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": true, - "Position": -2147483648, - "ValueFromPipeline": true, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "Name", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": true, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "RewriteRule", - "AliasList": [], - "Type": { - "Namespace": "System.Collections.Generic", - "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRule]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRule" - ], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": true, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "DefaultProfile", - "AliasList": [ - "AzContext", - "AzureRmContext", - "AzureCredential" - ], - "Type": { - "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", - "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", - "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", - "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", - "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "Clear", - "Parameters": [], - "ReturnType": "System.Void" - } - ], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - } - ] - } - ], - "AliasList": [] - }, - { - "VerbName": "New", - "NounName": "AzApplicationGatewayRewriteRuleUrlConfiguration", - "Name": "New-AzApplicationGatewayRewriteRuleUrlConfiguration", - "ClassName": "Microsoft.Azure.Commands.Network.NewAzureApplicationGatewayRewriteRuleUrlConfigurationCommand", - "SupportsShouldProcess": true, - "ConfirmImpact": 2, - "SupportsPaging": false, - "DefaultParameterSetName": "__AllParameterSets", - "OutputTypes": [ + "ValidateNotNullOrEmpty": true + }, { + "Name": "BackendHttpSettings", + "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", - "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { - "Reroute": "System.Boolean", - "ModifiedQueryString": "System.String", - "ModifiedPath": "System.String" + "ConnectionDraining": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayConnectionDraining", + "Probe": "Microsoft.Azure.Commands.Network.Models.PSResourceId", + "TrustedRootCertificates": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", + "AuthenticationCertificates": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", + "Port": "System.Int32", + "RequestTimeout": "System.Int32", + "PickHostNameFromBackendAddress": "System.Nullable`1[System.Boolean]", + "Protocol": "System.String", + "HostName": "System.String", + "Etag": "System.String", + "AffinityCookieName": "System.String", + "Path": "System.String", + "ProvisioningState": "System.String", + "Type": "System.String", + "ConnectionDrainingText": "System.String", + "ProbeText": "System.String", + "AuthenticationCertificatesText": "System.String", + "Name": "System.String", + "CookieBasedAffinity": "System.String", + "Id": "System.String" }, "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "ShouldSerializePort", + "Parameters": [], + "ReturnType": "System.Boolean" + }, + { + "Name": "ShouldSerializeRequestTimeout", + "Parameters": [], + "ReturnType": "System.Boolean" + }, + { + "Name": "ShouldSerializeAuthenticationCertificates", + "Parameters": [], + "ReturnType": "System.Boolean" + }, { "Name": "ToString", "Parameters": [], @@ -61347,14 +60574,13 @@ } ] }, - "ParameterSets": [ - "__AllParameterSets" - ] - } - ], - "Parameters": [ + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, { - "Name": "ModifiedPath", + "Name": "HttpListenerId", "AliasList": [], "Type": { "Namespace": "System", @@ -61369,33 +60595,84 @@ "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false + "ValidateNotNullOrEmpty": true }, { - "Name": "ModifiedQueryString", + "Name": "HttpListener", "AliasList": [], "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, + "Namespace": "Microsoft.Azure.Commands.Network.Models", + "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "FrontendIpConfiguration": "Microsoft.Azure.Commands.Network.Models.PSResourceId", + "FrontendPort": "Microsoft.Azure.Commands.Network.Models.PSResourceId", + "SslCertificate": "Microsoft.Azure.Commands.Network.Models.PSResourceId", + "FirewallPolicy": "Microsoft.Azure.Commands.Network.Models.PSResourceId", + "RequireServerNameIndication": "System.Boolean", + "CustomErrorConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError]", + "HostNames": "System.Collections.Generic.List`1[System.String]", + "Name": "System.String", + "FirewallPolicyText": "System.String", + "SslCertificateText": "System.String", + "FrontendPortText": "System.String", + "Type": "System.String", + "Etag": "System.String", + "ProvisioningState": "System.String", + "HostName": "System.String", + "Protocol": "System.String", + "FrontendIpConfigurationText": "System.String", + "Id": "System.String" + }, "ElementType": null, "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] }, "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false + "ValidateNotNullOrEmpty": true }, { - "Name": "Reroute", + "Name": "BackendAddressPoolId", "AliasList": [], "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -61405,185 +60682,118 @@ "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false + "ValidateNotNullOrEmpty": true }, { - "Name": "DefaultProfile", - "AliasList": [ - "AzContext", - "AzureRmContext", - "AzureCredential" - ], + "Name": "BackendAddressPool", + "AliasList": [], "Type": { - "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", - "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Namespace": "Microsoft.Azure.Commands.Network.Models", + "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { - "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", - "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", - "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", - "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + "BackendAddresses": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddress]", + "BackendIpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceIPConfiguration]", + "ProvisioningState": "System.String", + "Type": "System.String", + "BackendAddressesText": "System.String", + "BackendIpConfigurationsText": "System.String", + "Name": "System.String", + "Etag": "System.String", + "Id": "System.String" }, "ElementType": null, "GenericTypeArguments": [], "Methods": [ { - "Name": "Clear", + "Name": "ShouldSerializeBackendAddresses", "Parameters": [], - "ReturnType": "System.Void" + "ReturnType": "System.Boolean" + }, + { + "Name": "ShouldSerializeBackendIpConfigurations", + "Parameters": [], + "ReturnType": "System.Boolean" + }, + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" } ], - "Constructors": [] + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] }, "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - } - ], - "ParameterSets": [ + "ValidateNotNullOrEmpty": true + }, { - "Name": "__AllParameterSets", - "Parameters": [ - { - "ParameterMetadata": { - "Name": "ModifiedPath", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "ModifiedQueryString", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "Reroute", - "AliasList": [], - "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "DefaultProfile", - "AliasList": [ - "AzContext", - "AzureRmContext", - "AzureCredential" - ], - "Type": { - "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", - "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", - "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", - "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", - "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "Clear", - "Parameters": [], - "ReturnType": "System.Void" - } - ], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - } - ] - } - ], - "AliasList": [] - }, - { - "VerbName": "New", - "NounName": "AzApplicationGatewayRewriteRule", - "Name": "New-AzApplicationGatewayRewriteRule", - "ClassName": "Microsoft.Azure.Commands.Network.NewAzureApplicationGatewayRewriteRuleCommand", - "SupportsShouldProcess": false, - "ConfirmImpact": 2, - "SupportsPaging": false, - "DefaultParameterSetName": "__AllParameterSets", - "OutputTypes": [ + "Name": "UrlPathMapId", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, { + "Name": "UrlPathMap", + "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", - "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRule", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { - "ActionSet": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleActionSet", - "Conditions": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleCondition]", - "RuleSequence": "System.Nullable`1[System.Int32]", + "DefaultBackendAddressPool": "Microsoft.Azure.Commands.Network.Models.PSResourceId", + "DefaultBackendHttpSettings": "Microsoft.Azure.Commands.Network.Models.PSResourceId", + "DefaultRewriteRuleSet": "Microsoft.Azure.Commands.Network.Models.PSResourceId", + "DefaultRedirectConfiguration": "Microsoft.Azure.Commands.Network.Models.PSResourceId", + "PathRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPathRule]", + "Type": "System.String", "ProvisioningState": "System.String", + "DefaultBackendAddressPoolText": "System.String", + "DefaultBackendHttpSettingsText": "System.String", + "DefaultRedirectConfigurationText": "System.String", + "PathRulesText": "System.String", "Name": "System.String", - "ActionSetText": "System.String", - "ConditionsText": "System.String" + "Etag": "System.String", + "Id": "System.String" }, "ElementType": null, "GenericTypeArguments": [], @@ -61622,14 +60832,13 @@ } ] }, - "ParameterSets": [ - "__AllParameterSets" - ] - } - ], - "Parameters": [ + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, { - "Name": "Name", + "Name": "RewriteRuleSetId", "AliasList": [], "Type": { "Namespace": "System", @@ -61647,23 +60856,29 @@ "ValidateNotNullOrEmpty": true }, { - "Name": "ActionSet", + "Name": "RewriteRuleSet", "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", - "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleActionSet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleActionSet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { - "UrlConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlConfiguration", - "RequestHeaderConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHeaderConfiguration]", - "ResponseHeaderConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHeaderConfiguration]", - "RequestHeaderConfigurationsText": "System.String", - "ResponseHeaderConfigurationsText": "System.String", - "UrlConfigurationText": "System.String" + "RewriteRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRule]", + "ProvisioningState": "System.String", + "Type": "System.String", + "RewriteRulesText": "System.String", + "Name": "System.String", + "Etag": "System.String", + "Id": "System.String" }, "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "ShouldSerializeRewriteRules", + "Parameters": [], + "ReturnType": "System.Boolean" + }, { "Name": "ToString", "Parameters": [], @@ -61704,12 +60919,12 @@ "ValidateNotNullOrEmpty": true }, { - "Name": "RuleSequence", + "Name": "RedirectConfigurationId", "AliasList": [], "Type": { "Namespace": "System", - "Name": "System.Int32", - "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -61719,25 +60934,74 @@ "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false + "ValidateNotNullOrEmpty": true }, { - "Name": "Condition", + "Name": "RedirectConfiguration", "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", - "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleCondition[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleCondition[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", - "Properties": {}, - "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleCondition", + "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "TargetListener": "Microsoft.Azure.Commands.Network.Models.PSResourceId", + "RequestRoutingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", + "UrlPathMaps": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", + "PathRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", + "IncludePath": "System.Nullable`1[System.Boolean]", + "IncludeQueryString": "System.Nullable`1[System.Boolean]", + "RedirectType": "System.String", + "TargetUrl": "System.String", + "Type": "System.String", + "TargetListenerText": "System.String", + "RequestRoutingRulesText": "System.String", + "UrlPathMapsText": "System.String", + "PathRulesText": "System.String", + "Name": "System.String", + "Etag": "System.String", + "Id": "System.String" + }, + "ElementType": null, "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] }, "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false + "ValidateNotNullOrEmpty": true }, { "Name": "DefaultProfile", @@ -61779,43 +61043,68 @@ "Parameters": [ { "ParameterMetadata": { - "Name": "Name", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": true, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "ActionSet", + "Name": "ApplicationGateway", "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", - "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleActionSet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleActionSet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { - "UrlConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlConfiguration", - "RequestHeaderConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHeaderConfiguration]", - "ResponseHeaderConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHeaderConfiguration]", - "RequestHeaderConfigurationsText": "System.String", - "ResponseHeaderConfigurationsText": "System.String", - "UrlConfigurationText": "System.String" + "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", + "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", + "SslPolicy": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslPolicy", + "WebApplicationFirewallConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayWebApplicationFirewallConfiguration", + "Identity": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity", + "FirewallPolicy": "Microsoft.Azure.Commands.Network.Models.PSResourceId", + "AuthenticationCertificates": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAuthenticationCertificate]", + "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool]", + "BackendHttpSettingsCollection": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings]", + "CustomErrorConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError]", + "FrontendIPConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendIPConfiguration]", + "FrontendPorts": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort]", + "HttpListeners": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener]", + "GatewayIPConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayIPConfiguration]", + "PrivateEndpointConnections": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateEndpointConnection]", + "PrivateLinkConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkConfiguration]", + "Probes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe]", + "RedirectConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration]", + "RequestRoutingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRequestRoutingRule]", + "RewriteRuleSets": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet]", + "SslCertificates": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslCertificate]", + "TrustedRootCertificates": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedRootCertificate]", + "UrlPathMaps": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap]", + "Zones": "System.Collections.Generic.List`1[System.String]", + "Tag": "System.Collections.Hashtable", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", + "EnableHttp2": "System.Nullable`1[System.Boolean]", + "EnableFips": "System.Nullable`1[System.Boolean]", + "Name": "System.String", + "TagsTable": "System.String", + "IdentityText": "System.String", + "Type": "System.String", + "ResourceGuid": "System.String", + "Location": "System.String", + "ResourceGroupName": "System.String", + "PrivateLinkEndpointConnectionsText": "System.String", + "PrivateLinkConfigurationsText": "System.String", + "FirewallPolicyText": "System.String", + "SslPolicyText": "System.String", + "UrlPathMapsText": "System.String", + "ProvisioningState": "System.String", + "RequestRoutingRulesText": "System.String", + "RewriteRuleSetsText": "System.String", + "HttpListenersText": "System.String", + "BackendHttpSettingsCollectionText": "System.String", + "BackendAddressPoolsText": "System.String", + "FrontendPortsText": "System.String", + "FrontendIpConfigurationsText": "System.String", + "SslCertificatesText": "System.String", + "AuthenticationCertificatesText": "System.String", + "GatewayIpConfigurationsText": "System.String", + "Etag": "System.String", + "OperationalState": "System.String", + "ProbesText": "System.String", + "Id": "System.String" }, "ElementType": null, "GenericTypeArguments": [], @@ -61857,21 +61146,21 @@ "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true + "ValidateNotNullOrEmpty": false }, "Mandatory": true, "Position": -2147483648, - "ValueFromPipeline": false, + "ValueFromPipeline": true, "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "RuleSequence", + "Name": "Name", "AliasList": [], "Type": { "Namespace": "System", - "Name": "System.Int32", - "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -61881,33 +61170,36 @@ "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false + "ValidateNotNullOrEmpty": true }, - "Mandatory": false, + "Mandatory": true, "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "Condition", + "Name": "RuleType", "AliasList": [], "Type": { - "Namespace": "Microsoft.Azure.Commands.Network.Models", - "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleCondition[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleCondition[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, - "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleCondition", + "ElementType": null, "GenericTypeArguments": [], "Methods": [], "Constructors": [] }, - "ValidateSet": [], + "ValidateSet": [ + "Basic", + "PathBasedRouting" + ], "ValidateRangeMin": null, "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false + "ValidateNotNullOrEmpty": true }, - "Mandatory": false, + "Mandatory": true, "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false @@ -61952,279 +61244,154 @@ "ValueFromPipelineByPropertyName": false } ] - } - ], - "AliasList": [] - }, - { - "VerbName": "Set", - "NounName": "AzApplicationGateway", - "Name": "Set-AzApplicationGateway", - "ClassName": "Microsoft.Azure.Commands.Network.SetAzureApplicationGatewayCommand", - "SupportsShouldProcess": false, - "ConfirmImpact": 2, - "SupportsPaging": false, - "DefaultParameterSetName": "__AllParameterSets", - "OutputTypes": [ + }, { - "Type": { - "Namespace": "Microsoft.Azure.Commands.Network.Models", - "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", - "Properties": { - "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", - "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", - "SslPolicy": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslPolicy", - "WebApplicationFirewallConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayWebApplicationFirewallConfiguration", - "Identity": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity", - "FirewallPolicy": "Microsoft.Azure.Commands.Network.Models.PSResourceId", - "AuthenticationCertificates": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAuthenticationCertificate]", - "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool]", - "BackendHttpSettingsCollection": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings]", - "CustomErrorConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError]", - "FrontendIPConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendIPConfiguration]", - "FrontendPorts": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort]", - "HttpListeners": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener]", - "GatewayIPConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayIPConfiguration]", - "Probes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe]", - "RedirectConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration]", - "RequestRoutingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRequestRoutingRule]", - "RewriteRuleSets": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet]", - "SslCertificates": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslCertificate]", - "TrustedRootCertificates": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedRootCertificate]", - "UrlPathMaps": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap]", - "Zones": "System.Collections.Generic.List`1[System.String]", - "Tag": "System.Collections.Hashtable", - "EnableHttp2": "System.Nullable`1[System.Boolean]", - "EnableFips": "System.Nullable`1[System.Boolean]", - "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", - "IdentityText": "System.String", - "SslPolicyText": "System.String", - "FirewallPolicyText": "System.String", - "ResourceGroupName": "System.String", - "TagsTable": "System.String", - "ResourceGuid": "System.String", - "Type": "System.String", - "Name": "System.String", - "UrlPathMapsText": "System.String", - "Location": "System.String", - "ProbesText": "System.String", - "ProvisioningState": "System.String", - "RewriteRuleSetsText": "System.String", - "HttpListenersText": "System.String", - "BackendHttpSettingsCollectionText": "System.String", - "BackendAddressPoolsText": "System.String", - "FrontendPortsText": "System.String", - "FrontendIpConfigurationsText": "System.String", - "SslCertificatesText": "System.String", - "AuthenticationCertificatesText": "System.String", - "GatewayIpConfigurationsText": "System.String", - "Etag": "System.String", - "OperationalState": "System.String", - "RequestRoutingRulesText": "System.String", - "Id": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" + "Name": "SetByResourceId", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "BackendHttpSettingsId", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Boolean" + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpListenerId", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "BackendAddressPoolId", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [ - { - "Name": "", - "ReturnType": null, - "Parameters": [] - } - ] - }, - "ParameterSets": [ - "__AllParameterSets" - ] - } - ], - "Parameters": [ - { - "Name": "ApplicationGateway", - "AliasList": [], - "Type": { - "Namespace": "Microsoft.Azure.Commands.Network.Models", - "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", - "Properties": { - "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", - "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", - "SslPolicy": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslPolicy", - "WebApplicationFirewallConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayWebApplicationFirewallConfiguration", - "Identity": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity", - "FirewallPolicy": "Microsoft.Azure.Commands.Network.Models.PSResourceId", - "AuthenticationCertificates": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAuthenticationCertificate]", - "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool]", - "BackendHttpSettingsCollection": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings]", - "CustomErrorConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError]", - "FrontendIPConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendIPConfiguration]", - "FrontendPorts": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort]", - "HttpListeners": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener]", - "GatewayIPConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayIPConfiguration]", - "Probes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe]", - "RedirectConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration]", - "RequestRoutingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRequestRoutingRule]", - "RewriteRuleSets": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet]", - "SslCertificates": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslCertificate]", - "TrustedRootCertificates": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedRootCertificate]", - "UrlPathMaps": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap]", - "Zones": "System.Collections.Generic.List`1[System.String]", - "Tag": "System.Collections.Hashtable", - "EnableHttp2": "System.Nullable`1[System.Boolean]", - "EnableFips": "System.Nullable`1[System.Boolean]", - "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", - "IdentityText": "System.String", - "SslPolicyText": "System.String", - "FirewallPolicyText": "System.String", - "ResourceGroupName": "System.String", - "TagsTable": "System.String", - "ResourceGuid": "System.String", - "Type": "System.String", - "Name": "System.String", - "UrlPathMapsText": "System.String", - "Location": "System.String", - "ProbesText": "System.String", - "ProvisioningState": "System.String", - "RewriteRuleSetsText": "System.String", - "HttpListenersText": "System.String", - "BackendHttpSettingsCollectionText": "System.String", - "BackendAddressPoolsText": "System.String", - "FrontendPortsText": "System.String", - "FrontendIpConfigurationsText": "System.String", - "SslCertificatesText": "System.String", - "AuthenticationCertificatesText": "System.String", - "GatewayIpConfigurationsText": "System.String", - "Etag": "System.String", - "OperationalState": "System.String", - "RequestRoutingRulesText": "System.String", - "Id": "System.String" + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" + { + "ParameterMetadata": { + "Name": "UrlPathMapId", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Boolean" + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "RewriteRuleSetId", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "RedirectConfigurationId", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [ - { - "Name": "", - "ReturnType": null, - "Parameters": [] - } - ] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "AsJob", - "AliasList": [], - "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "DefaultProfile", - "AliasList": [ - "AzContext", - "AzureRmContext", - "AzureCredential" - ], - "Type": { - "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", - "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", - "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", - "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", - "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "Clear", - "Parameters": [], - "ReturnType": "System.Void" - } - ], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - } - ], - "ParameterSets": [ - { - "Name": "__AllParameterSets", - "Parameters": [ { "ParameterMetadata": { "Name": "ApplicationGateway", @@ -62232,7 +61399,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -62248,6 +61415,8 @@ "FrontendPorts": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort]", "HttpListeners": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener]", "GatewayIPConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayIPConfiguration]", + "PrivateEndpointConnections": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateEndpointConnection]", + "PrivateLinkConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkConfiguration]", "Probes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe]", "RedirectConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration]", "RequestRoutingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRequestRoutingRule]", @@ -62257,21 +61426,23 @@ "UrlPathMaps": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap]", "Zones": "System.Collections.Generic.List`1[System.String]", "Tag": "System.Collections.Hashtable", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", - "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", - "IdentityText": "System.String", - "SslPolicyText": "System.String", - "FirewallPolicyText": "System.String", - "ResourceGroupName": "System.String", + "Name": "System.String", "TagsTable": "System.String", - "ResourceGuid": "System.String", + "IdentityText": "System.String", "Type": "System.String", - "Name": "System.String", - "UrlPathMapsText": "System.String", + "ResourceGuid": "System.String", "Location": "System.String", - "ProbesText": "System.String", + "ResourceGroupName": "System.String", + "PrivateLinkEndpointConnectionsText": "System.String", + "PrivateLinkConfigurationsText": "System.String", + "FirewallPolicyText": "System.String", + "SslPolicyText": "System.String", + "UrlPathMapsText": "System.String", "ProvisioningState": "System.String", + "RequestRoutingRulesText": "System.String", "RewriteRuleSetsText": "System.String", "HttpListenersText": "System.String", "BackendHttpSettingsCollectionText": "System.String", @@ -62283,7 +61454,7 @@ "GatewayIpConfigurationsText": "System.String", "Etag": "System.String", "OperationalState": "System.String", - "RequestRoutingRulesText": "System.String", + "ProbesText": "System.String", "Id": "System.String" }, "ElementType": null, @@ -62335,12 +61506,12 @@ }, { "ParameterMetadata": { - "Name": "AsJob", + "Name": "Name", "AliasList": [], "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -62350,9 +61521,36 @@ "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false + "ValidateNotNullOrEmpty": true }, - "Mandatory": false, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "RuleType", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [ + "Basic", + "PathBasedRouting" + ], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false @@ -62397,213 +61595,466 @@ "ValueFromPipelineByPropertyName": false } ] - } - ], - "AliasList": [] - }, - { - "VerbName": "Get", - "NounName": "AzApplicationGatewaySku", - "Name": "Get-AzApplicationGatewaySku", - "ClassName": "Microsoft.Azure.Commands.Network.GetAzureApplicationGatewaySkuCommand", - "SupportsShouldProcess": false, - "ConfirmImpact": 2, - "SupportsPaging": false, - "DefaultParameterSetName": "__AllParameterSets", - "OutputTypes": [ + }, { - "Type": { - "Namespace": "Microsoft.Azure.Commands.Network.Models", - "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", - "Properties": { - "Capacity": "System.Nullable`1[System.Int32]", - "Tier": "System.String", - "Name": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" + "Name": "SetByResource", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "BackendHttpSettings", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Network.Models", + "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "ConnectionDraining": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayConnectionDraining", + "Probe": "Microsoft.Azure.Commands.Network.Models.PSResourceId", + "TrustedRootCertificates": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", + "AuthenticationCertificates": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", + "Port": "System.Int32", + "RequestTimeout": "System.Int32", + "PickHostNameFromBackendAddress": "System.Nullable`1[System.Boolean]", + "Protocol": "System.String", + "HostName": "System.String", + "Etag": "System.String", + "AffinityCookieName": "System.String", + "Path": "System.String", + "ProvisioningState": "System.String", + "Type": "System.String", + "ConnectionDrainingText": "System.String", + "ProbeText": "System.String", + "AuthenticationCertificatesText": "System.String", + "Name": "System.String", + "CookieBasedAffinity": "System.String", + "Id": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ShouldSerializePort", + "Parameters": [], + "ReturnType": "System.Boolean" + }, + { + "Name": "ShouldSerializeRequestTimeout", + "Parameters": [], + "ReturnType": "System.Boolean" + }, + { + "Name": "ShouldSerializeAuthenticationCertificates", + "Parameters": [], + "ReturnType": "System.Boolean" + }, + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Boolean" + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpListener", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Network.Models", + "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "FrontendIpConfiguration": "Microsoft.Azure.Commands.Network.Models.PSResourceId", + "FrontendPort": "Microsoft.Azure.Commands.Network.Models.PSResourceId", + "SslCertificate": "Microsoft.Azure.Commands.Network.Models.PSResourceId", + "FirewallPolicy": "Microsoft.Azure.Commands.Network.Models.PSResourceId", + "RequireServerNameIndication": "System.Boolean", + "CustomErrorConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError]", + "HostNames": "System.Collections.Generic.List`1[System.String]", + "Name": "System.String", + "FirewallPolicyText": "System.String", + "SslCertificateText": "System.String", + "FrontendPortText": "System.String", + "Type": "System.String", + "Etag": "System.String", + "ProvisioningState": "System.String", + "HostName": "System.String", + "Protocol": "System.String", + "FrontendIpConfigurationText": "System.String", + "Id": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "BackendAddressPool", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Network.Models", + "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "BackendAddresses": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddress]", + "BackendIpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceIPConfiguration]", + "ProvisioningState": "System.String", + "Type": "System.String", + "BackendAddressesText": "System.String", + "BackendIpConfigurationsText": "System.String", + "Name": "System.String", + "Etag": "System.String", + "Id": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ShouldSerializeBackendAddresses", + "Parameters": [], + "ReturnType": "System.Boolean" + }, + { + "Name": "ShouldSerializeBackendIpConfigurations", + "Parameters": [], + "ReturnType": "System.Boolean" + }, + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [ - { - "Name": "", - "ReturnType": null, - "Parameters": [] - } - ] - }, - "ParameterSets": [ - "__AllParameterSets" - ] - } - ], - "Parameters": [ - { - "Name": "ApplicationGateway", - "AliasList": [], - "Type": { - "Namespace": "Microsoft.Azure.Commands.Network.Models", - "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", - "Properties": { - "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", - "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", - "SslPolicy": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslPolicy", - "WebApplicationFirewallConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayWebApplicationFirewallConfiguration", - "Identity": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity", - "FirewallPolicy": "Microsoft.Azure.Commands.Network.Models.PSResourceId", - "AuthenticationCertificates": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAuthenticationCertificate]", - "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool]", - "BackendHttpSettingsCollection": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings]", - "CustomErrorConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError]", - "FrontendIPConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendIPConfiguration]", - "FrontendPorts": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort]", - "HttpListeners": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener]", - "GatewayIPConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayIPConfiguration]", - "Probes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe]", - "RedirectConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration]", - "RequestRoutingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRequestRoutingRule]", - "RewriteRuleSets": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet]", - "SslCertificates": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslCertificate]", - "TrustedRootCertificates": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedRootCertificate]", - "UrlPathMaps": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap]", - "Zones": "System.Collections.Generic.List`1[System.String]", - "Tag": "System.Collections.Hashtable", - "EnableHttp2": "System.Nullable`1[System.Boolean]", - "EnableFips": "System.Nullable`1[System.Boolean]", - "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", - "IdentityText": "System.String", - "SslPolicyText": "System.String", - "FirewallPolicyText": "System.String", - "ResourceGroupName": "System.String", - "TagsTable": "System.String", - "ResourceGuid": "System.String", - "Type": "System.String", - "Name": "System.String", - "UrlPathMapsText": "System.String", - "Location": "System.String", - "ProbesText": "System.String", - "ProvisioningState": "System.String", - "RewriteRuleSetsText": "System.String", - "HttpListenersText": "System.String", - "BackendHttpSettingsCollectionText": "System.String", - "BackendAddressPoolsText": "System.String", - "FrontendPortsText": "System.String", - "FrontendIpConfigurationsText": "System.String", - "SslCertificatesText": "System.String", - "AuthenticationCertificatesText": "System.String", - "GatewayIpConfigurationsText": "System.String", - "Etag": "System.String", - "OperationalState": "System.String", - "RequestRoutingRulesText": "System.String", - "Id": "System.String" + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" + { + "ParameterMetadata": { + "Name": "UrlPathMap", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Network.Models", + "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "DefaultBackendAddressPool": "Microsoft.Azure.Commands.Network.Models.PSResourceId", + "DefaultBackendHttpSettings": "Microsoft.Azure.Commands.Network.Models.PSResourceId", + "DefaultRewriteRuleSet": "Microsoft.Azure.Commands.Network.Models.PSResourceId", + "DefaultRedirectConfiguration": "Microsoft.Azure.Commands.Network.Models.PSResourceId", + "PathRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPathRule]", + "Type": "System.String", + "ProvisioningState": "System.String", + "DefaultBackendAddressPoolText": "System.String", + "DefaultBackendHttpSettingsText": "System.String", + "DefaultRedirectConfigurationText": "System.String", + "PathRulesText": "System.String", + "Name": "System.String", + "Etag": "System.String", + "Id": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Boolean" + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "RewriteRuleSet", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Network.Models", + "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "RewriteRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRule]", + "ProvisioningState": "System.String", + "Type": "System.String", + "RewriteRulesText": "System.String", + "Name": "System.String", + "Etag": "System.String", + "Id": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ShouldSerializeRewriteRules", + "Parameters": [], + "ReturnType": "System.Boolean" + }, + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "RedirectConfiguration", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Network.Models", + "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "TargetListener": "Microsoft.Azure.Commands.Network.Models.PSResourceId", + "RequestRoutingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", + "UrlPathMaps": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", + "PathRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", + "IncludePath": "System.Nullable`1[System.Boolean]", + "IncludeQueryString": "System.Nullable`1[System.Boolean]", + "RedirectType": "System.String", + "TargetUrl": "System.String", + "Type": "System.String", + "TargetListenerText": "System.String", + "RequestRoutingRulesText": "System.String", + "UrlPathMapsText": "System.String", + "PathRulesText": "System.String", + "Name": "System.String", + "Etag": "System.String", + "Id": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [ - { - "Name": "", - "ReturnType": null, - "Parameters": [] - } - ] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "DefaultProfile", - "AliasList": [ - "AzContext", - "AzureRmContext", - "AzureCredential" - ], - "Type": { - "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", - "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", - "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", - "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", - "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "Clear", - "Parameters": [], - "ReturnType": "System.Void" - } - ], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - } - ], - "ParameterSets": [ - { - "Name": "__AllParameterSets", - "Parameters": [ { "ParameterMetadata": { "Name": "ApplicationGateway", @@ -62611,7 +62062,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -62627,6 +62078,8 @@ "FrontendPorts": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort]", "HttpListeners": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener]", "GatewayIPConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayIPConfiguration]", + "PrivateEndpointConnections": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateEndpointConnection]", + "PrivateLinkConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkConfiguration]", "Probes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe]", "RedirectConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration]", "RequestRoutingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRequestRoutingRule]", @@ -62636,21 +62089,23 @@ "UrlPathMaps": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap]", "Zones": "System.Collections.Generic.List`1[System.String]", "Tag": "System.Collections.Hashtable", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", - "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", - "IdentityText": "System.String", - "SslPolicyText": "System.String", - "FirewallPolicyText": "System.String", - "ResourceGroupName": "System.String", + "Name": "System.String", "TagsTable": "System.String", - "ResourceGuid": "System.String", + "IdentityText": "System.String", "Type": "System.String", - "Name": "System.String", - "UrlPathMapsText": "System.String", + "ResourceGuid": "System.String", "Location": "System.String", - "ProbesText": "System.String", + "ResourceGroupName": "System.String", + "PrivateLinkEndpointConnectionsText": "System.String", + "PrivateLinkConfigurationsText": "System.String", + "FirewallPolicyText": "System.String", + "SslPolicyText": "System.String", + "UrlPathMapsText": "System.String", "ProvisioningState": "System.String", + "RequestRoutingRulesText": "System.String", "RewriteRuleSetsText": "System.String", "HttpListenersText": "System.String", "BackendHttpSettingsCollectionText": "System.String", @@ -62662,7 +62117,7 @@ "GatewayIpConfigurationsText": "System.String", "Etag": "System.String", "OperationalState": "System.String", - "RequestRoutingRulesText": "System.String", + "ProbesText": "System.String", "Id": "System.String" }, "ElementType": null, @@ -62714,53 +62169,104 @@ }, { "ParameterMetadata": { - "Name": "DefaultProfile", - "AliasList": [ - "AzContext", - "AzureRmContext", - "AzureCredential" - ], + "Name": "Name", + "AliasList": [], "Type": { - "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", - "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", - "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", - "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", - "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" - }, + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, "ElementType": null, "GenericTypeArguments": [], - "Methods": [ - { - "Name": "Clear", - "Parameters": [], - "ReturnType": "System.Void" - } - ], + "Methods": [], "Constructors": [] }, "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false + "ValidateNotNullOrEmpty": true }, - "Mandatory": false, + "Mandatory": true, "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false - } - ] + }, + { + "ParameterMetadata": { + "Name": "RuleType", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [ + "Basic", + "PathBasedRouting" + ], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] } ], "AliasList": [] }, { "VerbName": "New", - "NounName": "AzApplicationGatewaySku", - "Name": "New-AzApplicationGatewaySku", - "ClassName": "Microsoft.Azure.Commands.Network.NewAzureApplicationGatewaySkuCommand", + "NounName": "AzApplicationGatewayRewriteRuleActionSet", + "Name": "New-AzApplicationGatewayRewriteRuleActionSet", + "ClassName": "Microsoft.Azure.Commands.Network.NewAzureApplicationGatewayRewriteRuleActionSetCommand", "SupportsShouldProcess": false, "ConfirmImpact": 2, "SupportsPaging": false, @@ -62769,12 +62275,15 @@ { "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", - "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleActionSet", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleActionSet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { - "Capacity": "System.Nullable`1[System.Int32]", - "Tier": "System.String", - "Name": "System.String" + "UrlConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlConfiguration", + "RequestHeaderConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHeaderConfiguration]", + "ResponseHeaderConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHeaderConfiguration]", + "RequestHeaderConfigurationsText": "System.String", + "ResponseHeaderConfigurationsText": "System.String", + "UrlConfigurationText": "System.String" }, "ElementType": null, "GenericTypeArguments": [], @@ -62820,68 +62329,93 @@ ], "Parameters": [ { - "Name": "Name", + "Name": "RequestHeaderConfiguration", "AliasList": [], "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Namespace": "System.Collections.Generic", + "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHeaderConfiguration]", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHeaderConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, - "GenericTypeArguments": [], + "GenericTypeArguments": [ + "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHeaderConfiguration" + ], "Methods": [], "Constructors": [] }, - "ValidateSet": [ - "Standard_Small", - "Standard_Medium", - "Standard_Large", - "WAF_Medium", - "WAF_Large", - "Standard_v2", - "WAF_v2" - ], + "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { - "Name": "Tier", + "Name": "ResponseHeaderConfiguration", "AliasList": [], "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Namespace": "System.Collections.Generic", + "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHeaderConfiguration]", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHeaderConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, - "GenericTypeArguments": [], + "GenericTypeArguments": [ + "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHeaderConfiguration" + ], "Methods": [], "Constructors": [] }, - "ValidateSet": [ - "Standard", - "WAF", - "Standard_v2", - "WAF_v2" - ], + "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { - "Name": "Capacity", + "Name": "UrlConfiguration", "AliasList": [], "Type": { - "Namespace": "System", - "Name": "System.Nullable`1[System.Int32]", - "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, + "Namespace": "Microsoft.Azure.Commands.Network.Models", + "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlConfiguration", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "Reroute": "System.Boolean", + "ModifiedQueryString": "System.String", + "ModifiedPath": "System.String" + }, "ElementType": null, - "GenericTypeArguments": [ - "System.Int32" + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } ], - "Methods": [], - "Constructors": [] + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] }, "ValidateSet": [], "ValidateRangeMin": null, @@ -62928,80 +62462,105 @@ "Parameters": [ { "ParameterMetadata": { - "Name": "Name", + "Name": "RequestHeaderConfiguration", "AliasList": [], "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Namespace": "System.Collections.Generic", + "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHeaderConfiguration]", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHeaderConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, - "GenericTypeArguments": [], + "GenericTypeArguments": [ + "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHeaderConfiguration" + ], "Methods": [], "Constructors": [] }, - "ValidateSet": [ - "Standard_Small", - "Standard_Medium", - "Standard_Large", - "WAF_Medium", - "WAF_Large", - "Standard_v2", - "WAF_v2" - ], + "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, - "Mandatory": true, + "Mandatory": false, "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "Tier", + "Name": "ResponseHeaderConfiguration", "AliasList": [], "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Namespace": "System.Collections.Generic", + "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHeaderConfiguration]", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHeaderConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, - "GenericTypeArguments": [], + "GenericTypeArguments": [ + "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHeaderConfiguration" + ], "Methods": [], "Constructors": [] }, - "ValidateSet": [ - "Standard", - "WAF", - "Standard_v2", - "WAF_v2" - ], + "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, - "Mandatory": true, + "Mandatory": false, "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "Capacity", + "Name": "UrlConfiguration", "AliasList": [], "Type": { - "Namespace": "System", - "Name": "System.Nullable`1[System.Int32]", - "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, + "Namespace": "Microsoft.Azure.Commands.Network.Models", + "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlConfiguration", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "Reroute": "System.Boolean", + "ModifiedQueryString": "System.String", + "ModifiedPath": "System.String" + }, "ElementType": null, - "GenericTypeArguments": [ - "System.Int32" + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } ], - "Methods": [], - "Constructors": [] + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] }, "ValidateSet": [], "ValidateRangeMin": null, @@ -63058,10 +62617,10 @@ "AliasList": [] }, { - "VerbName": "Set", - "NounName": "AzApplicationGatewaySku", - "Name": "Set-AzApplicationGatewaySku", - "ClassName": "Microsoft.Azure.Commands.Network.SetAzureApplicationGatewaySkuCommand", + "VerbName": "New", + "NounName": "AzApplicationGatewayRewriteRuleCondition", + "Name": "New-AzApplicationGatewayRewriteRuleCondition", + "ClassName": "Microsoft.Azure.Commands.Network.NewAzureApplicationGatewayRewriteRuleConditionCommand", "SupportsShouldProcess": false, "ConfirmImpact": 2, "SupportsPaging": false, @@ -63070,60 +62629,13 @@ { "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", - "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleCondition", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleCondition, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { - "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", - "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", - "SslPolicy": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslPolicy", - "WebApplicationFirewallConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayWebApplicationFirewallConfiguration", - "Identity": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity", - "FirewallPolicy": "Microsoft.Azure.Commands.Network.Models.PSResourceId", - "AuthenticationCertificates": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAuthenticationCertificate]", - "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool]", - "BackendHttpSettingsCollection": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings]", - "CustomErrorConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError]", - "FrontendIPConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendIPConfiguration]", - "FrontendPorts": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort]", - "HttpListeners": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener]", - "GatewayIPConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayIPConfiguration]", - "Probes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe]", - "RedirectConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration]", - "RequestRoutingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRequestRoutingRule]", - "RewriteRuleSets": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet]", - "SslCertificates": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslCertificate]", - "TrustedRootCertificates": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedRootCertificate]", - "UrlPathMaps": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap]", - "Zones": "System.Collections.Generic.List`1[System.String]", - "Tag": "System.Collections.Hashtable", - "EnableHttp2": "System.Nullable`1[System.Boolean]", - "EnableFips": "System.Nullable`1[System.Boolean]", - "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", - "IdentityText": "System.String", - "SslPolicyText": "System.String", - "FirewallPolicyText": "System.String", - "ResourceGroupName": "System.String", - "TagsTable": "System.String", - "ResourceGuid": "System.String", - "Type": "System.String", - "Name": "System.String", - "UrlPathMapsText": "System.String", - "Location": "System.String", - "ProbesText": "System.String", - "ProvisioningState": "System.String", - "RewriteRuleSetsText": "System.String", - "HttpListenersText": "System.String", - "BackendHttpSettingsCollectionText": "System.String", - "BackendAddressPoolsText": "System.String", - "FrontendPortsText": "System.String", - "FrontendIpConfigurationsText": "System.String", - "SslCertificatesText": "System.String", - "AuthenticationCertificatesText": "System.String", - "GatewayIpConfigurationsText": "System.String", - "Etag": "System.String", - "OperationalState": "System.String", - "RequestRoutingRulesText": "System.String", - "Id": "System.String" + "IgnoreCase": "System.Nullable`1[System.Boolean]", + "Negate": "System.Nullable`1[System.Boolean]", + "Variable": "System.String", + "Pattern": "System.String" }, "ElementType": null, "GenericTypeArguments": [], @@ -63169,109 +62681,25 @@ ], "Parameters": [ { - "Name": "ApplicationGateway", + "Name": "Variable", "AliasList": [], "Type": { - "Namespace": "Microsoft.Azure.Commands.Network.Models", - "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", - "Properties": { - "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", - "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", - "SslPolicy": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslPolicy", - "WebApplicationFirewallConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayWebApplicationFirewallConfiguration", - "Identity": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity", - "FirewallPolicy": "Microsoft.Azure.Commands.Network.Models.PSResourceId", - "AuthenticationCertificates": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAuthenticationCertificate]", - "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool]", - "BackendHttpSettingsCollection": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings]", - "CustomErrorConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError]", - "FrontendIPConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendIPConfiguration]", - "FrontendPorts": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort]", - "HttpListeners": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener]", - "GatewayIPConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayIPConfiguration]", - "Probes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe]", - "RedirectConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration]", - "RequestRoutingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRequestRoutingRule]", - "RewriteRuleSets": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet]", - "SslCertificates": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslCertificate]", - "TrustedRootCertificates": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedRootCertificate]", - "UrlPathMaps": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap]", - "Zones": "System.Collections.Generic.List`1[System.String]", - "Tag": "System.Collections.Hashtable", - "EnableHttp2": "System.Nullable`1[System.Boolean]", - "EnableFips": "System.Nullable`1[System.Boolean]", - "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", - "IdentityText": "System.String", - "SslPolicyText": "System.String", - "FirewallPolicyText": "System.String", - "ResourceGroupName": "System.String", - "TagsTable": "System.String", - "ResourceGuid": "System.String", - "Type": "System.String", - "Name": "System.String", - "UrlPathMapsText": "System.String", - "Location": "System.String", - "ProbesText": "System.String", - "ProvisioningState": "System.String", - "RewriteRuleSetsText": "System.String", - "HttpListenersText": "System.String", - "BackendHttpSettingsCollectionText": "System.String", - "BackendAddressPoolsText": "System.String", - "FrontendPortsText": "System.String", - "FrontendIpConfigurationsText": "System.String", - "SslCertificatesText": "System.String", - "AuthenticationCertificatesText": "System.String", - "GatewayIpConfigurationsText": "System.String", - "Etag": "System.String", - "OperationalState": "System.String", - "RequestRoutingRulesText": "System.String", - "Id": "System.String" - }, + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, "ElementType": null, "GenericTypeArguments": [], - "Methods": [ - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [ - { - "Name": "", - "ReturnType": null, - "Parameters": [] - } - ] + "Methods": [], + "Constructors": [] }, "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false + "ValidateNotNullOrEmpty": true }, { - "Name": "Name", + "Name": "Pattern", "AliasList": [], "Type": { "Namespace": "System", @@ -63283,61 +62711,46 @@ "Methods": [], "Constructors": [] }, - "ValidateSet": [ - "Standard_Small", - "Standard_Medium", - "Standard_Large", - "WAF_Medium", - "WAF_Large", - "Standard_v2", - "WAF_v2" - ], + "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true + "ValidateNotNullOrEmpty": false }, { - "Name": "Tier", + "Name": "IgnoreCase", "AliasList": [], "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], "Methods": [], "Constructors": [] }, - "ValidateSet": [ - "Standard", - "WAF", - "Standard_v2", - "WAF_v2" - ], + "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true + "ValidateNotNullOrEmpty": false }, { - "Name": "Capacity", + "Name": "Negate", "AliasList": [], "Type": { - "Namespace": "System", - "Name": "System.Nullable`1[System.Int32]", - "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, - "GenericTypeArguments": [ - "System.Int32" - ], + "GenericTypeArguments": [], "Methods": [], "Constructors": [] }, "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true + "ValidateNotNullOrEmpty": false }, { "Name": "DefaultProfile", @@ -63379,115 +62792,31 @@ "Parameters": [ { "ParameterMetadata": { - "Name": "ApplicationGateway", + "Name": "Variable", "AliasList": [], "Type": { - "Namespace": "Microsoft.Azure.Commands.Network.Models", - "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", - "Properties": { - "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", - "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", - "SslPolicy": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslPolicy", - "WebApplicationFirewallConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayWebApplicationFirewallConfiguration", - "Identity": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity", - "FirewallPolicy": "Microsoft.Azure.Commands.Network.Models.PSResourceId", - "AuthenticationCertificates": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAuthenticationCertificate]", - "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool]", - "BackendHttpSettingsCollection": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings]", - "CustomErrorConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError]", - "FrontendIPConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendIPConfiguration]", - "FrontendPorts": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort]", - "HttpListeners": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener]", - "GatewayIPConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayIPConfiguration]", - "Probes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe]", - "RedirectConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration]", - "RequestRoutingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRequestRoutingRule]", - "RewriteRuleSets": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet]", - "SslCertificates": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslCertificate]", - "TrustedRootCertificates": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedRootCertificate]", - "UrlPathMaps": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap]", - "Zones": "System.Collections.Generic.List`1[System.String]", - "Tag": "System.Collections.Hashtable", - "EnableHttp2": "System.Nullable`1[System.Boolean]", - "EnableFips": "System.Nullable`1[System.Boolean]", - "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", - "IdentityText": "System.String", - "SslPolicyText": "System.String", - "FirewallPolicyText": "System.String", - "ResourceGroupName": "System.String", - "TagsTable": "System.String", - "ResourceGuid": "System.String", - "Type": "System.String", - "Name": "System.String", - "UrlPathMapsText": "System.String", - "Location": "System.String", - "ProbesText": "System.String", - "ProvisioningState": "System.String", - "RewriteRuleSetsText": "System.String", - "HttpListenersText": "System.String", - "BackendHttpSettingsCollectionText": "System.String", - "BackendAddressPoolsText": "System.String", - "FrontendPortsText": "System.String", - "FrontendIpConfigurationsText": "System.String", - "SslCertificatesText": "System.String", - "AuthenticationCertificatesText": "System.String", - "GatewayIpConfigurationsText": "System.String", - "Etag": "System.String", - "OperationalState": "System.String", - "RequestRoutingRulesText": "System.String", - "Id": "System.String" - }, + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, "ElementType": null, "GenericTypeArguments": [], - "Methods": [ - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [ - { - "Name": "", - "ReturnType": null, - "Parameters": [] - } - ] + "Methods": [], + "Constructors": [] }, "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false + "ValidateNotNullOrEmpty": true }, "Mandatory": true, "Position": -2147483648, - "ValueFromPipeline": true, + "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "Name", + "Name": "Pattern", "AliasList": [], "Type": { "Namespace": "System", @@ -63499,27 +62828,247 @@ "Methods": [], "Constructors": [] }, - "ValidateSet": [ - "Standard_Small", - "Standard_Medium", - "Standard_Large", - "WAF_Medium", - "WAF_Large", - "Standard_v2", - "WAF_v2" + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "IgnoreCase", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Negate", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true + "ValidateNotNullOrEmpty": false }, - "Mandatory": true, + "Mandatory": false, "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false + } + ] + } + ], + "AliasList": [] + }, + { + "VerbName": "New", + "NounName": "AzApplicationGatewayRewriteRuleHeaderConfiguration", + "Name": "New-AzApplicationGatewayRewriteRuleHeaderConfiguration", + "ClassName": "Microsoft.Azure.Commands.Network.NewAzureApplicationGatewayRewriteRuleHeaderConfigurationCommand", + "SupportsShouldProcess": false, + "ConfirmImpact": 2, + "SupportsPaging": false, + "DefaultParameterSetName": "__AllParameterSets", + "OutputTypes": [ + { + "Type": { + "Namespace": "Microsoft.Azure.Commands.Network.Models", + "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHeaderConfiguration", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHeaderConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "HeaderName": "System.String", + "HeaderValue": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] + }, + "ParameterSets": [ + "__AllParameterSets" + ] + } + ], + "Parameters": [ + { + "Name": "HeaderName", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "HeaderValue", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + } + ], + "ParameterSets": [ + { + "Name": "__AllParameterSets", + "Parameters": [ { "ParameterMetadata": { - "Name": "Tier", + "Name": "HeaderName", "AliasList": [], "Type": { "Namespace": "System", @@ -63531,12 +63080,7 @@ "Methods": [], "Constructors": [] }, - "ValidateSet": [ - "Standard", - "WAF", - "Standard_v2", - "WAF_v2" - ], + "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true @@ -63548,24 +63092,22 @@ }, { "ParameterMetadata": { - "Name": "Capacity", + "Name": "HeaderValue", "AliasList": [], "Type": { "Namespace": "System", - "Name": "System.Nullable`1[System.Int32]", - "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, - "GenericTypeArguments": [ - "System.Int32" - ], + "GenericTypeArguments": [], "Methods": [], "Constructors": [] }, "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true + "ValidateNotNullOrEmpty": false }, "Mandatory": false, "Position": -2147483648, @@ -63618,9 +63160,9 @@ }, { "VerbName": "Add", - "NounName": "AzApplicationGatewaySslCertificate", - "Name": "Add-AzApplicationGatewaySslCertificate", - "ClassName": "Microsoft.Azure.Commands.Network.AddAzureApplicationGatewaySslCertificateCommand", + "NounName": "AzApplicationGatewayRewriteRuleSet", + "Name": "Add-AzApplicationGatewayRewriteRuleSet", + "ClassName": "Microsoft.Azure.Commands.Network.AddAzureApplicationGatewayRewriteRuleSetCommand", "SupportsShouldProcess": false, "ConfirmImpact": 2, "SupportsPaging": false, @@ -63630,7 +63172,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -63646,6 +63188,8 @@ "FrontendPorts": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort]", "HttpListeners": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener]", "GatewayIPConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayIPConfiguration]", + "PrivateEndpointConnections": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateEndpointConnection]", + "PrivateLinkConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkConfiguration]", "Probes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe]", "RedirectConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration]", "RequestRoutingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRequestRoutingRule]", @@ -63655,21 +63199,23 @@ "UrlPathMaps": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap]", "Zones": "System.Collections.Generic.List`1[System.String]", "Tag": "System.Collections.Hashtable", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", - "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", - "IdentityText": "System.String", - "SslPolicyText": "System.String", - "FirewallPolicyText": "System.String", - "ResourceGroupName": "System.String", + "Name": "System.String", "TagsTable": "System.String", - "ResourceGuid": "System.String", + "IdentityText": "System.String", "Type": "System.String", - "Name": "System.String", - "UrlPathMapsText": "System.String", + "ResourceGuid": "System.String", "Location": "System.String", - "ProbesText": "System.String", + "ResourceGroupName": "System.String", + "PrivateLinkEndpointConnectionsText": "System.String", + "PrivateLinkConfigurationsText": "System.String", + "FirewallPolicyText": "System.String", + "SslPolicyText": "System.String", + "UrlPathMapsText": "System.String", "ProvisioningState": "System.String", + "RequestRoutingRulesText": "System.String", "RewriteRuleSetsText": "System.String", "HttpListenersText": "System.String", "BackendHttpSettingsCollectionText": "System.String", @@ -63681,7 +63227,7 @@ "GatewayIpConfigurationsText": "System.String", "Etag": "System.String", "OperationalState": "System.String", - "RequestRoutingRulesText": "System.String", + "ProbesText": "System.String", "Id": "System.String" }, "ElementType": null, @@ -63733,7 +63279,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -63749,6 +63295,8 @@ "FrontendPorts": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort]", "HttpListeners": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener]", "GatewayIPConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayIPConfiguration]", + "PrivateEndpointConnections": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateEndpointConnection]", + "PrivateLinkConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkConfiguration]", "Probes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe]", "RedirectConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration]", "RequestRoutingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRequestRoutingRule]", @@ -63758,21 +63306,23 @@ "UrlPathMaps": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap]", "Zones": "System.Collections.Generic.List`1[System.String]", "Tag": "System.Collections.Hashtable", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", - "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", - "IdentityText": "System.String", - "SslPolicyText": "System.String", - "FirewallPolicyText": "System.String", - "ResourceGroupName": "System.String", + "Name": "System.String", "TagsTable": "System.String", - "ResourceGuid": "System.String", + "IdentityText": "System.String", "Type": "System.String", - "Name": "System.String", - "UrlPathMapsText": "System.String", + "ResourceGuid": "System.String", "Location": "System.String", - "ProbesText": "System.String", + "ResourceGroupName": "System.String", + "PrivateLinkEndpointConnectionsText": "System.String", + "PrivateLinkConfigurationsText": "System.String", + "FirewallPolicyText": "System.String", + "SslPolicyText": "System.String", + "UrlPathMapsText": "System.String", "ProvisioningState": "System.String", + "RequestRoutingRulesText": "System.String", "RewriteRuleSetsText": "System.String", "HttpListenersText": "System.String", "BackendHttpSettingsCollectionText": "System.String", @@ -63784,7 +63334,7 @@ "GatewayIpConfigurationsText": "System.String", "Etag": "System.String", "OperationalState": "System.String", - "RequestRoutingRulesText": "System.String", + "ProbesText": "System.String", "Id": "System.String" }, "ElementType": null, @@ -63848,51 +63398,17 @@ "ValidateNotNullOrEmpty": true }, { - "Name": "CertificateFile", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - { - "Name": "Password", - "AliasList": [], - "Type": { - "Namespace": "System.Security", - "Name": "System.Security.SecureString", - "AssemblyQualifiedName": "System.Security.SecureString, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - { - "Name": "KeyVaultSecretId", + "Name": "RewriteRule", "AliasList": [], "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Namespace": "System.Collections.Generic", + "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRule]", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, - "GenericTypeArguments": [], + "GenericTypeArguments": [ + "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRule" + ], "Methods": [], "Constructors": [] }, @@ -63946,7 +63462,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -63962,6 +63478,8 @@ "FrontendPorts": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort]", "HttpListeners": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener]", "GatewayIPConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayIPConfiguration]", + "PrivateEndpointConnections": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateEndpointConnection]", + "PrivateLinkConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkConfiguration]", "Probes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe]", "RedirectConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration]", "RequestRoutingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRequestRoutingRule]", @@ -63971,21 +63489,23 @@ "UrlPathMaps": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap]", "Zones": "System.Collections.Generic.List`1[System.String]", "Tag": "System.Collections.Hashtable", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", - "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", - "IdentityText": "System.String", - "SslPolicyText": "System.String", - "FirewallPolicyText": "System.String", - "ResourceGroupName": "System.String", + "Name": "System.String", "TagsTable": "System.String", - "ResourceGuid": "System.String", + "IdentityText": "System.String", "Type": "System.String", - "Name": "System.String", - "UrlPathMapsText": "System.String", + "ResourceGuid": "System.String", "Location": "System.String", - "ProbesText": "System.String", + "ResourceGroupName": "System.String", + "PrivateLinkEndpointConnectionsText": "System.String", + "PrivateLinkConfigurationsText": "System.String", + "FirewallPolicyText": "System.String", + "SslPolicyText": "System.String", + "UrlPathMapsText": "System.String", "ProvisioningState": "System.String", + "RequestRoutingRulesText": "System.String", "RewriteRuleSetsText": "System.String", "HttpListenersText": "System.String", "BackendHttpSettingsCollectionText": "System.String", @@ -63997,7 +63517,7 @@ "GatewayIpConfigurationsText": "System.String", "Etag": "System.String", "OperationalState": "System.String", - "RequestRoutingRulesText": "System.String", + "ProbesText": "System.String", "Id": "System.String" }, "ElementType": null, @@ -64073,63 +63593,17 @@ }, { "ParameterMetadata": { - "Name": "CertificateFile", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "Password", - "AliasList": [], - "Type": { - "Namespace": "System.Security", - "Name": "System.Security.SecureString", - "AssemblyQualifiedName": "System.Security.SecureString, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "KeyVaultSecretId", + "Name": "RewriteRule", "AliasList": [], "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Namespace": "System.Collections.Generic", + "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRule]", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, - "GenericTypeArguments": [], + "GenericTypeArguments": [ + "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRule" + ], "Methods": [], "Constructors": [] }, @@ -64138,7 +63612,7 @@ "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, - "Mandatory": false, + "Mandatory": true, "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false @@ -64189,9 +63663,9 @@ }, { "VerbName": "Get", - "NounName": "AzApplicationGatewaySslCertificate", - "Name": "Get-AzApplicationGatewaySslCertificate", - "ClassName": "Microsoft.Azure.Commands.Network.GetAzureApplicationGatewaySslCertificate", + "NounName": "AzApplicationGatewayRewriteRuleSet", + "Name": "Get-AzApplicationGatewayRewriteRuleSet", + "ClassName": "Microsoft.Azure.Commands.Network.GetAzureApplicationGatewayRewriteRuleSetCommand", "SupportsShouldProcess": false, "ConfirmImpact": 2, "SupportsPaging": false, @@ -64200,15 +63674,13 @@ { "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", - "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslCertificate", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslCertificate, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { - "Password": "System.Security.SecureString", - "Data": "System.String", - "PublicCertData": "System.String", - "KeyVaultSecretId": "System.String", + "RewriteRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRule]", "ProvisioningState": "System.String", "Type": "System.String", + "RewriteRulesText": "System.String", "Name": "System.String", "Etag": "System.String", "Id": "System.String" @@ -64216,6 +63688,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "ShouldSerializeRewriteRules", + "Parameters": [], + "ReturnType": "System.Boolean" + }, { "Name": "ToString", "Parameters": [], @@ -64280,7 +63757,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -64296,6 +63773,8 @@ "FrontendPorts": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort]", "HttpListeners": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener]", "GatewayIPConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayIPConfiguration]", + "PrivateEndpointConnections": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateEndpointConnection]", + "PrivateLinkConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkConfiguration]", "Probes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe]", "RedirectConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration]", "RequestRoutingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRequestRoutingRule]", @@ -64305,21 +63784,23 @@ "UrlPathMaps": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap]", "Zones": "System.Collections.Generic.List`1[System.String]", "Tag": "System.Collections.Hashtable", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", - "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", - "IdentityText": "System.String", - "SslPolicyText": "System.String", - "FirewallPolicyText": "System.String", - "ResourceGroupName": "System.String", + "Name": "System.String", "TagsTable": "System.String", - "ResourceGuid": "System.String", + "IdentityText": "System.String", "Type": "System.String", - "Name": "System.String", - "UrlPathMapsText": "System.String", + "ResourceGuid": "System.String", "Location": "System.String", - "ProbesText": "System.String", + "ResourceGroupName": "System.String", + "PrivateLinkEndpointConnectionsText": "System.String", + "PrivateLinkConfigurationsText": "System.String", + "FirewallPolicyText": "System.String", + "SslPolicyText": "System.String", + "UrlPathMapsText": "System.String", "ProvisioningState": "System.String", + "RequestRoutingRulesText": "System.String", "RewriteRuleSetsText": "System.String", "HttpListenersText": "System.String", "BackendHttpSettingsCollectionText": "System.String", @@ -64331,7 +63812,7 @@ "GatewayIpConfigurationsText": "System.String", "Etag": "System.String", "OperationalState": "System.String", - "RequestRoutingRulesText": "System.String", + "ProbesText": "System.String", "Id": "System.String" }, "ElementType": null, @@ -64445,7 +63926,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -64461,6 +63942,8 @@ "FrontendPorts": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort]", "HttpListeners": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener]", "GatewayIPConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayIPConfiguration]", + "PrivateEndpointConnections": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateEndpointConnection]", + "PrivateLinkConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkConfiguration]", "Probes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe]", "RedirectConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration]", "RequestRoutingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRequestRoutingRule]", @@ -64470,21 +63953,23 @@ "UrlPathMaps": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap]", "Zones": "System.Collections.Generic.List`1[System.String]", "Tag": "System.Collections.Hashtable", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", - "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", - "IdentityText": "System.String", - "SslPolicyText": "System.String", - "FirewallPolicyText": "System.String", - "ResourceGroupName": "System.String", + "Name": "System.String", "TagsTable": "System.String", - "ResourceGuid": "System.String", + "IdentityText": "System.String", "Type": "System.String", - "Name": "System.String", - "UrlPathMapsText": "System.String", + "ResourceGuid": "System.String", "Location": "System.String", - "ProbesText": "System.String", + "ResourceGroupName": "System.String", + "PrivateLinkEndpointConnectionsText": "System.String", + "PrivateLinkConfigurationsText": "System.String", + "FirewallPolicyText": "System.String", + "SslPolicyText": "System.String", + "UrlPathMapsText": "System.String", "ProvisioningState": "System.String", + "RequestRoutingRulesText": "System.String", "RewriteRuleSetsText": "System.String", "HttpListenersText": "System.String", "BackendHttpSettingsCollectionText": "System.String", @@ -64496,7 +63981,7 @@ "GatewayIpConfigurationsText": "System.String", "Etag": "System.String", "OperationalState": "System.String", - "RequestRoutingRulesText": "System.String", + "ProbesText": "System.String", "Id": "System.String" }, "ElementType": null, @@ -64592,9 +64077,9 @@ }, { "VerbName": "New", - "NounName": "AzApplicationGatewaySslCertificate", - "Name": "New-AzApplicationGatewaySslCertificate", - "ClassName": "Microsoft.Azure.Commands.Network.NewAzureApplicationGatewaySslCertificateCommand", + "NounName": "AzApplicationGatewayRewriteRuleSet", + "Name": "New-AzApplicationGatewayRewriteRuleSet", + "ClassName": "Microsoft.Azure.Commands.Network.NewAzureApplicationGatewayRewriteRuleSetCommand", "SupportsShouldProcess": false, "ConfirmImpact": 2, "SupportsPaging": false, @@ -64603,15 +64088,13 @@ { "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", - "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslCertificate", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslCertificate, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { - "Password": "System.Security.SecureString", - "Data": "System.String", - "PublicCertData": "System.String", - "KeyVaultSecretId": "System.String", + "RewriteRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRule]", "ProvisioningState": "System.String", "Type": "System.String", + "RewriteRulesText": "System.String", "Name": "System.String", "Etag": "System.String", "Id": "System.String" @@ -64619,6 +64102,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "ShouldSerializeRewriteRules", + "Parameters": [], + "ReturnType": "System.Boolean" + }, { "Name": "ToString", "Parameters": [], @@ -64678,51 +64166,17 @@ "ValidateNotNullOrEmpty": true }, { - "Name": "CertificateFile", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - { - "Name": "Password", - "AliasList": [], - "Type": { - "Namespace": "System.Security", - "Name": "System.Security.SecureString", - "AssemblyQualifiedName": "System.Security.SecureString, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - { - "Name": "KeyVaultSecretId", + "Name": "RewriteRule", "AliasList": [], "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Namespace": "System.Collections.Generic", + "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRule]", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, - "GenericTypeArguments": [], + "GenericTypeArguments": [ + "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRule" + ], "Methods": [], "Constructors": [] }, @@ -64795,63 +64249,17 @@ }, { "ParameterMetadata": { - "Name": "CertificateFile", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "Password", - "AliasList": [], - "Type": { - "Namespace": "System.Security", - "Name": "System.Security.SecureString", - "AssemblyQualifiedName": "System.Security.SecureString, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "KeyVaultSecretId", + "Name": "RewriteRule", "AliasList": [], "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Namespace": "System.Collections.Generic", + "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRule]", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, - "GenericTypeArguments": [], + "GenericTypeArguments": [ + "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRule" + ], "Methods": [], "Constructors": [] }, @@ -64860,7 +64268,7 @@ "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, - "Mandatory": false, + "Mandatory": true, "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false @@ -64911,9 +64319,9 @@ }, { "VerbName": "Remove", - "NounName": "AzApplicationGatewaySslCertificate", - "Name": "Remove-AzApplicationGatewaySslCertificate", - "ClassName": "Microsoft.Azure.Commands.Network.RemoveAzureApplicationGatewaySslCertificateCommand", + "NounName": "AzApplicationGatewayRewriteRuleSet", + "Name": "Remove-AzApplicationGatewayRewriteRuleSet", + "ClassName": "Microsoft.Azure.Commands.Network.RemoveAzureApplicationGatewayRewriteRuleSetCommand", "SupportsShouldProcess": false, "ConfirmImpact": 2, "SupportsPaging": false, @@ -64923,7 +64331,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -64939,6 +64347,8 @@ "FrontendPorts": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort]", "HttpListeners": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener]", "GatewayIPConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayIPConfiguration]", + "PrivateEndpointConnections": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateEndpointConnection]", + "PrivateLinkConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkConfiguration]", "Probes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe]", "RedirectConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration]", "RequestRoutingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRequestRoutingRule]", @@ -64948,21 +64358,23 @@ "UrlPathMaps": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap]", "Zones": "System.Collections.Generic.List`1[System.String]", "Tag": "System.Collections.Hashtable", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", - "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", - "IdentityText": "System.String", - "SslPolicyText": "System.String", - "FirewallPolicyText": "System.String", - "ResourceGroupName": "System.String", + "Name": "System.String", "TagsTable": "System.String", - "ResourceGuid": "System.String", + "IdentityText": "System.String", "Type": "System.String", - "Name": "System.String", - "UrlPathMapsText": "System.String", + "ResourceGuid": "System.String", "Location": "System.String", - "ProbesText": "System.String", + "ResourceGroupName": "System.String", + "PrivateLinkEndpointConnectionsText": "System.String", + "PrivateLinkConfigurationsText": "System.String", + "FirewallPolicyText": "System.String", + "SslPolicyText": "System.String", + "UrlPathMapsText": "System.String", "ProvisioningState": "System.String", + "RequestRoutingRulesText": "System.String", "RewriteRuleSetsText": "System.String", "HttpListenersText": "System.String", "BackendHttpSettingsCollectionText": "System.String", @@ -64974,7 +64386,7 @@ "GatewayIpConfigurationsText": "System.String", "Etag": "System.String", "OperationalState": "System.String", - "RequestRoutingRulesText": "System.String", + "ProbesText": "System.String", "Id": "System.String" }, "ElementType": null, @@ -65044,7 +64456,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -65060,6 +64472,8 @@ "FrontendPorts": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort]", "HttpListeners": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener]", "GatewayIPConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayIPConfiguration]", + "PrivateEndpointConnections": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateEndpointConnection]", + "PrivateLinkConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkConfiguration]", "Probes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe]", "RedirectConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration]", "RequestRoutingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRequestRoutingRule]", @@ -65069,21 +64483,23 @@ "UrlPathMaps": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap]", "Zones": "System.Collections.Generic.List`1[System.String]", "Tag": "System.Collections.Hashtable", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", - "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", - "IdentityText": "System.String", - "SslPolicyText": "System.String", - "FirewallPolicyText": "System.String", - "ResourceGroupName": "System.String", + "Name": "System.String", "TagsTable": "System.String", - "ResourceGuid": "System.String", + "IdentityText": "System.String", "Type": "System.String", - "Name": "System.String", - "UrlPathMapsText": "System.String", + "ResourceGuid": "System.String", "Location": "System.String", - "ProbesText": "System.String", + "ResourceGroupName": "System.String", + "PrivateLinkEndpointConnectionsText": "System.String", + "PrivateLinkConfigurationsText": "System.String", + "FirewallPolicyText": "System.String", + "SslPolicyText": "System.String", + "UrlPathMapsText": "System.String", "ProvisioningState": "System.String", + "RequestRoutingRulesText": "System.String", "RewriteRuleSetsText": "System.String", "HttpListenersText": "System.String", "BackendHttpSettingsCollectionText": "System.String", @@ -65095,7 +64511,7 @@ "GatewayIpConfigurationsText": "System.String", "Etag": "System.String", "OperationalState": "System.String", - "RequestRoutingRulesText": "System.String", + "ProbesText": "System.String", "Id": "System.String" }, "ElementType": null, @@ -65209,7 +64625,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -65225,6 +64641,8 @@ "FrontendPorts": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort]", "HttpListeners": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener]", "GatewayIPConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayIPConfiguration]", + "PrivateEndpointConnections": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateEndpointConnection]", + "PrivateLinkConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkConfiguration]", "Probes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe]", "RedirectConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration]", "RequestRoutingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRequestRoutingRule]", @@ -65234,21 +64652,23 @@ "UrlPathMaps": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap]", "Zones": "System.Collections.Generic.List`1[System.String]", "Tag": "System.Collections.Hashtable", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", - "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", - "IdentityText": "System.String", - "SslPolicyText": "System.String", - "FirewallPolicyText": "System.String", - "ResourceGroupName": "System.String", + "Name": "System.String", "TagsTable": "System.String", - "ResourceGuid": "System.String", + "IdentityText": "System.String", "Type": "System.String", - "Name": "System.String", - "UrlPathMapsText": "System.String", + "ResourceGuid": "System.String", "Location": "System.String", - "ProbesText": "System.String", + "ResourceGroupName": "System.String", + "PrivateLinkEndpointConnectionsText": "System.String", + "PrivateLinkConfigurationsText": "System.String", + "FirewallPolicyText": "System.String", + "SslPolicyText": "System.String", + "UrlPathMapsText": "System.String", "ProvisioningState": "System.String", + "RequestRoutingRulesText": "System.String", "RewriteRuleSetsText": "System.String", "HttpListenersText": "System.String", "BackendHttpSettingsCollectionText": "System.String", @@ -65260,7 +64680,7 @@ "GatewayIpConfigurationsText": "System.String", "Etag": "System.String", "OperationalState": "System.String", - "RequestRoutingRulesText": "System.String", + "ProbesText": "System.String", "Id": "System.String" }, "ElementType": null, @@ -65356,9 +64776,9 @@ }, { "VerbName": "Set", - "NounName": "AzApplicationGatewaySslCertificate", - "Name": "Set-AzApplicationGatewaySslCertificate", - "ClassName": "Microsoft.Azure.Commands.Network.SetAzureApplicationGatewaySslCertificateCommand", + "NounName": "AzApplicationGatewayRewriteRuleSet", + "Name": "Set-AzApplicationGatewayRewriteRuleSet", + "ClassName": "Microsoft.Azure.Commands.Network.SetAzureApplicationGatewayRewriteRuleSetCommand", "SupportsShouldProcess": false, "ConfirmImpact": 2, "SupportsPaging": false, @@ -65368,7 +64788,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -65384,6 +64804,8 @@ "FrontendPorts": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort]", "HttpListeners": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener]", "GatewayIPConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayIPConfiguration]", + "PrivateEndpointConnections": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateEndpointConnection]", + "PrivateLinkConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkConfiguration]", "Probes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe]", "RedirectConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration]", "RequestRoutingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRequestRoutingRule]", @@ -65393,21 +64815,23 @@ "UrlPathMaps": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap]", "Zones": "System.Collections.Generic.List`1[System.String]", "Tag": "System.Collections.Hashtable", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", - "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", - "IdentityText": "System.String", - "SslPolicyText": "System.String", - "FirewallPolicyText": "System.String", - "ResourceGroupName": "System.String", + "Name": "System.String", "TagsTable": "System.String", - "ResourceGuid": "System.String", + "IdentityText": "System.String", "Type": "System.String", - "Name": "System.String", - "UrlPathMapsText": "System.String", + "ResourceGuid": "System.String", "Location": "System.String", - "ProbesText": "System.String", + "ResourceGroupName": "System.String", + "PrivateLinkEndpointConnectionsText": "System.String", + "PrivateLinkConfigurationsText": "System.String", + "FirewallPolicyText": "System.String", + "SslPolicyText": "System.String", + "UrlPathMapsText": "System.String", "ProvisioningState": "System.String", + "RequestRoutingRulesText": "System.String", "RewriteRuleSetsText": "System.String", "HttpListenersText": "System.String", "BackendHttpSettingsCollectionText": "System.String", @@ -65419,7 +64843,7 @@ "GatewayIpConfigurationsText": "System.String", "Etag": "System.String", "OperationalState": "System.String", - "RequestRoutingRulesText": "System.String", + "ProbesText": "System.String", "Id": "System.String" }, "ElementType": null, @@ -65471,7 +64895,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -65487,6 +64911,8 @@ "FrontendPorts": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort]", "HttpListeners": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener]", "GatewayIPConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayIPConfiguration]", + "PrivateEndpointConnections": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateEndpointConnection]", + "PrivateLinkConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkConfiguration]", "Probes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe]", "RedirectConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration]", "RequestRoutingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRequestRoutingRule]", @@ -65496,21 +64922,23 @@ "UrlPathMaps": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap]", "Zones": "System.Collections.Generic.List`1[System.String]", "Tag": "System.Collections.Hashtable", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", - "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", - "IdentityText": "System.String", - "SslPolicyText": "System.String", - "FirewallPolicyText": "System.String", - "ResourceGroupName": "System.String", + "Name": "System.String", "TagsTable": "System.String", - "ResourceGuid": "System.String", + "IdentityText": "System.String", "Type": "System.String", - "Name": "System.String", - "UrlPathMapsText": "System.String", + "ResourceGuid": "System.String", "Location": "System.String", - "ProbesText": "System.String", + "ResourceGroupName": "System.String", + "PrivateLinkEndpointConnectionsText": "System.String", + "PrivateLinkConfigurationsText": "System.String", + "FirewallPolicyText": "System.String", + "SslPolicyText": "System.String", + "UrlPathMapsText": "System.String", "ProvisioningState": "System.String", + "RequestRoutingRulesText": "System.String", "RewriteRuleSetsText": "System.String", "HttpListenersText": "System.String", "BackendHttpSettingsCollectionText": "System.String", @@ -65522,7 +64950,7 @@ "GatewayIpConfigurationsText": "System.String", "Etag": "System.String", "OperationalState": "System.String", - "RequestRoutingRulesText": "System.String", + "ProbesText": "System.String", "Id": "System.String" }, "ElementType": null, @@ -65586,51 +65014,17 @@ "ValidateNotNullOrEmpty": true }, { - "Name": "CertificateFile", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - { - "Name": "Password", - "AliasList": [], - "Type": { - "Namespace": "System.Security", - "Name": "System.Security.SecureString", - "AssemblyQualifiedName": "System.Security.SecureString, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - { - "Name": "KeyVaultSecretId", + "Name": "RewriteRule", "AliasList": [], "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Namespace": "System.Collections.Generic", + "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRule]", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, - "GenericTypeArguments": [], + "GenericTypeArguments": [ + "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRule" + ], "Methods": [], "Constructors": [] }, @@ -65684,7 +65078,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -65700,6 +65094,8 @@ "FrontendPorts": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort]", "HttpListeners": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener]", "GatewayIPConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayIPConfiguration]", + "PrivateEndpointConnections": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateEndpointConnection]", + "PrivateLinkConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkConfiguration]", "Probes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe]", "RedirectConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration]", "RequestRoutingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRequestRoutingRule]", @@ -65709,21 +65105,23 @@ "UrlPathMaps": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap]", "Zones": "System.Collections.Generic.List`1[System.String]", "Tag": "System.Collections.Hashtable", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", - "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", - "IdentityText": "System.String", - "SslPolicyText": "System.String", - "FirewallPolicyText": "System.String", - "ResourceGroupName": "System.String", + "Name": "System.String", "TagsTable": "System.String", - "ResourceGuid": "System.String", + "IdentityText": "System.String", "Type": "System.String", - "Name": "System.String", - "UrlPathMapsText": "System.String", + "ResourceGuid": "System.String", "Location": "System.String", - "ProbesText": "System.String", + "ResourceGroupName": "System.String", + "PrivateLinkEndpointConnectionsText": "System.String", + "PrivateLinkConfigurationsText": "System.String", + "FirewallPolicyText": "System.String", + "SslPolicyText": "System.String", + "UrlPathMapsText": "System.String", "ProvisioningState": "System.String", + "RequestRoutingRulesText": "System.String", "RewriteRuleSetsText": "System.String", "HttpListenersText": "System.String", "BackendHttpSettingsCollectionText": "System.String", @@ -65735,7 +65133,7 @@ "GatewayIpConfigurationsText": "System.String", "Etag": "System.String", "OperationalState": "System.String", - "RequestRoutingRulesText": "System.String", + "ProbesText": "System.String", "Id": "System.String" }, "ElementType": null, @@ -65811,63 +65209,17 @@ }, { "ParameterMetadata": { - "Name": "CertificateFile", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "Password", - "AliasList": [], - "Type": { - "Namespace": "System.Security", - "Name": "System.Security.SecureString", - "AssemblyQualifiedName": "System.Security.SecureString, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "KeyVaultSecretId", + "Name": "RewriteRule", "AliasList": [], "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Namespace": "System.Collections.Generic", + "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRule]", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, - "GenericTypeArguments": [], + "GenericTypeArguments": [ + "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRule" + ], "Methods": [], "Constructors": [] }, @@ -65876,7 +65228,7 @@ "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, - "Mandatory": false, + "Mandatory": true, "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false @@ -65926,11 +65278,11 @@ "AliasList": [] }, { - "VerbName": "Get", - "NounName": "AzApplicationGatewaySslPolicy", - "Name": "Get-AzApplicationGatewaySslPolicy", - "ClassName": "Microsoft.Azure.Commands.Network.GetAzureApplicationGatewaySslPolicyCommand", - "SupportsShouldProcess": false, + "VerbName": "New", + "NounName": "AzApplicationGatewayRewriteRuleUrlConfiguration", + "Name": "New-AzApplicationGatewayRewriteRuleUrlConfiguration", + "ClassName": "Microsoft.Azure.Commands.Network.NewAzureApplicationGatewayRewriteRuleUrlConfigurationCommand", + "SupportsShouldProcess": true, "ConfirmImpact": 2, "SupportsPaging": false, "DefaultParameterSetName": "__AllParameterSets", @@ -65938,16 +65290,12 @@ { "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", - "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlConfiguration", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { - "DisabledSslProtocols": "System.Collections.Generic.List`1[System.String]", - "CipherSuites": "System.Collections.Generic.List`1[System.String]", - "PolicyType": "System.String", - "PolicyName": "System.String", - "MinProtocolVersion": "System.String", - "DisabledSslProtocolsText": "System.String", - "CipherSuitesText": "System.String" + "Reroute": "System.Boolean", + "ModifiedQueryString": "System.String", + "ModifiedPath": "System.String" }, "ElementType": null, "GenericTypeArguments": [], @@ -65993,101 +65341,53 @@ ], "Parameters": [ { - "Name": "ApplicationGateway", + "Name": "ModifiedPath", "AliasList": [], "Type": { - "Namespace": "Microsoft.Azure.Commands.Network.Models", - "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", - "Properties": { - "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", - "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", - "SslPolicy": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslPolicy", - "WebApplicationFirewallConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayWebApplicationFirewallConfiguration", - "Identity": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity", - "FirewallPolicy": "Microsoft.Azure.Commands.Network.Models.PSResourceId", - "AuthenticationCertificates": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAuthenticationCertificate]", - "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool]", - "BackendHttpSettingsCollection": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings]", - "CustomErrorConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError]", - "FrontendIPConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendIPConfiguration]", - "FrontendPorts": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort]", - "HttpListeners": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener]", - "GatewayIPConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayIPConfiguration]", - "Probes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe]", - "RedirectConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration]", - "RequestRoutingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRequestRoutingRule]", - "RewriteRuleSets": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet]", - "SslCertificates": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslCertificate]", - "TrustedRootCertificates": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedRootCertificate]", - "UrlPathMaps": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap]", - "Zones": "System.Collections.Generic.List`1[System.String]", - "Tag": "System.Collections.Hashtable", - "EnableHttp2": "System.Nullable`1[System.Boolean]", - "EnableFips": "System.Nullable`1[System.Boolean]", - "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", - "IdentityText": "System.String", - "SslPolicyText": "System.String", - "FirewallPolicyText": "System.String", - "ResourceGroupName": "System.String", - "TagsTable": "System.String", - "ResourceGuid": "System.String", - "Type": "System.String", - "Name": "System.String", - "UrlPathMapsText": "System.String", - "Location": "System.String", - "ProbesText": "System.String", - "ProvisioningState": "System.String", - "RewriteRuleSetsText": "System.String", - "HttpListenersText": "System.String", - "BackendHttpSettingsCollectionText": "System.String", - "BackendAddressPoolsText": "System.String", - "FrontendPortsText": "System.String", - "FrontendIpConfigurationsText": "System.String", - "SslCertificatesText": "System.String", - "AuthenticationCertificatesText": "System.String", - "GatewayIpConfigurationsText": "System.String", - "Etag": "System.String", - "OperationalState": "System.String", - "RequestRoutingRulesText": "System.String", - "Id": "System.String" - }, + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, "ElementType": null, "GenericTypeArguments": [], - "Methods": [ - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [ - { - "Name": "", - "ReturnType": null, - "Parameters": [] - } - ] + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ModifiedQueryString", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "Reroute", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] }, "ValidateSet": [], "ValidateRangeMin": null, @@ -66134,110 +65434,74 @@ "Parameters": [ { "ParameterMetadata": { - "Name": "ApplicationGateway", + "Name": "ModifiedPath", "AliasList": [], "Type": { - "Namespace": "Microsoft.Azure.Commands.Network.Models", - "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", - "Properties": { - "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", - "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", - "SslPolicy": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslPolicy", - "WebApplicationFirewallConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayWebApplicationFirewallConfiguration", - "Identity": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity", - "FirewallPolicy": "Microsoft.Azure.Commands.Network.Models.PSResourceId", - "AuthenticationCertificates": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAuthenticationCertificate]", - "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool]", - "BackendHttpSettingsCollection": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings]", - "CustomErrorConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError]", - "FrontendIPConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendIPConfiguration]", - "FrontendPorts": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort]", - "HttpListeners": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener]", - "GatewayIPConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayIPConfiguration]", - "Probes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe]", - "RedirectConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration]", - "RequestRoutingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRequestRoutingRule]", - "RewriteRuleSets": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet]", - "SslCertificates": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslCertificate]", - "TrustedRootCertificates": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedRootCertificate]", - "UrlPathMaps": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap]", - "Zones": "System.Collections.Generic.List`1[System.String]", - "Tag": "System.Collections.Hashtable", - "EnableHttp2": "System.Nullable`1[System.Boolean]", - "EnableFips": "System.Nullable`1[System.Boolean]", - "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", - "IdentityText": "System.String", - "SslPolicyText": "System.String", - "FirewallPolicyText": "System.String", - "ResourceGroupName": "System.String", - "TagsTable": "System.String", - "ResourceGuid": "System.String", - "Type": "System.String", - "Name": "System.String", - "UrlPathMapsText": "System.String", - "Location": "System.String", - "ProbesText": "System.String", - "ProvisioningState": "System.String", - "RewriteRuleSetsText": "System.String", - "HttpListenersText": "System.String", - "BackendHttpSettingsCollectionText": "System.String", - "BackendAddressPoolsText": "System.String", - "FrontendPortsText": "System.String", - "FrontendIpConfigurationsText": "System.String", - "SslCertificatesText": "System.String", - "AuthenticationCertificatesText": "System.String", - "GatewayIpConfigurationsText": "System.String", - "Etag": "System.String", - "OperationalState": "System.String", - "RequestRoutingRulesText": "System.String", - "Id": "System.String" - }, + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, "ElementType": null, "GenericTypeArguments": [], - "Methods": [ - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [ - { - "Name": "", - "ReturnType": null, - "Parameters": [] - } - ] + "Methods": [], + "Constructors": [] }, "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, - "Mandatory": true, + "Mandatory": false, "Position": -2147483648, - "ValueFromPipeline": true, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ModifiedQueryString", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Reroute", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, { @@ -66286,10 +65550,10 @@ }, { "VerbName": "New", - "NounName": "AzApplicationGatewaySslPolicy", - "Name": "New-AzApplicationGatewaySslPolicy", - "ClassName": "Microsoft.Azure.Commands.Network.NewAzureApplicationGatewaySslPolicyCommand", - "SupportsShouldProcess": true, + "NounName": "AzApplicationGatewayRewriteRule", + "Name": "New-AzApplicationGatewayRewriteRule", + "ClassName": "Microsoft.Azure.Commands.Network.NewAzureApplicationGatewayRewriteRuleCommand", + "SupportsShouldProcess": false, "ConfirmImpact": 2, "SupportsPaging": false, "DefaultParameterSetName": "__AllParameterSets", @@ -66297,16 +65561,16 @@ { "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", - "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRule", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { - "DisabledSslProtocols": "System.Collections.Generic.List`1[System.String]", - "CipherSuites": "System.Collections.Generic.List`1[System.String]", - "PolicyType": "System.String", - "PolicyName": "System.String", - "MinProtocolVersion": "System.String", - "DisabledSslProtocolsText": "System.String", - "CipherSuitesText": "System.String" + "ActionSet": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleActionSet", + "Conditions": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleCondition]", + "RuleSequence": "System.Nullable`1[System.Int32]", + "ProvisioningState": "System.String", + "Name": "System.String", + "ActionSetText": "System.String", + "ConditionsText": "System.String" }, "ElementType": null, "GenericTypeArguments": [], @@ -66352,29 +65616,7 @@ ], "Parameters": [ { - "Name": "DisabledSslProtocols", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.String[]", - "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": "System.String", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [ - "TLSv1_0", - "TLSv1_1", - "TLSv1_2" - ], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - { - "Name": "PolicyType", + "Name": "Name", "AliasList": [], "Type": { "Namespace": "System", @@ -66386,41 +65628,77 @@ "Methods": [], "Constructors": [] }, - "ValidateSet": [ - "Predefined", - "Custom" - ], + "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false + "ValidateNotNullOrEmpty": true }, { - "Name": "PolicyName", + "Name": "ActionSet", "AliasList": [], "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, + "Namespace": "Microsoft.Azure.Commands.Network.Models", + "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleActionSet", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleActionSet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "UrlConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlConfiguration", + "RequestHeaderConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHeaderConfiguration]", + "ResponseHeaderConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHeaderConfiguration]", + "RequestHeaderConfigurationsText": "System.String", + "ResponseHeaderConfigurationsText": "System.String", + "UrlConfigurationText": "System.String" + }, "ElementType": null, "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] }, "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false + "ValidateNotNullOrEmpty": true }, { - "Name": "CipherSuite", + "Name": "RuleSequence", "AliasList": [], "Type": { "Namespace": "System", - "Name": "System.String[]", - "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Name": "System.Int32", + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, - "ElementType": "System.String", + "ElementType": null, "GenericTypeArguments": [], "Methods": [], "Constructors": [] @@ -66428,26 +65706,22 @@ "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true + "ValidateNotNullOrEmpty": false }, { - "Name": "MinProtocolVersion", + "Name": "Condition", "AliasList": [], "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Namespace": "Microsoft.Azure.Commands.Network.Models", + "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleCondition[]", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleCondition[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, - "ElementType": null, + "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleCondition", "GenericTypeArguments": [], "Methods": [], "Constructors": [] }, - "ValidateSet": [ - "TLSv1_0", - "TLSv1_1", - "TLSv1_2" - ], + "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false @@ -66492,35 +65766,7 @@ "Parameters": [ { "ParameterMetadata": { - "Name": "DisabledSslProtocols", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.String[]", - "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": "System.String", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [ - "TLSv1_0", - "TLSv1_1", - "TLSv1_2" - ], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "PolicyType", + "Name": "Name", "AliasList": [], "Type": { "Namespace": "System", @@ -66532,53 +65778,89 @@ "Methods": [], "Constructors": [] }, - "ValidateSet": [ - "Predefined", - "Custom" - ], + "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false + "ValidateNotNullOrEmpty": true }, - "Mandatory": false, + "Mandatory": true, "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "PolicyName", + "Name": "ActionSet", "AliasList": [], "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, + "Namespace": "Microsoft.Azure.Commands.Network.Models", + "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleActionSet", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleActionSet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "UrlConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlConfiguration", + "RequestHeaderConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHeaderConfiguration]", + "ResponseHeaderConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHeaderConfiguration]", + "RequestHeaderConfigurationsText": "System.String", + "ResponseHeaderConfigurationsText": "System.String", + "UrlConfigurationText": "System.String" + }, "ElementType": null, "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] }, "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false + "ValidateNotNullOrEmpty": true }, - "Mandatory": false, + "Mandatory": true, "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "CipherSuite", + "Name": "RuleSequence", "AliasList": [], "Type": { "Namespace": "System", - "Name": "System.String[]", - "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Name": "System.Int32", + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, - "ElementType": "System.String", + "ElementType": null, "GenericTypeArguments": [], "Methods": [], "Constructors": [] @@ -66586,7 +65868,7 @@ "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true + "ValidateNotNullOrEmpty": false }, "Mandatory": false, "Position": -2147483648, @@ -66595,23 +65877,19 @@ }, { "ParameterMetadata": { - "Name": "MinProtocolVersion", + "Name": "Condition", "AliasList": [], "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Namespace": "Microsoft.Azure.Commands.Network.Models", + "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleCondition[]", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleCondition[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, - "ElementType": null, + "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleCondition", "GenericTypeArguments": [], "Methods": [], "Constructors": [] }, - "ValidateSet": [ - "TLSv1_0", - "TLSv1_1", - "TLSv1_2" - ], + "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false @@ -66666,11 +65944,11 @@ "AliasList": [] }, { - "VerbName": "Remove", - "NounName": "AzApplicationGatewaySslPolicy", - "Name": "Remove-AzApplicationGatewaySslPolicy", - "ClassName": "Microsoft.Azure.Commands.Network.RemoveAzureApplicationGatewaySslPolicyCommand", - "SupportsShouldProcess": true, + "VerbName": "Set", + "NounName": "AzApplicationGateway", + "Name": "Set-AzApplicationGateway", + "ClassName": "Microsoft.Azure.Commands.Network.SetAzureApplicationGatewayCommand", + "SupportsShouldProcess": false, "ConfirmImpact": 2, "SupportsPaging": false, "DefaultParameterSetName": "__AllParameterSets", @@ -66679,7 +65957,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -66695,6 +65973,8 @@ "FrontendPorts": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort]", "HttpListeners": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener]", "GatewayIPConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayIPConfiguration]", + "PrivateEndpointConnections": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateEndpointConnection]", + "PrivateLinkConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkConfiguration]", "Probes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe]", "RedirectConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration]", "RequestRoutingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRequestRoutingRule]", @@ -66704,21 +65984,23 @@ "UrlPathMaps": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap]", "Zones": "System.Collections.Generic.List`1[System.String]", "Tag": "System.Collections.Hashtable", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", - "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", - "IdentityText": "System.String", - "SslPolicyText": "System.String", - "FirewallPolicyText": "System.String", - "ResourceGroupName": "System.String", + "Name": "System.String", "TagsTable": "System.String", - "ResourceGuid": "System.String", + "IdentityText": "System.String", "Type": "System.String", - "Name": "System.String", - "UrlPathMapsText": "System.String", + "ResourceGuid": "System.String", "Location": "System.String", - "ProbesText": "System.String", + "ResourceGroupName": "System.String", + "PrivateLinkEndpointConnectionsText": "System.String", + "PrivateLinkConfigurationsText": "System.String", + "FirewallPolicyText": "System.String", + "SslPolicyText": "System.String", + "UrlPathMapsText": "System.String", "ProvisioningState": "System.String", + "RequestRoutingRulesText": "System.String", "RewriteRuleSetsText": "System.String", "HttpListenersText": "System.String", "BackendHttpSettingsCollectionText": "System.String", @@ -66730,7 +66012,7 @@ "GatewayIpConfigurationsText": "System.String", "Etag": "System.String", "OperationalState": "System.String", - "RequestRoutingRulesText": "System.String", + "ProbesText": "System.String", "Id": "System.String" }, "ElementType": null, @@ -66782,7 +66064,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -66798,6 +66080,8 @@ "FrontendPorts": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort]", "HttpListeners": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener]", "GatewayIPConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayIPConfiguration]", + "PrivateEndpointConnections": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateEndpointConnection]", + "PrivateLinkConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkConfiguration]", "Probes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe]", "RedirectConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration]", "RequestRoutingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRequestRoutingRule]", @@ -66807,21 +66091,23 @@ "UrlPathMaps": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap]", "Zones": "System.Collections.Generic.List`1[System.String]", "Tag": "System.Collections.Hashtable", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", - "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", - "IdentityText": "System.String", - "SslPolicyText": "System.String", - "FirewallPolicyText": "System.String", - "ResourceGroupName": "System.String", + "Name": "System.String", "TagsTable": "System.String", - "ResourceGuid": "System.String", + "IdentityText": "System.String", "Type": "System.String", - "Name": "System.String", - "UrlPathMapsText": "System.String", + "ResourceGuid": "System.String", "Location": "System.String", - "ProbesText": "System.String", + "ResourceGroupName": "System.String", + "PrivateLinkEndpointConnectionsText": "System.String", + "PrivateLinkConfigurationsText": "System.String", + "FirewallPolicyText": "System.String", + "SslPolicyText": "System.String", + "UrlPathMapsText": "System.String", "ProvisioningState": "System.String", + "RequestRoutingRulesText": "System.String", "RewriteRuleSetsText": "System.String", "HttpListenersText": "System.String", "BackendHttpSettingsCollectionText": "System.String", @@ -66833,7 +66119,7 @@ "GatewayIpConfigurationsText": "System.String", "Etag": "System.String", "OperationalState": "System.String", - "RequestRoutingRulesText": "System.String", + "ProbesText": "System.String", "Id": "System.String" }, "ElementType": null, @@ -66879,7 +66165,7 @@ "ValidateNotNullOrEmpty": false }, { - "Name": "Force", + "Name": "AsJob", "AliasList": [], "Type": { "Namespace": "System.Management.Automation", @@ -66941,7 +66227,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -66957,6 +66243,8 @@ "FrontendPorts": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort]", "HttpListeners": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener]", "GatewayIPConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayIPConfiguration]", + "PrivateEndpointConnections": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateEndpointConnection]", + "PrivateLinkConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkConfiguration]", "Probes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe]", "RedirectConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration]", "RequestRoutingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRequestRoutingRule]", @@ -66966,21 +66254,23 @@ "UrlPathMaps": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap]", "Zones": "System.Collections.Generic.List`1[System.String]", "Tag": "System.Collections.Hashtable", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", - "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", - "IdentityText": "System.String", - "SslPolicyText": "System.String", - "FirewallPolicyText": "System.String", - "ResourceGroupName": "System.String", + "Name": "System.String", "TagsTable": "System.String", - "ResourceGuid": "System.String", + "IdentityText": "System.String", "Type": "System.String", - "Name": "System.String", - "UrlPathMapsText": "System.String", + "ResourceGuid": "System.String", "Location": "System.String", - "ProbesText": "System.String", + "ResourceGroupName": "System.String", + "PrivateLinkEndpointConnectionsText": "System.String", + "PrivateLinkConfigurationsText": "System.String", + "FirewallPolicyText": "System.String", + "SslPolicyText": "System.String", + "UrlPathMapsText": "System.String", "ProvisioningState": "System.String", + "RequestRoutingRulesText": "System.String", "RewriteRuleSetsText": "System.String", "HttpListenersText": "System.String", "BackendHttpSettingsCollectionText": "System.String", @@ -66992,7 +66282,7 @@ "GatewayIpConfigurationsText": "System.String", "Etag": "System.String", "OperationalState": "System.String", - "RequestRoutingRulesText": "System.String", + "ProbesText": "System.String", "Id": "System.String" }, "ElementType": null, @@ -67044,7 +66334,7 @@ }, { "ParameterMetadata": { - "Name": "Force", + "Name": "AsJob", "AliasList": [], "Type": { "Namespace": "System.Management.Automation", @@ -67111,11 +66401,11 @@ "AliasList": [] }, { - "VerbName": "Set", - "NounName": "AzApplicationGatewaySslPolicy", - "Name": "Set-AzApplicationGatewaySslPolicy", - "ClassName": "Microsoft.Azure.Commands.Network.SetAzureApplicationGatewaySslPolicyCommand", - "SupportsShouldProcess": true, + "VerbName": "Get", + "NounName": "AzApplicationGatewaySku", + "Name": "Get-AzApplicationGatewaySku", + "ClassName": "Microsoft.Azure.Commands.Network.GetAzureApplicationGatewaySkuCommand", + "SupportsShouldProcess": false, "ConfirmImpact": 2, "SupportsPaging": false, "DefaultParameterSetName": "__AllParameterSets", @@ -67123,60 +66413,12 @@ { "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", - "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { - "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", - "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", - "SslPolicy": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslPolicy", - "WebApplicationFirewallConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayWebApplicationFirewallConfiguration", - "Identity": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity", - "FirewallPolicy": "Microsoft.Azure.Commands.Network.Models.PSResourceId", - "AuthenticationCertificates": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAuthenticationCertificate]", - "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool]", - "BackendHttpSettingsCollection": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings]", - "CustomErrorConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError]", - "FrontendIPConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendIPConfiguration]", - "FrontendPorts": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort]", - "HttpListeners": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener]", - "GatewayIPConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayIPConfiguration]", - "Probes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe]", - "RedirectConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration]", - "RequestRoutingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRequestRoutingRule]", - "RewriteRuleSets": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet]", - "SslCertificates": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslCertificate]", - "TrustedRootCertificates": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedRootCertificate]", - "UrlPathMaps": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap]", - "Zones": "System.Collections.Generic.List`1[System.String]", - "Tag": "System.Collections.Hashtable", - "EnableHttp2": "System.Nullable`1[System.Boolean]", - "EnableFips": "System.Nullable`1[System.Boolean]", - "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", - "IdentityText": "System.String", - "SslPolicyText": "System.String", - "FirewallPolicyText": "System.String", - "ResourceGroupName": "System.String", - "TagsTable": "System.String", - "ResourceGuid": "System.String", - "Type": "System.String", - "Name": "System.String", - "UrlPathMapsText": "System.String", - "Location": "System.String", - "ProbesText": "System.String", - "ProvisioningState": "System.String", - "RewriteRuleSetsText": "System.String", - "HttpListenersText": "System.String", - "BackendHttpSettingsCollectionText": "System.String", - "BackendAddressPoolsText": "System.String", - "FrontendPortsText": "System.String", - "FrontendIpConfigurationsText": "System.String", - "SslCertificatesText": "System.String", - "AuthenticationCertificatesText": "System.String", - "GatewayIpConfigurationsText": "System.String", - "Etag": "System.String", - "OperationalState": "System.String", - "RequestRoutingRulesText": "System.String", - "Id": "System.String" + "Capacity": "System.Nullable`1[System.Int32]", + "Tier": "System.String", + "Name": "System.String" }, "ElementType": null, "GenericTypeArguments": [], @@ -67227,7 +66469,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -67243,6 +66485,8 @@ "FrontendPorts": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort]", "HttpListeners": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener]", "GatewayIPConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayIPConfiguration]", + "PrivateEndpointConnections": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateEndpointConnection]", + "PrivateLinkConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkConfiguration]", "Probes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe]", "RedirectConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration]", "RequestRoutingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRequestRoutingRule]", @@ -67252,21 +66496,23 @@ "UrlPathMaps": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap]", "Zones": "System.Collections.Generic.List`1[System.String]", "Tag": "System.Collections.Hashtable", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", - "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", - "IdentityText": "System.String", - "SslPolicyText": "System.String", - "FirewallPolicyText": "System.String", - "ResourceGroupName": "System.String", + "Name": "System.String", "TagsTable": "System.String", - "ResourceGuid": "System.String", + "IdentityText": "System.String", "Type": "System.String", - "Name": "System.String", - "UrlPathMapsText": "System.String", + "ResourceGuid": "System.String", "Location": "System.String", - "ProbesText": "System.String", + "ResourceGroupName": "System.String", + "PrivateLinkEndpointConnectionsText": "System.String", + "PrivateLinkConfigurationsText": "System.String", + "FirewallPolicyText": "System.String", + "SslPolicyText": "System.String", + "UrlPathMapsText": "System.String", "ProvisioningState": "System.String", + "RequestRoutingRulesText": "System.String", "RewriteRuleSetsText": "System.String", "HttpListenersText": "System.String", "BackendHttpSettingsCollectionText": "System.String", @@ -67278,7 +66524,7 @@ "GatewayIpConfigurationsText": "System.String", "Etag": "System.String", "OperationalState": "System.String", - "RequestRoutingRulesText": "System.String", + "ProbesText": "System.String", "Id": "System.String" }, "ElementType": null, @@ -67323,107 +66569,6 @@ "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, - { - "Name": "DisabledSslProtocols", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.String[]", - "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": "System.String", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [ - "TLSv1_0", - "TLSv1_1", - "TLSv1_2" - ], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - { - "Name": "PolicyType", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [ - "Predefined", - "Custom" - ], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "PolicyName", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "CipherSuite", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.String[]", - "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": "System.String", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - { - "Name": "MinProtocolVersion", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [ - "TLSv1_0", - "TLSv1_1", - "TLSv1_2" - ], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, { "Name": "DefaultProfile", "AliasList": [ @@ -67469,7 +66614,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -67485,6 +66630,8 @@ "FrontendPorts": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort]", "HttpListeners": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener]", "GatewayIPConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayIPConfiguration]", + "PrivateEndpointConnections": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateEndpointConnection]", + "PrivateLinkConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkConfiguration]", "Probes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe]", "RedirectConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration]", "RequestRoutingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRequestRoutingRule]", @@ -67494,21 +66641,23 @@ "UrlPathMaps": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap]", "Zones": "System.Collections.Generic.List`1[System.String]", "Tag": "System.Collections.Hashtable", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", - "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", - "IdentityText": "System.String", - "SslPolicyText": "System.String", - "FirewallPolicyText": "System.String", - "ResourceGroupName": "System.String", + "Name": "System.String", "TagsTable": "System.String", - "ResourceGuid": "System.String", + "IdentityText": "System.String", "Type": "System.String", - "Name": "System.String", - "UrlPathMapsText": "System.String", + "ResourceGuid": "System.String", "Location": "System.String", - "ProbesText": "System.String", + "ResourceGroupName": "System.String", + "PrivateLinkEndpointConnectionsText": "System.String", + "PrivateLinkConfigurationsText": "System.String", + "FirewallPolicyText": "System.String", + "SslPolicyText": "System.String", + "UrlPathMapsText": "System.String", "ProvisioningState": "System.String", + "RequestRoutingRulesText": "System.String", "RewriteRuleSetsText": "System.String", "HttpListenersText": "System.String", "BackendHttpSettingsCollectionText": "System.String", @@ -67520,7 +66669,7 @@ "GatewayIpConfigurationsText": "System.String", "Etag": "System.String", "OperationalState": "System.String", - "RequestRoutingRulesText": "System.String", + "ProbesText": "System.String", "Id": "System.String" }, "ElementType": null, @@ -67572,165 +66721,34 @@ }, { "ParameterMetadata": { - "Name": "DisabledSslProtocols", - "AliasList": [], + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], "Type": { - "Namespace": "System", - "Name": "System.String[]", - "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": "System.String", + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + }, + "ElementType": null, "GenericTypeArguments": [], - "Methods": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], "Constructors": [] }, - "ValidateSet": [ - "TLSv1_0", - "TLSv1_1", - "TLSv1_2" - ], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "PolicyType", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [ - "Predefined", - "Custom" - ], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "PolicyName", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "CipherSuite", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.String[]", - "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": "System.String", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "MinProtocolVersion", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [ - "TLSv1_0", - "TLSv1_1", - "TLSv1_2" - ], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "DefaultProfile", - "AliasList": [ - "AzContext", - "AzureRmContext", - "AzureCredential" - ], - "Type": { - "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", - "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", - "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", - "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", - "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "Clear", - "Parameters": [], - "ReturnType": "System.Void" - } - ], - "Constructors": [] - }, - "ValidateSet": [], + "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false @@ -67746,10 +66764,10 @@ "AliasList": [] }, { - "VerbName": "Start", - "NounName": "AzApplicationGateway", - "Name": "Start-AzApplicationGateway", - "ClassName": "Microsoft.Azure.Commands.Network.StartAzureApplicationGatewayCommand", + "VerbName": "New", + "NounName": "AzApplicationGatewaySku", + "Name": "New-AzApplicationGatewaySku", + "ClassName": "Microsoft.Azure.Commands.Network.NewAzureApplicationGatewaySkuCommand", "SupportsShouldProcess": false, "ConfirmImpact": 2, "SupportsPaging": false, @@ -67758,60 +66776,12 @@ { "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", - "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { - "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", - "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", - "SslPolicy": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslPolicy", - "WebApplicationFirewallConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayWebApplicationFirewallConfiguration", - "Identity": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity", - "FirewallPolicy": "Microsoft.Azure.Commands.Network.Models.PSResourceId", - "AuthenticationCertificates": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAuthenticationCertificate]", - "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool]", - "BackendHttpSettingsCollection": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings]", - "CustomErrorConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError]", - "FrontendIPConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendIPConfiguration]", - "FrontendPorts": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort]", - "HttpListeners": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener]", - "GatewayIPConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayIPConfiguration]", - "Probes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe]", - "RedirectConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration]", - "RequestRoutingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRequestRoutingRule]", - "RewriteRuleSets": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet]", - "SslCertificates": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslCertificate]", - "TrustedRootCertificates": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedRootCertificate]", - "UrlPathMaps": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap]", - "Zones": "System.Collections.Generic.List`1[System.String]", - "Tag": "System.Collections.Hashtable", - "EnableHttp2": "System.Nullable`1[System.Boolean]", - "EnableFips": "System.Nullable`1[System.Boolean]", - "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", - "IdentityText": "System.String", - "SslPolicyText": "System.String", - "FirewallPolicyText": "System.String", - "ResourceGroupName": "System.String", - "TagsTable": "System.String", - "ResourceGuid": "System.String", - "Type": "System.String", - "Name": "System.String", - "UrlPathMapsText": "System.String", - "Location": "System.String", - "ProbesText": "System.String", - "ProvisioningState": "System.String", - "RewriteRuleSetsText": "System.String", - "HttpListenersText": "System.String", - "BackendHttpSettingsCollectionText": "System.String", - "BackendAddressPoolsText": "System.String", - "FrontendPortsText": "System.String", - "FrontendIpConfigurationsText": "System.String", - "SslCertificatesText": "System.String", - "AuthenticationCertificatesText": "System.String", - "GatewayIpConfigurationsText": "System.String", - "Etag": "System.String", - "OperationalState": "System.String", - "RequestRoutingRulesText": "System.String", - "Id": "System.String" + "Capacity": "System.Nullable`1[System.Int32]", + "Tier": "System.String", + "Name": "System.String" }, "ElementType": null, "GenericTypeArguments": [], @@ -67857,106 +66827,73 @@ ], "Parameters": [ { - "Name": "ApplicationGateway", + "Name": "Name", "AliasList": [], "Type": { - "Namespace": "Microsoft.Azure.Commands.Network.Models", - "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", - "Properties": { - "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", - "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", - "SslPolicy": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslPolicy", - "WebApplicationFirewallConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayWebApplicationFirewallConfiguration", - "Identity": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity", - "FirewallPolicy": "Microsoft.Azure.Commands.Network.Models.PSResourceId", - "AuthenticationCertificates": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAuthenticationCertificate]", - "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool]", - "BackendHttpSettingsCollection": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings]", - "CustomErrorConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError]", - "FrontendIPConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendIPConfiguration]", - "FrontendPorts": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort]", - "HttpListeners": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener]", - "GatewayIPConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayIPConfiguration]", - "Probes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe]", - "RedirectConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration]", - "RequestRoutingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRequestRoutingRule]", - "RewriteRuleSets": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet]", - "SslCertificates": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslCertificate]", - "TrustedRootCertificates": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedRootCertificate]", - "UrlPathMaps": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap]", - "Zones": "System.Collections.Generic.List`1[System.String]", - "Tag": "System.Collections.Hashtable", - "EnableHttp2": "System.Nullable`1[System.Boolean]", - "EnableFips": "System.Nullable`1[System.Boolean]", - "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", - "IdentityText": "System.String", - "SslPolicyText": "System.String", - "FirewallPolicyText": "System.String", - "ResourceGroupName": "System.String", - "TagsTable": "System.String", - "ResourceGuid": "System.String", - "Type": "System.String", - "Name": "System.String", - "UrlPathMapsText": "System.String", - "Location": "System.String", - "ProbesText": "System.String", - "ProvisioningState": "System.String", - "RewriteRuleSetsText": "System.String", - "HttpListenersText": "System.String", - "BackendHttpSettingsCollectionText": "System.String", - "BackendAddressPoolsText": "System.String", - "FrontendPortsText": "System.String", - "FrontendIpConfigurationsText": "System.String", - "SslCertificatesText": "System.String", - "AuthenticationCertificatesText": "System.String", - "GatewayIpConfigurationsText": "System.String", - "Etag": "System.String", - "OperationalState": "System.String", - "RequestRoutingRulesText": "System.String", - "Id": "System.String" - }, + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, "ElementType": null, "GenericTypeArguments": [], - "Methods": [ - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [ + "Standard_Small", + "Standard_Medium", + "Standard_Large", + "WAF_Medium", + "WAF_Large", + "Standard_v2", + "WAF_v2" + ], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "Tier", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [ + "Standard", + "WAF", + "Standard_v2", + "WAF_v2" + ], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "Capacity", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.Nullable`1[System.Int32]", + "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "System.Int32" ], - "Constructors": [ - { - "Name": "", - "ReturnType": null, - "Parameters": [] - } - ] + "Methods": [], + "Constructors": [] }, "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false + "ValidateNotNullOrEmpty": true }, { "Name": "DefaultProfile", @@ -67998,110 +66935,89 @@ "Parameters": [ { "ParameterMetadata": { - "Name": "ApplicationGateway", + "Name": "Name", "AliasList": [], "Type": { - "Namespace": "Microsoft.Azure.Commands.Network.Models", - "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", - "Properties": { - "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", - "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", - "SslPolicy": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslPolicy", - "WebApplicationFirewallConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayWebApplicationFirewallConfiguration", - "Identity": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity", - "FirewallPolicy": "Microsoft.Azure.Commands.Network.Models.PSResourceId", - "AuthenticationCertificates": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAuthenticationCertificate]", - "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool]", - "BackendHttpSettingsCollection": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings]", - "CustomErrorConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError]", - "FrontendIPConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendIPConfiguration]", - "FrontendPorts": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort]", - "HttpListeners": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener]", - "GatewayIPConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayIPConfiguration]", - "Probes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe]", - "RedirectConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration]", - "RequestRoutingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRequestRoutingRule]", - "RewriteRuleSets": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet]", - "SslCertificates": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslCertificate]", - "TrustedRootCertificates": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedRootCertificate]", - "UrlPathMaps": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap]", - "Zones": "System.Collections.Generic.List`1[System.String]", - "Tag": "System.Collections.Hashtable", - "EnableHttp2": "System.Nullable`1[System.Boolean]", - "EnableFips": "System.Nullable`1[System.Boolean]", - "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", - "IdentityText": "System.String", - "SslPolicyText": "System.String", - "FirewallPolicyText": "System.String", - "ResourceGroupName": "System.String", - "TagsTable": "System.String", - "ResourceGuid": "System.String", - "Type": "System.String", - "Name": "System.String", - "UrlPathMapsText": "System.String", - "Location": "System.String", - "ProbesText": "System.String", - "ProvisioningState": "System.String", - "RewriteRuleSetsText": "System.String", - "HttpListenersText": "System.String", - "BackendHttpSettingsCollectionText": "System.String", - "BackendAddressPoolsText": "System.String", - "FrontendPortsText": "System.String", - "FrontendIpConfigurationsText": "System.String", - "SslCertificatesText": "System.String", - "AuthenticationCertificatesText": "System.String", - "GatewayIpConfigurationsText": "System.String", - "Etag": "System.String", - "OperationalState": "System.String", - "RequestRoutingRulesText": "System.String", - "Id": "System.String" - }, + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, "ElementType": null, "GenericTypeArguments": [], - "Methods": [ - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [ + "Standard_Small", + "Standard_Medium", + "Standard_Large", + "WAF_Medium", + "WAF_Large", + "Standard_v2", + "WAF_v2" + ], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Tier", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [ + "Standard", + "WAF", + "Standard_v2", + "WAF_v2" + ], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Capacity", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.Nullable`1[System.Int32]", + "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "System.Int32" ], - "Constructors": [ - { - "Name": "", - "ReturnType": null, - "Parameters": [] - } - ] + "Methods": [], + "Constructors": [] }, "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false + "ValidateNotNullOrEmpty": true }, - "Mandatory": true, + "Mandatory": false, "Position": -2147483648, - "ValueFromPipeline": true, + "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, { @@ -68149,10 +67065,10 @@ "AliasList": [] }, { - "VerbName": "Stop", - "NounName": "AzApplicationGateway", - "Name": "Stop-AzApplicationGateway", - "ClassName": "Microsoft.Azure.Commands.Network.StopAzureApplicationGatewayCommand", + "VerbName": "Set", + "NounName": "AzApplicationGatewaySku", + "Name": "Set-AzApplicationGatewaySku", + "ClassName": "Microsoft.Azure.Commands.Network.SetAzureApplicationGatewaySkuCommand", "SupportsShouldProcess": false, "ConfirmImpact": 2, "SupportsPaging": false, @@ -68162,7 +67078,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -68178,6 +67094,8 @@ "FrontendPorts": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort]", "HttpListeners": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener]", "GatewayIPConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayIPConfiguration]", + "PrivateEndpointConnections": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateEndpointConnection]", + "PrivateLinkConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkConfiguration]", "Probes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe]", "RedirectConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration]", "RequestRoutingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRequestRoutingRule]", @@ -68187,21 +67105,23 @@ "UrlPathMaps": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap]", "Zones": "System.Collections.Generic.List`1[System.String]", "Tag": "System.Collections.Hashtable", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", - "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", - "IdentityText": "System.String", - "SslPolicyText": "System.String", - "FirewallPolicyText": "System.String", - "ResourceGroupName": "System.String", + "Name": "System.String", "TagsTable": "System.String", - "ResourceGuid": "System.String", + "IdentityText": "System.String", "Type": "System.String", - "Name": "System.String", - "UrlPathMapsText": "System.String", + "ResourceGuid": "System.String", "Location": "System.String", - "ProbesText": "System.String", + "ResourceGroupName": "System.String", + "PrivateLinkEndpointConnectionsText": "System.String", + "PrivateLinkConfigurationsText": "System.String", + "FirewallPolicyText": "System.String", + "SslPolicyText": "System.String", + "UrlPathMapsText": "System.String", "ProvisioningState": "System.String", + "RequestRoutingRulesText": "System.String", "RewriteRuleSetsText": "System.String", "HttpListenersText": "System.String", "BackendHttpSettingsCollectionText": "System.String", @@ -68213,7 +67133,7 @@ "GatewayIpConfigurationsText": "System.String", "Etag": "System.String", "OperationalState": "System.String", - "RequestRoutingRulesText": "System.String", + "ProbesText": "System.String", "Id": "System.String" }, "ElementType": null, @@ -68265,7 +67185,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -68281,6 +67201,8 @@ "FrontendPorts": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort]", "HttpListeners": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener]", "GatewayIPConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayIPConfiguration]", + "PrivateEndpointConnections": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateEndpointConnection]", + "PrivateLinkConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkConfiguration]", "Probes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe]", "RedirectConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration]", "RequestRoutingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRequestRoutingRule]", @@ -68290,21 +67212,23 @@ "UrlPathMaps": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap]", "Zones": "System.Collections.Generic.List`1[System.String]", "Tag": "System.Collections.Hashtable", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", - "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", - "IdentityText": "System.String", - "SslPolicyText": "System.String", - "FirewallPolicyText": "System.String", - "ResourceGroupName": "System.String", + "Name": "System.String", "TagsTable": "System.String", - "ResourceGuid": "System.String", + "IdentityText": "System.String", "Type": "System.String", - "Name": "System.String", - "UrlPathMapsText": "System.String", + "ResourceGuid": "System.String", "Location": "System.String", - "ProbesText": "System.String", + "ResourceGroupName": "System.String", + "PrivateLinkEndpointConnectionsText": "System.String", + "PrivateLinkConfigurationsText": "System.String", + "FirewallPolicyText": "System.String", + "SslPolicyText": "System.String", + "UrlPathMapsText": "System.String", "ProvisioningState": "System.String", + "RequestRoutingRulesText": "System.String", "RewriteRuleSetsText": "System.String", "HttpListenersText": "System.String", "BackendHttpSettingsCollectionText": "System.String", @@ -68316,7 +67240,7 @@ "GatewayIpConfigurationsText": "System.String", "Etag": "System.String", "OperationalState": "System.String", - "RequestRoutingRulesText": "System.String", + "ProbesText": "System.String", "Id": "System.String" }, "ElementType": null, @@ -68362,22 +67286,73 @@ "ValidateNotNullOrEmpty": false }, { - "Name": "AsJob", + "Name": "Name", "AliasList": [], "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], "Methods": [], "Constructors": [] }, + "ValidateSet": [ + "Standard_Small", + "Standard_Medium", + "Standard_Large", + "WAF_Medium", + "WAF_Large", + "Standard_v2", + "WAF_v2" + ], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "Tier", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [ + "Standard", + "WAF", + "Standard_v2", + "WAF_v2" + ], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "Capacity", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.Nullable`1[System.Int32]", + "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "System.Int32" + ], + "Methods": [], + "Constructors": [] + }, "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false + "ValidateNotNullOrEmpty": true }, { "Name": "DefaultProfile", @@ -68424,7 +67399,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -68440,6 +67415,8 @@ "FrontendPorts": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort]", "HttpListeners": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener]", "GatewayIPConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayIPConfiguration]", + "PrivateEndpointConnections": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateEndpointConnection]", + "PrivateLinkConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkConfiguration]", "Probes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe]", "RedirectConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration]", "RequestRoutingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRequestRoutingRule]", @@ -68449,21 +67426,23 @@ "UrlPathMaps": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap]", "Zones": "System.Collections.Generic.List`1[System.String]", "Tag": "System.Collections.Hashtable", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", - "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", - "IdentityText": "System.String", - "SslPolicyText": "System.String", - "FirewallPolicyText": "System.String", - "ResourceGroupName": "System.String", + "Name": "System.String", "TagsTable": "System.String", - "ResourceGuid": "System.String", + "IdentityText": "System.String", "Type": "System.String", - "Name": "System.String", - "UrlPathMapsText": "System.String", + "ResourceGuid": "System.String", "Location": "System.String", - "ProbesText": "System.String", + "ResourceGroupName": "System.String", + "PrivateLinkEndpointConnectionsText": "System.String", + "PrivateLinkConfigurationsText": "System.String", + "FirewallPolicyText": "System.String", + "SslPolicyText": "System.String", + "UrlPathMapsText": "System.String", "ProvisioningState": "System.String", + "RequestRoutingRulesText": "System.String", "RewriteRuleSetsText": "System.String", "HttpListenersText": "System.String", "BackendHttpSettingsCollectionText": "System.String", @@ -68475,7 +67454,7 @@ "GatewayIpConfigurationsText": "System.String", "Etag": "System.String", "OperationalState": "System.String", - "RequestRoutingRulesText": "System.String", + "ProbesText": "System.String", "Id": "System.String" }, "ElementType": null, @@ -68527,22 +67506,85 @@ }, { "ParameterMetadata": { - "Name": "AsJob", + "Name": "Name", "AliasList": [], "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [ + "Standard_Small", + "Standard_Medium", + "Standard_Large", + "WAF_Medium", + "WAF_Large", + "Standard_v2", + "WAF_v2" + ], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Tier", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], "Methods": [], "Constructors": [] }, + "ValidateSet": [ + "Standard", + "WAF", + "Standard_v2", + "WAF_v2" + ], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Capacity", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.Nullable`1[System.Int32]", + "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "System.Int32" + ], + "Methods": [], + "Constructors": [] + }, "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false + "ValidateNotNullOrEmpty": true }, "Mandatory": false, "Position": -2147483648, @@ -68595,10 +67637,10 @@ }, { "VerbName": "Add", - "NounName": "AzApplicationGatewayTrustedRootCertificate", - "Name": "Add-AzApplicationGatewayTrustedRootCertificate", - "ClassName": "Microsoft.Azure.Commands.Network.AddAzureApplicationGatewayTrustedRootCertificateCommand", - "SupportsShouldProcess": true, + "NounName": "AzApplicationGatewaySslCertificate", + "Name": "Add-AzApplicationGatewaySslCertificate", + "ClassName": "Microsoft.Azure.Commands.Network.AddAzureApplicationGatewaySslCertificateCommand", + "SupportsShouldProcess": false, "ConfirmImpact": 2, "SupportsPaging": false, "DefaultParameterSetName": "__AllParameterSets", @@ -68607,7 +67649,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -68623,6 +67665,8 @@ "FrontendPorts": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort]", "HttpListeners": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener]", "GatewayIPConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayIPConfiguration]", + "PrivateEndpointConnections": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateEndpointConnection]", + "PrivateLinkConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkConfiguration]", "Probes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe]", "RedirectConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration]", "RequestRoutingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRequestRoutingRule]", @@ -68632,21 +67676,23 @@ "UrlPathMaps": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap]", "Zones": "System.Collections.Generic.List`1[System.String]", "Tag": "System.Collections.Hashtable", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", - "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", - "IdentityText": "System.String", - "SslPolicyText": "System.String", - "FirewallPolicyText": "System.String", - "ResourceGroupName": "System.String", + "Name": "System.String", "TagsTable": "System.String", - "ResourceGuid": "System.String", + "IdentityText": "System.String", "Type": "System.String", - "Name": "System.String", - "UrlPathMapsText": "System.String", + "ResourceGuid": "System.String", "Location": "System.String", - "ProbesText": "System.String", + "ResourceGroupName": "System.String", + "PrivateLinkEndpointConnectionsText": "System.String", + "PrivateLinkConfigurationsText": "System.String", + "FirewallPolicyText": "System.String", + "SslPolicyText": "System.String", + "UrlPathMapsText": "System.String", "ProvisioningState": "System.String", + "RequestRoutingRulesText": "System.String", "RewriteRuleSetsText": "System.String", "HttpListenersText": "System.String", "BackendHttpSettingsCollectionText": "System.String", @@ -68658,7 +67704,7 @@ "GatewayIpConfigurationsText": "System.String", "Etag": "System.String", "OperationalState": "System.String", - "RequestRoutingRulesText": "System.String", + "ProbesText": "System.String", "Id": "System.String" }, "ElementType": null, @@ -68710,7 +67756,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -68726,6 +67772,8 @@ "FrontendPorts": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort]", "HttpListeners": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener]", "GatewayIPConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayIPConfiguration]", + "PrivateEndpointConnections": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateEndpointConnection]", + "PrivateLinkConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkConfiguration]", "Probes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe]", "RedirectConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration]", "RequestRoutingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRequestRoutingRule]", @@ -68735,21 +67783,23 @@ "UrlPathMaps": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap]", "Zones": "System.Collections.Generic.List`1[System.String]", "Tag": "System.Collections.Hashtable", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", - "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", - "IdentityText": "System.String", - "SslPolicyText": "System.String", - "FirewallPolicyText": "System.String", - "ResourceGroupName": "System.String", + "Name": "System.String", "TagsTable": "System.String", - "ResourceGuid": "System.String", + "IdentityText": "System.String", "Type": "System.String", - "Name": "System.String", - "UrlPathMapsText": "System.String", + "ResourceGuid": "System.String", "Location": "System.String", - "ProbesText": "System.String", + "ResourceGroupName": "System.String", + "PrivateLinkEndpointConnectionsText": "System.String", + "PrivateLinkConfigurationsText": "System.String", + "FirewallPolicyText": "System.String", + "SslPolicyText": "System.String", + "UrlPathMapsText": "System.String", "ProvisioningState": "System.String", + "RequestRoutingRulesText": "System.String", "RewriteRuleSetsText": "System.String", "HttpListenersText": "System.String", "BackendHttpSettingsCollectionText": "System.String", @@ -68761,7 +67811,7 @@ "GatewayIpConfigurationsText": "System.String", "Etag": "System.String", "OperationalState": "System.String", - "RequestRoutingRulesText": "System.String", + "ProbesText": "System.String", "Id": "System.String" }, "ElementType": null, @@ -68842,6 +67892,42 @@ "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, + { + "Name": "Password", + "AliasList": [], + "Type": { + "Namespace": "System.Security", + "Name": "System.Security.SecureString", + "AssemblyQualifiedName": "System.Security.SecureString, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "KeyVaultSecretId", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, { "Name": "DefaultProfile", "AliasList": [ @@ -68887,7 +67973,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -68903,6 +67989,8 @@ "FrontendPorts": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort]", "HttpListeners": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener]", "GatewayIPConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayIPConfiguration]", + "PrivateEndpointConnections": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateEndpointConnection]", + "PrivateLinkConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkConfiguration]", "Probes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe]", "RedirectConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration]", "RequestRoutingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRequestRoutingRule]", @@ -68912,21 +68000,23 @@ "UrlPathMaps": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap]", "Zones": "System.Collections.Generic.List`1[System.String]", "Tag": "System.Collections.Hashtable", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", - "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", - "IdentityText": "System.String", - "SslPolicyText": "System.String", - "FirewallPolicyText": "System.String", - "ResourceGroupName": "System.String", + "Name": "System.String", "TagsTable": "System.String", - "ResourceGuid": "System.String", + "IdentityText": "System.String", "Type": "System.String", - "Name": "System.String", - "UrlPathMapsText": "System.String", + "ResourceGuid": "System.String", "Location": "System.String", - "ProbesText": "System.String", + "ResourceGroupName": "System.String", + "PrivateLinkEndpointConnectionsText": "System.String", + "PrivateLinkConfigurationsText": "System.String", + "FirewallPolicyText": "System.String", + "SslPolicyText": "System.String", + "UrlPathMapsText": "System.String", "ProvisioningState": "System.String", + "RequestRoutingRulesText": "System.String", "RewriteRuleSetsText": "System.String", "HttpListenersText": "System.String", "BackendHttpSettingsCollectionText": "System.String", @@ -68938,7 +68028,7 @@ "GatewayIpConfigurationsText": "System.String", "Etag": "System.String", "OperationalState": "System.String", - "RequestRoutingRulesText": "System.String", + "ProbesText": "System.String", "Id": "System.String" }, "ElementType": null, @@ -69031,7 +68121,55 @@ "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, - "Mandatory": true, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Password", + "AliasList": [], + "Type": { + "Namespace": "System.Security", + "Name": "System.Security.SecureString", + "AssemblyQualifiedName": "System.Security.SecureString, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "KeyVaultSecretId", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": false, "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false @@ -69082,9 +68220,9 @@ }, { "VerbName": "Get", - "NounName": "AzApplicationGatewayTrustedRootCertificate", - "Name": "Get-AzApplicationGatewayTrustedRootCertificate", - "ClassName": "Microsoft.Azure.Commands.Network.GetAzureApplicationGatewayTrustedRootCertificateCommand", + "NounName": "AzApplicationGatewaySslCertificate", + "Name": "Get-AzApplicationGatewaySslCertificate", + "ClassName": "Microsoft.Azure.Commands.Network.GetAzureApplicationGatewaySslCertificate", "SupportsShouldProcess": false, "ConfirmImpact": 2, "SupportsPaging": false, @@ -69093,10 +68231,13 @@ { "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", - "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedRootCertificate", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedRootCertificate, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslCertificate", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslCertificate, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { + "Password": "System.Security.SecureString", "Data": "System.String", + "PublicCertData": "System.String", + "KeyVaultSecretId": "System.String", "ProvisioningState": "System.String", "Type": "System.String", "Name": "System.String", @@ -69170,7 +68311,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -69186,6 +68327,8 @@ "FrontendPorts": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort]", "HttpListeners": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener]", "GatewayIPConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayIPConfiguration]", + "PrivateEndpointConnections": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateEndpointConnection]", + "PrivateLinkConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkConfiguration]", "Probes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe]", "RedirectConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration]", "RequestRoutingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRequestRoutingRule]", @@ -69195,21 +68338,23 @@ "UrlPathMaps": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap]", "Zones": "System.Collections.Generic.List`1[System.String]", "Tag": "System.Collections.Hashtable", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", - "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", - "IdentityText": "System.String", - "SslPolicyText": "System.String", - "FirewallPolicyText": "System.String", - "ResourceGroupName": "System.String", + "Name": "System.String", "TagsTable": "System.String", - "ResourceGuid": "System.String", + "IdentityText": "System.String", "Type": "System.String", - "Name": "System.String", - "UrlPathMapsText": "System.String", + "ResourceGuid": "System.String", "Location": "System.String", - "ProbesText": "System.String", + "ResourceGroupName": "System.String", + "PrivateLinkEndpointConnectionsText": "System.String", + "PrivateLinkConfigurationsText": "System.String", + "FirewallPolicyText": "System.String", + "SslPolicyText": "System.String", + "UrlPathMapsText": "System.String", "ProvisioningState": "System.String", + "RequestRoutingRulesText": "System.String", "RewriteRuleSetsText": "System.String", "HttpListenersText": "System.String", "BackendHttpSettingsCollectionText": "System.String", @@ -69221,7 +68366,7 @@ "GatewayIpConfigurationsText": "System.String", "Etag": "System.String", "OperationalState": "System.String", - "RequestRoutingRulesText": "System.String", + "ProbesText": "System.String", "Id": "System.String" }, "ElementType": null, @@ -69335,7 +68480,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -69351,6 +68496,8 @@ "FrontendPorts": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort]", "HttpListeners": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener]", "GatewayIPConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayIPConfiguration]", + "PrivateEndpointConnections": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateEndpointConnection]", + "PrivateLinkConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkConfiguration]", "Probes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe]", "RedirectConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration]", "RequestRoutingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRequestRoutingRule]", @@ -69360,21 +68507,23 @@ "UrlPathMaps": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap]", "Zones": "System.Collections.Generic.List`1[System.String]", "Tag": "System.Collections.Hashtable", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", - "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", - "IdentityText": "System.String", - "SslPolicyText": "System.String", - "FirewallPolicyText": "System.String", - "ResourceGroupName": "System.String", + "Name": "System.String", "TagsTable": "System.String", - "ResourceGuid": "System.String", + "IdentityText": "System.String", "Type": "System.String", - "Name": "System.String", - "UrlPathMapsText": "System.String", + "ResourceGuid": "System.String", "Location": "System.String", - "ProbesText": "System.String", + "ResourceGroupName": "System.String", + "PrivateLinkEndpointConnectionsText": "System.String", + "PrivateLinkConfigurationsText": "System.String", + "FirewallPolicyText": "System.String", + "SslPolicyText": "System.String", + "UrlPathMapsText": "System.String", "ProvisioningState": "System.String", + "RequestRoutingRulesText": "System.String", "RewriteRuleSetsText": "System.String", "HttpListenersText": "System.String", "BackendHttpSettingsCollectionText": "System.String", @@ -69386,7 +68535,7 @@ "GatewayIpConfigurationsText": "System.String", "Etag": "System.String", "OperationalState": "System.String", - "RequestRoutingRulesText": "System.String", + "ProbesText": "System.String", "Id": "System.String" }, "ElementType": null, @@ -69482,10 +68631,10 @@ }, { "VerbName": "New", - "NounName": "AzApplicationGatewayTrustedRootCertificate", - "Name": "New-AzApplicationGatewayTrustedRootCertificate", - "ClassName": "Microsoft.Azure.Commands.Network.NewAzureApplicationGatewayTrustedRootCertificateCommand", - "SupportsShouldProcess": true, + "NounName": "AzApplicationGatewaySslCertificate", + "Name": "New-AzApplicationGatewaySslCertificate", + "ClassName": "Microsoft.Azure.Commands.Network.NewAzureApplicationGatewaySslCertificateCommand", + "SupportsShouldProcess": false, "ConfirmImpact": 2, "SupportsPaging": false, "DefaultParameterSetName": "__AllParameterSets", @@ -69493,10 +68642,13 @@ { "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", - "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedRootCertificate", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedRootCertificate, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslCertificate", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslCertificate, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { + "Password": "System.Security.SecureString", "Data": "System.String", + "PublicCertData": "System.String", + "KeyVaultSecretId": "System.String", "ProvisioningState": "System.String", "Type": "System.String", "Name": "System.String", @@ -69582,6 +68734,42 @@ "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, + { + "Name": "Password", + "AliasList": [], + "Type": { + "Namespace": "System.Security", + "Name": "System.Security.SecureString", + "AssemblyQualifiedName": "System.Security.SecureString, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "KeyVaultSecretId", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, { "Name": "DefaultProfile", "AliasList": [ @@ -69663,7 +68851,55 @@ "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, - "Mandatory": true, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Password", + "AliasList": [], + "Type": { + "Namespace": "System.Security", + "Name": "System.Security.SecureString", + "AssemblyQualifiedName": "System.Security.SecureString, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "KeyVaultSecretId", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": false, "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false @@ -69714,10 +68950,10 @@ }, { "VerbName": "Remove", - "NounName": "AzApplicationGatewayTrustedRootCertificate", - "Name": "Remove-AzApplicationGatewayTrustedRootCertificate", - "ClassName": "Microsoft.Azure.Commands.Network.RemoveAzureApplicationGatewayTrustedRootCertificateCommand", - "SupportsShouldProcess": true, + "NounName": "AzApplicationGatewaySslCertificate", + "Name": "Remove-AzApplicationGatewaySslCertificate", + "ClassName": "Microsoft.Azure.Commands.Network.RemoveAzureApplicationGatewaySslCertificateCommand", + "SupportsShouldProcess": false, "ConfirmImpact": 2, "SupportsPaging": false, "DefaultParameterSetName": "__AllParameterSets", @@ -69726,7 +68962,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -69742,6 +68978,8 @@ "FrontendPorts": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort]", "HttpListeners": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener]", "GatewayIPConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayIPConfiguration]", + "PrivateEndpointConnections": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateEndpointConnection]", + "PrivateLinkConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkConfiguration]", "Probes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe]", "RedirectConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration]", "RequestRoutingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRequestRoutingRule]", @@ -69751,21 +68989,23 @@ "UrlPathMaps": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap]", "Zones": "System.Collections.Generic.List`1[System.String]", "Tag": "System.Collections.Hashtable", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", - "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", - "IdentityText": "System.String", - "SslPolicyText": "System.String", - "FirewallPolicyText": "System.String", - "ResourceGroupName": "System.String", + "Name": "System.String", "TagsTable": "System.String", - "ResourceGuid": "System.String", + "IdentityText": "System.String", "Type": "System.String", - "Name": "System.String", - "UrlPathMapsText": "System.String", + "ResourceGuid": "System.String", "Location": "System.String", - "ProbesText": "System.String", + "ResourceGroupName": "System.String", + "PrivateLinkEndpointConnectionsText": "System.String", + "PrivateLinkConfigurationsText": "System.String", + "FirewallPolicyText": "System.String", + "SslPolicyText": "System.String", + "UrlPathMapsText": "System.String", "ProvisioningState": "System.String", + "RequestRoutingRulesText": "System.String", "RewriteRuleSetsText": "System.String", "HttpListenersText": "System.String", "BackendHttpSettingsCollectionText": "System.String", @@ -69777,7 +69017,7 @@ "GatewayIpConfigurationsText": "System.String", "Etag": "System.String", "OperationalState": "System.String", - "RequestRoutingRulesText": "System.String", + "ProbesText": "System.String", "Id": "System.String" }, "ElementType": null, @@ -69847,7 +69087,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -69863,6 +69103,8 @@ "FrontendPorts": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort]", "HttpListeners": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener]", "GatewayIPConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayIPConfiguration]", + "PrivateEndpointConnections": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateEndpointConnection]", + "PrivateLinkConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkConfiguration]", "Probes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe]", "RedirectConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration]", "RequestRoutingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRequestRoutingRule]", @@ -69872,21 +69114,23 @@ "UrlPathMaps": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap]", "Zones": "System.Collections.Generic.List`1[System.String]", "Tag": "System.Collections.Hashtable", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", - "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", - "IdentityText": "System.String", - "SslPolicyText": "System.String", - "FirewallPolicyText": "System.String", - "ResourceGroupName": "System.String", + "Name": "System.String", "TagsTable": "System.String", - "ResourceGuid": "System.String", + "IdentityText": "System.String", "Type": "System.String", - "Name": "System.String", - "UrlPathMapsText": "System.String", + "ResourceGuid": "System.String", "Location": "System.String", - "ProbesText": "System.String", + "ResourceGroupName": "System.String", + "PrivateLinkEndpointConnectionsText": "System.String", + "PrivateLinkConfigurationsText": "System.String", + "FirewallPolicyText": "System.String", + "SslPolicyText": "System.String", + "UrlPathMapsText": "System.String", "ProvisioningState": "System.String", + "RequestRoutingRulesText": "System.String", "RewriteRuleSetsText": "System.String", "HttpListenersText": "System.String", "BackendHttpSettingsCollectionText": "System.String", @@ -69898,7 +69142,7 @@ "GatewayIpConfigurationsText": "System.String", "Etag": "System.String", "OperationalState": "System.String", - "RequestRoutingRulesText": "System.String", + "ProbesText": "System.String", "Id": "System.String" }, "ElementType": null, @@ -70012,7 +69256,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -70028,6 +69272,8 @@ "FrontendPorts": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort]", "HttpListeners": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener]", "GatewayIPConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayIPConfiguration]", + "PrivateEndpointConnections": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateEndpointConnection]", + "PrivateLinkConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkConfiguration]", "Probes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe]", "RedirectConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration]", "RequestRoutingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRequestRoutingRule]", @@ -70037,21 +69283,23 @@ "UrlPathMaps": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap]", "Zones": "System.Collections.Generic.List`1[System.String]", "Tag": "System.Collections.Hashtable", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", - "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", - "IdentityText": "System.String", - "SslPolicyText": "System.String", - "FirewallPolicyText": "System.String", - "ResourceGroupName": "System.String", + "Name": "System.String", "TagsTable": "System.String", - "ResourceGuid": "System.String", + "IdentityText": "System.String", "Type": "System.String", - "Name": "System.String", - "UrlPathMapsText": "System.String", + "ResourceGuid": "System.String", "Location": "System.String", - "ProbesText": "System.String", + "ResourceGroupName": "System.String", + "PrivateLinkEndpointConnectionsText": "System.String", + "PrivateLinkConfigurationsText": "System.String", + "FirewallPolicyText": "System.String", + "SslPolicyText": "System.String", + "UrlPathMapsText": "System.String", "ProvisioningState": "System.String", + "RequestRoutingRulesText": "System.String", "RewriteRuleSetsText": "System.String", "HttpListenersText": "System.String", "BackendHttpSettingsCollectionText": "System.String", @@ -70063,7 +69311,7 @@ "GatewayIpConfigurationsText": "System.String", "Etag": "System.String", "OperationalState": "System.String", - "RequestRoutingRulesText": "System.String", + "ProbesText": "System.String", "Id": "System.String" }, "ElementType": null, @@ -70159,10 +69407,10 @@ }, { "VerbName": "Set", - "NounName": "AzApplicationGatewayTrustedRootCertificate", - "Name": "Set-AzApplicationGatewayTrustedRootCertificate", - "ClassName": "Microsoft.Azure.Commands.Network.SetAzureApplicationGatewayTrustedRootCertificateCommand", - "SupportsShouldProcess": true, + "NounName": "AzApplicationGatewaySslCertificate", + "Name": "Set-AzApplicationGatewaySslCertificate", + "ClassName": "Microsoft.Azure.Commands.Network.SetAzureApplicationGatewaySslCertificateCommand", + "SupportsShouldProcess": false, "ConfirmImpact": 2, "SupportsPaging": false, "DefaultParameterSetName": "__AllParameterSets", @@ -70171,7 +69419,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -70187,6 +69435,8 @@ "FrontendPorts": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort]", "HttpListeners": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener]", "GatewayIPConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayIPConfiguration]", + "PrivateEndpointConnections": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateEndpointConnection]", + "PrivateLinkConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkConfiguration]", "Probes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe]", "RedirectConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration]", "RequestRoutingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRequestRoutingRule]", @@ -70196,21 +69446,23 @@ "UrlPathMaps": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap]", "Zones": "System.Collections.Generic.List`1[System.String]", "Tag": "System.Collections.Hashtable", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", - "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", - "IdentityText": "System.String", - "SslPolicyText": "System.String", - "FirewallPolicyText": "System.String", - "ResourceGroupName": "System.String", + "Name": "System.String", "TagsTable": "System.String", - "ResourceGuid": "System.String", + "IdentityText": "System.String", "Type": "System.String", - "Name": "System.String", - "UrlPathMapsText": "System.String", + "ResourceGuid": "System.String", "Location": "System.String", - "ProbesText": "System.String", + "ResourceGroupName": "System.String", + "PrivateLinkEndpointConnectionsText": "System.String", + "PrivateLinkConfigurationsText": "System.String", + "FirewallPolicyText": "System.String", + "SslPolicyText": "System.String", + "UrlPathMapsText": "System.String", "ProvisioningState": "System.String", + "RequestRoutingRulesText": "System.String", "RewriteRuleSetsText": "System.String", "HttpListenersText": "System.String", "BackendHttpSettingsCollectionText": "System.String", @@ -70222,7 +69474,7 @@ "GatewayIpConfigurationsText": "System.String", "Etag": "System.String", "OperationalState": "System.String", - "RequestRoutingRulesText": "System.String", + "ProbesText": "System.String", "Id": "System.String" }, "ElementType": null, @@ -70274,7 +69526,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -70290,6 +69542,8 @@ "FrontendPorts": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort]", "HttpListeners": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener]", "GatewayIPConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayIPConfiguration]", + "PrivateEndpointConnections": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateEndpointConnection]", + "PrivateLinkConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkConfiguration]", "Probes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe]", "RedirectConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration]", "RequestRoutingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRequestRoutingRule]", @@ -70299,21 +69553,23 @@ "UrlPathMaps": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap]", "Zones": "System.Collections.Generic.List`1[System.String]", "Tag": "System.Collections.Hashtable", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", - "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", - "IdentityText": "System.String", - "SslPolicyText": "System.String", - "FirewallPolicyText": "System.String", - "ResourceGroupName": "System.String", + "Name": "System.String", "TagsTable": "System.String", - "ResourceGuid": "System.String", + "IdentityText": "System.String", "Type": "System.String", - "Name": "System.String", - "UrlPathMapsText": "System.String", + "ResourceGuid": "System.String", "Location": "System.String", - "ProbesText": "System.String", + "ResourceGroupName": "System.String", + "PrivateLinkEndpointConnectionsText": "System.String", + "PrivateLinkConfigurationsText": "System.String", + "FirewallPolicyText": "System.String", + "SslPolicyText": "System.String", + "UrlPathMapsText": "System.String", "ProvisioningState": "System.String", + "RequestRoutingRulesText": "System.String", "RewriteRuleSetsText": "System.String", "HttpListenersText": "System.String", "BackendHttpSettingsCollectionText": "System.String", @@ -70325,7 +69581,7 @@ "GatewayIpConfigurationsText": "System.String", "Etag": "System.String", "OperationalState": "System.String", - "RequestRoutingRulesText": "System.String", + "ProbesText": "System.String", "Id": "System.String" }, "ElementType": null, @@ -70406,6 +69662,42 @@ "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, + { + "Name": "Password", + "AliasList": [], + "Type": { + "Namespace": "System.Security", + "Name": "System.Security.SecureString", + "AssemblyQualifiedName": "System.Security.SecureString, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "KeyVaultSecretId", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, { "Name": "DefaultProfile", "AliasList": [ @@ -70451,7 +69743,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -70467,6 +69759,8 @@ "FrontendPorts": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort]", "HttpListeners": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener]", "GatewayIPConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayIPConfiguration]", + "PrivateEndpointConnections": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateEndpointConnection]", + "PrivateLinkConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkConfiguration]", "Probes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe]", "RedirectConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration]", "RequestRoutingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRequestRoutingRule]", @@ -70476,21 +69770,23 @@ "UrlPathMaps": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap]", "Zones": "System.Collections.Generic.List`1[System.String]", "Tag": "System.Collections.Hashtable", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", - "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", - "IdentityText": "System.String", - "SslPolicyText": "System.String", - "FirewallPolicyText": "System.String", - "ResourceGroupName": "System.String", + "Name": "System.String", "TagsTable": "System.String", - "ResourceGuid": "System.String", + "IdentityText": "System.String", "Type": "System.String", - "Name": "System.String", - "UrlPathMapsText": "System.String", + "ResourceGuid": "System.String", "Location": "System.String", - "ProbesText": "System.String", + "ResourceGroupName": "System.String", + "PrivateLinkEndpointConnectionsText": "System.String", + "PrivateLinkConfigurationsText": "System.String", + "FirewallPolicyText": "System.String", + "SslPolicyText": "System.String", + "UrlPathMapsText": "System.String", "ProvisioningState": "System.String", + "RequestRoutingRulesText": "System.String", "RewriteRuleSetsText": "System.String", "HttpListenersText": "System.String", "BackendHttpSettingsCollectionText": "System.String", @@ -70502,7 +69798,7 @@ "GatewayIpConfigurationsText": "System.String", "Etag": "System.String", "OperationalState": "System.String", - "RequestRoutingRulesText": "System.String", + "ProbesText": "System.String", "Id": "System.String" }, "ElementType": null, @@ -70595,7 +69891,55 @@ "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, - "Mandatory": true, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Password", + "AliasList": [], + "Type": { + "Namespace": "System.Security", + "Name": "System.Security.SecureString", + "AssemblyQualifiedName": "System.Security.SecureString, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "KeyVaultSecretId", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": false, "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false @@ -70645,72 +69989,28 @@ "AliasList": [] }, { - "VerbName": "Add", - "NounName": "AzApplicationGatewayUrlPathMapConfig", - "Name": "Add-AzApplicationGatewayUrlPathMapConfig", - "ClassName": "Microsoft.Azure.Commands.Network.AddAzureApplicationGatewayUrlPathMapConfigCommand", + "VerbName": "Get", + "NounName": "AzApplicationGatewaySslPolicy", + "Name": "Get-AzApplicationGatewaySslPolicy", + "ClassName": "Microsoft.Azure.Commands.Network.GetAzureApplicationGatewaySslPolicyCommand", "SupportsShouldProcess": false, "ConfirmImpact": 2, "SupportsPaging": false, - "DefaultParameterSetName": "BackendSetByResource", + "DefaultParameterSetName": "__AllParameterSets", "OutputTypes": [ { "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", - "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslPolicy", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { - "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", - "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", - "SslPolicy": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslPolicy", - "WebApplicationFirewallConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayWebApplicationFirewallConfiguration", - "Identity": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity", - "FirewallPolicy": "Microsoft.Azure.Commands.Network.Models.PSResourceId", - "AuthenticationCertificates": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAuthenticationCertificate]", - "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool]", - "BackendHttpSettingsCollection": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings]", - "CustomErrorConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError]", - "FrontendIPConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendIPConfiguration]", - "FrontendPorts": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort]", - "HttpListeners": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener]", - "GatewayIPConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayIPConfiguration]", - "Probes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe]", - "RedirectConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration]", - "RequestRoutingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRequestRoutingRule]", - "RewriteRuleSets": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet]", - "SslCertificates": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslCertificate]", - "TrustedRootCertificates": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedRootCertificate]", - "UrlPathMaps": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap]", - "Zones": "System.Collections.Generic.List`1[System.String]", - "Tag": "System.Collections.Hashtable", - "EnableHttp2": "System.Nullable`1[System.Boolean]", - "EnableFips": "System.Nullable`1[System.Boolean]", - "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", - "IdentityText": "System.String", - "SslPolicyText": "System.String", - "FirewallPolicyText": "System.String", - "ResourceGroupName": "System.String", - "TagsTable": "System.String", - "ResourceGuid": "System.String", - "Type": "System.String", - "Name": "System.String", - "UrlPathMapsText": "System.String", - "Location": "System.String", - "ProbesText": "System.String", - "ProvisioningState": "System.String", - "RewriteRuleSetsText": "System.String", - "HttpListenersText": "System.String", - "BackendHttpSettingsCollectionText": "System.String", - "BackendAddressPoolsText": "System.String", - "FrontendPortsText": "System.String", - "FrontendIpConfigurationsText": "System.String", - "SslCertificatesText": "System.String", - "AuthenticationCertificatesText": "System.String", - "GatewayIpConfigurationsText": "System.String", - "Etag": "System.String", - "OperationalState": "System.String", - "RequestRoutingRulesText": "System.String", - "Id": "System.String" + "DisabledSslProtocols": "System.Collections.Generic.List`1[System.String]", + "CipherSuites": "System.Collections.Generic.List`1[System.String]", + "PolicyType": "System.String", + "PolicyName": "System.String", + "MinProtocolVersion": "System.String", + "DisabledSslProtocolsText": "System.String", + "CipherSuitesText": "System.String" }, "ElementType": null, "GenericTypeArguments": [], @@ -70761,7 +70061,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -70777,6 +70077,8 @@ "FrontendPorts": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort]", "HttpListeners": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener]", "GatewayIPConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayIPConfiguration]", + "PrivateEndpointConnections": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateEndpointConnection]", + "PrivateLinkConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkConfiguration]", "Probes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe]", "RedirectConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration]", "RequestRoutingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRequestRoutingRule]", @@ -70786,21 +70088,23 @@ "UrlPathMaps": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap]", "Zones": "System.Collections.Generic.List`1[System.String]", "Tag": "System.Collections.Hashtable", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", - "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", - "IdentityText": "System.String", - "SslPolicyText": "System.String", - "FirewallPolicyText": "System.String", - "ResourceGroupName": "System.String", + "Name": "System.String", "TagsTable": "System.String", - "ResourceGuid": "System.String", + "IdentityText": "System.String", "Type": "System.String", - "Name": "System.String", - "UrlPathMapsText": "System.String", + "ResourceGuid": "System.String", "Location": "System.String", - "ProbesText": "System.String", + "ResourceGroupName": "System.String", + "PrivateLinkEndpointConnectionsText": "System.String", + "PrivateLinkConfigurationsText": "System.String", + "FirewallPolicyText": "System.String", + "SslPolicyText": "System.String", + "UrlPathMapsText": "System.String", "ProvisioningState": "System.String", + "RequestRoutingRulesText": "System.String", "RewriteRuleSetsText": "System.String", "HttpListenersText": "System.String", "BackendHttpSettingsCollectionText": "System.String", @@ -70812,7 +70116,7 @@ "GatewayIpConfigurationsText": "System.String", "Etag": "System.String", "OperationalState": "System.String", - "RequestRoutingRulesText": "System.String", + "ProbesText": "System.String", "Id": "System.String" }, "ElementType": null, @@ -70858,90 +70162,226 @@ "ValidateNotNullOrEmpty": false }, { - "Name": "Name", - "AliasList": [], + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + }, "ElementType": null, "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - { - "Name": "PathRules", - "AliasList": [], - "Type": { - "Namespace": "Microsoft.Azure.Commands.Network.Models", - "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPathRule[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPathRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", - "Properties": {}, - "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPathRule", - "GenericTypeArguments": [], - "Methods": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], "Constructors": [] }, "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, + "ValidateNotNullOrEmpty": false + } + ], + "ParameterSets": [ { - "Name": "DefaultBackendAddressPoolId", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, + "Name": "__AllParameterSets", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "ApplicationGateway", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Network.Models", + "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", + "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", + "SslPolicy": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslPolicy", + "WebApplicationFirewallConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayWebApplicationFirewallConfiguration", + "Identity": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity", + "FirewallPolicy": "Microsoft.Azure.Commands.Network.Models.PSResourceId", + "AuthenticationCertificates": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAuthenticationCertificate]", + "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool]", + "BackendHttpSettingsCollection": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings]", + "CustomErrorConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError]", + "FrontendIPConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendIPConfiguration]", + "FrontendPorts": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort]", + "HttpListeners": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener]", + "GatewayIPConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayIPConfiguration]", + "PrivateEndpointConnections": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateEndpointConnection]", + "PrivateLinkConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkConfiguration]", + "Probes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe]", + "RedirectConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration]", + "RequestRoutingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRequestRoutingRule]", + "RewriteRuleSets": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet]", + "SslCertificates": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslCertificate]", + "TrustedRootCertificates": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedRootCertificate]", + "UrlPathMaps": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap]", + "Zones": "System.Collections.Generic.List`1[System.String]", + "Tag": "System.Collections.Hashtable", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", + "EnableHttp2": "System.Nullable`1[System.Boolean]", + "EnableFips": "System.Nullable`1[System.Boolean]", + "Name": "System.String", + "TagsTable": "System.String", + "IdentityText": "System.String", + "Type": "System.String", + "ResourceGuid": "System.String", + "Location": "System.String", + "ResourceGroupName": "System.String", + "PrivateLinkEndpointConnectionsText": "System.String", + "PrivateLinkConfigurationsText": "System.String", + "FirewallPolicyText": "System.String", + "SslPolicyText": "System.String", + "UrlPathMapsText": "System.String", + "ProvisioningState": "System.String", + "RequestRoutingRulesText": "System.String", + "RewriteRuleSetsText": "System.String", + "HttpListenersText": "System.String", + "BackendHttpSettingsCollectionText": "System.String", + "BackendAddressPoolsText": "System.String", + "FrontendPortsText": "System.String", + "FrontendIpConfigurationsText": "System.String", + "SslCertificatesText": "System.String", + "AuthenticationCertificatesText": "System.String", + "GatewayIpConfigurationsText": "System.String", + "Etag": "System.String", + "OperationalState": "System.String", + "ProbesText": "System.String", + "Id": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": true, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + } + ], + "AliasList": [] + }, + { + "VerbName": "New", + "NounName": "AzApplicationGatewaySslPolicy", + "Name": "New-AzApplicationGatewaySslPolicy", + "ClassName": "Microsoft.Azure.Commands.Network.NewAzureApplicationGatewaySslPolicyCommand", + "SupportsShouldProcess": true, + "ConfirmImpact": 2, + "SupportsPaging": false, + "DefaultParameterSetName": "__AllParameterSets", + "OutputTypes": [ { - "Name": "DefaultBackendAddressPool", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", - "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslPolicy", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { - "BackendAddresses": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddress]", - "BackendIpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceIPConfiguration]", - "ProvisioningState": "System.String", - "Type": "System.String", - "BackendAddressesText": "System.String", - "BackendIpConfigurationsText": "System.String", - "Name": "System.String", - "Etag": "System.String", - "Id": "System.String" + "DisabledSslProtocols": "System.Collections.Generic.List`1[System.String]", + "CipherSuites": "System.Collections.Generic.List`1[System.String]", + "PolicyType": "System.String", + "PolicyName": "System.String", + "MinProtocolVersion": "System.String", + "DisabledSslProtocolsText": "System.String", + "CipherSuitesText": "System.String" }, "ElementType": null, "GenericTypeArguments": [], "Methods": [ - { - "Name": "ShouldSerializeBackendAddresses", - "Parameters": [], - "ReturnType": "System.Boolean" - }, - { - "Name": "ShouldSerializeBackendIpConfigurations", - "Parameters": [], - "ReturnType": "System.Boolean" - }, { "Name": "ToString", "Parameters": [], @@ -70976,13 +70416,57 @@ } ] }, - "ValidateSet": [], + "ParameterSets": [ + "__AllParameterSets" + ] + } + ], + "Parameters": [ + { + "Name": "DisabledSslProtocols", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String[]", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": "System.String", + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [ + "TLSv1_0", + "TLSv1_1", + "TLSv1_2" + ], "ValidateRangeMin": null, "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { - "Name": "DefaultBackendHttpSettingsId", + "Name": "PolicyType", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [ + "Predefined", + "Custom" + ], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "PolicyName", "AliasList": [], "Type": { "Namespace": "System", @@ -70997,118 +70481,336 @@ "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "CipherSuite", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String[]", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": "System.String", + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { - "Name": "DefaultBackendHttpSettings", + "Name": "MinProtocolVersion", "AliasList": [], "Type": { - "Namespace": "Microsoft.Azure.Commands.Network.Models", - "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [ + "TLSv1_0", + "TLSv1_1", + "TLSv1_2" + ], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { - "ConnectionDraining": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayConnectionDraining", - "Probe": "Microsoft.Azure.Commands.Network.Models.PSResourceId", - "TrustedRootCertificates": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", - "AuthenticationCertificates": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", - "Port": "System.Int32", - "RequestTimeout": "System.Int32", - "PickHostNameFromBackendAddress": "System.Nullable`1[System.Boolean]", - "Protocol": "System.String", - "HostName": "System.String", - "Etag": "System.String", - "AffinityCookieName": "System.String", - "Path": "System.String", - "ProvisioningState": "System.String", - "Type": "System.String", - "ConnectionDrainingText": "System.String", - "ProbeText": "System.String", - "AuthenticationCertificatesText": "System.String", - "Name": "System.String", - "CookieBasedAffinity": "System.String", - "Id": "System.String" + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" }, "ElementType": null, "GenericTypeArguments": [], "Methods": [ { - "Name": "ShouldSerializePort", + "Name": "Clear", "Parameters": [], - "ReturnType": "System.Boolean" + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + } + ], + "ParameterSets": [ + { + "Name": "__AllParameterSets", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "DisabledSslProtocols", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String[]", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": "System.String", + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [ + "TLSv1_0", + "TLSv1_1", + "TLSv1_2" + ], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true }, - { - "Name": "ShouldSerializeRequestTimeout", - "Parameters": [], - "ReturnType": "System.Boolean" + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "PolicyType", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [ + "Predefined", + "Custom" + ], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false }, - { - "Name": "ShouldSerializeAuthenticationCertificates", - "Parameters": [], - "ReturnType": "System.Boolean" + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "PolicyName", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "CipherSuite", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String[]", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": "System.String", + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Reflection.RuntimeParameterInfo" - } + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "MinProtocolVersion", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [ + "TLSv1_0", + "TLSv1_1", + "TLSv1_2" ], - "ReturnType": "System.Boolean" + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [ - { - "Name": "", - "ReturnType": null, - "Parameters": [] - } - ] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + } + ], + "AliasList": [] + }, + { + "VerbName": "Remove", + "NounName": "AzApplicationGatewaySslPolicy", + "Name": "Remove-AzApplicationGatewaySslPolicy", + "ClassName": "Microsoft.Azure.Commands.Network.RemoveAzureApplicationGatewaySslPolicyCommand", + "SupportsShouldProcess": true, + "ConfirmImpact": 2, + "SupportsPaging": false, + "DefaultParameterSetName": "__AllParameterSets", + "OutputTypes": [ { - "Name": "DefaultRewriteRuleSet", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", - "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { - "RewriteRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRule]", - "ProvisioningState": "System.String", - "Type": "System.String", - "RewriteRulesText": "System.String", + "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", + "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", + "SslPolicy": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslPolicy", + "WebApplicationFirewallConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayWebApplicationFirewallConfiguration", + "Identity": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity", + "FirewallPolicy": "Microsoft.Azure.Commands.Network.Models.PSResourceId", + "AuthenticationCertificates": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAuthenticationCertificate]", + "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool]", + "BackendHttpSettingsCollection": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings]", + "CustomErrorConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError]", + "FrontendIPConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendIPConfiguration]", + "FrontendPorts": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort]", + "HttpListeners": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener]", + "GatewayIPConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayIPConfiguration]", + "PrivateEndpointConnections": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateEndpointConnection]", + "PrivateLinkConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkConfiguration]", + "Probes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe]", + "RedirectConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration]", + "RequestRoutingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRequestRoutingRule]", + "RewriteRuleSets": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet]", + "SslCertificates": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslCertificate]", + "TrustedRootCertificates": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedRootCertificate]", + "UrlPathMaps": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap]", + "Zones": "System.Collections.Generic.List`1[System.String]", + "Tag": "System.Collections.Hashtable", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", + "EnableHttp2": "System.Nullable`1[System.Boolean]", + "EnableFips": "System.Nullable`1[System.Boolean]", "Name": "System.String", + "TagsTable": "System.String", + "IdentityText": "System.String", + "Type": "System.String", + "ResourceGuid": "System.String", + "Location": "System.String", + "ResourceGroupName": "System.String", + "PrivateLinkEndpointConnectionsText": "System.String", + "PrivateLinkConfigurationsText": "System.String", + "FirewallPolicyText": "System.String", + "SslPolicyText": "System.String", + "UrlPathMapsText": "System.String", + "ProvisioningState": "System.String", + "RequestRoutingRulesText": "System.String", + "RewriteRuleSetsText": "System.String", + "HttpListenersText": "System.String", + "BackendHttpSettingsCollectionText": "System.String", + "BackendAddressPoolsText": "System.String", + "FrontendPortsText": "System.String", + "FrontendIpConfigurationsText": "System.String", + "SslCertificatesText": "System.String", + "AuthenticationCertificatesText": "System.String", + "GatewayIpConfigurationsText": "System.String", "Etag": "System.String", + "OperationalState": "System.String", + "ProbesText": "System.String", "Id": "System.String" }, "ElementType": null, "GenericTypeArguments": [], "Methods": [ - { - "Name": "ShouldSerializeRewriteRules", - "Parameters": [], - "ReturnType": "System.Boolean" - }, { "Name": "ToString", "Parameters": [], @@ -71143,70 +70845,74 @@ } ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "DefaultRewriteRuleSetId", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "DefaultRedirectConfigurationId", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, + "ParameterSets": [ + "__AllParameterSets" + ] + } + ], + "Parameters": [ { - "Name": "DefaultRedirectConfiguration", + "Name": "ApplicationGateway", "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", - "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { - "TargetListener": "Microsoft.Azure.Commands.Network.Models.PSResourceId", - "RequestRoutingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", - "UrlPathMaps": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", - "PathRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", - "IncludePath": "System.Nullable`1[System.Boolean]", - "IncludeQueryString": "System.Nullable`1[System.Boolean]", - "RedirectType": "System.String", - "TargetUrl": "System.String", + "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", + "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", + "SslPolicy": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslPolicy", + "WebApplicationFirewallConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayWebApplicationFirewallConfiguration", + "Identity": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity", + "FirewallPolicy": "Microsoft.Azure.Commands.Network.Models.PSResourceId", + "AuthenticationCertificates": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAuthenticationCertificate]", + "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool]", + "BackendHttpSettingsCollection": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings]", + "CustomErrorConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError]", + "FrontendIPConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendIPConfiguration]", + "FrontendPorts": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort]", + "HttpListeners": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener]", + "GatewayIPConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayIPConfiguration]", + "PrivateEndpointConnections": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateEndpointConnection]", + "PrivateLinkConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkConfiguration]", + "Probes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe]", + "RedirectConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration]", + "RequestRoutingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRequestRoutingRule]", + "RewriteRuleSets": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet]", + "SslCertificates": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslCertificate]", + "TrustedRootCertificates": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedRootCertificate]", + "UrlPathMaps": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap]", + "Zones": "System.Collections.Generic.List`1[System.String]", + "Tag": "System.Collections.Hashtable", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", + "EnableHttp2": "System.Nullable`1[System.Boolean]", + "EnableFips": "System.Nullable`1[System.Boolean]", + "Name": "System.String", + "TagsTable": "System.String", + "IdentityText": "System.String", "Type": "System.String", - "TargetListenerText": "System.String", - "RequestRoutingRulesText": "System.String", + "ResourceGuid": "System.String", + "Location": "System.String", + "ResourceGroupName": "System.String", + "PrivateLinkEndpointConnectionsText": "System.String", + "PrivateLinkConfigurationsText": "System.String", + "FirewallPolicyText": "System.String", + "SslPolicyText": "System.String", "UrlPathMapsText": "System.String", - "PathRulesText": "System.String", - "Name": "System.String", + "ProvisioningState": "System.String", + "RequestRoutingRulesText": "System.String", + "RewriteRuleSetsText": "System.String", + "HttpListenersText": "System.String", + "BackendHttpSettingsCollectionText": "System.String", + "BackendAddressPoolsText": "System.String", + "FrontendPortsText": "System.String", + "FrontendIpConfigurationsText": "System.String", + "SslCertificatesText": "System.String", + "AuthenticationCertificatesText": "System.String", + "GatewayIpConfigurationsText": "System.String", "Etag": "System.String", + "OperationalState": "System.String", + "ProbesText": "System.String", "Id": "System.String" }, "ElementType": null, @@ -71249,7 +70955,25 @@ "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true + "ValidateNotNullOrEmpty": false + }, + { + "Name": "Force", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false }, { "Name": "DefaultProfile", @@ -71296,7 +71020,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -71312,6 +71036,8 @@ "FrontendPorts": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort]", "HttpListeners": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener]", "GatewayIPConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayIPConfiguration]", + "PrivateEndpointConnections": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateEndpointConnection]", + "PrivateLinkConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkConfiguration]", "Probes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe]", "RedirectConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration]", "RequestRoutingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRequestRoutingRule]", @@ -71321,21 +71047,23 @@ "UrlPathMaps": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap]", "Zones": "System.Collections.Generic.List`1[System.String]", "Tag": "System.Collections.Hashtable", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", - "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", - "IdentityText": "System.String", - "SslPolicyText": "System.String", - "FirewallPolicyText": "System.String", - "ResourceGroupName": "System.String", + "Name": "System.String", "TagsTable": "System.String", - "ResourceGuid": "System.String", + "IdentityText": "System.String", "Type": "System.String", - "Name": "System.String", - "UrlPathMapsText": "System.String", + "ResourceGuid": "System.String", "Location": "System.String", - "ProbesText": "System.String", + "ResourceGroupName": "System.String", + "PrivateLinkEndpointConnectionsText": "System.String", + "PrivateLinkConfigurationsText": "System.String", + "FirewallPolicyText": "System.String", + "SslPolicyText": "System.String", + "UrlPathMapsText": "System.String", "ProvisioningState": "System.String", + "RequestRoutingRulesText": "System.String", "RewriteRuleSetsText": "System.String", "HttpListenersText": "System.String", "BackendHttpSettingsCollectionText": "System.String", @@ -71347,7 +71075,7 @@ "GatewayIpConfigurationsText": "System.String", "Etag": "System.String", "OperationalState": "System.String", - "RequestRoutingRulesText": "System.String", + "ProbesText": "System.String", "Id": "System.String" }, "ElementType": null, @@ -71399,12 +71127,12 @@ }, { "ParameterMetadata": { - "Name": "Name", + "Name": "Force", "AliasList": [], "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -71414,33 +71142,9 @@ "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": true, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "PathRules", - "AliasList": [], - "Type": { - "Namespace": "Microsoft.Azure.Commands.Network.Models", - "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPathRule[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPathRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", - "Properties": {}, - "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPathRule", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true + "ValidateNotNullOrEmpty": false }, - "Mandatory": true, + "Mandatory": false, "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false @@ -71485,82 +71189,370 @@ "ValueFromPipelineByPropertyName": false } ] - }, - { - "Name": "BackendSetByResourceId", - "Parameters": [ - { - "ParameterMetadata": { - "Name": "DefaultBackendAddressPoolId", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": true, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false + } + ], + "AliasList": [] + }, + { + "VerbName": "Set", + "NounName": "AzApplicationGatewaySslPolicy", + "Name": "Set-AzApplicationGatewaySslPolicy", + "ClassName": "Microsoft.Azure.Commands.Network.SetAzureApplicationGatewaySslPolicyCommand", + "SupportsShouldProcess": true, + "ConfirmImpact": 2, + "SupportsPaging": false, + "DefaultParameterSetName": "__AllParameterSets", + "OutputTypes": [ + { + "Type": { + "Namespace": "Microsoft.Azure.Commands.Network.Models", + "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", + "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", + "SslPolicy": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslPolicy", + "WebApplicationFirewallConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayWebApplicationFirewallConfiguration", + "Identity": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity", + "FirewallPolicy": "Microsoft.Azure.Commands.Network.Models.PSResourceId", + "AuthenticationCertificates": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAuthenticationCertificate]", + "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool]", + "BackendHttpSettingsCollection": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings]", + "CustomErrorConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError]", + "FrontendIPConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendIPConfiguration]", + "FrontendPorts": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort]", + "HttpListeners": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener]", + "GatewayIPConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayIPConfiguration]", + "PrivateEndpointConnections": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateEndpointConnection]", + "PrivateLinkConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkConfiguration]", + "Probes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe]", + "RedirectConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration]", + "RequestRoutingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRequestRoutingRule]", + "RewriteRuleSets": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet]", + "SslCertificates": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslCertificate]", + "TrustedRootCertificates": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedRootCertificate]", + "UrlPathMaps": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap]", + "Zones": "System.Collections.Generic.List`1[System.String]", + "Tag": "System.Collections.Hashtable", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", + "EnableHttp2": "System.Nullable`1[System.Boolean]", + "EnableFips": "System.Nullable`1[System.Boolean]", + "Name": "System.String", + "TagsTable": "System.String", + "IdentityText": "System.String", + "Type": "System.String", + "ResourceGuid": "System.String", + "Location": "System.String", + "ResourceGroupName": "System.String", + "PrivateLinkEndpointConnectionsText": "System.String", + "PrivateLinkConfigurationsText": "System.String", + "FirewallPolicyText": "System.String", + "SslPolicyText": "System.String", + "UrlPathMapsText": "System.String", + "ProvisioningState": "System.String", + "RequestRoutingRulesText": "System.String", + "RewriteRuleSetsText": "System.String", + "HttpListenersText": "System.String", + "BackendHttpSettingsCollectionText": "System.String", + "BackendAddressPoolsText": "System.String", + "FrontendPortsText": "System.String", + "FrontendIpConfigurationsText": "System.String", + "SslCertificatesText": "System.String", + "AuthenticationCertificatesText": "System.String", + "GatewayIpConfigurationsText": "System.String", + "Etag": "System.String", + "OperationalState": "System.String", + "ProbesText": "System.String", + "Id": "System.String" }, - { - "ParameterMetadata": { - "Name": "DefaultBackendHttpSettingsId", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" }, - "Mandatory": true, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] + }, + "ParameterSets": [ + "__AllParameterSets" + ] + } + ], + "Parameters": [ + { + "Name": "ApplicationGateway", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Network.Models", + "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", + "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", + "SslPolicy": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslPolicy", + "WebApplicationFirewallConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayWebApplicationFirewallConfiguration", + "Identity": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity", + "FirewallPolicy": "Microsoft.Azure.Commands.Network.Models.PSResourceId", + "AuthenticationCertificates": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAuthenticationCertificate]", + "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool]", + "BackendHttpSettingsCollection": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings]", + "CustomErrorConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError]", + "FrontendIPConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendIPConfiguration]", + "FrontendPorts": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort]", + "HttpListeners": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener]", + "GatewayIPConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayIPConfiguration]", + "PrivateEndpointConnections": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateEndpointConnection]", + "PrivateLinkConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkConfiguration]", + "Probes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe]", + "RedirectConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration]", + "RequestRoutingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRequestRoutingRule]", + "RewriteRuleSets": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet]", + "SslCertificates": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslCertificate]", + "TrustedRootCertificates": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedRootCertificate]", + "UrlPathMaps": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap]", + "Zones": "System.Collections.Generic.List`1[System.String]", + "Tag": "System.Collections.Hashtable", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", + "EnableHttp2": "System.Nullable`1[System.Boolean]", + "EnableFips": "System.Nullable`1[System.Boolean]", + "Name": "System.String", + "TagsTable": "System.String", + "IdentityText": "System.String", + "Type": "System.String", + "ResourceGuid": "System.String", + "Location": "System.String", + "ResourceGroupName": "System.String", + "PrivateLinkEndpointConnectionsText": "System.String", + "PrivateLinkConfigurationsText": "System.String", + "FirewallPolicyText": "System.String", + "SslPolicyText": "System.String", + "UrlPathMapsText": "System.String", + "ProvisioningState": "System.String", + "RequestRoutingRulesText": "System.String", + "RewriteRuleSetsText": "System.String", + "HttpListenersText": "System.String", + "BackendHttpSettingsCollectionText": "System.String", + "BackendAddressPoolsText": "System.String", + "FrontendPortsText": "System.String", + "FrontendIpConfigurationsText": "System.String", + "SslCertificatesText": "System.String", + "AuthenticationCertificatesText": "System.String", + "GatewayIpConfigurationsText": "System.String", + "Etag": "System.String", + "OperationalState": "System.String", + "ProbesText": "System.String", + "Id": "System.String" }, - { - "ParameterMetadata": { - "Name": "DefaultRewriteRuleSetId", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "DisabledSslProtocols", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String[]", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": "System.String", + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [ + "TLSv1_0", + "TLSv1_1", + "TLSv1_2" + ], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "PolicyType", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [ + "Predefined", + "Custom" + ], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "PolicyName", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "CipherSuite", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String[]", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": "System.String", + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "MinProtocolVersion", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [ + "TLSv1_0", + "TLSv1_1", + "TLSv1_2" + ], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + } + ], + "ParameterSets": [ + { + "Name": "__AllParameterSets", + "Parameters": [ { "ParameterMetadata": { "Name": "ApplicationGateway", @@ -71568,7 +71560,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -71584,6 +71576,8 @@ "FrontendPorts": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort]", "HttpListeners": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener]", "GatewayIPConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayIPConfiguration]", + "PrivateEndpointConnections": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateEndpointConnection]", + "PrivateLinkConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkConfiguration]", "Probes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe]", "RedirectConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration]", "RequestRoutingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRequestRoutingRule]", @@ -71593,21 +71587,23 @@ "UrlPathMaps": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap]", "Zones": "System.Collections.Generic.List`1[System.String]", "Tag": "System.Collections.Hashtable", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", - "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", - "IdentityText": "System.String", - "SslPolicyText": "System.String", - "FirewallPolicyText": "System.String", - "ResourceGroupName": "System.String", + "Name": "System.String", "TagsTable": "System.String", - "ResourceGuid": "System.String", + "IdentityText": "System.String", "Type": "System.String", - "Name": "System.String", - "UrlPathMapsText": "System.String", + "ResourceGuid": "System.String", "Location": "System.String", - "ProbesText": "System.String", + "ResourceGroupName": "System.String", + "PrivateLinkEndpointConnectionsText": "System.String", + "PrivateLinkConfigurationsText": "System.String", + "FirewallPolicyText": "System.String", + "SslPolicyText": "System.String", + "UrlPathMapsText": "System.String", "ProvisioningState": "System.String", + "RequestRoutingRulesText": "System.String", "RewriteRuleSetsText": "System.String", "HttpListenersText": "System.String", "BackendHttpSettingsCollectionText": "System.String", @@ -71619,7 +71615,7 @@ "GatewayIpConfigurationsText": "System.String", "Etag": "System.String", "OperationalState": "System.String", - "RequestRoutingRulesText": "System.String", + "ProbesText": "System.String", "Id": "System.String" }, "ElementType": null, @@ -71671,79 +71667,71 @@ }, { "ParameterMetadata": { - "Name": "Name", + "Name": "DisabledSslProtocols", "AliasList": [], "Type": { "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Name": "System.String[]", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, - "ElementType": null, + "ElementType": "System.String", "GenericTypeArguments": [], "Methods": [], "Constructors": [] }, - "ValidateSet": [], + "ValidateSet": [ + "TLSv1_0", + "TLSv1_1", + "TLSv1_2" + ], "ValidateRangeMin": null, "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, - "Mandatory": true, + "Mandatory": false, "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "PathRules", + "Name": "PolicyType", "AliasList": [], "Type": { - "Namespace": "Microsoft.Azure.Commands.Network.Models", - "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPathRule[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPathRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, - "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPathRule", + "ElementType": null, "GenericTypeArguments": [], "Methods": [], "Constructors": [] }, - "ValidateSet": [], + "ValidateSet": [ + "Predefined", + "Custom" + ], "ValidateRangeMin": null, "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true + "ValidateNotNullOrEmpty": false }, - "Mandatory": true, + "Mandatory": false, "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "DefaultProfile", - "AliasList": [ - "AzContext", - "AzureRmContext", - "AzureCredential" - ], + "Name": "PolicyName", + "AliasList": [], "Type": { - "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", - "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", - "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", - "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", - "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" - }, + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, "ElementType": null, "GenericTypeArguments": [], - "Methods": [ - { - "Name": "Clear", - "Parameters": [], - "ReturnType": "System.Void" - } - ], + "Methods": [], "Constructors": [] }, "ValidateSet": [], @@ -71755,238 +71743,87 @@ "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false - } - ] - }, - { - "Name": "BackendSetByResource", - "Parameters": [ + }, { "ParameterMetadata": { - "Name": "DefaultBackendAddressPool", + "Name": "CipherSuite", "AliasList": [], "Type": { - "Namespace": "Microsoft.Azure.Commands.Network.Models", - "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", - "Properties": { - "BackendAddresses": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddress]", - "BackendIpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceIPConfiguration]", - "ProvisioningState": "System.String", - "Type": "System.String", - "BackendAddressesText": "System.String", - "BackendIpConfigurationsText": "System.String", - "Name": "System.String", - "Etag": "System.String", - "Id": "System.String" - }, - "ElementType": null, + "Namespace": "System", + "Name": "System.String[]", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": "System.String", "GenericTypeArguments": [], - "Methods": [ - { - "Name": "ShouldSerializeBackendAddresses", - "Parameters": [], - "ReturnType": "System.Boolean" - }, - { - "Name": "ShouldSerializeBackendIpConfigurations", - "Parameters": [], - "ReturnType": "System.Boolean" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [ - { - "Name": "", - "ReturnType": null, - "Parameters": [] - } - ] + "Methods": [], + "Constructors": [] }, "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, - "Mandatory": true, + "Mandatory": false, "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "DefaultBackendHttpSettings", + "Name": "MinProtocolVersion", "AliasList": [], "Type": { - "Namespace": "Microsoft.Azure.Commands.Network.Models", - "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", - "Properties": { - "ConnectionDraining": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayConnectionDraining", - "Probe": "Microsoft.Azure.Commands.Network.Models.PSResourceId", - "TrustedRootCertificates": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", - "AuthenticationCertificates": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", - "Port": "System.Int32", - "RequestTimeout": "System.Int32", - "PickHostNameFromBackendAddress": "System.Nullable`1[System.Boolean]", - "Protocol": "System.String", - "HostName": "System.String", - "Etag": "System.String", - "AffinityCookieName": "System.String", - "Path": "System.String", - "ProvisioningState": "System.String", - "Type": "System.String", - "ConnectionDrainingText": "System.String", - "ProbeText": "System.String", - "AuthenticationCertificatesText": "System.String", - "Name": "System.String", - "CookieBasedAffinity": "System.String", - "Id": "System.String" - }, + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, "ElementType": null, "GenericTypeArguments": [], - "Methods": [ - { - "Name": "ShouldSerializePort", - "Parameters": [], - "ReturnType": "System.Boolean" - }, - { - "Name": "ShouldSerializeRequestTimeout", - "Parameters": [], - "ReturnType": "System.Boolean" - }, - { - "Name": "ShouldSerializeAuthenticationCertificates", - "Parameters": [], - "ReturnType": "System.Boolean" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [ - { - "Name": "", - "ReturnType": null, - "Parameters": [] - } - ] + "Methods": [], + "Constructors": [] }, - "ValidateSet": [], + "ValidateSet": [ + "TLSv1_0", + "TLSv1_1", + "TLSv1_2" + ], "ValidateRangeMin": null, "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true + "ValidateNotNullOrEmpty": false }, - "Mandatory": true, + "Mandatory": false, "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "DefaultRewriteRuleSet", - "AliasList": [], + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], "Type": { - "Namespace": "Microsoft.Azure.Commands.Network.Models", - "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { - "RewriteRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRule]", - "ProvisioningState": "System.String", - "Type": "System.String", - "RewriteRulesText": "System.String", - "Name": "System.String", - "Etag": "System.String", - "Id": "System.String" + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" }, "ElementType": null, "GenericTypeArguments": [], "Methods": [ { - "Name": "ShouldSerializeRewriteRules", - "Parameters": [], - "ReturnType": "System.Boolean" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "GetType", + "Name": "Clear", "Parameters": [], - "ReturnType": "System.Type" + "ReturnType": "System.Void" } ], - "Constructors": [ - { - "Name": "", - "ReturnType": null, - "Parameters": [] - } - ] + "Constructors": [] }, "ValidateSet": [], "ValidateRangeMin": null, @@ -71997,7 +71834,271 @@ "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false + } + ] + } + ], + "AliasList": [] + }, + { + "VerbName": "Start", + "NounName": "AzApplicationGateway", + "Name": "Start-AzApplicationGateway", + "ClassName": "Microsoft.Azure.Commands.Network.StartAzureApplicationGatewayCommand", + "SupportsShouldProcess": false, + "ConfirmImpact": 2, + "SupportsPaging": false, + "DefaultParameterSetName": "__AllParameterSets", + "OutputTypes": [ + { + "Type": { + "Namespace": "Microsoft.Azure.Commands.Network.Models", + "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", + "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", + "SslPolicy": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslPolicy", + "WebApplicationFirewallConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayWebApplicationFirewallConfiguration", + "Identity": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity", + "FirewallPolicy": "Microsoft.Azure.Commands.Network.Models.PSResourceId", + "AuthenticationCertificates": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAuthenticationCertificate]", + "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool]", + "BackendHttpSettingsCollection": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings]", + "CustomErrorConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError]", + "FrontendIPConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendIPConfiguration]", + "FrontendPorts": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort]", + "HttpListeners": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener]", + "GatewayIPConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayIPConfiguration]", + "PrivateEndpointConnections": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateEndpointConnection]", + "PrivateLinkConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkConfiguration]", + "Probes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe]", + "RedirectConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration]", + "RequestRoutingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRequestRoutingRule]", + "RewriteRuleSets": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet]", + "SslCertificates": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslCertificate]", + "TrustedRootCertificates": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedRootCertificate]", + "UrlPathMaps": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap]", + "Zones": "System.Collections.Generic.List`1[System.String]", + "Tag": "System.Collections.Hashtable", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", + "EnableHttp2": "System.Nullable`1[System.Boolean]", + "EnableFips": "System.Nullable`1[System.Boolean]", + "Name": "System.String", + "TagsTable": "System.String", + "IdentityText": "System.String", + "Type": "System.String", + "ResourceGuid": "System.String", + "Location": "System.String", + "ResourceGroupName": "System.String", + "PrivateLinkEndpointConnectionsText": "System.String", + "PrivateLinkConfigurationsText": "System.String", + "FirewallPolicyText": "System.String", + "SslPolicyText": "System.String", + "UrlPathMapsText": "System.String", + "ProvisioningState": "System.String", + "RequestRoutingRulesText": "System.String", + "RewriteRuleSetsText": "System.String", + "HttpListenersText": "System.String", + "BackendHttpSettingsCollectionText": "System.String", + "BackendAddressPoolsText": "System.String", + "FrontendPortsText": "System.String", + "FrontendIpConfigurationsText": "System.String", + "SslCertificatesText": "System.String", + "AuthenticationCertificatesText": "System.String", + "GatewayIpConfigurationsText": "System.String", + "Etag": "System.String", + "OperationalState": "System.String", + "ProbesText": "System.String", + "Id": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] + }, + "ParameterSets": [ + "__AllParameterSets" + ] + } + ], + "Parameters": [ + { + "Name": "ApplicationGateway", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Network.Models", + "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", + "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", + "SslPolicy": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslPolicy", + "WebApplicationFirewallConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayWebApplicationFirewallConfiguration", + "Identity": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity", + "FirewallPolicy": "Microsoft.Azure.Commands.Network.Models.PSResourceId", + "AuthenticationCertificates": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAuthenticationCertificate]", + "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool]", + "BackendHttpSettingsCollection": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings]", + "CustomErrorConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError]", + "FrontendIPConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendIPConfiguration]", + "FrontendPorts": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort]", + "HttpListeners": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener]", + "GatewayIPConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayIPConfiguration]", + "PrivateEndpointConnections": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateEndpointConnection]", + "PrivateLinkConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkConfiguration]", + "Probes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe]", + "RedirectConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration]", + "RequestRoutingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRequestRoutingRule]", + "RewriteRuleSets": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet]", + "SslCertificates": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslCertificate]", + "TrustedRootCertificates": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedRootCertificate]", + "UrlPathMaps": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap]", + "Zones": "System.Collections.Generic.List`1[System.String]", + "Tag": "System.Collections.Hashtable", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", + "EnableHttp2": "System.Nullable`1[System.Boolean]", + "EnableFips": "System.Nullable`1[System.Boolean]", + "Name": "System.String", + "TagsTable": "System.String", + "IdentityText": "System.String", + "Type": "System.String", + "ResourceGuid": "System.String", + "Location": "System.String", + "ResourceGroupName": "System.String", + "PrivateLinkEndpointConnectionsText": "System.String", + "PrivateLinkConfigurationsText": "System.String", + "FirewallPolicyText": "System.String", + "SslPolicyText": "System.String", + "UrlPathMapsText": "System.String", + "ProvisioningState": "System.String", + "RequestRoutingRulesText": "System.String", + "RewriteRuleSetsText": "System.String", + "HttpListenersText": "System.String", + "BackendHttpSettingsCollectionText": "System.String", + "BackendAddressPoolsText": "System.String", + "FrontendPortsText": "System.String", + "FrontendIpConfigurationsText": "System.String", + "SslCertificatesText": "System.String", + "AuthenticationCertificatesText": "System.String", + "GatewayIpConfigurationsText": "System.String", + "Etag": "System.String", + "OperationalState": "System.String", + "ProbesText": "System.String", + "Id": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + } + ], + "ParameterSets": [ + { + "Name": "__AllParameterSets", + "Parameters": [ { "ParameterMetadata": { "Name": "ApplicationGateway", @@ -72005,7 +72106,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -72021,6 +72122,8 @@ "FrontendPorts": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort]", "HttpListeners": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener]", "GatewayIPConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayIPConfiguration]", + "PrivateEndpointConnections": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateEndpointConnection]", + "PrivateLinkConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkConfiguration]", "Probes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe]", "RedirectConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration]", "RequestRoutingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRequestRoutingRule]", @@ -72030,21 +72133,23 @@ "UrlPathMaps": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap]", "Zones": "System.Collections.Generic.List`1[System.String]", "Tag": "System.Collections.Hashtable", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", - "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", - "IdentityText": "System.String", - "SslPolicyText": "System.String", - "FirewallPolicyText": "System.String", - "ResourceGroupName": "System.String", + "Name": "System.String", "TagsTable": "System.String", - "ResourceGuid": "System.String", + "IdentityText": "System.String", "Type": "System.String", - "Name": "System.String", - "UrlPathMapsText": "System.String", + "ResourceGuid": "System.String", "Location": "System.String", - "ProbesText": "System.String", + "ResourceGroupName": "System.String", + "PrivateLinkEndpointConnectionsText": "System.String", + "PrivateLinkConfigurationsText": "System.String", + "FirewallPolicyText": "System.String", + "SslPolicyText": "System.String", + "UrlPathMapsText": "System.String", "ProvisioningState": "System.String", + "RequestRoutingRulesText": "System.String", "RewriteRuleSetsText": "System.String", "HttpListenersText": "System.String", "BackendHttpSettingsCollectionText": "System.String", @@ -72056,7 +72161,7 @@ "GatewayIpConfigurationsText": "System.String", "Etag": "System.String", "OperationalState": "System.String", - "RequestRoutingRulesText": "System.String", + "ProbesText": "System.String", "Id": "System.String" }, "ElementType": null, @@ -72108,238 +72213,325 @@ }, { "ParameterMetadata": { - "Name": "Name", - "AliasList": [], + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + }, "ElementType": null, "GenericTypeArguments": [], - "Methods": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], "Constructors": [] }, "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true + "ValidateNotNullOrEmpty": false }, - "Mandatory": true, + "Mandatory": false, "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false + } + ] + } + ], + "AliasList": [] + }, + { + "VerbName": "Stop", + "NounName": "AzApplicationGateway", + "Name": "Stop-AzApplicationGateway", + "ClassName": "Microsoft.Azure.Commands.Network.StopAzureApplicationGatewayCommand", + "SupportsShouldProcess": false, + "ConfirmImpact": 2, + "SupportsPaging": false, + "DefaultParameterSetName": "__AllParameterSets", + "OutputTypes": [ + { + "Type": { + "Namespace": "Microsoft.Azure.Commands.Network.Models", + "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", + "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", + "SslPolicy": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslPolicy", + "WebApplicationFirewallConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayWebApplicationFirewallConfiguration", + "Identity": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity", + "FirewallPolicy": "Microsoft.Azure.Commands.Network.Models.PSResourceId", + "AuthenticationCertificates": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAuthenticationCertificate]", + "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool]", + "BackendHttpSettingsCollection": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings]", + "CustomErrorConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError]", + "FrontendIPConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendIPConfiguration]", + "FrontendPorts": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort]", + "HttpListeners": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener]", + "GatewayIPConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayIPConfiguration]", + "PrivateEndpointConnections": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateEndpointConnection]", + "PrivateLinkConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkConfiguration]", + "Probes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe]", + "RedirectConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration]", + "RequestRoutingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRequestRoutingRule]", + "RewriteRuleSets": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet]", + "SslCertificates": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslCertificate]", + "TrustedRootCertificates": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedRootCertificate]", + "UrlPathMaps": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap]", + "Zones": "System.Collections.Generic.List`1[System.String]", + "Tag": "System.Collections.Hashtable", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", + "EnableHttp2": "System.Nullable`1[System.Boolean]", + "EnableFips": "System.Nullable`1[System.Boolean]", + "Name": "System.String", + "TagsTable": "System.String", + "IdentityText": "System.String", + "Type": "System.String", + "ResourceGuid": "System.String", + "Location": "System.String", + "ResourceGroupName": "System.String", + "PrivateLinkEndpointConnectionsText": "System.String", + "PrivateLinkConfigurationsText": "System.String", + "FirewallPolicyText": "System.String", + "SslPolicyText": "System.String", + "UrlPathMapsText": "System.String", + "ProvisioningState": "System.String", + "RequestRoutingRulesText": "System.String", + "RewriteRuleSetsText": "System.String", + "HttpListenersText": "System.String", + "BackendHttpSettingsCollectionText": "System.String", + "BackendAddressPoolsText": "System.String", + "FrontendPortsText": "System.String", + "FrontendIpConfigurationsText": "System.String", + "SslCertificatesText": "System.String", + "AuthenticationCertificatesText": "System.String", + "GatewayIpConfigurationsText": "System.String", + "Etag": "System.String", + "OperationalState": "System.String", + "ProbesText": "System.String", + "Id": "System.String" }, - { - "ParameterMetadata": { - "Name": "PathRules", - "AliasList": [], - "Type": { - "Namespace": "Microsoft.Azure.Commands.Network.Models", - "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPathRule[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPathRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", - "Properties": {}, - "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPathRule", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" }, - "Mandatory": true, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "DefaultProfile", - "AliasList": [ - "AzContext", - "AzureRmContext", - "AzureCredential" + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } ], - "Type": { - "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", - "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", - "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", - "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", - "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "Clear", - "Parameters": [], - "ReturnType": "System.Void" - } - ], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false + "ReturnType": "System.Boolean" }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - } + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] + }, + "ParameterSets": [ + "__AllParameterSets" ] - }, + } + ], + "Parameters": [ { - "Name": "RedirectSetByResource", - "Parameters": [ - { - "ParameterMetadata": { - "Name": "DefaultRewriteRuleSet", - "AliasList": [], - "Type": { - "Namespace": "Microsoft.Azure.Commands.Network.Models", - "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", - "Properties": { - "RewriteRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRule]", - "ProvisioningState": "System.String", - "Type": "System.String", - "RewriteRulesText": "System.String", - "Name": "System.String", - "Etag": "System.String", - "Id": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "ShouldSerializeRewriteRules", - "Parameters": [], - "ReturnType": "System.Boolean" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [ - { - "Name": "", - "ReturnType": null, - "Parameters": [] - } - ] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false + "Name": "ApplicationGateway", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Network.Models", + "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", + "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", + "SslPolicy": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslPolicy", + "WebApplicationFirewallConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayWebApplicationFirewallConfiguration", + "Identity": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity", + "FirewallPolicy": "Microsoft.Azure.Commands.Network.Models.PSResourceId", + "AuthenticationCertificates": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAuthenticationCertificate]", + "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool]", + "BackendHttpSettingsCollection": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings]", + "CustomErrorConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError]", + "FrontendIPConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendIPConfiguration]", + "FrontendPorts": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort]", + "HttpListeners": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener]", + "GatewayIPConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayIPConfiguration]", + "PrivateEndpointConnections": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateEndpointConnection]", + "PrivateLinkConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkConfiguration]", + "Probes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe]", + "RedirectConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration]", + "RequestRoutingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRequestRoutingRule]", + "RewriteRuleSets": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet]", + "SslCertificates": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslCertificate]", + "TrustedRootCertificates": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedRootCertificate]", + "UrlPathMaps": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap]", + "Zones": "System.Collections.Generic.List`1[System.String]", + "Tag": "System.Collections.Hashtable", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", + "EnableHttp2": "System.Nullable`1[System.Boolean]", + "EnableFips": "System.Nullable`1[System.Boolean]", + "Name": "System.String", + "TagsTable": "System.String", + "IdentityText": "System.String", + "Type": "System.String", + "ResourceGuid": "System.String", + "Location": "System.String", + "ResourceGroupName": "System.String", + "PrivateLinkEndpointConnectionsText": "System.String", + "PrivateLinkConfigurationsText": "System.String", + "FirewallPolicyText": "System.String", + "SslPolicyText": "System.String", + "UrlPathMapsText": "System.String", + "ProvisioningState": "System.String", + "RequestRoutingRulesText": "System.String", + "RewriteRuleSetsText": "System.String", + "HttpListenersText": "System.String", + "BackendHttpSettingsCollectionText": "System.String", + "BackendAddressPoolsText": "System.String", + "FrontendPortsText": "System.String", + "FrontendIpConfigurationsText": "System.String", + "SslCertificatesText": "System.String", + "AuthenticationCertificatesText": "System.String", + "GatewayIpConfigurationsText": "System.String", + "Etag": "System.String", + "OperationalState": "System.String", + "ProbesText": "System.String", + "Id": "System.String" }, - { - "ParameterMetadata": { - "Name": "DefaultRedirectConfiguration", - "AliasList": [], - "Type": { - "Namespace": "Microsoft.Azure.Commands.Network.Models", - "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", - "Properties": { - "TargetListener": "Microsoft.Azure.Commands.Network.Models.PSResourceId", - "RequestRoutingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", - "UrlPathMaps": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", - "PathRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", - "IncludePath": "System.Nullable`1[System.Boolean]", - "IncludeQueryString": "System.Nullable`1[System.Boolean]", - "RedirectType": "System.String", - "TargetUrl": "System.String", - "Type": "System.String", - "TargetListenerText": "System.String", - "RequestRoutingRulesText": "System.String", - "UrlPathMapsText": "System.String", - "PathRulesText": "System.String", - "Name": "System.String", - "Etag": "System.String", - "Id": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [ - { - "Name": "", - "ReturnType": null, - "Parameters": [] - } - ] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" }, - "Mandatory": true, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "AsJob", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + } + ], + "ParameterSets": [ + { + "Name": "__AllParameterSets", + "Parameters": [ { "ParameterMetadata": { "Name": "ApplicationGateway", @@ -72347,7 +72539,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -72363,6 +72555,8 @@ "FrontendPorts": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort]", "HttpListeners": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener]", "GatewayIPConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayIPConfiguration]", + "PrivateEndpointConnections": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateEndpointConnection]", + "PrivateLinkConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkConfiguration]", "Probes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe]", "RedirectConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration]", "RequestRoutingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRequestRoutingRule]", @@ -72372,21 +72566,23 @@ "UrlPathMaps": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap]", "Zones": "System.Collections.Generic.List`1[System.String]", "Tag": "System.Collections.Hashtable", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", - "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", - "IdentityText": "System.String", - "SslPolicyText": "System.String", - "FirewallPolicyText": "System.String", - "ResourceGroupName": "System.String", + "Name": "System.String", "TagsTable": "System.String", - "ResourceGuid": "System.String", + "IdentityText": "System.String", "Type": "System.String", - "Name": "System.String", - "UrlPathMapsText": "System.String", + "ResourceGuid": "System.String", "Location": "System.String", - "ProbesText": "System.String", + "ResourceGroupName": "System.String", + "PrivateLinkEndpointConnectionsText": "System.String", + "PrivateLinkConfigurationsText": "System.String", + "FirewallPolicyText": "System.String", + "SslPolicyText": "System.String", + "UrlPathMapsText": "System.String", "ProvisioningState": "System.String", + "RequestRoutingRulesText": "System.String", "RewriteRuleSetsText": "System.String", "HttpListenersText": "System.String", "BackendHttpSettingsCollectionText": "System.String", @@ -72398,7 +72594,7 @@ "GatewayIpConfigurationsText": "System.String", "Etag": "System.String", "OperationalState": "System.String", - "RequestRoutingRulesText": "System.String", + "ProbesText": "System.String", "Id": "System.String" }, "ElementType": null, @@ -72450,12 +72646,12 @@ }, { "ParameterMetadata": { - "Name": "Name", + "Name": "AsJob", "AliasList": [], "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -72465,33 +72661,9 @@ "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": true, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "PathRules", - "AliasList": [], - "Type": { - "Namespace": "Microsoft.Azure.Commands.Network.Models", - "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPathRule[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPathRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", - "Properties": {}, - "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPathRule", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true + "ValidateNotNullOrEmpty": false }, - "Mandatory": true, + "Mandatory": false, "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false @@ -72536,58 +72708,305 @@ "ValueFromPipelineByPropertyName": false } ] - }, + } + ], + "AliasList": [] + }, + { + "VerbName": "Add", + "NounName": "AzApplicationGatewayTrustedRootCertificate", + "Name": "Add-AzApplicationGatewayTrustedRootCertificate", + "ClassName": "Microsoft.Azure.Commands.Network.AddAzureApplicationGatewayTrustedRootCertificateCommand", + "SupportsShouldProcess": true, + "ConfirmImpact": 2, + "SupportsPaging": false, + "DefaultParameterSetName": "__AllParameterSets", + "OutputTypes": [ { - "Name": "RedirectSetByResourceId", - "Parameters": [ - { - "ParameterMetadata": { - "Name": "DefaultRewriteRuleSetId", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false + "Type": { + "Namespace": "Microsoft.Azure.Commands.Network.Models", + "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", + "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", + "SslPolicy": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslPolicy", + "WebApplicationFirewallConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayWebApplicationFirewallConfiguration", + "Identity": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity", + "FirewallPolicy": "Microsoft.Azure.Commands.Network.Models.PSResourceId", + "AuthenticationCertificates": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAuthenticationCertificate]", + "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool]", + "BackendHttpSettingsCollection": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings]", + "CustomErrorConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError]", + "FrontendIPConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendIPConfiguration]", + "FrontendPorts": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort]", + "HttpListeners": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener]", + "GatewayIPConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayIPConfiguration]", + "PrivateEndpointConnections": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateEndpointConnection]", + "PrivateLinkConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkConfiguration]", + "Probes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe]", + "RedirectConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration]", + "RequestRoutingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRequestRoutingRule]", + "RewriteRuleSets": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet]", + "SslCertificates": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslCertificate]", + "TrustedRootCertificates": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedRootCertificate]", + "UrlPathMaps": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap]", + "Zones": "System.Collections.Generic.List`1[System.String]", + "Tag": "System.Collections.Hashtable", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", + "EnableHttp2": "System.Nullable`1[System.Boolean]", + "EnableFips": "System.Nullable`1[System.Boolean]", + "Name": "System.String", + "TagsTable": "System.String", + "IdentityText": "System.String", + "Type": "System.String", + "ResourceGuid": "System.String", + "Location": "System.String", + "ResourceGroupName": "System.String", + "PrivateLinkEndpointConnectionsText": "System.String", + "PrivateLinkConfigurationsText": "System.String", + "FirewallPolicyText": "System.String", + "SslPolicyText": "System.String", + "UrlPathMapsText": "System.String", + "ProvisioningState": "System.String", + "RequestRoutingRulesText": "System.String", + "RewriteRuleSetsText": "System.String", + "HttpListenersText": "System.String", + "BackendHttpSettingsCollectionText": "System.String", + "BackendAddressPoolsText": "System.String", + "FrontendPortsText": "System.String", + "FrontendIpConfigurationsText": "System.String", + "SslCertificatesText": "System.String", + "AuthenticationCertificatesText": "System.String", + "GatewayIpConfigurationsText": "System.String", + "Etag": "System.String", + "OperationalState": "System.String", + "ProbesText": "System.String", + "Id": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] + }, + "ParameterSets": [ + "__AllParameterSets" + ] + } + ], + "Parameters": [ + { + "Name": "ApplicationGateway", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Network.Models", + "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", + "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", + "SslPolicy": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslPolicy", + "WebApplicationFirewallConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayWebApplicationFirewallConfiguration", + "Identity": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity", + "FirewallPolicy": "Microsoft.Azure.Commands.Network.Models.PSResourceId", + "AuthenticationCertificates": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAuthenticationCertificate]", + "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool]", + "BackendHttpSettingsCollection": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings]", + "CustomErrorConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError]", + "FrontendIPConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendIPConfiguration]", + "FrontendPorts": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort]", + "HttpListeners": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener]", + "GatewayIPConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayIPConfiguration]", + "PrivateEndpointConnections": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateEndpointConnection]", + "PrivateLinkConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkConfiguration]", + "Probes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe]", + "RedirectConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration]", + "RequestRoutingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRequestRoutingRule]", + "RewriteRuleSets": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet]", + "SslCertificates": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslCertificate]", + "TrustedRootCertificates": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedRootCertificate]", + "UrlPathMaps": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap]", + "Zones": "System.Collections.Generic.List`1[System.String]", + "Tag": "System.Collections.Hashtable", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", + "EnableHttp2": "System.Nullable`1[System.Boolean]", + "EnableFips": "System.Nullable`1[System.Boolean]", + "Name": "System.String", + "TagsTable": "System.String", + "IdentityText": "System.String", + "Type": "System.String", + "ResourceGuid": "System.String", + "Location": "System.String", + "ResourceGroupName": "System.String", + "PrivateLinkEndpointConnectionsText": "System.String", + "PrivateLinkConfigurationsText": "System.String", + "FirewallPolicyText": "System.String", + "SslPolicyText": "System.String", + "UrlPathMapsText": "System.String", + "ProvisioningState": "System.String", + "RequestRoutingRulesText": "System.String", + "RewriteRuleSetsText": "System.String", + "HttpListenersText": "System.String", + "BackendHttpSettingsCollectionText": "System.String", + "BackendAddressPoolsText": "System.String", + "FrontendPortsText": "System.String", + "FrontendIpConfigurationsText": "System.String", + "SslCertificatesText": "System.String", + "AuthenticationCertificatesText": "System.String", + "GatewayIpConfigurationsText": "System.String", + "Etag": "System.String", + "OperationalState": "System.String", + "ProbesText": "System.String", + "Id": "System.String" }, - { - "ParameterMetadata": { - "Name": "DefaultRedirectConfigurationId", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" }, - "Mandatory": true, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "Name", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "CertificateFile", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + } + ], + "ParameterSets": [ + { + "Name": "__AllParameterSets", + "Parameters": [ { "ParameterMetadata": { "Name": "ApplicationGateway", @@ -72595,7 +73014,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -72611,6 +73030,8 @@ "FrontendPorts": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort]", "HttpListeners": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener]", "GatewayIPConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayIPConfiguration]", + "PrivateEndpointConnections": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateEndpointConnection]", + "PrivateLinkConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkConfiguration]", "Probes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe]", "RedirectConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration]", "RequestRoutingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRequestRoutingRule]", @@ -72620,21 +73041,23 @@ "UrlPathMaps": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap]", "Zones": "System.Collections.Generic.List`1[System.String]", "Tag": "System.Collections.Hashtable", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", - "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", - "IdentityText": "System.String", - "SslPolicyText": "System.String", - "FirewallPolicyText": "System.String", - "ResourceGroupName": "System.String", + "Name": "System.String", "TagsTable": "System.String", - "ResourceGuid": "System.String", + "IdentityText": "System.String", "Type": "System.String", - "Name": "System.String", - "UrlPathMapsText": "System.String", + "ResourceGuid": "System.String", "Location": "System.String", - "ProbesText": "System.String", + "ResourceGroupName": "System.String", + "PrivateLinkEndpointConnectionsText": "System.String", + "PrivateLinkConfigurationsText": "System.String", + "FirewallPolicyText": "System.String", + "SslPolicyText": "System.String", + "UrlPathMapsText": "System.String", "ProvisioningState": "System.String", + "RequestRoutingRulesText": "System.String", "RewriteRuleSetsText": "System.String", "HttpListenersText": "System.String", "BackendHttpSettingsCollectionText": "System.String", @@ -72646,7 +73069,7 @@ "GatewayIpConfigurationsText": "System.String", "Etag": "System.String", "OperationalState": "System.String", - "RequestRoutingRulesText": "System.String", + "ProbesText": "System.String", "Id": "System.String" }, "ElementType": null, @@ -72722,14 +73145,14 @@ }, { "ParameterMetadata": { - "Name": "PathRules", + "Name": "CertificateFile", "AliasList": [], "Type": { - "Namespace": "Microsoft.Azure.Commands.Network.Models", - "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPathRule[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPathRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, - "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPathRule", + "ElementType": null, "GenericTypeArguments": [], "Methods": [], "Constructors": [] @@ -72790,9 +73213,9 @@ }, { "VerbName": "Get", - "NounName": "AzApplicationGatewayUrlPathMapConfig", - "Name": "Get-AzApplicationGatewayUrlPathMapConfig", - "ClassName": "Microsoft.Azure.Commands.Network.GetAzureApplicationGatewayUrlPathMapConfigCommand", + "NounName": "AzApplicationGatewayTrustedRootCertificate", + "Name": "Get-AzApplicationGatewayTrustedRootCertificate", + "ClassName": "Microsoft.Azure.Commands.Network.GetAzureApplicationGatewayTrustedRootCertificateCommand", "SupportsShouldProcess": false, "ConfirmImpact": 2, "SupportsPaging": false, @@ -72801,20 +73224,12 @@ { "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", - "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedRootCertificate", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedRootCertificate, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { - "DefaultBackendAddressPool": "Microsoft.Azure.Commands.Network.Models.PSResourceId", - "DefaultBackendHttpSettings": "Microsoft.Azure.Commands.Network.Models.PSResourceId", - "DefaultRewriteRuleSet": "Microsoft.Azure.Commands.Network.Models.PSResourceId", - "DefaultRedirectConfiguration": "Microsoft.Azure.Commands.Network.Models.PSResourceId", - "PathRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPathRule]", - "Type": "System.String", + "Data": "System.String", "ProvisioningState": "System.String", - "DefaultBackendAddressPoolText": "System.String", - "DefaultBackendHttpSettingsText": "System.String", - "DefaultRedirectConfigurationText": "System.String", - "PathRulesText": "System.String", + "Type": "System.String", "Name": "System.String", "Etag": "System.String", "Id": "System.String" @@ -72886,7 +73301,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -72902,6 +73317,8 @@ "FrontendPorts": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort]", "HttpListeners": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener]", "GatewayIPConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayIPConfiguration]", + "PrivateEndpointConnections": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateEndpointConnection]", + "PrivateLinkConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkConfiguration]", "Probes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe]", "RedirectConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration]", "RequestRoutingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRequestRoutingRule]", @@ -72911,21 +73328,23 @@ "UrlPathMaps": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap]", "Zones": "System.Collections.Generic.List`1[System.String]", "Tag": "System.Collections.Hashtable", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", - "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", - "IdentityText": "System.String", - "SslPolicyText": "System.String", - "FirewallPolicyText": "System.String", - "ResourceGroupName": "System.String", + "Name": "System.String", "TagsTable": "System.String", - "ResourceGuid": "System.String", + "IdentityText": "System.String", "Type": "System.String", - "Name": "System.String", - "UrlPathMapsText": "System.String", + "ResourceGuid": "System.String", "Location": "System.String", - "ProbesText": "System.String", + "ResourceGroupName": "System.String", + "PrivateLinkEndpointConnectionsText": "System.String", + "PrivateLinkConfigurationsText": "System.String", + "FirewallPolicyText": "System.String", + "SslPolicyText": "System.String", + "UrlPathMapsText": "System.String", "ProvisioningState": "System.String", + "RequestRoutingRulesText": "System.String", "RewriteRuleSetsText": "System.String", "HttpListenersText": "System.String", "BackendHttpSettingsCollectionText": "System.String", @@ -72937,7 +73356,7 @@ "GatewayIpConfigurationsText": "System.String", "Etag": "System.String", "OperationalState": "System.String", - "RequestRoutingRulesText": "System.String", + "ProbesText": "System.String", "Id": "System.String" }, "ElementType": null, @@ -73051,7 +73470,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -73067,6 +73486,8 @@ "FrontendPorts": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort]", "HttpListeners": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener]", "GatewayIPConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayIPConfiguration]", + "PrivateEndpointConnections": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateEndpointConnection]", + "PrivateLinkConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkConfiguration]", "Probes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe]", "RedirectConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration]", "RequestRoutingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRequestRoutingRule]", @@ -73076,21 +73497,23 @@ "UrlPathMaps": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap]", "Zones": "System.Collections.Generic.List`1[System.String]", "Tag": "System.Collections.Hashtable", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", - "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", - "IdentityText": "System.String", - "SslPolicyText": "System.String", - "FirewallPolicyText": "System.String", - "ResourceGroupName": "System.String", + "Name": "System.String", "TagsTable": "System.String", - "ResourceGuid": "System.String", + "IdentityText": "System.String", "Type": "System.String", - "Name": "System.String", - "UrlPathMapsText": "System.String", + "ResourceGuid": "System.String", "Location": "System.String", - "ProbesText": "System.String", + "ResourceGroupName": "System.String", + "PrivateLinkEndpointConnectionsText": "System.String", + "PrivateLinkConfigurationsText": "System.String", + "FirewallPolicyText": "System.String", + "SslPolicyText": "System.String", + "UrlPathMapsText": "System.String", "ProvisioningState": "System.String", + "RequestRoutingRulesText": "System.String", "RewriteRuleSetsText": "System.String", "HttpListenersText": "System.String", "BackendHttpSettingsCollectionText": "System.String", @@ -73102,7 +73525,7 @@ "GatewayIpConfigurationsText": "System.String", "Etag": "System.String", "OperationalState": "System.String", - "RequestRoutingRulesText": "System.String", + "ProbesText": "System.String", "Id": "System.String" }, "ElementType": null, @@ -73198,31 +73621,23 @@ }, { "VerbName": "New", - "NounName": "AzApplicationGatewayUrlPathMapConfig", - "Name": "New-AzApplicationGatewayUrlPathMapConfig", - "ClassName": "Microsoft.Azure.Commands.Network.NewAzureApplicationGatewayUrlPathMapConfigCommand", - "SupportsShouldProcess": false, + "NounName": "AzApplicationGatewayTrustedRootCertificate", + "Name": "New-AzApplicationGatewayTrustedRootCertificate", + "ClassName": "Microsoft.Azure.Commands.Network.NewAzureApplicationGatewayTrustedRootCertificateCommand", + "SupportsShouldProcess": true, "ConfirmImpact": 2, "SupportsPaging": false, - "DefaultParameterSetName": "BackendSetByResource", + "DefaultParameterSetName": "__AllParameterSets", "OutputTypes": [ { "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", - "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedRootCertificate", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedRootCertificate, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { - "DefaultBackendAddressPool": "Microsoft.Azure.Commands.Network.Models.PSResourceId", - "DefaultBackendHttpSettings": "Microsoft.Azure.Commands.Network.Models.PSResourceId", - "DefaultRewriteRuleSet": "Microsoft.Azure.Commands.Network.Models.PSResourceId", - "DefaultRedirectConfiguration": "Microsoft.Azure.Commands.Network.Models.PSResourceId", - "PathRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPathRule]", - "Type": "System.String", + "Data": "System.String", "ProvisioningState": "System.String", - "DefaultBackendAddressPoolText": "System.String", - "DefaultBackendHttpSettingsText": "System.String", - "DefaultRedirectConfigurationText": "System.String", - "PathRulesText": "System.String", + "Type": "System.String", "Name": "System.String", "Etag": "System.String", "Id": "System.String" @@ -73289,25 +73704,7 @@ "ValidateNotNullOrEmpty": true }, { - "Name": "PathRules", - "AliasList": [], - "Type": { - "Namespace": "Microsoft.Azure.Commands.Network.Models", - "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPathRule[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPathRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", - "Properties": {}, - "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPathRule", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - { - "Name": "DefaultBackendAddressPoolId", + "Name": "CertificateFile", "AliasList": [], "Type": { "Namespace": "System", @@ -73325,203 +73722,210 @@ "ValidateNotNullOrEmpty": true }, { - "Name": "DefaultBackendAddressPool", - "AliasList": [], + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], "Type": { - "Namespace": "Microsoft.Azure.Commands.Network.Models", - "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { - "BackendAddresses": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddress]", - "BackendIpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceIPConfiguration]", - "ProvisioningState": "System.String", - "Type": "System.String", - "BackendAddressesText": "System.String", - "BackendIpConfigurationsText": "System.String", - "Name": "System.String", - "Etag": "System.String", - "Id": "System.String" + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" }, "ElementType": null, "GenericTypeArguments": [], "Methods": [ { - "Name": "ShouldSerializeBackendAddresses", - "Parameters": [], - "ReturnType": "System.Boolean" - }, - { - "Name": "ShouldSerializeBackendIpConfigurations", - "Parameters": [], - "ReturnType": "System.Boolean" - }, - { - "Name": "ToString", + "Name": "Clear", "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" + "ReturnType": "System.Void" } ], - "Constructors": [ - { - "Name": "", - "ReturnType": null, - "Parameters": [] - } - ] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - { - "Name": "DefaultBackendHttpSettingsId", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], "Constructors": [] }, "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, + "ValidateNotNullOrEmpty": false + } + ], + "ParameterSets": [ { - "Name": "DefaultBackendHttpSettings", - "AliasList": [], - "Type": { - "Namespace": "Microsoft.Azure.Commands.Network.Models", - "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", - "Properties": { - "ConnectionDraining": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayConnectionDraining", - "Probe": "Microsoft.Azure.Commands.Network.Models.PSResourceId", - "TrustedRootCertificates": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", - "AuthenticationCertificates": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", - "Port": "System.Int32", - "RequestTimeout": "System.Int32", - "PickHostNameFromBackendAddress": "System.Nullable`1[System.Boolean]", - "Protocol": "System.String", - "HostName": "System.String", - "Etag": "System.String", - "AffinityCookieName": "System.String", - "Path": "System.String", - "ProvisioningState": "System.String", - "Type": "System.String", - "ConnectionDrainingText": "System.String", - "ProbeText": "System.String", - "AuthenticationCertificatesText": "System.String", - "Name": "System.String", - "CookieBasedAffinity": "System.String", - "Id": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "ShouldSerializePort", - "Parameters": [], - "ReturnType": "System.Boolean" - }, - { - "Name": "ShouldSerializeRequestTimeout", - "Parameters": [], - "ReturnType": "System.Boolean" - }, - { - "Name": "ShouldSerializeAuthenticationCertificates", - "Parameters": [], - "ReturnType": "System.Boolean" + "Name": "__AllParameterSets", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "Name", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "CertificateFile", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Reflection.RuntimeParameterInfo" - } + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [ - { - "Name": "", - "ReturnType": null, - "Parameters": [] - } - ] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + } + ], + "AliasList": [] + }, + { + "VerbName": "Remove", + "NounName": "AzApplicationGatewayTrustedRootCertificate", + "Name": "Remove-AzApplicationGatewayTrustedRootCertificate", + "ClassName": "Microsoft.Azure.Commands.Network.RemoveAzureApplicationGatewayTrustedRootCertificateCommand", + "SupportsShouldProcess": true, + "ConfirmImpact": 2, + "SupportsPaging": false, + "DefaultParameterSetName": "__AllParameterSets", + "OutputTypes": [ { - "Name": "DefaultRewriteRuleSet", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", - "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { - "RewriteRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRule]", - "ProvisioningState": "System.String", - "Type": "System.String", - "RewriteRulesText": "System.String", + "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", + "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", + "SslPolicy": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslPolicy", + "WebApplicationFirewallConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayWebApplicationFirewallConfiguration", + "Identity": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity", + "FirewallPolicy": "Microsoft.Azure.Commands.Network.Models.PSResourceId", + "AuthenticationCertificates": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAuthenticationCertificate]", + "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool]", + "BackendHttpSettingsCollection": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings]", + "CustomErrorConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError]", + "FrontendIPConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendIPConfiguration]", + "FrontendPorts": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort]", + "HttpListeners": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener]", + "GatewayIPConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayIPConfiguration]", + "PrivateEndpointConnections": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateEndpointConnection]", + "PrivateLinkConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkConfiguration]", + "Probes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe]", + "RedirectConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration]", + "RequestRoutingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRequestRoutingRule]", + "RewriteRuleSets": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet]", + "SslCertificates": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslCertificate]", + "TrustedRootCertificates": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedRootCertificate]", + "UrlPathMaps": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap]", + "Zones": "System.Collections.Generic.List`1[System.String]", + "Tag": "System.Collections.Hashtable", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", + "EnableHttp2": "System.Nullable`1[System.Boolean]", + "EnableFips": "System.Nullable`1[System.Boolean]", "Name": "System.String", + "TagsTable": "System.String", + "IdentityText": "System.String", + "Type": "System.String", + "ResourceGuid": "System.String", + "Location": "System.String", + "ResourceGroupName": "System.String", + "PrivateLinkEndpointConnectionsText": "System.String", + "PrivateLinkConfigurationsText": "System.String", + "FirewallPolicyText": "System.String", + "SslPolicyText": "System.String", + "UrlPathMapsText": "System.String", + "ProvisioningState": "System.String", + "RequestRoutingRulesText": "System.String", + "RewriteRuleSetsText": "System.String", + "HttpListenersText": "System.String", + "BackendHttpSettingsCollectionText": "System.String", + "BackendAddressPoolsText": "System.String", + "FrontendPortsText": "System.String", + "FrontendIpConfigurationsText": "System.String", + "SslCertificatesText": "System.String", + "AuthenticationCertificatesText": "System.String", + "GatewayIpConfigurationsText": "System.String", "Etag": "System.String", + "OperationalState": "System.String", + "ProbesText": "System.String", "Id": "System.String" }, "ElementType": null, "GenericTypeArguments": [], "Methods": [ - { - "Name": "ShouldSerializeRewriteRules", - "Parameters": [], - "ReturnType": "System.Boolean" - }, { "Name": "ToString", "Parameters": [], @@ -73556,31 +73960,14 @@ } ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "DefaultRewriteRuleSetId", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, + "ParameterSets": [ + "__AllParameterSets" + ] + } + ], + "Parameters": [ { - "Name": "DefaultRedirectConfigurationId", + "Name": "Name", "AliasList": [], "Type": { "Namespace": "System", @@ -73598,28 +73985,67 @@ "ValidateNotNullOrEmpty": true }, { - "Name": "DefaultRedirectConfiguration", + "Name": "ApplicationGateway", "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", - "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { - "TargetListener": "Microsoft.Azure.Commands.Network.Models.PSResourceId", - "RequestRoutingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", - "UrlPathMaps": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", - "PathRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", - "IncludePath": "System.Nullable`1[System.Boolean]", - "IncludeQueryString": "System.Nullable`1[System.Boolean]", - "RedirectType": "System.String", - "TargetUrl": "System.String", + "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", + "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", + "SslPolicy": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslPolicy", + "WebApplicationFirewallConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayWebApplicationFirewallConfiguration", + "Identity": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity", + "FirewallPolicy": "Microsoft.Azure.Commands.Network.Models.PSResourceId", + "AuthenticationCertificates": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAuthenticationCertificate]", + "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool]", + "BackendHttpSettingsCollection": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings]", + "CustomErrorConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError]", + "FrontendIPConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendIPConfiguration]", + "FrontendPorts": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort]", + "HttpListeners": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener]", + "GatewayIPConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayIPConfiguration]", + "PrivateEndpointConnections": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateEndpointConnection]", + "PrivateLinkConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkConfiguration]", + "Probes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe]", + "RedirectConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration]", + "RequestRoutingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRequestRoutingRule]", + "RewriteRuleSets": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet]", + "SslCertificates": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslCertificate]", + "TrustedRootCertificates": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedRootCertificate]", + "UrlPathMaps": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap]", + "Zones": "System.Collections.Generic.List`1[System.String]", + "Tag": "System.Collections.Hashtable", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", + "EnableHttp2": "System.Nullable`1[System.Boolean]", + "EnableFips": "System.Nullable`1[System.Boolean]", + "Name": "System.String", + "TagsTable": "System.String", + "IdentityText": "System.String", "Type": "System.String", - "TargetListenerText": "System.String", - "RequestRoutingRulesText": "System.String", + "ResourceGuid": "System.String", + "Location": "System.String", + "ResourceGroupName": "System.String", + "PrivateLinkEndpointConnectionsText": "System.String", + "PrivateLinkConfigurationsText": "System.String", + "FirewallPolicyText": "System.String", + "SslPolicyText": "System.String", "UrlPathMapsText": "System.String", - "PathRulesText": "System.String", - "Name": "System.String", + "ProvisioningState": "System.String", + "RequestRoutingRulesText": "System.String", + "RewriteRuleSetsText": "System.String", + "HttpListenersText": "System.String", + "BackendHttpSettingsCollectionText": "System.String", + "BackendAddressPoolsText": "System.String", + "FrontendPortsText": "System.String", + "FrontendIpConfigurationsText": "System.String", + "SslCertificatesText": "System.String", + "AuthenticationCertificatesText": "System.String", + "GatewayIpConfigurationsText": "System.String", "Etag": "System.String", + "OperationalState": "System.String", + "ProbesText": "System.String", "Id": "System.String" }, "ElementType": null, @@ -73662,7 +74088,7 @@ "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true + "ValidateNotNullOrEmpty": false }, { "Name": "DefaultProfile", @@ -73728,26 +74154,114 @@ }, { "ParameterMetadata": { - "Name": "PathRules", + "Name": "ApplicationGateway", "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", - "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPathRule[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPathRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", - "Properties": {}, - "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPathRule", + "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", + "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", + "SslPolicy": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslPolicy", + "WebApplicationFirewallConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayWebApplicationFirewallConfiguration", + "Identity": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity", + "FirewallPolicy": "Microsoft.Azure.Commands.Network.Models.PSResourceId", + "AuthenticationCertificates": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAuthenticationCertificate]", + "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool]", + "BackendHttpSettingsCollection": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings]", + "CustomErrorConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError]", + "FrontendIPConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendIPConfiguration]", + "FrontendPorts": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort]", + "HttpListeners": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener]", + "GatewayIPConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayIPConfiguration]", + "PrivateEndpointConnections": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateEndpointConnection]", + "PrivateLinkConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkConfiguration]", + "Probes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe]", + "RedirectConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration]", + "RequestRoutingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRequestRoutingRule]", + "RewriteRuleSets": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet]", + "SslCertificates": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslCertificate]", + "TrustedRootCertificates": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedRootCertificate]", + "UrlPathMaps": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap]", + "Zones": "System.Collections.Generic.List`1[System.String]", + "Tag": "System.Collections.Hashtable", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", + "EnableHttp2": "System.Nullable`1[System.Boolean]", + "EnableFips": "System.Nullable`1[System.Boolean]", + "Name": "System.String", + "TagsTable": "System.String", + "IdentityText": "System.String", + "Type": "System.String", + "ResourceGuid": "System.String", + "Location": "System.String", + "ResourceGroupName": "System.String", + "PrivateLinkEndpointConnectionsText": "System.String", + "PrivateLinkConfigurationsText": "System.String", + "FirewallPolicyText": "System.String", + "SslPolicyText": "System.String", + "UrlPathMapsText": "System.String", + "ProvisioningState": "System.String", + "RequestRoutingRulesText": "System.String", + "RewriteRuleSetsText": "System.String", + "HttpListenersText": "System.String", + "BackendHttpSettingsCollectionText": "System.String", + "BackendAddressPoolsText": "System.String", + "FrontendPortsText": "System.String", + "FrontendIpConfigurationsText": "System.String", + "SslCertificatesText": "System.String", + "AuthenticationCertificatesText": "System.String", + "GatewayIpConfigurationsText": "System.String", + "Etag": "System.String", + "OperationalState": "System.String", + "ProbesText": "System.String", + "Id": "System.String" + }, + "ElementType": null, "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] }, "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true + "ValidateNotNullOrEmpty": false }, "Mandatory": true, "Position": -2147483648, - "ValueFromPipeline": false, + "ValueFromPipeline": true, "ValueFromPipelineByPropertyName": false }, { @@ -73790,37 +74304,420 @@ "ValueFromPipelineByPropertyName": false } ] + } + ], + "AliasList": [] + }, + { + "VerbName": "Set", + "NounName": "AzApplicationGatewayTrustedRootCertificate", + "Name": "Set-AzApplicationGatewayTrustedRootCertificate", + "ClassName": "Microsoft.Azure.Commands.Network.SetAzureApplicationGatewayTrustedRootCertificateCommand", + "SupportsShouldProcess": true, + "ConfirmImpact": 2, + "SupportsPaging": false, + "DefaultParameterSetName": "__AllParameterSets", + "OutputTypes": [ + { + "Type": { + "Namespace": "Microsoft.Azure.Commands.Network.Models", + "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", + "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", + "SslPolicy": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslPolicy", + "WebApplicationFirewallConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayWebApplicationFirewallConfiguration", + "Identity": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity", + "FirewallPolicy": "Microsoft.Azure.Commands.Network.Models.PSResourceId", + "AuthenticationCertificates": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAuthenticationCertificate]", + "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool]", + "BackendHttpSettingsCollection": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings]", + "CustomErrorConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError]", + "FrontendIPConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendIPConfiguration]", + "FrontendPorts": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort]", + "HttpListeners": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener]", + "GatewayIPConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayIPConfiguration]", + "PrivateEndpointConnections": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateEndpointConnection]", + "PrivateLinkConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkConfiguration]", + "Probes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe]", + "RedirectConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration]", + "RequestRoutingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRequestRoutingRule]", + "RewriteRuleSets": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet]", + "SslCertificates": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslCertificate]", + "TrustedRootCertificates": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedRootCertificate]", + "UrlPathMaps": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap]", + "Zones": "System.Collections.Generic.List`1[System.String]", + "Tag": "System.Collections.Hashtable", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", + "EnableHttp2": "System.Nullable`1[System.Boolean]", + "EnableFips": "System.Nullable`1[System.Boolean]", + "Name": "System.String", + "TagsTable": "System.String", + "IdentityText": "System.String", + "Type": "System.String", + "ResourceGuid": "System.String", + "Location": "System.String", + "ResourceGroupName": "System.String", + "PrivateLinkEndpointConnectionsText": "System.String", + "PrivateLinkConfigurationsText": "System.String", + "FirewallPolicyText": "System.String", + "SslPolicyText": "System.String", + "UrlPathMapsText": "System.String", + "ProvisioningState": "System.String", + "RequestRoutingRulesText": "System.String", + "RewriteRuleSetsText": "System.String", + "HttpListenersText": "System.String", + "BackendHttpSettingsCollectionText": "System.String", + "BackendAddressPoolsText": "System.String", + "FrontendPortsText": "System.String", + "FrontendIpConfigurationsText": "System.String", + "SslCertificatesText": "System.String", + "AuthenticationCertificatesText": "System.String", + "GatewayIpConfigurationsText": "System.String", + "Etag": "System.String", + "OperationalState": "System.String", + "ProbesText": "System.String", + "Id": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] + }, + "ParameterSets": [ + "__AllParameterSets" + ] + } + ], + "Parameters": [ + { + "Name": "ApplicationGateway", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Network.Models", + "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", + "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", + "SslPolicy": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslPolicy", + "WebApplicationFirewallConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayWebApplicationFirewallConfiguration", + "Identity": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity", + "FirewallPolicy": "Microsoft.Azure.Commands.Network.Models.PSResourceId", + "AuthenticationCertificates": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAuthenticationCertificate]", + "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool]", + "BackendHttpSettingsCollection": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings]", + "CustomErrorConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError]", + "FrontendIPConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendIPConfiguration]", + "FrontendPorts": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort]", + "HttpListeners": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener]", + "GatewayIPConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayIPConfiguration]", + "PrivateEndpointConnections": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateEndpointConnection]", + "PrivateLinkConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkConfiguration]", + "Probes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe]", + "RedirectConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration]", + "RequestRoutingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRequestRoutingRule]", + "RewriteRuleSets": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet]", + "SslCertificates": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslCertificate]", + "TrustedRootCertificates": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedRootCertificate]", + "UrlPathMaps": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap]", + "Zones": "System.Collections.Generic.List`1[System.String]", + "Tag": "System.Collections.Hashtable", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", + "EnableHttp2": "System.Nullable`1[System.Boolean]", + "EnableFips": "System.Nullable`1[System.Boolean]", + "Name": "System.String", + "TagsTable": "System.String", + "IdentityText": "System.String", + "Type": "System.String", + "ResourceGuid": "System.String", + "Location": "System.String", + "ResourceGroupName": "System.String", + "PrivateLinkEndpointConnectionsText": "System.String", + "PrivateLinkConfigurationsText": "System.String", + "FirewallPolicyText": "System.String", + "SslPolicyText": "System.String", + "UrlPathMapsText": "System.String", + "ProvisioningState": "System.String", + "RequestRoutingRulesText": "System.String", + "RewriteRuleSetsText": "System.String", + "HttpListenersText": "System.String", + "BackendHttpSettingsCollectionText": "System.String", + "BackendAddressPoolsText": "System.String", + "FrontendPortsText": "System.String", + "FrontendIpConfigurationsText": "System.String", + "SslCertificatesText": "System.String", + "AuthenticationCertificatesText": "System.String", + "GatewayIpConfigurationsText": "System.String", + "Etag": "System.String", + "OperationalState": "System.String", + "ProbesText": "System.String", + "Id": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false }, { - "Name": "BackendSetByResourceId", + "Name": "Name", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "CertificateFile", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + } + ], + "ParameterSets": [ + { + "Name": "__AllParameterSets", "Parameters": [ { "ParameterMetadata": { - "Name": "DefaultBackendAddressPoolId", + "Name": "ApplicationGateway", "AliasList": [], "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, + "Namespace": "Microsoft.Azure.Commands.Network.Models", + "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", + "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", + "SslPolicy": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslPolicy", + "WebApplicationFirewallConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayWebApplicationFirewallConfiguration", + "Identity": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity", + "FirewallPolicy": "Microsoft.Azure.Commands.Network.Models.PSResourceId", + "AuthenticationCertificates": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAuthenticationCertificate]", + "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool]", + "BackendHttpSettingsCollection": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings]", + "CustomErrorConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError]", + "FrontendIPConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendIPConfiguration]", + "FrontendPorts": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort]", + "HttpListeners": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener]", + "GatewayIPConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayIPConfiguration]", + "PrivateEndpointConnections": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateEndpointConnection]", + "PrivateLinkConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkConfiguration]", + "Probes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe]", + "RedirectConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration]", + "RequestRoutingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRequestRoutingRule]", + "RewriteRuleSets": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet]", + "SslCertificates": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslCertificate]", + "TrustedRootCertificates": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedRootCertificate]", + "UrlPathMaps": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap]", + "Zones": "System.Collections.Generic.List`1[System.String]", + "Tag": "System.Collections.Hashtable", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", + "EnableHttp2": "System.Nullable`1[System.Boolean]", + "EnableFips": "System.Nullable`1[System.Boolean]", + "Name": "System.String", + "TagsTable": "System.String", + "IdentityText": "System.String", + "Type": "System.String", + "ResourceGuid": "System.String", + "Location": "System.String", + "ResourceGroupName": "System.String", + "PrivateLinkEndpointConnectionsText": "System.String", + "PrivateLinkConfigurationsText": "System.String", + "FirewallPolicyText": "System.String", + "SslPolicyText": "System.String", + "UrlPathMapsText": "System.String", + "ProvisioningState": "System.String", + "RequestRoutingRulesText": "System.String", + "RewriteRuleSetsText": "System.String", + "HttpListenersText": "System.String", + "BackendHttpSettingsCollectionText": "System.String", + "BackendAddressPoolsText": "System.String", + "FrontendPortsText": "System.String", + "FrontendIpConfigurationsText": "System.String", + "SslCertificatesText": "System.String", + "AuthenticationCertificatesText": "System.String", + "GatewayIpConfigurationsText": "System.String", + "Etag": "System.String", + "OperationalState": "System.String", + "ProbesText": "System.String", + "Id": "System.String" + }, "ElementType": null, "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] }, "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true + "ValidateNotNullOrEmpty": false }, "Mandatory": true, "Position": -2147483648, - "ValueFromPipeline": false, + "ValueFromPipeline": true, "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "DefaultBackendHttpSettingsId", + "Name": "Name", "AliasList": [], "Type": { "Namespace": "System", @@ -73844,31 +74741,7 @@ }, { "ParameterMetadata": { - "Name": "DefaultRewriteRuleSetId", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "Name", + "Name": "CertificateFile", "AliasList": [], "Type": { "Namespace": "System", @@ -73890,30 +74763,6 @@ "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, - { - "ParameterMetadata": { - "Name": "PathRules", - "AliasList": [], - "Type": { - "Namespace": "Microsoft.Azure.Commands.Network.Models", - "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPathRule[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPathRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", - "Properties": {}, - "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPathRule", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": true, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, { "ParameterMetadata": { "Name": "DefaultProfile", @@ -73954,203 +74803,731 @@ "ValueFromPipelineByPropertyName": false } ] - }, + } + ], + "AliasList": [] + }, + { + "VerbName": "Add", + "NounName": "AzApplicationGatewayUrlPathMapConfig", + "Name": "Add-AzApplicationGatewayUrlPathMapConfig", + "ClassName": "Microsoft.Azure.Commands.Network.AddAzureApplicationGatewayUrlPathMapConfigCommand", + "SupportsShouldProcess": false, + "ConfirmImpact": 2, + "SupportsPaging": false, + "DefaultParameterSetName": "BackendSetByResource", + "OutputTypes": [ { - "Name": "BackendSetByResource", - "Parameters": [ - { - "ParameterMetadata": { - "Name": "DefaultBackendAddressPool", - "AliasList": [], - "Type": { - "Namespace": "Microsoft.Azure.Commands.Network.Models", - "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", - "Properties": { - "BackendAddresses": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddress]", - "BackendIpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceIPConfiguration]", - "ProvisioningState": "System.String", - "Type": "System.String", - "BackendAddressesText": "System.String", - "BackendIpConfigurationsText": "System.String", - "Name": "System.String", - "Etag": "System.String", - "Id": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "ShouldSerializeBackendAddresses", - "Parameters": [], - "ReturnType": "System.Boolean" - }, - { - "Name": "ShouldSerializeBackendIpConfigurations", - "Parameters": [], - "ReturnType": "System.Boolean" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [ - { - "Name": "", - "ReturnType": null, - "Parameters": [] - } - ] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": true, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "DefaultBackendHttpSettings", - "AliasList": [], - "Type": { - "Namespace": "Microsoft.Azure.Commands.Network.Models", - "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", - "Properties": { - "ConnectionDraining": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayConnectionDraining", - "Probe": "Microsoft.Azure.Commands.Network.Models.PSResourceId", - "TrustedRootCertificates": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", - "AuthenticationCertificates": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", - "Port": "System.Int32", - "RequestTimeout": "System.Int32", - "PickHostNameFromBackendAddress": "System.Nullable`1[System.Boolean]", - "Protocol": "System.String", - "HostName": "System.String", - "Etag": "System.String", - "AffinityCookieName": "System.String", - "Path": "System.String", - "ProvisioningState": "System.String", - "Type": "System.String", - "ConnectionDrainingText": "System.String", - "ProbeText": "System.String", - "AuthenticationCertificatesText": "System.String", - "Name": "System.String", - "CookieBasedAffinity": "System.String", - "Id": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "ShouldSerializePort", - "Parameters": [], - "ReturnType": "System.Boolean" - }, - { - "Name": "ShouldSerializeRequestTimeout", - "Parameters": [], - "ReturnType": "System.Boolean" - }, - { - "Name": "ShouldSerializeAuthenticationCertificates", - "Parameters": [], - "ReturnType": "System.Boolean" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [ - { - "Name": "", - "ReturnType": null, - "Parameters": [] - } - ] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true + "Type": { + "Namespace": "Microsoft.Azure.Commands.Network.Models", + "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", + "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", + "SslPolicy": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslPolicy", + "WebApplicationFirewallConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayWebApplicationFirewallConfiguration", + "Identity": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity", + "FirewallPolicy": "Microsoft.Azure.Commands.Network.Models.PSResourceId", + "AuthenticationCertificates": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAuthenticationCertificate]", + "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool]", + "BackendHttpSettingsCollection": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings]", + "CustomErrorConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError]", + "FrontendIPConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendIPConfiguration]", + "FrontendPorts": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort]", + "HttpListeners": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener]", + "GatewayIPConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayIPConfiguration]", + "PrivateEndpointConnections": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateEndpointConnection]", + "PrivateLinkConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkConfiguration]", + "Probes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe]", + "RedirectConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration]", + "RequestRoutingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRequestRoutingRule]", + "RewriteRuleSets": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet]", + "SslCertificates": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslCertificate]", + "TrustedRootCertificates": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedRootCertificate]", + "UrlPathMaps": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap]", + "Zones": "System.Collections.Generic.List`1[System.String]", + "Tag": "System.Collections.Hashtable", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", + "EnableHttp2": "System.Nullable`1[System.Boolean]", + "EnableFips": "System.Nullable`1[System.Boolean]", + "Name": "System.String", + "TagsTable": "System.String", + "IdentityText": "System.String", + "Type": "System.String", + "ResourceGuid": "System.String", + "Location": "System.String", + "ResourceGroupName": "System.String", + "PrivateLinkEndpointConnectionsText": "System.String", + "PrivateLinkConfigurationsText": "System.String", + "FirewallPolicyText": "System.String", + "SslPolicyText": "System.String", + "UrlPathMapsText": "System.String", + "ProvisioningState": "System.String", + "RequestRoutingRulesText": "System.String", + "RewriteRuleSetsText": "System.String", + "HttpListenersText": "System.String", + "BackendHttpSettingsCollectionText": "System.String", + "BackendAddressPoolsText": "System.String", + "FrontendPortsText": "System.String", + "FrontendIpConfigurationsText": "System.String", + "SslCertificatesText": "System.String", + "AuthenticationCertificatesText": "System.String", + "GatewayIpConfigurationsText": "System.String", + "Etag": "System.String", + "OperationalState": "System.String", + "ProbesText": "System.String", + "Id": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" }, - "Mandatory": true, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] + }, + "ParameterSets": [ + "__AllParameterSets" + ] + } + ], + "Parameters": [ + { + "Name": "ApplicationGateway", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Network.Models", + "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", + "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", + "SslPolicy": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslPolicy", + "WebApplicationFirewallConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayWebApplicationFirewallConfiguration", + "Identity": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity", + "FirewallPolicy": "Microsoft.Azure.Commands.Network.Models.PSResourceId", + "AuthenticationCertificates": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAuthenticationCertificate]", + "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool]", + "BackendHttpSettingsCollection": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings]", + "CustomErrorConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError]", + "FrontendIPConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendIPConfiguration]", + "FrontendPorts": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort]", + "HttpListeners": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener]", + "GatewayIPConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayIPConfiguration]", + "PrivateEndpointConnections": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateEndpointConnection]", + "PrivateLinkConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkConfiguration]", + "Probes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe]", + "RedirectConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration]", + "RequestRoutingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRequestRoutingRule]", + "RewriteRuleSets": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet]", + "SslCertificates": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslCertificate]", + "TrustedRootCertificates": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedRootCertificate]", + "UrlPathMaps": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap]", + "Zones": "System.Collections.Generic.List`1[System.String]", + "Tag": "System.Collections.Hashtable", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", + "EnableHttp2": "System.Nullable`1[System.Boolean]", + "EnableFips": "System.Nullable`1[System.Boolean]", + "Name": "System.String", + "TagsTable": "System.String", + "IdentityText": "System.String", + "Type": "System.String", + "ResourceGuid": "System.String", + "Location": "System.String", + "ResourceGroupName": "System.String", + "PrivateLinkEndpointConnectionsText": "System.String", + "PrivateLinkConfigurationsText": "System.String", + "FirewallPolicyText": "System.String", + "SslPolicyText": "System.String", + "UrlPathMapsText": "System.String", + "ProvisioningState": "System.String", + "RequestRoutingRulesText": "System.String", + "RewriteRuleSetsText": "System.String", + "HttpListenersText": "System.String", + "BackendHttpSettingsCollectionText": "System.String", + "BackendAddressPoolsText": "System.String", + "FrontendPortsText": "System.String", + "FrontendIpConfigurationsText": "System.String", + "SslCertificatesText": "System.String", + "AuthenticationCertificatesText": "System.String", + "GatewayIpConfigurationsText": "System.String", + "Etag": "System.String", + "OperationalState": "System.String", + "ProbesText": "System.String", + "Id": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "Name", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "PathRules", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Network.Models", + "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPathRule[]", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPathRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": {}, + "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPathRule", + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "DefaultBackendAddressPoolId", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "DefaultBackendAddressPool", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Network.Models", + "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "BackendAddresses": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddress]", + "BackendIpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceIPConfiguration]", + "ProvisioningState": "System.String", + "Type": "System.String", + "BackendAddressesText": "System.String", + "BackendIpConfigurationsText": "System.String", + "Name": "System.String", + "Etag": "System.String", + "Id": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ShouldSerializeBackendAddresses", + "Parameters": [], + "ReturnType": "System.Boolean" + }, + { + "Name": "ShouldSerializeBackendIpConfigurations", + "Parameters": [], + "ReturnType": "System.Boolean" + }, + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "DefaultBackendHttpSettingsId", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "DefaultBackendHttpSettings", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Network.Models", + "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "ConnectionDraining": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayConnectionDraining", + "Probe": "Microsoft.Azure.Commands.Network.Models.PSResourceId", + "TrustedRootCertificates": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", + "AuthenticationCertificates": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", + "Port": "System.Int32", + "RequestTimeout": "System.Int32", + "PickHostNameFromBackendAddress": "System.Nullable`1[System.Boolean]", + "Protocol": "System.String", + "HostName": "System.String", + "Etag": "System.String", + "AffinityCookieName": "System.String", + "Path": "System.String", + "ProvisioningState": "System.String", + "Type": "System.String", + "ConnectionDrainingText": "System.String", + "ProbeText": "System.String", + "AuthenticationCertificatesText": "System.String", + "Name": "System.String", + "CookieBasedAffinity": "System.String", + "Id": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ShouldSerializePort", + "Parameters": [], + "ReturnType": "System.Boolean" + }, + { + "Name": "ShouldSerializeRequestTimeout", + "Parameters": [], + "ReturnType": "System.Boolean" + }, + { + "Name": "ShouldSerializeAuthenticationCertificates", + "Parameters": [], + "ReturnType": "System.Boolean" + }, + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "DefaultRewriteRuleSet", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Network.Models", + "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "RewriteRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRule]", + "ProvisioningState": "System.String", + "Type": "System.String", + "RewriteRulesText": "System.String", + "Name": "System.String", + "Etag": "System.String", + "Id": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ShouldSerializeRewriteRules", + "Parameters": [], + "ReturnType": "System.Boolean" + }, + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "DefaultRewriteRuleSetId", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "DefaultRedirectConfigurationId", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "DefaultRedirectConfiguration", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Network.Models", + "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "TargetListener": "Microsoft.Azure.Commands.Network.Models.PSResourceId", + "RequestRoutingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", + "UrlPathMaps": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", + "PathRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", + "IncludePath": "System.Nullable`1[System.Boolean]", + "IncludeQueryString": "System.Nullable`1[System.Boolean]", + "RedirectType": "System.String", + "TargetUrl": "System.String", + "Type": "System.String", + "TargetListenerText": "System.String", + "RequestRoutingRulesText": "System.String", + "UrlPathMapsText": "System.String", + "PathRulesText": "System.String", + "Name": "System.String", + "Etag": "System.String", + "Id": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + } + ], + "ParameterSets": [ + { + "Name": "__AllParameterSets", + "Parameters": [ { "ParameterMetadata": { - "Name": "DefaultRewriteRuleSet", + "Name": "ApplicationGateway", "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", - "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { - "RewriteRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRule]", - "ProvisioningState": "System.String", - "Type": "System.String", - "RewriteRulesText": "System.String", + "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", + "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", + "SslPolicy": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslPolicy", + "WebApplicationFirewallConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayWebApplicationFirewallConfiguration", + "Identity": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity", + "FirewallPolicy": "Microsoft.Azure.Commands.Network.Models.PSResourceId", + "AuthenticationCertificates": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAuthenticationCertificate]", + "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool]", + "BackendHttpSettingsCollection": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings]", + "CustomErrorConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError]", + "FrontendIPConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendIPConfiguration]", + "FrontendPorts": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort]", + "HttpListeners": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener]", + "GatewayIPConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayIPConfiguration]", + "PrivateEndpointConnections": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateEndpointConnection]", + "PrivateLinkConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkConfiguration]", + "Probes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe]", + "RedirectConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration]", + "RequestRoutingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRequestRoutingRule]", + "RewriteRuleSets": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet]", + "SslCertificates": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslCertificate]", + "TrustedRootCertificates": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedRootCertificate]", + "UrlPathMaps": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap]", + "Zones": "System.Collections.Generic.List`1[System.String]", + "Tag": "System.Collections.Hashtable", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", + "EnableHttp2": "System.Nullable`1[System.Boolean]", + "EnableFips": "System.Nullable`1[System.Boolean]", "Name": "System.String", + "TagsTable": "System.String", + "IdentityText": "System.String", + "Type": "System.String", + "ResourceGuid": "System.String", + "Location": "System.String", + "ResourceGroupName": "System.String", + "PrivateLinkEndpointConnectionsText": "System.String", + "PrivateLinkConfigurationsText": "System.String", + "FirewallPolicyText": "System.String", + "SslPolicyText": "System.String", + "UrlPathMapsText": "System.String", + "ProvisioningState": "System.String", + "RequestRoutingRulesText": "System.String", + "RewriteRuleSetsText": "System.String", + "HttpListenersText": "System.String", + "BackendHttpSettingsCollectionText": "System.String", + "BackendAddressPoolsText": "System.String", + "FrontendPortsText": "System.String", + "FrontendIpConfigurationsText": "System.String", + "SslCertificatesText": "System.String", + "AuthenticationCertificatesText": "System.String", + "GatewayIpConfigurationsText": "System.String", "Etag": "System.String", + "OperationalState": "System.String", + "ProbesText": "System.String", "Id": "System.String" }, "ElementType": null, "GenericTypeArguments": [], "Methods": [ - { - "Name": "ShouldSerializeRewriteRules", - "Parameters": [], - "ReturnType": "System.Boolean" - }, { "Name": "ToString", "Parameters": [], @@ -74190,9 +75567,9 @@ "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, - "Mandatory": false, + "Mandatory": true, "Position": -2147483648, - "ValueFromPipeline": false, + "ValueFromPipeline": true, "ValueFromPipelineByPropertyName": false }, { @@ -74226,7 +75603,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPathRule[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPathRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPathRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPathRule", "GenericTypeArguments": [], @@ -74285,66 +75662,69 @@ ] }, { - "Name": "RedirectSetByResource", + "Name": "BackendSetByResourceId", "Parameters": [ { "ParameterMetadata": { - "Name": "DefaultRewriteRuleSet", + "Name": "DefaultBackendAddressPoolId", "AliasList": [], "Type": { - "Namespace": "Microsoft.Azure.Commands.Network.Models", - "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", - "Properties": { - "RewriteRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRule]", - "ProvisioningState": "System.String", - "Type": "System.String", - "RewriteRulesText": "System.String", - "Name": "System.String", - "Etag": "System.String", - "Id": "System.String" - }, + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, "ElementType": null, "GenericTypeArguments": [], - "Methods": [ - { - "Name": "ShouldSerializeRewriteRules", - "Parameters": [], - "ReturnType": "System.Boolean" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [ - { - "Name": "", - "ReturnType": null, - "Parameters": [] - } - ] + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DefaultBackendHttpSettingsId", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DefaultRewriteRuleSetId", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] }, "ValidateSet": [], "ValidateRangeMin": null, @@ -74358,28 +75738,67 @@ }, { "ParameterMetadata": { - "Name": "DefaultRedirectConfiguration", + "Name": "ApplicationGateway", "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", - "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { - "TargetListener": "Microsoft.Azure.Commands.Network.Models.PSResourceId", - "RequestRoutingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", - "UrlPathMaps": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", - "PathRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", - "IncludePath": "System.Nullable`1[System.Boolean]", - "IncludeQueryString": "System.Nullable`1[System.Boolean]", - "RedirectType": "System.String", - "TargetUrl": "System.String", + "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", + "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", + "SslPolicy": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslPolicy", + "WebApplicationFirewallConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayWebApplicationFirewallConfiguration", + "Identity": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity", + "FirewallPolicy": "Microsoft.Azure.Commands.Network.Models.PSResourceId", + "AuthenticationCertificates": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAuthenticationCertificate]", + "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool]", + "BackendHttpSettingsCollection": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings]", + "CustomErrorConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError]", + "FrontendIPConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendIPConfiguration]", + "FrontendPorts": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort]", + "HttpListeners": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener]", + "GatewayIPConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayIPConfiguration]", + "PrivateEndpointConnections": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateEndpointConnection]", + "PrivateLinkConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkConfiguration]", + "Probes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe]", + "RedirectConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration]", + "RequestRoutingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRequestRoutingRule]", + "RewriteRuleSets": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet]", + "SslCertificates": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslCertificate]", + "TrustedRootCertificates": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedRootCertificate]", + "UrlPathMaps": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap]", + "Zones": "System.Collections.Generic.List`1[System.String]", + "Tag": "System.Collections.Hashtable", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", + "EnableHttp2": "System.Nullable`1[System.Boolean]", + "EnableFips": "System.Nullable`1[System.Boolean]", + "Name": "System.String", + "TagsTable": "System.String", + "IdentityText": "System.String", "Type": "System.String", - "TargetListenerText": "System.String", - "RequestRoutingRulesText": "System.String", + "ResourceGuid": "System.String", + "Location": "System.String", + "ResourceGroupName": "System.String", + "PrivateLinkEndpointConnectionsText": "System.String", + "PrivateLinkConfigurationsText": "System.String", + "FirewallPolicyText": "System.String", + "SslPolicyText": "System.String", "UrlPathMapsText": "System.String", - "PathRulesText": "System.String", - "Name": "System.String", + "ProvisioningState": "System.String", + "RequestRoutingRulesText": "System.String", + "RewriteRuleSetsText": "System.String", + "HttpListenersText": "System.String", + "BackendHttpSettingsCollectionText": "System.String", + "BackendAddressPoolsText": "System.String", + "FrontendPortsText": "System.String", + "FrontendIpConfigurationsText": "System.String", + "SslCertificatesText": "System.String", + "AuthenticationCertificatesText": "System.String", + "GatewayIpConfigurationsText": "System.String", "Etag": "System.String", + "OperationalState": "System.String", + "ProbesText": "System.String", "Id": "System.String" }, "ElementType": null, @@ -74422,11 +75841,11 @@ "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true + "ValidateNotNullOrEmpty": false }, "Mandatory": true, "Position": -2147483648, - "ValueFromPipeline": false, + "ValueFromPipeline": true, "ValueFromPipelineByPropertyName": false }, { @@ -74460,7 +75879,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPathRule[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPathRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPathRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPathRule", "GenericTypeArguments": [], @@ -74519,43 +75938,830 @@ ] }, { - "Name": "RedirectSetByResourceId", + "Name": "BackendSetByResource", "Parameters": [ { "ParameterMetadata": { - "Name": "DefaultRewriteRuleSetId", + "Name": "DefaultBackendAddressPool", "AliasList": [], "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, + "Namespace": "Microsoft.Azure.Commands.Network.Models", + "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "BackendAddresses": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddress]", + "BackendIpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceIPConfiguration]", + "ProvisioningState": "System.String", + "Type": "System.String", + "BackendAddressesText": "System.String", + "BackendIpConfigurationsText": "System.String", + "Name": "System.String", + "Etag": "System.String", + "Id": "System.String" + }, "ElementType": null, "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "Methods": [ + { + "Name": "ShouldSerializeBackendAddresses", + "Parameters": [], + "ReturnType": "System.Boolean" + }, + { + "Name": "ShouldSerializeBackendIpConfigurations", + "Parameters": [], + "ReturnType": "System.Boolean" + }, + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] }, "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false + "ValidateNotNullOrEmpty": true }, - "Mandatory": false, + "Mandatory": true, "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "DefaultRedirectConfigurationId", + "Name": "DefaultBackendHttpSettings", "AliasList": [], "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], + "Namespace": "Microsoft.Azure.Commands.Network.Models", + "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "ConnectionDraining": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayConnectionDraining", + "Probe": "Microsoft.Azure.Commands.Network.Models.PSResourceId", + "TrustedRootCertificates": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", + "AuthenticationCertificates": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", + "Port": "System.Int32", + "RequestTimeout": "System.Int32", + "PickHostNameFromBackendAddress": "System.Nullable`1[System.Boolean]", + "Protocol": "System.String", + "HostName": "System.String", + "Etag": "System.String", + "AffinityCookieName": "System.String", + "Path": "System.String", + "ProvisioningState": "System.String", + "Type": "System.String", + "ConnectionDrainingText": "System.String", + "ProbeText": "System.String", + "AuthenticationCertificatesText": "System.String", + "Name": "System.String", + "CookieBasedAffinity": "System.String", + "Id": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ShouldSerializePort", + "Parameters": [], + "ReturnType": "System.Boolean" + }, + { + "Name": "ShouldSerializeRequestTimeout", + "Parameters": [], + "ReturnType": "System.Boolean" + }, + { + "Name": "ShouldSerializeAuthenticationCertificates", + "Parameters": [], + "ReturnType": "System.Boolean" + }, + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DefaultRewriteRuleSet", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Network.Models", + "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "RewriteRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRule]", + "ProvisioningState": "System.String", + "Type": "System.String", + "RewriteRulesText": "System.String", + "Name": "System.String", + "Etag": "System.String", + "Id": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ShouldSerializeRewriteRules", + "Parameters": [], + "ReturnType": "System.Boolean" + }, + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ApplicationGateway", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Network.Models", + "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", + "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", + "SslPolicy": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslPolicy", + "WebApplicationFirewallConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayWebApplicationFirewallConfiguration", + "Identity": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity", + "FirewallPolicy": "Microsoft.Azure.Commands.Network.Models.PSResourceId", + "AuthenticationCertificates": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAuthenticationCertificate]", + "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool]", + "BackendHttpSettingsCollection": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings]", + "CustomErrorConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError]", + "FrontendIPConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendIPConfiguration]", + "FrontendPorts": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort]", + "HttpListeners": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener]", + "GatewayIPConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayIPConfiguration]", + "PrivateEndpointConnections": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateEndpointConnection]", + "PrivateLinkConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkConfiguration]", + "Probes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe]", + "RedirectConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration]", + "RequestRoutingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRequestRoutingRule]", + "RewriteRuleSets": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet]", + "SslCertificates": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslCertificate]", + "TrustedRootCertificates": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedRootCertificate]", + "UrlPathMaps": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap]", + "Zones": "System.Collections.Generic.List`1[System.String]", + "Tag": "System.Collections.Hashtable", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", + "EnableHttp2": "System.Nullable`1[System.Boolean]", + "EnableFips": "System.Nullable`1[System.Boolean]", + "Name": "System.String", + "TagsTable": "System.String", + "IdentityText": "System.String", + "Type": "System.String", + "ResourceGuid": "System.String", + "Location": "System.String", + "ResourceGroupName": "System.String", + "PrivateLinkEndpointConnectionsText": "System.String", + "PrivateLinkConfigurationsText": "System.String", + "FirewallPolicyText": "System.String", + "SslPolicyText": "System.String", + "UrlPathMapsText": "System.String", + "ProvisioningState": "System.String", + "RequestRoutingRulesText": "System.String", + "RewriteRuleSetsText": "System.String", + "HttpListenersText": "System.String", + "BackendHttpSettingsCollectionText": "System.String", + "BackendAddressPoolsText": "System.String", + "FrontendPortsText": "System.String", + "FrontendIpConfigurationsText": "System.String", + "SslCertificatesText": "System.String", + "AuthenticationCertificatesText": "System.String", + "GatewayIpConfigurationsText": "System.String", + "Etag": "System.String", + "OperationalState": "System.String", + "ProbesText": "System.String", + "Id": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": true, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Name", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "PathRules", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Network.Models", + "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPathRule[]", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPathRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": {}, + "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPathRule", + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "RedirectSetByResource", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "DefaultRewriteRuleSet", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Network.Models", + "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "RewriteRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRule]", + "ProvisioningState": "System.String", + "Type": "System.String", + "RewriteRulesText": "System.String", + "Name": "System.String", + "Etag": "System.String", + "Id": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ShouldSerializeRewriteRules", + "Parameters": [], + "ReturnType": "System.Boolean" + }, + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DefaultRedirectConfiguration", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Network.Models", + "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "TargetListener": "Microsoft.Azure.Commands.Network.Models.PSResourceId", + "RequestRoutingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", + "UrlPathMaps": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", + "PathRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", + "IncludePath": "System.Nullable`1[System.Boolean]", + "IncludeQueryString": "System.Nullable`1[System.Boolean]", + "RedirectType": "System.String", + "TargetUrl": "System.String", + "Type": "System.String", + "TargetListenerText": "System.String", + "RequestRoutingRulesText": "System.String", + "UrlPathMapsText": "System.String", + "PathRulesText": "System.String", + "Name": "System.String", + "Etag": "System.String", + "Id": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ApplicationGateway", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Network.Models", + "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", + "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", + "SslPolicy": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslPolicy", + "WebApplicationFirewallConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayWebApplicationFirewallConfiguration", + "Identity": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity", + "FirewallPolicy": "Microsoft.Azure.Commands.Network.Models.PSResourceId", + "AuthenticationCertificates": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAuthenticationCertificate]", + "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool]", + "BackendHttpSettingsCollection": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings]", + "CustomErrorConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError]", + "FrontendIPConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendIPConfiguration]", + "FrontendPorts": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort]", + "HttpListeners": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener]", + "GatewayIPConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayIPConfiguration]", + "PrivateEndpointConnections": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateEndpointConnection]", + "PrivateLinkConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkConfiguration]", + "Probes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe]", + "RedirectConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration]", + "RequestRoutingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRequestRoutingRule]", + "RewriteRuleSets": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet]", + "SslCertificates": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslCertificate]", + "TrustedRootCertificates": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedRootCertificate]", + "UrlPathMaps": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap]", + "Zones": "System.Collections.Generic.List`1[System.String]", + "Tag": "System.Collections.Hashtable", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", + "EnableHttp2": "System.Nullable`1[System.Boolean]", + "EnableFips": "System.Nullable`1[System.Boolean]", + "Name": "System.String", + "TagsTable": "System.String", + "IdentityText": "System.String", + "Type": "System.String", + "ResourceGuid": "System.String", + "Location": "System.String", + "ResourceGroupName": "System.String", + "PrivateLinkEndpointConnectionsText": "System.String", + "PrivateLinkConfigurationsText": "System.String", + "FirewallPolicyText": "System.String", + "SslPolicyText": "System.String", + "UrlPathMapsText": "System.String", + "ProvisioningState": "System.String", + "RequestRoutingRulesText": "System.String", + "RewriteRuleSetsText": "System.String", + "HttpListenersText": "System.String", + "BackendHttpSettingsCollectionText": "System.String", + "BackendAddressPoolsText": "System.String", + "FrontendPortsText": "System.String", + "FrontendIpConfigurationsText": "System.String", + "SslCertificatesText": "System.String", + "AuthenticationCertificatesText": "System.String", + "GatewayIpConfigurationsText": "System.String", + "Etag": "System.String", + "OperationalState": "System.String", + "ProbesText": "System.String", + "Id": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": true, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Name", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "PathRules", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Network.Models", + "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPathRule[]", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPathRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": {}, + "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPathRule", + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "RedirectSetByResourceId", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "DefaultRewriteRuleSetId", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DefaultRedirectConfigurationId", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], "Methods": [], "Constructors": [] }, @@ -74569,6 +76775,118 @@ "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, + { + "ParameterMetadata": { + "Name": "ApplicationGateway", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Network.Models", + "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", + "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", + "SslPolicy": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslPolicy", + "WebApplicationFirewallConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayWebApplicationFirewallConfiguration", + "Identity": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity", + "FirewallPolicy": "Microsoft.Azure.Commands.Network.Models.PSResourceId", + "AuthenticationCertificates": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAuthenticationCertificate]", + "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool]", + "BackendHttpSettingsCollection": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings]", + "CustomErrorConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError]", + "FrontendIPConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendIPConfiguration]", + "FrontendPorts": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort]", + "HttpListeners": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener]", + "GatewayIPConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayIPConfiguration]", + "PrivateEndpointConnections": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateEndpointConnection]", + "PrivateLinkConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkConfiguration]", + "Probes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe]", + "RedirectConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration]", + "RequestRoutingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRequestRoutingRule]", + "RewriteRuleSets": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet]", + "SslCertificates": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslCertificate]", + "TrustedRootCertificates": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedRootCertificate]", + "UrlPathMaps": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap]", + "Zones": "System.Collections.Generic.List`1[System.String]", + "Tag": "System.Collections.Hashtable", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", + "EnableHttp2": "System.Nullable`1[System.Boolean]", + "EnableFips": "System.Nullable`1[System.Boolean]", + "Name": "System.String", + "TagsTable": "System.String", + "IdentityText": "System.String", + "Type": "System.String", + "ResourceGuid": "System.String", + "Location": "System.String", + "ResourceGroupName": "System.String", + "PrivateLinkEndpointConnectionsText": "System.String", + "PrivateLinkConfigurationsText": "System.String", + "FirewallPolicyText": "System.String", + "SslPolicyText": "System.String", + "UrlPathMapsText": "System.String", + "ProvisioningState": "System.String", + "RequestRoutingRulesText": "System.String", + "RewriteRuleSetsText": "System.String", + "HttpListenersText": "System.String", + "BackendHttpSettingsCollectionText": "System.String", + "BackendAddressPoolsText": "System.String", + "FrontendPortsText": "System.String", + "FrontendIpConfigurationsText": "System.String", + "SslCertificatesText": "System.String", + "AuthenticationCertificatesText": "System.String", + "GatewayIpConfigurationsText": "System.String", + "Etag": "System.String", + "OperationalState": "System.String", + "ProbesText": "System.String", + "Id": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": true, + "ValueFromPipelineByPropertyName": false + }, { "ParameterMetadata": { "Name": "Name", @@ -74600,7 +76918,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPathRule[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPathRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPathRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPathRule", "GenericTypeArguments": [], @@ -74662,10 +76980,10 @@ "AliasList": [] }, { - "VerbName": "Remove", + "VerbName": "Get", "NounName": "AzApplicationGatewayUrlPathMapConfig", - "Name": "Remove-AzApplicationGatewayUrlPathMapConfig", - "ClassName": "Microsoft.Azure.Commands.Network.RemoveAzureApplicationGatewayUrlPathMapConfigCommand", + "Name": "Get-AzApplicationGatewayUrlPathMapConfig", + "ClassName": "Microsoft.Azure.Commands.Network.GetAzureApplicationGatewayUrlPathMapConfigCommand", "SupportsShouldProcess": false, "ConfirmImpact": 2, "SupportsPaging": false, @@ -74674,59 +76992,22 @@ { "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", - "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { - "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", - "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", - "SslPolicy": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslPolicy", - "WebApplicationFirewallConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayWebApplicationFirewallConfiguration", - "Identity": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity", - "FirewallPolicy": "Microsoft.Azure.Commands.Network.Models.PSResourceId", - "AuthenticationCertificates": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAuthenticationCertificate]", - "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool]", - "BackendHttpSettingsCollection": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings]", - "CustomErrorConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError]", - "FrontendIPConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendIPConfiguration]", - "FrontendPorts": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort]", - "HttpListeners": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener]", - "GatewayIPConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayIPConfiguration]", - "Probes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe]", - "RedirectConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration]", - "RequestRoutingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRequestRoutingRule]", - "RewriteRuleSets": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet]", - "SslCertificates": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslCertificate]", - "TrustedRootCertificates": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedRootCertificate]", - "UrlPathMaps": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap]", - "Zones": "System.Collections.Generic.List`1[System.String]", - "Tag": "System.Collections.Hashtable", - "EnableHttp2": "System.Nullable`1[System.Boolean]", - "EnableFips": "System.Nullable`1[System.Boolean]", - "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", - "IdentityText": "System.String", - "SslPolicyText": "System.String", - "FirewallPolicyText": "System.String", - "ResourceGroupName": "System.String", - "TagsTable": "System.String", - "ResourceGuid": "System.String", + "DefaultBackendAddressPool": "Microsoft.Azure.Commands.Network.Models.PSResourceId", + "DefaultBackendHttpSettings": "Microsoft.Azure.Commands.Network.Models.PSResourceId", + "DefaultRewriteRuleSet": "Microsoft.Azure.Commands.Network.Models.PSResourceId", + "DefaultRedirectConfiguration": "Microsoft.Azure.Commands.Network.Models.PSResourceId", + "PathRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPathRule]", "Type": "System.String", - "Name": "System.String", - "UrlPathMapsText": "System.String", - "Location": "System.String", - "ProbesText": "System.String", "ProvisioningState": "System.String", - "RewriteRuleSetsText": "System.String", - "HttpListenersText": "System.String", - "BackendHttpSettingsCollectionText": "System.String", - "BackendAddressPoolsText": "System.String", - "FrontendPortsText": "System.String", - "FrontendIpConfigurationsText": "System.String", - "SslCertificatesText": "System.String", - "AuthenticationCertificatesText": "System.String", - "GatewayIpConfigurationsText": "System.String", + "DefaultBackendAddressPoolText": "System.String", + "DefaultBackendHttpSettingsText": "System.String", + "DefaultRedirectConfigurationText": "System.String", + "PathRulesText": "System.String", + "Name": "System.String", "Etag": "System.String", - "OperationalState": "System.String", - "RequestRoutingRulesText": "System.String", "Id": "System.String" }, "ElementType": null, @@ -74796,7 +77077,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -74812,6 +77093,8 @@ "FrontendPorts": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort]", "HttpListeners": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener]", "GatewayIPConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayIPConfiguration]", + "PrivateEndpointConnections": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateEndpointConnection]", + "PrivateLinkConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkConfiguration]", "Probes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe]", "RedirectConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration]", "RequestRoutingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRequestRoutingRule]", @@ -74821,21 +77104,23 @@ "UrlPathMaps": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap]", "Zones": "System.Collections.Generic.List`1[System.String]", "Tag": "System.Collections.Hashtable", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", - "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", - "IdentityText": "System.String", - "SslPolicyText": "System.String", - "FirewallPolicyText": "System.String", - "ResourceGroupName": "System.String", + "Name": "System.String", "TagsTable": "System.String", - "ResourceGuid": "System.String", + "IdentityText": "System.String", "Type": "System.String", - "Name": "System.String", - "UrlPathMapsText": "System.String", + "ResourceGuid": "System.String", "Location": "System.String", - "ProbesText": "System.String", + "ResourceGroupName": "System.String", + "PrivateLinkEndpointConnectionsText": "System.String", + "PrivateLinkConfigurationsText": "System.String", + "FirewallPolicyText": "System.String", + "SslPolicyText": "System.String", + "UrlPathMapsText": "System.String", "ProvisioningState": "System.String", + "RequestRoutingRulesText": "System.String", "RewriteRuleSetsText": "System.String", "HttpListenersText": "System.String", "BackendHttpSettingsCollectionText": "System.String", @@ -74847,7 +77132,7 @@ "GatewayIpConfigurationsText": "System.String", "Etag": "System.String", "OperationalState": "System.String", - "RequestRoutingRulesText": "System.String", + "ProbesText": "System.String", "Id": "System.String" }, "ElementType": null, @@ -74949,7 +77234,7 @@ "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, - "Mandatory": true, + "Mandatory": false, "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false @@ -74961,7 +77246,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -74977,6 +77262,8 @@ "FrontendPorts": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort]", "HttpListeners": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener]", "GatewayIPConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayIPConfiguration]", + "PrivateEndpointConnections": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateEndpointConnection]", + "PrivateLinkConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkConfiguration]", "Probes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe]", "RedirectConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration]", "RequestRoutingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRequestRoutingRule]", @@ -74986,21 +77273,23 @@ "UrlPathMaps": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap]", "Zones": "System.Collections.Generic.List`1[System.String]", "Tag": "System.Collections.Hashtable", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", - "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", - "IdentityText": "System.String", - "SslPolicyText": "System.String", - "FirewallPolicyText": "System.String", - "ResourceGroupName": "System.String", + "Name": "System.String", "TagsTable": "System.String", - "ResourceGuid": "System.String", + "IdentityText": "System.String", "Type": "System.String", - "Name": "System.String", - "UrlPathMapsText": "System.String", + "ResourceGuid": "System.String", "Location": "System.String", - "ProbesText": "System.String", + "ResourceGroupName": "System.String", + "PrivateLinkEndpointConnectionsText": "System.String", + "PrivateLinkConfigurationsText": "System.String", + "FirewallPolicyText": "System.String", + "SslPolicyText": "System.String", + "UrlPathMapsText": "System.String", "ProvisioningState": "System.String", + "RequestRoutingRulesText": "System.String", "RewriteRuleSetsText": "System.String", "HttpListenersText": "System.String", "BackendHttpSettingsCollectionText": "System.String", @@ -75012,7 +77301,7 @@ "GatewayIpConfigurationsText": "System.String", "Etag": "System.String", "OperationalState": "System.String", - "RequestRoutingRulesText": "System.String", + "ProbesText": "System.String", "Id": "System.String" }, "ElementType": null, @@ -75107,10 +77396,10 @@ "AliasList": [] }, { - "VerbName": "Set", + "VerbName": "New", "NounName": "AzApplicationGatewayUrlPathMapConfig", - "Name": "Set-AzApplicationGatewayUrlPathMapConfig", - "ClassName": "Microsoft.Azure.Commands.Network.SetAzureApplicationGatewayUrlPathMapConfigCommand", + "Name": "New-AzApplicationGatewayUrlPathMapConfig", + "ClassName": "Microsoft.Azure.Commands.Network.NewAzureApplicationGatewayUrlPathMapConfigCommand", "SupportsShouldProcess": false, "ConfirmImpact": 2, "SupportsPaging": false, @@ -75119,59 +77408,22 @@ { "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", - "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { - "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", - "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", - "SslPolicy": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslPolicy", - "WebApplicationFirewallConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayWebApplicationFirewallConfiguration", - "Identity": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity", - "FirewallPolicy": "Microsoft.Azure.Commands.Network.Models.PSResourceId", - "AuthenticationCertificates": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAuthenticationCertificate]", - "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool]", - "BackendHttpSettingsCollection": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings]", - "CustomErrorConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError]", - "FrontendIPConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendIPConfiguration]", - "FrontendPorts": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort]", - "HttpListeners": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener]", - "GatewayIPConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayIPConfiguration]", - "Probes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe]", - "RedirectConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration]", - "RequestRoutingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRequestRoutingRule]", - "RewriteRuleSets": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet]", - "SslCertificates": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslCertificate]", - "TrustedRootCertificates": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedRootCertificate]", - "UrlPathMaps": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap]", - "Zones": "System.Collections.Generic.List`1[System.String]", - "Tag": "System.Collections.Hashtable", - "EnableHttp2": "System.Nullable`1[System.Boolean]", - "EnableFips": "System.Nullable`1[System.Boolean]", - "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", - "IdentityText": "System.String", - "SslPolicyText": "System.String", - "FirewallPolicyText": "System.String", - "ResourceGroupName": "System.String", - "TagsTable": "System.String", - "ResourceGuid": "System.String", + "DefaultBackendAddressPool": "Microsoft.Azure.Commands.Network.Models.PSResourceId", + "DefaultBackendHttpSettings": "Microsoft.Azure.Commands.Network.Models.PSResourceId", + "DefaultRewriteRuleSet": "Microsoft.Azure.Commands.Network.Models.PSResourceId", + "DefaultRedirectConfiguration": "Microsoft.Azure.Commands.Network.Models.PSResourceId", + "PathRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPathRule]", "Type": "System.String", - "Name": "System.String", - "UrlPathMapsText": "System.String", - "Location": "System.String", - "ProbesText": "System.String", "ProvisioningState": "System.String", - "RewriteRuleSetsText": "System.String", - "HttpListenersText": "System.String", - "BackendHttpSettingsCollectionText": "System.String", - "BackendAddressPoolsText": "System.String", - "FrontendPortsText": "System.String", - "FrontendIpConfigurationsText": "System.String", - "SslCertificatesText": "System.String", - "AuthenticationCertificatesText": "System.String", - "GatewayIpConfigurationsText": "System.String", + "DefaultBackendAddressPoolText": "System.String", + "DefaultBackendHttpSettingsText": "System.String", + "DefaultRedirectConfigurationText": "System.String", + "PathRulesText": "System.String", + "Name": "System.String", "Etag": "System.String", - "OperationalState": "System.String", - "RequestRoutingRulesText": "System.String", "Id": "System.String" }, "ElementType": null, @@ -75218,132 +77470,30 @@ ], "Parameters": [ { - "Name": "ApplicationGateway", - "AliasList": [], - "Type": { - "Namespace": "Microsoft.Azure.Commands.Network.Models", - "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", - "Properties": { - "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", - "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", - "SslPolicy": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslPolicy", - "WebApplicationFirewallConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayWebApplicationFirewallConfiguration", - "Identity": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity", - "FirewallPolicy": "Microsoft.Azure.Commands.Network.Models.PSResourceId", - "AuthenticationCertificates": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAuthenticationCertificate]", - "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool]", - "BackendHttpSettingsCollection": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings]", - "CustomErrorConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError]", - "FrontendIPConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendIPConfiguration]", - "FrontendPorts": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort]", - "HttpListeners": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener]", - "GatewayIPConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayIPConfiguration]", - "Probes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe]", - "RedirectConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration]", - "RequestRoutingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRequestRoutingRule]", - "RewriteRuleSets": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet]", - "SslCertificates": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslCertificate]", - "TrustedRootCertificates": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedRootCertificate]", - "UrlPathMaps": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap]", - "Zones": "System.Collections.Generic.List`1[System.String]", - "Tag": "System.Collections.Hashtable", - "EnableHttp2": "System.Nullable`1[System.Boolean]", - "EnableFips": "System.Nullable`1[System.Boolean]", - "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", - "IdentityText": "System.String", - "SslPolicyText": "System.String", - "FirewallPolicyText": "System.String", - "ResourceGroupName": "System.String", - "TagsTable": "System.String", - "ResourceGuid": "System.String", - "Type": "System.String", - "Name": "System.String", - "UrlPathMapsText": "System.String", - "Location": "System.String", - "ProbesText": "System.String", - "ProvisioningState": "System.String", - "RewriteRuleSetsText": "System.String", - "HttpListenersText": "System.String", - "BackendHttpSettingsCollectionText": "System.String", - "BackendAddressPoolsText": "System.String", - "FrontendPortsText": "System.String", - "FrontendIpConfigurationsText": "System.String", - "SslCertificatesText": "System.String", - "AuthenticationCertificatesText": "System.String", - "GatewayIpConfigurationsText": "System.String", - "Etag": "System.String", - "OperationalState": "System.String", - "RequestRoutingRulesText": "System.String", - "Id": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [ - { - "Name": "", - "ReturnType": null, - "Parameters": [] - } - ] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "Name", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - { - "Name": "PathRules", + "Name": "Name", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "PathRules", "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPathRule[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPathRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPathRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPathRule", "GenericTypeArguments": [], @@ -75379,7 +77529,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "BackendAddresses": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddress]", "BackendIpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceIPConfiguration]", @@ -75467,7 +77617,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ConnectionDraining": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayConnectionDraining", "Probe": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -75553,7 +77703,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "RewriteRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRule]", "ProvisioningState": "System.String", @@ -75652,7 +77802,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "TargetListener": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "RequestRoutingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", @@ -75751,114 +77901,6 @@ { "Name": "__AllParameterSets", "Parameters": [ - { - "ParameterMetadata": { - "Name": "ApplicationGateway", - "AliasList": [], - "Type": { - "Namespace": "Microsoft.Azure.Commands.Network.Models", - "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", - "Properties": { - "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", - "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", - "SslPolicy": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslPolicy", - "WebApplicationFirewallConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayWebApplicationFirewallConfiguration", - "Identity": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity", - "FirewallPolicy": "Microsoft.Azure.Commands.Network.Models.PSResourceId", - "AuthenticationCertificates": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAuthenticationCertificate]", - "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool]", - "BackendHttpSettingsCollection": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings]", - "CustomErrorConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError]", - "FrontendIPConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendIPConfiguration]", - "FrontendPorts": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort]", - "HttpListeners": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener]", - "GatewayIPConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayIPConfiguration]", - "Probes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe]", - "RedirectConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration]", - "RequestRoutingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRequestRoutingRule]", - "RewriteRuleSets": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet]", - "SslCertificates": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslCertificate]", - "TrustedRootCertificates": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedRootCertificate]", - "UrlPathMaps": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap]", - "Zones": "System.Collections.Generic.List`1[System.String]", - "Tag": "System.Collections.Hashtable", - "EnableHttp2": "System.Nullable`1[System.Boolean]", - "EnableFips": "System.Nullable`1[System.Boolean]", - "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", - "IdentityText": "System.String", - "SslPolicyText": "System.String", - "FirewallPolicyText": "System.String", - "ResourceGroupName": "System.String", - "TagsTable": "System.String", - "ResourceGuid": "System.String", - "Type": "System.String", - "Name": "System.String", - "UrlPathMapsText": "System.String", - "Location": "System.String", - "ProbesText": "System.String", - "ProvisioningState": "System.String", - "RewriteRuleSetsText": "System.String", - "HttpListenersText": "System.String", - "BackendHttpSettingsCollectionText": "System.String", - "BackendAddressPoolsText": "System.String", - "FrontendPortsText": "System.String", - "FrontendIpConfigurationsText": "System.String", - "SslCertificatesText": "System.String", - "AuthenticationCertificatesText": "System.String", - "GatewayIpConfigurationsText": "System.String", - "Etag": "System.String", - "OperationalState": "System.String", - "RequestRoutingRulesText": "System.String", - "Id": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [ - { - "Name": "", - "ReturnType": null, - "Parameters": [] - } - ] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": true, - "Position": -2147483648, - "ValueFromPipeline": true, - "ValueFromPipelineByPropertyName": false - }, { "ParameterMetadata": { "Name": "Name", @@ -75890,7 +77932,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPathRule[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPathRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPathRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPathRule", "GenericTypeArguments": [], @@ -76023,114 +78065,6 @@ "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, - { - "ParameterMetadata": { - "Name": "ApplicationGateway", - "AliasList": [], - "Type": { - "Namespace": "Microsoft.Azure.Commands.Network.Models", - "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", - "Properties": { - "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", - "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", - "SslPolicy": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslPolicy", - "WebApplicationFirewallConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayWebApplicationFirewallConfiguration", - "Identity": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity", - "FirewallPolicy": "Microsoft.Azure.Commands.Network.Models.PSResourceId", - "AuthenticationCertificates": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAuthenticationCertificate]", - "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool]", - "BackendHttpSettingsCollection": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings]", - "CustomErrorConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError]", - "FrontendIPConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendIPConfiguration]", - "FrontendPorts": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort]", - "HttpListeners": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener]", - "GatewayIPConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayIPConfiguration]", - "Probes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe]", - "RedirectConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration]", - "RequestRoutingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRequestRoutingRule]", - "RewriteRuleSets": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet]", - "SslCertificates": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslCertificate]", - "TrustedRootCertificates": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedRootCertificate]", - "UrlPathMaps": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap]", - "Zones": "System.Collections.Generic.List`1[System.String]", - "Tag": "System.Collections.Hashtable", - "EnableHttp2": "System.Nullable`1[System.Boolean]", - "EnableFips": "System.Nullable`1[System.Boolean]", - "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", - "IdentityText": "System.String", - "SslPolicyText": "System.String", - "FirewallPolicyText": "System.String", - "ResourceGroupName": "System.String", - "TagsTable": "System.String", - "ResourceGuid": "System.String", - "Type": "System.String", - "Name": "System.String", - "UrlPathMapsText": "System.String", - "Location": "System.String", - "ProbesText": "System.String", - "ProvisioningState": "System.String", - "RewriteRuleSetsText": "System.String", - "HttpListenersText": "System.String", - "BackendHttpSettingsCollectionText": "System.String", - "BackendAddressPoolsText": "System.String", - "FrontendPortsText": "System.String", - "FrontendIpConfigurationsText": "System.String", - "SslCertificatesText": "System.String", - "AuthenticationCertificatesText": "System.String", - "GatewayIpConfigurationsText": "System.String", - "Etag": "System.String", - "OperationalState": "System.String", - "RequestRoutingRulesText": "System.String", - "Id": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [ - { - "Name": "", - "ReturnType": null, - "Parameters": [] - } - ] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": true, - "Position": -2147483648, - "ValueFromPipeline": true, - "ValueFromPipelineByPropertyName": false - }, { "ParameterMetadata": { "Name": "Name", @@ -76162,7 +78096,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPathRule[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPathRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPathRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPathRule", "GenericTypeArguments": [], @@ -76230,7 +78164,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "BackendAddresses": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddress]", "BackendIpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceIPConfiguration]", @@ -76306,7 +78240,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ConnectionDraining": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayConnectionDraining", "Probe": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -76398,7 +78332,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "RewriteRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRule]", "ProvisioningState": "System.String", @@ -76460,114 +78394,6 @@ "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, - { - "ParameterMetadata": { - "Name": "ApplicationGateway", - "AliasList": [], - "Type": { - "Namespace": "Microsoft.Azure.Commands.Network.Models", - "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", - "Properties": { - "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", - "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", - "SslPolicy": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslPolicy", - "WebApplicationFirewallConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayWebApplicationFirewallConfiguration", - "Identity": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity", - "FirewallPolicy": "Microsoft.Azure.Commands.Network.Models.PSResourceId", - "AuthenticationCertificates": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAuthenticationCertificate]", - "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool]", - "BackendHttpSettingsCollection": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings]", - "CustomErrorConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError]", - "FrontendIPConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendIPConfiguration]", - "FrontendPorts": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort]", - "HttpListeners": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener]", - "GatewayIPConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayIPConfiguration]", - "Probes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe]", - "RedirectConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration]", - "RequestRoutingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRequestRoutingRule]", - "RewriteRuleSets": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet]", - "SslCertificates": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslCertificate]", - "TrustedRootCertificates": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedRootCertificate]", - "UrlPathMaps": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap]", - "Zones": "System.Collections.Generic.List`1[System.String]", - "Tag": "System.Collections.Hashtable", - "EnableHttp2": "System.Nullable`1[System.Boolean]", - "EnableFips": "System.Nullable`1[System.Boolean]", - "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", - "IdentityText": "System.String", - "SslPolicyText": "System.String", - "FirewallPolicyText": "System.String", - "ResourceGroupName": "System.String", - "TagsTable": "System.String", - "ResourceGuid": "System.String", - "Type": "System.String", - "Name": "System.String", - "UrlPathMapsText": "System.String", - "Location": "System.String", - "ProbesText": "System.String", - "ProvisioningState": "System.String", - "RewriteRuleSetsText": "System.String", - "HttpListenersText": "System.String", - "BackendHttpSettingsCollectionText": "System.String", - "BackendAddressPoolsText": "System.String", - "FrontendPortsText": "System.String", - "FrontendIpConfigurationsText": "System.String", - "SslCertificatesText": "System.String", - "AuthenticationCertificatesText": "System.String", - "GatewayIpConfigurationsText": "System.String", - "Etag": "System.String", - "OperationalState": "System.String", - "RequestRoutingRulesText": "System.String", - "Id": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [ - { - "Name": "", - "ReturnType": null, - "Parameters": [] - } - ] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": true, - "Position": -2147483648, - "ValueFromPipeline": true, - "ValueFromPipelineByPropertyName": false - }, { "ParameterMetadata": { "Name": "Name", @@ -76599,7 +78425,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPathRule[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPathRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPathRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPathRule", "GenericTypeArguments": [], @@ -76667,7 +78493,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "RewriteRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRule]", "ProvisioningState": "System.String", @@ -76736,7 +78562,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "TargetListener": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "RequestRoutingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", @@ -76802,114 +78628,6 @@ "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, - { - "ParameterMetadata": { - "Name": "ApplicationGateway", - "AliasList": [], - "Type": { - "Namespace": "Microsoft.Azure.Commands.Network.Models", - "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", - "Properties": { - "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", - "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", - "SslPolicy": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslPolicy", - "WebApplicationFirewallConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayWebApplicationFirewallConfiguration", - "Identity": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity", - "FirewallPolicy": "Microsoft.Azure.Commands.Network.Models.PSResourceId", - "AuthenticationCertificates": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAuthenticationCertificate]", - "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool]", - "BackendHttpSettingsCollection": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings]", - "CustomErrorConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError]", - "FrontendIPConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendIPConfiguration]", - "FrontendPorts": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort]", - "HttpListeners": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener]", - "GatewayIPConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayIPConfiguration]", - "Probes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe]", - "RedirectConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration]", - "RequestRoutingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRequestRoutingRule]", - "RewriteRuleSets": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet]", - "SslCertificates": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslCertificate]", - "TrustedRootCertificates": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedRootCertificate]", - "UrlPathMaps": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap]", - "Zones": "System.Collections.Generic.List`1[System.String]", - "Tag": "System.Collections.Hashtable", - "EnableHttp2": "System.Nullable`1[System.Boolean]", - "EnableFips": "System.Nullable`1[System.Boolean]", - "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", - "IdentityText": "System.String", - "SslPolicyText": "System.String", - "FirewallPolicyText": "System.String", - "ResourceGroupName": "System.String", - "TagsTable": "System.String", - "ResourceGuid": "System.String", - "Type": "System.String", - "Name": "System.String", - "UrlPathMapsText": "System.String", - "Location": "System.String", - "ProbesText": "System.String", - "ProvisioningState": "System.String", - "RewriteRuleSetsText": "System.String", - "HttpListenersText": "System.String", - "BackendHttpSettingsCollectionText": "System.String", - "BackendAddressPoolsText": "System.String", - "FrontendPortsText": "System.String", - "FrontendIpConfigurationsText": "System.String", - "SslCertificatesText": "System.String", - "AuthenticationCertificatesText": "System.String", - "GatewayIpConfigurationsText": "System.String", - "Etag": "System.String", - "OperationalState": "System.String", - "RequestRoutingRulesText": "System.String", - "Id": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [ - { - "Name": "", - "ReturnType": null, - "Parameters": [] - } - ] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": true, - "Position": -2147483648, - "ValueFromPipeline": true, - "ValueFromPipelineByPropertyName": false - }, { "ParameterMetadata": { "Name": "Name", @@ -76941,7 +78659,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPathRule[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPathRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPathRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPathRule", "GenericTypeArguments": [], @@ -77050,114 +78768,6 @@ "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, - { - "ParameterMetadata": { - "Name": "ApplicationGateway", - "AliasList": [], - "Type": { - "Namespace": "Microsoft.Azure.Commands.Network.Models", - "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", - "Properties": { - "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", - "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", - "SslPolicy": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslPolicy", - "WebApplicationFirewallConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayWebApplicationFirewallConfiguration", - "Identity": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity", - "FirewallPolicy": "Microsoft.Azure.Commands.Network.Models.PSResourceId", - "AuthenticationCertificates": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAuthenticationCertificate]", - "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool]", - "BackendHttpSettingsCollection": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings]", - "CustomErrorConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError]", - "FrontendIPConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendIPConfiguration]", - "FrontendPorts": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort]", - "HttpListeners": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener]", - "GatewayIPConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayIPConfiguration]", - "Probes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe]", - "RedirectConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration]", - "RequestRoutingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRequestRoutingRule]", - "RewriteRuleSets": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet]", - "SslCertificates": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslCertificate]", - "TrustedRootCertificates": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedRootCertificate]", - "UrlPathMaps": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap]", - "Zones": "System.Collections.Generic.List`1[System.String]", - "Tag": "System.Collections.Hashtable", - "EnableHttp2": "System.Nullable`1[System.Boolean]", - "EnableFips": "System.Nullable`1[System.Boolean]", - "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", - "IdentityText": "System.String", - "SslPolicyText": "System.String", - "FirewallPolicyText": "System.String", - "ResourceGroupName": "System.String", - "TagsTable": "System.String", - "ResourceGuid": "System.String", - "Type": "System.String", - "Name": "System.String", - "UrlPathMapsText": "System.String", - "Location": "System.String", - "ProbesText": "System.String", - "ProvisioningState": "System.String", - "RewriteRuleSetsText": "System.String", - "HttpListenersText": "System.String", - "BackendHttpSettingsCollectionText": "System.String", - "BackendAddressPoolsText": "System.String", - "FrontendPortsText": "System.String", - "FrontendIpConfigurationsText": "System.String", - "SslCertificatesText": "System.String", - "AuthenticationCertificatesText": "System.String", - "GatewayIpConfigurationsText": "System.String", - "Etag": "System.String", - "OperationalState": "System.String", - "RequestRoutingRulesText": "System.String", - "Id": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [ - { - "Name": "", - "ReturnType": null, - "Parameters": [] - } - ] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": true, - "Position": -2147483648, - "ValueFromPipeline": true, - "ValueFromPipelineByPropertyName": false - }, { "ParameterMetadata": { "Name": "Name", @@ -77189,7 +78799,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPathRule[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPathRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPathRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPathRule", "GenericTypeArguments": [], @@ -77251,10 +78861,10 @@ "AliasList": [] }, { - "VerbName": "Get", - "NounName": "AzAvailablePrivateEndpointType", - "Name": "Get-AzAvailablePrivateEndpointType", - "ClassName": "Microsoft.Azure.Commands.Network.GetAzureAvailablePrivateEndpointTypeCommand", + "VerbName": "Remove", + "NounName": "AzApplicationGatewayUrlPathMapConfig", + "Name": "Remove-AzApplicationGatewayUrlPathMapConfig", + "ClassName": "Microsoft.Azure.Commands.Network.RemoveAzureApplicationGatewayUrlPathMapConfigCommand", "SupportsShouldProcess": false, "ConfirmImpact": 2, "SupportsPaging": false, @@ -77263,14 +78873,64 @@ { "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", - "Name": "Microsoft.Azure.Commands.Network.Models.PSAvailablePrivateEndpointType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAvailablePrivateEndpointType, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { + "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", + "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", + "SslPolicy": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslPolicy", + "WebApplicationFirewallConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayWebApplicationFirewallConfiguration", + "Identity": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity", + "FirewallPolicy": "Microsoft.Azure.Commands.Network.Models.PSResourceId", + "AuthenticationCertificates": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAuthenticationCertificate]", + "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool]", + "BackendHttpSettingsCollection": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings]", + "CustomErrorConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError]", + "FrontendIPConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendIPConfiguration]", + "FrontendPorts": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort]", + "HttpListeners": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener]", + "GatewayIPConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayIPConfiguration]", + "PrivateEndpointConnections": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateEndpointConnection]", + "PrivateLinkConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkConfiguration]", + "Probes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe]", + "RedirectConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration]", + "RequestRoutingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRequestRoutingRule]", + "RewriteRuleSets": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet]", + "SslCertificates": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslCertificate]", + "TrustedRootCertificates": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedRootCertificate]", + "UrlPathMaps": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap]", + "Zones": "System.Collections.Generic.List`1[System.String]", + "Tag": "System.Collections.Hashtable", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", + "EnableHttp2": "System.Nullable`1[System.Boolean]", + "EnableFips": "System.Nullable`1[System.Boolean]", "Name": "System.String", - "Id": "System.String", + "TagsTable": "System.String", + "IdentityText": "System.String", "Type": "System.String", - "ResourceName": "System.String", - "ServiceName": "System.String" + "ResourceGuid": "System.String", + "Location": "System.String", + "ResourceGroupName": "System.String", + "PrivateLinkEndpointConnectionsText": "System.String", + "PrivateLinkConfigurationsText": "System.String", + "FirewallPolicyText": "System.String", + "SslPolicyText": "System.String", + "UrlPathMapsText": "System.String", + "ProvisioningState": "System.String", + "RequestRoutingRulesText": "System.String", + "RewriteRuleSetsText": "System.String", + "HttpListenersText": "System.String", + "BackendHttpSettingsCollectionText": "System.String", + "BackendAddressPoolsText": "System.String", + "FrontendPortsText": "System.String", + "FrontendIpConfigurationsText": "System.String", + "SslCertificatesText": "System.String", + "AuthenticationCertificatesText": "System.String", + "GatewayIpConfigurationsText": "System.String", + "Etag": "System.String", + "OperationalState": "System.String", + "ProbesText": "System.String", + "Id": "System.String" }, "ElementType": null, "GenericTypeArguments": [], @@ -77316,7 +78976,7 @@ ], "Parameters": [ { - "Name": "Location", + "Name": "Name", "AliasList": [], "Type": { "Namespace": "System", @@ -77334,22 +78994,110 @@ "ValidateNotNullOrEmpty": true }, { - "Name": "ResourceGroupName", + "Name": "ApplicationGateway", "AliasList": [], "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, + "Namespace": "Microsoft.Azure.Commands.Network.Models", + "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", + "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", + "SslPolicy": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslPolicy", + "WebApplicationFirewallConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayWebApplicationFirewallConfiguration", + "Identity": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity", + "FirewallPolicy": "Microsoft.Azure.Commands.Network.Models.PSResourceId", + "AuthenticationCertificates": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAuthenticationCertificate]", + "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool]", + "BackendHttpSettingsCollection": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings]", + "CustomErrorConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError]", + "FrontendIPConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendIPConfiguration]", + "FrontendPorts": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort]", + "HttpListeners": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener]", + "GatewayIPConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayIPConfiguration]", + "PrivateEndpointConnections": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateEndpointConnection]", + "PrivateLinkConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkConfiguration]", + "Probes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe]", + "RedirectConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration]", + "RequestRoutingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRequestRoutingRule]", + "RewriteRuleSets": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet]", + "SslCertificates": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslCertificate]", + "TrustedRootCertificates": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedRootCertificate]", + "UrlPathMaps": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap]", + "Zones": "System.Collections.Generic.List`1[System.String]", + "Tag": "System.Collections.Hashtable", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", + "EnableHttp2": "System.Nullable`1[System.Boolean]", + "EnableFips": "System.Nullable`1[System.Boolean]", + "Name": "System.String", + "TagsTable": "System.String", + "IdentityText": "System.String", + "Type": "System.String", + "ResourceGuid": "System.String", + "Location": "System.String", + "ResourceGroupName": "System.String", + "PrivateLinkEndpointConnectionsText": "System.String", + "PrivateLinkConfigurationsText": "System.String", + "FirewallPolicyText": "System.String", + "SslPolicyText": "System.String", + "UrlPathMapsText": "System.String", + "ProvisioningState": "System.String", + "RequestRoutingRulesText": "System.String", + "RewriteRuleSetsText": "System.String", + "HttpListenersText": "System.String", + "BackendHttpSettingsCollectionText": "System.String", + "BackendAddressPoolsText": "System.String", + "FrontendPortsText": "System.String", + "FrontendIpConfigurationsText": "System.String", + "SslCertificatesText": "System.String", + "AuthenticationCertificatesText": "System.String", + "GatewayIpConfigurationsText": "System.String", + "Etag": "System.String", + "OperationalState": "System.String", + "ProbesText": "System.String", + "Id": "System.String" + }, "ElementType": null, "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] }, "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true + "ValidateNotNullOrEmpty": false }, { "Name": "DefaultProfile", @@ -77391,7 +79139,7 @@ "Parameters": [ { "ParameterMetadata": { - "Name": "Location", + "Name": "Name", "AliasList": [], "Type": { "Namespace": "System", @@ -77411,31 +79159,119 @@ "Mandatory": true, "Position": -2147483648, "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true + "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "ResourceGroupName", + "Name": "ApplicationGateway", "AliasList": [], "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, + "Namespace": "Microsoft.Azure.Commands.Network.Models", + "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", + "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", + "SslPolicy": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslPolicy", + "WebApplicationFirewallConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayWebApplicationFirewallConfiguration", + "Identity": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity", + "FirewallPolicy": "Microsoft.Azure.Commands.Network.Models.PSResourceId", + "AuthenticationCertificates": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAuthenticationCertificate]", + "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool]", + "BackendHttpSettingsCollection": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings]", + "CustomErrorConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError]", + "FrontendIPConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendIPConfiguration]", + "FrontendPorts": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort]", + "HttpListeners": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener]", + "GatewayIPConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayIPConfiguration]", + "PrivateEndpointConnections": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateEndpointConnection]", + "PrivateLinkConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkConfiguration]", + "Probes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe]", + "RedirectConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration]", + "RequestRoutingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRequestRoutingRule]", + "RewriteRuleSets": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet]", + "SslCertificates": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslCertificate]", + "TrustedRootCertificates": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedRootCertificate]", + "UrlPathMaps": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap]", + "Zones": "System.Collections.Generic.List`1[System.String]", + "Tag": "System.Collections.Hashtable", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", + "EnableHttp2": "System.Nullable`1[System.Boolean]", + "EnableFips": "System.Nullable`1[System.Boolean]", + "Name": "System.String", + "TagsTable": "System.String", + "IdentityText": "System.String", + "Type": "System.String", + "ResourceGuid": "System.String", + "Location": "System.String", + "ResourceGroupName": "System.String", + "PrivateLinkEndpointConnectionsText": "System.String", + "PrivateLinkConfigurationsText": "System.String", + "FirewallPolicyText": "System.String", + "SslPolicyText": "System.String", + "UrlPathMapsText": "System.String", + "ProvisioningState": "System.String", + "RequestRoutingRulesText": "System.String", + "RewriteRuleSetsText": "System.String", + "HttpListenersText": "System.String", + "BackendHttpSettingsCollectionText": "System.String", + "BackendAddressPoolsText": "System.String", + "FrontendPortsText": "System.String", + "FrontendIpConfigurationsText": "System.String", + "SslCertificatesText": "System.String", + "AuthenticationCertificatesText": "System.String", + "GatewayIpConfigurationsText": "System.String", + "Etag": "System.String", + "OperationalState": "System.String", + "ProbesText": "System.String", + "Id": "System.String" + }, "ElementType": null, "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] }, "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true + "ValidateNotNullOrEmpty": false }, - "Mandatory": false, + "Mandatory": true, "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true + "ValueFromPipeline": true, + "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { @@ -77482,30 +79318,75 @@ "AliasList": [] }, { - "VerbName": "Get", - "NounName": "AzFirewallFqdnTag", - "Name": "Get-AzFirewallFqdnTag", - "ClassName": "Microsoft.Azure.Commands.Network.GetAzureFirewallFqdnTagCommand", + "VerbName": "Set", + "NounName": "AzApplicationGatewayUrlPathMapConfig", + "Name": "Set-AzApplicationGatewayUrlPathMapConfig", + "ClassName": "Microsoft.Azure.Commands.Network.SetAzureApplicationGatewayUrlPathMapConfigCommand", "SupportsShouldProcess": false, "ConfirmImpact": 2, "SupportsPaging": false, - "DefaultParameterSetName": "__AllParameterSets", + "DefaultParameterSetName": "BackendSetByResource", "OutputTypes": [ { "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", - "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallFqdnTag", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallFqdnTag, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { + "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", + "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", + "SslPolicy": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslPolicy", + "WebApplicationFirewallConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayWebApplicationFirewallConfiguration", + "Identity": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity", + "FirewallPolicy": "Microsoft.Azure.Commands.Network.Models.PSResourceId", + "AuthenticationCertificates": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAuthenticationCertificate]", + "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool]", + "BackendHttpSettingsCollection": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings]", + "CustomErrorConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError]", + "FrontendIPConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendIPConfiguration]", + "FrontendPorts": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort]", + "HttpListeners": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener]", + "GatewayIPConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayIPConfiguration]", + "PrivateEndpointConnections": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateEndpointConnection]", + "PrivateLinkConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkConfiguration]", + "Probes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe]", + "RedirectConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration]", + "RequestRoutingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRequestRoutingRule]", + "RewriteRuleSets": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet]", + "SslCertificates": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslCertificate]", + "TrustedRootCertificates": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedRootCertificate]", + "UrlPathMaps": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap]", + "Zones": "System.Collections.Generic.List`1[System.String]", "Tag": "System.Collections.Hashtable", - "FqdnTagName": "System.String", - "ResourceGroupName": "System.String", - "Location": "System.String", - "ResourceGuid": "System.String", - "Type": "System.String", - "TagsTable": "System.String", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", + "EnableHttp2": "System.Nullable`1[System.Boolean]", + "EnableFips": "System.Nullable`1[System.Boolean]", "Name": "System.String", + "TagsTable": "System.String", + "IdentityText": "System.String", + "Type": "System.String", + "ResourceGuid": "System.String", + "Location": "System.String", + "ResourceGroupName": "System.String", + "PrivateLinkEndpointConnectionsText": "System.String", + "PrivateLinkConfigurationsText": "System.String", + "FirewallPolicyText": "System.String", + "SslPolicyText": "System.String", + "UrlPathMapsText": "System.String", + "ProvisioningState": "System.String", + "RequestRoutingRulesText": "System.String", + "RewriteRuleSetsText": "System.String", + "HttpListenersText": "System.String", + "BackendHttpSettingsCollectionText": "System.String", + "BackendAddressPoolsText": "System.String", + "FrontendPortsText": "System.String", + "FrontendIpConfigurationsText": "System.String", + "SslCertificatesText": "System.String", + "AuthenticationCertificatesText": "System.String", + "GatewayIpConfigurationsText": "System.String", "Etag": "System.String", + "OperationalState": "System.String", + "ProbesText": "System.String", "Id": "System.String" }, "ElementType": null, @@ -77548,152 +79429,76 @@ "ParameterSets": [ "__AllParameterSets" ] - }, - { - "Type": { - "Namespace": "System.Collections.Generic", - "Name": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Network.Models.PSAzureFirewallFqdnTag]", - "AssemblyQualifiedName": "System.Collections.Generic.IEnumerable`1[[Microsoft.Azure.Commands.Network.Models.PSAzureFirewallFqdnTag, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallFqdnTag" - ], - "Methods": [], - "Constructors": [] - }, - "ParameterSets": [ - "__AllParameterSets" - ] } ], "Parameters": [ { - "Name": "DefaultProfile", - "AliasList": [ - "AzContext", - "AzureRmContext", - "AzureCredential" - ], - "Type": { - "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", - "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", - "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", - "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", - "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "Clear", - "Parameters": [], - "ReturnType": "System.Void" - } - ], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - } - ], - "ParameterSets": [ - { - "Name": "__AllParameterSets", - "Parameters": [ - { - "ParameterMetadata": { - "Name": "DefaultProfile", - "AliasList": [ - "AzContext", - "AzureRmContext", - "AzureCredential" - ], - "Type": { - "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", - "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", - "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", - "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", - "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "Clear", - "Parameters": [], - "ReturnType": "System.Void" - } - ], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - } - ] - } - ], - "AliasList": [] - }, - { - "VerbName": "New", - "NounName": "AzFirewallPolicyApplicationRule", - "Name": "New-AzFirewallPolicyApplicationRule", - "ClassName": "Microsoft.Azure.Commands.Network.NewAzFirewallPolicyApplicationRuleCommand", - "SupportsShouldProcess": false, - "ConfirmImpact": 2, - "SupportsPaging": false, - "DefaultParameterSetName": "TargetFqdn", - "OutputTypes": [ - { + "Name": "ApplicationGateway", + "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", - "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyApplicationRule", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyApplicationRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { - "Protocols": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyApplicationRuleProtocol]", - "SourceAddresses": "System.Collections.Generic.List`1[System.String]", - "TargetFqdns": "System.Collections.Generic.List`1[System.String]", - "FqdnTags": "System.Collections.Generic.List`1[System.String]", - "ProtocolsText": "System.String", - "SourceAddressesText": "System.String", - "TargetFqdnsText": "System.String", - "FqdnTagsText": "System.String", + "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", + "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", + "SslPolicy": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslPolicy", + "WebApplicationFirewallConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayWebApplicationFirewallConfiguration", + "Identity": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity", + "FirewallPolicy": "Microsoft.Azure.Commands.Network.Models.PSResourceId", + "AuthenticationCertificates": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAuthenticationCertificate]", + "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool]", + "BackendHttpSettingsCollection": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings]", + "CustomErrorConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError]", + "FrontendIPConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendIPConfiguration]", + "FrontendPorts": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort]", + "HttpListeners": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener]", + "GatewayIPConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayIPConfiguration]", + "PrivateEndpointConnections": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateEndpointConnection]", + "PrivateLinkConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkConfiguration]", + "Probes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe]", + "RedirectConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration]", + "RequestRoutingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRequestRoutingRule]", + "RewriteRuleSets": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet]", + "SslCertificates": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslCertificate]", + "TrustedRootCertificates": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedRootCertificate]", + "UrlPathMaps": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap]", + "Zones": "System.Collections.Generic.List`1[System.String]", + "Tag": "System.Collections.Hashtable", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", + "EnableHttp2": "System.Nullable`1[System.Boolean]", + "EnableFips": "System.Nullable`1[System.Boolean]", "Name": "System.String", - "RuleType": "System.String" + "TagsTable": "System.String", + "IdentityText": "System.String", + "Type": "System.String", + "ResourceGuid": "System.String", + "Location": "System.String", + "ResourceGroupName": "System.String", + "PrivateLinkEndpointConnectionsText": "System.String", + "PrivateLinkConfigurationsText": "System.String", + "FirewallPolicyText": "System.String", + "SslPolicyText": "System.String", + "UrlPathMapsText": "System.String", + "ProvisioningState": "System.String", + "RequestRoutingRulesText": "System.String", + "RewriteRuleSetsText": "System.String", + "HttpListenersText": "System.String", + "BackendHttpSettingsCollectionText": "System.String", + "BackendAddressPoolsText": "System.String", + "FrontendPortsText": "System.String", + "FrontendIpConfigurationsText": "System.String", + "SslCertificatesText": "System.String", + "AuthenticationCertificatesText": "System.String", + "GatewayIpConfigurationsText": "System.String", + "Etag": "System.String", + "OperationalState": "System.String", + "ProbesText": "System.String", + "Id": "System.String" }, "ElementType": null, "GenericTypeArguments": [], "Methods": [ - { - "Name": "AddProtocol", - "Parameters": [ - { - "Name": "protocolType", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "port", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Void" - }, { "Name": "ToString", "Parameters": [], @@ -77728,32 +79533,13 @@ } ] }, - "ParameterSets": [ - "__AllParameterSets" - ] - } - ], - "Parameters": [ - { - "Name": "Name", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true + "ValidateNotNullOrEmpty": false }, { - "Name": "Description", + "Name": "Name", "AliasList": [], "Type": { "Namespace": "System", @@ -77771,14 +79557,14 @@ "ValidateNotNullOrEmpty": true }, { - "Name": "SourceAddress", + "Name": "PathRules", "AliasList": [], "Type": { - "Namespace": "System", - "Name": "System.String[]", - "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Namespace": "Microsoft.Azure.Commands.Network.Models", + "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPathRule[]", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPathRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, - "ElementType": "System.String", + "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPathRule", "GenericTypeArguments": [], "Methods": [], "Constructors": [] @@ -77789,14 +79575,14 @@ "ValidateNotNullOrEmpty": true }, { - "Name": "TargetFqdn", + "Name": "DefaultBackendAddressPoolId", "AliasList": [], "Type": { "Namespace": "System", - "Name": "System.String[]", - "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, - "ElementType": "System.String", + "ElementType": null, "GenericTypeArguments": [], "Methods": [], "Constructors": [] @@ -77807,17 +79593,69 @@ "ValidateNotNullOrEmpty": true }, { - "Name": "FqdnTag", + "Name": "DefaultBackendAddressPool", "AliasList": [], "Type": { - "Namespace": "System", - "Name": "System.String[]", - "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": "System.String", + "Namespace": "Microsoft.Azure.Commands.Network.Models", + "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "BackendAddresses": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddress]", + "BackendIpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceIPConfiguration]", + "ProvisioningState": "System.String", + "Type": "System.String", + "BackendAddressesText": "System.String", + "BackendIpConfigurationsText": "System.String", + "Name": "System.String", + "Etag": "System.String", + "Id": "System.String" + }, + "ElementType": null, "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "Methods": [ + { + "Name": "ShouldSerializeBackendAddresses", + "Parameters": [], + "ReturnType": "System.Boolean" + }, + { + "Name": "ShouldSerializeBackendIpConfigurations", + "Parameters": [], + "ReturnType": "System.Boolean" + }, + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] }, "ValidateSet": [], "ValidateRangeMin": null, @@ -77825,14 +79663,14 @@ "ValidateNotNullOrEmpty": true }, { - "Name": "Protocol", + "Name": "DefaultBackendHttpSettingsId", "AliasList": [], "Type": { "Namespace": "System", - "Name": "System.String[]", - "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, - "ElementType": "System.String", + "ElementType": null, "GenericTypeArguments": [], "Methods": [], "Constructors": [] @@ -77843,70 +79681,410 @@ "ValidateNotNullOrEmpty": true }, { - "Name": "DefaultProfile", - "AliasList": [ - "AzContext", - "AzureRmContext", - "AzureCredential" - ], + "Name": "DefaultBackendHttpSettings", + "AliasList": [], "Type": { - "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", - "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Namespace": "Microsoft.Azure.Commands.Network.Models", + "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { - "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", - "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", - "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", - "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + "ConnectionDraining": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayConnectionDraining", + "Probe": "Microsoft.Azure.Commands.Network.Models.PSResourceId", + "TrustedRootCertificates": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", + "AuthenticationCertificates": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", + "Port": "System.Int32", + "RequestTimeout": "System.Int32", + "PickHostNameFromBackendAddress": "System.Nullable`1[System.Boolean]", + "Protocol": "System.String", + "HostName": "System.String", + "Etag": "System.String", + "AffinityCookieName": "System.String", + "Path": "System.String", + "ProvisioningState": "System.String", + "Type": "System.String", + "ConnectionDrainingText": "System.String", + "ProbeText": "System.String", + "AuthenticationCertificatesText": "System.String", + "Name": "System.String", + "CookieBasedAffinity": "System.String", + "Id": "System.String" }, "ElementType": null, "GenericTypeArguments": [], "Methods": [ { - "Name": "Clear", + "Name": "ShouldSerializePort", "Parameters": [], - "ReturnType": "System.Void" - } - ], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - } - ], - "ParameterSets": [ - { - "Name": "__AllParameterSets", - "Parameters": [ - { - "ParameterMetadata": { - "Name": "Name", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "ReturnType": "System.Boolean" + }, + { + "Name": "ShouldSerializeRequestTimeout", + "Parameters": [], + "ReturnType": "System.Boolean" + }, + { + "Name": "ShouldSerializeAuthenticationCertificates", + "Parameters": [], + "ReturnType": "System.Boolean" + }, + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "DefaultRewriteRuleSet", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Network.Models", + "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "RewriteRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRule]", + "ProvisioningState": "System.String", + "Type": "System.String", + "RewriteRulesText": "System.String", + "Name": "System.String", + "Etag": "System.String", + "Id": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ShouldSerializeRewriteRules", + "Parameters": [], + "ReturnType": "System.Boolean" + }, + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "DefaultRewriteRuleSetId", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "DefaultRedirectConfigurationId", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "DefaultRedirectConfiguration", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Network.Models", + "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "TargetListener": "Microsoft.Azure.Commands.Network.Models.PSResourceId", + "RequestRoutingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", + "UrlPathMaps": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", + "PathRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", + "IncludePath": "System.Nullable`1[System.Boolean]", + "IncludeQueryString": "System.Nullable`1[System.Boolean]", + "RedirectType": "System.String", + "TargetUrl": "System.String", + "Type": "System.String", + "TargetListenerText": "System.String", + "RequestRoutingRulesText": "System.String", + "UrlPathMapsText": "System.String", + "PathRulesText": "System.String", + "Name": "System.String", + "Etag": "System.String", + "Id": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + } + ], + "ParameterSets": [ + { + "Name": "__AllParameterSets", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "ApplicationGateway", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Network.Models", + "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", + "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", + "SslPolicy": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslPolicy", + "WebApplicationFirewallConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayWebApplicationFirewallConfiguration", + "Identity": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity", + "FirewallPolicy": "Microsoft.Azure.Commands.Network.Models.PSResourceId", + "AuthenticationCertificates": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAuthenticationCertificate]", + "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool]", + "BackendHttpSettingsCollection": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings]", + "CustomErrorConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError]", + "FrontendIPConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendIPConfiguration]", + "FrontendPorts": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort]", + "HttpListeners": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener]", + "GatewayIPConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayIPConfiguration]", + "PrivateEndpointConnections": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateEndpointConnection]", + "PrivateLinkConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkConfiguration]", + "Probes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe]", + "RedirectConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration]", + "RequestRoutingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRequestRoutingRule]", + "RewriteRuleSets": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet]", + "SslCertificates": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslCertificate]", + "TrustedRootCertificates": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedRootCertificate]", + "UrlPathMaps": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap]", + "Zones": "System.Collections.Generic.List`1[System.String]", + "Tag": "System.Collections.Hashtable", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", + "EnableHttp2": "System.Nullable`1[System.Boolean]", + "EnableFips": "System.Nullable`1[System.Boolean]", + "Name": "System.String", + "TagsTable": "System.String", + "IdentityText": "System.String", + "Type": "System.String", + "ResourceGuid": "System.String", + "Location": "System.String", + "ResourceGroupName": "System.String", + "PrivateLinkEndpointConnectionsText": "System.String", + "PrivateLinkConfigurationsText": "System.String", + "FirewallPolicyText": "System.String", + "SslPolicyText": "System.String", + "UrlPathMapsText": "System.String", + "ProvisioningState": "System.String", + "RequestRoutingRulesText": "System.String", + "RewriteRuleSetsText": "System.String", + "HttpListenersText": "System.String", + "BackendHttpSettingsCollectionText": "System.String", + "BackendAddressPoolsText": "System.String", + "FrontendPortsText": "System.String", + "FrontendIpConfigurationsText": "System.String", + "SslCertificatesText": "System.String", + "AuthenticationCertificatesText": "System.String", + "GatewayIpConfigurationsText": "System.String", + "Etag": "System.String", + "OperationalState": "System.String", + "ProbesText": "System.String", + "Id": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] }, "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true + "ValidateNotNullOrEmpty": false }, "Mandatory": true, "Position": -2147483648, - "ValueFromPipeline": false, + "ValueFromPipeline": true, "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "Description", + "Name": "Name", "AliasList": [], "Type": { "Namespace": "System", @@ -77923,21 +80101,21 @@ "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, - "Mandatory": false, + "Mandatory": true, "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "SourceAddress", + "Name": "PathRules", "AliasList": [], "Type": { - "Namespace": "System", - "Name": "System.String[]", - "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Namespace": "Microsoft.Azure.Commands.Network.Models", + "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPathRule[]", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPathRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, - "ElementType": "System.String", + "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPathRule", "GenericTypeArguments": [], "Methods": [], "Constructors": [] @@ -77947,7 +80125,7 @@ "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, - "Mandatory": false, + "Mandatory": true, "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false @@ -77994,18 +80172,18 @@ ] }, { - "Name": "TargetFqdn", + "Name": "BackendSetByResourceId", "Parameters": [ { "ParameterMetadata": { - "Name": "TargetFqdn", + "Name": "DefaultBackendAddressPoolId", "AliasList": [], "Type": { "Namespace": "System", - "Name": "System.String[]", - "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, - "ElementType": "System.String", + "ElementType": null, "GenericTypeArguments": [], "Methods": [], "Constructors": [] @@ -78022,14 +80200,14 @@ }, { "ParameterMetadata": { - "Name": "Protocol", + "Name": "DefaultBackendHttpSettingsId", "AliasList": [], "Type": { "Namespace": "System", - "Name": "System.String[]", - "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, - "ElementType": "System.String", + "ElementType": null, "GenericTypeArguments": [], "Methods": [], "Constructors": [] @@ -78046,7 +80224,7 @@ }, { "ParameterMetadata": { - "Name": "Name", + "Name": "DefaultRewriteRuleSetId", "AliasList": [], "Type": { "Namespace": "System", @@ -78061,16 +80239,128 @@ "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true + "ValidateNotNullOrEmpty": false }, - "Mandatory": true, + "Mandatory": false, "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "Description", + "Name": "ApplicationGateway", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Network.Models", + "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", + "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", + "SslPolicy": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslPolicy", + "WebApplicationFirewallConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayWebApplicationFirewallConfiguration", + "Identity": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity", + "FirewallPolicy": "Microsoft.Azure.Commands.Network.Models.PSResourceId", + "AuthenticationCertificates": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAuthenticationCertificate]", + "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool]", + "BackendHttpSettingsCollection": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings]", + "CustomErrorConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError]", + "FrontendIPConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendIPConfiguration]", + "FrontendPorts": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort]", + "HttpListeners": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener]", + "GatewayIPConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayIPConfiguration]", + "PrivateEndpointConnections": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateEndpointConnection]", + "PrivateLinkConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkConfiguration]", + "Probes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe]", + "RedirectConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration]", + "RequestRoutingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRequestRoutingRule]", + "RewriteRuleSets": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet]", + "SslCertificates": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslCertificate]", + "TrustedRootCertificates": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedRootCertificate]", + "UrlPathMaps": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap]", + "Zones": "System.Collections.Generic.List`1[System.String]", + "Tag": "System.Collections.Hashtable", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", + "EnableHttp2": "System.Nullable`1[System.Boolean]", + "EnableFips": "System.Nullable`1[System.Boolean]", + "Name": "System.String", + "TagsTable": "System.String", + "IdentityText": "System.String", + "Type": "System.String", + "ResourceGuid": "System.String", + "Location": "System.String", + "ResourceGroupName": "System.String", + "PrivateLinkEndpointConnectionsText": "System.String", + "PrivateLinkConfigurationsText": "System.String", + "FirewallPolicyText": "System.String", + "SslPolicyText": "System.String", + "UrlPathMapsText": "System.String", + "ProvisioningState": "System.String", + "RequestRoutingRulesText": "System.String", + "RewriteRuleSetsText": "System.String", + "HttpListenersText": "System.String", + "BackendHttpSettingsCollectionText": "System.String", + "BackendAddressPoolsText": "System.String", + "FrontendPortsText": "System.String", + "FrontendIpConfigurationsText": "System.String", + "SslCertificatesText": "System.String", + "AuthenticationCertificatesText": "System.String", + "GatewayIpConfigurationsText": "System.String", + "Etag": "System.String", + "OperationalState": "System.String", + "ProbesText": "System.String", + "Id": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": true, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Name", "AliasList": [], "Type": { "Namespace": "System", @@ -78087,21 +80377,21 @@ "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, - "Mandatory": false, + "Mandatory": true, "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "SourceAddress", + "Name": "PathRules", "AliasList": [], "Type": { - "Namespace": "System", - "Name": "System.String[]", - "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Namespace": "Microsoft.Azure.Commands.Network.Models", + "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPathRule[]", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPathRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, - "ElementType": "System.String", + "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPathRule", "GenericTypeArguments": [], "Methods": [], "Constructors": [] @@ -78111,7 +80401,7 @@ "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, - "Mandatory": false, + "Mandatory": true, "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false @@ -78158,21 +80448,73 @@ ] }, { - "Name": "FqdnTag", + "Name": "BackendSetByResource", "Parameters": [ { "ParameterMetadata": { - "Name": "FqdnTag", + "Name": "DefaultBackendAddressPool", "AliasList": [], "Type": { - "Namespace": "System", - "Name": "System.String[]", - "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": "System.String", + "Namespace": "Microsoft.Azure.Commands.Network.Models", + "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "BackendAddresses": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddress]", + "BackendIpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceIPConfiguration]", + "ProvisioningState": "System.String", + "Type": "System.String", + "BackendAddressesText": "System.String", + "BackendIpConfigurationsText": "System.String", + "Name": "System.String", + "Etag": "System.String", + "Id": "System.String" + }, + "ElementType": null, "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "Methods": [ + { + "Name": "ShouldSerializeBackendAddresses", + "Parameters": [], + "ReturnType": "System.Boolean" + }, + { + "Name": "ShouldSerializeBackendIpConfigurations", + "Parameters": [], + "ReturnType": "System.Boolean" + }, + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] }, "ValidateSet": [], "ValidateRangeMin": null, @@ -78186,17 +80528,85 @@ }, { "ParameterMetadata": { - "Name": "Name", + "Name": "DefaultBackendHttpSettings", "AliasList": [], "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, + "Namespace": "Microsoft.Azure.Commands.Network.Models", + "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "ConnectionDraining": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayConnectionDraining", + "Probe": "Microsoft.Azure.Commands.Network.Models.PSResourceId", + "TrustedRootCertificates": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", + "AuthenticationCertificates": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", + "Port": "System.Int32", + "RequestTimeout": "System.Int32", + "PickHostNameFromBackendAddress": "System.Nullable`1[System.Boolean]", + "Protocol": "System.String", + "HostName": "System.String", + "Etag": "System.String", + "AffinityCookieName": "System.String", + "Path": "System.String", + "ProvisioningState": "System.String", + "Type": "System.String", + "ConnectionDrainingText": "System.String", + "ProbeText": "System.String", + "AuthenticationCertificatesText": "System.String", + "Name": "System.String", + "CookieBasedAffinity": "System.String", + "Id": "System.String" + }, "ElementType": null, "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "Methods": [ + { + "Name": "ShouldSerializePort", + "Parameters": [], + "ReturnType": "System.Boolean" + }, + { + "Name": "ShouldSerializeRequestTimeout", + "Parameters": [], + "ReturnType": "System.Boolean" + }, + { + "Name": "ShouldSerializeAuthenticationCertificates", + "Parameters": [], + "ReturnType": "System.Boolean" + }, + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] }, "ValidateSet": [], "ValidateRangeMin": null, @@ -78210,7 +80620,188 @@ }, { "ParameterMetadata": { - "Name": "Description", + "Name": "DefaultRewriteRuleSet", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Network.Models", + "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "RewriteRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRule]", + "ProvisioningState": "System.String", + "Type": "System.String", + "RewriteRulesText": "System.String", + "Name": "System.String", + "Etag": "System.String", + "Id": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ShouldSerializeRewriteRules", + "Parameters": [], + "ReturnType": "System.Boolean" + }, + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ApplicationGateway", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Network.Models", + "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", + "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", + "SslPolicy": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslPolicy", + "WebApplicationFirewallConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayWebApplicationFirewallConfiguration", + "Identity": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity", + "FirewallPolicy": "Microsoft.Azure.Commands.Network.Models.PSResourceId", + "AuthenticationCertificates": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAuthenticationCertificate]", + "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool]", + "BackendHttpSettingsCollection": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings]", + "CustomErrorConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError]", + "FrontendIPConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendIPConfiguration]", + "FrontendPorts": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort]", + "HttpListeners": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener]", + "GatewayIPConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayIPConfiguration]", + "PrivateEndpointConnections": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateEndpointConnection]", + "PrivateLinkConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkConfiguration]", + "Probes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe]", + "RedirectConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration]", + "RequestRoutingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRequestRoutingRule]", + "RewriteRuleSets": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet]", + "SslCertificates": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslCertificate]", + "TrustedRootCertificates": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedRootCertificate]", + "UrlPathMaps": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap]", + "Zones": "System.Collections.Generic.List`1[System.String]", + "Tag": "System.Collections.Hashtable", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", + "EnableHttp2": "System.Nullable`1[System.Boolean]", + "EnableFips": "System.Nullable`1[System.Boolean]", + "Name": "System.String", + "TagsTable": "System.String", + "IdentityText": "System.String", + "Type": "System.String", + "ResourceGuid": "System.String", + "Location": "System.String", + "ResourceGroupName": "System.String", + "PrivateLinkEndpointConnectionsText": "System.String", + "PrivateLinkConfigurationsText": "System.String", + "FirewallPolicyText": "System.String", + "SslPolicyText": "System.String", + "UrlPathMapsText": "System.String", + "ProvisioningState": "System.String", + "RequestRoutingRulesText": "System.String", + "RewriteRuleSetsText": "System.String", + "HttpListenersText": "System.String", + "BackendHttpSettingsCollectionText": "System.String", + "BackendAddressPoolsText": "System.String", + "FrontendPortsText": "System.String", + "FrontendIpConfigurationsText": "System.String", + "SslCertificatesText": "System.String", + "AuthenticationCertificatesText": "System.String", + "GatewayIpConfigurationsText": "System.String", + "Etag": "System.String", + "OperationalState": "System.String", + "ProbesText": "System.String", + "Id": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": true, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Name", "AliasList": [], "Type": { "Namespace": "System", @@ -78227,21 +80818,21 @@ "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, - "Mandatory": false, + "Mandatory": true, "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "SourceAddress", + "Name": "PathRules", "AliasList": [], "Type": { - "Namespace": "System", - "Name": "System.String[]", - "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Namespace": "Microsoft.Azure.Commands.Network.Models", + "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPathRule[]", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPathRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, - "ElementType": "System.String", + "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPathRule", "GenericTypeArguments": [], "Methods": [], "Constructors": [] @@ -78251,7 +80842,7 @@ "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, - "Mandatory": false, + "Mandatory": true, "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false @@ -78296,198 +80887,264 @@ "ValueFromPipelineByPropertyName": false } ] - } - ], - "AliasList": [] - }, - { - "VerbName": "New", - "NounName": "AzFirewallPolicyFilterRuleCollection", - "Name": "New-AzFirewallPolicyFilterRuleCollection", - "ClassName": "Microsoft.Azure.Commands.Network.NewAzureFirewallPolicyFilterRuleCollectionCommand", - "SupportsShouldProcess": false, - "ConfirmImpact": 2, - "SupportsPaging": false, - "DefaultParameterSetName": "__AllParameterSets", - "OutputTypes": [ - { - "Type": { - "Namespace": "Microsoft.Azure.Commands.Network.Models", - "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyRuleCollectionGroup", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyRuleCollectionGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", - "Properties": { - "RuleCollection": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyBaseRuleCollection]", - "Name": "System.String", - "Etag": "System.String", - "Id": "System.String", - "Priority": "System.UInt32" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetRuleCollectionByName", - "Parameters": [ - { - "Name": "ruleCollectionName", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyBaseRuleCollection" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [ - { - "Name": "", - "ReturnType": null, - "Parameters": [] - } - ] - }, - "ParameterSets": [ - "__AllParameterSets" - ] - } - ], - "Parameters": [ - { - "Name": "Name", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - { - "Name": "Priority", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.UInt32", - "AssemblyQualifiedName": "System.UInt32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": 100, - "ValidateRangeMax": 65000, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "Rule", - "AliasList": [], - "Type": { - "Namespace": "Microsoft.Azure.Commands.Network.Models", - "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyRule[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", - "Properties": {}, - "ElementType": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyRule", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - { - "Name": "ActionType", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [ - "Allow", - "Deny" - ], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true }, { - "Name": "DefaultProfile", - "AliasList": [ - "AzContext", - "AzureRmContext", - "AzureCredential" - ], - "Type": { - "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", - "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", - "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", - "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", - "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "Clear", - "Parameters": [], - "ReturnType": "System.Void" - } - ], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - } - ], - "ParameterSets": [ - { - "Name": "__AllParameterSets", + "Name": "RedirectSetByResource", "Parameters": [ + { + "ParameterMetadata": { + "Name": "DefaultRewriteRuleSet", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Network.Models", + "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "RewriteRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRule]", + "ProvisioningState": "System.String", + "Type": "System.String", + "RewriteRulesText": "System.String", + "Name": "System.String", + "Etag": "System.String", + "Id": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ShouldSerializeRewriteRules", + "Parameters": [], + "ReturnType": "System.Boolean" + }, + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DefaultRedirectConfiguration", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Network.Models", + "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "TargetListener": "Microsoft.Azure.Commands.Network.Models.PSResourceId", + "RequestRoutingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", + "UrlPathMaps": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", + "PathRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", + "IncludePath": "System.Nullable`1[System.Boolean]", + "IncludeQueryString": "System.Nullable`1[System.Boolean]", + "RedirectType": "System.String", + "TargetUrl": "System.String", + "Type": "System.String", + "TargetListenerText": "System.String", + "RequestRoutingRulesText": "System.String", + "UrlPathMapsText": "System.String", + "PathRulesText": "System.String", + "Name": "System.String", + "Etag": "System.String", + "Id": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ApplicationGateway", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Network.Models", + "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", + "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", + "SslPolicy": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslPolicy", + "WebApplicationFirewallConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayWebApplicationFirewallConfiguration", + "Identity": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity", + "FirewallPolicy": "Microsoft.Azure.Commands.Network.Models.PSResourceId", + "AuthenticationCertificates": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAuthenticationCertificate]", + "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool]", + "BackendHttpSettingsCollection": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings]", + "CustomErrorConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError]", + "FrontendIPConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendIPConfiguration]", + "FrontendPorts": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort]", + "HttpListeners": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener]", + "GatewayIPConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayIPConfiguration]", + "PrivateEndpointConnections": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateEndpointConnection]", + "PrivateLinkConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkConfiguration]", + "Probes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe]", + "RedirectConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration]", + "RequestRoutingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRequestRoutingRule]", + "RewriteRuleSets": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet]", + "SslCertificates": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslCertificate]", + "TrustedRootCertificates": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedRootCertificate]", + "UrlPathMaps": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap]", + "Zones": "System.Collections.Generic.List`1[System.String]", + "Tag": "System.Collections.Hashtable", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", + "EnableHttp2": "System.Nullable`1[System.Boolean]", + "EnableFips": "System.Nullable`1[System.Boolean]", + "Name": "System.String", + "TagsTable": "System.String", + "IdentityText": "System.String", + "Type": "System.String", + "ResourceGuid": "System.String", + "Location": "System.String", + "ResourceGroupName": "System.String", + "PrivateLinkEndpointConnectionsText": "System.String", + "PrivateLinkConfigurationsText": "System.String", + "FirewallPolicyText": "System.String", + "SslPolicyText": "System.String", + "UrlPathMapsText": "System.String", + "ProvisioningState": "System.String", + "RequestRoutingRulesText": "System.String", + "RewriteRuleSetsText": "System.String", + "HttpListenersText": "System.String", + "BackendHttpSettingsCollectionText": "System.String", + "BackendAddressPoolsText": "System.String", + "FrontendPortsText": "System.String", + "FrontendIpConfigurationsText": "System.String", + "SslCertificatesText": "System.String", + "AuthenticationCertificatesText": "System.String", + "GatewayIpConfigurationsText": "System.String", + "Etag": "System.String", + "OperationalState": "System.String", + "ProbesText": "System.String", + "Id": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": true, + "ValueFromPipelineByPropertyName": false + }, { "ParameterMetadata": { "Name": "Name", @@ -78514,12 +81171,80 @@ }, { "ParameterMetadata": { - "Name": "Priority", + "Name": "PathRules", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Network.Models", + "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPathRule[]", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPathRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": {}, + "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPathRule", + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "RedirectSetByResourceId", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "DefaultRewriteRuleSetId", "AliasList": [], "Type": { "Namespace": "System", - "Name": "System.UInt32", - "AssemblyQualifiedName": "System.UInt32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -78527,25 +81252,25 @@ "Constructors": [] }, "ValidateSet": [], - "ValidateRangeMin": 100, - "ValidateRangeMax": 65000, + "ValidateRangeMin": null, + "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, - "Mandatory": true, + "Mandatory": false, "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "Rule", + "Name": "DefaultRedirectConfigurationId", "AliasList": [], "Type": { - "Namespace": "Microsoft.Azure.Commands.Network.Models", - "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyRule[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, - "ElementType": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyRule", + "ElementType": null, "GenericTypeArguments": [], "Methods": [], "Constructors": [] @@ -78555,14 +81280,126 @@ "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, - "Mandatory": false, + "Mandatory": true, "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "ActionType", + "Name": "ApplicationGateway", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Network.Models", + "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", + "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", + "SslPolicy": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslPolicy", + "WebApplicationFirewallConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayWebApplicationFirewallConfiguration", + "Identity": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity", + "FirewallPolicy": "Microsoft.Azure.Commands.Network.Models.PSResourceId", + "AuthenticationCertificates": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAuthenticationCertificate]", + "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool]", + "BackendHttpSettingsCollection": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings]", + "CustomErrorConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError]", + "FrontendIPConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendIPConfiguration]", + "FrontendPorts": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort]", + "HttpListeners": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener]", + "GatewayIPConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayIPConfiguration]", + "PrivateEndpointConnections": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateEndpointConnection]", + "PrivateLinkConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkConfiguration]", + "Probes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe]", + "RedirectConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration]", + "RequestRoutingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRequestRoutingRule]", + "RewriteRuleSets": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet]", + "SslCertificates": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslCertificate]", + "TrustedRootCertificates": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedRootCertificate]", + "UrlPathMaps": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap]", + "Zones": "System.Collections.Generic.List`1[System.String]", + "Tag": "System.Collections.Hashtable", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", + "EnableHttp2": "System.Nullable`1[System.Boolean]", + "EnableFips": "System.Nullable`1[System.Boolean]", + "Name": "System.String", + "TagsTable": "System.String", + "IdentityText": "System.String", + "Type": "System.String", + "ResourceGuid": "System.String", + "Location": "System.String", + "ResourceGroupName": "System.String", + "PrivateLinkEndpointConnectionsText": "System.String", + "PrivateLinkConfigurationsText": "System.String", + "FirewallPolicyText": "System.String", + "SslPolicyText": "System.String", + "UrlPathMapsText": "System.String", + "ProvisioningState": "System.String", + "RequestRoutingRulesText": "System.String", + "RewriteRuleSetsText": "System.String", + "HttpListenersText": "System.String", + "BackendHttpSettingsCollectionText": "System.String", + "BackendAddressPoolsText": "System.String", + "FrontendPortsText": "System.String", + "FrontendIpConfigurationsText": "System.String", + "SslCertificatesText": "System.String", + "AuthenticationCertificatesText": "System.String", + "GatewayIpConfigurationsText": "System.String", + "Etag": "System.String", + "OperationalState": "System.String", + "ProbesText": "System.String", + "Id": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": true, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Name", "AliasList": [], "Type": { "Namespace": "System", @@ -78574,10 +81411,31 @@ "Methods": [], "Constructors": [] }, - "ValidateSet": [ - "Allow", - "Deny" - ], + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "PathRules", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Network.Models", + "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPathRule[]", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPathRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": {}, + "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPathRule", + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true @@ -78633,33 +81491,25 @@ }, { "VerbName": "Get", - "NounName": "AzFirewallPolicy", - "Name": "Get-AzFirewallPolicy", - "ClassName": "Microsoft.Azure.Commands.Network.GetAzureFirewallPolicyCommand", + "NounName": "AzAvailablePrivateEndpointType", + "Name": "Get-AzAvailablePrivateEndpointType", + "ClassName": "Microsoft.Azure.Commands.Network.GetAzureAvailablePrivateEndpointTypeCommand", "SupportsShouldProcess": false, "ConfirmImpact": 2, "SupportsPaging": false, - "DefaultParameterSetName": "GetByNameParameterSet", + "DefaultParameterSetName": "__AllParameterSets", "OutputTypes": [ { "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", - "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "Name": "Microsoft.Azure.Commands.Network.Models.PSAvailablePrivateEndpointType", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAvailablePrivateEndpointType, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { - "BasePolicy": "Microsoft.Azure.Management.Network.Models.SubResource", - "RuleCollectionGroups": "System.Collections.Generic.List`1[Microsoft.Azure.Management.Network.Models.SubResource]", - "Tag": "System.Collections.Hashtable", - "ThreatIntelMode": "System.String", - "ProvisioningState": "System.String", - "ResourceGroupName": "System.String", - "Location": "System.String", - "ResourceGuid": "System.String", - "Type": "System.String", - "TagsTable": "System.String", "Name": "System.String", - "Etag": "System.String", - "Id": "System.String" + "Id": "System.String", + "Type": "System.String", + "ResourceName": "System.String", + "ServiceName": "System.String" }, "ElementType": null, "GenericTypeArguments": [], @@ -78705,27 +81555,7 @@ ], "Parameters": [ { - "Name": "Name", - "AliasList": [ - "ResourceName" - ], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - { - "Name": "ResourceGroupName", + "Name": "Location", "AliasList": [], "Type": { "Namespace": "System", @@ -78743,7 +81573,7 @@ "ValidateNotNullOrEmpty": true }, { - "Name": "ResourceId", + "Name": "ResourceGroupName", "AliasList": [], "Type": { "Namespace": "System", @@ -78796,14 +81626,12 @@ ], "ParameterSets": [ { - "Name": "GetByNameParameterSet", + "Name": "__AllParameterSets", "Parameters": [ { "ParameterMetadata": { - "Name": "Name", - "AliasList": [ - "ResourceName" - ], + "Name": "Location", + "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", @@ -78843,7 +81671,7 @@ "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, - "Mandatory": true, + "Mandatory": false, "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": true @@ -78888,75 +81716,132 @@ "ValueFromPipelineByPropertyName": false } ] - }, + } + ], + "AliasList": [] + }, + { + "VerbName": "Get", + "NounName": "AzFirewallFqdnTag", + "Name": "Get-AzFirewallFqdnTag", + "ClassName": "Microsoft.Azure.Commands.Network.GetAzureFirewallFqdnTagCommand", + "SupportsShouldProcess": false, + "ConfirmImpact": 2, + "SupportsPaging": false, + "DefaultParameterSetName": "__AllParameterSets", + "OutputTypes": [ { - "Name": "GetByResourceIdParameterSet", - "Parameters": [ - { - "ParameterMetadata": { - "Name": "ResourceId", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": true, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true + "Type": { + "Namespace": "Microsoft.Azure.Commands.Network.Models", + "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallFqdnTag", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallFqdnTag, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "Tag": "System.Collections.Hashtable", + "FqdnTagName": "System.String", + "ResourceGroupName": "System.String", + "Location": "System.String", + "ResourceGuid": "System.String", + "Type": "System.String", + "TagsTable": "System.String", + "Name": "System.String", + "Etag": "System.String", + "Id": "System.String" }, - { - "ParameterMetadata": { - "Name": "DefaultProfile", - "AliasList": [ - "AzContext", - "AzureRmContext", - "AzureCredential" + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } ], - "Type": { - "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", - "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", - "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", - "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", - "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "Clear", - "Parameters": [], - "ReturnType": "System.Void" - } - ], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false + "ReturnType": "System.Boolean" }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - } + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] + }, + "ParameterSets": [ + "__AllParameterSets" ] }, + { + "Type": { + "Namespace": "System.Collections.Generic", + "Name": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Network.Models.PSAzureFirewallFqdnTag]", + "AssemblyQualifiedName": "System.Collections.Generic.IEnumerable`1[[Microsoft.Azure.Commands.Network.Models.PSAzureFirewallFqdnTag, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallFqdnTag" + ], + "Methods": [], + "Constructors": [] + }, + "ParameterSets": [ + "__AllParameterSets" + ] + } + ], + "Parameters": [ + { + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + } + ], + "ParameterSets": [ { "Name": "__AllParameterSets", "Parameters": [ @@ -79006,57 +81891,45 @@ }, { "VerbName": "New", - "NounName": "AzFirewallPolicyNatRuleCollection", - "Name": "New-AzFirewallPolicyNatRuleCollection", - "ClassName": "Microsoft.Azure.Commands.Network.NewAzureFirewallPolicyNatRuleCollectionsCommand", + "NounName": "AzFirewallPolicyApplicationRule", + "Name": "New-AzFirewallPolicyApplicationRule", + "ClassName": "Microsoft.Azure.Commands.Network.NewAzFirewallPolicyApplicationRuleCommand", "SupportsShouldProcess": false, "ConfirmImpact": 2, "SupportsPaging": false, - "DefaultParameterSetName": "__AllParameterSets", + "DefaultParameterSetName": "SourceAddressAndTargetFqdn", "OutputTypes": [ { "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", - "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNetworkRuleCollection", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNetworkRuleCollection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyApplicationRule", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyApplicationRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { - "Action": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallRCAction", - "Rules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNetworkRule]", - "ActionText": "System.String", - "RulesText": "System.String", + "Protocols": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyApplicationRuleProtocol]", + "SourceAddresses": "System.Collections.Generic.List`1[System.String]", + "TargetFqdns": "System.Collections.Generic.List`1[System.String]", + "FqdnTags": "System.Collections.Generic.List`1[System.String]", + "SourceIpGroups": "System.Collections.Generic.List`1[System.String]", + "ProtocolsText": "System.String", + "SourceAddressesText": "System.String", + "SourceIpGroupsText": "System.String", + "TargetFqdnsText": "System.String", + "FqdnTagsText": "System.String", "Name": "System.String", - "Etag": "System.String", - "Id": "System.String", - "Priority": "System.UInt32" + "RuleType": "System.String" }, "ElementType": null, "GenericTypeArguments": [], "Methods": [ { - "Name": "AddRule", - "Parameters": [ - { - "Name": "rule", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Void" - }, - { - "Name": "GetRuleByName", + "Name": "AddProtocol", "Parameters": [ { - "Name": "ruleName", + "Name": "protocolType", "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNetworkRule" - }, - { - "Name": "RemoveRuleByName", - "Parameters": [ + }, { - "Name": "ruleName", + "Name": "port", "Type": "System.Reflection.RuntimeParameterInfo" } ], @@ -79121,12 +81994,12 @@ "ValidateNotNullOrEmpty": true }, { - "Name": "Priority", + "Name": "Description", "AliasList": [], "Type": { "Namespace": "System", - "Name": "System.UInt32", - "AssemblyQualifiedName": "System.UInt32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -79134,75 +82007,22 @@ "Constructors": [] }, "ValidateSet": [], - "ValidateRangeMin": 100, - "ValidateRangeMax": 65000, - "ValidateNotNullOrEmpty": false + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true }, { - "Name": "Rule", + "Name": "SourceAddress", "AliasList": [], "Type": { - "Namespace": "Microsoft.Azure.Commands.Network.Models", - "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyNetworkRule", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyNetworkRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", - "Properties": { - "protocols": "System.Collections.Generic.List`1[System.String]", - "SourceAddresses": "System.Collections.Generic.List`1[System.String]", - "DestinationAddresses": "System.Collections.Generic.List`1[System.String]", - "DestinationPorts": "System.Collections.Generic.List`1[System.String]", - "ProtocolsText": "System.String", - "SourceAddressesText": "System.String", - "DestinationAddressesText": "System.String", - "DestinationPortsText": "System.String", - "Name": "System.String", - "RuleType": "System.String" - }, - "ElementType": null, + "Namespace": "System", + "Name": "System.String[]", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": "System.String", "GenericTypeArguments": [], - "Methods": [ - { - "Name": "AddProtocol", - "Parameters": [ - { - "Name": "protocolType", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Void" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [ - { - "Name": "", - "ReturnType": null, - "Parameters": [] - } - ] + "Methods": [], + "Constructors": [] }, "ValidateSet": [], "ValidateRangeMin": null, @@ -79210,35 +82030,32 @@ "ValidateNotNullOrEmpty": true }, { - "Name": "ActionType", + "Name": "SourceIpGroup", "AliasList": [], "Type": { "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Name": "System.String[]", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, - "ElementType": null, + "ElementType": "System.String", "GenericTypeArguments": [], "Methods": [], "Constructors": [] }, - "ValidateSet": [ - "Dnat", - "Snat" - ], + "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { - "Name": "TranslatedAddress", + "Name": "TargetFqdn", "AliasList": [], "Type": { "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Name": "System.String[]", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, - "ElementType": null, + "ElementType": "System.String", "GenericTypeArguments": [], "Methods": [], "Constructors": [] @@ -79249,14 +82066,32 @@ "ValidateNotNullOrEmpty": true }, { - "Name": "TranslatedPort", + "Name": "FqdnTag", "AliasList": [], "Type": { "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Name": "System.String[]", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, - "ElementType": null, + "ElementType": "System.String", + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "Protocol", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String[]", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": "System.String", "GenericTypeArguments": [], "Methods": [], "Constructors": [] @@ -79330,12 +82165,12 @@ }, { "ParameterMetadata": { - "Name": "Priority", + "Name": "Description", "AliasList": [], "Type": { "Namespace": "System", - "Name": "System.UInt32", - "AssemblyQualifiedName": "System.UInt32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -79343,110 +82178,74 @@ "Constructors": [] }, "ValidateSet": [], - "ValidateRangeMin": 100, - "ValidateRangeMax": 65000, - "ValidateNotNullOrEmpty": false + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true }, - "Mandatory": true, + "Mandatory": false, "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "Rule", - "AliasList": [], + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], "Type": { - "Namespace": "Microsoft.Azure.Commands.Network.Models", - "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyNetworkRule", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyNetworkRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { - "protocols": "System.Collections.Generic.List`1[System.String]", - "SourceAddresses": "System.Collections.Generic.List`1[System.String]", - "DestinationAddresses": "System.Collections.Generic.List`1[System.String]", - "DestinationPorts": "System.Collections.Generic.List`1[System.String]", - "ProtocolsText": "System.String", - "SourceAddressesText": "System.String", - "DestinationAddressesText": "System.String", - "DestinationPortsText": "System.String", - "Name": "System.String", - "RuleType": "System.String" + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" }, "ElementType": null, "GenericTypeArguments": [], "Methods": [ { - "Name": "AddProtocol", - "Parameters": [ - { - "Name": "protocolType", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Void" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "GetType", + "Name": "Clear", "Parameters": [], - "ReturnType": "System.Type" + "ReturnType": "System.Void" } ], - "Constructors": [ - { - "Name": "", - "ReturnType": null, - "Parameters": [] - } - ] + "Constructors": [] }, "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true + "ValidateNotNullOrEmpty": false }, "Mandatory": false, "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false - }, + } + ] + }, + { + "Name": "SourceAddressAndTargetFqdn", + "Parameters": [ { "ParameterMetadata": { - "Name": "ActionType", + "Name": "SourceAddress", "AliasList": [], "Type": { "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Name": "System.String[]", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, - "ElementType": null, + "ElementType": "System.String", "GenericTypeArguments": [], "Methods": [], "Constructors": [] }, - "ValidateSet": [ - "Dnat", - "Snat" - ], + "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true @@ -79458,14 +82257,14 @@ }, { "ParameterMetadata": { - "Name": "TranslatedAddress", + "Name": "TargetFqdn", "AliasList": [], "Type": { "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Name": "System.String[]", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, - "ElementType": null, + "ElementType": "System.String", "GenericTypeArguments": [], "Methods": [], "Constructors": [] @@ -79482,14 +82281,14 @@ }, { "ParameterMetadata": { - "Name": "TranslatedPort", + "Name": "Protocol", "AliasList": [], "Type": { "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Name": "System.String[]", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, - "ElementType": null, + "ElementType": "System.String", "GenericTypeArguments": [], "Methods": [], "Constructors": [] @@ -79506,288 +82305,31 @@ }, { "ParameterMetadata": { - "Name": "DefaultProfile", - "AliasList": [ - "AzContext", - "AzureRmContext", - "AzureCredential" - ], + "Name": "Name", + "AliasList": [], "Type": { - "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", - "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", - "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", - "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", - "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" - }, + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, "ElementType": null, "GenericTypeArguments": [], - "Methods": [ - { - "Name": "Clear", - "Parameters": [], - "ReturnType": "System.Void" - } - ], + "Methods": [], "Constructors": [] }, "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false + "ValidateNotNullOrEmpty": true }, - "Mandatory": false, + "Mandatory": true, "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false - } - ] - } - ], - "AliasList": [] - }, - { - "VerbName": "New", - "NounName": "AzFirewallPolicyNetworkRule", - "Name": "New-AzFirewallPolicyNetworkRule", - "ClassName": "Microsoft.Azure.Commands.Network.NewAzureFirewallPolicyNetworkRuleCommand", - "SupportsShouldProcess": false, - "ConfirmImpact": 2, - "SupportsPaging": false, - "DefaultParameterSetName": "__AllParameterSets", - "OutputTypes": [ - { - "Type": { - "Namespace": "Microsoft.Azure.Commands.Network.Models", - "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNetworkRule", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNetworkRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", - "Properties": { - "Protocols": "System.Collections.Generic.List`1[System.String]", - "SourceAddresses": "System.Collections.Generic.List`1[System.String]", - "DestinationAddresses": "System.Collections.Generic.List`1[System.String]", - "SourceIpGroups": "System.Collections.Generic.List`1[System.String]", - "DestinationIpGroups": "System.Collections.Generic.List`1[System.String]", - "DestinationFqdns": "System.Collections.Generic.List`1[System.String]", - "DestinationPorts": "System.Collections.Generic.List`1[System.String]", - "Name": "System.String", - "Description": "System.String", - "ProtocolsText": "System.String", - "SourceAddressesText": "System.String", - "SourceIpGroupsText": "System.String", - "DestinationAddressesText": "System.String", - "DestinationIpGroupsText": "System.String", - "DestinationFqdnsText": "System.String", - "DestinationPortsText": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "AddProtocol", - "Parameters": [ - { - "Name": "protocolType", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Void" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [ - { - "Name": "", - "ReturnType": null, - "Parameters": [] - } - ] - }, - "ParameterSets": [ - "__AllParameterSets" - ] - } - ], - "Parameters": [ - { - "Name": "Name", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - { - "Name": "Description", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - { - "Name": "SourceAddress", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.String[]", - "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": "System.String", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - { - "Name": "DestinationAddress", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.String[]", - "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": "System.String", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - { - "Name": "DestinationPort", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.String[]", - "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": "System.String", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - { - "Name": "Protocol", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.String[]", - "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": "System.String", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [ - "Any", - "TCP", - "UDP", - "ICMP" - ], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "DefaultProfile", - "AliasList": [ - "AzContext", - "AzureRmContext", - "AzureCredential" - ], - "Type": { - "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", - "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", - "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", - "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", - "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "Clear", - "Parameters": [], - "ReturnType": "System.Void" - } - ], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - } - ], - "ParameterSets": [ - { - "Name": "__AllParameterSets", - "Parameters": [ { "ParameterMetadata": { - "Name": "Name", + "Name": "Description", "AliasList": [], "Type": { "Namespace": "System", @@ -79804,35 +82346,55 @@ "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, - "Mandatory": true, + "Mandatory": false, "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "Description", - "AliasList": [], + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + }, "ElementType": null, "GenericTypeArguments": [], - "Methods": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], "Constructors": [] }, "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true + "ValidateNotNullOrEmpty": false }, "Mandatory": false, "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false - }, + } + ] + }, + { + "Name": "SourceAddressAndFqdnTag", + "Parameters": [ { "ParameterMetadata": { "Name": "SourceAddress", @@ -79859,7 +82421,7 @@ }, { "ParameterMetadata": { - "Name": "DestinationAddress", + "Name": "FqdnTag", "AliasList": [], "Type": { "Namespace": "System", @@ -79883,14 +82445,14 @@ }, { "ParameterMetadata": { - "Name": "DestinationPort", + "Name": "Name", "AliasList": [], "Type": { "Namespace": "System", - "Name": "System.String[]", - "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, - "ElementType": "System.String", + "ElementType": null, "GenericTypeArguments": [], "Methods": [], "Constructors": [] @@ -79907,29 +82469,24 @@ }, { "ParameterMetadata": { - "Name": "Protocol", + "Name": "Description", "AliasList": [], "Type": { "Namespace": "System", - "Name": "System.String[]", - "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, - "ElementType": "System.String", + "ElementType": null, "GenericTypeArguments": [], "Methods": [], "Constructors": [] }, - "ValidateSet": [ - "Any", - "TCP", - "UDP", - "ICMP" - ], + "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false + "ValidateNotNullOrEmpty": true }, - "Mandatory": true, + "Mandatory": false, "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false @@ -79974,283 +82531,20 @@ "ValueFromPipelineByPropertyName": false } ] - } - ], - "AliasList": [] - }, - { - "VerbName": "New", - "NounName": "AzFirewallPolicy", - "Name": "New-AzFirewallPolicy", - "ClassName": "Microsoft.Azure.Commands.Network.NewAzureFirewallPolicyCommand", - "SupportsShouldProcess": true, - "ConfirmImpact": 2, - "SupportsPaging": false, - "DefaultParameterSetName": "__AllParameterSets", - "OutputTypes": [ - { - "Type": { - "Namespace": "Microsoft.Azure.Commands.Network.Models", - "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", - "Properties": { - "BasePolicy": "Microsoft.Azure.Management.Network.Models.SubResource", - "RuleCollectionGroups": "System.Collections.Generic.List`1[Microsoft.Azure.Management.Network.Models.SubResource]", - "Tag": "System.Collections.Hashtable", - "ThreatIntelMode": "System.String", - "ProvisioningState": "System.String", - "ResourceGroupName": "System.String", - "Location": "System.String", - "ResourceGuid": "System.String", - "Type": "System.String", - "TagsTable": "System.String", - "Name": "System.String", - "Etag": "System.String", - "Id": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [ - { - "Name": "", - "ReturnType": null, - "Parameters": [] - } - ] - }, - "ParameterSets": [ - "__AllParameterSets" - ] - } - ], - "Parameters": [ - { - "Name": "Name", - "AliasList": [ - "ResourceName" - ], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - { - "Name": "ResourceGroupName", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - { - "Name": "Location", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - { - "Name": "ThreatIntelMode", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [ - "Alert", - "Deny", - "Off" - ], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "BasePolicy", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "Tag", - "AliasList": [], - "Type": { - "Namespace": "System.Collections", - "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "Force", - "AliasList": [], - "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "AsJob", - "AliasList": [], - "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false }, { - "Name": "DefaultProfile", - "AliasList": [ - "AzContext", - "AzureRmContext", - "AzureCredential" - ], - "Type": { - "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", - "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", - "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", - "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", - "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "Clear", - "Parameters": [], - "ReturnType": "System.Void" - } - ], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - } - ], - "ParameterSets": [ - { - "Name": "__AllParameterSets", + "Name": "SourceIpGroupAndTargetFqdn", "Parameters": [ { "ParameterMetadata": { - "Name": "Name", - "AliasList": [ - "ResourceName" - ], + "Name": "SourceIpGroup", + "AliasList": [], "Type": { "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Name": "System.String[]", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, - "ElementType": null, + "ElementType": "System.String", "GenericTypeArguments": [], "Methods": [], "Constructors": [] @@ -80263,18 +82557,18 @@ "Mandatory": true, "Position": -2147483648, "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true + "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "ResourceGroupName", + "Name": "TargetFqdn", "AliasList": [], "Type": { "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Name": "System.String[]", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, - "ElementType": null, + "ElementType": "System.String", "GenericTypeArguments": [], "Methods": [], "Constructors": [] @@ -80287,18 +82581,18 @@ "Mandatory": true, "Position": -2147483648, "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true + "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "Location", + "Name": "Protocol", "AliasList": [], "Type": { "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Name": "System.String[]", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, - "ElementType": null, + "ElementType": "System.String", "GenericTypeArguments": [], "Methods": [], "Constructors": [] @@ -80311,11 +82605,11 @@ "Mandatory": true, "Position": -2147483648, "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true + "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "ThreatIntelMode", + "Name": "Name", "AliasList": [], "Type": { "Namespace": "System", @@ -80327,23 +82621,19 @@ "Methods": [], "Constructors": [] }, - "ValidateSet": [ - "Alert", - "Deny", - "Off" - ], + "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false + "ValidateNotNullOrEmpty": true }, - "Mandatory": false, + "Mandatory": true, "Position": -2147483648, "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true + "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "BasePolicy", + "Name": "Description", "AliasList": [], "Type": { "Namespace": "System", @@ -80358,23 +82648,91 @@ "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, "Position": -2147483648, "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "SourceIpGroupAndFqdnTag", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "SourceIpGroup", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String[]", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": "System.String", + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "Tag", + "Name": "FqdnTag", "AliasList": [], "Type": { - "Namespace": "System.Collections", - "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "Namespace": "System", + "Name": "System.String[]", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, - "ElementType": null, + "ElementType": "System.String", "GenericTypeArguments": [], "Methods": [], "Constructors": [] @@ -80382,21 +82740,21 @@ "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false + "ValidateNotNullOrEmpty": true }, - "Mandatory": false, + "Mandatory": true, "Position": -2147483648, "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true + "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "Force", + "Name": "Name", "AliasList": [], "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -80406,21 +82764,21 @@ "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false + "ValidateNotNullOrEmpty": true }, - "Mandatory": false, + "Mandatory": true, "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "AsJob", + "Name": "Description", "AliasList": [], "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -80430,7 +82788,7 @@ "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false + "ValidateNotNullOrEmpty": true }, "Mandatory": false, "Position": -2147483648, @@ -80482,25 +82840,61 @@ "AliasList": [] }, { - "VerbName": "Remove", - "NounName": "AzFirewallPolicy", - "Name": "Remove-AzFirewallPolicy", - "ClassName": "Microsoft.Azure.Commands.Network.RemoveAzureFirewallPolicyCommand", + "VerbName": "New", + "NounName": "AzFirewallPolicyDnsSetting", + "Name": "New-AzFirewallPolicyDnsSetting", + "ClassName": "Microsoft.Azure.Commands.Network.NewAzureFirewallDnsSettingCommand", "SupportsShouldProcess": true, "ConfirmImpact": 2, "SupportsPaging": false, - "DefaultParameterSetName": "RemoveByNameParameterSet", + "DefaultParameterSetName": "__AllParameterSets", "OutputTypes": [ { "Type": { - "Namespace": "System", - "Name": "System.Boolean", - "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, + "Namespace": "Microsoft.Azure.Commands.Network.Models", + "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyDnsSettings", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyDnsSettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "Servers": "System.Collections.Generic.IList`1[System.String]", + "EnableProxy": "System.Nullable`1[System.Boolean]", + "RequireProxyForNetworkRules": "System.Nullable`1[System.Boolean]" + }, "ElementType": null, "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] }, "ParameterSets": [ "__AllParameterSets" @@ -80509,63 +82903,7 @@ ], "Parameters": [ { - "Name": "Name", - "AliasList": [ - "ResourceName" - ], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - { - "Name": "ResourceGroupName", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - { - "Name": "Force", - "AliasList": [], - "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "PassThru", + "Name": "EnableProxy", "AliasList": [], "Type": { "Namespace": "System.Management.Automation", @@ -80583,7 +82921,7 @@ "ValidateNotNullOrEmpty": false }, { - "Name": "AsJob", + "Name": "ProxyNotRequiredForNetworkRule", "AliasList": [], "Type": { "Namespace": "System.Management.Automation", @@ -80601,14 +82939,14 @@ "ValidateNotNullOrEmpty": false }, { - "Name": "ResourceId", + "Name": "Server", "AliasList": [], "Type": { "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Name": "System.String[]", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, - "ElementType": null, + "ElementType": "System.String", "GenericTypeArguments": [], "Methods": [], "Constructors": [] @@ -80616,70 +82954,6 @@ "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - { - "Name": "InputObject", - "AliasList": [], - "Type": { - "Namespace": "Microsoft.Azure.Commands.Network.Models", - "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", - "Properties": { - "BasePolicy": "Microsoft.Azure.Management.Network.Models.SubResource", - "RuleCollectionGroups": "System.Collections.Generic.List`1[Microsoft.Azure.Management.Network.Models.SubResource]", - "Tag": "System.Collections.Hashtable", - "ThreatIntelMode": "System.String", - "ProvisioningState": "System.String", - "ResourceGroupName": "System.String", - "Location": "System.String", - "ResourceGuid": "System.String", - "Type": "System.String", - "TagsTable": "System.String", - "Name": "System.String", - "Etag": "System.String", - "Id": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [ - { - "Name": "", - "ReturnType": null, - "Parameters": [] - } - ] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { @@ -80718,61 +82992,11 @@ ], "ParameterSets": [ { - "Name": "RemoveByNameParameterSet", + "Name": "__AllParameterSets", "Parameters": [ { "ParameterMetadata": { - "Name": "Name", - "AliasList": [ - "ResourceName" - ], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": true, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "ResourceGroupName", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": true, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "Force", + "Name": "EnableProxy", "AliasList": [], "Type": { "Namespace": "System.Management.Automation", @@ -80796,7 +83020,7 @@ }, { "ParameterMetadata": { - "Name": "PassThru", + "Name": "ProxyNotRequiredForNetworkRule", "AliasList": [], "Type": { "Namespace": "System.Management.Automation", @@ -80820,14 +83044,14 @@ }, { "ParameterMetadata": { - "Name": "AsJob", + "Name": "Server", "AliasList": [], "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Namespace": "System", + "Name": "System.String[]", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, - "ElementType": null, + "ElementType": "System.String", "GenericTypeArguments": [], "Methods": [], "Constructors": [] @@ -80882,129 +83106,201 @@ "ValueFromPipelineByPropertyName": false } ] - }, + } + ], + "AliasList": [] + }, + { + "VerbName": "New", + "NounName": "AzFirewallPolicyFilterRuleCollection", + "Name": "New-AzFirewallPolicyFilterRuleCollection", + "ClassName": "Microsoft.Azure.Commands.Network.NewAzureFirewallPolicyFilterRuleCollectionCommand", + "SupportsShouldProcess": false, + "ConfirmImpact": 2, + "SupportsPaging": false, + "DefaultParameterSetName": "__AllParameterSets", + "OutputTypes": [ { - "Name": "__AllParameterSets", - "Parameters": [ - { - "ParameterMetadata": { - "Name": "Force", - "AliasList": [], - "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false + "Type": { + "Namespace": "Microsoft.Azure.Commands.Network.Models", + "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyRuleCollectionGroup", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyRuleCollectionGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "RuleCollection": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyBaseRuleCollection]", + "Name": "System.String", + "Etag": "System.String", + "Id": "System.String", + "Priority": "System.UInt32" }, - { - "ParameterMetadata": { - "Name": "PassThru", - "AliasList": [], - "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "GetRuleCollectionByName", + "Parameters": [ + { + "Name": "ruleCollectionName", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyBaseRuleCollection" }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "AsJob", - "AliasList": [], - "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "DefaultProfile", - "AliasList": [ - "AzContext", - "AzureRmContext", - "AzureCredential" + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } ], - "Type": { - "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", - "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", - "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", - "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", - "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "Clear", - "Parameters": [], - "ReturnType": "System.Void" - } - ], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false + "ReturnType": "System.Boolean" }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - } + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] + }, + "ParameterSets": [ + "__AllParameterSets" ] + } + ], + "Parameters": [ + { + "Name": "Name", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true }, { - "Name": "RemoveByResourceIdParameterSet", + "Name": "Priority", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.UInt32", + "AssemblyQualifiedName": "System.UInt32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": 100, + "ValidateRangeMax": 65000, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "Rule", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Network.Models", + "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyRule[]", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": {}, + "ElementType": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyRule", + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "ActionType", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [ + "Allow", + "Deny" + ], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + } + ], + "ParameterSets": [ + { + "Name": "__AllParameterSets", "Parameters": [ { "ParameterMetadata": { - "Name": "ResourceId", + "Name": "Name", "AliasList": [], "Type": { "Namespace": "System", @@ -81024,64 +83320,16 @@ "Mandatory": true, "Position": -2147483648, "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "Force", - "AliasList": [], - "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "PassThru", - "AliasList": [], - "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "AsJob", + "Name": "Priority", "AliasList": [], "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Namespace": "System", + "Name": "System.UInt32", + "AssemblyQualifiedName": "System.UInt32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -81089,163 +83337,25 @@ "Constructors": [] }, "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "DefaultProfile", - "AliasList": [ - "AzContext", - "AzureRmContext", - "AzureCredential" - ], - "Type": { - "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", - "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", - "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", - "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", - "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "Clear", - "Parameters": [], - "ReturnType": "System.Void" - } - ], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - } - ] - }, - { - "Name": "RemoveByInputObjectParameterSet", - "Parameters": [ - { - "ParameterMetadata": { - "Name": "InputObject", - "AliasList": [], - "Type": { - "Namespace": "Microsoft.Azure.Commands.Network.Models", - "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", - "Properties": { - "BasePolicy": "Microsoft.Azure.Management.Network.Models.SubResource", - "RuleCollectionGroups": "System.Collections.Generic.List`1[Microsoft.Azure.Management.Network.Models.SubResource]", - "Tag": "System.Collections.Hashtable", - "ThreatIntelMode": "System.String", - "ProvisioningState": "System.String", - "ResourceGroupName": "System.String", - "Location": "System.String", - "ResourceGuid": "System.String", - "Type": "System.String", - "TagsTable": "System.String", - "Name": "System.String", - "Etag": "System.String", - "Id": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [ - { - "Name": "", - "ReturnType": null, - "Parameters": [] - } - ] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "ValidateRangeMin": 100, + "ValidateRangeMax": 65000, "ValidateNotNullOrEmpty": false }, "Mandatory": true, "Position": -2147483648, - "ValueFromPipeline": true, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "Force", - "AliasList": [], - "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "PassThru", + "Name": "Rule", "AliasList": [], "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Namespace": "Microsoft.Azure.Commands.Network.Models", + "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyRule[]", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, - "ElementType": null, + "ElementType": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyRule", "GenericTypeArguments": [], "Methods": [], "Constructors": [] @@ -81253,7 +83363,7 @@ "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false + "ValidateNotNullOrEmpty": true }, "Mandatory": false, "Position": -2147483648, @@ -81262,24 +83372,27 @@ }, { "ParameterMetadata": { - "Name": "AsJob", + "Name": "ActionType", "AliasList": [], "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], "Methods": [], "Constructors": [] }, - "ValidateSet": [], + "ValidateSet": [ + "Allow", + "Deny" + ], "ValidateRangeMin": null, "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false + "ValidateNotNullOrEmpty": true }, - "Mandatory": false, + "Mandatory": true, "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false @@ -81330,9 +83443,9 @@ }, { "VerbName": "Get", - "NounName": "AzFirewallPolicyRuleCollectionGroup", - "Name": "Get-AzFirewallPolicyRuleCollectionGroup", - "ClassName": "Microsoft.Azure.Commands.Network.GetAzureFirewallPolicyRuleCollectionGroupCommand", + "NounName": "AzFirewallPolicy", + "Name": "Get-AzFirewallPolicy", + "ClassName": "Microsoft.Azure.Commands.Network.GetAzureFirewallPolicyCommand", "SupportsShouldProcess": false, "ConfirmImpact": 2, "SupportsPaging": false, @@ -81341,11 +83454,24 @@ { "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", - "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyRuleCollectionGroupWrapper", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyRuleCollectionGroupWrapper, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicy", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { - "Properties": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyRuleCollectionGroup", - "Name": "System.String" + "DnsSettings": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyDnsSettings", + "ThreatIntelWhitelist": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyThreatIntelWhitelist", + "BasePolicy": "Microsoft.Azure.Management.Network.Models.SubResource", + "RuleCollectionGroups": "System.Collections.Generic.List`1[Microsoft.Azure.Management.Network.Models.SubResource]", + "Tag": "System.Collections.Hashtable", + "ThreatIntelMode": "System.String", + "ProvisioningState": "System.String", + "ResourceGroupName": "System.String", + "Location": "System.String", + "ResourceGuid": "System.String", + "Type": "System.String", + "TagsTable": "System.String", + "Name": "System.String", + "Etag": "System.String", + "Id": "System.String" }, "ElementType": null, "GenericTypeArguments": [], @@ -81446,88 +83572,6 @@ "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, - { - "Name": "AzureFirewallPolicy", - "AliasList": [], - "Type": { - "Namespace": "Microsoft.Azure.Commands.Network.Models", - "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", - "Properties": { - "BasePolicy": "Microsoft.Azure.Management.Network.Models.SubResource", - "RuleCollectionGroups": "System.Collections.Generic.List`1[Microsoft.Azure.Management.Network.Models.SubResource]", - "Tag": "System.Collections.Hashtable", - "ThreatIntelMode": "System.String", - "ProvisioningState": "System.String", - "ResourceGroupName": "System.String", - "Location": "System.String", - "ResourceGuid": "System.String", - "Type": "System.String", - "TagsTable": "System.String", - "Name": "System.String", - "Etag": "System.String", - "Id": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [ - { - "Name": "", - "ReturnType": null, - "Parameters": [] - } - ] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - { - "Name": "AzureFirewallPolicyName", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, { "Name": "DefaultProfile", "AliasList": [ @@ -81616,170 +83660,6 @@ "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": true }, - { - "ParameterMetadata": { - "Name": "AzureFirewallPolicyName", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": true, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "DefaultProfile", - "AliasList": [ - "AzContext", - "AzureRmContext", - "AzureCredential" - ], - "Type": { - "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", - "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", - "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", - "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", - "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "Clear", - "Parameters": [], - "ReturnType": "System.Void" - } - ], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - } - ] - }, - { - "Name": "GetByInputObjectParameterSet", - "Parameters": [ - { - "ParameterMetadata": { - "Name": "Name", - "AliasList": [ - "ResourceName" - ], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": true, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "AzureFirewallPolicy", - "AliasList": [], - "Type": { - "Namespace": "Microsoft.Azure.Commands.Network.Models", - "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", - "Properties": { - "BasePolicy": "Microsoft.Azure.Management.Network.Models.SubResource", - "RuleCollectionGroups": "System.Collections.Generic.List`1[Microsoft.Azure.Management.Network.Models.SubResource]", - "Tag": "System.Collections.Hashtable", - "ThreatIntelMode": "System.String", - "ProvisioningState": "System.String", - "ResourceGroupName": "System.String", - "Location": "System.String", - "ResourceGuid": "System.String", - "Type": "System.String", - "TagsTable": "System.String", - "Name": "System.String", - "Etag": "System.String", - "Id": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [ - { - "Name": "", - "ReturnType": null, - "Parameters": [] - } - ] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": true, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, { "ParameterMetadata": { "Name": "DefaultProfile", @@ -81938,21 +83818,24 @@ }, { "VerbName": "New", - "NounName": "AzFirewallPolicyRuleCollectionGroup", - "Name": "New-AzFirewallPolicyRuleCollectionGroup", - "ClassName": "Microsoft.Azure.Commands.Network.NewAzureFirewallPolicyRuleCollectionGroupCommand", - "SupportsShouldProcess": true, + "NounName": "AzFirewallPolicyNatRuleCollection", + "Name": "New-AzFirewallPolicyNatRuleCollection", + "ClassName": "Microsoft.Azure.Commands.Network.NewAzureFirewallPolicyNatRuleCollectionCommand", + "SupportsShouldProcess": false, "ConfirmImpact": 2, "SupportsPaging": false, - "DefaultParameterSetName": "SetByNameParameterSet", + "DefaultParameterSetName": "__AllParameterSets", "OutputTypes": [ { "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", - "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyRuleCollectionGroup", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyRuleCollectionGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNetworkRuleCollection", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNetworkRuleCollection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { - "RuleCollection": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyBaseRuleCollection]", + "Action": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallRCAction", + "Rules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNetworkRule]", + "ActionText": "System.String", + "RulesText": "System.String", "Name": "System.String", "Etag": "System.String", "Id": "System.String", @@ -81962,14 +83845,34 @@ "GenericTypeArguments": [], "Methods": [ { - "Name": "GetRuleCollectionByName", + "Name": "AddRule", "Parameters": [ { - "Name": "ruleCollectionName", + "Name": "rule", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyBaseRuleCollection" + "ReturnType": "System.Void" + }, + { + "Name": "GetRuleByName", + "Parameters": [ + { + "Name": "ruleName", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNetworkRule" + }, + { + "Name": "RemoveRuleByName", + "Parameters": [ + { + "Name": "ruleName", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Void" }, { "Name": "ToString", @@ -82048,32 +83951,14 @@ "ValidateNotNullOrEmpty": false }, { - "Name": "RuleCollection", + "Name": "Rule", "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", - "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyBaseRuleCollection[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyBaseRuleCollection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyNatRule[]", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyNatRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, - "ElementType": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyBaseRuleCollection", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - { - "Name": "ResourceGroupName", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, + "ElementType": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyNatRule", "GenericTypeArguments": [], "Methods": [], "Constructors": [] @@ -82084,71 +83969,7 @@ "ValidateNotNullOrEmpty": true }, { - "Name": "FirewallPolicyObject", - "AliasList": [], - "Type": { - "Namespace": "Microsoft.Azure.Commands.Network.Models", - "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", - "Properties": { - "BasePolicy": "Microsoft.Azure.Management.Network.Models.SubResource", - "RuleCollectionGroups": "System.Collections.Generic.List`1[Microsoft.Azure.Management.Network.Models.SubResource]", - "Tag": "System.Collections.Hashtable", - "ThreatIntelMode": "System.String", - "ProvisioningState": "System.String", - "ResourceGroupName": "System.String", - "Location": "System.String", - "ResourceGuid": "System.String", - "Type": "System.String", - "TagsTable": "System.String", - "Name": "System.String", - "Etag": "System.String", - "Id": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [ - { - "Name": "", - "ReturnType": null, - "Parameters": [] - } - ] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - { - "Name": "FirewallPolicyName", + "Name": "ActionType", "AliasList": [], "Type": { "Namespace": "System", @@ -82160,7 +83981,10 @@ "Methods": [], "Constructors": [] }, - "ValidateSet": [], + "ValidateSet": [ + "Dnat", + "Snat" + ], "ValidateRangeMin": null, "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true @@ -82253,14 +84077,14 @@ }, { "ParameterMetadata": { - "Name": "RuleCollection", + "Name": "Rule", "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", - "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyBaseRuleCollection[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyBaseRuleCollection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyNatRule[]", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyNatRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, - "ElementType": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyBaseRuleCollection", + "ElementType": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyNatRule", "GenericTypeArguments": [], "Methods": [], "Constructors": [] @@ -82275,6 +84099,33 @@ "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, + { + "ParameterMetadata": { + "Name": "ActionType", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [ + "Dnat", + "Snat" + ], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, { "ParameterMetadata": { "Name": "DefaultProfile", @@ -82315,71 +84166,308 @@ "ValueFromPipelineByPropertyName": false } ] - }, + } + ], + "AliasList": [] + }, + { + "VerbName": "New", + "NounName": "AzFirewallPolicyNatRule", + "Name": "New-AzFirewallPolicyNatRule", + "ClassName": "Microsoft.Azure.Commands.Network.NewAzFirewallPolicyNatRuleCommand", + "SupportsShouldProcess": false, + "ConfirmImpact": 2, + "SupportsPaging": false, + "DefaultParameterSetName": "__AllParameterSets", + "OutputTypes": [ { - "Name": "SetByNameParameterSet", - "Parameters": [ - { - "ParameterMetadata": { - "Name": "ResourceGroupName", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": true, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true + "Type": { + "Namespace": "Microsoft.Azure.Commands.Network.Models", + "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNatRule", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNatRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "Protocols": "System.Collections.Generic.List`1[System.String]", + "SourceAddresses": "System.Collections.Generic.List`1[System.String]", + "SourceIpGroups": "System.Collections.Generic.List`1[System.String]", + "DestinationAddresses": "System.Collections.Generic.List`1[System.String]", + "DestinationPorts": "System.Collections.Generic.List`1[System.String]", + "Name": "System.String", + "Description": "System.String", + "TranslatedAddress": "System.String", + "TranslatedFqdn": "System.String", + "TranslatedPort": "System.String", + "ProtocolsText": "System.String", + "SourceAddressesText": "System.String", + "SourceIpGroupsText": "System.String", + "DestinationAddressesText": "System.String", + "DestinationPortsText": "System.String" }, - { - "ParameterMetadata": { - "Name": "FirewallPolicyName", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "AddProtocol", + "Parameters": [ + { + "Name": "protocolType", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Void" }, - "Mandatory": true, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "Name", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] + }, + "ParameterSets": [ + "__AllParameterSets" + ] + } + ], + "Parameters": [ + { + "Name": "Name", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "Description", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "SourceAddress", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String[]", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": "System.String", + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "SourceIpGroup", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String[]", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": "System.String", + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "DestinationAddress", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String[]", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": "System.String", + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "DestinationPort", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String[]", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": "System.String", + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "Protocol", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String[]", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": "System.String", + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "TranslatedAddress", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "TranslatedPort", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + } + ], + "ParameterSets": [ + { + "Name": "__AllParameterSets", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "Name", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] }, "ValidateSet": [], "ValidateRangeMin": null, @@ -82393,12 +84481,12 @@ }, { "ParameterMetadata": { - "Name": "Priority", + "Name": "Description", "AliasList": [], "Type": { "Namespace": "System", - "Name": "System.UInt32", - "AssemblyQualifiedName": "System.UInt32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -82406,8 +84494,80 @@ "Constructors": [] }, "ValidateSet": [], - "ValidateRangeMin": 100, - "ValidateRangeMax": 65000, + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DestinationAddress", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String[]", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": "System.String", + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DestinationPort", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String[]", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": "System.String", + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Protocol", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String[]", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": "System.String", + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -82417,14 +84577,14 @@ }, { "ParameterMetadata": { - "Name": "RuleCollection", + "Name": "TranslatedAddress", "AliasList": [], "Type": { - "Namespace": "Microsoft.Azure.Commands.Network.Models", - "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyBaseRuleCollection[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyBaseRuleCollection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, - "ElementType": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyBaseRuleCollection", + "ElementType": null, "GenericTypeArguments": [], "Methods": [], "Constructors": [] @@ -82434,7 +84594,31 @@ "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, - "Mandatory": false, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "TranslatedPort", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false @@ -82481,67 +84665,257 @@ ] }, { - "Name": "SetByInputObjectParameterSet", + "Name": "SourceAddress", "Parameters": [ { "ParameterMetadata": { - "Name": "FirewallPolicyObject", + "Name": "SourceAddress", "AliasList": [], "Type": { - "Namespace": "Microsoft.Azure.Commands.Network.Models", - "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "Namespace": "System", + "Name": "System.String[]", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": "System.String", + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Name", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Description", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DestinationAddress", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String[]", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": "System.String", + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DestinationPort", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String[]", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": "System.String", + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Protocol", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String[]", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": "System.String", + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "TranslatedAddress", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "TranslatedPort", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { - "BasePolicy": "Microsoft.Azure.Management.Network.Models.SubResource", - "RuleCollectionGroups": "System.Collections.Generic.List`1[Microsoft.Azure.Management.Network.Models.SubResource]", - "Tag": "System.Collections.Hashtable", - "ThreatIntelMode": "System.String", - "ProvisioningState": "System.String", - "ResourceGroupName": "System.String", - "Location": "System.String", - "ResourceGuid": "System.String", - "Type": "System.String", - "TagsTable": "System.String", - "Name": "System.String", - "Etag": "System.String", - "Id": "System.String" + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" }, "ElementType": null, "GenericTypeArguments": [], "Methods": [ { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "GetType", + "Name": "Clear", "Parameters": [], - "ReturnType": "System.Type" + "ReturnType": "System.Void" } ], - "Constructors": [ - { - "Name": "", - "ReturnType": null, - "Parameters": [] - } - ] + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "SourceIpGroup", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "SourceIpGroup", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String[]", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": "System.String", + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] }, "ValidateSet": [], "ValidateRangeMin": null, @@ -82551,7 +84925,7 @@ "Mandatory": true, "Position": -2147483648, "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true + "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { @@ -82579,12 +84953,12 @@ }, { "ParameterMetadata": { - "Name": "Priority", + "Name": "Description", "AliasList": [], "Type": { "Namespace": "System", - "Name": "System.UInt32", - "AssemblyQualifiedName": "System.UInt32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -82592,8 +84966,80 @@ "Constructors": [] }, "ValidateSet": [], - "ValidateRangeMin": 100, - "ValidateRangeMax": 65000, + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DestinationAddress", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String[]", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": "System.String", + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DestinationPort", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String[]", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": "System.String", + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Protocol", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String[]", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": "System.String", + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -82603,14 +85049,14 @@ }, { "ParameterMetadata": { - "Name": "RuleCollection", + "Name": "TranslatedAddress", "AliasList": [], "Type": { - "Namespace": "Microsoft.Azure.Commands.Network.Models", - "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyBaseRuleCollection[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyBaseRuleCollection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, - "ElementType": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyBaseRuleCollection", + "ElementType": null, "GenericTypeArguments": [], "Methods": [], "Constructors": [] @@ -82620,7 +85066,31 @@ "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, - "Mandatory": false, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "TranslatedPort", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false @@ -82670,41 +85140,12235 @@ "AliasList": [] }, { - "VerbName": "Remove", - "NounName": "AzFirewallPolicyRuleCollectionGroup", - "Name": "Remove-AzFirewallPolicyRuleCollectionGroup", - "ClassName": "Microsoft.Azure.Commands.Network.RemoveAzureFirewallPolicyRuleGroupCommand", - "SupportsShouldProcess": true, + "VerbName": "New", + "NounName": "AzFirewallPolicyNetworkRule", + "Name": "New-AzFirewallPolicyNetworkRule", + "ClassName": "Microsoft.Azure.Commands.Network.NewAzureFirewallPolicyNetworkRuleCommand", + "SupportsShouldProcess": false, "ConfirmImpact": 2, "SupportsPaging": false, - "DefaultParameterSetName": "RemoveByNameParameterSet", + "DefaultParameterSetName": "__AllParameterSets", "OutputTypes": [ { "Type": { - "Namespace": "System", - "Name": "System.Boolean", - "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Namespace": "Microsoft.Azure.Commands.Network.Models", + "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNetworkRule", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNetworkRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "Protocols": "System.Collections.Generic.List`1[System.String]", + "SourceAddresses": "System.Collections.Generic.List`1[System.String]", + "DestinationAddresses": "System.Collections.Generic.List`1[System.String]", + "SourceIpGroups": "System.Collections.Generic.List`1[System.String]", + "DestinationIpGroups": "System.Collections.Generic.List`1[System.String]", + "DestinationFqdns": "System.Collections.Generic.List`1[System.String]", + "DestinationPorts": "System.Collections.Generic.List`1[System.String]", + "Name": "System.String", + "Description": "System.String", + "ProtocolsText": "System.String", + "SourceAddressesText": "System.String", + "SourceIpGroupsText": "System.String", + "DestinationAddressesText": "System.String", + "DestinationIpGroupsText": "System.String", + "DestinationFqdnsText": "System.String", + "DestinationPortsText": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "AddProtocol", + "Parameters": [ + { + "Name": "protocolType", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] + }, + "ParameterSets": [ + "__AllParameterSets" + ] + } + ], + "Parameters": [ + { + "Name": "Name", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "Description", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "SourceAddress", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String[]", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": "System.String", + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "SourceIpGroup", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String[]", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": "System.String", + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "DestinationAddress", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String[]", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": "System.String", + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "DestinationIpGroup", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String[]", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": "System.String", + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "DestinationPort", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String[]", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": "System.String", + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "DestinationFqdn", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String[]", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": "System.String", + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "Protocol", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String[]", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": "System.String", + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [ + "Any", + "TCP", + "UDP", + "ICMP" + ], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + } + ], + "ParameterSets": [ + { + "Name": "__AllParameterSets", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "Name", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Description", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DestinationAddress", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String[]", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": "System.String", + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DestinationIpGroup", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String[]", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": "System.String", + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DestinationPort", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String[]", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": "System.String", + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DestinationFqdn", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String[]", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": "System.String", + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Protocol", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String[]", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": "System.String", + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [ + "Any", + "TCP", + "UDP", + "ICMP" + ], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "SourceAddress", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "SourceAddress", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String[]", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": "System.String", + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Name", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Description", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DestinationAddress", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String[]", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": "System.String", + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DestinationIpGroup", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String[]", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": "System.String", + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DestinationPort", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String[]", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": "System.String", + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DestinationFqdn", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String[]", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": "System.String", + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Protocol", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String[]", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": "System.String", + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [ + "Any", + "TCP", + "UDP", + "ICMP" + ], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "SourceIpGroup", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "SourceIpGroup", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String[]", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": "System.String", + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Name", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Description", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DestinationAddress", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String[]", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": "System.String", + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DestinationIpGroup", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String[]", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": "System.String", + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DestinationPort", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String[]", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": "System.String", + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DestinationFqdn", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String[]", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": "System.String", + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Protocol", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String[]", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": "System.String", + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [ + "Any", + "TCP", + "UDP", + "ICMP" + ], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + } + ], + "AliasList": [] + }, + { + "VerbName": "New", + "NounName": "AzFirewallPolicy", + "Name": "New-AzFirewallPolicy", + "ClassName": "Microsoft.Azure.Commands.Network.NewAzureFirewallPolicyCommand", + "SupportsShouldProcess": true, + "ConfirmImpact": 2, + "SupportsPaging": false, + "DefaultParameterSetName": "__AllParameterSets", + "OutputTypes": [ + { + "Type": { + "Namespace": "Microsoft.Azure.Commands.Network.Models", + "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicy", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "DnsSettings": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyDnsSettings", + "ThreatIntelWhitelist": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyThreatIntelWhitelist", + "BasePolicy": "Microsoft.Azure.Management.Network.Models.SubResource", + "RuleCollectionGroups": "System.Collections.Generic.List`1[Microsoft.Azure.Management.Network.Models.SubResource]", + "Tag": "System.Collections.Hashtable", + "ThreatIntelMode": "System.String", + "ProvisioningState": "System.String", + "ResourceGroupName": "System.String", + "Location": "System.String", + "ResourceGuid": "System.String", + "Type": "System.String", + "TagsTable": "System.String", + "Name": "System.String", + "Etag": "System.String", + "Id": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] + }, + "ParameterSets": [ + "__AllParameterSets" + ] + } + ], + "Parameters": [ + { + "Name": "Name", + "AliasList": [ + "ResourceName" + ], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "ResourceGroupName", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "Location", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "ThreatIntelMode", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [ + "Alert", + "Deny", + "Off" + ], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ThreatIntelWhitelist", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Network.Models", + "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyThreatIntelWhitelist", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyThreatIntelWhitelist, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "FQDNs": "System.String[]", + "IpAddresses": "System.String[]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "BasePolicy", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "DnsSetting", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Network.Models", + "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyDnsSettings", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyDnsSettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "Servers": "System.Collections.Generic.IList`1[System.String]", + "EnableProxy": "System.Nullable`1[System.Boolean]", + "RequireProxyForNetworkRules": "System.Nullable`1[System.Boolean]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "Tag", + "AliasList": [], + "Type": { + "Namespace": "System.Collections", + "Name": "System.Collections.Hashtable", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "Force", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "AsJob", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + } + ], + "ParameterSets": [ + { + "Name": "__AllParameterSets", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "Name", + "AliasList": [ + "ResourceName" + ], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "ResourceGroupName", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "Location", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "ThreatIntelMode", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [ + "Alert", + "Deny", + "Off" + ], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "ThreatIntelWhitelist", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Network.Models", + "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyThreatIntelWhitelist", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyThreatIntelWhitelist, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "FQDNs": "System.String[]", + "IpAddresses": "System.String[]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "BasePolicy", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "DnsSetting", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Network.Models", + "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyDnsSettings", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyDnsSettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "Servers": "System.Collections.Generic.IList`1[System.String]", + "EnableProxy": "System.Nullable`1[System.Boolean]", + "RequireProxyForNetworkRules": "System.Nullable`1[System.Boolean]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Tag", + "AliasList": [], + "Type": { + "Namespace": "System.Collections", + "Name": "System.Collections.Hashtable", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "Force", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "AsJob", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + } + ], + "AliasList": [] + }, + { + "VerbName": "Remove", + "NounName": "AzFirewallPolicy", + "Name": "Remove-AzFirewallPolicy", + "ClassName": "Microsoft.Azure.Commands.Network.RemoveAzureFirewallPolicyCommand", + "SupportsShouldProcess": true, + "ConfirmImpact": 2, + "SupportsPaging": false, + "DefaultParameterSetName": "RemoveByNameParameterSet", + "OutputTypes": [ + { + "Type": { + "Namespace": "System", + "Name": "System.Boolean", + "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ParameterSets": [ + "__AllParameterSets" + ] + } + ], + "Parameters": [ + { + "Name": "Name", + "AliasList": [ + "ResourceName" + ], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "ResourceGroupName", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "Force", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "PassThru", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "AsJob", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ResourceId", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "InputObject", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Network.Models", + "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicy", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "DnsSettings": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyDnsSettings", + "ThreatIntelWhitelist": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyThreatIntelWhitelist", + "BasePolicy": "Microsoft.Azure.Management.Network.Models.SubResource", + "RuleCollectionGroups": "System.Collections.Generic.List`1[Microsoft.Azure.Management.Network.Models.SubResource]", + "Tag": "System.Collections.Hashtable", + "ThreatIntelMode": "System.String", + "ProvisioningState": "System.String", + "ResourceGroupName": "System.String", + "Location": "System.String", + "ResourceGuid": "System.String", + "Type": "System.String", + "TagsTable": "System.String", + "Name": "System.String", + "Etag": "System.String", + "Id": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + } + ], + "ParameterSets": [ + { + "Name": "RemoveByNameParameterSet", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "Name", + "AliasList": [ + "ResourceName" + ], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "ResourceGroupName", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "Force", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "PassThru", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "AsJob", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "__AllParameterSets", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "Force", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "PassThru", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "AsJob", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "RemoveByResourceIdParameterSet", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "ResourceId", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "Force", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "PassThru", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "AsJob", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "RemoveByInputObjectParameterSet", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "InputObject", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Network.Models", + "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicy", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "DnsSettings": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyDnsSettings", + "ThreatIntelWhitelist": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyThreatIntelWhitelist", + "BasePolicy": "Microsoft.Azure.Management.Network.Models.SubResource", + "RuleCollectionGroups": "System.Collections.Generic.List`1[Microsoft.Azure.Management.Network.Models.SubResource]", + "Tag": "System.Collections.Hashtable", + "ThreatIntelMode": "System.String", + "ProvisioningState": "System.String", + "ResourceGroupName": "System.String", + "Location": "System.String", + "ResourceGuid": "System.String", + "Type": "System.String", + "TagsTable": "System.String", + "Name": "System.String", + "Etag": "System.String", + "Id": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": true, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Force", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "PassThru", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "AsJob", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + } + ], + "AliasList": [] + }, + { + "VerbName": "Get", + "NounName": "AzFirewallPolicyRuleCollectionGroup", + "Name": "Get-AzFirewallPolicyRuleCollectionGroup", + "ClassName": "Microsoft.Azure.Commands.Network.GetAzureFirewallPolicyRuleCollectionGroupCommand", + "SupportsShouldProcess": false, + "ConfirmImpact": 2, + "SupportsPaging": false, + "DefaultParameterSetName": "GetByNameParameterSet", + "OutputTypes": [ + { + "Type": { + "Namespace": "Microsoft.Azure.Commands.Network.Models", + "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyRuleCollectionGroupWrapper", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyRuleCollectionGroupWrapper, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "Properties": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyRuleCollectionGroup", + "Name": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] + }, + "ParameterSets": [ + "__AllParameterSets" + ] + } + ], + "Parameters": [ + { + "Name": "Name", + "AliasList": [ + "ResourceName" + ], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "ResourceGroupName", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "ResourceId", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "AzureFirewallPolicy", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Network.Models", + "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicy", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "DnsSettings": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyDnsSettings", + "ThreatIntelWhitelist": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyThreatIntelWhitelist", + "BasePolicy": "Microsoft.Azure.Management.Network.Models.SubResource", + "RuleCollectionGroups": "System.Collections.Generic.List`1[Microsoft.Azure.Management.Network.Models.SubResource]", + "Tag": "System.Collections.Hashtable", + "ThreatIntelMode": "System.String", + "ProvisioningState": "System.String", + "ResourceGroupName": "System.String", + "Location": "System.String", + "ResourceGuid": "System.String", + "Type": "System.String", + "TagsTable": "System.String", + "Name": "System.String", + "Etag": "System.String", + "Id": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "AzureFirewallPolicyName", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + } + ], + "ParameterSets": [ + { + "Name": "GetByNameParameterSet", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "Name", + "AliasList": [ + "ResourceName" + ], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "ResourceGroupName", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "AzureFirewallPolicyName", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "GetByInputObjectParameterSet", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "Name", + "AliasList": [ + "ResourceName" + ], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "AzureFirewallPolicy", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Network.Models", + "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicy", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "DnsSettings": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyDnsSettings", + "ThreatIntelWhitelist": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyThreatIntelWhitelist", + "BasePolicy": "Microsoft.Azure.Management.Network.Models.SubResource", + "RuleCollectionGroups": "System.Collections.Generic.List`1[Microsoft.Azure.Management.Network.Models.SubResource]", + "Tag": "System.Collections.Hashtable", + "ThreatIntelMode": "System.String", + "ProvisioningState": "System.String", + "ResourceGroupName": "System.String", + "Location": "System.String", + "ResourceGuid": "System.String", + "Type": "System.String", + "TagsTable": "System.String", + "Name": "System.String", + "Etag": "System.String", + "Id": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "GetByResourceIdParameterSet", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "ResourceId", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "__AllParameterSets", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + } + ], + "AliasList": [] + }, + { + "VerbName": "New", + "NounName": "AzFirewallPolicyRuleCollectionGroup", + "Name": "New-AzFirewallPolicyRuleCollectionGroup", + "ClassName": "Microsoft.Azure.Commands.Network.NewAzureFirewallPolicyRuleCollectionGroupCommand", + "SupportsShouldProcess": true, + "ConfirmImpact": 2, + "SupportsPaging": false, + "DefaultParameterSetName": "SetByNameParameterSet", + "OutputTypes": [ + { + "Type": { + "Namespace": "Microsoft.Azure.Commands.Network.Models", + "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyRuleCollectionGroup", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyRuleCollectionGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "RuleCollection": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyBaseRuleCollection]", + "Name": "System.String", + "Etag": "System.String", + "Id": "System.String", + "Priority": "System.UInt32" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "GetRuleCollectionByName", + "Parameters": [ + { + "Name": "ruleCollectionName", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyBaseRuleCollection" + }, + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] + }, + "ParameterSets": [ + "__AllParameterSets" + ] + } + ], + "Parameters": [ + { + "Name": "Name", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "Priority", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.UInt32", + "AssemblyQualifiedName": "System.UInt32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": 100, + "ValidateRangeMax": 65000, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "RuleCollection", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Network.Models", + "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyBaseRuleCollection[]", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyBaseRuleCollection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": {}, + "ElementType": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyBaseRuleCollection", + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "ResourceGroupName", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "FirewallPolicyObject", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Network.Models", + "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicy", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "DnsSettings": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyDnsSettings", + "ThreatIntelWhitelist": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyThreatIntelWhitelist", + "BasePolicy": "Microsoft.Azure.Management.Network.Models.SubResource", + "RuleCollectionGroups": "System.Collections.Generic.List`1[Microsoft.Azure.Management.Network.Models.SubResource]", + "Tag": "System.Collections.Hashtable", + "ThreatIntelMode": "System.String", + "ProvisioningState": "System.String", + "ResourceGroupName": "System.String", + "Location": "System.String", + "ResourceGuid": "System.String", + "Type": "System.String", + "TagsTable": "System.String", + "Name": "System.String", + "Etag": "System.String", + "Id": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "FirewallPolicyName", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + } + ], + "ParameterSets": [ + { + "Name": "__AllParameterSets", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "Name", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Priority", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.UInt32", + "AssemblyQualifiedName": "System.UInt32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": 100, + "ValidateRangeMax": 65000, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "RuleCollection", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Network.Models", + "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyBaseRuleCollection[]", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyBaseRuleCollection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": {}, + "ElementType": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyBaseRuleCollection", + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "SetByNameParameterSet", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "ResourceGroupName", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "FirewallPolicyName", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "Name", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Priority", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.UInt32", + "AssemblyQualifiedName": "System.UInt32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": 100, + "ValidateRangeMax": 65000, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "RuleCollection", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Network.Models", + "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyBaseRuleCollection[]", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyBaseRuleCollection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": {}, + "ElementType": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyBaseRuleCollection", + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "SetByInputObjectParameterSet", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "FirewallPolicyObject", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Network.Models", + "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicy", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "DnsSettings": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyDnsSettings", + "ThreatIntelWhitelist": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyThreatIntelWhitelist", + "BasePolicy": "Microsoft.Azure.Management.Network.Models.SubResource", + "RuleCollectionGroups": "System.Collections.Generic.List`1[Microsoft.Azure.Management.Network.Models.SubResource]", + "Tag": "System.Collections.Hashtable", + "ThreatIntelMode": "System.String", + "ProvisioningState": "System.String", + "ResourceGroupName": "System.String", + "Location": "System.String", + "ResourceGuid": "System.String", + "Type": "System.String", + "TagsTable": "System.String", + "Name": "System.String", + "Etag": "System.String", + "Id": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "Name", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Priority", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.UInt32", + "AssemblyQualifiedName": "System.UInt32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": 100, + "ValidateRangeMax": 65000, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "RuleCollection", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Network.Models", + "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyBaseRuleCollection[]", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyBaseRuleCollection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": {}, + "ElementType": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyBaseRuleCollection", + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + } + ], + "AliasList": [] + }, + { + "VerbName": "Remove", + "NounName": "AzFirewallPolicyRuleCollectionGroup", + "Name": "Remove-AzFirewallPolicyRuleCollectionGroup", + "ClassName": "Microsoft.Azure.Commands.Network.RemoveAzureFirewallPolicyRuleGroupCommand", + "SupportsShouldProcess": true, + "ConfirmImpact": 2, + "SupportsPaging": false, + "DefaultParameterSetName": "RemoveByNameParameterSet", + "OutputTypes": [ + { + "Type": { + "Namespace": "System", + "Name": "System.Boolean", + "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ParameterSets": [ + "__AllParameterSets" + ] + } + ], + "Parameters": [ + { + "Name": "Name", + "AliasList": [ + "ResourceName" + ], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "ResourceGroupName", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "FirewallPolicyObject", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Network.Models", + "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicy", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "DnsSettings": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyDnsSettings", + "ThreatIntelWhitelist": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyThreatIntelWhitelist", + "BasePolicy": "Microsoft.Azure.Management.Network.Models.SubResource", + "RuleCollectionGroups": "System.Collections.Generic.List`1[Microsoft.Azure.Management.Network.Models.SubResource]", + "Tag": "System.Collections.Hashtable", + "ThreatIntelMode": "System.String", + "ProvisioningState": "System.String", + "ResourceGroupName": "System.String", + "Location": "System.String", + "ResourceGuid": "System.String", + "Type": "System.String", + "TagsTable": "System.String", + "Name": "System.String", + "Etag": "System.String", + "Id": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "AzureFirewallPolicyName", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "InputObject", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Network.Models", + "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyRuleCollectionGroupWrapper", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyRuleCollectionGroupWrapper, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "Properties": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyRuleCollectionGroup", + "Name": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "ResourceId", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "Force", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "PassThru", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "AsJob", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + } + ], + "ParameterSets": [ + { + "Name": "RemoveByNameParameterSet", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "Name", + "AliasList": [ + "ResourceName" + ], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "ResourceGroupName", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "AzureFirewallPolicyName", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "Force", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "PassThru", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "AsJob", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "RemoveByParentInputObjectParameterSet", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "Name", + "AliasList": [ + "ResourceName" + ], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "FirewallPolicyObject", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Network.Models", + "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicy", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "DnsSettings": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyDnsSettings", + "ThreatIntelWhitelist": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyThreatIntelWhitelist", + "BasePolicy": "Microsoft.Azure.Management.Network.Models.SubResource", + "RuleCollectionGroups": "System.Collections.Generic.List`1[Microsoft.Azure.Management.Network.Models.SubResource]", + "Tag": "System.Collections.Hashtable", + "ThreatIntelMode": "System.String", + "ProvisioningState": "System.String", + "ResourceGroupName": "System.String", + "Location": "System.String", + "ResourceGuid": "System.String", + "Type": "System.String", + "TagsTable": "System.String", + "Name": "System.String", + "Etag": "System.String", + "Id": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "Force", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "PassThru", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "AsJob", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "RemoveByInputObjectParameterSet", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "InputObject", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Network.Models", + "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyRuleCollectionGroupWrapper", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyRuleCollectionGroupWrapper, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "Properties": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyRuleCollectionGroup", + "Name": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": true, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Force", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "PassThru", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "AsJob", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "RemoveByResourceIdParameterSet", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "ResourceId", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "Force", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "PassThru", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "AsJob", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "__AllParameterSets", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "Force", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "PassThru", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "AsJob", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + } + ], + "AliasList": [] + }, + { + "VerbName": "Set", + "NounName": "AzFirewallPolicyRuleCollectionGroup", + "Name": "Set-AzFirewallPolicyRuleCollectionGroup", + "ClassName": "Microsoft.Azure.Commands.Network.SetAzureFirewallPolicyRuleGroupCommand", + "SupportsShouldProcess": true, + "ConfirmImpact": 2, + "SupportsPaging": false, + "DefaultParameterSetName": "SetByNameParameterSet", + "OutputTypes": [ + { + "Type": { + "Namespace": "Microsoft.Azure.Commands.Network.Models", + "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyRuleCollectionGroup", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyRuleCollectionGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "RuleCollection": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyBaseRuleCollection]", + "Name": "System.String", + "Etag": "System.String", + "Id": "System.String", + "Priority": "System.UInt32" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "GetRuleCollectionByName", + "Parameters": [ + { + "Name": "ruleCollectionName", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyBaseRuleCollection" + }, + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] + }, + "ParameterSets": [ + "__AllParameterSets" + ] + } + ], + "Parameters": [ + { + "Name": "Name", + "AliasList": [ + "ResourceName" + ], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "InputObject", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Network.Models", + "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyRuleCollectionGroupWrapper", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyRuleCollectionGroupWrapper, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "Properties": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyRuleCollectionGroup", + "Name": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "FirewallPolicyObject", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Network.Models", + "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicy", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "DnsSettings": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyDnsSettings", + "ThreatIntelWhitelist": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyThreatIntelWhitelist", + "BasePolicy": "Microsoft.Azure.Management.Network.Models.SubResource", + "RuleCollectionGroups": "System.Collections.Generic.List`1[Microsoft.Azure.Management.Network.Models.SubResource]", + "Tag": "System.Collections.Hashtable", + "ThreatIntelMode": "System.String", + "ProvisioningState": "System.String", + "ResourceGroupName": "System.String", + "Location": "System.String", + "ResourceGuid": "System.String", + "Type": "System.String", + "TagsTable": "System.String", + "Name": "System.String", + "Etag": "System.String", + "Id": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "ResourceGroupName", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "ResourceId", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "FirewallPolicyName", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "Priority", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.UInt32", + "AssemblyQualifiedName": "System.UInt32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": 100, + "ValidateRangeMax": 65000, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "RuleCollection", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Network.Models", + "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyBaseRuleCollection[]", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyBaseRuleCollection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": {}, + "ElementType": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyBaseRuleCollection", + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + } + ], + "ParameterSets": [ + { + "Name": "SetByNameParameterSet", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "Name", + "AliasList": [ + "ResourceName" + ], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "ResourceGroupName", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "FirewallPolicyName", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "Priority", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.UInt32", + "AssemblyQualifiedName": "System.UInt32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": 100, + "ValidateRangeMax": 65000, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "RuleCollection", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Network.Models", + "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyBaseRuleCollection[]", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyBaseRuleCollection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": {}, + "ElementType": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyBaseRuleCollection", + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "SetByParentInputObjectParameterSet", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "Name", + "AliasList": [ + "ResourceName" + ], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "FirewallPolicyObject", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Network.Models", + "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicy", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "DnsSettings": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyDnsSettings", + "ThreatIntelWhitelist": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyThreatIntelWhitelist", + "BasePolicy": "Microsoft.Azure.Management.Network.Models.SubResource", + "RuleCollectionGroups": "System.Collections.Generic.List`1[Microsoft.Azure.Management.Network.Models.SubResource]", + "Tag": "System.Collections.Hashtable", + "ThreatIntelMode": "System.String", + "ProvisioningState": "System.String", + "ResourceGroupName": "System.String", + "Location": "System.String", + "ResourceGuid": "System.String", + "Type": "System.String", + "TagsTable": "System.String", + "Name": "System.String", + "Etag": "System.String", + "Id": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "Priority", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.UInt32", + "AssemblyQualifiedName": "System.UInt32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": 100, + "ValidateRangeMax": 65000, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "RuleCollection", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Network.Models", + "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyBaseRuleCollection[]", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyBaseRuleCollection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": {}, + "ElementType": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyBaseRuleCollection", + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "SetByInputObjectParameterSet", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "InputObject", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Network.Models", + "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyRuleCollectionGroupWrapper", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyRuleCollectionGroupWrapper, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "Properties": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyRuleCollectionGroup", + "Name": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": true, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Priority", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.UInt32", + "AssemblyQualifiedName": "System.UInt32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": 100, + "ValidateRangeMax": 65000, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "RuleCollection", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Network.Models", + "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyBaseRuleCollection[]", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyBaseRuleCollection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": {}, + "ElementType": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyBaseRuleCollection", + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "SetByResourceIdParameterSet", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "ResourceId", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "Priority", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.UInt32", + "AssemblyQualifiedName": "System.UInt32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": 100, + "ValidateRangeMax": 65000, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "RuleCollection", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Network.Models", + "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyBaseRuleCollection[]", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyBaseRuleCollection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": {}, + "ElementType": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyBaseRuleCollection", + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "__AllParameterSets", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "Priority", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.UInt32", + "AssemblyQualifiedName": "System.UInt32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": 100, + "ValidateRangeMax": 65000, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "RuleCollection", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Network.Models", + "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyBaseRuleCollection[]", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyBaseRuleCollection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": {}, + "ElementType": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyBaseRuleCollection", + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + } + ], + "AliasList": [] + }, + { + "VerbName": "Set", + "NounName": "AzFirewallPolicy", + "Name": "Set-AzFirewallPolicy", + "ClassName": "Microsoft.Azure.Commands.Network.SetAzureFirewallPolicyCommand", + "SupportsShouldProcess": true, + "ConfirmImpact": 2, + "SupportsPaging": false, + "DefaultParameterSetName": "SetByNameParameterSet", + "OutputTypes": [ + { + "Type": { + "Namespace": "Microsoft.Azure.Commands.Network.Models", + "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicy", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "DnsSettings": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyDnsSettings", + "ThreatIntelWhitelist": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyThreatIntelWhitelist", + "BasePolicy": "Microsoft.Azure.Management.Network.Models.SubResource", + "RuleCollectionGroups": "System.Collections.Generic.List`1[Microsoft.Azure.Management.Network.Models.SubResource]", + "Tag": "System.Collections.Hashtable", + "ThreatIntelMode": "System.String", + "ProvisioningState": "System.String", + "ResourceGroupName": "System.String", + "Location": "System.String", + "ResourceGuid": "System.String", + "Type": "System.String", + "TagsTable": "System.String", + "Name": "System.String", + "Etag": "System.String", + "Id": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] + }, + "ParameterSets": [ + "__AllParameterSets" + ] + } + ], + "Parameters": [ + { + "Name": "Name", + "AliasList": [ + "ResourceName" + ], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "ResourceGroupName", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "InputObject", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Network.Models", + "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicy", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "DnsSettings": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyDnsSettings", + "ThreatIntelWhitelist": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyThreatIntelWhitelist", + "BasePolicy": "Microsoft.Azure.Management.Network.Models.SubResource", + "RuleCollectionGroups": "System.Collections.Generic.List`1[Microsoft.Azure.Management.Network.Models.SubResource]", + "Tag": "System.Collections.Hashtable", + "ThreatIntelMode": "System.String", + "ProvisioningState": "System.String", + "ResourceGroupName": "System.String", + "Location": "System.String", + "ResourceGuid": "System.String", + "Type": "System.String", + "TagsTable": "System.String", + "Name": "System.String", + "Etag": "System.String", + "Id": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "AsJob", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ResourceId", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "ThreatIntelMode", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [ + "Alert", + "Deny", + "Off" + ], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ThreatIntelWhitelist", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Network.Models", + "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyThreatIntelWhitelist", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyThreatIntelWhitelist, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "FQDNs": "System.String[]", + "IpAddresses": "System.String[]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "BasePolicy", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "DnsSetting", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Network.Models", + "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyDnsSettings", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyDnsSettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "Servers": "System.Collections.Generic.IList`1[System.String]", + "EnableProxy": "System.Nullable`1[System.Boolean]", + "RequireProxyForNetworkRules": "System.Nullable`1[System.Boolean]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "Location", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "Tag", + "AliasList": [], + "Type": { + "Namespace": "System.Collections", + "Name": "System.Collections.Hashtable", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + } + ], + "ParameterSets": [ + { + "Name": "SetByNameParameterSet", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "Name", + "AliasList": [ + "ResourceName" + ], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "ResourceGroupName", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "Location", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "AsJob", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ThreatIntelMode", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [ + "Alert", + "Deny", + "Off" + ], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "ThreatIntelWhitelist", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Network.Models", + "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyThreatIntelWhitelist", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyThreatIntelWhitelist, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "FQDNs": "System.String[]", + "IpAddresses": "System.String[]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "BasePolicy", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "DnsSetting", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Network.Models", + "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyDnsSettings", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyDnsSettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "Servers": "System.Collections.Generic.IList`1[System.String]", + "EnableProxy": "System.Nullable`1[System.Boolean]", + "RequireProxyForNetworkRules": "System.Nullable`1[System.Boolean]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Tag", + "AliasList": [], + "Type": { + "Namespace": "System.Collections", + "Name": "System.Collections.Hashtable", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "SetByInputObjectParameterSet", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "Name", + "AliasList": [ + "ResourceName" + ], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "InputObject", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Network.Models", + "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicy", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "DnsSettings": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyDnsSettings", + "ThreatIntelWhitelist": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyThreatIntelWhitelist", + "BasePolicy": "Microsoft.Azure.Management.Network.Models.SubResource", + "RuleCollectionGroups": "System.Collections.Generic.List`1[Microsoft.Azure.Management.Network.Models.SubResource]", + "Tag": "System.Collections.Hashtable", + "ThreatIntelMode": "System.String", + "ProvisioningState": "System.String", + "ResourceGroupName": "System.String", + "Location": "System.String", + "ResourceGuid": "System.String", + "Type": "System.String", + "TagsTable": "System.String", + "Name": "System.String", + "Etag": "System.String", + "Id": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": true, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Location", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "AsJob", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ThreatIntelMode", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [ + "Alert", + "Deny", + "Off" + ], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "ThreatIntelWhitelist", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Network.Models", + "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyThreatIntelWhitelist", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyThreatIntelWhitelist, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "FQDNs": "System.String[]", + "IpAddresses": "System.String[]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "BasePolicy", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "DnsSetting", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Network.Models", + "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyDnsSettings", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyDnsSettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "Servers": "System.Collections.Generic.IList`1[System.String]", + "EnableProxy": "System.Nullable`1[System.Boolean]", + "RequireProxyForNetworkRules": "System.Nullable`1[System.Boolean]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Tag", + "AliasList": [], + "Type": { + "Namespace": "System.Collections", + "Name": "System.Collections.Hashtable", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "__AllParameterSets", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "AsJob", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ThreatIntelMode", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [ + "Alert", + "Deny", + "Off" + ], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "ThreatIntelWhitelist", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Network.Models", + "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyThreatIntelWhitelist", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyThreatIntelWhitelist, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "FQDNs": "System.String[]", + "IpAddresses": "System.String[]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "BasePolicy", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "DnsSetting", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Network.Models", + "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyDnsSettings", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyDnsSettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "Servers": "System.Collections.Generic.IList`1[System.String]", + "EnableProxy": "System.Nullable`1[System.Boolean]", + "RequireProxyForNetworkRules": "System.Nullable`1[System.Boolean]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Tag", + "AliasList": [], + "Type": { + "Namespace": "System.Collections", + "Name": "System.Collections.Hashtable", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "SetByResourceIdParameterSet", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "ResourceId", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "Location", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "AsJob", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ThreatIntelMode", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [ + "Alert", + "Deny", + "Off" + ], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "ThreatIntelWhitelist", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Network.Models", + "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyThreatIntelWhitelist", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyThreatIntelWhitelist, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "FQDNs": "System.String[]", + "IpAddresses": "System.String[]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "BasePolicy", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "DnsSetting", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Network.Models", + "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyDnsSettings", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyDnsSettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "Servers": "System.Collections.Generic.IList`1[System.String]", + "EnableProxy": "System.Nullable`1[System.Boolean]", + "RequireProxyForNetworkRules": "System.Nullable`1[System.Boolean]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Tag", + "AliasList": [], + "Type": { + "Namespace": "System.Collections", + "Name": "System.Collections.Hashtable", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + } + ], + "AliasList": [] + }, + { + "VerbName": "New", + "NounName": "AzFirewallPolicyThreatIntelWhitelist", + "Name": "New-AzFirewallPolicyThreatIntelWhitelist", + "ClassName": "Microsoft.Azure.Commands.Network.NewAzureFirewallPolicyThreatIntelWhitelistCommand", + "SupportsShouldProcess": false, + "ConfirmImpact": 2, + "SupportsPaging": false, + "DefaultParameterSetName": "__AllParameterSets", + "OutputTypes": [ + { + "Type": { + "Namespace": "Microsoft.Azure.Commands.Network.Models", + "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyThreatIntelWhitelist", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyThreatIntelWhitelist, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "FQDNs": "System.String[]", + "IpAddresses": "System.String[]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] + }, + "ParameterSets": [ + "__AllParameterSets" + ] + } + ], + "Parameters": [ + { + "Name": "FQDN", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String[]", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": "System.String", + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "IpAddress", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String[]", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": "System.String", + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + } + ], + "ParameterSets": [ + { + "Name": "__AllParameterSets", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "FQDN", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String[]", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": "System.String", + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "IpAddress", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String[]", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": "System.String", + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + } + ], + "AliasList": [ + "New-AzFirewallThreatIntelWhitelistObject" + ] + }, + { + "VerbName": "New", + "NounName": "AzFirewallApplicationRuleCollection", + "Name": "New-AzFirewallApplicationRuleCollection", + "ClassName": "Microsoft.Azure.Commands.Network.NewAzureFirewallApplicationRuleCollectionCommand", + "SupportsShouldProcess": true, + "ConfirmImpact": 2, + "SupportsPaging": false, + "DefaultParameterSetName": "__AllParameterSets", + "OutputTypes": [ + { + "Type": { + "Namespace": "Microsoft.Azure.Commands.Network.Models", + "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallApplicationRuleCollection", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallApplicationRuleCollection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "Action": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallRCAction", + "Rules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSAzureFirewallApplicationRule]", + "ActionText": "System.String", + "RulesText": "System.String", + "Name": "System.String", + "Etag": "System.String", + "Id": "System.String", + "Priority": "System.UInt32" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "AddRule", + "Parameters": [ + { + "Name": "rule", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "GetRuleByName", + "Parameters": [ + { + "Name": "ruleName", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallApplicationRule" + }, + { + "Name": "RemoveRuleByName", + "Parameters": [ + { + "Name": "ruleName", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] + }, + "ParameterSets": [ + "__AllParameterSets" + ] + } + ], + "Parameters": [ + { + "Name": "Name", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "Priority", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.UInt32", + "AssemblyQualifiedName": "System.UInt32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": 100, + "ValidateRangeMax": 65000, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "Rule", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Network.Models", + "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallApplicationRule[]", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallApplicationRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": {}, + "ElementType": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallApplicationRule", + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "ActionType", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [ + "Allow", + "Deny" + ], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + } + ], + "ParameterSets": [ + { + "Name": "__AllParameterSets", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "Name", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Priority", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.UInt32", + "AssemblyQualifiedName": "System.UInt32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": 100, + "ValidateRangeMax": 65000, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Rule", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Network.Models", + "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallApplicationRule[]", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallApplicationRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": {}, + "ElementType": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallApplicationRule", + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ActionType", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [ + "Allow", + "Deny" + ], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + } + ], + "AliasList": [] + }, + { + "VerbName": "New", + "NounName": "AzFirewallApplicationRule", + "Name": "New-AzFirewallApplicationRule", + "ClassName": "Microsoft.Azure.Commands.Network.NewAzureFirewallApplicationRuleCommand", + "SupportsShouldProcess": true, + "ConfirmImpact": 2, + "SupportsPaging": false, + "DefaultParameterSetName": "TargetFqdn", + "OutputTypes": [ + { + "Type": { + "Namespace": "Microsoft.Azure.Commands.Network.Models", + "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallApplicationRule", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallApplicationRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "Protocols": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSAzureFirewallApplicationRuleProtocol]", + "SourceAddresses": "System.Collections.Generic.List`1[System.String]", + "TargetFqdns": "System.Collections.Generic.List`1[System.String]", + "FqdnTags": "System.Collections.Generic.List`1[System.String]", + "SourceIpGroups": "System.Collections.Generic.List`1[System.String]", + "Name": "System.String", + "Description": "System.String", + "ProtocolsText": "System.String", + "SourceAddressesText": "System.String", + "SourceIpGroupsText": "System.String", + "TargetFqdnsText": "System.String", + "FqdnTagsText": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "AddProtocol", + "Parameters": [ + { + "Name": "protocolType", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "port", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] + }, + "ParameterSets": [ + "__AllParameterSets" + ] + } + ], + "Parameters": [ + { + "Name": "Name", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "Description", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "SourceAddress", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String[]", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": "System.String", + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "SourceIpGroup", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String[]", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": "System.String", + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "TargetFqdn", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String[]", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": "System.String", + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "FqdnTag", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String[]", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": "System.String", + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "Protocol", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String[]", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": "System.String", + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + } + ], + "ParameterSets": [ + { + "Name": "TargetFqdn", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "Name", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "TargetFqdn", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String[]", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": "System.String", + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Protocol", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String[]", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": "System.String", + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Description", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "SourceAddress", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String[]", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": "System.String", + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "SourceIpGroup", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String[]", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": "System.String", + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "FqdnTag", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "Name", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "FqdnTag", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String[]", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": "System.String", + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Description", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "SourceAddress", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String[]", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": "System.String", + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "SourceIpGroup", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String[]", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": "System.String", + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "__AllParameterSets", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "Description", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "SourceAddress", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String[]", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": "System.String", + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "SourceIpGroup", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String[]", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": "System.String", + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + } + ], + "AliasList": [] + }, + { + "VerbName": "Get", + "NounName": "AzFirewall", + "Name": "Get-AzFirewall", + "ClassName": "Microsoft.Azure.Commands.Network.GetAzureFirewallCommand", + "SupportsShouldProcess": false, + "ConfirmImpact": 2, + "SupportsPaging": false, + "DefaultParameterSetName": "__AllParameterSets", + "OutputTypes": [ + { + "Type": { + "Namespace": "Microsoft.Azure.Commands.Network.Models", + "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewall", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewall, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "HubIPAddresses": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallHubIpAddresses", + "ManagementIpConfiguration": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallIpConfiguration", + "Sku": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallSku", + "ThreatIntelWhitelist": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallThreatIntelWhitelist", + "VirtualHub": "Microsoft.Azure.Management.Network.Models.SubResource", + "FirewallPolicy": "Microsoft.Azure.Management.Network.Models.SubResource", + "ApplicationRuleCollections": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSAzureFirewallApplicationRuleCollection]", + "IpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSAzureFirewallIpConfiguration]", + "NatRuleCollections": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNatRuleCollection]", + "NetworkRuleCollections": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNetworkRuleCollection]", + "Zones": "System.Collections.Generic.List`1[System.String]", + "Tag": "System.Collections.Hashtable", + "ThreatIntelWhitelistText": "System.String", + "Name": "System.String", + "TagsTable": "System.String", + "Type": "System.String", + "ResourceGuid": "System.String", + "Location": "System.String", + "ResourceGroupName": "System.String", + "DNSServersText": "System.String", + "PrivateRangeText": "System.String", + "ThreatIntelMode": "System.String", + "Id": "System.String", + "NatRuleCollectionsText": "System.String", + "ApplicationRuleCollectionsText": "System.String", + "ManagementIpConfigurationText": "System.String", + "IpConfigurationsText": "System.String", + "Etag": "System.String", + "ProvisioningState": "System.String", + "DNSRequireProxyForNetworkRules": "System.String", + "DNSEnableProxy": "System.String", + "NetworkRuleCollectionsText": "System.String", + "DNSServer": "System.String[]", + "PrivateRange": "System.String[]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Allocate", + "Parameters": [ + { + "Name": "virtualNetwork", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "publicIpAddresses", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "ManagementPublicIpAddress", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "Deallocate", + "Parameters": [], + "ReturnType": "System.Void" + }, + { + "Name": "AddPublicIpAddress", + "Parameters": [ + { + "Name": "publicIpAddress", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "RemovePublicIpAddress", + "Parameters": [ + { + "Name": "publicIpAddress", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "AddApplicationRuleCollection", + "Parameters": [ + { + "Name": "ruleCollection", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "GetApplicationRuleCollectionByName", + "Parameters": [ + { + "Name": "ruleCollectionName", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallApplicationRuleCollection" + }, + { + "Name": "GetApplicationRuleCollectionByPriority", + "Parameters": [ + { + "Name": "priority", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallApplicationRuleCollection" + }, + { + "Name": "RemoveApplicationRuleCollectionByName", + "Parameters": [ + { + "Name": "ruleCollectionName", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "RemoveApplicationRuleCollectionByPriority", + "Parameters": [ + { + "Name": "priority", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "AddNatRuleCollection", + "Parameters": [ + { + "Name": "ruleCollection", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "GetNatRuleCollectionByName", + "Parameters": [ + { + "Name": "ruleCollectionName", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNatRuleCollection" + }, + { + "Name": "GetNatRuleCollectionByPriority", + "Parameters": [ + { + "Name": "priority", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNatRuleCollection" + }, + { + "Name": "RemoveNatRuleCollectionByName", + "Parameters": [ + { + "Name": "ruleCollectionName", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "RemoveNatRuleCollectionByPriority", + "Parameters": [ + { + "Name": "priority", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "AddNetworkRuleCollection", + "Parameters": [ + { + "Name": "ruleCollection", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "GetNetworkRuleCollectionByName", + "Parameters": [ + { + "Name": "ruleCollectionName", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNetworkRuleCollection" + }, + { + "Name": "GetNetworkRuleCollectionByPriority", + "Parameters": [ + { + "Name": "priority", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNetworkRuleCollection" + }, + { + "Name": "RemoveNetworkRuleCollectionByName", + "Parameters": [ + { + "Name": "ruleCollectionName", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "RemoveNetworkRuleCollectionByPriority", + "Parameters": [ + { + "Name": "priority", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "ValidateDNSProxyRequirements", + "Parameters": [], + "ReturnType": "System.Void" + }, + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] + }, + "ParameterSets": [ + "__AllParameterSets" + ] + }, + { + "Type": { + "Namespace": "System.Collections.Generic", + "Name": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Network.Models.PSAzureFirewall]", + "AssemblyQualifiedName": "System.Collections.Generic.IEnumerable`1[[Microsoft.Azure.Commands.Network.Models.PSAzureFirewall, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "Microsoft.Azure.Commands.Network.Models.PSAzureFirewall" + ], + "Methods": [], + "Constructors": [] + }, + "ParameterSets": [ + "__AllParameterSets" + ] + } + ], + "Parameters": [ + { + "Name": "Name", + "AliasList": [ + "ResourceName" + ], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "ResourceGroupName", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + } + ], + "ParameterSets": [ + { + "Name": "__AllParameterSets", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "Name", + "AliasList": [ + "ResourceName" + ], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "ResourceGroupName", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + } + ], + "AliasList": [] + }, + { + "VerbName": "New", + "NounName": "AzFirewallNatRuleCollection", + "Name": "New-AzFirewallNatRuleCollection", + "ClassName": "Microsoft.Azure.Commands.Network.NewAzureFirewallNatRuleCollectionCommand", + "SupportsShouldProcess": true, + "ConfirmImpact": 2, + "SupportsPaging": false, + "DefaultParameterSetName": "__AllParameterSets", + "OutputTypes": [ + { + "Type": { + "Namespace": "Microsoft.Azure.Commands.Network.Models", + "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNatRuleCollection", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNatRuleCollection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "Action": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNatRCAction", + "Rules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNatRule]", + "ActionText": "System.String", + "RulesText": "System.String", + "Name": "System.String", + "Etag": "System.String", + "Id": "System.String", + "Priority": "System.UInt32" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "AddRule", + "Parameters": [ + { + "Name": "rule", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "GetRuleByName", + "Parameters": [ + { + "Name": "ruleName", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNatRule" + }, + { + "Name": "RemoveRuleByName", + "Parameters": [ + { + "Name": "ruleName", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] + }, + "ParameterSets": [ + "__AllParameterSets" + ] + } + ], + "Parameters": [ + { + "Name": "Name", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "Priority", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.UInt32", + "AssemblyQualifiedName": "System.UInt32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": 100, + "ValidateRangeMax": 65000, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "Rule", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Network.Models", + "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNatRule[]", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNatRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": {}, + "ElementType": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNatRule", + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + } + ], + "ParameterSets": [ + { + "Name": "__AllParameterSets", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "Name", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Priority", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.UInt32", + "AssemblyQualifiedName": "System.UInt32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": 100, + "ValidateRangeMax": 65000, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Rule", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Network.Models", + "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNatRule[]", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNatRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": {}, + "ElementType": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNatRule", + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + } + ], + "AliasList": [] + }, + { + "VerbName": "New", + "NounName": "AzFirewallNatRule", + "Name": "New-AzFirewallNatRule", + "ClassName": "Microsoft.Azure.Commands.Network.NewAzureFirewallNatRuleCommand", + "SupportsShouldProcess": true, + "ConfirmImpact": 2, + "SupportsPaging": false, + "DefaultParameterSetName": "__AllParameterSets", + "OutputTypes": [ + { + "Type": { + "Namespace": "Microsoft.Azure.Commands.Network.Models", + "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNatRule", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNatRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "Protocols": "System.Collections.Generic.List`1[System.String]", + "SourceAddresses": "System.Collections.Generic.List`1[System.String]", + "SourceIpGroups": "System.Collections.Generic.List`1[System.String]", + "DestinationAddresses": "System.Collections.Generic.List`1[System.String]", + "DestinationPorts": "System.Collections.Generic.List`1[System.String]", + "Name": "System.String", + "Description": "System.String", + "TranslatedAddress": "System.String", + "TranslatedFqdn": "System.String", + "TranslatedPort": "System.String", + "ProtocolsText": "System.String", + "SourceAddressesText": "System.String", + "SourceIpGroupsText": "System.String", + "DestinationAddressesText": "System.String", + "DestinationPortsText": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "AddProtocol", + "Parameters": [ + { + "Name": "protocolType", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] + }, + "ParameterSets": [ + "__AllParameterSets" + ] + } + ], + "Parameters": [ + { + "Name": "Name", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "Description", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "SourceAddress", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String[]", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": "System.String", + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "SourceIpGroup", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String[]", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": "System.String", + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "DestinationAddress", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String[]", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": "System.String", + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "DestinationPort", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String[]", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": "System.String", + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "Protocol", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String[]", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": "System.String", + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [ + "Any", + "TCP", + "UDP" + ], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "TranslatedAddress", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "TranslatedFqdn", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "TranslatedPort", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + } + ], + "ParameterSets": [ + { + "Name": "__AllParameterSets", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "Name", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Description", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "SourceAddress", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String[]", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": "System.String", + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "SourceIpGroup", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String[]", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": "System.String", + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DestinationAddress", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String[]", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": "System.String", + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DestinationPort", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String[]", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": "System.String", + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Protocol", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String[]", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": "System.String", + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [ + "Any", + "TCP", + "UDP" + ], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "TranslatedAddress", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "TranslatedFqdn", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "TranslatedPort", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + } + ], + "AliasList": [] + }, + { + "VerbName": "New", + "NounName": "AzFirewallNetworkRuleCollection", + "Name": "New-AzFirewallNetworkRuleCollection", + "ClassName": "Microsoft.Azure.Commands.Network.NewAzureFirewallNetworkRuleCollectionCommand", + "SupportsShouldProcess": true, + "ConfirmImpact": 2, + "SupportsPaging": false, + "DefaultParameterSetName": "__AllParameterSets", + "OutputTypes": [ + { + "Type": { + "Namespace": "Microsoft.Azure.Commands.Network.Models", + "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNetworkRuleCollection", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNetworkRuleCollection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "Action": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallRCAction", + "Rules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNetworkRule]", + "ActionText": "System.String", + "RulesText": "System.String", + "Name": "System.String", + "Etag": "System.String", + "Id": "System.String", + "Priority": "System.UInt32" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "AddRule", + "Parameters": [ + { + "Name": "rule", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "GetRuleByName", + "Parameters": [ + { + "Name": "ruleName", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNetworkRule" + }, + { + "Name": "RemoveRuleByName", + "Parameters": [ + { + "Name": "ruleName", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] + }, + "ParameterSets": [ + "__AllParameterSets" + ] + } + ], + "Parameters": [ + { + "Name": "Name", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "Priority", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.UInt32", + "AssemblyQualifiedName": "System.UInt32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": 100, + "ValidateRangeMax": 65000, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "Rule", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Network.Models", + "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNetworkRule[]", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNetworkRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": {}, + "ElementType": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNetworkRule", + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "ActionType", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [ + "Allow", + "Deny" + ], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + } + ], + "ParameterSets": [ + { + "Name": "__AllParameterSets", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "Name", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Priority", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.UInt32", + "AssemblyQualifiedName": "System.UInt32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": 100, + "ValidateRangeMax": 65000, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Rule", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Network.Models", + "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNetworkRule[]", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNetworkRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": {}, + "ElementType": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNetworkRule", + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ActionType", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [ + "Allow", + "Deny" + ], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + } + ], + "AliasList": [] + }, + { + "VerbName": "New", + "NounName": "AzFirewallNetworkRule", + "Name": "New-AzFirewallNetworkRule", + "ClassName": "Microsoft.Azure.Commands.Network.NewAzureFirewallNetworkRuleCommand", + "SupportsShouldProcess": true, + "ConfirmImpact": 2, + "SupportsPaging": false, + "DefaultParameterSetName": "__AllParameterSets", + "OutputTypes": [ + { + "Type": { + "Namespace": "Microsoft.Azure.Commands.Network.Models", + "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNetworkRule", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNetworkRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "Protocols": "System.Collections.Generic.List`1[System.String]", + "SourceAddresses": "System.Collections.Generic.List`1[System.String]", + "DestinationAddresses": "System.Collections.Generic.List`1[System.String]", + "SourceIpGroups": "System.Collections.Generic.List`1[System.String]", + "DestinationIpGroups": "System.Collections.Generic.List`1[System.String]", + "DestinationFqdns": "System.Collections.Generic.List`1[System.String]", + "DestinationPorts": "System.Collections.Generic.List`1[System.String]", + "Name": "System.String", + "Description": "System.String", + "ProtocolsText": "System.String", + "SourceAddressesText": "System.String", + "SourceIpGroupsText": "System.String", + "DestinationAddressesText": "System.String", + "DestinationIpGroupsText": "System.String", + "DestinationFqdnsText": "System.String", + "DestinationPortsText": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "AddProtocol", + "Parameters": [ + { + "Name": "protocolType", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] + }, + "ParameterSets": [ + "__AllParameterSets" + ] + } + ], + "Parameters": [ + { + "Name": "Name", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "Description", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "SourceAddress", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String[]", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": "System.String", + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "SourceIpGroup", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String[]", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": "System.String", + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "DestinationAddress", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String[]", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": "System.String", + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "DestinationIpGroup", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String[]", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": "System.String", + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "DestinationFqdn", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String[]", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": "System.String", + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "DestinationPort", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String[]", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": "System.String", + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "Protocol", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String[]", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": "System.String", + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [ + "Any", + "TCP", + "UDP", + "ICMP" + ], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + } + ], + "ParameterSets": [ + { + "Name": "__AllParameterSets", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "Name", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Description", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "SourceAddress", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String[]", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": "System.String", + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "SourceIpGroup", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String[]", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": "System.String", + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DestinationAddress", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String[]", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": "System.String", + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DestinationIpGroup", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String[]", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": "System.String", + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DestinationFqdn", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String[]", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": "System.String", + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DestinationPort", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String[]", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": "System.String", + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Protocol", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String[]", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": "System.String", + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [ + "Any", + "TCP", + "UDP", + "ICMP" + ], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + } + ], + "AliasList": [] + }, + { + "VerbName": "New", + "NounName": "AzFirewall", + "Name": "New-AzFirewall", + "ClassName": "Microsoft.Azure.Commands.Network.NewAzureFirewallCommand", + "SupportsShouldProcess": true, + "ConfirmImpact": 2, + "SupportsPaging": false, + "DefaultParameterSetName": "Default", + "OutputTypes": [ + { + "Type": { + "Namespace": "Microsoft.Azure.Commands.Network.Models", + "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewall", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewall, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "HubIPAddresses": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallHubIpAddresses", + "ManagementIpConfiguration": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallIpConfiguration", + "Sku": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallSku", + "ThreatIntelWhitelist": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallThreatIntelWhitelist", + "VirtualHub": "Microsoft.Azure.Management.Network.Models.SubResource", + "FirewallPolicy": "Microsoft.Azure.Management.Network.Models.SubResource", + "ApplicationRuleCollections": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSAzureFirewallApplicationRuleCollection]", + "IpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSAzureFirewallIpConfiguration]", + "NatRuleCollections": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNatRuleCollection]", + "NetworkRuleCollections": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNetworkRuleCollection]", + "Zones": "System.Collections.Generic.List`1[System.String]", + "Tag": "System.Collections.Hashtable", + "ThreatIntelWhitelistText": "System.String", + "Name": "System.String", + "TagsTable": "System.String", + "Type": "System.String", + "ResourceGuid": "System.String", + "Location": "System.String", + "ResourceGroupName": "System.String", + "DNSServersText": "System.String", + "PrivateRangeText": "System.String", + "ThreatIntelMode": "System.String", + "Id": "System.String", + "NatRuleCollectionsText": "System.String", + "ApplicationRuleCollectionsText": "System.String", + "ManagementIpConfigurationText": "System.String", + "IpConfigurationsText": "System.String", + "Etag": "System.String", + "ProvisioningState": "System.String", + "DNSRequireProxyForNetworkRules": "System.String", + "DNSEnableProxy": "System.String", + "NetworkRuleCollectionsText": "System.String", + "DNSServer": "System.String[]", + "PrivateRange": "System.String[]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Allocate", + "Parameters": [ + { + "Name": "virtualNetwork", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "publicIpAddresses", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "ManagementPublicIpAddress", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "Deallocate", + "Parameters": [], + "ReturnType": "System.Void" + }, + { + "Name": "AddPublicIpAddress", + "Parameters": [ + { + "Name": "publicIpAddress", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "RemovePublicIpAddress", + "Parameters": [ + { + "Name": "publicIpAddress", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "AddApplicationRuleCollection", + "Parameters": [ + { + "Name": "ruleCollection", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "GetApplicationRuleCollectionByName", + "Parameters": [ + { + "Name": "ruleCollectionName", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallApplicationRuleCollection" + }, + { + "Name": "GetApplicationRuleCollectionByPriority", + "Parameters": [ + { + "Name": "priority", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallApplicationRuleCollection" + }, + { + "Name": "RemoveApplicationRuleCollectionByName", + "Parameters": [ + { + "Name": "ruleCollectionName", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "RemoveApplicationRuleCollectionByPriority", + "Parameters": [ + { + "Name": "priority", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "AddNatRuleCollection", + "Parameters": [ + { + "Name": "ruleCollection", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "GetNatRuleCollectionByName", + "Parameters": [ + { + "Name": "ruleCollectionName", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNatRuleCollection" + }, + { + "Name": "GetNatRuleCollectionByPriority", + "Parameters": [ + { + "Name": "priority", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNatRuleCollection" + }, + { + "Name": "RemoveNatRuleCollectionByName", + "Parameters": [ + { + "Name": "ruleCollectionName", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "RemoveNatRuleCollectionByPriority", + "Parameters": [ + { + "Name": "priority", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "AddNetworkRuleCollection", + "Parameters": [ + { + "Name": "ruleCollection", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "GetNetworkRuleCollectionByName", + "Parameters": [ + { + "Name": "ruleCollectionName", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNetworkRuleCollection" + }, + { + "Name": "GetNetworkRuleCollectionByPriority", + "Parameters": [ + { + "Name": "priority", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNetworkRuleCollection" + }, + { + "Name": "RemoveNetworkRuleCollectionByName", + "Parameters": [ + { + "Name": "ruleCollectionName", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "RemoveNetworkRuleCollectionByPriority", + "Parameters": [ + { + "Name": "priority", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "ValidateDNSProxyRequirements", + "Parameters": [], + "ReturnType": "System.Void" + }, + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] + }, + "ParameterSets": [ + "__AllParameterSets" + ] + } + ], + "Parameters": [ + { + "Name": "Name", + "AliasList": [ + "ResourceName" + ], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "ResourceGroupName", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "Location", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "VirtualNetworkName", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "PublicIpName", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "VirtualNetwork", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Network.Models", + "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "AddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", + "DhcpOptions": "Microsoft.Azure.Commands.Network.Models.PSDhcpOptions", + "DdosProtectionPlan": "Microsoft.Azure.Commands.Network.Models.PSResourceId", + "BgpCommunities": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkBgpCommunities", + "IpAllocations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", + "Subnets": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSSubnet]", + "VirtualNetworkPeerings": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkPeering]", + "Tag": "System.Collections.Hashtable", + "EnableDdosProtection": "System.Nullable`1[System.Boolean]", + "Name": "System.String", + "TagsTable": "System.String", + "Type": "System.String", + "ResourceGuid": "System.String", + "Location": "System.String", + "ResourceGroupName": "System.String", + "IpAllocationsText": "System.String", + "BgpCommunitiesText": "System.String", + "EnableDdosProtectionText": "System.String", + "VirtualNetworkPeeringsText": "System.String", + "Etag": "System.String", + "SubnetsText": "System.String", + "DhcpOptionsText": "System.String", + "AddressSpaceText": "System.String", + "ProvisioningState": "System.String", + "DdosProtectionPlanText": "System.String", + "Id": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "PublicIpAddress", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Network.Models", + "Name": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress[]", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": {}, + "ElementType": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress", + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "ManagementPublicIpAddress", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Network.Models", + "Name": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "IpConfiguration": "Microsoft.Azure.Commands.Network.Models.PSIPConfiguration", + "DnsSettings": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddressDnsSettings", + "Sku": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddressSku", + "PublicIpPrefix": "Microsoft.Azure.Commands.Network.Models.PSResourceId", + "IpTags": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSPublicIpTag]", + "Zones": "System.Collections.Generic.List`1[System.String]", + "Tag": "System.Collections.Hashtable", + "IdleTimeoutInMinutes": "System.Nullable`1[System.Int32]", + "PublicIpAllocationMethod": "System.String", + "Name": "System.String", + "TagsTable": "System.String", + "Type": "System.String", + "ResourceGuid": "System.String", + "Location": "System.String", + "ResourceGroupName": "System.String", + "DnsSettingsText": "System.String", + "SkuText": "System.String", + "IpTagsText": "System.String", + "Etag": "System.String", + "IpConfigurationText": "System.String", + "ProvisioningState": "System.String", + "PublicIpAddressVersion": "System.String", + "IpAddress": "System.String", + "PublicIpPrefixText": "System.String", + "Id": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "ApplicationRuleCollection", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Network.Models", + "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallApplicationRuleCollection[]", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallApplicationRuleCollection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": {}, + "ElementType": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallApplicationRuleCollection", + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "NatRuleCollection", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Network.Models", + "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNatRuleCollection[]", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNatRuleCollection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": {}, + "ElementType": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNatRuleCollection", + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "NetworkRuleCollection", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Network.Models", + "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNetworkRuleCollection[]", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNetworkRuleCollection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": {}, + "ElementType": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNetworkRuleCollection", + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ThreatIntelMode", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [ + "Alert", + "Deny", + "Off" + ], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ThreatIntelWhitelist", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Network.Models", + "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallThreatIntelWhitelist", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallThreatIntelWhitelist, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "FQDNs": "System.String[]", + "IpAddresses": "System.String[]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "PrivateRange", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String[]", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": "System.String", + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "EnableDnsProxy", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "DnsProxyNotRequiredForNetworkRule", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "DnsServer", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String[]", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": "System.String", + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "Tag", + "AliasList": [], + "Type": { + "Namespace": "System.Collections", + "Name": "System.Collections.Hashtable", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], "Methods": [], "Constructors": [] }, - "ParameterSets": [ - "__AllParameterSets" - ] - } - ], - "Parameters": [ + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, { - "Name": "Name", - "AliasList": [ - "ResourceName" - ], + "Name": "Force", + "AliasList": [], "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -82714,15 +97378,15 @@ "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true + "ValidateNotNullOrEmpty": false }, { - "Name": "ResourceGroupName", + "Name": "AsJob", "AliasList": [], "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -82732,74 +97396,49 @@ "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true + "ValidateNotNullOrEmpty": false }, { - "Name": "FirewallPolicyObject", + "Name": "Zone", "AliasList": [], "Type": { - "Namespace": "Microsoft.Azure.Commands.Network.Models", - "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", - "Properties": { - "BasePolicy": "Microsoft.Azure.Management.Network.Models.SubResource", - "RuleCollectionGroups": "System.Collections.Generic.List`1[Microsoft.Azure.Management.Network.Models.SubResource]", - "Tag": "System.Collections.Hashtable", - "ThreatIntelMode": "System.String", - "ProvisioningState": "System.String", - "ResourceGroupName": "System.String", - "Location": "System.String", - "ResourceGuid": "System.String", - "Type": "System.String", - "TagsTable": "System.String", - "Name": "System.String", - "Etag": "System.String", - "Id": "System.String" - }, - "ElementType": null, + "Namespace": "System", + "Name": "System.String[]", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": "System.String", "GenericTypeArguments": [], - "Methods": [ - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [ - { - "Name": "", - "ReturnType": null, - "Parameters": [] - } - ] + "Methods": [], + "Constructors": [] }, "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true + "ValidateNotNullOrEmpty": false }, { - "Name": "AzureFirewallPolicyName", + "Name": "Sku", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [ + "AZFW_Hub", + "AZFW_VNet" + ], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "VirtualHubId", "AliasList": [], "Type": { "Namespace": "System", @@ -82814,18 +97453,18 @@ "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true + "ValidateNotNullOrEmpty": false }, { - "Name": "InputObject", + "Name": "HubIPAddress", "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", - "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyRuleCollectionGroupWrapper", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyRuleCollectionGroupWrapper, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallHubIpAddresses", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallHubIpAddresses, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { - "Properties": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyRuleCollectionGroup", - "Name": "System.String" + "PublicIPs": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallHubPublicIpAddresses", + "publicIPAddresses": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPublicIpAddress[]" }, "ElementType": null, "GenericTypeArguments": [], @@ -82867,10 +97506,10 @@ "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true + "ValidateNotNullOrEmpty": false }, { - "Name": "ResourceId", + "Name": "FirewallPolicyId", "AliasList": [], "Type": { "Namespace": "System", @@ -82885,60 +97524,6 @@ "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - { - "Name": "Force", - "AliasList": [], - "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "PassThru", - "AliasList": [], - "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "AsJob", - "AliasList": [], - "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { @@ -82977,7 +97562,7 @@ ], "ParameterSets": [ { - "Name": "RemoveByNameParameterSet", + "Name": "__AllParameterSets", "Parameters": [ { "ParameterMetadata": { @@ -83031,7 +97616,7 @@ }, { "ParameterMetadata": { - "Name": "AzureFirewallPolicyName", + "Name": "Location", "AliasList": [], "Type": { "Namespace": "System", @@ -83055,14 +97640,14 @@ }, { "ParameterMetadata": { - "Name": "Force", + "Name": "ApplicationRuleCollection", "AliasList": [], "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Namespace": "Microsoft.Azure.Commands.Network.Models", + "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallApplicationRuleCollection[]", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallApplicationRuleCollection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, - "ElementType": null, + "ElementType": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallApplicationRuleCollection", "GenericTypeArguments": [], "Methods": [], "Constructors": [] @@ -83075,18 +97660,18 @@ "Mandatory": false, "Position": -2147483648, "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false + "ValueFromPipelineByPropertyName": true }, { "ParameterMetadata": { - "Name": "PassThru", + "Name": "NatRuleCollection", "AliasList": [], "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Namespace": "Microsoft.Azure.Commands.Network.Models", + "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNatRuleCollection[]", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNatRuleCollection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, - "ElementType": null, + "ElementType": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNatRuleCollection", "GenericTypeArguments": [], "Methods": [], "Constructors": [] @@ -83099,18 +97684,18 @@ "Mandatory": false, "Position": -2147483648, "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false + "ValueFromPipelineByPropertyName": true }, { "ParameterMetadata": { - "Name": "AsJob", + "Name": "NetworkRuleCollection", "AliasList": [], "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Namespace": "Microsoft.Azure.Commands.Network.Models", + "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNetworkRuleCollection[]", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNetworkRuleCollection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, - "ElementType": null, + "ElementType": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNetworkRuleCollection", "GenericTypeArguments": [], "Methods": [], "Constructors": [] @@ -83123,58 +97708,12 @@ "Mandatory": false, "Position": -2147483648, "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false + "ValueFromPipelineByPropertyName": true }, { "ParameterMetadata": { - "Name": "DefaultProfile", - "AliasList": [ - "AzContext", - "AzureRmContext", - "AzureCredential" - ], - "Type": { - "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", - "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", - "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", - "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", - "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "Clear", - "Parameters": [], - "ReturnType": "System.Void" - } - ], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - } - ] - }, - { - "Name": "RemoveByParentInputObjectParameterSet", - "Parameters": [ - { - "ParameterMetadata": { - "Name": "Name", - "AliasList": [ - "ResourceName" - ], + "Name": "ThreatIntelMode", + "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", @@ -83185,38 +97724,31 @@ "Methods": [], "Constructors": [] }, - "ValidateSet": [], + "ValidateSet": [ + "Alert", + "Deny", + "Off" + ], "ValidateRangeMin": null, "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true + "ValidateNotNullOrEmpty": false }, - "Mandatory": true, + "Mandatory": false, "Position": -2147483648, "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false + "ValueFromPipelineByPropertyName": true }, { "ParameterMetadata": { - "Name": "FirewallPolicyObject", + "Name": "ThreatIntelWhitelist", "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", - "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallThreatIntelWhitelist", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallThreatIntelWhitelist, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { - "BasePolicy": "Microsoft.Azure.Management.Network.Models.SubResource", - "RuleCollectionGroups": "System.Collections.Generic.List`1[Microsoft.Azure.Management.Network.Models.SubResource]", - "Tag": "System.Collections.Hashtable", - "ThreatIntelMode": "System.String", - "ProvisioningState": "System.String", - "ResourceGroupName": "System.String", - "Location": "System.String", - "ResourceGuid": "System.String", - "Type": "System.String", - "TagsTable": "System.String", - "Name": "System.String", - "Etag": "System.String", - "Id": "System.String" + "FQDNs": "System.String[]", + "IpAddresses": "System.String[]" }, "ElementType": null, "GenericTypeArguments": [], @@ -83258,30 +97790,6 @@ "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": true, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "Force", - "AliasList": [], - "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -83291,14 +97799,14 @@ }, { "ParameterMetadata": { - "Name": "PassThru", + "Name": "PrivateRange", "AliasList": [], "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Namespace": "System", + "Name": "System.String[]", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, - "ElementType": null, + "ElementType": "System.String", "GenericTypeArguments": [], "Methods": [], "Constructors": [] @@ -83315,7 +97823,7 @@ }, { "ParameterMetadata": { - "Name": "AsJob", + "Name": "EnableDnsProxy", "AliasList": [], "Type": { "Namespace": "System.Management.Automation", @@ -83339,110 +97847,7 @@ }, { "ParameterMetadata": { - "Name": "DefaultProfile", - "AliasList": [ - "AzContext", - "AzureRmContext", - "AzureCredential" - ], - "Type": { - "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", - "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", - "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", - "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", - "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "Clear", - "Parameters": [], - "ReturnType": "System.Void" - } - ], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - } - ] - }, - { - "Name": "RemoveByInputObjectParameterSet", - "Parameters": [ - { - "ParameterMetadata": { - "Name": "InputObject", - "AliasList": [], - "Type": { - "Namespace": "Microsoft.Azure.Commands.Network.Models", - "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyRuleCollectionGroupWrapper", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyRuleCollectionGroupWrapper, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", - "Properties": { - "Properties": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyRuleCollectionGroup", - "Name": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [ - { - "Name": "", - "ReturnType": null, - "Parameters": [] - } - ] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": true, - "Position": -2147483648, - "ValueFromPipeline": true, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "Force", + "Name": "DnsProxyNotRequiredForNetworkRule", "AliasList": [], "Type": { "Namespace": "System.Management.Automation", @@ -83466,14 +97871,14 @@ }, { "ParameterMetadata": { - "Name": "PassThru", + "Name": "DnsServer", "AliasList": [], "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Namespace": "System", + "Name": "System.String[]", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, - "ElementType": null, + "ElementType": "System.String", "GenericTypeArguments": [], "Methods": [], "Constructors": [] @@ -83490,12 +97895,12 @@ }, { "ParameterMetadata": { - "Name": "AsJob", + "Name": "Tag", "AliasList": [], "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Namespace": "System.Collections", + "Name": "System.Collections.Hashtable", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -83510,74 +97915,6 @@ "Mandatory": false, "Position": -2147483648, "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "DefaultProfile", - "AliasList": [ - "AzContext", - "AzureRmContext", - "AzureCredential" - ], - "Type": { - "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", - "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", - "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", - "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", - "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "Clear", - "Parameters": [], - "ReturnType": "System.Void" - } - ], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - } - ] - }, - { - "Name": "RemoveByResourceIdParameterSet", - "Parameters": [ - { - "ParameterMetadata": { - "Name": "ResourceId", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": true, - "Position": -2147483648, - "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": true }, { @@ -83604,30 +97941,6 @@ "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, - { - "ParameterMetadata": { - "Name": "PassThru", - "AliasList": [], - "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, { "ParameterMetadata": { "Name": "AsJob", @@ -83654,58 +97967,14 @@ }, { "ParameterMetadata": { - "Name": "DefaultProfile", - "AliasList": [ - "AzContext", - "AzureRmContext", - "AzureCredential" - ], - "Type": { - "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", - "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", - "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", - "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", - "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "Clear", - "Parameters": [], - "ReturnType": "System.Void" - } - ], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - } - ] - }, - { - "Name": "__AllParameterSets", - "Parameters": [ - { - "ParameterMetadata": { - "Name": "Force", + "Name": "Zone", "AliasList": [], "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Namespace": "System", + "Name": "System.String[]", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, - "ElementType": null, + "ElementType": "System.String", "GenericTypeArguments": [], "Methods": [], "Constructors": [] @@ -83722,19 +97991,22 @@ }, { "ParameterMetadata": { - "Name": "PassThru", + "Name": "Sku", "AliasList": [], "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], "Methods": [], "Constructors": [] }, - "ValidateSet": [], + "ValidateSet": [ + "AZFW_Hub", + "AZFW_VNet" + ], "ValidateRangeMin": null, "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false @@ -83742,16 +98014,16 @@ "Mandatory": false, "Position": -2147483648, "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false + "ValueFromPipelineByPropertyName": true }, { "ParameterMetadata": { - "Name": "AsJob", + "Name": "VirtualHubId", "AliasList": [], "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -83766,392 +98038,183 @@ "Mandatory": false, "Position": -2147483648, "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false + "ValueFromPipelineByPropertyName": true }, { "ParameterMetadata": { - "Name": "DefaultProfile", - "AliasList": [ - "AzContext", - "AzureRmContext", - "AzureCredential" - ], + "Name": "HubIPAddress", + "AliasList": [], "Type": { - "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", - "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Namespace": "Microsoft.Azure.Commands.Network.Models", + "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallHubIpAddresses", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallHubIpAddresses, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { - "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", - "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", - "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", - "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + "PublicIPs": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallHubPublicIpAddresses", + "publicIPAddresses": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPublicIpAddress[]" }, "ElementType": null, "GenericTypeArguments": [], "Methods": [ { - "Name": "Clear", + "Name": "ToString", "Parameters": [], - "ReturnType": "System.Void" + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" } ], - "Constructors": [] + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - } - ] - } - ], - "AliasList": [] - }, - { - "VerbName": "Set", - "NounName": "AzFirewallPolicyRuleCollectionGroup", - "Name": "Set-AzFirewallPolicyRuleCollectionGroup", - "ClassName": "Microsoft.Azure.Commands.Network.SetAzureFirewallPolicyRuleGroupCommand", - "SupportsShouldProcess": true, - "ConfirmImpact": 2, - "SupportsPaging": false, - "DefaultParameterSetName": "SetByNameParameterSet", - "OutputTypes": [ - { - "Type": { - "Namespace": "Microsoft.Azure.Commands.Network.Models", - "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyRuleCollectionGroup", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyRuleCollectionGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", - "Properties": { - "RuleCollection": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyBaseRuleCollection]", - "Name": "System.String", - "Etag": "System.String", - "Id": "System.String", - "Priority": "System.UInt32" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetRuleCollectionByName", - "Parameters": [ - { - "Name": "ruleCollectionName", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyBaseRuleCollection" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [ - { - "Name": "", - "ReturnType": null, - "Parameters": [] - } - ] - }, - "ParameterSets": [ - "__AllParameterSets" - ] - } - ], - "Parameters": [ - { - "Name": "Name", - "AliasList": [ - "ResourceName" - ], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - { - "Name": "InputObject", - "AliasList": [], - "Type": { - "Namespace": "Microsoft.Azure.Commands.Network.Models", - "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyRuleCollectionGroupWrapper", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyRuleCollectionGroupWrapper, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", - "Properties": { - "Properties": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyRuleCollectionGroup", - "Name": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [ - { - "Name": "", - "ReturnType": null, - "Parameters": [] - } - ] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - { - "Name": "FirewallPolicyObject", - "AliasList": [], - "Type": { - "Namespace": "Microsoft.Azure.Commands.Network.Models", - "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", - "Properties": { - "BasePolicy": "Microsoft.Azure.Management.Network.Models.SubResource", - "RuleCollectionGroups": "System.Collections.Generic.List`1[Microsoft.Azure.Management.Network.Models.SubResource]", - "Tag": "System.Collections.Hashtable", - "ThreatIntelMode": "System.String", - "ProvisioningState": "System.String", - "ResourceGroupName": "System.String", - "Location": "System.String", - "ResourceGuid": "System.String", - "Type": "System.String", - "TagsTable": "System.String", - "Name": "System.String", - "Etag": "System.String", - "Id": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [ - { - "Name": "", - "ReturnType": null, - "Parameters": [] - } - ] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - { - "Name": "ResourceGroupName", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - { - "Name": "ResourceId", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - { - "Name": "FirewallPolicyName", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - { - "Name": "Priority", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.UInt32", - "AssemblyQualifiedName": "System.UInt32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": 100, - "ValidateRangeMax": 65000, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "RuleCollection", - "AliasList": [], - "Type": { - "Namespace": "Microsoft.Azure.Commands.Network.Models", - "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyBaseRuleCollection[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyBaseRuleCollection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", - "Properties": {}, - "ElementType": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyBaseRuleCollection", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - { - "Name": "DefaultProfile", - "AliasList": [ - "AzContext", - "AzureRmContext", - "AzureCredential" - ], - "Type": { - "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", - "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", - "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", - "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", - "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "Clear", - "Parameters": [], - "ReturnType": "System.Void" - } - ], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - } - ], - "ParameterSets": [ + { + "ParameterMetadata": { + "Name": "FirewallPolicyId", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, { - "Name": "SetByNameParameterSet", + "Name": "OldIpConfigurationParameterValues", "Parameters": [ + { + "ParameterMetadata": { + "Name": "VirtualNetworkName", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "PublicIpName", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, { "ParameterMetadata": { "Name": "Name", @@ -84204,7 +98267,7 @@ }, { "ParameterMetadata": { - "Name": "FirewallPolicyName", + "Name": "Location", "AliasList": [], "Type": { "Namespace": "System", @@ -84228,38 +98291,38 @@ }, { "ParameterMetadata": { - "Name": "Priority", + "Name": "ApplicationRuleCollection", "AliasList": [], "Type": { - "Namespace": "System", - "Name": "System.UInt32", - "AssemblyQualifiedName": "System.UInt32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Namespace": "Microsoft.Azure.Commands.Network.Models", + "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallApplicationRuleCollection[]", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallApplicationRuleCollection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, - "ElementType": null, + "ElementType": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallApplicationRuleCollection", "GenericTypeArguments": [], "Methods": [], "Constructors": [] }, "ValidateSet": [], - "ValidateRangeMin": 100, - "ValidateRangeMax": 65000, + "ValidateRangeMin": null, + "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, - "Mandatory": true, + "Mandatory": false, "Position": -2147483648, "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false + "ValueFromPipelineByPropertyName": true }, { "ParameterMetadata": { - "Name": "RuleCollection", + "Name": "NatRuleCollection", "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", - "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyBaseRuleCollection[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyBaseRuleCollection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNatRuleCollection[]", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNatRuleCollection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, - "ElementType": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyBaseRuleCollection", + "ElementType": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNatRuleCollection", "GenericTypeArguments": [], "Methods": [], "Constructors": [] @@ -84267,7 +98330,7 @@ "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true + "ValidateNotNullOrEmpty": false }, "Mandatory": false, "Position": -2147483648, @@ -84276,31 +98339,16 @@ }, { "ParameterMetadata": { - "Name": "DefaultProfile", - "AliasList": [ - "AzContext", - "AzureRmContext", - "AzureCredential" - ], + "Name": "NetworkRuleCollection", + "AliasList": [], "Type": { - "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", - "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", - "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", - "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", - "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" - }, - "ElementType": null, + "Namespace": "Microsoft.Azure.Commands.Network.Models", + "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNetworkRuleCollection[]", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNetworkRuleCollection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": {}, + "ElementType": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNetworkRuleCollection", "GenericTypeArguments": [], - "Methods": [ - { - "Name": "Clear", - "Parameters": [], - "ReturnType": "System.Void" - } - ], + "Methods": [], "Constructors": [] }, "ValidateSet": [], @@ -84311,19 +98359,12 @@ "Mandatory": false, "Position": -2147483648, "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - } - ] - }, - { - "Name": "SetByParentInputObjectParameterSet", - "Parameters": [ + "ValueFromPipelineByPropertyName": true + }, { "ParameterMetadata": { - "Name": "Name", - "AliasList": [ - "ResourceName" - ], + "Name": "ThreatIntelMode", + "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", @@ -84334,38 +98375,31 @@ "Methods": [], "Constructors": [] }, - "ValidateSet": [], + "ValidateSet": [ + "Alert", + "Deny", + "Off" + ], "ValidateRangeMin": null, "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true + "ValidateNotNullOrEmpty": false }, - "Mandatory": true, + "Mandatory": false, "Position": -2147483648, "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false + "ValueFromPipelineByPropertyName": true }, { "ParameterMetadata": { - "Name": "FirewallPolicyObject", + "Name": "ThreatIntelWhitelist", "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", - "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallThreatIntelWhitelist", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallThreatIntelWhitelist, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { - "BasePolicy": "Microsoft.Azure.Management.Network.Models.SubResource", - "RuleCollectionGroups": "System.Collections.Generic.List`1[Microsoft.Azure.Management.Network.Models.SubResource]", - "Tag": "System.Collections.Hashtable", - "ThreatIntelMode": "System.String", - "ProvisioningState": "System.String", - "ResourceGroupName": "System.String", - "Location": "System.String", - "ResourceGuid": "System.String", - "Type": "System.String", - "TagsTable": "System.String", - "Name": "System.String", - "Etag": "System.String", - "Id": "System.String" + "FQDNs": "System.String[]", + "IpAddresses": "System.String[]" }, "ElementType": null, "GenericTypeArguments": [], @@ -84407,47 +98441,47 @@ "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true + "ValidateNotNullOrEmpty": false }, - "Mandatory": true, + "Mandatory": false, "Position": -2147483648, "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true + "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "Priority", + "Name": "PrivateRange", "AliasList": [], "Type": { "Namespace": "System", - "Name": "System.UInt32", - "AssemblyQualifiedName": "System.UInt32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Name": "System.String[]", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, - "ElementType": null, + "ElementType": "System.String", "GenericTypeArguments": [], "Methods": [], "Constructors": [] }, "ValidateSet": [], - "ValidateRangeMin": 100, - "ValidateRangeMax": 65000, + "ValidateRangeMin": null, + "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, - "Mandatory": true, + "Mandatory": false, "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "RuleCollection", + "Name": "EnableDnsProxy", "AliasList": [], "Type": { - "Namespace": "Microsoft.Azure.Commands.Network.Models", - "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyBaseRuleCollection[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyBaseRuleCollection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, - "ElementType": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyBaseRuleCollection", + "ElementType": null, "GenericTypeArguments": [], "Methods": [], "Constructors": [] @@ -84455,40 +98489,25 @@ "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true + "ValidateNotNullOrEmpty": false }, "Mandatory": false, "Position": -2147483648, "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true + "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "DefaultProfile", - "AliasList": [ - "AzContext", - "AzureRmContext", - "AzureCredential" - ], + "Name": "DnsProxyNotRequiredForNetworkRule", + "AliasList": [], "Type": { - "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", - "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", - "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", - "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", - "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" - }, + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, "ElementType": null, "GenericTypeArguments": [], - "Methods": [ - { - "Name": "Clear", - "Parameters": [], - "ReturnType": "System.Void" - } - ], + "Methods": [], "Constructors": [] }, "ValidateSet": [], @@ -84500,79 +98519,39 @@ "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false - } - ] - }, - { - "Name": "SetByInputObjectParameterSet", - "Parameters": [ + }, { "ParameterMetadata": { - "Name": "InputObject", + "Name": "DnsServer", "AliasList": [], "Type": { - "Namespace": "Microsoft.Azure.Commands.Network.Models", - "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyRuleCollectionGroupWrapper", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyRuleCollectionGroupWrapper, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", - "Properties": { - "Properties": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyRuleCollectionGroup", - "Name": "System.String" - }, - "ElementType": null, + "Namespace": "System", + "Name": "System.String[]", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": "System.String", "GenericTypeArguments": [], - "Methods": [ - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [ - { - "Name": "", - "ReturnType": null, - "Parameters": [] - } - ] + "Methods": [], + "Constructors": [] }, "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true + "ValidateNotNullOrEmpty": false }, - "Mandatory": true, + "Mandatory": false, "Position": -2147483648, - "ValueFromPipeline": true, + "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "Priority", + "Name": "Tag", "AliasList": [], "Type": { - "Namespace": "System", - "Name": "System.UInt32", - "AssemblyQualifiedName": "System.UInt32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Namespace": "System.Collections", + "Name": "System.Collections.Hashtable", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -84580,25 +98559,25 @@ "Constructors": [] }, "ValidateSet": [], - "ValidateRangeMin": 100, - "ValidateRangeMax": 65000, + "ValidateRangeMin": null, + "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, "Position": -2147483648, "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false + "ValueFromPipelineByPropertyName": true }, { "ParameterMetadata": { - "Name": "RuleCollection", + "Name": "Force", "AliasList": [], "Type": { - "Namespace": "Microsoft.Azure.Commands.Network.Models", - "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyBaseRuleCollection[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyBaseRuleCollection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, - "ElementType": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyBaseRuleCollection", + "ElementType": null, "GenericTypeArguments": [], "Methods": [], "Constructors": [] @@ -84606,40 +98585,25 @@ "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true + "ValidateNotNullOrEmpty": false }, "Mandatory": false, "Position": -2147483648, "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true + "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "DefaultProfile", - "AliasList": [ - "AzContext", - "AzureRmContext", - "AzureCredential" - ], + "Name": "AsJob", + "AliasList": [], "Type": { - "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", - "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", - "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", - "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", - "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" - }, + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, "ElementType": null, "GenericTypeArguments": [], - "Methods": [ - { - "Name": "Clear", - "Parameters": [], - "ReturnType": "System.Void" - } - ], + "Methods": [], "Constructors": [] }, "ValidateSet": [], @@ -84651,15 +98615,34 @@ "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false - } - ] - }, - { - "Name": "SetByResourceIdParameterSet", - "Parameters": [ + }, { "ParameterMetadata": { - "Name": "ResourceId", + "Name": "Zone", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String[]", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": "System.String", + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Sku", "AliasList": [], "Type": { "Namespace": "System", @@ -84671,24 +98654,27 @@ "Methods": [], "Constructors": [] }, - "ValidateSet": [], + "ValidateSet": [ + "AZFW_Hub", + "AZFW_VNet" + ], "ValidateRangeMin": null, "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true + "ValidateNotNullOrEmpty": false }, - "Mandatory": true, + "Mandatory": false, "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": true }, { "ParameterMetadata": { - "Name": "Priority", + "Name": "VirtualHubId", "AliasList": [], "Type": { "Namespace": "System", - "Name": "System.UInt32", - "AssemblyQualifiedName": "System.UInt32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -84696,25 +98682,84 @@ "Constructors": [] }, "ValidateSet": [], - "ValidateRangeMin": 100, - "ValidateRangeMax": 65000, + "ValidateRangeMin": null, + "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, - "Mandatory": true, + "Mandatory": false, "Position": -2147483648, "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false + "ValueFromPipelineByPropertyName": true }, { "ParameterMetadata": { - "Name": "RuleCollection", + "Name": "HubIPAddress", "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", - "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyBaseRuleCollection[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyBaseRuleCollection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallHubIpAddresses", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallHubIpAddresses, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "PublicIPs": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallHubPublicIpAddresses", + "publicIPAddresses": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPublicIpAddress[]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "FirewallPolicyId", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, - "ElementType": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyBaseRuleCollection", + "ElementType": null, "GenericTypeArguments": [], "Methods": [], "Constructors": [] @@ -84722,7 +98767,7 @@ "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true + "ValidateNotNullOrEmpty": false }, "Mandatory": false, "Position": -2147483648, @@ -84771,42 +98816,101 @@ ] }, { - "Name": "__AllParameterSets", + "Name": "IpConfigurationParameterValues", "Parameters": [ { "ParameterMetadata": { - "Name": "Priority", + "Name": "VirtualNetwork", "AliasList": [], "Type": { - "Namespace": "System", - "Name": "System.UInt32", - "AssemblyQualifiedName": "System.UInt32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, + "Namespace": "Microsoft.Azure.Commands.Network.Models", + "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "AddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", + "DhcpOptions": "Microsoft.Azure.Commands.Network.Models.PSDhcpOptions", + "DdosProtectionPlan": "Microsoft.Azure.Commands.Network.Models.PSResourceId", + "BgpCommunities": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkBgpCommunities", + "IpAllocations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", + "Subnets": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSSubnet]", + "VirtualNetworkPeerings": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkPeering]", + "Tag": "System.Collections.Hashtable", + "EnableDdosProtection": "System.Nullable`1[System.Boolean]", + "Name": "System.String", + "TagsTable": "System.String", + "Type": "System.String", + "ResourceGuid": "System.String", + "Location": "System.String", + "ResourceGroupName": "System.String", + "IpAllocationsText": "System.String", + "BgpCommunitiesText": "System.String", + "EnableDdosProtectionText": "System.String", + "VirtualNetworkPeeringsText": "System.String", + "Etag": "System.String", + "SubnetsText": "System.String", + "DhcpOptionsText": "System.String", + "AddressSpaceText": "System.String", + "ProvisioningState": "System.String", + "DdosProtectionPlanText": "System.String", + "Id": "System.String" + }, "ElementType": null, "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] }, "ValidateSet": [], - "ValidateRangeMin": 100, - "ValidateRangeMax": 65000, - "ValidateNotNullOrEmpty": false + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true }, - "Mandatory": false, + "Mandatory": true, "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true + "ValueFromPipeline": true, + "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "RuleCollection", + "Name": "PublicIpAddress", "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", - "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyBaseRuleCollection[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyBaseRuleCollection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "Name": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress[]", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, - "ElementType": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyBaseRuleCollection", + "ElementType": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress", "GenericTypeArguments": [], "Methods": [], "Constructors": [] @@ -84816,380 +98920,93 @@ "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, - "Mandatory": false, + "Mandatory": true, "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": true }, { "ParameterMetadata": { - "Name": "DefaultProfile", - "AliasList": [ - "AzContext", - "AzureRmContext", - "AzureCredential" - ], + "Name": "ManagementPublicIpAddress", + "AliasList": [], "Type": { - "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", - "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Namespace": "Microsoft.Azure.Commands.Network.Models", + "Name": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { - "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", - "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", - "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", - "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + "IpConfiguration": "Microsoft.Azure.Commands.Network.Models.PSIPConfiguration", + "DnsSettings": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddressDnsSettings", + "Sku": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddressSku", + "PublicIpPrefix": "Microsoft.Azure.Commands.Network.Models.PSResourceId", + "IpTags": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSPublicIpTag]", + "Zones": "System.Collections.Generic.List`1[System.String]", + "Tag": "System.Collections.Hashtable", + "IdleTimeoutInMinutes": "System.Nullable`1[System.Int32]", + "PublicIpAllocationMethod": "System.String", + "Name": "System.String", + "TagsTable": "System.String", + "Type": "System.String", + "ResourceGuid": "System.String", + "Location": "System.String", + "ResourceGroupName": "System.String", + "DnsSettingsText": "System.String", + "SkuText": "System.String", + "IpTagsText": "System.String", + "Etag": "System.String", + "IpConfigurationText": "System.String", + "ProvisioningState": "System.String", + "PublicIpAddressVersion": "System.String", + "IpAddress": "System.String", + "PublicIpPrefixText": "System.String", + "Id": "System.String" }, "ElementType": null, "GenericTypeArguments": [], "Methods": [ { - "Name": "Clear", + "Name": "ToString", "Parameters": [], - "ReturnType": "System.Void" - } - ], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - } - ] - } - ], - "AliasList": [] - }, - { - "VerbName": "Set", - "NounName": "AzFirewallPolicy", - "Name": "Set-AzFirewallPolicy", - "ClassName": "Microsoft.Azure.Commands.Network.SetAzureFirewallPolicyCommand", - "SupportsShouldProcess": true, - "ConfirmImpact": 2, - "SupportsPaging": false, - "DefaultParameterSetName": "SetByNameParameterSet", - "OutputTypes": [ - { - "Type": { - "Namespace": "Microsoft.Azure.Commands.Network.Models", - "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", - "Properties": { - "BasePolicy": "Microsoft.Azure.Management.Network.Models.SubResource", - "RuleCollectionGroups": "System.Collections.Generic.List`1[Microsoft.Azure.Management.Network.Models.SubResource]", - "Tag": "System.Collections.Hashtable", - "ThreatIntelMode": "System.String", - "ProvisioningState": "System.String", - "ResourceGroupName": "System.String", - "Location": "System.String", - "ResourceGuid": "System.String", - "Type": "System.String", - "TagsTable": "System.String", - "Name": "System.String", - "Etag": "System.String", - "Id": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [ - { - "Name": "", - "ReturnType": null, - "Parameters": [] - } - ] - }, - "ParameterSets": [ - "__AllParameterSets" - ] - } - ], - "Parameters": [ - { - "Name": "Name", - "AliasList": [ - "ResourceName" - ], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - { - "Name": "ResourceGroupName", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - { - "Name": "InputObject", - "AliasList": [], - "Type": { - "Namespace": "Microsoft.Azure.Commands.Network.Models", - "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", - "Properties": { - "BasePolicy": "Microsoft.Azure.Management.Network.Models.SubResource", - "RuleCollectionGroups": "System.Collections.Generic.List`1[Microsoft.Azure.Management.Network.Models.SubResource]", - "Tag": "System.Collections.Hashtable", - "ThreatIntelMode": "System.String", - "ProvisioningState": "System.String", - "ResourceGroupName": "System.String", - "Location": "System.String", - "ResourceGuid": "System.String", - "Type": "System.String", - "TagsTable": "System.String", - "Name": "System.String", - "Etag": "System.String", - "Id": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [ - { - "Name": "", - "ReturnType": null, - "Parameters": [] - } - ] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "AsJob", - "AliasList": [], - "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "ResourceId", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - { - "Name": "ThreatIntelMode", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [ - "Alert", - "Deny", - "Off" - ], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "BasePolicy", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "Location", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - { - "Name": "Tag", - "AliasList": [], - "Type": { - "Namespace": "System.Collections", - "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "DefaultProfile", - "AliasList": [ - "AzContext", - "AzureRmContext", - "AzureCredential" - ], - "Type": { - "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", - "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", - "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", - "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", - "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "Clear", - "Parameters": [], - "ReturnType": "System.Void" - } - ], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - } - ], - "ParameterSets": [ - { - "Name": "SetByNameParameterSet", - "Parameters": [ { "ParameterMetadata": { "Name": "Name", @@ -85266,14 +99083,14 @@ }, { "ParameterMetadata": { - "Name": "AsJob", + "Name": "ApplicationRuleCollection", "AliasList": [], "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Namespace": "Microsoft.Azure.Commands.Network.Models", + "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallApplicationRuleCollection[]", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallApplicationRuleCollection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, - "ElementType": null, + "ElementType": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallApplicationRuleCollection", "GenericTypeArguments": [], "Methods": [], "Constructors": [] @@ -85286,46 +99103,18 @@ "Mandatory": false, "Position": -2147483648, "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "ThreatIntelMode", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [ - "Alert", - "Deny", - "Off" - ], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": true }, { "ParameterMetadata": { - "Name": "BasePolicy", + "Name": "NatRuleCollection", "AliasList": [], "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Namespace": "Microsoft.Azure.Commands.Network.Models", + "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNatRuleCollection[]", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNatRuleCollection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, - "ElementType": null, + "ElementType": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNatRuleCollection", "GenericTypeArguments": [], "Methods": [], "Constructors": [] @@ -85342,14 +99131,14 @@ }, { "ParameterMetadata": { - "Name": "Tag", + "Name": "NetworkRuleCollection", "AliasList": [], "Type": { - "Namespace": "System.Collections", - "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "Namespace": "Microsoft.Azure.Commands.Network.Models", + "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNetworkRuleCollection[]", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNetworkRuleCollection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, - "ElementType": null, + "ElementType": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNetworkRuleCollection", "GenericTypeArguments": [], "Methods": [], "Constructors": [] @@ -85366,54 +99155,8 @@ }, { "ParameterMetadata": { - "Name": "DefaultProfile", - "AliasList": [ - "AzContext", - "AzureRmContext", - "AzureCredential" - ], - "Type": { - "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", - "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", - "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", - "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", - "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "Clear", - "Parameters": [], - "ReturnType": "System.Void" - } - ], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - } - ] - }, - { - "Name": "SetByInputObjectParameterSet", - "Parameters": [ - { - "ParameterMetadata": { - "Name": "Name", - "AliasList": [ - "ResourceName" - ], + "Name": "ThreatIntelMode", + "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", @@ -85424,38 +99167,31 @@ "Methods": [], "Constructors": [] }, - "ValidateSet": [], + "ValidateSet": [ + "Alert", + "Deny", + "Off" + ], "ValidateRangeMin": null, "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true + "ValidateNotNullOrEmpty": false }, "Mandatory": false, "Position": -2147483648, "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false + "ValueFromPipelineByPropertyName": true }, { "ParameterMetadata": { - "Name": "InputObject", + "Name": "ThreatIntelWhitelist", "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", - "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallThreatIntelWhitelist", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallThreatIntelWhitelist, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { - "BasePolicy": "Microsoft.Azure.Management.Network.Models.SubResource", - "RuleCollectionGroups": "System.Collections.Generic.List`1[Microsoft.Azure.Management.Network.Models.SubResource]", - "Tag": "System.Collections.Hashtable", - "ThreatIntelMode": "System.String", - "ProvisioningState": "System.String", - "ResourceGroupName": "System.String", - "Location": "System.String", - "ResourceGuid": "System.String", - "Type": "System.String", - "TagsTable": "System.String", - "Name": "System.String", - "Etag": "System.String", - "Id": "System.String" + "FQDNs": "System.String[]", + "IpAddresses": "System.String[]" }, "ElementType": null, "GenericTypeArguments": [], @@ -85499,21 +99235,21 @@ "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, - "Mandatory": true, + "Mandatory": false, "Position": -2147483648, - "ValueFromPipeline": true, + "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "Location", + "Name": "PrivateRange", "AliasList": [], "Type": { "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Name": "System.String[]", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, - "ElementType": null, + "ElementType": "System.String", "GenericTypeArguments": [], "Methods": [], "Constructors": [] @@ -85521,7 +99257,7 @@ "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true + "ValidateNotNullOrEmpty": false }, "Mandatory": false, "Position": -2147483648, @@ -85530,7 +99266,7 @@ }, { "ParameterMetadata": { - "Name": "AsJob", + "Name": "EnableDnsProxy", "AliasList": [], "Type": { "Namespace": "System.Management.Automation", @@ -85554,23 +99290,19 @@ }, { "ParameterMetadata": { - "Name": "ThreatIntelMode", + "Name": "DnsProxyNotRequiredForNetworkRule", "AliasList": [], "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], "Methods": [], "Constructors": [] }, - "ValidateSet": [ - "Alert", - "Deny", - "Off" - ], + "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false @@ -85578,18 +99310,18 @@ "Mandatory": false, "Position": -2147483648, "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true + "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "BasePolicy", + "Name": "DnsServer", "AliasList": [], "Type": { "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Name": "System.String[]", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, - "ElementType": null, + "ElementType": "System.String", "GenericTypeArguments": [], "Methods": [], "Constructors": [] @@ -85602,7 +99334,7 @@ "Mandatory": false, "Position": -2147483648, "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true + "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { @@ -85630,31 +99362,16 @@ }, { "ParameterMetadata": { - "Name": "DefaultProfile", - "AliasList": [ - "AzContext", - "AzureRmContext", - "AzureCredential" - ], + "Name": "Force", + "AliasList": [], "Type": { - "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", - "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", - "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", - "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", - "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" - }, + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, "ElementType": null, "GenericTypeArguments": [], - "Methods": [ - { - "Name": "Clear", - "Parameters": [], - "ReturnType": "System.Void" - } - ], + "Methods": [], "Constructors": [] }, "ValidateSet": [], @@ -85666,12 +99383,7 @@ "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false - } - ] - }, - { - "Name": "__AllParameterSets", - "Parameters": [ + }, { "ParameterMetadata": { "Name": "AsJob", @@ -85698,23 +99410,19 @@ }, { "ParameterMetadata": { - "Name": "ThreatIntelMode", + "Name": "Zone", "AliasList": [], "Type": { "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Name": "System.String[]", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, - "ElementType": null, + "ElementType": "System.String", "GenericTypeArguments": [], "Methods": [], "Constructors": [] }, - "ValidateSet": [ - "Alert", - "Deny", - "Off" - ], + "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false @@ -85722,11 +99430,11 @@ "Mandatory": false, "Position": -2147483648, "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true + "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "BasePolicy", + "Name": "Sku", "AliasList": [], "Type": { "Namespace": "System", @@ -85738,7 +99446,10 @@ "Methods": [], "Constructors": [] }, - "ValidateSet": [], + "ValidateSet": [ + "AZFW_Hub", + "AZFW_VNet" + ], "ValidateRangeMin": null, "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false @@ -85750,12 +99461,12 @@ }, { "ParameterMetadata": { - "Name": "Tag", + "Name": "VirtualHubId", "AliasList": [], "Type": { - "Namespace": "System.Collections", - "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -85774,109 +99485,52 @@ }, { "ParameterMetadata": { - "Name": "DefaultProfile", - "AliasList": [ - "AzContext", - "AzureRmContext", - "AzureCredential" - ], + "Name": "HubIPAddress", + "AliasList": [], "Type": { - "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", - "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Namespace": "Microsoft.Azure.Commands.Network.Models", + "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallHubIpAddresses", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallHubIpAddresses, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { - "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", - "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", - "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", - "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + "PublicIPs": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallHubPublicIpAddresses", + "publicIPAddresses": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPublicIpAddress[]" }, "ElementType": null, "GenericTypeArguments": [], "Methods": [ { - "Name": "Clear", + "Name": "ToString", "Parameters": [], - "ReturnType": "System.Void" + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" } ], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - } - ] - }, - { - "Name": "SetByResourceIdParameterSet", - "Parameters": [ - { - "ParameterMetadata": { - "Name": "ResourceId", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": true, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "Location", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": true, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "AsJob", - "AliasList": [], - "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] }, "ValidateSet": [], "ValidateRangeMin": null, @@ -85890,35 +99544,7 @@ }, { "ParameterMetadata": { - "Name": "ThreatIntelMode", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [ - "Alert", - "Deny", - "Off" - ], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "BasePolicy", + "Name": "FirewallPolicyId", "AliasList": [], "Type": { "Namespace": "System", @@ -85940,30 +99566,6 @@ "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": true }, - { - "ParameterMetadata": { - "Name": "Tag", - "AliasList": [], - "Type": { - "Namespace": "System.Collections", - "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, { "ParameterMetadata": { "Name": "DefaultProfile", @@ -86004,16 +99606,20 @@ "ValueFromPipelineByPropertyName": false } ] + }, + { + "Name": "Default", + "Parameters": [] } ], "AliasList": [] }, { "VerbName": "New", - "NounName": "AzFirewallApplicationRuleCollection", - "Name": "New-AzFirewallApplicationRuleCollection", - "ClassName": "Microsoft.Azure.Commands.Network.NewAzureFirewallApplicationRuleCollectionCommand", - "SupportsShouldProcess": true, + "NounName": "AzFirewallPublicIpAddress", + "Name": "New-AzFirewallPublicIpAddress", + "ClassName": "Microsoft.Azure.Commands.Network.NewAzureFirewallPublicIpAddress", + "SupportsShouldProcess": false, "ConfirmImpact": 2, "SupportsPaging": false, "DefaultParameterSetName": "__AllParameterSets", @@ -86021,51 +99627,14 @@ { "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", - "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallApplicationRuleCollection", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallApplicationRuleCollection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPublicIpAddress", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPublicIpAddress, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { - "Action": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallRCAction", - "Rules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSAzureFirewallApplicationRule]", - "ActionText": "System.String", - "RulesText": "System.String", - "Name": "System.String", - "Etag": "System.String", - "Id": "System.String", - "Priority": "System.UInt32" + "Address": "System.String" }, "ElementType": null, "GenericTypeArguments": [], "Methods": [ - { - "Name": "AddRule", - "Parameters": [ - { - "Name": "rule", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Void" - }, - { - "Name": "GetRuleByName", - "Parameters": [ - { - "Name": "ruleName", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallApplicationRule" - }, - { - "Name": "RemoveRuleByName", - "Parameters": [ - { - "Name": "ruleName", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Void" - }, { "Name": "ToString", "Parameters": [], @@ -86107,7 +99676,7 @@ ], "Parameters": [ { - "Name": "Name", + "Name": "Address", "AliasList": [], "Type": { "Namespace": "System", @@ -86122,65 +99691,8 @@ "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - { - "Name": "Priority", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.UInt32", - "AssemblyQualifiedName": "System.UInt32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": 100, - "ValidateRangeMax": 65000, "ValidateNotNullOrEmpty": false }, - { - "Name": "Rule", - "AliasList": [], - "Type": { - "Namespace": "Microsoft.Azure.Commands.Network.Models", - "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallApplicationRule[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallApplicationRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", - "Properties": {}, - "ElementType": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallApplicationRule", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - { - "Name": "ActionType", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [ - "Allow", - "Deny" - ], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, { "Name": "DefaultProfile", "AliasList": [ @@ -86221,7 +99733,7 @@ "Parameters": [ { "ParameterMetadata": { - "Name": "Name", + "Name": "Address", "AliasList": [], "Type": { "Namespace": "System", @@ -86236,84 +99748,9 @@ "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": true, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "Priority", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.UInt32", - "AssemblyQualifiedName": "System.UInt32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": 100, - "ValidateRangeMax": 65000, "ValidateNotNullOrEmpty": false }, - "Mandatory": true, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "Rule", - "AliasList": [], - "Type": { - "Namespace": "Microsoft.Azure.Commands.Network.Models", - "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallApplicationRule[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallApplicationRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", - "Properties": {}, - "ElementType": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallApplicationRule", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": true, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "ActionType", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [ - "Allow", - "Deny" - ], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": true, + "Mandatory": false, "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false @@ -86363,84 +99800,25 @@ "AliasList": [] }, { - "VerbName": "New", - "NounName": "AzFirewallApplicationRule", - "Name": "New-AzFirewallApplicationRule", - "ClassName": "Microsoft.Azure.Commands.Network.NewAzureFirewallApplicationRuleCommand", + "VerbName": "Remove", + "NounName": "AzFirewall", + "Name": "Remove-AzFirewall", + "ClassName": "Microsoft.Azure.Commands.Network.RemoveAzureFirewallCommand", "SupportsShouldProcess": true, "ConfirmImpact": 2, "SupportsPaging": false, - "DefaultParameterSetName": "TargetFqdn", + "DefaultParameterSetName": "__AllParameterSets", "OutputTypes": [ { "Type": { - "Namespace": "Microsoft.Azure.Commands.Network.Models", - "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallApplicationRule", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallApplicationRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", - "Properties": { - "Protocols": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSAzureFirewallApplicationRuleProtocol]", - "SourceAddresses": "System.Collections.Generic.List`1[System.String]", - "TargetFqdns": "System.Collections.Generic.List`1[System.String]", - "FqdnTags": "System.Collections.Generic.List`1[System.String]", - "SourceIpGroups": "System.Collections.Generic.List`1[System.String]", - "Name": "System.String", - "Description": "System.String", - "ProtocolsText": "System.String", - "SourceAddressesText": "System.String", - "SourceIpGroupsText": "System.String", - "TargetFqdnsText": "System.String", - "FqdnTagsText": "System.String" - }, + "Namespace": "System", + "Name": "System.Boolean", + "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, "ElementType": null, "GenericTypeArguments": [], - "Methods": [ - { - "Name": "AddProtocol", - "Parameters": [ - { - "Name": "protocolType", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "port", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Void" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [ - { - "Name": "", - "ReturnType": null, - "Parameters": [] - } - ] + "Methods": [], + "Constructors": [] }, "ParameterSets": [ "__AllParameterSets" @@ -86450,7 +99828,9 @@ "Parameters": [ { "Name": "Name", - "AliasList": [], + "AliasList": [ + "ResourceName" + ], "Type": { "Namespace": "System", "Name": "System.String", @@ -86467,7 +99847,7 @@ "ValidateNotNullOrEmpty": true }, { - "Name": "Description", + "Name": "ResourceGroupName", "AliasList": [], "Type": { "Namespace": "System", @@ -86485,14 +99865,14 @@ "ValidateNotNullOrEmpty": true }, { - "Name": "SourceAddress", + "Name": "Force", "AliasList": [], "Type": { - "Namespace": "System", - "Name": "System.String[]", - "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, - "ElementType": "System.String", + "ElementType": null, "GenericTypeArguments": [], "Methods": [], "Constructors": [] @@ -86503,14 +99883,14 @@ "ValidateNotNullOrEmpty": false }, { - "Name": "SourceIpGroup", + "Name": "PassThru", "AliasList": [], "Type": { - "Namespace": "System", - "Name": "System.String[]", - "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, - "ElementType": "System.String", + "ElementType": null, "GenericTypeArguments": [], "Methods": [], "Constructors": [] @@ -86521,50 +99901,14 @@ "ValidateNotNullOrEmpty": false }, { - "Name": "TargetFqdn", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.String[]", - "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": "System.String", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - { - "Name": "FqdnTag", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.String[]", - "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": "System.String", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - { - "Name": "Protocol", + "Name": "AsJob", "AliasList": [], "Type": { - "Namespace": "System", - "Name": "System.String[]", - "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, - "ElementType": "System.String", + "ElementType": null, "GenericTypeArguments": [], "Methods": [], "Constructors": [] @@ -86572,7 +99916,7 @@ "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true + "ValidateNotNullOrEmpty": false }, { "Name": "DefaultProfile", @@ -86601,239 +99945,29 @@ } ], "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - } - ], - "ParameterSets": [ - { - "Name": "TargetFqdn", - "Parameters": [ - { - "ParameterMetadata": { - "Name": "Name", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": true, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "TargetFqdn", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.String[]", - "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": "System.String", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": true, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "Protocol", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.String[]", - "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": "System.String", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": true, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "Description", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "SourceAddress", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.String[]", - "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": "System.String", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "SourceIpGroup", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.String[]", - "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": "System.String", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "DefaultProfile", - "AliasList": [ - "AzContext", - "AzureRmContext", - "AzureCredential" - ], - "Type": { - "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", - "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", - "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", - "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", - "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "Clear", - "Parameters": [], - "ReturnType": "System.Void" - } - ], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - } - ] - }, - { - "Name": "FqdnTag", - "Parameters": [ - { - "ParameterMetadata": { - "Name": "Name", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": true, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + } + ], + "ParameterSets": [ + { + "Name": "__AllParameterSets", + "Parameters": [ { "ParameterMetadata": { - "Name": "FqdnTag", - "AliasList": [], + "Name": "Name", + "AliasList": [ + "ResourceName" + ], "Type": { "Namespace": "System", - "Name": "System.String[]", - "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, - "ElementType": "System.String", + "ElementType": null, "GenericTypeArguments": [], "Methods": [], "Constructors": [] @@ -86846,11 +99980,11 @@ "Mandatory": true, "Position": -2147483648, "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false + "ValueFromPipelineByPropertyName": true }, { "ParameterMetadata": { - "Name": "Description", + "Name": "ResourceGroupName", "AliasList": [], "Type": { "Namespace": "System", @@ -86867,45 +100001,21 @@ "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "SourceAddress", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.String[]", - "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": "System.String", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, + "Mandatory": true, "Position": -2147483648, "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false + "ValueFromPipelineByPropertyName": true }, { "ParameterMetadata": { - "Name": "SourceIpGroup", + "Name": "Force", "AliasList": [], "Type": { - "Namespace": "System", - "Name": "System.String[]", - "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, - "ElementType": "System.String", + "ElementType": null, "GenericTypeArguments": [], "Methods": [], "Constructors": [] @@ -86922,56 +100032,12 @@ }, { "ParameterMetadata": { - "Name": "DefaultProfile", - "AliasList": [ - "AzContext", - "AzureRmContext", - "AzureCredential" - ], - "Type": { - "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", - "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", - "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", - "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", - "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "Clear", - "Parameters": [], - "ReturnType": "System.Void" - } - ], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - } - ] - }, - { - "Name": "__AllParameterSets", - "Parameters": [ - { - "ParameterMetadata": { - "Name": "Description", + "Name": "PassThru", "AliasList": [], "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -86981,30 +100047,6 @@ "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "SourceAddress", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.String[]", - "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": "System.String", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -87014,14 +100056,14 @@ }, { "ParameterMetadata": { - "Name": "SourceIpGroup", + "Name": "AsJob", "AliasList": [], "Type": { - "Namespace": "System", - "Name": "System.String[]", - "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, - "ElementType": "System.String", + "ElementType": null, "GenericTypeArguments": [], "Methods": [], "Constructors": [] @@ -87081,11 +100123,11 @@ "AliasList": [] }, { - "VerbName": "Get", + "VerbName": "Set", "NounName": "AzFirewall", - "Name": "Get-AzFirewall", - "ClassName": "Microsoft.Azure.Commands.Network.GetAzureFirewallCommand", - "SupportsShouldProcess": false, + "Name": "Set-AzFirewall", + "ClassName": "Microsoft.Azure.Commands.Network.SetAzureFirewallCommand", + "SupportsShouldProcess": true, "ConfirmImpact": 2, "SupportsPaging": false, "DefaultParameterSetName": "__AllParameterSets", @@ -87094,39 +100136,324 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewall", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewall, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewall, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { + "HubIPAddresses": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallHubIpAddresses", "ManagementIpConfiguration": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallIpConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallSku", "ThreatIntelWhitelist": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallThreatIntelWhitelist", - "FirewallPolicy": "Microsoft.Azure.Management.Network.Models.SubResource", "VirtualHub": "Microsoft.Azure.Management.Network.Models.SubResource", + "FirewallPolicy": "Microsoft.Azure.Management.Network.Models.SubResource", "ApplicationRuleCollections": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSAzureFirewallApplicationRuleCollection]", "IpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSAzureFirewallIpConfiguration]", "NatRuleCollections": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNatRuleCollection]", "NetworkRuleCollections": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNetworkRuleCollection]", "Zones": "System.Collections.Generic.List`1[System.String]", "Tag": "System.Collections.Hashtable", + "ThreatIntelWhitelistText": "System.String", "Name": "System.String", - "PrivateRangeText": "System.String", "TagsTable": "System.String", "Type": "System.String", "ResourceGuid": "System.String", "Location": "System.String", "ResourceGroupName": "System.String", "DNSServersText": "System.String", - "ThreatIntelWhitelistText": "System.String", - "IpConfigurationsText": "System.String", + "PrivateRangeText": "System.String", + "ThreatIntelMode": "System.String", + "Id": "System.String", "NatRuleCollectionsText": "System.String", "ApplicationRuleCollectionsText": "System.String", "ManagementIpConfigurationText": "System.String", + "IpConfigurationsText": "System.String", "Etag": "System.String", "ProvisioningState": "System.String", "DNSRequireProxyForNetworkRules": "System.String", "DNSEnableProxy": "System.String", - "ThreatIntelMode": "System.String", "NetworkRuleCollectionsText": "System.String", + "DNSServer": "System.String[]", + "PrivateRange": "System.String[]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Allocate", + "Parameters": [ + { + "Name": "virtualNetwork", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "publicIpAddresses", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "ManagementPublicIpAddress", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "Deallocate", + "Parameters": [], + "ReturnType": "System.Void" + }, + { + "Name": "AddPublicIpAddress", + "Parameters": [ + { + "Name": "publicIpAddress", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "RemovePublicIpAddress", + "Parameters": [ + { + "Name": "publicIpAddress", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "AddApplicationRuleCollection", + "Parameters": [ + { + "Name": "ruleCollection", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "GetApplicationRuleCollectionByName", + "Parameters": [ + { + "Name": "ruleCollectionName", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallApplicationRuleCollection" + }, + { + "Name": "GetApplicationRuleCollectionByPriority", + "Parameters": [ + { + "Name": "priority", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallApplicationRuleCollection" + }, + { + "Name": "RemoveApplicationRuleCollectionByName", + "Parameters": [ + { + "Name": "ruleCollectionName", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "RemoveApplicationRuleCollectionByPriority", + "Parameters": [ + { + "Name": "priority", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "AddNatRuleCollection", + "Parameters": [ + { + "Name": "ruleCollection", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "GetNatRuleCollectionByName", + "Parameters": [ + { + "Name": "ruleCollectionName", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNatRuleCollection" + }, + { + "Name": "GetNatRuleCollectionByPriority", + "Parameters": [ + { + "Name": "priority", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNatRuleCollection" + }, + { + "Name": "RemoveNatRuleCollectionByName", + "Parameters": [ + { + "Name": "ruleCollectionName", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "RemoveNatRuleCollectionByPriority", + "Parameters": [ + { + "Name": "priority", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "AddNetworkRuleCollection", + "Parameters": [ + { + "Name": "ruleCollection", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "GetNetworkRuleCollectionByName", + "Parameters": [ + { + "Name": "ruleCollectionName", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNetworkRuleCollection" + }, + { + "Name": "GetNetworkRuleCollectionByPriority", + "Parameters": [ + { + "Name": "priority", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNetworkRuleCollection" + }, + { + "Name": "RemoveNetworkRuleCollectionByName", + "Parameters": [ + { + "Name": "ruleCollectionName", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "RemoveNetworkRuleCollectionByPriority", + "Parameters": [ + { + "Name": "priority", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "ValidateDNSProxyRequirements", + "Parameters": [], + "ReturnType": "System.Void" + }, + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] + }, + "ParameterSets": [ + "__AllParameterSets" + ] + } + ], + "Parameters": [ + { + "Name": "AzureFirewall", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Network.Models", + "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewall", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewall, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "HubIPAddresses": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallHubIpAddresses", + "ManagementIpConfiguration": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallIpConfiguration", + "Sku": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallSku", + "ThreatIntelWhitelist": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallThreatIntelWhitelist", + "VirtualHub": "Microsoft.Azure.Management.Network.Models.SubResource", + "FirewallPolicy": "Microsoft.Azure.Management.Network.Models.SubResource", + "ApplicationRuleCollections": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSAzureFirewallApplicationRuleCollection]", + "IpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSAzureFirewallIpConfiguration]", + "NatRuleCollections": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNatRuleCollection]", + "NetworkRuleCollections": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNetworkRuleCollection]", + "Zones": "System.Collections.Generic.List`1[System.String]", + "Tag": "System.Collections.Hashtable", + "ThreatIntelWhitelistText": "System.String", + "Name": "System.String", + "TagsTable": "System.String", + "Type": "System.String", + "ResourceGuid": "System.String", + "Location": "System.String", + "ResourceGroupName": "System.String", + "DNSServersText": "System.String", + "PrivateRangeText": "System.String", + "ThreatIntelMode": "System.String", "Id": "System.String", + "NatRuleCollectionsText": "System.String", + "ApplicationRuleCollectionsText": "System.String", + "ManagementIpConfigurationText": "System.String", + "IpConfigurationsText": "System.String", + "Etag": "System.String", + "ProvisioningState": "System.String", + "DNSRequireProxyForNetworkRules": "System.String", + "DNSEnableProxy": "System.String", + "NetworkRuleCollectionsText": "System.String", "DNSServer": "System.String[]", "PrivateRange": "System.String[]" }, @@ -87307,30 +100634,734 @@ "ReturnType": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNetworkRuleCollection" }, { - "Name": "RemoveNetworkRuleCollectionByName", - "Parameters": [ - { - "Name": "ruleCollectionName", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], + "Name": "RemoveNetworkRuleCollectionByName", + "Parameters": [ + { + "Name": "ruleCollectionName", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "RemoveNetworkRuleCollectionByPriority", + "Parameters": [ + { + "Name": "priority", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "ValidateDNSProxyRequirements", + "Parameters": [], + "ReturnType": "System.Void" + }, + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "AsJob", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + } + ], + "ParameterSets": [ + { + "Name": "__AllParameterSets", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "AzureFirewall", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Network.Models", + "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewall", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewall, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "HubIPAddresses": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallHubIpAddresses", + "ManagementIpConfiguration": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallIpConfiguration", + "Sku": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallSku", + "ThreatIntelWhitelist": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallThreatIntelWhitelist", + "VirtualHub": "Microsoft.Azure.Management.Network.Models.SubResource", + "FirewallPolicy": "Microsoft.Azure.Management.Network.Models.SubResource", + "ApplicationRuleCollections": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSAzureFirewallApplicationRuleCollection]", + "IpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSAzureFirewallIpConfiguration]", + "NatRuleCollections": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNatRuleCollection]", + "NetworkRuleCollections": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNetworkRuleCollection]", + "Zones": "System.Collections.Generic.List`1[System.String]", + "Tag": "System.Collections.Hashtable", + "ThreatIntelWhitelistText": "System.String", + "Name": "System.String", + "TagsTable": "System.String", + "Type": "System.String", + "ResourceGuid": "System.String", + "Location": "System.String", + "ResourceGroupName": "System.String", + "DNSServersText": "System.String", + "PrivateRangeText": "System.String", + "ThreatIntelMode": "System.String", + "Id": "System.String", + "NatRuleCollectionsText": "System.String", + "ApplicationRuleCollectionsText": "System.String", + "ManagementIpConfigurationText": "System.String", + "IpConfigurationsText": "System.String", + "Etag": "System.String", + "ProvisioningState": "System.String", + "DNSRequireProxyForNetworkRules": "System.String", + "DNSEnableProxy": "System.String", + "NetworkRuleCollectionsText": "System.String", + "DNSServer": "System.String[]", + "PrivateRange": "System.String[]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Allocate", + "Parameters": [ + { + "Name": "virtualNetwork", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "publicIpAddresses", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "ManagementPublicIpAddress", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "Deallocate", + "Parameters": [], + "ReturnType": "System.Void" + }, + { + "Name": "AddPublicIpAddress", + "Parameters": [ + { + "Name": "publicIpAddress", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "RemovePublicIpAddress", + "Parameters": [ + { + "Name": "publicIpAddress", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "AddApplicationRuleCollection", + "Parameters": [ + { + "Name": "ruleCollection", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "GetApplicationRuleCollectionByName", + "Parameters": [ + { + "Name": "ruleCollectionName", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallApplicationRuleCollection" + }, + { + "Name": "GetApplicationRuleCollectionByPriority", + "Parameters": [ + { + "Name": "priority", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallApplicationRuleCollection" + }, + { + "Name": "RemoveApplicationRuleCollectionByName", + "Parameters": [ + { + "Name": "ruleCollectionName", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "RemoveApplicationRuleCollectionByPriority", + "Parameters": [ + { + "Name": "priority", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "AddNatRuleCollection", + "Parameters": [ + { + "Name": "ruleCollection", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "GetNatRuleCollectionByName", + "Parameters": [ + { + "Name": "ruleCollectionName", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNatRuleCollection" + }, + { + "Name": "GetNatRuleCollectionByPriority", + "Parameters": [ + { + "Name": "priority", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNatRuleCollection" + }, + { + "Name": "RemoveNatRuleCollectionByName", + "Parameters": [ + { + "Name": "ruleCollectionName", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "RemoveNatRuleCollectionByPriority", + "Parameters": [ + { + "Name": "priority", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "AddNetworkRuleCollection", + "Parameters": [ + { + "Name": "ruleCollection", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "GetNetworkRuleCollectionByName", + "Parameters": [ + { + "Name": "ruleCollectionName", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNetworkRuleCollection" + }, + { + "Name": "GetNetworkRuleCollectionByPriority", + "Parameters": [ + { + "Name": "priority", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNetworkRuleCollection" + }, + { + "Name": "RemoveNetworkRuleCollectionByName", + "Parameters": [ + { + "Name": "ruleCollectionName", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "RemoveNetworkRuleCollectionByPriority", + "Parameters": [ + { + "Name": "priority", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "ValidateDNSProxyRequirements", + "Parameters": [], + "ReturnType": "System.Void" + }, + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": true, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "AsJob", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + } + ], + "AliasList": [] + }, + { + "VerbName": "New", + "NounName": "AzFirewallThreatIntelWhitelist", + "Name": "New-AzFirewallThreatIntelWhitelist", + "ClassName": "Microsoft.Azure.Commands.Network.NewAzureFirewallThreatIntelWhitelistCommand", + "SupportsShouldProcess": false, + "ConfirmImpact": 2, + "SupportsPaging": false, + "DefaultParameterSetName": "__AllParameterSets", + "OutputTypes": [ + { + "Type": { + "Namespace": "Microsoft.Azure.Commands.Network.Models", + "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallThreatIntelWhitelist", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallThreatIntelWhitelist, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "FQDNs": "System.String[]", + "IpAddresses": "System.String[]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] + }, + "ParameterSets": [ + "__AllParameterSets" + ] + } + ], + "Parameters": [ + { + "Name": "FQDN", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String[]", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": "System.String", + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "IpAddress", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String[]", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": "System.String", + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + } + ], + "ParameterSets": [ + { + "Name": "__AllParameterSets", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "FQDN", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String[]", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": "System.String", + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false }, - { - "Name": "RemoveNetworkRuleCollectionByPriority", - "Parameters": [ - { - "Name": "priority", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Void" + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "IpAddress", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String[]", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": "System.String", + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false }, - { - "Name": "ValidateDNSProxyRequirements", - "Parameters": [], - "ReturnType": "System.Void" + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + } + ], + "AliasList": [ + "New-AzFirewallThreatIntelWhitelistObject" + ] + }, + { + "VerbName": "New", + "NounName": "AzFirewallHubIpAddress", + "Name": "New-AzFirewallHubIpAddress", + "ClassName": "Microsoft.Azure.Commands.Network.NewAzureFirewallHubIpAddress", + "SupportsShouldProcess": false, + "ConfirmImpact": 2, + "SupportsPaging": false, + "DefaultParameterSetName": "__AllParameterSets", + "OutputTypes": [ + { + "Type": { + "Namespace": "Microsoft.Azure.Commands.Network.Models", + "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallHubIpAddresses", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallHubIpAddresses, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "PublicIPs": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallHubPublicIpAddresses", + "publicIPAddresses": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPublicIpAddress[]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ { "Name": "ToString", "Parameters": [], @@ -87368,31 +101399,12 @@ "ParameterSets": [ "__AllParameterSets" ] - }, - { - "Type": { - "Namespace": "System.Collections.Generic", - "Name": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Network.Models.PSAzureFirewall]", - "AssemblyQualifiedName": "System.Collections.Generic.IEnumerable`1[[Microsoft.Azure.Commands.Network.Models.PSAzureFirewall, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "Microsoft.Azure.Commands.Network.Models.PSAzureFirewall" - ], - "Methods": [], - "Constructors": [] - }, - "ParameterSets": [ - "__AllParameterSets" - ] } ], "Parameters": [ { - "Name": "Name", - "AliasList": [ - "ResourceName" - ], + "Name": "PrivateIPAddress", + "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", @@ -87406,25 +101418,60 @@ "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true + "ValidateNotNullOrEmpty": false }, { - "Name": "ResourceGroupName", + "Name": "PublicIP", "AliasList": [], "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, + "Namespace": "Microsoft.Azure.Commands.Network.Models", + "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallHubPublicIpAddresses", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallHubPublicIpAddresses, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "Addresses": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPublicIpAddress[]", + "Count": "System.Int32" + }, "ElementType": null, "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] }, "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true + "ValidateNotNullOrEmpty": false }, { "Name": "DefaultProfile", @@ -87466,10 +101513,8 @@ "Parameters": [ { "ParameterMetadata": { - "Name": "Name", - "AliasList": [ - "ResourceName" - ], + "Name": "PrivateIPAddress", + "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", @@ -87483,36 +101528,71 @@ "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true + "ValidateNotNullOrEmpty": false }, "Mandatory": false, "Position": -2147483648, "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true + "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "ResourceGroupName", + "Name": "PublicIP", "AliasList": [], "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, + "Namespace": "Microsoft.Azure.Commands.Network.Models", + "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallHubPublicIpAddresses", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallHubPublicIpAddresses, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "Addresses": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPublicIpAddress[]", + "Count": "System.Int32" + }, "ElementType": null, "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] }, "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true + "ValidateNotNullOrEmpty": false }, "Mandatory": false, "Position": -2147483648, "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true + "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { @@ -87560,10 +101640,10 @@ }, { "VerbName": "New", - "NounName": "AzFirewallNatRuleCollection", - "Name": "New-AzFirewallNatRuleCollection", - "ClassName": "Microsoft.Azure.Commands.Network.NewAzureFirewallNatRuleCollectionCommand", - "SupportsShouldProcess": true, + "NounName": "AzFirewallHubPublicIpAddress", + "Name": "New-AzFirewallHubPublicIpAddress", + "ClassName": "Microsoft.Azure.Commands.Network.NewAzureFirewallHubPublicIpAddress", + "SupportsShouldProcess": false, "ConfirmImpact": 2, "SupportsPaging": false, "DefaultParameterSetName": "__AllParameterSets", @@ -87571,51 +101651,15 @@ { "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", - "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNatRuleCollection", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNatRuleCollection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallHubPublicIpAddresses", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallHubPublicIpAddresses, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { - "Action": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNatRCAction", - "Rules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNatRule]", - "ActionText": "System.String", - "RulesText": "System.String", - "Name": "System.String", - "Etag": "System.String", - "Id": "System.String", - "Priority": "System.UInt32" + "Addresses": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPublicIpAddress[]", + "Count": "System.Int32" }, "ElementType": null, "GenericTypeArguments": [], "Methods": [ - { - "Name": "AddRule", - "Parameters": [ - { - "Name": "rule", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Void" - }, - { - "Name": "GetRuleByName", - "Parameters": [ - { - "Name": "ruleName", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNatRule" - }, - { - "Name": "RemoveRuleByName", - "Parameters": [ - { - "Name": "ruleName", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Void" - }, { "Name": "ToString", "Parameters": [], @@ -87657,12 +101701,12 @@ ], "Parameters": [ { - "Name": "Name", + "Name": "Count", "AliasList": [], "Type": { "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Name": "System.Int32", + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -87672,35 +101716,17 @@ "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - { - "Name": "Priority", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.UInt32", - "AssemblyQualifiedName": "System.UInt32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": 100, - "ValidateRangeMax": 65000, "ValidateNotNullOrEmpty": false }, { - "Name": "Rule", + "Name": "Address", "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", - "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNatRule[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNatRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPublicIpAddress[]", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPublicIpAddress[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, - "ElementType": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNatRule", + "ElementType": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPublicIpAddress", "GenericTypeArguments": [], "Methods": [], "Constructors": [] @@ -87708,7 +101734,7 @@ "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true + "ValidateNotNullOrEmpty": false }, { "Name": "DefaultProfile", @@ -87750,12 +101776,12 @@ "Parameters": [ { "ParameterMetadata": { - "Name": "Name", + "Name": "Count", "AliasList": [], "Type": { "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Name": "System.Int32", + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -87765,47 +101791,23 @@ "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": true, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "Priority", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.UInt32", - "AssemblyQualifiedName": "System.UInt32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": 100, - "ValidateRangeMax": 65000, "ValidateNotNullOrEmpty": false }, - "Mandatory": true, + "Mandatory": false, "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "Rule", + "Name": "Address", "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", - "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNatRule[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNatRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPublicIpAddress[]", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPublicIpAddress[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, - "ElementType": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNatRule", + "ElementType": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPublicIpAddress", "GenericTypeArguments": [], "Methods": [], "Constructors": [] @@ -87813,9 +101815,9 @@ "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true + "ValidateNotNullOrEmpty": false }, - "Mandatory": true, + "Mandatory": false, "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false @@ -87866,49 +101868,35 @@ }, { "VerbName": "New", - "NounName": "AzFirewallNatRule", - "Name": "New-AzFirewallNatRule", - "ClassName": "Microsoft.Azure.Commands.Network.NewAzureFirewallNatRuleCommand", + "NounName": "AzExpressRouteConnection", + "Name": "New-AzExpressRouteConnection", + "ClassName": "Microsoft.Azure.Commands.Network.NewAzureRmExpressRouteConnectionCommand", "SupportsShouldProcess": true, "ConfirmImpact": 2, "SupportsPaging": false, - "DefaultParameterSetName": "__AllParameterSets", + "DefaultParameterSetName": "ByExpressRouteGatewayName", "OutputTypes": [ { "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", - "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNatRule", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNatRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteConnection", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { - "Protocols": "System.Collections.Generic.List`1[System.String]", - "SourceAddresses": "System.Collections.Generic.List`1[System.String]", - "SourceIpGroups": "System.Collections.Generic.List`1[System.String]", - "DestinationAddresses": "System.Collections.Generic.List`1[System.String]", - "DestinationPorts": "System.Collections.Generic.List`1[System.String]", + "ExpressRouteCircuitPeering": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitPeeringId", + "RoutingConfiguration": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration", + "EnableInternetSecurity": "System.Boolean", + "AuthorizationKey": "System.String", + "ProvisioningState": "System.String", + "ExpressRouteCircuitPeeringText": "System.String", + "RoutingConfigurationText": "System.String", "Name": "System.String", - "Description": "System.String", - "TranslatedAddress": "System.String", - "TranslatedFqdn": "System.String", - "TranslatedPort": "System.String", - "ProtocolsText": "System.String", - "SourceAddressesText": "System.String", - "SourceIpGroupsText": "System.String", - "DestinationAddressesText": "System.String", - "DestinationPortsText": "System.String" + "Etag": "System.String", + "Id": "System.String", + "RoutingWeight": "System.UInt32" }, "ElementType": null, "GenericTypeArguments": [], "Methods": [ - { - "Name": "AddProtocol", - "Parameters": [ - { - "Name": "protocolType", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Void" - }, { "Name": "ToString", "Parameters": [], @@ -87950,7 +101938,7 @@ ], "Parameters": [ { - "Name": "Name", + "Name": "ResourceGroupName", "AliasList": [], "Type": { "Namespace": "System", @@ -87968,7 +101956,7 @@ "ValidateNotNullOrEmpty": true }, { - "Name": "Description", + "Name": "ExpressRouteGatewayName", "AliasList": [], "Type": { "Namespace": "System", @@ -87986,14 +101974,85 @@ "ValidateNotNullOrEmpty": true }, { - "Name": "SourceAddress", - "AliasList": [], + "Name": "ExpressRouteGatewayObject", + "AliasList": [ + "ExpressRouteGateway" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Network.Models", + "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteGateway", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "AutoScaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteGatewayAutoscaleConfiguration", + "VirtualHub": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubId", + "ExpressRouteConnections": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSExpressRouteConnection]", + "Tag": "System.Collections.Hashtable", + "ProvisioningState": "System.String", + "VirtualHubText": "System.String", + "AutoScaleConfigurationText": "System.String", + "ExpressRouteConnectionsText": "System.String", + "ResourceGroupName": "System.String", + "Location": "System.String", + "ResourceGuid": "System.String", + "Type": "System.String", + "TagsTable": "System.String", + "Name": "System.String", + "Etag": "System.String", + "Id": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "ParentResourceId", + "AliasList": [ + "ExpressRouteGatewayId" + ], "Type": { "Namespace": "System", - "Name": "System.String[]", - "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, - "ElementType": "System.String", + "ElementType": null, "GenericTypeArguments": [], "Methods": [], "Constructors": [] @@ -88001,17 +102060,20 @@ "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false + "ValidateNotNullOrEmpty": true }, { - "Name": "SourceIpGroup", - "AliasList": [], + "Name": "Name", + "AliasList": [ + "ResourceName", + "ExpressRouteConnectionName" + ], "Type": { "Namespace": "System", - "Name": "System.String[]", - "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, - "ElementType": "System.String", + "ElementType": null, "GenericTypeArguments": [], "Methods": [], "Constructors": [] @@ -88019,17 +102081,17 @@ "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false + "ValidateNotNullOrEmpty": true }, { - "Name": "DestinationAddress", + "Name": "ExpressRouteCircuitPeeringId", "AliasList": [], "Type": { "Namespace": "System", - "Name": "System.String[]", - "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, - "ElementType": "System.String", + "ElementType": null, "GenericTypeArguments": [], "Methods": [], "Constructors": [] @@ -88040,14 +102102,14 @@ "ValidateNotNullOrEmpty": true }, { - "Name": "DestinationPort", + "Name": "AuthorizationKey", "AliasList": [], "Type": { "Namespace": "System", - "Name": "System.String[]", - "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, - "ElementType": "System.String", + "ElementType": null, "GenericTypeArguments": [], "Methods": [], "Constructors": [] @@ -88058,34 +102120,30 @@ "ValidateNotNullOrEmpty": true }, { - "Name": "Protocol", + "Name": "RoutingWeight", "AliasList": [], "Type": { "Namespace": "System", - "Name": "System.String[]", - "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Name": "System.UInt32", + "AssemblyQualifiedName": "System.UInt32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, - "ElementType": "System.String", + "ElementType": null, "GenericTypeArguments": [], "Methods": [], "Constructors": [] }, - "ValidateSet": [ - "Any", - "TCP", - "UDP" - ], + "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { - "Name": "TranslatedAddress", + "Name": "EnableInternetSecurity", "AliasList": [], "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -88095,33 +102153,71 @@ "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true + "ValidateNotNullOrEmpty": false }, { - "Name": "TranslatedFqdn", + "Name": "RoutingConfiguration", "AliasList": [], "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, + "Namespace": "Microsoft.Azure.Commands.Network.Models", + "Name": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "PropagatedRouteTables": "Microsoft.Azure.Commands.Network.Models.PSPropagatedRouteTable", + "AssociatedRouteTable": "Microsoft.Azure.Commands.Network.Models.PSResourceId", + "VnetRoutes": "Microsoft.Azure.Commands.Network.Models.PSVnetRoute", + "PropagatedRouteTablesText": "System.String", + "VnetRoutesText": "System.String" + }, "ElementType": null, "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] }, "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true + "ValidateNotNullOrEmpty": false }, { - "Name": "TranslatedPort", + "Name": "AsJob", "AliasList": [], "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -88131,7 +102227,7 @@ "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true + "ValidateNotNullOrEmpty": false }, { "Name": "DefaultProfile", @@ -88169,11 +102265,414 @@ ], "ParameterSets": [ { - "Name": "__AllParameterSets", + "Name": "ByExpressRouteGatewayName", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "ResourceGroupName", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ExpressRouteGatewayName", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Name", + "AliasList": [ + "ResourceName", + "ExpressRouteConnectionName" + ], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ExpressRouteCircuitPeeringId", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "AuthorizationKey", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "RoutingWeight", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.UInt32", + "AssemblyQualifiedName": "System.UInt32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "EnableInternetSecurity", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "RoutingConfiguration", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Network.Models", + "Name": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "PropagatedRouteTables": "Microsoft.Azure.Commands.Network.Models.PSPropagatedRouteTable", + "AssociatedRouteTable": "Microsoft.Azure.Commands.Network.Models.PSResourceId", + "VnetRoutes": "Microsoft.Azure.Commands.Network.Models.PSVnetRoute", + "PropagatedRouteTablesText": "System.String", + "VnetRoutesText": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "AsJob", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "ByExpressRouteGatewayObject", "Parameters": [ { "ParameterMetadata": { - "Name": "Name", + "Name": "ExpressRouteGatewayObject", + "AliasList": [ + "ExpressRouteGateway" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Network.Models", + "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteGateway", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "AutoScaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteGatewayAutoscaleConfiguration", + "VirtualHub": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubId", + "ExpressRouteConnections": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSExpressRouteConnection]", + "Tag": "System.Collections.Hashtable", + "ProvisioningState": "System.String", + "VirtualHubText": "System.String", + "AutoScaleConfigurationText": "System.String", + "ExpressRouteConnectionsText": "System.String", + "ResourceGroupName": "System.String", + "Location": "System.String", + "ResourceGuid": "System.String", + "Type": "System.String", + "TagsTable": "System.String", + "Name": "System.String", + "Etag": "System.String", + "Id": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": true, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Name", + "AliasList": [ + "ResourceName", + "ExpressRouteConnectionName" + ], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ExpressRouteCircuitPeeringId", "AliasList": [], "Type": { "Namespace": "System", @@ -88197,7 +102696,7 @@ }, { "ParameterMetadata": { - "Name": "Description", + "Name": "AuthorizationKey", "AliasList": [], "Type": { "Namespace": "System", @@ -88221,14 +102720,14 @@ }, { "ParameterMetadata": { - "Name": "SourceAddress", + "Name": "RoutingWeight", "AliasList": [], "Type": { "Namespace": "System", - "Name": "System.String[]", - "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Name": "System.UInt32", + "AssemblyQualifiedName": "System.UInt32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, - "ElementType": "System.String", + "ElementType": null, "GenericTypeArguments": [], "Methods": [], "Constructors": [] @@ -88245,14 +102744,14 @@ }, { "ParameterMetadata": { - "Name": "SourceIpGroup", + "Name": "EnableInternetSecurity", "AliasList": [], "Type": { - "Namespace": "System", - "Name": "System.String[]", - "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, - "ElementType": "System.String", + "ElementType": null, "GenericTypeArguments": [], "Methods": [], "Constructors": [] @@ -88269,14 +102768,146 @@ }, { "ParameterMetadata": { - "Name": "DestinationAddress", + "Name": "RoutingConfiguration", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Network.Models", + "Name": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "PropagatedRouteTables": "Microsoft.Azure.Commands.Network.Models.PSPropagatedRouteTable", + "AssociatedRouteTable": "Microsoft.Azure.Commands.Network.Models.PSResourceId", + "VnetRoutes": "Microsoft.Azure.Commands.Network.Models.PSVnetRoute", + "PropagatedRouteTablesText": "System.String", + "VnetRoutesText": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "AsJob", "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "ByExpressRouteGatewayResourceId", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "ParentResourceId", + "AliasList": [ + "ExpressRouteGatewayId" + ], "Type": { "Namespace": "System", - "Name": "System.String[]", - "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, - "ElementType": "System.String", + "ElementType": null, "GenericTypeArguments": [], "Methods": [], "Constructors": [] @@ -88289,18 +102920,21 @@ "Mandatory": true, "Position": -2147483648, "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false + "ValueFromPipelineByPropertyName": true }, { "ParameterMetadata": { - "Name": "DestinationPort", - "AliasList": [], + "Name": "Name", + "AliasList": [ + "ResourceName", + "ExpressRouteConnectionName" + ], "Type": { "Namespace": "System", - "Name": "System.String[]", - "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, - "ElementType": "System.String", + "ElementType": null, "GenericTypeArguments": [], "Methods": [], "Constructors": [] @@ -88317,26 +102951,22 @@ }, { "ParameterMetadata": { - "Name": "Protocol", + "Name": "ExpressRouteCircuitPeeringId", "AliasList": [], "Type": { "Namespace": "System", - "Name": "System.String[]", - "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, - "ElementType": "System.String", + "ElementType": null, "GenericTypeArguments": [], "Methods": [], "Constructors": [] }, - "ValidateSet": [ - "Any", - "TCP", - "UDP" - ], + "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false + "ValidateNotNullOrEmpty": true }, "Mandatory": true, "Position": -2147483648, @@ -88345,7 +102975,7 @@ }, { "ParameterMetadata": { - "Name": "TranslatedAddress", + "Name": "AuthorizationKey", "AliasList": [], "Type": { "Namespace": "System", @@ -88369,12 +102999,12 @@ }, { "ParameterMetadata": { - "Name": "TranslatedFqdn", + "Name": "RoutingWeight", "AliasList": [], "Type": { "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Name": "System.UInt32", + "AssemblyQualifiedName": "System.UInt32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -88384,7 +103014,7 @@ "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true + "ValidateNotNullOrEmpty": false }, "Mandatory": false, "Position": -2147483648, @@ -88393,12 +103023,12 @@ }, { "ParameterMetadata": { - "Name": "TranslatedPort", + "Name": "EnableInternetSecurity", "AliasList": [], "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -88408,9 +103038,95 @@ "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true + "ValidateNotNullOrEmpty": false }, - "Mandatory": true, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "RoutingConfiguration", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Network.Models", + "Name": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "PropagatedRouteTables": "Microsoft.Azure.Commands.Network.Models.PSPropagatedRouteTable", + "AssociatedRouteTable": "Microsoft.Azure.Commands.Network.Models.PSResourceId", + "VnetRoutes": "Microsoft.Azure.Commands.Network.Models.PSVnetRoute", + "PropagatedRouteTablesText": "System.String", + "VnetRoutesText": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "AsJob", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false @@ -88455,224 +103171,40 @@ "ValueFromPipelineByPropertyName": false } ] - } - ], - "AliasList": [] - }, - { - "VerbName": "New", - "NounName": "AzFirewallNetworkRuleCollection", - "Name": "New-AzFirewallNetworkRuleCollection", - "ClassName": "Microsoft.Azure.Commands.Network.NewAzureFirewallNetworkRuleCollectionCommand", - "SupportsShouldProcess": true, - "ConfirmImpact": 2, - "SupportsPaging": false, - "DefaultParameterSetName": "__AllParameterSets", - "OutputTypes": [ - { - "Type": { - "Namespace": "Microsoft.Azure.Commands.Network.Models", - "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNetworkRuleCollection", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNetworkRuleCollection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", - "Properties": { - "Action": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallRCAction", - "Rules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNetworkRule]", - "ActionText": "System.String", - "RulesText": "System.String", - "Name": "System.String", - "Etag": "System.String", - "Id": "System.String", - "Priority": "System.UInt32" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "AddRule", - "Parameters": [ - { - "Name": "rule", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Void" - }, - { - "Name": "GetRuleByName", - "Parameters": [ - { - "Name": "ruleName", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNetworkRule" - }, - { - "Name": "RemoveRuleByName", - "Parameters": [ - { - "Name": "ruleName", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Void" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [ - { - "Name": "", - "ReturnType": null, - "Parameters": [] - } - ] - }, - "ParameterSets": [ - "__AllParameterSets" - ] - } - ], - "Parameters": [ - { - "Name": "Name", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - { - "Name": "Priority", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.UInt32", - "AssemblyQualifiedName": "System.UInt32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": 100, - "ValidateRangeMax": 65000, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "Rule", - "AliasList": [], - "Type": { - "Namespace": "Microsoft.Azure.Commands.Network.Models", - "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNetworkRule[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNetworkRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", - "Properties": {}, - "ElementType": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNetworkRule", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - { - "Name": "ActionType", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [ - "Allow", - "Deny" - ], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true }, - { - "Name": "DefaultProfile", - "AliasList": [ - "AzContext", - "AzureRmContext", - "AzureCredential" - ], - "Type": { - "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", - "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", - "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", - "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", - "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "Clear", - "Parameters": [], - "ReturnType": "System.Void" - } - ], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - } - ], - "ParameterSets": [ { "Name": "__AllParameterSets", "Parameters": [ { "ParameterMetadata": { "Name": "Name", + "AliasList": [ + "ResourceName", + "ExpressRouteConnectionName" + ], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ExpressRouteCircuitPeeringId", "AliasList": [], "Type": { "Namespace": "System", @@ -88696,7 +103228,31 @@ }, { "ParameterMetadata": { - "Name": "Priority", + "Name": "AuthorizationKey", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "RoutingWeight", "AliasList": [], "Type": { "Namespace": "System", @@ -88709,25 +103265,25 @@ "Constructors": [] }, "ValidateSet": [], - "ValidateRangeMin": 100, - "ValidateRangeMax": 65000, + "ValidateRangeMin": null, + "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, - "Mandatory": true, + "Mandatory": false, "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "Rule", + "Name": "EnableInternetSecurity", "AliasList": [], "Type": { - "Namespace": "Microsoft.Azure.Commands.Network.Models", - "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNetworkRule[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNetworkRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, - "ElementType": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNetworkRule", + "ElementType": null, "GenericTypeArguments": [], "Methods": [], "Constructors": [] @@ -88735,36 +103291,95 @@ "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true + "ValidateNotNullOrEmpty": false }, - "Mandatory": true, + "Mandatory": false, "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "ActionType", + "Name": "RoutingConfiguration", "AliasList": [], "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Namespace": "Microsoft.Azure.Commands.Network.Models", + "Name": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "PropagatedRouteTables": "Microsoft.Azure.Commands.Network.Models.PSPropagatedRouteTable", + "AssociatedRouteTable": "Microsoft.Azure.Commands.Network.Models.PSResourceId", + "VnetRoutes": "Microsoft.Azure.Commands.Network.Models.PSVnetRoute", + "PropagatedRouteTablesText": "System.String", + "VnetRoutesText": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "AsJob", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], "Methods": [], "Constructors": [] }, - "ValidateSet": [ - "Allow", - "Deny" - ], + "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true + "ValidateNotNullOrEmpty": false }, - "Mandatory": true, + "Mandatory": false, "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false @@ -88814,84 +103429,25 @@ "AliasList": [] }, { - "VerbName": "New", - "NounName": "AzFirewallNetworkRule", - "Name": "New-AzFirewallNetworkRule", - "ClassName": "Microsoft.Azure.Commands.Network.NewAzureFirewallNetworkRuleCommand", + "VerbName": "Remove", + "NounName": "AzExpressRouteConnection", + "Name": "Remove-AzExpressRouteConnection", + "ClassName": "Microsoft.Azure.Commands.Network.RemoveExpressRouteConnectionCommand", "SupportsShouldProcess": true, "ConfirmImpact": 2, "SupportsPaging": false, - "DefaultParameterSetName": "__AllParameterSets", + "DefaultParameterSetName": "ByExpressRouteConnectionName", "OutputTypes": [ { "Type": { - "Namespace": "Microsoft.Azure.Commands.Network.Models", - "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNetworkRule", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNetworkRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", - "Properties": { - "Protocols": "System.Collections.Generic.List`1[System.String]", - "SourceAddresses": "System.Collections.Generic.List`1[System.String]", - "DestinationAddresses": "System.Collections.Generic.List`1[System.String]", - "SourceIpGroups": "System.Collections.Generic.List`1[System.String]", - "DestinationIpGroups": "System.Collections.Generic.List`1[System.String]", - "DestinationFqdns": "System.Collections.Generic.List`1[System.String]", - "DestinationPorts": "System.Collections.Generic.List`1[System.String]", - "Name": "System.String", - "Description": "System.String", - "ProtocolsText": "System.String", - "SourceAddressesText": "System.String", - "SourceIpGroupsText": "System.String", - "DestinationAddressesText": "System.String", - "DestinationIpGroupsText": "System.String", - "DestinationFqdnsText": "System.String", - "DestinationPortsText": "System.String" - }, + "Namespace": "System", + "Name": "System.Boolean", + "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, "ElementType": null, "GenericTypeArguments": [], - "Methods": [ - { - "Name": "AddProtocol", - "Parameters": [ - { - "Name": "protocolType", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Void" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [ - { - "Name": "", - "ReturnType": null, - "Parameters": [] - } - ] + "Methods": [], + "Constructors": [] }, "ParameterSets": [ "__AllParameterSets" @@ -88900,7 +103456,7 @@ ], "Parameters": [ { - "Name": "Name", + "Name": "ResourceGroupName", "AliasList": [], "Type": { "Namespace": "System", @@ -88918,7 +103474,7 @@ "ValidateNotNullOrEmpty": true }, { - "Name": "Description", + "Name": "ExpressRouteGatewayName", "AliasList": [], "Type": { "Namespace": "System", @@ -88936,14 +103492,17 @@ "ValidateNotNullOrEmpty": true }, { - "Name": "SourceAddress", - "AliasList": [], + "Name": "Name", + "AliasList": [ + "ResourceName", + "ExpressRouteConnectionName" + ], "Type": { "Namespace": "System", - "Name": "System.String[]", - "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, - "ElementType": "System.String", + "ElementType": null, "GenericTypeArguments": [], "Methods": [], "Constructors": [] @@ -88951,17 +103510,19 @@ "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false + "ValidateNotNullOrEmpty": true }, { - "Name": "SourceIpGroup", - "AliasList": [], + "Name": "ResourceId", + "AliasList": [ + "ExpressRouteConnectionId" + ], "Type": { "Namespace": "System", - "Name": "System.String[]", - "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, - "ElementType": "System.String", + "ElementType": null, "GenericTypeArguments": [], "Methods": [], "Constructors": [] @@ -88972,17 +103533,63 @@ "ValidateNotNullOrEmpty": false }, { - "Name": "DestinationAddress", - "AliasList": [], + "Name": "InputObject", + "AliasList": [ + "ExpressRouteConnection" + ], "Type": { - "Namespace": "System", - "Name": "System.String[]", - "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": "System.String", + "Namespace": "Microsoft.Azure.Commands.Network.Models", + "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteConnection", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "ExpressRouteCircuitPeering": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitPeeringId", + "RoutingConfiguration": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration", + "EnableInternetSecurity": "System.Boolean", + "AuthorizationKey": "System.String", + "ProvisioningState": "System.String", + "ExpressRouteCircuitPeeringText": "System.String", + "RoutingConfigurationText": "System.String", + "Name": "System.String", + "Etag": "System.String", + "Id": "System.String", + "RoutingWeight": "System.UInt32" + }, + "ElementType": null, "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] }, "ValidateSet": [], "ValidateRangeMin": null, @@ -88990,14 +103597,14 @@ "ValidateNotNullOrEmpty": false }, { - "Name": "DestinationIpGroup", + "Name": "Force", "AliasList": [], "Type": { - "Namespace": "System", - "Name": "System.String[]", - "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, - "ElementType": "System.String", + "ElementType": null, "GenericTypeArguments": [], "Methods": [], "Constructors": [] @@ -89008,32 +103615,14 @@ "ValidateNotNullOrEmpty": false }, { - "Name": "DestinationFqdn", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.String[]", - "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": "System.String", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - { - "Name": "DestinationPort", + "Name": "PassThru", "AliasList": [], "Type": { - "Namespace": "System", - "Name": "System.String[]", - "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, - "ElementType": "System.String", + "ElementType": null, "GenericTypeArguments": [], "Methods": [], "Constructors": [] @@ -89041,29 +103630,6 @@ "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - { - "Name": "Protocol", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.String[]", - "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": "System.String", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [ - "Any", - "TCP", - "UDP", - "ICMP" - ], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { @@ -89083,31 +103649,200 @@ "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "Clear", - "Parameters": [], - "ReturnType": "System.Void" - } - ], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - } - ], - "ParameterSets": [ + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + } + ], + "ParameterSets": [ + { + "Name": "ByExpressRouteConnectionName", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "ResourceGroupName", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ExpressRouteGatewayName", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Name", + "AliasList": [ + "ResourceName", + "ExpressRouteConnectionName" + ], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Force", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "PassThru", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, { - "Name": "__AllParameterSets", + "Name": "ByExpressRouteConnectionResourceId", "Parameters": [ { "ParameterMetadata": { - "Name": "Name", - "AliasList": [], + "Name": "ResourceId", + "AliasList": [ + "ExpressRouteConnectionId" + ], "Type": { "Namespace": "System", "Name": "System.String", @@ -89121,21 +103856,21 @@ "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true + "ValidateNotNullOrEmpty": false }, "Mandatory": true, "Position": -2147483648, "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false + "ValueFromPipelineByPropertyName": true }, { "ParameterMetadata": { - "Name": "Description", + "Name": "Force", "AliasList": [], "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -89145,7 +103880,7 @@ "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true + "ValidateNotNullOrEmpty": false }, "Mandatory": false, "Position": -2147483648, @@ -89154,14 +103889,14 @@ }, { "ParameterMetadata": { - "Name": "SourceAddress", + "Name": "PassThru", "AliasList": [], "Type": { - "Namespace": "System", - "Name": "System.String[]", - "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, - "ElementType": "System.String", + "ElementType": null, "GenericTypeArguments": [], "Methods": [], "Constructors": [] @@ -89178,16 +103913,31 @@ }, { "ParameterMetadata": { - "Name": "SourceIpGroup", - "AliasList": [], + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], "Type": { - "Namespace": "System", - "Name": "System.String[]", - "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": "System.String", + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + }, + "ElementType": null, "GenericTypeArguments": [], - "Methods": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], "Constructors": [] }, "ValidateSet": [], @@ -89199,17 +103949,92 @@ "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "ByExpressRouteConnectionObject", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "InputObject", + "AliasList": [ + "ExpressRouteConnection" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Network.Models", + "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteConnection", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "ExpressRouteCircuitPeering": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitPeeringId", + "RoutingConfiguration": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration", + "EnableInternetSecurity": "System.Boolean", + "AuthorizationKey": "System.String", + "ProvisioningState": "System.String", + "ExpressRouteCircuitPeeringText": "System.String", + "RoutingConfigurationText": "System.String", + "Name": "System.String", + "Etag": "System.String", + "Id": "System.String", + "RoutingWeight": "System.UInt32" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": true, + "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "DestinationAddress", + "Name": "Force", "AliasList": [], "Type": { - "Namespace": "System", - "Name": "System.String[]", - "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, - "ElementType": "System.String", + "ElementType": null, "GenericTypeArguments": [], "Methods": [], "Constructors": [] @@ -89226,14 +104051,14 @@ }, { "ParameterMetadata": { - "Name": "DestinationIpGroup", + "Name": "PassThru", "AliasList": [], "Type": { - "Namespace": "System", - "Name": "System.String[]", - "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, - "ElementType": "System.String", + "ElementType": null, "GenericTypeArguments": [], "Methods": [], "Constructors": [] @@ -89250,38 +104075,58 @@ }, { "ParameterMetadata": { - "Name": "DestinationFqdn", - "AliasList": [], + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], "Type": { - "Namespace": "System", - "Name": "System.String[]", - "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": "System.String", + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + }, + "ElementType": null, "GenericTypeArguments": [], - "Methods": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], "Constructors": [] }, "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true + "ValidateNotNullOrEmpty": false }, "Mandatory": false, "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false - }, + } + ] + }, + { + "Name": "__AllParameterSets", + "Parameters": [ { "ParameterMetadata": { - "Name": "DestinationPort", + "Name": "Force", "AliasList": [], "Type": { - "Namespace": "System", - "Name": "System.String[]", - "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, - "ElementType": "System.String", + "ElementType": null, "GenericTypeArguments": [], "Methods": [], "Constructors": [] @@ -89289,38 +104134,33 @@ "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true + "ValidateNotNullOrEmpty": false }, - "Mandatory": true, + "Mandatory": false, "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "Protocol", + "Name": "PassThru", "AliasList": [], "Type": { - "Namespace": "System", - "Name": "System.String[]", - "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, - "ElementType": "System.String", + "ElementType": null, "GenericTypeArguments": [], "Methods": [], "Constructors": [] }, - "ValidateSet": [ - "Any", - "TCP", - "UDP", - "ICMP" - ], + "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, - "Mandatory": true, + "Mandatory": false, "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false @@ -89370,256 +104210,41 @@ "AliasList": [] }, { - "VerbName": "New", - "NounName": "AzFirewall", - "Name": "New-AzFirewall", - "ClassName": "Microsoft.Azure.Commands.Network.NewAzureFirewallCommand", - "SupportsShouldProcess": true, + "VerbName": "Get", + "NounName": "AzExpressRouteGateway", + "Name": "Get-AzExpressRouteGateway", + "ClassName": "Microsoft.Azure.Commands.Network.GetAzureRmExpressRouteGatewayCommand", + "SupportsShouldProcess": false, "ConfirmImpact": 2, "SupportsPaging": false, - "DefaultParameterSetName": "Default", + "DefaultParameterSetName": "ListBySubscriptionId", "OutputTypes": [ { "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", - "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewall", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewall, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteGateway", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { - "ManagementIpConfiguration": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallIpConfiguration", - "Sku": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallSku", - "ThreatIntelWhitelist": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallThreatIntelWhitelist", - "FirewallPolicy": "Microsoft.Azure.Management.Network.Models.SubResource", - "VirtualHub": "Microsoft.Azure.Management.Network.Models.SubResource", - "ApplicationRuleCollections": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSAzureFirewallApplicationRuleCollection]", - "IpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSAzureFirewallIpConfiguration]", - "NatRuleCollections": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNatRuleCollection]", - "NetworkRuleCollections": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNetworkRuleCollection]", - "Zones": "System.Collections.Generic.List`1[System.String]", + "AutoScaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteGatewayAutoscaleConfiguration", + "VirtualHub": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubId", + "ExpressRouteConnections": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSExpressRouteConnection]", "Tag": "System.Collections.Hashtable", - "Name": "System.String", - "PrivateRangeText": "System.String", - "TagsTable": "System.String", - "Type": "System.String", - "ResourceGuid": "System.String", - "Location": "System.String", + "ProvisioningState": "System.String", + "VirtualHubText": "System.String", + "AutoScaleConfigurationText": "System.String", + "ExpressRouteConnectionsText": "System.String", "ResourceGroupName": "System.String", - "DNSServersText": "System.String", - "ThreatIntelWhitelistText": "System.String", - "IpConfigurationsText": "System.String", - "NatRuleCollectionsText": "System.String", - "ApplicationRuleCollectionsText": "System.String", - "ManagementIpConfigurationText": "System.String", + "Location": "System.String", + "ResourceGuid": "System.String", + "Type": "System.String", + "TagsTable": "System.String", + "Name": "System.String", "Etag": "System.String", - "ProvisioningState": "System.String", - "DNSRequireProxyForNetworkRules": "System.String", - "DNSEnableProxy": "System.String", - "ThreatIntelMode": "System.String", - "NetworkRuleCollectionsText": "System.String", - "Id": "System.String", - "DNSServer": "System.String[]", - "PrivateRange": "System.String[]" + "Id": "System.String" }, "ElementType": null, "GenericTypeArguments": [], "Methods": [ - { - "Name": "Allocate", - "Parameters": [ - { - "Name": "virtualNetwork", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "publicIpAddresses", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "ManagementPublicIpAddress", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Void" - }, - { - "Name": "Deallocate", - "Parameters": [], - "ReturnType": "System.Void" - }, - { - "Name": "AddPublicIpAddress", - "Parameters": [ - { - "Name": "publicIpAddress", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Void" - }, - { - "Name": "RemovePublicIpAddress", - "Parameters": [ - { - "Name": "publicIpAddress", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Void" - }, - { - "Name": "AddApplicationRuleCollection", - "Parameters": [ - { - "Name": "ruleCollection", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Void" - }, - { - "Name": "GetApplicationRuleCollectionByName", - "Parameters": [ - { - "Name": "ruleCollectionName", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallApplicationRuleCollection" - }, - { - "Name": "GetApplicationRuleCollectionByPriority", - "Parameters": [ - { - "Name": "priority", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallApplicationRuleCollection" - }, - { - "Name": "RemoveApplicationRuleCollectionByName", - "Parameters": [ - { - "Name": "ruleCollectionName", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Void" - }, - { - "Name": "RemoveApplicationRuleCollectionByPriority", - "Parameters": [ - { - "Name": "priority", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Void" - }, - { - "Name": "AddNatRuleCollection", - "Parameters": [ - { - "Name": "ruleCollection", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Void" - }, - { - "Name": "GetNatRuleCollectionByName", - "Parameters": [ - { - "Name": "ruleCollectionName", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNatRuleCollection" - }, - { - "Name": "GetNatRuleCollectionByPriority", - "Parameters": [ - { - "Name": "priority", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNatRuleCollection" - }, - { - "Name": "RemoveNatRuleCollectionByName", - "Parameters": [ - { - "Name": "ruleCollectionName", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Void" - }, - { - "Name": "RemoveNatRuleCollectionByPriority", - "Parameters": [ - { - "Name": "priority", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Void" - }, - { - "Name": "AddNetworkRuleCollection", - "Parameters": [ - { - "Name": "ruleCollection", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Void" - }, - { - "Name": "GetNetworkRuleCollectionByName", - "Parameters": [ - { - "Name": "ruleCollectionName", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNetworkRuleCollection" - }, - { - "Name": "GetNetworkRuleCollectionByPriority", - "Parameters": [ - { - "Name": "priority", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNetworkRuleCollection" - }, - { - "Name": "RemoveNetworkRuleCollectionByName", - "Parameters": [ - { - "Name": "ruleCollectionName", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Void" - }, - { - "Name": "RemoveNetworkRuleCollectionByPriority", - "Parameters": [ - { - "Name": "priority", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Void" - }, - { - "Name": "ValidateDNSProxyRequirements", - "Parameters": [], - "ReturnType": "System.Void" - }, { "Name": "ToString", "Parameters": [], @@ -89660,26 +104285,6 @@ } ], "Parameters": [ - { - "Name": "Name", - "AliasList": [ - "ResourceName" - ], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, { "Name": "ResourceGroupName", "AliasList": [], @@ -89699,26 +104304,11 @@ "ValidateNotNullOrEmpty": true }, { - "Name": "Location", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - { - "Name": "VirtualNetworkName", - "AliasList": [], + "Name": "Name", + "AliasList": [ + "ResourceName", + "ExpressRouteGatewayName" + ], "Type": { "Namespace": "System", "Name": "System.String", @@ -89735,8 +104325,10 @@ "ValidateNotNullOrEmpty": true }, { - "Name": "PublicIpName", - "AliasList": [], + "Name": "ResourceId", + "AliasList": [ + "expressRouteGatewayId" + ], "Type": { "Namespace": "System", "Name": "System.String", @@ -89753,262 +104345,288 @@ "ValidateNotNullOrEmpty": true }, { - "Name": "VirtualNetwork", - "AliasList": [], + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], "Type": { - "Namespace": "Microsoft.Azure.Commands.Network.Models", - "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { - "AddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", - "DhcpOptions": "Microsoft.Azure.Commands.Network.Models.PSDhcpOptions", - "DdosProtectionPlan": "Microsoft.Azure.Commands.Network.Models.PSResourceId", - "BgpCommunities": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkBgpCommunities", - "IpAllocations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", - "Subnets": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSSubnet]", - "VirtualNetworkPeerings": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkPeering]", - "Tag": "System.Collections.Hashtable", - "EnableDdosProtection": "System.Nullable`1[System.Boolean]", - "Name": "System.String", - "TagsTable": "System.String", - "Type": "System.String", - "ResourceGuid": "System.String", - "Location": "System.String", - "ResourceGroupName": "System.String", - "IpAllocationsText": "System.String", - "BgpCommunitiesText": "System.String", - "EnableDdosProtectionText": "System.String", - "VirtualNetworkPeeringsText": "System.String", - "Etag": "System.String", - "SubnetsText": "System.String", - "DhcpOptionsText": "System.String", - "AddressSpaceText": "System.String", - "ProvisioningState": "System.String", - "DdosProtectionPlanText": "System.String", - "Id": "System.String" + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" }, "ElementType": null, "GenericTypeArguments": [], "Methods": [ { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "GetType", + "Name": "Clear", "Parameters": [], - "ReturnType": "System.Type" + "ReturnType": "System.Void" } ], - "Constructors": [ - { - "Name": "", - "ReturnType": null, - "Parameters": [] - } - ] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - { - "Name": "PublicIpAddress", - "AliasList": [], - "Type": { - "Namespace": "Microsoft.Azure.Commands.Network.Models", - "Name": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", - "Properties": {}, - "ElementType": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress", - "GenericTypeArguments": [], - "Methods": [], "Constructors": [] }, "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, + "ValidateNotNullOrEmpty": false + } + ], + "ParameterSets": [ { - "Name": "ManagementPublicIpAddress", - "AliasList": [], - "Type": { - "Namespace": "Microsoft.Azure.Commands.Network.Models", - "Name": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", - "Properties": { - "IpConfiguration": "Microsoft.Azure.Commands.Network.Models.PSIPConfiguration", - "DnsSettings": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddressDnsSettings", - "Sku": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddressSku", - "PublicIpPrefix": "Microsoft.Azure.Commands.Network.Models.PSResourceId", - "IpTags": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSPublicIpTag]", - "Zones": "System.Collections.Generic.List`1[System.String]", - "Tag": "System.Collections.Hashtable", - "IdleTimeoutInMinutes": "System.Nullable`1[System.Int32]", - "PublicIpAllocationMethod": "System.String", - "Name": "System.String", - "TagsTable": "System.String", - "Type": "System.String", - "ResourceGuid": "System.String", - "Location": "System.String", - "ResourceGroupName": "System.String", - "DnsSettingsText": "System.String", - "SkuText": "System.String", - "IpTagsText": "System.String", - "Etag": "System.String", - "IpConfigurationText": "System.String", - "ProvisioningState": "System.String", - "PublicIpAddressVersion": "System.String", - "IpAddress": "System.String", - "PublicIpPrefixText": "System.String", - "Id": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" + "Name": "ListByResourceGroupName", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "ResourceGroupName", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Reflection.RuntimeParameterInfo" - } + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Name", + "AliasList": [ + "ResourceName", + "ExpressRouteGatewayName" ], - "ReturnType": "System.Boolean" + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [ - { - "Name": "", - "ReturnType": null, - "Parameters": [] - } - ] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - { - "Name": "ApplicationRuleCollection", - "AliasList": [], - "Type": { - "Namespace": "Microsoft.Azure.Commands.Network.Models", - "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallApplicationRuleCollection[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallApplicationRuleCollection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", - "Properties": {}, - "ElementType": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallApplicationRuleCollection", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "NatRuleCollection", - "AliasList": [], - "Type": { - "Namespace": "Microsoft.Azure.Commands.Network.Models", - "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNatRuleCollection[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNatRuleCollection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", - "Properties": {}, - "ElementType": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNatRuleCollection", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] }, { - "Name": "NetworkRuleCollection", - "AliasList": [], - "Type": { - "Namespace": "Microsoft.Azure.Commands.Network.Models", - "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNetworkRuleCollection[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNetworkRuleCollection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", - "Properties": {}, - "ElementType": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNetworkRuleCollection", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false + "Name": "ByExpressRouteGatewayResourceId", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "ResourceId", + "AliasList": [ + "expressRouteGatewayId" + ], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] }, { - "Name": "ThreatIntelMode", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [ - "Alert", - "Deny", - "Off" - ], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false + "Name": "__AllParameterSets", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] }, { - "Name": "ThreatIntelWhitelist", - "AliasList": [], + "Name": "ListBySubscriptionId", + "Parameters": [] + } + ], + "AliasList": [] + }, + { + "VerbName": "New", + "NounName": "AzExpressRouteGateway", + "Name": "New-AzExpressRouteGateway", + "ClassName": "Microsoft.Azure.Commands.Network.NewAzureRmExpressRouteGatewayCommand", + "SupportsShouldProcess": true, + "ConfirmImpact": 2, + "SupportsPaging": false, + "DefaultParameterSetName": "ByVirtualHubName", + "OutputTypes": [ + { "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", - "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallThreatIntelWhitelist", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallThreatIntelWhitelist, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteGateway", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { - "FQDNs": "System.String[]", - "IpAddresses": "System.String[]" + "AutoScaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteGatewayAutoscaleConfiguration", + "VirtualHub": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubId", + "ExpressRouteConnections": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSExpressRouteConnection]", + "Tag": "System.Collections.Hashtable", + "ProvisioningState": "System.String", + "VirtualHubText": "System.String", + "AutoScaleConfigurationText": "System.String", + "ExpressRouteConnectionsText": "System.String", + "ResourceGroupName": "System.String", + "Location": "System.String", + "ResourceGuid": "System.String", + "Type": "System.String", + "TagsTable": "System.String", + "Name": "System.String", + "Etag": "System.String", + "Id": "System.String" }, "ElementType": null, "GenericTypeArguments": [], @@ -90047,36 +104665,19 @@ } ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, + "ParameterSets": [ + "__AllParameterSets" + ] + } + ], + "Parameters": [ { - "Name": "PrivateRange", + "Name": "ResourceGroupName", "AliasList": [], "Type": { "Namespace": "System", - "Name": "System.String[]", - "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": "System.String", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "EnableDnsProxy", - "AliasList": [], - "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -90086,15 +104687,18 @@ "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false + "ValidateNotNullOrEmpty": true }, { - "Name": "DnsProxyNotRequiredForNetworkRule", - "AliasList": [], + "Name": "Name", + "AliasList": [ + "ResourceName", + "ExpressRouteGatewayName" + ], "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -90104,33 +104708,15 @@ "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false + "ValidateNotNullOrEmpty": true }, { - "Name": "DnsServer", + "Name": "MinScaleUnits", "AliasList": [], "Type": { "Namespace": "System", - "Name": "System.String[]", - "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": "System.String", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "Tag", - "AliasList": [], - "Type": { - "Namespace": "System.Collections", - "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "Name": "System.UInt32", + "AssemblyQualifiedName": "System.UInt32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -90138,17 +104724,17 @@ "Constructors": [] }, "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "ValidateRangeMin": 1, + "ValidateRangeMax": 100, "ValidateNotNullOrEmpty": false }, { - "Name": "Force", + "Name": "MaxScaleUnits", "AliasList": [], "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Namespace": "System", + "Name": "System.UInt32", + "AssemblyQualifiedName": "System.UInt32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -90156,22 +104742,77 @@ "Constructors": [] }, "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "ValidateRangeMin": 1, + "ValidateRangeMax": 100, "ValidateNotNullOrEmpty": false }, { - "Name": "AsJob", + "Name": "VirtualHub", "AliasList": [], "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, + "Namespace": "Microsoft.Azure.Commands.Network.Models", + "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "VirtualWan": "Microsoft.Azure.Commands.Network.Models.PSResourceId", + "VpnGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", + "P2SVpnGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", + "ExpressRouteGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", + "SecurityPartnerProvider": "Microsoft.Azure.Commands.Network.Models.PSResourceId", + "AzureFirewall": "Microsoft.Azure.Commands.Network.Models.PSResourceId", + "RouteTable": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRouteTable", + "VirtualNetworkConnections": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSHubVirtualNetworkConnection]", + "RouteTables": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVirtualHubRouteTable]", + "Tag": "System.Collections.Hashtable", + "Name": "System.String", + "TagsTable": "System.String", + "Type": "System.String", + "ResourceGuid": "System.String", + "ProvisioningState": "System.String", + "ResourceGroupName": "System.String", + "RoutingState": "System.String", + "Sku": "System.String", + "Etag": "System.String", + "AddressPrefix": "System.String", + "Location": "System.String", + "Id": "System.String" + }, "ElementType": null, "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] }, "ValidateSet": [], "ValidateRangeMin": null, @@ -90179,14 +104820,14 @@ "ValidateNotNullOrEmpty": false }, { - "Name": "Zone", + "Name": "VirtualHubId", "AliasList": [], "Type": { "Namespace": "System", - "Name": "System.String[]", - "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, - "ElementType": "System.String", + "ElementType": null, "GenericTypeArguments": [], "Methods": [], "Constructors": [] @@ -90197,7 +104838,7 @@ "ValidateNotNullOrEmpty": false }, { - "Name": "Sku", + "Name": "VirtualHubName", "AliasList": [], "Type": { "Namespace": "System", @@ -90209,21 +104850,18 @@ "Methods": [], "Constructors": [] }, - "ValidateSet": [ - "AZFW_Hub", - "AZFW_VNet" - ], + "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { - "Name": "VirtualHubId", + "Name": "Tag", "AliasList": [], "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Namespace": "System.Collections", + "Name": "System.Collections.Hashtable", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -90236,12 +104874,12 @@ "ValidateNotNullOrEmpty": false }, { - "Name": "FirewallPolicyId", + "Name": "AsJob", "AliasList": [], "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -90293,10 +104931,8 @@ "Parameters": [ { "ParameterMetadata": { - "Name": "Name", - "AliasList": [ - "ResourceName" - ], + "Name": "ResourceGroupName", + "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", @@ -90315,12 +104951,15 @@ "Mandatory": true, "Position": -2147483648, "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true + "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "ResourceGroupName", - "AliasList": [], + "Name": "Name", + "AliasList": [ + "ResourceName", + "ExpressRouteGatewayName" + ], "Type": { "Namespace": "System", "Name": "System.String", @@ -90339,16 +104978,16 @@ "Mandatory": true, "Position": -2147483648, "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true + "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "Location", + "Name": "MinScaleUnits", "AliasList": [], "Type": { "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Name": "System.UInt32", + "AssemblyQualifiedName": "System.UInt32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -90356,49 +104995,49 @@ "Constructors": [] }, "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true + "ValidateRangeMin": 1, + "ValidateRangeMax": 100, + "ValidateNotNullOrEmpty": false }, "Mandatory": true, "Position": -2147483648, "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true + "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "ApplicationRuleCollection", + "Name": "MaxScaleUnits", "AliasList": [], "Type": { - "Namespace": "Microsoft.Azure.Commands.Network.Models", - "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallApplicationRuleCollection[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallApplicationRuleCollection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "Namespace": "System", + "Name": "System.UInt32", + "AssemblyQualifiedName": "System.UInt32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, - "ElementType": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallApplicationRuleCollection", + "ElementType": null, "GenericTypeArguments": [], "Methods": [], "Constructors": [] }, "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "ValidateRangeMin": 1, + "ValidateRangeMax": 100, "ValidateNotNullOrEmpty": false }, "Mandatory": false, "Position": -2147483648, "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true + "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "NatRuleCollection", + "Name": "Tag", "AliasList": [], "Type": { - "Namespace": "Microsoft.Azure.Commands.Network.Models", - "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNatRuleCollection[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNatRuleCollection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "Namespace": "System.Collections", + "Name": "System.Collections.Hashtable", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "Properties": {}, - "ElementType": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNatRuleCollection", + "ElementType": null, "GenericTypeArguments": [], "Methods": [], "Constructors": [] @@ -90411,18 +105050,18 @@ "Mandatory": false, "Position": -2147483648, "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true + "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "NetworkRuleCollection", + "Name": "AsJob", "AliasList": [], "Type": { - "Namespace": "Microsoft.Azure.Commands.Network.Models", - "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNetworkRuleCollection[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNetworkRuleCollection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, - "ElementType": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNetworkRuleCollection", + "ElementType": null, "GenericTypeArguments": [], "Methods": [], "Constructors": [] @@ -90435,27 +105074,38 @@ "Mandatory": false, "Position": -2147483648, "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true + "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "ThreatIntelMode", - "AliasList": [], + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + }, "ElementType": null, "GenericTypeArguments": [], - "Methods": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], "Constructors": [] }, - "ValidateSet": [ - "Alert", - "Deny", - "Off" - ], + "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false @@ -90463,19 +105113,44 @@ "Mandatory": false, "Position": -2147483648, "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "ByVirtualHubObject", + "Parameters": [ { "ParameterMetadata": { - "Name": "ThreatIntelWhitelist", + "Name": "VirtualHub", "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", - "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallThreatIntelWhitelist", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallThreatIntelWhitelist, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { - "FQDNs": "System.String[]", - "IpAddresses": "System.String[]" + "VirtualWan": "Microsoft.Azure.Commands.Network.Models.PSResourceId", + "VpnGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", + "P2SVpnGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", + "ExpressRouteGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", + "SecurityPartnerProvider": "Microsoft.Azure.Commands.Network.Models.PSResourceId", + "AzureFirewall": "Microsoft.Azure.Commands.Network.Models.PSResourceId", + "RouteTable": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRouteTable", + "VirtualNetworkConnections": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSHubVirtualNetworkConnection]", + "RouteTables": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVirtualHubRouteTable]", + "Tag": "System.Collections.Hashtable", + "Name": "System.String", + "TagsTable": "System.String", + "Type": "System.String", + "ResourceGuid": "System.String", + "ProvisioningState": "System.String", + "ResourceGroupName": "System.String", + "RoutingState": "System.String", + "Sku": "System.String", + "Etag": "System.String", + "AddressPrefix": "System.String", + "Location": "System.String", + "Id": "System.String" }, "ElementType": null, "GenericTypeArguments": [], @@ -90519,21 +105194,21 @@ "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, - "Mandatory": false, + "Mandatory": true, "Position": -2147483648, - "ValueFromPipeline": false, + "ValueFromPipeline": true, "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "PrivateRange", + "Name": "ResourceGroupName", "AliasList": [], "Type": { "Namespace": "System", - "Name": "System.String[]", - "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, - "ElementType": "System.String", + "ElementType": null, "GenericTypeArguments": [], "Methods": [], "Constructors": [] @@ -90541,6 +105216,81 @@ "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Name", + "AliasList": [ + "ResourceName", + "ExpressRouteGatewayName" + ], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "MinScaleUnits", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.UInt32", + "AssemblyQualifiedName": "System.UInt32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": 1, + "ValidateRangeMax": 100, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "MaxScaleUnits", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.UInt32", + "AssemblyQualifiedName": "System.UInt32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": 1, + "ValidateRangeMax": 100, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -90550,12 +105300,12 @@ }, { "ParameterMetadata": { - "Name": "EnableDnsProxy", + "Name": "Tag", "AliasList": [], "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Namespace": "System.Collections", + "Name": "System.Collections.Hashtable", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -90574,7 +105324,7 @@ }, { "ParameterMetadata": { - "Name": "DnsProxyNotRequiredForNetworkRule", + "Name": "AsJob", "AliasList": [], "Type": { "Namespace": "System.Management.Automation", @@ -90598,14 +105348,109 @@ }, { "ParameterMetadata": { - "Name": "DnsServer", + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "ByVirtualHubResourceId", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "VirtualHubId", "AliasList": [], "Type": { "Namespace": "System", - "Name": "System.String[]", - "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, - "ElementType": "System.String", + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "ResourceGroupName", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Name", + "AliasList": [ + "ResourceName", + "ExpressRouteGatewayName" + ], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, "GenericTypeArguments": [], "Methods": [], "Constructors": [] @@ -90613,6 +105458,54 @@ "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "MinScaleUnits", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.UInt32", + "AssemblyQualifiedName": "System.UInt32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": 1, + "ValidateRangeMax": 100, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "MaxScaleUnits", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.UInt32", + "AssemblyQualifiedName": "System.UInt32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": 1, + "ValidateRangeMax": 100, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -90642,11 +105535,11 @@ "Mandatory": false, "Position": -2147483648, "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true + "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "Force", + "Name": "AsJob", "AliasList": [], "Type": { "Namespace": "System.Management.Automation", @@ -90668,6 +105561,197 @@ "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "ByVirtualHubName", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "VirtualHubName", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ResourceGroupName", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Name", + "AliasList": [ + "ResourceName", + "ExpressRouteGatewayName" + ], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "MinScaleUnits", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.UInt32", + "AssemblyQualifiedName": "System.UInt32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": 1, + "ValidateRangeMax": 100, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "MaxScaleUnits", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.UInt32", + "AssemblyQualifiedName": "System.UInt32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": 1, + "ValidateRangeMax": 100, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Tag", + "AliasList": [], + "Type": { + "Namespace": "System.Collections", + "Name": "System.Collections.Hashtable", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, { "ParameterMetadata": { "Name": "AsJob", @@ -90694,14 +105778,287 @@ }, { "ParameterMetadata": { - "Name": "Zone", + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + } + ], + "AliasList": [] + }, + { + "VerbName": "Remove", + "NounName": "AzExpressRouteGateway", + "Name": "Remove-AzExpressRouteGateway", + "ClassName": "Microsoft.Azure.Commands.Network.RemoveAzureRmExpressRouteGatewayCommand", + "SupportsShouldProcess": true, + "ConfirmImpact": 2, + "SupportsPaging": false, + "DefaultParameterSetName": "ByExpressRouteGatewayName", + "OutputTypes": [ + { + "Type": { + "Namespace": "System", + "Name": "System.Boolean", + "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ParameterSets": [ + "__AllParameterSets" + ] + } + ], + "Parameters": [ + { + "Name": "ResourceGroupName", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "Name", + "AliasList": [ + "ResourceName", + "ExpressRouteGatewayName" + ], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "InputObject", + "AliasList": [ + "ExpressRouteGateway" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Network.Models", + "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteGateway", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "AutoScaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteGatewayAutoscaleConfiguration", + "VirtualHub": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubId", + "ExpressRouteConnections": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSExpressRouteConnection]", + "Tag": "System.Collections.Hashtable", + "ProvisioningState": "System.String", + "VirtualHubText": "System.String", + "AutoScaleConfigurationText": "System.String", + "ExpressRouteConnectionsText": "System.String", + "ResourceGroupName": "System.String", + "Location": "System.String", + "ResourceGuid": "System.String", + "Type": "System.String", + "TagsTable": "System.String", + "Name": "System.String", + "Etag": "System.String", + "Id": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "ResourceId", + "AliasList": [ + "expressRouteGatewayId" + ], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "PassThru", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "Force", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + } + ], + "ParameterSets": [ + { + "Name": "ByExpressRouteGatewayName", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "ResourceGroupName", "AliasList": [], "Type": { "Namespace": "System", - "Name": "System.String[]", - "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, - "ElementType": "System.String", + "ElementType": null, "GenericTypeArguments": [], "Methods": [], "Constructors": [] @@ -90709,17 +106066,20 @@ "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false + "ValidateNotNullOrEmpty": true }, - "Mandatory": false, + "Mandatory": true, "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "Sku", - "AliasList": [], + "Name": "Name", + "AliasList": [ + "ResourceName", + "ExpressRouteGatewayName" + ], "Type": { "Namespace": "System", "Name": "System.String", @@ -90730,27 +106090,24 @@ "Methods": [], "Constructors": [] }, - "ValidateSet": [ - "AZFW_Hub", - "AZFW_VNet" - ], + "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false + "ValidateNotNullOrEmpty": true }, - "Mandatory": false, + "Mandatory": true, "Position": -2147483648, "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true + "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "VirtualHubId", + "Name": "PassThru", "AliasList": [], "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -90765,16 +106122,16 @@ "Mandatory": false, "Position": -2147483648, "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true + "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "FirewallPolicyId", + "Name": "Force", "AliasList": [], "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -90789,7 +106146,7 @@ "Mandatory": false, "Position": -2147483648, "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true + "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { @@ -90833,241 +106190,35 @@ ] }, { - "Name": "OldIpConfigurationParameterValues", + "Name": "ByExpressRouteGatewayObject", "Parameters": [ { "ParameterMetadata": { - "Name": "VirtualNetworkName", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": true, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "PublicIpName", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": true, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "Name", + "Name": "InputObject", "AliasList": [ - "ResourceName" - ], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": true, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "ResourceGroupName", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": true, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "Location", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": true, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "ApplicationRuleCollection", - "AliasList": [], - "Type": { - "Namespace": "Microsoft.Azure.Commands.Network.Models", - "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallApplicationRuleCollection[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallApplicationRuleCollection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", - "Properties": {}, - "ElementType": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallApplicationRuleCollection", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "NatRuleCollection", - "AliasList": [], - "Type": { - "Namespace": "Microsoft.Azure.Commands.Network.Models", - "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNatRuleCollection[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNatRuleCollection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", - "Properties": {}, - "ElementType": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNatRuleCollection", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "NetworkRuleCollection", - "AliasList": [], - "Type": { - "Namespace": "Microsoft.Azure.Commands.Network.Models", - "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNetworkRuleCollection[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNetworkRuleCollection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", - "Properties": {}, - "ElementType": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNetworkRuleCollection", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "ThreatIntelMode", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [ - "Alert", - "Deny", - "Off" + "ExpressRouteGateway" ], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "ThreatIntelWhitelist", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", - "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallThreatIntelWhitelist", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallThreatIntelWhitelist, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteGateway", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { - "FQDNs": "System.String[]", - "IpAddresses": "System.String[]" + "AutoScaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteGatewayAutoscaleConfiguration", + "VirtualHub": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubId", + "ExpressRouteConnections": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSExpressRouteConnection]", + "Tag": "System.Collections.Hashtable", + "ProvisioningState": "System.String", + "VirtualHubText": "System.String", + "AutoScaleConfigurationText": "System.String", + "ExpressRouteConnectionsText": "System.String", + "ResourceGroupName": "System.String", + "Location": "System.String", + "ResourceGuid": "System.String", + "Type": "System.String", + "TagsTable": "System.String", + "Name": "System.String", + "Etag": "System.String", + "Id": "System.String" }, "ElementType": null, "GenericTypeArguments": [], @@ -91109,40 +106260,16 @@ "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "PrivateRange", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.String[]", - "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": "System.String", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false + "ValidateNotNullOrEmpty": true }, - "Mandatory": false, + "Mandatory": true, "Position": -2147483648, - "ValueFromPipeline": false, + "ValueFromPipeline": true, "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "EnableDnsProxy", + "Name": "PassThru", "AliasList": [], "Type": { "Namespace": "System.Management.Automation", @@ -91166,7 +106293,7 @@ }, { "ParameterMetadata": { - "Name": "DnsProxyNotRequiredForNetworkRule", + "Name": "Force", "AliasList": [], "Type": { "Namespace": "System.Management.Automation", @@ -91190,16 +106317,31 @@ }, { "ParameterMetadata": { - "Name": "DnsServer", - "AliasList": [], + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], "Type": { - "Namespace": "System", - "Name": "System.String[]", - "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": "System.String", + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + }, + "ElementType": null, "GenericTypeArguments": [], - "Methods": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], "Constructors": [] }, "ValidateSet": [], @@ -91211,15 +106353,22 @@ "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false - }, + } + ] + }, + { + "Name": "ByExpressRouteGatewayResourceId", + "Parameters": [ { "ParameterMetadata": { - "Name": "Tag", - "AliasList": [], + "Name": "ResourceId", + "AliasList": [ + "expressRouteGatewayId" + ], "Type": { - "Namespace": "System.Collections", - "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -91229,16 +106378,16 @@ "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false + "ValidateNotNullOrEmpty": true }, - "Mandatory": false, + "Mandatory": true, "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": true }, { "ParameterMetadata": { - "Name": "Force", + "Name": "PassThru", "AliasList": [], "Type": { "Namespace": "System.Management.Automation", @@ -91262,7 +106411,7 @@ }, { "ParameterMetadata": { - "Name": "AsJob", + "Name": "Force", "AliasList": [], "Type": { "Namespace": "System.Management.Automation", @@ -91286,16 +106435,31 @@ }, { "ParameterMetadata": { - "Name": "Zone", - "AliasList": [], + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], "Type": { - "Namespace": "System", - "Name": "System.String[]", - "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": "System.String", + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + }, + "ElementType": null, "GenericTypeArguments": [], - "Methods": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], "Constructors": [] }, "ValidateSet": [], @@ -91307,42 +106471,20 @@ "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "Sku", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [ - "AZFW_Hub", - "AZFW_VNet" - ], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, + } + ] + }, + { + "Name": "__AllParameterSets", + "Parameters": [ { "ParameterMetadata": { - "Name": "VirtualHubId", + "Name": "PassThru", "AliasList": [], "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -91357,16 +106499,16 @@ "Mandatory": false, "Position": -2147483648, "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true + "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "FirewallPolicyId", + "Name": "Force", "AliasList": [], "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -91381,7 +106523,7 @@ "Mandatory": false, "Position": -2147483648, "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true + "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { @@ -91423,205 +106565,327 @@ "ValueFromPipelineByPropertyName": false } ] - }, + } + ], + "AliasList": [] + }, + { + "VerbName": "Set", + "NounName": "AzExpressRouteGateway", + "Name": "Set-AzExpressRouteGateway", + "ClassName": "Microsoft.Azure.Commands.Network.UpdateAzureRmExpressRouteGatewayCommand", + "SupportsShouldProcess": true, + "ConfirmImpact": 2, + "SupportsPaging": false, + "DefaultParameterSetName": "ByExpressRouteGatewayName", + "OutputTypes": [ { - "Name": "IpConfigurationParameterValues", - "Parameters": [ - { - "ParameterMetadata": { - "Name": "VirtualNetwork", - "AliasList": [], - "Type": { - "Namespace": "Microsoft.Azure.Commands.Network.Models", - "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", - "Properties": { - "AddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", - "DhcpOptions": "Microsoft.Azure.Commands.Network.Models.PSDhcpOptions", - "DdosProtectionPlan": "Microsoft.Azure.Commands.Network.Models.PSResourceId", - "BgpCommunities": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkBgpCommunities", - "IpAllocations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", - "Subnets": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSSubnet]", - "VirtualNetworkPeerings": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkPeering]", - "Tag": "System.Collections.Hashtable", - "EnableDdosProtection": "System.Nullable`1[System.Boolean]", - "Name": "System.String", - "TagsTable": "System.String", - "Type": "System.String", - "ResourceGuid": "System.String", - "Location": "System.String", - "ResourceGroupName": "System.String", - "IpAllocationsText": "System.String", - "BgpCommunitiesText": "System.String", - "EnableDdosProtectionText": "System.String", - "VirtualNetworkPeeringsText": "System.String", - "Etag": "System.String", - "SubnetsText": "System.String", - "DhcpOptionsText": "System.String", - "AddressSpaceText": "System.String", - "ProvisioningState": "System.String", - "DdosProtectionPlanText": "System.String", - "Id": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [ - { - "Name": "", - "ReturnType": null, - "Parameters": [] - } - ] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": true, - "Position": -2147483648, - "ValueFromPipeline": true, - "ValueFromPipelineByPropertyName": false + "Type": { + "Namespace": "Microsoft.Azure.Commands.Network.Models", + "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteGateway", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "AutoScaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteGatewayAutoscaleConfiguration", + "VirtualHub": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubId", + "ExpressRouteConnections": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSExpressRouteConnection]", + "Tag": "System.Collections.Hashtable", + "ProvisioningState": "System.String", + "VirtualHubText": "System.String", + "AutoScaleConfigurationText": "System.String", + "ExpressRouteConnectionsText": "System.String", + "ResourceGroupName": "System.String", + "Location": "System.String", + "ResourceGuid": "System.String", + "Type": "System.String", + "TagsTable": "System.String", + "Name": "System.String", + "Etag": "System.String", + "Id": "System.String" }, - { - "ParameterMetadata": { - "Name": "PublicIpAddress", - "AliasList": [], - "Type": { - "Namespace": "Microsoft.Azure.Commands.Network.Models", - "Name": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", - "Properties": {}, - "ElementType": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" }, - "Mandatory": true, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] + }, + "ParameterSets": [ + "__AllParameterSets" + ] + } + ], + "Parameters": [ + { + "Name": "ResourceGroupName", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "Name", + "AliasList": [ + "ResourceName", + "ExpressRouteGatewayName", + "GatewayName" + ], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "InputObject", + "AliasList": [ + "ExpressRouteGateway" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Network.Models", + "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteGateway", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "AutoScaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteGatewayAutoscaleConfiguration", + "VirtualHub": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubId", + "ExpressRouteConnections": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSExpressRouteConnection]", + "Tag": "System.Collections.Hashtable", + "ProvisioningState": "System.String", + "VirtualHubText": "System.String", + "AutoScaleConfigurationText": "System.String", + "ExpressRouteConnectionsText": "System.String", + "ResourceGroupName": "System.String", + "Location": "System.String", + "ResourceGuid": "System.String", + "Type": "System.String", + "TagsTable": "System.String", + "Name": "System.String", + "Etag": "System.String", + "Id": "System.String" }, - { - "ParameterMetadata": { - "Name": "ManagementPublicIpAddress", - "AliasList": [], - "Type": { - "Namespace": "Microsoft.Azure.Commands.Network.Models", - "Name": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", - "Properties": { - "IpConfiguration": "Microsoft.Azure.Commands.Network.Models.PSIPConfiguration", - "DnsSettings": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddressDnsSettings", - "Sku": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddressSku", - "PublicIpPrefix": "Microsoft.Azure.Commands.Network.Models.PSResourceId", - "IpTags": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSPublicIpTag]", - "Zones": "System.Collections.Generic.List`1[System.String]", - "Tag": "System.Collections.Hashtable", - "IdleTimeoutInMinutes": "System.Nullable`1[System.Int32]", - "PublicIpAllocationMethod": "System.String", - "Name": "System.String", - "TagsTable": "System.String", - "Type": "System.String", - "ResourceGuid": "System.String", - "Location": "System.String", - "ResourceGroupName": "System.String", - "DnsSettingsText": "System.String", - "SkuText": "System.String", - "IpTagsText": "System.String", - "Etag": "System.String", - "IpConfigurationText": "System.String", - "ProvisioningState": "System.String", - "PublicIpAddressVersion": "System.String", - "IpAddress": "System.String", - "PublicIpPrefixText": "System.String", - "Id": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [ - { - "Name": "", - "ReturnType": null, - "Parameters": [] - } - ] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "ResourceId", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "MinScaleUnits", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.UInt32", + "AssemblyQualifiedName": "System.UInt32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "MaxScaleUnits", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.UInt32", + "AssemblyQualifiedName": "System.UInt32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "Tag", + "AliasList": [], + "Type": { + "Namespace": "System.Collections", + "Name": "System.Collections.Hashtable", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "AsJob", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + } + ], + "ParameterSets": [ + { + "Name": "ByExpressRouteGatewayName", + "Parameters": [ { "ParameterMetadata": { - "Name": "Name", - "AliasList": [ - "ResourceName" - ], + "Name": "ResourceGroupName", + "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", @@ -91640,12 +106904,16 @@ "Mandatory": true, "Position": -2147483648, "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true + "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "ResourceGroupName", - "AliasList": [], + "Name": "Name", + "AliasList": [ + "ResourceName", + "ExpressRouteGatewayName", + "GatewayName" + ], "Type": { "Namespace": "System", "Name": "System.String", @@ -91664,16 +106932,16 @@ "Mandatory": true, "Position": -2147483648, "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true + "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "Location", + "Name": "MinScaleUnits", "AliasList": [], "Type": { "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Name": "System.UInt32", + "AssemblyQualifiedName": "System.UInt32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -91683,23 +106951,23 @@ "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true + "ValidateNotNullOrEmpty": false }, "Mandatory": true, "Position": -2147483648, "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true + "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "ApplicationRuleCollection", + "Name": "MaxScaleUnits", "AliasList": [], "Type": { - "Namespace": "Microsoft.Azure.Commands.Network.Models", - "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallApplicationRuleCollection[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallApplicationRuleCollection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "Namespace": "System", + "Name": "System.UInt32", + "AssemblyQualifiedName": "System.UInt32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, - "ElementType": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallApplicationRuleCollection", + "ElementType": null, "GenericTypeArguments": [], "Methods": [], "Constructors": [] @@ -91709,21 +106977,21 @@ "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, - "Mandatory": false, + "Mandatory": true, "Position": -2147483648, "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true + "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "NatRuleCollection", + "Name": "Tag", "AliasList": [], "Type": { - "Namespace": "Microsoft.Azure.Commands.Network.Models", - "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNatRuleCollection[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNatRuleCollection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "Namespace": "System.Collections", + "Name": "System.Collections.Hashtable", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "Properties": {}, - "ElementType": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNatRuleCollection", + "ElementType": null, "GenericTypeArguments": [], "Methods": [], "Constructors": [] @@ -91736,18 +107004,18 @@ "Mandatory": false, "Position": -2147483648, "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true + "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "NetworkRuleCollection", + "Name": "AsJob", "AliasList": [], "Type": { - "Namespace": "Microsoft.Azure.Commands.Network.Models", - "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNetworkRuleCollection[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNetworkRuleCollection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, - "ElementType": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNetworkRuleCollection", + "ElementType": null, "GenericTypeArguments": [], "Methods": [], "Constructors": [] @@ -91760,27 +107028,38 @@ "Mandatory": false, "Position": -2147483648, "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true + "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "ThreatIntelMode", - "AliasList": [], + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + }, "ElementType": null, "GenericTypeArguments": [], - "Methods": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], "Constructors": [] }, - "ValidateSet": [ - "Alert", - "Deny", - "Off" - ], + "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false @@ -91788,19 +107067,40 @@ "Mandatory": false, "Position": -2147483648, "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "ByExpressRouteGatewayObject", + "Parameters": [ { "ParameterMetadata": { - "Name": "ThreatIntelWhitelist", - "AliasList": [], + "Name": "InputObject", + "AliasList": [ + "ExpressRouteGateway" + ], "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", - "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallThreatIntelWhitelist", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallThreatIntelWhitelist, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteGateway", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { - "FQDNs": "System.String[]", - "IpAddresses": "System.String[]" + "AutoScaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteGatewayAutoscaleConfiguration", + "VirtualHub": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubId", + "ExpressRouteConnections": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSExpressRouteConnection]", + "Tag": "System.Collections.Hashtable", + "ProvisioningState": "System.String", + "VirtualHubText": "System.String", + "AutoScaleConfigurationText": "System.String", + "ExpressRouteConnectionsText": "System.String", + "ResourceGroupName": "System.String", + "Location": "System.String", + "ResourceGuid": "System.String", + "Type": "System.String", + "TagsTable": "System.String", + "Name": "System.String", + "Etag": "System.String", + "Id": "System.String" }, "ElementType": null, "GenericTypeArguments": [], @@ -91842,45 +107142,21 @@ "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false + "ValidateNotNullOrEmpty": true }, - "Mandatory": false, + "Mandatory": true, "Position": -2147483648, - "ValueFromPipeline": false, + "ValueFromPipeline": true, "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "PrivateRange", + "Name": "MinScaleUnits", "AliasList": [], "Type": { "Namespace": "System", - "Name": "System.String[]", - "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": "System.String", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "EnableDnsProxy", - "AliasList": [], - "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Name": "System.UInt32", + "AssemblyQualifiedName": "System.UInt32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -91892,19 +107168,19 @@ "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, - "Mandatory": false, + "Mandatory": true, "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "DnsProxyNotRequiredForNetworkRule", + "Name": "MaxScaleUnits", "AliasList": [], "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Namespace": "System", + "Name": "System.UInt32", + "AssemblyQualifiedName": "System.UInt32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -91916,21 +107192,21 @@ "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, - "Mandatory": false, + "Mandatory": true, "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "DnsServer", + "Name": "Tag", "AliasList": [], "Type": { - "Namespace": "System", - "Name": "System.String[]", - "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Namespace": "System.Collections", + "Name": "System.Collections.Hashtable", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "Properties": {}, - "ElementType": "System.String", + "ElementType": null, "GenericTypeArguments": [], "Methods": [], "Constructors": [] @@ -91947,12 +107223,12 @@ }, { "ParameterMetadata": { - "Name": "Tag", + "Name": "AsJob", "AliasList": [], "Type": { - "Namespace": "System.Collections", - "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -91967,20 +107243,35 @@ "Mandatory": false, "Position": -2147483648, "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true + "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "Force", - "AliasList": [], + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + }, "ElementType": null, "GenericTypeArguments": [], - "Methods": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], "Constructors": [] }, "ValidateSet": [], @@ -91992,15 +107283,20 @@ "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false - }, + } + ] + }, + { + "Name": "ByExpressRouteGatewayResourceId", + "Parameters": [ { "ParameterMetadata": { - "Name": "AsJob", + "Name": "ResourceId", "AliasList": [], "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -92010,23 +107306,23 @@ "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false + "ValidateNotNullOrEmpty": true }, - "Mandatory": false, + "Mandatory": true, "Position": -2147483648, "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false + "ValueFromPipelineByPropertyName": true }, { "ParameterMetadata": { - "Name": "Zone", + "Name": "MinScaleUnits", "AliasList": [], "Type": { "Namespace": "System", - "Name": "System.String[]", - "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Name": "System.UInt32", + "AssemblyQualifiedName": "System.UInt32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, - "ElementType": "System.String", + "ElementType": null, "GenericTypeArguments": [], "Methods": [], "Constructors": [] @@ -92036,46 +107332,43 @@ "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, - "Mandatory": false, + "Mandatory": true, "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "Sku", + "Name": "MaxScaleUnits", "AliasList": [], "Type": { "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Name": "System.UInt32", + "AssemblyQualifiedName": "System.UInt32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], "Methods": [], "Constructors": [] }, - "ValidateSet": [ - "AZFW_Hub", - "AZFW_VNet" - ], + "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, - "Mandatory": false, + "Mandatory": true, "Position": -2147483648, "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true + "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "VirtualHubId", + "Name": "Tag", "AliasList": [], "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Namespace": "System.Collections", + "Name": "System.Collections.Hashtable", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -92090,16 +107383,16 @@ "Mandatory": false, "Position": -2147483648, "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true + "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "FirewallPolicyId", + "Name": "AsJob", "AliasList": [], "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -92114,7 +107407,7 @@ "Mandatory": false, "Position": -2147483648, "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true + "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { @@ -92157,204 +107450,17 @@ } ] }, - { - "Name": "Default", - "Parameters": [] - } - ], - "AliasList": [] - }, - { - "VerbName": "Remove", - "NounName": "AzFirewall", - "Name": "Remove-AzFirewall", - "ClassName": "Microsoft.Azure.Commands.Network.RemoveAzureFirewallCommand", - "SupportsShouldProcess": true, - "ConfirmImpact": 2, - "SupportsPaging": false, - "DefaultParameterSetName": "__AllParameterSets", - "OutputTypes": [ - { - "Type": { - "Namespace": "System", - "Name": "System.Boolean", - "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ParameterSets": [ - "__AllParameterSets" - ] - } - ], - "Parameters": [ - { - "Name": "Name", - "AliasList": [ - "ResourceName" - ], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - { - "Name": "ResourceGroupName", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - { - "Name": "Force", - "AliasList": [], - "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "PassThru", - "AliasList": [], - "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "AsJob", - "AliasList": [], - "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "DefaultProfile", - "AliasList": [ - "AzContext", - "AzureRmContext", - "AzureCredential" - ], - "Type": { - "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", - "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", - "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", - "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", - "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "Clear", - "Parameters": [], - "ReturnType": "System.Void" - } - ], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - } - ], - "ParameterSets": [ { "Name": "__AllParameterSets", "Parameters": [ { "ParameterMetadata": { - "Name": "Name", - "AliasList": [ - "ResourceName" - ], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": true, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "ResourceGroupName", + "Name": "MinScaleUnits", "AliasList": [], "Type": { "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Name": "System.UInt32", + "AssemblyQualifiedName": "System.UInt32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -92364,21 +107470,21 @@ "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true + "ValidateNotNullOrEmpty": false }, "Mandatory": true, "Position": -2147483648, "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true + "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "Force", + "Name": "MaxScaleUnits", "AliasList": [], "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Namespace": "System", + "Name": "System.UInt32", + "AssemblyQualifiedName": "System.UInt32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -92390,19 +107496,19 @@ "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, - "Mandatory": false, + "Mandatory": true, "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "PassThru", + "Name": "Tag", "AliasList": [], "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Namespace": "System.Collections", + "Name": "System.Collections.Hashtable", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -92472,555 +107578,165 @@ ], "Constructors": [] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - } - ] - } - ], - "AliasList": [] - }, - { - "VerbName": "Set", - "NounName": "AzFirewall", - "Name": "Set-AzFirewall", - "ClassName": "Microsoft.Azure.Commands.Network.SetAzureFirewallCommand", - "SupportsShouldProcess": true, - "ConfirmImpact": 2, - "SupportsPaging": false, - "DefaultParameterSetName": "__AllParameterSets", - "OutputTypes": [ - { - "Type": { - "Namespace": "Microsoft.Azure.Commands.Network.Models", - "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewall", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewall, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", - "Properties": { - "ManagementIpConfiguration": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallIpConfiguration", - "Sku": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallSku", - "ThreatIntelWhitelist": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallThreatIntelWhitelist", - "FirewallPolicy": "Microsoft.Azure.Management.Network.Models.SubResource", - "VirtualHub": "Microsoft.Azure.Management.Network.Models.SubResource", - "ApplicationRuleCollections": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSAzureFirewallApplicationRuleCollection]", - "IpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSAzureFirewallIpConfiguration]", - "NatRuleCollections": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNatRuleCollection]", - "NetworkRuleCollections": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNetworkRuleCollection]", - "Zones": "System.Collections.Generic.List`1[System.String]", - "Tag": "System.Collections.Hashtable", - "Name": "System.String", - "PrivateRangeText": "System.String", - "TagsTable": "System.String", - "Type": "System.String", - "ResourceGuid": "System.String", - "Location": "System.String", - "ResourceGroupName": "System.String", - "DNSServersText": "System.String", - "ThreatIntelWhitelistText": "System.String", - "IpConfigurationsText": "System.String", - "NatRuleCollectionsText": "System.String", - "ApplicationRuleCollectionsText": "System.String", - "ManagementIpConfigurationText": "System.String", - "Etag": "System.String", - "ProvisioningState": "System.String", - "DNSRequireProxyForNetworkRules": "System.String", - "DNSEnableProxy": "System.String", - "ThreatIntelMode": "System.String", - "NetworkRuleCollectionsText": "System.String", - "Id": "System.String", - "DNSServer": "System.String[]", - "PrivateRange": "System.String[]" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "Allocate", - "Parameters": [ - { - "Name": "virtualNetwork", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "publicIpAddresses", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "ManagementPublicIpAddress", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Void" - }, - { - "Name": "Deallocate", - "Parameters": [], - "ReturnType": "System.Void" - }, - { - "Name": "AddPublicIpAddress", - "Parameters": [ - { - "Name": "publicIpAddress", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Void" - }, - { - "Name": "RemovePublicIpAddress", - "Parameters": [ - { - "Name": "publicIpAddress", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Void" - }, - { - "Name": "AddApplicationRuleCollection", - "Parameters": [ - { - "Name": "ruleCollection", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Void" - }, - { - "Name": "GetApplicationRuleCollectionByName", - "Parameters": [ - { - "Name": "ruleCollectionName", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallApplicationRuleCollection" - }, - { - "Name": "GetApplicationRuleCollectionByPriority", - "Parameters": [ - { - "Name": "priority", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallApplicationRuleCollection" - }, - { - "Name": "RemoveApplicationRuleCollectionByName", - "Parameters": [ - { - "Name": "ruleCollectionName", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Void" - }, - { - "Name": "RemoveApplicationRuleCollectionByPriority", - "Parameters": [ - { - "Name": "priority", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Void" - }, - { - "Name": "AddNatRuleCollection", - "Parameters": [ - { - "Name": "ruleCollection", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Void" - }, - { - "Name": "GetNatRuleCollectionByName", - "Parameters": [ - { - "Name": "ruleCollectionName", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNatRuleCollection" - }, - { - "Name": "GetNatRuleCollectionByPriority", - "Parameters": [ - { - "Name": "priority", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNatRuleCollection" - }, - { - "Name": "RemoveNatRuleCollectionByName", - "Parameters": [ - { - "Name": "ruleCollectionName", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Void" - }, - { - "Name": "RemoveNatRuleCollectionByPriority", - "Parameters": [ - { - "Name": "priority", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Void" - }, - { - "Name": "AddNetworkRuleCollection", - "Parameters": [ - { - "Name": "ruleCollection", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Void" - }, - { - "Name": "GetNetworkRuleCollectionByName", - "Parameters": [ - { - "Name": "ruleCollectionName", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNetworkRuleCollection" - }, - { - "Name": "GetNetworkRuleCollectionByPriority", - "Parameters": [ - { - "Name": "priority", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNetworkRuleCollection" - }, - { - "Name": "RemoveNetworkRuleCollectionByName", - "Parameters": [ - { - "Name": "ruleCollectionName", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Void" - }, - { - "Name": "RemoveNetworkRuleCollectionByPriority", - "Parameters": [ - { - "Name": "priority", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Void" - }, - { - "Name": "ValidateDNSProxyRequirements", - "Parameters": [], - "ReturnType": "System.Void" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [ - { - "Name": "", - "ReturnType": null, - "Parameters": [] - } - ] - }, - "ParameterSets": [ - "__AllParameterSets" - ] - } - ], - "Parameters": [ - { - "Name": "AzureFirewall", - "AliasList": [], - "Type": { - "Namespace": "Microsoft.Azure.Commands.Network.Models", - "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewall", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewall, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", - "Properties": { - "ManagementIpConfiguration": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallIpConfiguration", - "Sku": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallSku", - "ThreatIntelWhitelist": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallThreatIntelWhitelist", - "FirewallPolicy": "Microsoft.Azure.Management.Network.Models.SubResource", - "VirtualHub": "Microsoft.Azure.Management.Network.Models.SubResource", - "ApplicationRuleCollections": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSAzureFirewallApplicationRuleCollection]", - "IpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSAzureFirewallIpConfiguration]", - "NatRuleCollections": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNatRuleCollection]", - "NetworkRuleCollections": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNetworkRuleCollection]", - "Zones": "System.Collections.Generic.List`1[System.String]", - "Tag": "System.Collections.Hashtable", - "Name": "System.String", - "PrivateRangeText": "System.String", - "TagsTable": "System.String", - "Type": "System.String", - "ResourceGuid": "System.String", - "Location": "System.String", - "ResourceGroupName": "System.String", - "DNSServersText": "System.String", - "ThreatIntelWhitelistText": "System.String", - "IpConfigurationsText": "System.String", - "NatRuleCollectionsText": "System.String", - "ApplicationRuleCollectionsText": "System.String", - "ManagementIpConfigurationText": "System.String", - "Etag": "System.String", - "ProvisioningState": "System.String", - "DNSRequireProxyForNetworkRules": "System.String", - "DNSEnableProxy": "System.String", - "ThreatIntelMode": "System.String", - "NetworkRuleCollectionsText": "System.String", - "Id": "System.String", - "DNSServer": "System.String[]", - "PrivateRange": "System.String[]" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "Allocate", - "Parameters": [ - { - "Name": "virtualNetwork", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "publicIpAddresses", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "ManagementPublicIpAddress", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Void" - }, - { - "Name": "Deallocate", - "Parameters": [], - "ReturnType": "System.Void" - }, - { - "Name": "AddPublicIpAddress", - "Parameters": [ - { - "Name": "publicIpAddress", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Void" - }, - { - "Name": "RemovePublicIpAddress", - "Parameters": [ - { - "Name": "publicIpAddress", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Void" - }, - { - "Name": "AddApplicationRuleCollection", - "Parameters": [ - { - "Name": "ruleCollection", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Void" - }, - { - "Name": "GetApplicationRuleCollectionByName", - "Parameters": [ - { - "Name": "ruleCollectionName", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallApplicationRuleCollection" - }, - { - "Name": "GetApplicationRuleCollectionByPriority", - "Parameters": [ - { - "Name": "priority", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallApplicationRuleCollection" - }, - { - "Name": "RemoveApplicationRuleCollectionByName", - "Parameters": [ - { - "Name": "ruleCollectionName", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Void" - }, - { - "Name": "RemoveApplicationRuleCollectionByPriority", - "Parameters": [ - { - "Name": "priority", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Void" - }, - { - "Name": "AddNatRuleCollection", - "Parameters": [ - { - "Name": "ruleCollection", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Void" - }, - { - "Name": "GetNatRuleCollectionByName", - "Parameters": [ - { - "Name": "ruleCollectionName", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNatRuleCollection" - }, - { - "Name": "GetNatRuleCollectionByPriority", - "Parameters": [ - { - "Name": "priority", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNatRuleCollection" - }, - { - "Name": "RemoveNatRuleCollectionByName", - "Parameters": [ - { - "Name": "ruleCollectionName", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Void" - }, - { - "Name": "RemoveNatRuleCollectionByPriority", - "Parameters": [ - { - "Name": "priority", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Void" - }, - { - "Name": "AddNetworkRuleCollection", - "Parameters": [ - { - "Name": "ruleCollection", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Void" - }, - { - "Name": "GetNetworkRuleCollectionByName", - "Parameters": [ - { - "Name": "ruleCollectionName", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNetworkRuleCollection" + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + } + ], + "AliasList": [] + }, + { + "VerbName": "Get", + "NounName": "AzVirtualHubVnetConnection", + "Name": "Get-AzVirtualHubVnetConnection", + "ClassName": "Microsoft.Azure.Commands.Network.GetHubVirtualNetworkConnectionCommand", + "SupportsShouldProcess": false, + "ConfirmImpact": 2, + "SupportsPaging": false, + "DefaultParameterSetName": "ByVirtualHubName", + "OutputTypes": [ + { + "Type": { + "Namespace": "Microsoft.Azure.Commands.Network.Models", + "Name": "Microsoft.Azure.Commands.Network.Models.PSHubVirtualNetworkConnection", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSHubVirtualNetworkConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "RemoteVirtualNetwork": "Microsoft.Azure.Commands.Network.Models.PSResourceId", + "RoutingConfiguration": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration", + "EnableInternetSecurity": "System.Boolean", + "ProvisioningState": "System.String", + "RoutingConfigurationText": "System.String", + "Name": "System.String", + "Etag": "System.String", + "Id": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ { - "Name": "GetNetworkRuleCollectionByPriority", - "Parameters": [ - { - "Name": "priority", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNetworkRuleCollection" + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" }, { - "Name": "RemoveNetworkRuleCollectionByName", + "Name": "Equals", "Parameters": [ { - "Name": "ruleCollectionName", + "Name": "obj", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Void" + "ReturnType": "System.Boolean" }, { - "Name": "RemoveNetworkRuleCollectionByPriority", - "Parameters": [ - { - "Name": "priority", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Void" + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" }, { - "Name": "ValidateDNSProxyRequirements", + "Name": "GetType", "Parameters": [], - "ReturnType": "System.Void" - }, + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] + }, + "ParameterSets": [ + "__AllParameterSets" + ] + } + ], + "Parameters": [ + { + "Name": "ResourceGroupName", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "ParentResourceName", + "AliasList": [ + "VirtualHubName", + "ParentVirtualHubName" + ], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ParentObject", + "AliasList": [ + "VirtualHub", + "ParentVirtualHub" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Network.Models", + "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "VirtualWan": "Microsoft.Azure.Commands.Network.Models.PSResourceId", + "VpnGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", + "P2SVpnGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", + "ExpressRouteGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", + "SecurityPartnerProvider": "Microsoft.Azure.Commands.Network.Models.PSResourceId", + "AzureFirewall": "Microsoft.Azure.Commands.Network.Models.PSResourceId", + "RouteTable": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRouteTable", + "VirtualNetworkConnections": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSHubVirtualNetworkConnection]", + "RouteTables": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVirtualHubRouteTable]", + "Tag": "System.Collections.Hashtable", + "Name": "System.String", + "TagsTable": "System.String", + "Type": "System.String", + "ResourceGuid": "System.String", + "ProvisioningState": "System.String", + "ResourceGroupName": "System.String", + "RoutingState": "System.String", + "Sku": "System.String", + "Etag": "System.String", + "AddressPrefix": "System.String", + "Location": "System.String", + "Id": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ { "Name": "ToString", "Parameters": [], @@ -93061,12 +107777,15 @@ "ValidateNotNullOrEmpty": false }, { - "Name": "AsJob", - "AliasList": [], + "Name": "ParentResourceId", + "AliasList": [ + "VirtualHubId", + "ParentVirtualHubId" + ], "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -93078,6 +107797,27 @@ "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, + { + "Name": "Name", + "AliasList": [ + "ResourceName", + "HubVirtualNetworkConnectionName" + ], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, { "Name": "DefaultProfile", "AliasList": [ @@ -93114,252 +107854,168 @@ ], "ParameterSets": [ { - "Name": "__AllParameterSets", + "Name": "ByVirtualHubName", "Parameters": [ { "ParameterMetadata": { - "Name": "AzureFirewall", + "Name": "ResourceGroupName", "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ParentResourceName", + "AliasList": [ + "VirtualHubName", + "ParentVirtualHubName" + ], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Name", + "AliasList": [ + "ResourceName", + "HubVirtualNetworkConnectionName" + ], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "ByVirtualHubObject", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "ParentObject", + "AliasList": [ + "VirtualHub", + "ParentVirtualHub" + ], "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", - "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewall", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewall, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { - "ManagementIpConfiguration": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallIpConfiguration", - "Sku": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallSku", - "ThreatIntelWhitelist": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallThreatIntelWhitelist", - "FirewallPolicy": "Microsoft.Azure.Management.Network.Models.SubResource", - "VirtualHub": "Microsoft.Azure.Management.Network.Models.SubResource", - "ApplicationRuleCollections": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSAzureFirewallApplicationRuleCollection]", - "IpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSAzureFirewallIpConfiguration]", - "NatRuleCollections": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNatRuleCollection]", - "NetworkRuleCollections": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNetworkRuleCollection]", - "Zones": "System.Collections.Generic.List`1[System.String]", + "VirtualWan": "Microsoft.Azure.Commands.Network.Models.PSResourceId", + "VpnGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", + "P2SVpnGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", + "ExpressRouteGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", + "SecurityPartnerProvider": "Microsoft.Azure.Commands.Network.Models.PSResourceId", + "AzureFirewall": "Microsoft.Azure.Commands.Network.Models.PSResourceId", + "RouteTable": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRouteTable", + "VirtualNetworkConnections": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSHubVirtualNetworkConnection]", + "RouteTables": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVirtualHubRouteTable]", "Tag": "System.Collections.Hashtable", "Name": "System.String", - "PrivateRangeText": "System.String", "TagsTable": "System.String", "Type": "System.String", "ResourceGuid": "System.String", - "Location": "System.String", + "ProvisioningState": "System.String", "ResourceGroupName": "System.String", - "DNSServersText": "System.String", - "ThreatIntelWhitelistText": "System.String", - "IpConfigurationsText": "System.String", - "NatRuleCollectionsText": "System.String", - "ApplicationRuleCollectionsText": "System.String", - "ManagementIpConfigurationText": "System.String", + "RoutingState": "System.String", + "Sku": "System.String", "Etag": "System.String", - "ProvisioningState": "System.String", - "DNSRequireProxyForNetworkRules": "System.String", - "DNSEnableProxy": "System.String", - "ThreatIntelMode": "System.String", - "NetworkRuleCollectionsText": "System.String", - "Id": "System.String", - "DNSServer": "System.String[]", - "PrivateRange": "System.String[]" + "AddressPrefix": "System.String", + "Location": "System.String", + "Id": "System.String" }, "ElementType": null, "GenericTypeArguments": [], "Methods": [ - { - "Name": "Allocate", - "Parameters": [ - { - "Name": "virtualNetwork", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "publicIpAddresses", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "ManagementPublicIpAddress", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Void" - }, - { - "Name": "Deallocate", - "Parameters": [], - "ReturnType": "System.Void" - }, - { - "Name": "AddPublicIpAddress", - "Parameters": [ - { - "Name": "publicIpAddress", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Void" - }, - { - "Name": "RemovePublicIpAddress", - "Parameters": [ - { - "Name": "publicIpAddress", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Void" - }, - { - "Name": "AddApplicationRuleCollection", - "Parameters": [ - { - "Name": "ruleCollection", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Void" - }, - { - "Name": "GetApplicationRuleCollectionByName", - "Parameters": [ - { - "Name": "ruleCollectionName", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallApplicationRuleCollection" - }, - { - "Name": "GetApplicationRuleCollectionByPriority", - "Parameters": [ - { - "Name": "priority", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallApplicationRuleCollection" - }, - { - "Name": "RemoveApplicationRuleCollectionByName", - "Parameters": [ - { - "Name": "ruleCollectionName", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Void" - }, - { - "Name": "RemoveApplicationRuleCollectionByPriority", - "Parameters": [ - { - "Name": "priority", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Void" - }, - { - "Name": "AddNatRuleCollection", - "Parameters": [ - { - "Name": "ruleCollection", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Void" - }, - { - "Name": "GetNatRuleCollectionByName", - "Parameters": [ - { - "Name": "ruleCollectionName", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNatRuleCollection" - }, - { - "Name": "GetNatRuleCollectionByPriority", - "Parameters": [ - { - "Name": "priority", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNatRuleCollection" - }, - { - "Name": "RemoveNatRuleCollectionByName", - "Parameters": [ - { - "Name": "ruleCollectionName", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Void" - }, - { - "Name": "RemoveNatRuleCollectionByPriority", - "Parameters": [ - { - "Name": "priority", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Void" - }, - { - "Name": "AddNetworkRuleCollection", - "Parameters": [ - { - "Name": "ruleCollection", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Void" - }, - { - "Name": "GetNetworkRuleCollectionByName", - "Parameters": [ - { - "Name": "ruleCollectionName", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNetworkRuleCollection" - }, - { - "Name": "GetNetworkRuleCollectionByPriority", - "Parameters": [ - { - "Name": "priority", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNetworkRuleCollection" - }, - { - "Name": "RemoveNetworkRuleCollectionByName", - "Parameters": [ - { - "Name": "ruleCollectionName", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Void" - }, - { - "Name": "RemoveNetworkRuleCollectionByPriority", - "Parameters": [ - { - "Name": "priority", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Void" - }, - { - "Name": "ValidateDNSProxyRequirements", - "Parameters": [], - "ReturnType": "System.Void" - }, { "Name": "ToString", "Parameters": [], @@ -93406,12 +108062,15 @@ }, { "ParameterMetadata": { - "Name": "AsJob", - "AliasList": [], + "Name": "Name", + "AliasList": [ + "ResourceName", + "HubVirtualNetworkConnectionName" + ], "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -93421,7 +108080,7 @@ "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false + "ValidateNotNullOrEmpty": true }, "Mandatory": false, "Position": -2147483648, @@ -93468,156 +108127,23 @@ "ValueFromPipelineByPropertyName": false } ] - } - ], - "AliasList": [] - }, - { - "VerbName": "New", - "NounName": "AzFirewallThreatIntelWhitelist", - "Name": "New-AzFirewallThreatIntelWhitelist", - "ClassName": "Microsoft.Azure.Commands.Network.NewAzureFirewallThreatIntelWhitelistCommand", - "SupportsShouldProcess": false, - "ConfirmImpact": 2, - "SupportsPaging": false, - "DefaultParameterSetName": "__AllParameterSets", - "OutputTypes": [ - { - "Type": { - "Namespace": "Microsoft.Azure.Commands.Network.Models", - "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallThreatIntelWhitelist", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallThreatIntelWhitelist, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", - "Properties": { - "FQDNs": "System.String[]", - "IpAddresses": "System.String[]" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [ - { - "Name": "", - "ReturnType": null, - "Parameters": [] - } - ] - }, - "ParameterSets": [ - "__AllParameterSets" - ] - } - ], - "Parameters": [ - { - "Name": "FQDN", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.String[]", - "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": "System.String", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "IpAddress", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.String[]", - "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": "System.String", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false }, { - "Name": "DefaultProfile", - "AliasList": [ - "AzContext", - "AzureRmContext", - "AzureCredential" - ], - "Type": { - "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", - "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", - "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", - "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", - "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "Clear", - "Parameters": [], - "ReturnType": "System.Void" - } - ], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - } - ], - "ParameterSets": [ - { - "Name": "__AllParameterSets", + "Name": "ByVirtualHubResourceId", "Parameters": [ { "ParameterMetadata": { - "Name": "FQDN", - "AliasList": [], + "Name": "ParentResourceId", + "AliasList": [ + "VirtualHubId", + "ParentVirtualHubId" + ], "Type": { "Namespace": "System", - "Name": "System.String[]", - "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, - "ElementType": "System.String", + "ElementType": null, "GenericTypeArguments": [], "Methods": [], "Constructors": [] @@ -93627,6 +108153,33 @@ "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "Name", + "AliasList": [ + "ResourceName", + "HubVirtualNetworkConnectionName" + ], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, "Mandatory": false, "Position": -2147483648, "ValueFromPipeline": false, @@ -93634,14 +108187,61 @@ }, { "ParameterMetadata": { - "Name": "IpAddress", - "AliasList": [], + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "__AllParameterSets", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "Name", + "AliasList": [ + "ResourceName", + "HubVirtualNetworkConnectionName" + ], "Type": { "Namespace": "System", - "Name": "System.String[]", - "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, - "ElementType": "System.String", + "ElementType": null, "GenericTypeArguments": [], "Methods": [], "Constructors": [] @@ -93649,7 +108249,7 @@ "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false + "ValidateNotNullOrEmpty": true }, "Mandatory": false, "Position": -2147483648, @@ -93698,35 +108298,32 @@ ] } ], - "AliasList": [ - "New-AzFirewallThreatIntelWhitelistObject" - ] + "AliasList": [] }, { "VerbName": "New", - "NounName": "AzExpressRouteConnection", - "Name": "New-AzExpressRouteConnection", - "ClassName": "Microsoft.Azure.Commands.Network.NewAzureRmExpressRouteConnectionCommand", + "NounName": "AzVirtualHubVnetConnection", + "Name": "New-AzVirtualHubVnetConnection", + "ClassName": "Microsoft.Azure.Commands.Network.NewHubVirtualNetworkConnectionCommand", "SupportsShouldProcess": true, "ConfirmImpact": 2, "SupportsPaging": false, - "DefaultParameterSetName": "ByExpressRouteGatewayName", + "DefaultParameterSetName": "ByVirtualHubNameByRemoteVirtualNetworkObject", "OutputTypes": [ { "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", - "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteConnection", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "Name": "Microsoft.Azure.Commands.Network.Models.PSHubVirtualNetworkConnection", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSHubVirtualNetworkConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { - "ExpressRouteCircuitPeering": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitPeeringId", + "RemoteVirtualNetwork": "Microsoft.Azure.Commands.Network.Models.PSResourceId", + "RoutingConfiguration": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration", "EnableInternetSecurity": "System.Boolean", - "AuthorizationKey": "System.String", "ProvisioningState": "System.String", - "ExpressRouteCircuitPeeringText": "System.String", + "RoutingConfigurationText": "System.String", "Name": "System.String", "Etag": "System.String", - "Id": "System.String", - "RoutingWeight": "System.UInt32" + "Id": "System.String" }, "ElementType": null, "GenericTypeArguments": [], @@ -93790,8 +108387,11 @@ "ValidateNotNullOrEmpty": true }, { - "Name": "ExpressRouteGatewayName", - "AliasList": [], + "Name": "ParentResourceName", + "AliasList": [ + "VirtualHubName", + "ParentVirtualHubName" + ], "Type": { "Namespace": "System", "Name": "System.String", @@ -93805,33 +108405,40 @@ "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true + "ValidateNotNullOrEmpty": false }, { - "Name": "ExpressRouteGatewayObject", + "Name": "ParentObject", "AliasList": [ - "ExpressRouteGateway" + "VirtualHub", + "ParentVirtualHub" ], "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", - "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { - "AutoScaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteGatewayAutoscaleConfiguration", - "VirtualHub": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubId", - "ExpressRouteConnections": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSExpressRouteConnection]", + "VirtualWan": "Microsoft.Azure.Commands.Network.Models.PSResourceId", + "VpnGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", + "P2SVpnGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", + "ExpressRouteGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", + "SecurityPartnerProvider": "Microsoft.Azure.Commands.Network.Models.PSResourceId", + "AzureFirewall": "Microsoft.Azure.Commands.Network.Models.PSResourceId", + "RouteTable": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRouteTable", + "VirtualNetworkConnections": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSHubVirtualNetworkConnection]", + "RouteTables": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVirtualHubRouteTable]", "Tag": "System.Collections.Hashtable", + "Name": "System.String", + "TagsTable": "System.String", + "Type": "System.String", + "ResourceGuid": "System.String", "ProvisioningState": "System.String", - "VirtualHubText": "System.String", - "AutoScaleConfigurationText": "System.String", - "ExpressRouteConnectionsText": "System.String", "ResourceGroupName": "System.String", - "Location": "System.String", - "ResourceGuid": "System.String", - "Type": "System.String", - "TagsTable": "System.String", - "Name": "System.String", + "RoutingState": "System.String", + "Sku": "System.String", "Etag": "System.String", + "AddressPrefix": "System.String", + "Location": "System.String", "Id": "System.String" }, "ElementType": null, @@ -93874,12 +108481,13 @@ "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true + "ValidateNotNullOrEmpty": false }, { "Name": "ParentResourceId", "AliasList": [ - "ExpressRouteGatewayId" + "VirtualHubId", + "ParentVirtualHubId" ], "Type": { "Namespace": "System", @@ -93894,13 +108502,13 @@ "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true + "ValidateNotNullOrEmpty": false }, { "Name": "Name", "AliasList": [ "ResourceName", - "ExpressRouteConnectionName" + "HubVirtualNetworkConnectionName" ], "Type": { "Namespace": "System", @@ -93918,7 +108526,84 @@ "ValidateNotNullOrEmpty": true }, { - "Name": "ExpressRouteCircuitPeeringId", + "Name": "RemoteVirtualNetwork", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Network.Models", + "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "AddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", + "DhcpOptions": "Microsoft.Azure.Commands.Network.Models.PSDhcpOptions", + "DdosProtectionPlan": "Microsoft.Azure.Commands.Network.Models.PSResourceId", + "BgpCommunities": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkBgpCommunities", + "IpAllocations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", + "Subnets": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSSubnet]", + "VirtualNetworkPeerings": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkPeering]", + "Tag": "System.Collections.Hashtable", + "EnableDdosProtection": "System.Nullable`1[System.Boolean]", + "Name": "System.String", + "TagsTable": "System.String", + "Type": "System.String", + "ResourceGuid": "System.String", + "Location": "System.String", + "ResourceGroupName": "System.String", + "IpAllocationsText": "System.String", + "BgpCommunitiesText": "System.String", + "EnableDdosProtectionText": "System.String", + "VirtualNetworkPeeringsText": "System.String", + "Etag": "System.String", + "SubnetsText": "System.String", + "DhcpOptionsText": "System.String", + "AddressSpaceText": "System.String", + "ProvisioningState": "System.String", + "DdosProtectionPlanText": "System.String", + "Id": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "RemoteVirtualNetworkId", "AliasList": [], "Type": { "Namespace": "System", @@ -93933,15 +108618,15 @@ "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true + "ValidateNotNullOrEmpty": false }, { - "Name": "AuthorizationKey", + "Name": "EnableInternetSecurity", "AliasList": [], "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -93951,18 +108636,20 @@ "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true + "ValidateNotNullOrEmpty": false }, { - "Name": "RoutingWeight", + "Name": "EnableInternetSecurityFlag", "AliasList": [], "Type": { "Namespace": "System", - "Name": "System.UInt32", - "AssemblyQualifiedName": "System.UInt32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Name": "System.Nullable`1[System.Boolean]", + "AssemblyQualifiedName": "System.Nullable`1[[System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, - "GenericTypeArguments": [], + "GenericTypeArguments": [ + "System.Boolean" + ], "Methods": [], "Constructors": [] }, @@ -93972,17 +108659,55 @@ "ValidateNotNullOrEmpty": false }, { - "Name": "EnableInternetSecurity", + "Name": "RoutingConfiguration", "AliasList": [], "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, + "Namespace": "Microsoft.Azure.Commands.Network.Models", + "Name": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "PropagatedRouteTables": "Microsoft.Azure.Commands.Network.Models.PSPropagatedRouteTable", + "AssociatedRouteTable": "Microsoft.Azure.Commands.Network.Models.PSResourceId", + "VnetRoutes": "Microsoft.Azure.Commands.Network.Models.PSVnetRoute", + "PropagatedRouteTablesText": "System.String", + "VnetRoutesText": "System.String" + }, "ElementType": null, "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] }, "ValidateSet": [], "ValidateRangeMin": null, @@ -94043,7 +108768,7 @@ ], "ParameterSets": [ { - "Name": "ByExpressRouteGatewayName", + "Name": "ByVirtualHubNameByRemoteVirtualNetworkResourceId", "Parameters": [ { "ParameterMetadata": { @@ -94071,8 +108796,11 @@ }, { "ParameterMetadata": { - "Name": "ExpressRouteGatewayName", - "AliasList": [], + "Name": "ParentResourceName", + "AliasList": [ + "VirtualHubName", + "ParentVirtualHubName" + ], "Type": { "Namespace": "System", "Name": "System.String", @@ -94086,7 +108814,7 @@ "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true + "ValidateNotNullOrEmpty": false }, "Mandatory": true, "Position": -2147483648, @@ -94095,11 +108823,8 @@ }, { "ParameterMetadata": { - "Name": "Name", - "AliasList": [ - "ResourceName", - "ExpressRouteConnectionName" - ], + "Name": "RemoteVirtualNetworkId", + "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", @@ -94113,7 +108838,7 @@ "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true + "ValidateNotNullOrEmpty": false }, "Mandatory": true, "Position": -2147483648, @@ -94122,8 +108847,11 @@ }, { "ParameterMetadata": { - "Name": "ExpressRouteCircuitPeeringId", - "AliasList": [], + "Name": "Name", + "AliasList": [ + "ResourceName", + "HubVirtualNetworkConnectionName" + ], "Type": { "Namespace": "System", "Name": "System.String", @@ -94146,12 +108874,12 @@ }, { "ParameterMetadata": { - "Name": "AuthorizationKey", + "Name": "EnableInternetSecurity", "AliasList": [], "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -94161,7 +108889,7 @@ "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true + "ValidateNotNullOrEmpty": false }, "Mandatory": false, "Position": -2147483648, @@ -94170,15 +108898,17 @@ }, { "ParameterMetadata": { - "Name": "RoutingWeight", + "Name": "EnableInternetSecurityFlag", "AliasList": [], "Type": { "Namespace": "System", - "Name": "System.UInt32", - "AssemblyQualifiedName": "System.UInt32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Name": "System.Nullable`1[System.Boolean]", + "AssemblyQualifiedName": "System.Nullable`1[[System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, - "GenericTypeArguments": [], + "GenericTypeArguments": [ + "System.Boolean" + ], "Methods": [], "Constructors": [] }, @@ -94194,17 +108924,55 @@ }, { "ParameterMetadata": { - "Name": "EnableInternetSecurity", + "Name": "RoutingConfiguration", "AliasList": [], "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, + "Namespace": "Microsoft.Azure.Commands.Network.Models", + "Name": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "PropagatedRouteTables": "Microsoft.Azure.Commands.Network.Models.PSPropagatedRouteTable", + "AssociatedRouteTable": "Microsoft.Azure.Commands.Network.Models.PSResourceId", + "VnetRoutes": "Microsoft.Azure.Commands.Network.Models.PSVnetRoute", + "PropagatedRouteTablesText": "System.String", + "VnetRoutesText": "System.String" + }, "ElementType": null, "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] }, "ValidateSet": [], "ValidateRangeMin": null, @@ -94282,34 +109050,93 @@ ] }, { - "Name": "ByExpressRouteGatewayObject", + "Name": "ByVirtualHubNameByRemoteVirtualNetworkObject", "Parameters": [ { "ParameterMetadata": { - "Name": "ExpressRouteGatewayObject", + "Name": "ResourceGroupName", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ParentResourceName", "AliasList": [ - "ExpressRouteGateway" + "VirtualHubName", + "ParentVirtualHubName" ], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "RemoteVirtualNetwork", + "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", - "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { - "AutoScaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteGatewayAutoscaleConfiguration", - "VirtualHub": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubId", - "ExpressRouteConnections": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSExpressRouteConnection]", + "AddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", + "DhcpOptions": "Microsoft.Azure.Commands.Network.Models.PSDhcpOptions", + "DdosProtectionPlan": "Microsoft.Azure.Commands.Network.Models.PSResourceId", + "BgpCommunities": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkBgpCommunities", + "IpAllocations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", + "Subnets": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSSubnet]", + "VirtualNetworkPeerings": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkPeering]", "Tag": "System.Collections.Hashtable", - "ProvisioningState": "System.String", - "VirtualHubText": "System.String", - "AutoScaleConfigurationText": "System.String", - "ExpressRouteConnectionsText": "System.String", - "ResourceGroupName": "System.String", - "Location": "System.String", - "ResourceGuid": "System.String", - "Type": "System.String", - "TagsTable": "System.String", + "EnableDdosProtection": "System.Nullable`1[System.Boolean]", "Name": "System.String", + "TagsTable": "System.String", + "Type": "System.String", + "ResourceGuid": "System.String", + "Location": "System.String", + "ResourceGroupName": "System.String", + "IpAllocationsText": "System.String", + "BgpCommunitiesText": "System.String", + "EnableDdosProtectionText": "System.String", + "VirtualNetworkPeeringsText": "System.String", "Etag": "System.String", + "SubnetsText": "System.String", + "DhcpOptionsText": "System.String", + "AddressSpaceText": "System.String", + "ProvisioningState": "System.String", + "DdosProtectionPlanText": "System.String", "Id": "System.String" }, "ElementType": null, @@ -94352,11 +109179,11 @@ "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true + "ValidateNotNullOrEmpty": false }, "Mandatory": true, "Position": -2147483648, - "ValueFromPipeline": true, + "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, { @@ -94364,7 +109191,7 @@ "Name": "Name", "AliasList": [ "ResourceName", - "ExpressRouteConnectionName" + "HubVirtualNetworkConnectionName" ], "Type": { "Namespace": "System", @@ -94388,36 +109215,12 @@ }, { "ParameterMetadata": { - "Name": "ExpressRouteCircuitPeeringId", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": true, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "AuthorizationKey", + "Name": "EnableInternetSecurity", "AliasList": [], "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -94427,7 +109230,7 @@ "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true + "ValidateNotNullOrEmpty": false }, "Mandatory": false, "Position": -2147483648, @@ -94436,15 +109239,17 @@ }, { "ParameterMetadata": { - "Name": "RoutingWeight", + "Name": "EnableInternetSecurityFlag", "AliasList": [], "Type": { "Namespace": "System", - "Name": "System.UInt32", - "AssemblyQualifiedName": "System.UInt32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Name": "System.Nullable`1[System.Boolean]", + "AssemblyQualifiedName": "System.Nullable`1[[System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, - "GenericTypeArguments": [], + "GenericTypeArguments": [ + "System.Boolean" + ], "Methods": [], "Constructors": [] }, @@ -94460,17 +109265,55 @@ }, { "ParameterMetadata": { - "Name": "EnableInternetSecurity", + "Name": "RoutingConfiguration", "AliasList": [], "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, + "Namespace": "Microsoft.Azure.Commands.Network.Models", + "Name": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "PropagatedRouteTables": "Microsoft.Azure.Commands.Network.Models.PSPropagatedRouteTable", + "AssociatedRouteTable": "Microsoft.Azure.Commands.Network.Models.PSResourceId", + "VnetRoutes": "Microsoft.Azure.Commands.Network.Models.PSVnetRoute", + "PropagatedRouteTablesText": "System.String", + "VnetRoutesText": "System.String" + }, "ElementType": null, "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] }, "ValidateSet": [], "ValidateRangeMin": null, @@ -94548,55 +109391,167 @@ ] }, { - "Name": "ByExpressRouteGatewayResourceId", + "Name": "ByVirtualHubObjectByRemoteVirtualNetworkObject", "Parameters": [ { "ParameterMetadata": { - "Name": "ParentResourceId", + "Name": "ParentObject", "AliasList": [ - "ExpressRouteGatewayId" + "VirtualHub", + "ParentVirtualHub" ], "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, + "Namespace": "Microsoft.Azure.Commands.Network.Models", + "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "VirtualWan": "Microsoft.Azure.Commands.Network.Models.PSResourceId", + "VpnGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", + "P2SVpnGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", + "ExpressRouteGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", + "SecurityPartnerProvider": "Microsoft.Azure.Commands.Network.Models.PSResourceId", + "AzureFirewall": "Microsoft.Azure.Commands.Network.Models.PSResourceId", + "RouteTable": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRouteTable", + "VirtualNetworkConnections": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSHubVirtualNetworkConnection]", + "RouteTables": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVirtualHubRouteTable]", + "Tag": "System.Collections.Hashtable", + "Name": "System.String", + "TagsTable": "System.String", + "Type": "System.String", + "ResourceGuid": "System.String", + "ProvisioningState": "System.String", + "ResourceGroupName": "System.String", + "RoutingState": "System.String", + "Sku": "System.String", + "Etag": "System.String", + "AddressPrefix": "System.String", + "Location": "System.String", + "Id": "System.String" + }, "ElementType": null, "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] }, "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true + "ValidateNotNullOrEmpty": false }, "Mandatory": true, "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true + "ValueFromPipeline": true, + "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "Name", - "AliasList": [ - "ResourceName", - "ExpressRouteConnectionName" - ], + "Name": "RemoteVirtualNetwork", + "AliasList": [], "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, + "Namespace": "Microsoft.Azure.Commands.Network.Models", + "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "AddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", + "DhcpOptions": "Microsoft.Azure.Commands.Network.Models.PSDhcpOptions", + "DdosProtectionPlan": "Microsoft.Azure.Commands.Network.Models.PSResourceId", + "BgpCommunities": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkBgpCommunities", + "IpAllocations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", + "Subnets": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSSubnet]", + "VirtualNetworkPeerings": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkPeering]", + "Tag": "System.Collections.Hashtable", + "EnableDdosProtection": "System.Nullable`1[System.Boolean]", + "Name": "System.String", + "TagsTable": "System.String", + "Type": "System.String", + "ResourceGuid": "System.String", + "Location": "System.String", + "ResourceGroupName": "System.String", + "IpAllocationsText": "System.String", + "BgpCommunitiesText": "System.String", + "EnableDdosProtectionText": "System.String", + "VirtualNetworkPeeringsText": "System.String", + "Etag": "System.String", + "SubnetsText": "System.String", + "DhcpOptionsText": "System.String", + "AddressSpaceText": "System.String", + "ProvisioningState": "System.String", + "DdosProtectionPlanText": "System.String", + "Id": "System.String" + }, "ElementType": null, "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] }, "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true + "ValidateNotNullOrEmpty": false }, "Mandatory": true, "Position": -2147483648, @@ -94605,8 +109560,11 @@ }, { "ParameterMetadata": { - "Name": "ExpressRouteCircuitPeeringId", - "AliasList": [], + "Name": "Name", + "AliasList": [ + "ResourceName", + "HubVirtualNetworkConnectionName" + ], "Type": { "Namespace": "System", "Name": "System.String", @@ -94629,12 +109587,12 @@ }, { "ParameterMetadata": { - "Name": "AuthorizationKey", + "Name": "EnableInternetSecurity", "AliasList": [], "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -94644,7 +109602,7 @@ "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true + "ValidateNotNullOrEmpty": false }, "Mandatory": false, "Position": -2147483648, @@ -94653,15 +109611,17 @@ }, { "ParameterMetadata": { - "Name": "RoutingWeight", + "Name": "EnableInternetSecurityFlag", "AliasList": [], "Type": { "Namespace": "System", - "Name": "System.UInt32", - "AssemblyQualifiedName": "System.UInt32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Name": "System.Nullable`1[System.Boolean]", + "AssemblyQualifiedName": "System.Nullable`1[[System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, - "GenericTypeArguments": [], + "GenericTypeArguments": [ + "System.Boolean" + ], "Methods": [], "Constructors": [] }, @@ -94677,17 +109637,55 @@ }, { "ParameterMetadata": { - "Name": "EnableInternetSecurity", + "Name": "RoutingConfiguration", "AliasList": [], "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, + "Namespace": "Microsoft.Azure.Commands.Network.Models", + "Name": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "PropagatedRouteTables": "Microsoft.Azure.Commands.Network.Models.PSPropagatedRouteTable", + "AssociatedRouteTable": "Microsoft.Azure.Commands.Network.Models.PSResourceId", + "VnetRoutes": "Microsoft.Azure.Commands.Network.Models.PSVnetRoute", + "PropagatedRouteTablesText": "System.String", + "VnetRoutesText": "System.String" + }, "ElementType": null, "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] }, "ValidateSet": [], "ValidateRangeMin": null, @@ -94765,15 +109763,94 @@ ] }, { - "Name": "__AllParameterSets", + "Name": "ByVirtualHubObjectByRemoteVirtualNetworkResourceId", "Parameters": [ { "ParameterMetadata": { - "Name": "Name", + "Name": "ParentObject", "AliasList": [ - "ResourceName", - "ExpressRouteConnectionName" + "VirtualHub", + "ParentVirtualHub" ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Network.Models", + "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "VirtualWan": "Microsoft.Azure.Commands.Network.Models.PSResourceId", + "VpnGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", + "P2SVpnGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", + "ExpressRouteGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", + "SecurityPartnerProvider": "Microsoft.Azure.Commands.Network.Models.PSResourceId", + "AzureFirewall": "Microsoft.Azure.Commands.Network.Models.PSResourceId", + "RouteTable": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRouteTable", + "VirtualNetworkConnections": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSHubVirtualNetworkConnection]", + "RouteTables": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVirtualHubRouteTable]", + "Tag": "System.Collections.Hashtable", + "Name": "System.String", + "TagsTable": "System.String", + "Type": "System.String", + "ResourceGuid": "System.String", + "ProvisioningState": "System.String", + "ResourceGroupName": "System.String", + "RoutingState": "System.String", + "Sku": "System.String", + "Etag": "System.String", + "AddressPrefix": "System.String", + "Location": "System.String", + "Id": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": true, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "RemoteVirtualNetworkId", + "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", @@ -94787,7 +109864,7 @@ "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true + "ValidateNotNullOrEmpty": false }, "Mandatory": true, "Position": -2147483648, @@ -94796,8 +109873,11 @@ }, { "ParameterMetadata": { - "Name": "ExpressRouteCircuitPeeringId", - "AliasList": [], + "Name": "Name", + "AliasList": [ + "ResourceName", + "HubVirtualNetworkConnectionName" + ], "Type": { "Namespace": "System", "Name": "System.String", @@ -94820,12 +109900,12 @@ }, { "ParameterMetadata": { - "Name": "AuthorizationKey", + "Name": "EnableInternetSecurity", "AliasList": [], "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -94835,7 +109915,7 @@ "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true + "ValidateNotNullOrEmpty": false }, "Mandatory": false, "Position": -2147483648, @@ -94844,15 +109924,17 @@ }, { "ParameterMetadata": { - "Name": "RoutingWeight", + "Name": "EnableInternetSecurityFlag", "AliasList": [], "Type": { "Namespace": "System", - "Name": "System.UInt32", - "AssemblyQualifiedName": "System.UInt32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Name": "System.Nullable`1[System.Boolean]", + "AssemblyQualifiedName": "System.Nullable`1[[System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, - "GenericTypeArguments": [], + "GenericTypeArguments": [ + "System.Boolean" + ], "Methods": [], "Constructors": [] }, @@ -94868,17 +109950,55 @@ }, { "ParameterMetadata": { - "Name": "EnableInternetSecurity", + "Name": "RoutingConfiguration", "AliasList": [], "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, + "Namespace": "Microsoft.Azure.Commands.Network.Models", + "Name": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "PropagatedRouteTables": "Microsoft.Azure.Commands.Network.Models.PSPropagatedRouteTable", + "AssociatedRouteTable": "Microsoft.Azure.Commands.Network.Models.PSResourceId", + "VnetRoutes": "Microsoft.Azure.Commands.Network.Models.PSVnetRoute", + "PropagatedRouteTablesText": "System.String", + "VnetRoutesText": "System.String" + }, "ElementType": null, "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] }, "ValidateSet": [], "ValidateRangeMin": null, @@ -94954,254 +110074,127 @@ "ValueFromPipelineByPropertyName": false } ] - } - ], - "AliasList": [] - }, - { - "VerbName": "Remove", - "NounName": "AzExpressRouteConnection", - "Name": "Remove-AzExpressRouteConnection", - "ClassName": "Microsoft.Azure.Commands.Network.RemoveExpressRouteConnectionCommand", - "SupportsShouldProcess": true, - "ConfirmImpact": 2, - "SupportsPaging": false, - "DefaultParameterSetName": "ByExpressRouteConnectionName", - "OutputTypes": [ - { - "Type": { - "Namespace": "System", - "Name": "System.Boolean", - "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ParameterSets": [ - "__AllParameterSets" - ] - } - ], - "Parameters": [ - { - "Name": "ResourceGroupName", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - { - "Name": "ExpressRouteGatewayName", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - { - "Name": "Name", - "AliasList": [ - "ResourceName", - "ExpressRouteConnectionName" - ], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - { - "Name": "ResourceId", - "AliasList": [ - "ExpressRouteConnectionId" - ], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false }, { - "Name": "InputObject", - "AliasList": [ - "ExpressRouteConnection" - ], - "Type": { - "Namespace": "Microsoft.Azure.Commands.Network.Models", - "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteConnection", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", - "Properties": { - "ExpressRouteCircuitPeering": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitPeeringId", - "EnableInternetSecurity": "System.Boolean", - "AuthorizationKey": "System.String", - "ProvisioningState": "System.String", - "ExpressRouteCircuitPeeringText": "System.String", - "Name": "System.String", - "Etag": "System.String", - "Id": "System.String", - "RoutingWeight": "System.UInt32" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Reflection.RuntimeParameterInfo" - } + "Name": "ByVirtualHubResourceIdByRemoteVirtualNetworkObject", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "ParentResourceId", + "AliasList": [ + "VirtualHubId", + "ParentVirtualHubId" ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [ - { - "Name": "", - "ReturnType": null, - "Parameters": [] - } - ] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "Force", - "AliasList": [], - "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "PassThru", - "AliasList": [], - "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "DefaultProfile", - "AliasList": [ - "AzContext", - "AzureRmContext", - "AzureCredential" - ], - "Type": { - "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", - "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", - "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", - "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", - "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "Clear", - "Parameters": [], - "ReturnType": "System.Void" - } - ], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - } - ], - "ParameterSets": [ - { - "Name": "ByExpressRouteConnectionName", - "Parameters": [ { "ParameterMetadata": { - "Name": "ResourceGroupName", + "Name": "RemoteVirtualNetwork", "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Network.Models", + "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "AddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", + "DhcpOptions": "Microsoft.Azure.Commands.Network.Models.PSDhcpOptions", + "DdosProtectionPlan": "Microsoft.Azure.Commands.Network.Models.PSResourceId", + "BgpCommunities": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkBgpCommunities", + "IpAllocations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", + "Subnets": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSSubnet]", + "VirtualNetworkPeerings": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkPeering]", + "Tag": "System.Collections.Hashtable", + "EnableDdosProtection": "System.Nullable`1[System.Boolean]", + "Name": "System.String", + "TagsTable": "System.String", + "Type": "System.String", + "ResourceGuid": "System.String", + "Location": "System.String", + "ResourceGroupName": "System.String", + "IpAllocationsText": "System.String", + "BgpCommunitiesText": "System.String", + "EnableDdosProtectionText": "System.String", + "VirtualNetworkPeeringsText": "System.String", + "Etag": "System.String", + "SubnetsText": "System.String", + "DhcpOptionsText": "System.String", + "AddressSpaceText": "System.String", + "ProvisioningState": "System.String", + "DdosProtectionPlanText": "System.String", + "Id": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Name", + "AliasList": [ + "ResourceName", + "HubVirtualNetworkConnectionName" + ], "Type": { "Namespace": "System", "Name": "System.String", @@ -95224,12 +110217,12 @@ }, { "ParameterMetadata": { - "Name": "ExpressRouteGatewayName", + "Name": "EnableInternetSecurity", "AliasList": [], "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -95239,53 +110232,90 @@ "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true + "ValidateNotNullOrEmpty": false }, - "Mandatory": true, + "Mandatory": false, "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "Name", - "AliasList": [ - "ResourceName", - "ExpressRouteConnectionName" - ], + "Name": "EnableInternetSecurityFlag", + "AliasList": [], "Type": { "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Name": "System.Nullable`1[System.Boolean]", + "AssemblyQualifiedName": "System.Nullable`1[[System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, - "GenericTypeArguments": [], + "GenericTypeArguments": [ + "System.Boolean" + ], "Methods": [], "Constructors": [] }, "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true + "ValidateNotNullOrEmpty": false }, - "Mandatory": true, + "Mandatory": false, "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "Force", + "Name": "RoutingConfiguration", "AliasList": [], "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, + "Namespace": "Microsoft.Azure.Commands.Network.Models", + "Name": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "PropagatedRouteTables": "Microsoft.Azure.Commands.Network.Models.PSPropagatedRouteTable", + "AssociatedRouteTable": "Microsoft.Azure.Commands.Network.Models.PSResourceId", + "VnetRoutes": "Microsoft.Azure.Commands.Network.Models.PSVnetRoute", + "PropagatedRouteTablesText": "System.String", + "VnetRoutesText": "System.String" + }, "ElementType": null, "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] }, "ValidateSet": [], "ValidateRangeMin": null, @@ -95299,7 +110329,7 @@ }, { "ParameterMetadata": { - "Name": "PassThru", + "Name": "AsJob", "AliasList": [], "Type": { "Namespace": "System.Management.Automation", @@ -95363,13 +110393,14 @@ ] }, { - "Name": "ByExpressRouteConnectionResourceId", + "Name": "ByVirtualHubResourceIdByRemoteVirtualNetworkResourceId", "Parameters": [ { "ParameterMetadata": { - "Name": "ResourceId", + "Name": "ParentResourceId", "AliasList": [ - "ExpressRouteConnectionId" + "VirtualHubId", + "ParentVirtualHubId" ], "Type": { "Namespace": "System", @@ -95393,12 +110424,12 @@ }, { "ParameterMetadata": { - "Name": "Force", + "Name": "RemoteVirtualNetworkId", "AliasList": [], "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -95410,14 +110441,41 @@ "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, - "Mandatory": false, + "Mandatory": true, "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "PassThru", + "Name": "Name", + "AliasList": [ + "ResourceName", + "HubVirtualNetworkConnectionName" + ], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "EnableInternetSecurity", "AliasList": [], "Type": { "Namespace": "System.Management.Automation", @@ -95441,31 +110499,18 @@ }, { "ParameterMetadata": { - "Name": "DefaultProfile", - "AliasList": [ - "AzContext", - "AzureRmContext", - "AzureCredential" - ], + "Name": "EnableInternetSecurityFlag", + "AliasList": [], "Type": { - "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", - "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", - "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", - "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", - "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" - }, + "Namespace": "System", + "Name": "System.Nullable`1[System.Boolean]", + "AssemblyQualifiedName": "System.Nullable`1[[System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "Clear", - "Parameters": [], - "ReturnType": "System.Void" - } + "GenericTypeArguments": [ + "System.Boolean" ], + "Methods": [], "Constructors": [] }, "ValidateSet": [], @@ -95477,32 +110522,21 @@ "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false - } - ] - }, - { - "Name": "ByExpressRouteConnectionObject", - "Parameters": [ + }, { "ParameterMetadata": { - "Name": "InputObject", - "AliasList": [ - "ExpressRouteConnection" - ], + "Name": "RoutingConfiguration", + "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", - "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteConnection", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "Name": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { - "ExpressRouteCircuitPeering": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitPeeringId", - "EnableInternetSecurity": "System.Boolean", - "AuthorizationKey": "System.String", - "ProvisioningState": "System.String", - "ExpressRouteCircuitPeeringText": "System.String", - "Name": "System.String", - "Etag": "System.String", - "Id": "System.String", - "RoutingWeight": "System.UInt32" + "PropagatedRouteTables": "Microsoft.Azure.Commands.Network.Models.PSPropagatedRouteTable", + "AssociatedRouteTable": "Microsoft.Azure.Commands.Network.Models.PSResourceId", + "VnetRoutes": "Microsoft.Azure.Commands.Network.Models.PSVnetRoute", + "PropagatedRouteTablesText": "System.String", + "VnetRoutesText": "System.String" }, "ElementType": null, "GenericTypeArguments": [], @@ -95546,30 +110580,6 @@ "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, - "Mandatory": true, - "Position": -2147483648, - "ValueFromPipeline": true, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "Force", - "AliasList": [], - "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, "Mandatory": false, "Position": -2147483648, "ValueFromPipeline": false, @@ -95577,7 +110587,7 @@ }, { "ParameterMetadata": { - "Name": "PassThru", + "Name": "AsJob", "AliasList": [], "Type": { "Namespace": "System.Management.Automation", @@ -95645,12 +110655,15 @@ "Parameters": [ { "ParameterMetadata": { - "Name": "Force", - "AliasList": [], + "Name": "Name", + "AliasList": [ + "ResourceName", + "HubVirtualNetworkConnectionName" + ], "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -95660,16 +110673,16 @@ "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false + "ValidateNotNullOrEmpty": true }, - "Mandatory": false, + "Mandatory": true, "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "PassThru", + "Name": "EnableInternetSecurity", "AliasList": [], "Type": { "Namespace": "System.Management.Automation", @@ -95693,266 +110706,24 @@ }, { "ParameterMetadata": { - "Name": "DefaultProfile", - "AliasList": [ - "AzContext", - "AzureRmContext", - "AzureCredential" - ], - "Type": { - "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", - "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", - "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", - "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", - "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "Clear", - "Parameters": [], - "ReturnType": "System.Void" - } - ], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - } - ] - } - ], - "AliasList": [] - }, - { - "VerbName": "Get", - "NounName": "AzExpressRouteGateway", - "Name": "Get-AzExpressRouteGateway", - "ClassName": "Microsoft.Azure.Commands.Network.GetAzureRmExpressRouteGatewayCommand", - "SupportsShouldProcess": false, - "ConfirmImpact": 2, - "SupportsPaging": false, - "DefaultParameterSetName": "ListBySubscriptionId", - "OutputTypes": [ - { - "Type": { - "Namespace": "Microsoft.Azure.Commands.Network.Models", - "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", - "Properties": { - "AutoScaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteGatewayAutoscaleConfiguration", - "VirtualHub": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubId", - "ExpressRouteConnections": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSExpressRouteConnection]", - "Tag": "System.Collections.Hashtable", - "ProvisioningState": "System.String", - "VirtualHubText": "System.String", - "AutoScaleConfigurationText": "System.String", - "ExpressRouteConnectionsText": "System.String", - "ResourceGroupName": "System.String", - "Location": "System.String", - "ResourceGuid": "System.String", - "Type": "System.String", - "TagsTable": "System.String", - "Name": "System.String", - "Etag": "System.String", - "Id": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [ - { - "Name": "", - "ReturnType": null, - "Parameters": [] - } - ] - }, - "ParameterSets": [ - "__AllParameterSets" - ] - } - ], - "Parameters": [ - { - "Name": "ResourceGroupName", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - { - "Name": "Name", - "AliasList": [ - "ResourceName", - "ExpressRouteGatewayName" - ], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - { - "Name": "ResourceId", - "AliasList": [ - "expressRouteGatewayId" - ], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - { - "Name": "DefaultProfile", - "AliasList": [ - "AzContext", - "AzureRmContext", - "AzureCredential" - ], - "Type": { - "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", - "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", - "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", - "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", - "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "Clear", - "Parameters": [], - "ReturnType": "System.Void" - } - ], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - } - ], - "ParameterSets": [ - { - "Name": "ListByResourceGroupName", - "Parameters": [ - { - "ParameterMetadata": { - "Name": "ResourceGroupName", + "Name": "EnableInternetSecurityFlag", "AliasList": [], "Type": { "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "Name", - "AliasList": [ - "ResourceName", - "ExpressRouteGatewayName" - ], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Name": "System.Nullable`1[System.Boolean]", + "AssemblyQualifiedName": "System.Nullable`1[[System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, - "GenericTypeArguments": [], + "GenericTypeArguments": [ + "System.Boolean" + ], "Methods": [], "Constructors": [] }, "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true + "ValidateNotNullOrEmpty": false }, "Mandatory": false, "Position": -2147483648, @@ -95961,32 +110732,55 @@ }, { "ParameterMetadata": { - "Name": "DefaultProfile", - "AliasList": [ - "AzContext", - "AzureRmContext", - "AzureCredential" - ], + "Name": "RoutingConfiguration", + "AliasList": [], "Type": { - "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", - "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Namespace": "Microsoft.Azure.Commands.Network.Models", + "Name": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { - "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", - "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", - "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", - "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + "PropagatedRouteTables": "Microsoft.Azure.Commands.Network.Models.PSPropagatedRouteTable", + "AssociatedRouteTable": "Microsoft.Azure.Commands.Network.Models.PSResourceId", + "VnetRoutes": "Microsoft.Azure.Commands.Network.Models.PSVnetRoute", + "PropagatedRouteTablesText": "System.String", + "VnetRoutesText": "System.String" }, "ElementType": null, "GenericTypeArguments": [], "Methods": [ { - "Name": "Clear", + "Name": "ToString", "Parameters": [], - "ReturnType": "System.Void" + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" } ], - "Constructors": [] + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] }, "ValidateSet": [], "ValidateRangeMin": null, @@ -95997,22 +110791,15 @@ "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false - } - ] - }, - { - "Name": "ByExpressRouteGatewayResourceId", - "Parameters": [ + }, { "ParameterMetadata": { - "Name": "ResourceId", - "AliasList": [ - "expressRouteGatewayId" - ], + "Name": "AsJob", + "AliasList": [], "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -96022,57 +110809,13 @@ "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": true, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "DefaultProfile", - "AliasList": [ - "AzContext", - "AzureRmContext", - "AzureCredential" - ], - "Type": { - "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", - "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", - "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", - "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", - "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "Clear", - "Parameters": [], - "ReturnType": "System.Void" - } - ], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false - } - ] - }, - { - "Name": "__AllParameterSets", - "Parameters": [ + }, { "ParameterMetadata": { "Name": "DefaultProfile", @@ -96113,83 +110856,30 @@ "ValueFromPipelineByPropertyName": false } ] - }, - { - "Name": "ListBySubscriptionId", - "Parameters": [] } ], "AliasList": [] }, { - "VerbName": "New", - "NounName": "AzExpressRouteGateway", - "Name": "New-AzExpressRouteGateway", - "ClassName": "Microsoft.Azure.Commands.Network.NewAzureRmExpressRouteGatewayCommand", + "VerbName": "Remove", + "NounName": "AzVirtualHubVnetConnection", + "Name": "Remove-AzVirtualHubVnetConnection", + "ClassName": "Microsoft.Azure.Commands.Network.RemoveHubVirtualNetworkConnectionCommand", "SupportsShouldProcess": true, "ConfirmImpact": 2, "SupportsPaging": false, - "DefaultParameterSetName": "ByVirtualHubName", + "DefaultParameterSetName": "ByHubVirtualNetworkConnectionName", "OutputTypes": [ { "Type": { - "Namespace": "Microsoft.Azure.Commands.Network.Models", - "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", - "Properties": { - "AutoScaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteGatewayAutoscaleConfiguration", - "VirtualHub": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubId", - "ExpressRouteConnections": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSExpressRouteConnection]", - "Tag": "System.Collections.Hashtable", - "ProvisioningState": "System.String", - "VirtualHubText": "System.String", - "AutoScaleConfigurationText": "System.String", - "ExpressRouteConnectionsText": "System.String", - "ResourceGroupName": "System.String", - "Location": "System.String", - "ResourceGuid": "System.String", - "Type": "System.String", - "TagsTable": "System.String", - "Name": "System.String", - "Etag": "System.String", - "Id": "System.String" - }, + "Namespace": "System", + "Name": "System.Boolean", + "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, "ElementType": null, "GenericTypeArguments": [], - "Methods": [ - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [ - { - "Name": "", - "ReturnType": null, - "Parameters": [] - } - ] + "Methods": [], + "Constructors": [] }, "ParameterSets": [ "__AllParameterSets" @@ -96216,10 +110906,10 @@ "ValidateNotNullOrEmpty": true }, { - "Name": "Name", + "Name": "ParentResourceName", "AliasList": [ - "ResourceName", - "ExpressRouteGatewayName" + "VirtualHubName", + "ParentVirtualHubName" ], "Type": { "Namespace": "System", @@ -96234,33 +110924,18 @@ "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - { - "Name": "MinScaleUnits", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.UInt32", - "AssemblyQualifiedName": "System.UInt32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": 1, - "ValidateRangeMax": 100, "ValidateNotNullOrEmpty": false }, { - "Name": "MaxScaleUnits", - "AliasList": [], + "Name": "Name", + "AliasList": [ + "ResourceName", + "HubVirtualNetworkConnectionName" + ], "Type": { "Namespace": "System", - "Name": "System.UInt32", - "AssemblyQualifiedName": "System.UInt32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -96268,38 +110943,27 @@ "Constructors": [] }, "ValidateSet": [], - "ValidateRangeMin": 1, - "ValidateRangeMax": 100, - "ValidateNotNullOrEmpty": false + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true }, { - "Name": "VirtualHub", - "AliasList": [], + "Name": "InputObject", + "AliasList": [ + "HubVirtualNetworkConnection" + ], "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", - "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "Name": "Microsoft.Azure.Commands.Network.Models.PSHubVirtualNetworkConnection", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSHubVirtualNetworkConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { - "VirtualWan": "Microsoft.Azure.Commands.Network.Models.PSResourceId", - "VpnGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", - "P2SVpnGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", - "ExpressRouteGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", - "SecurityPartnerProvider": "Microsoft.Azure.Commands.Network.Models.PSResourceId", - "AzureFirewall": "Microsoft.Azure.Commands.Network.Models.PSResourceId", - "RouteTable": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRouteTable", - "VirtualNetworkConnections": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSHubVirtualNetworkConnection]", - "RouteTables": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVirtualHubRouteTable]", - "Tag": "System.Collections.Hashtable", - "Name": "System.String", - "TagsTable": "System.String", - "Type": "System.String", - "ResourceGuid": "System.String", + "RemoteVirtualNetwork": "Microsoft.Azure.Commands.Network.Models.PSResourceId", + "RoutingConfiguration": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration", + "EnableInternetSecurity": "System.Boolean", "ProvisioningState": "System.String", - "ResourceGroupName": "System.String", - "Sku": "System.String", + "RoutingConfigurationText": "System.String", + "Name": "System.String", "Etag": "System.String", - "AddressPrefix": "System.String", - "Location": "System.String", "Id": "System.String" }, "ElementType": null, @@ -96345,8 +111009,10 @@ "ValidateNotNullOrEmpty": false }, { - "Name": "VirtualHubId", - "AliasList": [], + "Name": "ResourceId", + "AliasList": [ + "HubVirtualNetworkConnectionId" + ], "Type": { "Namespace": "System", "Name": "System.String", @@ -96363,12 +111029,12 @@ "ValidateNotNullOrEmpty": false }, { - "Name": "VirtualHubName", + "Name": "AsJob", "AliasList": [], "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -96381,12 +111047,12 @@ "ValidateNotNullOrEmpty": false }, { - "Name": "Tag", + "Name": "Force", "AliasList": [], "Type": { - "Namespace": "System.Collections", - "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -96399,7 +111065,7 @@ "ValidateNotNullOrEmpty": false }, { - "Name": "AsJob", + "Name": "PassThru", "AliasList": [], "Type": { "Namespace": "System.Management.Automation", @@ -96452,7 +111118,7 @@ ], "ParameterSets": [ { - "Name": "__AllParameterSets", + "Name": "ByHubVirtualNetworkConnectionName", "Parameters": [ { "ParameterMetadata": { @@ -96480,10 +111146,10 @@ }, { "ParameterMetadata": { - "Name": "Name", + "Name": "ParentResourceName", "AliasList": [ - "ResourceName", - "ExpressRouteGatewayName" + "VirtualHubName", + "ParentVirtualHubName" ], "Type": { "Namespace": "System", @@ -96498,252 +111164,10 @@ "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": true, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "MinScaleUnits", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.UInt32", - "AssemblyQualifiedName": "System.UInt32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": 1, - "ValidateRangeMax": 100, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": true, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "MaxScaleUnits", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.UInt32", - "AssemblyQualifiedName": "System.UInt32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": 1, - "ValidateRangeMax": 100, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "Tag", - "AliasList": [], - "Type": { - "Namespace": "System.Collections", - "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "AsJob", - "AliasList": [], - "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "DefaultProfile", - "AliasList": [ - "AzContext", - "AzureRmContext", - "AzureCredential" - ], - "Type": { - "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", - "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", - "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", - "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", - "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "Clear", - "Parameters": [], - "ReturnType": "System.Void" - } - ], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - } - ] - }, - { - "Name": "ByVirtualHubObject", - "Parameters": [ - { - "ParameterMetadata": { - "Name": "VirtualHub", - "AliasList": [], - "Type": { - "Namespace": "Microsoft.Azure.Commands.Network.Models", - "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", - "Properties": { - "VirtualWan": "Microsoft.Azure.Commands.Network.Models.PSResourceId", - "VpnGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", - "P2SVpnGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", - "ExpressRouteGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", - "SecurityPartnerProvider": "Microsoft.Azure.Commands.Network.Models.PSResourceId", - "AzureFirewall": "Microsoft.Azure.Commands.Network.Models.PSResourceId", - "RouteTable": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRouteTable", - "VirtualNetworkConnections": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSHubVirtualNetworkConnection]", - "RouteTables": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVirtualHubRouteTable]", - "Tag": "System.Collections.Hashtable", - "Name": "System.String", - "TagsTable": "System.String", - "Type": "System.String", - "ResourceGuid": "System.String", - "ProvisioningState": "System.String", - "ResourceGroupName": "System.String", - "Sku": "System.String", - "Etag": "System.String", - "AddressPrefix": "System.String", - "Location": "System.String", - "Id": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [ - { - "Name": "", - "ReturnType": null, - "Parameters": [] - } - ] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, "Position": -2147483648, - "ValueFromPipeline": true, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "ResourceGroupName", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": true, - "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, @@ -96752,7 +111176,7 @@ "Name": "Name", "AliasList": [ "ResourceName", - "ExpressRouteGatewayName" + "HubVirtualNetworkConnectionName" ], "Type": { "Namespace": "System", @@ -96765,33 +111189,9 @@ "Constructors": [] }, "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": true, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "MinScaleUnits", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.UInt32", - "AssemblyQualifiedName": "System.UInt32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": 1, - "ValidateRangeMax": 100, - "ValidateNotNullOrEmpty": false + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true }, "Mandatory": true, "Position": -2147483648, @@ -96800,12 +111200,12 @@ }, { "ParameterMetadata": { - "Name": "MaxScaleUnits", + "Name": "AsJob", "AliasList": [], "Type": { - "Namespace": "System", - "Name": "System.UInt32", - "AssemblyQualifiedName": "System.UInt32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -96813,8 +111213,8 @@ "Constructors": [] }, "ValidateSet": [], - "ValidateRangeMin": 1, - "ValidateRangeMax": 100, + "ValidateRangeMin": null, + "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -96824,12 +111224,12 @@ }, { "ParameterMetadata": { - "Name": "Tag", + "Name": "Force", "AliasList": [], "Type": { - "Namespace": "System.Collections", - "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -96848,7 +111248,7 @@ }, { "ParameterMetadata": { - "Name": "AsJob", + "Name": "PassThru", "AliasList": [], "Type": { "Namespace": "System.Management.Automation", @@ -96912,115 +111312,83 @@ ] }, { - "Name": "ByVirtualHubResourceId", + "Name": "ByHubVirtualNetworkConnectionObject", "Parameters": [ { "ParameterMetadata": { - "Name": "VirtualHubId", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": true, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "ResourceGroupName", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": true, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "Name", + "Name": "InputObject", "AliasList": [ - "ResourceName", - "ExpressRouteGatewayName" + "HubVirtualNetworkConnection" ], "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, + "Namespace": "Microsoft.Azure.Commands.Network.Models", + "Name": "Microsoft.Azure.Commands.Network.Models.PSHubVirtualNetworkConnection", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSHubVirtualNetworkConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "RemoteVirtualNetwork": "Microsoft.Azure.Commands.Network.Models.PSResourceId", + "RoutingConfiguration": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration", + "EnableInternetSecurity": "System.Boolean", + "ProvisioningState": "System.String", + "RoutingConfigurationText": "System.String", + "Name": "System.String", + "Etag": "System.String", + "Id": "System.String" + }, "ElementType": null, "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] }, "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": true, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "MinScaleUnits", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.UInt32", - "AssemblyQualifiedName": "System.UInt32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": 1, - "ValidateRangeMax": 100, "ValidateNotNullOrEmpty": false }, - "Mandatory": true, + "Mandatory": false, "Position": -2147483648, - "ValueFromPipeline": false, + "ValueFromPipeline": true, "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "MaxScaleUnits", + "Name": "AsJob", "AliasList": [], "Type": { - "Namespace": "System", - "Name": "System.UInt32", - "AssemblyQualifiedName": "System.UInt32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -97028,8 +111396,8 @@ "Constructors": [] }, "ValidateSet": [], - "ValidateRangeMin": 1, - "ValidateRangeMax": 100, + "ValidateRangeMin": null, + "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -97039,12 +111407,12 @@ }, { "ParameterMetadata": { - "Name": "Tag", + "Name": "Force", "AliasList": [], "Type": { - "Namespace": "System.Collections", - "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -97063,7 +111431,7 @@ }, { "ParameterMetadata": { - "Name": "AsJob", + "Name": "PassThru", "AliasList": [], "Type": { "Namespace": "System.Management.Automation", @@ -97127,12 +111495,14 @@ ] }, { - "Name": "ByVirtualHubName", + "Name": "ByHubVirtualNetworkConnectionResourceId", "Parameters": [ { "ParameterMetadata": { - "Name": "VirtualHubName", - "AliasList": [], + "Name": "ResourceId", + "AliasList": [ + "HubVirtualNetworkConnectionId" + ], "Type": { "Namespace": "System", "Name": "System.String", @@ -97151,16 +111521,16 @@ "Mandatory": true, "Position": -2147483648, "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false + "ValueFromPipelineByPropertyName": true }, { "ParameterMetadata": { - "Name": "ResourceGroupName", + "Name": "AsJob", "AliasList": [], "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -97170,24 +111540,21 @@ "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true + "ValidateNotNullOrEmpty": false }, - "Mandatory": true, + "Mandatory": false, "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "Name", - "AliasList": [ - "ResourceName", - "ExpressRouteGatewayName" - ], + "Name": "Force", + "AliasList": [], "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -97197,21 +111564,21 @@ "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true + "ValidateNotNullOrEmpty": false }, - "Mandatory": true, + "Mandatory": false, "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "MinScaleUnits", + "Name": "PassThru", "AliasList": [], "Type": { - "Namespace": "System", - "Name": "System.UInt32", - "AssemblyQualifiedName": "System.UInt32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -97219,23 +111586,67 @@ "Constructors": [] }, "ValidateSet": [], - "ValidateRangeMin": 1, - "ValidateRangeMax": 100, + "ValidateRangeMin": null, + "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, - "Mandatory": true, + "Mandatory": false, "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "MaxScaleUnits", + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "__AllParameterSets", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "AsJob", "AliasList": [], "Type": { - "Namespace": "System", - "Name": "System.UInt32", - "AssemblyQualifiedName": "System.UInt32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -97243,8 +111654,8 @@ "Constructors": [] }, "ValidateSet": [], - "ValidateRangeMin": 1, - "ValidateRangeMax": 100, + "ValidateRangeMin": null, + "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -97254,12 +111665,12 @@ }, { "ParameterMetadata": { - "Name": "Tag", + "Name": "Force", "AliasList": [], "Type": { - "Namespace": "System.Collections", - "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -97278,7 +111689,7 @@ }, { "ParameterMetadata": { - "Name": "AsJob", + "Name": "PassThru", "AliasList": [], "Type": { "Namespace": "System.Management.Automation", @@ -97345,25 +111756,66 @@ "AliasList": [] }, { - "VerbName": "Remove", - "NounName": "AzExpressRouteGateway", - "Name": "Remove-AzExpressRouteGateway", - "ClassName": "Microsoft.Azure.Commands.Network.RemoveAzureRmExpressRouteGatewayCommand", + "VerbName": "Update", + "NounName": "AzVirtualHubVnetConnection", + "Name": "Update-AzVirtualHubVnetConnection", + "ClassName": "Microsoft.Azure.Commands.Network.UpdateAzureRmHubVirtualNetworkConnectionCommand", "SupportsShouldProcess": true, "ConfirmImpact": 2, "SupportsPaging": false, - "DefaultParameterSetName": "ByExpressRouteGatewayName", + "DefaultParameterSetName": "ByHubVirtualNetworkConnectionName", "OutputTypes": [ { "Type": { - "Namespace": "System", - "Name": "System.Boolean", - "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, + "Namespace": "Microsoft.Azure.Commands.Network.Models", + "Name": "Microsoft.Azure.Commands.Network.Models.PSHubVirtualNetworkConnection", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSHubVirtualNetworkConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "RemoteVirtualNetwork": "Microsoft.Azure.Commands.Network.Models.PSResourceId", + "RoutingConfiguration": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration", + "EnableInternetSecurity": "System.Boolean", + "ProvisioningState": "System.String", + "RoutingConfigurationText": "System.String", + "Name": "System.String", + "Etag": "System.String", + "Id": "System.String" + }, "ElementType": null, "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] }, "ParameterSets": [ "__AllParameterSets" @@ -97389,11 +111841,32 @@ "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, + { + "Name": "ParentResourceName", + "AliasList": [ + "VirtualHubName", + "ParentVirtualHubName" + ], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, { "Name": "Name", "AliasList": [ "ResourceName", - "ExpressRouteGatewayName" + "HubVirtualNetworkConnectionName" ], "Type": { "Namespace": "System", @@ -97413,26 +111886,18 @@ { "Name": "InputObject", "AliasList": [ - "ExpressRouteGateway" + "HubVirtualNetworkConnection" ], "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", - "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "Name": "Microsoft.Azure.Commands.Network.Models.PSHubVirtualNetworkConnection", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSHubVirtualNetworkConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { - "AutoScaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteGatewayAutoscaleConfiguration", - "VirtualHub": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubId", - "ExpressRouteConnections": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSExpressRouteConnection]", - "Tag": "System.Collections.Hashtable", + "RemoteVirtualNetwork": "Microsoft.Azure.Commands.Network.Models.PSResourceId", + "RoutingConfiguration": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration", + "EnableInternetSecurity": "System.Boolean", "ProvisioningState": "System.String", - "VirtualHubText": "System.String", - "AutoScaleConfigurationText": "System.String", - "ExpressRouteConnectionsText": "System.String", - "ResourceGroupName": "System.String", - "Location": "System.String", - "ResourceGuid": "System.String", - "Type": "System.String", - "TagsTable": "System.String", + "RoutingConfigurationText": "System.String", "Name": "System.String", "Etag": "System.String", "Id": "System.String" @@ -97477,12 +111942,12 @@ "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true + "ValidateNotNullOrEmpty": false }, { "Name": "ResourceId", "AliasList": [ - "expressRouteGatewayId" + "HubVirtualNetworkConnectionId" ], "Type": { "Namespace": "System", @@ -97497,18 +111962,20 @@ "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true + "ValidateNotNullOrEmpty": false }, { - "Name": "PassThru", + "Name": "EnableInternetSecurity", "AliasList": [], "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Namespace": "System", + "Name": "System.Nullable`1[System.Boolean]", + "AssemblyQualifiedName": "System.Nullable`1[[System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, - "GenericTypeArguments": [], + "GenericTypeArguments": [ + "System.Boolean" + ], "Methods": [], "Constructors": [] }, @@ -97518,7 +111985,63 @@ "ValidateNotNullOrEmpty": false }, { - "Name": "Force", + "Name": "RoutingConfiguration", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Network.Models", + "Name": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "PropagatedRouteTables": "Microsoft.Azure.Commands.Network.Models.PSPropagatedRouteTable", + "AssociatedRouteTable": "Microsoft.Azure.Commands.Network.Models.PSResourceId", + "VnetRoutes": "Microsoft.Azure.Commands.Network.Models.PSVnetRoute", + "PropagatedRouteTablesText": "System.String", + "VnetRoutesText": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "AsJob", "AliasList": [], "Type": { "Namespace": "System.Management.Automation", @@ -97571,7 +112094,7 @@ ], "ParameterSets": [ { - "Name": "ByExpressRouteGatewayName", + "Name": "ByHubVirtualNetworkConnectionName", "Parameters": [ { "ParameterMetadata": { @@ -97597,12 +112120,39 @@ "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, + { + "ParameterMetadata": { + "Name": "ParentResourceName", + "AliasList": [ + "VirtualHubName", + "ParentVirtualHubName" + ], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, { "ParameterMetadata": { "Name": "Name", "AliasList": [ "ResourceName", - "ExpressRouteGatewayName" + "HubVirtualNetworkConnectionName" ], "Type": { "Namespace": "System", @@ -97626,15 +112176,17 @@ }, { "ParameterMetadata": { - "Name": "PassThru", + "Name": "EnableInternetSecurity", "AliasList": [], "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Namespace": "System", + "Name": "System.Nullable`1[System.Boolean]", + "AssemblyQualifiedName": "System.Nullable`1[[System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, - "GenericTypeArguments": [], + "GenericTypeArguments": [ + "System.Boolean" + ], "Methods": [], "Constructors": [] }, @@ -97650,7 +112202,69 @@ }, { "ParameterMetadata": { - "Name": "Force", + "Name": "RoutingConfiguration", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Network.Models", + "Name": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "PropagatedRouteTables": "Microsoft.Azure.Commands.Network.Models.PSPropagatedRouteTable", + "AssociatedRouteTable": "Microsoft.Azure.Commands.Network.Models.PSResourceId", + "VnetRoutes": "Microsoft.Azure.Commands.Network.Models.PSVnetRoute", + "PropagatedRouteTablesText": "System.String", + "VnetRoutesText": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "AsJob", "AliasList": [], "Type": { "Namespace": "System.Management.Automation", @@ -97714,32 +112328,24 @@ ] }, { - "Name": "ByExpressRouteGatewayObject", + "Name": "ByHubVirtualNetworkConnectionObject", "Parameters": [ { "ParameterMetadata": { "Name": "InputObject", "AliasList": [ - "ExpressRouteGateway" + "HubVirtualNetworkConnection" ], "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", - "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "Name": "Microsoft.Azure.Commands.Network.Models.PSHubVirtualNetworkConnection", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSHubVirtualNetworkConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { - "AutoScaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteGatewayAutoscaleConfiguration", - "VirtualHub": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubId", - "ExpressRouteConnections": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSExpressRouteConnection]", - "Tag": "System.Collections.Hashtable", + "RemoteVirtualNetwork": "Microsoft.Azure.Commands.Network.Models.PSResourceId", + "RoutingConfiguration": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration", + "EnableInternetSecurity": "System.Boolean", "ProvisioningState": "System.String", - "VirtualHubText": "System.String", - "AutoScaleConfigurationText": "System.String", - "ExpressRouteConnectionsText": "System.String", - "ResourceGroupName": "System.String", - "Location": "System.String", - "ResourceGuid": "System.String", - "Type": "System.String", - "TagsTable": "System.String", + "RoutingConfigurationText": "System.String", "Name": "System.String", "Etag": "System.String", "Id": "System.String" @@ -97784,7 +112390,7 @@ "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true + "ValidateNotNullOrEmpty": false }, "Mandatory": true, "Position": -2147483648, @@ -97793,15 +112399,17 @@ }, { "ParameterMetadata": { - "Name": "PassThru", + "Name": "EnableInternetSecurity", "AliasList": [], "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Namespace": "System", + "Name": "System.Nullable`1[System.Boolean]", + "AssemblyQualifiedName": "System.Nullable`1[[System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, - "GenericTypeArguments": [], + "GenericTypeArguments": [ + "System.Boolean" + ], "Methods": [], "Constructors": [] }, @@ -97817,7 +112425,69 @@ }, { "ParameterMetadata": { - "Name": "Force", + "Name": "RoutingConfiguration", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Network.Models", + "Name": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "PropagatedRouteTables": "Microsoft.Azure.Commands.Network.Models.PSPropagatedRouteTable", + "AssociatedRouteTable": "Microsoft.Azure.Commands.Network.Models.PSResourceId", + "VnetRoutes": "Microsoft.Azure.Commands.Network.Models.PSVnetRoute", + "PropagatedRouteTablesText": "System.String", + "VnetRoutesText": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "AsJob", "AliasList": [], "Type": { "Namespace": "System.Management.Automation", @@ -97881,13 +112551,13 @@ ] }, { - "Name": "ByExpressRouteGatewayResourceId", + "Name": "ByHubVirtualNetworkConnectionResourceId", "Parameters": [ { "ParameterMetadata": { "Name": "ResourceId", "AliasList": [ - "expressRouteGatewayId" + "HubVirtualNetworkConnectionId" ], "Type": { "Namespace": "System", @@ -97902,7 +112572,7 @@ "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true + "ValidateNotNullOrEmpty": false }, "Mandatory": true, "Position": -2147483648, @@ -97911,15 +112581,17 @@ }, { "ParameterMetadata": { - "Name": "PassThru", + "Name": "EnableInternetSecurity", "AliasList": [], "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Namespace": "System", + "Name": "System.Nullable`1[System.Boolean]", + "AssemblyQualifiedName": "System.Nullable`1[[System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, - "GenericTypeArguments": [], + "GenericTypeArguments": [ + "System.Boolean" + ], "Methods": [], "Constructors": [] }, @@ -97935,7 +112607,69 @@ }, { "ParameterMetadata": { - "Name": "Force", + "Name": "RoutingConfiguration", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Network.Models", + "Name": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "PropagatedRouteTables": "Microsoft.Azure.Commands.Network.Models.PSPropagatedRouteTable", + "AssociatedRouteTable": "Microsoft.Azure.Commands.Network.Models.PSResourceId", + "VnetRoutes": "Microsoft.Azure.Commands.Network.Models.PSVnetRoute", + "PropagatedRouteTablesText": "System.String", + "VnetRoutesText": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "AsJob", "AliasList": [], "Type": { "Namespace": "System.Management.Automation", @@ -98003,15 +112737,17 @@ "Parameters": [ { "ParameterMetadata": { - "Name": "PassThru", + "Name": "EnableInternetSecurity", "AliasList": [], "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Namespace": "System", + "Name": "System.Nullable`1[System.Boolean]", + "AssemblyQualifiedName": "System.Nullable`1[[System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, - "GenericTypeArguments": [], + "GenericTypeArguments": [ + "System.Boolean" + ], "Methods": [], "Constructors": [] }, @@ -98027,7 +112763,69 @@ }, { "ParameterMetadata": { - "Name": "Force", + "Name": "RoutingConfiguration", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Network.Models", + "Name": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "PropagatedRouteTables": "Microsoft.Azure.Commands.Network.Models.PSPropagatedRouteTable", + "AssociatedRouteTable": "Microsoft.Azure.Commands.Network.Models.PSResourceId", + "VnetRoutes": "Microsoft.Azure.Commands.Network.Models.PSVnetRoute", + "PropagatedRouteTablesText": "System.String", + "VnetRoutesText": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "AsJob", "AliasList": [], "Type": { "Namespace": "System.Management.Automation", @@ -98094,36 +112892,40 @@ "AliasList": [] }, { - "VerbName": "Set", - "NounName": "AzExpressRouteGateway", - "Name": "Set-AzExpressRouteGateway", - "ClassName": "Microsoft.Azure.Commands.Network.UpdateAzureRmExpressRouteGatewayCommand", + "VerbName": "Disconnect", + "NounName": "AzP2SVpnGatewayVpnConnection", + "Name": "Disconnect-AzP2SVpnGatewayVpnConnection", + "ClassName": "Microsoft.Azure.Commands.Network.DisconnectAzureP2SVpnGatewayVpnConnectionCommand", "SupportsShouldProcess": true, "ConfirmImpact": 2, "SupportsPaging": false, - "DefaultParameterSetName": "ByExpressRouteGatewayName", + "DefaultParameterSetName": "ByP2SVpnGatewayName", "OutputTypes": [ { "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", - "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "Name": "Microsoft.Azure.Commands.Network.Models.PSP2SVpnGateway", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSP2SVpnGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { - "AutoScaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteGatewayAutoscaleConfiguration", - "VirtualHub": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubId", - "ExpressRouteConnections": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSExpressRouteConnection]", + "VirtualHub": "Microsoft.Azure.Commands.Network.Models.PSResourceId", + "VpnServerConfiguration": "Microsoft.Azure.Commands.Network.Models.PSResourceId", + "VpnClientConnectionHealth": "Microsoft.Azure.Commands.Network.Models.PSVpnClientConnectionHealth", + "P2SConnectionConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSP2SConnectionConfiguration]", + "CustomDnsServers": "System.Collections.Generic.List`1[System.String]", "Tag": "System.Collections.Hashtable", - "ProvisioningState": "System.String", - "VirtualHubText": "System.String", - "AutoScaleConfigurationText": "System.String", - "ExpressRouteConnectionsText": "System.String", - "ResourceGroupName": "System.String", - "Location": "System.String", - "ResourceGuid": "System.String", - "Type": "System.String", - "TagsTable": "System.String", + "VpnGatewayScaleUnit": "System.Int32", "Name": "System.String", + "TagsTable": "System.String", + "Type": "System.String", + "ResourceGuid": "System.String", + "Location": "System.String", + "P2SConnectionConfigurationsText": "System.String", + "CustomDnsServersText": "System.String", "Etag": "System.String", + "VpnClientConnectionHealthText": "System.String", + "ProvisioningState": "System.String", + "VpnServerConfigurationLocation": "System.String", + "ResourceGroupName": "System.String", "Id": "System.String" }, "ElementType": null, @@ -98191,8 +112993,7 @@ "Name": "Name", "AliasList": [ "ResourceName", - "ExpressRouteGatewayName", - "GatewayName" + "P2SVpnGatewayName" ], "Type": { "Namespace": "System", @@ -98209,31 +113010,53 @@ "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, + { + "Name": "ResourceId", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, { "Name": "InputObject", "AliasList": [ - "ExpressRouteGateway" + "P2SVpnGateway" ], "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", - "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "Name": "Microsoft.Azure.Commands.Network.Models.PSP2SVpnGateway", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSP2SVpnGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { - "AutoScaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteGatewayAutoscaleConfiguration", - "VirtualHub": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubId", - "ExpressRouteConnections": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSExpressRouteConnection]", + "VirtualHub": "Microsoft.Azure.Commands.Network.Models.PSResourceId", + "VpnServerConfiguration": "Microsoft.Azure.Commands.Network.Models.PSResourceId", + "VpnClientConnectionHealth": "Microsoft.Azure.Commands.Network.Models.PSVpnClientConnectionHealth", + "P2SConnectionConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSP2SConnectionConfiguration]", + "CustomDnsServers": "System.Collections.Generic.List`1[System.String]", "Tag": "System.Collections.Hashtable", - "ProvisioningState": "System.String", - "VirtualHubText": "System.String", - "AutoScaleConfigurationText": "System.String", - "ExpressRouteConnectionsText": "System.String", - "ResourceGroupName": "System.String", - "Location": "System.String", - "ResourceGuid": "System.String", - "Type": "System.String", - "TagsTable": "System.String", + "VpnGatewayScaleUnit": "System.Int32", "Name": "System.String", + "TagsTable": "System.String", + "Type": "System.String", + "ResourceGuid": "System.String", + "Location": "System.String", + "P2SConnectionConfigurationsText": "System.String", + "CustomDnsServersText": "System.String", "Etag": "System.String", + "VpnClientConnectionHealthText": "System.String", + "ProvisioningState": "System.String", + "VpnServerConfigurationLocation": "System.String", + "ResourceGroupName": "System.String", "Id": "System.String" }, "ElementType": null, @@ -98279,14 +113102,14 @@ "ValidateNotNullOrEmpty": true }, { - "Name": "ResourceId", + "Name": "VpnConnectionId", "AliasList": [], "Type": { "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Name": "System.String[]", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, - "ElementType": null, + "ElementType": "System.String", "GenericTypeArguments": [], "Methods": [], "Constructors": [] @@ -98297,48 +113120,12 @@ "ValidateNotNullOrEmpty": true }, { - "Name": "MinScaleUnits", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.UInt32", - "AssemblyQualifiedName": "System.UInt32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "MaxScaleUnits", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.UInt32", - "AssemblyQualifiedName": "System.UInt32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "Tag", + "Name": "AsJob", "AliasList": [], "Type": { - "Namespace": "System.Collections", - "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -98351,7 +113138,7 @@ "ValidateNotNullOrEmpty": false }, { - "Name": "AsJob", + "Name": "PassThru", "AliasList": [], "Type": { "Namespace": "System.Management.Automation", @@ -98404,16 +113191,115 @@ ], "ParameterSets": [ { - "Name": "ByExpressRouteGatewayName", + "Name": "ByP2SVpnGatewayName", "Parameters": [ { "ParameterMetadata": { - "Name": "ResourceGroupName", + "Name": "ResourceGroupName", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Name", + "AliasList": [ + "ResourceName", + "P2SVpnGatewayName" + ], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "VpnConnectionId", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String[]", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": "System.String", + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "AsJob", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "PassThru", "AliasList": [], "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -98423,49 +113309,65 @@ "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true + "ValidateNotNullOrEmpty": false }, - "Mandatory": true, + "Mandatory": false, "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "Name", + "Name": "DefaultProfile", "AliasList": [ - "ResourceName", - "ExpressRouteGatewayName", - "GatewayName" + "AzContext", + "AzureRmContext", + "AzureCredential" ], "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + }, "ElementType": null, "GenericTypeArguments": [], - "Methods": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], "Constructors": [] }, "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true + "ValidateNotNullOrEmpty": false }, - "Mandatory": true, + "Mandatory": false, "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false - }, + } + ] + }, + { + "Name": "ByP2SVpnGatewayResourceId", + "Parameters": [ { "ParameterMetadata": { - "Name": "MinScaleUnits", + "Name": "ResourceId", "AliasList": [], "Type": { "Namespace": "System", - "Name": "System.UInt32", - "AssemblyQualifiedName": "System.UInt32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -98475,23 +113377,23 @@ "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false + "ValidateNotNullOrEmpty": true }, "Mandatory": true, "Position": -2147483648, "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false + "ValueFromPipelineByPropertyName": true }, { "ParameterMetadata": { - "Name": "MaxScaleUnits", + "Name": "VpnConnectionId", "AliasList": [], "Type": { "Namespace": "System", - "Name": "System.UInt32", - "AssemblyQualifiedName": "System.UInt32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Name": "System.String[]", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, - "ElementType": null, + "ElementType": "System.String", "GenericTypeArguments": [], "Methods": [], "Constructors": [] @@ -98499,7 +113401,7 @@ "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false + "ValidateNotNullOrEmpty": true }, "Mandatory": true, "Position": -2147483648, @@ -98508,12 +113410,12 @@ }, { "ParameterMetadata": { - "Name": "Tag", + "Name": "AsJob", "AliasList": [], "Type": { - "Namespace": "System.Collections", - "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -98532,7 +113434,7 @@ }, { "ParameterMetadata": { - "Name": "AsJob", + "Name": "PassThru", "AliasList": [], "Type": { "Namespace": "System.Management.Automation", @@ -98596,34 +113498,38 @@ ] }, { - "Name": "ByExpressRouteGatewayObject", + "Name": "ByP2SVpnGatewayObject", "Parameters": [ { "ParameterMetadata": { "Name": "InputObject", "AliasList": [ - "ExpressRouteGateway" + "P2SVpnGateway" ], "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", - "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "Name": "Microsoft.Azure.Commands.Network.Models.PSP2SVpnGateway", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSP2SVpnGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { - "AutoScaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteGatewayAutoscaleConfiguration", - "VirtualHub": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubId", - "ExpressRouteConnections": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSExpressRouteConnection]", + "VirtualHub": "Microsoft.Azure.Commands.Network.Models.PSResourceId", + "VpnServerConfiguration": "Microsoft.Azure.Commands.Network.Models.PSResourceId", + "VpnClientConnectionHealth": "Microsoft.Azure.Commands.Network.Models.PSVpnClientConnectionHealth", + "P2SConnectionConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSP2SConnectionConfiguration]", + "CustomDnsServers": "System.Collections.Generic.List`1[System.String]", "Tag": "System.Collections.Hashtable", - "ProvisioningState": "System.String", - "VirtualHubText": "System.String", - "AutoScaleConfigurationText": "System.String", - "ExpressRouteConnectionsText": "System.String", - "ResourceGroupName": "System.String", - "Location": "System.String", - "ResourceGuid": "System.String", - "Type": "System.String", - "TagsTable": "System.String", + "VpnGatewayScaleUnit": "System.Int32", "Name": "System.String", + "TagsTable": "System.String", + "Type": "System.String", + "ResourceGuid": "System.String", + "Location": "System.String", + "P2SConnectionConfigurationsText": "System.String", + "CustomDnsServersText": "System.String", "Etag": "System.String", + "VpnClientConnectionHealthText": "System.String", + "ProvisioningState": "System.String", + "VpnServerConfigurationLocation": "System.String", + "ResourceGroupName": "System.String", "Id": "System.String" }, "ElementType": null, @@ -98675,38 +113581,14 @@ }, { "ParameterMetadata": { - "Name": "MinScaleUnits", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.UInt32", - "AssemblyQualifiedName": "System.UInt32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": true, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "MaxScaleUnits", + "Name": "VpnConnectionId", "AliasList": [], "Type": { "Namespace": "System", - "Name": "System.UInt32", - "AssemblyQualifiedName": "System.UInt32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Name": "System.String[]", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, - "ElementType": null, + "ElementType": "System.String", "GenericTypeArguments": [], "Methods": [], "Constructors": [] @@ -98714,7 +113596,7 @@ "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false + "ValidateNotNullOrEmpty": true }, "Mandatory": true, "Position": -2147483648, @@ -98723,12 +113605,12 @@ }, { "ParameterMetadata": { - "Name": "Tag", + "Name": "AsJob", "AliasList": [], "Type": { - "Namespace": "System.Collections", - "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -98747,7 +113629,7 @@ }, { "ParameterMetadata": { - "Name": "AsJob", + "Name": "PassThru", "AliasList": [], "Type": { "Namespace": "System.Management.Automation", @@ -98811,18 +113693,18 @@ ] }, { - "Name": "ByExpressRouteGatewayResourceId", + "Name": "__AllParameterSets", "Parameters": [ { "ParameterMetadata": { - "Name": "ResourceId", + "Name": "VpnConnectionId", "AliasList": [], "Type": { "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Name": "System.String[]", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, - "ElementType": null, + "ElementType": "System.String", "GenericTypeArguments": [], "Methods": [], "Constructors": [] @@ -98835,64 +113717,16 @@ "Mandatory": true, "Position": -2147483648, "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "MinScaleUnits", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.UInt32", - "AssemblyQualifiedName": "System.UInt32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": true, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "MaxScaleUnits", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.UInt32", - "AssemblyQualifiedName": "System.UInt32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": true, - "Position": -2147483648, - "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "Tag", + "Name": "AsJob", "AliasList": [], "Type": { - "Namespace": "System.Collections", - "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -98911,7 +113745,7 @@ }, { "ParameterMetadata": { - "Name": "AsJob", + "Name": "PassThru", "AliasList": [], "Type": { "Namespace": "System.Management.Automation", @@ -98973,18 +113807,175 @@ "ValueFromPipelineByPropertyName": false } ] + } + ], + "AliasList": [] + }, + { + "VerbName": "Get", + "NounName": "AzP2sVpnGateway", + "Name": "Get-AzP2sVpnGateway", + "ClassName": "Microsoft.Azure.Commands.Network.GetAzureRmP2SVpnGatewayCommand", + "SupportsShouldProcess": false, + "ConfirmImpact": 2, + "SupportsPaging": false, + "DefaultParameterSetName": "ListBySubscriptionId", + "OutputTypes": [ + { + "Type": { + "Namespace": "Microsoft.Azure.Commands.Network.Models", + "Name": "Microsoft.Azure.Commands.Network.Models.PSP2SVpnGateway", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSP2SVpnGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "VirtualHub": "Microsoft.Azure.Commands.Network.Models.PSResourceId", + "VpnServerConfiguration": "Microsoft.Azure.Commands.Network.Models.PSResourceId", + "VpnClientConnectionHealth": "Microsoft.Azure.Commands.Network.Models.PSVpnClientConnectionHealth", + "P2SConnectionConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSP2SConnectionConfiguration]", + "CustomDnsServers": "System.Collections.Generic.List`1[System.String]", + "Tag": "System.Collections.Hashtable", + "VpnGatewayScaleUnit": "System.Int32", + "Name": "System.String", + "TagsTable": "System.String", + "Type": "System.String", + "ResourceGuid": "System.String", + "Location": "System.String", + "P2SConnectionConfigurationsText": "System.String", + "CustomDnsServersText": "System.String", + "Etag": "System.String", + "VpnClientConnectionHealthText": "System.String", + "ProvisioningState": "System.String", + "VpnServerConfigurationLocation": "System.String", + "ResourceGroupName": "System.String", + "Id": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] + }, + "ParameterSets": [ + "__AllParameterSets" + ] + } + ], + "Parameters": [ + { + "Name": "ResourceGroupName", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true }, { - "Name": "__AllParameterSets", + "Name": "Name", + "AliasList": [ + "ResourceName", + "P2SVpnGatewayName" + ], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + } + ], + "ParameterSets": [ + { + "Name": "ListByResourceGroupName", "Parameters": [ { "ParameterMetadata": { - "Name": "MinScaleUnits", + "Name": "ResourceGroupName", "AliasList": [], "Type": { "Namespace": "System", - "Name": "System.UInt32", - "AssemblyQualifiedName": "System.UInt32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -98994,45 +113985,24 @@ "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false + "ValidateNotNullOrEmpty": true }, - "Mandatory": true, + "Mandatory": false, "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "MaxScaleUnits", - "AliasList": [], + "Name": "Name", + "AliasList": [ + "ResourceName", + "P2SVpnGatewayName" + ], "Type": { "Namespace": "System", - "Name": "System.UInt32", - "AssemblyQualifiedName": "System.UInt32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": true, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "Tag", - "AliasList": [], - "Type": { - "Namespace": "System.Collections", - "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -99042,7 +114012,7 @@ "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false + "ValidateNotNullOrEmpty": true }, "Mandatory": false, "Position": -2147483648, @@ -99051,16 +114021,31 @@ }, { "ParameterMetadata": { - "Name": "AsJob", - "AliasList": [], + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + }, "ElementType": null, "GenericTypeArguments": [], - "Methods": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], "Constructors": [] }, "ValidateSet": [], @@ -99072,7 +114057,12 @@ "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false - }, + } + ] + }, + { + "Name": "__AllParameterSets", + "Parameters": [ { "ParameterMetadata": { "Name": "DefaultProfile", @@ -99113,31 +114103,49 @@ "ValueFromPipelineByPropertyName": false } ] + }, + { + "Name": "ListBySubscriptionId", + "Parameters": [] } ], "AliasList": [] }, { "VerbName": "Get", - "NounName": "AzVirtualHubVnetConnection", - "Name": "Get-AzVirtualHubVnetConnection", - "ClassName": "Microsoft.Azure.Commands.Network.GetHubVirtualNetworkConnectionCommand", + "NounName": "AzP2sVpnGatewayConnectionHealth", + "Name": "Get-AzP2sVpnGatewayConnectionHealth", + "ClassName": "Microsoft.Azure.Commands.Network.GetAzureRmP2SVpnGatewayConnectionHealthCommand", "SupportsShouldProcess": false, "ConfirmImpact": 2, "SupportsPaging": false, - "DefaultParameterSetName": "ByVirtualHubName", + "DefaultParameterSetName": "ByP2SVpnGatewayName", "OutputTypes": [ { "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", - "Name": "Microsoft.Azure.Commands.Network.Models.PSHubVirtualNetworkConnection", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSHubVirtualNetworkConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "Name": "Microsoft.Azure.Commands.Network.Models.PSP2SVpnGateway", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSP2SVpnGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { - "RemoteVirtualNetwork": "Microsoft.Azure.Commands.Network.Models.PSResourceId", - "EnableInternetSecurity": "System.Boolean", - "ProvisioningState": "System.String", + "VirtualHub": "Microsoft.Azure.Commands.Network.Models.PSResourceId", + "VpnServerConfiguration": "Microsoft.Azure.Commands.Network.Models.PSResourceId", + "VpnClientConnectionHealth": "Microsoft.Azure.Commands.Network.Models.PSVpnClientConnectionHealth", + "P2SConnectionConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSP2SConnectionConfiguration]", + "CustomDnsServers": "System.Collections.Generic.List`1[System.String]", + "Tag": "System.Collections.Hashtable", + "VpnGatewayScaleUnit": "System.Int32", "Name": "System.String", + "TagsTable": "System.String", + "Type": "System.String", + "ResourceGuid": "System.String", + "Location": "System.String", + "P2SConnectionConfigurationsText": "System.String", + "CustomDnsServersText": "System.String", "Etag": "System.String", + "VpnClientConnectionHealthText": "System.String", + "ProvisioningState": "System.String", + "VpnServerConfigurationLocation": "System.String", + "ResourceGroupName": "System.String", "Id": "System.String" }, "ElementType": null, @@ -99184,8 +114192,10 @@ ], "Parameters": [ { - "Name": "ResourceGroupName", - "AliasList": [], + "Name": "Name", + "AliasList": [ + "ResourceName" + ], "Type": { "Namespace": "System", "Name": "System.String", @@ -99202,11 +114212,8 @@ "ValidateNotNullOrEmpty": true }, { - "Name": "ParentResourceName", - "AliasList": [ - "VirtualHubName", - "ParentVirtualHubName" - ], + "Name": "ResourceGroupName", + "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", @@ -99220,39 +114227,37 @@ "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false + "ValidateNotNullOrEmpty": true }, { - "Name": "ParentObject", + "Name": "InputObject", "AliasList": [ - "VirtualHub", - "ParentVirtualHub" + "P2SVpnGateway" ], "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", - "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "Name": "Microsoft.Azure.Commands.Network.Models.PSP2SVpnGateway", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSP2SVpnGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { - "VirtualWan": "Microsoft.Azure.Commands.Network.Models.PSResourceId", - "VpnGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", - "P2SVpnGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", - "ExpressRouteGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", - "SecurityPartnerProvider": "Microsoft.Azure.Commands.Network.Models.PSResourceId", - "AzureFirewall": "Microsoft.Azure.Commands.Network.Models.PSResourceId", - "RouteTable": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRouteTable", - "VirtualNetworkConnections": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSHubVirtualNetworkConnection]", - "RouteTables": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVirtualHubRouteTable]", + "VirtualHub": "Microsoft.Azure.Commands.Network.Models.PSResourceId", + "VpnServerConfiguration": "Microsoft.Azure.Commands.Network.Models.PSResourceId", + "VpnClientConnectionHealth": "Microsoft.Azure.Commands.Network.Models.PSVpnClientConnectionHealth", + "P2SConnectionConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSP2SConnectionConfiguration]", + "CustomDnsServers": "System.Collections.Generic.List`1[System.String]", "Tag": "System.Collections.Hashtable", + "VpnGatewayScaleUnit": "System.Int32", "Name": "System.String", "TagsTable": "System.String", "Type": "System.String", "ResourceGuid": "System.String", + "Location": "System.String", + "P2SConnectionConfigurationsText": "System.String", + "CustomDnsServersText": "System.String", + "Etag": "System.String", + "VpnClientConnectionHealthText": "System.String", "ProvisioningState": "System.String", + "VpnServerConfigurationLocation": "System.String", "ResourceGroupName": "System.String", - "Sku": "System.String", - "Etag": "System.String", - "AddressPrefix": "System.String", - "Location": "System.String", "Id": "System.String" }, "ElementType": null, @@ -99295,35 +114300,11 @@ "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "ParentResourceId", - "AliasList": [ - "VirtualHubId", - "ParentVirtualHubId" - ], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false + "ValidateNotNullOrEmpty": true }, { - "Name": "Name", - "AliasList": [ - "ResourceName", - "HubVirtualNetworkConnectionName" - ], + "Name": "ResourceId", + "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", @@ -99375,38 +114356,13 @@ ], "ParameterSets": [ { - "Name": "ByVirtualHubName", + "Name": "ByP2SVpnGatewayName", "Parameters": [ { "ParameterMetadata": { - "Name": "ResourceGroupName", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": true, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "ParentResourceName", + "Name": "Name", "AliasList": [ - "VirtualHubName", - "ParentVirtualHubName" + "ResourceName" ], "Type": { "Namespace": "System", @@ -99421,20 +114377,17 @@ "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false + "ValidateNotNullOrEmpty": true }, - "Mandatory": true, + "Mandatory": false, "Position": -2147483648, "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false + "ValueFromPipelineByPropertyName": true }, { "ParameterMetadata": { - "Name": "Name", - "AliasList": [ - "ResourceName", - "HubVirtualNetworkConnectionName" - ], + "Name": "ResourceGroupName", + "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", @@ -99450,10 +114403,10 @@ "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, - "Mandatory": false, + "Mandatory": true, "Position": -2147483648, "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false + "ValueFromPipelineByPropertyName": true }, { "ParameterMetadata": { @@ -99497,40 +114450,38 @@ ] }, { - "Name": "ByVirtualHubObject", + "Name": "ByP2SVpnGatewayObject", "Parameters": [ { "ParameterMetadata": { - "Name": "ParentObject", + "Name": "InputObject", "AliasList": [ - "VirtualHub", - "ParentVirtualHub" + "P2SVpnGateway" ], "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", - "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "Name": "Microsoft.Azure.Commands.Network.Models.PSP2SVpnGateway", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSP2SVpnGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { - "VirtualWan": "Microsoft.Azure.Commands.Network.Models.PSResourceId", - "VpnGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", - "P2SVpnGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", - "ExpressRouteGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", - "SecurityPartnerProvider": "Microsoft.Azure.Commands.Network.Models.PSResourceId", - "AzureFirewall": "Microsoft.Azure.Commands.Network.Models.PSResourceId", - "RouteTable": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRouteTable", - "VirtualNetworkConnections": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSHubVirtualNetworkConnection]", - "RouteTables": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVirtualHubRouteTable]", + "VirtualHub": "Microsoft.Azure.Commands.Network.Models.PSResourceId", + "VpnServerConfiguration": "Microsoft.Azure.Commands.Network.Models.PSResourceId", + "VpnClientConnectionHealth": "Microsoft.Azure.Commands.Network.Models.PSVpnClientConnectionHealth", + "P2SConnectionConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSP2SConnectionConfiguration]", + "CustomDnsServers": "System.Collections.Generic.List`1[System.String]", "Tag": "System.Collections.Hashtable", + "VpnGatewayScaleUnit": "System.Int32", "Name": "System.String", "TagsTable": "System.String", "Type": "System.String", "ResourceGuid": "System.String", + "Location": "System.String", + "P2SConnectionConfigurationsText": "System.String", + "CustomDnsServersText": "System.String", + "Etag": "System.String", + "VpnClientConnectionHealthText": "System.String", "ProvisioningState": "System.String", + "VpnServerConfigurationLocation": "System.String", "ResourceGroupName": "System.String", - "Sku": "System.String", - "Etag": "System.String", - "AddressPrefix": "System.String", - "Location": "System.String", "Id": "System.String" }, "ElementType": null, @@ -99573,40 +114524,13 @@ "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false + "ValidateNotNullOrEmpty": true }, "Mandatory": true, "Position": -2147483648, "ValueFromPipeline": true, "ValueFromPipelineByPropertyName": false }, - { - "ParameterMetadata": { - "Name": "Name", - "AliasList": [ - "ResourceName", - "HubVirtualNetworkConnectionName" - ], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, { "ParameterMetadata": { "Name": "DefaultProfile", @@ -99649,15 +114573,12 @@ ] }, { - "Name": "ByVirtualHubResourceId", + "Name": "ByP2SVpnGatewayResourceId", "Parameters": [ { "ParameterMetadata": { - "Name": "ParentResourceId", - "AliasList": [ - "VirtualHubId", - "ParentVirtualHubId" - ], + "Name": "ResourceId", + "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", @@ -99671,40 +114592,13 @@ "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false + "ValidateNotNullOrEmpty": true }, "Mandatory": true, "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": true }, - { - "ParameterMetadata": { - "Name": "Name", - "AliasList": [ - "ResourceName", - "HubVirtualNetworkConnectionName" - ], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, { "ParameterMetadata": { "Name": "DefaultProfile", @@ -99749,33 +114643,6 @@ { "Name": "__AllParameterSets", "Parameters": [ - { - "ParameterMetadata": { - "Name": "Name", - "AliasList": [ - "ResourceName", - "HubVirtualNetworkConnectionName" - ], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, { "ParameterMetadata": { "Name": "DefaultProfile", @@ -99821,27 +114688,22 @@ "AliasList": [] }, { - "VerbName": "New", - "NounName": "AzVirtualHubVnetConnection", - "Name": "New-AzVirtualHubVnetConnection", - "ClassName": "Microsoft.Azure.Commands.Network.NewHubVirtualNetworkConnectionCommand", - "SupportsShouldProcess": true, + "VerbName": "Get", + "NounName": "AzP2sVpnGatewayDetailedConnectionHealth", + "Name": "Get-AzP2sVpnGatewayDetailedConnectionHealth", + "ClassName": "Microsoft.Azure.Commands.Network.GetAzureRmP2SVpnGatewayDetailedConnectionHealthCommand", + "SupportsShouldProcess": false, "ConfirmImpact": 2, "SupportsPaging": false, - "DefaultParameterSetName": "ByVirtualHubNameByRemoteVirtualNetworkObject", + "DefaultParameterSetName": "ByP2SVpnGatewayName", "OutputTypes": [ { "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", - "Name": "Microsoft.Azure.Commands.Network.Models.PSHubVirtualNetworkConnection", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSHubVirtualNetworkConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "Name": "Microsoft.Azure.Commands.Network.Models.PSP2SVpnConnectionHealth", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSP2SVpnConnectionHealth, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { - "RemoteVirtualNetwork": "Microsoft.Azure.Commands.Network.Models.PSResourceId", - "EnableInternetSecurity": "System.Boolean", - "ProvisioningState": "System.String", - "Name": "System.String", - "Etag": "System.String", - "Id": "System.String" + "SasUrl": "System.String" }, "ElementType": null, "GenericTypeArguments": [], @@ -99887,8 +114749,10 @@ ], "Parameters": [ { - "Name": "ResourceGroupName", - "AliasList": [], + "Name": "Name", + "AliasList": [ + "ResourceName" + ], "Type": { "Namespace": "System", "Name": "System.String", @@ -99905,11 +114769,8 @@ "ValidateNotNullOrEmpty": true }, { - "Name": "ParentResourceName", - "AliasList": [ - "VirtualHubName", - "ParentVirtualHubName" - ], + "Name": "ResourceGroupName", + "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", @@ -99923,39 +114784,37 @@ "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false + "ValidateNotNullOrEmpty": true }, { - "Name": "ParentObject", + "Name": "InputObject", "AliasList": [ - "VirtualHub", - "ParentVirtualHub" + "P2SVpnGateway" ], "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", - "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "Name": "Microsoft.Azure.Commands.Network.Models.PSP2SVpnGateway", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSP2SVpnGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { - "VirtualWan": "Microsoft.Azure.Commands.Network.Models.PSResourceId", - "VpnGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", - "P2SVpnGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", - "ExpressRouteGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", - "SecurityPartnerProvider": "Microsoft.Azure.Commands.Network.Models.PSResourceId", - "AzureFirewall": "Microsoft.Azure.Commands.Network.Models.PSResourceId", - "RouteTable": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRouteTable", - "VirtualNetworkConnections": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSHubVirtualNetworkConnection]", - "RouteTables": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVirtualHubRouteTable]", + "VirtualHub": "Microsoft.Azure.Commands.Network.Models.PSResourceId", + "VpnServerConfiguration": "Microsoft.Azure.Commands.Network.Models.PSResourceId", + "VpnClientConnectionHealth": "Microsoft.Azure.Commands.Network.Models.PSVpnClientConnectionHealth", + "P2SConnectionConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSP2SConnectionConfiguration]", + "CustomDnsServers": "System.Collections.Generic.List`1[System.String]", "Tag": "System.Collections.Hashtable", + "VpnGatewayScaleUnit": "System.Int32", "Name": "System.String", "TagsTable": "System.String", "Type": "System.String", "ResourceGuid": "System.String", + "Location": "System.String", + "P2SConnectionConfigurationsText": "System.String", + "CustomDnsServersText": "System.String", + "Etag": "System.String", + "VpnClientConnectionHealthText": "System.String", "ProvisioningState": "System.String", + "VpnServerConfigurationLocation": "System.String", "ResourceGroupName": "System.String", - "Sku": "System.String", - "Etag": "System.String", - "AddressPrefix": "System.String", - "Location": "System.String", "Id": "System.String" }, "ElementType": null, @@ -99998,35 +114857,11 @@ "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "ParentResourceId", - "AliasList": [ - "VirtualHubId", - "ParentVirtualHubId" - ], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false + "ValidateNotNullOrEmpty": true }, { - "Name": "Name", - "AliasList": [ - "ResourceName", - "HubVirtualNetworkConnectionName" - ], + "Name": "ResourceId", + "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", @@ -100043,84 +114878,7 @@ "ValidateNotNullOrEmpty": true }, { - "Name": "RemoteVirtualNetwork", - "AliasList": [], - "Type": { - "Namespace": "Microsoft.Azure.Commands.Network.Models", - "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", - "Properties": { - "AddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", - "DhcpOptions": "Microsoft.Azure.Commands.Network.Models.PSDhcpOptions", - "DdosProtectionPlan": "Microsoft.Azure.Commands.Network.Models.PSResourceId", - "BgpCommunities": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkBgpCommunities", - "IpAllocations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", - "Subnets": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSSubnet]", - "VirtualNetworkPeerings": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkPeering]", - "Tag": "System.Collections.Hashtable", - "EnableDdosProtection": "System.Nullable`1[System.Boolean]", - "Name": "System.String", - "TagsTable": "System.String", - "Type": "System.String", - "ResourceGuid": "System.String", - "Location": "System.String", - "ResourceGroupName": "System.String", - "IpAllocationsText": "System.String", - "BgpCommunitiesText": "System.String", - "EnableDdosProtectionText": "System.String", - "VirtualNetworkPeeringsText": "System.String", - "Etag": "System.String", - "SubnetsText": "System.String", - "DhcpOptionsText": "System.String", - "AddressSpaceText": "System.String", - "ProvisioningState": "System.String", - "DdosProtectionPlanText": "System.String", - "Id": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [ - { - "Name": "", - "ReturnType": null, - "Parameters": [] - } - ] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "RemoteVirtualNetworkId", + "Name": "OutputBlobSasUrl", "AliasList": [], "Type": { "Namespace": "System", @@ -100135,35 +114893,17 @@ "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "EnableInternetSecurity", - "AliasList": [], - "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false + "ValidateNotNullOrEmpty": true }, { - "Name": "AsJob", + "Name": "VpnUserNamesFilter", "AliasList": [], "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Namespace": "System", + "Name": "System.String[]", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, - "ElementType": null, + "ElementType": "System.String", "GenericTypeArguments": [], "Methods": [], "Constructors": [] @@ -100207,65 +114947,16 @@ "ValidateNotNullOrEmpty": false } ], - "ParameterSets": [ - { - "Name": "ByVirtualHubNameByRemoteVirtualNetworkResourceId", - "Parameters": [ - { - "ParameterMetadata": { - "Name": "ResourceGroupName", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": true, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "ParentResourceName", - "AliasList": [ - "VirtualHubName", - "ParentVirtualHubName" - ], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": true, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, + "ParameterSets": [ + { + "Name": "ByP2SVpnGatewayName", + "Parameters": [ { "ParameterMetadata": { - "Name": "RemoteVirtualNetworkId", - "AliasList": [], + "Name": "Name", + "AliasList": [ + "ResourceName" + ], "Type": { "Namespace": "System", "Name": "System.String", @@ -100279,20 +114970,17 @@ "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false + "ValidateNotNullOrEmpty": true }, - "Mandatory": true, + "Mandatory": false, "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "Name", - "AliasList": [ - "ResourceName", - "HubVirtualNetworkConnectionName" - ], + "Name": "ResourceGroupName", + "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", @@ -100315,12 +115003,12 @@ }, { "ParameterMetadata": { - "Name": "EnableInternetSecurity", + "Name": "OutputBlobSasUrl", "AliasList": [], "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -100330,23 +115018,23 @@ "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false + "ValidateNotNullOrEmpty": true }, - "Mandatory": false, + "Mandatory": true, "Position": -2147483648, "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false + "ValueFromPipelineByPropertyName": true }, { "ParameterMetadata": { - "Name": "AsJob", + "Name": "VpnUserNamesFilter", "AliasList": [], "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Namespace": "System", + "Name": "System.String[]", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, - "ElementType": null, + "ElementType": "System.String", "GenericTypeArguments": [], "Methods": [], "Constructors": [] @@ -100403,93 +115091,38 @@ ] }, { - "Name": "ByVirtualHubNameByRemoteVirtualNetworkObject", + "Name": "ByP2SVpnGatewayObject", "Parameters": [ { "ParameterMetadata": { - "Name": "ResourceGroupName", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": true, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "ParentResourceName", + "Name": "InputObject", "AliasList": [ - "VirtualHubName", - "ParentVirtualHubName" + "P2SVpnGateway" ], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": true, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "RemoteVirtualNetwork", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", - "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "Name": "Microsoft.Azure.Commands.Network.Models.PSP2SVpnGateway", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSP2SVpnGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { - "AddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", - "DhcpOptions": "Microsoft.Azure.Commands.Network.Models.PSDhcpOptions", - "DdosProtectionPlan": "Microsoft.Azure.Commands.Network.Models.PSResourceId", - "BgpCommunities": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkBgpCommunities", - "IpAllocations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", - "Subnets": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSSubnet]", - "VirtualNetworkPeerings": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkPeering]", + "VirtualHub": "Microsoft.Azure.Commands.Network.Models.PSResourceId", + "VpnServerConfiguration": "Microsoft.Azure.Commands.Network.Models.PSResourceId", + "VpnClientConnectionHealth": "Microsoft.Azure.Commands.Network.Models.PSVpnClientConnectionHealth", + "P2SConnectionConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSP2SConnectionConfiguration]", + "CustomDnsServers": "System.Collections.Generic.List`1[System.String]", "Tag": "System.Collections.Hashtable", - "EnableDdosProtection": "System.Nullable`1[System.Boolean]", + "VpnGatewayScaleUnit": "System.Int32", "Name": "System.String", "TagsTable": "System.String", "Type": "System.String", "ResourceGuid": "System.String", "Location": "System.String", - "ResourceGroupName": "System.String", - "IpAllocationsText": "System.String", - "BgpCommunitiesText": "System.String", - "EnableDdosProtectionText": "System.String", - "VirtualNetworkPeeringsText": "System.String", + "P2SConnectionConfigurationsText": "System.String", + "CustomDnsServersText": "System.String", "Etag": "System.String", - "SubnetsText": "System.String", - "DhcpOptionsText": "System.String", - "AddressSpaceText": "System.String", + "VpnClientConnectionHealthText": "System.String", "ProvisioningState": "System.String", - "DdosProtectionPlanText": "System.String", + "VpnServerConfigurationLocation": "System.String", + "ResourceGroupName": "System.String", "Id": "System.String" }, "ElementType": null, @@ -100532,20 +115165,17 @@ "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false + "ValidateNotNullOrEmpty": true }, "Mandatory": true, "Position": -2147483648, - "ValueFromPipeline": false, + "ValueFromPipeline": true, "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "Name", - "AliasList": [ - "ResourceName", - "HubVirtualNetworkConnectionName" - ], + "Name": "OutputBlobSasUrl", + "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", @@ -100564,42 +115194,18 @@ "Mandatory": true, "Position": -2147483648, "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "EnableInternetSecurity", - "AliasList": [], - "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false + "ValueFromPipelineByPropertyName": true }, { "ParameterMetadata": { - "Name": "AsJob", + "Name": "VpnUserNamesFilter", "AliasList": [], "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Namespace": "System", + "Name": "System.String[]", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, - "ElementType": null, + "ElementType": "System.String", "GenericTypeArguments": [], "Methods": [], "Constructors": [] @@ -100656,179 +115262,12 @@ ] }, { - "Name": "ByVirtualHubObjectByRemoteVirtualNetworkObject", + "Name": "ByP2SVpnGatewayResourceId", "Parameters": [ { "ParameterMetadata": { - "Name": "ParentObject", - "AliasList": [ - "VirtualHub", - "ParentVirtualHub" - ], - "Type": { - "Namespace": "Microsoft.Azure.Commands.Network.Models", - "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", - "Properties": { - "VirtualWan": "Microsoft.Azure.Commands.Network.Models.PSResourceId", - "VpnGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", - "P2SVpnGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", - "ExpressRouteGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", - "SecurityPartnerProvider": "Microsoft.Azure.Commands.Network.Models.PSResourceId", - "AzureFirewall": "Microsoft.Azure.Commands.Network.Models.PSResourceId", - "RouteTable": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRouteTable", - "VirtualNetworkConnections": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSHubVirtualNetworkConnection]", - "RouteTables": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVirtualHubRouteTable]", - "Tag": "System.Collections.Hashtable", - "Name": "System.String", - "TagsTable": "System.String", - "Type": "System.String", - "ResourceGuid": "System.String", - "ProvisioningState": "System.String", - "ResourceGroupName": "System.String", - "Sku": "System.String", - "Etag": "System.String", - "AddressPrefix": "System.String", - "Location": "System.String", - "Id": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [ - { - "Name": "", - "ReturnType": null, - "Parameters": [] - } - ] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": true, - "Position": -2147483648, - "ValueFromPipeline": true, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "RemoteVirtualNetwork", + "Name": "ResourceId", "AliasList": [], - "Type": { - "Namespace": "Microsoft.Azure.Commands.Network.Models", - "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", - "Properties": { - "AddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", - "DhcpOptions": "Microsoft.Azure.Commands.Network.Models.PSDhcpOptions", - "DdosProtectionPlan": "Microsoft.Azure.Commands.Network.Models.PSResourceId", - "BgpCommunities": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkBgpCommunities", - "IpAllocations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", - "Subnets": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSSubnet]", - "VirtualNetworkPeerings": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkPeering]", - "Tag": "System.Collections.Hashtable", - "EnableDdosProtection": "System.Nullable`1[System.Boolean]", - "Name": "System.String", - "TagsTable": "System.String", - "Type": "System.String", - "ResourceGuid": "System.String", - "Location": "System.String", - "ResourceGroupName": "System.String", - "IpAllocationsText": "System.String", - "BgpCommunitiesText": "System.String", - "EnableDdosProtectionText": "System.String", - "VirtualNetworkPeeringsText": "System.String", - "Etag": "System.String", - "SubnetsText": "System.String", - "DhcpOptionsText": "System.String", - "AddressSpaceText": "System.String", - "ProvisioningState": "System.String", - "DdosProtectionPlanText": "System.String", - "Id": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [ - { - "Name": "", - "ReturnType": null, - "Parameters": [] - } - ] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": true, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "Name", - "AliasList": [ - "ResourceName", - "HubVirtualNetworkConnectionName" - ], "Type": { "Namespace": "System", "Name": "System.String", @@ -100847,16 +115286,16 @@ "Mandatory": true, "Position": -2147483648, "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false + "ValueFromPipelineByPropertyName": true }, { "ParameterMetadata": { - "Name": "EnableInternetSecurity", + "Name": "OutputBlobSasUrl", "AliasList": [], "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -100866,23 +115305,23 @@ "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false + "ValidateNotNullOrEmpty": true }, - "Mandatory": false, + "Mandatory": true, "Position": -2147483648, "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false + "ValueFromPipelineByPropertyName": true }, { "ParameterMetadata": { - "Name": "AsJob", + "Name": "VpnUserNamesFilter", "AliasList": [], "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Namespace": "System", + "Name": "System.String[]", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, - "ElementType": null, + "ElementType": "System.String", "GenericTypeArguments": [], "Methods": [], "Constructors": [] @@ -100939,92 +115378,11 @@ ] }, { - "Name": "ByVirtualHubObjectByRemoteVirtualNetworkResourceId", + "Name": "__AllParameterSets", "Parameters": [ { "ParameterMetadata": { - "Name": "ParentObject", - "AliasList": [ - "VirtualHub", - "ParentVirtualHub" - ], - "Type": { - "Namespace": "Microsoft.Azure.Commands.Network.Models", - "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", - "Properties": { - "VirtualWan": "Microsoft.Azure.Commands.Network.Models.PSResourceId", - "VpnGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", - "P2SVpnGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", - "ExpressRouteGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", - "SecurityPartnerProvider": "Microsoft.Azure.Commands.Network.Models.PSResourceId", - "AzureFirewall": "Microsoft.Azure.Commands.Network.Models.PSResourceId", - "RouteTable": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRouteTable", - "VirtualNetworkConnections": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSHubVirtualNetworkConnection]", - "RouteTables": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVirtualHubRouteTable]", - "Tag": "System.Collections.Hashtable", - "Name": "System.String", - "TagsTable": "System.String", - "Type": "System.String", - "ResourceGuid": "System.String", - "ProvisioningState": "System.String", - "ResourceGroupName": "System.String", - "Sku": "System.String", - "Etag": "System.String", - "AddressPrefix": "System.String", - "Location": "System.String", - "Id": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [ - { - "Name": "", - "ReturnType": null, - "Parameters": [] - } - ] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": true, - "Position": -2147483648, - "ValueFromPipeline": true, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "RemoteVirtualNetworkId", + "Name": "OutputBlobSasUrl", "AliasList": [], "Type": { "Namespace": "System", @@ -101039,74 +115397,23 @@ "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": true, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "Name", - "AliasList": [ - "ResourceName", - "HubVirtualNetworkConnectionName" - ], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, "Position": -2147483648, "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "EnableInternetSecurity", - "AliasList": [], - "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false + "ValueFromPipelineByPropertyName": true }, { "ParameterMetadata": { - "Name": "AsJob", + "Name": "VpnUserNamesFilter", "AliasList": [], "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Namespace": "System", + "Name": "System.String[]", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, - "ElementType": null, + "ElementType": "System.String", "GenericTypeArguments": [], "Methods": [], "Constructors": [] @@ -101161,126 +115468,264 @@ "ValueFromPipelineByPropertyName": false } ] - }, + } + ], + "AliasList": [] + }, + { + "VerbName": "Get", + "NounName": "AzP2sVpnGatewayVpnProfile", + "Name": "Get-AzP2sVpnGatewayVpnProfile", + "ClassName": "Microsoft.Azure.Commands.Network.GetAzureRmP2SVpnGatewayVpnProfileCommand", + "SupportsShouldProcess": false, + "ConfirmImpact": 2, + "SupportsPaging": false, + "DefaultParameterSetName": "ByP2SVpnGatewayName", + "OutputTypes": [ { - "Name": "ByVirtualHubResourceIdByRemoteVirtualNetworkObject", - "Parameters": [ - { - "ParameterMetadata": { - "Name": "ParentResourceId", - "AliasList": [ - "VirtualHubId", - "ParentVirtualHubId" + "Type": { + "Namespace": "Microsoft.Azure.Commands.Network.Models", + "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnProfileResponse", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnProfileResponse, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "ProfileUrl": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } ], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false + "ReturnType": "System.Boolean" }, - "Mandatory": true, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] + }, + "ParameterSets": [ + "__AllParameterSets" + ] + } + ], + "Parameters": [ + { + "Name": "Name", + "AliasList": [ + "ResourceName" + ], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "ResourceGroupName", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "InputObject", + "AliasList": [ + "P2SVpnGateway" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Network.Models", + "Name": "Microsoft.Azure.Commands.Network.Models.PSP2SVpnGateway", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSP2SVpnGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "VirtualHub": "Microsoft.Azure.Commands.Network.Models.PSResourceId", + "VpnServerConfiguration": "Microsoft.Azure.Commands.Network.Models.PSResourceId", + "VpnClientConnectionHealth": "Microsoft.Azure.Commands.Network.Models.PSVpnClientConnectionHealth", + "P2SConnectionConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSP2SConnectionConfiguration]", + "CustomDnsServers": "System.Collections.Generic.List`1[System.String]", + "Tag": "System.Collections.Hashtable", + "VpnGatewayScaleUnit": "System.Int32", + "Name": "System.String", + "TagsTable": "System.String", + "Type": "System.String", + "ResourceGuid": "System.String", + "Location": "System.String", + "P2SConnectionConfigurationsText": "System.String", + "CustomDnsServersText": "System.String", + "Etag": "System.String", + "VpnClientConnectionHealthText": "System.String", + "ProvisioningState": "System.String", + "VpnServerConfigurationLocation": "System.String", + "ResourceGroupName": "System.String", + "Id": "System.String" }, - { - "ParameterMetadata": { - "Name": "RemoteVirtualNetwork", - "AliasList": [], - "Type": { - "Namespace": "Microsoft.Azure.Commands.Network.Models", - "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", - "Properties": { - "AddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", - "DhcpOptions": "Microsoft.Azure.Commands.Network.Models.PSDhcpOptions", - "DdosProtectionPlan": "Microsoft.Azure.Commands.Network.Models.PSResourceId", - "BgpCommunities": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkBgpCommunities", - "IpAllocations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", - "Subnets": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSSubnet]", - "VirtualNetworkPeerings": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkPeering]", - "Tag": "System.Collections.Hashtable", - "EnableDdosProtection": "System.Nullable`1[System.Boolean]", - "Name": "System.String", - "TagsTable": "System.String", - "Type": "System.String", - "ResourceGuid": "System.String", - "Location": "System.String", - "ResourceGroupName": "System.String", - "IpAllocationsText": "System.String", - "BgpCommunitiesText": "System.String", - "EnableDdosProtectionText": "System.String", - "VirtualNetworkPeeringsText": "System.String", - "Etag": "System.String", - "SubnetsText": "System.String", - "DhcpOptionsText": "System.String", - "AddressSpaceText": "System.String", - "ProvisioningState": "System.String", - "DdosProtectionPlanText": "System.String", - "Id": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [ - { - "Name": "", - "ReturnType": null, - "Parameters": [] - } - ] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" }, - "Mandatory": true, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "ResourceId", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "AuthenticationMethod", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [ + "EAPTLS", + "EAPMSCHAPv2" + ], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + } + ], + "ParameterSets": [ + { + "Name": "ByP2SVpnGatewayName", + "Parameters": [ { "ParameterMetadata": { "Name": "Name", "AliasList": [ - "ResourceName", - "HubVirtualNetworkConnectionName" + "ResourceName" ], "Type": { "Namespace": "System", @@ -101297,19 +115742,19 @@ "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, - "Mandatory": true, + "Mandatory": false, "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "EnableInternetSecurity", + "Name": "ResourceGroupName", "AliasList": [], "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -101319,28 +115764,31 @@ "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false + "ValidateNotNullOrEmpty": true }, - "Mandatory": false, + "Mandatory": true, "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "AsJob", + "Name": "AuthenticationMethod", "AliasList": [], "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], "Methods": [], "Constructors": [] }, - "ValidateSet": [], + "ValidateSet": [ + "EAPTLS", + "EAPMSCHAPv2" + ], "ValidateRangeMin": null, "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false @@ -101392,125 +115840,105 @@ ] }, { - "Name": "ByVirtualHubResourceIdByRemoteVirtualNetworkResourceId", + "Name": "ByP2SVpnGatewayObject", "Parameters": [ { "ParameterMetadata": { - "Name": "ParentResourceId", - "AliasList": [ - "VirtualHubId", - "ParentVirtualHubId" - ], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": true, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "RemoteVirtualNetworkId", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": true, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "Name", + "Name": "InputObject", "AliasList": [ - "ResourceName", - "HubVirtualNetworkConnectionName" + "P2SVpnGateway" ], "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": true, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "EnableInternetSecurity", - "AliasList": [], - "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, + "Namespace": "Microsoft.Azure.Commands.Network.Models", + "Name": "Microsoft.Azure.Commands.Network.Models.PSP2SVpnGateway", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSP2SVpnGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "VirtualHub": "Microsoft.Azure.Commands.Network.Models.PSResourceId", + "VpnServerConfiguration": "Microsoft.Azure.Commands.Network.Models.PSResourceId", + "VpnClientConnectionHealth": "Microsoft.Azure.Commands.Network.Models.PSVpnClientConnectionHealth", + "P2SConnectionConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSP2SConnectionConfiguration]", + "CustomDnsServers": "System.Collections.Generic.List`1[System.String]", + "Tag": "System.Collections.Hashtable", + "VpnGatewayScaleUnit": "System.Int32", + "Name": "System.String", + "TagsTable": "System.String", + "Type": "System.String", + "ResourceGuid": "System.String", + "Location": "System.String", + "P2SConnectionConfigurationsText": "System.String", + "CustomDnsServersText": "System.String", + "Etag": "System.String", + "VpnClientConnectionHealthText": "System.String", + "ProvisioningState": "System.String", + "VpnServerConfigurationLocation": "System.String", + "ResourceGroupName": "System.String", + "Id": "System.String" + }, "ElementType": null, "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] }, "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false + "ValidateNotNullOrEmpty": true }, - "Mandatory": false, + "Mandatory": true, "Position": -2147483648, - "ValueFromPipeline": false, + "ValueFromPipeline": true, "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "AsJob", + "Name": "AuthenticationMethod", "AliasList": [], "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], "Methods": [], "Constructors": [] }, - "ValidateSet": [], + "ValidateSet": [ + "EAPTLS", + "EAPMSCHAPv2" + ], "ValidateRangeMin": null, "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false @@ -101562,15 +115990,12 @@ ] }, { - "Name": "__AllParameterSets", + "Name": "ByP2SVpnGatewayResourceId", "Parameters": [ { "ParameterMetadata": { - "Name": "Name", - "AliasList": [ - "ResourceName", - "HubVirtualNetworkConnectionName" - ], + "Name": "ResourceId", + "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", @@ -101589,23 +116014,26 @@ "Mandatory": true, "Position": -2147483648, "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false + "ValueFromPipelineByPropertyName": true }, { "ParameterMetadata": { - "Name": "EnableInternetSecurity", + "Name": "AuthenticationMethod", "AliasList": [], "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], "Methods": [], "Constructors": [] }, - "ValidateSet": [], + "ValidateSet": [ + "EAPTLS", + "EAPMSCHAPv2" + ], "ValidateRangeMin": null, "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false @@ -101617,19 +116045,66 @@ }, { "ParameterMetadata": { - "Name": "AsJob", + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "__AllParameterSets", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "AuthenticationMethod", "AliasList": [], "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], "Methods": [], "Constructors": [] }, - "ValidateSet": [], + "ValidateSet": [ + "EAPTLS", + "EAPMSCHAPv2" + ], "ValidateRangeMin": null, "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false @@ -101684,25 +116159,78 @@ "AliasList": [] }, { - "VerbName": "Remove", - "NounName": "AzVirtualHubVnetConnection", - "Name": "Remove-AzVirtualHubVnetConnection", - "ClassName": "Microsoft.Azure.Commands.Network.RemoveHubVirtualNetworkConnectionCommand", + "VerbName": "New", + "NounName": "AzP2sVpnGateway", + "Name": "New-AzP2sVpnGateway", + "ClassName": "Microsoft.Azure.Commands.Network.NewAzureRmP2SVpnGatewayCommand", "SupportsShouldProcess": true, "ConfirmImpact": 2, "SupportsPaging": false, - "DefaultParameterSetName": "ByHubVirtualNetworkConnectionName", + "DefaultParameterSetName": "ByVirtualHubNameByVpnServerConfigurationObject", "OutputTypes": [ { "Type": { - "Namespace": "System", - "Name": "System.Boolean", - "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, + "Namespace": "Microsoft.Azure.Commands.Network.Models", + "Name": "Microsoft.Azure.Commands.Network.Models.PSP2SVpnGateway", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSP2SVpnGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "VirtualHub": "Microsoft.Azure.Commands.Network.Models.PSResourceId", + "VpnServerConfiguration": "Microsoft.Azure.Commands.Network.Models.PSResourceId", + "VpnClientConnectionHealth": "Microsoft.Azure.Commands.Network.Models.PSVpnClientConnectionHealth", + "P2SConnectionConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSP2SConnectionConfiguration]", + "CustomDnsServers": "System.Collections.Generic.List`1[System.String]", + "Tag": "System.Collections.Hashtable", + "VpnGatewayScaleUnit": "System.Int32", + "Name": "System.String", + "TagsTable": "System.String", + "Type": "System.String", + "ResourceGuid": "System.String", + "Location": "System.String", + "P2SConnectionConfigurationsText": "System.String", + "CustomDnsServersText": "System.String", + "Etag": "System.String", + "VpnClientConnectionHealthText": "System.String", + "ProvisioningState": "System.String", + "VpnServerConfigurationLocation": "System.String", + "ResourceGroupName": "System.String", + "Id": "System.String" + }, "ElementType": null, "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] }, "ParameterSets": [ "__AllParameterSets" @@ -101729,10 +116257,10 @@ "ValidateNotNullOrEmpty": true }, { - "Name": "ParentResourceName", + "Name": "Name", "AliasList": [ - "VirtualHubName", - "ParentVirtualHubName" + "ResourceName", + "P2SVpnGatewayName" ], "Type": { "Namespace": "System", @@ -101747,14 +116275,29 @@ "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "VpnGatewayScaleUnit", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.UInt32", + "AssemblyQualifiedName": "System.UInt32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { - "Name": "Name", - "AliasList": [ - "ResourceName", - "HubVirtualNetworkConnectionName" - ], + "Name": "VirtualHubName", + "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", @@ -101768,23 +116311,37 @@ "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true + "ValidateNotNullOrEmpty": false }, { - "Name": "InputObject", - "AliasList": [ - "HubVirtualNetworkConnection" - ], + "Name": "VirtualHub", + "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", - "Name": "Microsoft.Azure.Commands.Network.Models.PSHubVirtualNetworkConnection", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSHubVirtualNetworkConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { - "RemoteVirtualNetwork": "Microsoft.Azure.Commands.Network.Models.PSResourceId", - "EnableInternetSecurity": "System.Boolean", - "ProvisioningState": "System.String", + "VirtualWan": "Microsoft.Azure.Commands.Network.Models.PSResourceId", + "VpnGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", + "P2SVpnGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", + "ExpressRouteGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", + "SecurityPartnerProvider": "Microsoft.Azure.Commands.Network.Models.PSResourceId", + "AzureFirewall": "Microsoft.Azure.Commands.Network.Models.PSResourceId", + "RouteTable": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRouteTable", + "VirtualNetworkConnections": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSHubVirtualNetworkConnection]", + "RouteTables": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVirtualHubRouteTable]", + "Tag": "System.Collections.Hashtable", "Name": "System.String", + "TagsTable": "System.String", + "Type": "System.String", + "ResourceGuid": "System.String", + "ProvisioningState": "System.String", + "ResourceGroupName": "System.String", + "RoutingState": "System.String", + "Sku": "System.String", "Etag": "System.String", + "AddressPrefix": "System.String", + "Location": "System.String", "Id": "System.String" }, "ElementType": null, @@ -101830,10 +116387,8 @@ "ValidateNotNullOrEmpty": false }, { - "Name": "ResourceId", - "AliasList": [ - "HubVirtualNetworkConnectionId" - ], + "Name": "VirtualHubId", + "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", @@ -101850,12 +116405,93 @@ "ValidateNotNullOrEmpty": false }, { - "Name": "AsJob", + "Name": "VpnServerConfiguration", "AliasList": [], "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Namespace": "Microsoft.Azure.Commands.Network.Models", + "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnServerConfiguration", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnServerConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "AadAuthenticationParameters": "Microsoft.Azure.Commands.Network.Models.PSAadAuthenticationParameters", + "VpnClientRevokedCertificates": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSClientCertificate]", + "RadiusClientRootCertificates": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSClientCertificate]", + "VpnClientRootCertificates": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSClientRootCertificate]", + "RadiusServerRootCertificates": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSClientRootCertificate]", + "VpnClientIpsecPolicies": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy]", + "RadiusServers": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSRadiusServer]", + "P2SVpnGateways": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", + "VpnProtocols": "System.Collections.Generic.List`1[System.String]", + "VpnAuthenticationTypes": "System.Collections.Generic.List`1[System.String]", + "Tag": "System.Collections.Hashtable", + "P2SVpnGatewaysText": "System.String", + "Name": "System.String", + "Type": "System.String", + "ResourceGuid": "System.String", + "Location": "System.String", + "ResourceGroupName": "System.String", + "TagsTable": "System.String", + "AadAuthenticationParametersText": "System.String", + "VpnClientRevokedCertificatesText": "System.String", + "RadiusClientRootCertificatesText": "System.String", + "RadiusServerRootCertificatesText": "System.String", + "RadiusServersText": "System.String", + "Etag": "System.String", + "VpnClientRootCertificatesText": "System.String", + "ProvisioningState": "System.String", + "RadiusServerSecret": "System.String", + "RadiusServerAddress": "System.String", + "VpnClientIpsecPoliciesText": "System.String", + "Id": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "VpnServerConfigurationId", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -101868,12 +116504,104 @@ "ValidateNotNullOrEmpty": false }, { - "Name": "Force", + "Name": "VpnClientAddressPool", "AliasList": [], "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Namespace": "System", + "Name": "System.String[]", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": "System.String", + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "CustomDnsServer", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String[]", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": "System.String", + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "RoutingConfiguration", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Network.Models", + "Name": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "PropagatedRouteTables": "Microsoft.Azure.Commands.Network.Models.PSPropagatedRouteTable", + "AssociatedRouteTable": "Microsoft.Azure.Commands.Network.Models.PSResourceId", + "VnetRoutes": "Microsoft.Azure.Commands.Network.Models.PSVnetRoute", + "PropagatedRouteTablesText": "System.String", + "VnetRoutesText": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "Tag", + "AliasList": [], + "Type": { + "Namespace": "System.Collections", + "Name": "System.Collections.Hashtable", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -101886,7 +116614,7 @@ "ValidateNotNullOrEmpty": false }, { - "Name": "PassThru", + "Name": "AsJob", "AliasList": [], "Type": { "Namespace": "System.Management.Automation", @@ -101939,7 +116667,7 @@ ], "ParameterSets": [ { - "Name": "ByHubVirtualNetworkConnectionName", + "Name": "__AllParameterSets", "Parameters": [ { "ParameterMetadata": { @@ -101965,39 +116693,12 @@ "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, - { - "ParameterMetadata": { - "Name": "ParentResourceName", - "AliasList": [ - "VirtualHubName", - "ParentVirtualHubName" - ], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": true, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, { "ParameterMetadata": { "Name": "Name", "AliasList": [ "ResourceName", - "HubVirtualNetworkConnectionName" + "P2SVpnGatewayName" ], "Type": { "Namespace": "System", @@ -102021,12 +116722,12 @@ }, { "ParameterMetadata": { - "Name": "AsJob", + "Name": "VpnGatewayScaleUnit", "AliasList": [], "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Namespace": "System", + "Name": "System.UInt32", + "AssemblyQualifiedName": "System.UInt32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -102038,21 +116739,21 @@ "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, - "Mandatory": false, + "Mandatory": true, "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "Force", + "Name": "VpnClientAddressPool", "AliasList": [], "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Namespace": "System", + "Name": "System.String[]", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, - "ElementType": null, + "ElementType": "System.String", "GenericTypeArguments": [], "Methods": [], "Constructors": [] @@ -102060,23 +116761,23 @@ "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false + "ValidateNotNullOrEmpty": true }, - "Mandatory": false, + "Mandatory": true, "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "PassThru", + "Name": "CustomDnsServer", "AliasList": [], "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Namespace": "System", + "Name": "System.String[]", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, - "ElementType": null, + "ElementType": "System.String", "GenericTypeArguments": [], "Methods": [], "Constructors": [] @@ -102089,69 +116790,22 @@ "Mandatory": false, "Position": -2147483648, "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false + "ValueFromPipelineByPropertyName": true }, { "ParameterMetadata": { - "Name": "DefaultProfile", - "AliasList": [ - "AzContext", - "AzureRmContext", - "AzureCredential" - ], - "Type": { - "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", - "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", - "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", - "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", - "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "Clear", - "Parameters": [], - "ReturnType": "System.Void" - } - ], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - } - ] - }, - { - "Name": "ByHubVirtualNetworkConnectionObject", - "Parameters": [ - { - "ParameterMetadata": { - "Name": "InputObject", - "AliasList": [ - "HubVirtualNetworkConnection" - ], + "Name": "RoutingConfiguration", + "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", - "Name": "Microsoft.Azure.Commands.Network.Models.PSHubVirtualNetworkConnection", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSHubVirtualNetworkConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "Name": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { - "RemoteVirtualNetwork": "Microsoft.Azure.Commands.Network.Models.PSResourceId", - "EnableInternetSecurity": "System.Boolean", - "ProvisioningState": "System.String", - "Name": "System.String", - "Etag": "System.String", - "Id": "System.String" + "PropagatedRouteTables": "Microsoft.Azure.Commands.Network.Models.PSPropagatedRouteTable", + "AssociatedRouteTable": "Microsoft.Azure.Commands.Network.Models.PSResourceId", + "VnetRoutes": "Microsoft.Azure.Commands.Network.Models.PSVnetRoute", + "PropagatedRouteTablesText": "System.String", + "VnetRoutesText": "System.String" }, "ElementType": null, "GenericTypeArguments": [], @@ -102197,41 +116851,17 @@ }, "Mandatory": false, "Position": -2147483648, - "ValueFromPipeline": true, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "AsJob", - "AliasList": [], - "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "Force", + "Name": "Tag", "AliasList": [], "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Namespace": "System.Collections", + "Name": "System.Collections.Hashtable", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -102250,7 +116880,7 @@ }, { "ParameterMetadata": { - "Name": "PassThru", + "Name": "AsJob", "AliasList": [], "Type": { "Namespace": "System.Management.Automation", @@ -102314,14 +116944,12 @@ ] }, { - "Name": "ByHubVirtualNetworkConnectionResourceId", + "Name": "ByVirtualHubNameByVpnServerConfigurationObject", "Parameters": [ { "ParameterMetadata": { - "Name": "ResourceId", - "AliasList": [ - "HubVirtualNetworkConnectionId" - ], + "Name": "VirtualHubName", + "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", @@ -102340,16 +116968,103 @@ "Mandatory": true, "Position": -2147483648, "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true + "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "AsJob", + "Name": "VpnServerConfiguration", "AliasList": [], "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Namespace": "Microsoft.Azure.Commands.Network.Models", + "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnServerConfiguration", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnServerConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "AadAuthenticationParameters": "Microsoft.Azure.Commands.Network.Models.PSAadAuthenticationParameters", + "VpnClientRevokedCertificates": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSClientCertificate]", + "RadiusClientRootCertificates": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSClientCertificate]", + "VpnClientRootCertificates": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSClientRootCertificate]", + "RadiusServerRootCertificates": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSClientRootCertificate]", + "VpnClientIpsecPolicies": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy]", + "RadiusServers": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSRadiusServer]", + "P2SVpnGateways": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", + "VpnProtocols": "System.Collections.Generic.List`1[System.String]", + "VpnAuthenticationTypes": "System.Collections.Generic.List`1[System.String]", + "Tag": "System.Collections.Hashtable", + "P2SVpnGatewaysText": "System.String", + "Name": "System.String", + "Type": "System.String", + "ResourceGuid": "System.String", + "Location": "System.String", + "ResourceGroupName": "System.String", + "TagsTable": "System.String", + "AadAuthenticationParametersText": "System.String", + "VpnClientRevokedCertificatesText": "System.String", + "RadiusClientRootCertificatesText": "System.String", + "RadiusServerRootCertificatesText": "System.String", + "RadiusServersText": "System.String", + "Etag": "System.String", + "VpnClientRootCertificatesText": "System.String", + "ProvisioningState": "System.String", + "RadiusServerSecret": "System.String", + "RadiusServerAddress": "System.String", + "VpnClientIpsecPoliciesText": "System.String", + "Id": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": true, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ResourceGroupName", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -102359,21 +117074,24 @@ "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false + "ValidateNotNullOrEmpty": true }, - "Mandatory": false, + "Mandatory": true, "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "Force", - "AliasList": [], + "Name": "Name", + "AliasList": [ + "ResourceName", + "P2SVpnGatewayName" + ], "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -102383,21 +117101,21 @@ "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false + "ValidateNotNullOrEmpty": true }, - "Mandatory": false, + "Mandatory": true, "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "PassThru", + "Name": "VpnGatewayScaleUnit", "AliasList": [], "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Namespace": "System", + "Name": "System.UInt32", + "AssemblyQualifiedName": "System.UInt32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -102409,65 +117127,45 @@ "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, - "Mandatory": false, + "Mandatory": true, "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "DefaultProfile", - "AliasList": [ - "AzContext", - "AzureRmContext", - "AzureCredential" - ], + "Name": "VpnClientAddressPool", + "AliasList": [], "Type": { - "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", - "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", - "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", - "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", - "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" - }, - "ElementType": null, + "Namespace": "System", + "Name": "System.String[]", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": "System.String", "GenericTypeArguments": [], - "Methods": [ - { - "Name": "Clear", - "Parameters": [], - "ReturnType": "System.Void" - } - ], + "Methods": [], "Constructors": [] }, "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false + "ValidateNotNullOrEmpty": true }, - "Mandatory": false, + "Mandatory": true, "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false - } - ] - }, - { - "Name": "__AllParameterSets", - "Parameters": [ + }, { "ParameterMetadata": { - "Name": "AsJob", + "Name": "CustomDnsServer", "AliasList": [], "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Namespace": "System", + "Name": "System.String[]", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, - "ElementType": null, + "ElementType": "System.String", "GenericTypeArguments": [], "Methods": [], "Constructors": [] @@ -102480,16 +117178,78 @@ "Mandatory": false, "Position": -2147483648, "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "RoutingConfiguration", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Network.Models", + "Name": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "PropagatedRouteTables": "Microsoft.Azure.Commands.Network.Models.PSPropagatedRouteTable", + "AssociatedRouteTable": "Microsoft.Azure.Commands.Network.Models.PSResourceId", + "VnetRoutes": "Microsoft.Azure.Commands.Network.Models.PSVnetRoute", + "PropagatedRouteTablesText": "System.String", + "VnetRoutesText": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "Force", + "Name": "Tag", "AliasList": [], "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Namespace": "System.Collections", + "Name": "System.Collections.Hashtable", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -102508,7 +117268,7 @@ }, { "ParameterMetadata": { - "Name": "PassThru", + "Name": "AsJob", "AliasList": [], "Type": { "Namespace": "System.Management.Automation", @@ -102557,307 +117317,26 @@ "ReturnType": "System.Void" } ], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - } - ] - } - ], - "AliasList": [] - }, - { - "VerbName": "Update", - "NounName": "AzVirtualHubVnetConnection", - "Name": "Update-AzVirtualHubVnetConnection", - "ClassName": "Microsoft.Azure.Commands.Network.UpdateAzureRmHubVirtualNetworkConnectionCommand", - "SupportsShouldProcess": true, - "ConfirmImpact": 2, - "SupportsPaging": false, - "DefaultParameterSetName": "ByHubVirtualNetworkConnectionName", - "OutputTypes": [ - { - "Type": { - "Namespace": "Microsoft.Azure.Commands.Network.Models", - "Name": "Microsoft.Azure.Commands.Network.Models.PSHubVirtualNetworkConnection", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSHubVirtualNetworkConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", - "Properties": { - "RemoteVirtualNetwork": "Microsoft.Azure.Commands.Network.Models.PSResourceId", - "EnableInternetSecurity": "System.Boolean", - "ProvisioningState": "System.String", - "Name": "System.String", - "Etag": "System.String", - "Id": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [ - { - "Name": "", - "ReturnType": null, - "Parameters": [] - } - ] - }, - "ParameterSets": [ - "__AllParameterSets" - ] - } - ], - "Parameters": [ - { - "Name": "ResourceGroupName", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - { - "Name": "ParentResourceName", - "AliasList": [ - "VirtualHubName", - "ParentVirtualHubName" - ], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "Name", - "AliasList": [ - "ResourceName", - "HubVirtualNetworkConnectionName" - ], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - { - "Name": "InputObject", - "AliasList": [ - "HubVirtualNetworkConnection" - ], - "Type": { - "Namespace": "Microsoft.Azure.Commands.Network.Models", - "Name": "Microsoft.Azure.Commands.Network.Models.PSHubVirtualNetworkConnection", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSHubVirtualNetworkConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", - "Properties": { - "RemoteVirtualNetwork": "Microsoft.Azure.Commands.Network.Models.PSResourceId", - "EnableInternetSecurity": "System.Boolean", - "ProvisioningState": "System.String", - "Name": "System.String", - "Etag": "System.String", - "Id": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [ - { - "Name": "", - "ReturnType": null, - "Parameters": [] - } - ] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "ResourceId", - "AliasList": [ - "HubVirtualNetworkConnectionId" - ], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "EnableInternetSecurity", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.Nullable`1[System.Boolean]", - "AssemblyQualifiedName": "System.Nullable`1[[System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "System.Boolean" - ], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "AsJob", - "AliasList": [], - "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] }, { - "Name": "DefaultProfile", - "AliasList": [ - "AzContext", - "AzureRmContext", - "AzureCredential" - ], - "Type": { - "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", - "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", - "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", - "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", - "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "Clear", - "Parameters": [], - "ReturnType": "System.Void" - } - ], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - } - ], - "ParameterSets": [ - { - "Name": "ByHubVirtualNetworkConnectionName", + "Name": "ByVirtualHubNameByVpnServerConfigurationResourceId", "Parameters": [ { "ParameterMetadata": { - "Name": "ResourceGroupName", + "Name": "VirtualHubName", "AliasList": [], "Type": { "Namespace": "System", @@ -102872,7 +117351,7 @@ "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true + "ValidateNotNullOrEmpty": false }, "Mandatory": true, "Position": -2147483648, @@ -102881,11 +117360,8 @@ }, { "ParameterMetadata": { - "Name": "ParentResourceName", - "AliasList": [ - "VirtualHubName", - "ParentVirtualHubName" - ], + "Name": "VpnServerConfigurationId", + "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", @@ -102904,6 +117380,30 @@ "Mandatory": true, "Position": -2147483648, "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "ResourceGroupName", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, { @@ -102911,7 +117411,7 @@ "Name": "Name", "AliasList": [ "ResourceName", - "HubVirtualNetworkConnectionName" + "P2SVpnGatewayName" ], "Type": { "Namespace": "System", @@ -102935,17 +117435,149 @@ }, { "ParameterMetadata": { - "Name": "EnableInternetSecurity", + "Name": "VpnGatewayScaleUnit", "AliasList": [], "Type": { "Namespace": "System", - "Name": "System.Nullable`1[System.Boolean]", - "AssemblyQualifiedName": "System.Nullable`1[[System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Name": "System.UInt32", + "AssemblyQualifiedName": "System.UInt32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, - "GenericTypeArguments": [ - "System.Boolean" + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "VpnClientAddressPool", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String[]", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": "System.String", + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "CustomDnsServer", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String[]", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": "System.String", + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "RoutingConfiguration", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Network.Models", + "Name": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "PropagatedRouteTables": "Microsoft.Azure.Commands.Network.Models.PSPropagatedRouteTable", + "AssociatedRouteTable": "Microsoft.Azure.Commands.Network.Models.PSResourceId", + "VnetRoutes": "Microsoft.Azure.Commands.Network.Models.PSVnetRoute", + "PropagatedRouteTablesText": "System.String", + "VnetRoutesText": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Tag", + "AliasList": [], + "Type": { + "Namespace": "System.Collections", + "Name": "System.Collections.Hashtable", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], "Methods": [], "Constructors": [] }, @@ -103025,24 +117657,38 @@ ] }, { - "Name": "ByHubVirtualNetworkConnectionObject", + "Name": "ByVirtualHubObjectByVpnServerConfigurationObject", "Parameters": [ { "ParameterMetadata": { - "Name": "InputObject", - "AliasList": [ - "HubVirtualNetworkConnection" - ], + "Name": "VirtualHub", + "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", - "Name": "Microsoft.Azure.Commands.Network.Models.PSHubVirtualNetworkConnection", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSHubVirtualNetworkConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { - "RemoteVirtualNetwork": "Microsoft.Azure.Commands.Network.Models.PSResourceId", - "EnableInternetSecurity": "System.Boolean", - "ProvisioningState": "System.String", + "VirtualWan": "Microsoft.Azure.Commands.Network.Models.PSResourceId", + "VpnGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", + "P2SVpnGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", + "ExpressRouteGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", + "SecurityPartnerProvider": "Microsoft.Azure.Commands.Network.Models.PSResourceId", + "AzureFirewall": "Microsoft.Azure.Commands.Network.Models.PSResourceId", + "RouteTable": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRouteTable", + "VirtualNetworkConnections": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSHubVirtualNetworkConnection]", + "RouteTables": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVirtualHubRouteTable]", + "Tag": "System.Collections.Hashtable", "Name": "System.String", + "TagsTable": "System.String", + "Type": "System.String", + "ResourceGuid": "System.String", + "ProvisioningState": "System.String", + "ResourceGroupName": "System.String", + "RoutingState": "System.String", + "Sku": "System.String", "Etag": "System.String", + "AddressPrefix": "System.String", + "Location": "System.String", "Id": "System.String" }, "ElementType": null, @@ -103094,19 +117740,80 @@ }, { "ParameterMetadata": { - "Name": "EnableInternetSecurity", + "Name": "VpnServerConfiguration", "AliasList": [], "Type": { - "Namespace": "System", - "Name": "System.Nullable`1[System.Boolean]", - "AssemblyQualifiedName": "System.Nullable`1[[System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, + "Namespace": "Microsoft.Azure.Commands.Network.Models", + "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnServerConfiguration", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnServerConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "AadAuthenticationParameters": "Microsoft.Azure.Commands.Network.Models.PSAadAuthenticationParameters", + "VpnClientRevokedCertificates": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSClientCertificate]", + "RadiusClientRootCertificates": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSClientCertificate]", + "VpnClientRootCertificates": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSClientRootCertificate]", + "RadiusServerRootCertificates": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSClientRootCertificate]", + "VpnClientIpsecPolicies": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy]", + "RadiusServers": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSRadiusServer]", + "P2SVpnGateways": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", + "VpnProtocols": "System.Collections.Generic.List`1[System.String]", + "VpnAuthenticationTypes": "System.Collections.Generic.List`1[System.String]", + "Tag": "System.Collections.Hashtable", + "P2SVpnGatewaysText": "System.String", + "Name": "System.String", + "Type": "System.String", + "ResourceGuid": "System.String", + "Location": "System.String", + "ResourceGroupName": "System.String", + "TagsTable": "System.String", + "AadAuthenticationParametersText": "System.String", + "VpnClientRevokedCertificatesText": "System.String", + "RadiusClientRootCertificatesText": "System.String", + "RadiusServerRootCertificatesText": "System.String", + "RadiusServersText": "System.String", + "Etag": "System.String", + "VpnClientRootCertificatesText": "System.String", + "ProvisioningState": "System.String", + "RadiusServerSecret": "System.String", + "RadiusServerAddress": "System.String", + "VpnClientIpsecPoliciesText": "System.String", + "Id": "System.String" + }, "ElementType": null, - "GenericTypeArguments": [ - "System.Boolean" + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } ], - "Methods": [], - "Constructors": [] + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] }, "ValidateSet": [], "ValidateRangeMin": null, @@ -103115,17 +117822,17 @@ }, "Mandatory": false, "Position": -2147483648, - "ValueFromPipeline": false, + "ValueFromPipeline": true, "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "AsJob", + "Name": "ResourceGroupName", "AliasList": [], "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -103135,67 +117842,48 @@ "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false + "ValidateNotNullOrEmpty": true }, - "Mandatory": false, + "Mandatory": true, "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "DefaultProfile", + "Name": "Name", "AliasList": [ - "AzContext", - "AzureRmContext", - "AzureCredential" + "ResourceName", + "P2SVpnGatewayName" ], "Type": { - "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", - "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", - "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", - "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", - "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" - }, + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, "ElementType": null, "GenericTypeArguments": [], - "Methods": [ - { - "Name": "Clear", - "Parameters": [], - "ReturnType": "System.Void" - } - ], + "Methods": [], "Constructors": [] }, "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false + "ValidateNotNullOrEmpty": true }, - "Mandatory": false, + "Mandatory": true, "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false - } - ] - }, - { - "Name": "ByHubVirtualNetworkConnectionResourceId", - "Parameters": [ + }, { "ParameterMetadata": { - "Name": "ResourceId", - "AliasList": [ - "HubVirtualNetworkConnectionId" - ], + "Name": "VpnGatewayScaleUnit", + "AliasList": [], "Type": { "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Name": "System.UInt32", + "AssemblyQualifiedName": "System.UInt32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -103210,44 +117898,42 @@ "Mandatory": true, "Position": -2147483648, "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true + "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "EnableInternetSecurity", + "Name": "VpnClientAddressPool", "AliasList": [], "Type": { "Namespace": "System", - "Name": "System.Nullable`1[System.Boolean]", - "AssemblyQualifiedName": "System.Nullable`1[[System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Name": "System.String[]", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "System.Boolean" - ], + "ElementType": "System.String", + "GenericTypeArguments": [], "Methods": [], "Constructors": [] }, "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false + "ValidateNotNullOrEmpty": true }, - "Mandatory": false, + "Mandatory": true, "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "AsJob", + "Name": "CustomDnsServer", "AliasList": [], "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Namespace": "System", + "Name": "System.String[]", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, - "ElementType": null, + "ElementType": "System.String", "GenericTypeArguments": [], "Methods": [], "Constructors": [] @@ -103260,36 +117946,59 @@ "Mandatory": false, "Position": -2147483648, "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false + "ValueFromPipelineByPropertyName": true }, { "ParameterMetadata": { - "Name": "DefaultProfile", - "AliasList": [ - "AzContext", - "AzureRmContext", - "AzureCredential" - ], + "Name": "RoutingConfiguration", + "AliasList": [], "Type": { - "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", - "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Namespace": "Microsoft.Azure.Commands.Network.Models", + "Name": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { - "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", - "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", - "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", - "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + "PropagatedRouteTables": "Microsoft.Azure.Commands.Network.Models.PSPropagatedRouteTable", + "AssociatedRouteTable": "Microsoft.Azure.Commands.Network.Models.PSResourceId", + "VnetRoutes": "Microsoft.Azure.Commands.Network.Models.PSVnetRoute", + "PropagatedRouteTablesText": "System.String", + "VnetRoutesText": "System.String" }, "ElementType": null, "GenericTypeArguments": [], "Methods": [ { - "Name": "Clear", + "Name": "ToString", "Parameters": [], - "ReturnType": "System.Void" + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" } ], - "Constructors": [] + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] }, "ValidateSet": [], "ValidateRangeMin": null, @@ -103300,25 +118009,18 @@ "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false - } - ] - }, - { - "Name": "__AllParameterSets", - "Parameters": [ + }, { "ParameterMetadata": { - "Name": "EnableInternetSecurity", + "Name": "Tag", "AliasList": [], "Type": { - "Namespace": "System", - "Name": "System.Nullable`1[System.Boolean]", - "AssemblyQualifiedName": "System.Nullable`1[[System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Namespace": "System.Collections", + "Name": "System.Collections.Hashtable", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "Properties": {}, "ElementType": null, - "GenericTypeArguments": [ - "System.Boolean" - ], + "GenericTypeArguments": [], "Methods": [], "Constructors": [] }, @@ -103396,308 +118098,113 @@ "ValueFromPipelineByPropertyName": false } ] - } - ], - "AliasList": [] - }, - { - "VerbName": "Disconnect", - "NounName": "AzP2SVpnGatewayVpnConnection", - "Name": "Disconnect-AzP2SVpnGatewayVpnConnection", - "ClassName": "Microsoft.Azure.Commands.Network.DisconnectAzureP2SVpnGatewayVpnConnectionCommand", - "SupportsShouldProcess": true, - "ConfirmImpact": 2, - "SupportsPaging": false, - "DefaultParameterSetName": "ByP2SVpnGatewayName", - "OutputTypes": [ - { - "Type": { - "Namespace": "Microsoft.Azure.Commands.Network.Models", - "Name": "Microsoft.Azure.Commands.Network.Models.PSP2SVpnGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSP2SVpnGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", - "Properties": { - "VirtualHub": "Microsoft.Azure.Commands.Network.Models.PSResourceId", - "VpnServerConfiguration": "Microsoft.Azure.Commands.Network.Models.PSResourceId", - "VpnClientConnectionHealth": "Microsoft.Azure.Commands.Network.Models.PSVpnClientConnectionHealth", - "P2SConnectionConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSP2SConnectionConfiguration]", - "Tag": "System.Collections.Hashtable", - "VpnGatewayScaleUnit": "System.Int32", - "Name": "System.String", - "TagsTable": "System.String", - "Type": "System.String", - "ResourceGuid": "System.String", - "P2SConnectionConfigurationsText": "System.String", - "ResourceGroupName": "System.String", - "Etag": "System.String", - "VpnClientConnectionHealthText": "System.String", - "ProvisioningState": "System.String", - "VpnServerConfigurationLocation": "System.String", - "Location": "System.String", - "Id": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [ - { - "Name": "", - "ReturnType": null, - "Parameters": [] - } - ] - }, - "ParameterSets": [ - "__AllParameterSets" - ] - } - ], - "Parameters": [ - { - "Name": "ResourceGroupName", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - { - "Name": "Name", - "AliasList": [ - "ResourceName", - "P2SVpnGatewayName" - ], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - { - "Name": "ResourceId", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true }, { - "Name": "InputObject", - "AliasList": [ - "P2SVpnGateway" - ], - "Type": { - "Namespace": "Microsoft.Azure.Commands.Network.Models", - "Name": "Microsoft.Azure.Commands.Network.Models.PSP2SVpnGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSP2SVpnGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", - "Properties": { - "VirtualHub": "Microsoft.Azure.Commands.Network.Models.PSResourceId", - "VpnServerConfiguration": "Microsoft.Azure.Commands.Network.Models.PSResourceId", - "VpnClientConnectionHealth": "Microsoft.Azure.Commands.Network.Models.PSVpnClientConnectionHealth", - "P2SConnectionConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSP2SConnectionConfiguration]", - "Tag": "System.Collections.Hashtable", - "VpnGatewayScaleUnit": "System.Int32", - "Name": "System.String", - "TagsTable": "System.String", - "Type": "System.String", - "ResourceGuid": "System.String", - "P2SConnectionConfigurationsText": "System.String", - "ResourceGroupName": "System.String", - "Etag": "System.String", - "VpnClientConnectionHealthText": "System.String", - "ProvisioningState": "System.String", - "VpnServerConfigurationLocation": "System.String", - "Location": "System.String", - "Id": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Boolean" + "Name": "ByVirtualHubObjectByVpnServerConfigurationResourceId", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "VirtualHub", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Network.Models", + "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "VirtualWan": "Microsoft.Azure.Commands.Network.Models.PSResourceId", + "VpnGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", + "P2SVpnGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", + "ExpressRouteGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", + "SecurityPartnerProvider": "Microsoft.Azure.Commands.Network.Models.PSResourceId", + "AzureFirewall": "Microsoft.Azure.Commands.Network.Models.PSResourceId", + "RouteTable": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRouteTable", + "VirtualNetworkConnections": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSHubVirtualNetworkConnection]", + "RouteTables": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVirtualHubRouteTable]", + "Tag": "System.Collections.Hashtable", + "Name": "System.String", + "TagsTable": "System.String", + "Type": "System.String", + "ResourceGuid": "System.String", + "ProvisioningState": "System.String", + "ResourceGroupName": "System.String", + "RoutingState": "System.String", + "Sku": "System.String", + "Etag": "System.String", + "AddressPrefix": "System.String", + "Location": "System.String", + "Id": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": true, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "VpnServerConfigurationId", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [ - { - "Name": "", - "ReturnType": null, - "Parameters": [] - } - ] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - { - "Name": "VpnConnectionId", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.String[]", - "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": "System.String", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - { - "Name": "AsJob", - "AliasList": [], - "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "PassThru", - "AliasList": [], - "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "DefaultProfile", - "AliasList": [ - "AzContext", - "AzureRmContext", - "AzureCredential" - ], - "Type": { - "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", - "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", - "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", - "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", - "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "Clear", - "Parameters": [], - "ReturnType": "System.Void" - } - ], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - } - ], - "ParameterSets": [ - { - "Name": "ByP2SVpnGatewayName", - "Parameters": [ { "ParameterMetadata": { "Name": "ResourceGroupName", @@ -103751,7 +118258,55 @@ }, { "ParameterMetadata": { - "Name": "VpnConnectionId", + "Name": "VpnGatewayScaleUnit", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.UInt32", + "AssemblyQualifiedName": "System.UInt32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "VpnClientAddressPool", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String[]", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": "System.String", + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "CustomDnsServer", "AliasList": [], "Type": { "Namespace": "System", @@ -103760,27 +118315,89 @@ "Properties": {}, "ElementType": "System.String", "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "RoutingConfiguration", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Network.Models", + "Name": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "PropagatedRouteTables": "Microsoft.Azure.Commands.Network.Models.PSPropagatedRouteTable", + "AssociatedRouteTable": "Microsoft.Azure.Commands.Network.Models.PSResourceId", + "VnetRoutes": "Microsoft.Azure.Commands.Network.Models.PSVnetRoute", + "PropagatedRouteTablesText": "System.String", + "VnetRoutesText": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] }, "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true + "ValidateNotNullOrEmpty": false }, - "Mandatory": true, + "Mandatory": false, "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "AsJob", + "Name": "Tag", "AliasList": [], "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Namespace": "System.Collections", + "Name": "System.Collections.Hashtable", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -103799,7 +118416,7 @@ }, { "ParameterMetadata": { - "Name": "PassThru", + "Name": "AsJob", "AliasList": [], "Type": { "Namespace": "System.Management.Automation", @@ -103863,11 +118480,11 @@ ] }, { - "Name": "ByP2SVpnGatewayResourceId", + "Name": "ByVirtualHubResourceIdByVpnServerConfigurationObject", "Parameters": [ { "ParameterMetadata": { - "Name": "ResourceId", + "Name": "VirtualHubId", "AliasList": [], "Type": { "Namespace": "System", @@ -103882,7 +118499,7 @@ "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true + "ValidateNotNullOrEmpty": false }, "Mandatory": true, "Position": -2147483648, @@ -103891,14 +118508,101 @@ }, { "ParameterMetadata": { - "Name": "VpnConnectionId", + "Name": "VpnServerConfiguration", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Network.Models", + "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnServerConfiguration", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnServerConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "AadAuthenticationParameters": "Microsoft.Azure.Commands.Network.Models.PSAadAuthenticationParameters", + "VpnClientRevokedCertificates": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSClientCertificate]", + "RadiusClientRootCertificates": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSClientCertificate]", + "VpnClientRootCertificates": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSClientRootCertificate]", + "RadiusServerRootCertificates": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSClientRootCertificate]", + "VpnClientIpsecPolicies": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy]", + "RadiusServers": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSRadiusServer]", + "P2SVpnGateways": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", + "VpnProtocols": "System.Collections.Generic.List`1[System.String]", + "VpnAuthenticationTypes": "System.Collections.Generic.List`1[System.String]", + "Tag": "System.Collections.Hashtable", + "P2SVpnGatewaysText": "System.String", + "Name": "System.String", + "Type": "System.String", + "ResourceGuid": "System.String", + "Location": "System.String", + "ResourceGroupName": "System.String", + "TagsTable": "System.String", + "AadAuthenticationParametersText": "System.String", + "VpnClientRevokedCertificatesText": "System.String", + "RadiusClientRootCertificatesText": "System.String", + "RadiusServerRootCertificatesText": "System.String", + "RadiusServersText": "System.String", + "Etag": "System.String", + "VpnClientRootCertificatesText": "System.String", + "ProvisioningState": "System.String", + "RadiusServerSecret": "System.String", + "RadiusServerAddress": "System.String", + "VpnClientIpsecPoliciesText": "System.String", + "Id": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": true, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ResourceGroupName", "AliasList": [], "Type": { "Namespace": "System", - "Name": "System.String[]", - "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, - "ElementType": "System.String", + "ElementType": null, "GenericTypeArguments": [], "Methods": [], "Constructors": [] @@ -103915,12 +118619,15 @@ }, { "ParameterMetadata": { - "Name": "AsJob", - "AliasList": [], + "Name": "Name", + "AliasList": [ + "ResourceName", + "P2SVpnGatewayName" + ], "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -103930,21 +118637,21 @@ "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false + "ValidateNotNullOrEmpty": true }, - "Mandatory": false, + "Mandatory": true, "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "PassThru", + "Name": "VpnGatewayScaleUnit", "AliasList": [], "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Namespace": "System", + "Name": "System.UInt32", + "AssemblyQualifiedName": "System.UInt32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -103956,38 +118663,47 @@ "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, - "Mandatory": false, + "Mandatory": true, "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "DefaultProfile", - "AliasList": [ - "AzContext", - "AzureRmContext", - "AzureCredential" - ], + "Name": "VpnClientAddressPool", + "AliasList": [], "Type": { - "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", - "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", - "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", - "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", - "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" - }, - "ElementType": null, + "Namespace": "System", + "Name": "System.String[]", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": "System.String", "GenericTypeArguments": [], - "Methods": [ - { - "Name": "Clear", - "Parameters": [], - "ReturnType": "System.Void" - } - ], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "CustomDnsServer", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String[]", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": "System.String", + "GenericTypeArguments": [], + "Methods": [], "Constructors": [] }, "ValidateSet": [], @@ -103998,42 +118714,22 @@ "Mandatory": false, "Position": -2147483648, "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - } - ] - }, - { - "Name": "ByP2SVpnGatewayObject", - "Parameters": [ + "ValueFromPipelineByPropertyName": true + }, { "ParameterMetadata": { - "Name": "InputObject", - "AliasList": [ - "P2SVpnGateway" - ], + "Name": "RoutingConfiguration", + "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", - "Name": "Microsoft.Azure.Commands.Network.Models.PSP2SVpnGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSP2SVpnGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "Name": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { - "VirtualHub": "Microsoft.Azure.Commands.Network.Models.PSResourceId", - "VpnServerConfiguration": "Microsoft.Azure.Commands.Network.Models.PSResourceId", - "VpnClientConnectionHealth": "Microsoft.Azure.Commands.Network.Models.PSVpnClientConnectionHealth", - "P2SConnectionConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSP2SConnectionConfiguration]", - "Tag": "System.Collections.Hashtable", - "VpnGatewayScaleUnit": "System.Int32", - "Name": "System.String", - "TagsTable": "System.String", - "Type": "System.String", - "ResourceGuid": "System.String", - "P2SConnectionConfigurationsText": "System.String", - "ResourceGroupName": "System.String", - "Etag": "System.String", - "VpnClientConnectionHealthText": "System.String", - "ProvisioningState": "System.String", - "VpnServerConfigurationLocation": "System.String", - "Location": "System.String", - "Id": "System.String" + "PropagatedRouteTables": "Microsoft.Azure.Commands.Network.Models.PSPropagatedRouteTable", + "AssociatedRouteTable": "Microsoft.Azure.Commands.Network.Models.PSResourceId", + "VnetRoutes": "Microsoft.Azure.Commands.Network.Models.PSVnetRoute", + "PropagatedRouteTablesText": "System.String", + "VnetRoutesText": "System.String" }, "ElementType": null, "GenericTypeArguments": [], @@ -104075,45 +118771,21 @@ "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": true, - "Position": -2147483648, - "ValueFromPipeline": true, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "VpnConnectionId", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.String[]", - "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": "System.String", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true + "ValidateNotNullOrEmpty": false }, - "Mandatory": true, + "Mandatory": false, "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "AsJob", + "Name": "Tag", "AliasList": [], "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Namespace": "System.Collections", + "Name": "System.Collections.Hashtable", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -104132,7 +118804,7 @@ }, { "ParameterMetadata": { - "Name": "PassThru", + "Name": "AsJob", "AliasList": [], "Type": { "Namespace": "System.Management.Automation", @@ -104196,18 +118868,18 @@ ] }, { - "Name": "__AllParameterSets", + "Name": "ByVirtualHubResourceIdByVpnServerConfigurationResourceId", "Parameters": [ { "ParameterMetadata": { - "Name": "VpnConnectionId", + "Name": "VirtualHubId", "AliasList": [], "Type": { "Namespace": "System", - "Name": "System.String[]", - "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, - "ElementType": "System.String", + "ElementType": null, "GenericTypeArguments": [], "Methods": [], "Constructors": [] @@ -104215,21 +118887,21 @@ "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true + "ValidateNotNullOrEmpty": false }, "Mandatory": true, "Position": -2147483648, "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false + "ValueFromPipelineByPropertyName": true }, { "ParameterMetadata": { - "Name": "AsJob", + "Name": "VpnServerConfigurationId", "AliasList": [], "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -104241,19 +118913,19 @@ "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, - "Mandatory": false, + "Mandatory": true, "Position": -2147483648, "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false + "ValueFromPipelineByPropertyName": true }, { "ParameterMetadata": { - "Name": "PassThru", + "Name": "ResourceGroupName", "AliasList": [], "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -104263,222 +118935,74 @@ "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false + "ValidateNotNullOrEmpty": true }, - "Mandatory": false, + "Mandatory": true, "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "DefaultProfile", + "Name": "Name", "AliasList": [ - "AzContext", - "AzureRmContext", - "AzureCredential" + "ResourceName", + "P2SVpnGatewayName" ], "Type": { - "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", - "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", - "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", - "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", - "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" - }, + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, "ElementType": null, "GenericTypeArguments": [], - "Methods": [ - { - "Name": "Clear", - "Parameters": [], - "ReturnType": "System.Void" - } - ], + "Methods": [], "Constructors": [] }, "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false + "ValidateNotNullOrEmpty": true }, - "Mandatory": false, + "Mandatory": true, "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false - } - ] - } - ], - "AliasList": [] - }, - { - "VerbName": "Get", - "NounName": "AzP2sVpnGateway", - "Name": "Get-AzP2sVpnGateway", - "ClassName": "Microsoft.Azure.Commands.Network.GetAzureRmP2SVpnGatewayCommand", - "SupportsShouldProcess": false, - "ConfirmImpact": 2, - "SupportsPaging": false, - "DefaultParameterSetName": "ListBySubscriptionId", - "OutputTypes": [ - { - "Type": { - "Namespace": "Microsoft.Azure.Commands.Network.Models", - "Name": "Microsoft.Azure.Commands.Network.Models.PSP2SVpnGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSP2SVpnGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", - "Properties": { - "VirtualHub": "Microsoft.Azure.Commands.Network.Models.PSResourceId", - "VpnServerConfiguration": "Microsoft.Azure.Commands.Network.Models.PSResourceId", - "VpnClientConnectionHealth": "Microsoft.Azure.Commands.Network.Models.PSVpnClientConnectionHealth", - "P2SConnectionConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSP2SConnectionConfiguration]", - "Tag": "System.Collections.Hashtable", - "VpnGatewayScaleUnit": "System.Int32", - "Name": "System.String", - "TagsTable": "System.String", - "Type": "System.String", - "ResourceGuid": "System.String", - "P2SConnectionConfigurationsText": "System.String", - "ResourceGroupName": "System.String", - "Etag": "System.String", - "VpnClientConnectionHealthText": "System.String", - "ProvisioningState": "System.String", - "VpnServerConfigurationLocation": "System.String", - "Location": "System.String", - "Id": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" + { + "ParameterMetadata": { + "Name": "VpnGatewayScaleUnit", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.UInt32", + "AssemblyQualifiedName": "System.UInt32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [ - { - "Name": "", - "ReturnType": null, - "Parameters": [] - } - ] - }, - "ParameterSets": [ - "__AllParameterSets" - ] - } - ], - "Parameters": [ - { - "Name": "ResourceGroupName", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - { - "Name": "Name", - "AliasList": [ - "ResourceName", - "P2SVpnGatewayName" - ], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - { - "Name": "DefaultProfile", - "AliasList": [ - "AzContext", - "AzureRmContext", - "AzureCredential" - ], - "Type": { - "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", - "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", - "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", - "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", - "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "Clear", - "Parameters": [], - "ReturnType": "System.Void" - } - ], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - } - ], - "ParameterSets": [ - { - "Name": "ListByResourceGroupName", - "Parameters": [ { "ParameterMetadata": { - "Name": "ResourceGroupName", + "Name": "VpnClientAddressPool", "AliasList": [], "Type": { "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Name": "System.String[]", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, - "ElementType": null, + "ElementType": "System.String", "GenericTypeArguments": [], "Methods": [], "Constructors": [] @@ -104488,24 +119012,21 @@ "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, - "Mandatory": false, + "Mandatory": true, "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "Name", - "AliasList": [ - "ResourceName", - "P2SVpnGatewayName" - ], + "Name": "CustomDnsServer", + "AliasList": [], "Type": { "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Name": "System.String[]", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, - "ElementType": null, + "ElementType": "System.String", "GenericTypeArguments": [], "Methods": [], "Constructors": [] @@ -104513,40 +119034,87 @@ "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true + "ValidateNotNullOrEmpty": false }, "Mandatory": false, "Position": -2147483648, "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false + "ValueFromPipelineByPropertyName": true }, { "ParameterMetadata": { - "Name": "DefaultProfile", - "AliasList": [ - "AzContext", - "AzureRmContext", - "AzureCredential" - ], + "Name": "RoutingConfiguration", + "AliasList": [], "Type": { - "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", - "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Namespace": "Microsoft.Azure.Commands.Network.Models", + "Name": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { - "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", - "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", - "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", - "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + "PropagatedRouteTables": "Microsoft.Azure.Commands.Network.Models.PSPropagatedRouteTable", + "AssociatedRouteTable": "Microsoft.Azure.Commands.Network.Models.PSResourceId", + "VnetRoutes": "Microsoft.Azure.Commands.Network.Models.PSVnetRoute", + "PropagatedRouteTablesText": "System.String", + "VnetRoutesText": "System.String" }, "ElementType": null, "GenericTypeArguments": [], "Methods": [ { - "Name": "Clear", + "Name": "ToString", "Parameters": [], - "ReturnType": "System.Void" + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" } ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Tag", + "AliasList": [], + "Type": { + "Namespace": "System.Collections", + "Name": "System.Collections.Hashtable", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], "Constructors": [] }, "ValidateSet": [], @@ -104558,12 +119126,31 @@ "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false - } - ] - }, - { - "Name": "__AllParameterSets", - "Parameters": [ + }, + { + "ParameterMetadata": { + "Name": "AsJob", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, { "ParameterMetadata": { "Name": "DefaultProfile", @@ -104604,85 +119191,30 @@ "ValueFromPipelineByPropertyName": false } ] - }, - { - "Name": "ListBySubscriptionId", - "Parameters": [] } ], "AliasList": [] }, { - "VerbName": "Get", - "NounName": "AzP2sVpnGatewayConnectionHealth", - "Name": "Get-AzP2sVpnGatewayConnectionHealth", - "ClassName": "Microsoft.Azure.Commands.Network.GetAzureRmP2SVpnGatewayConnectionHealthCommand", - "SupportsShouldProcess": false, + "VerbName": "Remove", + "NounName": "AzP2sVpnGateway", + "Name": "Remove-AzP2sVpnGateway", + "ClassName": "Microsoft.Azure.Commands.Network.RemoveAzureRmP2SVpnGatewayCommand", + "SupportsShouldProcess": true, "ConfirmImpact": 2, "SupportsPaging": false, "DefaultParameterSetName": "ByP2SVpnGatewayName", "OutputTypes": [ { "Type": { - "Namespace": "Microsoft.Azure.Commands.Network.Models", - "Name": "Microsoft.Azure.Commands.Network.Models.PSP2SVpnGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSP2SVpnGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", - "Properties": { - "VirtualHub": "Microsoft.Azure.Commands.Network.Models.PSResourceId", - "VpnServerConfiguration": "Microsoft.Azure.Commands.Network.Models.PSResourceId", - "VpnClientConnectionHealth": "Microsoft.Azure.Commands.Network.Models.PSVpnClientConnectionHealth", - "P2SConnectionConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSP2SConnectionConfiguration]", - "Tag": "System.Collections.Hashtable", - "VpnGatewayScaleUnit": "System.Int32", - "Name": "System.String", - "TagsTable": "System.String", - "Type": "System.String", - "ResourceGuid": "System.String", - "P2SConnectionConfigurationsText": "System.String", - "ResourceGroupName": "System.String", - "Etag": "System.String", - "VpnClientConnectionHealthText": "System.String", - "ProvisioningState": "System.String", - "VpnServerConfigurationLocation": "System.String", - "Location": "System.String", - "Id": "System.String" - }, + "Namespace": "System", + "Name": "System.Boolean", + "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, "ElementType": null, "GenericTypeArguments": [], - "Methods": [ - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [ - { - "Name": "", - "ReturnType": null, - "Parameters": [] - } - ] + "Methods": [], + "Constructors": [] }, "ParameterSets": [ "__AllParameterSets" @@ -104691,10 +119223,8 @@ ], "Parameters": [ { - "Name": "Name", - "AliasList": [ - "ResourceName" - ], + "Name": "ResourceGroupName", + "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", @@ -104711,8 +119241,11 @@ "ValidateNotNullOrEmpty": true }, { - "Name": "ResourceGroupName", - "AliasList": [], + "Name": "Name", + "AliasList": [ + "ResourceName", + "P2SVpnGatewayName" + ], "Type": { "Namespace": "System", "Name": "System.String", @@ -104736,25 +119269,27 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSP2SVpnGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSP2SVpnGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSP2SVpnGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "VirtualHub": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "VpnServerConfiguration": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "VpnClientConnectionHealth": "Microsoft.Azure.Commands.Network.Models.PSVpnClientConnectionHealth", "P2SConnectionConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSP2SConnectionConfiguration]", + "CustomDnsServers": "System.Collections.Generic.List`1[System.String]", "Tag": "System.Collections.Hashtable", "VpnGatewayScaleUnit": "System.Int32", "Name": "System.String", "TagsTable": "System.String", "Type": "System.String", "ResourceGuid": "System.String", + "Location": "System.String", "P2SConnectionConfigurationsText": "System.String", - "ResourceGroupName": "System.String", + "CustomDnsServersText": "System.String", "Etag": "System.String", "VpnClientConnectionHealthText": "System.String", "ProvisioningState": "System.String", "VpnServerConfigurationLocation": "System.String", - "Location": "System.String", + "ResourceGroupName": "System.String", "Id": "System.String" }, "ElementType": null, @@ -104801,7 +119336,9 @@ }, { "Name": "ResourceId", - "AliasList": [], + "AliasList": [ + "p2sVpnGatewayId" + ], "Type": { "Namespace": "System", "Name": "System.String", @@ -104817,6 +119354,42 @@ "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, + { + "Name": "PassThru", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "Force", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, { "Name": "DefaultProfile", "AliasList": [ @@ -104857,10 +119430,8 @@ "Parameters": [ { "ParameterMetadata": { - "Name": "Name", - "AliasList": [ - "ResourceName" - ], + "Name": "ResourceGroupName", + "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", @@ -104876,15 +119447,18 @@ "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, - "Mandatory": false, + "Mandatory": true, "Position": -2147483648, "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true + "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "ResourceGroupName", - "AliasList": [], + "Name": "Name", + "AliasList": [ + "ResourceName", + "P2SVpnGatewayName" + ], "Type": { "Namespace": "System", "Name": "System.String", @@ -104903,7 +119477,55 @@ "Mandatory": true, "Position": -2147483648, "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "PassThru", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Force", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { @@ -104958,25 +119580,27 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSP2SVpnGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSP2SVpnGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSP2SVpnGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "VirtualHub": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "VpnServerConfiguration": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "VpnClientConnectionHealth": "Microsoft.Azure.Commands.Network.Models.PSVpnClientConnectionHealth", "P2SConnectionConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSP2SConnectionConfiguration]", + "CustomDnsServers": "System.Collections.Generic.List`1[System.String]", "Tag": "System.Collections.Hashtable", "VpnGatewayScaleUnit": "System.Int32", "Name": "System.String", "TagsTable": "System.String", "Type": "System.String", "ResourceGuid": "System.String", + "Location": "System.String", "P2SConnectionConfigurationsText": "System.String", - "ResourceGroupName": "System.String", + "CustomDnsServersText": "System.String", "Etag": "System.String", "VpnClientConnectionHealthText": "System.String", "ProvisioningState": "System.String", "VpnServerConfigurationLocation": "System.String", - "Location": "System.String", + "ResourceGroupName": "System.String", "Id": "System.String" }, "ElementType": null, @@ -105019,11 +119643,177 @@ "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": true, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "PassThru", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Force", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "ByP2SVpnGatewayResourceId", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "ResourceId", + "AliasList": [ + "p2sVpnGatewayId" + ], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "PassThru", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false }, - "Mandatory": true, + "Mandatory": false, "Position": -2147483648, - "ValueFromPipeline": true, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Force", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, { @@ -105068,16 +119858,16 @@ ] }, { - "Name": "ByP2SVpnGatewayResourceId", + "Name": "__AllParameterSets", "Parameters": [ { "ParameterMetadata": { - "Name": "ResourceId", + "Name": "PassThru", "AliasList": [], "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -105087,40 +119877,25 @@ "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true + "ValidateNotNullOrEmpty": false }, - "Mandatory": true, + "Mandatory": false, "Position": -2147483648, "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true + "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "DefaultProfile", - "AliasList": [ - "AzContext", - "AzureRmContext", - "AzureCredential" - ], + "Name": "Force", + "AliasList": [], "Type": { - "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", - "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", - "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", - "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", - "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" - }, + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, "ElementType": null, "GenericTypeArguments": [], - "Methods": [ - { - "Name": "Clear", - "Parameters": [], - "ReturnType": "System.Void" - } - ], + "Methods": [], "Constructors": [] }, "ValidateSet": [], @@ -105132,12 +119907,7 @@ "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false - } - ] - }, - { - "Name": "__AllParameterSets", - "Parameters": [ + }, { "ParameterMetadata": { "Name": "DefaultProfile", @@ -105183,22 +119953,41 @@ "AliasList": [] }, { - "VerbName": "Get", - "NounName": "AzP2sVpnGatewayDetailedConnectionHealth", - "Name": "Get-AzP2sVpnGatewayDetailedConnectionHealth", - "ClassName": "Microsoft.Azure.Commands.Network.GetAzureRmP2SVpnGatewayDetailedConnectionHealthCommand", - "SupportsShouldProcess": false, + "VerbName": "Update", + "NounName": "AzP2sVpnGateway", + "Name": "Update-AzP2sVpnGateway", + "ClassName": "Microsoft.Azure.Commands.Network.UpdateAzureRmP2SVpnGatewayCommand", + "SupportsShouldProcess": true, "ConfirmImpact": 2, "SupportsPaging": false, - "DefaultParameterSetName": "ByP2SVpnGatewayName", + "DefaultParameterSetName": "ByP2SVpnGatewayNameNoVpnServerConfigurationUpdate", "OutputTypes": [ { "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", - "Name": "Microsoft.Azure.Commands.Network.Models.PSP2SVpnConnectionHealth", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSP2SVpnConnectionHealth, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "Name": "Microsoft.Azure.Commands.Network.Models.PSP2SVpnGateway", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSP2SVpnGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { - "SasUrl": "System.String" + "VirtualHub": "Microsoft.Azure.Commands.Network.Models.PSResourceId", + "VpnServerConfiguration": "Microsoft.Azure.Commands.Network.Models.PSResourceId", + "VpnClientConnectionHealth": "Microsoft.Azure.Commands.Network.Models.PSVpnClientConnectionHealth", + "P2SConnectionConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSP2SConnectionConfiguration]", + "CustomDnsServers": "System.Collections.Generic.List`1[System.String]", + "Tag": "System.Collections.Hashtable", + "VpnGatewayScaleUnit": "System.Int32", + "Name": "System.String", + "TagsTable": "System.String", + "Type": "System.String", + "ResourceGuid": "System.String", + "Location": "System.String", + "P2SConnectionConfigurationsText": "System.String", + "CustomDnsServersText": "System.String", + "Etag": "System.String", + "VpnClientConnectionHealthText": "System.String", + "ProvisioningState": "System.String", + "VpnServerConfigurationLocation": "System.String", + "ResourceGroupName": "System.String", + "Id": "System.String" }, "ElementType": null, "GenericTypeArguments": [], @@ -105244,10 +120033,8 @@ ], "Parameters": [ { - "Name": "Name", - "AliasList": [ - "ResourceName" - ], + "Name": "ResourceGroupName", + "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", @@ -105264,8 +120051,12 @@ "ValidateNotNullOrEmpty": true }, { - "Name": "ResourceGroupName", - "AliasList": [], + "Name": "Name", + "AliasList": [ + "ResourceName", + "P2SVpnGatewayName", + "GatewayName" + ], "Type": { "Namespace": "System", "Name": "System.String", @@ -105289,25 +120080,27 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSP2SVpnGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSP2SVpnGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSP2SVpnGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "VirtualHub": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "VpnServerConfiguration": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "VpnClientConnectionHealth": "Microsoft.Azure.Commands.Network.Models.PSVpnClientConnectionHealth", "P2SConnectionConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSP2SConnectionConfiguration]", + "CustomDnsServers": "System.Collections.Generic.List`1[System.String]", "Tag": "System.Collections.Hashtable", "VpnGatewayScaleUnit": "System.Int32", "Name": "System.String", "TagsTable": "System.String", "Type": "System.String", "ResourceGuid": "System.String", + "Location": "System.String", "P2SConnectionConfigurationsText": "System.String", - "ResourceGroupName": "System.String", + "CustomDnsServersText": "System.String", "Etag": "System.String", "VpnClientConnectionHealthText": "System.String", "ProvisioningState": "System.String", "VpnServerConfigurationLocation": "System.String", - "Location": "System.String", + "ResourceGroupName": "System.String", "Id": "System.String" }, "ElementType": null, @@ -105371,7 +120164,106 @@ "ValidateNotNullOrEmpty": true }, { - "Name": "OutputBlobSasUrl", + "Name": "VpnClientAddressPool", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String[]", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": "System.String", + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "VpnServerConfiguration", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Network.Models", + "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnServerConfiguration", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnServerConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "AadAuthenticationParameters": "Microsoft.Azure.Commands.Network.Models.PSAadAuthenticationParameters", + "VpnClientRevokedCertificates": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSClientCertificate]", + "RadiusClientRootCertificates": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSClientCertificate]", + "VpnClientRootCertificates": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSClientRootCertificate]", + "RadiusServerRootCertificates": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSClientRootCertificate]", + "VpnClientIpsecPolicies": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy]", + "RadiusServers": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSRadiusServer]", + "P2SVpnGateways": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", + "VpnProtocols": "System.Collections.Generic.List`1[System.String]", + "VpnAuthenticationTypes": "System.Collections.Generic.List`1[System.String]", + "Tag": "System.Collections.Hashtable", + "P2SVpnGatewaysText": "System.String", + "Name": "System.String", + "Type": "System.String", + "ResourceGuid": "System.String", + "Location": "System.String", + "ResourceGroupName": "System.String", + "TagsTable": "System.String", + "AadAuthenticationParametersText": "System.String", + "VpnClientRevokedCertificatesText": "System.String", + "RadiusClientRootCertificatesText": "System.String", + "RadiusServerRootCertificatesText": "System.String", + "RadiusServersText": "System.String", + "Etag": "System.String", + "VpnClientRootCertificatesText": "System.String", + "ProvisioningState": "System.String", + "RadiusServerSecret": "System.String", + "RadiusServerAddress": "System.String", + "VpnClientIpsecPoliciesText": "System.String", + "Id": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "VpnServerConfigurationId", "AliasList": [], "Type": { "Namespace": "System", @@ -105386,10 +120278,28 @@ "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true + "ValidateNotNullOrEmpty": false }, { - "Name": "VpnUserNamesFilter", + "Name": "VpnGatewayScaleUnit", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.UInt32", + "AssemblyQualifiedName": "System.UInt32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "CustomDnsServer", "AliasList": [], "Type": { "Namespace": "System", @@ -105406,6 +120316,98 @@ "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, + { + "Name": "RoutingConfiguration", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Network.Models", + "Name": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "PropagatedRouteTables": "Microsoft.Azure.Commands.Network.Models.PSPropagatedRouteTable", + "AssociatedRouteTable": "Microsoft.Azure.Commands.Network.Models.PSResourceId", + "VnetRoutes": "Microsoft.Azure.Commands.Network.Models.PSVnetRoute", + "PropagatedRouteTablesText": "System.String", + "VnetRoutesText": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "Tag", + "AliasList": [], + "Type": { + "Namespace": "System.Collections", + "Name": "System.Collections.Hashtable", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "AsJob", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, { "Name": "DefaultProfile", "AliasList": [ @@ -105442,14 +120444,12 @@ ], "ParameterSets": [ { - "Name": "ByP2SVpnGatewayName", + "Name": "ByP2SVpnGatewayNameNoVpnServerConfigurationUpdate", "Parameters": [ { "ParameterMetadata": { - "Name": "Name", - "AliasList": [ - "ResourceName" - ], + "Name": "ResourceGroupName", + "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", @@ -105465,15 +120465,19 @@ "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, - "Mandatory": false, + "Mandatory": true, "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "ResourceGroupName", - "AliasList": [], + "Name": "Name", + "AliasList": [ + "ResourceName", + "P2SVpnGatewayName", + "GatewayName" + ], "Type": { "Namespace": "System", "Name": "System.String", @@ -105496,14 +120500,14 @@ }, { "ParameterMetadata": { - "Name": "OutputBlobSasUrl", + "Name": "VpnClientAddressPool", "AliasList": [], "Type": { "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Name": "System.String[]", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, - "ElementType": null, + "ElementType": "System.String", "GenericTypeArguments": [], "Methods": [], "Constructors": [] @@ -105513,14 +120517,38 @@ "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, - "Mandatory": true, + "Mandatory": false, "Position": -2147483648, "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true + "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "VpnUserNamesFilter", + "Name": "VpnGatewayScaleUnit", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.UInt32", + "AssemblyQualifiedName": "System.UInt32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "CustomDnsServer", "AliasList": [], "Type": { "Namespace": "System", @@ -105540,6 +120568,116 @@ "Mandatory": false, "Position": -2147483648, "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "RoutingConfiguration", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Network.Models", + "Name": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "PropagatedRouteTables": "Microsoft.Azure.Commands.Network.Models.PSPropagatedRouteTable", + "AssociatedRouteTable": "Microsoft.Azure.Commands.Network.Models.PSResourceId", + "VnetRoutes": "Microsoft.Azure.Commands.Network.Models.PSVnetRoute", + "PropagatedRouteTablesText": "System.String", + "VnetRoutesText": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Tag", + "AliasList": [], + "Type": { + "Namespace": "System.Collections", + "Name": "System.Collections.Hashtable", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "AsJob", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, { @@ -105584,36 +120722,98 @@ ] }, { - "Name": "ByP2SVpnGatewayObject", + "Name": "ByP2SVpnGatewayNameByVpnServerConfigurationObject", "Parameters": [ { "ParameterMetadata": { - "Name": "InputObject", + "Name": "ResourceGroupName", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Name", "AliasList": [ - "P2SVpnGateway" + "ResourceName", + "P2SVpnGatewayName", + "GatewayName" ], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "VpnServerConfiguration", + "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", - "Name": "Microsoft.Azure.Commands.Network.Models.PSP2SVpnGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSP2SVpnGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnServerConfiguration", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnServerConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { - "VirtualHub": "Microsoft.Azure.Commands.Network.Models.PSResourceId", - "VpnServerConfiguration": "Microsoft.Azure.Commands.Network.Models.PSResourceId", - "VpnClientConnectionHealth": "Microsoft.Azure.Commands.Network.Models.PSVpnClientConnectionHealth", - "P2SConnectionConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSP2SConnectionConfiguration]", + "AadAuthenticationParameters": "Microsoft.Azure.Commands.Network.Models.PSAadAuthenticationParameters", + "VpnClientRevokedCertificates": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSClientCertificate]", + "RadiusClientRootCertificates": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSClientCertificate]", + "VpnClientRootCertificates": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSClientRootCertificate]", + "RadiusServerRootCertificates": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSClientRootCertificate]", + "VpnClientIpsecPolicies": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy]", + "RadiusServers": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSRadiusServer]", + "P2SVpnGateways": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", + "VpnProtocols": "System.Collections.Generic.List`1[System.String]", + "VpnAuthenticationTypes": "System.Collections.Generic.List`1[System.String]", "Tag": "System.Collections.Hashtable", - "VpnGatewayScaleUnit": "System.Int32", + "P2SVpnGatewaysText": "System.String", "Name": "System.String", - "TagsTable": "System.String", "Type": "System.String", "ResourceGuid": "System.String", - "P2SConnectionConfigurationsText": "System.String", + "Location": "System.String", "ResourceGroupName": "System.String", + "TagsTable": "System.String", + "AadAuthenticationParametersText": "System.String", + "VpnClientRevokedCertificatesText": "System.String", + "RadiusClientRootCertificatesText": "System.String", + "RadiusServerRootCertificatesText": "System.String", + "RadiusServersText": "System.String", "Etag": "System.String", - "VpnClientConnectionHealthText": "System.String", + "VpnClientRootCertificatesText": "System.String", "ProvisioningState": "System.String", - "VpnServerConfigurationLocation": "System.String", - "Location": "System.String", + "RadiusServerSecret": "System.String", + "RadiusServerAddress": "System.String", + "VpnClientIpsecPoliciesText": "System.String", "Id": "System.String" }, "ElementType": null, @@ -105656,23 +120856,23 @@ "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true + "ValidateNotNullOrEmpty": false }, - "Mandatory": true, + "Mandatory": false, "Position": -2147483648, "ValueFromPipeline": true, "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "OutputBlobSasUrl", + "Name": "VpnClientAddressPool", "AliasList": [], "Type": { "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Name": "System.String[]", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, - "ElementType": null, + "ElementType": "System.String", "GenericTypeArguments": [], "Methods": [], "Constructors": [] @@ -105682,14 +120882,38 @@ "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, - "Mandatory": true, + "Mandatory": false, "Position": -2147483648, "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true + "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "VpnUserNamesFilter", + "Name": "VpnGatewayScaleUnit", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.UInt32", + "AssemblyQualifiedName": "System.UInt32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "CustomDnsServer", "AliasList": [], "Type": { "Namespace": "System", @@ -105709,6 +120933,116 @@ "Mandatory": false, "Position": -2147483648, "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "RoutingConfiguration", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Network.Models", + "Name": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "PropagatedRouteTables": "Microsoft.Azure.Commands.Network.Models.PSPropagatedRouteTable", + "AssociatedRouteTable": "Microsoft.Azure.Commands.Network.Models.PSResourceId", + "VnetRoutes": "Microsoft.Azure.Commands.Network.Models.PSVnetRoute", + "PropagatedRouteTablesText": "System.String", + "VnetRoutesText": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Tag", + "AliasList": [], + "Type": { + "Namespace": "System.Collections", + "Name": "System.Collections.Hashtable", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "AsJob", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, { @@ -105753,11 +121087,11 @@ ] }, { - "Name": "ByP2SVpnGatewayResourceId", + "Name": "ByP2SVpnGatewayNameByVpnServerConfigurationResourceId", "Parameters": [ { "ParameterMetadata": { - "Name": "ResourceId", + "Name": "ResourceGroupName", "AliasList": [], "Type": { "Namespace": "System", @@ -105777,12 +121111,16 @@ "Mandatory": true, "Position": -2147483648, "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true + "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "OutputBlobSasUrl", - "AliasList": [], + "Name": "Name", + "AliasList": [ + "ResourceName", + "P2SVpnGatewayName", + "GatewayName" + ], "Type": { "Namespace": "System", "Name": "System.String", @@ -105801,11 +121139,83 @@ "Mandatory": true, "Position": -2147483648, "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "VpnServerConfigurationId", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": true }, { "ParameterMetadata": { - "Name": "VpnUserNamesFilter", + "Name": "VpnClientAddressPool", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String[]", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": "System.String", + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "VpnGatewayScaleUnit", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.UInt32", + "AssemblyQualifiedName": "System.UInt32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "CustomDnsServer", "AliasList": [], "Type": { "Namespace": "System", @@ -105825,6 +121235,116 @@ "Mandatory": false, "Position": -2147483648, "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "RoutingConfiguration", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Network.Models", + "Name": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "PropagatedRouteTables": "Microsoft.Azure.Commands.Network.Models.PSPropagatedRouteTable", + "AssociatedRouteTable": "Microsoft.Azure.Commands.Network.Models.PSResourceId", + "VnetRoutes": "Microsoft.Azure.Commands.Network.Models.PSVnetRoute", + "PropagatedRouteTablesText": "System.String", + "VnetRoutesText": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Tag", + "AliasList": [], + "Type": { + "Namespace": "System.Collections", + "Name": "System.Collections.Hashtable", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "AsJob", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, { @@ -105865,20 +121385,123 @@ "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false - } - ] - }, - { - "Name": "__AllParameterSets", - "Parameters": [ + } + ] + }, + { + "Name": "ByP2SVpnGatewayObjectNoVpnServerConfigurationUpdate", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "InputObject", + "AliasList": [ + "P2SVpnGateway" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Network.Models", + "Name": "Microsoft.Azure.Commands.Network.Models.PSP2SVpnGateway", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSP2SVpnGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "VirtualHub": "Microsoft.Azure.Commands.Network.Models.PSResourceId", + "VpnServerConfiguration": "Microsoft.Azure.Commands.Network.Models.PSResourceId", + "VpnClientConnectionHealth": "Microsoft.Azure.Commands.Network.Models.PSVpnClientConnectionHealth", + "P2SConnectionConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSP2SConnectionConfiguration]", + "CustomDnsServers": "System.Collections.Generic.List`1[System.String]", + "Tag": "System.Collections.Hashtable", + "VpnGatewayScaleUnit": "System.Int32", + "Name": "System.String", + "TagsTable": "System.String", + "Type": "System.String", + "ResourceGuid": "System.String", + "Location": "System.String", + "P2SConnectionConfigurationsText": "System.String", + "CustomDnsServersText": "System.String", + "Etag": "System.String", + "VpnClientConnectionHealthText": "System.String", + "ProvisioningState": "System.String", + "VpnServerConfigurationLocation": "System.String", + "ResourceGroupName": "System.String", + "Id": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": true, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "VpnClientAddressPool", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String[]", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": "System.String", + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, { "ParameterMetadata": { - "Name": "OutputBlobSasUrl", + "Name": "VpnGatewayScaleUnit", "AliasList": [], "Type": { "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Name": "System.UInt32", + "AssemblyQualifiedName": "System.UInt32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -105888,16 +121511,16 @@ "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true + "ValidateNotNullOrEmpty": false }, - "Mandatory": true, + "Mandatory": false, "Position": -2147483648, "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true + "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "VpnUserNamesFilter", + "Name": "CustomDnsServer", "AliasList": [], "Type": { "Namespace": "System", @@ -105917,36 +121540,59 @@ "Mandatory": false, "Position": -2147483648, "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false + "ValueFromPipelineByPropertyName": true }, { "ParameterMetadata": { - "Name": "DefaultProfile", - "AliasList": [ - "AzContext", - "AzureRmContext", - "AzureCredential" - ], + "Name": "RoutingConfiguration", + "AliasList": [], "Type": { - "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", - "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Namespace": "Microsoft.Azure.Commands.Network.Models", + "Name": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { - "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", - "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", - "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", - "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + "PropagatedRouteTables": "Microsoft.Azure.Commands.Network.Models.PSPropagatedRouteTable", + "AssociatedRouteTable": "Microsoft.Azure.Commands.Network.Models.PSResourceId", + "VnetRoutes": "Microsoft.Azure.Commands.Network.Models.PSVnetRoute", + "PropagatedRouteTablesText": "System.String", + "VnetRoutesText": "System.String" }, "ElementType": null, "GenericTypeArguments": [], "Methods": [ { - "Name": "Clear", + "Name": "ToString", "Parameters": [], - "ReturnType": "System.Void" + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" } ], - "Constructors": [] + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] }, "ValidateSet": [], "ValidateRangeMin": null, @@ -105957,269 +121603,15 @@ "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false - } - ] - } - ], - "AliasList": [] - }, - { - "VerbName": "Get", - "NounName": "AzP2sVpnGatewayVpnProfile", - "Name": "Get-AzP2sVpnGatewayVpnProfile", - "ClassName": "Microsoft.Azure.Commands.Network.GetAzureRmP2SVpnGatewayVpnProfileCommand", - "SupportsShouldProcess": false, - "ConfirmImpact": 2, - "SupportsPaging": false, - "DefaultParameterSetName": "ByP2SVpnGatewayName", - "OutputTypes": [ - { - "Type": { - "Namespace": "Microsoft.Azure.Commands.Network.Models", - "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnProfileResponse", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnProfileResponse, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", - "Properties": { - "ProfileUrl": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [ - { - "Name": "", - "ReturnType": null, - "Parameters": [] - } - ] - }, - "ParameterSets": [ - "__AllParameterSets" - ] - } - ], - "Parameters": [ - { - "Name": "Name", - "AliasList": [ - "ResourceName" - ], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - { - "Name": "ResourceGroupName", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - { - "Name": "InputObject", - "AliasList": [ - "P2SVpnGateway" - ], - "Type": { - "Namespace": "Microsoft.Azure.Commands.Network.Models", - "Name": "Microsoft.Azure.Commands.Network.Models.PSP2SVpnGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSP2SVpnGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", - "Properties": { - "VirtualHub": "Microsoft.Azure.Commands.Network.Models.PSResourceId", - "VpnServerConfiguration": "Microsoft.Azure.Commands.Network.Models.PSResourceId", - "VpnClientConnectionHealth": "Microsoft.Azure.Commands.Network.Models.PSVpnClientConnectionHealth", - "P2SConnectionConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSP2SConnectionConfiguration]", - "Tag": "System.Collections.Hashtable", - "VpnGatewayScaleUnit": "System.Int32", - "Name": "System.String", - "TagsTable": "System.String", - "Type": "System.String", - "ResourceGuid": "System.String", - "P2SConnectionConfigurationsText": "System.String", - "ResourceGroupName": "System.String", - "Etag": "System.String", - "VpnClientConnectionHealthText": "System.String", - "ProvisioningState": "System.String", - "VpnServerConfigurationLocation": "System.String", - "Location": "System.String", - "Id": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [ - { - "Name": "", - "ReturnType": null, - "Parameters": [] - } - ] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - { - "Name": "ResourceId", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - { - "Name": "AuthenticationMethod", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [ - "EAPTLS", - "EAPMSCHAPv2" - ], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "DefaultProfile", - "AliasList": [ - "AzContext", - "AzureRmContext", - "AzureCredential" - ], - "Type": { - "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", - "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", - "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", - "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", - "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "Clear", - "Parameters": [], - "ReturnType": "System.Void" - } - ], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - } - ], - "ParameterSets": [ - { - "Name": "ByP2SVpnGatewayName", - "Parameters": [ { "ParameterMetadata": { - "Name": "Name", - "AliasList": [ - "ResourceName" - ], + "Name": "Tag", + "AliasList": [], "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Namespace": "System.Collections", + "Name": "System.Collections.Hashtable", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -106229,7 +121621,7 @@ "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true + "ValidateNotNullOrEmpty": false }, "Mandatory": false, "Position": -2147483648, @@ -106238,12 +121630,12 @@ }, { "ParameterMetadata": { - "Name": "ResourceGroupName", + "Name": "AsJob", "AliasList": [], "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -106253,33 +121645,6 @@ "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": true, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "AuthenticationMethod", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [ - "EAPTLS", - "EAPMSCHAPv2" - ], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -106329,7 +121694,7 @@ ] }, { - "Name": "ByP2SVpnGatewayObject", + "Name": "ByP2SVpnGatewayObjectByVpnServerConfigurationObject", "Parameters": [ { "ParameterMetadata": { @@ -106340,25 +121705,27 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSP2SVpnGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSP2SVpnGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSP2SVpnGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "VirtualHub": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "VpnServerConfiguration": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "VpnClientConnectionHealth": "Microsoft.Azure.Commands.Network.Models.PSVpnClientConnectionHealth", "P2SConnectionConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSP2SConnectionConfiguration]", + "CustomDnsServers": "System.Collections.Generic.List`1[System.String]", "Tag": "System.Collections.Hashtable", "VpnGatewayScaleUnit": "System.Int32", "Name": "System.String", "TagsTable": "System.String", "Type": "System.String", "ResourceGuid": "System.String", + "Location": "System.String", "P2SConnectionConfigurationsText": "System.String", - "ResourceGroupName": "System.String", + "CustomDnsServersText": "System.String", "Etag": "System.String", "VpnClientConnectionHealthText": "System.String", "ProvisioningState": "System.String", "VpnServerConfigurationLocation": "System.String", - "Location": "System.String", + "ResourceGroupName": "System.String", "Id": "System.String" }, "ElementType": null, @@ -106410,83 +121777,123 @@ }, { "ParameterMetadata": { - "Name": "AuthenticationMethod", + "Name": "VpnServerConfiguration", "AliasList": [], "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, + "Namespace": "Microsoft.Azure.Commands.Network.Models", + "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnServerConfiguration", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnServerConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "AadAuthenticationParameters": "Microsoft.Azure.Commands.Network.Models.PSAadAuthenticationParameters", + "VpnClientRevokedCertificates": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSClientCertificate]", + "RadiusClientRootCertificates": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSClientCertificate]", + "VpnClientRootCertificates": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSClientRootCertificate]", + "RadiusServerRootCertificates": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSClientRootCertificate]", + "VpnClientIpsecPolicies": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy]", + "RadiusServers": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSRadiusServer]", + "P2SVpnGateways": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", + "VpnProtocols": "System.Collections.Generic.List`1[System.String]", + "VpnAuthenticationTypes": "System.Collections.Generic.List`1[System.String]", + "Tag": "System.Collections.Hashtable", + "P2SVpnGatewaysText": "System.String", + "Name": "System.String", + "Type": "System.String", + "ResourceGuid": "System.String", + "Location": "System.String", + "ResourceGroupName": "System.String", + "TagsTable": "System.String", + "AadAuthenticationParametersText": "System.String", + "VpnClientRevokedCertificatesText": "System.String", + "RadiusClientRootCertificatesText": "System.String", + "RadiusServerRootCertificatesText": "System.String", + "RadiusServersText": "System.String", + "Etag": "System.String", + "VpnClientRootCertificatesText": "System.String", + "ProvisioningState": "System.String", + "RadiusServerSecret": "System.String", + "RadiusServerAddress": "System.String", + "VpnClientIpsecPoliciesText": "System.String", + "Id": "System.String" + }, "ElementType": null, "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] }, - "ValidateSet": [ - "EAPTLS", - "EAPMSCHAPv2" - ], + "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, "Position": -2147483648, - "ValueFromPipeline": false, + "ValueFromPipeline": true, "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "DefaultProfile", - "AliasList": [ - "AzContext", - "AzureRmContext", - "AzureCredential" - ], + "Name": "VpnClientAddressPool", + "AliasList": [], "Type": { - "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", - "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", - "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", - "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", - "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" - }, - "ElementType": null, + "Namespace": "System", + "Name": "System.String[]", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": "System.String", "GenericTypeArguments": [], - "Methods": [ - { - "Name": "Clear", - "Parameters": [], - "ReturnType": "System.Void" - } - ], + "Methods": [], "Constructors": [] }, "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false + "ValidateNotNullOrEmpty": true }, "Mandatory": false, "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false - } - ] - }, - { - "Name": "ByP2SVpnGatewayResourceId", - "Parameters": [ + }, { "ParameterMetadata": { - "Name": "ResourceId", + "Name": "VpnGatewayScaleUnit", "AliasList": [], "Type": { "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Name": "System.UInt32", + "AssemblyQualifiedName": "System.UInt32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -106496,31 +121903,28 @@ "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true + "ValidateNotNullOrEmpty": false }, - "Mandatory": true, + "Mandatory": false, "Position": -2147483648, "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true + "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "AuthenticationMethod", + "Name": "CustomDnsServer", "AliasList": [], "Type": { "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Name": "System.String[]", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, - "ElementType": null, + "ElementType": "System.String", "GenericTypeArguments": [], "Methods": [], "Constructors": [] }, - "ValidateSet": [ - "EAPTLS", - "EAPMSCHAPv2" - ], + "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false @@ -106528,35 +121932,82 @@ "Mandatory": false, "Position": -2147483648, "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false + "ValueFromPipelineByPropertyName": true }, { "ParameterMetadata": { - "Name": "DefaultProfile", - "AliasList": [ - "AzContext", - "AzureRmContext", - "AzureCredential" - ], + "Name": "RoutingConfiguration", + "AliasList": [], "Type": { - "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", - "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Namespace": "Microsoft.Azure.Commands.Network.Models", + "Name": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { - "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", - "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", - "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", - "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + "PropagatedRouteTables": "Microsoft.Azure.Commands.Network.Models.PSPropagatedRouteTable", + "AssociatedRouteTable": "Microsoft.Azure.Commands.Network.Models.PSResourceId", + "VnetRoutes": "Microsoft.Azure.Commands.Network.Models.PSVnetRoute", + "PropagatedRouteTablesText": "System.String", + "VnetRoutesText": "System.String" }, "ElementType": null, "GenericTypeArguments": [], "Methods": [ { - "Name": "Clear", + "Name": "ToString", "Parameters": [], - "ReturnType": "System.Void" + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" } ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Tag", + "AliasList": [], + "Type": { + "Namespace": "System.Collections", + "Name": "System.Collections.Hashtable", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], "Constructors": [] }, "ValidateSet": [], @@ -106568,30 +122019,22 @@ "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false - } - ] - }, - { - "Name": "__AllParameterSets", - "Parameters": [ + }, { "ParameterMetadata": { - "Name": "AuthenticationMethod", + "Name": "AsJob", "AliasList": [], "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], "Methods": [], "Constructors": [] }, - "ValidateSet": [ - "EAPTLS", - "EAPMSCHAPv2" - ], + "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false @@ -106626,462 +122069,107 @@ "Name": "Clear", "Parameters": [], "ReturnType": "System.Void" - } - ], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - } - ] - } - ], - "AliasList": [] - }, - { - "VerbName": "New", - "NounName": "AzP2sVpnGateway", - "Name": "New-AzP2sVpnGateway", - "ClassName": "Microsoft.Azure.Commands.Network.NewAzureRmP2SVpnGatewayCommand", - "SupportsShouldProcess": true, - "ConfirmImpact": 2, - "SupportsPaging": false, - "DefaultParameterSetName": "ByVirtualHubNameByVpnServerConfigurationObject", - "OutputTypes": [ - { - "Type": { - "Namespace": "Microsoft.Azure.Commands.Network.Models", - "Name": "Microsoft.Azure.Commands.Network.Models.PSP2SVpnGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSP2SVpnGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", - "Properties": { - "VirtualHub": "Microsoft.Azure.Commands.Network.Models.PSResourceId", - "VpnServerConfiguration": "Microsoft.Azure.Commands.Network.Models.PSResourceId", - "VpnClientConnectionHealth": "Microsoft.Azure.Commands.Network.Models.PSVpnClientConnectionHealth", - "P2SConnectionConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSP2SConnectionConfiguration]", - "Tag": "System.Collections.Hashtable", - "VpnGatewayScaleUnit": "System.Int32", - "Name": "System.String", - "TagsTable": "System.String", - "Type": "System.String", - "ResourceGuid": "System.String", - "P2SConnectionConfigurationsText": "System.String", - "ResourceGroupName": "System.String", - "Etag": "System.String", - "VpnClientConnectionHealthText": "System.String", - "ProvisioningState": "System.String", - "VpnServerConfigurationLocation": "System.String", - "Location": "System.String", - "Id": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [ - { - "Name": "", - "ReturnType": null, - "Parameters": [] - } - ] - }, - "ParameterSets": [ - "__AllParameterSets" - ] - } - ], - "Parameters": [ - { - "Name": "ResourceGroupName", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - { - "Name": "Name", - "AliasList": [ - "ResourceName", - "P2SVpnGatewayName" - ], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - { - "Name": "VpnGatewayScaleUnit", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.UInt32", - "AssemblyQualifiedName": "System.UInt32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "VirtualHubName", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "VirtualHub", - "AliasList": [], - "Type": { - "Namespace": "Microsoft.Azure.Commands.Network.Models", - "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", - "Properties": { - "VirtualWan": "Microsoft.Azure.Commands.Network.Models.PSResourceId", - "VpnGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", - "P2SVpnGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", - "ExpressRouteGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", - "SecurityPartnerProvider": "Microsoft.Azure.Commands.Network.Models.PSResourceId", - "AzureFirewall": "Microsoft.Azure.Commands.Network.Models.PSResourceId", - "RouteTable": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRouteTable", - "VirtualNetworkConnections": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSHubVirtualNetworkConnection]", - "RouteTables": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVirtualHubRouteTable]", - "Tag": "System.Collections.Hashtable", - "Name": "System.String", - "TagsTable": "System.String", - "Type": "System.String", - "ResourceGuid": "System.String", - "ProvisioningState": "System.String", - "ResourceGroupName": "System.String", - "Sku": "System.String", - "Etag": "System.String", - "AddressPrefix": "System.String", - "Location": "System.String", - "Id": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [ - { - "Name": "", - "ReturnType": null, - "Parameters": [] - } - ] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "VirtualHubId", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "VpnServerConfiguration", - "AliasList": [], - "Type": { - "Namespace": "Microsoft.Azure.Commands.Network.Models", - "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnServerConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnServerConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", - "Properties": { - "AadAuthenticationParameters": "Microsoft.Azure.Commands.Network.Models.PSAadAuthenticationParameters", - "VpnClientRevokedCertificates": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSClientCertificate]", - "RadiusClientRootCertificates": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSClientCertificate]", - "VpnClientRootCertificates": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSClientRootCertificate]", - "RadiusServerRootCertificates": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSClientRootCertificate]", - "VpnClientIpsecPolicies": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy]", - "RadiusServers": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSRadiusServer]", - "P2SVpnGateways": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", - "VpnProtocols": "System.Collections.Generic.List`1[System.String]", - "VpnAuthenticationTypes": "System.Collections.Generic.List`1[System.String]", - "Tag": "System.Collections.Hashtable", - "P2SVpnGatewaysText": "System.String", - "Name": "System.String", - "Type": "System.String", - "ResourceGuid": "System.String", - "Location": "System.String", - "ResourceGroupName": "System.String", - "TagsTable": "System.String", - "AadAuthenticationParametersText": "System.String", - "VpnClientRevokedCertificatesText": "System.String", - "RadiusClientRootCertificatesText": "System.String", - "RadiusServerRootCertificatesText": "System.String", - "RadiusServersText": "System.String", - "Etag": "System.String", - "VpnClientRootCertificatesText": "System.String", - "ProvisioningState": "System.String", - "RadiusServerSecret": "System.String", - "RadiusServerAddress": "System.String", - "VpnClientIpsecPoliciesText": "System.String", - "Id": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [ - { - "Name": "", - "ReturnType": null, - "Parameters": [] - } - ] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "VpnServerConfigurationId", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "VpnClientAddressPool", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.String[]", - "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": "System.String", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - { - "Name": "Tag", - "AliasList": [], - "Type": { - "Namespace": "System.Collections", - "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "AsJob", - "AliasList": [], - "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] }, { - "Name": "DefaultProfile", - "AliasList": [ - "AzContext", - "AzureRmContext", - "AzureCredential" - ], - "Type": { - "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", - "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", - "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", - "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", - "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "Clear", - "Parameters": [], - "ReturnType": "System.Void" - } - ], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - } - ], - "ParameterSets": [ - { - "Name": "__AllParameterSets", + "Name": "ByP2SVpnGatewayObjectByVpnServerConfigurationResourceId", "Parameters": [ { "ParameterMetadata": { - "Name": "ResourceGroupName", + "Name": "InputObject", + "AliasList": [ + "P2SVpnGateway" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Network.Models", + "Name": "Microsoft.Azure.Commands.Network.Models.PSP2SVpnGateway", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSP2SVpnGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "VirtualHub": "Microsoft.Azure.Commands.Network.Models.PSResourceId", + "VpnServerConfiguration": "Microsoft.Azure.Commands.Network.Models.PSResourceId", + "VpnClientConnectionHealth": "Microsoft.Azure.Commands.Network.Models.PSVpnClientConnectionHealth", + "P2SConnectionConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSP2SConnectionConfiguration]", + "CustomDnsServers": "System.Collections.Generic.List`1[System.String]", + "Tag": "System.Collections.Hashtable", + "VpnGatewayScaleUnit": "System.Int32", + "Name": "System.String", + "TagsTable": "System.String", + "Type": "System.String", + "ResourceGuid": "System.String", + "Location": "System.String", + "P2SConnectionConfigurationsText": "System.String", + "CustomDnsServersText": "System.String", + "Etag": "System.String", + "VpnClientConnectionHealthText": "System.String", + "ProvisioningState": "System.String", + "VpnServerConfigurationLocation": "System.String", + "ResourceGroupName": "System.String", + "Id": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": true, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "VpnServerConfigurationId", "AliasList": [], "Type": { "Namespace": "System", @@ -107096,20 +122184,243 @@ "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true + "ValidateNotNullOrEmpty": false }, "Mandatory": true, "Position": -2147483648, "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "VpnClientAddressPool", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String[]", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": "System.String", + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "Name", + "Name": "VpnGatewayScaleUnit", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.UInt32", + "AssemblyQualifiedName": "System.UInt32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "CustomDnsServer", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String[]", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": "System.String", + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "RoutingConfiguration", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Network.Models", + "Name": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "PropagatedRouteTables": "Microsoft.Azure.Commands.Network.Models.PSPropagatedRouteTable", + "AssociatedRouteTable": "Microsoft.Azure.Commands.Network.Models.PSResourceId", + "VnetRoutes": "Microsoft.Azure.Commands.Network.Models.PSVnetRoute", + "PropagatedRouteTablesText": "System.String", + "VnetRoutesText": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Tag", + "AliasList": [], + "Type": { + "Namespace": "System.Collections", + "Name": "System.Collections.Hashtable", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "AsJob", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DefaultProfile", "AliasList": [ - "ResourceName", - "P2SVpnGatewayName" + "AzContext", + "AzureRmContext", + "AzureCredential" ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "ByP2SVpnGatewayResourceIdNoVpnServerConfigurationUpdate", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "ResourceId", + "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", @@ -107128,6 +122439,30 @@ "Mandatory": true, "Position": -2147483648, "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "VpnClientAddressPool", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String[]", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": "System.String", + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, { @@ -107149,14 +122484,14 @@ "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, - "Mandatory": true, + "Mandatory": false, "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "VpnClientAddressPool", + "Name": "CustomDnsServer", "AliasList": [], "Type": { "Namespace": "System", @@ -107171,9 +122506,71 @@ "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true + "ValidateNotNullOrEmpty": false }, - "Mandatory": true, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "RoutingConfiguration", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Network.Models", + "Name": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "PropagatedRouteTables": "Microsoft.Azure.Commands.Network.Models.PSPropagatedRouteTable", + "AssociatedRouteTable": "Microsoft.Azure.Commands.Network.Models.PSResourceId", + "VnetRoutes": "Microsoft.Azure.Commands.Network.Models.PSVnetRoute", + "PropagatedRouteTablesText": "System.String", + "VnetRoutesText": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false @@ -107268,11 +122665,11 @@ ] }, { - "Name": "ByVirtualHubNameByVpnServerConfigurationObject", + "Name": "ByP2SVpnGatewayResourceIdByVpnServerConfigurationObject", "Parameters": [ { "ParameterMetadata": { - "Name": "VirtualHubName", + "Name": "ResourceId", "AliasList": [], "Type": { "Namespace": "System", @@ -107287,12 +122684,12 @@ "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false + "ValidateNotNullOrEmpty": true }, "Mandatory": true, "Position": -2147483648, "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false + "ValueFromPipelineByPropertyName": true }, { "ParameterMetadata": { @@ -107301,7 +122698,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnServerConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnServerConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnServerConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AadAuthenticationParameters": "Microsoft.Azure.Commands.Network.Models.PSAadAuthenticationParameters", "VpnClientRevokedCertificates": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSClientCertificate]", @@ -107383,14 +122780,14 @@ }, { "ParameterMetadata": { - "Name": "ResourceGroupName", + "Name": "VpnClientAddressPool", "AliasList": [], "Type": { "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Name": "System.String[]", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, - "ElementType": null, + "ElementType": "System.String", "GenericTypeArguments": [], "Methods": [], "Constructors": [] @@ -107400,22 +122797,19 @@ "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, - "Mandatory": true, + "Mandatory": false, "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "Name", - "AliasList": [ - "ResourceName", - "P2SVpnGatewayName" - ], + "Name": "VpnGatewayScaleUnit", + "AliasList": [], "Type": { "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Name": "System.UInt32", + "AssemblyQualifiedName": "System.UInt32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -107425,23 +122819,23 @@ "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true + "ValidateNotNullOrEmpty": false }, - "Mandatory": true, + "Mandatory": false, "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "VpnGatewayScaleUnit", + "Name": "CustomDnsServer", "AliasList": [], "Type": { "Namespace": "System", - "Name": "System.UInt32", - "AssemblyQualifiedName": "System.UInt32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Name": "System.String[]", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, - "ElementType": null, + "ElementType": "System.String", "GenericTypeArguments": [], "Methods": [], "Constructors": [] @@ -107451,31 +122845,69 @@ "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, - "Mandatory": true, + "Mandatory": false, "Position": -2147483648, "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false + "ValueFromPipelineByPropertyName": true }, { "ParameterMetadata": { - "Name": "VpnClientAddressPool", + "Name": "RoutingConfiguration", "AliasList": [], "Type": { - "Namespace": "System", - "Name": "System.String[]", - "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": "System.String", + "Namespace": "Microsoft.Azure.Commands.Network.Models", + "Name": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "PropagatedRouteTables": "Microsoft.Azure.Commands.Network.Models.PSPropagatedRouteTable", + "AssociatedRouteTable": "Microsoft.Azure.Commands.Network.Models.PSResourceId", + "VnetRoutes": "Microsoft.Azure.Commands.Network.Models.PSVnetRoute", + "PropagatedRouteTablesText": "System.String", + "VnetRoutesText": "System.String" + }, + "ElementType": null, "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] }, "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true + "ValidateNotNullOrEmpty": false }, - "Mandatory": true, + "Mandatory": false, "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false @@ -107570,11 +123002,11 @@ ] }, { - "Name": "ByVirtualHubNameByVpnServerConfigurationResourceId", + "Name": "ByP2SVpnGatewayResourceIdByVpnServerConfigurationResourceId", "Parameters": [ { "ParameterMetadata": { - "Name": "VirtualHubName", + "Name": "ResourceId", "AliasList": [], "Type": { "Namespace": "System", @@ -107589,12 +123021,12 @@ "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false + "ValidateNotNullOrEmpty": true }, "Mandatory": true, "Position": -2147483648, "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false + "ValueFromPipelineByPropertyName": true }, { "ParameterMetadata": { @@ -107622,14 +123054,14 @@ }, { "ParameterMetadata": { - "Name": "ResourceGroupName", + "Name": "VpnClientAddressPool", "AliasList": [], "Type": { "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Name": "System.String[]", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, - "ElementType": null, + "ElementType": "System.String", "GenericTypeArguments": [], "Methods": [], "Constructors": [] @@ -107639,22 +123071,19 @@ "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, - "Mandatory": true, + "Mandatory": false, "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "Name", - "AliasList": [ - "ResourceName", - "P2SVpnGatewayName" - ], + "Name": "VpnGatewayScaleUnit", + "AliasList": [], "Type": { "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Name": "System.UInt32", + "AssemblyQualifiedName": "System.UInt32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -107664,23 +123093,23 @@ "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true + "ValidateNotNullOrEmpty": false }, - "Mandatory": true, + "Mandatory": false, "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "VpnGatewayScaleUnit", + "Name": "CustomDnsServer", "AliasList": [], "Type": { "Namespace": "System", - "Name": "System.UInt32", - "AssemblyQualifiedName": "System.UInt32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Name": "System.String[]", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, - "ElementType": null, + "ElementType": "System.String", "GenericTypeArguments": [], "Methods": [], "Constructors": [] @@ -107690,31 +123119,69 @@ "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, - "Mandatory": true, + "Mandatory": false, "Position": -2147483648, "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false + "ValueFromPipelineByPropertyName": true }, { "ParameterMetadata": { - "Name": "VpnClientAddressPool", + "Name": "RoutingConfiguration", "AliasList": [], "Type": { - "Namespace": "System", - "Name": "System.String[]", - "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": "System.String", + "Namespace": "Microsoft.Azure.Commands.Network.Models", + "Name": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "PropagatedRouteTables": "Microsoft.Azure.Commands.Network.Models.PSPropagatedRouteTable", + "AssociatedRouteTable": "Microsoft.Azure.Commands.Network.Models.PSResourceId", + "VnetRoutes": "Microsoft.Azure.Commands.Network.Models.PSVnetRoute", + "PropagatedRouteTablesText": "System.String", + "VnetRoutesText": "System.String" + }, + "ElementType": null, "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] }, "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true + "ValidateNotNullOrEmpty": false }, - "Mandatory": true, + "Mandatory": false, "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false @@ -107809,38 +123276,94 @@ ] }, { - "Name": "ByVirtualHubObjectByVpnServerConfigurationObject", + "Name": "__AllParameterSets", "Parameters": [ { "ParameterMetadata": { - "Name": "VirtualHub", + "Name": "VpnClientAddressPool", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String[]", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": "System.String", + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "VpnGatewayScaleUnit", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.UInt32", + "AssemblyQualifiedName": "System.UInt32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "CustomDnsServer", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String[]", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": "System.String", + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "RoutingConfiguration", "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", - "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "Name": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { - "VirtualWan": "Microsoft.Azure.Commands.Network.Models.PSResourceId", - "VpnGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", - "P2SVpnGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", - "ExpressRouteGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", - "SecurityPartnerProvider": "Microsoft.Azure.Commands.Network.Models.PSResourceId", - "AzureFirewall": "Microsoft.Azure.Commands.Network.Models.PSResourceId", - "RouteTable": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRouteTable", - "VirtualNetworkConnections": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSHubVirtualNetworkConnection]", - "RouteTables": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVirtualHubRouteTable]", - "Tag": "System.Collections.Hashtable", - "Name": "System.String", - "TagsTable": "System.String", - "Type": "System.String", - "ResourceGuid": "System.String", - "ProvisioningState": "System.String", - "ResourceGroupName": "System.String", - "Sku": "System.String", - "Etag": "System.String", - "AddressPrefix": "System.String", - "Location": "System.String", - "Id": "System.String" + "PropagatedRouteTables": "Microsoft.Azure.Commands.Network.Models.PSPropagatedRouteTable", + "AssociatedRouteTable": "Microsoft.Azure.Commands.Network.Models.PSResourceId", + "VnetRoutes": "Microsoft.Azure.Commands.Network.Models.PSVnetRoute", + "PropagatedRouteTablesText": "System.String", + "VnetRoutesText": "System.String" }, "ElementType": null, "GenericTypeArguments": [], @@ -107884,87 +123407,87 @@ "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, - "Mandatory": true, + "Mandatory": false, "Position": -2147483648, - "ValueFromPipeline": true, + "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "VpnServerConfiguration", + "Name": "Tag", "AliasList": [], "Type": { - "Namespace": "Microsoft.Azure.Commands.Network.Models", - "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnServerConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnServerConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "Namespace": "System.Collections", + "Name": "System.Collections.Hashtable", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "AsJob", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { - "AadAuthenticationParameters": "Microsoft.Azure.Commands.Network.Models.PSAadAuthenticationParameters", - "VpnClientRevokedCertificates": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSClientCertificate]", - "RadiusClientRootCertificates": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSClientCertificate]", - "VpnClientRootCertificates": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSClientRootCertificate]", - "RadiusServerRootCertificates": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSClientRootCertificate]", - "VpnClientIpsecPolicies": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy]", - "RadiusServers": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSRadiusServer]", - "P2SVpnGateways": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", - "VpnProtocols": "System.Collections.Generic.List`1[System.String]", - "VpnAuthenticationTypes": "System.Collections.Generic.List`1[System.String]", - "Tag": "System.Collections.Hashtable", - "P2SVpnGatewaysText": "System.String", - "Name": "System.String", - "Type": "System.String", - "ResourceGuid": "System.String", - "Location": "System.String", - "ResourceGroupName": "System.String", - "TagsTable": "System.String", - "AadAuthenticationParametersText": "System.String", - "VpnClientRevokedCertificatesText": "System.String", - "RadiusClientRootCertificatesText": "System.String", - "RadiusServerRootCertificatesText": "System.String", - "RadiusServersText": "System.String", - "Etag": "System.String", - "VpnClientRootCertificatesText": "System.String", - "ProvisioningState": "System.String", - "RadiusServerSecret": "System.String", - "RadiusServerAddress": "System.String", - "VpnClientIpsecPoliciesText": "System.String", - "Id": "System.String" + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" }, "ElementType": null, "GenericTypeArguments": [], "Methods": [ { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "GetType", + "Name": "Clear", "Parameters": [], - "ReturnType": "System.Type" + "ReturnType": "System.Void" } ], - "Constructors": [ - { - "Name": "", - "ReturnType": null, - "Parameters": [] - } - ] + "Constructors": [] }, "ValidateSet": [], "ValidateRangeMin": null, @@ -107973,9 +123496,281 @@ }, "Mandatory": false, "Position": -2147483648, - "ValueFromPipeline": true, + "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false + } + ] + } + ], + "AliasList": [] + }, + { + "VerbName": "Get", + "NounName": "AzVHubRouteTable", + "Name": "Get-AzVHubRouteTable", + "ClassName": "Microsoft.Azure.Commands.Network.GetAzureRmVHubRouteTableCommand", + "SupportsShouldProcess": false, + "ConfirmImpact": 2, + "SupportsPaging": false, + "DefaultParameterSetName": "ByVirtualHubName", + "OutputTypes": [ + { + "Type": { + "Namespace": "Microsoft.Azure.Commands.Network.Models", + "Name": "Microsoft.Azure.Commands.Network.Models.PSVHubRouteTable", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVHubRouteTable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "Routes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVHubRoute]", + "Labels": "System.Collections.Generic.List`1[System.String]", + "AssociatedConnections": "System.Collections.Generic.List`1[System.String]", + "PropagatingConnections": "System.Collections.Generic.List`1[System.String]", + "ProvisioningState": "System.String", + "RoutesText": "System.String", + "AssociatedConnectionsText": "System.String", + "PropagatingConnectionsText": "System.String", + "Name": "System.String", + "Etag": "System.String", + "Id": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] + }, + "ParameterSets": [ + "__AllParameterSets" + ] + } + ], + "Parameters": [ + { + "Name": "ResourceGroupName", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "HubName", + "AliasList": [ + "VirtualHubName", + "ParentVirtualHubName", + "ParentResourceName" + ], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "VirtualHub", + "AliasList": [ + "ParentObject", + "ParentVirtualHub" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Network.Models", + "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "VirtualWan": "Microsoft.Azure.Commands.Network.Models.PSResourceId", + "VpnGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", + "P2SVpnGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", + "ExpressRouteGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", + "SecurityPartnerProvider": "Microsoft.Azure.Commands.Network.Models.PSResourceId", + "AzureFirewall": "Microsoft.Azure.Commands.Network.Models.PSResourceId", + "RouteTable": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRouteTable", + "VirtualNetworkConnections": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSHubVirtualNetworkConnection]", + "RouteTables": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVirtualHubRouteTable]", + "Tag": "System.Collections.Hashtable", + "Name": "System.String", + "TagsTable": "System.String", + "Type": "System.String", + "ResourceGuid": "System.String", + "ProvisioningState": "System.String", + "ResourceGroupName": "System.String", + "RoutingState": "System.String", + "Sku": "System.String", + "Etag": "System.String", + "AddressPrefix": "System.String", + "Location": "System.String", + "Id": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ParentResourceId", + "AliasList": [ + "VirtualHubId", + "ParentVirtualHubId" + ], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "Name", + "AliasList": [ + "ResourceName", + "VirtualHubRouteTableName" + ], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + } + ], + "ParameterSets": [ + { + "Name": "ByVirtualHubName", + "Parameters": [ { "ParameterMetadata": { "Name": "ResourceGroupName", @@ -108002,10 +123797,11 @@ }, { "ParameterMetadata": { - "Name": "Name", + "Name": "HubName", "AliasList": [ - "ResourceName", - "P2SVpnGatewayName" + "VirtualHubName", + "ParentVirtualHubName", + "ParentResourceName" ], "Type": { "Namespace": "System", @@ -108020,30 +123816,6 @@ "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": true, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "VpnGatewayScaleUnit", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.UInt32", - "AssemblyQualifiedName": "System.UInt32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -108053,60 +123825,15 @@ }, { "ParameterMetadata": { - "Name": "VpnClientAddressPool", - "AliasList": [], + "Name": "Name", + "AliasList": [ + "ResourceName", + "VirtualHubRouteTableName" + ], "Type": { "Namespace": "System", - "Name": "System.String[]", - "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": "System.String", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": true, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "Tag", - "AliasList": [], - "Type": { - "Namespace": "System.Collections", - "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "AsJob", - "AliasList": [], - "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -108116,7 +123843,7 @@ "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false + "ValidateNotNullOrEmpty": true }, "Mandatory": false, "Position": -2147483648, @@ -108165,16 +123892,19 @@ ] }, { - "Name": "ByVirtualHubObjectByVpnServerConfigurationResourceId", + "Name": "ByVirtualHubObject", "Parameters": [ { "ParameterMetadata": { "Name": "VirtualHub", - "AliasList": [], + "AliasList": [ + "ParentObject", + "ParentVirtualHub" + ], "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "VirtualWan": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "VpnGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -108192,6 +123922,7 @@ "ResourceGuid": "System.String", "ProvisioningState": "System.String", "ResourceGroupName": "System.String", + "RoutingState": "System.String", "Sku": "System.String", "Etag": "System.String", "AddressPrefix": "System.String", @@ -108247,32 +123978,11 @@ }, { "ParameterMetadata": { - "Name": "VpnServerConfigurationId", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": true, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "ResourceGroupName", - "AliasList": [], + "Name": "Name", + "AliasList": [ + "ResourceName", + "VirtualHubRouteTableName" + ], "Type": { "Namespace": "System", "Name": "System.String", @@ -108288,46 +123998,66 @@ "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, - "Mandatory": true, + "Mandatory": false, "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "Name", + "Name": "DefaultProfile", "AliasList": [ - "ResourceName", - "P2SVpnGatewayName" + "AzContext", + "AzureRmContext", + "AzureCredential" ], "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + }, "ElementType": null, "GenericTypeArguments": [], - "Methods": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], "Constructors": [] }, "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true + "ValidateNotNullOrEmpty": false }, - "Mandatory": true, + "Mandatory": false, "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false - }, + } + ] + }, + { + "Name": "ByVirtualHubResourceId", + "Parameters": [ { "ParameterMetadata": { - "Name": "VpnGatewayScaleUnit", - "AliasList": [], + "Name": "ParentResourceId", + "AliasList": [ + "VirtualHubId", + "ParentVirtualHubId" + ], "Type": { "Namespace": "System", - "Name": "System.UInt32", - "AssemblyQualifiedName": "System.UInt32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -108342,18 +124072,21 @@ "Mandatory": true, "Position": -2147483648, "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false + "ValueFromPipelineByPropertyName": true }, { "ParameterMetadata": { - "Name": "VpnClientAddressPool", - "AliasList": [], + "Name": "Name", + "AliasList": [ + "ResourceName", + "VirtualHubRouteTableName" + ], "Type": { "Namespace": "System", - "Name": "System.String[]", - "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, - "ElementType": "System.String", + "ElementType": null, "GenericTypeArguments": [], "Methods": [], "Constructors": [] @@ -108363,23 +124096,38 @@ "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, - "Mandatory": true, + "Mandatory": false, "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "Tag", - "AliasList": [], + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], "Type": { - "Namespace": "System.Collections", - "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", - "Properties": {}, + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + }, "ElementType": null, "GenericTypeArguments": [], - "Methods": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], "Constructors": [] }, "ValidateSet": [], @@ -108391,15 +124139,23 @@ "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false - }, + } + ] + }, + { + "Name": "__AllParameterSets", + "Parameters": [ { "ParameterMetadata": { - "Name": "AsJob", - "AliasList": [], + "Name": "Name", + "AliasList": [ + "ResourceName", + "VirtualHubRouteTableName" + ], "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -108409,7 +124165,7 @@ "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false + "ValidateNotNullOrEmpty": true }, "Mandatory": false, "Position": -2147483648, @@ -108456,13 +124212,188 @@ "ValueFromPipelineByPropertyName": false } ] + } + ], + "AliasList": [] + }, + { + "VerbName": "New", + "NounName": "AzRoutingConfiguration", + "Name": "New-AzRoutingConfiguration", + "ClassName": "Microsoft.Azure.Commands.Network.NewAzureRmRoutingConfigurationCommand", + "SupportsShouldProcess": false, + "ConfirmImpact": 2, + "SupportsPaging": false, + "DefaultParameterSetName": "__AllParameterSets", + "OutputTypes": [ + { + "Type": { + "Namespace": "Microsoft.Azure.Commands.Network.Models", + "Name": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "PropagatedRouteTables": "Microsoft.Azure.Commands.Network.Models.PSPropagatedRouteTable", + "AssociatedRouteTable": "Microsoft.Azure.Commands.Network.Models.PSResourceId", + "VnetRoutes": "Microsoft.Azure.Commands.Network.Models.PSVnetRoute", + "PropagatedRouteTablesText": "System.String", + "VnetRoutesText": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] + }, + "ParameterSets": [ + "__AllParameterSets" + ] + } + ], + "Parameters": [ + { + "Name": "AssociatedRouteTable", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false }, { - "Name": "ByVirtualHubResourceIdByVpnServerConfigurationObject", + "Name": "Label", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String[]", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": "System.String", + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "Id", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String[]", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": "System.String", + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "StaticRoute", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Network.Models", + "Name": "Microsoft.Azure.Commands.Network.Models.PSStaticRoute[]", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSStaticRoute[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": {}, + "ElementType": "Microsoft.Azure.Commands.Network.Models.PSStaticRoute", + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + } + ], + "ParameterSets": [ + { + "Name": "__AllParameterSets", "Parameters": [ { "ParameterMetadata": { - "Name": "VirtualHubId", + "Name": "AssociatedRouteTable", "AliasList": [], "Type": { "Namespace": "System", @@ -108482,105 +124413,42 @@ "Mandatory": true, "Position": -2147483648, "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true + "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "VpnServerConfiguration", + "Name": "Label", "AliasList": [], "Type": { - "Namespace": "Microsoft.Azure.Commands.Network.Models", - "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnServerConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnServerConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", - "Properties": { - "AadAuthenticationParameters": "Microsoft.Azure.Commands.Network.Models.PSAadAuthenticationParameters", - "VpnClientRevokedCertificates": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSClientCertificate]", - "RadiusClientRootCertificates": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSClientCertificate]", - "VpnClientRootCertificates": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSClientRootCertificate]", - "RadiusServerRootCertificates": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSClientRootCertificate]", - "VpnClientIpsecPolicies": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy]", - "RadiusServers": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSRadiusServer]", - "P2SVpnGateways": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", - "VpnProtocols": "System.Collections.Generic.List`1[System.String]", - "VpnAuthenticationTypes": "System.Collections.Generic.List`1[System.String]", - "Tag": "System.Collections.Hashtable", - "P2SVpnGatewaysText": "System.String", - "Name": "System.String", - "Type": "System.String", - "ResourceGuid": "System.String", - "Location": "System.String", - "ResourceGroupName": "System.String", - "TagsTable": "System.String", - "AadAuthenticationParametersText": "System.String", - "VpnClientRevokedCertificatesText": "System.String", - "RadiusClientRootCertificatesText": "System.String", - "RadiusServerRootCertificatesText": "System.String", - "RadiusServersText": "System.String", - "Etag": "System.String", - "VpnClientRootCertificatesText": "System.String", - "ProvisioningState": "System.String", - "RadiusServerSecret": "System.String", - "RadiusServerAddress": "System.String", - "VpnClientIpsecPoliciesText": "System.String", - "Id": "System.String" - }, - "ElementType": null, + "Namespace": "System", + "Name": "System.String[]", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": "System.String", "GenericTypeArguments": [], - "Methods": [ - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [ - { - "Name": "", - "ReturnType": null, - "Parameters": [] - } - ] + "Methods": [], + "Constructors": [] }, "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, - "Mandatory": false, + "Mandatory": true, "Position": -2147483648, - "ValueFromPipeline": true, + "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "ResourceGroupName", + "Name": "Id", "AliasList": [], "Type": { "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Name": "System.String[]", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, - "ElementType": null, + "ElementType": "System.String", "GenericTypeArguments": [], "Methods": [], "Constructors": [] @@ -108588,7 +124456,7 @@ "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true + "ValidateNotNullOrEmpty": false }, "Mandatory": true, "Position": -2147483648, @@ -108597,17 +124465,14 @@ }, { "ParameterMetadata": { - "Name": "Name", - "AliasList": [ - "ResourceName", - "P2SVpnGatewayName" - ], + "Name": "StaticRoute", + "AliasList": [], "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Namespace": "Microsoft.Azure.Commands.Network.Models", + "Name": "Microsoft.Azure.Commands.Network.Models.PSStaticRoute[]", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSStaticRoute[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, - "ElementType": null, + "ElementType": "Microsoft.Azure.Commands.Network.Models.PSStaticRoute", "GenericTypeArguments": [], "Methods": [], "Constructors": [] @@ -108615,25 +124480,40 @@ "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true + "ValidateNotNullOrEmpty": false }, - "Mandatory": true, + "Mandatory": false, "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "VpnGatewayScaleUnit", - "AliasList": [], + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], "Type": { - "Namespace": "System", - "Name": "System.UInt32", - "AssemblyQualifiedName": "System.UInt32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + }, "ElementType": null, "GenericTypeArguments": [], - "Methods": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], "Constructors": [] }, "ValidateSet": [], @@ -108641,21 +124521,181 @@ "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, - "Mandatory": true, + "Mandatory": false, "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false + } + ] + } + ], + "AliasList": [] + }, + { + "VerbName": "New", + "NounName": "AzStaticRoute", + "Name": "New-AzStaticRoute", + "ClassName": "Microsoft.Azure.Commands.Network.NewAzureRmStaticRouteCommand", + "SupportsShouldProcess": false, + "ConfirmImpact": 2, + "SupportsPaging": false, + "DefaultParameterSetName": "__AllParameterSets", + "OutputTypes": [ + { + "Type": { + "Namespace": "Microsoft.Azure.Commands.Network.Models", + "Name": "Microsoft.Azure.Commands.Network.Models.PSStaticRoute", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSStaticRoute, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "AddressPrefixes": "System.Collections.Generic.List`1[System.String]", + "Name": "System.String", + "NextHopIpAddress": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] + }, + "ParameterSets": [ + "__AllParameterSets" + ] + } + ], + "Parameters": [ + { + "Name": "Name", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "AddressPrefix", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String[]", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": "System.String", + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "NextHopIpAddress", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + } + ], + "ParameterSets": [ + { + "Name": "__AllParameterSets", + "Parameters": [ { "ParameterMetadata": { - "Name": "VpnClientAddressPool", + "Name": "Name", "AliasList": [], "Type": { "Namespace": "System", - "Name": "System.String[]", - "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, - "ElementType": "System.String", + "ElementType": null, "GenericTypeArguments": [], "Methods": [], "Constructors": [] @@ -108663,7 +124703,7 @@ "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true + "ValidateNotNullOrEmpty": false }, "Mandatory": true, "Position": -2147483648, @@ -108672,14 +124712,14 @@ }, { "ParameterMetadata": { - "Name": "Tag", + "Name": "AddressPrefix", "AliasList": [], "Type": { - "Namespace": "System.Collections", - "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "Namespace": "System", + "Name": "System.String[]", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, - "ElementType": null, + "ElementType": "System.String", "GenericTypeArguments": [], "Methods": [], "Constructors": [] @@ -108689,19 +124729,19 @@ "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, - "Mandatory": false, + "Mandatory": true, "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "AsJob", + "Name": "NextHopIpAddress", "AliasList": [], "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -108713,7 +124753,7 @@ "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, - "Mandatory": false, + "Mandatory": true, "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false @@ -108758,44 +124798,213 @@ "ValueFromPipelineByPropertyName": false } ] - }, + } + ], + "AliasList": [] + }, + { + "VerbName": "New", + "NounName": "AzVHubRoute", + "Name": "New-AzVHubRoute", + "ClassName": "Microsoft.Azure.Commands.Network.NewAzureRmVHubRouteCommand", + "SupportsShouldProcess": false, + "ConfirmImpact": 2, + "SupportsPaging": false, + "DefaultParameterSetName": "__AllParameterSets", + "OutputTypes": [ { - "Name": "ByVirtualHubResourceIdByVpnServerConfigurationResourceId", - "Parameters": [ - { - "ParameterMetadata": { - "Name": "VirtualHubId", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false + "Type": { + "Namespace": "Microsoft.Azure.Commands.Network.Models", + "Name": "Microsoft.Azure.Commands.Network.Models.PSVHubRoute", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVHubRoute, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "Destinations": "System.Collections.Generic.List`1[System.String]", + "Name": "System.String", + "DestinationType": "System.String", + "NextHopType": "System.String", + "NextHop": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" }, - "Mandatory": true, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] + }, + "ParameterSets": [ + "__AllParameterSets" + ] + } + ], + "Parameters": [ + { + "Name": "Destination", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String[]", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": "System.String", + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "DestinationType", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "NextHop", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "Name", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "NextHopType", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + } + ], + "ParameterSets": [ + { + "Name": "__AllParameterSets", + "Parameters": [ { "ParameterMetadata": { - "Name": "VpnServerConfigurationId", + "Name": "Destination", "AliasList": [], "Type": { "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Name": "System.String[]", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, - "ElementType": null, + "ElementType": "System.String", "GenericTypeArguments": [], "Methods": [], "Constructors": [] @@ -108803,16 +125012,16 @@ "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false + "ValidateNotNullOrEmpty": true }, "Mandatory": true, "Position": -2147483648, "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true + "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "ResourceGroupName", + "Name": "DestinationType", "AliasList": [], "Type": { "Namespace": "System", @@ -108836,11 +125045,8 @@ }, { "ParameterMetadata": { - "Name": "Name", - "AliasList": [ - "ResourceName", - "P2SVpnGatewayName" - ], + "Name": "NextHop", + "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", @@ -108863,12 +125069,12 @@ }, { "ParameterMetadata": { - "Name": "VpnGatewayScaleUnit", + "Name": "Name", "AliasList": [], "Type": { "Namespace": "System", - "Name": "System.UInt32", - "AssemblyQualifiedName": "System.UInt32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -108878,7 +125084,7 @@ "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false + "ValidateNotNullOrEmpty": true }, "Mandatory": true, "Position": -2147483648, @@ -108887,14 +125093,14 @@ }, { "ParameterMetadata": { - "Name": "VpnClientAddressPool", + "Name": "NextHopType", "AliasList": [], "Type": { "Namespace": "System", - "Name": "System.String[]", - "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, - "ElementType": "System.String", + "ElementType": null, "GenericTypeArguments": [], "Methods": [], "Constructors": [] @@ -108909,54 +125115,6 @@ "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, - { - "ParameterMetadata": { - "Name": "Tag", - "AliasList": [], - "Type": { - "Namespace": "System.Collections", - "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "AsJob", - "AliasList": [], - "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, { "ParameterMetadata": { "Name": "DefaultProfile", @@ -109002,25 +125160,69 @@ "AliasList": [] }, { - "VerbName": "Remove", - "NounName": "AzP2sVpnGateway", - "Name": "Remove-AzP2sVpnGateway", - "ClassName": "Microsoft.Azure.Commands.Network.RemoveAzureRmP2SVpnGatewayCommand", + "VerbName": "New", + "NounName": "AzVHubRouteTable", + "Name": "New-AzVHubRouteTable", + "ClassName": "Microsoft.Azure.Commands.Network.NewAzureRmVHubRouteTableCommand", "SupportsShouldProcess": true, "ConfirmImpact": 2, "SupportsPaging": false, - "DefaultParameterSetName": "ByP2SVpnGatewayName", + "DefaultParameterSetName": "ByVirtualHubName", "OutputTypes": [ { "Type": { - "Namespace": "System", - "Name": "System.Boolean", - "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, + "Namespace": "Microsoft.Azure.Commands.Network.Models", + "Name": "Microsoft.Azure.Commands.Network.Models.PSVHubRouteTable", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVHubRouteTable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "Routes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVHubRoute]", + "Labels": "System.Collections.Generic.List`1[System.String]", + "AssociatedConnections": "System.Collections.Generic.List`1[System.String]", + "PropagatingConnections": "System.Collections.Generic.List`1[System.String]", + "ProvisioningState": "System.String", + "RoutesText": "System.String", + "AssociatedConnectionsText": "System.String", + "PropagatingConnectionsText": "System.String", + "Name": "System.String", + "Etag": "System.String", + "Id": "System.String" + }, "ElementType": null, "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] }, "ParameterSets": [ "__AllParameterSets" @@ -109047,10 +125249,10 @@ "ValidateNotNullOrEmpty": true }, { - "Name": "Name", + "Name": "ParentResourceName", "AliasList": [ - "ResourceName", - "P2SVpnGatewayName" + "VirtualHubName", + "ParentVirtualHubName" ], "Type": { "Namespace": "System", @@ -109065,34 +125267,39 @@ "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true + "ValidateNotNullOrEmpty": false }, { - "Name": "InputObject", + "Name": "ParentObject", "AliasList": [ - "P2SVpnGateway" + "VirtualHub", + "ParentVirtualHub" ], "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", - "Name": "Microsoft.Azure.Commands.Network.Models.PSP2SVpnGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSP2SVpnGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { - "VirtualHub": "Microsoft.Azure.Commands.Network.Models.PSResourceId", - "VpnServerConfiguration": "Microsoft.Azure.Commands.Network.Models.PSResourceId", - "VpnClientConnectionHealth": "Microsoft.Azure.Commands.Network.Models.PSVpnClientConnectionHealth", - "P2SConnectionConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSP2SConnectionConfiguration]", + "VirtualWan": "Microsoft.Azure.Commands.Network.Models.PSResourceId", + "VpnGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", + "P2SVpnGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", + "ExpressRouteGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", + "SecurityPartnerProvider": "Microsoft.Azure.Commands.Network.Models.PSResourceId", + "AzureFirewall": "Microsoft.Azure.Commands.Network.Models.PSResourceId", + "RouteTable": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRouteTable", + "VirtualNetworkConnections": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSHubVirtualNetworkConnection]", + "RouteTables": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVirtualHubRouteTable]", "Tag": "System.Collections.Hashtable", - "VpnGatewayScaleUnit": "System.Int32", "Name": "System.String", "TagsTable": "System.String", "Type": "System.String", "ResourceGuid": "System.String", - "P2SConnectionConfigurationsText": "System.String", + "ProvisioningState": "System.String", "ResourceGroupName": "System.String", + "RoutingState": "System.String", + "Sku": "System.String", "Etag": "System.String", - "VpnClientConnectionHealthText": "System.String", - "ProvisioningState": "System.String", - "VpnServerConfigurationLocation": "System.String", + "AddressPrefix": "System.String", "Location": "System.String", "Id": "System.String" }, @@ -109136,12 +125343,13 @@ "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true + "ValidateNotNullOrEmpty": false }, { - "Name": "ResourceId", + "Name": "ParentResourceId", "AliasList": [ - "p2sVpnGatewayId" + "VirtualHubId", + "ParentVirtualHubId" ], "Type": { "Namespace": "System", @@ -109156,15 +125364,19 @@ "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true + "ValidateNotNullOrEmpty": false }, { - "Name": "PassThru", - "AliasList": [], + "Name": "Name", + "AliasList": [ + "ResourceName", + "VHubRouteTableName", + "RouteTableName" + ], "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -109177,7 +125389,43 @@ "ValidateNotNullOrEmpty": false }, { - "Name": "Force", + "Name": "Route", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Network.Models", + "Name": "Microsoft.Azure.Commands.Network.Models.PSVHubRoute[]", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVHubRoute[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": {}, + "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVHubRoute", + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "Label", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String[]", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": "System.String", + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "AsJob", "AliasList": [], "Type": { "Namespace": "System.Management.Automation", @@ -109230,7 +125478,7 @@ ], "ParameterSets": [ { - "Name": "ByP2SVpnGatewayName", + "Name": "ByVirtualHubName", "Parameters": [ { "ParameterMetadata": { @@ -109256,12 +125504,40 @@ "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, + { + "ParameterMetadata": { + "Name": "ParentResourceName", + "AliasList": [ + "VirtualHubName", + "ParentVirtualHubName" + ], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, { "ParameterMetadata": { "Name": "Name", "AliasList": [ "ResourceName", - "P2SVpnGatewayName" + "VHubRouteTableName", + "RouteTableName" ], "Type": { "Namespace": "System", @@ -109276,7 +125552,7 @@ "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true + "ValidateNotNullOrEmpty": false }, "Mandatory": true, "Position": -2147483648, @@ -109285,14 +125561,14 @@ }, { "ParameterMetadata": { - "Name": "PassThru", + "Name": "Route", "AliasList": [], "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Namespace": "Microsoft.Azure.Commands.Network.Models", + "Name": "Microsoft.Azure.Commands.Network.Models.PSVHubRoute[]", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVHubRoute[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, - "ElementType": null, + "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVHubRoute", "GenericTypeArguments": [], "Methods": [], "Constructors": [] @@ -109302,14 +125578,38 @@ "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, - "Mandatory": false, + "Mandatory": true, "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "Force", + "Name": "Label", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String[]", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": "System.String", + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "AsJob", "AliasList": [], "Type": { "Namespace": "System.Management.Automation", @@ -109373,35 +125673,40 @@ ] }, { - "Name": "ByP2SVpnGatewayObject", + "Name": "ByVirtualHubObject", "Parameters": [ { "ParameterMetadata": { - "Name": "InputObject", + "Name": "ParentObject", "AliasList": [ - "P2SVpnGateway" + "VirtualHub", + "ParentVirtualHub" ], "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", - "Name": "Microsoft.Azure.Commands.Network.Models.PSP2SVpnGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSP2SVpnGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { - "VirtualHub": "Microsoft.Azure.Commands.Network.Models.PSResourceId", - "VpnServerConfiguration": "Microsoft.Azure.Commands.Network.Models.PSResourceId", - "VpnClientConnectionHealth": "Microsoft.Azure.Commands.Network.Models.PSVpnClientConnectionHealth", - "P2SConnectionConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSP2SConnectionConfiguration]", + "VirtualWan": "Microsoft.Azure.Commands.Network.Models.PSResourceId", + "VpnGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", + "P2SVpnGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", + "ExpressRouteGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", + "SecurityPartnerProvider": "Microsoft.Azure.Commands.Network.Models.PSResourceId", + "AzureFirewall": "Microsoft.Azure.Commands.Network.Models.PSResourceId", + "RouteTable": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRouteTable", + "VirtualNetworkConnections": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSHubVirtualNetworkConnection]", + "RouteTables": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVirtualHubRouteTable]", "Tag": "System.Collections.Hashtable", - "VpnGatewayScaleUnit": "System.Int32", "Name": "System.String", "TagsTable": "System.String", "Type": "System.String", "ResourceGuid": "System.String", - "P2SConnectionConfigurationsText": "System.String", + "ProvisioningState": "System.String", "ResourceGroupName": "System.String", + "RoutingState": "System.String", + "Sku": "System.String", "Etag": "System.String", - "VpnClientConnectionHealthText": "System.String", - "ProvisioningState": "System.String", - "VpnServerConfigurationLocation": "System.String", + "AddressPrefix": "System.String", "Location": "System.String", "Id": "System.String" }, @@ -109445,7 +125750,7 @@ "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true + "ValidateNotNullOrEmpty": false }, "Mandatory": true, "Position": -2147483648, @@ -109454,12 +125759,16 @@ }, { "ParameterMetadata": { - "Name": "PassThru", - "AliasList": [], + "Name": "Name", + "AliasList": [ + "ResourceName", + "VHubRouteTableName", + "RouteTableName" + ], "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -109471,14 +125780,62 @@ "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, - "Mandatory": false, + "Mandatory": true, "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "Force", + "Name": "Route", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Network.Models", + "Name": "Microsoft.Azure.Commands.Network.Models.PSVHubRoute[]", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVHubRoute[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": {}, + "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVHubRoute", + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Label", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String[]", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": "System.String", + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "AsJob", "AliasList": [], "Type": { "Namespace": "System.Management.Automation", @@ -109542,13 +125899,14 @@ ] }, { - "Name": "ByP2SVpnGatewayResourceId", + "Name": "ByVirtualHubResourceId", "Parameters": [ { "ParameterMetadata": { - "Name": "ResourceId", + "Name": "ParentResourceId", "AliasList": [ - "p2sVpnGatewayId" + "VirtualHubId", + "ParentVirtualHubId" ], "Type": { "Namespace": "System", @@ -109563,7 +125921,7 @@ "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true + "ValidateNotNullOrEmpty": false }, "Mandatory": true, "Position": -2147483648, @@ -109572,12 +125930,16 @@ }, { "ParameterMetadata": { - "Name": "PassThru", - "AliasList": [], + "Name": "Name", + "AliasList": [ + "ResourceName", + "VHubRouteTableName", + "RouteTableName" + ], "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -109589,14 +125951,62 @@ "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, - "Mandatory": false, + "Mandatory": true, "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "Force", + "Name": "Route", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Network.Models", + "Name": "Microsoft.Azure.Commands.Network.Models.PSVHubRoute[]", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVHubRoute[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": {}, + "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVHubRoute", + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Label", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String[]", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": "System.String", + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "AsJob", "AliasList": [], "Type": { "Namespace": "System.Management.Automation", @@ -109664,12 +126074,16 @@ "Parameters": [ { "ParameterMetadata": { - "Name": "PassThru", - "AliasList": [], + "Name": "Name", + "AliasList": [ + "ResourceName", + "VHubRouteTableName", + "RouteTableName" + ], "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -109681,14 +126095,62 @@ "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, - "Mandatory": false, + "Mandatory": true, "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "Force", + "Name": "Route", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Network.Models", + "Name": "Microsoft.Azure.Commands.Network.Models.PSVHubRoute[]", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVHubRoute[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": {}, + "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVHubRoute", + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Label", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String[]", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": "System.String", + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "AsJob", "AliasList": [], "Type": { "Namespace": "System.Management.Automation", @@ -109755,76 +126217,25 @@ "AliasList": [] }, { - "VerbName": "Update", - "NounName": "AzP2sVpnGateway", - "Name": "Update-AzP2sVpnGateway", - "ClassName": "Microsoft.Azure.Commands.Network.UpdateAzureRmP2SVpnGatewayCommand", + "VerbName": "Remove", + "NounName": "AzVHubRouteTable", + "Name": "Remove-AzVHubRouteTable", + "ClassName": "Microsoft.Azure.Commands.Network.RemoveAzureRmVHubRouteTableCommand", "SupportsShouldProcess": true, "ConfirmImpact": 2, "SupportsPaging": false, - "DefaultParameterSetName": "ByP2SVpnGatewayNameNoVpnServerConfigurationUpdate", + "DefaultParameterSetName": "ByVHubRouteTableName", "OutputTypes": [ { "Type": { - "Namespace": "Microsoft.Azure.Commands.Network.Models", - "Name": "Microsoft.Azure.Commands.Network.Models.PSP2SVpnGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSP2SVpnGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", - "Properties": { - "VirtualHub": "Microsoft.Azure.Commands.Network.Models.PSResourceId", - "VpnServerConfiguration": "Microsoft.Azure.Commands.Network.Models.PSResourceId", - "VpnClientConnectionHealth": "Microsoft.Azure.Commands.Network.Models.PSVpnClientConnectionHealth", - "P2SConnectionConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSP2SConnectionConfiguration]", - "Tag": "System.Collections.Hashtable", - "VpnGatewayScaleUnit": "System.Int32", - "Name": "System.String", - "TagsTable": "System.String", - "Type": "System.String", - "ResourceGuid": "System.String", - "P2SConnectionConfigurationsText": "System.String", - "ResourceGroupName": "System.String", - "Etag": "System.String", - "VpnClientConnectionHealthText": "System.String", - "ProvisioningState": "System.String", - "VpnServerConfigurationLocation": "System.String", - "Location": "System.String", - "Id": "System.String" - }, + "Namespace": "System", + "Name": "System.Boolean", + "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, "ElementType": null, "GenericTypeArguments": [], - "Methods": [ - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [ - { - "Name": "", - "ReturnType": null, - "Parameters": [] - } - ] + "Methods": [], + "Constructors": [] }, "ParameterSets": [ "__AllParameterSets" @@ -109850,12 +126261,33 @@ "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, + { + "Name": "ParentResourceName", + "AliasList": [ + "VirtualHubName", + "ParentVirtualHubName" + ], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, { "Name": "Name", "AliasList": [ "ResourceName", - "P2SVpnGatewayName", - "GatewayName" + "VHubRouteTableName", + "RouteTableName" ], "Type": { "Namespace": "System", @@ -109870,34 +126302,39 @@ "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true + "ValidateNotNullOrEmpty": false }, { - "Name": "InputObject", + "Name": "ParentObject", "AliasList": [ - "P2SVpnGateway" + "VirtualHub", + "ParentVirtualHub" ], "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", - "Name": "Microsoft.Azure.Commands.Network.Models.PSP2SVpnGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSP2SVpnGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { - "VirtualHub": "Microsoft.Azure.Commands.Network.Models.PSResourceId", - "VpnServerConfiguration": "Microsoft.Azure.Commands.Network.Models.PSResourceId", - "VpnClientConnectionHealth": "Microsoft.Azure.Commands.Network.Models.PSVpnClientConnectionHealth", - "P2SConnectionConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSP2SConnectionConfiguration]", + "VirtualWan": "Microsoft.Azure.Commands.Network.Models.PSResourceId", + "VpnGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", + "P2SVpnGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", + "ExpressRouteGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", + "SecurityPartnerProvider": "Microsoft.Azure.Commands.Network.Models.PSResourceId", + "AzureFirewall": "Microsoft.Azure.Commands.Network.Models.PSResourceId", + "RouteTable": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRouteTable", + "VirtualNetworkConnections": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSHubVirtualNetworkConnection]", + "RouteTables": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVirtualHubRouteTable]", "Tag": "System.Collections.Hashtable", - "VpnGatewayScaleUnit": "System.Int32", "Name": "System.String", "TagsTable": "System.String", "Type": "System.String", "ResourceGuid": "System.String", - "P2SConnectionConfigurationsText": "System.String", + "ProvisioningState": "System.String", "ResourceGroupName": "System.String", + "RoutingState": "System.String", + "Sku": "System.String", "Etag": "System.String", - "VpnClientConnectionHealthText": "System.String", - "ProvisioningState": "System.String", - "VpnServerConfigurationLocation": "System.String", + "AddressPrefix": "System.String", "Location": "System.String", "Id": "System.String" }, @@ -109941,81 +126378,29 @@ "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - { - "Name": "ResourceId", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - { - "Name": "VpnClientAddressPool", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.String[]", - "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": "System.String", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true + "ValidateNotNullOrEmpty": false }, { - "Name": "VpnServerConfiguration", - "AliasList": [], + "Name": "InputObject", + "AliasList": [ + "VHubRouteTable", + "RouteTable" + ], "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", - "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnServerConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnServerConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "Name": "Microsoft.Azure.Commands.Network.Models.PSVHubRouteTable", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVHubRouteTable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { - "AadAuthenticationParameters": "Microsoft.Azure.Commands.Network.Models.PSAadAuthenticationParameters", - "VpnClientRevokedCertificates": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSClientCertificate]", - "RadiusClientRootCertificates": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSClientCertificate]", - "VpnClientRootCertificates": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSClientRootCertificate]", - "RadiusServerRootCertificates": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSClientRootCertificate]", - "VpnClientIpsecPolicies": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy]", - "RadiusServers": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSRadiusServer]", - "P2SVpnGateways": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", - "VpnProtocols": "System.Collections.Generic.List`1[System.String]", - "VpnAuthenticationTypes": "System.Collections.Generic.List`1[System.String]", - "Tag": "System.Collections.Hashtable", - "P2SVpnGatewaysText": "System.String", + "Routes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVHubRoute]", + "Labels": "System.Collections.Generic.List`1[System.String]", + "AssociatedConnections": "System.Collections.Generic.List`1[System.String]", + "PropagatingConnections": "System.Collections.Generic.List`1[System.String]", + "ProvisioningState": "System.String", + "RoutesText": "System.String", + "AssociatedConnectionsText": "System.String", + "PropagatingConnectionsText": "System.String", "Name": "System.String", - "Type": "System.String", - "ResourceGuid": "System.String", - "Location": "System.String", - "ResourceGroupName": "System.String", - "TagsTable": "System.String", - "AadAuthenticationParametersText": "System.String", - "VpnClientRevokedCertificatesText": "System.String", - "RadiusClientRootCertificatesText": "System.String", - "RadiusServerRootCertificatesText": "System.String", - "RadiusServersText": "System.String", "Etag": "System.String", - "VpnClientRootCertificatesText": "System.String", - "ProvisioningState": "System.String", - "RadiusServerSecret": "System.String", - "RadiusServerAddress": "System.String", - "VpnClientIpsecPoliciesText": "System.String", "Id": "System.String" }, "ElementType": null, @@ -110061,8 +126446,11 @@ "ValidateNotNullOrEmpty": false }, { - "Name": "VpnServerConfigurationId", - "AliasList": [], + "Name": "ResourceId", + "AliasList": [ + "VHubRouteTableId", + "RouteTableId" + ], "Type": { "Namespace": "System", "Name": "System.String", @@ -110079,12 +126467,12 @@ "ValidateNotNullOrEmpty": false }, { - "Name": "VpnGatewayScaleUnit", + "Name": "AsJob", "AliasList": [], "Type": { - "Namespace": "System", - "Name": "System.UInt32", - "AssemblyQualifiedName": "System.UInt32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -110097,12 +126485,12 @@ "ValidateNotNullOrEmpty": false }, { - "Name": "Tag", + "Name": "Force", "AliasList": [], "Type": { - "Namespace": "System.Collections", - "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -110115,7 +126503,7 @@ "ValidateNotNullOrEmpty": false }, { - "Name": "AsJob", + "Name": "PassThru", "AliasList": [], "Type": { "Namespace": "System.Management.Automation", @@ -110168,199 +126556,7 @@ ], "ParameterSets": [ { - "Name": "ByP2SVpnGatewayNameNoVpnServerConfigurationUpdate", - "Parameters": [ - { - "ParameterMetadata": { - "Name": "ResourceGroupName", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": true, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "Name", - "AliasList": [ - "ResourceName", - "P2SVpnGatewayName", - "GatewayName" - ], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": true, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "VpnClientAddressPool", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.String[]", - "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": "System.String", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "VpnGatewayScaleUnit", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.UInt32", - "AssemblyQualifiedName": "System.UInt32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "Tag", - "AliasList": [], - "Type": { - "Namespace": "System.Collections", - "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "AsJob", - "AliasList": [], - "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "DefaultProfile", - "AliasList": [ - "AzContext", - "AzureRmContext", - "AzureCredential" - ], - "Type": { - "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", - "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", - "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", - "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", - "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "Clear", - "Parameters": [], - "ReturnType": "System.Void" - } - ], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - } - ] - }, - { - "Name": "ByP2SVpnGatewayNameByVpnServerConfigurationObject", + "Name": "ByVHubRouteTableName", "Parameters": [ { "ParameterMetadata": { @@ -110368,149 +126564,65 @@ "AliasList": [], "Type": { "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": true, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "Name", - "AliasList": [ - "ResourceName", - "P2SVpnGatewayName", - "GatewayName" - ], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": true, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "VpnServerConfiguration", - "AliasList": [], - "Type": { - "Namespace": "Microsoft.Azure.Commands.Network.Models", - "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnServerConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnServerConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", - "Properties": { - "AadAuthenticationParameters": "Microsoft.Azure.Commands.Network.Models.PSAadAuthenticationParameters", - "VpnClientRevokedCertificates": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSClientCertificate]", - "RadiusClientRootCertificates": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSClientCertificate]", - "VpnClientRootCertificates": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSClientRootCertificate]", - "RadiusServerRootCertificates": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSClientRootCertificate]", - "VpnClientIpsecPolicies": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy]", - "RadiusServers": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSRadiusServer]", - "P2SVpnGateways": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", - "VpnProtocols": "System.Collections.Generic.List`1[System.String]", - "VpnAuthenticationTypes": "System.Collections.Generic.List`1[System.String]", - "Tag": "System.Collections.Hashtable", - "P2SVpnGatewaysText": "System.String", - "Name": "System.String", - "Type": "System.String", - "ResourceGuid": "System.String", - "Location": "System.String", - "ResourceGroupName": "System.String", - "TagsTable": "System.String", - "AadAuthenticationParametersText": "System.String", - "VpnClientRevokedCertificatesText": "System.String", - "RadiusClientRootCertificatesText": "System.String", - "RadiusServerRootCertificatesText": "System.String", - "RadiusServersText": "System.String", - "Etag": "System.String", - "VpnClientRootCertificatesText": "System.String", - "ProvisioningState": "System.String", - "RadiusServerSecret": "System.String", - "RadiusServerAddress": "System.String", - "VpnClientIpsecPoliciesText": "System.String", - "Id": "System.String" - }, + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, "ElementType": null, "GenericTypeArguments": [], - "Methods": [ - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [ - { - "Name": "", - "ReturnType": null, - "Parameters": [] - } - ] + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ParentResourceName", + "AliasList": [ + "VirtualHubName", + "ParentVirtualHubName" + ], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] }, "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, - "Mandatory": false, + "Mandatory": true, "Position": -2147483648, - "ValueFromPipeline": true, + "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "VpnClientAddressPool", - "AliasList": [], + "Name": "Name", + "AliasList": [ + "ResourceName", + "VHubRouteTableName", + "RouteTableName" + ], "Type": { "Namespace": "System", - "Name": "System.String[]", - "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, - "ElementType": "System.String", + "ElementType": null, "GenericTypeArguments": [], "Methods": [], "Constructors": [] @@ -110518,21 +126630,21 @@ "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true + "ValidateNotNullOrEmpty": false }, - "Mandatory": false, + "Mandatory": true, "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "VpnGatewayScaleUnit", + "Name": "AsJob", "AliasList": [], "Type": { - "Namespace": "System", - "Name": "System.UInt32", - "AssemblyQualifiedName": "System.UInt32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -110551,12 +126663,12 @@ }, { "ParameterMetadata": { - "Name": "Tag", + "Name": "Force", "AliasList": [], "Type": { - "Namespace": "System.Collections", - "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -110575,7 +126687,7 @@ }, { "ParameterMetadata": { - "Name": "AsJob", + "Name": "PassThru", "AliasList": [], "Type": { "Namespace": "System.Management.Automation", @@ -110639,39 +126751,15 @@ ] }, { - "Name": "ByP2SVpnGatewayNameByVpnServerConfigurationResourceId", + "Name": "ByVirtualHubObject", "Parameters": [ - { - "ParameterMetadata": { - "Name": "ResourceGroupName", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": true, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, { "ParameterMetadata": { "Name": "Name", "AliasList": [ "ResourceName", - "P2SVpnGatewayName", - "GatewayName" + "VHubRouteTableName", + "RouteTableName" ], "Type": { "Namespace": "System", @@ -110686,7 +126774,7 @@ "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true + "ValidateNotNullOrEmpty": false }, "Mandatory": true, "Position": -2147483648, @@ -110695,17 +126783,75 @@ }, { "ParameterMetadata": { - "Name": "VpnServerConfigurationId", - "AliasList": [], + "Name": "ParentObject", + "AliasList": [ + "VirtualHub", + "ParentVirtualHub" + ], "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, + "Namespace": "Microsoft.Azure.Commands.Network.Models", + "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "VirtualWan": "Microsoft.Azure.Commands.Network.Models.PSResourceId", + "VpnGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", + "P2SVpnGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", + "ExpressRouteGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", + "SecurityPartnerProvider": "Microsoft.Azure.Commands.Network.Models.PSResourceId", + "AzureFirewall": "Microsoft.Azure.Commands.Network.Models.PSResourceId", + "RouteTable": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRouteTable", + "VirtualNetworkConnections": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSHubVirtualNetworkConnection]", + "RouteTables": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVirtualHubRouteTable]", + "Tag": "System.Collections.Hashtable", + "Name": "System.String", + "TagsTable": "System.String", + "Type": "System.String", + "ResourceGuid": "System.String", + "ProvisioningState": "System.String", + "ResourceGroupName": "System.String", + "RoutingState": "System.String", + "Sku": "System.String", + "Etag": "System.String", + "AddressPrefix": "System.String", + "Location": "System.String", + "Id": "System.String" + }, "ElementType": null, "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] }, "ValidateSet": [], "ValidateRangeMin": null, @@ -110715,40 +126861,16 @@ "Mandatory": true, "Position": -2147483648, "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "VpnClientAddressPool", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.String[]", - "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": "System.String", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "VpnGatewayScaleUnit", + "Name": "AsJob", "AliasList": [], "Type": { - "Namespace": "System", - "Name": "System.UInt32", - "AssemblyQualifiedName": "System.UInt32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -110767,12 +126889,12 @@ }, { "ParameterMetadata": { - "Name": "Tag", + "Name": "Force", "AliasList": [], "Type": { - "Namespace": "System.Collections", - "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -110791,7 +126913,7 @@ }, { "ParameterMetadata": { - "Name": "AsJob", + "Name": "PassThru", "AliasList": [], "Type": { "Namespace": "System.Management.Automation", @@ -110855,36 +126977,30 @@ ] }, { - "Name": "ByP2SVpnGatewayObjectNoVpnServerConfigurationUpdate", + "Name": "ByVHubRouteTableObject", "Parameters": [ { "ParameterMetadata": { "Name": "InputObject", "AliasList": [ - "P2SVpnGateway" + "VHubRouteTable", + "RouteTable" ], "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", - "Name": "Microsoft.Azure.Commands.Network.Models.PSP2SVpnGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSP2SVpnGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "Name": "Microsoft.Azure.Commands.Network.Models.PSVHubRouteTable", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVHubRouteTable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { - "VirtualHub": "Microsoft.Azure.Commands.Network.Models.PSResourceId", - "VpnServerConfiguration": "Microsoft.Azure.Commands.Network.Models.PSResourceId", - "VpnClientConnectionHealth": "Microsoft.Azure.Commands.Network.Models.PSVpnClientConnectionHealth", - "P2SConnectionConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSP2SConnectionConfiguration]", - "Tag": "System.Collections.Hashtable", - "VpnGatewayScaleUnit": "System.Int32", + "Routes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVHubRoute]", + "Labels": "System.Collections.Generic.List`1[System.String]", + "AssociatedConnections": "System.Collections.Generic.List`1[System.String]", + "PropagatingConnections": "System.Collections.Generic.List`1[System.String]", + "ProvisioningState": "System.String", + "RoutesText": "System.String", + "AssociatedConnectionsText": "System.String", + "PropagatingConnectionsText": "System.String", "Name": "System.String", - "TagsTable": "System.String", - "Type": "System.String", - "ResourceGuid": "System.String", - "P2SConnectionConfigurationsText": "System.String", - "ResourceGroupName": "System.String", "Etag": "System.String", - "VpnClientConnectionHealthText": "System.String", - "ProvisioningState": "System.String", - "VpnServerConfigurationLocation": "System.String", - "Location": "System.String", "Id": "System.String" }, "ElementType": null, @@ -110927,7 +127043,7 @@ "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true + "ValidateNotNullOrEmpty": false }, "Mandatory": true, "Position": -2147483648, @@ -110936,36 +127052,12 @@ }, { "ParameterMetadata": { - "Name": "VpnClientAddressPool", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.String[]", - "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": "System.String", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "VpnGatewayScaleUnit", + "Name": "AsJob", "AliasList": [], "Type": { - "Namespace": "System", - "Name": "System.UInt32", - "AssemblyQualifiedName": "System.UInt32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -110984,12 +127076,12 @@ }, { "ParameterMetadata": { - "Name": "Tag", + "Name": "Force", "AliasList": [], "Type": { - "Namespace": "System.Collections", - "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -111008,7 +127100,7 @@ }, { "ParameterMetadata": { - "Name": "AsJob", + "Name": "PassThru", "AliasList": [], "Type": { "Namespace": "System.Management.Automation", @@ -111072,161 +127164,72 @@ ] }, { - "Name": "ByP2SVpnGatewayObjectByVpnServerConfigurationObject", + "Name": "ByVHubRouteTableResourceId", "Parameters": [ { "ParameterMetadata": { - "Name": "InputObject", + "Name": "ResourceId", "AliasList": [ - "P2SVpnGateway" + "VHubRouteTableId", + "RouteTableId" ], "Type": { - "Namespace": "Microsoft.Azure.Commands.Network.Models", - "Name": "Microsoft.Azure.Commands.Network.Models.PSP2SVpnGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSP2SVpnGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", - "Properties": { - "VirtualHub": "Microsoft.Azure.Commands.Network.Models.PSResourceId", - "VpnServerConfiguration": "Microsoft.Azure.Commands.Network.Models.PSResourceId", - "VpnClientConnectionHealth": "Microsoft.Azure.Commands.Network.Models.PSVpnClientConnectionHealth", - "P2SConnectionConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSP2SConnectionConfiguration]", - "Tag": "System.Collections.Hashtable", - "VpnGatewayScaleUnit": "System.Int32", - "Name": "System.String", - "TagsTable": "System.String", - "Type": "System.String", - "ResourceGuid": "System.String", - "P2SConnectionConfigurationsText": "System.String", - "ResourceGroupName": "System.String", - "Etag": "System.String", - "VpnClientConnectionHealthText": "System.String", - "ProvisioningState": "System.String", - "VpnServerConfigurationLocation": "System.String", - "Location": "System.String", - "Id": "System.String" - }, + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, "ElementType": null, "GenericTypeArguments": [], - "Methods": [ - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [ - { - "Name": "", - "ReturnType": null, - "Parameters": [] - } - ] + "Methods": [], + "Constructors": [] }, "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true + "ValidateNotNullOrEmpty": false }, "Mandatory": true, "Position": -2147483648, - "ValueFromPipeline": true, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "AsJob", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "VpnServerConfiguration", + "Name": "Force", "AliasList": [], "Type": { - "Namespace": "Microsoft.Azure.Commands.Network.Models", - "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnServerConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnServerConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", - "Properties": { - "AadAuthenticationParameters": "Microsoft.Azure.Commands.Network.Models.PSAadAuthenticationParameters", - "VpnClientRevokedCertificates": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSClientCertificate]", - "RadiusClientRootCertificates": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSClientCertificate]", - "VpnClientRootCertificates": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSClientRootCertificate]", - "RadiusServerRootCertificates": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSClientRootCertificate]", - "VpnClientIpsecPolicies": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy]", - "RadiusServers": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSRadiusServer]", - "P2SVpnGateways": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", - "VpnProtocols": "System.Collections.Generic.List`1[System.String]", - "VpnAuthenticationTypes": "System.Collections.Generic.List`1[System.String]", - "Tag": "System.Collections.Hashtable", - "P2SVpnGatewaysText": "System.String", - "Name": "System.String", - "Type": "System.String", - "ResourceGuid": "System.String", - "Location": "System.String", - "ResourceGroupName": "System.String", - "TagsTable": "System.String", - "AadAuthenticationParametersText": "System.String", - "VpnClientRevokedCertificatesText": "System.String", - "RadiusClientRootCertificatesText": "System.String", - "RadiusServerRootCertificatesText": "System.String", - "RadiusServersText": "System.String", - "Etag": "System.String", - "VpnClientRootCertificatesText": "System.String", - "ProvisioningState": "System.String", - "RadiusServerSecret": "System.String", - "RadiusServerAddress": "System.String", - "VpnClientIpsecPoliciesText": "System.String", - "Id": "System.String" - }, + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, "ElementType": null, "GenericTypeArguments": [], - "Methods": [ - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [ - { - "Name": "", - "ReturnType": null, - "Parameters": [] - } - ] + "Methods": [], + "Constructors": [] }, "ValidateSet": [], "ValidateRangeMin": null, @@ -111235,19 +127238,19 @@ }, "Mandatory": false, "Position": -2147483648, - "ValueFromPipeline": true, + "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "VpnClientAddressPool", + "Name": "PassThru", "AliasList": [], "Type": { - "Namespace": "System", - "Name": "System.String[]", - "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, - "ElementType": "System.String", + "ElementType": null, "GenericTypeArguments": [], "Methods": [], "Constructors": [] @@ -111255,7 +127258,7 @@ "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true + "ValidateNotNullOrEmpty": false }, "Mandatory": false, "Position": -2147483648, @@ -111264,12 +127267,56 @@ }, { "ParameterMetadata": { - "Name": "VpnGatewayScaleUnit", + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "__AllParameterSets", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "AsJob", "AliasList": [], "Type": { - "Namespace": "System", - "Name": "System.UInt32", - "AssemblyQualifiedName": "System.UInt32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -111288,12 +127335,12 @@ }, { "ParameterMetadata": { - "Name": "Tag", + "Name": "Force", "AliasList": [], "Type": { - "Namespace": "System.Collections", - "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -111312,7 +127359,7 @@ }, { "ParameterMetadata": { - "Name": "AsJob", + "Name": "PassThru", "AliasList": [], "Type": { "Namespace": "System.Management.Automation", @@ -111374,76 +127421,409 @@ "ValueFromPipelineByPropertyName": false } ] + } + ], + "AliasList": [] + }, + { + "VerbName": "Update", + "NounName": "AzVHubRouteTable", + "Name": "Update-AzVHubRouteTable", + "ClassName": "Microsoft.Azure.Commands.Network.UpdateAzureRmVHubRouteTableCommand", + "SupportsShouldProcess": true, + "ConfirmImpact": 2, + "SupportsPaging": false, + "DefaultParameterSetName": "ByVHubRouteTableName", + "OutputTypes": [ + { + "Type": { + "Namespace": "Microsoft.Azure.Commands.Network.Models", + "Name": "Microsoft.Azure.Commands.Network.Models.PSVHubRouteTable", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVHubRouteTable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "Routes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVHubRoute]", + "Labels": "System.Collections.Generic.List`1[System.String]", + "AssociatedConnections": "System.Collections.Generic.List`1[System.String]", + "PropagatingConnections": "System.Collections.Generic.List`1[System.String]", + "ProvisioningState": "System.String", + "RoutesText": "System.String", + "AssociatedConnectionsText": "System.String", + "PropagatingConnectionsText": "System.String", + "Name": "System.String", + "Etag": "System.String", + "Id": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] + }, + "ParameterSets": [ + "__AllParameterSets" + ] + } + ], + "Parameters": [ + { + "Name": "ResourceGroupName", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true }, { - "Name": "ByP2SVpnGatewayObjectByVpnServerConfigurationResourceId", + "Name": "ParentResourceName", + "AliasList": [ + "VirtualHubName", + "ParentVirtualHubName" + ], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "Name", + "AliasList": [ + "ResourceName", + "VHubRouteTableName", + "RouteTableName" + ], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ParentObject", + "AliasList": [ + "VirtualHub", + "ParentVirtualHub" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Network.Models", + "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "VirtualWan": "Microsoft.Azure.Commands.Network.Models.PSResourceId", + "VpnGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", + "P2SVpnGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", + "ExpressRouteGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", + "SecurityPartnerProvider": "Microsoft.Azure.Commands.Network.Models.PSResourceId", + "AzureFirewall": "Microsoft.Azure.Commands.Network.Models.PSResourceId", + "RouteTable": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRouteTable", + "VirtualNetworkConnections": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSHubVirtualNetworkConnection]", + "RouteTables": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVirtualHubRouteTable]", + "Tag": "System.Collections.Hashtable", + "Name": "System.String", + "TagsTable": "System.String", + "Type": "System.String", + "ResourceGuid": "System.String", + "ProvisioningState": "System.String", + "ResourceGroupName": "System.String", + "RoutingState": "System.String", + "Sku": "System.String", + "Etag": "System.String", + "AddressPrefix": "System.String", + "Location": "System.String", + "Id": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "InputObject", + "AliasList": [ + "VHubRouteTable", + "RouteTable" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Network.Models", + "Name": "Microsoft.Azure.Commands.Network.Models.PSVHubRouteTable", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVHubRouteTable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "Routes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVHubRoute]", + "Labels": "System.Collections.Generic.List`1[System.String]", + "AssociatedConnections": "System.Collections.Generic.List`1[System.String]", + "PropagatingConnections": "System.Collections.Generic.List`1[System.String]", + "ProvisioningState": "System.String", + "RoutesText": "System.String", + "AssociatedConnectionsText": "System.String", + "PropagatingConnectionsText": "System.String", + "Name": "System.String", + "Etag": "System.String", + "Id": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ResourceId", + "AliasList": [ + "VHubRouteTableId", + "RouteTableId" + ], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "Route", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Network.Models", + "Name": "Microsoft.Azure.Commands.Network.Models.PSVHubRoute[]", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVHubRoute[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": {}, + "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVHubRoute", + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "Label", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String[]", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": "System.String", + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "AsJob", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + } + ], + "ParameterSets": [ + { + "Name": "ByVHubRouteTableName", "Parameters": [ { "ParameterMetadata": { - "Name": "InputObject", - "AliasList": [ - "P2SVpnGateway" - ], + "Name": "ResourceGroupName", + "AliasList": [], "Type": { - "Namespace": "Microsoft.Azure.Commands.Network.Models", - "Name": "Microsoft.Azure.Commands.Network.Models.PSP2SVpnGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSP2SVpnGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", - "Properties": { - "VirtualHub": "Microsoft.Azure.Commands.Network.Models.PSResourceId", - "VpnServerConfiguration": "Microsoft.Azure.Commands.Network.Models.PSResourceId", - "VpnClientConnectionHealth": "Microsoft.Azure.Commands.Network.Models.PSVpnClientConnectionHealth", - "P2SConnectionConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSP2SConnectionConfiguration]", - "Tag": "System.Collections.Hashtable", - "VpnGatewayScaleUnit": "System.Int32", - "Name": "System.String", - "TagsTable": "System.String", - "Type": "System.String", - "ResourceGuid": "System.String", - "P2SConnectionConfigurationsText": "System.String", - "ResourceGroupName": "System.String", - "Etag": "System.String", - "VpnClientConnectionHealthText": "System.String", - "ProvisioningState": "System.String", - "VpnServerConfigurationLocation": "System.String", - "Location": "System.String", - "Id": "System.String" - }, + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, "ElementType": null, "GenericTypeArguments": [], - "Methods": [ - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [ - { - "Name": "", - "ReturnType": null, - "Parameters": [] - } - ] + "Methods": [], + "Constructors": [] }, "ValidateSet": [], "ValidateRangeMin": null, @@ -111452,13 +127832,16 @@ }, "Mandatory": true, "Position": -2147483648, - "ValueFromPipeline": true, + "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "VpnServerConfigurationId", - "AliasList": [], + "Name": "ParentResourceName", + "AliasList": [ + "VirtualHubName", + "ParentVirtualHubName" + ], "Type": { "Namespace": "System", "Name": "System.String", @@ -111477,18 +127860,22 @@ "Mandatory": true, "Position": -2147483648, "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true + "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "VpnClientAddressPool", - "AliasList": [], + "Name": "Name", + "AliasList": [ + "ResourceName", + "VHubRouteTableName", + "RouteTableName" + ], "Type": { "Namespace": "System", - "Name": "System.String[]", - "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, - "ElementType": "System.String", + "ElementType": null, "GenericTypeArguments": [], "Methods": [], "Constructors": [] @@ -111496,23 +127883,23 @@ "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true + "ValidateNotNullOrEmpty": false }, - "Mandatory": false, + "Mandatory": true, "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "VpnGatewayScaleUnit", + "Name": "Route", "AliasList": [], "Type": { - "Namespace": "System", - "Name": "System.UInt32", - "AssemblyQualifiedName": "System.UInt32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Namespace": "Microsoft.Azure.Commands.Network.Models", + "Name": "Microsoft.Azure.Commands.Network.Models.PSVHubRoute[]", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVHubRoute[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, - "ElementType": null, + "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVHubRoute", "GenericTypeArguments": [], "Methods": [], "Constructors": [] @@ -111529,14 +127916,14 @@ }, { "ParameterMetadata": { - "Name": "Tag", + "Name": "Label", "AliasList": [], "Type": { - "Namespace": "System.Collections", - "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "Namespace": "System", + "Name": "System.String[]", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, - "ElementType": null, + "ElementType": "System.String", "GenericTypeArguments": [], "Methods": [], "Constructors": [] @@ -111617,12 +128004,16 @@ ] }, { - "Name": "ByP2SVpnGatewayResourceIdNoVpnServerConfigurationUpdate", + "Name": "ByVirtualHubObject", "Parameters": [ { "ParameterMetadata": { - "Name": "ResourceId", - "AliasList": [], + "Name": "Name", + "AliasList": [ + "ResourceName", + "VHubRouteTableName", + "RouteTableName" + ], "Type": { "Namespace": "System", "Name": "System.String", @@ -111636,47 +128027,105 @@ "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true + "ValidateNotNullOrEmpty": false }, "Mandatory": true, "Position": -2147483648, "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true + "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "VpnClientAddressPool", - "AliasList": [], + "Name": "ParentObject", + "AliasList": [ + "VirtualHub", + "ParentVirtualHub" + ], "Type": { - "Namespace": "System", - "Name": "System.String[]", - "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": "System.String", + "Namespace": "Microsoft.Azure.Commands.Network.Models", + "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "VirtualWan": "Microsoft.Azure.Commands.Network.Models.PSResourceId", + "VpnGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", + "P2SVpnGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", + "ExpressRouteGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", + "SecurityPartnerProvider": "Microsoft.Azure.Commands.Network.Models.PSResourceId", + "AzureFirewall": "Microsoft.Azure.Commands.Network.Models.PSResourceId", + "RouteTable": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRouteTable", + "VirtualNetworkConnections": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSHubVirtualNetworkConnection]", + "RouteTables": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVirtualHubRouteTable]", + "Tag": "System.Collections.Hashtable", + "Name": "System.String", + "TagsTable": "System.String", + "Type": "System.String", + "ResourceGuid": "System.String", + "ProvisioningState": "System.String", + "ResourceGroupName": "System.String", + "RoutingState": "System.String", + "Sku": "System.String", + "Etag": "System.String", + "AddressPrefix": "System.String", + "Location": "System.String", + "Id": "System.String" + }, + "ElementType": null, "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] }, "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true + "ValidateNotNullOrEmpty": false }, - "Mandatory": false, + "Mandatory": true, "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "VpnGatewayScaleUnit", + "Name": "Route", "AliasList": [], "Type": { - "Namespace": "System", - "Name": "System.UInt32", - "AssemblyQualifiedName": "System.UInt32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Namespace": "Microsoft.Azure.Commands.Network.Models", + "Name": "Microsoft.Azure.Commands.Network.Models.PSVHubRoute[]", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVHubRoute[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, - "ElementType": null, + "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVHubRoute", "GenericTypeArguments": [], "Methods": [], "Constructors": [] @@ -111693,14 +128142,14 @@ }, { "ParameterMetadata": { - "Name": "Tag", + "Name": "Label", "AliasList": [], "Type": { - "Namespace": "System.Collections", - "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "Namespace": "System", + "Name": "System.String[]", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, - "ElementType": null, + "ElementType": "System.String", "GenericTypeArguments": [], "Methods": [], "Constructors": [] @@ -111781,70 +128230,30 @@ ] }, { - "Name": "ByP2SVpnGatewayResourceIdByVpnServerConfigurationObject", + "Name": "ByVHubRouteTableObject", "Parameters": [ { "ParameterMetadata": { - "Name": "ResourceId", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": true, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "VpnServerConfiguration", - "AliasList": [], + "Name": "InputObject", + "AliasList": [ + "VHubRouteTable", + "RouteTable" + ], "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", - "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnServerConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnServerConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "Name": "Microsoft.Azure.Commands.Network.Models.PSVHubRouteTable", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVHubRouteTable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { - "AadAuthenticationParameters": "Microsoft.Azure.Commands.Network.Models.PSAadAuthenticationParameters", - "VpnClientRevokedCertificates": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSClientCertificate]", - "RadiusClientRootCertificates": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSClientCertificate]", - "VpnClientRootCertificates": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSClientRootCertificate]", - "RadiusServerRootCertificates": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSClientRootCertificate]", - "VpnClientIpsecPolicies": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy]", - "RadiusServers": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSRadiusServer]", - "P2SVpnGateways": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", - "VpnProtocols": "System.Collections.Generic.List`1[System.String]", - "VpnAuthenticationTypes": "System.Collections.Generic.List`1[System.String]", - "Tag": "System.Collections.Hashtable", - "P2SVpnGatewaysText": "System.String", + "Routes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVHubRoute]", + "Labels": "System.Collections.Generic.List`1[System.String]", + "AssociatedConnections": "System.Collections.Generic.List`1[System.String]", + "PropagatingConnections": "System.Collections.Generic.List`1[System.String]", + "ProvisioningState": "System.String", + "RoutesText": "System.String", + "AssociatedConnectionsText": "System.String", + "PropagatingConnectionsText": "System.String", "Name": "System.String", - "Type": "System.String", - "ResourceGuid": "System.String", - "Location": "System.String", - "ResourceGroupName": "System.String", - "TagsTable": "System.String", - "AadAuthenticationParametersText": "System.String", - "VpnClientRevokedCertificatesText": "System.String", - "RadiusClientRootCertificatesText": "System.String", - "RadiusServerRootCertificatesText": "System.String", - "RadiusServersText": "System.String", "Etag": "System.String", - "VpnClientRootCertificatesText": "System.String", - "ProvisioningState": "System.String", - "RadiusServerSecret": "System.String", - "RadiusServerAddress": "System.String", - "VpnClientIpsecPoliciesText": "System.String", "Id": "System.String" }, "ElementType": null, @@ -111889,45 +128298,21 @@ "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, - "Mandatory": false, + "Mandatory": true, "Position": -2147483648, "ValueFromPipeline": true, "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "VpnClientAddressPool", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.String[]", - "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": "System.String", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "VpnGatewayScaleUnit", + "Name": "Route", "AliasList": [], "Type": { - "Namespace": "System", - "Name": "System.UInt32", - "AssemblyQualifiedName": "System.UInt32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Namespace": "Microsoft.Azure.Commands.Network.Models", + "Name": "Microsoft.Azure.Commands.Network.Models.PSVHubRoute[]", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVHubRoute[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, - "ElementType": null, + "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVHubRoute", "GenericTypeArguments": [], "Methods": [], "Constructors": [] @@ -111944,14 +128329,14 @@ }, { "ParameterMetadata": { - "Name": "Tag", + "Name": "Label", "AliasList": [], "Type": { - "Namespace": "System.Collections", - "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "Namespace": "System", + "Name": "System.String[]", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, - "ElementType": null, + "ElementType": "System.String", "GenericTypeArguments": [], "Methods": [], "Constructors": [] @@ -112032,12 +128417,15 @@ ] }, { - "Name": "ByP2SVpnGatewayResourceIdByVpnServerConfigurationResourceId", + "Name": "ByVHubRouteTableResourceId", "Parameters": [ { "ParameterMetadata": { "Name": "ResourceId", - "AliasList": [], + "AliasList": [ + "VHubRouteTableId", + "RouteTableId" + ], "Type": { "Namespace": "System", "Name": "System.String", @@ -112051,7 +128439,7 @@ "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true + "ValidateNotNullOrEmpty": false }, "Mandatory": true, "Position": -2147483648, @@ -112060,14 +128448,14 @@ }, { "ParameterMetadata": { - "Name": "VpnServerConfigurationId", + "Name": "Route", "AliasList": [], "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Namespace": "Microsoft.Azure.Commands.Network.Models", + "Name": "Microsoft.Azure.Commands.Network.Models.PSVHubRoute[]", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVHubRoute[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, - "ElementType": null, + "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVHubRoute", "GenericTypeArguments": [], "Methods": [], "Constructors": [] @@ -112077,14 +128465,14 @@ "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, - "Mandatory": true, + "Mandatory": false, "Position": -2147483648, "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true + "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "VpnClientAddressPool", + "Name": "Label", "AliasList": [], "Type": { "Namespace": "System", @@ -112099,54 +128487,6 @@ "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "VpnGatewayScaleUnit", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.UInt32", - "AssemblyQualifiedName": "System.UInt32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "Tag", - "AliasList": [], - "Type": { - "Namespace": "System.Collections", - "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -112224,38 +128564,14 @@ "Parameters": [ { "ParameterMetadata": { - "Name": "VpnClientAddressPool", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.String[]", - "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": "System.String", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "VpnGatewayScaleUnit", + "Name": "Route", "AliasList": [], "Type": { - "Namespace": "System", - "Name": "System.UInt32", - "AssemblyQualifiedName": "System.UInt32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Namespace": "Microsoft.Azure.Commands.Network.Models", + "Name": "Microsoft.Azure.Commands.Network.Models.PSVHubRoute[]", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVHubRoute[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, - "ElementType": null, + "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVHubRoute", "GenericTypeArguments": [], "Methods": [], "Constructors": [] @@ -112272,14 +128588,14 @@ }, { "ParameterMetadata": { - "Name": "Tag", + "Name": "Label", "AliasList": [], "Type": { - "Namespace": "System.Collections", - "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "Namespace": "System", + "Name": "System.String[]", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, - "ElementType": null, + "ElementType": "System.String", "GenericTypeArguments": [], "Methods": [], "Constructors": [] @@ -112376,7 +128692,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRoute", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRoute, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRoute, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AddressPrefixes": "System.Collections.Generic.List`1[System.String]", "Destinations": "System.Collections.Generic.List`1[System.String]", @@ -112692,7 +129008,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRouteTable", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRouteTable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRouteTable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Routes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVirtualHubRoute]", "Connections": "System.Collections.Generic.List`1[System.String]", @@ -112768,7 +129084,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRoute[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRoute[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRoute[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRoute", "GenericTypeArguments": [], @@ -112867,7 +129183,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRoute[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRoute[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRoute[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRoute", "GenericTypeArguments": [], @@ -112966,7 +129282,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRouteTable", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRouteTable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRouteTable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Routes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVirtualHubRoute]", "Connections": "System.Collections.Generic.List`1[System.String]", @@ -113067,7 +129383,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "VirtualWan": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "VpnGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -113085,6 +129401,7 @@ "ResourceGuid": "System.String", "ProvisioningState": "System.String", "ResourceGroupName": "System.String", + "RoutingState": "System.String", "Sku": "System.String", "Etag": "System.String", "AddressPrefix": "System.String", @@ -113346,7 +129663,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "VirtualWan": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "VpnGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -113364,6 +129681,7 @@ "ResourceGuid": "System.String", "ProvisioningState": "System.String", "ResourceGroupName": "System.String", + "RoutingState": "System.String", "Sku": "System.String", "Etag": "System.String", "AddressPrefix": "System.String", @@ -113754,7 +130072,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "VirtualWan": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "VpnGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -113772,6 +130090,7 @@ "ResourceGuid": "System.String", "ProvisioningState": "System.String", "ResourceGroupName": "System.String", + "RoutingState": "System.String", "Sku": "System.String", "Etag": "System.String", "AddressPrefix": "System.String", @@ -113828,7 +130147,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRouteTable", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRouteTable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRouteTable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Routes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVirtualHubRoute]", "Connections": "System.Collections.Generic.List`1[System.String]", @@ -114223,7 +130542,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "VirtualWan": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "VpnGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -114241,6 +130560,7 @@ "ResourceGuid": "System.String", "ProvisioningState": "System.String", "ResourceGroupName": "System.String", + "RoutingState": "System.String", "Sku": "System.String", "Etag": "System.String", "AddressPrefix": "System.String", @@ -114419,7 +130739,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRouteTable", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRouteTable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRouteTable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Routes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVirtualHubRoute]", "Connections": "System.Collections.Generic.List`1[System.String]", @@ -114863,7 +131183,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "VirtualWan": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "VpnGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -114881,6 +131201,7 @@ "ResourceGuid": "System.String", "ProvisioningState": "System.String", "ResourceGroupName": "System.String", + "RoutingState": "System.String", "Sku": "System.String", "Etag": "System.String", "AddressPrefix": "System.String", @@ -115164,7 +131485,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "VirtualWan": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "VpnGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -115182,6 +131503,7 @@ "ResourceGuid": "System.String", "ProvisioningState": "System.String", "ResourceGroupName": "System.String", + "RoutingState": "System.String", "Sku": "System.String", "Etag": "System.String", "AddressPrefix": "System.String", @@ -115276,7 +131598,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualWan", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualWan, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualWan, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AllowVnetToVnetTraffic": "System.Boolean", "AllowBranchToBranchTraffic": "System.Boolean", @@ -115394,7 +131716,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSHubVirtualNetworkConnection[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSHubVirtualNetworkConnection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSHubVirtualNetworkConnection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSHubVirtualNetworkConnection", "GenericTypeArguments": [], @@ -115412,7 +131734,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRouteTable", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRouteTable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRouteTable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Routes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVirtualHubRoute]", "Connections": "System.Collections.Generic.List`1[System.String]", @@ -115661,7 +131983,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSHubVirtualNetworkConnection[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSHubVirtualNetworkConnection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSHubVirtualNetworkConnection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSHubVirtualNetworkConnection", "GenericTypeArguments": [], @@ -115685,7 +132007,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRouteTable", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRouteTable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRouteTable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Routes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVirtualHubRoute]", "Connections": "System.Collections.Generic.List`1[System.String]", @@ -115864,7 +132186,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualWan", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualWan, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualWan, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AllowVnetToVnetTraffic": "System.Boolean", "AllowBranchToBranchTraffic": "System.Boolean", @@ -116033,7 +132355,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSHubVirtualNetworkConnection[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSHubVirtualNetworkConnection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSHubVirtualNetworkConnection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSHubVirtualNetworkConnection", "GenericTypeArguments": [], @@ -116057,7 +132379,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRouteTable", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRouteTable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRouteTable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Routes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVirtualHubRoute]", "Connections": "System.Collections.Generic.List`1[System.String]", @@ -116359,7 +132681,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSHubVirtualNetworkConnection[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSHubVirtualNetworkConnection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSHubVirtualNetworkConnection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSHubVirtualNetworkConnection", "GenericTypeArguments": [], @@ -116383,7 +132705,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRouteTable", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRouteTable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRouteTable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Routes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVirtualHubRoute]", "Connections": "System.Collections.Generic.List`1[System.String]", @@ -116569,7 +132891,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRoute", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRoute, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRoute, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AddressPrefixes": "System.Collections.Generic.List`1[System.String]", "Destinations": "System.Collections.Generic.List`1[System.String]", @@ -116801,7 +133123,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRouteTable", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRouteTable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRouteTable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Routes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVirtualHubRoute]", "Connections": "System.Collections.Generic.List`1[System.String]", @@ -116859,7 +133181,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRoute[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRoute[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRoute[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRoute", "GenericTypeArguments": [], @@ -116916,7 +133238,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRoute[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRoute[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRoute[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRoute", "GenericTypeArguments": [], @@ -117071,7 +133393,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "VirtualWan": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "VpnGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -117089,6 +133411,7 @@ "ResourceGuid": "System.String", "ProvisioningState": "System.String", "ResourceGroupName": "System.String", + "RoutingState": "System.String", "Sku": "System.String", "Etag": "System.String", "AddressPrefix": "System.String", @@ -117446,54 +133769,854 @@ "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, - { - "ParameterMetadata": { - "Name": "Force", - "AliasList": [], - "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "PassThru", - "AliasList": [], - "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, + { + "ParameterMetadata": { + "Name": "Force", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "PassThru", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "ByVirtualHubObject", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "InputObject", + "AliasList": [ + "VirtualHub" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Network.Models", + "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "VirtualWan": "Microsoft.Azure.Commands.Network.Models.PSResourceId", + "VpnGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", + "P2SVpnGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", + "ExpressRouteGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", + "SecurityPartnerProvider": "Microsoft.Azure.Commands.Network.Models.PSResourceId", + "AzureFirewall": "Microsoft.Azure.Commands.Network.Models.PSResourceId", + "RouteTable": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRouteTable", + "VirtualNetworkConnections": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSHubVirtualNetworkConnection]", + "RouteTables": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVirtualHubRouteTable]", + "Tag": "System.Collections.Hashtable", + "Name": "System.String", + "TagsTable": "System.String", + "Type": "System.String", + "ResourceGuid": "System.String", + "ProvisioningState": "System.String", + "ResourceGroupName": "System.String", + "RoutingState": "System.String", + "Sku": "System.String", + "Etag": "System.String", + "AddressPrefix": "System.String", + "Location": "System.String", + "Id": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": true, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "AsJob", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Force", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "PassThru", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "__AllParameterSets", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "AsJob", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Force", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "PassThru", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + } + ], + "AliasList": [] + }, + { + "VerbName": "Reset", + "NounName": "AzHubRouter", + "Name": "Reset-AzHubRouter", + "ClassName": "Microsoft.Azure.Commands.Network.ResetHubRouterCommand", + "SupportsShouldProcess": true, + "ConfirmImpact": 2, + "SupportsPaging": false, + "DefaultParameterSetName": "ByVirtualHubObject", + "OutputTypes": [ + { + "Type": { + "Namespace": "Microsoft.Azure.Commands.Network.Models", + "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "VirtualWan": "Microsoft.Azure.Commands.Network.Models.PSResourceId", + "VpnGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", + "P2SVpnGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", + "ExpressRouteGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", + "SecurityPartnerProvider": "Microsoft.Azure.Commands.Network.Models.PSResourceId", + "AzureFirewall": "Microsoft.Azure.Commands.Network.Models.PSResourceId", + "RouteTable": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRouteTable", + "VirtualNetworkConnections": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSHubVirtualNetworkConnection]", + "RouteTables": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVirtualHubRouteTable]", + "Tag": "System.Collections.Hashtable", + "Name": "System.String", + "TagsTable": "System.String", + "Type": "System.String", + "ResourceGuid": "System.String", + "ProvisioningState": "System.String", + "ResourceGroupName": "System.String", + "RoutingState": "System.String", + "Sku": "System.String", + "Etag": "System.String", + "AddressPrefix": "System.String", + "Location": "System.String", + "Id": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] + }, + "ParameterSets": [ + "__AllParameterSets" + ] + } + ], + "Parameters": [ + { + "Name": "ResourceGroupName", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "Name", + "AliasList": [ + "ResourceName", + "VirtualHubName", + "HubName" + ], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "ResourceId", + "AliasList": [ + "VirtualHubId" + ], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "InputObject", + "AliasList": [ + "VirtualHub" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Network.Models", + "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "VirtualWan": "Microsoft.Azure.Commands.Network.Models.PSResourceId", + "VpnGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", + "P2SVpnGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", + "ExpressRouteGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", + "SecurityPartnerProvider": "Microsoft.Azure.Commands.Network.Models.PSResourceId", + "AzureFirewall": "Microsoft.Azure.Commands.Network.Models.PSResourceId", + "RouteTable": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRouteTable", + "VirtualNetworkConnections": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSHubVirtualNetworkConnection]", + "RouteTables": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVirtualHubRouteTable]", + "Tag": "System.Collections.Hashtable", + "Name": "System.String", + "TagsTable": "System.String", + "Type": "System.String", + "ResourceGuid": "System.String", + "ProvisioningState": "System.String", + "ResourceGroupName": "System.String", + "RoutingState": "System.String", + "Sku": "System.String", + "Etag": "System.String", + "AddressPrefix": "System.String", + "Location": "System.String", + "Id": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "AsJob", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + } + ], + "ParameterSets": [ + { + "Name": "ByVirtualHubName", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "ResourceGroupName", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Name", + "AliasList": [ + "ResourceName", + "VirtualHubName", + "HubName" + ], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "AsJob", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "ByVirtualHubResourceId", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "ResourceId", + "AliasList": [ + "VirtualHubId" + ], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "AsJob", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, { "ParameterMetadata": { "Name": "DefaultProfile", @@ -117547,7 +134670,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "VirtualWan": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "VpnGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -117565,6 +134688,7 @@ "ResourceGuid": "System.String", "ProvisioningState": "System.String", "ResourceGroupName": "System.String", + "RoutingState": "System.String", "Sku": "System.String", "Etag": "System.String", "AddressPrefix": "System.String", @@ -117642,54 +134766,6 @@ "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, - { - "ParameterMetadata": { - "Name": "Force", - "AliasList": [], - "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "PassThru", - "AliasList": [], - "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, { "ParameterMetadata": { "Name": "DefaultProfile", @@ -117758,54 +134834,6 @@ "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, - { - "ParameterMetadata": { - "Name": "Force", - "AliasList": [], - "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "PassThru", - "AliasList": [], - "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, { "ParameterMetadata": { "Name": "DefaultProfile", @@ -117864,7 +134892,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "VirtualWan": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "VpnGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -117882,6 +134910,7 @@ "ResourceGuid": "System.String", "ProvisioningState": "System.String", "ResourceGroupName": "System.String", + "RoutingState": "System.String", "Sku": "System.String", "Etag": "System.String", "AddressPrefix": "System.String", @@ -117999,7 +135028,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "VirtualWan": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "VpnGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -118017,6 +135046,7 @@ "ResourceGuid": "System.String", "ProvisioningState": "System.String", "ResourceGroupName": "System.String", + "RoutingState": "System.String", "Sku": "System.String", "Etag": "System.String", "AddressPrefix": "System.String", @@ -118071,7 +135101,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRouteTable[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRouteTable[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRouteTable[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRouteTable", "GenericTypeArguments": [], @@ -118216,7 +135246,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRouteTable[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRouteTable[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRouteTable[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRouteTable", "GenericTypeArguments": [], @@ -118358,7 +135388,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRouteTable[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRouteTable[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRouteTable[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRouteTable", "GenericTypeArguments": [], @@ -118476,7 +135506,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "VirtualWan": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "VpnGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -118494,6 +135524,7 @@ "ResourceGuid": "System.String", "ProvisioningState": "System.String", "ResourceGroupName": "System.String", + "RoutingState": "System.String", "Sku": "System.String", "Etag": "System.String", "AddressPrefix": "System.String", @@ -118554,7 +135585,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRouteTable[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRouteTable[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRouteTable[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRouteTable", "GenericTypeArguments": [], @@ -118670,7 +135701,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRouteTable[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRouteTable[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRouteTable[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRouteTable", "GenericTypeArguments": [], @@ -118793,7 +135824,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "VirtualWan": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "VpnGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -118811,6 +135842,7 @@ "ResourceGuid": "System.String", "ProvisioningState": "System.String", "ResourceGroupName": "System.String", + "RoutingState": "System.String", "Sku": "System.String", "Etag": "System.String", "AddressPrefix": "System.String", @@ -118927,7 +135959,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "VirtualWan": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "VpnGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -118945,6 +135977,7 @@ "ResourceGuid": "System.String", "ProvisioningState": "System.String", "ResourceGroupName": "System.String", + "RoutingState": "System.String", "Sku": "System.String", "Etag": "System.String", "AddressPrefix": "System.String", @@ -119017,7 +136050,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSHubVirtualNetworkConnection[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSHubVirtualNetworkConnection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSHubVirtualNetworkConnection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSHubVirtualNetworkConnection", "GenericTypeArguments": [], @@ -119035,7 +136068,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRouteTable", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRouteTable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRouteTable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Routes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVirtualHubRoute]", "Connections": "System.Collections.Generic.List`1[System.String]", @@ -119260,7 +136293,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSHubVirtualNetworkConnection[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSHubVirtualNetworkConnection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSHubVirtualNetworkConnection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSHubVirtualNetworkConnection", "GenericTypeArguments": [], @@ -119284,7 +136317,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRouteTable", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRouteTable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRouteTable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Routes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVirtualHubRoute]", "Connections": "System.Collections.Generic.List`1[System.String]", @@ -119513,7 +136546,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSHubVirtualNetworkConnection[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSHubVirtualNetworkConnection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSHubVirtualNetworkConnection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSHubVirtualNetworkConnection", "GenericTypeArguments": [], @@ -119537,7 +136570,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRouteTable", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRouteTable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRouteTable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Routes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVirtualHubRoute]", "Connections": "System.Collections.Generic.List`1[System.String]", @@ -119718,7 +136751,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "VirtualWan": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "VpnGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -119736,6 +136769,7 @@ "ResourceGuid": "System.String", "ProvisioningState": "System.String", "ResourceGroupName": "System.String", + "RoutingState": "System.String", "Sku": "System.String", "Etag": "System.String", "AddressPrefix": "System.String", @@ -119820,7 +136854,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSHubVirtualNetworkConnection[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSHubVirtualNetworkConnection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSHubVirtualNetworkConnection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSHubVirtualNetworkConnection", "GenericTypeArguments": [], @@ -119844,7 +136878,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRouteTable", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRouteTable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRouteTable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Routes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVirtualHubRoute]", "Connections": "System.Collections.Generic.List`1[System.String]", @@ -120047,7 +137081,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSHubVirtualNetworkConnection[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSHubVirtualNetworkConnection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSHubVirtualNetworkConnection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSHubVirtualNetworkConnection", "GenericTypeArguments": [], @@ -120071,7 +137105,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRouteTable", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRouteTable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRouteTable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Routes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVirtualHubRoute]", "Connections": "System.Collections.Generic.List`1[System.String]", @@ -120257,7 +137291,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualWan", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualWan, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualWan, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AllowVnetToVnetTraffic": "System.Boolean", "AllowBranchToBranchTraffic": "System.Boolean", @@ -120548,7 +137582,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnServerConfigurationsResponse", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnServerConfigurationsResponse, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnServerConfigurationsResponse, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "VpnServerConfigurationResourceIds": "System.Collections.Generic.List`1[System.String]", "VpnServerConfigurationResourceIdsText": "System.String" @@ -120642,7 +137676,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualWan", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualWan, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualWan, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AllowVnetToVnetTraffic": "System.Boolean", "AllowBranchToBranchTraffic": "System.Boolean", @@ -120756,7 +137790,7 @@ ], "ParameterSets": [ { - "Name": "__AllParameterSets", + "Name": "ByVirtualWanName", "Parameters": [ { "ParameterMetadata": { @@ -120779,7 +137813,7 @@ "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, - "Mandatory": false, + "Mandatory": true, "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": true @@ -120861,7 +137895,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualWan", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualWan, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualWan, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AllowVnetToVnetTraffic": "System.Boolean", "AllowBranchToBranchTraffic": "System.Boolean", @@ -120924,56 +137958,6 @@ "ValueFromPipeline": true, "ValueFromPipelineByPropertyName": false }, - { - "ParameterMetadata": { - "Name": "Name", - "AliasList": [ - "ResourceName" - ], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "ResourceGroupName", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": true, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, { "ParameterMetadata": { "Name": "DefaultProfile", @@ -121046,54 +138030,48 @@ }, { "ParameterMetadata": { - "Name": "Name", + "Name": "DefaultProfile", "AliasList": [ - "ResourceName" + "AzContext", + "AzureRmContext", + "AzureCredential" ], "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + }, "ElementType": null, "GenericTypeArguments": [], - "Methods": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], "Constructors": [] }, "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true + "ValidateNotNullOrEmpty": false }, "Mandatory": false, "Position": -2147483648, "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "ResourceGroupName", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": true, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "__AllParameterSets", + "Parameters": [ { "ParameterMetadata": { "Name": "DefaultProfile", @@ -121134,10 +138112,6 @@ "ValueFromPipelineByPropertyName": false } ] - }, - { - "Name": "ByVirtualWanName", - "Parameters": [] } ], "AliasList": [] @@ -121156,7 +138130,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnProfileResponse", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnProfileResponse, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnProfileResponse, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ProfileUrl": "System.String" }, @@ -121249,7 +138223,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualWan", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualWan, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualWan, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AllowVnetToVnetTraffic": "System.Boolean", "AllowBranchToBranchTraffic": "System.Boolean", @@ -121333,7 +138307,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnServerConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnServerConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnServerConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AadAuthenticationParameters": "Microsoft.Azure.Commands.Network.Models.PSAadAuthenticationParameters", "VpnClientRevokedCertificates": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSClientCertificate]", @@ -121542,7 +138516,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnServerConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnServerConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnServerConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AadAuthenticationParameters": "Microsoft.Azure.Commands.Network.Models.PSAadAuthenticationParameters", "VpnClientRevokedCertificates": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSClientCertificate]", @@ -121847,7 +138821,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualWan", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualWan, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualWan, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AllowVnetToVnetTraffic": "System.Boolean", "AllowBranchToBranchTraffic": "System.Boolean", @@ -121917,7 +138891,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnServerConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnServerConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnServerConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AadAuthenticationParameters": "Microsoft.Azure.Commands.Network.Models.PSAadAuthenticationParameters", "VpnClientRevokedCertificates": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSClientCertificate]", @@ -122077,7 +139051,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualWan", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualWan, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualWan, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AllowVnetToVnetTraffic": "System.Boolean", "AllowBranchToBranchTraffic": "System.Boolean", @@ -122268,7 +139242,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnServerConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnServerConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnServerConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AadAuthenticationParameters": "Microsoft.Azure.Commands.Network.Models.PSAadAuthenticationParameters", "VpnClientRevokedCertificates": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSClientCertificate]", @@ -122625,7 +139599,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualWanVpnSitesConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualWanVpnSitesConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualWanVpnSitesConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "SasUrl": "System.String" }, @@ -122719,7 +139693,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualWan", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualWan, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualWan, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AllowVnetToVnetTraffic": "System.Boolean", "AllowBranchToBranchTraffic": "System.Boolean", @@ -122839,7 +139813,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnSite[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSite[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSite[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVpnSite", "GenericTypeArguments": [], @@ -122947,7 +139921,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnSite[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSite[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSite[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVpnSite", "GenericTypeArguments": [], @@ -123184,7 +140158,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualWan", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualWan, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualWan, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AllowVnetToVnetTraffic": "System.Boolean", "AllowBranchToBranchTraffic": "System.Boolean", @@ -123254,7 +140228,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnSite[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSite[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSite[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVpnSite", "GenericTypeArguments": [], @@ -123348,7 +140322,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualWan", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualWan, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualWan, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AllowVnetToVnetTraffic": "System.Boolean", "AllowBranchToBranchTraffic": "System.Boolean", @@ -123536,7 +140510,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnSite[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSite[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSite[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVpnSite", "GenericTypeArguments": [], @@ -123821,7 +140795,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualWan", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualWan, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualWan, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AllowVnetToVnetTraffic": "System.Boolean", "AllowBranchToBranchTraffic": "System.Boolean", @@ -124378,7 +141352,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualWan", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualWan, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualWan, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AllowVnetToVnetTraffic": "System.Boolean", "AllowBranchToBranchTraffic": "System.Boolean", @@ -124682,7 +141656,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualWan", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualWan, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualWan, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AllowVnetToVnetTraffic": "System.Boolean", "AllowBranchToBranchTraffic": "System.Boolean", @@ -125061,7 +142035,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualWan", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualWan, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualWan, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AllowVnetToVnetTraffic": "System.Boolean", "AllowBranchToBranchTraffic": "System.Boolean", @@ -125167,7 +142141,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualWan", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualWan, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualWan, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AllowVnetToVnetTraffic": "System.Boolean", "AllowBranchToBranchTraffic": "System.Boolean", @@ -125647,7 +142621,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualWan", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualWan, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualWan, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AllowVnetToVnetTraffic": "System.Boolean", "AllowBranchToBranchTraffic": "System.Boolean", @@ -126326,23 +143300,25 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnConnection", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "RemoteVpnSite": "Microsoft.Azure.Commands.Network.Models.PSResourceId", + "RoutingConfiguration": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration", "EnableInternetSecurity": "System.Boolean", "UsePolicyBasedTrafficSelectors": "System.Boolean", - "UseLocalAzureIpAddress": "System.Boolean", "EnableBgp": "System.Boolean", + "UseLocalAzureIpAddress": "System.Boolean", "IpsecPolicies": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy]", "VpnLinkConnections": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVpnSiteLinkConnection]", "ConnectionBandwidth": "System.Int32", - "IngressBytesTransferred": "System.Nullable`1[System.Int64]", "EgressBytesTransferred": "System.Nullable`1[System.Int64]", + "IngressBytesTransferred": "System.Nullable`1[System.Int64]", "Etag": "System.String", "ConnectionStatus": "System.String", - "VpnConnectionProtocolType": "System.String", "ProvisioningState": "System.String", + "VpnConnectionProtocolType": "System.String", "SharedKey": "System.String", + "RoutingConfigurationText": "System.String", "Name": "System.String", "Id": "System.String" }, @@ -126437,7 +143413,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", "VirtualHub": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -126544,7 +143520,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnSite", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSite, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSite, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", @@ -126665,7 +143641,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "SALifeTimeSeconds": "System.Int32", "SADataSizeKilobytes": "System.Int32", @@ -126799,7 +143775,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLinkConnection[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLinkConnection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLinkConnection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLinkConnection", "GenericTypeArguments": [], @@ -126829,6 +143805,62 @@ "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, + { + "Name": "RoutingConfiguration", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Network.Models", + "Name": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "PropagatedRouteTables": "Microsoft.Azure.Commands.Network.Models.PSPropagatedRouteTable", + "AssociatedRouteTable": "Microsoft.Azure.Commands.Network.Models.PSResourceId", + "VnetRoutes": "Microsoft.Azure.Commands.Network.Models.PSVnetRoute", + "PropagatedRouteTablesText": "System.String", + "VnetRoutesText": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, { "Name": "AsJob", "AliasList": [], @@ -126943,7 +143975,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnSite", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSite, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSite, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", @@ -127091,7 +144123,499 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "SALifeTimeSeconds": "System.Int32", + "SADataSizeKilobytes": "System.Int32", + "IpsecEncryption": "System.String", + "IpsecIntegrity": "System.String", + "IkeEncryption": "System.String", + "IkeIntegrity": "System.String", + "DhGroup": "System.String", + "PfsGroup": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "VpnConnectionProtocolType", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [ + "IKEv1", + "IKEv2" + ], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "EnableBgp", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "UseLocalAzureIpAddress", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "UsePolicyBasedTrafficSelectors", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "VpnSiteLinkConnection", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Network.Models", + "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLinkConnection[]", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLinkConnection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": {}, + "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLinkConnection", + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "EnableInternetSecurity", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "RoutingConfiguration", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Network.Models", + "Name": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "PropagatedRouteTables": "Microsoft.Azure.Commands.Network.Models.PSPropagatedRouteTable", + "AssociatedRouteTable": "Microsoft.Azure.Commands.Network.Models.PSResourceId", + "VnetRoutes": "Microsoft.Azure.Commands.Network.Models.PSVnetRoute", + "PropagatedRouteTablesText": "System.String", + "VnetRoutesText": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "AsJob", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "ByVpnGatewayNameByVpnSiteResourceId", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "ResourceGroupName", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ParentResourceName", + "AliasList": [ + "ParentVpnGatewayName", + "VpnGatewayName" + ], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "VpnSiteId", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Name", + "AliasList": [ + "ResourceName", + "VpnConnectionName" + ], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "SharedKey", + "AliasList": [], + "Type": { + "Namespace": "System.Security", + "Name": "System.Security.SecureString", + "AssemblyQualifiedName": "System.Security.SecureString, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ConnectionBandwidthInMbps", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.UInt32", + "AssemblyQualifiedName": "System.UInt32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "IpSecPolicy", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Network.Models", + "Name": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "SALifeTimeSeconds": "System.Int32", "SADataSizeKilobytes": "System.Int32", @@ -127255,7 +144779,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLinkConnection[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLinkConnection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLinkConnection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLinkConnection", "GenericTypeArguments": [], @@ -127296,6 +144820,68 @@ "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, + { + "ParameterMetadata": { + "Name": "RoutingConfiguration", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Network.Models", + "Name": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "PropagatedRouteTables": "Microsoft.Azure.Commands.Network.Models.PSPropagatedRouteTable", + "AssociatedRouteTable": "Microsoft.Azure.Commands.Network.Models.PSResourceId", + "VnetRoutes": "Microsoft.Azure.Commands.Network.Models.PSVnetRoute", + "PropagatedRouteTablesText": "System.String", + "VnetRoutesText": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, { "ParameterMetadata": { "Name": "AsJob", @@ -127362,48 +144948,71 @@ ] }, { - "Name": "ByVpnGatewayNameByVpnSiteResourceId", + "Name": "ByVpnGatewayObjectByVpnSiteObject", "Parameters": [ { "ParameterMetadata": { - "Name": "ResourceGroupName", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": true, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "ParentResourceName", + "Name": "ParentObject", "AliasList": [ - "ParentVpnGatewayName", - "VpnGatewayName" + "ParentVpnGateway", + "VpnGateway" ], "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, + "Namespace": "Microsoft.Azure.Commands.Network.Models", + "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnGateway", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", + "VirtualHub": "Microsoft.Azure.Commands.Network.Models.PSResourceId", + "Connections": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVpnConnection]", + "Tag": "System.Collections.Hashtable", + "VpnGatewayScaleUnit": "System.Int32", + "ProvisioningState": "System.String", + "ResourceGroupName": "System.String", + "Location": "System.String", + "ResourceGuid": "System.String", + "Type": "System.String", + "TagsTable": "System.String", + "Name": "System.String", + "Etag": "System.String", + "Id": "System.String" + }, "ElementType": null, "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] }, "ValidateSet": [], "ValidateRangeMin": null, @@ -127412,22 +145021,71 @@ }, "Mandatory": true, "Position": -2147483648, - "ValueFromPipeline": false, + "ValueFromPipeline": true, "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "VpnSiteId", + "Name": "VpnSite", "AliasList": [], "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, + "Namespace": "Microsoft.Azure.Commands.Network.Models", + "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnSite", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSite, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "AddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", + "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", + "VirtualWan": "Microsoft.Azure.Commands.Network.Models.PSResourceId", + "DeviceProperties": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteDeviceProperties", + "VpnSiteLinks": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVpnSiteLink]", + "Tag": "System.Collections.Hashtable", + "IpAddress": "System.String", + "ProvisioningState": "System.String", + "ResourceGroupName": "System.String", + "Location": "System.String", + "ResourceGuid": "System.String", + "Type": "System.String", + "TagsTable": "System.String", + "Name": "System.String", + "Etag": "System.String", + "Id": "System.String" + }, "ElementType": null, "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] }, "ValidateSet": [], "ValidateRangeMin": null, @@ -127521,7 +145179,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "SALifeTimeSeconds": "System.Int32", "SADataSizeKilobytes": "System.Int32", @@ -127685,7 +145343,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLinkConnection[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLinkConnection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLinkConnection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLinkConnection", "GenericTypeArguments": [], @@ -127726,6 +145384,68 @@ "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, + { + "ParameterMetadata": { + "Name": "RoutingConfiguration", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Network.Models", + "Name": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "PropagatedRouteTables": "Microsoft.Azure.Commands.Network.Models.PSPropagatedRouteTable", + "AssociatedRouteTable": "Microsoft.Azure.Commands.Network.Models.PSResourceId", + "VnetRoutes": "Microsoft.Azure.Commands.Network.Models.PSVnetRoute", + "PropagatedRouteTablesText": "System.String", + "VnetRoutesText": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, { "ParameterMetadata": { "Name": "AsJob", @@ -127792,7 +145512,7 @@ ] }, { - "Name": "ByVpnGatewayObjectByVpnSiteObject", + "Name": "ByVpnGatewayObjectByVpnSiteResourceId", "Parameters": [ { "ParameterMetadata": { @@ -127804,7 +145524,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", "VirtualHub": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -127870,66 +145590,17 @@ }, { "ParameterMetadata": { - "Name": "VpnSite", + "Name": "VpnSiteId", "AliasList": [], "Type": { - "Namespace": "Microsoft.Azure.Commands.Network.Models", - "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnSite", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSite, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", - "Properties": { - "AddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", - "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", - "VirtualWan": "Microsoft.Azure.Commands.Network.Models.PSResourceId", - "DeviceProperties": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteDeviceProperties", - "VpnSiteLinks": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVpnSiteLink]", - "Tag": "System.Collections.Hashtable", - "IpAddress": "System.String", - "ProvisioningState": "System.String", - "ResourceGroupName": "System.String", - "Location": "System.String", - "ResourceGuid": "System.String", - "Type": "System.String", - "TagsTable": "System.String", - "Name": "System.String", - "Etag": "System.String", - "Id": "System.String" - }, + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, "ElementType": null, "GenericTypeArguments": [], - "Methods": [ - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [ - { - "Name": "", - "ReturnType": null, - "Parameters": [] - } - ] + "Methods": [], + "Constructors": [] }, "ValidateSet": [], "ValidateRangeMin": null, @@ -128023,7 +145694,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "SALifeTimeSeconds": "System.Int32", "SADataSizeKilobytes": "System.Int32", @@ -128134,14 +145805,62 @@ }, { "ParameterMetadata": { - "Name": "UseLocalAzureIpAddress", + "Name": "UseLocalAzureIpAddress", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "UsePolicyBasedTrafficSelectors", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "VpnSiteLinkConnection", "AliasList": [], "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Namespace": "Microsoft.Azure.Commands.Network.Models", + "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLinkConnection[]", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLinkConnection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, - "ElementType": null, + "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLinkConnection", "GenericTypeArguments": [], "Methods": [], "Constructors": [] @@ -128158,7 +145877,7 @@ }, { "ParameterMetadata": { - "Name": "UsePolicyBasedTrafficSelectors", + "Name": "EnableInternetSecurity", "AliasList": [], "Type": { "Namespace": "System.Management.Automation", @@ -128182,41 +145901,55 @@ }, { "ParameterMetadata": { - "Name": "VpnSiteLinkConnection", + "Name": "RoutingConfiguration", "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", - "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLinkConnection[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLinkConnection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", - "Properties": {}, - "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLinkConnection", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "EnableInternetSecurity", - "AliasList": [], - "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, + "Name": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "PropagatedRouteTables": "Microsoft.Azure.Commands.Network.Models.PSPropagatedRouteTable", + "AssociatedRouteTable": "Microsoft.Azure.Commands.Network.Models.PSResourceId", + "VnetRoutes": "Microsoft.Azure.Commands.Network.Models.PSVnetRoute", + "PropagatedRouteTablesText": "System.String", + "VnetRoutesText": "System.String" + }, "ElementType": null, "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] }, "ValidateSet": [], "ValidateRangeMin": null, @@ -128294,25 +146027,51 @@ ] }, { - "Name": "ByVpnGatewayObjectByVpnSiteResourceId", + "Name": "ByVpnGatewayResourceIdByVpnSiteObject", "Parameters": [ { "ParameterMetadata": { - "Name": "ParentObject", + "Name": "ParentResourceId", "AliasList": [ - "ParentVpnGateway", - "VpnGateway" + "ParentVpnGatewayId", + "VpnGatewayId" ], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "VpnSite", + "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", - "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnSite", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSite, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { + "AddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", - "VirtualHub": "Microsoft.Azure.Commands.Network.Models.PSResourceId", - "Connections": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVpnConnection]", + "VirtualWan": "Microsoft.Azure.Commands.Network.Models.PSResourceId", + "DeviceProperties": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteDeviceProperties", + "VpnSiteLinks": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVpnSiteLink]", "Tag": "System.Collections.Hashtable", - "VpnGatewayScaleUnit": "System.Int32", + "IpAddress": "System.String", "ProvisioningState": "System.String", "ResourceGroupName": "System.String", "Location": "System.String", @@ -128367,30 +146126,6 @@ }, "Mandatory": true, "Position": -2147483648, - "ValueFromPipeline": true, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "VpnSiteId", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": true, - "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, @@ -128476,7 +146211,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "SALifeTimeSeconds": "System.Int32", "SADataSizeKilobytes": "System.Int32", @@ -128640,7 +146375,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLinkConnection[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLinkConnection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLinkConnection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLinkConnection", "GenericTypeArguments": [], @@ -128681,6 +146416,68 @@ "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, + { + "ParameterMetadata": { + "Name": "RoutingConfiguration", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Network.Models", + "Name": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "PropagatedRouteTables": "Microsoft.Azure.Commands.Network.Models.PSPropagatedRouteTable", + "AssociatedRouteTable": "Microsoft.Azure.Commands.Network.Models.PSResourceId", + "VnetRoutes": "Microsoft.Azure.Commands.Network.Models.PSVnetRoute", + "PropagatedRouteTablesText": "System.String", + "VnetRoutesText": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, { "ParameterMetadata": { "Name": "AsJob", @@ -128747,7 +146544,7 @@ ] }, { - "Name": "ByVpnGatewayResourceIdByVpnSiteObject", + "Name": "ByVpnGatewayResourceIdByVpnSiteResourceId", "Parameters": [ { "ParameterMetadata": { @@ -128778,66 +146575,17 @@ }, { "ParameterMetadata": { - "Name": "VpnSite", + "Name": "VpnSiteId", "AliasList": [], "Type": { - "Namespace": "Microsoft.Azure.Commands.Network.Models", - "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnSite", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSite, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", - "Properties": { - "AddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", - "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", - "VirtualWan": "Microsoft.Azure.Commands.Network.Models.PSResourceId", - "DeviceProperties": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteDeviceProperties", - "VpnSiteLinks": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVpnSiteLink]", - "Tag": "System.Collections.Hashtable", - "IpAddress": "System.String", - "ProvisioningState": "System.String", - "ResourceGroupName": "System.String", - "Location": "System.String", - "ResourceGuid": "System.String", - "Type": "System.String", - "TagsTable": "System.String", - "Name": "System.String", - "Etag": "System.String", - "Id": "System.String" - }, + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, "ElementType": null, "GenericTypeArguments": [], - "Methods": [ - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [ - { - "Name": "", - "ReturnType": null, - "Parameters": [] - } - ] + "Methods": [], + "Constructors": [] }, "ValidateSet": [], "ValidateRangeMin": null, @@ -128931,7 +146679,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "SALifeTimeSeconds": "System.Int32", "SADataSizeKilobytes": "System.Int32", @@ -129095,7 +146843,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLinkConnection[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLinkConnection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLinkConnection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLinkConnection", "GenericTypeArguments": [], @@ -129136,6 +146884,68 @@ "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, + { + "ParameterMetadata": { + "Name": "RoutingConfiguration", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Network.Models", + "Name": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "PropagatedRouteTables": "Microsoft.Azure.Commands.Network.Models.PSPropagatedRouteTable", + "AssociatedRouteTable": "Microsoft.Azure.Commands.Network.Models.PSResourceId", + "VnetRoutes": "Microsoft.Azure.Commands.Network.Models.PSVnetRoute", + "PropagatedRouteTablesText": "System.String", + "VnetRoutesText": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, { "ParameterMetadata": { "Name": "AsJob", @@ -129202,59 +147012,8 @@ ] }, { - "Name": "ByVpnGatewayResourceIdByVpnSiteResourceId", + "Name": "__AllParameterSets", "Parameters": [ - { - "ParameterMetadata": { - "Name": "ParentResourceId", - "AliasList": [ - "ParentVpnGatewayId", - "VpnGatewayId" - ], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": true, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "VpnSiteId", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": true, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, { "ParameterMetadata": { "Name": "Name", @@ -129337,7 +147096,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "SALifeTimeSeconds": "System.Int32", "SADataSizeKilobytes": "System.Int32", @@ -129501,7 +147260,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLinkConnection[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLinkConnection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLinkConnection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLinkConnection", "GenericTypeArguments": [], @@ -129544,164 +147303,18 @@ }, { "ParameterMetadata": { - "Name": "AsJob", - "AliasList": [], - "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "DefaultProfile", - "AliasList": [ - "AzContext", - "AzureRmContext", - "AzureCredential" - ], - "Type": { - "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", - "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", - "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", - "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", - "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "Clear", - "Parameters": [], - "ReturnType": "System.Void" - } - ], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - } - ] - }, - { - "Name": "__AllParameterSets", - "Parameters": [ - { - "ParameterMetadata": { - "Name": "Name", - "AliasList": [ - "ResourceName", - "VpnConnectionName" - ], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": true, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "SharedKey", - "AliasList": [], - "Type": { - "Namespace": "System.Security", - "Name": "System.Security.SecureString", - "AssemblyQualifiedName": "System.Security.SecureString, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "ConnectionBandwidthInMbps", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.UInt32", - "AssemblyQualifiedName": "System.UInt32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "IpSecPolicy", + "Name": "RoutingConfiguration", "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", - "Name": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "Name": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { - "SALifeTimeSeconds": "System.Int32", - "SADataSizeKilobytes": "System.Int32", - "IpsecEncryption": "System.String", - "IpsecIntegrity": "System.String", - "IkeEncryption": "System.String", - "IkeIntegrity": "System.String", - "DhGroup": "System.String", - "PfsGroup": "System.String" + "PropagatedRouteTables": "Microsoft.Azure.Commands.Network.Models.PSPropagatedRouteTable", + "AssociatedRouteTable": "Microsoft.Azure.Commands.Network.Models.PSResourceId", + "VnetRoutes": "Microsoft.Azure.Commands.Network.Models.PSVnetRoute", + "PropagatedRouteTablesText": "System.String", + "VnetRoutesText": "System.String" }, "ElementType": null, "GenericTypeArguments": [], @@ -129750,153 +147363,6 @@ "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, - { - "ParameterMetadata": { - "Name": "VpnConnectionProtocolType", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [ - "IKEv1", - "IKEv2" - ], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "EnableBgp", - "AliasList": [], - "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "UseLocalAzureIpAddress", - "AliasList": [], - "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "UsePolicyBasedTrafficSelectors", - "AliasList": [], - "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "VpnSiteLinkConnection", - "AliasList": [], - "Type": { - "Namespace": "Microsoft.Azure.Commands.Network.Models", - "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLinkConnection[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLinkConnection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", - "Properties": {}, - "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLinkConnection", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "EnableInternetSecurity", - "AliasList": [], - "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, { "ParameterMetadata": { "Name": "AsJob", @@ -129979,7 +147445,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLinkConnection", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLinkConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLinkConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "VpnSiteLink": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "EnableBgp": "System.Boolean", @@ -130067,7 +147533,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLink", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLink, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLink, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "BgpProperties": "Microsoft.Azure.Commands.Network.Models.PSVpnLinkBgpSettings", "LinkProperties": "Microsoft.Azure.Commands.Network.Models.PSVpnLinkProviderProperties", @@ -130181,7 +147647,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "SALifeTimeSeconds": "System.Int32", "SADataSizeKilobytes": "System.Int32", @@ -130380,7 +147846,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLink", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLink, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLink, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "BgpProperties": "Microsoft.Azure.Commands.Network.Models.PSVpnLinkBgpSettings", "LinkProperties": "Microsoft.Azure.Commands.Network.Models.PSVpnLinkProviderProperties", @@ -130518,7 +147984,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "SALifeTimeSeconds": "System.Int32", "SADataSizeKilobytes": "System.Int32", @@ -130834,23 +148300,25 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnConnection", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "RemoteVpnSite": "Microsoft.Azure.Commands.Network.Models.PSResourceId", + "RoutingConfiguration": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration", "EnableInternetSecurity": "System.Boolean", "UsePolicyBasedTrafficSelectors": "System.Boolean", - "UseLocalAzureIpAddress": "System.Boolean", "EnableBgp": "System.Boolean", + "UseLocalAzureIpAddress": "System.Boolean", "IpsecPolicies": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy]", "VpnLinkConnections": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVpnSiteLinkConnection]", "ConnectionBandwidth": "System.Int32", - "IngressBytesTransferred": "System.Nullable`1[System.Int64]", "EgressBytesTransferred": "System.Nullable`1[System.Int64]", + "IngressBytesTransferred": "System.Nullable`1[System.Int64]", "Etag": "System.String", "ConnectionStatus": "System.String", - "VpnConnectionProtocolType": "System.String", "ProvisioningState": "System.String", + "VpnConnectionProtocolType": "System.String", "SharedKey": "System.String", + "RoutingConfigurationText": "System.String", "Name": "System.String", "Id": "System.String" }, @@ -131267,23 +148735,25 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnConnection", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "RemoteVpnSite": "Microsoft.Azure.Commands.Network.Models.PSResourceId", + "RoutingConfiguration": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration", "EnableInternetSecurity": "System.Boolean", "UsePolicyBasedTrafficSelectors": "System.Boolean", - "UseLocalAzureIpAddress": "System.Boolean", "EnableBgp": "System.Boolean", + "UseLocalAzureIpAddress": "System.Boolean", "IpsecPolicies": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy]", "VpnLinkConnections": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVpnSiteLinkConnection]", "ConnectionBandwidth": "System.Int32", - "IngressBytesTransferred": "System.Nullable`1[System.Int64]", "EgressBytesTransferred": "System.Nullable`1[System.Int64]", + "IngressBytesTransferred": "System.Nullable`1[System.Int64]", "Etag": "System.String", "ConnectionStatus": "System.String", - "VpnConnectionProtocolType": "System.String", "ProvisioningState": "System.String", + "VpnConnectionProtocolType": "System.String", "SharedKey": "System.String", + "RoutingConfigurationText": "System.String", "Name": "System.String", "Id": "System.String" }, @@ -131532,7 +149002,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", "VirtualHub": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -131826,7 +149296,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", "VirtualHub": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -131949,7 +149419,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "VirtualWan": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "VpnGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -131967,6 +149437,7 @@ "ResourceGuid": "System.String", "ProvisioningState": "System.String", "ResourceGroupName": "System.String", + "RoutingState": "System.String", "Sku": "System.String", "Etag": "System.String", "AddressPrefix": "System.String", @@ -132057,7 +149528,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnConnection[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnConnection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnConnection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVpnConnection", "GenericTypeArguments": [], @@ -132225,7 +149696,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnConnection[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnConnection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnConnection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVpnConnection", "GenericTypeArguments": [], @@ -132341,7 +149812,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "VirtualWan": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "VpnGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -132359,6 +149830,7 @@ "ResourceGuid": "System.String", "ProvisioningState": "System.String", "ResourceGroupName": "System.String", + "RoutingState": "System.String", "Sku": "System.String", "Etag": "System.String", "AddressPrefix": "System.String", @@ -132494,7 +149966,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnConnection[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnConnection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnConnection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVpnConnection", "GenericTypeArguments": [], @@ -132709,7 +150181,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnConnection[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnConnection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnConnection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVpnConnection", "GenericTypeArguments": [], @@ -132924,7 +150396,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnConnection[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnConnection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnConnection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVpnConnection", "GenericTypeArguments": [], @@ -133107,7 +150579,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", "VirtualHub": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -133412,7 +150884,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", "VirtualHub": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -133792,7 +151264,115 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", + "VirtualHub": "Microsoft.Azure.Commands.Network.Models.PSResourceId", + "Connections": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVpnConnection]", + "Tag": "System.Collections.Hashtable", + "VpnGatewayScaleUnit": "System.Int32", + "ProvisioningState": "System.String", + "ResourceGroupName": "System.String", + "Location": "System.String", + "ResourceGuid": "System.String", + "Type": "System.String", + "TagsTable": "System.String", + "Name": "System.String", + "Etag": "System.String", + "Id": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] + }, + "ParameterSets": [ + "__AllParameterSets" + ] + } + ], + "Parameters": [ + { + "Name": "ResourceGroupName", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "Name", + "AliasList": [ + "ResourceName", + "VpnGatewayName", + "GatewayName" + ], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "InputObject", + "AliasList": [ + "VpnGateway" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Network.Models", + "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnGateway", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", "VirtualHub": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -133846,37 +151426,14 @@ } ] }, - "ParameterSets": [ - "__AllParameterSets" - ] - } - ], - "Parameters": [ - { - "Name": "ResourceGroupName", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { - "Name": "Name", - "AliasList": [ - "ResourceName", - "VpnGatewayName", - "GatewayName" - ], + "Name": "ResourceId", + "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", @@ -133893,81 +151450,14 @@ "ValidateNotNullOrEmpty": true }, { - "Name": "InputObject", - "AliasList": [ - "VpnGateway" - ], - "Type": { - "Namespace": "Microsoft.Azure.Commands.Network.Models", - "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", - "Properties": { - "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", - "VirtualHub": "Microsoft.Azure.Commands.Network.Models.PSResourceId", - "Connections": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVpnConnection]", - "Tag": "System.Collections.Hashtable", - "VpnGatewayScaleUnit": "System.Int32", - "ProvisioningState": "System.String", - "ResourceGroupName": "System.String", - "Location": "System.String", - "ResourceGuid": "System.String", - "Type": "System.String", - "TagsTable": "System.String", - "Name": "System.String", - "Etag": "System.String", - "Id": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [ - { - "Name": "", - "ReturnType": null, - "Parameters": [] - } - ] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - { - "Name": "ResourceId", + "Name": "VpnConnection", "AliasList": [], "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Namespace": "Microsoft.Azure.Commands.Network.Models", + "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnConnection[]", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnConnection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, - "ElementType": null, + "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVpnConnection", "GenericTypeArguments": [], "Methods": [], "Constructors": [] @@ -133975,17 +151465,17 @@ "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true + "ValidateNotNullOrEmpty": false }, { - "Name": "VpnConnection", + "Name": "VpnGatewayScaleUnit", "AliasList": [], "Type": { - "Namespace": "Microsoft.Azure.Commands.Network.Models", - "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnConnection[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnConnection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "Namespace": "System", + "Name": "System.UInt32", + "AssemblyQualifiedName": "System.UInt32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, - "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVpnConnection", + "ElementType": null, "GenericTypeArguments": [], "Methods": [], "Constructors": [] @@ -133996,14 +151486,14 @@ "ValidateNotNullOrEmpty": false }, { - "Name": "VpnGatewayScaleUnit", + "Name": "BgpPeeringAddress", "AliasList": [], "Type": { - "Namespace": "System", - "Name": "System.UInt32", - "AssemblyQualifiedName": "System.UInt32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Namespace": "Microsoft.Azure.Commands.Network.Models", + "Name": "Microsoft.Azure.Commands.Network.Models.PSIpConfigurationBgpPeeringAddress[]", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpConfigurationBgpPeeringAddress[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, - "ElementType": null, + "ElementType": "Microsoft.Azure.Commands.Network.Models.PSIpConfigurationBgpPeeringAddress", "GenericTypeArguments": [], "Methods": [], "Constructors": [] @@ -134146,7 +151636,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnConnection[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnConnection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnConnection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVpnConnection", "GenericTypeArguments": [], @@ -134187,6 +151677,30 @@ "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, + { + "ParameterMetadata": { + "Name": "BgpPeeringAddress", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Network.Models", + "Name": "Microsoft.Azure.Commands.Network.Models.PSIpConfigurationBgpPeeringAddress[]", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpConfigurationBgpPeeringAddress[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": {}, + "ElementType": "Microsoft.Azure.Commands.Network.Models.PSIpConfigurationBgpPeeringAddress", + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, { "ParameterMetadata": { "Name": "Tag", @@ -134288,7 +151802,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", "VirtualHub": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -134359,7 +151873,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnConnection[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnConnection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnConnection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVpnConnection", "GenericTypeArguments": [], @@ -134400,6 +151914,30 @@ "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, + { + "ParameterMetadata": { + "Name": "BgpPeeringAddress", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Network.Models", + "Name": "Microsoft.Azure.Commands.Network.Models.PSIpConfigurationBgpPeeringAddress[]", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpConfigurationBgpPeeringAddress[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": {}, + "ElementType": "Microsoft.Azure.Commands.Network.Models.PSIpConfigurationBgpPeeringAddress", + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, { "ParameterMetadata": { "Name": "Tag", @@ -134523,7 +152061,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnConnection[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnConnection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnConnection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVpnConnection", "GenericTypeArguments": [], @@ -134564,6 +152102,30 @@ "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, + { + "ParameterMetadata": { + "Name": "BgpPeeringAddress", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Network.Models", + "Name": "Microsoft.Azure.Commands.Network.Models.PSIpConfigurationBgpPeeringAddress[]", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpConfigurationBgpPeeringAddress[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": {}, + "ElementType": "Microsoft.Azure.Commands.Network.Models.PSIpConfigurationBgpPeeringAddress", + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, { "ParameterMetadata": { "Name": "Tag", @@ -134663,7 +152225,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnConnection[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnConnection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnConnection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVpnConnection", "GenericTypeArguments": [], @@ -134704,6 +152266,30 @@ "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, + { + "ParameterMetadata": { + "Name": "BgpPeeringAddress", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Network.Models", + "Name": "Microsoft.Azure.Commands.Network.Models.PSIpConfigurationBgpPeeringAddress[]", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpConfigurationBgpPeeringAddress[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": {}, + "ElementType": "Microsoft.Azure.Commands.Network.Models.PSIpConfigurationBgpPeeringAddress", + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, { "ParameterMetadata": { "Name": "Tag", @@ -134810,7 +152396,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnServerConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnServerConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnServerConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AadAuthenticationParameters": "Microsoft.Azure.Commands.Network.Models.PSAadAuthenticationParameters", "VpnClientRevokedCertificates": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSClientCertificate]", @@ -135120,7 +152706,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnServerConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnServerConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnServerConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AadAuthenticationParameters": "Microsoft.Azure.Commands.Network.Models.PSAadAuthenticationParameters", "VpnClientRevokedCertificates": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSClientCertificate]", @@ -135374,7 +152960,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSRadiusServer[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRadiusServer[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRadiusServer[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSRadiusServer", "GenericTypeArguments": [], @@ -135482,7 +153068,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy", "GenericTypeArguments": [], @@ -135705,7 +153291,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy", "GenericTypeArguments": [], @@ -135999,7 +153585,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy", "GenericTypeArguments": [], @@ -136163,7 +153749,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSRadiusServer[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRadiusServer[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRadiusServer[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSRadiusServer", "GenericTypeArguments": [], @@ -136365,7 +153951,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy", "GenericTypeArguments": [], @@ -136683,7 +154269,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy", "GenericTypeArguments": [], @@ -136866,7 +154452,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnServerConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnServerConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnServerConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AadAuthenticationParameters": "Microsoft.Azure.Commands.Network.Models.PSAadAuthenticationParameters", "VpnClientRevokedCertificates": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSClientCertificate]", @@ -137187,7 +154773,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnServerConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnServerConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnServerConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AadAuthenticationParameters": "Microsoft.Azure.Commands.Network.Models.PSAadAuthenticationParameters", "VpnClientRevokedCertificates": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSClientCertificate]", @@ -137583,7 +155169,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnServerConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnServerConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnServerConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AadAuthenticationParameters": "Microsoft.Azure.Commands.Network.Models.PSAadAuthenticationParameters", "VpnClientRevokedCertificates": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSClientCertificate]", @@ -137706,7 +155292,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnServerConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnServerConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnServerConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AadAuthenticationParameters": "Microsoft.Azure.Commands.Network.Models.PSAadAuthenticationParameters", "VpnClientRevokedCertificates": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSClientCertificate]", @@ -137922,7 +155508,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSRadiusServer[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRadiusServer[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRadiusServer[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSRadiusServer", "GenericTypeArguments": [], @@ -138030,7 +155616,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy", "GenericTypeArguments": [], @@ -138277,7 +155863,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy", "GenericTypeArguments": [], @@ -138492,7 +156078,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSRadiusServer[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRadiusServer[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRadiusServer[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSRadiusServer", "GenericTypeArguments": [], @@ -138619,7 +156205,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy", "GenericTypeArguments": [], @@ -138913,7 +156499,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy", "GenericTypeArguments": [], @@ -139031,7 +156617,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnServerConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnServerConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnServerConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AadAuthenticationParameters": "Microsoft.Azure.Commands.Network.Models.PSAadAuthenticationParameters", "VpnClientRevokedCertificates": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSClientCertificate]", @@ -139221,7 +156807,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy", "GenericTypeArguments": [], @@ -139339,7 +156925,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnServerConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnServerConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnServerConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AadAuthenticationParameters": "Microsoft.Azure.Commands.Network.Models.PSAadAuthenticationParameters", "VpnClientRevokedCertificates": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSClientCertificate]", @@ -139474,7 +157060,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSRadiusServer[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRadiusServer[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRadiusServer[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSRadiusServer", "GenericTypeArguments": [], @@ -139601,7 +157187,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy", "GenericTypeArguments": [], @@ -139719,7 +157305,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnServerConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnServerConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnServerConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AadAuthenticationParameters": "Microsoft.Azure.Commands.Network.Models.PSAadAuthenticationParameters", "VpnClientRevokedCertificates": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSClientCertificate]", @@ -139933,7 +157519,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy", "GenericTypeArguments": [], @@ -140178,7 +157764,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy", "GenericTypeArguments": [], @@ -140368,7 +157954,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSRadiusServer[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRadiusServer[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRadiusServer[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSRadiusServer", "GenericTypeArguments": [], @@ -140495,7 +158081,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy", "GenericTypeArguments": [], @@ -140764,7 +158350,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy", "GenericTypeArguments": [], @@ -140935,7 +158521,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy", "GenericTypeArguments": [], @@ -141058,7 +158644,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnSite", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSite, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSite, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", @@ -141354,7 +158940,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnSite", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSite, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSite, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", @@ -141515,7 +159101,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualWan", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualWan, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualWan, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AllowVnetToVnetTraffic": "System.Boolean", "AllowBranchToBranchTraffic": "System.Boolean", @@ -141741,7 +159327,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLink[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLink[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLink[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLink", "GenericTypeArguments": [], @@ -142528,7 +160114,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLink[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLink[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLink[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLink", "GenericTypeArguments": [], @@ -142791,7 +160377,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualWan", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualWan, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualWan, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AllowVnetToVnetTraffic": "System.Boolean", "AllowBranchToBranchTraffic": "System.Boolean", @@ -143220,7 +160806,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualWan", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualWan, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualWan, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AllowVnetToVnetTraffic": "System.Boolean", "AllowBranchToBranchTraffic": "System.Boolean", @@ -143290,7 +160876,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLink[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLink[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLink[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLink", "GenericTypeArguments": [], @@ -143960,7 +161546,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLink[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLink[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLink[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLink", "GenericTypeArguments": [], @@ -144230,7 +161816,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLink", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLink, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLink, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "BgpProperties": "Microsoft.Azure.Commands.Network.Models.PSVpnLinkBgpSettings", "LinkProperties": "Microsoft.Azure.Commands.Network.Models.PSVpnLinkProviderProperties", @@ -145063,7 +162649,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnSite", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSite, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSite, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", @@ -145370,7 +162956,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnSite", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSite, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSite, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", @@ -145752,7 +163338,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnSite", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSite, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSite, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", @@ -145861,7 +163447,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnSite", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSite, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSite, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", @@ -145984,7 +163570,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualWan", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualWan, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualWan, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AllowVnetToVnetTraffic": "System.Boolean", "AllowBranchToBranchTraffic": "System.Boolean", @@ -146210,7 +163796,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLink[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLink[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLink[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLink", "GenericTypeArguments": [], @@ -146594,7 +164180,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLink[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLink[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLink[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLink", "GenericTypeArguments": [], @@ -146977,7 +164563,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLink[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLink[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLink[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLink", "GenericTypeArguments": [], @@ -147144,7 +164730,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualWan", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualWan, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualWan, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AllowVnetToVnetTraffic": "System.Boolean", "AllowBranchToBranchTraffic": "System.Boolean", @@ -147406,7 +164992,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLink[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLink[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLink[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLink", "GenericTypeArguments": [], @@ -147765,7 +165351,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLink[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLink[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLink[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLink", "GenericTypeArguments": [], @@ -147883,7 +165469,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnSite", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSite, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSite, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", @@ -148196,7 +165782,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLink[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLink[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLink[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLink", "GenericTypeArguments": [], @@ -148314,7 +165900,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnSite", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSite, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSite, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", @@ -148603,7 +166189,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLink[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLink[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLink[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLink", "GenericTypeArguments": [], @@ -148721,7 +166307,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnSite", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSite, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSite, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", @@ -148794,7 +166380,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualWan", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualWan, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualWan, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AllowVnetToVnetTraffic": "System.Boolean", "AllowBranchToBranchTraffic": "System.Boolean", @@ -149056,7 +166642,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLink[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLink[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLink[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLink", "GenericTypeArguments": [], @@ -149174,7 +166760,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnSite", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSite, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSite, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", @@ -149439,7 +167025,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLink[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLink[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLink[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLink", "GenericTypeArguments": [], @@ -149821,7 +167407,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLink[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLink[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLink[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLink", "GenericTypeArguments": [], @@ -150179,7 +167765,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLink[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLink[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLink[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLink", "GenericTypeArguments": [], @@ -150321,7 +167907,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualWan", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualWan, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualWan, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AllowVnetToVnetTraffic": "System.Boolean", "AllowBranchToBranchTraffic": "System.Boolean", @@ -150583,7 +168169,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLink[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLink[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLink[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLink", "GenericTypeArguments": [], @@ -150917,7 +168503,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLink[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLink[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLink[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLink", "GenericTypeArguments": [], @@ -151225,7 +168811,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLink[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLink[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLink[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLink", "GenericTypeArguments": [], @@ -151348,7 +168934,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSDdosProtectionPlan", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSDdosProtectionPlan, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSDdosProtectionPlan, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "VirtualNetworks": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", "Tag": "System.Collections.Hashtable", @@ -151955,7 +169541,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitSku", "ExpressRoutePort": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -152055,7 +169641,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitSku", "ExpressRoutePort": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -152199,7 +169785,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitSku", "ExpressRoutePort": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -152337,7 +169923,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitAuthorization", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitAuthorization, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitAuthorization, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AuthorizationKey": "System.String", "AuthorizationUseStatus": "System.String", @@ -152413,7 +169999,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitSku", "ExpressRoutePort": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -152557,7 +170143,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitSku", "ExpressRoutePort": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -152695,7 +170281,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitAuthorization", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitAuthorization, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitAuthorization, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AuthorizationKey": "System.String", "AuthorizationUseStatus": "System.String", @@ -152885,7 +170471,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitSku", "ExpressRoutePort": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -152985,7 +170571,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitSku", "ExpressRoutePort": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -153129,7 +170715,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitSku", "ExpressRoutePort": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -153267,7 +170853,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitSku", "ExpressRoutePort": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -153527,7 +171113,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitSku", "ExpressRoutePort": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -153997,7 +171583,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitSku", "ExpressRoutePort": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -154233,7 +171819,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRoutePort", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRoutePort, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRoutePort, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Identity": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity", "Links": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSExpressRouteLink]", @@ -154325,7 +171911,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPeering[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPeering[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPeering[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSPeering", "GenericTypeArguments": [], @@ -154343,7 +171929,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitAuthorization[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitAuthorization[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitAuthorization[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitAuthorization", "GenericTypeArguments": [], @@ -154604,7 +172190,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPeering[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPeering[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPeering[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSPeering", "GenericTypeArguments": [], @@ -154628,7 +172214,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitAuthorization[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitAuthorization[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitAuthorization[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitAuthorization", "GenericTypeArguments": [], @@ -154996,7 +172582,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPeering[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPeering[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPeering[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSPeering", "GenericTypeArguments": [], @@ -155020,7 +172606,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitAuthorization[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitAuthorization[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitAuthorization[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitAuthorization", "GenericTypeArguments": [], @@ -155186,7 +172772,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRoutePort", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRoutePort, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRoutePort, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Identity": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity", "Links": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSExpressRouteLink]", @@ -155420,7 +173006,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPeering[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPeering[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPeering[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSPeering", "GenericTypeArguments": [], @@ -155444,7 +173030,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitAuthorization[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitAuthorization[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitAuthorization[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitAuthorization", "GenericTypeArguments": [], @@ -155617,7 +173203,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitSku", "ExpressRoutePort": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -155717,7 +173303,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitSku", "ExpressRoutePort": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -155982,7 +173568,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSRouteFilter", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteFilter, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteFilter, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Peerings": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSPeering]", "Rules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSRouteFilterRule]", @@ -156159,7 +173745,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitSku", "ExpressRoutePort": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -156609,7 +174195,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitSku", "ExpressRoutePort": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -157011,7 +174597,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSRouteFilter", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteFilter, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteFilter, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Peerings": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSPeering]", "Rules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSRouteFilterRule]", @@ -157116,7 +174702,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitSku", "ExpressRoutePort": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -157529,7 +175115,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitSku", "ExpressRoutePort": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -157629,7 +175215,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitSku", "ExpressRoutePort": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -157848,7 +175434,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitSku", "ExpressRoutePort": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -158102,7 +175688,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitSku", "ExpressRoutePort": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -158319,7 +175905,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitConnection", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "IPv6CircuitConnectionConfig": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitConnectionIPv6ConnectionConfig", "ExpressRouteCircuitPeering": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -158402,7 +175988,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitSku", "ExpressRoutePort": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -158546,7 +176132,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitSku", "ExpressRoutePort": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -158684,7 +176270,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitSku", "ExpressRoutePort": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -158784,7 +176370,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitSku", "ExpressRoutePort": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -158859,6 +176445,27 @@ "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, + { + "Name": "AddressPrefixType", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [ + "IPv4", + "IPv6" + ], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, { "Name": "DefaultProfile", "AliasList": [ @@ -158928,7 +176535,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitSku", "ExpressRoutePort": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -159008,6 +176615,33 @@ "ValueFromPipeline": true, "ValueFromPipelineByPropertyName": false }, + { + "ParameterMetadata": { + "Name": "AddressPrefixType", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [ + "IPv4", + "IPv6" + ], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, { "ParameterMetadata": { "Name": "DefaultProfile", @@ -159066,7 +176700,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitSku", "ExpressRoutePort": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -159166,7 +176800,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitSku", "ExpressRoutePort": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -159385,7 +177019,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitSku", "ExpressRoutePort": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -159639,7 +177273,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitSku", "ExpressRoutePort": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -159856,7 +177490,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPeering", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPeering, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPeering, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Ipv6PeeringConfig": "Microsoft.Azure.Commands.Network.Models.PSIpv6PeeringConfig", "MicrosoftPeeringConfig": "Microsoft.Azure.Commands.Network.Models.PSPeeringConfig", @@ -159952,7 +177586,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitSku", "ExpressRoutePort": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -160096,7 +177730,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitSku", "ExpressRoutePort": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -160234,7 +177868,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPeering", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPeering, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPeering, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Ipv6PeeringConfig": "Microsoft.Azure.Commands.Network.Models.PSIpv6PeeringConfig", "MicrosoftPeeringConfig": "Microsoft.Azure.Commands.Network.Models.PSPeeringConfig", @@ -160514,7 +178148,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSRouteFilter", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteFilter, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteFilter, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Peerings": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSPeering]", "Rules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSRouteFilterRule]", @@ -161369,7 +179003,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSRouteFilter", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteFilter, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteFilter, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Peerings": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSPeering]", "Rules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSRouteFilterRule]", @@ -161800,7 +179434,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitSku", "ExpressRoutePort": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -161900,7 +179534,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitSku", "ExpressRoutePort": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -162066,7 +179700,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitSku", "ExpressRoutePort": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -162232,7 +179866,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitSku", "ExpressRoutePort": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -162332,7 +179966,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitSku", "ExpressRoutePort": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -162597,7 +180231,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSRouteFilter", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteFilter, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteFilter, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Peerings": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSPeering]", "Rules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSRouteFilterRule]", @@ -162774,7 +180408,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitSku", "ExpressRoutePort": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -163224,7 +180858,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitSku", "ExpressRoutePort": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -163626,7 +181260,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSRouteFilter", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteFilter, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteFilter, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Peerings": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSPeering]", "Rules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSRouteFilterRule]", @@ -163731,7 +181365,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitSku", "ExpressRoutePort": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -164467,7 +182101,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitSku", "ExpressRoutePort": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -164549,7 +182183,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitSku", "ExpressRoutePort": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -164687,7 +182321,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitSku", "ExpressRoutePort": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -164849,7 +182483,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitArpTable", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitArpTable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitArpTable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Age": "System.Nullable`1[System.Int32]", "InterfaceProperty": "System.String", @@ -164966,7 +182600,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network", "Name": "Microsoft.Azure.Commands.Network.DevicePathEnum", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.DevicePathEnum, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.DevicePathEnum, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -165187,7 +182821,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network", "Name": "Microsoft.Azure.Commands.Network.DevicePathEnum", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.DevicePathEnum, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.DevicePathEnum, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -165347,7 +182981,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitRoutesTable", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitRoutesTable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitRoutesTable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Weight": "System.Nullable`1[System.Int32]", "Network": "System.String", @@ -165465,7 +183099,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network", "Name": "Microsoft.Azure.Commands.Network.DevicePathEnum", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.DevicePathEnum, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.DevicePathEnum, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -165686,7 +183320,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network", "Name": "Microsoft.Azure.Commands.Network.DevicePathEnum", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.DevicePathEnum, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.DevicePathEnum, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -165846,7 +183480,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitRoutesTableSummary", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitRoutesTableSummary, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitRoutesTableSummary, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "V": "System.Nullable`1[System.Int32]", "AsProperty": "System.Nullable`1[System.Int32]", @@ -165964,7 +183598,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network", "Name": "Microsoft.Azure.Commands.Network.DevicePathEnum", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.DevicePathEnum, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.DevicePathEnum, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -166185,7 +183819,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network", "Name": "Microsoft.Azure.Commands.Network.DevicePathEnum", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.DevicePathEnum, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.DevicePathEnum, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -166345,7 +183979,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitStats", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitStats, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitStats, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "PrimaryBytesIn": "System.Nullable`1[System.Int64]", "PrimaryBytesOut": "System.Nullable`1[System.Int64]", @@ -166633,7 +184267,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitArpTable", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitArpTable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitArpTable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Age": "System.Nullable`1[System.Int32]", "InterfaceProperty": "System.String", @@ -166728,7 +184362,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCrossConnection", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCrossConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCrossConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ExpressRouteCircuit": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitReference", "Peerings": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSExpressRouteCrossConnectionPeering]", @@ -166822,7 +184456,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network", "Name": "Microsoft.Azure.Commands.Network.DevicePathEnum", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.DevicePathEnum, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.DevicePathEnum, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -167046,7 +184680,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network", "Name": "Microsoft.Azure.Commands.Network.DevicePathEnum", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.DevicePathEnum, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.DevicePathEnum, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -167202,7 +184836,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCrossConnection", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCrossConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCrossConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ExpressRouteCircuit": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitReference", "Peerings": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSExpressRouteCrossConnectionPeering]", @@ -167308,7 +184942,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network", "Name": "Microsoft.Azure.Commands.Network.DevicePathEnum", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.DevicePathEnum, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.DevicePathEnum, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -167492,7 +185126,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network", "Name": "Microsoft.Azure.Commands.Network.DevicePathEnum", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.DevicePathEnum, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.DevicePathEnum, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -167655,7 +185289,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitRoutesTable", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitRoutesTable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitRoutesTable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Weight": "System.Nullable`1[System.Int32]", "Network": "System.String", @@ -167751,7 +185385,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCrossConnection", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCrossConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCrossConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ExpressRouteCircuit": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitReference", "Peerings": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSExpressRouteCrossConnectionPeering]", @@ -167845,7 +185479,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network", "Name": "Microsoft.Azure.Commands.Network.DevicePathEnum", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.DevicePathEnum, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.DevicePathEnum, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -168069,7 +185703,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network", "Name": "Microsoft.Azure.Commands.Network.DevicePathEnum", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.DevicePathEnum, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.DevicePathEnum, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -168225,7 +185859,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCrossConnection", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCrossConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCrossConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ExpressRouteCircuit": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitReference", "Peerings": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSExpressRouteCrossConnectionPeering]", @@ -168331,7 +185965,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network", "Name": "Microsoft.Azure.Commands.Network.DevicePathEnum", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.DevicePathEnum, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.DevicePathEnum, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -168515,7 +186149,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network", "Name": "Microsoft.Azure.Commands.Network.DevicePathEnum", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.DevicePathEnum, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.DevicePathEnum, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -168678,7 +186312,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCrossConnection", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCrossConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCrossConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ExpressRouteCircuit": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitReference", "Peerings": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSExpressRouteCrossConnectionPeering]", @@ -168790,7 +186424,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCrossConnection", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCrossConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCrossConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ExpressRouteCircuit": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitReference", "Peerings": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSExpressRouteCrossConnectionPeering]", @@ -168884,7 +186518,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network", "Name": "Microsoft.Azure.Commands.Network.DevicePathEnum", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.DevicePathEnum, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.DevicePathEnum, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -169108,7 +186742,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network", "Name": "Microsoft.Azure.Commands.Network.DevicePathEnum", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.DevicePathEnum, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.DevicePathEnum, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -169264,7 +186898,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCrossConnection", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCrossConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCrossConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ExpressRouteCircuit": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitReference", "Peerings": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSExpressRouteCrossConnectionPeering]", @@ -169370,7 +187004,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network", "Name": "Microsoft.Azure.Commands.Network.DevicePathEnum", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.DevicePathEnum, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.DevicePathEnum, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -169554,7 +187188,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network", "Name": "Microsoft.Azure.Commands.Network.DevicePathEnum", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.DevicePathEnum, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.DevicePathEnum, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -169717,7 +187351,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCrossConnection", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCrossConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCrossConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ExpressRouteCircuit": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitReference", "Peerings": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSExpressRouteCrossConnectionPeering]", @@ -169808,7 +187442,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCrossConnection", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCrossConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCrossConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ExpressRouteCircuit": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitReference", "Peerings": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSExpressRouteCrossConnectionPeering]", @@ -170148,7 +187782,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCrossConnection", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCrossConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCrossConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ExpressRouteCircuit": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitReference", "Peerings": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSExpressRouteCrossConnectionPeering]", @@ -170552,7 +188186,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCrossConnectionPeering", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCrossConnectionPeering, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCrossConnectionPeering, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Ipv6PeeringConfig": "Microsoft.Azure.Commands.Network.Models.PSIpv6PeeringConfig", "MicrosoftPeeringConfig": "Microsoft.Azure.Commands.Network.Models.PSPeeringConfig", @@ -170642,7 +188276,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCrossConnection", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCrossConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCrossConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ExpressRouteCircuit": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitReference", "Peerings": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSExpressRouteCrossConnectionPeering]", @@ -170777,7 +188411,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCrossConnection", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCrossConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCrossConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ExpressRouteCircuit": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitReference", "Peerings": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSExpressRouteCrossConnectionPeering]", @@ -170906,7 +188540,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCrossConnection", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCrossConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCrossConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ExpressRouteCircuit": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitReference", "Peerings": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSExpressRouteCrossConnectionPeering]", @@ -170979,7 +188613,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCrossConnection", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCrossConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCrossConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ExpressRouteCircuit": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitReference", "Peerings": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSExpressRouteCrossConnectionPeering]", @@ -171148,7 +188782,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCrossConnection", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCrossConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCrossConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ExpressRouteCircuit": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitReference", "Peerings": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSExpressRouteCrossConnectionPeering]", @@ -171353,7 +188987,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCrossConnection", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCrossConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCrossConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ExpressRouteCircuit": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitReference", "Peerings": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSExpressRouteCrossConnectionPeering]", @@ -171600,7 +189234,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCrossConnection", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCrossConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCrossConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ExpressRouteCircuit": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitReference", "Peerings": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSExpressRouteCrossConnectionPeering]", @@ -171673,7 +189307,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCrossConnection", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCrossConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCrossConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ExpressRouteCircuit": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitReference", "Peerings": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSExpressRouteCrossConnectionPeering]", @@ -171817,7 +189451,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCrossConnectionPeering[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCrossConnectionPeering[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCrossConnectionPeering[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCrossConnectionPeering", "GenericTypeArguments": [], @@ -171910,7 +189544,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCrossConnection", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCrossConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCrossConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ExpressRouteCircuit": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitReference", "Peerings": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSExpressRouteCrossConnectionPeering]", @@ -172176,7 +189810,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCrossConnectionPeering[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCrossConnectionPeering[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCrossConnectionPeering[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCrossConnectionPeering", "GenericTypeArguments": [], @@ -172391,7 +190025,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRoutePortsLocation", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRoutePortsLocation, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRoutePortsLocation, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AvailableBandwidths": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSExpressRoutePortsLocationBandwidths]", "Tag": "System.Collections.Hashtable", @@ -172589,7 +190223,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRoutePort", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRoutePort, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRoutePort, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Identity": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity", "Links": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSExpressRouteLink]", @@ -172972,7 +190606,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "UserAssignedIdentities": "System.Collections.Generic.Dictionary`2[System.String,Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentityUserAssignedIdentitiesValue]", "Type": "System.Nullable`1[Microsoft.Azure.Management.Network.Models.ResourceIdentityType]", @@ -173028,7 +190662,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRoutePort", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRoutePort, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRoutePort, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Identity": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity", "Links": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSExpressRouteLink]", @@ -173141,7 +190775,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRoutePort", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRoutePort, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRoutePort, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Identity": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity", "Links": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSExpressRouteLink]", @@ -173272,7 +190906,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "UserAssignedIdentities": "System.Collections.Generic.Dictionary`2[System.String,Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentityUserAssignedIdentitiesValue]", "Type": "System.Nullable`1[Microsoft.Azure.Management.Network.Models.ResourceIdentityType]", @@ -173464,7 +191098,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRoutePort", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRoutePort, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRoutePort, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Identity": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity", "Links": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSExpressRouteLink]", @@ -173539,7 +191173,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRoutePort", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRoutePort, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRoutePort, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Identity": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity", "Links": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSExpressRouteLink]", @@ -173652,7 +191286,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRoutePort", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRoutePort, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRoutePort, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Identity": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity", "Links": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSExpressRouteLink]", @@ -173783,7 +191417,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRoutePort", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRoutePort, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRoutePort, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Identity": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity", "Links": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSExpressRouteLink]", @@ -173858,7 +191492,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRoutePort", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRoutePort, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRoutePort, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Identity": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity", "Links": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSExpressRouteLink]", @@ -173991,7 +191625,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRoutePort", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRoutePort, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRoutePort, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Identity": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity", "Links": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSExpressRouteLink]", @@ -174148,7 +191782,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteLink", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteLink, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteLink, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "MacSecConfig": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteLinkMacSecConfig", "RouterName": "System.String", @@ -174230,7 +191864,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRoutePort", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRoutePort, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRoutePort, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Identity": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity", "Links": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSExpressRouteLink]", @@ -174385,7 +192019,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRoutePort", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRoutePort, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRoutePort, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Identity": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity", "Links": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSExpressRouteLink]", @@ -174509,7 +192143,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRoutePort", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRoutePort, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRoutePort, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Identity": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity", "Links": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSExpressRouteLink]", @@ -174657,7 +192291,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRoutePort", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRoutePort, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRoutePort, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Identity": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity", "Links": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSExpressRouteLink]", @@ -174788,7 +192422,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRoutePort", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRoutePort, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRoutePort, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Identity": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity", "Links": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSExpressRouteLink]", @@ -175009,7 +192643,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteLink[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteLink[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteLink[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteLink", "GenericTypeArguments": [], @@ -175063,7 +192697,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "UserAssignedIdentities": "System.Collections.Generic.Dictionary`2[System.String,Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentityUserAssignedIdentitiesValue]", "Type": "System.Nullable`1[Microsoft.Azure.Management.Network.Models.ResourceIdentityType]", @@ -175301,7 +192935,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteLink[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteLink[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteLink[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteLink", "GenericTypeArguments": [], @@ -175373,7 +193007,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "UserAssignedIdentities": "System.Collections.Generic.Dictionary`2[System.String,Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentityUserAssignedIdentitiesValue]", "Type": "System.Nullable`1[Microsoft.Azure.Management.Network.Models.ResourceIdentityType]", @@ -175648,7 +193282,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteLink[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteLink[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteLink[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteLink", "GenericTypeArguments": [], @@ -175720,7 +193354,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "UserAssignedIdentities": "System.Collections.Generic.Dictionary`2[System.String,Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentityUserAssignedIdentitiesValue]", "Type": "System.Nullable`1[Microsoft.Azure.Management.Network.Models.ResourceIdentityType]", @@ -175945,7 +193579,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteLink[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteLink[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteLink[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteLink", "GenericTypeArguments": [], @@ -176017,7 +193651,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "UserAssignedIdentities": "System.Collections.Generic.Dictionary`2[System.String,Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentityUserAssignedIdentitiesValue]", "Type": "System.Nullable`1[Microsoft.Azure.Management.Network.Models.ResourceIdentityType]", @@ -176148,7 +193782,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRoutePort", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRoutePort, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRoutePort, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Identity": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity", "Links": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSExpressRouteLink]", @@ -176371,7 +194005,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRoutePort", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRoutePort, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRoutePort, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Identity": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity", "Links": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSExpressRouteLink]", @@ -176996,7 +194630,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRoutePort", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRoutePort, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRoutePort, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Identity": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity", "Links": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSExpressRouteLink]", @@ -177073,7 +194707,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRoutePort", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRoutePort, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRoutePort, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Identity": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity", "Links": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSExpressRouteLink]", @@ -177206,7 +194840,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRoutePort", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRoutePort, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRoutePort, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Identity": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity", "Links": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSExpressRouteLink]", @@ -177361,7 +194995,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallCondition", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallCondition, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallCondition, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "MatchVariables": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallMatchVariable]", "MatchValues": "System.Collections.Generic.List`1[System.String]", @@ -177421,7 +195055,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallMatchVariable[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallMatchVariable[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallMatchVariable[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallMatchVariable", "GenericTypeArguments": [], @@ -177569,7 +195203,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallMatchVariable[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallMatchVariable[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallMatchVariable[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallMatchVariable", "GenericTypeArguments": [], @@ -177759,7 +195393,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallCustomRule", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallCustomRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallCustomRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "MatchConditions": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallCondition]", "Priority": "System.Int32", @@ -177873,7 +195507,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallCondition[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallCondition[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallCondition[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallCondition", "GenericTypeArguments": [], @@ -178026,7 +195660,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallCondition[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallCondition[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallCondition[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallCondition", "GenericTypeArguments": [], @@ -178129,7 +195763,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallMatchVariable", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallMatchVariable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallMatchVariable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "VariableName": "System.String", "Selector": "System.String" @@ -178375,7 +196009,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayWebApplicationFirewallPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayWebApplicationFirewallPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayWebApplicationFirewallPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ManagedRules": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRules", "PolicySettings": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicySettings", @@ -178617,7 +196251,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyExclusion", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyExclusion, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyExclusion, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "MatchVariable": "System.String", "SelectorMatchOperator": "System.String", @@ -178908,7 +196542,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRuleOverride", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRuleOverride, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRuleOverride, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "RuleId": "System.String", "State": "System.String" @@ -179140,7 +196774,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRuleGroupOverride", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRuleGroupOverride, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRuleGroupOverride, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Rules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRuleOverride]", "RuleGroupName": "System.String" @@ -179212,7 +196846,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRuleOverride[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRuleOverride[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRuleOverride[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRuleOverride", "GenericTypeArguments": [], @@ -179293,7 +196927,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRuleOverride[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRuleOverride[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRuleOverride[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRuleOverride", "GenericTypeArguments": [], @@ -179368,7 +197002,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRuleSet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRuleSet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRuleSet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "RuleGroupOverrides": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRuleGroupOverride]", "RuleSetVersion": "System.String", @@ -179459,7 +197093,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRuleGroupOverride[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRuleGroupOverride[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRuleGroupOverride[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRuleGroupOverride", "GenericTypeArguments": [], @@ -179564,7 +197198,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRuleGroupOverride[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRuleGroupOverride[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRuleGroupOverride[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRuleGroupOverride", "GenericTypeArguments": [], @@ -179639,7 +197273,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRules", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRules, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRules, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Exclusions": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyExclusion]", "ManagedRuleSets": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRuleSet]" @@ -179693,7 +197327,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRuleSet[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRuleSet[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRuleSet[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRuleSet", "GenericTypeArguments": [], @@ -179711,7 +197345,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyExclusion[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyExclusion[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyExclusion[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyExclusion", "GenericTypeArguments": [], @@ -179768,7 +197402,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRuleSet[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRuleSet[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRuleSet[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRuleSet", "GenericTypeArguments": [], @@ -179792,7 +197426,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyExclusion[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyExclusion[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyExclusion[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyExclusion", "GenericTypeArguments": [], @@ -179867,7 +197501,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayWebApplicationFirewallPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayWebApplicationFirewallPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayWebApplicationFirewallPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ManagedRules": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRules", "PolicySettings": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicySettings", @@ -179987,7 +197621,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallCustomRule[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallCustomRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallCustomRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallCustomRule", "GenericTypeArguments": [], @@ -180005,7 +197639,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicySettings", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicySettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicySettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "RequestBodyCheck": "System.Boolean", "MaxRequestBodySizeInKb": "System.Int32", @@ -180061,7 +197695,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRules", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRules, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRules, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Exclusions": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyExclusion]", "ManagedRuleSets": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRuleSet]" @@ -180106,15 +197740,939 @@ "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false + "ValidateNotNullOrEmpty": false + }, + { + "Name": "Tag", + "AliasList": [], + "Type": { + "Namespace": "System.Collections", + "Name": "System.Collections.Hashtable", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "Force", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "AsJob", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + } + ], + "ParameterSets": [ + { + "Name": "__AllParameterSets", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "Name", + "AliasList": [ + "ResourceName" + ], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "ResourceGroupName", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "Location", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "CustomRule", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Network.Models", + "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallCustomRule[]", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallCustomRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": {}, + "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallCustomRule", + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "PolicySetting", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Network.Models", + "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicySettings", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicySettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "RequestBodyCheck": "System.Boolean", + "MaxRequestBodySizeInKb": "System.Int32", + "FileUploadLimitInMb": "System.Int32", + "State": "System.String", + "Mode": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "ManagedRule", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Network.Models", + "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRules", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRules, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "Exclusions": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyExclusion]", + "ManagedRuleSets": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRuleSet]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "Tag", + "AliasList": [], + "Type": { + "Namespace": "System.Collections", + "Name": "System.Collections.Hashtable", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "Force", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "AsJob", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + } + ], + "AliasList": [] + }, + { + "VerbName": "New", + "NounName": "AzApplicationGatewayFirewallPolicySetting", + "Name": "New-AzApplicationGatewayFirewallPolicySetting", + "ClassName": "Microsoft.Azure.Commands.Network.NewAzureApplicationGatewayFirewallPolicySettingCommand", + "SupportsShouldProcess": false, + "ConfirmImpact": 2, + "SupportsPaging": false, + "DefaultParameterSetName": "__AllParameterSets", + "OutputTypes": [ + { + "Type": { + "Namespace": "Microsoft.Azure.Commands.Network.Models", + "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicySettings", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicySettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "RequestBodyCheck": "System.Boolean", + "MaxRequestBodySizeInKb": "System.Int32", + "FileUploadLimitInMb": "System.Int32", + "State": "System.String", + "Mode": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] + }, + "ParameterSets": [ + "__AllParameterSets" + ] + } + ], + "Parameters": [ + { + "Name": "Mode", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [ + "Prevention", + "Detection" + ], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "State", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [ + "Disabled", + "Enabled" + ], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "DisableRequestBodyCheck", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "MaxRequestBodySizeInKb", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.Int32", + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "MaxFileUploadInMb", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.Int32", + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + } + ], + "ParameterSets": [ + { + "Name": "__AllParameterSets", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "Mode", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [ + "Prevention", + "Detection" + ], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "State", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [ + "Disabled", + "Enabled" + ], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DisableRequestBodyCheck", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "MaxRequestBodySizeInKb", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.Int32", + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "MaxFileUploadInMb", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.Int32", + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + } + ], + "AliasList": [] + }, + { + "VerbName": "Remove", + "NounName": "AzApplicationGatewayFirewallPolicy", + "Name": "Remove-AzApplicationGatewayFirewallPolicy", + "ClassName": "Microsoft.Azure.Commands.Network.RemoveAzureApplicationGatewayFirewallPolicyCommand", + "SupportsShouldProcess": true, + "ConfirmImpact": 2, + "SupportsPaging": false, + "DefaultParameterSetName": "ByFactoryName", + "OutputTypes": [ + { + "Type": { + "Namespace": "System", + "Name": "System.Boolean", + "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ParameterSets": [ + "__AllParameterSets" + ] + } + ], + "Parameters": [ + { + "Name": "Name", + "AliasList": [ + "ResourceName" + ], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "ResourceGroupName", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "InputObject", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Network.Models", + "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayWebApplicationFirewallPolicy", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayWebApplicationFirewallPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "ManagedRules": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRules", + "PolicySettings": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicySettings", + "CustomRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallCustomRule]", + "Tag": "System.Collections.Hashtable", + "ResourceGroupName": "System.String", + "Location": "System.String", + "ResourceGuid": "System.String", + "Type": "System.String", + "TagsTable": "System.String", + "Name": "System.String", + "Etag": "System.String", + "Id": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true }, { - "Name": "Tag", + "Name": "ResourceId", "AliasList": [], "Type": { - "Namespace": "System.Collections", - "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -180124,7 +198682,7 @@ "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false + "ValidateNotNullOrEmpty": true }, { "Name": "Force", @@ -180144,6 +198702,24 @@ "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, + { + "Name": "PassThru", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, { "Name": "AsJob", "AliasList": [], @@ -180198,7 +198774,7 @@ ], "ParameterSets": [ { - "Name": "__AllParameterSets", + "Name": "ByFactoryName", "Parameters": [ { "ParameterMetadata": { @@ -180252,12 +198828,12 @@ }, { "ParameterMetadata": { - "Name": "Location", + "Name": "Force", "AliasList": [], "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -180267,23 +198843,23 @@ "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true + "ValidateNotNullOrEmpty": false }, - "Mandatory": true, + "Mandatory": false, "Position": -2147483648, "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true + "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "CustomRule", + "Name": "PassThru", "AliasList": [], "Type": { - "Namespace": "Microsoft.Azure.Commands.Network.Models", - "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallCustomRule[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallCustomRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, - "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallCustomRule", + "ElementType": null, "GenericTypeArguments": [], "Methods": [], "Constructors": [] @@ -180296,59 +198872,60 @@ "Mandatory": false, "Position": -2147483648, "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true + "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "PolicySetting", + "Name": "AsJob", "AliasList": [], "Type": { - "Namespace": "Microsoft.Azure.Commands.Network.Models", - "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicySettings", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicySettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { - "RequestBodyCheck": "System.Boolean", - "MaxRequestBodySizeInKb": "System.Int32", - "FileUploadLimitInMb": "System.Int32", - "State": "System.String", - "Mode": "System.String" + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" }, "ElementType": null, "GenericTypeArguments": [], "Methods": [ { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "GetType", + "Name": "Clear", "Parameters": [], - "ReturnType": "System.Type" + "ReturnType": "System.Void" } ], - "Constructors": [ - { - "Name": "", - "ReturnType": null, - "Parameters": [] - } - ] + "Constructors": [] }, "ValidateSet": [], "ValidateRangeMin": null, @@ -180358,19 +198935,34 @@ "Mandatory": false, "Position": -2147483648, "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "ByFactoryObject", + "Parameters": [ { "ParameterMetadata": { - "Name": "ManagedRule", + "Name": "InputObject", "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", - "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRules", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRules, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayWebApplicationFirewallPolicy", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayWebApplicationFirewallPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { - "Exclusions": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyExclusion]", - "ManagedRuleSets": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRuleSet]" + "ManagedRules": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRules", + "PolicySettings": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicySettings", + "CustomRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallCustomRule]", + "Tag": "System.Collections.Hashtable", + "ResourceGroupName": "System.String", + "Location": "System.String", + "ResourceGuid": "System.String", + "Type": "System.String", + "TagsTable": "System.String", + "Name": "System.String", + "Etag": "System.String", + "Id": "System.String" }, "ElementType": null, "GenericTypeArguments": [], @@ -180412,21 +199004,21 @@ "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false + "ValidateNotNullOrEmpty": true }, - "Mandatory": false, + "Mandatory": true, "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true + "ValueFromPipeline": true, + "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "Tag", + "Name": "Force", "AliasList": [], "Type": { - "Namespace": "System.Collections", - "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -180441,11 +199033,11 @@ "Mandatory": false, "Position": -2147483648, "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true + "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "Force", + "Name": "PassThru", "AliasList": [], "Type": { "Namespace": "System.Management.Automation", @@ -180531,212 +199123,13 @@ "ValueFromPipelineByPropertyName": false } ] - } - ], - "AliasList": [] - }, - { - "VerbName": "New", - "NounName": "AzApplicationGatewayFirewallPolicySetting", - "Name": "New-AzApplicationGatewayFirewallPolicySetting", - "ClassName": "Microsoft.Azure.Commands.Network.NewAzureApplicationGatewayFirewallPolicySettingCommand", - "SupportsShouldProcess": false, - "ConfirmImpact": 2, - "SupportsPaging": false, - "DefaultParameterSetName": "__AllParameterSets", - "OutputTypes": [ - { - "Type": { - "Namespace": "Microsoft.Azure.Commands.Network.Models", - "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicySettings", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicySettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", - "Properties": { - "RequestBodyCheck": "System.Boolean", - "MaxRequestBodySizeInKb": "System.Int32", - "FileUploadLimitInMb": "System.Int32", - "State": "System.String", - "Mode": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [ - { - "Name": "", - "ReturnType": null, - "Parameters": [] - } - ] - }, - "ParameterSets": [ - "__AllParameterSets" - ] - } - ], - "Parameters": [ - { - "Name": "Mode", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [ - "Prevention", - "Detection" - ], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - { - "Name": "State", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [ - "Disabled", - "Enabled" - ], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - { - "Name": "DisableRequestBodyCheck", - "AliasList": [], - "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "MaxRequestBodySizeInKb", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.Int32", - "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - { - "Name": "MaxFileUploadInMb", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.Int32", - "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true }, { - "Name": "DefaultProfile", - "AliasList": [ - "AzContext", - "AzureRmContext", - "AzureCredential" - ], - "Type": { - "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", - "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", - "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", - "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", - "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "Clear", - "Parameters": [], - "ReturnType": "System.Void" - } - ], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - } - ], - "ParameterSets": [ - { - "Name": "__AllParameterSets", + "Name": "ByResourceId", "Parameters": [ { "ParameterMetadata": { - "Name": "Mode", + "Name": "ResourceId", "AliasList": [], "Type": { "Namespace": "System", @@ -180748,14 +199141,35 @@ "Methods": [], "Constructors": [] }, - "ValidateSet": [ - "Prevention", - "Detection" - ], + "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "Force", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, "Mandatory": false, "Position": -2147483648, "ValueFromPipeline": false, @@ -180763,25 +199177,22 @@ }, { "ParameterMetadata": { - "Name": "State", + "Name": "PassThru", "AliasList": [], "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], "Methods": [], "Constructors": [] }, - "ValidateSet": [ - "Disabled", - "Enabled" - ], + "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true + "ValidateNotNullOrEmpty": false }, "Mandatory": false, "Position": -2147483648, @@ -180790,7 +199201,7 @@ }, { "ParameterMetadata": { - "Name": "DisableRequestBodyCheck", + "Name": "AsJob", "AliasList": [], "Type": { "Namespace": "System.Management.Automation", @@ -180814,12 +199225,56 @@ }, { "ParameterMetadata": { - "Name": "MaxRequestBodySizeInKb", + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "__AllParameterSets", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "Force", "AliasList": [], "Type": { - "Namespace": "System", - "Name": "System.Int32", - "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -180829,7 +199284,7 @@ "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true + "ValidateNotNullOrEmpty": false }, "Mandatory": false, "Position": -2147483648, @@ -180838,12 +199293,12 @@ }, { "ParameterMetadata": { - "Name": "MaxFileUploadInMb", + "Name": "PassThru", "AliasList": [], "Type": { - "Namespace": "System", - "Name": "System.Int32", - "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -180853,7 +199308,31 @@ "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "AsJob", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false }, "Mandatory": false, "Position": -2147483648, @@ -180905,25 +199384,70 @@ "AliasList": [] }, { - "VerbName": "Remove", + "VerbName": "Set", "NounName": "AzApplicationGatewayFirewallPolicy", - "Name": "Remove-AzApplicationGatewayFirewallPolicy", - "ClassName": "Microsoft.Azure.Commands.Network.RemoveAzureApplicationGatewayFirewallPolicyCommand", + "Name": "Set-AzApplicationGatewayFirewallPolicy", + "ClassName": "Microsoft.Azure.Commands.Network.SetAzureApplicationGatewayFirewallPolicyCommand", "SupportsShouldProcess": true, "ConfirmImpact": 2, "SupportsPaging": false, - "DefaultParameterSetName": "ByFactoryName", + "DefaultParameterSetName": "ByFactoryObject", "OutputTypes": [ { "Type": { - "Namespace": "System", - "Name": "System.Boolean", - "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, + "Namespace": "Microsoft.Azure.Commands.Network.Models", + "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayWebApplicationFirewallPolicy", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayWebApplicationFirewallPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "ManagedRules": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRules", + "PolicySettings": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicySettings", + "CustomRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallCustomRule]", + "Tag": "System.Collections.Hashtable", + "ResourceGroupName": "System.String", + "Location": "System.String", + "ResourceGuid": "System.String", + "Type": "System.String", + "TagsTable": "System.String", + "Name": "System.String", + "Etag": "System.String", + "Id": "System.String" + }, "ElementType": null, "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] }, "ParameterSets": [ "__AllParameterSets" @@ -180933,9 +199457,7 @@ "Parameters": [ { "Name": "Name", - "AliasList": [ - "ResourceName" - ], + "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", @@ -180975,7 +199497,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayWebApplicationFirewallPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayWebApplicationFirewallPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayWebApplicationFirewallPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ManagedRules": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRules", "PolicySettings": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicySettings", @@ -181030,7 +199552,7 @@ "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true + "ValidateNotNullOrEmpty": false }, { "Name": "ResourceId", @@ -181051,14 +199573,14 @@ "ValidateNotNullOrEmpty": true }, { - "Name": "Force", + "Name": "CustomRule", "AliasList": [], "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Namespace": "Microsoft.Azure.Commands.Network.Models", + "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallCustomRule[]", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallCustomRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, - "ElementType": null, + "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallCustomRule", "GenericTypeArguments": [], "Methods": [], "Constructors": [] @@ -181069,17 +199591,108 @@ "ValidateNotNullOrEmpty": false }, { - "Name": "PassThru", + "Name": "PolicySetting", "AliasList": [], "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, + "Namespace": "Microsoft.Azure.Commands.Network.Models", + "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicySettings", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicySettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "RequestBodyCheck": "System.Boolean", + "MaxRequestBodySizeInKb": "System.Int32", + "FileUploadLimitInMb": "System.Int32", + "State": "System.String", + "Mode": "System.String" + }, "ElementType": null, "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ManagedRule", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Network.Models", + "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRules", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRules, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "Exclusions": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyExclusion]", + "ManagedRuleSets": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRuleSet]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] }, "ValidateSet": [], "ValidateRangeMin": null, @@ -181145,9 +199758,7 @@ { "ParameterMetadata": { "Name": "Name", - "AliasList": [ - "ResourceName" - ], + "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", @@ -181166,7 +199777,7 @@ "Mandatory": true, "Position": -2147483648, "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true + "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { @@ -181190,18 +199801,18 @@ "Mandatory": true, "Position": -2147483648, "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true + "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "Force", + "Name": "CustomRule", "AliasList": [], "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Namespace": "Microsoft.Azure.Commands.Network.Models", + "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallCustomRule[]", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallCustomRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, - "ElementType": null, + "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallCustomRule", "GenericTypeArguments": [], "Methods": [], "Constructors": [] @@ -181214,21 +199825,59 @@ "Mandatory": false, "Position": -2147483648, "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false + "ValueFromPipelineByPropertyName": true }, { "ParameterMetadata": { - "Name": "PassThru", + "Name": "PolicySetting", "AliasList": [], "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, + "Namespace": "Microsoft.Azure.Commands.Network.Models", + "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicySettings", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicySettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "RequestBodyCheck": "System.Boolean", + "MaxRequestBodySizeInKb": "System.Int32", + "FileUploadLimitInMb": "System.Int32", + "State": "System.String", + "Mode": "System.String" + }, "ElementType": null, "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] }, "ValidateSet": [], "ValidateRangeMin": null, @@ -181238,7 +199887,66 @@ "Mandatory": false, "Position": -2147483648, "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "ManagedRule", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Network.Models", + "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRules", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRules, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "Exclusions": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyExclusion]", + "ManagedRuleSets": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRuleSet]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true }, { "ParameterMetadata": { @@ -181315,7 +200023,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayWebApplicationFirewallPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayWebApplicationFirewallPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayWebApplicationFirewallPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ManagedRules": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRules", "PolicySettings": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicySettings", @@ -181370,7 +200078,7 @@ "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true + "ValidateNotNullOrEmpty": false }, "Mandatory": true, "Position": -2147483648, @@ -181379,14 +200087,14 @@ }, { "ParameterMetadata": { - "Name": "Force", + "Name": "CustomRule", "AliasList": [], "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Namespace": "Microsoft.Azure.Commands.Network.Models", + "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallCustomRule[]", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallCustomRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, - "ElementType": null, + "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallCustomRule", "GenericTypeArguments": [], "Methods": [], "Constructors": [] @@ -181399,21 +200107,59 @@ "Mandatory": false, "Position": -2147483648, "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false + "ValueFromPipelineByPropertyName": true }, { "ParameterMetadata": { - "Name": "PassThru", + "Name": "PolicySetting", "AliasList": [], "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, + "Namespace": "Microsoft.Azure.Commands.Network.Models", + "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicySettings", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicySettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "RequestBodyCheck": "System.Boolean", + "MaxRequestBodySizeInKb": "System.Int32", + "FileUploadLimitInMb": "System.Int32", + "State": "System.String", + "Mode": "System.String" + }, "ElementType": null, "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] }, "ValidateSet": [], "ValidateRangeMin": null, @@ -181423,7 +200169,66 @@ "Mandatory": false, "Position": -2147483648, "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "ManagedRule", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Network.Models", + "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRules", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRules, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "Exclusions": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyExclusion]", + "ManagedRuleSets": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRuleSet]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true }, { "ParameterMetadata": { @@ -181519,14 +200324,14 @@ }, { "ParameterMetadata": { - "Name": "Force", + "Name": "CustomRule", "AliasList": [], "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Namespace": "Microsoft.Azure.Commands.Network.Models", + "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallCustomRule[]", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallCustomRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, - "ElementType": null, + "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallCustomRule", "GenericTypeArguments": [], "Methods": [], "Constructors": [] @@ -181539,21 +200344,118 @@ "Mandatory": false, "Position": -2147483648, "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "PolicySetting", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Network.Models", + "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicySettings", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicySettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "RequestBodyCheck": "System.Boolean", + "MaxRequestBodySizeInKb": "System.Int32", + "FileUploadLimitInMb": "System.Int32", + "State": "System.String", + "Mode": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true }, { "ParameterMetadata": { - "Name": "PassThru", + "Name": "ManagedRule", "AliasList": [], "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, + "Namespace": "Microsoft.Azure.Commands.Network.Models", + "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRules", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRules, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "Exclusions": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyExclusion]", + "ManagedRuleSets": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRuleSet]" + }, "ElementType": null, "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] }, "ValidateSet": [], "ValidateRangeMin": null, @@ -181563,7 +200465,7 @@ "Mandatory": false, "Position": -2147483648, "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false + "ValueFromPipelineByPropertyName": true }, { "ParameterMetadata": { @@ -181635,14 +200537,14 @@ "Parameters": [ { "ParameterMetadata": { - "Name": "Force", + "Name": "CustomRule", "AliasList": [], "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Namespace": "Microsoft.Azure.Commands.Network.Models", + "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallCustomRule[]", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallCustomRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, - "ElementType": null, + "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallCustomRule", "GenericTypeArguments": [], "Methods": [], "Constructors": [] @@ -181655,21 +200557,59 @@ "Mandatory": false, "Position": -2147483648, "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false + "ValueFromPipelineByPropertyName": true }, { "ParameterMetadata": { - "Name": "PassThru", + "Name": "PolicySetting", "AliasList": [], "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, + "Namespace": "Microsoft.Azure.Commands.Network.Models", + "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicySettings", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicySettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "RequestBodyCheck": "System.Boolean", + "MaxRequestBodySizeInKb": "System.Int32", + "FileUploadLimitInMb": "System.Int32", + "State": "System.String", + "Mode": "System.String" + }, "ElementType": null, "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] }, "ValidateSet": [], "ValidateRangeMin": null, @@ -181679,7 +200619,66 @@ "Mandatory": false, "Position": -2147483648, "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "ManagedRule", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Network.Models", + "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRules", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRules, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "Exclusions": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyExclusion]", + "ManagedRuleSets": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRuleSet]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true }, { "ParameterMetadata": { @@ -181750,25 +200749,23 @@ "AliasList": [] }, { - "VerbName": "Set", - "NounName": "AzApplicationGatewayFirewallPolicy", - "Name": "Set-AzApplicationGatewayFirewallPolicy", - "ClassName": "Microsoft.Azure.Commands.Network.SetAzureApplicationGatewayFirewallPolicyCommand", - "SupportsShouldProcess": true, + "VerbName": "Get", + "NounName": "AzApplicationSecurityGroup", + "Name": "Get-AzApplicationSecurityGroup", + "ClassName": "Microsoft.Azure.Commands.Network.GetAzureRmApplicationSecurityGroup", + "SupportsShouldProcess": false, "ConfirmImpact": 2, "SupportsPaging": false, - "DefaultParameterSetName": "ByFactoryObject", + "DefaultParameterSetName": "__AllParameterSets", "OutputTypes": [ { "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", - "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayWebApplicationFirewallPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayWebApplicationFirewallPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { - "ManagedRules": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRules", - "PolicySettings": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicySettings", - "CustomRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallCustomRule]", "Tag": "System.Collections.Hashtable", + "ProvisioningState": "System.String", "ResourceGroupName": "System.String", "Location": "System.String", "ResourceGuid": "System.String", @@ -181822,7 +200819,7 @@ ], "Parameters": [ { - "Name": "Name", + "Name": "ResourceGroupName", "AliasList": [], "Type": { "Namespace": "System", @@ -181840,8 +200837,10 @@ "ValidateNotNullOrEmpty": true }, { - "Name": "ResourceGroupName", - "AliasList": [], + "Name": "Name", + "AliasList": [ + "ResourceName" + ], "Type": { "Namespace": "System", "Name": "System.String", @@ -181858,17 +200857,155 @@ "ValidateNotNullOrEmpty": true }, { - "Name": "InputObject", - "AliasList": [], + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + } + ], + "ParameterSets": [ + { + "Name": "__AllParameterSets", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "ResourceGroupName", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "Name", + "AliasList": [ + "ResourceName" + ], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + } + ], + "AliasList": [] + }, + { + "VerbName": "New", + "NounName": "AzApplicationSecurityGroup", + "Name": "New-AzApplicationSecurityGroup", + "ClassName": "Microsoft.Azure.Commands.Network.NewAzureRmApplicationSecurityGroup", + "SupportsShouldProcess": true, + "ConfirmImpact": 2, + "SupportsPaging": false, + "DefaultParameterSetName": "__AllParameterSets", + "OutputTypes": [ + { "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", - "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayWebApplicationFirewallPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayWebApplicationFirewallPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { - "ManagedRules": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRules", - "PolicySettings": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicySettings", - "CustomRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallCustomRule]", "Tag": "System.Collections.Hashtable", + "ProvisioningState": "System.String", "ResourceGroupName": "System.String", "Location": "System.String", "ResourceGuid": "System.String", @@ -181915,14 +201052,35 @@ } ] }, + "ParameterSets": [ + "__AllParameterSets" + ] + } + ], + "Parameters": [ + { + "Name": "ResourceGroupName", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false + "ValidateNotNullOrEmpty": true }, { - "Name": "ResourceId", - "AliasList": [], + "Name": "Name", + "AliasList": [ + "ResourceName" + ], "Type": { "Namespace": "System", "Name": "System.String", @@ -181939,14 +201097,14 @@ "ValidateNotNullOrEmpty": true }, { - "Name": "CustomRule", + "Name": "Location", "AliasList": [], "Type": { - "Namespace": "Microsoft.Azure.Commands.Network.Models", - "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallCustomRule[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallCustomRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, - "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallCustomRule", + "ElementType": null, "GenericTypeArguments": [], "Methods": [], "Constructors": [] @@ -181954,58 +201112,20 @@ "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false + "ValidateNotNullOrEmpty": true }, { - "Name": "PolicySetting", + "Name": "Tag", "AliasList": [], "Type": { - "Namespace": "Microsoft.Azure.Commands.Network.Models", - "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicySettings", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicySettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", - "Properties": { - "RequestBodyCheck": "System.Boolean", - "MaxRequestBodySizeInKb": "System.Int32", - "FileUploadLimitInMb": "System.Int32", - "State": "System.String", - "Mode": "System.String" - }, + "Namespace": "System.Collections", + "Name": "System.Collections.Hashtable", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "Properties": {}, "ElementType": null, "GenericTypeArguments": [], - "Methods": [ - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [ - { - "Name": "", - "ReturnType": null, - "Parameters": [] - } - ] + "Methods": [], + "Constructors": [] }, "ValidateSet": [], "ValidateRangeMin": null, @@ -182013,52 +201133,17 @@ "ValidateNotNullOrEmpty": false }, { - "Name": "ManagedRule", + "Name": "Force", "AliasList": [], "Type": { - "Namespace": "Microsoft.Azure.Commands.Network.Models", - "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRules", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRules, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", - "Properties": { - "Exclusions": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyExclusion]", - "ManagedRuleSets": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRuleSet]" - }, + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, "ElementType": null, "GenericTypeArguments": [], - "Methods": [ - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [ - { - "Name": "", - "ReturnType": null, - "Parameters": [] - } - ] + "Methods": [], + "Constructors": [] }, "ValidateSet": [], "ValidateRangeMin": null, @@ -182119,11 +201204,11 @@ ], "ParameterSets": [ { - "Name": "ByFactoryName", + "Name": "__AllParameterSets", "Parameters": [ { "ParameterMetadata": { - "Name": "Name", + "Name": "ResourceGroupName", "AliasList": [], "Type": { "Namespace": "System", @@ -182143,12 +201228,14 @@ "Mandatory": true, "Position": -2147483648, "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false + "ValueFromPipelineByPropertyName": true }, { "ParameterMetadata": { - "Name": "ResourceGroupName", - "AliasList": [], + "Name": "Name", + "AliasList": [ + "ResourceName" + ], "Type": { "Namespace": "System", "Name": "System.String", @@ -182167,18 +201254,18 @@ "Mandatory": true, "Position": -2147483648, "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false + "ValueFromPipelineByPropertyName": true }, { "ParameterMetadata": { - "Name": "CustomRule", + "Name": "Location", "AliasList": [], "Type": { - "Namespace": "Microsoft.Azure.Commands.Network.Models", - "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallCustomRule[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallCustomRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, - "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallCustomRule", + "ElementType": null, "GenericTypeArguments": [], "Methods": [], "Constructors": [] @@ -182186,64 +201273,26 @@ "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false + "ValidateNotNullOrEmpty": true }, - "Mandatory": false, + "Mandatory": true, "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": true }, { "ParameterMetadata": { - "Name": "PolicySetting", + "Name": "Tag", "AliasList": [], "Type": { - "Namespace": "Microsoft.Azure.Commands.Network.Models", - "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicySettings", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicySettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", - "Properties": { - "RequestBodyCheck": "System.Boolean", - "MaxRequestBodySizeInKb": "System.Int32", - "FileUploadLimitInMb": "System.Int32", - "State": "System.String", - "Mode": "System.String" - }, + "Namespace": "System.Collections", + "Name": "System.Collections.Hashtable", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "Properties": {}, "ElementType": null, "GenericTypeArguments": [], - "Methods": [ - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [ - { - "Name": "", - "ReturnType": null, - "Parameters": [] - } - ] + "Methods": [], + "Constructors": [] }, "ValidateSet": [], "ValidateRangeMin": null, @@ -182257,52 +201306,17 @@ }, { "ParameterMetadata": { - "Name": "ManagedRule", + "Name": "Force", "AliasList": [], "Type": { - "Namespace": "Microsoft.Azure.Commands.Network.Models", - "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRules", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRules, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", - "Properties": { - "Exclusions": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyExclusion]", - "ManagedRuleSets": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRuleSet]" - }, + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, "ElementType": null, "GenericTypeArguments": [], - "Methods": [ - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [ - { - "Name": "", - "ReturnType": null, - "Parameters": [] - } - ] + "Methods": [], + "Constructors": [] }, "ValidateSet": [], "ValidateRangeMin": null, @@ -182312,7 +201326,7 @@ "Mandatory": false, "Position": -2147483648, "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true + "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { @@ -182378,89 +201392,177 @@ "ValueFromPipelineByPropertyName": false } ] + } + ], + "AliasList": [] + }, + { + "VerbName": "Remove", + "NounName": "AzApplicationSecurityGroup", + "Name": "Remove-AzApplicationSecurityGroup", + "ClassName": "Microsoft.Azure.Commands.Network.RemoveAzureRmApplicationSecurityGroup", + "SupportsShouldProcess": true, + "ConfirmImpact": 2, + "SupportsPaging": false, + "DefaultParameterSetName": "__AllParameterSets", + "OutputTypes": [ + { + "Type": { + "Namespace": "System", + "Name": "System.Boolean", + "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ParameterSets": [ + "__AllParameterSets" + ] + } + ], + "Parameters": [ + { + "Name": "ResourceGroupName", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true }, { - "Name": "ByFactoryObject", - "Parameters": [ - { - "ParameterMetadata": { - "Name": "InputObject", - "AliasList": [], - "Type": { - "Namespace": "Microsoft.Azure.Commands.Network.Models", - "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayWebApplicationFirewallPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayWebApplicationFirewallPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", - "Properties": { - "ManagedRules": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRules", - "PolicySettings": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicySettings", - "CustomRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallCustomRule]", - "Tag": "System.Collections.Hashtable", - "ResourceGroupName": "System.String", - "Location": "System.String", - "ResourceGuid": "System.String", - "Type": "System.String", - "TagsTable": "System.String", - "Name": "System.String", - "Etag": "System.String", - "Id": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [ - { - "Name": "", - "ReturnType": null, - "Parameters": [] - } - ] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": true, - "Position": -2147483648, - "ValueFromPipeline": true, - "ValueFromPipelineByPropertyName": false + "Name": "Name", + "AliasList": [ + "ResourceName" + ], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "Force", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "AsJob", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "PassThru", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + } + ], + "ParameterSets": [ + { + "Name": "__AllParameterSets", + "Parameters": [ { "ParameterMetadata": { - "Name": "CustomRule", + "Name": "ResourceGroupName", "AliasList": [], "Type": { - "Namespace": "Microsoft.Azure.Commands.Network.Models", - "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallCustomRule[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallCustomRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, - "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallCustomRule", + "ElementType": null, "GenericTypeArguments": [], "Methods": [], "Constructors": [] @@ -182468,137 +201570,42 @@ "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "PolicySetting", - "AliasList": [], - "Type": { - "Namespace": "Microsoft.Azure.Commands.Network.Models", - "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicySettings", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicySettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", - "Properties": { - "RequestBodyCheck": "System.Boolean", - "MaxRequestBodySizeInKb": "System.Int32", - "FileUploadLimitInMb": "System.Int32", - "State": "System.String", - "Mode": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [ - { - "Name": "", - "ReturnType": null, - "Parameters": [] - } - ] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false + "ValidateNotNullOrEmpty": true }, - "Mandatory": false, + "Mandatory": true, "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": true }, { "ParameterMetadata": { - "Name": "ManagedRule", - "AliasList": [], + "Name": "Name", + "AliasList": [ + "ResourceName" + ], "Type": { - "Namespace": "Microsoft.Azure.Commands.Network.Models", - "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRules", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRules, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", - "Properties": { - "Exclusions": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyExclusion]", - "ManagedRuleSets": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRuleSet]" - }, + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, "ElementType": null, "GenericTypeArguments": [], - "Methods": [ - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [ - { - "Name": "", - "ReturnType": null, - "Parameters": [] - } - ] + "Methods": [], + "Constructors": [] }, "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false + "ValidateNotNullOrEmpty": true }, - "Mandatory": false, + "Mandatory": true, "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": true }, { "ParameterMetadata": { - "Name": "AsJob", + "Name": "Force", "AliasList": [], "Type": { "Namespace": "System.Management.Automation", @@ -182622,56 +201629,12 @@ }, { "ParameterMetadata": { - "Name": "DefaultProfile", - "AliasList": [ - "AzContext", - "AzureRmContext", - "AzureCredential" - ], - "Type": { - "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", - "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", - "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", - "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", - "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "Clear", - "Parameters": [], - "ReturnType": "System.Void" - } - ], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - } - ] - }, - { - "Name": "ByResourceId", - "Parameters": [ - { - "ParameterMetadata": { - "Name": "ResourceId", + "Name": "AsJob", "AliasList": [], "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -182681,23 +201644,23 @@ "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true + "ValidateNotNullOrEmpty": false }, - "Mandatory": true, + "Mandatory": false, "Position": -2147483648, "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true + "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "CustomRule", + "Name": "PassThru", "AliasList": [], "Type": { - "Namespace": "Microsoft.Azure.Commands.Network.Models", - "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallCustomRule[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallCustomRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, - "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallCustomRule", + "ElementType": null, "GenericTypeArguments": [], "Methods": [], "Constructors": [] @@ -182710,59 +201673,36 @@ "Mandatory": false, "Position": -2147483648, "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true + "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "PolicySetting", - "AliasList": [], + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], "Type": { - "Namespace": "Microsoft.Azure.Commands.Network.Models", - "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicySettings", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicySettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { - "RequestBodyCheck": "System.Boolean", - "MaxRequestBodySizeInKb": "System.Int32", - "FileUploadLimitInMb": "System.Int32", - "State": "System.String", - "Mode": "System.String" + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" }, "ElementType": null, "GenericTypeArguments": [], "Methods": [ { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "GetType", + "Name": "Clear", "Parameters": [], - "ReturnType": "System.Type" + "ReturnType": "System.Void" } ], - "Constructors": [ - { - "Name": "", - "ReturnType": null, - "Parameters": [] - } - ] + "Constructors": [] }, "ValidateSet": [], "ValidateRangeMin": null, @@ -182772,19 +201712,267 @@ "Mandatory": false, "Position": -2147483648, "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true + "ValueFromPipelineByPropertyName": false + } + ] + } + ], + "AliasList": [] + }, + { + "VerbName": "Add", + "NounName": "AzLoadBalancerBackendAddressPoolConfig", + "Name": "Add-AzLoadBalancerBackendAddressPoolConfig", + "ClassName": "Microsoft.Azure.Commands.Network.AddAzureRmLoadBalancerBackendAddressPoolConfigCommand", + "SupportsShouldProcess": true, + "ConfirmImpact": 2, + "SupportsPaging": false, + "DefaultParameterSetName": "__AllParameterSets", + "OutputTypes": [ + { + "Type": { + "Namespace": "Microsoft.Azure.Commands.Network.Models", + "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", + "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool]", + "FrontendIpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration]", + "InboundNatPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSInboundNatPool]", + "InboundNatRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSInboundNatRule]", + "LoadBalancingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSLoadBalancingRule]", + "OutboundRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSOutboundRule]", + "Probes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSProbe]", + "Tag": "System.Collections.Hashtable", + "ProvisioningState": "System.String", + "Name": "System.String", + "TagsTable": "System.String", + "Type": "System.String", + "ResourceGuid": "System.String", + "Location": "System.String", + "ResourceGroupName": "System.String", + "LoadBalancingRulesText": "System.String", + "InboundNatPoolsText": "System.String", + "InboundNatRulesText": "System.String", + "ProbesText": "System.String", + "Etag": "System.String", + "BackendAddressPoolsText": "System.String", + "FrontendIpConfigurationsText": "System.String", + "SkuText": "System.String", + "OutboundRulesText": "System.String", + "Id": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] + }, + "ParameterSets": [ + "__AllParameterSets" + ] + } + ], + "Parameters": [ + { + "Name": "LoadBalancer", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Network.Models", + "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", + "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool]", + "FrontendIpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration]", + "InboundNatPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSInboundNatPool]", + "InboundNatRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSInboundNatRule]", + "LoadBalancingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSLoadBalancingRule]", + "OutboundRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSOutboundRule]", + "Probes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSProbe]", + "Tag": "System.Collections.Hashtable", + "ProvisioningState": "System.String", + "Name": "System.String", + "TagsTable": "System.String", + "Type": "System.String", + "ResourceGuid": "System.String", + "Location": "System.String", + "ResourceGroupName": "System.String", + "LoadBalancingRulesText": "System.String", + "InboundNatPoolsText": "System.String", + "InboundNatRulesText": "System.String", + "ProbesText": "System.String", + "Etag": "System.String", + "BackendAddressPoolsText": "System.String", + "FrontendIpConfigurationsText": "System.String", + "SkuText": "System.String", + "OutboundRulesText": "System.String", + "Id": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "Name", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + } + ], + "ParameterSets": [ + { + "Name": "__AllParameterSets", + "Parameters": [ { "ParameterMetadata": { - "Name": "ManagedRule", + "Name": "LoadBalancer", "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", - "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRules", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRules, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { - "Exclusions": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyExclusion]", - "ManagedRuleSets": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRuleSet]" + "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", + "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool]", + "FrontendIpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration]", + "InboundNatPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSInboundNatPool]", + "InboundNatRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSInboundNatRule]", + "LoadBalancingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSLoadBalancingRule]", + "OutboundRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSOutboundRule]", + "Probes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSProbe]", + "Tag": "System.Collections.Hashtable", + "ProvisioningState": "System.String", + "Name": "System.String", + "TagsTable": "System.String", + "Type": "System.String", + "ResourceGuid": "System.String", + "Location": "System.String", + "ResourceGroupName": "System.String", + "LoadBalancingRulesText": "System.String", + "InboundNatPoolsText": "System.String", + "InboundNatRulesText": "System.String", + "ProbesText": "System.String", + "Etag": "System.String", + "BackendAddressPoolsText": "System.String", + "FrontendIpConfigurationsText": "System.String", + "SkuText": "System.String", + "OutboundRulesText": "System.String", + "Id": "System.String" }, "ElementType": null, "GenericTypeArguments": [], @@ -182828,19 +202016,19 @@ "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, - "Mandatory": false, + "Mandatory": true, "Position": -2147483648, - "ValueFromPipeline": false, + "ValueFromPipeline": true, "ValueFromPipelineByPropertyName": true }, { "ParameterMetadata": { - "Name": "AsJob", + "Name": "Name", "AliasList": [], "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -182852,7 +202040,7 @@ "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, - "Mandatory": false, + "Mandatory": true, "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false @@ -182897,48 +202085,260 @@ "ValueFromPipelineByPropertyName": false } ] + } + ], + "AliasList": [] + }, + { + "VerbName": "Get", + "NounName": "AzLoadBalancerBackendAddressPoolConfig", + "Name": "Get-AzLoadBalancerBackendAddressPoolConfig", + "ClassName": "Microsoft.Azure.Commands.Network.GetAzureRmLoadBalancerBackendAddressPoolConfigCommand", + "SupportsShouldProcess": false, + "ConfirmImpact": 2, + "SupportsPaging": false, + "DefaultParameterSetName": "__AllParameterSets", + "OutputTypes": [ + { + "Type": { + "Namespace": "Microsoft.Azure.Commands.Network.Models", + "Name": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "OutboundRule": "Microsoft.Azure.Commands.Network.Models.PSResourceId", + "LoadBalancerBackendAddresses": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSLoadBalancerBackendAddress]", + "BackendIpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceIPConfiguration]", + "LoadBalancingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", + "ProvisioningState": "System.String", + "BackendIpConfigurationsText": "System.String", + "LoadBalancingRulesText": "System.String", + "LoadBalancerBackendAddressesText": "System.String", + "OutboundRuleText": "System.String", + "Name": "System.String", + "Etag": "System.String", + "Id": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ShouldSerializeBackendIpConfigurations", + "Parameters": [], + "ReturnType": "System.Boolean" + }, + { + "Name": "ShouldSerializeLoadBalancingRules", + "Parameters": [], + "ReturnType": "System.Boolean" + }, + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] + }, + "ParameterSets": [ + "__AllParameterSets" + ] + } + ], + "Parameters": [ + { + "Name": "LoadBalancer", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Network.Models", + "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", + "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool]", + "FrontendIpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration]", + "InboundNatPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSInboundNatPool]", + "InboundNatRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSInboundNatRule]", + "LoadBalancingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSLoadBalancingRule]", + "OutboundRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSOutboundRule]", + "Probes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSProbe]", + "Tag": "System.Collections.Hashtable", + "ProvisioningState": "System.String", + "Name": "System.String", + "TagsTable": "System.String", + "Type": "System.String", + "ResourceGuid": "System.String", + "Location": "System.String", + "ResourceGroupName": "System.String", + "LoadBalancingRulesText": "System.String", + "InboundNatPoolsText": "System.String", + "InboundNatRulesText": "System.String", + "ProbesText": "System.String", + "Etag": "System.String", + "BackendAddressPoolsText": "System.String", + "FrontendIpConfigurationsText": "System.String", + "SkuText": "System.String", + "OutboundRulesText": "System.String", + "Id": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "Name", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false }, + { + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + } + ], + "ParameterSets": [ { "Name": "__AllParameterSets", "Parameters": [ { "ParameterMetadata": { - "Name": "CustomRule", - "AliasList": [], - "Type": { - "Namespace": "Microsoft.Azure.Commands.Network.Models", - "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallCustomRule[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallCustomRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", - "Properties": {}, - "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallCustomRule", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "PolicySetting", + "Name": "LoadBalancer", "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", - "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicySettings", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicySettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { - "RequestBodyCheck": "System.Boolean", - "MaxRequestBodySizeInKb": "System.Int32", - "FileUploadLimitInMb": "System.Int32", - "State": "System.String", - "Mode": "System.String" + "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", + "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool]", + "FrontendIpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration]", + "InboundNatPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSInboundNatPool]", + "InboundNatRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSInboundNatRule]", + "LoadBalancingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSLoadBalancingRule]", + "OutboundRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSOutboundRule]", + "Probes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSProbe]", + "Tag": "System.Collections.Hashtable", + "ProvisioningState": "System.String", + "Name": "System.String", + "TagsTable": "System.String", + "Type": "System.String", + "ResourceGuid": "System.String", + "Location": "System.String", + "ResourceGroupName": "System.String", + "LoadBalancingRulesText": "System.String", + "InboundNatPoolsText": "System.String", + "InboundNatRulesText": "System.String", + "ProbesText": "System.String", + "Etag": "System.String", + "BackendAddressPoolsText": "System.String", + "FrontendIpConfigurationsText": "System.String", + "SkuText": "System.String", + "OutboundRulesText": "System.String", + "Id": "System.String" }, "ElementType": null, "GenericTypeArguments": [], @@ -182982,59 +202382,63 @@ "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, - "Mandatory": false, + "Mandatory": true, "Position": -2147483648, - "ValueFromPipeline": false, + "ValueFromPipeline": true, "ValueFromPipelineByPropertyName": true }, { "ParameterMetadata": { - "Name": "ManagedRule", + "Name": "Name", "AliasList": [], "Type": { - "Namespace": "Microsoft.Azure.Commands.Network.Models", - "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRules", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRules, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { - "Exclusions": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyExclusion]", - "ManagedRuleSets": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRuleSet]" + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" }, "ElementType": null, "GenericTypeArguments": [], "Methods": [ { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "GetType", + "Name": "Clear", "Parameters": [], - "ReturnType": "System.Type" + "ReturnType": "System.Void" } ], - "Constructors": [ - { - "Name": "", - "ReturnType": null, - "Parameters": [] - } - ] + "Constructors": [] }, "ValidateSet": [], "ValidateRangeMin": null, @@ -183044,16 +202448,159 @@ "Mandatory": false, "Position": -2147483648, "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true + "ValueFromPipelineByPropertyName": false + } + ] + } + ], + "AliasList": [] + }, + { + "VerbName": "New", + "NounName": "AzLoadBalancerBackendAddressPoolConfig", + "Name": "New-AzLoadBalancerBackendAddressPoolConfig", + "ClassName": "Microsoft.Azure.Commands.Network.NewAzureRmLoadBalancerBackendAddressPoolConfigCommand", + "SupportsShouldProcess": true, + "ConfirmImpact": 2, + "SupportsPaging": false, + "DefaultParameterSetName": "__AllParameterSets", + "OutputTypes": [ + { + "Type": { + "Namespace": "Microsoft.Azure.Commands.Network.Models", + "Name": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "OutboundRule": "Microsoft.Azure.Commands.Network.Models.PSResourceId", + "LoadBalancerBackendAddresses": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSLoadBalancerBackendAddress]", + "BackendIpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceIPConfiguration]", + "LoadBalancingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", + "ProvisioningState": "System.String", + "BackendIpConfigurationsText": "System.String", + "LoadBalancingRulesText": "System.String", + "LoadBalancerBackendAddressesText": "System.String", + "OutboundRuleText": "System.String", + "Name": "System.String", + "Etag": "System.String", + "Id": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ShouldSerializeBackendIpConfigurations", + "Parameters": [], + "ReturnType": "System.Boolean" + }, + { + "Name": "ShouldSerializeLoadBalancingRules", + "Parameters": [], + "ReturnType": "System.Boolean" + }, + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] + }, + "ParameterSets": [ + "__AllParameterSets" + ] + } + ], + "Parameters": [ + { + "Name": "Name", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + } + ], + "ParameterSets": [ + { + "Name": "__AllParameterSets", + "Parameters": [ { "ParameterMetadata": { - "Name": "AsJob", + "Name": "Name", "AliasList": [], "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -183065,7 +202612,7 @@ "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, - "Mandatory": false, + "Mandatory": true, "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false @@ -183115,11 +202662,11 @@ "AliasList": [] }, { - "VerbName": "Get", - "NounName": "AzApplicationSecurityGroup", - "Name": "Get-AzApplicationSecurityGroup", - "ClassName": "Microsoft.Azure.Commands.Network.GetAzureRmApplicationSecurityGroup", - "SupportsShouldProcess": false, + "VerbName": "Remove", + "NounName": "AzLoadBalancerBackendAddressPoolConfig", + "Name": "Remove-AzLoadBalancerBackendAddressPoolConfig", + "ClassName": "Microsoft.Azure.Commands.Network.RemoveAzureRmLoadBalancerBackendAddressPoolConfigCommand", + "SupportsShouldProcess": true, "ConfirmImpact": 2, "SupportsPaging": false, "DefaultParameterSetName": "__AllParameterSets", @@ -183127,18 +202674,34 @@ { "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", - "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { + "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", + "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool]", + "FrontendIpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration]", + "InboundNatPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSInboundNatPool]", + "InboundNatRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSInboundNatRule]", + "LoadBalancingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSLoadBalancingRule]", + "OutboundRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSOutboundRule]", + "Probes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSProbe]", "Tag": "System.Collections.Hashtable", "ProvisioningState": "System.String", - "ResourceGroupName": "System.String", - "Location": "System.String", - "ResourceGuid": "System.String", - "Type": "System.String", - "TagsTable": "System.String", "Name": "System.String", + "TagsTable": "System.String", + "Type": "System.String", + "ResourceGuid": "System.String", + "Location": "System.String", + "ResourceGroupName": "System.String", + "LoadBalancingRulesText": "System.String", + "InboundNatPoolsText": "System.String", + "InboundNatRulesText": "System.String", + "ProbesText": "System.String", "Etag": "System.String", + "BackendAddressPoolsText": "System.String", + "FrontendIpConfigurationsText": "System.String", + "SkuText": "System.String", + "OutboundRulesText": "System.String", "Id": "System.String" }, "ElementType": null, @@ -183185,28 +202748,85 @@ ], "Parameters": [ { - "Name": "ResourceGroupName", + "Name": "LoadBalancer", "AliasList": [], "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, + "Namespace": "Microsoft.Azure.Commands.Network.Models", + "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", + "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool]", + "FrontendIpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration]", + "InboundNatPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSInboundNatPool]", + "InboundNatRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSInboundNatRule]", + "LoadBalancingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSLoadBalancingRule]", + "OutboundRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSOutboundRule]", + "Probes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSProbe]", + "Tag": "System.Collections.Hashtable", + "ProvisioningState": "System.String", + "Name": "System.String", + "TagsTable": "System.String", + "Type": "System.String", + "ResourceGuid": "System.String", + "Location": "System.String", + "ResourceGroupName": "System.String", + "LoadBalancingRulesText": "System.String", + "InboundNatPoolsText": "System.String", + "InboundNatRulesText": "System.String", + "ProbesText": "System.String", + "Etag": "System.String", + "BackendAddressPoolsText": "System.String", + "FrontendIpConfigurationsText": "System.String", + "SkuText": "System.String", + "OutboundRulesText": "System.String", + "Id": "System.String" + }, "ElementType": null, "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] }, "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true + "ValidateNotNullOrEmpty": false }, { "Name": "Name", - "AliasList": [ - "ResourceName" - ], + "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", @@ -183220,7 +202840,7 @@ "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true + "ValidateNotNullOrEmpty": false }, { "Name": "DefaultProfile", @@ -183262,34 +202882,91 @@ "Parameters": [ { "ParameterMetadata": { - "Name": "ResourceGroupName", + "Name": "LoadBalancer", "AliasList": [], "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, + "Namespace": "Microsoft.Azure.Commands.Network.Models", + "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", + "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool]", + "FrontendIpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration]", + "InboundNatPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSInboundNatPool]", + "InboundNatRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSInboundNatRule]", + "LoadBalancingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSLoadBalancingRule]", + "OutboundRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSOutboundRule]", + "Probes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSProbe]", + "Tag": "System.Collections.Hashtable", + "ProvisioningState": "System.String", + "Name": "System.String", + "TagsTable": "System.String", + "Type": "System.String", + "ResourceGuid": "System.String", + "Location": "System.String", + "ResourceGroupName": "System.String", + "LoadBalancingRulesText": "System.String", + "InboundNatPoolsText": "System.String", + "InboundNatRulesText": "System.String", + "ProbesText": "System.String", + "Etag": "System.String", + "BackendAddressPoolsText": "System.String", + "FrontendIpConfigurationsText": "System.String", + "SkuText": "System.String", + "OutboundRulesText": "System.String", + "Id": "System.String" + }, "ElementType": null, "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] }, "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true + "ValidateNotNullOrEmpty": false }, - "Mandatory": false, + "Mandatory": true, "Position": -2147483648, - "ValueFromPipeline": false, + "ValueFromPipeline": true, "ValueFromPipelineByPropertyName": true }, { "ParameterMetadata": { "Name": "Name", - "AliasList": [ - "ResourceName" - ], + "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", @@ -183303,12 +202980,12 @@ "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true + "ValidateNotNullOrEmpty": false }, "Mandatory": false, "Position": -2147483648, "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true + "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { @@ -183355,30 +203032,46 @@ "AliasList": [] }, { - "VerbName": "New", - "NounName": "AzApplicationSecurityGroup", - "Name": "New-AzApplicationSecurityGroup", - "ClassName": "Microsoft.Azure.Commands.Network.NewAzureRmApplicationSecurityGroup", + "VerbName": "Add", + "NounName": "AzLoadBalancerFrontendIpConfig", + "Name": "Add-AzLoadBalancerFrontendIpConfig", + "ClassName": "Microsoft.Azure.Commands.Network.AddAzureRmLoadBalancerFrontendIpConfigCommand", "SupportsShouldProcess": true, "ConfirmImpact": 2, "SupportsPaging": false, - "DefaultParameterSetName": "__AllParameterSets", + "DefaultParameterSetName": "SetByResourceSubnet", "OutputTypes": [ { "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", - "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { + "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", + "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool]", + "FrontendIpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration]", + "InboundNatPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSInboundNatPool]", + "InboundNatRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSInboundNatRule]", + "LoadBalancingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSLoadBalancingRule]", + "OutboundRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSOutboundRule]", + "Probes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSProbe]", "Tag": "System.Collections.Hashtable", "ProvisioningState": "System.String", - "ResourceGroupName": "System.String", - "Location": "System.String", - "ResourceGuid": "System.String", - "Type": "System.String", - "TagsTable": "System.String", "Name": "System.String", + "TagsTable": "System.String", + "Type": "System.String", + "ResourceGuid": "System.String", + "Location": "System.String", + "ResourceGroupName": "System.String", + "LoadBalancingRulesText": "System.String", + "InboundNatPoolsText": "System.String", + "InboundNatRulesText": "System.String", + "ProbesText": "System.String", "Etag": "System.String", + "BackendAddressPoolsText": "System.String", + "FrontendIpConfigurationsText": "System.String", + "SkuText": "System.String", + "OutboundRulesText": "System.String", "Id": "System.String" }, "ElementType": null, @@ -183425,7 +203118,84 @@ ], "Parameters": [ { - "Name": "ResourceGroupName", + "Name": "LoadBalancer", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Network.Models", + "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", + "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool]", + "FrontendIpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration]", + "InboundNatPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSInboundNatPool]", + "InboundNatRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSInboundNatRule]", + "LoadBalancingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSLoadBalancingRule]", + "OutboundRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSOutboundRule]", + "Probes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSProbe]", + "Tag": "System.Collections.Hashtable", + "ProvisioningState": "System.String", + "Name": "System.String", + "TagsTable": "System.String", + "Type": "System.String", + "ResourceGuid": "System.String", + "Location": "System.String", + "ResourceGroupName": "System.String", + "LoadBalancingRulesText": "System.String", + "InboundNatPoolsText": "System.String", + "InboundNatRulesText": "System.String", + "ProbesText": "System.String", + "Etag": "System.String", + "BackendAddressPoolsText": "System.String", + "FrontendIpConfigurationsText": "System.String", + "SkuText": "System.String", + "OutboundRulesText": "System.String", + "Id": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "Name", "AliasList": [], "Type": { "Namespace": "System", @@ -183440,13 +203210,11 @@ "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true + "ValidateNotNullOrEmpty": false }, { - "Name": "Name", - "AliasList": [ - "ResourceName" - ], + "Name": "PrivateIpAddress", + "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", @@ -183460,10 +203228,10 @@ "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true + "ValidateNotNullOrEmpty": false }, { - "Name": "Location", + "Name": "PrivateIpAddressVersion", "AliasList": [], "Type": { "Namespace": "System", @@ -183475,20 +203243,23 @@ "Methods": [], "Constructors": [] }, - "ValidateSet": [], + "ValidateSet": [ + "IPv4", + "IPv6" + ], "ValidateRangeMin": null, "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true + "ValidateNotNullOrEmpty": false }, { - "Name": "Tag", + "Name": "Zone", "AliasList": [], "Type": { - "Namespace": "System.Collections", - "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "Namespace": "System", + "Name": "System.String[]", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, - "ElementType": null, + "ElementType": "System.String", "GenericTypeArguments": [], "Methods": [], "Constructors": [] @@ -183499,12 +203270,12 @@ "ValidateNotNullOrEmpty": false }, { - "Name": "Force", + "Name": "SubnetId", "AliasList": [], "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -183517,12 +203288,127 @@ "ValidateNotNullOrEmpty": false }, { - "Name": "AsJob", + "Name": "Subnet", "AliasList": [], "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Namespace": "Microsoft.Azure.Commands.Network.Models", + "Name": "Microsoft.Azure.Commands.Network.Models.PSSubnet", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "NetworkSecurityGroup": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup", + "NatGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", + "RouteTable": "Microsoft.Azure.Commands.Network.Models.PSRouteTable", + "Delegations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSDelegation]", + "IpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSIPConfiguration]", + "PrivateEndpoints": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSPrivateEndpoint]", + "IpAllocations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", + "ResourceNavigationLinks": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceNavigationLink]", + "ServiceAssociationLinks": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSServiceAssocationLink]", + "ServiceEndpoints": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSServiceEndpoint]", + "ServiceEndpointPolicies": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy]", + "AddressPrefix": "System.Collections.Generic.List`1[System.String]", + "PrivateEndpointNetworkPolicies": "System.String", + "Name": "System.String", + "IpAllocationsText": "System.String", + "DelegationsText": "System.String", + "PrivateEndpointsText": "System.String", + "ServiceEndpointPoliciesText": "System.String", + "ServiceEndpointText": "System.String", + "ProvisioningState": "System.String", + "NatGatewayText": "System.String", + "NetworkSecurityGroupText": "System.String", + "ResourceNavigationLinksText": "System.String", + "ServiceAssociationLinksText": "System.String", + "IpConfigurationsText": "System.String", + "Etag": "System.String", + "PrivateLinkServiceNetworkPolicies": "System.String", + "RouteTableText": "System.String", + "Id": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ShouldSerializeIpConfigurations", + "Parameters": [], + "ReturnType": "System.Boolean" + }, + { + "Name": "ShouldSerializeServiceEndpointPolicies", + "Parameters": [], + "ReturnType": "System.Boolean" + }, + { + "Name": "ShouldSerializeServiceEndpoints", + "Parameters": [], + "ReturnType": "System.Boolean" + }, + { + "Name": "ShouldSerializeResourceNavigationLinks", + "Parameters": [], + "ReturnType": "System.Boolean" + }, + { + "Name": "ShouldSerializePrivateEndpoints", + "Parameters": [], + "ReturnType": "System.Boolean" + }, + { + "Name": "ShouldSerializeDelegations", + "Parameters": [], + "ReturnType": "System.Boolean" + }, + { + "Name": "ShouldSerializeServiceAssociationLinks", + "Parameters": [], + "ReturnType": "System.Boolean" + }, + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "PublicIpAddressId", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -183534,6 +203420,82 @@ "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, + { + "Name": "PublicIpAddress", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Network.Models", + "Name": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "IpConfiguration": "Microsoft.Azure.Commands.Network.Models.PSIPConfiguration", + "DnsSettings": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddressDnsSettings", + "Sku": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddressSku", + "PublicIpPrefix": "Microsoft.Azure.Commands.Network.Models.PSResourceId", + "IpTags": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSPublicIpTag]", + "Zones": "System.Collections.Generic.List`1[System.String]", + "Tag": "System.Collections.Hashtable", + "IdleTimeoutInMinutes": "System.Nullable`1[System.Int32]", + "PublicIpAllocationMethod": "System.String", + "Name": "System.String", + "TagsTable": "System.String", + "Type": "System.String", + "ResourceGuid": "System.String", + "Location": "System.String", + "ResourceGroupName": "System.String", + "DnsSettingsText": "System.String", + "SkuText": "System.String", + "IpTagsText": "System.String", + "Etag": "System.String", + "IpConfigurationText": "System.String", + "ProvisioningState": "System.String", + "PublicIpAddressVersion": "System.String", + "IpAddress": "System.String", + "PublicIpPrefixText": "System.String", + "Id": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, { "Name": "DefaultProfile", "AliasList": [ @@ -183574,7 +203536,90 @@ "Parameters": [ { "ParameterMetadata": { - "Name": "ResourceGroupName", + "Name": "LoadBalancer", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Network.Models", + "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", + "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool]", + "FrontendIpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration]", + "InboundNatPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSInboundNatPool]", + "InboundNatRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSInboundNatRule]", + "LoadBalancingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSLoadBalancingRule]", + "OutboundRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSOutboundRule]", + "Probes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSProbe]", + "Tag": "System.Collections.Hashtable", + "ProvisioningState": "System.String", + "Name": "System.String", + "TagsTable": "System.String", + "Type": "System.String", + "ResourceGuid": "System.String", + "Location": "System.String", + "ResourceGroupName": "System.String", + "LoadBalancingRulesText": "System.String", + "InboundNatPoolsText": "System.String", + "InboundNatRulesText": "System.String", + "ProbesText": "System.String", + "Etag": "System.String", + "BackendAddressPoolsText": "System.String", + "FrontendIpConfigurationsText": "System.String", + "SkuText": "System.String", + "OutboundRulesText": "System.String", + "Id": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": true, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "Name", "AliasList": [], "Type": { "Namespace": "System", @@ -183589,19 +203634,85 @@ "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true + "ValidateNotNullOrEmpty": false }, "Mandatory": true, "Position": -2147483648, "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Zone", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String[]", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": "System.String", + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": true }, { "ParameterMetadata": { - "Name": "Name", + "Name": "DefaultProfile", "AliasList": [ - "ResourceName" + "AzContext", + "AzureRmContext", + "AzureCredential" ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "SetByResourceSubnet", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "PrivateIpAddress", + "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", @@ -183615,16 +203726,16 @@ "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true + "ValidateNotNullOrEmpty": false }, - "Mandatory": true, + "Mandatory": false, "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": true }, { "ParameterMetadata": { - "Name": "Location", + "Name": "PrivateIpAddressVersion", "AliasList": [], "Type": { "Namespace": "System", @@ -183636,10 +203747,134 @@ "Methods": [], "Constructors": [] }, + "ValidateSet": [ + "IPv4", + "IPv6" + ], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "Subnet", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Network.Models", + "Name": "Microsoft.Azure.Commands.Network.Models.PSSubnet", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "NetworkSecurityGroup": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup", + "NatGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", + "RouteTable": "Microsoft.Azure.Commands.Network.Models.PSRouteTable", + "Delegations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSDelegation]", + "IpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSIPConfiguration]", + "PrivateEndpoints": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSPrivateEndpoint]", + "IpAllocations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", + "ResourceNavigationLinks": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceNavigationLink]", + "ServiceAssociationLinks": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSServiceAssocationLink]", + "ServiceEndpoints": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSServiceEndpoint]", + "ServiceEndpointPolicies": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy]", + "AddressPrefix": "System.Collections.Generic.List`1[System.String]", + "PrivateEndpointNetworkPolicies": "System.String", + "Name": "System.String", + "IpAllocationsText": "System.String", + "DelegationsText": "System.String", + "PrivateEndpointsText": "System.String", + "ServiceEndpointPoliciesText": "System.String", + "ServiceEndpointText": "System.String", + "ProvisioningState": "System.String", + "NatGatewayText": "System.String", + "NetworkSecurityGroupText": "System.String", + "ResourceNavigationLinksText": "System.String", + "ServiceAssociationLinksText": "System.String", + "IpConfigurationsText": "System.String", + "Etag": "System.String", + "PrivateLinkServiceNetworkPolicies": "System.String", + "RouteTableText": "System.String", + "Id": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ShouldSerializeIpConfigurations", + "Parameters": [], + "ReturnType": "System.Boolean" + }, + { + "Name": "ShouldSerializeServiceEndpointPolicies", + "Parameters": [], + "ReturnType": "System.Boolean" + }, + { + "Name": "ShouldSerializeServiceEndpoints", + "Parameters": [], + "ReturnType": "System.Boolean" + }, + { + "Name": "ShouldSerializeResourceNavigationLinks", + "Parameters": [], + "ReturnType": "System.Boolean" + }, + { + "Name": "ShouldSerializePrivateEndpoints", + "Parameters": [], + "ReturnType": "System.Boolean" + }, + { + "Name": "ShouldSerializeDelegations", + "Parameters": [], + "ReturnType": "System.Boolean" + }, + { + "Name": "ShouldSerializeServiceAssociationLinks", + "Parameters": [], + "ReturnType": "System.Boolean" + }, + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] + }, "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true + "ValidateNotNullOrEmpty": false }, "Mandatory": true, "Position": -2147483648, @@ -183648,36 +203883,95 @@ }, { "ParameterMetadata": { - "Name": "Tag", + "Name": "LoadBalancer", "AliasList": [], "Type": { - "Namespace": "System.Collections", - "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", - "Properties": {}, + "Namespace": "Microsoft.Azure.Commands.Network.Models", + "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", + "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool]", + "FrontendIpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration]", + "InboundNatPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSInboundNatPool]", + "InboundNatRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSInboundNatRule]", + "LoadBalancingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSLoadBalancingRule]", + "OutboundRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSOutboundRule]", + "Probes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSProbe]", + "Tag": "System.Collections.Hashtable", + "ProvisioningState": "System.String", + "Name": "System.String", + "TagsTable": "System.String", + "Type": "System.String", + "ResourceGuid": "System.String", + "Location": "System.String", + "ResourceGroupName": "System.String", + "LoadBalancingRulesText": "System.String", + "InboundNatPoolsText": "System.String", + "InboundNatRulesText": "System.String", + "ProbesText": "System.String", + "Etag": "System.String", + "BackendAddressPoolsText": "System.String", + "FrontendIpConfigurationsText": "System.String", + "SkuText": "System.String", + "OutboundRulesText": "System.String", + "Id": "System.String" + }, "ElementType": null, "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] }, "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, - "Mandatory": false, + "Mandatory": true, "Position": -2147483648, - "ValueFromPipeline": false, + "ValueFromPipeline": true, "ValueFromPipelineByPropertyName": true }, { "ParameterMetadata": { - "Name": "Force", + "Name": "Name", "AliasList": [], "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -183689,21 +203983,21 @@ "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, - "Mandatory": false, + "Mandatory": true, "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "AsJob", + "Name": "Zone", "AliasList": [], "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Namespace": "System", + "Name": "System.String[]", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, - "ElementType": null, + "ElementType": "System.String", "GenericTypeArguments": [], "Methods": [], "Constructors": [] @@ -183716,7 +204010,7 @@ "Mandatory": false, "Position": -2147483648, "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false + "ValueFromPipelineByPropertyName": true }, { "ParameterMetadata": { @@ -183758,170 +204052,13 @@ "ValueFromPipelineByPropertyName": false } ] - } - ], - "AliasList": [] - }, - { - "VerbName": "Remove", - "NounName": "AzApplicationSecurityGroup", - "Name": "Remove-AzApplicationSecurityGroup", - "ClassName": "Microsoft.Azure.Commands.Network.RemoveAzureRmApplicationSecurityGroup", - "SupportsShouldProcess": true, - "ConfirmImpact": 2, - "SupportsPaging": false, - "DefaultParameterSetName": "__AllParameterSets", - "OutputTypes": [ - { - "Type": { - "Namespace": "System", - "Name": "System.Boolean", - "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ParameterSets": [ - "__AllParameterSets" - ] - } - ], - "Parameters": [ - { - "Name": "ResourceGroupName", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - { - "Name": "Name", - "AliasList": [ - "ResourceName" - ], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - { - "Name": "Force", - "AliasList": [], - "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "AsJob", - "AliasList": [], - "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "PassThru", - "AliasList": [], - "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false }, { - "Name": "DefaultProfile", - "AliasList": [ - "AzContext", - "AzureRmContext", - "AzureCredential" - ], - "Type": { - "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", - "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", - "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", - "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", - "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "Clear", - "Parameters": [], - "ReturnType": "System.Void" - } - ], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - } - ], - "ParameterSets": [ - { - "Name": "__AllParameterSets", + "Name": "SetByResourceIdSubnet", "Parameters": [ { "ParameterMetadata": { - "Name": "ResourceGroupName", + "Name": "PrivateIpAddress", "AliasList": [], "Type": { "Namespace": "System", @@ -183936,19 +204073,44 @@ "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true + "ValidateNotNullOrEmpty": false }, - "Mandatory": true, + "Mandatory": false, "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": true }, { "ParameterMetadata": { - "Name": "Name", - "AliasList": [ - "ResourceName" + "Name": "PrivateIpAddressVersion", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [ + "IPv4", + "IPv6" ], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "SubnetId", + "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", @@ -183962,45 +204124,104 @@ "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "LoadBalancer", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Network.Models", + "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", + "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool]", + "FrontendIpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration]", + "InboundNatPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSInboundNatPool]", + "InboundNatRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSInboundNatRule]", + "LoadBalancingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSLoadBalancingRule]", + "OutboundRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSOutboundRule]", + "Probes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSProbe]", + "Tag": "System.Collections.Hashtable", + "ProvisioningState": "System.String", + "Name": "System.String", + "TagsTable": "System.String", + "Type": "System.String", + "ResourceGuid": "System.String", + "Location": "System.String", + "ResourceGroupName": "System.String", + "LoadBalancingRulesText": "System.String", + "InboundNatPoolsText": "System.String", + "InboundNatRulesText": "System.String", + "ProbesText": "System.String", + "Etag": "System.String", + "BackendAddressPoolsText": "System.String", + "FrontendIpConfigurationsText": "System.String", + "SkuText": "System.String", + "OutboundRulesText": "System.String", + "Id": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false }, "Mandatory": true, "Position": -2147483648, - "ValueFromPipeline": false, + "ValueFromPipeline": true, "ValueFromPipelineByPropertyName": true }, { "ParameterMetadata": { - "Name": "Force", - "AliasList": [], - "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "AsJob", + "Name": "Name", "AliasList": [], "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -184012,21 +204233,21 @@ "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, - "Mandatory": false, + "Mandatory": true, "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "PassThru", + "Name": "Zone", "AliasList": [], "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Namespace": "System", + "Name": "System.String[]", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, - "ElementType": null, + "ElementType": "System.String", "GenericTypeArguments": [], "Methods": [], "Constructors": [] @@ -184039,7 +204260,7 @@ "Mandatory": false, "Position": -2147483648, "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false + "ValueFromPipelineByPropertyName": true }, { "ParameterMetadata": { @@ -184081,229 +204302,34 @@ "ValueFromPipelineByPropertyName": false } ] - } - ], - "AliasList": [] - }, - { - "VerbName": "Add", - "NounName": "AzLoadBalancerBackendAddressPoolConfig", - "Name": "Add-AzLoadBalancerBackendAddressPoolConfig", - "ClassName": "Microsoft.Azure.Commands.Network.AddAzureRmLoadBalancerBackendAddressPoolConfigCommand", - "SupportsShouldProcess": true, - "ConfirmImpact": 2, - "SupportsPaging": false, - "DefaultParameterSetName": "__AllParameterSets", - "OutputTypes": [ - { - "Type": { - "Namespace": "Microsoft.Azure.Commands.Network.Models", - "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", - "Properties": { - "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", - "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool]", - "FrontendIpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration]", - "InboundNatPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSInboundNatPool]", - "InboundNatRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSInboundNatRule]", - "LoadBalancingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSLoadBalancingRule]", - "OutboundRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSOutboundRule]", - "Probes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSProbe]", - "Tag": "System.Collections.Hashtable", - "ProvisioningState": "System.String", - "Name": "System.String", - "TagsTable": "System.String", - "Type": "System.String", - "ResourceGuid": "System.String", - "Location": "System.String", - "ResourceGroupName": "System.String", - "LoadBalancingRulesText": "System.String", - "InboundNatPoolsText": "System.String", - "InboundNatRulesText": "System.String", - "ProbesText": "System.String", - "Etag": "System.String", - "BackendAddressPoolsText": "System.String", - "FrontendIpConfigurationsText": "System.String", - "SkuText": "System.String", - "OutboundRulesText": "System.String", - "Id": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [ - { - "Name": "", - "ReturnType": null, - "Parameters": [] - } - ] - }, - "ParameterSets": [ - "__AllParameterSets" - ] - } - ], - "Parameters": [ - { - "Name": "LoadBalancer", - "AliasList": [], - "Type": { - "Namespace": "Microsoft.Azure.Commands.Network.Models", - "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", - "Properties": { - "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", - "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool]", - "FrontendIpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration]", - "InboundNatPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSInboundNatPool]", - "InboundNatRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSInboundNatRule]", - "LoadBalancingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSLoadBalancingRule]", - "OutboundRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSOutboundRule]", - "Probes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSProbe]", - "Tag": "System.Collections.Hashtable", - "ProvisioningState": "System.String", - "Name": "System.String", - "TagsTable": "System.String", - "Type": "System.String", - "ResourceGuid": "System.String", - "Location": "System.String", - "ResourceGroupName": "System.String", - "LoadBalancingRulesText": "System.String", - "InboundNatPoolsText": "System.String", - "InboundNatRulesText": "System.String", - "ProbesText": "System.String", - "Etag": "System.String", - "BackendAddressPoolsText": "System.String", - "FrontendIpConfigurationsText": "System.String", - "SkuText": "System.String", - "OutboundRulesText": "System.String", - "Id": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [ - { - "Name": "", - "ReturnType": null, - "Parameters": [] - } - ] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "Name", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false }, { - "Name": "DefaultProfile", - "AliasList": [ - "AzContext", - "AzureRmContext", - "AzureCredential" - ], - "Type": { - "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", - "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", - "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", - "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", - "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "Clear", - "Parameters": [], - "ReturnType": "System.Void" - } - ], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - } - ], - "ParameterSets": [ - { - "Name": "__AllParameterSets", + "Name": "SetByResourceIdPublicIpAddress", "Parameters": [ + { + "ParameterMetadata": { + "Name": "PublicIpAddressId", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, { "ParameterMetadata": { "Name": "LoadBalancer", @@ -184311,7 +204337,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool]", @@ -184411,6 +204437,30 @@ "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, + { + "ParameterMetadata": { + "Name": "Zone", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String[]", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": "System.String", + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, { "ParameterMetadata": { "Name": "DefaultProfile", @@ -184451,223 +204501,92 @@ "ValueFromPipelineByPropertyName": false } ] - } - ], - "AliasList": [] - }, - { - "VerbName": "Get", - "NounName": "AzLoadBalancerBackendAddressPoolConfig", - "Name": "Get-AzLoadBalancerBackendAddressPoolConfig", - "ClassName": "Microsoft.Azure.Commands.Network.GetAzureRmLoadBalancerBackendAddressPoolConfigCommand", - "SupportsShouldProcess": false, - "ConfirmImpact": 2, - "SupportsPaging": false, - "DefaultParameterSetName": "__AllParameterSets", - "OutputTypes": [ - { - "Type": { - "Namespace": "Microsoft.Azure.Commands.Network.Models", - "Name": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", - "Properties": { - "OutboundRule": "Microsoft.Azure.Commands.Network.Models.PSResourceId", - "BackendIpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceIPConfiguration]", - "LoadBalancingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", - "ProvisioningState": "System.String", - "BackendIpConfigurationsText": "System.String", - "LoadBalancingRulesText": "System.String", - "OutboundRuleText": "System.String", - "Name": "System.String", - "Etag": "System.String", - "Id": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "ShouldSerializeBackendIpConfigurations", - "Parameters": [], - "ReturnType": "System.Boolean" - }, - { - "Name": "ShouldSerializeLoadBalancingRules", - "Parameters": [], - "ReturnType": "System.Boolean" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [ - { - "Name": "", - "ReturnType": null, - "Parameters": [] - } - ] - }, - "ParameterSets": [ - "__AllParameterSets" - ] - } - ], - "Parameters": [ - { - "Name": "LoadBalancer", - "AliasList": [], - "Type": { - "Namespace": "Microsoft.Azure.Commands.Network.Models", - "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", - "Properties": { - "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", - "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool]", - "FrontendIpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration]", - "InboundNatPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSInboundNatPool]", - "InboundNatRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSInboundNatRule]", - "LoadBalancingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSLoadBalancingRule]", - "OutboundRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSOutboundRule]", - "Probes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSProbe]", - "Tag": "System.Collections.Hashtable", - "ProvisioningState": "System.String", - "Name": "System.String", - "TagsTable": "System.String", - "Type": "System.String", - "ResourceGuid": "System.String", - "Location": "System.String", - "ResourceGroupName": "System.String", - "LoadBalancingRulesText": "System.String", - "InboundNatPoolsText": "System.String", - "InboundNatRulesText": "System.String", - "ProbesText": "System.String", - "Etag": "System.String", - "BackendAddressPoolsText": "System.String", - "FrontendIpConfigurationsText": "System.String", - "SkuText": "System.String", - "OutboundRulesText": "System.String", - "Id": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [ - { - "Name": "", - "ReturnType": null, - "Parameters": [] - } - ] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "Name", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false }, { - "Name": "DefaultProfile", - "AliasList": [ - "AzContext", - "AzureRmContext", - "AzureCredential" - ], - "Type": { - "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", - "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", - "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", - "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", - "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "Clear", - "Parameters": [], - "ReturnType": "System.Void" - } - ], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - } - ], - "ParameterSets": [ - { - "Name": "__AllParameterSets", + "Name": "SetByResourcePublicIpAddress", "Parameters": [ + { + "ParameterMetadata": { + "Name": "PublicIpAddress", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Network.Models", + "Name": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "IpConfiguration": "Microsoft.Azure.Commands.Network.Models.PSIPConfiguration", + "DnsSettings": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddressDnsSettings", + "Sku": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddressSku", + "PublicIpPrefix": "Microsoft.Azure.Commands.Network.Models.PSResourceId", + "IpTags": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSPublicIpTag]", + "Zones": "System.Collections.Generic.List`1[System.String]", + "Tag": "System.Collections.Hashtable", + "IdleTimeoutInMinutes": "System.Nullable`1[System.Int32]", + "PublicIpAllocationMethod": "System.String", + "Name": "System.String", + "TagsTable": "System.String", + "Type": "System.String", + "ResourceGuid": "System.String", + "Location": "System.String", + "ResourceGroupName": "System.String", + "DnsSettingsText": "System.String", + "SkuText": "System.String", + "IpTagsText": "System.String", + "Etag": "System.String", + "IpConfigurationText": "System.String", + "ProvisioningState": "System.String", + "PublicIpAddressVersion": "System.String", + "IpAddress": "System.String", + "PublicIpPrefixText": "System.String", + "Id": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, { "ParameterMetadata": { "Name": "LoadBalancer", @@ -184675,7 +204594,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool]", @@ -184770,201 +204689,21 @@ "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "DefaultProfile", - "AliasList": [ - "AzContext", - "AzureRmContext", - "AzureCredential" - ], - "Type": { - "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", - "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", - "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", - "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", - "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "Clear", - "Parameters": [], - "ReturnType": "System.Void" - } - ], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, + "Mandatory": true, "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false - } - ] - } - ], - "AliasList": [] - }, - { - "VerbName": "New", - "NounName": "AzLoadBalancerBackendAddressPoolConfig", - "Name": "New-AzLoadBalancerBackendAddressPoolConfig", - "ClassName": "Microsoft.Azure.Commands.Network.NewAzureRmLoadBalancerBackendAddressPoolConfigCommand", - "SupportsShouldProcess": true, - "ConfirmImpact": 2, - "SupportsPaging": false, - "DefaultParameterSetName": "__AllParameterSets", - "OutputTypes": [ - { - "Type": { - "Namespace": "Microsoft.Azure.Commands.Network.Models", - "Name": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", - "Properties": { - "OutboundRule": "Microsoft.Azure.Commands.Network.Models.PSResourceId", - "BackendIpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceIPConfiguration]", - "LoadBalancingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", - "ProvisioningState": "System.String", - "BackendIpConfigurationsText": "System.String", - "LoadBalancingRulesText": "System.String", - "OutboundRuleText": "System.String", - "Name": "System.String", - "Etag": "System.String", - "Id": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "ShouldSerializeBackendIpConfigurations", - "Parameters": [], - "ReturnType": "System.Boolean" - }, - { - "Name": "ShouldSerializeLoadBalancingRules", - "Parameters": [], - "ReturnType": "System.Boolean" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [ - { - "Name": "", - "ReturnType": null, - "Parameters": [] - } - ] - }, - "ParameterSets": [ - "__AllParameterSets" - ] - } - ], - "Parameters": [ - { - "Name": "Name", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "DefaultProfile", - "AliasList": [ - "AzContext", - "AzureRmContext", - "AzureCredential" - ], - "Type": { - "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", - "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", - "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", - "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", - "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "Clear", - "Parameters": [], - "ReturnType": "System.Void" - } - ], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - } - ], - "ParameterSets": [ - { - "Name": "__AllParameterSets", - "Parameters": [ { "ParameterMetadata": { - "Name": "Name", + "Name": "Zone", "AliasList": [], "Type": { "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Name": "System.String[]", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, - "ElementType": null, + "ElementType": "System.String", "GenericTypeArguments": [], "Methods": [], "Constructors": [] @@ -184974,10 +204713,10 @@ "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, - "Mandatory": true, + "Mandatory": false, "Position": -2147483648, "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false + "ValueFromPipelineByPropertyName": true }, { "ParameterMetadata": { @@ -185024,11 +204763,11 @@ "AliasList": [] }, { - "VerbName": "Remove", - "NounName": "AzLoadBalancerBackendAddressPoolConfig", - "Name": "Remove-AzLoadBalancerBackendAddressPoolConfig", - "ClassName": "Microsoft.Azure.Commands.Network.RemoveAzureRmLoadBalancerBackendAddressPoolConfigCommand", - "SupportsShouldProcess": true, + "VerbName": "Get", + "NounName": "AzLoadBalancerFrontendIpConfig", + "Name": "Get-AzLoadBalancerFrontendIpConfig", + "ClassName": "Microsoft.Azure.Commands.Network.GetAzureRmLoadBalancerFrontendIpConfigCommand", + "SupportsShouldProcess": false, "ConfirmImpact": 2, "SupportsPaging": false, "DefaultParameterSetName": "__AllParameterSets", @@ -185036,39 +204775,61 @@ { "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", - "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "Name": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { - "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", - "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool]", - "FrontendIpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration]", - "InboundNatPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSInboundNatPool]", - "InboundNatRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSInboundNatRule]", - "LoadBalancingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSLoadBalancingRule]", - "OutboundRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSOutboundRule]", - "Probes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSProbe]", - "Tag": "System.Collections.Hashtable", - "ProvisioningState": "System.String", + "PublicIpAddress": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress", + "PublicIPPrefix": "Microsoft.Azure.Commands.Network.Models.PSResourceId", + "Subnet": "Microsoft.Azure.Commands.Network.Models.PSSubnet", + "InboundNatRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", + "InboundNatPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", + "OutboundRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", + "LoadBalancingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", + "Zones": "System.Collections.Generic.List`1[System.String]", "Name": "System.String", - "TagsTable": "System.String", - "Type": "System.String", - "ResourceGuid": "System.String", - "Location": "System.String", - "ResourceGroupName": "System.String", + "PublicIPPrefixText": "System.String", + "PublicIpAddressText": "System.String", + "SubnetText": "System.String", "LoadBalancingRulesText": "System.String", - "InboundNatPoolsText": "System.String", + "OutboundRulesText": "System.String", + "PrivateIpAddress": "System.String", "InboundNatRulesText": "System.String", - "ProbesText": "System.String", + "ZonesText": "System.String", "Etag": "System.String", - "BackendAddressPoolsText": "System.String", - "FrontendIpConfigurationsText": "System.String", - "SkuText": "System.String", - "OutboundRulesText": "System.String", + "ProvisioningState": "System.String", + "PrivateIpAddressVersion": "System.String", + "PrivateIpAllocationMethod": "System.String", + "InboundNatPoolsText": "System.String", "Id": "System.String" }, "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "ShouldSerializeInboundNatRules", + "Parameters": [], + "ReturnType": "System.Boolean" + }, + { + "Name": "ShouldSerializeInboundNatPools", + "Parameters": [], + "ReturnType": "System.Boolean" + }, + { + "Name": "ShouldSerializeOutboundRules", + "Parameters": [], + "ReturnType": "System.Boolean" + }, + { + "Name": "ShouldSerializeLoadBalancingRules", + "Parameters": [], + "ReturnType": "System.Boolean" + }, + { + "Name": "ShouldSerializeZones", + "Parameters": [], + "ReturnType": "System.Boolean" + }, { "Name": "ToString", "Parameters": [], @@ -185115,7 +204876,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool]", @@ -185249,7 +205010,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool]", @@ -185394,10 +205155,10 @@ "AliasList": [] }, { - "VerbName": "Add", + "VerbName": "New", "NounName": "AzLoadBalancerFrontendIpConfig", - "Name": "Add-AzLoadBalancerFrontendIpConfig", - "ClassName": "Microsoft.Azure.Commands.Network.AddAzureRmLoadBalancerFrontendIpConfigCommand", + "Name": "New-AzLoadBalancerFrontendIpConfig", + "ClassName": "Microsoft.Azure.Commands.Network.NewAzureRmLoadBalancerFrontendIpConfigCommand", "SupportsShouldProcess": true, "ConfirmImpact": 2, "SupportsPaging": false, @@ -185406,117 +205167,61 @@ { "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", - "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "Name": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { - "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", - "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool]", - "FrontendIpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration]", - "InboundNatPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSInboundNatPool]", - "InboundNatRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSInboundNatRule]", - "LoadBalancingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSLoadBalancingRule]", - "OutboundRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSOutboundRule]", - "Probes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSProbe]", - "Tag": "System.Collections.Hashtable", - "ProvisioningState": "System.String", + "PublicIpAddress": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress", + "PublicIPPrefix": "Microsoft.Azure.Commands.Network.Models.PSResourceId", + "Subnet": "Microsoft.Azure.Commands.Network.Models.PSSubnet", + "InboundNatRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", + "InboundNatPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", + "OutboundRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", + "LoadBalancingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", + "Zones": "System.Collections.Generic.List`1[System.String]", "Name": "System.String", - "TagsTable": "System.String", - "Type": "System.String", - "ResourceGuid": "System.String", - "Location": "System.String", - "ResourceGroupName": "System.String", + "PublicIPPrefixText": "System.String", + "PublicIpAddressText": "System.String", + "SubnetText": "System.String", "LoadBalancingRulesText": "System.String", - "InboundNatPoolsText": "System.String", + "OutboundRulesText": "System.String", + "PrivateIpAddress": "System.String", "InboundNatRulesText": "System.String", - "ProbesText": "System.String", + "ZonesText": "System.String", "Etag": "System.String", - "BackendAddressPoolsText": "System.String", - "FrontendIpConfigurationsText": "System.String", - "SkuText": "System.String", - "OutboundRulesText": "System.String", + "ProvisioningState": "System.String", + "PrivateIpAddressVersion": "System.String", + "PrivateIpAllocationMethod": "System.String", + "InboundNatPoolsText": "System.String", "Id": "System.String" }, "ElementType": null, "GenericTypeArguments": [], "Methods": [ { - "Name": "ToString", + "Name": "ShouldSerializeInboundNatRules", "Parameters": [], - "ReturnType": "System.String" + "ReturnType": "System.Boolean" }, { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], + "Name": "ShouldSerializeInboundNatPools", + "Parameters": [], "ReturnType": "System.Boolean" }, { - "Name": "GetHashCode", + "Name": "ShouldSerializeOutboundRules", "Parameters": [], - "ReturnType": "System.Int32" + "ReturnType": "System.Boolean" }, { - "Name": "GetType", + "Name": "ShouldSerializeLoadBalancingRules", "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [ + "ReturnType": "System.Boolean" + }, { - "Name": "", - "ReturnType": null, - "Parameters": [] - } - ] - }, - "ParameterSets": [ - "__AllParameterSets" - ] - } - ], - "Parameters": [ - { - "Name": "LoadBalancer", - "AliasList": [], - "Type": { - "Namespace": "Microsoft.Azure.Commands.Network.Models", - "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", - "Properties": { - "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", - "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool]", - "FrontendIpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration]", - "InboundNatPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSInboundNatPool]", - "InboundNatRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSInboundNatRule]", - "LoadBalancingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSLoadBalancingRule]", - "OutboundRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSOutboundRule]", - "Probes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSProbe]", - "Tag": "System.Collections.Hashtable", - "ProvisioningState": "System.String", - "Name": "System.String", - "TagsTable": "System.String", - "Type": "System.String", - "ResourceGuid": "System.String", - "Location": "System.String", - "ResourceGroupName": "System.String", - "LoadBalancingRulesText": "System.String", - "InboundNatPoolsText": "System.String", - "InboundNatRulesText": "System.String", - "ProbesText": "System.String", - "Etag": "System.String", - "BackendAddressPoolsText": "System.String", - "FrontendIpConfigurationsText": "System.String", - "SkuText": "System.String", - "OutboundRulesText": "System.String", - "Id": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ + "Name": "ShouldSerializeZones", + "Parameters": [], + "ReturnType": "System.Boolean" + }, { "Name": "ToString", "Parameters": [], @@ -185551,11 +205256,12 @@ } ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, + "ParameterSets": [ + "__AllParameterSets" + ] + } + ], + "Parameters": [ { "Name": "Name", "AliasList": [], @@ -185655,7 +205361,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSSubnet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "NetworkSecurityGroup": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup", "NatGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -185788,7 +205494,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "IpConfiguration": "Microsoft.Azure.Commands.Network.Models.PSIPConfiguration", "DnsSettings": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddressDnsSettings", @@ -185896,89 +205602,6 @@ { "Name": "__AllParameterSets", "Parameters": [ - { - "ParameterMetadata": { - "Name": "LoadBalancer", - "AliasList": [], - "Type": { - "Namespace": "Microsoft.Azure.Commands.Network.Models", - "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", - "Properties": { - "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", - "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool]", - "FrontendIpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration]", - "InboundNatPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSInboundNatPool]", - "InboundNatRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSInboundNatRule]", - "LoadBalancingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSLoadBalancingRule]", - "OutboundRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSOutboundRule]", - "Probes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSProbe]", - "Tag": "System.Collections.Hashtable", - "ProvisioningState": "System.String", - "Name": "System.String", - "TagsTable": "System.String", - "Type": "System.String", - "ResourceGuid": "System.String", - "Location": "System.String", - "ResourceGroupName": "System.String", - "LoadBalancingRulesText": "System.String", - "InboundNatPoolsText": "System.String", - "InboundNatRulesText": "System.String", - "ProbesText": "System.String", - "Etag": "System.String", - "BackendAddressPoolsText": "System.String", - "FrontendIpConfigurationsText": "System.String", - "SkuText": "System.String", - "OutboundRulesText": "System.String", - "Id": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [ - { - "Name": "", - "ReturnType": null, - "Parameters": [] - } - ] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": true, - "Position": -2147483648, - "ValueFromPipeline": true, - "ValueFromPipelineByPropertyName": true - }, { "ParameterMetadata": { "Name": "Name", @@ -186129,7 +205752,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSSubnet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "NetworkSecurityGroup": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup", "NatGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -186243,89 +205866,6 @@ "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": true }, - { - "ParameterMetadata": { - "Name": "LoadBalancer", - "AliasList": [], - "Type": { - "Namespace": "Microsoft.Azure.Commands.Network.Models", - "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", - "Properties": { - "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", - "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool]", - "FrontendIpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration]", - "InboundNatPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSInboundNatPool]", - "InboundNatRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSInboundNatRule]", - "LoadBalancingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSLoadBalancingRule]", - "OutboundRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSOutboundRule]", - "Probes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSProbe]", - "Tag": "System.Collections.Hashtable", - "ProvisioningState": "System.String", - "Name": "System.String", - "TagsTable": "System.String", - "Type": "System.String", - "ResourceGuid": "System.String", - "Location": "System.String", - "ResourceGroupName": "System.String", - "LoadBalancingRulesText": "System.String", - "InboundNatPoolsText": "System.String", - "InboundNatRulesText": "System.String", - "ProbesText": "System.String", - "Etag": "System.String", - "BackendAddressPoolsText": "System.String", - "FrontendIpConfigurationsText": "System.String", - "SkuText": "System.String", - "OutboundRulesText": "System.String", - "Id": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [ - { - "Name": "", - "ReturnType": null, - "Parameters": [] - } - ] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": true, - "Position": -2147483648, - "ValueFromPipeline": true, - "ValueFromPipelineByPropertyName": true - }, { "ParameterMetadata": { "Name": "Name", @@ -186493,89 +206033,6 @@ "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": true }, - { - "ParameterMetadata": { - "Name": "LoadBalancer", - "AliasList": [], - "Type": { - "Namespace": "Microsoft.Azure.Commands.Network.Models", - "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", - "Properties": { - "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", - "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool]", - "FrontendIpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration]", - "InboundNatPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSInboundNatPool]", - "InboundNatRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSInboundNatRule]", - "LoadBalancingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSLoadBalancingRule]", - "OutboundRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSOutboundRule]", - "Probes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSProbe]", - "Tag": "System.Collections.Hashtable", - "ProvisioningState": "System.String", - "Name": "System.String", - "TagsTable": "System.String", - "Type": "System.String", - "ResourceGuid": "System.String", - "Location": "System.String", - "ResourceGroupName": "System.String", - "LoadBalancingRulesText": "System.String", - "InboundNatPoolsText": "System.String", - "InboundNatRulesText": "System.String", - "ProbesText": "System.String", - "Etag": "System.String", - "BackendAddressPoolsText": "System.String", - "FrontendIpConfigurationsText": "System.String", - "SkuText": "System.String", - "OutboundRulesText": "System.String", - "Id": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [ - { - "Name": "", - "ReturnType": null, - "Parameters": [] - } - ] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": true, - "Position": -2147483648, - "ValueFromPipeline": true, - "ValueFromPipelineByPropertyName": true - }, { "ParameterMetadata": { "Name": "Name", @@ -186692,89 +206149,6 @@ "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": true }, - { - "ParameterMetadata": { - "Name": "LoadBalancer", - "AliasList": [], - "Type": { - "Namespace": "Microsoft.Azure.Commands.Network.Models", - "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", - "Properties": { - "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", - "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool]", - "FrontendIpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration]", - "InboundNatPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSInboundNatPool]", - "InboundNatRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSInboundNatRule]", - "LoadBalancingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSLoadBalancingRule]", - "OutboundRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSOutboundRule]", - "Probes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSProbe]", - "Tag": "System.Collections.Hashtable", - "ProvisioningState": "System.String", - "Name": "System.String", - "TagsTable": "System.String", - "Type": "System.String", - "ResourceGuid": "System.String", - "Location": "System.String", - "ResourceGroupName": "System.String", - "LoadBalancingRulesText": "System.String", - "InboundNatPoolsText": "System.String", - "InboundNatRulesText": "System.String", - "ProbesText": "System.String", - "Etag": "System.String", - "BackendAddressPoolsText": "System.String", - "FrontendIpConfigurationsText": "System.String", - "SkuText": "System.String", - "OutboundRulesText": "System.String", - "Id": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [ - { - "Name": "", - "ReturnType": null, - "Parameters": [] - } - ] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": true, - "Position": -2147483648, - "ValueFromPipeline": true, - "ValueFromPipelineByPropertyName": true - }, { "ParameterMetadata": { "Name": "Name", @@ -186874,7 +206248,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "IpConfiguration": "Microsoft.Azure.Commands.Network.Models.PSIPConfiguration", "DnsSettings": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddressDnsSettings", @@ -186949,89 +206323,6 @@ "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": true }, - { - "ParameterMetadata": { - "Name": "LoadBalancer", - "AliasList": [], - "Type": { - "Namespace": "Microsoft.Azure.Commands.Network.Models", - "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", - "Properties": { - "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", - "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool]", - "FrontendIpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration]", - "InboundNatPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSInboundNatPool]", - "InboundNatRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSInboundNatRule]", - "LoadBalancingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSLoadBalancingRule]", - "OutboundRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSOutboundRule]", - "Probes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSProbe]", - "Tag": "System.Collections.Hashtable", - "ProvisioningState": "System.String", - "Name": "System.String", - "TagsTable": "System.String", - "Type": "System.String", - "ResourceGuid": "System.String", - "Location": "System.String", - "ResourceGroupName": "System.String", - "LoadBalancingRulesText": "System.String", - "InboundNatPoolsText": "System.String", - "InboundNatRulesText": "System.String", - "ProbesText": "System.String", - "Etag": "System.String", - "BackendAddressPoolsText": "System.String", - "FrontendIpConfigurationsText": "System.String", - "SkuText": "System.String", - "OutboundRulesText": "System.String", - "Id": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [ - { - "Name": "", - "ReturnType": null, - "Parameters": [] - } - ] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": true, - "Position": -2147483648, - "ValueFromPipeline": true, - "ValueFromPipelineByPropertyName": true - }, { "ParameterMetadata": { "Name": "Name", @@ -187125,11 +206416,11 @@ "AliasList": [] }, { - "VerbName": "Get", + "VerbName": "Remove", "NounName": "AzLoadBalancerFrontendIpConfig", - "Name": "Get-AzLoadBalancerFrontendIpConfig", - "ClassName": "Microsoft.Azure.Commands.Network.GetAzureRmLoadBalancerFrontendIpConfigCommand", - "SupportsShouldProcess": false, + "Name": "Remove-AzLoadBalancerFrontendIpConfig", + "ClassName": "Microsoft.Azure.Commands.Network.RemoveAzureRmLoadBalancerFrontendIpConfigCommand", + "SupportsShouldProcess": true, "ConfirmImpact": 2, "SupportsPaging": false, "DefaultParameterSetName": "__AllParameterSets", @@ -187137,61 +206428,39 @@ { "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", - "Name": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { - "PublicIpAddress": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress", - "PublicIPPrefix": "Microsoft.Azure.Commands.Network.Models.PSResourceId", - "Subnet": "Microsoft.Azure.Commands.Network.Models.PSSubnet", - "InboundNatRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", - "InboundNatPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", - "OutboundRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", - "LoadBalancingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", - "Zones": "System.Collections.Generic.List`1[System.String]", + "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", + "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool]", + "FrontendIpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration]", + "InboundNatPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSInboundNatPool]", + "InboundNatRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSInboundNatRule]", + "LoadBalancingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSLoadBalancingRule]", + "OutboundRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSOutboundRule]", + "Probes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSProbe]", + "Tag": "System.Collections.Hashtable", + "ProvisioningState": "System.String", "Name": "System.String", - "PublicIPPrefixText": "System.String", - "PublicIpAddressText": "System.String", - "SubnetText": "System.String", + "TagsTable": "System.String", + "Type": "System.String", + "ResourceGuid": "System.String", + "Location": "System.String", + "ResourceGroupName": "System.String", "LoadBalancingRulesText": "System.String", - "OutboundRulesText": "System.String", - "PrivateIpAddress": "System.String", + "InboundNatPoolsText": "System.String", "InboundNatRulesText": "System.String", - "ZonesText": "System.String", + "ProbesText": "System.String", "Etag": "System.String", - "ProvisioningState": "System.String", - "PrivateIpAddressVersion": "System.String", - "PrivateIpAllocationMethod": "System.String", - "InboundNatPoolsText": "System.String", + "BackendAddressPoolsText": "System.String", + "FrontendIpConfigurationsText": "System.String", + "SkuText": "System.String", + "OutboundRulesText": "System.String", "Id": "System.String" }, "ElementType": null, "GenericTypeArguments": [], "Methods": [ - { - "Name": "ShouldSerializeInboundNatRules", - "Parameters": [], - "ReturnType": "System.Boolean" - }, - { - "Name": "ShouldSerializeInboundNatPools", - "Parameters": [], - "ReturnType": "System.Boolean" - }, - { - "Name": "ShouldSerializeOutboundRules", - "Parameters": [], - "ReturnType": "System.Boolean" - }, - { - "Name": "ShouldSerializeLoadBalancingRules", - "Parameters": [], - "ReturnType": "System.Boolean" - }, - { - "Name": "ShouldSerializeZones", - "Parameters": [], - "ReturnType": "System.Boolean" - }, { "Name": "ToString", "Parameters": [], @@ -187238,7 +206507,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool]", @@ -187372,7 +206641,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool]", @@ -187517,10 +206786,10 @@ "AliasList": [] }, { - "VerbName": "New", + "VerbName": "Set", "NounName": "AzLoadBalancerFrontendIpConfig", - "Name": "New-AzLoadBalancerFrontendIpConfig", - "ClassName": "Microsoft.Azure.Commands.Network.NewAzureRmLoadBalancerFrontendIpConfigCommand", + "Name": "Set-AzLoadBalancerFrontendIpConfig", + "ClassName": "Microsoft.Azure.Commands.Network.SetAzureRmLoadBalancerFrontendIpConfigCommand", "SupportsShouldProcess": true, "ConfirmImpact": 2, "SupportsPaging": false, @@ -187529,61 +206798,117 @@ { "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", - "Name": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { - "PublicIpAddress": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress", - "PublicIPPrefix": "Microsoft.Azure.Commands.Network.Models.PSResourceId", - "Subnet": "Microsoft.Azure.Commands.Network.Models.PSSubnet", - "InboundNatRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", - "InboundNatPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", - "OutboundRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", - "LoadBalancingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", - "Zones": "System.Collections.Generic.List`1[System.String]", + "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", + "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool]", + "FrontendIpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration]", + "InboundNatPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSInboundNatPool]", + "InboundNatRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSInboundNatRule]", + "LoadBalancingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSLoadBalancingRule]", + "OutboundRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSOutboundRule]", + "Probes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSProbe]", + "Tag": "System.Collections.Hashtable", + "ProvisioningState": "System.String", "Name": "System.String", - "PublicIPPrefixText": "System.String", - "PublicIpAddressText": "System.String", - "SubnetText": "System.String", + "TagsTable": "System.String", + "Type": "System.String", + "ResourceGuid": "System.String", + "Location": "System.String", + "ResourceGroupName": "System.String", "LoadBalancingRulesText": "System.String", - "OutboundRulesText": "System.String", - "PrivateIpAddress": "System.String", + "InboundNatPoolsText": "System.String", "InboundNatRulesText": "System.String", - "ZonesText": "System.String", + "ProbesText": "System.String", "Etag": "System.String", - "ProvisioningState": "System.String", - "PrivateIpAddressVersion": "System.String", - "PrivateIpAllocationMethod": "System.String", - "InboundNatPoolsText": "System.String", + "BackendAddressPoolsText": "System.String", + "FrontendIpConfigurationsText": "System.String", + "SkuText": "System.String", + "OutboundRulesText": "System.String", "Id": "System.String" }, "ElementType": null, "GenericTypeArguments": [], "Methods": [ { - "Name": "ShouldSerializeInboundNatRules", + "Name": "ToString", "Parameters": [], - "ReturnType": "System.Boolean" + "ReturnType": "System.String" }, { - "Name": "ShouldSerializeInboundNatPools", - "Parameters": [], + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], "ReturnType": "System.Boolean" }, { - "Name": "ShouldSerializeOutboundRules", + "Name": "GetHashCode", "Parameters": [], - "ReturnType": "System.Boolean" + "ReturnType": "System.Int32" }, { - "Name": "ShouldSerializeLoadBalancingRules", + "Name": "GetType", "Parameters": [], - "ReturnType": "System.Boolean" - }, + "ReturnType": "System.Type" + } + ], + "Constructors": [ { - "Name": "ShouldSerializeZones", - "Parameters": [], - "ReturnType": "System.Boolean" - }, + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] + }, + "ParameterSets": [ + "__AllParameterSets" + ] + } + ], + "Parameters": [ + { + "Name": "LoadBalancer", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Network.Models", + "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", + "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool]", + "FrontendIpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration]", + "InboundNatPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSInboundNatPool]", + "InboundNatRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSInboundNatRule]", + "LoadBalancingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSLoadBalancingRule]", + "OutboundRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSOutboundRule]", + "Probes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSProbe]", + "Tag": "System.Collections.Hashtable", + "ProvisioningState": "System.String", + "Name": "System.String", + "TagsTable": "System.String", + "Type": "System.String", + "ResourceGuid": "System.String", + "Location": "System.String", + "ResourceGroupName": "System.String", + "LoadBalancingRulesText": "System.String", + "InboundNatPoolsText": "System.String", + "InboundNatRulesText": "System.String", + "ProbesText": "System.String", + "Etag": "System.String", + "BackendAddressPoolsText": "System.String", + "FrontendIpConfigurationsText": "System.String", + "SkuText": "System.String", + "OutboundRulesText": "System.String", + "Id": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ { "Name": "ToString", "Parameters": [], @@ -187618,12 +206943,11 @@ } ] }, - "ParameterSets": [ - "__AllParameterSets" - ] - } - ], - "Parameters": [ + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, { "Name": "Name", "AliasList": [], @@ -187723,7 +207047,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSSubnet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "NetworkSecurityGroup": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup", "NatGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -187856,7 +207180,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "IpConfiguration": "Microsoft.Azure.Commands.Network.Models.PSIPConfiguration", "DnsSettings": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddressDnsSettings", @@ -187964,6 +207288,89 @@ { "Name": "__AllParameterSets", "Parameters": [ + { + "ParameterMetadata": { + "Name": "LoadBalancer", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Network.Models", + "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", + "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool]", + "FrontendIpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration]", + "InboundNatPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSInboundNatPool]", + "InboundNatRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSInboundNatRule]", + "LoadBalancingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSLoadBalancingRule]", + "OutboundRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSOutboundRule]", + "Probes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSProbe]", + "Tag": "System.Collections.Hashtable", + "ProvisioningState": "System.String", + "Name": "System.String", + "TagsTable": "System.String", + "Type": "System.String", + "ResourceGuid": "System.String", + "Location": "System.String", + "ResourceGroupName": "System.String", + "LoadBalancingRulesText": "System.String", + "InboundNatPoolsText": "System.String", + "InboundNatRulesText": "System.String", + "ProbesText": "System.String", + "Etag": "System.String", + "BackendAddressPoolsText": "System.String", + "FrontendIpConfigurationsText": "System.String", + "SkuText": "System.String", + "OutboundRulesText": "System.String", + "Id": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": true, + "ValueFromPipelineByPropertyName": true + }, { "ParameterMetadata": { "Name": "Name", @@ -188114,7 +207521,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSSubnet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "NetworkSecurityGroup": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup", "NatGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -188228,6 +207635,89 @@ "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": true }, + { + "ParameterMetadata": { + "Name": "LoadBalancer", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Network.Models", + "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", + "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool]", + "FrontendIpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration]", + "InboundNatPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSInboundNatPool]", + "InboundNatRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSInboundNatRule]", + "LoadBalancingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSLoadBalancingRule]", + "OutboundRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSOutboundRule]", + "Probes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSProbe]", + "Tag": "System.Collections.Hashtable", + "ProvisioningState": "System.String", + "Name": "System.String", + "TagsTable": "System.String", + "Type": "System.String", + "ResourceGuid": "System.String", + "Location": "System.String", + "ResourceGroupName": "System.String", + "LoadBalancingRulesText": "System.String", + "InboundNatPoolsText": "System.String", + "InboundNatRulesText": "System.String", + "ProbesText": "System.String", + "Etag": "System.String", + "BackendAddressPoolsText": "System.String", + "FrontendIpConfigurationsText": "System.String", + "SkuText": "System.String", + "OutboundRulesText": "System.String", + "Id": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": true, + "ValueFromPipelineByPropertyName": true + }, { "ParameterMetadata": { "Name": "Name", @@ -188395,6 +207885,89 @@ "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": true }, + { + "ParameterMetadata": { + "Name": "LoadBalancer", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Network.Models", + "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", + "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool]", + "FrontendIpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration]", + "InboundNatPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSInboundNatPool]", + "InboundNatRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSInboundNatRule]", + "LoadBalancingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSLoadBalancingRule]", + "OutboundRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSOutboundRule]", + "Probes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSProbe]", + "Tag": "System.Collections.Hashtable", + "ProvisioningState": "System.String", + "Name": "System.String", + "TagsTable": "System.String", + "Type": "System.String", + "ResourceGuid": "System.String", + "Location": "System.String", + "ResourceGroupName": "System.String", + "LoadBalancingRulesText": "System.String", + "InboundNatPoolsText": "System.String", + "InboundNatRulesText": "System.String", + "ProbesText": "System.String", + "Etag": "System.String", + "BackendAddressPoolsText": "System.String", + "FrontendIpConfigurationsText": "System.String", + "SkuText": "System.String", + "OutboundRulesText": "System.String", + "Id": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": true, + "ValueFromPipelineByPropertyName": true + }, { "ParameterMetadata": { "Name": "Name", @@ -188465,41 +208038,124 @@ "GenericTypeArguments": [], "Methods": [ { - "Name": "Clear", + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "SetByResourceIdPublicIpAddress", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "PublicIpAddressId", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "LoadBalancer", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Network.Models", + "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", + "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool]", + "FrontendIpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration]", + "InboundNatPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSInboundNatPool]", + "InboundNatRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSInboundNatRule]", + "LoadBalancingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSLoadBalancingRule]", + "OutboundRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSOutboundRule]", + "Probes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSProbe]", + "Tag": "System.Collections.Hashtable", + "ProvisioningState": "System.String", + "Name": "System.String", + "TagsTable": "System.String", + "Type": "System.String", + "ResourceGuid": "System.String", + "Location": "System.String", + "ResourceGroupName": "System.String", + "LoadBalancingRulesText": "System.String", + "InboundNatPoolsText": "System.String", + "InboundNatRulesText": "System.String", + "ProbesText": "System.String", + "Etag": "System.String", + "BackendAddressPoolsText": "System.String", + "FrontendIpConfigurationsText": "System.String", + "SkuText": "System.String", + "OutboundRulesText": "System.String", + "Id": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ToString", "Parameters": [], - "ReturnType": "System.Void" + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" } ], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - } - ] - }, - { - "Name": "SetByResourceIdPublicIpAddress", - "Parameters": [ - { - "ParameterMetadata": { - "Name": "PublicIpAddressId", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] }, "ValidateSet": [], "ValidateRangeMin": null, @@ -188508,7 +208164,7 @@ }, "Mandatory": true, "Position": -2147483648, - "ValueFromPipeline": false, + "ValueFromPipeline": true, "ValueFromPipelineByPropertyName": true }, { @@ -188610,7 +208266,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "IpConfiguration": "Microsoft.Azure.Commands.Network.Models.PSIPConfiguration", "DnsSettings": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddressDnsSettings", @@ -188685,6 +208341,89 @@ "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": true }, + { + "ParameterMetadata": { + "Name": "LoadBalancer", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Network.Models", + "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", + "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool]", + "FrontendIpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration]", + "InboundNatPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSInboundNatPool]", + "InboundNatRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSInboundNatRule]", + "LoadBalancingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSLoadBalancingRule]", + "OutboundRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSOutboundRule]", + "Probes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSProbe]", + "Tag": "System.Collections.Hashtable", + "ProvisioningState": "System.String", + "Name": "System.String", + "TagsTable": "System.String", + "Type": "System.String", + "ResourceGuid": "System.String", + "Location": "System.String", + "ResourceGroupName": "System.String", + "LoadBalancingRulesText": "System.String", + "InboundNatPoolsText": "System.String", + "InboundNatRulesText": "System.String", + "ProbesText": "System.String", + "Etag": "System.String", + "BackendAddressPoolsText": "System.String", + "FrontendIpConfigurationsText": "System.String", + "SkuText": "System.String", + "OutboundRulesText": "System.String", + "Id": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": true, + "ValueFromPipelineByPropertyName": true + }, { "ParameterMetadata": { "Name": "Name", @@ -188778,20 +208517,20 @@ "AliasList": [] }, { - "VerbName": "Remove", - "NounName": "AzLoadBalancerFrontendIpConfig", - "Name": "Remove-AzLoadBalancerFrontendIpConfig", - "ClassName": "Microsoft.Azure.Commands.Network.RemoveAzureRmLoadBalancerFrontendIpConfigCommand", - "SupportsShouldProcess": true, + "VerbName": "Get", + "NounName": "AzLoadBalancer", + "Name": "Get-AzLoadBalancer", + "ClassName": "Microsoft.Azure.Commands.Network.GetAzureRmLoadBalancer", + "SupportsShouldProcess": false, "ConfirmImpact": 2, "SupportsPaging": false, - "DefaultParameterSetName": "__AllParameterSets", + "DefaultParameterSetName": "NoExpand", "OutputTypes": [ { "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool]", @@ -188864,84 +208603,45 @@ ], "Parameters": [ { - "Name": "LoadBalancer", + "Name": "ResourceGroupName", "AliasList": [], "Type": { - "Namespace": "Microsoft.Azure.Commands.Network.Models", - "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", - "Properties": { - "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", - "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool]", - "FrontendIpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration]", - "InboundNatPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSInboundNatPool]", - "InboundNatRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSInboundNatRule]", - "LoadBalancingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSLoadBalancingRule]", - "OutboundRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSOutboundRule]", - "Probes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSProbe]", - "Tag": "System.Collections.Hashtable", - "ProvisioningState": "System.String", - "Name": "System.String", - "TagsTable": "System.String", - "Type": "System.String", - "ResourceGuid": "System.String", - "Location": "System.String", - "ResourceGroupName": "System.String", - "LoadBalancingRulesText": "System.String", - "InboundNatPoolsText": "System.String", - "InboundNatRulesText": "System.String", - "ProbesText": "System.String", - "Etag": "System.String", - "BackendAddressPoolsText": "System.String", - "FrontendIpConfigurationsText": "System.String", - "SkuText": "System.String", - "OutboundRulesText": "System.String", - "Id": "System.String" - }, + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, "ElementType": null, "GenericTypeArguments": [], - "Methods": [ - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [ - { - "Name": "", - "ReturnType": null, - "Parameters": [] - } - ] + "Methods": [], + "Constructors": [] }, "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false + "ValidateNotNullOrEmpty": true }, { "Name": "Name", + "AliasList": [ + "ResourceName" + ], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "ExpandResource", "AliasList": [], "Type": { "Namespace": "System", @@ -188956,7 +208656,7 @@ "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false + "ValidateNotNullOrEmpty": true }, { "Name": "DefaultProfile", @@ -188994,95 +208694,156 @@ ], "ParameterSets": [ { - "Name": "__AllParameterSets", + "Name": "Expand", "Parameters": [ { "ParameterMetadata": { - "Name": "LoadBalancer", + "Name": "ResourceGroupName", "AliasList": [], "Type": { - "Namespace": "Microsoft.Azure.Commands.Network.Models", - "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "Name", + "AliasList": [ + "ResourceName" + ], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "ExpandResource", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { - "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", - "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool]", - "FrontendIpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration]", - "InboundNatPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSInboundNatPool]", - "InboundNatRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSInboundNatRule]", - "LoadBalancingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSLoadBalancingRule]", - "OutboundRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSOutboundRule]", - "Probes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSProbe]", - "Tag": "System.Collections.Hashtable", - "ProvisioningState": "System.String", - "Name": "System.String", - "TagsTable": "System.String", - "Type": "System.String", - "ResourceGuid": "System.String", - "Location": "System.String", - "ResourceGroupName": "System.String", - "LoadBalancingRulesText": "System.String", - "InboundNatPoolsText": "System.String", - "InboundNatRulesText": "System.String", - "ProbesText": "System.String", - "Etag": "System.String", - "BackendAddressPoolsText": "System.String", - "FrontendIpConfigurationsText": "System.String", - "SkuText": "System.String", - "OutboundRulesText": "System.String", - "Id": "System.String" + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" }, "ElementType": null, "GenericTypeArguments": [], "Methods": [ { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "GetType", + "Name": "Clear", "Parameters": [], - "ReturnType": "System.Type" + "ReturnType": "System.Void" } ], - "Constructors": [ - { - "Name": "", - "ReturnType": null, - "Parameters": [] - } - ] + "Constructors": [] }, "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, - "Mandatory": true, + "Mandatory": false, "Position": -2147483648, - "ValueFromPipeline": true, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "NoExpand", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "ResourceGroupName", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": true }, { "ParameterMetadata": { "Name": "Name", - "AliasList": [], + "AliasList": [ + "ResourceName" + ], "Type": { "Namespace": "System", "Name": "System.String", @@ -189096,13 +208857,57 @@ "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false - }, + } + ] + }, + { + "Name": "__AllParameterSets", + "Parameters": [ { "ParameterMetadata": { "Name": "DefaultProfile", @@ -189148,20 +208953,20 @@ "AliasList": [] }, { - "VerbName": "Set", - "NounName": "AzLoadBalancerFrontendIpConfig", - "Name": "Set-AzLoadBalancerFrontendIpConfig", - "ClassName": "Microsoft.Azure.Commands.Network.SetAzureRmLoadBalancerFrontendIpConfigCommand", + "VerbName": "Add", + "NounName": "AzLoadBalancerInboundNatPoolConfig", + "Name": "Add-AzLoadBalancerInboundNatPoolConfig", + "ClassName": "Microsoft.Azure.Commands.Network.AddAzureRmLoadBalancerInboundNatPoolConfigCommand", "SupportsShouldProcess": true, "ConfirmImpact": 2, "SupportsPaging": false, - "DefaultParameterSetName": "SetByResourceSubnet", + "DefaultParameterSetName": "SetByResource", "OutputTypes": [ { "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool]", @@ -189239,7 +209044,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool]", @@ -189329,7 +209134,7 @@ "ValidateNotNullOrEmpty": false }, { - "Name": "PrivateIpAddress", + "Name": "Protocol", "AliasList": [], "Type": { "Namespace": "System", @@ -189347,35 +209152,32 @@ "ValidateNotNullOrEmpty": false }, { - "Name": "PrivateIpAddressVersion", + "Name": "FrontendPortRangeStart", "AliasList": [], "Type": { "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Name": "System.Int32", + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], "Methods": [], "Constructors": [] }, - "ValidateSet": [ - "IPv4", - "IPv6" - ], + "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { - "Name": "Zone", + "Name": "FrontendPortRangeEnd", "AliasList": [], "Type": { "Namespace": "System", - "Name": "System.String[]", - "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Name": "System.Int32", + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, - "ElementType": "System.String", + "ElementType": null, "GenericTypeArguments": [], "Methods": [], "Constructors": [] @@ -189386,12 +209188,12 @@ "ValidateNotNullOrEmpty": false }, { - "Name": "SubnetId", + "Name": "BackendPort", "AliasList": [], "Type": { "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Name": "System.Int32", + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -189404,114 +209206,17 @@ "ValidateNotNullOrEmpty": false }, { - "Name": "Subnet", + "Name": "IdleTimeoutInMinutes", "AliasList": [], "Type": { - "Namespace": "Microsoft.Azure.Commands.Network.Models", - "Name": "Microsoft.Azure.Commands.Network.Models.PSSubnet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", - "Properties": { - "NetworkSecurityGroup": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup", - "NatGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", - "RouteTable": "Microsoft.Azure.Commands.Network.Models.PSRouteTable", - "Delegations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSDelegation]", - "IpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSIPConfiguration]", - "PrivateEndpoints": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSPrivateEndpoint]", - "IpAllocations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", - "ResourceNavigationLinks": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceNavigationLink]", - "ServiceAssociationLinks": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSServiceAssocationLink]", - "ServiceEndpoints": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSServiceEndpoint]", - "ServiceEndpointPolicies": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy]", - "AddressPrefix": "System.Collections.Generic.List`1[System.String]", - "PrivateEndpointNetworkPolicies": "System.String", - "Name": "System.String", - "IpAllocationsText": "System.String", - "DelegationsText": "System.String", - "PrivateEndpointsText": "System.String", - "ServiceEndpointPoliciesText": "System.String", - "ServiceEndpointText": "System.String", - "ProvisioningState": "System.String", - "NatGatewayText": "System.String", - "NetworkSecurityGroupText": "System.String", - "ResourceNavigationLinksText": "System.String", - "ServiceAssociationLinksText": "System.String", - "IpConfigurationsText": "System.String", - "Etag": "System.String", - "PrivateLinkServiceNetworkPolicies": "System.String", - "RouteTableText": "System.String", - "Id": "System.String" - }, + "Namespace": "System", + "Name": "System.Int32", + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, "ElementType": null, "GenericTypeArguments": [], - "Methods": [ - { - "Name": "ShouldSerializeIpConfigurations", - "Parameters": [], - "ReturnType": "System.Boolean" - }, - { - "Name": "ShouldSerializeServiceEndpointPolicies", - "Parameters": [], - "ReturnType": "System.Boolean" - }, - { - "Name": "ShouldSerializeServiceEndpoints", - "Parameters": [], - "ReturnType": "System.Boolean" - }, - { - "Name": "ShouldSerializeResourceNavigationLinks", - "Parameters": [], - "ReturnType": "System.Boolean" - }, - { - "Name": "ShouldSerializePrivateEndpoints", - "Parameters": [], - "ReturnType": "System.Boolean" - }, - { - "Name": "ShouldSerializeDelegations", - "Parameters": [], - "ReturnType": "System.Boolean" - }, - { - "Name": "ShouldSerializeServiceAssociationLinks", - "Parameters": [], - "ReturnType": "System.Boolean" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [ - { - "Name": "", - "ReturnType": null, - "Parameters": [] - } - ] + "Methods": [], + "Constructors": [] }, "ValidateSet": [], "ValidateRangeMin": null, @@ -189519,7 +209224,43 @@ "ValidateNotNullOrEmpty": false }, { - "Name": "PublicIpAddressId", + "Name": "EnableFloatingIP", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "EnableTcpReset", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "FrontendIpConfigurationId", "AliasList": [], "Type": { "Namespace": "System", @@ -189537,42 +209278,65 @@ "ValidateNotNullOrEmpty": false }, { - "Name": "PublicIpAddress", + "Name": "FrontendIpConfiguration", "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", - "Name": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "Name": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { - "IpConfiguration": "Microsoft.Azure.Commands.Network.Models.PSIPConfiguration", - "DnsSettings": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddressDnsSettings", - "Sku": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddressSku", - "PublicIpPrefix": "Microsoft.Azure.Commands.Network.Models.PSResourceId", - "IpTags": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSPublicIpTag]", + "PublicIpAddress": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress", + "PublicIPPrefix": "Microsoft.Azure.Commands.Network.Models.PSResourceId", + "Subnet": "Microsoft.Azure.Commands.Network.Models.PSSubnet", + "InboundNatRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", + "InboundNatPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", + "OutboundRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", + "LoadBalancingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", "Zones": "System.Collections.Generic.List`1[System.String]", - "Tag": "System.Collections.Hashtable", - "IdleTimeoutInMinutes": "System.Nullable`1[System.Int32]", - "PublicIpAllocationMethod": "System.String", "Name": "System.String", - "TagsTable": "System.String", - "Type": "System.String", - "ResourceGuid": "System.String", - "Location": "System.String", - "ResourceGroupName": "System.String", - "DnsSettingsText": "System.String", - "SkuText": "System.String", - "IpTagsText": "System.String", + "PublicIPPrefixText": "System.String", + "PublicIpAddressText": "System.String", + "SubnetText": "System.String", + "LoadBalancingRulesText": "System.String", + "OutboundRulesText": "System.String", + "PrivateIpAddress": "System.String", + "InboundNatRulesText": "System.String", + "ZonesText": "System.String", "Etag": "System.String", - "IpConfigurationText": "System.String", "ProvisioningState": "System.String", - "PublicIpAddressVersion": "System.String", - "IpAddress": "System.String", - "PublicIpPrefixText": "System.String", + "PrivateIpAddressVersion": "System.String", + "PrivateIpAllocationMethod": "System.String", + "InboundNatPoolsText": "System.String", "Id": "System.String" }, "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "ShouldSerializeInboundNatRules", + "Parameters": [], + "ReturnType": "System.Boolean" + }, + { + "Name": "ShouldSerializeInboundNatPools", + "Parameters": [], + "ReturnType": "System.Boolean" + }, + { + "Name": "ShouldSerializeOutboundRules", + "Parameters": [], + "ReturnType": "System.Boolean" + }, + { + "Name": "ShouldSerializeLoadBalancingRules", + "Parameters": [], + "ReturnType": "System.Boolean" + }, + { + "Name": "ShouldSerializeZones", + "Parameters": [], + "ReturnType": "System.Boolean" + }, { "Name": "ToString", "Parameters": [], @@ -189657,7 +209421,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool]", @@ -189759,14 +209523,14 @@ }, { "ParameterMetadata": { - "Name": "Zone", + "Name": "Protocol", "AliasList": [], "Type": { "Namespace": "System", - "Name": "System.String[]", - "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, - "ElementType": "System.String", + "ElementType": null, "GenericTypeArguments": [], "Methods": [], "Constructors": [] @@ -189776,63 +209540,19 @@ "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, - "Mandatory": false, + "Mandatory": true, "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": true }, { "ParameterMetadata": { - "Name": "DefaultProfile", - "AliasList": [ - "AzContext", - "AzureRmContext", - "AzureCredential" - ], - "Type": { - "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", - "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", - "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", - "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", - "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "Clear", - "Parameters": [], - "ReturnType": "System.Void" - } - ], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - } - ] - }, - { - "Name": "SetByResourceSubnet", - "Parameters": [ - { - "ParameterMetadata": { - "Name": "PrivateIpAddress", + "Name": "FrontendPortRangeStart", "AliasList": [], "Type": { "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Name": "System.Int32", + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -189844,148 +209564,48 @@ "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, - "Mandatory": false, + "Mandatory": true, "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": true }, { "ParameterMetadata": { - "Name": "PrivateIpAddressVersion", + "Name": "FrontendPortRangeEnd", "AliasList": [], "Type": { "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Name": "System.Int32", + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], "Methods": [], "Constructors": [] }, - "ValidateSet": [ - "IPv4", - "IPv6" - ], + "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, - "Mandatory": false, + "Mandatory": true, "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": true }, { "ParameterMetadata": { - "Name": "Subnet", + "Name": "BackendPort", "AliasList": [], "Type": { - "Namespace": "Microsoft.Azure.Commands.Network.Models", - "Name": "Microsoft.Azure.Commands.Network.Models.PSSubnet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", - "Properties": { - "NetworkSecurityGroup": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup", - "NatGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", - "RouteTable": "Microsoft.Azure.Commands.Network.Models.PSRouteTable", - "Delegations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSDelegation]", - "IpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSIPConfiguration]", - "PrivateEndpoints": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSPrivateEndpoint]", - "IpAllocations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", - "ResourceNavigationLinks": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceNavigationLink]", - "ServiceAssociationLinks": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSServiceAssocationLink]", - "ServiceEndpoints": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSServiceEndpoint]", - "ServiceEndpointPolicies": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy]", - "AddressPrefix": "System.Collections.Generic.List`1[System.String]", - "PrivateEndpointNetworkPolicies": "System.String", - "Name": "System.String", - "IpAllocationsText": "System.String", - "DelegationsText": "System.String", - "PrivateEndpointsText": "System.String", - "ServiceEndpointPoliciesText": "System.String", - "ServiceEndpointText": "System.String", - "ProvisioningState": "System.String", - "NatGatewayText": "System.String", - "NetworkSecurityGroupText": "System.String", - "ResourceNavigationLinksText": "System.String", - "ServiceAssociationLinksText": "System.String", - "IpConfigurationsText": "System.String", - "Etag": "System.String", - "PrivateLinkServiceNetworkPolicies": "System.String", - "RouteTableText": "System.String", - "Id": "System.String" - }, + "Namespace": "System", + "Name": "System.Int32", + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, "ElementType": null, "GenericTypeArguments": [], - "Methods": [ - { - "Name": "ShouldSerializeIpConfigurations", - "Parameters": [], - "ReturnType": "System.Boolean" - }, - { - "Name": "ShouldSerializeServiceEndpointPolicies", - "Parameters": [], - "ReturnType": "System.Boolean" - }, - { - "Name": "ShouldSerializeServiceEndpoints", - "Parameters": [], - "ReturnType": "System.Boolean" - }, - { - "Name": "ShouldSerializeResourceNavigationLinks", - "Parameters": [], - "ReturnType": "System.Boolean" - }, - { - "Name": "ShouldSerializePrivateEndpoints", - "Parameters": [], - "ReturnType": "System.Boolean" - }, - { - "Name": "ShouldSerializeDelegations", - "Parameters": [], - "ReturnType": "System.Boolean" - }, - { - "Name": "ShouldSerializeServiceAssociationLinks", - "Parameters": [], - "ReturnType": "System.Boolean" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [ - { - "Name": "", - "ReturnType": null, - "Parameters": [] - } - ] + "Methods": [], + "Constructors": [] }, "ValidateSet": [], "ValidateRangeMin": null, @@ -189999,95 +209619,36 @@ }, { "ParameterMetadata": { - "Name": "LoadBalancer", + "Name": "IdleTimeoutInMinutes", "AliasList": [], "Type": { - "Namespace": "Microsoft.Azure.Commands.Network.Models", - "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", - "Properties": { - "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", - "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool]", - "FrontendIpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration]", - "InboundNatPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSInboundNatPool]", - "InboundNatRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSInboundNatRule]", - "LoadBalancingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSLoadBalancingRule]", - "OutboundRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSOutboundRule]", - "Probes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSProbe]", - "Tag": "System.Collections.Hashtable", - "ProvisioningState": "System.String", - "Name": "System.String", - "TagsTable": "System.String", - "Type": "System.String", - "ResourceGuid": "System.String", - "Location": "System.String", - "ResourceGroupName": "System.String", - "LoadBalancingRulesText": "System.String", - "InboundNatPoolsText": "System.String", - "InboundNatRulesText": "System.String", - "ProbesText": "System.String", - "Etag": "System.String", - "BackendAddressPoolsText": "System.String", - "FrontendIpConfigurationsText": "System.String", - "SkuText": "System.String", - "OutboundRulesText": "System.String", - "Id": "System.String" - }, + "Namespace": "System", + "Name": "System.Int32", + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, "ElementType": null, "GenericTypeArguments": [], - "Methods": [ - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [ - { - "Name": "", - "ReturnType": null, - "Parameters": [] - } - ] + "Methods": [], + "Constructors": [] }, "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, - "Mandatory": true, + "Mandatory": false, "Position": -2147483648, - "ValueFromPipeline": true, + "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": true }, { "ParameterMetadata": { - "Name": "Name", + "Name": "EnableFloatingIP", "AliasList": [], "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -190099,21 +209660,21 @@ "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, - "Mandatory": true, + "Mandatory": false, "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "Zone", + "Name": "EnableTcpReset", "AliasList": [], "Type": { - "Namespace": "System", - "Name": "System.String[]", - "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, - "ElementType": "System.String", + "ElementType": null, "GenericTypeArguments": [], "Methods": [], "Constructors": [] @@ -190126,7 +209687,7 @@ "Mandatory": false, "Position": -2147483648, "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true + "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { @@ -190170,11 +209731,11 @@ ] }, { - "Name": "SetByResourceIdSubnet", + "Name": "SetByResourceId", "Parameters": [ { "ParameterMetadata": { - "Name": "PrivateIpAddress", + "Name": "FrontendIpConfigurationId", "AliasList": [], "Type": { "Namespace": "System", @@ -190196,57 +209757,6 @@ "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": true }, - { - "ParameterMetadata": { - "Name": "PrivateIpAddressVersion", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [ - "IPv4", - "IPv6" - ], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "SubnetId", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": true, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, { "ParameterMetadata": { "Name": "LoadBalancer", @@ -190254,7 +209764,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool]", @@ -190356,14 +209866,14 @@ }, { "ParameterMetadata": { - "Name": "Zone", + "Name": "Protocol", "AliasList": [], "Type": { "Namespace": "System", - "Name": "System.String[]", - "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, - "ElementType": "System.String", + "ElementType": null, "GenericTypeArguments": [], "Methods": [], "Constructors": [] @@ -190373,38 +209883,23 @@ "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, - "Mandatory": false, + "Mandatory": true, "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": true }, { "ParameterMetadata": { - "Name": "DefaultProfile", - "AliasList": [ - "AzContext", - "AzureRmContext", - "AzureCredential" - ], + "Name": "FrontendPortRangeStart", + "AliasList": [], "Type": { - "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", - "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", - "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", - "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", - "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" - }, + "Namespace": "System", + "Name": "System.Int32", + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, "ElementType": null, "GenericTypeArguments": [], - "Methods": [ - { - "Name": "Clear", - "Parameters": [], - "ReturnType": "System.Void" - } - ], + "Methods": [], "Constructors": [] }, "ValidateSet": [], @@ -190412,24 +209907,19 @@ "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, - "Mandatory": false, + "Mandatory": true, "Position": -2147483648, "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - } - ] - }, - { - "Name": "SetByResourceIdPublicIpAddress", - "Parameters": [ + "ValueFromPipelineByPropertyName": true + }, { "ParameterMetadata": { - "Name": "PublicIpAddressId", + "Name": "FrontendPortRangeEnd", "AliasList": [], "Type": { "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Name": "System.Int32", + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -190448,76 +209938,17 @@ }, { "ParameterMetadata": { - "Name": "LoadBalancer", + "Name": "BackendPort", "AliasList": [], "Type": { - "Namespace": "Microsoft.Azure.Commands.Network.Models", - "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", - "Properties": { - "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", - "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool]", - "FrontendIpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration]", - "InboundNatPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSInboundNatPool]", - "InboundNatRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSInboundNatRule]", - "LoadBalancingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSLoadBalancingRule]", - "OutboundRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSOutboundRule]", - "Probes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSProbe]", - "Tag": "System.Collections.Hashtable", - "ProvisioningState": "System.String", - "Name": "System.String", - "TagsTable": "System.String", - "Type": "System.String", - "ResourceGuid": "System.String", - "Location": "System.String", - "ResourceGroupName": "System.String", - "LoadBalancingRulesText": "System.String", - "InboundNatPoolsText": "System.String", - "InboundNatRulesText": "System.String", - "ProbesText": "System.String", - "Etag": "System.String", - "BackendAddressPoolsText": "System.String", - "FrontendIpConfigurationsText": "System.String", - "SkuText": "System.String", - "OutboundRulesText": "System.String", - "Id": "System.String" - }, + "Namespace": "System", + "Name": "System.Int32", + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, "ElementType": null, "GenericTypeArguments": [], - "Methods": [ - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [ - { - "Name": "", - "ReturnType": null, - "Parameters": [] - } - ] + "Methods": [], + "Constructors": [] }, "ValidateSet": [], "ValidateRangeMin": null, @@ -190526,17 +209957,17 @@ }, "Mandatory": true, "Position": -2147483648, - "ValueFromPipeline": true, + "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": true }, { "ParameterMetadata": { - "Name": "Name", + "Name": "IdleTimeoutInMinutes", "AliasList": [], "Type": { "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Name": "System.Int32", + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -190548,21 +209979,45 @@ "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, - "Mandatory": true, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "EnableFloatingIP", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "Zone", + "Name": "EnableTcpReset", "AliasList": [], "Type": { - "Namespace": "System", - "Name": "System.String[]", - "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, - "ElementType": "System.String", + "ElementType": null, "GenericTypeArguments": [], "Methods": [], "Constructors": [] @@ -190575,7 +210030,7 @@ "Mandatory": false, "Position": -2147483648, "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true + "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { @@ -190619,46 +210074,69 @@ ] }, { - "Name": "SetByResourcePublicIpAddress", + "Name": "SetByResource", "Parameters": [ { "ParameterMetadata": { - "Name": "PublicIpAddress", + "Name": "FrontendIpConfiguration", "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", - "Name": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "Name": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { - "IpConfiguration": "Microsoft.Azure.Commands.Network.Models.PSIPConfiguration", - "DnsSettings": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddressDnsSettings", - "Sku": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddressSku", - "PublicIpPrefix": "Microsoft.Azure.Commands.Network.Models.PSResourceId", - "IpTags": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSPublicIpTag]", + "PublicIpAddress": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress", + "PublicIPPrefix": "Microsoft.Azure.Commands.Network.Models.PSResourceId", + "Subnet": "Microsoft.Azure.Commands.Network.Models.PSSubnet", + "InboundNatRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", + "InboundNatPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", + "OutboundRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", + "LoadBalancingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", "Zones": "System.Collections.Generic.List`1[System.String]", - "Tag": "System.Collections.Hashtable", - "IdleTimeoutInMinutes": "System.Nullable`1[System.Int32]", - "PublicIpAllocationMethod": "System.String", "Name": "System.String", - "TagsTable": "System.String", - "Type": "System.String", - "ResourceGuid": "System.String", - "Location": "System.String", - "ResourceGroupName": "System.String", - "DnsSettingsText": "System.String", - "SkuText": "System.String", - "IpTagsText": "System.String", + "PublicIPPrefixText": "System.String", + "PublicIpAddressText": "System.String", + "SubnetText": "System.String", + "LoadBalancingRulesText": "System.String", + "OutboundRulesText": "System.String", + "PrivateIpAddress": "System.String", + "InboundNatRulesText": "System.String", + "ZonesText": "System.String", "Etag": "System.String", - "IpConfigurationText": "System.String", "ProvisioningState": "System.String", - "PublicIpAddressVersion": "System.String", - "IpAddress": "System.String", - "PublicIpPrefixText": "System.String", + "PrivateIpAddressVersion": "System.String", + "PrivateIpAllocationMethod": "System.String", + "InboundNatPoolsText": "System.String", "Id": "System.String" }, "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "ShouldSerializeInboundNatRules", + "Parameters": [], + "ReturnType": "System.Boolean" + }, + { + "Name": "ShouldSerializeInboundNatPools", + "Parameters": [], + "ReturnType": "System.Boolean" + }, + { + "Name": "ShouldSerializeOutboundRules", + "Parameters": [], + "ReturnType": "System.Boolean" + }, + { + "Name": "ShouldSerializeLoadBalancingRules", + "Parameters": [], + "ReturnType": "System.Boolean" + }, + { + "Name": "ShouldSerializeZones", + "Parameters": [], + "ReturnType": "System.Boolean" + }, { "Name": "ToString", "Parameters": [], @@ -190698,7 +210176,7 @@ "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, - "Mandatory": true, + "Mandatory": false, "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": true @@ -190710,7 +210188,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool]", @@ -190812,14 +210290,110 @@ }, { "ParameterMetadata": { - "Name": "Zone", + "Name": "Protocol", "AliasList": [], "Type": { "Namespace": "System", - "Name": "System.String[]", - "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, - "ElementType": "System.String", + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "FrontendPortRangeStart", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.Int32", + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "FrontendPortRangeEnd", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.Int32", + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "BackendPort", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.Int32", + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "IdleTimeoutInMinutes", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.Int32", + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, "GenericTypeArguments": [], "Methods": [], "Constructors": [] @@ -190834,6 +210408,54 @@ "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": true }, + { + "ParameterMetadata": { + "Name": "EnableFloatingIP", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "EnableTcpReset", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, { "ParameterMetadata": { "Name": "DefaultProfile", @@ -190880,19 +210502,99 @@ }, { "VerbName": "Get", - "NounName": "AzLoadBalancer", - "Name": "Get-AzLoadBalancer", - "ClassName": "Microsoft.Azure.Commands.Network.GetAzureRmLoadBalancer", + "NounName": "AzLoadBalancerInboundNatPoolConfig", + "Name": "Get-AzLoadBalancerInboundNatPoolConfig", + "ClassName": "Microsoft.Azure.Commands.Network.GetAzureRmLoadBalancerInboundNatPoolConfigCommand", "SupportsShouldProcess": false, "ConfirmImpact": 2, "SupportsPaging": false, - "DefaultParameterSetName": "NoExpand", + "DefaultParameterSetName": "__AllParameterSets", "OutputTypes": [ { + "Type": { + "Namespace": "Microsoft.Azure.Commands.Network.Models", + "Name": "Microsoft.Azure.Commands.Network.Models.PSInboundNatPool", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSInboundNatPool, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "FrontendIPConfiguration": "Microsoft.Azure.Commands.Network.Models.PSResourceId", + "FrontendPortRangeStart": "System.Int32", + "FrontendPortRangeEnd": "System.Int32", + "BackendPort": "System.Int32", + "EnableFloatingIP": "System.Nullable`1[System.Boolean]", + "EnableTcpReset": "System.Nullable`1[System.Boolean]", + "IdleTimeoutInMinutes": "System.Nullable`1[System.Int32]", + "Protocol": "System.String", + "ProvisioningState": "System.String", + "FrontendIPConfigurationText": "System.String", + "Name": "System.String", + "Etag": "System.String", + "Id": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ShouldSerializeFrontendPortRangeStart", + "Parameters": [], + "ReturnType": "System.Boolean" + }, + { + "Name": "ShouldSerializeFrontendPortRangeEnd", + "Parameters": [], + "ReturnType": "System.Boolean" + }, + { + "Name": "ShouldSerializeBackendPort", + "Parameters": [], + "ReturnType": "System.Boolean" + }, + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] + }, + "ParameterSets": [ + "__AllParameterSets" + ] + } + ], + "Parameters": [ + { + "Name": "LoadBalancer", + "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool]", @@ -190958,52 +210660,13 @@ } ] }, - "ParameterSets": [ - "__AllParameterSets" - ] - } - ], - "Parameters": [ - { - "Name": "ResourceGroupName", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true + "ValidateNotNullOrEmpty": false }, { "Name": "Name", - "AliasList": [ - "ResourceName" - ], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - { - "Name": "ExpandResource", "AliasList": [], "Type": { "Namespace": "System", @@ -191018,7 +210681,7 @@ "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true + "ValidateNotNullOrEmpty": false }, { "Name": "DefaultProfile", @@ -191056,156 +210719,95 @@ ], "ParameterSets": [ { - "Name": "Expand", + "Name": "__AllParameterSets", "Parameters": [ { "ParameterMetadata": { - "Name": "ResourceGroupName", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": true, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "Name", - "AliasList": [ - "ResourceName" - ], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": true, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "ExpandResource", + "Name": "LoadBalancer", "AliasList": [], "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": true, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "DefaultProfile", - "AliasList": [ - "AzContext", - "AzureRmContext", - "AzureCredential" - ], - "Type": { - "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", - "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Namespace": "Microsoft.Azure.Commands.Network.Models", + "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { - "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", - "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", - "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", - "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", + "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool]", + "FrontendIpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration]", + "InboundNatPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSInboundNatPool]", + "InboundNatRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSInboundNatRule]", + "LoadBalancingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSLoadBalancingRule]", + "OutboundRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSOutboundRule]", + "Probes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSProbe]", + "Tag": "System.Collections.Hashtable", + "ProvisioningState": "System.String", + "Name": "System.String", + "TagsTable": "System.String", + "Type": "System.String", + "ResourceGuid": "System.String", + "Location": "System.String", + "ResourceGroupName": "System.String", + "LoadBalancingRulesText": "System.String", + "InboundNatPoolsText": "System.String", + "InboundNatRulesText": "System.String", + "ProbesText": "System.String", + "Etag": "System.String", + "BackendAddressPoolsText": "System.String", + "FrontendIpConfigurationsText": "System.String", + "SkuText": "System.String", + "OutboundRulesText": "System.String", + "Id": "System.String" }, "ElementType": null, "GenericTypeArguments": [], "Methods": [ { - "Name": "Clear", + "Name": "ToString", "Parameters": [], - "ReturnType": "System.Void" + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" } ], - "Constructors": [] + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] }, "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - } - ] - }, - { - "Name": "NoExpand", - "Parameters": [ - { - "ParameterMetadata": { - "Name": "ResourceGroupName", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": false, + "Mandatory": true, "Position": -2147483648, - "ValueFromPipeline": false, + "ValueFromPipeline": true, "ValueFromPipelineByPropertyName": true }, { "ParameterMetadata": { "Name": "Name", - "AliasList": [ - "ResourceName" - ], + "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", @@ -191219,57 +210821,13 @@ "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "DefaultProfile", - "AliasList": [ - "AzContext", - "AzureRmContext", - "AzureCredential" - ], - "Type": { - "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", - "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", - "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", - "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", - "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "Clear", - "Parameters": [], - "ReturnType": "System.Void" - } - ], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false - } - ] - }, - { - "Name": "__AllParameterSets", - "Parameters": [ + }, { "ParameterMetadata": { "Name": "DefaultProfile", @@ -191315,10 +210873,10 @@ "AliasList": [] }, { - "VerbName": "Add", + "VerbName": "New", "NounName": "AzLoadBalancerInboundNatPoolConfig", - "Name": "Add-AzLoadBalancerInboundNatPoolConfig", - "ClassName": "Microsoft.Azure.Commands.Network.AddAzureRmLoadBalancerInboundNatPoolConfigCommand", + "Name": "New-AzLoadBalancerInboundNatPoolConfig", + "ClassName": "Microsoft.Azure.Commands.Network.NewAzureRmLoadBalancerInboundNatPoolConfigCommand", "SupportsShouldProcess": true, "ConfirmImpact": 2, "SupportsPaging": false, @@ -191327,117 +210885,41 @@ { "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", - "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "Name": "Microsoft.Azure.Commands.Network.Models.PSInboundNatPool", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSInboundNatPool, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { - "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", - "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool]", - "FrontendIpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration]", - "InboundNatPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSInboundNatPool]", - "InboundNatRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSInboundNatRule]", - "LoadBalancingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSLoadBalancingRule]", - "OutboundRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSOutboundRule]", - "Probes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSProbe]", - "Tag": "System.Collections.Hashtable", + "FrontendIPConfiguration": "Microsoft.Azure.Commands.Network.Models.PSResourceId", + "FrontendPortRangeStart": "System.Int32", + "FrontendPortRangeEnd": "System.Int32", + "BackendPort": "System.Int32", + "EnableFloatingIP": "System.Nullable`1[System.Boolean]", + "EnableTcpReset": "System.Nullable`1[System.Boolean]", + "IdleTimeoutInMinutes": "System.Nullable`1[System.Int32]", + "Protocol": "System.String", "ProvisioningState": "System.String", + "FrontendIPConfigurationText": "System.String", "Name": "System.String", - "TagsTable": "System.String", - "Type": "System.String", - "ResourceGuid": "System.String", - "Location": "System.String", - "ResourceGroupName": "System.String", - "LoadBalancingRulesText": "System.String", - "InboundNatPoolsText": "System.String", - "InboundNatRulesText": "System.String", - "ProbesText": "System.String", "Etag": "System.String", - "BackendAddressPoolsText": "System.String", - "FrontendIpConfigurationsText": "System.String", - "SkuText": "System.String", - "OutboundRulesText": "System.String", "Id": "System.String" }, "ElementType": null, "GenericTypeArguments": [], "Methods": [ { - "Name": "ToString", + "Name": "ShouldSerializeFrontendPortRangeStart", "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], "ReturnType": "System.Boolean" }, { - "Name": "GetHashCode", + "Name": "ShouldSerializeFrontendPortRangeEnd", "Parameters": [], - "ReturnType": "System.Int32" + "ReturnType": "System.Boolean" }, { - "Name": "GetType", + "Name": "ShouldSerializeBackendPort", "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [ - { - "Name": "", - "ReturnType": null, - "Parameters": [] - } - ] - }, - "ParameterSets": [ - "__AllParameterSets" - ] - } - ], - "Parameters": [ - { - "Name": "LoadBalancer", - "AliasList": [], - "Type": { - "Namespace": "Microsoft.Azure.Commands.Network.Models", - "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", - "Properties": { - "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", - "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool]", - "FrontendIpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration]", - "InboundNatPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSInboundNatPool]", - "InboundNatRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSInboundNatRule]", - "LoadBalancingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSLoadBalancingRule]", - "OutboundRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSOutboundRule]", - "Probes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSProbe]", - "Tag": "System.Collections.Hashtable", - "ProvisioningState": "System.String", - "Name": "System.String", - "TagsTable": "System.String", - "Type": "System.String", - "ResourceGuid": "System.String", - "Location": "System.String", - "ResourceGroupName": "System.String", - "LoadBalancingRulesText": "System.String", - "InboundNatPoolsText": "System.String", - "InboundNatRulesText": "System.String", - "ProbesText": "System.String", - "Etag": "System.String", - "BackendAddressPoolsText": "System.String", - "FrontendIpConfigurationsText": "System.String", - "SkuText": "System.String", - "OutboundRulesText": "System.String", - "Id": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ + "ReturnType": "System.Boolean" + }, { "Name": "ToString", "Parameters": [], @@ -191472,11 +210954,12 @@ } ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, + "ParameterSets": [ + "__AllParameterSets" + ] + } + ], + "Parameters": [ { "Name": "Name", "AliasList": [], @@ -191645,7 +211128,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "PublicIpAddress": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress", "PublicIPPrefix": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -191776,89 +211259,6 @@ { "Name": "__AllParameterSets", "Parameters": [ - { - "ParameterMetadata": { - "Name": "LoadBalancer", - "AliasList": [], - "Type": { - "Namespace": "Microsoft.Azure.Commands.Network.Models", - "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", - "Properties": { - "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", - "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool]", - "FrontendIpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration]", - "InboundNatPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSInboundNatPool]", - "InboundNatRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSInboundNatRule]", - "LoadBalancingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSLoadBalancingRule]", - "OutboundRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSOutboundRule]", - "Probes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSProbe]", - "Tag": "System.Collections.Hashtable", - "ProvisioningState": "System.String", - "Name": "System.String", - "TagsTable": "System.String", - "Type": "System.String", - "ResourceGuid": "System.String", - "Location": "System.String", - "ResourceGroupName": "System.String", - "LoadBalancingRulesText": "System.String", - "InboundNatPoolsText": "System.String", - "InboundNatRulesText": "System.String", - "ProbesText": "System.String", - "Etag": "System.String", - "BackendAddressPoolsText": "System.String", - "FrontendIpConfigurationsText": "System.String", - "SkuText": "System.String", - "OutboundRulesText": "System.String", - "Id": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [ - { - "Name": "", - "ReturnType": null, - "Parameters": [] - } - ] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": true, - "Position": -2147483648, - "ValueFromPipeline": true, - "ValueFromPipelineByPropertyName": true - }, { "ParameterMetadata": { "Name": "Name", @@ -192119,89 +211519,6 @@ "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": true }, - { - "ParameterMetadata": { - "Name": "LoadBalancer", - "AliasList": [], - "Type": { - "Namespace": "Microsoft.Azure.Commands.Network.Models", - "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", - "Properties": { - "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", - "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool]", - "FrontendIpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration]", - "InboundNatPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSInboundNatPool]", - "InboundNatRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSInboundNatRule]", - "LoadBalancingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSLoadBalancingRule]", - "OutboundRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSOutboundRule]", - "Probes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSProbe]", - "Tag": "System.Collections.Hashtable", - "ProvisioningState": "System.String", - "Name": "System.String", - "TagsTable": "System.String", - "Type": "System.String", - "ResourceGuid": "System.String", - "Location": "System.String", - "ResourceGroupName": "System.String", - "LoadBalancingRulesText": "System.String", - "InboundNatPoolsText": "System.String", - "InboundNatRulesText": "System.String", - "ProbesText": "System.String", - "Etag": "System.String", - "BackendAddressPoolsText": "System.String", - "FrontendIpConfigurationsText": "System.String", - "SkuText": "System.String", - "OutboundRulesText": "System.String", - "Id": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [ - { - "Name": "", - "ReturnType": null, - "Parameters": [] - } - ] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": true, - "Position": -2147483648, - "ValueFromPipeline": true, - "ValueFromPipelineByPropertyName": true - }, { "ParameterMetadata": { "Name": "Name", @@ -192445,7 +211762,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "PublicIpAddress": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress", "PublicIPPrefix": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -192543,89 +211860,6 @@ "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": true }, - { - "ParameterMetadata": { - "Name": "LoadBalancer", - "AliasList": [], - "Type": { - "Namespace": "Microsoft.Azure.Commands.Network.Models", - "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", - "Properties": { - "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", - "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool]", - "FrontendIpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration]", - "InboundNatPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSInboundNatPool]", - "InboundNatRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSInboundNatRule]", - "LoadBalancingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSLoadBalancingRule]", - "OutboundRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSOutboundRule]", - "Probes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSProbe]", - "Tag": "System.Collections.Hashtable", - "ProvisioningState": "System.String", - "Name": "System.String", - "TagsTable": "System.String", - "Type": "System.String", - "ResourceGuid": "System.String", - "Location": "System.String", - "ResourceGroupName": "System.String", - "LoadBalancingRulesText": "System.String", - "InboundNatPoolsText": "System.String", - "InboundNatRulesText": "System.String", - "ProbesText": "System.String", - "Etag": "System.String", - "BackendAddressPoolsText": "System.String", - "FrontendIpConfigurationsText": "System.String", - "SkuText": "System.String", - "OutboundRulesText": "System.String", - "Id": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [ - { - "Name": "", - "ReturnType": null, - "Parameters": [] - } - ] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": true, - "Position": -2147483648, - "ValueFromPipeline": true, - "ValueFromPipelineByPropertyName": true - }, { "ParameterMetadata": { "Name": "Name", @@ -192863,11 +212097,11 @@ "AliasList": [] }, { - "VerbName": "Get", + "VerbName": "Remove", "NounName": "AzLoadBalancerInboundNatPoolConfig", - "Name": "Get-AzLoadBalancerInboundNatPoolConfig", - "ClassName": "Microsoft.Azure.Commands.Network.GetAzureRmLoadBalancerInboundNatPoolConfigCommand", - "SupportsShouldProcess": false, + "Name": "Remove-AzLoadBalancerInboundNatPoolConfig", + "ClassName": "Microsoft.Azure.Commands.Network.RemoveAzureRmLoadBalancerInboundNatPoolConfigCommand", + "SupportsShouldProcess": true, "ConfirmImpact": 2, "SupportsPaging": false, "DefaultParameterSetName": "__AllParameterSets", @@ -192875,41 +212109,39 @@ { "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", - "Name": "Microsoft.Azure.Commands.Network.Models.PSInboundNatPool", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSInboundNatPool, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { - "FrontendIPConfiguration": "Microsoft.Azure.Commands.Network.Models.PSResourceId", - "FrontendPortRangeStart": "System.Int32", - "FrontendPortRangeEnd": "System.Int32", - "BackendPort": "System.Int32", - "EnableFloatingIP": "System.Nullable`1[System.Boolean]", - "EnableTcpReset": "System.Nullable`1[System.Boolean]", - "IdleTimeoutInMinutes": "System.Nullable`1[System.Int32]", - "Protocol": "System.String", + "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", + "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool]", + "FrontendIpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration]", + "InboundNatPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSInboundNatPool]", + "InboundNatRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSInboundNatRule]", + "LoadBalancingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSLoadBalancingRule]", + "OutboundRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSOutboundRule]", + "Probes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSProbe]", + "Tag": "System.Collections.Hashtable", "ProvisioningState": "System.String", - "FrontendIPConfigurationText": "System.String", "Name": "System.String", + "TagsTable": "System.String", + "Type": "System.String", + "ResourceGuid": "System.String", + "Location": "System.String", + "ResourceGroupName": "System.String", + "LoadBalancingRulesText": "System.String", + "InboundNatPoolsText": "System.String", + "InboundNatRulesText": "System.String", + "ProbesText": "System.String", "Etag": "System.String", + "BackendAddressPoolsText": "System.String", + "FrontendIpConfigurationsText": "System.String", + "SkuText": "System.String", + "OutboundRulesText": "System.String", "Id": "System.String" }, "ElementType": null, "GenericTypeArguments": [], "Methods": [ - { - "Name": "ShouldSerializeFrontendPortRangeStart", - "Parameters": [], - "ReturnType": "System.Boolean" - }, - { - "Name": "ShouldSerializeFrontendPortRangeEnd", - "Parameters": [], - "ReturnType": "System.Boolean" - }, - { - "Name": "ShouldSerializeBackendPort", - "Parameters": [], - "ReturnType": "System.Boolean" - }, { "Name": "ToString", "Parameters": [], @@ -192956,7 +212188,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool]", @@ -193090,7 +212322,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool]", @@ -193235,10 +212467,10 @@ "AliasList": [] }, { - "VerbName": "New", + "VerbName": "Set", "NounName": "AzLoadBalancerInboundNatPoolConfig", - "Name": "New-AzLoadBalancerInboundNatPoolConfig", - "ClassName": "Microsoft.Azure.Commands.Network.NewAzureRmLoadBalancerInboundNatPoolConfigCommand", + "Name": "Set-AzLoadBalancerInboundNatPoolConfig", + "ClassName": "Microsoft.Azure.Commands.Network.SetAzureRmLoadBalancerInboundNatPoolConfigCommand", "SupportsShouldProcess": true, "ConfirmImpact": 2, "SupportsPaging": false, @@ -193247,41 +212479,117 @@ { "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", - "Name": "Microsoft.Azure.Commands.Network.Models.PSInboundNatPool", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSInboundNatPool, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { - "FrontendIPConfiguration": "Microsoft.Azure.Commands.Network.Models.PSResourceId", - "FrontendPortRangeStart": "System.Int32", - "FrontendPortRangeEnd": "System.Int32", - "BackendPort": "System.Int32", - "EnableFloatingIP": "System.Nullable`1[System.Boolean]", - "EnableTcpReset": "System.Nullable`1[System.Boolean]", - "IdleTimeoutInMinutes": "System.Nullable`1[System.Int32]", - "Protocol": "System.String", + "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", + "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool]", + "FrontendIpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration]", + "InboundNatPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSInboundNatPool]", + "InboundNatRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSInboundNatRule]", + "LoadBalancingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSLoadBalancingRule]", + "OutboundRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSOutboundRule]", + "Probes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSProbe]", + "Tag": "System.Collections.Hashtable", "ProvisioningState": "System.String", - "FrontendIPConfigurationText": "System.String", "Name": "System.String", + "TagsTable": "System.String", + "Type": "System.String", + "ResourceGuid": "System.String", + "Location": "System.String", + "ResourceGroupName": "System.String", + "LoadBalancingRulesText": "System.String", + "InboundNatPoolsText": "System.String", + "InboundNatRulesText": "System.String", + "ProbesText": "System.String", "Etag": "System.String", + "BackendAddressPoolsText": "System.String", + "FrontendIpConfigurationsText": "System.String", + "SkuText": "System.String", + "OutboundRulesText": "System.String", "Id": "System.String" }, "ElementType": null, "GenericTypeArguments": [], "Methods": [ { - "Name": "ShouldSerializeFrontendPortRangeStart", + "Name": "ToString", "Parameters": [], - "ReturnType": "System.Boolean" + "ReturnType": "System.String" }, { - "Name": "ShouldSerializeFrontendPortRangeEnd", - "Parameters": [], + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], "ReturnType": "System.Boolean" }, { - "Name": "ShouldSerializeBackendPort", + "Name": "GetHashCode", "Parameters": [], - "ReturnType": "System.Boolean" + "ReturnType": "System.Int32" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] + }, + "ParameterSets": [ + "__AllParameterSets" + ] + } + ], + "Parameters": [ + { + "Name": "LoadBalancer", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Network.Models", + "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", + "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool]", + "FrontendIpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration]", + "InboundNatPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSInboundNatPool]", + "InboundNatRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSInboundNatRule]", + "LoadBalancingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSLoadBalancingRule]", + "OutboundRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSOutboundRule]", + "Probes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSProbe]", + "Tag": "System.Collections.Hashtable", + "ProvisioningState": "System.String", + "Name": "System.String", + "TagsTable": "System.String", + "Type": "System.String", + "ResourceGuid": "System.String", + "Location": "System.String", + "ResourceGroupName": "System.String", + "LoadBalancingRulesText": "System.String", + "InboundNatPoolsText": "System.String", + "InboundNatRulesText": "System.String", + "ProbesText": "System.String", + "Etag": "System.String", + "BackendAddressPoolsText": "System.String", + "FrontendIpConfigurationsText": "System.String", + "SkuText": "System.String", + "OutboundRulesText": "System.String", + "Id": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ { "Name": "ToString", "Parameters": [], @@ -193316,12 +212624,11 @@ } ] }, - "ParameterSets": [ - "__AllParameterSets" - ] - } - ], - "Parameters": [ + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, { "Name": "Name", "AliasList": [], @@ -193490,7 +212797,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "PublicIpAddress": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress", "PublicIPPrefix": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -193621,6 +212928,89 @@ { "Name": "__AllParameterSets", "Parameters": [ + { + "ParameterMetadata": { + "Name": "LoadBalancer", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Network.Models", + "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", + "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool]", + "FrontendIpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration]", + "InboundNatPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSInboundNatPool]", + "InboundNatRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSInboundNatRule]", + "LoadBalancingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSLoadBalancingRule]", + "OutboundRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSOutboundRule]", + "Probes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSProbe]", + "Tag": "System.Collections.Hashtable", + "ProvisioningState": "System.String", + "Name": "System.String", + "TagsTable": "System.String", + "Type": "System.String", + "ResourceGuid": "System.String", + "Location": "System.String", + "ResourceGroupName": "System.String", + "LoadBalancingRulesText": "System.String", + "InboundNatPoolsText": "System.String", + "InboundNatRulesText": "System.String", + "ProbesText": "System.String", + "Etag": "System.String", + "BackendAddressPoolsText": "System.String", + "FrontendIpConfigurationsText": "System.String", + "SkuText": "System.String", + "OutboundRulesText": "System.String", + "Id": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": true, + "ValueFromPipelineByPropertyName": true + }, { "ParameterMetadata": { "Name": "Name", @@ -193881,6 +213271,89 @@ "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": true }, + { + "ParameterMetadata": { + "Name": "LoadBalancer", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Network.Models", + "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", + "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool]", + "FrontendIpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration]", + "InboundNatPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSInboundNatPool]", + "InboundNatRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSInboundNatRule]", + "LoadBalancingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSLoadBalancingRule]", + "OutboundRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSOutboundRule]", + "Probes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSProbe]", + "Tag": "System.Collections.Hashtable", + "ProvisioningState": "System.String", + "Name": "System.String", + "TagsTable": "System.String", + "Type": "System.String", + "ResourceGuid": "System.String", + "Location": "System.String", + "ResourceGroupName": "System.String", + "LoadBalancingRulesText": "System.String", + "InboundNatPoolsText": "System.String", + "InboundNatRulesText": "System.String", + "ProbesText": "System.String", + "Etag": "System.String", + "BackendAddressPoolsText": "System.String", + "FrontendIpConfigurationsText": "System.String", + "SkuText": "System.String", + "OutboundRulesText": "System.String", + "Id": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": true, + "ValueFromPipelineByPropertyName": true + }, { "ParameterMetadata": { "Name": "Name", @@ -194124,7 +213597,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "PublicIpAddress": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress", "PublicIPPrefix": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -194217,9 +213690,92 @@ "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, - "Mandatory": false, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "LoadBalancer", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Network.Models", + "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", + "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool]", + "FrontendIpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration]", + "InboundNatPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSInboundNatPool]", + "InboundNatRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSInboundNatRule]", + "LoadBalancingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSLoadBalancingRule]", + "OutboundRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSOutboundRule]", + "Probes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSProbe]", + "Tag": "System.Collections.Hashtable", + "ProvisioningState": "System.String", + "Name": "System.String", + "TagsTable": "System.String", + "Type": "System.String", + "ResourceGuid": "System.String", + "Location": "System.String", + "ResourceGroupName": "System.String", + "LoadBalancingRulesText": "System.String", + "InboundNatPoolsText": "System.String", + "InboundNatRulesText": "System.String", + "ProbesText": "System.String", + "Etag": "System.String", + "BackendAddressPoolsText": "System.String", + "FrontendIpConfigurationsText": "System.String", + "SkuText": "System.String", + "OutboundRulesText": "System.String", + "Id": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, "Position": -2147483648, - "ValueFromPipeline": false, + "ValueFromPipeline": true, "ValueFromPipelineByPropertyName": true }, { @@ -194459,380 +214015,10 @@ "AliasList": [] }, { - "VerbName": "Remove", - "NounName": "AzLoadBalancerInboundNatPoolConfig", - "Name": "Remove-AzLoadBalancerInboundNatPoolConfig", - "ClassName": "Microsoft.Azure.Commands.Network.RemoveAzureRmLoadBalancerInboundNatPoolConfigCommand", - "SupportsShouldProcess": true, - "ConfirmImpact": 2, - "SupportsPaging": false, - "DefaultParameterSetName": "__AllParameterSets", - "OutputTypes": [ - { - "Type": { - "Namespace": "Microsoft.Azure.Commands.Network.Models", - "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", - "Properties": { - "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", - "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool]", - "FrontendIpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration]", - "InboundNatPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSInboundNatPool]", - "InboundNatRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSInboundNatRule]", - "LoadBalancingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSLoadBalancingRule]", - "OutboundRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSOutboundRule]", - "Probes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSProbe]", - "Tag": "System.Collections.Hashtable", - "ProvisioningState": "System.String", - "Name": "System.String", - "TagsTable": "System.String", - "Type": "System.String", - "ResourceGuid": "System.String", - "Location": "System.String", - "ResourceGroupName": "System.String", - "LoadBalancingRulesText": "System.String", - "InboundNatPoolsText": "System.String", - "InboundNatRulesText": "System.String", - "ProbesText": "System.String", - "Etag": "System.String", - "BackendAddressPoolsText": "System.String", - "FrontendIpConfigurationsText": "System.String", - "SkuText": "System.String", - "OutboundRulesText": "System.String", - "Id": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [ - { - "Name": "", - "ReturnType": null, - "Parameters": [] - } - ] - }, - "ParameterSets": [ - "__AllParameterSets" - ] - } - ], - "Parameters": [ - { - "Name": "LoadBalancer", - "AliasList": [], - "Type": { - "Namespace": "Microsoft.Azure.Commands.Network.Models", - "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", - "Properties": { - "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", - "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool]", - "FrontendIpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration]", - "InboundNatPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSInboundNatPool]", - "InboundNatRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSInboundNatRule]", - "LoadBalancingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSLoadBalancingRule]", - "OutboundRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSOutboundRule]", - "Probes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSProbe]", - "Tag": "System.Collections.Hashtable", - "ProvisioningState": "System.String", - "Name": "System.String", - "TagsTable": "System.String", - "Type": "System.String", - "ResourceGuid": "System.String", - "Location": "System.String", - "ResourceGroupName": "System.String", - "LoadBalancingRulesText": "System.String", - "InboundNatPoolsText": "System.String", - "InboundNatRulesText": "System.String", - "ProbesText": "System.String", - "Etag": "System.String", - "BackendAddressPoolsText": "System.String", - "FrontendIpConfigurationsText": "System.String", - "SkuText": "System.String", - "OutboundRulesText": "System.String", - "Id": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [ - { - "Name": "", - "ReturnType": null, - "Parameters": [] - } - ] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "Name", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "DefaultProfile", - "AliasList": [ - "AzContext", - "AzureRmContext", - "AzureCredential" - ], - "Type": { - "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", - "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", - "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", - "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", - "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "Clear", - "Parameters": [], - "ReturnType": "System.Void" - } - ], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - } - ], - "ParameterSets": [ - { - "Name": "__AllParameterSets", - "Parameters": [ - { - "ParameterMetadata": { - "Name": "LoadBalancer", - "AliasList": [], - "Type": { - "Namespace": "Microsoft.Azure.Commands.Network.Models", - "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", - "Properties": { - "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", - "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool]", - "FrontendIpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration]", - "InboundNatPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSInboundNatPool]", - "InboundNatRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSInboundNatRule]", - "LoadBalancingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSLoadBalancingRule]", - "OutboundRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSOutboundRule]", - "Probes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSProbe]", - "Tag": "System.Collections.Hashtable", - "ProvisioningState": "System.String", - "Name": "System.String", - "TagsTable": "System.String", - "Type": "System.String", - "ResourceGuid": "System.String", - "Location": "System.String", - "ResourceGroupName": "System.String", - "LoadBalancingRulesText": "System.String", - "InboundNatPoolsText": "System.String", - "InboundNatRulesText": "System.String", - "ProbesText": "System.String", - "Etag": "System.String", - "BackendAddressPoolsText": "System.String", - "FrontendIpConfigurationsText": "System.String", - "SkuText": "System.String", - "OutboundRulesText": "System.String", - "Id": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [ - { - "Name": "", - "ReturnType": null, - "Parameters": [] - } - ] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": true, - "Position": -2147483648, - "ValueFromPipeline": true, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "Name", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "DefaultProfile", - "AliasList": [ - "AzContext", - "AzureRmContext", - "AzureCredential" - ], - "Type": { - "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", - "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", - "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", - "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", - "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "Clear", - "Parameters": [], - "ReturnType": "System.Void" - } - ], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - } - ] - } - ], - "AliasList": [] - }, - { - "VerbName": "Set", - "NounName": "AzLoadBalancerInboundNatPoolConfig", - "Name": "Set-AzLoadBalancerInboundNatPoolConfig", - "ClassName": "Microsoft.Azure.Commands.Network.SetAzureRmLoadBalancerInboundNatPoolConfigCommand", + "VerbName": "Add", + "NounName": "AzLoadBalancerInboundNatRuleConfig", + "Name": "Add-AzLoadBalancerInboundNatRuleConfig", + "ClassName": "Microsoft.Azure.Commands.Network.AddAzureRmLoadBalancerInboundNatRuleConfigCommand", "SupportsShouldProcess": true, "ConfirmImpact": 2, "SupportsPaging": false, @@ -194842,7 +214028,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool]", @@ -194920,7 +214106,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool]", @@ -195028,25 +214214,7 @@ "ValidateNotNullOrEmpty": false }, { - "Name": "FrontendPortRangeStart", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.Int32", - "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "FrontendPortRangeEnd", + "Name": "FrontendPort", "AliasList": [], "Type": { "Namespace": "System", @@ -195159,7 +214327,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "PublicIpAddress": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress", "PublicIPPrefix": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -195297,7 +214465,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool]", @@ -195416,38 +214584,14 @@ "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, - "Mandatory": true, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "FrontendPortRangeStart", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.Int32", - "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": true, + "Mandatory": false, "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": true }, { "ParameterMetadata": { - "Name": "FrontendPortRangeEnd", + "Name": "FrontendPort", "AliasList": [], "Type": { "Namespace": "System", @@ -195464,7 +214608,7 @@ "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, - "Mandatory": true, + "Mandatory": false, "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": true @@ -195488,7 +214632,7 @@ "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, - "Mandatory": true, + "Mandatory": false, "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": true @@ -195640,7 +214784,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool]", @@ -195759,38 +214903,14 @@ "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, - "Mandatory": true, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "FrontendPortRangeStart", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.Int32", - "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": true, + "Mandatory": false, "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": true }, { "ParameterMetadata": { - "Name": "FrontendPortRangeEnd", + "Name": "FrontendPort", "AliasList": [], "Type": { "Namespace": "System", @@ -195807,7 +214927,7 @@ "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, - "Mandatory": true, + "Mandatory": false, "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": true @@ -195831,7 +214951,7 @@ "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, - "Mandatory": true, + "Mandatory": false, "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": true @@ -195959,7 +215079,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "PublicIpAddress": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress", "PublicIPPrefix": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -196064,7 +215184,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool]", @@ -196183,38 +215303,14 @@ "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, - "Mandatory": true, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "FrontendPortRangeStart", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.Int32", - "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": true, + "Mandatory": false, "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": true }, { "ParameterMetadata": { - "Name": "FrontendPortRangeEnd", + "Name": "FrontendPort", "AliasList": [], "Type": { "Namespace": "System", @@ -196231,7 +215327,7 @@ "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, - "Mandatory": true, + "Mandatory": false, "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": true @@ -196255,7 +215351,7 @@ "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, - "Mandatory": true, + "Mandatory": false, "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": true @@ -196377,51 +215473,49 @@ "AliasList": [] }, { - "VerbName": "Add", + "VerbName": "Get", "NounName": "AzLoadBalancerInboundNatRuleConfig", - "Name": "Add-AzLoadBalancerInboundNatRuleConfig", - "ClassName": "Microsoft.Azure.Commands.Network.AddAzureRmLoadBalancerInboundNatRuleConfigCommand", - "SupportsShouldProcess": true, + "Name": "Get-AzLoadBalancerInboundNatRuleConfig", + "ClassName": "Microsoft.Azure.Commands.Network.GetAzureRmLoadBalancerInboundNatRuleConfigCommand", + "SupportsShouldProcess": false, "ConfirmImpact": 2, "SupportsPaging": false, - "DefaultParameterSetName": "SetByResource", + "DefaultParameterSetName": "__AllParameterSets", "OutputTypes": [ { "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", - "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "Name": "Microsoft.Azure.Commands.Network.Models.PSInboundNatRule", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSInboundNatRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { - "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", - "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool]", - "FrontendIpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration]", - "InboundNatPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSInboundNatPool]", - "InboundNatRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSInboundNatRule]", - "LoadBalancingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSLoadBalancingRule]", - "OutboundRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSOutboundRule]", - "Probes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSProbe]", - "Tag": "System.Collections.Hashtable", + "BackendIPConfiguration": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceIPConfiguration", + "FrontendIPConfiguration": "Microsoft.Azure.Commands.Network.Models.PSResourceId", + "FrontendPort": "System.Int32", + "BackendPort": "System.Int32", + "EnableFloatingIP": "System.Nullable`1[System.Boolean]", + "EnableTcpReset": "System.Nullable`1[System.Boolean]", + "IdleTimeoutInMinutes": "System.Nullable`1[System.Int32]", + "Protocol": "System.String", "ProvisioningState": "System.String", + "FrontendIPConfigurationText": "System.String", + "BackendIPConfigurationText": "System.String", "Name": "System.String", - "TagsTable": "System.String", - "Type": "System.String", - "ResourceGuid": "System.String", - "Location": "System.String", - "ResourceGroupName": "System.String", - "LoadBalancingRulesText": "System.String", - "InboundNatPoolsText": "System.String", - "InboundNatRulesText": "System.String", - "ProbesText": "System.String", "Etag": "System.String", - "BackendAddressPoolsText": "System.String", - "FrontendIpConfigurationsText": "System.String", - "SkuText": "System.String", - "OutboundRulesText": "System.String", "Id": "System.String" }, "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "ShouldSerializeFrontendPort", + "Parameters": [], + "ReturnType": "System.Boolean" + }, + { + "Name": "ShouldSerializeBackendPort", + "Parameters": [], + "ReturnType": "System.Boolean" + }, { "Name": "ToString", "Parameters": [], @@ -196468,7 +215562,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool]", @@ -196539,6 +215633,297 @@ "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, + { + "Name": "Name", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + } + ], + "ParameterSets": [ + { + "Name": "__AllParameterSets", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "LoadBalancer", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Network.Models", + "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", + "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool]", + "FrontendIpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration]", + "InboundNatPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSInboundNatPool]", + "InboundNatRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSInboundNatRule]", + "LoadBalancingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSLoadBalancingRule]", + "OutboundRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSOutboundRule]", + "Probes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSProbe]", + "Tag": "System.Collections.Hashtable", + "ProvisioningState": "System.String", + "Name": "System.String", + "TagsTable": "System.String", + "Type": "System.String", + "ResourceGuid": "System.String", + "Location": "System.String", + "ResourceGroupName": "System.String", + "LoadBalancingRulesText": "System.String", + "InboundNatPoolsText": "System.String", + "InboundNatRulesText": "System.String", + "ProbesText": "System.String", + "Etag": "System.String", + "BackendAddressPoolsText": "System.String", + "FrontendIpConfigurationsText": "System.String", + "SkuText": "System.String", + "OutboundRulesText": "System.String", + "Id": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": true, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "Name", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + } + ], + "AliasList": [] + }, + { + "VerbName": "New", + "NounName": "AzLoadBalancerInboundNatRuleConfig", + "Name": "New-AzLoadBalancerInboundNatRuleConfig", + "ClassName": "Microsoft.Azure.Commands.Network.NewAzureRmLoadBalancerInboundNatRuleConfigCommand", + "SupportsShouldProcess": true, + "ConfirmImpact": 2, + "SupportsPaging": false, + "DefaultParameterSetName": "SetByResource", + "OutputTypes": [ + { + "Type": { + "Namespace": "Microsoft.Azure.Commands.Network.Models", + "Name": "Microsoft.Azure.Commands.Network.Models.PSInboundNatRule", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSInboundNatRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "BackendIPConfiguration": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceIPConfiguration", + "FrontendIPConfiguration": "Microsoft.Azure.Commands.Network.Models.PSResourceId", + "FrontendPort": "System.Int32", + "BackendPort": "System.Int32", + "EnableFloatingIP": "System.Nullable`1[System.Boolean]", + "EnableTcpReset": "System.Nullable`1[System.Boolean]", + "IdleTimeoutInMinutes": "System.Nullable`1[System.Int32]", + "Protocol": "System.String", + "ProvisioningState": "System.String", + "FrontendIPConfigurationText": "System.String", + "BackendIPConfigurationText": "System.String", + "Name": "System.String", + "Etag": "System.String", + "Id": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ShouldSerializeFrontendPort", + "Parameters": [], + "ReturnType": "System.Boolean" + }, + { + "Name": "ShouldSerializeBackendPort", + "Parameters": [], + "ReturnType": "System.Boolean" + }, + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] + }, + "ParameterSets": [ + "__AllParameterSets" + ] + } + ], + "Parameters": [ { "Name": "Name", "AliasList": [], @@ -196689,7 +216074,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "PublicIpAddress": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress", "PublicIPPrefix": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -196820,89 +216205,6 @@ { "Name": "__AllParameterSets", "Parameters": [ - { - "ParameterMetadata": { - "Name": "LoadBalancer", - "AliasList": [], - "Type": { - "Namespace": "Microsoft.Azure.Commands.Network.Models", - "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", - "Properties": { - "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", - "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool]", - "FrontendIpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration]", - "InboundNatPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSInboundNatPool]", - "InboundNatRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSInboundNatRule]", - "LoadBalancingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSLoadBalancingRule]", - "OutboundRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSOutboundRule]", - "Probes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSProbe]", - "Tag": "System.Collections.Hashtable", - "ProvisioningState": "System.String", - "Name": "System.String", - "TagsTable": "System.String", - "Type": "System.String", - "ResourceGuid": "System.String", - "Location": "System.String", - "ResourceGroupName": "System.String", - "LoadBalancingRulesText": "System.String", - "InboundNatPoolsText": "System.String", - "InboundNatRulesText": "System.String", - "ProbesText": "System.String", - "Etag": "System.String", - "BackendAddressPoolsText": "System.String", - "FrontendIpConfigurationsText": "System.String", - "SkuText": "System.String", - "OutboundRulesText": "System.String", - "Id": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [ - { - "Name": "", - "ReturnType": null, - "Parameters": [] - } - ] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": true, - "Position": -2147483648, - "ValueFromPipeline": true, - "ValueFromPipelineByPropertyName": true - }, { "ParameterMetadata": { "Name": "Name", @@ -197139,89 +216441,6 @@ "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": true }, - { - "ParameterMetadata": { - "Name": "LoadBalancer", - "AliasList": [], - "Type": { - "Namespace": "Microsoft.Azure.Commands.Network.Models", - "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", - "Properties": { - "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", - "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool]", - "FrontendIpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration]", - "InboundNatPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSInboundNatPool]", - "InboundNatRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSInboundNatRule]", - "LoadBalancingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSLoadBalancingRule]", - "OutboundRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSOutboundRule]", - "Probes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSProbe]", - "Tag": "System.Collections.Hashtable", - "ProvisioningState": "System.String", - "Name": "System.String", - "TagsTable": "System.String", - "Type": "System.String", - "ResourceGuid": "System.String", - "Location": "System.String", - "ResourceGroupName": "System.String", - "LoadBalancingRulesText": "System.String", - "InboundNatPoolsText": "System.String", - "InboundNatRulesText": "System.String", - "ProbesText": "System.String", - "Etag": "System.String", - "BackendAddressPoolsText": "System.String", - "FrontendIpConfigurationsText": "System.String", - "SkuText": "System.String", - "OutboundRulesText": "System.String", - "Id": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [ - { - "Name": "", - "ReturnType": null, - "Parameters": [] - } - ] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": true, - "Position": -2147483648, - "ValueFromPipeline": true, - "ValueFromPipelineByPropertyName": true - }, { "ParameterMetadata": { "Name": "Name", @@ -197441,7 +216660,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "PublicIpAddress": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress", "PublicIPPrefix": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -197539,89 +216758,6 @@ "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": true }, - { - "ParameterMetadata": { - "Name": "LoadBalancer", - "AliasList": [], - "Type": { - "Namespace": "Microsoft.Azure.Commands.Network.Models", - "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", - "Properties": { - "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", - "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool]", - "FrontendIpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration]", - "InboundNatPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSInboundNatPool]", - "InboundNatRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSInboundNatRule]", - "LoadBalancingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSLoadBalancingRule]", - "OutboundRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSOutboundRule]", - "Probes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSProbe]", - "Tag": "System.Collections.Hashtable", - "ProvisioningState": "System.String", - "Name": "System.String", - "TagsTable": "System.String", - "Type": "System.String", - "ResourceGuid": "System.String", - "Location": "System.String", - "ResourceGroupName": "System.String", - "LoadBalancingRulesText": "System.String", - "InboundNatPoolsText": "System.String", - "InboundNatRulesText": "System.String", - "ProbesText": "System.String", - "Etag": "System.String", - "BackendAddressPoolsText": "System.String", - "FrontendIpConfigurationsText": "System.String", - "SkuText": "System.String", - "OutboundRulesText": "System.String", - "Id": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [ - { - "Name": "", - "ReturnType": null, - "Parameters": [] - } - ] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": true, - "Position": -2147483648, - "ValueFromPipeline": true, - "ValueFromPipelineByPropertyName": true - }, { "ParameterMetadata": { "Name": "Name", @@ -197835,11 +216971,11 @@ "AliasList": [] }, { - "VerbName": "Get", + "VerbName": "Remove", "NounName": "AzLoadBalancerInboundNatRuleConfig", - "Name": "Get-AzLoadBalancerInboundNatRuleConfig", - "ClassName": "Microsoft.Azure.Commands.Network.GetAzureRmLoadBalancerInboundNatRuleConfigCommand", - "SupportsShouldProcess": false, + "Name": "Remove-AzLoadBalancerInboundNatRuleConfig", + "ClassName": "Microsoft.Azure.Commands.Network.RemoveAzureRmLoadBalancerInboundNatRuleConfigCommand", + "SupportsShouldProcess": true, "ConfirmImpact": 2, "SupportsPaging": false, "DefaultParameterSetName": "__AllParameterSets", @@ -197847,37 +216983,39 @@ { "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", - "Name": "Microsoft.Azure.Commands.Network.Models.PSInboundNatRule", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSInboundNatRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { - "BackendIPConfiguration": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceIPConfiguration", - "FrontendIPConfiguration": "Microsoft.Azure.Commands.Network.Models.PSResourceId", - "FrontendPort": "System.Int32", - "BackendPort": "System.Int32", - "EnableFloatingIP": "System.Nullable`1[System.Boolean]", - "EnableTcpReset": "System.Nullable`1[System.Boolean]", - "IdleTimeoutInMinutes": "System.Nullable`1[System.Int32]", - "Protocol": "System.String", + "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", + "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool]", + "FrontendIpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration]", + "InboundNatPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSInboundNatPool]", + "InboundNatRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSInboundNatRule]", + "LoadBalancingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSLoadBalancingRule]", + "OutboundRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSOutboundRule]", + "Probes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSProbe]", + "Tag": "System.Collections.Hashtable", "ProvisioningState": "System.String", - "FrontendIPConfigurationText": "System.String", - "BackendIPConfigurationText": "System.String", "Name": "System.String", + "TagsTable": "System.String", + "Type": "System.String", + "ResourceGuid": "System.String", + "Location": "System.String", + "ResourceGroupName": "System.String", + "LoadBalancingRulesText": "System.String", + "InboundNatPoolsText": "System.String", + "InboundNatRulesText": "System.String", + "ProbesText": "System.String", "Etag": "System.String", + "BackendAddressPoolsText": "System.String", + "FrontendIpConfigurationsText": "System.String", + "SkuText": "System.String", + "OutboundRulesText": "System.String", "Id": "System.String" }, "ElementType": null, "GenericTypeArguments": [], "Methods": [ - { - "Name": "ShouldSerializeFrontendPort", - "Parameters": [], - "ReturnType": "System.Boolean" - }, - { - "Name": "ShouldSerializeBackendPort", - "Parameters": [], - "ReturnType": "System.Boolean" - }, { "Name": "ToString", "Parameters": [], @@ -197924,7 +217062,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool]", @@ -198058,7 +217196,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool]", @@ -198203,10 +217341,10 @@ "AliasList": [] }, { - "VerbName": "New", + "VerbName": "Set", "NounName": "AzLoadBalancerInboundNatRuleConfig", - "Name": "New-AzLoadBalancerInboundNatRuleConfig", - "ClassName": "Microsoft.Azure.Commands.Network.NewAzureRmLoadBalancerInboundNatRuleConfigCommand", + "Name": "Set-AzLoadBalancerInboundNatRuleConfig", + "ClassName": "Microsoft.Azure.Commands.Network.SetAzureRmLoadBalancerInboundNatRuleConfigCommand", "SupportsShouldProcess": true, "ConfirmImpact": 2, "SupportsPaging": false, @@ -198215,37 +217353,117 @@ { "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", - "Name": "Microsoft.Azure.Commands.Network.Models.PSInboundNatRule", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSInboundNatRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { - "BackendIPConfiguration": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceIPConfiguration", - "FrontendIPConfiguration": "Microsoft.Azure.Commands.Network.Models.PSResourceId", - "FrontendPort": "System.Int32", - "BackendPort": "System.Int32", - "EnableFloatingIP": "System.Nullable`1[System.Boolean]", - "EnableTcpReset": "System.Nullable`1[System.Boolean]", - "IdleTimeoutInMinutes": "System.Nullable`1[System.Int32]", - "Protocol": "System.String", + "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", + "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool]", + "FrontendIpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration]", + "InboundNatPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSInboundNatPool]", + "InboundNatRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSInboundNatRule]", + "LoadBalancingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSLoadBalancingRule]", + "OutboundRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSOutboundRule]", + "Probes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSProbe]", + "Tag": "System.Collections.Hashtable", "ProvisioningState": "System.String", - "FrontendIPConfigurationText": "System.String", - "BackendIPConfigurationText": "System.String", "Name": "System.String", + "TagsTable": "System.String", + "Type": "System.String", + "ResourceGuid": "System.String", + "Location": "System.String", + "ResourceGroupName": "System.String", + "LoadBalancingRulesText": "System.String", + "InboundNatPoolsText": "System.String", + "InboundNatRulesText": "System.String", + "ProbesText": "System.String", "Etag": "System.String", + "BackendAddressPoolsText": "System.String", + "FrontendIpConfigurationsText": "System.String", + "SkuText": "System.String", + "OutboundRulesText": "System.String", "Id": "System.String" }, "ElementType": null, "GenericTypeArguments": [], "Methods": [ { - "Name": "ShouldSerializeFrontendPort", + "Name": "ToString", "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], "ReturnType": "System.Boolean" }, { - "Name": "ShouldSerializeBackendPort", + "Name": "GetHashCode", "Parameters": [], - "ReturnType": "System.Boolean" + "ReturnType": "System.Int32" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] + }, + "ParameterSets": [ + "__AllParameterSets" + ] + } + ], + "Parameters": [ + { + "Name": "LoadBalancer", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Network.Models", + "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", + "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool]", + "FrontendIpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration]", + "InboundNatPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSInboundNatPool]", + "InboundNatRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSInboundNatRule]", + "LoadBalancingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSLoadBalancingRule]", + "OutboundRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSOutboundRule]", + "Probes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSProbe]", + "Tag": "System.Collections.Hashtable", + "ProvisioningState": "System.String", + "Name": "System.String", + "TagsTable": "System.String", + "Type": "System.String", + "ResourceGuid": "System.String", + "Location": "System.String", + "ResourceGroupName": "System.String", + "LoadBalancingRulesText": "System.String", + "InboundNatPoolsText": "System.String", + "InboundNatRulesText": "System.String", + "ProbesText": "System.String", + "Etag": "System.String", + "BackendAddressPoolsText": "System.String", + "FrontendIpConfigurationsText": "System.String", + "SkuText": "System.String", + "OutboundRulesText": "System.String", + "Id": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ { "Name": "ToString", "Parameters": [], @@ -198280,12 +217498,11 @@ } ] }, - "ParameterSets": [ - "__AllParameterSets" - ] - } - ], - "Parameters": [ + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, { "Name": "Name", "AliasList": [], @@ -198436,7 +217653,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "PublicIpAddress": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress", "PublicIPPrefix": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -198567,6 +217784,89 @@ { "Name": "__AllParameterSets", "Parameters": [ + { + "ParameterMetadata": { + "Name": "LoadBalancer", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Network.Models", + "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", + "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool]", + "FrontendIpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration]", + "InboundNatPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSInboundNatPool]", + "InboundNatRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSInboundNatRule]", + "LoadBalancingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSLoadBalancingRule]", + "OutboundRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSOutboundRule]", + "Probes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSProbe]", + "Tag": "System.Collections.Hashtable", + "ProvisioningState": "System.String", + "Name": "System.String", + "TagsTable": "System.String", + "Type": "System.String", + "ResourceGuid": "System.String", + "Location": "System.String", + "ResourceGroupName": "System.String", + "LoadBalancingRulesText": "System.String", + "InboundNatPoolsText": "System.String", + "InboundNatRulesText": "System.String", + "ProbesText": "System.String", + "Etag": "System.String", + "BackendAddressPoolsText": "System.String", + "FrontendIpConfigurationsText": "System.String", + "SkuText": "System.String", + "OutboundRulesText": "System.String", + "Id": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": true, + "ValueFromPipelineByPropertyName": true + }, { "ParameterMetadata": { "Name": "Name", @@ -198803,6 +218103,89 @@ "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": true }, + { + "ParameterMetadata": { + "Name": "LoadBalancer", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Network.Models", + "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", + "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool]", + "FrontendIpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration]", + "InboundNatPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSInboundNatPool]", + "InboundNatRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSInboundNatRule]", + "LoadBalancingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSLoadBalancingRule]", + "OutboundRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSOutboundRule]", + "Probes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSProbe]", + "Tag": "System.Collections.Hashtable", + "ProvisioningState": "System.String", + "Name": "System.String", + "TagsTable": "System.String", + "Type": "System.String", + "ResourceGuid": "System.String", + "Location": "System.String", + "ResourceGroupName": "System.String", + "LoadBalancingRulesText": "System.String", + "InboundNatPoolsText": "System.String", + "InboundNatRulesText": "System.String", + "ProbesText": "System.String", + "Etag": "System.String", + "BackendAddressPoolsText": "System.String", + "FrontendIpConfigurationsText": "System.String", + "SkuText": "System.String", + "OutboundRulesText": "System.String", + "Id": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": true, + "ValueFromPipelineByPropertyName": true + }, { "ParameterMetadata": { "Name": "Name", @@ -199022,7 +218405,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "PublicIpAddress": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress", "PublicIPPrefix": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -199122,17 +218505,76 @@ }, { "ParameterMetadata": { - "Name": "Name", + "Name": "LoadBalancer", "AliasList": [], "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, + "Namespace": "Microsoft.Azure.Commands.Network.Models", + "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", + "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool]", + "FrontendIpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration]", + "InboundNatPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSInboundNatPool]", + "InboundNatRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSInboundNatRule]", + "LoadBalancingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSLoadBalancingRule]", + "OutboundRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSOutboundRule]", + "Probes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSProbe]", + "Tag": "System.Collections.Hashtable", + "ProvisioningState": "System.String", + "Name": "System.String", + "TagsTable": "System.String", + "Type": "System.String", + "ResourceGuid": "System.String", + "Location": "System.String", + "ResourceGroupName": "System.String", + "LoadBalancingRulesText": "System.String", + "InboundNatPoolsText": "System.String", + "InboundNatRulesText": "System.String", + "ProbesText": "System.String", + "Etag": "System.String", + "BackendAddressPoolsText": "System.String", + "FrontendIpConfigurationsText": "System.String", + "SkuText": "System.String", + "OutboundRulesText": "System.String", + "Id": "System.String" + }, "ElementType": null, "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] }, "ValidateSet": [], "ValidateRangeMin": null, @@ -199141,12 +218583,12 @@ }, "Mandatory": true, "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false + "ValueFromPipeline": true, + "ValueFromPipelineByPropertyName": true }, { "ParameterMetadata": { - "Name": "Protocol", + "Name": "Name", "AliasList": [], "Type": { "Namespace": "System", @@ -199163,43 +218605,19 @@ "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "FrontendPort", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.Int32", - "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, + "Mandatory": true, "Position": -2147483648, "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true + "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "BackendPort", + "Name": "Protocol", "AliasList": [], "Type": { "Namespace": "System", - "Name": "System.Int32", - "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -199218,7 +218636,7 @@ }, { "ParameterMetadata": { - "Name": "IdleTimeoutInMinutes", + "Name": "FrontendPort", "AliasList": [], "Type": { "Namespace": "System", @@ -199242,406 +218660,84 @@ }, { "ParameterMetadata": { - "Name": "EnableFloatingIP", - "AliasList": [], - "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "EnableTcpReset", - "AliasList": [], - "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "DefaultProfile", - "AliasList": [ - "AzContext", - "AzureRmContext", - "AzureCredential" - ], - "Type": { - "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", - "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", - "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", - "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", - "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "Clear", - "Parameters": [], - "ReturnType": "System.Void" - } - ], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - } - ] - } - ], - "AliasList": [] - }, - { - "VerbName": "Remove", - "NounName": "AzLoadBalancerInboundNatRuleConfig", - "Name": "Remove-AzLoadBalancerInboundNatRuleConfig", - "ClassName": "Microsoft.Azure.Commands.Network.RemoveAzureRmLoadBalancerInboundNatRuleConfigCommand", - "SupportsShouldProcess": true, - "ConfirmImpact": 2, - "SupportsPaging": false, - "DefaultParameterSetName": "__AllParameterSets", - "OutputTypes": [ - { - "Type": { - "Namespace": "Microsoft.Azure.Commands.Network.Models", - "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", - "Properties": { - "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", - "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool]", - "FrontendIpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration]", - "InboundNatPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSInboundNatPool]", - "InboundNatRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSInboundNatRule]", - "LoadBalancingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSLoadBalancingRule]", - "OutboundRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSOutboundRule]", - "Probes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSProbe]", - "Tag": "System.Collections.Hashtable", - "ProvisioningState": "System.String", - "Name": "System.String", - "TagsTable": "System.String", - "Type": "System.String", - "ResourceGuid": "System.String", - "Location": "System.String", - "ResourceGroupName": "System.String", - "LoadBalancingRulesText": "System.String", - "InboundNatPoolsText": "System.String", - "InboundNatRulesText": "System.String", - "ProbesText": "System.String", - "Etag": "System.String", - "BackendAddressPoolsText": "System.String", - "FrontendIpConfigurationsText": "System.String", - "SkuText": "System.String", - "OutboundRulesText": "System.String", - "Id": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [ - { - "Name": "", - "ReturnType": null, - "Parameters": [] - } - ] - }, - "ParameterSets": [ - "__AllParameterSets" - ] - } - ], - "Parameters": [ - { - "Name": "LoadBalancer", - "AliasList": [], - "Type": { - "Namespace": "Microsoft.Azure.Commands.Network.Models", - "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", - "Properties": { - "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", - "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool]", - "FrontendIpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration]", - "InboundNatPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSInboundNatPool]", - "InboundNatRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSInboundNatRule]", - "LoadBalancingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSLoadBalancingRule]", - "OutboundRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSOutboundRule]", - "Probes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSProbe]", - "Tag": "System.Collections.Hashtable", - "ProvisioningState": "System.String", - "Name": "System.String", - "TagsTable": "System.String", - "Type": "System.String", - "ResourceGuid": "System.String", - "Location": "System.String", - "ResourceGroupName": "System.String", - "LoadBalancingRulesText": "System.String", - "InboundNatPoolsText": "System.String", - "InboundNatRulesText": "System.String", - "ProbesText": "System.String", - "Etag": "System.String", - "BackendAddressPoolsText": "System.String", - "FrontendIpConfigurationsText": "System.String", - "SkuText": "System.String", - "OutboundRulesText": "System.String", - "Id": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [ - { - "Name": "", - "ReturnType": null, - "Parameters": [] - } - ] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "Name", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "DefaultProfile", - "AliasList": [ - "AzContext", - "AzureRmContext", - "AzureCredential" - ], - "Type": { - "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", - "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", - "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", - "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", - "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "Clear", - "Parameters": [], - "ReturnType": "System.Void" - } - ], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - } - ], - "ParameterSets": [ - { - "Name": "__AllParameterSets", - "Parameters": [ - { - "ParameterMetadata": { - "Name": "LoadBalancer", - "AliasList": [], - "Type": { - "Namespace": "Microsoft.Azure.Commands.Network.Models", - "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", - "Properties": { - "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", - "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool]", - "FrontendIpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration]", - "InboundNatPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSInboundNatPool]", - "InboundNatRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSInboundNatRule]", - "LoadBalancingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSLoadBalancingRule]", - "OutboundRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSOutboundRule]", - "Probes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSProbe]", - "Tag": "System.Collections.Hashtable", - "ProvisioningState": "System.String", - "Name": "System.String", - "TagsTable": "System.String", - "Type": "System.String", - "ResourceGuid": "System.String", - "Location": "System.String", - "ResourceGroupName": "System.String", - "LoadBalancingRulesText": "System.String", - "InboundNatPoolsText": "System.String", - "InboundNatRulesText": "System.String", - "ProbesText": "System.String", - "Etag": "System.String", - "BackendAddressPoolsText": "System.String", - "FrontendIpConfigurationsText": "System.String", - "SkuText": "System.String", - "OutboundRulesText": "System.String", - "Id": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [ - { - "Name": "", - "ReturnType": null, - "Parameters": [] - } - ] + "Name": "BackendPort", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.Int32", + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] }, "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, - "Mandatory": true, + "Mandatory": false, "Position": -2147483648, - "ValueFromPipeline": true, + "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": true }, { "ParameterMetadata": { - "Name": "Name", + "Name": "IdleTimeoutInMinutes", "AliasList": [], "Type": { "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Name": "System.Int32", + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "EnableFloatingIP", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "EnableTcpReset", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -199703,10 +218799,10 @@ "AliasList": [] }, { - "VerbName": "Set", - "NounName": "AzLoadBalancerInboundNatRuleConfig", - "Name": "Set-AzLoadBalancerInboundNatRuleConfig", - "ClassName": "Microsoft.Azure.Commands.Network.SetAzureRmLoadBalancerInboundNatRuleConfigCommand", + "VerbName": "Add", + "NounName": "AzLoadBalancerRuleConfig", + "Name": "Add-AzLoadBalancerRuleConfig", + "ClassName": "Microsoft.Azure.Commands.Network.AddAzureRmLoadBalancerRuleConfigCommand", "SupportsShouldProcess": true, "ConfirmImpact": 2, "SupportsPaging": false, @@ -199716,7 +218812,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool]", @@ -199794,7 +218890,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool]", @@ -199901,6 +218997,24 @@ "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, + { + "Name": "LoadDistribution", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, { "Name": "FrontendPort", "AliasList": [], @@ -199991,6 +219105,24 @@ "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, + { + "Name": "DisableOutboundSNAT", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, { "Name": "FrontendIpConfigurationId", "AliasList": [], @@ -200015,7 +219147,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "PublicIpAddress": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress", "PublicIPPrefix": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -200108,6 +219240,197 @@ "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, + { + "Name": "BackendAddressPoolId", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "BackendAddressPool", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Network.Models", + "Name": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "OutboundRule": "Microsoft.Azure.Commands.Network.Models.PSResourceId", + "LoadBalancerBackendAddresses": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSLoadBalancerBackendAddress]", + "BackendIpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceIPConfiguration]", + "LoadBalancingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", + "ProvisioningState": "System.String", + "BackendIpConfigurationsText": "System.String", + "LoadBalancingRulesText": "System.String", + "LoadBalancerBackendAddressesText": "System.String", + "OutboundRuleText": "System.String", + "Name": "System.String", + "Etag": "System.String", + "Id": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ShouldSerializeBackendIpConfigurations", + "Parameters": [], + "ReturnType": "System.Boolean" + }, + { + "Name": "ShouldSerializeLoadBalancingRules", + "Parameters": [], + "ReturnType": "System.Boolean" + }, + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ProbeId", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "Probe", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Network.Models", + "Name": "Microsoft.Azure.Commands.Network.Models.PSProbe", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSProbe, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "LoadBalancingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", + "Port": "System.Int32", + "IntervalInSeconds": "System.Int32", + "NumberOfProbes": "System.Int32", + "Protocol": "System.String", + "RequestPath": "System.String", + "ProvisioningState": "System.String", + "LoadBalancingRulesText": "System.String", + "Name": "System.String", + "Etag": "System.String", + "Id": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ShouldSerializePort", + "Parameters": [], + "ReturnType": "System.Boolean" + }, + { + "Name": "ShouldSerializeIntervalInSeconds", + "Parameters": [], + "ReturnType": "System.Boolean" + }, + { + "Name": "ShouldSerializeNumberOfProbes", + "Parameters": [], + "ReturnType": "System.Boolean" + }, + { + "Name": "ShouldSerializeLoadBalancingRules", + "Parameters": [], + "ReturnType": "System.Boolean" + }, + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, { "Name": "DefaultProfile", "AliasList": [ @@ -200153,7 +219476,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool]", @@ -200277,6 +219600,30 @@ "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": true }, + { + "ParameterMetadata": { + "Name": "LoadDistribution", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, { "ParameterMetadata": { "Name": "FrontendPort", @@ -200397,6 +219744,30 @@ "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, + { + "ParameterMetadata": { + "Name": "DisableOutboundSNAT", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, { "ParameterMetadata": { "Name": "DefaultProfile", @@ -200465,6 +219836,54 @@ "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": true }, + { + "ParameterMetadata": { + "Name": "BackendAddressPoolId", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "ProbeId", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, { "ParameterMetadata": { "Name": "LoadBalancer", @@ -200472,7 +219891,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool]", @@ -200596,6 +220015,30 @@ "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": true }, + { + "ParameterMetadata": { + "Name": "LoadDistribution", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, { "ParameterMetadata": { "Name": "FrontendPort", @@ -200716,6 +220159,30 @@ "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, + { + "ParameterMetadata": { + "Name": "DisableOutboundSNAT", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, { "ParameterMetadata": { "Name": "DefaultProfile", @@ -200767,7 +220234,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "PublicIpAddress": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress", "PublicIPPrefix": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -200865,6 +220332,173 @@ "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": true }, + { + "ParameterMetadata": { + "Name": "BackendAddressPool", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Network.Models", + "Name": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "OutboundRule": "Microsoft.Azure.Commands.Network.Models.PSResourceId", + "LoadBalancerBackendAddresses": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSLoadBalancerBackendAddress]", + "BackendIpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceIPConfiguration]", + "LoadBalancingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", + "ProvisioningState": "System.String", + "BackendIpConfigurationsText": "System.String", + "LoadBalancingRulesText": "System.String", + "LoadBalancerBackendAddressesText": "System.String", + "OutboundRuleText": "System.String", + "Name": "System.String", + "Etag": "System.String", + "Id": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ShouldSerializeBackendIpConfigurations", + "Parameters": [], + "ReturnType": "System.Boolean" + }, + { + "Name": "ShouldSerializeLoadBalancingRules", + "Parameters": [], + "ReturnType": "System.Boolean" + }, + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "Probe", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Network.Models", + "Name": "Microsoft.Azure.Commands.Network.Models.PSProbe", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSProbe, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "LoadBalancingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", + "Port": "System.Int32", + "IntervalInSeconds": "System.Int32", + "NumberOfProbes": "System.Int32", + "Protocol": "System.String", + "RequestPath": "System.String", + "ProvisioningState": "System.String", + "LoadBalancingRulesText": "System.String", + "Name": "System.String", + "Etag": "System.String", + "Id": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ShouldSerializePort", + "Parameters": [], + "ReturnType": "System.Boolean" + }, + { + "Name": "ShouldSerializeIntervalInSeconds", + "Parameters": [], + "ReturnType": "System.Boolean" + }, + { + "Name": "ShouldSerializeNumberOfProbes", + "Parameters": [], + "ReturnType": "System.Boolean" + }, + { + "Name": "ShouldSerializeLoadBalancingRules", + "Parameters": [], + "ReturnType": "System.Boolean" + }, + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, { "ParameterMetadata": { "Name": "LoadBalancer", @@ -200872,7 +220506,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool]", @@ -200996,6 +220630,30 @@ "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": true }, + { + "ParameterMetadata": { + "Name": "LoadDistribution", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, { "ParameterMetadata": { "Name": "FrontendPort", @@ -201116,6 +220774,402 @@ "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, + { + "ParameterMetadata": { + "Name": "DisableOutboundSNAT", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + } + ], + "AliasList": [] + }, + { + "VerbName": "Get", + "NounName": "AzLoadBalancerRuleConfig", + "Name": "Get-AzLoadBalancerRuleConfig", + "ClassName": "Microsoft.Azure.Commands.Network.GetAzureRmLoadBalancerRuleConfigCommand", + "SupportsShouldProcess": false, + "ConfirmImpact": 2, + "SupportsPaging": false, + "DefaultParameterSetName": "__AllParameterSets", + "OutputTypes": [ + { + "Type": { + "Namespace": "Microsoft.Azure.Commands.Network.Models", + "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancingRule", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancingRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "FrontendIPConfiguration": "Microsoft.Azure.Commands.Network.Models.PSResourceId", + "BackendAddressPool": "Microsoft.Azure.Commands.Network.Models.PSResourceId", + "Probe": "Microsoft.Azure.Commands.Network.Models.PSResourceId", + "FrontendPort": "System.Int32", + "BackendPort": "System.Int32", + "EnableFloatingIP": "System.Nullable`1[System.Boolean]", + "EnableTcpReset": "System.Nullable`1[System.Boolean]", + "DisableOutboundSNAT": "System.Nullable`1[System.Boolean]", + "IdleTimeoutInMinutes": "System.Nullable`1[System.Int32]", + "Protocol": "System.String", + "Name": "System.String", + "ProbeText": "System.String", + "BackendAddressPoolText": "System.String", + "ProvisioningState": "System.String", + "Etag": "System.String", + "LoadDistribution": "System.String", + "FrontendIPConfigurationText": "System.String", + "Id": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ShouldSerializeFrontendPort", + "Parameters": [], + "ReturnType": "System.Boolean" + }, + { + "Name": "ShouldSerializeBackendPort", + "Parameters": [], + "ReturnType": "System.Boolean" + }, + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] + }, + "ParameterSets": [ + "__AllParameterSets" + ] + } + ], + "Parameters": [ + { + "Name": "LoadBalancer", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Network.Models", + "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", + "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool]", + "FrontendIpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration]", + "InboundNatPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSInboundNatPool]", + "InboundNatRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSInboundNatRule]", + "LoadBalancingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSLoadBalancingRule]", + "OutboundRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSOutboundRule]", + "Probes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSProbe]", + "Tag": "System.Collections.Hashtable", + "ProvisioningState": "System.String", + "Name": "System.String", + "TagsTable": "System.String", + "Type": "System.String", + "ResourceGuid": "System.String", + "Location": "System.String", + "ResourceGroupName": "System.String", + "LoadBalancingRulesText": "System.String", + "InboundNatPoolsText": "System.String", + "InboundNatRulesText": "System.String", + "ProbesText": "System.String", + "Etag": "System.String", + "BackendAddressPoolsText": "System.String", + "FrontendIpConfigurationsText": "System.String", + "SkuText": "System.String", + "OutboundRulesText": "System.String", + "Id": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "Name", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + } + ], + "ParameterSets": [ + { + "Name": "__AllParameterSets", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "LoadBalancer", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Network.Models", + "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", + "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool]", + "FrontendIpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration]", + "InboundNatPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSInboundNatPool]", + "InboundNatRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSInboundNatRule]", + "LoadBalancingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSLoadBalancingRule]", + "OutboundRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSOutboundRule]", + "Probes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSProbe]", + "Tag": "System.Collections.Hashtable", + "ProvisioningState": "System.String", + "Name": "System.String", + "TagsTable": "System.String", + "Type": "System.String", + "ResourceGuid": "System.String", + "Location": "System.String", + "ResourceGroupName": "System.String", + "LoadBalancingRulesText": "System.String", + "InboundNatPoolsText": "System.String", + "InboundNatRulesText": "System.String", + "ProbesText": "System.String", + "Etag": "System.String", + "BackendAddressPoolsText": "System.String", + "FrontendIpConfigurationsText": "System.String", + "SkuText": "System.String", + "OutboundRulesText": "System.String", + "Id": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": true, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "Name", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, { "ParameterMetadata": { "Name": "DefaultProfile", @@ -201161,10 +221215,10 @@ "AliasList": [] }, { - "VerbName": "Add", + "VerbName": "New", "NounName": "AzLoadBalancerRuleConfig", - "Name": "Add-AzLoadBalancerRuleConfig", - "ClassName": "Microsoft.Azure.Commands.Network.AddAzureRmLoadBalancerRuleConfigCommand", + "Name": "New-AzLoadBalancerRuleConfig", + "ClassName": "Microsoft.Azure.Commands.Network.NewAzureRmLoadBalancerRuleConfigCommand", "SupportsShouldProcess": true, "ConfirmImpact": 2, "SupportsPaging": false, @@ -201173,117 +221227,41 @@ { "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", - "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancingRule", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancingRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { - "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", - "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool]", - "FrontendIpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration]", - "InboundNatPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSInboundNatPool]", - "InboundNatRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSInboundNatRule]", - "LoadBalancingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSLoadBalancingRule]", - "OutboundRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSOutboundRule]", - "Probes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSProbe]", - "Tag": "System.Collections.Hashtable", - "ProvisioningState": "System.String", + "FrontendIPConfiguration": "Microsoft.Azure.Commands.Network.Models.PSResourceId", + "BackendAddressPool": "Microsoft.Azure.Commands.Network.Models.PSResourceId", + "Probe": "Microsoft.Azure.Commands.Network.Models.PSResourceId", + "FrontendPort": "System.Int32", + "BackendPort": "System.Int32", + "EnableFloatingIP": "System.Nullable`1[System.Boolean]", + "EnableTcpReset": "System.Nullable`1[System.Boolean]", + "DisableOutboundSNAT": "System.Nullable`1[System.Boolean]", + "IdleTimeoutInMinutes": "System.Nullable`1[System.Int32]", + "Protocol": "System.String", "Name": "System.String", - "TagsTable": "System.String", - "Type": "System.String", - "ResourceGuid": "System.String", - "Location": "System.String", - "ResourceGroupName": "System.String", - "LoadBalancingRulesText": "System.String", - "InboundNatPoolsText": "System.String", - "InboundNatRulesText": "System.String", - "ProbesText": "System.String", + "ProbeText": "System.String", + "BackendAddressPoolText": "System.String", + "ProvisioningState": "System.String", "Etag": "System.String", - "BackendAddressPoolsText": "System.String", - "FrontendIpConfigurationsText": "System.String", - "SkuText": "System.String", - "OutboundRulesText": "System.String", + "LoadDistribution": "System.String", + "FrontendIPConfigurationText": "System.String", "Id": "System.String" }, "ElementType": null, "GenericTypeArguments": [], "Methods": [ { - "Name": "ToString", + "Name": "ShouldSerializeFrontendPort", "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], "ReturnType": "System.Boolean" }, { - "Name": "GetHashCode", + "Name": "ShouldSerializeBackendPort", "Parameters": [], - "ReturnType": "System.Int32" + "ReturnType": "System.Boolean" }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [ - { - "Name": "", - "ReturnType": null, - "Parameters": [] - } - ] - }, - "ParameterSets": [ - "__AllParameterSets" - ] - } - ], - "Parameters": [ - { - "Name": "LoadBalancer", - "AliasList": [], - "Type": { - "Namespace": "Microsoft.Azure.Commands.Network.Models", - "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", - "Properties": { - "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", - "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool]", - "FrontendIpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration]", - "InboundNatPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSInboundNatPool]", - "InboundNatRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSInboundNatRule]", - "LoadBalancingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSLoadBalancingRule]", - "OutboundRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSOutboundRule]", - "Probes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSProbe]", - "Tag": "System.Collections.Hashtable", - "ProvisioningState": "System.String", - "Name": "System.String", - "TagsTable": "System.String", - "Type": "System.String", - "ResourceGuid": "System.String", - "Location": "System.String", - "ResourceGroupName": "System.String", - "LoadBalancingRulesText": "System.String", - "InboundNatPoolsText": "System.String", - "InboundNatRulesText": "System.String", - "ProbesText": "System.String", - "Etag": "System.String", - "BackendAddressPoolsText": "System.String", - "FrontendIpConfigurationsText": "System.String", - "SkuText": "System.String", - "OutboundRulesText": "System.String", - "Id": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ { "Name": "ToString", "Parameters": [], @@ -201318,11 +221296,12 @@ } ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, + "ParameterSets": [ + "__AllParameterSets" + ] + } + ], + "Parameters": [ { "Name": "Name", "AliasList": [], @@ -201509,7 +221488,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "PublicIpAddress": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress", "PublicIPPrefix": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -201626,14 +221605,16 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "OutboundRule": "Microsoft.Azure.Commands.Network.Models.PSResourceId", + "LoadBalancerBackendAddresses": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSLoadBalancerBackendAddress]", "BackendIpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceIPConfiguration]", "LoadBalancingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", "ProvisioningState": "System.String", "BackendIpConfigurationsText": "System.String", "LoadBalancingRulesText": "System.String", + "LoadBalancerBackendAddressesText": "System.String", "OutboundRuleText": "System.String", "Name": "System.String", "Etag": "System.String", @@ -201715,7 +221696,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSProbe", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSProbe, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSProbe, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "LoadBalancingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", "Port": "System.Int32", @@ -201829,89 +221810,6 @@ { "Name": "__AllParameterSets", "Parameters": [ - { - "ParameterMetadata": { - "Name": "LoadBalancer", - "AliasList": [], - "Type": { - "Namespace": "Microsoft.Azure.Commands.Network.Models", - "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", - "Properties": { - "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", - "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool]", - "FrontendIpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration]", - "InboundNatPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSInboundNatPool]", - "InboundNatRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSInboundNatRule]", - "LoadBalancingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSLoadBalancingRule]", - "OutboundRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSOutboundRule]", - "Probes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSProbe]", - "Tag": "System.Collections.Hashtable", - "ProvisioningState": "System.String", - "Name": "System.String", - "TagsTable": "System.String", - "Type": "System.String", - "ResourceGuid": "System.String", - "Location": "System.String", - "ResourceGroupName": "System.String", - "LoadBalancingRulesText": "System.String", - "InboundNatPoolsText": "System.String", - "InboundNatRulesText": "System.String", - "ProbesText": "System.String", - "Etag": "System.String", - "BackendAddressPoolsText": "System.String", - "FrontendIpConfigurationsText": "System.String", - "SkuText": "System.String", - "OutboundRulesText": "System.String", - "Id": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [ - { - "Name": "", - "ReturnType": null, - "Parameters": [] - } - ] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": true, - "Position": -2147483648, - "ValueFromPipeline": true, - "ValueFromPipelineByPropertyName": true - }, { "ParameterMetadata": { "Name": "Name", @@ -202244,89 +222142,6 @@ "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": true }, - { - "ParameterMetadata": { - "Name": "LoadBalancer", - "AliasList": [], - "Type": { - "Namespace": "Microsoft.Azure.Commands.Network.Models", - "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", - "Properties": { - "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", - "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool]", - "FrontendIpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration]", - "InboundNatPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSInboundNatPool]", - "InboundNatRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSInboundNatRule]", - "LoadBalancingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSLoadBalancingRule]", - "OutboundRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSOutboundRule]", - "Probes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSProbe]", - "Tag": "System.Collections.Hashtable", - "ProvisioningState": "System.String", - "Name": "System.String", - "TagsTable": "System.String", - "Type": "System.String", - "ResourceGuid": "System.String", - "Location": "System.String", - "ResourceGroupName": "System.String", - "LoadBalancingRulesText": "System.String", - "InboundNatPoolsText": "System.String", - "InboundNatRulesText": "System.String", - "ProbesText": "System.String", - "Etag": "System.String", - "BackendAddressPoolsText": "System.String", - "FrontendIpConfigurationsText": "System.String", - "SkuText": "System.String", - "OutboundRulesText": "System.String", - "Id": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [ - { - "Name": "", - "ReturnType": null, - "Parameters": [] - } - ] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": true, - "Position": -2147483648, - "ValueFromPipeline": true, - "ValueFromPipelineByPropertyName": true - }, { "ParameterMetadata": { "Name": "Name", @@ -202594,7 +222409,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "PublicIpAddress": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress", "PublicIPPrefix": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -202699,14 +222514,16 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "OutboundRule": "Microsoft.Azure.Commands.Network.Models.PSResourceId", + "LoadBalancerBackendAddresses": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSLoadBalancerBackendAddress]", "BackendIpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceIPConfiguration]", "LoadBalancingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", "ProvisioningState": "System.String", "BackendIpConfigurationsText": "System.String", "LoadBalancingRulesText": "System.String", + "LoadBalancerBackendAddressesText": "System.String", "OutboundRuleText": "System.String", "Name": "System.String", "Etag": "System.String", @@ -202776,7 +222593,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSProbe", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSProbe, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSProbe, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "LoadBalancingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", "Port": "System.Int32", @@ -202857,89 +222674,6 @@ "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": true }, - { - "ParameterMetadata": { - "Name": "LoadBalancer", - "AliasList": [], - "Type": { - "Namespace": "Microsoft.Azure.Commands.Network.Models", - "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", - "Properties": { - "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", - "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool]", - "FrontendIpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration]", - "InboundNatPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSInboundNatPool]", - "InboundNatRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSInboundNatRule]", - "LoadBalancingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSLoadBalancingRule]", - "OutboundRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSOutboundRule]", - "Probes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSProbe]", - "Tag": "System.Collections.Hashtable", - "ProvisioningState": "System.String", - "Name": "System.String", - "TagsTable": "System.String", - "Type": "System.String", - "ResourceGuid": "System.String", - "Location": "System.String", - "ResourceGroupName": "System.String", - "LoadBalancingRulesText": "System.String", - "InboundNatPoolsText": "System.String", - "InboundNatRulesText": "System.String", - "ProbesText": "System.String", - "Etag": "System.String", - "BackendAddressPoolsText": "System.String", - "FrontendIpConfigurationsText": "System.String", - "SkuText": "System.String", - "OutboundRulesText": "System.String", - "Id": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [ - { - "Name": "", - "ReturnType": null, - "Parameters": [] - } - ] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": true, - "Position": -2147483648, - "ValueFromPipeline": true, - "ValueFromPipelineByPropertyName": true - }, { "ParameterMetadata": { "Name": "Name", @@ -203201,11 +222935,11 @@ "AliasList": [] }, { - "VerbName": "Get", + "VerbName": "Remove", "NounName": "AzLoadBalancerRuleConfig", - "Name": "Get-AzLoadBalancerRuleConfig", - "ClassName": "Microsoft.Azure.Commands.Network.GetAzureRmLoadBalancerRuleConfigCommand", - "SupportsShouldProcess": false, + "Name": "Remove-AzLoadBalancerRuleConfig", + "ClassName": "Microsoft.Azure.Commands.Network.RemoveAzureRmLoadBalancerRuleConfigCommand", + "SupportsShouldProcess": true, "ConfirmImpact": 2, "SupportsPaging": false, "DefaultParameterSetName": "__AllParameterSets", @@ -203213,41 +222947,39 @@ { "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", - "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancingRule", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancingRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { - "FrontendIPConfiguration": "Microsoft.Azure.Commands.Network.Models.PSResourceId", - "BackendAddressPool": "Microsoft.Azure.Commands.Network.Models.PSResourceId", - "Probe": "Microsoft.Azure.Commands.Network.Models.PSResourceId", - "FrontendPort": "System.Int32", - "BackendPort": "System.Int32", - "EnableFloatingIP": "System.Nullable`1[System.Boolean]", - "EnableTcpReset": "System.Nullable`1[System.Boolean]", - "DisableOutboundSNAT": "System.Nullable`1[System.Boolean]", - "IdleTimeoutInMinutes": "System.Nullable`1[System.Int32]", - "Protocol": "System.String", - "Name": "System.String", - "ProbeText": "System.String", - "BackendAddressPoolText": "System.String", + "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", + "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool]", + "FrontendIpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration]", + "InboundNatPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSInboundNatPool]", + "InboundNatRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSInboundNatRule]", + "LoadBalancingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSLoadBalancingRule]", + "OutboundRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSOutboundRule]", + "Probes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSProbe]", + "Tag": "System.Collections.Hashtable", "ProvisioningState": "System.String", + "Name": "System.String", + "TagsTable": "System.String", + "Type": "System.String", + "ResourceGuid": "System.String", + "Location": "System.String", + "ResourceGroupName": "System.String", + "LoadBalancingRulesText": "System.String", + "InboundNatPoolsText": "System.String", + "InboundNatRulesText": "System.String", + "ProbesText": "System.String", "Etag": "System.String", - "LoadDistribution": "System.String", - "FrontendIPConfigurationText": "System.String", + "BackendAddressPoolsText": "System.String", + "FrontendIpConfigurationsText": "System.String", + "SkuText": "System.String", + "OutboundRulesText": "System.String", "Id": "System.String" }, "ElementType": null, "GenericTypeArguments": [], "Methods": [ - { - "Name": "ShouldSerializeFrontendPort", - "Parameters": [], - "ReturnType": "System.Boolean" - }, - { - "Name": "ShouldSerializeBackendPort", - "Parameters": [], - "ReturnType": "System.Boolean" - }, { "Name": "ToString", "Parameters": [], @@ -203294,7 +223026,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool]", @@ -203428,7 +223160,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool]", @@ -203573,10 +223305,10 @@ "AliasList": [] }, { - "VerbName": "New", + "VerbName": "Set", "NounName": "AzLoadBalancerRuleConfig", - "Name": "New-AzLoadBalancerRuleConfig", - "ClassName": "Microsoft.Azure.Commands.Network.NewAzureRmLoadBalancerRuleConfigCommand", + "Name": "Set-AzLoadBalancerRuleConfig", + "ClassName": "Microsoft.Azure.Commands.Network.SetAzureRmLoadBalancerRuleConfigCommand", "SupportsShouldProcess": true, "ConfirmImpact": 2, "SupportsPaging": false, @@ -203585,41 +223317,117 @@ { "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", - "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancingRule", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancingRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { - "FrontendIPConfiguration": "Microsoft.Azure.Commands.Network.Models.PSResourceId", - "BackendAddressPool": "Microsoft.Azure.Commands.Network.Models.PSResourceId", - "Probe": "Microsoft.Azure.Commands.Network.Models.PSResourceId", - "FrontendPort": "System.Int32", - "BackendPort": "System.Int32", - "EnableFloatingIP": "System.Nullable`1[System.Boolean]", - "EnableTcpReset": "System.Nullable`1[System.Boolean]", - "DisableOutboundSNAT": "System.Nullable`1[System.Boolean]", - "IdleTimeoutInMinutes": "System.Nullable`1[System.Int32]", - "Protocol": "System.String", - "Name": "System.String", - "ProbeText": "System.String", - "BackendAddressPoolText": "System.String", + "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", + "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool]", + "FrontendIpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration]", + "InboundNatPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSInboundNatPool]", + "InboundNatRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSInboundNatRule]", + "LoadBalancingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSLoadBalancingRule]", + "OutboundRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSOutboundRule]", + "Probes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSProbe]", + "Tag": "System.Collections.Hashtable", "ProvisioningState": "System.String", + "Name": "System.String", + "TagsTable": "System.String", + "Type": "System.String", + "ResourceGuid": "System.String", + "Location": "System.String", + "ResourceGroupName": "System.String", + "LoadBalancingRulesText": "System.String", + "InboundNatPoolsText": "System.String", + "InboundNatRulesText": "System.String", + "ProbesText": "System.String", "Etag": "System.String", - "LoadDistribution": "System.String", - "FrontendIPConfigurationText": "System.String", + "BackendAddressPoolsText": "System.String", + "FrontendIpConfigurationsText": "System.String", + "SkuText": "System.String", + "OutboundRulesText": "System.String", "Id": "System.String" }, "ElementType": null, "GenericTypeArguments": [], "Methods": [ { - "Name": "ShouldSerializeFrontendPort", + "Name": "ToString", "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], "ReturnType": "System.Boolean" }, { - "Name": "ShouldSerializeBackendPort", + "Name": "GetHashCode", "Parameters": [], - "ReturnType": "System.Boolean" + "ReturnType": "System.Int32" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] + }, + "ParameterSets": [ + "__AllParameterSets" + ] + } + ], + "Parameters": [ + { + "Name": "LoadBalancer", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Network.Models", + "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", + "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool]", + "FrontendIpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration]", + "InboundNatPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSInboundNatPool]", + "InboundNatRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSInboundNatRule]", + "LoadBalancingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSLoadBalancingRule]", + "OutboundRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSOutboundRule]", + "Probes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSProbe]", + "Tag": "System.Collections.Hashtable", + "ProvisioningState": "System.String", + "Name": "System.String", + "TagsTable": "System.String", + "Type": "System.String", + "ResourceGuid": "System.String", + "Location": "System.String", + "ResourceGroupName": "System.String", + "LoadBalancingRulesText": "System.String", + "InboundNatPoolsText": "System.String", + "InboundNatRulesText": "System.String", + "ProbesText": "System.String", + "Etag": "System.String", + "BackendAddressPoolsText": "System.String", + "FrontendIpConfigurationsText": "System.String", + "SkuText": "System.String", + "OutboundRulesText": "System.String", + "Id": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ { "Name": "ToString", "Parameters": [], @@ -203654,12 +223462,11 @@ } ] }, - "ParameterSets": [ - "__AllParameterSets" - ] - } - ], - "Parameters": [ + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, { "Name": "Name", "AliasList": [], @@ -203846,7 +223653,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "PublicIpAddress": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress", "PublicIPPrefix": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -203963,14 +223770,16 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "OutboundRule": "Microsoft.Azure.Commands.Network.Models.PSResourceId", + "LoadBalancerBackendAddresses": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSLoadBalancerBackendAddress]", "BackendIpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceIPConfiguration]", "LoadBalancingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", "ProvisioningState": "System.String", "BackendIpConfigurationsText": "System.String", "LoadBalancingRulesText": "System.String", + "LoadBalancerBackendAddressesText": "System.String", "OutboundRuleText": "System.String", "Name": "System.String", "Etag": "System.String", @@ -204052,7 +223861,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSProbe", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSProbe, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSProbe, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "LoadBalancingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", "Port": "System.Int32", @@ -204166,6 +223975,89 @@ { "Name": "__AllParameterSets", "Parameters": [ + { + "ParameterMetadata": { + "Name": "LoadBalancer", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Network.Models", + "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", + "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool]", + "FrontendIpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration]", + "InboundNatPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSInboundNatPool]", + "InboundNatRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSInboundNatRule]", + "LoadBalancingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSLoadBalancingRule]", + "OutboundRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSOutboundRule]", + "Probes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSProbe]", + "Tag": "System.Collections.Hashtable", + "ProvisioningState": "System.String", + "Name": "System.String", + "TagsTable": "System.String", + "Type": "System.String", + "ResourceGuid": "System.String", + "Location": "System.String", + "ResourceGroupName": "System.String", + "LoadBalancingRulesText": "System.String", + "InboundNatPoolsText": "System.String", + "InboundNatRulesText": "System.String", + "ProbesText": "System.String", + "Etag": "System.String", + "BackendAddressPoolsText": "System.String", + "FrontendIpConfigurationsText": "System.String", + "SkuText": "System.String", + "OutboundRulesText": "System.String", + "Id": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": true, + "ValueFromPipelineByPropertyName": true + }, { "ParameterMetadata": { "Name": "Name", @@ -204498,6 +224390,89 @@ "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": true }, + { + "ParameterMetadata": { + "Name": "LoadBalancer", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Network.Models", + "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", + "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool]", + "FrontendIpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration]", + "InboundNatPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSInboundNatPool]", + "InboundNatRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSInboundNatRule]", + "LoadBalancingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSLoadBalancingRule]", + "OutboundRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSOutboundRule]", + "Probes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSProbe]", + "Tag": "System.Collections.Hashtable", + "ProvisioningState": "System.String", + "Name": "System.String", + "TagsTable": "System.String", + "Type": "System.String", + "ResourceGuid": "System.String", + "Location": "System.String", + "ResourceGroupName": "System.String", + "LoadBalancingRulesText": "System.String", + "InboundNatPoolsText": "System.String", + "InboundNatRulesText": "System.String", + "ProbesText": "System.String", + "Etag": "System.String", + "BackendAddressPoolsText": "System.String", + "FrontendIpConfigurationsText": "System.String", + "SkuText": "System.String", + "OutboundRulesText": "System.String", + "Id": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": true, + "ValueFromPipelineByPropertyName": true + }, { "ParameterMetadata": { "Name": "Name", @@ -204765,7 +224740,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "PublicIpAddress": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress", "PublicIPPrefix": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -204870,14 +224845,16 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "OutboundRule": "Microsoft.Azure.Commands.Network.Models.PSResourceId", + "LoadBalancerBackendAddresses": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSLoadBalancerBackendAddress]", "BackendIpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceIPConfiguration]", "LoadBalancingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", "ProvisioningState": "System.String", "BackendIpConfigurationsText": "System.String", "LoadBalancingRulesText": "System.String", + "LoadBalancerBackendAddressesText": "System.String", "OutboundRuleText": "System.String", "Name": "System.String", "Etag": "System.String", @@ -204947,7 +224924,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSProbe", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSProbe, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSProbe, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "LoadBalancingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", "Port": "System.Int32", @@ -205028,6 +225005,89 @@ "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": true }, + { + "ParameterMetadata": { + "Name": "LoadBalancer", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Network.Models", + "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", + "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool]", + "FrontendIpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration]", + "InboundNatPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSInboundNatPool]", + "InboundNatRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSInboundNatRule]", + "LoadBalancingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSLoadBalancingRule]", + "OutboundRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSOutboundRule]", + "Probes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSProbe]", + "Tag": "System.Collections.Hashtable", + "ProvisioningState": "System.String", + "Name": "System.String", + "TagsTable": "System.String", + "Type": "System.String", + "ResourceGuid": "System.String", + "Location": "System.String", + "ResourceGroupName": "System.String", + "LoadBalancingRulesText": "System.String", + "InboundNatPoolsText": "System.String", + "InboundNatRulesText": "System.String", + "ProbesText": "System.String", + "Etag": "System.String", + "BackendAddressPoolsText": "System.String", + "FrontendIpConfigurationsText": "System.String", + "SkuText": "System.String", + "OutboundRulesText": "System.String", + "Id": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": true, + "ValueFromPipelineByPropertyName": true + }, { "ParameterMetadata": { "Name": "Name", @@ -205289,10 +225349,10 @@ "AliasList": [] }, { - "VerbName": "Remove", - "NounName": "AzLoadBalancerRuleConfig", - "Name": "Remove-AzLoadBalancerRuleConfig", - "ClassName": "Microsoft.Azure.Commands.Network.RemoveAzureRmLoadBalancerRuleConfigCommand", + "VerbName": "New", + "NounName": "AzLoadBalancer", + "Name": "New-AzLoadBalancer", + "ClassName": "Microsoft.Azure.Commands.Network.NewAzureRmLoadBalancer", "SupportsShouldProcess": true, "ConfirmImpact": 2, "SupportsPaging": false, @@ -205302,7 +225362,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool]", @@ -205375,229 +225435,619 @@ ], "Parameters": [ { - "Name": "LoadBalancer", + "Name": "ResourceGroupName", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "Name", + "AliasList": [ + "ResourceName" + ], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "Location", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "Tag", + "AliasList": [], + "Type": { + "Namespace": "System.Collections", + "Name": "System.Collections.Hashtable", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "Sku", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "FrontendIpConfiguration", "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", - "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "Name": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration[]", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": {}, + "ElementType": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration", + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "BackendAddressPool", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Network.Models", + "Name": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool[]", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": {}, + "ElementType": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool", + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "LoadBalancingRule", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Network.Models", + "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancingRule[]", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancingRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": {}, + "ElementType": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancingRule", + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "Probe", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Network.Models", + "Name": "Microsoft.Azure.Commands.Network.Models.PSProbe[]", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSProbe[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": {}, + "ElementType": "Microsoft.Azure.Commands.Network.Models.PSProbe", + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "InboundNatRule", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Network.Models", + "Name": "Microsoft.Azure.Commands.Network.Models.PSInboundNatRule[]", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSInboundNatRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": {}, + "ElementType": "Microsoft.Azure.Commands.Network.Models.PSInboundNatRule", + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "InboundNatPool", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Network.Models", + "Name": "Microsoft.Azure.Commands.Network.Models.PSInboundNatPool[]", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSInboundNatPool[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": {}, + "ElementType": "Microsoft.Azure.Commands.Network.Models.PSInboundNatPool", + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "OutboundRule", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Network.Models", + "Name": "Microsoft.Azure.Commands.Network.Models.PSOutboundRule[]", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSOutboundRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": {}, + "ElementType": "Microsoft.Azure.Commands.Network.Models.PSOutboundRule", + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "Force", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "AsJob", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { - "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", - "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool]", - "FrontendIpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration]", - "InboundNatPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSInboundNatPool]", - "InboundNatRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSInboundNatRule]", - "LoadBalancingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSLoadBalancingRule]", - "OutboundRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSOutboundRule]", - "Probes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSProbe]", - "Tag": "System.Collections.Hashtable", - "ProvisioningState": "System.String", - "Name": "System.String", - "TagsTable": "System.String", - "Type": "System.String", - "ResourceGuid": "System.String", - "Location": "System.String", - "ResourceGroupName": "System.String", - "LoadBalancingRulesText": "System.String", - "InboundNatPoolsText": "System.String", - "InboundNatRulesText": "System.String", - "ProbesText": "System.String", - "Etag": "System.String", - "BackendAddressPoolsText": "System.String", - "FrontendIpConfigurationsText": "System.String", - "SkuText": "System.String", - "OutboundRulesText": "System.String", - "Id": "System.String" + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + } + ], + "ParameterSets": [ + { + "Name": "__AllParameterSets", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "ResourceGroupName", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "Name", + "AliasList": [ + "ResourceName" + ], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "Location", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "Tag", + "AliasList": [], + "Type": { + "Namespace": "System.Collections", + "Name": "System.Collections.Hashtable", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "Sku", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "FrontendIpConfiguration", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Network.Models", + "Name": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration[]", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": {}, + "ElementType": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration", + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "BackendAddressPool", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Network.Models", + "Name": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool[]", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": {}, + "ElementType": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool", + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "LoadBalancingRule", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Network.Models", + "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancingRule[]", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancingRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": {}, + "ElementType": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancingRule", + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" + { + "ParameterMetadata": { + "Name": "Probe", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Network.Models", + "Name": "Microsoft.Azure.Commands.Network.Models.PSProbe[]", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSProbe[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": {}, + "ElementType": "Microsoft.Azure.Commands.Network.Models.PSProbe", + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Boolean" + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "InboundNatRule", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Network.Models", + "Name": "Microsoft.Azure.Commands.Network.Models.PSInboundNatRule[]", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSInboundNatRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": {}, + "ElementType": "Microsoft.Azure.Commands.Network.Models.PSInboundNatRule", + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "InboundNatPool", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Network.Models", + "Name": "Microsoft.Azure.Commands.Network.Models.PSInboundNatPool[]", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSInboundNatPool[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": {}, + "ElementType": "Microsoft.Azure.Commands.Network.Models.PSInboundNatPool", + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [ - { - "Name": "", - "ReturnType": null, - "Parameters": [] - } - ] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "Name", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "DefaultProfile", - "AliasList": [ - "AzContext", - "AzureRmContext", - "AzureCredential" - ], - "Type": { - "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", - "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", - "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", - "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", - "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "Clear", - "Parameters": [], - "ReturnType": "System.Void" - } - ], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - } - ], - "ParameterSets": [ - { - "Name": "__AllParameterSets", - "Parameters": [ { "ParameterMetadata": { - "Name": "LoadBalancer", + "Name": "OutboundRule", "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", - "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", - "Properties": { - "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", - "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool]", - "FrontendIpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration]", - "InboundNatPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSInboundNatPool]", - "InboundNatRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSInboundNatRule]", - "LoadBalancingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSLoadBalancingRule]", - "OutboundRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSOutboundRule]", - "Probes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSProbe]", - "Tag": "System.Collections.Hashtable", - "ProvisioningState": "System.String", - "Name": "System.String", - "TagsTable": "System.String", - "Type": "System.String", - "ResourceGuid": "System.String", - "Location": "System.String", - "ResourceGroupName": "System.String", - "LoadBalancingRulesText": "System.String", - "InboundNatPoolsText": "System.String", - "InboundNatRulesText": "System.String", - "ProbesText": "System.String", - "Etag": "System.String", - "BackendAddressPoolsText": "System.String", - "FrontendIpConfigurationsText": "System.String", - "SkuText": "System.String", - "OutboundRulesText": "System.String", - "Id": "System.String" - }, - "ElementType": null, + "Name": "Microsoft.Azure.Commands.Network.Models.PSOutboundRule[]", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSOutboundRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": {}, + "ElementType": "Microsoft.Azure.Commands.Network.Models.PSOutboundRule", "GenericTypeArguments": [], - "Methods": [ - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [ - { - "Name": "", - "ReturnType": null, - "Parameters": [] - } - ] + "Methods": [], + "Constructors": [] }, "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, - "Mandatory": true, + "Mandatory": false, "Position": -2147483648, - "ValueFromPipeline": true, + "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": true }, { "ParameterMetadata": { - "Name": "Name", + "Name": "Force", "AliasList": [], "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "AsJob", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -205659,10 +226109,10 @@ "AliasList": [] }, { - "VerbName": "Set", - "NounName": "AzLoadBalancerRuleConfig", - "Name": "Set-AzLoadBalancerRuleConfig", - "ClassName": "Microsoft.Azure.Commands.Network.SetAzureRmLoadBalancerRuleConfigCommand", + "VerbName": "Add", + "NounName": "AzLoadBalancerOutboundRuleConfig", + "Name": "Add-AzLoadBalancerOutboundRuleConfig", + "ClassName": "Microsoft.Azure.Commands.Network.AddAzureRmLoadBalancerOutboundRuleConfigCommand", "SupportsShouldProcess": true, "ConfirmImpact": 2, "SupportsPaging": false, @@ -205672,7 +226122,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool]", @@ -205750,7 +226200,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool]", @@ -205840,61 +226290,7 @@ "ValidateNotNullOrEmpty": false }, { - "Name": "Protocol", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "LoadDistribution", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "FrontendPort", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.Int32", - "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "BackendPort", + "Name": "AllocatedOutboundPort", "AliasList": [], "Type": { "Namespace": "System", @@ -205912,30 +226308,12 @@ "ValidateNotNullOrEmpty": false }, { - "Name": "IdleTimeoutInMinutes", + "Name": "Protocol", "AliasList": [], "Type": { "Namespace": "System", - "Name": "System.Int32", - "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "EnableFloatingIP", - "AliasList": [], - "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -205966,30 +226344,12 @@ "ValidateNotNullOrEmpty": false }, { - "Name": "DisableOutboundSNAT", - "AliasList": [], - "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "FrontendIpConfigurationId", + "Name": "IdleTimeoutInMinutes", "AliasList": [], "Type": { "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Name": "System.Int32", + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -206006,94 +226366,13 @@ "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", - "Name": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", - "Properties": { - "PublicIpAddress": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress", - "PublicIPPrefix": "Microsoft.Azure.Commands.Network.Models.PSResourceId", - "Subnet": "Microsoft.Azure.Commands.Network.Models.PSSubnet", - "InboundNatRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", - "InboundNatPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", - "OutboundRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", - "LoadBalancingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", - "Zones": "System.Collections.Generic.List`1[System.String]", - "Name": "System.String", - "PublicIPPrefixText": "System.String", - "PublicIpAddressText": "System.String", - "SubnetText": "System.String", - "LoadBalancingRulesText": "System.String", - "OutboundRulesText": "System.String", - "PrivateIpAddress": "System.String", - "InboundNatRulesText": "System.String", - "ZonesText": "System.String", - "Etag": "System.String", - "ProvisioningState": "System.String", - "PrivateIpAddressVersion": "System.String", - "PrivateIpAllocationMethod": "System.String", - "InboundNatPoolsText": "System.String", - "Id": "System.String" - }, - "ElementType": null, + "Name": "Microsoft.Azure.Commands.Network.Models.PSResourceId[]", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSResourceId[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": {}, + "ElementType": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "GenericTypeArguments": [], - "Methods": [ - { - "Name": "ShouldSerializeInboundNatRules", - "Parameters": [], - "ReturnType": "System.Boolean" - }, - { - "Name": "ShouldSerializeInboundNatPools", - "Parameters": [], - "ReturnType": "System.Boolean" - }, - { - "Name": "ShouldSerializeOutboundRules", - "Parameters": [], - "ReturnType": "System.Boolean" - }, - { - "Name": "ShouldSerializeLoadBalancingRules", - "Parameters": [], - "ReturnType": "System.Boolean" - }, - { - "Name": "ShouldSerializeZones", - "Parameters": [], - "ReturnType": "System.Boolean" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [ - { - "Name": "", - "ReturnType": null, - "Parameters": [] - } - ] + "Methods": [], + "Constructors": [] }, "ValidateSet": [], "ValidateRangeMin": null, @@ -206124,14 +226403,16 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "OutboundRule": "Microsoft.Azure.Commands.Network.Models.PSResourceId", + "LoadBalancerBackendAddresses": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSLoadBalancerBackendAddress]", "BackendIpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceIPConfiguration]", "LoadBalancingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", "ProvisioningState": "System.String", "BackendIpConfigurationsText": "System.String", "LoadBalancingRulesText": "System.String", + "LoadBalancerBackendAddressesText": "System.String", "OutboundRuleText": "System.String", "Name": "System.String", "Etag": "System.String", @@ -206189,106 +226470,6 @@ "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, - { - "Name": "ProbeId", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "Probe", - "AliasList": [], - "Type": { - "Namespace": "Microsoft.Azure.Commands.Network.Models", - "Name": "Microsoft.Azure.Commands.Network.Models.PSProbe", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSProbe, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", - "Properties": { - "LoadBalancingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", - "Port": "System.Int32", - "IntervalInSeconds": "System.Int32", - "NumberOfProbes": "System.Int32", - "Protocol": "System.String", - "RequestPath": "System.String", - "ProvisioningState": "System.String", - "LoadBalancingRulesText": "System.String", - "Name": "System.String", - "Etag": "System.String", - "Id": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "ShouldSerializePort", - "Parameters": [], - "ReturnType": "System.Boolean" - }, - { - "Name": "ShouldSerializeIntervalInSeconds", - "Parameters": [], - "ReturnType": "System.Boolean" - }, - { - "Name": "ShouldSerializeNumberOfProbes", - "Parameters": [], - "ReturnType": "System.Boolean" - }, - { - "Name": "ShouldSerializeLoadBalancingRules", - "Parameters": [], - "ReturnType": "System.Boolean" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [ - { - "Name": "", - "ReturnType": null, - "Parameters": [] - } - ] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, { "Name": "DefaultProfile", "AliasList": [ @@ -206334,7 +226515,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool]", @@ -206436,12 +226617,12 @@ }, { "ParameterMetadata": { - "Name": "Protocol", + "Name": "AllocatedOutboundPort", "AliasList": [], "Type": { "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Name": "System.Int32", + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -206460,7 +226641,7 @@ }, { "ParameterMetadata": { - "Name": "LoadDistribution", + "Name": "Protocol", "AliasList": [], "Type": { "Namespace": "System", @@ -206477,43 +226658,19 @@ "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "FrontendPort", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.Int32", - "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, + "Mandatory": true, "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": true }, { "ParameterMetadata": { - "Name": "BackendPort", + "Name": "EnableTcpReset", "AliasList": [], "Type": { - "Namespace": "System", - "Name": "System.Int32", - "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -206528,7 +226685,7 @@ "Mandatory": false, "Position": -2147483648, "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true + "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { @@ -206556,62 +226713,14 @@ }, { "ParameterMetadata": { - "Name": "EnableFloatingIP", - "AliasList": [], - "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "EnableTcpReset", - "AliasList": [], - "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "DisableOutboundSNAT", + "Name": "FrontendIpConfiguration", "AliasList": [], "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Namespace": "Microsoft.Azure.Commands.Network.Models", + "Name": "Microsoft.Azure.Commands.Network.Models.PSResourceId[]", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSResourceId[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, - "ElementType": null, + "ElementType": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "GenericTypeArguments": [], "Methods": [], "Constructors": [] @@ -206621,10 +226730,10 @@ "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, - "Mandatory": false, + "Mandatory": true, "Position": -2147483648, "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false + "ValueFromPipelineByPropertyName": true }, { "ParameterMetadata": { @@ -206670,30 +226779,6 @@ { "Name": "SetByResourceId", "Parameters": [ - { - "ParameterMetadata": { - "Name": "FrontendIpConfigurationId", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, { "ParameterMetadata": { "Name": "BackendAddressPoolId", @@ -206713,31 +226798,7 @@ "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "ProbeId", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, + "Mandatory": true, "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": true @@ -206749,7 +226810,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool]", @@ -206851,12 +226912,12 @@ }, { "ParameterMetadata": { - "Name": "Protocol", + "Name": "AllocatedOutboundPort", "AliasList": [], "Type": { "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Name": "System.Int32", + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -206875,7 +226936,7 @@ }, { "ParameterMetadata": { - "Name": "LoadDistribution", + "Name": "Protocol", "AliasList": [], "Type": { "Namespace": "System", @@ -206892,43 +226953,19 @@ "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "FrontendPort", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.Int32", - "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, + "Mandatory": true, "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": true }, { "ParameterMetadata": { - "Name": "BackendPort", + "Name": "EnableTcpReset", "AliasList": [], "Type": { - "Namespace": "System", - "Name": "System.Int32", - "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -206943,7 +226980,7 @@ "Mandatory": false, "Position": -2147483648, "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true + "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { @@ -206971,62 +227008,14 @@ }, { "ParameterMetadata": { - "Name": "EnableFloatingIP", - "AliasList": [], - "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "EnableTcpReset", - "AliasList": [], - "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "DisableOutboundSNAT", + "Name": "FrontendIpConfiguration", "AliasList": [], "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Namespace": "Microsoft.Azure.Commands.Network.Models", + "Name": "Microsoft.Azure.Commands.Network.Models.PSResourceId[]", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSResourceId[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, - "ElementType": null, + "ElementType": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "GenericTypeArguments": [], "Methods": [], "Constructors": [] @@ -207036,10 +227025,10 @@ "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, - "Mandatory": false, + "Mandatory": true, "Position": -2147483648, "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false + "ValueFromPipelineByPropertyName": true }, { "ParameterMetadata": { @@ -207083,207 +227072,26 @@ ] }, { - "Name": "SetByResource", - "Parameters": [ - { - "ParameterMetadata": { - "Name": "FrontendIpConfiguration", - "AliasList": [], - "Type": { - "Namespace": "Microsoft.Azure.Commands.Network.Models", - "Name": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", - "Properties": { - "PublicIpAddress": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress", - "PublicIPPrefix": "Microsoft.Azure.Commands.Network.Models.PSResourceId", - "Subnet": "Microsoft.Azure.Commands.Network.Models.PSSubnet", - "InboundNatRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", - "InboundNatPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", - "OutboundRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", - "LoadBalancingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", - "Zones": "System.Collections.Generic.List`1[System.String]", - "Name": "System.String", - "PublicIPPrefixText": "System.String", - "PublicIpAddressText": "System.String", - "SubnetText": "System.String", - "LoadBalancingRulesText": "System.String", - "OutboundRulesText": "System.String", - "PrivateIpAddress": "System.String", - "InboundNatRulesText": "System.String", - "ZonesText": "System.String", - "Etag": "System.String", - "ProvisioningState": "System.String", - "PrivateIpAddressVersion": "System.String", - "PrivateIpAllocationMethod": "System.String", - "InboundNatPoolsText": "System.String", - "Id": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "ShouldSerializeInboundNatRules", - "Parameters": [], - "ReturnType": "System.Boolean" - }, - { - "Name": "ShouldSerializeInboundNatPools", - "Parameters": [], - "ReturnType": "System.Boolean" - }, - { - "Name": "ShouldSerializeOutboundRules", - "Parameters": [], - "ReturnType": "System.Boolean" - }, - { - "Name": "ShouldSerializeLoadBalancingRules", - "Parameters": [], - "ReturnType": "System.Boolean" - }, - { - "Name": "ShouldSerializeZones", - "Parameters": [], - "ReturnType": "System.Boolean" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [ - { - "Name": "", - "ReturnType": null, - "Parameters": [] - } - ] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "BackendAddressPool", - "AliasList": [], - "Type": { - "Namespace": "Microsoft.Azure.Commands.Network.Models", - "Name": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", - "Properties": { - "OutboundRule": "Microsoft.Azure.Commands.Network.Models.PSResourceId", - "BackendIpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceIPConfiguration]", - "LoadBalancingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", - "ProvisioningState": "System.String", - "BackendIpConfigurationsText": "System.String", - "LoadBalancingRulesText": "System.String", - "OutboundRuleText": "System.String", - "Name": "System.String", - "Etag": "System.String", - "Id": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "ShouldSerializeBackendIpConfigurations", - "Parameters": [], - "ReturnType": "System.Boolean" - }, - { - "Name": "ShouldSerializeLoadBalancingRules", - "Parameters": [], - "ReturnType": "System.Boolean" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [ - { - "Name": "", - "ReturnType": null, - "Parameters": [] - } - ] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, + "Name": "SetByResource", + "Parameters": [ { "ParameterMetadata": { - "Name": "Probe", + "Name": "BackendAddressPool", "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", - "Name": "Microsoft.Azure.Commands.Network.Models.PSProbe", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSProbe, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "Name": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { + "OutboundRule": "Microsoft.Azure.Commands.Network.Models.PSResourceId", + "LoadBalancerBackendAddresses": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSLoadBalancerBackendAddress]", + "BackendIpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceIPConfiguration]", "LoadBalancingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", - "Port": "System.Int32", - "IntervalInSeconds": "System.Int32", - "NumberOfProbes": "System.Int32", - "Protocol": "System.String", - "RequestPath": "System.String", "ProvisioningState": "System.String", + "BackendIpConfigurationsText": "System.String", "LoadBalancingRulesText": "System.String", + "LoadBalancerBackendAddressesText": "System.String", + "OutboundRuleText": "System.String", "Name": "System.String", "Etag": "System.String", "Id": "System.String" @@ -207292,17 +227100,7 @@ "GenericTypeArguments": [], "Methods": [ { - "Name": "ShouldSerializePort", - "Parameters": [], - "ReturnType": "System.Boolean" - }, - { - "Name": "ShouldSerializeIntervalInSeconds", - "Parameters": [], - "ReturnType": "System.Boolean" - }, - { - "Name": "ShouldSerializeNumberOfProbes", + "Name": "ShouldSerializeBackendIpConfigurations", "Parameters": [], "ReturnType": "System.Boolean" }, @@ -207350,7 +227148,7 @@ "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, - "Mandatory": false, + "Mandatory": true, "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": true @@ -207362,7 +227160,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool]", @@ -207464,12 +227262,12 @@ }, { "ParameterMetadata": { - "Name": "Protocol", + "Name": "AllocatedOutboundPort", "AliasList": [], "Type": { "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Name": "System.Int32", + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -207488,7 +227286,7 @@ }, { "ParameterMetadata": { - "Name": "LoadDistribution", + "Name": "Protocol", "AliasList": [], "Type": { "Namespace": "System", @@ -207505,19 +227303,19 @@ "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, - "Mandatory": false, + "Mandatory": true, "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": true }, { "ParameterMetadata": { - "Name": "FrontendPort", + "Name": "EnableTcpReset", "AliasList": [], "Type": { - "Namespace": "System", - "Name": "System.Int32", - "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -207532,11 +227330,11 @@ "Mandatory": false, "Position": -2147483648, "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true + "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "BackendPort", + "Name": "IdleTimeoutInMinutes", "AliasList": [], "Type": { "Namespace": "System", @@ -207560,14 +227358,14 @@ }, { "ParameterMetadata": { - "Name": "IdleTimeoutInMinutes", + "Name": "FrontendIpConfiguration", "AliasList": [], "Type": { - "Namespace": "System", - "Name": "System.Int32", - "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Namespace": "Microsoft.Azure.Commands.Network.Models", + "Name": "Microsoft.Azure.Commands.Network.Models.PSResourceId[]", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSResourceId[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, - "ElementType": null, + "ElementType": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "GenericTypeArguments": [], "Methods": [], "Constructors": [] @@ -207577,23 +227375,38 @@ "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, - "Mandatory": false, + "Mandatory": true, "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": true }, { "ParameterMetadata": { - "Name": "EnableFloatingIP", - "AliasList": [], + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + }, "ElementType": null, "GenericTypeArguments": [], - "Methods": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], "Constructors": [] }, "ValidateSet": [], @@ -207605,39 +227418,313 @@ "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false + } + ] + } + ], + "AliasList": [] + }, + { + "VerbName": "Get", + "NounName": "AzLoadBalancerOutboundRuleConfig", + "Name": "Get-AzLoadBalancerOutboundRuleConfig", + "ClassName": "Microsoft.Azure.Commands.Network.GetAzureRmLoadBalancerOutboundRuleConfigCommand", + "SupportsShouldProcess": false, + "ConfirmImpact": 2, + "SupportsPaging": false, + "DefaultParameterSetName": "__AllParameterSets", + "OutputTypes": [ + { + "Type": { + "Namespace": "Microsoft.Azure.Commands.Network.Models", + "Name": "Microsoft.Azure.Commands.Network.Models.PSOutboundRule", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSOutboundRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "BackendAddressPool": "Microsoft.Azure.Commands.Network.Models.PSResourceId", + "FrontendIpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", + "EnableTcpReset": "System.Nullable`1[System.Boolean]", + "AllocatedOutboundPorts": "System.Nullable`1[System.Int32]", + "IdleTimeoutInMinutes": "System.Nullable`1[System.Int32]", + "ProvisioningState": "System.String", + "Protocol": "System.String", + "FrontendIpConfigurationsText": "System.String", + "BackendAddressPoolText": "System.String", + "Name": "System.String", + "Etag": "System.String", + "Id": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ShouldSerializeFrontendIpConfigurations", + "Parameters": [], + "ReturnType": "System.Boolean" + }, + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] + }, + "ParameterSets": [ + "__AllParameterSets" + ] + } + ], + "Parameters": [ + { + "Name": "LoadBalancer", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Network.Models", + "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", + "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool]", + "FrontendIpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration]", + "InboundNatPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSInboundNatPool]", + "InboundNatRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSInboundNatRule]", + "LoadBalancingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSLoadBalancingRule]", + "OutboundRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSOutboundRule]", + "Probes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSProbe]", + "Tag": "System.Collections.Hashtable", + "ProvisioningState": "System.String", + "Name": "System.String", + "TagsTable": "System.String", + "Type": "System.String", + "ResourceGuid": "System.String", + "Location": "System.String", + "ResourceGroupName": "System.String", + "LoadBalancingRulesText": "System.String", + "InboundNatPoolsText": "System.String", + "InboundNatRulesText": "System.String", + "ProbesText": "System.String", + "Etag": "System.String", + "BackendAddressPoolsText": "System.String", + "FrontendIpConfigurationsText": "System.String", + "SkuText": "System.String", + "OutboundRulesText": "System.String", + "Id": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "Name", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + } + ], + "ParameterSets": [ + { + "Name": "__AllParameterSets", + "Parameters": [ { "ParameterMetadata": { - "Name": "EnableTcpReset", + "Name": "LoadBalancer", "AliasList": [], "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, + "Namespace": "Microsoft.Azure.Commands.Network.Models", + "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", + "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool]", + "FrontendIpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration]", + "InboundNatPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSInboundNatPool]", + "InboundNatRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSInboundNatRule]", + "LoadBalancingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSLoadBalancingRule]", + "OutboundRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSOutboundRule]", + "Probes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSProbe]", + "Tag": "System.Collections.Hashtable", + "ProvisioningState": "System.String", + "Name": "System.String", + "TagsTable": "System.String", + "Type": "System.String", + "ResourceGuid": "System.String", + "Location": "System.String", + "ResourceGroupName": "System.String", + "LoadBalancingRulesText": "System.String", + "InboundNatPoolsText": "System.String", + "InboundNatRulesText": "System.String", + "ProbesText": "System.String", + "Etag": "System.String", + "BackendAddressPoolsText": "System.String", + "FrontendIpConfigurationsText": "System.String", + "SkuText": "System.String", + "OutboundRulesText": "System.String", + "Id": "System.String" + }, "ElementType": null, "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] }, "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, - "Mandatory": false, + "Mandatory": true, "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false + "ValueFromPipeline": true, + "ValueFromPipelineByPropertyName": true }, { "ParameterMetadata": { - "Name": "DisableOutboundSNAT", + "Name": "Name", "AliasList": [], "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -207700,50 +227787,41 @@ }, { "VerbName": "New", - "NounName": "AzLoadBalancer", - "Name": "New-AzLoadBalancer", - "ClassName": "Microsoft.Azure.Commands.Network.NewAzureRmLoadBalancer", + "NounName": "AzLoadBalancerOutboundRuleConfig", + "Name": "New-AzLoadBalancerOutboundRuleConfig", + "ClassName": "Microsoft.Azure.Commands.Network.NewAzureRmLoadBalancerOutboundRuleConfigCommand", "SupportsShouldProcess": true, "ConfirmImpact": 2, "SupportsPaging": false, - "DefaultParameterSetName": "__AllParameterSets", + "DefaultParameterSetName": "SetByResource", "OutputTypes": [ { "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", - "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "Name": "Microsoft.Azure.Commands.Network.Models.PSOutboundRule", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSOutboundRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { - "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", - "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool]", - "FrontendIpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration]", - "InboundNatPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSInboundNatPool]", - "InboundNatRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSInboundNatRule]", - "LoadBalancingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSLoadBalancingRule]", - "OutboundRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSOutboundRule]", - "Probes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSProbe]", - "Tag": "System.Collections.Hashtable", + "BackendAddressPool": "Microsoft.Azure.Commands.Network.Models.PSResourceId", + "FrontendIpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", + "EnableTcpReset": "System.Nullable`1[System.Boolean]", + "AllocatedOutboundPorts": "System.Nullable`1[System.Int32]", + "IdleTimeoutInMinutes": "System.Nullable`1[System.Int32]", "ProvisioningState": "System.String", + "Protocol": "System.String", + "FrontendIpConfigurationsText": "System.String", + "BackendAddressPoolText": "System.String", "Name": "System.String", - "TagsTable": "System.String", - "Type": "System.String", - "ResourceGuid": "System.String", - "Location": "System.String", - "ResourceGroupName": "System.String", - "LoadBalancingRulesText": "System.String", - "InboundNatPoolsText": "System.String", - "InboundNatRulesText": "System.String", - "ProbesText": "System.String", "Etag": "System.String", - "BackendAddressPoolsText": "System.String", - "FrontendIpConfigurationsText": "System.String", - "SkuText": "System.String", - "OutboundRulesText": "System.String", "Id": "System.String" }, "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "ShouldSerializeFrontendIpConfigurations", + "Parameters": [], + "ReturnType": "System.Boolean" + }, { "Name": "ToString", "Parameters": [], @@ -207785,7 +227863,7 @@ ], "Parameters": [ { - "Name": "ResourceGroupName", + "Name": "Name", "AliasList": [], "Type": { "Namespace": "System", @@ -207800,17 +227878,15 @@ "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true + "ValidateNotNullOrEmpty": false }, { - "Name": "Name", - "AliasList": [ - "ResourceName" - ], + "Name": "AllocatedOutboundPort", + "AliasList": [], "Type": { "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Name": "System.Int32", + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -207820,10 +227896,10 @@ "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true + "ValidateNotNullOrEmpty": false }, { - "Name": "Location", + "Name": "Protocol", "AliasList": [], "Type": { "Namespace": "System", @@ -207838,15 +227914,15 @@ "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true + "ValidateNotNullOrEmpty": false }, { - "Name": "Tag", + "Name": "EnableTcpReset", "AliasList": [], "Type": { - "Namespace": "System.Collections", - "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -207859,12 +227935,12 @@ "ValidateNotNullOrEmpty": false }, { - "Name": "Sku", + "Name": "IdleTimeoutInMinutes", "AliasList": [], "Type": { "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Name": "System.Int32", + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -207881,118 +227957,10 @@ "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", - "Name": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", - "Properties": {}, - "ElementType": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "BackendAddressPool", - "AliasList": [], - "Type": { - "Namespace": "Microsoft.Azure.Commands.Network.Models", - "Name": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", - "Properties": {}, - "ElementType": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "LoadBalancingRule", - "AliasList": [], - "Type": { - "Namespace": "Microsoft.Azure.Commands.Network.Models", - "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancingRule[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancingRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", - "Properties": {}, - "ElementType": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancingRule", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "Probe", - "AliasList": [], - "Type": { - "Namespace": "Microsoft.Azure.Commands.Network.Models", - "Name": "Microsoft.Azure.Commands.Network.Models.PSProbe[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSProbe[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", - "Properties": {}, - "ElementType": "Microsoft.Azure.Commands.Network.Models.PSProbe", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "InboundNatRule", - "AliasList": [], - "Type": { - "Namespace": "Microsoft.Azure.Commands.Network.Models", - "Name": "Microsoft.Azure.Commands.Network.Models.PSInboundNatRule[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSInboundNatRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", - "Properties": {}, - "ElementType": "Microsoft.Azure.Commands.Network.Models.PSInboundNatRule", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "InboundNatPool", - "AliasList": [], - "Type": { - "Namespace": "Microsoft.Azure.Commands.Network.Models", - "Name": "Microsoft.Azure.Commands.Network.Models.PSInboundNatPool[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSInboundNatPool[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", - "Properties": {}, - "ElementType": "Microsoft.Azure.Commands.Network.Models.PSInboundNatPool", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "OutboundRule", - "AliasList": [], - "Type": { - "Namespace": "Microsoft.Azure.Commands.Network.Models", - "Name": "Microsoft.Azure.Commands.Network.Models.PSOutboundRule[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSOutboundRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "Name": "Microsoft.Azure.Commands.Network.Models.PSResourceId[]", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSResourceId[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, - "ElementType": "Microsoft.Azure.Commands.Network.Models.PSOutboundRule", + "ElementType": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "GenericTypeArguments": [], "Methods": [], "Constructors": [] @@ -208003,12 +227971,12 @@ "ValidateNotNullOrEmpty": false }, { - "Name": "Force", + "Name": "BackendAddressPoolId", "AliasList": [], "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -208021,17 +227989,72 @@ "ValidateNotNullOrEmpty": false }, { - "Name": "AsJob", + "Name": "BackendAddressPool", "AliasList": [], "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, + "Namespace": "Microsoft.Azure.Commands.Network.Models", + "Name": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "OutboundRule": "Microsoft.Azure.Commands.Network.Models.PSResourceId", + "LoadBalancerBackendAddresses": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSLoadBalancerBackendAddress]", + "BackendIpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceIPConfiguration]", + "LoadBalancingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", + "ProvisioningState": "System.String", + "BackendIpConfigurationsText": "System.String", + "LoadBalancingRulesText": "System.String", + "LoadBalancerBackendAddressesText": "System.String", + "OutboundRuleText": "System.String", + "Name": "System.String", + "Etag": "System.String", + "Id": "System.String" + }, "ElementType": null, "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "Methods": [ + { + "Name": "ShouldSerializeBackendIpConfigurations", + "Parameters": [], + "ReturnType": "System.Boolean" + }, + { + "Name": "ShouldSerializeLoadBalancingRules", + "Parameters": [], + "ReturnType": "System.Boolean" + }, + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] }, "ValidateSet": [], "ValidateRangeMin": null, @@ -208078,7 +228101,7 @@ "Parameters": [ { "ParameterMetadata": { - "Name": "ResourceGroupName", + "Name": "Name", "AliasList": [], "Type": { "Namespace": "System", @@ -208093,7 +228116,55 @@ "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "AllocatedOutboundPort", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.Int32", + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "Protocol", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false }, "Mandatory": true, "Position": -2147483648, @@ -208102,10 +228173,124 @@ }, { "ParameterMetadata": { - "Name": "Name", + "Name": "EnableTcpReset", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "IdleTimeoutInMinutes", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.Int32", + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "FrontendIpConfiguration", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Network.Models", + "Name": "Microsoft.Azure.Commands.Network.Models.PSResourceId[]", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSResourceId[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": {}, + "ElementType": "Microsoft.Azure.Commands.Network.Models.PSResourceId", + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "DefaultProfile", "AliasList": [ - "ResourceName" + "AzContext", + "AzureRmContext", + "AzureCredential" ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "SetByResourceId", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "BackendAddressPoolId", + "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", @@ -208119,7 +228304,7 @@ "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true + "ValidateNotNullOrEmpty": false }, "Mandatory": true, "Position": -2147483648, @@ -208128,7 +228313,7 @@ }, { "ParameterMetadata": { - "Name": "Location", + "Name": "Name", "AliasList": [], "Type": { "Namespace": "System", @@ -208143,21 +228328,21 @@ "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true + "ValidateNotNullOrEmpty": false }, "Mandatory": true, "Position": -2147483648, "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true + "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "Tag", + "Name": "AllocatedOutboundPort", "AliasList": [], "Type": { - "Namespace": "System.Collections", - "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "Namespace": "System", + "Name": "System.Int32", + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -208176,7 +228361,7 @@ }, { "ParameterMetadata": { - "Name": "Sku", + "Name": "Protocol", "AliasList": [], "Type": { "Namespace": "System", @@ -208193,21 +228378,216 @@ "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, - "Mandatory": false, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "EnableTcpReset", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "IdleTimeoutInMinutes", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.Int32", + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "FrontendIpConfiguration", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Network.Models", + "Name": "Microsoft.Azure.Commands.Network.Models.PSResourceId[]", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSResourceId[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": {}, + "ElementType": "Microsoft.Azure.Commands.Network.Models.PSResourceId", + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "SetByResource", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "BackendAddressPool", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Network.Models", + "Name": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "OutboundRule": "Microsoft.Azure.Commands.Network.Models.PSResourceId", + "LoadBalancerBackendAddresses": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSLoadBalancerBackendAddress]", + "BackendIpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceIPConfiguration]", + "LoadBalancingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", + "ProvisioningState": "System.String", + "BackendIpConfigurationsText": "System.String", + "LoadBalancingRulesText": "System.String", + "LoadBalancerBackendAddressesText": "System.String", + "OutboundRuleText": "System.String", + "Name": "System.String", + "Etag": "System.String", + "Id": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ShouldSerializeBackendIpConfigurations", + "Parameters": [], + "ReturnType": "System.Boolean" + }, + { + "Name": "ShouldSerializeLoadBalancingRules", + "Parameters": [], + "ReturnType": "System.Boolean" + }, + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": true }, { "ParameterMetadata": { - "Name": "FrontendIpConfiguration", + "Name": "Name", "AliasList": [], "Type": { - "Namespace": "Microsoft.Azure.Commands.Network.Models", - "Name": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, - "ElementType": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration", + "ElementType": null, "GenericTypeArguments": [], "Methods": [], "Constructors": [] @@ -208217,21 +228597,21 @@ "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, - "Mandatory": false, + "Mandatory": true, "Position": -2147483648, "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true + "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "BackendAddressPool", + "Name": "AllocatedOutboundPort", "AliasList": [], "Type": { - "Namespace": "Microsoft.Azure.Commands.Network.Models", - "Name": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "Namespace": "System", + "Name": "System.Int32", + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, - "ElementType": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool", + "ElementType": null, "GenericTypeArguments": [], "Methods": [], "Constructors": [] @@ -208248,14 +228628,14 @@ }, { "ParameterMetadata": { - "Name": "LoadBalancingRule", + "Name": "Protocol", "AliasList": [], "Type": { - "Namespace": "Microsoft.Azure.Commands.Network.Models", - "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancingRule[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancingRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, - "ElementType": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancingRule", + "ElementType": null, "GenericTypeArguments": [], "Methods": [], "Constructors": [] @@ -208265,21 +228645,21 @@ "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, - "Mandatory": false, + "Mandatory": true, "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": true }, { "ParameterMetadata": { - "Name": "Probe", + "Name": "EnableTcpReset", "AliasList": [], "Type": { - "Namespace": "Microsoft.Azure.Commands.Network.Models", - "Name": "Microsoft.Azure.Commands.Network.Models.PSProbe[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSProbe[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, - "ElementType": "Microsoft.Azure.Commands.Network.Models.PSProbe", + "ElementType": null, "GenericTypeArguments": [], "Methods": [], "Constructors": [] @@ -208292,18 +228672,18 @@ "Mandatory": false, "Position": -2147483648, "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true + "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "InboundNatRule", + "Name": "IdleTimeoutInMinutes", "AliasList": [], "Type": { - "Namespace": "Microsoft.Azure.Commands.Network.Models", - "Name": "Microsoft.Azure.Commands.Network.Models.PSInboundNatRule[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSInboundNatRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "Namespace": "System", + "Name": "System.Int32", + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, - "ElementType": "Microsoft.Azure.Commands.Network.Models.PSInboundNatRule", + "ElementType": null, "GenericTypeArguments": [], "Methods": [], "Constructors": [] @@ -208320,14 +228700,14 @@ }, { "ParameterMetadata": { - "Name": "InboundNatPool", + "Name": "FrontendIpConfiguration", "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", - "Name": "Microsoft.Azure.Commands.Network.Models.PSInboundNatPool[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSInboundNatPool[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "Name": "Microsoft.Azure.Commands.Network.Models.PSResourceId[]", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSResourceId[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, - "ElementType": "Microsoft.Azure.Commands.Network.Models.PSInboundNatPool", + "ElementType": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "GenericTypeArguments": [], "Methods": [], "Constructors": [] @@ -208337,23 +228717,38 @@ "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, - "Mandatory": false, + "Mandatory": true, "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": true }, { "ParameterMetadata": { - "Name": "OutboundRule", - "AliasList": [], + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], "Type": { - "Namespace": "Microsoft.Azure.Commands.Network.Models", - "Name": "Microsoft.Azure.Commands.Network.Models.PSOutboundRule[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSOutboundRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", - "Properties": {}, - "ElementType": "Microsoft.Azure.Commands.Network.Models.PSOutboundRule", + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + }, + "ElementType": null, "GenericTypeArguments": [], - "Methods": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], "Constructors": [] }, "ValidateSet": [], @@ -208364,40 +228759,323 @@ "Mandatory": false, "Position": -2147483648, "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true + "ValueFromPipelineByPropertyName": false + } + ] + } + ], + "AliasList": [] + }, + { + "VerbName": "Remove", + "NounName": "AzLoadBalancerOutboundRuleConfig", + "Name": "Remove-AzLoadBalancerOutboundRuleConfig", + "ClassName": "Microsoft.Azure.Commands.Network.RemoveAzureRmLoadBalancerOutboundRuleConfigCommand", + "SupportsShouldProcess": true, + "ConfirmImpact": 2, + "SupportsPaging": false, + "DefaultParameterSetName": "__AllParameterSets", + "OutputTypes": [ + { + "Type": { + "Namespace": "Microsoft.Azure.Commands.Network.Models", + "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", + "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool]", + "FrontendIpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration]", + "InboundNatPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSInboundNatPool]", + "InboundNatRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSInboundNatRule]", + "LoadBalancingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSLoadBalancingRule]", + "OutboundRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSOutboundRule]", + "Probes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSProbe]", + "Tag": "System.Collections.Hashtable", + "ProvisioningState": "System.String", + "Name": "System.String", + "TagsTable": "System.String", + "Type": "System.String", + "ResourceGuid": "System.String", + "Location": "System.String", + "ResourceGroupName": "System.String", + "LoadBalancingRulesText": "System.String", + "InboundNatPoolsText": "System.String", + "InboundNatRulesText": "System.String", + "ProbesText": "System.String", + "Etag": "System.String", + "BackendAddressPoolsText": "System.String", + "FrontendIpConfigurationsText": "System.String", + "SkuText": "System.String", + "OutboundRulesText": "System.String", + "Id": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] + }, + "ParameterSets": [ + "__AllParameterSets" + ] + } + ], + "Parameters": [ + { + "Name": "LoadBalancer", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Network.Models", + "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", + "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool]", + "FrontendIpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration]", + "InboundNatPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSInboundNatPool]", + "InboundNatRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSInboundNatRule]", + "LoadBalancingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSLoadBalancingRule]", + "OutboundRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSOutboundRule]", + "Probes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSProbe]", + "Tag": "System.Collections.Hashtable", + "ProvisioningState": "System.String", + "Name": "System.String", + "TagsTable": "System.String", + "Type": "System.String", + "ResourceGuid": "System.String", + "Location": "System.String", + "ResourceGroupName": "System.String", + "LoadBalancingRulesText": "System.String", + "InboundNatPoolsText": "System.String", + "InboundNatRulesText": "System.String", + "ProbesText": "System.String", + "Etag": "System.String", + "BackendAddressPoolsText": "System.String", + "FrontendIpConfigurationsText": "System.String", + "SkuText": "System.String", + "OutboundRulesText": "System.String", + "Id": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "Name", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + } + ], + "ParameterSets": [ + { + "Name": "__AllParameterSets", + "Parameters": [ { "ParameterMetadata": { - "Name": "Force", + "Name": "LoadBalancer", "AliasList": [], "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, + "Namespace": "Microsoft.Azure.Commands.Network.Models", + "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", + "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool]", + "FrontendIpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration]", + "InboundNatPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSInboundNatPool]", + "InboundNatRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSInboundNatRule]", + "LoadBalancingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSLoadBalancingRule]", + "OutboundRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSOutboundRule]", + "Probes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSProbe]", + "Tag": "System.Collections.Hashtable", + "ProvisioningState": "System.String", + "Name": "System.String", + "TagsTable": "System.String", + "Type": "System.String", + "ResourceGuid": "System.String", + "Location": "System.String", + "ResourceGroupName": "System.String", + "LoadBalancingRulesText": "System.String", + "InboundNatPoolsText": "System.String", + "InboundNatRulesText": "System.String", + "ProbesText": "System.String", + "Etag": "System.String", + "BackendAddressPoolsText": "System.String", + "FrontendIpConfigurationsText": "System.String", + "SkuText": "System.String", + "OutboundRulesText": "System.String", + "Id": "System.String" + }, "ElementType": null, "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] }, "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, - "Mandatory": false, + "Mandatory": true, "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false + "ValueFromPipeline": true, + "ValueFromPipelineByPropertyName": true }, { "ParameterMetadata": { - "Name": "AsJob", + "Name": "Name", "AliasList": [], "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -208409,7 +229087,7 @@ "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, - "Mandatory": false, + "Mandatory": true, "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false @@ -208459,10 +229137,10 @@ "AliasList": [] }, { - "VerbName": "Add", + "VerbName": "Set", "NounName": "AzLoadBalancerOutboundRuleConfig", - "Name": "Add-AzLoadBalancerOutboundRuleConfig", - "ClassName": "Microsoft.Azure.Commands.Network.AddAzureRmLoadBalancerOutboundRuleConfigCommand", + "Name": "Set-AzLoadBalancerOutboundRuleConfig", + "ClassName": "Microsoft.Azure.Commands.Network.SetAzureRmLoadBalancerOutboundRuleConfigCommand", "SupportsShouldProcess": true, "ConfirmImpact": 2, "SupportsPaging": false, @@ -208472,7 +229150,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool]", @@ -208550,7 +229228,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool]", @@ -208717,7 +229395,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSResourceId[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSResourceId[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSResourceId[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "GenericTypeArguments": [], @@ -208753,14 +229431,16 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "OutboundRule": "Microsoft.Azure.Commands.Network.Models.PSResourceId", + "LoadBalancerBackendAddresses": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSLoadBalancerBackendAddress]", "BackendIpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceIPConfiguration]", "LoadBalancingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", "ProvisioningState": "System.String", "BackendIpConfigurationsText": "System.String", "LoadBalancingRulesText": "System.String", + "LoadBalancerBackendAddressesText": "System.String", "OutboundRuleText": "System.String", "Name": "System.String", "Etag": "System.String", @@ -208863,7 +229543,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool]", @@ -209066,7 +229746,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSResourceId[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSResourceId[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSResourceId[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "GenericTypeArguments": [], @@ -209158,7 +229838,357 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", + "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool]", + "FrontendIpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration]", + "InboundNatPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSInboundNatPool]", + "InboundNatRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSInboundNatRule]", + "LoadBalancingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSLoadBalancingRule]", + "OutboundRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSOutboundRule]", + "Probes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSProbe]", + "Tag": "System.Collections.Hashtable", + "ProvisioningState": "System.String", + "Name": "System.String", + "TagsTable": "System.String", + "Type": "System.String", + "ResourceGuid": "System.String", + "Location": "System.String", + "ResourceGroupName": "System.String", + "LoadBalancingRulesText": "System.String", + "InboundNatPoolsText": "System.String", + "InboundNatRulesText": "System.String", + "ProbesText": "System.String", + "Etag": "System.String", + "BackendAddressPoolsText": "System.String", + "FrontendIpConfigurationsText": "System.String", + "SkuText": "System.String", + "OutboundRulesText": "System.String", + "Id": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": true, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "Name", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "AllocatedOutboundPort", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.Int32", + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "Protocol", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "EnableTcpReset", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "IdleTimeoutInMinutes", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.Int32", + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "FrontendIpConfiguration", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Network.Models", + "Name": "Microsoft.Azure.Commands.Network.Models.PSResourceId[]", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSResourceId[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": {}, + "ElementType": "Microsoft.Azure.Commands.Network.Models.PSResourceId", + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "SetByResource", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "BackendAddressPool", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Network.Models", + "Name": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "OutboundRule": "Microsoft.Azure.Commands.Network.Models.PSResourceId", + "LoadBalancerBackendAddresses": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSLoadBalancerBackendAddress]", + "BackendIpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceIPConfiguration]", + "LoadBalancingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", + "ProvisioningState": "System.String", + "BackendIpConfigurationsText": "System.String", + "LoadBalancingRulesText": "System.String", + "LoadBalancerBackendAddressesText": "System.String", + "OutboundRuleText": "System.String", + "Name": "System.String", + "Etag": "System.String", + "Id": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ShouldSerializeBackendIpConfigurations", + "Parameters": [], + "ReturnType": "System.Boolean" + }, + { + "Name": "ShouldSerializeLoadBalancingRules", + "Parameters": [], + "ReturnType": "System.Boolean" + }, + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "LoadBalancer", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Network.Models", + "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool]", @@ -209361,7 +230391,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSResourceId[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSResourceId[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSResourceId[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "GenericTypeArguments": [], @@ -209418,87 +230448,319 @@ "ValueFromPipelineByPropertyName": false } ] + } + ], + "AliasList": [] + }, + { + "VerbName": "Add", + "NounName": "AzLoadBalancerProbeConfig", + "Name": "Add-AzLoadBalancerProbeConfig", + "ClassName": "Microsoft.Azure.Commands.Network.AddAzureRmLoadBalancerProbeConfigCommand", + "SupportsShouldProcess": true, + "ConfirmImpact": 2, + "SupportsPaging": false, + "DefaultParameterSetName": "__AllParameterSets", + "OutputTypes": [ + { + "Type": { + "Namespace": "Microsoft.Azure.Commands.Network.Models", + "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", + "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool]", + "FrontendIpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration]", + "InboundNatPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSInboundNatPool]", + "InboundNatRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSInboundNatRule]", + "LoadBalancingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSLoadBalancingRule]", + "OutboundRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSOutboundRule]", + "Probes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSProbe]", + "Tag": "System.Collections.Hashtable", + "ProvisioningState": "System.String", + "Name": "System.String", + "TagsTable": "System.String", + "Type": "System.String", + "ResourceGuid": "System.String", + "Location": "System.String", + "ResourceGroupName": "System.String", + "LoadBalancingRulesText": "System.String", + "InboundNatPoolsText": "System.String", + "InboundNatRulesText": "System.String", + "ProbesText": "System.String", + "Etag": "System.String", + "BackendAddressPoolsText": "System.String", + "FrontendIpConfigurationsText": "System.String", + "SkuText": "System.String", + "OutboundRulesText": "System.String", + "Id": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] + }, + "ParameterSets": [ + "__AllParameterSets" + ] + } + ], + "Parameters": [ + { + "Name": "LoadBalancer", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Network.Models", + "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", + "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool]", + "FrontendIpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration]", + "InboundNatPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSInboundNatPool]", + "InboundNatRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSInboundNatRule]", + "LoadBalancingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSLoadBalancingRule]", + "OutboundRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSOutboundRule]", + "Probes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSProbe]", + "Tag": "System.Collections.Hashtable", + "ProvisioningState": "System.String", + "Name": "System.String", + "TagsTable": "System.String", + "Type": "System.String", + "ResourceGuid": "System.String", + "Location": "System.String", + "ResourceGroupName": "System.String", + "LoadBalancingRulesText": "System.String", + "InboundNatPoolsText": "System.String", + "InboundNatRulesText": "System.String", + "ProbesText": "System.String", + "Etag": "System.String", + "BackendAddressPoolsText": "System.String", + "FrontendIpConfigurationsText": "System.String", + "SkuText": "System.String", + "OutboundRulesText": "System.String", + "Id": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "Name", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "Protocol", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "Port", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.Int32", + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "IntervalInSeconds", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.Int32", + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ProbeCount", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.Int32", + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "RequestPath", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false }, { - "Name": "SetByResource", - "Parameters": [ - { - "ParameterMetadata": { - "Name": "BackendAddressPool", - "AliasList": [], - "Type": { - "Namespace": "Microsoft.Azure.Commands.Network.Models", - "Name": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", - "Properties": { - "OutboundRule": "Microsoft.Azure.Commands.Network.Models.PSResourceId", - "BackendIpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceIPConfiguration]", - "LoadBalancingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", - "ProvisioningState": "System.String", - "BackendIpConfigurationsText": "System.String", - "LoadBalancingRulesText": "System.String", - "OutboundRuleText": "System.String", - "Name": "System.String", - "Etag": "System.String", - "Id": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "ShouldSerializeBackendIpConfigurations", - "Parameters": [], - "ReturnType": "System.Boolean" - }, - { - "Name": "ShouldSerializeLoadBalancingRules", - "Parameters": [], - "ReturnType": "System.Boolean" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [ - { - "Name": "", - "ReturnType": null, - "Parameters": [] - } - ] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": true, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + } + ], + "ParameterSets": [ + { + "Name": "__AllParameterSets", + "Parameters": [ { "ParameterMetadata": { "Name": "LoadBalancer", @@ -209506,7 +230768,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool]", @@ -209608,12 +230870,12 @@ }, { "ParameterMetadata": { - "Name": "AllocatedOutboundPort", + "Name": "Protocol", "AliasList": [], "Type": { "Namespace": "System", - "Name": "System.Int32", - "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -209632,12 +230894,12 @@ }, { "ParameterMetadata": { - "Name": "Protocol", + "Name": "Port", "AliasList": [], "Type": { "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Name": "System.Int32", + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -209656,12 +230918,12 @@ }, { "ParameterMetadata": { - "Name": "EnableTcpReset", + "Name": "IntervalInSeconds", "AliasList": [], "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Namespace": "System", + "Name": "System.Int32", + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -209673,14 +230935,14 @@ "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, - "Mandatory": false, + "Mandatory": true, "Position": -2147483648, "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false + "ValueFromPipelineByPropertyName": true }, { "ParameterMetadata": { - "Name": "IdleTimeoutInMinutes", + "Name": "ProbeCount", "AliasList": [], "Type": { "Namespace": "System", @@ -209697,21 +230959,21 @@ "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, - "Mandatory": false, + "Mandatory": true, "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": true }, { "ParameterMetadata": { - "Name": "FrontendIpConfiguration", + "Name": "RequestPath", "AliasList": [], "Type": { - "Namespace": "Microsoft.Azure.Commands.Network.Models", - "Name": "Microsoft.Azure.Commands.Network.Models.PSResourceId[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSResourceId[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, - "ElementType": "Microsoft.Azure.Commands.Network.Models.PSResourceId", + "ElementType": null, "GenericTypeArguments": [], "Methods": [], "Constructors": [] @@ -209721,7 +230983,7 @@ "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, - "Mandatory": true, + "Mandatory": false, "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": true @@ -209772,9 +231034,9 @@ }, { "VerbName": "Get", - "NounName": "AzLoadBalancerOutboundRuleConfig", - "Name": "Get-AzLoadBalancerOutboundRuleConfig", - "ClassName": "Microsoft.Azure.Commands.Network.GetAzureRmLoadBalancerOutboundRuleConfigCommand", + "NounName": "AzLoadBalancerProbeConfig", + "Name": "Get-AzLoadBalancerProbeConfig", + "ClassName": "Microsoft.Azure.Commands.Network.GetAzureRmLoadBalancerProbeConfigCommand", "SupportsShouldProcess": false, "ConfirmImpact": 2, "SupportsPaging": false, @@ -209783,18 +231045,17 @@ { "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", - "Name": "Microsoft.Azure.Commands.Network.Models.PSOutboundRule", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSOutboundRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "Name": "Microsoft.Azure.Commands.Network.Models.PSProbe", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSProbe, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { - "BackendAddressPool": "Microsoft.Azure.Commands.Network.Models.PSResourceId", - "FrontendIpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", - "EnableTcpReset": "System.Nullable`1[System.Boolean]", - "AllocatedOutboundPorts": "System.Nullable`1[System.Int32]", - "IdleTimeoutInMinutes": "System.Nullable`1[System.Int32]", - "ProvisioningState": "System.String", + "LoadBalancingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", + "Port": "System.Int32", + "IntervalInSeconds": "System.Int32", + "NumberOfProbes": "System.Int32", "Protocol": "System.String", - "FrontendIpConfigurationsText": "System.String", - "BackendAddressPoolText": "System.String", + "RequestPath": "System.String", + "ProvisioningState": "System.String", + "LoadBalancingRulesText": "System.String", "Name": "System.String", "Etag": "System.String", "Id": "System.String" @@ -209803,7 +231064,22 @@ "GenericTypeArguments": [], "Methods": [ { - "Name": "ShouldSerializeFrontendIpConfigurations", + "Name": "ShouldSerializePort", + "Parameters": [], + "ReturnType": "System.Boolean" + }, + { + "Name": "ShouldSerializeIntervalInSeconds", + "Parameters": [], + "ReturnType": "System.Boolean" + }, + { + "Name": "ShouldSerializeNumberOfProbes", + "Parameters": [], + "ReturnType": "System.Boolean" + }, + { + "Name": "ShouldSerializeLoadBalancingRules", "Parameters": [], "ReturnType": "System.Boolean" }, @@ -209853,7 +231129,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool]", @@ -209987,7 +231263,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool]", @@ -210133,29 +231409,28 @@ }, { "VerbName": "New", - "NounName": "AzLoadBalancerOutboundRuleConfig", - "Name": "New-AzLoadBalancerOutboundRuleConfig", - "ClassName": "Microsoft.Azure.Commands.Network.NewAzureRmLoadBalancerOutboundRuleConfigCommand", + "NounName": "AzLoadBalancerProbeConfig", + "Name": "New-AzLoadBalancerProbeConfig", + "ClassName": "Microsoft.Azure.Commands.Network.NewAzureRmLoadBalancerProbeConfigCommand", "SupportsShouldProcess": true, "ConfirmImpact": 2, "SupportsPaging": false, - "DefaultParameterSetName": "SetByResource", + "DefaultParameterSetName": "__AllParameterSets", "OutputTypes": [ { "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", - "Name": "Microsoft.Azure.Commands.Network.Models.PSOutboundRule", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSOutboundRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "Name": "Microsoft.Azure.Commands.Network.Models.PSProbe", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSProbe, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { - "BackendAddressPool": "Microsoft.Azure.Commands.Network.Models.PSResourceId", - "FrontendIpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", - "EnableTcpReset": "System.Nullable`1[System.Boolean]", - "AllocatedOutboundPorts": "System.Nullable`1[System.Int32]", - "IdleTimeoutInMinutes": "System.Nullable`1[System.Int32]", - "ProvisioningState": "System.String", + "LoadBalancingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", + "Port": "System.Int32", + "IntervalInSeconds": "System.Int32", + "NumberOfProbes": "System.Int32", "Protocol": "System.String", - "FrontendIpConfigurationsText": "System.String", - "BackendAddressPoolText": "System.String", + "RequestPath": "System.String", + "ProvisioningState": "System.String", + "LoadBalancingRulesText": "System.String", "Name": "System.String", "Etag": "System.String", "Id": "System.String" @@ -210164,7 +231439,22 @@ "GenericTypeArguments": [], "Methods": [ { - "Name": "ShouldSerializeFrontendIpConfigurations", + "Name": "ShouldSerializePort", + "Parameters": [], + "ReturnType": "System.Boolean" + }, + { + "Name": "ShouldSerializeIntervalInSeconds", + "Parameters": [], + "ReturnType": "System.Boolean" + }, + { + "Name": "ShouldSerializeNumberOfProbes", + "Parameters": [], + "ReturnType": "System.Boolean" + }, + { + "Name": "ShouldSerializeLoadBalancingRules", "Parameters": [], "ReturnType": "System.Boolean" }, @@ -210227,12 +231517,12 @@ "ValidateNotNullOrEmpty": false }, { - "Name": "AllocatedOutboundPort", + "Name": "Protocol", "AliasList": [], "Type": { "Namespace": "System", - "Name": "System.Int32", - "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -210245,12 +231535,12 @@ "ValidateNotNullOrEmpty": false }, { - "Name": "Protocol", + "Name": "Port", "AliasList": [], "Type": { "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Name": "System.Int32", + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -210263,12 +231553,12 @@ "ValidateNotNullOrEmpty": false }, { - "Name": "EnableTcpReset", + "Name": "IntervalInSeconds", "AliasList": [], "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Namespace": "System", + "Name": "System.Int32", + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -210281,7 +231571,7 @@ "ValidateNotNullOrEmpty": false }, { - "Name": "IdleTimeoutInMinutes", + "Name": "ProbeCount", "AliasList": [], "Type": { "Namespace": "System", @@ -210299,14 +231589,14 @@ "ValidateNotNullOrEmpty": false }, { - "Name": "FrontendIpConfiguration", + "Name": "RequestPath", "AliasList": [], "Type": { - "Namespace": "Microsoft.Azure.Commands.Network.Models", - "Name": "Microsoft.Azure.Commands.Network.Models.PSResourceId[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSResourceId[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, - "ElementType": "Microsoft.Azure.Commands.Network.Models.PSResourceId", + "ElementType": null, "GenericTypeArguments": [], "Methods": [], "Constructors": [] @@ -210317,55 +231607,355 @@ "ValidateNotNullOrEmpty": false }, { - "Name": "BackendAddressPoolId", - "AliasList": [], + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + }, "ElementType": null, "GenericTypeArguments": [], - "Methods": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], "Constructors": [] }, "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false - }, + } + ], + "ParameterSets": [ + { + "Name": "__AllParameterSets", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "Name", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Protocol", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "Port", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.Int32", + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "IntervalInSeconds", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.Int32", + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "ProbeCount", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.Int32", + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "RequestPath", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + } + ], + "AliasList": [] + }, + { + "VerbName": "Remove", + "NounName": "AzLoadBalancerProbeConfig", + "Name": "Remove-AzLoadBalancerProbeConfig", + "ClassName": "Microsoft.Azure.Commands.Network.RemoveAzureRmLoadBalancerProbeConfigCommand", + "SupportsShouldProcess": true, + "ConfirmImpact": 2, + "SupportsPaging": false, + "DefaultParameterSetName": "__AllParameterSets", + "OutputTypes": [ { - "Name": "BackendAddressPool", - "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", - "Name": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { - "OutboundRule": "Microsoft.Azure.Commands.Network.Models.PSResourceId", - "BackendIpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceIPConfiguration]", - "LoadBalancingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", + "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", + "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool]", + "FrontendIpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration]", + "InboundNatPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSInboundNatPool]", + "InboundNatRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSInboundNatRule]", + "LoadBalancingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSLoadBalancingRule]", + "OutboundRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSOutboundRule]", + "Probes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSProbe]", + "Tag": "System.Collections.Hashtable", "ProvisioningState": "System.String", - "BackendIpConfigurationsText": "System.String", - "LoadBalancingRulesText": "System.String", - "OutboundRuleText": "System.String", "Name": "System.String", + "TagsTable": "System.String", + "Type": "System.String", + "ResourceGuid": "System.String", + "Location": "System.String", + "ResourceGroupName": "System.String", + "LoadBalancingRulesText": "System.String", + "InboundNatPoolsText": "System.String", + "InboundNatRulesText": "System.String", + "ProbesText": "System.String", "Etag": "System.String", + "BackendAddressPoolsText": "System.String", + "FrontendIpConfigurationsText": "System.String", + "SkuText": "System.String", + "OutboundRulesText": "System.String", "Id": "System.String" }, "ElementType": null, "GenericTypeArguments": [], "Methods": [ { - "Name": "ShouldSerializeBackendIpConfigurations", + "Name": "ToString", "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], "ReturnType": "System.Boolean" }, { - "Name": "ShouldSerializeLoadBalancingRules", + "Name": "GetHashCode", "Parameters": [], - "ReturnType": "System.Boolean" + "ReturnType": "System.Int32" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] + }, + "ParameterSets": [ + "__AllParameterSets" + ] + } + ], + "Parameters": [ + { + "Name": "LoadBalancer", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Network.Models", + "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", + "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool]", + "FrontendIpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration]", + "InboundNatPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSInboundNatPool]", + "InboundNatRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSInboundNatRule]", + "LoadBalancingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSLoadBalancingRule]", + "OutboundRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSOutboundRule]", + "Probes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSProbe]", + "Tag": "System.Collections.Hashtable", + "ProvisioningState": "System.String", + "Name": "System.String", + "TagsTable": "System.String", + "Type": "System.String", + "ResourceGuid": "System.String", + "Location": "System.String", + "ResourceGroupName": "System.String", + "LoadBalancingRulesText": "System.String", + "InboundNatPoolsText": "System.String", + "InboundNatRulesText": "System.String", + "ProbesText": "System.String", + "Etag": "System.String", + "BackendAddressPoolsText": "System.String", + "FrontendIpConfigurationsText": "System.String", + "SkuText": "System.String", + "OutboundRulesText": "System.String", + "Id": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ { "Name": "ToString", "Parameters": [], @@ -210405,6 +231995,24 @@ "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, + { + "Name": "Name", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, { "Name": "DefaultProfile", "AliasList": [ @@ -210445,17 +232053,76 @@ "Parameters": [ { "ParameterMetadata": { - "Name": "Name", + "Name": "LoadBalancer", "AliasList": [], "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, + "Namespace": "Microsoft.Azure.Commands.Network.Models", + "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", + "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool]", + "FrontendIpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration]", + "InboundNatPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSInboundNatPool]", + "InboundNatRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSInboundNatRule]", + "LoadBalancingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSLoadBalancingRule]", + "OutboundRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSOutboundRule]", + "Probes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSProbe]", + "Tag": "System.Collections.Hashtable", + "ProvisioningState": "System.String", + "Name": "System.String", + "TagsTable": "System.String", + "Type": "System.String", + "ResourceGuid": "System.String", + "Location": "System.String", + "ResourceGroupName": "System.String", + "LoadBalancingRulesText": "System.String", + "InboundNatPoolsText": "System.String", + "InboundNatRulesText": "System.String", + "ProbesText": "System.String", + "Etag": "System.String", + "BackendAddressPoolsText": "System.String", + "FrontendIpConfigurationsText": "System.String", + "SkuText": "System.String", + "OutboundRulesText": "System.String", + "Id": "System.String" + }, "ElementType": null, "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] }, "ValidateSet": [], "ValidateRangeMin": null, @@ -210464,36 +232131,12 @@ }, "Mandatory": true, "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "AllocatedOutboundPort", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.Int32", - "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, + "ValueFromPipeline": true, "ValueFromPipelineByPropertyName": true }, { "ParameterMetadata": { - "Name": "Protocol", + "Name": "Name", "AliasList": [], "Type": { "Namespace": "System", @@ -210510,23 +232153,38 @@ "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, - "Mandatory": true, + "Mandatory": false, "Position": -2147483648, "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true + "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "EnableTcpReset", - "AliasList": [], + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + }, "ElementType": null, "GenericTypeArguments": [], - "Methods": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], "Constructors": [] }, "ValidateSet": [], @@ -210538,112 +232196,393 @@ "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false + } + ] + } + ], + "AliasList": [] + }, + { + "VerbName": "Set", + "NounName": "AzLoadBalancerProbeConfig", + "Name": "Set-AzLoadBalancerProbeConfig", + "ClassName": "Microsoft.Azure.Commands.Network.SetAzureRmLoadBalancerProbeConfigCommand", + "SupportsShouldProcess": true, + "ConfirmImpact": 2, + "SupportsPaging": false, + "DefaultParameterSetName": "__AllParameterSets", + "OutputTypes": [ + { + "Type": { + "Namespace": "Microsoft.Azure.Commands.Network.Models", + "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", + "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool]", + "FrontendIpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration]", + "InboundNatPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSInboundNatPool]", + "InboundNatRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSInboundNatRule]", + "LoadBalancingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSLoadBalancingRule]", + "OutboundRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSOutboundRule]", + "Probes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSProbe]", + "Tag": "System.Collections.Hashtable", + "ProvisioningState": "System.String", + "Name": "System.String", + "TagsTable": "System.String", + "Type": "System.String", + "ResourceGuid": "System.String", + "Location": "System.String", + "ResourceGroupName": "System.String", + "LoadBalancingRulesText": "System.String", + "InboundNatPoolsText": "System.String", + "InboundNatRulesText": "System.String", + "ProbesText": "System.String", + "Etag": "System.String", + "BackendAddressPoolsText": "System.String", + "FrontendIpConfigurationsText": "System.String", + "SkuText": "System.String", + "OutboundRulesText": "System.String", + "Id": "System.String" }, - { - "ParameterMetadata": { - "Name": "IdleTimeoutInMinutes", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.Int32", - "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] + }, + "ParameterSets": [ + "__AllParameterSets" + ] + } + ], + "Parameters": [ + { + "Name": "LoadBalancer", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Network.Models", + "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", + "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool]", + "FrontendIpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration]", + "InboundNatPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSInboundNatPool]", + "InboundNatRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSInboundNatRule]", + "LoadBalancingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSLoadBalancingRule]", + "OutboundRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSOutboundRule]", + "Probes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSProbe]", + "Tag": "System.Collections.Hashtable", + "ProvisioningState": "System.String", + "Name": "System.String", + "TagsTable": "System.String", + "Type": "System.String", + "ResourceGuid": "System.String", + "Location": "System.String", + "ResourceGroupName": "System.String", + "LoadBalancingRulesText": "System.String", + "InboundNatPoolsText": "System.String", + "InboundNatRulesText": "System.String", + "ProbesText": "System.String", + "Etag": "System.String", + "BackendAddressPoolsText": "System.String", + "FrontendIpConfigurationsText": "System.String", + "SkuText": "System.String", + "OutboundRulesText": "System.String", + "Id": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "Name", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "Protocol", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "Port", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.Int32", + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "IntervalInSeconds", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.Int32", + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ProbeCount", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.Int32", + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "RequestPath", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + } + ], + "ParameterSets": [ + { + "Name": "__AllParameterSets", + "Parameters": [ { "ParameterMetadata": { - "Name": "FrontendIpConfiguration", + "Name": "LoadBalancer", "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", - "Name": "Microsoft.Azure.Commands.Network.Models.PSResourceId[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSResourceId[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", - "Properties": {}, - "ElementType": "Microsoft.Azure.Commands.Network.Models.PSResourceId", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": true, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "DefaultProfile", - "AliasList": [ - "AzContext", - "AzureRmContext", - "AzureCredential" - ], - "Type": { - "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", - "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { - "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", - "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", - "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", - "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", + "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool]", + "FrontendIpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration]", + "InboundNatPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSInboundNatPool]", + "InboundNatRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSInboundNatRule]", + "LoadBalancingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSLoadBalancingRule]", + "OutboundRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSOutboundRule]", + "Probes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSProbe]", + "Tag": "System.Collections.Hashtable", + "ProvisioningState": "System.String", + "Name": "System.String", + "TagsTable": "System.String", + "Type": "System.String", + "ResourceGuid": "System.String", + "Location": "System.String", + "ResourceGroupName": "System.String", + "LoadBalancingRulesText": "System.String", + "InboundNatPoolsText": "System.String", + "InboundNatRulesText": "System.String", + "ProbesText": "System.String", + "Etag": "System.String", + "BackendAddressPoolsText": "System.String", + "FrontendIpConfigurationsText": "System.String", + "SkuText": "System.String", + "OutboundRulesText": "System.String", + "Id": "System.String" }, "ElementType": null, "GenericTypeArguments": [], "Methods": [ { - "Name": "Clear", + "Name": "ToString", "Parameters": [], - "ReturnType": "System.Void" + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" } ], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - } - ] - }, - { - "Name": "SetByResourceId", - "Parameters": [ - { - "ParameterMetadata": { - "Name": "BackendAddressPoolId", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] }, "ValidateSet": [], "ValidateRangeMin": null, @@ -210652,7 +232591,7 @@ }, "Mandatory": true, "Position": -2147483648, - "ValueFromPipeline": false, + "ValueFromPipeline": true, "ValueFromPipelineByPropertyName": true }, { @@ -210681,12 +232620,12 @@ }, { "ParameterMetadata": { - "Name": "AllocatedOutboundPort", + "Name": "Protocol", "AliasList": [], "Type": { "Namespace": "System", - "Name": "System.Int32", - "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -210705,12 +232644,12 @@ }, { "ParameterMetadata": { - "Name": "Protocol", + "Name": "Port", "AliasList": [], "Type": { "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Name": "System.Int32", + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -210729,12 +232668,12 @@ }, { "ParameterMetadata": { - "Name": "EnableTcpReset", + "Name": "IntervalInSeconds", "AliasList": [], "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Namespace": "System", + "Name": "System.Int32", + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -210746,14 +232685,14 @@ "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, - "Mandatory": false, + "Mandatory": true, "Position": -2147483648, "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false + "ValueFromPipelineByPropertyName": true }, { "ParameterMetadata": { - "Name": "IdleTimeoutInMinutes", + "Name": "ProbeCount", "AliasList": [], "Type": { "Namespace": "System", @@ -210770,21 +232709,21 @@ "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, - "Mandatory": false, + "Mandatory": true, "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": true }, { "ParameterMetadata": { - "Name": "FrontendIpConfiguration", + "Name": "RequestPath", "AliasList": [], "Type": { - "Namespace": "Microsoft.Azure.Commands.Network.Models", - "Name": "Microsoft.Azure.Commands.Network.Models.PSResourceId[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSResourceId[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, - "ElementType": "Microsoft.Azure.Commands.Network.Models.PSResourceId", + "ElementType": null, "GenericTypeArguments": [], "Methods": [], "Constructors": [] @@ -210794,7 +232733,7 @@ "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, - "Mandatory": true, + "Mandatory": false, "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": true @@ -210839,90 +232778,170 @@ "ValueFromPipelineByPropertyName": false } ] + } + ], + "AliasList": [] + }, + { + "VerbName": "Remove", + "NounName": "AzLoadBalancer", + "Name": "Remove-AzLoadBalancer", + "ClassName": "Microsoft.Azure.Commands.Network.RemoveAzureRmLoadBalancer", + "SupportsShouldProcess": true, + "ConfirmImpact": 2, + "SupportsPaging": false, + "DefaultParameterSetName": "__AllParameterSets", + "OutputTypes": [ + { + "Type": { + "Namespace": "System", + "Name": "System.Boolean", + "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ParameterSets": [ + "__AllParameterSets" + ] + } + ], + "Parameters": [ + { + "Name": "ResourceGroupName", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true }, { - "Name": "SetByResource", - "Parameters": [ - { - "ParameterMetadata": { - "Name": "BackendAddressPool", - "AliasList": [], - "Type": { - "Namespace": "Microsoft.Azure.Commands.Network.Models", - "Name": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", - "Properties": { - "OutboundRule": "Microsoft.Azure.Commands.Network.Models.PSResourceId", - "BackendIpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceIPConfiguration]", - "LoadBalancingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", - "ProvisioningState": "System.String", - "BackendIpConfigurationsText": "System.String", - "LoadBalancingRulesText": "System.String", - "OutboundRuleText": "System.String", - "Name": "System.String", - "Etag": "System.String", - "Id": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "ShouldSerializeBackendIpConfigurations", - "Parameters": [], - "ReturnType": "System.Boolean" - }, - { - "Name": "ShouldSerializeLoadBalancingRules", - "Parameters": [], - "ReturnType": "System.Boolean" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [ - { - "Name": "", - "ReturnType": null, - "Parameters": [] - } - ] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": true, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true + "Name": "Name", + "AliasList": [ + "ResourceName" + ], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "Force", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "AsJob", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "PassThru", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + } + ], + "ParameterSets": [ + { + "Name": "__AllParameterSets", + "Parameters": [ { "ParameterMetadata": { - "Name": "Name", + "Name": "ResourceGroupName", "AliasList": [], "Type": { "Namespace": "System", @@ -210937,41 +232956,19 @@ "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false + "ValidateNotNullOrEmpty": true }, "Mandatory": true, "Position": -2147483648, "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "AllocatedOutboundPort", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.Int32", - "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": true }, { "ParameterMetadata": { - "Name": "Protocol", - "AliasList": [], + "Name": "Name", + "AliasList": [ + "ResourceName" + ], "Type": { "Namespace": "System", "Name": "System.String", @@ -210985,7 +232982,7 @@ "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false + "ValidateNotNullOrEmpty": true }, "Mandatory": true, "Position": -2147483648, @@ -210994,7 +232991,7 @@ }, { "ParameterMetadata": { - "Name": "EnableTcpReset", + "Name": "Force", "AliasList": [], "Type": { "Namespace": "System.Management.Automation", @@ -211018,12 +233015,12 @@ }, { "ParameterMetadata": { - "Name": "IdleTimeoutInMinutes", + "Name": "AsJob", "AliasList": [], "Type": { - "Namespace": "System", - "Name": "System.Int32", - "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -211038,18 +233035,18 @@ "Mandatory": false, "Position": -2147483648, "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true + "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "FrontendIpConfiguration", + "Name": "PassThru", "AliasList": [], "Type": { - "Namespace": "Microsoft.Azure.Commands.Network.Models", - "Name": "Microsoft.Azure.Commands.Network.Models.PSResourceId[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSResourceId[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, - "ElementType": "Microsoft.Azure.Commands.Network.Models.PSResourceId", + "ElementType": null, "GenericTypeArguments": [], "Methods": [], "Constructors": [] @@ -211059,10 +233056,10 @@ "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, - "Mandatory": true, + "Mandatory": false, "Position": -2147483648, "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true + "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { @@ -211109,10 +233106,10 @@ "AliasList": [] }, { - "VerbName": "Remove", - "NounName": "AzLoadBalancerOutboundRuleConfig", - "Name": "Remove-AzLoadBalancerOutboundRuleConfig", - "ClassName": "Microsoft.Azure.Commands.Network.RemoveAzureRmLoadBalancerOutboundRuleConfigCommand", + "VerbName": "Set", + "NounName": "AzLoadBalancer", + "Name": "Set-AzLoadBalancer", + "ClassName": "Microsoft.Azure.Commands.Network.SetAzureLoadBalancerCommand", "SupportsShouldProcess": true, "ConfirmImpact": 2, "SupportsPaging": false, @@ -211122,7 +233119,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool]", @@ -211200,7 +233197,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool]", @@ -211272,12 +233269,12 @@ "ValidateNotNullOrEmpty": false }, { - "Name": "Name", + "Name": "AsJob", "AliasList": [], "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -211334,7 +233331,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool]", @@ -211408,16 +233405,16 @@ "Mandatory": true, "Position": -2147483648, "ValueFromPipeline": true, - "ValueFromPipelineByPropertyName": true + "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "Name", + "Name": "AsJob", "AliasList": [], "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -211429,7 +233426,7 @@ "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, - "Mandatory": true, + "Mandatory": false, "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false @@ -211479,51 +233476,50 @@ "AliasList": [] }, { - "VerbName": "Set", - "NounName": "AzLoadBalancerOutboundRuleConfig", - "Name": "Set-AzLoadBalancerOutboundRuleConfig", - "ClassName": "Microsoft.Azure.Commands.Network.SetAzureRmLoadBalancerOutboundRuleConfigCommand", - "SupportsShouldProcess": true, + "VerbName": "Get", + "NounName": "AzRouteTable", + "Name": "Get-AzRouteTable", + "ClassName": "Microsoft.Azure.Commands.Network.GetAzureRmRouteTable", + "SupportsShouldProcess": false, "ConfirmImpact": 2, "SupportsPaging": false, - "DefaultParameterSetName": "SetByResource", + "DefaultParameterSetName": "NoExpand", "OutputTypes": [ { "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", - "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "Name": "Microsoft.Azure.Commands.Network.Models.PSRouteTable", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteTable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { - "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", - "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool]", - "FrontendIpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration]", - "InboundNatPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSInboundNatPool]", - "InboundNatRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSInboundNatRule]", - "LoadBalancingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSLoadBalancingRule]", - "OutboundRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSOutboundRule]", - "Probes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSProbe]", + "DisableBgpRoutePropagation": "System.Boolean", + "Routes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSRoute]", + "Subnets": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSSubnet]", "Tag": "System.Collections.Hashtable", "ProvisioningState": "System.String", - "Name": "System.String", - "TagsTable": "System.String", - "Type": "System.String", - "ResourceGuid": "System.String", - "Location": "System.String", + "RoutesText": "System.String", + "SubnetsText": "System.String", "ResourceGroupName": "System.String", - "LoadBalancingRulesText": "System.String", - "InboundNatPoolsText": "System.String", - "InboundNatRulesText": "System.String", - "ProbesText": "System.String", + "Location": "System.String", + "ResourceGuid": "System.String", + "Type": "System.String", + "TagsTable": "System.String", + "Name": "System.String", "Etag": "System.String", - "BackendAddressPoolsText": "System.String", - "FrontendIpConfigurationsText": "System.String", - "SkuText": "System.String", - "OutboundRulesText": "System.String", "Id": "System.String" }, "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "ShouldSerializeSubnets", + "Parameters": [], + "ReturnType": "System.Boolean" + }, + { + "Name": "ShouldSerializeRoutes", + "Parameters": [], + "ReturnType": "System.Boolean" + }, { "Name": "ToString", "Parameters": [], @@ -211565,43 +233561,400 @@ ], "Parameters": [ { - "Name": "LoadBalancer", + "Name": "ResourceGroupName", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "Name", + "AliasList": [ + "ResourceName" + ], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "ExpandResource", "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + } + ], + "ParameterSets": [ + { + "Name": "Expand", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "ResourceGroupName", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "Name", + "AliasList": [ + "ResourceName" + ], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "ExpandResource", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "NoExpand", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "ResourceGroupName", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "Name", + "AliasList": [ + "ResourceName" + ], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "__AllParameterSets", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + } + ], + "AliasList": [] + }, + { + "VerbName": "New", + "NounName": "AzRouteTable", + "Name": "New-AzRouteTable", + "ClassName": "Microsoft.Azure.Commands.Network.NewAzureRmRouteTable", + "SupportsShouldProcess": true, + "ConfirmImpact": 2, + "SupportsPaging": false, + "DefaultParameterSetName": "__AllParameterSets", + "OutputTypes": [ + { "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", - "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "Name": "Microsoft.Azure.Commands.Network.Models.PSRouteTable", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteTable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { - "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", - "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool]", - "FrontendIpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration]", - "InboundNatPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSInboundNatPool]", - "InboundNatRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSInboundNatRule]", - "LoadBalancingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSLoadBalancingRule]", - "OutboundRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSOutboundRule]", - "Probes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSProbe]", + "DisableBgpRoutePropagation": "System.Boolean", + "Routes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSRoute]", + "Subnets": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSSubnet]", "Tag": "System.Collections.Hashtable", "ProvisioningState": "System.String", - "Name": "System.String", - "TagsTable": "System.String", - "Type": "System.String", - "ResourceGuid": "System.String", - "Location": "System.String", + "RoutesText": "System.String", + "SubnetsText": "System.String", "ResourceGroupName": "System.String", - "LoadBalancingRulesText": "System.String", - "InboundNatPoolsText": "System.String", - "InboundNatRulesText": "System.String", - "ProbesText": "System.String", + "Location": "System.String", + "ResourceGuid": "System.String", + "Type": "System.String", + "TagsTable": "System.String", + "Name": "System.String", "Etag": "System.String", - "BackendAddressPoolsText": "System.String", - "FrontendIpConfigurationsText": "System.String", - "SkuText": "System.String", - "OutboundRulesText": "System.String", "Id": "System.String" }, "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "ShouldSerializeSubnets", + "Parameters": [], + "ReturnType": "System.Boolean" + }, + { + "Name": "ShouldSerializeRoutes", + "Parameters": [], + "ReturnType": "System.Boolean" + }, { "Name": "ToString", "Parameters": [], @@ -211633,16 +233986,17 @@ "Name": "", "ReturnType": null, "Parameters": [] - } - ] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, + } + ] + }, + "ParameterSets": [ + "__AllParameterSets" + ] + } + ], + "Parameters": [ { - "Name": "Name", + "Name": "ResourceGroupName", "AliasList": [], "Type": { "Namespace": "System", @@ -211657,15 +234011,17 @@ "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false + "ValidateNotNullOrEmpty": true }, { - "Name": "AllocatedOutboundPort", - "AliasList": [], + "Name": "Name", + "AliasList": [ + "ResourceName" + ], "Type": { "Namespace": "System", - "Name": "System.Int32", - "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -211675,15 +234031,15 @@ "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false + "ValidateNotNullOrEmpty": true }, { - "Name": "Protocol", + "Name": "DisableBgpRoutePropagation", "AliasList": [], "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -211696,12 +234052,12 @@ "ValidateNotNullOrEmpty": false }, { - "Name": "EnableTcpReset", + "Name": "Location", "AliasList": [], "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -211711,15 +234067,15 @@ "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false + "ValidateNotNullOrEmpty": true }, { - "Name": "IdleTimeoutInMinutes", + "Name": "Tag", "AliasList": [], "Type": { - "Namespace": "System", - "Name": "System.Int32", - "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Namespace": "System.Collections", + "Name": "System.Collections.Hashtable", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -211732,14 +234088,14 @@ "ValidateNotNullOrEmpty": false }, { - "Name": "FrontendIpConfiguration", + "Name": "Route", "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", - "Name": "Microsoft.Azure.Commands.Network.Models.PSResourceId[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSResourceId[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "Name": "Microsoft.Azure.Commands.Network.Models.PSRoute[]", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoute[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, - "ElementType": "Microsoft.Azure.Commands.Network.Models.PSResourceId", + "ElementType": "Microsoft.Azure.Commands.Network.Models.PSRoute", "GenericTypeArguments": [], "Methods": [], "Constructors": [] @@ -211750,12 +234106,12 @@ "ValidateNotNullOrEmpty": false }, { - "Name": "BackendAddressPoolId", + "Name": "Force", "AliasList": [], "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -211768,70 +234124,17 @@ "ValidateNotNullOrEmpty": false }, { - "Name": "BackendAddressPool", + "Name": "AsJob", "AliasList": [], "Type": { - "Namespace": "Microsoft.Azure.Commands.Network.Models", - "Name": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", - "Properties": { - "OutboundRule": "Microsoft.Azure.Commands.Network.Models.PSResourceId", - "BackendIpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceIPConfiguration]", - "LoadBalancingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", - "ProvisioningState": "System.String", - "BackendIpConfigurationsText": "System.String", - "LoadBalancingRulesText": "System.String", - "OutboundRuleText": "System.String", - "Name": "System.String", - "Etag": "System.String", - "Id": "System.String" - }, + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, "ElementType": null, "GenericTypeArguments": [], - "Methods": [ - { - "Name": "ShouldSerializeBackendIpConfigurations", - "Parameters": [], - "ReturnType": "System.Boolean" - }, - { - "Name": "ShouldSerializeLoadBalancingRules", - "Parameters": [], - "ReturnType": "System.Boolean" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [ - { - "Name": "", - "ReturnType": null, - "Parameters": [] - } - ] + "Methods": [], + "Constructors": [] }, "ValidateSet": [], "ValidateRangeMin": null, @@ -211878,90 +234181,7 @@ "Parameters": [ { "ParameterMetadata": { - "Name": "LoadBalancer", - "AliasList": [], - "Type": { - "Namespace": "Microsoft.Azure.Commands.Network.Models", - "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", - "Properties": { - "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", - "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool]", - "FrontendIpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration]", - "InboundNatPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSInboundNatPool]", - "InboundNatRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSInboundNatRule]", - "LoadBalancingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSLoadBalancingRule]", - "OutboundRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSOutboundRule]", - "Probes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSProbe]", - "Tag": "System.Collections.Hashtable", - "ProvisioningState": "System.String", - "Name": "System.String", - "TagsTable": "System.String", - "Type": "System.String", - "ResourceGuid": "System.String", - "Location": "System.String", - "ResourceGroupName": "System.String", - "LoadBalancingRulesText": "System.String", - "InboundNatPoolsText": "System.String", - "InboundNatRulesText": "System.String", - "ProbesText": "System.String", - "Etag": "System.String", - "BackendAddressPoolsText": "System.String", - "FrontendIpConfigurationsText": "System.String", - "SkuText": "System.String", - "OutboundRulesText": "System.String", - "Id": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [ - { - "Name": "", - "ReturnType": null, - "Parameters": [] - } - ] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": true, - "Position": -2147483648, - "ValueFromPipeline": true, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "Name", + "Name": "ResourceGroupName", "AliasList": [], "Type": { "Namespace": "System", @@ -211976,41 +234196,19 @@ "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false + "ValidateNotNullOrEmpty": true }, "Mandatory": true, "Position": -2147483648, "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "AllocatedOutboundPort", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.Int32", - "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": true }, { "ParameterMetadata": { - "Name": "Protocol", - "AliasList": [], + "Name": "Name", + "AliasList": [ + "ResourceName" + ], "Type": { "Namespace": "System", "Name": "System.String", @@ -212024,7 +234222,7 @@ "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false + "ValidateNotNullOrEmpty": true }, "Mandatory": true, "Position": -2147483648, @@ -212033,7 +234231,7 @@ }, { "ParameterMetadata": { - "Name": "EnableTcpReset", + "Name": "DisableBgpRoutePropagation", "AliasList": [], "Type": { "Namespace": "System.Management.Automation", @@ -212057,99 +234255,7 @@ }, { "ParameterMetadata": { - "Name": "IdleTimeoutInMinutes", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.Int32", - "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "FrontendIpConfiguration", - "AliasList": [], - "Type": { - "Namespace": "Microsoft.Azure.Commands.Network.Models", - "Name": "Microsoft.Azure.Commands.Network.Models.PSResourceId[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSResourceId[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", - "Properties": {}, - "ElementType": "Microsoft.Azure.Commands.Network.Models.PSResourceId", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": true, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "DefaultProfile", - "AliasList": [ - "AzContext", - "AzureRmContext", - "AzureCredential" - ], - "Type": { - "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", - "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", - "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", - "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", - "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "Clear", - "Parameters": [], - "ReturnType": "System.Void" - } - ], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - } - ] - }, - { - "Name": "SetByResourceId", - "Parameters": [ - { - "ParameterMetadata": { - "Name": "BackendAddressPoolId", + "Name": "Location", "AliasList": [], "Type": { "Namespace": "System", @@ -212164,7 +234270,7 @@ "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false + "ValidateNotNullOrEmpty": true }, "Mandatory": true, "Position": -2147483648, @@ -212173,119 +234279,12 @@ }, { "ParameterMetadata": { - "Name": "LoadBalancer", - "AliasList": [], - "Type": { - "Namespace": "Microsoft.Azure.Commands.Network.Models", - "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", - "Properties": { - "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", - "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool]", - "FrontendIpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration]", - "InboundNatPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSInboundNatPool]", - "InboundNatRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSInboundNatRule]", - "LoadBalancingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSLoadBalancingRule]", - "OutboundRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSOutboundRule]", - "Probes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSProbe]", - "Tag": "System.Collections.Hashtable", - "ProvisioningState": "System.String", - "Name": "System.String", - "TagsTable": "System.String", - "Type": "System.String", - "ResourceGuid": "System.String", - "Location": "System.String", - "ResourceGroupName": "System.String", - "LoadBalancingRulesText": "System.String", - "InboundNatPoolsText": "System.String", - "InboundNatRulesText": "System.String", - "ProbesText": "System.String", - "Etag": "System.String", - "BackendAddressPoolsText": "System.String", - "FrontendIpConfigurationsText": "System.String", - "SkuText": "System.String", - "OutboundRulesText": "System.String", - "Id": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [ - { - "Name": "", - "ReturnType": null, - "Parameters": [] - } - ] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": true, - "Position": -2147483648, - "ValueFromPipeline": true, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "Name", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": true, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "AllocatedOutboundPort", + "Name": "Tag", "AliasList": [], "Type": { - "Namespace": "System", - "Name": "System.Int32", - "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Namespace": "System.Collections", + "Name": "System.Collections.Hashtable", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -212304,14 +234303,14 @@ }, { "ParameterMetadata": { - "Name": "Protocol", + "Name": "Route", "AliasList": [], "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Namespace": "Microsoft.Azure.Commands.Network.Models", + "Name": "Microsoft.Azure.Commands.Network.Models.PSRoute[]", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoute[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, - "ElementType": null, + "ElementType": "Microsoft.Azure.Commands.Network.Models.PSRoute", "GenericTypeArguments": [], "Methods": [], "Constructors": [] @@ -212321,14 +234320,14 @@ "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, - "Mandatory": true, + "Mandatory": false, "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": true }, { "ParameterMetadata": { - "Name": "EnableTcpReset", + "Name": "Force", "AliasList": [], "Type": { "Namespace": "System.Management.Automation", @@ -212352,12 +234351,12 @@ }, { "ParameterMetadata": { - "Name": "IdleTimeoutInMinutes", + "Name": "AsJob", "AliasList": [], "Type": { - "Namespace": "System", - "Name": "System.Int32", - "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -212372,31 +234371,7 @@ "Mandatory": false, "Position": -2147483648, "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "FrontendIpConfiguration", - "AliasList": [], - "Type": { - "Namespace": "Microsoft.Azure.Commands.Network.Models", - "Name": "Microsoft.Azure.Commands.Network.Models.PSResourceId[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSResourceId[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", - "Properties": {}, - "ElementType": "Microsoft.Azure.Commands.Network.Models.PSResourceId", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": true, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true + "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { @@ -212438,173 +234413,170 @@ "ValueFromPipelineByPropertyName": false } ] + } + ], + "AliasList": [] + }, + { + "VerbName": "Remove", + "NounName": "AzRouteTable", + "Name": "Remove-AzRouteTable", + "ClassName": "Microsoft.Azure.Commands.Network.RemoveAzureRmRouteTable", + "SupportsShouldProcess": true, + "ConfirmImpact": 2, + "SupportsPaging": false, + "DefaultParameterSetName": "__AllParameterSets", + "OutputTypes": [ + { + "Type": { + "Namespace": "System", + "Name": "System.Boolean", + "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ParameterSets": [ + "__AllParameterSets" + ] + } + ], + "Parameters": [ + { + "Name": "ResourceGroupName", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true }, { - "Name": "SetByResource", - "Parameters": [ - { - "ParameterMetadata": { - "Name": "BackendAddressPool", - "AliasList": [], - "Type": { - "Namespace": "Microsoft.Azure.Commands.Network.Models", - "Name": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", - "Properties": { - "OutboundRule": "Microsoft.Azure.Commands.Network.Models.PSResourceId", - "BackendIpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceIPConfiguration]", - "LoadBalancingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", - "ProvisioningState": "System.String", - "BackendIpConfigurationsText": "System.String", - "LoadBalancingRulesText": "System.String", - "OutboundRuleText": "System.String", - "Name": "System.String", - "Etag": "System.String", - "Id": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "ShouldSerializeBackendIpConfigurations", - "Parameters": [], - "ReturnType": "System.Boolean" - }, - { - "Name": "ShouldSerializeLoadBalancingRules", - "Parameters": [], - "ReturnType": "System.Boolean" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [ - { - "Name": "", - "ReturnType": null, - "Parameters": [] - } - ] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": true, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "LoadBalancer", - "AliasList": [], - "Type": { - "Namespace": "Microsoft.Azure.Commands.Network.Models", - "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", - "Properties": { - "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", - "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool]", - "FrontendIpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration]", - "InboundNatPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSInboundNatPool]", - "InboundNatRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSInboundNatRule]", - "LoadBalancingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSLoadBalancingRule]", - "OutboundRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSOutboundRule]", - "Probes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSProbe]", - "Tag": "System.Collections.Hashtable", - "ProvisioningState": "System.String", - "Name": "System.String", - "TagsTable": "System.String", - "Type": "System.String", - "ResourceGuid": "System.String", - "Location": "System.String", - "ResourceGroupName": "System.String", - "LoadBalancingRulesText": "System.String", - "InboundNatPoolsText": "System.String", - "InboundNatRulesText": "System.String", - "ProbesText": "System.String", - "Etag": "System.String", - "BackendAddressPoolsText": "System.String", - "FrontendIpConfigurationsText": "System.String", - "SkuText": "System.String", - "OutboundRulesText": "System.String", - "Id": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [ - { - "Name": "", - "ReturnType": null, - "Parameters": [] - } - ] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": true, - "Position": -2147483648, - "ValueFromPipeline": true, - "ValueFromPipelineByPropertyName": true + "Name": "Name", + "AliasList": [ + "ResourceName" + ], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "Force", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "AsJob", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "PassThru", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + } + ], + "ParameterSets": [ + { + "Name": "__AllParameterSets", + "Parameters": [ { "ParameterMetadata": { - "Name": "Name", + "Name": "ResourceGroupName", "AliasList": [], "Type": { "Namespace": "System", @@ -212619,41 +234591,19 @@ "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false + "ValidateNotNullOrEmpty": true }, "Mandatory": true, "Position": -2147483648, "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "AllocatedOutboundPort", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.Int32", - "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": true }, { "ParameterMetadata": { - "Name": "Protocol", - "AliasList": [], + "Name": "Name", + "AliasList": [ + "ResourceName" + ], "Type": { "Namespace": "System", "Name": "System.String", @@ -212667,7 +234617,7 @@ "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false + "ValidateNotNullOrEmpty": true }, "Mandatory": true, "Position": -2147483648, @@ -212676,7 +234626,7 @@ }, { "ParameterMetadata": { - "Name": "EnableTcpReset", + "Name": "Force", "AliasList": [], "Type": { "Namespace": "System.Management.Automation", @@ -212700,12 +234650,12 @@ }, { "ParameterMetadata": { - "Name": "IdleTimeoutInMinutes", + "Name": "AsJob", "AliasList": [], "Type": { - "Namespace": "System", - "Name": "System.Int32", - "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -212720,18 +234670,18 @@ "Mandatory": false, "Position": -2147483648, "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true + "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "FrontendIpConfiguration", + "Name": "PassThru", "AliasList": [], "Type": { - "Namespace": "Microsoft.Azure.Commands.Network.Models", - "Name": "Microsoft.Azure.Commands.Network.Models.PSResourceId[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSResourceId[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, - "ElementType": "Microsoft.Azure.Commands.Network.Models.PSResourceId", + "ElementType": null, "GenericTypeArguments": [], "Methods": [], "Constructors": [] @@ -212741,10 +234691,10 @@ "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, - "Mandatory": true, + "Mandatory": false, "Position": -2147483648, "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true + "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { @@ -212792,9 +234742,9 @@ }, { "VerbName": "Add", - "NounName": "AzLoadBalancerProbeConfig", - "Name": "Add-AzLoadBalancerProbeConfig", - "ClassName": "Microsoft.Azure.Commands.Network.AddAzureRmLoadBalancerProbeConfigCommand", + "NounName": "AzRouteConfig", + "Name": "Add-AzRouteConfig", + "ClassName": "Microsoft.Azure.Commands.Network.AddAzureRmRouteConfigCommand", "SupportsShouldProcess": true, "ConfirmImpact": 2, "SupportsPaging": false, @@ -212803,39 +234753,38 @@ { "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", - "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "Name": "Microsoft.Azure.Commands.Network.Models.PSRouteTable", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteTable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { - "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", - "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool]", - "FrontendIpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration]", - "InboundNatPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSInboundNatPool]", - "InboundNatRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSInboundNatRule]", - "LoadBalancingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSLoadBalancingRule]", - "OutboundRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSOutboundRule]", - "Probes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSProbe]", + "DisableBgpRoutePropagation": "System.Boolean", + "Routes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSRoute]", + "Subnets": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSSubnet]", "Tag": "System.Collections.Hashtable", "ProvisioningState": "System.String", - "Name": "System.String", - "TagsTable": "System.String", - "Type": "System.String", - "ResourceGuid": "System.String", - "Location": "System.String", + "RoutesText": "System.String", + "SubnetsText": "System.String", "ResourceGroupName": "System.String", - "LoadBalancingRulesText": "System.String", - "InboundNatPoolsText": "System.String", - "InboundNatRulesText": "System.String", - "ProbesText": "System.String", + "Location": "System.String", + "ResourceGuid": "System.String", + "Type": "System.String", + "TagsTable": "System.String", + "Name": "System.String", "Etag": "System.String", - "BackendAddressPoolsText": "System.String", - "FrontendIpConfigurationsText": "System.String", - "SkuText": "System.String", - "OutboundRulesText": "System.String", "Id": "System.String" }, "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "ShouldSerializeSubnets", + "Parameters": [], + "ReturnType": "System.Boolean" + }, + { + "Name": "ShouldSerializeRoutes", + "Parameters": [], + "ReturnType": "System.Boolean" + }, { "Name": "ToString", "Parameters": [], @@ -212877,43 +234826,42 @@ ], "Parameters": [ { - "Name": "LoadBalancer", + "Name": "RouteTable", "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", - "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "Name": "Microsoft.Azure.Commands.Network.Models.PSRouteTable", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteTable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { - "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", - "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool]", - "FrontendIpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration]", - "InboundNatPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSInboundNatPool]", - "InboundNatRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSInboundNatRule]", - "LoadBalancingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSLoadBalancingRule]", - "OutboundRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSOutboundRule]", - "Probes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSProbe]", + "DisableBgpRoutePropagation": "System.Boolean", + "Routes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSRoute]", + "Subnets": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSSubnet]", "Tag": "System.Collections.Hashtable", "ProvisioningState": "System.String", - "Name": "System.String", - "TagsTable": "System.String", - "Type": "System.String", - "ResourceGuid": "System.String", - "Location": "System.String", + "RoutesText": "System.String", + "SubnetsText": "System.String", "ResourceGroupName": "System.String", - "LoadBalancingRulesText": "System.String", - "InboundNatPoolsText": "System.String", - "InboundNatRulesText": "System.String", - "ProbesText": "System.String", + "Location": "System.String", + "ResourceGuid": "System.String", + "Type": "System.String", + "TagsTable": "System.String", + "Name": "System.String", "Etag": "System.String", - "BackendAddressPoolsText": "System.String", - "FrontendIpConfigurationsText": "System.String", - "SkuText": "System.String", - "OutboundRulesText": "System.String", "Id": "System.String" }, "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "ShouldSerializeSubnets", + "Parameters": [], + "ReturnType": "System.Boolean" + }, + { + "Name": "ShouldSerializeRoutes", + "Parameters": [], + "ReturnType": "System.Boolean" + }, { "Name": "ToString", "Parameters": [], @@ -212972,7 +234920,7 @@ "ValidateNotNullOrEmpty": false }, { - "Name": "Protocol", + "Name": "AddressPrefix", "AliasList": [], "Type": { "Namespace": "System", @@ -212990,48 +234938,12 @@ "ValidateNotNullOrEmpty": false }, { - "Name": "Port", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.Int32", - "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "IntervalInSeconds", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.Int32", - "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "ProbeCount", + "Name": "NextHopType", "AliasList": [], "Type": { "Namespace": "System", - "Name": "System.Int32", - "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -213044,7 +234956,7 @@ "ValidateNotNullOrEmpty": false }, { - "Name": "RequestPath", + "Name": "NextHopIpAddress", "AliasList": [], "Type": { "Namespace": "System", @@ -213101,43 +235013,42 @@ "Parameters": [ { "ParameterMetadata": { - "Name": "LoadBalancer", + "Name": "RouteTable", "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", - "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "Name": "Microsoft.Azure.Commands.Network.Models.PSRouteTable", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteTable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { - "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", - "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool]", - "FrontendIpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration]", - "InboundNatPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSInboundNatPool]", - "InboundNatRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSInboundNatRule]", - "LoadBalancingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSLoadBalancingRule]", - "OutboundRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSOutboundRule]", - "Probes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSProbe]", + "DisableBgpRoutePropagation": "System.Boolean", + "Routes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSRoute]", + "Subnets": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSSubnet]", "Tag": "System.Collections.Hashtable", "ProvisioningState": "System.String", - "Name": "System.String", - "TagsTable": "System.String", - "Type": "System.String", - "ResourceGuid": "System.String", - "Location": "System.String", + "RoutesText": "System.String", + "SubnetsText": "System.String", "ResourceGroupName": "System.String", - "LoadBalancingRulesText": "System.String", - "InboundNatPoolsText": "System.String", - "InboundNatRulesText": "System.String", - "ProbesText": "System.String", + "Location": "System.String", + "ResourceGuid": "System.String", + "Type": "System.String", + "TagsTable": "System.String", + "Name": "System.String", "Etag": "System.String", - "BackendAddressPoolsText": "System.String", - "FrontendIpConfigurationsText": "System.String", - "SkuText": "System.String", - "OutboundRulesText": "System.String", "Id": "System.String" }, "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "ShouldSerializeSubnets", + "Parameters": [], + "ReturnType": "System.Boolean" + }, + { + "Name": "ShouldSerializeRoutes", + "Parameters": [], + "ReturnType": "System.Boolean" + }, { "Name": "ToString", "Parameters": [], @@ -213201,14 +235112,14 @@ "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, - "Mandatory": true, + "Mandatory": false, "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "Protocol", + "Name": "AddressPrefix", "AliasList": [], "Type": { "Namespace": "System", @@ -213232,60 +235143,12 @@ }, { "ParameterMetadata": { - "Name": "Port", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.Int32", - "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": true, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "IntervalInSeconds", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.Int32", - "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": true, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "ProbeCount", + "Name": "NextHopType", "AliasList": [], "Type": { "Namespace": "System", - "Name": "System.Int32", - "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -213297,14 +235160,14 @@ "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, - "Mandatory": true, + "Mandatory": false, "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": true }, { "ParameterMetadata": { - "Name": "RequestPath", + "Name": "NextHopIpAddress", "AliasList": [], "Type": { "Namespace": "System", @@ -213372,9 +235235,9 @@ }, { "VerbName": "Get", - "NounName": "AzLoadBalancerProbeConfig", - "Name": "Get-AzLoadBalancerProbeConfig", - "ClassName": "Microsoft.Azure.Commands.Network.GetAzureRmLoadBalancerProbeConfigCommand", + "NounName": "AzRouteConfig", + "Name": "Get-AzRouteConfig", + "ClassName": "Microsoft.Azure.Commands.Network.GetAzureRmRouteConfigCommand", "SupportsShouldProcess": false, "ConfirmImpact": 2, "SupportsPaging": false, @@ -213383,17 +235246,13 @@ { "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", - "Name": "Microsoft.Azure.Commands.Network.Models.PSProbe", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSProbe, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "Name": "Microsoft.Azure.Commands.Network.Models.PSRoute", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoute, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { - "LoadBalancingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", - "Port": "System.Int32", - "IntervalInSeconds": "System.Int32", - "NumberOfProbes": "System.Int32", - "Protocol": "System.String", - "RequestPath": "System.String", + "AddressPrefix": "System.String", + "NextHopType": "System.String", + "NextHopIpAddress": "System.String", "ProvisioningState": "System.String", - "LoadBalancingRulesText": "System.String", "Name": "System.String", "Etag": "System.String", "Id": "System.String" @@ -213401,26 +235260,6 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ - { - "Name": "ShouldSerializePort", - "Parameters": [], - "ReturnType": "System.Boolean" - }, - { - "Name": "ShouldSerializeIntervalInSeconds", - "Parameters": [], - "ReturnType": "System.Boolean" - }, - { - "Name": "ShouldSerializeNumberOfProbes", - "Parameters": [], - "ReturnType": "System.Boolean" - }, - { - "Name": "ShouldSerializeLoadBalancingRules", - "Parameters": [], - "ReturnType": "System.Boolean" - }, { "Name": "ToString", "Parameters": [], @@ -213462,43 +235301,42 @@ ], "Parameters": [ { - "Name": "LoadBalancer", + "Name": "RouteTable", "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", - "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "Name": "Microsoft.Azure.Commands.Network.Models.PSRouteTable", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteTable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { - "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", - "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool]", - "FrontendIpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration]", - "InboundNatPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSInboundNatPool]", - "InboundNatRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSInboundNatRule]", - "LoadBalancingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSLoadBalancingRule]", - "OutboundRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSOutboundRule]", - "Probes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSProbe]", + "DisableBgpRoutePropagation": "System.Boolean", + "Routes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSRoute]", + "Subnets": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSSubnet]", "Tag": "System.Collections.Hashtable", "ProvisioningState": "System.String", - "Name": "System.String", - "TagsTable": "System.String", - "Type": "System.String", - "ResourceGuid": "System.String", - "Location": "System.String", + "RoutesText": "System.String", + "SubnetsText": "System.String", "ResourceGroupName": "System.String", - "LoadBalancingRulesText": "System.String", - "InboundNatPoolsText": "System.String", - "InboundNatRulesText": "System.String", - "ProbesText": "System.String", + "Location": "System.String", + "ResourceGuid": "System.String", + "Type": "System.String", + "TagsTable": "System.String", + "Name": "System.String", "Etag": "System.String", - "BackendAddressPoolsText": "System.String", - "FrontendIpConfigurationsText": "System.String", - "SkuText": "System.String", - "OutboundRulesText": "System.String", "Id": "System.String" }, "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "ShouldSerializeSubnets", + "Parameters": [], + "ReturnType": "System.Boolean" + }, + { + "Name": "ShouldSerializeRoutes", + "Parameters": [], + "ReturnType": "System.Boolean" + }, { "Name": "ToString", "Parameters": [], @@ -213596,43 +235434,42 @@ "Parameters": [ { "ParameterMetadata": { - "Name": "LoadBalancer", + "Name": "RouteTable", "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", - "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "Name": "Microsoft.Azure.Commands.Network.Models.PSRouteTable", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteTable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { - "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", - "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool]", - "FrontendIpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration]", - "InboundNatPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSInboundNatPool]", - "InboundNatRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSInboundNatRule]", - "LoadBalancingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSLoadBalancingRule]", - "OutboundRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSOutboundRule]", - "Probes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSProbe]", + "DisableBgpRoutePropagation": "System.Boolean", + "Routes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSRoute]", + "Subnets": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSSubnet]", "Tag": "System.Collections.Hashtable", "ProvisioningState": "System.String", - "Name": "System.String", - "TagsTable": "System.String", - "Type": "System.String", - "ResourceGuid": "System.String", - "Location": "System.String", + "RoutesText": "System.String", + "SubnetsText": "System.String", "ResourceGroupName": "System.String", - "LoadBalancingRulesText": "System.String", - "InboundNatPoolsText": "System.String", - "InboundNatRulesText": "System.String", - "ProbesText": "System.String", + "Location": "System.String", + "ResourceGuid": "System.String", + "Type": "System.String", + "TagsTable": "System.String", + "Name": "System.String", "Etag": "System.String", - "BackendAddressPoolsText": "System.String", - "FrontendIpConfigurationsText": "System.String", - "SkuText": "System.String", - "OutboundRulesText": "System.String", "Id": "System.String" }, "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "ShouldSerializeSubnets", + "Parameters": [], + "ReturnType": "System.Boolean" + }, + { + "Name": "ShouldSerializeRoutes", + "Parameters": [], + "ReturnType": "System.Boolean" + }, { "Name": "ToString", "Parameters": [], @@ -213747,9 +235584,9 @@ }, { "VerbName": "New", - "NounName": "AzLoadBalancerProbeConfig", - "Name": "New-AzLoadBalancerProbeConfig", - "ClassName": "Microsoft.Azure.Commands.Network.NewAzureRmLoadBalancerProbeConfigCommand", + "NounName": "AzRouteConfig", + "Name": "New-AzRouteConfig", + "ClassName": "Microsoft.Azure.Commands.Network.NewAzureRmRouteConfigCommand", "SupportsShouldProcess": true, "ConfirmImpact": 2, "SupportsPaging": false, @@ -213758,17 +235595,13 @@ { "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", - "Name": "Microsoft.Azure.Commands.Network.Models.PSProbe", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSProbe, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "Name": "Microsoft.Azure.Commands.Network.Models.PSRoute", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoute, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { - "LoadBalancingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", - "Port": "System.Int32", - "IntervalInSeconds": "System.Int32", - "NumberOfProbes": "System.Int32", - "Protocol": "System.String", - "RequestPath": "System.String", + "AddressPrefix": "System.String", + "NextHopType": "System.String", + "NextHopIpAddress": "System.String", "ProvisioningState": "System.String", - "LoadBalancingRulesText": "System.String", "Name": "System.String", "Etag": "System.String", "Id": "System.String" @@ -213776,26 +235609,6 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ - { - "Name": "ShouldSerializePort", - "Parameters": [], - "ReturnType": "System.Boolean" - }, - { - "Name": "ShouldSerializeIntervalInSeconds", - "Parameters": [], - "ReturnType": "System.Boolean" - }, - { - "Name": "ShouldSerializeNumberOfProbes", - "Parameters": [], - "ReturnType": "System.Boolean" - }, - { - "Name": "ShouldSerializeLoadBalancingRules", - "Parameters": [], - "ReturnType": "System.Boolean" - }, { "Name": "ToString", "Parameters": [], @@ -213855,7 +235668,7 @@ "ValidateNotNullOrEmpty": false }, { - "Name": "Protocol", + "Name": "AddressPrefix", "AliasList": [], "Type": { "Namespace": "System", @@ -213873,48 +235686,12 @@ "ValidateNotNullOrEmpty": false }, { - "Name": "Port", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.Int32", - "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "IntervalInSeconds", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.Int32", - "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "ProbeCount", + "Name": "NextHopType", "AliasList": [], "Type": { "Namespace": "System", - "Name": "System.Int32", - "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -213927,7 +235704,7 @@ "ValidateNotNullOrEmpty": false }, { - "Name": "RequestPath", + "Name": "NextHopIpAddress", "AliasList": [], "Type": { "Namespace": "System", @@ -214001,14 +235778,14 @@ "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, - "Mandatory": true, + "Mandatory": false, "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "Protocol", + "Name": "AddressPrefix", "AliasList": [], "Type": { "Namespace": "System", @@ -214032,60 +235809,12 @@ }, { "ParameterMetadata": { - "Name": "Port", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.Int32", - "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": true, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "IntervalInSeconds", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.Int32", - "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": true, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "ProbeCount", + "Name": "NextHopType", "AliasList": [], "Type": { "Namespace": "System", - "Name": "System.Int32", - "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -214097,14 +235826,14 @@ "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, - "Mandatory": true, + "Mandatory": false, "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": true }, { "ParameterMetadata": { - "Name": "RequestPath", + "Name": "NextHopIpAddress", "AliasList": [], "Type": { "Namespace": "System", @@ -214172,9 +235901,9 @@ }, { "VerbName": "Remove", - "NounName": "AzLoadBalancerProbeConfig", - "Name": "Remove-AzLoadBalancerProbeConfig", - "ClassName": "Microsoft.Azure.Commands.Network.RemoveAzureRmLoadBalancerProbeConfigCommand", + "NounName": "AzRouteConfig", + "Name": "Remove-AzRouteConfig", + "ClassName": "Microsoft.Azure.Commands.Network.RemoveAzureRmRouteConfigCommand", "SupportsShouldProcess": true, "ConfirmImpact": 2, "SupportsPaging": false, @@ -214183,39 +235912,38 @@ { "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", - "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "Name": "Microsoft.Azure.Commands.Network.Models.PSRouteTable", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteTable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { - "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", - "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool]", - "FrontendIpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration]", - "InboundNatPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSInboundNatPool]", - "InboundNatRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSInboundNatRule]", - "LoadBalancingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSLoadBalancingRule]", - "OutboundRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSOutboundRule]", - "Probes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSProbe]", + "DisableBgpRoutePropagation": "System.Boolean", + "Routes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSRoute]", + "Subnets": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSSubnet]", "Tag": "System.Collections.Hashtable", "ProvisioningState": "System.String", - "Name": "System.String", - "TagsTable": "System.String", - "Type": "System.String", - "ResourceGuid": "System.String", - "Location": "System.String", + "RoutesText": "System.String", + "SubnetsText": "System.String", "ResourceGroupName": "System.String", - "LoadBalancingRulesText": "System.String", - "InboundNatPoolsText": "System.String", - "InboundNatRulesText": "System.String", - "ProbesText": "System.String", + "Location": "System.String", + "ResourceGuid": "System.String", + "Type": "System.String", + "TagsTable": "System.String", + "Name": "System.String", "Etag": "System.String", - "BackendAddressPoolsText": "System.String", - "FrontendIpConfigurationsText": "System.String", - "SkuText": "System.String", - "OutboundRulesText": "System.String", "Id": "System.String" }, "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "ShouldSerializeSubnets", + "Parameters": [], + "ReturnType": "System.Boolean" + }, + { + "Name": "ShouldSerializeRoutes", + "Parameters": [], + "ReturnType": "System.Boolean" + }, { "Name": "ToString", "Parameters": [], @@ -214257,43 +235985,42 @@ ], "Parameters": [ { - "Name": "LoadBalancer", + "Name": "RouteTable", "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", - "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "Name": "Microsoft.Azure.Commands.Network.Models.PSRouteTable", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteTable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { - "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", - "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool]", - "FrontendIpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration]", - "InboundNatPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSInboundNatPool]", - "InboundNatRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSInboundNatRule]", - "LoadBalancingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSLoadBalancingRule]", - "OutboundRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSOutboundRule]", - "Probes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSProbe]", + "DisableBgpRoutePropagation": "System.Boolean", + "Routes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSRoute]", + "Subnets": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSSubnet]", "Tag": "System.Collections.Hashtable", "ProvisioningState": "System.String", - "Name": "System.String", - "TagsTable": "System.String", - "Type": "System.String", - "ResourceGuid": "System.String", - "Location": "System.String", + "RoutesText": "System.String", + "SubnetsText": "System.String", "ResourceGroupName": "System.String", - "LoadBalancingRulesText": "System.String", - "InboundNatPoolsText": "System.String", - "InboundNatRulesText": "System.String", - "ProbesText": "System.String", + "Location": "System.String", + "ResourceGuid": "System.String", + "Type": "System.String", + "TagsTable": "System.String", + "Name": "System.String", "Etag": "System.String", - "BackendAddressPoolsText": "System.String", - "FrontendIpConfigurationsText": "System.String", - "SkuText": "System.String", - "OutboundRulesText": "System.String", "Id": "System.String" }, "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "ShouldSerializeSubnets", + "Parameters": [], + "ReturnType": "System.Boolean" + }, + { + "Name": "ShouldSerializeRoutes", + "Parameters": [], + "ReturnType": "System.Boolean" + }, { "Name": "ToString", "Parameters": [], @@ -214391,43 +236118,42 @@ "Parameters": [ { "ParameterMetadata": { - "Name": "LoadBalancer", + "Name": "RouteTable", "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", - "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "Name": "Microsoft.Azure.Commands.Network.Models.PSRouteTable", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteTable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { - "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", - "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool]", - "FrontendIpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration]", - "InboundNatPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSInboundNatPool]", - "InboundNatRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSInboundNatRule]", - "LoadBalancingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSLoadBalancingRule]", - "OutboundRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSOutboundRule]", - "Probes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSProbe]", + "DisableBgpRoutePropagation": "System.Boolean", + "Routes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSRoute]", + "Subnets": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSSubnet]", "Tag": "System.Collections.Hashtable", "ProvisioningState": "System.String", - "Name": "System.String", - "TagsTable": "System.String", - "Type": "System.String", - "ResourceGuid": "System.String", - "Location": "System.String", + "RoutesText": "System.String", + "SubnetsText": "System.String", "ResourceGroupName": "System.String", - "LoadBalancingRulesText": "System.String", - "InboundNatPoolsText": "System.String", - "InboundNatRulesText": "System.String", - "ProbesText": "System.String", + "Location": "System.String", + "ResourceGuid": "System.String", + "Type": "System.String", + "TagsTable": "System.String", + "Name": "System.String", "Etag": "System.String", - "BackendAddressPoolsText": "System.String", - "FrontendIpConfigurationsText": "System.String", - "SkuText": "System.String", - "OutboundRulesText": "System.String", "Id": "System.String" }, "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "ShouldSerializeSubnets", + "Parameters": [], + "ReturnType": "System.Boolean" + }, + { + "Name": "ShouldSerializeRoutes", + "Parameters": [], + "ReturnType": "System.Boolean" + }, { "Name": "ToString", "Parameters": [], @@ -214542,9 +236268,9 @@ }, { "VerbName": "Set", - "NounName": "AzLoadBalancerProbeConfig", - "Name": "Set-AzLoadBalancerProbeConfig", - "ClassName": "Microsoft.Azure.Commands.Network.SetAzureRmLoadBalancerProbeConfigCommand", + "NounName": "AzRouteConfig", + "Name": "Set-AzRouteConfig", + "ClassName": "Microsoft.Azure.Commands.Network.SetAzureRmRouteConfigCommand", "SupportsShouldProcess": true, "ConfirmImpact": 2, "SupportsPaging": false, @@ -214553,39 +236279,38 @@ { "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", - "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "Name": "Microsoft.Azure.Commands.Network.Models.PSRouteTable", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteTable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { - "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", - "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool]", - "FrontendIpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration]", - "InboundNatPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSInboundNatPool]", - "InboundNatRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSInboundNatRule]", - "LoadBalancingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSLoadBalancingRule]", - "OutboundRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSOutboundRule]", - "Probes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSProbe]", + "DisableBgpRoutePropagation": "System.Boolean", + "Routes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSRoute]", + "Subnets": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSSubnet]", "Tag": "System.Collections.Hashtable", "ProvisioningState": "System.String", - "Name": "System.String", - "TagsTable": "System.String", - "Type": "System.String", - "ResourceGuid": "System.String", - "Location": "System.String", + "RoutesText": "System.String", + "SubnetsText": "System.String", "ResourceGroupName": "System.String", - "LoadBalancingRulesText": "System.String", - "InboundNatPoolsText": "System.String", - "InboundNatRulesText": "System.String", - "ProbesText": "System.String", - "Etag": "System.String", - "BackendAddressPoolsText": "System.String", - "FrontendIpConfigurationsText": "System.String", - "SkuText": "System.String", - "OutboundRulesText": "System.String", + "Location": "System.String", + "ResourceGuid": "System.String", + "Type": "System.String", + "TagsTable": "System.String", + "Name": "System.String", + "Etag": "System.String", "Id": "System.String" }, "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "ShouldSerializeSubnets", + "Parameters": [], + "ReturnType": "System.Boolean" + }, + { + "Name": "ShouldSerializeRoutes", + "Parameters": [], + "ReturnType": "System.Boolean" + }, { "Name": "ToString", "Parameters": [], @@ -214627,43 +236352,42 @@ ], "Parameters": [ { - "Name": "LoadBalancer", + "Name": "RouteTable", "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", - "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "Name": "Microsoft.Azure.Commands.Network.Models.PSRouteTable", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteTable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { - "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", - "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool]", - "FrontendIpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration]", - "InboundNatPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSInboundNatPool]", - "InboundNatRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSInboundNatRule]", - "LoadBalancingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSLoadBalancingRule]", - "OutboundRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSOutboundRule]", - "Probes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSProbe]", + "DisableBgpRoutePropagation": "System.Boolean", + "Routes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSRoute]", + "Subnets": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSSubnet]", "Tag": "System.Collections.Hashtable", "ProvisioningState": "System.String", - "Name": "System.String", - "TagsTable": "System.String", - "Type": "System.String", - "ResourceGuid": "System.String", - "Location": "System.String", + "RoutesText": "System.String", + "SubnetsText": "System.String", "ResourceGroupName": "System.String", - "LoadBalancingRulesText": "System.String", - "InboundNatPoolsText": "System.String", - "InboundNatRulesText": "System.String", - "ProbesText": "System.String", + "Location": "System.String", + "ResourceGuid": "System.String", + "Type": "System.String", + "TagsTable": "System.String", + "Name": "System.String", "Etag": "System.String", - "BackendAddressPoolsText": "System.String", - "FrontendIpConfigurationsText": "System.String", - "SkuText": "System.String", - "OutboundRulesText": "System.String", "Id": "System.String" }, "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "ShouldSerializeSubnets", + "Parameters": [], + "ReturnType": "System.Boolean" + }, + { + "Name": "ShouldSerializeRoutes", + "Parameters": [], + "ReturnType": "System.Boolean" + }, { "Name": "ToString", "Parameters": [], @@ -214722,7 +236446,7 @@ "ValidateNotNullOrEmpty": false }, { - "Name": "Protocol", + "Name": "AddressPrefix", "AliasList": [], "Type": { "Namespace": "System", @@ -214740,48 +236464,12 @@ "ValidateNotNullOrEmpty": false }, { - "Name": "Port", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.Int32", - "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "IntervalInSeconds", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.Int32", - "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "ProbeCount", + "Name": "NextHopType", "AliasList": [], "Type": { "Namespace": "System", - "Name": "System.Int32", - "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -214794,7 +236482,7 @@ "ValidateNotNullOrEmpty": false }, { - "Name": "RequestPath", + "Name": "NextHopIpAddress", "AliasList": [], "Type": { "Namespace": "System", @@ -214851,43 +236539,42 @@ "Parameters": [ { "ParameterMetadata": { - "Name": "LoadBalancer", + "Name": "RouteTable", "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", - "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "Name": "Microsoft.Azure.Commands.Network.Models.PSRouteTable", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteTable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { - "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", - "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool]", - "FrontendIpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration]", - "InboundNatPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSInboundNatPool]", - "InboundNatRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSInboundNatRule]", - "LoadBalancingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSLoadBalancingRule]", - "OutboundRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSOutboundRule]", - "Probes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSProbe]", + "DisableBgpRoutePropagation": "System.Boolean", + "Routes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSRoute]", + "Subnets": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSSubnet]", "Tag": "System.Collections.Hashtable", "ProvisioningState": "System.String", - "Name": "System.String", - "TagsTable": "System.String", - "Type": "System.String", - "ResourceGuid": "System.String", - "Location": "System.String", + "RoutesText": "System.String", + "SubnetsText": "System.String", "ResourceGroupName": "System.String", - "LoadBalancingRulesText": "System.String", - "InboundNatPoolsText": "System.String", - "InboundNatRulesText": "System.String", - "ProbesText": "System.String", + "Location": "System.String", + "ResourceGuid": "System.String", + "Type": "System.String", + "TagsTable": "System.String", + "Name": "System.String", "Etag": "System.String", - "BackendAddressPoolsText": "System.String", - "FrontendIpConfigurationsText": "System.String", - "SkuText": "System.String", - "OutboundRulesText": "System.String", "Id": "System.String" }, "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "ShouldSerializeSubnets", + "Parameters": [], + "ReturnType": "System.Boolean" + }, + { + "Name": "ShouldSerializeRoutes", + "Parameters": [], + "ReturnType": "System.Boolean" + }, { "Name": "ToString", "Parameters": [], @@ -214951,14 +236638,14 @@ "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, - "Mandatory": true, + "Mandatory": false, "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "Protocol", + "Name": "AddressPrefix", "AliasList": [], "Type": { "Namespace": "System", @@ -214982,60 +236669,12 @@ }, { "ParameterMetadata": { - "Name": "Port", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.Int32", - "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": true, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "IntervalInSeconds", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.Int32", - "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": true, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "ProbeCount", + "Name": "NextHopType", "AliasList": [], "Type": { "Namespace": "System", - "Name": "System.Int32", - "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -215047,14 +236686,14 @@ "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, - "Mandatory": true, + "Mandatory": false, "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": true }, { "ParameterMetadata": { - "Name": "RequestPath", + "Name": "NextHopIpAddress", "AliasList": [], "Type": { "Namespace": "System", @@ -215121,10 +236760,10 @@ "AliasList": [] }, { - "VerbName": "Remove", - "NounName": "AzLoadBalancer", - "Name": "Remove-AzLoadBalancer", - "ClassName": "Microsoft.Azure.Commands.Network.RemoveAzureRmLoadBalancer", + "VerbName": "Set", + "NounName": "AzRouteTable", + "Name": "Set-AzRouteTable", + "ClassName": "Microsoft.Azure.Commands.Network.SetAzureRouteTableCommand", "SupportsShouldProcess": true, "ConfirmImpact": 2, "SupportsPaging": false, @@ -215132,14 +236771,72 @@ "OutputTypes": [ { "Type": { - "Namespace": "System", - "Name": "System.Boolean", - "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, + "Namespace": "Microsoft.Azure.Commands.Network.Models", + "Name": "Microsoft.Azure.Commands.Network.Models.PSRouteTable", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteTable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "DisableBgpRoutePropagation": "System.Boolean", + "Routes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSRoute]", + "Subnets": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSSubnet]", + "Tag": "System.Collections.Hashtable", + "ProvisioningState": "System.String", + "RoutesText": "System.String", + "SubnetsText": "System.String", + "ResourceGroupName": "System.String", + "Location": "System.String", + "ResourceGuid": "System.String", + "Type": "System.String", + "TagsTable": "System.String", + "Name": "System.String", + "Etag": "System.String", + "Id": "System.String" + }, "ElementType": null, "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "Methods": [ + { + "Name": "ShouldSerializeSubnets", + "Parameters": [], + "ReturnType": "System.Boolean" + }, + { + "Name": "ShouldSerializeRoutes", + "Parameters": [], + "ReturnType": "System.Boolean" + }, + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] }, "ParameterSets": [ "__AllParameterSets" @@ -215148,55 +236845,75 @@ ], "Parameters": [ { - "Name": "ResourceGroupName", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - { - "Name": "Name", - "AliasList": [ - "ResourceName" - ], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - { - "Name": "Force", + "Name": "RouteTable", "AliasList": [], "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, + "Namespace": "Microsoft.Azure.Commands.Network.Models", + "Name": "Microsoft.Azure.Commands.Network.Models.PSRouteTable", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteTable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "DisableBgpRoutePropagation": "System.Boolean", + "Routes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSRoute]", + "Subnets": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSSubnet]", + "Tag": "System.Collections.Hashtable", + "ProvisioningState": "System.String", + "RoutesText": "System.String", + "SubnetsText": "System.String", + "ResourceGroupName": "System.String", + "Location": "System.String", + "ResourceGuid": "System.String", + "Type": "System.String", + "TagsTable": "System.String", + "Name": "System.String", + "Etag": "System.String", + "Id": "System.String" + }, "ElementType": null, "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "Methods": [ + { + "Name": "ShouldSerializeSubnets", + "Parameters": [], + "ReturnType": "System.Boolean" + }, + { + "Name": "ShouldSerializeRoutes", + "Parameters": [], + "ReturnType": "System.Boolean" + }, + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] }, "ValidateSet": [], "ValidateRangeMin": null, @@ -215221,24 +236938,6 @@ "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, - { - "Name": "PassThru", - "AliasList": [], - "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, { "Name": "DefaultProfile", "AliasList": [ @@ -215279,76 +236978,84 @@ "Parameters": [ { "ParameterMetadata": { - "Name": "ResourceGroupName", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": true, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "Name", - "AliasList": [ - "ResourceName" - ], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": true, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "Force", + "Name": "RouteTable", "AliasList": [], "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, + "Namespace": "Microsoft.Azure.Commands.Network.Models", + "Name": "Microsoft.Azure.Commands.Network.Models.PSRouteTable", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteTable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "DisableBgpRoutePropagation": "System.Boolean", + "Routes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSRoute]", + "Subnets": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSSubnet]", + "Tag": "System.Collections.Hashtable", + "ProvisioningState": "System.String", + "RoutesText": "System.String", + "SubnetsText": "System.String", + "ResourceGroupName": "System.String", + "Location": "System.String", + "ResourceGuid": "System.String", + "Type": "System.String", + "TagsTable": "System.String", + "Name": "System.String", + "Etag": "System.String", + "Id": "System.String" + }, "ElementType": null, "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "Methods": [ + { + "Name": "ShouldSerializeSubnets", + "Parameters": [], + "ReturnType": "System.Boolean" + }, + { + "Name": "ShouldSerializeRoutes", + "Parameters": [], + "ReturnType": "System.Boolean" + }, + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] }, "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, - "Mandatory": false, + "Mandatory": true, "Position": -2147483648, - "ValueFromPipeline": false, + "ValueFromPipeline": true, "ValueFromPipelineByPropertyName": false }, { @@ -215375,30 +237082,6 @@ "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, - { - "ParameterMetadata": { - "Name": "PassThru", - "AliasList": [], - "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, { "ParameterMetadata": { "Name": "DefaultProfile", @@ -215444,11 +237127,11 @@ "AliasList": [] }, { - "VerbName": "Set", - "NounName": "AzLoadBalancer", - "Name": "Set-AzLoadBalancer", - "ClassName": "Microsoft.Azure.Commands.Network.SetAzureLoadBalancerCommand", - "SupportsShouldProcess": true, + "VerbName": "Get", + "NounName": "AzNetworkUsage", + "Name": "Get-AzNetworkUsage", + "ClassName": "Microsoft.Azure.Commands.Network.GetAzureRmNetworkUsage", + "SupportsShouldProcess": false, "ConfirmImpact": 2, "SupportsPaging": false, "DefaultParameterSetName": "__AllParameterSets", @@ -215456,35 +237139,10 @@ { "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", - "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "Name": "Microsoft.Azure.Commands.Network.Models.PSUsage", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSUsage, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { - "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", - "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool]", - "FrontendIpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration]", - "InboundNatPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSInboundNatPool]", - "InboundNatRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSInboundNatRule]", - "LoadBalancingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSLoadBalancingRule]", - "OutboundRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSOutboundRule]", - "Probes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSProbe]", - "Tag": "System.Collections.Hashtable", - "ProvisioningState": "System.String", - "Name": "System.String", - "TagsTable": "System.String", - "Type": "System.String", - "ResourceGuid": "System.String", - "Location": "System.String", - "ResourceGroupName": "System.String", - "LoadBalancingRulesText": "System.String", - "InboundNatPoolsText": "System.String", - "InboundNatRulesText": "System.String", - "ProbesText": "System.String", - "Etag": "System.String", - "BackendAddressPoolsText": "System.String", - "FrontendIpConfigurationsText": "System.String", - "SkuText": "System.String", - "OutboundRulesText": "System.String", - "Id": "System.String" + "ResourceType": "System.String" }, "ElementType": null, "GenericTypeArguments": [], @@ -215530,38 +237188,163 @@ ], "Parameters": [ { - "Name": "LoadBalancer", + "Name": "Location", "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + } + ], + "ParameterSets": [ + { + "Name": "__AllParameterSets", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "Location", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + } + ], + "AliasList": [] + }, + { + "VerbName": "Get", + "NounName": "AzIpAllocation", + "Name": "Get-AzIpAllocation", + "ClassName": "Microsoft.Azure.Commands.Network.GetAzureIpAllocationCommand", + "SupportsShouldProcess": false, + "ConfirmImpact": 2, + "SupportsPaging": false, + "DefaultParameterSetName": "__AllParameterSets", + "OutputTypes": [ + { "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", - "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "Name": "Microsoft.Azure.Commands.Network.Models.PSIpAllocation", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpAllocation, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { - "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", - "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool]", - "FrontendIpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration]", - "InboundNatPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSInboundNatPool]", - "InboundNatRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSInboundNatRule]", - "LoadBalancingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSLoadBalancingRule]", - "OutboundRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSOutboundRule]", - "Probes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSProbe]", + "Subnet": "Microsoft.Azure.Commands.Network.Models.PSSubnet", + "VirtualNetwork": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork", + "AllocationTags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", "Tag": "System.Collections.Hashtable", - "ProvisioningState": "System.String", + "PrefixLength": "System.Nullable`1[System.Int32]", + "IpAllocationType": "System.String", "Name": "System.String", "TagsTable": "System.String", "Type": "System.String", "ResourceGuid": "System.String", "Location": "System.String", - "ResourceGroupName": "System.String", - "LoadBalancingRulesText": "System.String", - "InboundNatPoolsText": "System.String", - "InboundNatRulesText": "System.String", - "ProbesText": "System.String", + "VirtualNetworkText": "System.String", "Etag": "System.String", - "BackendAddressPoolsText": "System.String", - "FrontendIpConfigurationsText": "System.String", - "SkuText": "System.String", - "OutboundRulesText": "System.String", + "SubnetText": "System.String", + "IpamAllocationId": "System.String", + "PrefixType": "System.String", + "Prefix": "System.String", + "ResourceGroupName": "System.String", "Id": "System.String" }, "ElementType": null, @@ -215601,18 +237384,57 @@ } ] }, + "ParameterSets": [ + "__AllParameterSets" + ] + } + ], + "Parameters": [ + { + "Name": "ResourceGroupName", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false + "ValidateNotNullOrEmpty": true }, { - "Name": "AsJob", + "Name": "Name", + "AliasList": [ + "ResourceName" + ], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "ResourceId", "AliasList": [], "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -215622,7 +237444,7 @@ "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false + "ValidateNotNullOrEmpty": true }, { "Name": "DefaultProfile", @@ -215660,103 +237482,221 @@ ], "ParameterSets": [ { - "Name": "__AllParameterSets", + "Name": "GetByNameParameterSet", "Parameters": [ { "ParameterMetadata": { - "Name": "LoadBalancer", + "Name": "ResourceGroupName", "AliasList": [], "Type": { - "Namespace": "Microsoft.Azure.Commands.Network.Models", - "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Name", + "AliasList": [ + "ResourceName" + ], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { - "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", - "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool]", - "FrontendIpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration]", - "InboundNatPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSInboundNatPool]", - "InboundNatRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSInboundNatRule]", - "LoadBalancingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSLoadBalancingRule]", - "OutboundRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSOutboundRule]", - "Probes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSProbe]", - "Tag": "System.Collections.Hashtable", - "ProvisioningState": "System.String", - "Name": "System.String", - "TagsTable": "System.String", - "Type": "System.String", - "ResourceGuid": "System.String", - "Location": "System.String", - "ResourceGroupName": "System.String", - "LoadBalancingRulesText": "System.String", - "InboundNatPoolsText": "System.String", - "InboundNatRulesText": "System.String", - "ProbesText": "System.String", - "Etag": "System.String", - "BackendAddressPoolsText": "System.String", - "FrontendIpConfigurationsText": "System.String", - "SkuText": "System.String", - "OutboundRulesText": "System.String", - "Id": "System.String" + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" }, "ElementType": null, "GenericTypeArguments": [], "Methods": [ { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "GetType", + "Name": "Clear", "Parameters": [], - "ReturnType": "System.Type" + "ReturnType": "System.Void" } ], - "Constructors": [ + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "ListParameterSet", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "ResourceGroupName", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ { - "Name": "", - "ReturnType": null, - "Parameters": [] + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" } - ] + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "GetByResourceIdParameterSet", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "ResourceId", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] }, "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false + "ValidateNotNullOrEmpty": true }, "Mandatory": true, "Position": -2147483648, - "ValueFromPipeline": true, - "ValueFromPipelineByPropertyName": false + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true }, { "ParameterMetadata": { - "Name": "AsJob", - "AliasList": [], + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + }, "ElementType": null, "GenericTypeArguments": [], - "Methods": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], "Constructors": [] }, "ValidateSet": [], @@ -215768,7 +237708,12 @@ "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false - }, + } + ] + }, + { + "Name": "__AllParameterSets", + "Parameters": [ { "ParameterMetadata": { "Name": "DefaultProfile", @@ -215814,50 +237759,44 @@ "AliasList": [] }, { - "VerbName": "Get", - "NounName": "AzRouteTable", - "Name": "Get-AzRouteTable", - "ClassName": "Microsoft.Azure.Commands.Network.GetAzureRmRouteTable", - "SupportsShouldProcess": false, + "VerbName": "New", + "NounName": "AzIpAllocation", + "Name": "New-AzIpAllocation", + "ClassName": "Microsoft.Azure.Commands.Network.NewAzureIpAllocationCommand", + "SupportsShouldProcess": true, "ConfirmImpact": 2, "SupportsPaging": false, - "DefaultParameterSetName": "NoExpand", + "DefaultParameterSetName": "__AllParameterSets", "OutputTypes": [ { "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", - "Name": "Microsoft.Azure.Commands.Network.Models.PSRouteTable", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteTable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "Name": "Microsoft.Azure.Commands.Network.Models.PSIpAllocation", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpAllocation, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { - "DisableBgpRoutePropagation": "System.Boolean", - "Routes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSRoute]", - "Subnets": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSSubnet]", + "Subnet": "Microsoft.Azure.Commands.Network.Models.PSSubnet", + "VirtualNetwork": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork", + "AllocationTags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", "Tag": "System.Collections.Hashtable", - "ProvisioningState": "System.String", - "RoutesText": "System.String", - "SubnetsText": "System.String", - "ResourceGroupName": "System.String", - "Location": "System.String", - "ResourceGuid": "System.String", - "Type": "System.String", - "TagsTable": "System.String", + "PrefixLength": "System.Nullable`1[System.Int32]", + "IpAllocationType": "System.String", "Name": "System.String", + "TagsTable": "System.String", + "Type": "System.String", + "ResourceGuid": "System.String", + "Location": "System.String", + "VirtualNetworkText": "System.String", "Etag": "System.String", + "SubnetText": "System.String", + "IpamAllocationId": "System.String", + "PrefixType": "System.String", + "Prefix": "System.String", + "ResourceGroupName": "System.String", "Id": "System.String" }, "ElementType": null, "GenericTypeArguments": [], "Methods": [ - { - "Name": "ShouldSerializeSubnets", - "Parameters": [], - "ReturnType": "System.Boolean" - }, - { - "Name": "ShouldSerializeRoutes", - "Parameters": [], - "ReturnType": "System.Boolean" - }, { "Name": "ToString", "Parameters": [], @@ -215898,6 +237837,26 @@ } ], "Parameters": [ + { + "Name": "Name", + "AliasList": [ + "ResourceName" + ], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, { "Name": "ResourceGroupName", "AliasList": [], @@ -215917,10 +237876,8 @@ "ValidateNotNullOrEmpty": true }, { - "Name": "Name", - "AliasList": [ - "ResourceName" - ], + "Name": "Location", + "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", @@ -215937,7 +237894,7 @@ "ValidateNotNullOrEmpty": true }, { - "Name": "ExpandResource", + "Name": "IpAllocationType", "AliasList": [], "Type": { "Namespace": "System", @@ -215949,11 +237906,163 @@ "Methods": [], "Constructors": [] }, - "ValidateSet": [], + "ValidateSet": [ + "Hypernet", + "Undefined" + ], "ValidateRangeMin": null, "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, + { + "Name": "Prefix", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "PrefixLength", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.Nullable`1[System.Int32]", + "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "System.Int32" + ], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "PrefixType", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [ + "IPV4", + "IPV6" + ], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "IpamAllocationId", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "IpAllocationTag", + "AliasList": [], + "Type": { + "Namespace": "System.Collections", + "Name": "System.Collections.Hashtable", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "Tag", + "AliasList": [], + "Type": { + "Namespace": "System.Collections", + "Name": "System.Collections.Hashtable", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "Force", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "AsJob", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, { "Name": "DefaultProfile", "AliasList": [ @@ -215990,12 +238099,14 @@ ], "ParameterSets": [ { - "Name": "Expand", + "Name": "__AllParameterSets", "Parameters": [ { "ParameterMetadata": { - "Name": "ResourceGroupName", - "AliasList": [], + "Name": "Name", + "AliasList": [ + "ResourceName" + ], "Type": { "Namespace": "System", "Name": "System.String", @@ -216018,10 +238129,8 @@ }, { "ParameterMetadata": { - "Name": "Name", - "AliasList": [ - "ResourceName" - ], + "Name": "ResourceGroupName", + "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", @@ -216044,7 +238153,7 @@ }, { "ParameterMetadata": { - "Name": "ExpandResource", + "Name": "Location", "AliasList": [], "Type": { "Namespace": "System", @@ -216068,31 +238177,69 @@ }, { "ParameterMetadata": { - "Name": "DefaultProfile", - "AliasList": [ - "AzContext", - "AzureRmContext", - "AzureCredential" + "Name": "IpAllocationType", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [ + "Hypernet", + "Undefined" ], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "Prefix", + "AliasList": [], "Type": { - "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", - "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", - "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", - "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", - "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" - }, + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, "ElementType": null, "GenericTypeArguments": [], - "Methods": [ - { - "Name": "Clear", - "Parameters": [], - "ReturnType": "System.Void" - } + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "PrefixLength", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.Nullable`1[System.Int32]", + "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "System.Int32" ], + "Methods": [], "Constructors": [] }, "ValidateSet": [], @@ -216103,16 +238250,11 @@ "Mandatory": false, "Position": -2147483648, "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - } - ] - }, - { - "Name": "NoExpand", - "Parameters": [ + "ValueFromPipelineByPropertyName": true + }, { "ParameterMetadata": { - "Name": "ResourceGroupName", + "Name": "PrefixType", "AliasList": [], "Type": { "Namespace": "System", @@ -216124,10 +238266,13 @@ "Methods": [], "Constructors": [] }, - "ValidateSet": [], + "ValidateSet": [ + "IPV4", + "IPV6" + ], "ValidateRangeMin": null, "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true + "ValidateNotNullOrEmpty": false }, "Mandatory": false, "Position": -2147483648, @@ -216136,10 +238281,8 @@ }, { "ParameterMetadata": { - "Name": "Name", - "AliasList": [ - "ResourceName" - ], + "Name": "IpamAllocationId", + "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", @@ -216153,7 +238296,7 @@ "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true + "ValidateNotNullOrEmpty": false }, "Mandatory": false, "Position": -2147483648, @@ -216162,31 +238305,64 @@ }, { "ParameterMetadata": { - "Name": "DefaultProfile", - "AliasList": [ - "AzContext", - "AzureRmContext", - "AzureCredential" - ], + "Name": "IpAllocationTag", + "AliasList": [], "Type": { - "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", - "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", - "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", - "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", - "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" - }, + "Namespace": "System.Collections", + "Name": "System.Collections.Hashtable", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "Properties": {}, "ElementType": null, "GenericTypeArguments": [], - "Methods": [ - { - "Name": "Clear", - "Parameters": [], - "ReturnType": "System.Void" - } - ], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "Tag", + "AliasList": [], + "Type": { + "Namespace": "System.Collections", + "Name": "System.Collections.Hashtable", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "Force", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], "Constructors": [] }, "ValidateSet": [], @@ -216198,12 +238374,31 @@ "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false - } - ] - }, - { - "Name": "__AllParameterSets", - "Parameters": [ + }, + { + "ParameterMetadata": { + "Name": "AsJob", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, { "ParameterMetadata": { "Name": "DefaultProfile", @@ -216249,28 +238444,79 @@ "AliasList": [] }, { - "VerbName": "New", - "NounName": "AzRouteTable", - "Name": "New-AzRouteTable", - "ClassName": "Microsoft.Azure.Commands.Network.NewAzureRmRouteTable", + "VerbName": "Remove", + "NounName": "AzIpAllocation", + "Name": "Remove-AzIpAllocation", + "ClassName": "Microsoft.Azure.Commands.Network.RemoveAzureIpAllocationCommand", "SupportsShouldProcess": true, "ConfirmImpact": 2, "SupportsPaging": false, "DefaultParameterSetName": "__AllParameterSets", "OutputTypes": [ { + "Type": { + "Namespace": "System", + "Name": "System.Boolean", + "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ParameterSets": [ + "__AllParameterSets" + ] + } + ], + "Parameters": [ + { + "Name": "Name", + "AliasList": [ + "ResourceName" + ], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "ResourceGroupName", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "InputObject", + "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", - "Name": "Microsoft.Azure.Commands.Network.Models.PSRouteTable", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteTable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "Name": "Microsoft.Azure.Commands.Network.Models.PSTopLevelResource", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSTopLevelResource, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { - "DisableBgpRoutePropagation": "System.Boolean", - "Routes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSRoute]", - "Subnets": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSSubnet]", "Tag": "System.Collections.Hashtable", - "ProvisioningState": "System.String", - "RoutesText": "System.String", - "SubnetsText": "System.String", "ResourceGroupName": "System.String", "Location": "System.String", "ResourceGuid": "System.String", @@ -216283,16 +238529,6 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ - { - "Name": "ShouldSerializeSubnets", - "Parameters": [], - "ReturnType": "System.Boolean" - }, - { - "Name": "ShouldSerializeRoutes", - "Parameters": [], - "ReturnType": "System.Boolean" - }, { "Name": "ToString", "Parameters": [], @@ -216327,35 +238563,14 @@ } ] }, - "ParameterSets": [ - "__AllParameterSets" - ] - } - ], - "Parameters": [ - { - "Name": "ResourceGroupName", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true + "ValidateNotNullOrEmpty": false }, { - "Name": "Name", - "AliasList": [ - "ResourceName" - ], + "Name": "ResourceId", + "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", @@ -216372,7 +238587,7 @@ "ValidateNotNullOrEmpty": true }, { - "Name": "DisableBgpRoutePropagation", + "Name": "Force", "AliasList": [], "Type": { "Namespace": "System.Management.Automation", @@ -216390,61 +238605,7 @@ "ValidateNotNullOrEmpty": false }, { - "Name": "Location", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - { - "Name": "Tag", - "AliasList": [], - "Type": { - "Namespace": "System.Collections", - "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "Route", - "AliasList": [], - "Type": { - "Namespace": "Microsoft.Azure.Commands.Network.Models", - "Name": "Microsoft.Azure.Commands.Network.Models.PSRoute[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoute[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", - "Properties": {}, - "ElementType": "Microsoft.Azure.Commands.Network.Models.PSRoute", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "Force", + "Name": "PassThru", "AliasList": [], "Type": { "Namespace": "System.Management.Automation", @@ -216515,11 +238676,359 @@ ], "ParameterSets": [ { - "Name": "__AllParameterSets", + "Name": "DeleteByNameParameterSet", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "Name", + "AliasList": [ + "ResourceName" + ], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "ResourceGroupName", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "Force", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "PassThru", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "AsJob", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "DeleteByInputObjectParameterSet", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "InputObject", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Network.Models", + "Name": "Microsoft.Azure.Commands.Network.Models.PSTopLevelResource", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSTopLevelResource, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "Tag": "System.Collections.Hashtable", + "ResourceGroupName": "System.String", + "Location": "System.String", + "ResourceGuid": "System.String", + "Type": "System.String", + "TagsTable": "System.String", + "Name": "System.String", + "Etag": "System.String", + "Id": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": true, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Force", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "PassThru", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "AsJob", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "DeleteByResourceIdParameterSet", "Parameters": [ { "ParameterMetadata": { - "Name": "ResourceGroupName", + "Name": "ResourceId", "AliasList": [], "Type": { "Namespace": "System", @@ -216543,14 +239052,12 @@ }, { "ParameterMetadata": { - "Name": "Name", - "AliasList": [ - "ResourceName" - ], + "Name": "Force", + "AliasList": [], "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -216560,16 +239067,16 @@ "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true + "ValidateNotNullOrEmpty": false }, - "Mandatory": true, + "Mandatory": false, "Position": -2147483648, "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true + "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "DisableBgpRoutePropagation", + "Name": "PassThru", "AliasList": [], "Type": { "Namespace": "System.Management.Automation", @@ -216593,12 +239100,12 @@ }, { "ParameterMetadata": { - "Name": "Location", + "Name": "AsJob", "AliasList": [], "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -216608,25 +239115,40 @@ "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true + "ValidateNotNullOrEmpty": false }, - "Mandatory": true, + "Mandatory": false, "Position": -2147483648, "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true + "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "Tag", - "AliasList": [], + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], "Type": { - "Namespace": "System.Collections", - "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", - "Properties": {}, + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + }, "ElementType": null, "GenericTypeArguments": [], - "Methods": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], "Constructors": [] }, "ValidateSet": [], @@ -216637,18 +239159,23 @@ "Mandatory": false, "Position": -2147483648, "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "__AllParameterSets", + "Parameters": [ { "ParameterMetadata": { - "Name": "Route", + "Name": "Force", "AliasList": [], "Type": { - "Namespace": "Microsoft.Azure.Commands.Network.Models", - "Name": "Microsoft.Azure.Commands.Network.Models.PSRoute[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoute[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, - "ElementType": "Microsoft.Azure.Commands.Network.Models.PSRoute", + "ElementType": null, "GenericTypeArguments": [], "Methods": [], "Constructors": [] @@ -216661,11 +239188,11 @@ "Mandatory": false, "Position": -2147483648, "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true + "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "Force", + "Name": "PassThru", "AliasList": [], "Type": { "Namespace": "System.Management.Automation", @@ -216756,25 +239283,77 @@ "AliasList": [] }, { - "VerbName": "Remove", - "NounName": "AzRouteTable", - "Name": "Remove-AzRouteTable", - "ClassName": "Microsoft.Azure.Commands.Network.RemoveAzureRmRouteTable", - "SupportsShouldProcess": true, + "VerbName": "Set", + "NounName": "AzIpAllocation", + "Name": "Set-AzIpAllocation", + "ClassName": "Microsoft.Azure.Commands.Network.SetAzureIpAllocationCommand", + "SupportsShouldProcess": false, "ConfirmImpact": 2, "SupportsPaging": false, "DefaultParameterSetName": "__AllParameterSets", "OutputTypes": [ { "Type": { - "Namespace": "System", - "Name": "System.Boolean", - "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, + "Namespace": "Microsoft.Azure.Commands.Network.Models", + "Name": "Microsoft.Azure.Commands.Network.Models.PSIpAllocation", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpAllocation, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "Subnet": "Microsoft.Azure.Commands.Network.Models.PSSubnet", + "VirtualNetwork": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork", + "AllocationTags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", + "Tag": "System.Collections.Hashtable", + "PrefixLength": "System.Nullable`1[System.Int32]", + "IpAllocationType": "System.String", + "Name": "System.String", + "TagsTable": "System.String", + "Type": "System.String", + "ResourceGuid": "System.String", + "Location": "System.String", + "VirtualNetworkText": "System.String", + "Etag": "System.String", + "SubnetText": "System.String", + "IpamAllocationId": "System.String", + "PrefixType": "System.String", + "Prefix": "System.String", + "ResourceGroupName": "System.String", + "Id": "System.String" + }, "ElementType": null, "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] }, "ParameterSets": [ "__AllParameterSets" @@ -216802,8 +239381,26 @@ }, { "Name": "Name", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "ResourceId", "AliasList": [ - "ResourceName" + "IpAllocationId" ], "Type": { "Namespace": "System", @@ -216821,12 +239418,84 @@ "ValidateNotNullOrEmpty": true }, { - "Name": "Force", + "Name": "InputObject", + "AliasList": [ + "IpAllocation" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Network.Models", + "Name": "Microsoft.Azure.Commands.Network.Models.PSIpAllocation", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpAllocation, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "Subnet": "Microsoft.Azure.Commands.Network.Models.PSSubnet", + "VirtualNetwork": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork", + "AllocationTags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", + "Tag": "System.Collections.Hashtable", + "PrefixLength": "System.Nullable`1[System.Int32]", + "IpAllocationType": "System.String", + "Name": "System.String", + "TagsTable": "System.String", + "Type": "System.String", + "ResourceGuid": "System.String", + "Location": "System.String", + "VirtualNetworkText": "System.String", + "Etag": "System.String", + "SubnetText": "System.String", + "IpamAllocationId": "System.String", + "PrefixType": "System.String", + "Prefix": "System.String", + "ResourceGroupName": "System.String", + "Id": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "IpAllocationTag", "AliasList": [], "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Namespace": "System.Collections", + "Name": "System.Collections.Hashtable", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -216839,12 +239508,12 @@ "ValidateNotNullOrEmpty": false }, { - "Name": "AsJob", + "Name": "Tag", "AliasList": [], "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Namespace": "System.Collections", + "Name": "System.Collections.Hashtable", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -216857,7 +239526,7 @@ "ValidateNotNullOrEmpty": false }, { - "Name": "PassThru", + "Name": "AsJob", "AliasList": [], "Type": { "Namespace": "System.Management.Automation", @@ -216910,7 +239579,7 @@ ], "ParameterSets": [ { - "Name": "__AllParameterSets", + "Name": "SetByNameParameterSet", "Parameters": [ { "ParameterMetadata": { @@ -216934,14 +239603,12 @@ "Mandatory": true, "Position": -2147483648, "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true + "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { "Name": "Name", - "AliasList": [ - "ResourceName" - ], + "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", @@ -216960,16 +239627,16 @@ "Mandatory": true, "Position": -2147483648, "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true + "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "Force", + "Name": "IpAllocationTag", "AliasList": [], "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Namespace": "System.Collections", + "Name": "System.Collections.Hashtable", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -216984,16 +239651,16 @@ "Mandatory": false, "Position": -2147483648, "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false + "ValueFromPipelineByPropertyName": true }, { "ParameterMetadata": { - "Name": "AsJob", + "Name": "Tag", "AliasList": [], "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Namespace": "System.Collections", + "Name": "System.Collections.Hashtable", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -217008,11 +239675,11 @@ "Mandatory": false, "Position": -2147483648, "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false + "ValueFromPipelineByPropertyName": true }, { "ParameterMetadata": { - "Name": "PassThru", + "Name": "AsJob", "AliasList": [], "Type": { "Namespace": "System.Management.Automation", @@ -217074,367 +239741,16 @@ "ValueFromPipelineByPropertyName": false } ] - } - ], - "AliasList": [] - }, - { - "VerbName": "Add", - "NounName": "AzRouteConfig", - "Name": "Add-AzRouteConfig", - "ClassName": "Microsoft.Azure.Commands.Network.AddAzureRmRouteConfigCommand", - "SupportsShouldProcess": true, - "ConfirmImpact": 2, - "SupportsPaging": false, - "DefaultParameterSetName": "__AllParameterSets", - "OutputTypes": [ - { - "Type": { - "Namespace": "Microsoft.Azure.Commands.Network.Models", - "Name": "Microsoft.Azure.Commands.Network.Models.PSRouteTable", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteTable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", - "Properties": { - "DisableBgpRoutePropagation": "System.Boolean", - "Routes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSRoute]", - "Subnets": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSSubnet]", - "Tag": "System.Collections.Hashtable", - "ProvisioningState": "System.String", - "RoutesText": "System.String", - "SubnetsText": "System.String", - "ResourceGroupName": "System.String", - "Location": "System.String", - "ResourceGuid": "System.String", - "Type": "System.String", - "TagsTable": "System.String", - "Name": "System.String", - "Etag": "System.String", - "Id": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "ShouldSerializeSubnets", - "Parameters": [], - "ReturnType": "System.Boolean" - }, - { - "Name": "ShouldSerializeRoutes", - "Parameters": [], - "ReturnType": "System.Boolean" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [ - { - "Name": "", - "ReturnType": null, - "Parameters": [] - } - ] - }, - "ParameterSets": [ - "__AllParameterSets" - ] - } - ], - "Parameters": [ - { - "Name": "RouteTable", - "AliasList": [], - "Type": { - "Namespace": "Microsoft.Azure.Commands.Network.Models", - "Name": "Microsoft.Azure.Commands.Network.Models.PSRouteTable", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteTable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", - "Properties": { - "DisableBgpRoutePropagation": "System.Boolean", - "Routes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSRoute]", - "Subnets": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSSubnet]", - "Tag": "System.Collections.Hashtable", - "ProvisioningState": "System.String", - "RoutesText": "System.String", - "SubnetsText": "System.String", - "ResourceGroupName": "System.String", - "Location": "System.String", - "ResourceGuid": "System.String", - "Type": "System.String", - "TagsTable": "System.String", - "Name": "System.String", - "Etag": "System.String", - "Id": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "ShouldSerializeSubnets", - "Parameters": [], - "ReturnType": "System.Boolean" - }, - { - "Name": "ShouldSerializeRoutes", - "Parameters": [], - "ReturnType": "System.Boolean" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [ - { - "Name": "", - "ReturnType": null, - "Parameters": [] - } - ] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "Name", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "AddressPrefix", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "NextHopType", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "NextHopIpAddress", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false }, { - "Name": "DefaultProfile", - "AliasList": [ - "AzContext", - "AzureRmContext", - "AzureCredential" - ], - "Type": { - "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", - "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", - "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", - "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", - "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "Clear", - "Parameters": [], - "ReturnType": "System.Void" - } - ], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - } - ], - "ParameterSets": [ - { - "Name": "__AllParameterSets", + "Name": "SetByResourceIdParameterSet", "Parameters": [ { "ParameterMetadata": { - "Name": "RouteTable", - "AliasList": [], - "Type": { - "Namespace": "Microsoft.Azure.Commands.Network.Models", - "Name": "Microsoft.Azure.Commands.Network.Models.PSRouteTable", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteTable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", - "Properties": { - "DisableBgpRoutePropagation": "System.Boolean", - "Routes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSRoute]", - "Subnets": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSSubnet]", - "Tag": "System.Collections.Hashtable", - "ProvisioningState": "System.String", - "RoutesText": "System.String", - "SubnetsText": "System.String", - "ResourceGroupName": "System.String", - "Location": "System.String", - "ResourceGuid": "System.String", - "Type": "System.String", - "TagsTable": "System.String", - "Name": "System.String", - "Etag": "System.String", - "Id": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "ShouldSerializeSubnets", - "Parameters": [], - "ReturnType": "System.Boolean" - }, - { - "Name": "ShouldSerializeRoutes", - "Parameters": [], - "ReturnType": "System.Boolean" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [ - { - "Name": "", - "ReturnType": null, - "Parameters": [] - } - ] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": true, - "Position": -2147483648, - "ValueFromPipeline": true, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "Name", - "AliasList": [], + "Name": "ResourceId", + "AliasList": [ + "IpAllocationId" + ], "Type": { "Namespace": "System", "Name": "System.String", @@ -217448,21 +239764,21 @@ "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false + "ValidateNotNullOrEmpty": true }, - "Mandatory": false, + "Mandatory": true, "Position": -2147483648, "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false + "ValueFromPipelineByPropertyName": true }, { "ParameterMetadata": { - "Name": "AddressPrefix", + "Name": "IpAllocationTag", "AliasList": [], "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Namespace": "System.Collections", + "Name": "System.Collections.Hashtable", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -217481,12 +239797,12 @@ }, { "ParameterMetadata": { - "Name": "NextHopType", + "Name": "Tag", "AliasList": [], "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Namespace": "System.Collections", + "Name": "System.Collections.Hashtable", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -217505,12 +239821,12 @@ }, { "ParameterMetadata": { - "Name": "NextHopIpAddress", + "Name": "AsJob", "AliasList": [], "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -217525,7 +239841,7 @@ "Mandatory": false, "Position": -2147483648, "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true + "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { @@ -217567,299 +239883,260 @@ "ValueFromPipelineByPropertyName": false } ] - } - ], - "AliasList": [] - }, - { - "VerbName": "Get", - "NounName": "AzRouteConfig", - "Name": "Get-AzRouteConfig", - "ClassName": "Microsoft.Azure.Commands.Network.GetAzureRmRouteConfigCommand", - "SupportsShouldProcess": false, - "ConfirmImpact": 2, - "SupportsPaging": false, - "DefaultParameterSetName": "__AllParameterSets", - "OutputTypes": [ + }, { - "Type": { - "Namespace": "Microsoft.Azure.Commands.Network.Models", - "Name": "Microsoft.Azure.Commands.Network.Models.PSRoute", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoute, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", - "Properties": { - "AddressPrefix": "System.String", - "NextHopType": "System.String", - "NextHopIpAddress": "System.String", - "ProvisioningState": "System.String", - "Name": "System.String", - "Etag": "System.String", - "Id": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Reflection.RuntimeParameterInfo" - } + "Name": "SetByInputObjectParameterSet", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "InputObject", + "AliasList": [ + "IpAllocation" ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" + "Type": { + "Namespace": "Microsoft.Azure.Commands.Network.Models", + "Name": "Microsoft.Azure.Commands.Network.Models.PSIpAllocation", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpAllocation, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "Subnet": "Microsoft.Azure.Commands.Network.Models.PSSubnet", + "VirtualNetwork": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork", + "AllocationTags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", + "Tag": "System.Collections.Hashtable", + "PrefixLength": "System.Nullable`1[System.Int32]", + "IpAllocationType": "System.String", + "Name": "System.String", + "TagsTable": "System.String", + "Type": "System.String", + "ResourceGuid": "System.String", + "Location": "System.String", + "VirtualNetworkText": "System.String", + "Etag": "System.String", + "SubnetText": "System.String", + "IpamAllocationId": "System.String", + "PrefixType": "System.String", + "Prefix": "System.String", + "ResourceGroupName": "System.String", + "Id": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [ - { - "Name": "", - "ReturnType": null, - "Parameters": [] - } - ] - }, - "ParameterSets": [ - "__AllParameterSets" - ] - } - ], - "Parameters": [ - { - "Name": "RouteTable", - "AliasList": [], - "Type": { - "Namespace": "Microsoft.Azure.Commands.Network.Models", - "Name": "Microsoft.Azure.Commands.Network.Models.PSRouteTable", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteTable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", - "Properties": { - "DisableBgpRoutePropagation": "System.Boolean", - "Routes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSRoute]", - "Subnets": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSSubnet]", - "Tag": "System.Collections.Hashtable", - "ProvisioningState": "System.String", - "RoutesText": "System.String", - "SubnetsText": "System.String", - "ResourceGroupName": "System.String", - "Location": "System.String", - "ResourceGuid": "System.String", - "Type": "System.String", - "TagsTable": "System.String", - "Name": "System.String", - "Etag": "System.String", - "Id": "System.String" + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": true, + "ValueFromPipelineByPropertyName": false }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "ShouldSerializeSubnets", - "Parameters": [], - "ReturnType": "System.Boolean" - }, - { - "Name": "ShouldSerializeRoutes", - "Parameters": [], - "ReturnType": "System.Boolean" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Boolean" + { + "ParameterMetadata": { + "Name": "IpAllocationTag", + "AliasList": [], + "Type": { + "Namespace": "System.Collections", + "Name": "System.Collections.Hashtable", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "Tag", + "AliasList": [], + "Type": { + "Namespace": "System.Collections", + "Name": "System.Collections.Hashtable", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [ - { - "Name": "", - "ReturnType": null, - "Parameters": [] - } - ] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "Name", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "DefaultProfile", - "AliasList": [ - "AzContext", - "AzureRmContext", - "AzureCredential" - ], - "Type": { - "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", - "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", - "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", - "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", - "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "AsJob", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "Clear", - "Parameters": [], - "ReturnType": "System.Void" - } - ], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - } - ], - "ParameterSets": [ - { - "Name": "__AllParameterSets", - "Parameters": [ { "ParameterMetadata": { - "Name": "RouteTable", - "AliasList": [], + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], "Type": { - "Namespace": "Microsoft.Azure.Commands.Network.Models", - "Name": "Microsoft.Azure.Commands.Network.Models.PSRouteTable", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteTable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { - "DisableBgpRoutePropagation": "System.Boolean", - "Routes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSRoute]", - "Subnets": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSSubnet]", - "Tag": "System.Collections.Hashtable", - "ProvisioningState": "System.String", - "RoutesText": "System.String", - "SubnetsText": "System.String", - "ResourceGroupName": "System.String", - "Location": "System.String", - "ResourceGuid": "System.String", - "Type": "System.String", - "TagsTable": "System.String", - "Name": "System.String", - "Etag": "System.String", - "Id": "System.String" + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" }, "ElementType": null, "GenericTypeArguments": [], "Methods": [ { - "Name": "ShouldSerializeSubnets", - "Parameters": [], - "ReturnType": "System.Boolean" - }, - { - "Name": "ShouldSerializeRoutes", - "Parameters": [], - "ReturnType": "System.Boolean" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "GetType", + "Name": "Clear", "Parameters": [], - "ReturnType": "System.Type" + "ReturnType": "System.Void" } ], - "Constructors": [ - { - "Name": "", - "ReturnType": null, - "Parameters": [] - } - ] + "Constructors": [] }, "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, - "Mandatory": true, + "Mandatory": false, "Position": -2147483648, - "ValueFromPipeline": true, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "__AllParameterSets", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "IpAllocationTag", + "AliasList": [], + "Type": { + "Namespace": "System.Collections", + "Name": "System.Collections.Hashtable", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": true }, { "ParameterMetadata": { - "Name": "Name", + "Name": "Tag", "AliasList": [], "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Namespace": "System.Collections", + "Name": "System.Collections.Hashtable", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "AsJob", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -217921,25 +240198,30 @@ "AliasList": [] }, { - "VerbName": "New", - "NounName": "AzRouteConfig", - "Name": "New-AzRouteConfig", - "ClassName": "Microsoft.Azure.Commands.Network.NewAzureRmRouteConfigCommand", - "SupportsShouldProcess": true, + "VerbName": "Get", + "NounName": "AzIpGroup", + "Name": "Get-AzIpGroup", + "ClassName": "Microsoft.Azure.Commands.Network.GetIpGroupsCommand", + "SupportsShouldProcess": false, "ConfirmImpact": 2, "SupportsPaging": false, - "DefaultParameterSetName": "__AllParameterSets", + "DefaultParameterSetName": "IpGroupNameParameterSet", "OutputTypes": [ { "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", - "Name": "Microsoft.Azure.Commands.Network.Models.PSRoute", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoute, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "Name": "Microsoft.Azure.Commands.Network.Models.PSIpGroup", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { - "AddressPrefix": "System.String", - "NextHopType": "System.String", - "NextHopIpAddress": "System.String", + "Firewalls": "System.Collections.Generic.List`1[Microsoft.Azure.Management.Network.Models.SubResource]", + "IpAddresses": "System.Collections.Generic.List`1[System.String]", + "Tag": "System.Collections.Hashtable", "ProvisioningState": "System.String", + "ResourceGroupName": "System.String", + "Location": "System.String", + "ResourceGuid": "System.String", + "Type": "System.String", + "TagsTable": "System.String", "Name": "System.String", "Etag": "System.String", "Id": "System.String" @@ -217984,29 +240266,28 @@ "ParameterSets": [ "__AllParameterSets" ] - } - ], - "Parameters": [ + }, { - "Name": "Name", - "AliasList": [], "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Namespace": "System.Collections.Generic", + "Name": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Network.Models.PSIpGroup]", + "AssemblyQualifiedName": "System.Collections.Generic.IEnumerable`1[[Microsoft.Azure.Commands.Network.Models.PSIpGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, - "GenericTypeArguments": [], + "GenericTypeArguments": [ + "Microsoft.Azure.Commands.Network.Models.PSIpGroup" + ], "Methods": [], "Constructors": [] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, + "ParameterSets": [ + "__AllParameterSets" + ] + } + ], + "Parameters": [ { - "Name": "AddressPrefix", + "Name": "ResourceGroupName", "AliasList": [], "Type": { "Namespace": "System", @@ -218021,11 +240302,13 @@ "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false + "ValidateNotNullOrEmpty": true }, { - "Name": "NextHopType", - "AliasList": [], + "Name": "Name", + "AliasList": [ + "ResourceName" + ], "Type": { "Namespace": "System", "Name": "System.String", @@ -218039,10 +240322,10 @@ "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false + "ValidateNotNullOrEmpty": true }, { - "Name": "NextHopIpAddress", + "Name": "ResourceId", "AliasList": [], "Type": { "Namespace": "System", @@ -218057,7 +240340,7 @@ "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false + "ValidateNotNullOrEmpty": true }, { "Name": "DefaultProfile", @@ -218095,11 +240378,11 @@ ], "ParameterSets": [ { - "Name": "__AllParameterSets", + "Name": "IpGroupNameParameterSet", "Parameters": [ { "ParameterMetadata": { - "Name": "Name", + "Name": "ResourceGroupName", "AliasList": [], "Type": { "Namespace": "System", @@ -218114,17 +240397,19 @@ "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false + "ValidateNotNullOrEmpty": true }, "Mandatory": false, "Position": -2147483648, "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false + "ValueFromPipelineByPropertyName": true }, { "ParameterMetadata": { - "Name": "AddressPrefix", - "AliasList": [], + "Name": "Name", + "AliasList": [ + "ResourceName" + ], "Type": { "Namespace": "System", "Name": "System.String", @@ -218138,7 +240423,7 @@ "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false + "ValidateNotNullOrEmpty": true }, "Mandatory": false, "Position": -2147483648, @@ -218147,16 +240432,31 @@ }, { "ParameterMetadata": { - "Name": "NextHopType", - "AliasList": [], + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + }, "ElementType": null, "GenericTypeArguments": [], - "Methods": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], "Constructors": [] }, "ValidateSet": [], @@ -218167,11 +240467,16 @@ "Mandatory": false, "Position": -2147483648, "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "IpGroupResourceIdParameterSet", + "Parameters": [ { "ParameterMetadata": { - "Name": "NextHopIpAddress", + "Name": "ResourceId", "AliasList": [], "Type": { "Namespace": "System", @@ -218186,9 +240491,9 @@ "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false + "ValidateNotNullOrEmpty": true }, - "Mandatory": false, + "Mandatory": true, "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": true @@ -218233,33 +240538,74 @@ "ValueFromPipelineByPropertyName": false } ] + }, + { + "Name": "__AllParameterSets", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] } ], "AliasList": [] }, { - "VerbName": "Remove", - "NounName": "AzRouteConfig", - "Name": "Remove-AzRouteConfig", - "ClassName": "Microsoft.Azure.Commands.Network.RemoveAzureRmRouteConfigCommand", + "VerbName": "New", + "NounName": "AzIpGroup", + "Name": "New-AzIpGroup", + "ClassName": "Microsoft.Azure.Commands.Network.NewIpGroupsCommand", "SupportsShouldProcess": true, "ConfirmImpact": 2, "SupportsPaging": false, - "DefaultParameterSetName": "__AllParameterSets", + "DefaultParameterSetName": "Default", "OutputTypes": [ { "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", - "Name": "Microsoft.Azure.Commands.Network.Models.PSRouteTable", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteTable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "Name": "Microsoft.Azure.Commands.Network.Models.PSIpGroup", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { - "DisableBgpRoutePropagation": "System.Boolean", - "Routes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSRoute]", - "Subnets": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSSubnet]", + "Firewalls": "System.Collections.Generic.List`1[Microsoft.Azure.Management.Network.Models.SubResource]", + "IpAddresses": "System.Collections.Generic.List`1[System.String]", "Tag": "System.Collections.Hashtable", "ProvisioningState": "System.String", - "RoutesText": "System.String", - "SubnetsText": "System.String", "ResourceGroupName": "System.String", "Location": "System.String", "ResourceGuid": "System.String", @@ -218272,16 +240618,6 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ - { - "Name": "ShouldSerializeSubnets", - "Parameters": [], - "ReturnType": "System.Boolean" - }, - { - "Name": "ShouldSerializeRoutes", - "Parameters": [], - "ReturnType": "System.Boolean" - }, { "Name": "ToString", "Parameters": [], @@ -218323,83 +240659,63 @@ ], "Parameters": [ { - "Name": "RouteTable", + "Name": "Name", + "AliasList": [ + "ResourceName" + ], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "ResourceGroupName", "AliasList": [], "Type": { - "Namespace": "Microsoft.Azure.Commands.Network.Models", - "Name": "Microsoft.Azure.Commands.Network.Models.PSRouteTable", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteTable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", - "Properties": { - "DisableBgpRoutePropagation": "System.Boolean", - "Routes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSRoute]", - "Subnets": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSSubnet]", - "Tag": "System.Collections.Hashtable", - "ProvisioningState": "System.String", - "RoutesText": "System.String", - "SubnetsText": "System.String", - "ResourceGroupName": "System.String", - "Location": "System.String", - "ResourceGuid": "System.String", - "Type": "System.String", - "TagsTable": "System.String", - "Name": "System.String", - "Etag": "System.String", - "Id": "System.String" - }, + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, "ElementType": null, "GenericTypeArguments": [], - "Methods": [ - { - "Name": "ShouldSerializeSubnets", - "Parameters": [], - "ReturnType": "System.Boolean" - }, - { - "Name": "ShouldSerializeRoutes", - "Parameters": [], - "ReturnType": "System.Boolean" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [ - { - "Name": "", - "ReturnType": null, - "Parameters": [] - } - ] + "Methods": [], + "Constructors": [] }, "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false + "ValidateNotNullOrEmpty": true }, { - "Name": "Name", + "Name": "IpAddress", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String[]", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": "System.String", + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "Location", "AliasList": [], "Type": { "Namespace": "System", @@ -218414,6 +240730,60 @@ "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "Tag", + "AliasList": [], + "Type": { + "Namespace": "System.Collections", + "Name": "System.Collections.Hashtable", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "Force", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "AsJob", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { @@ -218456,89 +240826,81 @@ "Parameters": [ { "ParameterMetadata": { - "Name": "RouteTable", + "Name": "Name", + "AliasList": [ + "ResourceName" + ], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "ResourceGroupName", "AliasList": [], "Type": { - "Namespace": "Microsoft.Azure.Commands.Network.Models", - "Name": "Microsoft.Azure.Commands.Network.Models.PSRouteTable", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteTable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", - "Properties": { - "DisableBgpRoutePropagation": "System.Boolean", - "Routes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSRoute]", - "Subnets": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSSubnet]", - "Tag": "System.Collections.Hashtable", - "ProvisioningState": "System.String", - "RoutesText": "System.String", - "SubnetsText": "System.String", - "ResourceGroupName": "System.String", - "Location": "System.String", - "ResourceGuid": "System.String", - "Type": "System.String", - "TagsTable": "System.String", - "Name": "System.String", - "Etag": "System.String", - "Id": "System.String" - }, + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, "ElementType": null, "GenericTypeArguments": [], - "Methods": [ - { - "Name": "ShouldSerializeSubnets", - "Parameters": [], - "ReturnType": "System.Boolean" - }, - { - "Name": "ShouldSerializeRoutes", - "Parameters": [], - "ReturnType": "System.Boolean" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [ - { - "Name": "", - "ReturnType": null, - "Parameters": [] - } - ] + "Methods": [], + "Constructors": [] }, "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false + "ValidateNotNullOrEmpty": true }, "Mandatory": true, "Position": -2147483648, - "ValueFromPipeline": true, + "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": true }, { "ParameterMetadata": { - "Name": "Name", + "Name": "IpAddress", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String[]", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": "System.String", + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Location", "AliasList": [], "Type": { "Namespace": "System", @@ -218553,6 +240915,78 @@ "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "Tag", + "AliasList": [], + "Type": { + "Namespace": "System.Collections", + "Name": "System.Collections.Hashtable", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "Force", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "AsJob", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -218600,88 +241034,34 @@ "ValueFromPipelineByPropertyName": false } ] + }, + { + "Name": "Default", + "Parameters": [] } ], "AliasList": [] }, { - "VerbName": "Set", - "NounName": "AzRouteConfig", - "Name": "Set-AzRouteConfig", - "ClassName": "Microsoft.Azure.Commands.Network.SetAzureRmRouteConfigCommand", + "VerbName": "Remove", + "NounName": "AzIpGroup", + "Name": "Remove-AzIpGroup", + "ClassName": "Microsoft.Azure.Commands.Network.RemoveIpGroupsCommand", "SupportsShouldProcess": true, "ConfirmImpact": 2, "SupportsPaging": false, - "DefaultParameterSetName": "__AllParameterSets", + "DefaultParameterSetName": "IpGroupNameParameterSet", "OutputTypes": [ { "Type": { - "Namespace": "Microsoft.Azure.Commands.Network.Models", - "Name": "Microsoft.Azure.Commands.Network.Models.PSRouteTable", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteTable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", - "Properties": { - "DisableBgpRoutePropagation": "System.Boolean", - "Routes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSRoute]", - "Subnets": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSSubnet]", - "Tag": "System.Collections.Hashtable", - "ProvisioningState": "System.String", - "RoutesText": "System.String", - "SubnetsText": "System.String", - "ResourceGroupName": "System.String", - "Location": "System.String", - "ResourceGuid": "System.String", - "Type": "System.String", - "TagsTable": "System.String", - "Name": "System.String", - "Etag": "System.String", - "Id": "System.String" - }, + "Namespace": "System", + "Name": "System.Boolean", + "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, "ElementType": null, "GenericTypeArguments": [], - "Methods": [ - { - "Name": "ShouldSerializeSubnets", - "Parameters": [], - "ReturnType": "System.Boolean" - }, - { - "Name": "ShouldSerializeRoutes", - "Parameters": [], - "ReturnType": "System.Boolean" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [ - { - "Name": "", - "ReturnType": null, - "Parameters": [] - } - ] + "Methods": [], + "Constructors": [] }, "ParameterSets": [ "__AllParameterSets" @@ -218690,20 +241070,55 @@ ], "Parameters": [ { - "Name": "RouteTable", + "Name": "Name", + "AliasList": [ + "ResourceName" + ], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "ResourceGroupName", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "IpGroup", "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", - "Name": "Microsoft.Azure.Commands.Network.Models.PSRouteTable", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteTable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "Name": "Microsoft.Azure.Commands.Network.Models.PSIpGroup", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { - "DisableBgpRoutePropagation": "System.Boolean", - "Routes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSRoute]", - "Subnets": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSSubnet]", + "Firewalls": "System.Collections.Generic.List`1[Microsoft.Azure.Management.Network.Models.SubResource]", + "IpAddresses": "System.Collections.Generic.List`1[System.String]", "Tag": "System.Collections.Hashtable", "ProvisioningState": "System.String", - "RoutesText": "System.String", - "SubnetsText": "System.String", "ResourceGroupName": "System.String", "Location": "System.String", "ResourceGuid": "System.String", @@ -218716,16 +241131,6 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ - { - "Name": "ShouldSerializeSubnets", - "Parameters": [], - "ReturnType": "System.Boolean" - }, - { - "Name": "ShouldSerializeRoutes", - "Parameters": [], - "ReturnType": "System.Boolean" - }, { "Name": "ToString", "Parameters": [], @@ -218763,10 +241168,10 @@ "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false + "ValidateNotNullOrEmpty": true }, { - "Name": "Name", + "Name": "ResourceId", "AliasList": [], "Type": { "Namespace": "System", @@ -218781,15 +241186,15 @@ "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false + "ValidateNotNullOrEmpty": true }, { - "Name": "AddressPrefix", + "Name": "Force", "AliasList": [], "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -218802,12 +241207,12 @@ "ValidateNotNullOrEmpty": false }, { - "Name": "NextHopType", + "Name": "PassThru", "AliasList": [], "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -218820,12 +241225,12 @@ "ValidateNotNullOrEmpty": false }, { - "Name": "NextHopIpAddress", + "Name": "AsJob", "AliasList": [], "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -218854,43 +241259,206 @@ "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "Clear", - "Parameters": [], - "ReturnType": "System.Void" - } - ], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - } - ], - "ParameterSets": [ + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + } + ], + "ParameterSets": [ + { + "Name": "IpGroupNameParameterSet", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "Name", + "AliasList": [ + "ResourceName" + ], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "ResourceGroupName", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "Force", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "PassThru", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "AsJob", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, { - "Name": "__AllParameterSets", + "Name": "IpGroupInputObjectParameterSet", "Parameters": [ { "ParameterMetadata": { - "Name": "RouteTable", + "Name": "IpGroup", "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", - "Name": "Microsoft.Azure.Commands.Network.Models.PSRouteTable", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteTable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "Name": "Microsoft.Azure.Commands.Network.Models.PSIpGroup", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { - "DisableBgpRoutePropagation": "System.Boolean", - "Routes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSRoute]", - "Subnets": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSSubnet]", + "Firewalls": "System.Collections.Generic.List`1[Microsoft.Azure.Management.Network.Models.SubResource]", + "IpAddresses": "System.Collections.Generic.List`1[System.String]", "Tag": "System.Collections.Hashtable", "ProvisioningState": "System.String", - "RoutesText": "System.String", - "SubnetsText": "System.String", "ResourceGroupName": "System.String", "Location": "System.String", "ResourceGuid": "System.String", @@ -218903,16 +241471,6 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ - { - "Name": "ShouldSerializeSubnets", - "Parameters": [], - "ReturnType": "System.Boolean" - }, - { - "Name": "ShouldSerializeRoutes", - "Parameters": [], - "ReturnType": "System.Boolean" - }, { "Name": "ToString", "Parameters": [], @@ -218950,21 +241508,21 @@ "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false + "ValidateNotNullOrEmpty": true }, "Mandatory": true, "Position": -2147483648, "ValueFromPipeline": true, - "ValueFromPipelineByPropertyName": true + "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "Name", + "Name": "Force", "AliasList": [], "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -218983,12 +241541,12 @@ }, { "ParameterMetadata": { - "Name": "AddressPrefix", + "Name": "PassThru", "AliasList": [], "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -219003,16 +241561,16 @@ "Mandatory": false, "Position": -2147483648, "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true + "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "NextHopType", + "Name": "AsJob", "AliasList": [], "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -219027,11 +241585,55 @@ "Mandatory": false, "Position": -2147483648, "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true + "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "NextHopIpAddress", + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "IpGroupResourceIdParameterSet", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "ResourceId", "AliasList": [], "Type": { "Namespace": "System", @@ -219046,12 +241648,200 @@ "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "Force", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, "Position": -2147483648, "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "PassThru", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "AsJob", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "__AllParameterSets", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "Force", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "PassThru", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "AsJob", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { @@ -219099,9 +241889,9 @@ }, { "VerbName": "Set", - "NounName": "AzRouteTable", - "Name": "Set-AzRouteTable", - "ClassName": "Microsoft.Azure.Commands.Network.SetAzureRouteTableCommand", + "NounName": "AzIpGroup", + "Name": "Set-AzIpGroup", + "ClassName": "Microsoft.Azure.Commands.Network.SetIpGroupsCommand", "SupportsShouldProcess": true, "ConfirmImpact": 2, "SupportsPaging": false, @@ -219110,16 +241900,13 @@ { "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", - "Name": "Microsoft.Azure.Commands.Network.Models.PSRouteTable", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteTable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "Name": "Microsoft.Azure.Commands.Network.Models.PSIpGroup", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { - "DisableBgpRoutePropagation": "System.Boolean", - "Routes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSRoute]", - "Subnets": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSSubnet]", + "Firewalls": "System.Collections.Generic.List`1[Microsoft.Azure.Management.Network.Models.SubResource]", + "IpAddresses": "System.Collections.Generic.List`1[System.String]", "Tag": "System.Collections.Hashtable", "ProvisioningState": "System.String", - "RoutesText": "System.String", - "SubnetsText": "System.String", "ResourceGroupName": "System.String", "Location": "System.String", "ResourceGuid": "System.String", @@ -219132,16 +241919,6 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ - { - "Name": "ShouldSerializeSubnets", - "Parameters": [], - "ReturnType": "System.Boolean" - }, - { - "Name": "ShouldSerializeRoutes", - "Parameters": [], - "ReturnType": "System.Boolean" - }, { "Name": "ToString", "Parameters": [], @@ -219183,20 +241960,17 @@ ], "Parameters": [ { - "Name": "RouteTable", + "Name": "IpGroup", "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", - "Name": "Microsoft.Azure.Commands.Network.Models.PSRouteTable", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteTable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "Name": "Microsoft.Azure.Commands.Network.Models.PSIpGroup", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { - "DisableBgpRoutePropagation": "System.Boolean", - "Routes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSRoute]", - "Subnets": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSSubnet]", + "Firewalls": "System.Collections.Generic.List`1[Microsoft.Azure.Management.Network.Models.SubResource]", + "IpAddresses": "System.Collections.Generic.List`1[System.String]", "Tag": "System.Collections.Hashtable", "ProvisioningState": "System.String", - "RoutesText": "System.String", - "SubnetsText": "System.String", "ResourceGroupName": "System.String", "Location": "System.String", "ResourceGuid": "System.String", @@ -219209,16 +241983,6 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ - { - "Name": "ShouldSerializeSubnets", - "Parameters": [], - "ReturnType": "System.Boolean" - }, - { - "Name": "ShouldSerializeRoutes", - "Parameters": [], - "ReturnType": "System.Boolean" - }, { "Name": "ToString", "Parameters": [], @@ -219316,20 +242080,17 @@ "Parameters": [ { "ParameterMetadata": { - "Name": "RouteTable", + "Name": "IpGroup", "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", - "Name": "Microsoft.Azure.Commands.Network.Models.PSRouteTable", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteTable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "Name": "Microsoft.Azure.Commands.Network.Models.PSIpGroup", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { - "DisableBgpRoutePropagation": "System.Boolean", - "Routes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSRoute]", - "Subnets": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSSubnet]", + "Firewalls": "System.Collections.Generic.List`1[Microsoft.Azure.Management.Network.Models.SubResource]", + "IpAddresses": "System.Collections.Generic.List`1[System.String]", "Tag": "System.Collections.Hashtable", "ProvisioningState": "System.String", - "RoutesText": "System.String", - "SubnetsText": "System.String", "ResourceGroupName": "System.String", "Location": "System.String", "ResourceGuid": "System.String", @@ -219342,16 +242103,6 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ - { - "Name": "ShouldSerializeSubnets", - "Parameters": [], - "ReturnType": "System.Boolean" - }, - { - "Name": "ShouldSerializeRoutes", - "Parameters": [], - "ReturnType": "System.Boolean" - }, { "Name": "ToString", "Parameters": [], @@ -219466,25 +242217,46 @@ }, { "VerbName": "Get", - "NounName": "AzNetworkUsage", - "Name": "Get-AzNetworkUsage", - "ClassName": "Microsoft.Azure.Commands.Network.GetAzureRmNetworkUsage", + "NounName": "AzLoadBalancerBackendAddressPool", + "Name": "Get-AzLoadBalancerBackendAddressPool", + "ClassName": "Microsoft.Azure.Commands.Network.GetAzureLoadBalancerBackendPool", "SupportsShouldProcess": false, "ConfirmImpact": 2, "SupportsPaging": false, - "DefaultParameterSetName": "__AllParameterSets", + "DefaultParameterSetName": "GetByNameParameterSet", "OutputTypes": [ { "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", - "Name": "Microsoft.Azure.Commands.Network.Models.PSUsage", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSUsage, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "Name": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { - "ResourceType": "System.String" + "OutboundRule": "Microsoft.Azure.Commands.Network.Models.PSResourceId", + "LoadBalancerBackendAddresses": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSLoadBalancerBackendAddress]", + "BackendIpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceIPConfiguration]", + "LoadBalancingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", + "ProvisioningState": "System.String", + "BackendIpConfigurationsText": "System.String", + "LoadBalancingRulesText": "System.String", + "LoadBalancerBackendAddressesText": "System.String", + "OutboundRuleText": "System.String", + "Name": "System.String", + "Etag": "System.String", + "Id": "System.String" }, "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "ShouldSerializeBackendIpConfigurations", + "Parameters": [], + "ReturnType": "System.Boolean" + }, + { + "Name": "ShouldSerializeLoadBalancingRules", + "Parameters": [], + "ReturnType": "System.Boolean" + }, { "Name": "ToString", "Parameters": [], @@ -219526,7 +242298,7 @@ ], "Parameters": [ { - "Name": "Location", + "Name": "ResourceGroupName", "AliasList": [], "Type": { "Namespace": "System", @@ -219541,148 +242313,77 @@ "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true + "ValidateNotNullOrEmpty": false }, { - "Name": "DefaultProfile", - "AliasList": [ - "AzContext", - "AzureRmContext", - "AzureCredential" - ], + "Name": "LoadBalancerName", + "AliasList": [], "Type": { - "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", - "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", - "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", - "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", - "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" - }, + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, "ElementType": null, "GenericTypeArguments": [], - "Methods": [ - { - "Name": "Clear", - "Parameters": [], - "ReturnType": "System.Void" - } - ], + "Methods": [], "Constructors": [] }, "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - } - ], - "ParameterSets": [ + "ValidateNotNullOrEmpty": true + }, { - "Name": "__AllParameterSets", - "Parameters": [ - { - "ParameterMetadata": { - "Name": "Location", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": true, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "DefaultProfile", - "AliasList": [ - "AzContext", - "AzureRmContext", - "AzureCredential" - ], - "Type": { - "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", - "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", - "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", - "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", - "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "Clear", - "Parameters": [], - "ReturnType": "System.Void" - } - ], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - } - ] - } - ], - "AliasList": [] - }, - { - "VerbName": "Get", - "NounName": "AzIpAllocation", - "Name": "Get-AzIpAllocation", - "ClassName": "Microsoft.Azure.Commands.Network.GetAzureIpAllocationCommand", - "SupportsShouldProcess": false, - "ConfirmImpact": 2, - "SupportsPaging": false, - "DefaultParameterSetName": "__AllParameterSets", - "OutputTypes": [ + "Name": "Name", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, { + "Name": "LoadBalancer", + "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", - "Name": "Microsoft.Azure.Commands.Network.Models.PSIpAllocation", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpAllocation, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { - "Subnet": "Microsoft.Azure.Commands.Network.Models.PSSubnet", - "VirtualNetwork": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork", - "AllocationTags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", + "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", + "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool]", + "FrontendIpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration]", + "InboundNatPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSInboundNatPool]", + "InboundNatRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSInboundNatRule]", + "LoadBalancingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSLoadBalancingRule]", + "OutboundRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSOutboundRule]", + "Probes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSProbe]", "Tag": "System.Collections.Hashtable", - "PrefixLength": "System.Nullable`1[System.Int32]", - "IpAllocationType": "System.String", + "ProvisioningState": "System.String", "Name": "System.String", "TagsTable": "System.String", "Type": "System.String", "ResourceGuid": "System.String", "Location": "System.String", - "VirtualNetworkText": "System.String", - "Etag": "System.String", - "SubnetText": "System.String", - "IpamAllocationId": "System.String", - "PrefixType": "System.String", - "Prefix": "System.String", "ResourceGroupName": "System.String", + "LoadBalancingRulesText": "System.String", + "InboundNatPoolsText": "System.String", + "InboundNatRulesText": "System.String", + "ProbesText": "System.String", + "Etag": "System.String", + "BackendAddressPoolsText": "System.String", + "FrontendIpConfigurationsText": "System.String", + "SkuText": "System.String", + "OutboundRulesText": "System.String", "Id": "System.String" }, "ElementType": null, @@ -219722,49 +242423,10 @@ } ] }, - "ParameterSets": [ - "__AllParameterSets" - ] - } - ], - "Parameters": [ - { - "Name": "ResourceGroupName", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - { - "Name": "Name", - "AliasList": [ - "ResourceName" - ], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true + "ValidateNotNullOrEmpty": false }, { "Name": "ResourceId", @@ -219839,6 +242501,30 @@ "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "LoadBalancerName", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": true, @@ -219849,9 +242535,7 @@ { "ParameterMetadata": { "Name": "Name", - "AliasList": [ - "ResourceName" - ], + "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", @@ -219867,7 +242551,7 @@ "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, - "Mandatory": true, + "Mandatory": false, "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false @@ -219914,11 +242598,11 @@ ] }, { - "Name": "ListParameterSet", + "Name": "GetByParentObjectParameterSet", "Parameters": [ { "ParameterMetadata": { - "Name": "ResourceGroupName", + "Name": "Name", "AliasList": [], "Type": { "Namespace": "System", @@ -219940,6 +242624,89 @@ "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, + { + "ParameterMetadata": { + "Name": "LoadBalancer", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Network.Models", + "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", + "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool]", + "FrontendIpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration]", + "InboundNatPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSInboundNatPool]", + "InboundNatRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSInboundNatRule]", + "LoadBalancingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSLoadBalancingRule]", + "OutboundRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSOutboundRule]", + "Probes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSProbe]", + "Tag": "System.Collections.Hashtable", + "ProvisioningState": "System.String", + "Name": "System.String", + "TagsTable": "System.String", + "Type": "System.String", + "ResourceGuid": "System.String", + "Location": "System.String", + "ResourceGroupName": "System.String", + "LoadBalancingRulesText": "System.String", + "InboundNatPoolsText": "System.String", + "InboundNatRulesText": "System.String", + "ProbesText": "System.String", + "Etag": "System.String", + "BackendAddressPoolsText": "System.String", + "FrontendIpConfigurationsText": "System.String", + "SkuText": "System.String", + "OutboundRulesText": "System.String", + "Id": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": true, + "ValueFromPipelineByPropertyName": false + }, { "ParameterMetadata": { "Name": "DefaultProfile", @@ -220098,9 +242865,9 @@ }, { "VerbName": "New", - "NounName": "AzIpAllocation", - "Name": "New-AzIpAllocation", - "ClassName": "Microsoft.Azure.Commands.Network.NewAzureIpAllocationCommand", + "NounName": "AzLoadBalancerBackendAddressConfig", + "Name": "New-AzLoadBalancerBackendAddressConfig", + "ClassName": "Microsoft.Azure.Commands.Network.NewAzureLoadBalancerBackendAddress", "SupportsShouldProcess": true, "ConfirmImpact": 2, "SupportsPaging": false, @@ -220109,27 +242876,16 @@ { "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", - "Name": "Microsoft.Azure.Commands.Network.Models.PSIpAllocation", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpAllocation, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerBackendAddress", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerBackendAddress, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { - "Subnet": "Microsoft.Azure.Commands.Network.Models.PSSubnet", - "VirtualNetwork": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork", - "AllocationTags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", - "Tag": "System.Collections.Hashtable", - "PrefixLength": "System.Nullable`1[System.Int32]", - "IpAllocationType": "System.String", + "NetworkInterfaceIpConfiguration": "Microsoft.Azure.Commands.Network.Models.PSResourceId", + "VirtualNetwork": "Microsoft.Azure.Commands.Network.Models.PSResourceId", + "IpAddress": "System.String", + "NetworkInterfaceIpConfigurationIdText": "System.String", + "VirtualNetworkIdText": "System.String", "Name": "System.String", - "TagsTable": "System.String", - "Type": "System.String", - "ResourceGuid": "System.String", - "Location": "System.String", - "VirtualNetworkText": "System.String", "Etag": "System.String", - "SubnetText": "System.String", - "IpamAllocationId": "System.String", - "PrefixType": "System.String", - "Prefix": "System.String", - "ResourceGroupName": "System.String", "Id": "System.String" }, "ElementType": null, @@ -220176,27 +242932,7 @@ ], "Parameters": [ { - "Name": "Name", - "AliasList": [ - "ResourceName" - ], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - { - "Name": "ResourceGroupName", + "Name": "IpAddress", "AliasList": [], "Type": { "Namespace": "System", @@ -220214,7 +242950,7 @@ "ValidateNotNullOrEmpty": true }, { - "Name": "Location", + "Name": "Name", "AliasList": [], "Type": { "Namespace": "System", @@ -220232,87 +242968,7 @@ "ValidateNotNullOrEmpty": true }, { - "Name": "IpAllocationType", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [ - "Hypernet", - "Undefined" - ], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - { - "Name": "Prefix", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "PrefixLength", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.Nullable`1[System.Int32]", - "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "System.Int32" - ], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "PrefixType", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [ - "IPV4", - "IPV6" - ], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "IpamAllocationId", + "Name": "VirtualNetworkId", "AliasList": [], "Type": { "Namespace": "System", @@ -220327,79 +242983,7 @@ "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "IpAllocationTag", - "AliasList": [], - "Type": { - "Namespace": "System.Collections", - "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "Tag", - "AliasList": [], - "Type": { - "Namespace": "System.Collections", - "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "Force", - "AliasList": [], - "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "AsJob", - "AliasList": [], - "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false + "ValidateNotNullOrEmpty": true }, { "Name": "DefaultProfile", @@ -220418,56 +243002,30 @@ "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "Clear", - "Parameters": [], - "ReturnType": "System.Void" - } - ], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - } - ], - "ParameterSets": [ - { - "Name": "__AllParameterSets", - "Parameters": [ - { - "ParameterMetadata": { - "Name": "Name", - "AliasList": [ - "ResourceName" - ], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": true, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + } + ], + "ParameterSets": [ + { + "Name": "__AllParameterSets", + "Parameters": [ { "ParameterMetadata": { - "Name": "ResourceGroupName", + "Name": "IpAddress", "AliasList": [], "Type": { "Namespace": "System", @@ -220491,7 +243049,7 @@ }, { "ParameterMetadata": { - "Name": "Location", + "Name": "Name", "AliasList": [], "Type": { "Namespace": "System", @@ -220515,7 +243073,7 @@ }, { "ParameterMetadata": { - "Name": "IpAllocationType", + "Name": "VirtualNetworkId", "AliasList": [], "Type": { "Namespace": "System", @@ -220527,10 +243085,7 @@ "Methods": [], "Constructors": [] }, - "ValidateSet": [ - "Hypernet", - "Undefined" - ], + "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true @@ -220540,203 +243095,6 @@ "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": true }, - { - "ParameterMetadata": { - "Name": "Prefix", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "PrefixLength", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.Nullable`1[System.Int32]", - "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "System.Int32" - ], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "PrefixType", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [ - "IPV4", - "IPV6" - ], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "IpamAllocationId", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "IpAllocationTag", - "AliasList": [], - "Type": { - "Namespace": "System.Collections", - "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "Tag", - "AliasList": [], - "Type": { - "Namespace": "System.Collections", - "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "Force", - "AliasList": [], - "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "AsJob", - "AliasList": [], - "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, { "ParameterMetadata": { "Name": "DefaultProfile", @@ -220782,25 +243140,80 @@ "AliasList": [] }, { - "VerbName": "Remove", - "NounName": "AzIpAllocation", - "Name": "Remove-AzIpAllocation", - "ClassName": "Microsoft.Azure.Commands.Network.RemoveAzureIpAllocationCommand", + "VerbName": "New", + "NounName": "AzLoadBalancerBackendAddressPool", + "Name": "New-AzLoadBalancerBackendAddressPool", + "ClassName": "Microsoft.Azure.Commands.Network.NewAzureLoadBalancerBackendPool", "SupportsShouldProcess": true, "ConfirmImpact": 2, "SupportsPaging": false, - "DefaultParameterSetName": "__AllParameterSets", + "DefaultParameterSetName": "CreateByNameParameterSet", "OutputTypes": [ { "Type": { - "Namespace": "System", - "Name": "System.Boolean", - "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, + "Namespace": "Microsoft.Azure.Commands.Network.Models", + "Name": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "OutboundRule": "Microsoft.Azure.Commands.Network.Models.PSResourceId", + "LoadBalancerBackendAddresses": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSLoadBalancerBackendAddress]", + "BackendIpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceIPConfiguration]", + "LoadBalancingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", + "ProvisioningState": "System.String", + "BackendIpConfigurationsText": "System.String", + "LoadBalancingRulesText": "System.String", + "LoadBalancerBackendAddressesText": "System.String", + "OutboundRuleText": "System.String", + "Name": "System.String", + "Etag": "System.String", + "Id": "System.String" + }, "ElementType": null, "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "Methods": [ + { + "Name": "ShouldSerializeBackendIpConfigurations", + "Parameters": [], + "ReturnType": "System.Boolean" + }, + { + "Name": "ShouldSerializeLoadBalancingRules", + "Parameters": [], + "ReturnType": "System.Boolean" + }, + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] }, "ParameterSets": [ "__AllParameterSets" @@ -220809,10 +243222,8 @@ ], "Parameters": [ { - "Name": "Name", - "AliasList": [ - "ResourceName" - ], + "Name": "ResourceGroupName", + "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", @@ -220829,7 +243240,7 @@ "ValidateNotNullOrEmpty": true }, { - "Name": "ResourceGroupName", + "Name": "LoadBalancerName", "AliasList": [], "Type": { "Namespace": "System", @@ -220847,21 +243258,38 @@ "ValidateNotNullOrEmpty": true }, { - "Name": "InputObject", + "Name": "LoadBalancer", "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", - "Name": "Microsoft.Azure.Commands.Network.Models.PSTopLevelResource", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSTopLevelResource, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { + "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", + "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool]", + "FrontendIpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration]", + "InboundNatPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSInboundNatPool]", + "InboundNatRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSInboundNatRule]", + "LoadBalancingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSLoadBalancingRule]", + "OutboundRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSOutboundRule]", + "Probes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSProbe]", "Tag": "System.Collections.Hashtable", - "ResourceGroupName": "System.String", - "Location": "System.String", - "ResourceGuid": "System.String", - "Type": "System.String", - "TagsTable": "System.String", + "ProvisioningState": "System.String", "Name": "System.String", + "TagsTable": "System.String", + "Type": "System.String", + "ResourceGuid": "System.String", + "Location": "System.String", + "ResourceGroupName": "System.String", + "LoadBalancingRulesText": "System.String", + "InboundNatPoolsText": "System.String", + "InboundNatRulesText": "System.String", + "ProbesText": "System.String", "Etag": "System.String", + "BackendAddressPoolsText": "System.String", + "FrontendIpConfigurationsText": "System.String", + "SkuText": "System.String", + "OutboundRulesText": "System.String", "Id": "System.String" }, "ElementType": null, @@ -220907,7 +243335,7 @@ "ValidateNotNullOrEmpty": false }, { - "Name": "ResourceId", + "Name": "Name", "AliasList": [], "Type": { "Namespace": "System", @@ -220925,50 +243353,14 @@ "ValidateNotNullOrEmpty": true }, { - "Name": "Force", - "AliasList": [], - "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "PassThru", - "AliasList": [], - "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "AsJob", + "Name": "LoadBalancerBackendAddress", "AliasList": [], "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Namespace": "Microsoft.Azure.Commands.Network.Models", + "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerBackendAddress[]", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerBackendAddress[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, - "ElementType": null, + "ElementType": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerBackendAddress", "GenericTypeArguments": [], "Methods": [], "Constructors": [] @@ -220976,7 +243368,7 @@ "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false + "ValidateNotNullOrEmpty": true }, { "Name": "DefaultProfile", @@ -221014,14 +243406,12 @@ ], "ParameterSets": [ { - "Name": "DeleteByNameParameterSet", + "Name": "CreateByNameParameterSet", "Parameters": [ { "ParameterMetadata": { - "Name": "Name", - "AliasList": [ - "ResourceName" - ], + "Name": "ResourceGroupName", + "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", @@ -221040,11 +243430,11 @@ "Mandatory": true, "Position": -2147483648, "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true + "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "ResourceGroupName", + "Name": "LoadBalancerName", "AliasList": [], "Type": { "Namespace": "System", @@ -221064,40 +243454,16 @@ "Mandatory": true, "Position": -2147483648, "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "Force", - "AliasList": [], - "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "PassThru", + "Name": "Name", "AliasList": [], "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -221107,23 +243473,23 @@ "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false + "ValidateNotNullOrEmpty": true }, - "Mandatory": false, + "Mandatory": true, "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "AsJob", + "Name": "LoadBalancerBackendAddress", "AliasList": [], "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Namespace": "Microsoft.Azure.Commands.Network.Models", + "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerBackendAddress[]", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerBackendAddress[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, - "ElementType": null, + "ElementType": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerBackendAddress", "GenericTypeArguments": [], "Methods": [], "Constructors": [] @@ -221131,7 +243497,7 @@ "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false + "ValidateNotNullOrEmpty": true }, "Mandatory": false, "Position": -2147483648, @@ -221180,25 +243546,42 @@ ] }, { - "Name": "DeleteByInputObjectParameterSet", + "Name": "CreateByParentObjectParameterSet", "Parameters": [ { "ParameterMetadata": { - "Name": "InputObject", + "Name": "LoadBalancer", "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", - "Name": "Microsoft.Azure.Commands.Network.Models.PSTopLevelResource", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSTopLevelResource, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { + "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", + "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool]", + "FrontendIpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration]", + "InboundNatPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSInboundNatPool]", + "InboundNatRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSInboundNatRule]", + "LoadBalancingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSLoadBalancingRule]", + "OutboundRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSOutboundRule]", + "Probes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSProbe]", "Tag": "System.Collections.Hashtable", - "ResourceGroupName": "System.String", - "Location": "System.String", - "ResourceGuid": "System.String", - "Type": "System.String", - "TagsTable": "System.String", + "ProvisioningState": "System.String", "Name": "System.String", + "TagsTable": "System.String", + "Type": "System.String", + "ResourceGuid": "System.String", + "Location": "System.String", + "ResourceGroupName": "System.String", + "LoadBalancingRulesText": "System.String", + "InboundNatPoolsText": "System.String", + "InboundNatRulesText": "System.String", + "ProbesText": "System.String", "Etag": "System.String", + "BackendAddressPoolsText": "System.String", + "FrontendIpConfigurationsText": "System.String", + "SkuText": "System.String", + "OutboundRulesText": "System.String", "Id": "System.String" }, "ElementType": null, @@ -221250,123 +243633,7 @@ }, { "ParameterMetadata": { - "Name": "Force", - "AliasList": [], - "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "PassThru", - "AliasList": [], - "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "AsJob", - "AliasList": [], - "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "DefaultProfile", - "AliasList": [ - "AzContext", - "AzureRmContext", - "AzureCredential" - ], - "Type": { - "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", - "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", - "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", - "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", - "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "Clear", - "Parameters": [], - "ReturnType": "System.Void" - } - ], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - } - ] - }, - { - "Name": "DeleteByResourceIdParameterSet", - "Parameters": [ - { - "ParameterMetadata": { - "Name": "ResourceId", + "Name": "Name", "AliasList": [], "Type": { "Namespace": "System", @@ -221386,66 +243653,18 @@ "Mandatory": true, "Position": -2147483648, "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "Force", - "AliasList": [], - "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "PassThru", - "AliasList": [], - "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "AsJob", + "Name": "LoadBalancerBackendAddress", "AliasList": [], "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Namespace": "Microsoft.Azure.Commands.Network.Models", + "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerBackendAddress[]", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerBackendAddress[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, - "ElementType": null, + "ElementType": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerBackendAddress", "GenericTypeArguments": [], "Methods": [], "Constructors": [] @@ -221453,7 +243672,7 @@ "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false + "ValidateNotNullOrEmpty": true }, "Mandatory": false, "Position": -2147483648, @@ -221506,36 +243725,12 @@ "Parameters": [ { "ParameterMetadata": { - "Name": "Force", - "AliasList": [], - "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "PassThru", + "Name": "Name", "AliasList": [], "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -221545,23 +243740,23 @@ "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false + "ValidateNotNullOrEmpty": true }, - "Mandatory": false, + "Mandatory": true, "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "AsJob", + "Name": "LoadBalancerBackendAddress", "AliasList": [], "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Namespace": "Microsoft.Azure.Commands.Network.Models", + "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerBackendAddress[]", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerBackendAddress[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, - "ElementType": null, + "ElementType": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerBackendAddress", "GenericTypeArguments": [], "Methods": [], "Constructors": [] @@ -221569,7 +243764,7 @@ "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false + "ValidateNotNullOrEmpty": true }, "Mandatory": false, "Position": -2147483648, @@ -221621,44 +243816,47 @@ "AliasList": [] }, { - "VerbName": "Set", - "NounName": "AzIpAllocation", - "Name": "Set-AzIpAllocation", - "ClassName": "Microsoft.Azure.Commands.Network.SetAzureIpAllocationCommand", - "SupportsShouldProcess": false, + "VerbName": "Remove", + "NounName": "AzLoadBalancerBackendAddressPool", + "Name": "Remove-AzLoadBalancerBackendAddressPool", + "ClassName": "Microsoft.Azure.Commands.Network.RemoveAzureLoadBalancerBackendPool", + "SupportsShouldProcess": true, "ConfirmImpact": 2, "SupportsPaging": false, - "DefaultParameterSetName": "__AllParameterSets", + "DefaultParameterSetName": "DeleteByNameParameterSet", "OutputTypes": [ { "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", - "Name": "Microsoft.Azure.Commands.Network.Models.PSIpAllocation", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpAllocation, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "Name": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { - "Subnet": "Microsoft.Azure.Commands.Network.Models.PSSubnet", - "VirtualNetwork": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork", - "AllocationTags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", - "Tag": "System.Collections.Hashtable", - "PrefixLength": "System.Nullable`1[System.Int32]", - "IpAllocationType": "System.String", + "OutboundRule": "Microsoft.Azure.Commands.Network.Models.PSResourceId", + "LoadBalancerBackendAddresses": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSLoadBalancerBackendAddress]", + "BackendIpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceIPConfiguration]", + "LoadBalancingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", + "ProvisioningState": "System.String", + "BackendIpConfigurationsText": "System.String", + "LoadBalancingRulesText": "System.String", + "LoadBalancerBackendAddressesText": "System.String", + "OutboundRuleText": "System.String", "Name": "System.String", - "TagsTable": "System.String", - "Type": "System.String", - "ResourceGuid": "System.String", - "Location": "System.String", - "VirtualNetworkText": "System.String", "Etag": "System.String", - "SubnetText": "System.String", - "IpamAllocationId": "System.String", - "PrefixType": "System.String", - "Prefix": "System.String", - "ResourceGroupName": "System.String", "Id": "System.String" }, "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "ShouldSerializeBackendIpConfigurations", + "Parameters": [], + "ReturnType": "System.Boolean" + }, + { + "Name": "ShouldSerializeLoadBalancingRules", + "Parameters": [], + "ReturnType": "System.Boolean" + }, { "Name": "ToString", "Parameters": [], @@ -221736,10 +243934,8 @@ "ValidateNotNullOrEmpty": true }, { - "Name": "ResourceId", - "AliasList": [ - "IpAllocationId" - ], + "Name": "LoadBalancerName", + "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", @@ -221756,33 +243952,38 @@ "ValidateNotNullOrEmpty": true }, { - "Name": "InputObject", - "AliasList": [ - "IpAllocation" - ], + "Name": "LoadBalancer", + "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", - "Name": "Microsoft.Azure.Commands.Network.Models.PSIpAllocation", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpAllocation, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { - "Subnet": "Microsoft.Azure.Commands.Network.Models.PSSubnet", - "VirtualNetwork": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork", - "AllocationTags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", + "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", + "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool]", + "FrontendIpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration]", + "InboundNatPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSInboundNatPool]", + "InboundNatRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSInboundNatRule]", + "LoadBalancingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSLoadBalancingRule]", + "OutboundRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSOutboundRule]", + "Probes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSProbe]", "Tag": "System.Collections.Hashtable", - "PrefixLength": "System.Nullable`1[System.Int32]", - "IpAllocationType": "System.String", + "ProvisioningState": "System.String", "Name": "System.String", "TagsTable": "System.String", "Type": "System.String", "ResourceGuid": "System.String", "Location": "System.String", - "VirtualNetworkText": "System.String", - "Etag": "System.String", - "SubnetText": "System.String", - "IpamAllocationId": "System.String", - "PrefixType": "System.String", - "Prefix": "System.String", "ResourceGroupName": "System.String", + "LoadBalancingRulesText": "System.String", + "InboundNatPoolsText": "System.String", + "InboundNatRulesText": "System.String", + "ProbesText": "System.String", + "Etag": "System.String", + "BackendAddressPoolsText": "System.String", + "FrontendIpConfigurationsText": "System.String", + "SkuText": "System.String", + "OutboundRulesText": "System.String", "Id": "System.String" }, "ElementType": null, @@ -221828,30 +244029,85 @@ "ValidateNotNullOrEmpty": false }, { - "Name": "IpAllocationTag", + "Name": "InputObject", "AliasList": [], "Type": { - "Namespace": "System.Collections", - "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", - "Properties": {}, + "Namespace": "Microsoft.Azure.Commands.Network.Models", + "Name": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "OutboundRule": "Microsoft.Azure.Commands.Network.Models.PSResourceId", + "LoadBalancerBackendAddresses": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSLoadBalancerBackendAddress]", + "BackendIpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceIPConfiguration]", + "LoadBalancingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", + "ProvisioningState": "System.String", + "BackendIpConfigurationsText": "System.String", + "LoadBalancingRulesText": "System.String", + "LoadBalancerBackendAddressesText": "System.String", + "OutboundRuleText": "System.String", + "Name": "System.String", + "Etag": "System.String", + "Id": "System.String" + }, "ElementType": null, "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "Methods": [ + { + "Name": "ShouldSerializeBackendIpConfigurations", + "Parameters": [], + "ReturnType": "System.Boolean" + }, + { + "Name": "ShouldSerializeLoadBalancingRules", + "Parameters": [], + "ReturnType": "System.Boolean" + }, + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] }, "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false + "ValidateNotNullOrEmpty": true }, { - "Name": "Tag", + "Name": "ResourceId", "AliasList": [], "Type": { - "Namespace": "System.Collections", - "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -221861,10 +244117,10 @@ "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false + "ValidateNotNullOrEmpty": true }, { - "Name": "AsJob", + "Name": "PassThru", "AliasList": [], "Type": { "Namespace": "System.Management.Automation", @@ -221917,178 +244173,12 @@ ], "ParameterSets": [ { - "Name": "SetByNameParameterSet", - "Parameters": [ - { - "ParameterMetadata": { - "Name": "ResourceGroupName", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": true, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "Name", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": true, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "IpAllocationTag", - "AliasList": [], - "Type": { - "Namespace": "System.Collections", - "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "Tag", - "AliasList": [], - "Type": { - "Namespace": "System.Collections", - "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "AsJob", - "AliasList": [], - "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "DefaultProfile", - "AliasList": [ - "AzContext", - "AzureRmContext", - "AzureCredential" - ], - "Type": { - "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", - "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", - "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", - "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", - "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "Clear", - "Parameters": [], - "ReturnType": "System.Void" - } - ], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - } - ] - }, - { - "Name": "SetByResourceIdParameterSet", + "Name": "DeleteByNameParameterSet", "Parameters": [ { - "ParameterMetadata": { - "Name": "ResourceId", - "AliasList": [ - "IpAllocationId" - ], + "ParameterMetadata": { + "Name": "ResourceGroupName", + "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", @@ -222107,16 +244197,16 @@ "Mandatory": true, "Position": -2147483648, "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true + "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "IpAllocationTag", + "Name": "Name", "AliasList": [], "Type": { - "Namespace": "System.Collections", - "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -222126,21 +244216,21 @@ "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false + "ValidateNotNullOrEmpty": true }, - "Mandatory": false, + "Mandatory": true, "Position": -2147483648, "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true + "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "Tag", + "Name": "LoadBalancerName", "AliasList": [], "Type": { - "Namespace": "System.Collections", - "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -222150,16 +244240,16 @@ "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false + "ValidateNotNullOrEmpty": true }, "Mandatory": false, "Position": -2147483648, "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true + "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "AsJob", + "Name": "PassThru", "AliasList": [], "Type": { "Namespace": "System.Management.Automation", @@ -222223,37 +244313,66 @@ ] }, { - "Name": "SetByInputObjectParameterSet", + "Name": "DeleteByParentObjectParameterSet", "Parameters": [ { "ParameterMetadata": { - "Name": "InputObject", - "AliasList": [ - "IpAllocation" - ], + "Name": "Name", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "LoadBalancer", + "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", - "Name": "Microsoft.Azure.Commands.Network.Models.PSIpAllocation", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpAllocation, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { - "Subnet": "Microsoft.Azure.Commands.Network.Models.PSSubnet", - "VirtualNetwork": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork", - "AllocationTags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", + "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", + "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool]", + "FrontendIpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration]", + "InboundNatPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSInboundNatPool]", + "InboundNatRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSInboundNatRule]", + "LoadBalancingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSLoadBalancingRule]", + "OutboundRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSOutboundRule]", + "Probes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSProbe]", "Tag": "System.Collections.Hashtable", - "PrefixLength": "System.Nullable`1[System.Int32]", - "IpAllocationType": "System.String", + "ProvisioningState": "System.String", "Name": "System.String", "TagsTable": "System.String", "Type": "System.String", "ResourceGuid": "System.String", "Location": "System.String", - "VirtualNetworkText": "System.String", - "Etag": "System.String", - "SubnetText": "System.String", - "IpamAllocationId": "System.String", - "PrefixType": "System.String", - "Prefix": "System.String", "ResourceGroupName": "System.String", + "LoadBalancingRulesText": "System.String", + "InboundNatPoolsText": "System.String", + "InboundNatRulesText": "System.String", + "ProbesText": "System.String", + "Etag": "System.String", + "BackendAddressPoolsText": "System.String", + "FrontendIpConfigurationsText": "System.String", + "SkuText": "System.String", + "OutboundRulesText": "System.String", "Id": "System.String" }, "ElementType": null, @@ -222305,36 +244424,12 @@ }, { "ParameterMetadata": { - "Name": "IpAllocationTag", - "AliasList": [], - "Type": { - "Namespace": "System.Collections", - "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "Tag", + "Name": "LoadBalancerName", "AliasList": [], "Type": { - "Namespace": "System.Collections", - "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -222344,16 +244439,16 @@ "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false + "ValidateNotNullOrEmpty": true }, "Mandatory": false, "Position": -2147483648, "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true + "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "AsJob", + "Name": "PassThru", "AliasList": [], "Type": { "Namespace": "System.Management.Automation", @@ -222421,36 +244516,12 @@ "Parameters": [ { "ParameterMetadata": { - "Name": "IpAllocationTag", - "AliasList": [], - "Type": { - "Namespace": "System.Collections", - "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "Tag", + "Name": "LoadBalancerName", "AliasList": [], "Type": { - "Namespace": "System.Collections", - "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -222460,16 +244531,16 @@ "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false + "ValidateNotNullOrEmpty": true }, "Mandatory": false, "Position": -2147483648, "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true + "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "AsJob", + "Name": "PassThru", "AliasList": [], "Type": { "Namespace": "System.Management.Automation", @@ -222531,196 +244602,92 @@ "ValueFromPipelineByPropertyName": false } ] - } - ], - "AliasList": [] - }, - { - "VerbName": "Get", - "NounName": "AzIpGroup", - "Name": "Get-AzIpGroup", - "ClassName": "Microsoft.Azure.Commands.Network.GetIpGroupsCommand", - "SupportsShouldProcess": false, - "ConfirmImpact": 2, - "SupportsPaging": false, - "DefaultParameterSetName": "IpGroupNameParameterSet", - "OutputTypes": [ - { - "Type": { - "Namespace": "Microsoft.Azure.Commands.Network.Models", - "Name": "Microsoft.Azure.Commands.Network.Models.PSIpGroup", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", - "Properties": { - "Firewalls": "System.Collections.Generic.List`1[Microsoft.Azure.Management.Network.Models.SubResource]", - "IpAddresses": "System.Collections.Generic.List`1[System.String]", - "Tag": "System.Collections.Hashtable", - "ProvisioningState": "System.String", - "ResourceGroupName": "System.String", - "Location": "System.String", - "ResourceGuid": "System.String", - "Type": "System.String", - "TagsTable": "System.String", - "Name": "System.String", - "Etag": "System.String", - "Id": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [ - { - "Name": "", - "ReturnType": null, - "Parameters": [] - } - ] - }, - "ParameterSets": [ - "__AllParameterSets" - ] - }, - { - "Type": { - "Namespace": "System.Collections.Generic", - "Name": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Network.Models.PSIpGroup]", - "AssemblyQualifiedName": "System.Collections.Generic.IEnumerable`1[[Microsoft.Azure.Commands.Network.Models.PSIpGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "Microsoft.Azure.Commands.Network.Models.PSIpGroup" - ], - "Methods": [], - "Constructors": [] - }, - "ParameterSets": [ - "__AllParameterSets" - ] - } - ], - "Parameters": [ - { - "Name": "ResourceGroupName", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - { - "Name": "Name", - "AliasList": [ - "ResourceName" - ], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - { - "Name": "ResourceId", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true }, { - "Name": "DefaultProfile", - "AliasList": [ - "AzContext", - "AzureRmContext", - "AzureCredential" - ], - "Type": { - "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", - "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", - "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", - "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", - "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "Clear", - "Parameters": [], - "ReturnType": "System.Void" - } - ], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - } - ], - "ParameterSets": [ - { - "Name": "IpGroupNameParameterSet", + "Name": "DeleteByInputObjectParameterSet", "Parameters": [ { "ParameterMetadata": { - "Name": "ResourceGroupName", + "Name": "InputObject", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Network.Models", + "Name": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "OutboundRule": "Microsoft.Azure.Commands.Network.Models.PSResourceId", + "LoadBalancerBackendAddresses": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSLoadBalancerBackendAddress]", + "BackendIpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceIPConfiguration]", + "LoadBalancingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", + "ProvisioningState": "System.String", + "BackendIpConfigurationsText": "System.String", + "LoadBalancingRulesText": "System.String", + "LoadBalancerBackendAddressesText": "System.String", + "OutboundRuleText": "System.String", + "Name": "System.String", + "Etag": "System.String", + "Id": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ShouldSerializeBackendIpConfigurations", + "Parameters": [], + "ReturnType": "System.Boolean" + }, + { + "Name": "ShouldSerializeLoadBalancingRules", + "Parameters": [], + "ReturnType": "System.Boolean" + }, + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "LoadBalancerName", "AliasList": [], "Type": { "Namespace": "System", @@ -222740,18 +244707,16 @@ "Mandatory": false, "Position": -2147483648, "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true + "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "Name", - "AliasList": [ - "ResourceName" - ], + "Name": "PassThru", + "AliasList": [], "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -222761,12 +244726,12 @@ "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true + "ValidateNotNullOrEmpty": false }, "Mandatory": false, "Position": -2147483648, "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true + "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { @@ -222810,7 +244775,7 @@ ] }, { - "Name": "IpGroupResourceIdParameterSet", + "Name": "DeleteByResourceIdParameterSet", "Parameters": [ { "ParameterMetadata": { @@ -222838,31 +244803,40 @@ }, { "ParameterMetadata": { - "Name": "DefaultProfile", - "AliasList": [ - "AzContext", - "AzureRmContext", - "AzureCredential" - ], + "Name": "LoadBalancerName", + "AliasList": [], "Type": { - "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", - "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", - "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", - "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", - "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" - }, + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, "ElementType": null, "GenericTypeArguments": [], - "Methods": [ - { - "Name": "Clear", - "Parameters": [], - "ReturnType": "System.Void" - } - ], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "PassThru", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], "Constructors": [] }, "ValidateSet": [], @@ -222874,12 +244848,7 @@ "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false - } - ] - }, - { - "Name": "__AllParameterSets", - "Parameters": [ + }, { "ParameterMetadata": { "Name": "DefaultProfile", @@ -222925,30 +244894,30 @@ "AliasList": [] }, { - "VerbName": "New", - "NounName": "AzIpGroup", - "Name": "New-AzIpGroup", - "ClassName": "Microsoft.Azure.Commands.Network.NewIpGroupsCommand", + "VerbName": "Set", + "NounName": "AzLoadBalancerBackendAddressPool", + "Name": "Set-AzLoadBalancerBackendAddressPool", + "ClassName": "Microsoft.Azure.Commands.Network.SetAzureLoadBalancerBackendPool", "SupportsShouldProcess": true, "ConfirmImpact": 2, "SupportsPaging": false, - "DefaultParameterSetName": "Default", + "DefaultParameterSetName": "SetByNameParameterSet", "OutputTypes": [ { "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", - "Name": "Microsoft.Azure.Commands.Network.Models.PSIpGroup", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "Name": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { - "Firewalls": "System.Collections.Generic.List`1[Microsoft.Azure.Management.Network.Models.SubResource]", - "IpAddresses": "System.Collections.Generic.List`1[System.String]", - "Tag": "System.Collections.Hashtable", + "OutboundRule": "Microsoft.Azure.Commands.Network.Models.PSResourceId", + "LoadBalancerBackendAddresses": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSLoadBalancerBackendAddress]", + "BackendIpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceIPConfiguration]", + "LoadBalancingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", "ProvisioningState": "System.String", - "ResourceGroupName": "System.String", - "Location": "System.String", - "ResourceGuid": "System.String", - "Type": "System.String", - "TagsTable": "System.String", + "BackendIpConfigurationsText": "System.String", + "LoadBalancingRulesText": "System.String", + "LoadBalancerBackendAddressesText": "System.String", + "OutboundRuleText": "System.String", "Name": "System.String", "Etag": "System.String", "Id": "System.String" @@ -222956,6 +244925,16 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "ShouldSerializeBackendIpConfigurations", + "Parameters": [], + "ReturnType": "System.Boolean" + }, + { + "Name": "ShouldSerializeLoadBalancingRules", + "Parameters": [], + "ReturnType": "System.Boolean" + }, { "Name": "ToString", "Parameters": [], @@ -222997,10 +244976,8 @@ ], "Parameters": [ { - "Name": "Name", - "AliasList": [ - "ResourceName" - ], + "Name": "ResourceGroupName", + "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", @@ -223017,7 +244994,7 @@ "ValidateNotNullOrEmpty": true }, { - "Name": "ResourceGroupName", + "Name": "LoadBalancerName", "AliasList": [], "Type": { "Namespace": "System", @@ -223035,25 +245012,7 @@ "ValidateNotNullOrEmpty": true }, { - "Name": "IpAddress", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.String[]", - "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": "System.String", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - { - "Name": "Location", + "Name": "Name", "AliasList": [], "Type": { "Namespace": "System", @@ -223071,397 +245030,99 @@ "ValidateNotNullOrEmpty": true }, { - "Name": "Tag", - "AliasList": [], - "Type": { - "Namespace": "System.Collections", - "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "Force", - "AliasList": [], - "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "AsJob", + "Name": "LoadBalancer", "AliasList": [], "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "DefaultProfile", - "AliasList": [ - "AzContext", - "AzureRmContext", - "AzureCredential" - ], - "Type": { - "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", - "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Namespace": "Microsoft.Azure.Commands.Network.Models", + "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { - "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", - "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", - "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", - "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", + "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool]", + "FrontendIpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration]", + "InboundNatPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSInboundNatPool]", + "InboundNatRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSInboundNatRule]", + "LoadBalancingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSLoadBalancingRule]", + "OutboundRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSOutboundRule]", + "Probes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSProbe]", + "Tag": "System.Collections.Hashtable", + "ProvisioningState": "System.String", + "Name": "System.String", + "TagsTable": "System.String", + "Type": "System.String", + "ResourceGuid": "System.String", + "Location": "System.String", + "ResourceGroupName": "System.String", + "LoadBalancingRulesText": "System.String", + "InboundNatPoolsText": "System.String", + "InboundNatRulesText": "System.String", + "ProbesText": "System.String", + "Etag": "System.String", + "BackendAddressPoolsText": "System.String", + "FrontendIpConfigurationsText": "System.String", + "SkuText": "System.String", + "OutboundRulesText": "System.String", + "Id": "System.String" }, "ElementType": null, "GenericTypeArguments": [], "Methods": [ { - "Name": "Clear", + "Name": "ToString", "Parameters": [], - "ReturnType": "System.Void" - } - ], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - } - ], - "ParameterSets": [ - { - "Name": "__AllParameterSets", - "Parameters": [ - { - "ParameterMetadata": { - "Name": "Name", - "AliasList": [ - "ResourceName" - ], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": true, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "ResourceGroupName", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": true, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "IpAddress", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.String[]", - "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": "System.String", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "Location", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": true, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "Tag", - "AliasList": [], - "Type": { - "Namespace": "System.Collections", - "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "Force", - "AliasList": [], - "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "AsJob", - "AliasList": [], - "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false + "ReturnType": "System.String" }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "DefaultProfile", - "AliasList": [ - "AzContext", - "AzureRmContext", - "AzureCredential" + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } ], - "Type": { - "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", - "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", - "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", - "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", - "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "Clear", - "Parameters": [], - "ReturnType": "System.Void" - } - ], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false + "ReturnType": "System.Boolean" }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - } - ] - }, - { - "Name": "Default", - "Parameters": [] - } - ], - "AliasList": [] - }, - { - "VerbName": "Remove", - "NounName": "AzIpGroup", - "Name": "Remove-AzIpGroup", - "ClassName": "Microsoft.Azure.Commands.Network.RemoveIpGroupsCommand", - "SupportsShouldProcess": true, - "ConfirmImpact": 2, - "SupportsPaging": false, - "DefaultParameterSetName": "IpGroupNameParameterSet", - "OutputTypes": [ - { - "Type": { - "Namespace": "System", - "Name": "System.Boolean", - "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ParameterSets": [ - "__AllParameterSets" - ] - } - ], - "Parameters": [ - { - "Name": "Name", - "AliasList": [ - "ResourceName" - ], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - { - "Name": "ResourceGroupName", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] }, "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true + "ValidateNotNullOrEmpty": false }, { - "Name": "IpGroup", + "Name": "InputObject", "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", - "Name": "Microsoft.Azure.Commands.Network.Models.PSIpGroup", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "Name": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { - "Firewalls": "System.Collections.Generic.List`1[Microsoft.Azure.Management.Network.Models.SubResource]", - "IpAddresses": "System.Collections.Generic.List`1[System.String]", - "Tag": "System.Collections.Hashtable", + "OutboundRule": "Microsoft.Azure.Commands.Network.Models.PSResourceId", + "LoadBalancerBackendAddresses": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSLoadBalancerBackendAddress]", + "BackendIpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceIPConfiguration]", + "LoadBalancingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", "ProvisioningState": "System.String", - "ResourceGroupName": "System.String", - "Location": "System.String", - "ResourceGuid": "System.String", - "Type": "System.String", - "TagsTable": "System.String", + "BackendIpConfigurationsText": "System.String", + "LoadBalancingRulesText": "System.String", + "LoadBalancerBackendAddressesText": "System.String", + "OutboundRuleText": "System.String", "Name": "System.String", "Etag": "System.String", "Id": "System.String" @@ -223469,6 +245130,16 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "ShouldSerializeBackendIpConfigurations", + "Parameters": [], + "ReturnType": "System.Boolean" + }, + { + "Name": "ShouldSerializeLoadBalancingRules", + "Parameters": [], + "ReturnType": "System.Boolean" + }, { "Name": "ToString", "Parameters": [], @@ -223508,6 +245179,24 @@ "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, + { + "Name": "LoadBalancerBackendAddress", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Network.Models", + "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerBackendAddress[]", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerBackendAddress[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": {}, + "ElementType": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerBackendAddress", + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, { "Name": "ResourceId", "AliasList": [], @@ -223562,24 +245251,6 @@ "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, - { - "Name": "AsJob", - "AliasList": [], - "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, { "Name": "DefaultProfile", "AliasList": [ @@ -223616,14 +245287,12 @@ ], "ParameterSets": [ { - "Name": "IpGroupNameParameterSet", + "Name": "SetByNameParameterSet", "Parameters": [ { "ParameterMetadata": { - "Name": "Name", - "AliasList": [ - "ResourceName" - ], + "Name": "ResourceGroupName", + "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", @@ -223642,11 +245311,11 @@ "Mandatory": true, "Position": -2147483648, "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true + "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "ResourceGroupName", + "Name": "LoadBalancerName", "AliasList": [], "Type": { "Namespace": "System", @@ -223666,16 +245335,16 @@ "Mandatory": true, "Position": -2147483648, "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true + "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "Force", + "Name": "Name", "AliasList": [], "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -223685,16 +245354,40 @@ "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false + "ValidateNotNullOrEmpty": true }, - "Mandatory": false, + "Mandatory": true, "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "PassThru", + "Name": "LoadBalancerBackendAddress", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Network.Models", + "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerBackendAddress[]", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerBackendAddress[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": {}, + "ElementType": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerBackendAddress", + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Force", "AliasList": [], "Type": { "Namespace": "System.Management.Automation", @@ -223718,7 +245411,7 @@ }, { "ParameterMetadata": { - "Name": "AsJob", + "Name": "PassThru", "AliasList": [], "Type": { "Namespace": "System.Management.Automation", @@ -223782,28 +245475,66 @@ ] }, { - "Name": "IpGroupInputObjectParameterSet", + "Name": "SetByParentObjectParameterSet", "Parameters": [ { "ParameterMetadata": { - "Name": "IpGroup", + "Name": "Name", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "LoadBalancer", "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", - "Name": "Microsoft.Azure.Commands.Network.Models.PSIpGroup", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { - "Firewalls": "System.Collections.Generic.List`1[Microsoft.Azure.Management.Network.Models.SubResource]", - "IpAddresses": "System.Collections.Generic.List`1[System.String]", + "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", + "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool]", + "FrontendIpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration]", + "InboundNatPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSInboundNatPool]", + "InboundNatRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSInboundNatRule]", + "LoadBalancingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSLoadBalancingRule]", + "OutboundRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSOutboundRule]", + "Probes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSProbe]", "Tag": "System.Collections.Hashtable", "ProvisioningState": "System.String", - "ResourceGroupName": "System.String", - "Location": "System.String", - "ResourceGuid": "System.String", - "Type": "System.String", - "TagsTable": "System.String", "Name": "System.String", + "TagsTable": "System.String", + "Type": "System.String", + "ResourceGuid": "System.String", + "Location": "System.String", + "ResourceGroupName": "System.String", + "LoadBalancingRulesText": "System.String", + "InboundNatPoolsText": "System.String", + "InboundNatRulesText": "System.String", + "ProbesText": "System.String", "Etag": "System.String", + "BackendAddressPoolsText": "System.String", + "FrontendIpConfigurationsText": "System.String", + "SkuText": "System.String", + "OutboundRulesText": "System.String", "Id": "System.String" }, "ElementType": null, @@ -223846,7 +245577,7 @@ "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true + "ValidateNotNullOrEmpty": false }, "Mandatory": true, "Position": -2147483648, @@ -223855,14 +245586,14 @@ }, { "ParameterMetadata": { - "Name": "Force", + "Name": "LoadBalancerBackendAddress", "AliasList": [], "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Namespace": "Microsoft.Azure.Commands.Network.Models", + "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerBackendAddress[]", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerBackendAddress[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, - "ElementType": null, + "ElementType": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerBackendAddress", "GenericTypeArguments": [], "Methods": [], "Constructors": [] @@ -223870,16 +245601,16 @@ "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false + "ValidateNotNullOrEmpty": true }, - "Mandatory": false, + "Mandatory": true, "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "PassThru", + "Name": "Force", "AliasList": [], "Type": { "Namespace": "System.Management.Automation", @@ -223903,7 +245634,7 @@ }, { "ParameterMetadata": { - "Name": "AsJob", + "Name": "PassThru", "AliasList": [], "Type": { "Namespace": "System.Management.Automation", @@ -223967,21 +245698,76 @@ ] }, { - "Name": "IpGroupResourceIdParameterSet", + "Name": "SetByInputObjectParameterSet", "Parameters": [ { "ParameterMetadata": { - "Name": "ResourceId", + "Name": "InputObject", "AliasList": [], "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, + "Namespace": "Microsoft.Azure.Commands.Network.Models", + "Name": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "OutboundRule": "Microsoft.Azure.Commands.Network.Models.PSResourceId", + "LoadBalancerBackendAddresses": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSLoadBalancerBackendAddress]", + "BackendIpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceIPConfiguration]", + "LoadBalancingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", + "ProvisioningState": "System.String", + "BackendIpConfigurationsText": "System.String", + "LoadBalancingRulesText": "System.String", + "LoadBalancerBackendAddressesText": "System.String", + "OutboundRuleText": "System.String", + "Name": "System.String", + "Etag": "System.String", + "Id": "System.String" + }, "ElementType": null, "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "Methods": [ + { + "Name": "ShouldSerializeBackendIpConfigurations", + "Parameters": [], + "ReturnType": "System.Boolean" + }, + { + "Name": "ShouldSerializeLoadBalancingRules", + "Parameters": [], + "ReturnType": "System.Boolean" + }, + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] }, "ValidateSet": [], "ValidateRangeMin": null, @@ -223991,7 +245777,7 @@ "Mandatory": true, "Position": -2147483648, "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true + "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { @@ -224041,30 +245827,6 @@ "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, - { - "ParameterMetadata": { - "Name": "AsJob", - "AliasList": [], - "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, { "ParameterMetadata": { "Name": "DefaultProfile", @@ -224107,18 +245869,18 @@ ] }, { - "Name": "__AllParameterSets", + "Name": "SetByResourceIdParameterSet", "Parameters": [ { "ParameterMetadata": { - "Name": "Force", + "Name": "LoadBalancerBackendAddress", "AliasList": [], "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Namespace": "Microsoft.Azure.Commands.Network.Models", + "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerBackendAddress[]", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerBackendAddress[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, - "ElementType": null, + "ElementType": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerBackendAddress", "GenericTypeArguments": [], "Methods": [], "Constructors": [] @@ -224126,16 +245888,40 @@ "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false + "ValidateNotNullOrEmpty": true }, - "Mandatory": false, + "Mandatory": true, "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "PassThru", + "Name": "ResourceId", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "Force", "AliasList": [], "Type": { "Namespace": "System.Management.Automation", @@ -224159,7 +245945,7 @@ }, { "ParameterMetadata": { - "Name": "AsJob", + "Name": "PassThru", "AliasList": [], "Type": { "Namespace": "System.Management.Automation", @@ -224221,273 +246007,37 @@ "ValueFromPipelineByPropertyName": false } ] - } - ], - "AliasList": [] - }, - { - "VerbName": "Set", - "NounName": "AzIpGroup", - "Name": "Set-AzIpGroup", - "ClassName": "Microsoft.Azure.Commands.Network.SetIpGroupsCommand", - "SupportsShouldProcess": true, - "ConfirmImpact": 2, - "SupportsPaging": false, - "DefaultParameterSetName": "__AllParameterSets", - "OutputTypes": [ - { - "Type": { - "Namespace": "Microsoft.Azure.Commands.Network.Models", - "Name": "Microsoft.Azure.Commands.Network.Models.PSIpGroup", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", - "Properties": { - "Firewalls": "System.Collections.Generic.List`1[Microsoft.Azure.Management.Network.Models.SubResource]", - "IpAddresses": "System.Collections.Generic.List`1[System.String]", - "Tag": "System.Collections.Hashtable", - "ProvisioningState": "System.String", - "ResourceGroupName": "System.String", - "Location": "System.String", - "ResourceGuid": "System.String", - "Type": "System.String", - "TagsTable": "System.String", - "Name": "System.String", - "Etag": "System.String", - "Id": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [ - { - "Name": "", - "ReturnType": null, - "Parameters": [] - } - ] - }, - "ParameterSets": [ - "__AllParameterSets" - ] - } - ], - "Parameters": [ - { - "Name": "IpGroup", - "AliasList": [], - "Type": { - "Namespace": "Microsoft.Azure.Commands.Network.Models", - "Name": "Microsoft.Azure.Commands.Network.Models.PSIpGroup", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", - "Properties": { - "Firewalls": "System.Collections.Generic.List`1[Microsoft.Azure.Management.Network.Models.SubResource]", - "IpAddresses": "System.Collections.Generic.List`1[System.String]", - "Tag": "System.Collections.Hashtable", - "ProvisioningState": "System.String", - "ResourceGroupName": "System.String", - "Location": "System.String", - "ResourceGuid": "System.String", - "Type": "System.String", - "TagsTable": "System.String", - "Name": "System.String", - "Etag": "System.String", - "Id": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [ - { - "Name": "", - "ReturnType": null, - "Parameters": [] - } - ] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "AsJob", - "AliasList": [], - "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false }, - { - "Name": "DefaultProfile", - "AliasList": [ - "AzContext", - "AzureRmContext", - "AzureCredential" - ], - "Type": { - "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", - "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", - "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", - "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", - "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "Clear", - "Parameters": [], - "ReturnType": "System.Void" - } - ], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - } - ], - "ParameterSets": [ { "Name": "__AllParameterSets", "Parameters": [ { "ParameterMetadata": { - "Name": "IpGroup", + "Name": "Force", "AliasList": [], "Type": { - "Namespace": "Microsoft.Azure.Commands.Network.Models", - "Name": "Microsoft.Azure.Commands.Network.Models.PSIpGroup", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", - "Properties": { - "Firewalls": "System.Collections.Generic.List`1[Microsoft.Azure.Management.Network.Models.SubResource]", - "IpAddresses": "System.Collections.Generic.List`1[System.String]", - "Tag": "System.Collections.Hashtable", - "ProvisioningState": "System.String", - "ResourceGroupName": "System.String", - "Location": "System.String", - "ResourceGuid": "System.String", - "Type": "System.String", - "TagsTable": "System.String", - "Name": "System.String", - "Etag": "System.String", - "Id": "System.String" - }, + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, "ElementType": null, "GenericTypeArguments": [], - "Methods": [ - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [ - { - "Name": "", - "ReturnType": null, - "Parameters": [] - } - ] + "Methods": [], + "Constructors": [] }, "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, - "Mandatory": true, + "Mandatory": false, "Position": -2147483648, - "ValueFromPipeline": true, + "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "AsJob", + "Name": "PassThru", "AliasList": [], "Type": { "Namespace": "System.Management.Automation", @@ -224567,7 +246117,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLocalNetworkGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLocalNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLocalNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "LocalNetworkAddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", @@ -224813,7 +246363,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLocalNetworkGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLocalNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLocalNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "LocalNetworkAddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", @@ -226374,7 +247924,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLocalNetworkGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLocalNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLocalNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "LocalNetworkAddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", @@ -226442,7 +247992,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLocalNetworkGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLocalNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLocalNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "LocalNetworkAddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", @@ -226638,7 +248188,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLocalNetworkGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLocalNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLocalNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "LocalNetworkAddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", @@ -226882,7 +248432,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNatGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNatGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNatGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSNatGatewaySku", "PublicIpAddresses": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", @@ -227328,7 +248878,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNatGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNatGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNatGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSNatGatewaySku", "PublicIpAddresses": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", @@ -227526,7 +249076,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSResourceId[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSResourceId[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSResourceId[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "GenericTypeArguments": [], @@ -227544,7 +249094,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSResourceId[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSResourceId[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSResourceId[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "GenericTypeArguments": [], @@ -227807,7 +249357,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSResourceId[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSResourceId[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSResourceId[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "GenericTypeArguments": [], @@ -227831,7 +249381,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSResourceId[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSResourceId[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSResourceId[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "GenericTypeArguments": [], @@ -228011,7 +249561,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNatGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNatGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNatGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSNatGatewaySku", "PublicIpAddresses": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", @@ -228359,7 +249909,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNatGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNatGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNatGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSNatGatewaySku", "PublicIpAddresses": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", @@ -228815,7 +250365,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNatGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNatGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNatGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSNatGatewaySku", "PublicIpAddresses": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", @@ -228943,7 +250493,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNatGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNatGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNatGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSNatGatewaySku", "PublicIpAddresses": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", @@ -229012,7 +250562,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSResourceId[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSResourceId[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSResourceId[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "GenericTypeArguments": [], @@ -229030,7 +250580,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSResourceId[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSResourceId[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSResourceId[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "GenericTypeArguments": [], @@ -229171,7 +250721,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSResourceId[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSResourceId[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSResourceId[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "GenericTypeArguments": [], @@ -229195,7 +250745,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSResourceId[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSResourceId[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSResourceId[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "GenericTypeArguments": [], @@ -229337,7 +250887,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSResourceId[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSResourceId[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSResourceId[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "GenericTypeArguments": [], @@ -229361,7 +250911,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSResourceId[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSResourceId[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSResourceId[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "GenericTypeArguments": [], @@ -229479,7 +251029,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNatGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNatGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNatGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSNatGatewaySku", "PublicIpAddresses": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", @@ -229554,7 +251104,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSResourceId[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSResourceId[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSResourceId[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "GenericTypeArguments": [], @@ -229578,7 +251128,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSResourceId[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSResourceId[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSResourceId[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "GenericTypeArguments": [], @@ -229694,7 +251244,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSResourceId[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSResourceId[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSResourceId[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "GenericTypeArguments": [], @@ -229718,7 +251268,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSResourceId[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSResourceId[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSResourceId[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "GenericTypeArguments": [], @@ -229841,7 +251391,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSEffectiveNetworkSecurityGroup", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSEffectiveNetworkSecurityGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSEffectiveNetworkSecurityGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Association": "Microsoft.Azure.Commands.Network.Models.PSEffectiveNetworkSecurityGroupAssociation", "NetworkSecurityGroup": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -230075,7 +251625,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSEffectiveRoute", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSEffectiveRoute, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSEffectiveRoute, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DisableBgpRoutePropagation": "System.Boolean", "AddressPrefix": "System.Collections.Generic.List`1[System.String]", @@ -230350,7 +251900,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterface", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterface, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterface, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DnsSettings": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceDnsSettings", "NetworkSecurityGroup": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup", @@ -231314,7 +252864,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterface", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterface, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterface, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DnsSettings": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceDnsSettings", "NetworkSecurityGroup": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup", @@ -231426,7 +252976,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterface", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterface, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterface, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DnsSettings": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceDnsSettings", "NetworkSecurityGroup": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup", @@ -231594,7 +253144,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSSubnet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "NetworkSecurityGroup": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup", "NatGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -231727,7 +253277,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "IpConfiguration": "Microsoft.Azure.Commands.Network.Models.PSIPConfiguration", "DnsSettings": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddressDnsSettings", @@ -231821,7 +253371,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool", "GenericTypeArguments": [], @@ -231857,7 +253407,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSInboundNatRule[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSInboundNatRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSInboundNatRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSInboundNatRule", "GenericTypeArguments": [], @@ -231893,7 +253443,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool", "GenericTypeArguments": [], @@ -231929,7 +253479,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup", "GenericTypeArguments": [], @@ -232010,7 +253560,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterface", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterface, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterface, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DnsSettings": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceDnsSettings", "NetworkSecurityGroup": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup", @@ -232396,7 +253946,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterface", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterface, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterface, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DnsSettings": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceDnsSettings", "NetworkSecurityGroup": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup", @@ -232614,7 +254164,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSSubnet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "NetworkSecurityGroup": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup", "NatGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -232735,7 +254285,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "IpConfiguration": "Microsoft.Azure.Commands.Network.Models.PSIPConfiguration", "DnsSettings": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddressDnsSettings", @@ -232817,7 +254367,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool", "GenericTypeArguments": [], @@ -232841,7 +254391,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSInboundNatRule[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSInboundNatRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSInboundNatRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSInboundNatRule", "GenericTypeArguments": [], @@ -232865,7 +254415,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool", "GenericTypeArguments": [], @@ -232889,7 +254439,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup", "GenericTypeArguments": [], @@ -232937,7 +254487,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterface", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterface, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterface, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DnsSettings": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceDnsSettings", "NetworkSecurityGroup": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup", @@ -233162,7 +254712,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceIPConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "PrivateLinkConnectionProperties": "Microsoft.Azure.Commands.Network.Models.PSIpConfigurationConnectivityInformation", "PublicIpAddress": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress", @@ -233276,7 +254826,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterface", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterface, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterface, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DnsSettings": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceDnsSettings", "NetworkSecurityGroup": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup", @@ -233432,7 +254982,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterface", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterface, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterface, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DnsSettings": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceDnsSettings", "NetworkSecurityGroup": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup", @@ -233582,7 +255132,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceIPConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "PrivateLinkConnectionProperties": "Microsoft.Azure.Commands.Network.Models.PSIpConfigurationConnectivityInformation", "PublicIpAddress": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress", @@ -233771,7 +255321,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSSubnet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "NetworkSecurityGroup": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup", "NatGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -233904,7 +255454,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "IpConfiguration": "Microsoft.Azure.Commands.Network.Models.PSIPConfiguration", "DnsSettings": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddressDnsSettings", @@ -233998,7 +255548,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool", "GenericTypeArguments": [], @@ -234034,7 +255584,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSInboundNatRule[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSInboundNatRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSInboundNatRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSInboundNatRule", "GenericTypeArguments": [], @@ -234070,7 +255620,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool", "GenericTypeArguments": [], @@ -234106,7 +255656,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup", "GenericTypeArguments": [], @@ -234593,7 +256143,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSSubnet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "NetworkSecurityGroup": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup", "NatGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -234714,7 +256264,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "IpConfiguration": "Microsoft.Azure.Commands.Network.Models.PSIPConfiguration", "DnsSettings": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddressDnsSettings", @@ -234796,7 +256346,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool", "GenericTypeArguments": [], @@ -234820,7 +256370,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSInboundNatRule[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSInboundNatRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSInboundNatRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSInboundNatRule", "GenericTypeArguments": [], @@ -234844,7 +256394,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool", "GenericTypeArguments": [], @@ -234868,7 +256418,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup", "GenericTypeArguments": [], @@ -235042,7 +256592,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterface", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterface, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterface, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DnsSettings": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceDnsSettings", "NetworkSecurityGroup": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup", @@ -235154,7 +256704,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterface", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterface, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterface, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DnsSettings": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceDnsSettings", "NetworkSecurityGroup": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup", @@ -235310,7 +256860,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterface", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterface, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterface, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DnsSettings": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceDnsSettings", "NetworkSecurityGroup": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup", @@ -235460,7 +257010,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterface", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterface, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterface, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DnsSettings": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceDnsSettings", "NetworkSecurityGroup": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup", @@ -235572,7 +257122,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterface", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterface, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterface, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DnsSettings": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceDnsSettings", "NetworkSecurityGroup": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup", @@ -235740,7 +257290,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSSubnet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "NetworkSecurityGroup": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup", "NatGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -235873,7 +257423,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "IpConfiguration": "Microsoft.Azure.Commands.Network.Models.PSIPConfiguration", "DnsSettings": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddressDnsSettings", @@ -235967,7 +257517,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool", "GenericTypeArguments": [], @@ -236003,7 +257553,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSInboundNatRule[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSInboundNatRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSInboundNatRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSInboundNatRule", "GenericTypeArguments": [], @@ -236039,7 +257589,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool", "GenericTypeArguments": [], @@ -236075,7 +257625,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup", "GenericTypeArguments": [], @@ -236156,7 +257706,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterface", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterface, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterface, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DnsSettings": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceDnsSettings", "NetworkSecurityGroup": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup", @@ -236542,7 +258092,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterface", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterface, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterface, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DnsSettings": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceDnsSettings", "NetworkSecurityGroup": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup", @@ -236760,7 +258310,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSSubnet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "NetworkSecurityGroup": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup", "NatGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -236881,7 +258431,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "IpConfiguration": "Microsoft.Azure.Commands.Network.Models.PSIPConfiguration", "DnsSettings": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddressDnsSettings", @@ -236963,7 +258513,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool", "GenericTypeArguments": [], @@ -236987,7 +258537,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSInboundNatRule[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSInboundNatRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSInboundNatRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSInboundNatRule", "GenericTypeArguments": [], @@ -237011,7 +258561,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool", "GenericTypeArguments": [], @@ -237035,7 +258585,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup", "GenericTypeArguments": [], @@ -237083,7 +258633,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterface", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterface, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterface, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DnsSettings": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceDnsSettings", "NetworkSecurityGroup": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup", @@ -237308,7 +258858,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterface", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterface, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterface, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DnsSettings": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceDnsSettings", "NetworkSecurityGroup": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup", @@ -237458,7 +259008,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceIPConfiguration[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceIPConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceIPConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceIPConfiguration", "GenericTypeArguments": [], @@ -237494,7 +259044,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSSubnet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "NetworkSecurityGroup": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup", "NatGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -237627,7 +259177,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "IpConfiguration": "Microsoft.Azure.Commands.Network.Models.PSIPConfiguration", "DnsSettings": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddressDnsSettings", @@ -237721,7 +259271,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "NetworkInterfaces": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkInterface]", "SecurityRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSSecurityRule]", @@ -237828,7 +259378,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool", "GenericTypeArguments": [], @@ -237864,7 +259414,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSInboundNatRule[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSInboundNatRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSInboundNatRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSInboundNatRule", "GenericTypeArguments": [], @@ -237900,7 +259450,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool", "GenericTypeArguments": [], @@ -237936,7 +259486,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup", "GenericTypeArguments": [], @@ -238441,7 +259991,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceIPConfiguration[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceIPConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceIPConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceIPConfiguration", "GenericTypeArguments": [], @@ -238489,7 +260039,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "NetworkInterfaces": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkInterface]", "SecurityRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSSecurityRule]", @@ -238870,7 +260420,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceIPConfiguration[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceIPConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceIPConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceIPConfiguration", "GenericTypeArguments": [], @@ -239682,7 +261232,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSSubnet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "NetworkSecurityGroup": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup", "NatGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -239803,7 +261353,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "IpConfiguration": "Microsoft.Azure.Commands.Network.Models.PSIPConfiguration", "DnsSettings": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddressDnsSettings", @@ -239885,7 +261435,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "NetworkInterfaces": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkInterface]", "SecurityRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSSecurityRule]", @@ -239980,7 +261530,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool", "GenericTypeArguments": [], @@ -240004,7 +261554,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSInboundNatRule[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSInboundNatRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSInboundNatRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSInboundNatRule", "GenericTypeArguments": [], @@ -240028,7 +261578,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool", "GenericTypeArguments": [], @@ -240052,7 +261602,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup", "GenericTypeArguments": [], @@ -240740,7 +262290,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterface", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterface, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterface, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DnsSettings": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceDnsSettings", "NetworkSecurityGroup": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup", @@ -240834,7 +262384,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterface", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterface, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterface, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DnsSettings": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceDnsSettings", "NetworkSecurityGroup": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup", @@ -240984,7 +262534,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterface", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterface, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterface, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DnsSettings": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceDnsSettings", "NetworkSecurityGroup": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup", @@ -241158,7 +262708,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterface", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterface, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterface, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DnsSettings": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceDnsSettings", "NetworkSecurityGroup": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup", @@ -241252,7 +262802,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterface", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterface, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterface, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DnsSettings": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceDnsSettings", "NetworkSecurityGroup": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup", @@ -241381,7 +262931,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkTap", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkTap, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkTap, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DestinationLoadBalancerFrontEndIPConfiguration": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration", "DestinationNetworkInterfaceIPConfiguration": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceIPConfiguration", @@ -241487,7 +263037,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterface", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterface, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterface, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DnsSettings": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceDnsSettings", "NetworkSecurityGroup": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup", @@ -241678,7 +263228,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterface", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterface, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterface, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DnsSettings": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceDnsSettings", "NetworkSecurityGroup": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup", @@ -241845,7 +263395,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkTap", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkTap, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkTap, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DestinationLoadBalancerFrontEndIPConfiguration": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration", "DestinationNetworkInterfaceIPConfiguration": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceIPConfiguration", @@ -241918,7 +263468,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterface", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterface, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterface, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DnsSettings": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceDnsSettings", "NetworkSecurityGroup": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup", @@ -242092,7 +263642,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceTapConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceTapConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceTapConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "VirtualNetworkTap": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkTap", "ResourceGroupName": "System.String", @@ -242497,7 +264047,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterface", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterface, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterface, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DnsSettings": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceDnsSettings", "NetworkSecurityGroup": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup", @@ -242663,7 +264213,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceTapConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceTapConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceTapConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "VirtualNetworkTap": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkTap", "ResourceGroupName": "System.String", @@ -243076,7 +264626,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceTapConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceTapConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceTapConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "VirtualNetworkTap": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkTap", "ResourceGroupName": "System.String", @@ -243331,7 +264881,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterface", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterface, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterface, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DnsSettings": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceDnsSettings", "NetworkSecurityGroup": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup", @@ -243425,7 +264975,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceTapConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceTapConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceTapConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "VirtualNetworkTap": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkTap", "ResourceGroupName": "System.String", @@ -243558,7 +265108,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceTapConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceTapConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceTapConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "VirtualNetworkTap": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkTap", "ResourceGroupName": "System.String", @@ -243725,7 +265275,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSContainerNetworkInterfaceConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSContainerNetworkInterfaceConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSContainerNetworkInterfaceConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ContainerNetworkInterfaces": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSContainerNetworkInterface]", "IpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSIPConfigurationProfile]", @@ -243805,7 +265355,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSIPConfigurationProfile[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIPConfigurationProfile[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIPConfigurationProfile[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSIPConfigurationProfile", "GenericTypeArguments": [], @@ -243888,7 +265438,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSIPConfigurationProfile[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIPConfigurationProfile[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIPConfigurationProfile[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSIPConfigurationProfile", "GenericTypeArguments": [], @@ -243963,7 +265513,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkProfile", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkProfile, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkProfile, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ContainerNetworkInterfaces": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSContainerNetworkInterface]", "ContainerNetworkInterfaceConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSContainerNetworkInterfaceConfiguration]", @@ -244565,7 +266115,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSContainerNetworkInterfaceConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSContainerNetworkInterfaceConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSContainerNetworkInterfaceConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ContainerNetworkInterfaces": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSContainerNetworkInterface]", "IpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSIPConfigurationProfile]", @@ -244643,7 +266193,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSSubnet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "NetworkSecurityGroup": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup", "NatGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -244839,7 +266389,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSSubnet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "NetworkSecurityGroup": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup", "NatGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -245052,7 +266602,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSSubnet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "NetworkSecurityGroup": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup", "NatGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -245224,7 +266774,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkProfile", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkProfile, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkProfile, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ContainerNetworkInterfaces": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSContainerNetworkInterface]", "ContainerNetworkInterfaceConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSContainerNetworkInterfaceConfiguration]", @@ -245366,7 +266916,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSContainerNetworkInterfaceConfiguration[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSContainerNetworkInterfaceConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSContainerNetworkInterfaceConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSContainerNetworkInterfaceConfiguration", "GenericTypeArguments": [], @@ -245559,7 +267109,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSContainerNetworkInterfaceConfiguration[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSContainerNetworkInterfaceConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSContainerNetworkInterfaceConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSContainerNetworkInterfaceConfiguration", "GenericTypeArguments": [], @@ -245757,7 +267307,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkProfile", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkProfile, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkProfile, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ContainerNetworkInterfaces": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSContainerNetworkInterface]", "ContainerNetworkInterfaceConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSContainerNetworkInterfaceConfiguration]", @@ -246221,7 +267771,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkProfile", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkProfile, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkProfile, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ContainerNetworkInterfaces": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSContainerNetworkInterface]", "ContainerNetworkInterfaceConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSContainerNetworkInterfaceConfiguration]", @@ -246531,7 +268081,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkProfile", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkProfile, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkProfile, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ContainerNetworkInterfaces": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSContainerNetworkInterface]", "ContainerNetworkInterfaceConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSContainerNetworkInterfaceConfiguration]", @@ -246597,7 +268147,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkProfile", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkProfile, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkProfile, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ContainerNetworkInterfaces": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSContainerNetworkInterface]", "ContainerNetworkInterfaceConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSContainerNetworkInterfaceConfiguration]", @@ -246719,7 +268269,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkProfile", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkProfile, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkProfile, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ContainerNetworkInterfaces": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSContainerNetworkInterface]", "ContainerNetworkInterfaceConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSContainerNetworkInterfaceConfiguration]", @@ -246865,7 +268415,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "NetworkInterfaces": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkInterface]", "SecurityRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSSecurityRule]", @@ -247313,7 +268863,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "NetworkInterfaces": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkInterface]", "SecurityRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSSecurityRule]", @@ -247421,7 +268971,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "NetworkInterfaces": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkInterface]", "SecurityRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSSecurityRule]", @@ -247625,7 +269175,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup", "GenericTypeArguments": [], @@ -247643,7 +269193,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup", "GenericTypeArguments": [], @@ -247820,7 +269370,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "NetworkInterfaces": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkInterface]", "SecurityRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSSecurityRule]", @@ -248188,7 +269738,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup", "GenericTypeArguments": [], @@ -248212,7 +269762,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup", "GenericTypeArguments": [], @@ -248260,7 +269810,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "NetworkInterfaces": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkInterface]", "SecurityRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSSecurityRule]", @@ -248700,7 +270250,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "NetworkInterfaces": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkInterface]", "SecurityRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSSecurityRule]", @@ -249075,7 +270625,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSSecurityRule", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSecurityRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSecurityRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "SourcePortRange": "System.Collections.Generic.IList`1[System.String]", "DestinationPortRange": "System.Collections.Generic.IList`1[System.String]", @@ -249162,7 +270712,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "NetworkInterfaces": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkInterface]", "SecurityRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSSecurityRule]", @@ -249332,7 +270882,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "NetworkInterfaces": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkInterface]", "SecurityRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSSecurityRule]", @@ -249502,7 +271052,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSSecurityRule", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSecurityRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSecurityRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "SourcePortRange": "System.Collections.Generic.IList`1[System.String]", "DestinationPortRange": "System.Collections.Generic.IList`1[System.String]", @@ -249704,7 +271254,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup", "GenericTypeArguments": [], @@ -249722,7 +271272,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup", "GenericTypeArguments": [], @@ -250172,7 +271722,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup", "GenericTypeArguments": [], @@ -250196,7 +271746,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup", "GenericTypeArguments": [], @@ -250869,7 +272419,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "NetworkInterfaces": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkInterface]", "SecurityRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSSecurityRule]", @@ -250977,7 +272527,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "NetworkInterfaces": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkInterface]", "SecurityRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSSecurityRule]", @@ -251129,7 +272679,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "NetworkInterfaces": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkInterface]", "SecurityRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSSecurityRule]", @@ -251275,7 +272825,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "NetworkInterfaces": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkInterface]", "SecurityRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSSecurityRule]", @@ -251383,7 +272933,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "NetworkInterfaces": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkInterface]", "SecurityRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSSecurityRule]", @@ -251587,7 +273137,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup", "GenericTypeArguments": [], @@ -251605,7 +273155,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup", "GenericTypeArguments": [], @@ -251782,7 +273332,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "NetworkInterfaces": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkInterface]", "SecurityRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSSecurityRule]", @@ -252150,7 +273700,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup", "GenericTypeArguments": [], @@ -252174,7 +273724,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup", "GenericTypeArguments": [], @@ -252222,7 +273772,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "NetworkInterfaces": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkInterface]", "SecurityRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSSecurityRule]", @@ -252662,7 +274212,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "NetworkInterfaces": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkInterface]", "SecurityRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSSecurityRule]", @@ -253037,7 +274587,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "NetworkInterfaces": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkInterface]", "SecurityRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSSecurityRule]", @@ -253183,7 +274733,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSSecurityRule[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSecurityRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSecurityRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSSecurityRule", "GenericTypeArguments": [], @@ -253368,7 +274918,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSSecurityRule[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSecurityRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSecurityRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSSecurityRule", "GenericTypeArguments": [], @@ -253838,7 +275388,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "NetworkInterfaces": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkInterface]", "SecurityRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSSecurityRule]", @@ -253928,7 +275478,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "NetworkInterfaces": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkInterface]", "SecurityRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSSecurityRule]", @@ -254074,7 +275624,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "NetworkInterfaces": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkInterface]", "SecurityRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSSecurityRule]", @@ -254244,7 +275794,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSConnectionMonitorResultV1", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSConnectionMonitorResultV1, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSConnectionMonitorResultV1, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Destination": "Microsoft.Azure.Commands.Network.Models.PSConnectionMonitorDestination", "Source": "Microsoft.Azure.Commands.Network.Models.PSConnectionMonitorSource", @@ -254309,7 +275859,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSConnectionMonitorResultV2", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSConnectionMonitorResultV2, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSConnectionMonitorResultV2, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "Outputs": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorOutputObject]", @@ -254376,7 +275926,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tag": "System.Collections.Hashtable", "ProvisioningState": "System.String", @@ -254568,7 +276118,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tag": "System.Collections.Hashtable", "ProvisioningState": "System.String", @@ -255036,7 +276586,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSConnectionMonitorQueryResult", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSConnectionMonitorQueryResult, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSConnectionMonitorQueryResult, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "States": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSConnectionStateSnapshot]", "StatesText": "System.String" @@ -255090,7 +276640,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tag": "System.Collections.Hashtable", "ProvisioningState": "System.String", @@ -255223,7 +276773,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSConnectionMonitorResult", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSConnectionMonitorResult, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSConnectionMonitorResult, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "StartTime": "System.Nullable`1[System.DateTime]", @@ -255361,7 +276911,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tag": "System.Collections.Hashtable", "ProvisioningState": "System.String", @@ -255874,7 +277424,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSConnectionMonitorResult", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSConnectionMonitorResult, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSConnectionMonitorResult, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "StartTime": "System.Nullable`1[System.DateTime]", @@ -256084,7 +277634,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSConnectionMonitorResultV1", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSConnectionMonitorResultV1, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSConnectionMonitorResultV1, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Destination": "Microsoft.Azure.Commands.Network.Models.PSConnectionMonitorDestination", "Source": "Microsoft.Azure.Commands.Network.Models.PSConnectionMonitorSource", @@ -256149,7 +277699,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSConnectionMonitorResultV2", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSConnectionMonitorResultV2, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSConnectionMonitorResultV2, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "Outputs": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorOutputObject]", @@ -256216,7 +277766,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tag": "System.Collections.Hashtable", "ProvisioningState": "System.String", @@ -256461,7 +278011,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorTestGroupObject[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorTestGroupObject[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorTestGroupObject[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorTestGroupObject", "GenericTypeArguments": [], @@ -256479,7 +278029,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorOutputObject[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorOutputObject[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorOutputObject[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorOutputObject", "GenericTypeArguments": [], @@ -256515,7 +278065,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorObject", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorObject, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorObject, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "Outputs": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorOutputObject]", @@ -256687,7 +278237,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tag": "System.Collections.Hashtable", "ProvisioningState": "System.String", @@ -257066,7 +278616,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tag": "System.Collections.Hashtable", "ProvisioningState": "System.String", @@ -257159,7 +278709,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorTestGroupObject[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorTestGroupObject[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorTestGroupObject[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorTestGroupObject", "GenericTypeArguments": [], @@ -257183,7 +278733,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorOutputObject[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorOutputObject[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorOutputObject[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorOutputObject", "GenericTypeArguments": [], @@ -257781,7 +279331,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorTestGroupObject[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorTestGroupObject[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorTestGroupObject[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorTestGroupObject", "GenericTypeArguments": [], @@ -257805,7 +279355,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorOutputObject[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorOutputObject[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorOutputObject[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorOutputObject", "GenericTypeArguments": [], @@ -258355,7 +279905,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorTestGroupObject[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorTestGroupObject[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorTestGroupObject[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorTestGroupObject", "GenericTypeArguments": [], @@ -258379,7 +279929,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorOutputObject[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorOutputObject[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorOutputObject[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorOutputObject", "GenericTypeArguments": [], @@ -258543,7 +280093,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorObject", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorObject, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorObject, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "Outputs": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorOutputObject]", @@ -258801,7 +280351,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorEndpointFilterItem", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorEndpointFilterItem, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorEndpointFilterItem, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Type": "System.String", "Address": "System.String" @@ -258987,7 +280537,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorEndpointObject", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorEndpointObject, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorEndpointObject, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Filter": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorEndpointFilter", "Name": "System.String", @@ -259116,7 +280666,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorEndpointFilterItem[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorEndpointFilterItem[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorEndpointFilterItem[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorEndpointFilterItem", "GenericTypeArguments": [], @@ -259289,7 +280839,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorEndpointFilterItem[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorEndpointFilterItem[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorEndpointFilterItem[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorEndpointFilterItem", "GenericTypeArguments": [], @@ -259480,7 +281030,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorObject", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorObject, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorObject, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "Outputs": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorOutputObject]", @@ -259542,7 +281092,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tag": "System.Collections.Hashtable", "ProvisioningState": "System.String", @@ -259677,7 +281227,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorTestGroupObject[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorTestGroupObject[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorTestGroupObject[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorTestGroupObject", "GenericTypeArguments": [], @@ -259695,7 +281245,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorOutputObject[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorOutputObject[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorOutputObject[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorOutputObject", "GenericTypeArguments": [], @@ -259788,7 +281338,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tag": "System.Collections.Hashtable", "ProvisioningState": "System.String", @@ -259881,7 +281431,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorTestGroupObject[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorTestGroupObject[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorTestGroupObject[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorTestGroupObject", "GenericTypeArguments": [], @@ -259905,7 +281455,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorOutputObject[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorOutputObject[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorOutputObject[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorOutputObject", "GenericTypeArguments": [], @@ -260095,7 +281645,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorTestGroupObject[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorTestGroupObject[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorTestGroupObject[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorTestGroupObject", "GenericTypeArguments": [], @@ -260119,7 +281669,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorOutputObject[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorOutputObject[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorOutputObject[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorOutputObject", "GenericTypeArguments": [], @@ -260285,7 +281835,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorTestGroupObject[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorTestGroupObject[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorTestGroupObject[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorTestGroupObject", "GenericTypeArguments": [], @@ -260309,7 +281859,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorOutputObject[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorOutputObject[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorOutputObject[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorOutputObject", "GenericTypeArguments": [], @@ -260451,7 +282001,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorTestGroupObject[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorTestGroupObject[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorTestGroupObject[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorTestGroupObject", "GenericTypeArguments": [], @@ -260475,7 +282025,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorOutputObject[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorOutputObject[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorOutputObject[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorOutputObject", "GenericTypeArguments": [], @@ -260598,7 +282148,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorOutputObject", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorOutputObject, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorOutputObject, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "WorkspaceSettings": "Microsoft.Azure.Commands.Network.Models.PSConnectionMonitorWorkspaceSettings", "Type": "System.String", @@ -260827,7 +282377,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorTestConfigurationObject", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorTestConfigurationObject, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorTestConfigurationObject, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ProtocolConfiguration": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorProtocolConfiguration", "SuccessThreshold": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorSuccessThreshold", @@ -260924,7 +282474,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorProtocolConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorProtocolConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorProtocolConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -261121,7 +282671,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorProtocolConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorProtocolConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorProtocolConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -261304,7 +282854,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorTestGroupObject", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorTestGroupObject, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorTestGroupObject, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sources": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorEndpointObject]", "Destinations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorEndpointObject]", @@ -261382,7 +282932,7 @@ "Type": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorTestConfigurationObject]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorTestConfigurationObject, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorTestConfigurationObject, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -261402,7 +282952,7 @@ "Type": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorEndpointObject]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorEndpointObject, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorEndpointObject, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -261422,7 +282972,7 @@ "Type": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorEndpointObject]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorEndpointObject, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorEndpointObject, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -261523,7 +283073,7 @@ "Type": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorTestConfigurationObject]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorTestConfigurationObject, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorTestConfigurationObject, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -261549,7 +283099,7 @@ "Type": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorEndpointObject]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorEndpointObject, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorEndpointObject, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -261575,7 +283125,7 @@ "Type": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorEndpointObject]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorEndpointObject, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorEndpointObject, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -261695,7 +283245,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tag": "System.Collections.Hashtable", "ProvisioningState": "System.String", @@ -261828,7 +283378,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSConnectionMonitorResult", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSConnectionMonitorResult, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSConnectionMonitorResult, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "StartTime": "System.Nullable`1[System.DateTime]", @@ -261984,7 +283534,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tag": "System.Collections.Hashtable", "ProvisioningState": "System.String", @@ -262593,7 +284143,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSConnectionMonitorResult", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSConnectionMonitorResult, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSConnectionMonitorResult, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "StartTime": "System.Nullable`1[System.DateTime]", @@ -262851,7 +284401,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSConnectionMonitorResultV1", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSConnectionMonitorResultV1, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSConnectionMonitorResultV1, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Destination": "Microsoft.Azure.Commands.Network.Models.PSConnectionMonitorDestination", "Source": "Microsoft.Azure.Commands.Network.Models.PSConnectionMonitorSource", @@ -262916,7 +284466,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSConnectionMonitorResultV2", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSConnectionMonitorResultV2, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSConnectionMonitorResultV2, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "Outputs": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorOutputObject]", @@ -262983,7 +284533,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tag": "System.Collections.Hashtable", "ProvisioningState": "System.String", @@ -263116,7 +284666,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSConnectionMonitorResult", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSConnectionMonitorResult, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSConnectionMonitorResult, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "StartTime": "System.Nullable`1[System.DateTime]", @@ -263307,7 +284857,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorTestGroupObject[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorTestGroupObject[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorTestGroupObject[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorTestGroupObject", "GenericTypeArguments": [], @@ -263325,7 +284875,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorOutputObject[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorOutputObject[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorOutputObject[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorOutputObject", "GenericTypeArguments": [], @@ -263454,7 +285004,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tag": "System.Collections.Hashtable", "ProvisioningState": "System.String", @@ -263809,7 +285359,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tag": "System.Collections.Hashtable", "ProvisioningState": "System.String", @@ -263902,7 +285452,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorTestGroupObject[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorTestGroupObject[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorTestGroupObject[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorTestGroupObject", "GenericTypeArguments": [], @@ -263926,7 +285476,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorOutputObject[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorOutputObject[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorOutputObject[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorOutputObject", "GenericTypeArguments": [], @@ -264476,7 +286026,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorTestGroupObject[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorTestGroupObject[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorTestGroupObject[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorTestGroupObject", "GenericTypeArguments": [], @@ -264500,7 +286050,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorOutputObject[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorOutputObject[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorOutputObject[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorOutputObject", "GenericTypeArguments": [], @@ -265002,7 +286552,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorTestGroupObject[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorTestGroupObject[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorTestGroupObject[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorTestGroupObject", "GenericTypeArguments": [], @@ -265026,7 +286576,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorOutputObject[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorOutputObject[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorOutputObject[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorOutputObject", "GenericTypeArguments": [], @@ -265476,7 +287026,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorTestGroupObject[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorTestGroupObject[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorTestGroupObject[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorTestGroupObject", "GenericTypeArguments": [], @@ -265500,7 +287050,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorOutputObject[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorOutputObject[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorOutputObject[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorOutputObject", "GenericTypeArguments": [], @@ -265640,7 +287190,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSConnectionMonitorResult", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSConnectionMonitorResult, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSConnectionMonitorResult, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "StartTime": "System.Nullable`1[System.DateTime]", @@ -265869,7 +287419,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tag": "System.Collections.Hashtable", "ProvisioningState": "System.String", @@ -266002,7 +287552,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSConnectionMonitorResult", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSConnectionMonitorResult, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSConnectionMonitorResult, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "StartTime": "System.Nullable`1[System.DateTime]", @@ -266158,7 +287708,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tag": "System.Collections.Hashtable", "ProvisioningState": "System.String", @@ -266767,7 +288317,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSConnectionMonitorResult", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSConnectionMonitorResult, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSConnectionMonitorResult, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "StartTime": "System.Nullable`1[System.DateTime]", @@ -267044,7 +288594,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tag": "System.Collections.Hashtable", "ProvisioningState": "System.String", @@ -267177,7 +288727,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSConnectionMonitorResult", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSConnectionMonitorResult, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSConnectionMonitorResult, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "StartTime": "System.Nullable`1[System.DateTime]", @@ -267333,7 +288883,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tag": "System.Collections.Hashtable", "ProvisioningState": "System.String", @@ -267942,7 +289492,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSConnectionMonitorResult", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSConnectionMonitorResult, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSConnectionMonitorResult, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "StartTime": "System.Nullable`1[System.DateTime]", @@ -268200,7 +289750,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSFlowLogResource", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSFlowLogResource, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSFlowLogResource, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Format": "Microsoft.Azure.Commands.Network.Models.PSFlowLogFormatParameters", "RetentionPolicy": "Microsoft.Azure.Commands.Network.Models.PSRetentionPolicyParameters", @@ -268272,7 +289822,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tag": "System.Collections.Hashtable", "ProvisioningState": "System.String", @@ -268464,7 +290014,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tag": "System.Collections.Hashtable", "ProvisioningState": "System.String", @@ -268932,7 +290482,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSFlowLogResource", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSFlowLogResource, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSFlowLogResource, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Format": "Microsoft.Azure.Commands.Network.Models.PSFlowLogFormatParameters", "RetentionPolicy": "Microsoft.Azure.Commands.Network.Models.PSRetentionPolicyParameters", @@ -269004,7 +290554,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tag": "System.Collections.Hashtable", "ProvisioningState": "System.String", @@ -269400,7 +290950,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tag": "System.Collections.Hashtable", "ProvisioningState": "System.String", @@ -269757,7 +291307,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tag": "System.Collections.Hashtable", "ProvisioningState": "System.String", @@ -271956,7 +293506,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tag": "System.Collections.Hashtable", "ProvisioningState": "System.String", @@ -272089,7 +293639,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSFlowLogResource", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSFlowLogResource, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSFlowLogResource, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Format": "Microsoft.Azure.Commands.Network.Models.PSFlowLogFormatParameters", "RetentionPolicy": "Microsoft.Azure.Commands.Network.Models.PSRetentionPolicyParameters", @@ -272255,7 +293805,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tag": "System.Collections.Hashtable", "ProvisioningState": "System.String", @@ -272864,7 +294414,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSFlowLogResource", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSFlowLogResource, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSFlowLogResource, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Format": "Microsoft.Azure.Commands.Network.Models.PSFlowLogFormatParameters", "RetentionPolicy": "Microsoft.Azure.Commands.Network.Models.PSRetentionPolicyParameters", @@ -273132,7 +294682,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSFlowLogResource", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSFlowLogResource, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSFlowLogResource, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Format": "Microsoft.Azure.Commands.Network.Models.PSFlowLogFormatParameters", "RetentionPolicy": "Microsoft.Azure.Commands.Network.Models.PSRetentionPolicyParameters", @@ -273204,7 +294754,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tag": "System.Collections.Hashtable", "ProvisioningState": "System.String", @@ -273337,7 +294887,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSFlowLogResource", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSFlowLogResource, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSFlowLogResource, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Format": "Microsoft.Azure.Commands.Network.Models.PSFlowLogFormatParameters", "RetentionPolicy": "Microsoft.Azure.Commands.Network.Models.PSRetentionPolicyParameters", @@ -273691,7 +295241,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tag": "System.Collections.Hashtable", "ProvisioningState": "System.String", @@ -274050,7 +295600,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tag": "System.Collections.Hashtable", "ProvisioningState": "System.String", @@ -276597,7 +298147,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSFlowLogResource", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSFlowLogResource, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSFlowLogResource, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Format": "Microsoft.Azure.Commands.Network.Models.PSFlowLogFormatParameters", "RetentionPolicy": "Microsoft.Azure.Commands.Network.Models.PSRetentionPolicyParameters", @@ -276817,7 +298367,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tag": "System.Collections.Hashtable", "ProvisioningState": "System.String", @@ -277187,7 +298737,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSFlowLog", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSFlowLog, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSFlowLog, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Format": "Microsoft.Azure.Commands.Network.Models.PSFlowLogFormatParameters", "RetentionPolicy": "Microsoft.Azure.Commands.Network.Models.PSRetentionPolicyParameters", @@ -277248,7 +298798,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tag": "System.Collections.Hashtable", "ProvisioningState": "System.String", @@ -277440,7 +298990,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tag": "System.Collections.Hashtable", "ProvisioningState": "System.String", @@ -277956,7 +299506,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNextHopResult", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNextHopResult, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNextHopResult, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "NextHopType": "System.String", "NextHopIpAddress": "System.String", @@ -278011,7 +299561,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tag": "System.Collections.Hashtable", "ProvisioningState": "System.String", @@ -278257,7 +299807,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tag": "System.Collections.Hashtable", "ProvisioningState": "System.String", @@ -279061,7 +300611,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSSecurityGroupViewResult", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSecurityGroupViewResult, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSecurityGroupViewResult, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "NetworkInterfaces": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSSecurityGroupView]", "NetworkInterfacesText": "System.String" @@ -279115,7 +300665,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tag": "System.Collections.Hashtable", "ProvisioningState": "System.String", @@ -279307,7 +300857,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tag": "System.Collections.Hashtable", "ProvisioningState": "System.String", @@ -279823,7 +301373,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSTopology", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSTopology, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSTopology, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Resources": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSTopologyResource]", "CreatedDateTime": "System.Nullable`1[System.DateTime]", @@ -279880,7 +301430,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tag": "System.Collections.Hashtable", "ProvisioningState": "System.String", @@ -280054,7 +301604,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tag": "System.Collections.Hashtable", "ProvisioningState": "System.String", @@ -280474,7 +302024,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSTroubleshootingResult", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSTroubleshootingResult, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSTroubleshootingResult, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Results": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSTroubleshootingDetails]", "Tag": "System.Collections.Hashtable", @@ -280545,7 +302095,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tag": "System.Collections.Hashtable", "ProvisioningState": "System.String", @@ -280719,7 +302269,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tag": "System.Collections.Hashtable", "ProvisioningState": "System.String", @@ -281139,7 +302689,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkConfigurationDiagnosticResponse", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkConfigurationDiagnosticResponse, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkConfigurationDiagnosticResponse, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Results": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkConfigurationDiagnosticResult]", "ResultsText": "System.String" @@ -281193,7 +302743,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tag": "System.Collections.Hashtable", "ProvisioningState": "System.String", @@ -281364,7 +302914,7 @@ "Type": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkConfigurationDiagnosticProfile]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSNetworkConfigurationDiagnosticProfile, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSNetworkConfigurationDiagnosticProfile, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -281441,7 +302991,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tag": "System.Collections.Hashtable", "ProvisioningState": "System.String", @@ -281556,7 +303106,7 @@ "Type": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkConfigurationDiagnosticProfile]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSNetworkConfigurationDiagnosticProfile, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSNetworkConfigurationDiagnosticProfile, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -281748,7 +303298,7 @@ "Type": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkConfigurationDiagnosticProfile]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSNetworkConfigurationDiagnosticProfile, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSNetworkConfigurationDiagnosticProfile, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -281914,7 +303464,7 @@ "Type": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkConfigurationDiagnosticProfile]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSNetworkConfigurationDiagnosticProfile, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSNetworkConfigurationDiagnosticProfile, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -282080,7 +303630,7 @@ "Type": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkConfigurationDiagnosticProfile]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSNetworkConfigurationDiagnosticProfile, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSNetworkConfigurationDiagnosticProfile, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -282222,7 +303772,7 @@ "Type": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkConfigurationDiagnosticProfile]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSNetworkConfigurationDiagnosticProfile, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSNetworkConfigurationDiagnosticProfile, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -282323,7 +303873,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkConfigurationDiagnosticProfile", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkConfigurationDiagnosticProfile, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkConfigurationDiagnosticProfile, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Direction": "System.String", "Protocol": "System.String", @@ -282680,7 +304230,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tag": "System.Collections.Hashtable", "ProvisioningState": "System.String", @@ -283004,7 +304554,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSGetPacketCaptureResult", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSGetPacketCaptureResult, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSGetPacketCaptureResult, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "StorageLocation": "Microsoft.Azure.Commands.Network.Models.PSStorageLocation", "Filters": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSPacketCaptureFilter]", @@ -283088,7 +304638,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tag": "System.Collections.Hashtable", "ProvisioningState": "System.String", @@ -283280,7 +304830,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tag": "System.Collections.Hashtable", "ProvisioningState": "System.String", @@ -283796,7 +305346,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPacketCaptureResult", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPacketCaptureResult, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPacketCaptureResult, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "StorageLocation": "Microsoft.Azure.Commands.Network.Models.PSStorageLocation", "Filters": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSPacketCaptureFilter]", @@ -283870,7 +305420,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tag": "System.Collections.Hashtable", "ProvisioningState": "System.String", @@ -284137,7 +305687,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPacketCaptureFilter[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPacketCaptureFilter[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPacketCaptureFilter[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSPacketCaptureFilter", "GenericTypeArguments": [], @@ -284212,7 +305762,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tag": "System.Collections.Hashtable", "ProvisioningState": "System.String", @@ -284477,7 +306027,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPacketCaptureFilter[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPacketCaptureFilter[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPacketCaptureFilter[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSPacketCaptureFilter", "GenericTypeArguments": [], @@ -284817,7 +306367,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPacketCaptureFilter[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPacketCaptureFilter[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPacketCaptureFilter[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSPacketCaptureFilter", "GenericTypeArguments": [], @@ -285131,7 +306681,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPacketCaptureFilter[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPacketCaptureFilter[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPacketCaptureFilter[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSPacketCaptureFilter", "GenericTypeArguments": [], @@ -285421,7 +306971,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPacketCaptureFilter[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPacketCaptureFilter[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPacketCaptureFilter[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSPacketCaptureFilter", "GenericTypeArguments": [], @@ -285520,7 +307070,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPacketCaptureFilter", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPacketCaptureFilter, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPacketCaptureFilter, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Protocol": "System.String", "RemoteIPAddress": "System.String", @@ -285896,7 +307446,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tag": "System.Collections.Hashtable", "ProvisioningState": "System.String", @@ -286106,7 +307656,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tag": "System.Collections.Hashtable", "ProvisioningState": "System.String", @@ -286737,7 +308287,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tag": "System.Collections.Hashtable", "ProvisioningState": "System.String", @@ -286947,7 +308497,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tag": "System.Collections.Hashtable", "ProvisioningState": "System.String", @@ -287578,7 +309128,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tag": "System.Collections.Hashtable", "ProvisioningState": "System.String", @@ -287770,7 +309320,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tag": "System.Collections.Hashtable", "ProvisioningState": "System.String", @@ -288286,7 +309836,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSFlowLog", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSFlowLog, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSFlowLog, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Format": "Microsoft.Azure.Commands.Network.Models.PSFlowLogFormatParameters", "RetentionPolicy": "Microsoft.Azure.Commands.Network.Models.PSRetentionPolicyParameters", @@ -288347,7 +309897,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tag": "System.Collections.Hashtable", "ProvisioningState": "System.String", @@ -288763,7 +310313,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tag": "System.Collections.Hashtable", "ProvisioningState": "System.String", @@ -289146,7 +310696,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tag": "System.Collections.Hashtable", "ProvisioningState": "System.String", @@ -289573,7 +311123,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tag": "System.Collections.Hashtable", "ProvisioningState": "System.String", @@ -292173,7 +313723,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSTroubleshootingResult", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSTroubleshootingResult, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSTroubleshootingResult, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Results": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSTroubleshootingDetails]", "Tag": "System.Collections.Hashtable", @@ -292244,7 +313794,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tag": "System.Collections.Hashtable", "ProvisioningState": "System.String", @@ -292454,7 +314004,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tag": "System.Collections.Hashtable", "ProvisioningState": "System.String", @@ -293066,7 +314616,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSConnectivityInformation", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSConnectivityInformation, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSConnectivityInformation, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Hops": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSConnectivityHop]", "AvgLatencyInMs": "System.Nullable`1[System.Int32]", @@ -293126,7 +314676,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tag": "System.Collections.Hashtable", "ProvisioningState": "System.String", @@ -293333,7 +314883,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherProtocolConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherProtocolConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherProtocolConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Header": "System.Collections.IDictionary", "ValidStatusCode": "System.Int32[]", @@ -293445,7 +314995,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tag": "System.Collections.Hashtable", "ProvisioningState": "System.String", @@ -293632,7 +315182,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherProtocolConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherProtocolConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherProtocolConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Header": "System.Collections.IDictionary", "ValidStatusCode": "System.Int32[]", @@ -293931,7 +315481,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherProtocolConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherProtocolConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherProtocolConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Header": "System.Collections.IDictionary", "ValidStatusCode": "System.Int32[]", @@ -294204,7 +315754,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherProtocolConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherProtocolConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherProtocolConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Header": "System.Collections.IDictionary", "ValidStatusCode": "System.Int32[]", @@ -294453,7 +316003,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherProtocolConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherProtocolConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherProtocolConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Header": "System.Collections.IDictionary", "ValidStatusCode": "System.Int32[]", @@ -294589,7 +316139,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSIPFlowVerifyResult", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIPFlowVerifyResult, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIPFlowVerifyResult, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Access": "System.String", "RuleName": "System.String" @@ -294643,7 +316193,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tag": "System.Collections.Hashtable", "ProvisioningState": "System.String", @@ -294967,7 +316517,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tag": "System.Collections.Hashtable", "ProvisioningState": "System.String", @@ -296179,7 +317729,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPrivateEndpoint", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPrivateEndpoint, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPrivateEndpoint, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Subnet": "Microsoft.Azure.Commands.Network.Models.PSSubnet", "NetworkInterfaces": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkInterface]", @@ -296626,7 +318176,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPrivateEndpoint", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPrivateEndpoint, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPrivateEndpoint, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Subnet": "Microsoft.Azure.Commands.Network.Models.PSSubnet", "NetworkInterfaces": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkInterface]", @@ -296769,7 +318319,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSSubnet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "NetworkSecurityGroup": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup", "NatGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -296884,7 +318434,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPrivateLinkServiceConnection[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPrivateLinkServiceConnection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPrivateLinkServiceConnection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSPrivateLinkServiceConnection", "GenericTypeArguments": [], @@ -297087,7 +318637,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSSubnet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "NetworkSecurityGroup": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup", "NatGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -297208,7 +318758,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPrivateLinkServiceConnection[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPrivateLinkServiceConnection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPrivateLinkServiceConnection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSPrivateLinkServiceConnection", "GenericTypeArguments": [], @@ -297379,7 +318929,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPrivateDnsZoneGroup", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPrivateDnsZoneGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPrivateDnsZoneGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "PrivateDnsZoneConfigs": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSPrivateDnsZoneConfig]", "ProvisioningState": "System.String", @@ -297793,7 +319343,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPrivateDnsZoneConfig", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPrivateDnsZoneConfig, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPrivateDnsZoneConfig, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "RecordSets": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Network.Models.PSPrivateDnsZoneConfigRecordSet]", "Name": "System.String", @@ -298024,7 +319574,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPrivateDnsZoneGroup", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPrivateDnsZoneGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPrivateDnsZoneGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "PrivateDnsZoneConfigs": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSPrivateDnsZoneConfig]", "ProvisioningState": "System.String", @@ -298138,7 +319688,7 @@ "Type": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSPrivateDnsZoneConfig]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSPrivateDnsZoneConfig, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSPrivateDnsZoneConfig, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -298307,7 +319857,7 @@ "Type": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSPrivateDnsZoneConfig]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSPrivateDnsZoneConfig, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSPrivateDnsZoneConfig, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -298913,7 +320463,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPrivateDnsZoneGroup", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPrivateDnsZoneGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPrivateDnsZoneGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "PrivateDnsZoneConfigs": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSPrivateDnsZoneConfig]", "ProvisioningState": "System.String", @@ -299027,7 +320577,7 @@ "Type": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSPrivateDnsZoneConfig]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSPrivateDnsZoneConfig, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSPrivateDnsZoneConfig, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -299178,7 +320728,7 @@ "Type": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSPrivateDnsZoneConfig]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSPrivateDnsZoneConfig, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSPrivateDnsZoneConfig, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -299279,7 +320829,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPrivateLinkServiceConnection", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPrivateLinkServiceConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPrivateLinkServiceConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "PrivateLinkServiceConnectionState": "Microsoft.Azure.Commands.Network.Models.PSPrivateLinkServiceConnectionState", "GroupIds": "System.Collections.Generic.List`1[System.String]", @@ -299359,7 +320909,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPrivateLinkService", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPrivateLinkService, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPrivateLinkService, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Visibility": "Microsoft.Azure.Commands.Network.Models.PSPrivateLinkServiceResourceSet", "AutoApproval": "Microsoft.Azure.Commands.Network.Models.PSPrivateLinkServiceResourceSet", @@ -299644,7 +321194,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPrivateLinkService", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPrivateLinkService, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPrivateLinkService, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Visibility": "Microsoft.Azure.Commands.Network.Models.PSPrivateLinkServiceResourceSet", "AutoApproval": "Microsoft.Azure.Commands.Network.Models.PSPrivateLinkServiceResourceSet", @@ -300312,7 +321862,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPrivateEndpoint", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPrivateEndpoint, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPrivateEndpoint, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Subnet": "Microsoft.Azure.Commands.Network.Models.PSSubnet", "NetworkInterfaces": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkInterface]", @@ -300399,7 +321949,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPrivateEndpoint", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPrivateEndpoint, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPrivateEndpoint, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Subnet": "Microsoft.Azure.Commands.Network.Models.PSSubnet", "NetworkInterfaces": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkInterface]", @@ -300542,7 +322092,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPrivateEndpoint", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPrivateEndpoint, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPrivateEndpoint, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Subnet": "Microsoft.Azure.Commands.Network.Models.PSSubnet", "NetworkInterfaces": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkInterface]", @@ -300709,7 +322259,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAutoApprovedPrivateLinkService", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAutoApprovedPrivateLinkService, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAutoApprovedPrivateLinkService, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "PrivateLinkService": "System.String" }, @@ -300936,7 +322486,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPrivateLinkService", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPrivateLinkService, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPrivateLinkService, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Visibility": "Microsoft.Azure.Commands.Network.Models.PSPrivateLinkServiceResourceSet", "AutoApproval": "Microsoft.Azure.Commands.Network.Models.PSPrivateLinkServiceResourceSet", @@ -301371,7 +322921,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPrivateLinkService", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPrivateLinkService, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPrivateLinkService, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Visibility": "Microsoft.Azure.Commands.Network.Models.PSPrivateLinkServiceResourceSet", "AutoApproval": "Microsoft.Azure.Commands.Network.Models.PSPrivateLinkServiceResourceSet", @@ -301504,7 +323054,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration", "GenericTypeArguments": [], @@ -301522,7 +323072,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPrivateLinkServiceIpConfiguration[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPrivateLinkServiceIpConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPrivateLinkServiceIpConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSPrivateLinkServiceIpConfiguration", "GenericTypeArguments": [], @@ -301761,7 +323311,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration", "GenericTypeArguments": [], @@ -301785,7 +323335,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPrivateLinkServiceIpConfiguration[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPrivateLinkServiceIpConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPrivateLinkServiceIpConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSPrivateLinkServiceIpConfiguration", "GenericTypeArguments": [], @@ -302004,7 +323554,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPrivateEndpointConnection", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPrivateEndpointConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPrivateEndpointConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "PrivateEndpoint": "Microsoft.Azure.Commands.Network.Models.PSPrivateEndpoint", "PrivateLinkServiceConnectionState": "Microsoft.Azure.Commands.Network.Models.PSPrivateLinkServiceConnectionState", @@ -302548,7 +324098,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPrivateEndpointConnection", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPrivateEndpointConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPrivateEndpointConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "PrivateEndpoint": "Microsoft.Azure.Commands.Network.Models.PSPrivateEndpoint", "PrivateLinkServiceConnectionState": "Microsoft.Azure.Commands.Network.Models.PSPrivateLinkServiceConnectionState", @@ -303092,7 +324642,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPrivateEndpointConnection", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPrivateEndpointConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPrivateEndpointConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "PrivateEndpoint": "Microsoft.Azure.Commands.Network.Models.PSPrivateEndpoint", "PrivateLinkServiceConnectionState": "Microsoft.Azure.Commands.Network.Models.PSPrivateLinkServiceConnectionState", @@ -304517,7 +326067,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPrivateEndpointConnection", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPrivateEndpointConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPrivateEndpointConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "PrivateEndpoint": "Microsoft.Azure.Commands.Network.Models.PSPrivateEndpoint", "PrivateLinkServiceConnectionState": "Microsoft.Azure.Commands.Network.Models.PSPrivateLinkServiceConnectionState", @@ -305151,7 +326701,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPrivateLinkResource", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPrivateLinkResource, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPrivateLinkResource, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "RequiredMembers": "System.Collections.Generic.List`1[System.String]", "RequiredZoneNames": "System.Collections.Generic.List`1[System.String]", @@ -305387,7 +326937,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPrivateLinkServiceIpConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPrivateLinkServiceIpConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPrivateLinkServiceIpConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "PublicIPAddress": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress", "Subnet": "Microsoft.Azure.Commands.Network.Models.PSSubnet", @@ -305508,7 +327058,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "IpConfiguration": "Microsoft.Azure.Commands.Network.Models.PSIPConfiguration", "DnsSettings": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddressDnsSettings", @@ -305584,7 +327134,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSSubnet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "NetworkSecurityGroup": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup", "NatGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -305831,7 +327381,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "IpConfiguration": "Microsoft.Azure.Commands.Network.Models.PSIPConfiguration", "DnsSettings": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddressDnsSettings", @@ -305913,7 +327463,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSSubnet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "NetworkSecurityGroup": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup", "NatGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -306667,7 +328217,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPrivateLinkService", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPrivateLinkService, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPrivateLinkService, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Visibility": "Microsoft.Azure.Commands.Network.Models.PSPrivateLinkServiceResourceSet", "AutoApproval": "Microsoft.Azure.Commands.Network.Models.PSPrivateLinkServiceResourceSet", @@ -306744,7 +328294,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPrivateLinkService", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPrivateLinkService, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPrivateLinkService, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Visibility": "Microsoft.Azure.Commands.Network.Models.PSPrivateLinkServiceResourceSet", "AutoApproval": "Microsoft.Azure.Commands.Network.Models.PSPrivateLinkServiceResourceSet", @@ -306877,7 +328427,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPrivateLinkService", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPrivateLinkService, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPrivateLinkService, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Visibility": "Microsoft.Azure.Commands.Network.Models.PSPrivateLinkServiceResourceSet", "AutoApproval": "Microsoft.Azure.Commands.Network.Models.PSPrivateLinkServiceResourceSet", @@ -307034,7 +328584,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSBgpServiceCommunity", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSBgpServiceCommunity, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSBgpServiceCommunity, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "BgpCommunities": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSBgpCommunity]", "Name": "System.String", @@ -307182,7 +328732,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteServiceProvider", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteServiceProvider, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteServiceProvider, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "BandwidthsOffered": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSExpressRouteServiceProviderBandwidthsOffered]", "PeeringLocations": "System.Collections.Generic.List`1[System.String]", @@ -307529,7 +329079,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "IpConfiguration": "Microsoft.Azure.Commands.Network.Models.PSIPConfiguration", "DnsSettings": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddressDnsSettings", @@ -308440,7 +329990,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "IpConfiguration": "Microsoft.Azure.Commands.Network.Models.PSIPConfiguration", "DnsSettings": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddressDnsSettings", @@ -308654,7 +330204,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPublicIpTag[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpTag[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpTag[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSPublicIpTag", "GenericTypeArguments": [], @@ -308672,7 +330222,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPublicIpPrefix", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpPrefix, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpPrefix, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSPublicIpPrefixSku", "PublicIpAddresses": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress]", @@ -309069,7 +330619,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPublicIpTag[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpTag[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpTag[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSPublicIpTag", "GenericTypeArguments": [], @@ -309093,7 +330643,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPublicIpPrefix", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpPrefix, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpPrefix, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSPublicIpPrefixSku", "PublicIpAddresses": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress]", @@ -309365,7 +330915,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPublicIpTag", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpTag, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpTag, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "IpTagType": "System.String", "Tag": "System.String" @@ -309916,7 +331466,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "IpConfiguration": "Microsoft.Azure.Commands.Network.Models.PSIPConfiguration", "DnsSettings": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddressDnsSettings", @@ -309993,7 +331543,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "IpConfiguration": "Microsoft.Azure.Commands.Network.Models.PSIPConfiguration", "DnsSettings": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddressDnsSettings", @@ -310126,7 +331676,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "IpConfiguration": "Microsoft.Azure.Commands.Network.Models.PSIPConfiguration", "DnsSettings": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddressDnsSettings", @@ -310283,7 +331833,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPublicIpPrefix", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpPrefix, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpPrefix, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSPublicIpPrefixSku", "PublicIpAddresses": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress]", @@ -310663,7 +332213,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPublicIpPrefix", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpPrefix, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpPrefix, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSPublicIpPrefixSku", "PublicIpAddresses": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress]", @@ -310850,7 +332400,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPublicIpPrefixTag[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpPrefixTag[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpPrefixTag[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSPublicIpPrefixTag", "GenericTypeArguments": [], @@ -311130,7 +332680,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPublicIpPrefixTag[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpPrefixTag[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpPrefixTag[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSPublicIpPrefixTag", "GenericTypeArguments": [], @@ -311376,7 +332926,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPublicIpPrefix", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpPrefix, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpPrefix, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSPublicIpPrefixSku", "PublicIpAddresses": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress]", @@ -311846,7 +333396,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPublicIpPrefix", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpPrefix, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpPrefix, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSPublicIpPrefixSku", "PublicIpAddresses": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress]", @@ -312162,7 +333712,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPublicIpPrefix", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpPrefix, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpPrefix, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSPublicIpPrefixSku", "PublicIpAddresses": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress]", @@ -312234,7 +333784,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPublicIpPrefix", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpPrefix, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpPrefix, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSPublicIpPrefixSku", "PublicIpAddresses": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress]", @@ -312362,7 +333912,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPublicIpPrefix", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpPrefix, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpPrefix, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSPublicIpPrefixSku", "PublicIpAddresses": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress]", @@ -312514,7 +334064,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSRouteFilter", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteFilter, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteFilter, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Peerings": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSPeering]", "Rules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSRouteFilterRule]", @@ -312948,7 +334498,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSRouteFilter", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteFilter, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteFilter, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Peerings": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSPeering]", "Rules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSRouteFilterRule]", @@ -313080,7 +334630,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSRouteFilterRule[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteFilterRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteFilterRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSRouteFilterRule", "GenericTypeArguments": [], @@ -313265,7 +334815,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSRouteFilterRule[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteFilterRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteFilterRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSRouteFilterRule", "GenericTypeArguments": [], @@ -313693,7 +335243,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSRouteFilter", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteFilter, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteFilter, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Peerings": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSPeering]", "Rules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSRouteFilterRule]", @@ -313769,7 +335319,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSRouteFilter", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteFilter, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteFilter, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Peerings": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSPeering]", "Rules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSRouteFilterRule]", @@ -313978,7 +335528,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSRouteFilter", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteFilter, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteFilter, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Peerings": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSPeering]", "Rules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSRouteFilterRule]", @@ -314235,7 +335785,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSRouteFilterRule", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteFilterRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteFilterRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Communities": "System.Collections.Generic.List`1[System.String]", "Access": "System.String", @@ -314311,7 +335861,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSRouteFilter", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteFilter, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteFilter, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Peerings": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSPeering]", "Rules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSRouteFilterRule]", @@ -314449,7 +335999,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSRouteFilter", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteFilter, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteFilter, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Peerings": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSPeering]", "Rules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSRouteFilterRule]", @@ -314581,7 +336131,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSRouteFilterRule", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteFilterRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteFilterRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Communities": "System.Collections.Generic.List`1[System.String]", "Access": "System.String", @@ -314949,7 +336499,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSRouteFilterRule", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteFilterRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteFilterRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Communities": "System.Collections.Generic.List`1[System.String]", "Access": "System.String", @@ -315025,7 +336575,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSRouteFilter", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteFilter, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteFilter, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Peerings": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSPeering]", "Rules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSRouteFilterRule]", @@ -315181,7 +336731,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSRouteFilter", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteFilter, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteFilter, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Peerings": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSPeering]", "Rules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSRouteFilterRule]", @@ -315337,7 +336887,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSRouteFilter", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteFilter, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteFilter, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Peerings": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSPeering]", "Rules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSRouteFilterRule]", @@ -315413,7 +336963,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSRouteFilter", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteFilter, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteFilter, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Peerings": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSPeering]", "Rules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSRouteFilterRule]", @@ -315622,7 +337172,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSRouteFilter", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteFilter, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteFilter, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Peerings": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSPeering]", "Rules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSRouteFilterRule]", @@ -315879,7 +337429,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSRouteFilter", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteFilter, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteFilter, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Peerings": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSPeering]", "Rules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSRouteFilterRule]", @@ -315955,7 +337505,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSRouteFilter", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteFilter, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteFilter, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Peerings": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSPeering]", "Rules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSRouteFilterRule]", @@ -316105,7 +337655,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSRouteFilter", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteFilter, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteFilter, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Peerings": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSPeering]", "Rules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSRouteFilterRule]", @@ -316285,7 +337835,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSSecurityPartnerProvider", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSecurityPartnerProvider, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSecurityPartnerProvider, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "VirtualHub": "Microsoft.Azure.Management.Network.Models.SubResource", "Tag": "System.Collections.Hashtable", @@ -316658,7 +338208,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSSecurityPartnerProvider", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSecurityPartnerProvider, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSecurityPartnerProvider, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "VirtualHub": "Microsoft.Azure.Management.Network.Models.SubResource", "Tag": "System.Collections.Hashtable", @@ -316801,7 +338351,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "VirtualWan": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "VpnGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -316819,6 +338369,7 @@ "ResourceGuid": "System.String", "ProvisioningState": "System.String", "ResourceGroupName": "System.String", + "RoutingState": "System.String", "Sku": "System.String", "Etag": "System.String", "AddressPrefix": "System.String", @@ -317104,7 +338655,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "VirtualWan": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "VpnGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -317122,6 +338673,7 @@ "ResourceGuid": "System.String", "ProvisioningState": "System.String", "ResourceGroupName": "System.String", + "RoutingState": "System.String", "Sku": "System.String", "Etag": "System.String", "AddressPrefix": "System.String", @@ -317410,7 +338962,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSSecurityPartnerProvider", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSecurityPartnerProvider, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSecurityPartnerProvider, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "VirtualHub": "Microsoft.Azure.Management.Network.Models.SubResource", "Tag": "System.Collections.Hashtable", @@ -317751,7 +339303,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSSecurityPartnerProvider", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSecurityPartnerProvider, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSecurityPartnerProvider, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "VirtualHub": "Microsoft.Azure.Management.Network.Models.SubResource", "Tag": "System.Collections.Hashtable", @@ -318200,7 +339752,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSSecurityPartnerProvider", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSecurityPartnerProvider, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSecurityPartnerProvider, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "VirtualHub": "Microsoft.Azure.Management.Network.Models.SubResource", "Tag": "System.Collections.Hashtable", @@ -318265,7 +339817,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSSecurityPartnerProvider", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSecurityPartnerProvider, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSecurityPartnerProvider, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "VirtualHub": "Microsoft.Azure.Management.Network.Models.SubResource", "Tag": "System.Collections.Hashtable", @@ -318386,7 +339938,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSSecurityPartnerProvider", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSecurityPartnerProvider, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSecurityPartnerProvider, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "VirtualHub": "Microsoft.Azure.Management.Network.Models.SubResource", "Tag": "System.Collections.Hashtable", @@ -318531,7 +340083,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ServiceEndpointPolicyDefinitions": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicyDefinition]", "Subnets": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSSubnet]", @@ -318911,7 +340463,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ServiceEndpointPolicyDefinitions": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicyDefinition]", "Subnets": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSSubnet]", @@ -319005,7 +340557,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicyDefinition[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicyDefinition[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicyDefinition[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicyDefinition", "GenericTypeArguments": [], @@ -319140,7 +340692,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicyDefinition[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicyDefinition[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicyDefinition[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicyDefinition", "GenericTypeArguments": [], @@ -319360,7 +340912,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ServiceEndpointPolicyDefinitions": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicyDefinition]", "Subnets": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSSubnet]", @@ -319766,7 +341318,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ServiceEndpointPolicyDefinitions": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicyDefinition]", "Subnets": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSSubnet]", @@ -320038,7 +341590,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ServiceEndpointPolicyDefinitions": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicyDefinition]", "Subnets": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSSubnet]", @@ -320132,7 +341684,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ServiceEndpointPolicyDefinitions": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicyDefinition]", "Subnets": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSSubnet]", @@ -320324,7 +341876,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ServiceEndpointPolicyDefinitions": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicyDefinition]", "Subnets": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSSubnet]", @@ -320532,7 +342084,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicyDefinition", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicyDefinition, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicyDefinition, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "serviceResources": "System.Collections.Generic.List`1[System.String]", "Description": "System.String", @@ -320609,7 +342161,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ServiceEndpointPolicyDefinitions": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicyDefinition]", "Subnets": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSSubnet]", @@ -320747,7 +342299,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ServiceEndpointPolicyDefinitions": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicyDefinition]", "Subnets": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSSubnet]", @@ -320879,7 +342431,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicyDefinition", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicyDefinition, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicyDefinition, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "serviceResources": "System.Collections.Generic.List`1[System.String]", "Description": "System.String", @@ -321200,7 +342752,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ServiceEndpointPolicyDefinitions": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicyDefinition]", "Subnets": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSSubnet]", @@ -321312,7 +342864,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicyDefinition", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicyDefinition, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicyDefinition, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "serviceResources": "System.Collections.Generic.List`1[System.String]", "Description": "System.String", @@ -321370,7 +342922,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ServiceEndpointPolicyDefinitions": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicyDefinition]", "Subnets": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSSubnet]", @@ -321508,7 +343060,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ServiceEndpointPolicyDefinitions": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicyDefinition]", "Subnets": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSSubnet]", @@ -321657,7 +343209,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ServiceEndpointPolicyDefinitions": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicyDefinition]", "Subnets": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSSubnet]", @@ -321782,7 +343334,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicyDefinition", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicyDefinition, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicyDefinition, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "serviceResources": "System.Collections.Generic.List`1[System.String]", "Description": "System.String", @@ -321846,7 +343398,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ServiceEndpointPolicyDefinitions": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicyDefinition]", "Subnets": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSSubnet]", @@ -321971,7 +343523,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ServiceEndpointPolicyDefinitions": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicyDefinition]", "Subnets": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSSubnet]", @@ -322103,7 +343655,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ServiceEndpointPolicyDefinitions": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicyDefinition]", "Subnets": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSSubnet]", @@ -322197,7 +343749,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ServiceEndpointPolicyDefinitions": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicyDefinition]", "Subnets": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSSubnet]", @@ -322389,7 +343941,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ServiceEndpointPolicyDefinitions": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicyDefinition]", "Subnets": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSSubnet]", @@ -322597,7 +344149,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ServiceEndpointPolicyDefinitions": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicyDefinition]", "Subnets": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSSubnet]", @@ -322673,7 +344225,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ServiceEndpointPolicyDefinitions": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicyDefinition]", "Subnets": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSSubnet]", @@ -322787,7 +344339,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ServiceEndpointPolicyDefinitions": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicyDefinition]", "Subnets": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSSubnet]", @@ -323439,7 +344991,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayConnection", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "LocalNetworkGateway2": "Microsoft.Azure.Commands.Network.Models.PSLocalNetworkGateway", "Peer": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -323901,7 +345453,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "SALifeTimeSeconds": "System.Int32", "SADataSizeKilobytes": "System.Int32", @@ -324477,7 +346029,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSTrafficSelectorPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSTrafficSelectorPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSTrafficSelectorPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "LocalAddressRanges": "System.String[]", "RemoteAddressRanges": "System.String[]" @@ -324709,7 +346261,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayConnection", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "LocalNetworkGateway2": "Microsoft.Azure.Commands.Network.Models.PSLocalNetworkGateway", "Peer": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -324870,7 +346422,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "CustomRoutes": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", @@ -324949,7 +346501,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "CustomRoutes": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", @@ -325028,7 +346580,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLocalNetworkGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLocalNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLocalNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "LocalNetworkAddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", @@ -325190,7 +346742,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPeering", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPeering, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPeering, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Ipv6PeeringConfig": "Microsoft.Azure.Commands.Network.Models.PSIpv6PeeringConfig", "MicrosoftPeeringConfig": "Microsoft.Azure.Commands.Network.Models.PSPeeringConfig", @@ -325357,7 +346909,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy", "GenericTypeArguments": [], @@ -325375,7 +346927,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSTrafficSelectorPolicy[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSTrafficSelectorPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSTrafficSelectorPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSTrafficSelectorPolicy", "GenericTypeArguments": [], @@ -325587,7 +347139,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "CustomRoutes": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", @@ -325672,7 +347224,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "CustomRoutes": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", @@ -325757,7 +347309,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLocalNetworkGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLocalNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLocalNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "LocalNetworkAddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", @@ -326051,7 +347603,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy", "GenericTypeArguments": [], @@ -326075,7 +347627,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSTrafficSelectorPolicy[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSTrafficSelectorPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSTrafficSelectorPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSTrafficSelectorPolicy", "GenericTypeArguments": [], @@ -326340,7 +347892,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "CustomRoutes": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", @@ -326425,7 +347977,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "CustomRoutes": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", @@ -326510,7 +348062,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLocalNetworkGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLocalNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLocalNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "LocalNetworkAddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", @@ -326804,7 +348356,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy", "GenericTypeArguments": [], @@ -326828,7 +348380,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSTrafficSelectorPolicy[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSTrafficSelectorPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSTrafficSelectorPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSTrafficSelectorPolicy", "GenericTypeArguments": [], @@ -326971,7 +348523,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPeering", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPeering, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPeering, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Ipv6PeeringConfig": "Microsoft.Azure.Commands.Network.Models.PSIpv6PeeringConfig", "MicrosoftPeeringConfig": "Microsoft.Azure.Commands.Network.Models.PSPeeringConfig", @@ -327152,7 +348704,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "CustomRoutes": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", @@ -327237,7 +348789,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "CustomRoutes": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", @@ -327322,7 +348874,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLocalNetworkGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLocalNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLocalNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "LocalNetworkAddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", @@ -327616,7 +349168,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy", "GenericTypeArguments": [], @@ -327640,7 +349192,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSTrafficSelectorPolicy[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSTrafficSelectorPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSTrafficSelectorPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSTrafficSelectorPolicy", "GenericTypeArguments": [], @@ -328633,7 +350185,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayPacketCaptureResult", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayPacketCaptureResult, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayPacketCaptureResult, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tag": "System.Collections.Hashtable", "EndTime": "System.DateTime", @@ -328740,7 +350292,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayConnection", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "LocalNetworkGateway2": "Microsoft.Azure.Commands.Network.Models.PSLocalNetworkGateway", "Peer": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -329065,7 +350617,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayConnection", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "LocalNetworkGateway2": "Microsoft.Azure.Commands.Network.Models.PSLocalNetworkGateway", "Peer": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -329464,7 +351016,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayPacketCaptureResult", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayPacketCaptureResult, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayPacketCaptureResult, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tag": "System.Collections.Hashtable", "EndTime": "System.DateTime", @@ -329570,7 +351122,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayConnection", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "LocalNetworkGateway2": "Microsoft.Azure.Commands.Network.Models.PSLocalNetworkGateway", "Peer": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -329894,7 +351446,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayConnection", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "LocalNetworkGateway2": "Microsoft.Azure.Commands.Network.Models.PSLocalNetworkGateway", "Peer": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -330293,7 +351845,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayConnection", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "LocalNetworkGateway2": "Microsoft.Azure.Commands.Network.Models.PSLocalNetworkGateway", "Peer": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -330380,7 +351932,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayConnection", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "LocalNetworkGateway2": "Microsoft.Azure.Commands.Network.Models.PSLocalNetworkGateway", "Peer": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -330546,7 +352098,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy", "GenericTypeArguments": [], @@ -330564,7 +352116,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSTrafficSelectorPolicy[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSTrafficSelectorPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSTrafficSelectorPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSTrafficSelectorPolicy", "GenericTypeArguments": [], @@ -330675,7 +352227,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayConnection", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "LocalNetworkGateway2": "Microsoft.Azure.Commands.Network.Models.PSLocalNetworkGateway", "Peer": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -330871,7 +352423,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy", "GenericTypeArguments": [], @@ -330895,7 +352447,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSTrafficSelectorPolicy[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSTrafficSelectorPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSTrafficSelectorPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSTrafficSelectorPolicy", "GenericTypeArguments": [], @@ -331035,7 +352587,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayConnection", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "LocalNetworkGateway2": "Microsoft.Azure.Commands.Network.Models.PSLocalNetworkGateway", "Peer": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -331231,7 +352783,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy", "GenericTypeArguments": [], @@ -331255,7 +352807,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSTrafficSelectorPolicy[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSTrafficSelectorPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSTrafficSelectorPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSTrafficSelectorPolicy", "GenericTypeArguments": [], @@ -331382,7 +352934,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "CustomRoutes": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", @@ -331462,7 +353014,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "CustomRoutes": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", @@ -331595,7 +353147,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSSubnet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "NetworkSecurityGroup": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup", "NatGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -331728,7 +353280,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "IpConfiguration": "Microsoft.Azure.Commands.Network.Models.PSIPConfiguration", "DnsSettings": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddressDnsSettings", @@ -331843,7 +353395,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "CustomRoutes": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", @@ -332068,7 +353620,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "CustomRoutes": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", @@ -332245,7 +353797,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSSubnet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "NetworkSecurityGroup": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup", "NatGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -332366,7 +353918,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "IpConfiguration": "Microsoft.Azure.Commands.Network.Models.PSIPConfiguration", "DnsSettings": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddressDnsSettings", @@ -332448,7 +354000,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "CustomRoutes": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", @@ -332632,7 +354184,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnClientRevokedCertificate", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnClientRevokedCertificate, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnClientRevokedCertificate, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Thumbprint": "System.String", "ProvisioningState": "System.String", @@ -332951,7 +354503,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnClientRootCertificate", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnClientRootCertificate, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnClientRootCertificate, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "PublicCertData": "System.String", "ProvisioningState": "System.String", @@ -333511,7 +355063,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSGatewayRoute", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSGatewayRoute, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSGatewayRoute, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Weight": "System.Nullable`1[System.Int32]", "LocalAddress": "System.String", @@ -333832,7 +355384,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSBGPPeerStatus", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSBGPPeerStatus, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSBGPPeerStatus, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Asn": "System.Nullable`1[System.Int32]", "RoutesReceived": "System.Nullable`1[System.Int64]", @@ -334154,7 +355706,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "CustomRoutes": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", @@ -334412,7 +355964,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSGatewayRoute", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSGatewayRoute, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSGatewayRoute, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Weight": "System.Nullable`1[System.Int32]", "LocalAddress": "System.String", @@ -334691,7 +356243,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnClientRevokedCertificate", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnClientRevokedCertificate, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnClientRevokedCertificate, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Thumbprint": "System.String", "ProvisioningState": "System.String", @@ -334968,7 +356520,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnClientRootCertificate", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnClientRootCertificate, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnClientRootCertificate, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "PublicCertData": "System.String", "ProvisioningState": "System.String", @@ -335245,7 +356797,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSRadiusServer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRadiusServer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRadiusServer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "RadiusServerScore": "System.Int32", "RadiusServerSecret": "System.String", @@ -335560,7 +357112,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnClientIPsecParameters", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnClientIPsecParameters, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnClientIPsecParameters, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "SaLifeTimeSeconds": "System.Int32", "SaDataSizeKilobytes": "System.Int32", @@ -336108,7 +357660,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "SALifeTimeSeconds": "System.Int32", "SADataSizeKilobytes": "System.Int32", @@ -336656,7 +358208,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "CustomRoutes": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", @@ -336792,7 +358344,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayIpConfiguration[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayIpConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayIpConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayIpConfiguration", "GenericTypeArguments": [], @@ -336942,7 +358494,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLocalNetworkGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLocalNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLocalNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "LocalNetworkAddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", @@ -337049,7 +358601,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnClientRootCertificate[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnClientRootCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnClientRootCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVpnClientRootCertificate", "GenericTypeArguments": [], @@ -337067,7 +358619,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnClientRevokedCertificate[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnClientRevokedCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnClientRevokedCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVpnClientRevokedCertificate", "GenericTypeArguments": [], @@ -337085,7 +358637,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy", "GenericTypeArguments": [], @@ -337139,7 +358691,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSIpConfigurationBgpPeeringAddress[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpConfigurationBgpPeeringAddress[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpConfigurationBgpPeeringAddress[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSIpConfigurationBgpPeeringAddress", "GenericTypeArguments": [], @@ -337229,7 +358781,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSRadiusServer[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRadiusServer[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRadiusServer[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSRadiusServer", "GenericTypeArguments": [], @@ -337468,7 +359020,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSRadiusServer[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRadiusServer[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRadiusServer[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSRadiusServer", "GenericTypeArguments": [], @@ -337492,7 +359044,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayIpConfiguration[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayIpConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayIpConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayIpConfiguration", "GenericTypeArguments": [], @@ -337684,7 +359236,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLocalNetworkGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLocalNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLocalNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "LocalNetworkAddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", @@ -337809,7 +359361,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnClientRootCertificate[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnClientRootCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnClientRootCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVpnClientRootCertificate", "GenericTypeArguments": [], @@ -337833,7 +359385,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnClientRevokedCertificate[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnClientRevokedCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnClientRevokedCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVpnClientRevokedCertificate", "GenericTypeArguments": [], @@ -337857,7 +359409,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy", "GenericTypeArguments": [], @@ -337929,7 +359481,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSIpConfigurationBgpPeeringAddress[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpConfigurationBgpPeeringAddress[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpConfigurationBgpPeeringAddress[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSIpConfigurationBgpPeeringAddress", "GenericTypeArguments": [], @@ -338239,7 +359791,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayIpConfiguration[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayIpConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayIpConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayIpConfiguration", "GenericTypeArguments": [], @@ -338431,7 +359983,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLocalNetworkGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLocalNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLocalNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "LocalNetworkAddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", @@ -338556,7 +360108,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnClientRootCertificate[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnClientRootCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnClientRootCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVpnClientRootCertificate", "GenericTypeArguments": [], @@ -338580,7 +360132,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnClientRevokedCertificate[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnClientRevokedCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnClientRevokedCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVpnClientRevokedCertificate", "GenericTypeArguments": [], @@ -338604,7 +360156,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy", "GenericTypeArguments": [], @@ -338676,7 +360228,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSIpConfigurationBgpPeeringAddress[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpConfigurationBgpPeeringAddress[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpConfigurationBgpPeeringAddress[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSIpConfigurationBgpPeeringAddress", "GenericTypeArguments": [], @@ -339010,7 +360562,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayIpConfiguration[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayIpConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayIpConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayIpConfiguration", "GenericTypeArguments": [], @@ -339202,7 +360754,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLocalNetworkGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLocalNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLocalNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "LocalNetworkAddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", @@ -339327,7 +360879,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnClientRootCertificate[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnClientRootCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnClientRootCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVpnClientRootCertificate", "GenericTypeArguments": [], @@ -339351,7 +360903,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnClientRevokedCertificate[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnClientRevokedCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnClientRevokedCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVpnClientRevokedCertificate", "GenericTypeArguments": [], @@ -339375,7 +360927,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy", "GenericTypeArguments": [], @@ -339447,7 +360999,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSIpConfigurationBgpPeeringAddress[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpConfigurationBgpPeeringAddress[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpConfigurationBgpPeeringAddress[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSIpConfigurationBgpPeeringAddress", "GenericTypeArguments": [], @@ -339709,7 +361261,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayIpConfiguration[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayIpConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayIpConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayIpConfiguration", "GenericTypeArguments": [], @@ -339901,7 +361453,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLocalNetworkGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLocalNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLocalNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "LocalNetworkAddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", @@ -340026,7 +361578,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnClientRootCertificate[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnClientRootCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnClientRootCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVpnClientRootCertificate", "GenericTypeArguments": [], @@ -340050,7 +361602,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnClientRevokedCertificate[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnClientRevokedCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnClientRevokedCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVpnClientRevokedCertificate", "GenericTypeArguments": [], @@ -340074,7 +361626,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy", "GenericTypeArguments": [], @@ -340146,7 +361698,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSIpConfigurationBgpPeeringAddress[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpConfigurationBgpPeeringAddress[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpConfigurationBgpPeeringAddress[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSIpConfigurationBgpPeeringAddress", "GenericTypeArguments": [], @@ -340334,7 +361886,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayIpConfiguration[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayIpConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayIpConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayIpConfiguration", "GenericTypeArguments": [], @@ -340526,7 +362078,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLocalNetworkGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLocalNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLocalNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "LocalNetworkAddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", @@ -340651,7 +362203,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnClientRootCertificate[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnClientRootCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnClientRootCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVpnClientRootCertificate", "GenericTypeArguments": [], @@ -340675,7 +362227,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnClientRevokedCertificate[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnClientRevokedCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnClientRevokedCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVpnClientRevokedCertificate", "GenericTypeArguments": [], @@ -340699,7 +362251,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy", "GenericTypeArguments": [], @@ -340771,7 +362323,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSIpConfigurationBgpPeeringAddress[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpConfigurationBgpPeeringAddress[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpConfigurationBgpPeeringAddress[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSIpConfigurationBgpPeeringAddress", "GenericTypeArguments": [], @@ -340966,7 +362518,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayIpConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayIpConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayIpConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Subnet": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "PublicIpAddress": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -341081,7 +362633,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSSubnet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "NetworkSecurityGroup": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup", "NatGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -341214,7 +362766,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "IpConfiguration": "Microsoft.Azure.Commands.Network.Models.PSIPConfiguration", "DnsSettings": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddressDnsSettings", @@ -341561,7 +363113,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSSubnet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "NetworkSecurityGroup": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup", "NatGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -341682,7 +363234,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "IpConfiguration": "Microsoft.Azure.Commands.Network.Models.PSIPConfiguration", "DnsSettings": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddressDnsSettings", @@ -341863,7 +363415,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnProfile", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnProfile, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnProfile, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "VpnProfileSASUrl": "System.String" }, @@ -342274,7 +363826,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnClientRevokedCertificate", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnClientRevokedCertificate, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnClientRevokedCertificate, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Thumbprint": "System.String", "ProvisioningState": "System.String", @@ -342505,7 +364057,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnClientRootCertificate", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnClientRootCertificate, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnClientRootCertificate, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "PublicCertData": "System.String", "ProvisioningState": "System.String", @@ -342791,7 +364343,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "CustomRoutes": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", @@ -343019,7 +364571,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "CustomRoutes": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", @@ -343590,7 +365142,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "CustomRoutes": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", @@ -343670,7 +365222,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "CustomRoutes": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", @@ -343788,7 +365340,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "CustomRoutes": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", @@ -343924,7 +365476,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "CustomRoutes": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", @@ -344004,7 +365556,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "CustomRoutes": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", @@ -344140,7 +365692,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "CustomRoutes": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", @@ -344862,7 +366414,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "CustomRoutes": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", @@ -344942,7 +366494,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "CustomRoutes": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", @@ -345096,7 +366648,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "CustomRoutes": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", @@ -345280,7 +366832,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "CustomRoutes": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", @@ -345360,7 +366912,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "CustomRoutes": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", @@ -345510,7 +367062,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "CustomRoutes": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", @@ -345684,7 +367236,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "CustomRoutes": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", @@ -345764,7 +367316,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "CustomRoutes": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", @@ -345843,7 +367395,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLocalNetworkGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLocalNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLocalNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "LocalNetworkAddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", @@ -345949,7 +367501,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "CustomRoutes": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", @@ -346078,7 +367630,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLocalNetworkGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLocalNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLocalNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "LocalNetworkAddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", @@ -346151,7 +367703,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "CustomRoutes": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", @@ -346287,7 +367839,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnClientIPsecParameters", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnClientIPsecParameters, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnClientIPsecParameters, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "SaLifeTimeSeconds": "System.Int32", "SaDataSizeKilobytes": "System.Int32", @@ -346383,7 +367935,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnClientIPsecParameters", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnClientIPsecParameters, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnClientIPsecParameters, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "SaLifeTimeSeconds": "System.Int32", "SaDataSizeKilobytes": "System.Int32", @@ -346442,7 +367994,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "CustomRoutes": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", @@ -346626,7 +368178,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnClientIPsecParameters", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnClientIPsecParameters, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnClientIPsecParameters, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "SaLifeTimeSeconds": "System.Int32", "SaDataSizeKilobytes": "System.Int32", @@ -346735,7 +368287,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "CustomRoutes": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", @@ -346868,7 +368420,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnClientIPsecParameters", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnClientIPsecParameters, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnClientIPsecParameters, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "SaLifeTimeSeconds": "System.Int32", "SaDataSizeKilobytes": "System.Int32", @@ -347049,7 +368601,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnClientIPsecParameters", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnClientIPsecParameters, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnClientIPsecParameters, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "SaLifeTimeSeconds": "System.Int32", "SaDataSizeKilobytes": "System.Int32", @@ -347169,7 +368721,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "CustomRoutes": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", @@ -347249,7 +368801,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "CustomRoutes": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", @@ -347364,7 +368916,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLocalNetworkGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLocalNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLocalNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "LocalNetworkAddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", @@ -347471,7 +369023,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnClientRootCertificate[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnClientRootCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnClientRootCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVpnClientRootCertificate", "GenericTypeArguments": [], @@ -347489,7 +369041,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnClientRevokedCertificate[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnClientRevokedCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnClientRevokedCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVpnClientRevokedCertificate", "GenericTypeArguments": [], @@ -347507,7 +369059,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy", "GenericTypeArguments": [], @@ -347561,7 +369113,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSIpConfigurationBgpPeeringAddress[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpConfigurationBgpPeeringAddress[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpConfigurationBgpPeeringAddress[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSIpConfigurationBgpPeeringAddress", "GenericTypeArguments": [], @@ -347671,7 +369223,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSRadiusServer[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRadiusServer[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRadiusServer[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSRadiusServer", "GenericTypeArguments": [], @@ -347854,7 +369406,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "CustomRoutes": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", @@ -347981,7 +369533,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLocalNetworkGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLocalNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLocalNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "LocalNetworkAddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", @@ -348106,7 +369658,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnClientRootCertificate[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnClientRootCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnClientRootCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVpnClientRootCertificate", "GenericTypeArguments": [], @@ -348130,7 +369682,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnClientRevokedCertificate[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnClientRevokedCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnClientRevokedCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVpnClientRevokedCertificate", "GenericTypeArguments": [], @@ -348154,7 +369706,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy", "GenericTypeArguments": [], @@ -348226,7 +369778,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSIpConfigurationBgpPeeringAddress[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpConfigurationBgpPeeringAddress[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpConfigurationBgpPeeringAddress[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSIpConfigurationBgpPeeringAddress", "GenericTypeArguments": [], @@ -348488,7 +370040,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "CustomRoutes": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", @@ -348615,7 +370167,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLocalNetworkGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLocalNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLocalNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "LocalNetworkAddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", @@ -348740,7 +370292,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnClientRootCertificate[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnClientRootCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnClientRootCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVpnClientRootCertificate", "GenericTypeArguments": [], @@ -348764,7 +370316,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnClientRevokedCertificate[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnClientRevokedCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnClientRevokedCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVpnClientRevokedCertificate", "GenericTypeArguments": [], @@ -348788,7 +370340,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy", "GenericTypeArguments": [], @@ -348860,7 +370412,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSIpConfigurationBgpPeeringAddress[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpConfigurationBgpPeeringAddress[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpConfigurationBgpPeeringAddress[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSIpConfigurationBgpPeeringAddress", "GenericTypeArguments": [], @@ -349146,7 +370698,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "CustomRoutes": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", @@ -349273,7 +370825,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLocalNetworkGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLocalNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLocalNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "LocalNetworkAddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", @@ -349398,7 +370950,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnClientRootCertificate[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnClientRootCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnClientRootCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVpnClientRootCertificate", "GenericTypeArguments": [], @@ -349422,7 +370974,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnClientRevokedCertificate[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnClientRevokedCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnClientRevokedCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVpnClientRevokedCertificate", "GenericTypeArguments": [], @@ -349446,7 +370998,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy", "GenericTypeArguments": [], @@ -349518,7 +371070,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSIpConfigurationBgpPeeringAddress[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpConfigurationBgpPeeringAddress[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpConfigurationBgpPeeringAddress[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSIpConfigurationBgpPeeringAddress", "GenericTypeArguments": [], @@ -349732,7 +371284,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSRadiusServer[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRadiusServer[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRadiusServer[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSRadiusServer", "GenericTypeArguments": [], @@ -349756,7 +371308,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "CustomRoutes": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", @@ -349883,7 +371435,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLocalNetworkGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLocalNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLocalNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "LocalNetworkAddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", @@ -350008,7 +371560,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnClientRootCertificate[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnClientRootCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnClientRootCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVpnClientRootCertificate", "GenericTypeArguments": [], @@ -350032,7 +371584,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnClientRevokedCertificate[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnClientRevokedCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnClientRevokedCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVpnClientRevokedCertificate", "GenericTypeArguments": [], @@ -350056,7 +371608,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy", "GenericTypeArguments": [], @@ -350128,7 +371680,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSIpConfigurationBgpPeeringAddress[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpConfigurationBgpPeeringAddress[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpConfigurationBgpPeeringAddress[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSIpConfigurationBgpPeeringAddress", "GenericTypeArguments": [], @@ -350414,7 +371966,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "CustomRoutes": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", @@ -350541,7 +372093,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLocalNetworkGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLocalNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLocalNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "LocalNetworkAddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", @@ -350666,7 +372218,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnClientRootCertificate[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnClientRootCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnClientRootCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVpnClientRootCertificate", "GenericTypeArguments": [], @@ -350690,7 +372242,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnClientRevokedCertificate[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnClientRevokedCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnClientRevokedCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVpnClientRevokedCertificate", "GenericTypeArguments": [], @@ -350714,7 +372266,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy", "GenericTypeArguments": [], @@ -350786,7 +372338,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSIpConfigurationBgpPeeringAddress[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpConfigurationBgpPeeringAddress[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpConfigurationBgpPeeringAddress[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSIpConfigurationBgpPeeringAddress", "GenericTypeArguments": [], @@ -351024,7 +372576,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "CustomRoutes": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", @@ -351151,7 +372703,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLocalNetworkGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLocalNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLocalNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "LocalNetworkAddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", @@ -351276,7 +372828,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnClientRootCertificate[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnClientRootCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnClientRootCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVpnClientRootCertificate", "GenericTypeArguments": [], @@ -351300,7 +372852,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnClientRevokedCertificate[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnClientRevokedCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnClientRevokedCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVpnClientRevokedCertificate", "GenericTypeArguments": [], @@ -351324,7 +372876,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy", "GenericTypeArguments": [], @@ -351396,7 +372948,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSIpConfigurationBgpPeeringAddress[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpConfigurationBgpPeeringAddress[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpConfigurationBgpPeeringAddress[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSIpConfigurationBgpPeeringAddress", "GenericTypeArguments": [], @@ -351621,7 +373173,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkTap", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkTap, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkTap, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DestinationLoadBalancerFrontEndIPConfiguration": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration", "DestinationNetworkInterfaceIPConfiguration": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceIPConfiguration", @@ -351993,7 +373545,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkTap", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkTap, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkTap, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DestinationLoadBalancerFrontEndIPConfiguration": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration", "DestinationNetworkInterfaceIPConfiguration": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceIPConfiguration", @@ -352169,7 +373721,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceIPConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "PrivateLinkConnectionProperties": "Microsoft.Azure.Commands.Network.Models.PSIpConfigurationConnectivityInformation", "PublicIpAddress": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress", @@ -352282,7 +373834,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "PublicIpAddress": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress", "PublicIPPrefix": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -352928,7 +374480,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceIPConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "PrivateLinkConnectionProperties": "Microsoft.Azure.Commands.Network.Models.PSIpConfigurationConnectivityInformation", "PublicIpAddress": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress", @@ -353029,7 +374581,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "PublicIpAddress": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress", "PublicIPPrefix": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -353426,7 +374978,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkTap", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkTap, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkTap, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DestinationLoadBalancerFrontEndIPConfiguration": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration", "DestinationNetworkInterfaceIPConfiguration": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceIPConfiguration", @@ -353890,7 +375442,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkTap", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkTap, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkTap, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DestinationLoadBalancerFrontEndIPConfiguration": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration", "DestinationNetworkInterfaceIPConfiguration": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceIPConfiguration", @@ -354202,7 +375754,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkTap", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkTap, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkTap, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DestinationLoadBalancerFrontEndIPConfiguration": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration", "DestinationNetworkInterfaceIPConfiguration": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceIPConfiguration", @@ -354270,7 +375822,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkTap", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkTap, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkTap, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DestinationLoadBalancerFrontEndIPConfiguration": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration", "DestinationNetworkInterfaceIPConfiguration": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceIPConfiguration", @@ -354394,7 +375946,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkTap", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkTap, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkTap, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DestinationLoadBalancerFrontEndIPConfiguration": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration", "DestinationNetworkInterfaceIPConfiguration": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceIPConfiguration", @@ -354542,7 +376094,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "DhcpOptions": "Microsoft.Azure.Commands.Network.Models.PSDhcpOptions", @@ -354978,7 +376530,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "DhcpOptions": "Microsoft.Azure.Commands.Network.Models.PSDhcpOptions", @@ -355148,7 +376700,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSSubnet[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSSubnet", "GenericTypeArguments": [], @@ -355238,7 +376790,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSIpAllocation[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpAllocation[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpAllocation[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSIpAllocation", "GenericTypeArguments": [], @@ -355453,7 +377005,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSSubnet[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSSubnet", "GenericTypeArguments": [], @@ -355573,7 +377125,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSIpAllocation[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpAllocation[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpAllocation[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSIpAllocation", "GenericTypeArguments": [], @@ -355696,7 +377248,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkPeering", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkPeering, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkPeering, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "RemoteVirtualNetworkAddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "RemoteVirtualNetwork": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -355783,7 +377335,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "DhcpOptions": "Microsoft.Azure.Commands.Network.Models.PSDhcpOptions", @@ -356031,7 +377583,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "DhcpOptions": "Microsoft.Azure.Commands.Network.Models.PSDhcpOptions", @@ -356309,7 +377861,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkPeering", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkPeering, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkPeering, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "RemoteVirtualNetworkAddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "RemoteVirtualNetwork": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -356955,7 +378507,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkPeering", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkPeering, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkPeering, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "RemoteVirtualNetworkAddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "RemoteVirtualNetwork": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -357024,7 +378576,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkPeering", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkPeering, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkPeering, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "RemoteVirtualNetworkAddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "RemoteVirtualNetwork": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -357149,7 +378701,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkPeering", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkPeering, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkPeering, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "RemoteVirtualNetworkAddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "RemoteVirtualNetwork": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -357621,7 +379173,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "DhcpOptions": "Microsoft.Azure.Commands.Network.Models.PSDhcpOptions", @@ -357699,7 +379251,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "DhcpOptions": "Microsoft.Azure.Commands.Network.Models.PSDhcpOptions", @@ -357833,7 +379385,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "DhcpOptions": "Microsoft.Azure.Commands.Network.Models.PSDhcpOptions", @@ -357991,7 +379543,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "DhcpOptions": "Microsoft.Azure.Commands.Network.Models.PSDhcpOptions", @@ -358087,7 +379639,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "DhcpOptions": "Microsoft.Azure.Commands.Network.Models.PSDhcpOptions", @@ -358200,7 +379752,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "NetworkInterfaces": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkInterface]", "SecurityRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSSecurityRule]", @@ -358307,7 +379859,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSRouteTable", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteTable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteTable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DisableBgpRoutePropagation": "System.Boolean", "Routes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSRoute]", @@ -358405,7 +379957,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNatGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNatGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNatGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSNatGatewaySku", "PublicIpAddresses": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", @@ -358492,7 +380044,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy", "GenericTypeArguments": [], @@ -358510,7 +380062,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSDelegation[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSDelegation[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSDelegation[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSDelegation", "GenericTypeArguments": [], @@ -358564,7 +380116,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSIpAllocation[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpAllocation[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpAllocation[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSIpAllocation", "GenericTypeArguments": [], @@ -358645,7 +380197,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "DhcpOptions": "Microsoft.Azure.Commands.Network.Models.PSDhcpOptions", @@ -358776,7 +380328,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy", "GenericTypeArguments": [], @@ -358800,7 +380352,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSDelegation[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSDelegation[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSDelegation[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSDelegation", "GenericTypeArguments": [], @@ -358872,7 +380424,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSIpAllocation[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpAllocation[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpAllocation[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSIpAllocation", "GenericTypeArguments": [], @@ -359038,7 +380590,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "DhcpOptions": "Microsoft.Azure.Commands.Network.Models.PSDhcpOptions", @@ -359169,7 +380721,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy", "GenericTypeArguments": [], @@ -359193,7 +380745,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSDelegation[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSDelegation[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSDelegation[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSDelegation", "GenericTypeArguments": [], @@ -359265,7 +380817,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSIpAllocation[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpAllocation[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpAllocation[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSIpAllocation", "GenericTypeArguments": [], @@ -359333,7 +380885,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "NetworkInterfaces": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkInterface]", "SecurityRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSSecurityRule]", @@ -359428,7 +380980,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSRouteTable", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteTable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteTable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DisableBgpRoutePropagation": "System.Boolean", "Routes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSRoute]", @@ -359512,7 +381064,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNatGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNatGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNatGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSNatGatewaySku", "PublicIpAddresses": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", @@ -359611,7 +381163,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "DhcpOptions": "Microsoft.Azure.Commands.Network.Models.PSDhcpOptions", @@ -359742,7 +381294,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy", "GenericTypeArguments": [], @@ -359766,7 +381318,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSDelegation[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSDelegation[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSDelegation[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSDelegation", "GenericTypeArguments": [], @@ -359838,7 +381390,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSIpAllocation[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpAllocation[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpAllocation[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSIpAllocation", "GenericTypeArguments": [], @@ -359913,7 +381465,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSSubnet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "NetworkSecurityGroup": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup", "NatGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -360065,7 +381617,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSSubnet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "NetworkSecurityGroup": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup", "NatGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -360267,7 +381819,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSSubnet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "NetworkSecurityGroup": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup", "NatGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -360443,7 +381995,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSDelegation", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSDelegation, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSDelegation, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Actions": "System.Collections.Generic.List`1[System.String]", "ProvisioningState": "System.String", @@ -360519,7 +382071,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSSubnet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "NetworkSecurityGroup": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup", "NatGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -360697,7 +382249,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSSubnet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "NetworkSecurityGroup": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup", "NatGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -360869,7 +382421,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSSubnet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "NetworkSecurityGroup": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup", "NatGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -361003,7 +382555,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "DhcpOptions": "Microsoft.Azure.Commands.Network.Models.PSDhcpOptions", @@ -361161,7 +382713,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "DhcpOptions": "Microsoft.Azure.Commands.Network.Models.PSDhcpOptions", @@ -361407,7 +382959,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSSubnet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "NetworkSecurityGroup": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup", "NatGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -361577,7 +383129,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "NetworkInterfaces": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkInterface]", "SecurityRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSSecurityRule]", @@ -361684,7 +383236,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSRouteTable", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteTable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteTable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DisableBgpRoutePropagation": "System.Boolean", "Routes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSRoute]", @@ -361782,7 +383334,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNatGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNatGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNatGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSNatGatewaySku", "PublicIpAddresses": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", @@ -361869,7 +383421,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy", "GenericTypeArguments": [], @@ -361887,7 +383439,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSDelegation[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSDelegation[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSDelegation[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSDelegation", "GenericTypeArguments": [], @@ -361941,7 +383493,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSIpAllocation[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpAllocation[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpAllocation[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSIpAllocation", "GenericTypeArguments": [], @@ -362070,7 +383622,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy", "GenericTypeArguments": [], @@ -362094,7 +383646,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSDelegation[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSDelegation[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSDelegation[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSDelegation", "GenericTypeArguments": [], @@ -362166,7 +383718,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSIpAllocation[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpAllocation[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpAllocation[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSIpAllocation", "GenericTypeArguments": [], @@ -362380,7 +383932,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy", "GenericTypeArguments": [], @@ -362404,7 +383956,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSDelegation[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSDelegation[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSDelegation[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSDelegation", "GenericTypeArguments": [], @@ -362476,7 +384028,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSIpAllocation[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpAllocation[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpAllocation[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSIpAllocation", "GenericTypeArguments": [], @@ -362544,7 +384096,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "NetworkInterfaces": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkInterface]", "SecurityRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSSecurityRule]", @@ -362639,7 +384191,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSRouteTable", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteTable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteTable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DisableBgpRoutePropagation": "System.Boolean", "Routes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSRoute]", @@ -362723,7 +384275,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNatGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNatGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNatGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSNatGatewaySku", "PublicIpAddresses": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", @@ -362870,7 +384422,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy", "GenericTypeArguments": [], @@ -362894,7 +384446,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSDelegation[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSDelegation[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSDelegation[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSDelegation", "GenericTypeArguments": [], @@ -362966,7 +384518,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSIpAllocation[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpAllocation[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpAllocation[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSIpAllocation", "GenericTypeArguments": [], @@ -363041,7 +384593,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "DhcpOptions": "Microsoft.Azure.Commands.Network.Models.PSDhcpOptions", @@ -363137,7 +384689,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "DhcpOptions": "Microsoft.Azure.Commands.Network.Models.PSDhcpOptions", @@ -363277,7 +384829,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "DhcpOptions": "Microsoft.Azure.Commands.Network.Models.PSDhcpOptions", @@ -363411,7 +384963,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "DhcpOptions": "Microsoft.Azure.Commands.Network.Models.PSDhcpOptions", @@ -363507,7 +385059,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "DhcpOptions": "Microsoft.Azure.Commands.Network.Models.PSDhcpOptions", @@ -363620,7 +385172,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "NetworkInterfaces": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkInterface]", "SecurityRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSSecurityRule]", @@ -363727,7 +385279,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSRouteTable", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteTable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteTable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DisableBgpRoutePropagation": "System.Boolean", "Routes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSRoute]", @@ -363825,7 +385377,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNatGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNatGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNatGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSNatGatewaySku", "PublicIpAddresses": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", @@ -363912,7 +385464,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy", "GenericTypeArguments": [], @@ -363930,7 +385482,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSDelegation[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSDelegation[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSDelegation[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSDelegation", "GenericTypeArguments": [], @@ -363984,7 +385536,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSIpAllocation[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpAllocation[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpAllocation[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSIpAllocation", "GenericTypeArguments": [], @@ -364065,7 +385617,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "DhcpOptions": "Microsoft.Azure.Commands.Network.Models.PSDhcpOptions", @@ -364196,7 +385748,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy", "GenericTypeArguments": [], @@ -364220,7 +385772,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSDelegation[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSDelegation[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSDelegation[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSDelegation", "GenericTypeArguments": [], @@ -364292,7 +385844,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSIpAllocation[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpAllocation[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpAllocation[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSIpAllocation", "GenericTypeArguments": [], @@ -364458,7 +386010,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "DhcpOptions": "Microsoft.Azure.Commands.Network.Models.PSDhcpOptions", @@ -364589,7 +386141,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy", "GenericTypeArguments": [], @@ -364613,7 +386165,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSDelegation[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSDelegation[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSDelegation[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSDelegation", "GenericTypeArguments": [], @@ -364685,7 +386237,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSIpAllocation[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpAllocation[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpAllocation[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSIpAllocation", "GenericTypeArguments": [], @@ -364753,7 +386305,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "NetworkInterfaces": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkInterface]", "SecurityRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSSecurityRule]", @@ -364848,7 +386400,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSRouteTable", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteTable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteTable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DisableBgpRoutePropagation": "System.Boolean", "Routes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSRoute]", @@ -364932,7 +386484,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNatGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNatGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNatGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSNatGatewaySku", "PublicIpAddresses": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", @@ -365031,7 +386583,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "DhcpOptions": "Microsoft.Azure.Commands.Network.Models.PSDhcpOptions", @@ -365162,7 +386714,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy", "GenericTypeArguments": [], @@ -365186,7 +386738,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSDelegation[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSDelegation[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSDelegation[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSDelegation", "GenericTypeArguments": [], @@ -365258,7 +386810,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSIpAllocation[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpAllocation[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpAllocation[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSIpAllocation", "GenericTypeArguments": [], @@ -365333,7 +386885,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSIPAddressAvailabilityResult", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIPAddressAvailabilityResult, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIPAddressAvailabilityResult, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Available": "System.Boolean", "AvailableIPAddresses": "System.Collections.Generic.List`1[System.String]", @@ -365388,7 +386940,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "DhcpOptions": "Microsoft.Azure.Commands.Network.Models.PSDhcpOptions", @@ -365558,7 +387110,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "DhcpOptions": "Microsoft.Azure.Commands.Network.Models.PSDhcpOptions", @@ -365900,7 +387452,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualRouter", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualRouter, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualRouter, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "HostedGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "Peerings": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVirtualRouterPeer]", @@ -366546,7 +388098,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualRouterPeer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualRouterPeer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualRouterPeer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "PeerIp": "System.String", "ProvisioningState": "System.String", @@ -366955,7 +388507,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualRouter", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualRouter, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualRouter, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "HostedGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "Peerings": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVirtualRouterPeer]", @@ -367079,7 +388631,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualRouterPeer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualRouterPeer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualRouterPeer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "PeerIp": "System.String", "ProvisioningState": "System.String", @@ -367396,7 +388948,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualRouterPeer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualRouterPeer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualRouterPeer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "PeerIp": "System.String", "ProvisioningState": "System.String", @@ -367767,7 +389319,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualRouter", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualRouter, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualRouter, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "HostedGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "Peerings": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVirtualRouterPeer]", @@ -367927,7 +389479,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualRouterPeer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualRouterPeer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualRouterPeer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "PeerIp": "System.String", "ProvisioningState": "System.String", @@ -368432,7 +389984,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualRouterPeer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualRouterPeer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualRouterPeer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "PeerIp": "System.String", "ProvisioningState": "System.String", @@ -368811,7 +390363,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualRouter", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualRouter, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualRouter, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "HostedGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "Peerings": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVirtualRouterPeer]", @@ -369187,7 +390739,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualRouter", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualRouter, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualRouter, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "HostedGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "Peerings": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVirtualRouterPeer]", @@ -369293,7 +390845,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "CustomRoutes": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", @@ -369691,7 +391243,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "CustomRoutes": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", @@ -370244,7 +391796,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualRouter", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualRouter, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualRouter, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "HostedGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "Peerings": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVirtualRouterPeer]", @@ -370588,7 +392140,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualRouter", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualRouter, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualRouter, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "HostedGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "Peerings": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVirtualRouterPeer]", @@ -371040,7 +392592,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSDelegation", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSDelegation, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSDelegation, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Actions": "System.Collections.Generic.List`1[System.String]", "ProvisioningState": "System.String", @@ -371276,7 +392828,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSSubnet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "NetworkSecurityGroup": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup", "NatGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -371410,7 +392962,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSSubnet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "NetworkSecurityGroup": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup", "NatGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -371588,7 +393140,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSSubnet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "NetworkSecurityGroup": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup", "NatGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -371760,7 +393312,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "CustomRoutes": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", @@ -371882,7 +393434,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "CustomRoutes": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", @@ -372382,7 +393934,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "CustomRoutes": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", @@ -372706,7 +394258,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnProfile", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnProfile, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnProfile, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "VpnProfileSASUrl": "System.String" }, @@ -372937,7 +394489,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnClientIPsecParameters", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnClientIPsecParameters, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnClientIPsecParameters, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "SaLifeTimeSeconds": "System.Int32", "SaDataSizeKilobytes": "System.Int32", @@ -373175,7 +394727,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnClientConnectionHealthDetail", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnClientConnectionHealthDetail, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnClientConnectionHealthDetail, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "VpnConnectionDuration": "System.Nullable`1[System.Int64]", "MaxBandwidth": "System.Nullable`1[System.Int64]", @@ -373281,7 +394833,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "CustomRoutes": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", @@ -373649,7 +395201,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "CustomRoutes": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", @@ -373877,7 +395429,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSIpConfigurationBgpPeeringAddress", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpConfigurationBgpPeeringAddress, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpConfigurationBgpPeeringAddress, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Name": "System.String", "Etag": "System.String", @@ -374154,7 +395706,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayPacketCaptureResult", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayPacketCaptureResult, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayPacketCaptureResult, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tag": "System.Collections.Hashtable", "EndTime": "System.DateTime", @@ -374261,7 +395813,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "CustomRoutes": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", @@ -374579,7 +396131,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "CustomRoutes": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", @@ -374971,7 +396523,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayPacketCaptureResult", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayPacketCaptureResult, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayPacketCaptureResult, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tag": "System.Collections.Hashtable", "EndTime": "System.DateTime", @@ -375078,7 +396630,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "CustomRoutes": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", @@ -375396,7 +396948,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "CustomRoutes": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", @@ -375788,7 +397340,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorTcpConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorTcpConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorTcpConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DisableTraceRoute": "System.Nullable`1[System.Boolean]", "Port": "System.Nullable`1[System.Int32]" @@ -375838,7 +397390,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorHttpConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorHttpConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorHttpConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "RequestHeaders": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSHTTPHeader]", "ValidStatusCodeRanges": "System.Collections.Generic.List`1[System.String]", @@ -375894,7 +397446,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorIcmpConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorIcmpConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorIcmpConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DisableTraceRoute": "System.Nullable`1[System.Boolean]" }, @@ -376643,7 +398195,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherProtocolConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherProtocolConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherProtocolConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Header": "System.Collections.IDictionary", "ValidStatusCode": "System.Int32[]", @@ -376957,23 +398509,25 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnConnection", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "RemoteVpnSite": "Microsoft.Azure.Commands.Network.Models.PSResourceId", + "RoutingConfiguration": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration", "EnableInternetSecurity": "System.Boolean", "UsePolicyBasedTrafficSelectors": "System.Boolean", - "UseLocalAzureIpAddress": "System.Boolean", "EnableBgp": "System.Boolean", + "UseLocalAzureIpAddress": "System.Boolean", "IpsecPolicies": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy]", "VpnLinkConnections": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVpnSiteLinkConnection]", "ConnectionBandwidth": "System.Int32", - "IngressBytesTransferred": "System.Nullable`1[System.Int64]", "EgressBytesTransferred": "System.Nullable`1[System.Int64]", + "IngressBytesTransferred": "System.Nullable`1[System.Int64]", "Etag": "System.String", "ConnectionStatus": "System.String", - "VpnConnectionProtocolType": "System.String", "ProvisioningState": "System.String", + "VpnConnectionProtocolType": "System.String", "SharedKey": "System.String", + "RoutingConfigurationText": "System.String", "Name": "System.String", "Id": "System.String" }, @@ -377068,7 +398622,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", "VirtualHub": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -377339,7 +398893,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", "VirtualHub": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -377657,23 +399211,25 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnConnection", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "RemoteVpnSite": "Microsoft.Azure.Commands.Network.Models.PSResourceId", + "RoutingConfiguration": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration", "EnableInternetSecurity": "System.Boolean", "UsePolicyBasedTrafficSelectors": "System.Boolean", - "UseLocalAzureIpAddress": "System.Boolean", "EnableBgp": "System.Boolean", + "UseLocalAzureIpAddress": "System.Boolean", "IpsecPolicies": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy]", "VpnLinkConnections": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVpnSiteLinkConnection]", "ConnectionBandwidth": "System.Int32", - "IngressBytesTransferred": "System.Nullable`1[System.Int64]", "EgressBytesTransferred": "System.Nullable`1[System.Int64]", + "IngressBytesTransferred": "System.Nullable`1[System.Int64]", "Etag": "System.String", "ConnectionStatus": "System.String", - "VpnConnectionProtocolType": "System.String", "ProvisioningState": "System.String", + "VpnConnectionProtocolType": "System.String", "SharedKey": "System.String", + "RoutingConfigurationText": "System.String", "Name": "System.String", "Id": "System.String" }, @@ -377808,23 +399364,25 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnConnection", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "RemoteVpnSite": "Microsoft.Azure.Commands.Network.Models.PSResourceId", + "RoutingConfiguration": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration", "EnableInternetSecurity": "System.Boolean", "UsePolicyBasedTrafficSelectors": "System.Boolean", - "UseLocalAzureIpAddress": "System.Boolean", "EnableBgp": "System.Boolean", + "UseLocalAzureIpAddress": "System.Boolean", "IpsecPolicies": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy]", "VpnLinkConnections": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVpnSiteLinkConnection]", "ConnectionBandwidth": "System.Int32", - "IngressBytesTransferred": "System.Nullable`1[System.Int64]", "EgressBytesTransferred": "System.Nullable`1[System.Int64]", + "IngressBytesTransferred": "System.Nullable`1[System.Int64]", "Etag": "System.String", "ConnectionStatus": "System.String", - "VpnConnectionProtocolType": "System.String", "ProvisioningState": "System.String", + "VpnConnectionProtocolType": "System.String", "SharedKey": "System.String", + "RoutingConfigurationText": "System.String", "Name": "System.String", "Id": "System.String" }, @@ -377912,7 +399470,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "SALifeTimeSeconds": "System.Int32", "SADataSizeKilobytes": "System.Int32", @@ -377965,104 +399523,160 @@ "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, - { - "Name": "EnableBgp", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.Nullable`1[System.Boolean]", - "AssemblyQualifiedName": "System.Nullable`1[[System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "System.Boolean" - ], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "UseLocalAzureIpAddress", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.Nullable`1[System.Boolean]", - "AssemblyQualifiedName": "System.Nullable`1[[System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "System.Boolean" - ], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "UsePolicyBasedTrafficSelectors", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.Nullable`1[System.Boolean]", - "AssemblyQualifiedName": "System.Nullable`1[[System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "System.Boolean" - ], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "VpnSiteLinkConnection", - "AliasList": [], - "Type": { - "Namespace": "Microsoft.Azure.Commands.Network.Models", - "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLinkConnection[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLinkConnection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", - "Properties": {}, - "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLinkConnection", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "EnableInternetSecurity", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.Nullable`1[System.Boolean]", - "AssemblyQualifiedName": "System.Nullable`1[[System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "System.Boolean" - ], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, + { + "Name": "EnableBgp", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.Nullable`1[System.Boolean]", + "AssemblyQualifiedName": "System.Nullable`1[[System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "System.Boolean" + ], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "UseLocalAzureIpAddress", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.Nullable`1[System.Boolean]", + "AssemblyQualifiedName": "System.Nullable`1[[System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "System.Boolean" + ], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "UsePolicyBasedTrafficSelectors", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.Nullable`1[System.Boolean]", + "AssemblyQualifiedName": "System.Nullable`1[[System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "System.Boolean" + ], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "VpnSiteLinkConnection", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Network.Models", + "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLinkConnection[]", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLinkConnection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": {}, + "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLinkConnection", + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "EnableInternetSecurity", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.Nullable`1[System.Boolean]", + "AssemblyQualifiedName": "System.Nullable`1[[System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "System.Boolean" + ], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "RoutingConfiguration", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Network.Models", + "Name": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "PropagatedRouteTables": "Microsoft.Azure.Commands.Network.Models.PSPropagatedRouteTable", + "AssociatedRouteTable": "Microsoft.Azure.Commands.Network.Models.PSResourceId", + "VnetRoutes": "Microsoft.Azure.Commands.Network.Models.PSVnetRoute", + "PropagatedRouteTablesText": "System.String", + "VnetRoutesText": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, { "Name": "AsJob", "AliasList": [], @@ -378252,7 +399866,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "SALifeTimeSeconds": "System.Int32", "SADataSizeKilobytes": "System.Int32", @@ -378395,7 +400009,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLinkConnection[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLinkConnection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLinkConnection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLinkConnection", "GenericTypeArguments": [], @@ -378438,6 +400052,68 @@ "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, + { + "ParameterMetadata": { + "Name": "RoutingConfiguration", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Network.Models", + "Name": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "PropagatedRouteTables": "Microsoft.Azure.Commands.Network.Models.PSPropagatedRouteTable", + "AssociatedRouteTable": "Microsoft.Azure.Commands.Network.Models.PSResourceId", + "VnetRoutes": "Microsoft.Azure.Commands.Network.Models.PSVnetRoute", + "PropagatedRouteTablesText": "System.String", + "VnetRoutesText": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, { "ParameterMetadata": { "Name": "AsJob", @@ -378587,7 +400263,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "SALifeTimeSeconds": "System.Int32", "SADataSizeKilobytes": "System.Int32", @@ -378730,7 +400406,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLinkConnection[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLinkConnection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLinkConnection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLinkConnection", "GenericTypeArguments": [], @@ -378773,6 +400449,68 @@ "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, + { + "ParameterMetadata": { + "Name": "RoutingConfiguration", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Network.Models", + "Name": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "PropagatedRouteTables": "Microsoft.Azure.Commands.Network.Models.PSPropagatedRouteTable", + "AssociatedRouteTable": "Microsoft.Azure.Commands.Network.Models.PSResourceId", + "VnetRoutes": "Microsoft.Azure.Commands.Network.Models.PSVnetRoute", + "PropagatedRouteTablesText": "System.String", + "VnetRoutesText": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, { "ParameterMetadata": { "Name": "AsJob", @@ -378850,23 +400588,25 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnConnection", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "RemoteVpnSite": "Microsoft.Azure.Commands.Network.Models.PSResourceId", + "RoutingConfiguration": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration", "EnableInternetSecurity": "System.Boolean", "UsePolicyBasedTrafficSelectors": "System.Boolean", - "UseLocalAzureIpAddress": "System.Boolean", "EnableBgp": "System.Boolean", + "UseLocalAzureIpAddress": "System.Boolean", "IpsecPolicies": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy]", "VpnLinkConnections": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVpnSiteLinkConnection]", "ConnectionBandwidth": "System.Int32", - "IngressBytesTransferred": "System.Nullable`1[System.Int64]", "EgressBytesTransferred": "System.Nullable`1[System.Int64]", + "IngressBytesTransferred": "System.Nullable`1[System.Int64]", "Etag": "System.String", "ConnectionStatus": "System.String", - "VpnConnectionProtocolType": "System.String", "ProvisioningState": "System.String", + "VpnConnectionProtocolType": "System.String", "SharedKey": "System.String", + "RoutingConfigurationText": "System.String", "Name": "System.String", "Id": "System.String" }, @@ -378972,7 +400712,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "SALifeTimeSeconds": "System.Int32", "SADataSizeKilobytes": "System.Int32", @@ -379115,7 +400855,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLinkConnection[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLinkConnection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLinkConnection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLinkConnection", "GenericTypeArguments": [], @@ -379158,6 +400898,68 @@ "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, + { + "ParameterMetadata": { + "Name": "RoutingConfiguration", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Network.Models", + "Name": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "PropagatedRouteTables": "Microsoft.Azure.Commands.Network.Models.PSPropagatedRouteTable", + "AssociatedRouteTable": "Microsoft.Azure.Commands.Network.Models.PSResourceId", + "VnetRoutes": "Microsoft.Azure.Commands.Network.Models.PSVnetRoute", + "PropagatedRouteTablesText": "System.String", + "VnetRoutesText": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, { "ParameterMetadata": { "Name": "AsJob", @@ -379281,7 +401083,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "SALifeTimeSeconds": "System.Int32", "SADataSizeKilobytes": "System.Int32", @@ -379424,7 +401226,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLinkConnection[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLinkConnection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLinkConnection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLinkConnection", "GenericTypeArguments": [], @@ -379467,6 +401269,68 @@ "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, + { + "ParameterMetadata": { + "Name": "RoutingConfiguration", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Network.Models", + "Name": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "PropagatedRouteTables": "Microsoft.Azure.Commands.Network.Models.PSPropagatedRouteTable", + "AssociatedRouteTable": "Microsoft.Azure.Commands.Network.Models.PSResourceId", + "VnetRoutes": "Microsoft.Azure.Commands.Network.Models.PSVnetRoute", + "PropagatedRouteTablesText": "System.String", + "VnetRoutesText": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, { "ParameterMetadata": { "Name": "AsJob", @@ -379549,13 +401413,15 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteConnection", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ExpressRouteCircuitPeering": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitPeeringId", + "RoutingConfiguration": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration", "EnableInternetSecurity": "System.Boolean", "AuthorizationKey": "System.String", "ProvisioningState": "System.String", "ExpressRouteCircuitPeeringText": "System.String", + "RoutingConfigurationText": "System.String", "Name": "System.String", "Etag": "System.String", "Id": "System.String", @@ -379648,7 +401514,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoScaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteGatewayAutoscaleConfiguration", "VirtualHub": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubId", @@ -379916,7 +401782,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoScaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteGatewayAutoscaleConfiguration", "VirtualHub": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubId", @@ -380235,13 +402101,15 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteConnection", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ExpressRouteCircuitPeering": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitPeeringId", + "RoutingConfiguration": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration", "EnableInternetSecurity": "System.Boolean", "AuthorizationKey": "System.String", "ProvisioningState": "System.String", "ExpressRouteCircuitPeeringText": "System.String", + "RoutingConfigurationText": "System.String", "Name": "System.String", "Etag": "System.String", "Id": "System.String", @@ -380375,13 +402243,15 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteConnection", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ExpressRouteCircuitPeering": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitPeeringId", + "RoutingConfiguration": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration", "EnableInternetSecurity": "System.Boolean", "AuthorizationKey": "System.String", "ProvisioningState": "System.String", "ExpressRouteCircuitPeeringText": "System.String", + "RoutingConfigurationText": "System.String", "Name": "System.String", "Etag": "System.String", "Id": "System.String", @@ -380485,6 +402355,62 @@ "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, + { + "Name": "RoutingConfiguration", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Network.Models", + "Name": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "PropagatedRouteTables": "Microsoft.Azure.Commands.Network.Models.PSPropagatedRouteTable", + "AssociatedRouteTable": "Microsoft.Azure.Commands.Network.Models.PSResourceId", + "VnetRoutes": "Microsoft.Azure.Commands.Network.Models.PSVnetRoute", + "PropagatedRouteTablesText": "System.String", + "VnetRoutesText": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, { "Name": "AsJob", "AliasList": [], @@ -380690,6 +402616,68 @@ "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, + { + "ParameterMetadata": { + "Name": "RoutingConfiguration", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Network.Models", + "Name": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "PropagatedRouteTables": "Microsoft.Azure.Commands.Network.Models.PSPropagatedRouteTable", + "AssociatedRouteTable": "Microsoft.Azure.Commands.Network.Models.PSResourceId", + "VnetRoutes": "Microsoft.Azure.Commands.Network.Models.PSVnetRoute", + "PropagatedRouteTablesText": "System.String", + "VnetRoutesText": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, { "ParameterMetadata": { "Name": "AsJob", @@ -380858,6 +402846,68 @@ "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, + { + "ParameterMetadata": { + "Name": "RoutingConfiguration", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Network.Models", + "Name": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "PropagatedRouteTables": "Microsoft.Azure.Commands.Network.Models.PSPropagatedRouteTable", + "AssociatedRouteTable": "Microsoft.Azure.Commands.Network.Models.PSResourceId", + "VnetRoutes": "Microsoft.Azure.Commands.Network.Models.PSVnetRoute", + "PropagatedRouteTablesText": "System.String", + "VnetRoutesText": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, { "ParameterMetadata": { "Name": "AsJob", @@ -380935,13 +402985,15 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteConnection", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ExpressRouteCircuitPeering": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitPeeringId", + "RoutingConfiguration": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration", "EnableInternetSecurity": "System.Boolean", "AuthorizationKey": "System.String", "ProvisioningState": "System.String", "ExpressRouteCircuitPeeringText": "System.String", + "RoutingConfigurationText": "System.String", "Name": "System.String", "Etag": "System.String", "Id": "System.String", @@ -381068,6 +403120,68 @@ "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, + { + "ParameterMetadata": { + "Name": "RoutingConfiguration", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Network.Models", + "Name": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "PropagatedRouteTables": "Microsoft.Azure.Commands.Network.Models.PSPropagatedRouteTable", + "AssociatedRouteTable": "Microsoft.Azure.Commands.Network.Models.PSResourceId", + "VnetRoutes": "Microsoft.Azure.Commands.Network.Models.PSVnetRoute", + "PropagatedRouteTablesText": "System.String", + "VnetRoutesText": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, { "ParameterMetadata": { "Name": "AsJob", @@ -381210,6 +403324,68 @@ "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, + { + "ParameterMetadata": { + "Name": "RoutingConfiguration", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Network.Models", + "Name": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "PropagatedRouteTables": "Microsoft.Azure.Commands.Network.Models.PSPropagatedRouteTable", + "AssociatedRouteTable": "Microsoft.Azure.Commands.Network.Models.PSResourceId", + "VnetRoutes": "Microsoft.Azure.Commands.Network.Models.PSVnetRoute", + "PropagatedRouteTablesText": "System.String", + "VnetRoutesText": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, { "ParameterMetadata": { "Name": "AsJob", @@ -381292,7 +403468,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSBastion", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSBastion, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSBastion, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "IpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSBastionIPConfiguration]", "Tag": "System.Collections.Hashtable", @@ -381372,7 +403548,7 @@ "Type": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Network.Models.PSBastion]", - "AssemblyQualifiedName": "System.Collections.Generic.IEnumerable`1[[Microsoft.Azure.Commands.Network.Models.PSBastion, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IEnumerable`1[[Microsoft.Azure.Commands.Network.Models.PSBastion, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -381775,7 +403951,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSBastion", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSBastion, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSBastion, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "IpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSBastionIPConfiguration]", "Tag": "System.Collections.Hashtable", @@ -381900,7 +404076,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "IpConfiguration": "Microsoft.Azure.Commands.Network.Models.PSIPConfiguration", "DnsSettings": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddressDnsSettings", @@ -382036,7 +404212,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "DhcpOptions": "Microsoft.Azure.Commands.Network.Models.PSDhcpOptions", @@ -382391,7 +404567,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "IpConfiguration": "Microsoft.Azure.Commands.Network.Models.PSIPConfiguration", "DnsSettings": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddressDnsSettings", @@ -382475,7 +404651,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "DhcpOptions": "Microsoft.Azure.Commands.Network.Models.PSDhcpOptions", @@ -382703,7 +404879,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "IpConfiguration": "Microsoft.Azure.Commands.Network.Models.PSIPConfiguration", "DnsSettings": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddressDnsSettings", @@ -382980,7 +405156,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "IpConfiguration": "Microsoft.Azure.Commands.Network.Models.PSIPConfiguration", "DnsSettings": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddressDnsSettings", @@ -383259,7 +405435,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "DhcpOptions": "Microsoft.Azure.Commands.Network.Models.PSDhcpOptions", @@ -383951,7 +406127,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "DhcpOptions": "Microsoft.Azure.Commands.Network.Models.PSDhcpOptions", @@ -384707,7 +406883,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSBastion", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSBastion, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSBastion, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "IpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSBastionIPConfiguration]", "Tag": "System.Collections.Hashtable", @@ -385031,7 +407207,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSBastion", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSBastion, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSBastion, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "IpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSBastionIPConfiguration]", "Tag": "System.Collections.Hashtable", @@ -385429,7 +407605,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PsAvailableServiceAlias", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PsAvailableServiceAlias, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PsAvailableServiceAlias, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Name": "System.String", "Id": "System.String", @@ -385617,7 +407793,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAvailableDelegation", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAvailableDelegation, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAvailableDelegation, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Actions": "System.Collections.Generic.List`1[System.String]", "Name": "System.String", @@ -385806,7 +407982,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSDdosProtectionPlan", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSDdosProtectionPlan, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSDdosProtectionPlan, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "VirtualNetworks": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", "Tag": "System.Collections.Hashtable", @@ -386092,7 +408268,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSEndpointServiceResult", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSEndpointServiceResult, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSEndpointServiceResult, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Name": "System.String", "Id": "System.String", @@ -386279,7 +408455,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkServiceTag", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkServiceTag, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkServiceTag, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Values": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkServiceTagInformation]", "Name": "System.String", @@ -386469,7 +408645,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAvailableProvidersList", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAvailableProvidersList, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAvailableProvidersList, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Countries": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSAvailableProvidersListCountry]", "CountriesText": "System.String" @@ -386523,7 +408699,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tag": "System.Collections.Hashtable", "ProvisioningState": "System.String", @@ -386788,7 +408964,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tag": "System.Collections.Hashtable", "ProvisioningState": "System.String", @@ -387781,7 +409957,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureReachabilityReport", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureReachabilityReport, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureReachabilityReport, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ProviderLocation": "Microsoft.Azure.Commands.Network.Models.PSAzureReachabilityReportLocation", "ReachabilityReport": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSAzureReachabilityReportItem]", @@ -387838,7 +410014,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tag": "System.Collections.Hashtable", "ProvisioningState": "System.String", @@ -388157,7 +410333,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tag": "System.Collections.Hashtable", "ProvisioningState": "System.String", @@ -389510,7 +411686,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkUsage", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkUsage, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkUsage, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Name": "Microsoft.Azure.Commands.Network.Models.PSUsageName", "CurrentValue": "System.Double", @@ -389873,7 +412049,7 @@ "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "MinCapacity": "System.Int32", "MaxCapacity": "System.Nullable`1[System.Int32]" @@ -389940,7 +412116,7 @@ "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Capacity": "System.Nullable`1[System.Int32]", "Tier": "System.String", @@ -389986,7 +412162,7 @@ "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslPolicy": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DisabledSslProtocols": "System.Collections.Generic.List`1[System.String]", "CipherSuites": "System.Collections.Generic.List`1[System.String]", @@ -390048,7 +412224,7 @@ "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayWebApplicationFirewallConfiguration": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayWebApplicationFirewallConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayWebApplicationFirewallConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayWebApplicationFirewallConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Enabled": "System.Boolean", "DisabledRuleGroups": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallDisabledRuleGroup]", @@ -390102,7 +412278,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallDisabledRuleGroup]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallDisabledRuleGroup]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallDisabledRuleGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallDisabledRuleGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -390114,7 +412290,7 @@ "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallDisabledRuleGroup": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallDisabledRuleGroup", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallDisabledRuleGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallDisabledRuleGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Rules": "System.Collections.Generic.List`1[System.Int32]", "RuleGroupName": "System.String", @@ -390172,7 +412348,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallExclusion]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallExclusion]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallExclusion, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallExclusion, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -390184,7 +412360,7 @@ "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallExclusion": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallExclusion", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallExclusion, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallExclusion, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "MatchVariable": "System.String", "SelectorMatchOperator": "System.String", @@ -390242,7 +412418,7 @@ "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "UserAssignedIdentities": "System.Collections.Generic.Dictionary`2[System.String,Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentityUserAssignedIdentitiesValue]", "Type": "System.Nullable`1[Microsoft.Azure.Management.Network.Models.ResourceIdentityType]", @@ -390289,7 +412465,7 @@ "System.Collections.Generic.Dictionary`2[System.String,Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentityUserAssignedIdentitiesValue]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.Dictionary`2[System.String,Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentityUserAssignedIdentitiesValue]", - "AssemblyQualifiedName": "System.Collections.Generic.Dictionary`2[[System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentityUserAssignedIdentitiesValue, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.Dictionary`2[[System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentityUserAssignedIdentitiesValue, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -390302,7 +412478,7 @@ "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentityUserAssignedIdentitiesValue": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentityUserAssignedIdentitiesValue", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentityUserAssignedIdentitiesValue, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentityUserAssignedIdentitiesValue, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "PrincipalId": "System.String", "ClientId": "System.String" @@ -390347,7 +412523,7 @@ "System.Nullable`1[Microsoft.Azure.Management.Network.Models.ResourceIdentityType]": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Management.Network.Models.ResourceIdentityType]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Network.Models.ResourceIdentityType, Microsoft.Azure.Management.Network, Version=19.21.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Network.Models.ResourceIdentityType, Microsoft.Azure.Management.Network, Version=20.0.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -390359,7 +412535,7 @@ "Microsoft.Azure.Management.Network.Models.ResourceIdentityType": { "Namespace": "Microsoft.Azure.Management.Network.Models", "Name": "Microsoft.Azure.Management.Network.Models.ResourceIdentityType", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Network.Models.ResourceIdentityType, Microsoft.Azure.Management.Network, Version=19.21.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Network.Models.ResourceIdentityType, Microsoft.Azure.Management.Network, Version=20.0.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -390464,7 +412640,7 @@ "Microsoft.Azure.Commands.Network.Models.PSResourceId": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSResourceId", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSResourceId, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSResourceId, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Id": "System.String" }, @@ -390508,7 +412684,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAuthenticationCertificate]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAuthenticationCertificate]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAuthenticationCertificate, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAuthenticationCertificate, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -390520,7 +412696,7 @@ "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAuthenticationCertificate": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAuthenticationCertificate", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAuthenticationCertificate, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAuthenticationCertificate, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Data": "System.String", "ProvisioningState": "System.String", @@ -390569,7 +412745,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -390581,7 +412757,7 @@ "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "BackendAddresses": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddress]", "BackendIpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceIPConfiguration]", @@ -390643,7 +412819,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddress]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddress]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddress, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddress, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -390655,7 +412831,7 @@ "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddress": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddress", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddress, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddress, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Fqdn": "System.String", "IpAddress": "System.String" @@ -390700,7 +412876,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceIPConfiguration]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceIPConfiguration]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -390712,7 +412888,7 @@ "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceIPConfiguration": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceIPConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "PrivateLinkConnectionProperties": "Microsoft.Azure.Commands.Network.Models.PSIpConfigurationConnectivityInformation", "PublicIpAddress": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress", @@ -390799,7 +412975,7 @@ "Microsoft.Azure.Commands.Network.Models.PSIpConfigurationConnectivityInformation": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSIpConfigurationConnectivityInformation", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpConfigurationConnectivityInformation, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpConfigurationConnectivityInformation, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Fqdns": "System.Collections.Generic.List`1[System.String]", "RequiredMemberName": "System.String", @@ -390845,7 +413021,7 @@ "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "IpConfiguration": "Microsoft.Azure.Commands.Network.Models.PSIPConfiguration", "DnsSettings": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddressDnsSettings", @@ -390913,7 +413089,7 @@ "Microsoft.Azure.Commands.Network.Models.PSIPConfiguration": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSIPConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "PublicIpAddress": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress", "Subnet": "Microsoft.Azure.Commands.Network.Models.PSSubnet", @@ -390966,7 +413142,7 @@ "Microsoft.Azure.Commands.Network.Models.PSSubnet": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSSubnet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "NetworkSecurityGroup": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup", "NatGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -391073,7 +413249,7 @@ "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "NetworkInterfaces": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkInterface]", "SecurityRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSSecurityRule]", @@ -391154,7 +413330,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkInterface]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkInterface]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSNetworkInterface, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSNetworkInterface, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -391166,7 +413342,7 @@ "Microsoft.Azure.Commands.Network.Models.PSNetworkInterface": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterface", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterface, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterface, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DnsSettings": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceDnsSettings", "NetworkSecurityGroup": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup", @@ -391251,7 +413427,7 @@ "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceDnsSettings": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceDnsSettings", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceDnsSettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceDnsSettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DnsServers": "System.Collections.Generic.List`1[System.String]", "AppliedDnsServers": "System.Collections.Generic.List`1[System.String]", @@ -391301,7 +413477,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceTapConfiguration]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceTapConfiguration]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceTapConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceTapConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -391313,7 +413489,7 @@ "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceTapConfiguration": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceTapConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceTapConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceTapConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "VirtualNetworkTap": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkTap", "ResourceGroupName": "System.String", @@ -391363,7 +413539,7 @@ "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkTap": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkTap", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkTap, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkTap, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DestinationLoadBalancerFrontEndIPConfiguration": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration", "DestinationNetworkInterfaceIPConfiguration": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceIPConfiguration", @@ -391422,7 +413598,7 @@ "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "PublicIpAddress": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress", "PublicIPPrefix": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -391513,7 +413689,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSResourceId, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSResourceId, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -391535,7 +413711,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSSecurityRule]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSSecurityRule]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSSecurityRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSSecurityRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -391547,7 +413723,7 @@ "Microsoft.Azure.Commands.Network.Models.PSSecurityRule": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSSecurityRule", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSecurityRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSecurityRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "SourcePortRange": "System.Collections.Generic.IList`1[System.String]", "DestinationPortRange": "System.Collections.Generic.IList`1[System.String]", @@ -391619,7 +413795,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -391631,7 +413807,7 @@ "Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tag": "System.Collections.Hashtable", "ProvisioningState": "System.String", @@ -391684,7 +413860,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSSubnet]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSSubnet]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -391696,7 +413872,7 @@ "Microsoft.Azure.Commands.Network.Models.PSRouteTable": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSRouteTable", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteTable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteTable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DisableBgpRoutePropagation": "System.Boolean", "Routes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSRoute]", @@ -391764,7 +413940,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSRoute]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSRoute]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSRoute, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSRoute, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -391776,7 +413952,7 @@ "Microsoft.Azure.Commands.Network.Models.PSRoute": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSRoute", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoute, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoute, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AddressPrefix": "System.String", "NextHopType": "System.String", @@ -391826,7 +414002,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSDelegation]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSDelegation]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSDelegation, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSDelegation, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -391838,7 +414014,7 @@ "Microsoft.Azure.Commands.Network.Models.PSDelegation": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSDelegation", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSDelegation, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSDelegation, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Actions": "System.Collections.Generic.List`1[System.String]", "ProvisioningState": "System.String", @@ -391887,7 +414063,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSIPConfiguration]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSIPConfiguration]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -391899,7 +414075,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSPrivateEndpoint]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSPrivateEndpoint]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSPrivateEndpoint, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSPrivateEndpoint, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -391911,7 +414087,7 @@ "Microsoft.Azure.Commands.Network.Models.PSPrivateEndpoint": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPrivateEndpoint", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPrivateEndpoint, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPrivateEndpoint, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Subnet": "Microsoft.Azure.Commands.Network.Models.PSSubnet", "NetworkInterfaces": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkInterface]", @@ -391989,7 +414165,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSPrivateEndpointCustomDnsConfig]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSPrivateEndpointCustomDnsConfig]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSPrivateEndpointCustomDnsConfig, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSPrivateEndpointCustomDnsConfig, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -392001,7 +414177,7 @@ "Microsoft.Azure.Commands.Network.Models.PSPrivateEndpointCustomDnsConfig": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPrivateEndpointCustomDnsConfig", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPrivateEndpointCustomDnsConfig, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPrivateEndpointCustomDnsConfig, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "IpAddresses": "System.Collections.Generic.List`1[System.String]", "Fqdn": "System.String" @@ -392046,7 +414222,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSPrivateLinkServiceConnection]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSPrivateLinkServiceConnection]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSPrivateLinkServiceConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSPrivateLinkServiceConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -392058,7 +414234,7 @@ "Microsoft.Azure.Commands.Network.Models.PSPrivateLinkServiceConnection": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPrivateLinkServiceConnection", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPrivateLinkServiceConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPrivateLinkServiceConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "PrivateLinkServiceConnectionState": "Microsoft.Azure.Commands.Network.Models.PSPrivateLinkServiceConnectionState", "GroupIds": "System.Collections.Generic.List`1[System.String]", @@ -392111,7 +414287,7 @@ "Microsoft.Azure.Commands.Network.Models.PSPrivateLinkServiceConnectionState": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPrivateLinkServiceConnectionState", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPrivateLinkServiceConnectionState, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPrivateLinkServiceConnectionState, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Status": "System.String", "Description": "System.String", @@ -392157,7 +414333,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceNavigationLink]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceNavigationLink]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSResourceNavigationLink, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSResourceNavigationLink, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -392169,7 +414345,7 @@ "Microsoft.Azure.Commands.Network.Models.PSResourceNavigationLink": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSResourceNavigationLink", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSResourceNavigationLink, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSResourceNavigationLink, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "LinkedResourceType": "System.String", "Link": "System.String", @@ -392218,7 +414394,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSServiceAssocationLink]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSServiceAssocationLink]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSServiceAssocationLink, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSServiceAssocationLink, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -392230,7 +414406,7 @@ "Microsoft.Azure.Commands.Network.Models.PSServiceAssocationLink": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSServiceAssocationLink", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSServiceAssocationLink, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSServiceAssocationLink, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "LinkedResourceType": "System.String", "Link": "System.String", @@ -392279,7 +414455,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSServiceEndpoint]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSServiceEndpoint]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSServiceEndpoint, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSServiceEndpoint, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -392291,7 +414467,7 @@ "Microsoft.Azure.Commands.Network.Models.PSServiceEndpoint": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpoint", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpoint, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpoint, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Locations": "System.Collections.Generic.List`1[System.String]", "Service": "System.String", @@ -392337,7 +414513,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -392349,7 +414525,7 @@ "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ServiceEndpointPolicyDefinitions": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicyDefinition]", "Subnets": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSSubnet]", @@ -392416,7 +414592,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicyDefinition]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicyDefinition]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicyDefinition, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicyDefinition, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -392428,7 +414604,7 @@ "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicyDefinition": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicyDefinition", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicyDefinition, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicyDefinition, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "serviceResources": "System.Collections.Generic.List`1[System.String]", "Description": "System.String", @@ -392478,7 +414654,7 @@ "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddressDnsSettings": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddressDnsSettings", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddressDnsSettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddressDnsSettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DomainNameLabel": "System.String", "Fqdn": "System.String", @@ -392524,7 +414700,7 @@ "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddressSku": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddressSku", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddressSku, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddressSku, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Name": "System.String" }, @@ -392568,7 +414744,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSPublicIpTag]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSPublicIpTag]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSPublicIpTag, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSPublicIpTag, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -392580,7 +414756,7 @@ "Microsoft.Azure.Commands.Network.Models.PSPublicIpTag": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPublicIpTag", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpTag, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpTag, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "IpTagType": "System.String", "Tag": "System.String" @@ -392625,7 +414801,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -392637,14 +414813,16 @@ "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "OutboundRule": "Microsoft.Azure.Commands.Network.Models.PSResourceId", + "LoadBalancerBackendAddresses": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSLoadBalancerBackendAddress]", "BackendIpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceIPConfiguration]", "LoadBalancingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", "ProvisioningState": "System.String", "BackendIpConfigurationsText": "System.String", "LoadBalancingRulesText": "System.String", + "LoadBalancerBackendAddressesText": "System.String", "OutboundRuleText": "System.String", "Name": "System.String", "Etag": "System.String", @@ -392697,10 +414875,73 @@ } ] }, + "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSLoadBalancerBackendAddress]": { + "Namespace": "System.Collections.Generic", + "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSLoadBalancerBackendAddress]", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSLoadBalancerBackendAddress, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerBackendAddress" + ], + "Methods": [], + "Constructors": [] + }, + "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerBackendAddress": { + "Namespace": "Microsoft.Azure.Commands.Network.Models", + "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerBackendAddress", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerBackendAddress, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "NetworkInterfaceIpConfiguration": "Microsoft.Azure.Commands.Network.Models.PSResourceId", + "VirtualNetwork": "Microsoft.Azure.Commands.Network.Models.PSResourceId", + "IpAddress": "System.String", + "NetworkInterfaceIpConfigurationIdText": "System.String", + "VirtualNetworkIdText": "System.String", + "Name": "System.String", + "Etag": "System.String", + "Id": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] + }, "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSInboundNatRule]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSInboundNatRule]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSInboundNatRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSInboundNatRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -392712,7 +414953,7 @@ "Microsoft.Azure.Commands.Network.Models.PSInboundNatRule": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSInboundNatRule", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSInboundNatRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSInboundNatRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "BackendIPConfiguration": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceIPConfiguration", "FrontendIPConfiguration": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -392779,7 +415020,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkTap]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkTap]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkTap, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkTap, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -392791,7 +415032,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -392803,7 +415044,7 @@ "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ConnectionDraining": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayConnectionDraining", "Probe": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -392881,7 +415122,7 @@ "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayConnectionDraining": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayConnectionDraining", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayConnectionDraining, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayConnectionDraining, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Enabled": "System.Boolean", "DrainTimeoutInSec": "System.Int32" @@ -392926,7 +415167,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -392938,7 +415179,7 @@ "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "StatusCode": "System.String", "CustomErrorPageUrl": "System.String" @@ -392983,7 +415224,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendIPConfiguration]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendIPConfiguration]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -392995,16 +415236,18 @@ "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendIPConfiguration": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendIPConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Subnet": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "PublicIPAddress": "Microsoft.Azure.Commands.Network.Models.PSResourceId", + "PrivateLinkConfiguration": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "PrivateIPAddress": "System.String", "PrivateIPAllocationMethod": "System.String", "ProvisioningState": "System.String", "Type": "System.String", "SubnetText": "System.String", "PublicIpAddressText": "System.String", + "PrivateLinkConfigurationText": "System.String", "Name": "System.String", "Etag": "System.String", "Id": "System.String" @@ -393049,7 +415292,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -393061,7 +415304,7 @@ "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Port": "System.Int32", "ProvisioningState": "System.String", @@ -393110,7 +415353,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -393122,7 +415365,7 @@ "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "FrontendIpConfiguration": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "FrontendPort": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -393183,7 +415426,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayIPConfiguration]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayIPConfiguration]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -393195,7 +415438,7 @@ "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayIPConfiguration": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayIPConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Subnet": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "ProvisioningState": "System.String", @@ -393242,10 +415485,201 @@ } ] }, + "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateEndpointConnection]": { + "Namespace": "System.Collections.Generic", + "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateEndpointConnection]", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateEndpointConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateEndpointConnection" + ], + "Methods": [], + "Constructors": [] + }, + "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateEndpointConnection": { + "Namespace": "Microsoft.Azure.Commands.Network.Models", + "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateEndpointConnection", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateEndpointConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "PrivateEndpoint": "Microsoft.Azure.Commands.Network.Models.PSPrivateEndpoint", + "PrivateLinkServiceConnectionState": "Microsoft.Azure.Commands.Network.Models.PSPrivateLinkServiceConnectionState", + "ProvisioningState": "System.String", + "LinkIdentifier": "System.String", + "PrivateEndpointText": "System.String", + "PrivateLinkServiceConnectionStateText": "System.String", + "Name": "System.String", + "Etag": "System.String", + "Id": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] + }, + "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkConfiguration]": { + "Namespace": "System.Collections.Generic", + "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkConfiguration]", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkConfiguration" + ], + "Methods": [], + "Constructors": [] + }, + "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkConfiguration": { + "Namespace": "Microsoft.Azure.Commands.Network.Models", + "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkConfiguration", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "IpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkIpConfiguration]", + "ProvisioningState": "System.String", + "Type": "System.String", + "IpConfigurationsText": "System.String", + "Name": "System.String", + "Etag": "System.String", + "Id": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] + }, + "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkIpConfiguration]": { + "Namespace": "System.Collections.Generic", + "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkIpConfiguration]", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkIpConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkIpConfiguration" + ], + "Methods": [], + "Constructors": [] + }, + "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkIpConfiguration": { + "Namespace": "Microsoft.Azure.Commands.Network.Models", + "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkIpConfiguration", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkIpConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "Subnet": "Microsoft.Azure.Commands.Network.Models.PSResourceId", + "Primary": "System.Nullable`1[System.Boolean]", + "PrivateIPAllocationMethod": "System.String", + "PrivateIPAddress": "System.String", + "ProvisioningState": "System.String", + "PrivateIPAddressVersion": "System.String", + "SubnetText": "System.String", + "Name": "System.String", + "Etag": "System.String", + "Id": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] + }, "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -393257,7 +415691,7 @@ "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Match": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbeHealthResponseMatch", "PickHostNameFromBackendHttpSettings": "System.Nullable`1[System.Boolean]", @@ -393316,7 +415750,7 @@ "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbeHealthResponseMatch": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbeHealthResponseMatch", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbeHealthResponseMatch, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbeHealthResponseMatch, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "StatusCodes": "System.Collections.Generic.List`1[System.String]", "Body": "System.String", @@ -393362,7 +415796,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -393374,7 +415808,7 @@ "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "TargetListener": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "RequestRoutingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", @@ -393433,7 +415867,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRequestRoutingRule]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRequestRoutingRule]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRequestRoutingRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRequestRoutingRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -393445,7 +415879,7 @@ "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRequestRoutingRule": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRequestRoutingRule", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRequestRoutingRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRequestRoutingRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "BackendAddressPool": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "BackendHttpSettings": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -393506,7 +415940,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -393518,7 +415952,7 @@ "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "RewriteRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRule]", "ProvisioningState": "System.String", @@ -393573,7 +416007,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRule]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRule]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -393585,7 +416019,7 @@ "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRule": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRule", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ActionSet": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleActionSet", "Conditions": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleCondition]", @@ -393635,7 +416069,7 @@ "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleActionSet": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleActionSet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleActionSet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleActionSet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "UrlConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlConfiguration", "RequestHeaderConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHeaderConfiguration]", @@ -393684,7 +416118,7 @@ "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlConfiguration": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Reroute": "System.Boolean", "ModifiedQueryString": "System.String", @@ -393730,7 +416164,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHeaderConfiguration]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHeaderConfiguration]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHeaderConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHeaderConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -393742,7 +416176,7 @@ "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHeaderConfiguration": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHeaderConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHeaderConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHeaderConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "HeaderName": "System.String", "HeaderValue": "System.String" @@ -393787,7 +416221,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleCondition]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleCondition]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleCondition, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleCondition, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -393799,7 +416233,7 @@ "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleCondition": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleCondition", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleCondition, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleCondition, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "IgnoreCase": "System.Nullable`1[System.Boolean]", "Negate": "System.Nullable`1[System.Boolean]", @@ -393846,7 +416280,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslCertificate]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslCertificate]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslCertificate, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslCertificate, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -393858,7 +416292,7 @@ "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslCertificate": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslCertificate", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslCertificate, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslCertificate, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Password": "System.Security.SecureString", "Data": "System.String", @@ -393920,7 +416354,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedRootCertificate]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedRootCertificate]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedRootCertificate, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedRootCertificate, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -393932,7 +416366,7 @@ "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedRootCertificate": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedRootCertificate", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedRootCertificate, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedRootCertificate, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Data": "System.String", "ProvisioningState": "System.String", @@ -393981,7 +416415,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -393993,7 +416427,7 @@ "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DefaultBackendAddressPool": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "DefaultBackendHttpSettings": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -394050,7 +416484,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPathRule]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPathRule]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPathRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPathRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -394062,7 +416496,7 @@ "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPathRule": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPathRule", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPathRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPathRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "BackendAddressPool": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "BackendHttpSettings": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -394299,7 +416733,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallRuleSet]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallRuleSet]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallRuleSet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallRuleSet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -394311,7 +416745,7 @@ "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallRuleSet": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallRuleSet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallRuleSet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallRuleSet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "RuleGroups": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallRuleGroup]", "Tag": "System.Collections.Hashtable", @@ -394368,7 +416802,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallRuleGroup]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallRuleGroup]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallRuleGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallRuleGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -394380,7 +416814,7 @@ "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallRuleGroup": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallRuleGroup", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallRuleGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallRuleGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Rules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallRule]", "RuleGroupName": "System.String", @@ -394427,7 +416861,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallRule]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallRule]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -394439,7 +416873,7 @@ "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallRule": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallRule", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "RuleId": "System.Int32", "Description": "System.String" @@ -394484,7 +416918,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHealthPool]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHealthPool]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHealthPool, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHealthPool, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -394496,7 +416930,7 @@ "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHealthPool": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHealthPool", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHealthPool, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHealthPool, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "BackendAddressPool": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool", "BackendHttpSettingsCollection": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHealthHttpSettings]", @@ -394543,7 +416977,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHealthHttpSettings]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHealthHttpSettings]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHealthHttpSettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHealthHttpSettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -394555,7 +416989,7 @@ "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHealthHttpSettings": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHealthHttpSettings", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHealthHttpSettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHealthHttpSettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "BackendHttpSettings": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings", "Servers": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHealthServer]", @@ -394602,7 +417036,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHealthServer]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHealthServer]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHealthServer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHealthServer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -394614,7 +417048,7 @@ "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHealthServer": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHealthServer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHealthServer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHealthServer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "IpConfiguration": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceIPConfiguration", "Address": "System.String", @@ -394661,7 +417095,7 @@ "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRules": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRules", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRules, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRules, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Exclusions": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyExclusion]", "ManagedRuleSets": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRuleSet]" @@ -394706,7 +417140,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyExclusion]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyExclusion]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyExclusion, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyExclusion, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -394718,7 +417152,7 @@ "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyExclusion": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyExclusion", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyExclusion, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyExclusion, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "MatchVariable": "System.String", "SelectorMatchOperator": "System.String", @@ -394764,7 +417198,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRuleSet]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRuleSet]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRuleSet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRuleSet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -394776,7 +417210,7 @@ "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRuleSet": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRuleSet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRuleSet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRuleSet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "RuleGroupOverrides": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRuleGroupOverride]", "RuleSetVersion": "System.String", @@ -394822,7 +417256,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRuleGroupOverride]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRuleGroupOverride]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRuleGroupOverride, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRuleGroupOverride, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -394834,7 +417268,7 @@ "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRuleGroupOverride": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRuleGroupOverride", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRuleGroupOverride, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRuleGroupOverride, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Rules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRuleOverride]", "RuleGroupName": "System.String" @@ -394879,7 +417313,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRuleOverride]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRuleOverride]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRuleOverride, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRuleOverride, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -394891,7 +417325,7 @@ "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRuleOverride": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRuleOverride", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRuleOverride, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRuleOverride, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "RuleId": "System.String", "State": "System.String" @@ -394936,7 +417370,7 @@ "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicySettings": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicySettings", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicySettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicySettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "RequestBodyCheck": "System.Boolean", "MaxRequestBodySizeInKb": "System.Int32", @@ -394984,7 +417418,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallCustomRule]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallCustomRule]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallCustomRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallCustomRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -394996,7 +417430,7 @@ "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallCustomRule": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallCustomRule", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallCustomRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallCustomRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "MatchConditions": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallCondition]", "Priority": "System.Int32", @@ -395045,7 +417479,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallCondition]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallCondition]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallCondition, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallCondition, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -395057,7 +417491,7 @@ "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallCondition": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallCondition", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallCondition, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallCondition, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "MatchVariables": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallMatchVariable]", "MatchValues": "System.Collections.Generic.List`1[System.String]", @@ -395108,7 +417542,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallMatchVariable]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallMatchVariable]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallMatchVariable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallMatchVariable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -395120,7 +417554,7 @@ "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallMatchVariable": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallMatchVariable", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallMatchVariable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallMatchVariable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "VariableName": "System.String", "Selector": "System.String" @@ -395165,7 +417599,7 @@ "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallFqdnTag": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallFqdnTag", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallFqdnTag, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallFqdnTag, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tag": "System.Collections.Hashtable", "FqdnTagName": "System.String", @@ -395218,7 +417652,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyApplicationRuleProtocol]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyApplicationRuleProtocol]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyApplicationRuleProtocol, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyApplicationRuleProtocol, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -395230,7 +417664,7 @@ "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyApplicationRuleProtocol": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyApplicationRuleProtocol", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyApplicationRuleProtocol, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyApplicationRuleProtocol, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ProtocolType": "System.String", "Port": "System.UInt32" @@ -395285,7 +417719,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyBaseRuleCollection]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyBaseRuleCollection]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyBaseRuleCollection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyBaseRuleCollection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -395297,7 +417731,7 @@ "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyBaseRuleCollection": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyBaseRuleCollection", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyBaseRuleCollection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyBaseRuleCollection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Name": "System.String", "RuleCollectionType": "System.String", @@ -395343,7 +417777,7 @@ "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyRule": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyRule", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Name": "System.String", "RuleType": "System.String" @@ -395385,10 +417819,111 @@ } ] }, + "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyDnsSettings": { + "Namespace": "Microsoft.Azure.Commands.Network.Models", + "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyDnsSettings", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyDnsSettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "Servers": "System.Collections.Generic.IList`1[System.String]", + "EnableProxy": "System.Nullable`1[System.Boolean]", + "RequireProxyForNetworkRules": "System.Nullable`1[System.Boolean]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] + }, + "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyThreatIntelWhitelist": { + "Namespace": "Microsoft.Azure.Commands.Network.Models", + "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyThreatIntelWhitelist", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyThreatIntelWhitelist, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "FQDNs": "System.String[]", + "IpAddresses": "System.String[]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] + }, + "System.String[]": { + "Namespace": "System", + "Name": "System.String[]", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": "System.String", + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, "Microsoft.Azure.Management.Network.Models.SubResource": { "Namespace": "Microsoft.Azure.Management.Network.Models", "Name": "Microsoft.Azure.Management.Network.Models.SubResource", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Network.Models.SubResource, Microsoft.Azure.Management.Network, Version=19.21.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Network.Models.SubResource, Microsoft.Azure.Management.Network, Version=20.0.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Id": "System.String" }, @@ -395442,7 +417977,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Management.Network.Models.SubResource]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Management.Network.Models.SubResource]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Management.Network.Models.SubResource, Microsoft.Azure.Management.Network, Version=19.21.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Management.Network.Models.SubResource, Microsoft.Azure.Management.Network, Version=20.0.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -395454,7 +417989,7 @@ "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallRCAction": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallRCAction", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallRCAction, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallRCAction, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Type": "System.String" }, @@ -395498,7 +418033,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNetworkRule]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNetworkRule]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNetworkRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNetworkRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -395510,7 +418045,7 @@ "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNetworkRule": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNetworkRule", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNetworkRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNetworkRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Protocols": "System.Collections.Generic.List`1[System.String]", "SourceAddresses": "System.Collections.Generic.List`1[System.String]", @@ -395576,10 +418111,77 @@ } ] }, + "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyNatRule": { + "Namespace": "Microsoft.Azure.Commands.Network.Models", + "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyNatRule", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyNatRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "Protocols": "System.Collections.Generic.List`1[System.String]", + "SourceAddresses": "System.Collections.Generic.List`1[System.String]", + "SourceIpGroups": "System.Collections.Generic.List`1[System.String]", + "DestinationAddresses": "System.Collections.Generic.List`1[System.String]", + "DestinationPorts": "System.Collections.Generic.List`1[System.String]", + "TranslatedAddress": "System.String", + "TranslatedPort": "System.String", + "ProtocolsText": "System.String", + "SourceAddressesText": "System.String", + "SourceIpGroupsText": "System.String", + "DestinationAddressesText": "System.String", + "DestinationPortsText": "System.String", + "Name": "System.String", + "RuleType": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "AddProtocol", + "Parameters": [ + { + "Name": "protocolType", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] + }, "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyRuleCollectionGroup": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyRuleCollectionGroup", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyRuleCollectionGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyRuleCollectionGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "RuleCollection": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyBaseRuleCollection]", "Name": "System.String", @@ -395637,7 +418239,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSAzureFirewallApplicationRule]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSAzureFirewallApplicationRule]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSAzureFirewallApplicationRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSAzureFirewallApplicationRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -395649,7 +418251,7 @@ "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallApplicationRule": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallApplicationRule", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallApplicationRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallApplicationRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Protocols": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSAzureFirewallApplicationRuleProtocol]", "SourceAddresses": "System.Collections.Generic.List`1[System.String]", @@ -395715,44 +418317,188 @@ } ] }, - "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSAzureFirewallApplicationRuleProtocol]": { - "Namespace": "System.Collections.Generic", - "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSAzureFirewallApplicationRuleProtocol]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSAzureFirewallApplicationRuleProtocol, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSAzureFirewallApplicationRuleProtocol]": { + "Namespace": "System.Collections.Generic", + "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSAzureFirewallApplicationRuleProtocol]", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSAzureFirewallApplicationRuleProtocol, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallApplicationRuleProtocol" + ], + "Methods": [], + "Constructors": [] + }, + "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallApplicationRuleProtocol": { + "Namespace": "Microsoft.Azure.Commands.Network.Models", + "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallApplicationRuleProtocol", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallApplicationRuleProtocol, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "ProtocolType": "System.String", + "Port": "System.UInt32" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "AllProtocols", + "Parameters": [], + "ReturnType": "System.Collections.Generic.List`1[System.String]" + }, + { + "Name": "MapUserInputToApplicationRuleProtocol", + "Parameters": [ + { + "Name": "userInput", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallApplicationRuleProtocol" + }, + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] + }, + "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallHubIpAddresses": { + "Namespace": "Microsoft.Azure.Commands.Network.Models", + "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallHubIpAddresses", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallHubIpAddresses, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "PublicIPs": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallHubPublicIpAddresses", + "publicIPAddresses": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPublicIpAddress[]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] + }, + "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallHubPublicIpAddresses": { + "Namespace": "Microsoft.Azure.Commands.Network.Models", + "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallHubPublicIpAddresses", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallHubPublicIpAddresses, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "Addresses": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPublicIpAddress[]", + "Count": "System.Int32" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] + }, + "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPublicIpAddress[]": { + "Namespace": "Microsoft.Azure.Commands.Network.Models", + "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPublicIpAddress[]", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPublicIpAddress[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallApplicationRuleProtocol" - ], + "ElementType": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPublicIpAddress", + "GenericTypeArguments": [], "Methods": [], "Constructors": [] }, - "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallApplicationRuleProtocol": { + "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPublicIpAddress": { "Namespace": "Microsoft.Azure.Commands.Network.Models", - "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallApplicationRuleProtocol", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallApplicationRuleProtocol, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPublicIpAddress", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPublicIpAddress, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { - "ProtocolType": "System.String", - "Port": "System.UInt32" + "Address": "System.String" }, "ElementType": null, "GenericTypeArguments": [], "Methods": [ - { - "Name": "AllProtocols", - "Parameters": [], - "ReturnType": "System.Collections.Generic.List`1[System.String]" - }, - { - "Name": "MapUserInputToApplicationRuleProtocol", - "Parameters": [ - { - "Name": "userInput", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallApplicationRuleProtocol" - }, { "Name": "ToString", "Parameters": [], @@ -395790,7 +418536,7 @@ "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallIpConfiguration": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallIpConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallIpConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallIpConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Subnet": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "PublicIpAddress": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -395841,7 +418587,7 @@ "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallSku": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallSku", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallSku, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallSku, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Name": "System.String", "Tier": "System.String" @@ -395886,7 +418632,7 @@ "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallThreatIntelWhitelist": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallThreatIntelWhitelist", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallThreatIntelWhitelist, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallThreatIntelWhitelist, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "FQDNs": "System.String[]", "IpAddresses": "System.String[]" @@ -395928,20 +418674,10 @@ } ] }, - "System.String[]": { - "Namespace": "System", - "Name": "System.String[]", - "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": "System.String", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSAzureFirewallApplicationRuleCollection]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSAzureFirewallApplicationRuleCollection]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSAzureFirewallApplicationRuleCollection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSAzureFirewallApplicationRuleCollection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -395953,7 +418689,7 @@ "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallApplicationRuleCollection": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallApplicationRuleCollection", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallApplicationRuleCollection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallApplicationRuleCollection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Action": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallRCAction", "Rules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSAzureFirewallApplicationRule]", @@ -396034,7 +418770,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSAzureFirewallIpConfiguration]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSAzureFirewallIpConfiguration]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSAzureFirewallIpConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSAzureFirewallIpConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -396046,7 +418782,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNatRuleCollection]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNatRuleCollection]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNatRuleCollection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNatRuleCollection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -396058,7 +418794,7 @@ "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNatRuleCollection": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNatRuleCollection", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNatRuleCollection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNatRuleCollection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Action": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNatRCAction", "Rules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNatRule]", @@ -396139,7 +418875,7 @@ "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNatRCAction": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNatRCAction", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNatRCAction, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNatRCAction, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Type": "System.String" }, @@ -396183,7 +418919,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNatRule]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNatRule]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNatRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNatRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -396195,7 +418931,7 @@ "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNatRule": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNatRule", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNatRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNatRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Protocols": "System.Collections.Generic.List`1[System.String]", "SourceAddresses": "System.Collections.Generic.List`1[System.String]", @@ -396263,7 +418999,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNetworkRuleCollection]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNetworkRuleCollection]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNetworkRuleCollection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNetworkRuleCollection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -396275,7 +419011,7 @@ "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNetworkRuleCollection": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNetworkRuleCollection", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNetworkRuleCollection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNetworkRuleCollection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Action": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallRCAction", "Rules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNetworkRule]", @@ -396356,39 +419092,40 @@ "Microsoft.Azure.Commands.Network.Models.PSAzureFirewall": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewall", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewall, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewall, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { + "HubIPAddresses": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallHubIpAddresses", "ManagementIpConfiguration": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallIpConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallSku", "ThreatIntelWhitelist": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallThreatIntelWhitelist", - "FirewallPolicy": "Microsoft.Azure.Management.Network.Models.SubResource", "VirtualHub": "Microsoft.Azure.Management.Network.Models.SubResource", + "FirewallPolicy": "Microsoft.Azure.Management.Network.Models.SubResource", "ApplicationRuleCollections": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSAzureFirewallApplicationRuleCollection]", "IpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSAzureFirewallIpConfiguration]", "NatRuleCollections": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNatRuleCollection]", "NetworkRuleCollections": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNetworkRuleCollection]", "Zones": "System.Collections.Generic.List`1[System.String]", "Tag": "System.Collections.Hashtable", + "ThreatIntelWhitelistText": "System.String", "Name": "System.String", - "PrivateRangeText": "System.String", "TagsTable": "System.String", "Type": "System.String", "ResourceGuid": "System.String", "Location": "System.String", "ResourceGroupName": "System.String", "DNSServersText": "System.String", - "ThreatIntelWhitelistText": "System.String", - "IpConfigurationsText": "System.String", + "PrivateRangeText": "System.String", + "ThreatIntelMode": "System.String", + "Id": "System.String", "NatRuleCollectionsText": "System.String", "ApplicationRuleCollectionsText": "System.String", "ManagementIpConfigurationText": "System.String", + "IpConfigurationsText": "System.String", "Etag": "System.String", "ProvisioningState": "System.String", "DNSRequireProxyForNetworkRules": "System.String", "DNSEnableProxy": "System.String", - "ThreatIntelMode": "System.String", "NetworkRuleCollectionsText": "System.String", - "Id": "System.String", "DNSServer": "System.String[]", "PrivateRange": "System.String[]" }, @@ -396630,7 +419367,7 @@ "Microsoft.Azure.Commands.Network.Models.PSAddressSpace": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AddressPrefixes": "System.Collections.Generic.List`1[System.String]", "AddressPrefixesText": "System.String" @@ -396675,7 +419412,7 @@ "Microsoft.Azure.Commands.Network.Models.PSDhcpOptions": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSDhcpOptions", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSDhcpOptions, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSDhcpOptions, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DnsServers": "System.Collections.Generic.List`1[System.String]", "DnsServersText": "System.String" @@ -396720,7 +419457,7 @@ "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkBgpCommunities": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkBgpCommunities", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkBgpCommunities, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkBgpCommunities, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "VirtualNetworkCommunity": "System.String", "RegionalCommunity": "System.String" @@ -396770,7 +419507,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkPeering]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkPeering]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkPeering, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkPeering, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -396782,7 +419519,7 @@ "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkPeering": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkPeering", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkPeering, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkPeering, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "RemoteVirtualNetworkAddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "RemoteVirtualNetwork": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -396842,7 +419579,7 @@ "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitPeeringId": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitPeeringId", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitPeeringId, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitPeeringId, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Id": "System.String" }, @@ -396883,10 +419620,205 @@ } ] }, + "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration": { + "Namespace": "Microsoft.Azure.Commands.Network.Models", + "Name": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "PropagatedRouteTables": "Microsoft.Azure.Commands.Network.Models.PSPropagatedRouteTable", + "AssociatedRouteTable": "Microsoft.Azure.Commands.Network.Models.PSResourceId", + "VnetRoutes": "Microsoft.Azure.Commands.Network.Models.PSVnetRoute", + "PropagatedRouteTablesText": "System.String", + "VnetRoutesText": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] + }, + "Microsoft.Azure.Commands.Network.Models.PSPropagatedRouteTable": { + "Namespace": "Microsoft.Azure.Commands.Network.Models", + "Name": "Microsoft.Azure.Commands.Network.Models.PSPropagatedRouteTable", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPropagatedRouteTable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "Ids": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", + "Labels": "System.Collections.Generic.List`1[System.String]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] + }, + "Microsoft.Azure.Commands.Network.Models.PSVnetRoute": { + "Namespace": "Microsoft.Azure.Commands.Network.Models", + "Name": "Microsoft.Azure.Commands.Network.Models.PSVnetRoute", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVnetRoute, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "StaticRoutes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSStaticRoute]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] + }, + "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSStaticRoute]": { + "Namespace": "System.Collections.Generic", + "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSStaticRoute]", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSStaticRoute, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "Microsoft.Azure.Commands.Network.Models.PSStaticRoute" + ], + "Methods": [], + "Constructors": [] + }, + "Microsoft.Azure.Commands.Network.Models.PSStaticRoute": { + "Namespace": "Microsoft.Azure.Commands.Network.Models", + "Name": "Microsoft.Azure.Commands.Network.Models.PSStaticRoute", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSStaticRoute, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "AddressPrefixes": "System.Collections.Generic.List`1[System.String]", + "Name": "System.String", + "NextHopIpAddress": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] + }, "Microsoft.Azure.Commands.Network.Models.PSExpressRouteGatewayAutoscaleConfiguration": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteGatewayAutoscaleConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteGatewayAutoscaleConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteGatewayAutoscaleConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Bounds": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteGatewayPropertiesAutoScaleConfigurationBounds", "BoundsText": "System.String" @@ -396931,7 +419863,7 @@ "Microsoft.Azure.Commands.Network.Models.PSExpressRouteGatewayPropertiesAutoScaleConfigurationBounds": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteGatewayPropertiesAutoScaleConfigurationBounds", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteGatewayPropertiesAutoScaleConfigurationBounds, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteGatewayPropertiesAutoScaleConfigurationBounds, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Min": "System.Int32", "Max": "System.Int32" @@ -396976,7 +419908,7 @@ "Microsoft.Azure.Commands.Network.Models.PSVirtualHubId": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubId", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubId, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubId, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Id": "System.String" }, @@ -397020,7 +419952,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSExpressRouteConnection]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSExpressRouteConnection]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSExpressRouteConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSExpressRouteConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -397032,13 +419964,15 @@ "Microsoft.Azure.Commands.Network.Models.PSExpressRouteConnection": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteConnection", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ExpressRouteCircuitPeering": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitPeeringId", + "RoutingConfiguration": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration", "EnableInternetSecurity": "System.Boolean", "AuthorizationKey": "System.String", "ProvisioningState": "System.String", "ExpressRouteCircuitPeeringText": "System.String", + "RoutingConfigurationText": "System.String", "Name": "System.String", "Etag": "System.String", "Id": "System.String", @@ -397084,7 +420018,7 @@ "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRouteTable": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRouteTable", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRouteTable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRouteTable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Routes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVirtualHubRoute]", "Connections": "System.Collections.Generic.List`1[System.String]", @@ -397133,7 +420067,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVirtualHubRoute]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVirtualHubRoute]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSVirtualHubRoute, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSVirtualHubRoute, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -397145,7 +420079,7 @@ "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRoute": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRoute", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRoute, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRoute, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AddressPrefixes": "System.Collections.Generic.List`1[System.String]", "Destinations": "System.Collections.Generic.List`1[System.String]", @@ -397194,7 +420128,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSHubVirtualNetworkConnection]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSHubVirtualNetworkConnection]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSHubVirtualNetworkConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSHubVirtualNetworkConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -397206,11 +420140,13 @@ "Microsoft.Azure.Commands.Network.Models.PSHubVirtualNetworkConnection": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSHubVirtualNetworkConnection", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSHubVirtualNetworkConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSHubVirtualNetworkConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "RemoteVirtualNetwork": "Microsoft.Azure.Commands.Network.Models.PSResourceId", + "RoutingConfiguration": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration", "EnableInternetSecurity": "System.Boolean", "ProvisioningState": "System.String", + "RoutingConfigurationText": "System.String", "Name": "System.String", "Etag": "System.String", "Id": "System.String" @@ -397255,7 +420191,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVirtualHubRouteTable]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVirtualHubRouteTable]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSVirtualHubRouteTable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSVirtualHubRouteTable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -397267,7 +420203,7 @@ "Microsoft.Azure.Commands.Network.Models.PSVpnClientConnectionHealth": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnClientConnectionHealth", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnClientConnectionHealth, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnClientConnectionHealth, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AllocatedIpAddresses": "System.Collections.Generic.List`1[System.String]", "VpnClientConnectionsCount": "System.Int32", @@ -397315,7 +420251,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSP2SConnectionConfiguration]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSP2SConnectionConfiguration]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSP2SConnectionConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSP2SConnectionConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -397327,11 +420263,13 @@ "Microsoft.Azure.Commands.Network.Models.PSP2SConnectionConfiguration": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSP2SConnectionConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSP2SConnectionConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSP2SConnectionConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "VpnClientAddressPool": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", + "RoutingConfiguration": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration", "ProvisioningState": "System.String", "VpnClientAddressPoolText": "System.String", + "RoutingConfigurationText": "System.String", "Name": "System.String", "Etag": "System.String", "Id": "System.String" @@ -397376,7 +420314,7 @@ "Microsoft.Azure.Commands.Network.Models.PSAadAuthenticationParameters": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAadAuthenticationParameters", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAadAuthenticationParameters, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAadAuthenticationParameters, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AadTenant": "System.String", "AadAudience": "System.String", @@ -397422,7 +420360,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSClientCertificate]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSClientCertificate]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSClientCertificate, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSClientCertificate, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -397434,7 +420372,7 @@ "Microsoft.Azure.Commands.Network.Models.PSClientCertificate": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSClientCertificate", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSClientCertificate, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSClientCertificate, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Name": "System.String", "Thumbprint": "System.String" @@ -397479,7 +420417,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSClientRootCertificate]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSClientRootCertificate]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSClientRootCertificate, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSClientRootCertificate, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -397491,7 +420429,7 @@ "Microsoft.Azure.Commands.Network.Models.PSClientRootCertificate": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSClientRootCertificate", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSClientRootCertificate, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSClientRootCertificate, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Name": "System.String", "PublicCertData": "System.String" @@ -397536,7 +420474,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -397548,7 +420486,7 @@ "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "SALifeTimeSeconds": "System.Int32", "SADataSizeKilobytes": "System.Int32", @@ -397599,7 +420537,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSRadiusServer]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSRadiusServer]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSRadiusServer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSRadiusServer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -397611,7 +420549,7 @@ "Microsoft.Azure.Commands.Network.Models.PSRadiusServer": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSRadiusServer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRadiusServer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRadiusServer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "RadiusServerScore": "System.Int32", "RadiusServerSecret": "System.String", @@ -397654,10 +420592,70 @@ } ] }, + "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVHubRoute]": { + "Namespace": "System.Collections.Generic", + "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVHubRoute]", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSVHubRoute, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "Microsoft.Azure.Commands.Network.Models.PSVHubRoute" + ], + "Methods": [], + "Constructors": [] + }, + "Microsoft.Azure.Commands.Network.Models.PSVHubRoute": { + "Namespace": "Microsoft.Azure.Commands.Network.Models", + "Name": "Microsoft.Azure.Commands.Network.Models.PSVHubRoute", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVHubRoute, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "Destinations": "System.Collections.Generic.List`1[System.String]", + "Name": "System.String", + "DestinationType": "System.String", + "NextHopType": "System.String", + "NextHop": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] + }, "Microsoft.Azure.Commands.Network.Models.PSVpnSite": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnSite", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSite, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSite, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", @@ -397716,7 +420714,7 @@ "Microsoft.Azure.Commands.Network.Models.PSBgpSettings": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "BgpPeeringAddresses": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSIpConfigurationBgpPeeringAddress]", "PeerWeight": "System.Nullable`1[System.Int32]", @@ -397763,7 +420761,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSIpConfigurationBgpPeeringAddress]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSIpConfigurationBgpPeeringAddress]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSIpConfigurationBgpPeeringAddress, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSIpConfigurationBgpPeeringAddress, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -397775,7 +420773,7 @@ "Microsoft.Azure.Commands.Network.Models.PSIpConfigurationBgpPeeringAddress": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSIpConfigurationBgpPeeringAddress", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpConfigurationBgpPeeringAddress, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpConfigurationBgpPeeringAddress, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Name": "System.String", "Etag": "System.String", @@ -397833,7 +420831,7 @@ "Microsoft.Azure.Commands.Network.Models.PSVpnSiteDeviceProperties": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteDeviceProperties", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteDeviceProperties, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteDeviceProperties, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "LinkSpeedInMbps": "System.Int32", "DeviceVendor": "System.String", @@ -397879,7 +420877,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVpnSiteLink]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVpnSiteLink]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSVpnSiteLink, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSVpnSiteLink, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -397891,7 +420889,7 @@ "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLink": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLink", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLink, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLink, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "BgpProperties": "Microsoft.Azure.Commands.Network.Models.PSVpnLinkBgpSettings", "LinkProperties": "Microsoft.Azure.Commands.Network.Models.PSVpnLinkProviderProperties", @@ -397943,7 +420941,7 @@ "Microsoft.Azure.Commands.Network.Models.PSVpnLinkBgpSettings": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnLinkBgpSettings", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnLinkBgpSettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnLinkBgpSettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Asn": "System.Nullable`1[System.Int64]", "BgpPeeringAddress": "System.String" @@ -397988,7 +420986,7 @@ "Microsoft.Azure.Commands.Network.Models.PSVpnLinkProviderProperties": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnLinkProviderProperties", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnLinkProviderProperties, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnLinkProviderProperties, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "LinkSpeedInMbps": "System.Int32", "LinkProviderName": "System.String" @@ -398033,7 +421031,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVpnSiteLinkConnection]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVpnSiteLinkConnection]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSVpnSiteLinkConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSVpnSiteLinkConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -398045,7 +421043,7 @@ "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLinkConnection": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLinkConnection", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLinkConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLinkConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "VpnSiteLink": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "EnableBgp": "System.Boolean", @@ -398104,7 +421102,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVpnConnection]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVpnConnection]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSVpnConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSVpnConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -398116,23 +421114,25 @@ "Microsoft.Azure.Commands.Network.Models.PSVpnConnection": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnConnection", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "RemoteVpnSite": "Microsoft.Azure.Commands.Network.Models.PSResourceId", + "RoutingConfiguration": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration", "EnableInternetSecurity": "System.Boolean", "UsePolicyBasedTrafficSelectors": "System.Boolean", - "UseLocalAzureIpAddress": "System.Boolean", "EnableBgp": "System.Boolean", + "UseLocalAzureIpAddress": "System.Boolean", "IpsecPolicies": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy]", "VpnLinkConnections": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVpnSiteLinkConnection]", "ConnectionBandwidth": "System.Int32", - "IngressBytesTransferred": "System.Nullable`1[System.Int64]", "EgressBytesTransferred": "System.Nullable`1[System.Int64]", + "IngressBytesTransferred": "System.Nullable`1[System.Int64]", "Etag": "System.String", "ConnectionStatus": "System.String", - "VpnConnectionProtocolType": "System.String", "ProvisioningState": "System.String", + "VpnConnectionProtocolType": "System.String", "SharedKey": "System.String", + "RoutingConfigurationText": "System.String", "Name": "System.String", "Id": "System.String" }, @@ -398176,7 +421176,7 @@ "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitSku": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitSku", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitSku, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitSku, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Name": "System.String", "Tier": "System.String", @@ -398222,7 +421222,7 @@ "Microsoft.Azure.Commands.Network.Models.PSServiceProviderProperties": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSServiceProviderProperties", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSServiceProviderProperties, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSServiceProviderProperties, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "BandwidthInMbps": "System.Int32", "PeeringLocation": "System.String", @@ -398268,7 +421268,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitAuthorization]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitAuthorization]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitAuthorization, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitAuthorization, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -398280,7 +421280,7 @@ "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitAuthorization": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitAuthorization", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitAuthorization, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitAuthorization, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AuthorizationKey": "System.String", "AuthorizationUseStatus": "System.String", @@ -398329,7 +421329,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSPeering]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSPeering]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSPeering, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSPeering, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -398341,7 +421341,7 @@ "Microsoft.Azure.Commands.Network.Models.PSPeering": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPeering", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPeering, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPeering, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Ipv6PeeringConfig": "Microsoft.Azure.Commands.Network.Models.PSIpv6PeeringConfig", "MicrosoftPeeringConfig": "Microsoft.Azure.Commands.Network.Models.PSPeeringConfig", @@ -398410,7 +421410,7 @@ "Microsoft.Azure.Commands.Network.Models.PSIpv6PeeringConfig": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSIpv6PeeringConfig", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpv6PeeringConfig, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpv6PeeringConfig, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "MicrosoftPeeringConfig": "Microsoft.Azure.Commands.Network.Models.PSPeeringConfig", "RouteFilter": "Microsoft.Azure.Commands.Network.Models.PSRouteFilter", @@ -398463,7 +421463,7 @@ "Microsoft.Azure.Commands.Network.Models.PSPeeringConfig": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPeeringConfig", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPeeringConfig, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPeeringConfig, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AdvertisedPublicPrefixes": "System.Collections.Generic.List`1[System.String]", "AdvertisedCommunities": "System.Collections.Generic.List`1[System.String]", @@ -398514,7 +421514,7 @@ "Microsoft.Azure.Commands.Network.Models.PSRouteFilter": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSRouteFilter", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteFilter, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteFilter, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Peerings": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSPeering]", "Rules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSRouteFilterRule]", @@ -398581,7 +421581,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSRouteFilterRule]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSRouteFilterRule]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSRouteFilterRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSRouteFilterRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -398593,7 +421593,7 @@ "Microsoft.Azure.Commands.Network.Models.PSRouteFilterRule": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSRouteFilterRule", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteFilterRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteFilterRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Communities": "System.Collections.Generic.List`1[System.String]", "Access": "System.String", @@ -398642,7 +421642,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitConnection]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitConnection]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -398654,7 +421654,7 @@ "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitConnection": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitConnection", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "IPv6CircuitConnectionConfig": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitConnectionIPv6ConnectionConfig", "ExpressRouteCircuitPeering": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -398710,7 +421710,7 @@ "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitConnectionIPv6ConnectionConfig": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitConnectionIPv6ConnectionConfig", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitConnectionIPv6ConnectionConfig, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitConnectionIPv6ConnectionConfig, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AddressPrefix": "System.String", "CircuitConnectionStatus": "System.String" @@ -398755,7 +421755,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSPeerExpressRouteCircuitConnection]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSPeerExpressRouteCircuitConnection]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSPeerExpressRouteCircuitConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSPeerExpressRouteCircuitConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -398767,7 +421767,7 @@ "Microsoft.Azure.Commands.Network.Models.PSPeerExpressRouteCircuitConnection": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPeerExpressRouteCircuitConnection", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPeerExpressRouteCircuitConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPeerExpressRouteCircuitConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ExpressRouteCircuitPeering": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "PeerExpressRouteCircuitPeering": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -398834,7 +421834,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSExpressRouteLink]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSExpressRouteLink]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSExpressRouteLink, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSExpressRouteLink, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -398846,7 +421846,7 @@ "Microsoft.Azure.Commands.Network.Models.PSExpressRouteLink": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteLink", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteLink, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteLink, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "MacSecConfig": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteLinkMacSecConfig", "RouterName": "System.String", @@ -398901,7 +421901,7 @@ "Microsoft.Azure.Commands.Network.Models.PSExpressRouteLinkMacSecConfig": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteLinkMacSecConfig", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteLinkMacSecConfig, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteLinkMacSecConfig, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "CknSecretIdentifier": "System.String", "CakSecretIdentifier": "System.String", @@ -398947,7 +421947,7 @@ "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitReference": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitReference", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitReference, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitReference, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Id": "System.String" }, @@ -398991,7 +421991,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSExpressRouteCrossConnectionPeering]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSExpressRouteCrossConnectionPeering]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSExpressRouteCrossConnectionPeering, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSExpressRouteCrossConnectionPeering, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -399003,7 +422003,7 @@ "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCrossConnectionPeering": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCrossConnectionPeering", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCrossConnectionPeering, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCrossConnectionPeering, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Ipv6PeeringConfig": "Microsoft.Azure.Commands.Network.Models.PSIpv6PeeringConfig", "MicrosoftPeeringConfig": "Microsoft.Azure.Commands.Network.Models.PSPeeringConfig", @@ -399066,7 +422066,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSExpressRoutePortsLocationBandwidths]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSExpressRoutePortsLocationBandwidths]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSExpressRoutePortsLocationBandwidths, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSExpressRoutePortsLocationBandwidths, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -399078,7 +422078,7 @@ "Microsoft.Azure.Commands.Network.Models.PSExpressRoutePortsLocationBandwidths": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRoutePortsLocationBandwidths", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRoutePortsLocationBandwidths, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRoutePortsLocationBandwidths, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ValueInGbps": "System.Nullable`1[System.Int32]", "OfferName": "System.String" @@ -399123,7 +422123,7 @@ "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Name": "System.String" }, @@ -399167,7 +422167,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -399179,7 +422179,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSInboundNatPool]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSInboundNatPool]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSInboundNatPool, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSInboundNatPool, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -399191,7 +422191,7 @@ "Microsoft.Azure.Commands.Network.Models.PSInboundNatPool": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSInboundNatPool", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSInboundNatPool, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSInboundNatPool, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "FrontendIPConfiguration": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "FrontendPortRangeStart": "System.Int32", @@ -399262,7 +422262,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSLoadBalancingRule]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSLoadBalancingRule]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSLoadBalancingRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSLoadBalancingRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -399274,7 +422274,7 @@ "Microsoft.Azure.Commands.Network.Models.PSLoadBalancingRule": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancingRule", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancingRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancingRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "FrontendIPConfiguration": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "BackendAddressPool": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -399345,7 +422345,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSOutboundRule]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSOutboundRule]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSOutboundRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSOutboundRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -399357,7 +422357,7 @@ "Microsoft.Azure.Commands.Network.Models.PSOutboundRule": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSOutboundRule", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSOutboundRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSOutboundRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "BackendAddressPool": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "FrontendIpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", @@ -399417,7 +422417,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSProbe]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSProbe]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSProbe, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSProbe, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -399429,7 +422429,7 @@ "Microsoft.Azure.Commands.Network.Models.PSProbe": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSProbe", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSProbe, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSProbe, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "LoadBalancingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", "Port": "System.Int32", @@ -399503,7 +422503,7 @@ "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "DhcpOptions": "Microsoft.Azure.Commands.Network.Models.PSDhcpOptions", @@ -399572,7 +422572,7 @@ "Microsoft.Azure.Commands.Network.Models.PSIpGroup": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSIpGroup", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Firewalls": "System.Collections.Generic.List`1[Microsoft.Azure.Management.Network.Models.SubResource]", "IpAddresses": "System.Collections.Generic.List`1[System.String]", @@ -399627,7 +422627,7 @@ "Microsoft.Azure.Commands.Network.Models.PSNatGatewaySku": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNatGatewaySku", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNatGatewaySku, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNatGatewaySku, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Name": "System.String" }, @@ -399671,7 +422671,7 @@ "Microsoft.Azure.Commands.Network.Models.PSEffectiveNetworkSecurityGroupAssociation": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSEffectiveNetworkSecurityGroupAssociation", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSEffectiveNetworkSecurityGroupAssociation, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSEffectiveNetworkSecurityGroupAssociation, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "NetworkInterface": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "Subnet": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -399731,7 +422731,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSEffectiveSecurityRule]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSEffectiveSecurityRule]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSEffectiveSecurityRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSEffectiveSecurityRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -399743,7 +422743,7 @@ "Microsoft.Azure.Commands.Network.Models.PSEffectiveSecurityRule": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSEffectiveSecurityRule", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSEffectiveSecurityRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSEffectiveSecurityRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "SourcePortRange": "System.Collections.Generic.IList`1[System.String]", "DestinationPortRange": "System.Collections.Generic.IList`1[System.String]", @@ -399797,7 +422797,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSContainerNetworkInterface]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSContainerNetworkInterface]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSContainerNetworkInterface, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSContainerNetworkInterface, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -399809,7 +422809,7 @@ "Microsoft.Azure.Commands.Network.Models.PSContainerNetworkInterface": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSContainerNetworkInterface", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSContainerNetworkInterface, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSContainerNetworkInterface, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Container": "Microsoft.Azure.Commands.Network.Models.PSContainer", "ContainerNetworkInterfaceConfiguration": "Microsoft.Azure.Commands.Network.Models.PSContainerNetworkInterfaceConfiguration", @@ -399862,7 +422862,7 @@ "Microsoft.Azure.Commands.Network.Models.PSContainer": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSContainer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSContainer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSContainer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Id": "System.String" }, @@ -399906,7 +422906,7 @@ "Microsoft.Azure.Commands.Network.Models.PSContainerNetworkInterfaceConfiguration": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSContainerNetworkInterfaceConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSContainerNetworkInterfaceConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSContainerNetworkInterfaceConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ContainerNetworkInterfaces": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSContainerNetworkInterface]", "IpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSIPConfigurationProfile]", @@ -399957,7 +422957,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSIPConfigurationProfile]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSIPConfigurationProfile]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSIPConfigurationProfile, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSIPConfigurationProfile, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -399969,7 +422969,7 @@ "Microsoft.Azure.Commands.Network.Models.PSIPConfigurationProfile": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSIPConfigurationProfile", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIPConfigurationProfile, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIPConfigurationProfile, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Subnet": "Microsoft.Azure.Commands.Network.Models.PSSubnet", "ProvisioningState": "System.String", @@ -400018,7 +423018,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSContainerNetworkInterfaceIPConfiguration]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSContainerNetworkInterfaceIPConfiguration]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSContainerNetworkInterfaceIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSContainerNetworkInterfaceIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -400030,7 +423030,7 @@ "Microsoft.Azure.Commands.Network.Models.PSContainerNetworkInterfaceIPConfiguration": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSContainerNetworkInterfaceIPConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSContainerNetworkInterfaceIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSContainerNetworkInterfaceIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "PublicIpAddress": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress", "Subnet": "Microsoft.Azure.Commands.Network.Models.PSSubnet", @@ -400083,7 +423083,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSContainerNetworkInterfaceConfiguration]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSContainerNetworkInterfaceConfiguration]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSContainerNetworkInterfaceConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSContainerNetworkInterfaceConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -400095,7 +423095,7 @@ "Microsoft.Azure.Commands.Network.Models.PSConnectionMonitorDestination": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSConnectionMonitorDestination", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSConnectionMonitorDestination, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSConnectionMonitorDestination, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Port": "System.Int32", "Address": "System.String", @@ -400141,7 +423141,7 @@ "Microsoft.Azure.Commands.Network.Models.PSConnectionMonitorSource": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSConnectionMonitorSource", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSConnectionMonitorSource, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSConnectionMonitorSource, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Port": "System.Nullable`1[System.Int32]", "ResourceId": "System.String" @@ -400221,7 +423221,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorOutputObject]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorOutputObject]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorOutputObject, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorOutputObject, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -400233,7 +423233,7 @@ "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorOutputObject": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorOutputObject", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorOutputObject, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorOutputObject, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "WorkspaceSettings": "Microsoft.Azure.Commands.Network.Models.PSConnectionMonitorWorkspaceSettings", "Type": "System.String", @@ -400279,7 +423279,7 @@ "Microsoft.Azure.Commands.Network.Models.PSConnectionMonitorWorkspaceSettings": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSConnectionMonitorWorkspaceSettings", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSConnectionMonitorWorkspaceSettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSConnectionMonitorWorkspaceSettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "WorkspaceResourceId": "System.String" }, @@ -400323,7 +423323,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorTestGroupObject]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorTestGroupObject]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorTestGroupObject, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorTestGroupObject, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -400335,7 +423335,7 @@ "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorTestGroupObject": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorTestGroupObject", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorTestGroupObject, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorTestGroupObject, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sources": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorEndpointObject]", "Destinations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorEndpointObject]", @@ -400386,7 +423386,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorEndpointObject]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorEndpointObject]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorEndpointObject, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorEndpointObject, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -400398,7 +423398,7 @@ "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorEndpointObject": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorEndpointObject", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorEndpointObject, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorEndpointObject, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Filter": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorEndpointFilter", "Name": "System.String", @@ -400446,7 +423446,7 @@ "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorEndpointFilter": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorEndpointFilter", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorEndpointFilter, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorEndpointFilter, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Items": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorEndpointFilterItem]", "Type": "System.String", @@ -400492,7 +423492,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorEndpointFilterItem]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorEndpointFilterItem]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorEndpointFilterItem, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorEndpointFilterItem, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -400504,7 +423504,7 @@ "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorEndpointFilterItem": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorEndpointFilterItem", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorEndpointFilterItem, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorEndpointFilterItem, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Type": "System.String", "Address": "System.String" @@ -400549,7 +423549,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorTestConfigurationObject]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorTestConfigurationObject]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorTestConfigurationObject, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorTestConfigurationObject, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -400561,7 +423561,7 @@ "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorTestConfigurationObject": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorTestConfigurationObject", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorTestConfigurationObject, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorTestConfigurationObject, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ProtocolConfiguration": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorProtocolConfiguration", "SuccessThreshold": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorSuccessThreshold", @@ -400611,7 +423611,7 @@ "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorProtocolConfiguration": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorProtocolConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorProtocolConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorProtocolConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -400653,7 +423653,7 @@ "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorSuccessThreshold": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorSuccessThreshold", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorSuccessThreshold, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorSuccessThreshold, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "RoundTripTimeMs": "System.Nullable`1[System.Double]", "ChecksFailedPercent": "System.Nullable`1[System.Int32]" @@ -400698,7 +423698,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSConnectionStateSnapshot]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSConnectionStateSnapshot]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSConnectionStateSnapshot, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSConnectionStateSnapshot, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -400710,7 +423710,7 @@ "Microsoft.Azure.Commands.Network.Models.PSConnectionStateSnapshot": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSConnectionStateSnapshot", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSConnectionStateSnapshot, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSConnectionStateSnapshot, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Hops": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Network.Models.PSConnectivityHop]", "StartTime": "System.Nullable`1[System.DateTime]", @@ -400759,7 +423759,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Network.Models.PSConnectivityHop]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Network.Models.PSConnectivityHop]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Network.Models.PSConnectivityHop, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Network.Models.PSConnectivityHop, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -400771,7 +423771,7 @@ "Microsoft.Azure.Commands.Network.Models.PSConnectivityHop": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSConnectivityHop", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSConnectivityHop, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSConnectivityHop, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Issues": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSConnectivityIssue]", "NextHopIds": "System.Collections.Generic.List`1[System.String]", @@ -400821,7 +423821,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSConnectivityIssue]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSConnectivityIssue]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSConnectivityIssue, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSConnectivityIssue, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -400833,7 +423833,7 @@ "Microsoft.Azure.Commands.Network.Models.PSConnectivityIssue": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSConnectivityIssue", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSConnectivityIssue, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSConnectivityIssue, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Context": "System.Collections.Generic.List`1[System.Collections.Generic.Dictionary`2[System.String,System.String]]", "Origin": "System.String", @@ -400892,7 +423892,7 @@ "Microsoft.Azure.Commands.Network.Models.PSFlowLogFormatParameters": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSFlowLogFormatParameters", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSFlowLogFormatParameters, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSFlowLogFormatParameters, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Version": "System.Nullable`1[System.Int32]", "Type": "System.String" @@ -400937,7 +423937,7 @@ "Microsoft.Azure.Commands.Network.Models.PSRetentionPolicyParameters": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSRetentionPolicyParameters", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRetentionPolicyParameters, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRetentionPolicyParameters, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Enabled": "System.Nullable`1[System.Boolean]", "Days": "System.Nullable`1[System.Int32]" @@ -400982,7 +423982,7 @@ "Microsoft.Azure.Commands.Network.Models.PSTrafficAnalyticsProperties": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSTrafficAnalyticsProperties", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSTrafficAnalyticsProperties, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSTrafficAnalyticsProperties, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "NetworkWatcherFlowAnalyticsConfiguration": "Microsoft.Azure.Commands.Network.Models.PSTrafficAnalyticsConfigurationProperties" }, @@ -401031,7 +424031,7 @@ "Microsoft.Azure.Commands.Network.Models.PSTrafficAnalyticsConfigurationProperties": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSTrafficAnalyticsConfigurationProperties", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSTrafficAnalyticsConfigurationProperties, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSTrafficAnalyticsConfigurationProperties, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Enabled": "System.Boolean", "TrafficAnalyticsInterval": "System.Nullable`1[System.Int32]", @@ -401084,7 +424084,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSSecurityGroupView]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSSecurityGroupView]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSSecurityGroupView, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSSecurityGroupView, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -401096,7 +424096,7 @@ "Microsoft.Azure.Commands.Network.Models.PSSecurityGroupView": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSSecurityGroupView", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSecurityGroupView, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSecurityGroupView, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "EffectiveSecurityRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSEffectiveSecurityRule]", "NetworkInterfaceSecurityRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSSecurityRule]", @@ -401148,7 +424148,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSTopologyResource]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSTopologyResource]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSTopologyResource, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSTopologyResource, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -401160,7 +424160,7 @@ "Microsoft.Azure.Commands.Network.Models.PSTopologyResource": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSTopologyResource", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSTopologyResource, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSTopologyResource, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Associations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSTopologyAssociation]", "Name": "System.String", @@ -401208,7 +424208,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSTopologyAssociation]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSTopologyAssociation]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSTopologyAssociation, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSTopologyAssociation, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -401220,7 +424220,7 @@ "Microsoft.Azure.Commands.Network.Models.PSTopologyAssociation": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSTopologyAssociation", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSTopologyAssociation, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSTopologyAssociation, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AssociationType": "System.String", "Name": "System.String", @@ -401266,7 +424266,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSTroubleshootingDetails]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSTroubleshootingDetails]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSTroubleshootingDetails, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSTroubleshootingDetails, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -401278,7 +424278,7 @@ "Microsoft.Azure.Commands.Network.Models.PSTroubleshootingDetails": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSTroubleshootingDetails", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSTroubleshootingDetails, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSTroubleshootingDetails, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "RecommendedActions": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSTroubleshootingRecommendedActions]", "Id": "System.String", @@ -401327,7 +424327,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSTroubleshootingRecommendedActions]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSTroubleshootingRecommendedActions]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSTroubleshootingRecommendedActions, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSTroubleshootingRecommendedActions, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -401339,7 +424339,7 @@ "Microsoft.Azure.Commands.Network.Models.PSTroubleshootingRecommendedActions": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSTroubleshootingRecommendedActions", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSTroubleshootingRecommendedActions, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSTroubleshootingRecommendedActions, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ActionId": "System.String", "ActionText": "System.String", @@ -401386,7 +424386,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkConfigurationDiagnosticResult]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkConfigurationDiagnosticResult]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSNetworkConfigurationDiagnosticResult, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSNetworkConfigurationDiagnosticResult, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -401398,7 +424398,7 @@ "Microsoft.Azure.Commands.Network.Models.PSNetworkConfigurationDiagnosticResult": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkConfigurationDiagnosticResult", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkConfigurationDiagnosticResult, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkConfigurationDiagnosticResult, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Profile": "Microsoft.Azure.Commands.Network.Models.PSNetworkConfigurationDiagnosticProfile", "NetworkSecurityGroupResult": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroupResult" @@ -401443,7 +424443,7 @@ "Microsoft.Azure.Commands.Network.Models.PSNetworkConfigurationDiagnosticProfile": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkConfigurationDiagnosticProfile", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkConfigurationDiagnosticProfile, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkConfigurationDiagnosticProfile, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Direction": "System.String", "Protocol": "System.String", @@ -401491,7 +424491,7 @@ "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroupResult": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroupResult", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroupResult, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroupResult, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "EvaluatedNetworkSecurityGroups": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSEvaluatedNetworkSecurityGroup]", "SecurityRuleAccessResult": "System.String", @@ -401537,7 +424537,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSEvaluatedNetworkSecurityGroup]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSEvaluatedNetworkSecurityGroup]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSEvaluatedNetworkSecurityGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSEvaluatedNetworkSecurityGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -401549,7 +424549,7 @@ "Microsoft.Azure.Commands.Network.Models.PSEvaluatedNetworkSecurityGroup": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSEvaluatedNetworkSecurityGroup", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSEvaluatedNetworkSecurityGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSEvaluatedNetworkSecurityGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "MatchedRule": "Microsoft.Azure.Commands.Network.Models.PSMatchedRule", "RulesEvaluationResult": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityRulesEvaluationResult]", @@ -401597,7 +424597,7 @@ "Microsoft.Azure.Commands.Network.Models.PSMatchedRule": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSMatchedRule", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSMatchedRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSMatchedRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "RuleName": "System.String", "Action": "System.String" @@ -401642,7 +424642,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityRulesEvaluationResult]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityRulesEvaluationResult]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityRulesEvaluationResult, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityRulesEvaluationResult, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -401654,7 +424654,7 @@ "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityRulesEvaluationResult": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityRulesEvaluationResult", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityRulesEvaluationResult, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityRulesEvaluationResult, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ProtocolMatched": "System.Boolean", "SourceMatched": "System.Boolean", @@ -401703,7 +424703,7 @@ "Microsoft.Azure.Commands.Network.Models.PSStorageLocation": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSStorageLocation", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSStorageLocation, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSStorageLocation, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "StorageId": "System.String", "StoragePath": "System.String", @@ -401749,7 +424749,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSPacketCaptureFilter]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSPacketCaptureFilter]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSPacketCaptureFilter, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSPacketCaptureFilter, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -401761,7 +424761,7 @@ "Microsoft.Azure.Commands.Network.Models.PSPacketCaptureFilter": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPacketCaptureFilter", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPacketCaptureFilter, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPacketCaptureFilter, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Protocol": "System.String", "RemoteIPAddress": "System.String", @@ -401831,7 +424831,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSConnectivityHop]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSConnectivityHop]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSConnectivityHop, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSConnectivityHop, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -401863,7 +424863,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSPrivateDnsZoneConfig]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSPrivateDnsZoneConfig]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSPrivateDnsZoneConfig, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSPrivateDnsZoneConfig, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -401875,7 +424875,7 @@ "Microsoft.Azure.Commands.Network.Models.PSPrivateDnsZoneConfig": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPrivateDnsZoneConfig", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPrivateDnsZoneConfig, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPrivateDnsZoneConfig, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "RecordSets": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Network.Models.PSPrivateDnsZoneConfigRecordSet]", "Name": "System.String", @@ -401923,7 +424923,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Network.Models.PSPrivateDnsZoneConfigRecordSet]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Network.Models.PSPrivateDnsZoneConfigRecordSet]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Network.Models.PSPrivateDnsZoneConfigRecordSet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Network.Models.PSPrivateDnsZoneConfigRecordSet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -401935,7 +424935,7 @@ "Microsoft.Azure.Commands.Network.Models.PSPrivateDnsZoneConfigRecordSet": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPrivateDnsZoneConfigRecordSet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPrivateDnsZoneConfigRecordSet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPrivateDnsZoneConfigRecordSet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "IpAddresses": "System.Collections.Generic.IList`1[System.String]", "Ttl": "System.Int32", @@ -401985,7 +424985,7 @@ "Microsoft.Azure.Commands.Network.Models.PSPrivateLinkServiceResourceSet": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPrivateLinkServiceResourceSet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPrivateLinkServiceResourceSet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPrivateLinkServiceResourceSet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Subscriptions": "System.Collections.Generic.List`1[System.String]", "SubscriptionsText": "System.String" @@ -402030,7 +425030,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSPrivateEndpointConnection]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSPrivateEndpointConnection]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSPrivateEndpointConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSPrivateEndpointConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -402042,7 +425042,7 @@ "Microsoft.Azure.Commands.Network.Models.PSPrivateEndpointConnection": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPrivateEndpointConnection", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPrivateEndpointConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPrivateEndpointConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "PrivateEndpoint": "Microsoft.Azure.Commands.Network.Models.PSPrivateEndpoint", "PrivateLinkServiceConnectionState": "Microsoft.Azure.Commands.Network.Models.PSPrivateLinkServiceConnectionState", @@ -402095,7 +425095,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSPrivateLinkServiceIpConfiguration]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSPrivateLinkServiceIpConfiguration]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSPrivateLinkServiceIpConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSPrivateLinkServiceIpConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -402107,7 +425107,7 @@ "Microsoft.Azure.Commands.Network.Models.PSPrivateLinkServiceIpConfiguration": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPrivateLinkServiceIpConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPrivateLinkServiceIpConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPrivateLinkServiceIpConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "PublicIPAddress": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress", "Subnet": "Microsoft.Azure.Commands.Network.Models.PSSubnet", @@ -402162,7 +425162,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSBgpCommunity]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSBgpCommunity]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSBgpCommunity, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSBgpCommunity, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -402174,7 +425174,7 @@ "Microsoft.Azure.Commands.Network.Models.PSBgpCommunity": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSBgpCommunity", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSBgpCommunity, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSBgpCommunity, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "IsAuthorizedToUse": "System.Boolean", "CommunityPrefixes": "System.Collections.Generic.List`1[System.String]", @@ -402224,7 +425224,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSExpressRouteServiceProviderBandwidthsOffered]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSExpressRouteServiceProviderBandwidthsOffered]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSExpressRouteServiceProviderBandwidthsOffered, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSExpressRouteServiceProviderBandwidthsOffered, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -402236,7 +425236,7 @@ "Microsoft.Azure.Commands.Network.Models.PSExpressRouteServiceProviderBandwidthsOffered": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteServiceProviderBandwidthsOffered", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteServiceProviderBandwidthsOffered, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteServiceProviderBandwidthsOffered, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ValueInMbps": "System.Int32", "OfferName": "System.String" @@ -402281,7 +425281,7 @@ "Microsoft.Azure.Commands.Network.Models.PSPublicIpPrefixSku": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPublicIpPrefixSku", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpPrefixSku, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpPrefixSku, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Name": "System.String" }, @@ -402325,7 +425325,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -402337,7 +425337,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSPublicIpPrefixTag]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSPublicIpPrefixTag]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSPublicIpPrefixTag, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSPublicIpPrefixTag, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -402349,7 +425349,7 @@ "Microsoft.Azure.Commands.Network.Models.PSPublicIpPrefixTag": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPublicIpPrefixTag", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpPrefixTag, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpPrefixTag, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "IpTagType": "System.String", "Tag": "System.String" @@ -402394,7 +425394,7 @@ "Microsoft.Azure.Commands.Network.Models.PSLocalNetworkGateway": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLocalNetworkGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLocalNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLocalNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "LocalNetworkAddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", @@ -402453,7 +425453,7 @@ "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "CustomRoutes": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", @@ -402524,7 +425524,7 @@ "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewaySku": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewaySku", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewaySku, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewaySku, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Capacity": "System.Int32", "Name": "System.String", @@ -402570,7 +425570,7 @@ "Microsoft.Azure.Commands.Network.Models.PSVpnClientConfiguration": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnClientConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnClientConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnClientConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "VpnClientAddressPool": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "VpnClientIpsecPolicies": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy]", @@ -402630,7 +425630,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVpnClientRevokedCertificate]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVpnClientRevokedCertificate]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSVpnClientRevokedCertificate, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSVpnClientRevokedCertificate, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -402642,7 +425642,7 @@ "Microsoft.Azure.Commands.Network.Models.PSVpnClientRevokedCertificate": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnClientRevokedCertificate", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnClientRevokedCertificate, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnClientRevokedCertificate, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Thumbprint": "System.String", "ProvisioningState": "System.String", @@ -402690,7 +425690,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVpnClientRootCertificate]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVpnClientRootCertificate]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSVpnClientRootCertificate, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSVpnClientRootCertificate, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -402702,7 +425702,7 @@ "Microsoft.Azure.Commands.Network.Models.PSVpnClientRootCertificate": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnClientRootCertificate", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnClientRootCertificate, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnClientRootCertificate, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "PublicCertData": "System.String", "ProvisioningState": "System.String", @@ -402750,7 +425750,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayIpConfiguration]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayIpConfiguration]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayIpConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayIpConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -402762,7 +425762,7 @@ "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayIpConfiguration": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayIpConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayIpConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayIpConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Subnet": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "PublicIpAddress": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -402814,7 +425814,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSTrafficSelectorPolicy]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSTrafficSelectorPolicy]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSTrafficSelectorPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSTrafficSelectorPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -402826,7 +425826,7 @@ "Microsoft.Azure.Commands.Network.Models.PSTrafficSelectorPolicy": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSTrafficSelectorPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSTrafficSelectorPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSTrafficSelectorPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "LocalAddressRanges": "System.String[]", "RemoteAddressRanges": "System.String[]" @@ -402871,7 +425871,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSTunnelConnectionHealth]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSTunnelConnectionHealth]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSTunnelConnectionHealth, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSTunnelConnectionHealth, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -402883,7 +425883,7 @@ "Microsoft.Azure.Commands.Network.Models.PSTunnelConnectionHealth": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSTunnelConnectionHealth", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSTunnelConnectionHealth, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSTunnelConnectionHealth, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "IngressBytesTransferred": "System.Nullable`1[System.Int64]", "EgressBytesTransferred": "System.Nullable`1[System.Int64]", @@ -402931,7 +425931,7 @@ "Microsoft.Azure.Commands.Network.Models.PSIpAllocation": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSIpAllocation", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpAllocation, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpAllocation, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Subnet": "Microsoft.Azure.Commands.Network.Models.PSSubnet", "VirtualNetwork": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork", @@ -402993,7 +425993,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVirtualRouterPeer]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVirtualRouterPeer]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSVirtualRouterPeer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSVirtualRouterPeer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -403005,7 +426005,7 @@ "Microsoft.Azure.Commands.Network.Models.PSVirtualRouterPeer": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualRouterPeer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualRouterPeer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualRouterPeer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "PeerIp": "System.String", "ProvisioningState": "System.String", @@ -403055,7 +426055,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSHTTPHeader]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSHTTPHeader]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSHTTPHeader, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSHTTPHeader, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -403067,7 +426067,7 @@ "Microsoft.Azure.Commands.Network.Models.PSHTTPHeader": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSHTTPHeader", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSHTTPHeader, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSHTTPHeader, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Name": "System.String", "Value": "System.String" @@ -403112,7 +426112,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSBastionIPConfiguration]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSBastionIPConfiguration]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSBastionIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSBastionIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -403124,7 +426124,7 @@ "Microsoft.Azure.Commands.Network.Models.PSBastionIPConfiguration": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSBastionIPConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSBastionIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSBastionIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Subnet": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "PublicIpAddress": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -403174,7 +426174,7 @@ "Microsoft.Azure.Commands.Network.Models.PSBastion": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSBastion", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSBastion, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSBastion, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "IpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSBastionIPConfiguration]", "Tag": "System.Collections.Hashtable", @@ -403249,7 +426249,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkServiceTagInformation]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkServiceTagInformation]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSNetworkServiceTagInformation, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSNetworkServiceTagInformation, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -403261,7 +426261,7 @@ "Microsoft.Azure.Commands.Network.Models.PSNetworkServiceTagInformation": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkServiceTagInformation", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkServiceTagInformation, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkServiceTagInformation, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Properties": "Microsoft.Azure.Commands.Network.Models.PSNetworkServiceTagInformationProperties", "Id": "System.String", @@ -403307,7 +426307,7 @@ "Microsoft.Azure.Commands.Network.Models.PSNetworkServiceTagInformationProperties": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkServiceTagInformationProperties", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkServiceTagInformationProperties, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkServiceTagInformationProperties, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AddressPrefixes": "System.Collections.Generic.List`1[System.String]", "Region": "System.String", @@ -403354,7 +426354,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSAvailableProvidersListCountry]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSAvailableProvidersListCountry]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSAvailableProvidersListCountry, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSAvailableProvidersListCountry, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -403366,7 +426366,7 @@ "Microsoft.Azure.Commands.Network.Models.PSAvailableProvidersListCountry": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAvailableProvidersListCountry", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAvailableProvidersListCountry, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAvailableProvidersListCountry, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Providers": "System.Collections.Generic.IList`1[System.String]", "States": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSAvailableProvidersListState]", @@ -403413,7 +426413,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSAvailableProvidersListState]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSAvailableProvidersListState]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSAvailableProvidersListState, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSAvailableProvidersListState, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -403425,7 +426425,7 @@ "Microsoft.Azure.Commands.Network.Models.PSAvailableProvidersListState": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAvailableProvidersListState", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAvailableProvidersListState, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAvailableProvidersListState, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Providers": "System.Collections.Generic.IList`1[System.String]", "Cities": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSAvailableProvidersListCity]", @@ -403472,7 +426472,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSAvailableProvidersListCity]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSAvailableProvidersListCity]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSAvailableProvidersListCity, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSAvailableProvidersListCity, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -403484,7 +426484,7 @@ "Microsoft.Azure.Commands.Network.Models.PSAvailableProvidersListCity": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAvailableProvidersListCity", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAvailableProvidersListCity, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAvailableProvidersListCity, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Providers": "System.Collections.Generic.IList`1[System.String]", "CityName": "System.String" @@ -403529,7 +426529,7 @@ "Microsoft.Azure.Commands.Network.Models.PSAzureReachabilityReportLocation": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureReachabilityReportLocation", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureReachabilityReportLocation, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureReachabilityReportLocation, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Country": "System.String", "State": "System.String", @@ -403575,7 +426575,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSAzureReachabilityReportItem]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSAzureReachabilityReportItem]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSAzureReachabilityReportItem, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSAzureReachabilityReportItem, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -403587,7 +426587,7 @@ "Microsoft.Azure.Commands.Network.Models.PSAzureReachabilityReportItem": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureReachabilityReportItem", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureReachabilityReportItem, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureReachabilityReportItem, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Latencies": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSAzureReachabilityReportLatencyInfo]", "Provider": "System.String", @@ -403634,7 +426634,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSAzureReachabilityReportLatencyInfo]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSAzureReachabilityReportLatencyInfo]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSAzureReachabilityReportLatencyInfo, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSAzureReachabilityReportLatencyInfo, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -403646,7 +426646,7 @@ "Microsoft.Azure.Commands.Network.Models.PSAzureReachabilityReportLatencyInfo": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureReachabilityReportLatencyInfo", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureReachabilityReportLatencyInfo, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureReachabilityReportLatencyInfo, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "TimeStamp": "System.Nullable`1[System.DateTime]", "Score": "System.Nullable`1[System.Int32]" @@ -403691,7 +426691,7 @@ "Microsoft.Azure.Commands.Network.Models.PSUsageName": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSUsageName", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSUsageName, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSUsageName, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Value": "System.String", "LocalizedValue": "System.String" diff --git a/tools/Tools.Common/SerializedCmdlets/Microsoft.Azure.PowerShell.Cmdlets.OperationalInsights.dll.json b/tools/Tools.Common/SerializedCmdlets/Microsoft.Azure.PowerShell.Cmdlets.OperationalInsights.dll.json index bc58376a486b..f803243f0bd8 100644 --- a/tools/Tools.Common/SerializedCmdlets/Microsoft.Azure.PowerShell.Cmdlets.OperationalInsights.dll.json +++ b/tools/Tools.Common/SerializedCmdlets/Microsoft.Azure.PowerShell.Cmdlets.OperationalInsights.dll.json @@ -14,7 +14,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.OperationalInsights.Models", "Name": "Microsoft.Azure.Commands.OperationalInsights.Models.PSDataSource", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.OperationalInsights.Models.PSDataSource, Microsoft.Azure.PowerShell.Cmdlets.OperationalInsights, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.OperationalInsights.Models.PSDataSource, Microsoft.Azure.PowerShell.Cmdlets.OperationalInsights, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Properties": "Microsoft.Azure.Commands.OperationalInsights.Models.PSDataSourcePropertiesBase", "Name": "System.String", @@ -90,7 +90,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.OperationalInsights.Models", "Name": "Microsoft.Azure.Commands.OperationalInsights.Models.PSWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.OperationalInsights.Models.PSWorkspace, Microsoft.Azure.PowerShell.Cmdlets.OperationalInsights, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.OperationalInsights.Models.PSWorkspace, Microsoft.Azure.PowerShell.Cmdlets.OperationalInsights, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", "PrivateLinkScopedResources": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.OperationalInsights.Models.PrivateLinkScopedResource]", @@ -287,7 +287,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.OperationalInsights.Models", "Name": "Microsoft.Azure.Commands.OperationalInsights.Models.PSWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.OperationalInsights.Models.PSWorkspace, Microsoft.Azure.PowerShell.Cmdlets.OperationalInsights, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.OperationalInsights.Models.PSWorkspace, Microsoft.Azure.PowerShell.Cmdlets.OperationalInsights, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", "PrivateLinkScopedResources": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.OperationalInsights.Models.PrivateLinkScopedResource]", @@ -438,7 +438,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.OperationalInsights.Models", "Name": "Microsoft.Azure.Commands.OperationalInsights.Models.PSWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.OperationalInsights.Models.PSWorkspace, Microsoft.Azure.PowerShell.Cmdlets.OperationalInsights, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.OperationalInsights.Models.PSWorkspace, Microsoft.Azure.PowerShell.Cmdlets.OperationalInsights, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", "PrivateLinkScopedResources": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.OperationalInsights.Models.PrivateLinkScopedResource]", @@ -890,7 +890,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.OperationalInsights.Models", "Name": "Microsoft.Azure.Commands.OperationalInsights.Models.PSDataSource", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.OperationalInsights.Models.PSDataSource, Microsoft.Azure.PowerShell.Cmdlets.OperationalInsights, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.OperationalInsights.Models.PSDataSource, Microsoft.Azure.PowerShell.Cmdlets.OperationalInsights, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Properties": "Microsoft.Azure.Commands.OperationalInsights.Models.PSDataSourcePropertiesBase", "Name": "System.String", @@ -966,7 +966,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.OperationalInsights.Models", "Name": "Microsoft.Azure.Commands.OperationalInsights.Models.PSWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.OperationalInsights.Models.PSWorkspace, Microsoft.Azure.PowerShell.Cmdlets.OperationalInsights, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.OperationalInsights.Models.PSWorkspace, Microsoft.Azure.PowerShell.Cmdlets.OperationalInsights, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", "PrivateLinkScopedResources": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.OperationalInsights.Models.PrivateLinkScopedResource]", @@ -1208,7 +1208,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.OperationalInsights.Models", "Name": "Microsoft.Azure.Commands.OperationalInsights.Models.PSWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.OperationalInsights.Models.PSWorkspace, Microsoft.Azure.PowerShell.Cmdlets.OperationalInsights, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.OperationalInsights.Models.PSWorkspace, Microsoft.Azure.PowerShell.Cmdlets.OperationalInsights, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", "PrivateLinkScopedResources": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.OperationalInsights.Models.PrivateLinkScopedResource]", @@ -1431,7 +1431,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.OperationalInsights.Models", "Name": "Microsoft.Azure.Commands.OperationalInsights.Models.PSWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.OperationalInsights.Models.PSWorkspace, Microsoft.Azure.PowerShell.Cmdlets.OperationalInsights, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.OperationalInsights.Models.PSWorkspace, Microsoft.Azure.PowerShell.Cmdlets.OperationalInsights, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", "PrivateLinkScopedResources": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.OperationalInsights.Models.PrivateLinkScopedResource]", @@ -2013,7 +2013,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.OperationalInsights.Models", "Name": "Microsoft.Azure.Commands.OperationalInsights.Models.PSDataSource", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.OperationalInsights.Models.PSDataSource, Microsoft.Azure.PowerShell.Cmdlets.OperationalInsights, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.OperationalInsights.Models.PSDataSource, Microsoft.Azure.PowerShell.Cmdlets.OperationalInsights, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Properties": "Microsoft.Azure.Commands.OperationalInsights.Models.PSDataSourcePropertiesBase", "Name": "System.String", @@ -2089,7 +2089,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.OperationalInsights.Models", "Name": "Microsoft.Azure.Commands.OperationalInsights.Models.PSWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.OperationalInsights.Models.PSWorkspace, Microsoft.Azure.PowerShell.Cmdlets.OperationalInsights, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.OperationalInsights.Models.PSWorkspace, Microsoft.Azure.PowerShell.Cmdlets.OperationalInsights, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", "PrivateLinkScopedResources": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.OperationalInsights.Models.PrivateLinkScopedResource]", @@ -2313,7 +2313,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.OperationalInsights.Models", "Name": "Microsoft.Azure.Commands.OperationalInsights.Models.PSWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.OperationalInsights.Models.PSWorkspace, Microsoft.Azure.PowerShell.Cmdlets.OperationalInsights, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.OperationalInsights.Models.PSWorkspace, Microsoft.Azure.PowerShell.Cmdlets.OperationalInsights, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", "PrivateLinkScopedResources": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.OperationalInsights.Models.PrivateLinkScopedResource]", @@ -2873,7 +2873,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.OperationalInsights.Models", "Name": "Microsoft.Azure.Commands.OperationalInsights.Models.PSDataSource", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.OperationalInsights.Models.PSDataSource, Microsoft.Azure.PowerShell.Cmdlets.OperationalInsights, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.OperationalInsights.Models.PSDataSource, Microsoft.Azure.PowerShell.Cmdlets.OperationalInsights, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Properties": "Microsoft.Azure.Commands.OperationalInsights.Models.PSDataSourcePropertiesBase", "Name": "System.String", @@ -2949,7 +2949,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.OperationalInsights.Models", "Name": "Microsoft.Azure.Commands.OperationalInsights.Models.PSWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.OperationalInsights.Models.PSWorkspace, Microsoft.Azure.PowerShell.Cmdlets.OperationalInsights, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.OperationalInsights.Models.PSWorkspace, Microsoft.Azure.PowerShell.Cmdlets.OperationalInsights, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", "PrivateLinkScopedResources": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.OperationalInsights.Models.PrivateLinkScopedResource]", @@ -3155,7 +3155,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.OperationalInsights.Models", "Name": "Microsoft.Azure.Commands.OperationalInsights.Models.PSWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.OperationalInsights.Models.PSWorkspace, Microsoft.Azure.PowerShell.Cmdlets.OperationalInsights, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.OperationalInsights.Models.PSWorkspace, Microsoft.Azure.PowerShell.Cmdlets.OperationalInsights, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", "PrivateLinkScopedResources": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.OperationalInsights.Models.PrivateLinkScopedResource]", @@ -3641,7 +3641,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.OperationalInsights.Models", "Name": "Microsoft.Azure.Commands.OperationalInsights.Models.PSDataSource", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.OperationalInsights.Models.PSDataSource, Microsoft.Azure.PowerShell.Cmdlets.OperationalInsights, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.OperationalInsights.Models.PSDataSource, Microsoft.Azure.PowerShell.Cmdlets.OperationalInsights, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Properties": "Microsoft.Azure.Commands.OperationalInsights.Models.PSDataSourcePropertiesBase", "Name": "System.String", @@ -3717,7 +3717,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.OperationalInsights.Models", "Name": "Microsoft.Azure.Commands.OperationalInsights.Models.PSWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.OperationalInsights.Models.PSWorkspace, Microsoft.Azure.PowerShell.Cmdlets.OperationalInsights, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.OperationalInsights.Models.PSWorkspace, Microsoft.Azure.PowerShell.Cmdlets.OperationalInsights, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", "PrivateLinkScopedResources": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.OperationalInsights.Models.PrivateLinkScopedResource]", @@ -3977,7 +3977,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.OperationalInsights.Models", "Name": "Microsoft.Azure.Commands.OperationalInsights.Models.PSWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.OperationalInsights.Models.PSWorkspace, Microsoft.Azure.PowerShell.Cmdlets.OperationalInsights, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.OperationalInsights.Models.PSWorkspace, Microsoft.Azure.PowerShell.Cmdlets.OperationalInsights, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", "PrivateLinkScopedResources": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.OperationalInsights.Models.PrivateLinkScopedResource]", @@ -4679,7 +4679,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.OperationalInsights.Models", "Name": "Microsoft.Azure.Commands.OperationalInsights.Models.PSDataSource", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.OperationalInsights.Models.PSDataSource, Microsoft.Azure.PowerShell.Cmdlets.OperationalInsights, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.OperationalInsights.Models.PSDataSource, Microsoft.Azure.PowerShell.Cmdlets.OperationalInsights, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Properties": "Microsoft.Azure.Commands.OperationalInsights.Models.PSDataSourcePropertiesBase", "Name": "System.String", @@ -4755,7 +4755,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.OperationalInsights.Models", "Name": "Microsoft.Azure.Commands.OperationalInsights.Models.PSWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.OperationalInsights.Models.PSWorkspace, Microsoft.Azure.PowerShell.Cmdlets.OperationalInsights, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.OperationalInsights.Models.PSWorkspace, Microsoft.Azure.PowerShell.Cmdlets.OperationalInsights, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", "PrivateLinkScopedResources": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.OperationalInsights.Models.PrivateLinkScopedResource]", @@ -5105,7 +5105,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.OperationalInsights.Models", "Name": "Microsoft.Azure.Commands.OperationalInsights.Models.PSWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.OperationalInsights.Models.PSWorkspace, Microsoft.Azure.PowerShell.Cmdlets.OperationalInsights, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.OperationalInsights.Models.PSWorkspace, Microsoft.Azure.PowerShell.Cmdlets.OperationalInsights, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", "PrivateLinkScopedResources": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.OperationalInsights.Models.PrivateLinkScopedResource]", @@ -6167,7 +6167,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.OperationalInsights.Models", "Name": "Microsoft.Azure.Commands.OperationalInsights.Models.PSDataSource", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.OperationalInsights.Models.PSDataSource, Microsoft.Azure.PowerShell.Cmdlets.OperationalInsights, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.OperationalInsights.Models.PSDataSource, Microsoft.Azure.PowerShell.Cmdlets.OperationalInsights, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Properties": "Microsoft.Azure.Commands.OperationalInsights.Models.PSDataSourcePropertiesBase", "Name": "System.String", @@ -6243,7 +6243,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.OperationalInsights.Models", "Name": "Microsoft.Azure.Commands.OperationalInsights.Models.PSWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.OperationalInsights.Models.PSWorkspace, Microsoft.Azure.PowerShell.Cmdlets.OperationalInsights, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.OperationalInsights.Models.PSWorkspace, Microsoft.Azure.PowerShell.Cmdlets.OperationalInsights, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", "PrivateLinkScopedResources": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.OperationalInsights.Models.PrivateLinkScopedResource]", @@ -6503,7 +6503,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.OperationalInsights.Models", "Name": "Microsoft.Azure.Commands.OperationalInsights.Models.PSWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.OperationalInsights.Models.PSWorkspace, Microsoft.Azure.PowerShell.Cmdlets.OperationalInsights, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.OperationalInsights.Models.PSWorkspace, Microsoft.Azure.PowerShell.Cmdlets.OperationalInsights, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", "PrivateLinkScopedResources": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.OperationalInsights.Models.PrivateLinkScopedResource]", @@ -7205,7 +7205,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.OperationalInsights.Models", "Name": "Microsoft.Azure.Commands.OperationalInsights.Models.PSDataSource", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.OperationalInsights.Models.PSDataSource, Microsoft.Azure.PowerShell.Cmdlets.OperationalInsights, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.OperationalInsights.Models.PSDataSource, Microsoft.Azure.PowerShell.Cmdlets.OperationalInsights, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Properties": "Microsoft.Azure.Commands.OperationalInsights.Models.PSDataSourcePropertiesBase", "Name": "System.String", @@ -7281,7 +7281,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.OperationalInsights.Models", "Name": "Microsoft.Azure.Commands.OperationalInsights.Models.PSWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.OperationalInsights.Models.PSWorkspace, Microsoft.Azure.PowerShell.Cmdlets.OperationalInsights, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.OperationalInsights.Models.PSWorkspace, Microsoft.Azure.PowerShell.Cmdlets.OperationalInsights, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", "PrivateLinkScopedResources": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.OperationalInsights.Models.PrivateLinkScopedResource]", @@ -7559,7 +7559,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.OperationalInsights.Models", "Name": "Microsoft.Azure.Commands.OperationalInsights.Models.PSWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.OperationalInsights.Models.PSWorkspace, Microsoft.Azure.PowerShell.Cmdlets.OperationalInsights, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.OperationalInsights.Models.PSWorkspace, Microsoft.Azure.PowerShell.Cmdlets.OperationalInsights, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", "PrivateLinkScopedResources": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.OperationalInsights.Models.PrivateLinkScopedResource]", @@ -8352,7 +8352,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.OperationalInsights.Models", "Name": "Microsoft.Azure.Commands.OperationalInsights.Models.PSWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.OperationalInsights.Models.PSWorkspace, Microsoft.Azure.PowerShell.Cmdlets.OperationalInsights, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.OperationalInsights.Models.PSWorkspace, Microsoft.Azure.PowerShell.Cmdlets.OperationalInsights, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", "PrivateLinkScopedResources": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.OperationalInsights.Models.PrivateLinkScopedResource]", @@ -8540,7 +8540,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.OperationalInsights.Models", "Name": "Microsoft.Azure.Commands.OperationalInsights.Models.PSWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.OperationalInsights.Models.PSWorkspace, Microsoft.Azure.PowerShell.Cmdlets.OperationalInsights, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.OperationalInsights.Models.PSWorkspace, Microsoft.Azure.PowerShell.Cmdlets.OperationalInsights, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", "PrivateLinkScopedResources": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.OperationalInsights.Models.PrivateLinkScopedResource]", @@ -8954,7 +8954,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.OperationalInsights.Models", "Name": "Microsoft.Azure.Commands.OperationalInsights.Models.PSDataSource", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.OperationalInsights.Models.PSDataSource, Microsoft.Azure.PowerShell.Cmdlets.OperationalInsights, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.OperationalInsights.Models.PSDataSource, Microsoft.Azure.PowerShell.Cmdlets.OperationalInsights, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Properties": "Microsoft.Azure.Commands.OperationalInsights.Models.PSDataSourcePropertiesBase", "Name": "System.String", @@ -9030,7 +9030,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.OperationalInsights.Models", "Name": "Microsoft.Azure.Commands.OperationalInsights.Models.PSDataSource", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.OperationalInsights.Models.PSDataSource, Microsoft.Azure.PowerShell.Cmdlets.OperationalInsights, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.OperationalInsights.Models.PSDataSource, Microsoft.Azure.PowerShell.Cmdlets.OperationalInsights, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Properties": "Microsoft.Azure.Commands.OperationalInsights.Models.PSDataSourcePropertiesBase", "Name": "System.String", @@ -9144,7 +9144,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.OperationalInsights.Models", "Name": "Microsoft.Azure.Commands.OperationalInsights.Models.PSDataSource", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.OperationalInsights.Models.PSDataSource, Microsoft.Azure.PowerShell.Cmdlets.OperationalInsights, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.OperationalInsights.Models.PSDataSource, Microsoft.Azure.PowerShell.Cmdlets.OperationalInsights, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Properties": "Microsoft.Azure.Commands.OperationalInsights.Models.PSDataSourcePropertiesBase", "Name": "System.String", @@ -9280,7 +9280,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.OperationalInsights.Models", "Name": "Microsoft.Azure.Commands.OperationalInsights.Models.PSDataSource", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.OperationalInsights.Models.PSDataSource, Microsoft.Azure.PowerShell.Cmdlets.OperationalInsights, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.OperationalInsights.Models.PSDataSource, Microsoft.Azure.PowerShell.Cmdlets.OperationalInsights, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Properties": "Microsoft.Azure.Commands.OperationalInsights.Models.PSDataSourcePropertiesBase", "Name": "System.String", @@ -9356,7 +9356,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.OperationalInsights.Models", "Name": "Microsoft.Azure.Commands.OperationalInsights.Models.PSWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.OperationalInsights.Models.PSWorkspace, Microsoft.Azure.PowerShell.Cmdlets.OperationalInsights, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.OperationalInsights.Models.PSWorkspace, Microsoft.Azure.PowerShell.Cmdlets.OperationalInsights, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", "PrivateLinkScopedResources": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.OperationalInsights.Models.PrivateLinkScopedResource]", @@ -9508,7 +9508,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.OperationalInsights.Models", "Name": "Microsoft.Azure.Commands.OperationalInsights.Models.PSWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.OperationalInsights.Models.PSWorkspace, Microsoft.Azure.PowerShell.Cmdlets.OperationalInsights, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.OperationalInsights.Models.PSWorkspace, Microsoft.Azure.PowerShell.Cmdlets.OperationalInsights, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", "PrivateLinkScopedResources": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.OperationalInsights.Models.PrivateLinkScopedResource]", @@ -9778,7 +9778,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.OperationalInsights.Models", "Name": "Microsoft.Azure.Commands.OperationalInsights.Models.PSDataSource", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.OperationalInsights.Models.PSDataSource, Microsoft.Azure.PowerShell.Cmdlets.OperationalInsights, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.OperationalInsights.Models.PSDataSource, Microsoft.Azure.PowerShell.Cmdlets.OperationalInsights, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Properties": "Microsoft.Azure.Commands.OperationalInsights.Models.PSDataSourcePropertiesBase", "Name": "System.String", @@ -9854,7 +9854,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.OperationalInsights.Models", "Name": "Microsoft.Azure.Commands.OperationalInsights.Models.PSWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.OperationalInsights.Models.PSWorkspace, Microsoft.Azure.PowerShell.Cmdlets.OperationalInsights, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.OperationalInsights.Models.PSWorkspace, Microsoft.Azure.PowerShell.Cmdlets.OperationalInsights, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", "PrivateLinkScopedResources": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.OperationalInsights.Models.PrivateLinkScopedResource]", @@ -10006,7 +10006,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.OperationalInsights.Models", "Name": "Microsoft.Azure.Commands.OperationalInsights.Models.PSWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.OperationalInsights.Models.PSWorkspace, Microsoft.Azure.PowerShell.Cmdlets.OperationalInsights, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.OperationalInsights.Models.PSWorkspace, Microsoft.Azure.PowerShell.Cmdlets.OperationalInsights, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", "PrivateLinkScopedResources": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.OperationalInsights.Models.PrivateLinkScopedResource]", @@ -10276,7 +10276,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.OperationalInsights.Models", "Name": "Microsoft.Azure.Commands.OperationalInsights.Models.PSDataSource", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.OperationalInsights.Models.PSDataSource, Microsoft.Azure.PowerShell.Cmdlets.OperationalInsights, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.OperationalInsights.Models.PSDataSource, Microsoft.Azure.PowerShell.Cmdlets.OperationalInsights, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Properties": "Microsoft.Azure.Commands.OperationalInsights.Models.PSDataSourcePropertiesBase", "Name": "System.String", @@ -10352,7 +10352,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.OperationalInsights.Models", "Name": "Microsoft.Azure.Commands.OperationalInsights.Models.PSWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.OperationalInsights.Models.PSWorkspace, Microsoft.Azure.PowerShell.Cmdlets.OperationalInsights, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.OperationalInsights.Models.PSWorkspace, Microsoft.Azure.PowerShell.Cmdlets.OperationalInsights, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", "PrivateLinkScopedResources": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.OperationalInsights.Models.PrivateLinkScopedResource]", @@ -10504,7 +10504,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.OperationalInsights.Models", "Name": "Microsoft.Azure.Commands.OperationalInsights.Models.PSWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.OperationalInsights.Models.PSWorkspace, Microsoft.Azure.PowerShell.Cmdlets.OperationalInsights, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.OperationalInsights.Models.PSWorkspace, Microsoft.Azure.PowerShell.Cmdlets.OperationalInsights, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", "PrivateLinkScopedResources": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.OperationalInsights.Models.PrivateLinkScopedResource]", @@ -10774,7 +10774,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.OperationalInsights.Models", "Name": "Microsoft.Azure.Commands.OperationalInsights.Models.PSDataSource", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.OperationalInsights.Models.PSDataSource, Microsoft.Azure.PowerShell.Cmdlets.OperationalInsights, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.OperationalInsights.Models.PSDataSource, Microsoft.Azure.PowerShell.Cmdlets.OperationalInsights, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Properties": "Microsoft.Azure.Commands.OperationalInsights.Models.PSDataSourcePropertiesBase", "Name": "System.String", @@ -10850,7 +10850,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.OperationalInsights.Models", "Name": "Microsoft.Azure.Commands.OperationalInsights.Models.PSWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.OperationalInsights.Models.PSWorkspace, Microsoft.Azure.PowerShell.Cmdlets.OperationalInsights, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.OperationalInsights.Models.PSWorkspace, Microsoft.Azure.PowerShell.Cmdlets.OperationalInsights, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", "PrivateLinkScopedResources": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.OperationalInsights.Models.PrivateLinkScopedResource]", @@ -11002,7 +11002,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.OperationalInsights.Models", "Name": "Microsoft.Azure.Commands.OperationalInsights.Models.PSWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.OperationalInsights.Models.PSWorkspace, Microsoft.Azure.PowerShell.Cmdlets.OperationalInsights, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.OperationalInsights.Models.PSWorkspace, Microsoft.Azure.PowerShell.Cmdlets.OperationalInsights, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", "PrivateLinkScopedResources": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.OperationalInsights.Models.PrivateLinkScopedResource]", @@ -11272,7 +11272,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.OperationalInsights.Models", "Name": "Microsoft.Azure.Commands.OperationalInsights.Models.PSDataSource", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.OperationalInsights.Models.PSDataSource, Microsoft.Azure.PowerShell.Cmdlets.OperationalInsights, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.OperationalInsights.Models.PSDataSource, Microsoft.Azure.PowerShell.Cmdlets.OperationalInsights, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Properties": "Microsoft.Azure.Commands.OperationalInsights.Models.PSDataSourcePropertiesBase", "Name": "System.String", @@ -11348,7 +11348,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.OperationalInsights.Models", "Name": "Microsoft.Azure.Commands.OperationalInsights.Models.PSWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.OperationalInsights.Models.PSWorkspace, Microsoft.Azure.PowerShell.Cmdlets.OperationalInsights, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.OperationalInsights.Models.PSWorkspace, Microsoft.Azure.PowerShell.Cmdlets.OperationalInsights, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", "PrivateLinkScopedResources": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.OperationalInsights.Models.PrivateLinkScopedResource]", @@ -11500,7 +11500,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.OperationalInsights.Models", "Name": "Microsoft.Azure.Commands.OperationalInsights.Models.PSWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.OperationalInsights.Models.PSWorkspace, Microsoft.Azure.PowerShell.Cmdlets.OperationalInsights, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.OperationalInsights.Models.PSWorkspace, Microsoft.Azure.PowerShell.Cmdlets.OperationalInsights, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", "PrivateLinkScopedResources": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.OperationalInsights.Models.PrivateLinkScopedResource]", @@ -11770,7 +11770,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.OperationalInsights.Models", "Name": "Microsoft.Azure.Commands.OperationalInsights.Models.PSDataSource", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.OperationalInsights.Models.PSDataSource, Microsoft.Azure.PowerShell.Cmdlets.OperationalInsights, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.OperationalInsights.Models.PSDataSource, Microsoft.Azure.PowerShell.Cmdlets.OperationalInsights, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Properties": "Microsoft.Azure.Commands.OperationalInsights.Models.PSDataSourcePropertiesBase", "Name": "System.String", @@ -11846,7 +11846,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.OperationalInsights.Models", "Name": "Microsoft.Azure.Commands.OperationalInsights.Models.PSWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.OperationalInsights.Models.PSWorkspace, Microsoft.Azure.PowerShell.Cmdlets.OperationalInsights, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.OperationalInsights.Models.PSWorkspace, Microsoft.Azure.PowerShell.Cmdlets.OperationalInsights, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", "PrivateLinkScopedResources": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.OperationalInsights.Models.PrivateLinkScopedResource]", @@ -11998,7 +11998,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.OperationalInsights.Models", "Name": "Microsoft.Azure.Commands.OperationalInsights.Models.PSWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.OperationalInsights.Models.PSWorkspace, Microsoft.Azure.PowerShell.Cmdlets.OperationalInsights, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.OperationalInsights.Models.PSWorkspace, Microsoft.Azure.PowerShell.Cmdlets.OperationalInsights, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", "PrivateLinkScopedResources": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.OperationalInsights.Models.PrivateLinkScopedResource]", @@ -12268,7 +12268,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.OperationalInsights.Models", "Name": "Microsoft.Azure.Commands.OperationalInsights.Models.PSDataSource", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.OperationalInsights.Models.PSDataSource, Microsoft.Azure.PowerShell.Cmdlets.OperationalInsights, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.OperationalInsights.Models.PSDataSource, Microsoft.Azure.PowerShell.Cmdlets.OperationalInsights, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Properties": "Microsoft.Azure.Commands.OperationalInsights.Models.PSDataSourcePropertiesBase", "Name": "System.String", @@ -12344,7 +12344,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.OperationalInsights.Models", "Name": "Microsoft.Azure.Commands.OperationalInsights.Models.PSWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.OperationalInsights.Models.PSWorkspace, Microsoft.Azure.PowerShell.Cmdlets.OperationalInsights, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.OperationalInsights.Models.PSWorkspace, Microsoft.Azure.PowerShell.Cmdlets.OperationalInsights, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", "PrivateLinkScopedResources": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.OperationalInsights.Models.PrivateLinkScopedResource]", @@ -12496,7 +12496,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.OperationalInsights.Models", "Name": "Microsoft.Azure.Commands.OperationalInsights.Models.PSWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.OperationalInsights.Models.PSWorkspace, Microsoft.Azure.PowerShell.Cmdlets.OperationalInsights, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.OperationalInsights.Models.PSWorkspace, Microsoft.Azure.PowerShell.Cmdlets.OperationalInsights, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", "PrivateLinkScopedResources": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.OperationalInsights.Models.PrivateLinkScopedResource]", @@ -12766,7 +12766,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.OperationalInsights.Models", "Name": "Microsoft.Azure.Commands.OperationalInsights.Models.PSDataSource", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.OperationalInsights.Models.PSDataSource, Microsoft.Azure.PowerShell.Cmdlets.OperationalInsights, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.OperationalInsights.Models.PSDataSource, Microsoft.Azure.PowerShell.Cmdlets.OperationalInsights, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Properties": "Microsoft.Azure.Commands.OperationalInsights.Models.PSDataSourcePropertiesBase", "Name": "System.String", @@ -12842,7 +12842,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.OperationalInsights.Models", "Name": "Microsoft.Azure.Commands.OperationalInsights.Models.PSWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.OperationalInsights.Models.PSWorkspace, Microsoft.Azure.PowerShell.Cmdlets.OperationalInsights, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.OperationalInsights.Models.PSWorkspace, Microsoft.Azure.PowerShell.Cmdlets.OperationalInsights, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", "PrivateLinkScopedResources": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.OperationalInsights.Models.PrivateLinkScopedResource]", @@ -12994,7 +12994,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.OperationalInsights.Models", "Name": "Microsoft.Azure.Commands.OperationalInsights.Models.PSWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.OperationalInsights.Models.PSWorkspace, Microsoft.Azure.PowerShell.Cmdlets.OperationalInsights, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.OperationalInsights.Models.PSWorkspace, Microsoft.Azure.PowerShell.Cmdlets.OperationalInsights, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", "PrivateLinkScopedResources": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.OperationalInsights.Models.PrivateLinkScopedResource]", @@ -13264,7 +13264,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.OperationalInsights.Models", "Name": "Microsoft.Azure.Commands.OperationalInsights.Models.PSSearchListSavedSearchResponse", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.OperationalInsights.Models.PSSearchListSavedSearchResponse, Microsoft.Azure.PowerShell.Cmdlets.OperationalInsights, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.OperationalInsights.Models.PSSearchListSavedSearchResponse, Microsoft.Azure.PowerShell.Cmdlets.OperationalInsights, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Value": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.OperationalInsights.Models.PSSavedSearchValue]" }, @@ -13323,7 +13323,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.OperationalInsights.Models", "Name": "Microsoft.Azure.Commands.OperationalInsights.Models.PSSearchGetSavedSearchResponse", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.OperationalInsights.Models.PSSearchGetSavedSearchResponse, Microsoft.Azure.PowerShell.Cmdlets.OperationalInsights, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.OperationalInsights.Models.PSSearchGetSavedSearchResponse, Microsoft.Azure.PowerShell.Cmdlets.OperationalInsights, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Properties": "Microsoft.Azure.Commands.OperationalInsights.Models.PSSavedSearchProperties", "ETag": "System.String", @@ -13608,7 +13608,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.OperationalInsights.Models", "Name": "Microsoft.Azure.Commands.OperationalInsights.Models.PSSearchGetSchemaResponse", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.OperationalInsights.Models.PSSearchGetSchemaResponse, Microsoft.Azure.PowerShell.Cmdlets.OperationalInsights, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.OperationalInsights.Models.PSSearchGetSchemaResponse, Microsoft.Azure.PowerShell.Cmdlets.OperationalInsights, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Metadata": "Microsoft.Azure.Commands.OperationalInsights.Models.PSSearchMetadata", "Value": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.OperationalInsights.Models.PSSchemaValue]" @@ -14478,7 +14478,9 @@ }, { "Name": "FunctionParameter", - "AliasList": [], + "AliasList": [ + "FunctionParameters" + ], "Type": { "Namespace": "System", "Name": "System.String", @@ -14492,7 +14494,7 @@ "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true + "ValidateNotNullOrEmpty": false }, { "Name": "Force", @@ -14771,7 +14773,9 @@ { "ParameterMetadata": { "Name": "FunctionParameter", - "AliasList": [], + "AliasList": [ + "FunctionParameters" + ], "Type": { "Namespace": "System", "Name": "System.String", @@ -14785,7 +14789,7 @@ "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true + "ValidateNotNullOrEmpty": false }, "Mandatory": false, "Position": 9, @@ -15310,7 +15314,9 @@ }, { "Name": "FunctionParameter", - "AliasList": [], + "AliasList": [ + "FunctionParameters" + ], "Type": { "Namespace": "System", "Name": "System.String", @@ -15324,7 +15330,7 @@ "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true + "ValidateNotNullOrEmpty": false }, { "Name": "DefaultProfile", @@ -15609,7 +15615,9 @@ { "ParameterMetadata": { "Name": "FunctionParameter", - "AliasList": [], + "AliasList": [ + "FunctionParameters" + ], "Type": { "Namespace": "System", "Name": "System.String", @@ -15623,7 +15631,7 @@ "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true + "ValidateNotNullOrEmpty": false }, "Mandatory": false, "Position": 10, @@ -15688,7 +15696,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.OperationalInsights.Models", "Name": "Microsoft.Azure.Commands.OperationalInsights.Models.PSStorageInsight", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.OperationalInsights.Models.PSStorageInsight, Microsoft.Azure.PowerShell.Cmdlets.OperationalInsights, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.OperationalInsights.Models.PSStorageInsight, Microsoft.Azure.PowerShell.Cmdlets.OperationalInsights, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tables": "System.Collections.Generic.List`1[System.String]", "Containers": "System.Collections.Generic.List`1[System.String]", @@ -15766,7 +15774,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.OperationalInsights.Models", "Name": "Microsoft.Azure.Commands.OperationalInsights.Models.PSWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.OperationalInsights.Models.PSWorkspace, Microsoft.Azure.PowerShell.Cmdlets.OperationalInsights, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.OperationalInsights.Models.PSWorkspace, Microsoft.Azure.PowerShell.Cmdlets.OperationalInsights, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", "PrivateLinkScopedResources": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.OperationalInsights.Models.PrivateLinkScopedResource]", @@ -15936,7 +15944,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.OperationalInsights.Models", "Name": "Microsoft.Azure.Commands.OperationalInsights.Models.PSWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.OperationalInsights.Models.PSWorkspace, Microsoft.Azure.PowerShell.Cmdlets.OperationalInsights, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.OperationalInsights.Models.PSWorkspace, Microsoft.Azure.PowerShell.Cmdlets.OperationalInsights, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", "PrivateLinkScopedResources": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.OperationalInsights.Models.PrivateLinkScopedResource]", @@ -16278,7 +16286,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.OperationalInsights.Models", "Name": "Microsoft.Azure.Commands.OperationalInsights.Models.PSStorageInsight", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.OperationalInsights.Models.PSStorageInsight, Microsoft.Azure.PowerShell.Cmdlets.OperationalInsights, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.OperationalInsights.Models.PSStorageInsight, Microsoft.Azure.PowerShell.Cmdlets.OperationalInsights, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tables": "System.Collections.Generic.List`1[System.String]", "Containers": "System.Collections.Generic.List`1[System.String]", @@ -16356,7 +16364,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.OperationalInsights.Models", "Name": "Microsoft.Azure.Commands.OperationalInsights.Models.PSWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.OperationalInsights.Models.PSWorkspace, Microsoft.Azure.PowerShell.Cmdlets.OperationalInsights, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.OperationalInsights.Models.PSWorkspace, Microsoft.Azure.PowerShell.Cmdlets.OperationalInsights, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", "PrivateLinkScopedResources": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.OperationalInsights.Models.PrivateLinkScopedResource]", @@ -16616,7 +16624,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.OperationalInsights.Models", "Name": "Microsoft.Azure.Commands.OperationalInsights.Models.PSWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.OperationalInsights.Models.PSWorkspace, Microsoft.Azure.PowerShell.Cmdlets.OperationalInsights, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.OperationalInsights.Models.PSWorkspace, Microsoft.Azure.PowerShell.Cmdlets.OperationalInsights, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", "PrivateLinkScopedResources": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.OperationalInsights.Models.PrivateLinkScopedResource]", @@ -17337,7 +17345,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.OperationalInsights.Models", "Name": "Microsoft.Azure.Commands.OperationalInsights.Models.PSWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.OperationalInsights.Models.PSWorkspace, Microsoft.Azure.PowerShell.Cmdlets.OperationalInsights, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.OperationalInsights.Models.PSWorkspace, Microsoft.Azure.PowerShell.Cmdlets.OperationalInsights, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", "PrivateLinkScopedResources": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.OperationalInsights.Models.PrivateLinkScopedResource]", @@ -17525,7 +17533,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.OperationalInsights.Models", "Name": "Microsoft.Azure.Commands.OperationalInsights.Models.PSWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.OperationalInsights.Models.PSWorkspace, Microsoft.Azure.PowerShell.Cmdlets.OperationalInsights, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.OperationalInsights.Models.PSWorkspace, Microsoft.Azure.PowerShell.Cmdlets.OperationalInsights, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", "PrivateLinkScopedResources": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.OperationalInsights.Models.PrivateLinkScopedResource]", @@ -17939,7 +17947,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.OperationalInsights.Models", "Name": "Microsoft.Azure.Commands.OperationalInsights.Models.PSStorageInsight", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.OperationalInsights.Models.PSStorageInsight, Microsoft.Azure.PowerShell.Cmdlets.OperationalInsights, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.OperationalInsights.Models.PSStorageInsight, Microsoft.Azure.PowerShell.Cmdlets.OperationalInsights, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tables": "System.Collections.Generic.List`1[System.String]", "Containers": "System.Collections.Generic.List`1[System.String]", @@ -18017,7 +18025,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.OperationalInsights.Models", "Name": "Microsoft.Azure.Commands.OperationalInsights.Models.PSWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.OperationalInsights.Models.PSWorkspace, Microsoft.Azure.PowerShell.Cmdlets.OperationalInsights, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.OperationalInsights.Models.PSWorkspace, Microsoft.Azure.PowerShell.Cmdlets.OperationalInsights, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", "PrivateLinkScopedResources": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.OperationalInsights.Models.PrivateLinkScopedResource]", @@ -18241,7 +18249,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.OperationalInsights.Models", "Name": "Microsoft.Azure.Commands.OperationalInsights.Models.PSWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.OperationalInsights.Models.PSWorkspace, Microsoft.Azure.PowerShell.Cmdlets.OperationalInsights, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.OperationalInsights.Models.PSWorkspace, Microsoft.Azure.PowerShell.Cmdlets.OperationalInsights, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", "PrivateLinkScopedResources": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.OperationalInsights.Models.PrivateLinkScopedResource]", @@ -18799,7 +18807,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.OperationalInsights.Models", "Name": "Microsoft.Azure.Commands.OperationalInsights.Models.PSIntelligencePack", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.OperationalInsights.Models.PSIntelligencePack, Microsoft.Azure.PowerShell.Cmdlets.OperationalInsights, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.OperationalInsights.Models.PSIntelligencePack, Microsoft.Azure.PowerShell.Cmdlets.OperationalInsights, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Enabled": "System.Boolean", "Name": "System.String" @@ -19047,7 +19055,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.OperationalInsights.Models", "Name": "Microsoft.Azure.Commands.OperationalInsights.Models.PSLinkedStorageAccountsResource", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.OperationalInsights.Models.PSLinkedStorageAccountsResource, Microsoft.Azure.PowerShell.Cmdlets.OperationalInsights, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.OperationalInsights.Models.PSLinkedStorageAccountsResource, Microsoft.Azure.PowerShell.Cmdlets.OperationalInsights, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "StorageAccountIds": "System.Collections.Generic.IList`1[System.String]", "DataSourceType": "System.Nullable`1[Microsoft.Azure.Commands.OperationalInsights.Models.PSDataSourceType]", @@ -19367,7 +19375,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.OperationalInsights.Models", "Name": "Microsoft.Azure.Commands.OperationalInsights.Models.PSWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.OperationalInsights.Models.PSWorkspace, Microsoft.Azure.PowerShell.Cmdlets.OperationalInsights, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.OperationalInsights.Models.PSWorkspace, Microsoft.Azure.PowerShell.Cmdlets.OperationalInsights, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", "PrivateLinkScopedResources": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.OperationalInsights.Models.PrivateLinkScopedResource]", @@ -19619,7 +19627,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.OperationalInsights.Models", "Name": "Microsoft.Azure.Commands.OperationalInsights.Models.PSManagementGroup", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.OperationalInsights.Models.PSManagementGroup, Microsoft.Azure.PowerShell.Cmdlets.OperationalInsights, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.OperationalInsights.Models.PSManagementGroup, Microsoft.Azure.PowerShell.Cmdlets.OperationalInsights, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "IsGateway": "System.Boolean", "ServerCount": "System.Int32", @@ -19865,7 +19873,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.OperationalInsights.Models", "Name": "Microsoft.Azure.Commands.OperationalInsights.Models.PSWorkspaceKeys", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.OperationalInsights.Models.PSWorkspaceKeys, Microsoft.Azure.PowerShell.Cmdlets.OperationalInsights, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.OperationalInsights.Models.PSWorkspaceKeys, Microsoft.Azure.PowerShell.Cmdlets.OperationalInsights, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "PrimarySharedKey": "System.String", "SecondarySharedKey": "System.String" @@ -20105,7 +20113,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.OperationalInsights.Models", "Name": "Microsoft.Azure.Commands.OperationalInsights.Models.PSUsageMetric", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.OperationalInsights.Models.PSUsageMetric, Microsoft.Azure.PowerShell.Cmdlets.OperationalInsights, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.OperationalInsights.Models.PSUsageMetric, Microsoft.Azure.PowerShell.Cmdlets.OperationalInsights, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "CurrentValue": "System.Double", "Limit": "System.Double", @@ -20348,7 +20356,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.OperationalInsights.Models", "Name": "Microsoft.Azure.Commands.OperationalInsights.Models.PSLinkedStorageAccountsResource", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.OperationalInsights.Models.PSLinkedStorageAccountsResource, Microsoft.Azure.PowerShell.Cmdlets.OperationalInsights, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.OperationalInsights.Models.PSLinkedStorageAccountsResource, Microsoft.Azure.PowerShell.Cmdlets.OperationalInsights, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "StorageAccountIds": "System.Collections.Generic.IList`1[System.String]", "DataSourceType": "System.Nullable`1[Microsoft.Azure.Commands.OperationalInsights.Models.PSDataSourceType]", @@ -20752,7 +20760,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.OperationalInsights.Models", "Name": "Microsoft.Azure.Commands.OperationalInsights.Models.PSWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.OperationalInsights.Models.PSWorkspace, Microsoft.Azure.PowerShell.Cmdlets.OperationalInsights, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.OperationalInsights.Models.PSWorkspace, Microsoft.Azure.PowerShell.Cmdlets.OperationalInsights, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", "PrivateLinkScopedResources": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.OperationalInsights.Models.PrivateLinkScopedResource]", @@ -21736,7 +21744,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.OperationalInsights.Models", "Name": "Microsoft.Azure.Commands.OperationalInsights.Models.PSIntelligencePack", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.OperationalInsights.Models.PSIntelligencePack, Microsoft.Azure.PowerShell.Cmdlets.OperationalInsights, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.OperationalInsights.Models.PSIntelligencePack, Microsoft.Azure.PowerShell.Cmdlets.OperationalInsights, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Enabled": "System.Boolean", "Name": "System.String" @@ -22066,7 +22074,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.OperationalInsights.Models", "Name": "Microsoft.Azure.Commands.OperationalInsights.Models.PSLinkedStorageAccountsResource", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.OperationalInsights.Models.PSLinkedStorageAccountsResource, Microsoft.Azure.PowerShell.Cmdlets.OperationalInsights, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.OperationalInsights.Models.PSLinkedStorageAccountsResource, Microsoft.Azure.PowerShell.Cmdlets.OperationalInsights, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "StorageAccountIds": "System.Collections.Generic.IList`1[System.String]", "DataSourceType": "System.Nullable`1[Microsoft.Azure.Commands.OperationalInsights.Models.PSDataSourceType]", @@ -22470,7 +22478,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.OperationalInsights.Models", "Name": "Microsoft.Azure.Commands.OperationalInsights.Models.PSWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.OperationalInsights.Models.PSWorkspace, Microsoft.Azure.PowerShell.Cmdlets.OperationalInsights, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.OperationalInsights.Models.PSWorkspace, Microsoft.Azure.PowerShell.Cmdlets.OperationalInsights, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", "PrivateLinkScopedResources": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.OperationalInsights.Models.PrivateLinkScopedResource]", @@ -22548,7 +22556,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.OperationalInsights.Models", "Name": "Microsoft.Azure.Commands.OperationalInsights.Models.PSWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.OperationalInsights.Models.PSWorkspace, Microsoft.Azure.PowerShell.Cmdlets.OperationalInsights, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.OperationalInsights.Models.PSWorkspace, Microsoft.Azure.PowerShell.Cmdlets.OperationalInsights, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", "PrivateLinkScopedResources": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.OperationalInsights.Models.PrivateLinkScopedResource]", @@ -22673,7 +22681,8 @@ "standard", "premium", "pernode", - "standalone" + "standalone", + "pergb2018" ], "ValidateRangeMin": null, "ValidateRangeMax": null, @@ -22762,7 +22771,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.OperationalInsights.Models", "Name": "Microsoft.Azure.Commands.OperationalInsights.Models.PSWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.OperationalInsights.Models.PSWorkspace, Microsoft.Azure.PowerShell.Cmdlets.OperationalInsights, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.OperationalInsights.Models.PSWorkspace, Microsoft.Azure.PowerShell.Cmdlets.OperationalInsights, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", "PrivateLinkScopedResources": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.OperationalInsights.Models.PrivateLinkScopedResource]", @@ -22857,7 +22866,8 @@ "standard", "premium", "pernode", - "standalone" + "standalone", + "pergb2018" ], "ValidateRangeMin": null, "ValidateRangeMax": null, @@ -23029,7 +23039,8 @@ "standard", "premium", "pernode", - "standalone" + "standalone", + "pergb2018" ], "ValidateRangeMin": null, "ValidateRangeMax": null, @@ -23153,7 +23164,8 @@ "standard", "premium", "pernode", - "standalone" + "standalone", + "pergb2018" ], "ValidateRangeMin": null, "ValidateRangeMax": null, @@ -23272,7 +23284,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.OperationalInsights.Models", "Name": "Microsoft.Azure.Commands.OperationalInsights.Models.PSLinkedService", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.OperationalInsights.Models.PSLinkedService, Microsoft.Azure.PowerShell.Cmdlets.OperationalInsights, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.OperationalInsights.Models.PSLinkedService, Microsoft.Azure.PowerShell.Cmdlets.OperationalInsights, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", "Id": "System.String", @@ -23596,7 +23608,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.OperationalInsights.Models", "Name": "Microsoft.Azure.Commands.OperationalInsights.Models.PSQueryResponse", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.OperationalInsights.Models.PSQueryResponse, Microsoft.Azure.PowerShell.Cmdlets.OperationalInsights, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.OperationalInsights.Models.PSQueryResponse, Microsoft.Azure.PowerShell.Cmdlets.OperationalInsights, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Statistics": "System.Collections.Generic.IDictionary`2[System.String,System.Object]", "Render": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -23663,7 +23675,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.OperationalInsights.Models", "Name": "Microsoft.Azure.Commands.OperationalInsights.Models.PSWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.OperationalInsights.Models.PSWorkspace, Microsoft.Azure.PowerShell.Cmdlets.OperationalInsights, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.OperationalInsights.Models.PSWorkspace, Microsoft.Azure.PowerShell.Cmdlets.OperationalInsights, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", "PrivateLinkScopedResources": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.OperationalInsights.Models.PrivateLinkScopedResource]", @@ -24107,7 +24119,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.OperationalInsights.Models", "Name": "Microsoft.Azure.Commands.OperationalInsights.Models.PSWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.OperationalInsights.Models.PSWorkspace, Microsoft.Azure.PowerShell.Cmdlets.OperationalInsights, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.OperationalInsights.Models.PSWorkspace, Microsoft.Azure.PowerShell.Cmdlets.OperationalInsights, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", "PrivateLinkScopedResources": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.OperationalInsights.Models.PrivateLinkScopedResource]", @@ -24581,7 +24593,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.OperationalInsights.Models", "Name": "Microsoft.Azure.Commands.OperationalInsights.Models.PSCluster", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.OperationalInsights.Models.PSCluster, Microsoft.Azure.PowerShell.Cmdlets.OperationalInsights, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.OperationalInsights.Models.PSCluster, Microsoft.Azure.PowerShell.Cmdlets.OperationalInsights, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Commands.OperationalInsights.Models.PSClusterSku", "Identity": "Microsoft.Azure.Commands.OperationalInsights.Models.PSIdentity", @@ -24883,7 +24895,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.OperationalInsights.Models", "Name": "Microsoft.Azure.Commands.OperationalInsights.Models.PSCluster", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.OperationalInsights.Models.PSCluster, Microsoft.Azure.PowerShell.Cmdlets.OperationalInsights, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.OperationalInsights.Models.PSCluster, Microsoft.Azure.PowerShell.Cmdlets.OperationalInsights, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Commands.OperationalInsights.Models.PSClusterSku", "Identity": "Microsoft.Azure.Commands.OperationalInsights.Models.PSIdentity", @@ -25682,7 +25694,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.OperationalInsights.Models", "Name": "Microsoft.Azure.Commands.OperationalInsights.Models.PSLinkedService", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.OperationalInsights.Models.PSLinkedService, Microsoft.Azure.PowerShell.Cmdlets.OperationalInsights, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.OperationalInsights.Models.PSLinkedService, Microsoft.Azure.PowerShell.Cmdlets.OperationalInsights, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", "Id": "System.String", @@ -26539,7 +26551,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.OperationalInsights.Models", "Name": "Microsoft.Azure.Commands.OperationalInsights.Models.PSLinkedService", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.OperationalInsights.Models.PSLinkedService, Microsoft.Azure.PowerShell.Cmdlets.OperationalInsights, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.OperationalInsights.Models.PSLinkedService, Microsoft.Azure.PowerShell.Cmdlets.OperationalInsights, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", "Id": "System.String", @@ -27168,7 +27180,7 @@ "Microsoft.Azure.Commands.OperationalInsights.Models.PSDataSourcePropertiesBase": { "Namespace": "Microsoft.Azure.Commands.OperationalInsights.Models", "Name": "Microsoft.Azure.Commands.OperationalInsights.Models.PSDataSourcePropertiesBase", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.OperationalInsights.Models.PSDataSourcePropertiesBase, Microsoft.Azure.PowerShell.Cmdlets.OperationalInsights, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.OperationalInsights.Models.PSDataSourcePropertiesBase, Microsoft.Azure.PowerShell.Cmdlets.OperationalInsights, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Kind": "System.String" }, @@ -27511,7 +27523,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.OperationalInsights.Models.PSSavedSearchValue]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.OperationalInsights.Models.PSSavedSearchValue]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.OperationalInsights.Models.PSSavedSearchValue, Microsoft.Azure.PowerShell.Cmdlets.OperationalInsights, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.OperationalInsights.Models.PSSavedSearchValue, Microsoft.Azure.PowerShell.Cmdlets.OperationalInsights, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -27523,7 +27535,7 @@ "Microsoft.Azure.Commands.OperationalInsights.Models.PSSavedSearchValue": { "Namespace": "Microsoft.Azure.Commands.OperationalInsights.Models", "Name": "Microsoft.Azure.Commands.OperationalInsights.Models.PSSavedSearchValue", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.OperationalInsights.Models.PSSavedSearchValue, Microsoft.Azure.PowerShell.Cmdlets.OperationalInsights, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.OperationalInsights.Models.PSSavedSearchValue, Microsoft.Azure.PowerShell.Cmdlets.OperationalInsights, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Properties": "Microsoft.Azure.Commands.OperationalInsights.Models.PSSavedSearchProperties", "ETag": "System.String", @@ -27579,7 +27591,7 @@ "Microsoft.Azure.Commands.OperationalInsights.Models.PSSavedSearchProperties": { "Namespace": "Microsoft.Azure.Commands.OperationalInsights.Models", "Name": "Microsoft.Azure.Commands.OperationalInsights.Models.PSSavedSearchProperties", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.OperationalInsights.Models.PSSavedSearchProperties, Microsoft.Azure.PowerShell.Cmdlets.OperationalInsights, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.OperationalInsights.Models.PSSavedSearchProperties, Microsoft.Azure.PowerShell.Cmdlets.OperationalInsights, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Hashtable", "Version": "System.Nullable`1[System.Int64]", @@ -27661,7 +27673,7 @@ "Microsoft.Azure.Commands.OperationalInsights.Models.PSSearchMetadata": { "Namespace": "Microsoft.Azure.Commands.OperationalInsights.Models", "Name": "Microsoft.Azure.Commands.OperationalInsights.Models.PSSearchMetadata", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.OperationalInsights.Models.PSSearchMetadata, Microsoft.Azure.PowerShell.Cmdlets.OperationalInsights, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.OperationalInsights.Models.PSSearchMetadata, Microsoft.Azure.PowerShell.Cmdlets.OperationalInsights, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Schema": "Microsoft.Azure.Commands.OperationalInsights.Models.PSMetadataSchema", "CoreResponses": "System.Collections.Generic.IEnumerable`1[System.Object]", @@ -27731,7 +27743,7 @@ "Microsoft.Azure.Commands.OperationalInsights.Models.PSMetadataSchema": { "Namespace": "Microsoft.Azure.Commands.OperationalInsights.Models", "Name": "Microsoft.Azure.Commands.OperationalInsights.Models.PSMetadataSchema", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.OperationalInsights.Models.PSMetadataSchema, Microsoft.Azure.PowerShell.Cmdlets.OperationalInsights, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.OperationalInsights.Models.PSMetadataSchema, Microsoft.Azure.PowerShell.Cmdlets.OperationalInsights, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Version": "System.Int64", "Name": "System.String" @@ -27808,7 +27820,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.OperationalInsights.Models.PSCoreSummary]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.OperationalInsights.Models.PSCoreSummary]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.OperationalInsights.Models.PSCoreSummary, Microsoft.Azure.PowerShell.Cmdlets.OperationalInsights, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.OperationalInsights.Models.PSCoreSummary, Microsoft.Azure.PowerShell.Cmdlets.OperationalInsights, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -27820,7 +27832,7 @@ "Microsoft.Azure.Commands.OperationalInsights.Models.PSCoreSummary": { "Namespace": "Microsoft.Azure.Commands.OperationalInsights.Models", "Name": "Microsoft.Azure.Commands.OperationalInsights.Models.PSCoreSummary", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.OperationalInsights.Models.PSCoreSummary, Microsoft.Azure.PowerShell.Cmdlets.OperationalInsights, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.OperationalInsights.Models.PSCoreSummary, Microsoft.Azure.PowerShell.Cmdlets.OperationalInsights, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "NumberOfDocuments": "System.Int64", "Status": "System.String" @@ -27875,7 +27887,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.OperationalInsights.Models.PSSearchSort]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.OperationalInsights.Models.PSSearchSort]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.OperationalInsights.Models.PSSearchSort, Microsoft.Azure.PowerShell.Cmdlets.OperationalInsights, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.OperationalInsights.Models.PSSearchSort, Microsoft.Azure.PowerShell.Cmdlets.OperationalInsights, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -27887,7 +27899,7 @@ "Microsoft.Azure.Commands.OperationalInsights.Models.PSSearchSort": { "Namespace": "Microsoft.Azure.Commands.OperationalInsights.Models", "Name": "Microsoft.Azure.Commands.OperationalInsights.Models.PSSearchSort", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.OperationalInsights.Models.PSSearchSort, Microsoft.Azure.PowerShell.Cmdlets.OperationalInsights, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.OperationalInsights.Models.PSSearchSort, Microsoft.Azure.PowerShell.Cmdlets.OperationalInsights, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Name": "System.String", "Order": "System.String" @@ -27964,7 +27976,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.OperationalInsights.Models.PSSchemaValue]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.OperationalInsights.Models.PSSchemaValue]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.OperationalInsights.Models.PSSchemaValue, Microsoft.Azure.PowerShell.Cmdlets.OperationalInsights, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.OperationalInsights.Models.PSSchemaValue, Microsoft.Azure.PowerShell.Cmdlets.OperationalInsights, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -27976,7 +27988,7 @@ "Microsoft.Azure.Commands.OperationalInsights.Models.PSSchemaValue": { "Namespace": "Microsoft.Azure.Commands.OperationalInsights.Models", "Name": "Microsoft.Azure.Commands.OperationalInsights.Models.PSSchemaValue", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.OperationalInsights.Models.PSSchemaValue, Microsoft.Azure.PowerShell.Cmdlets.OperationalInsights, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.OperationalInsights.Models.PSSchemaValue, Microsoft.Azure.PowerShell.Cmdlets.OperationalInsights, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Indexed": "System.Boolean", "Stored": "System.Boolean", @@ -28060,7 +28072,7 @@ "System.Nullable`1[Microsoft.Azure.Commands.OperationalInsights.Models.PSDataSourceType]": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Commands.OperationalInsights.Models.PSDataSourceType]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.OperationalInsights.Models.PSDataSourceType, Microsoft.Azure.PowerShell.Cmdlets.OperationalInsights, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.OperationalInsights.Models.PSDataSourceType, Microsoft.Azure.PowerShell.Cmdlets.OperationalInsights, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -28072,7 +28084,7 @@ "Microsoft.Azure.Commands.OperationalInsights.Models.PSDataSourceType": { "Namespace": "Microsoft.Azure.Commands.OperationalInsights.Models", "Name": "Microsoft.Azure.Commands.OperationalInsights.Models.PSDataSourceType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.OperationalInsights.Models.PSDataSourceType, Microsoft.Azure.PowerShell.Cmdlets.OperationalInsights, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.OperationalInsights.Models.PSDataSourceType, Microsoft.Azure.PowerShell.Cmdlets.OperationalInsights, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -28401,7 +28413,7 @@ "Microsoft.Azure.Commands.OperationalInsights.Models.PSClusterSku": { "Namespace": "Microsoft.Azure.Commands.OperationalInsights.Models", "Name": "Microsoft.Azure.Commands.OperationalInsights.Models.PSClusterSku", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.OperationalInsights.Models.PSClusterSku, Microsoft.Azure.PowerShell.Cmdlets.OperationalInsights, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.OperationalInsights.Models.PSClusterSku, Microsoft.Azure.PowerShell.Cmdlets.OperationalInsights, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Capacity": "System.Nullable`1[System.Int64]", "Name": "System.String" @@ -28529,7 +28541,7 @@ "Microsoft.Azure.Commands.OperationalInsights.Models.PSIdentity": { "Namespace": "Microsoft.Azure.Commands.OperationalInsights.Models", "Name": "Microsoft.Azure.Commands.OperationalInsights.Models.PSIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.OperationalInsights.Models.PSIdentity, Microsoft.Azure.PowerShell.Cmdlets.OperationalInsights, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.OperationalInsights.Models.PSIdentity, Microsoft.Azure.PowerShell.Cmdlets.OperationalInsights, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "PrincipalId": "System.String", "TenantId": "System.String", @@ -28772,7 +28784,7 @@ "Microsoft.Azure.Commands.OperationalInsights.Models.PSKeyVaultProperties": { "Namespace": "Microsoft.Azure.Commands.OperationalInsights.Models", "Name": "Microsoft.Azure.Commands.OperationalInsights.Models.PSKeyVaultProperties", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.OperationalInsights.Models.PSKeyVaultProperties, Microsoft.Azure.PowerShell.Cmdlets.OperationalInsights, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.OperationalInsights.Models.PSKeyVaultProperties, Microsoft.Azure.PowerShell.Cmdlets.OperationalInsights, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "KeyVaultUri": "System.String", "KeyName": "System.String", diff --git a/tools/Tools.Common/SerializedCmdlets/Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery.dll.json b/tools/Tools.Common/SerializedCmdlets/Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery.dll.json index 28cac41c599d..e52a72b6e5fc 100644 --- a/tools/Tools.Common/SerializedCmdlets/Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery.dll.json +++ b/tools/Tools.Common/SerializedCmdlets/Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery.dll.json @@ -14,7 +14,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRAlertSetting", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRAlertSetting, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.9.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRAlertSetting, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.10.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "CustomEmailAddress": "System.Collections.Generic.IList`1[System.String]", "EmailSubscriptionOwner": "System.String", @@ -173,7 +173,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRAlertSetting", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRAlertSetting, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.9.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRAlertSetting, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.10.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "CustomEmailAddress": "System.Collections.Generic.IList`1[System.String]", "EmailSubscriptionOwner": "System.String", @@ -814,7 +814,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRAzuretoAzureDiskReplicationConfig", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRAzuretoAzureDiskReplicationConfig, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.9.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRAzuretoAzureDiskReplicationConfig, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.10.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "IsManagedDisk": "System.Boolean", "VhdUri": "System.String", @@ -994,7 +994,8 @@ "ValidateSet": [ "Premium_LRS", "Standard_LRS", - "Standard_SSD" + "Standard_SSD", + "StandardSSD_LRS" ], "ValidateRangeMin": null, "ValidateRangeMax": null, @@ -1016,7 +1017,8 @@ "ValidateSet": [ "Premium_LRS", "Standard_LRS", - "Standard_SSD" + "Standard_SSD", + "StandardSSD_LRS" ], "ValidateRangeMin": null, "ValidateRangeMax": null, @@ -1299,7 +1301,8 @@ "ValidateSet": [ "Premium_LRS", "Standard_LRS", - "Standard_SSD" + "Standard_SSD", + "StandardSSD_LRS" ], "ValidateRangeMin": null, "ValidateRangeMax": null, @@ -1327,7 +1330,8 @@ "ValidateSet": [ "Premium_LRS", "Standard_LRS", - "Standard_SSD" + "Standard_SSD", + "StandardSSD_LRS" ], "ValidateRangeMin": null, "ValidateRangeMax": null, @@ -1726,7 +1730,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.AsrInMageAzureV2DiskInput", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.AsrInMageAzureV2DiskInput, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.9.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.AsrInMageAzureV2DiskInput, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.10.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DiskId": "System.String", "LogStorageAccountId": "System.String", @@ -2086,7 +2090,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASREvent", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASREvent, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.9.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASREvent, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.10.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ProviderSpecificEventDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASREventProviderSpecificDetails", "EventSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASREventSpecificDetails", @@ -2232,7 +2236,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.9.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.10.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "FabricSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabricSpecificDetails", "Name": "System.String", @@ -2777,7 +2781,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.9.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.10.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "FabricSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabricSpecificDetails", "Name": "System.String", @@ -3053,7 +3057,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.9.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.10.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "FabricSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabricSpecificDetails", "Name": "System.String", @@ -3390,7 +3394,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.9.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.10.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Errors": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRErrorDetails]", "Tasks": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRTask]", @@ -3868,7 +3872,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.9.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.10.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Errors": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRErrorDetails]", "Tasks": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRTask]", @@ -3948,7 +3952,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.9.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.10.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "FabricSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabricSpecificDetails", "Name": "System.String", @@ -4075,7 +4079,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.9.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.10.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "FabricSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabricSpecificDetails", "Name": "System.String", @@ -4270,7 +4274,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.9.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.10.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Errors": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRErrorDetails]", "Tasks": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRTask]", @@ -4350,7 +4354,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.9.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.10.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "FabricSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabricSpecificDetails", "Name": "System.String", @@ -4418,7 +4422,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProcessServer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProcessServer, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.9.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProcessServer, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.10.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Updates": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRMobilityServiceUpdate]", "PSStatsRefreshTime": "System.Nullable`1[System.DateTime]", @@ -4504,7 +4508,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProcessServer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProcessServer, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.9.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProcessServer, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.10.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Updates": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRMobilityServiceUpdate]", "PSStatsRefreshTime": "System.Nullable`1[System.DateTime]", @@ -4592,7 +4596,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem[], Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.9.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem[], Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.10.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem", "GenericTypeArguments": [], @@ -4651,7 +4655,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.9.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.10.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "FabricSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabricSpecificDetails", "Name": "System.String", @@ -4725,7 +4729,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProcessServer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProcessServer, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.9.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProcessServer, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.10.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Updates": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRMobilityServiceUpdate]", "PSStatsRefreshTime": "System.Nullable`1[System.DateTime]", @@ -4817,7 +4821,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProcessServer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProcessServer, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.9.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProcessServer, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.10.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Updates": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRMobilityServiceUpdate]", "PSStatsRefreshTime": "System.Nullable`1[System.DateTime]", @@ -4911,7 +4915,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem[], Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.9.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem[], Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.10.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem", "GenericTypeArguments": [], @@ -5032,7 +5036,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.9.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.10.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Errors": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRErrorDetails]", "Tasks": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRTask]", @@ -5128,7 +5132,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.9.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.10.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Errors": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRErrorDetails]", "Tasks": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRTask]", @@ -5396,7 +5400,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.9.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.10.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Errors": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRErrorDetails]", "Tasks": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRTask]", @@ -5728,7 +5732,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.9.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.10.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Errors": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRErrorDetails]", "Tasks": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRTask]", @@ -5826,7 +5830,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.9.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.10.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Errors": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRErrorDetails]", "Tasks": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRTask]", @@ -6012,7 +6016,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.9.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.10.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Errors": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRErrorDetails]", "Tasks": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRTask]", @@ -6192,7 +6196,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.9.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.10.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Errors": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRErrorDetails]", "Tasks": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRTask]", @@ -6290,7 +6294,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.9.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.10.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Errors": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRErrorDetails]", "Tasks": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRTask]", @@ -6522,7 +6526,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.9.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.10.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Errors": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRErrorDetails]", "Tasks": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRTask]", @@ -6754,7 +6758,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.9.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.10.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Errors": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRErrorDetails]", "Tasks": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRTask]", @@ -6852,7 +6856,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.9.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.10.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Errors": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRErrorDetails]", "Tasks": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRTask]", @@ -7038,7 +7042,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.9.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.10.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Errors": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRErrorDetails]", "Tasks": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRTask]", @@ -7218,7 +7222,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRVMNicConfig", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRVMNicConfig, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.9.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRVMNicConfig, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.10.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "EnableAcceleratedNetworkingOnRecovery": "System.Boolean", "EnableAcceleratedNetworkingOnTfo": "System.Boolean", @@ -7299,7 +7303,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.9.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.10.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ProviderSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProviderSpecificRPIDetails", "CurrentScenario": "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.CurrentScenarioDetails", @@ -7712,7 +7716,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.9.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.10.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ProviderSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProviderSpecificRPIDetails", "CurrentScenario": "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.CurrentScenarioDetails", @@ -8249,7 +8253,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRNetwork", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRNetwork, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.9.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRNetwork, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.10.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "VmNetworkSubnetList": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.Subnet]", "FriendlyName": "System.String", @@ -8317,7 +8321,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.9.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.10.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "FabricSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabricSpecificDetails", "Name": "System.String", @@ -8460,7 +8464,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.9.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.10.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "FabricSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabricSpecificDetails", "Name": "System.String", @@ -8578,7 +8582,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.9.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.10.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "FabricSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabricSpecificDetails", "Name": "System.String", @@ -8720,7 +8724,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.9.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.10.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "FabricSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabricSpecificDetails", "Name": "System.String", @@ -8915,7 +8919,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRNetworkMapping", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRNetworkMapping, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.9.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRNetworkMapping, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.10.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "FabricSpecificNetworkMappingDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabricSpecificNetworkMappingDetails", "ID": "System.String", @@ -9006,7 +9010,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRNetwork", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRNetwork, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.9.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRNetwork, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.10.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "VmNetworkSubnetList": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.Subnet]", "FriendlyName": "System.String", @@ -9073,7 +9077,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.9.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.10.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "FabricSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabricSpecificDetails", "Name": "System.String", @@ -9204,7 +9208,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRNetwork", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRNetwork, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.9.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRNetwork, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.10.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "VmNetworkSubnetList": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.Subnet]", "FriendlyName": "System.String", @@ -9345,7 +9349,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.9.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.10.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "FabricSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabricSpecificDetails", "Name": "System.String", @@ -9516,7 +9520,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.9.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.10.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Errors": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRErrorDetails]", "Tasks": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRTask]", @@ -9630,7 +9634,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRNetwork", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRNetwork, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.9.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRNetwork, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.10.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "VmNetworkSubnetList": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.Subnet]", "FriendlyName": "System.String", @@ -9697,7 +9701,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRNetwork", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRNetwork, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.9.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRNetwork, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.10.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "VmNetworkSubnetList": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.Subnet]", "FriendlyName": "System.String", @@ -9764,7 +9768,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.9.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.10.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "FabricSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabricSpecificDetails", "Name": "System.String", @@ -9850,7 +9854,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.9.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.10.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "FabricSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabricSpecificDetails", "Name": "System.String", @@ -9999,7 +10003,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.9.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.10.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "FabricSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabricSpecificDetails", "Name": "System.String", @@ -10097,7 +10101,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.9.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.10.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "FabricSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabricSpecificDetails", "Name": "System.String", @@ -10331,7 +10335,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRNetwork", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRNetwork, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.9.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRNetwork, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.10.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "VmNetworkSubnetList": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.Subnet]", "FriendlyName": "System.String", @@ -10404,7 +10408,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRNetwork", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRNetwork, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.9.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRNetwork, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.10.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "VmNetworkSubnetList": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.Subnet]", "FriendlyName": "System.String", @@ -10545,7 +10549,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRNetwork", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRNetwork, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.9.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRNetwork, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.10.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "VmNetworkSubnetList": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.Subnet]", "FriendlyName": "System.String", @@ -10719,7 +10723,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.9.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.10.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Errors": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRErrorDetails]", "Tasks": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRTask]", @@ -10799,7 +10803,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRNetworkMapping", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRNetworkMapping, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.9.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRNetworkMapping, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.10.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "FabricSpecificNetworkMappingDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabricSpecificNetworkMappingDetails", "ID": "System.String", @@ -10912,7 +10916,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRNetworkMapping", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRNetworkMapping, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.9.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRNetworkMapping, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.10.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "FabricSpecificNetworkMappingDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabricSpecificNetworkMappingDetails", "ID": "System.String", @@ -11043,7 +11047,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.9.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.10.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Errors": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRErrorDetails]", "Tasks": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRTask]", @@ -11123,7 +11127,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRNetworkMapping", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRNetworkMapping, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.9.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRNetworkMapping, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.10.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "FabricSpecificNetworkMappingDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabricSpecificNetworkMappingDetails", "ID": "System.String", @@ -11195,7 +11199,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRNetwork", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRNetwork, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.9.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRNetwork, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.10.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "VmNetworkSubnetList": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.Subnet]", "FriendlyName": "System.String", @@ -11321,7 +11325,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRNetworkMapping", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRNetworkMapping, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.9.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRNetworkMapping, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.10.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "FabricSpecificNetworkMappingDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabricSpecificNetworkMappingDetails", "ID": "System.String", @@ -11469,7 +11473,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRNetworkMapping", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRNetworkMapping, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.9.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRNetworkMapping, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.10.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "FabricSpecificNetworkMappingDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabricSpecificNetworkMappingDetails", "ID": "System.String", @@ -11547,7 +11551,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRNetwork", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRNetwork, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.9.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRNetwork, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.10.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "VmNetworkSubnetList": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.Subnet]", "FriendlyName": "System.String", @@ -11715,7 +11719,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRPolicy, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.9.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRPolicy, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.10.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ReplicationProviderSettings": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRPolicyProviderSettingsDetails", "FriendlyName": "System.String", @@ -12051,7 +12055,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.9.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.10.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Errors": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRErrorDetails]", "Tasks": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRTask]", @@ -13809,7 +13813,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.9.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.10.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Errors": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRErrorDetails]", "Tasks": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRTask]", @@ -13889,7 +13893,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRPolicy, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.9.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRPolicy, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.10.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ReplicationProviderSettings": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRPolicyProviderSettingsDetails", "FriendlyName": "System.String", @@ -13997,7 +14001,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRPolicy, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.9.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRPolicy, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.10.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ReplicationProviderSettings": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRPolicyProviderSettingsDetails", "FriendlyName": "System.String", @@ -14123,7 +14127,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.9.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.10.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Errors": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRErrorDetails]", "Tasks": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRTask]", @@ -14293,7 +14297,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRPolicy, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.9.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRPolicy, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.10.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ReplicationProviderSettings": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRPolicyProviderSettingsDetails", "FriendlyName": "System.String", @@ -14757,7 +14761,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRPolicy, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.9.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRPolicy, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.10.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ReplicationProviderSettings": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRPolicyProviderSettingsDetails", "FriendlyName": "System.String", @@ -14975,7 +14979,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRPolicy, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.9.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRPolicy, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.10.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ReplicationProviderSettings": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRPolicyProviderSettingsDetails", "FriendlyName": "System.String", @@ -15217,7 +15221,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRPolicy, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.9.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRPolicy, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.10.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ReplicationProviderSettings": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRPolicyProviderSettingsDetails", "FriendlyName": "System.String", @@ -15488,7 +15492,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRPolicy, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.9.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRPolicy, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.10.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ReplicationProviderSettings": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRPolicyProviderSettingsDetails", "FriendlyName": "System.String", @@ -15867,7 +15871,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRPolicy, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.9.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRPolicy, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.10.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ReplicationProviderSettings": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRPolicyProviderSettingsDetails", "FriendlyName": "System.String", @@ -16010,7 +16014,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRPolicy, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.9.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRPolicy, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.10.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ReplicationProviderSettings": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRPolicyProviderSettingsDetails", "FriendlyName": "System.String", @@ -16389,7 +16393,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRPolicy, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.9.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRPolicy, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.10.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ReplicationProviderSettings": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRPolicyProviderSettingsDetails", "FriendlyName": "System.String", @@ -16539,7 +16543,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectableItem", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectableItem, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.9.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectableItem, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.10.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "FabricSpecificVMDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabricSpecificVMDetails", "ProtectionReadinessErrors": "System.Collections.Generic.IList`1[System.String]", @@ -16651,7 +16655,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainer, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.9.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainer, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.10.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AvailablePolicies": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRPolicy]", "ProtectionContainerMappings": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainerMapping]", @@ -16792,7 +16796,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainer, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.9.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainer, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.10.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AvailablePolicies": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRPolicy]", "ProtectionContainerMappings": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainerMapping]", @@ -16944,7 +16948,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainer, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.9.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainer, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.10.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AvailablePolicies": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRPolicy]", "ProtectionContainerMappings": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainerMapping]", @@ -17072,7 +17076,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainer, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.9.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainer, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.10.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AvailablePolicies": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRPolicy]", "ProtectionContainerMappings": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainerMapping]", @@ -17253,7 +17257,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.9.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.10.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Errors": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRErrorDetails]", "Tasks": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRTask]", @@ -17331,7 +17335,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainer, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.9.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainer, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.10.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AvailablePolicies": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRPolicy]", "ProtectionContainerMappings": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainerMapping]", @@ -17505,7 +17509,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainer, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.9.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainer, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.10.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AvailablePolicies": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRPolicy]", "ProtectionContainerMappings": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainerMapping]", @@ -17761,7 +17765,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainerMapping", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainerMapping, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.9.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainerMapping, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.10.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ProviderSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainerMappingProviderSpecificDetails", "HealthErrorDetails": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRHealthError]", @@ -17854,7 +17858,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainer, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.9.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainer, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.10.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AvailablePolicies": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRPolicy]", "ProtectionContainerMappings": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainerMapping]", @@ -17995,7 +17999,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainer, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.9.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainer, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.10.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AvailablePolicies": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRPolicy]", "ProtectionContainerMappings": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainerMapping]", @@ -18123,7 +18127,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainer, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.9.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainer, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.10.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AvailablePolicies": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRPolicy]", "ProtectionContainerMappings": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainerMapping]", @@ -18304,7 +18308,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.9.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.10.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Errors": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRErrorDetails]", "Tasks": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRTask]", @@ -18400,7 +18404,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRPolicy, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.9.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRPolicy, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.10.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ReplicationProviderSettings": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRPolicyProviderSettingsDetails", "FriendlyName": "System.String", @@ -18467,7 +18471,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainer, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.9.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainer, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.10.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AvailablePolicies": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRPolicy]", "ProtectionContainerMappings": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainerMapping]", @@ -18545,7 +18549,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainer, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.9.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainer, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.10.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AvailablePolicies": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRPolicy]", "ProtectionContainerMappings": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainerMapping]", @@ -18686,7 +18690,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRPolicy, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.9.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRPolicy, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.10.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ReplicationProviderSettings": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRPolicyProviderSettingsDetails", "FriendlyName": "System.String", @@ -18759,7 +18763,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainer, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.9.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainer, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.10.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AvailablePolicies": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRPolicy]", "ProtectionContainerMappings": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainerMapping]", @@ -18843,7 +18847,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainer, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.9.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainer, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.10.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AvailablePolicies": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRPolicy]", "ProtectionContainerMappings": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainerMapping]", @@ -18995,7 +18999,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRPolicy, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.9.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRPolicy, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.10.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ReplicationProviderSettings": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRPolicyProviderSettingsDetails", "FriendlyName": "System.String", @@ -19068,7 +19072,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainer, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.9.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainer, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.10.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AvailablePolicies": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRPolicy]", "ProtectionContainerMappings": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainerMapping]", @@ -19249,7 +19253,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.9.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.10.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Errors": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRErrorDetails]", "Tasks": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRTask]", @@ -19329,7 +19333,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainerMapping", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainerMapping, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.9.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainerMapping, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.10.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ProviderSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainerMappingProviderSpecificDetails", "HealthErrorDetails": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRHealthError]", @@ -19462,7 +19466,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainerMapping", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainerMapping, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.9.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainerMapping, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.10.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ProviderSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainerMappingProviderSpecificDetails", "HealthErrorDetails": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRHealthError]", @@ -19687,7 +19691,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.9.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.10.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Errors": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRErrorDetails]", "Tasks": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRTask]", @@ -19767,7 +19771,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainerMapping", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainerMapping, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.9.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainerMapping, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.10.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ProviderSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainerMappingProviderSpecificDetails", "HealthErrorDetails": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRHealthError]", @@ -19954,7 +19958,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainerMapping", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainerMapping, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.9.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainerMapping, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.10.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ProviderSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainerMappingProviderSpecificDetails", "HealthErrorDetails": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRHealthError]", @@ -20152,7 +20156,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainerMapping", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainerMapping, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.9.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainerMapping, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.10.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ProviderSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainerMappingProviderSpecificDetails", "HealthErrorDetails": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRHealthError]", @@ -20377,7 +20381,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainer, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.9.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainer, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.10.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AvailablePolicies": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRPolicy]", "ProtectionContainerMappings": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainerMapping]", @@ -20492,7 +20496,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.9.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.10.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "FabricSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabricSpecificDetails", "Name": "System.String", @@ -20623,7 +20627,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.9.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.10.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "FabricSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabricSpecificDetails", "Name": "System.String", @@ -20765,7 +20769,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.9.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.10.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "FabricSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabricSpecificDetails", "Name": "System.String", @@ -20883,7 +20887,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.9.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.10.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "FabricSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabricSpecificDetails", "Name": "System.String", @@ -21054,7 +21058,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.9.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.10.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Errors": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRErrorDetails]", "Tasks": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRTask]", @@ -21152,7 +21156,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.9.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.10.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "FabricSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabricSpecificDetails", "Name": "System.String", @@ -21285,7 +21289,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.9.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.10.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "FabricSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabricSpecificDetails", "Name": "System.String", @@ -21456,7 +21460,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.9.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.10.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Errors": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRErrorDetails]", "Tasks": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRTask]", @@ -21536,7 +21540,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainer, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.9.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainer, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.10.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AvailablePolicies": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRPolicy]", "ProtectionContainerMappings": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainerMapping]", @@ -21655,7 +21659,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainer, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.9.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainer, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.10.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AvailablePolicies": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRPolicy]", "ProtectionContainerMappings": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainerMapping]", @@ -21836,7 +21840,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlan", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlan, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.9.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlan, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.10.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Groups": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlanGroup]", "ReplicationProvider": "System.Collections.Generic.IList`1[System.String]", @@ -21918,7 +21922,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlan", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlan, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.9.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlan, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.10.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Groups": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlanGroup]", "ReplicationProvider": "System.Collections.Generic.IList`1[System.String]", @@ -22015,7 +22019,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlanGroup", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlanGroup, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.9.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlanGroup, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.10.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "EndGroupActions": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlanAction]", "StartGroupActions": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlanAction]", @@ -22103,7 +22107,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlanGroup", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlanGroup, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.9.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlanGroup, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.10.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "EndGroupActions": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlanAction]", "StartGroupActions": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlanAction]", @@ -22193,7 +22197,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem[], Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.9.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem[], Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.10.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem", "GenericTypeArguments": [], @@ -22213,7 +22217,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem[], Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.9.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem[], Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.10.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem", "GenericTypeArguments": [], @@ -22272,7 +22276,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlan", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlan, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.9.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlan, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.10.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Groups": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlanGroup]", "ReplicationProvider": "System.Collections.Generic.IList`1[System.String]", @@ -22427,7 +22431,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlan", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlan, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.9.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlan, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.10.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Groups": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlanGroup]", "ReplicationProvider": "System.Collections.Generic.IList`1[System.String]", @@ -22556,7 +22560,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlanGroup", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlanGroup, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.9.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlanGroup, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.10.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "EndGroupActions": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlanAction]", "StartGroupActions": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlanAction]", @@ -22652,7 +22656,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlan", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlan, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.9.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlan, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.10.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Groups": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlanGroup]", "ReplicationProvider": "System.Collections.Generic.IList`1[System.String]", @@ -22781,7 +22785,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlanGroup", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlanGroup, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.9.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlanGroup, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.10.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "EndGroupActions": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlanAction]", "StartGroupActions": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlanAction]", @@ -22877,7 +22881,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem[], Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.9.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem[], Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.10.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem", "GenericTypeArguments": [], @@ -22903,7 +22907,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlan", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlan, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.9.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlan, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.10.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Groups": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlanGroup]", "ReplicationProvider": "System.Collections.Generic.IList`1[System.String]", @@ -23032,7 +23036,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlanGroup", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlanGroup, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.9.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlanGroup, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.10.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "EndGroupActions": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlanAction]", "StartGroupActions": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlanAction]", @@ -23128,7 +23132,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem[], Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.9.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem[], Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.10.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem", "GenericTypeArguments": [], @@ -23154,7 +23158,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlan", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlan, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.9.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlan, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.10.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Groups": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlanGroup]", "ReplicationProvider": "System.Collections.Generic.IList`1[System.String]", @@ -23293,7 +23297,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlan", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlan, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.9.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlan, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.10.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Groups": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlanGroup]", "ReplicationProvider": "System.Collections.Generic.IList`1[System.String]", @@ -23708,7 +23712,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.9.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.10.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Errors": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRErrorDetails]", "Tasks": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRTask]", @@ -23804,7 +23808,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.9.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.10.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "FabricSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabricSpecificDetails", "Name": "System.String", @@ -23872,7 +23876,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.9.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.10.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "FabricSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabricSpecificDetails", "Name": "System.String", @@ -24033,7 +24037,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem[], Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.9.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem[], Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.10.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem", "GenericTypeArguments": [], @@ -24132,7 +24136,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.9.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.10.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "FabricSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabricSpecificDetails", "Name": "System.String", @@ -24206,7 +24210,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.9.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.10.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "FabricSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabricSpecificDetails", "Name": "System.String", @@ -24280,7 +24284,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem[], Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.9.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem[], Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.10.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem", "GenericTypeArguments": [], @@ -24372,7 +24376,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.9.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.10.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "FabricSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabricSpecificDetails", "Name": "System.String", @@ -24497,7 +24501,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem[], Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.9.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem[], Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.10.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem", "GenericTypeArguments": [], @@ -24589,7 +24593,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.9.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.10.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "FabricSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabricSpecificDetails", "Name": "System.String", @@ -24735,7 +24739,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem[], Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.9.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem[], Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.10.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem", "GenericTypeArguments": [], @@ -24925,7 +24929,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.9.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.10.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Errors": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRErrorDetails]", "Tasks": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRTask]", @@ -25023,7 +25027,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlan", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlan, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.9.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlan, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.10.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Groups": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlanGroup]", "ReplicationProvider": "System.Collections.Generic.IList`1[System.String]", @@ -25211,7 +25215,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlan", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlan, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.9.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlan, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.10.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Groups": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlanGroup]", "ReplicationProvider": "System.Collections.Generic.IList`1[System.String]", @@ -25394,7 +25398,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.9.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.10.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Errors": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRErrorDetails]", "Tasks": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRTask]", @@ -25474,7 +25478,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlan", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlan, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.9.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlan, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.10.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Groups": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlanGroup]", "ReplicationProvider": "System.Collections.Generic.IList`1[System.String]", @@ -25612,7 +25616,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlan", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlan, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.9.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlan, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.10.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Groups": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlanGroup]", "ReplicationProvider": "System.Collections.Generic.IList`1[System.String]", @@ -25862,7 +25866,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPoint", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPoint, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.9.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPoint, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.10.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "RecoveryPointTime": "System.Nullable`1[System.DateTime]", "ID": "System.String", @@ -25947,7 +25951,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.9.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.10.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ProviderSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProviderSpecificRPIDetails", "CurrentScenario": "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.CurrentScenarioDetails", @@ -26108,7 +26112,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.9.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.10.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ProviderSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProviderSpecificRPIDetails", "CurrentScenario": "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.CurrentScenarioDetails", @@ -26256,7 +26260,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.9.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.10.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ProviderSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProviderSpecificRPIDetails", "CurrentScenario": "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.CurrentScenarioDetails", @@ -26457,7 +26461,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryServicesProvider", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryServicesProvider, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.9.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryServicesProvider, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.10.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Connected": "System.Boolean", "LastHeartbeat": "System.DateTime", @@ -26564,7 +26568,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.9.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.10.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "FabricSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabricSpecificDetails", "Name": "System.String", @@ -26695,7 +26699,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.9.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.10.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "FabricSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabricSpecificDetails", "Name": "System.String", @@ -26837,7 +26841,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.9.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.10.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "FabricSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabricSpecificDetails", "Name": "System.String", @@ -26955,7 +26959,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.9.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.10.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "FabricSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabricSpecificDetails", "Name": "System.String", @@ -27126,7 +27130,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.9.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.10.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Errors": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRErrorDetails]", "Tasks": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRTask]", @@ -27206,7 +27210,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryServicesProvider", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryServicesProvider, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.9.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryServicesProvider, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.10.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Connected": "System.Boolean", "LastHeartbeat": "System.DateTime", @@ -27317,7 +27321,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryServicesProvider", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryServicesProvider, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.9.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryServicesProvider, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.10.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Connected": "System.Boolean", "LastHeartbeat": "System.DateTime", @@ -27490,7 +27494,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.9.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.10.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Errors": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRErrorDetails]", "Tasks": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRTask]", @@ -27570,7 +27574,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryServicesProvider", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryServicesProvider, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.9.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryServicesProvider, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.10.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Connected": "System.Boolean", "LastHeartbeat": "System.DateTime", @@ -27699,7 +27703,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryServicesProvider", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryServicesProvider, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.9.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryServicesProvider, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.10.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Connected": "System.Boolean", "LastHeartbeat": "System.DateTime", @@ -27920,7 +27924,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.9.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.10.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Errors": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRErrorDetails]", "Tasks": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRTask]", @@ -28000,7 +28004,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.9.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.10.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ProviderSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProviderSpecificRPIDetails", "CurrentScenario": "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.CurrentScenarioDetails", @@ -28098,7 +28102,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRAzuretoAzureDiskReplicationConfig[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRAzuretoAzureDiskReplicationConfig[], Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.9.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRAzuretoAzureDiskReplicationConfig[], Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.10.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRAzuretoAzureDiskReplicationConfig", "GenericTypeArguments": [], @@ -28175,7 +28179,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.9.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.10.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ProviderSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProviderSpecificRPIDetails", "CurrentScenario": "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.CurrentScenarioDetails", @@ -28279,7 +28283,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRAzuretoAzureDiskReplicationConfig[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRAzuretoAzureDiskReplicationConfig[], Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.9.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRAzuretoAzureDiskReplicationConfig[], Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.10.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRAzuretoAzureDiskReplicationConfig", "GenericTypeArguments": [], @@ -28384,7 +28388,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.9.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.10.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ProviderSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProviderSpecificRPIDetails", "CurrentScenario": "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.CurrentScenarioDetails", @@ -28519,7 +28523,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainer, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.9.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainer, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.10.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AvailablePolicies": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRPolicy]", "ProtectionContainerMappings": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainerMapping]", @@ -28597,7 +28601,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectableItem", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectableItem, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.9.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectableItem, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.10.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "FabricSpecificVMDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabricSpecificVMDetails", "ProtectionReadinessErrors": "System.Collections.Generic.IList`1[System.String]", @@ -28735,7 +28739,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainer, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.9.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainer, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.10.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AvailablePolicies": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRPolicy]", "ProtectionContainerMappings": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainerMapping]", @@ -28887,7 +28891,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainer, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.9.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainer, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.10.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AvailablePolicies": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRPolicy]", "ProtectionContainerMappings": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainerMapping]", @@ -29015,7 +29019,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainer, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.9.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainer, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.10.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AvailablePolicies": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRPolicy]", "ProtectionContainerMappings": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainerMapping]", @@ -29143,7 +29147,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectableItem", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectableItem, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.9.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectableItem, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.10.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "FabricSpecificVMDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabricSpecificVMDetails", "ProtectionReadinessErrors": "System.Collections.Generic.IList`1[System.String]", @@ -29321,7 +29325,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.9.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.10.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Errors": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRErrorDetails]", "Tasks": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRTask]", @@ -29471,7 +29475,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectableItem", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectableItem, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.9.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectableItem, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.10.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "FabricSpecificVMDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabricSpecificVMDetails", "ProtectionReadinessErrors": "System.Collections.Generic.IList`1[System.String]", @@ -29546,7 +29550,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRAzuretoAzureDiskReplicationConfig[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRAzuretoAzureDiskReplicationConfig[], Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.9.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRAzuretoAzureDiskReplicationConfig[], Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.10.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRAzuretoAzureDiskReplicationConfig", "GenericTypeArguments": [], @@ -29618,7 +29622,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainerMapping", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainerMapping, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.9.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainerMapping, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.10.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ProviderSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainerMappingProviderSpecificDetails", "HealthErrorDetails": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRHealthError]", @@ -29749,7 +29753,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRunAsAccount", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRunAsAccount, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.9.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRunAsAccount, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.10.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AccountId": "System.String", "AccountName": "System.String" @@ -29843,7 +29847,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.AsrInMageAzureV2DiskInput[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.AsrInMageAzureV2DiskInput[], Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.9.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.AsrInMageAzureV2DiskInput[], Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.10.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.AsrInMageAzureV2DiskInput", "GenericTypeArguments": [], @@ -29861,7 +29865,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProcessServer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProcessServer, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.9.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProcessServer, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.10.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Updates": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRMobilityServiceUpdate]", "PSStatsRefreshTime": "System.Nullable`1[System.DateTime]", @@ -30298,7 +30302,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectableItem", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectableItem, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.9.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectableItem, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.10.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "FabricSpecificVMDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabricSpecificVMDetails", "ProtectionReadinessErrors": "System.Collections.Generic.IList`1[System.String]", @@ -30403,7 +30407,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRunAsAccount", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRunAsAccount, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.9.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRunAsAccount, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.10.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AccountId": "System.String", "AccountName": "System.String" @@ -30491,7 +30495,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProcessServer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProcessServer, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.9.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProcessServer, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.10.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Updates": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRMobilityServiceUpdate]", "PSStatsRefreshTime": "System.Nullable`1[System.DateTime]", @@ -30751,7 +30755,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainerMapping", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainerMapping, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.9.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainerMapping, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.10.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ProviderSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainerMappingProviderSpecificDetails", "HealthErrorDetails": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRHealthError]", @@ -30923,7 +30927,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectableItem", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectableItem, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.9.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectableItem, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.10.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "FabricSpecificVMDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabricSpecificVMDetails", "ProtectionReadinessErrors": "System.Collections.Generic.IList`1[System.String]", @@ -31028,7 +31032,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRunAsAccount", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRunAsAccount, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.9.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRunAsAccount, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.10.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AccountId": "System.String", "AccountName": "System.String" @@ -31116,7 +31120,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.AsrInMageAzureV2DiskInput[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.AsrInMageAzureV2DiskInput[], Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.9.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.AsrInMageAzureV2DiskInput[], Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.10.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.AsrInMageAzureV2DiskInput", "GenericTypeArguments": [], @@ -31140,7 +31144,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProcessServer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProcessServer, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.9.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProcessServer, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.10.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Updates": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRMobilityServiceUpdate]", "PSStatsRefreshTime": "System.Nullable`1[System.DateTime]", @@ -31376,7 +31380,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainerMapping", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainerMapping, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.9.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainerMapping, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.10.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ProviderSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainerMappingProviderSpecificDetails", "HealthErrorDetails": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRHealthError]", @@ -31548,7 +31552,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectableItem", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectableItem, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.9.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectableItem, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.10.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "FabricSpecificVMDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabricSpecificVMDetails", "ProtectionReadinessErrors": "System.Collections.Generic.IList`1[System.String]", @@ -31725,7 +31729,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainerMapping", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainerMapping, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.9.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainerMapping, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.10.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ProviderSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainerMappingProviderSpecificDetails", "HealthErrorDetails": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRHealthError]", @@ -31897,7 +31901,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectableItem", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectableItem, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.9.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectableItem, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.10.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "FabricSpecificVMDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabricSpecificVMDetails", "ProtectionReadinessErrors": "System.Collections.Generic.IList`1[System.String]", @@ -32221,7 +32225,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainerMapping", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainerMapping, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.9.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainerMapping, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.10.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ProviderSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainerMappingProviderSpecificDetails", "HealthErrorDetails": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRHealthError]", @@ -32393,7 +32397,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectableItem", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectableItem, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.9.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectableItem, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.10.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "FabricSpecificVMDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabricSpecificVMDetails", "ProtectionReadinessErrors": "System.Collections.Generic.IList`1[System.String]", @@ -32498,7 +32502,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainerMapping", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainerMapping, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.9.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainerMapping, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.10.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ProviderSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainerMappingProviderSpecificDetails", "HealthErrorDetails": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRHealthError]", @@ -32670,7 +32674,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRAzuretoAzureDiskReplicationConfig[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRAzuretoAzureDiskReplicationConfig[], Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.9.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRAzuretoAzureDiskReplicationConfig[], Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.10.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRAzuretoAzureDiskReplicationConfig", "GenericTypeArguments": [], @@ -33078,7 +33082,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainerMapping", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainerMapping, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.9.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainerMapping, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.10.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ProviderSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainerMappingProviderSpecificDetails", "HealthErrorDetails": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRHealthError]", @@ -33658,7 +33662,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainerMapping", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainerMapping, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.9.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainerMapping, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.10.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ProviderSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainerMappingProviderSpecificDetails", "HealthErrorDetails": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRHealthError]", @@ -33830,7 +33834,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainerMapping", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainerMapping, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.9.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainerMapping, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.10.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ProviderSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainerMappingProviderSpecificDetails", "HealthErrorDetails": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRHealthError]", @@ -33987,7 +33991,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.9.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.10.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Errors": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRErrorDetails]", "Tasks": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRTask]", @@ -34067,7 +34071,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.9.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.10.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ProviderSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProviderSpecificRPIDetails", "CurrentScenario": "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.CurrentScenarioDetails", @@ -34242,7 +34246,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.9.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.10.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ProviderSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProviderSpecificRPIDetails", "CurrentScenario": "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.CurrentScenarioDetails", @@ -34539,7 +34543,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.9.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.10.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Errors": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRErrorDetails]", "Tasks": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRTask]", @@ -34619,7 +34623,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.9.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.10.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ProviderSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProviderSpecificRPIDetails", "CurrentScenario": "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.CurrentScenarioDetails", @@ -34794,7 +34798,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.9.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.10.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ProviderSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProviderSpecificRPIDetails", "CurrentScenario": "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.CurrentScenarioDetails", @@ -34968,7 +34972,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.9.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.10.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ProviderSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProviderSpecificRPIDetails", "CurrentScenario": "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.CurrentScenarioDetails", @@ -35142,7 +35146,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.9.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.10.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ProviderSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProviderSpecificRPIDetails", "CurrentScenario": "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.CurrentScenarioDetails", @@ -35299,7 +35303,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.9.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.10.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Errors": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRErrorDetails]", "Tasks": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRTask]", @@ -35379,7 +35383,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.9.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.10.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ProviderSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProviderSpecificRPIDetails", "CurrentScenario": "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.CurrentScenarioDetails", @@ -35753,7 +35757,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRAzuretoAzureDiskReplicationConfig[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRAzuretoAzureDiskReplicationConfig[], Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.9.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRAzuretoAzureDiskReplicationConfig[], Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.10.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRAzuretoAzureDiskReplicationConfig", "GenericTypeArguments": [], @@ -35957,7 +35961,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRVMNicConfig[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRVMNicConfig[], Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.9.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRVMNicConfig[], Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.10.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRVMNicConfig", "GenericTypeArguments": [], @@ -36016,7 +36020,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.9.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.10.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ProviderSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProviderSpecificRPIDetails", "CurrentScenario": "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.CurrentScenarioDetails", @@ -36486,7 +36490,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRAzuretoAzureDiskReplicationConfig[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRAzuretoAzureDiskReplicationConfig[], Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.9.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRAzuretoAzureDiskReplicationConfig[], Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.10.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRAzuretoAzureDiskReplicationConfig", "GenericTypeArguments": [], @@ -36756,7 +36760,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRVMNicConfig[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRVMNicConfig[], Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.9.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRVMNicConfig[], Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.10.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRVMNicConfig", "GenericTypeArguments": [], @@ -36837,7 +36841,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.9.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.10.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Errors": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRErrorDetails]", "Tasks": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRTask]", @@ -36915,7 +36919,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPoint", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPoint, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.9.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPoint, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.10.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "RecoveryPointTime": "System.Nullable`1[System.DateTime]", "ID": "System.String", @@ -36981,7 +36985,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.9.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.10.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ProviderSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProviderSpecificRPIDetails", "CurrentScenario": "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.CurrentScenarioDetails", @@ -37154,7 +37158,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPoint", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPoint, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.9.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPoint, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.10.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "RecoveryPointTime": "System.Nullable`1[System.DateTime]", "ID": "System.String", @@ -37226,7 +37230,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.9.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.10.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ProviderSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProviderSpecificRPIDetails", "CurrentScenario": "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.CurrentScenarioDetails", @@ -37523,7 +37527,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.9.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.10.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Errors": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRErrorDetails]", "Tasks": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRTask]", @@ -37601,7 +37605,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlan", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlan, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.9.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlan, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.10.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Groups": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlanGroup]", "ReplicationProvider": "System.Collections.Generic.IList`1[System.String]", @@ -37680,7 +37684,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.9.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.10.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ProviderSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProviderSpecificRPIDetails", "CurrentScenario": "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.CurrentScenarioDetails", @@ -37817,7 +37821,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlan", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlan, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.9.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlan, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.10.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Groups": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlanGroup]", "ReplicationProvider": "System.Collections.Generic.IList`1[System.String]", @@ -37946,7 +37950,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.9.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.10.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ProviderSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProviderSpecificRPIDetails", "CurrentScenario": "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.CurrentScenarioDetails", @@ -38148,7 +38152,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.9.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.10.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Errors": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRErrorDetails]", "Tasks": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRTask]", @@ -38226,7 +38230,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlan", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlan, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.9.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlan, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.10.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Groups": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlanGroup]", "ReplicationProvider": "System.Collections.Generic.IList`1[System.String]", @@ -38305,7 +38309,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.9.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.10.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ProviderSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProviderSpecificRPIDetails", "CurrentScenario": "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.CurrentScenarioDetails", @@ -38466,7 +38470,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryServicesProvider", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryServicesProvider, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.9.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryServicesProvider, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.10.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Connected": "System.Boolean", "LastHeartbeat": "System.DateTime", @@ -38611,7 +38615,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlan", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlan, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.9.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlan, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.10.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Groups": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlanGroup]", "ReplicationProvider": "System.Collections.Generic.IList`1[System.String]", @@ -38869,7 +38873,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.9.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.10.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ProviderSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProviderSpecificRPIDetails", "CurrentScenario": "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.CurrentScenarioDetails", @@ -38973,7 +38977,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryServicesProvider", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryServicesProvider, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.9.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryServicesProvider, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.10.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Connected": "System.Boolean", "LastHeartbeat": "System.DateTime", @@ -39405,7 +39409,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.9.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.10.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Errors": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRErrorDetails]", "Tasks": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRTask]", @@ -39501,7 +39505,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.9.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.10.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ProviderSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProviderSpecificRPIDetails", "CurrentScenario": "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.CurrentScenarioDetails", @@ -39706,7 +39710,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.9.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.10.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ProviderSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProviderSpecificRPIDetails", "CurrentScenario": "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.CurrentScenarioDetails", @@ -39908,7 +39912,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.9.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.10.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Errors": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRErrorDetails]", "Tasks": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRTask]", @@ -40004,7 +40008,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlan", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlan, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.9.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlan, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.10.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Groups": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlanGroup]", "ReplicationProvider": "System.Collections.Generic.IList`1[System.String]", @@ -40083,7 +40087,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.9.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.10.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ProviderSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProviderSpecificRPIDetails", "CurrentScenario": "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.CurrentScenarioDetails", @@ -40330,7 +40334,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlan", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlan, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.9.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlan, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.10.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Groups": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlanGroup]", "ReplicationProvider": "System.Collections.Generic.IList`1[System.String]", @@ -40483,7 +40487,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.9.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.10.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ProviderSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProviderSpecificRPIDetails", "CurrentScenario": "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.CurrentScenarioDetails", @@ -40708,7 +40712,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.9.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.10.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Errors": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRErrorDetails]", "Tasks": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRTask]", @@ -40786,7 +40790,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlan", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlan, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.9.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlan, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.10.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Groups": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlanGroup]", "ReplicationProvider": "System.Collections.Generic.IList`1[System.String]", @@ -40865,7 +40869,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.9.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.10.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ProviderSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProviderSpecificRPIDetails", "CurrentScenario": "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.CurrentScenarioDetails", @@ -40984,7 +40988,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRNetwork", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRNetwork, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.9.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRNetwork, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.10.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "VmNetworkSubnetList": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.Subnet]", "FriendlyName": "System.String", @@ -41126,7 +41130,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPoint", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPoint, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.9.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPoint, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.10.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "RecoveryPointTime": "System.Nullable`1[System.DateTime]", "ID": "System.String", @@ -41253,7 +41257,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlan", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlan, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.9.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlan, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.10.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Groups": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlanGroup]", "ReplicationProvider": "System.Collections.Generic.IList`1[System.String]", @@ -41512,7 +41516,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlan", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlan, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.9.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlan, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.10.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Groups": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlanGroup]", "ReplicationProvider": "System.Collections.Generic.IList`1[System.String]", @@ -41597,7 +41601,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRNetwork", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRNetwork, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.9.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRNetwork, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.10.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "VmNetworkSubnetList": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.Subnet]", "FriendlyName": "System.String", @@ -41817,7 +41821,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlan", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlan, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.9.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlan, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.10.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Groups": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlanGroup]", "ReplicationProvider": "System.Collections.Generic.IList`1[System.String]", @@ -42100,7 +42104,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.9.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.10.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ProviderSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProviderSpecificRPIDetails", "CurrentScenario": "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.CurrentScenarioDetails", @@ -42231,7 +42235,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPoint", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPoint, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.9.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPoint, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.10.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "RecoveryPointTime": "System.Nullable`1[System.DateTime]", "ID": "System.String", @@ -42422,7 +42426,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.9.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.10.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ProviderSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProviderSpecificRPIDetails", "CurrentScenario": "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.CurrentScenarioDetails", @@ -42526,7 +42530,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRNetwork", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRNetwork, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.9.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRNetwork, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.10.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "VmNetworkSubnetList": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.Subnet]", "FriendlyName": "System.String", @@ -42599,7 +42603,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPoint", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPoint, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.9.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPoint, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.10.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "RecoveryPointTime": "System.Nullable`1[System.DateTime]", "ID": "System.String", @@ -42790,7 +42794,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.9.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.10.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ProviderSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProviderSpecificRPIDetails", "CurrentScenario": "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.CurrentScenarioDetails", @@ -42945,7 +42949,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPoint", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPoint, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.9.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPoint, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.10.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "RecoveryPointTime": "System.Nullable`1[System.DateTime]", "ID": "System.String", @@ -43265,7 +43269,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.9.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.10.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Errors": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRErrorDetails]", "Tasks": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRTask]", @@ -43343,7 +43347,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlan", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlan, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.9.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlan, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.10.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Groups": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlanGroup]", "ReplicationProvider": "System.Collections.Generic.IList`1[System.String]", @@ -43422,7 +43426,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.9.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.10.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ProviderSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProviderSpecificRPIDetails", "CurrentScenario": "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.CurrentScenarioDetails", @@ -43597,7 +43601,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPoint", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPoint, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.9.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPoint, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.10.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "RecoveryPointTime": "System.Nullable`1[System.DateTime]", "ID": "System.String", @@ -43725,7 +43729,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlan", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlan, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.9.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlan, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.10.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Groups": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlanGroup]", "ReplicationProvider": "System.Collections.Generic.IList`1[System.String]", @@ -43984,7 +43988,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.9.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.10.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ProviderSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProviderSpecificRPIDetails", "CurrentScenario": "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.CurrentScenarioDetails", @@ -44088,7 +44092,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPoint", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPoint, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.9.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPoint, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.10.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "RecoveryPointTime": "System.Nullable`1[System.DateTime]", "ID": "System.String", @@ -44305,7 +44309,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.9.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.10.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ProviderSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProviderSpecificRPIDetails", "CurrentScenario": "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.CurrentScenarioDetails", @@ -44738,7 +44742,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.9.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.10.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Errors": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRErrorDetails]", "Tasks": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRTask]", @@ -44816,7 +44820,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRunAsAccount", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRunAsAccount, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.9.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRunAsAccount, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.10.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AccountId": "System.String", "AccountName": "System.String" @@ -44874,7 +44878,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.9.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.10.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ProviderSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProviderSpecificRPIDetails", "CurrentScenario": "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.CurrentScenarioDetails", @@ -45011,7 +45015,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRunAsAccount", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRunAsAccount, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.9.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRunAsAccount, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.10.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AccountId": "System.String", "AccountName": "System.String" @@ -45075,7 +45079,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.9.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.10.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ProviderSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProviderSpecificRPIDetails", "CurrentScenario": "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.CurrentScenarioDetails", @@ -45276,7 +45280,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.9.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.10.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Errors": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRErrorDetails]", "Tasks": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRTask]", @@ -45444,7 +45448,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRunAsAccount", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRunAsAccount, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.9.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRunAsAccount, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.10.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AccountId": "System.String", "AccountName": "System.String" @@ -45502,7 +45506,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRDataStore", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRDataStore, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.9.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRDataStore, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.10.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Capacity": "System.String", "FreeSpace": "System.String", @@ -45562,7 +45566,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRMasterTargetServer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRMasterTargetServer, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.9.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRMasterTargetServer, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.10.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DataStores": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRDataStore]", "RetentionVolumes": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRetentionVolume]", @@ -45627,7 +45631,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProcessServer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProcessServer, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.9.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProcessServer, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.10.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Updates": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRMobilityServiceUpdate]", "PSStatsRefreshTime": "System.Nullable`1[System.DateTime]", @@ -45713,7 +45717,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainerMapping", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainerMapping, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.9.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainerMapping, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.10.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ProviderSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainerMappingProviderSpecificDetails", "HealthErrorDetails": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRHealthError]", @@ -45823,7 +45827,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRAzuretoAzureDiskReplicationConfig[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRAzuretoAzureDiskReplicationConfig[], Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.9.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRAzuretoAzureDiskReplicationConfig[], Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.10.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRAzuretoAzureDiskReplicationConfig", "GenericTypeArguments": [], @@ -45841,7 +45845,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlan", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlan, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.9.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlan, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.10.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Groups": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlanGroup]", "ReplicationProvider": "System.Collections.Generic.IList`1[System.String]", @@ -45920,7 +45924,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.9.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.10.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ProviderSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProviderSpecificRPIDetails", "CurrentScenario": "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.CurrentScenarioDetails", @@ -46129,7 +46133,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRetentionVolume", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRetentionVolume, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.9.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRetentionVolume, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.10.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ThresholdPercentage": "System.Nullable`1[System.Int32]", "CapacityInBytes": "System.Nullable`1[System.Int64]", @@ -46324,7 +46328,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRunAsAccount", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRunAsAccount, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.9.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRunAsAccount, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.10.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AccountId": "System.String", "AccountName": "System.String" @@ -46388,7 +46392,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRDataStore", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRDataStore, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.9.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRDataStore, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.10.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Capacity": "System.String", "FreeSpace": "System.String", @@ -46454,7 +46458,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRMasterTargetServer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRMasterTargetServer, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.9.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRMasterTargetServer, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.10.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DataStores": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRDataStore]", "RetentionVolumes": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRetentionVolume]", @@ -46525,7 +46529,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProcessServer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProcessServer, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.9.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProcessServer, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.10.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Updates": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRMobilityServiceUpdate]", "PSStatsRefreshTime": "System.Nullable`1[System.DateTime]", @@ -46617,7 +46621,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainerMapping", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainerMapping, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.9.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainerMapping, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.10.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ProviderSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainerMappingProviderSpecificDetails", "HealthErrorDetails": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRHealthError]", @@ -46697,7 +46701,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.9.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.10.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ProviderSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProviderSpecificRPIDetails", "CurrentScenario": "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.CurrentScenarioDetails", @@ -46828,7 +46832,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRetentionVolume", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRetentionVolume, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.9.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRetentionVolume, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.10.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ThresholdPercentage": "System.Nullable`1[System.Int32]", "CapacityInBytes": "System.Nullable`1[System.Int64]", @@ -46962,7 +46966,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRunAsAccount", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRunAsAccount, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.9.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRunAsAccount, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.10.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AccountId": "System.String", "AccountName": "System.String" @@ -47026,7 +47030,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRMasterTargetServer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRMasterTargetServer, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.9.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRMasterTargetServer, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.10.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DataStores": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRDataStore]", "RetentionVolumes": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRetentionVolume]", @@ -47097,7 +47101,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProcessServer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProcessServer, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.9.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProcessServer, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.10.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Updates": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRMobilityServiceUpdate]", "PSStatsRefreshTime": "System.Nullable`1[System.DateTime]", @@ -47189,7 +47193,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainerMapping", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainerMapping, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.9.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainerMapping, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.10.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ProviderSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainerMappingProviderSpecificDetails", "HealthErrorDetails": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRHealthError]", @@ -47317,7 +47321,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.9.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.10.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ProviderSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProviderSpecificRPIDetails", "CurrentScenario": "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.CurrentScenarioDetails", @@ -47564,7 +47568,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.9.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.10.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ProviderSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProviderSpecificRPIDetails", "CurrentScenario": "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.CurrentScenarioDetails", @@ -47763,7 +47767,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.9.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.10.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ProviderSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProviderSpecificRPIDetails", "CurrentScenario": "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.CurrentScenarioDetails", @@ -47962,7 +47966,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainerMapping", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainerMapping, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.9.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainerMapping, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.10.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ProviderSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainerMappingProviderSpecificDetails", "HealthErrorDetails": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRHealthError]", @@ -48090,7 +48094,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.9.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.10.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ProviderSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProviderSpecificRPIDetails", "CurrentScenario": "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.CurrentScenarioDetails", @@ -48478,7 +48482,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainerMapping", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainerMapping, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.9.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainerMapping, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.10.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ProviderSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainerMappingProviderSpecificDetails", "HealthErrorDetails": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRHealthError]", @@ -48558,7 +48562,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRAzuretoAzureDiskReplicationConfig[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRAzuretoAzureDiskReplicationConfig[], Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.9.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRAzuretoAzureDiskReplicationConfig[], Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.10.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRAzuretoAzureDiskReplicationConfig", "GenericTypeArguments": [], @@ -48582,7 +48586,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.9.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.10.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ProviderSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProviderSpecificRPIDetails", "CurrentScenario": "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.CurrentScenarioDetails", @@ -48946,7 +48950,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlan", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlan, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.9.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlan, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.10.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Groups": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlanGroup]", "ReplicationProvider": "System.Collections.Generic.IList`1[System.String]", @@ -49102,7 +49106,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.9.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.10.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ProviderSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProviderSpecificRPIDetails", "CurrentScenario": "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.CurrentScenarioDetails", @@ -49401,7 +49405,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRStorageClassification", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRStorageClassification, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.9.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRStorageClassification, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.10.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "FriendlyName": "System.String", "Id": "System.String", @@ -49492,7 +49496,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.9.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.10.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "FabricSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabricSpecificDetails", "Name": "System.String", @@ -49623,7 +49627,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.9.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.10.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "FabricSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabricSpecificDetails", "Name": "System.String", @@ -49765,7 +49769,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.9.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.10.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "FabricSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabricSpecificDetails", "Name": "System.String", @@ -49883,7 +49887,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.9.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.10.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "FabricSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabricSpecificDetails", "Name": "System.String", @@ -50054,7 +50058,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRStorageClassificationMapping", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRStorageClassificationMapping, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.9.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRStorageClassificationMapping, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.10.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Id": "System.String", "Name": "System.String", @@ -50128,7 +50132,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRStorageClassification", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRStorageClassification, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.9.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRStorageClassification, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.10.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "FriendlyName": "System.String", "Id": "System.String", @@ -50245,7 +50249,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRStorageClassification", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRStorageClassification, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.9.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRStorageClassification, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.10.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "FriendlyName": "System.String", "Id": "System.String", @@ -50349,7 +50353,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRStorageClassification", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRStorageClassification, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.9.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRStorageClassification, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.10.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "FriendlyName": "System.String", "Id": "System.String", @@ -50506,7 +50510,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.9.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.10.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Errors": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRErrorDetails]", "Tasks": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRTask]", @@ -50602,7 +50606,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRStorageClassification", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRStorageClassification, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.9.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRStorageClassification, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.10.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "FriendlyName": "System.String", "Id": "System.String", @@ -50656,7 +50660,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRStorageClassification", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRStorageClassification, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.9.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRStorageClassification, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.10.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "FriendlyName": "System.String", "Id": "System.String", @@ -50773,7 +50777,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRStorageClassification", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRStorageClassification, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.9.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRStorageClassification, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.10.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "FriendlyName": "System.String", "Id": "System.String", @@ -50833,7 +50837,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRStorageClassification", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRStorageClassification, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.9.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRStorageClassification, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.10.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "FriendlyName": "System.String", "Id": "System.String", @@ -50990,7 +50994,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.9.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.10.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Errors": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRErrorDetails]", "Tasks": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRTask]", @@ -51070,7 +51074,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRStorageClassificationMapping", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRStorageClassificationMapping, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.9.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRStorageClassificationMapping, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.10.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Id": "System.String", "Name": "System.String", @@ -51166,7 +51170,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRStorageClassificationMapping", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRStorageClassificationMapping, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.9.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRStorageClassificationMapping, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.10.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Id": "System.String", "Name": "System.String", @@ -51324,7 +51328,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRVaultSettings", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRVaultSettings, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.9.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRVaultSettings, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.10.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ResourceName": "System.String", "ResourceGroupName": "System.String", @@ -51484,7 +51488,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRVaultSettings", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRVaultSettings, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.9.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRVaultSettings, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.10.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ResourceName": "System.String", "ResourceGroupName": "System.String", @@ -51684,7 +51688,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRVaultSettings", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRVaultSettings, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.9.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRVaultSettings, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.10.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ResourceName": "System.String", "ResourceGroupName": "System.String", @@ -51750,7 +51754,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices", "Name": "Microsoft.Azure.Commands.RecoveryServices.ARSVault", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.ARSVault, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.ARSVault, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices, Version=2.9.1.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Properties": "Microsoft.Azure.Commands.RecoveryServices.ARSVaultProperties", "Name": "System.String", @@ -51857,7 +51861,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices", "Name": "Microsoft.Azure.Commands.RecoveryServices.ARSVault", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.ARSVault, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.ARSVault, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices, Version=2.9.1.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Properties": "Microsoft.Azure.Commands.RecoveryServices.ARSVaultProperties", "Name": "System.String", @@ -52030,7 +52034,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRvCenter", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRvCenter, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.9.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRvCenter, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.10.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "LastHeartbeat": "System.Nullable`1[System.DateTime]", "FriendlyName": "System.String", @@ -52120,7 +52124,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.9.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.10.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "FabricSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabricSpecificDetails", "Name": "System.String", @@ -52313,7 +52317,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.9.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.10.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "FabricSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabricSpecificDetails", "Name": "System.String", @@ -52455,7 +52459,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.9.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.10.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "FabricSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabricSpecificDetails", "Name": "System.String", @@ -52626,7 +52630,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.9.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.10.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Errors": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRErrorDetails]", "Tasks": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRTask]", @@ -52704,7 +52708,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.9.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.10.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "FabricSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabricSpecificDetails", "Name": "System.String", @@ -52790,7 +52794,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRunAsAccount", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRunAsAccount, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.9.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRunAsAccount, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.10.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AccountId": "System.String", "AccountName": "System.String" @@ -52923,7 +52927,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.9.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.10.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "FabricSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabricSpecificDetails", "Name": "System.String", @@ -53021,7 +53025,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRunAsAccount", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRunAsAccount, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.9.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRunAsAccount, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.10.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AccountId": "System.String", "AccountName": "System.String" @@ -53190,7 +53194,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.9.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.10.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Errors": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRErrorDetails]", "Tasks": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRTask]", @@ -53288,7 +53292,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRvCenter", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRvCenter, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.9.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRvCenter, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.10.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "LastHeartbeat": "System.Nullable`1[System.DateTime]", "FriendlyName": "System.String", @@ -53359,7 +53363,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.9.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.10.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "FabricSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabricSpecificDetails", "Name": "System.String", @@ -53554,7 +53558,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRvCenter", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRvCenter, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.9.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRvCenter, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.10.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "LastHeartbeat": "System.Nullable`1[System.DateTime]", "FriendlyName": "System.String", @@ -53675,7 +53679,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.9.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.10.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "FabricSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabricSpecificDetails", "Name": "System.String", @@ -53870,7 +53874,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.9.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.10.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Errors": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRErrorDetails]", "Tasks": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRTask]", @@ -53968,7 +53972,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRvCenter", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRvCenter, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.9.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRvCenter, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.10.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "LastHeartbeat": "System.Nullable`1[System.DateTime]", "FriendlyName": "System.String", @@ -54039,7 +54043,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRunAsAccount", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRunAsAccount, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.9.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRunAsAccount, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.10.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AccountId": "System.String", "AccountName": "System.String" @@ -54226,7 +54230,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRvCenter", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRvCenter, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.9.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRvCenter, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.10.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "LastHeartbeat": "System.Nullable`1[System.DateTime]", "FriendlyName": "System.String", @@ -54303,7 +54307,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRunAsAccount", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRunAsAccount, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.9.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRunAsAccount, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.10.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AccountId": "System.String", "AccountName": "System.String" @@ -54821,7 +54825,7 @@ "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASREventProviderSpecificDetails": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASREventProviderSpecificDetails", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASREventProviderSpecificDetails, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.9.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASREventProviderSpecificDetails, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.10.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ProviderType": "System.String" }, @@ -54859,7 +54863,7 @@ "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASREventSpecificDetails": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASREventSpecificDetails", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASREventSpecificDetails, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.9.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASREventSpecificDetails, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.10.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -54906,7 +54910,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRHealthError]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRHealthError]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRHealthError, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.9.1.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRHealthError, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.10.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -54918,7 +54922,7 @@ "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRHealthError": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRHealthError", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRHealthError, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.9.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRHealthError, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.10.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "CreationTimeUtc": "System.String", "EntityId": "System.String", @@ -54984,7 +54988,7 @@ "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabricSpecificDetails": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabricSpecificDetails", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabricSpecificDetails, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.9.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabricSpecificDetails, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.10.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -55026,7 +55030,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRErrorDetails]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRErrorDetails]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRErrorDetails, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.9.1.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRErrorDetails, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.10.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -55038,7 +55042,7 @@ "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRErrorDetails": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRErrorDetails", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRErrorDetails, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.9.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRErrorDetails, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.10.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ProviderErrorDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProviderError", "ServiceErrorDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRServiceError", @@ -55084,7 +55088,7 @@ "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProviderError": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProviderError", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProviderError, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.9.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProviderError, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.10.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "CreationTimeUtc": "System.DateTime", "ErrorCode": "System.Int32", @@ -55141,7 +55145,7 @@ "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRServiceError": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRServiceError", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRServiceError, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.9.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRServiceError, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.10.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Code": "System.String", "Message": "System.String", @@ -55199,7 +55203,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRTask]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRTask]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRTask, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.9.1.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRTask, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.10.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -55211,7 +55215,7 @@ "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRTask": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRTask", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRTask, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.9.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRTask, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.10.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "GroupTaskDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRGroupTaskDetails", "EndTime": "System.DateTime", @@ -55271,7 +55275,7 @@ "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRGroupTaskDetails": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRGroupTaskDetails", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRGroupTaskDetails, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.9.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRGroupTaskDetails, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.10.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Type": "System.String" }, @@ -55349,7 +55353,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRMobilityServiceUpdate]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRMobilityServiceUpdate]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRMobilityServiceUpdate, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.9.1.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRMobilityServiceUpdate, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.10.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -55361,7 +55365,7 @@ "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRMobilityServiceUpdate": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRMobilityServiceUpdate", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRMobilityServiceUpdate, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.9.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRMobilityServiceUpdate, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.10.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "OsType": "System.String", "RebootStatus": "System.String", @@ -55424,7 +55428,7 @@ "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.9.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.10.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ProviderSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProviderSpecificRPIDetails", "CurrentScenario": "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.CurrentScenarioDetails", @@ -55514,7 +55518,7 @@ "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProviderSpecificRPIDetails": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProviderSpecificRPIDetails", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProviderSpecificRPIDetails, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.9.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProviderSpecificRPIDetails, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.10.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -55556,7 +55560,7 @@ "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.CurrentScenarioDetails": { "Namespace": "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models", "Name": "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.CurrentScenarioDetails", - "AssemblyQualifiedName": "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.CurrentScenarioDetails, Microsoft.Azure.Management.RecoveryServices.SiteRecovery, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.CurrentScenarioDetails, Microsoft.Azure.Management.RecoveryServices.SiteRecovery, Version=2.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "StartTime": "System.Nullable`1[System.DateTime]", "JobId": "System.String", @@ -55620,7 +55624,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRVMNicDetails]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRVMNicDetails]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRVMNicDetails, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.9.1.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRVMNicDetails, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.10.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -55632,7 +55636,7 @@ "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRVMNicDetails": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRVMNicDetails", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRVMNicDetails, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.9.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRVMNicDetails, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.10.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "TfoIPConfigs": "System.Collections.Generic.List`1[Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.IPConfig]", "RecoveryLBBackendAddressPoolId": "System.Collections.Generic.List`1[System.String]", @@ -55706,7 +55710,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.IPConfig]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.IPConfig]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.IPConfig, Microsoft.Azure.Management.RecoveryServices.SiteRecovery, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.IPConfig, Microsoft.Azure.Management.RecoveryServices.SiteRecovery, Version=2.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -55718,7 +55722,7 @@ "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.IPConfig": { "Namespace": "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models", "Name": "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.IPConfig", - "AssemblyQualifiedName": "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.IPConfig, Microsoft.Azure.Management.RecoveryServices.SiteRecovery, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.IPConfig, Microsoft.Azure.Management.RecoveryServices.SiteRecovery, Version=2.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "LBBackendAddressPoolIds": "System.Collections.Generic.IList`1[System.String]", "PublicIpAddressId": "System.String", @@ -55794,7 +55798,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.Subnet]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.Subnet]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.Subnet, Microsoft.Azure.Management.RecoveryServices.SiteRecovery, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.Subnet, Microsoft.Azure.Management.RecoveryServices.SiteRecovery, Version=2.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -55806,7 +55810,7 @@ "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.Subnet": { "Namespace": "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models", "Name": "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.Subnet", - "AssemblyQualifiedName": "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.Subnet, Microsoft.Azure.Management.RecoveryServices.SiteRecovery, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.Subnet, Microsoft.Azure.Management.RecoveryServices.SiteRecovery, Version=2.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AddressList": "System.Collections.Generic.IList`1[System.String]", "FriendlyName": "System.String", @@ -55870,7 +55874,7 @@ "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabricSpecificNetworkMappingDetails": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabricSpecificNetworkMappingDetails", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabricSpecificNetworkMappingDetails, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.9.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabricSpecificNetworkMappingDetails, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.10.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -55916,7 +55920,7 @@ "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRPolicyProviderSettingsDetails": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRPolicyProviderSettingsDetails", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRPolicyProviderSettingsDetails, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.9.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRPolicyProviderSettingsDetails, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.10.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -55968,7 +55972,7 @@ "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabricSpecificVMDetails": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabricSpecificVMDetails", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabricSpecificVMDetails, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.9.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabricSpecificVMDetails, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.10.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -56010,7 +56014,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.AsrVirtualHardDisk]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.AsrVirtualHardDisk]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.AsrVirtualHardDisk, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.9.1.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.AsrVirtualHardDisk, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.10.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -56022,7 +56026,7 @@ "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.AsrVirtualHardDisk": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.AsrVirtualHardDisk", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.AsrVirtualHardDisk, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.9.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.AsrVirtualHardDisk, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.10.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Volumes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.AsrVolume]", "Capacity": "System.Int64", @@ -56069,7 +56073,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.AsrVolume]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.AsrVolume]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.AsrVolume, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.9.1.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.AsrVolume, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.10.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -56081,7 +56085,7 @@ "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.AsrVolume": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.AsrVolume", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.AsrVolume, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.9.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.AsrVolume, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.10.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Label": "System.String", "Name": "System.String" @@ -56126,7 +56130,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRPolicy]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRPolicy]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRPolicy, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.9.1.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRPolicy, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.10.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -56138,7 +56142,7 @@ "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRPolicy": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRPolicy, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.9.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRPolicy, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.10.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ReplicationProviderSettings": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRPolicyProviderSettingsDetails", "FriendlyName": "System.String", @@ -56197,7 +56201,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainerMapping]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainerMapping]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainerMapping, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.9.1.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainerMapping, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.10.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -56209,7 +56213,7 @@ "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainerMapping": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainerMapping", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainerMapping, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.9.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainerMapping, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.10.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ProviderSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainerMappingProviderSpecificDetails", "HealthErrorDetails": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRHealthError]", @@ -56275,7 +56279,7 @@ "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainerMappingProviderSpecificDetails": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainerMappingProviderSpecificDetails", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainerMappingProviderSpecificDetails, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.9.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainerMappingProviderSpecificDetails, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.10.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -56317,7 +56321,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlanGroup]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlanGroup]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlanGroup, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.9.1.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlanGroup, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.10.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -56329,7 +56333,7 @@ "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlanGroup": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlanGroup", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlanGroup, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.9.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlanGroup, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.10.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "EndGroupActions": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlanAction]", "StartGroupActions": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlanAction]", @@ -56409,7 +56413,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlanAction]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlanAction]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlanAction, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.9.1.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlanAction, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.10.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -56421,7 +56425,7 @@ "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlanAction": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlanAction", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlanAction, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.9.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlanAction, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.10.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "CustomDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlanActionDetails", "FailoverTypes": "System.Collections.Generic.IList`1[System.String]", @@ -56483,7 +56487,7 @@ "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlanActionDetails": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlanActionDetails", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlanActionDetails, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.9.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlanActionDetails, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.10.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -56525,7 +56529,7 @@ "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.RecoveryPlanAction": { "Namespace": "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models", "Name": "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.RecoveryPlanAction", - "AssemblyQualifiedName": "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.RecoveryPlanAction, Microsoft.Azure.Management.RecoveryServices.SiteRecovery, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.RecoveryPlanAction, Microsoft.Azure.Management.RecoveryServices.SiteRecovery, Version=2.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CustomDetails": "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.RecoveryPlanActionDetails", "FailoverTypes": "System.Collections.Generic.IList`1[System.String]", @@ -56599,7 +56603,7 @@ "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.RecoveryPlanActionDetails": { "Namespace": "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models", "Name": "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.RecoveryPlanActionDetails", - "AssemblyQualifiedName": "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.RecoveryPlanActionDetails, Microsoft.Azure.Management.RecoveryServices.SiteRecovery, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.RecoveryPlanActionDetails, Microsoft.Azure.Management.RecoveryServices.SiteRecovery, Version=2.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -56641,7 +56645,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.9.1.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.10.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -56653,7 +56657,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlanA2ADetails]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlanA2ADetails]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlanA2ADetails, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.9.1.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlanA2ADetails, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.10.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -56665,7 +56669,7 @@ "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlanA2ADetails": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlanA2ADetails", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlanA2ADetails, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.9.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlanA2ADetails, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.10.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "PrimaryZone": "System.String", "RecoveryZone": "System.String" @@ -56719,7 +56723,7 @@ "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlan": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlan", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlan, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.9.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlan, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.10.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Groups": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlanGroup]", "ReplicationProvider": "System.Collections.Generic.IList`1[System.String]", @@ -56790,7 +56794,7 @@ "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRAzuretoAzureDiskReplicationConfig": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRAzuretoAzureDiskReplicationConfig", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRAzuretoAzureDiskReplicationConfig, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.9.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRAzuretoAzureDiskReplicationConfig, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.10.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "IsManagedDisk": "System.Boolean", "VhdUri": "System.String", @@ -56843,7 +56847,7 @@ "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.AsrInMageAzureV2DiskInput": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.AsrInMageAzureV2DiskInput", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.AsrInMageAzureV2DiskInput, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.9.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.AsrInMageAzureV2DiskInput, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.10.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DiskId": "System.String", "LogStorageAccountId": "System.String", @@ -56890,7 +56894,7 @@ "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRVMNicConfig": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRVMNicConfig", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRVMNicConfig, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.9.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRVMNicConfig, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.10.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "EnableAcceleratedNetworkingOnRecovery": "System.Boolean", "EnableAcceleratedNetworkingOnTfo": "System.Boolean", @@ -56944,7 +56948,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRDataStore]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRDataStore]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRDataStore, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.9.1.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRDataStore, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.10.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -56956,7 +56960,7 @@ "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRDataStore": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRDataStore", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRDataStore, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.9.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRDataStore, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.10.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Capacity": "System.String", "FreeSpace": "System.String", @@ -57008,7 +57012,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRetentionVolume]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRetentionVolume]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRetentionVolume, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.9.1.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRetentionVolume, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.10.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -57020,7 +57024,7 @@ "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRetentionVolume": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRetentionVolume", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRetentionVolume, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.9.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRetentionVolume, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=2.10.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ThresholdPercentage": "System.Nullable`1[System.Int32]", "CapacityInBytes": "System.Nullable`1[System.Int64]", @@ -57084,7 +57088,7 @@ "Microsoft.Azure.Commands.RecoveryServices.ARSVaultProperties": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices", "Name": "Microsoft.Azure.Commands.RecoveryServices.ARSVaultProperties", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.ARSVaultProperties, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.ARSVaultProperties, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices, Version=2.9.1.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ProvisioningState": "System.String", "PrivateEndpointStateForBackup": "System.String", diff --git a/tools/Tools.Common/SerializedCmdlets/Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.dll.json b/tools/Tools.Common/SerializedCmdlets/Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.dll.json index eb0796fa9cfa..cb2179a3a326 100644 --- a/tools/Tools.Common/SerializedCmdlets/Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.dll.json +++ b/tools/Tools.Common/SerializedCmdlets/Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.dll.json @@ -14,7 +14,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices", "Name": "Microsoft.Azure.Commands.RecoveryServices.ASRVaultBackupProperties", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.ASRVaultBackupProperties, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices, Version=2.9.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.ASRVaultBackupProperties, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices, Version=2.10.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "BackupStorageRedundancy": "System.String" }, @@ -67,7 +67,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices", "Name": "Microsoft.Azure.Commands.RecoveryServices.ARSVault", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.ARSVault, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices, Version=2.9.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.ARSVault, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices, Version=2.10.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Properties": "Microsoft.Azure.Commands.RecoveryServices.ARSVaultProperties", "Name": "System.String", @@ -174,7 +174,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices", "Name": "Microsoft.Azure.Commands.RecoveryServices.ARSVault", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.ARSVault, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices, Version=2.9.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.ARSVault, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices, Version=2.10.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Properties": "Microsoft.Azure.Commands.RecoveryServices.ARSVaultProperties", "Name": "System.String", @@ -301,7 +301,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices", "Name": "Microsoft.Azure.Commands.RecoveryServices.ARSVault", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.ARSVault, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices, Version=2.9.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.ARSVault, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices, Version=2.10.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Properties": "Microsoft.Azure.Commands.RecoveryServices.ARSVaultProperties", "Name": "System.String", @@ -854,7 +854,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices", "Name": "Microsoft.Azure.Commands.RecoveryServices.VaultSettingsFilePath", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.VaultSettingsFilePath, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices, Version=2.9.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.VaultSettingsFilePath, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices, Version=2.10.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "FilePath": "System.String" }, @@ -907,7 +907,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices", "Name": "Microsoft.Azure.Commands.RecoveryServices.ARSVault", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.ARSVault, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices, Version=2.9.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.ARSVault, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices, Version=2.10.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Properties": "Microsoft.Azure.Commands.RecoveryServices.ARSVaultProperties", "Name": "System.String", @@ -1122,7 +1122,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices", "Name": "Microsoft.Azure.Commands.RecoveryServices.ARSVault", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.ARSVault, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices, Version=2.9.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.ARSVault, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices, Version=2.10.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Properties": "Microsoft.Azure.Commands.RecoveryServices.ARSVaultProperties", "Name": "System.String", @@ -1360,7 +1360,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices", "Name": "Microsoft.Azure.Commands.RecoveryServices.ARSVault", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.ARSVault, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices, Version=2.9.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.ARSVault, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices, Version=2.10.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Properties": "Microsoft.Azure.Commands.RecoveryServices.ARSVaultProperties", "Name": "System.String", @@ -1550,7 +1550,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices", "Name": "Microsoft.Azure.Commands.RecoveryServices.ARSVault", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.ARSVault, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices, Version=2.9.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.ARSVault, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices, Version=2.10.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Properties": "Microsoft.Azure.Commands.RecoveryServices.ARSVaultProperties", "Name": "System.String", @@ -1740,7 +1740,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices", "Name": "Microsoft.Azure.Commands.RecoveryServices.ARSVault", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.ARSVault, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices, Version=2.9.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.ARSVault, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices, Version=2.10.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Properties": "Microsoft.Azure.Commands.RecoveryServices.ARSVaultProperties", "Name": "System.String", @@ -1889,7 +1889,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices", "Name": "Microsoft.Azure.Commands.RecoveryServices.ARSVault", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.ARSVault, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices, Version=2.9.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.ARSVault, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices, Version=2.10.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Properties": "Microsoft.Azure.Commands.RecoveryServices.ARSVaultProperties", "Name": "System.String", @@ -2216,7 +2216,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices", "Name": "Microsoft.Azure.Commands.RecoveryServices.VaultOperationOutput", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.VaultOperationOutput, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices, Version=2.9.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.VaultOperationOutput, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices, Version=2.10.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Response": "System.String" }, @@ -2269,7 +2269,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices", "Name": "Microsoft.Azure.Commands.RecoveryServices.ARSVault", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.ARSVault, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices, Version=2.9.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.ARSVault, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices, Version=2.10.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Properties": "Microsoft.Azure.Commands.RecoveryServices.ARSVaultProperties", "Name": "System.String", @@ -2376,7 +2376,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices", "Name": "Microsoft.Azure.Commands.RecoveryServices.ARSVault", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.ARSVault, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices, Version=2.9.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.ARSVault, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices, Version=2.10.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Properties": "Microsoft.Azure.Commands.RecoveryServices.ARSVaultProperties", "Name": "System.String", @@ -2520,7 +2520,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices", "Name": "Microsoft.Azure.Commands.RecoveryServices.ARSVault", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.ARSVault, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices, Version=2.9.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.ARSVault, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices, Version=2.10.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Properties": "Microsoft.Azure.Commands.RecoveryServices.ARSVaultProperties", "Name": "System.String", @@ -2588,7 +2588,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Commands.RecoveryServices.AzureRmRecoveryServicesBackupStorageRedundancyType]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.RecoveryServices.AzureRmRecoveryServicesBackupStorageRedundancyType, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices, Version=2.9.1.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.RecoveryServices.AzureRmRecoveryServicesBackupStorageRedundancyType, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices, Version=2.10.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -2647,7 +2647,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices", "Name": "Microsoft.Azure.Commands.RecoveryServices.ARSVault", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.ARSVault, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices, Version=2.9.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.ARSVault, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices, Version=2.10.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Properties": "Microsoft.Azure.Commands.RecoveryServices.ARSVaultProperties", "Name": "System.String", @@ -2721,7 +2721,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Commands.RecoveryServices.AzureRmRecoveryServicesBackupStorageRedundancyType]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.RecoveryServices.AzureRmRecoveryServicesBackupStorageRedundancyType, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices, Version=2.9.1.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.RecoveryServices.AzureRmRecoveryServicesBackupStorageRedundancyType, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices, Version=2.10.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -2819,7 +2819,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices", "Name": "Microsoft.Azure.Commands.RecoveryServices.ARSVault", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.ARSVault, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices, Version=2.9.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.ARSVault, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices, Version=2.10.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Properties": "Microsoft.Azure.Commands.RecoveryServices.ARSVaultProperties", "Name": "System.String", @@ -2926,7 +2926,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices", "Name": "Microsoft.Azure.Commands.RecoveryServices.ARSVault", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.ARSVault, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices, Version=2.9.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.ARSVault, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices, Version=2.10.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Properties": "Microsoft.Azure.Commands.RecoveryServices.ARSVaultProperties", "Name": "System.String", @@ -3192,7 +3192,7 @@ "Microsoft.Azure.Commands.RecoveryServices.ARSVaultProperties": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices", "Name": "Microsoft.Azure.Commands.RecoveryServices.ARSVaultProperties", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.ARSVaultProperties, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices, Version=2.9.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.ARSVaultProperties, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices, Version=2.10.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ProvisioningState": "System.String" }, @@ -3426,7 +3426,7 @@ "Microsoft.Azure.Commands.RecoveryServices.AzureRmRecoveryServicesBackupStorageRedundancyType": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices", "Name": "Microsoft.Azure.Commands.RecoveryServices.AzureRmRecoveryServicesBackupStorageRedundancyType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.AzureRmRecoveryServicesBackupStorageRedundancyType, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices, Version=2.9.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.AzureRmRecoveryServicesBackupStorageRedundancyType, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices, Version=2.10.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], diff --git a/tools/Tools.Common/SerializedCmdlets/Microsoft.Azure.PowerShell.Cmdlets.ResourceManager.dll.json b/tools/Tools.Common/SerializedCmdlets/Microsoft.Azure.PowerShell.Cmdlets.ResourceManager.dll.json index 397e6f857d91..3e58419ad0f0 100644 --- a/tools/Tools.Common/SerializedCmdlets/Microsoft.Azure.PowerShell.Cmdlets.ResourceManager.dll.json +++ b/tools/Tools.Common/SerializedCmdlets/Microsoft.Azure.PowerShell.Cmdlets.ResourceManager.dll.json @@ -665,7 +665,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels", "Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PsDeploymentScript", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PsDeploymentScript, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PsDeploymentScript, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Status": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PsScriptStatus", "Identity": "Microsoft.Azure.Management.ResourceManager.Models.ManagedServiceIdentity", @@ -1115,7 +1115,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels", "Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PsDeploymentScriptLog", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PsDeploymentScriptLog, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PsDeploymentScriptLog, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Log": "System.String", "DeploymentScriptName": "System.String", @@ -1228,7 +1228,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels", "Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PsDeploymentScript", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PsDeploymentScript, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PsDeploymentScript, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Status": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PsScriptStatus", "Identity": "Microsoft.Azure.Management.ResourceManager.Models.ManagedServiceIdentity", @@ -1568,7 +1568,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels", "Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PsDeploymentScript", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PsDeploymentScript, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PsDeploymentScript, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Status": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PsScriptStatus", "Identity": "Microsoft.Azure.Management.ResourceManager.Models.ManagedServiceIdentity", @@ -1766,7 +1766,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels", "Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PsDeploymentScriptLogPath", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PsDeploymentScriptLogPath, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PsDeploymentScriptLogPath, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Path": "System.String" }, @@ -1875,7 +1875,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels", "Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PsDeploymentScript", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PsDeploymentScript, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PsDeploymentScript, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Status": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PsScriptStatus", "Identity": "Microsoft.Azure.Management.ResourceManager.Models.ManagedServiceIdentity", @@ -2347,7 +2347,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels", "Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PsDeploymentScript", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PsDeploymentScript, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PsDeploymentScript, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Status": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PsScriptStatus", "Identity": "Microsoft.Azure.Management.ResourceManager.Models.ManagedServiceIdentity", @@ -2617,7 +2617,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels", "Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSDeployment", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSDeployment, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSDeployment, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Mode": "Microsoft.Azure.Management.ResourceManager.Models.DeploymentMode", "OnErrorDeployment": "Microsoft.Azure.Management.ResourceManager.Models.OnErrorDeploymentExtended", @@ -3181,7 +3181,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels", "Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSDeploymentOperation", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSDeploymentOperation, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSDeploymentOperation, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "StatusMessage": "System.Object", "Id": "System.String", @@ -3293,7 +3293,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels", "Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSDeployment", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSDeployment, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSDeployment, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Mode": "Microsoft.Azure.Management.ResourceManager.Models.DeploymentMode", "OnErrorDeployment": "Microsoft.Azure.Management.ResourceManager.Models.OnErrorDeploymentExtended", @@ -3601,7 +3601,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels", "Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSDeployment", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSDeployment, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSDeployment, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Mode": "Microsoft.Azure.Management.ResourceManager.Models.DeploymentMode", "OnErrorDeployment": "Microsoft.Azure.Management.ResourceManager.Models.OnErrorDeploymentExtended", @@ -3867,7 +3867,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels", "Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSDeployment", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSDeployment, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSDeployment, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Mode": "Microsoft.Azure.Management.ResourceManager.Models.DeploymentMode", "OnErrorDeployment": "Microsoft.Azure.Management.ResourceManager.Models.OnErrorDeploymentExtended", @@ -4391,7 +4391,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels", "Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSDeploymentOperation", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSDeploymentOperation, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSDeploymentOperation, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "StatusMessage": "System.Object", "Id": "System.String", @@ -4485,7 +4485,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels", "Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSDeployment", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSDeployment, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSDeployment, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Mode": "Microsoft.Azure.Management.ResourceManager.Models.DeploymentMode", "OnErrorDeployment": "Microsoft.Azure.Management.ResourceManager.Models.OnErrorDeploymentExtended", @@ -4769,7 +4769,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels", "Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSDeployment", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSDeployment, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSDeployment, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Mode": "Microsoft.Azure.Management.ResourceManager.Models.DeploymentMode", "OnErrorDeployment": "Microsoft.Azure.Management.ResourceManager.Models.OnErrorDeploymentExtended", @@ -5037,7 +5037,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.Deployments", "Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.Deployments.PSWhatIfOperationResult", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.Deployments.PSWhatIfOperationResult, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.Deployments.PSWhatIfOperationResult, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Error": "Microsoft.Azure.Management.ResourceManager.Models.ErrorResponse", "Changes": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.Deployments.PSWhatIfChange]", @@ -5232,6 +5232,24 @@ "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, + { + "Name": "ExcludeChangeType", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String[]", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": "System.String", + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, { "Name": "TemplateParameterObject", "AliasList": [], @@ -5591,6 +5609,30 @@ "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, + { + "ParameterMetadata": { + "Name": "ExcludeChangeType", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String[]", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": "System.String", + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, { "ParameterMetadata": { "Name": "SkipTemplateParameterPrompt", @@ -5914,6 +5956,30 @@ "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, + { + "ParameterMetadata": { + "Name": "ExcludeChangeType", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String[]", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": "System.String", + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, { "ParameterMetadata": { "Name": "SkipTemplateParameterPrompt", @@ -6237,6 +6303,30 @@ "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, + { + "ParameterMetadata": { + "Name": "ExcludeChangeType", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String[]", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": "System.String", + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, { "ParameterMetadata": { "Name": "SkipTemplateParameterPrompt", @@ -6560,6 +6650,30 @@ "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, + { + "ParameterMetadata": { + "Name": "ExcludeChangeType", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String[]", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": "System.String", + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, { "ParameterMetadata": { "Name": "SkipTemplateParameterPrompt", @@ -6883,6 +6997,30 @@ "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, + { + "ParameterMetadata": { + "Name": "ExcludeChangeType", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String[]", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": "System.String", + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, { "ParameterMetadata": { "Name": "SkipTemplateParameterPrompt", @@ -7206,6 +7344,30 @@ "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, + { + "ParameterMetadata": { + "Name": "ExcludeChangeType", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String[]", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": "System.String", + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, { "ParameterMetadata": { "Name": "SkipTemplateParameterPrompt", @@ -7529,6 +7691,30 @@ "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, + { + "ParameterMetadata": { + "Name": "ExcludeChangeType", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String[]", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": "System.String", + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, { "ParameterMetadata": { "Name": "SkipTemplateParameterPrompt", @@ -7852,6 +8038,30 @@ "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, + { + "ParameterMetadata": { + "Name": "ExcludeChangeType", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String[]", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": "System.String", + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, { "ParameterMetadata": { "Name": "SkipTemplateParameterPrompt", @@ -8175,6 +8385,30 @@ "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, + { + "ParameterMetadata": { + "Name": "ExcludeChangeType", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String[]", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": "System.String", + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, { "ParameterMetadata": { "Name": "SkipTemplateParameterPrompt", @@ -8500,38 +8734,14 @@ }, { "ParameterMetadata": { - "Name": "SkipTemplateParameterPrompt", - "AliasList": [], - "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "ApiVersion", + "Name": "ExcludeChangeType", "AliasList": [], "Type": { "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Name": "System.String[]", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, - "ElementType": null, + "ElementType": "System.String", "GenericTypeArguments": [], "Methods": [], "Constructors": [] @@ -8539,7 +8749,7 @@ "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true + "ValidateNotNullOrEmpty": false }, "Mandatory": false, "Position": -2147483648, @@ -8548,7 +8758,55 @@ }, { "ParameterMetadata": { - "Name": "Pre", + "Name": "SkipTemplateParameterPrompt", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ApiVersion", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Pre", "AliasList": [], "Type": { "Namespace": "System.Management.Automation", @@ -8797,6 +9055,30 @@ "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, + { + "ParameterMetadata": { + "Name": "ExcludeChangeType", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String[]", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": "System.String", + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, { "ParameterMetadata": { "Name": "SkipTemplateParameterPrompt", @@ -9096,6 +9378,30 @@ "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, + { + "ParameterMetadata": { + "Name": "ExcludeChangeType", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String[]", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": "System.String", + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, { "ParameterMetadata": { "Name": "SkipTemplateParameterPrompt", @@ -9395,6 +9701,30 @@ "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, + { + "ParameterMetadata": { + "Name": "ExcludeChangeType", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String[]", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": "System.String", + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, { "ParameterMetadata": { "Name": "SkipTemplateParameterPrompt", @@ -9527,7 +9857,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels", "Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSDeployment", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSDeployment, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSDeployment, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Mode": "Microsoft.Azure.Management.ResourceManager.Models.DeploymentMode", "OnErrorDeployment": "Microsoft.Azure.Management.ResourceManager.Models.OnErrorDeploymentExtended", @@ -10049,7 +10379,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels", "Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSDeploymentOperation", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSDeploymentOperation, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSDeploymentOperation, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "StatusMessage": "System.Object", "Id": "System.String", @@ -10143,7 +10473,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels", "Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSDeployment", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSDeployment, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSDeployment, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Mode": "Microsoft.Azure.Management.ResourceManager.Models.DeploymentMode", "OnErrorDeployment": "Microsoft.Azure.Management.ResourceManager.Models.OnErrorDeploymentExtended", @@ -10427,7 +10757,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels", "Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSDeployment", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSDeployment, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSDeployment, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Mode": "Microsoft.Azure.Management.ResourceManager.Models.DeploymentMode", "OnErrorDeployment": "Microsoft.Azure.Management.ResourceManager.Models.OnErrorDeploymentExtended", @@ -10693,7 +11023,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels", "Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSDeployment", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSDeployment, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSDeployment, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Mode": "Microsoft.Azure.Management.ResourceManager.Models.DeploymentMode", "OnErrorDeployment": "Microsoft.Azure.Management.ResourceManager.Models.OnErrorDeploymentExtended", @@ -14991,7 +15321,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels", "Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSDeployment", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSDeployment, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSDeployment, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Mode": "Microsoft.Azure.Management.ResourceManager.Models.DeploymentMode", "OnErrorDeployment": "Microsoft.Azure.Management.ResourceManager.Models.OnErrorDeploymentExtended", @@ -15232,6 +15562,24 @@ "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, + { + "Name": "WhatIfExcludeChangeType", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String[]", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": "System.String", + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, { "Name": "AsJob", "AliasList": [], @@ -15657,6 +16005,30 @@ "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, + { + "ParameterMetadata": { + "Name": "WhatIfExcludeChangeType", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String[]", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": "System.String", + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, { "ParameterMetadata": { "Name": "AsJob", @@ -16052,6 +16424,30 @@ "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, + { + "ParameterMetadata": { + "Name": "WhatIfExcludeChangeType", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String[]", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": "System.String", + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, { "ParameterMetadata": { "Name": "AsJob", @@ -16447,6 +16843,30 @@ "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, + { + "ParameterMetadata": { + "Name": "WhatIfExcludeChangeType", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String[]", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": "System.String", + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, { "ParameterMetadata": { "Name": "AsJob", @@ -16842,6 +17262,30 @@ "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, + { + "ParameterMetadata": { + "Name": "WhatIfExcludeChangeType", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String[]", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": "System.String", + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, { "ParameterMetadata": { "Name": "AsJob", @@ -17237,6 +17681,30 @@ "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, + { + "ParameterMetadata": { + "Name": "WhatIfExcludeChangeType", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String[]", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": "System.String", + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, { "ParameterMetadata": { "Name": "AsJob", @@ -17634,14 +18102,14 @@ }, { "ParameterMetadata": { - "Name": "AsJob", + "Name": "WhatIfExcludeChangeType", "AliasList": [], "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Namespace": "System", + "Name": "System.String[]", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, - "ElementType": null, + "ElementType": "System.String", "GenericTypeArguments": [], "Methods": [], "Constructors": [] @@ -17658,7 +18126,31 @@ }, { "ParameterMetadata": { - "Name": "SkipTemplateParameterPrompt", + "Name": "AsJob", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "SkipTemplateParameterPrompt", "AliasList": [], "Type": { "Namespace": "System.Management.Automation", @@ -18027,6 +18519,30 @@ "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, + { + "ParameterMetadata": { + "Name": "WhatIfExcludeChangeType", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String[]", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": "System.String", + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, { "ParameterMetadata": { "Name": "AsJob", @@ -18422,6 +18938,30 @@ "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, + { + "ParameterMetadata": { + "Name": "WhatIfExcludeChangeType", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String[]", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": "System.String", + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, { "ParameterMetadata": { "Name": "AsJob", @@ -18817,6 +19357,30 @@ "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, + { + "ParameterMetadata": { + "Name": "WhatIfExcludeChangeType", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String[]", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": "System.String", + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, { "ParameterMetadata": { "Name": "AsJob", @@ -19212,6 +19776,30 @@ "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, + { + "ParameterMetadata": { + "Name": "WhatIfExcludeChangeType", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String[]", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": "System.String", + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, { "ParameterMetadata": { "Name": "AsJob", @@ -19583,6 +20171,30 @@ "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, + { + "ParameterMetadata": { + "Name": "WhatIfExcludeChangeType", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String[]", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": "System.String", + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, { "ParameterMetadata": { "Name": "AsJob", @@ -19954,6 +20566,30 @@ "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, + { + "ParameterMetadata": { + "Name": "WhatIfExcludeChangeType", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String[]", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": "System.String", + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, { "ParameterMetadata": { "Name": "AsJob", @@ -20325,6 +20961,30 @@ "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, + { + "ParameterMetadata": { + "Name": "WhatIfExcludeChangeType", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String[]", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": "System.String", + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, { "ParameterMetadata": { "Name": "AsJob", @@ -20481,7 +21141,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels", "Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSDeployment", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSDeployment, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSDeployment, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Mode": "Microsoft.Azure.Management.ResourceManager.Models.DeploymentMode", "OnErrorDeployment": "Microsoft.Azure.Management.ResourceManager.Models.OnErrorDeploymentExtended", @@ -24527,7 +25187,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels", "Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSDeployment", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSDeployment, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSDeployment, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Mode": "Microsoft.Azure.Management.ResourceManager.Models.DeploymentMode", "OnErrorDeployment": "Microsoft.Azure.Management.ResourceManager.Models.OnErrorDeploymentExtended", @@ -25064,7 +25724,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels", "Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSDeployment", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSDeployment, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSDeployment, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Mode": "Microsoft.Azure.Management.ResourceManager.Models.DeploymentMode", "OnErrorDeployment": "Microsoft.Azure.Management.ResourceManager.Models.OnErrorDeploymentExtended", @@ -25486,7 +26146,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels", "Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSDeployment", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSDeployment, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSDeployment, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Mode": "Microsoft.Azure.Management.ResourceManager.Models.DeploymentMode", "OnErrorDeployment": "Microsoft.Azure.Management.ResourceManager.Models.OnErrorDeploymentExtended", @@ -25999,7 +26659,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels", "Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSDeployment", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSDeployment, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSDeployment, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Mode": "Microsoft.Azure.Management.ResourceManager.Models.DeploymentMode", "OnErrorDeployment": "Microsoft.Azure.Management.ResourceManager.Models.OnErrorDeploymentExtended", @@ -26423,7 +27083,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels", "Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSDeployment", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSDeployment, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSDeployment, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Mode": "Microsoft.Azure.Management.ResourceManager.Models.DeploymentMode", "OnErrorDeployment": "Microsoft.Azure.Management.ResourceManager.Models.OnErrorDeploymentExtended", @@ -26936,7 +27596,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels", "Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSDeployment", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSDeployment, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSDeployment, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Mode": "Microsoft.Azure.Management.ResourceManager.Models.DeploymentMode", "OnErrorDeployment": "Microsoft.Azure.Management.ResourceManager.Models.OnErrorDeploymentExtended", @@ -27298,7 +27958,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels", "Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSTemplatePath", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSTemplatePath, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSTemplatePath, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Path": "System.String" }, @@ -27389,7 +28049,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels", "Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSDeployment", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSDeployment, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSDeployment, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Mode": "Microsoft.Azure.Management.ResourceManager.Models.DeploymentMode", "OnErrorDeployment": "Microsoft.Azure.Management.ResourceManager.Models.OnErrorDeploymentExtended", @@ -27759,7 +28419,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels", "Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSDeployment", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSDeployment, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSDeployment, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Mode": "Microsoft.Azure.Management.ResourceManager.Models.DeploymentMode", "OnErrorDeployment": "Microsoft.Azure.Management.ResourceManager.Models.OnErrorDeploymentExtended", @@ -28121,7 +28781,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels", "Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSTemplatePath", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSTemplatePath, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSTemplatePath, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Path": "System.String" }, @@ -28194,7 +28854,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels", "Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSDeployment", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSDeployment, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSDeployment, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Mode": "Microsoft.Azure.Management.ResourceManager.Models.DeploymentMode", "OnErrorDeployment": "Microsoft.Azure.Management.ResourceManager.Models.OnErrorDeploymentExtended", @@ -28540,7 +29200,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels", "Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSDeployment", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSDeployment, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSDeployment, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Mode": "Microsoft.Azure.Management.ResourceManager.Models.DeploymentMode", "OnErrorDeployment": "Microsoft.Azure.Management.ResourceManager.Models.OnErrorDeploymentExtended", @@ -28904,7 +29564,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels", "Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSTemplatePath", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSTemplatePath, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSTemplatePath, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Path": "System.String" }, @@ -28977,7 +29637,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels", "Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSDeployment", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSDeployment, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSDeployment, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Mode": "Microsoft.Azure.Management.ResourceManager.Models.DeploymentMode", "OnErrorDeployment": "Microsoft.Azure.Management.ResourceManager.Models.OnErrorDeploymentExtended", @@ -29323,7 +29983,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels", "Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSDeployment", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSDeployment, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSDeployment, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Mode": "Microsoft.Azure.Management.ResourceManager.Models.DeploymentMode", "OnErrorDeployment": "Microsoft.Azure.Management.ResourceManager.Models.OnErrorDeploymentExtended", @@ -29763,7 +30423,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels", "Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSDeployment", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSDeployment, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSDeployment, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Mode": "Microsoft.Azure.Management.ResourceManager.Models.DeploymentMode", "OnErrorDeployment": "Microsoft.Azure.Management.ResourceManager.Models.OnErrorDeploymentExtended", @@ -30234,7 +30894,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels", "Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSDeployment", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSDeployment, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSDeployment, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Mode": "Microsoft.Azure.Management.ResourceManager.Models.DeploymentMode", "OnErrorDeployment": "Microsoft.Azure.Management.ResourceManager.Models.OnErrorDeploymentExtended", @@ -30608,7 +31268,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels", "Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSDeployment", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSDeployment, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSDeployment, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Mode": "Microsoft.Azure.Management.ResourceManager.Models.DeploymentMode", "OnErrorDeployment": "Microsoft.Azure.Management.ResourceManager.Models.OnErrorDeploymentExtended", @@ -31055,7 +31715,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels", "Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSDeployment", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSDeployment, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSDeployment, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Mode": "Microsoft.Azure.Management.ResourceManager.Models.DeploymentMode", "OnErrorDeployment": "Microsoft.Azure.Management.ResourceManager.Models.OnErrorDeploymentExtended", @@ -31431,7 +32091,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels", "Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSDeployment", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSDeployment, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSDeployment, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Mode": "Microsoft.Azure.Management.ResourceManager.Models.DeploymentMode", "OnErrorDeployment": "Microsoft.Azure.Management.ResourceManager.Models.OnErrorDeploymentExtended", @@ -31878,7 +32538,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels", "Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSDeployment", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSDeployment, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSDeployment, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Mode": "Microsoft.Azure.Management.ResourceManager.Models.DeploymentMode", "OnErrorDeployment": "Microsoft.Azure.Management.ResourceManager.Models.OnErrorDeploymentExtended", @@ -32192,7 +32852,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels", "Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSResourceManagerError", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSResourceManagerError, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSResourceManagerError, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Details": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSResourceManagerError]", "Code": "System.String", @@ -35128,7 +35788,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels", "Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSResourceManagerError", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSResourceManagerError, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSResourceManagerError, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Details": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSResourceManagerError]", "Code": "System.String", @@ -37736,7 +38396,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels", "Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSResourceManagerError", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSResourceManagerError, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSResourceManagerError, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Details": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSResourceManagerError]", "Code": "System.String", @@ -40342,7 +41002,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels", "Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSProviderFeature", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSProviderFeature, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSProviderFeature, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "FeatureName": "System.String", "ProviderName": "System.String", @@ -40725,7 +41385,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels", "Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSProviderFeature", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSProviderFeature, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSProviderFeature, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "FeatureName": "System.String", "ProviderName": "System.String", @@ -40954,7 +41614,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels", "Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSResourceProviderLocation", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSResourceProviderLocation, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSResourceProviderLocation, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Providers": "System.Collections.Generic.List`1[System.String]", "DisplayName": "System.String", @@ -42600,7 +43260,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Locks", "Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Locks.LockLevel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Locks.LockLevel, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Locks.LockLevel, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -42962,7 +43622,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Locks", "Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Locks.LockLevel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Locks.LockLevel, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Locks.LockLevel, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -43314,7 +43974,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Locks", "Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Locks.LockLevel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Locks.LockLevel, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Locks.LockLevel, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -43618,7 +44278,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Locks", "Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Locks.LockLevel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Locks.LockLevel, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Locks.LockLevel, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -43898,7 +44558,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Locks", "Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Locks.LockLevel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Locks.LockLevel, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Locks.LockLevel, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -44226,7 +44886,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Locks", "Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Locks.LockLevel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Locks.LockLevel, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Locks.LockLevel, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -44479,7 +45139,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Locks", "Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Locks.LockLevel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Locks.LockLevel, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Locks.LockLevel, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -44759,7 +45419,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Locks", "Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Locks.LockLevel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Locks.LockLevel, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Locks.LockLevel, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -46434,7 +47094,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Locks", "Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Locks.LockLevel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Locks.LockLevel, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Locks.LockLevel, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -46796,7 +47456,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Locks", "Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Locks.LockLevel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Locks.LockLevel, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Locks.LockLevel, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -47148,7 +47808,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Locks", "Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Locks.LockLevel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Locks.LockLevel, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Locks.LockLevel, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -47452,7 +48112,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Locks", "Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Locks.LockLevel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Locks.LockLevel, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Locks.LockLevel, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -47732,7 +48392,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Locks", "Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Locks.LockLevel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Locks.LockLevel, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Locks.LockLevel, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -48060,7 +48720,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Locks", "Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Locks.LockLevel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Locks.LockLevel, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Locks.LockLevel, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -48313,7 +48973,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Locks", "Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Locks.LockLevel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Locks.LockLevel, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Locks.LockLevel, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -48593,7 +49253,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Locks", "Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Locks.LockLevel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Locks.LockLevel, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Locks.LockLevel, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -50000,7 +50660,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Application", "Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Application.ApplicationKind", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Application.ApplicationKind, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Application.ApplicationKind, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -50362,7 +51022,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Application", "Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Application.ApplicationKind", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Application.ApplicationKind, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Application.ApplicationKind, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -50733,7 +51393,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Application", "Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Application.ApplicationLockLevel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Application.ApplicationLockLevel, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Application.ApplicationLockLevel, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -51125,7 +51785,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Application", "Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Application.ApplicationLockLevel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Application.ApplicationLockLevel, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Application.ApplicationLockLevel, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -54677,7 +55337,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation", "Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.PsResourceProviderAlias", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.PsResourceProviderAlias, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.PsResourceProviderAlias, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Aliases": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.ResourceManager.Models.Alias]", "Locations": "System.Collections.Generic.IList`1[System.String]", @@ -55230,7 +55890,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy", "Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyAssignment", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyAssignment, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyAssignment, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Properties": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyAssignmentProperties", "Identity": "System.Management.Automation.PSObject", @@ -56014,7 +56674,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy", "Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyDefinition", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyDefinition, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyDefinition, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Properties": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyDefinitionProperties", "Name": "System.String", @@ -57212,7 +57872,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy", "Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicySetDefinition", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicySetDefinition, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicySetDefinition, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Properties": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicySetDefinitionProperties", "Name": "System.String", @@ -58410,7 +59070,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy", "Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyAssignment", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyAssignment, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyAssignment, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Properties": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyAssignmentProperties", "Identity": "System.Management.Automation.PSObject", @@ -58568,7 +59228,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy", "Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyDefinition", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyDefinition, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyDefinition, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Properties": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyDefinitionProperties", "Name": "System.String", @@ -58631,7 +59291,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy", "Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicySetDefinition", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicySetDefinition, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicySetDefinition, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Properties": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicySetDefinitionProperties", "Name": "System.String", @@ -58748,7 +59408,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Policy.PolicyAssignmentEnforcementMode]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Policy.PolicyAssignmentEnforcementMode, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Policy.PolicyAssignmentEnforcementMode, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -58999,7 +59659,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy", "Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyDefinition", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyDefinition, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyDefinition, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Properties": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyDefinitionProperties", "Name": "System.String", @@ -59068,7 +59728,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy", "Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicySetDefinition", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicySetDefinition, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicySetDefinition, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Properties": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicySetDefinitionProperties", "Name": "System.String", @@ -59161,7 +59821,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Policy.PolicyAssignmentEnforcementMode]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Policy.PolicyAssignmentEnforcementMode, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Policy.PolicyAssignmentEnforcementMode, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -59327,7 +59987,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy", "Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyDefinition", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyDefinition, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyDefinition, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Properties": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyDefinitionProperties", "Name": "System.String", @@ -59396,7 +60056,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy", "Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicySetDefinition", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicySetDefinition, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicySetDefinition, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Properties": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicySetDefinitionProperties", "Name": "System.String", @@ -59609,7 +60269,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Policy.PolicyAssignmentEnforcementMode]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Policy.PolicyAssignmentEnforcementMode, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Policy.PolicyAssignmentEnforcementMode, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -59775,7 +60435,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy", "Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyDefinition", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyDefinition, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyDefinition, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Properties": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyDefinitionProperties", "Name": "System.String", @@ -59988,7 +60648,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy", "Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicySetDefinition", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicySetDefinition, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicySetDefinition, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Properties": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicySetDefinitionProperties", "Name": "System.String", @@ -60081,7 +60741,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Policy.PolicyAssignmentEnforcementMode]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Policy.PolicyAssignmentEnforcementMode, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Policy.PolicyAssignmentEnforcementMode, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -60247,7 +60907,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy", "Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyDefinition", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyDefinition, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyDefinition, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Properties": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyDefinitionProperties", "Name": "System.String", @@ -60460,7 +61120,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy", "Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicySetDefinition", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicySetDefinition, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicySetDefinition, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Properties": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicySetDefinitionProperties", "Name": "System.String", @@ -60553,7 +61213,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Policy.PolicyAssignmentEnforcementMode]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Policy.PolicyAssignmentEnforcementMode, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Policy.PolicyAssignmentEnforcementMode, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -60719,7 +61379,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy", "Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicySetDefinition", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicySetDefinition, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicySetDefinition, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Properties": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicySetDefinitionProperties", "Name": "System.String", @@ -60932,7 +61592,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy", "Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyDefinition", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyDefinition, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyDefinition, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Properties": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyDefinitionProperties", "Name": "System.String", @@ -61025,7 +61685,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Policy.PolicyAssignmentEnforcementMode]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Policy.PolicyAssignmentEnforcementMode, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Policy.PolicyAssignmentEnforcementMode, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -61191,7 +61851,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy", "Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicySetDefinition", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicySetDefinition, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicySetDefinition, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Properties": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicySetDefinitionProperties", "Name": "System.String", @@ -61404,7 +62064,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy", "Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyDefinition", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyDefinition, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyDefinition, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Properties": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyDefinitionProperties", "Name": "System.String", @@ -61497,7 +62157,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Policy.PolicyAssignmentEnforcementMode]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Policy.PolicyAssignmentEnforcementMode, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Policy.PolicyAssignmentEnforcementMode, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -61670,7 +62330,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy", "Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyDefinition", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyDefinition, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyDefinition, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Properties": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyDefinitionProperties", "Name": "System.String", @@ -62814,7 +63474,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy", "Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicySetDefinition", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicySetDefinition, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicySetDefinition, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Properties": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicySetDefinitionProperties", "Name": "System.String", @@ -64033,7 +64693,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy", "Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyAssignment", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyAssignment, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyAssignment, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Properties": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyAssignmentProperties", "Identity": "System.Management.Automation.PSObject", @@ -64433,7 +65093,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy", "Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyAssignment", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyAssignment, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyAssignment, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Properties": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyAssignmentProperties", "Identity": "System.Management.Automation.PSObject", @@ -64810,7 +65470,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy", "Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyDefinition", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyDefinition, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyDefinition, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Properties": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyDefinitionProperties", "Name": "System.String", @@ -65676,7 +66336,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy", "Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyDefinition", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyDefinition, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyDefinition, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Properties": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyDefinitionProperties", "Name": "System.String", @@ -65981,7 +66641,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy", "Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicySetDefinition", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicySetDefinition, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicySetDefinition, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Properties": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicySetDefinitionProperties", "Name": "System.String", @@ -66847,7 +67507,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy", "Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicySetDefinition", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicySetDefinition, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicySetDefinition, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Properties": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicySetDefinitionProperties", "Name": "System.String", @@ -67039,7 +67699,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy", "Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyAssignment", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyAssignment, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyAssignment, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Properties": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyAssignmentProperties", "Identity": "System.Management.Automation.PSObject", @@ -67307,7 +67967,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Policy.PolicyAssignmentEnforcementMode]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Policy.PolicyAssignmentEnforcementMode, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Policy.PolicyAssignmentEnforcementMode, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -67327,7 +67987,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy", "Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyAssignment", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyAssignment, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyAssignment, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Properties": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyAssignmentProperties", "Identity": "System.Management.Automation.PSObject", @@ -67661,7 +68321,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Policy.PolicyAssignmentEnforcementMode]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Policy.PolicyAssignmentEnforcementMode, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Policy.PolicyAssignmentEnforcementMode, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -67995,7 +68655,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Policy.PolicyAssignmentEnforcementMode]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Policy.PolicyAssignmentEnforcementMode, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Policy.PolicyAssignmentEnforcementMode, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -68329,7 +68989,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Policy.PolicyAssignmentEnforcementMode]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Policy.PolicyAssignmentEnforcementMode, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Policy.PolicyAssignmentEnforcementMode, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -68591,7 +69251,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Policy.PolicyAssignmentEnforcementMode]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Policy.PolicyAssignmentEnforcementMode, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Policy.PolicyAssignmentEnforcementMode, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -68879,7 +69539,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Policy.PolicyAssignmentEnforcementMode]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Policy.PolicyAssignmentEnforcementMode, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Policy.PolicyAssignmentEnforcementMode, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -69191,7 +69851,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Policy.PolicyAssignmentEnforcementMode]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Policy.PolicyAssignmentEnforcementMode, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Policy.PolicyAssignmentEnforcementMode, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -69503,7 +70163,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Policy.PolicyAssignmentEnforcementMode]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Policy.PolicyAssignmentEnforcementMode, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Policy.PolicyAssignmentEnforcementMode, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -69621,7 +70281,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy", "Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyAssignment", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyAssignment, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyAssignment, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Properties": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyAssignmentProperties", "Identity": "System.Management.Automation.PSObject", @@ -69838,7 +70498,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Policy.PolicyAssignmentEnforcementMode]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Policy.PolicyAssignmentEnforcementMode, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Policy.PolicyAssignmentEnforcementMode, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -69963,7 +70623,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy", "Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyDefinition", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyDefinition, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyDefinition, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Properties": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyDefinitionProperties", "Name": "System.String", @@ -70211,7 +70871,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy", "Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyDefinition", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyDefinition, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyDefinition, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Properties": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyDefinitionProperties", "Name": "System.String", @@ -71677,7 +72337,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy", "Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyDefinition", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyDefinition, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyDefinition, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Properties": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyDefinitionProperties", "Name": "System.String", @@ -71989,7 +72649,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy", "Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicySetDefinition", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicySetDefinition, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicySetDefinition, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Properties": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicySetDefinitionProperties", "Name": "System.String", @@ -72219,7 +72879,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy", "Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicySetDefinition", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicySetDefinition, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicySetDefinition, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Properties": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicySetDefinitionProperties", "Name": "System.String", @@ -73703,7 +74363,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy", "Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicySetDefinition", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicySetDefinition, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicySetDefinition, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Properties": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicySetDefinitionProperties", "Name": "System.String", @@ -74015,7 +74675,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels", "Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSResourceProvider", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSResourceProvider, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSResourceProvider, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ResourceTypes": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSResourceProviderResourceType[]", "ZoneMappings": "System.Collections.Hashtable", @@ -74604,7 +75264,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels", "Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSResourceProvider", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSResourceProvider, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSResourceProvider, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ResourceTypes": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSResourceProviderResourceType[]", "ZoneMappings": "System.Collections.Hashtable", @@ -74877,7 +75537,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels", "Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSResourceProvider", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSResourceProvider, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSResourceProvider, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ResourceTypes": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSResourceProviderResourceType[]", "ZoneMappings": "System.Collections.Hashtable", @@ -75150,7 +75810,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels", "Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSResourceGroupDeployment", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSResourceGroupDeployment, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSResourceGroupDeployment, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Mode": "Microsoft.Azure.Management.ResourceManager.Models.DeploymentMode", "OnErrorDeployment": "Microsoft.Azure.Management.ResourceManager.Models.OnErrorDeploymentExtended", @@ -76038,7 +76698,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.Deployments", "Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.Deployments.PSWhatIfOperationResult", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.Deployments.PSWhatIfOperationResult, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.Deployments.PSWhatIfOperationResult, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Error": "Microsoft.Azure.Management.ResourceManager.Models.ErrorResponse", "Changes": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.Deployments.PSWhatIfChange]", @@ -76336,6 +76996,24 @@ "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, + { + "Name": "ExcludeChangeType", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String[]", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": "System.String", + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, { "Name": "TemplateParameterObject", "AliasList": [], @@ -76804,6 +77482,30 @@ "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, + { + "ParameterMetadata": { + "Name": "ExcludeChangeType", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String[]", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": "System.String", + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, { "ParameterMetadata": { "Name": "SkipTemplateParameterPrompt", @@ -77238,38 +77940,14 @@ }, { "ParameterMetadata": { - "Name": "SkipTemplateParameterPrompt", - "AliasList": [], - "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "ApiVersion", + "Name": "ExcludeChangeType", "AliasList": [], "Type": { "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Name": "System.String[]", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, - "ElementType": null, + "ElementType": "System.String", "GenericTypeArguments": [], "Methods": [], "Constructors": [] @@ -77277,7 +77955,7 @@ "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true + "ValidateNotNullOrEmpty": false }, "Mandatory": false, "Position": -2147483648, @@ -77286,7 +77964,55 @@ }, { "ParameterMetadata": { - "Name": "Pre", + "Name": "SkipTemplateParameterPrompt", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ApiVersion", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Pre", "AliasList": [], "Type": { "Namespace": "System.Management.Automation", @@ -77668,6 +78394,30 @@ "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, + { + "ParameterMetadata": { + "Name": "ExcludeChangeType", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String[]", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": "System.String", + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, { "ParameterMetadata": { "Name": "SkipTemplateParameterPrompt", @@ -78100,6 +78850,30 @@ "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, + { + "ParameterMetadata": { + "Name": "ExcludeChangeType", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String[]", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": "System.String", + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, { "ParameterMetadata": { "Name": "SkipTemplateParameterPrompt", @@ -78532,6 +79306,30 @@ "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, + { + "ParameterMetadata": { + "Name": "ExcludeChangeType", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String[]", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": "System.String", + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, { "ParameterMetadata": { "Name": "SkipTemplateParameterPrompt", @@ -78964,6 +79762,30 @@ "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, + { + "ParameterMetadata": { + "Name": "ExcludeChangeType", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String[]", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": "System.String", + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, { "ParameterMetadata": { "Name": "SkipTemplateParameterPrompt", @@ -79396,6 +80218,30 @@ "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, + { + "ParameterMetadata": { + "Name": "ExcludeChangeType", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String[]", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": "System.String", + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, { "ParameterMetadata": { "Name": "SkipTemplateParameterPrompt", @@ -79828,6 +80674,30 @@ "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, + { + "ParameterMetadata": { + "Name": "ExcludeChangeType", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String[]", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": "System.String", + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, { "ParameterMetadata": { "Name": "SkipTemplateParameterPrompt", @@ -80260,6 +81130,30 @@ "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, + { + "ParameterMetadata": { + "Name": "ExcludeChangeType", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String[]", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": "System.String", + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, { "ParameterMetadata": { "Name": "SkipTemplateParameterPrompt", @@ -80692,6 +81586,30 @@ "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, + { + "ParameterMetadata": { + "Name": "ExcludeChangeType", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String[]", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": "System.String", + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, { "ParameterMetadata": { "Name": "SkipTemplateParameterPrompt", @@ -81102,38 +82020,14 @@ }, { "ParameterMetadata": { - "Name": "SkipTemplateParameterPrompt", - "AliasList": [], - "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "ApiVersion", + "Name": "ExcludeChangeType", "AliasList": [], "Type": { "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Name": "System.String[]", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, - "ElementType": null, + "ElementType": "System.String", "GenericTypeArguments": [], "Methods": [], "Constructors": [] @@ -81141,7 +82035,7 @@ "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true + "ValidateNotNullOrEmpty": false }, "Mandatory": false, "Position": -2147483648, @@ -81150,7 +82044,55 @@ }, { "ParameterMetadata": { - "Name": "Pre", + "Name": "SkipTemplateParameterPrompt", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ApiVersion", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Pre", "AliasList": [], "Type": { "Namespace": "System.Management.Automation", @@ -81508,6 +82450,30 @@ "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, + { + "ParameterMetadata": { + "Name": "ExcludeChangeType", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String[]", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": "System.String", + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, { "ParameterMetadata": { "Name": "SkipTemplateParameterPrompt", @@ -81916,6 +82882,30 @@ "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, + { + "ParameterMetadata": { + "Name": "ExcludeChangeType", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String[]", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": "System.String", + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, { "ParameterMetadata": { "Name": "SkipTemplateParameterPrompt", @@ -82046,7 +83036,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels", "Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSResourceGroupDeployment", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSResourceGroupDeployment, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSResourceGroupDeployment, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Mode": "Microsoft.Azure.Management.ResourceManager.Models.DeploymentMode", "OnErrorDeployment": "Microsoft.Azure.Management.ResourceManager.Models.OnErrorDeploymentExtended", @@ -82428,6 +83418,24 @@ "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, + { + "Name": "WhatIfExcludeChangeType", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String[]", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": "System.String", + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, { "Name": "Force", "AliasList": [], @@ -83033,6 +84041,30 @@ "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, + { + "ParameterMetadata": { + "Name": "WhatIfExcludeChangeType", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String[]", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": "System.String", + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, { "ParameterMetadata": { "Name": "Force", @@ -83614,6 +84646,30 @@ "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, + { + "ParameterMetadata": { + "Name": "WhatIfExcludeChangeType", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String[]", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": "System.String", + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, { "ParameterMetadata": { "Name": "Force", @@ -84195,6 +85251,30 @@ "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, + { + "ParameterMetadata": { + "Name": "WhatIfExcludeChangeType", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String[]", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": "System.String", + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, { "ParameterMetadata": { "Name": "Force", @@ -84776,6 +85856,30 @@ "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, + { + "ParameterMetadata": { + "Name": "WhatIfExcludeChangeType", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String[]", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": "System.String", + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, { "ParameterMetadata": { "Name": "Force", @@ -85357,6 +86461,30 @@ "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, + { + "ParameterMetadata": { + "Name": "WhatIfExcludeChangeType", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String[]", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": "System.String", + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, { "ParameterMetadata": { "Name": "Force", @@ -85938,6 +87066,30 @@ "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, + { + "ParameterMetadata": { + "Name": "WhatIfExcludeChangeType", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String[]", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": "System.String", + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, { "ParameterMetadata": { "Name": "Force", @@ -86521,14 +87673,14 @@ }, { "ParameterMetadata": { - "Name": "Force", + "Name": "WhatIfExcludeChangeType", "AliasList": [], "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Namespace": "System", + "Name": "System.String[]", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, - "ElementType": null, + "ElementType": "System.String", "GenericTypeArguments": [], "Methods": [], "Constructors": [] @@ -86545,7 +87697,31 @@ }, { "ParameterMetadata": { - "Name": "AsJob", + "Name": "Force", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "AsJob", "AliasList": [], "Type": { "Namespace": "System.Management.Automation", @@ -87100,6 +88276,30 @@ "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, + { + "ParameterMetadata": { + "Name": "WhatIfExcludeChangeType", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String[]", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": "System.String", + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, { "ParameterMetadata": { "Name": "Force", @@ -87681,6 +88881,30 @@ "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, + { + "ParameterMetadata": { + "Name": "WhatIfExcludeChangeType", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String[]", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": "System.String", + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, { "ParameterMetadata": { "Name": "Force", @@ -88050,95 +89274,228 @@ "Mandatory": false, "Position": -2147483648, "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "DeploymentDebugLogLevel", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [ - "RequestContent", - "ResponseContent", - "All", - "None" - ], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "RollbackToLastDeployment", - "AliasList": [], - "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "DeploymentDebugLogLevel", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [ + "RequestContent", + "ResponseContent", + "All", + "None" + ], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "RollbackToLastDeployment", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "RollBackDeploymentName", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "Tag", + "AliasList": [], + "Type": { + "Namespace": "System.Collections", + "Name": "System.Collections.Hashtable", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "WhatIfResultFormat", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Management.ResourceManager.Models", + "Name": "Microsoft.Azure.Management.ResourceManager.Models.WhatIfResultFormat", + "AssemblyQualifiedName": "Microsoft.Azure.Management.ResourceManager.Models.WhatIfResultFormat, Microsoft.Azure.Management.ResourceManager, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "ToString", + "Parameters": [ + { + "Name": "format", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "provider", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Int32" + }, + { + "Name": "ToString", + "Parameters": [ + { + "Name": "format", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "ToString", + "Parameters": [ + { + "Name": "provider", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetTypeCode", + "Parameters": [], + "ReturnType": "System.TypeCode" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "RollBackDeploymentName", + "Name": "WhatIfExcludeChangeType", "AliasList": [], "Type": { "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "Tag", - "AliasList": [], - "Type": { - "Namespace": "System.Collections", - "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "Name": "System.String[]", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, - "ElementType": null, + "ElementType": "System.String", "GenericTypeArguments": [], "Methods": [], "Constructors": [] @@ -88146,115 +89503,6 @@ "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "WhatIfResultFormat", - "AliasList": [], - "Type": { - "Namespace": "Microsoft.Azure.Management.ResourceManager.Models", - "Name": "Microsoft.Azure.Management.ResourceManager.Models.WhatIfResultFormat", - "AssemblyQualifiedName": "Microsoft.Azure.Management.ResourceManager.Models.WhatIfResultFormat, Microsoft.Azure.Management.ResourceManager, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "format", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "provider", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "format", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "provider", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetTypeCode", - "Parameters": [], - "ReturnType": "System.TypeCode" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -88819,6 +90067,30 @@ "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, + { + "ParameterMetadata": { + "Name": "WhatIfExcludeChangeType", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String[]", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": "System.String", + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, { "ParameterMetadata": { "Name": "Force", @@ -89376,6 +90648,30 @@ "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, + { + "ParameterMetadata": { + "Name": "WhatIfExcludeChangeType", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String[]", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": "System.String", + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, { "ParameterMetadata": { "Name": "Force", @@ -89933,6 +91229,30 @@ "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, + { + "ParameterMetadata": { + "Name": "WhatIfExcludeChangeType", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String[]", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": "System.String", + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, { "ParameterMetadata": { "Name": "Force", @@ -91506,7 +92826,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels", "Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSResourceManagerError", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSResourceManagerError, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSResourceManagerError, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Details": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSResourceManagerError]", "Code": "System.String", @@ -96825,7 +98145,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels", "Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSResourceGroup", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSResourceGroup, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSResourceGroup, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Hashtable", "ResourceGroupName": "System.String", @@ -97468,7 +98788,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels", "Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSResourceGroup", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSResourceGroup, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSResourceGroup, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Hashtable", "ResourceGroupName": "System.String", @@ -97877,7 +99197,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels", "Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSResourceGroup", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSResourceGroup, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSResourceGroup, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Hashtable", "ResourceGroupName": "System.String", @@ -98486,7 +99806,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels", "Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSResource", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSResource, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSResource, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Identity": "Microsoft.Azure.Management.ResourceManager.Models.Identity", "Plan": "Microsoft.Azure.Management.ResourceManager.Models.Plan", @@ -104615,7 +105935,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels", "Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSResource", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSResource, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSResource, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Identity": "Microsoft.Azure.Management.ResourceManager.Models.Identity", "Plan": "Microsoft.Azure.Management.ResourceManager.Models.Plan", @@ -105089,7 +106409,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels", "Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSResource", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSResource, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSResource, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Identity": "Microsoft.Azure.Management.ResourceManager.Models.Identity", "Plan": "Microsoft.Azure.Management.ResourceManager.Models.Plan", @@ -107051,7 +108371,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels", "Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PsDeploymentScript", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PsDeploymentScript, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PsDeploymentScript, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Status": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PsScriptStatus", "Identity": "Microsoft.Azure.Management.ResourceManager.Models.ManagedServiceIdentity", @@ -107181,7 +108501,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels", "Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PsDeploymentScript", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PsDeploymentScript, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PsDeploymentScript, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Status": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PsScriptStatus", "Identity": "Microsoft.Azure.Management.ResourceManager.Models.ManagedServiceIdentity", @@ -107521,7 +108841,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels", "Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PsDeploymentScript", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PsDeploymentScript, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PsDeploymentScript, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Status": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PsScriptStatus", "Identity": "Microsoft.Azure.Management.ResourceManager.Models.ManagedServiceIdentity", @@ -108064,7 +109384,7 @@ "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PsScriptStatus": { "Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels", "Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PsScriptStatus", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PsScriptStatus, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PsScriptStatus, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Error": "Microsoft.Azure.Management.ResourceManager.Models.ErrorResponse", "StartTime": "System.Nullable`1[System.DateTime]", @@ -108882,7 +110202,7 @@ "System.Collections.Generic.Dictionary`2[System.String,Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.DeploymentVariable]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.Dictionary`2[System.String,Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.DeploymentVariable]", - "AssemblyQualifiedName": "System.Collections.Generic.Dictionary`2[[System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.DeploymentVariable, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.Dictionary`2[[System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.DeploymentVariable, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -108895,7 +110215,7 @@ "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.DeploymentVariable": { "Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels", "Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.DeploymentVariable", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.DeploymentVariable, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.DeploymentVariable, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Value": "System.Object", "Type": "System.String" @@ -108940,7 +110260,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.Deployments.PSWhatIfChange]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.Deployments.PSWhatIfChange]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.Deployments.PSWhatIfChange, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.Deployments.PSWhatIfChange, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -108952,7 +110272,7 @@ "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.Deployments.PSWhatIfChange": { "Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.Deployments", "Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.Deployments.PSWhatIfChange", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.Deployments.PSWhatIfChange, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.Deployments.PSWhatIfChange, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ChangeType": "Microsoft.Azure.Management.ResourceManager.Models.ChangeType", "Before": "Newtonsoft.Json.Linq.JToken", @@ -112957,7 +114277,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.Deployments.PSWhatIfPropertyChange]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.Deployments.PSWhatIfPropertyChange]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.Deployments.PSWhatIfPropertyChange, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.Deployments.PSWhatIfPropertyChange, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -112969,7 +114289,7 @@ "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.Deployments.PSWhatIfPropertyChange": { "Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.Deployments", "Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.Deployments.PSWhatIfPropertyChange", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.Deployments.PSWhatIfPropertyChange, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.Deployments.PSWhatIfPropertyChange, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "PropertyChangeType": "Microsoft.Azure.Management.ResourceManager.Models.PropertyChangeType", "Before": "Newtonsoft.Json.Linq.JToken", @@ -113117,7 +114437,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSResourceManagerError]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSResourceManagerError]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSResourceManagerError, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSResourceManagerError, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -113129,7 +114449,7 @@ "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSResourceManagerError": { "Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels", "Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSResourceManagerError", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSResourceManagerError, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSResourceManagerError, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Details": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSResourceManagerError]", "Code": "System.String", @@ -113628,7 +114948,7 @@ "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyAssignmentProperties": { "Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy", "Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyAssignmentProperties", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyAssignmentProperties, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyAssignmentProperties, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Metadata": "System.Management.Automation.PSObject", "Parameters": "System.Management.Automation.PSObject", @@ -113699,7 +115019,7 @@ "System.Nullable`1[Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyAssignmentEnforcementMode]": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyAssignmentEnforcementMode]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyAssignmentEnforcementMode, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyAssignmentEnforcementMode, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -113711,7 +115031,7 @@ "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyAssignmentEnforcementMode": { "Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy", "Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyAssignmentEnforcementMode", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyAssignmentEnforcementMode, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyAssignmentEnforcementMode, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -113816,7 +115136,7 @@ "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyDefinitionProperties": { "Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy", "Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyDefinitionProperties", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyDefinitionProperties, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyDefinitionProperties, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "PolicyType": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyType", "Metadata": "System.Management.Automation.PSObject", @@ -113886,7 +115206,7 @@ "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyType": { "Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy", "Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyType, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyType, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -113991,7 +115311,7 @@ "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicySetDefinitionProperties": { "Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy", "Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicySetDefinitionProperties", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicySetDefinitionProperties, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicySetDefinitionProperties, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "PolicyType": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyType", "Metadata": "System.Management.Automation.PSObject", @@ -114051,7 +115371,7 @@ "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Policy.PolicyAssignmentEnforcementMode": { "Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Policy", "Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Policy.PolicyAssignmentEnforcementMode", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Policy.PolicyAssignmentEnforcementMode, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Policy.PolicyAssignmentEnforcementMode, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -114146,7 +115466,7 @@ "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSResourceProviderResourceType[]": { "Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels", "Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSResourceProviderResourceType[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSResourceProviderResourceType[], Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSResourceProviderResourceType[], Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSResourceProviderResourceType", "GenericTypeArguments": [], @@ -114156,7 +115476,7 @@ "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSResourceProviderResourceType": { "Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels", "Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSResourceProviderResourceType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSResourceProviderResourceType, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSResourceProviderResourceType, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ZoneMappings": "System.Collections.Hashtable", "ResourceTypeName": "System.String", diff --git a/tools/Tools.Common/SerializedCmdlets/Microsoft.Azure.PowerShell.Cmdlets.Resources.dll.json b/tools/Tools.Common/SerializedCmdlets/Microsoft.Azure.PowerShell.Cmdlets.Resources.dll.json index c0a416a16db6..384c4a7598a9 100644 --- a/tools/Tools.Common/SerializedCmdlets/Microsoft.Azure.PowerShell.Cmdlets.Resources.dll.json +++ b/tools/Tools.Common/SerializedCmdlets/Microsoft.Azure.PowerShell.Cmdlets.Resources.dll.json @@ -14,7 +14,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Resources.Models.Authorization", "Name": "Microsoft.Azure.Commands.Resources.Models.Authorization.PSDenyAssignment", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Resources.Models.Authorization.PSDenyAssignment, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Resources.Models.Authorization.PSDenyAssignment, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DoNotApplyToChildScopes": "System.Boolean", "IsSystemProtected": "System.Boolean", @@ -2235,7 +2235,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Resources.Models", "Name": "Microsoft.Azure.Commands.Resources.Models.PSResourceProviderOperation", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Resources.Models.PSResourceProviderOperation, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Resources.Models.PSResourceProviderOperation, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "IsDataAction": "System.Boolean", "Operation": "System.String", @@ -2431,7 +2431,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Resources.Models.Authorization", "Name": "Microsoft.Azure.Commands.Resources.Models.Authorization.PSRoleAssignment", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Resources.Models.Authorization.PSRoleAssignment, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Resources.Models.Authorization.PSRoleAssignment, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "CanDelegate": "System.Boolean", "RoleAssignmentId": "System.String", @@ -5341,7 +5341,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Resources.Models.Authorization", "Name": "Microsoft.Azure.Commands.Resources.Models.Authorization.PSRoleAssignment", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Resources.Models.Authorization.PSRoleAssignment, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Resources.Models.Authorization.PSRoleAssignment, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "CanDelegate": "System.Boolean", "RoleAssignmentId": "System.String", @@ -7369,7 +7369,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Resources.Models.Authorization", "Name": "Microsoft.Azure.Commands.Resources.Models.Authorization.PSRoleAssignment", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Resources.Models.Authorization.PSRoleAssignment, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Resources.Models.Authorization.PSRoleAssignment, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "CanDelegate": "System.Boolean", "RoleAssignmentId": "System.String", @@ -7636,7 +7636,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Resources.Models.Authorization", "Name": "Microsoft.Azure.Commands.Resources.Models.Authorization.PSRoleAssignment", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Resources.Models.Authorization.PSRoleAssignment, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Resources.Models.Authorization.PSRoleAssignment, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "CanDelegate": "System.Boolean", "RoleAssignmentId": "System.String", @@ -9589,7 +9589,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Resources.Models.Authorization", "Name": "Microsoft.Azure.Commands.Resources.Models.Authorization.PSRoleAssignment", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Resources.Models.Authorization.PSRoleAssignment, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Resources.Models.Authorization.PSRoleAssignment, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "CanDelegate": "System.Boolean", "RoleAssignmentId": "System.String", @@ -9730,7 +9730,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Resources.Models.Authorization", "Name": "Microsoft.Azure.Commands.Resources.Models.Authorization.PSRoleDefinition", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Resources.Models.Authorization.PSRoleDefinition, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Resources.Models.Authorization.PSRoleDefinition, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "IsCustom": "System.Boolean", "Actions": "System.Collections.Generic.List`1[System.String]", @@ -10229,7 +10229,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Resources.Models.Authorization", "Name": "Microsoft.Azure.Commands.Resources.Models.Authorization.PSRoleDefinition", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Resources.Models.Authorization.PSRoleDefinition, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Resources.Models.Authorization.PSRoleDefinition, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "IsCustom": "System.Boolean", "Actions": "System.Collections.Generic.List`1[System.String]", @@ -10308,7 +10308,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Resources.Models.Authorization", "Name": "Microsoft.Azure.Commands.Resources.Models.Authorization.PSRoleDefinition", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Resources.Models.Authorization.PSRoleDefinition, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Resources.Models.Authorization.PSRoleDefinition, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "IsCustom": "System.Boolean", "Actions": "System.Collections.Generic.List`1[System.String]", @@ -10475,7 +10475,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Resources.Models.Authorization", "Name": "Microsoft.Azure.Commands.Resources.Models.Authorization.PSRoleDefinition", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Resources.Models.Authorization.PSRoleDefinition, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Resources.Models.Authorization.PSRoleDefinition, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "IsCustom": "System.Boolean", "Actions": "System.Collections.Generic.List`1[System.String]", @@ -10691,7 +10691,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Resources.Models.Authorization", "Name": "Microsoft.Azure.Commands.Resources.Models.Authorization.PSRoleDefinition", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Resources.Models.Authorization.PSRoleDefinition, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Resources.Models.Authorization.PSRoleDefinition, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "IsCustom": "System.Boolean", "Actions": "System.Collections.Generic.List`1[System.String]", @@ -11124,7 +11124,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Resources.Models.Authorization", "Name": "Microsoft.Azure.Commands.Resources.Models.Authorization.PSRoleDefinition", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Resources.Models.Authorization.PSRoleDefinition, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Resources.Models.Authorization.PSRoleDefinition, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "IsCustom": "System.Boolean", "Actions": "System.Collections.Generic.List`1[System.String]", @@ -11381,7 +11381,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Resources.Models.Authorization", "Name": "Microsoft.Azure.Commands.Resources.Models.Authorization.PSRoleDefinition", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Resources.Models.Authorization.PSRoleDefinition, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Resources.Models.Authorization.PSRoleDefinition, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "IsCustom": "System.Boolean", "Actions": "System.Collections.Generic.List`1[System.String]", @@ -11460,7 +11460,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Resources.Models.Authorization", "Name": "Microsoft.Azure.Commands.Resources.Models.Authorization.PSRoleDefinition", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Resources.Models.Authorization.PSRoleDefinition, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Resources.Models.Authorization.PSRoleDefinition, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "IsCustom": "System.Boolean", "Actions": "System.Collections.Generic.List`1[System.String]", @@ -11627,7 +11627,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Resources.Models.Authorization", "Name": "Microsoft.Azure.Commands.Resources.Models.Authorization.PSRoleDefinition", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Resources.Models.Authorization.PSRoleDefinition, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Resources.Models.Authorization.PSRoleDefinition, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "IsCustom": "System.Boolean", "Actions": "System.Collections.Generic.List`1[System.String]", @@ -11788,7 +11788,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Resources.Models.ManagementGroups", "Name": "Microsoft.Azure.Commands.Resources.Models.ManagementGroups.PSManagementGroupInfo", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Resources.Models.ManagementGroups.PSManagementGroupInfo, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Resources.Models.ManagementGroups.PSManagementGroupInfo, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Id": "System.String", "Type": "System.String", @@ -11851,7 +11851,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Resources.Models.ManagementGroups", "Name": "Microsoft.Azure.Commands.Resources.Models.ManagementGroups.PSManagementGroup", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Resources.Models.ManagementGroups.PSManagementGroup, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Resources.Models.ManagementGroups.PSManagementGroup, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Children": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Resources.Models.ManagementGroups.PSManagementGroupChildInfo]", "UpdatedTime": "System.Nullable`1[System.DateTime]", @@ -12104,7 +12104,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Resources.Models.ManagementGroups", "Name": "Microsoft.Azure.Commands.Resources.Models.ManagementGroups.PSManagementGroup", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Resources.Models.ManagementGroups.PSManagementGroup, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Resources.Models.ManagementGroups.PSManagementGroup, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Children": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Resources.Models.ManagementGroups.PSManagementGroupChildInfo]", "UpdatedTime": "System.Nullable`1[System.DateTime]", @@ -12827,7 +12827,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Resources.Models.ManagementGroups", "Name": "Microsoft.Azure.Commands.Resources.Models.ManagementGroups.PSManagementGroup", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Resources.Models.ManagementGroups.PSManagementGroup, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Resources.Models.ManagementGroups.PSManagementGroup, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Children": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Resources.Models.ManagementGroups.PSManagementGroupChildInfo]", "UpdatedTime": "System.Nullable`1[System.DateTime]", @@ -12974,7 +12974,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Resources.Models.ManagementGroups", "Name": "Microsoft.Azure.Commands.Resources.Models.ManagementGroups.PSManagementGroup", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Resources.Models.ManagementGroups.PSManagementGroup, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Resources.Models.ManagementGroups.PSManagementGroup, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Children": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Resources.Models.ManagementGroups.PSManagementGroupChildInfo]", "UpdatedTime": "System.Nullable`1[System.DateTime]", @@ -13542,7 +13542,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Resources.Models.ManagementGroups", "Name": "Microsoft.Azure.Commands.Resources.Models.ManagementGroups.PSManagementGroup", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Resources.Models.ManagementGroups.PSManagementGroup, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Resources.Models.ManagementGroups.PSManagementGroup, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Children": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Resources.Models.ManagementGroups.PSManagementGroupChildInfo]", "UpdatedTime": "System.Nullable`1[System.DateTime]", @@ -13615,7 +13615,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Resources.Models.ManagementGroups", "Name": "Microsoft.Azure.Commands.Resources.Models.ManagementGroups.PSManagementGroup", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Resources.Models.ManagementGroups.PSManagementGroup, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Resources.Models.ManagementGroups.PSManagementGroup, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Children": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Resources.Models.ManagementGroups.PSManagementGroupChildInfo]", "UpdatedTime": "System.Nullable`1[System.DateTime]", @@ -13780,7 +13780,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Resources.Models.ManagementGroups", "Name": "Microsoft.Azure.Commands.Resources.Models.ManagementGroups.PSManagementGroup", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Resources.Models.ManagementGroups.PSManagementGroup, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Resources.Models.ManagementGroups.PSManagementGroup, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Children": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Resources.Models.ManagementGroups.PSManagementGroupChildInfo]", "UpdatedTime": "System.Nullable`1[System.DateTime]", @@ -13926,7 +13926,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Resources.Models.ManagementGroups", "Name": "Microsoft.Azure.Commands.Resources.Models.ManagementGroups.PSManagementGroup", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Resources.Models.ManagementGroups.PSManagementGroup, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Resources.Models.ManagementGroups.PSManagementGroup, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Children": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Resources.Models.ManagementGroups.PSManagementGroupChildInfo]", "UpdatedTime": "System.Nullable`1[System.DateTime]", @@ -14428,7 +14428,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ActiveDirectory", "Name": "Microsoft.Azure.Commands.ActiveDirectory.PSADGroup", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ActiveDirectory.PSADGroup, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ActiveDirectory.PSADGroup, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "SecurityEnabled": "System.Nullable`1[System.Boolean]", "MailNickname": "System.String", @@ -14701,7 +14701,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ActiveDirectory", "Name": "Microsoft.Azure.Commands.ActiveDirectory.PSADGroup", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ActiveDirectory.PSADGroup, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ActiveDirectory.PSADGroup, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "SecurityEnabled": "System.Nullable`1[System.Boolean]", "MailNickname": "System.String", @@ -15089,7 +15089,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ActiveDirectory", "Name": "Microsoft.Azure.Commands.ActiveDirectory.PSADGroup", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ActiveDirectory.PSADGroup, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ActiveDirectory.PSADGroup, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "SecurityEnabled": "System.Nullable`1[System.Boolean]", "MailNickname": "System.String", @@ -15412,7 +15412,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ActiveDirectory", "Name": "Microsoft.Azure.Commands.ActiveDirectory.PSADCredential", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ActiveDirectory.PSADCredential, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ActiveDirectory.PSADCredential, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "StartDate": "System.String", "EndDate": "System.String", @@ -15522,7 +15522,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ActiveDirectory", "Name": "Microsoft.Azure.Commands.ActiveDirectory.PSADApplication", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ActiveDirectory.PSADApplication, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ActiveDirectory.PSADApplication, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AvailableToOtherTenants": "System.Boolean", "IdentifierUris": "System.Collections.Generic.IList`1[System.String]", @@ -15826,7 +15826,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ActiveDirectory", "Name": "Microsoft.Azure.Commands.ActiveDirectory.PSADApplication", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ActiveDirectory.PSADApplication, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ActiveDirectory.PSADApplication, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AvailableToOtherTenants": "System.Boolean", "IdentifierUris": "System.Collections.Generic.IList`1[System.String]", @@ -15988,7 +15988,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ActiveDirectory", "Name": "Microsoft.Azure.Commands.ActiveDirectory.PSADApplication", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ActiveDirectory.PSADApplication, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ActiveDirectory.PSADApplication, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AvailableToOtherTenants": "System.Boolean", "IdentifierUris": "System.Collections.Generic.IList`1[System.String]", @@ -16574,7 +16574,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ActiveDirectory", "Name": "Microsoft.Azure.Commands.ActiveDirectory.PSADGroup", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ActiveDirectory.PSADGroup, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ActiveDirectory.PSADGroup, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "SecurityEnabled": "System.Nullable`1[System.Boolean]", "MailNickname": "System.String", @@ -17053,7 +17053,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ActiveDirectory", "Name": "Microsoft.Azure.Commands.ActiveDirectory.PSADObject", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ActiveDirectory.PSADObject, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ActiveDirectory.PSADObject, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DisplayName": "System.String", "Id": "System.String", @@ -17147,7 +17147,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ActiveDirectory", "Name": "Microsoft.Azure.Commands.ActiveDirectory.PSADGroup", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ActiveDirectory.PSADGroup, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ActiveDirectory.PSADGroup, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "SecurityEnabled": "System.Nullable`1[System.Boolean]", "MailNickname": "System.String", @@ -17383,7 +17383,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ActiveDirectory", "Name": "Microsoft.Azure.Commands.ActiveDirectory.PSADGroup", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ActiveDirectory.PSADGroup, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ActiveDirectory.PSADGroup, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "SecurityEnabled": "System.Nullable`1[System.Boolean]", "MailNickname": "System.String", @@ -17542,7 +17542,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ActiveDirectory", "Name": "Microsoft.Azure.Commands.ActiveDirectory.PSADServicePrincipal", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ActiveDirectory.PSADServicePrincipal, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ActiveDirectory.PSADServicePrincipal, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ApplicationId": "System.Guid", "ObjectType": "System.String", @@ -17674,7 +17674,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ActiveDirectory", "Name": "Microsoft.Azure.Commands.ActiveDirectory.PSADApplication", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ActiveDirectory.PSADApplication, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ActiveDirectory.PSADApplication, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AvailableToOtherTenants": "System.Boolean", "IdentifierUris": "System.Collections.Generic.IList`1[System.String]", @@ -18068,7 +18068,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ActiveDirectory", "Name": "Microsoft.Azure.Commands.ActiveDirectory.PSADApplication", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ActiveDirectory.PSADApplication, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ActiveDirectory.PSADApplication, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AvailableToOtherTenants": "System.Boolean", "IdentifierUris": "System.Collections.Generic.IList`1[System.String]", @@ -18304,7 +18304,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ActiveDirectory", "Name": "Microsoft.Azure.Commands.ActiveDirectory.PSADCredential", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ActiveDirectory.PSADCredential, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ActiveDirectory.PSADCredential, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "StartDate": "System.String", "EndDate": "System.String", @@ -18416,7 +18416,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ActiveDirectory", "Name": "Microsoft.Azure.Commands.ActiveDirectory.PSADServicePrincipal", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ActiveDirectory.PSADServicePrincipal, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ActiveDirectory.PSADServicePrincipal, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ApplicationId": "System.Guid", "ObjectType": "System.String", @@ -18718,7 +18718,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ActiveDirectory", "Name": "Microsoft.Azure.Commands.ActiveDirectory.PSADServicePrincipal", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ActiveDirectory.PSADServicePrincipal, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ActiveDirectory.PSADServicePrincipal, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ApplicationId": "System.Guid", "ObjectType": "System.String", @@ -18878,10 +18878,16 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ActiveDirectory", "Name": "Microsoft.Azure.Commands.ActiveDirectory.PSADUser", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ActiveDirectory.PSADUser, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ActiveDirectory.PSADUser, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { + "AccountEnabled": "System.Nullable`1[System.Boolean]", "UserPrincipalName": "System.String", "ObjectType": "System.String", + "UsageLocation": "System.String", + "GivenName": "System.String", + "Surname": "System.String", + "MailNickname": "System.String", + "Mail": "System.String", "DisplayName": "System.String", "Id": "System.String", "Type": "System.String" @@ -19533,7 +19539,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ActiveDirectory", "Name": "Microsoft.Azure.Commands.ActiveDirectory.PSADCredential", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ActiveDirectory.PSADCredential, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ActiveDirectory.PSADCredential, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "StartDate": "System.String", "EndDate": "System.String", @@ -19643,7 +19649,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ActiveDirectory", "Name": "Microsoft.Azure.Commands.ActiveDirectory.PSADApplication", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ActiveDirectory.PSADApplication, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ActiveDirectory.PSADApplication, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AvailableToOtherTenants": "System.Boolean", "IdentifierUris": "System.Collections.Generic.IList`1[System.String]", @@ -20655,7 +20661,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ActiveDirectory", "Name": "Microsoft.Azure.Commands.ActiveDirectory.PSADApplication", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ActiveDirectory.PSADApplication, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ActiveDirectory.PSADApplication, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AvailableToOtherTenants": "System.Boolean", "IdentifierUris": "System.Collections.Generic.IList`1[System.String]", @@ -20838,7 +20844,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ActiveDirectory", "Name": "Microsoft.Azure.Commands.ActiveDirectory.PSADApplication", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ActiveDirectory.PSADApplication, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ActiveDirectory.PSADApplication, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AvailableToOtherTenants": "System.Boolean", "IdentifierUris": "System.Collections.Generic.IList`1[System.String]", @@ -21120,7 +21126,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ActiveDirectory", "Name": "Microsoft.Azure.Commands.ActiveDirectory.PSADApplication", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ActiveDirectory.PSADApplication, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ActiveDirectory.PSADApplication, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AvailableToOtherTenants": "System.Boolean", "IdentifierUris": "System.Collections.Generic.IList`1[System.String]", @@ -21272,7 +21278,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ActiveDirectory", "Name": "Microsoft.Azure.Commands.ActiveDirectory.PSADPasswordCredential[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ActiveDirectory.PSADPasswordCredential[], Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ActiveDirectory.PSADPasswordCredential[], Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.ActiveDirectory.PSADPasswordCredential", "GenericTypeArguments": [], @@ -21290,7 +21296,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ActiveDirectory", "Name": "Microsoft.Azure.Commands.ActiveDirectory.PSADKeyCredential[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ActiveDirectory.PSADKeyCredential[], Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ActiveDirectory.PSADKeyCredential[], Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.ActiveDirectory.PSADKeyCredential", "GenericTypeArguments": [], @@ -21939,7 +21945,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ActiveDirectory", "Name": "Microsoft.Azure.Commands.ActiveDirectory.PSADPasswordCredential[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ActiveDirectory.PSADPasswordCredential[], Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ActiveDirectory.PSADPasswordCredential[], Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.ActiveDirectory.PSADPasswordCredential", "GenericTypeArguments": [], @@ -22363,7 +22369,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ActiveDirectory", "Name": "Microsoft.Azure.Commands.ActiveDirectory.PSADKeyCredential[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ActiveDirectory.PSADKeyCredential[], Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ActiveDirectory.PSADKeyCredential[], Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.ActiveDirectory.PSADKeyCredential", "GenericTypeArguments": [], @@ -22482,7 +22488,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ActiveDirectory", "Name": "Microsoft.Azure.Commands.ActiveDirectory.PSADGroup", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ActiveDirectory.PSADGroup, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ActiveDirectory.PSADGroup, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "SecurityEnabled": "System.Nullable`1[System.Boolean]", "MailNickname": "System.String", @@ -22757,7 +22763,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ActiveDirectory", "Name": "Microsoft.Azure.Commands.ActiveDirectory.PSADServicePrincipal", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ActiveDirectory.PSADServicePrincipal, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ActiveDirectory.PSADServicePrincipal, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ApplicationId": "System.Guid", "ObjectType": "System.String", @@ -22811,7 +22817,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Resources.Models.Authorization", "Name": "Microsoft.Azure.Commands.Resources.Models.Authorization.PSADServicePrincipalWrapper", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Resources.Models.Authorization.PSADServicePrincipalWrapper, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Resources.Models.Authorization.PSADServicePrincipalWrapper, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ApplicationId": "System.Guid", "Secret": "System.Security.SecureString", @@ -22911,7 +22917,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ActiveDirectory", "Name": "Microsoft.Azure.Commands.ActiveDirectory.PSADApplication", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ActiveDirectory.PSADApplication, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ActiveDirectory.PSADApplication, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AvailableToOtherTenants": "System.Boolean", "IdentifierUris": "System.Collections.Generic.IList`1[System.String]", @@ -22974,7 +22980,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ActiveDirectory", "Name": "Microsoft.Azure.Commands.ActiveDirectory.PSADPasswordCredential[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ActiveDirectory.PSADPasswordCredential[], Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ActiveDirectory.PSADPasswordCredential[], Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.ActiveDirectory.PSADPasswordCredential", "GenericTypeArguments": [], @@ -22994,7 +23000,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ActiveDirectory", "Name": "Microsoft.Azure.Commands.ActiveDirectory.PSADKeyCredential[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ActiveDirectory.PSADKeyCredential[], Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ActiveDirectory.PSADKeyCredential[], Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.ActiveDirectory.PSADKeyCredential", "GenericTypeArguments": [], @@ -23369,7 +23375,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ActiveDirectory", "Name": "Microsoft.Azure.Commands.ActiveDirectory.PSADPasswordCredential[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ActiveDirectory.PSADPasswordCredential[], Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ActiveDirectory.PSADPasswordCredential[], Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.ActiveDirectory.PSADPasswordCredential", "GenericTypeArguments": [], @@ -23603,7 +23609,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ActiveDirectory", "Name": "Microsoft.Azure.Commands.ActiveDirectory.PSADKeyCredential[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ActiveDirectory.PSADKeyCredential[], Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ActiveDirectory.PSADKeyCredential[], Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.ActiveDirectory.PSADKeyCredential", "GenericTypeArguments": [], @@ -24093,7 +24099,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ActiveDirectory", "Name": "Microsoft.Azure.Commands.ActiveDirectory.PSADPasswordCredential[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ActiveDirectory.PSADPasswordCredential[], Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ActiveDirectory.PSADPasswordCredential[], Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.ActiveDirectory.PSADPasswordCredential", "GenericTypeArguments": [], @@ -24327,7 +24333,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ActiveDirectory", "Name": "Microsoft.Azure.Commands.ActiveDirectory.PSADKeyCredential[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ActiveDirectory.PSADKeyCredential[], Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ActiveDirectory.PSADKeyCredential[], Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.ActiveDirectory.PSADKeyCredential", "GenericTypeArguments": [], @@ -24395,7 +24401,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ActiveDirectory", "Name": "Microsoft.Azure.Commands.ActiveDirectory.PSADApplication", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ActiveDirectory.PSADApplication, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ActiveDirectory.PSADApplication, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AvailableToOtherTenants": "System.Boolean", "IdentifierUris": "System.Collections.Generic.IList`1[System.String]", @@ -24554,7 +24560,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ActiveDirectory", "Name": "Microsoft.Azure.Commands.ActiveDirectory.PSADApplication", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ActiveDirectory.PSADApplication, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ActiveDirectory.PSADApplication, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AvailableToOtherTenants": "System.Boolean", "IdentifierUris": "System.Collections.Generic.IList`1[System.String]", @@ -24623,7 +24629,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ActiveDirectory", "Name": "Microsoft.Azure.Commands.ActiveDirectory.PSADPasswordCredential[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ActiveDirectory.PSADPasswordCredential[], Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ActiveDirectory.PSADPasswordCredential[], Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.ActiveDirectory.PSADPasswordCredential", "GenericTypeArguments": [], @@ -24691,7 +24697,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ActiveDirectory", "Name": "Microsoft.Azure.Commands.ActiveDirectory.PSADApplication", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ActiveDirectory.PSADApplication, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ActiveDirectory.PSADApplication, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AvailableToOtherTenants": "System.Boolean", "IdentifierUris": "System.Collections.Generic.IList`1[System.String]", @@ -24874,7 +24880,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ActiveDirectory", "Name": "Microsoft.Azure.Commands.ActiveDirectory.PSADApplication", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ActiveDirectory.PSADApplication, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ActiveDirectory.PSADApplication, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AvailableToOtherTenants": "System.Boolean", "IdentifierUris": "System.Collections.Generic.IList`1[System.String]", @@ -24943,7 +24949,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ActiveDirectory", "Name": "Microsoft.Azure.Commands.ActiveDirectory.PSADKeyCredential[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ActiveDirectory.PSADKeyCredential[], Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ActiveDirectory.PSADKeyCredential[], Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.ActiveDirectory.PSADKeyCredential", "GenericTypeArguments": [], @@ -25062,7 +25068,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ActiveDirectory", "Name": "Microsoft.Azure.Commands.ActiveDirectory.PSADCredential", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ActiveDirectory.PSADCredential, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ActiveDirectory.PSADCredential, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "StartDate": "System.String", "EndDate": "System.String", @@ -25114,7 +25120,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Resources.Models.Authorization", "Name": "Microsoft.Azure.Commands.Resources.Models.Authorization.PSADCredentialWrapper", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Resources.Models.Authorization.PSADCredentialWrapper, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Resources.Models.Authorization.PSADCredentialWrapper, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Secret": "System.Security.SecureString", "StartDate": "System.String", @@ -25216,7 +25222,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ActiveDirectory", "Name": "Microsoft.Azure.Commands.ActiveDirectory.PSADServicePrincipal", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ActiveDirectory.PSADServicePrincipal, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ActiveDirectory.PSADServicePrincipal, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ApplicationId": "System.Guid", "ObjectType": "System.String", @@ -25886,7 +25892,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ActiveDirectory", "Name": "Microsoft.Azure.Commands.ActiveDirectory.PSADServicePrincipal", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ActiveDirectory.PSADServicePrincipal, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ActiveDirectory.PSADServicePrincipal, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ApplicationId": "System.Guid", "ObjectType": "System.String", @@ -26065,7 +26071,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ActiveDirectory", "Name": "Microsoft.Azure.Commands.ActiveDirectory.PSADServicePrincipal", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ActiveDirectory.PSADServicePrincipal, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ActiveDirectory.PSADServicePrincipal, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ApplicationId": "System.Guid", "ObjectType": "System.String", @@ -26321,10 +26327,16 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ActiveDirectory", "Name": "Microsoft.Azure.Commands.ActiveDirectory.PSADUser", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ActiveDirectory.PSADUser, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ActiveDirectory.PSADUser, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { + "AccountEnabled": "System.Nullable`1[System.Boolean]", "UserPrincipalName": "System.String", "ObjectType": "System.String", + "UsageLocation": "System.String", + "GivenName": "System.String", + "Surname": "System.String", + "MailNickname": "System.String", + "Mail": "System.String", "DisplayName": "System.String", "Id": "System.String", "Type": "System.String" @@ -26811,7 +26823,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ActiveDirectory", "Name": "Microsoft.Azure.Commands.ActiveDirectory.PSADApplication", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ActiveDirectory.PSADApplication, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ActiveDirectory.PSADApplication, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AvailableToOtherTenants": "System.Boolean", "IdentifierUris": "System.Collections.Generic.IList`1[System.String]", @@ -27367,7 +27379,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ActiveDirectory", "Name": "Microsoft.Azure.Commands.ActiveDirectory.PSADApplication", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ActiveDirectory.PSADApplication, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ActiveDirectory.PSADApplication, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AvailableToOtherTenants": "System.Boolean", "IdentifierUris": "System.Collections.Generic.IList`1[System.String]", @@ -27698,7 +27710,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ActiveDirectory", "Name": "Microsoft.Azure.Commands.ActiveDirectory.PSADApplication", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ActiveDirectory.PSADApplication, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ActiveDirectory.PSADApplication, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AvailableToOtherTenants": "System.Boolean", "IdentifierUris": "System.Collections.Generic.IList`1[System.String]", @@ -28182,7 +28194,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ActiveDirectory", "Name": "Microsoft.Azure.Commands.ActiveDirectory.PSADApplication", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ActiveDirectory.PSADApplication, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ActiveDirectory.PSADApplication, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AvailableToOtherTenants": "System.Boolean", "IdentifierUris": "System.Collections.Generic.IList`1[System.String]", @@ -28495,7 +28507,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ActiveDirectory", "Name": "Microsoft.Azure.Commands.ActiveDirectory.PSADGroup", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ActiveDirectory.PSADGroup, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ActiveDirectory.PSADGroup, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "SecurityEnabled": "System.Nullable`1[System.Boolean]", "MailNickname": "System.String", @@ -28860,7 +28872,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ActiveDirectory", "Name": "Microsoft.Azure.Commands.ActiveDirectory.PSADGroup", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ActiveDirectory.PSADGroup, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ActiveDirectory.PSADGroup, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "SecurityEnabled": "System.Nullable`1[System.Boolean]", "MailNickname": "System.String", @@ -29206,7 +29218,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ActiveDirectory", "Name": "Microsoft.Azure.Commands.ActiveDirectory.PSADGroup", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ActiveDirectory.PSADGroup, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ActiveDirectory.PSADGroup, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "SecurityEnabled": "System.Nullable`1[System.Boolean]", "MailNickname": "System.String", @@ -29461,7 +29473,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ActiveDirectory", "Name": "Microsoft.Azure.Commands.ActiveDirectory.PSADGroup", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ActiveDirectory.PSADGroup, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ActiveDirectory.PSADGroup, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "SecurityEnabled": "System.Nullable`1[System.Boolean]", "MailNickname": "System.String", @@ -29849,7 +29861,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ActiveDirectory", "Name": "Microsoft.Azure.Commands.ActiveDirectory.PSADGroup", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ActiveDirectory.PSADGroup, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ActiveDirectory.PSADGroup, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "SecurityEnabled": "System.Nullable`1[System.Boolean]", "MailNickname": "System.String", @@ -30176,7 +30188,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ActiveDirectory", "Name": "Microsoft.Azure.Commands.ActiveDirectory.PSADServicePrincipal", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ActiveDirectory.PSADServicePrincipal, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ActiveDirectory.PSADServicePrincipal, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ApplicationId": "System.Guid", "ObjectType": "System.String", @@ -30311,7 +30323,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ActiveDirectory", "Name": "Microsoft.Azure.Commands.ActiveDirectory.PSADServicePrincipal", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ActiveDirectory.PSADServicePrincipal, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ActiveDirectory.PSADServicePrincipal, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ApplicationId": "System.Guid", "ObjectType": "System.String", @@ -30368,7 +30380,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ActiveDirectory", "Name": "Microsoft.Azure.Commands.ActiveDirectory.PSADApplication", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ActiveDirectory.PSADApplication, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ActiveDirectory.PSADApplication, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AvailableToOtherTenants": "System.Boolean", "IdentifierUris": "System.Collections.Generic.IList`1[System.String]", @@ -30973,7 +30985,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ActiveDirectory", "Name": "Microsoft.Azure.Commands.ActiveDirectory.PSADServicePrincipal", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ActiveDirectory.PSADServicePrincipal, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ActiveDirectory.PSADServicePrincipal, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ApplicationId": "System.Guid", "ObjectType": "System.String", @@ -31128,7 +31140,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ActiveDirectory", "Name": "Microsoft.Azure.Commands.ActiveDirectory.PSADApplication", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ActiveDirectory.PSADApplication, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ActiveDirectory.PSADApplication, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AvailableToOtherTenants": "System.Boolean", "IdentifierUris": "System.Collections.Generic.IList`1[System.String]", @@ -31459,7 +31471,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ActiveDirectory", "Name": "Microsoft.Azure.Commands.ActiveDirectory.PSADServicePrincipal", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ActiveDirectory.PSADServicePrincipal, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ActiveDirectory.PSADServicePrincipal, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ApplicationId": "System.Guid", "ObjectType": "System.String", @@ -32005,7 +32017,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ActiveDirectory", "Name": "Microsoft.Azure.Commands.ActiveDirectory.PSADServicePrincipal", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ActiveDirectory.PSADServicePrincipal, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ActiveDirectory.PSADServicePrincipal, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ApplicationId": "System.Guid", "ObjectType": "System.String", @@ -32378,10 +32390,16 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ActiveDirectory", "Name": "Microsoft.Azure.Commands.ActiveDirectory.PSADUser", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ActiveDirectory.PSADUser, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ActiveDirectory.PSADUser, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { + "AccountEnabled": "System.Nullable`1[System.Boolean]", "UserPrincipalName": "System.String", "ObjectType": "System.String", + "UsageLocation": "System.String", + "GivenName": "System.String", + "Surname": "System.String", + "MailNickname": "System.String", + "Mail": "System.String", "DisplayName": "System.String", "Id": "System.String", "Type": "System.String" @@ -32975,10 +32993,16 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ActiveDirectory", "Name": "Microsoft.Azure.Commands.ActiveDirectory.PSADUser", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ActiveDirectory.PSADUser, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ActiveDirectory.PSADUser, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { + "AccountEnabled": "System.Nullable`1[System.Boolean]", "UserPrincipalName": "System.String", "ObjectType": "System.String", + "UsageLocation": "System.String", + "GivenName": "System.String", + "Surname": "System.String", + "MailNickname": "System.String", + "Mail": "System.String", "DisplayName": "System.String", "Id": "System.String", "Type": "System.String" @@ -33228,7 +33252,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ActiveDirectory", "Name": "Microsoft.Azure.Commands.ActiveDirectory.PSADApplication", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ActiveDirectory.PSADApplication, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ActiveDirectory.PSADApplication, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AvailableToOtherTenants": "System.Boolean", "IdentifierUris": "System.Collections.Generic.IList`1[System.String]", @@ -33326,7 +33350,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ActiveDirectory", "Name": "Microsoft.Azure.Commands.ActiveDirectory.PSADApplication", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ActiveDirectory.PSADApplication, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ActiveDirectory.PSADApplication, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AvailableToOtherTenants": "System.Boolean", "IdentifierUris": "System.Collections.Generic.IList`1[System.String]", @@ -33904,7 +33928,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ActiveDirectory", "Name": "Microsoft.Azure.Commands.ActiveDirectory.PSADApplication", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ActiveDirectory.PSADApplication, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ActiveDirectory.PSADApplication, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AvailableToOtherTenants": "System.Boolean", "IdentifierUris": "System.Collections.Generic.IList`1[System.String]", @@ -34192,7 +34216,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ActiveDirectory", "Name": "Microsoft.Azure.Commands.ActiveDirectory.PSADServicePrincipal", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ActiveDirectory.PSADServicePrincipal, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ActiveDirectory.PSADServicePrincipal, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ApplicationId": "System.Guid", "ObjectType": "System.String", @@ -34308,7 +34332,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ActiveDirectory", "Name": "Microsoft.Azure.Commands.ActiveDirectory.PSADServicePrincipal", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ActiveDirectory.PSADServicePrincipal, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ActiveDirectory.PSADServicePrincipal, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ApplicationId": "System.Guid", "ObjectType": "System.String", @@ -35038,7 +35062,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ActiveDirectory", "Name": "Microsoft.Azure.Commands.ActiveDirectory.PSADServicePrincipal", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ActiveDirectory.PSADServicePrincipal, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ActiveDirectory.PSADServicePrincipal, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ApplicationId": "System.Guid", "ObjectType": "System.String", @@ -35414,10 +35438,16 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ActiveDirectory", "Name": "Microsoft.Azure.Commands.ActiveDirectory.PSADUser", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ActiveDirectory.PSADUser, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ActiveDirectory.PSADUser, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { + "AccountEnabled": "System.Nullable`1[System.Boolean]", "UserPrincipalName": "System.String", "ObjectType": "System.String", + "UsageLocation": "System.String", + "GivenName": "System.String", + "Surname": "System.String", + "MailNickname": "System.String", + "Mail": "System.String", "DisplayName": "System.String", "Id": "System.String", "Type": "System.String" @@ -35527,10 +35557,16 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ActiveDirectory", "Name": "Microsoft.Azure.Commands.ActiveDirectory.PSADUser", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ActiveDirectory.PSADUser, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ActiveDirectory.PSADUser, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { + "AccountEnabled": "System.Nullable`1[System.Boolean]", "UserPrincipalName": "System.String", "ObjectType": "System.String", + "UsageLocation": "System.String", + "GivenName": "System.String", + "Surname": "System.String", + "MailNickname": "System.String", + "Mail": "System.String", "DisplayName": "System.String", "Id": "System.String", "Type": "System.String" @@ -36196,10 +36232,16 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ActiveDirectory", "Name": "Microsoft.Azure.Commands.ActiveDirectory.PSADUser", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ActiveDirectory.PSADUser, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ActiveDirectory.PSADUser, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { + "AccountEnabled": "System.Nullable`1[System.Boolean]", "UserPrincipalName": "System.String", "ObjectType": "System.String", + "UsageLocation": "System.String", + "GivenName": "System.String", + "Surname": "System.String", + "MailNickname": "System.String", + "Mail": "System.String", "DisplayName": "System.String", "Id": "System.String", "Type": "System.String" @@ -36584,7 +36626,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Resources.Models.Authorization.PSPrincipal]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Resources.Models.Authorization.PSPrincipal]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Resources.Models.Authorization.PSPrincipal, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Resources.Models.Authorization.PSPrincipal, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -36596,7 +36638,7 @@ "Microsoft.Azure.Commands.Resources.Models.Authorization.PSPrincipal": { "Namespace": "Microsoft.Azure.Commands.Resources.Models.Authorization", "Name": "Microsoft.Azure.Commands.Resources.Models.Authorization.PSPrincipal", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Resources.Models.Authorization.PSPrincipal, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Resources.Models.Authorization.PSPrincipal, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ObjectId": "System.Guid", "ObjectType": "System.String", @@ -36864,7 +36906,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Resources.Models.ManagementGroups.PSManagementGroupChildInfo]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Resources.Models.ManagementGroups.PSManagementGroupChildInfo]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Resources.Models.ManagementGroups.PSManagementGroupChildInfo, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Resources.Models.ManagementGroups.PSManagementGroupChildInfo, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -36876,7 +36918,7 @@ "Microsoft.Azure.Commands.Resources.Models.ManagementGroups.PSManagementGroupChildInfo": { "Namespace": "Microsoft.Azure.Commands.Resources.Models.ManagementGroups", "Name": "Microsoft.Azure.Commands.Resources.Models.ManagementGroups.PSManagementGroupChildInfo", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Resources.Models.ManagementGroups.PSManagementGroupChildInfo, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Resources.Models.ManagementGroups.PSManagementGroupChildInfo, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Children": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Resources.Models.ManagementGroups.PSManagementGroupChildInfo]", "Type": "System.String", @@ -36978,7 +37020,7 @@ "Microsoft.Azure.Commands.ActiveDirectory.PSADPasswordCredential": { "Namespace": "Microsoft.Azure.Commands.ActiveDirectory", "Name": "Microsoft.Azure.Commands.ActiveDirectory.PSADPasswordCredential", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ActiveDirectory.PSADPasswordCredential, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ActiveDirectory.PSADPasswordCredential, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "StartDate": "System.DateTime", "EndDate": "System.DateTime", @@ -37025,7 +37067,7 @@ "Microsoft.Azure.Commands.ActiveDirectory.PSADKeyCredential": { "Namespace": "Microsoft.Azure.Commands.ActiveDirectory", "Name": "Microsoft.Azure.Commands.ActiveDirectory.PSADKeyCredential", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ActiveDirectory.PSADKeyCredential, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ActiveDirectory.PSADKeyCredential, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "StartDate": "System.DateTime", "EndDate": "System.DateTime", diff --git a/tools/Tools.Common/SerializedCmdlets/Microsoft.Azure.PowerShell.Cmdlets.Sql.dll.json b/tools/Tools.Common/SerializedCmdlets/Microsoft.Azure.PowerShell.Cmdlets.Sql.dll.json index 9c2b04db5e76..d4b892e1593f 100644 --- a/tools/Tools.Common/SerializedCmdlets/Microsoft.Azure.PowerShell.Cmdlets.Sql.dll.json +++ b/tools/Tools.Common/SerializedCmdlets/Microsoft.Azure.PowerShell.Cmdlets.Sql.dll.json @@ -14,7 +14,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model", "Name": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.DatabaseVulnerabilityAssessmentSettingsModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.DatabaseVulnerabilityAssessmentSettingsModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.DatabaseVulnerabilityAssessmentSettingsModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "RecurringScansInterval": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.RecurringScansInterval", "EmailAdmins": "System.Boolean", @@ -128,7 +128,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Database.Model", "Name": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "CreationDate": "System.DateTime", @@ -417,7 +417,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Database.Model", "Name": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "CreationDate": "System.DateTime", @@ -662,7 +662,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model", "Name": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.DatabaseVulnerabilityAssessmentSettingsModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.DatabaseVulnerabilityAssessmentSettingsModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.DatabaseVulnerabilityAssessmentSettingsModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "RecurringScansInterval": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.RecurringScansInterval", "EmailAdmins": "System.Boolean", @@ -776,7 +776,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Database.Model", "Name": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "CreationDate": "System.DateTime", @@ -1065,7 +1065,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Database.Model", "Name": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "CreationDate": "System.DateTime", @@ -1310,7 +1310,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model", "Name": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.DatabaseVulnerabilityAssessmentSettingsModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.DatabaseVulnerabilityAssessmentSettingsModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.DatabaseVulnerabilityAssessmentSettingsModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "RecurringScansInterval": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.RecurringScansInterval", "EmailAdmins": "System.Boolean", @@ -1424,7 +1424,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model", "Name": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.VulnerabilityAssessmentSettingsModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.VulnerabilityAssessmentSettingsModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.VulnerabilityAssessmentSettingsModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "RecurringScansInterval": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.RecurringScansInterval", "EmailAdmins": "System.Boolean", @@ -1540,7 +1540,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model", "Name": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.RecurringScansInterval", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.RecurringScansInterval, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.RecurringScansInterval, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -1784,7 +1784,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model", "Name": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.RecurringScansInterval", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.RecurringScansInterval, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.RecurringScansInterval, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -2009,7 +2009,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model", "Name": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.VulnerabilityAssessmentSettingsModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.VulnerabilityAssessmentSettingsModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.VulnerabilityAssessmentSettingsModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "RecurringScansInterval": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.RecurringScansInterval", "EmailAdmins": "System.Boolean", @@ -2125,7 +2125,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model", "Name": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.RecurringScansInterval", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.RecurringScansInterval, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.RecurringScansInterval, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -2446,7 +2446,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model", "Name": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.RecurringScansInterval", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.RecurringScansInterval, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.RecurringScansInterval, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -2743,7 +2743,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model", "Name": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.RecurringScansInterval", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.RecurringScansInterval, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.RecurringScansInterval, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -2975,7 +2975,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model", "Name": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.ManagedDatabaseVulnerabilityAssessmentSettingsModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.ManagedDatabaseVulnerabilityAssessmentSettingsModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.ManagedDatabaseVulnerabilityAssessmentSettingsModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "RecurringScansInterval": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.RecurringScansInterval", "EmailAdmins": "System.Boolean", @@ -3089,7 +3089,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model", "Name": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "CreationDate": "System.Nullable`1[System.DateTime]", @@ -3352,7 +3352,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model", "Name": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "CreationDate": "System.Nullable`1[System.DateTime]", @@ -3591,7 +3591,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model", "Name": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.ManagedDatabaseVulnerabilityAssessmentSettingsModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.ManagedDatabaseVulnerabilityAssessmentSettingsModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.ManagedDatabaseVulnerabilityAssessmentSettingsModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "RecurringScansInterval": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.RecurringScansInterval", "EmailAdmins": "System.Boolean", @@ -3705,7 +3705,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model", "Name": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "CreationDate": "System.Nullable`1[System.DateTime]", @@ -3968,7 +3968,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model", "Name": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "CreationDate": "System.Nullable`1[System.DateTime]", @@ -4207,7 +4207,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model", "Name": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.ManagedDatabaseVulnerabilityAssessmentSettingsModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.ManagedDatabaseVulnerabilityAssessmentSettingsModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.ManagedDatabaseVulnerabilityAssessmentSettingsModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "RecurringScansInterval": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.RecurringScansInterval", "EmailAdmins": "System.Boolean", @@ -4321,7 +4321,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model", "Name": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.VulnerabilityAssessmentSettingsModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.VulnerabilityAssessmentSettingsModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.VulnerabilityAssessmentSettingsModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "RecurringScansInterval": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.RecurringScansInterval", "EmailAdmins": "System.Boolean", @@ -4437,7 +4437,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model", "Name": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.RecurringScansInterval", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.RecurringScansInterval, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.RecurringScansInterval, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -4681,7 +4681,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model", "Name": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.RecurringScansInterval", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.RecurringScansInterval, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.RecurringScansInterval, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -4906,7 +4906,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model", "Name": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.VulnerabilityAssessmentSettingsModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.VulnerabilityAssessmentSettingsModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.VulnerabilityAssessmentSettingsModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "RecurringScansInterval": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.RecurringScansInterval", "EmailAdmins": "System.Boolean", @@ -5022,7 +5022,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model", "Name": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.RecurringScansInterval", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.RecurringScansInterval, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.RecurringScansInterval, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -5343,7 +5343,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model", "Name": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.RecurringScansInterval", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.RecurringScansInterval, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.RecurringScansInterval, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -5640,7 +5640,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model", "Name": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.RecurringScansInterval", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.RecurringScansInterval, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.RecurringScansInterval, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -5872,7 +5872,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model", "Name": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.ManagedInstanceVulnerabilityAssessmentSettingsModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.ManagedInstanceVulnerabilityAssessmentSettingsModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.ManagedInstanceVulnerabilityAssessmentSettingsModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "RecurringScansInterval": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.RecurringScansInterval", "EmailAdmins": "System.Boolean", @@ -5981,7 +5981,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model", "Name": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Management.Internal.Resources.Models.Sku", "Identity": "Microsoft.Azure.Management.Sql.Models.ResourceIdentity", @@ -6185,7 +6185,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model", "Name": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Management.Internal.Resources.Models.Sku", "Identity": "Microsoft.Azure.Management.Sql.Models.ResourceIdentity", @@ -6359,7 +6359,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model", "Name": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.ManagedInstanceVulnerabilityAssessmentSettingsModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.ManagedInstanceVulnerabilityAssessmentSettingsModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.ManagedInstanceVulnerabilityAssessmentSettingsModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "RecurringScansInterval": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.RecurringScansInterval", "EmailAdmins": "System.Boolean", @@ -6468,7 +6468,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model", "Name": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Management.Internal.Resources.Models.Sku", "Identity": "Microsoft.Azure.Management.Sql.Models.ResourceIdentity", @@ -6672,7 +6672,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model", "Name": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Management.Internal.Resources.Models.Sku", "Identity": "Microsoft.Azure.Management.Sql.Models.ResourceIdentity", @@ -6846,7 +6846,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model", "Name": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.ManagedInstanceVulnerabilityAssessmentSettingsModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.ManagedInstanceVulnerabilityAssessmentSettingsModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.ManagedInstanceVulnerabilityAssessmentSettingsModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "RecurringScansInterval": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.RecurringScansInterval", "EmailAdmins": "System.Boolean", @@ -6955,7 +6955,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model", "Name": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.VulnerabilityAssessmentSettingsModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.VulnerabilityAssessmentSettingsModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.VulnerabilityAssessmentSettingsModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "RecurringScansInterval": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.RecurringScansInterval", "EmailAdmins": "System.Boolean", @@ -7071,7 +7071,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model", "Name": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.RecurringScansInterval", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.RecurringScansInterval, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.RecurringScansInterval, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -7345,7 +7345,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model", "Name": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.RecurringScansInterval", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.RecurringScansInterval, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.RecurringScansInterval, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -7618,7 +7618,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model", "Name": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.RecurringScansInterval", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.RecurringScansInterval, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.RecurringScansInterval, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -7819,7 +7819,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model", "Name": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.VulnerabilityAssessmentSettingsModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.VulnerabilityAssessmentSettingsModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.VulnerabilityAssessmentSettingsModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "RecurringScansInterval": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.RecurringScansInterval", "EmailAdmins": "System.Boolean", @@ -7887,7 +7887,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model", "Name": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.RecurringScansInterval", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.RecurringScansInterval, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.RecurringScansInterval, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -8088,7 +8088,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model", "Name": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.RecurringScansInterval", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.RecurringScansInterval, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.RecurringScansInterval, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -8296,7 +8296,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model", "Name": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.ServerVulnerabilityAssessmentSettingsModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.ServerVulnerabilityAssessmentSettingsModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.ServerVulnerabilityAssessmentSettingsModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "RecurringScansInterval": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.RecurringScansInterval", "EmailAdmins": "System.Boolean", @@ -8405,7 +8405,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Server.Model", "Name": "Microsoft.Azure.Commands.Sql.Server.Model.AzureSqlServerModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Server.Model.AzureSqlServerModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Server.Model.AzureSqlServerModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Identity": "Microsoft.Azure.Management.Sql.Models.ResourceIdentity", "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", @@ -8599,7 +8599,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Server.Model", "Name": "Microsoft.Azure.Commands.Sql.Server.Model.AzureSqlServerModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Server.Model.AzureSqlServerModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Server.Model.AzureSqlServerModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Identity": "Microsoft.Azure.Management.Sql.Models.ResourceIdentity", "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", @@ -8763,7 +8763,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model", "Name": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.ServerVulnerabilityAssessmentSettingsModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.ServerVulnerabilityAssessmentSettingsModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.ServerVulnerabilityAssessmentSettingsModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "RecurringScansInterval": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.RecurringScansInterval", "EmailAdmins": "System.Boolean", @@ -8872,7 +8872,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Server.Model", "Name": "Microsoft.Azure.Commands.Sql.Server.Model.AzureSqlServerModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Server.Model.AzureSqlServerModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Server.Model.AzureSqlServerModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Identity": "Microsoft.Azure.Management.Sql.Models.ResourceIdentity", "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", @@ -9066,7 +9066,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Server.Model", "Name": "Microsoft.Azure.Commands.Sql.Server.Model.AzureSqlServerModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Server.Model.AzureSqlServerModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Server.Model.AzureSqlServerModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Identity": "Microsoft.Azure.Management.Sql.Models.ResourceIdentity", "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", @@ -9230,7 +9230,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model", "Name": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.DatabaseVulnerabilityAssessmentSettingsModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.DatabaseVulnerabilityAssessmentSettingsModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.DatabaseVulnerabilityAssessmentSettingsModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "RecurringScansInterval": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.RecurringScansInterval", "EmailAdmins": "System.Boolean", @@ -9344,7 +9344,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model", "Name": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.VulnerabilityAssessmentSettingsModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.VulnerabilityAssessmentSettingsModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.VulnerabilityAssessmentSettingsModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "RecurringScansInterval": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.RecurringScansInterval", "EmailAdmins": "System.Boolean", @@ -9460,7 +9460,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model", "Name": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.RecurringScansInterval", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.RecurringScansInterval, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.RecurringScansInterval, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -9734,7 +9734,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model", "Name": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.RecurringScansInterval", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.RecurringScansInterval, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.RecurringScansInterval, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -10007,7 +10007,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model", "Name": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.RecurringScansInterval", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.RecurringScansInterval, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.RecurringScansInterval, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -10208,7 +10208,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model", "Name": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.VulnerabilityAssessmentSettingsModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.VulnerabilityAssessmentSettingsModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.VulnerabilityAssessmentSettingsModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "RecurringScansInterval": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.RecurringScansInterval", "EmailAdmins": "System.Boolean", @@ -10276,7 +10276,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model", "Name": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.RecurringScansInterval", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.RecurringScansInterval, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.RecurringScansInterval, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -10477,7 +10477,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model", "Name": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.RecurringScansInterval", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.RecurringScansInterval, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.RecurringScansInterval, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -10685,7 +10685,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model", "Name": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.DatabaseVulnerabilityAssessmentScanExportModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.DatabaseVulnerabilityAssessmentScanExportModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.DatabaseVulnerabilityAssessmentScanExportModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ServerName": "System.String", "DatabaseName": "System.String", @@ -10791,7 +10791,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model", "Name": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.VulnerabilityAssessmentScanRecordModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.VulnerabilityAssessmentScanRecordModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.VulnerabilityAssessmentScanRecordModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "TriggerType": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.TriggerType", "Errors": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.VulnerabilityAssessmentScanErrorModel]", @@ -11066,7 +11066,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model", "Name": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.VulnerabilityAssessmentScanRecordModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.VulnerabilityAssessmentScanRecordModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.VulnerabilityAssessmentScanRecordModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "TriggerType": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.TriggerType", "Errors": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.VulnerabilityAssessmentScanErrorModel]", @@ -11279,7 +11279,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model", "Name": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.DatabaseVulnerabilityAssessmentScanRecordModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.DatabaseVulnerabilityAssessmentScanRecordModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.DatabaseVulnerabilityAssessmentScanRecordModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "TriggerType": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.TriggerType", "Errors": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.VulnerabilityAssessmentScanErrorModel]", @@ -11391,7 +11391,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Database.Model", "Name": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "CreationDate": "System.DateTime", @@ -11722,7 +11722,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Database.Model", "Name": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "CreationDate": "System.DateTime", @@ -11991,7 +11991,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model", "Name": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.DatabaseVulnerabilityAssessmentScanRecordModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.DatabaseVulnerabilityAssessmentScanRecordModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.DatabaseVulnerabilityAssessmentScanRecordModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "TriggerType": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.TriggerType", "Errors": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.VulnerabilityAssessmentScanErrorModel]", @@ -12103,7 +12103,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Database.Model", "Name": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "CreationDate": "System.DateTime", @@ -12476,7 +12476,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Database.Model", "Name": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "CreationDate": "System.DateTime", @@ -12769,7 +12769,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model", "Name": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.ManagedDatabaseVulnerabilityAssessmentScanExportModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.ManagedDatabaseVulnerabilityAssessmentScanExportModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.ManagedDatabaseVulnerabilityAssessmentScanExportModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "InstanceName": "System.String", "DatabaseName": "System.String", @@ -12875,7 +12875,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model", "Name": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.VulnerabilityAssessmentScanRecordModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.VulnerabilityAssessmentScanRecordModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.VulnerabilityAssessmentScanRecordModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "TriggerType": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.TriggerType", "Errors": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.VulnerabilityAssessmentScanErrorModel]", @@ -13150,7 +13150,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model", "Name": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.VulnerabilityAssessmentScanRecordModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.VulnerabilityAssessmentScanRecordModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.VulnerabilityAssessmentScanRecordModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "TriggerType": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.TriggerType", "Errors": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.VulnerabilityAssessmentScanErrorModel]", @@ -13407,7 +13407,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model", "Name": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.ManagedDatabaseVulnerabilityAssessmentScanRecordModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.ManagedDatabaseVulnerabilityAssessmentScanRecordModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.ManagedDatabaseVulnerabilityAssessmentScanRecordModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "TriggerType": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.TriggerType", "Errors": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.VulnerabilityAssessmentScanErrorModel]", @@ -13519,7 +13519,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model", "Name": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "CreationDate": "System.Nullable`1[System.DateTime]", @@ -13824,7 +13824,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model", "Name": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "CreationDate": "System.Nullable`1[System.DateTime]", @@ -14111,7 +14111,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model", "Name": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.ManagedDatabaseVulnerabilityAssessmentScanRecordModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.ManagedDatabaseVulnerabilityAssessmentScanRecordModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.ManagedDatabaseVulnerabilityAssessmentScanRecordModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "TriggerType": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.TriggerType", "Errors": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.VulnerabilityAssessmentScanErrorModel]", @@ -14223,7 +14223,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model", "Name": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "CreationDate": "System.Nullable`1[System.DateTime]", @@ -14570,7 +14570,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model", "Name": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "CreationDate": "System.Nullable`1[System.DateTime]", @@ -14905,7 +14905,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model", "Name": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.DatabaseVulnerabilityAssessmentRuleBaselineModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.DatabaseVulnerabilityAssessmentRuleBaselineModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.DatabaseVulnerabilityAssessmentRuleBaselineModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "RuleAppliesToMaster": "System.Boolean", "BaselineResult": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.VulnerabilityAssessmentRuleBaselineRowModel]", @@ -15012,7 +15012,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Database.Model", "Name": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "CreationDate": "System.DateTime", @@ -15385,7 +15385,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Database.Model", "Name": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "CreationDate": "System.DateTime", @@ -15678,7 +15678,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model", "Name": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.DatabaseVulnerabilityAssessmentRuleBaselineModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.DatabaseVulnerabilityAssessmentRuleBaselineModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.DatabaseVulnerabilityAssessmentRuleBaselineModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "RuleAppliesToMaster": "System.Boolean", "BaselineResult": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.VulnerabilityAssessmentRuleBaselineRowModel]", @@ -15785,7 +15785,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Database.Model", "Name": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "CreationDate": "System.DateTime", @@ -16158,7 +16158,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Database.Model", "Name": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "CreationDate": "System.DateTime", @@ -16451,7 +16451,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model", "Name": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.DatabaseVulnerabilityAssessmentRuleBaselineModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.DatabaseVulnerabilityAssessmentRuleBaselineModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.DatabaseVulnerabilityAssessmentRuleBaselineModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "RuleAppliesToMaster": "System.Boolean", "BaselineResult": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.VulnerabilityAssessmentRuleBaselineRowModel]", @@ -16558,7 +16558,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model", "Name": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.VulnerabilityAssessmentRuleBaselineModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.VulnerabilityAssessmentRuleBaselineModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.VulnerabilityAssessmentRuleBaselineModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "RuleAppliesToMaster": "System.Boolean", "BaselineResult": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.VulnerabilityAssessmentRuleBaselineRowModel]", @@ -16912,7 +16912,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model", "Name": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.VulnerabilityAssessmentRuleBaselineModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.VulnerabilityAssessmentRuleBaselineModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.VulnerabilityAssessmentRuleBaselineModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "RuleAppliesToMaster": "System.Boolean", "BaselineResult": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.VulnerabilityAssessmentRuleBaselineRowModel]", @@ -17168,7 +17168,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model", "Name": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.ManagedDatabaseVulnerabilityAssessmentRuleBaselineModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.ManagedDatabaseVulnerabilityAssessmentRuleBaselineModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.ManagedDatabaseVulnerabilityAssessmentRuleBaselineModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "RuleAppliesToMaster": "System.Boolean", "BaselineResult": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.VulnerabilityAssessmentRuleBaselineRowModel]", @@ -17275,7 +17275,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model", "Name": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "CreationDate": "System.Nullable`1[System.DateTime]", @@ -17622,7 +17622,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model", "Name": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "CreationDate": "System.Nullable`1[System.DateTime]", @@ -17957,7 +17957,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model", "Name": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.ManagedDatabaseVulnerabilityAssessmentRuleBaselineModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.ManagedDatabaseVulnerabilityAssessmentRuleBaselineModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.ManagedDatabaseVulnerabilityAssessmentRuleBaselineModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "RuleAppliesToMaster": "System.Boolean", "BaselineResult": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.VulnerabilityAssessmentRuleBaselineRowModel]", @@ -18064,7 +18064,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model", "Name": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "CreationDate": "System.Nullable`1[System.DateTime]", @@ -18411,7 +18411,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model", "Name": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "CreationDate": "System.Nullable`1[System.DateTime]", @@ -18746,7 +18746,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model", "Name": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.ManagedDatabaseVulnerabilityAssessmentRuleBaselineModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.ManagedDatabaseVulnerabilityAssessmentRuleBaselineModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.ManagedDatabaseVulnerabilityAssessmentRuleBaselineModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "RuleAppliesToMaster": "System.Boolean", "BaselineResult": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.VulnerabilityAssessmentRuleBaselineRowModel]", @@ -18853,7 +18853,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model", "Name": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.VulnerabilityAssessmentRuleBaselineModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.VulnerabilityAssessmentRuleBaselineModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.VulnerabilityAssessmentRuleBaselineModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "RuleAppliesToMaster": "System.Boolean", "BaselineResult": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.VulnerabilityAssessmentRuleBaselineRowModel]", @@ -19207,7 +19207,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model", "Name": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.VulnerabilityAssessmentRuleBaselineModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.VulnerabilityAssessmentRuleBaselineModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.VulnerabilityAssessmentRuleBaselineModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "RuleAppliesToMaster": "System.Boolean", "BaselineResult": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.VulnerabilityAssessmentRuleBaselineRowModel]", @@ -19555,7 +19555,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.VirtualNetworkRule.Model", "Name": "Microsoft.Azure.Commands.Sql.VirtualNetworkRule.Model.AzureSqlServerVirtualNetworkRuleModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VirtualNetworkRule.Model.AzureSqlServerVirtualNetworkRuleModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VirtualNetworkRule.Model.AzureSqlServerVirtualNetworkRuleModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "IgnoreMissingVnetServiceEndpoint": "System.Nullable`1[System.Boolean]", "ResourceGroupName": "System.String", @@ -19829,7 +19829,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.VirtualNetworkRule.Model", "Name": "Microsoft.Azure.Commands.Sql.VirtualNetworkRule.Model.AzureSqlServerVirtualNetworkRuleModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VirtualNetworkRule.Model.AzureSqlServerVirtualNetworkRuleModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VirtualNetworkRule.Model.AzureSqlServerVirtualNetworkRuleModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "IgnoreMissingVnetServiceEndpoint": "System.Nullable`1[System.Boolean]", "ResourceGroupName": "System.String", @@ -20229,7 +20229,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.VirtualNetworkRule.Model", "Name": "Microsoft.Azure.Commands.Sql.VirtualNetworkRule.Model.AzureSqlServerVirtualNetworkRuleModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VirtualNetworkRule.Model.AzureSqlServerVirtualNetworkRuleModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VirtualNetworkRule.Model.AzureSqlServerVirtualNetworkRuleModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "IgnoreMissingVnetServiceEndpoint": "System.Nullable`1[System.Boolean]", "ResourceGroupName": "System.String", @@ -20545,7 +20545,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.VirtualNetworkRule.Model", "Name": "Microsoft.Azure.Commands.Sql.VirtualNetworkRule.Model.AzureSqlServerVirtualNetworkRuleModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VirtualNetworkRule.Model.AzureSqlServerVirtualNetworkRuleModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VirtualNetworkRule.Model.AzureSqlServerVirtualNetworkRuleModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "IgnoreMissingVnetServiceEndpoint": "System.Nullable`1[System.Boolean]", "ResourceGroupName": "System.String", @@ -20945,7 +20945,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.VirtualCluster.Model", "Name": "Microsoft.Azure.Commands.Sql.VirtualCluster.Model.AzureSqlVirtualClusterModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VirtualCluster.Model.AzureSqlVirtualClusterModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VirtualCluster.Model.AzureSqlVirtualClusterModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "Location": "System.String", @@ -21379,7 +21379,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.VirtualCluster.Model", "Name": "Microsoft.Azure.Commands.Sql.VirtualCluster.Model.AzureSqlVirtualClusterModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VirtualCluster.Model.AzureSqlVirtualClusterModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VirtualCluster.Model.AzureSqlVirtualClusterModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "Location": "System.String", @@ -21477,7 +21477,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.VirtualCluster.Model", "Name": "Microsoft.Azure.Commands.Sql.VirtualCluster.Model.AzureSqlVirtualClusterModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VirtualCluster.Model.AzureSqlVirtualClusterModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VirtualCluster.Model.AzureSqlVirtualClusterModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "Location": "System.String", @@ -21729,7 +21729,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.VirtualCluster.Model", "Name": "Microsoft.Azure.Commands.Sql.VirtualCluster.Model.AzureSqlVirtualClusterModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VirtualCluster.Model.AzureSqlVirtualClusterModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VirtualCluster.Model.AzureSqlVirtualClusterModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "Location": "System.String", @@ -22027,7 +22027,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Usages.Models", "Name": "Microsoft.Azure.Commands.Sql.Usages.Models.AzureSqlUsageModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Usages.Models.AzureSqlUsageModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Usages.Models.AzureSqlUsageModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "CurrentValue": "System.Nullable`1[System.Int32]", "Limit": "System.Nullable`1[System.Int32]", @@ -22086,7 +22086,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Instance_Pools.Model", "Name": "Microsoft.Azure.Commands.Sql.Instance_Pools.Model.AzureSqlInstancePoolModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Instance_Pools.Model.AzureSqlInstancePoolModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Instance_Pools.Model.AzureSqlInstancePoolModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Management.Sql.Models.Sku", "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", @@ -22264,7 +22264,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Instance_Pools.Model", "Name": "Microsoft.Azure.Commands.Sql.Instance_Pools.Model.AzureSqlInstancePoolModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Instance_Pools.Model.AzureSqlInstancePoolModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Instance_Pools.Model.AzureSqlInstancePoolModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Management.Sql.Models.Sku", "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", @@ -22688,7 +22688,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model", "Name": "Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model.AzureRmSqlManagedInstanceKeyVaultKeyModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model.AzureRmSqlManagedInstanceKeyVaultKeyModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model.AzureRmSqlManagedInstanceKeyVaultKeyModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Type": "Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model.ServerKeyType", "CreationDate": "System.Nullable`1[System.DateTime]", @@ -22780,7 +22780,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model", "Name": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Management.Internal.Resources.Models.Sku", "Identity": "Microsoft.Azure.Management.Sql.Models.ResourceIdentity", @@ -22968,7 +22968,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model", "Name": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Management.Internal.Resources.Models.Sku", "Identity": "Microsoft.Azure.Management.Sql.Models.ResourceIdentity", @@ -23800,7 +23800,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Server.Model", "Name": "Microsoft.Azure.Commands.Sql.Server.Model.AzureSqlServerModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Server.Model.AzureSqlServerModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Server.Model.AzureSqlServerModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Identity": "Microsoft.Azure.Management.Sql.Models.ResourceIdentity", "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", @@ -24060,7 +24060,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Server.Model", "Name": "Microsoft.Azure.Commands.Sql.Server.Model.AzureSqlServerModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Server.Model.AzureSqlServerModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Server.Model.AzureSqlServerModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Identity": "Microsoft.Azure.Management.Sql.Models.ResourceIdentity", "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", @@ -24556,7 +24556,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model", "Name": "Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model.AzureRmSqlManagedInstanceKeyVaultKeyModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model.AzureRmSqlManagedInstanceKeyVaultKeyModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model.AzureRmSqlManagedInstanceKeyVaultKeyModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Type": "Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model.ServerKeyType", "CreationDate": "System.Nullable`1[System.DateTime]", @@ -24666,7 +24666,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model", "Name": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Management.Internal.Resources.Models.Sku", "Identity": "Microsoft.Azure.Management.Sql.Models.ResourceIdentity", @@ -24860,7 +24860,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model", "Name": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Management.Internal.Resources.Models.Sku", "Identity": "Microsoft.Azure.Management.Sql.Models.ResourceIdentity", @@ -25244,7 +25244,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model", "Name": "Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model.AzureRmSqlManagedInstanceTransparentDataEncryptionProtectorModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model.AzureRmSqlManagedInstanceTransparentDataEncryptionProtectorModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model.AzureRmSqlManagedInstanceTransparentDataEncryptionProtectorModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Type": "Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model.EncryptionProtectorType", "ResourceGroupName": "System.String", @@ -25352,7 +25352,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model", "Name": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Management.Internal.Resources.Models.Sku", "Identity": "Microsoft.Azure.Management.Sql.Models.ResourceIdentity", @@ -25522,7 +25522,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model", "Name": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Management.Internal.Resources.Models.Sku", "Identity": "Microsoft.Azure.Management.Sql.Models.ResourceIdentity", @@ -25860,7 +25860,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model", "Name": "Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model.AzureSqlDatabaseTransparentDataEncryptionModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model.AzureSqlDatabaseTransparentDataEncryptionModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model.AzureSqlDatabaseTransparentDataEncryptionModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "State": "Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model.TransparentDataEncryptionStateType", "ResourceGroupName": "System.String", @@ -26132,7 +26132,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model", "Name": "Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model.AzureSqlDatabaseTransparentDataEncryptionActivityModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model.AzureSqlDatabaseTransparentDataEncryptionActivityModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model.AzureSqlDatabaseTransparentDataEncryptionActivityModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Status": "Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model.TransparentDataEncryptionActivityStatusType", "PercentComplete": "System.Single", @@ -26405,7 +26405,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model", "Name": "Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model.AzureSqlServerTransparentDataEncryptionProtectorModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model.AzureSqlServerTransparentDataEncryptionProtectorModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model.AzureSqlServerTransparentDataEncryptionProtectorModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Type": "Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model.EncryptionProtectorType", "ResourceGroupName": "System.String", @@ -26636,7 +26636,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model", "Name": "Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model.AzureRmSqlManagedInstanceKeyVaultKeyModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model.AzureRmSqlManagedInstanceKeyVaultKeyModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model.AzureRmSqlManagedInstanceKeyVaultKeyModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Type": "Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model.ServerKeyType", "CreationDate": "System.Nullable`1[System.DateTime]", @@ -26728,7 +26728,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model", "Name": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Management.Internal.Resources.Models.Sku", "Identity": "Microsoft.Azure.Management.Sql.Models.ResourceIdentity", @@ -26916,7 +26916,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model", "Name": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Management.Internal.Resources.Models.Sku", "Identity": "Microsoft.Azure.Management.Sql.Models.ResourceIdentity", @@ -27324,7 +27324,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model", "Name": "Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model.AzureRmSqlManagedInstanceTransparentDataEncryptionProtectorModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model.AzureRmSqlManagedInstanceTransparentDataEncryptionProtectorModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model.AzureRmSqlManagedInstanceTransparentDataEncryptionProtectorModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Type": "Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model.EncryptionProtectorType", "ResourceGroupName": "System.String", @@ -27430,7 +27430,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model", "Name": "Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model.EncryptionProtectorType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model.EncryptionProtectorType, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model.EncryptionProtectorType, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -27571,7 +27571,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model", "Name": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Management.Internal.Resources.Models.Sku", "Identity": "Microsoft.Azure.Management.Sql.Models.ResourceIdentity", @@ -27739,7 +27739,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model", "Name": "Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model.EncryptionProtectorType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model.EncryptionProtectorType, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model.EncryptionProtectorType, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -27874,7 +27874,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model", "Name": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Management.Internal.Resources.Models.Sku", "Identity": "Microsoft.Azure.Management.Sql.Models.ResourceIdentity", @@ -28021,7 +28021,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model", "Name": "Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model.EncryptionProtectorType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model.EncryptionProtectorType, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model.EncryptionProtectorType, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -28248,7 +28248,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model", "Name": "Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model.EncryptionProtectorType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model.EncryptionProtectorType, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model.EncryptionProtectorType, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -28574,7 +28574,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model", "Name": "Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model.AzureSqlDatabaseTransparentDataEncryptionModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model.AzureSqlDatabaseTransparentDataEncryptionModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model.AzureSqlDatabaseTransparentDataEncryptionModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "State": "Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model.TransparentDataEncryptionStateType", "ResourceGroupName": "System.String", @@ -28630,7 +28630,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model", "Name": "Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model.TransparentDataEncryptionStateType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model.TransparentDataEncryptionStateType, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model.TransparentDataEncryptionStateType, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -28826,7 +28826,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model", "Name": "Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model.TransparentDataEncryptionStateType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model.TransparentDataEncryptionStateType, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model.TransparentDataEncryptionStateType, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -29058,7 +29058,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model", "Name": "Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model.AzureSqlServerTransparentDataEncryptionProtectorModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model.AzureSqlServerTransparentDataEncryptionProtectorModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model.AzureSqlServerTransparentDataEncryptionProtectorModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Type": "Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model.EncryptionProtectorType", "ResourceGroupName": "System.String", @@ -29115,7 +29115,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model", "Name": "Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model.EncryptionProtectorType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model.EncryptionProtectorType, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model.EncryptionProtectorType, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -29347,7 +29347,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model", "Name": "Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model.EncryptionProtectorType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model.EncryptionProtectorType, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model.EncryptionProtectorType, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -29627,7 +29627,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ThreatDetection.Model", "Name": "Microsoft.Azure.Commands.Sql.ThreatDetection.Model.DatabaseThreatDetectionPolicyModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ThreatDetection.Model.DatabaseThreatDetectionPolicyModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ThreatDetection.Model.DatabaseThreatDetectionPolicyModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ThreatDetectionState": "Microsoft.Azure.Commands.Sql.ThreatDetection.Model.ThreatDetectionStateType", "EmailAdmins": "System.Boolean", @@ -29906,7 +29906,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ThreatDetection.Model", "Name": "Microsoft.Azure.Commands.Sql.ThreatDetection.Model.ServerThreatDetectionPolicyModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ThreatDetection.Model.ServerThreatDetectionPolicyModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ThreatDetection.Model.ServerThreatDetectionPolicyModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ThreatDetectionState": "Microsoft.Azure.Commands.Sql.ThreatDetection.Model.ThreatDetectionStateType", "EmailAdmins": "System.Boolean", @@ -30142,7 +30142,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ThreatDetection.Model", "Name": "Microsoft.Azure.Commands.Sql.ThreatDetection.Model.DatabaseThreatDetectionPolicyModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ThreatDetection.Model.DatabaseThreatDetectionPolicyModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ThreatDetection.Model.DatabaseThreatDetectionPolicyModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ThreatDetectionState": "Microsoft.Azure.Commands.Sql.ThreatDetection.Model.ThreatDetectionStateType", "EmailAdmins": "System.Boolean", @@ -30463,7 +30463,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ThreatDetection.Model", "Name": "Microsoft.Azure.Commands.Sql.ThreatDetection.Model.ServerThreatDetectionPolicyModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ThreatDetection.Model.ServerThreatDetectionPolicyModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ThreatDetection.Model.ServerThreatDetectionPolicyModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ThreatDetectionState": "Microsoft.Azure.Commands.Sql.ThreatDetection.Model.ThreatDetectionStateType", "EmailAdmins": "System.Boolean", @@ -30741,7 +30741,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ThreatDetection.Model", "Name": "Microsoft.Azure.Commands.Sql.ThreatDetection.Model.DatabaseThreatDetectionPolicyModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ThreatDetection.Model.DatabaseThreatDetectionPolicyModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ThreatDetection.Model.DatabaseThreatDetectionPolicyModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ThreatDetectionState": "Microsoft.Azure.Commands.Sql.ThreatDetection.Model.ThreatDetectionStateType", "EmailAdmins": "System.Boolean", @@ -31280,7 +31280,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ThreatDetection.Model", "Name": "Microsoft.Azure.Commands.Sql.ThreatDetection.Model.ServerThreatDetectionPolicyModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ThreatDetection.Model.ServerThreatDetectionPolicyModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ThreatDetection.Model.ServerThreatDetectionPolicyModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ThreatDetectionState": "Microsoft.Azure.Commands.Sql.ThreatDetection.Model.ThreatDetectionStateType", "EmailAdmins": "System.Boolean", @@ -31776,7 +31776,7 @@ "Type": { "Namespace": "Microsoft.Azure.Management.Sql.LegacySdk.Models", "Name": "Microsoft.Azure.Management.Sql.LegacySdk.Models.RecommendedDatabaseProperties", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Sql.LegacySdk.Models.RecommendedDatabaseProperties, Microsoft.Azure.PowerShell.Cmdlets.Sql.LegacySdk, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Sql.LegacySdk.Models.RecommendedDatabaseProperties, Microsoft.Azure.PowerShell.Cmdlets.Sql.LegacySdk, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Name": "System.String", "TargetEdition": "System.String", @@ -32089,7 +32089,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ServiceTierAdvisor.Model", "Name": "Microsoft.Azure.Commands.Sql.ServiceTierAdvisor.Model.UpgradeServerHint", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ServiceTierAdvisor.Model.UpgradeServerHint, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ServiceTierAdvisor.Model.UpgradeServerHint, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Databases": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Management.Sql.LegacySdk.Models.RecommendedDatabaseProperties]", "ElasticPools": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Management.Sql.LegacySdk.Models.UpgradeRecommendedElasticPoolProperties]" @@ -32359,7 +32359,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ServiceObjective.Model", "Name": "Microsoft.Azure.Commands.Sql.ServiceObjective.Model.AzureSqlServerServiceObjectiveModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ServiceObjective.Model.AzureSqlServerServiceObjectiveModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ServiceObjective.Model.AzureSqlServerServiceObjectiveModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Enabled": "System.Boolean", "IsDefault": "System.Boolean", @@ -32793,7 +32793,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Server.Model", "Name": "Microsoft.Azure.Commands.Sql.Server.Model.AzureSqlServerModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Server.Model.AzureSqlServerModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Server.Model.AzureSqlServerModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Identity": "Microsoft.Azure.Management.Sql.Models.ResourceIdentity", "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", @@ -33035,7 +33035,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Server.Model", "Name": "Microsoft.Azure.Commands.Sql.Server.Model.AzureSqlServerModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Server.Model.AzureSqlServerModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Server.Model.AzureSqlServerModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Identity": "Microsoft.Azure.Management.Sql.Models.ResourceIdentity", "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", @@ -33625,7 +33625,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Server.Model", "Name": "Microsoft.Azure.Commands.Sql.Server.Model.AzureSqlServerModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Server.Model.AzureSqlServerModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Server.Model.AzureSqlServerModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Identity": "Microsoft.Azure.Management.Sql.Models.ResourceIdentity", "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", @@ -33909,7 +33909,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Server.Model", "Name": "Microsoft.Azure.Commands.Sql.Server.Model.AzureSqlServerModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Server.Model.AzureSqlServerModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Server.Model.AzureSqlServerModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Identity": "Microsoft.Azure.Management.Sql.Models.ResourceIdentity", "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", @@ -34457,7 +34457,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ServerKeyVaultKey.Model", "Name": "Microsoft.Azure.Commands.Sql.ServerKeyVaultKey.Model.AzureSqlServerKeyVaultKeyModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ServerKeyVaultKey.Model.AzureSqlServerKeyVaultKeyModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ServerKeyVaultKey.Model.AzureSqlServerKeyVaultKeyModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Type": "Microsoft.Azure.Commands.Sql.ServerKeyVaultKey.Model.AzureSqlServerKeyVaultKeyModel+ServerKeyType", "CreationDate": "System.Nullable`1[System.DateTime]", @@ -34774,7 +34774,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ServerKeyVaultKey.Model", "Name": "Microsoft.Azure.Commands.Sql.ServerKeyVaultKey.Model.AzureSqlServerKeyVaultKeyModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ServerKeyVaultKey.Model.AzureSqlServerKeyVaultKeyModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ServerKeyVaultKey.Model.AzureSqlServerKeyVaultKeyModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Type": "Microsoft.Azure.Commands.Sql.ServerKeyVaultKey.Model.AzureSqlServerKeyVaultKeyModel+ServerKeyType", "CreationDate": "System.Nullable`1[System.DateTime]", @@ -35049,7 +35049,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ServerKeyVaultKey.Model", "Name": "Microsoft.Azure.Commands.Sql.ServerKeyVaultKey.Model.AzureSqlServerKeyVaultKeyModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ServerKeyVaultKey.Model.AzureSqlServerKeyVaultKeyModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ServerKeyVaultKey.Model.AzureSqlServerKeyVaultKeyModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Type": "Microsoft.Azure.Commands.Sql.ServerKeyVaultKey.Model.AzureSqlServerKeyVaultKeyModel+ServerKeyType", "CreationDate": "System.Nullable`1[System.DateTime]", @@ -35366,7 +35366,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ServerDnsAlias.Model", "Name": "Microsoft.Azure.Commands.Sql.ServerDnsAlias.Model.AzureSqlServerDnsAliasModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ServerDnsAlias.Model.AzureSqlServerDnsAliasModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ServerDnsAlias.Model.AzureSqlServerDnsAliasModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ResourceGroupName": "System.String", "ServerName": "System.String", @@ -35642,7 +35642,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ServerDnsAlias.Model", "Name": "Microsoft.Azure.Commands.Sql.ServerDnsAlias.Model.AzureSqlServerDnsAliasModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ServerDnsAlias.Model.AzureSqlServerDnsAliasModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ServerDnsAlias.Model.AzureSqlServerDnsAliasModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ResourceGroupName": "System.String", "ServerName": "System.String", @@ -35960,7 +35960,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ServerDnsAlias.Model", "Name": "Microsoft.Azure.Commands.Sql.ServerDnsAlias.Model.AzureSqlServerDnsAliasModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ServerDnsAlias.Model.AzureSqlServerDnsAliasModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ServerDnsAlias.Model.AzureSqlServerDnsAliasModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ResourceGroupName": "System.String", "ServerName": "System.String", @@ -36072,7 +36072,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ServerDnsAlias.Model", "Name": "Microsoft.Azure.Commands.Sql.ServerDnsAlias.Model.AzureSqlServerDnsAliasModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ServerDnsAlias.Model.AzureSqlServerDnsAliasModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ServerDnsAlias.Model.AzureSqlServerDnsAliasModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ResourceGroupName": "System.String", "ServerName": "System.String", @@ -36386,7 +36386,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ServerDnsAlias.Model", "Name": "Microsoft.Azure.Commands.Sql.ServerDnsAlias.Model.AzureSqlServerDnsAliasModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ServerDnsAlias.Model.AzureSqlServerDnsAliasModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ServerDnsAlias.Model.AzureSqlServerDnsAliasModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ResourceGroupName": "System.String", "ServerName": "System.String", @@ -36754,7 +36754,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ServerDnsAlias.Model", "Name": "Microsoft.Azure.Commands.Sql.ServerDnsAlias.Model.AzureSqlServerDnsAliasModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ServerDnsAlias.Model.AzureSqlServerDnsAliasModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ServerDnsAlias.Model.AzureSqlServerDnsAliasModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ResourceGroupName": "System.String", "ServerName": "System.String", @@ -37202,7 +37202,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ServerDisasterRecoveryConfiguration.Model", "Name": "Microsoft.Azure.Commands.Sql.ServerDisasterRecoveryConfiguration.Model.AzureSqlServerDisasterRecoveryConfigurationModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ServerDisasterRecoveryConfiguration.Model.AzureSqlServerDisasterRecoveryConfigurationModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ServerDisasterRecoveryConfiguration.Model.AzureSqlServerDisasterRecoveryConfigurationModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ResourceGroupName": "System.String", "ServerName": "System.String", @@ -37497,7 +37497,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ServerDisasterRecoveryConfiguration.Model", "Name": "Microsoft.Azure.Commands.Sql.ServerDisasterRecoveryConfiguration.Model.AzureSqlServerDisasterRecoveryConfigurationActivityModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ServerDisasterRecoveryConfiguration.Model.AzureSqlServerDisasterRecoveryConfigurationActivityModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ServerDisasterRecoveryConfiguration.Model.AzureSqlServerDisasterRecoveryConfigurationActivityModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Properties": "Microsoft.Azure.Commands.Sql.ServerDisasterRecoveryConfiguration.Model.AzureSqlServerDisasterRecoveryConfigurationActivityModel+ServerDisasterRecoveryConfigurationState", "OperationId": "System.Guid", @@ -37823,7 +37823,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ServerDisasterRecoveryConfiguration.Model", "Name": "Microsoft.Azure.Commands.Sql.ServerDisasterRecoveryConfiguration.Model.AzureSqlServerDisasterRecoveryConfigurationModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ServerDisasterRecoveryConfiguration.Model.AzureSqlServerDisasterRecoveryConfigurationModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ServerDisasterRecoveryConfiguration.Model.AzureSqlServerDisasterRecoveryConfigurationModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ResourceGroupName": "System.String", "ServerName": "System.String", @@ -38286,7 +38286,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ServerDisasterRecoveryConfiguration.Model", "Name": "Microsoft.Azure.Commands.Sql.ServerDisasterRecoveryConfiguration.Model.AzureSqlServerDisasterRecoveryConfigurationModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ServerDisasterRecoveryConfiguration.Model.AzureSqlServerDisasterRecoveryConfigurationModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ServerDisasterRecoveryConfiguration.Model.AzureSqlServerDisasterRecoveryConfigurationModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ResourceGroupName": "System.String", "ServerName": "System.String", @@ -38623,7 +38623,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ServerDisasterRecoveryConfiguration.Model", "Name": "Microsoft.Azure.Commands.Sql.ServerDisasterRecoveryConfiguration.Model.AzureSqlServerDisasterRecoveryConfigurationModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ServerDisasterRecoveryConfiguration.Model.AzureSqlServerDisasterRecoveryConfigurationModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ServerDisasterRecoveryConfiguration.Model.AzureSqlServerDisasterRecoveryConfigurationModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ResourceGroupName": "System.String", "ServerName": "System.String", @@ -39184,7 +39184,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ServerCommunicationLink.Model", "Name": "Microsoft.Azure.Commands.Sql.ServerCommunicationLink.Model.AzureSqlServerCommunicationLinkModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ServerCommunicationLink.Model.AzureSqlServerCommunicationLinkModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ServerCommunicationLink.Model.AzureSqlServerCommunicationLinkModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ResourceGroupName": "System.String", "ServerName": "System.String", @@ -39458,7 +39458,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ServerCommunicationLink.Model", "Name": "Microsoft.Azure.Commands.Sql.ServerCommunicationLink.Model.AzureSqlServerCommunicationLinkModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ServerCommunicationLink.Model.AzureSqlServerCommunicationLinkModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ServerCommunicationLink.Model.AzureSqlServerCommunicationLinkModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ResourceGroupName": "System.String", "ServerName": "System.String", @@ -39816,7 +39816,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ServerCommunicationLink.Model", "Name": "Microsoft.Azure.Commands.Sql.ServerCommunicationLink.Model.AzureSqlServerCommunicationLinkModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ServerCommunicationLink.Model.AzureSqlServerCommunicationLinkModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ServerCommunicationLink.Model.AzureSqlServerCommunicationLinkModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ResourceGroupName": "System.String", "ServerName": "System.String", @@ -40132,7 +40132,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ServerActiveDirectoryAdministrator.Model", "Name": "Microsoft.Azure.Commands.Sql.ServerActiveDirectoryAdministrator.Model.AzureSqlServerActiveDirectoryAdministratorModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ServerActiveDirectoryAdministrator.Model.AzureSqlServerActiveDirectoryAdministratorModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ServerActiveDirectoryAdministrator.Model.AzureSqlServerActiveDirectoryAdministratorModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ObjectId": "System.Guid", "IsAzureADOnlyAuthentication": "System.Nullable`1[System.Boolean]", @@ -40363,7 +40363,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ServerActiveDirectoryAdministrator.Model", "Name": "Microsoft.Azure.Commands.Sql.ServerActiveDirectoryAdministrator.Model.AzureSqlServerActiveDirectoryAdministratorModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ServerActiveDirectoryAdministrator.Model.AzureSqlServerActiveDirectoryAdministratorModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ServerActiveDirectoryAdministrator.Model.AzureSqlServerActiveDirectoryAdministratorModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ObjectId": "System.Guid", "IsAzureADOnlyAuthentication": "System.Nullable`1[System.Boolean]", @@ -40594,7 +40594,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ServerActiveDirectoryAdministrator.Model", "Name": "Microsoft.Azure.Commands.Sql.ServerActiveDirectoryAdministrator.Model.AzureSqlServerActiveDirectoryAdministratorModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ServerActiveDirectoryAdministrator.Model.AzureSqlServerActiveDirectoryAdministratorModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ServerActiveDirectoryAdministrator.Model.AzureSqlServerActiveDirectoryAdministratorModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ObjectId": "System.Guid", "IsAzureADOnlyAuthentication": "System.Nullable`1[System.Boolean]", @@ -40867,7 +40867,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ServerActiveDirectoryAdministrator.Model", "Name": "Microsoft.Azure.Commands.Sql.ServerActiveDirectoryAdministrator.Model.AzureSqlServerActiveDirectoryAdministratorModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ServerActiveDirectoryAdministrator.Model.AzureSqlServerActiveDirectoryAdministratorModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ServerActiveDirectoryAdministrator.Model.AzureSqlServerActiveDirectoryAdministratorModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ObjectId": "System.Guid", "IsAzureADOnlyAuthentication": "System.Nullable`1[System.Boolean]", @@ -40954,28 +40954,6 @@ "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, - { - "Name": "IsAzureADOnlyAuthentication", - "AliasList": [ - "IsAzureOnlyAuthentication" - ], - "Type": { - "Namespace": "System", - "Name": "System.Nullable`1[System.Boolean]", - "AssemblyQualifiedName": "System.Nullable`1[[System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "System.Boolean" - ], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, { "Name": "ServerName", "AliasList": [], @@ -41098,34 +41076,6 @@ "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": true }, - { - "ParameterMetadata": { - "Name": "IsAzureADOnlyAuthentication", - "AliasList": [ - "IsAzureOnlyAuthentication" - ], - "Type": { - "Namespace": "System", - "Name": "System.Nullable`1[System.Boolean]", - "AssemblyQualifiedName": "System.Nullable`1[[System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "System.Boolean" - ], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": 4, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, { "ParameterMetadata": { "Name": "ServerName", @@ -41232,7 +41182,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Replication.Model", "Name": "Microsoft.Azure.Commands.Sql.Replication.Model.AzureReplicationLinkModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Replication.Model.AzureReplicationLinkModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Replication.Model.AzureReplicationLinkModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AllowConnections": "Microsoft.Azure.Commands.Sql.Replication.Model.AllowConnections", "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", @@ -41607,7 +41557,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Replication.Model", "Name": "Microsoft.Azure.Commands.Sql.Replication.Model.AzureSqlDatabaseCopyModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Replication.Model.AzureSqlDatabaseCopyModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Replication.Model.AzureSqlDatabaseCopyModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "CreationDate": "System.DateTime", @@ -42848,7 +42798,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Replication.Model", "Name": "Microsoft.Azure.Commands.Sql.Replication.Model.AzureReplicationLinkModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Replication.Model.AzureReplicationLinkModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Replication.Model.AzureReplicationLinkModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AllowConnections": "Microsoft.Azure.Commands.Sql.Replication.Model.AllowConnections", "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", @@ -43051,7 +43001,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Replication.Model", "Name": "Microsoft.Azure.Commands.Sql.Replication.Model.AllowConnections", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Replication.Model.AllowConnections, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Replication.Model.AllowConnections, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -43427,7 +43377,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Replication.Model", "Name": "Microsoft.Azure.Commands.Sql.Replication.Model.AllowConnections", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Replication.Model.AllowConnections, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Replication.Model.AllowConnections, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -43846,7 +43796,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Replication.Model", "Name": "Microsoft.Azure.Commands.Sql.Replication.Model.AllowConnections", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Replication.Model.AllowConnections, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Replication.Model.AllowConnections, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -44269,7 +44219,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Replication.Model", "Name": "Microsoft.Azure.Commands.Sql.Replication.Model.AllowConnections", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Replication.Model.AllowConnections, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Replication.Model.AllowConnections, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -44525,7 +44475,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Replication.Model", "Name": "Microsoft.Azure.Commands.Sql.Replication.Model.AzureReplicationLinkModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Replication.Model.AzureReplicationLinkModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Replication.Model.AzureReplicationLinkModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AllowConnections": "Microsoft.Azure.Commands.Sql.Replication.Model.AllowConnections", "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", @@ -44900,7 +44850,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Replication.Model", "Name": "Microsoft.Azure.Commands.Sql.Replication.Model.AzureReplicationLinkModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Replication.Model.AzureReplicationLinkModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Replication.Model.AzureReplicationLinkModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AllowConnections": "Microsoft.Azure.Commands.Sql.Replication.Model.AllowConnections", "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", @@ -45527,7 +45477,7 @@ "Type": { "Namespace": "Microsoft.Azure.Management.Sql.LegacySdk.Models", "Name": "Microsoft.Azure.Management.Sql.LegacySdk.Models.UpgradeRecommendedElasticPoolProperties", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Sql.LegacySdk.Models.UpgradeRecommendedElasticPoolProperties, Microsoft.Azure.PowerShell.Cmdlets.Sql.LegacySdk, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Sql.LegacySdk.Models.UpgradeRecommendedElasticPoolProperties, Microsoft.Azure.PowerShell.Cmdlets.Sql.LegacySdk, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DatabaseCollection": "System.Collections.Generic.IList`1[System.String]", "DatabaseDtuMax": "System.Int32", @@ -45761,7 +45711,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.RecommendedAction.Model", "Name": "Microsoft.Azure.Commands.Sql.RecommendedAction.Model.AzureSqlDatabaseRecommendedActionModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.RecommendedAction.Model.AzureSqlDatabaseRecommendedActionModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.RecommendedAction.Model.AzureSqlDatabaseRecommendedActionModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ErrorDetails": "Microsoft.Azure.Management.Sql.LegacySdk.Models.RecommendedActionErrorInfo", "ImplementationDetails": "Microsoft.Azure.Management.Sql.LegacySdk.Models.RecommendedActionImplementationInfo", @@ -46167,7 +46117,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.RecommendedAction.Model", "Name": "Microsoft.Azure.Commands.Sql.RecommendedAction.Model.AzureSqlElasticPoolRecommendedActionModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.RecommendedAction.Model.AzureSqlElasticPoolRecommendedActionModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.RecommendedAction.Model.AzureSqlElasticPoolRecommendedActionModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ErrorDetails": "Microsoft.Azure.Management.Sql.LegacySdk.Models.RecommendedActionErrorInfo", "ImplementationDetails": "Microsoft.Azure.Management.Sql.LegacySdk.Models.RecommendedActionImplementationInfo", @@ -46573,7 +46523,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.RecommendedAction.Model", "Name": "Microsoft.Azure.Commands.Sql.RecommendedAction.Model.AzureSqlServerRecommendedActionModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.RecommendedAction.Model.AzureSqlServerRecommendedActionModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.RecommendedAction.Model.AzureSqlServerRecommendedActionModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ErrorDetails": "Microsoft.Azure.Management.Sql.LegacySdk.Models.RecommendedActionErrorInfo", "ImplementationDetails": "Microsoft.Azure.Management.Sql.LegacySdk.Models.RecommendedActionImplementationInfo", @@ -46932,7 +46882,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.RecommendedAction.Model", "Name": "Microsoft.Azure.Commands.Sql.RecommendedAction.Model.AzureSqlDatabaseRecommendedActionModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.RecommendedAction.Model.AzureSqlDatabaseRecommendedActionModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.RecommendedAction.Model.AzureSqlDatabaseRecommendedActionModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ErrorDetails": "Microsoft.Azure.Management.Sql.LegacySdk.Models.RecommendedActionErrorInfo", "ImplementationDetails": "Microsoft.Azure.Management.Sql.LegacySdk.Models.RecommendedActionImplementationInfo", @@ -47056,7 +47006,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.RecommendedAction.Cmdlet", "Name": "Microsoft.Azure.Commands.Sql.RecommendedAction.Cmdlet.RecommendedActionState", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.RecommendedAction.Cmdlet.RecommendedActionState, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.RecommendedAction.Cmdlet.RecommendedActionState, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -47294,7 +47244,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.RecommendedAction.Cmdlet", "Name": "Microsoft.Azure.Commands.Sql.RecommendedAction.Cmdlet.RecommendedActionState", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.RecommendedAction.Cmdlet.RecommendedActionState, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.RecommendedAction.Cmdlet.RecommendedActionState, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -47550,7 +47500,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.RecommendedAction.Model", "Name": "Microsoft.Azure.Commands.Sql.RecommendedAction.Model.AzureSqlElasticPoolRecommendedActionModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.RecommendedAction.Model.AzureSqlElasticPoolRecommendedActionModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.RecommendedAction.Model.AzureSqlElasticPoolRecommendedActionModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ErrorDetails": "Microsoft.Azure.Management.Sql.LegacySdk.Models.RecommendedActionErrorInfo", "ImplementationDetails": "Microsoft.Azure.Management.Sql.LegacySdk.Models.RecommendedActionImplementationInfo", @@ -47674,7 +47624,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.RecommendedAction.Cmdlet", "Name": "Microsoft.Azure.Commands.Sql.RecommendedAction.Cmdlet.RecommendedActionState", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.RecommendedAction.Cmdlet.RecommendedActionState, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.RecommendedAction.Cmdlet.RecommendedActionState, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -47912,7 +47862,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.RecommendedAction.Cmdlet", "Name": "Microsoft.Azure.Commands.Sql.RecommendedAction.Cmdlet.RecommendedActionState", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.RecommendedAction.Cmdlet.RecommendedActionState, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.RecommendedAction.Cmdlet.RecommendedActionState, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -48168,7 +48118,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.RecommendedAction.Model", "Name": "Microsoft.Azure.Commands.Sql.RecommendedAction.Model.AzureSqlServerRecommendedActionModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.RecommendedAction.Model.AzureSqlServerRecommendedActionModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.RecommendedAction.Model.AzureSqlServerRecommendedActionModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ErrorDetails": "Microsoft.Azure.Management.Sql.LegacySdk.Models.RecommendedActionErrorInfo", "ImplementationDetails": "Microsoft.Azure.Management.Sql.LegacySdk.Models.RecommendedActionImplementationInfo", @@ -48287,7 +48237,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.RecommendedAction.Cmdlet", "Name": "Microsoft.Azure.Commands.Sql.RecommendedAction.Cmdlet.RecommendedActionState", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.RecommendedAction.Cmdlet.RecommendedActionState, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.RecommendedAction.Cmdlet.RecommendedActionState, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -48507,7 +48457,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.RecommendedAction.Cmdlet", "Name": "Microsoft.Azure.Commands.Sql.RecommendedAction.Cmdlet.RecommendedActionState", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.RecommendedAction.Cmdlet.RecommendedActionState, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.RecommendedAction.Cmdlet.RecommendedActionState, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -48739,7 +48689,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model", "Name": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Management.Internal.Resources.Models.Sku", "Identity": "Microsoft.Azure.Management.Sql.Models.ResourceIdentity", @@ -48815,7 +48765,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Instance_Pools.Model", "Name": "Microsoft.Azure.Commands.Sql.Instance_Pools.Model.AzureSqlInstancePoolModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Instance_Pools.Model.AzureSqlInstancePoolModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Instance_Pools.Model.AzureSqlInstancePoolModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Management.Sql.Models.Sku", "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", @@ -49011,7 +48961,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Instance_Pools.Model", "Name": "Microsoft.Azure.Commands.Sql.Instance_Pools.Model.AzureSqlInstancePoolModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Instance_Pools.Model.AzureSqlInstancePoolModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Instance_Pools.Model.AzureSqlInstancePoolModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Management.Sql.Models.Sku", "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", @@ -49497,7 +49447,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model", "Name": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Management.Internal.Resources.Models.Sku", "Identity": "Microsoft.Azure.Management.Sql.Models.ResourceIdentity", @@ -49573,7 +49523,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Instance_Pools.Model", "Name": "Microsoft.Azure.Commands.Sql.Instance_Pools.Model.AzureSqlInstancePoolModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Instance_Pools.Model.AzureSqlInstancePoolModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Instance_Pools.Model.AzureSqlInstancePoolModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Management.Sql.Models.Sku", "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", @@ -50084,7 +50034,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Instance_Pools.Model", "Name": "Microsoft.Azure.Commands.Sql.Instance_Pools.Model.AzureSqlInstancePoolModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Instance_Pools.Model.AzureSqlInstancePoolModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Instance_Pools.Model.AzureSqlInstancePoolModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Management.Sql.Models.Sku", "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", @@ -52297,7 +52247,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model", "Name": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Management.Internal.Resources.Models.Sku", "Identity": "Microsoft.Azure.Management.Sql.Models.ResourceIdentity", @@ -52411,7 +52361,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model", "Name": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Management.Internal.Resources.Models.Sku", "Identity": "Microsoft.Azure.Management.Sql.Models.ResourceIdentity", @@ -52679,7 +52629,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model", "Name": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Management.Internal.Resources.Models.Sku", "Identity": "Microsoft.Azure.Management.Sql.Models.ResourceIdentity", @@ -52993,7 +52943,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model", "Name": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Management.Internal.Resources.Models.Sku", "Identity": "Microsoft.Azure.Management.Sql.Models.ResourceIdentity", @@ -53069,7 +53019,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model", "Name": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Management.Internal.Resources.Models.Sku", "Identity": "Microsoft.Azure.Management.Sql.Models.ResourceIdentity", @@ -53504,7 +53454,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model", "Name": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Management.Internal.Resources.Models.Sku", "Identity": "Microsoft.Azure.Management.Sql.Models.ResourceIdentity", @@ -55236,7 +55186,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ManagedInstanceOperation.Model", "Name": "Microsoft.Azure.Commands.Sql.ManagedInstanceOperation.Model.AzureSqlManagedInstanceOperationModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedInstanceOperation.Model.AzureSqlManagedInstanceOperationModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedInstanceOperation.Model.AzureSqlManagedInstanceOperationModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "IsUserError": "System.Nullable`1[System.Boolean]", "IsCancellable": "System.Nullable`1[System.Boolean]", @@ -55752,7 +55702,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ManagedInstanceOperation.Model", "Name": "Microsoft.Azure.Commands.Sql.ManagedInstanceOperation.Model.AzureSqlManagedInstanceOperationModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedInstanceOperation.Model.AzureSqlManagedInstanceOperationModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedInstanceOperation.Model.AzureSqlManagedInstanceOperationModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "IsUserError": "System.Nullable`1[System.Boolean]", "IsCancellable": "System.Nullable`1[System.Boolean]", @@ -55896,7 +55846,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ManagedInstanceOperation.Model", "Name": "Microsoft.Azure.Commands.Sql.ManagedInstanceOperation.Model.AzureSqlManagedInstanceOperationModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedInstanceOperation.Model.AzureSqlManagedInstanceOperationModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedInstanceOperation.Model.AzureSqlManagedInstanceOperationModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "IsUserError": "System.Nullable`1[System.Boolean]", "IsCancellable": "System.Nullable`1[System.Boolean]", @@ -56256,7 +56206,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ManagedInstanceOperation.Model", "Name": "Microsoft.Azure.Commands.Sql.ManagedInstanceOperation.Model.AzureSqlManagedInstanceOperationModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedInstanceOperation.Model.AzureSqlManagedInstanceOperationModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedInstanceOperation.Model.AzureSqlManagedInstanceOperationModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "IsUserError": "System.Nullable`1[System.Boolean]", "IsCancellable": "System.Nullable`1[System.Boolean]", @@ -56472,7 +56422,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model", "Name": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlRecoverableManagedDatabaseModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlRecoverableManagedDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlRecoverableManagedDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ResourceGroupName": "System.String", "ManagedInstanceName": "System.String", @@ -56812,7 +56762,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model", "Name": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "CreationDate": "System.Nullable`1[System.DateTime]", @@ -56981,7 +56931,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model", "Name": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Management.Internal.Resources.Models.Sku", "Identity": "Microsoft.Azure.Management.Sql.Models.ResourceIdentity", @@ -57335,7 +57285,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model", "Name": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Management.Internal.Resources.Models.Sku", "Identity": "Microsoft.Azure.Management.Sql.Models.ResourceIdentity", @@ -57509,7 +57459,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model", "Name": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "CreationDate": "System.Nullable`1[System.DateTime]", @@ -57696,7 +57646,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model", "Name": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Management.Internal.Resources.Models.Sku", "Identity": "Microsoft.Azure.Management.Sql.Models.ResourceIdentity", @@ -58184,7 +58134,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model", "Name": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Management.Internal.Resources.Models.Sku", "Identity": "Microsoft.Azure.Management.Sql.Models.ResourceIdentity", @@ -58584,7 +58534,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model", "Name": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "CreationDate": "System.Nullable`1[System.DateTime]", @@ -58733,7 +58683,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model", "Name": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "CreationDate": "System.Nullable`1[System.DateTime]", @@ -59042,7 +58992,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model", "Name": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "CreationDate": "System.Nullable`1[System.DateTime]", @@ -59373,7 +59323,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model", "Name": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "CreationDate": "System.Nullable`1[System.DateTime]", @@ -59619,7 +59569,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model", "Name": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseBaseModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseBaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseBaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "CreationDate": "System.Nullable`1[System.DateTime]", "EarliestRestorePoint": "System.Nullable`1[System.DateTime]", @@ -59672,7 +59622,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model", "Name": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlRecoverableManagedDatabaseModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlRecoverableManagedDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlRecoverableManagedDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ResourceGroupName": "System.String", "ManagedInstanceName": "System.String", @@ -60165,7 +60115,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model", "Name": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseBaseModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseBaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseBaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "CreationDate": "System.Nullable`1[System.DateTime]", "EarliestRestorePoint": "System.Nullable`1[System.DateTime]", @@ -60821,7 +60771,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model", "Name": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseBaseModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseBaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseBaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "CreationDate": "System.Nullable`1[System.DateTime]", "EarliestRestorePoint": "System.Nullable`1[System.DateTime]", @@ -61866,7 +61816,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model", "Name": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlRecoverableManagedDatabaseModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlRecoverableManagedDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlRecoverableManagedDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ResourceGroupName": "System.String", "ManagedInstanceName": "System.String", @@ -62831,7 +62781,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ManagedDatabaseBackup.Model", "Name": "Microsoft.Azure.Commands.Sql.ManagedDatabaseBackup.Model.AzureSqlDeletedManagedDatabaseBackupModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedDatabaseBackup.Model.AzureSqlDeletedManagedDatabaseBackupModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedDatabaseBackup.Model.AzureSqlDeletedManagedDatabaseBackupModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DeletionDate": "System.DateTime", "CreationDate": "System.Nullable`1[System.DateTime]", @@ -63360,7 +63310,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ManagedDatabaseBackup.Model", "Name": "Microsoft.Azure.Commands.Sql.ManagedDatabaseBackup.Model.AzureSqlManagedDatabaseBackupLongTermRetentionPolicyModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedDatabaseBackup.Model.AzureSqlManagedDatabaseBackupLongTermRetentionPolicyModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedDatabaseBackup.Model.AzureSqlManagedDatabaseBackupLongTermRetentionPolicyModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "WeekOfYear": "System.Nullable`1[System.Int32]", "ResourceGroupName": "System.String", @@ -63638,7 +63588,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ManagedDatabaseBackup.Model", "Name": "Microsoft.Azure.Commands.Sql.ManagedDatabaseBackup.Model.AzureSqlManagedDatabaseBackupShortTermRetentionPolicyModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedDatabaseBackup.Model.AzureSqlManagedDatabaseBackupShortTermRetentionPolicyModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedDatabaseBackup.Model.AzureSqlManagedDatabaseBackupShortTermRetentionPolicyModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "RetentionDays": "System.Int32", "DeletionDate": "System.Nullable`1[System.DateTime]", @@ -63719,7 +63669,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model", "Name": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseBaseModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseBaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseBaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "CreationDate": "System.Nullable`1[System.DateTime]", "EarliestRestorePoint": "System.Nullable`1[System.DateTime]", @@ -63904,7 +63854,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model", "Name": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseBaseModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseBaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseBaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "CreationDate": "System.Nullable`1[System.DateTime]", "EarliestRestorePoint": "System.Nullable`1[System.DateTime]", @@ -64266,7 +64216,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ManagedDatabaseBackup.Model", "Name": "Microsoft.Azure.Commands.Sql.ManagedDatabaseBackup.Model.AzureSqlManagedDatabaseLongTermRetentionBackupModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedDatabaseBackup.Model.AzureSqlManagedDatabaseLongTermRetentionBackupModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedDatabaseBackup.Model.AzureSqlManagedDatabaseLongTermRetentionBackupModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "BackupExpirationTime": "System.Nullable`1[System.DateTime]", "BackupTime": "System.Nullable`1[System.DateTime]", @@ -64346,7 +64296,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model", "Name": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "CreationDate": "System.Nullable`1[System.DateTime]", @@ -65337,7 +65287,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model", "Name": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "CreationDate": "System.Nullable`1[System.DateTime]", @@ -65501,7 +65451,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model", "Name": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "CreationDate": "System.Nullable`1[System.DateTime]", @@ -65744,7 +65694,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ManagedDatabaseBackup.Model", "Name": "Microsoft.Azure.Commands.Sql.ManagedDatabaseBackup.Model.AzureSqlManagedDatabaseLongTermRetentionBackupModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedDatabaseBackup.Model.AzureSqlManagedDatabaseLongTermRetentionBackupModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedDatabaseBackup.Model.AzureSqlManagedDatabaseLongTermRetentionBackupModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "BackupExpirationTime": "System.Nullable`1[System.DateTime]", "BackupTime": "System.Nullable`1[System.DateTime]", @@ -65860,7 +65810,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ManagedDatabaseBackup.Model", "Name": "Microsoft.Azure.Commands.Sql.ManagedDatabaseBackup.Model.AzureSqlManagedDatabaseLongTermRetentionBackupModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedDatabaseBackup.Model.AzureSqlManagedDatabaseLongTermRetentionBackupModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedDatabaseBackup.Model.AzureSqlManagedDatabaseLongTermRetentionBackupModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "BackupExpirationTime": "System.Nullable`1[System.DateTime]", "BackupTime": "System.Nullable`1[System.DateTime]", @@ -66220,7 +66170,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ManagedDatabaseBackup.Model", "Name": "Microsoft.Azure.Commands.Sql.ManagedDatabaseBackup.Model.AzureSqlManagedDatabaseLongTermRetentionBackupModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedDatabaseBackup.Model.AzureSqlManagedDatabaseLongTermRetentionBackupModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedDatabaseBackup.Model.AzureSqlManagedDatabaseLongTermRetentionBackupModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "BackupExpirationTime": "System.Nullable`1[System.DateTime]", "BackupTime": "System.Nullable`1[System.DateTime]", @@ -66522,7 +66472,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ManagedDatabaseBackup.Model", "Name": "Microsoft.Azure.Commands.Sql.ManagedDatabaseBackup.Model.AzureSqlManagedDatabaseBackupLongTermRetentionPolicyModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedDatabaseBackup.Model.AzureSqlManagedDatabaseBackupLongTermRetentionPolicyModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedDatabaseBackup.Model.AzureSqlManagedDatabaseBackupLongTermRetentionPolicyModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "WeekOfYear": "System.Nullable`1[System.Int32]", "ResourceGroupName": "System.String", @@ -67546,7 +67496,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Location_Capabilities.Model", "Name": "Microsoft.Azure.Commands.Sql.Location_Capabilities.Model.LocationCapabilityModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Location_Capabilities.Model.LocationCapabilityModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Location_Capabilities.Model.LocationCapabilityModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "SupportedServerVersions": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Sql.Location_Capabilities.Model.ServerVersionCapabilityModel]", "LocationName": "System.String", @@ -68038,7 +67988,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.InstanceActiveDirectoryAdministrator.Model", "Name": "Microsoft.Azure.Commands.Sql.InstanceActiveDirectoryAdministrator.Model.AzureSqlInstanceActiveDirectoryAdministratorModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.InstanceActiveDirectoryAdministrator.Model.AzureSqlInstanceActiveDirectoryAdministratorModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.InstanceActiveDirectoryAdministrator.Model.AzureSqlInstanceActiveDirectoryAdministratorModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ObjectId": "System.Guid", "ResourceGroupName": "System.String", @@ -68094,7 +68044,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model", "Name": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Management.Internal.Resources.Models.Sku", "Identity": "Microsoft.Azure.Management.Sql.Models.ResourceIdentity", @@ -68260,7 +68210,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model", "Name": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Management.Internal.Resources.Models.Sku", "Identity": "Microsoft.Azure.Management.Sql.Models.ResourceIdentity", @@ -68594,7 +68544,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.InstanceActiveDirectoryAdministrator.Model", "Name": "Microsoft.Azure.Commands.Sql.InstanceActiveDirectoryAdministrator.Model.AzureSqlInstanceActiveDirectoryAdministratorModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.InstanceActiveDirectoryAdministrator.Model.AzureSqlInstanceActiveDirectoryAdministratorModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.InstanceActiveDirectoryAdministrator.Model.AzureSqlInstanceActiveDirectoryAdministratorModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ObjectId": "System.Guid", "ResourceGroupName": "System.String", @@ -68686,7 +68636,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model", "Name": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Management.Internal.Resources.Models.Sku", "Identity": "Microsoft.Azure.Management.Sql.Models.ResourceIdentity", @@ -68944,7 +68894,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model", "Name": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Management.Internal.Resources.Models.Sku", "Identity": "Microsoft.Azure.Management.Sql.Models.ResourceIdentity", @@ -69378,7 +69328,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.InstanceActiveDirectoryAdministrator.Model", "Name": "Microsoft.Azure.Commands.Sql.InstanceActiveDirectoryAdministrator.Model.AzureSqlInstanceActiveDirectoryAdministratorModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.InstanceActiveDirectoryAdministrator.Model.AzureSqlInstanceActiveDirectoryAdministratorModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.InstanceActiveDirectoryAdministrator.Model.AzureSqlInstanceActiveDirectoryAdministratorModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ObjectId": "System.Guid", "ResourceGroupName": "System.String", @@ -69470,7 +69420,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model", "Name": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Management.Internal.Resources.Models.Sku", "Identity": "Microsoft.Azure.Management.Sql.Models.ResourceIdentity", @@ -69728,7 +69678,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model", "Name": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Management.Internal.Resources.Models.Sku", "Identity": "Microsoft.Azure.Management.Sql.Models.ResourceIdentity", @@ -70162,7 +70112,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Instance_Pools.Model", "Name": "Microsoft.Azure.Commands.Sql.Instance_Pools.Model.AzureSqlInstancePoolModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Instance_Pools.Model.AzureSqlInstancePoolModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Instance_Pools.Model.AzureSqlInstancePoolModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Management.Sql.Models.Sku", "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", @@ -70602,7 +70552,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Instance_Pools.Model", "Name": "Microsoft.Azure.Commands.Sql.Instance_Pools.Model.AzureSqlInstancePoolModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Instance_Pools.Model.AzureSqlInstancePoolModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Instance_Pools.Model.AzureSqlInstancePoolModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Management.Sql.Models.Sku", "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", @@ -71188,7 +71138,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Instance_Pools.Model", "Name": "Microsoft.Azure.Commands.Sql.Instance_Pools.Model.AzureSqlInstancePoolModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Instance_Pools.Model.AzureSqlInstancePoolModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Instance_Pools.Model.AzureSqlInstancePoolModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Management.Sql.Models.Sku", "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", @@ -71252,7 +71202,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Instance_Pools.Model", "Name": "Microsoft.Azure.Commands.Sql.Instance_Pools.Model.AzureSqlInstancePoolModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Instance_Pools.Model.AzureSqlInstancePoolModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Instance_Pools.Model.AzureSqlInstancePoolModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Management.Sql.Models.Sku", "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", @@ -71410,7 +71360,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Instance_Pools.Model", "Name": "Microsoft.Azure.Commands.Sql.Instance_Pools.Model.AzureSqlInstancePoolModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Instance_Pools.Model.AzureSqlInstancePoolModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Instance_Pools.Model.AzureSqlInstancePoolModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Management.Sql.Models.Sku", "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", @@ -71736,7 +71686,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Instance_Pools.Model", "Name": "Microsoft.Azure.Commands.Sql.Instance_Pools.Model.AzureSqlInstancePoolModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Instance_Pools.Model.AzureSqlInstancePoolModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Instance_Pools.Model.AzureSqlInstancePoolModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Management.Sql.Models.Sku", "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", @@ -71800,7 +71750,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Instance_Pools.Model", "Name": "Microsoft.Azure.Commands.Sql.Instance_Pools.Model.AzureSqlInstancePoolModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Instance_Pools.Model.AzureSqlInstancePoolModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Instance_Pools.Model.AzureSqlInstancePoolModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Management.Sql.Models.Sku", "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", @@ -72014,7 +71964,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Instance_Pools.Model", "Name": "Microsoft.Azure.Commands.Sql.Instance_Pools.Model.AzureSqlInstancePoolModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Instance_Pools.Model.AzureSqlInstancePoolModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Instance_Pools.Model.AzureSqlInstancePoolModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Management.Sql.Models.Sku", "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", @@ -72636,7 +72586,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.InstanceFailoverGroup.Model", "Name": "Microsoft.Azure.Commands.Sql.InstanceFailoverGroup.Model.AzureSqlInstanceFailoverGroupModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.InstanceFailoverGroup.Model.AzureSqlInstanceFailoverGroupModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.InstanceFailoverGroup.Model.AzureSqlInstanceFailoverGroupModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "FailoverWithDataLossGracePeriodHours": "System.Nullable`1[System.Int32]", "ResourceGroupName": "System.String", @@ -72918,7 +72868,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.InstanceFailoverGroup.Model", "Name": "Microsoft.Azure.Commands.Sql.InstanceFailoverGroup.Model.AzureSqlInstanceFailoverGroupModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.InstanceFailoverGroup.Model.AzureSqlInstanceFailoverGroupModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.InstanceFailoverGroup.Model.AzureSqlInstanceFailoverGroupModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "FailoverWithDataLossGracePeriodHours": "System.Nullable`1[System.Int32]", "ResourceGroupName": "System.String", @@ -73536,7 +73486,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.InstanceFailoverGroup.Model", "Name": "Microsoft.Azure.Commands.Sql.InstanceFailoverGroup.Model.AzureSqlInstanceFailoverGroupModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.InstanceFailoverGroup.Model.AzureSqlInstanceFailoverGroupModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.InstanceFailoverGroup.Model.AzureSqlInstanceFailoverGroupModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "FailoverWithDataLossGracePeriodHours": "System.Nullable`1[System.Int32]", "ResourceGroupName": "System.String", @@ -73656,7 +73606,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.InstanceFailoverGroup.Model", "Name": "Microsoft.Azure.Commands.Sql.InstanceFailoverGroup.Model.AzureSqlInstanceFailoverGroupModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.InstanceFailoverGroup.Model.AzureSqlInstanceFailoverGroupModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.InstanceFailoverGroup.Model.AzureSqlInstanceFailoverGroupModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "FailoverWithDataLossGracePeriodHours": "System.Nullable`1[System.Int32]", "ResourceGroupName": "System.String", @@ -74118,7 +74068,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.InstanceFailoverGroup.Model", "Name": "Microsoft.Azure.Commands.Sql.InstanceFailoverGroup.Model.AzureSqlInstanceFailoverGroupModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.InstanceFailoverGroup.Model.AzureSqlInstanceFailoverGroupModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.InstanceFailoverGroup.Model.AzureSqlInstanceFailoverGroupModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "FailoverWithDataLossGracePeriodHours": "System.Nullable`1[System.Int32]", "ResourceGroupName": "System.String", @@ -74380,7 +74330,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.InstanceFailoverGroup.Model", "Name": "Microsoft.Azure.Commands.Sql.InstanceFailoverGroup.Model.AzureSqlInstanceFailoverGroupModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.InstanceFailoverGroup.Model.AzureSqlInstanceFailoverGroupModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.InstanceFailoverGroup.Model.AzureSqlInstanceFailoverGroupModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "FailoverWithDataLossGracePeriodHours": "System.Nullable`1[System.Int32]", "ResourceGroupName": "System.String", @@ -74500,7 +74450,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.InstanceFailoverGroup.Model", "Name": "Microsoft.Azure.Commands.Sql.InstanceFailoverGroup.Model.AzureSqlInstanceFailoverGroupModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.InstanceFailoverGroup.Model.AzureSqlInstanceFailoverGroupModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.InstanceFailoverGroup.Model.AzureSqlInstanceFailoverGroupModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "FailoverWithDataLossGracePeriodHours": "System.Nullable`1[System.Int32]", "ResourceGroupName": "System.String", @@ -75028,7 +74978,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.InstanceFailoverGroup.Model", "Name": "Microsoft.Azure.Commands.Sql.InstanceFailoverGroup.Model.AzureSqlInstanceFailoverGroupModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.InstanceFailoverGroup.Model.AzureSqlInstanceFailoverGroupModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.InstanceFailoverGroup.Model.AzureSqlInstanceFailoverGroupModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "FailoverWithDataLossGracePeriodHours": "System.Nullable`1[System.Int32]", "ResourceGroupName": "System.String", @@ -75338,7 +75288,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.InstanceFailoverGroup.Model", "Name": "Microsoft.Azure.Commands.Sql.InstanceFailoverGroup.Model.AzureSqlInstanceFailoverGroupModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.InstanceFailoverGroup.Model.AzureSqlInstanceFailoverGroupModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.InstanceFailoverGroup.Model.AzureSqlInstanceFailoverGroupModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "FailoverWithDataLossGracePeriodHours": "System.Nullable`1[System.Int32]", "ResourceGroupName": "System.String", @@ -75458,7 +75408,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.InstanceFailoverGroup.Model", "Name": "Microsoft.Azure.Commands.Sql.InstanceFailoverGroup.Model.AzureSqlInstanceFailoverGroupModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.InstanceFailoverGroup.Model.AzureSqlInstanceFailoverGroupModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.InstanceFailoverGroup.Model.AzureSqlInstanceFailoverGroupModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "FailoverWithDataLossGracePeriodHours": "System.Nullable`1[System.Int32]", "ResourceGroupName": "System.String", @@ -75854,7 +75804,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.InstanceFailoverGroup.Model", "Name": "Microsoft.Azure.Commands.Sql.InstanceFailoverGroup.Model.AzureSqlInstanceFailoverGroupModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.InstanceFailoverGroup.Model.AzureSqlInstanceFailoverGroupModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.InstanceFailoverGroup.Model.AzureSqlInstanceFailoverGroupModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "FailoverWithDataLossGracePeriodHours": "System.Nullable`1[System.Int32]", "ResourceGroupName": "System.String", @@ -76068,7 +76018,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Model", "Name": "Microsoft.Azure.Commands.Sql.Model.IndexRecommendation", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Model.IndexRecommendation, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Model.IndexRecommendation, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "EstimatedImpact": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Sql.LegacySdk.Models.OperationImpact]", "ReportedImpact": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Sql.LegacySdk.Models.OperationImpact]", @@ -76439,7 +76389,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Model", "Name": "Microsoft.Azure.Commands.Sql.Model.IndexRecommendation", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Model.IndexRecommendation, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Model.IndexRecommendation, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "EstimatedImpact": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Sql.LegacySdk.Models.OperationImpact]", "ReportedImpact": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Sql.LegacySdk.Models.OperationImpact]", @@ -76768,7 +76718,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Model", "Name": "Microsoft.Azure.Commands.Sql.Model.IndexRecommendation", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Model.IndexRecommendation, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Model.IndexRecommendation, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "EstimatedImpact": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Sql.LegacySdk.Models.OperationImpact]", "ReportedImpact": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Sql.LegacySdk.Models.OperationImpact]", @@ -77097,7 +77047,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ImportExport.Model", "Name": "Microsoft.Azure.Commands.Sql.ImportExport.Model.AzureSqlDatabaseImportExportStatusModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ImportExport.Model.AzureSqlDatabaseImportExportStatusModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ImportExport.Model.AzureSqlDatabaseImportExportStatusModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "OperationStatusLink": "System.String", "ErrorMessage": "System.String", @@ -77287,7 +77237,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ImportExport.Model", "Name": "Microsoft.Azure.Commands.Sql.ImportExport.Model.AzureSqlDatabaseImportExportBaseModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ImportExport.Model.AzureSqlDatabaseImportExportBaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ImportExport.Model.AzureSqlDatabaseImportExportBaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AuthenticationType": "Microsoft.Azure.Commands.Sql.ImportExport.Model.AuthenticationType", "StorageKeyType": "Microsoft.Azure.Commands.Sql.ImportExport.Model.StorageKeyType", @@ -77387,7 +77337,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ImportExport.Model", "Name": "Microsoft.Azure.Commands.Sql.ImportExport.Model.StorageKeyType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ImportExport.Model.StorageKeyType, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ImportExport.Model.StorageKeyType, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -77562,7 +77512,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ImportExport.Model", "Name": "Microsoft.Azure.Commands.Sql.ImportExport.Model.AuthenticationType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ImportExport.Model.AuthenticationType, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ImportExport.Model.AuthenticationType, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -77770,7 +77720,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ImportExport.Model", "Name": "Microsoft.Azure.Commands.Sql.ImportExport.Model.StorageKeyType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ImportExport.Model.StorageKeyType, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ImportExport.Model.StorageKeyType, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -77975,7 +77925,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ImportExport.Model", "Name": "Microsoft.Azure.Commands.Sql.ImportExport.Model.AuthenticationType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ImportExport.Model.AuthenticationType, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ImportExport.Model.AuthenticationType, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -78159,7 +78109,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ImportExport.Model", "Name": "Microsoft.Azure.Commands.Sql.ImportExport.Model.AzureSqlDatabaseImportExportBaseModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ImportExport.Model.AzureSqlDatabaseImportExportBaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ImportExport.Model.AzureSqlDatabaseImportExportBaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AuthenticationType": "Microsoft.Azure.Commands.Sql.ImportExport.Model.AuthenticationType", "StorageKeyType": "Microsoft.Azure.Commands.Sql.ImportExport.Model.StorageKeyType", @@ -78241,7 +78191,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Database.Model", "Name": "Microsoft.Azure.Commands.Sql.Database.Model.DatabaseEdition", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.DatabaseEdition, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.DatabaseEdition, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -78398,7 +78348,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ImportExport.Model", "Name": "Microsoft.Azure.Commands.Sql.ImportExport.Model.StorageKeyType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ImportExport.Model.StorageKeyType, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ImportExport.Model.StorageKeyType, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -78573,7 +78523,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ImportExport.Model", "Name": "Microsoft.Azure.Commands.Sql.ImportExport.Model.AuthenticationType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ImportExport.Model.AuthenticationType, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ImportExport.Model.AuthenticationType, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -78757,7 +78707,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Database.Model", "Name": "Microsoft.Azure.Commands.Sql.Database.Model.DatabaseEdition", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.DatabaseEdition, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.DatabaseEdition, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -78938,7 +78888,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ImportExport.Model", "Name": "Microsoft.Azure.Commands.Sql.ImportExport.Model.StorageKeyType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ImportExport.Model.StorageKeyType, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ImportExport.Model.StorageKeyType, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -79143,7 +79093,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ImportExport.Model", "Name": "Microsoft.Azure.Commands.Sql.ImportExport.Model.AuthenticationType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ImportExport.Model.AuthenticationType, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ImportExport.Model.AuthenticationType, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -79327,7 +79277,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.FirewallRule.Model", "Name": "Microsoft.Azure.Commands.Sql.FirewallRule.Model.AzureSqlServerFirewallRuleModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.FirewallRule.Model.AzureSqlServerFirewallRuleModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.FirewallRule.Model.AzureSqlServerFirewallRuleModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ResourceGroupName": "System.String", "ServerName": "System.String", @@ -79604,7 +79554,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.FirewallRule.Model", "Name": "Microsoft.Azure.Commands.Sql.FirewallRule.Model.AzureSqlServerFirewallRuleModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.FirewallRule.Model.AzureSqlServerFirewallRuleModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.FirewallRule.Model.AzureSqlServerFirewallRuleModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ResourceGroupName": "System.String", "ServerName": "System.String", @@ -80191,7 +80141,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.FirewallRule.Model", "Name": "Microsoft.Azure.Commands.Sql.FirewallRule.Model.AzureSqlServerFirewallRuleModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.FirewallRule.Model.AzureSqlServerFirewallRuleModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.FirewallRule.Model.AzureSqlServerFirewallRuleModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ResourceGroupName": "System.String", "ServerName": "System.String", @@ -80510,7 +80460,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.FirewallRule.Model", "Name": "Microsoft.Azure.Commands.Sql.FirewallRule.Model.AzureSqlServerFirewallRuleModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.FirewallRule.Model.AzureSqlServerFirewallRuleModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.FirewallRule.Model.AzureSqlServerFirewallRuleModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ResourceGroupName": "System.String", "ServerName": "System.String", @@ -80871,7 +80821,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.FailoverGroup.Model", "Name": "Microsoft.Azure.Commands.Sql.FailoverGroup.Model.AzureSqlFailoverGroupModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.FailoverGroup.Model.AzureSqlFailoverGroupModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.FailoverGroup.Model.AzureSqlFailoverGroupModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "FailoverGroupReadOnlyEndpoint": "Microsoft.Azure.Management.Sql.LegacySdk.Models.ReadOnlyEndpoint", "FailoverGroupReadWriteEndpoint": "Microsoft.Azure.Management.Sql.LegacySdk.Models.ReadWriteEndpoint", @@ -81001,7 +80951,7 @@ "Type": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -81126,7 +81076,7 @@ "Type": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -81227,7 +81177,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.FailoverGroup.Model", "Name": "Microsoft.Azure.Commands.Sql.FailoverGroup.Model.AzureSqlFailoverGroupModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.FailoverGroup.Model.AzureSqlFailoverGroupModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.FailoverGroup.Model.AzureSqlFailoverGroupModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "FailoverGroupReadOnlyEndpoint": "Microsoft.Azure.Management.Sql.LegacySdk.Models.ReadOnlyEndpoint", "FailoverGroupReadWriteEndpoint": "Microsoft.Azure.Management.Sql.LegacySdk.Models.ReadWriteEndpoint", @@ -81537,7 +81487,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.FailoverGroup.Model", "Name": "Microsoft.Azure.Commands.Sql.FailoverGroup.Model.AzureSqlFailoverGroupModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.FailoverGroup.Model.AzureSqlFailoverGroupModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.FailoverGroup.Model.AzureSqlFailoverGroupModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "FailoverGroupReadOnlyEndpoint": "Microsoft.Azure.Management.Sql.LegacySdk.Models.ReadOnlyEndpoint", "FailoverGroupReadWriteEndpoint": "Microsoft.Azure.Management.Sql.LegacySdk.Models.ReadWriteEndpoint", @@ -81703,7 +81653,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.FailoverGroup.Model", "Name": "Microsoft.Azure.Commands.Sql.FailoverGroup.Model.FailoverPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.FailoverGroup.Model.FailoverPolicy, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.FailoverGroup.Model.FailoverPolicy, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -81824,7 +81774,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.FailoverGroup.Model", "Name": "Microsoft.Azure.Commands.Sql.FailoverGroup.Model.AllowReadOnlyFailoverToPrimary", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.FailoverGroup.Model.AllowReadOnlyFailoverToPrimary, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.FailoverGroup.Model.AllowReadOnlyFailoverToPrimary, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -82080,7 +82030,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.FailoverGroup.Model", "Name": "Microsoft.Azure.Commands.Sql.FailoverGroup.Model.FailoverPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.FailoverGroup.Model.FailoverPolicy, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.FailoverGroup.Model.FailoverPolicy, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -82213,7 +82163,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.FailoverGroup.Model", "Name": "Microsoft.Azure.Commands.Sql.FailoverGroup.Model.AllowReadOnlyFailoverToPrimary", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.FailoverGroup.Model.AllowReadOnlyFailoverToPrimary, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.FailoverGroup.Model.AllowReadOnlyFailoverToPrimary, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -82397,7 +82347,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.FailoverGroup.Model", "Name": "Microsoft.Azure.Commands.Sql.FailoverGroup.Model.AzureSqlFailoverGroupModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.FailoverGroup.Model.AzureSqlFailoverGroupModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.FailoverGroup.Model.AzureSqlFailoverGroupModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "FailoverGroupReadOnlyEndpoint": "Microsoft.Azure.Management.Sql.LegacySdk.Models.ReadOnlyEndpoint", "FailoverGroupReadWriteEndpoint": "Microsoft.Azure.Management.Sql.LegacySdk.Models.ReadWriteEndpoint", @@ -82527,7 +82477,7 @@ "Type": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -82670,7 +82620,7 @@ "Type": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -82795,7 +82745,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.FailoverGroup.Model", "Name": "Microsoft.Azure.Commands.Sql.FailoverGroup.Model.AzureSqlFailoverGroupModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.FailoverGroup.Model.AzureSqlFailoverGroupModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.FailoverGroup.Model.AzureSqlFailoverGroupModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "FailoverGroupReadOnlyEndpoint": "Microsoft.Azure.Management.Sql.LegacySdk.Models.ReadOnlyEndpoint", "FailoverGroupReadWriteEndpoint": "Microsoft.Azure.Management.Sql.LegacySdk.Models.ReadWriteEndpoint", @@ -83147,7 +83097,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.FailoverGroup.Model", "Name": "Microsoft.Azure.Commands.Sql.FailoverGroup.Model.AzureSqlFailoverGroupModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.FailoverGroup.Model.AzureSqlFailoverGroupModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.FailoverGroup.Model.AzureSqlFailoverGroupModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "FailoverGroupReadOnlyEndpoint": "Microsoft.Azure.Management.Sql.LegacySdk.Models.ReadOnlyEndpoint", "FailoverGroupReadWriteEndpoint": "Microsoft.Azure.Management.Sql.LegacySdk.Models.ReadWriteEndpoint", @@ -83277,7 +83227,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.FailoverGroup.Model", "Name": "Microsoft.Azure.Commands.Sql.FailoverGroup.Model.FailoverPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.FailoverGroup.Model.FailoverPolicy, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.FailoverGroup.Model.FailoverPolicy, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -83398,7 +83348,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.FailoverGroup.Model", "Name": "Microsoft.Azure.Commands.Sql.FailoverGroup.Model.AllowReadOnlyFailoverToPrimary", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.FailoverGroup.Model.AllowReadOnlyFailoverToPrimary, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.FailoverGroup.Model.AllowReadOnlyFailoverToPrimary, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -83606,7 +83556,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.FailoverGroup.Model", "Name": "Microsoft.Azure.Commands.Sql.FailoverGroup.Model.FailoverPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.FailoverGroup.Model.FailoverPolicy, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.FailoverGroup.Model.FailoverPolicy, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -83739,7 +83689,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.FailoverGroup.Model", "Name": "Microsoft.Azure.Commands.Sql.FailoverGroup.Model.AllowReadOnlyFailoverToPrimary", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.FailoverGroup.Model.AllowReadOnlyFailoverToPrimary, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.FailoverGroup.Model.AllowReadOnlyFailoverToPrimary, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -83923,7 +83873,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.FailoverGroup.Model", "Name": "Microsoft.Azure.Commands.Sql.FailoverGroup.Model.AzureSqlFailoverGroupModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.FailoverGroup.Model.AzureSqlFailoverGroupModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.FailoverGroup.Model.AzureSqlFailoverGroupModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "FailoverGroupReadOnlyEndpoint": "Microsoft.Azure.Management.Sql.LegacySdk.Models.ReadOnlyEndpoint", "FailoverGroupReadWriteEndpoint": "Microsoft.Azure.Management.Sql.LegacySdk.Models.ReadWriteEndpoint", @@ -84317,7 +84267,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ElasticPool.Model", "Name": "Microsoft.Azure.Commands.Sql.ElasticPool.Model.AzureSqlElasticPoolModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticPool.Model.AzureSqlElasticPoolModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticPool.Model.AzureSqlElasticPoolModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "CreationDate": "System.DateTime", @@ -84610,7 +84560,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ElasticPool.Model", "Name": "Microsoft.Azure.Commands.Sql.ElasticPool.Model.AzureSqlElasticPoolActivityModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticPool.Model.AzureSqlElasticPoolActivityModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticPool.Model.AzureSqlElasticPoolActivityModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "OperationId": "System.Guid", "IsCancellable": "System.Nullable`1[System.Boolean]", @@ -84944,7 +84894,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Database.Model", "Name": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "CreationDate": "System.DateTime", @@ -85684,7 +85634,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ElasticPool.Model", "Name": "Microsoft.Azure.Commands.Sql.ElasticPool.Model.AzureSqlElasticPoolModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticPool.Model.AzureSqlElasticPoolModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticPool.Model.AzureSqlElasticPoolModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "CreationDate": "System.DateTime", @@ -87031,7 +86981,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ElasticPool.Model", "Name": "Microsoft.Azure.Commands.Sql.ElasticPool.Model.AzureSqlElasticPoolModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticPool.Model.AzureSqlElasticPoolModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticPool.Model.AzureSqlElasticPoolModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "CreationDate": "System.DateTime", @@ -87366,7 +87316,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ElasticPool.Model", "Name": "Microsoft.Azure.Commands.Sql.ElasticPool.Model.AzureSqlElasticPoolModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticPool.Model.AzureSqlElasticPoolModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticPool.Model.AzureSqlElasticPoolModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "CreationDate": "System.DateTime", @@ -88717,7 +88667,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ElasticPool.Model", "Name": "Microsoft.Azure.Commands.Sql.ElasticPool.Model.AzureSqlElasticPoolActivityModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticPool.Model.AzureSqlElasticPoolActivityModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticPool.Model.AzureSqlElasticPoolActivityModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "OperationId": "System.Guid", "IsCancellable": "System.Nullable`1[System.Boolean]", @@ -89093,7 +89043,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model", "Name": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobAgentModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobAgentModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobAgentModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "WorkerCount": "System.Nullable`1[System.Int32]", @@ -89174,7 +89124,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Server.Model", "Name": "Microsoft.Azure.Commands.Sql.Server.Model.AzureSqlServerModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Server.Model.AzureSqlServerModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Server.Model.AzureSqlServerModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Identity": "Microsoft.Azure.Management.Sql.Models.ResourceIdentity", "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", @@ -89450,7 +89400,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Server.Model", "Name": "Microsoft.Azure.Commands.Sql.Server.Model.AzureSqlServerModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Server.Model.AzureSqlServerModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Server.Model.AzureSqlServerModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Identity": "Microsoft.Azure.Management.Sql.Models.ResourceIdentity", "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", @@ -89734,7 +89684,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model", "Name": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobAgentModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobAgentModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobAgentModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "WorkerCount": "System.Nullable`1[System.Int32]", @@ -89815,7 +89765,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Database.Model", "Name": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "CreationDate": "System.DateTime", @@ -90232,7 +90182,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Database.Model", "Name": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "CreationDate": "System.DateTime", @@ -90621,7 +90571,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model", "Name": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobAgentModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobAgentModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobAgentModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "WorkerCount": "System.Nullable`1[System.Int32]", @@ -90702,7 +90652,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model", "Name": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobAgentModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobAgentModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobAgentModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "WorkerCount": "System.Nullable`1[System.Int32]", @@ -91019,7 +90969,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model", "Name": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobAgentModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobAgentModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobAgentModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "WorkerCount": "System.Nullable`1[System.Int32]", @@ -91322,7 +91272,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model", "Name": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobAgentModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobAgentModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobAgentModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "WorkerCount": "System.Nullable`1[System.Int32]", @@ -91403,7 +91353,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model", "Name": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobAgentModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobAgentModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobAgentModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "WorkerCount": "System.Nullable`1[System.Int32]", @@ -91724,7 +91674,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model", "Name": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobAgentModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobAgentModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobAgentModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "WorkerCount": "System.Nullable`1[System.Int32]", @@ -92007,7 +91957,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model", "Name": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobCredentialModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobCredentialModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobCredentialModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Password": "System.Security.SecureString", "CredentialName": "System.String", @@ -92085,7 +92035,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model", "Name": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobAgentModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobAgentModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobAgentModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "WorkerCount": "System.Nullable`1[System.Int32]", @@ -92402,7 +92352,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model", "Name": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobAgentModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobAgentModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobAgentModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "WorkerCount": "System.Nullable`1[System.Int32]", @@ -92685,7 +92635,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model", "Name": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobCredentialModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobCredentialModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobCredentialModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Password": "System.Security.SecureString", "CredentialName": "System.String", @@ -92763,7 +92713,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model", "Name": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobAgentModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobAgentModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobAgentModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "WorkerCount": "System.Nullable`1[System.Int32]", @@ -93122,7 +93072,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model", "Name": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobAgentModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobAgentModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobAgentModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "WorkerCount": "System.Nullable`1[System.Int32]", @@ -93453,7 +93403,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model", "Name": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobCredentialModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobCredentialModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobCredentialModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Password": "System.Security.SecureString", "CredentialName": "System.String", @@ -93531,7 +93481,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model", "Name": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobCredentialModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobCredentialModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobCredentialModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Password": "System.Security.SecureString", "CredentialName": "System.String", @@ -93845,7 +93795,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model", "Name": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobCredentialModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobCredentialModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobCredentialModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Password": "System.Security.SecureString", "CredentialName": "System.String", @@ -94073,7 +94023,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model", "Name": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobCredentialModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobCredentialModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobCredentialModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Password": "System.Security.SecureString", "CredentialName": "System.String", @@ -94151,7 +94101,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model", "Name": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobCredentialModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobCredentialModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobCredentialModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Password": "System.Security.SecureString", "CredentialName": "System.String", @@ -94507,7 +94457,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model", "Name": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobCredentialModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobCredentialModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobCredentialModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Password": "System.Security.SecureString", "CredentialName": "System.String", @@ -94783,7 +94733,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model", "Name": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobExecutionModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobExecutionModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobExecutionModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "CreateTime": "System.Nullable`1[System.DateTime]", "StartTime": "System.Nullable`1[System.DateTime]", @@ -94869,7 +94819,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model", "Name": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ScheduleType": "System.Nullable`1[Microsoft.Azure.Management.Sql.Models.JobScheduleType]", "Enabled": "System.Nullable`1[System.Boolean]", @@ -95268,7 +95218,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model", "Name": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ScheduleType": "System.Nullable`1[Microsoft.Azure.Management.Sql.Models.JobScheduleType]", "Enabled": "System.Nullable`1[System.Boolean]", @@ -95621,7 +95571,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model", "Name": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobExecutionModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobExecutionModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobExecutionModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "CreateTime": "System.Nullable`1[System.DateTime]", "StartTime": "System.Nullable`1[System.DateTime]", @@ -95707,7 +95657,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model", "Name": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobExecutionModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobExecutionModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobExecutionModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "CreateTime": "System.Nullable`1[System.DateTime]", "StartTime": "System.Nullable`1[System.DateTime]", @@ -96067,7 +96017,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model", "Name": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobExecutionModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobExecutionModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobExecutionModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "CreateTime": "System.Nullable`1[System.DateTime]", "StartTime": "System.Nullable`1[System.DateTime]", @@ -96303,7 +96253,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model", "Name": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobStepModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobStepModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobStepModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Output": "Microsoft.Azure.Commands.Sql.Elastic_Jobs.Model.AzureSqlElasticJobStepOutputModel", "RetryIntervalBackoffMultiplier": "System.Nullable`1[System.Double]", @@ -96389,7 +96339,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model", "Name": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ScheduleType": "System.Nullable`1[Microsoft.Azure.Management.Sql.Models.JobScheduleType]", "Enabled": "System.Nullable`1[System.Boolean]", @@ -96579,7 +96529,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Database.Model", "Name": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "CreationDate": "System.DateTime", @@ -97508,7 +97458,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Database.Model", "Name": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "CreationDate": "System.DateTime", @@ -98418,7 +98368,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model", "Name": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ScheduleType": "System.Nullable`1[Microsoft.Azure.Management.Sql.Models.JobScheduleType]", "Enabled": "System.Nullable`1[System.Boolean]", @@ -98786,7 +98736,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model", "Name": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ScheduleType": "System.Nullable`1[Microsoft.Azure.Management.Sql.Models.JobScheduleType]", "Enabled": "System.Nullable`1[System.Boolean]", @@ -98928,7 +98878,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Database.Model", "Name": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "CreationDate": "System.DateTime", @@ -99348,7 +99298,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model", "Name": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ScheduleType": "System.Nullable`1[Microsoft.Azure.Management.Sql.Models.JobScheduleType]", "Enabled": "System.Nullable`1[System.Boolean]", @@ -100230,7 +100180,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Database.Model", "Name": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "CreationDate": "System.DateTime", @@ -101275,7 +101225,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model", "Name": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobStepModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobStepModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobStepModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Output": "Microsoft.Azure.Commands.Sql.Elastic_Jobs.Model.AzureSqlElasticJobStepOutputModel", "RetryIntervalBackoffMultiplier": "System.Nullable`1[System.Double]", @@ -101361,7 +101311,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model", "Name": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobStepModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobStepModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobStepModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Output": "Microsoft.Azure.Commands.Sql.Elastic_Jobs.Model.AzureSqlElasticJobStepOutputModel", "RetryIntervalBackoffMultiplier": "System.Nullable`1[System.Double]", @@ -101538,7 +101488,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Database.Model", "Name": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "CreationDate": "System.DateTime", @@ -102061,7 +102011,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Database.Model", "Name": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "CreationDate": "System.DateTime", @@ -103435,7 +103385,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model", "Name": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobStepModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobStepModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobStepModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Output": "Microsoft.Azure.Commands.Sql.Elastic_Jobs.Model.AzureSqlElasticJobStepOutputModel", "RetryIntervalBackoffMultiplier": "System.Nullable`1[System.Double]", @@ -103508,7 +103458,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Database.Model", "Name": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "CreationDate": "System.DateTime", @@ -103974,7 +103924,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model", "Name": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobStepModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobStepModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobStepModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Output": "Microsoft.Azure.Commands.Sql.Elastic_Jobs.Model.AzureSqlElasticJobStepOutputModel", "RetryIntervalBackoffMultiplier": "System.Nullable`1[System.Double]", @@ -104343,7 +104293,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model", "Name": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobStepModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobStepModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobStepModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Output": "Microsoft.Azure.Commands.Sql.Elastic_Jobs.Model.AzureSqlElasticJobStepOutputModel", "RetryIntervalBackoffMultiplier": "System.Nullable`1[System.Double]", @@ -104808,7 +104758,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Database.Model", "Name": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "CreationDate": "System.DateTime", @@ -106265,7 +106215,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model", "Name": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ScheduleType": "System.Nullable`1[Microsoft.Azure.Management.Sql.Models.JobScheduleType]", "Enabled": "System.Nullable`1[System.Boolean]", @@ -106348,7 +106298,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model", "Name": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobAgentModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobAgentModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobAgentModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "WorkerCount": "System.Nullable`1[System.Int32]", @@ -107377,7 +107327,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model", "Name": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobAgentModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobAgentModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobAgentModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "WorkerCount": "System.Nullable`1[System.Int32]", @@ -107563,7 +107513,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model", "Name": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobAgentModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobAgentModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobAgentModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "WorkerCount": "System.Nullable`1[System.Int32]", @@ -107799,7 +107749,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model", "Name": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobAgentModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobAgentModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobAgentModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "WorkerCount": "System.Nullable`1[System.Int32]", @@ -108764,7 +108714,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model", "Name": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ScheduleType": "System.Nullable`1[Microsoft.Azure.Management.Sql.Models.JobScheduleType]", "Enabled": "System.Nullable`1[System.Boolean]", @@ -108847,7 +108797,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model", "Name": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ScheduleType": "System.Nullable`1[Microsoft.Azure.Management.Sql.Models.JobScheduleType]", "Enabled": "System.Nullable`1[System.Boolean]", @@ -109956,7 +109906,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model", "Name": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ScheduleType": "System.Nullable`1[Microsoft.Azure.Management.Sql.Models.JobScheduleType]", "Enabled": "System.Nullable`1[System.Boolean]", @@ -110170,7 +110120,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model", "Name": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ScheduleType": "System.Nullable`1[Microsoft.Azure.Management.Sql.Models.JobScheduleType]", "Enabled": "System.Nullable`1[System.Boolean]", @@ -110408,7 +110358,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model", "Name": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ScheduleType": "System.Nullable`1[Microsoft.Azure.Management.Sql.Models.JobScheduleType]", "Enabled": "System.Nullable`1[System.Boolean]", @@ -111401,7 +111351,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model", "Name": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobTargetGroupModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobTargetGroupModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobTargetGroupModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Targets": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobTargetModel]", "TargetGroupName": "System.String", @@ -111478,7 +111428,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model", "Name": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobAgentModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobAgentModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobAgentModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "WorkerCount": "System.Nullable`1[System.Int32]", @@ -111795,7 +111745,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model", "Name": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobAgentModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobAgentModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobAgentModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "WorkerCount": "System.Nullable`1[System.Int32]", @@ -112078,7 +112028,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model", "Name": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobTargetGroupModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobTargetGroupModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobTargetGroupModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Targets": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobTargetModel]", "TargetGroupName": "System.String", @@ -112155,7 +112105,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model", "Name": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobAgentModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobAgentModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobAgentModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "WorkerCount": "System.Nullable`1[System.Int32]", @@ -112472,7 +112422,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model", "Name": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobAgentModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobAgentModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobAgentModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "WorkerCount": "System.Nullable`1[System.Int32]", @@ -112755,7 +112705,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model", "Name": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobTargetGroupModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobTargetGroupModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobTargetGroupModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Targets": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobTargetModel]", "TargetGroupName": "System.String", @@ -112832,7 +112782,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model", "Name": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobTargetGroupModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobTargetGroupModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobTargetGroupModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Targets": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobTargetModel]", "TargetGroupName": "System.String", @@ -113187,7 +113137,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model", "Name": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobTargetGroupModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobTargetGroupModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobTargetGroupModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Targets": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobTargetModel]", "TargetGroupName": "System.String", @@ -113486,7 +113436,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model", "Name": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobTargetModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobTargetModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobTargetModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "MembershipType": "System.Nullable`1[Microsoft.Azure.Management.Sql.Models.JobTargetGroupMembershipType]", "TargetGroupName": "System.String", @@ -113587,7 +113537,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model", "Name": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobTargetGroupModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobTargetGroupModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobTargetGroupModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Targets": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobTargetModel]", "TargetGroupName": "System.String", @@ -114622,7 +114572,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model", "Name": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobTargetGroupModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobTargetGroupModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobTargetGroupModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Targets": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobTargetModel]", "TargetGroupName": "System.String", @@ -114802,7 +114752,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model", "Name": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobTargetGroupModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobTargetGroupModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobTargetGroupModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Targets": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobTargetModel]", "TargetGroupName": "System.String", @@ -115006,7 +114956,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model", "Name": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobTargetGroupModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobTargetGroupModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobTargetGroupModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Targets": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobTargetModel]", "TargetGroupName": "System.String", @@ -115733,7 +115683,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model", "Name": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobTargetModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobTargetModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobTargetModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "MembershipType": "System.Nullable`1[Microsoft.Azure.Management.Sql.Models.JobTargetGroupMembershipType]", "TargetGroupName": "System.String", @@ -115816,7 +115766,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model", "Name": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobTargetGroupModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobTargetGroupModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobTargetGroupModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Targets": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobTargetModel]", "TargetGroupName": "System.String", @@ -116711,7 +116661,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model", "Name": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobTargetGroupModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobTargetGroupModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobTargetGroupModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Targets": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobTargetModel]", "TargetGroupName": "System.String", @@ -116867,7 +116817,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model", "Name": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobTargetGroupModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobTargetGroupModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobTargetGroupModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Targets": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobTargetModel]", "TargetGroupName": "System.String", @@ -117047,7 +116997,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model", "Name": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobTargetGroupModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobTargetGroupModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobTargetGroupModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Targets": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobTargetModel]", "TargetGroupName": "System.String", @@ -117722,7 +117672,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model", "Name": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobStepModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobStepModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobStepModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Output": "Microsoft.Azure.Commands.Sql.Elastic_Jobs.Model.AzureSqlElasticJobStepOutputModel", "RetryIntervalBackoffMultiplier": "System.Nullable`1[System.Double]", @@ -117808,7 +117758,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model", "Name": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ScheduleType": "System.Nullable`1[Microsoft.Azure.Management.Sql.Models.JobScheduleType]", "Enabled": "System.Nullable`1[System.Boolean]", @@ -118381,7 +118331,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model", "Name": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ScheduleType": "System.Nullable`1[Microsoft.Azure.Management.Sql.Models.JobScheduleType]", "Enabled": "System.Nullable`1[System.Boolean]", @@ -118521,7 +118471,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model", "Name": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ScheduleType": "System.Nullable`1[Microsoft.Azure.Management.Sql.Models.JobScheduleType]", "Enabled": "System.Nullable`1[System.Boolean]", @@ -118952,7 +118902,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model", "Name": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobStepModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobStepModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobStepModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Output": "Microsoft.Azure.Commands.Sql.Elastic_Jobs.Model.AzureSqlElasticJobStepOutputModel", "RetryIntervalBackoffMultiplier": "System.Nullable`1[System.Double]", @@ -119038,7 +118988,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model", "Name": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobStepModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobStepModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobStepModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Output": "Microsoft.Azure.Commands.Sql.Elastic_Jobs.Model.AzureSqlElasticJobStepOutputModel", "RetryIntervalBackoffMultiplier": "System.Nullable`1[System.Double]", @@ -119402,7 +119352,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model", "Name": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobStepModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobStepModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobStepModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Output": "Microsoft.Azure.Commands.Sql.Elastic_Jobs.Model.AzureSqlElasticJobStepOutputModel", "RetryIntervalBackoffMultiplier": "System.Nullable`1[System.Double]", @@ -119638,7 +119588,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model", "Name": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ScheduleType": "System.Nullable`1[Microsoft.Azure.Management.Sql.Models.JobScheduleType]", "Enabled": "System.Nullable`1[System.Boolean]", @@ -119721,7 +119671,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model", "Name": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobAgentModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobAgentModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobAgentModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "WorkerCount": "System.Nullable`1[System.Int32]", @@ -120038,7 +119988,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model", "Name": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobAgentModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobAgentModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobAgentModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "WorkerCount": "System.Nullable`1[System.Int32]", @@ -120321,7 +120271,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model", "Name": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ScheduleType": "System.Nullable`1[Microsoft.Azure.Management.Sql.Models.JobScheduleType]", "Enabled": "System.Nullable`1[System.Boolean]", @@ -120404,7 +120354,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model", "Name": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ScheduleType": "System.Nullable`1[Microsoft.Azure.Management.Sql.Models.JobScheduleType]", "Enabled": "System.Nullable`1[System.Boolean]", @@ -120765,7 +120715,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model", "Name": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ScheduleType": "System.Nullable`1[Microsoft.Azure.Management.Sql.Models.JobScheduleType]", "Enabled": "System.Nullable`1[System.Boolean]", @@ -121070,7 +121020,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model", "Name": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobExecutionModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobExecutionModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobExecutionModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "CreateTime": "System.Nullable`1[System.DateTime]", "StartTime": "System.Nullable`1[System.DateTime]", @@ -121156,7 +121106,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model", "Name": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobAgentModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobAgentModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobAgentModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "WorkerCount": "System.Nullable`1[System.Int32]", @@ -121923,7 +121873,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model", "Name": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobAgentModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobAgentModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobAgentModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "WorkerCount": "System.Nullable`1[System.Int32]", @@ -122213,7 +122163,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model", "Name": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobAgentModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobAgentModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobAgentModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "WorkerCount": "System.Nullable`1[System.Int32]", @@ -122786,7 +122736,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model", "Name": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobExecutionModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobExecutionModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobExecutionModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "CreateTime": "System.Nullable`1[System.DateTime]", "StartTime": "System.Nullable`1[System.DateTime]", @@ -122872,7 +122822,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model", "Name": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobExecutionModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobExecutionModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobExecutionModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "CreateTime": "System.Nullable`1[System.DateTime]", "StartTime": "System.Nullable`1[System.DateTime]", @@ -123664,7 +123614,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model", "Name": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobExecutionModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobExecutionModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobExecutionModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "CreateTime": "System.Nullable`1[System.DateTime]", "StartTime": "System.Nullable`1[System.DateTime]", @@ -123909,7 +123859,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model", "Name": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobExecutionModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobExecutionModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobExecutionModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "CreateTime": "System.Nullable`1[System.DateTime]", "StartTime": "System.Nullable`1[System.DateTime]", @@ -124389,7 +124339,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model", "Name": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobExecutionModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobExecutionModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobExecutionModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "CreateTime": "System.Nullable`1[System.DateTime]", "StartTime": "System.Nullable`1[System.DateTime]", @@ -124475,7 +124425,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model", "Name": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobExecutionModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobExecutionModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobExecutionModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "CreateTime": "System.Nullable`1[System.DateTime]", "StartTime": "System.Nullable`1[System.DateTime]", @@ -125149,7 +125099,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model", "Name": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobExecutionModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobExecutionModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobExecutionModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "CreateTime": "System.Nullable`1[System.DateTime]", "StartTime": "System.Nullable`1[System.DateTime]", @@ -125762,7 +125712,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.DataClassification.Model", "Name": "Microsoft.Azure.Commands.Sql.DataClassification.Model.SqlDatabaseSensitivityClassificationModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.DataClassification.Model.SqlDatabaseSensitivityClassificationModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.DataClassification.Model.SqlDatabaseSensitivityClassificationModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "SensitivityLabels": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Sql.DataClassification.Model.SensitivityLabelModel]", "ServerName": "System.String", @@ -125871,7 +125821,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Database.Model", "Name": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "CreationDate": "System.DateTime", @@ -126118,7 +126068,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.DataClassification.Model", "Name": "Microsoft.Azure.Commands.Sql.DataClassification.Model.SqlDatabaseSensitivityClassificationModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.DataClassification.Model.SqlDatabaseSensitivityClassificationModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.DataClassification.Model.SqlDatabaseSensitivityClassificationModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "SensitivityLabels": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Sql.DataClassification.Model.SensitivityLabelModel]", "ServerName": "System.String", @@ -126507,7 +126457,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Database.Model", "Name": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "CreationDate": "System.DateTime", @@ -126913,7 +126863,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.DataClassification.Model", "Name": "Microsoft.Azure.Commands.Sql.DataClassification.Model.ManagedDatabaseSensitivityClassificationModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.DataClassification.Model.ManagedDatabaseSensitivityClassificationModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.DataClassification.Model.ManagedDatabaseSensitivityClassificationModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "SensitivityLabels": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Sql.DataClassification.Model.SensitivityLabelModel]", "InstanceName": "System.String", @@ -127022,7 +126972,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model", "Name": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "CreationDate": "System.Nullable`1[System.DateTime]", @@ -127243,7 +127193,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.DataClassification.Model", "Name": "Microsoft.Azure.Commands.Sql.DataClassification.Model.ManagedDatabaseSensitivityClassificationModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.DataClassification.Model.ManagedDatabaseSensitivityClassificationModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.DataClassification.Model.ManagedDatabaseSensitivityClassificationModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "SensitivityLabels": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Sql.DataClassification.Model.SensitivityLabelModel]", "InstanceName": "System.String", @@ -127632,7 +127582,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model", "Name": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "CreationDate": "System.Nullable`1[System.DateTime]", @@ -128012,7 +127962,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.DataClassification.Model", "Name": "Microsoft.Azure.Commands.Sql.DataClassification.Model.SqlDatabaseSensitivityClassificationModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.DataClassification.Model.SqlDatabaseSensitivityClassificationModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.DataClassification.Model.SqlDatabaseSensitivityClassificationModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "SensitivityLabels": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Sql.DataClassification.Model.SensitivityLabelModel]", "ServerName": "System.String", @@ -128121,7 +128071,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Database.Model", "Name": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "CreationDate": "System.DateTime", @@ -128368,7 +128318,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.DataClassification.Model", "Name": "Microsoft.Azure.Commands.Sql.DataClassification.Model.SqlDatabaseSensitivityClassificationModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.DataClassification.Model.SqlDatabaseSensitivityClassificationModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.DataClassification.Model.SqlDatabaseSensitivityClassificationModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "SensitivityLabels": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Sql.DataClassification.Model.SensitivityLabelModel]", "ServerName": "System.String", @@ -128757,7 +128707,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Database.Model", "Name": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "CreationDate": "System.DateTime", @@ -129163,7 +129113,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.DataClassification.Model", "Name": "Microsoft.Azure.Commands.Sql.DataClassification.Model.ManagedDatabaseSensitivityClassificationModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.DataClassification.Model.ManagedDatabaseSensitivityClassificationModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.DataClassification.Model.ManagedDatabaseSensitivityClassificationModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "SensitivityLabels": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Sql.DataClassification.Model.SensitivityLabelModel]", "InstanceName": "System.String", @@ -129272,7 +129222,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model", "Name": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "CreationDate": "System.Nullable`1[System.DateTime]", @@ -129493,7 +129443,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.DataClassification.Model", "Name": "Microsoft.Azure.Commands.Sql.DataClassification.Model.ManagedDatabaseSensitivityClassificationModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.DataClassification.Model.ManagedDatabaseSensitivityClassificationModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.DataClassification.Model.ManagedDatabaseSensitivityClassificationModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "SensitivityLabels": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Sql.DataClassification.Model.SensitivityLabelModel]", "InstanceName": "System.String", @@ -129882,7 +129832,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model", "Name": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "CreationDate": "System.Nullable`1[System.DateTime]", @@ -130241,7 +130191,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.DataClassification.Model", "Name": "Microsoft.Azure.Commands.Sql.DataClassification.Model.SqlDatabaseSensitivityClassificationModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.DataClassification.Model.SqlDatabaseSensitivityClassificationModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.DataClassification.Model.SqlDatabaseSensitivityClassificationModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "SensitivityLabels": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Sql.DataClassification.Model.SensitivityLabelModel]", "ServerName": "System.String", @@ -130351,7 +130301,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Database.Model", "Name": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "CreationDate": "System.DateTime", @@ -130930,7 +130880,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Database.Model", "Name": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "CreationDate": "System.DateTime", @@ -131120,7 +131070,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Database.Model", "Name": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "CreationDate": "System.DateTime", @@ -131457,7 +131407,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.DataClassification.Model", "Name": "Microsoft.Azure.Commands.Sql.DataClassification.Model.SqlDatabaseSensitivityClassificationModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.DataClassification.Model.SqlDatabaseSensitivityClassificationModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.DataClassification.Model.SqlDatabaseSensitivityClassificationModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "SensitivityLabels": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Sql.DataClassification.Model.SensitivityLabelModel]", "ServerName": "System.String", @@ -131567,7 +131517,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Database.Model", "Name": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "CreationDate": "System.DateTime", @@ -131880,7 +131830,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Database.Model", "Name": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "CreationDate": "System.DateTime", @@ -132145,7 +132095,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.DataClassification.Model", "Name": "Microsoft.Azure.Commands.Sql.DataClassification.Model.ManagedDatabaseSensitivityClassificationModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.DataClassification.Model.ManagedDatabaseSensitivityClassificationModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.DataClassification.Model.ManagedDatabaseSensitivityClassificationModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "SensitivityLabels": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Sql.DataClassification.Model.SensitivityLabelModel]", "InstanceName": "System.String", @@ -132255,7 +132205,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model", "Name": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "CreationDate": "System.Nullable`1[System.DateTime]", @@ -132808,7 +132758,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model", "Name": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "CreationDate": "System.Nullable`1[System.DateTime]", @@ -132972,7 +132922,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model", "Name": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "CreationDate": "System.Nullable`1[System.DateTime]", @@ -133283,7 +133233,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.DataClassification.Model", "Name": "Microsoft.Azure.Commands.Sql.DataClassification.Model.ManagedDatabaseSensitivityClassificationModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.DataClassification.Model.ManagedDatabaseSensitivityClassificationModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.DataClassification.Model.ManagedDatabaseSensitivityClassificationModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "SensitivityLabels": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Sql.DataClassification.Model.SensitivityLabelModel]", "InstanceName": "System.String", @@ -133393,7 +133343,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model", "Name": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "CreationDate": "System.Nullable`1[System.DateTime]", @@ -133680,7 +133630,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model", "Name": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "CreationDate": "System.Nullable`1[System.DateTime]", @@ -133938,7 +133888,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.DataClassification.Model", "Name": "Microsoft.Azure.Commands.Sql.DataClassification.Model.SqlDatabaseSensitivityClassificationModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.DataClassification.Model.SqlDatabaseSensitivityClassificationModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.DataClassification.Model.SqlDatabaseSensitivityClassificationModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "SensitivityLabels": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Sql.DataClassification.Model.SensitivityLabelModel]", "ServerName": "System.String", @@ -134047,7 +133997,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Database.Model", "Name": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "CreationDate": "System.DateTime", @@ -134292,7 +134242,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.DataClassification.Model", "Name": "Microsoft.Azure.Commands.Sql.DataClassification.Model.SqlDatabaseSensitivityClassificationModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.DataClassification.Model.SqlDatabaseSensitivityClassificationModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.DataClassification.Model.SqlDatabaseSensitivityClassificationModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "SensitivityLabels": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Sql.DataClassification.Model.SensitivityLabelModel]", "ServerName": "System.String", @@ -134681,7 +134631,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Database.Model", "Name": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "CreationDate": "System.DateTime", @@ -135085,7 +135035,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.DataClassification.Model", "Name": "Microsoft.Azure.Commands.Sql.DataClassification.Model.ManagedDatabaseSensitivityClassificationModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.DataClassification.Model.ManagedDatabaseSensitivityClassificationModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.DataClassification.Model.ManagedDatabaseSensitivityClassificationModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "SensitivityLabels": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Sql.DataClassification.Model.SensitivityLabelModel]", "InstanceName": "System.String", @@ -135194,7 +135144,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model", "Name": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "CreationDate": "System.Nullable`1[System.DateTime]", @@ -135413,7 +135363,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.DataClassification.Model", "Name": "Microsoft.Azure.Commands.Sql.DataClassification.Model.ManagedDatabaseSensitivityClassificationModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.DataClassification.Model.ManagedDatabaseSensitivityClassificationModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.DataClassification.Model.ManagedDatabaseSensitivityClassificationModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "SensitivityLabels": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Sql.DataClassification.Model.SensitivityLabelModel]", "InstanceName": "System.String", @@ -135802,7 +135752,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model", "Name": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "CreationDate": "System.Nullable`1[System.DateTime]", @@ -136216,7 +136166,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.DataClassification.Model", "Name": "Microsoft.Azure.Commands.Sql.DataClassification.Model.SqlDatabaseSensitivityClassificationModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.DataClassification.Model.SqlDatabaseSensitivityClassificationModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.DataClassification.Model.SqlDatabaseSensitivityClassificationModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "SensitivityLabels": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Sql.DataClassification.Model.SensitivityLabelModel]", "ServerName": "System.String", @@ -136325,7 +136275,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Database.Model", "Name": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "CreationDate": "System.DateTime", @@ -136902,7 +136852,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Database.Model", "Name": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "CreationDate": "System.DateTime", @@ -137188,7 +137138,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.DataClassification.Model", "Name": "Microsoft.Azure.Commands.Sql.DataClassification.Model.SqlDatabaseSensitivityClassificationModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.DataClassification.Model.SqlDatabaseSensitivityClassificationModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.DataClassification.Model.SqlDatabaseSensitivityClassificationModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "SensitivityLabels": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Sql.DataClassification.Model.SensitivityLabelModel]", "ServerName": "System.String", @@ -137495,7 +137445,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.DataClassification.Model", "Name": "Microsoft.Azure.Commands.Sql.DataClassification.Model.ManagedDatabaseSensitivityClassificationModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.DataClassification.Model.ManagedDatabaseSensitivityClassificationModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.DataClassification.Model.ManagedDatabaseSensitivityClassificationModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "SensitivityLabels": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Sql.DataClassification.Model.SensitivityLabelModel]", "InstanceName": "System.String", @@ -137604,7 +137554,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model", "Name": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "CreationDate": "System.Nullable`1[System.DateTime]", @@ -138155,7 +138105,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model", "Name": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "CreationDate": "System.Nullable`1[System.DateTime]", @@ -138415,7 +138365,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.DataClassification.Model", "Name": "Microsoft.Azure.Commands.Sql.DataClassification.Model.ManagedDatabaseSensitivityClassificationModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.DataClassification.Model.ManagedDatabaseSensitivityClassificationModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.DataClassification.Model.ManagedDatabaseSensitivityClassificationModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "SensitivityLabels": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Sql.DataClassification.Model.SensitivityLabelModel]", "InstanceName": "System.String", @@ -138667,7 +138617,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Database.Model", "Name": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "CreationDate": "System.DateTime", @@ -139004,7 +138954,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Database.Model", "Name": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseActivityModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseActivityModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseActivityModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Properties": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseActivityModel+DatabaseState", "OperationId": "System.Guid", @@ -139375,7 +139325,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Database.Model", "Name": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModelExpanded", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModelExpanded, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModelExpanded, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ServiceTierAdvisor": "Microsoft.Azure.Management.Sql.LegacySdk.Models.ServiceTierAdvisorProperties", "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", @@ -140093,7 +140043,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Database.Model", "Name": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "CreationDate": "System.DateTime", @@ -140338,7 +140288,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Database.Model", "Name": "Microsoft.Azure.Commands.Sql.Database.Model.DatabaseReadScale", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.DatabaseReadScale, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.DatabaseReadScale, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -140825,7 +140775,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Database.Model", "Name": "Microsoft.Azure.Commands.Sql.Database.Model.DatabaseReadScale", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.DatabaseReadScale, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.DatabaseReadScale, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -141395,7 +141345,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Database.Model", "Name": "Microsoft.Azure.Commands.Sql.Database.Model.DatabaseReadScale", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.DatabaseReadScale, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.DatabaseReadScale, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -141995,7 +141945,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Database.Model", "Name": "Microsoft.Azure.Commands.Sql.Database.Model.DatabaseReadScale", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.DatabaseReadScale, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.DatabaseReadScale, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -142402,7 +142352,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Database.Model", "Name": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "CreationDate": "System.DateTime", @@ -142781,7 +142731,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Database.Model", "Name": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "CreationDate": "System.DateTime", @@ -142990,7 +142940,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Database.Model", "Name": "Microsoft.Azure.Commands.Sql.Database.Model.DatabaseReadScale", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.DatabaseReadScale, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.DatabaseReadScale, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -143615,7 +143565,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Database.Model", "Name": "Microsoft.Azure.Commands.Sql.Database.Model.DatabaseReadScale", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.DatabaseReadScale, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.DatabaseReadScale, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -144087,7 +144037,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Database.Model", "Name": "Microsoft.Azure.Commands.Sql.Database.Model.DatabaseReadScale", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.DatabaseReadScale, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.DatabaseReadScale, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -144738,7 +144688,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Database.Model", "Name": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseActivityModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseActivityModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseActivityModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Properties": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseActivityModel+DatabaseState", "OperationId": "System.Guid", @@ -145109,7 +145059,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Backup.Model", "Name": "Microsoft.Azure.Commands.Sql.Backup.Model.AzureSqlDatabaseLongTermRetentionBackupModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Backup.Model.AzureSqlDatabaseLongTermRetentionBackupModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Backup.Model.AzureSqlDatabaseLongTermRetentionBackupModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "BackupExpirationTime": "System.Nullable`1[System.DateTime]", "BackupTime": "System.Nullable`1[System.DateTime]", @@ -145189,7 +145139,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Database.Model", "Name": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "CreationDate": "System.DateTime", @@ -146234,7 +146184,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Database.Model", "Name": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "CreationDate": "System.DateTime", @@ -146424,7 +146374,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Database.Model", "Name": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "CreationDate": "System.DateTime", @@ -146693,7 +146643,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Backup.Model", "Name": "Microsoft.Azure.Commands.Sql.Backup.Model.AzureSqlDatabaseLongTermRetentionBackupModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Backup.Model.AzureSqlDatabaseLongTermRetentionBackupModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Backup.Model.AzureSqlDatabaseLongTermRetentionBackupModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "BackupExpirationTime": "System.Nullable`1[System.DateTime]", "BackupTime": "System.Nullable`1[System.DateTime]", @@ -146809,7 +146759,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Backup.Model", "Name": "Microsoft.Azure.Commands.Sql.Backup.Model.AzureSqlDatabaseLongTermRetentionBackupModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Backup.Model.AzureSqlDatabaseLongTermRetentionBackupModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Backup.Model.AzureSqlDatabaseLongTermRetentionBackupModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "BackupExpirationTime": "System.Nullable`1[System.DateTime]", "BackupTime": "System.Nullable`1[System.DateTime]", @@ -147169,7 +147119,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Backup.Model", "Name": "Microsoft.Azure.Commands.Sql.Backup.Model.AzureSqlDatabaseLongTermRetentionBackupModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Backup.Model.AzureSqlDatabaseLongTermRetentionBackupModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Backup.Model.AzureSqlDatabaseLongTermRetentionBackupModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "BackupExpirationTime": "System.Nullable`1[System.DateTime]", "BackupTime": "System.Nullable`1[System.DateTime]", @@ -147471,7 +147421,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Backup.Model", "Name": "Microsoft.Azure.Commands.Sql.Backup.Model.AzureSqlDatabaseBackupShortTermRetentionPolicyModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Backup.Model.AzureSqlDatabaseBackupShortTermRetentionPolicyModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Backup.Model.AzureSqlDatabaseBackupShortTermRetentionPolicyModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "RetentionDays": "System.Int32", "ResourceGroupName": "System.String", @@ -147546,7 +147496,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Database.Model", "Name": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "CreationDate": "System.DateTime", @@ -147775,7 +147725,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Database.Model", "Name": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "CreationDate": "System.DateTime", @@ -148176,7 +148126,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Backup.Model", "Name": "Microsoft.Azure.Commands.Sql.Backup.Model.AzureSqlDatabaseGeoBackupModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Backup.Model.AzureSqlDatabaseGeoBackupModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Backup.Model.AzureSqlDatabaseGeoBackupModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "LastAvailableBackupDate": "System.DateTime", "ResourceGroupName": "System.String", @@ -148451,7 +148401,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Backup.Model", "Name": "Microsoft.Azure.Commands.Sql.Backup.Model.AzureSqlDeletedDatabaseBackupModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Backup.Model.AzureSqlDeletedDatabaseBackupModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Backup.Model.AzureSqlDeletedDatabaseBackupModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "CreationDate": "System.DateTime", "DeletionDate": "System.DateTime", @@ -148777,7 +148727,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Backup.Model", "Name": "Microsoft.Azure.Commands.Sql.Backup.Model.AzureSqlDatabaseBackupLongTermRetentionPolicyModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Backup.Model.AzureSqlDatabaseBackupLongTermRetentionPolicyModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Backup.Model.AzureSqlDatabaseBackupLongTermRetentionPolicyModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "WeekOfYear": "System.Nullable`1[System.Int32]", "ResourceGroupName": "System.String", @@ -149055,7 +149005,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Backup.Model", "Name": "Microsoft.Azure.Commands.Sql.Backup.Model.AzureSqlDatabaseGeoBackupPolicyModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Backup.Model.AzureSqlDatabaseGeoBackupPolicyModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Backup.Model.AzureSqlDatabaseGeoBackupPolicyModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "State": "Microsoft.Azure.Commands.Sql.Backup.Model.AzureSqlDatabaseGeoBackupPolicyModel+GeoBackupPolicyState", "Location": "System.String", @@ -149328,7 +149278,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Backup.Model", "Name": "Microsoft.Azure.Commands.Sql.Backup.Model.AzureSqlDatabaseRestorePointModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Backup.Model.AzureSqlDatabaseRestorePointModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Backup.Model.AzureSqlDatabaseRestorePointModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "RestorePointCreationDate": "System.Nullable`1[System.DateTime]", "EarliestRestoreDate": "System.Nullable`1[System.DateTime]", @@ -149604,7 +149554,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Backup.Model", "Name": "Microsoft.Azure.Commands.Sql.Backup.Model.AzureSqlDatabaseRestorePointModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Backup.Model.AzureSqlDatabaseRestorePointModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Backup.Model.AzureSqlDatabaseRestorePointModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "RestorePointCreationDate": "System.Nullable`1[System.DateTime]", "EarliestRestoreDate": "System.Nullable`1[System.DateTime]", @@ -149922,7 +149872,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Backup.Model", "Name": "Microsoft.Azure.Commands.Sql.Backup.Model.AzureSqlDatabaseRestorePointModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Backup.Model.AzureSqlDatabaseRestorePointModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Backup.Model.AzureSqlDatabaseRestorePointModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "RestorePointCreationDate": "System.Nullable`1[System.DateTime]", "EarliestRestoreDate": "System.Nullable`1[System.DateTime]", @@ -150282,7 +150232,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Database.Model", "Name": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "CreationDate": "System.DateTime", @@ -153395,7 +153345,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Backup.Model", "Name": "Microsoft.Azure.Commands.Sql.Backup.Model.AzureSqlDatabaseBackupShortTermRetentionPolicyModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Backup.Model.AzureSqlDatabaseBackupShortTermRetentionPolicyModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Backup.Model.AzureSqlDatabaseBackupShortTermRetentionPolicyModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "RetentionDays": "System.Int32", "ResourceGroupName": "System.String", @@ -153488,7 +153438,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Database.Model", "Name": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "CreationDate": "System.DateTime", @@ -153785,7 +153735,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Database.Model", "Name": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "CreationDate": "System.DateTime", @@ -154214,7 +154164,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Backup.Model", "Name": "Microsoft.Azure.Commands.Sql.Backup.Model.AzureSqlDatabaseBackupLongTermRetentionPolicyModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Backup.Model.AzureSqlDatabaseBackupLongTermRetentionPolicyModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Backup.Model.AzureSqlDatabaseBackupLongTermRetentionPolicyModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "WeekOfYear": "System.Nullable`1[System.Int32]", "ResourceGroupName": "System.String", @@ -155238,7 +155188,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Backup.Model", "Name": "Microsoft.Azure.Commands.Sql.Backup.Model.AzureSqlDatabaseGeoBackupPolicyModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Backup.Model.AzureSqlDatabaseGeoBackupPolicyModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Backup.Model.AzureSqlDatabaseGeoBackupPolicyModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "State": "Microsoft.Azure.Commands.Sql.Backup.Model.AzureSqlDatabaseGeoBackupPolicyModel+GeoBackupPolicyState", "Location": "System.String", @@ -155295,7 +155245,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Backup.Model", "Name": "Microsoft.Azure.Commands.Sql.Backup.Model.AzureSqlDatabaseGeoBackupPolicyModel+GeoBackupPolicyState", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Backup.Model.AzureSqlDatabaseGeoBackupPolicyModel+GeoBackupPolicyState, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Backup.Model.AzureSqlDatabaseGeoBackupPolicyModel+GeoBackupPolicyState, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -155491,7 +155441,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Backup.Model", "Name": "Microsoft.Azure.Commands.Sql.Backup.Model.AzureSqlDatabaseGeoBackupPolicyModel+GeoBackupPolicyState", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Backup.Model.AzureSqlDatabaseGeoBackupPolicyModel+GeoBackupPolicyState, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Backup.Model.AzureSqlDatabaseGeoBackupPolicyModel+GeoBackupPolicyState, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -155723,7 +155673,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ManagedDatabaseBackup.Model", "Name": "Microsoft.Azure.Commands.Sql.ManagedDatabaseBackup.Model.AzureSqlManagedDatabaseBackupShortTermRetentionPolicyModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedDatabaseBackup.Model.AzureSqlManagedDatabaseBackupShortTermRetentionPolicyModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedDatabaseBackup.Model.AzureSqlManagedDatabaseBackupShortTermRetentionPolicyModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "RetentionDays": "System.Int32", "DeletionDate": "System.Nullable`1[System.DateTime]", @@ -155804,7 +155754,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model", "Name": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseBaseModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseBaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseBaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "CreationDate": "System.Nullable`1[System.DateTime]", "EarliestRestorePoint": "System.Nullable`1[System.DateTime]", @@ -156007,7 +155957,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model", "Name": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseBaseModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseBaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseBaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "CreationDate": "System.Nullable`1[System.DateTime]", "EarliestRestorePoint": "System.Nullable`1[System.DateTime]", @@ -156465,7 +156415,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Database.Model", "Name": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "CreationDate": "System.DateTime", @@ -156840,7 +156790,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Database.Model", "Name": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "CreationDate": "System.DateTime", @@ -157215,7 +157165,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.DataSync.Model", "Name": "Microsoft.Azure.Commands.Sql.DataSync.Model.AzureSqlSyncAgentModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.DataSync.Model.AzureSqlSyncAgentModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.DataSync.Model.AzureSqlSyncAgentModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "IsUpToDate": "System.Nullable`1[System.Boolean]", "LastAliveTime": "System.Nullable`1[System.DateTime]", @@ -157515,7 +157465,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.DataSync.Model", "Name": "Microsoft.Azure.Commands.Sql.DataSync.Model.AzureSqlSyncAgentLinkedDatabaseModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.DataSync.Model.AzureSqlSyncAgentLinkedDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.DataSync.Model.AzureSqlSyncAgentLinkedDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "SeverName": "System.String", "DatabaseId": "System.String", @@ -157803,7 +157753,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.DataSync.Model", "Name": "Microsoft.Azure.Commands.Sql.DataSync.Model.AzureSqlSyncGroupModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.DataSync.Model.AzureSqlSyncGroupModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.DataSync.Model.AzureSqlSyncGroupModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Schema": "Microsoft.Azure.Commands.Sql.DataSync.Model.AzureSqlSyncGroupSchemaModel", "UsePrivateLinkConnection": "System.Nullable`1[System.Boolean]", @@ -158153,7 +158103,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.DataSync.Model", "Name": "Microsoft.Azure.Commands.Sql.DataSync.Model.AzureSqlSyncGroupLogModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.DataSync.Model.AzureSqlSyncGroupLogModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.DataSync.Model.AzureSqlSyncGroupLogModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "TimeStamp": "System.Nullable`1[System.DateTime]", "LogLevel": "System.String", @@ -158617,7 +158567,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.DataSync.Model", "Name": "Microsoft.Azure.Commands.Sql.DataSync.Model.AzureSqlSyncMemberModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.DataSync.Model.AzureSqlSyncMemberModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.DataSync.Model.AzureSqlSyncMemberModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "UsePrivateLinkConnection": "System.Nullable`1[System.Boolean]", "MemberDatabasePassword": "System.Security.SecureString", @@ -159016,7 +158966,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.DataSync.Model", "Name": "Microsoft.Azure.Commands.Sql.DataSync.Model.AzureSqlSyncFullSchemaModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.DataSync.Model.AzureSqlSyncFullSchemaModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.DataSync.Model.AzureSqlSyncFullSchemaModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tables": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Sql.DataSync.Model.AzureSqlSyncFullSchemaTableModel]", "LastUpdateTime": "System.Nullable`1[System.DateTime]" @@ -159380,7 +159330,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.DataSync.Model", "Name": "Microsoft.Azure.Commands.Sql.DataSync.Model.AzureSqlSyncAgentModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.DataSync.Model.AzureSqlSyncAgentModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.DataSync.Model.AzureSqlSyncAgentModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "IsUpToDate": "System.Nullable`1[System.Boolean]", "LastAliveTime": "System.Nullable`1[System.DateTime]", @@ -160084,7 +160034,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.DataSync.Model", "Name": "Microsoft.Azure.Commands.Sql.DataSync.Model.AzureSqlSyncAgentKeyModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.DataSync.Model.AzureSqlSyncAgentKeyModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.DataSync.Model.AzureSqlSyncAgentKeyModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "SyncAgentKey": "System.String" }, @@ -160353,7 +160303,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.DataSync.Model", "Name": "Microsoft.Azure.Commands.Sql.DataSync.Model.AzureSqlSyncGroupModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.DataSync.Model.AzureSqlSyncGroupModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.DataSync.Model.AzureSqlSyncGroupModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Schema": "Microsoft.Azure.Commands.Sql.DataSync.Model.AzureSqlSyncGroupSchemaModel", "UsePrivateLinkConnection": "System.Nullable`1[System.Boolean]", @@ -161045,7 +160995,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.DataSync.Model", "Name": "Microsoft.Azure.Commands.Sql.DataSync.Model.AzureSqlSyncMemberModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.DataSync.Model.AzureSqlSyncMemberModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.DataSync.Model.AzureSqlSyncMemberModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "UsePrivateLinkConnection": "System.Nullable`1[System.Boolean]", "MemberDatabasePassword": "System.Security.SecureString", @@ -162793,7 +162743,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.DataSync.Model", "Name": "Microsoft.Azure.Commands.Sql.DataSync.Model.AzureSqlSyncAgentModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.DataSync.Model.AzureSqlSyncAgentModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.DataSync.Model.AzureSqlSyncAgentModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "IsUpToDate": "System.Nullable`1[System.Boolean]", "LastAliveTime": "System.Nullable`1[System.DateTime]", @@ -163177,7 +163127,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.DataSync.Model", "Name": "Microsoft.Azure.Commands.Sql.DataSync.Model.AzureSqlSyncGroupModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.DataSync.Model.AzureSqlSyncGroupModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.DataSync.Model.AzureSqlSyncGroupModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Schema": "Microsoft.Azure.Commands.Sql.DataSync.Model.AzureSqlSyncGroupSchemaModel", "UsePrivateLinkConnection": "System.Nullable`1[System.Boolean]", @@ -163611,7 +163561,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.DataSync.Model", "Name": "Microsoft.Azure.Commands.Sql.DataSync.Model.AzureSqlSyncMemberModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.DataSync.Model.AzureSqlSyncMemberModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.DataSync.Model.AzureSqlSyncMemberModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "UsePrivateLinkConnection": "System.Nullable`1[System.Boolean]", "MemberDatabasePassword": "System.Security.SecureString", @@ -164094,7 +164044,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.DataSync.Model", "Name": "Microsoft.Azure.Commands.Sql.DataSync.Model.AzureSqlSyncGroupModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.DataSync.Model.AzureSqlSyncGroupModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.DataSync.Model.AzureSqlSyncGroupModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Schema": "Microsoft.Azure.Commands.Sql.DataSync.Model.AzureSqlSyncGroupSchemaModel", "UsePrivateLinkConnection": "System.Nullable`1[System.Boolean]", @@ -164486,7 +164436,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.DataSync.Model", "Name": "Microsoft.Azure.Commands.Sql.DataSync.Model.AzureSqlSyncGroupModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.DataSync.Model.AzureSqlSyncGroupModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.DataSync.Model.AzureSqlSyncGroupModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Schema": "Microsoft.Azure.Commands.Sql.DataSync.Model.AzureSqlSyncGroupSchemaModel", "UsePrivateLinkConnection": "System.Nullable`1[System.Boolean]", @@ -164878,7 +164828,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.DataSync.Model", "Name": "Microsoft.Azure.Commands.Sql.DataSync.Model.AzureSqlSyncGroupModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.DataSync.Model.AzureSqlSyncGroupModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.DataSync.Model.AzureSqlSyncGroupModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Schema": "Microsoft.Azure.Commands.Sql.DataSync.Model.AzureSqlSyncGroupSchemaModel", "UsePrivateLinkConnection": "System.Nullable`1[System.Boolean]", @@ -165396,7 +165346,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.DataSync.Model", "Name": "Microsoft.Azure.Commands.Sql.DataSync.Model.AzureSqlSyncMemberModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.DataSync.Model.AzureSqlSyncMemberModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.DataSync.Model.AzureSqlSyncMemberModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "UsePrivateLinkConnection": "System.Nullable`1[System.Boolean]", "MemberDatabasePassword": "System.Security.SecureString", @@ -165925,7 +165875,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.DataSync.Model", "Name": "Microsoft.Azure.Commands.Sql.DataSync.Model.AzureSqlSyncGroupModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.DataSync.Model.AzureSqlSyncGroupModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.DataSync.Model.AzureSqlSyncGroupModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Schema": "Microsoft.Azure.Commands.Sql.DataSync.Model.AzureSqlSyncGroupSchemaModel", "UsePrivateLinkConnection": "System.Nullable`1[System.Boolean]", @@ -166355,7 +166305,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.DataMasking.Model", "Name": "Microsoft.Azure.Commands.Sql.DataMasking.Model.DatabaseDataMaskingPolicyModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.DataMasking.Model.DatabaseDataMaskingPolicyModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.DataMasking.Model.DatabaseDataMaskingPolicyModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DataMaskingState": "Microsoft.Azure.Commands.Sql.DataMasking.Model.DataMaskingStateType", "DatabaseName": "System.String", @@ -166628,7 +166578,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.DataMasking.Model", "Name": "Microsoft.Azure.Commands.Sql.DataMasking.Model.DatabaseDataMaskingRuleModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.DataMasking.Model.DatabaseDataMaskingRuleModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.DataMasking.Model.DatabaseDataMaskingRuleModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "MaskingFunction": "Microsoft.Azure.Commands.Sql.DataMasking.Model.MaskingFunction", "NumberFrom": "System.Nullable`1[System.Double]", @@ -167034,7 +166984,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.DataMasking.Model", "Name": "Microsoft.Azure.Commands.Sql.DataMasking.Model.DatabaseDataMaskingRuleModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.DataMasking.Model.DatabaseDataMaskingRuleModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.DataMasking.Model.DatabaseDataMaskingRuleModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "MaskingFunction": "Microsoft.Azure.Commands.Sql.DataMasking.Model.MaskingFunction", "NumberFrom": "System.Nullable`1[System.Double]", @@ -167766,7 +167716,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.DataMasking.Model", "Name": "Microsoft.Azure.Commands.Sql.DataMasking.Model.DatabaseDataMaskingRuleModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.DataMasking.Model.DatabaseDataMaskingRuleModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.DataMasking.Model.DatabaseDataMaskingRuleModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "MaskingFunction": "Microsoft.Azure.Commands.Sql.DataMasking.Model.MaskingFunction", "NumberFrom": "System.Nullable`1[System.Double]", @@ -168256,7 +168206,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.DataMasking.Model", "Name": "Microsoft.Azure.Commands.Sql.DataMasking.Model.DatabaseDataMaskingPolicyModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.DataMasking.Model.DatabaseDataMaskingPolicyModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.DataMasking.Model.DatabaseDataMaskingPolicyModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DataMaskingState": "Microsoft.Azure.Commands.Sql.DataMasking.Model.DataMaskingStateType", "DatabaseName": "System.String", @@ -168661,7 +168611,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.DataMasking.Model", "Name": "Microsoft.Azure.Commands.Sql.DataMasking.Model.DatabaseDataMaskingRuleModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.DataMasking.Model.DatabaseDataMaskingRuleModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.DataMasking.Model.DatabaseDataMaskingRuleModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "MaskingFunction": "Microsoft.Azure.Commands.Sql.DataMasking.Model.MaskingFunction", "NumberFrom": "System.Nullable`1[System.Double]", @@ -169393,7 +169343,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Auditing.Model", "Name": "Microsoft.Azure.Commands.Sql.Auditing.Model.DatabaseAuditModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Auditing.Model.DatabaseAuditModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Auditing.Model.DatabaseAuditModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AuditActionGroup": "Microsoft.Azure.Commands.Sql.Auditing.Model.AuditActionGroups[]", "BlobStorageTargetState": "Microsoft.Azure.Commands.Sql.Auditing.Model.AuditStateType", @@ -169514,7 +169464,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Database.Model", "Name": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "CreationDate": "System.DateTime", @@ -169785,7 +169735,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Database.Model", "Name": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "CreationDate": "System.DateTime", @@ -170002,7 +169952,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Auditing.Model", "Name": "Microsoft.Azure.Commands.Sql.Auditing.Model.ServerAuditModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Auditing.Model.ServerAuditModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Auditing.Model.ServerAuditModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AuditActionGroup": "Microsoft.Azure.Commands.Sql.Auditing.Model.AuditActionGroups[]", "BlobStorageTargetState": "Microsoft.Azure.Commands.Sql.Auditing.Model.AuditStateType", @@ -170103,7 +170053,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Server.Model", "Name": "Microsoft.Azure.Commands.Sql.Server.Model.AzureSqlServerModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Server.Model.AzureSqlServerModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Server.Model.AzureSqlServerModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Identity": "Microsoft.Azure.Management.Sql.Models.ResourceIdentity", "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", @@ -170339,7 +170289,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Server.Model", "Name": "Microsoft.Azure.Commands.Sql.Server.Model.AzureSqlServerModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Server.Model.AzureSqlServerModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Server.Model.AzureSqlServerModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Identity": "Microsoft.Azure.Management.Sql.Models.ResourceIdentity", "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", @@ -170624,7 +170574,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Database.Model", "Name": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "CreationDate": "System.DateTime", @@ -170895,7 +170845,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Database.Model", "Name": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "CreationDate": "System.DateTime", @@ -171167,7 +171117,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Server.Model", "Name": "Microsoft.Azure.Commands.Sql.Server.Model.AzureSqlServerModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Server.Model.AzureSqlServerModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Server.Model.AzureSqlServerModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Identity": "Microsoft.Azure.Management.Sql.Models.ResourceIdentity", "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", @@ -171403,7 +171353,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Server.Model", "Name": "Microsoft.Azure.Commands.Sql.Server.Model.AzureSqlServerModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Server.Model.AzureSqlServerModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Server.Model.AzureSqlServerModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Identity": "Microsoft.Azure.Management.Sql.Models.ResourceIdentity", "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", @@ -171634,7 +171584,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Auditing.Model", "Name": "Microsoft.Azure.Commands.Sql.Auditing.Model.AuditActionGroups[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Auditing.Model.AuditActionGroups[], Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Auditing.Model.AuditActionGroups[], Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Sql.Auditing.Model.AuditActionGroups", "GenericTypeArguments": [], @@ -171936,7 +171886,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Database.Model", "Name": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "CreationDate": "System.DateTime", @@ -172091,7 +172041,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Auditing.Model", "Name": "Microsoft.Azure.Commands.Sql.Auditing.Model.AuditActionGroups[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Auditing.Model.AuditActionGroups[], Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Auditing.Model.AuditActionGroups[], Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Sql.Auditing.Model.AuditActionGroups", "GenericTypeArguments": [], @@ -172533,7 +172483,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Auditing.Model", "Name": "Microsoft.Azure.Commands.Sql.Auditing.Model.AuditActionGroups[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Auditing.Model.AuditActionGroups[], Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Auditing.Model.AuditActionGroups[], Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Sql.Auditing.Model.AuditActionGroups", "GenericTypeArguments": [], @@ -172903,7 +172853,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Database.Model", "Name": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "CreationDate": "System.DateTime", @@ -173025,7 +172975,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Auditing.Model", "Name": "Microsoft.Azure.Commands.Sql.Auditing.Model.AuditActionGroups[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Auditing.Model.AuditActionGroups[], Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Auditing.Model.AuditActionGroups[], Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Sql.Auditing.Model.AuditActionGroups", "GenericTypeArguments": [], @@ -173421,7 +173371,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Auditing.Model", "Name": "Microsoft.Azure.Commands.Sql.Auditing.Model.AuditActionGroups[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Auditing.Model.AuditActionGroups[], Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Auditing.Model.AuditActionGroups[], Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Sql.Auditing.Model.AuditActionGroups", "GenericTypeArguments": [], @@ -173687,7 +173637,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Server.Model", "Name": "Microsoft.Azure.Commands.Sql.Server.Model.AzureSqlServerModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Server.Model.AzureSqlServerModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Server.Model.AzureSqlServerModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Identity": "Microsoft.Azure.Management.Sql.Models.ResourceIdentity", "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", @@ -173807,7 +173757,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Auditing.Model", "Name": "Microsoft.Azure.Commands.Sql.Auditing.Model.AuditActionGroups[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Auditing.Model.AuditActionGroups[], Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Auditing.Model.AuditActionGroups[], Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Sql.Auditing.Model.AuditActionGroups", "GenericTypeArguments": [], @@ -174225,7 +174175,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Auditing.Model", "Name": "Microsoft.Azure.Commands.Sql.Auditing.Model.AuditActionGroups[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Auditing.Model.AuditActionGroups[], Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Auditing.Model.AuditActionGroups[], Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Sql.Auditing.Model.AuditActionGroups", "GenericTypeArguments": [], @@ -174595,7 +174545,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Server.Model", "Name": "Microsoft.Azure.Commands.Sql.Server.Model.AzureSqlServerModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Server.Model.AzureSqlServerModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Server.Model.AzureSqlServerModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Identity": "Microsoft.Azure.Management.Sql.Models.ResourceIdentity", "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", @@ -174664,7 +174614,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Auditing.Model", "Name": "Microsoft.Azure.Commands.Sql.Auditing.Model.AuditActionGroups[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Auditing.Model.AuditActionGroups[], Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Auditing.Model.AuditActionGroups[], Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Sql.Auditing.Model.AuditActionGroups", "GenericTypeArguments": [], @@ -175041,7 +174991,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Advisor.Model", "Name": "Microsoft.Azure.Commands.Sql.Advisor.Model.AzureSqlDatabaseAdvisorModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Advisor.Model.AzureSqlDatabaseAdvisorModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Advisor.Model.AzureSqlDatabaseAdvisorModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "RecommendedActions": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Sql.LegacySdk.Models.RecommendedAction]", "LastChecked": "System.Nullable`1[System.DateTime]", @@ -175425,7 +175375,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Advisor.Model", "Name": "Microsoft.Azure.Commands.Sql.Advisor.Model.AzureSqlElasticPoolAdvisorModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Advisor.Model.AzureSqlElasticPoolAdvisorModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Advisor.Model.AzureSqlElasticPoolAdvisorModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "RecommendedActions": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Sql.LegacySdk.Models.RecommendedAction]", "LastChecked": "System.Nullable`1[System.DateTime]", @@ -175809,7 +175759,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Advisor.Model", "Name": "Microsoft.Azure.Commands.Sql.Advisor.Model.AzureSqlServerAdvisorModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Advisor.Model.AzureSqlServerAdvisorModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Advisor.Model.AzureSqlServerAdvisorModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "RecommendedActions": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Sql.LegacySdk.Models.RecommendedAction]", "LastChecked": "System.Nullable`1[System.DateTime]", @@ -176146,7 +176096,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Advisor.Model", "Name": "Microsoft.Azure.Commands.Sql.Advisor.Model.AzureSqlDatabaseAdvisorModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Advisor.Model.AzureSqlDatabaseAdvisorModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Advisor.Model.AzureSqlDatabaseAdvisorModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "RecommendedActions": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Sql.LegacySdk.Models.RecommendedAction]", "LastChecked": "System.Nullable`1[System.DateTime]", @@ -176248,7 +176198,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Advisor.Cmdlet", "Name": "Microsoft.Azure.Commands.Sql.Advisor.Cmdlet.AdvisorAutoExecuteStatus", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Advisor.Cmdlet.AdvisorAutoExecuteStatus, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Advisor.Cmdlet.AdvisorAutoExecuteStatus, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -176468,7 +176418,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Advisor.Cmdlet", "Name": "Microsoft.Azure.Commands.Sql.Advisor.Cmdlet.AdvisorAutoExecuteStatus", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Advisor.Cmdlet.AdvisorAutoExecuteStatus, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Advisor.Cmdlet.AdvisorAutoExecuteStatus, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -176700,7 +176650,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Advisor.Model", "Name": "Microsoft.Azure.Commands.Sql.Advisor.Model.AzureSqlElasticPoolAdvisorModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Advisor.Model.AzureSqlElasticPoolAdvisorModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Advisor.Model.AzureSqlElasticPoolAdvisorModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "RecommendedActions": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Sql.LegacySdk.Models.RecommendedAction]", "LastChecked": "System.Nullable`1[System.DateTime]", @@ -176802,7 +176752,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Advisor.Cmdlet", "Name": "Microsoft.Azure.Commands.Sql.Advisor.Cmdlet.AdvisorAutoExecuteStatus", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Advisor.Cmdlet.AdvisorAutoExecuteStatus, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Advisor.Cmdlet.AdvisorAutoExecuteStatus, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -177022,7 +176972,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Advisor.Cmdlet", "Name": "Microsoft.Azure.Commands.Sql.Advisor.Cmdlet.AdvisorAutoExecuteStatus", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Advisor.Cmdlet.AdvisorAutoExecuteStatus, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Advisor.Cmdlet.AdvisorAutoExecuteStatus, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -177254,7 +177204,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Advisor.Model", "Name": "Microsoft.Azure.Commands.Sql.Advisor.Model.AzureSqlServerAdvisorModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Advisor.Model.AzureSqlServerAdvisorModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Advisor.Model.AzureSqlServerAdvisorModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "RecommendedActions": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Sql.LegacySdk.Models.RecommendedAction]", "LastChecked": "System.Nullable`1[System.DateTime]", @@ -177351,7 +177301,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Advisor.Cmdlet", "Name": "Microsoft.Azure.Commands.Sql.Advisor.Cmdlet.AdvisorAutoExecuteStatus", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Advisor.Cmdlet.AdvisorAutoExecuteStatus, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Advisor.Cmdlet.AdvisorAutoExecuteStatus, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -177553,7 +177503,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Advisor.Cmdlet", "Name": "Microsoft.Azure.Commands.Sql.Advisor.Cmdlet.AdvisorAutoExecuteStatus", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Advisor.Cmdlet.AdvisorAutoExecuteStatus, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Advisor.Cmdlet.AdvisorAutoExecuteStatus, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -177761,7 +177711,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.AdvancedThreatProtection.Model", "Name": "Microsoft.Azure.Commands.Sql.AdvancedThreatProtection.Model.ManagedInstanceAdvancedDataSecurityPolicyModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.AdvancedThreatProtection.Model.ManagedInstanceAdvancedDataSecurityPolicyModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.AdvancedThreatProtection.Model.ManagedInstanceAdvancedDataSecurityPolicyModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "IsEnabled": "System.Boolean", "ManagedInstanceName": "System.String", @@ -177816,7 +177766,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model", "Name": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Management.Internal.Resources.Models.Sku", "Identity": "Microsoft.Azure.Management.Sql.Models.ResourceIdentity", @@ -177964,7 +177914,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model", "Name": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Management.Internal.Resources.Models.Sku", "Identity": "Microsoft.Azure.Management.Sql.Models.ResourceIdentity", @@ -178234,7 +178184,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.AdvancedThreatProtection.Model", "Name": "Microsoft.Azure.Commands.Sql.AdvancedThreatProtection.Model.ServerAdvancedDataSecurityPolicyModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.AdvancedThreatProtection.Model.ServerAdvancedDataSecurityPolicyModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.AdvancedThreatProtection.Model.ServerAdvancedDataSecurityPolicyModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "IsEnabled": "System.Boolean", "ServerName": "System.String", @@ -178289,7 +178239,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Server.Model", "Name": "Microsoft.Azure.Commands.Sql.Server.Model.AzureSqlServerModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Server.Model.AzureSqlServerModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Server.Model.AzureSqlServerModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Identity": "Microsoft.Azure.Management.Sql.Models.ResourceIdentity", "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", @@ -178427,7 +178377,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Server.Model", "Name": "Microsoft.Azure.Commands.Sql.Server.Model.AzureSqlServerModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Server.Model.AzureSqlServerModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Server.Model.AzureSqlServerModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Identity": "Microsoft.Azure.Management.Sql.Models.ResourceIdentity", "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", @@ -178689,7 +178639,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.AdvancedThreatProtection.Model", "Name": "Microsoft.Azure.Commands.Sql.AdvancedThreatProtection.Model.ManagedInstanceAdvancedDataSecurityPolicyModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.AdvancedThreatProtection.Model.ManagedInstanceAdvancedDataSecurityPolicyModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.AdvancedThreatProtection.Model.ManagedInstanceAdvancedDataSecurityPolicyModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "IsEnabled": "System.Boolean", "ManagedInstanceName": "System.String", @@ -178798,7 +178748,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model", "Name": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Management.Internal.Resources.Models.Sku", "Identity": "Microsoft.Azure.Management.Sql.Models.ResourceIdentity", @@ -179110,7 +179060,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model", "Name": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Management.Internal.Resources.Models.Sku", "Identity": "Microsoft.Azure.Management.Sql.Models.ResourceIdentity", @@ -179360,7 +179310,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.AdvancedThreatProtection.Model", "Name": "Microsoft.Azure.Commands.Sql.AdvancedThreatProtection.Model.ServerAdvancedDataSecurityPolicyModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.AdvancedThreatProtection.Model.ServerAdvancedDataSecurityPolicyModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.AdvancedThreatProtection.Model.ServerAdvancedDataSecurityPolicyModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "IsEnabled": "System.Boolean", "ServerName": "System.String", @@ -179469,7 +179419,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Server.Model", "Name": "Microsoft.Azure.Commands.Sql.Server.Model.AzureSqlServerModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Server.Model.AzureSqlServerModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Server.Model.AzureSqlServerModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Identity": "Microsoft.Azure.Management.Sql.Models.ResourceIdentity", "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", @@ -179771,7 +179721,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Server.Model", "Name": "Microsoft.Azure.Commands.Sql.Server.Model.AzureSqlServerModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Server.Model.AzureSqlServerModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Server.Model.AzureSqlServerModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Identity": "Microsoft.Azure.Management.Sql.Models.ResourceIdentity", "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", @@ -180013,7 +179963,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.AdvancedThreatProtection.Model", "Name": "Microsoft.Azure.Commands.Sql.AdvancedThreatProtection.Model.ManagedInstanceAdvancedDataSecurityPolicyModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.AdvancedThreatProtection.Model.ManagedInstanceAdvancedDataSecurityPolicyModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.AdvancedThreatProtection.Model.ManagedInstanceAdvancedDataSecurityPolicyModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "IsEnabled": "System.Boolean", "ManagedInstanceName": "System.String", @@ -180068,7 +180018,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model", "Name": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Management.Internal.Resources.Models.Sku", "Identity": "Microsoft.Azure.Management.Sql.Models.ResourceIdentity", @@ -180216,7 +180166,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model", "Name": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Management.Internal.Resources.Models.Sku", "Identity": "Microsoft.Azure.Management.Sql.Models.ResourceIdentity", @@ -180486,7 +180436,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.AdvancedThreatProtection.Model", "Name": "Microsoft.Azure.Commands.Sql.AdvancedThreatProtection.Model.ServerAdvancedDataSecurityPolicyModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.AdvancedThreatProtection.Model.ServerAdvancedDataSecurityPolicyModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.AdvancedThreatProtection.Model.ServerAdvancedDataSecurityPolicyModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "IsEnabled": "System.Boolean", "ServerName": "System.String", @@ -180541,7 +180491,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Server.Model", "Name": "Microsoft.Azure.Commands.Sql.Server.Model.AzureSqlServerModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Server.Model.AzureSqlServerModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Server.Model.AzureSqlServerModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Identity": "Microsoft.Azure.Management.Sql.Models.ResourceIdentity", "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", @@ -180679,7 +180629,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Server.Model", "Name": "Microsoft.Azure.Commands.Sql.Server.Model.AzureSqlServerModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Server.Model.AzureSqlServerModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Server.Model.AzureSqlServerModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Identity": "Microsoft.Azure.Management.Sql.Models.ResourceIdentity", "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", @@ -181072,7 +181022,7 @@ "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.RecurringScansInterval": { "Namespace": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model", "Name": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.RecurringScansInterval", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.RecurringScansInterval, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.RecurringScansInterval, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -181240,7 +181190,7 @@ "System.Nullable`1[Microsoft.Azure.Commands.Sql.Database.Model.DatabaseReadScale]": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Commands.Sql.Database.Model.DatabaseReadScale]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.Sql.Database.Model.DatabaseReadScale, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.Sql.Database.Model.DatabaseReadScale, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -181252,7 +181202,7 @@ "Microsoft.Azure.Commands.Sql.Database.Model.DatabaseReadScale": { "Namespace": "Microsoft.Azure.Commands.Sql.Database.Model", "Name": "Microsoft.Azure.Commands.Sql.Database.Model.DatabaseReadScale", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.DatabaseReadScale, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.DatabaseReadScale, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -181740,7 +181690,7 @@ "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.TriggerType": { "Namespace": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model", "Name": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.TriggerType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.TriggerType, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.TriggerType, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -181835,7 +181785,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.VulnerabilityAssessmentScanErrorModel]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.VulnerabilityAssessmentScanErrorModel]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.VulnerabilityAssessmentScanErrorModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.VulnerabilityAssessmentScanErrorModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -181847,7 +181797,7 @@ "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.VulnerabilityAssessmentScanErrorModel": { "Namespace": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model", "Name": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.VulnerabilityAssessmentScanErrorModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.VulnerabilityAssessmentScanErrorModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.VulnerabilityAssessmentScanErrorModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Code": "System.String", "Message": "System.String" @@ -181892,7 +181842,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.VulnerabilityAssessmentRuleBaselineRowModel]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.VulnerabilityAssessmentRuleBaselineRowModel]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.VulnerabilityAssessmentRuleBaselineRowModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.VulnerabilityAssessmentRuleBaselineRowModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -181904,7 +181854,7 @@ "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.VulnerabilityAssessmentRuleBaselineRowModel": { "Namespace": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model", "Name": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.VulnerabilityAssessmentRuleBaselineRowModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.VulnerabilityAssessmentRuleBaselineRowModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.VulnerabilityAssessmentRuleBaselineRowModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Result": "System.Collections.Generic.IList`1[System.String]" }, @@ -182027,7 +181977,7 @@ "Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model.ServerKeyType": { "Namespace": "Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model", "Name": "Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model.ServerKeyType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model.ServerKeyType, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model.ServerKeyType, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -182122,7 +182072,7 @@ "Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model.AzureRmSqlManagedInstanceKeyVaultKeyModel": { "Namespace": "Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model", "Name": "Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model.AzureRmSqlManagedInstanceKeyVaultKeyModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model.AzureRmSqlManagedInstanceKeyVaultKeyModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model.AzureRmSqlManagedInstanceKeyVaultKeyModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Type": "Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model.ServerKeyType", "CreationDate": "System.Nullable`1[System.DateTime]", @@ -182203,7 +182153,7 @@ "Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model.EncryptionProtectorType": { "Namespace": "Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model", "Name": "Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model.EncryptionProtectorType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model.EncryptionProtectorType, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model.EncryptionProtectorType, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -182298,7 +182248,7 @@ "Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model.AzureRmSqlManagedInstanceTransparentDataEncryptionProtectorModel": { "Namespace": "Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model", "Name": "Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model.AzureRmSqlManagedInstanceTransparentDataEncryptionProtectorModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model.AzureRmSqlManagedInstanceTransparentDataEncryptionProtectorModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model.AzureRmSqlManagedInstanceTransparentDataEncryptionProtectorModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Type": "Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model.EncryptionProtectorType", "ResourceGroupName": "System.String", @@ -182395,7 +182345,7 @@ "Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model.TransparentDataEncryptionStateType": { "Namespace": "Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model", "Name": "Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model.TransparentDataEncryptionStateType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model.TransparentDataEncryptionStateType, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model.TransparentDataEncryptionStateType, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -182490,7 +182440,7 @@ "Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model.TransparentDataEncryptionActivityStatusType": { "Namespace": "Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model", "Name": "Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model.TransparentDataEncryptionActivityStatusType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model.TransparentDataEncryptionActivityStatusType, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model.TransparentDataEncryptionActivityStatusType, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -182585,7 +182535,7 @@ "Microsoft.Azure.Commands.Sql.ThreatDetection.Model.ThreatDetectionStateType": { "Namespace": "Microsoft.Azure.Commands.Sql.ThreatDetection.Model", "Name": "Microsoft.Azure.Commands.Sql.ThreatDetection.Model.ThreatDetectionStateType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ThreatDetection.Model.ThreatDetectionStateType, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ThreatDetection.Model.ThreatDetectionStateType, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -182692,7 +182642,7 @@ "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Management.Sql.LegacySdk.Models.RecommendedDatabaseProperties]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Management.Sql.LegacySdk.Models.RecommendedDatabaseProperties]", - "AssemblyQualifiedName": "System.Collections.Generic.IEnumerable`1[[Microsoft.Azure.Management.Sql.LegacySdk.Models.RecommendedDatabaseProperties, Microsoft.Azure.PowerShell.Cmdlets.Sql.LegacySdk, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IEnumerable`1[[Microsoft.Azure.Management.Sql.LegacySdk.Models.RecommendedDatabaseProperties, Microsoft.Azure.PowerShell.Cmdlets.Sql.LegacySdk, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -182704,7 +182654,7 @@ "Microsoft.Azure.Management.Sql.LegacySdk.Models.RecommendedDatabaseProperties": { "Namespace": "Microsoft.Azure.Management.Sql.LegacySdk.Models", "Name": "Microsoft.Azure.Management.Sql.LegacySdk.Models.RecommendedDatabaseProperties", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Sql.LegacySdk.Models.RecommendedDatabaseProperties, Microsoft.Azure.PowerShell.Cmdlets.Sql.LegacySdk, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Sql.LegacySdk.Models.RecommendedDatabaseProperties, Microsoft.Azure.PowerShell.Cmdlets.Sql.LegacySdk, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Name": "System.String", "TargetEdition": "System.String", @@ -182750,7 +182700,7 @@ "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Management.Sql.LegacySdk.Models.UpgradeRecommendedElasticPoolProperties]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Management.Sql.LegacySdk.Models.UpgradeRecommendedElasticPoolProperties]", - "AssemblyQualifiedName": "System.Collections.Generic.IEnumerable`1[[Microsoft.Azure.Management.Sql.LegacySdk.Models.UpgradeRecommendedElasticPoolProperties, Microsoft.Azure.PowerShell.Cmdlets.Sql.LegacySdk, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IEnumerable`1[[Microsoft.Azure.Management.Sql.LegacySdk.Models.UpgradeRecommendedElasticPoolProperties, Microsoft.Azure.PowerShell.Cmdlets.Sql.LegacySdk, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -182762,7 +182712,7 @@ "Microsoft.Azure.Management.Sql.LegacySdk.Models.UpgradeRecommendedElasticPoolProperties": { "Namespace": "Microsoft.Azure.Management.Sql.LegacySdk.Models", "Name": "Microsoft.Azure.Management.Sql.LegacySdk.Models.UpgradeRecommendedElasticPoolProperties", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Sql.LegacySdk.Models.UpgradeRecommendedElasticPoolProperties, Microsoft.Azure.PowerShell.Cmdlets.Sql.LegacySdk, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Sql.LegacySdk.Models.UpgradeRecommendedElasticPoolProperties, Microsoft.Azure.PowerShell.Cmdlets.Sql.LegacySdk, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DatabaseCollection": "System.Collections.Generic.IList`1[System.String]", "DatabaseDtuMax": "System.Int32", @@ -182813,7 +182763,7 @@ "Microsoft.Azure.Commands.Sql.ServerKeyVaultKey.Model.AzureSqlServerKeyVaultKeyModel+ServerKeyType": { "Namespace": "Microsoft.Azure.Commands.Sql.ServerKeyVaultKey.Model", "Name": "Microsoft.Azure.Commands.Sql.ServerKeyVaultKey.Model.AzureSqlServerKeyVaultKeyModel+ServerKeyType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ServerKeyVaultKey.Model.AzureSqlServerKeyVaultKeyModel+ServerKeyType, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ServerKeyVaultKey.Model.AzureSqlServerKeyVaultKeyModel+ServerKeyType, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -182908,7 +182858,7 @@ "Microsoft.Azure.Commands.Sql.ServerDisasterRecoveryConfiguration.Model.AzureSqlServerDisasterRecoveryConfigurationActivityModel+ServerDisasterRecoveryConfigurationState": { "Namespace": "Microsoft.Azure.Commands.Sql.ServerDisasterRecoveryConfiguration.Model", "Name": "Microsoft.Azure.Commands.Sql.ServerDisasterRecoveryConfiguration.Model.AzureSqlServerDisasterRecoveryConfigurationActivityModel+ServerDisasterRecoveryConfigurationState", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ServerDisasterRecoveryConfiguration.Model.AzureSqlServerDisasterRecoveryConfigurationActivityModel+ServerDisasterRecoveryConfigurationState, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ServerDisasterRecoveryConfiguration.Model.AzureSqlServerDisasterRecoveryConfigurationActivityModel+ServerDisasterRecoveryConfigurationState, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Current": "System.Collections.Generic.IDictionary`2[System.String,System.String]", "Requested": "System.Collections.Generic.IDictionary`2[System.String,System.String]" @@ -182953,7 +182903,7 @@ "Microsoft.Azure.Commands.Sql.Replication.Model.AllowConnections": { "Namespace": "Microsoft.Azure.Commands.Sql.Replication.Model", "Name": "Microsoft.Azure.Commands.Sql.Replication.Model.AllowConnections", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Replication.Model.AllowConnections, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Replication.Model.AllowConnections, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -183048,7 +182998,7 @@ "Microsoft.Azure.Management.Sql.LegacySdk.Models.RecommendedActionErrorInfo": { "Namespace": "Microsoft.Azure.Management.Sql.LegacySdk.Models", "Name": "Microsoft.Azure.Management.Sql.LegacySdk.Models.RecommendedActionErrorInfo", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Sql.LegacySdk.Models.RecommendedActionErrorInfo, Microsoft.Azure.PowerShell.Cmdlets.Sql.LegacySdk, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Sql.LegacySdk.Models.RecommendedActionErrorInfo, Microsoft.Azure.PowerShell.Cmdlets.Sql.LegacySdk, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ErrorCode": "System.String", "IsRetryable": "System.String" @@ -183093,7 +183043,7 @@ "Microsoft.Azure.Management.Sql.LegacySdk.Models.RecommendedActionImplementationInfo": { "Namespace": "Microsoft.Azure.Management.Sql.LegacySdk.Models", "Name": "Microsoft.Azure.Management.Sql.LegacySdk.Models.RecommendedActionImplementationInfo", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Sql.LegacySdk.Models.RecommendedActionImplementationInfo, Microsoft.Azure.PowerShell.Cmdlets.Sql.LegacySdk, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Sql.LegacySdk.Models.RecommendedActionImplementationInfo, Microsoft.Azure.PowerShell.Cmdlets.Sql.LegacySdk, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Method": "System.String", "Script": "System.String" @@ -183138,7 +183088,7 @@ "Microsoft.Azure.Management.Sql.LegacySdk.Models.RecommendedActionStateInfo": { "Namespace": "Microsoft.Azure.Management.Sql.LegacySdk.Models", "Name": "Microsoft.Azure.Management.Sql.LegacySdk.Models.RecommendedActionStateInfo", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Sql.LegacySdk.Models.RecommendedActionStateInfo, Microsoft.Azure.PowerShell.Cmdlets.Sql.LegacySdk, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Sql.LegacySdk.Models.RecommendedActionStateInfo, Microsoft.Azure.PowerShell.Cmdlets.Sql.LegacySdk, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "LastModified": "System.DateTime", "CurrentValue": "System.String", @@ -183207,7 +183157,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Sql.LegacySdk.Models.RecommendedActionImpactInfo]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Sql.LegacySdk.Models.RecommendedActionImpactInfo]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Sql.LegacySdk.Models.RecommendedActionImpactInfo, Microsoft.Azure.PowerShell.Cmdlets.Sql.LegacySdk, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Sql.LegacySdk.Models.RecommendedActionImpactInfo, Microsoft.Azure.PowerShell.Cmdlets.Sql.LegacySdk, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -183219,7 +183169,7 @@ "Microsoft.Azure.Management.Sql.LegacySdk.Models.RecommendedActionImpactInfo": { "Namespace": "Microsoft.Azure.Management.Sql.LegacySdk.Models", "Name": "Microsoft.Azure.Management.Sql.LegacySdk.Models.RecommendedActionImpactInfo", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Sql.LegacySdk.Models.RecommendedActionImpactInfo, Microsoft.Azure.PowerShell.Cmdlets.Sql.LegacySdk, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Sql.LegacySdk.Models.RecommendedActionImpactInfo, Microsoft.Azure.PowerShell.Cmdlets.Sql.LegacySdk, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AbsoluteValue": "System.Nullable`1[System.Double]", "ChangeValueAbsolute": "System.Nullable`1[System.Double]", @@ -183267,7 +183217,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Sql.LegacySdk.Models.RecommendedActionMetricInfo]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Sql.LegacySdk.Models.RecommendedActionMetricInfo]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Sql.LegacySdk.Models.RecommendedActionMetricInfo, Microsoft.Azure.PowerShell.Cmdlets.Sql.LegacySdk, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Sql.LegacySdk.Models.RecommendedActionMetricInfo, Microsoft.Azure.PowerShell.Cmdlets.Sql.LegacySdk, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -183279,7 +183229,7 @@ "Microsoft.Azure.Management.Sql.LegacySdk.Models.RecommendedActionMetricInfo": { "Namespace": "Microsoft.Azure.Management.Sql.LegacySdk.Models", "Name": "Microsoft.Azure.Management.Sql.LegacySdk.Models.RecommendedActionMetricInfo", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Sql.LegacySdk.Models.RecommendedActionMetricInfo, Microsoft.Azure.PowerShell.Cmdlets.Sql.LegacySdk, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Sql.LegacySdk.Models.RecommendedActionMetricInfo, Microsoft.Azure.PowerShell.Cmdlets.Sql.LegacySdk, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "StartTime": "System.Nullable`1[System.DateTime]", "Value": "System.Nullable`1[System.Double]", @@ -183327,7 +183277,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Sql.Location_Capabilities.Model.ServerVersionCapabilityModel]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Sql.Location_Capabilities.Model.ServerVersionCapabilityModel]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Sql.Location_Capabilities.Model.ServerVersionCapabilityModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Sql.Location_Capabilities.Model.ServerVersionCapabilityModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -183339,7 +183289,7 @@ "Microsoft.Azure.Commands.Sql.Location_Capabilities.Model.ServerVersionCapabilityModel": { "Namespace": "Microsoft.Azure.Commands.Sql.Location_Capabilities.Model", "Name": "Microsoft.Azure.Commands.Sql.Location_Capabilities.Model.ServerVersionCapabilityModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Location_Capabilities.Model.ServerVersionCapabilityModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Location_Capabilities.Model.ServerVersionCapabilityModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "SupportedEditions": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Sql.Location_Capabilities.Model.EditionCapabilityModel]", "Status": "System.String", @@ -183385,7 +183335,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Sql.Location_Capabilities.Model.EditionCapabilityModel]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Sql.Location_Capabilities.Model.EditionCapabilityModel]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Sql.Location_Capabilities.Model.EditionCapabilityModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Sql.Location_Capabilities.Model.EditionCapabilityModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -183397,7 +183347,7 @@ "Microsoft.Azure.Commands.Sql.Location_Capabilities.Model.EditionCapabilityModel": { "Namespace": "Microsoft.Azure.Commands.Sql.Location_Capabilities.Model", "Name": "Microsoft.Azure.Commands.Sql.Location_Capabilities.Model.EditionCapabilityModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Location_Capabilities.Model.EditionCapabilityModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Location_Capabilities.Model.EditionCapabilityModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "SupportedServiceObjectives": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Sql.Location_Capabilities.Model.ServiceObjectiveCapabilityModel]", "Status": "System.String", @@ -183443,7 +183393,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Sql.Location_Capabilities.Model.ServiceObjectiveCapabilityModel]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Sql.Location_Capabilities.Model.ServiceObjectiveCapabilityModel]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Sql.Location_Capabilities.Model.ServiceObjectiveCapabilityModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Sql.Location_Capabilities.Model.ServiceObjectiveCapabilityModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -183455,7 +183405,7 @@ "Microsoft.Azure.Commands.Sql.Location_Capabilities.Model.ServiceObjectiveCapabilityModel": { "Namespace": "Microsoft.Azure.Commands.Sql.Location_Capabilities.Model", "Name": "Microsoft.Azure.Commands.Sql.Location_Capabilities.Model.ServiceObjectiveCapabilityModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Location_Capabilities.Model.ServiceObjectiveCapabilityModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Location_Capabilities.Model.ServiceObjectiveCapabilityModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "SupportedMaxSizes": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Sql.Location_Capabilities.Model.MaxSizeRangeCapabilityModel]", "Id": "System.Nullable`1[System.Guid]", @@ -183502,7 +183452,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Sql.Location_Capabilities.Model.MaxSizeRangeCapabilityModel]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Sql.Location_Capabilities.Model.MaxSizeRangeCapabilityModel]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Sql.Location_Capabilities.Model.MaxSizeRangeCapabilityModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Sql.Location_Capabilities.Model.MaxSizeRangeCapabilityModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -183514,7 +183464,7 @@ "Microsoft.Azure.Commands.Sql.Location_Capabilities.Model.MaxSizeRangeCapabilityModel": { "Namespace": "Microsoft.Azure.Commands.Sql.Location_Capabilities.Model", "Name": "Microsoft.Azure.Commands.Sql.Location_Capabilities.Model.MaxSizeRangeCapabilityModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Location_Capabilities.Model.MaxSizeRangeCapabilityModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Location_Capabilities.Model.MaxSizeRangeCapabilityModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "MinValue": "Microsoft.Azure.Commands.Sql.Location_Capabilities.Model.MaxSizeCapabilityModel", "MaxValue": "Microsoft.Azure.Commands.Sql.Location_Capabilities.Model.MaxSizeCapabilityModel", @@ -183562,7 +183512,7 @@ "Microsoft.Azure.Commands.Sql.Location_Capabilities.Model.MaxSizeCapabilityModel": { "Namespace": "Microsoft.Azure.Commands.Sql.Location_Capabilities.Model", "Name": "Microsoft.Azure.Commands.Sql.Location_Capabilities.Model.MaxSizeCapabilityModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Location_Capabilities.Model.MaxSizeCapabilityModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Location_Capabilities.Model.MaxSizeCapabilityModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Limit": "System.Nullable`1[System.Int32]", "Unit": "System.String", @@ -183774,7 +183724,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Sql.LegacySdk.Models.OperationImpact]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Sql.LegacySdk.Models.OperationImpact]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Sql.LegacySdk.Models.OperationImpact, Microsoft.Azure.PowerShell.Cmdlets.Sql.LegacySdk, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Sql.LegacySdk.Models.OperationImpact, Microsoft.Azure.PowerShell.Cmdlets.Sql.LegacySdk, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -183786,7 +183736,7 @@ "Microsoft.Azure.Management.Sql.LegacySdk.Models.OperationImpact": { "Namespace": "Microsoft.Azure.Management.Sql.LegacySdk.Models", "Name": "Microsoft.Azure.Management.Sql.LegacySdk.Models.OperationImpact", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Sql.LegacySdk.Models.OperationImpact, Microsoft.Azure.PowerShell.Cmdlets.Sql.LegacySdk, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Sql.LegacySdk.Models.OperationImpact, Microsoft.Azure.PowerShell.Cmdlets.Sql.LegacySdk, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ChangeValueAbsolute": "System.Nullable`1[System.Double]", "ChangeValueRelative": "System.Nullable`1[System.Double]", @@ -183833,7 +183783,7 @@ "Microsoft.Azure.Commands.Sql.ImportExport.Model.AuthenticationType": { "Namespace": "Microsoft.Azure.Commands.Sql.ImportExport.Model", "Name": "Microsoft.Azure.Commands.Sql.ImportExport.Model.AuthenticationType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ImportExport.Model.AuthenticationType, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ImportExport.Model.AuthenticationType, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -183928,7 +183878,7 @@ "Microsoft.Azure.Commands.Sql.ImportExport.Model.StorageKeyType": { "Namespace": "Microsoft.Azure.Commands.Sql.ImportExport.Model", "Name": "Microsoft.Azure.Commands.Sql.ImportExport.Model.StorageKeyType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ImportExport.Model.StorageKeyType, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ImportExport.Model.StorageKeyType, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -184033,7 +183983,7 @@ "Microsoft.Azure.Management.Sql.LegacySdk.Models.ReadOnlyEndpoint": { "Namespace": "Microsoft.Azure.Management.Sql.LegacySdk.Models", "Name": "Microsoft.Azure.Management.Sql.LegacySdk.Models.ReadOnlyEndpoint", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Sql.LegacySdk.Models.ReadOnlyEndpoint, Microsoft.Azure.PowerShell.Cmdlets.Sql.LegacySdk, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Sql.LegacySdk.Models.ReadOnlyEndpoint, Microsoft.Azure.PowerShell.Cmdlets.Sql.LegacySdk, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "FailoverPolicy": "System.String" }, @@ -184077,7 +184027,7 @@ "Microsoft.Azure.Management.Sql.LegacySdk.Models.ReadWriteEndpoint": { "Namespace": "Microsoft.Azure.Management.Sql.LegacySdk.Models", "Name": "Microsoft.Azure.Management.Sql.LegacySdk.Models.ReadWriteEndpoint", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Sql.LegacySdk.Models.ReadWriteEndpoint, Microsoft.Azure.PowerShell.Cmdlets.Sql.LegacySdk, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Sql.LegacySdk.Models.ReadWriteEndpoint, Microsoft.Azure.PowerShell.Cmdlets.Sql.LegacySdk, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "FailoverWithDataLossGracePeriodMinutes": "System.Nullable`1[System.Int32]", "FailoverPolicy": "System.String" @@ -184122,7 +184072,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Sql.LegacySdk.Models.FailoverGroupPartnerServer]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Sql.LegacySdk.Models.FailoverGroupPartnerServer]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Sql.LegacySdk.Models.FailoverGroupPartnerServer, Microsoft.Azure.PowerShell.Cmdlets.Sql.LegacySdk, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Sql.LegacySdk.Models.FailoverGroupPartnerServer, Microsoft.Azure.PowerShell.Cmdlets.Sql.LegacySdk, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -184134,7 +184084,7 @@ "Microsoft.Azure.Management.Sql.LegacySdk.Models.FailoverGroupPartnerServer": { "Namespace": "Microsoft.Azure.Management.Sql.LegacySdk.Models", "Name": "Microsoft.Azure.Management.Sql.LegacySdk.Models.FailoverGroupPartnerServer", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Sql.LegacySdk.Models.FailoverGroupPartnerServer, Microsoft.Azure.PowerShell.Cmdlets.Sql.LegacySdk, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Sql.LegacySdk.Models.FailoverGroupPartnerServer, Microsoft.Azure.PowerShell.Cmdlets.Sql.LegacySdk, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Id": "System.String", "Location": "System.String", @@ -184180,7 +184130,7 @@ "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel": { "Namespace": "Microsoft.Azure.Commands.Sql.Database.Model", "Name": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "CreationDate": "System.DateTime", @@ -184407,7 +184357,7 @@ "Microsoft.Azure.Commands.Sql.Elastic_Jobs.Model.AzureSqlElasticJobStepOutputModel": { "Namespace": "Microsoft.Azure.Commands.Sql.Elastic_Jobs.Model", "Name": "Microsoft.Azure.Commands.Sql.Elastic_Jobs.Model.AzureSqlElasticJobStepOutputModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Elastic_Jobs.Model.AzureSqlElasticJobStepOutputModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Elastic_Jobs.Model.AzureSqlElasticJobStepOutputModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "SubscriptionId": "System.Nullable`1[System.Guid]", "Credential": "System.String", @@ -184458,7 +184408,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobTargetModel]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobTargetModel]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobTargetModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobTargetModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -184470,7 +184420,7 @@ "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobTargetModel": { "Namespace": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model", "Name": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobTargetModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobTargetModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobTargetModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "MembershipType": "System.Nullable`1[Microsoft.Azure.Management.Sql.Models.JobTargetGroupMembershipType]", "TargetGroupName": "System.String", @@ -184633,7 +184583,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Sql.DataClassification.Model.SensitivityLabelModel]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Sql.DataClassification.Model.SensitivityLabelModel]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Sql.DataClassification.Model.SensitivityLabelModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Sql.DataClassification.Model.SensitivityLabelModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -184645,7 +184595,7 @@ "Microsoft.Azure.Commands.Sql.DataClassification.Model.SensitivityLabelModel": { "Namespace": "Microsoft.Azure.Commands.Sql.DataClassification.Model", "Name": "Microsoft.Azure.Commands.Sql.DataClassification.Model.SensitivityLabelModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.DataClassification.Model.SensitivityLabelModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.DataClassification.Model.SensitivityLabelModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Rank": "System.Nullable`1[Microsoft.Azure.Commands.Sql.DataClassification.Model.SensitivityRank]", "SchemaName": "System.String", @@ -184696,7 +184646,7 @@ "System.Nullable`1[Microsoft.Azure.Commands.Sql.DataClassification.Model.SensitivityRank]": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Commands.Sql.DataClassification.Model.SensitivityRank]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.Sql.DataClassification.Model.SensitivityRank, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.Sql.DataClassification.Model.SensitivityRank, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -184708,7 +184658,7 @@ "Microsoft.Azure.Commands.Sql.DataClassification.Model.SensitivityRank": { "Namespace": "Microsoft.Azure.Commands.Sql.DataClassification.Model", "Name": "Microsoft.Azure.Commands.Sql.DataClassification.Model.SensitivityRank", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.DataClassification.Model.SensitivityRank, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.DataClassification.Model.SensitivityRank, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -184803,7 +184753,7 @@ "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseActivityModel+DatabaseState": { "Namespace": "Microsoft.Azure.Commands.Sql.Database.Model", "Name": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseActivityModel+DatabaseState", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseActivityModel+DatabaseState, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseActivityModel+DatabaseState, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Current": "System.Collections.Generic.IDictionary`2[System.String,System.String]", "Requested": "System.Collections.Generic.IDictionary`2[System.String,System.String]" @@ -184848,7 +184798,7 @@ "Microsoft.Azure.Management.Sql.LegacySdk.Models.ServiceTierAdvisorProperties": { "Namespace": "Microsoft.Azure.Management.Sql.LegacySdk.Models", "Name": "Microsoft.Azure.Management.Sql.LegacySdk.Models.ServiceTierAdvisorProperties", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Sql.LegacySdk.Models.ServiceTierAdvisorProperties, Microsoft.Azure.PowerShell.Cmdlets.Sql.LegacySdk, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Sql.LegacySdk.Models.ServiceTierAdvisorProperties, Microsoft.Azure.PowerShell.Cmdlets.Sql.LegacySdk, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ServiceLevelObjectiveUsageMetrics": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Sql.LegacySdk.Models.SloUsageMetric]", "Confidence": "System.Double", @@ -184910,7 +184860,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Sql.LegacySdk.Models.SloUsageMetric]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Sql.LegacySdk.Models.SloUsageMetric]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Sql.LegacySdk.Models.SloUsageMetric, Microsoft.Azure.PowerShell.Cmdlets.Sql.LegacySdk, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Sql.LegacySdk.Models.SloUsageMetric, Microsoft.Azure.PowerShell.Cmdlets.Sql.LegacySdk, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -184922,7 +184872,7 @@ "Microsoft.Azure.Management.Sql.LegacySdk.Models.SloUsageMetric": { "Namespace": "Microsoft.Azure.Management.Sql.LegacySdk.Models", "Name": "Microsoft.Azure.Management.Sql.LegacySdk.Models.SloUsageMetric", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Sql.LegacySdk.Models.SloUsageMetric, Microsoft.Azure.PowerShell.Cmdlets.Sql.LegacySdk, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Sql.LegacySdk.Models.SloUsageMetric, Microsoft.Azure.PowerShell.Cmdlets.Sql.LegacySdk, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", "InRangeTimeRatio": "System.Double", @@ -184973,7 +184923,7 @@ "Microsoft.Azure.Commands.Sql.Backup.Model.AzureSqlDatabaseGeoBackupPolicyModel+GeoBackupPolicyState": { "Namespace": "Microsoft.Azure.Commands.Sql.Backup.Model", "Name": "Microsoft.Azure.Commands.Sql.Backup.Model.AzureSqlDatabaseGeoBackupPolicyModel+GeoBackupPolicyState", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Backup.Model.AzureSqlDatabaseGeoBackupPolicyModel+GeoBackupPolicyState, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Backup.Model.AzureSqlDatabaseGeoBackupPolicyModel+GeoBackupPolicyState, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -185068,7 +185018,7 @@ "Microsoft.Azure.Commands.Sql.DataSync.Model.AzureSqlSyncGroupSchemaModel": { "Namespace": "Microsoft.Azure.Commands.Sql.DataSync.Model", "Name": "Microsoft.Azure.Commands.Sql.DataSync.Model.AzureSqlSyncGroupSchemaModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.DataSync.Model.AzureSqlSyncGroupSchemaModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.DataSync.Model.AzureSqlSyncGroupSchemaModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tables": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Sql.DataSync.Model.AzureSqlSyncGroupSchemaTableModel]", "MasterSyncMemberName": "System.String" @@ -185128,7 +185078,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Sql.DataSync.Model.AzureSqlSyncGroupSchemaTableModel]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Sql.DataSync.Model.AzureSqlSyncGroupSchemaTableModel]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Sql.DataSync.Model.AzureSqlSyncGroupSchemaTableModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Sql.DataSync.Model.AzureSqlSyncGroupSchemaTableModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -185140,7 +185090,7 @@ "Microsoft.Azure.Commands.Sql.DataSync.Model.AzureSqlSyncGroupSchemaTableModel": { "Namespace": "Microsoft.Azure.Commands.Sql.DataSync.Model", "Name": "Microsoft.Azure.Commands.Sql.DataSync.Model.AzureSqlSyncGroupSchemaTableModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.DataSync.Model.AzureSqlSyncGroupSchemaTableModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.DataSync.Model.AzureSqlSyncGroupSchemaTableModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Columns": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Sql.DataSync.Model.AzureSqlSyncGroupSchemaColumnModel]", "QuotedName": "System.String" @@ -185200,7 +185150,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Sql.DataSync.Model.AzureSqlSyncGroupSchemaColumnModel]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Sql.DataSync.Model.AzureSqlSyncGroupSchemaColumnModel]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Sql.DataSync.Model.AzureSqlSyncGroupSchemaColumnModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Sql.DataSync.Model.AzureSqlSyncGroupSchemaColumnModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -185212,7 +185162,7 @@ "Microsoft.Azure.Commands.Sql.DataSync.Model.AzureSqlSyncGroupSchemaColumnModel": { "Namespace": "Microsoft.Azure.Commands.Sql.DataSync.Model", "Name": "Microsoft.Azure.Commands.Sql.DataSync.Model.AzureSqlSyncGroupSchemaColumnModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.DataSync.Model.AzureSqlSyncGroupSchemaColumnModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.DataSync.Model.AzureSqlSyncGroupSchemaColumnModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "QuotedName": "System.String", "DataSize": "System.String", @@ -185479,7 +185429,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Sql.DataSync.Model.AzureSqlSyncFullSchemaTableModel]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Sql.DataSync.Model.AzureSqlSyncFullSchemaTableModel]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Sql.DataSync.Model.AzureSqlSyncFullSchemaTableModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Sql.DataSync.Model.AzureSqlSyncFullSchemaTableModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -185491,7 +185441,7 @@ "Microsoft.Azure.Commands.Sql.DataSync.Model.AzureSqlSyncFullSchemaTableModel": { "Namespace": "Microsoft.Azure.Commands.Sql.DataSync.Model", "Name": "Microsoft.Azure.Commands.Sql.DataSync.Model.AzureSqlSyncFullSchemaTableModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.DataSync.Model.AzureSqlSyncFullSchemaTableModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.DataSync.Model.AzureSqlSyncFullSchemaTableModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "HasError": "System.Boolean", "Columns": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Sql.DataSync.Model.AzureSqlSyncFullSchemaColumnModel]", @@ -185549,7 +185499,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Sql.DataSync.Model.AzureSqlSyncFullSchemaColumnModel]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Sql.DataSync.Model.AzureSqlSyncFullSchemaColumnModel]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Sql.DataSync.Model.AzureSqlSyncFullSchemaColumnModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Sql.DataSync.Model.AzureSqlSyncFullSchemaColumnModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -185561,7 +185511,7 @@ "Microsoft.Azure.Commands.Sql.DataSync.Model.AzureSqlSyncFullSchemaColumnModel": { "Namespace": "Microsoft.Azure.Commands.Sql.DataSync.Model", "Name": "Microsoft.Azure.Commands.Sql.DataSync.Model.AzureSqlSyncFullSchemaColumnModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.DataSync.Model.AzureSqlSyncFullSchemaColumnModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.DataSync.Model.AzureSqlSyncFullSchemaColumnModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "HasError": "System.Boolean", "IsPrimaryKey": "System.Boolean", @@ -185621,7 +185571,7 @@ "Microsoft.Azure.Commands.Sql.DataMasking.Model.DataMaskingStateType": { "Namespace": "Microsoft.Azure.Commands.Sql.DataMasking.Model", "Name": "Microsoft.Azure.Commands.Sql.DataMasking.Model.DataMaskingStateType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.DataMasking.Model.DataMaskingStateType, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.DataMasking.Model.DataMaskingStateType, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -185716,7 +185666,7 @@ "Microsoft.Azure.Commands.Sql.DataMasking.Model.MaskingFunction": { "Namespace": "Microsoft.Azure.Commands.Sql.DataMasking.Model", "Name": "Microsoft.Azure.Commands.Sql.DataMasking.Model.MaskingFunction", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.DataMasking.Model.MaskingFunction, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.DataMasking.Model.MaskingFunction, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -185811,7 +185761,7 @@ "Microsoft.Azure.Commands.Sql.Auditing.Model.AuditActionGroups[]": { "Namespace": "Microsoft.Azure.Commands.Sql.Auditing.Model", "Name": "Microsoft.Azure.Commands.Sql.Auditing.Model.AuditActionGroups[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Auditing.Model.AuditActionGroups[], Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Auditing.Model.AuditActionGroups[], Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Sql.Auditing.Model.AuditActionGroups", "GenericTypeArguments": [], @@ -185821,7 +185771,7 @@ "Microsoft.Azure.Commands.Sql.Auditing.Model.AuditActionGroups": { "Namespace": "Microsoft.Azure.Commands.Sql.Auditing.Model", "Name": "Microsoft.Azure.Commands.Sql.Auditing.Model.AuditActionGroups", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Auditing.Model.AuditActionGroups, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Auditing.Model.AuditActionGroups, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -185916,7 +185866,7 @@ "Microsoft.Azure.Commands.Sql.Auditing.Model.AuditStateType": { "Namespace": "Microsoft.Azure.Commands.Sql.Auditing.Model", "Name": "Microsoft.Azure.Commands.Sql.Auditing.Model.AuditStateType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Auditing.Model.AuditStateType, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Auditing.Model.AuditStateType, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -186011,7 +185961,7 @@ "Microsoft.Azure.Commands.Sql.Auditing.Model.StorageKeyKind": { "Namespace": "Microsoft.Azure.Commands.Sql.Auditing.Model", "Name": "Microsoft.Azure.Commands.Sql.Auditing.Model.StorageKeyKind", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Auditing.Model.StorageKeyKind, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Auditing.Model.StorageKeyKind, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -186106,7 +186056,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Sql.LegacySdk.Models.RecommendedAction]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Sql.LegacySdk.Models.RecommendedAction]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Sql.LegacySdk.Models.RecommendedAction, Microsoft.Azure.PowerShell.Cmdlets.Sql.LegacySdk, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Sql.LegacySdk.Models.RecommendedAction, Microsoft.Azure.PowerShell.Cmdlets.Sql.LegacySdk, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -186118,7 +186068,7 @@ "Microsoft.Azure.Management.Sql.LegacySdk.Models.RecommendedAction": { "Namespace": "Microsoft.Azure.Management.Sql.LegacySdk.Models", "Name": "Microsoft.Azure.Management.Sql.LegacySdk.Models.RecommendedAction", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Sql.LegacySdk.Models.RecommendedAction, Microsoft.Azure.PowerShell.Cmdlets.Sql.LegacySdk, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Sql.LegacySdk.Models.RecommendedAction, Microsoft.Azure.PowerShell.Cmdlets.Sql.LegacySdk, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Properties": "Microsoft.Azure.Management.Sql.LegacySdk.Models.RecommendedActionProperties", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -186167,7 +186117,7 @@ "Microsoft.Azure.Management.Sql.LegacySdk.Models.RecommendedActionProperties": { "Namespace": "Microsoft.Azure.Management.Sql.LegacySdk.Models", "Name": "Microsoft.Azure.Management.Sql.LegacySdk.Models.RecommendedActionProperties", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Sql.LegacySdk.Models.RecommendedActionProperties, Microsoft.Azure.PowerShell.Cmdlets.Sql.LegacySdk, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Sql.LegacySdk.Models.RecommendedActionProperties, Microsoft.Azure.PowerShell.Cmdlets.Sql.LegacySdk, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ErrorDetails": "Microsoft.Azure.Management.Sql.LegacySdk.Models.RecommendedActionErrorInfo", "ImplementationDetails": "Microsoft.Azure.Management.Sql.LegacySdk.Models.RecommendedActionImplementationInfo", diff --git a/tools/Tools.Common/SerializedCmdlets/Microsoft.Azure.PowerShell.Cmdlets.Storage.Management.dll.json b/tools/Tools.Common/SerializedCmdlets/Microsoft.Azure.PowerShell.Cmdlets.Storage.Management.dll.json index 68c65f5871e8..1ca0290d6ce8 100644 --- a/tools/Tools.Common/SerializedCmdlets/Microsoft.Azure.PowerShell.Cmdlets.Storage.Management.dll.json +++ b/tools/Tools.Common/SerializedCmdlets/Microsoft.Azure.PowerShell.Cmdlets.Storage.Management.dll.json @@ -14,7 +14,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSLegalHold", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSLegalHold, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSLegalHold, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "HasLegalHold": "System.Nullable`1[System.Boolean]", "Tags": "System.String[]" @@ -132,7 +132,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Context": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", "AzureFilesIdentityBasedAuth": "Microsoft.Azure.Commands.Management.Storage.Models.PSAzureFilesIdentityBasedAuthentication", @@ -231,7 +231,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSContainer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSContainer, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSContainer, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ImmutabilityPolicy": "Microsoft.Azure.Commands.Management.Storage.Models.PSImmutabilityPolicyProperties", "LegalHold": "Microsoft.Azure.Commands.Management.Storage.Models.PSLegalHoldProperties", @@ -572,7 +572,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Context": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", "AzureFilesIdentityBasedAuth": "Microsoft.Azure.Commands.Management.Storage.Models.PSAzureFilesIdentityBasedAuthentication", @@ -745,7 +745,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSContainer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSContainer, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSContainer, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ImmutabilityPolicy": "Microsoft.Azure.Commands.Management.Storage.Models.PSImmutabilityPolicyProperties", "LegalHold": "Microsoft.Azure.Commands.Management.Storage.Models.PSLegalHoldProperties", @@ -1006,7 +1006,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSDeleteRetentionPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSDeleteRetentionPolicy, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSDeleteRetentionPolicy, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Enabled": "System.Nullable`1[System.Boolean]", "Days": "System.Nullable`1[System.Int32]" @@ -1114,7 +1114,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Context": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", "AzureFilesIdentityBasedAuth": "Microsoft.Azure.Commands.Management.Storage.Models.PSAzureFilesIdentityBasedAuthentication", @@ -1407,7 +1407,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Context": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", "AzureFilesIdentityBasedAuth": "Microsoft.Azure.Commands.Management.Storage.Models.PSAzureFilesIdentityBasedAuthentication", @@ -1747,7 +1747,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSBlobServiceProperties", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSBlobServiceProperties, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSBlobServiceProperties, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Cors": "Microsoft.Azure.Commands.Management.Storage.Models.PSCorsRules", "DeleteRetentionPolicy": "Microsoft.Azure.Commands.Management.Storage.Models.PSDeleteRetentionPolicy", @@ -1871,7 +1871,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Context": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", "AzureFilesIdentityBasedAuth": "Microsoft.Azure.Commands.Management.Storage.Models.PSAzureFilesIdentityBasedAuthentication", @@ -2210,7 +2210,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Context": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", "AzureFilesIdentityBasedAuth": "Microsoft.Azure.Commands.Management.Storage.Models.PSAzureFilesIdentityBasedAuthentication", @@ -2628,7 +2628,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSBlobServiceProperties", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSBlobServiceProperties, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSBlobServiceProperties, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Cors": "Microsoft.Azure.Commands.Management.Storage.Models.PSCorsRules", "DeleteRetentionPolicy": "Microsoft.Azure.Commands.Management.Storage.Models.PSDeleteRetentionPolicy", @@ -2752,7 +2752,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Context": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", "AzureFilesIdentityBasedAuth": "Microsoft.Azure.Commands.Management.Storage.Models.PSAzureFilesIdentityBasedAuthentication", @@ -3003,7 +3003,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Context": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", "AzureFilesIdentityBasedAuth": "Microsoft.Azure.Commands.Management.Storage.Models.PSAzureFilesIdentityBasedAuthentication", @@ -3271,7 +3271,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSContainer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSContainer, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSContainer, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ImmutabilityPolicy": "Microsoft.Azure.Commands.Management.Storage.Models.PSImmutabilityPolicyProperties", "LegalHold": "Microsoft.Azure.Commands.Management.Storage.Models.PSLegalHoldProperties", @@ -3422,7 +3422,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Context": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", "AzureFilesIdentityBasedAuth": "Microsoft.Azure.Commands.Management.Storage.Models.PSAzureFilesIdentityBasedAuthentication", @@ -3744,7 +3744,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Context": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", "AzureFilesIdentityBasedAuth": "Microsoft.Azure.Commands.Management.Storage.Models.PSAzureFilesIdentityBasedAuthentication", @@ -4046,7 +4046,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSImmutabilityPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSImmutabilityPolicy, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSImmutabilityPolicy, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AllowProtectedAppendWrites": "System.Nullable`1[System.Boolean]", "ImmutabilityPeriodSinceCreationInDays": "System.Nullable`1[System.Int32]", @@ -4168,7 +4168,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Context": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", "AzureFilesIdentityBasedAuth": "Microsoft.Azure.Commands.Management.Storage.Models.PSAzureFilesIdentityBasedAuthentication", @@ -4267,7 +4267,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSContainer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSContainer, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSContainer, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ImmutabilityPolicy": "Microsoft.Azure.Commands.Management.Storage.Models.PSImmutabilityPolicyProperties", "LegalHold": "Microsoft.Azure.Commands.Management.Storage.Models.PSLegalHoldProperties", @@ -4610,7 +4610,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Context": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", "AzureFilesIdentityBasedAuth": "Microsoft.Azure.Commands.Management.Storage.Models.PSAzureFilesIdentityBasedAuthentication", @@ -4785,7 +4785,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSContainer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSContainer, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSContainer, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ImmutabilityPolicy": "Microsoft.Azure.Commands.Management.Storage.Models.PSImmutabilityPolicyProperties", "LegalHold": "Microsoft.Azure.Commands.Management.Storage.Models.PSLegalHoldProperties", @@ -5050,7 +5050,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSImmutabilityPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSImmutabilityPolicy, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSImmutabilityPolicy, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AllowProtectedAppendWrites": "System.Nullable`1[System.Boolean]", "ImmutabilityPeriodSinceCreationInDays": "System.Nullable`1[System.Int32]", @@ -5172,7 +5172,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Context": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", "AzureFilesIdentityBasedAuth": "Microsoft.Azure.Commands.Management.Storage.Models.PSAzureFilesIdentityBasedAuthentication", @@ -5271,7 +5271,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSContainer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSContainer, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSContainer, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ImmutabilityPolicy": "Microsoft.Azure.Commands.Management.Storage.Models.PSImmutabilityPolicyProperties", "LegalHold": "Microsoft.Azure.Commands.Management.Storage.Models.PSLegalHoldProperties", @@ -5405,7 +5405,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSImmutabilityPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSImmutabilityPolicy, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSImmutabilityPolicy, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AllowProtectedAppendWrites": "System.Nullable`1[System.Boolean]", "ImmutabilityPeriodSinceCreationInDays": "System.Nullable`1[System.Int32]", @@ -5721,7 +5721,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Context": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", "AzureFilesIdentityBasedAuth": "Microsoft.Azure.Commands.Management.Storage.Models.PSAzureFilesIdentityBasedAuthentication", @@ -5920,7 +5920,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSContainer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSContainer, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSContainer, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ImmutabilityPolicy": "Microsoft.Azure.Commands.Management.Storage.Models.PSImmutabilityPolicyProperties", "LegalHold": "Microsoft.Azure.Commands.Management.Storage.Models.PSLegalHoldProperties", @@ -6134,7 +6134,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSImmutabilityPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSImmutabilityPolicy, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSImmutabilityPolicy, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AllowProtectedAppendWrites": "System.Nullable`1[System.Boolean]", "ImmutabilityPeriodSinceCreationInDays": "System.Nullable`1[System.Int32]", @@ -6346,7 +6346,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSContainer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSContainer, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSContainer, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ImmutabilityPolicy": "Microsoft.Azure.Commands.Management.Storage.Models.PSImmutabilityPolicyProperties", "LegalHold": "Microsoft.Azure.Commands.Management.Storage.Models.PSLegalHoldProperties", @@ -6497,7 +6497,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Context": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", "AzureFilesIdentityBasedAuth": "Microsoft.Azure.Commands.Management.Storage.Models.PSAzureFilesIdentityBasedAuthentication", @@ -6617,7 +6617,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSPublicAccess", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSPublicAccess, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSPublicAccess, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -6854,7 +6854,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSPublicAccess", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSPublicAccess, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSPublicAccess, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -7031,7 +7031,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Context": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", "AzureFilesIdentityBasedAuth": "Microsoft.Azure.Commands.Management.Storage.Models.PSAzureFilesIdentityBasedAuthentication", @@ -7163,7 +7163,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSPublicAccess", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSPublicAccess, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSPublicAccess, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -7367,7 +7367,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSPublicAccess", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSPublicAccess, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSPublicAccess, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -7629,7 +7629,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Context": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", "AzureFilesIdentityBasedAuth": "Microsoft.Azure.Commands.Management.Storage.Models.PSAzureFilesIdentityBasedAuthentication", @@ -7730,7 +7730,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSContainer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSContainer, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSContainer, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ImmutabilityPolicy": "Microsoft.Azure.Commands.Management.Storage.Models.PSImmutabilityPolicyProperties", "LegalHold": "Microsoft.Azure.Commands.Management.Storage.Models.PSLegalHoldProperties", @@ -8113,7 +8113,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Context": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", "AzureFilesIdentityBasedAuth": "Microsoft.Azure.Commands.Management.Storage.Models.PSAzureFilesIdentityBasedAuthentication", @@ -8312,7 +8312,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSContainer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSContainer, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSContainer, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ImmutabilityPolicy": "Microsoft.Azure.Commands.Management.Storage.Models.PSImmutabilityPolicyProperties", "LegalHold": "Microsoft.Azure.Commands.Management.Storage.Models.PSLegalHoldProperties", @@ -8621,7 +8621,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSImmutabilityPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSImmutabilityPolicy, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSImmutabilityPolicy, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AllowProtectedAppendWrites": "System.Nullable`1[System.Boolean]", "ImmutabilityPeriodSinceCreationInDays": "System.Nullable`1[System.Int32]", @@ -8743,7 +8743,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Context": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", "AzureFilesIdentityBasedAuth": "Microsoft.Azure.Commands.Management.Storage.Models.PSAzureFilesIdentityBasedAuthentication", @@ -8842,7 +8842,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSContainer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSContainer, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSContainer, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ImmutabilityPolicy": "Microsoft.Azure.Commands.Management.Storage.Models.PSImmutabilityPolicyProperties", "LegalHold": "Microsoft.Azure.Commands.Management.Storage.Models.PSLegalHoldProperties", @@ -8976,7 +8976,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSImmutabilityPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSImmutabilityPolicy, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSImmutabilityPolicy, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AllowProtectedAppendWrites": "System.Nullable`1[System.Boolean]", "ImmutabilityPeriodSinceCreationInDays": "System.Nullable`1[System.Int32]", @@ -9250,7 +9250,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Context": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", "AzureFilesIdentityBasedAuth": "Microsoft.Azure.Commands.Management.Storage.Models.PSAzureFilesIdentityBasedAuthentication", @@ -9425,7 +9425,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSContainer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSContainer, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSContainer, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ImmutabilityPolicy": "Microsoft.Azure.Commands.Management.Storage.Models.PSImmutabilityPolicyProperties", "LegalHold": "Microsoft.Azure.Commands.Management.Storage.Models.PSLegalHoldProperties", @@ -9615,7 +9615,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSImmutabilityPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSImmutabilityPolicy, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSImmutabilityPolicy, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AllowProtectedAppendWrites": "System.Nullable`1[System.Boolean]", "ImmutabilityPeriodSinceCreationInDays": "System.Nullable`1[System.Int32]", @@ -9779,7 +9779,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSLegalHold", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSLegalHold, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSLegalHold, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "HasLegalHold": "System.Nullable`1[System.Boolean]", "Tags": "System.String[]" @@ -9897,7 +9897,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Context": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", "AzureFilesIdentityBasedAuth": "Microsoft.Azure.Commands.Management.Storage.Models.PSAzureFilesIdentityBasedAuthentication", @@ -9996,7 +9996,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSContainer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSContainer, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSContainer, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ImmutabilityPolicy": "Microsoft.Azure.Commands.Management.Storage.Models.PSImmutabilityPolicyProperties", "LegalHold": "Microsoft.Azure.Commands.Management.Storage.Models.PSLegalHoldProperties", @@ -10337,7 +10337,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Context": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", "AzureFilesIdentityBasedAuth": "Microsoft.Azure.Commands.Management.Storage.Models.PSAzureFilesIdentityBasedAuthentication", @@ -10510,7 +10510,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSContainer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSContainer, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSContainer, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ImmutabilityPolicy": "Microsoft.Azure.Commands.Management.Storage.Models.PSImmutabilityPolicyProperties", "LegalHold": "Microsoft.Azure.Commands.Management.Storage.Models.PSLegalHoldProperties", @@ -10771,7 +10771,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSImmutabilityPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSImmutabilityPolicy, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSImmutabilityPolicy, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AllowProtectedAppendWrites": "System.Nullable`1[System.Boolean]", "ImmutabilityPeriodSinceCreationInDays": "System.Nullable`1[System.Int32]", @@ -10893,7 +10893,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Context": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", "AzureFilesIdentityBasedAuth": "Microsoft.Azure.Commands.Management.Storage.Models.PSAzureFilesIdentityBasedAuthentication", @@ -10992,7 +10992,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSContainer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSContainer, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSContainer, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ImmutabilityPolicy": "Microsoft.Azure.Commands.Management.Storage.Models.PSImmutabilityPolicyProperties", "LegalHold": "Microsoft.Azure.Commands.Management.Storage.Models.PSLegalHoldProperties", @@ -11106,7 +11106,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSImmutabilityPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSImmutabilityPolicy, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSImmutabilityPolicy, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AllowProtectedAppendWrites": "System.Nullable`1[System.Boolean]", "ImmutabilityPeriodSinceCreationInDays": "System.Nullable`1[System.Int32]", @@ -11702,7 +11702,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Context": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", "AzureFilesIdentityBasedAuth": "Microsoft.Azure.Commands.Management.Storage.Models.PSAzureFilesIdentityBasedAuthentication", @@ -11953,7 +11953,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Context": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", "AzureFilesIdentityBasedAuth": "Microsoft.Azure.Commands.Management.Storage.Models.PSAzureFilesIdentityBasedAuthentication", @@ -12178,7 +12178,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSContainer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSContainer, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSContainer, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ImmutabilityPolicy": "Microsoft.Azure.Commands.Management.Storage.Models.PSImmutabilityPolicyProperties", "LegalHold": "Microsoft.Azure.Commands.Management.Storage.Models.PSLegalHoldProperties", @@ -12416,7 +12416,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSContainer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSContainer, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSContainer, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ImmutabilityPolicy": "Microsoft.Azure.Commands.Management.Storage.Models.PSImmutabilityPolicyProperties", "LegalHold": "Microsoft.Azure.Commands.Management.Storage.Models.PSLegalHoldProperties", @@ -12656,7 +12656,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSImmutabilityPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSImmutabilityPolicy, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSImmutabilityPolicy, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AllowProtectedAppendWrites": "System.Nullable`1[System.Boolean]", "ImmutabilityPeriodSinceCreationInDays": "System.Nullable`1[System.Int32]", @@ -12821,7 +12821,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSImmutabilityPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSImmutabilityPolicy, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSImmutabilityPolicy, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AllowProtectedAppendWrites": "System.Nullable`1[System.Boolean]", "ImmutabilityPeriodSinceCreationInDays": "System.Nullable`1[System.Int32]", @@ -13035,7 +13035,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSBlobServiceProperties", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSBlobServiceProperties, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSBlobServiceProperties, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Cors": "Microsoft.Azure.Commands.Management.Storage.Models.PSCorsRules", "DeleteRetentionPolicy": "Microsoft.Azure.Commands.Management.Storage.Models.PSDeleteRetentionPolicy", @@ -13159,7 +13159,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Context": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", "AzureFilesIdentityBasedAuth": "Microsoft.Azure.Commands.Management.Storage.Models.PSAzureFilesIdentityBasedAuthentication", @@ -13452,7 +13452,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Context": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", "AzureFilesIdentityBasedAuth": "Microsoft.Azure.Commands.Management.Storage.Models.PSAzureFilesIdentityBasedAuthentication", @@ -13792,7 +13792,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSContainer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSContainer, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSContainer, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ImmutabilityPolicy": "Microsoft.Azure.Commands.Management.Storage.Models.PSImmutabilityPolicyProperties", "LegalHold": "Microsoft.Azure.Commands.Management.Storage.Models.PSLegalHoldProperties", @@ -13964,7 +13964,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Context": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", "AzureFilesIdentityBasedAuth": "Microsoft.Azure.Commands.Management.Storage.Models.PSAzureFilesIdentityBasedAuthentication", @@ -14065,7 +14065,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSContainer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSContainer, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSContainer, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ImmutabilityPolicy": "Microsoft.Azure.Commands.Management.Storage.Models.PSImmutabilityPolicyProperties", "LegalHold": "Microsoft.Azure.Commands.Management.Storage.Models.PSLegalHoldProperties", @@ -14177,7 +14177,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSPublicAccess", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSPublicAccess, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSPublicAccess, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -14414,7 +14414,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSPublicAccess", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSPublicAccess, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSPublicAccess, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -14618,7 +14618,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Context": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", "AzureFilesIdentityBasedAuth": "Microsoft.Azure.Commands.Management.Storage.Models.PSAzureFilesIdentityBasedAuthentication", @@ -14723,7 +14723,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSPublicAccess", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSPublicAccess, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSPublicAccess, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -14902,7 +14902,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSContainer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSContainer, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSContainer, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ImmutabilityPolicy": "Microsoft.Azure.Commands.Management.Storage.Models.PSImmutabilityPolicyProperties", "LegalHold": "Microsoft.Azure.Commands.Management.Storage.Models.PSLegalHoldProperties", @@ -15020,7 +15020,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSPublicAccess", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSPublicAccess, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSPublicAccess, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -15197,7 +15197,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSPublicAccess", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSPublicAccess, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSPublicAccess, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -15381,7 +15381,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSShare", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSShare, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSShare, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Metadata": "System.Collections.Generic.IDictionary`2[System.String,System.String]", "LastModifiedTime": "System.Nullable`1[System.DateTime]", @@ -15525,7 +15525,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Context": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", "AzureFilesIdentityBasedAuth": "Microsoft.Azure.Commands.Management.Storage.Models.PSAzureFilesIdentityBasedAuthentication", @@ -15823,7 +15823,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Context": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", "AzureFilesIdentityBasedAuth": "Microsoft.Azure.Commands.Management.Storage.Models.PSAzureFilesIdentityBasedAuthentication", @@ -16172,7 +16172,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSShare", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSShare, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSShare, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Metadata": "System.Collections.Generic.IDictionary`2[System.String,System.String]", "LastModifiedTime": "System.Nullable`1[System.DateTime]", @@ -16316,7 +16316,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Context": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", "AzureFilesIdentityBasedAuth": "Microsoft.Azure.Commands.Management.Storage.Models.PSAzureFilesIdentityBasedAuthentication", @@ -16684,7 +16684,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Context": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", "AzureFilesIdentityBasedAuth": "Microsoft.Azure.Commands.Management.Storage.Models.PSAzureFilesIdentityBasedAuthentication", @@ -17116,7 +17116,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Context": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", "AzureFilesIdentityBasedAuth": "Microsoft.Azure.Commands.Management.Storage.Models.PSAzureFilesIdentityBasedAuthentication", @@ -17235,7 +17235,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSShare", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSShare, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSShare, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Metadata": "System.Collections.Generic.IDictionary`2[System.String,System.String]", "LastModifiedTime": "System.Nullable`1[System.DateTime]", @@ -17611,7 +17611,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Context": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", "AzureFilesIdentityBasedAuth": "Microsoft.Azure.Commands.Management.Storage.Models.PSAzureFilesIdentityBasedAuthentication", @@ -17926,7 +17926,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSShare", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSShare, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSShare, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Metadata": "System.Collections.Generic.IDictionary`2[System.String,System.String]", "LastModifiedTime": "System.Nullable`1[System.DateTime]", @@ -18228,7 +18228,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSShare", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSShare, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSShare, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Metadata": "System.Collections.Generic.IDictionary`2[System.String,System.String]", "LastModifiedTime": "System.Nullable`1[System.DateTime]", @@ -18393,7 +18393,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Context": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", "AzureFilesIdentityBasedAuth": "Microsoft.Azure.Commands.Management.Storage.Models.PSAzureFilesIdentityBasedAuthentication", @@ -18512,7 +18512,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSShare", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSShare, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSShare, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Metadata": "System.Collections.Generic.IDictionary`2[System.String,System.String]", "LastModifiedTime": "System.Nullable`1[System.DateTime]", @@ -18892,7 +18892,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Context": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", "AzureFilesIdentityBasedAuth": "Microsoft.Azure.Commands.Management.Storage.Models.PSAzureFilesIdentityBasedAuthentication", @@ -19211,7 +19211,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSShare", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSShare, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSShare, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Metadata": "System.Collections.Generic.IDictionary`2[System.String,System.String]", "LastModifiedTime": "System.Nullable`1[System.DateTime]", @@ -19517,7 +19517,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicyActionGroup", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicyActionGroup, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicyActionGroup, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "BaseBlob": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicyBaseBlob", "Snapshot": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicySnapShot" @@ -19664,7 +19664,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicyActionGroup", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicyActionGroup, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicyActionGroup, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "BaseBlob": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicyBaseBlob", "Snapshot": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicySnapShot" @@ -19823,7 +19823,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicyActionGroup", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicyActionGroup, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicyActionGroup, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "BaseBlob": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicyBaseBlob", "Snapshot": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicySnapShot" @@ -19991,7 +19991,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicyActionGroup", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicyActionGroup, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicyActionGroup, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "BaseBlob": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicyBaseBlob", "Snapshot": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicySnapShot" @@ -20109,7 +20109,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicyActionGroup", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicyActionGroup, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicyActionGroup, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "BaseBlob": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicyBaseBlob", "Snapshot": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicySnapShot" @@ -20234,7 +20234,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSVirtualNetworkRule", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSVirtualNetworkRule, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSVirtualNetworkRule, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -20276,7 +20276,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSIpRule", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSIpRule, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSIpRule, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -20361,7 +20361,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSIpRule[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSIpRule[], Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSIpRule[], Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Management.Storage.Models.PSIpRule", "GenericTypeArguments": [], @@ -20379,7 +20379,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSVirtualNetworkRule[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSVirtualNetworkRule[], Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSVirtualNetworkRule[], Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Management.Storage.Models.PSVirtualNetworkRule", "GenericTypeArguments": [], @@ -20612,7 +20612,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSIpRule[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSIpRule[], Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSIpRule[], Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Management.Storage.Models.PSIpRule", "GenericTypeArguments": [], @@ -20755,7 +20755,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSVirtualNetworkRule[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSVirtualNetworkRule[], Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSVirtualNetworkRule[], Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Management.Storage.Models.PSVirtualNetworkRule", "GenericTypeArguments": [], @@ -21194,7 +21194,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Context": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", "AzureFilesIdentityBasedAuth": "Microsoft.Azure.Commands.Management.Storage.Models.PSAzureFilesIdentityBasedAuthentication", @@ -21718,7 +21718,7 @@ "Type": { "Namespace": "Microsoft.Azure.Management.Storage.Models", "Name": "Microsoft.Azure.Management.Storage.Models.StorageAccountKey", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Storage.Models.StorageAccountKey, Microsoft.Azure.Management.Storage, Version=14.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Storage.Models.StorageAccountKey, Microsoft.Azure.Management.Storage, Version=17.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Permissions": "System.Nullable`1[Microsoft.Azure.Management.Storage.Models.KeyPermission]", "Value": "System.String", @@ -22013,7 +22013,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicy, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicy, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Rules": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicyRule[]", "LastModifiedTime": "System.Nullable`1[System.DateTime]", @@ -22146,7 +22146,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Context": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", "AzureFilesIdentityBasedAuth": "Microsoft.Azure.Commands.Management.Storage.Models.PSAzureFilesIdentityBasedAuthentication", @@ -22446,7 +22446,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Context": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", "AzureFilesIdentityBasedAuth": "Microsoft.Azure.Commands.Management.Storage.Models.PSAzureFilesIdentityBasedAuthentication", @@ -22646,7 +22646,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSNetworkRuleSet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSNetworkRuleSet, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSNetworkRuleSet, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "IpRules": "Microsoft.Azure.Commands.Management.Storage.Models.PSIpRule[]", "DefaultAction": "Microsoft.Azure.Commands.Management.Storage.Models.PSNetWorkRuleDefaultActionEnum", @@ -23002,7 +23002,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Context": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", "AzureFilesIdentityBasedAuth": "Microsoft.Azure.Commands.Management.Storage.Models.PSAzureFilesIdentityBasedAuthentication", @@ -23141,7 +23141,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Context": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", "AzureFilesIdentityBasedAuth": "Microsoft.Azure.Commands.Management.Storage.Models.PSAzureFilesIdentityBasedAuthentication", @@ -23458,7 +23458,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Context": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", "AzureFilesIdentityBasedAuth": "Microsoft.Azure.Commands.Management.Storage.Models.PSAzureFilesIdentityBasedAuthentication", @@ -23754,7 +23754,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Context": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", "AzureFilesIdentityBasedAuth": "Microsoft.Azure.Commands.Management.Storage.Models.PSAzureFilesIdentityBasedAuthentication", @@ -24081,7 +24081,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSNetworkRuleSet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSNetworkRuleSet, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSNetworkRuleSet, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "IpRules": "Microsoft.Azure.Commands.Management.Storage.Models.PSIpRule[]", "DefaultAction": "Microsoft.Azure.Commands.Management.Storage.Models.PSNetWorkRuleDefaultActionEnum", @@ -24490,6 +24490,24 @@ "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, + { + "Name": "RequireInfrastructureEncryption", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, { "Name": "DefaultProfile", "AliasList": [ @@ -24828,7 +24846,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSNetworkRuleSet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSNetworkRuleSet, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSNetworkRuleSet, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "IpRules": "Microsoft.Azure.Commands.Management.Storage.Models.PSIpRule[]", "DefaultAction": "Microsoft.Azure.Commands.Management.Storage.Models.PSNetWorkRuleDefaultActionEnum", @@ -25128,6 +25146,30 @@ "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, + { + "ParameterMetadata": { + "Name": "RequireInfrastructureEncryption", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, { "ParameterMetadata": { "Name": "DefaultProfile", @@ -25496,7 +25538,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSNetworkRuleSet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSNetworkRuleSet, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSNetworkRuleSet, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "IpRules": "Microsoft.Azure.Commands.Management.Storage.Models.PSIpRule[]", "DefaultAction": "Microsoft.Azure.Commands.Management.Storage.Models.PSNetWorkRuleDefaultActionEnum", @@ -25796,6 +25838,30 @@ "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, + { + "ParameterMetadata": { + "Name": "RequireInfrastructureEncryption", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, { "ParameterMetadata": { "Name": "DefaultProfile", @@ -26308,7 +26374,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSNetworkRuleSet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSNetworkRuleSet, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSNetworkRuleSet, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "IpRules": "Microsoft.Azure.Commands.Management.Storage.Models.PSIpRule[]", "DefaultAction": "Microsoft.Azure.Commands.Management.Storage.Models.PSNetWorkRuleDefaultActionEnum", @@ -26608,6 +26674,30 @@ "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, + { + "ParameterMetadata": { + "Name": "RequireInfrastructureEncryption", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, { "ParameterMetadata": { "Name": "DefaultProfile", @@ -26666,7 +26756,7 @@ "Type": { "Namespace": "Microsoft.Azure.Management.Storage.Models", "Name": "Microsoft.Azure.Management.Storage.Models.StorageAccountKey", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Storage.Models.StorageAccountKey, Microsoft.Azure.Management.Storage, Version=14.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Storage.Models.StorageAccountKey, Microsoft.Azure.Management.Storage, Version=17.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Permissions": "System.Nullable`1[Microsoft.Azure.Management.Storage.Models.KeyPermission]", "Value": "System.String", @@ -26971,7 +27061,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicyRuleFilter", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicyRuleFilter, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicyRuleFilter, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "PrefixMatch": "System.String[]", "BlobTypes": "System.String[]" @@ -27192,7 +27282,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicyRule", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicyRule, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicyRule, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Definition": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicyDefinition", "Enabled": "System.Nullable`1[System.Boolean]", @@ -27318,7 +27408,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicyActionGroup", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicyActionGroup, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicyActionGroup, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "BaseBlob": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicyBaseBlob", "Snapshot": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicySnapShot" @@ -27386,7 +27476,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicyRuleFilter", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicyRuleFilter, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicyRuleFilter, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "PrefixMatch": "System.String[]", "BlobTypes": "System.String[]" @@ -27561,7 +27651,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicyActionGroup", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicyActionGroup, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicyActionGroup, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "BaseBlob": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicyBaseBlob", "Snapshot": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicySnapShot" @@ -27635,7 +27725,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicyRuleFilter", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicyRuleFilter, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicyRuleFilter, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "PrefixMatch": "System.String[]", "BlobTypes": "System.String[]" @@ -28120,7 +28210,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Context": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", "AzureFilesIdentityBasedAuth": "Microsoft.Azure.Commands.Management.Storage.Models.PSAzureFilesIdentityBasedAuthentication", @@ -28239,7 +28329,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicy, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicy, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Rules": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicyRule[]", "LastModifiedTime": "System.Nullable`1[System.DateTime]", @@ -28490,7 +28580,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Context": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", "AzureFilesIdentityBasedAuth": "Microsoft.Azure.Commands.Management.Storage.Models.PSAzureFilesIdentityBasedAuthentication", @@ -28757,7 +28847,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicy, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicy, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Rules": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicyRule[]", "LastModifiedTime": "System.Nullable`1[System.DateTime]", @@ -28982,7 +29072,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSVirtualNetworkRule", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSVirtualNetworkRule, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSVirtualNetworkRule, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -29024,7 +29114,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSIpRule", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSIpRule, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSIpRule, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -29109,7 +29199,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSIpRule[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSIpRule[], Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSIpRule[], Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Management.Storage.Models.PSIpRule", "GenericTypeArguments": [], @@ -29127,7 +29217,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSVirtualNetworkRule[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSVirtualNetworkRule[], Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSVirtualNetworkRule[], Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Management.Storage.Models.PSVirtualNetworkRule", "GenericTypeArguments": [], @@ -29360,7 +29450,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSIpRule[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSIpRule[], Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSIpRule[], Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Management.Storage.Models.PSIpRule", "GenericTypeArguments": [], @@ -29503,7 +29593,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSVirtualNetworkRule[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSVirtualNetworkRule[], Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSVirtualNetworkRule[], Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Management.Storage.Models.PSVirtualNetworkRule", "GenericTypeArguments": [], @@ -30002,7 +30092,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Context": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", "AzureFilesIdentityBasedAuth": "Microsoft.Azure.Commands.Management.Storage.Models.PSAzureFilesIdentityBasedAuthentication", @@ -30299,7 +30389,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Context": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", "AzureFilesIdentityBasedAuth": "Microsoft.Azure.Commands.Management.Storage.Models.PSAzureFilesIdentityBasedAuthentication", @@ -30990,7 +31080,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Context": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", "AzureFilesIdentityBasedAuth": "Microsoft.Azure.Commands.Management.Storage.Models.PSAzureFilesIdentityBasedAuthentication", @@ -31382,7 +31472,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSNetworkRuleSet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSNetworkRuleSet, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSNetworkRuleSet, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "IpRules": "Microsoft.Azure.Commands.Management.Storage.Models.PSIpRule[]", "DefaultAction": "Microsoft.Azure.Commands.Management.Storage.Models.PSNetWorkRuleDefaultActionEnum", @@ -32056,7 +32146,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSNetworkRuleSet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSNetworkRuleSet, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSNetworkRuleSet, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "IpRules": "Microsoft.Azure.Commands.Management.Storage.Models.PSIpRule[]", "DefaultAction": "Microsoft.Azure.Commands.Management.Storage.Models.PSNetWorkRuleDefaultActionEnum", @@ -32663,7 +32753,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSNetworkRuleSet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSNetworkRuleSet, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSNetworkRuleSet, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "IpRules": "Microsoft.Azure.Commands.Management.Storage.Models.PSIpRule[]", "DefaultAction": "Microsoft.Azure.Commands.Management.Storage.Models.PSNetWorkRuleDefaultActionEnum", @@ -33342,7 +33432,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSNetworkRuleSet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSNetworkRuleSet, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSNetworkRuleSet, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "IpRules": "Microsoft.Azure.Commands.Management.Storage.Models.PSIpRule[]", "DefaultAction": "Microsoft.Azure.Commands.Management.Storage.Models.PSNetWorkRuleDefaultActionEnum", @@ -34069,7 +34159,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSNetworkRuleSet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSNetworkRuleSet, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSNetworkRuleSet, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "IpRules": "Microsoft.Azure.Commands.Management.Storage.Models.PSIpRule[]", "DefaultAction": "Microsoft.Azure.Commands.Management.Storage.Models.PSNetWorkRuleDefaultActionEnum", @@ -34373,7 +34463,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicy, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicy, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Rules": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicyRule[]", "LastModifiedTime": "System.Nullable`1[System.DateTime]", @@ -34488,7 +34578,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Context": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", "AzureFilesIdentityBasedAuth": "Microsoft.Azure.Commands.Management.Storage.Models.PSAzureFilesIdentityBasedAuthentication", @@ -34605,7 +34695,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicyRule[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicyRule[], Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicyRule[], Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicyRule", "GenericTypeArguments": [], @@ -34625,7 +34715,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicy, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicy, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Rules": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicyRule[]", "LastModifiedTime": "System.Nullable`1[System.DateTime]", @@ -34790,7 +34880,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicyRule[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicyRule[], Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicyRule[], Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicyRule", "GenericTypeArguments": [], @@ -34910,7 +35000,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicy, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicy, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Rules": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicyRule[]", "LastModifiedTime": "System.Nullable`1[System.DateTime]", @@ -35036,7 +35126,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Context": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", "AzureFilesIdentityBasedAuth": "Microsoft.Azure.Commands.Management.Storage.Models.PSAzureFilesIdentityBasedAuthentication", @@ -35141,7 +35231,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicyRule[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicyRule[], Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicyRule[], Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicyRule", "GenericTypeArguments": [], @@ -35209,7 +35299,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Context": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", "AzureFilesIdentityBasedAuth": "Microsoft.Azure.Commands.Management.Storage.Models.PSAzureFilesIdentityBasedAuthentication", @@ -35316,7 +35406,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicy, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicy, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Rules": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicyRule[]", "LastModifiedTime": "System.Nullable`1[System.DateTime]", @@ -35466,7 +35556,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicyRule[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicyRule[], Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicyRule[], Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicyRule", "GenericTypeArguments": [], @@ -35560,7 +35650,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicy, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicy, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Rules": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicyRule[]", "LastModifiedTime": "System.Nullable`1[System.DateTime]", @@ -35737,7 +35827,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSNetworkRuleSet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSNetworkRuleSet, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSNetworkRuleSet, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "IpRules": "Microsoft.Azure.Commands.Management.Storage.Models.PSIpRule[]", "DefaultAction": "Microsoft.Azure.Commands.Management.Storage.Models.PSNetWorkRuleDefaultActionEnum", @@ -35952,7 +36042,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSNetWorkRuleBypassEnum", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSNetWorkRuleBypassEnum, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSNetWorkRuleBypassEnum, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -36055,7 +36145,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSNetWorkRuleDefaultActionEnum", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSNetWorkRuleDefaultActionEnum, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSNetWorkRuleDefaultActionEnum, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -36158,7 +36248,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSIpRule[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSIpRule[], Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSIpRule[], Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Management.Storage.Models.PSIpRule", "GenericTypeArguments": [], @@ -36176,7 +36266,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSVirtualNetworkRule[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSVirtualNetworkRule[], Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSVirtualNetworkRule[], Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Management.Storage.Models.PSVirtualNetworkRule", "GenericTypeArguments": [], @@ -36302,7 +36392,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSNetWorkRuleBypassEnum", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSNetWorkRuleBypassEnum, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSNetWorkRuleBypassEnum, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -36411,7 +36501,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSNetWorkRuleDefaultActionEnum", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSNetWorkRuleDefaultActionEnum, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSNetWorkRuleDefaultActionEnum, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -36520,7 +36610,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSIpRule[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSIpRule[], Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSIpRule[], Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Management.Storage.Models.PSIpRule", "GenericTypeArguments": [], @@ -36544,7 +36634,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSVirtualNetworkRule[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSVirtualNetworkRule[], Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSVirtualNetworkRule[], Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Management.Storage.Models.PSVirtualNetworkRule", "GenericTypeArguments": [], @@ -36643,7 +36733,7 @@ "Type": { "Namespace": "Microsoft.Azure.Management.Storage.Models", "Name": "Microsoft.Azure.Management.Storage.Models.CheckNameAvailabilityResult", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Storage.Models.CheckNameAvailabilityResult, Microsoft.Azure.Management.Storage, Version=14.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Storage.Models.CheckNameAvailabilityResult, Microsoft.Azure.Management.Storage, Version=17.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Reason": "System.Nullable`1[Microsoft.Azure.Management.Storage.Models.Reason]", "NameAvailable": "System.Nullable`1[System.Boolean]", @@ -36854,7 +36944,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSUsage", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSUsage, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSUsage, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Unit": "System.Nullable`1[Microsoft.Azure.Management.Storage.Models.UsageUnit]", "CurrentValue": "System.Nullable`1[System.Int32]", @@ -37226,7 +37316,7 @@ "Microsoft.Azure.Commands.Management.Storage.Models.PSAzureFilesIdentityBasedAuthentication": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSAzureFilesIdentityBasedAuthentication", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSAzureFilesIdentityBasedAuthentication, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSAzureFilesIdentityBasedAuthentication, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ActiveDirectoryProperties": "Microsoft.Azure.Commands.Management.Storage.Models.PSActiveDirectoryProperties", "DirectoryServiceOptions": "System.String" @@ -37276,7 +37366,7 @@ "Microsoft.Azure.Commands.Management.Storage.Models.PSActiveDirectoryProperties": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSActiveDirectoryProperties", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSActiveDirectoryProperties, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSActiveDirectoryProperties, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DomainName": "System.String", "NetBiosDomainName": "System.String", @@ -37330,7 +37420,7 @@ "Microsoft.Azure.Commands.Management.Storage.Models.PSCustomDomain": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSCustomDomain", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSCustomDomain, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSCustomDomain, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "UseSubDomain": "System.Nullable`1[System.Boolean]", "Name": "System.String" @@ -37385,7 +37475,7 @@ "Microsoft.Azure.Management.Storage.Models.CustomDomain": { "Namespace": "Microsoft.Azure.Management.Storage.Models", "Name": "Microsoft.Azure.Management.Storage.Models.CustomDomain", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Storage.Models.CustomDomain, Microsoft.Azure.Management.Storage, Version=14.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Storage.Models.CustomDomain, Microsoft.Azure.Management.Storage, Version=17.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "UseSubDomainName": "System.Nullable`1[System.Boolean]", "Name": "System.String" @@ -37459,7 +37549,7 @@ "Microsoft.Azure.Commands.Management.Storage.Models.PSGeoReplicationStats": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSGeoReplicationStats", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSGeoReplicationStats, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSGeoReplicationStats, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "CanFailover": "System.Nullable`1[System.Boolean]", "LastSyncTime": "System.Nullable`1[System.DateTime]", @@ -37537,7 +37627,7 @@ "Microsoft.Azure.Commands.Management.Storage.Models.PSNetworkRuleSet": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSNetworkRuleSet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSNetworkRuleSet, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSNetworkRuleSet, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "IpRules": "Microsoft.Azure.Commands.Management.Storage.Models.PSIpRule[]", "DefaultAction": "Microsoft.Azure.Commands.Management.Storage.Models.PSNetWorkRuleDefaultActionEnum", @@ -37704,7 +37794,7 @@ "Microsoft.Azure.Commands.Management.Storage.Models.PSIpRule[]": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSIpRule[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSIpRule[], Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSIpRule[], Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Management.Storage.Models.PSIpRule", "GenericTypeArguments": [], @@ -37714,7 +37804,7 @@ "Microsoft.Azure.Commands.Management.Storage.Models.PSIpRule": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSIpRule", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSIpRule, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSIpRule, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -37750,7 +37840,7 @@ "Microsoft.Azure.Commands.Management.Storage.Models.PSNetWorkRuleDefaultActionEnum": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSNetWorkRuleDefaultActionEnum", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSNetWorkRuleDefaultActionEnum, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSNetWorkRuleDefaultActionEnum, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -37855,7 +37945,7 @@ "Microsoft.Azure.Commands.Management.Storage.Models.PSVirtualNetworkRule[]": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSVirtualNetworkRule[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSVirtualNetworkRule[], Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSVirtualNetworkRule[], Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Management.Storage.Models.PSVirtualNetworkRule", "GenericTypeArguments": [], @@ -37865,7 +37955,7 @@ "Microsoft.Azure.Commands.Management.Storage.Models.PSVirtualNetworkRule": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSVirtualNetworkRule", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSVirtualNetworkRule, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSVirtualNetworkRule, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -37901,7 +37991,7 @@ "System.Nullable`1[Microsoft.Azure.Commands.Management.Storage.Models.PSNetWorkRuleBypassEnum]": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Commands.Management.Storage.Models.PSNetWorkRuleBypassEnum]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.Management.Storage.Models.PSNetWorkRuleBypassEnum, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.Management.Storage.Models.PSNetWorkRuleBypassEnum, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -37913,7 +38003,7 @@ "Microsoft.Azure.Commands.Management.Storage.Models.PSNetWorkRuleBypassEnum": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSNetWorkRuleBypassEnum", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSNetWorkRuleBypassEnum, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSNetWorkRuleBypassEnum, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -38008,7 +38098,7 @@ "System.Nullable`1[Microsoft.Azure.Commands.Management.Storage.Models.PSNetworkRuleActionEnum]": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Commands.Management.Storage.Models.PSNetworkRuleActionEnum]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.Management.Storage.Models.PSNetworkRuleActionEnum, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.Management.Storage.Models.PSNetworkRuleActionEnum, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -38020,7 +38110,7 @@ "Microsoft.Azure.Commands.Management.Storage.Models.PSNetworkRuleActionEnum": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSNetworkRuleActionEnum", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSNetworkRuleActionEnum, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSNetworkRuleActionEnum, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -38115,7 +38205,7 @@ "System.Nullable`1[Microsoft.Azure.Management.Storage.Models.Action]": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Management.Storage.Models.Action]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Storage.Models.Action, Microsoft.Azure.Management.Storage, Version=14.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Storage.Models.Action, Microsoft.Azure.Management.Storage, Version=17.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -38127,7 +38217,7 @@ "Microsoft.Azure.Management.Storage.Models.Action": { "Namespace": "Microsoft.Azure.Management.Storage.Models", "Name": "Microsoft.Azure.Management.Storage.Models.Action", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Storage.Models.Action, Microsoft.Azure.Management.Storage, Version=14.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Storage.Models.Action, Microsoft.Azure.Management.Storage, Version=17.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -38222,7 +38312,7 @@ "Microsoft.Azure.Management.Storage.Models.DefaultAction": { "Namespace": "Microsoft.Azure.Management.Storage.Models", "Name": "Microsoft.Azure.Management.Storage.Models.DefaultAction", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Storage.Models.DefaultAction, Microsoft.Azure.Management.Storage, Version=14.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Storage.Models.DefaultAction, Microsoft.Azure.Management.Storage, Version=17.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -38317,7 +38407,7 @@ "Microsoft.Azure.Management.Storage.Models.IPRule": { "Namespace": "Microsoft.Azure.Management.Storage.Models", "Name": "Microsoft.Azure.Management.Storage.Models.IPRule", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Storage.Models.IPRule, Microsoft.Azure.Management.Storage, Version=14.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Storage.Models.IPRule, Microsoft.Azure.Management.Storage, Version=17.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Action": "System.Nullable`1[Microsoft.Azure.Management.Storage.Models.Action]", "IPAddressOrRange": "System.String" @@ -38381,7 +38471,7 @@ "Microsoft.Azure.Management.Storage.Models.VirtualNetworkRule": { "Namespace": "Microsoft.Azure.Management.Storage.Models", "Name": "Microsoft.Azure.Management.Storage.Models.VirtualNetworkRule", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Storage.Models.VirtualNetworkRule, Microsoft.Azure.Management.Storage, Version=14.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Storage.Models.VirtualNetworkRule, Microsoft.Azure.Management.Storage, Version=17.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Action": "System.Nullable`1[Microsoft.Azure.Management.Storage.Models.Action]", "State": "System.Nullable`1[Microsoft.Azure.Management.Storage.Models.State]", @@ -38450,7 +38540,7 @@ "System.Nullable`1[Microsoft.Azure.Management.Storage.Models.State]": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Management.Storage.Models.State]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Storage.Models.State, Microsoft.Azure.Management.Storage, Version=14.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Storage.Models.State, Microsoft.Azure.Management.Storage, Version=17.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -38462,7 +38552,7 @@ "Microsoft.Azure.Management.Storage.Models.State": { "Namespace": "Microsoft.Azure.Management.Storage.Models", "Name": "Microsoft.Azure.Management.Storage.Models.State", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Storage.Models.State, Microsoft.Azure.Management.Storage, Version=14.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Storage.Models.State, Microsoft.Azure.Management.Storage, Version=17.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -38557,7 +38647,7 @@ "Microsoft.Azure.Management.Storage.Models.NetworkRuleSet": { "Namespace": "Microsoft.Azure.Management.Storage.Models", "Name": "Microsoft.Azure.Management.Storage.Models.NetworkRuleSet", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Storage.Models.NetworkRuleSet, Microsoft.Azure.Management.Storage, Version=14.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Storage.Models.NetworkRuleSet, Microsoft.Azure.Management.Storage, Version=17.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DefaultAction": "Microsoft.Azure.Management.Storage.Models.DefaultAction", "IpRules": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Storage.Models.IPRule]", @@ -38631,7 +38721,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Storage.Models.IPRule]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Storage.Models.IPRule]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Storage.Models.IPRule, Microsoft.Azure.Management.Storage, Version=14.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Storage.Models.IPRule, Microsoft.Azure.Management.Storage, Version=17.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -38643,7 +38733,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Storage.Models.VirtualNetworkRule]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Storage.Models.VirtualNetworkRule]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Storage.Models.VirtualNetworkRule, Microsoft.Azure.Management.Storage, Version=14.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Storage.Models.VirtualNetworkRule, Microsoft.Azure.Management.Storage, Version=17.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -38655,7 +38745,7 @@ "Microsoft.Azure.Commands.Management.Storage.Models.PSSku": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSSku", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSSku, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSSku, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Restrictions": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Storage.Models.Restriction]", "Capabilities": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Storage.Models.SKUCapability]", @@ -38715,7 +38805,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Storage.Models.Restriction]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Storage.Models.Restriction]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Storage.Models.Restriction, Microsoft.Azure.Management.Storage, Version=14.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Storage.Models.Restriction, Microsoft.Azure.Management.Storage, Version=17.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -38727,7 +38817,7 @@ "Microsoft.Azure.Management.Storage.Models.Restriction": { "Namespace": "Microsoft.Azure.Management.Storage.Models", "Name": "Microsoft.Azure.Management.Storage.Models.Restriction", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Storage.Models.Restriction, Microsoft.Azure.Management.Storage, Version=14.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Storage.Models.Restriction, Microsoft.Azure.Management.Storage, Version=17.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Values": "System.Collections.Generic.IList`1[System.String]", "Type": "System.String", @@ -38803,7 +38893,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Storage.Models.SKUCapability]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Storage.Models.SKUCapability]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Storage.Models.SKUCapability, Microsoft.Azure.Management.Storage, Version=14.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Storage.Models.SKUCapability, Microsoft.Azure.Management.Storage, Version=17.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -38815,7 +38905,7 @@ "Microsoft.Azure.Management.Storage.Models.SKUCapability": { "Namespace": "Microsoft.Azure.Management.Storage.Models", "Name": "Microsoft.Azure.Management.Storage.Models.SKUCapability", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Storage.Models.SKUCapability, Microsoft.Azure.Management.Storage, Version=14.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Storage.Models.SKUCapability, Microsoft.Azure.Management.Storage, Version=17.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Name": "System.String", "Value": "System.String" @@ -38874,7 +38964,7 @@ "System.Nullable`1[Microsoft.Azure.Management.Storage.Models.SkuTier]": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Management.Storage.Models.SkuTier]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Storage.Models.SkuTier, Microsoft.Azure.Management.Storage, Version=14.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Storage.Models.SkuTier, Microsoft.Azure.Management.Storage, Version=17.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -38886,7 +38976,7 @@ "Microsoft.Azure.Management.Storage.Models.SkuTier": { "Namespace": "Microsoft.Azure.Management.Storage.Models", "Name": "Microsoft.Azure.Management.Storage.Models.SkuTier", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Storage.Models.SkuTier, Microsoft.Azure.Management.Storage, Version=14.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Storage.Models.SkuTier, Microsoft.Azure.Management.Storage, Version=17.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -38981,7 +39071,7 @@ "Microsoft.Azure.Management.Storage.Models.Sku": { "Namespace": "Microsoft.Azure.Management.Storage.Models", "Name": "Microsoft.Azure.Management.Storage.Models.Sku", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Storage.Models.Sku, Microsoft.Azure.Management.Storage, Version=14.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Storage.Models.Sku, Microsoft.Azure.Management.Storage, Version=17.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tier": "System.Nullable`1[Microsoft.Azure.Management.Storage.Models.SkuTier]", "Name": "System.String" @@ -39045,10 +39135,11 @@ "Microsoft.Azure.Management.Storage.Models.Encryption": { "Namespace": "Microsoft.Azure.Management.Storage.Models", "Name": "Microsoft.Azure.Management.Storage.Models.Encryption", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Storage.Models.Encryption, Microsoft.Azure.Management.Storage, Version=14.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Storage.Models.Encryption, Microsoft.Azure.Management.Storage, Version=17.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Services": "Microsoft.Azure.Management.Storage.Models.EncryptionServices", "KeyVaultProperties": "Microsoft.Azure.Management.Storage.Models.KeyVaultProperties", + "RequireInfrastructureEncryption": "System.Nullable`1[System.Boolean]", "KeySource": "System.String" }, "ElementType": null, @@ -39103,6 +39194,10 @@ "Name": "services", "Type": "System.Reflection.RuntimeParameterInfo" }, + { + "Name": "requireInfrastructureEncryption", + "Type": "System.Reflection.RuntimeParameterInfo" + }, { "Name": "keyVaultProperties", "Type": "System.Reflection.RuntimeParameterInfo" @@ -39114,7 +39209,7 @@ "Microsoft.Azure.Management.Storage.Models.EncryptionServices": { "Namespace": "Microsoft.Azure.Management.Storage.Models", "Name": "Microsoft.Azure.Management.Storage.Models.EncryptionServices", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Storage.Models.EncryptionServices, Microsoft.Azure.Management.Storage, Version=14.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Storage.Models.EncryptionServices, Microsoft.Azure.Management.Storage, Version=17.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Blob": "Microsoft.Azure.Management.Storage.Models.EncryptionService", "File": "Microsoft.Azure.Management.Storage.Models.EncryptionService", @@ -39183,7 +39278,7 @@ "Microsoft.Azure.Management.Storage.Models.EncryptionService": { "Namespace": "Microsoft.Azure.Management.Storage.Models", "Name": "Microsoft.Azure.Management.Storage.Models.EncryptionService", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Storage.Models.EncryptionService, Microsoft.Azure.Management.Storage, Version=14.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Storage.Models.EncryptionService, Microsoft.Azure.Management.Storage, Version=17.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Enabled": "System.Nullable`1[System.Boolean]", "LastEnabledTime": "System.Nullable`1[System.DateTime]", @@ -39247,11 +39342,13 @@ "Microsoft.Azure.Management.Storage.Models.KeyVaultProperties": { "Namespace": "Microsoft.Azure.Management.Storage.Models", "Name": "Microsoft.Azure.Management.Storage.Models.KeyVaultProperties", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Storage.Models.KeyVaultProperties, Microsoft.Azure.Management.Storage, Version=14.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Storage.Models.KeyVaultProperties, Microsoft.Azure.Management.Storage, Version=17.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { + "LastKeyRotationTimestamp": "System.Nullable`1[System.DateTime]", "KeyName": "System.String", "KeyVersion": "System.String", - "KeyVaultUri": "System.String" + "KeyVaultUri": "System.String", + "CurrentVersionedKeyIdentifier": "System.String" }, "ElementType": null, "GenericTypeArguments": [], @@ -39303,6 +39400,14 @@ { "Name": "keyVaultUri", "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "currentVersionedKeyIdentifier", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "lastKeyRotationTimestamp", + "Type": "System.Reflection.RuntimeParameterInfo" } ] } @@ -39311,7 +39416,7 @@ "Microsoft.Azure.Management.Storage.Models.Endpoints": { "Namespace": "Microsoft.Azure.Management.Storage.Models", "Name": "Microsoft.Azure.Management.Storage.Models.Endpoints", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Storage.Models.Endpoints, Microsoft.Azure.Management.Storage, Version=14.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Storage.Models.Endpoints, Microsoft.Azure.Management.Storage, Version=17.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "InternetEndpoints": "Microsoft.Azure.Management.Storage.Models.StorageAccountInternetEndpoints", "MicrosoftEndpoints": "Microsoft.Azure.Management.Storage.Models.StorageAccountMicrosoftEndpoints", @@ -39400,7 +39505,7 @@ "Microsoft.Azure.Management.Storage.Models.StorageAccountInternetEndpoints": { "Namespace": "Microsoft.Azure.Management.Storage.Models", "Name": "Microsoft.Azure.Management.Storage.Models.StorageAccountInternetEndpoints", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Storage.Models.StorageAccountInternetEndpoints, Microsoft.Azure.Management.Storage, Version=14.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Storage.Models.StorageAccountInternetEndpoints, Microsoft.Azure.Management.Storage, Version=17.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Blob": "System.String", "File": "System.String", @@ -39469,7 +39574,7 @@ "Microsoft.Azure.Management.Storage.Models.StorageAccountMicrosoftEndpoints": { "Namespace": "Microsoft.Azure.Management.Storage.Models", "Name": "Microsoft.Azure.Management.Storage.Models.StorageAccountMicrosoftEndpoints", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Storage.Models.StorageAccountMicrosoftEndpoints, Microsoft.Azure.Management.Storage, Version=14.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Storage.Models.StorageAccountMicrosoftEndpoints, Microsoft.Azure.Management.Storage, Version=17.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Blob": "System.String", "Queue": "System.String", @@ -39548,7 +39653,7 @@ "Microsoft.Azure.Management.Storage.Models.Identity": { "Namespace": "Microsoft.Azure.Management.Storage.Models", "Name": "Microsoft.Azure.Management.Storage.Models.Identity", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Storage.Models.Identity, Microsoft.Azure.Management.Storage, Version=14.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Storage.Models.Identity, Microsoft.Azure.Management.Storage, Version=17.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PrincipalId": "System.String", "TenantId": "System.String", @@ -39621,7 +39726,7 @@ "System.Nullable`1[Microsoft.Azure.Management.Storage.Models.AccessTier]": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Management.Storage.Models.AccessTier]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Storage.Models.AccessTier, Microsoft.Azure.Management.Storage, Version=14.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Storage.Models.AccessTier, Microsoft.Azure.Management.Storage, Version=17.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -39633,7 +39738,7 @@ "Microsoft.Azure.Management.Storage.Models.AccessTier": { "Namespace": "Microsoft.Azure.Management.Storage.Models", "Name": "Microsoft.Azure.Management.Storage.Models.AccessTier", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Storage.Models.AccessTier, Microsoft.Azure.Management.Storage, Version=14.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Storage.Models.AccessTier, Microsoft.Azure.Management.Storage, Version=17.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -39728,7 +39833,7 @@ "System.Nullable`1[Microsoft.Azure.Management.Storage.Models.AccountStatus]": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Management.Storage.Models.AccountStatus]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Storage.Models.AccountStatus, Microsoft.Azure.Management.Storage, Version=14.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Storage.Models.AccountStatus, Microsoft.Azure.Management.Storage, Version=17.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -39740,7 +39845,7 @@ "Microsoft.Azure.Management.Storage.Models.AccountStatus": { "Namespace": "Microsoft.Azure.Management.Storage.Models", "Name": "Microsoft.Azure.Management.Storage.Models.AccountStatus", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Storage.Models.AccountStatus, Microsoft.Azure.Management.Storage, Version=14.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Storage.Models.AccountStatus, Microsoft.Azure.Management.Storage, Version=17.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -39835,7 +39940,7 @@ "System.Nullable`1[Microsoft.Azure.Management.Storage.Models.ProvisioningState]": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Management.Storage.Models.ProvisioningState]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Storage.Models.ProvisioningState, Microsoft.Azure.Management.Storage, Version=14.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Storage.Models.ProvisioningState, Microsoft.Azure.Management.Storage, Version=17.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -39847,7 +39952,7 @@ "Microsoft.Azure.Management.Storage.Models.ProvisioningState": { "Namespace": "Microsoft.Azure.Management.Storage.Models", "Name": "Microsoft.Azure.Management.Storage.Models.ProvisioningState", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Storage.Models.ProvisioningState, Microsoft.Azure.Management.Storage, Version=14.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Storage.Models.ProvisioningState, Microsoft.Azure.Management.Storage, Version=17.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -39942,7 +40047,7 @@ "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Context": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", "AzureFilesIdentityBasedAuth": "Microsoft.Azure.Commands.Management.Storage.Models.PSAzureFilesIdentityBasedAuthentication", @@ -40033,7 +40138,7 @@ "Microsoft.Azure.Commands.Management.Storage.Models.PSImmutabilityPolicyProperties": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSImmutabilityPolicyProperties", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSImmutabilityPolicyProperties, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSImmutabilityPolicyProperties, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "UpdateHistory": "Microsoft.Azure.Commands.Management.Storage.Models.PSUpdateHistoryProperty[]", "AllowProtectedAppendWrites": "System.Nullable`1[System.Boolean]", @@ -40086,7 +40191,7 @@ "Microsoft.Azure.Commands.Management.Storage.Models.PSUpdateHistoryProperty[]": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSUpdateHistoryProperty[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSUpdateHistoryProperty[], Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSUpdateHistoryProperty[], Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Management.Storage.Models.PSUpdateHistoryProperty", "GenericTypeArguments": [], @@ -40096,7 +40201,7 @@ "Microsoft.Azure.Commands.Management.Storage.Models.PSUpdateHistoryProperty": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSUpdateHistoryProperty", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSUpdateHistoryProperty, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSUpdateHistoryProperty, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Timestamp": "System.Nullable`1[System.DateTime]", "ImmutabilityPeriodSinceCreationInDays": "System.Nullable`1[System.Int32]", @@ -40162,7 +40267,7 @@ "Microsoft.Azure.Commands.Management.Storage.Models.PSLegalHoldProperties": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSLegalHoldProperties", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSLegalHoldProperties, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSLegalHoldProperties, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "Microsoft.Azure.Commands.Management.Storage.Models.PSTagProperty[]", "HasLegalHold": "System.Nullable`1[System.Boolean]" @@ -40212,7 +40317,7 @@ "Microsoft.Azure.Commands.Management.Storage.Models.PSTagProperty[]": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSTagProperty[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSTagProperty[], Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSTagProperty[], Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Management.Storage.Models.PSTagProperty", "GenericTypeArguments": [], @@ -40222,7 +40327,7 @@ "Microsoft.Azure.Commands.Management.Storage.Models.PSTagProperty": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSTagProperty", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSTagProperty, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSTagProperty, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Timestamp": "System.Nullable`1[System.DateTime]", "Tag": "System.String", @@ -40275,7 +40380,7 @@ "System.Nullable`1[Microsoft.Azure.Commands.Management.Storage.Models.PSPublicAccess]": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Commands.Management.Storage.Models.PSPublicAccess]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.Management.Storage.Models.PSPublicAccess, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.Management.Storage.Models.PSPublicAccess, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -40287,7 +40392,7 @@ "Microsoft.Azure.Commands.Management.Storage.Models.PSPublicAccess": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSPublicAccess", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSPublicAccess, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSPublicAccess, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -40537,7 +40642,7 @@ "Microsoft.Azure.Management.Storage.Models.DeleteRetentionPolicy": { "Namespace": "Microsoft.Azure.Management.Storage.Models", "Name": "Microsoft.Azure.Management.Storage.Models.DeleteRetentionPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Storage.Models.DeleteRetentionPolicy, Microsoft.Azure.Management.Storage, Version=14.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Storage.Models.DeleteRetentionPolicy, Microsoft.Azure.Management.Storage, Version=17.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Enabled": "System.Nullable`1[System.Boolean]", "Days": "System.Nullable`1[System.Int32]" @@ -40601,7 +40706,7 @@ "Microsoft.Azure.Commands.Management.Storage.Models.PSCorsRules": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSCorsRules", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSCorsRules, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSCorsRules, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "CorsRulesProperty": "Microsoft.Azure.Commands.Management.Storage.Models.PSCorsRule[]" }, @@ -40660,7 +40765,7 @@ "Microsoft.Azure.Commands.Management.Storage.Models.PSCorsRule[]": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSCorsRule[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSCorsRule[], Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSCorsRule[], Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Management.Storage.Models.PSCorsRule", "GenericTypeArguments": [], @@ -40670,7 +40775,7 @@ "Microsoft.Azure.Commands.Management.Storage.Models.PSCorsRule": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSCorsRule", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSCorsRule, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSCorsRule, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "MaxAgeInSeconds": "System.Int32", "AllowedOrigins": "System.String[]", @@ -40733,7 +40838,7 @@ "Microsoft.Azure.Management.Storage.Models.CorsRule": { "Namespace": "Microsoft.Azure.Management.Storage.Models", "Name": "Microsoft.Azure.Management.Storage.Models.CorsRule", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Storage.Models.CorsRule, Microsoft.Azure.Management.Storage, Version=14.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Storage.Models.CorsRule, Microsoft.Azure.Management.Storage, Version=17.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AllowedOrigins": "System.Collections.Generic.IList`1[System.String]", "AllowedMethods": "System.Collections.Generic.IList`1[System.String]", @@ -40812,7 +40917,7 @@ "Microsoft.Azure.Management.Storage.Models.CorsRules": { "Namespace": "Microsoft.Azure.Management.Storage.Models", "Name": "Microsoft.Azure.Management.Storage.Models.CorsRules", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Storage.Models.CorsRules, Microsoft.Azure.Management.Storage, Version=14.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Storage.Models.CorsRules, Microsoft.Azure.Management.Storage, Version=17.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CorsRulesProperty": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Storage.Models.CorsRule]" }, @@ -40866,7 +40971,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Storage.Models.CorsRule]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Storage.Models.CorsRule]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Storage.Models.CorsRule, Microsoft.Azure.Management.Storage, Version=14.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Storage.Models.CorsRule, Microsoft.Azure.Management.Storage, Version=17.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -40878,7 +40983,7 @@ "Microsoft.Azure.Commands.Management.Storage.Models.PSDeleteRetentionPolicy": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSDeleteRetentionPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSDeleteRetentionPolicy, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSDeleteRetentionPolicy, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Enabled": "System.Nullable`1[System.Boolean]", "Days": "System.Nullable`1[System.Int32]" @@ -40938,11 +41043,12 @@ "Microsoft.Azure.Management.Storage.Models.BlobServiceProperties": { "Namespace": "Microsoft.Azure.Management.Storage.Models", "Name": "Microsoft.Azure.Management.Storage.Models.BlobServiceProperties", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Storage.Models.BlobServiceProperties, Microsoft.Azure.Management.Storage, Version=14.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Storage.Models.BlobServiceProperties, Microsoft.Azure.Management.Storage, Version=17.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ChangeFeed": "Microsoft.Azure.Management.Storage.Models.ChangeFeed", "Cors": "Microsoft.Azure.Management.Storage.Models.CorsRules", "DeleteRetentionPolicy": "Microsoft.Azure.Management.Storage.Models.DeleteRetentionPolicy", + "ContainerDeleteRetentionPolicy": "Microsoft.Azure.Management.Storage.Models.DeleteRetentionPolicy", "RestorePolicy": "Microsoft.Azure.Management.Storage.Models.RestorePolicyProperties", "Sku": "Microsoft.Azure.Management.Storage.Models.Sku", "IsVersioningEnabled": "System.Nullable`1[System.Boolean]", @@ -41036,6 +41142,10 @@ "Name": "restorePolicy", "Type": "System.Reflection.RuntimeParameterInfo" }, + { + "Name": "containerDeleteRetentionPolicy", + "Type": "System.Reflection.RuntimeParameterInfo" + }, { "Name": "sku", "Type": "System.Reflection.RuntimeParameterInfo" @@ -41047,7 +41157,7 @@ "Microsoft.Azure.Management.Storage.Models.ChangeFeed": { "Namespace": "Microsoft.Azure.Management.Storage.Models", "Name": "Microsoft.Azure.Management.Storage.Models.ChangeFeed", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Storage.Models.ChangeFeed, Microsoft.Azure.Management.Storage, Version=14.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Storage.Models.ChangeFeed, Microsoft.Azure.Management.Storage, Version=17.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Enabled": "System.Nullable`1[System.Boolean]" }, @@ -41101,9 +41211,10 @@ "Microsoft.Azure.Management.Storage.Models.RestorePolicyProperties": { "Namespace": "Microsoft.Azure.Management.Storage.Models", "Name": "Microsoft.Azure.Management.Storage.Models.RestorePolicyProperties", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Storage.Models.RestorePolicyProperties, Microsoft.Azure.Management.Storage, Version=14.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Storage.Models.RestorePolicyProperties, Microsoft.Azure.Management.Storage, Version=17.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Enabled": "System.Boolean", + "LastEnabledTime": "System.Nullable`1[System.DateTime]", "Days": "System.Nullable`1[System.Int32]" }, "ElementType": null, @@ -41157,6 +41268,10 @@ { "Name": "days", "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "lastEnabledTime", + "Type": "System.Reflection.RuntimeParameterInfo" } ] } @@ -41165,7 +41280,7 @@ "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicyBaseBlob": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicyBaseBlob", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicyBaseBlob, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicyBaseBlob, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "TierToCool": "Microsoft.Azure.Commands.Management.Storage.Models.PSDateAfterModification", "TierToArchive": "Microsoft.Azure.Commands.Management.Storage.Models.PSDateAfterModification", @@ -41226,7 +41341,7 @@ "Microsoft.Azure.Commands.Management.Storage.Models.PSDateAfterModification": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSDateAfterModification", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSDateAfterModification, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSDateAfterModification, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DaysAfterModificationGreaterThan": "System.Int32" }, @@ -41290,7 +41405,7 @@ "Microsoft.Azure.Management.Storage.Models.DateAfterModification": { "Namespace": "Microsoft.Azure.Management.Storage.Models", "Name": "Microsoft.Azure.Management.Storage.Models.DateAfterModification", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Storage.Models.DateAfterModification, Microsoft.Azure.Management.Storage, Version=14.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Storage.Models.DateAfterModification, Microsoft.Azure.Management.Storage, Version=17.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DaysAfterModificationGreaterThan": "System.Double" }, @@ -41349,7 +41464,7 @@ "Microsoft.Azure.Management.Storage.Models.ManagementPolicyBaseBlob": { "Namespace": "Microsoft.Azure.Management.Storage.Models", "Name": "Microsoft.Azure.Management.Storage.Models.ManagementPolicyBaseBlob", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Storage.Models.ManagementPolicyBaseBlob, Microsoft.Azure.Management.Storage, Version=14.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Storage.Models.ManagementPolicyBaseBlob, Microsoft.Azure.Management.Storage, Version=17.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "TierToCool": "Microsoft.Azure.Management.Storage.Models.DateAfterModification", "TierToArchive": "Microsoft.Azure.Management.Storage.Models.DateAfterModification", @@ -41418,7 +41533,7 @@ "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicySnapShot": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicySnapShot", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicySnapShot, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicySnapShot, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Delete": "Microsoft.Azure.Commands.Management.Storage.Models.PSDateAfterCreation" }, @@ -41477,7 +41592,7 @@ "Microsoft.Azure.Commands.Management.Storage.Models.PSDateAfterCreation": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSDateAfterCreation", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSDateAfterCreation, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSDateAfterCreation, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DaysAfterCreationGreaterThan": "System.Int32" }, @@ -41541,7 +41656,7 @@ "Microsoft.Azure.Management.Storage.Models.DateAfterCreation": { "Namespace": "Microsoft.Azure.Management.Storage.Models", "Name": "Microsoft.Azure.Management.Storage.Models.DateAfterCreation", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Storage.Models.DateAfterCreation, Microsoft.Azure.Management.Storage, Version=14.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Storage.Models.DateAfterCreation, Microsoft.Azure.Management.Storage, Version=17.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DaysAfterCreationGreaterThan": "System.Double" }, @@ -41600,7 +41715,7 @@ "Microsoft.Azure.Management.Storage.Models.ManagementPolicySnapShot": { "Namespace": "Microsoft.Azure.Management.Storage.Models", "Name": "Microsoft.Azure.Management.Storage.Models.ManagementPolicySnapShot", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Storage.Models.ManagementPolicySnapShot, Microsoft.Azure.Management.Storage, Version=14.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Storage.Models.ManagementPolicySnapShot, Microsoft.Azure.Management.Storage, Version=17.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Delete": "Microsoft.Azure.Management.Storage.Models.DateAfterCreation" }, @@ -41659,7 +41774,7 @@ "Microsoft.Azure.Management.Storage.Models.ManagementPolicyAction": { "Namespace": "Microsoft.Azure.Management.Storage.Models", "Name": "Microsoft.Azure.Management.Storage.Models.ManagementPolicyAction", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Storage.Models.ManagementPolicyAction, Microsoft.Azure.Management.Storage, Version=14.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Storage.Models.ManagementPolicyAction, Microsoft.Azure.Management.Storage, Version=17.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BaseBlob": "Microsoft.Azure.Management.Storage.Models.ManagementPolicyBaseBlob", "Snapshot": "Microsoft.Azure.Management.Storage.Models.ManagementPolicySnapShot" @@ -41723,7 +41838,7 @@ "System.Nullable`1[Microsoft.Azure.Management.Storage.Models.KeyPermission]": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Management.Storage.Models.KeyPermission]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Storage.Models.KeyPermission, Microsoft.Azure.Management.Storage, Version=14.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Storage.Models.KeyPermission, Microsoft.Azure.Management.Storage, Version=17.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -41735,7 +41850,7 @@ "Microsoft.Azure.Management.Storage.Models.KeyPermission": { "Namespace": "Microsoft.Azure.Management.Storage.Models", "Name": "Microsoft.Azure.Management.Storage.Models.KeyPermission", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Storage.Models.KeyPermission, Microsoft.Azure.Management.Storage, Version=14.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Storage.Models.KeyPermission, Microsoft.Azure.Management.Storage, Version=17.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -41830,7 +41945,7 @@ "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicyRule[]": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicyRule[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicyRule[], Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicyRule[], Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicyRule", "GenericTypeArguments": [], @@ -41840,7 +41955,7 @@ "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicyRule": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicyRule", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicyRule, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicyRule, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Definition": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicyDefinition", "Enabled": "System.Nullable`1[System.Boolean]", @@ -41921,7 +42036,7 @@ "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicyDefinition": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicyDefinition", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicyDefinition, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicyDefinition, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Actions": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicyActionGroup", "Filters": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicyRuleFilter" @@ -41991,7 +42106,7 @@ "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicyActionGroup": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicyActionGroup", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicyActionGroup, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicyActionGroup, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "BaseBlob": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicyBaseBlob", "Snapshot": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicySnapShot" @@ -42051,7 +42166,7 @@ "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicyRuleFilter": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicyRuleFilter", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicyRuleFilter, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicyRuleFilter, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "PrefixMatch": "System.String[]", "BlobTypes": "System.String[]" @@ -42131,10 +42246,11 @@ "Microsoft.Azure.Management.Storage.Models.ManagementPolicyFilter": { "Namespace": "Microsoft.Azure.Management.Storage.Models", "Name": "Microsoft.Azure.Management.Storage.Models.ManagementPolicyFilter", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Storage.Models.ManagementPolicyFilter, Microsoft.Azure.Management.Storage, Version=14.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Storage.Models.ManagementPolicyFilter, Microsoft.Azure.Management.Storage, Version=17.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { - "PrefixMatch": "System.Collections.Generic.IList`1[System.String]", - "BlobTypes": "System.Collections.Generic.IList`1[System.String]" + "BlobIndexMatch": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Storage.Models.TagFilter]", + "BlobTypes": "System.Collections.Generic.IList`1[System.String]", + "PrefixMatch": "System.Collections.Generic.IList`1[System.String]" }, "ElementType": null, "GenericTypeArguments": [], @@ -42187,6 +42303,91 @@ { "Name": "prefixMatch", "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "blobIndexMatch", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ] + } + ] + }, + "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Storage.Models.TagFilter]": { + "Namespace": "System.Collections.Generic", + "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Storage.Models.TagFilter]", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Storage.Models.TagFilter, Microsoft.Azure.Management.Storage, Version=17.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "Microsoft.Azure.Management.Storage.Models.TagFilter" + ], + "Methods": [], + "Constructors": [] + }, + "Microsoft.Azure.Management.Storage.Models.TagFilter": { + "Namespace": "Microsoft.Azure.Management.Storage.Models", + "Name": "Microsoft.Azure.Management.Storage.Models.TagFilter", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Storage.Models.TagFilter, Microsoft.Azure.Management.Storage, Version=17.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "Name": "System.String", + "Op": "System.String", + "Value": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Validate", + "Parameters": [], + "ReturnType": "System.Void" + }, + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + }, + { + "Name": "", + "ReturnType": null, + "Parameters": [ + { + "Name": "name", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "op", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "value", + "Type": "System.Reflection.RuntimeParameterInfo" } ] } @@ -42207,7 +42408,7 @@ "Microsoft.Azure.Management.Storage.Models.ManagementPolicyDefinition": { "Namespace": "Microsoft.Azure.Management.Storage.Models", "Name": "Microsoft.Azure.Management.Storage.Models.ManagementPolicyDefinition", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Storage.Models.ManagementPolicyDefinition, Microsoft.Azure.Management.Storage, Version=14.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Storage.Models.ManagementPolicyDefinition, Microsoft.Azure.Management.Storage, Version=17.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Actions": "Microsoft.Azure.Management.Storage.Models.ManagementPolicyAction", "Filters": "Microsoft.Azure.Management.Storage.Models.ManagementPolicyFilter" @@ -42271,7 +42472,7 @@ "Microsoft.Azure.Management.Storage.Models.ManagementPolicyRule": { "Namespace": "Microsoft.Azure.Management.Storage.Models", "Name": "Microsoft.Azure.Management.Storage.Models.ManagementPolicyRule", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Storage.Models.ManagementPolicyRule, Microsoft.Azure.Management.Storage, Version=14.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Storage.Models.ManagementPolicyRule, Microsoft.Azure.Management.Storage, Version=17.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Definition": "Microsoft.Azure.Management.Storage.Models.ManagementPolicyDefinition", "Enabled": "System.Nullable`1[System.Boolean]", @@ -42341,7 +42542,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Management.Storage.Models.ManagementPolicyRule]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Management.Storage.Models.ManagementPolicyRule]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Management.Storage.Models.ManagementPolicyRule, Microsoft.Azure.Management.Storage, Version=14.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Management.Storage.Models.ManagementPolicyRule, Microsoft.Azure.Management.Storage, Version=17.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -42353,7 +42554,7 @@ "System.Nullable`1[Microsoft.Azure.Management.Storage.Models.Reason]": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Management.Storage.Models.Reason]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Storage.Models.Reason, Microsoft.Azure.Management.Storage, Version=14.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Storage.Models.Reason, Microsoft.Azure.Management.Storage, Version=17.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -42365,7 +42566,7 @@ "Microsoft.Azure.Management.Storage.Models.Reason": { "Namespace": "Microsoft.Azure.Management.Storage.Models", "Name": "Microsoft.Azure.Management.Storage.Models.Reason", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Storage.Models.Reason, Microsoft.Azure.Management.Storage, Version=14.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Storage.Models.Reason, Microsoft.Azure.Management.Storage, Version=17.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -42460,7 +42661,7 @@ "System.Nullable`1[Microsoft.Azure.Management.Storage.Models.UsageUnit]": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Management.Storage.Models.UsageUnit]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Storage.Models.UsageUnit, Microsoft.Azure.Management.Storage, Version=14.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Storage.Models.UsageUnit, Microsoft.Azure.Management.Storage, Version=17.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -42472,7 +42673,7 @@ "Microsoft.Azure.Management.Storage.Models.UsageUnit": { "Namespace": "Microsoft.Azure.Management.Storage.Models", "Name": "Microsoft.Azure.Management.Storage.Models.UsageUnit", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Storage.Models.UsageUnit, Microsoft.Azure.Management.Storage, Version=14.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Storage.Models.UsageUnit, Microsoft.Azure.Management.Storage, Version=17.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], diff --git a/tools/Tools.Common/SerializedCmdlets/Microsoft.Azure.PowerShell.Cmdlets.Storage.dll.json b/tools/Tools.Common/SerializedCmdlets/Microsoft.Azure.PowerShell.Cmdlets.Storage.dll.json index 66a3f985b81d..09b3778dcd03 100644 --- a/tools/Tools.Common/SerializedCmdlets/Microsoft.Azure.PowerShell.Cmdlets.Storage.dll.json +++ b/tools/Tools.Common/SerializedCmdlets/Microsoft.Azure.PowerShell.Cmdlets.Storage.dll.json @@ -14,7 +14,7 @@ "Type": { "Namespace": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel", "Name": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel.PSPathAccessControlEntry", - "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel.PSPathAccessControlEntry, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel.PSPathAccessControlEntry, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -171,7 +171,7 @@ "Type": { "Namespace": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel", "Name": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel.PSPathAccessControlEntry[]", - "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel.PSPathAccessControlEntry[], Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel.PSPathAccessControlEntry[], Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel.PSPathAccessControlEntry", "GenericTypeArguments": [], @@ -267,7 +267,7 @@ "Type": { "Namespace": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel", "Name": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel.PSPathAccessControlEntry[]", - "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel.PSPathAccessControlEntry[], Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel.PSPathAccessControlEntry[], Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel.PSPathAccessControlEntry", "GenericTypeArguments": [], @@ -620,7 +620,7 @@ "Type": { "Namespace": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel", "Name": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.AzureStorageTable", - "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.AzureStorageTable, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.AzureStorageTable, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Context": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", "CloudTable": "Microsoft.Azure.Cosmos.Table.CloudTable", @@ -2843,7 +2843,7 @@ "Type": { "Namespace": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel", "Name": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.AzureStorageTable", - "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.AzureStorageTable, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.AzureStorageTable, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Context": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", "CloudTable": "Microsoft.Azure.Cosmos.Table.CloudTable", @@ -4181,7 +4181,7 @@ "Type": { "Namespace": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel", "Name": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.AzureStorageQueue", - "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.AzureStorageQueue, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.AzureStorageQueue, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "QueueProperties": "Azure.Storage.Queues.Models.QueueProperties", "QueueClient": "Azure.Storage.Queues.QueueClient", @@ -4640,7 +4640,7 @@ "Type": { "Namespace": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel", "Name": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.AzureStorageQueue", - "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.AzureStorageQueue, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.AzureStorageQueue, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "QueueProperties": "Azure.Storage.Queues.Models.QueueProperties", "QueueClient": "Azure.Storage.Queues.QueueClient", @@ -16527,7 +16527,7 @@ "Type": { "Namespace": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel", "Name": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel.PSFileHandle", - "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel.PSFileHandle, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel.PSFileHandle, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "OpenTime": "System.DateTimeOffset", "ClientPort": "System.Int32", @@ -17121,7 +17121,7 @@ "Type": { "Namespace": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel", "Name": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel.PSFileHandle", - "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel.PSFileHandle, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel.PSFileHandle, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "OpenTime": "System.DateTimeOffset", "ClientPort": "System.Int32", @@ -21408,7 +21408,7 @@ "Type": { "Namespace": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel", "Name": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel.PSFileHandle", - "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel.PSFileHandle, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel.PSFileHandle, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "OpenTime": "System.DateTimeOffset", "ClientPort": "System.Int32", @@ -29209,7 +29209,7 @@ "Type": { "Namespace": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel", "Name": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.AzureStorageFile", - "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.AzureStorageFile, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.AzureStorageFile, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "FileProperties": "Azure.Storage.Files.Shares.Models.ShareFileProperties", "ShareFileClient": "Azure.Storage.Files.Shares.ShareFileClient", @@ -37172,7 +37172,7 @@ "Type": { "Namespace": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel", "Name": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.AzureStorageFile", - "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.AzureStorageFile, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.AzureStorageFile, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "FileProperties": "Azure.Storage.Files.Shares.Models.ShareFileProperties", "ShareFileClient": "Azure.Storage.Files.Shares.ShareFileClient", @@ -67778,7 +67778,7 @@ "Type": { "Namespace": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel", "Name": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel.PSFileHandle", - "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel.PSFileHandle, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel.PSFileHandle, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "OpenTime": "System.DateTimeOffset", "ClientPort": "System.Int32", @@ -86526,7 +86526,7 @@ "Type": { "Namespace": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel", "Name": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.AzureStorageFileShare", - "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.AzureStorageFileShare, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.AzureStorageFileShare, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ShareProperties": "Azure.Storage.Files.Shares.Models.ShareProperties", "ShareClient": "Azure.Storage.Files.Shares.ShareClient", @@ -87916,7 +87916,7 @@ "Type": { "Namespace": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel", "Name": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.AzureStorageFileDirectory", - "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.AzureStorageFileDirectory, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.AzureStorageFileDirectory, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ShareDirectoryProperties": "Azure.Storage.Files.Shares.Models.ShareDirectoryProperties", "ShareDirectoryClient": "Azure.Storage.Files.Shares.ShareDirectoryClient", @@ -113068,7 +113068,7 @@ "Type": { "Namespace": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel", "Name": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.AzureStorageFileShare", - "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.AzureStorageFileShare, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.AzureStorageFileShare, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ShareProperties": "Azure.Storage.Files.Shares.Models.ShareProperties", "ShareClient": "Azure.Storage.Files.Shares.ShareClient", @@ -115372,7 +115372,7 @@ "Type": { "Namespace": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel", "Name": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.AzureStorageFileDirectory", - "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.AzureStorageFileDirectory, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.AzureStorageFileDirectory, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ShareDirectoryProperties": "Azure.Storage.Files.Shares.Models.ShareDirectoryProperties", "ShareDirectoryClient": "Azure.Storage.Files.Shares.ShareDirectoryClient", @@ -123424,7 +123424,7 @@ "Type": { "Namespace": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel", "Name": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.AzureStorageFile", - "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.AzureStorageFile, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.AzureStorageFile, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "FileProperties": "Azure.Storage.Files.Shares.Models.ShareFileProperties", "ShareFileClient": "Azure.Storage.Files.Shares.ShareFileClient", @@ -142174,7 +142174,7 @@ "Type": { "Namespace": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel", "Name": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.AzureStorageFileShare", - "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.AzureStorageFileShare, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.AzureStorageFileShare, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ShareProperties": "Azure.Storage.Files.Shares.Models.ShareProperties", "ShareClient": "Azure.Storage.Files.Shares.ShareClient", @@ -147480,7 +147480,7 @@ "Type": { "Namespace": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel", "Name": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.AzureStorageFile", - "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.AzureStorageFile, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.AzureStorageFile, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "FileProperties": "Azure.Storage.Files.Shares.Models.ShareFileProperties", "ShareFileClient": "Azure.Storage.Files.Shares.ShareFileClient", @@ -155909,7 +155909,7 @@ "Type": { "Namespace": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel", "Name": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.AzureStorageFileShare", - "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.AzureStorageFileShare, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.AzureStorageFileShare, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ShareProperties": "Azure.Storage.Files.Shares.Models.ShareProperties", "ShareClient": "Azure.Storage.Files.Shares.ShareClient", @@ -161325,7 +161325,7 @@ "Type": { "Namespace": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel", "Name": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.AzureStorageFile", - "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.AzureStorageFile, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.AzureStorageFile, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "FileProperties": "Azure.Storage.Files.Shares.Models.ShareFileProperties", "ShareFileClient": "Azure.Storage.Files.Shares.ShareFileClient", @@ -234126,7 +234126,7 @@ "Type": { "Namespace": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel", "Name": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel.PSDeleteRetentionPolicy", - "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel.PSDeleteRetentionPolicy, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel.PSDeleteRetentionPolicy, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Enabled": "System.Boolean", "RetentionDays": "System.Nullable`1[System.Int32]" @@ -234384,7 +234384,7 @@ "Type": { "Namespace": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel", "Name": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel.PSStaticWebsiteProperties", - "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel.PSStaticWebsiteProperties, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel.PSStaticWebsiteProperties, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Enabled": "System.Boolean", "IndexDocument": "System.String", @@ -234641,7 +234641,7 @@ "Type": { "Namespace": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel", "Name": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel.PSDeleteRetentionPolicy", - "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel.PSDeleteRetentionPolicy, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel.PSDeleteRetentionPolicy, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Enabled": "System.Boolean", "RetentionDays": "System.Nullable`1[System.Int32]" @@ -234945,7 +234945,7 @@ "Type": { "Namespace": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel", "Name": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel.PSStaticWebsiteProperties", - "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel.PSStaticWebsiteProperties, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel.PSStaticWebsiteProperties, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Enabled": "System.Boolean", "IndexDocument": "System.String", @@ -235286,7 +235286,7 @@ "Type": { "Namespace": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel", "Name": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel.PSCorsRule", - "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel.PSCorsRule, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel.PSCorsRule, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "MaxAgeInSeconds": "System.Int32", "AllowedOrigins": "System.String[]", @@ -235363,7 +235363,7 @@ "Type": { "Namespace": "Microsoft.WindowsAzure.Commands.Storage.Common", "Name": "Microsoft.WindowsAzure.Commands.Storage.Common.StorageServiceType", - "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Storage.Common.StorageServiceType, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Storage.Common.StorageServiceType, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -235596,7 +235596,7 @@ "Type": { "Namespace": "Microsoft.WindowsAzure.Commands.Storage.Common", "Name": "Microsoft.WindowsAzure.Commands.Storage.Common.StorageServiceType", - "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Storage.Common.StorageServiceType, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Storage.Common.StorageServiceType, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -235936,7 +235936,7 @@ "Type": { "Namespace": "Microsoft.WindowsAzure.Commands.Storage.Common", "Name": "Microsoft.WindowsAzure.Commands.Storage.Common.StorageServiceType", - "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Storage.Common.StorageServiceType, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Storage.Common.StorageServiceType, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -236105,7 +236105,7 @@ "Type": { "Namespace": "Microsoft.WindowsAzure.Commands.Storage.Common", "Name": "Microsoft.WindowsAzure.Commands.Storage.Common.StorageServiceType", - "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Storage.Common.StorageServiceType, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Storage.Common.StorageServiceType, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -236363,7 +236363,7 @@ "Type": { "Namespace": "Microsoft.WindowsAzure.Commands.Storage.Common", "Name": "Microsoft.WindowsAzure.Commands.Storage.Common.StorageServiceType", - "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Storage.Common.StorageServiceType, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Storage.Common.StorageServiceType, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -236466,7 +236466,7 @@ "Type": { "Namespace": "Microsoft.WindowsAzure.Commands.Storage.Common", "Name": "Microsoft.WindowsAzure.Commands.Storage.Common.ServiceMetricsType", - "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Storage.Common.ServiceMetricsType, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Storage.Common.ServiceMetricsType, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -236635,7 +236635,7 @@ "Type": { "Namespace": "Microsoft.WindowsAzure.Commands.Storage.Common", "Name": "Microsoft.WindowsAzure.Commands.Storage.Common.StorageServiceType", - "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Storage.Common.StorageServiceType, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Storage.Common.StorageServiceType, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -236744,7 +236744,7 @@ "Type": { "Namespace": "Microsoft.WindowsAzure.Commands.Storage.Common", "Name": "Microsoft.WindowsAzure.Commands.Storage.Common.ServiceMetricsType", - "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Storage.Common.ServiceMetricsType, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Storage.Common.ServiceMetricsType, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -236937,7 +236937,7 @@ "Type": { "Namespace": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel", "Name": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel.PSSeriviceProperties", - "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel.PSSeriviceProperties, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel.PSSeriviceProperties, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Logging": "Microsoft.Azure.Storage.Shared.Protocol.LoggingProperties", "HourMetrics": "Microsoft.Azure.Storage.Shared.Protocol.MetricsProperties", @@ -237011,7 +237011,7 @@ "Type": { "Namespace": "Microsoft.WindowsAzure.Commands.Storage.Common", "Name": "Microsoft.WindowsAzure.Commands.Storage.Common.StorageServiceType", - "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Storage.Common.StorageServiceType, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Storage.Common.StorageServiceType, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -237180,7 +237180,7 @@ "Type": { "Namespace": "Microsoft.WindowsAzure.Commands.Storage.Common", "Name": "Microsoft.WindowsAzure.Commands.Storage.Common.StorageServiceType", - "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Storage.Common.StorageServiceType, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Storage.Common.StorageServiceType, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -238188,7 +238188,7 @@ "Type": { "Namespace": "Microsoft.WindowsAzure.Commands.Storage", "Name": "Microsoft.WindowsAzure.Commands.Storage.AzureStorageContext", - "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Storage.AzureStorageContext, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Storage.AzureStorageContext, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Context": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", "TableStorageAccount": "Microsoft.Azure.Cosmos.Table.CloudStorageAccount", @@ -239364,7 +239364,7 @@ "Type": { "Namespace": "Microsoft.WindowsAzure.Commands.Storage.Common", "Name": "Microsoft.WindowsAzure.Commands.Storage.Common.StorageServiceType", - "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Storage.Common.StorageServiceType, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Storage.Common.StorageServiceType, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -239597,7 +239597,7 @@ "Type": { "Namespace": "Microsoft.WindowsAzure.Commands.Storage.Common", "Name": "Microsoft.WindowsAzure.Commands.Storage.Common.StorageServiceType", - "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Storage.Common.StorageServiceType, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Storage.Common.StorageServiceType, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -239872,7 +239872,7 @@ "Type": { "Namespace": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel", "Name": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel.PSCorsRule", - "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel.PSCorsRule, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel.PSCorsRule, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "MaxAgeInSeconds": "System.Int32", "AllowedOrigins": "System.String[]", @@ -239949,7 +239949,7 @@ "Type": { "Namespace": "Microsoft.WindowsAzure.Commands.Storage.Common", "Name": "Microsoft.WindowsAzure.Commands.Storage.Common.StorageServiceType", - "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Storage.Common.StorageServiceType, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Storage.Common.StorageServiceType, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -240052,7 +240052,7 @@ "Type": { "Namespace": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel", "Name": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel.PSCorsRule[]", - "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel.PSCorsRule[], Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel.PSCorsRule[], Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel.PSCorsRule", "GenericTypeArguments": [], @@ -240218,7 +240218,7 @@ "Type": { "Namespace": "Microsoft.WindowsAzure.Commands.Storage.Common", "Name": "Microsoft.WindowsAzure.Commands.Storage.Common.StorageServiceType", - "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Storage.Common.StorageServiceType, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Storage.Common.StorageServiceType, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -240327,7 +240327,7 @@ "Type": { "Namespace": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel", "Name": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel.PSCorsRule[]", - "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel.PSCorsRule[], Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel.PSCorsRule[], Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel.PSCorsRule", "GenericTypeArguments": [], @@ -240606,7 +240606,7 @@ "Type": { "Namespace": "Microsoft.WindowsAzure.Commands.Storage.Common", "Name": "Microsoft.WindowsAzure.Commands.Storage.Common.StorageServiceType", - "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Storage.Common.StorageServiceType, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Storage.Common.StorageServiceType, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -240851,7 +240851,7 @@ "Type": { "Namespace": "Microsoft.WindowsAzure.Commands.Storage.Common", "Name": "Microsoft.WindowsAzure.Commands.Storage.Common.StorageServiceType", - "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Storage.Common.StorageServiceType, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Storage.Common.StorageServiceType, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -241209,7 +241209,7 @@ "Type": { "Namespace": "Microsoft.WindowsAzure.Commands.Storage.Common", "Name": "Microsoft.WindowsAzure.Commands.Storage.Common.StorageServiceType", - "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Storage.Common.StorageServiceType, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Storage.Common.StorageServiceType, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -241312,7 +241312,7 @@ "Type": { "Namespace": "Microsoft.WindowsAzure.Commands.Storage.Common", "Name": "Microsoft.WindowsAzure.Commands.Storage.Common.ServiceMetricsType", - "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Storage.Common.ServiceMetricsType, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Storage.Common.ServiceMetricsType, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -241559,7 +241559,7 @@ "Type": { "Namespace": "Microsoft.WindowsAzure.Commands.Storage.Common", "Name": "Microsoft.WindowsAzure.Commands.Storage.Common.StorageServiceType", - "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Storage.Common.StorageServiceType, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Storage.Common.StorageServiceType, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -241668,7 +241668,7 @@ "Type": { "Namespace": "Microsoft.WindowsAzure.Commands.Storage.Common", "Name": "Microsoft.WindowsAzure.Commands.Storage.Common.ServiceMetricsType", - "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Storage.Common.ServiceMetricsType, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Storage.Common.ServiceMetricsType, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -241963,7 +241963,7 @@ "Type": { "Namespace": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel", "Name": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel.PSSeriviceProperties", - "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel.PSSeriviceProperties, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel.PSSeriviceProperties, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Logging": "Microsoft.Azure.Storage.Shared.Protocol.LoggingProperties", "HourMetrics": "Microsoft.Azure.Storage.Shared.Protocol.MetricsProperties", @@ -242037,7 +242037,7 @@ "Type": { "Namespace": "Microsoft.WindowsAzure.Commands.Storage.Common", "Name": "Microsoft.WindowsAzure.Commands.Storage.Common.StorageServiceType", - "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Storage.Common.StorageServiceType, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Storage.Common.StorageServiceType, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -242242,7 +242242,7 @@ "Type": { "Namespace": "Microsoft.WindowsAzure.Commands.Storage.Common", "Name": "Microsoft.WindowsAzure.Commands.Storage.Common.StorageServiceType", - "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Storage.Common.StorageServiceType, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Storage.Common.StorageServiceType, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -242483,7 +242483,7 @@ "Type": { "Namespace": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel", "Name": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.AzureStorageContainer", - "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.AzureStorageContainer, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.AzureStorageContainer, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "BlobContainerClient": "Azure.Storage.Blobs.BlobContainerClient", "BlobContainerProperties": "Azure.Storage.Blobs.Models.BlobContainerProperties", @@ -258226,7 +258226,7 @@ "Type": { "Namespace": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel", "Name": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.AzureStorageBlob", - "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.AzureStorageBlob, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.AzureStorageBlob, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "BlobClient": "Azure.Storage.Blobs.BlobClient", "BlobProperties": "Azure.Storage.Blobs.Models.BlobProperties", @@ -274371,7 +274371,7 @@ "Type": { "Namespace": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel", "Name": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.AzureStorageBlob", - "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.AzureStorageBlob, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.AzureStorageBlob, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "BlobClient": "Azure.Storage.Blobs.BlobClient", "BlobProperties": "Azure.Storage.Blobs.Models.BlobProperties", @@ -275768,7 +275768,7 @@ "Type": { "Namespace": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel", "Name": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.AzureStorageBlob", - "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.AzureStorageBlob, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.AzureStorageBlob, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "BlobClient": "Azure.Storage.Blobs.BlobClient", "BlobProperties": "Azure.Storage.Blobs.Models.BlobProperties", @@ -305897,7 +305897,7 @@ "Type": { "Namespace": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel", "Name": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.AzureStorageContainer", - "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.AzureStorageContainer, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.AzureStorageContainer, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "BlobContainerClient": "Azure.Storage.Blobs.BlobContainerClient", "BlobContainerProperties": "Azure.Storage.Blobs.Models.BlobContainerProperties", @@ -321230,7 +321230,7 @@ "Type": { "Namespace": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel", "Name": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.AzureStorageContainer", - "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.AzureStorageContainer, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.AzureStorageContainer, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "BlobContainerClient": "Azure.Storage.Blobs.BlobContainerClient", "BlobContainerProperties": "Azure.Storage.Blobs.Models.BlobContainerProperties", @@ -324742,7 +324742,7 @@ "Type": { "Namespace": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel", "Name": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.AzureStorageBlob", - "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.AzureStorageBlob, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.AzureStorageBlob, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "BlobClient": "Azure.Storage.Blobs.BlobClient", "BlobProperties": "Azure.Storage.Blobs.Models.BlobProperties", @@ -383390,7 +383390,7 @@ "Type": { "Namespace": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel", "Name": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.AzureStorageBlob", - "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.AzureStorageBlob, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.AzureStorageBlob, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "BlobClient": "Azure.Storage.Blobs.BlobClient", "BlobProperties": "Azure.Storage.Blobs.Models.BlobProperties", @@ -429466,7 +429466,7 @@ "Type": { "Namespace": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel", "Name": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.AzureStorageBlob", - "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.AzureStorageBlob, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.AzureStorageBlob, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "BlobClient": "Azure.Storage.Blobs.BlobClient", "BlobProperties": "Azure.Storage.Blobs.Models.BlobProperties", @@ -444480,7 +444480,7 @@ "Type": { "Namespace": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel", "Name": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.AzureDataLakeGen2Item", - "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.AzureDataLakeGen2Item, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.AzureDataLakeGen2Item, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Directory": "Azure.Storage.Files.DataLake.DataLakeDirectoryClient", "File": "Azure.Storage.Files.DataLake.DataLakeFileClient", @@ -445079,7 +445079,7 @@ "Type": { "Namespace": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel", "Name": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.AzureDataLakeGen2Item", - "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.AzureDataLakeGen2Item, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.AzureDataLakeGen2Item, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Directory": "Azure.Storage.Files.DataLake.DataLakeDirectoryClient", "File": "Azure.Storage.Files.DataLake.DataLakeFileClient", @@ -445216,7 +445216,7 @@ "Type": { "Namespace": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel", "Name": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.AzureDataLakeGen2Item", - "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.AzureDataLakeGen2Item, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.AzureDataLakeGen2Item, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Directory": "Azure.Storage.Files.DataLake.DataLakeDirectoryClient", "File": "Azure.Storage.Files.DataLake.DataLakeFileClient", @@ -445721,7 +445721,7 @@ "Type": { "Namespace": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel", "Name": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.AzureDataLakeGen2Item", - "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.AzureDataLakeGen2Item, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.AzureDataLakeGen2Item, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Directory": "Azure.Storage.Files.DataLake.DataLakeDirectoryClient", "File": "Azure.Storage.Files.DataLake.DataLakeFileClient", @@ -446232,7 +446232,7 @@ "Type": { "Namespace": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel", "Name": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.AzureDataLakeGen2Item", - "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.AzureDataLakeGen2Item, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.AzureDataLakeGen2Item, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Directory": "Azure.Storage.Files.DataLake.DataLakeDirectoryClient", "File": "Azure.Storage.Files.DataLake.DataLakeFileClient", @@ -446567,7 +446567,7 @@ "Type": { "Namespace": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel", "Name": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.AzureDataLakeGen2Item", - "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.AzureDataLakeGen2Item, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.AzureDataLakeGen2Item, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Directory": "Azure.Storage.Files.DataLake.DataLakeDirectoryClient", "File": "Azure.Storage.Files.DataLake.DataLakeFileClient", @@ -446704,7 +446704,7 @@ "Type": { "Namespace": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel", "Name": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.AzureDataLakeGen2Item", - "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.AzureDataLakeGen2Item, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.AzureDataLakeGen2Item, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Directory": "Azure.Storage.Files.DataLake.DataLakeDirectoryClient", "File": "Azure.Storage.Files.DataLake.DataLakeFileClient", @@ -447121,7 +447121,7 @@ "Type": { "Namespace": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel", "Name": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.AzureDataLakeGen2Item", - "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.AzureDataLakeGen2Item, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.AzureDataLakeGen2Item, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Directory": "Azure.Storage.Files.DataLake.DataLakeDirectoryClient", "File": "Azure.Storage.Files.DataLake.DataLakeFileClient", @@ -447532,7 +447532,7 @@ "Type": { "Namespace": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel", "Name": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.AzureDataLakeGen2Item", - "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.AzureDataLakeGen2Item, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.AzureDataLakeGen2Item, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Directory": "Azure.Storage.Files.DataLake.DataLakeDirectoryClient", "File": "Azure.Storage.Files.DataLake.DataLakeFileClient", @@ -448894,7 +448894,7 @@ "Type": { "Namespace": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel", "Name": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.AzureDataLakeGen2Item", - "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.AzureDataLakeGen2Item, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.AzureDataLakeGen2Item, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Directory": "Azure.Storage.Files.DataLake.DataLakeDirectoryClient", "File": "Azure.Storage.Files.DataLake.DataLakeFileClient", @@ -449311,7 +449311,7 @@ "Type": { "Namespace": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel", "Name": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.AzureDataLakeGen2Item", - "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.AzureDataLakeGen2Item, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.AzureDataLakeGen2Item, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Directory": "Azure.Storage.Files.DataLake.DataLakeDirectoryClient", "File": "Azure.Storage.Files.DataLake.DataLakeFileClient", @@ -449722,7 +449722,7 @@ "Type": { "Namespace": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel", "Name": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.AzureDataLakeGen2Item", - "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.AzureDataLakeGen2Item, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.AzureDataLakeGen2Item, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Directory": "Azure.Storage.Files.DataLake.DataLakeDirectoryClient", "File": "Azure.Storage.Files.DataLake.DataLakeFileClient", @@ -449859,7 +449859,7 @@ "Type": { "Namespace": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel", "Name": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.AzureDataLakeGen2Item", - "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.AzureDataLakeGen2Item, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.AzureDataLakeGen2Item, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Directory": "Azure.Storage.Files.DataLake.DataLakeDirectoryClient", "File": "Azure.Storage.Files.DataLake.DataLakeFileClient", @@ -450049,7 +450049,7 @@ "Type": { "Namespace": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel", "Name": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel.PSPathAccessControlEntry[]", - "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel.PSPathAccessControlEntry[], Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel.PSPathAccessControlEntry[], Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel.PSPathAccessControlEntry", "GenericTypeArguments": [], @@ -450301,7 +450301,7 @@ "Type": { "Namespace": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel", "Name": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel.PSPathAccessControlEntry[]", - "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel.PSPathAccessControlEntry[], Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel.PSPathAccessControlEntry[], Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel.PSPathAccessControlEntry", "GenericTypeArguments": [], @@ -450402,7 +450402,7 @@ "Type": { "Namespace": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel", "Name": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.AzureDataLakeGen2Item", - "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.AzureDataLakeGen2Item, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.AzureDataLakeGen2Item, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Directory": "Azure.Storage.Files.DataLake.DataLakeDirectoryClient", "File": "Azure.Storage.Files.DataLake.DataLakeFileClient", @@ -450628,7 +450628,7 @@ "Type": { "Namespace": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel", "Name": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel.PSPathAccessControlEntry[]", - "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel.PSPathAccessControlEntry[], Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel.PSPathAccessControlEntry[], Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel.PSPathAccessControlEntry", "GenericTypeArguments": [], @@ -450849,7 +450849,7 @@ "Type": { "Namespace": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel", "Name": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel.PSPathAccessControlEntry[]", - "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel.PSPathAccessControlEntry[], Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel.PSPathAccessControlEntry[], Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel.PSPathAccessControlEntry", "GenericTypeArguments": [], @@ -451389,7 +451389,7 @@ "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel.PSPathAccessControlEntry[]": { "Namespace": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel", "Name": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel.PSPathAccessControlEntry[]", - "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel.PSPathAccessControlEntry[], Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel.PSPathAccessControlEntry[], Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel.PSPathAccessControlEntry", "GenericTypeArguments": [], @@ -451399,7 +451399,7 @@ "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel.PSPathAccessControlEntry": { "Namespace": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel", "Name": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel.PSPathAccessControlEntry", - "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel.PSPathAccessControlEntry, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel.PSPathAccessControlEntry, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -518441,7 +518441,7 @@ "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel.PSDeleteRetentionPolicy": { "Namespace": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel", "Name": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel.PSDeleteRetentionPolicy", - "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel.PSDeleteRetentionPolicy, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel.PSDeleteRetentionPolicy, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Enabled": "System.Boolean", "RetentionDays": "System.Nullable`1[System.Int32]" @@ -518496,7 +518496,7 @@ "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel.PSStaticWebsiteProperties": { "Namespace": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel", "Name": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel.PSStaticWebsiteProperties", - "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel.PSStaticWebsiteProperties, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel.PSStaticWebsiteProperties, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Enabled": "System.Boolean", "IndexDocument": "System.String", @@ -518562,7 +518562,7 @@ "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel.PSCorsRule[]": { "Namespace": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel", "Name": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel.PSCorsRule[]", - "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel.PSCorsRule[], Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel.PSCorsRule[], Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel.PSCorsRule", "GenericTypeArguments": [], @@ -518572,7 +518572,7 @@ "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel.PSCorsRule": { "Namespace": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel", "Name": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel.PSCorsRule", - "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel.PSCorsRule, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel.PSCorsRule, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "MaxAgeInSeconds": "System.Int32", "AllowedOrigins": "System.String[]", @@ -519007,7 +519007,7 @@ "Microsoft.WindowsAzure.Commands.Storage.AzureStorageContext": { "Namespace": "Microsoft.WindowsAzure.Commands.Storage", "Name": "Microsoft.WindowsAzure.Commands.Storage.AzureStorageContext", - "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Storage.AzureStorageContext, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Storage.AzureStorageContext, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Context": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", "TableStorageAccount": "Microsoft.Azure.Cosmos.Table.CloudStorageAccount", @@ -519081,7 +519081,7 @@ "Microsoft.WindowsAzure.Commands.Storage.Common.AzureSessionCredential": { "Namespace": "Microsoft.WindowsAzure.Commands.Storage.Common", "Name": "Microsoft.WindowsAzure.Commands.Storage.Common.AzureSessionCredential", - "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Storage.Common.AzureSessionCredential, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Storage.Common.AzureSessionCredential, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], diff --git a/tools/Tools.Common/SerializedCmdlets/Microsoft.Azure.PowerShell.Cmdlets.Tags.dll.json b/tools/Tools.Common/SerializedCmdlets/Microsoft.Azure.PowerShell.Cmdlets.Tags.dll.json index d25289b2af3f..aaac634c3a7b 100644 --- a/tools/Tools.Common/SerializedCmdlets/Microsoft.Azure.PowerShell.Cmdlets.Tags.dll.json +++ b/tools/Tools.Common/SerializedCmdlets/Microsoft.Azure.PowerShell.Cmdlets.Tags.dll.json @@ -426,7 +426,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Tags.Model", "Name": "Microsoft.Azure.Commands.Tags.Model.PSTagResource", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Tags.Model.PSTagResource, Microsoft.Azure.PowerShell.Cmdlets.Tags, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Tags.Model.PSTagResource, Microsoft.Azure.PowerShell.Cmdlets.Tags, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Properties": "Microsoft.Azure.Commands.Tags.Model.PSTagsObject", "Id": "System.String", @@ -881,7 +881,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Tags.Model", "Name": "Microsoft.Azure.Commands.Tags.Model.PSTagResource", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Tags.Model.PSTagResource, Microsoft.Azure.PowerShell.Cmdlets.Tags, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Tags.Model.PSTagResource, Microsoft.Azure.PowerShell.Cmdlets.Tags, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Properties": "Microsoft.Azure.Commands.Tags.Model.PSTagsObject", "Id": "System.String", @@ -1332,7 +1332,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Tags.Model", "Name": "Microsoft.Azure.Commands.Tags.Model.PSTagResource", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Tags.Model.PSTagResource, Microsoft.Azure.PowerShell.Cmdlets.Tags, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Tags.Model.PSTagResource, Microsoft.Azure.PowerShell.Cmdlets.Tags, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Properties": "Microsoft.Azure.Commands.Tags.Model.PSTagsObject", "Id": "System.String", @@ -1425,7 +1425,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Tags.Model", "Name": "Microsoft.Azure.Commands.Tags.Model.TagPatchOperation", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Tags.Model.TagPatchOperation, Microsoft.Azure.PowerShell.Cmdlets.Tags, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Tags.Model.TagPatchOperation, Microsoft.Azure.PowerShell.Cmdlets.Tags, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -1615,7 +1615,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Tags.Model", "Name": "Microsoft.Azure.Commands.Tags.Model.TagPatchOperation", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Tags.Model.TagPatchOperation, Microsoft.Azure.PowerShell.Cmdlets.Tags, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Tags.Model.TagPatchOperation, Microsoft.Azure.PowerShell.Cmdlets.Tags, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -2207,7 +2207,7 @@ "Microsoft.Azure.Commands.Tags.Model.PSTagsObject": { "Namespace": "Microsoft.Azure.Commands.Tags.Model", "Name": "Microsoft.Azure.Commands.Tags.Model.PSTagsObject", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Tags.Model.PSTagsObject, Microsoft.Azure.PowerShell.Cmdlets.Tags, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Tags.Model.PSTagsObject, Microsoft.Azure.PowerShell.Cmdlets.Tags, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "TagsProperty": "System.Collections.Generic.IDictionary`2[System.String,System.String]" }, diff --git a/tools/Tools.Common/SerializedCmdlets/Microsoft.Azure.PowerShell.Cmdlets.Websites.dll.json b/tools/Tools.Common/SerializedCmdlets/Microsoft.Azure.PowerShell.Cmdlets.Websites.dll.json index 4f5a5fd1b8bb..b387b903e2aa 100644 --- a/tools/Tools.Common/SerializedCmdlets/Microsoft.Azure.PowerShell.Cmdlets.Websites.dll.json +++ b/tools/Tools.Common/SerializedCmdlets/Microsoft.Azure.PowerShell.Cmdlets.Websites.dll.json @@ -1433,7 +1433,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.WebApps.Models", "Name": "Microsoft.Azure.Commands.WebApps.Models.PSSite", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.PSSite, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=1.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.PSSite, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=1.10.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AzureStoragePath": "Microsoft.Azure.Commands.WebApps.Models.WebAppAzureStoragePath[]", "CloningInfo": "Microsoft.Azure.Management.WebSites.Models.CloningInfo", @@ -1598,7 +1598,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.WebApps.Models", "Name": "Microsoft.Azure.Commands.WebApps.Models.PSSite", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.PSSite, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=1.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.PSSite, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=1.10.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AzureStoragePath": "Microsoft.Azure.Commands.WebApps.Models.WebAppAzureStoragePath[]", "CloningInfo": "Microsoft.Azure.Management.WebSites.Models.CloningInfo", @@ -1931,7 +1931,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.WebApps.Models", "Name": "Microsoft.Azure.Commands.WebApps.Models.PSSite", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.PSSite, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=1.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.PSSite, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=1.10.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AzureStoragePath": "Microsoft.Azure.Commands.WebApps.Models.WebAppAzureStoragePath[]", "CloningInfo": "Microsoft.Azure.Management.WebSites.Models.CloningInfo", @@ -2251,7 +2251,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.WebApps.Models", "Name": "Microsoft.Azure.Commands.WebApps.Models.PSSite", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.PSSite, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=1.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.PSSite, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=1.10.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AzureStoragePath": "Microsoft.Azure.Commands.WebApps.Models.WebAppAzureStoragePath[]", "CloningInfo": "Microsoft.Azure.Management.WebSites.Models.CloningInfo", @@ -2492,7 +2492,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.WebApps.Models", "Name": "Microsoft.Azure.Commands.WebApps.Models.PSSite", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.PSSite, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=1.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.PSSite, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=1.10.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AzureStoragePath": "Microsoft.Azure.Commands.WebApps.Models.WebAppAzureStoragePath[]", "CloningInfo": "Microsoft.Azure.Management.WebSites.Models.CloningInfo", @@ -2956,7 +2956,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.WebApps.Models", "Name": "Microsoft.Azure.Commands.WebApps.Models.PSSite", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.PSSite, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=1.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.PSSite, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=1.10.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AzureStoragePath": "Microsoft.Azure.Commands.WebApps.Models.WebAppAzureStoragePath[]", "CloningInfo": "Microsoft.Azure.Management.WebSites.Models.CloningInfo", @@ -3517,7 +3517,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.WebApps.Models", "Name": "Microsoft.Azure.Commands.WebApps.Models.PSSite", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.PSSite, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=1.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.PSSite, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=1.10.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AzureStoragePath": "Microsoft.Azure.Commands.WebApps.Models.WebAppAzureStoragePath[]", "CloningInfo": "Microsoft.Azure.Management.WebSites.Models.CloningInfo", @@ -3943,7 +3943,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.WebApps.Models", "Name": "Microsoft.Azure.Commands.WebApps.Models.PSSite", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.PSSite, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=1.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.PSSite, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=1.10.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AzureStoragePath": "Microsoft.Azure.Commands.WebApps.Models.WebAppAzureStoragePath[]", "CloningInfo": "Microsoft.Azure.Management.WebSites.Models.CloningInfo", @@ -4404,7 +4404,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.WebApps.Models", "Name": "Microsoft.Azure.Commands.WebApps.Models.PSSite", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.PSSite, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=1.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.PSSite, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=1.10.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AzureStoragePath": "Microsoft.Azure.Commands.WebApps.Models.WebAppAzureStoragePath[]", "CloningInfo": "Microsoft.Azure.Management.WebSites.Models.CloningInfo", @@ -4647,7 +4647,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.WebApps.Models", "Name": "Microsoft.Azure.Commands.WebApps.Models.PSSite", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.PSSite, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=1.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.PSSite, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=1.10.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AzureStoragePath": "Microsoft.Azure.Commands.WebApps.Models.WebAppAzureStoragePath[]", "CloningInfo": "Microsoft.Azure.Management.WebSites.Models.CloningInfo", @@ -4830,7 +4830,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.WebApps.Models", "Name": "Microsoft.Azure.Commands.WebApps.Models.PSSite", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.PSSite, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=1.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.PSSite, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=1.10.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AzureStoragePath": "Microsoft.Azure.Commands.WebApps.Models.WebAppAzureStoragePath[]", "CloningInfo": "Microsoft.Azure.Management.WebSites.Models.CloningInfo", @@ -5273,7 +5273,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.WebApps.Models", "Name": "Microsoft.Azure.Commands.WebApps.Models.PSSite", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.PSSite, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=1.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.PSSite, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=1.10.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AzureStoragePath": "Microsoft.Azure.Commands.WebApps.Models.WebAppAzureStoragePath[]", "CloningInfo": "Microsoft.Azure.Management.WebSites.Models.CloningInfo", @@ -5848,7 +5848,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.WebApps.Models", "Name": "Microsoft.Azure.Commands.WebApps.Models.PSSite", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.PSSite, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=1.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.PSSite, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=1.10.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AzureStoragePath": "Microsoft.Azure.Commands.WebApps.Models.WebAppAzureStoragePath[]", "CloningInfo": "Microsoft.Azure.Management.WebSites.Models.CloningInfo", @@ -6253,7 +6253,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.WebApps.Models", "Name": "Microsoft.Azure.Commands.WebApps.Models.PSSite", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.PSSite, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=1.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.PSSite, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=1.10.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AzureStoragePath": "Microsoft.Azure.Commands.WebApps.Models.WebAppAzureStoragePath[]", "CloningInfo": "Microsoft.Azure.Management.WebSites.Models.CloningInfo", @@ -6541,7 +6541,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.WebApps.Models", "Name": "Microsoft.Azure.Commands.WebApps.Models.PSSite", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.PSSite, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=1.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.PSSite, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=1.10.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AzureStoragePath": "Microsoft.Azure.Commands.WebApps.Models.WebAppAzureStoragePath[]", "CloningInfo": "Microsoft.Azure.Management.WebSites.Models.CloningInfo", @@ -6806,7 +6806,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.WebApps.Models", "Name": "Microsoft.Azure.Commands.WebApps.Models.PSSite", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.PSSite, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=1.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.PSSite, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=1.10.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AzureStoragePath": "Microsoft.Azure.Commands.WebApps.Models.WebAppAzureStoragePath[]", "CloningInfo": "Microsoft.Azure.Management.WebSites.Models.CloningInfo", @@ -7017,7 +7017,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.WebApps.Models", "Name": "Microsoft.Azure.Commands.WebApps.Models.PSSite", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.PSSite, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=1.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.PSSite, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=1.10.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AzureStoragePath": "Microsoft.Azure.Commands.WebApps.Models.WebAppAzureStoragePath[]", "CloningInfo": "Microsoft.Azure.Management.WebSites.Models.CloningInfo", @@ -7182,7 +7182,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.WebApps.Models", "Name": "Microsoft.Azure.Commands.WebApps.Models.PSSite", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.PSSite, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=1.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.PSSite, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=1.10.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AzureStoragePath": "Microsoft.Azure.Commands.WebApps.Models.WebAppAzureStoragePath[]", "CloningInfo": "Microsoft.Azure.Management.WebSites.Models.CloningInfo", @@ -7447,7 +7447,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.WebApps.Models", "Name": "Microsoft.Azure.Commands.WebApps.Models.PSSite", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.PSSite, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=1.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.PSSite, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=1.10.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AzureStoragePath": "Microsoft.Azure.Commands.WebApps.Models.WebAppAzureStoragePath[]", "CloningInfo": "Microsoft.Azure.Management.WebSites.Models.CloningInfo", @@ -7658,7 +7658,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.WebApps.Models", "Name": "Microsoft.Azure.Commands.WebApps.Models.PSSite", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.PSSite, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=1.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.PSSite, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=1.10.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AzureStoragePath": "Microsoft.Azure.Commands.WebApps.Models.WebAppAzureStoragePath[]", "CloningInfo": "Microsoft.Azure.Management.WebSites.Models.CloningInfo", @@ -8072,7 +8072,7 @@ "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true + "ValidateNotNullOrEmpty": false }, { "Name": "ContainerRegistryUser", @@ -8090,7 +8090,7 @@ "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true + "ValidateNotNullOrEmpty": false }, { "Name": "ContainerRegistryPassword", @@ -8108,7 +8108,7 @@ "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true + "ValidateNotNullOrEmpty": false }, { "Name": "EnableContainerContinuousDeployment", @@ -8188,7 +8188,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.WebApps.Models", "Name": "Microsoft.Azure.Commands.WebApps.Models.WebAppAzureStoragePath[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.WebAppAzureStoragePath[], Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=1.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.WebAppAzureStoragePath[], Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=1.10.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.WebApps.Models.WebAppAzureStoragePath", "GenericTypeArguments": [], @@ -8340,7 +8340,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.WebApps.Models", "Name": "Microsoft.Azure.Commands.WebApps.Models.PSSite", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.PSSite, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=1.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.PSSite, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=1.10.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AzureStoragePath": "Microsoft.Azure.Commands.WebApps.Models.WebAppAzureStoragePath[]", "CloningInfo": "Microsoft.Azure.Management.WebSites.Models.CloningInfo", @@ -8956,7 +8956,7 @@ "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true + "ValidateNotNullOrEmpty": false }, "Mandatory": false, "Position": -2147483648, @@ -8980,7 +8980,7 @@ "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true + "ValidateNotNullOrEmpty": false }, "Mandatory": false, "Position": -2147483648, @@ -9004,7 +9004,7 @@ "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true + "ValidateNotNullOrEmpty": false }, "Mandatory": false, "Position": -2147483648, @@ -9090,7 +9090,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.WebApps.Models", "Name": "Microsoft.Azure.Commands.WebApps.Models.WebAppAzureStoragePath[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.WebAppAzureStoragePath[], Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=1.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.WebAppAzureStoragePath[], Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=1.10.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.WebApps.Models.WebAppAzureStoragePath", "GenericTypeArguments": [], @@ -9723,7 +9723,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.WebApps.Models", "Name": "Microsoft.Azure.Commands.WebApps.Models.PSSite", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.PSSite, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=1.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.PSSite, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=1.10.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AzureStoragePath": "Microsoft.Azure.Commands.WebApps.Models.WebAppAzureStoragePath[]", "CloningInfo": "Microsoft.Azure.Management.WebSites.Models.CloningInfo", @@ -10480,7 +10480,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.WebApps.Models", "Name": "Microsoft.Azure.Commands.WebApps.Models.PSSite", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.PSSite, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=1.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.PSSite, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=1.10.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AzureStoragePath": "Microsoft.Azure.Commands.WebApps.Models.WebAppAzureStoragePath[]", "CloningInfo": "Microsoft.Azure.Management.WebSites.Models.CloningInfo", @@ -10957,7 +10957,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.WebApps.Models", "Name": "Microsoft.Azure.Commands.WebApps.Models.PSSite", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.PSSite, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=1.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.PSSite, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=1.10.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AzureStoragePath": "Microsoft.Azure.Commands.WebApps.Models.WebAppAzureStoragePath[]", "CloningInfo": "Microsoft.Azure.Management.WebSites.Models.CloningInfo", @@ -11220,7 +11220,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.WebApps.Models", "Name": "Microsoft.Azure.Commands.WebApps.Models.PSSite", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.PSSite, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=1.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.PSSite, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=1.10.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AzureStoragePath": "Microsoft.Azure.Commands.WebApps.Models.WebAppAzureStoragePath[]", "CloningInfo": "Microsoft.Azure.Management.WebSites.Models.CloningInfo", @@ -11385,7 +11385,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.WebApps.Models", "Name": "Microsoft.Azure.Commands.WebApps.Models.PSSite", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.PSSite, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=1.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.PSSite, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=1.10.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AzureStoragePath": "Microsoft.Azure.Commands.WebApps.Models.WebAppAzureStoragePath[]", "CloningInfo": "Microsoft.Azure.Management.WebSites.Models.CloningInfo", @@ -11650,7 +11650,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.WebApps.Models", "Name": "Microsoft.Azure.Commands.WebApps.Models.PSSite", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.PSSite, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=1.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.PSSite, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=1.10.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AzureStoragePath": "Microsoft.Azure.Commands.WebApps.Models.WebAppAzureStoragePath[]", "CloningInfo": "Microsoft.Azure.Management.WebSites.Models.CloningInfo", @@ -11861,7 +11861,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.WebApps.Models", "Name": "Microsoft.Azure.Commands.WebApps.Models.PSSite", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.PSSite, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=1.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.PSSite, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=1.10.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AzureStoragePath": "Microsoft.Azure.Commands.WebApps.Models.WebAppAzureStoragePath[]", "CloningInfo": "Microsoft.Azure.Management.WebSites.Models.CloningInfo", @@ -12026,7 +12026,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.WebApps.Models", "Name": "Microsoft.Azure.Commands.WebApps.Models.PSSite", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.PSSite, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=1.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.PSSite, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=1.10.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AzureStoragePath": "Microsoft.Azure.Commands.WebApps.Models.WebAppAzureStoragePath[]", "CloningInfo": "Microsoft.Azure.Management.WebSites.Models.CloningInfo", @@ -12291,7 +12291,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.WebApps.Models", "Name": "Microsoft.Azure.Commands.WebApps.Models.PSSite", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.PSSite, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=1.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.PSSite, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=1.10.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AzureStoragePath": "Microsoft.Azure.Commands.WebApps.Models.WebAppAzureStoragePath[]", "CloningInfo": "Microsoft.Azure.Management.WebSites.Models.CloningInfo", @@ -12557,7 +12557,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Commands.WebApps.Utilities.SwapWithPreviewAction]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.WebApps.Utilities.SwapWithPreviewAction, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=1.9.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.WebApps.Utilities.SwapWithPreviewAction, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=1.10.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -12633,7 +12633,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.WebApps.Models", "Name": "Microsoft.Azure.Commands.WebApps.Models.PSSite", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.PSSite, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=1.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.PSSite, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=1.10.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AzureStoragePath": "Microsoft.Azure.Commands.WebApps.Models.WebAppAzureStoragePath[]", "CloningInfo": "Microsoft.Azure.Management.WebSites.Models.CloningInfo", @@ -12830,7 +12830,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Commands.WebApps.Utilities.SwapWithPreviewAction]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.WebApps.Utilities.SwapWithPreviewAction, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=1.9.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.WebApps.Utilities.SwapWithPreviewAction, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=1.10.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -13022,7 +13022,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Commands.WebApps.Utilities.SwapWithPreviewAction]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.WebApps.Utilities.SwapWithPreviewAction, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=1.9.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.WebApps.Utilities.SwapWithPreviewAction, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=1.10.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -13118,7 +13118,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.WebApps.Models", "Name": "Microsoft.Azure.Commands.WebApps.Models.PSSite", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.PSSite, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=1.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.PSSite, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=1.10.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AzureStoragePath": "Microsoft.Azure.Commands.WebApps.Models.WebAppAzureStoragePath[]", "CloningInfo": "Microsoft.Azure.Management.WebSites.Models.CloningInfo", @@ -13282,7 +13282,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Commands.WebApps.Utilities.SwapWithPreviewAction]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.WebApps.Utilities.SwapWithPreviewAction, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=1.9.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.WebApps.Utilities.SwapWithPreviewAction, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=1.10.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -13387,7 +13387,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.WebApps.Cmdlets.BackupRestore", "Name": "Microsoft.Azure.Commands.WebApps.Cmdlets.BackupRestore.AzureWebAppSnapshot", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Cmdlets.BackupRestore.AzureWebAppSnapshot, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=1.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Cmdlets.BackupRestore.AzureWebAppSnapshot, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=1.10.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "SnapshotTime": "System.DateTime", "ResourceGroupName": "System.String", @@ -13515,7 +13515,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.WebApps.Models", "Name": "Microsoft.Azure.Commands.WebApps.Models.PSSite", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.PSSite, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=1.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.PSSite, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=1.10.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AzureStoragePath": "Microsoft.Azure.Commands.WebApps.Models.WebAppAzureStoragePath[]", "CloningInfo": "Microsoft.Azure.Management.WebSites.Models.CloningInfo", @@ -13872,7 +13872,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.WebApps.Models", "Name": "Microsoft.Azure.Commands.WebApps.Models.PSSite", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.PSSite, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=1.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.PSSite, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=1.10.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AzureStoragePath": "Microsoft.Azure.Commands.WebApps.Models.WebAppAzureStoragePath[]", "CloningInfo": "Microsoft.Azure.Management.WebSites.Models.CloningInfo", @@ -14404,7 +14404,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.WebApps.Models", "Name": "Microsoft.Azure.Commands.WebApps.Models.PSSite", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.PSSite, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=1.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.PSSite, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=1.10.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AzureStoragePath": "Microsoft.Azure.Commands.WebApps.Models.WebAppAzureStoragePath[]", "CloningInfo": "Microsoft.Azure.Management.WebSites.Models.CloningInfo", @@ -15472,7 +15472,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.WebApps.Models", "Name": "Microsoft.Azure.Commands.WebApps.Models.PSSite", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.PSSite, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=1.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.PSSite, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=1.10.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AzureStoragePath": "Microsoft.Azure.Commands.WebApps.Models.WebAppAzureStoragePath[]", "CloningInfo": "Microsoft.Azure.Management.WebSites.Models.CloningInfo", @@ -15925,7 +15925,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.WebApps.Models", "Name": "Microsoft.Azure.Commands.WebApps.Models.PSSite", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.PSSite, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=1.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.PSSite, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=1.10.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AzureStoragePath": "Microsoft.Azure.Commands.WebApps.Models.WebAppAzureStoragePath[]", "CloningInfo": "Microsoft.Azure.Management.WebSites.Models.CloningInfo", @@ -16309,7 +16309,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.WebApps.Models", "Name": "Microsoft.Azure.Commands.WebApps.Models.PSSite", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.PSSite, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=1.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.PSSite, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=1.10.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AzureStoragePath": "Microsoft.Azure.Commands.WebApps.Models.WebAppAzureStoragePath[]", "CloningInfo": "Microsoft.Azure.Management.WebSites.Models.CloningInfo", @@ -16810,7 +16810,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.WebApps.Models", "Name": "Microsoft.Azure.Commands.WebApps.Models.PSSite", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.PSSite, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=1.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.PSSite, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=1.10.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AzureStoragePath": "Microsoft.Azure.Commands.WebApps.Models.WebAppAzureStoragePath[]", "CloningInfo": "Microsoft.Azure.Management.WebSites.Models.CloningInfo", @@ -17073,7 +17073,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.WebApps.Models.WebApp", "Name": "Microsoft.Azure.Commands.WebApps.Models.WebApp.PSAppServicePlan", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.WebApp.PSAppServicePlan, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=1.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.WebApp.PSAppServicePlan, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=1.10.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "HostingEnvironmentProfile": "Microsoft.Azure.Management.WebSites.Models.HostingEnvironmentProfile", "Sku": "Microsoft.Azure.Management.WebSites.Models.SkuDescription", @@ -17466,7 +17466,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.WebApps.Models.WebApp", "Name": "Microsoft.Azure.Commands.WebApps.Models.WebApp.PSAppServicePlan", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.WebApp.PSAppServicePlan, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=1.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.WebApp.PSAppServicePlan, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=1.10.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "HostingEnvironmentProfile": "Microsoft.Azure.Management.WebSites.Models.HostingEnvironmentProfile", "Sku": "Microsoft.Azure.Management.WebSites.Models.SkuDescription", @@ -17734,6 +17734,24 @@ "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, + { + "Name": "Linux", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, { "Name": "ResourceGroupName", "AliasList": [], @@ -17776,7 +17794,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.WebApps.Models.WebApp", "Name": "Microsoft.Azure.Commands.WebApps.Models.WebApp.PSAppServicePlan", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.WebApp.PSAppServicePlan, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=1.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.WebApp.PSAppServicePlan, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=1.10.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "HostingEnvironmentProfile": "Microsoft.Azure.Management.WebSites.Models.HostingEnvironmentProfile", "Sku": "Microsoft.Azure.Management.WebSites.Models.SkuDescription", @@ -18185,6 +18203,30 @@ "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, + { + "ParameterMetadata": { + "Name": "Linux", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, { "ParameterMetadata": { "Name": "ResourceGroupName", @@ -18481,7 +18523,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.WebApps.Models.WebApp", "Name": "Microsoft.Azure.Commands.WebApps.Models.WebApp.PSAppServicePlan", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.WebApp.PSAppServicePlan, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=1.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.WebApp.PSAppServicePlan, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=1.10.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "HostingEnvironmentProfile": "Microsoft.Azure.Management.WebSites.Models.HostingEnvironmentProfile", "Sku": "Microsoft.Azure.Management.WebSites.Models.SkuDescription", @@ -18949,7 +18991,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.WebApps.Models.WebApp", "Name": "Microsoft.Azure.Commands.WebApps.Models.WebApp.PSAppServicePlan", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.WebApp.PSAppServicePlan, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=1.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.WebApp.PSAppServicePlan, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=1.10.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "HostingEnvironmentProfile": "Microsoft.Azure.Management.WebSites.Models.HostingEnvironmentProfile", "Sku": "Microsoft.Azure.Management.WebSites.Models.SkuDescription", @@ -19308,7 +19350,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.WebApps.Models.WebApp", "Name": "Microsoft.Azure.Commands.WebApps.Models.WebApp.PSAppServicePlan", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.WebApp.PSAppServicePlan, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=1.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.WebApp.PSAppServicePlan, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=1.10.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "HostingEnvironmentProfile": "Microsoft.Azure.Management.WebSites.Models.HostingEnvironmentProfile", "Sku": "Microsoft.Azure.Management.WebSites.Models.SkuDescription", @@ -19501,7 +19543,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.WebApps.Models.WebApp", "Name": "Microsoft.Azure.Commands.WebApps.Models.WebApp.PSAppServicePlan", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.WebApp.PSAppServicePlan, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=1.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.WebApp.PSAppServicePlan, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=1.10.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "HostingEnvironmentProfile": "Microsoft.Azure.Management.WebSites.Models.HostingEnvironmentProfile", "Sku": "Microsoft.Azure.Management.WebSites.Models.SkuDescription", @@ -19752,7 +19794,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.WebApps.Models.WebApp", "Name": "Microsoft.Azure.Commands.WebApps.Models.WebApp.PSAppServicePlan", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.WebApp.PSAppServicePlan, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=1.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.WebApp.PSAppServicePlan, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=1.10.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "HostingEnvironmentProfile": "Microsoft.Azure.Management.WebSites.Models.HostingEnvironmentProfile", "Sku": "Microsoft.Azure.Management.WebSites.Models.SkuDescription", @@ -20207,7 +20249,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.WebApps.Models.WebApp", "Name": "Microsoft.Azure.Commands.WebApps.Models.WebApp.PSAppServicePlan", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.WebApp.PSAppServicePlan, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=1.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.WebApp.PSAppServicePlan, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=1.10.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "HostingEnvironmentProfile": "Microsoft.Azure.Management.WebSites.Models.HostingEnvironmentProfile", "Sku": "Microsoft.Azure.Management.WebSites.Models.SkuDescription", @@ -20376,7 +20418,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.WebApps.Models", "Name": "Microsoft.Azure.Commands.WebApps.Models.PSAccessRestrictionConfig", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.PSAccessRestrictionConfig, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=1.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.PSAccessRestrictionConfig, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=1.10.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ScmSiteUseMainSiteRestrictionConfig": "System.Boolean", "MainSiteAccessRestrictions": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.WebApps.Models.PSAccessRestriction]", @@ -21730,7 +21772,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.WebApps.Models", "Name": "Microsoft.Azure.Commands.WebApps.Models.PSAccessRestrictionConfig", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.PSAccessRestrictionConfig, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=1.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.PSAccessRestrictionConfig, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=1.10.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ScmSiteUseMainSiteRestrictionConfig": "System.Boolean", "MainSiteAccessRestrictions": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.WebApps.Models.PSAccessRestriction]", @@ -21998,7 +22040,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.WebApps.Models", "Name": "Microsoft.Azure.Commands.WebApps.Models.PSAccessRestrictionConfig", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.PSAccessRestrictionConfig, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=1.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.PSAccessRestrictionConfig, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=1.10.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ScmSiteUseMainSiteRestrictionConfig": "System.Boolean", "MainSiteAccessRestrictions": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.WebApps.Models.PSAccessRestriction]", @@ -22608,7 +22650,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.WebApps.Models", "Name": "Microsoft.Azure.Commands.WebApps.Models.PSAccessRestrictionConfig", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.PSAccessRestrictionConfig, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=1.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.PSAccessRestrictionConfig, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=1.10.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ScmSiteUseMainSiteRestrictionConfig": "System.Boolean", "MainSiteAccessRestrictions": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.WebApps.Models.PSAccessRestriction]", @@ -22750,7 +22792,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.WebApps.Models", "Name": "Microsoft.Azure.Commands.WebApps.Models.PSAccessRestrictionConfig", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.PSAccessRestrictionConfig, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=1.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.PSAccessRestrictionConfig, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=1.10.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ScmSiteUseMainSiteRestrictionConfig": "System.Boolean", "MainSiteAccessRestrictions": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.WebApps.Models.PSAccessRestriction]", @@ -23072,7 +23114,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.WebApps.Models", "Name": "Microsoft.Azure.Commands.WebApps.Models.PSAccessRestrictionConfig", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.PSAccessRestrictionConfig, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=1.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.PSAccessRestrictionConfig, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=1.10.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ScmSiteUseMainSiteRestrictionConfig": "System.Boolean", "MainSiteAccessRestrictions": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.WebApps.Models.PSAccessRestriction]", @@ -23439,7 +23481,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.WebApps.Models.WebApp", "Name": "Microsoft.Azure.Commands.WebApps.Models.WebApp.PSAppServicePlan", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.WebApp.PSAppServicePlan, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=1.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.WebApp.PSAppServicePlan, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=1.10.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "HostingEnvironmentProfile": "Microsoft.Azure.Management.WebSites.Models.HostingEnvironmentProfile", "Sku": "Microsoft.Azure.Management.WebSites.Models.SkuDescription", @@ -23954,7 +23996,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.WebApps.Models.WebApp", "Name": "Microsoft.Azure.Commands.WebApps.Models.WebApp.PSAppServicePlan", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.WebApp.PSAppServicePlan, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=1.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.WebApp.PSAppServicePlan, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=1.10.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "HostingEnvironmentProfile": "Microsoft.Azure.Management.WebSites.Models.HostingEnvironmentProfile", "Sku": "Microsoft.Azure.Management.WebSites.Models.SkuDescription", @@ -24227,7 +24269,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.WebApps.Cmdlets.WebApps", "Name": "Microsoft.Azure.Commands.WebApps.Cmdlets.WebApps.AzureWebAppBackupConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Cmdlets.WebApps.AzureWebAppBackupConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=1.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Cmdlets.WebApps.AzureWebAppBackupConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=1.10.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Databases": "Microsoft.Azure.Management.WebSites.Models.DatabaseBackupSetting[]", "KeepAtLeastOneBackup": "System.Nullable`1[System.Boolean]", @@ -24433,7 +24475,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.WebApps.Models", "Name": "Microsoft.Azure.Commands.WebApps.Models.PSSite", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.PSSite, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=1.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.PSSite, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=1.10.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AzureStoragePath": "Microsoft.Azure.Commands.WebApps.Models.WebAppAzureStoragePath[]", "CloningInfo": "Microsoft.Azure.Management.WebSites.Models.CloningInfo", @@ -24982,7 +25024,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.WebApps.Models", "Name": "Microsoft.Azure.Commands.WebApps.Models.PSSite", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.PSSite, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=1.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.PSSite, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=1.10.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AzureStoragePath": "Microsoft.Azure.Commands.WebApps.Models.WebAppAzureStoragePath[]", "CloningInfo": "Microsoft.Azure.Management.WebSites.Models.CloningInfo", @@ -25269,7 +25311,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.WebApps.Cmdlets.WebApps", "Name": "Microsoft.Azure.Commands.WebApps.Cmdlets.WebApps.PSAzureDeletedWebApp", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Cmdlets.WebApps.PSAzureDeletedWebApp, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=1.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Cmdlets.WebApps.PSAzureDeletedWebApp, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=1.10.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DeletionTime": "System.DateTime", "DeletedSiteId": "System.Int32", @@ -25595,7 +25637,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.WebApps.Cmdlets.WebApps", "Name": "Microsoft.Azure.Commands.WebApps.Cmdlets.WebApps.AzureWebAppBackup", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Cmdlets.WebApps.AzureWebAppBackup, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=1.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Cmdlets.WebApps.AzureWebAppBackup, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=1.10.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Databases": "Microsoft.Azure.Management.WebSites.Models.DatabaseBackupSetting[]", "Scheduled": "System.Nullable`1[System.Boolean]", @@ -25736,7 +25778,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.WebApps.Models", "Name": "Microsoft.Azure.Commands.WebApps.Models.PSSite", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.PSSite, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=1.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.PSSite, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=1.10.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AzureStoragePath": "Microsoft.Azure.Commands.WebApps.Models.WebAppAzureStoragePath[]", "CloningInfo": "Microsoft.Azure.Management.WebSites.Models.CloningInfo", @@ -26093,7 +26135,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.WebApps.Models", "Name": "Microsoft.Azure.Commands.WebApps.Models.PSSite", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.PSSite, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=1.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.PSSite, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=1.10.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AzureStoragePath": "Microsoft.Azure.Commands.WebApps.Models.WebAppAzureStoragePath[]", "CloningInfo": "Microsoft.Azure.Management.WebSites.Models.CloningInfo", @@ -26284,7 +26326,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.WebApps.Cmdlets.WebApps", "Name": "Microsoft.Azure.Commands.WebApps.Cmdlets.WebApps.AzureWebAppBackupConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Cmdlets.WebApps.AzureWebAppBackupConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=1.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Cmdlets.WebApps.AzureWebAppBackupConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=1.10.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Databases": "Microsoft.Azure.Management.WebSites.Models.DatabaseBackupSetting[]", "KeepAtLeastOneBackup": "System.Nullable`1[System.Boolean]", @@ -26400,7 +26442,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.WebApps.Models", "Name": "Microsoft.Azure.Commands.WebApps.Models.PSSite", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.PSSite, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=1.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.PSSite, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=1.10.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AzureStoragePath": "Microsoft.Azure.Commands.WebApps.Models.WebAppAzureStoragePath[]", "CloningInfo": "Microsoft.Azure.Management.WebSites.Models.CloningInfo", @@ -26665,7 +26707,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.WebApps.Models", "Name": "Microsoft.Azure.Commands.WebApps.Models.PSSite", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.PSSite, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=1.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.PSSite, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=1.10.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AzureStoragePath": "Microsoft.Azure.Commands.WebApps.Models.WebAppAzureStoragePath[]", "CloningInfo": "Microsoft.Azure.Management.WebSites.Models.CloningInfo", @@ -26876,7 +26918,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.WebApps.Cmdlets.WebApps", "Name": "Microsoft.Azure.Commands.WebApps.Cmdlets.WebApps.AzureWebAppBackup", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Cmdlets.WebApps.AzureWebAppBackup, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=1.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Cmdlets.WebApps.AzureWebAppBackup, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=1.10.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Databases": "Microsoft.Azure.Management.WebSites.Models.DatabaseBackupSetting[]", "Scheduled": "System.Nullable`1[System.Boolean]", @@ -26999,7 +27041,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.WebApps.Models", "Name": "Microsoft.Azure.Commands.WebApps.Models.PSSite", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.PSSite, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=1.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.PSSite, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=1.10.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AzureStoragePath": "Microsoft.Azure.Commands.WebApps.Models.WebAppAzureStoragePath[]", "CloningInfo": "Microsoft.Azure.Management.WebSites.Models.CloningInfo", @@ -27264,7 +27306,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.WebApps.Models", "Name": "Microsoft.Azure.Commands.WebApps.Models.PSSite", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.PSSite, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=1.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.PSSite, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=1.10.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AzureStoragePath": "Microsoft.Azure.Commands.WebApps.Models.WebAppAzureStoragePath[]", "CloningInfo": "Microsoft.Azure.Management.WebSites.Models.CloningInfo", @@ -27475,7 +27517,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.WebApps.Cmdlets.WebApps", "Name": "Microsoft.Azure.Commands.WebApps.Cmdlets.WebApps.AzureWebAppBackup", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Cmdlets.WebApps.AzureWebAppBackup, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=1.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Cmdlets.WebApps.AzureWebAppBackup, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=1.10.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Databases": "Microsoft.Azure.Management.WebSites.Models.DatabaseBackupSetting[]", "Scheduled": "System.Nullable`1[System.Boolean]", @@ -27616,7 +27658,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.WebApps.Models", "Name": "Microsoft.Azure.Commands.WebApps.Models.PSSite", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.PSSite, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=1.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.PSSite, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=1.10.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AzureStoragePath": "Microsoft.Azure.Commands.WebApps.Models.WebAppAzureStoragePath[]", "CloningInfo": "Microsoft.Azure.Management.WebSites.Models.CloningInfo", @@ -27973,7 +28015,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.WebApps.Models", "Name": "Microsoft.Azure.Commands.WebApps.Models.PSSite", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.PSSite, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=1.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.PSSite, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=1.10.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AzureStoragePath": "Microsoft.Azure.Commands.WebApps.Models.WebAppAzureStoragePath[]", "CloningInfo": "Microsoft.Azure.Management.WebSites.Models.CloningInfo", @@ -28384,7 +28426,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.WebApps.Models", "Name": "Microsoft.Azure.Commands.WebApps.Models.PSSite", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.PSSite, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=1.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.PSSite, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=1.10.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AzureStoragePath": "Microsoft.Azure.Commands.WebApps.Models.WebAppAzureStoragePath[]", "CloningInfo": "Microsoft.Azure.Management.WebSites.Models.CloningInfo", @@ -28741,7 +28783,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.WebApps.Models", "Name": "Microsoft.Azure.Commands.WebApps.Models.PSSite", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.PSSite, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=1.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.PSSite, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=1.10.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AzureStoragePath": "Microsoft.Azure.Commands.WebApps.Models.WebAppAzureStoragePath[]", "CloningInfo": "Microsoft.Azure.Management.WebSites.Models.CloningInfo", @@ -28932,7 +28974,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.WebApps.Models.WebApp", "Name": "Microsoft.Azure.Commands.WebApps.Models.WebApp.PSCertificate", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.WebApp.PSCertificate, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=1.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.WebApp.PSCertificate, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=1.10.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "HostingEnvironmentProfile": "Microsoft.Azure.Management.WebSites.Models.HostingEnvironmentProfile", "CerBlob": "System.Byte[]", @@ -29353,7 +29395,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.WebApps.Models", "Name": "Microsoft.Azure.Commands.WebApps.Models.PSSite", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.PSSite, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=1.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.PSSite, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=1.10.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AzureStoragePath": "Microsoft.Azure.Commands.WebApps.Models.WebAppAzureStoragePath[]", "CloningInfo": "Microsoft.Azure.Management.WebSites.Models.CloningInfo", @@ -29710,7 +29752,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.WebApps.Models", "Name": "Microsoft.Azure.Commands.WebApps.Models.PSSite", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.PSSite, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=1.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.PSSite, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=1.10.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AzureStoragePath": "Microsoft.Azure.Commands.WebApps.Models.WebAppAzureStoragePath[]", "CloningInfo": "Microsoft.Azure.Management.WebSites.Models.CloningInfo", @@ -30043,7 +30085,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.WebApps.Models", "Name": "Microsoft.Azure.Commands.WebApps.Models.PSSite", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.PSSite, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=1.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.PSSite, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=1.10.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AzureStoragePath": "Microsoft.Azure.Commands.WebApps.Models.WebAppAzureStoragePath[]", "CloningInfo": "Microsoft.Azure.Management.WebSites.Models.CloningInfo", @@ -30688,7 +30730,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.WebApps.Models", "Name": "Microsoft.Azure.Commands.WebApps.Models.PSSite", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.PSSite, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=1.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.PSSite, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=1.10.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AzureStoragePath": "Microsoft.Azure.Commands.WebApps.Models.WebAppAzureStoragePath[]", "CloningInfo": "Microsoft.Azure.Management.WebSites.Models.CloningInfo", @@ -30946,7 +30988,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.WebApps.Models", "Name": "Microsoft.Azure.Commands.WebApps.Models.PSSite", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.PSSite, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=1.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.PSSite, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=1.10.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AzureStoragePath": "Microsoft.Azure.Commands.WebApps.Models.WebAppAzureStoragePath[]", "CloningInfo": "Microsoft.Azure.Management.WebSites.Models.CloningInfo", @@ -31410,7 +31452,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.WebApps.Models", "Name": "Microsoft.Azure.Commands.WebApps.Models.PSSite", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.PSSite, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=1.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.PSSite, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=1.10.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AzureStoragePath": "Microsoft.Azure.Commands.WebApps.Models.WebAppAzureStoragePath[]", "CloningInfo": "Microsoft.Azure.Management.WebSites.Models.CloningInfo", @@ -31867,7 +31909,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.WebApps.Models", "Name": "Microsoft.Azure.Commands.WebApps.Models.PSSite", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.PSSite, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=1.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.PSSite, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=1.10.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AzureStoragePath": "Microsoft.Azure.Commands.WebApps.Models.WebAppAzureStoragePath[]", "CloningInfo": "Microsoft.Azure.Management.WebSites.Models.CloningInfo", @@ -32217,7 +32259,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.WebApps.Models", "Name": "Microsoft.Azure.Commands.WebApps.Models.PSSite", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.PSSite, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=1.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.PSSite, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=1.10.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AzureStoragePath": "Microsoft.Azure.Commands.WebApps.Models.WebAppAzureStoragePath[]", "CloningInfo": "Microsoft.Azure.Management.WebSites.Models.CloningInfo", @@ -32622,7 +32664,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.WebApps.Models", "Name": "Microsoft.Azure.Commands.WebApps.Models.PSSite", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.PSSite, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=1.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.PSSite, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=1.10.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AzureStoragePath": "Microsoft.Azure.Commands.WebApps.Models.WebAppAzureStoragePath[]", "CloningInfo": "Microsoft.Azure.Management.WebSites.Models.CloningInfo", @@ -32910,7 +32952,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.WebApps.Models", "Name": "Microsoft.Azure.Commands.WebApps.Models.PSSite", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.PSSite, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=1.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.PSSite, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=1.10.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AzureStoragePath": "Microsoft.Azure.Commands.WebApps.Models.WebAppAzureStoragePath[]", "CloningInfo": "Microsoft.Azure.Management.WebSites.Models.CloningInfo", @@ -33175,7 +33217,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.WebApps.Models", "Name": "Microsoft.Azure.Commands.WebApps.Models.PSSite", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.PSSite, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=1.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.PSSite, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=1.10.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AzureStoragePath": "Microsoft.Azure.Commands.WebApps.Models.WebAppAzureStoragePath[]", "CloningInfo": "Microsoft.Azure.Management.WebSites.Models.CloningInfo", @@ -33386,7 +33428,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.WebApps.Models", "Name": "Microsoft.Azure.Commands.WebApps.Models.PSSite", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.PSSite, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=1.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.PSSite, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=1.10.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AzureStoragePath": "Microsoft.Azure.Commands.WebApps.Models.WebAppAzureStoragePath[]", "CloningInfo": "Microsoft.Azure.Management.WebSites.Models.CloningInfo", @@ -33533,7 +33575,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.WebApps.Models.WebApp", "Name": "Microsoft.Azure.Commands.WebApps.Models.WebApp.PSAppServicePlan", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.WebApp.PSAppServicePlan, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=1.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.WebApp.PSAppServicePlan, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=1.10.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "HostingEnvironmentProfile": "Microsoft.Azure.Management.WebSites.Models.HostingEnvironmentProfile", "Sku": "Microsoft.Azure.Management.WebSites.Models.SkuDescription", @@ -33770,7 +33812,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.WebApps.Models.WebApp", "Name": "Microsoft.Azure.Commands.WebApps.Models.WebApp.PSAppServicePlan", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.WebApp.PSAppServicePlan, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=1.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.WebApp.PSAppServicePlan, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=1.10.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "HostingEnvironmentProfile": "Microsoft.Azure.Management.WebSites.Models.HostingEnvironmentProfile", "Sku": "Microsoft.Azure.Management.WebSites.Models.SkuDescription", @@ -34262,7 +34304,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.WebApps.Models", "Name": "Microsoft.Azure.Commands.WebApps.Models.PSSite", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.PSSite, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=1.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.PSSite, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=1.10.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AzureStoragePath": "Microsoft.Azure.Commands.WebApps.Models.WebAppAzureStoragePath[]", "CloningInfo": "Microsoft.Azure.Management.WebSites.Models.CloningInfo", @@ -34799,7 +34841,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.WebApps.Models", "Name": "Microsoft.Azure.Commands.WebApps.Models.PSSite", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.PSSite, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=1.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.PSSite, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=1.10.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AzureStoragePath": "Microsoft.Azure.Commands.WebApps.Models.WebAppAzureStoragePath[]", "CloningInfo": "Microsoft.Azure.Management.WebSites.Models.CloningInfo", @@ -35207,7 +35249,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.WebApps.Models", "Name": "Microsoft.Azure.Commands.WebApps.Models.PSSite", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.PSSite, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=1.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.PSSite, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=1.10.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AzureStoragePath": "Microsoft.Azure.Commands.WebApps.Models.WebAppAzureStoragePath[]", "CloningInfo": "Microsoft.Azure.Management.WebSites.Models.CloningInfo", @@ -35644,7 +35686,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.WebApps.Models", "Name": "Microsoft.Azure.Commands.WebApps.Models.PSSite", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.PSSite, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=1.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.PSSite, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=1.10.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AzureStoragePath": "Microsoft.Azure.Commands.WebApps.Models.WebAppAzureStoragePath[]", "CloningInfo": "Microsoft.Azure.Management.WebSites.Models.CloningInfo", @@ -35887,7 +35929,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.WebApps.Models", "Name": "Microsoft.Azure.Commands.WebApps.Models.WebAppAzureStoragePath", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.WebAppAzureStoragePath, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=1.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.WebAppAzureStoragePath, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=1.10.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Type": "System.Nullable`1[Microsoft.Azure.Management.WebSites.Models.AzureStorageType]", "Name": "System.String", @@ -36548,7 +36590,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.WebApps.Models", "Name": "Microsoft.Azure.Commands.WebApps.Models.PSSite", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.PSSite, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=1.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.PSSite, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=1.10.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AzureStoragePath": "Microsoft.Azure.Commands.WebApps.Models.WebAppAzureStoragePath[]", "CloningInfo": "Microsoft.Azure.Management.WebSites.Models.CloningInfo", @@ -36905,7 +36947,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.WebApps.Models", "Name": "Microsoft.Azure.Commands.WebApps.Models.PSSite", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.PSSite, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=1.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.PSSite, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=1.10.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AzureStoragePath": "Microsoft.Azure.Commands.WebApps.Models.WebAppAzureStoragePath[]", "CloningInfo": "Microsoft.Azure.Management.WebSites.Models.CloningInfo", @@ -37096,7 +37138,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.WebApps.Models", "Name": "Microsoft.Azure.Commands.WebApps.Models.PSSite", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.PSSite, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=1.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.PSSite, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=1.10.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AzureStoragePath": "Microsoft.Azure.Commands.WebApps.Models.WebAppAzureStoragePath[]", "CloningInfo": "Microsoft.Azure.Management.WebSites.Models.CloningInfo", @@ -37281,7 +37323,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.WebApps.Models", "Name": "Microsoft.Azure.Commands.WebApps.Models.PSSite", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.PSSite, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=1.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.PSSite, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=1.10.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AzureStoragePath": "Microsoft.Azure.Commands.WebApps.Models.WebAppAzureStoragePath[]", "CloningInfo": "Microsoft.Azure.Management.WebSites.Models.CloningInfo", @@ -38019,7 +38061,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.WebApps.Models", "Name": "Microsoft.Azure.Commands.WebApps.Models.PSSite", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.PSSite, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=1.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.PSSite, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=1.10.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AzureStoragePath": "Microsoft.Azure.Commands.WebApps.Models.WebAppAzureStoragePath[]", "CloningInfo": "Microsoft.Azure.Management.WebSites.Models.CloningInfo", @@ -38835,7 +38877,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.WebApps.Models", "Name": "Microsoft.Azure.Commands.WebApps.Models.PSSite", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.PSSite, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=1.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.PSSite, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=1.10.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AzureStoragePath": "Microsoft.Azure.Commands.WebApps.Models.WebAppAzureStoragePath[]", "CloningInfo": "Microsoft.Azure.Management.WebSites.Models.CloningInfo", @@ -39054,7 +39096,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.WebApps.Models", "Name": "Microsoft.Azure.Commands.WebApps.Models.PSSite", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.PSSite, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=1.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.PSSite, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=1.10.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AzureStoragePath": "Microsoft.Azure.Commands.WebApps.Models.WebAppAzureStoragePath[]", "CloningInfo": "Microsoft.Azure.Management.WebSites.Models.CloningInfo", @@ -39507,7 +39549,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.WebApps.Models", "Name": "Microsoft.Azure.Commands.WebApps.Models.PSSite", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.PSSite, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=1.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.PSSite, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=1.10.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AzureStoragePath": "Microsoft.Azure.Commands.WebApps.Models.WebAppAzureStoragePath[]", "CloningInfo": "Microsoft.Azure.Management.WebSites.Models.CloningInfo", @@ -39837,7 +39879,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.WebApps.Models", "Name": "Microsoft.Azure.Commands.WebApps.Models.PSSite", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.PSSite, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=1.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.PSSite, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=1.10.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AzureStoragePath": "Microsoft.Azure.Commands.WebApps.Models.WebAppAzureStoragePath[]", "CloningInfo": "Microsoft.Azure.Management.WebSites.Models.CloningInfo", @@ -40218,7 +40260,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.WebApps.Models", "Name": "Microsoft.Azure.Commands.WebApps.Models.PSSite", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.PSSite, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=1.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.PSSite, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=1.10.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AzureStoragePath": "Microsoft.Azure.Commands.WebApps.Models.WebAppAzureStoragePath[]", "CloningInfo": "Microsoft.Azure.Management.WebSites.Models.CloningInfo", @@ -40488,7 +40530,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.WebApps.Models", "Name": "Microsoft.Azure.Commands.WebApps.Models.PSSite", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.PSSite, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=1.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.PSSite, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=1.10.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AzureStoragePath": "Microsoft.Azure.Commands.WebApps.Models.WebAppAzureStoragePath[]", "CloningInfo": "Microsoft.Azure.Management.WebSites.Models.CloningInfo", @@ -40729,7 +40771,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.WebApps.Models", "Name": "Microsoft.Azure.Commands.WebApps.Models.PSSite", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.PSSite, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=1.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.PSSite, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=1.10.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AzureStoragePath": "Microsoft.Azure.Commands.WebApps.Models.WebAppAzureStoragePath[]", "CloningInfo": "Microsoft.Azure.Management.WebSites.Models.CloningInfo", @@ -40940,7 +40982,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.WebApps.Models", "Name": "Microsoft.Azure.Commands.WebApps.Models.PSSite", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.PSSite, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=1.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.PSSite, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=1.10.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AzureStoragePath": "Microsoft.Azure.Commands.WebApps.Models.WebAppAzureStoragePath[]", "CloningInfo": "Microsoft.Azure.Management.WebSites.Models.CloningInfo", @@ -41087,7 +41129,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.WebApps.Models", "Name": "Microsoft.Azure.Commands.WebApps.Models.PSSite", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.PSSite, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=1.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.PSSite, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=1.10.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AzureStoragePath": "Microsoft.Azure.Commands.WebApps.Models.WebAppAzureStoragePath[]", "CloningInfo": "Microsoft.Azure.Management.WebSites.Models.CloningInfo", @@ -41328,7 +41370,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.WebApps.Models", "Name": "Microsoft.Azure.Commands.WebApps.Models.PSSite", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.PSSite, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=1.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.PSSite, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=1.10.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AzureStoragePath": "Microsoft.Azure.Commands.WebApps.Models.WebAppAzureStoragePath[]", "CloningInfo": "Microsoft.Azure.Management.WebSites.Models.CloningInfo", @@ -41539,7 +41581,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.WebApps.Models", "Name": "Microsoft.Azure.Commands.WebApps.Models.PSSite", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.PSSite, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=1.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.PSSite, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=1.10.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AzureStoragePath": "Microsoft.Azure.Commands.WebApps.Models.WebAppAzureStoragePath[]", "CloningInfo": "Microsoft.Azure.Management.WebSites.Models.CloningInfo", @@ -41935,7 +41977,7 @@ "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true + "ValidateNotNullOrEmpty": false }, { "Name": "ContainerRegistryUser", @@ -41953,7 +41995,7 @@ "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true + "ValidateNotNullOrEmpty": false }, { "Name": "ContainerRegistryPassword", @@ -41971,7 +42013,7 @@ "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true + "ValidateNotNullOrEmpty": false }, { "Name": "EnableContainerContinuousDeployment", @@ -42087,7 +42129,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.WebApps.Models", "Name": "Microsoft.Azure.Commands.WebApps.Models.WebAppAzureStoragePath[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.WebAppAzureStoragePath[], Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=1.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.WebAppAzureStoragePath[], Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=1.10.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.WebApps.Models.WebAppAzureStoragePath", "GenericTypeArguments": [], @@ -42203,7 +42245,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.WebApps.Models", "Name": "Microsoft.Azure.Commands.WebApps.Models.PSSite", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.PSSite, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=1.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.PSSite, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=1.10.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AzureStoragePath": "Microsoft.Azure.Commands.WebApps.Models.WebAppAzureStoragePath[]", "CloningInfo": "Microsoft.Azure.Management.WebSites.Models.CloningInfo", @@ -42679,7 +42721,7 @@ "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true + "ValidateNotNullOrEmpty": false }, "Mandatory": false, "Position": -2147483648, @@ -42703,7 +42745,7 @@ "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true + "ValidateNotNullOrEmpty": false }, "Mandatory": false, "Position": -2147483648, @@ -42727,7 +42769,7 @@ "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true + "ValidateNotNullOrEmpty": false }, "Mandatory": false, "Position": -2147483648, @@ -42837,7 +42879,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.WebApps.Models", "Name": "Microsoft.Azure.Commands.WebApps.Models.WebAppAzureStoragePath[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.WebAppAzureStoragePath[], Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=1.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.WebAppAzureStoragePath[], Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=1.10.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.WebApps.Models.WebAppAzureStoragePath", "GenericTypeArguments": [], @@ -43269,7 +43311,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.WebApps.Models", "Name": "Microsoft.Azure.Commands.WebApps.Models.PSSite", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.PSSite, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=1.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.PSSite, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=1.10.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AzureStoragePath": "Microsoft.Azure.Commands.WebApps.Models.WebAppAzureStoragePath[]", "CloningInfo": "Microsoft.Azure.Management.WebSites.Models.CloningInfo", @@ -43532,7 +43574,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.WebApps.Models", "Name": "Microsoft.Azure.Commands.WebApps.Models.PSSite", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.PSSite, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=1.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.PSSite, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=1.10.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AzureStoragePath": "Microsoft.Azure.Commands.WebApps.Models.WebAppAzureStoragePath[]", "CloningInfo": "Microsoft.Azure.Management.WebSites.Models.CloningInfo", @@ -43679,7 +43721,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.WebApps.Models", "Name": "Microsoft.Azure.Commands.WebApps.Models.PSSite", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.PSSite, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=1.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.PSSite, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=1.10.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AzureStoragePath": "Microsoft.Azure.Commands.WebApps.Models.WebAppAzureStoragePath[]", "CloningInfo": "Microsoft.Azure.Management.WebSites.Models.CloningInfo", @@ -43920,7 +43962,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.WebApps.Models", "Name": "Microsoft.Azure.Commands.WebApps.Models.PSSite", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.PSSite, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=1.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.PSSite, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=1.10.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AzureStoragePath": "Microsoft.Azure.Commands.WebApps.Models.WebAppAzureStoragePath[]", "CloningInfo": "Microsoft.Azure.Management.WebSites.Models.CloningInfo", @@ -44131,7 +44173,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.WebApps.Models", "Name": "Microsoft.Azure.Commands.WebApps.Models.PSSite", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.PSSite, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=1.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.PSSite, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=1.10.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AzureStoragePath": "Microsoft.Azure.Commands.WebApps.Models.WebAppAzureStoragePath[]", "CloningInfo": "Microsoft.Azure.Management.WebSites.Models.CloningInfo", @@ -44278,7 +44320,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.WebApps.Models", "Name": "Microsoft.Azure.Commands.WebApps.Models.PSSite", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.PSSite, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=1.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.PSSite, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=1.10.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AzureStoragePath": "Microsoft.Azure.Commands.WebApps.Models.WebAppAzureStoragePath[]", "CloningInfo": "Microsoft.Azure.Management.WebSites.Models.CloningInfo", @@ -44519,7 +44561,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.WebApps.Models", "Name": "Microsoft.Azure.Commands.WebApps.Models.PSSite", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.PSSite, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=1.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.PSSite, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=1.10.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AzureStoragePath": "Microsoft.Azure.Commands.WebApps.Models.WebAppAzureStoragePath[]", "CloningInfo": "Microsoft.Azure.Management.WebSites.Models.CloningInfo", @@ -45085,7 +45127,7 @@ "Microsoft.Azure.Commands.WebApps.Models.WebAppAzureStoragePath[]": { "Namespace": "Microsoft.Azure.Commands.WebApps.Models", "Name": "Microsoft.Azure.Commands.WebApps.Models.WebAppAzureStoragePath[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.WebAppAzureStoragePath[], Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=1.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.WebAppAzureStoragePath[], Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=1.10.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.WebApps.Models.WebAppAzureStoragePath", "GenericTypeArguments": [], @@ -45095,7 +45137,7 @@ "Microsoft.Azure.Commands.WebApps.Models.WebAppAzureStoragePath": { "Namespace": "Microsoft.Azure.Commands.WebApps.Models", "Name": "Microsoft.Azure.Commands.WebApps.Models.WebAppAzureStoragePath", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.WebAppAzureStoragePath, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=1.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.WebAppAzureStoragePath, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=1.10.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Type": "System.Nullable`1[Microsoft.Azure.Management.WebSites.Models.AzureStorageType]", "Name": "System.String", @@ -49144,7 +49186,7 @@ "Microsoft.Azure.Commands.WebApps.Utilities.SwapWithPreviewAction": { "Namespace": "Microsoft.Azure.Commands.WebApps.Utilities", "Name": "Microsoft.Azure.Commands.WebApps.Utilities.SwapWithPreviewAction", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Utilities.SwapWithPreviewAction, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=1.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Utilities.SwapWithPreviewAction, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=1.10.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -49761,7 +49803,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.WebApps.Models.PSAccessRestriction]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.WebApps.Models.PSAccessRestriction]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.WebApps.Models.PSAccessRestriction, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=1.9.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.WebApps.Models.PSAccessRestriction, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=1.10.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -49773,7 +49815,7 @@ "Microsoft.Azure.Commands.WebApps.Models.PSAccessRestriction": { "Namespace": "Microsoft.Azure.Commands.WebApps.Models", "Name": "Microsoft.Azure.Commands.WebApps.Models.PSAccessRestriction", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.PSAccessRestriction, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=1.9.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.PSAccessRestriction, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=1.10.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Priority": "System.Int32", "RuleName": "System.String",